From 706b81d730e72cd5c06525796aeb74da58209f5f Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 6 Mar 2026 01:35:56 +0100 Subject: [PATCH] Add Unreal Engine SDK --- BlackMythWukong/Assertions.inl | 167872 ++++++++++++++++++++++++++++++ 1 file changed, 167872 insertions(+) create mode 100644 BlackMythWukong/Assertions.inl diff --git a/BlackMythWukong/Assertions.inl b/BlackMythWukong/Assertions.inl new file mode 100644 index 0000000..2095879 --- /dev/null +++ b/BlackMythWukong/Assertions.inl @@ -0,0 +1,167872 @@ +#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) == 0x000040, "Wrong size on FTextData"); \ +static_assert(offsetof(FTextData, TextSource) == 0x000030, "Member 'FTextData::TextSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FText \ +static_assert(alignof(FText) == 0x000008, "Wrong alignment on FText"); \ +static_assert(sizeof(FText) == 0x000018, "Wrong size on FText"); \ +static_assert(offsetof(FText, TextData) == 0x000000, "Member 'FText::TextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeakObjectPtr \ +static_assert(alignof(FWeakObjectPtr) == 0x000004, "Wrong alignment on FWeakObjectPtr"); \ +static_assert(sizeof(FWeakObjectPtr) == 0x000008, "Wrong size on FWeakObjectPtr"); \ +static_assert(offsetof(FWeakObjectPtr, ObjectIndex) == 0x000000, "Member 'FWeakObjectPtr::ObjectIndex' has a wrong offset!"); \ +static_assert(offsetof(FWeakObjectPtr, ObjectSerialNumber) == 0x000004, "Member 'FWeakObjectPtr::ObjectSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUniqueObjectGuid \ +static_assert(alignof(FUniqueObjectGuid) == 0x000004, "Wrong alignment on FUniqueObjectGuid"); \ +static_assert(sizeof(FUniqueObjectGuid) == 0x000010, "Wrong size on FUniqueObjectGuid"); \ +static_assert(offsetof(FUniqueObjectGuid, A) == 0x000000, "Member 'FUniqueObjectGuid::A' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, B) == 0x000004, "Member 'FUniqueObjectGuid::B' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, C) == 0x000008, "Member 'FUniqueObjectGuid::C' has a wrong offset!"); \ +static_assert(offsetof(FUniqueObjectGuid, D) == 0x00000C, "Member 'FUniqueObjectGuid::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPath \ +static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ +static_assert(sizeof(FSoftObjectPath) == 0x000018, "Wrong size on FSoftObjectPath"); \ +static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000008, "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) == 0x000010, "Wrong size on FFieldVariant"); \ +static_assert(offsetof(FFieldVariant, Container) == 0x000000, "Member 'FFieldVariant::Container' has a wrong offset!"); \ +static_assert(offsetof(FFieldVariant, bIsUObject) == 0x000008, "Member 'FFieldVariant::bIsUObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FField \ +static_assert(alignof(FField) == 0x000008, "Wrong alignment on FField"); \ +static_assert(sizeof(FField) == 0x000038, "Wrong size on FField"); \ +static_assert(offsetof(FField, VTable) == 0x000000, "Member 'FField::VTable' has a wrong offset!"); \ +static_assert(offsetof(FField, ClassPrivate) == 0x000008, "Member 'FField::ClassPrivate' has a wrong offset!"); \ +static_assert(offsetof(FField, Owner) == 0x000010, "Member 'FField::Owner' has a wrong offset!"); \ +static_assert(offsetof(FField, Next) == 0x000020, "Member 'FField::Next' has a wrong offset!"); \ +static_assert(offsetof(FField, Name) == 0x000028, "Member 'FField::Name' has a wrong offset!"); \ +static_assert(offsetof(FField, ObjFlags) == 0x000030, "Member 'FField::ObjFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProperty \ +static_assert(alignof(FProperty) == 0x000008, "Wrong alignment on FProperty"); \ +static_assert(sizeof(FProperty) == 0x000078, "Wrong size on FProperty"); \ +static_assert(offsetof(FProperty, ArrayDim) == 0x000038, "Member 'FProperty::ArrayDim' has a wrong offset!"); \ +static_assert(offsetof(FProperty, ElementSize) == 0x00003C, "Member 'FProperty::ElementSize' has a wrong offset!"); \ +static_assert(offsetof(FProperty, PropertyFlags) == 0x000040, "Member 'FProperty::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FProperty, Offset) == 0x00004C, "Member 'FProperty::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FByteProperty \ +static_assert(alignof(FByteProperty) == 0x000008, "Wrong alignment on FByteProperty"); \ +static_assert(sizeof(FByteProperty) == 0x000080, "Wrong size on FByteProperty"); \ +static_assert(offsetof(FByteProperty, Enum) == 0x000078, "Member 'FByteProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolProperty \ +static_assert(alignof(FBoolProperty) == 0x000008, "Wrong alignment on FBoolProperty"); \ +static_assert(sizeof(FBoolProperty) == 0x000080, "Wrong size on FBoolProperty"); \ +static_assert(offsetof(FBoolProperty, FieldSize) == 0x000078, "Member 'FBoolProperty::FieldSize' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteOffset) == 0x000079, "Member 'FBoolProperty::ByteOffset' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, ByteMask) == 0x00007A, "Member 'FBoolProperty::ByteMask' has a wrong offset!"); \ +static_assert(offsetof(FBoolProperty, FieldMask) == 0x00007B, "Member 'FBoolProperty::FieldMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObjectPropertyBase \ +static_assert(alignof(FObjectPropertyBase) == 0x000008, "Wrong alignment on FObjectPropertyBase"); \ +static_assert(sizeof(FObjectPropertyBase) == 0x000080, "Wrong size on FObjectPropertyBase"); \ +static_assert(offsetof(FObjectPropertyBase, PropertyClass) == 0x000078, "Member 'FObjectPropertyBase::PropertyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassProperty \ +static_assert(alignof(FClassProperty) == 0x000008, "Wrong alignment on FClassProperty"); \ +static_assert(sizeof(FClassProperty) == 0x000088, "Wrong size on FClassProperty"); \ +static_assert(offsetof(FClassProperty, MetaClass) == 0x000080, "Member 'FClassProperty::MetaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructProperty \ +static_assert(alignof(FStructProperty) == 0x000008, "Wrong alignment on FStructProperty"); \ +static_assert(sizeof(FStructProperty) == 0x000080, "Wrong size on FStructProperty"); \ +static_assert(offsetof(FStructProperty, Struct) == 0x000078, "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) == 0x000080, "Wrong size on FDelegateProperty"); \ +static_assert(offsetof(FDelegateProperty, SignatureFunction) == 0x000078, "Member 'FDelegateProperty::SignatureFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapProperty \ +static_assert(alignof(FMapProperty) == 0x000008, "Wrong alignment on FMapProperty"); \ +static_assert(sizeof(FMapProperty) == 0x000088, "Wrong size on FMapProperty"); \ +static_assert(offsetof(FMapProperty, KeyProperty) == 0x000078, "Member 'FMapProperty::KeyProperty' has a wrong offset!"); \ +static_assert(offsetof(FMapProperty, ValueProperty) == 0x000080, "Member 'FMapProperty::ValueProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSetProperty \ +static_assert(alignof(FSetProperty) == 0x000008, "Wrong alignment on FSetProperty"); \ +static_assert(sizeof(FSetProperty) == 0x000080, "Wrong size on FSetProperty"); \ +static_assert(offsetof(FSetProperty, ElementProperty) == 0x000078, "Member 'FSetProperty::ElementProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumProperty \ +static_assert(alignof(FEnumProperty) == 0x000008, "Wrong alignment on FEnumProperty"); \ +static_assert(sizeof(FEnumProperty) == 0x000088, "Wrong size on FEnumProperty"); \ +static_assert(offsetof(FEnumProperty, UnderlayingProperty) == 0x000078, "Member 'FEnumProperty::UnderlayingProperty' has a wrong offset!"); \ +static_assert(offsetof(FEnumProperty, Enum) == 0x000080, "Member 'FEnumProperty::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldPathProperty \ +static_assert(alignof(FFieldPathProperty) == 0x000008, "Wrong alignment on FFieldPathProperty"); \ +static_assert(sizeof(FFieldPathProperty) == 0x000080, "Wrong size on FFieldPathProperty"); \ +static_assert(offsetof(FFieldPathProperty, FieldClass) == 0x000078, "Member 'FFieldPathProperty::FieldClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOptionalProperty \ +static_assert(alignof(FOptionalProperty) == 0x000008, "Wrong alignment on FOptionalProperty"); \ +static_assert(sizeof(FOptionalProperty) == 0x000080, "Wrong size on FOptionalProperty"); \ +static_assert(offsetof(FOptionalProperty, ValueProperty) == 0x000078, "Member 'FOptionalProperty::ValueProperty' 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_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) == 0x000000, "Member 'FBox3d::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox3d, Max) == 0x000018, "Member 'FBox3d::Max' has a wrong offset!"); \ +static_assert(offsetof(FBox3d, IsValid) == 0x000030, "Member 'FBox3d::IsValid' 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_FARFilter \ +static_assert(alignof(FARFilter) == 0x000008, "Wrong alignment on FARFilter"); \ +static_assert(sizeof(FARFilter) == 0x0000F0, "Wrong size on FARFilter"); \ +static_assert(offsetof(FARFilter, PackageNames) == 0x000000, "Member 'FARFilter::PackageNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, PackagePaths) == 0x000010, "Member 'FARFilter::PackagePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ObjectPaths) == 0x000020, "Member 'FARFilter::ObjectPaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, ClassNames) == 0x000030, "Member 'FARFilter::ClassNames' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, RecursiveClassesExclusionSet) == 0x000090, "Member 'FARFilter::RecursiveClassesExclusionSet' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursivePaths) == 0x0000E0, "Member 'FARFilter::bRecursivePaths' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bRecursiveClasses) == 0x0000E1, "Member 'FARFilter::bRecursiveClasses' has a wrong offset!"); \ +static_assert(offsetof(FARFilter, bIncludeOnlyOnDiskAssets) == 0x0000E2, "Member 'FARFilter::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftObjectPath \ +static_assert(alignof(FSoftObjectPath) == 0x000008, "Wrong alignment on FSoftObjectPath"); \ +static_assert(sizeof(FSoftObjectPath) == 0x000018, "Wrong size on FSoftObjectPath"); \ +static_assert(offsetof(FSoftObjectPath, AssetPathName) == 0x000000, "Member 'FSoftObjectPath::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(FSoftObjectPath, SubPathString) == 0x000008, "Member 'FSoftObjectPath::SubPathString' 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, BundleAssets) == 0x000008, "Member 'FAssetBundleEntry::BundleAssets' 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_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_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_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_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_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_FAssetData \ +static_assert(alignof(FAssetData) == 0x000008, "Wrong alignment on FAssetData"); \ +static_assert(sizeof(FAssetData) == 0x000060, "Wrong size on FAssetData"); \ +static_assert(offsetof(FAssetData, ObjectPath) == 0x000000, "Member 'FAssetData::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackageName) == 0x000008, "Member 'FAssetData::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, PackagePath) == 0x000010, "Member 'FAssetData::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetName) == 0x000018, "Member 'FAssetData::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FAssetData, AssetClass) == 0x000020, "Member 'FAssetData::AssetClass' 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_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_FBox \ +static_assert(alignof(FBox) == 0x000008, "Wrong alignment on FBox"); \ +static_assert(sizeof(FBox) == 0x000038, "Wrong size on FBox"); \ +static_assert(offsetof(FBox, Min) == 0x000000, "Member 'FBox::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox, Max) == 0x000018, "Member 'FBox::Max' 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) == 0x000000, "Member 'FBox2D::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox2D, Max) == 0x000010, "Member 'FBox2D::Max' 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) == 0x000000, "Member 'FBox2f::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox2f, Max) == 0x000008, "Member 'FBox2f::Max' has a wrong offset!"); \ +static_assert(offsetof(FBox2f, bIsValid) == 0x000010, "Member 'FBox2f::bIsValid' 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) == 0x000000, "Member 'FBox3f::Min' has a wrong offset!"); \ +static_assert(offsetof(FBox3f, Max) == 0x00000C, "Member 'FBox3f::Max' has a wrong offset!"); \ +static_assert(offsetof(FBox3f, IsValid) == 0x000018, "Member 'FBox3f::IsValid' 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_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) == 0x000000, "Member 'FFloatInterval::Min' has a wrong offset!"); \ +static_assert(offsetof(FFloatInterval, Max) == 0x000004, "Member 'FFloatInterval::Max' 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_FInt32Interval \ +static_assert(alignof(FInt32Interval) == 0x000004, "Wrong alignment on FInt32Interval"); \ +static_assert(sizeof(FInt32Interval) == 0x000008, "Wrong size on FInt32Interval"); \ +static_assert(offsetof(FInt32Interval, Min) == 0x000000, "Member 'FInt32Interval::Min' has a wrong offset!"); \ +static_assert(offsetof(FInt32Interval, Max) == 0x000004, "Member 'FInt32Interval::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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_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_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_FPolyglotTextData \ +static_assert(alignof(FPolyglotTextData) == 0x000008, "Wrong alignment on FPolyglotTextData"); \ +static_assert(sizeof(FPolyglotTextData) == 0x0000B8, "Wrong size on FPolyglotTextData"); \ +static_assert(offsetof(FPolyglotTextData, Category) == 0x000000, "Member 'FPolyglotTextData::Category' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeCulture) == 0x000008, "Member 'FPolyglotTextData::NativeCulture' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Namespace) == 0x000018, "Member 'FPolyglotTextData::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, Key) == 0x000028, "Member 'FPolyglotTextData::Key' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, NativeString) == 0x000038, "Member 'FPolyglotTextData::NativeString' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, LocalizedStrings) == 0x000048, "Member 'FPolyglotTextData::LocalizedStrings' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, bIsMinimalPatch) == 0x000098, "Member 'FPolyglotTextData::bIsMinimalPatch' has a wrong offset!"); \ +static_assert(offsetof(FPolyglotTextData, CachedText) == 0x0000A0, "Member 'FPolyglotTextData::CachedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000018, "Wrong size on FSoftClassPath"); \ + +#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_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_UPropertyWrapper \ +static_assert(alignof(UPropertyWrapper) == 0x000008, "Wrong alignment on UPropertyWrapper"); \ +static_assert(sizeof(UPropertyWrapper) == 0x000030, "Wrong size on UPropertyWrapper"); \ + +#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_UClass \ +static_assert(alignof(UClass) == 0x000008, "Wrong alignment on UClass"); \ +static_assert(sizeof(UClass) == 0x000230, "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_UDynamicClass \ +static_assert(alignof(UDynamicClass) == 0x000008, "Wrong alignment on UDynamicClass"); \ +static_assert(sizeof(UDynamicClass) == 0x0002B0, "Wrong size on UDynamicClass"); \ + +#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_UProperty \ +static_assert(alignof(UProperty) == 0x000008, "Wrong alignment on UProperty"); \ +static_assert(sizeof(UProperty) == 0x000070, "Wrong size on UProperty"); \ + +#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_UPackage \ +static_assert(alignof(UPackage) == 0x000008, "Wrong alignment on UPackage"); \ +static_assert(sizeof(UPackage) == 0x000090, "Wrong size on UPackage"); \ + +#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_UStrProperty \ +static_assert(alignof(UStrProperty) == 0x000008, "Wrong alignment on UStrProperty"); \ +static_assert(sizeof(UStrProperty) == 0x000070, "Wrong size on UStrProperty"); \ + +#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_UMulticastSparseDelegateProperty \ +static_assert(alignof(UMulticastSparseDelegateProperty) == 0x000008, "Wrong alignment on UMulticastSparseDelegateProperty"); \ +static_assert(sizeof(UMulticastSparseDelegateProperty) == 0x000078, "Wrong size on UMulticastSparseDelegateProperty"); \ + +#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_IInterface \ +static_assert(alignof(IInterface) == 0x000001, "Wrong alignment on IInterface"); \ +static_assert(sizeof(IInterface) == 0x000001, "Wrong size on IInterface"); \ + +#define DUMPER7_ASSERTS_UGCObjectReferencer \ +static_assert(alignof(UGCObjectReferencer) == 0x000008, "Wrong alignment on UGCObjectReferencer"); \ +static_assert(sizeof(UGCObjectReferencer) == 0x000070, "Wrong size on UGCObjectReferencer"); \ + +#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_UPackageMap \ +static_assert(alignof(UPackageMap) == 0x000008, "Wrong alignment on UPackageMap"); \ +static_assert(sizeof(UPackageMap) == 0x0000E0, "Wrong size on UPackageMap"); \ + +#define DUMPER7_ASSERTS_UEnum \ +static_assert(alignof(UEnum) == 0x000008, "Wrong alignment on UEnum"); \ +static_assert(sizeof(UEnum) == 0x000060, "Wrong size on UEnum"); \ +static_assert(offsetof(UEnum, Names) == 0x000040, "Member 'UEnum::Names' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderClass \ +static_assert(alignof(ULinkerPlaceholderClass) == 0x000008, "Wrong alignment on ULinkerPlaceholderClass"); \ +static_assert(sizeof(ULinkerPlaceholderClass) == 0x0003E8, "Wrong size on ULinkerPlaceholderClass"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderExportObject \ +static_assert(alignof(ULinkerPlaceholderExportObject) == 0x000008, "Wrong alignment on ULinkerPlaceholderExportObject"); \ +static_assert(sizeof(ULinkerPlaceholderExportObject) == 0x0000F0, "Wrong size on ULinkerPlaceholderExportObject"); \ + +#define DUMPER7_ASSERTS_ULinkerPlaceholderFunction \ +static_assert(alignof(ULinkerPlaceholderFunction) == 0x000008, "Wrong alignment on ULinkerPlaceholderFunction"); \ +static_assert(sizeof(ULinkerPlaceholderFunction) == 0x000298, "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_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_UMulticastInlineDelegateProperty \ +static_assert(alignof(UMulticastInlineDelegateProperty) == 0x000008, "Wrong alignment on UMulticastInlineDelegateProperty"); \ +static_assert(sizeof(UMulticastInlineDelegateProperty) == 0x000078, "Wrong size on UMulticastInlineDelegateProperty"); \ + +#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_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_UMulticastDelegatePropertyWrapper \ +static_assert(alignof(UMulticastDelegatePropertyWrapper) == 0x000008, "Wrong alignment on UMulticastDelegatePropertyWrapper"); \ +static_assert(sizeof(UMulticastDelegatePropertyWrapper) == 0x000030, "Wrong size on UMulticastDelegatePropertyWrapper"); \ + +#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_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) == 0x0000A0, "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_FSharpActorTickFunction \ +static_assert(alignof(FSharpActorTickFunction) == 0x000008, "Wrong alignment on FSharpActorTickFunction"); \ +static_assert(sizeof(FSharpActorTickFunction) == 0x000040, "Wrong size on FSharpActorTickFunction"); \ + +#define DUMPER7_ASSERTS_FSharpActorComponentTickFunction \ +static_assert(alignof(FSharpActorComponentTickFunction) == 0x000008, "Wrong alignment on FSharpActorComponentTickFunction"); \ +static_assert(sizeof(FSharpActorComponentTickFunction) == 0x000040, "Wrong size on FSharpActorComponentTickFunction"); \ + +#define DUMPER7_ASSERTS_UDummyRepProps1 \ +static_assert(alignof(UDummyRepProps1) == 0x000008, "Wrong alignment on UDummyRepProps1"); \ +static_assert(sizeof(UDummyRepProps1) == 0x000028, "Wrong size on UDummyRepProps1"); \ + +#define DUMPER7_ASSERTS_UDummyRepProps2 \ +static_assert(alignof(UDummyRepProps2) == 0x000008, "Wrong alignment on UDummyRepProps2"); \ +static_assert(sizeof(UDummyRepProps2) == 0x000028, "Wrong size on UDummyRepProps2"); \ + +#define DUMPER7_ASSERTS_UDummyRepProps3 \ +static_assert(alignof(UDummyRepProps3) == 0x000008, "Wrong alignment on UDummyRepProps3"); \ +static_assert(sizeof(UDummyRepProps3) == 0x000028, "Wrong size on UDummyRepProps3"); \ + +#define DUMPER7_ASSERTS_USharpClass \ +static_assert(alignof(USharpClass) == 0x000008, "Wrong alignment on USharpClass"); \ +static_assert(sizeof(USharpClass) == 0x000290, "Wrong size on USharpClass"); \ + +#define DUMPER7_ASSERTS_USharpStruct \ +static_assert(alignof(USharpStruct) == 0x000008, "Wrong alignment on USharpStruct"); \ +static_assert(sizeof(USharpStruct) == 0x0000D0, "Wrong size on USharpStruct"); \ + +#define DUMPER7_ASSERTS_UUSharpCommandlet \ +static_assert(alignof(UUSharpCommandlet) == 0x000008, "Wrong alignment on UUSharpCommandlet"); \ +static_assert(sizeof(UUSharpCommandlet) == 0x000080, "Wrong size on UUSharpCommandlet"); \ + +#define DUMPER7_ASSERTS_ADummySetupPlayerInput1 \ +static_assert(alignof(ADummySetupPlayerInput1) == 0x000008, "Wrong alignment on ADummySetupPlayerInput1"); \ +static_assert(sizeof(ADummySetupPlayerInput1) == 0x000308, "Wrong size on ADummySetupPlayerInput1"); \ + +#define DUMPER7_ASSERTS_ADummySetupPlayerInput2 \ +static_assert(alignof(ADummySetupPlayerInput2) == 0x000008, "Wrong alignment on ADummySetupPlayerInput2"); \ +static_assert(sizeof(ADummySetupPlayerInput2) == 0x000308, "Wrong size on ADummySetupPlayerInput2"); \ + +#define DUMPER7_ASSERTS_ADummySetupPlayerInput3 \ +static_assert(alignof(ADummySetupPlayerInput3) == 0x000008, "Wrong alignment on ADummySetupPlayerInput3"); \ +static_assert(sizeof(ADummySetupPlayerInput3) == 0x000308, "Wrong size on ADummySetupPlayerInput3"); \ + +#define DUMPER7_ASSERTS_ADummyActorBeginPlay1 \ +static_assert(alignof(ADummyActorBeginPlay1) == 0x000008, "Wrong alignment on ADummyActorBeginPlay1"); \ +static_assert(sizeof(ADummyActorBeginPlay1) == 0x000288, "Wrong size on ADummyActorBeginPlay1"); \ + +#define DUMPER7_ASSERTS_ADummyActorBeginPlay2 \ +static_assert(alignof(ADummyActorBeginPlay2) == 0x000008, "Wrong alignment on ADummyActorBeginPlay2"); \ +static_assert(sizeof(ADummyActorBeginPlay2) == 0x000288, "Wrong size on ADummyActorBeginPlay2"); \ + +#define DUMPER7_ASSERTS_ADummyActorBeginPlay3 \ +static_assert(alignof(ADummyActorBeginPlay3) == 0x000008, "Wrong alignment on ADummyActorBeginPlay3"); \ +static_assert(sizeof(ADummyActorBeginPlay3) == 0x000288, "Wrong size on ADummyActorBeginPlay3"); \ + +#define DUMPER7_ASSERTS_ADummyActorEndPlay1 \ +static_assert(alignof(ADummyActorEndPlay1) == 0x000008, "Wrong alignment on ADummyActorEndPlay1"); \ +static_assert(sizeof(ADummyActorEndPlay1) == 0x000288, "Wrong size on ADummyActorEndPlay1"); \ + +#define DUMPER7_ASSERTS_ADummyActorEndPlay2 \ +static_assert(alignof(ADummyActorEndPlay2) == 0x000008, "Wrong alignment on ADummyActorEndPlay2"); \ +static_assert(sizeof(ADummyActorEndPlay2) == 0x000288, "Wrong size on ADummyActorEndPlay2"); \ + +#define DUMPER7_ASSERTS_ADummyActorEndPlay3 \ +static_assert(alignof(ADummyActorEndPlay3) == 0x000008, "Wrong alignment on ADummyActorEndPlay3"); \ +static_assert(sizeof(ADummyActorEndPlay3) == 0x000288, "Wrong size on ADummyActorEndPlay3"); \ + +#define DUMPER7_ASSERTS_UDummyActorComponentBeginPlay1 \ +static_assert(alignof(UDummyActorComponentBeginPlay1) == 0x000008, "Wrong alignment on UDummyActorComponentBeginPlay1"); \ +static_assert(sizeof(UDummyActorComponentBeginPlay1) == 0x0000C0, "Wrong size on UDummyActorComponentBeginPlay1"); \ + +#define DUMPER7_ASSERTS_UDummyActorComponentBeginPlay2 \ +static_assert(alignof(UDummyActorComponentBeginPlay2) == 0x000008, "Wrong alignment on UDummyActorComponentBeginPlay2"); \ +static_assert(sizeof(UDummyActorComponentBeginPlay2) == 0x0000C0, "Wrong size on UDummyActorComponentBeginPlay2"); \ + +#define DUMPER7_ASSERTS_UDummyActorComponentBeginPlay3 \ +static_assert(alignof(UDummyActorComponentBeginPlay3) == 0x000008, "Wrong alignment on UDummyActorComponentBeginPlay3"); \ +static_assert(sizeof(UDummyActorComponentBeginPlay3) == 0x0000C0, "Wrong size on UDummyActorComponentBeginPlay3"); \ + +#define DUMPER7_ASSERTS_UDummyActorComponentEndPlay1 \ +static_assert(alignof(UDummyActorComponentEndPlay1) == 0x000008, "Wrong alignment on UDummyActorComponentEndPlay1"); \ +static_assert(sizeof(UDummyActorComponentEndPlay1) == 0x0000C0, "Wrong size on UDummyActorComponentEndPlay1"); \ + +#define DUMPER7_ASSERTS_UDummyActorComponentEndPlay2 \ +static_assert(alignof(UDummyActorComponentEndPlay2) == 0x000008, "Wrong alignment on UDummyActorComponentEndPlay2"); \ +static_assert(sizeof(UDummyActorComponentEndPlay2) == 0x0000C0, "Wrong size on UDummyActorComponentEndPlay2"); \ + +#define DUMPER7_ASSERTS_UDummyActorComponentEndPlay3 \ +static_assert(alignof(UDummyActorComponentEndPlay3) == 0x000008, "Wrong alignment on UDummyActorComponentEndPlay3"); \ +static_assert(sizeof(UDummyActorComponentEndPlay3) == 0x0000C0, "Wrong size on UDummyActorComponentEndPlay3"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_KangJinLong_Lightning_C \ +static_assert(alignof(ABP_Player_Wukong_KangJinLong_Lightning_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_KangJinLong_Lightning_C"); \ +static_assert(sizeof(ABP_Player_Wukong_KangJinLong_Lightning_C) == 0x000380, "Wrong size on ABP_Player_Wukong_KangJinLong_Lightning_C"); \ +static_assert(offsetof(ABP_Player_Wukong_KangJinLong_Lightning_C, CheckComp_Capsule) == 0x000370, "Member 'ABP_Player_Wukong_KangJinLong_Lightning_C::CheckComp_Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_KangJinLong_Lightning_C, NG_Lightning) == 0x000378, "Member 'ABP_Player_Wukong_KangJinLong_Lightning_C::NG_Lightning' 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_FMaterialInput \ +static_assert(alignof(FMaterialInput) == 0x000004, "Wrong alignment on FMaterialInput"); \ +static_assert(sizeof(FMaterialInput) == 0x000014, "Wrong size on FMaterialInput"); \ +static_assert(offsetof(FMaterialInput, OutputIndex) == 0x000000, "Member 'FMaterialInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, InputName) == 0x000004, "Member 'FMaterialInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInput, ExpressionName) == 0x00000C, "Member 'FMaterialInput::ExpressionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVector2MaterialInput \ +static_assert(alignof(FVector2MaterialInput) == 0x000004, "Wrong alignment on FVector2MaterialInput"); \ +static_assert(sizeof(FVector2MaterialInput) == 0x000014, "Wrong size on FVector2MaterialInput"); \ + +#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_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_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_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_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_FMaterialCachedParameters \ +static_assert(alignof(FMaterialCachedParameters) == 0x000008, "Wrong alignment on FMaterialCachedParameters"); \ +static_assert(sizeof(FMaterialCachedParameters) == 0x000340, "Wrong size on FMaterialCachedParameters"); \ +static_assert(offsetof(FMaterialCachedParameters, RuntimeEntries) == 0x000000, "Member 'FMaterialCachedParameters::RuntimeEntries' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, ScalarPrimitiveDataIndexValues) == 0x000280, "Member 'FMaterialCachedParameters::ScalarPrimitiveDataIndexValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, VectorPrimitiveDataIndexValues) == 0x000290, "Member 'FMaterialCachedParameters::VectorPrimitiveDataIndexValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, ScalarValues) == 0x0002A0, "Member 'FMaterialCachedParameters::ScalarValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, StaticSwitchValues) == 0x0002B0, "Member 'FMaterialCachedParameters::StaticSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, DynamicSwitchValues) == 0x0002C0, "Member 'FMaterialCachedParameters::DynamicSwitchValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, VectorValues) == 0x0002D0, "Member 'FMaterialCachedParameters::VectorValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, DoubleVectorValues) == 0x0002E0, "Member 'FMaterialCachedParameters::DoubleVectorValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, TextureValues) == 0x0002F0, "Member 'FMaterialCachedParameters::TextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, FontValues) == 0x000300, "Member 'FMaterialCachedParameters::FontValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, FontPageValues) == 0x000310, "Member 'FMaterialCachedParameters::FontPageValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, RuntimeVirtualTextureValues) == 0x000320, "Member 'FMaterialCachedParameters::RuntimeVirtualTextureValues' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedParameters, SparseVolumeTextureValues) == 0x000330, "Member 'FMaterialCachedParameters::SparseVolumeTextureValues' 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_FColorMaterialInput \ +static_assert(alignof(FColorMaterialInput) == 0x000004, "Wrong alignment on FColorMaterialInput"); \ +static_assert(sizeof(FColorMaterialInput) == 0x000014, "Wrong size on FColorMaterialInput"); \ + +#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_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_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_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_FExpressionInput \ +static_assert(alignof(FExpressionInput) == 0x000004, "Wrong alignment on FExpressionInput"); \ +static_assert(sizeof(FExpressionInput) == 0x000014, "Wrong size on FExpressionInput"); \ +static_assert(offsetof(FExpressionInput, OutputIndex) == 0x000000, "Member 'FExpressionInput::OutputIndex' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, InputName) == 0x000004, "Member 'FExpressionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(FExpressionInput, ExpressionName) == 0x00000C, "Member 'FExpressionInput::ExpressionName' 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_FMeshNaniteSettings \ +static_assert(alignof(FMeshNaniteSettings) == 0x000004, "Wrong alignment on FMeshNaniteSettings"); \ +static_assert(sizeof(FMeshNaniteSettings) == 0x00001C, "Wrong size on FMeshNaniteSettings"); \ +static_assert(offsetof(FMeshNaniteSettings, PositionPrecision) == 0x000004, "Member 'FMeshNaniteSettings::PositionPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TargetMinimumResidencyInKB) == 0x000008, "Member 'FMeshNaniteSettings::TargetMinimumResidencyInKB' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, KeepPercentTriangles) == 0x00000C, "Member 'FMeshNaniteSettings::KeepPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, TrimRelativeError) == 0x000010, "Member 'FMeshNaniteSettings::TrimRelativeError' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackPercentTriangles) == 0x000014, "Member 'FMeshNaniteSettings::FallbackPercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshNaniteSettings, FallbackRelativeError) == 0x000018, "Member 'FMeshNaniteSettings::FallbackRelativeError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorComponentDuplicatedObjectData \ +static_assert(alignof(FActorComponentDuplicatedObjectData) == 0x000008, "Wrong alignment on FActorComponentDuplicatedObjectData"); \ +static_assert(sizeof(FActorComponentDuplicatedObjectData) == 0x000010, "Wrong size on FActorComponentDuplicatedObjectData"); \ + +#define DUMPER7_ASSERTS_FInertializationCurveDiff \ +static_assert(alignof(FInertializationCurveDiff) == 0x000004, "Wrong alignment on FInertializationCurveDiff"); \ +static_assert(sizeof(FInertializationCurveDiff) == 0x000008, "Wrong size on FInertializationCurveDiff"); \ + +#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_FExpressionOutput \ +static_assert(alignof(FExpressionOutput) == 0x000004, "Wrong alignment on FExpressionOutput"); \ +static_assert(sizeof(FExpressionOutput) == 0x000008, "Wrong size on FExpressionOutput"); \ +static_assert(offsetof(FExpressionOutput, OutputName) == 0x000000, "Member 'FExpressionOutput::OutputName' 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_FRepMovement \ +static_assert(alignof(FRepMovement) == 0x000008, "Wrong alignment on FRepMovement"); \ +static_assert(sizeof(FRepMovement) == 0x000068, "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, LocationQuantizationLevel) == 0x000061, "Member 'FRepMovement::LocationQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, VelocityQuantizationLevel) == 0x000062, "Member 'FRepMovement::VelocityQuantizationLevel' has a wrong offset!"); \ +static_assert(offsetof(FRepMovement, RotationQuantizationLevel) == 0x000063, "Member 'FRepMovement::RotationQuantizationLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimBlueprintFunctionData \ +static_assert(alignof(FAnimBlueprintFunctionData) == 0x000008, "Wrong alignment on FAnimBlueprintFunctionData"); \ +static_assert(sizeof(FAnimBlueprintFunctionData) == 0x000040, "Wrong size on FAnimBlueprintFunctionData"); \ +static_assert(offsetof(FAnimBlueprintFunctionData, OutputPoseNodeProperty) == 0x000000, "Member 'FAnimBlueprintFunctionData::OutputPoseNodeProperty' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunctionData, InputPoseNodeProperties) == 0x000020, "Member 'FAnimBlueprintFunctionData::InputPoseNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(FAnimBlueprintFunctionData, InputProperties) == 0x000030, "Member 'FAnimBlueprintFunctionData::InputProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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!"); \ + +#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_FBakedFloatCustomAttribute \ +static_assert(alignof(FBakedFloatCustomAttribute) == 0x000001, "Wrong alignment on FBakedFloatCustomAttribute"); \ +static_assert(sizeof(FBakedFloatCustomAttribute) == 0x000001, "Wrong size on FBakedFloatCustomAttribute"); \ + +#define DUMPER7_ASSERTS_FTickFunction \ +static_assert(alignof(FTickFunction) == 0x000008, "Wrong alignment on FTickFunction"); \ +static_assert(sizeof(FTickFunction) == 0x000038, "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_FShadingModelMaterialInput \ +static_assert(alignof(FShadingModelMaterialInput) == 0x000004, "Wrong alignment on FShadingModelMaterialInput"); \ +static_assert(sizeof(FShadingModelMaterialInput) == 0x000014, "Wrong size on FShadingModelMaterialInput"); \ + +#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_FAnimNodeReference \ +static_assert(alignof(FAnimNodeReference) == 0x000008, "Wrong alignment on FAnimNodeReference"); \ +static_assert(sizeof(FAnimNodeReference) == 0x000010, "Wrong size on FAnimNodeReference"); \ + +#define DUMPER7_ASSERTS_FBookmarkBaseJumpToSettings \ +static_assert(alignof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkBaseJumpToSettings"); \ +static_assert(sizeof(FBookmarkBaseJumpToSettings) == 0x000001, "Wrong size on FBookmarkBaseJumpToSettings"); \ + +#define DUMPER7_ASSERTS_FBookmarkJumpToSettings \ +static_assert(alignof(FBookmarkJumpToSettings) == 0x000001, "Wrong alignment on FBookmarkJumpToSettings"); \ +static_assert(sizeof(FBookmarkJumpToSettings) == 0x000001, "Wrong size on FBookmarkJumpToSettings"); \ + +#define DUMPER7_ASSERTS_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_FInputRange \ +static_assert(alignof(FInputRange) == 0x000004, "Wrong alignment on FInputRange"); \ +static_assert(sizeof(FInputRange) == 0x000008, "Wrong size on FInputRange"); \ +static_assert(offsetof(FInputRange, Min) == 0x000000, "Member 'FInputRange::Min' has a wrong offset!"); \ +static_assert(offsetof(FInputRange, Max) == 0x000004, "Member 'FInputRange::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FAnimationAttributeIdentifier \ +static_assert(alignof(FAnimationAttributeIdentifier) == 0x000008, "Wrong alignment on FAnimationAttributeIdentifier"); \ +static_assert(sizeof(FAnimationAttributeIdentifier) == 0x000038, "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_FFormatArgumentData \ +static_assert(alignof(FFormatArgumentData) == 0x000008, "Wrong alignment on FFormatArgumentData"); \ +static_assert(sizeof(FFormatArgumentData) == 0x000050, "Wrong size on FFormatArgumentData"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentName) == 0x000000, "Member 'FFormatArgumentData::ArgumentName' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueType) == 0x000010, "Member 'FFormatArgumentData::ArgumentValueType' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValue) == 0x000018, "Member 'FFormatArgumentData::ArgumentValue' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueInt) == 0x000030, "Member 'FFormatArgumentData::ArgumentValueInt' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueFloat) == 0x000038, "Member 'FFormatArgumentData::ArgumentValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueDouble) == 0x000040, "Member 'FFormatArgumentData::ArgumentValueDouble' has a wrong offset!"); \ +static_assert(offsetof(FFormatArgumentData, ArgumentValueGender) == 0x000048, "Member 'FFormatArgumentData::ArgumentValueGender' 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_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_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_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_FPoseLink \ +static_assert(alignof(FPoseLink) == 0x000008, "Wrong alignment on FPoseLink"); \ +static_assert(sizeof(FPoseLink) == 0x000010, "Wrong size on FPoseLink"); \ + +#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_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_FActorTickFunction \ +static_assert(alignof(FActorTickFunction) == 0x000008, "Wrong alignment on FActorTickFunction"); \ +static_assert(sizeof(FActorTickFunction) == 0x000040, "Wrong size on FActorTickFunction"); \ + +#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_FMaterialAttributesInput \ +static_assert(alignof(FMaterialAttributesInput) == 0x000004, "Wrong alignment on FMaterialAttributesInput"); \ +static_assert(sizeof(FMaterialAttributesInput) == 0x000018, "Wrong size on FMaterialAttributesInput"); \ +static_assert(offsetof(FMaterialAttributesInput, PropertyConnectedBitmask) == 0x000014, "Member 'FMaterialAttributesInput::PropertyConnectedBitmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichCurveKey \ +static_assert(alignof(FRichCurveKey) == 0x000004, "Wrong alignment on FRichCurveKey"); \ +static_assert(sizeof(FRichCurveKey) == 0x00001C, "Wrong size on FRichCurveKey"); \ +static_assert(offsetof(FRichCurveKey, InterpMode) == 0x000000, "Member 'FRichCurveKey::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, TangentMode) == 0x000001, "Member 'FRichCurveKey::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, TangentWeightMode) == 0x000002, "Member 'FRichCurveKey::TangentWeightMode' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, Time) == 0x000004, "Member 'FRichCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, Value) == 0x000008, "Member 'FRichCurveKey::Value' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, ArriveTangent) == 0x00000C, "Member 'FRichCurveKey::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, ArriveTangentWeight) == 0x000010, "Member 'FRichCurveKey::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, LeaveTangent) == 0x000014, "Member 'FRichCurveKey::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FRichCurveKey, LeaveTangentWeight) == 0x000018, "Member 'FRichCurveKey::LeaveTangentWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyHandleMap \ +static_assert(alignof(FKeyHandleMap) == 0x000008, "Wrong alignment on FKeyHandleMap"); \ +static_assert(sizeof(FKeyHandleMap) == 0x000060, "Wrong size on FKeyHandleMap"); \ + +#define DUMPER7_ASSERTS_FIndexedCurve \ +static_assert(alignof(FIndexedCurve) == 0x000008, "Wrong alignment on FIndexedCurve"); \ +static_assert(sizeof(FIndexedCurve) == 0x000068, "Wrong size on FIndexedCurve"); \ +static_assert(offsetof(FIndexedCurve, KeyHandlesToIndices) == 0x000008, "Member 'FIndexedCurve::KeyHandlesToIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRealCurve \ +static_assert(alignof(FRealCurve) == 0x000008, "Wrong alignment on FRealCurve"); \ +static_assert(sizeof(FRealCurve) == 0x000070, "Wrong size on FRealCurve"); \ +static_assert(offsetof(FRealCurve, DefaultValue) == 0x000068, "Member 'FRealCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FRealCurve, PreInfinityExtrap) == 0x00006C, "Member 'FRealCurve::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FRealCurve, PostInfinityExtrap) == 0x00006D, "Member 'FRealCurve::PostInfinityExtrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichCurve \ +static_assert(alignof(FRichCurve) == 0x000008, "Wrong alignment on FRichCurve"); \ +static_assert(sizeof(FRichCurve) == 0x000080, "Wrong size on FRichCurve"); \ +static_assert(offsetof(FRichCurve, Keys) == 0x000070, "Member 'FRichCurve::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FAnimCurveBase \ +static_assert(alignof(FAnimCurveBase) == 0x000004, "Wrong alignment on FAnimCurveBase"); \ +static_assert(sizeof(FAnimCurveBase) == 0x000018, "Wrong size on FAnimCurveBase"); \ +static_assert(offsetof(FAnimCurveBase, LastObservedName) == 0x000000, "Member 'FAnimCurveBase::LastObservedName' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveBase, Name) == 0x000008, "Member 'FAnimCurveBase::Name' has a wrong offset!"); \ +static_assert(offsetof(FAnimCurveBase, CurveTypeFlags) == 0x000014, "Member 'FAnimCurveBase::CurveTypeFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorCurve \ +static_assert(alignof(FVectorCurve) == 0x000008, "Wrong alignment on FVectorCurve"); \ +static_assert(sizeof(FVectorCurve) == 0x000198, "Wrong size on FVectorCurve"); \ +static_assert(offsetof(FVectorCurve, FloatCurves) == 0x000018, "Member 'FVectorCurve::FloatCurves' 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_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_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_FBlueprintInputDelegateBinding \ +static_assert(alignof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong alignment on FBlueprintInputDelegateBinding"); \ +static_assert(sizeof(FBlueprintInputDelegateBinding) == 0x000004, "Wrong size on FBlueprintInputDelegateBinding"); \ + +#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_FScalarMaterialInput \ +static_assert(alignof(FScalarMaterialInput) == 0x000004, "Wrong alignment on FScalarMaterialInput"); \ +static_assert(sizeof(FScalarMaterialInput) == 0x000014, "Wrong size on FScalarMaterialInput"); \ + +#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_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) == 0x000068, "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_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) == 0x000080, "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) == 0x000152, "Member 'FConstraintProfileProperties::LinearPlasticityType' 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_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) == 0x000050, "Member 'FConstraintInstance::Pos1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis1) == 0x000068, "Member 'FConstraintInstance::PriAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis1) == 0x000080, "Member 'FConstraintInstance::SecAxis1' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, Pos2) == 0x000098, "Member 'FConstraintInstance::Pos2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, PriAxis2) == 0x0000B0, "Member 'FConstraintInstance::PriAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, SecAxis2) == 0x0000C8, "Member 'FConstraintInstance::SecAxis2' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, AngularRotationOffset) == 0x0000E0, "Member 'FConstraintInstance::AngularRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FConstraintInstance, ProfileInstance) == 0x000100, "Member 'FConstraintInstance::ProfileInstance' 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_FActorComponentTickFunction \ +static_assert(alignof(FActorComponentTickFunction) == 0x000008, "Wrong alignment on FActorComponentTickFunction"); \ +static_assert(sizeof(FActorComponentTickFunction) == 0x000040, "Wrong size on FActorComponentTickFunction"); \ + +#define DUMPER7_ASSERTS_FStrataMaterialInput \ +static_assert(alignof(FStrataMaterialInput) == 0x000004, "Wrong alignment on FStrataMaterialInput"); \ +static_assert(sizeof(FStrataMaterialInput) == 0x000014, "Wrong size on FStrataMaterialInput"); \ + +#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_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_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_FAnimBlueprintMutableData \ +static_assert(alignof(FAnimBlueprintMutableData) == 0x000001, "Wrong alignment on FAnimBlueprintMutableData"); \ +static_assert(sizeof(FAnimBlueprintMutableData) == 0x000001, "Wrong size on FAnimBlueprintMutableData"); \ + +#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_FComponentReference \ +static_assert(alignof(FComponentReference) == 0x000008, "Wrong alignment on FComponentReference"); \ +static_assert(sizeof(FComponentReference) == 0x000028, "Wrong size on FComponentReference"); \ +static_assert(offsetof(FComponentReference, OtherActor) == 0x000000, "Member 'FComponentReference::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(FComponentReference, ComponentProperty) == 0x000008, "Member 'FComponentReference::ComponentProperty' has a wrong offset!"); \ +static_assert(offsetof(FComponentReference, PathToComponent) == 0x000010, "Member 'FComponentReference::PathToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImportFactorySettingValues \ +static_assert(alignof(FImportFactorySettingValues) == 0x000008, "Wrong alignment on FImportFactorySettingValues"); \ +static_assert(sizeof(FImportFactorySettingValues) == 0x000020, "Wrong size on FImportFactorySettingValues"); \ +static_assert(offsetof(FImportFactorySettingValues, SettingName) == 0x000000, "Member 'FImportFactorySettingValues::SettingName' has a wrong offset!"); \ +static_assert(offsetof(FImportFactorySettingValues, Value) == 0x000010, "Member 'FImportFactorySettingValues::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorImportWorkflowDefinition \ +static_assert(alignof(FEditorImportWorkflowDefinition) == 0x000008, "Wrong alignment on FEditorImportWorkflowDefinition"); \ +static_assert(sizeof(FEditorImportWorkflowDefinition) == 0x000020, "Wrong size on FEditorImportWorkflowDefinition"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, ImportFilePath) == 0x000000, "Member 'FEditorImportWorkflowDefinition::ImportFilePath' has a wrong offset!"); \ +static_assert(offsetof(FEditorImportWorkflowDefinition, FactorySettings) == 0x000010, "Member 'FEditorImportWorkflowDefinition::FactorySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x0007B0, "Wrong size on FPostProcessSettings"); \ +static_assert(offsetof(FPostProcessSettings, BloomMethod) == 0x00002D, "Member 'FPostProcessSettings::BloomMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMethod) == 0x00002E, "Member 'FPostProcessSettings::AutoExposureMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TemperatureType) == 0x00002F, "Member 'FPostProcessSettings::TemperatureType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTemp) == 0x000030, "Member 'FPostProcessSettings::WhiteTemp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WhiteTint) == 0x000034, "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) == 0x000404, "Member 'FPostProcessSettings::LumenMaxTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenDiffuseColorBoost) == 0x000408, "Member 'FPostProcessSettings::LumenDiffuseColorBoost' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenSkylightLeaking) == 0x00040C, "Member 'FPostProcessSettings::LumenSkylightLeaking' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenFullSkylightLeakingDistance) == 0x000410, "Member 'FPostProcessSettings::LumenFullSkylightLeakingDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGIType) == 0x000414, "Member 'FPostProcessSettings::RayTracingGIType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGIMaxBounces) == 0x000418, "Member 'FPostProcessSettings::RayTracingGIMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingGISamplesPerPixel) == 0x00041C, "Member 'FPostProcessSettings::RayTracingGISamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionMethod) == 0x000420, "Member 'FPostProcessSettings::ReflectionMethod' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ReflectionsType) == 0x000421, "Member 'FPostProcessSettings::ReflectionsType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenReflectionQuality) == 0x000424, "Member 'FPostProcessSettings::LumenReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LumenRayLightingMode) == 0x000428, "Member 'FPostProcessSettings::LumenRayLightingMode' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionIntensity) == 0x00042C, "Member 'FPostProcessSettings::ScreenSpaceReflectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionQuality) == 0x000430, "Member 'FPostProcessSettings::ScreenSpaceReflectionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenSpaceReflectionMaxRoughness) == 0x000434, "Member 'FPostProcessSettings::ScreenSpaceReflectionMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxRoughness) == 0x000438, "Member 'FPostProcessSettings::RayTracingReflectionsMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsMaxBounces) == 0x00043C, "Member 'FPostProcessSettings::RayTracingReflectionsMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsSamplesPerPixel) == 0x000440, "Member 'FPostProcessSettings::RayTracingReflectionsSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingReflectionsShadows) == 0x000444, "Member 'FPostProcessSettings::RayTracingReflectionsShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapTint) == 0x000448, "Member 'FPostProcessSettings::AmbientCubemapTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemapIntensity) == 0x000458, "Member 'FPostProcessSettings::AmbientCubemapIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientCubemap) == 0x000460, "Member 'FPostProcessSettings::AmbientCubemap' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraShutterSpeed) == 0x000468, "Member 'FPostProcessSettings::CameraShutterSpeed' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, CameraISO) == 0x00046C, "Member 'FPostProcessSettings::CameraISO' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFstop) == 0x000470, "Member 'FPostProcessSettings::DepthOfFieldFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldMinFstop) == 0x000474, "Member 'FPostProcessSettings::DepthOfFieldMinFstop' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldBladeCount) == 0x000478, "Member 'FPostProcessSettings::DepthOfFieldBladeCount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBias) == 0x00047C, "Member 'FPostProcessSettings::AutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasBackup) == 0x000480, "Member 'FPostProcessSettings::AutoExposureBiasBackup' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureBiasCurve) == 0x000490, "Member 'FPostProcessSettings::AutoExposureBiasCurve' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, SceneEV100) == 0x000498, "Member 'FPostProcessSettings::SceneEV100' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMeterMask) == 0x0004A0, "Member 'FPostProcessSettings::AutoExposureMeterMask' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureLowPercent) == 0x0004A8, "Member 'FPostProcessSettings::AutoExposureLowPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureHighPercent) == 0x0004AC, "Member 'FPostProcessSettings::AutoExposureHighPercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMinBrightness) == 0x0004B0, "Member 'FPostProcessSettings::AutoExposureMinBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureMaxBrightness) == 0x0004B4, "Member 'FPostProcessSettings::AutoExposureMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedUp) == 0x0004B8, "Member 'FPostProcessSettings::AutoExposureSpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureSpeedDown) == 0x0004BC, "Member 'FPostProcessSettings::AutoExposureSpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMin) == 0x0004C0, "Member 'FPostProcessSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, HistogramLogMax) == 0x0004C4, "Member 'FPostProcessSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AutoExposureCalibrationConstant) == 0x0004C8, "Member 'FPostProcessSettings::AutoExposureCalibrationConstant' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureContrastScale) == 0x0004CC, "Member 'FPostProcessSettings::LocalExposureContrastScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureDetailStrength) == 0x0004D0, "Member 'FPostProcessSettings::LocalExposureDetailStrength' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureBlurredLuminanceBlend) == 0x0004D4, "Member 'FPostProcessSettings::LocalExposureBlurredLuminanceBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureBlurredLuminanceKernelSizePercent) == 0x0004D8, "Member 'FPostProcessSettings::LocalExposureBlurredLuminanceKernelSizePercent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LocalExposureMiddleGreyBias) == 0x0004DC, "Member 'FPostProcessSettings::LocalExposureMiddleGreyBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareIntensity) == 0x0004E0, "Member 'FPostProcessSettings::LensFlareIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTint) == 0x0004E4, "Member 'FPostProcessSettings::LensFlareTint' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehSize) == 0x0004F4, "Member 'FPostProcessSettings::LensFlareBokehSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareThreshold) == 0x0004F8, "Member 'FPostProcessSettings::LensFlareThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareBokehShape) == 0x000500, "Member 'FPostProcessSettings::LensFlareBokehShape' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LensFlareTints) == 0x000508, "Member 'FPostProcessSettings::LensFlareTints' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, VignetteIntensity) == 0x000588, "Member 'FPostProcessSettings::VignetteIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainJitter) == 0x00058C, "Member 'FPostProcessSettings::GrainJitter' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GrainIntensity) == 0x000590, "Member 'FPostProcessSettings::GrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensity) == 0x000594, "Member 'FPostProcessSettings::FilmGrainIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityShadows) == 0x000598, "Member 'FPostProcessSettings::FilmGrainIntensityShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityMidtones) == 0x00059C, "Member 'FPostProcessSettings::FilmGrainIntensityMidtones' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainIntensityHighlights) == 0x0005A0, "Member 'FPostProcessSettings::FilmGrainIntensityHighlights' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainShadowsMax) == 0x0005A4, "Member 'FPostProcessSettings::FilmGrainShadowsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainHighlightsMin) == 0x0005A8, "Member 'FPostProcessSettings::FilmGrainHighlightsMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainHighlightsMax) == 0x0005AC, "Member 'FPostProcessSettings::FilmGrainHighlightsMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainTexelSize) == 0x0005B0, "Member 'FPostProcessSettings::FilmGrainTexelSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, FilmGrainTexture) == 0x0005B8, "Member 'FPostProcessSettings::FilmGrainTexture' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionIntensity) == 0x0005C0, "Member 'FPostProcessSettings::AmbientOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionStaticFraction) == 0x0005C4, "Member 'FPostProcessSettings::AmbientOcclusionStaticFraction' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionRadius) == 0x0005C8, "Member 'FPostProcessSettings::AmbientOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeDistance) == 0x0005D0, "Member 'FPostProcessSettings::AmbientOcclusionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionFadeRadius) == 0x0005D4, "Member 'FPostProcessSettings::AmbientOcclusionFadeRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionDistance) == 0x0005D8, "Member 'FPostProcessSettings::AmbientOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionPower) == 0x0005DC, "Member 'FPostProcessSettings::AmbientOcclusionPower' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionBias) == 0x0005E0, "Member 'FPostProcessSettings::AmbientOcclusionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionQuality) == 0x0005E4, "Member 'FPostProcessSettings::AmbientOcclusionQuality' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipBlend) == 0x0005E8, "Member 'FPostProcessSettings::AmbientOcclusionMipBlend' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipScale) == 0x0005EC, "Member 'FPostProcessSettings::AmbientOcclusionMipScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionMipThreshold) == 0x0005F0, "Member 'FPostProcessSettings::AmbientOcclusionMipThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, AmbientOcclusionTemporalBlendWeight) == 0x0005F4, "Member 'FPostProcessSettings::AmbientOcclusionTemporalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOSamplesPerPixel) == 0x0005FC, "Member 'FPostProcessSettings::RayTracingAOSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAOIntensity) == 0x000600, "Member 'FPostProcessSettings::RayTracingAOIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingAORadius) == 0x000604, "Member 'FPostProcessSettings::RayTracingAORadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseTemporalBlendWeight) == 0x00060C, "Member 'FPostProcessSettings::GIDenoiseTemporalBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseTemporalMomentBlendWeight) == 0x000610, "Member 'FPostProcessSettings::GIDenoiseTemporalMomentBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseTemporalNormalTolerance) == 0x000614, "Member 'FPostProcessSettings::GIDenoiseTemporalNormalTolerance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseTemporalDepthTolerance) == 0x000618, "Member 'FPostProcessSettings::GIDenoiseTemporalDepthTolerance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseColorClamp) == 0x00061C, "Member 'FPostProcessSettings::GIDenoiseColorClamp' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseHistoryLength) == 0x000620, "Member 'FPostProcessSettings::GIDenoiseHistoryLength' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseATrousIteration) == 0x000628, "Member 'FPostProcessSettings::GIDenoiseATrousIteration' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseATrousCopyIteration) == 0x00062C, "Member 'FPostProcessSettings::GIDenoiseATrousCopyIteration' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseATrousFilterWidth) == 0x000634, "Member 'FPostProcessSettings::GIDenoiseATrousFilterWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseATrousVarianceGain) == 0x000638, "Member 'FPostProcessSettings::GIDenoiseATrousVarianceGain' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseATrousNormalTolerance) == 0x00063C, "Member 'FPostProcessSettings::GIDenoiseATrousNormalTolerance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseATrousDepthTolerance) == 0x000640, "Member 'FPostProcessSettings::GIDenoiseATrousDepthTolerance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseATrousAOTolerance) == 0x000644, "Member 'FPostProcessSettings::GIDenoiseATrousAOTolerance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseSpatialFilterType) == 0x000648, "Member 'FPostProcessSettings::GIDenoiseSpatialFilterType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseType) == 0x000649, "Member 'FPostProcessSettings::GIDenoiseType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, GIDenoiseDebugType) == 0x00064A, "Member 'FPostProcessSettings::GIDenoiseDebugType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsType) == 0x00064B, "Member 'FPostProcessSettings::RayTracingWaterCausticsType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsBufferScale) == 0x00064C, "Member 'FPostProcessSettings::RayTracingWaterCausticsBufferScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsLookAt) == 0x000658, "Member 'FPostProcessSettings::RayTracingWaterCausticsLookAt' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsRange) == 0x000670, "Member 'FPostProcessSettings::RayTracingWaterCausticsRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsColor) == 0x000688, "Member 'FPostProcessSettings::RayTracingWaterCausticsColor' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsNumDenoisePasses) == 0x000698, "Member 'FPostProcessSettings::RayTracingWaterCausticsNumDenoisePasses' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsDispersionIntensity) == 0x00069C, "Member 'FPostProcessSettings::RayTracingWaterCausticsDispersionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsDispersionOffset) == 0x0006A0, "Member 'FPostProcessSettings::RayTracingWaterCausticsDispersionOffset' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsReflectiveIntensity) == 0x0006A4, "Member 'FPostProcessSettings::RayTracingWaterCausticsReflectiveIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsReflectedRayTMax) == 0x0006A8, "Member 'FPostProcessSettings::RayTracingWaterCausticsReflectedRayTMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsReflectedRayTMin) == 0x0006AC, "Member 'FPostProcessSettings::RayTracingWaterCausticsReflectedRayTMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsRefractiveIntensity) == 0x0006B0, "Member 'FPostProcessSettings::RayTracingWaterCausticsRefractiveIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsRefractedRayTMax) == 0x0006B4, "Member 'FPostProcessSettings::RayTracingWaterCausticsRefractedRayTMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsRefractedRayTMin) == 0x0006B8, "Member 'FPostProcessSettings::RayTracingWaterCausticsRefractedRayTMin' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsFresnelBaseReflectFraction) == 0x0006BC, "Member 'FPostProcessSettings::RayTracingWaterCausticsFresnelBaseReflectFraction' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsReflectBackFaceCullingThreshold) == 0x0006C0, "Member 'FPostProcessSettings::RayTracingWaterCausticsReflectBackFaceCullingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingWaterCausticsRefractBackFaceCullingThreshold) == 0x0006C4, "Member 'FPostProcessSettings::RayTracingWaterCausticsRefractBackFaceCullingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingIntensity) == 0x0006C8, "Member 'FPostProcessSettings::ColorGradingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ColorGradingLUT) == 0x0006D0, "Member 'FPostProcessSettings::ColorGradingLUT' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSensorWidth) == 0x0006D8, "Member 'FPostProcessSettings::DepthOfFieldSensorWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalDistance) == 0x0006DC, "Member 'FPostProcessSettings::DepthOfFieldFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurAmount) == 0x0006E0, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldDepthBlurRadius) == 0x0006E4, "Member 'FPostProcessSettings::DepthOfFieldDepthBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFocalRegion) == 0x0006E8, "Member 'FPostProcessSettings::DepthOfFieldFocalRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearTransitionRegion) == 0x0006EC, "Member 'FPostProcessSettings::DepthOfFieldNearTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarTransitionRegion) == 0x0006F0, "Member 'FPostProcessSettings::DepthOfFieldFarTransitionRegion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldScale) == 0x0006F4, "Member 'FPostProcessSettings::DepthOfFieldScale' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldNearBlurSize) == 0x0006F8, "Member 'FPostProcessSettings::DepthOfFieldNearBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldFarBlurSize) == 0x0006FC, "Member 'FPostProcessSettings::DepthOfFieldFarBlurSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldOcclusion) == 0x000700, "Member 'FPostProcessSettings::DepthOfFieldOcclusion' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldSkyFocusDistance) == 0x000704, "Member 'FPostProcessSettings::DepthOfFieldSkyFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, DepthOfFieldVignetteSize) == 0x000708, "Member 'FPostProcessSettings::DepthOfFieldVignetteSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurAmount) == 0x00070C, "Member 'FPostProcessSettings::MotionBlurAmount' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurMax) == 0x000710, "Member 'FPostProcessSettings::MotionBlurMax' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurTargetFPS) == 0x000714, "Member 'FPostProcessSettings::MotionBlurTargetFPS' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, MotionBlurPerObjectSize) == 0x000718, "Member 'FPostProcessSettings::MotionBlurPerObjectSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVIntensity) == 0x00071C, "Member 'FPostProcessSettings::LPVIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVVplInjectionBias) == 0x000720, "Member 'FPostProcessSettings::LPVVplInjectionBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSize) == 0x000724, "Member 'FPostProcessSettings::LPVSize' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryOcclusionIntensity) == 0x000728, "Member 'FPostProcessSettings::LPVSecondaryOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSecondaryBounceIntensity) == 0x00072C, "Member 'FPostProcessSettings::LPVSecondaryBounceIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVGeometryVolumeBias) == 0x000730, "Member 'FPostProcessSettings::LPVGeometryVolumeBias' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVEmissiveInjectionIntensity) == 0x000734, "Member 'FPostProcessSettings::LPVEmissiveInjectionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionIntensity) == 0x000738, "Member 'FPostProcessSettings::LPVDirectionalOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionRadius) == 0x00073C, "Member 'FPostProcessSettings::LPVDirectionalOcclusionRadius' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionExponent) == 0x000740, "Member 'FPostProcessSettings::LPVDiffuseOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionExponent) == 0x000744, "Member 'FPostProcessSettings::LPVSpecularOcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDiffuseOcclusionIntensity) == 0x000748, "Member 'FPostProcessSettings::LPVDiffuseOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVSpecularOcclusionIntensity) == 0x00074C, "Member 'FPostProcessSettings::LPVSpecularOcclusionIntensity' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, TranslucencyType) == 0x000750, "Member 'FPostProcessSettings::TranslucencyType' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMaxRoughness) == 0x000754, "Member 'FPostProcessSettings::RayTracingTranslucencyMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMinReflectionThroughput) == 0x000758, "Member 'FPostProcessSettings::RayTracingTranslucencyMinReflectionThroughput' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyMinRefractionThroughput) == 0x00075C, "Member 'FPostProcessSettings::RayTracingTranslucencyMinRefractionThroughput' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyRefractionRays) == 0x000764, "Member 'FPostProcessSettings::RayTracingTranslucencyRefractionRays' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencySamplesPerPixel) == 0x000768, "Member 'FPostProcessSettings::RayTracingTranslucencySamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, RayTracingTranslucencyShadows) == 0x00076C, "Member 'FPostProcessSettings::RayTracingTranslucencyShadows' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxBounces) == 0x000770, "Member 'FPostProcessSettings::PathTracingMaxBounces' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingSamplesPerPixel) == 0x000774, "Member 'FPostProcessSettings::PathTracingSamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingFilterWidth) == 0x000778, "Member 'FPostProcessSettings::PathTracingFilterWidth' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, PathTracingMaxPathExposure) == 0x000780, "Member 'FPostProcessSettings::PathTracingMaxPathExposure' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVFadeRange) == 0x000788, "Member 'FPostProcessSettings::LPVFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, LPVDirectionalOcclusionFadeRange) == 0x00078C, "Member 'FPostProcessSettings::LPVDirectionalOcclusionFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, ScreenPercentage) == 0x000790, "Member 'FPostProcessSettings::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(FPostProcessSettings, WeightedBlendables) == 0x000798, "Member 'FPostProcessSettings::WeightedBlendables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMinimalViewInfo \ +static_assert(alignof(FMinimalViewInfo) == 0x000010, "Wrong alignment on FMinimalViewInfo"); \ +static_assert(sizeof(FMinimalViewInfo) == 0x000890, "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, OrthoNearClipPlane) == 0x00003C, "Member 'FMinimalViewInfo::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OrthoFarClipPlane) == 0x000040, "Member 'FMinimalViewInfo::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, AspectRatio) == 0x000044, "Member 'FMinimalViewInfo::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, ProjectionMode) == 0x00004C, "Member 'FMinimalViewInfo::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessBlendWeight) == 0x000050, "Member 'FMinimalViewInfo::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, PostProcessSettings) == 0x000060, "Member 'FMinimalViewInfo::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(FMinimalViewInfo, OffCenterProjectionOffset) == 0x000810, "Member 'FMinimalViewInfo::OffCenterProjectionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeUpdateParams \ +static_assert(alignof(FCameraShakeUpdateParams) == 0x000010, "Wrong alignment on FCameraShakeUpdateParams"); \ +static_assert(sizeof(FCameraShakeUpdateParams) == 0x0008A0, "Wrong size on FCameraShakeUpdateParams"); \ +static_assert(offsetof(FCameraShakeUpdateParams, DeltaTime) == 0x000000, "Member 'FCameraShakeUpdateParams::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, ShakeScale) == 0x000004, "Member 'FCameraShakeUpdateParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, DynamicScale) == 0x000008, "Member 'FCameraShakeUpdateParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeUpdateParams::BlendingWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeUpdateParams, POV) == 0x000010, "Member 'FCameraShakeUpdateParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSubtitleCue \ +static_assert(alignof(FSubtitleCue) == 0x000008, "Wrong alignment on FSubtitleCue"); \ +static_assert(sizeof(FSubtitleCue) == 0x000020, "Wrong size on FSubtitleCue"); \ +static_assert(offsetof(FSubtitleCue, Text) == 0x000000, "Member 'FSubtitleCue::Text' has a wrong offset!"); \ +static_assert(offsetof(FSubtitleCue, Time) == 0x000018, "Member 'FSubtitleCue::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorComponentInstanceData \ +static_assert(alignof(FActorComponentInstanceData) == 0x000008, "Wrong alignment on FActorComponentInstanceData"); \ +static_assert(sizeof(FActorComponentInstanceData) == 0x000068, "Wrong size on FActorComponentInstanceData"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTemplate) == 0x000008, "Member 'FActorComponentInstanceData::SourceComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentCreationMethod) == 0x000010, "Member 'FActorComponentInstanceData::SourceComponentCreationMethod' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SourceComponentTypeSerializedIndex) == 0x000014, "Member 'FActorComponentInstanceData::SourceComponentTypeSerializedIndex' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, SavedProperties) == 0x000018, "Member 'FActorComponentInstanceData::SavedProperties' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, UniqueTransientPackage) == 0x000028, "Member 'FActorComponentInstanceData::UniqueTransientPackage' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, DuplicatedObjects) == 0x000038, "Member 'FActorComponentInstanceData::DuplicatedObjects' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, ReferencedObjects) == 0x000048, "Member 'FActorComponentInstanceData::ReferencedObjects' has a wrong offset!"); \ +static_assert(offsetof(FActorComponentInstanceData, ReferencedNames) == 0x000058, "Member 'FActorComponentInstanceData::ReferencedNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FLightmassPointLightSettings \ +static_assert(alignof(FLightmassPointLightSettings) == 0x000004, "Wrong alignment on FLightmassPointLightSettings"); \ +static_assert(sizeof(FLightmassPointLightSettings) == 0x00000C, "Wrong size on FLightmassPointLightSettings"); \ + +#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_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) == 0x000010, "Wrong size on FStaticTerrainLayerWeightParameter"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, LayerName) == 0x000000, "Member 'FStaticTerrainLayerWeightParameter::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, WeightmapIndex) == 0x000008, "Member 'FStaticTerrainLayerWeightParameter::WeightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(FStaticTerrainLayerWeightParameter, bWeightBasedBlend) == 0x00000C, "Member 'FStaticTerrainLayerWeightParameter::bWeightBasedBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayersFunctions \ +static_assert(alignof(FMaterialLayersFunctions) == 0x000008, "Wrong alignment on FMaterialLayersFunctions"); \ +static_assert(sizeof(FMaterialLayersFunctions) == 0x000020, "Wrong size on FMaterialLayersFunctions"); \ +static_assert(offsetof(FMaterialLayersFunctions, Layers) == 0x000000, "Member 'FMaterialLayersFunctions::Layers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayersFunctions, Blends) == 0x000010, "Member 'FMaterialLayersFunctions::Blends' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticParameterSet \ +static_assert(alignof(FStaticParameterSet) == 0x000008, "Wrong alignment on FStaticParameterSet"); \ +static_assert(sizeof(FStaticParameterSet) == 0x000058, "Wrong size on FStaticParameterSet"); \ +static_assert(offsetof(FStaticParameterSet, StaticSwitchParameters) == 0x000000, "Member 'FStaticParameterSet::StaticSwitchParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, StaticComponentMaskParameters) == 0x000010, "Member 'FStaticParameterSet::StaticComponentMaskParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, TerrainLayerWeightParameters) == 0x000020, "Member 'FStaticParameterSet::TerrainLayerWeightParameters' has a wrong offset!"); \ +static_assert(offsetof(FStaticParameterSet, MaterialLayers) == 0x000030, "Member 'FStaticParameterSet::MaterialLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorMaterialInput \ +static_assert(alignof(FVectorMaterialInput) == 0x000004, "Wrong alignment on FVectorMaterialInput"); \ +static_assert(sizeof(FVectorMaterialInput) == 0x000014, "Wrong size on FVectorMaterialInput"); \ + +#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_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_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_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_FCollisionResponseContainer \ +static_assert(alignof(FCollisionResponseContainer) == 0x000001, "Wrong alignment on FCollisionResponseContainer"); \ +static_assert(sizeof(FCollisionResponseContainer) == 0x000020, "Wrong size on FCollisionResponseContainer"); \ +static_assert(offsetof(FCollisionResponseContainer, WorldStatic) == 0x000000, "Member 'FCollisionResponseContainer::WorldStatic' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, WorldDynamic) == 0x000001, "Member 'FCollisionResponseContainer::WorldDynamic' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Pawn) == 0x000002, "Member 'FCollisionResponseContainer::Pawn' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Visibility) == 0x000003, "Member 'FCollisionResponseContainer::Visibility' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Camera) == 0x000004, "Member 'FCollisionResponseContainer::Camera' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, PhysicsBody) == 0x000005, "Member 'FCollisionResponseContainer::PhysicsBody' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Vehicle) == 0x000006, "Member 'FCollisionResponseContainer::Vehicle' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, Destructible) == 0x000007, "Member 'FCollisionResponseContainer::Destructible' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel1) == 0x000008, "Member 'FCollisionResponseContainer::EngineTraceChannel1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel2) == 0x000009, "Member 'FCollisionResponseContainer::EngineTraceChannel2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel3) == 0x00000A, "Member 'FCollisionResponseContainer::EngineTraceChannel3' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel4) == 0x00000B, "Member 'FCollisionResponseContainer::EngineTraceChannel4' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel5) == 0x00000C, "Member 'FCollisionResponseContainer::EngineTraceChannel5' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, EngineTraceChannel6) == 0x00000D, "Member 'FCollisionResponseContainer::EngineTraceChannel6' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel1) == 0x00000E, "Member 'FCollisionResponseContainer::GameTraceChannel1' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel2) == 0x00000F, "Member 'FCollisionResponseContainer::GameTraceChannel2' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel3) == 0x000010, "Member 'FCollisionResponseContainer::GameTraceChannel3' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel4) == 0x000011, "Member 'FCollisionResponseContainer::GameTraceChannel4' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel5) == 0x000012, "Member 'FCollisionResponseContainer::GameTraceChannel5' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel6) == 0x000013, "Member 'FCollisionResponseContainer::GameTraceChannel6' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel7) == 0x000014, "Member 'FCollisionResponseContainer::GameTraceChannel7' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel8) == 0x000015, "Member 'FCollisionResponseContainer::GameTraceChannel8' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel9) == 0x000016, "Member 'FCollisionResponseContainer::GameTraceChannel9' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel10) == 0x000017, "Member 'FCollisionResponseContainer::GameTraceChannel10' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel11) == 0x000018, "Member 'FCollisionResponseContainer::GameTraceChannel11' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel12) == 0x000019, "Member 'FCollisionResponseContainer::GameTraceChannel12' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel13) == 0x00001A, "Member 'FCollisionResponseContainer::GameTraceChannel13' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel14) == 0x00001B, "Member 'FCollisionResponseContainer::GameTraceChannel14' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel15) == 0x00001C, "Member 'FCollisionResponseContainer::GameTraceChannel15' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel16) == 0x00001D, "Member 'FCollisionResponseContainer::GameTraceChannel16' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel17) == 0x00001E, "Member 'FCollisionResponseContainer::GameTraceChannel17' has a wrong offset!"); \ +static_assert(offsetof(FCollisionResponseContainer, GameTraceChannel18) == 0x00001F, "Member 'FCollisionResponseContainer::GameTraceChannel18' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResponseChannel \ +static_assert(alignof(FResponseChannel) == 0x000004, "Wrong alignment on FResponseChannel"); \ +static_assert(sizeof(FResponseChannel) == 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) == 0x000190, "Wrong size on FBodyInstance"); \ +static_assert(offsetof(FBodyInstance, ObjectType) == 0x00001E, "Member 'FBodyInstance::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionEnabled) == 0x000020, "Member 'FBodyInstance::CollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, SleepFamily) == 0x000059, "Member 'FBodyInstance::SleepFamily' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, DOFMode) == 0x00005A, "Member 'FBodyInstance::DOFMode' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionProfileName) == 0x000078, "Member 'FBodyInstance::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PositionSolverIterationCount) == 0x000080, "Member 'FBodyInstance::PositionSolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, VelocitySolverIterationCount) == 0x000081, "Member 'FBodyInstance::VelocitySolverIterationCount' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CollisionResponses) == 0x000088, "Member 'FBodyInstance::CollisionResponses' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxDepenetrationVelocity) == 0x0000B8, "Member 'FBodyInstance::MaxDepenetrationVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassInKgOverride) == 0x0000BC, "Member 'FBodyInstance::MassInKgOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, LinearDamping) == 0x0000C8, "Member 'FBodyInstance::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, AngularDamping) == 0x0000CC, "Member 'FBodyInstance::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomDOFPlaneNormal) == 0x0000D0, "Member 'FBodyInstance::CustomDOFPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, COMNudge) == 0x0000E8, "Member 'FBodyInstance::COMNudge' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MassScale) == 0x000100, "Member 'FBodyInstance::MassScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, InertiaTensorScale) == 0x000108, "Member 'FBodyInstance::InertiaTensorScale' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, WalkableSlopeOverride) == 0x000130, "Member 'FBodyInstance::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysMaterialOverride) == 0x000140, "Member 'FBodyInstance::PhysMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, MaxAngularVelocity) == 0x000148, "Member 'FBodyInstance::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, CustomSleepThresholdMultiplier) == 0x00014C, "Member 'FBodyInstance::CustomSleepThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, StabilizationThresholdMultiplier) == 0x000150, "Member 'FBodyInstance::StabilizationThresholdMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBodyInstance, PhysicsBlendWeight) == 0x000154, "Member 'FBodyInstance::PhysicsBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQueuedDrawDebugItem \ +static_assert(alignof(FQueuedDrawDebugItem) == 0x000008, "Wrong alignment on FQueuedDrawDebugItem"); \ +static_assert(sizeof(FQueuedDrawDebugItem) == 0x0000B0, "Wrong size on FQueuedDrawDebugItem"); \ +static_assert(offsetof(FQueuedDrawDebugItem, ItemType) == 0x000000, "Member 'FQueuedDrawDebugItem::ItemType' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, StartLoc) == 0x000008, "Member 'FQueuedDrawDebugItem::StartLoc' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, EndLoc) == 0x000020, "Member 'FQueuedDrawDebugItem::EndLoc' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Center) == 0x000038, "Member 'FQueuedDrawDebugItem::Center' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Rotation) == 0x000050, "Member 'FQueuedDrawDebugItem::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Radius) == 0x000068, "Member 'FQueuedDrawDebugItem::Radius' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Size) == 0x00006C, "Member 'FQueuedDrawDebugItem::Size' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Segments) == 0x000070, "Member 'FQueuedDrawDebugItem::Segments' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Color) == 0x000074, "Member 'FQueuedDrawDebugItem::Color' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, bPersistentLines) == 0x000078, "Member 'FQueuedDrawDebugItem::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, LifeTime) == 0x00007C, "Member 'FQueuedDrawDebugItem::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Thickness) == 0x000080, "Member 'FQueuedDrawDebugItem::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, Message) == 0x000088, "Member 'FQueuedDrawDebugItem::Message' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, TextScale) == 0x000098, "Member 'FQueuedDrawDebugItem::TextScale' has a wrong offset!"); \ +static_assert(offsetof(FQueuedDrawDebugItem, DepthPriority) == 0x0000A8, "Member 'FQueuedDrawDebugItem::DepthPriority' 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_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_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_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) == 0x000004, "Wrong alignment on FActorInstanceHandle"); \ +static_assert(sizeof(FActorInstanceHandle) == 0x000018, "Wrong size on FActorInstanceHandle"); \ +static_assert(offsetof(FActorInstanceHandle, Actor) == 0x000000, "Member 'FActorInstanceHandle::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResult \ +static_assert(alignof(FHitResult) == 0x000008, "Wrong alignment on FHitResult"); \ +static_assert(sizeof(FHitResult) == 0x0000E8, "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) == 0x0000D0, "Member 'FHitResult::Component' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, BoneName) == 0x0000D8, "Member 'FHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FHitResult, MyBoneName) == 0x0000E0, "Member 'FHitResult::MyBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigTransformConstraint \ +static_assert(alignof(FRigTransformConstraint) == 0x000004, "Wrong alignment on FRigTransformConstraint"); \ +static_assert(sizeof(FRigTransformConstraint) == 0x000010, "Wrong size on FRigTransformConstraint"); \ +static_assert(offsetof(FRigTransformConstraint, TranformType) == 0x000000, "Member 'FRigTransformConstraint::TranformType' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformConstraint, ParentSpace) == 0x000004, "Member 'FRigTransformConstraint::ParentSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigTransformConstraint, Weight) == 0x00000C, "Member 'FRigTransformConstraint::Weight' 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_FNavAgentSelector \ +static_assert(alignof(FNavAgentSelector) == 0x000004, "Wrong alignment on FNavAgentSelector"); \ +static_assert(sizeof(FNavAgentSelector) == 0x000004, "Wrong size on FNavAgentSelector"); \ + +#define DUMPER7_ASSERTS_FNavigationLinkBase \ +static_assert(alignof(FNavigationLinkBase) == 0x000008, "Wrong alignment on FNavigationLinkBase"); \ +static_assert(sizeof(FNavigationLinkBase) == 0x000030, "Wrong size on FNavigationLinkBase"); \ +static_assert(offsetof(FNavigationLinkBase, LeftProjectHeight) == 0x000000, "Member 'FNavigationLinkBase::LeftProjectHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, MaxFallDownLength) == 0x000004, "Member 'FNavigationLinkBase::MaxFallDownLength' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapRadius) == 0x00000C, "Member 'FNavigationLinkBase::SnapRadius' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SnapHeight) == 0x000010, "Member 'FNavigationLinkBase::SnapHeight' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, SupportedAgents) == 0x000014, "Member 'FNavigationLinkBase::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, Direction) == 0x00001C, "Member 'FNavigationLinkBase::Direction' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLinkBase, AreaClass) == 0x000020, "Member 'FNavigationLinkBase::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationSegmentLink \ +static_assert(alignof(FNavigationSegmentLink) == 0x000008, "Wrong alignment on FNavigationSegmentLink"); \ +static_assert(sizeof(FNavigationSegmentLink) == 0x000090, "Wrong size on FNavigationSegmentLink"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftStart) == 0x000030, "Member 'FNavigationSegmentLink::LeftStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, LeftEnd) == 0x000048, "Member 'FNavigationSegmentLink::LeftEnd' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightStart) == 0x000060, "Member 'FNavigationSegmentLink::RightStart' has a wrong offset!"); \ +static_assert(offsetof(FNavigationSegmentLink, RightEnd) == 0x000078, "Member 'FNavigationSegmentLink::RightEnd' 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_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_FInstancedStaticMeshMappingInfo \ +static_assert(alignof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong alignment on FInstancedStaticMeshMappingInfo"); \ +static_assert(sizeof(FInstancedStaticMeshMappingInfo) == 0x000008, "Wrong size on FInstancedStaticMeshMappingInfo"); \ + +#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_FAnimationCurveIdentifier \ +static_assert(alignof(FAnimationCurveIdentifier) == 0x000004, "Wrong alignment on FAnimationCurveIdentifier"); \ +static_assert(sizeof(FAnimationCurveIdentifier) == 0x000010, "Wrong size on FAnimationCurveIdentifier"); \ + +#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_FCurvePayload \ +static_assert(alignof(FCurvePayload) == 0x000004, "Wrong alignment on FCurvePayload"); \ +static_assert(sizeof(FCurvePayload) == 0x000010, "Wrong size on FCurvePayload"); \ +static_assert(offsetof(FCurvePayload, Identifier) == 0x000000, "Member 'FCurvePayload::Identifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveFlagsChangedPayload \ +static_assert(alignof(FCurveFlagsChangedPayload) == 0x000004, "Wrong alignment on FCurveFlagsChangedPayload"); \ +static_assert(sizeof(FCurveFlagsChangedPayload) == 0x000014, "Wrong size on FCurveFlagsChangedPayload"); \ +static_assert(offsetof(FCurveFlagsChangedPayload, OldFlags) == 0x000010, "Member 'FCurveFlagsChangedPayload::OldFlags' 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_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_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_FKeyHandleLookupTable \ +static_assert(alignof(FKeyHandleLookupTable) == 0x000008, "Wrong alignment on FKeyHandleLookupTable"); \ +static_assert(sizeof(FKeyHandleLookupTable) == 0x000060, "Wrong size on FKeyHandleLookupTable"); \ + +#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_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_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_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_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_FSceneViewExtensionIsActiveFunctor \ +static_assert(alignof(FSceneViewExtensionIsActiveFunctor) == 0x000010, "Wrong alignment on FSceneViewExtensionIsActiveFunctor"); \ +static_assert(sizeof(FSceneViewExtensionIsActiveFunctor) == 0x000050, "Wrong size on FSceneViewExtensionIsActiveFunctor"); \ + +#define DUMPER7_ASSERTS_FAnimCurveType \ +static_assert(alignof(FAnimCurveType) == 0x000001, "Wrong alignment on FAnimCurveType"); \ +static_assert(sizeof(FAnimCurveType) == 0x000002, "Wrong size on FAnimCurveType"); \ + +#define DUMPER7_ASSERTS_FBakedStateExitTransition \ +static_assert(alignof(FBakedStateExitTransition) == 0x000008, "Wrong alignment on FBakedStateExitTransition"); \ +static_assert(sizeof(FBakedStateExitTransition) == 0x000028, "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, SyncGroupNameToRequireValidMarkersRule) == 0x000010, "Member 'FBakedStateExitTransition::SyncGroupNameToRequireValidMarkersRule' has a wrong offset!"); \ +static_assert(offsetof(FBakedStateExitTransition, PoseEvaluatorLinks) == 0x000018, "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_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_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_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_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_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_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_FBranchingPointNotifyPayload \ +static_assert(alignof(FBranchingPointNotifyPayload) == 0x000008, "Wrong alignment on FBranchingPointNotifyPayload"); \ +static_assert(sizeof(FBranchingPointNotifyPayload) == 0x000020, "Wrong size on FBranchingPointNotifyPayload"); \ + +#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_FAnimPoseContext \ +static_assert(alignof(FAnimPoseContext) == 0x000008, "Wrong alignment on FAnimPoseContext"); \ +static_assert(sizeof(FAnimPoseContext) == 0x000010, "Wrong size on FAnimPoseContext"); \ + +#define DUMPER7_ASSERTS_FMaterialProxySettings \ +static_assert(alignof(FMaterialProxySettings) == 0x000004, "Wrong alignment on FMaterialProxySettings"); \ +static_assert(sizeof(FMaterialProxySettings) == 0x000094, "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) == 0x000014, "Member 'FMaterialProxySettings::MeshMinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, GutterSpace) == 0x000018, "Member 'FMaterialProxySettings::GutterSpace' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicConstant) == 0x00001C, "Member 'FMaterialProxySettings::MetallicConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessConstant) == 0x000020, "Member 'FMaterialProxySettings::RoughnessConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyConstant) == 0x000024, "Member 'FMaterialProxySettings::AnisotropyConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularConstant) == 0x000028, "Member 'FMaterialProxySettings::SpecularConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityConstant) == 0x00002C, "Member 'FMaterialProxySettings::OpacityConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskConstant) == 0x000030, "Member 'FMaterialProxySettings::OpacityMaskConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionConstant) == 0x000034, "Member 'FMaterialProxySettings::AmbientOcclusionConstant' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MaterialMergeType) == 0x000038, "Member 'FMaterialProxySettings::MaterialMergeType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, BlendMode) == 0x000039, "Member 'FMaterialProxySettings::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, DiffuseTextureSize) == 0x00003C, "Member 'FMaterialProxySettings::DiffuseTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, NormalTextureSize) == 0x000044, "Member 'FMaterialProxySettings::NormalTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, TangentTextureSize) == 0x00004C, "Member 'FMaterialProxySettings::TangentTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, MetallicTextureSize) == 0x000054, "Member 'FMaterialProxySettings::MetallicTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, RoughnessTextureSize) == 0x00005C, "Member 'FMaterialProxySettings::RoughnessTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AnisotropyTextureSize) == 0x000064, "Member 'FMaterialProxySettings::AnisotropyTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, SpecularTextureSize) == 0x00006C, "Member 'FMaterialProxySettings::SpecularTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, EmissiveTextureSize) == 0x000074, "Member 'FMaterialProxySettings::EmissiveTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityTextureSize) == 0x00007C, "Member 'FMaterialProxySettings::OpacityTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, OpacityMaskTextureSize) == 0x000084, "Member 'FMaterialProxySettings::OpacityMaskTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FMaterialProxySettings, AmbientOcclusionTextureSize) == 0x00008C, "Member 'FMaterialProxySettings::AmbientOcclusionTextureSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshProxySettings \ +static_assert(alignof(FMeshProxySettings) == 0x000004, "Wrong alignment on FMeshProxySettings"); \ +static_assert(sizeof(FMeshProxySettings) == 0x0000B8, "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) == 0x00009C, "Member 'FMeshProxySettings::MergeDistance' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, UnresolvedGeometryColor) == 0x0000A0, "Member 'FMeshProxySettings::UnresolvedGeometryColor' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, MaxRayCastDist) == 0x0000A4, "Member 'FMeshProxySettings::MaxRayCastDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, HardAngleThreshold) == 0x0000A8, "Member 'FMeshProxySettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LightMapResolution) == 0x0000AC, "Member 'FMeshProxySettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NormalCalculationMethod) == 0x0000B0, "Member 'FMeshProxySettings::NormalCalculationMethod' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, LandscapeCullingPrecision) == 0x0000B1, "Member 'FMeshProxySettings::LandscapeCullingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FMeshProxySettings, NaniteProxyTrianglePercent) == 0x0000B4, "Member 'FMeshProxySettings::NaniteProxyTrianglePercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshMergingSettings \ +static_assert(alignof(FMeshMergingSettings) == 0x000004, "Wrong alignment on FMeshMergingSettings"); \ +static_assert(sizeof(FMeshMergingSettings) == 0x0000B4, "Wrong size on FMeshMergingSettings"); \ +static_assert(offsetof(FMeshMergingSettings, TargetLightMapResolution) == 0x000000, "Member 'FMeshMergingSettings::TargetLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, OutputUVs) == 0x000004, "Member 'FMeshMergingSettings::OutputUVs' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, MaterialSettings) == 0x00000C, "Member 'FMeshMergingSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, GutterSize) == 0x0000A0, "Member 'FMeshMergingSettings::GutterSize' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, SpecificLOD) == 0x0000A4, "Member 'FMeshMergingSettings::SpecificLOD' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, LODSelectionType) == 0x0000A8, "Member 'FMeshMergingSettings::LODSelectionType' has a wrong offset!"); \ +static_assert(offsetof(FMeshMergingSettings, NaniteFallbackTrianglePercent) == 0x0000AC, "Member 'FMeshMergingSettings::NaniteFallbackTrianglePercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHierarchicalSimplification \ +static_assert(alignof(FHierarchicalSimplification) == 0x000004, "Wrong alignment on FHierarchicalSimplification"); \ +static_assert(sizeof(FHierarchicalSimplification) == 0x000184, "Wrong size on FHierarchicalSimplification"); \ +static_assert(offsetof(FHierarchicalSimplification, TransitionScreenSize) == 0x000000, "Member 'FHierarchicalSimplification::TransitionScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, OverrideDrawDistance) == 0x000004, "Member 'FHierarchicalSimplification::OverrideDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, ProxySetting) == 0x00000C, "Member 'FHierarchicalSimplification::ProxySetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MergeSetting) == 0x0000C4, "Member 'FHierarchicalSimplification::MergeSetting' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredBoundRadius) == 0x000178, "Member 'FHierarchicalSimplification::DesiredBoundRadius' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, DesiredFillingPercentage) == 0x00017C, "Member 'FHierarchicalSimplification::DesiredFillingPercentage' has a wrong offset!"); \ +static_assert(offsetof(FHierarchicalSimplification, MinNumberOfActorsToBuild) == 0x000180, "Member 'FHierarchicalSimplification::MinNumberOfActorsToBuild' 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_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_FVisibilityTrackKey \ +static_assert(alignof(FVisibilityTrackKey) == 0x000004, "Wrong alignment on FVisibilityTrackKey"); \ +static_assert(sizeof(FVisibilityTrackKey) == 0x000008, "Wrong size on FVisibilityTrackKey"); \ +static_assert(offsetof(FVisibilityTrackKey, Time) == 0x000000, "Member 'FVisibilityTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FVisibilityTrackKey, Action) == 0x000004, "Member 'FVisibilityTrackKey::Action' has a wrong offset!"); \ +static_assert(offsetof(FVisibilityTrackKey, ActiveCondition) == 0x000005, "Member 'FVisibilityTrackKey::ActiveCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FAnimControlTrackKey \ +static_assert(alignof(FAnimControlTrackKey) == 0x000008, "Wrong alignment on FAnimControlTrackKey"); \ +static_assert(sizeof(FAnimControlTrackKey) == 0x000020, "Wrong size on FAnimControlTrackKey"); \ +static_assert(offsetof(FAnimControlTrackKey, StartTime) == 0x000000, "Member 'FAnimControlTrackKey::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimSeq) == 0x000008, "Member 'FAnimControlTrackKey::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimStartOffset) == 0x000010, "Member 'FAnimControlTrackKey::AnimStartOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimEndOffset) == 0x000014, "Member 'FAnimControlTrackKey::AnimEndOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimControlTrackKey, AnimPlayRate) == 0x000018, "Member 'FAnimControlTrackKey::AnimPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FAnimNode_TransitionPoseEvaluator \ +static_assert(alignof(FAnimNode_TransitionPoseEvaluator) == 0x000008, "Wrong alignment on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(sizeof(FAnimNode_TransitionPoseEvaluator) == 0x0000B8, "Wrong size on FAnimNode_TransitionPoseEvaluator"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, FramesToCachePose) == 0x000098, "Member 'FAnimNode_TransitionPoseEvaluator::FramesToCachePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, DataSource) == 0x0000A0, "Member 'FAnimNode_TransitionPoseEvaluator::DataSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TransitionPoseEvaluator, EvaluatorMode) == 0x0000A1, "Member 'FAnimNode_TransitionPoseEvaluator::EvaluatorMode' 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_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_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_FStreamedAudioPlatformData \ +static_assert(alignof(FStreamedAudioPlatformData) == 0x000008, "Wrong alignment on FStreamedAudioPlatformData"); \ +static_assert(sizeof(FStreamedAudioPlatformData) == 0x000020, "Wrong size on FStreamedAudioPlatformData"); \ + +#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_FComponentSpacePoseLink \ +static_assert(alignof(FComponentSpacePoseLink) == 0x000008, "Wrong alignment on FComponentSpacePoseLink"); \ +static_assert(sizeof(FComponentSpacePoseLink) == 0x000010, "Wrong size on FComponentSpacePoseLink"); \ + +#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_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_FDefaultAudioBusSettings \ +static_assert(alignof(FDefaultAudioBusSettings) == 0x000008, "Wrong alignment on FDefaultAudioBusSettings"); \ +static_assert(sizeof(FDefaultAudioBusSettings) == 0x000018, "Wrong size on FDefaultAudioBusSettings"); \ +static_assert(offsetof(FDefaultAudioBusSettings, AudioBus) == 0x000000, "Member 'FDefaultAudioBusSettings::AudioBus' 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_FAnimationPotentialTransition \ +static_assert(alignof(FAnimationPotentialTransition) == 0x000008, "Wrong alignment on FAnimationPotentialTransition"); \ +static_assert(sizeof(FAnimationPotentialTransition) == 0x000030, "Wrong size on FAnimationPotentialTransition"); \ + +#define DUMPER7_ASSERTS_FAnimInstanceProxy \ +static_assert(alignof(FAnimInstanceProxy) == 0x000010, "Wrong alignment on FAnimInstanceProxy"); \ +static_assert(sizeof(FAnimInstanceProxy) == 0x000890, "Wrong size on FAnimInstanceProxy"); \ + +#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_FAnimationErrorStats \ +static_assert(alignof(FAnimationErrorStats) == 0x000004, "Wrong alignment on FAnimationErrorStats"); \ +static_assert(sizeof(FAnimationErrorStats) == 0x000010, "Wrong size on FAnimationErrorStats"); \ + +#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_FISMComponentDescriptorBase \ +static_assert(alignof(FISMComponentDescriptorBase) == 0x000008, "Wrong alignment on FISMComponentDescriptorBase"); \ +static_assert(sizeof(FISMComponentDescriptorBase) == 0x0001D0, "Wrong size on FISMComponentDescriptorBase"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Hash) == 0x000000, "Member 'FISMComponentDescriptorBase::Hash' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, ComponentClass) == 0x000008, "Member 'FISMComponentDescriptorBase::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, Mobility) == 0x000010, "Member 'FISMComponentDescriptorBase::Mobility' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureRenderPassType) == 0x000011, "Member 'FISMComponentDescriptorBase::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightmapType) == 0x000012, "Member 'FISMComponentDescriptorBase::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, LightingChannels) == 0x000013, "Member 'FISMComponentDescriptorBase::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupId) == 0x000014, "Member 'FISMComponentDescriptorBase::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, RayTracingGroupCullingPriority) == 0x000018, "Member 'FISMComponentDescriptorBase::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, bHasCustomNavigableGeometry) == 0x000019, "Member 'FISMComponentDescriptorBase::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilWriteMask) == 0x00001A, "Member 'FISMComponentDescriptorBase::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, BodyInstance) == 0x000020, "Member 'FISMComponentDescriptorBase::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceStartCullDistance) == 0x0001B0, "Member 'FISMComponentDescriptorBase::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, InstanceEndCullDistance) == 0x0001B4, "Member 'FISMComponentDescriptorBase::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, VirtualTextureCullMips) == 0x0001B8, "Member 'FISMComponentDescriptorBase::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, TranslucencySortPriority) == 0x0001BC, "Member 'FISMComponentDescriptorBase::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, OverriddenLightMapRes) == 0x0001C0, "Member 'FISMComponentDescriptorBase::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, CustomDepthStencilValue) == 0x0001C4, "Member 'FISMComponentDescriptorBase::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptorBase, DetailMode) == 0x0001CB, "Member 'FISMComponentDescriptorBase::DetailMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoftISMComponentDescriptor \ +static_assert(alignof(FSoftISMComponentDescriptor) == 0x000008, "Wrong alignment on FSoftISMComponentDescriptor"); \ +static_assert(sizeof(FSoftISMComponentDescriptor) == 0x000240, "Wrong size on FSoftISMComponentDescriptor"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, StaticMesh) == 0x0001D0, "Member 'FSoftISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverrideMaterials) == 0x0001F8, "Member 'FSoftISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, OverlayMaterial) == 0x000208, "Member 'FSoftISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FSoftISMComponentDescriptor, RuntimeVirtualTextures) == 0x000230, "Member 'FSoftISMComponentDescriptor::RuntimeVirtualTextures' 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_FCachedFloatCurve \ +static_assert(alignof(FCachedFloatCurve) == 0x000004, "Wrong alignment on FCachedFloatCurve"); \ +static_assert(sizeof(FCachedFloatCurve) == 0x000014, "Wrong size on FCachedFloatCurve"); \ +static_assert(offsetof(FCachedFloatCurve, CurveName) == 0x000000, "Member 'FCachedFloatCurve::CurveName' 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_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_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_FKAggregateGeom \ +static_assert(alignof(FKAggregateGeom) == 0x000008, "Wrong alignment on FKAggregateGeom"); \ +static_assert(sizeof(FKAggregateGeom) == 0x000058, "Wrong size on FKAggregateGeom"); \ +static_assert(offsetof(FKAggregateGeom, SphereElems) == 0x000000, "Member 'FKAggregateGeom::SphereElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, BoxElems) == 0x000010, "Member 'FKAggregateGeom::BoxElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, SphylElems) == 0x000020, "Member 'FKAggregateGeom::SphylElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, ConvexElems) == 0x000030, "Member 'FKAggregateGeom::ConvexElems' has a wrong offset!"); \ +static_assert(offsetof(FKAggregateGeom, TaperedCapsuleElems) == 0x000040, "Member 'FKAggregateGeom::TaperedCapsuleElems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExposedValueCopyRecord \ +static_assert(alignof(FExposedValueCopyRecord) == 0x000004, "Wrong alignment on FExposedValueCopyRecord"); \ +static_assert(sizeof(FExposedValueCopyRecord) == 0x000008, "Wrong size on FExposedValueCopyRecord"); \ +static_assert(offsetof(FExposedValueCopyRecord, CopyIndex) == 0x000000, "Member 'FExposedValueCopyRecord::CopyIndex' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueCopyRecord, PostCopyOperation) == 0x000004, "Member 'FExposedValueCopyRecord::PostCopyOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FSequenceLengthChangedPayload \ +static_assert(alignof(FSequenceLengthChangedPayload) == 0x000004, "Wrong alignment on FSequenceLengthChangedPayload"); \ +static_assert(sizeof(FSequenceLengthChangedPayload) == 0x00000C, "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!"); \ + +#define DUMPER7_ASSERTS_FGSBitmapFontCharElem \ +static_assert(alignof(FGSBitmapFontCharElem) == 0x000004, "Wrong alignment on FGSBitmapFontCharElem"); \ +static_assert(sizeof(FGSBitmapFontCharElem) == 0x000018, "Wrong size on FGSBitmapFontCharElem"); \ +static_assert(offsetof(FGSBitmapFontCharElem, ID) == 0x000000, "Member 'FGSBitmapFontCharElem::ID' has a wrong offset!"); \ +static_assert(offsetof(FGSBitmapFontCharElem, StartX) == 0x000004, "Member 'FGSBitmapFontCharElem::StartX' has a wrong offset!"); \ +static_assert(offsetof(FGSBitmapFontCharElem, StartY) == 0x000008, "Member 'FGSBitmapFontCharElem::StartY' has a wrong offset!"); \ +static_assert(offsetof(FGSBitmapFontCharElem, Width) == 0x00000C, "Member 'FGSBitmapFontCharElem::Width' has a wrong offset!"); \ +static_assert(offsetof(FGSBitmapFontCharElem, Height) == 0x000010, "Member 'FGSBitmapFontCharElem::Height' has a wrong offset!"); \ +static_assert(offsetof(FGSBitmapFontCharElem, XAdvance) == 0x000014, "Member 'FGSBitmapFontCharElem::XAdvance' 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_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_FSHIrradianceMap \ +static_assert(alignof(FSHIrradianceMap) == 0x000004, "Wrong alignment on FSHIrradianceMap"); \ +static_assert(sizeof(FSHIrradianceMap) == 0x000094, "Wrong size on FSHIrradianceMap"); \ +static_assert(offsetof(FSHIrradianceMap, AverageBrightness) == 0x000000, "Member 'FSHIrradianceMap::AverageBrightness' has a wrong offset!"); \ +static_assert(offsetof(FSHIrradianceMap, IrradianceMap) == 0x000004, "Member 'FSHIrradianceMap::IrradianceMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHLODISMComponentDesc \ +static_assert(alignof(FHLODISMComponentDesc) == 0x000008, "Wrong alignment on FHLODISMComponentDesc"); \ +static_assert(sizeof(FHLODISMComponentDesc) == 0x000020, "Wrong size on FHLODISMComponentDesc"); \ +static_assert(offsetof(FHLODISMComponentDesc, StaticMesh) == 0x000000, "Member 'FHLODISMComponentDesc::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODISMComponentDesc, Material) == 0x000008, "Member 'FHLODISMComponentDesc::Material' has a wrong offset!"); \ +static_assert(offsetof(FHLODISMComponentDesc, Instances) == 0x000010, "Member 'FHLODISMComponentDesc::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FAnimGroupInstance \ +static_assert(alignof(FAnimGroupInstance) == 0x000008, "Wrong alignment on FAnimGroupInstance"); \ +static_assert(sizeof(FAnimGroupInstance) == 0x000070, "Wrong size on FAnimGroupInstance"); \ + +#define DUMPER7_ASSERTS_FAnimationRecordingSettings \ +static_assert(alignof(FAnimationRecordingSettings) == 0x000004, "Wrong alignment on FAnimationRecordingSettings"); \ +static_assert(sizeof(FAnimationRecordingSettings) == 0x000018, "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, InterpMode) == 0x000010, "Member 'FAnimationRecordingSettings::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, TangentMode) == 0x000011, "Member 'FAnimationRecordingSettings::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordTransforms) == 0x000013, "Member 'FAnimationRecordingSettings::bRecordTransforms' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMorphTargets) == 0x000014, "Member 'FAnimationRecordingSettings::bRecordMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordAttributeCurves) == 0x000015, "Member 'FAnimationRecordingSettings::bRecordAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(FAnimationRecordingSettings, bRecordMaterialCurves) == 0x000016, "Member 'FAnimationRecordingSettings::bRecordMaterialCurves' 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_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_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_FTableRowBase \ +static_assert(alignof(FTableRowBase) == 0x000008, "Wrong alignment on FTableRowBase"); \ +static_assert(sizeof(FTableRowBase) == 0x000008, "Wrong size on FTableRowBase"); \ + +#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_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_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_FFloatSpringState \ +static_assert(alignof(FFloatSpringState) == 0x000004, "Wrong alignment on FFloatSpringState"); \ +static_assert(sizeof(FFloatSpringState) == 0x00000C, "Wrong size on FFloatSpringState"); \ + +#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_FSplineMeshParams \ +static_assert(alignof(FSplineMeshParams) == 0x000008, "Wrong alignment on FSplineMeshParams"); \ +static_assert(sizeof(FSplineMeshParams) == 0x0000B0, "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!"); \ + +#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_FQuaternionSpringState \ +static_assert(alignof(FQuaternionSpringState) == 0x000010, "Wrong alignment on FQuaternionSpringState"); \ +static_assert(sizeof(FQuaternionSpringState) == 0x000040, "Wrong size on FQuaternionSpringState"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshOptimizationSettings \ +static_assert(alignof(FSkeletalMeshOptimizationSettings) == 0x000004, "Wrong alignment on FSkeletalMeshOptimizationSettings"); \ +static_assert(sizeof(FSkeletalMeshOptimizationSettings) == 0x000044, "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!"); \ +static_assert(offsetof(FSkeletalMeshOptimizationSettings, HairSpecialWeight) == 0x000040, "Member 'FSkeletalMeshOptimizationSettings::HairSpecialWeight' 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_FWorldPartitionPerWorldSettings \ +static_assert(alignof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong alignment on FWorldPartitionPerWorldSettings"); \ +static_assert(sizeof(FWorldPartitionPerWorldSettings) == 0x000001, "Wrong size on FWorldPartitionPerWorldSettings"); \ + +#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_FFloatCurve \ +static_assert(alignof(FFloatCurve) == 0x000008, "Wrong alignment on FFloatCurve"); \ +static_assert(sizeof(FFloatCurve) == 0x000098, "Wrong size on FFloatCurve"); \ +static_assert(offsetof(FFloatCurve, FloatCurve) == 0x000018, "Member 'FFloatCurve::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquirectProps \ +static_assert(alignof(FEquirectProps) == 0x000008, "Wrong alignment on FEquirectProps"); \ +static_assert(sizeof(FEquirectProps) == 0x000090, "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!"); \ + +#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_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_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_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_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_FDummySpacerCameraTypes \ +static_assert(alignof(FDummySpacerCameraTypes) == 0x000001, "Wrong alignment on FDummySpacerCameraTypes"); \ +static_assert(sizeof(FDummySpacerCameraTypes) == 0x000001, "Wrong size on FDummySpacerCameraTypes"); \ + +#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_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_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_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_FAnimSingleNodeInstanceProxy \ +static_assert(alignof(FAnimSingleNodeInstanceProxy) == 0x000010, "Wrong alignment on FAnimSingleNodeInstanceProxy"); \ +static_assert(sizeof(FAnimSingleNodeInstanceProxy) == 0x000990, "Wrong size on FAnimSingleNodeInstanceProxy"); \ + +#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_FTransformCurve \ +static_assert(alignof(FTransformCurve) == 0x000008, "Wrong alignment on FTransformCurve"); \ +static_assert(sizeof(FTransformCurve) == 0x0004E0, "Wrong size on FTransformCurve"); \ +static_assert(offsetof(FTransformCurve, TranslationCurve) == 0x000018, "Member 'FTransformCurve::TranslationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, RotationCurve) == 0x0001B0, "Member 'FTransformCurve::RotationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTransformCurve, ScaleCurve) == 0x000348, "Member 'FTransformCurve::ScaleCurve' 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_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_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_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_FCustomAttribute \ +static_assert(alignof(FCustomAttribute) == 0x000001, "Wrong alignment on FCustomAttribute"); \ +static_assert(sizeof(FCustomAttribute) == 0x000001, "Wrong size on FCustomAttribute"); \ + +#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_FSkeletalMeshBuildSettings \ +static_assert(alignof(FSkeletalMeshBuildSettings) == 0x000004, "Wrong alignment on FSkeletalMeshBuildSettings"); \ +static_assert(sizeof(FSkeletalMeshBuildSettings) == 0x000014, "Wrong size on FSkeletalMeshBuildSettings"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdPosition) == 0x000004, "Member 'FSkeletalMeshBuildSettings::ThresholdPosition' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdTangentNormal) == 0x000008, "Member 'FSkeletalMeshBuildSettings::ThresholdTangentNormal' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, ThresholdUV) == 0x00000C, "Member 'FSkeletalMeshBuildSettings::ThresholdUV' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshBuildSettings, MorphThresholdPosition) == 0x000010, "Member 'FSkeletalMeshBuildSettings::MorphThresholdPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSkeletalMeshLODInfo \ +static_assert(alignof(FSkeletalMeshLODInfo) == 0x000008, "Wrong alignment on FSkeletalMeshLODInfo"); \ +static_assert(sizeof(FSkeletalMeshLODInfo) == 0x0000D8, "Wrong size on FSkeletalMeshLODInfo"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, ScreenSize) == 0x000000, "Member 'FSkeletalMeshLODInfo::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, LODHysteresis) == 0x000004, "Member 'FSkeletalMeshLODInfo::LODHysteresis' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, LODMaterialMap) == 0x000008, "Member 'FSkeletalMeshLODInfo::LODMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BuildSettings) == 0x000018, "Member 'FSkeletalMeshLODInfo::BuildSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, ReductionSettings) == 0x00002C, "Member 'FSkeletalMeshLODInfo::ReductionSettings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshLODInfo, BonesToRemove) == 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!"); \ + +#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_FPerPlatformInt \ +static_assert(alignof(FPerPlatformInt) == 0x000004, "Wrong alignment on FPerPlatformInt"); \ +static_assert(sizeof(FPerPlatformInt) == 0x000004, "Wrong size on FPerPlatformInt"); \ +static_assert(offsetof(FPerPlatformInt, Default) == 0x000000, "Member 'FPerPlatformInt::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundModulationDestinationSettings \ +static_assert(alignof(FSoundModulationDestinationSettings) == 0x000008, "Wrong alignment on FSoundModulationDestinationSettings"); \ +static_assert(sizeof(FSoundModulationDestinationSettings) == 0x000010, "Wrong size on FSoundModulationDestinationSettings"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Value) == 0x000000, "Member 'FSoundModulationDestinationSettings::Value' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDestinationSettings, Modulator) == 0x000008, "Member 'FSoundModulationDestinationSettings::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEventReference \ +static_assert(alignof(FAnimNotifyEventReference) == 0x000008, "Wrong alignment on FAnimNotifyEventReference"); \ +static_assert(sizeof(FAnimNotifyEventReference) == 0x000028, "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_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_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_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_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, AnimMontage) == 0x000008, "Member 'FRepRootMotionMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, position) == 0x000010, "Member 'FRepRootMotionMontage::position' has a wrong offset!"); \ +static_assert(offsetof(FRepRootMotionMontage, Location) == 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_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_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_FHLODSubActor \ +static_assert(alignof(FHLODSubActor) == 0x000001, "Wrong alignment on FHLODSubActor"); \ +static_assert(sizeof(FHLODSubActor) == 0x000001, "Wrong size on FHLODSubActor"); \ + +#define DUMPER7_ASSERTS_FDataDrivenConsoleVariable \ +static_assert(alignof(FDataDrivenConsoleVariable) == 0x000008, "Wrong alignment on FDataDrivenConsoleVariable"); \ +static_assert(sizeof(FDataDrivenConsoleVariable) == 0x000050, "Wrong size on FDataDrivenConsoleVariable"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, Type) == 0x000000, "Member 'FDataDrivenConsoleVariable::Type' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, Name) == 0x000008, "Member 'FDataDrivenConsoleVariable::Name' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, ToolTip) == 0x000018, "Member 'FDataDrivenConsoleVariable::ToolTip' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueFloat) == 0x000028, "Member 'FDataDrivenConsoleVariable::DefaultValueFloat' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueInt) == 0x00002C, "Member 'FDataDrivenConsoleVariable::DefaultValueInt' has a wrong offset!"); \ +static_assert(offsetof(FDataDrivenConsoleVariable, DefaultValueBool) == 0x000030, "Member 'FDataDrivenConsoleVariable::DefaultValueBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FAnimNotifyEvent \ +static_assert(alignof(FAnimNotifyEvent) == 0x000008, "Wrong alignment on FAnimNotifyEvent"); \ +static_assert(sizeof(FAnimNotifyEvent) == 0x0000B8, "Wrong size on FAnimNotifyEvent"); \ +static_assert(offsetof(FAnimNotifyEvent, DisplayTime) == 0x000030, "Member 'FAnimNotifyEvent::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerTimeOffset) == 0x000034, "Member 'FAnimNotifyEvent::TriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, EndTriggerTimeOffset) == 0x000038, "Member 'FAnimNotifyEvent::EndTriggerTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TriggerWeightThreshold) == 0x00003C, "Member 'FAnimNotifyEvent::TriggerWeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, NotifyName) == 0x000040, "Member 'FAnimNotifyEvent::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, Notify) == 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, bTriggerOnDedicatedServer) == 0x0000A0, "Member 'FAnimNotifyEvent::bTriggerOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, bTriggerOnFollower) == 0x0000A1, "Member 'FAnimNotifyEvent::bTriggerOnFollower' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEvent, TrackIndex) == 0x0000A4, "Member 'FAnimNotifyEvent::TrackIndex' 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_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_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_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_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_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_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_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_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_FEncounteredStateMachineStack \ +static_assert(alignof(FEncounteredStateMachineStack) == 0x000008, "Wrong alignment on FEncounteredStateMachineStack"); \ +static_assert(sizeof(FEncounteredStateMachineStack) == 0x000030, "Wrong size on FEncounteredStateMachineStack"); \ + +#define DUMPER7_ASSERTS_FBlendParameter \ +static_assert(alignof(FBlendParameter) == 0x000008, "Wrong alignment on FBlendParameter"); \ +static_assert(sizeof(FBlendParameter) == 0x000020, "Wrong size on FBlendParameter"); \ +static_assert(offsetof(FBlendParameter, DisplayName) == 0x000000, "Member 'FBlendParameter::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, Min) == 0x000010, "Member 'FBlendParameter::Min' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, Max) == 0x000014, "Member 'FBlendParameter::Max' has a wrong offset!"); \ +static_assert(offsetof(FBlendParameter, GridNum) == 0x000018, "Member 'FBlendParameter::GridNum' has a wrong offset!"); \ +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_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_FMeshUVChannelInfo \ +static_assert(alignof(FMeshUVChannelInfo) == 0x000004, "Wrong alignment on FMeshUVChannelInfo"); \ +static_assert(sizeof(FMeshUVChannelInfo) == 0x000014, "Wrong size on FMeshUVChannelInfo"); \ +static_assert(offsetof(FMeshUVChannelInfo, bInitialized) == 0x000000, "Member 'FMeshUVChannelInfo::bInitialized' has a wrong offset!"); \ +static_assert(offsetof(FMeshUVChannelInfo, bOverrideDensities) == 0x000001, "Member 'FMeshUVChannelInfo::bOverrideDensities' has a wrong offset!"); \ +static_assert(offsetof(FMeshUVChannelInfo, LocalUVDensities) == 0x000004, "Member 'FMeshUVChannelInfo::LocalUVDensities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterial \ +static_assert(alignof(FStaticMaterial) == 0x000008, "Wrong alignment on FStaticMaterial"); \ +static_assert(sizeof(FStaticMaterial) == 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_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_FExposedValueHandler \ +static_assert(alignof(FExposedValueHandler) == 0x000008, "Wrong alignment on FExposedValueHandler"); \ +static_assert(sizeof(FExposedValueHandler) == 0x000028, "Wrong size on FExposedValueHandler"); \ +static_assert(offsetof(FExposedValueHandler, CopyRecords) == 0x000000, "Member 'FExposedValueHandler::CopyRecords' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueHandler, Function) == 0x000010, "Member 'FExposedValueHandler::Function' has a wrong offset!"); \ +static_assert(offsetof(FExposedValueHandler, BoundFunction) == 0x000020, "Member 'FExposedValueHandler::BoundFunction' 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_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_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_FAnimSubsystem \ +static_assert(alignof(FAnimSubsystem) == 0x000008, "Wrong alignment on FAnimSubsystem"); \ +static_assert(sizeof(FAnimSubsystem) == 0x000008, "Wrong size on FAnimSubsystem"); \ + +#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_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_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!"); \ +static_assert(offsetof(FPropertyAccessLibrary, SrcAccesses) == 0x000040, "Member 'FPropertyAccessLibrary::SrcAccesses' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, DestAccesses) == 0x000050, "Member 'FPropertyAccessLibrary::DestAccesses' has a wrong offset!"); \ +static_assert(offsetof(FPropertyAccessLibrary, Indirections) == 0x000060, "Member 'FPropertyAccessLibrary::Indirections' 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_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_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_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_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_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_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_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_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_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_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_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_FAnimBlueprintDebugData \ +static_assert(alignof(FAnimBlueprintDebugData) == 0x000001, "Wrong alignment on FAnimBlueprintDebugData"); \ +static_assert(sizeof(FAnimBlueprintDebugData) == 0x000001, "Wrong size on FAnimBlueprintDebugData"); \ + +#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_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_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_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_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) == 0x000004, "Wrong alignment on FAnimGraphBlendOptions"); \ +static_assert(sizeof(FAnimGraphBlendOptions) == 0x000008, "Wrong size on FAnimGraphBlendOptions"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendInTime) == 0x000000, "Member 'FAnimGraphBlendOptions::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimGraphBlendOptions, BlendOutTime) == 0x000004, "Member 'FAnimGraphBlendOptions::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FAnimSegment \ +static_assert(alignof(FAnimSegment) == 0x000008, "Wrong alignment on FAnimSegment"); \ +static_assert(sizeof(FAnimSegment) == 0x000020, "Wrong size on FAnimSegment"); \ +static_assert(offsetof(FAnimSegment, AnimReference) == 0x000000, "Member 'FAnimSegment::AnimReference' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, StartPos) == 0x000008, "Member 'FAnimSegment::StartPos' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, AnimStartTime) == 0x00000C, "Member 'FAnimSegment::AnimStartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, AnimEndTime) == 0x000010, "Member 'FAnimSegment::AnimEndTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, AnimPlayRate) == 0x000014, "Member 'FAnimSegment::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimSegment, LoopingCount) == 0x000018, "Member 'FAnimSegment::LoopingCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimTrack \ +static_assert(alignof(FAnimTrack) == 0x000008, "Wrong alignment on FAnimTrack"); \ +static_assert(sizeof(FAnimTrack) == 0x000010, "Wrong size on FAnimTrack"); \ +static_assert(offsetof(FAnimTrack, AnimSegments) == 0x000000, "Member 'FAnimTrack::AnimSegments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTouchInputControl \ +static_assert(alignof(FTouchInputControl) == 0x000008, "Wrong alignment on FTouchInputControl"); \ +static_assert(sizeof(FTouchInputControl) == 0x000090, "Wrong size on FTouchInputControl"); \ +static_assert(offsetof(FTouchInputControl, Image1) == 0x000000, "Member 'FTouchInputControl::Image1' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Image2) == 0x000008, "Member 'FTouchInputControl::Image2' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, Center) == 0x000010, "Member 'FTouchInputControl::Center' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, VisualSize) == 0x000020, "Member 'FTouchInputControl::VisualSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, ThumbSize) == 0x000030, "Member 'FTouchInputControl::ThumbSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InteractionSize) == 0x000040, "Member 'FTouchInputControl::InteractionSize' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, InputScale) == 0x000050, "Member 'FTouchInputControl::InputScale' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, MainInputKey) == 0x000060, "Member 'FTouchInputControl::MainInputKey' has a wrong offset!"); \ +static_assert(offsetof(FTouchInputControl, AltInputKey) == 0x000078, "Member 'FTouchInputControl::AltInputKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundDebugEntry \ +static_assert(alignof(FSoundDebugEntry) == 0x000008, "Wrong alignment on FSoundDebugEntry"); \ +static_assert(sizeof(FSoundDebugEntry) == 0x000020, "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_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_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_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_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_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_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) == 0x0000A8, "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) == 0x000090, "Member 'FAttributeCurve::ScriptStruct' has a wrong offset!"); \ +static_assert(offsetof(FAttributeCurve, bShouldInterpolate) == 0x000098, "Member 'FAttributeCurve::bShouldInterpolate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimatedBoneAttribute \ +static_assert(alignof(FAnimatedBoneAttribute) == 0x000008, "Wrong alignment on FAnimatedBoneAttribute"); \ +static_assert(sizeof(FAnimatedBoneAttribute) == 0x0000E0, "Wrong size on FAnimatedBoneAttribute"); \ +static_assert(offsetof(FAnimatedBoneAttribute, Identifier) == 0x000000, "Member 'FAnimatedBoneAttribute::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FAnimatedBoneAttribute, Curve) == 0x000038, "Member 'FAnimatedBoneAttribute::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSendInfo \ +static_assert(alignof(FSoundSubmixSendInfo) == 0x000008, "Wrong alignment on FSoundSubmixSendInfo"); \ +static_assert(sizeof(FSoundSubmixSendInfo) == 0x0000B0, "Wrong size on FSoundSubmixSendInfo"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendLevelControlMethod) == 0x000000, "Member 'FSoundSubmixSendInfo::SendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendStage) == 0x000001, "Member 'FSoundSubmixSendInfo::SendStage' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SoundSubmix) == 0x000008, "Member 'FSoundSubmixSendInfo::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, SendLevel) == 0x000010, "Member 'FSoundSubmixSendInfo::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, DisableManualSendClamp) == 0x000014, "Member 'FSoundSubmixSendInfo::DisableManualSendClamp' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MinSendLevel) == 0x000018, "Member 'FSoundSubmixSendInfo::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MaxSendLevel) == 0x00001C, "Member 'FSoundSubmixSendInfo::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MinSendDistance) == 0x000020, "Member 'FSoundSubmixSendInfo::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, MaxSendDistance) == 0x000024, "Member 'FSoundSubmixSendInfo::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSendInfo, CustomSendLevelCurve) == 0x000028, "Member 'FSoundSubmixSendInfo::CustomSendLevelCurve' 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_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_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_FStreamingSourceShape \ +static_assert(alignof(FStreamingSourceShape) == 0x000008, "Wrong alignment on FStreamingSourceShape"); \ +static_assert(sizeof(FStreamingSourceShape) == 0x000040, "Wrong size on FStreamingSourceShape"); \ +static_assert(offsetof(FStreamingSourceShape, bUseGridLoadingRange) == 0x000000, "Member 'FStreamingSourceShape::bUseGridLoadingRange' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Radius) == 0x000004, "Member 'FStreamingSourceShape::Radius' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, bIsSector) == 0x000008, "Member 'FStreamingSourceShape::bIsSector' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, SectorAngle) == 0x00000C, "Member 'FStreamingSourceShape::SectorAngle' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Location) == 0x000010, "Member 'FStreamingSourceShape::Location' has a wrong offset!"); \ +static_assert(offsetof(FStreamingSourceShape, Rotation) == 0x000028, "Member 'FStreamingSourceShape::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCurveScaledPayload \ +static_assert(alignof(FCurveScaledPayload) == 0x000004, "Wrong alignment on FCurveScaledPayload"); \ +static_assert(sizeof(FCurveScaledPayload) == 0x000018, "Wrong size on FCurveScaledPayload"); \ +static_assert(offsetof(FCurveScaledPayload, Factor) == 0x000010, "Member 'FCurveScaledPayload::Factor' has a wrong offset!"); \ +static_assert(offsetof(FCurveScaledPayload, Origin) == 0x000014, "Member 'FCurveScaledPayload::Origin' 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_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_FCurveRenamedPayload \ +static_assert(alignof(FCurveRenamedPayload) == 0x000004, "Wrong alignment on FCurveRenamedPayload"); \ +static_assert(sizeof(FCurveRenamedPayload) == 0x000020, "Wrong size on FCurveRenamedPayload"); \ +static_assert(offsetof(FCurveRenamedPayload, NewIdentifier) == 0x000010, "Member 'FCurveRenamedPayload::NewIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBasedMovementInfo \ +static_assert(alignof(FBasedMovementInfo) == 0x000008, "Wrong alignment on FBasedMovementInfo"); \ +static_assert(sizeof(FBasedMovementInfo) == 0x000048, "Wrong size on FBasedMovementInfo"); \ +static_assert(offsetof(FBasedMovementInfo, MovementBase) == 0x000000, "Member 'FBasedMovementInfo::MovementBase' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, BoneName) == 0x000008, "Member 'FBasedMovementInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Location) == 0x000010, "Member 'FBasedMovementInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, Rotation) == 0x000028, "Member 'FBasedMovementInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasBaseComponent) == 0x000040, "Member 'FBasedMovementInfo::bServerHasBaseComponent' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bRelativeRotation) == 0x000041, "Member 'FBasedMovementInfo::bRelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(FBasedMovementInfo, bServerHasVelocity) == 0x000042, "Member 'FBasedMovementInfo::bServerHasVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttributePayload \ +static_assert(alignof(FAttributePayload) == 0x000008, "Wrong alignment on FAttributePayload"); \ +static_assert(sizeof(FAttributePayload) == 0x000038, "Wrong size on FAttributePayload"); \ +static_assert(offsetof(FAttributePayload, Identifier) == 0x000000, "Member 'FAttributePayload::Identifier' 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_FAnimInitializationContext \ +static_assert(alignof(FAnimInitializationContext) == 0x000008, "Wrong alignment on FAnimInitializationContext"); \ +static_assert(sizeof(FAnimInitializationContext) == 0x000010, "Wrong size on FAnimInitializationContext"); \ + +#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_FAnimUpdateContext \ +static_assert(alignof(FAnimUpdateContext) == 0x000008, "Wrong alignment on FAnimUpdateContext"); \ +static_assert(sizeof(FAnimUpdateContext) == 0x000010, "Wrong size on FAnimUpdateContext"); \ + +#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_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_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_FEditorElement \ +static_assert(alignof(FEditorElement) == 0x000004, "Wrong alignment on FEditorElement"); \ +static_assert(sizeof(FEditorElement) == 0x000018, "Wrong size on FEditorElement"); \ +static_assert(offsetof(FEditorElement, Indices) == 0x000000, "Member 'FEditorElement::Indices' has a wrong offset!"); \ +static_assert(offsetof(FEditorElement, Weights) == 0x00000C, "Member 'FEditorElement::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridBlendSample \ +static_assert(alignof(FGridBlendSample) == 0x000004, "Wrong alignment on FGridBlendSample"); \ +static_assert(sizeof(FGridBlendSample) == 0x00001C, "Wrong size on FGridBlendSample"); \ +static_assert(offsetof(FGridBlendSample, GridElement) == 0x000000, "Member 'FGridBlendSample::GridElement' has a wrong offset!"); \ +static_assert(offsetof(FGridBlendSample, BlendWeight) == 0x000018, "Member 'FGridBlendSample::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlotEvaluationPose \ +static_assert(alignof(FSlotEvaluationPose) == 0x000008, "Wrong alignment on FSlotEvaluationPose"); \ +static_assert(sizeof(FSlotEvaluationPose) == 0x000090, "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_FCompositeSection \ +static_assert(alignof(FCompositeSection) == 0x000008, "Wrong alignment on FCompositeSection"); \ +static_assert(sizeof(FCompositeSection) == 0x000058, "Wrong size on FCompositeSection"); \ +static_assert(offsetof(FCompositeSection, SectionName) == 0x000030, "Member 'FCompositeSection::SectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, StartTime) == 0x000038, "Member 'FCompositeSection::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, NextSectionName) == 0x00003C, "Member 'FCompositeSection::NextSectionName' has a wrong offset!"); \ +static_assert(offsetof(FCompositeSection, MetaData) == 0x000048, "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_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_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, DisplayTime) == 0x000038, "Member 'FBranchingPoint::DisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPoint, TriggerTimeOffset) == 0x00003C, "Member 'FBranchingPoint::TriggerTimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBranchingPointMarker \ +static_assert(alignof(FBranchingPointMarker) == 0x000004, "Wrong alignment on FBranchingPointMarker"); \ +static_assert(sizeof(FBranchingPointMarker) == 0x00000C, "Wrong size on FBranchingPointMarker"); \ +static_assert(offsetof(FBranchingPointMarker, NotifyIndex) == 0x000000, "Member 'FBranchingPointMarker::NotifyIndex' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPointMarker, TriggerTime) == 0x000004, "Member 'FBranchingPointMarker::TriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FBranchingPointMarker, NotifyEventType) == 0x000008, "Member 'FBranchingPointMarker::NotifyEventType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FBlueprintDebugData \ +static_assert(alignof(FBlueprintDebugData) == 0x000001, "Wrong alignment on FBlueprintDebugData"); \ +static_assert(sizeof(FBlueprintDebugData) == 0x000001, "Wrong size on FBlueprintDebugData"); \ + +#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_FAnimMontageInstance \ +static_assert(alignof(FAnimMontageInstance) == 0x000008, "Wrong alignment on FAnimMontageInstance"); \ +static_assert(sizeof(FAnimMontageInstance) == 0x0001C8, "Wrong size on FAnimMontageInstance"); \ +static_assert(offsetof(FAnimMontageInstance, Montage) == 0x000000, "Member 'FAnimMontageInstance::Montage' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, bPlaying) == 0x000028, "Member 'FAnimMontageInstance::bPlaying' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DefaultBlendTimeMultiplier) == 0x00002C, "Member 'FAnimMontageInstance::DefaultBlendTimeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, NextSections) == 0x0000F8, "Member 'FAnimMontageInstance::NextSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PrevSections) == 0x000108, "Member 'FAnimMontageInstance::PrevSections' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, ActiveStateBranchingPoints) == 0x000128, "Member 'FAnimMontageInstance::ActiveStateBranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, position) == 0x000138, "Member 'FAnimMontageInstance::position' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, PlayRate) == 0x00013C, "Member 'FAnimMontageInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, Blend) == 0x000140, "Member 'FAnimMontageInstance::Blend' has a wrong offset!"); \ +static_assert(offsetof(FAnimMontageInstance, DisableRootMotionCount) == 0x0001A4, "Member 'FAnimMontageInstance::DisableRootMotionCount' 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_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_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_FCompilerNativizationOptions \ +static_assert(alignof(FCompilerNativizationOptions) == 0x000008, "Wrong alignment on FCompilerNativizationOptions"); \ +static_assert(sizeof(FCompilerNativizationOptions) == 0x000080, "Wrong size on FCompilerNativizationOptions"); \ +static_assert(offsetof(FCompilerNativizationOptions, PlatformName) == 0x000000, "Member 'FCompilerNativizationOptions::PlatformName' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ServerOnlyPlatform) == 0x000008, "Member 'FCompilerNativizationOptions::ServerOnlyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ClientOnlyPlatform) == 0x000009, "Member 'FCompilerNativizationOptions::ClientOnlyPlatform' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, bExcludeMonolithicHeaders) == 0x00000A, "Member 'FCompilerNativizationOptions::bExcludeMonolithicHeaders' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ExcludedModules) == 0x000010, "Member 'FCompilerNativizationOptions::ExcludedModules' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ExcludedAssets) == 0x000020, "Member 'FCompilerNativizationOptions::ExcludedAssets' has a wrong offset!"); \ +static_assert(offsetof(FCompilerNativizationOptions, ExcludedFolderPaths) == 0x000070, "Member 'FCompilerNativizationOptions::ExcludedFolderPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FDebuggingInfoForSingleFunction \ +static_assert(alignof(FDebuggingInfoForSingleFunction) == 0x000008, "Wrong alignment on FDebuggingInfoForSingleFunction"); \ +static_assert(sizeof(FDebuggingInfoForSingleFunction) == 0x000190, "Wrong size on FDebuggingInfoForSingleFunction"); \ + +#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_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_FBookmark2DJumpToSettings \ +static_assert(alignof(FBookmark2DJumpToSettings) == 0x000001, "Wrong alignment on FBookmark2DJumpToSettings"); \ +static_assert(sizeof(FBookmark2DJumpToSettings) == 0x000001, "Wrong size on FBookmark2DJumpToSettings"); \ + +#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_FInertializationPose \ +static_assert(alignof(FInertializationPose) == 0x000010, "Wrong alignment on FInertializationPose"); \ +static_assert(sizeof(FInertializationPose) == 0x0000D0, "Wrong size on FInertializationPose"); \ + +#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_FInertializationBoneDiff \ +static_assert(alignof(FInertializationBoneDiff) == 0x000008, "Wrong alignment on FInertializationBoneDiff"); \ +static_assert(sizeof(FInertializationBoneDiff) == 0x000060, "Wrong size on FInertializationBoneDiff"); \ + +#define DUMPER7_ASSERTS_FSoundTrackKey \ +static_assert(alignof(FSoundTrackKey) == 0x000008, "Wrong alignment on FSoundTrackKey"); \ +static_assert(sizeof(FSoundTrackKey) == 0x000018, "Wrong size on FSoundTrackKey"); \ +static_assert(offsetof(FSoundTrackKey, Time) == 0x000000, "Member 'FSoundTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FSoundTrackKey, Volume) == 0x000004, "Member 'FSoundTrackKey::Volume' has a wrong offset!"); \ +static_assert(offsetof(FSoundTrackKey, Pitch) == 0x000008, "Member 'FSoundTrackKey::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FSoundTrackKey, Sound) == 0x000010, "Member 'FSoundTrackKey::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBPEditorBookmarkNode \ +static_assert(alignof(FBPEditorBookmarkNode) == 0x000008, "Wrong alignment on FBPEditorBookmarkNode"); \ +static_assert(sizeof(FBPEditorBookmarkNode) == 0x000038, "Wrong size on FBPEditorBookmarkNode"); \ +static_assert(offsetof(FBPEditorBookmarkNode, NodeGuid) == 0x000000, "Member 'FBPEditorBookmarkNode::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, ParentGuid) == 0x000010, "Member 'FBPEditorBookmarkNode::ParentGuid' has a wrong offset!"); \ +static_assert(offsetof(FBPEditorBookmarkNode, DisplayName) == 0x000020, "Member 'FBPEditorBookmarkNode::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInertializationPoseDiff \ +static_assert(alignof(FInertializationPoseDiff) == 0x000008, "Wrong alignment on FInertializationPoseDiff"); \ +static_assert(sizeof(FInertializationPoseDiff) == 0x000028, "Wrong size on FInertializationPoseDiff"); \ + +#define DUMPER7_ASSERTS_FAnimNode_Inertialization \ +static_assert(alignof(FAnimNode_Inertialization) == 0x000008, "Wrong alignment on FAnimNode_Inertialization"); \ +static_assert(sizeof(FAnimNode_Inertialization) == 0x0000D0, "Wrong size on FAnimNode_Inertialization"); \ +static_assert(offsetof(FAnimNode_Inertialization, Source) == 0x000010, "Member 'FAnimNode_Inertialization::Source' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_Inertialization, FilteredCurves) == 0x000020, "Member 'FAnimNode_Inertialization::FilteredCurves' 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_FAnimNode_LinkedAnimGraph \ +static_assert(alignof(FAnimNode_LinkedAnimGraph) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimGraph"); \ +static_assert(sizeof(FAnimNode_LinkedAnimGraph) == 0x000098, "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!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedAnimLayer \ +static_assert(alignof(FAnimNode_LinkedAnimLayer) == 0x000008, "Wrong alignment on FAnimNode_LinkedAnimLayer"); \ +static_assert(sizeof(FAnimNode_LinkedAnimLayer) == 0x0000A8, "Wrong size on FAnimNode_LinkedAnimLayer"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Interface) == 0x000098, "Member 'FAnimNode_LinkedAnimLayer::Interface' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_LinkedAnimLayer, Layer) == 0x0000A0, "Member 'FAnimNode_LinkedAnimLayer::Layer' 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_FNonBlendableFloatAnimationAttribute \ +static_assert(alignof(FNonBlendableFloatAnimationAttribute) == 0x000004, "Wrong alignment on FNonBlendableFloatAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableFloatAnimationAttribute) == 0x000004, "Wrong size on FNonBlendableFloatAnimationAttribute"); \ + +#define DUMPER7_ASSERTS_FAnimNode_LinkedInputPose \ +static_assert(alignof(FAnimNode_LinkedInputPose) == 0x000008, "Wrong alignment on FAnimNode_LinkedInputPose"); \ +static_assert(sizeof(FAnimNode_LinkedInputPose) == 0x0000C8, "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_FAnimNode_SaveCachedPose \ +static_assert(alignof(FAnimNode_SaveCachedPose) == 0x000008, "Wrong alignment on FAnimNode_SaveCachedPose"); \ +static_assert(sizeof(FAnimNode_SaveCachedPose) == 0x000108, "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_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_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_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_FAnimNode_SequencePlayer \ +static_assert(alignof(FAnimNode_SequencePlayer) == 0x000008, "Wrong alignment on FAnimNode_SequencePlayer"); \ +static_assert(sizeof(FAnimNode_SequencePlayer) == 0x000040, "Wrong size on FAnimNode_SequencePlayer"); \ + +#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_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_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_FAnimNode_StateMachine \ +static_assert(alignof(FAnimNode_StateMachine) == 0x000008, "Wrong alignment on FAnimNode_StateMachine"); \ +static_assert(sizeof(FAnimNode_StateMachine) == 0x0000B8, "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, bSkipFirstUpdateTransition) == 0x000018, "Member 'FAnimNode_StateMachine::bSkipFirstUpdateTransition' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bReinitializeOnBecomingRelevant) == 0x000019, "Member 'FAnimNode_StateMachine::bReinitializeOnBecomingRelevant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bCreateNotifyMetaData) == 0x00001A, "Member 'FAnimNode_StateMachine::bCreateNotifyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StateMachine, bAllowConduitEntryStates) == 0x00001B, "Member 'FAnimNode_StateMachine::bAllowConduitEntryStates' 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_FVirtualTextureBuildSettings \ +static_assert(alignof(FVirtualTextureBuildSettings) == 0x000004, "Wrong alignment on FVirtualTextureBuildSettings"); \ +static_assert(sizeof(FVirtualTextureBuildSettings) == 0x00000C, "Wrong size on FVirtualTextureBuildSettings"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileSize) == 0x000000, "Member 'FVirtualTextureBuildSettings::TileSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, TileBorderSize) == 0x000004, "Member 'FVirtualTextureBuildSettings::TileBorderSize' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressCrunch) == 0x000008, "Member 'FVirtualTextureBuildSettings::bEnableCompressCrunch' has a wrong offset!"); \ +static_assert(offsetof(FVirtualTextureBuildSettings, bEnableCompressZlib) == 0x000009, "Member 'FVirtualTextureBuildSettings::bEnableCompressZlib' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FAnimNotifyContext \ +static_assert(alignof(FAnimNotifyContext) == 0x000008, "Wrong alignment on FAnimNotifyContext"); \ +static_assert(sizeof(FAnimNotifyContext) == 0x000018, "Wrong size on FAnimNotifyContext"); \ + +#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_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_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_FStartPhysicsTickFunction \ +static_assert(alignof(FStartPhysicsTickFunction) == 0x000008, "Wrong alignment on FStartPhysicsTickFunction"); \ +static_assert(sizeof(FStartPhysicsTickFunction) == 0x000040, "Wrong size on FStartPhysicsTickFunction"); \ + +#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_FCameraShakeStartParams \ +static_assert(alignof(FCameraShakeStartParams) == 0x000001, "Wrong alignment on FCameraShakeStartParams"); \ +static_assert(sizeof(FCameraShakeStartParams) == 0x000001, "Wrong size on FCameraShakeStartParams"); \ +static_assert(offsetof(FCameraShakeStartParams, bIsRestarting) == 0x000000, "Member 'FCameraShakeStartParams::bIsRestarting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FActorContainerID \ +static_assert(alignof(FActorContainerID) == 0x000008, "Wrong alignment on FActorContainerID"); \ +static_assert(sizeof(FActorContainerID) == 0x000008, "Wrong size on FActorContainerID"); \ +static_assert(offsetof(FActorContainerID, ID) == 0x000000, "Member 'FActorContainerID::ID' 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_FCameraShakeUpdateResult \ +static_assert(alignof(FCameraShakeUpdateResult) == 0x000010, "Wrong alignment on FCameraShakeUpdateResult"); \ +static_assert(sizeof(FCameraShakeUpdateResult) == 0x000800, "Wrong size on FCameraShakeUpdateResult"); \ + +#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_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_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_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_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_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_FAnimSubsystemInstance \ +static_assert(alignof(FAnimSubsystemInstance) == 0x000008, "Wrong alignment on FAnimSubsystemInstance"); \ +static_assert(sizeof(FAnimSubsystemInstance) == 0x000008, "Wrong size on FAnimSubsystemInstance"); \ + +#define DUMPER7_ASSERTS_FTransformBaseConstraint \ +static_assert(alignof(FTransformBaseConstraint) == 0x000008, "Wrong alignment on FTransformBaseConstraint"); \ +static_assert(sizeof(FTransformBaseConstraint) == 0x000010, "Wrong size on FTransformBaseConstraint"); \ +static_assert(offsetof(FTransformBaseConstraint, TransformConstraints) == 0x000000, "Member 'FTransformBaseConstraint::TransformConstraints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSubsystem_Base \ +static_assert(alignof(FAnimSubsystem_Base) == 0x000008, "Wrong alignment on FAnimSubsystem_Base"); \ +static_assert(sizeof(FAnimSubsystem_Base) == 0x000018, "Wrong size on FAnimSubsystem_Base"); \ +static_assert(offsetof(FAnimSubsystem_Base, ExposedValueHandlers) == 0x000008, "Member 'FAnimSubsystem_Base::ExposedValueHandlers' 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_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_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_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_FParticleSystemLOD \ +static_assert(alignof(FParticleSystemLOD) == 0x000001, "Wrong alignment on FParticleSystemLOD"); \ +static_assert(sizeof(FParticleSystemLOD) == 0x000001, "Wrong size on FParticleSystemLOD"); \ + +#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_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_FFXSystemSpawnParameters \ +static_assert(alignof(FFXSystemSpawnParameters) == 0x000008, "Wrong alignment on FFXSystemSpawnParameters"); \ +static_assert(sizeof(FFXSystemSpawnParameters) == 0x000078, "Wrong size on FFXSystemSpawnParameters"); \ + +#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_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_FFreezablePerPlatformInt \ +static_assert(alignof(FFreezablePerPlatformInt) == 0x000004, "Wrong alignment on FFreezablePerPlatformInt"); \ +static_assert(sizeof(FFreezablePerPlatformInt) == 0x000004, "Wrong size on FFreezablePerPlatformInt"); \ + +#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_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_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_FBaseAttenuationSettings \ +static_assert(alignof(FBaseAttenuationSettings) == 0x000008, "Wrong alignment on FBaseAttenuationSettings"); \ +static_assert(sizeof(FBaseAttenuationSettings) == 0x0000C8, "Wrong size on FBaseAttenuationSettings"); \ +static_assert(offsetof(FBaseAttenuationSettings, DistanceAlgorithm) == 0x000008, "Member 'FBaseAttenuationSettings::DistanceAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShape) == 0x000009, "Member 'FBaseAttenuationSettings::AttenuationShape' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, dBAttenuationAtMax) == 0x00000C, "Member 'FBaseAttenuationSettings::dBAttenuationAtMax' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffMode) == 0x000010, "Member 'FBaseAttenuationSettings::FalloffMode' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, AttenuationShapeExtents) == 0x000018, "Member 'FBaseAttenuationSettings::AttenuationShapeExtents' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeOffset) == 0x000030, "Member 'FBaseAttenuationSettings::ConeOffset' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, FalloffDistance) == 0x000034, "Member 'FBaseAttenuationSettings::FalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereRadius) == 0x000038, "Member 'FBaseAttenuationSettings::ConeSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, ConeSphereFalloffDistance) == 0x00003C, "Member 'FBaseAttenuationSettings::ConeSphereFalloffDistance' has a wrong offset!"); \ +static_assert(offsetof(FBaseAttenuationSettings, CustomAttenuationCurve) == 0x000040, "Member 'FBaseAttenuationSettings::CustomAttenuationCurve' 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_FAudioQualitySettings \ +static_assert(alignof(FAudioQualitySettings) == 0x000008, "Wrong alignment on FAudioQualitySettings"); \ +static_assert(sizeof(FAudioQualitySettings) == 0x000020, "Wrong size on FAudioQualitySettings"); \ +static_assert(offsetof(FAudioQualitySettings, DisplayName) == 0x000000, "Member 'FAudioQualitySettings::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FAudioQualitySettings, MaxChannels) == 0x000018, "Member 'FAudioQualitySettings::MaxChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_FPoseDataContainer \ +static_assert(alignof(FPoseDataContainer) == 0x000008, "Wrong alignment on FPoseDataContainer"); \ +static_assert(sizeof(FPoseDataContainer) == 0x000060, "Wrong size on FPoseDataContainer"); \ +static_assert(offsetof(FPoseDataContainer, PoseNames) == 0x000000, "Member 'FPoseDataContainer::PoseNames' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Tracks) == 0x000010, "Member 'FPoseDataContainer::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, TrackBoneIndices) == 0x000020, "Member 'FPoseDataContainer::TrackBoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, TrackPoseInfluenceIndices) == 0x000030, "Member 'FPoseDataContainer::TrackPoseInfluenceIndices' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Poses) == 0x000040, "Member 'FPoseDataContainer::Poses' has a wrong offset!"); \ +static_assert(offsetof(FPoseDataContainer, Curves) == 0x000050, "Member 'FPoseDataContainer::Curves' 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_FEditorMapPerformanceTestDefinition \ +static_assert(alignof(FEditorMapPerformanceTestDefinition) == 0x000008, "Wrong alignment on FEditorMapPerformanceTestDefinition"); \ +static_assert(sizeof(FEditorMapPerformanceTestDefinition) == 0x000020, "Wrong size on FEditorMapPerformanceTestDefinition"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, PerformanceTestmap) == 0x000000, "Member 'FEditorMapPerformanceTestDefinition::PerformanceTestmap' has a wrong offset!"); \ +static_assert(offsetof(FEditorMapPerformanceTestDefinition, TestTimer) == 0x000018, "Member 'FEditorMapPerformanceTestDefinition::TestTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteCategoryInfo \ +static_assert(alignof(FSpriteCategoryInfo) == 0x000008, "Wrong alignment on FSpriteCategoryInfo"); \ +static_assert(sizeof(FSpriteCategoryInfo) == 0x000038, "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) == 0x000020, "Member 'FSpriteCategoryInfo::Description' 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_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_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_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_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_FCurveMetaData \ +static_assert(alignof(FCurveMetaData) == 0x000008, "Wrong alignment on FCurveMetaData"); \ +static_assert(sizeof(FCurveMetaData) == 0x000018, "Wrong size on FCurveMetaData"); \ + +#define DUMPER7_ASSERTS_FAttenuationSubmixSendSettings \ +static_assert(alignof(FAttenuationSubmixSendSettings) == 0x000008, "Wrong alignment on FAttenuationSubmixSendSettings"); \ +static_assert(sizeof(FAttenuationSubmixSendSettings) == 0x0000A8, "Wrong size on FAttenuationSubmixSendSettings"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, Submix) == 0x000000, "Member 'FAttenuationSubmixSendSettings::Submix' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendMethod) == 0x000008, "Member 'FAttenuationSubmixSendSettings::SubmixSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendLevelMin) == 0x00000C, "Member 'FAttenuationSubmixSendSettings::SubmixSendLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendLevelMax) == 0x000010, "Member 'FAttenuationSubmixSendSettings::SubmixSendLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendDistanceMin) == 0x000014, "Member 'FAttenuationSubmixSendSettings::SubmixSendDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, SubmixSendDistanceMax) == 0x000018, "Member 'FAttenuationSubmixSendSettings::SubmixSendDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, ManualSubmixSendLevel) == 0x00001C, "Member 'FAttenuationSubmixSendSettings::ManualSubmixSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FAttenuationSubmixSendSettings, CustomSubmixSendCurve) == 0x000020, "Member 'FAttenuationSubmixSendSettings::CustomSubmixSendCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSoundModulationDefaultSettings \ +static_assert(alignof(FSoundModulationDefaultSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultSettings"); \ +static_assert(sizeof(FSoundModulationDefaultSettings) == 0x000040, "Wrong size on FSoundModulationDefaultSettings"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, VolumeModulationDestination) == 0x000000, "Member 'FSoundModulationDefaultSettings::VolumeModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, PitchModulationDestination) == 0x000010, "Member 'FSoundModulationDefaultSettings::PitchModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, HighpassModulationDestination) == 0x000020, "Member 'FSoundModulationDefaultSettings::HighpassModulationDestination' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultSettings, LowpassModulationDestination) == 0x000030, "Member 'FSoundModulationDefaultSettings::LowpassModulationDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintMacroCosmeticInfo \ +static_assert(alignof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong alignment on FBlueprintMacroCosmeticInfo"); \ +static_assert(sizeof(FBlueprintMacroCosmeticInfo) == 0x000001, "Wrong size on FBlueprintMacroCosmeticInfo"); \ + +#define DUMPER7_ASSERTS_FBPVariableDescription \ +static_assert(alignof(FBPVariableDescription) == 0x000008, "Wrong alignment on FBPVariableDescription"); \ +static_assert(sizeof(FBPVariableDescription) == 0x0000D0, "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) == 0x000098, "Member 'FBPVariableDescription::PropertyFlags' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, RepNotifyFunc) == 0x0000A0, "Member 'FBPVariableDescription::RepNotifyFunc' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, ReplicationCondition) == 0x0000A8, "Member 'FBPVariableDescription::ReplicationCondition' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, MetaDataArray) == 0x0000B0, "Member 'FBPVariableDescription::MetaDataArray' has a wrong offset!"); \ +static_assert(offsetof(FBPVariableDescription, DefaultValue) == 0x0000C0, "Member 'FBPVariableDescription::DefaultValue' has a wrong offset!"); \ + +#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_FEditedDocumentInfo \ +static_assert(alignof(FEditedDocumentInfo) == 0x000008, "Wrong alignment on FEditedDocumentInfo"); \ +static_assert(sizeof(FEditedDocumentInfo) == 0x000038, "Wrong size on FEditedDocumentInfo"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObjectPath) == 0x000000, "Member 'FEditedDocumentInfo::EditedObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedViewOffset) == 0x000018, "Member 'FEditedDocumentInfo::SavedViewOffset' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, SavedZoomAmount) == 0x000028, "Member 'FEditedDocumentInfo::SavedZoomAmount' has a wrong offset!"); \ +static_assert(offsetof(FEditedDocumentInfo, EditedObject) == 0x000030, "Member 'FEditedDocumentInfo::EditedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FNodeToCodeAssociation \ +static_assert(alignof(FNodeToCodeAssociation) == 0x000004, "Wrong alignment on FNodeToCodeAssociation"); \ +static_assert(sizeof(FNodeToCodeAssociation) == 0x000014, "Wrong size on FNodeToCodeAssociation"); \ + +#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_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_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_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_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_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_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_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_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_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_FNonBlendableTransformAnimationAttribute \ +static_assert(alignof(FNonBlendableTransformAnimationAttribute) == 0x000010, "Wrong alignment on FNonBlendableTransformAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableTransformAnimationAttribute) == 0x000060, "Wrong size on FNonBlendableTransformAnimationAttribute"); \ + +#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_FNonBlendableIntegerAnimationAttribute \ +static_assert(alignof(FNonBlendableIntegerAnimationAttribute) == 0x000004, "Wrong alignment on FNonBlendableIntegerAnimationAttribute"); \ +static_assert(sizeof(FNonBlendableIntegerAnimationAttribute) == 0x000004, "Wrong size on FNonBlendableIntegerAnimationAttribute"); \ + +#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_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_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_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_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_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_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_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_FCameraShakeScrubParams \ +static_assert(alignof(FCameraShakeScrubParams) == 0x000010, "Wrong alignment on FCameraShakeScrubParams"); \ +static_assert(sizeof(FCameraShakeScrubParams) == 0x0008A0, "Wrong size on FCameraShakeScrubParams"); \ +static_assert(offsetof(FCameraShakeScrubParams, AbsoluteTime) == 0x000000, "Member 'FCameraShakeScrubParams::AbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, ShakeScale) == 0x000004, "Member 'FCameraShakeScrubParams::ShakeScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, DynamicScale) == 0x000008, "Member 'FCameraShakeScrubParams::DynamicScale' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, BlendingWeight) == 0x00000C, "Member 'FCameraShakeScrubParams::BlendingWeight' has a wrong offset!"); \ +static_assert(offsetof(FCameraShakeScrubParams, POV) == 0x000010, "Member 'FCameraShakeScrubParams::POV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraShakeStopParams \ +static_assert(alignof(FCameraShakeStopParams) == 0x000001, "Wrong alignment on FCameraShakeStopParams"); \ +static_assert(sizeof(FCameraShakeStopParams) == 0x000001, "Wrong size on FCameraShakeStopParams"); \ +static_assert(offsetof(FCameraShakeStopParams, bImmediately) == 0x000000, "Member 'FCameraShakeStopParams::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_FCharacterMovementComponentPostPhysicsTickFunction \ +static_assert(alignof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPostPhysicsTickFunction"); \ +static_assert(sizeof(FCharacterMovementComponentPostPhysicsTickFunction) == 0x000040, "Wrong size on FCharacterMovementComponentPostPhysicsTickFunction"); \ + +#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_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_FInstancedStaticMeshComponentInstanceData \ +static_assert(alignof(FInstancedStaticMeshComponentInstanceData) == 0x000010, "Wrong alignment on FInstancedStaticMeshComponentInstanceData"); \ +static_assert(sizeof(FInstancedStaticMeshComponentInstanceData) == 0x000190, "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, PerInstanceSMCustomData) == 0x000140, "Member 'FInstancedStaticMeshComponentInstanceData::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, InstancingRandomSeed) == 0x000170, "Member 'FInstancedStaticMeshComponentInstanceData::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, AdditionalRandomSeeds) == 0x000178, "Member 'FInstancedStaticMeshComponentInstanceData::AdditionalRandomSeeds' has a wrong offset!"); \ +static_assert(offsetof(FInstancedStaticMeshComponentInstanceData, bHasPerInstanceHitProxies) == 0x000188, "Member 'FInstancedStaticMeshComponentInstanceData::bHasPerInstanceHitProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterMovementComponentPrePhysicsTickFunction \ +static_assert(alignof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000008, "Wrong alignment on FCharacterMovementComponentPrePhysicsTickFunction"); \ +static_assert(sizeof(FCharacterMovementComponentPrePhysicsTickFunction) == 0x000040, "Wrong size on FCharacterMovementComponentPrePhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FFindFloorResult \ +static_assert(alignof(FFindFloorResult) == 0x000008, "Wrong alignment on FFindFloorResult"); \ +static_assert(sizeof(FFindFloorResult) == 0x0000F8, "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_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_FCharacterNetworkSerializationPackedBits \ +static_assert(alignof(FCharacterNetworkSerializationPackedBits) == 0x000008, "Wrong alignment on FCharacterNetworkSerializationPackedBits"); \ +static_assert(sizeof(FCharacterNetworkSerializationPackedBits) == 0x000098, "Wrong size on FCharacterNetworkSerializationPackedBits"); \ + +#define DUMPER7_ASSERTS_FCharacterServerMovePackedBits \ +static_assert(alignof(FCharacterServerMovePackedBits) == 0x000008, "Wrong alignment on FCharacterServerMovePackedBits"); \ +static_assert(sizeof(FCharacterServerMovePackedBits) == 0x000098, "Wrong size on FCharacterServerMovePackedBits"); \ + +#define DUMPER7_ASSERTS_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_FCharacterMoveResponsePackedBits \ +static_assert(alignof(FCharacterMoveResponsePackedBits) == 0x000008, "Wrong alignment on FCharacterMoveResponsePackedBits"); \ +static_assert(sizeof(FCharacterMoveResponsePackedBits) == 0x000098, "Wrong size on FCharacterMoveResponsePackedBits"); \ + +#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_FChildActorComponentInstanceData \ +static_assert(alignof(FChildActorComponentInstanceData) == 0x000008, "Wrong alignment on FChildActorComponentInstanceData"); \ +static_assert(sizeof(FChildActorComponentInstanceData) == 0x0000E8, "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_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_FSubTrackGroup \ +static_assert(alignof(FSubTrackGroup) == 0x000008, "Wrong alignment on FSubTrackGroup"); \ +static_assert(sizeof(FSubTrackGroup) == 0x000028, "Wrong size on FSubTrackGroup"); \ +static_assert(offsetof(FSubTrackGroup, GroupName) == 0x000000, "Member 'FSubTrackGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FSubTrackGroup, TrackIndices) == 0x000010, "Member 'FSubTrackGroup::TrackIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FEventTrackKey \ +static_assert(alignof(FEventTrackKey) == 0x000004, "Wrong alignment on FEventTrackKey"); \ +static_assert(sizeof(FEventTrackKey) == 0x00000C, "Wrong size on FEventTrackKey"); \ +static_assert(offsetof(FEventTrackKey, Time) == 0x000000, "Member 'FEventTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FEventTrackKey, EventName) == 0x000004, "Member 'FEventTrackKey::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FTrajectorySample \ +static_assert(alignof(FTrajectorySample) == 0x000008, "Wrong alignment on FTrajectorySample"); \ +static_assert(sizeof(FTrajectorySample) == 0x000050, "Wrong size on FTrajectorySample"); \ +static_assert(offsetof(FTrajectorySample, AccumulatedSeconds) == 0x000000, "Member 'FTrajectorySample::AccumulatedSeconds' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, AccumulatedDistance) == 0x000004, "Member 'FTrajectorySample::AccumulatedDistance' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, position) == 0x000008, "Member 'FTrajectorySample::position' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, LocalLinearVelocity) == 0x000020, "Member 'FTrajectorySample::LocalLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySample, LocalLinearAcceleration) == 0x000038, "Member 'FTrajectorySample::LocalLinearAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrajectorySampleRange \ +static_assert(alignof(FTrajectorySampleRange) == 0x000008, "Wrong alignment on FTrajectorySampleRange"); \ +static_assert(sizeof(FTrajectorySampleRange) == 0x000018, "Wrong size on FTrajectorySampleRange"); \ +static_assert(offsetof(FTrajectorySampleRange, Samples) == 0x000000, "Member 'FTrajectorySampleRange::Samples' has a wrong offset!"); \ +static_assert(offsetof(FTrajectorySampleRange, SampleRate) == 0x000010, "Member 'FTrajectorySampleRange::SampleRate' 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_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_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_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_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_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_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_FBakedStringCustomAttribute \ +static_assert(alignof(FBakedStringCustomAttribute) == 0x000001, "Wrong alignment on FBakedStringCustomAttribute"); \ +static_assert(sizeof(FBakedStringCustomAttribute) == 0x000001, "Wrong size on FBakedStringCustomAttribute"); \ + +#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_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_FBakedCustomAttributePerBoneData \ +static_assert(alignof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong alignment on FBakedCustomAttributePerBoneData"); \ +static_assert(sizeof(FBakedCustomAttributePerBoneData) == 0x000001, "Wrong size on FBakedCustomAttributePerBoneData"); \ + +#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_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_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_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_FSkeletalMeshLODGroupSettings \ +static_assert(alignof(FSkeletalMeshLODGroupSettings) == 0x000008, "Wrong alignment on FSkeletalMeshLODGroupSettings"); \ +static_assert(sizeof(FSkeletalMeshLODGroupSettings) == 0x000098, "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!"); \ + +#define DUMPER7_ASSERTS_FDebugCameraControllerSettingsViewModeIndex \ +static_assert(alignof(FDebugCameraControllerSettingsViewModeIndex) == 0x000008, "Wrong alignment on FDebugCameraControllerSettingsViewModeIndex"); \ +static_assert(sizeof(FDebugCameraControllerSettingsViewModeIndex) == 0x000010, "Wrong size on FDebugCameraControllerSettingsViewModeIndex"); \ +static_assert(offsetof(FDebugCameraControllerSettingsViewModeIndex, ViewModeIndex) == 0x000008, "Member 'FDebugCameraControllerSettingsViewModeIndex::ViewModeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugDisplayProperty \ +static_assert(alignof(FDebugDisplayProperty) == 0x000008, "Wrong alignment on FDebugDisplayProperty"); \ +static_assert(sizeof(FDebugDisplayProperty) == 0x000020, "Wrong size on FDebugDisplayProperty"); \ +static_assert(offsetof(FDebugDisplayProperty, Obj) == 0x000000, "Member 'FDebugDisplayProperty::Obj' has a wrong offset!"); \ +static_assert(offsetof(FDebugDisplayProperty, WithinClass) == 0x000008, "Member 'FDebugDisplayProperty::WithinClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugTextInfo \ +static_assert(alignof(FDebugTextInfo) == 0x000008, "Wrong alignment on FDebugTextInfo"); \ +static_assert(sizeof(FDebugTextInfo) == 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_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_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, Level) == 0x000058, "Member 'FRollbackNetStartupActorInfo::Level' has a wrong offset!"); \ +static_assert(offsetof(FRollbackNetStartupActorInfo, ObjReferences) == 0x0000C0, "Member 'FRollbackNetStartupActorInfo::ObjReferences' 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_FHLODSubActorDesc \ +static_assert(alignof(FHLODSubActorDesc) == 0x000001, "Wrong alignment on FHLODSubActorDesc"); \ +static_assert(sizeof(FHLODSubActorDesc) == 0x000001, "Wrong size on FHLODSubActorDesc"); \ + +#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_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_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_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_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_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_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_FEdGraphPinReference \ +static_assert(alignof(FEdGraphPinReference) == 0x000004, "Wrong alignment on FEdGraphPinReference"); \ +static_assert(sizeof(FEdGraphPinReference) == 0x000018, "Wrong size on FEdGraphPinReference"); \ +static_assert(offsetof(FEdGraphPinReference, OwningNode) == 0x000000, "Member 'FEdGraphPinReference::OwningNode' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphPinReference, PinId) == 0x000008, "Member 'FEdGraphPinReference::PinId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphSchemaAction \ +static_assert(alignof(FEdGraphSchemaAction) == 0x000008, "Wrong alignment on FEdGraphSchemaAction"); \ +static_assert(sizeof(FEdGraphSchemaAction) == 0x000100, "Wrong size on FEdGraphSchemaAction"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescription) == 0x000008, "Member 'FEdGraphSchemaAction::MenuDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, TooltipDescription) == 0x000020, "Member 'FEdGraphSchemaAction::TooltipDescription' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Category) == 0x000038, "Member 'FEdGraphSchemaAction::Category' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Keywords) == 0x000050, "Member 'FEdGraphSchemaAction::Keywords' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, Grouping) == 0x000068, "Member 'FEdGraphSchemaAction::Grouping' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SectionID) == 0x00006C, "Member 'FEdGraphSchemaAction::SectionID' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, MenuDescriptionArray) == 0x000070, "Member 'FEdGraphSchemaAction::MenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchTitlesArray) == 0x000080, "Member 'FEdGraphSchemaAction::FullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchKeywordsArray) == 0x000090, "Member 'FEdGraphSchemaAction::FullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, FullSearchCategoryArray) == 0x0000A0, "Member 'FEdGraphSchemaAction::FullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedMenuDescriptionArray) == 0x0000B0, "Member 'FEdGraphSchemaAction::LocalizedMenuDescriptionArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchTitlesArray) == 0x0000C0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchTitlesArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchKeywordsArray) == 0x0000D0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchKeywordsArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, LocalizedFullSearchCategoryArray) == 0x0000E0, "Member 'FEdGraphSchemaAction::LocalizedFullSearchCategoryArray' has a wrong offset!"); \ +static_assert(offsetof(FEdGraphSchemaAction, SearchText) == 0x0000F0, "Member 'FEdGraphSchemaAction::SearchText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEdGraphSchemaAction_NewNode \ +static_assert(alignof(FEdGraphSchemaAction_NewNode) == 0x000008, "Wrong alignment on FEdGraphSchemaAction_NewNode"); \ +static_assert(sizeof(FEdGraphSchemaAction_NewNode) == 0x000108, "Wrong size on FEdGraphSchemaAction_NewNode"); \ +static_assert(offsetof(FEdGraphSchemaAction_NewNode, NodeTemplate) == 0x000100, "Member 'FEdGraphSchemaAction_NewNode::NodeTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FNetDriverDefinition \ +static_assert(alignof(FNetDriverDefinition) == 0x000004, "Wrong alignment on FNetDriverDefinition"); \ +static_assert(sizeof(FNetDriverDefinition) == 0x000018, "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!"); \ + +#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_FMaterialInstanceBasePropertyOverrides \ +static_assert(alignof(FMaterialInstanceBasePropertyOverrides) == 0x000004, "Wrong alignment on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(sizeof(FMaterialInstanceBasePropertyOverrides) == 0x000008, "Wrong size on FMaterialInstanceBasePropertyOverrides"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, BlendMode) == 0x000002, "Member 'FMaterialInstanceBasePropertyOverrides::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, ShadingModel) == 0x000003, "Member 'FMaterialInstanceBasePropertyOverrides::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(FMaterialInstanceBasePropertyOverrides, OpacityMaskClipValue) == 0x000004, "Member 'FMaterialInstanceBasePropertyOverrides::OpacityMaskClipValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FWorldContext \ +static_assert(alignof(FWorldContext) == 0x000008, "Wrong alignment on FWorldContext"); \ +static_assert(sizeof(FWorldContext) == 0x000278, "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_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_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_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_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_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_FCameraCutInfo \ +static_assert(alignof(FCameraCutInfo) == 0x000008, "Wrong alignment on FCameraCutInfo"); \ +static_assert(sizeof(FCameraCutInfo) == 0x000020, "Wrong size on FCameraCutInfo"); \ +static_assert(offsetof(FCameraCutInfo, Location) == 0x000000, "Member 'FCameraCutInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FCameraCutInfo, Timestamp) == 0x000018, "Member 'FCameraCutInfo::Timestamp' 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_FTickPrerequisite \ +static_assert(alignof(FTickPrerequisite) == 0x000008, "Wrong alignment on FTickPrerequisite"); \ +static_assert(sizeof(FTickPrerequisite) == 0x000010, "Wrong size on FTickPrerequisite"); \ + +#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_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_FStrataMaterialInfo \ +static_assert(alignof(FStrataMaterialInfo) == 0x000008, "Wrong alignment on FStrataMaterialInfo"); \ +static_assert(sizeof(FStrataMaterialInfo) == 0x000018, "Wrong size on FStrataMaterialInfo"); \ +static_assert(offsetof(FStrataMaterialInfo, ShadingModelField) == 0x000000, "Member 'FStrataMaterialInfo::ShadingModelField' has a wrong offset!"); \ +static_assert(offsetof(FStrataMaterialInfo, bHasShadingModelFromExpression) == 0x000001, "Member 'FStrataMaterialInfo::bHasShadingModelFromExpression' has a wrong offset!"); \ +static_assert(offsetof(FStrataMaterialInfo, SubsurfaceProfiles) == 0x000008, "Member 'FStrataMaterialInfo::SubsurfaceProfiles' has a wrong offset!"); \ + +#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_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_FPreviewAttachedObjectPair \ +static_assert(alignof(FPreviewAttachedObjectPair) == 0x000008, "Wrong alignment on FPreviewAttachedObjectPair"); \ +static_assert(sizeof(FPreviewAttachedObjectPair) == 0x000038, "Wrong size on FPreviewAttachedObjectPair"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedObject) == 0x000000, "Member 'FPreviewAttachedObjectPair::AttachedObject' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, Object) == 0x000028, "Member 'FPreviewAttachedObjectPair::Object' has a wrong offset!"); \ +static_assert(offsetof(FPreviewAttachedObjectPair, AttachedTo) == 0x000030, "Member 'FPreviewAttachedObjectPair::AttachedTo' has a wrong offset!"); \ + +#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, PhysMaterial) == 0x000038, "Member 'FRigidBodyContactInfo::PhysMaterial' 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_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_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_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_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_FSwarmDebugOptions \ +static_assert(alignof(FSwarmDebugOptions) == 0x000004, "Wrong alignment on FSwarmDebugOptions"); \ +static_assert(sizeof(FSwarmDebugOptions) == 0x000004, "Wrong size on FSwarmDebugOptions"); \ + +#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_FPrimitiveMaterialRef \ +static_assert(alignof(FPrimitiveMaterialRef) == 0x000008, "Wrong alignment on FPrimitiveMaterialRef"); \ +static_assert(sizeof(FPrimitiveMaterialRef) == 0x000018, "Wrong size on FPrimitiveMaterialRef"); \ +static_assert(offsetof(FPrimitiveMaterialRef, Primitive) == 0x000000, "Member 'FPrimitiveMaterialRef::Primitive' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveMaterialRef, Decal) == 0x000008, "Member 'FPrimitiveMaterialRef::Decal' has a wrong offset!"); \ +static_assert(offsetof(FPrimitiveMaterialRef, ElementIndex) == 0x000010, "Member 'FPrimitiveMaterialRef::ElementIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOverlapResult \ +static_assert(alignof(FOverlapResult) == 0x000004, "Wrong alignment on FOverlapResult"); \ +static_assert(sizeof(FOverlapResult) == 0x000028, "Wrong size on FOverlapResult"); \ +static_assert(offsetof(FOverlapResult, OverlapObjectHandle) == 0x000000, "Member 'FOverlapResult::OverlapObjectHandle' has a wrong offset!"); \ +static_assert(offsetof(FOverlapResult, Component) == 0x000018, "Member 'FOverlapResult::Component' 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_FAnimSlotInfo \ +static_assert(alignof(FAnimSlotInfo) == 0x000008, "Wrong alignment on FAnimSlotInfo"); \ +static_assert(sizeof(FAnimSlotInfo) == 0x000018, "Wrong size on FAnimSlotInfo"); \ +static_assert(offsetof(FAnimSlotInfo, SlotName) == 0x000000, "Member 'FAnimSlotInfo::SlotName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSlotInfo, ChannelWeights) == 0x000008, "Member 'FAnimSlotInfo::ChannelWeights' 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_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_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_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_FChannelDefinition \ +static_assert(alignof(FChannelDefinition) == 0x000008, "Wrong alignment on FChannelDefinition"); \ +static_assert(sizeof(FChannelDefinition) == 0x000028, "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!"); \ +static_assert(offsetof(FChannelDefinition, bTickOnCreate) == 0x00001C, "Member 'FChannelDefinition::bTickOnCreate' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bServerOpen) == 0x00001D, "Member 'FChannelDefinition::bServerOpen' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bClientOpen) == 0x00001E, "Member 'FChannelDefinition::bClientOpen' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bInitialServer) == 0x00001F, "Member 'FChannelDefinition::bInitialServer' has a wrong offset!"); \ +static_assert(offsetof(FChannelDefinition, bInitialClient) == 0x000020, "Member 'FChannelDefinition::bInitialClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointDamageEvent \ +static_assert(alignof(FPointDamageEvent) == 0x000008, "Wrong alignment on FPointDamageEvent"); \ +static_assert(sizeof(FPointDamageEvent) == 0x000118, "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_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_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_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_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_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_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_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_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_FForceFeedbackAttenuationSettings \ +static_assert(alignof(FForceFeedbackAttenuationSettings) == 0x000008, "Wrong alignment on FForceFeedbackAttenuationSettings"); \ +static_assert(sizeof(FForceFeedbackAttenuationSettings) == 0x0000C8, "Wrong size on FForceFeedbackAttenuationSettings"); \ + +#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_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_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_FActiveForceFeedbackEffect \ +static_assert(alignof(FActiveForceFeedbackEffect) == 0x000008, "Wrong alignment on FActiveForceFeedbackEffect"); \ +static_assert(sizeof(FActiveForceFeedbackEffect) == 0x000018, "Wrong size on FActiveForceFeedbackEffect"); \ +static_assert(offsetof(FActiveForceFeedbackEffect, ForceFeedbackEffect) == 0x000000, "Member 'FActiveForceFeedbackEffect::ForceFeedbackEffect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFunctionExpressionInput \ +static_assert(alignof(FFunctionExpressionInput) == 0x000008, "Wrong alignment on FFunctionExpressionInput"); \ +static_assert(sizeof(FFunctionExpressionInput) == 0x000030, "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_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_FPredictProjectilePathResult \ +static_assert(alignof(FPredictProjectilePathResult) == 0x000008, "Wrong alignment on FPredictProjectilePathResult"); \ +static_assert(sizeof(FPredictProjectilePathResult) == 0x000130, "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_FNaniteResourceInfo \ +static_assert(alignof(FNaniteResourceInfo) == 0x000008, "Wrong alignment on FNaniteResourceInfo"); \ +static_assert(sizeof(FNaniteResourceInfo) == 0x000028, "Wrong size on FNaniteResourceInfo"); \ +static_assert(offsetof(FNaniteResourceInfo, PageLodMap) == 0x000000, "Member 'FNaniteResourceInfo::PageLodMap' has a wrong offset!"); \ +static_assert(offsetof(FNaniteResourceInfo, ClusterLodError) == 0x000010, "Member 'FNaniteResourceInfo::ClusterLodError' has a wrong offset!"); \ +static_assert(offsetof(FNaniteResourceInfo, ErrorCorrect) == 0x000020, "Member 'FNaniteResourceInfo::ErrorCorrect' has a wrong offset!"); \ +static_assert(offsetof(FNaniteResourceInfo, MaxLodLevel) == 0x000024, "Member 'FNaniteResourceInfo::MaxLodLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActiveHapticFeedbackEffect \ +static_assert(alignof(FActiveHapticFeedbackEffect) == 0x000008, "Wrong alignment on FActiveHapticFeedbackEffect"); \ +static_assert(sizeof(FActiveHapticFeedbackEffect) == 0x000038, "Wrong size on FActiveHapticFeedbackEffect"); \ +static_assert(offsetof(FActiveHapticFeedbackEffect, HapticEffect) == 0x000000, "Member 'FActiveHapticFeedbackEffect::HapticEffect' 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_FHLODProxyMesh \ +static_assert(alignof(FHLODProxyMesh) == 0x000008, "Wrong alignment on FHLODProxyMesh"); \ +static_assert(sizeof(FHLODProxyMesh) == 0x000030, "Wrong size on FHLODProxyMesh"); \ +static_assert(offsetof(FHLODProxyMesh, LODActor) == 0x000000, "Member 'FHLODProxyMesh::LODActor' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, StaticMesh) == 0x000020, "Member 'FHLODProxyMesh::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FHLODProxyMesh, Key) == 0x000028, "Member 'FHLODProxyMesh::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FInputClampState \ +static_assert(alignof(FInputClampState) == 0x000004, "Wrong alignment on FInputClampState"); \ +static_assert(sizeof(FInputClampState) == 0x000008, "Wrong size on FInputClampState"); \ + +#define DUMPER7_ASSERTS_FIntegralKey \ +static_assert(alignof(FIntegralKey) == 0x000004, "Wrong alignment on FIntegralKey"); \ +static_assert(sizeof(FIntegralKey) == 0x000008, "Wrong size on FIntegralKey"); \ +static_assert(offsetof(FIntegralKey, Time) == 0x000000, "Member 'FIntegralKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FIntegralKey, Value) == 0x000004, "Member 'FIntegralKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntegralCurve \ +static_assert(alignof(FIntegralCurve) == 0x000008, "Wrong alignment on FIntegralCurve"); \ +static_assert(sizeof(FIntegralCurve) == 0x000080, "Wrong size on FIntegralCurve"); \ +static_assert(offsetof(FIntegralCurve, Keys) == 0x000068, "Member 'FIntegralCurve::Keys' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, DefaultValue) == 0x000078, "Member 'FIntegralCurve::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FIntegralCurve, bUseDefaultValueBeforeFirstKey) == 0x00007C, "Member 'FIntegralCurve::bUseDefaultValueBeforeFirstKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpEdSelKey \ +static_assert(alignof(FInterpEdSelKey) == 0x000008, "Wrong alignment on FInterpEdSelKey"); \ +static_assert(sizeof(FInterpEdSelKey) == 0x000018, "Wrong size on FInterpEdSelKey"); \ +static_assert(offsetof(FInterpEdSelKey, Group) == 0x000000, "Member 'FInterpEdSelKey::Group' has a wrong offset!"); \ +static_assert(offsetof(FInterpEdSelKey, Track) == 0x000008, "Member 'FInterpEdSelKey::Track' has a wrong offset!"); \ +static_assert(offsetof(FInterpEdSelKey, KeyIndex) == 0x000010, "Member 'FInterpEdSelKey::KeyIndex' has a wrong offset!"); \ +static_assert(offsetof(FInterpEdSelKey, UnsnappedPosition) == 0x000014, "Member 'FInterpEdSelKey::UnsnappedPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraPreviewInfo \ +static_assert(alignof(FCameraPreviewInfo) == 0x000008, "Wrong alignment on FCameraPreviewInfo"); \ +static_assert(sizeof(FCameraPreviewInfo) == 0x000048, "Wrong size on FCameraPreviewInfo"); \ +static_assert(offsetof(FCameraPreviewInfo, PawnClass) == 0x000000, "Member 'FCameraPreviewInfo::PawnClass' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, AnimSeq) == 0x000008, "Member 'FCameraPreviewInfo::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, Location) == 0x000010, "Member 'FCameraPreviewInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, Rotation) == 0x000028, "Member 'FCameraPreviewInfo::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FCameraPreviewInfo, PawnInst) == 0x000040, "Member 'FCameraPreviewInfo::PawnInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSupportedSubTrackInfo \ +static_assert(alignof(FSupportedSubTrackInfo) == 0x000008, "Wrong alignment on FSupportedSubTrackInfo"); \ +static_assert(sizeof(FSupportedSubTrackInfo) == 0x000020, "Wrong size on FSupportedSubTrackInfo"); \ +static_assert(offsetof(FSupportedSubTrackInfo, SupportedClass) == 0x000000, "Member 'FSupportedSubTrackInfo::SupportedClass' has a wrong offset!"); \ +static_assert(offsetof(FSupportedSubTrackInfo, SubTrackName) == 0x000008, "Member 'FSupportedSubTrackInfo::SubTrackName' has a wrong offset!"); \ +static_assert(offsetof(FSupportedSubTrackInfo, GroupIndex) == 0x000018, "Member 'FSupportedSubTrackInfo::GroupIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoolTrackKey \ +static_assert(alignof(FBoolTrackKey) == 0x000004, "Wrong alignment on FBoolTrackKey"); \ +static_assert(sizeof(FBoolTrackKey) == 0x000008, "Wrong size on FBoolTrackKey"); \ +static_assert(offsetof(FBoolTrackKey, Time) == 0x000000, "Member 'FBoolTrackKey::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDirectorTrackCut \ +static_assert(alignof(FDirectorTrackCut) == 0x000004, "Wrong alignment on FDirectorTrackCut"); \ +static_assert(sizeof(FDirectorTrackCut) == 0x000014, "Wrong size on FDirectorTrackCut"); \ +static_assert(offsetof(FDirectorTrackCut, Time) == 0x000000, "Member 'FDirectorTrackCut::Time' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, TransitionTime) == 0x000004, "Member 'FDirectorTrackCut::TransitionTime' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, TargetCamGroup) == 0x000008, "Member 'FDirectorTrackCut::TargetCamGroup' has a wrong offset!"); \ +static_assert(offsetof(FDirectorTrackCut, ShotNumber) == 0x000010, "Member 'FDirectorTrackCut::ShotNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpLookupPoint \ +static_assert(alignof(FInterpLookupPoint) == 0x000004, "Wrong alignment on FInterpLookupPoint"); \ +static_assert(sizeof(FInterpLookupPoint) == 0x00000C, "Wrong size on FInterpLookupPoint"); \ +static_assert(offsetof(FInterpLookupPoint, GroupName) == 0x000000, "Member 'FInterpLookupPoint::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FInterpLookupPoint, Time) == 0x000008, "Member 'FInterpLookupPoint::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpLookupTrack \ +static_assert(alignof(FInterpLookupTrack) == 0x000008, "Wrong alignment on FInterpLookupTrack"); \ +static_assert(sizeof(FInterpLookupTrack) == 0x000010, "Wrong size on FInterpLookupTrack"); \ +static_assert(offsetof(FInterpLookupTrack, Points) == 0x000000, "Member 'FInterpLookupTrack::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FParticleReplayTrackKey \ +static_assert(alignof(FParticleReplayTrackKey) == 0x000004, "Wrong alignment on FParticleReplayTrackKey"); \ +static_assert(sizeof(FParticleReplayTrackKey) == 0x00000C, "Wrong size on FParticleReplayTrackKey"); \ +static_assert(offsetof(FParticleReplayTrackKey, Time) == 0x000000, "Member 'FParticleReplayTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FParticleReplayTrackKey, Duration) == 0x000004, "Member 'FParticleReplayTrackKey::Duration' has a wrong offset!"); \ +static_assert(offsetof(FParticleReplayTrackKey, ClipIDNumber) == 0x000008, "Member 'FParticleReplayTrackKey::ClipIDNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FToggleTrackKey \ +static_assert(alignof(FToggleTrackKey) == 0x000004, "Wrong alignment on FToggleTrackKey"); \ +static_assert(sizeof(FToggleTrackKey) == 0x000008, "Wrong size on FToggleTrackKey"); \ +static_assert(offsetof(FToggleTrackKey, Time) == 0x000000, "Member 'FToggleTrackKey::Time' has a wrong offset!"); \ +static_assert(offsetof(FToggleTrackKey, ToggleAction) == 0x000004, "Member 'FToggleTrackKey::ToggleAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FISMComponentDescriptor \ +static_assert(alignof(FISMComponentDescriptor) == 0x000008, "Wrong alignment on FISMComponentDescriptor"); \ +static_assert(sizeof(FISMComponentDescriptor) == 0x000200, "Wrong size on FISMComponentDescriptor"); \ +static_assert(offsetof(FISMComponentDescriptor, StaticMesh) == 0x0001D0, "Member 'FISMComponentDescriptor::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverrideMaterials) == 0x0001D8, "Member 'FISMComponentDescriptor::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, OverlayMaterial) == 0x0001E8, "Member 'FISMComponentDescriptor::OverlayMaterial' has a wrong offset!"); \ +static_assert(offsetof(FISMComponentDescriptor, RuntimeVirtualTextures) == 0x0001F0, "Member 'FISMComponentDescriptor::RuntimeVirtualTextures' 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_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_FLatentActionManager \ +static_assert(alignof(FLatentActionManager) == 0x000008, "Wrong alignment on FLatentActionManager"); \ +static_assert(sizeof(FLatentActionManager) == 0x000060, "Wrong size on FLatentActionManager"); \ + +#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_FLevelSimplificationDetails \ +static_assert(alignof(FLevelSimplificationDetails) == 0x000004, "Wrong alignment on FLevelSimplificationDetails"); \ +static_assert(sizeof(FLevelSimplificationDetails) == 0x000144, "Wrong size on FLevelSimplificationDetails"); \ +static_assert(offsetof(FLevelSimplificationDetails, bCreatePackagePerAsset) == 0x000000, "Member 'FLevelSimplificationDetails::bCreatePackagePerAsset' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGroupIdenticalMeshesForBaking) == 0x000001, "Member 'FLevelSimplificationDetails::bGroupIdenticalMeshesForBaking' 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) == 0x00009C, "Member 'FLevelSimplificationDetails::bOverrideLandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeExportLOD) == 0x0000A0, "Member 'FLevelSimplificationDetails::LandscapeExportLOD' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, LandscapeMaterialSettings) == 0x0000A4, "Member 'FLevelSimplificationDetails::LandscapeMaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeFoliageToLandscape) == 0x000138, "Member 'FLevelSimplificationDetails::bBakeFoliageToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bBakeGrassToLandscape) == 0x000139, "Member 'FLevelSimplificationDetails::bBakeGrassToLandscape' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshNormalMap) == 0x00013A, "Member 'FLevelSimplificationDetails::bGenerateMeshNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshMetallicMap) == 0x00013B, "Member 'FLevelSimplificationDetails::bGenerateMeshMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshRoughnessMap) == 0x00013C, "Member 'FLevelSimplificationDetails::bGenerateMeshRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateMeshSpecularMap) == 0x00013D, "Member 'FLevelSimplificationDetails::bGenerateMeshSpecularMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeNormalMap) == 0x00013E, "Member 'FLevelSimplificationDetails::bGenerateLandscapeNormalMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeMetallicMap) == 0x00013F, "Member 'FLevelSimplificationDetails::bGenerateLandscapeMetallicMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeRoughnessMap) == 0x000140, "Member 'FLevelSimplificationDetails::bGenerateLandscapeRoughnessMap' has a wrong offset!"); \ +static_assert(offsetof(FLevelSimplificationDetails, bGenerateLandscapeSpecularMap) == 0x000141, "Member 'FLevelSimplificationDetails::bGenerateLandscapeSpecularMap' 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_FNewLevelInstanceParams \ +static_assert(alignof(FNewLevelInstanceParams) == 0x000008, "Wrong alignment on FNewLevelInstanceParams"); \ +static_assert(sizeof(FNewLevelInstanceParams) == 0x000030, "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, TemplateWorld) == 0x000010, "Member 'FNewLevelInstanceParams::TemplateWorld' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, LevelPackageName) == 0x000018, "Member 'FNewLevelInstanceParams::LevelPackageName' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bPromptForSave) == 0x000028, "Member 'FNewLevelInstanceParams::bPromptForSave' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bExternalActors) == 0x000029, "Member 'FNewLevelInstanceParams::bExternalActors' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bForceExternalActors) == 0x00002A, "Member 'FNewLevelInstanceParams::bForceExternalActors' has a wrong offset!"); \ +static_assert(offsetof(FNewLevelInstanceParams, bHideCreationType) == 0x00002B, "Member 'FNewLevelInstanceParams::bHideCreationType' 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!"); \ + +#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_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_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_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_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_FMaterialCachedExpressionData \ +static_assert(alignof(FMaterialCachedExpressionData) == 0x000008, "Wrong alignment on FMaterialCachedExpressionData"); \ +static_assert(sizeof(FMaterialCachedExpressionData) == 0x0003D8, "Wrong size on FMaterialCachedExpressionData"); \ +static_assert(offsetof(FMaterialCachedExpressionData, Parameters) == 0x000000, "Member 'FMaterialCachedExpressionData::Parameters' 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, ParameterCollectionInfos) == 0x000360, "Member 'FMaterialCachedExpressionData::ParameterCollectionInfos' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, MaterialLayers) == 0x000370, "Member 'FMaterialCachedExpressionData::MaterialLayers' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, GrassTypes) == 0x000390, "Member 'FMaterialCachedExpressionData::GrassTypes' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, AssetPaths) == 0x0003A0, "Member 'FMaterialCachedExpressionData::AssetPaths' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, DynamicParameterNames) == 0x0003B0, "Member 'FMaterialCachedExpressionData::DynamicParameterNames' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, QualityLevelsUsed) == 0x0003C0, "Member 'FMaterialCachedExpressionData::QualityLevelsUsed' has a wrong offset!"); \ +static_assert(offsetof(FMaterialCachedExpressionData, PropertyConnectedBitmask) == 0x0003D4, "Member 'FMaterialCachedExpressionData::PropertyConnectedBitmask' 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_FCustomInput \ +static_assert(alignof(FCustomInput) == 0x000004, "Wrong alignment on FCustomInput"); \ +static_assert(sizeof(FCustomInput) == 0x00001C, "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_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_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_FFunctionExpressionOutput \ +static_assert(alignof(FFunctionExpressionOutput) == 0x000008, "Wrong alignment on FFunctionExpressionOutput"); \ +static_assert(sizeof(FFunctionExpressionOutput) == 0x000020, "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_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_FSwitchCustomInput \ +static_assert(alignof(FSwitchCustomInput) == 0x000004, "Wrong alignment on FSwitchCustomInput"); \ +static_assert(sizeof(FSwitchCustomInput) == 0x00001C, "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_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_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_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_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_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_FParameterChannelNames \ +static_assert(alignof(FParameterChannelNames) == 0x000008, "Wrong alignment on FParameterChannelNames"); \ +static_assert(sizeof(FParameterChannelNames) == 0x000060, "Wrong size on FParameterChannelNames"); \ +static_assert(offsetof(FParameterChannelNames, R) == 0x000000, "Member 'FParameterChannelNames::R' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, G) == 0x000018, "Member 'FParameterChannelNames::G' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, B) == 0x000030, "Member 'FParameterChannelNames::B' has a wrong offset!"); \ +static_assert(offsetof(FParameterChannelNames, A) == 0x000048, "Member 'FParameterChannelNames::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpGroupActorInfo \ +static_assert(alignof(FInterpGroupActorInfo) == 0x000008, "Wrong alignment on FInterpGroupActorInfo"); \ +static_assert(sizeof(FInterpGroupActorInfo) == 0x000018, "Wrong size on FInterpGroupActorInfo"); \ +static_assert(offsetof(FInterpGroupActorInfo, ObjectName) == 0x000000, "Member 'FInterpGroupActorInfo::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FInterpGroupActorInfo, Actors) == 0x000008, "Member 'FInterpGroupActorInfo::Actors' 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_FMeshReductionSettings \ +static_assert(alignof(FMeshReductionSettings) == 0x000004, "Wrong alignment on FMeshReductionSettings"); \ +static_assert(sizeof(FMeshReductionSettings) == 0x000024, "Wrong size on FMeshReductionSettings"); \ +static_assert(offsetof(FMeshReductionSettings, PercentTriangles) == 0x000000, "Member 'FMeshReductionSettings::PercentTriangles' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PercentVertices) == 0x000004, "Member 'FMeshReductionSettings::PercentVertices' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, MaxDeviation) == 0x000008, "Member 'FMeshReductionSettings::MaxDeviation' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, PixelError) == 0x00000C, "Member 'FMeshReductionSettings::PixelError' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, WeldingThreshold) == 0x000010, "Member 'FMeshReductionSettings::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, HardAngleThreshold) == 0x000014, "Member 'FMeshReductionSettings::HardAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, BaseLODModel) == 0x000018, "Member 'FMeshReductionSettings::BaseLODModel' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, SilhouetteImportance) == 0x00001C, "Member 'FMeshReductionSettings::SilhouetteImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TextureImportance) == 0x00001D, "Member 'FMeshReductionSettings::TextureImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, ShadingImportance) == 0x00001E, "Member 'FMeshReductionSettings::ShadingImportance' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, TerminationCriterion) == 0x000020, "Member 'FMeshReductionSettings::TerminationCriterion' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VisibilityAggressiveness) == 0x000021, "Member 'FMeshReductionSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(FMeshReductionSettings, VertexColorImportance) == 0x000022, "Member 'FMeshReductionSettings::VertexColorImportance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMeshApproximationSettings \ +static_assert(alignof(FMeshApproximationSettings) == 0x000004, "Wrong alignment on FMeshApproximationSettings"); \ +static_assert(sizeof(FMeshApproximationSettings) == 0x000118, "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, NaniteProxyTrianglePercent) == 0x000064, "Member 'FMeshApproximationSettings::NaniteProxyTrianglePercent' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bSupportRayTracing) == 0x000068, "Member 'FMeshApproximationSettings::bSupportRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bAllowDistanceField) == 0x000069, "Member 'FMeshApproximationSettings::bAllowDistanceField' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MultiSamplingAA) == 0x00006C, "Member 'FMeshApproximationSettings::MultiSamplingAA' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, RenderCaptureResolution) == 0x000070, "Member 'FMeshApproximationSettings::RenderCaptureResolution' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, MaterialSettings) == 0x000074, "Member 'FMeshApproximationSettings::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, CaptureFieldOfView) == 0x000108, "Member 'FMeshApproximationSettings::CaptureFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, NearPlaneDist) == 0x00010C, "Member 'FMeshApproximationSettings::NearPlaneDist' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bUseRenderLODMeshes) == 0x000110, "Member 'FMeshApproximationSettings::bUseRenderLODMeshes' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableSimplifyPrePass) == 0x000111, "Member 'FMeshApproximationSettings::bEnableSimplifyPrePass' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEnableParallelBaking) == 0x000112, "Member 'FMeshApproximationSettings::bEnableParallelBaking' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bPrintDebugMessages) == 0x000113, "Member 'FMeshApproximationSettings::bPrintDebugMessages' has a wrong offset!"); \ +static_assert(offsetof(FMeshApproximationSettings, bEmitFullDebugMesh) == 0x000114, "Member 'FMeshApproximationSettings::bEmitFullDebugMesh' has a wrong offset!"); \ + +#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_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_FNavAvoidanceMask \ +static_assert(alignof(FNavAvoidanceMask) == 0x000004, "Wrong alignment on FNavAvoidanceMask"); \ +static_assert(sizeof(FNavAvoidanceMask) == 0x000004, "Wrong size on FNavAvoidanceMask"); \ + +#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_FNavAgentProperties \ +static_assert(alignof(FNavAgentProperties) == 0x000008, "Wrong alignment on FNavAgentProperties"); \ +static_assert(sizeof(FNavAgentProperties) == 0x000030, "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) == 0x000030, "Member 'FNavDataConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, Color) == 0x000038, "Member 'FNavDataConfig::Color' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, DefaultQueryExtent) == 0x000040, "Member 'FNavDataConfig::DefaultQueryExtent' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, NavigationDataClass) == 0x000058, "Member 'FNavDataConfig::NavigationDataClass' has a wrong offset!"); \ +static_assert(offsetof(FNavDataConfig, NavDataClass) == 0x000060, "Member 'FNavDataConfig::NavDataClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNavigationLink \ +static_assert(alignof(FNavigationLink) == 0x000008, "Wrong alignment on FNavigationLink"); \ +static_assert(sizeof(FNavigationLink) == 0x000060, "Wrong size on FNavigationLink"); \ +static_assert(offsetof(FNavigationLink, Left) == 0x000030, "Member 'FNavigationLink::Left' has a wrong offset!"); \ +static_assert(offsetof(FNavigationLink, Right) == 0x000048, "Member 'FNavigationLink::Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPacketSimulationSettings \ +static_assert(alignof(FPacketSimulationSettings) == 0x000004, "Wrong alignment on FPacketSimulationSettings"); \ +static_assert(sizeof(FPacketSimulationSettings) == 0x000034, "Wrong size on FPacketSimulationSettings"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLoss) == 0x000000, "Member 'FPacketSimulationSettings::PktLoss' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLossMaxSize) == 0x000004, "Member 'FPacketSimulationSettings::PktLossMaxSize' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLossMinSize) == 0x000008, "Member 'FPacketSimulationSettings::PktLossMinSize' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktOrder) == 0x00000C, "Member 'FPacketSimulationSettings::PktOrder' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktDup) == 0x000010, "Member 'FPacketSimulationSettings::PktDup' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLag) == 0x000014, "Member 'FPacketSimulationSettings::PktLag' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLagVariance) == 0x000018, "Member 'FPacketSimulationSettings::PktLagVariance' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLagMin) == 0x00001C, "Member 'FPacketSimulationSettings::PktLagMin' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktLagMax) == 0x000020, "Member 'FPacketSimulationSettings::PktLagMax' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMin) == 0x000024, "Member 'FPacketSimulationSettings::PktIncomingLagMin' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingLagMax) == 0x000028, "Member 'FPacketSimulationSettings::PktIncomingLagMax' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktIncomingLoss) == 0x00002C, "Member 'FPacketSimulationSettings::PktIncomingLoss' has a wrong offset!"); \ +static_assert(offsetof(FPacketSimulationSettings, PktJitter) == 0x000030, "Member 'FPacketSimulationSettings::PktJitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FBeamModifierOptions \ +static_assert(alignof(FBeamModifierOptions) == 0x000004, "Wrong alignment on FBeamModifierOptions"); \ +static_assert(sizeof(FBeamModifierOptions) == 0x000004, "Wrong size on FBeamModifierOptions"); \ + +#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_FOrbitOptions \ +static_assert(alignof(FOrbitOptions) == 0x000004, "Wrong alignment on FOrbitOptions"); \ +static_assert(sizeof(FOrbitOptions) == 0x000004, "Wrong size on FOrbitOptions"); \ + +#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_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_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_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_FParticleSystemWorldManagerTickFunction \ +static_assert(alignof(FParticleSystemWorldManagerTickFunction) == 0x000008, "Wrong alignment on FParticleSystemWorldManagerTickFunction"); \ +static_assert(sizeof(FParticleSystemWorldManagerTickFunction) == 0x000040, "Wrong size on FParticleSystemWorldManagerTickFunction"); \ + +#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_FParticleSystemReplayFrame \ +static_assert(alignof(FParticleSystemReplayFrame) == 0x000008, "Wrong alignment on FParticleSystemReplayFrame"); \ +static_assert(sizeof(FParticleSystemReplayFrame) == 0x000010, "Wrong size on FParticleSystemReplayFrame"); \ + +#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_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_FPhysicsAssetSolverSettings \ +static_assert(alignof(FPhysicsAssetSolverSettings) == 0x000004, "Wrong alignment on FPhysicsAssetSolverSettings"); \ +static_assert(sizeof(FPhysicsAssetSolverSettings) == 0x000018, "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!"); \ + +#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_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_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_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_FCameraCacheEntry \ +static_assert(alignof(FCameraCacheEntry) == 0x000010, "Wrong alignment on FCameraCacheEntry"); \ +static_assert(sizeof(FCameraCacheEntry) == 0x0008A0, "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_FTViewTarget \ +static_assert(alignof(FTViewTarget) == 0x000010, "Wrong alignment on FTViewTarget"); \ +static_assert(sizeof(FTViewTarget) == 0x0008B0, "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) == 0x0008A0, "Member 'FTViewTarget::PlayerState' 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!"); \ + +#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_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_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_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_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_FPreviewMeshCollectionEntry \ +static_assert(alignof(FPreviewMeshCollectionEntry) == 0x000008, "Wrong alignment on FPreviewMeshCollectionEntry"); \ +static_assert(sizeof(FPreviewMeshCollectionEntry) == 0x000028, "Wrong size on FPreviewMeshCollectionEntry"); \ +static_assert(offsetof(FPreviewMeshCollectionEntry, SkeletalMesh) == 0x000000, "Member 'FPreviewMeshCollectionEntry::SkeletalMesh' 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_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_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_FCompressedRichCurve \ +static_assert(alignof(FCompressedRichCurve) == 0x000008, "Wrong alignment on FCompressedRichCurve"); \ +static_assert(sizeof(FCompressedRichCurve) == 0x000018, "Wrong size on FCompressedRichCurve"); \ + +#define DUMPER7_ASSERTS_FNode \ +static_assert(alignof(FNode) == 0x000010, "Wrong alignment on FNode"); \ +static_assert(sizeof(FNode) == 0x000090, "Wrong size on FNode"); \ +static_assert(offsetof(FNode, Name) == 0x000000, "Member 'FNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FNode, ParentName) == 0x000008, "Member 'FNode::ParentName' has a wrong offset!"); \ +static_assert(offsetof(FNode, Transform) == 0x000010, "Member 'FNode::Transform' has a wrong offset!"); \ +static_assert(offsetof(FNode, DisplayName) == 0x000070, "Member 'FNode::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FNode, bAdvanced) == 0x000080, "Member 'FNode::bAdvanced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformBase \ +static_assert(alignof(FTransformBase) == 0x000008, "Wrong alignment on FTransformBase"); \ +static_assert(sizeof(FTransformBase) == 0x000028, "Wrong size on FTransformBase"); \ +static_assert(offsetof(FTransformBase, Node) == 0x000000, "Member 'FTransformBase::Node' has a wrong offset!"); \ +static_assert(offsetof(FTransformBase, Constraints) == 0x000008, "Member 'FTransformBase::Constraints' 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_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_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_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_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_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_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_FCameraExposureSettings \ +static_assert(alignof(FCameraExposureSettings) == 0x000008, "Wrong alignment on FCameraExposureSettings"); \ +static_assert(sizeof(FCameraExposureSettings) == 0x000048, "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, SceneEV100) == 0x000028, "Member 'FCameraExposureSettings::SceneEV100' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, MeterMask) == 0x000030, "Member 'FCameraExposureSettings::MeterMask' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMin) == 0x000038, "Member 'FCameraExposureSettings::HistogramLogMin' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, HistogramLogMax) == 0x00003C, "Member 'FCameraExposureSettings::HistogramLogMax' has a wrong offset!"); \ +static_assert(offsetof(FCameraExposureSettings, CalibrationConstant) == 0x000040, "Member 'FCameraExposureSettings::CalibrationConstant' 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_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_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_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_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_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) == 0x000078, "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_FSkeletalMeshComponentEndPhysicsTickFunction \ +static_assert(alignof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentEndPhysicsTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentEndPhysicsTickFunction) == 0x000040, "Wrong size on FSkeletalMeshComponentEndPhysicsTickFunction"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshComponentClothTickFunction \ +static_assert(alignof(FSkeletalMeshComponentClothTickFunction) == 0x000008, "Wrong alignment on FSkeletalMeshComponentClothTickFunction"); \ +static_assert(sizeof(FSkeletalMeshComponentClothTickFunction) == 0x000040, "Wrong size on FSkeletalMeshComponentClothTickFunction"); \ + +#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_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_FBoneNode \ +static_assert(alignof(FBoneNode) == 0x000004, "Wrong alignment on FBoneNode"); \ +static_assert(sizeof(FBoneNode) == 0x000010, "Wrong size on FBoneNode"); \ +static_assert(offsetof(FBoneNode, Name) == 0x000000, "Member 'FBoneNode::Name' has a wrong offset!"); \ +static_assert(offsetof(FBoneNode, ParentIndex) == 0x000008, "Member 'FBoneNode::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FBoneNode, TranslationRetargetingMode) == 0x00000C, "Member 'FBoneNode::TranslationRetargetingMode' 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_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_FRigConfiguration \ +static_assert(alignof(FRigConfiguration) == 0x000008, "Wrong alignment on FRigConfiguration"); \ +static_assert(sizeof(FRigConfiguration) == 0x000018, "Wrong size on FRigConfiguration"); \ +static_assert(offsetof(FRigConfiguration, Rig) == 0x000000, "Member 'FRigConfiguration::Rig' has a wrong offset!"); \ +static_assert(offsetof(FRigConfiguration, BoneMappingTable) == 0x000008, "Member 'FRigConfiguration::BoneMappingTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FSkinWeightProfileManagerTickFunction \ +static_assert(alignof(FSkinWeightProfileManagerTickFunction) == 0x000008, "Wrong alignment on FSkinWeightProfileManagerTickFunction"); \ +static_assert(sizeof(FSkinWeightProfileManagerTickFunction) == 0x000040, "Wrong size on FSkinWeightProfileManagerTickFunction"); \ + +#define DUMPER7_ASSERTS_FSHSourceCubemap \ +static_assert(alignof(FSHSourceCubemap) == 0x000008, "Wrong alignment on FSHSourceCubemap"); \ +static_assert(sizeof(FSHSourceCubemap) == 0x000018, "Wrong size on FSHSourceCubemap"); \ +static_assert(offsetof(FSHSourceCubemap, CubemapFullname) == 0x000000, "Member 'FSHSourceCubemap::CubemapFullname' has a wrong offset!"); \ +static_assert(offsetof(FSHSourceCubemap, CubemapResolution) == 0x000010, "Member 'FSHSourceCubemap::CubemapResolution' 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_FSmartNameMapping \ +static_assert(alignof(FSmartNameMapping) == 0x000008, "Wrong alignment on FSmartNameMapping"); \ +static_assert(sizeof(FSmartNameMapping) == 0x000070, "Wrong size on FSmartNameMapping"); \ + +#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_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) == 0x0003C8, "Wrong size on FSoundAttenuationSettings"); \ +static_assert(offsetof(FSoundAttenuationSettings, SpatializationAlgorithm) == 0x0000CA, "Member 'FSoundAttenuationSettings::SpatializationAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, BinauralRadius) == 0x0000CC, "Member 'FSoundAttenuationSettings::BinauralRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, AbsorptionMethod) == 0x0000D0, "Member 'FSoundAttenuationSettings::AbsorptionMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionTraceChannel) == 0x0000D1, "Member 'FSoundAttenuationSettings::OcclusionTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbSendMethod) == 0x0000D2, "Member 'FSoundAttenuationSettings::ReverbSendMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMethod) == 0x0000D3, "Member 'FSoundAttenuationSettings::PriorityAttenuationMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OmniRadius) == 0x0000D4, "Member 'FSoundAttenuationSettings::OmniRadius' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, StereoSpread) == 0x0000D8, "Member 'FSoundAttenuationSettings::StereoSpread' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMin) == 0x0000DC, "Member 'FSoundAttenuationSettings::LPFRadiusMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFRadiusMax) == 0x0000E0, "Member 'FSoundAttenuationSettings::LPFRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomLowpassAirAbsorptionCurve) == 0x0000E8, "Member 'FSoundAttenuationSettings::CustomLowpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomHighpassAirAbsorptionCurve) == 0x000170, "Member 'FSoundAttenuationSettings::CustomHighpassAirAbsorptionCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMin) == 0x0001F8, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, LPFFrequencyAtMax) == 0x0001FC, "Member 'FSoundAttenuationSettings::LPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMin) == 0x000200, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, HPFFrequencyAtMax) == 0x000204, "Member 'FSoundAttenuationSettings::HPFFrequencyAtMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAzimuth) == 0x000208, "Member 'FSoundAttenuationSettings::FocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusAzimuth) == 0x00020C, "Member 'FSoundAttenuationSettings::NonFocusAzimuth' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusDistanceScale) == 0x000210, "Member 'FSoundAttenuationSettings::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusDistanceScale) == 0x000214, "Member 'FSoundAttenuationSettings::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusPriorityScale) == 0x000218, "Member 'FSoundAttenuationSettings::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusPriorityScale) == 0x00021C, "Member 'FSoundAttenuationSettings::NonFocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusVolumeAttenuation) == 0x000220, "Member 'FSoundAttenuationSettings::FocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, NonFocusVolumeAttenuation) == 0x000224, "Member 'FSoundAttenuationSettings::NonFocusVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusAttackInterpSpeed) == 0x000228, "Member 'FSoundAttenuationSettings::FocusAttackInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, FocusReleaseInterpSpeed) == 0x00022C, "Member 'FSoundAttenuationSettings::FocusReleaseInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionLowPassFilterFrequency) == 0x000230, "Member 'FSoundAttenuationSettings::OcclusionLowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionVolumeAttenuation) == 0x000234, "Member 'FSoundAttenuationSettings::OcclusionVolumeAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, OcclusionInterpolationTime) == 0x000238, "Member 'FSoundAttenuationSettings::OcclusionInterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMin) == 0x00023C, "Member 'FSoundAttenuationSettings::ReverbWetLevelMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbWetLevelMax) == 0x000240, "Member 'FSoundAttenuationSettings::ReverbWetLevelMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMin) == 0x000244, "Member 'FSoundAttenuationSettings::ReverbDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ReverbDistanceMax) == 0x000248, "Member 'FSoundAttenuationSettings::ReverbDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualReverbSendLevel) == 0x00024C, "Member 'FSoundAttenuationSettings::ManualReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomReverbSendCurve) == 0x000250, "Member 'FSoundAttenuationSettings::CustomReverbSendCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, SubmixSendSettings) == 0x0002D8, "Member 'FSoundAttenuationSettings::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMin) == 0x0002E8, "Member 'FSoundAttenuationSettings::PriorityAttenuationMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationMax) == 0x0002EC, "Member 'FSoundAttenuationSettings::PriorityAttenuationMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMin) == 0x0002F0, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMin' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PriorityAttenuationDistanceMax) == 0x0002F4, "Member 'FSoundAttenuationSettings::PriorityAttenuationDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, ManualPriorityAttenuation) == 0x0002F8, "Member 'FSoundAttenuationSettings::ManualPriorityAttenuation' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, CustomPriorityAttenuationCurve) == 0x000300, "Member 'FSoundAttenuationSettings::CustomPriorityAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(FSoundAttenuationSettings, PluginSettings) == 0x000388, "Member 'FSoundAttenuationSettings::PluginSettings' 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_FSoundClassProperties \ +static_assert(alignof(FSoundClassProperties) == 0x000008, "Wrong alignment on FSoundClassProperties"); \ +static_assert(sizeof(FSoundClassProperties) == 0x000078, "Wrong size on FSoundClassProperties"); \ +static_assert(offsetof(FSoundClassProperties, Volume) == 0x000000, "Member 'FSoundClassProperties::Volume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Pitch) == 0x000004, "Member 'FSoundClassProperties::Pitch' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LowPassFilterFrequency) == 0x000008, "Member 'FSoundClassProperties::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, AttenuationDistanceScale) == 0x00000C, "Member 'FSoundClassProperties::AttenuationDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LFEBleed) == 0x000010, "Member 'FSoundClassProperties::LFEBleed' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, VoiceCenterChannelVolume) == 0x000014, "Member 'FSoundClassProperties::VoiceCenterChannelVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolume) == 0x000018, "Member 'FSoundClassProperties::RadioFilterVolume' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, RadioFilterVolumeThreshold) == 0x00001C, "Member 'FSoundClassProperties::RadioFilterVolumeThreshold' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, Default2DReverbSendAmount) == 0x000024, "Member 'FSoundClassProperties::Default2DReverbSendAmount' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, ModulationSettings) == 0x000028, "Member 'FSoundClassProperties::ModulationSettings' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, OutputTarget) == 0x000068, "Member 'FSoundClassProperties::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, LoadingBehavior) == 0x000069, "Member 'FSoundClassProperties::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSoundClassProperties, DefaultSubmix) == 0x000070, "Member 'FSoundClassProperties::DefaultSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FSoundConcurrencySettings \ +static_assert(alignof(FSoundConcurrencySettings) == 0x000004, "Wrong alignment on FSoundConcurrencySettings"); \ +static_assert(sizeof(FSoundConcurrencySettings) == 0x000028, "Wrong size on FSoundConcurrencySettings"); \ +static_assert(offsetof(FSoundConcurrencySettings, MaxCount) == 0x000000, "Member 'FSoundConcurrencySettings::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, ResolutionRule) == 0x000008, "Member 'FSoundConcurrencySettings::ResolutionRule' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, RetriggerTime) == 0x00000C, "Member 'FSoundConcurrencySettings::RetriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScale) == 0x000010, "Member 'FSoundConcurrencySettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleMode) == 0x000014, "Member 'FSoundConcurrencySettings::VolumeScaleMode' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleAttackTime) == 0x000018, "Member 'FSoundConcurrencySettings::VolumeScaleAttackTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VolumeScaleReleaseTime) == 0x000020, "Member 'FSoundConcurrencySettings::VolumeScaleReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FSoundConcurrencySettings, VoiceStealReleaseTime) == 0x000024, "Member 'FSoundConcurrencySettings::VoiceStealReleaseTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundNodeEditorData \ +static_assert(alignof(FSoundNodeEditorData) == 0x000004, "Wrong alignment on FSoundNodeEditorData"); \ +static_assert(sizeof(FSoundNodeEditorData) == 0x000008, "Wrong size on FSoundNodeEditorData"); \ + +#define DUMPER7_ASSERTS_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_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_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_FSoundModulationDefaultRoutingSettings \ +static_assert(alignof(FSoundModulationDefaultRoutingSettings) == 0x000008, "Wrong alignment on FSoundModulationDefaultRoutingSettings"); \ +static_assert(sizeof(FSoundModulationDefaultRoutingSettings) == 0x000048, "Wrong size on FSoundModulationDefaultRoutingSettings"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, VolumeRouting) == 0x000040, "Member 'FSoundModulationDefaultRoutingSettings::VolumeRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, PitchRouting) == 0x000041, "Member 'FSoundModulationDefaultRoutingSettings::PitchRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, HighpassRouting) == 0x000042, "Member 'FSoundModulationDefaultRoutingSettings::HighpassRouting' has a wrong offset!"); \ +static_assert(offsetof(FSoundModulationDefaultRoutingSettings, LowpassRouting) == 0x000043, "Member 'FSoundModulationDefaultRoutingSettings::LowpassRouting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModulatorContinuousParams \ +static_assert(alignof(FModulatorContinuousParams) == 0x000004, "Wrong alignment on FModulatorContinuousParams"); \ +static_assert(sizeof(FModulatorContinuousParams) == 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_FSoundSourceBusSendInfo \ +static_assert(alignof(FSoundSourceBusSendInfo) == 0x000008, "Wrong alignment on FSoundSourceBusSendInfo"); \ +static_assert(sizeof(FSoundSourceBusSendInfo) == 0x0000B8, "Wrong size on FSoundSourceBusSendInfo"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SourceBusSendLevelControlMethod) == 0x000000, "Member 'FSoundSourceBusSendInfo::SourceBusSendLevelControlMethod' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SoundSourceBus) == 0x000008, "Member 'FSoundSourceBusSendInfo::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, AudioBus) == 0x000010, "Member 'FSoundSourceBusSendInfo::AudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, SendLevel) == 0x000018, "Member 'FSoundSourceBusSendInfo::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MinSendLevel) == 0x00001C, "Member 'FSoundSourceBusSendInfo::MinSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendLevel) == 0x000020, "Member 'FSoundSourceBusSendInfo::MaxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MinSendDistance) == 0x000024, "Member 'FSoundSourceBusSendInfo::MinSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, MaxSendDistance) == 0x000028, "Member 'FSoundSourceBusSendInfo::MaxSendDistance' has a wrong offset!"); \ +static_assert(offsetof(FSoundSourceBusSendInfo, CustomSendLevelCurve) == 0x000030, "Member 'FSoundSourceBusSendInfo::CustomSendLevelCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSoundSubmixSpectralAnalysisBandSettings \ +static_assert(alignof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000004, "Wrong alignment on FSoundSubmixSpectralAnalysisBandSettings"); \ +static_assert(sizeof(FSoundSubmixSpectralAnalysisBandSettings) == 0x000010, "Wrong size on FSoundSubmixSpectralAnalysisBandSettings"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, BandFrequency) == 0x000000, "Member 'FSoundSubmixSpectralAnalysisBandSettings::BandFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, AttackTimeMsec) == 0x000004, "Member 'FSoundSubmixSpectralAnalysisBandSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FSoundSubmixSpectralAnalysisBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSoundSubmixSpectralAnalysisBandSettings, QFactor) == 0x00000C, "Member 'FSoundSubmixSpectralAnalysisBandSettings::QFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_FSoundWaveCuePoint \ +static_assert(alignof(FSoundWaveCuePoint) == 0x000008, "Wrong alignment on FSoundWaveCuePoint"); \ +static_assert(sizeof(FSoundWaveCuePoint) == 0x000020, "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!"); \ + +#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_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_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_FMeshSectionInfo \ +static_assert(alignof(FMeshSectionInfo) == 0x000004, "Wrong alignment on FMeshSectionInfo"); \ +static_assert(sizeof(FMeshSectionInfo) == 0x000008, "Wrong size on FMeshSectionInfo"); \ +static_assert(offsetof(FMeshSectionInfo, MaterialIndex) == 0x000000, "Member 'FMeshSectionInfo::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bEnableCollision) == 0x000004, "Member 'FMeshSectionInfo::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bCastShadow) == 0x000005, "Member 'FMeshSectionInfo::bCastShadow' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bVisibleInRayTracing) == 0x000006, "Member 'FMeshSectionInfo::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(FMeshSectionInfo, bForceOpaque) == 0x000007, "Member 'FMeshSectionInfo::bForceOpaque' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FStaticMeshComponentLODInfo \ +static_assert(alignof(FStaticMeshComponentLODInfo) == 0x000008, "Wrong alignment on FStaticMeshComponentLODInfo"); \ +static_assert(sizeof(FStaticMeshComponentLODInfo) == 0x000090, "Wrong size on FStaticMeshComponentLODInfo"); \ + +#define DUMPER7_ASSERTS_FStaticMeshSourceModel \ +static_assert(alignof(FStaticMeshSourceModel) == 0x000008, "Wrong alignment on FStaticMeshSourceModel"); \ +static_assert(sizeof(FStaticMeshSourceModel) == 0x000088, "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, LODDistance) == 0x00006C, "Member 'FStaticMeshSourceModel::LODDistance' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, ScreenSize) == 0x000070, "Member 'FStaticMeshSourceModel::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(FStaticMeshSourceModel, SourceImportFilename) == 0x000078, "Member 'FStaticMeshSourceModel::SourceImportFilename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaticMaterialLayersParameter \ +static_assert(alignof(FStaticMaterialLayersParameter) == 0x000008, "Wrong alignment on FStaticMaterialLayersParameter"); \ +static_assert(sizeof(FStaticMaterialLayersParameter) == 0x000048, "Wrong size on FStaticMaterialLayersParameter"); \ +static_assert(offsetof(FStaticMaterialLayersParameter, Value) == 0x000028, "Member 'FStaticMaterialLayersParameter::Value' 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_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, 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_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_FTextureSource \ +static_assert(alignof(FTextureSource) == 0x000008, "Wrong alignment on FTextureSource"); \ +static_assert(sizeof(FTextureSource) == 0x000068, "Wrong size on FTextureSource"); \ + +#define DUMPER7_ASSERTS_FTexturePlatformData \ +static_assert(alignof(FTexturePlatformData) == 0x000008, "Wrong alignment on FTexturePlatformData"); \ +static_assert(sizeof(FTexturePlatformData) == 0x000030, "Wrong size on FTexturePlatformData"); \ + +#define DUMPER7_ASSERTS_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_FTextureLODGroup \ +static_assert(alignof(FTextureLODGroup) == 0x000004, "Wrong alignment on FTextureLODGroup"); \ +static_assert(sizeof(FTextureLODGroup) == 0x000064, "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!"); \ + +#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_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_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_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_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_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_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_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_FUpdateLevelVisibilityLevelInfo \ +static_assert(alignof(FUpdateLevelVisibilityLevelInfo) == 0x000004, "Wrong alignment on FUpdateLevelVisibilityLevelInfo"); \ +static_assert(sizeof(FUpdateLevelVisibilityLevelInfo) == 0x000014, "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!"); \ + +#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_FVirtualTextureSpacePoolConfig \ +static_assert(alignof(FVirtualTextureSpacePoolConfig) == 0x000008, "Wrong alignment on FVirtualTextureSpacePoolConfig"); \ +static_assert(sizeof(FVirtualTextureSpacePoolConfig) == 0x000030, "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!"); \ +static_assert(offsetof(FVirtualTextureSpacePoolConfig, bAllowAutoGrow) == 0x000028, "Member 'FVirtualTextureSpacePoolConfig::bAllowAutoGrow' 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_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_FEndPhysicsTickFunction \ +static_assert(alignof(FEndPhysicsTickFunction) == 0x000008, "Wrong alignment on FEndPhysicsTickFunction"); \ +static_assert(sizeof(FEndPhysicsTickFunction) == 0x000040, "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_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_FWorldPartitionRuntimeCellObjectMapping \ +static_assert(alignof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong alignment on FWorldPartitionRuntimeCellObjectMapping"); \ +static_assert(sizeof(FWorldPartitionRuntimeCellObjectMapping) == 0x000001, "Wrong size on FWorldPartitionRuntimeCellObjectMapping"); \ + +#define DUMPER7_ASSERTS_FSpatialHashStreamingGrid \ +static_assert(alignof(FSpatialHashStreamingGrid) == 0x000008, "Wrong alignment on FSpatialHashStreamingGrid"); \ +static_assert(sizeof(FSpatialHashStreamingGrid) == 0x0000A8, "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!"); \ + +#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_FWorldPartitionStreamingQuerySource \ +static_assert(alignof(FWorldPartitionStreamingQuerySource) == 0x000008, "Wrong alignment on FWorldPartitionStreamingQuerySource"); \ +static_assert(sizeof(FWorldPartitionStreamingQuerySource) == 0x000080, "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_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_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_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) == 0x000048, "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) == 0x000040, "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) == 0x000040, "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) == 0x000038, "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) == 0x000048, "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) == 0x000040, "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) == 0x000030, "Wrong size on UAnimNotifyState"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_DisableRootMotion \ +static_assert(alignof(UAnimNotifyState_DisableRootMotion) == 0x000008, "Wrong alignment on UAnimNotifyState_DisableRootMotion"); \ +static_assert(sizeof(UAnimNotifyState_DisableRootMotion) == 0x000030, "Wrong size on UAnimNotifyState_DisableRootMotion"); \ + +#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_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) == 0x0000C0, "Wrong size on UActorComponent"); \ +static_assert(offsetof(UActorComponent, PrimaryComponentTick) == 0x000030, "Member 'UActorComponent::PrimaryComponentTick' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, ComponentTags) == 0x000070, "Member 'UActorComponent::ComponentTags' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, AssetUserData) == 0x000080, "Member 'UActorComponent::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSSerializationIndex) == 0x000094, "Member 'UActorComponent::UCSSerializationIndex' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, CreationMethod) == 0x00009C, "Member 'UActorComponent::CreationMethod' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentActivated) == 0x00009D, "Member 'UActorComponent::OnComponentActivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, OnComponentDeactivated) == 0x00009E, "Member 'UActorComponent::OnComponentDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UActorComponent, UCSModifiedProperties) == 0x0000A0, "Member 'UActorComponent::UCSModifiedProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_DetachFromParent \ +static_assert(alignof(SceneComponent_DetachFromParent) == 0x000001, "Wrong alignment on SceneComponent_DetachFromParent"); \ +static_assert(sizeof(SceneComponent_DetachFromParent) == 0x000002, "Wrong size on SceneComponent_DetachFromParent"); \ +static_assert(offsetof(SceneComponent_DetachFromParent, bMaintainWorldPosition) == 0x000000, "Member 'SceneComponent_DetachFromParent::bMaintainWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(SceneComponent_DetachFromParent, bCallModify) == 0x000001, "Member 'SceneComponent_DetachFromParent::bCallModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponent_K2_AddLocalOffset \ +static_assert(alignof(SceneComponent_K2_AddLocalOffset) == 0x000008, "Wrong alignment on SceneComponent_K2_AddLocalOffset"); \ +static_assert(sizeof(SceneComponent_K2_AddLocalOffset) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000160, "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) == 0x000150, "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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000160, "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) == 0x000150, "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) == 0x000160, "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) == 0x000150, "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) == 0x000110, "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) == 0x000108, "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) == 0x000128, "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) == 0x000120, "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) == 0x000110, "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) == 0x000108, "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) == 0x000160, "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) == 0x000150, "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) == 0x000110, "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) == 0x000108, "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) == 0x000128, "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) == 0x000120, "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) == 0x000110, "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) == 0x000108, "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) == 0x000160, "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) == 0x000150, "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) == 0x0002C0, "Wrong size on USceneComponent"); \ +static_assert(offsetof(USceneComponent, PhysicsVolume) == 0x0000C8, "Member 'USceneComponent::PhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachParent) == 0x0000D0, "Member 'USceneComponent::AttachParent' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachSocketName) == 0x0000D8, "Member 'USceneComponent::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, AttachChildren) == 0x0000E0, "Member 'USceneComponent::AttachChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ClientAttachedChildren) == 0x0000F0, "Member 'USceneComponent::ClientAttachedChildren' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeLocation) == 0x000148, "Member 'USceneComponent::RelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeRotation) == 0x000160, "Member 'USceneComponent::RelativeRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, RelativeScale3D) == 0x000178, "Member 'USceneComponent::RelativeScale3D' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, ComponentVelocity) == 0x000190, "Member 'USceneComponent::ComponentVelocity' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, Mobility) == 0x0001AB, "Member 'USceneComponent::Mobility' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, DetailMode) == 0x0001AC, "Member 'USceneComponent::DetailMode' has a wrong offset!"); \ +static_assert(offsetof(USceneComponent, PhysicsVolumeChangedDelegate) == 0x0001AD, "Member 'USceneComponent::PhysicsVolumeChangedDelegate' 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) == 0x000300, "Wrong size on ULightComponentBase"); \ +static_assert(offsetof(ULightComponentBase, LightGuid) == 0x0002C0, "Member 'ULightComponentBase::LightGuid' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Brightness) == 0x0002D0, "Member 'ULightComponentBase::Brightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, Intensity) == 0x0002D4, "Member 'ULightComponentBase::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, LightColor) == 0x0002D8, "Member 'ULightComponentBase::LightColor' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, CastRaytracedShadow) == 0x0002E0, "Member 'ULightComponentBase::CastRaytracedShadow' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, DeepShadowLayerDistribution) == 0x0002E8, "Member 'ULightComponentBase::DeepShadowLayerDistribution' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, IndirectLightingIntensity) == 0x0002EC, "Member 'ULightComponentBase::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, VolumetricScatteringIntensity) == 0x0002F0, "Member 'ULightComponentBase::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(ULightComponentBase, SamplesPerPixel) == 0x0002F4, "Member 'ULightComponentBase::SamplesPerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectDynamicIndirectLighting \ +static_assert(alignof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(sizeof(LightComponent_SetAffectDynamicIndirectLighting) == 0x000001, "Wrong size on LightComponent_SetAffectDynamicIndirectLighting"); \ +static_assert(offsetof(LightComponent_SetAffectDynamicIndirectLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectDynamicIndirectLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectTranslucentLighting \ +static_assert(alignof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong alignment on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(sizeof(LightComponent_SetAffectTranslucentLighting) == 0x000001, "Wrong size on LightComponent_SetAffectTranslucentLighting"); \ +static_assert(offsetof(LightComponent_SetAffectTranslucentLighting, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectTranslucentLighting::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetAffectWaterCaustics \ +static_assert(alignof(LightComponent_SetAffectWaterCaustics) == 0x000001, "Wrong alignment on LightComponent_SetAffectWaterCaustics"); \ +static_assert(sizeof(LightComponent_SetAffectWaterCaustics) == 0x000001, "Wrong size on LightComponent_SetAffectWaterCaustics"); \ +static_assert(offsetof(LightComponent_SetAffectWaterCaustics, bNewValue) == 0x000000, "Member 'LightComponent_SetAffectWaterCaustics::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_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_SetNumWaterCausticsMapCascades \ +static_assert(alignof(LightComponent_SetNumWaterCausticsMapCascades) == 0x000004, "Wrong alignment on LightComponent_SetNumWaterCausticsMapCascades"); \ +static_assert(sizeof(LightComponent_SetNumWaterCausticsMapCascades) == 0x000004, "Wrong size on LightComponent_SetNumWaterCausticsMapCascades"); \ +static_assert(offsetof(LightComponent_SetNumWaterCausticsMapCascades, NewValue) == 0x000000, "Member 'LightComponent_SetNumWaterCausticsMapCascades::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetShadowBias \ +static_assert(alignof(LightComponent_SetShadowBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowBias"); \ +static_assert(sizeof(LightComponent_SetShadowBias) == 0x000004, "Wrong size on LightComponent_SetShadowBias"); \ +static_assert(offsetof(LightComponent_SetShadowBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetShadowSlopeBias \ +static_assert(alignof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong alignment on LightComponent_SetShadowSlopeBias"); \ +static_assert(sizeof(LightComponent_SetShadowSlopeBias) == 0x000004, "Wrong size on LightComponent_SetShadowSlopeBias"); \ +static_assert(offsetof(LightComponent_SetShadowSlopeBias, NewValue) == 0x000000, "Member 'LightComponent_SetShadowSlopeBias::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetSpecularScale \ +static_assert(alignof(LightComponent_SetSpecularScale) == 0x000004, "Wrong alignment on LightComponent_SetSpecularScale"); \ +static_assert(sizeof(LightComponent_SetSpecularScale) == 0x000004, "Wrong size on LightComponent_SetSpecularScale"); \ +static_assert(offsetof(LightComponent_SetSpecularScale, NewValue) == 0x000000, "Member 'LightComponent_SetSpecularScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetTemperature \ +static_assert(alignof(LightComponent_SetTemperature) == 0x000004, "Wrong alignment on LightComponent_SetTemperature"); \ +static_assert(sizeof(LightComponent_SetTemperature) == 0x000004, "Wrong size on LightComponent_SetTemperature"); \ +static_assert(offsetof(LightComponent_SetTemperature, NewTemperature) == 0x000000, "Member 'LightComponent_SetTemperature::NewTemperature' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetTransmission \ +static_assert(alignof(LightComponent_SetTransmission) == 0x000001, "Wrong alignment on LightComponent_SetTransmission"); \ +static_assert(sizeof(LightComponent_SetTransmission) == 0x000001, "Wrong size on LightComponent_SetTransmission"); \ +static_assert(offsetof(LightComponent_SetTransmission, bNewValue) == 0x000000, "Member 'LightComponent_SetTransmission::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetUseIESBrightness \ +static_assert(alignof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong alignment on LightComponent_SetUseIESBrightness"); \ +static_assert(sizeof(LightComponent_SetUseIESBrightness) == 0x000001, "Wrong size on LightComponent_SetUseIESBrightness"); \ +static_assert(offsetof(LightComponent_SetUseIESBrightness, bNewValue) == 0x000000, "Member 'LightComponent_SetUseIESBrightness::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetUseTemperature \ +static_assert(alignof(LightComponent_SetUseTemperature) == 0x000001, "Wrong alignment on LightComponent_SetUseTemperature"); \ +static_assert(sizeof(LightComponent_SetUseTemperature) == 0x000001, "Wrong size on LightComponent_SetUseTemperature"); \ +static_assert(offsetof(LightComponent_SetUseTemperature, bNewValue) == 0x000000, "Member 'LightComponent_SetUseTemperature::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(LightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on LightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(LightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'LightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetWaterCausticsMapCascadeScale \ +static_assert(alignof(LightComponent_SetWaterCausticsMapCascadeScale) == 0x000004, "Wrong alignment on LightComponent_SetWaterCausticsMapCascadeScale"); \ +static_assert(sizeof(LightComponent_SetWaterCausticsMapCascadeScale) == 0x000004, "Wrong size on LightComponent_SetWaterCausticsMapCascadeScale"); \ +static_assert(offsetof(LightComponent_SetWaterCausticsMapCascadeScale, NewValue) == 0x000000, "Member 'LightComponent_SetWaterCausticsMapCascadeScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LightComponent_SetWaterCausticsPrecision \ +static_assert(alignof(LightComponent_SetWaterCausticsPrecision) == 0x000004, "Wrong alignment on LightComponent_SetWaterCausticsPrecision"); \ +static_assert(sizeof(LightComponent_SetWaterCausticsPrecision) == 0x000004, "Wrong size on LightComponent_SetWaterCausticsPrecision"); \ +static_assert(offsetof(LightComponent_SetWaterCausticsPrecision, NewValue) == 0x000000, "Member 'LightComponent_SetWaterCausticsPrecision::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightComponent \ +static_assert(alignof(ULightComponent) == 0x000010, "Wrong alignment on ULightComponent"); \ +static_assert(sizeof(ULightComponent) == 0x000410, "Wrong size on ULightComponent"); \ +static_assert(offsetof(ULightComponent, Temperature) == 0x0002F8, "Member 'ULightComponent::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDrawDistance) == 0x0002FC, "Member 'ULightComponent::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MaxDistanceFadeRange) == 0x000300, "Member 'ULightComponent::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowMapChannel) == 0x000308, "Member 'ULightComponent::ShadowMapChannel' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, MinRoughness) == 0x000310, "Member 'ULightComponent::MinRoughness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, SpecularScale) == 0x000314, "Member 'ULightComponent::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowResolutionScale) == 0x000318, "Member 'ULightComponent::ShadowResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowBias) == 0x00031C, "Member 'ULightComponent::ShadowBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSlopeBias) == 0x000320, "Member 'ULightComponent::ShadowSlopeBias' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ShadowSharpen) == 0x000324, "Member 'ULightComponent::ShadowSharpen' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, ContactShadowLength) == 0x000328, "Member 'ULightComponent::ContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightingChannels) == 0x000330, "Member 'ULightComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionMaterial) == 0x000338, "Member 'ULightComponent::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionScale) == 0x000340, "Member 'ULightComponent::LightFunctionScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESTexture) == 0x000358, "Member 'ULightComponent::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, IESBrightnessScale) == 0x000364, "Member 'ULightComponent::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, LightFunctionFadeDistance) == 0x000368, "Member 'ULightComponent::LightFunctionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, DisabledBrightness) == 0x00036C, "Member 'ULightComponent::DisabledBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomScale) == 0x000374, "Member 'ULightComponent::BloomScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomThreshold) == 0x000378, "Member 'ULightComponent::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomMaxBrightness) == 0x00037C, "Member 'ULightComponent::BloomMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, BloomTint) == 0x000380, "Member 'ULightComponent::BloomTint' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, bUseRayTracedDistanceFieldShadows) == 0x000384, "Member 'ULightComponent::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, RayStartOffsetDepthScale) == 0x000388, "Member 'ULightComponent::RayStartOffsetDepthScale' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, WaterCausticsPrecision) == 0x000390, "Member 'ULightComponent::WaterCausticsPrecision' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, NumWaterCausticsMapCascades) == 0x000394, "Member 'ULightComponent::NumWaterCausticsMapCascades' has a wrong offset!"); \ +static_assert(offsetof(ULightComponent, WaterCausticsMapCascadeScale) == 0x000398, "Member 'ULightComponent::WaterCausticsMapCascadeScale' 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) == 0x000430, "Wrong size on ULocalLightComponent"); \ +static_assert(offsetof(ULocalLightComponent, IntensityUnits) == 0x000410, "Member 'ULocalLightComponent::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, Radius) == 0x000414, "Member 'ULocalLightComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, AttenuationRadius) == 0x000418, "Member 'ULocalLightComponent::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ULocalLightComponent, LightmassSettings) == 0x00041C, "Member 'ULocalLightComponent::LightmassSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorAngle \ +static_assert(alignof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorAngle) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorAngle"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorAngle, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorAngle::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetBarnDoorLength \ +static_assert(alignof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong alignment on RectLightComponent_SetBarnDoorLength"); \ +static_assert(sizeof(RectLightComponent_SetBarnDoorLength) == 0x000004, "Wrong size on RectLightComponent_SetBarnDoorLength"); \ +static_assert(offsetof(RectLightComponent_SetBarnDoorLength, NewValue) == 0x000000, "Member 'RectLightComponent_SetBarnDoorLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceHeight \ +static_assert(alignof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceHeight"); \ +static_assert(sizeof(RectLightComponent_SetSourceHeight) == 0x000004, "Wrong size on RectLightComponent_SetSourceHeight"); \ +static_assert(offsetof(RectLightComponent_SetSourceHeight, NewValue) == 0x000000, "Member 'RectLightComponent_SetSourceHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceTexture \ +static_assert(alignof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong alignment on RectLightComponent_SetSourceTexture"); \ +static_assert(sizeof(RectLightComponent_SetSourceTexture) == 0x000008, "Wrong size on RectLightComponent_SetSourceTexture"); \ +static_assert(offsetof(RectLightComponent_SetSourceTexture, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceTexture::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RectLightComponent_SetSourceWidth \ +static_assert(alignof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong alignment on RectLightComponent_SetSourceWidth"); \ +static_assert(sizeof(RectLightComponent_SetSourceWidth) == 0x000004, "Wrong size on RectLightComponent_SetSourceWidth"); \ +static_assert(offsetof(RectLightComponent_SetSourceWidth, bNewValue) == 0x000000, "Member 'RectLightComponent_SetSourceWidth::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URectLightComponent \ +static_assert(alignof(URectLightComponent) == 0x000010, "Wrong alignment on URectLightComponent"); \ +static_assert(sizeof(URectLightComponent) == 0x000450, "Wrong size on URectLightComponent"); \ +static_assert(offsetof(URectLightComponent, SourceWidth) == 0x000428, "Member 'URectLightComponent::SourceWidth' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceHeight) == 0x00042C, "Member 'URectLightComponent::SourceHeight' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorAngle) == 0x000430, "Member 'URectLightComponent::BarnDoorAngle' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, BarnDoorLength) == 0x000434, "Member 'URectLightComponent::BarnDoorLength' has a wrong offset!"); \ +static_assert(offsetof(URectLightComponent, SourceTexture) == 0x000438, "Member 'URectLightComponent::SourceTexture' has a wrong offset!"); \ + +#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_IBoneReferenceSkeletonProvider \ +static_assert(alignof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong alignment on IBoneReferenceSkeletonProvider"); \ +static_assert(sizeof(IBoneReferenceSkeletonProvider) == 0x000001, "Wrong size on IBoneReferenceSkeletonProvider"); \ + +#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_AnimationCurveIdentifierExtensions_GetName \ +static_assert(alignof(AnimationCurveIdentifierExtensions_GetName) == 0x000004, "Wrong alignment on AnimationCurveIdentifierExtensions_GetName"); \ +static_assert(sizeof(AnimationCurveIdentifierExtensions_GetName) == 0x000018, "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) == 0x000010, "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) == 0x000014, "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) == 0x000010, "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) == 0x000014, "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) == 0x000010, "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_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_UInterpTrack \ +static_assert(alignof(UInterpTrack) == 0x000008, "Wrong alignment on UInterpTrack"); \ +static_assert(sizeof(UInterpTrack) == 0x000070, "Wrong size on UInterpTrack"); \ +static_assert(offsetof(UInterpTrack, SubTracks) == 0x000038, "Member 'UInterpTrack::SubTracks' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrack, TrackInstClass) == 0x000048, "Member 'UInterpTrack::TrackInstClass' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrack, ActiveCondition) == 0x000050, "Member 'UInterpTrack::ActiveCondition' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrack, TrackTitle) == 0x000058, "Member 'UInterpTrack::TrackTitle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFloatBase \ +static_assert(alignof(UInterpTrackFloatBase) == 0x000008, "Wrong alignment on UInterpTrackFloatBase"); \ +static_assert(sizeof(UInterpTrackFloatBase) == 0x000090, "Wrong size on UInterpTrackFloatBase"); \ +static_assert(offsetof(UInterpTrackFloatBase, FloatTrack) == 0x000070, "Member 'UInterpTrackFloatBase::FloatTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatBase, CurveTension) == 0x000088, "Member 'UInterpTrackFloatBase::CurveTension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackSlomo \ +static_assert(alignof(UInterpTrackSlomo) == 0x000008, "Wrong alignment on UInterpTrackSlomo"); \ +static_assert(sizeof(UInterpTrackSlomo) == 0x000090, "Wrong size on UInterpTrackSlomo"); \ + +#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_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_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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000160, "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) == 0x000150, "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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000160, "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) == 0x000150, "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) == 0x000160, "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) == 0x000150, "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!"); \ + +#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!"); \ + +#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) == 0x000110, "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) == 0x000108, "Member 'Actor_K2_SetActorLocation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocation, ReturnValue) == 0x000109, "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) == 0x000128, "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) == 0x000120, "Member 'Actor_K2_SetActorLocationAndRotation::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorLocationAndRotation, ReturnValue) == 0x000121, "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) == 0x000110, "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) == 0x000108, "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) == 0x000110, "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) == 0x000108, "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) == 0x000160, "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) == 0x000150, "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) == 0x000160, "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) == 0x000150, "Member 'Actor_K2_SetActorTransform::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(Actor_K2_SetActorTransform, ReturnValue) == 0x000151, "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_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) == 0x000150, "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) == 0x000160, "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) == 0x000120, "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) == 0x000110, "Member 'Actor_ReceiveRadialDamage::InstigatedBy' has a wrong offset!"); \ +static_assert(offsetof(Actor_ReceiveRadialDamage, DamageCauser) == 0x000118, "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_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_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_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) == 0x000288, "Wrong size on AActor"); \ +static_assert(offsetof(AActor, PrimaryActorTick) == 0x000028, "Member 'AActor::PrimaryActorTick' has a wrong offset!"); \ +static_assert(offsetof(AActor, UpdateOverlapsMethodDuringLevelStreaming) == 0x00006E, "Member 'AActor::UpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, DefaultUpdateOverlapsMethodDuringLevelStreaming) == 0x00006F, "Member 'AActor::DefaultUpdateOverlapsMethodDuringLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(AActor, RemoteRole) == 0x000070, "Member 'AActor::RemoteRole' has a wrong offset!"); \ +static_assert(offsetof(AActor, ReplicatedMovement) == 0x000078, "Member 'AActor::ReplicatedMovement' has a wrong offset!"); \ +static_assert(offsetof(AActor, InitialLifeSpan) == 0x0000E0, "Member 'AActor::InitialLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AActor, CustomTimeDilation) == 0x0000E4, "Member 'AActor::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AActor, AttachmentReplication) == 0x0000F0, "Member 'AActor::AttachmentReplication' has a wrong offset!"); \ +static_assert(offsetof(AActor, Owner) == 0x000150, "Member 'AActor::Owner' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDriverName) == 0x000158, "Member 'AActor::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(AActor, Role) == 0x000160, "Member 'AActor::Role' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetDormancy) == 0x000161, "Member 'AActor::NetDormancy' has a wrong offset!"); \ +static_assert(offsetof(AActor, SpawnCollisionHandlingMethod) == 0x000162, "Member 'AActor::SpawnCollisionHandlingMethod' has a wrong offset!"); \ +static_assert(offsetof(AActor, AutoReceiveInput) == 0x000163, "Member 'AActor::AutoReceiveInput' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputPriority) == 0x000164, "Member 'AActor::InputPriority' has a wrong offset!"); \ +static_assert(offsetof(AActor, InputComponent) == 0x000168, "Member 'AActor::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetCullDistanceSquared) == 0x000170, "Member 'AActor::NetCullDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetTag) == 0x000174, "Member 'AActor::NetTag' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetUpdateFrequency) == 0x000178, "Member 'AActor::NetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, MinNetUpdateFrequency) == 0x00017C, "Member 'AActor::MinNetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(AActor, NetPriority) == 0x000180, "Member 'AActor::NetPriority' 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, RayTracingGroupId) == 0x0001B0, "Member 'AActor::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(AActor, Layers) == 0x0001B8, "Member 'AActor::Layers' has a wrong offset!"); \ +static_assert(offsetof(AActor, ParentComponent) == 0x0001C8, "Member 'AActor::ParentComponent' has a wrong offset!"); \ +static_assert(offsetof(AActor, Tags) == 0x0001D8, "Member 'AActor::Tags' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeAnyDamage) == 0x0001E8, "Member 'AActor::OnTakeAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakePointDamage) == 0x0001E9, "Member 'AActor::OnTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnTakeRadialDamage) == 0x0001EA, "Member 'AActor::OnTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorBeginOverlap) == 0x0001EB, "Member 'AActor::OnActorBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorEndOverlap) == 0x0001EC, "Member 'AActor::OnActorEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnBeginCursorOver) == 0x0001ED, "Member 'AActor::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndCursorOver) == 0x0001EE, "Member 'AActor::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnClicked) == 0x0001EF, "Member 'AActor::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnReleased) == 0x0001F0, "Member 'AActor::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchBegin) == 0x0001F1, "Member 'AActor::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnd) == 0x0001F2, "Member 'AActor::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchEnter) == 0x0001F3, "Member 'AActor::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnInputTouchLeave) == 0x0001F4, "Member 'AActor::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnActorHit) == 0x0001F5, "Member 'AActor::OnActorHit' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnDestroyed) == 0x0001F6, "Member 'AActor::OnDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AActor, OnEndPlay) == 0x0001F7, "Member 'AActor::OnEndPlay' has a wrong offset!"); \ +static_assert(offsetof(AActor, InstanceComponents) == 0x000258, "Member 'AActor::InstanceComponents' has a wrong offset!"); \ +static_assert(offsetof(AActor, BlueprintCreatedComponents) == 0x000268, "Member 'AActor::BlueprintCreatedComponents' 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_UParticleModuleTypeDataBase \ +static_assert(alignof(UParticleModuleTypeDataBase) == 0x000008, "Wrong alignment on UParticleModuleTypeDataBase"); \ +static_assert(sizeof(UParticleModuleTypeDataBase) == 0x000030, "Wrong size on UParticleModuleTypeDataBase"); \ + +#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_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_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_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) == 0x000308, "Wrong size on APawn"); \ +static_assert(offsetof(APawn, BaseEyeHeight) == 0x000294, "Member 'APawn::BaseEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessPlayer) == 0x000298, "Member 'APawn::AutoPossessPlayer' has a wrong offset!"); \ +static_assert(offsetof(APawn, AutoPossessAI) == 0x000299, "Member 'APawn::AutoPossessAI' has a wrong offset!"); \ +static_assert(offsetof(APawn, RemoteViewPitch) == 0x00029A, "Member 'APawn::RemoteViewPitch' has a wrong offset!"); \ +static_assert(offsetof(APawn, AIControllerClass) == 0x0002A0, "Member 'APawn::AIControllerClass' has a wrong offset!"); \ +static_assert(offsetof(APawn, PlayerState) == 0x0002A8, "Member 'APawn::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastHitBy) == 0x0002B8, "Member 'APawn::LastHitBy' has a wrong offset!"); \ +static_assert(offsetof(APawn, Controller) == 0x0002C0, "Member 'APawn::Controller' has a wrong offset!"); \ +static_assert(offsetof(APawn, PreviousController) == 0x0002C8, "Member 'APawn::PreviousController' has a wrong offset!"); \ +static_assert(offsetof(APawn, ReceiveControllerChangedDelegate) == 0x0002D4, "Member 'APawn::ReceiveControllerChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(APawn, ReceiveRestartedDelegate) == 0x0002D5, "Member 'APawn::ReceiveRestartedDelegate' has a wrong offset!"); \ +static_assert(offsetof(APawn, ControlInputVector) == 0x0002D8, "Member 'APawn::ControlInputVector' has a wrong offset!"); \ +static_assert(offsetof(APawn, LastControlInputVector) == 0x0002F0, "Member 'APawn::LastControlInputVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEngine \ +static_assert(alignof(UEngine) == 0x000008, "Wrong alignment on UEngine"); \ +static_assert(sizeof(UEngine) == 0x000DB0, "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) == 0x000050, "Member 'UEngine::SmallFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmallFontName) == 0x000058, "Member 'UEngine::SmallFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFont) == 0x000070, "Member 'UEngine::MediumFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MediumFontName) == 0x000078, "Member 'UEngine::MediumFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFont) == 0x000090, "Member 'UEngine::LargeFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LargeFontName) == 0x000098, "Member 'UEngine::LargeFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFont) == 0x0000B0, "Member 'UEngine::SubtitleFont' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubtitleFontName) == 0x0000B8, "Member 'UEngine::SubtitleFontName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFonts) == 0x0000D0, "Member 'UEngine::AdditionalFonts' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AdditionalFontNames) == 0x0000E0, "Member 'UEngine::AdditionalFontNames' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClass) == 0x0000F0, "Member 'UEngine::ConsoleClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConsoleClassName) == 0x0000F8, "Member 'UEngine::ConsoleClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClass) == 0x000110, "Member 'UEngine::GameViewportClientClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewportClientClassName) == 0x000118, "Member 'UEngine::GameViewportClientClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClass) == 0x000130, "Member 'UEngine::LocalPlayerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LocalPlayerClassName) == 0x000138, "Member 'UEngine::LocalPlayerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClass) == 0x000150, "Member 'UEngine::WorldSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WorldSettingsClassName) == 0x000158, "Member 'UEngine::WorldSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClassName) == 0x000170, "Member 'UEngine::NavigationSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemClass) == 0x000188, "Member 'UEngine::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClassName) == 0x000190, "Member 'UEngine::NavigationSystemConfigClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NavigationSystemConfigClass) == 0x0001A8, "Member 'UEngine::NavigationSystemConfigClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClassName) == 0x0001B0, "Member 'UEngine::AvoidanceManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AvoidanceManagerClass) == 0x0001C8, "Member 'UEngine::AvoidanceManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AIControllerClassName) == 0x0001D0, "Member 'UEngine::AIControllerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClass) == 0x0001E8, "Member 'UEngine::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PhysicsCollisionHandlerClassName) == 0x0001F0, "Member 'UEngine::PhysicsCollisionHandlerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClassName) == 0x000208, "Member 'UEngine::GameUserSettingsClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettingsClass) == 0x000220, "Member 'UEngine::GameUserSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameUserSettings) == 0x000228, "Member 'UEngine::GameUserSettings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClass) == 0x000230, "Member 'UEngine::LevelScriptActorClass' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelScriptActorClassName) == 0x000238, "Member 'UEngine::LevelScriptActorClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBlueprintBaseClassName) == 0x000250, "Member 'UEngine::DefaultBlueprintBaseClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingletonClassName) == 0x000268, "Member 'UEngine::GameSingletonClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameSingleton) == 0x000280, "Member 'UEngine::GameSingleton' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManagerClassName) == 0x000288, "Member 'UEngine::AssetManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, AssetManager) == 0x0002A0, "Member 'UEngine::AssetManager' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTexture) == 0x0002A8, "Member 'UEngine::DefaultTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultTextureName) == 0x0002B0, "Member 'UEngine::DefaultTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTexture) == 0x0002C8, "Member 'UEngine::DefaultDiffuseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDiffuseTextureName) == 0x0002D0, "Member 'UEngine::DefaultDiffuseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTexture) == 0x0002E8, "Member 'UEngine::DefaultBSPVertexTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBSPVertexTextureName) == 0x0002F0, "Member 'UEngine::DefaultBSPVertexTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTexture) == 0x000308, "Member 'UEngine::HighFrequencyNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HighFrequencyNoiseTextureName) == 0x000310, "Member 'UEngine::HighFrequencyNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTexture) == 0x000328, "Member 'UEngine::DefaultBokehTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBokehTextureName) == 0x000330, "Member 'UEngine::DefaultBokehTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTexture) == 0x000348, "Member 'UEngine::DefaultBloomKernelTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultBloomKernelTextureName) == 0x000350, "Member 'UEngine::DefaultBloomKernelTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultFilmGrainTexture) == 0x000368, "Member 'UEngine::DefaultFilmGrainTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultFilmGrainTextureName) == 0x000370, "Member 'UEngine::DefaultFilmGrainTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterial) == 0x000388, "Member 'UEngine::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WireframeMaterialName) == 0x000390, "Member 'UEngine::WireframeMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterial) == 0x0003A0, "Member 'UEngine::DebugMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugMeshMaterialName) == 0x0003A8, "Member 'UEngine::DebugMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterial) == 0x0003C0, "Member 'UEngine::EmissiveMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, EmissiveMeshMaterialName) == 0x0003C8, "Member 'UEngine::EmissiveMeshMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterial) == 0x0003E0, "Member 'UEngine::LevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationLitMaterialName) == 0x0003E8, "Member 'UEngine::LevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterial) == 0x0003F8, "Member 'UEngine::LevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LevelColorationUnlitMaterialName) == 0x000400, "Member 'UEngine::LevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityMaterial) == 0x000410, "Member 'UEngine::LightingTexelDensityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingTexelDensityName) == 0x000418, "Member 'UEngine::LightingTexelDensityName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterial) == 0x000428, "Member 'UEngine::ShadedLevelColorationLitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationLitMaterialName) == 0x000430, "Member 'UEngine::ShadedLevelColorationLitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterial) == 0x000440, "Member 'UEngine::ShadedLevelColorationUnlitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShadedLevelColorationUnlitMaterialName) == 0x000448, "Member 'UEngine::ShadedLevelColorationUnlitMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterial) == 0x000458, "Member 'UEngine::RemoveSurfaceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RemoveSurfaceMaterialName) == 0x000460, "Member 'UEngine::RemoveSurfaceMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterial) == 0x000478, "Member 'UEngine::VertexColorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorMaterialName) == 0x000480, "Member 'UEngine::VertexColorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_ColorOnly) == 0x000490, "Member 'UEngine::VertexColorViewModeMaterial_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_ColorOnly) == 0x000498, "Member 'UEngine::VertexColorViewModeMaterialName_ColorOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_AlphaAsColor) == 0x0004A8, "Member 'UEngine::VertexColorViewModeMaterial_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_AlphaAsColor) == 0x0004B0, "Member 'UEngine::VertexColorViewModeMaterialName_AlphaAsColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_RedOnly) == 0x0004C0, "Member 'UEngine::VertexColorViewModeMaterial_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_RedOnly) == 0x0004C8, "Member 'UEngine::VertexColorViewModeMaterialName_RedOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_GreenOnly) == 0x0004D8, "Member 'UEngine::VertexColorViewModeMaterial_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_GreenOnly) == 0x0004E0, "Member 'UEngine::VertexColorViewModeMaterialName_GreenOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterial_BlueOnly) == 0x0004F0, "Member 'UEngine::VertexColorViewModeMaterial_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, VertexColorViewModeMaterialName_BlueOnly) == 0x0004F8, "Member 'UEngine::VertexColorViewModeMaterialName_BlueOnly' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DebugEditorMaterialName) == 0x000508, "Member 'UEngine::DebugEditorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterial) == 0x000520, "Member 'UEngine::ConstraintLimitMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialX) == 0x000528, "Member 'UEngine::ConstraintLimitMaterialX' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialXAxis) == 0x000530, "Member 'UEngine::ConstraintLimitMaterialXAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialY) == 0x000538, "Member 'UEngine::ConstraintLimitMaterialY' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialYAxis) == 0x000540, "Member 'UEngine::ConstraintLimitMaterialYAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZ) == 0x000548, "Member 'UEngine::ConstraintLimitMaterialZ' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialZAxis) == 0x000550, "Member 'UEngine::ConstraintLimitMaterialZAxis' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ConstraintLimitMaterialPrismatic) == 0x000558, "Member 'UEngine::ConstraintLimitMaterialPrismatic' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterial) == 0x000560, "Member 'UEngine::InvalidLightmapSettingsMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, InvalidLightmapSettingsMaterialName) == 0x000568, "Member 'UEngine::InvalidLightmapSettingsMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterial) == 0x000580, "Member 'UEngine::PreviewShadowsIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreviewShadowsIndicatorMaterialName) == 0x000588, "Member 'UEngine::PreviewShadowsIndicatorMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterial) == 0x0005A0, "Member 'UEngine::ArrowMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialYellow) == 0x0005A8, "Member 'UEngine::ArrowMaterialYellow' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ArrowMaterialName) == 0x0005B0, "Member 'UEngine::ArrowMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightingOnlyBrightness) == 0x0005C8, "Member 'UEngine::LightingOnlyBrightness' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ShaderComplexityColors) == 0x0005D8, "Member 'UEngine::ShaderComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, QuadComplexityColors) == 0x0005E8, "Member 'UEngine::QuadComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightComplexityColors) == 0x0005F8, "Member 'UEngine::LightComplexityColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StationaryLightOverlapColors) == 0x000608, "Member 'UEngine::StationaryLightOverlapColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LODColorationColors) == 0x000618, "Member 'UEngine::LODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, HLODColorationColors) == 0x000628, "Member 'UEngine::HLODColorationColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingAccuracyColors) == 0x000638, "Member 'UEngine::StreamingAccuracyColors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxPixelShaderAdditiveComplexityCount) == 0x000648, "Member 'UEngine::MaxPixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxES3PixelShaderAdditiveComplexityCount) == 0x00064C, "Member 'UEngine::MaxES3PixelShaderAdditiveComplexityCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinLightMapDensity) == 0x000650, "Member 'UEngine::MinLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, IdealLightMapDensity) == 0x000654, "Member 'UEngine::IdealLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxLightMapDensity) == 0x000658, "Member 'UEngine::MaxLightMapDensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityGrayscaleScale) == 0x000660, "Member 'UEngine::RenderLightMapDensityGrayscaleScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RenderLightMapDensityColorScale) == 0x000664, "Member 'UEngine::RenderLightMapDensityColorScale' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityVertexMappedColor) == 0x000668, "Member 'UEngine::LightMapDensityVertexMappedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensitySelectedColor) == 0x000678, "Member 'UEngine::LightMapDensitySelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StatColorMappings) == 0x000688, "Member 'UEngine::StatColorMappings' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterial) == 0x000698, "Member 'UEngine::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultPhysMaterialName) == 0x0006A0, "Member 'UEngine::DefaultPhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDestructiblePhysMaterial) == 0x0006B8, "Member 'UEngine::DefaultDestructiblePhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultDestructiblePhysMaterialName) == 0x0006C0, "Member 'UEngine::DefaultDestructiblePhysMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveGameNameRedirects) == 0x0006D8, "Member 'UEngine::ActiveGameNameRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveClassRedirects) == 0x0006E8, "Member 'UEngine::ActiveClassRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActivePluginRedirects) == 0x0006F8, "Member 'UEngine::ActivePluginRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ActiveStructRedirects) == 0x000708, "Member 'UEngine::ActiveStructRedirects' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTexture) == 0x000718, "Member 'UEngine::PreIntegratedSkinBRDFTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PreIntegratedSkinBRDFTextureName) == 0x000720, "Member 'UEngine::PreIntegratedSkinBRDFTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseTexture) == 0x000738, "Member 'UEngine::BlueNoiseTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseVec2Texture) == 0x000740, "Member 'UEngine::BlueNoiseVec2Texture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseTextureName) == 0x000748, "Member 'UEngine::BlueNoiseTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BlueNoiseVec2TextureName) == 0x000760, "Member 'UEngine::BlueNoiseVec2TextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTexture) == 0x000778, "Member 'UEngine::MiniFontTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MiniFontTextureName) == 0x000780, "Member 'UEngine::MiniFontTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTexture) == 0x000798, "Member 'UEngine::WeightMapPlaceholderTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, WeightMapPlaceholderTextureName) == 0x0007A0, "Member 'UEngine::WeightMapPlaceholderTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTexture) == 0x0007B8, "Member 'UEngine::LightMapDensityTexture' has a wrong offset!"); \ +static_assert(offsetof(UEngine, LightMapDensityTextureName) == 0x0007C0, "Member 'UEngine::LightMapDensityTextureName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameViewport) == 0x0007E0, "Member 'UEngine::GameViewport' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DeferredCommands) == 0x0007E8, "Member 'UEngine::DeferredCommands' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NearClipPlane) == 0x0007F8, "Member 'UEngine::NearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaximumLoopIterationCount) == 0x000800, "Member 'UEngine::MaximumLoopIterationCount' has a wrong offset!"); \ +static_assert(offsetof(UEngine, FixedFrameRate) == 0x000808, "Member 'UEngine::FixedFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SmoothedFrameRateRange) == 0x00080C, "Member 'UEngine::SmoothedFrameRateRange' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStep) == 0x000820, "Member 'UEngine::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CustomTimeStepClassName) == 0x000848, "Member 'UEngine::CustomTimeStepClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProvider) == 0x000860, "Member 'UEngine::TimecodeProvider' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TimecodeProviderClassName) == 0x000888, "Member 'UEngine::TimecodeProviderClassName' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bGenerateDefaultTimecode) == 0x0008A0, "Member 'UEngine::bGenerateDefaultTimecode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameRate) == 0x0008A4, "Member 'UEngine::GenerateDefaultTimecodeFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GenerateDefaultTimecodeFrameDelay) == 0x0008AC, "Member 'UEngine::GenerateDefaultTimecodeFrameDelay' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NumPawnsAllowedToBeSpawnedInAFrame) == 0x0008B4, "Member 'UEngine::NumPawnsAllowedToBeSpawnedInAFrame' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WorldBox) == 0x0008BC, "Member 'UEngine::C_WorldBox' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushWire) == 0x0008C0, "Member 'UEngine::C_BrushWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_AddWire) == 0x0008C4, "Member 'UEngine::C_AddWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SubtractWire) == 0x0008C8, "Member 'UEngine::C_SubtractWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_SemiSolidWire) == 0x0008CC, "Member 'UEngine::C_SemiSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_NonSolidWire) == 0x0008D0, "Member 'UEngine::C_NonSolidWire' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_WireBackground) == 0x0008D4, "Member 'UEngine::C_WireBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_ScaleBoxHi) == 0x0008D8, "Member 'UEngine::C_ScaleBoxHi' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_VolumeCollision) == 0x0008DC, "Member 'UEngine::C_VolumeCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BSPCollision) == 0x0008E0, "Member 'UEngine::C_BSPCollision' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_OrthoBackground) == 0x0008E4, "Member 'UEngine::C_OrthoBackground' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_Volume) == 0x0008E8, "Member 'UEngine::C_Volume' has a wrong offset!"); \ +static_assert(offsetof(UEngine, C_BrushShape) == 0x0008EC, "Member 'UEngine::C_BrushShape' has a wrong offset!"); \ +static_assert(offsetof(UEngine, StreamingDistanceFactor) == 0x0008F0, "Member 'UEngine::StreamingDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, GameScreenshotSaveDirectory) == 0x0008F8, "Member 'UEngine::GameScreenshotSaveDirectory' has a wrong offset!"); \ +static_assert(offsetof(UEngine, UseStaticMeshMinLODPerQualityLevels) == 0x000908, "Member 'UEngine::UseStaticMeshMinLODPerQualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionType) == 0x000909, "Member 'UEngine::TransitionType' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionDescription) == 0x000910, "Member 'UEngine::TransitionDescription' has a wrong offset!"); \ +static_assert(offsetof(UEngine, TransitionGameMode) == 0x000920, "Member 'UEngine::TransitionGameMode' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraRotationThreshold) == 0x000934, "Member 'UEngine::CameraRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, CameraTranslationThreshold) == 0x000938, "Member 'UEngine::CameraTranslationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PrimitiveProbablyVisibleTime) == 0x00093C, "Member 'UEngine::PrimitiveProbablyVisibleTime' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxOcclusionPixelsFraction) == 0x000940, "Member 'UEngine::MaxOcclusionPixelsFraction' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResize) == 0x000948, "Member 'UEngine::MaxParticleResize' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MaxParticleResizeWarn) == 0x00094C, "Member 'UEngine::MaxParticleResizeWarn' has a wrong offset!"); \ +static_assert(offsetof(UEngine, PendingDroppedNotes) == 0x000950, "Member 'UEngine::PendingDroppedNotes' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetClientTicksPerSecond) == 0x000960, "Member 'UEngine::NetClientTicksPerSecond' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DisplayGamma) == 0x000964, "Member 'UEngine::DisplayGamma' has a wrong offset!"); \ +static_assert(offsetof(UEngine, MinDesiredFrameRate) == 0x000968, "Member 'UEngine::MinDesiredFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UEngine, DefaultSelectedMaterialColor) == 0x00096C, "Member 'UEngine::DefaultSelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColor) == 0x00097C, "Member 'UEngine::SelectedMaterialColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionOutlineColor) == 0x00098C, "Member 'UEngine::SelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SubduedSelectionOutlineColor) == 0x00099C, "Member 'UEngine::SubduedSelectionOutlineColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectedMaterialColorOverride) == 0x0009AC, "Member 'UEngine::SelectedMaterialColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bIsOverridingSelectedColor) == 0x0009BC, "Member 'UEngine::bIsOverridingSelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UEngine, bEnableVisualLogRecordingOnStart) == 0x0009C4, "Member 'UEngine::bEnableVisualLogRecordingOnStart' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ScreenSaverInhibitorSemaphore) == 0x0009C8, "Member 'UEngine::ScreenSaverInhibitorSemaphore' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ParticleEventManagerClassPath) == 0x0009D0, "Member 'UEngine::ParticleEventManagerClassPath' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensity) == 0x0009E0, "Member 'UEngine::SelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, BSPSelectionHighlightIntensity) == 0x0009E4, "Member 'UEngine::BSPSelectionHighlightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UEngine, SelectionHighlightIntensityBillboards) == 0x0009E8, "Member 'UEngine::SelectionHighlightIntensityBillboards' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetDriverDefinitions) == 0x000C80, "Member 'UEngine::NetDriverDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UEngine, ServerActors) == 0x000C90, "Member 'UEngine::ServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, RuntimeServerActors) == 0x000CA0, "Member 'UEngine::RuntimeServerActors' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NetErrorLogInterval) == 0x000CB0, "Member 'UEngine::NetErrorLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UEngine, NextWorldContextHandle) == 0x000CD0, "Member 'UEngine::NextWorldContextHandle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFXSystemAsset \ +static_assert(alignof(UFXSystemAsset) == 0x000008, "Wrong alignment on UFXSystemAsset"); \ +static_assert(sizeof(UFXSystemAsset) == 0x000030, "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_UInterpTrackInst \ +static_assert(alignof(UInterpTrackInst) == 0x000008, "Wrong alignment on UInterpTrackInst"); \ +static_assert(sizeof(UInterpTrackInst) == 0x000028, "Wrong size on UInterpTrackInst"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstProperty \ +static_assert(alignof(UInterpTrackInstProperty) == 0x000008, "Wrong alignment on UInterpTrackInstProperty"); \ +static_assert(sizeof(UInterpTrackInstProperty) == 0x000050, "Wrong size on UInterpTrackInstProperty"); \ +static_assert(offsetof(UInterpTrackInstProperty, InterpProperty) == 0x000028, "Member 'UInterpTrackInstProperty::InterpProperty' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstProperty, PropertyOuterObjectInst) == 0x000048, "Member 'UInterpTrackInstProperty::PropertyOuterObjectInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstLinearColorProp \ +static_assert(alignof(UInterpTrackInstLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackInstLinearColorProp"); \ +static_assert(sizeof(UInterpTrackInstLinearColorProp) == 0x000068, "Wrong size on UInterpTrackInstLinearColorProp"); \ +static_assert(offsetof(UInterpTrackInstLinearColorProp, ResetColor) == 0x000058, "Member 'UInterpTrackInstLinearColorProp::ResetColor' has a wrong offset!"); \ + +#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) == 0x000040, "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) == 0x000038, "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_UInterpTrackFloatParticleParam \ +static_assert(alignof(UInterpTrackFloatParticleParam) == 0x000008, "Wrong alignment on UInterpTrackFloatParticleParam"); \ +static_assert(sizeof(UInterpTrackFloatParticleParam) == 0x000098, "Wrong size on UInterpTrackFloatParticleParam"); \ +static_assert(offsetof(UInterpTrackFloatParticleParam, ParamName) == 0x000090, "Member 'UInterpTrackFloatParticleParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INodeMappingProviderInterface \ +static_assert(alignof(INodeMappingProviderInterface) == 0x000001, "Wrong alignment on INodeMappingProviderInterface"); \ +static_assert(sizeof(INodeMappingProviderInterface) == 0x000001, "Wrong size on INodeMappingProviderInterface"); \ + +#define DUMPER7_ASSERTS_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_ALevelInstancePivot \ +static_assert(alignof(ALevelInstancePivot) == 0x000008, "Wrong alignment on ALevelInstancePivot"); \ +static_assert(sizeof(ALevelInstancePivot) == 0x000288, "Wrong size on ALevelInstancePivot"); \ + +#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_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) == 0x000180, "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) == 0x000178, "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) == 0x000160, "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) == 0x000158, "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) == 0x000148, "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) == 0x000140, "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) == 0x000160, "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) == 0x000158, "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_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_SetCastHybridRayTracingShadow \ +static_assert(alignof(PrimitiveComponent_SetCastHybridRayTracingShadow) == 0x000001, "Wrong alignment on PrimitiveComponent_SetCastHybridRayTracingShadow"); \ +static_assert(sizeof(PrimitiveComponent_SetCastHybridRayTracingShadow) == 0x000001, "Wrong size on PrimitiveComponent_SetCastHybridRayTracingShadow"); \ +static_assert(offsetof(PrimitiveComponent_SetCastHybridRayTracingShadow, bNewHybridRayTracingShadow) == 0x000000, "Member 'PrimitiveComponent_SetCastHybridRayTracingShadow::bNewHybridRayTracingShadow' 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_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_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_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_SetRenderGSVoxelizationPass \ +static_assert(alignof(PrimitiveComponent_SetRenderGSVoxelizationPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetRenderGSVoxelizationPass"); \ +static_assert(sizeof(PrimitiveComponent_SetRenderGSVoxelizationPass) == 0x000001, "Wrong size on PrimitiveComponent_SetRenderGSVoxelizationPass"); \ +static_assert(offsetof(PrimitiveComponent_SetRenderGSVoxelizationPass, bValue) == 0x000000, "Member 'PrimitiveComponent_SetRenderGSVoxelizationPass::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_SetSkeletalMeshOutputRTDepthMaskInDepthPass \ +static_assert(alignof(PrimitiveComponent_SetSkeletalMeshOutputRTDepthMaskInDepthPass) == 0x000001, "Wrong alignment on PrimitiveComponent_SetSkeletalMeshOutputRTDepthMaskInDepthPass"); \ +static_assert(sizeof(PrimitiveComponent_SetSkeletalMeshOutputRTDepthMaskInDepthPass) == 0x000001, "Wrong size on PrimitiveComponent_SetSkeletalMeshOutputRTDepthMaskInDepthPass"); \ +static_assert(offsetof(PrimitiveComponent_SetSkeletalMeshOutputRTDepthMaskInDepthPass, bNewSkeletalMeshOutputRTDepthMaskInDepthPass) == 0x000000, "Member 'PrimitiveComponent_SetSkeletalMeshOutputRTDepthMaskInDepthPass::bNewSkeletalMeshOutputRTDepthMaskInDepthPass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucencySortDistanceOffset \ +static_assert(alignof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucencySortDistanceOffset) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucencySortDistanceOffset"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucencySortDistanceOffset, NewTranslucencySortDistanceOffset) == 0x000000, "Member 'PrimitiveComponent_SetTranslucencySortDistanceOffset::NewTranslucencySortDistanceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetTranslucentSortPriority \ +static_assert(alignof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong alignment on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(sizeof(PrimitiveComponent_SetTranslucentSortPriority) == 0x000004, "Wrong size on PrimitiveComponent_SetTranslucentSortPriority"); \ +static_assert(offsetof(PrimitiveComponent_SetTranslucentSortPriority, NewTranslucentSortPriority) == 0x000000, "Member 'PrimitiveComponent_SetTranslucentSortPriority::NewTranslucentSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_SetUseCCD \ +static_assert(alignof(PrimitiveComponent_SetUseCCD) == 0x000004, "Wrong alignment on PrimitiveComponent_SetUseCCD"); \ +static_assert(sizeof(PrimitiveComponent_SetUseCCD) == 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_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_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_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_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_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_GetWalkableSlopeOverride \ +static_assert(alignof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000004, "Wrong alignment on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(sizeof(PrimitiveComponent_GetWalkableSlopeOverride) == 0x000010, "Wrong size on PrimitiveComponent_GetWalkableSlopeOverride"); \ +static_assert(offsetof(PrimitiveComponent_GetWalkableSlopeOverride, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_GetWalkableSlopeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsGravityEnabled \ +static_assert(alignof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(sizeof(PrimitiveComponent_IsGravityEnabled) == 0x000001, "Wrong size on PrimitiveComponent_IsGravityEnabled"); \ +static_assert(offsetof(PrimitiveComponent_IsGravityEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_IsGravityEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingActor \ +static_assert(alignof(PrimitiveComponent_IsOverlappingActor) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingActor) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingActor"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, Other) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingActor::Other' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingActor, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_IsOverlappingComponent \ +static_assert(alignof(PrimitiveComponent_IsOverlappingComponent) == 0x000008, "Wrong alignment on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(sizeof(PrimitiveComponent_IsOverlappingComponent) == 0x000010, "Wrong size on PrimitiveComponent_IsOverlappingComponent"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, OtherComp) == 0x000000, "Member 'PrimitiveComponent_IsOverlappingComponent::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(PrimitiveComponent_IsOverlappingComponent, ReturnValue) == 0x000008, "Member 'PrimitiveComponent_IsOverlappingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_IsCollisionEnabled \ +static_assert(alignof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong alignment on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(sizeof(PrimitiveComponent_K2_IsCollisionEnabled) == 0x000001, "Wrong size on PrimitiveComponent_K2_IsCollisionEnabled"); \ +static_assert(offsetof(PrimitiveComponent_K2_IsCollisionEnabled, ReturnValue) == 0x000000, "Member 'PrimitiveComponent_K2_IsCollisionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrimitiveComponent_K2_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) == 0x000570, "Wrong size on UPrimitiveComponent"); \ +static_assert(offsetof(UPrimitiveComponent, MinDrawDistance) == 0x0002D0, "Member 'UPrimitiveComponent::MinDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LDMaxDrawDistance) == 0x0002D4, "Member 'UPrimitiveComponent::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CachedMaxDrawDistance) == 0x0002D8, "Member 'UPrimitiveComponent::CachedMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, DepthPriorityGroup) == 0x0002DC, "Member 'UPrimitiveComponent::DepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, ViewOwnerDepthPriorityGroup) == 0x0002DD, "Member 'UPrimitiveComponent::ViewOwnerDepthPriorityGroup' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, IndirectLightingCacheQuality) == 0x0002DE, "Member 'UPrimitiveComponent::IndirectLightingCacheQuality' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightmapType) == 0x0002DF, "Member 'UPrimitiveComponent::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucentDepthOpacityMask) == 0x0002E4, "Member 'UPrimitiveComponent::TranslucentDepthOpacityMask' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, PerObjectShadowResScale) == 0x0002E8, "Member 'UPrimitiveComponent::PerObjectShadowResScale' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, WPOEvaluateDistanceScale) == 0x0002F0, "Member 'UPrimitiveComponent::WPOEvaluateDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, bHasCustomNavigableGeometry) == 0x0002F8, "Member 'UPrimitiveComponent::bHasCustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CanCharacterStepUpOn) == 0x0002FA, "Member 'UPrimitiveComponent::CanCharacterStepUpOn' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LightingChannels) == 0x0002FB, "Member 'UPrimitiveComponent::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RayTracingGroupId) == 0x0002FC, "Member 'UPrimitiveComponent::RayTracingGroupId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VisibilityId) == 0x000300, "Member 'UPrimitiveComponent::VisibilityId' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilValue) == 0x000304, "Member 'UPrimitiveComponent::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveData) == 0x000308, "Member 'UPrimitiveComponent::CustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomPrimitiveDataInternal) == 0x000318, "Member 'UPrimitiveComponent::CustomPrimitiveDataInternal' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortPriority) == 0x000330, "Member 'UPrimitiveComponent::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, TranslucencySortDistanceOffset) == 0x000334, "Member 'UPrimitiveComponent::TranslucencySortDistanceOffset' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RuntimeVirtualTextures) == 0x000338, "Member 'UPrimitiveComponent::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureLodBias) == 0x000348, "Member 'UPrimitiveComponent::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureCullMips) == 0x000349, "Member 'UPrimitiveComponent::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureMinCoverage) == 0x00034A, "Member 'UPrimitiveComponent::VirtualTextureMinCoverage' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, VirtualTextureRenderPassType) == 0x00034B, "Member 'UPrimitiveComponent::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BoundsScale) == 0x00035C, "Member 'UPrimitiveComponent::BoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreActors) == 0x000370, "Member 'UPrimitiveComponent::MoveIgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, MoveIgnoreComponents) == 0x000380, "Member 'UPrimitiveComponent::MoveIgnoreComponents' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, BodyInstance) == 0x0003A0, "Member 'UPrimitiveComponent::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentHit) == 0x000530, "Member 'UPrimitiveComponent::OnComponentHit' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentBeginOverlap) == 0x000531, "Member 'UPrimitiveComponent::OnComponentBeginOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentEndOverlap) == 0x000532, "Member 'UPrimitiveComponent::OnComponentEndOverlap' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentWake) == 0x000533, "Member 'UPrimitiveComponent::OnComponentWake' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnComponentSleep) == 0x000534, "Member 'UPrimitiveComponent::OnComponentSleep' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnBeginCursorOver) == 0x000536, "Member 'UPrimitiveComponent::OnBeginCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnEndCursorOver) == 0x000537, "Member 'UPrimitiveComponent::OnEndCursorOver' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnClicked) == 0x000538, "Member 'UPrimitiveComponent::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnReleased) == 0x000539, "Member 'UPrimitiveComponent::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchBegin) == 0x00053A, "Member 'UPrimitiveComponent::OnInputTouchBegin' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnd) == 0x00053B, "Member 'UPrimitiveComponent::OnInputTouchEnd' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchEnter) == 0x00053C, "Member 'UPrimitiveComponent::OnInputTouchEnter' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, OnInputTouchLeave) == 0x00053D, "Member 'UPrimitiveComponent::OnInputTouchLeave' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, RayTracingGroupCullingPriority) == 0x00053E, "Member 'UPrimitiveComponent::RayTracingGroupCullingPriority' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, CustomDepthStencilWriteMask) == 0x00053F, "Member 'UPrimitiveComponent::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UPrimitiveComponent, LODParentPrimitive) == 0x000560, "Member 'UPrimitiveComponent::LODParentPrimitive' 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_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_GetMaterialIndex \ +static_assert(alignof(MeshComponent_GetMaterialIndex) == 0x000004, "Wrong alignment on MeshComponent_GetMaterialIndex"); \ +static_assert(sizeof(MeshComponent_GetMaterialIndex) == 0x00000C, "Wrong size on MeshComponent_GetMaterialIndex"); \ +static_assert(offsetof(MeshComponent_GetMaterialIndex, MaterialSlotName) == 0x000000, "Member 'MeshComponent_GetMaterialIndex::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_GetMaterialIndex, ReturnValue) == 0x000008, "Member 'MeshComponent_GetMaterialIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterials \ +static_assert(alignof(MeshComponent_GetMaterials) == 0x000008, "Wrong alignment on MeshComponent_GetMaterials"); \ +static_assert(sizeof(MeshComponent_GetMaterials) == 0x000010, "Wrong size on MeshComponent_GetMaterials"); \ +static_assert(offsetof(MeshComponent_GetMaterials, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_GetMaterialSlotNames \ +static_assert(alignof(MeshComponent_GetMaterialSlotNames) == 0x000008, "Wrong alignment on MeshComponent_GetMaterialSlotNames"); \ +static_assert(sizeof(MeshComponent_GetMaterialSlotNames) == 0x000010, "Wrong size on MeshComponent_GetMaterialSlotNames"); \ +static_assert(offsetof(MeshComponent_GetMaterialSlotNames, ReturnValue) == 0x000000, "Member 'MeshComponent_GetMaterialSlotNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshComponent_IsMaterialSlotNameValid \ +static_assert(alignof(MeshComponent_IsMaterialSlotNameValid) == 0x000004, "Wrong alignment on MeshComponent_IsMaterialSlotNameValid"); \ +static_assert(sizeof(MeshComponent_IsMaterialSlotNameValid) == 0x00000C, "Wrong size on MeshComponent_IsMaterialSlotNameValid"); \ +static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, MaterialSlotName) == 0x000000, "Member 'MeshComponent_IsMaterialSlotNameValid::MaterialSlotName' has a wrong offset!"); \ +static_assert(offsetof(MeshComponent_IsMaterialSlotNameValid, ReturnValue) == 0x000008, "Member 'MeshComponent_IsMaterialSlotNameValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshComponent \ +static_assert(alignof(UMeshComponent) == 0x000010, "Wrong alignment on UMeshComponent"); \ +static_assert(sizeof(UMeshComponent) == 0x000590, "Wrong size on UMeshComponent"); \ +static_assert(offsetof(UMeshComponent, OverrideMaterials) == 0x000568, "Member 'UMeshComponent::OverrideMaterials' 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_SetCapsuleIndirectShadowMinVisibility \ +static_assert(alignof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility) == 0x000004, "Wrong size on SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility, NewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCapsuleIndirectShadowMinVisibility::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleDirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleDirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleDirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleDirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleDirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetCastCapsuleIndirectShadow \ +static_assert(alignof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong alignment on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(sizeof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow) == 0x000001, "Wrong size on SkinnedMeshComponent_SetCastCapsuleIndirectShadow"); \ +static_assert(offsetof(SkinnedMeshComponent_SetCastCapsuleIndirectShadow, bNewValue) == 0x000000, "Member 'SkinnedMeshComponent_SetCastCapsuleIndirectShadow::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetForcedLOD \ +static_assert(alignof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(sizeof(SkinnedMeshComponent_SetForcedLOD) == 0x000004, "Wrong size on SkinnedMeshComponent_SetForcedLOD"); \ +static_assert(offsetof(SkinnedMeshComponent_SetForcedLOD, InNewForcedLOD) == 0x000000, "Member 'SkinnedMeshComponent_SetForcedLOD::InNewForcedLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetMasterPoseComponent \ +static_assert(alignof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetMasterPoseComponent"); \ +static_assert(sizeof(SkinnedMeshComponent_SetMasterPoseComponent) == 0x000010, "Wrong size on SkinnedMeshComponent_SetMasterPoseComponent"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, NewMasterBoneComponent) == 0x000000, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::NewMasterBoneComponent' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetMasterPoseComponent, bForceUpdate) == 0x000008, "Member 'SkinnedMeshComponent_SetMasterPoseComponent::bForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_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_SetSkeletalMesh \ +static_assert(alignof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkeletalMesh"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkeletalMesh) == 0x000010, "Wrong size on SkinnedMeshComponent_SetSkeletalMesh"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, NewMesh) == 0x000000, "Member 'SkinnedMeshComponent_SetSkeletalMesh::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkeletalMesh, bReinitPose) == 0x000008, "Member 'SkinnedMeshComponent_SetSkeletalMesh::bReinitPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightOverride \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000008, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightOverride) == 0x000018, "Wrong size on SkinnedMeshComponent_SetSkinWeightOverride"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, LODIndex) == 0x000000, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(SkinnedMeshComponent_SetSkinWeightOverride, SkinWeights) == 0x000008, "Member 'SkinnedMeshComponent_SetSkinWeightOverride::SkinWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkinnedMeshComponent_SetSkinWeightProfile \ +static_assert(alignof(SkinnedMeshComponent_SetSkinWeightProfile) == 0x000004, "Wrong alignment on SkinnedMeshComponent_SetSkinWeightProfile"); \ +static_assert(sizeof(SkinnedMeshComponent_SetSkinWeightProfile) == 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_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_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_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_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) == 0x000840, "Wrong size on USkinnedMeshComponent"); \ +static_assert(offsetof(USkinnedMeshComponent, SkeletalMesh) == 0x000598, "Member 'USkinnedMeshComponent::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MasterPoseComponent) == 0x0005A0, "Member 'USkinnedMeshComponent::MasterPoseComponent' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, SkinCacheUsage) == 0x0005A8, "Member 'USkinnedMeshComponent::SkinCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformer) == 0x0005B8, "Member 'USkinnedMeshComponent::MeshDeformer' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MeshDeformerInstance) == 0x0005C0, "Member 'USkinnedMeshComponent::MeshDeformerInstance' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, PhysicsAssetOverride) == 0x0006C8, "Member 'USkinnedMeshComponent::PhysicsAssetOverride' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, ForcedLodModel) == 0x0006D0, "Member 'USkinnedMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, MinLodModel) == 0x0006D4, "Member 'USkinnedMeshComponent::MinLodModel' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, StreamingDistanceMultiplier) == 0x0006E0, "Member 'USkinnedMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, LODInfo) == 0x0006F0, "Member 'USkinnedMeshComponent::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, VisibilityBasedAnimTickOption) == 0x000724, "Member 'USkinnedMeshComponent::VisibilityBasedAnimTickOption' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CapsuleIndirectShadowMinVisibility) == 0x00072C, "Member 'USkinnedMeshComponent::CapsuleIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldOrLocalSpaceBounds) == 0x000768, "Member 'USkinnedMeshComponent::CachedWorldOrLocalSpaceBounds' has a wrong offset!"); \ +static_assert(offsetof(USkinnedMeshComponent, CachedWorldToLocalTransform) == 0x0007A0, "Member 'USkinnedMeshComponent::CachedWorldToLocalTransform' has a wrong offset!"); \ + +#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) == 0x0000D0, "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, MinimalQualityLevel) == 0x00004C, "Member 'UStreamableRenderAsset::MinimalQualityLevel' 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!"); \ +static_assert(offsetof(UStreamableRenderAsset, CachedCombinedLODBias) == 0x0000BC, "Member 'UStreamableRenderAsset::CachedCombinedLODBias' 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) == 0x0002F0, "Wrong size on URadialForceComponent"); \ +static_assert(offsetof(URadialForceComponent, Radius) == 0x0002C0, "Member 'URadialForceComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, Falloff) == 0x0002C4, "Member 'URadialForceComponent::Falloff' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ImpulseStrength) == 0x0002C8, "Member 'URadialForceComponent::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ForceStrength) == 0x0002D0, "Member 'URadialForceComponent::ForceStrength' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, DestructibleDamage) == 0x0002D4, "Member 'URadialForceComponent::DestructibleDamage' has a wrong offset!"); \ +static_assert(offsetof(URadialForceComponent, ObjectTypesToAffect) == 0x0002D8, "Member 'URadialForceComponent::ObjectTypesToAffect' 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_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_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_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_UDPICustomScalingRule \ +static_assert(alignof(UDPICustomScalingRule) == 0x000008, "Wrong alignment on UDPICustomScalingRule"); \ +static_assert(sizeof(UDPICustomScalingRule) == 0x000028, "Wrong size on UDPICustomScalingRule"); \ + +#define DUMPER7_ASSERTS_MatineeActor_EnableGroupByName \ +static_assert(alignof(MatineeActor_EnableGroupByName) == 0x000008, "Wrong alignment on MatineeActor_EnableGroupByName"); \ +static_assert(sizeof(MatineeActor_EnableGroupByName) == 0x000018, "Wrong size on MatineeActor_EnableGroupByName"); \ +static_assert(offsetof(MatineeActor_EnableGroupByName, GroupName) == 0x000000, "Member 'MatineeActor_EnableGroupByName::GroupName' has a wrong offset!"); \ +static_assert(offsetof(MatineeActor_EnableGroupByName, bEnable) == 0x000010, "Member 'MatineeActor_EnableGroupByName::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeActor_SetLoopingState \ +static_assert(alignof(MatineeActor_SetLoopingState) == 0x000001, "Wrong alignment on MatineeActor_SetLoopingState"); \ +static_assert(sizeof(MatineeActor_SetLoopingState) == 0x000001, "Wrong size on MatineeActor_SetLoopingState"); \ +static_assert(offsetof(MatineeActor_SetLoopingState, bNewLooping) == 0x000000, "Member 'MatineeActor_SetLoopingState::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeActor_SetPosition \ +static_assert(alignof(MatineeActor_SetPosition) == 0x000004, "Wrong alignment on MatineeActor_SetPosition"); \ +static_assert(sizeof(MatineeActor_SetPosition) == 0x000008, "Wrong size on MatineeActor_SetPosition"); \ +static_assert(offsetof(MatineeActor_SetPosition, NewPosition) == 0x000000, "Member 'MatineeActor_SetPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(MatineeActor_SetPosition, bJump) == 0x000004, "Member 'MatineeActor_SetPosition::bJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AMatineeActor \ +static_assert(alignof(AMatineeActor) == 0x000008, "Wrong alignment on AMatineeActor"); \ +static_assert(sizeof(AMatineeActor) == 0x000330, "Wrong size on AMatineeActor"); \ +static_assert(offsetof(AMatineeActor, MatineeData) == 0x000288, "Member 'AMatineeActor::MatineeData' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, MatineeControllerName) == 0x000290, "Member 'AMatineeActor::MatineeControllerName' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, PlayRate) == 0x000298, "Member 'AMatineeActor::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, ForceStartPosition) == 0x0002A0, "Member 'AMatineeActor::ForceStartPosition' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, PreferredSplitScreenNum) == 0x0002A8, "Member 'AMatineeActor::PreferredSplitScreenNum' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, GroupActorInfos) == 0x0002B0, "Member 'AMatineeActor::GroupActorInfos' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, GroupInst) == 0x0002C8, "Member 'AMatineeActor::GroupInst' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, CameraCuts) == 0x0002D8, "Member 'AMatineeActor::CameraCuts' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, InterpPosition) == 0x0002EC, "Member 'AMatineeActor::InterpPosition' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, ReplicationForceIsPlaying) == 0x0002F4, "Member 'AMatineeActor::ReplicationForceIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnPlay) == 0x0002F8, "Member 'AMatineeActor::OnPlay' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnStop) == 0x000308, "Member 'AMatineeActor::OnStop' has a wrong offset!"); \ +static_assert(offsetof(AMatineeActor, OnPause) == 0x000318, "Member 'AMatineeActor::OnPause' has a wrong offset!"); \ + +#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_UWorldPartitionRuntimeCell \ +static_assert(alignof(UWorldPartitionRuntimeCell) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeCell"); \ +static_assert(sizeof(UWorldPartitionRuntimeCell) == 0x000088, "Wrong size on UWorldPartitionRuntimeCell"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsAlwaysLoaded) == 0x000028, "Member 'UWorldPartitionRuntimeCell::bIsAlwaysLoaded' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, DataLayers) == 0x000030, "Member 'UWorldPartitionRuntimeCell::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, Coords) == 0x000040, "Member 'UWorldPartitionRuntimeCell::Coords' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, GridName) == 0x00004C, "Member 'UWorldPartitionRuntimeCell::GridName' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, DebugName) == 0x000058, "Member 'UWorldPartitionRuntimeCell::DebugName' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, Priority) == 0x000068, "Member 'UWorldPartitionRuntimeCell::Priority' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bClientOnlyVisible) == 0x00006C, "Member 'UWorldPartitionRuntimeCell::bClientOnlyVisible' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bIsHLOD) == 0x00006D, "Member 'UWorldPartitionRuntimeCell::bIsHLOD' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeCell, bBlockOnSlowLoading) == 0x00006E, "Member 'UWorldPartitionRuntimeCell::bBlockOnSlowLoading' 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) == 0x000158, "Wrong size on UParticleSystem"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_FPS) == 0x000030, "Member 'UParticleSystem::UpdateTime_FPS' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, UpdateTime_Delta) == 0x000034, "Member 'UParticleSystem::UpdateTime_Delta' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTime) == 0x000038, "Member 'UParticleSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, WarmupTickRate) == 0x00003C, "Member 'UParticleSystem::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Emitters) == 0x000040, "Member 'UParticleSystem::Emitters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, PreviewComponent) == 0x000050, "Member 'UParticleSystem::PreviewComponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CurveEdSetup) == 0x000058, "Member 'UParticleSystem::CurveEdSetup' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistanceCheckTime) == 0x000060, "Member 'UParticleSystem::LODDistanceCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVRadius) == 0x000064, "Member 'UParticleSystem::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODDistances) == 0x000068, "Member 'UParticleSystem::LODDistances' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODSettings) == 0x000078, "Member 'UParticleSystem::LODSettings' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, FixedRelativeBoundingBox) == 0x000088, "Member 'UParticleSystem::FixedRelativeBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SecondsBeforeInactive) == 0x0000C0, "Member 'UParticleSystem::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, Delay) == 0x0000C4, "Member 'UParticleSystem::Delay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, DelayLow) == 0x0000C8, "Member 'UParticleSystem::DelayLow' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SystemUpdateMode) == 0x0000CE, "Member 'UParticleSystem::SystemUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, LODMethod) == 0x0000CF, "Member 'UParticleSystem::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificantReaction) == 0x0000D0, "Member 'UParticleSystem::InsignificantReaction' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, OcclusionBoundsMethod) == 0x0000D1, "Member 'UParticleSystem::OcclusionBoundsMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MaxSignificanceLevel) == 0x0000D3, "Member 'UParticleSystem::MaxSignificanceLevel' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MinTimeBetweenTicks) == 0x0000D4, "Member 'UParticleSystem::MinTimeBetweenTicks' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, InsignificanceDelay) == 0x0000D8, "Member 'UParticleSystem::InsignificanceDelay' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, MacroUVPosition) == 0x0000E0, "Member 'UParticleSystem::MacroUVPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, CustomOcclusionBounds) == 0x0000F8, "Member 'UParticleSystem::CustomOcclusionBounds' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, SoloTracking) == 0x000130, "Member 'UParticleSystem::SoloTracking' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystem, NamedMaterialSlots) == 0x000140, "Member 'UParticleSystem::NamedMaterialSlots' 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_AInfo \ +static_assert(alignof(AInfo) == 0x000008, "Wrong alignment on AInfo"); \ +static_assert(sizeof(AInfo) == 0x000288, "Wrong size on AInfo"); \ + +#define DUMPER7_ASSERTS_AAtmosphericFog \ +static_assert(alignof(AAtmosphericFog) == 0x000008, "Wrong alignment on AAtmosphericFog"); \ +static_assert(sizeof(AAtmosphericFog) == 0x000290, "Wrong size on AAtmosphericFog"); \ +static_assert(offsetof(AAtmosphericFog, AtmosphericFogComponent) == 0x000288, "Member 'AAtmosphericFog::AtmosphericFogComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackLinearColorBase \ +static_assert(alignof(UInterpTrackLinearColorBase) == 0x000008, "Wrong alignment on UInterpTrackLinearColorBase"); \ +static_assert(sizeof(UInterpTrackLinearColorBase) == 0x000090, "Wrong size on UInterpTrackLinearColorBase"); \ +static_assert(offsetof(UInterpTrackLinearColorBase, LinearColorTrack) == 0x000070, "Member 'UInterpTrackLinearColorBase::LinearColorTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackLinearColorBase, CurveTension) == 0x000088, "Member 'UInterpTrackLinearColorBase::CurveTension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackLinearColorProp \ +static_assert(alignof(UInterpTrackLinearColorProp) == 0x000008, "Wrong alignment on UInterpTrackLinearColorProp"); \ +static_assert(sizeof(UInterpTrackLinearColorProp) == 0x000098, "Wrong size on UInterpTrackLinearColorProp"); \ +static_assert(offsetof(UInterpTrackLinearColorProp, PropertyName) == 0x000090, "Member 'UInterpTrackLinearColorProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeSpatialHashCell \ +static_assert(alignof(UWorldPartitionRuntimeSpatialHashCell) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeSpatialHashCell"); \ +static_assert(sizeof(UWorldPartitionRuntimeSpatialHashCell) == 0x0000C8, "Wrong size on UWorldPartitionRuntimeSpatialHashCell"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHashCell, position) == 0x000088, "Member 'UWorldPartitionRuntimeSpatialHashCell::position' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHashCell, Extent) == 0x0000A0, "Member 'UWorldPartitionRuntimeSpatialHashCell::Extent' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHashCell, Level) == 0x0000A4, "Member 'UWorldPartitionRuntimeSpatialHashCell::Level' 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_IRVOAvoidanceInterface \ +static_assert(alignof(IRVOAvoidanceInterface) == 0x000001, "Wrong alignment on IRVOAvoidanceInterface"); \ +static_assert(sizeof(IRVOAvoidanceInterface) == 0x000001, "Wrong size on IRVOAvoidanceInterface"); \ + +#define DUMPER7_ASSERTS_ABrush \ +static_assert(alignof(ABrush) == 0x000008, "Wrong alignment on ABrush"); \ +static_assert(sizeof(ABrush) == 0x0002C0, "Wrong size on ABrush"); \ +static_assert(offsetof(ABrush, BrushType) == 0x000288, "Member 'ABrush::BrushType' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushColor) == 0x00028C, "Member 'ABrush::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(ABrush, PolyFlags) == 0x000290, "Member 'ABrush::PolyFlags' has a wrong offset!"); \ +static_assert(offsetof(ABrush, Brush) == 0x000298, "Member 'ABrush::Brush' has a wrong offset!"); \ +static_assert(offsetof(ABrush, BrushComponent) == 0x0002A0, "Member 'ABrush::BrushComponent' has a wrong offset!"); \ +static_assert(offsetof(ABrush, SavedSelections) == 0x0002B0, "Member 'ABrush::SavedSelections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolume \ +static_assert(alignof(AVolume) == 0x000008, "Wrong alignment on AVolume"); \ +static_assert(sizeof(AVolume) == 0x0002C0, "Wrong size on AVolume"); \ + +#define DUMPER7_ASSERTS_APhysicsVolume \ +static_assert(alignof(APhysicsVolume) == 0x000008, "Wrong alignment on APhysicsVolume"); \ +static_assert(sizeof(APhysicsVolume) == 0x0002D0, "Wrong size on APhysicsVolume"); \ +static_assert(offsetof(APhysicsVolume, TerminalVelocity) == 0x0002C0, "Member 'APhysicsVolume::TerminalVelocity' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, Priority) == 0x0002C4, "Member 'APhysicsVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APhysicsVolume, FluidFriction) == 0x0002C8, "Member 'APhysicsVolume::FluidFriction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstSlomo \ +static_assert(alignof(UInterpTrackInstSlomo) == 0x000008, "Wrong alignment on UInterpTrackInstSlomo"); \ +static_assert(sizeof(UInterpTrackInstSlomo) == 0x000030, "Wrong size on UInterpTrackInstSlomo"); \ +static_assert(offsetof(UInterpTrackInstSlomo, OldTimeDilation) == 0x000028, "Member 'UInterpTrackInstSlomo::OldTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpression \ +static_assert(alignof(UMaterialExpression) == 0x000008, "Wrong alignment on UMaterialExpression"); \ +static_assert(sizeof(UMaterialExpression) == 0x000040, "Wrong size on UMaterialExpression"); \ +static_assert(offsetof(UMaterialExpression, Material) == 0x000028, "Member 'UMaterialExpression::Material' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpression, Function) == 0x000030, "Member 'UMaterialExpression::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureBase \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureBase"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureBase) == 0x000048, "Wrong size on UMaterialExpressionSparseVolumeTextureBase"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureBase, SparseVolumeTexture) == 0x000040, "Member 'UMaterialExpressionSparseVolumeTextureBase::SparseVolumeTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureSample \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureSample"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureSample) == 0x000088, "Wrong size on UMaterialExpressionSparseVolumeTextureSample"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, Coordinates) == 0x000048, "Member 'UMaterialExpressionSparseVolumeTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, TextureObject) == 0x00005C, "Member 'UMaterialExpressionSparseVolumeTextureSample::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, MipLevel) == 0x000070, "Member 'UMaterialExpressionSparseVolumeTextureSample::MipLevel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSample, SamplerSource) == 0x000084, "Member 'UMaterialExpressionSparseVolumeTextureSample::SamplerSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetConnection \ +static_assert(alignof(UNetConnection) == 0x000010, "Wrong alignment on UNetConnection"); \ +static_assert(sizeof(UNetConnection) == 0x003240, "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, ChannelsToTick) == 0x0015E0, "Member 'UNetConnection::ChannelsToTick' 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_UEngineCustomTimeStep \ +static_assert(alignof(UEngineCustomTimeStep) == 0x000008, "Wrong alignment on UEngineCustomTimeStep"); \ +static_assert(sizeof(UEngineCustomTimeStep) == 0x000028, "Wrong size on UEngineCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_AnimationDataController_AddAttribute \ +static_assert(alignof(AnimationDataController_AddAttribute) == 0x000008, "Wrong alignment on AnimationDataController_AddAttribute"); \ +static_assert(sizeof(AnimationDataController_AddAttribute) == 0x000040, "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) == 0x000038, "Member 'AnimationDataController_AddAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddAttribute, ReturnValue) == 0x000039, "Member 'AnimationDataController_AddAttribute::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) == 0x000018, "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) == 0x000010, "Member 'AnimationDataController_AddCurve::CurveFlags' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, bShouldTransact) == 0x000014, "Member 'AnimationDataController_AddCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_AddCurve, ReturnValue) == 0x000015, "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) == 0x000078, "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) == 0x000038, "Member 'AnimationDataController_DuplicateAttribute::NewAttributeIdentifier' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, bShouldTransact) == 0x000070, "Member 'AnimationDataController_DuplicateAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateAttribute, ReturnValue) == 0x000071, "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) == 0x000024, "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) == 0x000010, "Member 'AnimationDataController_DuplicateCurve::NewCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, bShouldTransact) == 0x000020, "Member 'AnimationDataController_DuplicateCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_DuplicateCurve, ReturnValue) == 0x000021, "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_GetModel \ +static_assert(alignof(AnimationDataController_GetModel) == 0x000008, "Wrong alignment on AnimationDataController_GetModel"); \ +static_assert(sizeof(AnimationDataController_GetModel) == 0x000008, "Wrong size on AnimationDataController_GetModel"); \ +static_assert(offsetof(AnimationDataController_GetModel, ReturnValue) == 0x000000, "Member 'AnimationDataController_GetModel::ReturnValue' 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) == 0x000020, "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) == 0x000018, "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) == 0x000040, "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) == 0x000038, "Member 'AnimationDataController_RemoveAttribute::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttribute, ReturnValue) == 0x000039, "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) == 0x000040, "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) == 0x000038, "Member 'AnimationDataController_RemoveAttributeKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, bShouldTransact) == 0x00003C, "Member 'AnimationDataController_RemoveAttributeKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveAttributeKey, ReturnValue) == 0x00003D, "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) == 0x000014, "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) == 0x000010, "Member 'AnimationDataController_RemoveCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurve, ReturnValue) == 0x000011, "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) == 0x000018, "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) == 0x000010, "Member 'AnimationDataController_RemoveCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, bShouldTransact) == 0x000014, "Member 'AnimationDataController_RemoveCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveCurveKey, ReturnValue) == 0x000015, "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) == 0x000018, "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) == 0x000010, "Member 'AnimationDataController_RemoveTransformCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, bShouldTransact) == 0x000014, "Member 'AnimationDataController_RemoveTransformCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RemoveTransformCurveKey, ReturnValue) == 0x000015, "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) == 0x000024, "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) == 0x000010, "Member 'AnimationDataController_RenameCurve::NewCurveId' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, bShouldTransact) == 0x000020, "Member 'AnimationDataController_RenameCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_RenameCurve, ReturnValue) == 0x000021, "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_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) == 0x00001C, "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) == 0x000010, "Member 'AnimationDataController_ScaleCurve::Origin' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, Factor) == 0x000014, "Member 'AnimationDataController_ScaleCurve::Factor' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, bShouldTransact) == 0x000018, "Member 'AnimationDataController_ScaleCurve::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_ScaleCurve, ReturnValue) == 0x000019, "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) == 0x000024, "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) == 0x000010, "Member 'AnimationDataController_SetCurveColor::Color' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, bShouldTransact) == 0x000020, "Member 'AnimationDataController_SetCurveColor::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveColor, ReturnValue) == 0x000021, "Member 'AnimationDataController_SetCurveColor::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) == 0x000014, "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) == 0x000010, "Member 'AnimationDataController_SetCurveFlag::Flag' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, bState) == 0x000011, "Member 'AnimationDataController_SetCurveFlag::bState' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, bShouldTransact) == 0x000012, "Member 'AnimationDataController_SetCurveFlag::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlag, ReturnValue) == 0x000013, "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) == 0x000018, "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) == 0x000010, "Member 'AnimationDataController_SetCurveFlags::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, bShouldTransact) == 0x000014, "Member 'AnimationDataController_SetCurveFlags::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveFlags, ReturnValue) == 0x000015, "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) == 0x000030, "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) == 0x000010, "Member 'AnimationDataController_SetCurveKey::Key' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, bShouldTransact) == 0x00002C, "Member 'AnimationDataController_SetCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetCurveKey, ReturnValue) == 0x00002D, "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) == 0x000008, "Wrong size on AnimationDataController_SetModel"); \ +static_assert(offsetof(AnimationDataController_SetModel, InModel) == 0x000000, "Member 'AnimationDataController_SetModel::InModel' 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) == 0x000090, "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) == 0x000010, "Member 'AnimationDataController_SetTransformCurveKey::Time' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, Value) == 0x000020, "Member 'AnimationDataController_SetTransformCurveKey::Value' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, bShouldTransact) == 0x000080, "Member 'AnimationDataController_SetTransformCurveKey::bShouldTransact' has a wrong offset!"); \ +static_assert(offsetof(AnimationDataController_SetTransformCurveKey, ReturnValue) == 0x000081, "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_IAnimationDataController \ +static_assert(alignof(IAnimationDataController) == 0x000001, "Wrong alignment on IAnimationDataController"); \ +static_assert(sizeof(IAnimationDataController) == 0x000001, "Wrong size on IAnimationDataController"); \ + +#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_UScriptViewportClient \ +static_assert(alignof(UScriptViewportClient) == 0x000008, "Wrong alignment on UScriptViewportClient"); \ +static_assert(sizeof(UScriptViewportClient) == 0x000038, "Wrong size on UScriptViewportClient"); \ + +#define DUMPER7_ASSERTS_GameViewportClient_SetConsoleTarget \ +static_assert(alignof(GameViewportClient_SetConsoleTarget) == 0x000004, "Wrong alignment on GameViewportClient_SetConsoleTarget"); \ +static_assert(sizeof(GameViewportClient_SetConsoleTarget) == 0x000004, "Wrong size on GameViewportClient_SetConsoleTarget"); \ +static_assert(offsetof(GameViewportClient_SetConsoleTarget, PlayerIndex) == 0x000000, "Member 'GameViewportClient_SetConsoleTarget::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameViewportClient \ +static_assert(alignof(UGameViewportClient) == 0x000008, "Wrong alignment on UGameViewportClient"); \ +static_assert(sizeof(UGameViewportClient) == 0x0003A0, "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_UParticleModuleLocationWorldOffset \ +static_assert(alignof(UParticleModuleLocationWorldOffset) == 0x000008, "Wrong alignment on UParticleModuleLocationWorldOffset"); \ +static_assert(sizeof(UParticleModuleLocationWorldOffset) == 0x000098, "Wrong size on UParticleModuleLocationWorldOffset"); \ + +#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_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_SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop \ +static_assert(alignof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000008, "Wrong alignment on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ +static_assert(sizeof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop) == 0x000018, "Wrong size on SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, DirectionalLight) == 0x000000, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop, ReturnValue) == 0x000008, "Member 'SkyAtmosphereComponent_GetAtmosphereTransmitanceOnGroundAtPlanetTop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_OverrideAtmosphereLightDirection \ +static_assert(alignof(SkyAtmosphereComponent_OverrideAtmosphereLightDirection) == 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_SetAerialPespectiveViewDistanceScale \ +static_assert(alignof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAerialPespectiveViewDistanceScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetAtmosphereHeight \ +static_assert(alignof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetAtmosphereHeight) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetAtmosphereHeight"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetAtmosphereHeight, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetAtmosphereHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetHeightFogContribution \ +static_assert(alignof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetHeightFogContribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetHeightFogContribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetHeightFogContribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetHeightFogContribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieAnisotropy \ +static_assert(alignof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieAnisotropy) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieAnisotropy"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieAnisotropy, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieAnisotropy::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetMieScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMieScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMieScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMieScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMieScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMieScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetMultiScatteringFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetMultiScatteringFactor) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetMultiScatteringFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetMultiScatteringFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetMultiScatteringFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorption \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorption) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorption"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorption, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorption::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetOtherAbsorptionScale \ +static_assert(alignof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetOtherAbsorptionScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetOtherAbsorptionScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetOtherAbsorptionScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetOtherAbsorptionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighExponentialDistribution \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighExponentialDistribution) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighExponentialDistribution"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighExponentialDistribution, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighExponentialDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScattering \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScattering) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetRayleighScattering"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScattering, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScattering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetRayleighScatteringScale \ +static_assert(alignof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetRayleighScatteringScale) == 0x000004, "Wrong size on SkyAtmosphereComponent_SetRayleighScatteringScale"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetRayleighScatteringScale, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetRayleighScatteringScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyAtmosphereComponent_SetSkyLuminanceFactor \ +static_assert(alignof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000004, "Wrong alignment on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ +static_assert(sizeof(SkyAtmosphereComponent_SetSkyLuminanceFactor) == 0x000010, "Wrong size on SkyAtmosphereComponent_SetSkyLuminanceFactor"); \ +static_assert(offsetof(SkyAtmosphereComponent_SetSkyLuminanceFactor, NewValue) == 0x000000, "Member 'SkyAtmosphereComponent_SetSkyLuminanceFactor::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyAtmosphereComponent \ +static_assert(alignof(USkyAtmosphereComponent) == 0x000010, "Wrong alignment on USkyAtmosphereComponent"); \ +static_assert(sizeof(USkyAtmosphereComponent) == 0x0003C0, "Wrong size on USkyAtmosphereComponent"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransformMode) == 0x0002C0, "Member 'USkyAtmosphereComponent::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, BottomRadius) == 0x0002C4, "Member 'USkyAtmosphereComponent::BottomRadius' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, GroundAlbedo) == 0x0002C8, "Member 'USkyAtmosphereComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AtmosphereHeight) == 0x0002CC, "Member 'USkyAtmosphereComponent::AtmosphereHeight' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MultiScatteringFactor) == 0x0002D0, "Member 'USkyAtmosphereComponent::MultiScatteringFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TraceSampleCountScale) == 0x0002D4, "Member 'USkyAtmosphereComponent::TraceSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScatteringScale) == 0x0002D8, "Member 'USkyAtmosphereComponent::RayleighScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighScattering) == 0x0002DC, "Member 'USkyAtmosphereComponent::RayleighScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, RayleighExponentialDistribution) == 0x0002EC, "Member 'USkyAtmosphereComponent::RayleighExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScatteringScale) == 0x0002F0, "Member 'USkyAtmosphereComponent::MieScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieScattering) == 0x0002F4, "Member 'USkyAtmosphereComponent::MieScattering' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorptionScale) == 0x000304, "Member 'USkyAtmosphereComponent::MieAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAbsorption) == 0x000308, "Member 'USkyAtmosphereComponent::MieAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieAnisotropy) == 0x000318, "Member 'USkyAtmosphereComponent::MieAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, MieExponentialDistribution) == 0x00031C, "Member 'USkyAtmosphereComponent::MieExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorptionScale) == 0x000320, "Member 'USkyAtmosphereComponent::OtherAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherAbsorption) == 0x000324, "Member 'USkyAtmosphereComponent::OtherAbsorption' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, OtherTentDistribution) == 0x000334, "Member 'USkyAtmosphereComponent::OtherTentDistribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, SkyLuminanceFactor) == 0x000340, "Member 'USkyAtmosphereComponent::SkyLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPespectiveViewDistanceScale) == 0x000350, "Member 'USkyAtmosphereComponent::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, HeightFogContribution) == 0x000354, "Member 'USkyAtmosphereComponent::HeightFogContribution' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, TransmittanceMinLightElevationAngle) == 0x000358, "Member 'USkyAtmosphereComponent::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, AerialPerspectiveStartDepth) == 0x00035C, "Member 'USkyAtmosphereComponent::AerialPerspectiveStartDepth' has a wrong offset!"); \ +static_assert(offsetof(USkyAtmosphereComponent, bStaticLightingBuiltGUID) == 0x0003A0, "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) == 0x0003C0, "Wrong size on UAtmosphericFogComponent"); \ + +#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_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_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_UVoiceChannel \ +static_assert(alignof(UVoiceChannel) == 0x000008, "Wrong alignment on UVoiceChannel"); \ +static_assert(sizeof(UVoiceChannel) == 0x000078, "Wrong size on UVoiceChannel"); \ + +#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) == 0x000380, "Wrong size on USceneCaptureComponent"); \ +static_assert(offsetof(USceneCaptureComponent, PrimitiveRenderMode) == 0x0002C0, "Member 'USceneCaptureComponent::PrimitiveRenderMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSource) == 0x0002C1, "Member 'USceneCaptureComponent::CaptureSource' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bAlwaysPersistRenderingState) == 0x0002C3, "Member 'USceneCaptureComponent::bAlwaysPersistRenderingState' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenComponents) == 0x0002C8, "Member 'USceneCaptureComponent::HiddenComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, HiddenActors) == 0x0002D8, "Member 'USceneCaptureComponent::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyComponents) == 0x0002E8, "Member 'USceneCaptureComponent::ShowOnlyComponents' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowOnlyActors) == 0x0002F8, "Member 'USceneCaptureComponent::ShowOnlyActors' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, LODDistanceFactor) == 0x000308, "Member 'USceneCaptureComponent::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, MaxViewDistanceOverride) == 0x00030C, "Member 'USceneCaptureComponent::MaxViewDistanceOverride' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, CaptureSortPriority) == 0x000310, "Member 'USceneCaptureComponent::CaptureSortPriority' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, bUseRayTracingIfEnabled) == 0x000314, "Member 'USceneCaptureComponent::bUseRayTracingIfEnabled' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ShowFlagSettings) == 0x000318, "Member 'USceneCaptureComponent::ShowFlagSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent, ProfilingEventName) == 0x000358, "Member 'USceneCaptureComponent::ProfilingEventName' 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_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) == 0x000A70, "Wrong size on ACameraActor"); \ +static_assert(offsetof(ACameraActor, AutoActivateForPlayer) == 0x000288, "Member 'ACameraActor::AutoActivateForPlayer' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, CameraComponent) == 0x000290, "Member 'ACameraActor::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraActor, SceneComponent) == 0x000298, "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_AnimationAttributeIdentifierExtensions_IsValid \ +static_assert(alignof(AnimationAttributeIdentifierExtensions_IsValid) == 0x000008, "Wrong alignment on AnimationAttributeIdentifierExtensions_IsValid"); \ +static_assert(sizeof(AnimationAttributeIdentifierExtensions_IsValid) == 0x000040, "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) == 0x000038, "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_ArrowComponent_SetArrowColor \ +static_assert(alignof(ArrowComponent_SetArrowColor) == 0x000004, "Wrong alignment on ArrowComponent_SetArrowColor"); \ +static_assert(sizeof(ArrowComponent_SetArrowColor) == 0x000010, "Wrong size on ArrowComponent_SetArrowColor"); \ +static_assert(offsetof(ArrowComponent_SetArrowColor, NewColor) == 0x000000, "Member 'ArrowComponent_SetArrowColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArrowComponent \ +static_assert(alignof(UArrowComponent) == 0x000010, "Wrong alignment on UArrowComponent"); \ +static_assert(sizeof(UArrowComponent) == 0x000580, "Wrong size on UArrowComponent"); \ +static_assert(offsetof(UArrowComponent, ArrowColor) == 0x000568, "Member 'UArrowComponent::ArrowColor' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowSize) == 0x00056C, "Member 'UArrowComponent::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ArrowLength) == 0x000570, "Member 'UArrowComponent::ArrowLength' has a wrong offset!"); \ +static_assert(offsetof(UArrowComponent, ScreenSize) == 0x000574, "Member 'UArrowComponent::ScreenSize' 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) == 0x000100, "Wrong size on UVOIPTalker"); \ +static_assert(offsetof(UVOIPTalker, Settings) == 0x0000C0, "Member 'UVOIPTalker::Settings' 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) == 0x000C40, "Wrong size on USceneCaptureComponent2D"); \ +static_assert(offsetof(USceneCaptureComponent2D, ProjectionType) == 0x000378, "Member 'USceneCaptureComponent2D::ProjectionType' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, FOVAngle) == 0x00037C, "Member 'USceneCaptureComponent2D::FOVAngle' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, OrthoWidth) == 0x000380, "Member 'USceneCaptureComponent2D::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, TextureTarget) == 0x000388, "Member 'USceneCaptureComponent2D::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CompositeMode) == 0x000390, "Member 'USceneCaptureComponent2D::CompositeMode' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessSettings) == 0x0003A0, "Member 'USceneCaptureComponent2D::PostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, PostProcessBlendWeight) == 0x000B50, "Member 'USceneCaptureComponent2D::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomNearClippingPlane) == 0x000B58, "Member 'USceneCaptureComponent2D::CustomNearClippingPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseCustomProjectionMatrix) == 0x000B5C, "Member 'USceneCaptureComponent2D::bUseCustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, CustomProjectionMatrix) == 0x000B60, "Member 'USceneCaptureComponent2D::CustomProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bUseFauxOrthoViewPos) == 0x000BE0, "Member 'USceneCaptureComponent2D::bUseFauxOrthoViewPos' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableOrthographicTiling) == 0x000BE1, "Member 'USceneCaptureComponent2D::bEnableOrthographicTiling' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, NumXTiles) == 0x000BE4, "Member 'USceneCaptureComponent2D::NumXTiles' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, NumYTiles) == 0x000BE8, "Member 'USceneCaptureComponent2D::NumYTiles' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bEnableClipPlane) == 0x000BEC, "Member 'USceneCaptureComponent2D::bEnableClipPlane' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneBase) == 0x000BF0, "Member 'USceneCaptureComponent2D::ClipPlaneBase' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, ClipPlaneNormal) == 0x000C08, "Member 'USceneCaptureComponent2D::ClipPlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponent2D, bDisableFlipCopyGLES) == 0x000C24, "Member 'USceneCaptureComponent2D::bDisableFlipCopyGLES' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalDerivative \ +static_assert(alignof(UMaterialExpressionDecalDerivative) == 0x000008, "Wrong alignment on UMaterialExpressionDecalDerivative"); \ +static_assert(sizeof(UMaterialExpressionDecalDerivative) == 0x000040, "Wrong size on UMaterialExpressionDecalDerivative"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionHLOD \ +static_assert(alignof(AWorldPartitionHLOD) == 0x000008, "Wrong alignment on AWorldPartitionHLOD"); \ +static_assert(sizeof(AWorldPartitionHLOD) == 0x0002C0, "Wrong size on AWorldPartitionHLOD"); \ +static_assert(offsetof(AWorldPartitionHLOD, LODLevel) == 0x000288, "Member 'AWorldPartitionHLOD::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, bRequireWarmup) == 0x00028C, "Member 'AWorldPartitionHLOD::bRequireWarmup' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, SourceCell) == 0x000290, "Member 'AWorldPartitionHLOD::SourceCell' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionHLOD, SourceCellName) == 0x0002B8, "Member 'AWorldPartitionHLOD::SourceCellName' has a wrong offset!"); \ + +#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_UBlueprintAsyncActionBase \ +static_assert(alignof(UBlueprintAsyncActionBase) == 0x000008, "Wrong alignment on UBlueprintAsyncActionBase"); \ +static_assert(sizeof(UBlueprintAsyncActionBase) == 0x000030, "Wrong size on UBlueprintAsyncActionBase"); \ + +#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_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_VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance \ +static_assert(alignof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong alignment on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(sizeof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance) == 0x000001, "Wrong size on VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance"); \ +static_assert(offsetof(VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetbUsePerSampleAtmosphericLightTransmittance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetGroundAlbedo \ +static_assert(alignof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(sizeof(VolumetricCloudComponent_SetGroundAlbedo) == 0x000004, "Wrong size on VolumetricCloudComponent_SetGroundAlbedo"); \ +static_assert(offsetof(VolumetricCloudComponent_SetGroundAlbedo, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetGroundAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerBottomAltitude \ +static_assert(alignof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerBottomAltitude) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerBottomAltitude"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerBottomAltitude, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerBottomAltitude::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetLayerHeight \ +static_assert(alignof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(sizeof(VolumetricCloudComponent_SetLayerHeight) == 0x000004, "Wrong size on VolumetricCloudComponent_SetLayerHeight"); \ +static_assert(offsetof(VolumetricCloudComponent_SetLayerHeight, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetLayerHeight::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetMaterial \ +static_assert(alignof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong alignment on VolumetricCloudComponent_SetMaterial"); \ +static_assert(sizeof(VolumetricCloudComponent_SetMaterial) == 0x000008, "Wrong size on VolumetricCloudComponent_SetMaterial"); \ +static_assert(offsetof(VolumetricCloudComponent_SetMaterial, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetMaterial::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetPlanetRadius \ +static_assert(alignof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(sizeof(VolumetricCloudComponent_SetPlanetRadius) == 0x000004, "Wrong size on VolumetricCloudComponent_SetPlanetRadius"); \ +static_assert(offsetof(VolumetricCloudComponent_SetPlanetRadius, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetPlanetRadius::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_SetReflectionSampleCountScale \ +static_assert(alignof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong alignment on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(sizeof(VolumetricCloudComponent_SetReflectionSampleCountScale) == 0x000004, "Wrong size on VolumetricCloudComponent_SetReflectionSampleCountScale"); \ +static_assert(offsetof(VolumetricCloudComponent_SetReflectionSampleCountScale, NewValue) == 0x000000, "Member 'VolumetricCloudComponent_SetReflectionSampleCountScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VolumetricCloudComponent_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_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_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) == 0x000330, "Wrong size on UVolumetricCloudComponent"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerBottomAltitude) == 0x0002C0, "Member 'UVolumetricCloudComponent::LayerBottomAltitude' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, LayerHeight) == 0x0002C4, "Member 'UVolumetricCloudComponent::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingStartMaxDistance) == 0x0002C8, "Member 'UVolumetricCloudComponent::TracingStartMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistanceMode) == 0x0002CC, "Member 'UVolumetricCloudComponent::TracingMaxDistanceMode' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, TracingMaxDistance) == 0x0002D0, "Member 'UVolumetricCloudComponent::TracingMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, PlanetRadius) == 0x0002D4, "Member 'UVolumetricCloudComponent::PlanetRadius' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, GroundAlbedo) == 0x0002D8, "Member 'UVolumetricCloudComponent::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, Material) == 0x0002E0, "Member 'UVolumetricCloudComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, SkyLightCloudBottomOcclusion) == 0x0002EC, "Member 'UVolumetricCloudComponent::SkyLightCloudBottomOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ViewSampleCountScale) == 0x0002F0, "Member 'UVolumetricCloudComponent::ViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionViewSampleCountScaleValue) == 0x0002F4, "Member 'UVolumetricCloudComponent::ReflectionViewSampleCountScaleValue' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionViewSampleCountScale) == 0x0002F8, "Member 'UVolumetricCloudComponent::ReflectionViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ReflectionSampleCountScale) == 0x0002FC, "Member 'UVolumetricCloudComponent::ReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowViewSampleCountScale) == 0x000300, "Member 'UVolumetricCloudComponent::ShadowViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionViewSampleCountScaleValue) == 0x000304, "Member 'UVolumetricCloudComponent::ShadowReflectionViewSampleCountScaleValue' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionViewSampleCountScale) == 0x000308, "Member 'UVolumetricCloudComponent::ShadowReflectionViewSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowReflectionSampleCountScale) == 0x00030C, "Member 'UVolumetricCloudComponent::ShadowReflectionSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, ShadowTracingDistance) == 0x000310, "Member 'UVolumetricCloudComponent::ShadowTracingDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, StopTracingTransmittanceThreshold) == 0x000314, "Member 'UVolumetricCloudComponent::StopTracingTransmittanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveRayleighScatteringStartDistance) == 0x000318, "Member 'UVolumetricCloudComponent::AerialPespectiveRayleighScatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveRayleighScatteringFadeDistance) == 0x00031C, "Member 'UVolumetricCloudComponent::AerialPespectiveRayleighScatteringFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveMieScatteringStartDistance) == 0x000320, "Member 'UVolumetricCloudComponent::AerialPespectiveMieScatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UVolumetricCloudComponent, AerialPespectiveMieScatteringFadeDistance) == 0x000324, "Member 'UVolumetricCloudComponent::AerialPespectiveMieScatteringFadeDistance' 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_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) == 0x000048, "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) == 0x000040, "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) == 0x000050, "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) == 0x000038, "Member 'KismetInputLibrary_GetKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_GetUserIndex \ +static_assert(alignof(KismetInputLibrary_GetUserIndex) == 0x000008, "Wrong alignment on KismetInputLibrary_GetUserIndex"); \ +static_assert(sizeof(KismetInputLibrary_GetUserIndex) == 0x000040, "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) == 0x000038, "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) == 0x000038, "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) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsAltDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsAltDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsCommandDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsControlDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsControlDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsControlDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsControlDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftAltDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftAltDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftCommandDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftControlDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftControlDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsLeftShiftDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsLeftShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsLeftShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsLeftShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsLeftShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRepeat \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRepeat"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRepeat) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRepeat"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRepeat::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRepeat, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRepeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightAltDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightAltDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightAltDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightAltDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightAltDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightAltDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightCommandDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightCommandDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightCommandDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightCommandDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightCommandDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightControlDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightControlDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightControlDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightControlDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightControlDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightControlDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsRightShiftDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsRightShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsRightShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsRightShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsRightShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_InputEvent_IsShiftDown \ +static_assert(alignof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000008, "Wrong alignment on KismetInputLibrary_InputEvent_IsShiftDown"); \ +static_assert(sizeof(KismetInputLibrary_InputEvent_IsShiftDown) == 0x000020, "Wrong size on KismetInputLibrary_InputEvent_IsShiftDown"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, Input) == 0x000000, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::Input' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_InputEvent_IsShiftDown, ReturnValue) == 0x000018, "Member 'KismetInputLibrary_InputEvent_IsShiftDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetInputLibrary_Key_GetDisplayName \ +static_assert(alignof(KismetInputLibrary_Key_GetDisplayName) == 0x000008, "Wrong alignment on KismetInputLibrary_Key_GetDisplayName"); \ +static_assert(sizeof(KismetInputLibrary_Key_GetDisplayName) == 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, ReturnValue) == 0x000018, "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) == 0x000040, "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) == 0x000038, "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) == 0x000048, "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) == 0x000040, "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) == 0x000040, "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) == 0x000038, "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_PointerEvent_GetCursorDelta \ +static_assert(alignof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x000008, "Wrong alignment on KismetInputLibrary_PointerEvent_GetCursorDelta"); \ +static_assert(sizeof(KismetInputLibrary_PointerEvent_GetCursorDelta) == 0x0000A0, "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) == 0x000090, "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) == 0x0000A8, "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) == 0x000090, "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) == 0x0000A0, "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) == 0x000090, "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) == 0x000098, "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) == 0x000090, "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) == 0x0000A0, "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) == 0x000090, "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) == 0x000098, "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) == 0x000090, "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) == 0x0000A0, "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) == 0x000090, "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) == 0x000098, "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) == 0x000090, "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) == 0x000098, "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) == 0x000090, "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) == 0x000098, "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) == 0x000090, "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) == 0x0000B0, "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) == 0x000090, "Member 'KismetInputLibrary_PointerEvent_IsMouseButtonDown::MouseButton' has a wrong offset!"); \ +static_assert(offsetof(KismetInputLibrary_PointerEvent_IsMouseButtonDown, ReturnValue) == 0x0000A8, "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) == 0x000098, "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) == 0x000090, "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_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) == 0x0000F0, "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_UAnimClassData \ +static_assert(alignof(UAnimClassData) == 0x000008, "Wrong alignment on UAnimClassData"); \ +static_assert(sizeof(UAnimClassData) == 0x000258, "Wrong size on UAnimClassData"); \ +static_assert(offsetof(UAnimClassData, BakedStateMachines) == 0x000030, "Member 'UAnimClassData::BakedStateMachines' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, TargetSkeleton) == 0x000040, "Member 'UAnimClassData::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimNotifies) == 0x000048, "Member 'UAnimClassData::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, OrderedSavedPoseIndicesMap) == 0x000058, "Member 'UAnimClassData::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimBlueprintFunctions) == 0x0000A8, "Member 'UAnimClassData::AnimBlueprintFunctions' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimBlueprintFunctionData) == 0x0000B8, "Member 'UAnimClassData::AnimBlueprintFunctionData' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, AnimNodeProperties) == 0x0000C8, "Member 'UAnimClassData::AnimNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, LinkedAnimGraphNodeProperties) == 0x0000E8, "Member 'UAnimClassData::LinkedAnimGraphNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, LinkedAnimLayerNodeProperties) == 0x000108, "Member 'UAnimClassData::LinkedAnimLayerNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, PreUpdateNodeProperties) == 0x000128, "Member 'UAnimClassData::PreUpdateNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, DynamicResetNodeProperties) == 0x000148, "Member 'UAnimClassData::DynamicResetNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, StateMachineNodeProperties) == 0x000168, "Member 'UAnimClassData::StateMachineNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, InitializationNodeProperties) == 0x000188, "Member 'UAnimClassData::InitializationNodeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, GraphNameAssetPlayers) == 0x0001A8, "Member 'UAnimClassData::GraphNameAssetPlayers' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, SyncGroupNames) == 0x0001F8, "Member 'UAnimClassData::SyncGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimClassData, GraphBlendOptions) == 0x000208, "Member 'UAnimClassData::GraphBlendOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericFogColor \ +static_assert(alignof(UMaterialExpressionAtmosphericFogColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericFogColor) == 0x000058, "Wrong size on UMaterialExpressionAtmosphericFogColor"); \ +static_assert(offsetof(UMaterialExpressionAtmosphericFogColor, WorldPosition) == 0x000040, "Member 'UMaterialExpressionAtmosphericFogColor::WorldPosition' 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_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_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_UStereoLayerShape \ +static_assert(alignof(UStereoLayerShape) == 0x000008, "Wrong alignment on UStereoLayerShape"); \ +static_assert(sizeof(UStereoLayerShape) == 0x000028, "Wrong size on UStereoLayerShape"); \ + +#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_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) == 0x0000A0, "Wrong size on UBlueprint"); \ +static_assert(offsetof(UBlueprint, ParentClass) == 0x000050, "Member 'UBlueprint::ParentClass' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, BlueprintType) == 0x000058, "Member 'UBlueprint::BlueprintType' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, BlueprintSystemVersion) == 0x00005C, "Member 'UBlueprint::BlueprintSystemVersion' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, SimpleConstructionScript) == 0x000060, "Member 'UBlueprint::SimpleConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, ComponentTemplates) == 0x000068, "Member 'UBlueprint::ComponentTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, Timelines) == 0x000078, "Member 'UBlueprint::Timelines' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, ComponentClassOverrides) == 0x000088, "Member 'UBlueprint::ComponentClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprint, InheritableComponentHandler) == 0x000098, "Member 'UBlueprint::InheritableComponentHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprint \ +static_assert(alignof(UAnimBlueprint) == 0x000008, "Wrong alignment on UAnimBlueprint"); \ +static_assert(sizeof(UAnimBlueprint) == 0x0000C8, "Wrong size on UAnimBlueprint"); \ +static_assert(offsetof(UAnimBlueprint, TargetSkeleton) == 0x0000A8, "Member 'UAnimBlueprint::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, Groups) == 0x0000B0, "Member 'UAnimBlueprint::Groups' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bIsTemplate) == 0x0000C0, "Member 'UAnimBlueprint::bIsTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bUseMultiThreadedAnimationUpdate) == 0x0000C1, "Member 'UAnimBlueprint::bUseMultiThreadedAnimationUpdate' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprint, bWarnAboutBlueprintUsage) == 0x0000C2, "Member 'UAnimBlueprint::bWarnAboutBlueprintUsage' 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_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_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_UDynamicSubsystem \ +static_assert(alignof(UDynamicSubsystem) == 0x000008, "Wrong alignment on UDynamicSubsystem"); \ +static_assert(sizeof(UDynamicSubsystem) == 0x000030, "Wrong size on UDynamicSubsystem"); \ + +#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_MovementComponent_K2_MoveUpdatedComponent \ +static_assert(alignof(MovementComponent_K2_MoveUpdatedComponent) == 0x000008, "Wrong alignment on MovementComponent_K2_MoveUpdatedComponent"); \ +static_assert(sizeof(MovementComponent_K2_MoveUpdatedComponent) == 0x000120, "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) == 0x000118, "Member 'MovementComponent_K2_MoveUpdatedComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, bTeleport) == 0x000119, "Member 'MovementComponent_K2_MoveUpdatedComponent::bTeleport' has a wrong offset!"); \ +static_assert(offsetof(MovementComponent_K2_MoveUpdatedComponent, ReturnValue) == 0x00011A, "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) == 0x000128, "Wrong size on UMovementComponent"); \ +static_assert(offsetof(UMovementComponent, UpdatedComponent) == 0x0000C0, "Member 'UMovementComponent::UpdatedComponent' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, UpdatedPrimitive) == 0x0000C8, "Member 'UMovementComponent::UpdatedPrimitive' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, Velocity) == 0x0000D8, "Member 'UMovementComponent::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintNormal) == 0x0000F0, "Member 'UMovementComponent::PlaneConstraintNormal' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintOrigin) == 0x000108, "Member 'UMovementComponent::PlaneConstraintOrigin' has a wrong offset!"); \ +static_assert(offsetof(UMovementComponent, PlaneConstraintAxisSetting) == 0x000123, "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) == 0x000168, "Wrong size on UNavMovementComponent"); \ +static_assert(offsetof(UNavMovementComponent, NavAgentProps) == 0x000128, "Member 'UNavMovementComponent::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, FixedPathBrakingDistance) == 0x000158, "Member 'UNavMovementComponent::FixedPathBrakingDistance' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, MovementState) == 0x00015D, "Member 'UNavMovementComponent::MovementState' has a wrong offset!"); \ +static_assert(offsetof(UNavMovementComponent, PathFollowingComp) == 0x000160, "Member 'UNavMovementComponent::PathFollowingComp' 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_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) == 0x000170, "Wrong size on UPawnMovementComponent"); \ +static_assert(offsetof(UPawnMovementComponent, PawnOwner) == 0x000168, "Member 'UPawnMovementComponent::PawnOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture \ +static_assert(alignof(UTexture) == 0x000010, "Wrong alignment on UTexture"); \ +static_assert(sizeof(UTexture) == 0x0001F0, "Wrong size on UTexture"); \ +static_assert(offsetof(UTexture, LightingGuid) == 0x0000E0, "Member 'UTexture::LightingGuid' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LevelIndex) == 0x0000F0, "Member 'UTexture::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODBias) == 0x0000F4, "Member 'UTexture::LODBias' has a wrong offset!"); \ +static_assert(offsetof(UTexture, CompressionSettings) == 0x0000F8, "Member 'UTexture::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Filter) == 0x0000F9, "Member 'UTexture::Filter' has a wrong offset!"); \ +static_assert(offsetof(UTexture, MipLoadOptions) == 0x0000FA, "Member 'UTexture::MipLoadOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, LODGroup) == 0x0000FB, "Member 'UTexture::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(UTexture, Downscale) == 0x0000FC, "Member 'UTexture::Downscale' has a wrong offset!"); \ +static_assert(offsetof(UTexture, DownscaleOptions) == 0x000100, "Member 'UTexture::DownscaleOptions' has a wrong offset!"); \ +static_assert(offsetof(UTexture, AllowAllocatedInSysMemType) == 0x000104, "Member 'UTexture::AllowAllocatedInSysMemType' has a wrong offset!"); \ +static_assert(offsetof(UTexture, AssetUserData) == 0x000110, "Member 'UTexture::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2DArray \ +static_assert(alignof(UTexture2DArray) == 0x000010, "Wrong alignment on UTexture2DArray"); \ +static_assert(sizeof(UTexture2DArray) == 0x000250, "Wrong size on UTexture2DArray"); \ +static_assert(offsetof(UTexture2DArray, AddressX) == 0x000248, "Member 'UTexture2DArray::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressY) == 0x000249, "Member 'UTexture2DArray::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2DArray, AddressZ) == 0x00024A, "Member 'UTexture2DArray::AddressZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShapeComponent \ +static_assert(alignof(UShapeComponent) == 0x000010, "Wrong alignment on UShapeComponent"); \ +static_assert(sizeof(UShapeComponent) == 0x000580, "Wrong size on UShapeComponent"); \ +static_assert(offsetof(UShapeComponent, ShapeBodySetup) == 0x000568, "Member 'UShapeComponent::ShapeBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, AreaClass) == 0x000570, "Member 'UShapeComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UShapeComponent, ShapeColor) == 0x000578, "Member 'UShapeComponent::ShapeColor' 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) == 0x0000C8, "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) == 0x0000D0, "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) == 0x0000C8, "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) == 0x0003C0, "Wrong size on UForceFeedbackComponent"); \ +static_assert(offsetof(UForceFeedbackComponent, ForceFeedbackEffect) == 0x0002C0, "Member 'UForceFeedbackComponent::ForceFeedbackEffect' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, IntensityMultiplier) == 0x0002CC, "Member 'UForceFeedbackComponent::IntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationSettings) == 0x0002D0, "Member 'UForceFeedbackComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, AttenuationOverrides) == 0x0002D8, "Member 'UForceFeedbackComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackComponent, OnForceFeedbackFinished) == 0x0003A0, "Member 'UForceFeedbackComponent::OnForceFeedbackFinished' 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) == 0x0005A0, "Wrong size on UBoxComponent"); \ +static_assert(offsetof(UBoxComponent, BoxExtent) == 0x000580, "Member 'UBoxComponent::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(UBoxComponent, LineThickness) == 0x000598, "Member 'UBoxComponent::LineThickness' 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) == 0x000108, "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_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_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_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_IsWalkable \ +static_assert(alignof(CharacterMovementComponent_IsWalkable) == 0x000008, "Wrong alignment on CharacterMovementComponent_IsWalkable"); \ +static_assert(sizeof(CharacterMovementComponent_IsWalkable) == 0x0000F0, "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) == 0x0000E8, "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) == 0x000120, "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) == 0x000110, "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) == 0x000F30, "Wrong size on UCharacterMovementComponent"); \ +static_assert(offsetof(UCharacterMovementComponent, CharacterOwner) == 0x000180, "Member 'UCharacterMovementComponent::CharacterOwner' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GravityScale) == 0x000188, "Member 'UCharacterMovementComponent::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxStepHeight) == 0x00018C, "Member 'UCharacterMovementComponent::MaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpZVelocity) == 0x000190, "Member 'UCharacterMovementComponent::JumpZVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOffJumpZFactor) == 0x000194, "Member 'UCharacterMovementComponent::JumpOffJumpZFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorAngle) == 0x0001B4, "Member 'UCharacterMovementComponent::WalkableFloorAngle' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, WalkableFloorZ) == 0x0001B8, "Member 'UCharacterMovementComponent::WalkableFloorZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MovementMode) == 0x0001BC, "Member 'UCharacterMovementComponent::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CustomMovementMode) == 0x0001BD, "Member 'UCharacterMovementComponent::CustomMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSmoothingMode) == 0x0001BE, "Member 'UCharacterMovementComponent::NetworkSmoothingMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundFriction) == 0x0001C0, "Member 'UCharacterMovementComponent::GroundFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeed) == 0x000208, "Member 'UCharacterMovementComponent::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxWalkSpeedCrouched) == 0x00020C, "Member 'UCharacterMovementComponent::MaxWalkSpeedCrouched' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSwimSpeed) == 0x000210, "Member 'UCharacterMovementComponent::MaxSwimSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxFlySpeed) == 0x000214, "Member 'UCharacterMovementComponent::MaxFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxCustomMovementSpeed) == 0x000218, "Member 'UCharacterMovementComponent::MaxCustomMovementSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxAcceleration) == 0x00021C, "Member 'UCharacterMovementComponent::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinAnalogWalkSpeed) == 0x000220, "Member 'UCharacterMovementComponent::MinAnalogWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFrictionFactor) == 0x000224, "Member 'UCharacterMovementComponent::BrakingFrictionFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingFriction) == 0x000228, "Member 'UCharacterMovementComponent::BrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingSubStepTime) == 0x00022C, "Member 'UCharacterMovementComponent::BrakingSubStepTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationWalking) == 0x000230, "Member 'UCharacterMovementComponent::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFalling) == 0x000234, "Member 'UCharacterMovementComponent::BrakingDecelerationFalling' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationSwimming) == 0x000238, "Member 'UCharacterMovementComponent::BrakingDecelerationSwimming' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, BrakingDecelerationFlying) == 0x00023C, "Member 'UCharacterMovementComponent::BrakingDecelerationFlying' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControl) == 0x000240, "Member 'UCharacterMovementComponent::AirControl' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostMultiplier) == 0x000244, "Member 'UCharacterMovementComponent::AirControlBoostMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AirControlBoostVelocityThreshold) == 0x000248, "Member 'UCharacterMovementComponent::AirControlBoostVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FallingLateralFriction) == 0x00024C, "Member 'UCharacterMovementComponent::FallingLateralFriction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CrouchedHalfHeight) == 0x000250, "Member 'UCharacterMovementComponent::CrouchedHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Buoyancy) == 0x000254, "Member 'UCharacterMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchRadiusThreshold) == 0x000258, "Member 'UCharacterMovementComponent::PerchRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PerchAdditionalHeight) == 0x00025C, "Member 'UCharacterMovementComponent::PerchAdditionalHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RotationRate) == 0x000260, "Member 'UCharacterMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DeferredUpdatedMoveComponent) == 0x000280, "Member 'UCharacterMovementComponent::DeferredUpdatedMoveComponent' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxOutOfWaterStepHeight) == 0x000288, "Member 'UCharacterMovementComponent::MaxOutOfWaterStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, OutofWaterZ) == 0x00028C, "Member 'UCharacterMovementComponent::OutofWaterZ' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Mass) == 0x000290, "Member 'UCharacterMovementComponent::Mass' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, StandingDownwardForceScale) == 0x000294, "Member 'UCharacterMovementComponent::StandingDownwardForceScale' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, InitialPushForceFactor) == 0x000298, "Member 'UCharacterMovementComponent::InitialPushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForceFactor) == 0x00029C, "Member 'UCharacterMovementComponent::PushForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PushForcePointZOffsetFactor) == 0x0002A0, "Member 'UCharacterMovementComponent::PushForcePointZOffsetFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, TouchForceFactor) == 0x0002A4, "Member 'UCharacterMovementComponent::TouchForceFactor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTouchForce) == 0x0002A8, "Member 'UCharacterMovementComponent::MinTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxTouchForce) == 0x0002AC, "Member 'UCharacterMovementComponent::MaxTouchForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RepulsionForce) == 0x0002B0, "Member 'UCharacterMovementComponent::RepulsionForce' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, Acceleration) == 0x0002B8, "Member 'UCharacterMovementComponent::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateRotation) == 0x0002D0, "Member 'UCharacterMovementComponent::LastUpdateRotation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateLocation) == 0x0002F0, "Member 'UCharacterMovementComponent::LastUpdateLocation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LastUpdateVelocity) == 0x000308, "Member 'UCharacterMovementComponent::LastUpdateVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastTransformUpdateTimeStamp) == 0x000320, "Member 'UCharacterMovementComponent::ServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientGoodMoveAckTime) == 0x000324, "Member 'UCharacterMovementComponent::ServerLastClientGoodMoveAckTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerLastClientAdjustmentTime) == 0x000328, "Member 'UCharacterMovementComponent::ServerLastClientAdjustmentTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingImpulseToApply) == 0x000330, "Member 'UCharacterMovementComponent::PendingImpulseToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingForceToApply) == 0x000348, "Member 'UCharacterMovementComponent::PendingForceToApply' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnalogInputModifier) == 0x000360, "Member 'UCharacterMovementComponent::AnalogInputModifier' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationTimeStep) == 0x000370, "Member 'UCharacterMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxSimulationIterations) == 0x000374, "Member 'UCharacterMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxJumpApexAttemptsPerSimulation) == 0x000378, "Member 'UCharacterMovementComponent::MaxJumpApexAttemptsPerSimulation' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometry) == 0x00037C, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithGeometryAsProxy) == 0x000380, "Member 'UCharacterMovementComponent::MaxDepenetrationWithGeometryAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawn) == 0x000384, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawn' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MaxDepenetrationWithPawnAsProxy) == 0x000388, "Member 'UCharacterMovementComponent::MaxDepenetrationWithPawnAsProxy' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothLocationTime) == 0x00038C, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkSimulatedSmoothRotationTime) == 0x000390, "Member 'UCharacterMovementComponent::NetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothLocationTime) == 0x000394, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ListenServerNetworkSimulatedSmoothRotationTime) == 0x000398, "Member 'UCharacterMovementComponent::ListenServerNetworkSimulatedSmoothRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkRadius) == 0x00039C, "Member 'UCharacterMovementComponent::NetProxyShrinkRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetProxyShrinkHalfHeight) == 0x0003A0, "Member 'UCharacterMovementComponent::NetProxyShrinkHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMaxSmoothUpdateDistance) == 0x0003A4, "Member 'UCharacterMovementComponent::NetworkMaxSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkNoSmoothUpdateDistance) == 0x0003A8, "Member 'UCharacterMovementComponent::NetworkNoSmoothUpdateDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAckGoodMoves) == 0x0003AC, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAckGoodMoves' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustments) == 0x0003B0, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustments' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkMinTimeBetweenClientAdjustmentsLargeCorrection) == 0x0003B4, "Member 'UCharacterMovementComponent::NetworkMinTimeBetweenClientAdjustmentsLargeCorrection' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NetworkLargeClientCorrectionDistance) == 0x0003B8, "Member 'UCharacterMovementComponent::NetworkLargeClientCorrectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, LedgeCheckThreshold) == 0x0003BC, "Member 'UCharacterMovementComponent::LedgeCheckThreshold' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, JumpOutOfWaterPitch) == 0x0003C0, "Member 'UCharacterMovementComponent::JumpOutOfWaterPitch' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentFloor) == 0x0003C8, "Member 'UCharacterMovementComponent::CurrentFloor' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultLandMovementMode) == 0x0004C0, "Member 'UCharacterMovementComponent::DefaultLandMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, DefaultWaterMovementMode) == 0x0004C1, "Member 'UCharacterMovementComponent::DefaultWaterMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroundMovementMode) == 0x0004C2, "Member 'UCharacterMovementComponent::GroundMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, FormerBaseVelocityDecayHalfLife) == 0x0004D0, "Member 'UCharacterMovementComponent::FormerBaseVelocityDecayHalfLife' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceConsiderationRadius) == 0x0004F4, "Member 'UCharacterMovementComponent::AvoidanceConsiderationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RequestedVelocity) == 0x0004F8, "Member 'UCharacterMovementComponent::RequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceUID) == 0x000510, "Member 'UCharacterMovementComponent::AvoidanceUID' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceGroup) == 0x000514, "Member 'UCharacterMovementComponent::AvoidanceGroup' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToAvoid) == 0x000518, "Member 'UCharacterMovementComponent::GroupsToAvoid' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, GroupsToIgnore) == 0x00051C, "Member 'UCharacterMovementComponent::GroupsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AvoidanceWeight) == 0x000520, "Member 'UCharacterMovementComponent::AvoidanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PendingLaunchVelocity) == 0x000528, "Member 'UCharacterMovementComponent::PendingLaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterval) == 0x000678, "Member 'UCharacterMovementComponent::NavMeshProjectionInterval' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionTimer) == 0x00067C, "Member 'UCharacterMovementComponent::NavMeshProjectionTimer' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionInterpSpeed) == 0x000680, "Member 'UCharacterMovementComponent::NavMeshProjectionInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleUp) == 0x000684, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleUp' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavMeshProjectionHeightScaleDown) == 0x000688, "Member 'UCharacterMovementComponent::NavMeshProjectionHeightScaleDown' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, NavWalkingFloorDistTolerance) == 0x00068C, "Member 'UCharacterMovementComponent::NavWalkingFloorDistTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, PostPhysicsTickFunction) == 0x0006D0, "Member 'UCharacterMovementComponent::PostPhysicsTickFunction' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, MinTimeBetweenTimeStampResets) == 0x000728, "Member 'UCharacterMovementComponent::MinTimeBetweenTimeStampResets' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, CurrentRootMotion) == 0x000C90, "Member 'UCharacterMovementComponent::CurrentRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, ServerCorrectionRootMotion) == 0x000CD8, "Member 'UCharacterMovementComponent::ServerCorrectionRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, RootMotionParams) == 0x000E80, "Member 'UCharacterMovementComponent::RootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, AnimRootMotionVelocity) == 0x000EF0, "Member 'UCharacterMovementComponent::AnimRootMotionVelocity' has a wrong offset!"); \ +static_assert(offsetof(UCharacterMovementComponent, TickRateOptionMask) == 0x000F08, "Member 'UCharacterMovementComponent::TickRateOptionMask' 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_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_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) == 0x0000C0, "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_UMaterialExpressionIf \ +static_assert(alignof(UMaterialExpressionIf) == 0x000008, "Wrong alignment on UMaterialExpressionIf"); \ +static_assert(sizeof(UMaterialExpressionIf) == 0x0000B0, "Wrong size on UMaterialExpressionIf"); \ +static_assert(offsetof(UMaterialExpressionIf, A) == 0x000040, "Member 'UMaterialExpressionIf::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, B) == 0x000054, "Member 'UMaterialExpressionIf::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AGreaterThanB) == 0x000068, "Member 'UMaterialExpressionIf::AGreaterThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, AEqualsB) == 0x00007C, "Member 'UMaterialExpressionIf::AEqualsB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ALessThanB) == 0x000090, "Member 'UMaterialExpressionIf::ALessThanB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, EqualsThreshold) == 0x0000A4, "Member 'UMaterialExpressionIf::EqualsThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstB) == 0x0000A8, "Member 'UMaterialExpressionIf::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIf, ConstAEqualsB) == 0x0000AC, "Member 'UMaterialExpressionIf::ConstAEqualsB' has a wrong offset!"); \ + +#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_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_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_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_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_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_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_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_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_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) == 0x000670, "Wrong size on USplineComponent"); \ +static_assert(offsetof(USplineComponent, SplineCurves) == 0x000568, "Member 'USplineComponent::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineInfo) == 0x0005D8, "Member 'USplineComponent::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineRotInfo) == 0x0005F0, "Member 'USplineComponent::SplineRotInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineScaleInfo) == 0x000608, "Member 'USplineComponent::SplineScaleInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, SplineReparamTable) == 0x000620, "Member 'USplineComponent::SplineReparamTable' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bAllowSplineEditingPerInstance) == 0x000638, "Member 'USplineComponent::bAllowSplineEditingPerInstance' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, ReparamStepsPerSegment) == 0x00063C, "Member 'USplineComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, Duration) == 0x000640, "Member 'USplineComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bStationaryEndpoints) == 0x000644, "Member 'USplineComponent::bStationaryEndpoints' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bSplineHasBeenEdited) == 0x000645, "Member 'USplineComponent::bSplineHasBeenEdited' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bModifiedByConstructionScript) == 0x000646, "Member 'USplineComponent::bModifiedByConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bInputSplinePointsToConstructionScript) == 0x000647, "Member 'USplineComponent::bInputSplinePointsToConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bDrawDebug) == 0x000648, "Member 'USplineComponent::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bClosedLoop) == 0x000649, "Member 'USplineComponent::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, bLoopPositionOverride) == 0x00064A, "Member 'USplineComponent::bLoopPositionOverride' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, LoopPosition) == 0x00064C, "Member 'USplineComponent::LoopPosition' has a wrong offset!"); \ +static_assert(offsetof(USplineComponent, DefaultUpVector) == 0x000650, "Member 'USplineComponent::DefaultUpVector' has a wrong offset!"); \ + +#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_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_IBlendableInterface \ +static_assert(alignof(IBlendableInterface) == 0x000001, "Wrong alignment on IBlendableInterface"); \ +static_assert(sizeof(IBlendableInterface) == 0x000001, "Wrong size on IBlendableInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlendMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBlendMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBlendMaterialAttributes) == 0x000088, "Wrong size on UMaterialExpressionBlendMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, A) == 0x000040, "Member 'UMaterialExpressionBlendMaterialAttributes::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, B) == 0x000058, "Member 'UMaterialExpressionBlendMaterialAttributes::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, alpha) == 0x000070, "Member 'UMaterialExpressionBlendMaterialAttributes::alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, PixelAttributeBlendType) == 0x000084, "Member 'UMaterialExpressionBlendMaterialAttributes::PixelAttributeBlendType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBlendMaterialAttributes, VertexAttributeBlendType) == 0x000085, "Member 'UMaterialExpressionBlendMaterialAttributes::VertexAttributeBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneTexture \ +static_assert(alignof(UMaterialExpressionSceneTexture) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexture"); \ +static_assert(sizeof(UMaterialExpressionSceneTexture) == 0x000058, "Wrong size on UMaterialExpressionSceneTexture"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, Coordinates) == 0x000040, "Member 'UMaterialExpressionSceneTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, SceneTextureId) == 0x000054, "Member 'UMaterialExpressionSceneTexture::SceneTextureId' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneTexture, bFiltered) == 0x000055, "Member 'UMaterialExpressionSceneTexture::bFiltered' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetDriver \ +static_assert(alignof(UNetDriver) == 0x000008, "Wrong alignment on UNetDriver"); \ +static_assert(sizeof(UNetDriver) == 0x000780, "Wrong size on UNetDriver"); \ +static_assert(offsetof(UNetDriver, NetConnectionClassName) == 0x000048, "Member 'UNetDriver::NetConnectionClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClassName) == 0x000058, "Member 'UNetDriver::ReplicationDriverClassName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxDownloadSize) == 0x000068, "Member 'UNetDriver::MaxDownloadSize' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetServerMaxTickRate) == 0x000070, "Member 'UNetDriver::NetServerMaxTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxNetTickRate) == 0x000074, "Member 'UNetDriver::MaxNetTickRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxInternetClientRate) == 0x000078, "Member 'UNetDriver::MaxInternetClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, MaxClientRate) == 0x00007C, "Member 'UNetDriver::MaxClientRate' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerTravelPause) == 0x000080, "Member 'UNetDriver::ServerTravelPause' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, SpawnPrioritySeconds) == 0x000084, "Member 'UNetDriver::SpawnPrioritySeconds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RelevantTimeout) == 0x000088, "Member 'UNetDriver::RelevantTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, KeepAliveTime) == 0x00008C, "Member 'UNetDriver::KeepAliveTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, InitialConnectTimeout) == 0x000090, "Member 'UNetDriver::InitialConnectTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ConnectionTimeout) == 0x000094, "Member 'UNetDriver::ConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, TimeoutMultiplierForUnoptimizedBuilds) == 0x000098, "Member 'UNetDriver::TimeoutMultiplierForUnoptimizedBuilds' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, bNoTimeouts) == 0x00009C, "Member 'UNetDriver::bNoTimeouts' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, bNeverApplyNetworkEmulationSettings) == 0x00009D, "Member 'UNetDriver::bNeverApplyNetworkEmulationSettings' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ServerConnection) == 0x0000A0, "Member 'UNetDriver::ServerConnection' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ClientConnections) == 0x0000A8, "Member 'UNetDriver::ClientConnections' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, RecentlyDisconnectedTrackingTime) == 0x000118, "Member 'UNetDriver::RecentlyDisconnectedTrackingTime' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, World) == 0x000158, "Member 'UNetDriver::World' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, WorldPackage) == 0x000160, "Member 'UNetDriver::WorldPackage' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetConnectionClass) == 0x000188, "Member 'UNetDriver::NetConnectionClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriverClass) == 0x000190, "Member 'UNetDriver::ReplicationDriverClass' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, NetDriverName) == 0x0001A8, "Member 'UNetDriver::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitions) == 0x0001B0, "Member 'UNetDriver::ChannelDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ChannelDefinitionMap) == 0x0001C0, "Member 'UNetDriver::ChannelDefinitionMap' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ActorChannelPool) == 0x000210, "Member 'UNetDriver::ActorChannelPool' has a wrong offset!"); \ +static_assert(offsetof(UNetDriver, ReplicationDriver) == 0x000710, "Member 'UNetDriver::ReplicationDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASceneCapture \ +static_assert(alignof(ASceneCapture) == 0x000008, "Wrong alignment on ASceneCapture"); \ +static_assert(sizeof(ASceneCapture) == 0x000298, "Wrong size on ASceneCapture"); \ +static_assert(offsetof(ASceneCapture, MeshComp) == 0x000288, "Member 'ASceneCapture::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(ASceneCapture, SceneComponent) == 0x000290, "Member 'ASceneCapture::SceneComponent' 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) == 0x0002A0, "Wrong size on ASceneCaptureCube"); \ +static_assert(offsetof(ASceneCaptureCube, CaptureComponentCube) == 0x000298, "Member 'ASceneCaptureCube::CaptureComponentCube' 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_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_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_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_UOnlineEngineInterface \ +static_assert(alignof(UOnlineEngineInterface) == 0x000008, "Wrong alignment on UOnlineEngineInterface"); \ +static_assert(sizeof(UOnlineEngineInterface) == 0x000028, "Wrong size on UOnlineEngineInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightVector \ +static_assert(alignof(UMaterialExpressionAtmosphericLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightVector"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightVector) == 0x000040, "Wrong size on UMaterialExpressionAtmosphericLightVector"); \ + +#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_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_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_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_FindSocket \ +static_assert(alignof(SkeletalMesh_FindSocket) == 0x000008, "Wrong alignment on SkeletalMesh_FindSocket"); \ +static_assert(sizeof(SkeletalMesh_FindSocket) == 0x000010, "Wrong size on SkeletalMesh_FindSocket"); \ +static_assert(offsetof(SkeletalMesh_FindSocket, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocket::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocket, ReturnValue) == 0x000008, "Member 'SkeletalMesh_FindSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_FindSocketAndIndex \ +static_assert(alignof(SkeletalMesh_FindSocketAndIndex) == 0x000008, "Wrong alignment on SkeletalMesh_FindSocketAndIndex"); \ +static_assert(sizeof(SkeletalMesh_FindSocketAndIndex) == 0x000018, "Wrong size on SkeletalMesh_FindSocketAndIndex"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocketAndIndex::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketAndIndex, OutIndex) == 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_FindSocketInfo \ +static_assert(alignof(SkeletalMesh_FindSocketInfo) == 0x000010, "Wrong alignment on SkeletalMesh_FindSocketInfo"); \ +static_assert(sizeof(SkeletalMesh_FindSocketInfo) == 0x000080, "Wrong size on SkeletalMesh_FindSocketInfo"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, InSocketName) == 0x000000, "Member 'SkeletalMesh_FindSocketInfo::InSocketName' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutTransform) == 0x000010, "Member 'SkeletalMesh_FindSocketInfo::OutTransform' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutBoneIndex) == 0x000070, "Member 'SkeletalMesh_FindSocketInfo::OutBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, OutIndex) == 0x000074, "Member 'SkeletalMesh_FindSocketInfo::OutIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_FindSocketInfo, ReturnValue) == 0x000078, "Member 'SkeletalMesh_FindSocketInfo::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_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_GetMorphTargets \ +static_assert(alignof(SkeletalMesh_GetMorphTargets) == 0x000008, "Wrong alignment on SkeletalMesh_GetMorphTargets"); \ +static_assert(sizeof(SkeletalMesh_GetMorphTargets) == 0x000010, "Wrong size on SkeletalMesh_GetMorphTargets"); \ +static_assert(offsetof(SkeletalMesh_GetMorphTargets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetMorphTargets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingContainer \ +static_assert(alignof(SkeletalMesh_GetNodeMappingContainer) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingContainer"); \ +static_assert(sizeof(SkeletalMesh_GetNodeMappingContainer) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingContainer"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, SourceAsset) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingContainer::SourceAsset' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingContainer, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetNodeMappingContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetNodeMappingData \ +static_assert(alignof(SkeletalMesh_GetNodeMappingData) == 0x000008, "Wrong alignment on SkeletalMesh_GetNodeMappingData"); \ +static_assert(sizeof(SkeletalMesh_GetNodeMappingData) == 0x000010, "Wrong size on SkeletalMesh_GetNodeMappingData"); \ +static_assert(offsetof(SkeletalMesh_GetNodeMappingData, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetNodeMappingData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetPhysicsAsset \ +static_assert(alignof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetPhysicsAsset"); \ +static_assert(sizeof(SkeletalMesh_GetPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetPhysicsAsset"); \ +static_assert(offsetof(SkeletalMesh_GetPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetShadowPhysicsAsset \ +static_assert(alignof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong alignment on SkeletalMesh_GetShadowPhysicsAsset"); \ +static_assert(sizeof(SkeletalMesh_GetShadowPhysicsAsset) == 0x000008, "Wrong size on SkeletalMesh_GetShadowPhysicsAsset"); \ +static_assert(offsetof(SkeletalMesh_GetShadowPhysicsAsset, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetShadowPhysicsAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetSkeleton \ +static_assert(alignof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong alignment on SkeletalMesh_GetSkeleton"); \ +static_assert(sizeof(SkeletalMesh_GetSkeleton) == 0x000008, "Wrong size on SkeletalMesh_GetSkeleton"); \ +static_assert(offsetof(SkeletalMesh_GetSkeleton, ReturnValue) == 0x000000, "Member 'SkeletalMesh_GetSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_GetSocketByIndex \ +static_assert(alignof(SkeletalMesh_GetSocketByIndex) == 0x000008, "Wrong alignment on SkeletalMesh_GetSocketByIndex"); \ +static_assert(sizeof(SkeletalMesh_GetSocketByIndex) == 0x000010, "Wrong size on SkeletalMesh_GetSocketByIndex"); \ +static_assert(offsetof(SkeletalMesh_GetSocketByIndex, Index_0) == 0x000000, "Member 'SkeletalMesh_GetSocketByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_GetSocketByIndex, ReturnValue) == 0x000008, "Member 'SkeletalMesh_GetSocketByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_IsSectionUsingCloth \ +static_assert(alignof(SkeletalMesh_IsSectionUsingCloth) == 0x000004, "Wrong alignment on SkeletalMesh_IsSectionUsingCloth"); \ +static_assert(sizeof(SkeletalMesh_IsSectionUsingCloth) == 0x000008, "Wrong size on SkeletalMesh_IsSectionUsingCloth"); \ +static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, InSectionIndex) == 0x000000, "Member 'SkeletalMesh_IsSectionUsingCloth::InSectionIndex' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, bCheckCorrespondingSections) == 0x000004, "Member 'SkeletalMesh_IsSectionUsingCloth::bCheckCorrespondingSections' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMesh_IsSectionUsingCloth, ReturnValue) == 0x000005, "Member 'SkeletalMesh_IsSectionUsingCloth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_K2_GetAllMorphTargetNames \ +static_assert(alignof(SkeletalMesh_K2_GetAllMorphTargetNames) == 0x000008, "Wrong alignment on SkeletalMesh_K2_GetAllMorphTargetNames"); \ +static_assert(sizeof(SkeletalMesh_K2_GetAllMorphTargetNames) == 0x000010, "Wrong size on SkeletalMesh_K2_GetAllMorphTargetNames"); \ +static_assert(offsetof(SkeletalMesh_K2_GetAllMorphTargetNames, ReturnValue) == 0x000000, "Member 'SkeletalMesh_K2_GetAllMorphTargetNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMesh_NumSockets \ +static_assert(alignof(SkeletalMesh_NumSockets) == 0x000004, "Wrong alignment on SkeletalMesh_NumSockets"); \ +static_assert(sizeof(SkeletalMesh_NumSockets) == 0x000004, "Wrong size on SkeletalMesh_NumSockets"); \ +static_assert(offsetof(SkeletalMesh_NumSockets, ReturnValue) == 0x000000, "Member 'SkeletalMesh_NumSockets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMesh \ +static_assert(alignof(USkeletalMesh) == 0x000008, "Wrong alignment on USkeletalMesh"); \ +static_assert(sizeof(USkeletalMesh) == 0x000478, "Wrong size on USkeletalMesh"); \ +static_assert(offsetof(USkeletalMesh, Skeleton) == 0x0000F8, "Member 'USkeletalMesh::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ImportedBounds) == 0x000100, "Member 'USkeletalMesh::ImportedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ExtendedBounds) == 0x000138, "Member 'USkeletalMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PositiveBoundsExtension) == 0x000170, "Member 'USkeletalMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NegativeBoundsExtension) == 0x000188, "Member 'USkeletalMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Materials) == 0x0001A0, "Member 'USkeletalMesh::Materials' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorTable) == 0x0001B0, "Member 'USkeletalMesh::SkelMirrorTable' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, LODInfo) == 0x0001C0, "Member 'USkeletalMesh::LODInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MinLOD) == 0x000220, "Member 'USkeletalMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, DisableBelowMinLodStripping) == 0x000224, "Member 'USkeletalMesh::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorAxis) == 0x000225, "Member 'USkeletalMesh::SkelMirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkelMirrorFlipAxis) == 0x000226, "Member 'USkeletalMesh::SkelMirrorFlipAxis' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, BodySetup) == 0x000228, "Member 'USkeletalMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PhysicsAsset) == 0x000230, "Member 'USkeletalMesh::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ShadowPhysicsAsset) == 0x000238, "Member 'USkeletalMesh::ShadowPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, NodeMappingData) == 0x000240, "Member 'USkeletalMesh::NodeMappingData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, RayTracingMinLOD) == 0x000254, "Member 'USkeletalMesh::RayTracingMinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, ClothLODBiasMode) == 0x000258, "Member 'USkeletalMesh::ClothLODBiasMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MorphTargets) == 0x000260, "Member 'USkeletalMesh::MorphTargets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, PostProcessAnimBlueprint) == 0x0003E8, "Member 'USkeletalMesh::PostProcessAnimBlueprint' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, FabricCacheMode) == 0x0003F0, "Member 'USkeletalMesh::FabricCacheMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, MeshClothingAssets) == 0x0003F8, "Member 'USkeletalMesh::MeshClothingAssets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SamplingInfo) == 0x000408, "Member 'USkeletalMesh::SamplingInfo' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, AssetUserData) == 0x000438, "Member 'USkeletalMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, Sockets) == 0x000448, "Member 'USkeletalMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMesh, SkinWeightProfiles) == 0x000468, "Member 'USkeletalMesh::SkinWeightProfiles' has a wrong offset!"); \ + +#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_UParticleModuleRotationRateBase \ +static_assert(alignof(UParticleModuleRotationRateBase) == 0x000008, "Wrong alignment on UParticleModuleRotationRateBase"); \ +static_assert(sizeof(UParticleModuleRotationRateBase) == 0x000030, "Wrong size on UParticleModuleRotationRateBase"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeX \ +static_assert(alignof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeX"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeX) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeX"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeX, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Texture2D_Blueprint_GetSizeY \ +static_assert(alignof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong alignment on Texture2D_Blueprint_GetSizeY"); \ +static_assert(sizeof(Texture2D_Blueprint_GetSizeY) == 0x000004, "Wrong size on Texture2D_Blueprint_GetSizeY"); \ +static_assert(offsetof(Texture2D_Blueprint_GetSizeY, ReturnValue) == 0x000000, "Member 'Texture2D_Blueprint_GetSizeY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2D \ +static_assert(alignof(UTexture2D) == 0x000010, "Wrong alignment on UTexture2D"); \ +static_assert(sizeof(UTexture2D) == 0x0002B0, "Wrong size on UTexture2D"); \ +static_assert(offsetof(UTexture2D, FirstResourceMemMip) == 0x0001F0, "Member 'UTexture2D::FirstResourceMemMip' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressX) == 0x0001F5, "Member 'UTexture2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, AddressY) == 0x0001F6, "Member 'UTexture2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTexture2D, ImportedSize) == 0x0001F8, "Member 'UTexture2D::ImportedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexture2D \ +static_assert(alignof(UVirtualTexture2D) == 0x000010, "Wrong alignment on UVirtualTexture2D"); \ +static_assert(sizeof(UVirtualTexture2D) == 0x0002C0, "Wrong size on UVirtualTexture2D"); \ +static_assert(offsetof(UVirtualTexture2D, Settings) == 0x0002A8, "Member 'UVirtualTexture2D::Settings' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bContinuousUpdate) == 0x0002B4, "Member 'UVirtualTexture2D::bContinuousUpdate' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTexture2D, bSinglePhysicalSpace) == 0x0002B5, "Member 'UVirtualTexture2D::bSinglePhysicalSpace' has a wrong offset!"); \ + +#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) == 0x000570, "Wrong size on UFXSystemComponent"); \ + +#define DUMPER7_ASSERTS_UGSNaniteResourcesDataAsset \ +static_assert(alignof(UGSNaniteResourcesDataAsset) == 0x000008, "Wrong alignment on UGSNaniteResourcesDataAsset"); \ +static_assert(sizeof(UGSNaniteResourcesDataAsset) == 0x000080, "Wrong size on UGSNaniteResourcesDataAsset"); \ +static_assert(offsetof(UGSNaniteResourcesDataAsset, NaniteMeshPageLodMap) == 0x000030, "Member 'UGSNaniteResourcesDataAsset::NaniteMeshPageLodMap' has a wrong offset!"); \ + +#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_UEdGraphPin_Deprecated \ +static_assert(alignof(UEdGraphPin_Deprecated) == 0x000008, "Wrong alignment on UEdGraphPin_Deprecated"); \ +static_assert(sizeof(UEdGraphPin_Deprecated) == 0x000118, "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) == 0x0000E8, "Member 'UEdGraphPin_Deprecated::LinkedTo' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, SubPins) == 0x0000F8, "Member 'UEdGraphPin_Deprecated::SubPins' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ParentPin) == 0x000108, "Member 'UEdGraphPin_Deprecated::ParentPin' has a wrong offset!"); \ +static_assert(offsetof(UEdGraphPin_Deprecated, ReferencePassThroughConnection) == 0x000110, "Member 'UEdGraphPin_Deprecated::ReferencePassThroughConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSobol \ +static_assert(alignof(UMaterialExpressionSobol) == 0x000008, "Wrong alignment on UMaterialExpressionSobol"); \ +static_assert(sizeof(UMaterialExpressionSobol) == 0x000090, "Wrong size on UMaterialExpressionSobol"); \ +static_assert(offsetof(UMaterialExpressionSobol, Cell) == 0x000040, "Member 'UMaterialExpressionSobol::Cell' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Index_0) == 0x000054, "Member 'UMaterialExpressionSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, Seed) == 0x000068, "Member 'UMaterialExpressionSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstIndex) == 0x00007C, "Member 'UMaterialExpressionSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSobol, ConstSeed) == 0x000080, "Member 'UMaterialExpressionSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerVolume \ +static_assert(alignof(ATriggerVolume) == 0x000008, "Wrong alignment on ATriggerVolume"); \ +static_assert(sizeof(ATriggerVolume) == 0x0002C0, "Wrong size on ATriggerVolume"); \ + +#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_VisualLoggerKismetLibrary_EnableRecording \ +static_assert(alignof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong alignment on VisualLoggerKismetLibrary_EnableRecording"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_EnableRecording) == 0x000001, "Wrong size on VisualLoggerKismetLibrary_EnableRecording"); \ +static_assert(offsetof(VisualLoggerKismetLibrary_EnableRecording, bEnabled) == 0x000000, "Member 'VisualLoggerKismetLibrary_EnableRecording::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisualLoggerKismetLibrary_LogBox \ +static_assert(alignof(VisualLoggerKismetLibrary_LogBox) == 0x000008, "Wrong alignment on VisualLoggerKismetLibrary_LogBox"); \ +static_assert(sizeof(VisualLoggerKismetLibrary_LogBox) == 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!"); \ + +#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_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_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_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_MaterialInterface_GetBaseMaterial \ +static_assert(alignof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong alignment on MaterialInterface_GetBaseMaterial"); \ +static_assert(sizeof(MaterialInterface_GetBaseMaterial) == 0x000008, "Wrong size on MaterialInterface_GetBaseMaterial"); \ +static_assert(offsetof(MaterialInterface_GetBaseMaterial, ReturnValue) == 0x000000, "Member 'MaterialInterface_GetBaseMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_SetForceMipLevelsToBeResident \ +static_assert(alignof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000004, "Wrong alignment on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(sizeof(MaterialInterface_SetForceMipLevelsToBeResident) == 0x000010, "Wrong size on MaterialInterface_SetForceMipLevelsToBeResident"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, OverrideForceMiplevelsToBeResident) == 0x000000, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::OverrideForceMiplevelsToBeResident' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bForceMiplevelsToBeResidentValue) == 0x000001, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bForceMiplevelsToBeResidentValue' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, ForceDuration) == 0x000004, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::ForceDuration' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, CinematicTextureGroups) == 0x000008, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::CinematicTextureGroups' has a wrong offset!"); \ +static_assert(offsetof(MaterialInterface_SetForceMipLevelsToBeResident, bFastResponse) == 0x00000C, "Member 'MaterialInterface_SetForceMipLevelsToBeResident::bFastResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInterface_GetParameterInfo \ +static_assert(alignof(MaterialInterface_GetParameterInfo) == 0x000008, "Wrong alignment on MaterialInterface_GetParameterInfo"); \ +static_assert(sizeof(MaterialInterface_GetParameterInfo) == 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) == 0x000098, "Wrong size on UMaterialInterface"); \ +static_assert(offsetof(UMaterialInterface, SubsurfaceProfile) == 0x000038, "Member 'UMaterialInterface::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, LightmassSettings) == 0x000050, "Member 'UMaterialInterface::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, TextureStreamingData) == 0x000060, "Member 'UMaterialInterface::TextureStreamingData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInterface, AssetUserData) == 0x000070, "Member 'UMaterialInterface::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialInstance \ +static_assert(alignof(UMaterialInstance) == 0x000008, "Wrong alignment on UMaterialInstance"); \ +static_assert(sizeof(UMaterialInstance) == 0x000218, "Wrong size on UMaterialInstance"); \ +static_assert(offsetof(UMaterialInstance, PhysMaterial) == 0x000098, "Member 'UMaterialInstance::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, PhysicalMaterialMap) == 0x0000A0, "Member 'UMaterialInstance::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, Parent) == 0x0000E0, "Member 'UMaterialInstance::Parent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, ScalarParameterValues) == 0x0000F0, "Member 'UMaterialInstance::ScalarParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, VectorParameterValues) == 0x000100, "Member 'UMaterialInstance::VectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, DoubleVectorParameterValues) == 0x000110, "Member 'UMaterialInstance::DoubleVectorParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, TextureParameterValues) == 0x000120, "Member 'UMaterialInstance::TextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, RuntimeVirtualTextureParameterValues) == 0x000130, "Member 'UMaterialInstance::RuntimeVirtualTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, SparseVolumeTextureParameterValues) == 0x000140, "Member 'UMaterialInstance::SparseVolumeTextureParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, FontParameterValues) == 0x000150, "Member 'UMaterialInstance::FontParameterValues' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, BasePropertyOverrides) == 0x000160, "Member 'UMaterialInstance::BasePropertyOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMaterialInstance, StaticParameters) == 0x000178, "Member 'UMaterialInstance::StaticParameters' 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) == 0x000220, "Wrong size on UMaterialInstanceConstant"); \ +static_assert(offsetof(UMaterialInstanceConstant, PhysMaterialMask) == 0x000218, "Member 'UMaterialInstanceConstant::PhysMaterialMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFade \ +static_assert(alignof(UInterpTrackFade) == 0x000008, "Wrong alignment on UInterpTrackFade"); \ +static_assert(sizeof(UInterpTrackFade) == 0x0000A8, "Wrong size on UInterpTrackFade"); \ +static_assert(offsetof(UInterpTrackFade, FadeColor) == 0x000094, "Member 'UInterpTrackFade::FadeColor' has a wrong offset!"); \ + +#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) == 0x000290, "Wrong size on ADecalActor"); \ +static_assert(offsetof(ADecalActor, Decal) == 0x000288, "Member 'ADecalActor::Decal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_World_K2_GetWorldSettings \ +static_assert(alignof(World_K2_GetWorldSettings) == 0x000008, "Wrong alignment on World_K2_GetWorldSettings"); \ +static_assert(sizeof(World_K2_GetWorldSettings) == 0x000008, "Wrong size on World_K2_GetWorldSettings"); \ +static_assert(offsetof(World_K2_GetWorldSettings, ReturnValue) == 0x000000, "Member 'World_K2_GetWorldSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorld \ +static_assert(alignof(UWorld) == 0x000008, "Wrong alignment on UWorld"); \ +static_assert(sizeof(UWorld) == 0x000800, "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, StreamingLevelsPrefix) == 0x0000C0, "Member 'UWorld::StreamingLevelsPrefix' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingVisibility) == 0x0000D0, "Member 'UWorld::CurrentLevelPendingVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CurrentLevelPendingInvisibility) == 0x0000D8, "Member 'UWorld::CurrentLevelPendingInvisibility' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DemoNetDriver) == 0x0000E0, "Member 'UWorld::DemoNetDriver' has a wrong offset!"); \ +static_assert(offsetof(UWorld, MyParticleEventManager) == 0x0000E8, "Member 'UWorld::MyParticleEventManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, DefaultPhysicsVolume) == 0x0000F0, "Member 'UWorld::DefaultPhysicsVolume' has a wrong offset!"); \ +static_assert(offsetof(UWorld, NavigationSystem) == 0x000120, "Member 'UWorld::NavigationSystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AuthorityGameMode) == 0x000128, "Member 'UWorld::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(UWorld, GameState) == 0x000130, "Member 'UWorld::GameState' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AISystem) == 0x000138, "Member 'UWorld::AISystem' has a wrong offset!"); \ +static_assert(offsetof(UWorld, AvoidanceManager) == 0x000140, "Member 'UWorld::AvoidanceManager' has a wrong offset!"); \ +static_assert(offsetof(UWorld, Levels) == 0x000148, "Member 'UWorld::Levels' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LevelCollections) == 0x000158, "Member 'UWorld::LevelCollections' has a wrong offset!"); \ +static_assert(offsetof(UWorld, OwningGameInstance) == 0x000190, "Member 'UWorld::OwningGameInstance' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ParameterCollectionInstances) == 0x000198, "Member 'UWorld::ParameterCollectionInstances' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForRenderingToTarget) == 0x0001A8, "Member 'UWorld::CanvasForRenderingToTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, CanvasForDrawMaterialToRenderTarget) == 0x0001B0, "Member 'UWorld::CanvasForDrawMaterialToRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PhysicsField) == 0x000208, "Member 'UWorld::PhysicsField' has a wrong offset!"); \ +static_assert(offsetof(UWorld, LWILastAssignedUID) == 0x000210, "Member 'UWorld::LWILastAssignedUID' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedPreEndOfFrameSync) == 0x000218, "Member 'UWorld::ComponentsThatNeedPreEndOfFrameSync' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate) == 0x000268, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate' has a wrong offset!"); \ +static_assert(offsetof(UWorld, ComponentsThatNeedEndOfFrameUpdate_OnGameThread) == 0x000278, "Member 'UWorld::ComponentsThatNeedEndOfFrameUpdate_OnGameThread' has a wrong offset!"); \ +static_assert(offsetof(UWorld, WorldComposition) == 0x000630, "Member 'UWorld::WorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UWorld, PSCPool) == 0x0006E0, "Member 'UWorld::PSCPool' 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_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_UInterpTrackFloatAnimBPParam \ +static_assert(alignof(UInterpTrackFloatAnimBPParam) == 0x000008, "Wrong alignment on UInterpTrackFloatAnimBPParam"); \ +static_assert(sizeof(UInterpTrackFloatAnimBPParam) == 0x0000B0, "Wrong size on UInterpTrackFloatAnimBPParam"); \ +static_assert(offsetof(UInterpTrackFloatAnimBPParam, AnimBlueprintClass) == 0x000090, "Member 'UInterpTrackFloatAnimBPParam::AnimBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatAnimBPParam, AnimClass) == 0x000098, "Member 'UInterpTrackFloatAnimBPParam::AnimClass' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatAnimBPParam, ParamName) == 0x0000A0, "Member 'UInterpTrackFloatAnimBPParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataBSDF \ +static_assert(alignof(UMaterialExpressionStrataBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionStrataBSDF"); \ +static_assert(sizeof(UMaterialExpressionStrataBSDF) == 0x000040, "Wrong size on UMaterialExpressionStrataBSDF"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataVerticalLayering \ +static_assert(alignof(UMaterialExpressionStrataVerticalLayering) == 0x000008, "Wrong alignment on UMaterialExpressionStrataVerticalLayering"); \ +static_assert(sizeof(UMaterialExpressionStrataVerticalLayering) == 0x000070, "Wrong size on UMaterialExpressionStrataVerticalLayering"); \ +static_assert(offsetof(UMaterialExpressionStrataVerticalLayering, Top) == 0x000040, "Member 'UMaterialExpressionStrataVerticalLayering::Top' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataVerticalLayering, Base) == 0x000054, "Member 'UMaterialExpressionStrataVerticalLayering::Base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTexture2DDynamic \ +static_assert(alignof(UTexture2DDynamic) == 0x000010, "Wrong alignment on UTexture2DDynamic"); \ +static_assert(sizeof(UTexture2DDynamic) == 0x000210, "Wrong size on UTexture2DDynamic"); \ +static_assert(offsetof(UTexture2DDynamic, Format) == 0x0001F8, "Member 'UTexture2DDynamic::Format' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAdd \ +static_assert(alignof(UMaterialExpressionAdd) == 0x000008, "Wrong alignment on UMaterialExpressionAdd"); \ +static_assert(sizeof(UMaterialExpressionAdd) == 0x000070, "Wrong size on UMaterialExpressionAdd"); \ +static_assert(offsetof(UMaterialExpressionAdd, A) == 0x000040, "Member 'UMaterialExpressionAdd::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, B) == 0x000054, "Member 'UMaterialExpressionAdd::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstA) == 0x000068, "Member 'UMaterialExpressionAdd::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAdd, ConstB) == 0x00006C, "Member 'UMaterialExpressionAdd::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartitionActor \ +static_assert(alignof(APartitionActor) == 0x000008, "Wrong alignment on APartitionActor"); \ +static_assert(sizeof(APartitionActor) == 0x000288, "Wrong size on APartitionActor"); \ + +#define DUMPER7_ASSERTS_AISMPartitionActor \ +static_assert(alignof(AISMPartitionActor) == 0x000008, "Wrong alignment on AISMPartitionActor"); \ +static_assert(sizeof(AISMPartitionActor) == 0x000298, "Wrong size on AISMPartitionActor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleColor \ +static_assert(alignof(UMaterialExpressionParticleColor) == 0x000008, "Wrong alignment on UMaterialExpressionParticleColor"); \ +static_assert(sizeof(UMaterialExpressionParticleColor) == 0x000040, "Wrong size on UMaterialExpressionParticleColor"); \ + +#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) == 0x0007C0, "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_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_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_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_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_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_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_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_GS_CheckClothCreateState \ +static_assert(alignof(SkeletalMeshComponent_GS_CheckClothCreateState) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GS_CheckClothCreateState"); \ +static_assert(sizeof(SkeletalMeshComponent_GS_CheckClothCreateState) == 0x000001, "Wrong size on SkeletalMeshComponent_GS_CheckClothCreateState"); \ +static_assert(offsetof(SkeletalMeshComponent_GS_CheckClothCreateState, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GS_CheckClothCreateState::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_SetAlwaysSimluateClothing \ +static_assert(alignof(SkeletalMeshComponent_SetAlwaysSimluateClothing) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetAlwaysSimluateClothing"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAlwaysSimluateClothing) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAlwaysSimluateClothing"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAlwaysSimluateClothing, AlwaysSimluateClothing) == 0x000000, "Member 'SkeletalMeshComponent_SetAlwaysSimluateClothing::AlwaysSimluateClothing' 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) == 0x000001, "Wrong size on SkeletalMeshComponent_SetAnimationMode"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimationMode, InAnimationMode) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimationMode::InAnimationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetAnimClass \ +static_assert(alignof(SkeletalMeshComponent_SetAnimClass) == 0x000008, "Wrong alignment on SkeletalMeshComponent_SetAnimClass"); \ +static_assert(sizeof(SkeletalMeshComponent_SetAnimClass) == 0x000008, "Wrong size on SkeletalMeshComponent_SetAnimClass"); \ +static_assert(offsetof(SkeletalMeshComponent_SetAnimClass, NewClass) == 0x000000, "Member 'SkeletalMeshComponent_SetAnimClass::NewClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision \ +static_assert(alignof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 0x000004, "Wrong alignment on SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision"); \ +static_assert(sizeof(SkeletalMeshComponent_SetBodyNotifyRigidBodyCollision) == 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_SetCaculateReferenceBone \ +static_assert(alignof(SkeletalMeshComponent_SetCaculateReferenceBone) == 0x000001, "Wrong alignment on SkeletalMeshComponent_SetCaculateReferenceBone"); \ +static_assert(sizeof(SkeletalMeshComponent_SetCaculateReferenceBone) == 0x000001, "Wrong size on SkeletalMeshComponent_SetCaculateReferenceBone"); \ +static_assert(offsetof(SkeletalMeshComponent_SetCaculateReferenceBone, CaculateReferenceBone) == 0x000000, "Member 'SkeletalMeshComponent_SetCaculateReferenceBone::CaculateReferenceBone' 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_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_UnbindClothFromMasterPoseComponent \ +static_assert(alignof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong alignment on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ +static_assert(sizeof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent) == 0x000001, "Wrong size on SkeletalMeshComponent_UnbindClothFromMasterPoseComponent"); \ +static_assert(offsetof(SkeletalMeshComponent_UnbindClothFromMasterPoseComponent, bRestoreSimulationSpace) == 0x000000, "Member 'SkeletalMeshComponent_UnbindClothFromMasterPoseComponent::bRestoreSimulationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_UnlinkAnimClassLayers \ +static_assert(alignof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong alignment on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(sizeof(SkeletalMeshComponent_UnlinkAnimClassLayers) == 0x000008, "Wrong size on SkeletalMeshComponent_UnlinkAnimClassLayers"); \ +static_assert(offsetof(SkeletalMeshComponent_UnlinkAnimClassLayers, InClass) == 0x000000, "Member 'SkeletalMeshComponent_UnlinkAnimClassLayers::InClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMeshComponent_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_GetAlwaysSimluateClothing \ +static_assert(alignof(SkeletalMeshComponent_GetAlwaysSimluateClothing) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetAlwaysSimluateClothing"); \ +static_assert(sizeof(SkeletalMeshComponent_GetAlwaysSimluateClothing) == 0x000001, "Wrong size on SkeletalMeshComponent_GetAlwaysSimluateClothing"); \ +static_assert(offsetof(SkeletalMeshComponent_GetAlwaysSimluateClothing, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetAlwaysSimluateClothing::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_GetCaculateReferenceBone \ +static_assert(alignof(SkeletalMeshComponent_GetCaculateReferenceBone) == 0x000001, "Wrong alignment on SkeletalMeshComponent_GetCaculateReferenceBone"); \ +static_assert(sizeof(SkeletalMeshComponent_GetCaculateReferenceBone) == 0x000001, "Wrong size on SkeletalMeshComponent_GetCaculateReferenceBone"); \ +static_assert(offsetof(SkeletalMeshComponent_GetCaculateReferenceBone, ReturnValue) == 0x000000, "Member 'SkeletalMeshComponent_GetCaculateReferenceBone::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_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) == 0x000F60, "Wrong size on USkeletalMeshComponent"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimBlueprintGeneratedClass) == 0x000840, "Member 'USkeletalMeshComponent::AnimBlueprintGeneratedClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimClass) == 0x000848, "Member 'USkeletalMeshComponent::AnimClass' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimScriptInstance) == 0x000850, "Member 'USkeletalMeshComponent::AnimScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PostProcessAnimInstance) == 0x000858, "Member 'USkeletalMeshComponent::PostProcessAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationData) == 0x000860, "Member 'USkeletalMeshComponent::AnimationData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, RootBoneTranslation) == 0x000888, "Member 'USkeletalMeshComponent::RootBoneTranslation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LineCheckBoundsScale) == 0x0008A0, "Member 'USkeletalMeshComponent::LineCheckBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LinkedInstances) == 0x0008E8, "Member 'USkeletalMeshComponent::LinkedInstances' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedBoneSpaceTransforms) == 0x0008F8, "Member 'USkeletalMeshComponent::CachedBoneSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedComponentSpaceTransforms) == 0x000908, "Member 'USkeletalMeshComponent::CachedComponentSpaceTransforms' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, GlobalAnimRateScale) == 0x0009C8, "Member 'USkeletalMeshComponent::GlobalAnimRateScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, KinematicBonesUpdateType) == 0x0009CC, "Member 'USkeletalMeshComponent::KinematicBonesUpdateType' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, PhysicsTransformUpdateMode) == 0x0009CD, "Member 'USkeletalMeshComponent::PhysicsTransformUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, SkipGetSimulationData) == 0x0009CF, "Member 'USkeletalMeshComponent::SkipGetSimulationData' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, AnimationMode) == 0x0009D0, "Member 'USkeletalMeshComponent::AnimationMode' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, CachedAnimCurveUidVersion) == 0x0009DE, "Member 'USkeletalMeshComponent::CachedAnimCurveUidVersion' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothBlendWeight) == 0x0009E0, "Member 'USkeletalMeshComponent::ClothBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, bWaitForParallelClothTask) == 0x0009E4, "Member 'USkeletalMeshComponent::bWaitForParallelClothTask' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, DisallowedAnimCurves) == 0x0009E8, "Member 'USkeletalMeshComponent::DisallowedAnimCurves' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, BodySetup) == 0x0009F8, "Member 'USkeletalMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothMaxDistanceScale) == 0x000A04, "Member 'USkeletalMeshComponent::ClothMaxDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnConstraintBroken) == 0x000A08, "Member 'USkeletalMeshComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnPlasticDeformation) == 0x000A18, "Member 'USkeletalMeshComponent::OnPlasticDeformation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingSimulationFactory) == 0x000A28, "Member 'USkeletalMeshComponent::ClothingSimulationFactory' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportDistanceThreshold) == 0x000B38, "Member 'USkeletalMeshComponent::TeleportDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, TeleportRotationThreshold) == 0x000B3C, "Member 'USkeletalMeshComponent::TeleportRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, LastPoseTickFrame) == 0x000B48, "Member 'USkeletalMeshComponent::LastPoseTickFrame' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, ClothingInteractor) == 0x000C00, "Member 'USkeletalMeshComponent::ClothingInteractor' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshComponent, OnAnimInitialized) == 0x000CD0, "Member 'USkeletalMeshComponent::OnAnimInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackAttenuation \ +static_assert(alignof(UForceFeedbackAttenuation) == 0x000008, "Wrong alignment on UForceFeedbackAttenuation"); \ +static_assert(sizeof(UForceFeedbackAttenuation) == 0x0000F0, "Wrong size on UForceFeedbackAttenuation"); \ +static_assert(offsetof(UForceFeedbackAttenuation, Attenuation) == 0x000028, "Member 'UForceFeedbackAttenuation::Attenuation' 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_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_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_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) == 0x000004, "Wrong alignment on AnimInstance_RequestSlotGroupInertialization"); \ +static_assert(sizeof(AnimInstance_RequestSlotGroupInertialization) == 0x00000C, "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!"); \ + +#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_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_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) == 0x000010, "Wrong size on AnimInstance_GetLinkedAnimLayerInstanceByClass"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, InClass) == 0x000000, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(AnimInstance_GetLinkedAnimLayerInstanceByClass, ReturnValue) == 0x000008, "Member 'AnimInstance_GetLinkedAnimLayerInstanceByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimInstance_GetLinkedAnimLayerInstanceByGroup \ +static_assert(alignof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 0x000008, "Wrong alignment on AnimInstance_GetLinkedAnimLayerInstanceByGroup"); \ +static_assert(sizeof(AnimInstance_GetLinkedAnimLayerInstanceByGroup) == 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_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_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) == 0x000350, "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, bSkipBlueprintUpdateAnimation) == 0x000032, "Member 'UAnimInstance::bSkipBlueprintUpdateAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageBlendingOut) == 0x000038, "Member 'UAnimInstance::OnMontageBlendingOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageStarted) == 0x000048, "Member 'UAnimInstance::OnMontageStarted' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnMontageEnded) == 0x000058, "Member 'UAnimInstance::OnMontageEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, OnAllMontageInstancesEnded) == 0x000068, "Member 'UAnimInstance::OnAllMontageInstancesEnded' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, NotifyQueue) == 0x000150, "Member 'UAnimInstance::NotifyQueue' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyState) == 0x0001C0, "Member 'UAnimInstance::ActiveAnimNotifyState' has a wrong offset!"); \ +static_assert(offsetof(UAnimInstance, ActiveAnimNotifyEventReference) == 0x0001D0, "Member 'UAnimInstance::ActiveAnimNotifyEventReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpGroup \ +static_assert(alignof(UInterpGroup) == 0x000008, "Wrong alignment on UInterpGroup"); \ +static_assert(sizeof(UInterpGroup) == 0x000050, "Wrong size on UInterpGroup"); \ +static_assert(offsetof(UInterpGroup, InterpTracks) == 0x000030, "Member 'UInterpGroup::InterpTracks' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroup, GroupName) == 0x000040, "Member 'UInterpGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroup, GroupColor) == 0x000048, "Member 'UInterpGroup::GroupColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpGroupDirector \ +static_assert(alignof(UInterpGroupDirector) == 0x000008, "Wrong alignment on UInterpGroupDirector"); \ +static_assert(sizeof(UInterpGroupDirector) == 0x000050, "Wrong size on UInterpGroupDirector"); \ + +#define DUMPER7_ASSERTS_AMatineeActorCameraAnim \ +static_assert(alignof(AMatineeActorCameraAnim) == 0x000008, "Wrong alignment on AMatineeActorCameraAnim"); \ +static_assert(sizeof(AMatineeActorCameraAnim) == 0x000338, "Wrong size on AMatineeActorCameraAnim"); \ +static_assert(offsetof(AMatineeActorCameraAnim, CameraAnim) == 0x000330, "Member 'AMatineeActorCameraAnim::CameraAnim' has a wrong offset!"); \ + +#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_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_UBlueprintGeneratedClass \ +static_assert(alignof(UBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UBlueprintGeneratedClass"); \ +static_assert(sizeof(UBlueprintGeneratedClass) == 0x000328, "Wrong size on UBlueprintGeneratedClass"); \ +static_assert(offsetof(UBlueprintGeneratedClass, NumReplicatedProperties) == 0x000230, "Member 'UBlueprintGeneratedClass::NumReplicatedProperties' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, DynamicBindingObjects) == 0x000238, "Member 'UBlueprintGeneratedClass::DynamicBindingObjects' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentTemplates) == 0x000248, "Member 'UBlueprintGeneratedClass::ComponentTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, Timelines) == 0x000258, "Member 'UBlueprintGeneratedClass::Timelines' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, ComponentClassOverrides) == 0x000268, "Member 'UBlueprintGeneratedClass::ComponentClassOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, SimpleConstructionScript) == 0x000278, "Member 'UBlueprintGeneratedClass::SimpleConstructionScript' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, InheritableComponentHandler) == 0x000280, "Member 'UBlueprintGeneratedClass::InheritableComponentHandler' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFramePointerProperty) == 0x000288, "Member 'UBlueprintGeneratedClass::UberGraphFramePointerProperty' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, UberGraphFunction) == 0x000298, "Member 'UBlueprintGeneratedClass::UberGraphFunction' has a wrong offset!"); \ +static_assert(offsetof(UBlueprintGeneratedClass, CookedComponentInstancingData) == 0x0002A0, "Member 'UBlueprintGeneratedClass::CookedComponentInstancingData' 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_SetEvaluateWorldPositionOffsetInRayTracing \ +static_assert(alignof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong alignment on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(sizeof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing) == 0x000001, "Wrong size on StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing"); \ +static_assert(offsetof(StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing, NewValue) == 0x000000, "Member 'StaticMeshComponent_SetEvaluateWorldPositionOffsetInRayTracing::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetForcedLodModel \ +static_assert(alignof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong alignment on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(sizeof(StaticMeshComponent_SetForcedLodModel) == 0x000004, "Wrong size on StaticMeshComponent_SetForcedLodModel"); \ +static_assert(offsetof(StaticMeshComponent_SetForcedLodModel, NewForcedLodModel) == 0x000000, "Member 'StaticMeshComponent_SetForcedLodModel::NewForcedLodModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetReverseCulling \ +static_assert(alignof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong alignment on StaticMeshComponent_SetReverseCulling"); \ +static_assert(sizeof(StaticMeshComponent_SetReverseCulling) == 0x000001, "Wrong size on StaticMeshComponent_SetReverseCulling"); \ +static_assert(offsetof(StaticMeshComponent_SetReverseCulling, ReverseCulling) == 0x000000, "Member 'StaticMeshComponent_SetReverseCulling::ReverseCulling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_SetStaticMesh \ +static_assert(alignof(StaticMeshComponent_SetStaticMesh) == 0x000008, "Wrong alignment on StaticMeshComponent_SetStaticMesh"); \ +static_assert(sizeof(StaticMeshComponent_SetStaticMesh) == 0x000010, "Wrong size on StaticMeshComponent_SetStaticMesh"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, NewMesh) == 0x000000, "Member 'StaticMeshComponent_SetStaticMesh::NewMesh' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_SetStaticMesh, ReturnValue) == 0x000008, "Member 'StaticMeshComponent_SetStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMeshComponent_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) == 0x000000, "Member 'StaticMeshComponent_GetLocalBounds::Min' has a wrong offset!"); \ +static_assert(offsetof(StaticMeshComponent_GetLocalBounds, Max) == 0x000018, "Member 'StaticMeshComponent_GetLocalBounds::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMeshComponent \ +static_assert(alignof(UStaticMeshComponent) == 0x000010, "Wrong alignment on UStaticMeshComponent"); \ +static_assert(sizeof(UStaticMeshComponent) == 0x000600, "Wrong size on UStaticMeshComponent"); \ +static_assert(offsetof(UStaticMeshComponent, ForcedLodModel) == 0x000590, "Member 'UStaticMeshComponent::ForcedLodModel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, PreviousLODLevel) == 0x000594, "Member 'UStaticMeshComponent::PreviousLODLevel' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, MinLOD) == 0x000598, "Member 'UStaticMeshComponent::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, SubDivisionStepSize) == 0x00059C, "Member 'UStaticMeshComponent::SubDivisionStepSize' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StaticMesh) == 0x0005A0, "Member 'UStaticMeshComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, WireframeColorOverride) == 0x0005A8, "Member 'UStaticMeshComponent::WireframeColorOverride' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, OverriddenLightMapRes) == 0x0005B0, "Member 'UStaticMeshComponent::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldIndirectShadowMinVisibility) == 0x0005B4, "Member 'UStaticMeshComponent::DistanceFieldIndirectShadowMinVisibility' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, DistanceFieldSelfShadowBias) == 0x0005B8, "Member 'UStaticMeshComponent::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingDistanceMultiplier) == 0x0005BC, "Member 'UStaticMeshComponent::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LODData) == 0x0005C0, "Member 'UStaticMeshComponent::LODData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, StreamingTextureData) == 0x0005D0, "Member 'UStaticMeshComponent::StreamingTextureData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMeshComponent, LightmassSettings) == 0x0005E0, "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, 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_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_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_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) == 0x000740, "Wrong size on UInstancedStaticMeshComponent"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMData) == 0x000600, "Member 'UInstancedStaticMeshComponent::PerInstanceSMData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstancePrevTransform) == 0x000610, "Member 'UInstancedStaticMeshComponent::PerInstancePrevTransform' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumCustomDataFloats) == 0x000620, "Member 'UInstancedStaticMeshComponent::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, PerInstanceSMCustomData) == 0x000628, "Member 'UInstancedStaticMeshComponent::PerInstanceSMCustomData' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstancingRandomSeed) == 0x000638, "Member 'UInstancedStaticMeshComponent::InstancingRandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, AdditionalRandomSeeds) == 0x000640, "Member 'UInstancedStaticMeshComponent::AdditionalRandomSeeds' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceStartCullDistance) == 0x000650, "Member 'UInstancedStaticMeshComponent::InstanceStartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceEndCullDistance) == 0x000654, "Member 'UInstancedStaticMeshComponent::InstanceEndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, InstanceReorderTable) == 0x000658, "Member 'UInstancedStaticMeshComponent::InstanceReorderTable' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, NumPendingLightmaps) == 0x000720, "Member 'UInstancedStaticMeshComponent::NumPendingLightmaps' has a wrong offset!"); \ +static_assert(offsetof(UInstancedStaticMeshComponent, CachedMappings) == 0x000728, "Member 'UInstancedStaticMeshComponent::CachedMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHierarchicalInstancedStaticMeshComponent \ +static_assert(alignof(UHierarchicalInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(sizeof(UHierarchicalInstancedStaticMeshComponent) == 0x0008D0, "Wrong size on UHierarchicalInstancedStaticMeshComponent"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, TranslatedInstanceSpaceOrigin) == 0x000750, "Member 'UHierarchicalInstancedStaticMeshComponent::TranslatedInstanceSpaceOrigin' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, SortedInstances) == 0x000768, "Member 'UHierarchicalInstancedStaticMeshComponent::SortedInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, NumBuiltInstances) == 0x000778, "Member 'UHierarchicalInstancedStaticMeshComponent::NumBuiltInstances' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, BuiltInstanceBounds) == 0x000780, "Member 'UHierarchicalInstancedStaticMeshComponent::BuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBounds) == 0x0007B8, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, UnbuiltInstanceBoundsList) == 0x0007F0, "Member 'UHierarchicalInstancedStaticMeshComponent::UnbuiltInstanceBoundsList' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, ScalabilityScalePower) == 0x000804, "Member 'UHierarchicalInstancedStaticMeshComponent::ScalabilityScalePower' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, DensityScale) == 0x000808, "Member 'UHierarchicalInstancedStaticMeshComponent::DensityScale' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, OcclusionLayerNumNodes) == 0x000810, "Member 'UHierarchicalInstancedStaticMeshComponent::OcclusionLayerNumNodes' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, CacheMeshExtendedBounds) == 0x000818, "Member 'UHierarchicalInstancedStaticMeshComponent::CacheMeshExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, bDisableCollision) == 0x000850, "Member 'UHierarchicalInstancedStaticMeshComponent::bDisableCollision' has a wrong offset!"); \ +static_assert(offsetof(UHierarchicalInstancedStaticMeshComponent, InstanceCountToRender) == 0x000854, "Member 'UHierarchicalInstancedStaticMeshComponent::InstanceCountToRender' 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) == 0x000288, "Member 'AGameNetworkManager::BadPacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePacketLossThreshold) == 0x00028C, "Member 'AGameNetworkManager::SeverePacketLossThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, BadPingThreshold) == 0x000290, "Member 'AGameNetworkManager::BadPingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, SeverePingThreshold) == 0x000294, "Member 'AGameNetworkManager::SeverePingThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, AdjustedNetSpeed) == 0x000298, "Member 'AGameNetworkManager::AdjustedNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, LastNetSpeedUpdateTime) == 0x00029C, "Member 'AGameNetworkManager::LastNetSpeedUpdateTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, TotalNetBandwidth) == 0x0002A0, "Member 'AGameNetworkManager::TotalNetBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MinDynamicBandwidth) == 0x0002A4, "Member 'AGameNetworkManager::MinDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxDynamicBandwidth) == 0x0002A8, "Member 'AGameNetworkManager::MaxDynamicBandwidth' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyRxCheatTime) == 0x0002B0, "Member 'AGameNetworkManager::StandbyRxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, StandbyTxCheatTime) == 0x0002B4, "Member 'AGameNetworkManager::StandbyTxCheatTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForRxStandby) == 0x0002B8, "Member 'AGameNetworkManager::PercentMissingForRxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentMissingForTxStandby) == 0x0002BC, "Member 'AGameNetworkManager::PercentMissingForTxStandby' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, PercentForBadPing) == 0x0002C0, "Member 'AGameNetworkManager::PercentForBadPing' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, JoinInProgressStandbyWaitTime) == 0x0002C4, "Member 'AGameNetworkManager::JoinInProgressStandbyWaitTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MoveRepSize) == 0x0002C8, "Member 'AGameNetworkManager::MoveRepSize' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXPOSITIONERRORSQUARED) == 0x0002CC, "Member 'AGameNetworkManager::MAXPOSITIONERRORSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXNEARZEROVELOCITYSQUARED) == 0x0002D0, "Member 'AGameNetworkManager::MAXNEARZEROVELOCITYSQUARED' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, CLIENTADJUSTUPDATECOST) == 0x0002D4, "Member 'AGameNetworkManager::CLIENTADJUSTUPDATECOST' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MAXCLIENTUPDATEINTERVAL) == 0x0002D8, "Member 'AGameNetworkManager::MAXCLIENTUPDATEINTERVAL' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientForcedUpdateDuration) == 0x0002DC, "Member 'AGameNetworkManager::MaxClientForcedUpdateDuration' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchThreshold) == 0x0002E0, "Member 'AGameNetworkManager::ServerForcedUpdateHitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ServerForcedUpdateHitchCooldown) == 0x0002E4, "Member 'AGameNetworkManager::ServerForcedUpdateHitchCooldown' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxMoveDeltaTime) == 0x0002E8, "Member 'AGameNetworkManager::MaxMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MaxClientSmoothingDeltaTime) == 0x0002EC, "Member 'AGameNetworkManager::MaxClientSmoothingDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTime) == 0x0002F0, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeThrottled) == 0x0002F4, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeThrottled' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveDeltaTimeStationary) == 0x0002F8, "Member 'AGameNetworkManager::ClientNetSendMoveDeltaTimeStationary' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleAtNetSpeed) == 0x0002FC, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleAtNetSpeed' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetSendMoveThrottleOverPlayerCount) == 0x000300, "Member 'AGameNetworkManager::ClientNetSendMoveThrottleOverPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientAuthorativePosition) == 0x000304, "Member 'AGameNetworkManager::ClientAuthorativePosition' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientErrorUpdateRateLimit) == 0x000308, "Member 'AGameNetworkManager::ClientErrorUpdateRateLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdateDeltaTime) == 0x00030C, "Member 'AGameNetworkManager::ClientNetCamUpdateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, ClientNetCamUpdatePositionLimit) == 0x000310, "Member 'AGameNetworkManager::ClientNetCamUpdatePositionLimit' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyDetection) == 0x000314, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyDetection' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyResolution) == 0x000315, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMaxTimeMargin) == 0x000318, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMaxTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyMinTimeMargin) == 0x00031C, "Member 'AGameNetworkManager::MovementTimeDiscrepancyMinTimeMargin' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyResolutionRate) == 0x000320, "Member 'AGameNetworkManager::MovementTimeDiscrepancyResolutionRate' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, MovementTimeDiscrepancyDriftAllowance) == 0x000324, "Member 'AGameNetworkManager::MovementTimeDiscrepancyDriftAllowance' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bMovementTimeDiscrepancyForceCorrectionsDuringResolution) == 0x000328, "Member 'AGameNetworkManager::bMovementTimeDiscrepancyForceCorrectionsDuringResolution' has a wrong offset!"); \ +static_assert(offsetof(AGameNetworkManager, bUseDistanceBasedRelevancy) == 0x000329, "Member 'AGameNetworkManager::bUseDistanceBasedRelevancy' 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_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_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) == 0x000580, "Wrong size on UMaterialBillboardComponent"); \ +static_assert(offsetof(UMaterialBillboardComponent, Elements) == 0x000568, "Member 'UMaterialBillboardComponent::Elements' 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) == 0x000288, "Member 'AGameModeBase::OptionsString' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSessionClass) == 0x000298, "Member 'AGameModeBase::GameSessionClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameStateClass) == 0x0002A0, "Member 'AGameModeBase::GameStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerControllerClass) == 0x0002A8, "Member 'AGameModeBase::PlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, PlayerStateClass) == 0x0002B0, "Member 'AGameModeBase::PlayerStateClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, HUDClass) == 0x0002B8, "Member 'AGameModeBase::HUDClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPawnClass) == 0x0002C0, "Member 'AGameModeBase::DefaultPawnClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, SpectatorClass) == 0x0002C8, "Member 'AGameModeBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ReplaySpectatorPlayerControllerClass) == 0x0002D0, "Member 'AGameModeBase::ReplaySpectatorPlayerControllerClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicatorClass) == 0x0002D8, "Member 'AGameModeBase::ServerStatReplicatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameSession) == 0x0002E0, "Member 'AGameModeBase::GameSession' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, GameState) == 0x0002E8, "Member 'AGameModeBase::GameState' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, ServerStatReplicator) == 0x0002F0, "Member 'AGameModeBase::ServerStatReplicator' has a wrong offset!"); \ +static_assert(offsetof(AGameModeBase, DefaultPlayerName) == 0x0002F8, "Member 'AGameModeBase::DefaultPlayerName' 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_UEngineSubsystem \ +static_assert(alignof(UEngineSubsystem) == 0x000008, "Wrong alignment on UEngineSubsystem"); \ +static_assert(sizeof(UEngineSubsystem) == 0x000030, "Wrong size on UEngineSubsystem"); \ + +#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_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_UDemoPendingNetGame \ +static_assert(alignof(UDemoPendingNetGame) == 0x000008, "Wrong alignment on UDemoPendingNetGame"); \ +static_assert(sizeof(UDemoPendingNetGame) == 0x0000C0, "Wrong size on UDemoPendingNetGame"); \ + +#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) == 0x0003C0, "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_UParticleModuleCameraBase \ +static_assert(alignof(UParticleModuleCameraBase) == 0x000008, "Wrong alignment on UParticleModuleCameraBase"); \ +static_assert(sizeof(UParticleModuleCameraBase) == 0x000030, "Wrong size on UParticleModuleCameraBase"); \ + +#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_UTypedElementCommonActions \ +static_assert(alignof(UTypedElementCommonActions) == 0x000008, "Wrong alignment on UTypedElementCommonActions"); \ +static_assert(sizeof(UTypedElementCommonActions) == 0x000828, "Wrong size on UTypedElementCommonActions"); \ + +#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_UAssetImportData \ +static_assert(alignof(UAssetImportData) == 0x000008, "Wrong alignment on UAssetImportData"); \ +static_assert(sizeof(UAssetImportData) == 0x000028, "Wrong size on UAssetImportData"); \ + +#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_UDistributionVector \ +static_assert(alignof(UDistributionVector) == 0x000008, "Wrong alignment on UDistributionVector"); \ +static_assert(sizeof(UDistributionVector) == 0x000038, "Wrong size on UDistributionVector"); \ + +#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) == 0x000038, "Member 'UDistributionVectorUniform::Max' has a wrong offset!"); \ +static_assert(offsetof(UDistributionVectorUniform, Min) == 0x000050, "Member 'UDistributionVectorUniform::Min' 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_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_UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereDistantLightScatteredLuminance"); \ + +#define DUMPER7_ASSERTS_UUserDefinedEnum \ +static_assert(alignof(UUserDefinedEnum) == 0x000008, "Wrong alignment on UUserDefinedEnum"); \ +static_assert(sizeof(UUserDefinedEnum) == 0x0000B0, "Wrong size on UUserDefinedEnum"); \ +static_assert(offsetof(UUserDefinedEnum, DisplayNameMap) == 0x000060, "Member 'UUserDefinedEnum::DisplayNameMap' has a wrong offset!"); \ + +#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_UMaterialExpressionTextureBase \ +static_assert(alignof(UMaterialExpressionTextureBase) == 0x000008, "Wrong alignment on UMaterialExpressionTextureBase"); \ +static_assert(sizeof(UMaterialExpressionTextureBase) == 0x000048, "Wrong size on UMaterialExpressionTextureBase"); \ +static_assert(offsetof(UMaterialExpressionTextureBase, Texture) == 0x000040, "Member 'UMaterialExpressionTextureBase::Texture' 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_ATriggerBase \ +static_assert(alignof(ATriggerBase) == 0x000008, "Wrong alignment on ATriggerBase"); \ +static_assert(sizeof(ATriggerBase) == 0x000290, "Wrong size on ATriggerBase"); \ +static_assert(offsetof(ATriggerBase, CollisionComponent) == 0x000288, "Member 'ATriggerBase::CollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotification \ +static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotification"); \ +static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotification) == 0x000010, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotification"); \ +static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotification, ActivationEvent) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotification::ActivationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_CancelLocalNotificationById \ +static_assert(alignof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong alignment on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ +static_assert(sizeof(BlueprintPlatformLibrary_CancelLocalNotificationById) == 0x000004, "Wrong size on BlueprintPlatformLibrary_CancelLocalNotificationById"); \ +static_assert(offsetof(BlueprintPlatformLibrary_CancelLocalNotificationById, NotificationId) == 0x000000, "Member 'BlueprintPlatformLibrary_CancelLocalNotificationById::NotificationId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetDeviceOrientation \ +static_assert(alignof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong alignment on BlueprintPlatformLibrary_GetDeviceOrientation"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetDeviceOrientation) == 0x000001, "Wrong size on BlueprintPlatformLibrary_GetDeviceOrientation"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetDeviceOrientation, ReturnValue) == 0x000000, "Member 'BlueprintPlatformLibrary_GetDeviceOrientation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_GetLaunchNotification \ +static_assert(alignof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_GetLaunchNotification"); \ +static_assert(sizeof(BlueprintPlatformLibrary_GetLaunchNotification) == 0x000020, "Wrong size on BlueprintPlatformLibrary_GetLaunchNotification"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, NotificationLaunchedApp) == 0x000000, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::NotificationLaunchedApp' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_GetLaunchNotification, FireDate) == 0x000018, "Member 'BlueprintPlatformLibrary_GetLaunchNotification::FireDate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime) == 0x000070, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::FireDateTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::LocalTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Title) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Title' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Body) == 0x000028, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, Action) == 0x000040, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ActivationEvent) == 0x000058, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime, ReturnValue) == 0x000068, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime) == 0x000028, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, FireDateTime) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::FireDateTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, LocalTime) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::LocalTime' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ActivationEvent) == 0x000010, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime, ReturnValue) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeAtTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow) == 0x000018, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::inSecondsFromNow' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow, ActivationEvent) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationBadgeFromNow::ActivationEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow \ +static_assert(alignof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000008, "Wrong alignment on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ +static_assert(sizeof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow) == 0x000068, "Wrong size on BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, inSecondsFromNow) == 0x000000, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::inSecondsFromNow' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Title) == 0x000008, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Title' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Body) == 0x000020, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Body' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, Action) == 0x000038, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::Action' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ActivationEvent) == 0x000050, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ActivationEvent' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow, ReturnValue) == 0x000060, "Member 'BlueprintPlatformLibrary_ScheduleLocalNotificationFromNow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintPlatformLibrary \ +static_assert(alignof(UBlueprintPlatformLibrary) == 0x000008, "Wrong alignment on UBlueprintPlatformLibrary"); \ +static_assert(sizeof(UBlueprintPlatformLibrary) == 0x000028, "Wrong size on UBlueprintPlatformLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSample \ +static_assert(alignof(UMaterialExpressionTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSample"); \ +static_assert(sizeof(UMaterialExpressionTextureSample) == 0x000060, "Wrong size on UMaterialExpressionTextureSample"); \ +static_assert(offsetof(UMaterialExpressionTextureSample, Coordinates) == 0x000048, "Member 'UMaterialExpressionTextureSample::Coordinates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelBounds \ +static_assert(alignof(ALevelBounds) == 0x000008, "Wrong alignment on ALevelBounds"); \ +static_assert(sizeof(ALevelBounds) == 0x000298, "Wrong size on ALevelBounds"); \ +static_assert(offsetof(ALevelBounds, BoxComponent) == 0x000288, "Member 'ALevelBounds::BoxComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelBounds, bAutoUpdateBounds) == 0x000290, "Member 'ALevelBounds::bAutoUpdateBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParameter \ +static_assert(alignof(UMaterialExpressionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionParameter"); \ +static_assert(sizeof(UMaterialExpressionParameter) == 0x000058, "Wrong size on UMaterialExpressionParameter"); \ +static_assert(offsetof(UMaterialExpressionParameter, ParameterName) == 0x000040, "Member 'UMaterialExpressionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionParameter, ExpressionGuid) == 0x000048, "Member 'UMaterialExpressionParameter::ExpressionGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVectorParameter \ +static_assert(alignof(UMaterialExpressionVectorParameter) == 0x000008, "Wrong alignment on UMaterialExpressionVectorParameter"); \ +static_assert(sizeof(UMaterialExpressionVectorParameter) == 0x000070, "Wrong size on UMaterialExpressionVectorParameter"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionVectorParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, bUseCustomPrimitiveData) == 0x000068, "Member 'UMaterialExpressionVectorParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorParameter, PrimitiveDataIndex) == 0x000069, "Member 'UMaterialExpressionVectorParameter::PrimitiveDataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionChannelMaskParameter \ +static_assert(alignof(UMaterialExpressionChannelMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionChannelMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionChannelMaskParameter) == 0x000078, "Wrong size on UMaterialExpressionChannelMaskParameter"); \ +static_assert(offsetof(UMaterialExpressionChannelMaskParameter, MaskChannel) == 0x000070, "Member 'UMaterialExpressionChannelMaskParameter::MaskChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSign \ +static_assert(alignof(UMaterialExpressionSign) == 0x000008, "Wrong alignment on UMaterialExpressionSign"); \ +static_assert(sizeof(UMaterialExpressionSign) == 0x000058, "Wrong size on UMaterialExpressionSign"); \ +static_assert(offsetof(UMaterialExpressionSign, Input) == 0x000040, "Member 'UMaterialExpressionSign::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ParameterName) == 0x000060, "Member 'UMaterialExpressionTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, ExpressionGuid) == 0x000068, "Member 'UMaterialExpressionTextureSampleParameter::ExpressionGuid' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureSampleParameter, Group) == 0x000078, "Member 'UMaterialExpressionTextureSampleParameter::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetAnimationSequence \ +static_assert(alignof(AnimDataModel_GetAnimationSequence) == 0x000008, "Wrong alignment on AnimDataModel_GetAnimationSequence"); \ +static_assert(sizeof(AnimDataModel_GetAnimationSequence) == 0x000008, "Wrong size on AnimDataModel_GetAnimationSequence"); \ +static_assert(offsetof(AnimDataModel_GetAnimationSequence, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetAnimationSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetBoneAnimationTracks \ +static_assert(alignof(AnimDataModel_GetBoneAnimationTracks) == 0x000008, "Wrong alignment on AnimDataModel_GetBoneAnimationTracks"); \ +static_assert(sizeof(AnimDataModel_GetBoneAnimationTracks) == 0x000010, "Wrong size on AnimDataModel_GetBoneAnimationTracks"); \ +static_assert(offsetof(AnimDataModel_GetBoneAnimationTracks, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetBoneAnimationTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetBoneTrackByIndex \ +static_assert(alignof(AnimDataModel_GetBoneTrackByIndex) == 0x000008, "Wrong alignment on AnimDataModel_GetBoneTrackByIndex"); \ +static_assert(sizeof(AnimDataModel_GetBoneTrackByIndex) == 0x000048, "Wrong size on AnimDataModel_GetBoneTrackByIndex"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackByIndex, TrackIndex) == 0x000000, "Member 'AnimDataModel_GetBoneTrackByIndex::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackByIndex, ReturnValue) == 0x000008, "Member 'AnimDataModel_GetBoneTrackByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetBoneTrackByName \ +static_assert(alignof(AnimDataModel_GetBoneTrackByName) == 0x000008, "Wrong alignment on AnimDataModel_GetBoneTrackByName"); \ +static_assert(sizeof(AnimDataModel_GetBoneTrackByName) == 0x000048, "Wrong size on AnimDataModel_GetBoneTrackByName"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackByName, TrackName) == 0x000000, "Member 'AnimDataModel_GetBoneTrackByName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackByName, ReturnValue) == 0x000008, "Member 'AnimDataModel_GetBoneTrackByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetBoneTrackIndex \ +static_assert(alignof(AnimDataModel_GetBoneTrackIndex) == 0x000008, "Wrong alignment on AnimDataModel_GetBoneTrackIndex"); \ +static_assert(sizeof(AnimDataModel_GetBoneTrackIndex) == 0x000048, "Wrong size on AnimDataModel_GetBoneTrackIndex"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackIndex, Track) == 0x000000, "Member 'AnimDataModel_GetBoneTrackIndex::Track' has a wrong offset!"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackIndex, ReturnValue) == 0x000040, "Member 'AnimDataModel_GetBoneTrackIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetBoneTrackIndexByName \ +static_assert(alignof(AnimDataModel_GetBoneTrackIndexByName) == 0x000004, "Wrong alignment on AnimDataModel_GetBoneTrackIndexByName"); \ +static_assert(sizeof(AnimDataModel_GetBoneTrackIndexByName) == 0x00000C, "Wrong size on AnimDataModel_GetBoneTrackIndexByName"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackIndexByName, TrackName) == 0x000000, "Member 'AnimDataModel_GetBoneTrackIndexByName::TrackName' has a wrong offset!"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackIndexByName, ReturnValue) == 0x000008, "Member 'AnimDataModel_GetBoneTrackIndexByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetBoneTrackNames \ +static_assert(alignof(AnimDataModel_GetBoneTrackNames) == 0x000008, "Wrong alignment on AnimDataModel_GetBoneTrackNames"); \ +static_assert(sizeof(AnimDataModel_GetBoneTrackNames) == 0x000010, "Wrong size on AnimDataModel_GetBoneTrackNames"); \ +static_assert(offsetof(AnimDataModel_GetBoneTrackNames, OutNames) == 0x000000, "Member 'AnimDataModel_GetBoneTrackNames::OutNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetFrameRate \ +static_assert(alignof(AnimDataModel_GetFrameRate) == 0x000004, "Wrong alignment on AnimDataModel_GetFrameRate"); \ +static_assert(sizeof(AnimDataModel_GetFrameRate) == 0x000008, "Wrong size on AnimDataModel_GetFrameRate"); \ +static_assert(offsetof(AnimDataModel_GetFrameRate, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetNumberOfFloatCurves \ +static_assert(alignof(AnimDataModel_GetNumberOfFloatCurves) == 0x000004, "Wrong alignment on AnimDataModel_GetNumberOfFloatCurves"); \ +static_assert(sizeof(AnimDataModel_GetNumberOfFloatCurves) == 0x000004, "Wrong size on AnimDataModel_GetNumberOfFloatCurves"); \ +static_assert(offsetof(AnimDataModel_GetNumberOfFloatCurves, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetNumberOfFloatCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetNumberOfFrames \ +static_assert(alignof(AnimDataModel_GetNumberOfFrames) == 0x000004, "Wrong alignment on AnimDataModel_GetNumberOfFrames"); \ +static_assert(sizeof(AnimDataModel_GetNumberOfFrames) == 0x000004, "Wrong size on AnimDataModel_GetNumberOfFrames"); \ +static_assert(offsetof(AnimDataModel_GetNumberOfFrames, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetNumberOfFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetNumberOfKeys \ +static_assert(alignof(AnimDataModel_GetNumberOfKeys) == 0x000004, "Wrong alignment on AnimDataModel_GetNumberOfKeys"); \ +static_assert(sizeof(AnimDataModel_GetNumberOfKeys) == 0x000004, "Wrong size on AnimDataModel_GetNumberOfKeys"); \ +static_assert(offsetof(AnimDataModel_GetNumberOfKeys, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetNumberOfKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetNumberOfTransformCurves \ +static_assert(alignof(AnimDataModel_GetNumberOfTransformCurves) == 0x000004, "Wrong alignment on AnimDataModel_GetNumberOfTransformCurves"); \ +static_assert(sizeof(AnimDataModel_GetNumberOfTransformCurves) == 0x000004, "Wrong size on AnimDataModel_GetNumberOfTransformCurves"); \ +static_assert(offsetof(AnimDataModel_GetNumberOfTransformCurves, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetNumberOfTransformCurves::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetNumBoneTracks \ +static_assert(alignof(AnimDataModel_GetNumBoneTracks) == 0x000004, "Wrong alignment on AnimDataModel_GetNumBoneTracks"); \ +static_assert(sizeof(AnimDataModel_GetNumBoneTracks) == 0x000004, "Wrong size on AnimDataModel_GetNumBoneTracks"); \ +static_assert(offsetof(AnimDataModel_GetNumBoneTracks, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetNumBoneTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_GetPlayLength \ +static_assert(alignof(AnimDataModel_GetPlayLength) == 0x000004, "Wrong alignment on AnimDataModel_GetPlayLength"); \ +static_assert(sizeof(AnimDataModel_GetPlayLength) == 0x000004, "Wrong size on AnimDataModel_GetPlayLength"); \ +static_assert(offsetof(AnimDataModel_GetPlayLength, ReturnValue) == 0x000000, "Member 'AnimDataModel_GetPlayLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDataModel_IsValidBoneTrackIndex \ +static_assert(alignof(AnimDataModel_IsValidBoneTrackIndex) == 0x000004, "Wrong alignment on AnimDataModel_IsValidBoneTrackIndex"); \ +static_assert(sizeof(AnimDataModel_IsValidBoneTrackIndex) == 0x000008, "Wrong size on AnimDataModel_IsValidBoneTrackIndex"); \ +static_assert(offsetof(AnimDataModel_IsValidBoneTrackIndex, TrackIndex) == 0x000000, "Member 'AnimDataModel_IsValidBoneTrackIndex::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimDataModel_IsValidBoneTrackIndex, ReturnValue) == 0x000004, "Member 'AnimDataModel_IsValidBoneTrackIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimDataModel \ +static_assert(alignof(UAnimDataModel) == 0x000008, "Wrong alignment on UAnimDataModel"); \ +static_assert(sizeof(UAnimDataModel) == 0x0000F8, "Wrong size on UAnimDataModel"); \ +static_assert(offsetof(UAnimDataModel, BracketCounter) == 0x000028, "Member 'UAnimDataModel::BracketCounter' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, ModifiedEventDynamic) == 0x000030, "Member 'UAnimDataModel::ModifiedEventDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, BoneAnimationTracks) == 0x000058, "Member 'UAnimDataModel::BoneAnimationTracks' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, PlayLength) == 0x000068, "Member 'UAnimDataModel::PlayLength' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, FrameRate) == 0x00006C, "Member 'UAnimDataModel::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, NumberOfFrames) == 0x000074, "Member 'UAnimDataModel::NumberOfFrames' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, NumberOfKeys) == 0x000078, "Member 'UAnimDataModel::NumberOfKeys' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, CurveData) == 0x000080, "Member 'UAnimDataModel::CurveData' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, AnimatedBoneAttributes) == 0x0000A0, "Member 'UAnimDataModel::AnimatedBoneAttributes' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, RawAnimationTracks) == 0x0000B0, "Member 'UAnimDataModel::RawAnimationTracks' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, RawAnimationTrackNames) == 0x0000C0, "Member 'UAnimDataModel::RawAnimationTrackNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, RawAnimationTrackSkeletonMappings) == 0x0000D0, "Member 'UAnimDataModel::RawAnimationTrackSkeletonMappings' has a wrong offset!"); \ +static_assert(offsetof(UAnimDataModel, RawCurveTracks) == 0x0000E8, "Member 'UAnimDataModel::RawCurveTracks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClamp \ +static_assert(alignof(UMaterialExpressionClamp) == 0x000008, "Wrong alignment on UMaterialExpressionClamp"); \ +static_assert(sizeof(UMaterialExpressionClamp) == 0x000088, "Wrong size on UMaterialExpressionClamp"); \ +static_assert(offsetof(UMaterialExpressionClamp, Input) == 0x000040, "Member 'UMaterialExpressionClamp::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Min) == 0x000054, "Member 'UMaterialExpressionClamp::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, Max) == 0x000068, "Member 'UMaterialExpressionClamp::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, ClampMode) == 0x00007C, "Member 'UMaterialExpressionClamp::ClampMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MinDefault) == 0x000080, "Member 'UMaterialExpressionClamp::MinDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionClamp, MaxDefault) == 0x000084, "Member 'UMaterialExpressionClamp::MaxDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2D \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2D) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2D"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2D) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2D"); \ + +#define DUMPER7_ASSERTS_UInterpGroupCamera \ +static_assert(alignof(UInterpGroupCamera) == 0x000008, "Wrong alignment on UInterpGroupCamera"); \ +static_assert(sizeof(UInterpGroupCamera) == 0x000060, "Wrong size on UInterpGroupCamera"); \ +static_assert(offsetof(UInterpGroupCamera, CameraAnimInst) == 0x000050, "Member 'UInterpGroupCamera::CameraAnimInst' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroupCamera, CompressTolerance) == 0x000058, "Member 'UInterpGroupCamera::CompressTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm2 \ +static_assert(alignof(UMaterialExpressionLogarithm2) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm2"); \ +static_assert(sizeof(UMaterialExpressionLogarithm2) == 0x000058, "Wrong size on UMaterialExpressionLogarithm2"); \ +static_assert(offsetof(UMaterialExpressionLogarithm2, X) == 0x000040, "Member 'UMaterialExpressionLogarithm2::X' 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) == 0x000098, "Wrong size on Character_ClientMoveResponsePacked"); \ +static_assert(offsetof(Character_ClientMoveResponsePacked, PackedBits) == 0x000000, "Member 'Character_ClientMoveResponsePacked::PackedBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_ClientVeryShortAdjustPosition \ +static_assert(alignof(Character_ClientVeryShortAdjustPosition) == 0x000008, "Wrong alignment on Character_ClientVeryShortAdjustPosition"); \ +static_assert(sizeof(Character_ClientVeryShortAdjustPosition) == 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) == 0x0000E8, "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) == 0x000098, "Wrong size on Character_ServerMovePacked"); \ +static_assert(offsetof(Character_ServerMovePacked, PackedBits) == 0x000000, "Member 'Character_ServerMovePacked::PackedBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_StopAnimMontage \ +static_assert(alignof(Character_StopAnimMontage) == 0x000008, "Wrong alignment on Character_StopAnimMontage"); \ +static_assert(sizeof(Character_StopAnimMontage) == 0x000008, "Wrong size on Character_StopAnimMontage"); \ +static_assert(offsetof(Character_StopAnimMontage, AnimMontage) == 0x000000, "Member 'Character_StopAnimMontage::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_UnCrouch \ +static_assert(alignof(Character_UnCrouch) == 0x000001, "Wrong alignment on Character_UnCrouch"); \ +static_assert(sizeof(Character_UnCrouch) == 0x000001, "Wrong size on Character_UnCrouch"); \ +static_assert(offsetof(Character_UnCrouch, bClientSimulation) == 0x000000, "Member 'Character_UnCrouch::bClientSimulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanCrouch \ +static_assert(alignof(Character_CanCrouch) == 0x000001, "Wrong alignment on Character_CanCrouch"); \ +static_assert(sizeof(Character_CanCrouch) == 0x000001, "Wrong size on Character_CanCrouch"); \ +static_assert(offsetof(Character_CanCrouch, ReturnValue) == 0x000000, "Member 'Character_CanCrouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanJump \ +static_assert(alignof(Character_CanJump) == 0x000001, "Wrong alignment on Character_CanJump"); \ +static_assert(sizeof(Character_CanJump) == 0x000001, "Wrong size on Character_CanJump"); \ +static_assert(offsetof(Character_CanJump, ReturnValue) == 0x000000, "Member 'Character_CanJump::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_CanJumpInternal \ +static_assert(alignof(Character_CanJumpInternal) == 0x000001, "Wrong alignment on Character_CanJumpInternal"); \ +static_assert(sizeof(Character_CanJumpInternal) == 0x000001, "Wrong size on Character_CanJumpInternal"); \ +static_assert(offsetof(Character_CanJumpInternal, ReturnValue) == 0x000000, "Member 'Character_CanJumpInternal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetAnimRootMotionTranslationScale \ +static_assert(alignof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong alignment on Character_GetAnimRootMotionTranslationScale"); \ +static_assert(sizeof(Character_GetAnimRootMotionTranslationScale) == 0x000004, "Wrong size on Character_GetAnimRootMotionTranslationScale"); \ +static_assert(offsetof(Character_GetAnimRootMotionTranslationScale, ReturnValue) == 0x000000, "Member 'Character_GetAnimRootMotionTranslationScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Character_GetBaseRotationOffsetRotator \ +static_assert(alignof(Character_GetBaseRotationOffsetRotator) == 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) == 0x000610, "Wrong size on ACharacter"); \ +static_assert(offsetof(ACharacter, Mesh) == 0x000308, "Member 'ACharacter::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CharacterMovement) == 0x000310, "Member 'ACharacter::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CapsuleComponent) == 0x000318, "Member 'ACharacter::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BasedMovement) == 0x000320, "Member 'ACharacter::BasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedBasedMovement) == 0x000368, "Member 'ACharacter::ReplicatedBasedMovement' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, AnimRootMotionTranslationScale) == 0x0003B0, "Member 'ACharacter::AnimRootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseTranslationOffset) == 0x0003B8, "Member 'ACharacter::BaseTranslationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, BaseRotationOffset) == 0x0003D0, "Member 'ACharacter::BaseRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedServerLastTransformUpdateTimeStamp) == 0x0003F0, "Member 'ACharacter::ReplicatedServerLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplayLastTransformUpdateTimeStamp) == 0x0003F4, "Member 'ACharacter::ReplayLastTransformUpdateTimeStamp' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ReplicatedMovementMode) == 0x0003F8, "Member 'ACharacter::ReplicatedMovementMode' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, bInBaseReplication) == 0x0003F9, "Member 'ACharacter::bInBaseReplication' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, CrouchedEyeHeight) == 0x0003FC, "Member 'ACharacter::CrouchedEyeHeight' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpKeyHoldTime) == 0x000404, "Member 'ACharacter::JumpKeyHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpForceTimeRemaining) == 0x000408, "Member 'ACharacter::JumpForceTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ProxyJumpForceStartedTime) == 0x00040C, "Member 'ACharacter::ProxyJumpForceStartedTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxHoldTime) == 0x000410, "Member 'ACharacter::JumpMaxHoldTime' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpMaxCount) == 0x000414, "Member 'ACharacter::JumpMaxCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCount) == 0x000418, "Member 'ACharacter::JumpCurrentCount' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, JumpCurrentCountPreJump) == 0x00041C, "Member 'ACharacter::JumpCurrentCountPreJump' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnReachedJumpApex) == 0x000428, "Member 'ACharacter::OnReachedJumpApex' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, MovementModeChangedDelegate) == 0x000448, "Member 'ACharacter::MovementModeChangedDelegate' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, OnCharacterMovementUpdated) == 0x000458, "Member 'ACharacter::OnCharacterMovementUpdated' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, SavedRootMotion) == 0x000468, "Member 'ACharacter::SavedRootMotion' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, ClientRootMotionParams) == 0x0004B0, "Member 'ACharacter::ClientRootMotionParams' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RootMotionRepMoves) == 0x000520, "Member 'ACharacter::RootMotionRepMoves' has a wrong offset!"); \ +static_assert(offsetof(ACharacter, RepRootMotion) == 0x000530, "Member 'ACharacter::RepRootMotion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetManager \ +static_assert(alignof(UAssetManager) == 0x000008, "Wrong alignment on UAssetManager"); \ +static_assert(sizeof(UAssetManager) == 0x0004E8, "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_ILODSyncInterface \ +static_assert(alignof(ILODSyncInterface) == 0x000001, "Wrong alignment on ILODSyncInterface"); \ +static_assert(sizeof(ILODSyncInterface) == 0x000001, "Wrong size on ILODSyncInterface"); \ + +#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) == 0x000148, "Wrong size on UInputComponent"); \ +static_assert(offsetof(UInputComponent, CachedKeyToActionInfo) == 0x000130, "Member 'UInputComponent::CachedKeyToActionInfo' 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_SetRayTracingQuality \ +static_assert(alignof(GameUserSettings_SetRayTracingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetRayTracingQuality"); \ +static_assert(sizeof(GameUserSettings_SetRayTracingQuality) == 0x000004, "Wrong size on GameUserSettings_SetRayTracingQuality"); \ +static_assert(offsetof(GameUserSettings_SetRayTracingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetRayTracingQuality::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_SetResolutionScaleValue \ +static_assert(alignof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValue"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleValue) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValue"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleValue, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValue::NewScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetResolutionScaleValueEx \ +static_assert(alignof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong alignment on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(sizeof(GameUserSettings_SetResolutionScaleValueEx) == 0x000004, "Wrong size on GameUserSettings_SetResolutionScaleValueEx"); \ +static_assert(offsetof(GameUserSettings_SetResolutionScaleValueEx, NewScaleValue) == 0x000000, "Member 'GameUserSettings_SetResolutionScaleValueEx::NewScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetScreenResolution \ +static_assert(alignof(GameUserSettings_SetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_SetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_SetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_SetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_SetScreenResolution, Resolution) == 0x000000, "Member 'GameUserSettings_SetScreenResolution::Resolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadingQuality \ +static_assert(alignof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadingQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadingQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetShadowQuality \ +static_assert(alignof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_SetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_SetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_SetShadowQuality, Value) == 0x000000, "Member 'GameUserSettings_SetShadowQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetTextureQuality \ +static_assert(alignof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_SetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_SetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_SetTextureQuality, Value) == 0x000000, "Member 'GameUserSettings_SetTextureQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_SetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_SetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_SetViewDistanceQuality, Value) == 0x000000, "Member 'GameUserSettings_SetViewDistanceQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_SetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_SetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_SetVisualEffectQuality, Value) == 0x000000, "Member 'GameUserSettings_SetVisualEffectQuality::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SetVSyncEnabled \ +static_assert(alignof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_SetVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_SetVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_SetVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_SetVSyncEnabled, bEnable) == 0x000000, "Member 'GameUserSettings_SetVSyncEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAntiAliasingQuality \ +static_assert(alignof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(sizeof(GameUserSettings_GetAntiAliasingQuality) == 0x000004, "Wrong size on GameUserSettings_GetAntiAliasingQuality"); \ +static_assert(offsetof(GameUserSettings_GetAntiAliasingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAntiAliasingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetAudioQualityLevel \ +static_assert(alignof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong alignment on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(sizeof(GameUserSettings_GetAudioQualityLevel) == 0x000004, "Wrong size on GameUserSettings_GetAudioQualityLevel"); \ +static_assert(offsetof(GameUserSettings_GetAudioQualityLevel, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetAudioQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetCurrentHDRDisplayNits \ +static_assert(alignof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong alignment on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(sizeof(GameUserSettings_GetCurrentHDRDisplayNits) == 0x000004, "Wrong size on GameUserSettings_GetCurrentHDRDisplayNits"); \ +static_assert(offsetof(GameUserSettings_GetCurrentHDRDisplayNits, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetCurrentHDRDisplayNits::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetDesktopResolution \ +static_assert(alignof(GameUserSettings_GetDesktopResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetDesktopResolution"); \ +static_assert(sizeof(GameUserSettings_GetDesktopResolution) == 0x000008, "Wrong size on GameUserSettings_GetDesktopResolution"); \ +static_assert(offsetof(GameUserSettings_GetDesktopResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetDesktopResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFoliageQuality \ +static_assert(alignof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetFoliageQuality"); \ +static_assert(sizeof(GameUserSettings_GetFoliageQuality) == 0x000004, "Wrong size on GameUserSettings_GetFoliageQuality"); \ +static_assert(offsetof(GameUserSettings_GetFoliageQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFoliageQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFrameRateLimit \ +static_assert(alignof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong alignment on GameUserSettings_GetFrameRateLimit"); \ +static_assert(sizeof(GameUserSettings_GetFrameRateLimit) == 0x000004, "Wrong size on GameUserSettings_GetFrameRateLimit"); \ +static_assert(offsetof(GameUserSettings_GetFrameRateLimit, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFrameRateLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetFullscreenMode \ +static_assert(alignof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong alignment on GameUserSettings_GetFullscreenMode"); \ +static_assert(sizeof(GameUserSettings_GetFullscreenMode) == 0x000001, "Wrong size on GameUserSettings_GetFullscreenMode"); \ +static_assert(offsetof(GameUserSettings_GetFullscreenMode, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetFullscreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_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_GetRayTracingQuality \ +static_assert(alignof(GameUserSettings_GetRayTracingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetRayTracingQuality"); \ +static_assert(sizeof(GameUserSettings_GetRayTracingQuality) == 0x000004, "Wrong size on GameUserSettings_GetRayTracingQuality"); \ +static_assert(offsetof(GameUserSettings_GetRayTracingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetRayTracingQuality::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_GetResolutionScaleInformation \ +static_assert(alignof(GameUserSettings_GetResolutionScaleInformation) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformation"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleInformation) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformation"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformation::CurrentScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformation::MinScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformation, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformation::MaxScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleInformationEx \ +static_assert(alignof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleInformationEx) == 0x000010, "Wrong size on GameUserSettings_GetResolutionScaleInformationEx"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleNormalized) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleNormalized' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, CurrentScaleValue) == 0x000004, "Member 'GameUserSettings_GetResolutionScaleInformationEx::CurrentScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MinScaleValue) == 0x000008, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MinScaleValue' has a wrong offset!"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleInformationEx, MaxScaleValue) == 0x00000C, "Member 'GameUserSettings_GetResolutionScaleInformationEx::MaxScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetResolutionScaleNormalized \ +static_assert(alignof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong alignment on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(sizeof(GameUserSettings_GetResolutionScaleNormalized) == 0x000004, "Wrong size on GameUserSettings_GetResolutionScaleNormalized"); \ +static_assert(offsetof(GameUserSettings_GetResolutionScaleNormalized, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetResolutionScaleNormalized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetScreenResolution \ +static_assert(alignof(GameUserSettings_GetScreenResolution) == 0x000004, "Wrong alignment on GameUserSettings_GetScreenResolution"); \ +static_assert(sizeof(GameUserSettings_GetScreenResolution) == 0x000008, "Wrong size on GameUserSettings_GetScreenResolution"); \ +static_assert(offsetof(GameUserSettings_GetScreenResolution, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadingQuality \ +static_assert(alignof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadingQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadingQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadingQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadingQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetShadowQuality \ +static_assert(alignof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetShadowQuality"); \ +static_assert(sizeof(GameUserSettings_GetShadowQuality) == 0x000004, "Wrong size on GameUserSettings_GetShadowQuality"); \ +static_assert(offsetof(GameUserSettings_GetShadowQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetShadowQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetTextureQuality \ +static_assert(alignof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetTextureQuality"); \ +static_assert(sizeof(GameUserSettings_GetTextureQuality) == 0x000004, "Wrong size on GameUserSettings_GetTextureQuality"); \ +static_assert(offsetof(GameUserSettings_GetTextureQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetTextureQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetViewDistanceQuality \ +static_assert(alignof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(sizeof(GameUserSettings_GetViewDistanceQuality) == 0x000004, "Wrong size on GameUserSettings_GetViewDistanceQuality"); \ +static_assert(offsetof(GameUserSettings_GetViewDistanceQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetViewDistanceQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_GetVisualEffectQuality \ +static_assert(alignof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong alignment on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(sizeof(GameUserSettings_GetVisualEffectQuality) == 0x000004, "Wrong size on GameUserSettings_GetVisualEffectQuality"); \ +static_assert(offsetof(GameUserSettings_GetVisualEffectQuality, ReturnValue) == 0x000000, "Member 'GameUserSettings_GetVisualEffectQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDirty \ +static_assert(alignof(GameUserSettings_IsDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDirty"); \ +static_assert(sizeof(GameUserSettings_IsDirty) == 0x000001, "Wrong size on GameUserSettings_IsDirty"); \ +static_assert(offsetof(GameUserSettings_IsDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionDirty \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsDynamicResolutionEnabled \ +static_assert(alignof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(sizeof(GameUserSettings_IsDynamicResolutionEnabled) == 0x000001, "Wrong size on GameUserSettings_IsDynamicResolutionEnabled"); \ +static_assert(offsetof(GameUserSettings_IsDynamicResolutionEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsDynamicResolutionEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsFullscreenModeDirty \ +static_assert(alignof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(sizeof(GameUserSettings_IsFullscreenModeDirty) == 0x000001, "Wrong size on GameUserSettings_IsFullscreenModeDirty"); \ +static_assert(offsetof(GameUserSettings_IsFullscreenModeDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsFullscreenModeDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsHDREnabled \ +static_assert(alignof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsHDREnabled"); \ +static_assert(sizeof(GameUserSettings_IsHDREnabled) == 0x000001, "Wrong size on GameUserSettings_IsHDREnabled"); \ +static_assert(offsetof(GameUserSettings_IsHDREnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsHDREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsScreenResolutionDirty \ +static_assert(alignof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(sizeof(GameUserSettings_IsScreenResolutionDirty) == 0x000001, "Wrong size on GameUserSettings_IsScreenResolutionDirty"); \ +static_assert(offsetof(GameUserSettings_IsScreenResolutionDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsScreenResolutionDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncDirty \ +static_assert(alignof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncDirty"); \ +static_assert(sizeof(GameUserSettings_IsVSyncDirty) == 0x000001, "Wrong size on GameUserSettings_IsVSyncDirty"); \ +static_assert(offsetof(GameUserSettings_IsVSyncDirty, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncDirty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_IsVSyncEnabled \ +static_assert(alignof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong alignment on GameUserSettings_IsVSyncEnabled"); \ +static_assert(sizeof(GameUserSettings_IsVSyncEnabled) == 0x000001, "Wrong size on GameUserSettings_IsVSyncEnabled"); \ +static_assert(offsetof(GameUserSettings_IsVSyncEnabled, ReturnValue) == 0x000000, "Member 'GameUserSettings_IsVSyncEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameUserSettings_SupportsHDRDisplayOutput \ +static_assert(alignof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong alignment on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(sizeof(GameUserSettings_SupportsHDRDisplayOutput) == 0x000001, "Wrong size on GameUserSettings_SupportsHDRDisplayOutput"); \ +static_assert(offsetof(GameUserSettings_SupportsHDRDisplayOutput, ReturnValue) == 0x000000, "Member 'GameUserSettings_SupportsHDRDisplayOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameUserSettings \ +static_assert(alignof(UGameUserSettings) == 0x000008, "Wrong alignment on UGameUserSettings"); \ +static_assert(sizeof(UGameUserSettings) == 0x000128, "Wrong size on UGameUserSettings"); \ +static_assert(offsetof(UGameUserSettings, bUseVSync) == 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) == 0x000118, "Member 'UGameUserSettings::OnGameUserSettingsUINeedsUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHLODSubsystem \ +static_assert(alignof(UHLODSubsystem) == 0x000008, "Wrong alignment on UHLODSubsystem"); \ +static_assert(sizeof(UHLODSubsystem) == 0x000130, "Wrong size on UHLODSubsystem"); \ + +#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_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_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) == 0x000320, "Wrong size on AController"); \ +static_assert(offsetof(AController, PlayerState) == 0x000290, "Member 'AController::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(AController, OnInstigatedAnyDamage) == 0x0002A0, "Member 'AController::OnInstigatedAnyDamage' has a wrong offset!"); \ +static_assert(offsetof(AController, OnPossessedPawnChanged) == 0x0002B0, "Member 'AController::OnPossessedPawnChanged' has a wrong offset!"); \ +static_assert(offsetof(AController, StateName) == 0x0002C0, "Member 'AController::StateName' has a wrong offset!"); \ +static_assert(offsetof(AController, Pawn) == 0x0002C8, "Member 'AController::Pawn' has a wrong offset!"); \ +static_assert(offsetof(AController, Character) == 0x0002D8, "Member 'AController::Character' has a wrong offset!"); \ +static_assert(offsetof(AController, TransformComponent) == 0x0002E0, "Member 'AController::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(AController, ControlRotation) == 0x000300, "Member 'AController::ControlRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewProperty \ +static_assert(alignof(UMaterialExpressionViewProperty) == 0x000008, "Wrong alignment on UMaterialExpressionViewProperty"); \ +static_assert(sizeof(UMaterialExpressionViewProperty) == 0x000048, "Wrong size on UMaterialExpressionViewProperty"); \ +static_assert(offsetof(UMaterialExpressionViewProperty, Property) == 0x000040, "Member 'UMaterialExpressionViewProperty::Property' 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_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_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_ClientPlayCameraAnim \ +static_assert(alignof(PlayerController_ClientPlayCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientPlayCameraAnim"); \ +static_assert(sizeof(PlayerController_ClientPlayCameraAnim) == 0x000038, "Wrong size on PlayerController_ClientPlayCameraAnim"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, AnimToPlay) == 0x000000, "Member 'PlayerController_ClientPlayCameraAnim::AnimToPlay' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Scale) == 0x000008, "Member 'PlayerController_ClientPlayCameraAnim::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Rate) == 0x00000C, "Member 'PlayerController_ClientPlayCameraAnim::Rate' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerController_ClientPlayCameraAnim::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerController_ClientPlayCameraAnim::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerController_ClientPlayCameraAnim::bLoop' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerController_ClientPlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, Space) == 0x00001A, "Member 'PlayerController_ClientPlayCameraAnim::Space' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientPlayCameraAnim, CustomPlaySpace) == 0x000020, "Member 'PlayerController_ClientPlayCameraAnim::CustomPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientPlayForceFeedback_Internal \ +static_assert(alignof(PlayerController_ClientPlayForceFeedback_Internal) == 0x000008, "Wrong alignment on PlayerController_ClientPlayForceFeedback_Internal"); \ +static_assert(sizeof(PlayerController_ClientPlayForceFeedback_Internal) == 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_ClientReturnToMainMenu \ +static_assert(alignof(PlayerController_ClientReturnToMainMenu) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenu"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenu) == 0x000010, "Wrong size on PlayerController_ClientReturnToMainMenu"); \ +static_assert(offsetof(PlayerController_ClientReturnToMainMenu, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenu::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientReturnToMainMenuWithTextReason \ +static_assert(alignof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000008, "Wrong alignment on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(sizeof(PlayerController_ClientReturnToMainMenuWithTextReason) == 0x000018, "Wrong size on PlayerController_ClientReturnToMainMenuWithTextReason"); \ +static_assert(offsetof(PlayerController_ClientReturnToMainMenuWithTextReason, ReturnReason) == 0x000000, "Member 'PlayerController_ClientReturnToMainMenuWithTextReason::ReturnReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientSetCameraFade \ +static_assert(alignof(PlayerController_ClientSetCameraFade) == 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_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_ClientStopCameraAnim \ +static_assert(alignof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraAnim"); \ +static_assert(sizeof(PlayerController_ClientStopCameraAnim) == 0x000008, "Wrong size on PlayerController_ClientStopCameraAnim"); \ +static_assert(offsetof(PlayerController_ClientStopCameraAnim, AnimToStop) == 0x000000, "Member 'PlayerController_ClientStopCameraAnim::AnimToStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShake \ +static_assert(alignof(PlayerController_ClientStopCameraShake) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShake"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShake) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShake"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, Shake) == 0x000000, "Member 'PlayerController_ClientStopCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShake, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopCameraShakesFromSource \ +static_assert(alignof(PlayerController_ClientStopCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(sizeof(PlayerController_ClientStopCameraShakesFromSource) == 0x000010, "Wrong size on PlayerController_ClientStopCameraShakesFromSource"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerController_ClientStopCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_ClientStopCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerController_ClientStopCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientStopForceFeedback \ +static_assert(alignof(PlayerController_ClientStopForceFeedback) == 0x000008, "Wrong alignment on PlayerController_ClientStopForceFeedback"); \ +static_assert(sizeof(PlayerController_ClientStopForceFeedback) == 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) == 0x000010, "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!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientUpdateMultipleLevelsStreamingStatus \ +static_assert(alignof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000008, "Wrong alignment on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(sizeof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus) == 0x000010, "Wrong size on PlayerController_ClientUpdateMultipleLevelsStreamingStatus"); \ +static_assert(offsetof(PlayerController_ClientUpdateMultipleLevelsStreamingStatus, LevelStatuses) == 0x000000, "Member 'PlayerController_ClientUpdateMultipleLevelsStreamingStatus::LevelStatuses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ClientWasKicked \ +static_assert(alignof(PlayerController_ClientWasKicked) == 0x000008, "Wrong alignment on PlayerController_ClientWasKicked"); \ +static_assert(sizeof(PlayerController_ClientWasKicked) == 0x000018, "Wrong size on PlayerController_ClientWasKicked"); \ +static_assert(offsetof(PlayerController_ClientWasKicked, KickReason) == 0x000000, "Member 'PlayerController_ClientWasKicked::KickReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_ConsoleKey \ +static_assert(alignof(PlayerController_ConsoleKey) == 0x000008, "Wrong alignment on PlayerController_ConsoleKey"); \ +static_assert(sizeof(PlayerController_ConsoleKey) == 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_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) == 0x000014, "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_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_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) == 0x0000F8, "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) == 0x0000F0, "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) == 0x0000F8, "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) == 0x0000F0, "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) == 0x000108, "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) == 0x000100, "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) == 0x0000F8, "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) == 0x0000F0, "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) == 0x0000F8, "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) == 0x0000F0, "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) == 0x000110, "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) == 0x000108, "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_GetSpectatorPawn \ +static_assert(alignof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong alignment on PlayerController_GetSpectatorPawn"); \ +static_assert(sizeof(PlayerController_GetSpectatorPawn) == 0x000008, "Wrong size on PlayerController_GetSpectatorPawn"); \ +static_assert(offsetof(PlayerController_GetSpectatorPawn, ReturnValue) == 0x000000, "Member 'PlayerController_GetSpectatorPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_GetViewportSize \ +static_assert(alignof(PlayerController_GetViewportSize) == 0x000004, "Wrong alignment on PlayerController_GetViewportSize"); \ +static_assert(sizeof(PlayerController_GetViewportSize) == 0x000008, "Wrong size on PlayerController_GetViewportSize"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeX) == 0x000000, "Member 'PlayerController_GetViewportSize::SizeX' has a wrong offset!"); \ +static_assert(offsetof(PlayerController_GetViewportSize, SizeY) == 0x000004, "Member 'PlayerController_GetViewportSize::SizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerController_IsInputKeyDown \ +static_assert(alignof(PlayerController_IsInputKeyDown) == 0x000008, "Wrong alignment on PlayerController_IsInputKeyDown"); \ +static_assert(sizeof(PlayerController_IsInputKeyDown) == 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_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) == 0x0007D8, "Wrong size on APlayerController"); \ +static_assert(offsetof(APlayerController, Player) == 0x000320, "Member 'APlayerController::Player' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, AcknowledgedPawn) == 0x000328, "Member 'APlayerController::AcknowledgedPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ControllingDirTrackInst) == 0x000330, "Member 'APlayerController::ControllingDirTrackInst' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, MyHUD) == 0x000338, "Member 'APlayerController::MyHUD' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManager) == 0x000340, "Member 'APlayerController::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerCameraManagerClass) == 0x000348, "Member 'APlayerController::PlayerCameraManagerClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bAutoManageActiveCameraTarget) == 0x000350, "Member 'APlayerController::bAutoManageActiveCameraTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, TargetViewRotation) == 0x000358, "Member 'APlayerController::TargetViewRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SmoothTargetViewRotationSpeed) == 0x000388, "Member 'APlayerController::SmoothTargetViewRotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenActors) == 0x000390, "Member 'APlayerController::HiddenActors' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HiddenPrimitiveComponents) == 0x0003A0, "Member 'APlayerController::HiddenPrimitiveComponents' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorStateSynchTime) == 0x0003B4, "Member 'APlayerController::LastSpectatorStateSynchTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncLocation) == 0x0003B8, "Member 'APlayerController::LastSpectatorSyncLocation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastSpectatorSyncRotation) == 0x0003D0, "Member 'APlayerController::LastSpectatorSyncRotation' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClientCap) == 0x0003E8, "Member 'APlayerController::ClientCap' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatManager) == 0x0003F0, "Member 'APlayerController::CheatManager' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CheatClass) == 0x0003F8, "Member 'APlayerController::CheatClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PlayerInput) == 0x000400, "Member 'APlayerController::PlayerInput' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ActiveForceFeedbackEffects) == 0x000408, "Member 'APlayerController::ActiveForceFeedbackEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetPlayerIndex) == 0x00049C, "Member 'APlayerController::NetPlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, PendingSwapConnection) == 0x0004F8, "Member 'APlayerController::PendingSwapConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, NetConnection) == 0x000500, "Member 'APlayerController::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputYawScale) == 0x000520, "Member 'APlayerController::InputYawScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputPitchScale) == 0x000524, "Member 'APlayerController::InputPitchScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InputRollScale) == 0x000528, "Member 'APlayerController::InputRollScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ForceFeedbackScale) == 0x000530, "Member 'APlayerController::ForceFeedbackScale' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, ClickEventKeys) == 0x000538, "Member 'APlayerController::ClickEventKeys' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultMouseCursor) == 0x000548, "Member 'APlayerController::DefaultMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentMouseCursor) == 0x000549, "Member 'APlayerController::CurrentMouseCursor' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, DefaultClickTraceChannel) == 0x00054A, "Member 'APlayerController::DefaultClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentClickTraceChannel) == 0x00054B, "Member 'APlayerController::CurrentClickTraceChannel' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, HitResultTraceDistance) == 0x00054C, "Member 'APlayerController::HitResultTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SeamlessTravelCount) == 0x000550, "Member 'APlayerController::SeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, LastCompletedSeamlessTravelCount) == 0x000552, "Member 'APlayerController::LastCompletedSeamlessTravelCount' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, InactiveStateInputComponent) == 0x0005C8, "Member 'APlayerController::InactiveStateInputComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, CurrentTouchInterface) == 0x0005E8, "Member 'APlayerController::CurrentTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpectatorPawn) == 0x000668, "Member 'APlayerController::SpectatorPawn' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, bIsLocalPlayerController) == 0x000674, "Member 'APlayerController::bIsLocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(APlayerController, SpawnLocation) == 0x000678, "Member 'APlayerController::SpawnLocation' has a wrong offset!"); \ + +#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_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_ATargetPoint \ +static_assert(alignof(ATargetPoint) == 0x000008, "Wrong alignment on ATargetPoint"); \ +static_assert(sizeof(ATargetPoint) == 0x000288, "Wrong size on ATargetPoint"); \ + +#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_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_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_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_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_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_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_BreakVector3f \ +static_assert(alignof(KismetMathLibrary_BreakVector3f) == 0x000004, "Wrong alignment on KismetMathLibrary_BreakVector3f"); \ +static_assert(sizeof(KismetMathLibrary_BreakVector3f) == 0x000018, "Wrong size on KismetMathLibrary_BreakVector3f"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector3f, InVec) == 0x000000, "Member 'KismetMathLibrary_BreakVector3f::InVec' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector3f, X) == 0x00000C, "Member 'KismetMathLibrary_BreakVector3f::X' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector3f, Y) == 0x000010, "Member 'KismetMathLibrary_BreakVector3f::Y' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_BreakVector3f, Z) == 0x000014, "Member 'KismetMathLibrary_BreakVector3f::Z' 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, Min_0) == 0x000004, "Member 'KismetMathLibrary_Clamp::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, Max_0) == 0x000008, "Member 'KismetMathLibrary_Clamp::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Clamp, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Clamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampAngle \ +static_assert(alignof(KismetMathLibrary_ClampAngle) == 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, Min_0) == 0x000008, "Member 'KismetMathLibrary_ClampInt64::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, Max_0) == 0x000010, "Member 'KismetMathLibrary_ClampInt64::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampInt64, ReturnValue) == 0x000018, "Member 'KismetMathLibrary_ClampInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_ClampVectorSize \ +static_assert(alignof(KismetMathLibrary_ClampVectorSize) == 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, Min_0) == 0x000018, "Member 'KismetMathLibrary_ClampVectorSize::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ClampVectorSize, Max_0) == 0x000020, "Member 'KismetMathLibrary_ClampVectorSize::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_BoolToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToFloat::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_BoolToInt \ +static_assert(alignof(KismetMathLibrary_Conv_BoolToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_BoolToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_BoolToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, InBool) == 0x000000, "Member 'KismetMathLibrary_Conv_BoolToInt::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_BoolToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_BoolToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_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_ByteToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToFloat::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_ByteToInt \ +static_assert(alignof(KismetMathLibrary_Conv_ByteToInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(sizeof(KismetMathLibrary_Conv_ByteToInt) == 0x000008, "Wrong size on KismetMathLibrary_Conv_ByteToInt"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, InByte) == 0x000000, "Member 'KismetMathLibrary_Conv_ByteToInt::InByte' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_ByteToInt, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_ByteToInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_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_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_FloatToLinearColor \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_FloatToLinearColor"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToLinearColor) == 0x000014, "Wrong size on KismetMathLibrary_Conv_FloatToLinearColor"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToLinearColor, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_FloatToLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_FloatToVector \ +static_assert(alignof(KismetMathLibrary_Conv_FloatToVector) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_FloatToVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_FloatToVector) == 0x000020, "Wrong size on KismetMathLibrary_Conv_FloatToVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, InFloat) == 0x000000, "Member 'KismetMathLibrary_Conv_FloatToVector::InFloat' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_FloatToVector, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_FloatToVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_Int64ToByte \ +static_assert(alignof(KismetMathLibrary_Conv_Int64ToByte) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(sizeof(KismetMathLibrary_Conv_Int64ToByte) == 0x000010, "Wrong size on KismetMathLibrary_Conv_Int64ToByte"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_Int64ToByte::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_Int64ToByte, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_Int64ToByte::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_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_IntToFloat \ +static_assert(alignof(KismetMathLibrary_Conv_IntToFloat) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToFloat"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToFloat) == 0x000008, "Wrong size on KismetMathLibrary_Conv_IntToFloat"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToFloat::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToFloat, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToInt64 \ +static_assert(alignof(KismetMathLibrary_Conv_IntToInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToInt64) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToInt64"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToInt64::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToInt64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Conv_IntToInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_IntToIntVector \ +static_assert(alignof(KismetMathLibrary_Conv_IntToIntVector) == 0x000004, "Wrong alignment on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(sizeof(KismetMathLibrary_Conv_IntToIntVector) == 0x000010, "Wrong size on KismetMathLibrary_Conv_IntToIntVector"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, inInt) == 0x000000, "Member 'KismetMathLibrary_Conv_IntToIntVector::inInt' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Conv_IntToIntVector, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_Conv_IntToIntVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Conv_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_ConvertTransformToRelative \ +static_assert(alignof(KismetMathLibrary_ConvertTransformToRelative) == 0x000010, "Wrong alignment on KismetMathLibrary_ConvertTransformToRelative"); \ +static_assert(sizeof(KismetMathLibrary_ConvertTransformToRelative) == 0x000120, "Wrong size on KismetMathLibrary_ConvertTransformToRelative"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, Transform) == 0x000000, "Member 'KismetMathLibrary_ConvertTransformToRelative::Transform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ParentTransform) == 0x000060, "Member 'KismetMathLibrary_ConvertTransformToRelative::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_ConvertTransformToRelative, ReturnValue) == 0x0000C0, "Member 'KismetMathLibrary_ConvertTransformToRelative::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, Min_0) == 0x000008, "Member 'KismetMathLibrary_FClamp::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FClamp, Max_0) == 0x000010, "Member 'KismetMathLibrary_FClamp::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_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, Min_0) == 0x000008, "Member 'KismetMathLibrary_FWrap::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_FWrap, Max_0) == 0x000010, "Member 'KismetMathLibrary_FWrap::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_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_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, Min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_FloatFloat::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_FloatFloat, Max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_FloatFloat::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, Min_0) == 0x000008, "Member 'KismetMathLibrary_InRange_Int64Int64::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, Max_0) == 0x000010, "Member 'KismetMathLibrary_InRange_Int64Int64::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMin) == 0x000018, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, InclusiveMax) == 0x000019, "Member 'KismetMathLibrary_InRange_Int64Int64::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_Int64Int64, ReturnValue) == 0x00001A, "Member 'KismetMathLibrary_InRange_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InRange_IntInt \ +static_assert(alignof(KismetMathLibrary_InRange_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_InRange_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_InRange_IntInt) == 0x000010, "Wrong size on KismetMathLibrary_InRange_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Value) == 0x000000, "Member 'KismetMathLibrary_InRange_IntInt::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Min_0) == 0x000004, "Member 'KismetMathLibrary_InRange_IntInt::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, Max_0) == 0x000008, "Member 'KismetMathLibrary_InRange_IntInt::Max_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMin) == 0x00000C, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMin' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, InclusiveMax) == 0x00000D, "Member 'KismetMathLibrary_InRange_IntInt::InclusiveMax' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_InRange_IntInt, ReturnValue) == 0x00000E, "Member 'KismetMathLibrary_InRange_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Down \ +static_assert(alignof(KismetMathLibrary_IntPoint_Down) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Down"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Down) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Down"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Down, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Down::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Left \ +static_assert(alignof(KismetMathLibrary_IntPoint_Left) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Left"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Left) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Left"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Left, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Left::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_One \ +static_assert(alignof(KismetMathLibrary_IntPoint_One) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_One"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_One) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_One"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_One, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_One::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Right \ +static_assert(alignof(KismetMathLibrary_IntPoint_Right) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Right"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Right) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Right"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Right, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Right::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Up \ +static_assert(alignof(KismetMathLibrary_IntPoint_Up) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Up"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Up) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Up"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Up, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Up::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_IntPoint_Zero \ +static_assert(alignof(KismetMathLibrary_IntPoint_Zero) == 0x000004, "Wrong alignment on KismetMathLibrary_IntPoint_Zero"); \ +static_assert(sizeof(KismetMathLibrary_IntPoint_Zero) == 0x000008, "Wrong size on KismetMathLibrary_IntPoint_Zero"); \ +static_assert(offsetof(KismetMathLibrary_IntPoint_Zero, ReturnValue) == 0x000000, "Member 'KismetMathLibrary_IntPoint_Zero::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_InverseTransformDirection \ +static_assert(alignof(KismetMathLibrary_InverseTransformDirection) == 0x000010, "Wrong alignment on KismetMathLibrary_InverseTransformDirection"); \ +static_assert(sizeof(KismetMathLibrary_InverseTransformDirection) == 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_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_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, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox, Max_0) == 0x000018, "Member 'KismetMathLibrary_MakeBox::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, Min_0) == 0x000000, "Member 'KismetMathLibrary_MakeBox2D::Min_0' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MakeBox2D, Max_0) == 0x000010, "Member 'KismetMathLibrary_MakeBox2D::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_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 \ +static_assert(alignof(KismetMathLibrary_Max) == 0x000004, "Wrong alignment on KismetMathLibrary_Max"); \ +static_assert(sizeof(KismetMathLibrary_Max) == 0x00000C, "Wrong size on KismetMathLibrary_Max"); \ +static_assert(offsetof(KismetMathLibrary_Max, A) == 0x000000, "Member 'KismetMathLibrary_Max::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Max, B) == 0x000004, "Member 'KismetMathLibrary_Max::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Max, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Max::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxInt64 \ +static_assert(alignof(KismetMathLibrary_MaxInt64) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxInt64"); \ +static_assert(sizeof(KismetMathLibrary_MaxInt64) == 0x000018, "Wrong size on KismetMathLibrary_MaxInt64"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, A) == 0x000000, "Member 'KismetMathLibrary_MaxInt64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, B) == 0x000008, "Member 'KismetMathLibrary_MaxInt64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxInt64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_MaxInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfByteArray \ +static_assert(alignof(KismetMathLibrary_MaxOfByteArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfByteArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfByteArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfByteArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, ByteArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfByteArray::ByteArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfByteArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfByteArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfByteArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfFloatArray \ +static_assert(alignof(KismetMathLibrary_MaxOfFloatArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfFloatArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfFloatArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfFloatArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, FloatArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfFloatArray::FloatArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfFloatArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfFloatArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfFloatArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_MaxOfIntArray \ +static_assert(alignof(KismetMathLibrary_MaxOfIntArray) == 0x000008, "Wrong alignment on KismetMathLibrary_MaxOfIntArray"); \ +static_assert(sizeof(KismetMathLibrary_MaxOfIntArray) == 0x000018, "Wrong size on KismetMathLibrary_MaxOfIntArray"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IntArray) == 0x000000, "Member 'KismetMathLibrary_MaxOfIntArray::IntArray' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, IndexOfMaxValue) == 0x000010, "Member 'KismetMathLibrary_MaxOfIntArray::IndexOfMaxValue' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_MaxOfIntArray, MaxValue) == 0x000014, "Member 'KismetMathLibrary_MaxOfIntArray::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Min \ +static_assert(alignof(KismetMathLibrary_Min) == 0x000004, "Wrong alignment on KismetMathLibrary_Min"); \ +static_assert(sizeof(KismetMathLibrary_Min) == 0x00000C, "Wrong size on KismetMathLibrary_Min"); \ +static_assert(offsetof(KismetMathLibrary_Min, A) == 0x000000, "Member 'KismetMathLibrary_Min::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Min, B) == 0x000004, "Member 'KismetMathLibrary_Min::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Min, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Min::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_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_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_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_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, Weight) == 0x000000, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::Weight' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, RandomStream) == 0x000004, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::RandomStream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomBoolWithWeightFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomBoolWithWeightFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomFloat \ +static_assert(alignof(KismetMathLibrary_RandomFloat) == 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) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRange, Max) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRange::Max' 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, Min) == 0x000000, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomFloatInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomFloatInRangeFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger \ +static_assert(alignof(KismetMathLibrary_RandomInteger) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomInteger"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger) == 0x000008, "Wrong size on KismetMathLibrary_RandomInteger"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger, ReturnValue) == 0x000004, "Member 'KismetMathLibrary_RandomInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64 \ +static_assert(alignof(KismetMathLibrary_RandomInteger64) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger64) == 0x000010, "Wrong size on KismetMathLibrary_RandomInteger64"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64, Max) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomInteger64InRange \ +static_assert(alignof(KismetMathLibrary_RandomInteger64InRange) == 0x000008, "Wrong alignment on KismetMathLibrary_RandomInteger64InRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomInteger64InRange) == 0x000018, "Wrong size on KismetMathLibrary_RandomInteger64InRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomInteger64InRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, Max) == 0x000008, "Member 'KismetMathLibrary_RandomInteger64InRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomInteger64InRange, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomInteger64InRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerFromStream \ +static_assert(alignof(KismetMathLibrary_RandomIntegerFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerFromStream) == 0x000010, "Wrong size on KismetMathLibrary_RandomIntegerFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Max) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerFromStream, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_RandomIntegerFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRange \ +static_assert(alignof(KismetMathLibrary_RandomIntegerInRange) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRange"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerInRange) == 0x00000C, "Wrong size on KismetMathLibrary_RandomIntegerInRange"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRange::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRange::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRange, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomIntegerInRangeFromStream \ +static_assert(alignof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000004, "Wrong alignment on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ +static_assert(sizeof(KismetMathLibrary_RandomIntegerInRangeFromStream) == 0x000014, "Wrong size on KismetMathLibrary_RandomIntegerInRangeFromStream"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Min) == 0x000000, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Max) == 0x000004, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, Stream) == 0x000008, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomIntegerInRangeFromStream, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_RandomIntegerInRangeFromStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_RandomPointInBoundingBox \ +static_assert(alignof(KismetMathLibrary_RandomPointInBoundingBox) == 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_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, Center) == 0x000000, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Center' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, HalfSize) == 0x000018, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::HalfSize' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, Stream) == 0x000030, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomPointInBoundingBoxFromStream, ReturnValue) == 0x000038, "Member 'KismetMathLibrary_RandomPointInBoundingBoxFromStream::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, bRoll) == 0x000000, "Member 'KismetMathLibrary_RandomRotatorFromStream::bRoll' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, Stream) == 0x000004, "Member 'KismetMathLibrary_RandomRotatorFromStream::Stream' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomRotatorFromStream, ReturnValue) == 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, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, ConeHalfAngleInDegrees) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::ConeHalfAngleInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream, Stream) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInDegreesFromStream::Stream' 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, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, ConeHalfAngleInRadians) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::ConeHalfAngleInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream, Stream) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInConeInRadiansFromStream::Stream' 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, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxYawInDegrees) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxYawInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, MaxPitchInDegrees) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::MaxPitchInDegrees' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream, Stream) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInDegreesFromStream::Stream' 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, ConeDir) == 0x000000, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::ConeDir' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxYawInRadians) == 0x000018, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxYawInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, MaxPitchInRadians) == 0x00001C, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::MaxPitchInRadians' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream, Stream) == 0x000020, "Member 'KismetMathLibrary_RandomUnitVectorInEllipticalConeInRadiansFromStream::Stream' 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_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_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_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_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) == 0x000018, "Member 'KismetMathLibrary_Vector_ClampSize2D::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Vector_ClampSize2D, Max) == 0x000020, "Member 'KismetMathLibrary_Vector_ClampSize2D::Max' 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) == 0x000018, "Member 'KismetMathLibrary_Vector_ClampSizeMax::Max' 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) == 0x000018, "Member 'KismetMathLibrary_Vector_ClampSizeMax2D::Max' 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_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) == 0x000004, "Member 'KismetMathLibrary_Wrap::Min' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, Max) == 0x000008, "Member 'KismetMathLibrary_Wrap::Max' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Wrap, ReturnValue) == 0x00000C, "Member 'KismetMathLibrary_Wrap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Xor_Int64Int64 \ +static_assert(alignof(KismetMathLibrary_Xor_Int64Int64) == 0x000008, "Wrong alignment on KismetMathLibrary_Xor_Int64Int64"); \ +static_assert(sizeof(KismetMathLibrary_Xor_Int64Int64) == 0x000018, "Wrong size on KismetMathLibrary_Xor_Int64Int64"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, A) == 0x000000, "Member 'KismetMathLibrary_Xor_Int64Int64::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, B) == 0x000008, "Member 'KismetMathLibrary_Xor_Int64Int64::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_Int64Int64, ReturnValue) == 0x000010, "Member 'KismetMathLibrary_Xor_Int64Int64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetMathLibrary_Xor_IntInt \ +static_assert(alignof(KismetMathLibrary_Xor_IntInt) == 0x000004, "Wrong alignment on KismetMathLibrary_Xor_IntInt"); \ +static_assert(sizeof(KismetMathLibrary_Xor_IntInt) == 0x00000C, "Wrong size on KismetMathLibrary_Xor_IntInt"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, A) == 0x000000, "Member 'KismetMathLibrary_Xor_IntInt::A' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, B) == 0x000004, "Member 'KismetMathLibrary_Xor_IntInt::B' has a wrong offset!"); \ +static_assert(offsetof(KismetMathLibrary_Xor_IntInt, ReturnValue) == 0x000008, "Member 'KismetMathLibrary_Xor_IntInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetMathLibrary \ +static_assert(alignof(UKismetMathLibrary) == 0x000008, "Wrong alignment on UKismetMathLibrary"); \ +static_assert(sizeof(UKismetMathLibrary) == 0x000028, "Wrong size on UKismetMathLibrary"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneColor \ +static_assert(alignof(UMaterialExpressionSceneColor) == 0x000008, "Wrong alignment on UMaterialExpressionSceneColor"); \ +static_assert(sizeof(UMaterialExpressionSceneColor) == 0x000080, "Wrong size on UMaterialExpressionSceneColor"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneColor::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, Input) == 0x000044, "Member 'UMaterialExpressionSceneColor::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, OffsetFraction) == 0x000058, "Member 'UMaterialExpressionSceneColor::OffsetFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneColor, ConstInput) == 0x000070, "Member 'UMaterialExpressionSceneColor::ConstInput' 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_UNavigationSystemBase \ +static_assert(alignof(UNavigationSystemBase) == 0x000008, "Wrong alignment on UNavigationSystemBase"); \ +static_assert(sizeof(UNavigationSystemBase) == 0x000028, "Wrong size on UNavigationSystemBase"); \ + +#define DUMPER7_ASSERTS_ULocalPlayer \ +static_assert(alignof(ULocalPlayer) == 0x000008, "Wrong alignment on ULocalPlayer"); \ +static_assert(sizeof(ULocalPlayer) == 0x0002A0, "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_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_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_UParticleModuleBeamBase \ +static_assert(alignof(UParticleModuleBeamBase) == 0x000008, "Wrong alignment on UParticleModuleBeamBase"); \ +static_assert(sizeof(UParticleModuleBeamBase) == 0x000030, "Wrong size on UParticleModuleBeamBase"); \ + +#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_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_ULocalPlayerSubsystem \ +static_assert(alignof(ULocalPlayerSubsystem) == 0x000008, "Wrong alignment on ULocalPlayerSubsystem"); \ +static_assert(sizeof(ULocalPlayerSubsystem) == 0x000030, "Wrong size on ULocalPlayerSubsystem"); \ + +#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_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) == 0x0001A8, "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!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstParticleReplay \ +static_assert(alignof(UInterpTrackInstParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackInstParticleReplay"); \ +static_assert(sizeof(UInterpTrackInstParticleReplay) == 0x000030, "Wrong size on UInterpTrackInstParticleReplay"); \ +static_assert(offsetof(UInterpTrackInstParticleReplay, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstParticleReplay::LastUpdatePosition' has a wrong offset!"); \ + +#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_UMaterialExpressionArccosineFast \ +static_assert(alignof(UMaterialExpressionArccosineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArccosineFast"); \ +static_assert(sizeof(UMaterialExpressionArccosineFast) == 0x000058, "Wrong size on UMaterialExpressionArccosineFast"); \ +static_assert(offsetof(UMaterialExpressionArccosineFast, Input) == 0x000040, "Member 'UMaterialExpressionArccosineFast::Input' 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_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_URotatingMovementComponent \ +static_assert(alignof(URotatingMovementComponent) == 0x000008, "Wrong alignment on URotatingMovementComponent"); \ +static_assert(sizeof(URotatingMovementComponent) == 0x000160, "Wrong size on URotatingMovementComponent"); \ +static_assert(offsetof(URotatingMovementComponent, RotationRate) == 0x000128, "Member 'URotatingMovementComponent::RotationRate' has a wrong offset!"); \ +static_assert(offsetof(URotatingMovementComponent, PivotTranslation) == 0x000140, "Member 'URotatingMovementComponent::PivotTranslation' 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_UMaterialExpressionMultiply \ +static_assert(alignof(UMaterialExpressionMultiply) == 0x000008, "Wrong alignment on UMaterialExpressionMultiply"); \ +static_assert(sizeof(UMaterialExpressionMultiply) == 0x000070, "Wrong size on UMaterialExpressionMultiply"); \ +static_assert(offsetof(UMaterialExpressionMultiply, A) == 0x000040, "Member 'UMaterialExpressionMultiply::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, B) == 0x000054, "Member 'UMaterialExpressionMultiply::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstA) == 0x000068, "Member 'UMaterialExpressionMultiply::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMultiply, ConstB) == 0x00006C, "Member 'UMaterialExpressionMultiply::ConstB' 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_UInterpTrackInstToggle \ +static_assert(alignof(UInterpTrackInstToggle) == 0x000008, "Wrong alignment on UInterpTrackInstToggle"); \ +static_assert(sizeof(UInterpTrackInstToggle) == 0x000038, "Wrong size on UInterpTrackInstToggle"); \ +static_assert(offsetof(UInterpTrackInstToggle, Action) == 0x000028, "Member 'UInterpTrackInstToggle::Action' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstToggle, LastUpdatePosition) == 0x00002C, "Member 'UInterpTrackInstToggle::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSample \ +static_assert(alignof(UMaterialExpressionFontSample) == 0x000008, "Wrong alignment on UMaterialExpressionFontSample"); \ +static_assert(sizeof(UMaterialExpressionFontSample) == 0x000050, "Wrong size on UMaterialExpressionFontSample"); \ +static_assert(offsetof(UMaterialExpressionFontSample, Font) == 0x000040, "Member 'UMaterialExpressionFontSample::Font' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSample, FontTexturePage) == 0x000048, "Member 'UMaterialExpressionFontSample::FontTexturePage' has a wrong offset!"); \ + +#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_UMaterialExpressionDDY \ +static_assert(alignof(UMaterialExpressionDDY) == 0x000008, "Wrong alignment on UMaterialExpressionDDY"); \ +static_assert(sizeof(UMaterialExpressionDDY) == 0x000058, "Wrong size on UMaterialExpressionDDY"); \ +static_assert(offsetof(UMaterialExpressionDDY, Value) == 0x000040, "Member 'UMaterialExpressionDDY::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUV \ +static_assert(alignof(UMaterialExpressionParticleSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUV"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUV) == 0x000068, "Wrong size on UMaterialExpressionParticleSubUV"); \ + +#define DUMPER7_ASSERTS_UAnimBlueprintGeneratedClass \ +static_assert(alignof(UAnimBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedClass"); \ +static_assert(sizeof(UAnimBlueprintGeneratedClass) == 0x000590, "Wrong size on UAnimBlueprintGeneratedClass"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, BakedStateMachines) == 0x000330, "Member 'UAnimBlueprintGeneratedClass::BakedStateMachines' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, TargetSkeleton) == 0x000340, "Member 'UAnimBlueprintGeneratedClass::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNotifies) == 0x000348, "Member 'UAnimBlueprintGeneratedClass::AnimNotifies' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, OrderedSavedPoseIndicesMap) == 0x000358, "Member 'UAnimBlueprintGeneratedClass::OrderedSavedPoseIndicesMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, SyncGroupNames) == 0x000428, "Member 'UAnimBlueprintGeneratedClass::SyncGroupNames' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphAssetPlayerInformation) == 0x000438, "Member 'UAnimBlueprintGeneratedClass::GraphAssetPlayerInformation' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, GraphBlendOptions) == 0x000488, "Member 'UAnimBlueprintGeneratedClass::GraphBlendOptions' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, AnimNodeData) == 0x0004D8, "Member 'UAnimBlueprintGeneratedClass::AnimNodeData' has a wrong offset!"); \ +static_assert(offsetof(UAnimBlueprintGeneratedClass, NodeTypeMap) == 0x0004E8, "Member 'UAnimBlueprintGeneratedClass::NodeTypeMap' 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) == 0x000138, "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) == 0x000032, "Member 'UParticleModuleLight::bPreviewLightRadius' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, SpawnFraction) == 0x000034, "Member 'UParticleModuleLight::SpawnFraction' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, ColorScaleOverLife) == 0x000038, "Member 'UParticleModuleLight::ColorScaleOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, BrightnessOverLife) == 0x000098, "Member 'UParticleModuleLight::BrightnessOverLife' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, RadiusScale) == 0x0000C8, "Member 'UParticleModuleLight::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightExponent) == 0x0000F8, "Member 'UParticleModuleLight::LightExponent' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, LightingChannels) == 0x000128, "Member 'UParticleModuleLight::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, VolumetricScatteringIntensity) == 0x00012C, "Member 'UParticleModuleLight::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bHighQualityLights) == 0x000130, "Member 'UParticleModuleLight::bHighQualityLights' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleLight, bShadowCastingLights) == 0x000131, "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) == 0x000158, "Wrong size on UParticleModuleLight_Seeded"); \ +static_assert(offsetof(UParticleModuleLight_Seeded, RandomSeedInfo) == 0x000138, "Member 'UParticleModuleLight_Seeded::RandomSeedInfo' 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_ARigidBodyBase \ +static_assert(alignof(ARigidBodyBase) == 0x000008, "Wrong alignment on ARigidBodyBase"); \ +static_assert(sizeof(ARigidBodyBase) == 0x000288, "Wrong size on ARigidBodyBase"); \ + +#define DUMPER7_ASSERTS_ARadialForceActor \ +static_assert(alignof(ARadialForceActor) == 0x000008, "Wrong alignment on ARadialForceActor"); \ +static_assert(sizeof(ARadialForceActor) == 0x000290, "Wrong size on ARadialForceActor"); \ +static_assert(offsetof(ARadialForceActor, ForceComponent) == 0x000288, "Member 'ARadialForceActor::ForceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_AdjustAttenuation \ +static_assert(alignof(AudioComponent_AdjustAttenuation) == 0x000008, "Wrong alignment on AudioComponent_AdjustAttenuation"); \ +static_assert(sizeof(AudioComponent_AdjustAttenuation) == 0x0003C8, "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) == 0x0003D0, "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) == 0x0003C8, "Member 'AudioComponent_BP_GetAttenuationSettingsToApply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeIn \ +static_assert(alignof(AudioComponent_FadeIn) == 0x000004, "Wrong alignment on AudioComponent_FadeIn"); \ +static_assert(sizeof(AudioComponent_FadeIn) == 0x000010, "Wrong size on AudioComponent_FadeIn"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeInDuration) == 0x000000, "Member 'AudioComponent_FadeIn::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeIn::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, StartTime) == 0x000008, "Member 'AudioComponent_FadeIn::StartTime' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeIn, FadeCurve) == 0x00000C, "Member 'AudioComponent_FadeIn::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_FadeOut \ +static_assert(alignof(AudioComponent_FadeOut) == 0x000004, "Wrong alignment on AudioComponent_FadeOut"); \ +static_assert(sizeof(AudioComponent_FadeOut) == 0x00000C, "Wrong size on AudioComponent_FadeOut"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeOutDuration) == 0x000000, "Member 'AudioComponent_FadeOut::FadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeVolumeLevel) == 0x000004, "Member 'AudioComponent_FadeOut::FadeVolumeLevel' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_FadeOut, FadeCurve) == 0x000008, "Member 'AudioComponent_FadeOut::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeData \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeData) == 0x000004, "Wrong alignment on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeData) == 0x000008, "Wrong size on AudioComponent_GetCookedEnvelopeData"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeData::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeData, ReturnValue) == 0x000004, "Member 'AudioComponent_GetCookedEnvelopeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, OutEnvelopeData) == 0x000000, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::OutEnvelopeData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedEnvelopeDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTData \ +static_assert(alignof(AudioComponent_GetCookedFFTData) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTData"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTData) == 0x000028, "Wrong size on AudioComponent_GetCookedFFTData"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, FrequenciesToGet) == 0x000000, "Member 'AudioComponent_GetCookedFFTData::FrequenciesToGet' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, OutSoundWaveSpectralData) == 0x000010, "Member 'AudioComponent_GetCookedFFTData::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTData, ReturnValue) == 0x000020, "Member 'AudioComponent_GetCookedFFTData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_GetCookedFFTDataForAllPlayingSounds \ +static_assert(alignof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000008, "Wrong alignment on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(sizeof(AudioComponent_GetCookedFFTDataForAllPlayingSounds) == 0x000018, "Wrong size on AudioComponent_GetCookedFFTDataForAllPlayingSounds"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, OutSoundWaveSpectralData) == 0x000000, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::OutSoundWaveSpectralData' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_GetCookedFFTDataForAllPlayingSounds, ReturnValue) == 0x000010, "Member 'AudioComponent_GetCookedFFTDataForAllPlayingSounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_Play \ +static_assert(alignof(AudioComponent_Play) == 0x000004, "Wrong alignment on AudioComponent_Play"); \ +static_assert(sizeof(AudioComponent_Play) == 0x000004, "Wrong size on AudioComponent_Play"); \ +static_assert(offsetof(AudioComponent_Play, StartTime) == 0x000000, "Member 'AudioComponent_Play::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_PlayQuantized \ +static_assert(alignof(AudioComponent_PlayQuantized) == 0x000008, "Wrong alignment on AudioComponent_PlayQuantized"); \ +static_assert(sizeof(AudioComponent_PlayQuantized) == 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_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_SetOutputToBusOnly \ +static_assert(alignof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on AudioComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(AudioComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on AudioComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(AudioComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'AudioComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPaused \ +static_assert(alignof(AudioComponent_SetPaused) == 0x000001, "Wrong alignment on AudioComponent_SetPaused"); \ +static_assert(sizeof(AudioComponent_SetPaused) == 0x000001, "Wrong size on AudioComponent_SetPaused"); \ +static_assert(offsetof(AudioComponent_SetPaused, bPause) == 0x000000, "Member 'AudioComponent_SetPaused::bPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetPitchMultiplier \ +static_assert(alignof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetPitchMultiplier"); \ +static_assert(sizeof(AudioComponent_SetPitchMultiplier) == 0x000004, "Wrong size on AudioComponent_SetPitchMultiplier"); \ +static_assert(offsetof(AudioComponent_SetPitchMultiplier, NewPitchMultiplier) == 0x000000, "Member 'AudioComponent_SetPitchMultiplier::NewPitchMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSound \ +static_assert(alignof(AudioComponent_SetSound) == 0x000008, "Wrong alignment on AudioComponent_SetSound"); \ +static_assert(sizeof(AudioComponent_SetSound) == 0x000008, "Wrong size on AudioComponent_SetSound"); \ +static_assert(offsetof(AudioComponent_SetSound, NewSound) == 0x000000, "Member 'AudioComponent_SetSound::NewSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPostEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPostEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPostEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPostEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPostEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPostEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPostEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSourceBusSendPreEffect \ +static_assert(alignof(AudioComponent_SetSourceBusSendPreEffect) == 0x000008, "Wrong alignment on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(sizeof(AudioComponent_SetSourceBusSendPreEffect) == 0x000010, "Wrong size on AudioComponent_SetSourceBusSendPreEffect"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SoundSourceBus) == 0x000000, "Member 'AudioComponent_SetSourceBusSendPreEffect::SoundSourceBus' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSourceBusSendPreEffect, SourceBusSendLevel) == 0x000008, "Member 'AudioComponent_SetSourceBusSendPreEffect::SourceBusSendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetSubmixSend \ +static_assert(alignof(AudioComponent_SetSubmixSend) == 0x000008, "Wrong alignment on AudioComponent_SetSubmixSend"); \ +static_assert(sizeof(AudioComponent_SetSubmixSend) == 0x000010, "Wrong size on AudioComponent_SetSubmixSend"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, Submix) == 0x000000, "Member 'AudioComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(AudioComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'AudioComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetUISound \ +static_assert(alignof(AudioComponent_SetUISound) == 0x000001, "Wrong alignment on AudioComponent_SetUISound"); \ +static_assert(sizeof(AudioComponent_SetUISound) == 0x000001, "Wrong size on AudioComponent_SetUISound"); \ +static_assert(offsetof(AudioComponent_SetUISound, bInUISound) == 0x000000, "Member 'AudioComponent_SetUISound::bInUISound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetVolumeMultiplier \ +static_assert(alignof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on AudioComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(AudioComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on AudioComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(AudioComponent_SetVolumeMultiplier, NewVolumeMultiplier) == 0x000000, "Member 'AudioComponent_SetVolumeMultiplier::NewVolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioComponent_SetWaveParameter \ +static_assert(alignof(AudioComponent_SetWaveParameter) == 0x000008, "Wrong alignment on AudioComponent_SetWaveParameter"); \ +static_assert(sizeof(AudioComponent_SetWaveParameter) == 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) == 0x000B30, "Wrong size on UAudioComponent"); \ +static_assert(offsetof(UAudioComponent, Sound) == 0x000448, "Member 'UAudioComponent::Sound' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, DefaultParameters) == 0x000450, "Member 'UAudioComponent::DefaultParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, InstanceParameters) == 0x000460, "Member 'UAudioComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SoundClassOverride) == 0x000470, "Member 'UAudioComponent::SoundClassOverride' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AudioComponentUserID) == 0x000480, "Member 'UAudioComponent::AudioComponentUserID' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMin) == 0x000488, "Member 'UAudioComponent::PitchModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchModulationMax) == 0x00048C, "Member 'UAudioComponent::PitchModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMin) == 0x000490, "Member 'UAudioComponent::VolumeModulationMin' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeModulationMax) == 0x000494, "Member 'UAudioComponent::VolumeModulationMax' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, VolumeMultiplier) == 0x000498, "Member 'UAudioComponent::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerAttackTime) == 0x00049C, "Member 'UAudioComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, EnvelopeFollowerReleaseTime) == 0x0004A0, "Member 'UAudioComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, Priority) == 0x0004A4, "Member 'UAudioComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SubtitlePriority) == 0x0004A8, "Member 'UAudioComponent::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, SourceEffectChain) == 0x0004B0, "Member 'UAudioComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, PitchMultiplier) == 0x0004B8, "Member 'UAudioComponent::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, LowPassFilterFrequency) == 0x0004BC, "Member 'UAudioComponent::LowPassFilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationSettings) == 0x0004C8, "Member 'UAudioComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AttenuationOverrides) == 0x0004D0, "Member 'UAudioComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySettings) == 0x000898, "Member 'UAudioComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ConcurrencySet) == 0x0008A0, "Member 'UAudioComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachLocationRule) == 0x0008FC, "Member 'UAudioComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachRotationRule) == 0x0008FD, "Member 'UAudioComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachScaleRule) == 0x0008FE, "Member 'UAudioComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, ModulationRouting) == 0x000900, "Member 'UAudioComponent::ModulationRouting' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlayStateChanged) == 0x000948, "Member 'UAudioComponent::OnAudioPlayStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioVirtualizationChanged) == 0x000970, "Member 'UAudioComponent::OnAudioVirtualizationChanged' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioFinished) == 0x000998, "Member 'UAudioComponent::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioPlaybackPercent) == 0x0009C0, "Member 'UAudioComponent::OnAudioPlaybackPercent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioSingleEnvelopeValue) == 0x0009E8, "Member 'UAudioComponent::OnAudioSingleEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnAudioMultiEnvelopeValue) == 0x000A10, "Member 'UAudioComponent::OnAudioMultiEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, OnQueueSubtitles) == 0x000A38, "Member 'UAudioComponent::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachParent) == 0x000A58, "Member 'UAudioComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UAudioComponent, AutoAttachSocketName) == 0x000A60, "Member 'UAudioComponent::AutoAttachSocketName' 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_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_USoundEffectSubmixPreset \ +static_assert(alignof(USoundEffectSubmixPreset) == 0x000008, "Wrong alignment on USoundEffectSubmixPreset"); \ +static_assert(sizeof(USoundEffectSubmixPreset) == 0x000068, "Wrong size on USoundEffectSubmixPreset"); \ + +#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_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_UMaterialExpressionCloudSampleAttribute \ +static_assert(alignof(UMaterialExpressionCloudSampleAttribute) == 0x000008, "Wrong alignment on UMaterialExpressionCloudSampleAttribute"); \ +static_assert(sizeof(UMaterialExpressionCloudSampleAttribute) == 0x000040, "Wrong size on UMaterialExpressionCloudSampleAttribute"); \ + +#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_UBuiltInAttributesExtensions \ +static_assert(alignof(UBuiltInAttributesExtensions) == 0x000008, "Wrong alignment on UBuiltInAttributesExtensions"); \ +static_assert(sizeof(UBuiltInAttributesExtensions) == 0x000028, "Wrong size on UBuiltInAttributesExtensions"); \ + +#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_UAnimNotifyState_TimedParticleEffect \ +static_assert(alignof(UAnimNotifyState_TimedParticleEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_TimedParticleEffect"); \ +static_assert(sizeof(UAnimNotifyState_TimedParticleEffect) == 0x000078, "Wrong size on UAnimNotifyState_TimedParticleEffect"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, PSTemplate) == 0x000030, "Member 'UAnimNotifyState_TimedParticleEffect::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, SocketName) == 0x000038, "Member 'UAnimNotifyState_TimedParticleEffect::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, LocationOffset) == 0x000040, "Member 'UAnimNotifyState_TimedParticleEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, RotationOffset) == 0x000058, "Member 'UAnimNotifyState_TimedParticleEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedParticleEffect, bDestroyAtEnd) == 0x000070, "Member 'UAnimNotifyState_TimedParticleEffect::bDestroyAtEnd' 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_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) == 0x000058, "Wrong size on UAnimNotifyState_Trail"); \ +static_assert(offsetof(UAnimNotifyState_Trail, PSTemplate) == 0x000030, "Member 'UAnimNotifyState_Trail::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, FirstSocketName) == 0x000038, "Member 'UAnimNotifyState_Trail::FirstSocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, SecondSocketName) == 0x000040, "Member 'UAnimNotifyState_Trail::SecondSocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, WidthScaleMode) == 0x000048, "Member 'UAnimNotifyState_Trail::WidthScaleMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_Trail, WidthScaleCurve) == 0x00004C, "Member 'UAnimNotifyState_Trail::WidthScaleCurve' 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_UAnimBlueprintGeneratedStruct \ +static_assert(alignof(UAnimBlueprintGeneratedStruct) == 0x000008, "Wrong alignment on UAnimBlueprintGeneratedStruct"); \ +static_assert(sizeof(UAnimBlueprintGeneratedStruct) == 0x0000C0, "Wrong size on UAnimBlueprintGeneratedStruct"); \ + +#define DUMPER7_ASSERTS_USoundNodeAttenuation \ +static_assert(alignof(USoundNodeAttenuation) == 0x000008, "Wrong alignment on USoundNodeAttenuation"); \ +static_assert(sizeof(USoundNodeAttenuation) == 0x000420, "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_UActorFolder \ +static_assert(alignof(UActorFolder) == 0x000008, "Wrong alignment on UActorFolder"); \ +static_assert(sizeof(UActorFolder) == 0x000028, "Wrong size on UActorFolder"); \ + +#define DUMPER7_ASSERTS_UActorChannel \ +static_assert(alignof(UActorChannel) == 0x000008, "Wrong alignment on UActorChannel"); \ +static_assert(sizeof(UActorChannel) == 0x000290, "Wrong size on UActorChannel"); \ +static_assert(offsetof(UActorChannel, Actor) == 0x000068, "Member 'UActorChannel::Actor' has a wrong offset!"); \ +static_assert(offsetof(UActorChannel, CreateSubObjects) == 0x000158, "Member 'UActorChannel::CreateSubObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAntialiasedTextureMask \ +static_assert(alignof(UMaterialExpressionAntialiasedTextureMask) == 0x000008, "Wrong alignment on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(sizeof(UMaterialExpressionAntialiasedTextureMask) == 0x000088, "Wrong size on UMaterialExpressionAntialiasedTextureMask"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Threshold) == 0x000080, "Member 'UMaterialExpressionAntialiasedTextureMask::Threshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAntialiasedTextureMask, Channel) == 0x000084, "Member 'UMaterialExpressionAntialiasedTextureMask::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncLoadGameFromSlot \ +static_assert(alignof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot) == 0x000008, "Wrong alignment on AsyncActionHandleSaveGame_AsyncLoadGameFromSlot"); \ +static_assert(sizeof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot) == 0x000028, "Wrong size on AsyncActionHandleSaveGame_AsyncLoadGameFromSlot"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, WorldContextObject) == 0x000000, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, SlotName) == 0x000008, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, UserIndex) == 0x000018, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncLoadGameFromSlot, ReturnValue) == 0x000020, "Member 'AsyncActionHandleSaveGame_AsyncLoadGameFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AsyncActionHandleSaveGame_AsyncSaveGameToSlot \ +static_assert(alignof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot) == 0x000008, "Wrong alignment on AsyncActionHandleSaveGame_AsyncSaveGameToSlot"); \ +static_assert(sizeof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot) == 0x000030, "Wrong size on AsyncActionHandleSaveGame_AsyncSaveGameToSlot"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, WorldContextObject) == 0x000000, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, SaveGameObject_0) == 0x000008, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::SaveGameObject_0' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, SlotName) == 0x000010, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, UserIndex) == 0x000020, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(AsyncActionHandleSaveGame_AsyncSaveGameToSlot, ReturnValue) == 0x000028, "Member 'AsyncActionHandleSaveGame_AsyncSaveGameToSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncActionHandleSaveGame \ +static_assert(alignof(UAsyncActionHandleSaveGame) == 0x000008, "Wrong alignment on UAsyncActionHandleSaveGame"); \ +static_assert(sizeof(UAsyncActionHandleSaveGame) == 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_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_PlayCameraAnim \ +static_assert(alignof(PlayerCameraManager_PlayCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_PlayCameraAnim"); \ +static_assert(sizeof(PlayerCameraManager_PlayCameraAnim) == 0x000048, "Wrong size on PlayerCameraManager_PlayCameraAnim"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_PlayCameraAnim::Anim' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Rate) == 0x000008, "Member 'PlayerCameraManager_PlayCameraAnim::Rate' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Scale) == 0x00000C, "Member 'PlayerCameraManager_PlayCameraAnim::Scale' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendInTime) == 0x000010, "Member 'PlayerCameraManager_PlayCameraAnim::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, BlendOutTime) == 0x000014, "Member 'PlayerCameraManager_PlayCameraAnim::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bLoop) == 0x000018, "Member 'PlayerCameraManager_PlayCameraAnim::bLoop' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, bRandomStartTime) == 0x000019, "Member 'PlayerCameraManager_PlayCameraAnim::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, Duration) == 0x00001C, "Member 'PlayerCameraManager_PlayCameraAnim::Duration' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, PlaySpace) == 0x000020, "Member 'PlayerCameraManager_PlayCameraAnim::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, UserPlaySpaceRot) == 0x000028, "Member 'PlayerCameraManager_PlayCameraAnim::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_PlayCameraAnim, ReturnValue) == 0x000040, "Member 'PlayerCameraManager_PlayCameraAnim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraLensEffect \ +static_assert(alignof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraLensEffect"); \ +static_assert(sizeof(PlayerCameraManager_RemoveCameraLensEffect) == 0x000008, "Wrong size on PlayerCameraManager_RemoveCameraLensEffect"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraLensEffect, Emitter) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraLensEffect::Emitter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_RemoveCameraModifier \ +static_assert(alignof(PlayerCameraManager_RemoveCameraModifier) == 0x000008, "Wrong alignment on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(sizeof(PlayerCameraManager_RemoveCameraModifier) == 0x000010, "Wrong size on PlayerCameraManager_RemoveCameraModifier"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ModifierToRemove) == 0x000000, "Member 'PlayerCameraManager_RemoveCameraModifier::ModifierToRemove' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_RemoveCameraModifier, ReturnValue) == 0x000008, "Member 'PlayerCameraManager_RemoveCameraModifier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_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_StopAllCameraAnims \ +static_assert(alignof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraAnims"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraAnims) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraAnims"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraAnims, bImmediate) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraAnims::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakes \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong alignment on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakes) == 0x000001, "Wrong size on PlayerCameraManager_StopAllCameraShakes"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakes, bImmediately) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakes::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllCameraShakesFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllCameraShakesFromSource) == 0x000010, "Wrong size on PlayerCameraManager_StopAllCameraShakesFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, SourceComponent) == 0x000000, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllCameraShakesFromSource, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllCameraShakesFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraAnim \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraAnim) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraAnim"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, Anim) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::Anim' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraAnim, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraAnim::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShake \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource \ +static_assert(alignof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000008, "Wrong alignment on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(sizeof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource) == 0x000018, "Wrong size on PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, Shake) == 0x000000, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::Shake' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, SourceComponent) == 0x000008, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource, bImmediately) == 0x000010, "Member 'PlayerCameraManager_StopAllInstancesOfCameraShakeFromSource::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraAnimInst \ +static_assert(alignof(PlayerCameraManager_StopCameraAnimInst) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraAnimInst"); \ +static_assert(sizeof(PlayerCameraManager_StopCameraAnimInst) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraAnimInst"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, AnimInst) == 0x000000, "Member 'PlayerCameraManager_StopCameraAnimInst::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraAnimInst, bImmediate) == 0x000008, "Member 'PlayerCameraManager_StopCameraAnimInst::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_StopCameraShake \ +static_assert(alignof(PlayerCameraManager_StopCameraShake) == 0x000008, "Wrong alignment on PlayerCameraManager_StopCameraShake"); \ +static_assert(sizeof(PlayerCameraManager_StopCameraShake) == 0x000010, "Wrong size on PlayerCameraManager_StopCameraShake"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, ShakeInstance) == 0x000000, "Member 'PlayerCameraManager_StopCameraShake::ShakeInstance' has a wrong offset!"); \ +static_assert(offsetof(PlayerCameraManager_StopCameraShake, bImmediately) == 0x000008, "Member 'PlayerCameraManager_StopCameraShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerCameraManager_GetCameraLocation \ +static_assert(alignof(PlayerCameraManager_GetCameraLocation) == 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) == 0x003880, "Wrong size on APlayerCameraManager"); \ +static_assert(offsetof(APlayerCameraManager, PCOwner) == 0x000288, "Member 'APlayerCameraManager::PCOwner' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, TransformComponent) == 0x000290, "Member 'APlayerCameraManager::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultFOV) == 0x0002A0, "Member 'APlayerCameraManager::DefaultFOV' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultOrthoWidth) == 0x0002A8, "Member 'APlayerCameraManager::DefaultOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultAspectRatio) == 0x0002B0, "Member 'APlayerCameraManager::DefaultAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCache) == 0x000320, "Member 'APlayerCameraManager::CameraCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCache) == 0x000BC0, "Member 'APlayerCameraManager::LastFrameCameraCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTarget) == 0x001460, "Member 'APlayerCameraManager::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PendingViewTarget) == 0x001D10, "Member 'APlayerCameraManager::PendingViewTarget' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraCachePrivate) == 0x0025F0, "Member 'APlayerCameraManager::CameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, LastFrameCameraCachePrivate) == 0x002E90, "Member 'APlayerCameraManager::LastFrameCameraCachePrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ModifierList) == 0x003730, "Member 'APlayerCameraManager::ModifierList' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, DefaultModifiers) == 0x003740, "Member 'APlayerCameraManager::DefaultModifiers' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamDistance) == 0x003750, "Member 'APlayerCameraManager::FreeCamDistance' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeCamOffset) == 0x003758, "Member 'APlayerCameraManager::FreeCamOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewTargetOffset) == 0x003770, "Member 'APlayerCameraManager::ViewTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, OnAudioFadeChangeEvent) == 0x003788, "Member 'APlayerCameraManager::OnAudioFadeChangeEvent' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CameraLensEffects) == 0x0037B0, "Member 'APlayerCameraManager::CameraLensEffects' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, CachedCameraShakeMod) == 0x0037C0, "Member 'APlayerCameraManager::CachedCameraShakeMod' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimInstPool) == 0x0037C8, "Member 'APlayerCameraManager::AnimInstPool' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, PostProcessBlendCache) == 0x003808, "Member 'APlayerCameraManager::PostProcessBlendCache' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ActiveAnims) == 0x003828, "Member 'APlayerCameraManager::ActiveAnims' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, FreeAnims) == 0x003838, "Member 'APlayerCameraManager::FreeAnims' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, AnimCameraActor) == 0x003848, "Member 'APlayerCameraManager::AnimCameraActor' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMin) == 0x003854, "Member 'APlayerCameraManager::ViewPitchMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewPitchMax) == 0x003858, "Member 'APlayerCameraManager::ViewPitchMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMin) == 0x00385C, "Member 'APlayerCameraManager::ViewYawMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewYawMax) == 0x003860, "Member 'APlayerCameraManager::ViewYawMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMin) == 0x003864, "Member 'APlayerCameraManager::ViewRollMin' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ViewRollMax) == 0x003868, "Member 'APlayerCameraManager::ViewRollMax' has a wrong offset!"); \ +static_assert(offsetof(APlayerCameraManager, ServerUpdateCameraTimeout) == 0x003870, "Member 'APlayerCameraManager::ServerUpdateCameraTimeout' 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) == 0x000030, "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) == 0x000028, "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) == 0x000030, "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) == 0x000028, "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_USoundBase \ +static_assert(alignof(USoundBase) == 0x000008, "Wrong alignment on USoundBase"); \ +static_assert(sizeof(USoundBase) == 0x000170, "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) == 0x000108, "Member 'USoundBase::Duration' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, MaxDistance) == 0x00010C, "Member 'USoundBase::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, TotalSamples) == 0x000110, "Member 'USoundBase::TotalSamples' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, Priority) == 0x000114, "Member 'USoundBase::Priority' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AttenuationSettings) == 0x000118, "Member 'USoundBase::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixObject) == 0x000120, "Member 'USoundBase::SoundSubmixObject' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SoundSubmixSends) == 0x000128, "Member 'USoundBase::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, SourceEffectChain) == 0x000138, "Member 'USoundBase::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, BusSends) == 0x000140, "Member 'USoundBase::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, PreEffectBusSends) == 0x000150, "Member 'USoundBase::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USoundBase, AssetUserData) == 0x000160, "Member 'USoundBase::AssetUserData' 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) == 0x000001, "Wrong size on SoundWave_SetSoundAssetCompressionType"); \ +static_assert(offsetof(SoundWave_SetSoundAssetCompressionType, InSoundAssetCompressionType) == 0x000000, "Member 'SoundWave_SetSoundAssetCompressionType::InSoundAssetCompressionType' 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) == 0x000330, "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) == 0x0001E8, "Member 'USoundWave::FrequenciesToAnalyze' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedSpectralTimeData) == 0x0001F8, "Member 'USoundWave::CookedSpectralTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CookedEnvelopeTimeData) == 0x000208, "Member 'USoundWave::CookedEnvelopeTimeData' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, InitialChunkSize) == 0x000218, "Member 'USoundWave::InitialChunkSize' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, LoadingBehavior) == 0x00025E, "Member 'USoundWave::LoadingBehavior' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SpokenText) == 0x000260, "Member 'USoundWave::SpokenText' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SubtitlePriority) == 0x000270, "Member 'USoundWave::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Volume) == 0x000274, "Member 'USoundWave::Volume' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Pitch) == 0x000278, "Member 'USoundWave::Pitch' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, NumChannels) == 0x00027C, "Member 'USoundWave::NumChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, CuePoints) == 0x000280, "Member 'USoundWave::CuePoints' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, SampleRate) == 0x000290, "Member 'USoundWave::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Subtitles) == 0x0002A0, "Member 'USoundWave::Subtitles' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, Curves) == 0x0002B0, "Member 'USoundWave::Curves' has a wrong offset!"); \ +static_assert(offsetof(USoundWave, InternalCurves) == 0x0002B8, "Member 'USoundWave::InternalCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundSourceBus \ +static_assert(alignof(USoundSourceBus) == 0x000008, "Wrong alignment on USoundSourceBus"); \ +static_assert(sizeof(USoundSourceBus) == 0x000348, "Wrong size on USoundSourceBus"); \ +static_assert(offsetof(USoundSourceBus, SourceBusChannels) == 0x000330, "Member 'USoundSourceBus::SourceBusChannels' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, SourceBusDuration) == 0x000334, "Member 'USoundSourceBus::SourceBusDuration' has a wrong offset!"); \ +static_assert(offsetof(USoundSourceBus, AudioBus) == 0x000338, "Member 'USoundSourceBus::AudioBus' has a wrong offset!"); \ + +#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_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_GetPlayerName \ +static_assert(alignof(PlayerState_GetPlayerName) == 0x000008, "Wrong alignment on PlayerState_GetPlayerName"); \ +static_assert(sizeof(PlayerState_GetPlayerName) == 0x000010, "Wrong size on PlayerState_GetPlayerName"); \ +static_assert(offsetof(PlayerState_GetPlayerName, ReturnValue) == 0x000000, "Member 'PlayerState_GetPlayerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerState_IsOnlyASpectator \ +static_assert(alignof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong alignment on PlayerState_IsOnlyASpectator"); \ +static_assert(sizeof(PlayerState_IsOnlyASpectator) == 0x000001, "Wrong size on PlayerState_IsOnlyASpectator"); \ +static_assert(offsetof(PlayerState_IsOnlyASpectator, ReturnValue) == 0x000000, "Member 'PlayerState_IsOnlyASpectator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlayerState \ +static_assert(alignof(APlayerState) == 0x000008, "Wrong alignment on APlayerState"); \ +static_assert(sizeof(APlayerState) == 0x0003A0, "Wrong size on APlayerState"); \ +static_assert(offsetof(APlayerState, Score) == 0x000288, "Member 'APlayerState::Score' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerId) == 0x00028C, "Member 'APlayerState::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, CompressedPing) == 0x000290, "Member 'APlayerState::CompressedPing' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, StartTime) == 0x000294, "Member 'APlayerState::StartTime' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, EngineMessageClass) == 0x000298, "Member 'APlayerState::EngineMessageClass' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, SavedNetworkAddress) == 0x0002A8, "Member 'APlayerState::SavedNetworkAddress' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, UniqueId) == 0x0002B8, "Member 'APlayerState::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, OnPawnSet) == 0x0002F0, "Member 'APlayerState::OnPawnSet' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PawnPrivate) == 0x000300, "Member 'APlayerState::PawnPrivate' has a wrong offset!"); \ +static_assert(offsetof(APlayerState, PlayerNamePrivate) == 0x000380, "Member 'APlayerState::PlayerNamePrivate' has a wrong offset!"); \ + +#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_ANavigationObjectBase \ +static_assert(alignof(ANavigationObjectBase) == 0x000008, "Wrong alignment on ANavigationObjectBase"); \ +static_assert(sizeof(ANavigationObjectBase) == 0x0002B0, "Wrong size on ANavigationObjectBase"); \ +static_assert(offsetof(ANavigationObjectBase, CapsuleComponent) == 0x000290, "Member 'ANavigationObjectBase::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, GoodSprite) == 0x000298, "Member 'ANavigationObjectBase::GoodSprite' has a wrong offset!"); \ +static_assert(offsetof(ANavigationObjectBase, BadSprite) == 0x0002A0, "Member 'ANavigationObjectBase::BadSprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComposite \ +static_assert(alignof(UMaterialExpressionComposite) == 0x000008, "Wrong alignment on UMaterialExpressionComposite"); \ +static_assert(sizeof(UMaterialExpressionComposite) == 0x000060, "Wrong size on UMaterialExpressionComposite"); \ +static_assert(offsetof(UMaterialExpressionComposite, SubgraphName) == 0x000040, "Member 'UMaterialExpressionComposite::SubgraphName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComposite, InputExpressions) == 0x000050, "Member 'UMaterialExpressionComposite::InputExpressions' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComposite, OutputExpressions) == 0x000058, "Member 'UMaterialExpressionComposite::OutputExpressions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformGameInstance \ +static_assert(alignof(UPlatformGameInstance) == 0x000008, "Wrong alignment on UPlatformGameInstance"); \ +static_assert(sizeof(UPlatformGameInstance) == 0x000278, "Wrong size on UPlatformGameInstance"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillDeactivateDelegate) == 0x0001A8, "Member 'UPlatformGameInstance::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasReactivatedDelegate) == 0x0001B8, "Member 'UPlatformGameInstance::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillEnterBackgroundDelegate) == 0x0001C8, "Member 'UPlatformGameInstance::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationHasEnteredForegroundDelegate) == 0x0001D8, "Member 'UPlatformGameInstance::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationWillTerminateDelegate) == 0x0001E8, "Member 'UPlatformGameInstance::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationShouldUnloadResourcesDelegate) == 0x0001F8, "Member 'UPlatformGameInstance::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedStartupArgumentsDelegate) == 0x000208, "Member 'UPlatformGameInstance::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForRemoteNotificationsDelegate) == 0x000218, "Member 'UPlatformGameInstance::ApplicationRegisteredForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationRegisteredForUserNotificationsDelegate) == 0x000228, "Member 'UPlatformGameInstance::ApplicationRegisteredForUserNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationFailedToRegisterForRemoteNotificationsDelegate) == 0x000238, "Member 'UPlatformGameInstance::ApplicationFailedToRegisterForRemoteNotificationsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedRemoteNotificationDelegate) == 0x000248, "Member 'UPlatformGameInstance::ApplicationReceivedRemoteNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedLocalNotificationDelegate) == 0x000258, "Member 'UPlatformGameInstance::ApplicationReceivedLocalNotificationDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformGameInstance, ApplicationReceivedScreenOrientationChangedNotificationDelegate) == 0x000268, "Member 'UPlatformGameInstance::ApplicationReceivedScreenOrientationChangedNotificationDelegate' 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_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_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_APlayerStart \ +static_assert(alignof(APlayerStart) == 0x000008, "Wrong alignment on APlayerStart"); \ +static_assert(sizeof(APlayerStart) == 0x0002B8, "Wrong size on APlayerStart"); \ +static_assert(offsetof(APlayerStart, PlayerStartTag) == 0x0002B0, "Member 'APlayerStart::PlayerStartTag' has a wrong offset!"); \ + +#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_UAudioBus \ +static_assert(alignof(UAudioBus) == 0x000008, "Wrong alignment on UAudioBus"); \ +static_assert(sizeof(UAudioBus) == 0x000030, "Wrong size on UAudioBus"); \ +static_assert(offsetof(UAudioBus, AudioBusChannels) == 0x000028, "Member 'UAudioBus::AudioBusChannels' 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) == 0x0000E8, "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) == 0x000128, "Member 'UProjectileMovementComponent::InitialSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSpeed) == 0x00012C, "Member 'UProjectileMovementComponent::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitTime) == 0x000134, "Member 'UProjectileMovementComponent::PreviousHitTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, PreviousHitNormal) == 0x000138, "Member 'UProjectileMovementComponent::PreviousHitNormal' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, ProjectileGravityScale) == 0x000150, "Member 'UProjectileMovementComponent::ProjectileGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Buoyancy) == 0x000154, "Member 'UProjectileMovementComponent::Buoyancy' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Bounciness) == 0x000158, "Member 'UProjectileMovementComponent::Bounciness' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, Friction) == 0x00015C, "Member 'UProjectileMovementComponent::Friction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceVelocityStopSimulatingThreshold) == 0x000160, "Member 'UProjectileMovementComponent::BounceVelocityStopSimulatingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MinFrictionFraction) == 0x000164, "Member 'UProjectileMovementComponent::MinFrictionFraction' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileBounce) == 0x000168, "Member 'UProjectileMovementComponent::OnProjectileBounce' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, OnProjectileStop) == 0x000178, "Member 'UProjectileMovementComponent::OnProjectileStop' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingAccelerationMagnitude) == 0x000188, "Member 'UProjectileMovementComponent::HomingAccelerationMagnitude' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, HomingTargetComponent) == 0x00018C, "Member 'UProjectileMovementComponent::HomingTargetComponent' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationTimeStep) == 0x000194, "Member 'UProjectileMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, MaxSimulationIterations) == 0x000198, "Member 'UProjectileMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, BounceAdditionalIterations) == 0x00019C, "Member 'UProjectileMovementComponent::BounceAdditionalIterations' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationTime) == 0x0001A0, "Member 'UProjectileMovementComponent::InterpLocationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpRotationTime) == 0x0001A4, "Member 'UProjectileMovementComponent::InterpRotationTime' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationMaxLagDistance) == 0x0001A8, "Member 'UProjectileMovementComponent::InterpLocationMaxLagDistance' has a wrong offset!"); \ +static_assert(offsetof(UProjectileMovementComponent, InterpLocationSnapToTargetDistance) == 0x0001AC, "Member 'UProjectileMovementComponent::InterpLocationSnapToTargetDistance' 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_UReflectionCaptureComponent \ +static_assert(alignof(UReflectionCaptureComponent) == 0x000010, "Wrong alignment on UReflectionCaptureComponent"); \ +static_assert(sizeof(UReflectionCaptureComponent) == 0x000340, "Wrong size on UReflectionCaptureComponent"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffsetComponent) == 0x0002C0, "Member 'UReflectionCaptureComponent::CaptureOffsetComponent' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, ReflectionSourceType) == 0x0002C8, "Member 'UReflectionCaptureComponent::ReflectionSourceType' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MobileReflectionCompression) == 0x0002C9, "Member 'UReflectionCaptureComponent::MobileReflectionCompression' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Cubemap) == 0x0002D0, "Member 'UReflectionCaptureComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, SourceCubemapAngle) == 0x0002D8, "Member 'UReflectionCaptureComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, Brightness) == 0x0002DC, "Member 'UReflectionCaptureComponent::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, bModifyMaxValueRGBM) == 0x0002E0, "Member 'UReflectionCaptureComponent::bModifyMaxValueRGBM' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MaxValueRGBM) == 0x0002E4, "Member 'UReflectionCaptureComponent::MaxValueRGBM' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CaptureOffset) == 0x0002E8, "Member 'UReflectionCaptureComponent::CaptureOffset' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, MapBuildDataId) == 0x000300, "Member 'UReflectionCaptureComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(UReflectionCaptureComponent, CachedEncodedHDRCubemap) == 0x000310, "Member 'UReflectionCaptureComponent::CachedEncodedHDRCubemap' 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) == 0x0003C0, "Wrong size on USpringArmComponent"); \ +static_assert(offsetof(USpringArmComponent, TargetArmLength) == 0x0002C0, "Member 'USpringArmComponent::TargetArmLength' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, SocketOffset) == 0x0002C8, "Member 'USpringArmComponent::SocketOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, TargetOffset) == 0x0002E0, "Member 'USpringArmComponent::TargetOffset' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeSize) == 0x0002F8, "Member 'USpringArmComponent::ProbeSize' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, ProbeChannel) == 0x0002FC, "Member 'USpringArmComponent::ProbeChannel' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagSpeed) == 0x000304, "Member 'USpringArmComponent::CameraLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraRotationLagSpeed) == 0x000308, "Member 'USpringArmComponent::CameraRotationLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxTimeStep) == 0x00030C, "Member 'USpringArmComponent::CameraLagMaxTimeStep' has a wrong offset!"); \ +static_assert(offsetof(USpringArmComponent, CameraLagMaxDistance) == 0x000310, "Member 'USpringArmComponent::CameraLagMaxDistance' 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_UPhysicalMaterialMask \ +static_assert(alignof(UPhysicalMaterialMask) == 0x000008, "Wrong alignment on UPhysicalMaterialMask"); \ +static_assert(sizeof(UPhysicalMaterialMask) == 0x000030, "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_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_UInterpTrackInstAnimControl \ +static_assert(alignof(UInterpTrackInstAnimControl) == 0x000008, "Wrong alignment on UInterpTrackInstAnimControl"); \ +static_assert(sizeof(UInterpTrackInstAnimControl) == 0x000030, "Wrong size on UInterpTrackInstAnimControl"); \ +static_assert(offsetof(UInterpTrackInstAnimControl, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstAnimControl::LastUpdatePosition' 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) == 0x000298, "Wrong size on ALight"); \ +static_assert(offsetof(ALight, LightComponent) == 0x000288, "Member 'ALight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetPlayerRespawnDelay \ +static_assert(alignof(GameStateBase_GetPlayerRespawnDelay) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerRespawnDelay"); \ +static_assert(sizeof(GameStateBase_GetPlayerRespawnDelay) == 0x000010, "Wrong size on GameStateBase_GetPlayerRespawnDelay"); \ +static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerRespawnDelay::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameStateBase_GetPlayerRespawnDelay, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerRespawnDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetPlayerStartTime \ +static_assert(alignof(GameStateBase_GetPlayerStartTime) == 0x000008, "Wrong alignment on GameStateBase_GetPlayerStartTime"); \ +static_assert(sizeof(GameStateBase_GetPlayerStartTime) == 0x000010, "Wrong size on GameStateBase_GetPlayerStartTime"); \ +static_assert(offsetof(GameStateBase_GetPlayerStartTime, Controller) == 0x000000, "Member 'GameStateBase_GetPlayerStartTime::Controller' has a wrong offset!"); \ +static_assert(offsetof(GameStateBase_GetPlayerStartTime, ReturnValue) == 0x000008, "Member 'GameStateBase_GetPlayerStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_GetServerWorldTimeSeconds \ +static_assert(alignof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong alignment on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(sizeof(GameStateBase_GetServerWorldTimeSeconds) == 0x000004, "Wrong size on GameStateBase_GetServerWorldTimeSeconds"); \ +static_assert(offsetof(GameStateBase_GetServerWorldTimeSeconds, ReturnValue) == 0x000000, "Member 'GameStateBase_GetServerWorldTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasBegunPlay \ +static_assert(alignof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong alignment on GameStateBase_HasBegunPlay"); \ +static_assert(sizeof(GameStateBase_HasBegunPlay) == 0x000001, "Wrong size on GameStateBase_HasBegunPlay"); \ +static_assert(offsetof(GameStateBase_HasBegunPlay, ReturnValue) == 0x000000, "Member 'GameStateBase_HasBegunPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchEnded \ +static_assert(alignof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong alignment on GameStateBase_HasMatchEnded"); \ +static_assert(sizeof(GameStateBase_HasMatchEnded) == 0x000001, "Wrong size on GameStateBase_HasMatchEnded"); \ +static_assert(offsetof(GameStateBase_HasMatchEnded, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchEnded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameStateBase_HasMatchStarted \ +static_assert(alignof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong alignment on GameStateBase_HasMatchStarted"); \ +static_assert(sizeof(GameStateBase_HasMatchStarted) == 0x000001, "Wrong size on GameStateBase_HasMatchStarted"); \ +static_assert(offsetof(GameStateBase_HasMatchStarted, ReturnValue) == 0x000000, "Member 'GameStateBase_HasMatchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGameStateBase \ +static_assert(alignof(AGameStateBase) == 0x000008, "Wrong alignment on AGameStateBase"); \ +static_assert(sizeof(AGameStateBase) == 0x0002D8, "Wrong size on AGameStateBase"); \ +static_assert(offsetof(AGameStateBase, GameModeClass) == 0x000288, "Member 'AGameStateBase::GameModeClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, AuthorityGameMode) == 0x000290, "Member 'AGameStateBase::AuthorityGameMode' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, SpectatorClass) == 0x000298, "Member 'AGameStateBase::SpectatorClass' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, PlayerArray) == 0x0002A0, "Member 'AGameStateBase::PlayerArray' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, bReplicatedHasBegunPlay) == 0x0002B0, "Member 'AGameStateBase::bReplicatedHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ReplicatedWorldTimeSeconds) == 0x0002B4, "Member 'AGameStateBase::ReplicatedWorldTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsDelta) == 0x0002B8, "Member 'AGameStateBase::ServerWorldTimeSecondsDelta' has a wrong offset!"); \ +static_assert(offsetof(AGameStateBase, ServerWorldTimeSecondsUpdateFrequency) == 0x0002BC, "Member 'AGameStateBase::ServerWorldTimeSecondsUpdateFrequency' has a wrong offset!"); \ + +#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_AGameState \ +static_assert(alignof(AGameState) == 0x000008, "Wrong alignment on AGameState"); \ +static_assert(sizeof(AGameState) == 0x0002F8, "Wrong size on AGameState"); \ +static_assert(offsetof(AGameState, MatchState) == 0x0002D8, "Member 'AGameState::MatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, PreviousMatchState) == 0x0002E0, "Member 'AGameState::PreviousMatchState' has a wrong offset!"); \ +static_assert(offsetof(AGameState, ElapsedTime) == 0x0002E8, "Member 'AGameState::ElapsedTime' 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_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_AWorldSettings \ +static_assert(alignof(AWorldSettings) == 0x000008, "Wrong alignment on AWorldSettings"); \ +static_assert(sizeof(AWorldSettings) == 0x000498, "Wrong size on AWorldSettings"); \ +static_assert(offsetof(AWorldSettings, VisibilityCellSize) == 0x000290, "Member 'AWorldSettings::VisibilityCellSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, VisibilityAggressiveness) == 0x000294, "Member 'AWorldSettings::VisibilityAggressiveness' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AISystemClass) == 0x000298, "Member 'AWorldSettings::AISystemClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LevelInstancePivotOffset) == 0x0002C0, "Member 'AWorldSettings::LevelInstancePivotOffset' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfig) == 0x0002D8, "Member 'AWorldSettings::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, NavigationSystemConfigOverride) == 0x0002E0, "Member 'AWorldSettings::NavigationSystemConfigOverride' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldPartition) == 0x0002E8, "Member 'AWorldSettings::WorldPartition' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldToMeters) == 0x0002F0, "Member 'AWorldSettings::WorldToMeters' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZ) == 0x0002F4, "Member 'AWorldSettings::KillZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, KillZDamageType) == 0x0002F8, "Member 'AWorldSettings::KillZDamageType' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, WorldGravityZ) == 0x000300, "Member 'AWorldSettings::WorldGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalGravityZ) == 0x000304, "Member 'AWorldSettings::GlobalGravityZ' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultPhysicsVolumeClass) == 0x000308, "Member 'AWorldSettings::DefaultPhysicsVolumeClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PhysicsCollisionHandlerClass) == 0x000310, "Member 'AWorldSettings::PhysicsCollisionHandlerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultGameMode) == 0x000318, "Member 'AWorldSettings::DefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GameNetworkManagerClass) == 0x000320, "Member 'AWorldSettings::GameNetworkManagerClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PackedLightAndShadowMapTextureSize) == 0x000328, "Member 'AWorldSettings::PackedLightAndShadowMapTextureSize' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultColorScale) == 0x000330, "Member 'AWorldSettings::DefaultColorScale' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultMaxDistanceFieldOcclusionDistance) == 0x000348, "Member 'AWorldSettings::DefaultMaxDistanceFieldOcclusionDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, GlobalDistanceFieldViewDistance) == 0x00034C, "Member 'AWorldSettings::GlobalDistanceFieldViewDistance' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DynamicIndirectShadowsSelfShadowingIntensity) == 0x000350, "Member 'AWorldSettings::DynamicIndirectShadowsSelfShadowingIntensity' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultReverbSettings) == 0x000358, "Member 'AWorldSettings::DefaultReverbSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultAmbientZoneSettings) == 0x000378, "Member 'AWorldSettings::DefaultAmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBaseSoundMix) == 0x0003A0, "Member 'AWorldSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, TimeDilation) == 0x0003A8, "Member 'AWorldSettings::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MatineeTimeDilation) == 0x0003AC, "Member 'AWorldSettings::MatineeTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DemoPlayTimeDilation) == 0x0003B0, "Member 'AWorldSettings::DemoPlayTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinGlobalTimeDilation) == 0x0003B4, "Member 'AWorldSettings::MinGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxGlobalTimeDilation) == 0x0003B8, "Member 'AWorldSettings::MaxGlobalTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MinUndilatedFrameTime) == 0x0003BC, "Member 'AWorldSettings::MinUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxUndilatedFrameTime) == 0x0003C0, "Member 'AWorldSettings::MaxUndilatedFrameTime' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BroadphaseSettings) == 0x0003C8, "Member 'AWorldSettings::BroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, ReplicationViewers) == 0x000448, "Member 'AWorldSettings::ReplicationViewers' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, AssetUserData) == 0x000458, "Member 'AWorldSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, PauserPlayerState) == 0x000468, "Member 'AWorldSettings::PauserPlayerState' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, MaxNumberOfBookmarks) == 0x000470, "Member 'AWorldSettings::MaxNumberOfBookmarks' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, DefaultBookmarkClass) == 0x000478, "Member 'AWorldSettings::DefaultBookmarkClass' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, BookmarkArray) == 0x000480, "Member 'AWorldSettings::BookmarkArray' has a wrong offset!"); \ +static_assert(offsetof(AWorldSettings, LastBookmarkClass) == 0x000490, "Member 'AWorldSettings::LastBookmarkClass' 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) == 0x0002A0, "Wrong size on ASpotLight"); \ +static_assert(offsetof(ASpotLight, SpotLightComponent) == 0x000298, "Member 'ASpotLight::SpotLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeneratedMeshAreaLight \ +static_assert(alignof(AGeneratedMeshAreaLight) == 0x000008, "Wrong alignment on AGeneratedMeshAreaLight"); \ +static_assert(sizeof(AGeneratedMeshAreaLight) == 0x0002A0, "Wrong size on AGeneratedMeshAreaLight"); \ + +#define DUMPER7_ASSERTS_ATriggerBox \ +static_assert(alignof(ATriggerBox) == 0x000008, "Wrong alignment on ATriggerBox"); \ +static_assert(sizeof(ATriggerBox) == 0x000290, "Wrong size on ATriggerBox"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCube \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCube) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCube"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCube) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterCube"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionVolume \ +static_assert(alignof(AWorldPartitionVolume) == 0x000008, "Wrong alignment on AWorldPartitionVolume"); \ +static_assert(sizeof(AWorldPartitionVolume) == 0x0002C0, "Wrong size on AWorldPartitionVolume"); \ + +#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) == 0x000378, "Wrong size on AHUD"); \ +static_assert(offsetof(AHUD, PlayerOwner) == 0x000288, "Member 'AHUD::PlayerOwner' has a wrong offset!"); \ +static_assert(offsetof(AHUD, CurrentTargetIndex) == 0x000294, "Member 'AHUD::CurrentTargetIndex' has a wrong offset!"); \ +static_assert(offsetof(AHUD, PostRenderedActors) == 0x0002A0, "Member 'AHUD::PostRenderedActors' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugDisplay) == 0x0002B8, "Member 'AHUD::DebugDisplay' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ToggledDebugCategories) == 0x0002C8, "Member 'AHUD::ToggledDebugCategories' has a wrong offset!"); \ +static_assert(offsetof(AHUD, Canvas) == 0x0002D8, "Member 'AHUD::Canvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugCanvas) == 0x0002E0, "Member 'AHUD::DebugCanvas' has a wrong offset!"); \ +static_assert(offsetof(AHUD, DebugTextList) == 0x0002E8, "Member 'AHUD::DebugTextList' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetDesiredClass) == 0x0002F8, "Member 'AHUD::ShowDebugTargetDesiredClass' has a wrong offset!"); \ +static_assert(offsetof(AHUD, ShowDebugTargetActor) == 0x000300, "Member 'AHUD::ShowDebugTargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADebugCameraHUD \ +static_assert(alignof(ADebugCameraHUD) == 0x000008, "Wrong alignment on ADebugCameraHUD"); \ +static_assert(sizeof(ADebugCameraHUD) == 0x000378, "Wrong size on ADebugCameraHUD"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemConfig \ +static_assert(alignof(UNavigationSystemConfig) == 0x000008, "Wrong alignment on UNavigationSystemConfig"); \ +static_assert(sizeof(UNavigationSystemConfig) == 0x000050, "Wrong size on UNavigationSystemConfig"); \ +static_assert(offsetof(UNavigationSystemConfig, NavigationSystemClass) == 0x000028, "Member 'UNavigationSystemConfig::NavigationSystemClass' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, SupportedAgentsMask) == 0x000040, "Member 'UNavigationSystemConfig::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemConfig, DefaultAgentName) == 0x000044, "Member 'UNavigationSystemConfig::DefaultAgentName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAnimLayerInterface \ +static_assert(alignof(IAnimLayerInterface) == 0x000001, "Wrong alignment on IAnimLayerInterface"); \ +static_assert(sizeof(IAnimLayerInterface) == 0x000001, "Wrong size on IAnimLayerInterface"); \ + +#define DUMPER7_ASSERTS_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) == 0x000100, "Wrong size on UPhysicalAnimationComponent"); \ +static_assert(offsetof(UPhysicalAnimationComponent, StrengthMultiplyer) == 0x0000C0, "Member 'UPhysicalAnimationComponent::StrengthMultiplyer' has a wrong offset!"); \ +static_assert(offsetof(UPhysicalAnimationComponent, SkeletalMeshComponent) == 0x0000C8, "Member 'UPhysicalAnimationComponent::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModel \ +static_assert(alignof(UModel) == 0x000008, "Wrong alignment on UModel"); \ +static_assert(sizeof(UModel) == 0x000270, "Wrong size on UModel"); \ + +#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) == 0x000298, "Wrong size on AStaticMeshActor"); \ +static_assert(offsetof(AStaticMeshActor, StaticMeshComponent) == 0x000288, "Member 'AStaticMeshActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, bStaticMeshReplicateMovement) == 0x000290, "Member 'AStaticMeshActor::bStaticMeshReplicateMovement' has a wrong offset!"); \ +static_assert(offsetof(AStaticMeshActor, NavigationGeometryGatheringMode) == 0x000291, "Member 'AStaticMeshActor::NavigationGeometryGatheringMode' 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_ASkyLight \ +static_assert(alignof(ASkyLight) == 0x000008, "Wrong alignment on ASkyLight"); \ +static_assert(sizeof(ASkyLight) == 0x000298, "Wrong size on ASkyLight"); \ +static_assert(offsetof(ASkyLight, LightComponent) == 0x000288, "Member 'ASkyLight::LightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatingPawnMovement \ +static_assert(alignof(UFloatingPawnMovement) == 0x000008, "Wrong alignment on UFloatingPawnMovement"); \ +static_assert(sizeof(UFloatingPawnMovement) == 0x000188, "Wrong size on UFloatingPawnMovement"); \ +static_assert(offsetof(UFloatingPawnMovement, MaxSpeed) == 0x000170, "Member 'UFloatingPawnMovement::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Acceleration) == 0x000174, "Member 'UFloatingPawnMovement::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, Deceleration) == 0x000178, "Member 'UFloatingPawnMovement::Deceleration' has a wrong offset!"); \ +static_assert(offsetof(UFloatingPawnMovement, TurningBoost) == 0x00017C, "Member 'UFloatingPawnMovement::TurningBoost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpectatorPawnMovement \ +static_assert(alignof(USpectatorPawnMovement) == 0x000008, "Wrong alignment on USpectatorPawnMovement"); \ +static_assert(sizeof(USpectatorPawnMovement) == 0x000190, "Wrong size on USpectatorPawnMovement"); \ + +#define DUMPER7_ASSERTS_UTextureCube \ +static_assert(alignof(UTextureCube) == 0x000010, "Wrong alignment on UTextureCube"); \ +static_assert(sizeof(UTextureCube) == 0x000290, "Wrong size on UTextureCube"); \ + +#define DUMPER7_ASSERTS_URendererSettings \ +static_assert(alignof(URendererSettings) == 0x000008, "Wrong alignment on URendererSettings"); \ +static_assert(sizeof(URendererSettings) == 0x0001C8, "Wrong size on URendererSettings"); \ +static_assert(offsetof(URendererSettings, MaxMobileCascades) == 0x00003C, "Member 'URendererSettings::MaxMobileCascades' 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) == 0x0000C9, "Member 'URendererSettings::ShadowMapMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DistanceFieldVoxelDensity) == 0x0000D0, "Member 'URendererSettings::DistanceFieldVoxelDensity' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortPolicy) == 0x0000D8, "Member 'URendererSettings::TranslucentSortPolicy' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, TranslucentSortAxis) == 0x0000E0, "Member 'URendererSettings::TranslucentSortAxis' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, FoveationLevel) == 0x0000F8, "Member 'URendererSettings::FoveationLevel' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, CustomDepthStencil) == 0x000100, "Member 'URendererSettings::CustomDepthStencil' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bEnableAlphaChannelInPostProcessing) == 0x000108, "Member 'URendererSettings::bEnableAlphaChannelInPostProcessing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposure) == 0x000110, "Member 'URendererSettings::DefaultFeatureAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAutoExposureBias) == 0x000114, "Member 'URendererSettings::DefaultFeatureAutoExposureBias' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultFeatureAntiAliasing) == 0x00011C, "Member 'URendererSettings::DefaultFeatureAntiAliasing' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MSAASampleCount) == 0x00011D, "Member 'URendererSettings::MSAASampleCount' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultLightUnits) == 0x00011E, "Member 'URendererSettings::DefaultLightUnits' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultBackBufferPixelFormat) == 0x00011F, "Member 'URendererSettings::DefaultBackBufferPixelFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, EarlyZPass) == 0x000124, "Member 'URendererSettings::EarlyZPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, ClearSceneMethod) == 0x00012C, "Member 'URendererSettings::ClearSceneMethod' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VelocityPass) == 0x00012D, "Member 'URendererSettings::VelocityPass' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VertexDeformationOutputsVelocity) == 0x00012E, "Member 'URendererSettings::VertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeX) == 0x000134, "Member 'URendererSettings::GPUSimulationTextureSizeX' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GPUSimulationTextureSizeY) == 0x000138, "Member 'URendererSettings::GPUSimulationTextureSizeY' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, GBufferFormat) == 0x000140, "Member 'URendererSettings::GBufferFormat' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, WireframeCullThreshold) == 0x000148, "Member 'URendererSettings::WireframeCullThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, DefaultSkinCacheBehavior) == 0x000158, "Member 'URendererSettings::DefaultSkinCacheBehavior' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, SkinCacheSceneMemoryLimitInMB) == 0x00015C, "Member 'URendererSettings::SkinCacheSceneMemoryLimitInMB' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobileNumDynamicPointLights) == 0x000164, "Member 'URendererSettings::MobileNumDynamicPointLights' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, UnlimitedBonInfluencesThreshold) == 0x00016C, "Member 'URendererSettings::UnlimitedBonInfluencesThreshold' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MaxSkinBones) == 0x000170, "Member 'URendererSettings::MaxSkinBones' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, MobilePlanarReflectionMode) == 0x000174, "Member 'URendererSettings::MobilePlanarReflectionMode' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bStreamSkeletalMeshLODs) == 0x00017C, "Member 'URendererSettings::bStreamSkeletalMeshLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, bDiscardSkeletalMeshOptionalLODs) == 0x00017D, "Member 'URendererSettings::bDiscardSkeletalMeshOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationColorMaterialPath) == 0x000180, "Member 'URendererSettings::VisualizeCalibrationColorMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationCustomMaterialPath) == 0x000198, "Member 'URendererSettings::VisualizeCalibrationCustomMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(URendererSettings, VisualizeCalibrationGrayscaleMaterialPath) == 0x0001B0, "Member 'URendererSettings::VisualizeCalibrationGrayscaleMaterialPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LODSyncComponent_GetLODSyncDebugText \ +static_assert(alignof(LODSyncComponent_GetLODSyncDebugText) == 0x000008, "Wrong alignment on LODSyncComponent_GetLODSyncDebugText"); \ +static_assert(sizeof(LODSyncComponent_GetLODSyncDebugText) == 0x000010, "Wrong size on LODSyncComponent_GetLODSyncDebugText"); \ +static_assert(offsetof(LODSyncComponent_GetLODSyncDebugText, ReturnValue) == 0x000000, "Member 'LODSyncComponent_GetLODSyncDebugText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULODSyncComponent \ +static_assert(alignof(ULODSyncComponent) == 0x000008, "Wrong alignment on ULODSyncComponent"); \ +static_assert(sizeof(ULODSyncComponent) == 0x000158, "Wrong size on ULODSyncComponent"); \ +static_assert(offsetof(ULODSyncComponent, NumLODs) == 0x0000C0, "Member 'ULODSyncComponent::NumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ForcedLOD) == 0x0000C4, "Member 'ULODSyncComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, MinLOD) == 0x0000C8, "Member 'ULODSyncComponent::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, ComponentsToSync) == 0x0000D0, "Member 'ULODSyncComponent::ComponentsToSync' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CustomLODMapping) == 0x0000E0, "Member 'ULODSyncComponent::CustomLODMapping' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentLOD) == 0x000130, "Member 'ULODSyncComponent::CurrentLOD' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, CurrentNumLODs) == 0x000134, "Member 'ULODSyncComponent::CurrentNumLODs' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, DriveComponents) == 0x000138, "Member 'ULODSyncComponent::DriveComponents' has a wrong offset!"); \ +static_assert(offsetof(ULODSyncComponent, SubComponents) == 0x000148, "Member 'ULODSyncComponent::SubComponents' has a wrong offset!"); \ + +#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_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_UHeterogeneousVolumeComponent \ +static_assert(alignof(UHeterogeneousVolumeComponent) == 0x000010, "Wrong alignment on UHeterogeneousVolumeComponent"); \ +static_assert(sizeof(UHeterogeneousVolumeComponent) == 0x000600, "Wrong size on UHeterogeneousVolumeComponent"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, VolumeResolution) == 0x000590, "Member 'UHeterogeneousVolumeComponent::VolumeResolution' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, Frame) == 0x00059C, "Member 'UHeterogeneousVolumeComponent::Frame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, FrameRate) == 0x0005A0, "Member 'UHeterogeneousVolumeComponent::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StartFrame) == 0x0005A4, "Member 'UHeterogeneousVolumeComponent::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, EndFrame) == 0x0005A8, "Member 'UHeterogeneousVolumeComponent::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, MipLevel) == 0x0005B0, "Member 'UHeterogeneousVolumeComponent::MipLevel' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, UseMBOIT) == 0x0005B8, "Member 'UHeterogeneousVolumeComponent::UseMBOIT' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, RenderPriority) == 0x0005BC, "Member 'UHeterogeneousVolumeComponent::RenderPriority' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StepFactor) == 0x0005C0, "Member 'UHeterogeneousVolumeComponent::StepFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, ShadowStepFactor) == 0x0005C4, "Member 'UHeterogeneousVolumeComponent::ShadowStepFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, StepSizeAdaptiveFactor) == 0x0005C8, "Member 'UHeterogeneousVolumeComponent::StepSizeAdaptiveFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, LightingDownsampleFactor) == 0x0005CC, "Member 'UHeterogeneousVolumeComponent::LightingDownsampleFactor' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, MaxValidStepNum) == 0x0005D0, "Member 'UHeterogeneousVolumeComponent::MaxValidStepNum' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, ValidStepTExp) == 0x0005D4, "Member 'UHeterogeneousVolumeComponent::ValidStepTExp' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, IndirectLightingStrength) == 0x0005D8, "Member 'UHeterogeneousVolumeComponent::IndirectLightingStrength' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, UseLightingCache) == 0x0005DC, "Member 'UHeterogeneousVolumeComponent::UseLightingCache' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, ShadowStrength) == 0x0005E0, "Member 'UHeterogeneousVolumeComponent::ShadowStrength' has a wrong offset!"); \ +static_assert(offsetof(UHeterogeneousVolumeComponent, MaterialInstanceDynamic) == 0x0005E8, "Member 'UHeterogeneousVolumeComponent::MaterialInstanceDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustomOutput \ +static_assert(alignof(UMaterialExpressionCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionCustomOutput) == 0x000040, "Wrong size on UMaterialExpressionCustomOutput"); \ + +#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_ExponentialHeightFogComponent_SetDirectionalInscatteringColor \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringColor"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringExponent \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringExponent"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringExponent, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringExponent::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetDirectionalInscatteringStartDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogCutoffDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogCutoffDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogCutoffDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogCutoffDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogCutoffDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogDensity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogDensity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogDensity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogDensity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogDensity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogHeightFalloff \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogHeightFalloff) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogHeightFalloff"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogHeightFalloff, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogHeightFalloff::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogInscatteringColor \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogInscatteringColor) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetFogInscatteringColor"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogInscatteringColor, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogInscatteringColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFogMaxOpacity \ +static_assert(alignof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFogMaxOpacity) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFogMaxOpacity"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFogMaxOpacity, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFogMaxOpacity::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetFullyDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemap \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemap) == 0x000008, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemap"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemap, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemap::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringColorCubemapAngle::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetInscatteringTextureTint \ +static_assert(alignof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetInscatteringTextureTint) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetInscatteringTextureTint"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetInscatteringTextureTint, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetInscatteringTextureTint::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetNonDirectionalInscatteringColorDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetStartDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetStartDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetStartDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetStartDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetStartDistance, Value) == 0x000000, "Member 'ExponentialHeightFogComponent_SetStartDistance::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFog \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFog"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFog) == 0x000001, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFog"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFog, bNewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFog::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogAlbedo \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogAlbedo"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogAlbedo, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogAlbedo::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogDistance \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogDistance) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogDistance"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogDistance, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogDistance::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogEmissive \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogEmissive) == 0x000010, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogEmissive"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogEmissive, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogEmissive::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogExtinctionScale::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution \ +static_assert(alignof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong alignment on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ +static_assert(sizeof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution) == 0x000004, "Wrong size on ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution"); \ +static_assert(offsetof(ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution, NewValue) == 0x000000, "Member 'ExponentialHeightFogComponent_SetVolumetricFogScatteringDistribution::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExponentialHeightFogComponent \ +static_assert(alignof(UExponentialHeightFogComponent) == 0x000010, "Wrong alignment on UExponentialHeightFogComponent"); \ +static_assert(sizeof(UExponentialHeightFogComponent) == 0x000380, "Wrong size on UExponentialHeightFogComponent"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogDensity) == 0x0002C0, "Member 'UExponentialHeightFogComponent::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogHeightFalloff) == 0x0002C4, "Member 'UExponentialHeightFogComponent::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, SecondFogData) == 0x0002C8, "Member 'UExponentialHeightFogComponent::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringColor) == 0x0002D4, "Member 'UExponentialHeightFogComponent::FogInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogInscatteringLuminance) == 0x0002E4, "Member 'UExponentialHeightFogComponent::FogInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemap) == 0x0002F8, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemap' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringColorCubemapAngle) == 0x000300, "Member 'UExponentialHeightFogComponent::InscatteringColorCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, InscatteringTextureTint) == 0x000304, "Member 'UExponentialHeightFogComponent::InscatteringTextureTint' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FullyDirectionalInscatteringColorDistance) == 0x000314, "Member 'UExponentialHeightFogComponent::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, NonDirectionalInscatteringColorDistance) == 0x000318, "Member 'UExponentialHeightFogComponent::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringExponent) == 0x00031C, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringStartDistance) == 0x000320, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringColor) == 0x000324, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, DirectionalInscatteringLuminance) == 0x000334, "Member 'UExponentialHeightFogComponent::DirectionalInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogMaxOpacity) == 0x000344, "Member 'UExponentialHeightFogComponent::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, StartDistance) == 0x000348, "Member 'UExponentialHeightFogComponent::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, FogCutoffDistance) == 0x00034C, "Member 'UExponentialHeightFogComponent::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bEnableVolumetricFog) == 0x000350, "Member 'UExponentialHeightFogComponent::bEnableVolumetricFog' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogScatteringDistribution) == 0x000354, "Member 'UExponentialHeightFogComponent::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogAlbedo) == 0x000358, "Member 'UExponentialHeightFogComponent::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogEmissive) == 0x00035C, "Member 'UExponentialHeightFogComponent::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogExtinctionScale) == 0x00036C, "Member 'UExponentialHeightFogComponent::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogDistance) == 0x000370, "Member 'UExponentialHeightFogComponent::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, VolumetricFogStaticLightingScatteringIntensity) == 0x000374, "Member 'UExponentialHeightFogComponent::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(UExponentialHeightFogComponent, bOverrideLightColorsWithFogInscatteringColors) == 0x000378, "Member 'UExponentialHeightFogComponent::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData) == 0x000060, "Wrong size on UMaterialExpressionPerInstanceCustomData"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DefaultValue) == 0x000040, "Member 'UMaterialExpressionPerInstanceCustomData::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, ConstDefaultValue) == 0x000054, "Member 'UMaterialExpressionPerInstanceCustomData::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData, DataIndex) == 0x000058, "Member 'UMaterialExpressionPerInstanceCustomData::DataIndex' has a wrong offset!"); \ + +#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) == 0x000088, "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_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_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) == 0x000130, "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) == 0x000110, "Member 'GameplayStatics_ApplyPointDamage::EventInstigator' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageCauser) == 0x000118, "Member 'GameplayStatics_ApplyPointDamage::DamageCauser' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, DamageTypeClass) == 0x000120, "Member 'GameplayStatics_ApplyPointDamage::DamageTypeClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ApplyPointDamage, ReturnValue) == 0x000128, "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, ReturnValue) == 0x000080, "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) == 0x0001B8, "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) == 0x0001B0, "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) == 0x000190, "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) == 0x0000F0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OutLastTraceDestination) == 0x000100, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, StartPos) == 0x000118, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, LaunchVelocity) == 0x000130, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTracePath) == 0x000148, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ProjectileRadius) == 0x00014C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ObjectTypes) == 0x000150, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, bTraceComplex) == 0x000160, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ActorsToIgnore) == 0x000168, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugType) == 0x000178, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, DrawDebugTime) == 0x00017C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, SimFrequency) == 0x000180, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, MaxSimTime) == 0x000184, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, OverrideGravityZ) == 0x000188, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByObjectType, ReturnValue) == 0x00018C, "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) == 0x000180, "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) == 0x0000F0, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutPathPositions' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OutLastTraceDestination) == 0x000100, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OutLastTraceDestination' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, StartPos) == 0x000118, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::StartPos' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, LaunchVelocity) == 0x000130, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::LaunchVelocity' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTracePath) == 0x000148, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTracePath' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ProjectileRadius) == 0x00014C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ProjectileRadius' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, TraceChannel) == 0x000150, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, bTraceComplex) == 0x000151, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ActorsToIgnore) == 0x000158, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugType) == 0x000168, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, DrawDebugTime) == 0x00016C, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, SimFrequency) == 0x000170, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::SimFrequency' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, MaxSimTime) == 0x000174, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::MaxSimTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, OverrideGravityZ) == 0x000178, "Member 'GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel::OverrideGravityZ' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_Blueprint_PredictProjectilePath_ByTraceChannel, ReturnValue) == 0x00017C, "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, ReturnValue) == 0x000062, "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) == 0x0001C0, "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) == 0x0000E8, "Member 'GameplayStatics_BreakHitResult::bBlockingHit' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, bInitialOverlap) == 0x0000E9, "Member 'GameplayStatics_BreakHitResult::bInitialOverlap' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Time) == 0x0000EC, "Member 'GameplayStatics_BreakHitResult::Time' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Distance) == 0x0000F0, "Member 'GameplayStatics_BreakHitResult::Distance' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Location) == 0x0000F8, "Member 'GameplayStatics_BreakHitResult::Location' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactPoint) == 0x000110, "Member 'GameplayStatics_BreakHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, Normal) == 0x000128, "Member 'GameplayStatics_BreakHitResult::Normal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ImpactNormal) == 0x000140, "Member 'GameplayStatics_BreakHitResult::ImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, PhysMat) == 0x000158, "Member 'GameplayStatics_BreakHitResult::PhysMat' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitActor) == 0x000160, "Member 'GameplayStatics_BreakHitResult::HitActor' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitComponent) == 0x000168, "Member 'GameplayStatics_BreakHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitBoneName) == 0x000170, "Member 'GameplayStatics_BreakHitResult::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, BoneName) == 0x000178, "Member 'GameplayStatics_BreakHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, HitItem) == 0x000180, "Member 'GameplayStatics_BreakHitResult::HitItem' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, ElementIndex) == 0x000184, "Member 'GameplayStatics_BreakHitResult::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, FaceIndex) == 0x000188, "Member 'GameplayStatics_BreakHitResult::FaceIndex' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceStart) == 0x000190, "Member 'GameplayStatics_BreakHitResult::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_BreakHitResult, TraceEnd) == 0x0001A8, "Member 'GameplayStatics_BreakHitResult::TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixClassOverride \ +static_assert(alignof(GameplayStatics_ClearSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixClassOverride"); \ +static_assert(sizeof(GameplayStatics_ClearSoundMixClassOverride) == 0x000020, "Wrong size on GameplayStatics_ClearSoundMixClassOverride"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_ClearSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixClassOverride, FadeOutTime) == 0x000018, "Member 'GameplayStatics_ClearSoundMixClassOverride::FadeOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_ClearSoundMixModifiers \ +static_assert(alignof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong alignment on GameplayStatics_ClearSoundMixModifiers"); \ +static_assert(sizeof(GameplayStatics_ClearSoundMixModifiers) == 0x000008, "Wrong size on GameplayStatics_ClearSoundMixModifiers"); \ +static_assert(offsetof(GameplayStatics_ClearSoundMixModifiers, WorldContextObject) == 0x000000, "Member 'GameplayStatics_ClearSoundMixModifiers::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreatePlayer \ +static_assert(alignof(GameplayStatics_CreatePlayer) == 0x000008, "Wrong alignment on GameplayStatics_CreatePlayer"); \ +static_assert(sizeof(GameplayStatics_CreatePlayer) == 0x000018, "Wrong size on GameplayStatics_CreatePlayer"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreatePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, ControllerId) == 0x000008, "Member 'GameplayStatics_CreatePlayer::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, bSpawnPlayerController) == 0x00000C, "Member 'GameplayStatics_CreatePlayer::bSpawnPlayerController' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreatePlayer, ReturnValue) == 0x000010, "Member 'GameplayStatics_CreatePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreateSaveGameObject \ +static_assert(alignof(GameplayStatics_CreateSaveGameObject) == 0x000008, "Wrong alignment on GameplayStatics_CreateSaveGameObject"); \ +static_assert(sizeof(GameplayStatics_CreateSaveGameObject) == 0x000010, "Wrong size on GameplayStatics_CreateSaveGameObject"); \ +static_assert(offsetof(GameplayStatics_CreateSaveGameObject, SaveGameClass) == 0x000000, "Member 'GameplayStatics_CreateSaveGameObject::SaveGameClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSaveGameObject, ReturnValue) == 0x000008, "Member 'GameplayStatics_CreateSaveGameObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_CreateSound2D \ +static_assert(alignof(GameplayStatics_CreateSound2D) == 0x000008, "Wrong alignment on GameplayStatics_CreateSound2D"); \ +static_assert(sizeof(GameplayStatics_CreateSound2D) == 0x000038, "Wrong size on GameplayStatics_CreateSound2D"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, WorldContextObject) == 0x000000, "Member 'GameplayStatics_CreateSound2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, Sound) == 0x000008, "Member 'GameplayStatics_CreateSound2D::Sound' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, VolumeMultiplier) == 0x000010, "Member 'GameplayStatics_CreateSound2D::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, PitchMultiplier) == 0x000014, "Member 'GameplayStatics_CreateSound2D::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, StartTime) == 0x000018, "Member 'GameplayStatics_CreateSound2D::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, ConcurrencySettings) == 0x000020, "Member 'GameplayStatics_CreateSound2D::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, bPersistAcrossLevelTransition) == 0x000028, "Member 'GameplayStatics_CreateSound2D::bPersistAcrossLevelTransition' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, bAutoDestroy) == 0x000029, "Member 'GameplayStatics_CreateSound2D::bAutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_CreateSound2D, ReturnValue) == 0x000030, "Member 'GameplayStatics_CreateSound2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_DeactivateReverbEffect \ +static_assert(alignof(GameplayStatics_DeactivateReverbEffect) == 0x000008, "Wrong alignment on GameplayStatics_DeactivateReverbEffect"); \ +static_assert(sizeof(GameplayStatics_DeactivateReverbEffect) == 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_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) == 0x000108, "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) == 0x0000E8, "Member 'GameplayStatics_FindCollisionUV::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, UV) == 0x0000F0, "Member 'GameplayStatics_FindCollisionUV::UV' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_FindCollisionUV, ReturnValue) == 0x000100, "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, ReturnValue) == 0x000070, "Member 'GameplayStatics_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_FlushLevelStreaming \ +static_assert(alignof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong alignment on GameplayStatics_FlushLevelStreaming"); \ +static_assert(sizeof(GameplayStatics_FlushLevelStreaming) == 0x000008, "Wrong size on GameplayStatics_FlushLevelStreaming"); \ +static_assert(offsetof(GameplayStatics_FlushLevelStreaming, WorldContextObject) == 0x000000, "Member 'GameplayStatics_FlushLevelStreaming::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetAccurateRealTime \ +static_assert(alignof(GameplayStatics_GetAccurateRealTime) == 0x000004, "Wrong alignment on GameplayStatics_GetAccurateRealTime"); \ +static_assert(sizeof(GameplayStatics_GetAccurateRealTime) == 0x000008, "Wrong size on GameplayStatics_GetAccurateRealTime"); \ +static_assert(offsetof(GameplayStatics_GetAccurateRealTime, Seconds) == 0x000000, "Member 'GameplayStatics_GetAccurateRealTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetAccurateRealTime, PartialSeconds) == 0x000004, "Member 'GameplayStatics_GetAccurateRealTime::PartialSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_GetActorArrayAverageLocation \ +static_assert(alignof(GameplayStatics_GetActorArrayAverageLocation) == 0x000008, "Wrong alignment on GameplayStatics_GetActorArrayAverageLocation"); \ +static_assert(sizeof(GameplayStatics_GetActorArrayAverageLocation) == 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_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_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) == 0x0000F0, "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) == 0x0000E8, "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) == 0x000A10, "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) == 0x000890, "Member 'GameplayStatics_GetViewProjectionMatrix::ViewMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ProjectionMatrix) == 0x000910, "Member 'GameplayStatics_GetViewProjectionMatrix::ProjectionMatrix' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_GetViewProjectionMatrix, ViewProjectionMatrix) == 0x000990, "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_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) == 0x0001C0, "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_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_SetBaseSoundMix \ +static_assert(alignof(GameplayStatics_SetBaseSoundMix) == 0x000008, "Wrong alignment on GameplayStatics_SetBaseSoundMix"); \ +static_assert(sizeof(GameplayStatics_SetBaseSoundMix) == 0x000010, "Wrong size on GameplayStatics_SetBaseSoundMix"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetBaseSoundMix::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetBaseSoundMix, InSoundMix) == 0x000008, "Member 'GameplayStatics_SetBaseSoundMix::InSoundMix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetEnableWorldRendering \ +static_assert(alignof(GameplayStatics_SetEnableWorldRendering) == 0x000008, "Wrong alignment on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(sizeof(GameplayStatics_SetEnableWorldRendering) == 0x000010, "Wrong size on GameplayStatics_SetEnableWorldRendering"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetEnableWorldRendering::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetEnableWorldRendering, bEnable) == 0x000008, "Member 'GameplayStatics_SetEnableWorldRendering::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetForceDisableSplitscreen \ +static_assert(alignof(GameplayStatics_SetForceDisableSplitscreen) == 0x000008, "Wrong alignment on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(sizeof(GameplayStatics_SetForceDisableSplitscreen) == 0x000010, "Wrong size on GameplayStatics_SetForceDisableSplitscreen"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetForceDisableSplitscreen::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetForceDisableSplitscreen, bDisable) == 0x000008, "Member 'GameplayStatics_SetForceDisableSplitscreen::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGamePaused \ +static_assert(alignof(GameplayStatics_SetGamePaused) == 0x000008, "Wrong alignment on GameplayStatics_SetGamePaused"); \ +static_assert(sizeof(GameplayStatics_SetGamePaused) == 0x000010, "Wrong size on GameplayStatics_SetGamePaused"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, bPaused) == 0x000008, "Member 'GameplayStatics_SetGamePaused::bPaused' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGamePaused, ReturnValue) == 0x000009, "Member 'GameplayStatics_SetGamePaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalListenerFocusParameters \ +static_assert(alignof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(sizeof(GameplayStatics_SetGlobalListenerFocusParameters) == 0x000028, "Wrong size on GameplayStatics_SetGlobalListenerFocusParameters"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusAzimuthScale) == 0x000008, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusAzimuthScale) == 0x00000C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusAzimuthScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusDistanceScale) == 0x000010, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusDistanceScale) == 0x000014, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusVolumeScale) == 0x000018, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusVolumeScale) == 0x00001C, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusVolumeScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, FocusPriorityScale) == 0x000020, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::FocusPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalListenerFocusParameters, NonFocusPriorityScale) == 0x000024, "Member 'GameplayStatics_SetGlobalListenerFocusParameters::NonFocusPriorityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalPitchModulation \ +static_assert(alignof(GameplayStatics_SetGlobalPitchModulation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalPitchModulation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalPitchModulation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalPitchModulation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, PitchModulation) == 0x000008, "Member 'GameplayStatics_SetGlobalPitchModulation::PitchModulation' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalPitchModulation, TimeSec) == 0x00000C, "Member 'GameplayStatics_SetGlobalPitchModulation::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetGlobalTimeDilation \ +static_assert(alignof(GameplayStatics_SetGlobalTimeDilation) == 0x000008, "Wrong alignment on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(sizeof(GameplayStatics_SetGlobalTimeDilation) == 0x000010, "Wrong size on GameplayStatics_SetGlobalTimeDilation"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetGlobalTimeDilation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetGlobalTimeDilation, TimeDilation) == 0x000008, "Member 'GameplayStatics_SetGlobalTimeDilation::TimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetMaxAudioChannelsScaled \ +static_assert(alignof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000008, "Wrong alignment on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(sizeof(GameplayStatics_SetMaxAudioChannelsScaled) == 0x000010, "Wrong size on GameplayStatics_SetMaxAudioChannelsScaled"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetMaxAudioChannelsScaled, MaxChannelCountScale) == 0x000008, "Member 'GameplayStatics_SetMaxAudioChannelsScaled::MaxChannelCountScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetPlayerControllerID \ +static_assert(alignof(GameplayStatics_SetPlayerControllerID) == 0x000008, "Wrong alignment on GameplayStatics_SetPlayerControllerID"); \ +static_assert(sizeof(GameplayStatics_SetPlayerControllerID) == 0x000010, "Wrong size on GameplayStatics_SetPlayerControllerID"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, Player) == 0x000000, "Member 'GameplayStatics_SetPlayerControllerID::Player' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetPlayerControllerID, ControllerId) == 0x000008, "Member 'GameplayStatics_SetPlayerControllerID::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundClassDistanceScale \ +static_assert(alignof(GameplayStatics_SetSoundClassDistanceScale) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(sizeof(GameplayStatics_SetSoundClassDistanceScale) == 0x000018, "Wrong size on GameplayStatics_SetSoundClassDistanceScale"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundClassDistanceScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, SoundClass) == 0x000008, "Member 'GameplayStatics_SetSoundClassDistanceScale::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, DistanceAttenuationScale) == 0x000010, "Member 'GameplayStatics_SetSoundClassDistanceScale::DistanceAttenuationScale' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundClassDistanceScale, TimeSec) == 0x000014, "Member 'GameplayStatics_SetSoundClassDistanceScale::TimeSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSoundMixClassOverride \ +static_assert(alignof(GameplayStatics_SetSoundMixClassOverride) == 0x000008, "Wrong alignment on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(sizeof(GameplayStatics_SetSoundMixClassOverride) == 0x000028, "Wrong size on GameplayStatics_SetSoundMixClassOverride"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetSoundMixClassOverride::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundMixModifier) == 0x000008, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundMixModifier' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, InSoundClass) == 0x000010, "Member 'GameplayStatics_SetSoundMixClassOverride::InSoundClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Volume) == 0x000018, "Member 'GameplayStatics_SetSoundMixClassOverride::Volume' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, Pitch) == 0x00001C, "Member 'GameplayStatics_SetSoundMixClassOverride::Pitch' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, FadeInTime) == 0x000020, "Member 'GameplayStatics_SetSoundMixClassOverride::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetSoundMixClassOverride, bApplyToChildren) == 0x000024, "Member 'GameplayStatics_SetSoundMixClassOverride::bApplyToChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetSubtitlesEnabled \ +static_assert(alignof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong alignment on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(sizeof(GameplayStatics_SetSubtitlesEnabled) == 0x000001, "Wrong size on GameplayStatics_SetSubtitlesEnabled"); \ +static_assert(offsetof(GameplayStatics_SetSubtitlesEnabled, bEnabled) == 0x000000, "Member 'GameplayStatics_SetSubtitlesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetViewportMouseCaptureMode \ +static_assert(alignof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000008, "Wrong alignment on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(sizeof(GameplayStatics_SetViewportMouseCaptureMode) == 0x000010, "Wrong size on GameplayStatics_SetViewportMouseCaptureMode"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetViewportMouseCaptureMode::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetViewportMouseCaptureMode, MouseCaptureMode) == 0x000008, "Member 'GameplayStatics_SetViewportMouseCaptureMode::MouseCaptureMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SetWorldOriginLocation \ +static_assert(alignof(GameplayStatics_SetWorldOriginLocation) == 0x000008, "Wrong alignment on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(sizeof(GameplayStatics_SetWorldOriginLocation) == 0x000018, "Wrong size on GameplayStatics_SetWorldOriginLocation"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, WorldContextObject) == 0x000000, "Member 'GameplayStatics_SetWorldOriginLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GameplayStatics_SetWorldOriginLocation, NewLocation) == 0x000008, "Member 'GameplayStatics_SetWorldOriginLocation::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayStatics_SpawnDecalAtLocation \ +static_assert(alignof(GameplayStatics_SpawnDecalAtLocation) == 0x000008, "Wrong alignment on GameplayStatics_SpawnDecalAtLocation"); \ +static_assert(sizeof(GameplayStatics_SpawnDecalAtLocation) == 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_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_ABrushShape \ +static_assert(alignof(ABrushShape) == 0x000008, "Wrong alignment on ABrushShape"); \ +static_assert(sizeof(ABrushShape) == 0x0002C0, "Wrong size on ABrushShape"); \ + +#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) == 0x0008A0, "Wrong size on CameraComponent_GetCameraView"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DeltaTime) == 0x000000, "Member 'CameraComponent_GetCameraView::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(CameraComponent_GetCameraView, DesiredView) == 0x000010, "Member 'CameraComponent_GetCameraView::DesiredView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_RemoveBlendable \ +static_assert(alignof(CameraComponent_RemoveBlendable) == 0x000008, "Wrong alignment on CameraComponent_RemoveBlendable"); \ +static_assert(sizeof(CameraComponent_RemoveBlendable) == 0x000010, "Wrong size on CameraComponent_RemoveBlendable"); \ +static_assert(offsetof(CameraComponent_RemoveBlendable, InBlendableObject) == 0x000000, "Member 'CameraComponent_RemoveBlendable::InBlendableObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetAspectRatio \ +static_assert(alignof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong alignment on CameraComponent_SetAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetAspectRatio) == 0x000004, "Wrong size on CameraComponent_SetAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetAspectRatio, InAspectRatio) == 0x000000, "Member 'CameraComponent_SetAspectRatio::InAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetConstraintAspectRatio \ +static_assert(alignof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong alignment on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(sizeof(CameraComponent_SetConstraintAspectRatio) == 0x000001, "Wrong size on CameraComponent_SetConstraintAspectRatio"); \ +static_assert(offsetof(CameraComponent_SetConstraintAspectRatio, bInConstrainAspectRatio) == 0x000000, "Member 'CameraComponent_SetConstraintAspectRatio::bInConstrainAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetFieldOfView \ +static_assert(alignof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong alignment on CameraComponent_SetFieldOfView"); \ +static_assert(sizeof(CameraComponent_SetFieldOfView) == 0x000004, "Wrong size on CameraComponent_SetFieldOfView"); \ +static_assert(offsetof(CameraComponent_SetFieldOfView, InFieldOfView) == 0x000000, "Member 'CameraComponent_SetFieldOfView::InFieldOfView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoFarClipPlane \ +static_assert(alignof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoFarClipPlane"); \ +static_assert(sizeof(CameraComponent_SetOrthoFarClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoFarClipPlane"); \ +static_assert(offsetof(CameraComponent_SetOrthoFarClipPlane, InOrthoFarClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoFarClipPlane::InOrthoFarClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoNearClipPlane \ +static_assert(alignof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoNearClipPlane"); \ +static_assert(sizeof(CameraComponent_SetOrthoNearClipPlane) == 0x000004, "Wrong size on CameraComponent_SetOrthoNearClipPlane"); \ +static_assert(offsetof(CameraComponent_SetOrthoNearClipPlane, InOrthoNearClipPlane) == 0x000000, "Member 'CameraComponent_SetOrthoNearClipPlane::InOrthoNearClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetOrthoWidth \ +static_assert(alignof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong alignment on CameraComponent_SetOrthoWidth"); \ +static_assert(sizeof(CameraComponent_SetOrthoWidth) == 0x000004, "Wrong size on CameraComponent_SetOrthoWidth"); \ +static_assert(offsetof(CameraComponent_SetOrthoWidth, InOrthoWidth) == 0x000000, "Member 'CameraComponent_SetOrthoWidth::InOrthoWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetPostProcessBlendWeight \ +static_assert(alignof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong alignment on CameraComponent_SetPostProcessBlendWeight"); \ +static_assert(sizeof(CameraComponent_SetPostProcessBlendWeight) == 0x000004, "Wrong size on CameraComponent_SetPostProcessBlendWeight"); \ +static_assert(offsetof(CameraComponent_SetPostProcessBlendWeight, InPostProcessBlendWeight) == 0x000000, "Member 'CameraComponent_SetPostProcessBlendWeight::InPostProcessBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetProjectionMode \ +static_assert(alignof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong alignment on CameraComponent_SetProjectionMode"); \ +static_assert(sizeof(CameraComponent_SetProjectionMode) == 0x000001, "Wrong size on CameraComponent_SetProjectionMode"); \ +static_assert(offsetof(CameraComponent_SetProjectionMode, InProjectionMode) == 0x000000, "Member 'CameraComponent_SetProjectionMode::InProjectionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraComponent_SetUseFieldOfViewForLOD \ +static_assert(alignof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong alignment on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(sizeof(CameraComponent_SetUseFieldOfViewForLOD) == 0x000001, "Wrong size on CameraComponent_SetUseFieldOfViewForLOD"); \ +static_assert(offsetof(CameraComponent_SetUseFieldOfViewForLOD, bInUseFieldOfViewForLOD) == 0x000000, "Member 'CameraComponent_SetUseFieldOfViewForLOD::bInUseFieldOfViewForLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraComponent \ +static_assert(alignof(UCameraComponent) == 0x000010, "Wrong alignment on UCameraComponent"); \ +static_assert(sizeof(UCameraComponent) == 0x000B20, "Wrong size on UCameraComponent"); \ +static_assert(offsetof(UCameraComponent, FieldOfView) == 0x0002C0, "Member 'UCameraComponent::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoWidth) == 0x0002C4, "Member 'UCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoNearClipPlane) == 0x0002C8, "Member 'UCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, OrthoFarClipPlane) == 0x0002CC, "Member 'UCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, AspectRatio) == 0x0002D0, "Member 'UCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, ProjectionMode) == 0x0002D5, "Member 'UCameraComponent::ProjectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessBlendWeight) == 0x000340, "Member 'UCameraComponent::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraComponent, PostProcessSettings) == 0x000370, "Member 'UCameraComponent::PostProcessSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDepthOfFieldFunction \ +static_assert(alignof(UMaterialExpressionDepthOfFieldFunction) == 0x000008, "Wrong alignment on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(sizeof(UMaterialExpressionDepthOfFieldFunction) == 0x000058, "Wrong size on UMaterialExpressionDepthOfFieldFunction"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, FunctionValue) == 0x000040, "Member 'UMaterialExpressionDepthOfFieldFunction::FunctionValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthOfFieldFunction, Depth) == 0x000044, "Member 'UMaterialExpressionDepthOfFieldFunction::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundWaveProcedural \ +static_assert(alignof(USoundWaveProcedural) == 0x000008, "Wrong alignment on USoundWaveProcedural"); \ +static_assert(sizeof(USoundWaveProcedural) == 0x000380, "Wrong size on USoundWaveProcedural"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionSetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionSetMaterialAttributes) == 0x000060, "Wrong size on UMaterialExpressionSetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, Inputs) == 0x000040, "Member 'UMaterialExpressionSetMaterialAttributes::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetMaterialAttributes, AttributeSetTypes) == 0x000050, "Member 'UMaterialExpressionSetMaterialAttributes::AttributeSetTypes' has a wrong offset!"); \ + +#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_UInterpTrackInstVisibility \ +static_assert(alignof(UInterpTrackInstVisibility) == 0x000008, "Wrong alignment on UInterpTrackInstVisibility"); \ +static_assert(sizeof(UInterpTrackInstVisibility) == 0x000030, "Wrong size on UInterpTrackInstVisibility"); \ +static_assert(offsetof(UInterpTrackInstVisibility, Action) == 0x000028, "Member 'UInterpTrackInstVisibility::Action' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVisibility, LastUpdatePosition) == 0x00002C, "Member 'UInterpTrackInstVisibility::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorDescContainer \ +static_assert(alignof(UActorDescContainer) == 0x000008, "Wrong alignment on UActorDescContainer"); \ +static_assert(sizeof(UActorDescContainer) == 0x000030, "Wrong size on UActorDescContainer"); \ +static_assert(offsetof(UActorDescContainer, World) == 0x000028, "Member 'UActorDescContainer::World' has a wrong offset!"); \ + +#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_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) == 0x0002A0, "Wrong size on ASceneCapture2D"); \ +static_assert(offsetof(ASceneCapture2D, CaptureComponent2D) == 0x000298, "Member 'ASceneCapture2D::CaptureComponent2D' has a wrong offset!"); \ + +#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_UActorElementSelectionInterface \ +static_assert(alignof(UActorElementSelectionInterface) == 0x000008, "Wrong alignment on UActorElementSelectionInterface"); \ +static_assert(sizeof(UActorElementSelectionInterface) == 0x000030, "Wrong size on UActorElementSelectionInterface"); \ + +#define DUMPER7_ASSERTS_AServerStatReplicator \ +static_assert(alignof(AServerStatReplicator) == 0x000008, "Wrong alignment on AServerStatReplicator"); \ +static_assert(sizeof(AServerStatReplicator) == 0x000350, "Wrong size on AServerStatReplicator"); \ +static_assert(offsetof(AServerStatReplicator, bUpdateStatNet) == 0x000288, "Member 'AServerStatReplicator::bUpdateStatNet' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, bOverwriteClientStats) == 0x000289, "Member 'AServerStatReplicator::bOverwriteClientStats' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, Channels) == 0x00028C, "Member 'AServerStatReplicator::Channels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRate) == 0x000290, "Member 'AServerStatReplicator::InRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRate) == 0x000294, "Member 'AServerStatReplicator::OutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, MaxPacketOverhead) == 0x00029C, "Member 'AServerStatReplicator::MaxPacketOverhead' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMax) == 0x0002A0, "Member 'AServerStatReplicator::InRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientMin) == 0x0002A4, "Member 'AServerStatReplicator::InRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InRateClientAvg) == 0x0002A8, "Member 'AServerStatReplicator::InRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMax) == 0x0002AC, "Member 'AServerStatReplicator::InPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientMin) == 0x0002B0, "Member 'AServerStatReplicator::InPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPacketsClientAvg) == 0x0002B4, "Member 'AServerStatReplicator::InPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMax) == 0x0002B8, "Member 'AServerStatReplicator::OutRateClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientMin) == 0x0002BC, "Member 'AServerStatReplicator::OutRateClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutRateClientAvg) == 0x0002C0, "Member 'AServerStatReplicator::OutRateClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMax) == 0x0002C4, "Member 'AServerStatReplicator::OutPacketsClientMax' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientMin) == 0x0002C8, "Member 'AServerStatReplicator::OutPacketsClientMin' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPacketsClientAvg) == 0x0002CC, "Member 'AServerStatReplicator::OutPacketsClientAvg' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetNumClients) == 0x0002D0, "Member 'AServerStatReplicator::NetNumClients' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InPackets) == 0x0002D4, "Member 'AServerStatReplicator::InPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutPackets) == 0x0002D8, "Member 'AServerStatReplicator::OutPackets' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InBunches) == 0x0002DC, "Member 'AServerStatReplicator::InBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutBunches) == 0x0002E0, "Member 'AServerStatReplicator::OutBunches' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, OutLoss) == 0x0002E4, "Member 'AServerStatReplicator::OutLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, InLoss) == 0x0002E8, "Member 'AServerStatReplicator::InLoss' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesSent) == 0x0002EC, "Member 'AServerStatReplicator::VoiceBytesSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoiceBytesRecv) == 0x0002F0, "Member 'AServerStatReplicator::VoiceBytesRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsSent) == 0x0002F4, "Member 'AServerStatReplicator::VoicePacketsSent' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, VoicePacketsRecv) == 0x0002F8, "Member 'AServerStatReplicator::VoicePacketsRecv' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentInVoice) == 0x0002FC, "Member 'AServerStatReplicator::PercentInVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PercentOutVoice) == 0x000300, "Member 'AServerStatReplicator::PercentOutVoice' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActorChannels) == 0x000304, "Member 'AServerStatReplicator::NumActorChannels' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumConsideredActors) == 0x000308, "Member 'AServerStatReplicator::NumConsideredActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, PrioritizedActors) == 0x00030C, "Member 'AServerStatReplicator::PrioritizedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantActors) == 0x000310, "Member 'AServerStatReplicator::NumRelevantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumRelevantDeletedActors) == 0x000314, "Member 'AServerStatReplicator::NumRelevantDeletedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActorAttempts) == 0x000318, "Member 'AServerStatReplicator::NumReplicatedActorAttempts' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumReplicatedActors) == 0x00031C, "Member 'AServerStatReplicator::NumReplicatedActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumActors) == 0x000320, "Member 'AServerStatReplicator::NumActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetActors) == 0x000324, "Member 'AServerStatReplicator::NumNetActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumDormantActors) == 0x000328, "Member 'AServerStatReplicator::NumDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumInitiallyDormantActors) == 0x00032C, "Member 'AServerStatReplicator::NumInitiallyDormantActors' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsAckd) == 0x000330, "Member 'AServerStatReplicator::NumNetGUIDsAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsPending) == 0x000334, "Member 'AServerStatReplicator::NumNetGUIDsPending' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NumNetGUIDsUnAckd) == 0x000338, "Member 'AServerStatReplicator::NumNetGUIDsUnAckd' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, ObjPathBytes) == 0x00033C, "Member 'AServerStatReplicator::ObjPathBytes' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDOutRate) == 0x000340, "Member 'AServerStatReplicator::NetGUIDOutRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetGUIDInRate) == 0x000344, "Member 'AServerStatReplicator::NetGUIDInRate' has a wrong offset!"); \ +static_assert(offsetof(AServerStatReplicator, NetSaturated) == 0x000348, "Member 'AServerStatReplicator::NetSaturated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstVectorMaterialParam \ +static_assert(alignof(UInterpTrackInstVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackInstVectorMaterialParam"); \ +static_assert(sizeof(UInterpTrackInstVectorMaterialParam) == 0x000060, "Wrong size on UInterpTrackInstVectorMaterialParam"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, MaterialInstances) == 0x000028, "Member 'UInterpTrackInstVectorMaterialParam::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, ResetVectors) == 0x000038, "Member 'UInterpTrackInstVectorMaterialParam::ResetVectors' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, PrimitiveMaterialRefs) == 0x000048, "Member 'UInterpTrackInstVectorMaterialParam::PrimitiveMaterialRefs' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstVectorMaterialParam, InstancedTrack) == 0x000058, "Member 'UInterpTrackInstVectorMaterialParam::InstancedTrack' has a wrong offset!"); \ + +#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_ULevel \ +static_assert(alignof(ULevel) == 0x000008, "Wrong alignment on ULevel"); \ +static_assert(sizeof(ULevel) == 0x0002F0, "Wrong size on ULevel"); \ +static_assert(offsetof(ULevel, Actors) == 0x000098, "Member 'ULevel::Actors' has a wrong offset!"); \ +static_assert(offsetof(ULevel, OwningWorld) == 0x0000B8, "Member 'ULevel::OwningWorld' has a wrong offset!"); \ +static_assert(offsetof(ULevel, Model) == 0x0000C0, "Member 'ULevel::Model' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ModelComponents) == 0x0000C8, "Member 'ULevel::ModelComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ActorCluster) == 0x0000D8, "Member 'ULevel::ActorCluster' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingUnbuiltComponents) == 0x0000E0, "Member 'ULevel::NumTextureStreamingUnbuiltComponents' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NumTextureStreamingDirtyResources) == 0x0000E4, "Member 'ULevel::NumTextureStreamingDirtyResources' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LevelScriptActor) == 0x0000E8, "Member 'ULevel::LevelScriptActor' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListStart) == 0x0000F0, "Member 'ULevel::NavListStart' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavListEnd) == 0x0000F8, "Member 'ULevel::NavListEnd' has a wrong offset!"); \ +static_assert(offsetof(ULevel, NavDataChunks) == 0x000100, "Member 'ULevel::NavDataChunks' has a wrong offset!"); \ +static_assert(offsetof(ULevel, LightmapTotalSize) == 0x000110, "Member 'ULevel::LightmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, ShadowmapTotalSize) == 0x000114, "Member 'ULevel::ShadowmapTotalSize' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StaticNavigableGeometry) == 0x000118, "Member 'ULevel::StaticNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StreamingTextureGuids) == 0x000128, "Member 'ULevel::StreamingTextureGuids' has a wrong offset!"); \ +static_assert(offsetof(ULevel, StreamingTextures) == 0x000138, "Member 'ULevel::StreamingTextures' has a wrong offset!"); \ +static_assert(offsetof(ULevel, PackedTextureStreamingQualityLevelFeatureLevel) == 0x000148, "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, AssetUserData) == 0x0002B8, "Member 'ULevel::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(ULevel, DestroyedReplicatedStaticActors) == 0x0002D8, "Member 'ULevel::DestroyedReplicatedStaticActors' 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) == 0x000330, "Wrong size on ADefaultPawn"); \ +static_assert(offsetof(ADefaultPawn, BaseTurnRate) == 0x000308, "Member 'ADefaultPawn::BaseTurnRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, BaseLookUpRate) == 0x00030C, "Member 'ADefaultPawn::BaseLookUpRate' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MovementComponent) == 0x000310, "Member 'ADefaultPawn::MovementComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, CollisionComponent) == 0x000318, "Member 'ADefaultPawn::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ADefaultPawn, MeshComponent) == 0x000320, "Member 'ADefaultPawn::MeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorPawn \ +static_assert(alignof(ASpectatorPawn) == 0x000008, "Wrong alignment on ASpectatorPawn"); \ +static_assert(sizeof(ASpectatorPawn) == 0x000330, "Wrong size on ASpectatorPawn"); \ + +#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_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_UActorTextureStreamingBuildDataComponent \ +static_assert(alignof(UActorTextureStreamingBuildDataComponent) == 0x000008, "Wrong alignment on UActorTextureStreamingBuildDataComponent"); \ +static_assert(sizeof(UActorTextureStreamingBuildDataComponent) == 0x0000C0, "Wrong size on UActorTextureStreamingBuildDataComponent"); \ + +#define DUMPER7_ASSERTS_ASplineMeshActor \ +static_assert(alignof(ASplineMeshActor) == 0x000008, "Wrong alignment on ASplineMeshActor"); \ +static_assert(sizeof(ASplineMeshActor) == 0x000290, "Wrong size on ASplineMeshActor"); \ +static_assert(offsetof(ASplineMeshActor, SplineMeshComponent) == 0x000288, "Member 'ASplineMeshActor::SplineMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlendSpace \ +static_assert(alignof(UBlendSpace) == 0x000008, "Wrong alignment on UBlendSpace"); \ +static_assert(sizeof(UBlendSpace) == 0x0001A0, "Wrong size on UBlendSpace"); \ +static_assert(offsetof(UBlendSpace, bRotationBlendInMeshSpace) == 0x000088, "Member 'UBlendSpace::bRotationBlendInMeshSpace' 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, 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, PerBoneBlend) == 0x0000D0, "Member 'UBlendSpace::PerBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, SampleIndexWithMarkers) == 0x0000E0, "Member 'UBlendSpace::SampleIndexWithMarkers' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, SampleData) == 0x0000E8, "Member 'UBlendSpace::SampleData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, GridSamples) == 0x0000F8, "Member 'UBlendSpace::GridSamples' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, BlendSpaceData) == 0x000108, "Member 'UBlendSpace::BlendSpaceData' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, BlendParameters) == 0x000128, "Member 'UBlendSpace::BlendParameters' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, AxisToScaleAnimation) == 0x000188, "Member 'UBlendSpace::AxisToScaleAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBlendSpace, DimensionIndices) == 0x000190, "Member 'UBlendSpace::DimensionIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace \ +static_assert(alignof(UAimOffsetBlendSpace) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace"); \ +static_assert(sizeof(UAimOffsetBlendSpace) == 0x0001A0, "Wrong size on UAimOffsetBlendSpace"); \ + +#define DUMPER7_ASSERTS_UBlendSpace1D \ +static_assert(alignof(UBlendSpace1D) == 0x000008, "Wrong alignment on UBlendSpace1D"); \ +static_assert(sizeof(UBlendSpace1D) == 0x0001A8, "Wrong size on UBlendSpace1D"); \ +static_assert(offsetof(UBlendSpace1D, bScaleAnimation) == 0x0001A0, "Member 'UBlendSpace1D::bScaleAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAimOffsetBlendSpace1D \ +static_assert(alignof(UAimOffsetBlendSpace1D) == 0x000008, "Wrong alignment on UAimOffsetBlendSpace1D"); \ +static_assert(sizeof(UAimOffsetBlendSpace1D) == 0x0001A8, "Wrong size on UAimOffsetBlendSpace1D"); \ + +#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_UAISystemBase \ +static_assert(alignof(UAISystemBase) == 0x000008, "Wrong alignment on UAISystemBase"); \ +static_assert(sizeof(UAISystemBase) == 0x000058, "Wrong size on UAISystemBase"); \ +static_assert(offsetof(UAISystemBase, AISystemClassName) == 0x000028, "Member 'UAISystemBase::AISystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, AISystemModuleName) == 0x000040, "Member 'UAISystemBase::AISystemModuleName' has a wrong offset!"); \ +static_assert(offsetof(UAISystemBase, bInstantiateAISystemOnClient) == 0x000050, "Member 'UAISystemBase::bInstantiateAISystemOnClient' has a wrong offset!"); \ + +#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) == 0x000290, "Wrong size on AAmbientSound"); \ +static_assert(offsetof(AAmbientSound, AudioComponent) == 0x000288, "Member 'AAmbientSound::AudioComponent' has a wrong offset!"); \ + +#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_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) == 0x000128, "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, MirrorFindReplaceExpressions) == 0x000118, "Member 'UAnimationSettings::MirrorFindReplaceExpressions' 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_USoundAttenuation \ +static_assert(alignof(USoundAttenuation) == 0x000008, "Wrong alignment on USoundAttenuation"); \ +static_assert(sizeof(USoundAttenuation) == 0x0003F0, "Wrong size on USoundAttenuation"); \ +static_assert(offsetof(USoundAttenuation, Attenuation) == 0x000028, "Member 'USoundAttenuation::Attenuation' 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_IAnimClassInterface \ +static_assert(alignof(IAnimClassInterface) == 0x000001, "Wrong alignment on IAnimClassInterface"); \ +static_assert(sizeof(IAnimClassInterface) == 0x000001, "Wrong size on IAnimClassInterface"); \ + +#define DUMPER7_ASSERTS_UAnimSequenceBase \ +static_assert(alignof(UAnimSequenceBase) == 0x000008, "Wrong alignment on UAnimSequenceBase"); \ +static_assert(sizeof(UAnimSequenceBase) == 0x0000A8, "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, RateScale) == 0x000094, "Member 'UAnimSequenceBase::RateScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequenceBase, RawCurveData) == 0x000098, "Member 'UAnimSequenceBase::RawCurveData' 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_AudioPanelWidgetInterface_GetEditorName \ +static_assert(alignof(AudioPanelWidgetInterface_GetEditorName) == 0x000008, "Wrong alignment on AudioPanelWidgetInterface_GetEditorName"); \ +static_assert(sizeof(AudioPanelWidgetInterface_GetEditorName) == 0x000018, "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_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_UAnimCompositeBase \ +static_assert(alignof(UAnimCompositeBase) == 0x000008, "Wrong alignment on UAnimCompositeBase"); \ +static_assert(sizeof(UAnimCompositeBase) == 0x0000A8, "Wrong size on UAnimCompositeBase"); \ + +#define DUMPER7_ASSERTS_UAnimComposite \ +static_assert(alignof(UAnimComposite) == 0x000008, "Wrong alignment on UAnimComposite"); \ +static_assert(sizeof(UAnimComposite) == 0x0000B8, "Wrong size on UAnimComposite"); \ +static_assert(offsetof(UAnimComposite, AnimationTrack) == 0x0000A8, "Member 'UAnimComposite::AnimationTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCompress_BitwiseCompressOnly \ +static_assert(alignof(UAnimCompress_BitwiseCompressOnly) == 0x000008, "Wrong alignment on UAnimCompress_BitwiseCompressOnly"); \ +static_assert(sizeof(UAnimCompress_BitwiseCompressOnly) == 0x000040, "Wrong size on UAnimCompress_BitwiseCompressOnly"); \ + +#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_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_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_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_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_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_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_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_APrecomputedVisibilityVolume \ +static_assert(alignof(APrecomputedVisibilityVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityVolume"); \ +static_assert(sizeof(APrecomputedVisibilityVolume) == 0x0002C0, "Wrong size on APrecomputedVisibilityVolume"); \ + +#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_UAnimMetaData \ +static_assert(alignof(UAnimMetaData) == 0x000008, "Wrong alignment on UAnimMetaData"); \ +static_assert(sizeof(UAnimMetaData) == 0x000028, "Wrong size on UAnimMetaData"); \ + +#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_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_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) == 0x0001F0, "Wrong size on UAnimMontage"); \ +static_assert(offsetof(UAnimMontage, BlendModeIn) == 0x0000A8, "Member 'UAnimMontage::BlendModeIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendModeOut) == 0x0000A9, "Member 'UAnimMontage::BlendModeOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendIn) == 0x0000B0, "Member 'UAnimMontage::BlendIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendInTime) == 0x0000E0, "Member 'UAnimMontage::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOut) == 0x0000E8, "Member 'UAnimMontage::BlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOutTime) == 0x000118, "Member 'UAnimMontage::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendOutTriggerTime) == 0x00011C, "Member 'UAnimMontage::BlendOutTriggerTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SyncGroup) == 0x000120, "Member 'UAnimMontage::SyncGroup' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SyncSlotIndex) == 0x000128, "Member 'UAnimMontage::SyncSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, MarkerData) == 0x000130, "Member 'UAnimMontage::MarkerData' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, CompositeSections) == 0x000150, "Member 'UAnimMontage::CompositeSections' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, SlotAnimTracks) == 0x000160, "Member 'UAnimMontage::SlotAnimTracks' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPoints) == 0x000170, "Member 'UAnimMontage::BranchingPoints' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableRootMotionTranslation) == 0x000180, "Member 'UAnimMontage::bEnableRootMotionTranslation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableRootMotionRotation) == 0x000181, "Member 'UAnimMontage::bEnableRootMotionRotation' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, bEnableAutoBlendOut) == 0x000182, "Member 'UAnimMontage::bEnableAutoBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendProfileIn) == 0x000188, "Member 'UAnimMontage::BlendProfileIn' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BlendProfileOut) == 0x000190, "Member 'UAnimMontage::BlendProfileOut' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, RootMotionRootLock) == 0x000198, "Member 'UAnimMontage::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointMarkers) == 0x0001A0, "Member 'UAnimMontage::BranchingPointMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, BranchingPointStateNotifyIndices) == 0x0001B0, "Member 'UAnimMontage::BranchingPointStateNotifyIndices' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurve) == 0x0001C0, "Member 'UAnimMontage::TimeStretchCurve' has a wrong offset!"); \ +static_assert(offsetof(UAnimMontage, TimeStretchCurveName) == 0x0001E8, "Member 'UAnimMontage::TimeStretchCurveName' 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) == 0x000040, "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) == 0x000028, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, StateName) == 0x000030, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState::StateName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByState, ReturnValue) == 0x000038, "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) == 0x000048, "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) == 0x000028, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, StateMachineName) == 0x000030, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, StateName) == 0x000038, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine::StateName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateInStateMachine, ReturnValue) == 0x000040, "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) == 0x000040, "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) == 0x000028, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, StateMachineName) == 0x000030, "Member 'AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyStateMachineInspectionLibrary_IsTriggeredByStateMachine, ReturnValue) == 0x000038, "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_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_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_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_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_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_UAnimSequence \ +static_assert(alignof(UAnimSequence) == 0x000008, "Wrong alignment on UAnimSequence"); \ +static_assert(sizeof(UAnimSequence) == 0x0001D0, "Wrong size on UAnimSequence"); \ +static_assert(offsetof(UAnimSequence, BoneCompressionSettings) == 0x0000A8, "Member 'UAnimSequence::BoneCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, CurveCompressionSettings) == 0x0000B0, "Member 'UAnimSequence::CurveCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AdditiveAnimType) == 0x000128, "Member 'UAnimSequence::AdditiveAnimType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseType) == 0x000129, "Member 'UAnimSequence::RefPoseType' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefFrameIndex) == 0x00012C, "Member 'UAnimSequence::RefFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RefPoseSeq) == 0x000130, "Member 'UAnimSequence::RefPoseSeq' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSource) == 0x000138, "Member 'UAnimSequence::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RetargetSourceAssetReferencePose) == 0x000140, "Member 'UAnimSequence::RetargetSourceAssetReferencePose' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, Interpolation) == 0x000150, "Member 'UAnimSequence::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bEnableRootMotion) == 0x000151, "Member 'UAnimSequence::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, RootMotionRootLock) == 0x000152, "Member 'UAnimSequence::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bForceRootLock) == 0x000153, "Member 'UAnimSequence::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bUseNormalizedRootMotionScale) == 0x000154, "Member 'UAnimSequence::bUseNormalizedRootMotionScale' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, bRootMotionSettingsCopiedFromMontage) == 0x000155, "Member 'UAnimSequence::bRootMotionSettingsCopiedFromMontage' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AuthoredSyncMarkers) == 0x000158, "Member 'UAnimSequence::AuthoredSyncMarkers' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, TargetFrameRate) == 0x000178, "Member 'UAnimSequence::TargetFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSequence, AttributeCurves) == 0x000180, "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_ISoundParameterControllerInterface \ +static_assert(alignof(ISoundParameterControllerInterface) == 0x000001, "Wrong alignment on ISoundParameterControllerInterface"); \ +static_assert(sizeof(ISoundParameterControllerInterface) == 0x000001, "Wrong size on ISoundParameterControllerInterface"); \ + +#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) == 0x000360, "Wrong size on UAnimSingleNodeInstance"); \ +static_assert(offsetof(UAnimSingleNodeInstance, CurrentAsset) == 0x000348, "Member 'UAnimSingleNodeInstance::CurrentAsset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSingleNodeInstance, PostEvaluateAnimEvent) == 0x000350, "Member 'UAnimSingleNodeInstance::PostEvaluateAnimEvent' 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) == 0x0000E0, "Wrong size on UAnimStreamable"); \ +static_assert(offsetof(UAnimStreamable, NumberOfKeys) == 0x0000A8, "Member 'UAnimStreamable::NumberOfKeys' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, Interpolation) == 0x0000AC, "Member 'UAnimStreamable::Interpolation' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, RetargetSource) == 0x0000B0, "Member 'UAnimStreamable::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, BoneCompressionSettings) == 0x0000C8, "Member 'UAnimStreamable::BoneCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, CurveCompressionSettings) == 0x0000D0, "Member 'UAnimStreamable::CurveCompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bEnableRootMotion) == 0x0000D8, "Member 'UAnimStreamable::bEnableRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, RootMotionRootLock) == 0x0000D9, "Member 'UAnimStreamable::RootMotionRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bForceRootLock) == 0x0000DA, "Member 'UAnimStreamable::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(UAnimStreamable, bUseNormalizedRootMotionScale) == 0x0000DB, "Member 'UAnimStreamable::bUseNormalizedRootMotionScale' 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_USoundSubmixBase \ +static_assert(alignof(USoundSubmixBase) == 0x000008, "Wrong alignment on USoundSubmixBase"); \ +static_assert(sizeof(USoundSubmixBase) == 0x000040, "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!"); \ + +#define DUMPER7_ASSERTS_USoundSubmixWithParentBase \ +static_assert(alignof(USoundSubmixWithParentBase) == 0x000008, "Wrong alignment on USoundSubmixWithParentBase"); \ +static_assert(sizeof(USoundSubmixWithParentBase) == 0x000048, "Wrong size on USoundSubmixWithParentBase"); \ +static_assert(offsetof(USoundSubmixWithParentBase, ParentSubmix) == 0x000040, "Member 'USoundSubmixWithParentBase::ParentSubmix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UApplicationLifecycleComponent \ +static_assert(alignof(UApplicationLifecycleComponent) == 0x000008, "Wrong alignment on UApplicationLifecycleComponent"); \ +static_assert(sizeof(UApplicationLifecycleComponent) == 0x000150, "Wrong size on UApplicationLifecycleComponent"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillDeactivateDelegate) == 0x0000C0, "Member 'UApplicationLifecycleComponent::ApplicationWillDeactivateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasReactivatedDelegate) == 0x0000D0, "Member 'UApplicationLifecycleComponent::ApplicationHasReactivatedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillEnterBackgroundDelegate) == 0x0000E0, "Member 'UApplicationLifecycleComponent::ApplicationWillEnterBackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationHasEnteredForegroundDelegate) == 0x0000F0, "Member 'UApplicationLifecycleComponent::ApplicationHasEnteredForegroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationWillTerminateDelegate) == 0x000100, "Member 'UApplicationLifecycleComponent::ApplicationWillTerminateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationShouldUnloadResourcesDelegate) == 0x000110, "Member 'UApplicationLifecycleComponent::ApplicationShouldUnloadResourcesDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, ApplicationReceivedStartupArgumentsDelegate) == 0x000120, "Member 'UApplicationLifecycleComponent::ApplicationReceivedStartupArgumentsDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnTemperatureChangeDelegate) == 0x000130, "Member 'UApplicationLifecycleComponent::OnTemperatureChangeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UApplicationLifecycleComponent, OnLowPowerModeDelegate) == 0x000140, "Member 'UApplicationLifecycleComponent::OnLowPowerModeDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_USoundfieldEndpointSubmix \ +static_assert(alignof(USoundfieldEndpointSubmix) == 0x000008, "Wrong alignment on USoundfieldEndpointSubmix"); \ +static_assert(sizeof(USoundfieldEndpointSubmix) == 0x000078, "Wrong size on USoundfieldEndpointSubmix"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEndpointType) == 0x000040, "Member 'USoundfieldEndpointSubmix::SoundfieldEndpointType' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettingsClass) == 0x000048, "Member 'USoundfieldEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EndpointSettings) == 0x000050, "Member 'USoundfieldEndpointSubmix::EndpointSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettingsClass) == 0x000058, "Member 'USoundfieldEndpointSubmix::EncodingSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, EncodingSettings) == 0x000060, "Member 'USoundfieldEndpointSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldEndpointSubmix, SoundfieldEffectChain) == 0x000068, "Member 'USoundfieldEndpointSubmix::SoundfieldEffectChain' has a wrong offset!"); \ + +#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_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_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) == 0x000080, "Wrong size on UStreamableSparseVolumeTexture"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, VolumeResolution) == 0x000028, "Member 'UStreamableSparseVolumeTexture::VolumeResolution' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumMipLevels) == 0x000034, "Member 'UStreamableSparseVolumeTexture::NumMipLevels' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, NumFrames) == 0x000038, "Member 'UStreamableSparseVolumeTexture::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FormatA) == 0x00003C, "Member 'UStreamableSparseVolumeTexture::FormatA' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FormatB) == 0x00003D, "Member 'UStreamableSparseVolumeTexture::FormatB' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FallbackValueA) == 0x000040, "Member 'UStreamableSparseVolumeTexture::FallbackValueA' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, FallbackValueB) == 0x000050, "Member 'UStreamableSparseVolumeTexture::FallbackValueB' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressX) == 0x000060, "Member 'UStreamableSparseVolumeTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressY) == 0x000061, "Member 'UStreamableSparseVolumeTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, AddressZ) == 0x000062, "Member 'UStreamableSparseVolumeTexture::AddressZ' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, bLocalDDCOnly) == 0x000063, "Member 'UStreamableSparseVolumeTexture::bLocalDDCOnly' has a wrong offset!"); \ +static_assert(offsetof(UStreamableSparseVolumeTexture, Frames) == 0x000068, "Member 'UStreamableSparseVolumeTexture::Frames' 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_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_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_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_UParticleModuleColorBase \ +static_assert(alignof(UParticleModuleColorBase) == 0x000008, "Wrong alignment on UParticleModuleColorBase"); \ +static_assert(sizeof(UParticleModuleColorBase) == 0x000030, "Wrong size on UParticleModuleColorBase"); \ + +#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_UDistributionFloat \ +static_assert(alignof(UDistributionFloat) == 0x000008, "Wrong alignment on UDistributionFloat"); \ +static_assert(sizeof(UDistributionFloat) == 0x000038, "Wrong size on UDistributionFloat"); \ + +#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) == 0x000038, "Member 'UDistributionFloatUniform::Min' has a wrong offset!"); \ +static_assert(offsetof(UDistributionFloatUniform, Max) == 0x00003C, "Member 'UDistributionFloatUniform::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_AuthorizeAccounts \ +static_assert(alignof(TwitterIntegrationBase_AuthorizeAccounts) == 0x000001, "Wrong alignment on TwitterIntegrationBase_AuthorizeAccounts"); \ +static_assert(sizeof(TwitterIntegrationBase_AuthorizeAccounts) == 0x000001, "Wrong size on TwitterIntegrationBase_AuthorizeAccounts"); \ +static_assert(offsetof(TwitterIntegrationBase_AuthorizeAccounts, ReturnValue) == 0x000000, "Member 'TwitterIntegrationBase_AuthorizeAccounts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_CanShowTweetUI \ +static_assert(alignof(TwitterIntegrationBase_CanShowTweetUI) == 0x000001, "Wrong alignment on TwitterIntegrationBase_CanShowTweetUI"); \ +static_assert(sizeof(TwitterIntegrationBase_CanShowTweetUI) == 0x000001, "Wrong size on TwitterIntegrationBase_CanShowTweetUI"); \ +static_assert(offsetof(TwitterIntegrationBase_CanShowTweetUI, ReturnValue) == 0x000000, "Member 'TwitterIntegrationBase_CanShowTweetUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_GetAccountName \ +static_assert(alignof(TwitterIntegrationBase_GetAccountName) == 0x000008, "Wrong alignment on TwitterIntegrationBase_GetAccountName"); \ +static_assert(sizeof(TwitterIntegrationBase_GetAccountName) == 0x000018, "Wrong size on TwitterIntegrationBase_GetAccountName"); \ +static_assert(offsetof(TwitterIntegrationBase_GetAccountName, AccountIndex) == 0x000000, "Member 'TwitterIntegrationBase_GetAccountName::AccountIndex' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_GetAccountName, ReturnValue) == 0x000008, "Member 'TwitterIntegrationBase_GetAccountName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_GetNumAccounts \ +static_assert(alignof(TwitterIntegrationBase_GetNumAccounts) == 0x000004, "Wrong alignment on TwitterIntegrationBase_GetNumAccounts"); \ +static_assert(sizeof(TwitterIntegrationBase_GetNumAccounts) == 0x000004, "Wrong size on TwitterIntegrationBase_GetNumAccounts"); \ +static_assert(offsetof(TwitterIntegrationBase_GetNumAccounts, ReturnValue) == 0x000000, "Member 'TwitterIntegrationBase_GetNumAccounts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_ShowTweetUI \ +static_assert(alignof(TwitterIntegrationBase_ShowTweetUI) == 0x000008, "Wrong alignment on TwitterIntegrationBase_ShowTweetUI"); \ +static_assert(sizeof(TwitterIntegrationBase_ShowTweetUI) == 0x000038, "Wrong size on TwitterIntegrationBase_ShowTweetUI"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, InitialMessage) == 0x000000, "Member 'TwitterIntegrationBase_ShowTweetUI::InitialMessage' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, URL) == 0x000010, "Member 'TwitterIntegrationBase_ShowTweetUI::URL' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, Picture) == 0x000020, "Member 'TwitterIntegrationBase_ShowTweetUI::Picture' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_ShowTweetUI, ReturnValue) == 0x000030, "Member 'TwitterIntegrationBase_ShowTweetUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TwitterIntegrationBase_TwitterRequest \ +static_assert(alignof(TwitterIntegrationBase_TwitterRequest) == 0x000008, "Wrong alignment on TwitterIntegrationBase_TwitterRequest"); \ +static_assert(sizeof(TwitterIntegrationBase_TwitterRequest) == 0x000030, "Wrong size on TwitterIntegrationBase_TwitterRequest"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, URL) == 0x000000, "Member 'TwitterIntegrationBase_TwitterRequest::URL' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, ParamKeysAndValues) == 0x000010, "Member 'TwitterIntegrationBase_TwitterRequest::ParamKeysAndValues' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, RequestMethod) == 0x000020, "Member 'TwitterIntegrationBase_TwitterRequest::RequestMethod' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, AccountIndex) == 0x000024, "Member 'TwitterIntegrationBase_TwitterRequest::AccountIndex' has a wrong offset!"); \ +static_assert(offsetof(TwitterIntegrationBase_TwitterRequest, ReturnValue) == 0x000028, "Member 'TwitterIntegrationBase_TwitterRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTwitterIntegrationBase \ +static_assert(alignof(UTwitterIntegrationBase) == 0x000008, "Wrong alignment on UTwitterIntegrationBase"); \ +static_assert(sizeof(UTwitterIntegrationBase) == 0x000038, "Wrong size on UTwitterIntegrationBase"); \ + +#define DUMPER7_ASSERTS_AHeterogeneousVolume \ +static_assert(alignof(AHeterogeneousVolume) == 0x000008, "Wrong alignment on AHeterogeneousVolume"); \ +static_assert(sizeof(AHeterogeneousVolume) == 0x000290, "Wrong size on AHeterogeneousVolume"); \ +static_assert(offsetof(AHeterogeneousVolume, HeterogeneousVolumeComponent) == 0x000288, "Member 'AHeterogeneousVolume::HeterogeneousVolumeComponent' 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_UAudioSubsystemCollectionRoot \ +static_assert(alignof(UAudioSubsystemCollectionRoot) == 0x000008, "Wrong alignment on UAudioSubsystemCollectionRoot"); \ +static_assert(sizeof(UAudioSubsystemCollectionRoot) == 0x000030, "Wrong size on UAudioSubsystemCollectionRoot"); \ + +#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_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_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_UAudioEngineSubsystem \ +static_assert(alignof(UAudioEngineSubsystem) == 0x000008, "Wrong alignment on UAudioEngineSubsystem"); \ +static_assert(sizeof(UAudioEngineSubsystem) == 0x000030, "Wrong size on UAudioEngineSubsystem"); \ + +#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_UAudioSettings \ +static_assert(alignof(UAudioSettings) == 0x000008, "Wrong alignment on UAudioSettings"); \ +static_assert(sizeof(UAudioSettings) == 0x000198, "Wrong size on UAudioSettings"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClassName) == 0x000038, "Member 'UAudioSettings::DefaultSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClassName) == 0x000050, "Member 'UAudioSettings::DefaultMediaSoundClassName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrencyName) == 0x000068, "Member 'UAudioSettings::DefaultSoundConcurrencyName' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultBaseSoundMix) == 0x000080, "Member 'UAudioSettings::DefaultBaseSoundMix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSoundClass) == 0x000098, "Member 'UAudioSettings::VoiPSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MasterSubmix) == 0x0000B0, "Member 'UAudioSettings::MasterSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, BaseDefaultSubmix) == 0x0000C8, "Member 'UAudioSettings::BaseDefaultSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, ReverbSubmix) == 0x0000E0, "Member 'UAudioSettings::ReverbSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, EQSubmix) == 0x0000F8, "Member 'UAudioSettings::EQSubmix' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, VoiPSampleRate) == 0x000110, "Member 'UAudioSettings::VoiPSampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultReverbSendLevel) == 0x000114, "Member 'UAudioSettings::DefaultReverbSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MaximumConcurrentStreams) == 0x000118, "Member 'UAudioSettings::MaximumConcurrentStreams' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMinPitchScale) == 0x00011C, "Member 'UAudioSettings::GlobalMinPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, GlobalMaxPitchScale) == 0x000120, "Member 'UAudioSettings::GlobalMaxPitchScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, QualityLevels) == 0x000128, "Member 'UAudioSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, NumStoppingSources) == 0x00013C, "Member 'UAudioSettings::NumStoppingSources' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, PanningMethod) == 0x000140, "Member 'UAudioSettings::PanningMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, MonoChannelUpmixMethod) == 0x000141, "Member 'UAudioSettings::MonoChannelUpmixMethod' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DialogueFilenameFormat) == 0x000148, "Member 'UAudioSettings::DialogueFilenameFormat' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DebugSounds) == 0x000158, "Member 'UAudioSettings::DebugSounds' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultAudioBuses) == 0x000168, "Member 'UAudioSettings::DefaultAudioBuses' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundClass) == 0x000178, "Member 'UAudioSettings::DefaultSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultMediaSoundClass) == 0x000180, "Member 'UAudioSettings::DefaultMediaSoundClass' has a wrong offset!"); \ +static_assert(offsetof(UAudioSettings, DefaultSoundConcurrency) == 0x000188, "Member 'UAudioSettings::DefaultSoundConcurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetEnabled \ +static_assert(alignof(AudioVolume_SetEnabled) == 0x000001, "Wrong alignment on AudioVolume_SetEnabled"); \ +static_assert(sizeof(AudioVolume_SetEnabled) == 0x000001, "Wrong size on AudioVolume_SetEnabled"); \ +static_assert(offsetof(AudioVolume_SetEnabled, bNewEnabled) == 0x000000, "Member 'AudioVolume_SetEnabled::bNewEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetInteriorSettings \ +static_assert(alignof(AudioVolume_SetInteriorSettings) == 0x000004, "Wrong alignment on AudioVolume_SetInteriorSettings"); \ +static_assert(sizeof(AudioVolume_SetInteriorSettings) == 0x000024, "Wrong size on AudioVolume_SetInteriorSettings"); \ +static_assert(offsetof(AudioVolume_SetInteriorSettings, NewInteriorSettings) == 0x000000, "Member 'AudioVolume_SetInteriorSettings::NewInteriorSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetPriority \ +static_assert(alignof(AudioVolume_SetPriority) == 0x000004, "Wrong alignment on AudioVolume_SetPriority"); \ +static_assert(sizeof(AudioVolume_SetPriority) == 0x000004, "Wrong size on AudioVolume_SetPriority"); \ +static_assert(offsetof(AudioVolume_SetPriority, NewPriority) == 0x000000, "Member 'AudioVolume_SetPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetReverbSettings \ +static_assert(alignof(AudioVolume_SetReverbSettings) == 0x000008, "Wrong alignment on AudioVolume_SetReverbSettings"); \ +static_assert(sizeof(AudioVolume_SetReverbSettings) == 0x000020, "Wrong size on AudioVolume_SetReverbSettings"); \ +static_assert(offsetof(AudioVolume_SetReverbSettings, NewReverbSettings) == 0x000000, "Member 'AudioVolume_SetReverbSettings::NewReverbSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetSubmixOverrideSettings \ +static_assert(alignof(AudioVolume_SetSubmixOverrideSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixOverrideSettings"); \ +static_assert(sizeof(AudioVolume_SetSubmixOverrideSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixOverrideSettings"); \ +static_assert(offsetof(AudioVolume_SetSubmixOverrideSettings, NewSubmixOverrideSettings) == 0x000000, "Member 'AudioVolume_SetSubmixOverrideSettings::NewSubmixOverrideSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVolume_SetSubmixSendSettings \ +static_assert(alignof(AudioVolume_SetSubmixSendSettings) == 0x000008, "Wrong alignment on AudioVolume_SetSubmixSendSettings"); \ +static_assert(sizeof(AudioVolume_SetSubmixSendSettings) == 0x000010, "Wrong size on AudioVolume_SetSubmixSendSettings"); \ +static_assert(offsetof(AudioVolume_SetSubmixSendSettings, NewSubmixSendSettings) == 0x000000, "Member 'AudioVolume_SetSubmixSendSettings::NewSubmixSendSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAudioVolume \ +static_assert(alignof(AAudioVolume) == 0x000008, "Wrong alignment on AAudioVolume"); \ +static_assert(sizeof(AAudioVolume) == 0x000330, "Wrong size on AAudioVolume"); \ +static_assert(offsetof(AAudioVolume, Priority) == 0x0002C0, "Member 'AAudioVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, Settings) == 0x0002C8, "Member 'AAudioVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, AmbientZoneSettings) == 0x0002E8, "Member 'AAudioVolume::AmbientZoneSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixSendSettings) == 0x000310, "Member 'AAudioVolume::SubmixSendSettings' has a wrong offset!"); \ +static_assert(offsetof(AAudioVolume, SubmixOverrideSettings) == 0x000320, "Member 'AAudioVolume::SubmixOverrideSettings' has a wrong offset!"); \ + +#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_UAudioWidgetSubsystem \ +static_assert(alignof(UAudioWidgetSubsystem) == 0x000008, "Wrong alignment on UAudioWidgetSubsystem"); \ +static_assert(sizeof(UAudioWidgetSubsystem) == 0x000030, "Wrong size on UAudioWidgetSubsystem"); \ + +#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_UAutomationTestSettings \ +static_assert(alignof(UAutomationTestSettings) == 0x000008, "Wrong alignment on UAutomationTestSettings"); \ +static_assert(sizeof(UAutomationTestSettings) == 0x000348, "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) == 0x000060, "Member 'UAutomationTestSettings::EditorPerformanceTestMaps' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, AssetsToOpen) == 0x000070, "Member 'UAutomationTestSettings::AssetsToOpen' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, MapsToPIETest) == 0x000080, "Member 'UAutomationTestSettings::MapsToPIETest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, bUseAllProjectMapsToPlayInPIE) == 0x000090, "Member 'UAutomationTestSettings::bUseAllProjectMapsToPlayInPIE' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, BuildPromotionTest) == 0x000098, "Member 'UAutomationTestSettings::BuildPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, MaterialEditorPromotionTest) == 0x000288, "Member 'UAutomationTestSettings::MaterialEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ParticleEditorPromotionTest) == 0x0002B8, "Member 'UAutomationTestSettings::ParticleEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, BlueprintEditorPromotionTest) == 0x0002C8, "Member 'UAutomationTestSettings::BlueprintEditorPromotionTest' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, TestLevelFolders) == 0x0002F8, "Member 'UAutomationTestSettings::TestLevelFolders' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ExternalTools) == 0x000308, "Member 'UAutomationTestSettings::ExternalTools' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, ImportExportTestDefinitions) == 0x000318, "Member 'UAutomationTestSettings::ImportExportTestDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, LaunchOnSettings) == 0x000328, "Member 'UAutomationTestSettings::LaunchOnSettings' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, DefaultScreenshotResolution) == 0x000338, "Member 'UAutomationTestSettings::DefaultScreenshotResolution' has a wrong offset!"); \ +static_assert(offsetof(UAutomationTestSettings, PIETestDuration) == 0x000340, "Member 'UAutomationTestSettings::PIETestDuration' 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_UParticleModuleVectorFieldBase \ +static_assert(alignof(UParticleModuleVectorFieldBase) == 0x000008, "Wrong alignment on UParticleModuleVectorFieldBase"); \ +static_assert(sizeof(UParticleModuleVectorFieldBase) == 0x000030, "Wrong size on UParticleModuleVectorFieldBase"); \ + +#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_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_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_UDistributionVectorParticleParameter \ +static_assert(alignof(UDistributionVectorParticleParameter) == 0x000008, "Wrong alignment on UDistributionVectorParticleParameter"); \ +static_assert(sizeof(UDistributionVectorParticleParameter) == 0x0000C8, "Wrong size on UDistributionVectorParticleParameter"); \ + +#define DUMPER7_ASSERTS_ABandwidthTestActor \ +static_assert(alignof(ABandwidthTestActor) == 0x000008, "Wrong alignment on ABandwidthTestActor"); \ +static_assert(sizeof(ABandwidthTestActor) == 0x0002A8, "Wrong size on ABandwidthTestActor"); \ +static_assert(offsetof(ABandwidthTestActor, BandwidthGenerator) == 0x000288, "Member 'ABandwidthTestActor::BandwidthGenerator' 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) == 0x000590, "Wrong size on UBillboardComponent"); \ +static_assert(offsetof(UBillboardComponent, Sprite) == 0x000568, "Member 'UBillboardComponent::Sprite' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, ScreenSize) == 0x000574, "Member 'UBillboardComponent::ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, U) == 0x000578, "Member 'UBillboardComponent::U' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, UL) == 0x00057C, "Member 'UBillboardComponent::UL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, V) == 0x000580, "Member 'UBillboardComponent::V' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, VL) == 0x000584, "Member 'UBillboardComponent::VL' has a wrong offset!"); \ +static_assert(offsetof(UBillboardComponent, OpacityMaskRefVal) == 0x000588, "Member 'UBillboardComponent::OpacityMaskRefVal' has a wrong offset!"); \ + +#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_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) == 0x000478, "Wrong size on USkeleton"); \ +static_assert(offsetof(USkeleton, BoneTree) == 0x000038, "Member 'USkeleton::BoneTree' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, RefLocalPoses) == 0x000048, "Member 'USkeleton::RefLocalPoses' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBoneGuid) == 0x000170, "Member 'USkeleton::VirtualBoneGuid' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, VirtualBones) == 0x000180, "Member 'USkeleton::VirtualBones' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, CompatibleSkeletons) == 0x000190, "Member 'USkeleton::CompatibleSkeletons' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, Sockets) == 0x0001A0, "Member 'USkeleton::Sockets' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, DynamicHierarchy) == 0x000200, "Member 'USkeleton::DynamicHierarchy' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SmartNames) == 0x000208, "Member 'USkeleton::SmartNames' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, BlendProfiles) == 0x000288, "Member 'USkeleton::BlendProfiles' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, SlotGroups) == 0x000298, "Member 'USkeleton::SlotGroups' has a wrong offset!"); \ +static_assert(offsetof(USkeleton, AssetUserData) == 0x000468, "Member 'USkeleton::AssetUserData' has a wrong offset!"); \ + +#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_UDrawFrustumComponent \ +static_assert(alignof(UDrawFrustumComponent) == 0x000010, "Wrong alignment on UDrawFrustumComponent"); \ +static_assert(sizeof(UDrawFrustumComponent) == 0x000590, "Wrong size on UDrawFrustumComponent"); \ +static_assert(offsetof(UDrawFrustumComponent, bFrustumEnabled) == 0x000568, "Member 'UDrawFrustumComponent::bFrustumEnabled' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumColor) == 0x00056C, "Member 'UDrawFrustumComponent::FrustumColor' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAngle) == 0x000570, "Member 'UDrawFrustumComponent::FrustumAngle' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumAspectRatio) == 0x000574, "Member 'UDrawFrustumComponent::FrustumAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumStartDist) == 0x000578, "Member 'UDrawFrustumComponent::FrustumStartDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, FrustumEndDist) == 0x00057C, "Member 'UDrawFrustumComponent::FrustumEndDist' has a wrong offset!"); \ +static_assert(offsetof(UDrawFrustumComponent, Texture) == 0x000580, "Member 'UDrawFrustumComponent::Texture' 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_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_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_ABlockingVolume \ +static_assert(alignof(ABlockingVolume) == 0x000008, "Wrong alignment on ABlockingVolume"); \ +static_assert(sizeof(ABlockingVolume) == 0x0002C0, "Wrong size on ABlockingVolume"); \ + +#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_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_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_UBlueprintExtension \ +static_assert(alignof(UBlueprintExtension) == 0x000008, "Wrong alignment on UBlueprintExtension"); \ +static_assert(sizeof(UBlueprintExtension) == 0x000028, "Wrong size on UBlueprintExtension"); \ + +#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_BlueprintPathsLibrary_AutomationDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationLogDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationLogDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationLogDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationLogDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_AutomationTransientDir \ +static_assert(alignof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_AutomationTransientDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_AutomationTransientDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_AutomationTransientDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_AutomationTransientDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_AutomationTransientDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_BugItDir \ +static_assert(alignof(BlueprintPathsLibrary_BugItDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_BugItDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_BugItDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_BugItDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_BugItDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_BugItDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ChangeExtension \ +static_assert(alignof(BlueprintPathsLibrary_ChangeExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ChangeExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_ChangeExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_ChangeExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ChangeExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_ChangeExtension::InNewExtension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ChangeExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ChangeExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CloudDir \ +static_assert(alignof(BlueprintPathsLibrary_CloudDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CloudDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_CloudDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_CloudDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_CloudDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_CloudDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CollapseRelativeDirectories \ +static_assert(alignof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ +static_assert(sizeof(BlueprintPathsLibrary_CollapseRelativeDirectories) == 0x000028, "Wrong size on BlueprintPathsLibrary_CollapseRelativeDirectories"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::OutPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CollapseRelativeDirectories, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_CollapseRelativeDirectories::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_Combine \ +static_assert(alignof(BlueprintPathsLibrary_Combine) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Combine"); \ +static_assert(sizeof(BlueprintPathsLibrary_Combine) == 0x000020, "Wrong size on BlueprintPathsLibrary_Combine"); \ +static_assert(offsetof(BlueprintPathsLibrary_Combine, InPaths) == 0x000000, "Member 'BlueprintPathsLibrary_Combine::InPaths' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Combine, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_Combine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertFromSandboxPath \ +static_assert(alignof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertFromSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertFromSandboxPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::InSandboxName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertFromSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertFromSandboxPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertRelativePathToFull \ +static_assert(alignof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertRelativePathToFull) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertRelativePathToFull"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, InBasePath) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::InBasePath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertRelativePathToFull, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertRelativePathToFull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ConvertToSandboxPath \ +static_assert(alignof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ConvertToSandboxPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ConvertToSandboxPath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ConvertToSandboxPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, InSandboxName) == 0x000010, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::InSandboxName' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ConvertToSandboxPath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_ConvertToSandboxPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_CreateTempFilename \ +static_assert(alignof(BlueprintPathsLibrary_CreateTempFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_CreateTempFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_CreateTempFilename) == 0x000040, "Wrong size on BlueprintPathsLibrary_CreateTempFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Path) == 0x000000, "Member 'BlueprintPathsLibrary_CreateTempFilename::Path' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Prefix) == 0x000010, "Member 'BlueprintPathsLibrary_CreateTempFilename::Prefix' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, Extension) == 0x000020, "Member 'BlueprintPathsLibrary_CreateTempFilename::Extension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_CreateTempFilename, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_CreateTempFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_DiffDir \ +static_assert(alignof(BlueprintPathsLibrary_DiffDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DiffDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_DiffDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_DiffDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_DiffDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_DiffDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_DirectoryExists \ +static_assert(alignof(BlueprintPathsLibrary_DirectoryExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_DirectoryExists"); \ +static_assert(sizeof(BlueprintPathsLibrary_DirectoryExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_DirectoryExists"); \ +static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_DirectoryExists::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_DirectoryExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_DirectoryExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineContentDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineContentDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineContentDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineIntermediateDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineIntermediateDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineIntermediateDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineIntermediateDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnginePluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnginePluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnginePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnginePluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnginePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnginePluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineSourceDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineSourceDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineSourceDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineSourceDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineUserDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EngineVersionAgnosticUserDir \ +static_assert(alignof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EngineVersionAgnosticUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EngineVersionAgnosticUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EngineVersionAgnosticUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterpriseDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterpriseDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterpriseDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterpriseFeaturePackDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterpriseFeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterpriseFeaturePackDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterpriseFeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterpriseFeaturePackDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_EnterprisePluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_EnterprisePluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_EnterprisePluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_EnterprisePluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_EnterprisePluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_EnterprisePluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_FeaturePackDir \ +static_assert(alignof(BlueprintPathsLibrary_FeaturePackDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FeaturePackDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_FeaturePackDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_FeaturePackDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_FeaturePackDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_FeaturePackDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_FileExists \ +static_assert(alignof(BlueprintPathsLibrary_FileExists) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_FileExists"); \ +static_assert(sizeof(BlueprintPathsLibrary_FileExists) == 0x000018, "Wrong size on BlueprintPathsLibrary_FileExists"); \ +static_assert(offsetof(BlueprintPathsLibrary_FileExists, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_FileExists::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_FileExists, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_FileExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameAgnosticSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameAgnosticSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameAgnosticSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameAgnosticSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameAgnosticSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameDevelopersDir \ +static_assert(alignof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameDevelopersDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameDevelopersDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameDevelopersDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameDevelopersDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameDevelopersDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameSourceDir \ +static_assert(alignof(BlueprintPathsLibrary_GameSourceDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameSourceDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameSourceDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameSourceDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameSourceDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameSourceDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GameUserDeveloperDir \ +static_assert(alignof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GameUserDeveloperDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GameUserDeveloperDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GameUserDeveloperDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GameUserDeveloperDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GameUserDeveloperDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GeneratedConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GeneratedConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_GeneratedConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_GeneratedConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_GeneratedConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GeneratedConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetBaseFilename \ +static_assert(alignof(BlueprintPathsLibrary_GetBaseFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetBaseFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetBaseFilename) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetBaseFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetBaseFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, bRemovePath) == 0x000010, "Member 'BlueprintPathsLibrary_GetBaseFilename::bRemovePath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetBaseFilename, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetBaseFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetCleanFilename \ +static_assert(alignof(BlueprintPathsLibrary_GetCleanFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetCleanFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetCleanFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetCleanFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetCleanFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetCleanFilename, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetCleanFilename::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEditorLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetEditorLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEditorLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetEditorLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEditorLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetEngineLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetEngineLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetEngineLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetEngineLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetEngineLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetExtension \ +static_assert(alignof(BlueprintPathsLibrary_GetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetExtension) == 0x000028, "Wrong size on BlueprintPathsLibrary_GetExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, bIncludeDot) == 0x000010, "Member 'BlueprintPathsLibrary_GetExtension::bIncludeDot' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetExtension, ReturnValue) == 0x000018, "Member 'BlueprintPathsLibrary_GetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetGameLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetGameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetGameLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetGameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetGameLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetInvalidFileSystemChars \ +static_assert(alignof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetInvalidFileSystemChars) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetInvalidFileSystemChars"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetInvalidFileSystemChars, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetInvalidFileSystemChars::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPath \ +static_assert(alignof(BlueprintPathsLibrary_GetPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetPath) == 0x000020, "Wrong size on BlueprintPathsLibrary_GetPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_GetPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_GetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetProjectFilePath \ +static_assert(alignof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetProjectFilePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetProjectFilePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetProjectFilePath, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetProjectFilePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetPropertyNameLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetPropertyNameLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetPropertyNameLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetPropertyNameLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRelativePathToRoot \ +static_assert(alignof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRelativePathToRoot"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetRelativePathToRoot) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRelativePathToRoot"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetRelativePathToRoot, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRelativePathToRoot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetRestrictedFolderNames \ +static_assert(alignof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetRestrictedFolderNames) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetRestrictedFolderNames"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetRestrictedFolderNames, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetRestrictedFolderNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_GetToolTipLocalizationPaths \ +static_assert(alignof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ +static_assert(sizeof(BlueprintPathsLibrary_GetToolTipLocalizationPaths) == 0x000010, "Wrong size on BlueprintPathsLibrary_GetToolTipLocalizationPaths"); \ +static_assert(offsetof(BlueprintPathsLibrary_GetToolTipLocalizationPaths, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_GetToolTipLocalizationPaths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_HasProjectPersistentDownloadDir \ +static_assert(alignof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_HasProjectPersistentDownloadDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_HasProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_HasProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsDrive \ +static_assert(alignof(BlueprintPathsLibrary_IsDrive) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsDrive"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsDrive) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsDrive"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsDrive, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsDrive::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsDrive, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsDrive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsProjectFilePathSet \ +static_assert(alignof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_IsProjectFilePathSet"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsProjectFilePathSet) == 0x000001, "Wrong size on BlueprintPathsLibrary_IsProjectFilePathSet"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsProjectFilePathSet, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_IsProjectFilePathSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRelative \ +static_assert(alignof(BlueprintPathsLibrary_IsRelative) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRelative"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsRelative) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRelative"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRelative, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRelative::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRelative, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRelative::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsRestrictedPath \ +static_assert(alignof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsRestrictedPath"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsRestrictedPath) == 0x000018, "Wrong size on BlueprintPathsLibrary_IsRestrictedPath"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_IsRestrictedPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsRestrictedPath, ReturnValue) == 0x000010, "Member 'BlueprintPathsLibrary_IsRestrictedPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_IsSamePath \ +static_assert(alignof(BlueprintPathsLibrary_IsSamePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_IsSamePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_IsSamePath) == 0x000028, "Wrong size on BlueprintPathsLibrary_IsSamePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathA) == 0x000000, "Member 'BlueprintPathsLibrary_IsSamePath::PathA' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, PathB) == 0x000010, "Member 'BlueprintPathsLibrary_IsSamePath::PathB' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_IsSamePath, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_IsSamePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_LaunchDir \ +static_assert(alignof(BlueprintPathsLibrary_LaunchDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_LaunchDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_LaunchDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_LaunchDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_LaunchDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_LaunchDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePathRelativeTo \ +static_assert(alignof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePathRelativeTo"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakePathRelativeTo) == 0x000038, "Wrong size on BlueprintPathsLibrary_MakePathRelativeTo"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, InRelativeTo) == 0x000010, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::InRelativeTo' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, OutPath) == 0x000020, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::OutPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePathRelativeTo, ReturnValue) == 0x000030, "Member 'BlueprintPathsLibrary_MakePathRelativeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakePlatformFilename \ +static_assert(alignof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakePlatformFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakePlatformFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakePlatformFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakePlatformFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakePlatformFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakePlatformFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeStandardFilename \ +static_assert(alignof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeStandardFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakeStandardFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_MakeStandardFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_MakeStandardFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeStandardFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_MakeStandardFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_MakeValidFileName \ +static_assert(alignof(BlueprintPathsLibrary_MakeValidFileName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_MakeValidFileName"); \ +static_assert(sizeof(BlueprintPathsLibrary_MakeValidFileName) == 0x000030, "Wrong size on BlueprintPathsLibrary_MakeValidFileName"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, InString) == 0x000000, "Member 'BlueprintPathsLibrary_MakeValidFileName::InString' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, InReplacementChar) == 0x000010, "Member 'BlueprintPathsLibrary_MakeValidFileName::InReplacementChar' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_MakeValidFileName, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_MakeValidFileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeDirectoryName \ +static_assert(alignof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeDirectoryName"); \ +static_assert(sizeof(BlueprintPathsLibrary_NormalizeDirectoryName) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeDirectoryName"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeDirectoryName, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeDirectoryName::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_NormalizeFilename \ +static_assert(alignof(BlueprintPathsLibrary_NormalizeFilename) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_NormalizeFilename"); \ +static_assert(sizeof(BlueprintPathsLibrary_NormalizeFilename) == 0x000020, "Wrong size on BlueprintPathsLibrary_NormalizeFilename"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_NormalizeFilename::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_NormalizeFilename, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_NormalizeFilename::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProfilingDir \ +static_assert(alignof(BlueprintPathsLibrary_ProfilingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProfilingDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProfilingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProfilingDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProfilingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProfilingDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectContentDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectContentDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectContentDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectContentDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectContentDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectContentDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectIntermediateDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectIntermediateDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectIntermediateDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectIntermediateDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectIntermediateDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectIntermediateDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectLogDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectLogDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectLogDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectLogDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectLogDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectLogDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectLogDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectModsDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectModsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectModsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectModsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectModsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectModsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectModsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPersistentDownloadDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectPersistentDownloadDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPersistentDownloadDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectPersistentDownloadDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPersistentDownloadDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectPluginsDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectPluginsDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectPluginsDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectPluginsDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectPluginsDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectPluginsDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectSavedDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectSavedDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectSavedDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectSavedDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectSavedDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectSavedDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ProjectUserDir \ +static_assert(alignof(BlueprintPathsLibrary_ProjectUserDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ProjectUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ProjectUserDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ProjectUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ProjectUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ProjectUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_RemoveDuplicateSlashes \ +static_assert(alignof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ +static_assert(sizeof(BlueprintPathsLibrary_RemoveDuplicateSlashes) == 0x000020, "Wrong size on BlueprintPathsLibrary_RemoveDuplicateSlashes"); \ +static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_RemoveDuplicateSlashes, OutPath) == 0x000010, "Member 'BlueprintPathsLibrary_RemoveDuplicateSlashes::OutPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_RootDir \ +static_assert(alignof(BlueprintPathsLibrary_RootDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_RootDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_RootDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_RootDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_RootDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_RootDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SandboxesDir \ +static_assert(alignof(BlueprintPathsLibrary_SandboxesDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SandboxesDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_SandboxesDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SandboxesDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_SandboxesDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SandboxesDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ScreenShotDir \ +static_assert(alignof(BlueprintPathsLibrary_ScreenShotDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ScreenShotDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ScreenShotDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ScreenShotDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ScreenShotDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ScreenShotDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetExtension \ +static_assert(alignof(BlueprintPathsLibrary_SetExtension) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetExtension"); \ +static_assert(sizeof(BlueprintPathsLibrary_SetExtension) == 0x000030, "Wrong size on BlueprintPathsLibrary_SetExtension"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_SetExtension::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, InNewExtension) == 0x000010, "Member 'BlueprintPathsLibrary_SetExtension::InNewExtension' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetExtension, ReturnValue) == 0x000020, "Member 'BlueprintPathsLibrary_SetExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SetProjectFilePath \ +static_assert(alignof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SetProjectFilePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_SetProjectFilePath) == 0x000010, "Wrong size on BlueprintPathsLibrary_SetProjectFilePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_SetProjectFilePath, NewGameProjectFilePath) == 0x000000, "Member 'BlueprintPathsLibrary_SetProjectFilePath::NewGameProjectFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShaderWorkingDir \ +static_assert(alignof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ShaderWorkingDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ShaderWorkingDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_ShaderWorkingDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ShaderWorkingDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShaderWorkingDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ShouldSaveToUserDir \ +static_assert(alignof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong alignment on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_ShouldSaveToUserDir) == 0x000001, "Wrong size on BlueprintPathsLibrary_ShouldSaveToUserDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_ShouldSaveToUserDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_ShouldSaveToUserDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_SourceConfigDir \ +static_assert(alignof(BlueprintPathsLibrary_SourceConfigDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_SourceConfigDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_SourceConfigDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_SourceConfigDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_SourceConfigDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_SourceConfigDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_Split \ +static_assert(alignof(BlueprintPathsLibrary_Split) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_Split"); \ +static_assert(sizeof(BlueprintPathsLibrary_Split) == 0x000040, "Wrong size on BlueprintPathsLibrary_Split"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_Split::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, PathPart) == 0x000010, "Member 'BlueprintPathsLibrary_Split::PathPart' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, FilenamePart) == 0x000020, "Member 'BlueprintPathsLibrary_Split::FilenamePart' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_Split, ExtensionPart) == 0x000030, "Member 'BlueprintPathsLibrary_Split::ExtensionPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_ValidatePath \ +static_assert(alignof(BlueprintPathsLibrary_ValidatePath) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_ValidatePath"); \ +static_assert(sizeof(BlueprintPathsLibrary_ValidatePath) == 0x000030, "Wrong size on BlueprintPathsLibrary_ValidatePath"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, InPath) == 0x000000, "Member 'BlueprintPathsLibrary_ValidatePath::InPath' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, bDidSucceed) == 0x000010, "Member 'BlueprintPathsLibrary_ValidatePath::bDidSucceed' has a wrong offset!"); \ +static_assert(offsetof(BlueprintPathsLibrary_ValidatePath, OutReason) == 0x000018, "Member 'BlueprintPathsLibrary_ValidatePath::OutReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BlueprintPathsLibrary_VideoCaptureDir \ +static_assert(alignof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000008, "Wrong alignment on BlueprintPathsLibrary_VideoCaptureDir"); \ +static_assert(sizeof(BlueprintPathsLibrary_VideoCaptureDir) == 0x000010, "Wrong size on BlueprintPathsLibrary_VideoCaptureDir"); \ +static_assert(offsetof(BlueprintPathsLibrary_VideoCaptureDir, ReturnValue) == 0x000000, "Member 'BlueprintPathsLibrary_VideoCaptureDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBlueprintPathsLibrary \ +static_assert(alignof(UBlueprintPathsLibrary) == 0x000008, "Wrong alignment on UBlueprintPathsLibrary"); \ +static_assert(sizeof(UBlueprintPathsLibrary) == 0x000028, "Wrong size on UBlueprintPathsLibrary"); \ + +#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) == 0x000590, "Wrong size on USphereComponent"); \ +static_assert(offsetof(USphereComponent, SphereRadius) == 0x000580, "Member 'USphereComponent::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDrawSphereComponent \ +static_assert(alignof(UDrawSphereComponent) == 0x000010, "Wrong alignment on UDrawSphereComponent"); \ +static_assert(sizeof(UDrawSphereComponent) == 0x000590, "Wrong size on UDrawSphereComponent"); \ + +#define DUMPER7_ASSERTS_UBodySetup \ +static_assert(alignof(UBodySetup) == 0x000008, "Wrong alignment on UBodySetup"); \ +static_assert(sizeof(UBodySetup) == 0x0002D8, "Wrong size on UBodySetup"); \ +static_assert(offsetof(UBodySetup, AggGeom) == 0x000048, "Member 'UBodySetup::AggGeom' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, PhysMaterial) == 0x0000A8, "Member 'UBodySetup::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, WalkableSlopeOverride) == 0x0000B0, "Member 'UBodySetup::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, DefaultInstance) == 0x000120, "Member 'UBodySetup::DefaultInstance' has a wrong offset!"); \ +static_assert(offsetof(UBodySetup, BuildScale3D) == 0x0002B8, "Member 'UBodySetup::BuildScale3D' 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_UParticleModuleRotationBase \ +static_assert(alignof(UParticleModuleRotationBase) == 0x000008, "Wrong alignment on UParticleModuleRotationBase"); \ +static_assert(sizeof(UParticleModuleRotationBase) == 0x000030, "Wrong size on UParticleModuleRotationBase"); \ + +#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_UFont \ +static_assert(alignof(UFont) == 0x000008, "Wrong alignment on UFont"); \ +static_assert(sizeof(UFont) == 0x0001F0, "Wrong size on UFont"); \ +static_assert(offsetof(UFont, FontCacheType) == 0x000030, "Member 'UFont::FontCacheType' 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, BitmapCharacters) == 0x000148, "Member 'UFont::BitmapCharacters' has a wrong offset!"); \ +static_assert(offsetof(UFont, LineHeight) == 0x000158, "Member 'UFont::LineHeight' has a wrong offset!"); \ +static_assert(offsetof(UFont, BitmapFontTextureSize) == 0x00015C, "Member 'UFont::BitmapFontTextureSize' has a wrong offset!"); \ +static_assert(offsetof(UFont, CompositeFont) == 0x000168, "Member 'UFont::CompositeFont' has a wrong offset!"); \ + +#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_UBoundsCopyComponent \ +static_assert(alignof(UBoundsCopyComponent) == 0x000010, "Wrong alignment on UBoundsCopyComponent"); \ +static_assert(sizeof(UBoundsCopyComponent) == 0x000160, "Wrong size on UBoundsCopyComponent"); \ +static_assert(offsetof(UBoundsCopyComponent, BoundsSourceActor) == 0x0000C0, "Member 'UBoundsCopyComponent::BoundsSourceActor' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForSourceBounds) == 0x0000E8, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForSourceBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bKeepOwnBoundsScale) == 0x0000E9, "Member 'UBoundsCopyComponent::bKeepOwnBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bUseCollidingComponentsForOwnBounds) == 0x0000EA, "Member 'UBoundsCopyComponent::bUseCollidingComponentsForOwnBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, PostTransform) == 0x0000F0, "Member 'UBoundsCopyComponent::PostTransform' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyXBounds) == 0x000150, "Member 'UBoundsCopyComponent::bCopyXBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyYBounds) == 0x000151, "Member 'UBoundsCopyComponent::bCopyYBounds' has a wrong offset!"); \ +static_assert(offsetof(UBoundsCopyComponent, bCopyZBounds) == 0x000152, "Member 'UBoundsCopyComponent::bCopyZBounds' 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_USoundNodeMature \ +static_assert(alignof(USoundNodeMature) == 0x000008, "Wrong alignment on USoundNodeMature"); \ +static_assert(sizeof(USoundNodeMature) == 0x000048, "Wrong size on USoundNodeMature"); \ + +#define DUMPER7_ASSERTS_AReflectionCapture \ +static_assert(alignof(AReflectionCapture) == 0x000008, "Wrong alignment on AReflectionCapture"); \ +static_assert(sizeof(AReflectionCapture) == 0x000290, "Wrong size on AReflectionCapture"); \ +static_assert(offsetof(AReflectionCapture, CaptureComponent) == 0x000288, "Member 'AReflectionCapture::CaptureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABoxReflectionCapture \ +static_assert(alignof(ABoxReflectionCapture) == 0x000008, "Wrong alignment on ABoxReflectionCapture"); \ +static_assert(sizeof(ABoxReflectionCapture) == 0x000290, "Wrong size on ABoxReflectionCapture"); \ + +#define DUMPER7_ASSERTS_UBoxReflectionCaptureComponent \ +static_assert(alignof(UBoxReflectionCaptureComponent) == 0x000010, "Wrong alignment on UBoxReflectionCaptureComponent"); \ +static_assert(sizeof(UBoxReflectionCaptureComponent) == 0x000350, "Wrong size on UBoxReflectionCaptureComponent"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, BoxTransitionDistance) == 0x000338, "Member 'UBoxReflectionCaptureComponent::BoxTransitionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewInfluenceBox) == 0x000340, "Member 'UBoxReflectionCaptureComponent::PreviewInfluenceBox' has a wrong offset!"); \ +static_assert(offsetof(UBoxReflectionCaptureComponent, PreviewCaptureBox) == 0x000348, "Member 'UBoxReflectionCaptureComponent::PreviewCaptureBox' 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_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_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_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_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_UBrushComponent \ +static_assert(alignof(UBrushComponent) == 0x000010, "Wrong alignment on UBrushComponent"); \ +static_assert(sizeof(UBrushComponent) == 0x000580, "Wrong size on UBrushComponent"); \ +static_assert(offsetof(UBrushComponent, Brush) == 0x000568, "Member 'UBrushComponent::Brush' has a wrong offset!"); \ +static_assert(offsetof(UBrushComponent, BrushBodySetup) == 0x000570, "Member 'UBrushComponent::BrushBodySetup' 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_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_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_AExponentialHeightFog \ +static_assert(alignof(AExponentialHeightFog) == 0x000008, "Wrong alignment on AExponentialHeightFog"); \ +static_assert(sizeof(AExponentialHeightFog) == 0x000298, "Wrong size on AExponentialHeightFog"); \ +static_assert(offsetof(AExponentialHeightFog, Component) == 0x000288, "Member 'AExponentialHeightFog::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnim \ +static_assert(alignof(UCameraAnim) == 0x000010, "Wrong alignment on UCameraAnim"); \ +static_assert(sizeof(UCameraAnim) == 0x000840, "Wrong size on UCameraAnim"); \ +static_assert(offsetof(UCameraAnim, CameraInterpGroup) == 0x000028, "Member 'UCameraAnim::CameraInterpGroup' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, AnimLength) == 0x000030, "Member 'UCameraAnim::AnimLength' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BoundingBox) == 0x000038, "Member 'UCameraAnim::BoundingBox' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BaseFOV) == 0x000074, "Member 'UCameraAnim::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BasePostProcessSettings) == 0x000080, "Member 'UCameraAnim::BasePostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnim, BasePostProcessBlendWeight) == 0x000830, "Member 'UCameraAnim::BasePostProcessBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_SetDuration \ +static_assert(alignof(CameraAnimInst_SetDuration) == 0x000004, "Wrong alignment on CameraAnimInst_SetDuration"); \ +static_assert(sizeof(CameraAnimInst_SetDuration) == 0x000004, "Wrong size on CameraAnimInst_SetDuration"); \ +static_assert(offsetof(CameraAnimInst_SetDuration, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetDuration::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_SetScale \ +static_assert(alignof(CameraAnimInst_SetScale) == 0x000004, "Wrong alignment on CameraAnimInst_SetScale"); \ +static_assert(sizeof(CameraAnimInst_SetScale) == 0x000004, "Wrong size on CameraAnimInst_SetScale"); \ +static_assert(offsetof(CameraAnimInst_SetScale, NewDuration) == 0x000000, "Member 'CameraAnimInst_SetScale::NewDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraAnimInst_Stop \ +static_assert(alignof(CameraAnimInst_Stop) == 0x000001, "Wrong alignment on CameraAnimInst_Stop"); \ +static_assert(sizeof(CameraAnimInst_Stop) == 0x000001, "Wrong size on CameraAnimInst_Stop"); \ +static_assert(offsetof(CameraAnimInst_Stop, bImmediate) == 0x000000, "Member 'CameraAnimInst_Stop::bImmediate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimInst \ +static_assert(alignof(UCameraAnimInst) == 0x000010, "Wrong alignment on UCameraAnimInst"); \ +static_assert(sizeof(UCameraAnimInst) == 0x000190, "Wrong size on UCameraAnimInst"); \ +static_assert(offsetof(UCameraAnimInst, CamAnim) == 0x000028, "Member 'UCameraAnimInst::CamAnim' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, InterpGroupInst) == 0x000030, "Member 'UCameraAnimInst::InterpGroupInst' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, PlayRate) == 0x000050, "Member 'UCameraAnimInst::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, MoveTrack) == 0x000068, "Member 'UCameraAnimInst::MoveTrack' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, MoveInst) == 0x000070, "Member 'UCameraAnimInst::MoveInst' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimInst, PlaySpace) == 0x000078, "Member 'UCameraAnimInst::PlaySpace' has a wrong offset!"); \ + +#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_UGameEngine \ +static_assert(alignof(UGameEngine) == 0x000008, "Wrong alignment on UGameEngine"); \ +static_assert(sizeof(UGameEngine) == 0x000E00, "Wrong size on UGameEngine"); \ +static_assert(offsetof(UGameEngine, MaxDeltaTime) == 0x000DB0, "Member 'UGameEngine::MaxDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, ServerFlushLogInterval) == 0x000DB4, "Member 'UGameEngine::ServerFlushLogInterval' has a wrong offset!"); \ +static_assert(offsetof(UGameEngine, GameInstance) == 0x000DB8, "Member 'UGameEngine::GameInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACameraBlockingVolume \ +static_assert(alignof(ACameraBlockingVolume) == 0x000008, "Wrong alignment on ACameraBlockingVolume"); \ +static_assert(sizeof(ACameraBlockingVolume) == 0x0002C0, "Wrong size on ACameraBlockingVolume"); \ + +#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_ACameraShakeSourceActor \ +static_assert(alignof(ACameraShakeSourceActor) == 0x000008, "Wrong alignment on ACameraShakeSourceActor"); \ +static_assert(sizeof(ACameraShakeSourceActor) == 0x000290, "Wrong size on ACameraShakeSourceActor"); \ +static_assert(offsetof(ACameraShakeSourceActor, CameraShakeSourceComponent) == 0x000288, "Member 'ACameraShakeSourceActor::CameraShakeSourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CameraShakeSourceComponent_StartCameraShake \ +static_assert(alignof(CameraShakeSourceComponent_StartCameraShake) == 0x000008, "Wrong alignment on CameraShakeSourceComponent_StartCameraShake"); \ +static_assert(sizeof(CameraShakeSourceComponent_StartCameraShake) == 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) == 0x0002E0, "Wrong size on UCameraShakeSourceComponent"); \ +static_assert(offsetof(UCameraShakeSourceComponent, Attenuation) == 0x0002C0, "Member 'UCameraShakeSourceComponent::Attenuation' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, InnerAttenuationRadius) == 0x0002C4, "Member 'UCameraShakeSourceComponent::InnerAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, OuterAttenuationRadius) == 0x0002C8, "Member 'UCameraShakeSourceComponent::OuterAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, CameraShake) == 0x0002D0, "Member 'UCameraShakeSourceComponent::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UCameraShakeSourceComponent, bAutoStart) == 0x0002D8, "Member 'UCameraShakeSourceComponent::bAutoStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget \ +static_assert(alignof(UTextureRenderTarget) == 0x000010, "Wrong alignment on UTextureRenderTarget"); \ +static_assert(sizeof(UTextureRenderTarget) == 0x000200, "Wrong size on UTextureRenderTarget"); \ +static_assert(offsetof(UTextureRenderTarget, TargetGamma) == 0x0001F0, "Member 'UTextureRenderTarget::TargetGamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2D \ +static_assert(alignof(UTextureRenderTarget2D) == 0x000010, "Wrong alignment on UTextureRenderTarget2D"); \ +static_assert(sizeof(UTextureRenderTarget2D) == 0x000220, "Wrong size on UTextureRenderTarget2D"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeX) == 0x0001F8, "Member 'UTextureRenderTarget2D::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, SizeY) == 0x0001FC, "Member 'UTextureRenderTarget2D::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, ClearColor) == 0x000200, "Member 'UTextureRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressX) == 0x000210, "Member 'UTextureRenderTarget2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, AddressY) == 0x000211, "Member 'UTextureRenderTarget2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, RenderTargetFormat) == 0x000213, "Member 'UTextureRenderTarget2D::RenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsSamplerFilter) == 0x000215, "Member 'UTextureRenderTarget2D::MipsSamplerFilter' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressU) == 0x000216, "Member 'UTextureRenderTarget2D::MipsAddressU' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, MipsAddressV) == 0x000217, "Member 'UTextureRenderTarget2D::MipsAddressV' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2D, OverrideFormat) == 0x000218, "Member 'UTextureRenderTarget2D::OverrideFormat' 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_CanvasRenderTarget2D_CreateCanvasRenderTarget2D \ +static_assert(alignof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ +static_assert(sizeof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D) == 0x000020, "Wrong size on CanvasRenderTarget2D_CreateCanvasRenderTarget2D"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, WorldContextObject) == 0x000000, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, CanvasRenderTarget2DClass) == 0x000008, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::CanvasRenderTarget2DClass' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Width) == 0x000010, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, Height) == 0x000014, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::Height' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_CreateCanvasRenderTarget2D, ReturnValue) == 0x000018, "Member 'CanvasRenderTarget2D_CreateCanvasRenderTarget2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_GetSize \ +static_assert(alignof(CanvasRenderTarget2D_GetSize) == 0x000004, "Wrong alignment on CanvasRenderTarget2D_GetSize"); \ +static_assert(sizeof(CanvasRenderTarget2D_GetSize) == 0x000008, "Wrong size on CanvasRenderTarget2D_GetSize"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSize, Width) == 0x000000, "Member 'CanvasRenderTarget2D_GetSize::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_GetSize, Height) == 0x000004, "Member 'CanvasRenderTarget2D_GetSize::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasRenderTarget2D_ReceiveUpdate \ +static_assert(alignof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000008, "Wrong alignment on CanvasRenderTarget2D_ReceiveUpdate"); \ +static_assert(sizeof(CanvasRenderTarget2D_ReceiveUpdate) == 0x000010, "Wrong size on CanvasRenderTarget2D_ReceiveUpdate"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Canvas) == 0x000000, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Canvas' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Width) == 0x000008, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Width' has a wrong offset!"); \ +static_assert(offsetof(CanvasRenderTarget2D_ReceiveUpdate, Height) == 0x00000C, "Member 'CanvasRenderTarget2D_ReceiveUpdate::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasRenderTarget2D \ +static_assert(alignof(UCanvasRenderTarget2D) == 0x000010, "Wrong alignment on UCanvasRenderTarget2D"); \ +static_assert(sizeof(UCanvasRenderTarget2D) == 0x000240, "Wrong size on UCanvasRenderTarget2D"); \ +static_assert(offsetof(UCanvasRenderTarget2D, OnCanvasRenderTargetUpdate) == 0x000220, "Member 'UCanvasRenderTarget2D::OnCanvasRenderTargetUpdate' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, World) == 0x000230, "Member 'UCanvasRenderTarget2D::World' has a wrong offset!"); \ +static_assert(offsetof(UCanvasRenderTarget2D, bShouldClearRenderTargetOnReceiveUpdate) == 0x000238, "Member 'UCanvasRenderTarget2D::bShouldClearRenderTargetOnReceiveUpdate' 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) == 0x000590, "Wrong size on UCapsuleComponent"); \ +static_assert(offsetof(UCapsuleComponent, CapsuleHalfHeight) == 0x000580, "Member 'UCapsuleComponent::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UCapsuleComponent, capsuleRadius) == 0x000584, "Member 'UCapsuleComponent::capsuleRadius' 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_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_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_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_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) == 0x000300, "Wrong size on UChildActorComponent"); \ +static_assert(offsetof(UChildActorComponent, ChildActorClass) == 0x0002C0, "Member 'UChildActorComponent::ChildActorClass' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActor) == 0x0002C8, "Member 'UChildActorComponent::ChildActor' has a wrong offset!"); \ +static_assert(offsetof(UChildActorComponent, ChildActorTemplate) == 0x0002D0, "Member 'UChildActorComponent::ChildActorTemplate' 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_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_UInterpTrackInstFade \ +static_assert(alignof(UInterpTrackInstFade) == 0x000008, "Wrong alignment on UInterpTrackInstFade"); \ +static_assert(sizeof(UInterpTrackInstFade) == 0x000028, "Wrong size on UInterpTrackInstFade"); \ + +#define DUMPER7_ASSERTS_UChildConnection \ +static_assert(alignof(UChildConnection) == 0x000010, "Wrong alignment on UChildConnection"); \ +static_assert(sizeof(UChildConnection) == 0x003250, "Wrong size on UChildConnection"); \ +static_assert(offsetof(UChildConnection, Parent) == 0x003240, "Member 'UChildConnection::Parent' has a wrong offset!"); \ + +#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_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_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_UInterpTrackInstFloatProp \ +static_assert(alignof(UInterpTrackInstFloatProp) == 0x000008, "Wrong alignment on UInterpTrackInstFloatProp"); \ +static_assert(sizeof(UInterpTrackInstFloatProp) == 0x000060, "Wrong size on UInterpTrackInstFloatProp"); \ +static_assert(offsetof(UInterpTrackInstFloatProp, ResetFloat) == 0x000058, "Member 'UInterpTrackInstFloatProp::ResetFloat' 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_UComponentElementCounterInterface \ +static_assert(alignof(UComponentElementCounterInterface) == 0x000008, "Wrong alignment on UComponentElementCounterInterface"); \ +static_assert(sizeof(UComponentElementCounterInterface) == 0x000030, "Wrong size on UComponentElementCounterInterface"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstDirector \ +static_assert(alignof(UInterpTrackInstDirector) == 0x000008, "Wrong alignment on UInterpTrackInstDirector"); \ +static_assert(sizeof(UInterpTrackInstDirector) == 0x000030, "Wrong size on UInterpTrackInstDirector"); \ +static_assert(offsetof(UInterpTrackInstDirector, OldViewTarget) == 0x000028, "Member 'UInterpTrackInstDirector::OldViewTarget' has a wrong offset!"); \ + +#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_UComponentElementObjectInterface \ +static_assert(alignof(UComponentElementObjectInterface) == 0x000008, "Wrong alignment on UComponentElementObjectInterface"); \ +static_assert(sizeof(UComponentElementObjectInterface) == 0x000030, "Wrong size on UComponentElementObjectInterface"); \ + +#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_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_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_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_UInputVectorAxisDelegateBinding \ +static_assert(alignof(UInputVectorAxisDelegateBinding) == 0x000008, "Wrong alignment on UInputVectorAxisDelegateBinding"); \ +static_assert(sizeof(UInputVectorAxisDelegateBinding) == 0x000038, "Wrong size on UInputVectorAxisDelegateBinding"); \ + +#define DUMPER7_ASSERTS_UActorComponentInstanceDataTransientOuter \ +static_assert(alignof(UActorComponentInstanceDataTransientOuter) == 0x000008, "Wrong alignment on UActorComponentInstanceDataTransientOuter"); \ +static_assert(sizeof(UActorComponentInstanceDataTransientOuter) == 0x000028, "Wrong size on UActorComponentInstanceDataTransientOuter"); \ + +#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, ExcludedAutocorrectOS) == 0x000040, "Member 'UInputSettings::ExcludedAutocorrectOS' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectCultures) == 0x000050, "Member 'UInputSettings::ExcludedAutocorrectCultures' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ExcludedAutocorrectDeviceModels) == 0x000060, "Member 'UInputSettings::ExcludedAutocorrectDeviceModels' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseCaptureMode) == 0x000070, "Member 'UInputSettings::DefaultViewportMouseCaptureMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultViewportMouseLockMode) == 0x000071, "Member 'UInputSettings::DefaultViewportMouseLockMode' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, FOVScale) == 0x000074, "Member 'UInputSettings::FOVScale' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DoubleClickTime) == 0x000078, "Member 'UInputSettings::DoubleClickTime' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ActionMappings) == 0x000080, "Member 'UInputSettings::ActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, AxisMappings) == 0x000090, "Member 'UInputSettings::AxisMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, SpeechMappings) == 0x0000A0, "Member 'UInputSettings::SpeechMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultPlayerInputClass) == 0x0000B0, "Member 'UInputSettings::DefaultPlayerInputClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultInputComponentClass) == 0x0000D8, "Member 'UInputSettings::DefaultInputComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, DefaultTouchInterface) == 0x000100, "Member 'UInputSettings::DefaultTouchInterface' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKey) == 0x000118, "Member 'UInputSettings::ConsoleKey' has a wrong offset!"); \ +static_assert(offsetof(UInputSettings, ConsoleKeys) == 0x000130, "Member 'UInputSettings::ConsoleKeys' 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_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_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_UControlChannel \ +static_assert(alignof(UControlChannel) == 0x000008, "Wrong alignment on UControlChannel"); \ +static_assert(sizeof(UControlChannel) == 0x000080, "Wrong size on UControlChannel"); \ + +#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_ARuntimeVirtualTextureVolume \ +static_assert(alignof(ARuntimeVirtualTextureVolume) == 0x000008, "Wrong alignment on ARuntimeVirtualTextureVolume"); \ +static_assert(sizeof(ARuntimeVirtualTextureVolume) == 0x000290, "Wrong size on ARuntimeVirtualTextureVolume"); \ +static_assert(offsetof(ARuntimeVirtualTextureVolume, VirtualTextureComponent) == 0x000288, "Member 'ARuntimeVirtualTextureVolume::VirtualTextureComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AInstancedPlacementPartitionActor \ +static_assert(alignof(AInstancedPlacementPartitionActor) == 0x000008, "Wrong alignment on AInstancedPlacementPartitionActor"); \ +static_assert(sizeof(AInstancedPlacementPartitionActor) == 0x000298, "Wrong size on AInstancedPlacementPartitionActor"); \ + +#define DUMPER7_ASSERTS_ACullDistanceVolume \ +static_assert(alignof(ACullDistanceVolume) == 0x000008, "Wrong alignment on ACullDistanceVolume"); \ +static_assert(sizeof(ACullDistanceVolume) == 0x0002D8, "Wrong size on ACullDistanceVolume"); \ +static_assert(offsetof(ACullDistanceVolume, CullDistances) == 0x0002C0, "Member 'ACullDistanceVolume::CullDistances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveBase_GetTimeRange \ +static_assert(alignof(CurveBase_GetTimeRange) == 0x000004, "Wrong alignment on CurveBase_GetTimeRange"); \ +static_assert(sizeof(CurveBase_GetTimeRange) == 0x000008, "Wrong size on CurveBase_GetTimeRange"); \ +static_assert(offsetof(CurveBase_GetTimeRange, MinTime) == 0x000000, "Member 'CurveBase_GetTimeRange::MinTime' has a wrong offset!"); \ +static_assert(offsetof(CurveBase_GetTimeRange, MaxTime) == 0x000004, "Member 'CurveBase_GetTimeRange::MaxTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CurveBase_GetValueRange \ +static_assert(alignof(CurveBase_GetValueRange) == 0x000004, "Wrong alignment on CurveBase_GetValueRange"); \ +static_assert(sizeof(CurveBase_GetValueRange) == 0x000008, "Wrong size on CurveBase_GetValueRange"); \ +static_assert(offsetof(CurveBase_GetValueRange, MinValue) == 0x000000, "Member 'CurveBase_GetValueRange::MinValue' has a wrong offset!"); \ +static_assert(offsetof(CurveBase_GetValueRange, MaxValue) == 0x000004, "Member 'CurveBase_GetValueRange::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCurveBase \ +static_assert(alignof(UCurveBase) == 0x000008, "Wrong alignment on UCurveBase"); \ +static_assert(sizeof(UCurveBase) == 0x000030, "Wrong size on UCurveBase"); \ + +#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_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_USceneCaptureComponentCube \ +static_assert(alignof(USceneCaptureComponentCube) == 0x000010, "Wrong alignment on USceneCaptureComponentCube"); \ +static_assert(sizeof(USceneCaptureComponentCube) == 0x0003B0, "Wrong size on USceneCaptureComponentCube"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTarget) == 0x000378, "Member 'USceneCaptureComponentCube::TextureTarget' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, bCaptureRotation) == 0x000380, "Member 'USceneCaptureComponentCube::bCaptureRotation' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetLeft) == 0x000388, "Member 'USceneCaptureComponentCube::TextureTargetLeft' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetRight) == 0x000390, "Member 'USceneCaptureComponentCube::TextureTargetRight' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, TextureTargetODS) == 0x000398, "Member 'USceneCaptureComponentCube::TextureTargetODS' has a wrong offset!"); \ +static_assert(offsetof(USceneCaptureComponentCube, IPD) == 0x0003A0, "Member 'USceneCaptureComponentCube::IPD' 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) == 0x000010, "Wrong alignment on UCurveLinearColorAtlas"); \ +static_assert(sizeof(UCurveLinearColorAtlas) == 0x0002D0, "Wrong size on UCurveLinearColorAtlas"); \ +static_assert(offsetof(UCurveLinearColorAtlas, TextureSize) == 0x0002A8, "Member 'UCurveLinearColorAtlas::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColorAtlas, TextureHeight) == 0x0002B0, "Member 'UCurveLinearColorAtlas::TextureHeight' has a wrong offset!"); \ +static_assert(offsetof(UCurveLinearColorAtlas, GradientCurves) == 0x0002B8, "Member 'UCurveLinearColorAtlas::GradientCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShadowMapTexture2D \ +static_assert(alignof(UShadowMapTexture2D) == 0x000010, "Wrong alignment on UShadowMapTexture2D"); \ +static_assert(sizeof(UShadowMapTexture2D) == 0x0002B0, "Wrong size on UShadowMapTexture2D"); \ +static_assert(offsetof(UShadowMapTexture2D, ShadowmapFlags) == 0x0002A8, "Member 'UShadowMapTexture2D::ShadowmapFlags' 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_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_UMaterialExpressionHairAttributes \ +static_assert(alignof(UMaterialExpressionHairAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionHairAttributes"); \ +static_assert(sizeof(UMaterialExpressionHairAttributes) == 0x000048, "Wrong size on UMaterialExpressionHairAttributes"); \ + +#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_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_USkeletalBodySetup \ +static_assert(alignof(USkeletalBodySetup) == 0x000008, "Wrong alignment on USkeletalBodySetup"); \ +static_assert(sizeof(USkeletalBodySetup) == 0x0002F0, "Wrong size on USkeletalBodySetup"); \ +static_assert(offsetof(USkeletalBodySetup, bSkipScaleFromAnimation) == 0x0002D8, "Member 'USkeletalBodySetup::bSkipScaleFromAnimation' has a wrong offset!"); \ +static_assert(offsetof(USkeletalBodySetup, PhysicalAnimationData) == 0x0002E0, "Member 'USkeletalBodySetup::PhysicalAnimationData' has a wrong offset!"); \ + +#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_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_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) == 0x000508, "Wrong size on AWorldDataLayers"); \ +static_assert(offsetof(AWorldDataLayers, WorldDataLayers) == 0x000328, "Member 'AWorldDataLayers::WorldDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepActiveDataLayerNames) == 0x000378, "Member 'AWorldDataLayers::RepActiveDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepLoadedDataLayerNames) == 0x000388, "Member 'AWorldDataLayers::RepLoadedDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepEffectiveActiveDataLayerNames) == 0x000438, "Member 'AWorldDataLayers::RepEffectiveActiveDataLayerNames' has a wrong offset!"); \ +static_assert(offsetof(AWorldDataLayers, RepEffectiveLoadedDataLayerNames) == 0x000448, "Member 'AWorldDataLayers::RepEffectiveLoadedDataLayerNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackAnimControl \ +static_assert(alignof(UInterpTrackAnimControl) == 0x000008, "Wrong alignment on UInterpTrackAnimControl"); \ +static_assert(sizeof(UInterpTrackAnimControl) == 0x0000B0, "Wrong size on UInterpTrackAnimControl"); \ +static_assert(offsetof(UInterpTrackAnimControl, SlotName) == 0x000090, "Member 'UInterpTrackAnimControl::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackAnimControl, AnimSeqs) == 0x000098, "Member 'UInterpTrackAnimControl::AnimSeqs' 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_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_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) == 0x000090, "Wrong size on UDataLayerSubsystem"); \ +static_assert(offsetof(UDataLayerSubsystem, OnDataLayerRuntimeStateChanged) == 0x000030, "Member 'UDataLayerSubsystem::OnDataLayerRuntimeStateChanged' 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_GetCurrentSwing1 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing1) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing1"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing1, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing1::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentSwing2 \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentSwing2) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentSwing2"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentSwing2, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentSwing2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PhysicsConstraintComponent_GetCurrentTwist \ +static_assert(alignof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong alignment on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(sizeof(PhysicsConstraintComponent_GetCurrentTwist) == 0x000004, "Wrong size on PhysicsConstraintComponent_GetCurrentTwist"); \ +static_assert(offsetof(PhysicsConstraintComponent_GetCurrentTwist, ReturnValue) == 0x000000, "Member 'PhysicsConstraintComponent_GetCurrentTwist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsConstraintComponent \ +static_assert(alignof(UPhysicsConstraintComponent) == 0x000010, "Wrong alignment on UPhysicsConstraintComponent"); \ +static_assert(sizeof(UPhysicsConstraintComponent) == 0x000590, "Wrong size on UPhysicsConstraintComponent"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor1) == 0x0002C0, "Member 'UPhysicsConstraintComponent::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName1) == 0x0002C8, "Member 'UPhysicsConstraintComponent::ComponentName1' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintActor2) == 0x0002D0, "Member 'UPhysicsConstraintComponent::ConstraintActor2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ComponentName2) == 0x0002D8, "Member 'UPhysicsConstraintComponent::ComponentName2' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintSetup) == 0x0002F0, "Member 'UPhysicsConstraintComponent::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnConstraintBroken) == 0x0002F8, "Member 'UPhysicsConstraintComponent::OnConstraintBroken' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, OnPlasticDeformation) == 0x000308, "Member 'UPhysicsConstraintComponent::OnPlasticDeformation' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsConstraintComponent, ConstraintInstance) == 0x000318, "Member 'UPhysicsConstraintComponent::ConstraintInstance' 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_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_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_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_UDataTableFunctionLibrary \ +static_assert(alignof(UDataTableFunctionLibrary) == 0x000008, "Wrong alignment on UDataTableFunctionLibrary"); \ +static_assert(sizeof(UDataTableFunctionLibrary) == 0x000028, "Wrong size on UDataTableFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActivate \ +static_assert(alignof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActivate"); \ +static_assert(sizeof(DebugCameraController_ReceiveOnActivate) == 0x000008, "Wrong size on DebugCameraController_ReceiveOnActivate"); \ +static_assert(offsetof(DebugCameraController_ReceiveOnActivate, OriginalPC) == 0x000000, "Member 'DebugCameraController_ReceiveOnActivate::OriginalPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DebugCameraController_ReceiveOnActorSelected \ +static_assert(alignof(DebugCameraController_ReceiveOnActorSelected) == 0x000008, "Wrong alignment on DebugCameraController_ReceiveOnActorSelected"); \ +static_assert(sizeof(DebugCameraController_ReceiveOnActorSelected) == 0x000120, "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) == 0x000958, "Wrong size on ADebugCameraController"); \ +static_assert(offsetof(ADebugCameraController, DrawFrustum) == 0x0007E0, "Member 'ADebugCameraController::DrawFrustum' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedActor) == 0x0007E8, "Member 'ADebugCameraController::SelectedActor' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedComponent) == 0x0007F0, "Member 'ADebugCameraController::SelectedComponent' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SelectedHitPoint) == 0x0007F8, "Member 'ADebugCameraController::SelectedHitPoint' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalControllerRef) == 0x0008E0, "Member 'ADebugCameraController::OriginalControllerRef' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, OriginalPlayer) == 0x0008E8, "Member 'ADebugCameraController::OriginalPlayer' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, SpeedScale) == 0x0008F0, "Member 'ADebugCameraController::SpeedScale' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialMaxSpeed) == 0x0008F4, "Member 'ADebugCameraController::InitialMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialAccel) == 0x0008F8, "Member 'ADebugCameraController::InitialAccel' has a wrong offset!"); \ +static_assert(offsetof(ADebugCameraController, InitialDecel) == 0x0008FC, "Member 'ADebugCameraController::InitialDecel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_OnParticleSystemFinished \ +static_assert(alignof(Emitter_OnParticleSystemFinished) == 0x000008, "Wrong alignment on Emitter_OnParticleSystemFinished"); \ +static_assert(sizeof(Emitter_OnParticleSystemFinished) == 0x000008, "Wrong size on Emitter_OnParticleSystemFinished"); \ +static_assert(offsetof(Emitter_OnParticleSystemFinished, FinishedComponent) == 0x000000, "Member 'Emitter_OnParticleSystemFinished::FinishedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Emitter_SetActorParameter \ +static_assert(alignof(Emitter_SetActorParameter) == 0x000008, "Wrong alignment on Emitter_SetActorParameter"); \ +static_assert(sizeof(Emitter_SetActorParameter) == 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) == 0x0002D8, "Wrong size on AEmitter"); \ +static_assert(offsetof(AEmitter, ParticleSystemComponent) == 0x000288, "Member 'AEmitter::ParticleSystemComponent' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleSpawn) == 0x000298, "Member 'AEmitter::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleBurst) == 0x0002A8, "Member 'AEmitter::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleDeath) == 0x0002B8, "Member 'AEmitter::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(AEmitter, OnParticleCollide) == 0x0002C8, "Member 'AEmitter::OnParticleCollide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEmitterCameraLensEffectBase \ +static_assert(alignof(AEmitterCameraLensEffectBase) == 0x000010, "Wrong alignment on AEmitterCameraLensEffectBase"); \ +static_assert(sizeof(AEmitterCameraLensEffectBase) == 0x000370, "Wrong size on AEmitterCameraLensEffectBase"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, PS_CameraEffect) == 0x0002E0, "Member 'AEmitterCameraLensEffectBase::PS_CameraEffect' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseCamera) == 0x0002E8, "Member 'AEmitterCameraLensEffectBase::BaseCamera' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, RelativeTransform) == 0x0002F0, "Member 'AEmitterCameraLensEffectBase::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, BaseFOV) == 0x000350, "Member 'AEmitterCameraLensEffectBase::BaseFOV' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, EmittersToTreatAsSame) == 0x000358, "Member 'AEmitterCameraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(AEmitterCameraLensEffectBase, DistFromCamera) == 0x000368, "Member 'AEmitterCameraLensEffectBase::DistFromCamera' 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_UPhysicsSettings \ +static_assert(alignof(UPhysicsSettings) == 0x000008, "Wrong alignment on UPhysicsSettings"); \ +static_assert(sizeof(UPhysicsSettings) == 0x0001F0, "Wrong size on UPhysicsSettings"); \ +static_assert(offsetof(UPhysicsSettings, PhysicErrorCorrection) == 0x0000E8, "Member 'UPhysicsSettings::PhysicErrorCorrection' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, LockedAxis) == 0x00011C, "Member 'UPhysicsSettings::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultDegreesOfFreedom) == 0x00011D, "Member 'UPhysicsSettings::DefaultDegreesOfFreedom' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSuppressFaceRemapTable) == 0x00011E, "Member 'UPhysicsSettings::bSuppressFaceRemapTable' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSupportUVFromHitResults) == 0x00011F, "Member 'UPhysicsSettings::bSupportUVFromHitResults' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableActiveActors) == 0x000120, "Member 'UPhysicsSettings::bDisableActiveActors' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicStaticPairs) == 0x000121, "Member 'UPhysicsSettings::bDisableKinematicStaticPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableKinematicKinematicPairs) == 0x000122, "Member 'UPhysicsSettings::bDisableKinematicKinematicPairs' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bDisableCCD) == 0x000123, "Member 'UPhysicsSettings::bDisableCCD' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bEnableEnhancedDeterminism) == 0x000124, "Member 'UPhysicsSettings::bEnableEnhancedDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, AnimPhysicsMinDeltaTime) == 0x000128, "Member 'UPhysicsSettings::AnimPhysicsMinDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSimulateAnimPhysicsAfterReset) == 0x00012C, "Member 'UPhysicsSettings::bSimulateAnimPhysicsAfterReset' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MinPhysicsDeltaTime) == 0x000130, "Member 'UPhysicsSettings::MinPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxPhysicsDeltaTime) == 0x000134, "Member 'UPhysicsSettings::MaxPhysicsDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubstepping) == 0x000138, "Member 'UPhysicsSettings::bSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bSubsteppingAsync) == 0x000139, "Member 'UPhysicsSettings::bSubsteppingAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, bTickPhysicsAsync) == 0x00013A, "Member 'UPhysicsSettings::bTickPhysicsAsync' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, AsyncFixedTimeStepSize) == 0x00013C, "Member 'UPhysicsSettings::AsyncFixedTimeStepSize' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubstepDeltaTime) == 0x000140, "Member 'UPhysicsSettings::MaxSubstepDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MaxSubsteps) == 0x000144, "Member 'UPhysicsSettings::MaxSubsteps' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, SyncSceneSmoothingFactor) == 0x000148, "Member 'UPhysicsSettings::SyncSceneSmoothingFactor' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, InitialAverageFrameRate) == 0x00014C, "Member 'UPhysicsSettings::InitialAverageFrameRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysXTreeRebuildRate) == 0x000150, "Member 'UPhysicsSettings::PhysXTreeRebuildRate' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, PhysicalSurfaces) == 0x000158, "Member 'UPhysicsSettings::PhysicalSurfaces' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, DefaultBroadphaseSettings) == 0x000168, "Member 'UPhysicsSettings::DefaultBroadphaseSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, MinDeltaVelocityForHitEvents) == 0x0001E8, "Member 'UPhysicsSettings::MinDeltaVelocityForHitEvents' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettings, ChaosSettings) == 0x0001EC, "Member 'UPhysicsSettings::ChaosSettings' 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_SetDecalMaterial \ +static_assert(alignof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_SetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_SetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_SetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_SetDecalMaterial, NewDecalMaterial) == 0x000000, "Member 'DecalComponent_SetDecalMaterial::NewDecalMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeIn \ +static_assert(alignof(DecalComponent_SetFadeIn) == 0x000004, "Wrong alignment on DecalComponent_SetFadeIn"); \ +static_assert(sizeof(DecalComponent_SetFadeIn) == 0x000008, "Wrong size on DecalComponent_SetFadeIn"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeIn::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeIn, Duaration) == 0x000004, "Member 'DecalComponent_SetFadeIn::Duaration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeOut \ +static_assert(alignof(DecalComponent_SetFadeOut) == 0x000004, "Wrong alignment on DecalComponent_SetFadeOut"); \ +static_assert(sizeof(DecalComponent_SetFadeOut) == 0x00000C, "Wrong size on DecalComponent_SetFadeOut"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, StartDelay) == 0x000000, "Member 'DecalComponent_SetFadeOut::StartDelay' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, Duration) == 0x000004, "Member 'DecalComponent_SetFadeOut::Duration' has a wrong offset!"); \ +static_assert(offsetof(DecalComponent_SetFadeOut, DestroyOwnerAfterFade) == 0x000008, "Member 'DecalComponent_SetFadeOut::DestroyOwnerAfterFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetFadeScreenSize \ +static_assert(alignof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong alignment on DecalComponent_SetFadeScreenSize"); \ +static_assert(sizeof(DecalComponent_SetFadeScreenSize) == 0x000004, "Wrong size on DecalComponent_SetFadeScreenSize"); \ +static_assert(offsetof(DecalComponent_SetFadeScreenSize, NewFadeScreenSize) == 0x000000, "Member 'DecalComponent_SetFadeScreenSize::NewFadeScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_SetSortOrder \ +static_assert(alignof(DecalComponent_SetSortOrder) == 0x000004, "Wrong alignment on DecalComponent_SetSortOrder"); \ +static_assert(sizeof(DecalComponent_SetSortOrder) == 0x000004, "Wrong size on DecalComponent_SetSortOrder"); \ +static_assert(offsetof(DecalComponent_SetSortOrder, Value) == 0x000000, "Member 'DecalComponent_SetSortOrder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetDecalMaterial \ +static_assert(alignof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong alignment on DecalComponent_GetDecalMaterial"); \ +static_assert(sizeof(DecalComponent_GetDecalMaterial) == 0x000008, "Wrong size on DecalComponent_GetDecalMaterial"); \ +static_assert(offsetof(DecalComponent_GetDecalMaterial, ReturnValue) == 0x000000, "Member 'DecalComponent_GetDecalMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeDuration \ +static_assert(alignof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInDuration \ +static_assert(alignof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInDuration"); \ +static_assert(sizeof(DecalComponent_GetFadeInDuration) == 0x000004, "Wrong size on DecalComponent_GetFadeInDuration"); \ +static_assert(offsetof(DecalComponent_GetFadeInDuration, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeInStartDelay \ +static_assert(alignof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeInStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeInStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeInStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeInStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeInStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DecalComponent_GetFadeStartDelay \ +static_assert(alignof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong alignment on DecalComponent_GetFadeStartDelay"); \ +static_assert(sizeof(DecalComponent_GetFadeStartDelay) == 0x000004, "Wrong size on DecalComponent_GetFadeStartDelay"); \ +static_assert(offsetof(DecalComponent_GetFadeStartDelay, ReturnValue) == 0x000000, "Member 'DecalComponent_GetFadeStartDelay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDecalComponent \ +static_assert(alignof(UDecalComponent) == 0x000010, "Wrong alignment on UDecalComponent"); \ +static_assert(sizeof(UDecalComponent) == 0x000310, "Wrong size on UDecalComponent"); \ +static_assert(offsetof(UDecalComponent, DecalMaterial) == 0x0002C0, "Member 'UDecalComponent::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, SortOrder) == 0x0002C8, "Member 'UDecalComponent::SortOrder' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeScreenSize) == 0x0002CC, "Member 'UDecalComponent::FadeScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeStartDelay) == 0x0002D0, "Member 'UDecalComponent::FadeStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeDuration) == 0x0002D4, "Member 'UDecalComponent::FadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInDuration) == 0x0002D8, "Member 'UDecalComponent::FadeInDuration' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, FadeInStartDelay) == 0x0002DC, "Member 'UDecalComponent::FadeInStartDelay' has a wrong offset!"); \ +static_assert(offsetof(UDecalComponent, DecalSize) == 0x0002E8, "Member 'UDecalComponent::DecalSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVectorBase \ +static_assert(alignof(UInterpTrackVectorBase) == 0x000008, "Wrong alignment on UInterpTrackVectorBase"); \ +static_assert(sizeof(UInterpTrackVectorBase) == 0x000090, "Wrong size on UInterpTrackVectorBase"); \ +static_assert(offsetof(UInterpTrackVectorBase, VectorTrack) == 0x000070, "Member 'UInterpTrackVectorBase::VectorTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackVectorBase, CurveTension) == 0x000088, "Member 'UInterpTrackVectorBase::CurveTension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackAudioMaster \ +static_assert(alignof(UInterpTrackAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackAudioMaster"); \ +static_assert(sizeof(UInterpTrackAudioMaster) == 0x000090, "Wrong size on UInterpTrackAudioMaster"); \ + +#define DUMPER7_ASSERTS_ADefaultPhysicsVolume \ +static_assert(alignof(ADefaultPhysicsVolume) == 0x000008, "Wrong alignment on ADefaultPhysicsVolume"); \ +static_assert(sizeof(ADefaultPhysicsVolume) == 0x0002D0, "Wrong size on ADefaultPhysicsVolume"); \ + +#define DUMPER7_ASSERTS_UInterpGroupInst \ +static_assert(alignof(UInterpGroupInst) == 0x000008, "Wrong alignment on UInterpGroupInst"); \ +static_assert(sizeof(UInterpGroupInst) == 0x000048, "Wrong size on UInterpGroupInst"); \ +static_assert(offsetof(UInterpGroupInst, Group) == 0x000028, "Member 'UInterpGroupInst::Group' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroupInst, GroupActor) == 0x000030, "Member 'UInterpGroupInst::GroupActor' has a wrong offset!"); \ +static_assert(offsetof(UInterpGroupInst, TrackInst) == 0x000038, "Member 'UInterpGroupInst::TrackInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpGroupInstDirector \ +static_assert(alignof(UInterpGroupInstDirector) == 0x000008, "Wrong alignment on UInterpGroupInstDirector"); \ +static_assert(sizeof(UInterpGroupInstDirector) == 0x000048, "Wrong size on UInterpGroupInstDirector"); \ + +#define DUMPER7_ASSERTS_UDemoNetConnection \ +static_assert(alignof(UDemoNetConnection) == 0x000010, "Wrong alignment on UDemoNetConnection"); \ +static_assert(sizeof(UDemoNetConnection) == 0x003290, "Wrong size on UDemoNetConnection"); \ + +#define DUMPER7_ASSERTS_UDemoNetDriver \ +static_assert(alignof(UDemoNetDriver) == 0x000008, "Wrong alignment on UDemoNetDriver"); \ +static_assert(sizeof(UDemoNetDriver) == 0x001278, "Wrong size on UDemoNetDriver"); \ +static_assert(offsetof(UDemoNetDriver, RollbackNetStartupActors) == 0x0007C0, "Member 'UDemoNetDriver::RollbackNetStartupActors' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, CheckpointSaveMaxMSPerFrame) == 0x0008B4, "Member 'UDemoNetDriver::CheckpointSaveMaxMSPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, MulticastRecordOptions) == 0x0008D8, "Member 'UDemoNetDriver::MulticastRecordOptions' has a wrong offset!"); \ +static_assert(offsetof(UDemoNetDriver, SpectatorControllers) == 0x0008E8, "Member 'UDemoNetDriver::SpectatorControllers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleModuleRequired \ +static_assert(alignof(UParticleModuleRequired) == 0x000008, "Wrong alignment on UParticleModuleRequired"); \ +static_assert(sizeof(UParticleModuleRequired) == 0x000178, "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_UInterpTrackDirector \ +static_assert(alignof(UInterpTrackDirector) == 0x000008, "Wrong alignment on UInterpTrackDirector"); \ +static_assert(sizeof(UInterpTrackDirector) == 0x000088, "Wrong size on UInterpTrackDirector"); \ +static_assert(offsetof(UInterpTrackDirector, CutTrack) == 0x000070, "Member 'UInterpTrackDirector::CutTrack' 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_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_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_UInterpTrackFloatMaterialParam \ +static_assert(alignof(UInterpTrackFloatMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackFloatMaterialParam"); \ +static_assert(sizeof(UInterpTrackFloatMaterialParam) == 0x0000A8, "Wrong size on UInterpTrackFloatMaterialParam"); \ +static_assert(offsetof(UInterpTrackFloatMaterialParam, TargetMaterials) == 0x000090, "Member 'UInterpTrackFloatMaterialParam::TargetMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackFloatMaterialParam, ParamName) == 0x0000A0, "Member 'UInterpTrackFloatMaterialParam::ParamName' has a wrong offset!"); \ + +#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_UDialogueSoundWaveProxy \ +static_assert(alignof(UDialogueSoundWaveProxy) == 0x000008, "Wrong alignment on UDialogueSoundWaveProxy"); \ +static_assert(sizeof(UDialogueSoundWaveProxy) == 0x000188, "Wrong size on UDialogueSoundWaveProxy"); \ + +#define DUMPER7_ASSERTS_UInterpTrackColorProp \ +static_assert(alignof(UInterpTrackColorProp) == 0x000008, "Wrong alignment on UInterpTrackColorProp"); \ +static_assert(sizeof(UInterpTrackColorProp) == 0x000098, "Wrong size on UInterpTrackColorProp"); \ +static_assert(offsetof(UInterpTrackColorProp, PropertyName) == 0x000090, "Member 'UInterpTrackColorProp::PropertyName' 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_UParticleModuleSizeBase \ +static_assert(alignof(UParticleModuleSizeBase) == 0x000008, "Wrong alignment on UParticleModuleSizeBase"); \ +static_assert(sizeof(UParticleModuleSizeBase) == 0x000030, "Wrong size on UParticleModuleSizeBase"); \ + +#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_ADirectionalLight \ +static_assert(alignof(ADirectionalLight) == 0x000008, "Wrong alignment on ADirectionalLight"); \ +static_assert(sizeof(ADirectionalLight) == 0x000298, "Wrong size on ADirectionalLight"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatMaterialParam \ +static_assert(alignof(UInterpTrackInstFloatMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatMaterialParam"); \ +static_assert(sizeof(UInterpTrackInstFloatMaterialParam) == 0x000060, "Wrong size on UInterpTrackInstFloatMaterialParam"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, MaterialInstances) == 0x000028, "Member 'UInterpTrackInstFloatMaterialParam::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, ResetFloats) == 0x000038, "Member 'UInterpTrackInstFloatMaterialParam::ResetFloats' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, PrimitiveMaterialRefs) == 0x000048, "Member 'UInterpTrackInstFloatMaterialParam::PrimitiveMaterialRefs' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatMaterialParam, InstancedTrack) == 0x000058, "Member 'UInterpTrackInstFloatMaterialParam::InstancedTrack' 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_UInterpTrackInstColorProp \ +static_assert(alignof(UInterpTrackInstColorProp) == 0x000008, "Wrong alignment on UInterpTrackInstColorProp"); \ +static_assert(sizeof(UInterpTrackInstColorProp) == 0x000060, "Wrong size on UInterpTrackInstColorProp"); \ +static_assert(offsetof(UInterpTrackInstColorProp, ResetColor) == 0x000058, "Member 'UInterpTrackInstColorProp::ResetColor' 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) == 0x0004E0, "Wrong size on UDirectionalLightComponent"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowCascadeBiasDistribution) == 0x000410, "Member 'UDirectionalLightComponent::ShadowCascadeBiasDistribution' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionMaskDarkness) == 0x000418, "Member 'UDirectionalLightComponent::OcclusionMaskDarkness' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, OcclusionDepthRange) == 0x00041C, "Member 'UDirectionalLightComponent::OcclusionDepthRange' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightShaftOverrideDirection) == 0x000420, "Member 'UDirectionalLightComponent::LightShaftOverrideDirection' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, WholeSceneDynamicShadowRadius) == 0x000438, "Member 'UDirectionalLightComponent::WholeSceneDynamicShadowRadius' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceMovableLight) == 0x00043C, "Member 'UDirectionalLightComponent::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowDistanceStationaryLight) == 0x000440, "Member 'UDirectionalLightComponent::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DynamicShadowCascades) == 0x000444, "Member 'UDirectionalLightComponent::DynamicShadowCascades' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeDistributionExponent) == 0x000448, "Member 'UDirectionalLightComponent::CascadeDistributionExponent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CascadeTransitionFraction) == 0x00044C, "Member 'UDirectionalLightComponent::CascadeTransitionFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowDistanceFadeoutFraction) == 0x000450, "Member 'UDirectionalLightComponent::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowCascadeCount) == 0x000458, "Member 'UDirectionalLightComponent::FarShadowCascadeCount' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, FarShadowDistance) == 0x00045C, "Member 'UDirectionalLightComponent::FarShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, DistanceFieldShadowDistance) == 0x000460, "Member 'UDirectionalLightComponent::DistanceFieldShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ForwardShadingPriority) == 0x000464, "Member 'UDirectionalLightComponent::ForwardShadingPriority' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceAngle) == 0x000468, "Member 'UDirectionalLightComponent::LightSourceAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightSourceSoftAngle) == 0x00046C, "Member 'UDirectionalLightComponent::LightSourceSoftAngle' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowSourceAngleFactor) == 0x000470, "Member 'UDirectionalLightComponent::ShadowSourceAngleFactor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, TraceDistance) == 0x000474, "Member 'UDirectionalLightComponent::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunLightIndex) == 0x00047C, "Member 'UDirectionalLightComponent::AtmosphereSunLightIndex' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, AtmosphereSunDiskColorScale) == 0x000480, "Member 'UDirectionalLightComponent::AtmosphereSunDiskColorScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowStrength) == 0x000494, "Member 'UDirectionalLightComponent::CloudShadowStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnAtmosphereStrength) == 0x000498, "Member 'UDirectionalLightComponent::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowOnSurfaceStrength) == 0x00049C, "Member 'UDirectionalLightComponent::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowDepthBias) == 0x0004A0, "Member 'UDirectionalLightComponent::CloudShadowDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowExtent) == 0x0004A4, "Member 'UDirectionalLightComponent::CloudShadowExtent' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowMapResolutionScale) == 0x0004A8, "Member 'UDirectionalLightComponent::CloudShadowMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudShadowRaySampleCountScale) == 0x0004AC, "Member 'UDirectionalLightComponent::CloudShadowRaySampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, CloudScatteredLuminanceScale) == 0x0004B0, "Member 'UDirectionalLightComponent::CloudScatteredLuminanceScale' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, LightmassSettings) == 0x0004C0, "Member 'UDirectionalLightComponent::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ModulatedShadowColor) == 0x0004D4, "Member 'UDirectionalLightComponent::ModulatedShadowColor' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, ShadowAmount) == 0x0004D8, "Member 'UDirectionalLightComponent::ShadowAmount' has a wrong offset!"); \ +static_assert(offsetof(UDirectionalLightComponent, RTShadowPositionOffset) == 0x0004DC, "Member 'UDirectionalLightComponent::RTShadowPositionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackFloatProp \ +static_assert(alignof(UInterpTrackFloatProp) == 0x000008, "Wrong alignment on UInterpTrackFloatProp"); \ +static_assert(sizeof(UInterpTrackFloatProp) == 0x000098, "Wrong size on UInterpTrackFloatProp"); \ +static_assert(offsetof(UInterpTrackFloatProp, PropertyName) == 0x000090, "Member 'UInterpTrackFloatProp::PropertyName' 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_UMaterialExpressionTransform \ +static_assert(alignof(UMaterialExpressionTransform) == 0x000008, "Wrong alignment on UMaterialExpressionTransform"); \ +static_assert(sizeof(UMaterialExpressionTransform) == 0x000058, "Wrong size on UMaterialExpressionTransform"); \ +static_assert(offsetof(UMaterialExpressionTransform, Input) == 0x000040, "Member 'UMaterialExpressionTransform::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformSourceType) == 0x000054, "Member 'UMaterialExpressionTransform::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransform, TransformType) == 0x000055, "Member 'UMaterialExpressionTransform::TransformType' 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_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_UMaterialExpressionVectorNoise \ +static_assert(alignof(UMaterialExpressionVectorNoise) == 0x000008, "Wrong alignment on UMaterialExpressionVectorNoise"); \ +static_assert(sizeof(UMaterialExpressionVectorNoise) == 0x000068, "Wrong size on UMaterialExpressionVectorNoise"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, position) == 0x000040, "Member 'UMaterialExpressionVectorNoise::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, NoiseFunction) == 0x000054, "Member 'UMaterialExpressionVectorNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, Quality) == 0x000058, "Member 'UMaterialExpressionVectorNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVectorNoise, TileSize) == 0x000060, "Member 'UMaterialExpressionVectorNoise::TileSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexTangentWS \ +static_assert(alignof(UMaterialExpressionVertexTangentWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexTangentWS"); \ +static_assert(sizeof(UMaterialExpressionVertexTangentWS) == 0x000040, "Wrong size on UMaterialExpressionVertexTangentWS"); \ + +#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_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_ADocumentationActor \ +static_assert(alignof(ADocumentationActor) == 0x000008, "Wrong alignment on ADocumentationActor"); \ +static_assert(sizeof(ADocumentationActor) == 0x000290, "Wrong size on ADocumentationActor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialInput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialInput) == 0x000040, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialInput"); \ + +#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_UMaterialExpressionSparseVolumeTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureSampleParameter) == 0x0000B0, "Wrong size on UMaterialExpressionSparseVolumeTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, ParameterName) == 0x000088, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, ExpressionGuid) == 0x000090, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::ExpressionGuid' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, Group) == 0x0000A0, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::Group' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSparseVolumeTextureSampleParameter, SortPriority) == 0x0000A8, "Member 'UMaterialExpressionSparseVolumeTextureSampleParameter::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWindDirectionalSource \ +static_assert(alignof(AWindDirectionalSource) == 0x000008, "Wrong alignment on AWindDirectionalSource"); \ +static_assert(sizeof(AWindDirectionalSource) == 0x000290, "Wrong size on AWindDirectionalSource"); \ +static_assert(offsetof(AWindDirectionalSource, Component) == 0x000288, "Member 'AWindDirectionalSource::Component' has a wrong offset!"); \ + +#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_UMaterialExpressionSphericalParticleOpacity \ +static_assert(alignof(UMaterialExpressionSphericalParticleOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(sizeof(UMaterialExpressionSphericalParticleOpacity) == 0x000058, "Wrong size on UMaterialExpressionSphericalParticleOpacity"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, Density) == 0x000040, "Member 'UMaterialExpressionSphericalParticleOpacity::Density' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphericalParticleOpacity, ConstantDensity) == 0x000054, "Member 'UMaterialExpressionSphericalParticleOpacity::ConstantDensity' has a wrong offset!"); \ + +#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_UFontFace \ +static_assert(alignof(UFontFace) == 0x000008, "Wrong alignment on UFontFace"); \ +static_assert(sizeof(UFontFace) == 0x000058, "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!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPinBase \ +static_assert(alignof(UMaterialExpressionPinBase) == 0x000008, "Wrong alignment on UMaterialExpressionPinBase"); \ +static_assert(sizeof(UMaterialExpressionPinBase) == 0x000058, "Wrong size on UMaterialExpressionPinBase"); \ +static_assert(offsetof(UMaterialExpressionPinBase, ReroutePins) == 0x000040, "Member 'UMaterialExpressionPinBase::ReroutePins' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPinBase, PinDirection) == 0x000050, "Member 'UMaterialExpressionPinBase::PinDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UForceFeedbackEffect \ +static_assert(alignof(UForceFeedbackEffect) == 0x000008, "Wrong alignment on UForceFeedbackEffect"); \ +static_assert(sizeof(UForceFeedbackEffect) == 0x000040, "Wrong size on UForceFeedbackEffect"); \ +static_assert(offsetof(UForceFeedbackEffect, ChannelDetails) == 0x000028, "Member 'UForceFeedbackEffect::ChannelDetails' has a wrong offset!"); \ +static_assert(offsetof(UForceFeedbackEffect, Duration) == 0x000038, "Member 'UForceFeedbackEffect::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPrecomputedAOMask \ +static_assert(alignof(UMaterialExpressionPrecomputedAOMask) == 0x000008, "Wrong alignment on UMaterialExpressionPrecomputedAOMask"); \ +static_assert(sizeof(UMaterialExpressionPrecomputedAOMask) == 0x000040, "Wrong size on UMaterialExpressionPrecomputedAOMask"); \ + +#define DUMPER7_ASSERTS_AGameSession \ +static_assert(alignof(AGameSession) == 0x000008, "Wrong alignment on AGameSession"); \ +static_assert(sizeof(AGameSession) == 0x0002A0, "Wrong size on AGameSession"); \ +static_assert(offsetof(AGameSession, MaxSpectators) == 0x000288, "Member 'AGameSession::MaxSpectators' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPlayers) == 0x00028C, "Member 'AGameSession::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxPartySize) == 0x000290, "Member 'AGameSession::MaxPartySize' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, MaxSplitscreensPerConnection) == 0x000294, "Member 'AGameSession::MaxSplitscreensPerConnection' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, bRequiresPushToTalk) == 0x000295, "Member 'AGameSession::bRequiresPushToTalk' has a wrong offset!"); \ +static_assert(offsetof(AGameSession, SessionName) == 0x000298, "Member 'AGameSession::SessionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreviousFrameSwitch \ +static_assert(alignof(UMaterialExpressionPreviousFrameSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(sizeof(UMaterialExpressionPreviousFrameSwitch) == 0x000068, "Wrong size on UMaterialExpressionPreviousFrameSwitch"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, CurrentFrame) == 0x000040, "Member 'UMaterialExpressionPreviousFrameSwitch::CurrentFrame' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPreviousFrameSwitch, PreviousFrame) == 0x000054, "Member 'UMaterialExpressionPreviousFrameSwitch::PreviousFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSWorldCompositionStreamingSourceComponent_IsStreamingSourceEnabled \ +static_assert(alignof(GSWorldCompositionStreamingSourceComponent_IsStreamingSourceEnabled) == 0x000001, "Wrong alignment on GSWorldCompositionStreamingSourceComponent_IsStreamingSourceEnabled"); \ +static_assert(sizeof(GSWorldCompositionStreamingSourceComponent_IsStreamingSourceEnabled) == 0x000001, "Wrong size on GSWorldCompositionStreamingSourceComponent_IsStreamingSourceEnabled"); \ +static_assert(offsetof(GSWorldCompositionStreamingSourceComponent_IsStreamingSourceEnabled, ReturnValue) == 0x000000, "Member 'GSWorldCompositionStreamingSourceComponent_IsStreamingSourceEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSWorldCompositionStreamingSourceComponent \ +static_assert(alignof(UGSWorldCompositionStreamingSourceComponent) == 0x000008, "Wrong alignment on UGSWorldCompositionStreamingSourceComponent"); \ +static_assert(sizeof(UGSWorldCompositionStreamingSourceComponent) == 0x0000C8, "Wrong size on UGSWorldCompositionStreamingSourceComponent"); \ +static_assert(offsetof(UGSWorldCompositionStreamingSourceComponent, bStreamingSourceEnabled) == 0x0000C0, "Member 'UGSWorldCompositionStreamingSourceComponent::bStreamingSourceEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSubtract \ +static_assert(alignof(UMaterialExpressionSubtract) == 0x000008, "Wrong alignment on UMaterialExpressionSubtract"); \ +static_assert(sizeof(UMaterialExpressionSubtract) == 0x000070, "Wrong size on UMaterialExpressionSubtract"); \ +static_assert(offsetof(UMaterialExpressionSubtract, A) == 0x000040, "Member 'UMaterialExpressionSubtract::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, B) == 0x000054, "Member 'UMaterialExpressionSubtract::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstA) == 0x000068, "Member 'UMaterialExpressionSubtract::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSubtract, ConstB) == 0x00006C, "Member 'UMaterialExpressionSubtract::ConstB' 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_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!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTemporalSobol \ +static_assert(alignof(UMaterialExpressionTemporalSobol) == 0x000008, "Wrong alignment on UMaterialExpressionTemporalSobol"); \ +static_assert(sizeof(UMaterialExpressionTemporalSobol) == 0x000080, "Wrong size on UMaterialExpressionTemporalSobol"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Index_0) == 0x000040, "Member 'UMaterialExpressionTemporalSobol::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, Seed) == 0x000054, "Member 'UMaterialExpressionTemporalSobol::Seed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstIndex) == 0x000068, "Member 'UMaterialExpressionTemporalSobol::ConstIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTemporalSobol, ConstSeed) == 0x000070, "Member 'UMaterialExpressionTemporalSobol::ConstSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHISMCustomRenderData \ +static_assert(alignof(UHISMCustomRenderData) == 0x000008, "Wrong alignment on UHISMCustomRenderData"); \ +static_assert(sizeof(UHISMCustomRenderData) == 0x000028, "Wrong size on UHISMCustomRenderData"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureProperty \ +static_assert(alignof(UMaterialExpressionTextureProperty) == 0x000008, "Wrong alignment on UMaterialExpressionTextureProperty"); \ +static_assert(sizeof(UMaterialExpressionTextureProperty) == 0x000058, "Wrong size on UMaterialExpressionTextureProperty"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, TextureObject) == 0x000040, "Member 'UMaterialExpressionTextureProperty::TextureObject' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureProperty, Property) == 0x000054, "Member 'UMaterialExpressionTextureProperty::Property' 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_UHLODLayer \ +static_assert(alignof(UHLODLayer) == 0x000008, "Wrong alignment on UHLODLayer"); \ +static_assert(sizeof(UHLODLayer) == 0x000028, "Wrong size on UHLODLayer"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterSubUV \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterSubUV"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterSubUV) == 0x000088, "Wrong size on UMaterialExpressionTextureSampleParameterSubUV"); \ + +#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_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_ALevelInstance \ +static_assert(alignof(ALevelInstance) == 0x000008, "Wrong alignment on ALevelInstance"); \ +static_assert(sizeof(ALevelInstance) == 0x0002D8, "Wrong size on ALevelInstance"); \ +static_assert(offsetof(ALevelInstance, CookedWorldAsset) == 0x000288, "Member 'ALevelInstance::CookedWorldAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APackedLevelActor \ +static_assert(alignof(APackedLevelActor) == 0x000008, "Wrong alignment on APackedLevelActor"); \ +static_assert(sizeof(APackedLevelActor) == 0x0002D8, "Wrong size on APackedLevelActor"); \ + +#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_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_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_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_UInstancedPlacemenClientSettings \ +static_assert(alignof(UInstancedPlacemenClientSettings) == 0x000008, "Wrong alignment on UInstancedPlacemenClientSettings"); \ +static_assert(sizeof(UInstancedPlacemenClientSettings) == 0x000028, "Wrong size on UInstancedPlacemenClientSettings"); \ + +#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_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_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_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_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_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_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_UMaterialFunctionMaterialLayerInstance \ +static_assert(alignof(UMaterialFunctionMaterialLayerInstance) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerInstance"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerInstance) == 0x0000E0, "Wrong size on UMaterialFunctionMaterialLayerInstance"); \ + +#define DUMPER7_ASSERTS_UInterpData \ +static_assert(alignof(UInterpData) == 0x000008, "Wrong alignment on UInterpData"); \ +static_assert(sizeof(UInterpData) == 0x000070, "Wrong size on UInterpData"); \ +static_assert(offsetof(UInterpData, InterpLength) == 0x000028, "Member 'UInterpData::InterpLength' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, PathBuildTime) == 0x00002C, "Member 'UInterpData::PathBuildTime' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, InterpGroups) == 0x000030, "Member 'UInterpData::InterpGroups' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, CurveEdSetup) == 0x000040, "Member 'UInterpData::CurveEdSetup' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, EdSectionStart) == 0x000048, "Member 'UInterpData::EdSectionStart' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, EdSectionEnd) == 0x00004C, "Member 'UInterpData::EdSectionEnd' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, CachedDirectorGroup) == 0x000058, "Member 'UInterpData::CachedDirectorGroup' has a wrong offset!"); \ +static_assert(offsetof(UInterpData, AllEventNames) == 0x000060, "Member 'UInterpData::AllEventNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpFilter \ +static_assert(alignof(UInterpFilter) == 0x000008, "Wrong alignment on UInterpFilter"); \ +static_assert(sizeof(UInterpFilter) == 0x000038, "Wrong size on UInterpFilter"); \ +static_assert(offsetof(UInterpFilter, Caption) == 0x000028, "Member 'UInterpFilter::Caption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmassReplace \ +static_assert(alignof(UMaterialExpressionLightmassReplace) == 0x000008, "Wrong alignment on UMaterialExpressionLightmassReplace"); \ +static_assert(sizeof(UMaterialExpressionLightmassReplace) == 0x000068, "Wrong size on UMaterialExpressionLightmassReplace"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Realtime) == 0x000040, "Member 'UMaterialExpressionLightmassReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLightmassReplace, Lightmass) == 0x000054, "Member 'UMaterialExpressionLightmassReplace::Lightmass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpFilter_Classes \ +static_assert(alignof(UInterpFilter_Classes) == 0x000008, "Wrong alignment on UInterpFilter_Classes"); \ +static_assert(sizeof(UInterpFilter_Classes) == 0x000038, "Wrong size on UInterpFilter_Classes"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyInterpParameters \ +static_assert(alignof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyInterpParameters) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyInterpParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyInterpParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_CopyInterpParameters::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_CopyParameterOverrides \ +static_assert(alignof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(sizeof(MaterialInstanceDynamic_CopyParameterOverrides) == 0x000008, "Wrong size on MaterialInstanceDynamic_CopyParameterOverrides"); \ +static_assert(offsetof(MaterialInstanceDynamic_CopyParameterOverrides, MaterialInstance) == 0x000000, "Member 'MaterialInstanceDynamic_CopyParameterOverrides::MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters \ +static_assert(alignof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters) == 0x000010, "Wrong size on MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, Source) == 0x000000, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::Source' has a wrong offset!"); \ +static_assert(offsetof(MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters, bQuickParametersOnly) == 0x000008, "Member 'MaterialInstanceDynamic_K2_CopyMaterialInstanceParameters::bQuickParametersOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MaterialInstanceDynamic_K2_GetScalarParameterValue \ +static_assert(alignof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 0x000004, "Wrong alignment on MaterialInstanceDynamic_K2_GetScalarParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_K2_GetScalarParameterValue) == 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) == 0x000008, "Wrong alignment on MaterialInstanceDynamic_SetDoubleVectorParameterValue"); \ +static_assert(sizeof(MaterialInstanceDynamic_SetDoubleVectorParameterValue) == 0x000020, "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) == 0x000008, "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_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) == 0x000268, "Wrong size on UMaterialInstanceDynamic"); \ + +#define DUMPER7_ASSERTS_UInterpFilter_Custom \ +static_assert(alignof(UInterpFilter_Custom) == 0x000008, "Wrong alignment on UInterpFilter_Custom"); \ +static_assert(sizeof(UInterpFilter_Custom) == 0x000038, "Wrong size on UInterpFilter_Custom"); \ + +#define DUMPER7_ASSERTS_UInterpGroupInstCamera \ +static_assert(alignof(UInterpGroupInstCamera) == 0x000008, "Wrong alignment on UInterpGroupInstCamera"); \ +static_assert(sizeof(UInterpGroupInstCamera) == 0x000048, "Wrong size on UInterpGroupInstCamera"); \ + +#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) == 0x0000E8, "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) == 0x0001D8, "Wrong size on UInterpToMovementComponent"); \ +static_assert(offsetof(UInterpToMovementComponent, Duration) == 0x000128, "Member 'UInterpToMovementComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bSweep) == 0x000130, "Member 'UInterpToMovementComponent::bSweep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, TeleportType) == 0x000131, "Member 'UInterpToMovementComponent::TeleportType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, BehaviourType) == 0x000132, "Member 'UInterpToMovementComponent::BehaviourType' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, bCheckIfStillInWorld) == 0x000133, "Member 'UInterpToMovementComponent::bCheckIfStillInWorld' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToReverse) == 0x000138, "Member 'UInterpToMovementComponent::OnInterpToReverse' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnInterpToStop) == 0x000148, "Member 'UInterpToMovementComponent::OnInterpToStop' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitBeginDelegate) == 0x000158, "Member 'UInterpToMovementComponent::OnWaitBeginDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnWaitEndDelegate) == 0x000168, "Member 'UInterpToMovementComponent::OnWaitEndDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, OnResetDelegate) == 0x000178, "Member 'UInterpToMovementComponent::OnResetDelegate' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationTimeStep) == 0x000188, "Member 'UInterpToMovementComponent::MaxSimulationTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, MaxSimulationIterations) == 0x00018C, "Member 'UInterpToMovementComponent::MaxSimulationIterations' has a wrong offset!"); \ +static_assert(offsetof(UInterpToMovementComponent, ControlPoints) == 0x000190, "Member 'UInterpToMovementComponent::ControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticComponentMaskParameter \ +static_assert(alignof(UMaterialExpressionStaticComponentMaskParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticComponentMaskParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticComponentMaskParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticComponentMaskParameter"); \ + +#define DUMPER7_ASSERTS_UInterpTrackBoolProp \ +static_assert(alignof(UInterpTrackBoolProp) == 0x000008, "Wrong alignment on UInterpTrackBoolProp"); \ +static_assert(sizeof(UInterpTrackBoolProp) == 0x000088, "Wrong size on UInterpTrackBoolProp"); \ +static_assert(offsetof(UInterpTrackBoolProp, BoolTrack) == 0x000070, "Member 'UInterpTrackBoolProp::BoolTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackBoolProp, PropertyName) == 0x000080, "Member 'UInterpTrackBoolProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackColorScale \ +static_assert(alignof(UInterpTrackColorScale) == 0x000008, "Wrong alignment on UInterpTrackColorScale"); \ +static_assert(sizeof(UInterpTrackColorScale) == 0x000090, "Wrong size on UInterpTrackColorScale"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataUnlitBSDF \ +static_assert(alignof(UMaterialExpressionStrataUnlitBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionStrataUnlitBSDF"); \ +static_assert(sizeof(UMaterialExpressionStrataUnlitBSDF) == 0x000068, "Wrong size on UMaterialExpressionStrataUnlitBSDF"); \ +static_assert(offsetof(UMaterialExpressionStrataUnlitBSDF, EmissiveColor) == 0x000040, "Member 'UMaterialExpressionStrataUnlitBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataUnlitBSDF, TransmittanceColor) == 0x000054, "Member 'UMaterialExpressionStrataUnlitBSDF::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackEvent \ +static_assert(alignof(UInterpTrackEvent) == 0x000008, "Wrong alignment on UInterpTrackEvent"); \ +static_assert(sizeof(UInterpTrackEvent) == 0x000088, "Wrong size on UInterpTrackEvent"); \ +static_assert(offsetof(UInterpTrackEvent, EventTrack) == 0x000070, "Member 'UInterpTrackEvent::EventTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNullNavSysConfig \ +static_assert(alignof(UNullNavSysConfig) == 0x000008, "Wrong alignment on UNullNavSysConfig"); \ +static_assert(sizeof(UNullNavSysConfig) == 0x000050, "Wrong size on UNullNavSysConfig"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstAudioMaster \ +static_assert(alignof(UInterpTrackInstAudioMaster) == 0x000008, "Wrong alignment on UInterpTrackInstAudioMaster"); \ +static_assert(sizeof(UInterpTrackInstAudioMaster) == 0x000028, "Wrong size on UInterpTrackInstAudioMaster"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstBoolProp \ +static_assert(alignof(UInterpTrackInstBoolProp) == 0x000008, "Wrong alignment on UInterpTrackInstBoolProp"); \ +static_assert(sizeof(UInterpTrackInstBoolProp) == 0x000068, "Wrong size on UInterpTrackInstBoolProp"); \ +static_assert(offsetof(UInterpTrackInstBoolProp, ResetBool) == 0x000060, "Member 'UInterpTrackInstBoolProp::ResetBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USimulatedClientNetConnection \ +static_assert(alignof(USimulatedClientNetConnection) == 0x000010, "Wrong alignment on USimulatedClientNetConnection"); \ +static_assert(sizeof(USimulatedClientNetConnection) == 0x003240, "Wrong size on USimulatedClientNetConnection"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstColorScale \ +static_assert(alignof(UInterpTrackInstColorScale) == 0x000008, "Wrong alignment on UInterpTrackInstColorScale"); \ +static_assert(sizeof(UInterpTrackInstColorScale) == 0x000028, "Wrong size on UInterpTrackInstColorScale"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstEvent \ +static_assert(alignof(UInterpTrackInstEvent) == 0x000008, "Wrong alignment on UInterpTrackInstEvent"); \ +static_assert(sizeof(UInterpTrackInstEvent) == 0x000030, "Wrong size on UInterpTrackInstEvent"); \ +static_assert(offsetof(UInterpTrackInstEvent, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstEvent::LastUpdatePosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetworkSettings \ +static_assert(alignof(UNetworkSettings) == 0x000008, "Wrong alignment on UNetworkSettings"); \ +static_assert(sizeof(UNetworkSettings) == 0x000058, "Wrong size on UNetworkSettings"); \ +static_assert(offsetof(UNetworkSettings, MaxRepArraySize) == 0x00003C, "Member 'UNetworkSettings::MaxRepArraySize' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, MaxRepArrayMemory) == 0x000040, "Member 'UNetworkSettings::MaxRepArrayMemory' has a wrong offset!"); \ +static_assert(offsetof(UNetworkSettings, NetworkEmulationProfiles) == 0x000048, "Member 'UNetworkSettings::NetworkEmulationProfiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATriggerCapsule \ +static_assert(alignof(ATriggerCapsule) == 0x000008, "Wrong alignment on ATriggerCapsule"); \ +static_assert(sizeof(ATriggerCapsule) == 0x000290, "Wrong size on ATriggerCapsule"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatAnimBPParam \ +static_assert(alignof(UInterpTrackInstFloatAnimBPParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatAnimBPParam"); \ +static_assert(sizeof(UInterpTrackInstFloatAnimBPParam) == 0x000040, "Wrong size on UInterpTrackInstFloatAnimBPParam"); \ +static_assert(offsetof(UInterpTrackInstFloatAnimBPParam, AnimScriptInstance) == 0x000028, "Member 'UInterpTrackInstFloatAnimBPParam::AnimScriptInstance' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstFloatAnimBPParam, ResetFloat) == 0x000030, "Member 'UInterpTrackInstFloatAnimBPParam::ResetFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstFloatParticleParam \ +static_assert(alignof(UInterpTrackInstFloatParticleParam) == 0x000008, "Wrong alignment on UInterpTrackInstFloatParticleParam"); \ +static_assert(sizeof(UInterpTrackInstFloatParticleParam) == 0x000030, "Wrong size on UInterpTrackInstFloatParticleParam"); \ +static_assert(offsetof(UInterpTrackInstFloatParticleParam, ResetFloat) == 0x000028, "Member 'UInterpTrackInstFloatParticleParam::ResetFloat' has a wrong offset!"); \ + +#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_UInterpTrackInstMove \ +static_assert(alignof(UInterpTrackInstMove) == 0x000008, "Wrong alignment on UInterpTrackInstMove"); \ +static_assert(sizeof(UInterpTrackInstMove) == 0x000058, "Wrong size on UInterpTrackInstMove"); \ +static_assert(offsetof(UInterpTrackInstMove, ResetLocation) == 0x000028, "Member 'UInterpTrackInstMove::ResetLocation' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstMove, ResetRotation) == 0x000040, "Member 'UInterpTrackInstMove::ResetRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptationInverse \ +static_assert(alignof(UMaterialExpressionEyeAdaptationInverse) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptationInverse"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptationInverse) == 0x000068, "Wrong size on UMaterialExpressionEyeAdaptationInverse"); \ +static_assert(offsetof(UMaterialExpressionEyeAdaptationInverse, LightValueInput) == 0x000040, "Member 'UMaterialExpressionEyeAdaptationInverse::LightValueInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionEyeAdaptationInverse, AlphaInput) == 0x000054, "Member 'UMaterialExpressionEyeAdaptationInverse::AlphaInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTarget2DArray \ +static_assert(alignof(UTextureRenderTarget2DArray) == 0x000010, "Wrong alignment on UTextureRenderTarget2DArray"); \ +static_assert(sizeof(UTextureRenderTarget2DArray) == 0x000220, "Wrong size on UTextureRenderTarget2DArray"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeX) == 0x0001F8, "Member 'UTextureRenderTarget2DArray::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, SizeY) == 0x0001FC, "Member 'UTextureRenderTarget2DArray::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, Slices) == 0x000200, "Member 'UTextureRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, ClearColor) == 0x000204, "Member 'UTextureRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTarget2DArray, OverrideFormat) == 0x000214, "Member 'UTextureRenderTarget2DArray::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstSound \ +static_assert(alignof(UInterpTrackInstSound) == 0x000008, "Wrong alignment on UInterpTrackInstSound"); \ +static_assert(sizeof(UInterpTrackInstSound) == 0x000038, "Wrong size on UInterpTrackInstSound"); \ +static_assert(offsetof(UInterpTrackInstSound, LastUpdatePosition) == 0x000028, "Member 'UInterpTrackInstSound::LastUpdatePosition' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackInstSound, PlayAudioComp) == 0x000030, "Member 'UInterpTrackInstSound::PlayAudioComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackInstVectorProp \ +static_assert(alignof(UInterpTrackInstVectorProp) == 0x000008, "Wrong alignment on UInterpTrackInstVectorProp"); \ +static_assert(sizeof(UInterpTrackInstVectorProp) == 0x000070, "Wrong size on UInterpTrackInstVectorProp"); \ +static_assert(offsetof(UInterpTrackInstVectorProp, ResetVector) == 0x000058, "Member 'UInterpTrackInstVectorProp::ResetVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFresnel \ +static_assert(alignof(UMaterialExpressionFresnel) == 0x000008, "Wrong alignment on UMaterialExpressionFresnel"); \ +static_assert(sizeof(UMaterialExpressionFresnel) == 0x000088, "Wrong size on UMaterialExpressionFresnel"); \ +static_assert(offsetof(UMaterialExpressionFresnel, ExponentIn) == 0x000040, "Member 'UMaterialExpressionFresnel::ExponentIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Exponent) == 0x000054, "Member 'UMaterialExpressionFresnel::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFractionIn) == 0x000058, "Member 'UMaterialExpressionFresnel::BaseReflectFractionIn' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, BaseReflectFraction) == 0x00006C, "Member 'UMaterialExpressionFresnel::BaseReflectFraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFresnel, Normal) == 0x000070, "Member 'UMaterialExpressionFresnel::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackMove \ +static_assert(alignof(UInterpTrackMove) == 0x000008, "Wrong alignment on UInterpTrackMove"); \ +static_assert(sizeof(UInterpTrackMove) == 0x0000C8, "Wrong size on UInterpTrackMove"); \ +static_assert(offsetof(UInterpTrackMove, PosTrack) == 0x000070, "Member 'UInterpTrackMove::PosTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, EulerTrack) == 0x000088, "Member 'UInterpTrackMove::EulerTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LookupTrack) == 0x0000A0, "Member 'UInterpTrackMove::LookupTrack' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LookAtGroupName) == 0x0000B0, "Member 'UInterpTrackMove::LookAtGroupName' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, LinCurveTension) == 0x0000B8, "Member 'UInterpTrackMove::LinCurveTension' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, AngCurveTension) == 0x0000BC, "Member 'UInterpTrackMove::AngCurveTension' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMove, RotMode) == 0x0000C4, "Member 'UInterpTrackMove::RotMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackMoveAxis \ +static_assert(alignof(UInterpTrackMoveAxis) == 0x000008, "Wrong alignment on UInterpTrackMoveAxis"); \ +static_assert(sizeof(UInterpTrackMoveAxis) == 0x0000A8, "Wrong size on UInterpTrackMoveAxis"); \ +static_assert(offsetof(UInterpTrackMoveAxis, MoveAxis) == 0x000090, "Member 'UInterpTrackMoveAxis::MoveAxis' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackMoveAxis, LookupTrack) == 0x000098, "Member 'UInterpTrackMoveAxis::LookupTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackParticleReplay \ +static_assert(alignof(UInterpTrackParticleReplay) == 0x000008, "Wrong alignment on UInterpTrackParticleReplay"); \ +static_assert(sizeof(UInterpTrackParticleReplay) == 0x000080, "Wrong size on UInterpTrackParticleReplay"); \ +static_assert(offsetof(UInterpTrackParticleReplay, TrackKeys) == 0x000070, "Member 'UInterpTrackParticleReplay::TrackKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGenericConstant \ +static_assert(alignof(UMaterialExpressionGenericConstant) == 0x000008, "Wrong alignment on UMaterialExpressionGenericConstant"); \ +static_assert(sizeof(UMaterialExpressionGenericConstant) == 0x000040, "Wrong size on UMaterialExpressionGenericConstant"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstantDouble \ +static_assert(alignof(UMaterialExpressionConstantDouble) == 0x000008, "Wrong alignment on UMaterialExpressionConstantDouble"); \ +static_assert(sizeof(UMaterialExpressionConstantDouble) == 0x000048, "Wrong size on UMaterialExpressionConstantDouble"); \ +static_assert(offsetof(UMaterialExpressionConstantDouble, Value) == 0x000040, "Member 'UMaterialExpressionConstantDouble::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackSound \ +static_assert(alignof(UInterpTrackSound) == 0x000008, "Wrong alignment on UInterpTrackSound"); \ +static_assert(sizeof(UInterpTrackSound) == 0x0000A8, "Wrong size on UInterpTrackSound"); \ +static_assert(offsetof(UInterpTrackSound, Sounds) == 0x000090, "Member 'UInterpTrackSound::Sounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackToggle \ +static_assert(alignof(UInterpTrackToggle) == 0x000008, "Wrong alignment on UInterpTrackToggle"); \ +static_assert(sizeof(UInterpTrackToggle) == 0x000088, "Wrong size on UInterpTrackToggle"); \ +static_assert(offsetof(UInterpTrackToggle, ToggleTrack) == 0x000070, "Member 'UInterpTrackToggle::ToggleTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVectorMaterialParam \ +static_assert(alignof(UInterpTrackVectorMaterialParam) == 0x000008, "Wrong alignment on UInterpTrackVectorMaterialParam"); \ +static_assert(sizeof(UInterpTrackVectorMaterialParam) == 0x0000A8, "Wrong size on UInterpTrackVectorMaterialParam"); \ +static_assert(offsetof(UInterpTrackVectorMaterialParam, TargetMaterials) == 0x000090, "Member 'UInterpTrackVectorMaterialParam::TargetMaterials' has a wrong offset!"); \ +static_assert(offsetof(UInterpTrackVectorMaterialParam, ParamName) == 0x0000A0, "Member 'UInterpTrackVectorMaterialParam::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRerouteBase \ +static_assert(alignof(UMaterialExpressionRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReroute \ +static_assert(alignof(UMaterialExpressionReroute) == 0x000008, "Wrong alignment on UMaterialExpressionReroute"); \ +static_assert(sizeof(UMaterialExpressionReroute) == 0x000058, "Wrong size on UMaterialExpressionReroute"); \ +static_assert(offsetof(UMaterialExpressionReroute, Input) == 0x000040, "Member 'UMaterialExpressionReroute::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVectorProp \ +static_assert(alignof(UInterpTrackVectorProp) == 0x000008, "Wrong alignment on UInterpTrackVectorProp"); \ +static_assert(sizeof(UInterpTrackVectorProp) == 0x000098, "Wrong size on UInterpTrackVectorProp"); \ +static_assert(offsetof(UInterpTrackVectorProp, PropertyName) == 0x000090, "Member 'UInterpTrackVectorProp::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInterpTrackVisibility \ +static_assert(alignof(UInterpTrackVisibility) == 0x000008, "Wrong alignment on UInterpTrackVisibility"); \ +static_assert(sizeof(UInterpTrackVisibility) == 0x000088, "Wrong size on UInterpTrackVisibility"); \ +static_assert(offsetof(UInterpTrackVisibility, VisibilityTrack) == 0x000070, "Member 'UInterpTrackVisibility::VisibilityTrack' 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_IISMPartitionInstanceManager \ +static_assert(alignof(IISMPartitionInstanceManager) == 0x000001, "Wrong alignment on IISMPartitionInstanceManager"); \ +static_assert(sizeof(IISMPartitionInstanceManager) == 0x000001, "Wrong size on IISMPartitionInstanceManager"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureOutput \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureOutput) == 0x0000D0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureOutput"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, BaseColor) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Specular) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Roughness) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Normal) == 0x00007C, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, WorldHeight) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::WorldHeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, Opacity) == 0x0000A4, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureOutput, mask) == 0x0000B8, "Member 'UMaterialExpressionRuntimeVirtualTextureOutput::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AKillZVolume \ +static_assert(alignof(AKillZVolume) == 0x000008, "Wrong alignment on AKillZVolume"); \ +static_assert(sizeof(AKillZVolume) == 0x0002D0, "Wrong size on AKillZVolume"); \ + +#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_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_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_UMaterialExpressionSamplePhysicsVectorField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsVectorField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsVectorField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsVectorField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsVectorField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsVectorField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsVectorField::FieldTarget' 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_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) == 0x000910, "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) == 0x000890, "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_ConvertRenderTargetToTexture2DEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly) == 0x000018, "Wrong size on KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, RenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly, Texture) == 0x000010, "Member 'KismetRenderingLibrary_ConvertRenderTargetToTexture2DEditorOnly::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2D \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2D"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2D) == 0x000030, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2D"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, Format) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ClearColor) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, bAutoGenerateMipMaps) == 0x000024, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2D, ReturnValue) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTarget2DArray \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTarget2DArray) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTarget2DArray"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Slices) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Slices' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTarget2DArray, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTarget2DArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_CreateRenderTargetVolume \ +static_assert(alignof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000008, "Wrong alignment on KismetRenderingLibrary_CreateRenderTargetVolume"); \ +static_assert(sizeof(KismetRenderingLibrary_CreateRenderTargetVolume) == 0x000038, "Wrong size on KismetRenderingLibrary_CreateRenderTargetVolume"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Width) == 0x000008, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Width' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Height) == 0x00000C, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Height' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Depth) == 0x000010, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Depth' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, Format) == 0x000014, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::Format' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ClearColor) == 0x000018, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, bAutoGenerateMipMaps) == 0x000028, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::bAutoGenerateMipMaps' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_CreateRenderTargetVolume, ReturnValue) == 0x000030, "Member 'KismetRenderingLibrary_CreateRenderTargetVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_DrawMaterialToRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_DrawMaterialToRenderTarget) == 0x000018, "Wrong size on KismetRenderingLibrary_DrawMaterialToRenderTarget"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, WorldContextObject) == 0x000000, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, TextureRenderTarget) == 0x000008, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::TextureRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_DrawMaterialToRenderTarget, Material) == 0x000010, "Member 'KismetRenderingLibrary_DrawMaterialToRenderTarget::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_EndDrawCanvasToRenderTarget \ +static_assert(alignof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 0x000008, "Wrong alignment on KismetRenderingLibrary_EndDrawCanvasToRenderTarget"); \ +static_assert(sizeof(KismetRenderingLibrary_EndDrawCanvasToRenderTarget) == 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_RenderTargetCreateStaticTexture2DEditorOnly \ +static_assert(alignof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000008, "Wrong alignment on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ +static_assert(sizeof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly) == 0x000028, "Wrong size on KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, RenderTarget) == 0x000000, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, Name_0) == 0x000008, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::Name_0' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, CompressionSettings) == 0x000018, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, MipSettings) == 0x000019, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::MipSettings' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly, ReturnValue) == 0x000020, "Member 'KismetRenderingLibrary_RenderTargetCreateStaticTexture2DEditorOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetRenderingLibrary_SetCastInsetShadowForAllAttachments \ +static_assert(alignof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000008, "Wrong alignment on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ +static_assert(sizeof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments) == 0x000010, "Wrong size on KismetRenderingLibrary_SetCastInsetShadowForAllAttachments"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, PrimitiveComponent) == 0x000000, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::PrimitiveComponent' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bCastInsetShadow) == 0x000008, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bCastInsetShadow' has a wrong offset!"); \ +static_assert(offsetof(KismetRenderingLibrary_SetCastInsetShadowForAllAttachments, bLightAttachmentsAsGroup) == 0x000009, "Member 'KismetRenderingLibrary_SetCastInsetShadowForAllAttachments::bLightAttachmentsAsGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetRenderingLibrary \ +static_assert(alignof(UKismetRenderingLibrary) == 0x000008, "Wrong alignment on UKismetRenderingLibrary"); \ +static_assert(sizeof(UKismetRenderingLibrary) == 0x000028, "Wrong size on UKismetRenderingLibrary"); \ + +#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_UMaterialExpressionMaterialFunctionCall \ +static_assert(alignof(UMaterialExpressionMaterialFunctionCall) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(sizeof(UMaterialExpressionMaterialFunctionCall) == 0x000058, "Wrong size on UMaterialExpressionMaterialFunctionCall"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, MaterialFunction) == 0x000040, "Member 'UMaterialExpressionMaterialFunctionCall::MaterialFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialFunctionCall, FunctionParameterInfo) == 0x000048, "Member 'UMaterialExpressionMaterialFunctionCall::FunctionParameterInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_AddFloatHistorySample \ +static_assert(alignof(KismetSystemLibrary_AddFloatHistorySample) == 0x000008, "Wrong alignment on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(sizeof(KismetSystemLibrary_AddFloatHistorySample) == 0x000048, "Wrong size on KismetSystemLibrary_AddFloatHistorySample"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, Value) == 0x000000, "Member 'KismetSystemLibrary_AddFloatHistorySample::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, FloatHistory) == 0x000008, "Member 'KismetSystemLibrary_AddFloatHistorySample::FloatHistory' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_AddFloatHistorySample, ReturnValue) == 0x000028, "Member 'KismetSystemLibrary_AddFloatHistorySample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BeginTransaction \ +static_assert(alignof(KismetSystemLibrary_BeginTransaction) == 0x000008, "Wrong alignment on KismetSystemLibrary_BeginTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_BeginTransaction) == 0x000038, "Wrong size on KismetSystemLibrary_BeginTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Context) == 0x000000, "Member 'KismetSystemLibrary_BeginTransaction::Context' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, Description) == 0x000010, "Member 'KismetSystemLibrary_BeginTransaction::Description' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, PrimaryObject) == 0x000028, "Member 'KismetSystemLibrary_BeginTransaction::PrimaryObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BeginTransaction, ReturnValue) == 0x000030, "Member 'KismetSystemLibrary_BeginTransaction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BoxOverlapActors \ +static_assert(alignof(KismetSystemLibrary_BoxOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_BoxOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_BoxOverlapActors) == 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) == 0x0001A0, "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) == 0x000170, "Member 'KismetSystemLibrary_BoxTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceColor) == 0x000174, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, TraceHitColor) == 0x000184, "Member 'KismetSystemLibrary_BoxTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, DrawTime) == 0x000194, "Member 'KismetSystemLibrary_BoxTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingle, ReturnValue) == 0x000198, "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) == 0x0001A8, "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) == 0x000178, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceColor) == 0x00017C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, TraceHitColor) == 0x00018C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, DrawTime) == 0x00019C, "Member 'KismetSystemLibrary_BoxTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleByProfile, ReturnValue) == 0x0001A0, "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) == 0x0001B0, "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) == 0x000180, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceColor) == 0x000184, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, TraceHitColor) == 0x000194, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, DrawTime) == 0x0001A4, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_BoxTraceSingleForObjects, ReturnValue) == 0x0001A8, "Member 'KismetSystemLibrary_BoxTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_BreakSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_BreakSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_BreakSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_BreakSoftClassPath) == 0x000028, "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) == 0x000018, "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) == 0x000028, "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) == 0x000018, "Member 'KismetSystemLibrary_BreakSoftObjectPath::PathString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CancelTransaction \ +static_assert(alignof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong alignment on KismetSystemLibrary_CancelTransaction"); \ +static_assert(sizeof(KismetSystemLibrary_CancelTransaction) == 0x000004, "Wrong size on KismetSystemLibrary_CancelTransaction"); \ +static_assert(offsetof(KismetSystemLibrary_CancelTransaction, Index_0) == 0x000000, "Member 'KismetSystemLibrary_CancelTransaction::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CanLaunchURL \ +static_assert(alignof(KismetSystemLibrary_CanLaunchURL) == 0x000008, "Wrong alignment on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(sizeof(KismetSystemLibrary_CanLaunchURL) == 0x000018, "Wrong size on KismetSystemLibrary_CanLaunchURL"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, URL) == 0x000000, "Member 'KismetSystemLibrary_CanLaunchURL::URL' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CanLaunchURL, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_CanLaunchURL::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CapsuleOverlapActors \ +static_assert(alignof(KismetSystemLibrary_CapsuleOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_CapsuleOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_CapsuleOverlapActors) == 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) == 0x000178, "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) == 0x000148, "Member 'KismetSystemLibrary_CapsuleTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceColor) == 0x00014C, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, TraceHitColor) == 0x00015C, "Member 'KismetSystemLibrary_CapsuleTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, DrawTime) == 0x00016C, "Member 'KismetSystemLibrary_CapsuleTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingle, ReturnValue) == 0x000170, "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) == 0x000180, "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) == 0x000150, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceColor) == 0x000154, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, TraceHitColor) == 0x000164, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, DrawTime) == 0x000174, "Member 'KismetSystemLibrary_CapsuleTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleByProfile, ReturnValue) == 0x000178, "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) == 0x000188, "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) == 0x000158, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceColor) == 0x00015C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, TraceHitColor) == 0x00016C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, DrawTime) == 0x00017C, "Member 'KismetSystemLibrary_CapsuleTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_CapsuleTraceSingleForObjects, ReturnValue) == 0x000180, "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_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) == 0x000040, "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) == 0x000018, "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) == 0x000040, "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) == 0x000018, "Member 'KismetSystemLibrary_Conv_SoftObjPathToSoftObjRef::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToAbsolutePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToAbsolutePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToAbsolutePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToAbsolutePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToAbsolutePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ConvertToRelativePath \ +static_assert(alignof(KismetSystemLibrary_ConvertToRelativePath) == 0x000008, "Wrong alignment on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(sizeof(KismetSystemLibrary_ConvertToRelativePath) == 0x000020, "Wrong size on KismetSystemLibrary_ConvertToRelativePath"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, Filename) == 0x000000, "Member 'KismetSystemLibrary_ConvertToRelativePath::Filename' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ConvertToRelativePath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_ConvertToRelativePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_CreateCopyForUndoBuffer \ +static_assert(alignof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong alignment on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(sizeof(KismetSystemLibrary_CreateCopyForUndoBuffer) == 0x000008, "Wrong size on KismetSystemLibrary_CreateCopyForUndoBuffer"); \ +static_assert(offsetof(KismetSystemLibrary_CreateCopyForUndoBuffer, ObjectToModify) == 0x000000, "Member 'KismetSystemLibrary_CreateCopyForUndoBuffer::ObjectToModify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_Delay \ +static_assert(alignof(KismetSystemLibrary_Delay) == 0x000008, "Wrong alignment on KismetSystemLibrary_Delay"); \ +static_assert(sizeof(KismetSystemLibrary_Delay) == 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_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_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_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_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_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_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_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_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, 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, 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_LineTraceOnlyCheck \ +static_assert(alignof(KismetSystemLibrary_LineTraceOnlyCheck) == 0x000008, "Wrong alignment on KismetSystemLibrary_LineTraceOnlyCheck"); \ +static_assert(sizeof(KismetSystemLibrary_LineTraceOnlyCheck) == 0x000170, "Wrong size on KismetSystemLibrary_LineTraceOnlyCheck"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, Start) == 0x000008, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::Start' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, End) == 0x000020, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::End' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, TraceChannel) == 0x000038, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, bTraceComplex) == 0x000039, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, ActorsToIgnore) == 0x000040, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, DrawDebugType) == 0x000050, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, OutHit) == 0x000058, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::OutHit' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, bIgnoreSelf) == 0x000140, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, TraceColor) == 0x000144, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, TraceHitColor) == 0x000154, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, DrawTime) == 0x000164, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceOnlyCheck, ReturnValue) == 0x000168, "Member 'KismetSystemLibrary_LineTraceOnlyCheck::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) == 0x000170, "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) == 0x000140, "Member 'KismetSystemLibrary_LineTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceColor) == 0x000144, "Member 'KismetSystemLibrary_LineTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, TraceHitColor) == 0x000154, "Member 'KismetSystemLibrary_LineTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, DrawTime) == 0x000164, "Member 'KismetSystemLibrary_LineTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingle, ReturnValue) == 0x000168, "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) == 0x000178, "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) == 0x000148, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceColor) == 0x00014C, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, TraceHitColor) == 0x00015C, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, DrawTime) == 0x00016C, "Member 'KismetSystemLibrary_LineTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleByProfile, ReturnValue) == 0x000170, "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) == 0x000180, "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) == 0x000150, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceColor) == 0x000154, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, TraceHitColor) == 0x000164, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, DrawTime) == 0x000174, "Member 'KismetSystemLibrary_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_LineTraceSingleForObjects, ReturnValue) == 0x000178, "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_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_MakeLiteralFloat \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralFloat) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralFloat"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralFloat) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralFloat"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralFloat, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeLiteralInt \ +static_assert(alignof(KismetSystemLibrary_MakeLiteralInt) == 0x000004, "Wrong alignment on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(sizeof(KismetSystemLibrary_MakeLiteralInt) == 0x000008, "Wrong size on KismetSystemLibrary_MakeLiteralInt"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralInt::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralInt, ReturnValue) == 0x000004, "Member 'KismetSystemLibrary_MakeLiteralInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_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) == 0x000030, "Wrong size on KismetSystemLibrary_MakeLiteralText"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, Value) == 0x000000, "Member 'KismetSystemLibrary_MakeLiteralText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeLiteralText, ReturnValue) == 0x000018, "Member 'KismetSystemLibrary_MakeLiteralText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MakeSoftClassPath \ +static_assert(alignof(KismetSystemLibrary_MakeSoftClassPath) == 0x000008, "Wrong alignment on KismetSystemLibrary_MakeSoftClassPath"); \ +static_assert(sizeof(KismetSystemLibrary_MakeSoftClassPath) == 0x000028, "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) == 0x000028, "Wrong size on KismetSystemLibrary_MakeSoftObjectPath"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, PathString) == 0x000000, "Member 'KismetSystemLibrary_MakeSoftObjectPath::PathString' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_MakeSoftObjectPath, ReturnValue) == 0x000010, "Member 'KismetSystemLibrary_MakeSoftObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_MoveComponentTo \ +static_assert(alignof(KismetSystemLibrary_MoveComponentTo) == 0x000008, "Wrong alignment on KismetSystemLibrary_MoveComponentTo"); \ +static_assert(sizeof(KismetSystemLibrary_MoveComponentTo) == 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) == 0x000040, "Wrong size on KismetSystemLibrary_PrintText"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, WorldContextObject) == 0x000000, "Member 'KismetSystemLibrary_PrintText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, InText) == 0x000008, "Member 'KismetSystemLibrary_PrintText::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToScreen) == 0x000020, "Member 'KismetSystemLibrary_PrintText::bPrintToScreen' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, bPrintToLog) == 0x000021, "Member 'KismetSystemLibrary_PrintText::bPrintToLog' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, TextColor) == 0x000024, "Member 'KismetSystemLibrary_PrintText::TextColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Duration) == 0x000034, "Member 'KismetSystemLibrary_PrintText::Duration' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_PrintText, Key) == 0x000038, "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) == 0x000028, "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) == 0x000018, "Wrong size on KismetSystemLibrary_SetWindowTitle"); \ +static_assert(offsetof(KismetSystemLibrary_SetWindowTitle, Title) == 0x000000, "Member 'KismetSystemLibrary_SetWindowTitle::Title' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowAdBanner \ +static_assert(alignof(KismetSystemLibrary_ShowAdBanner) == 0x000004, "Wrong alignment on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(sizeof(KismetSystemLibrary_ShowAdBanner) == 0x000008, "Wrong size on KismetSystemLibrary_ShowAdBanner"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, AdIdIndex) == 0x000000, "Member 'KismetSystemLibrary_ShowAdBanner::AdIdIndex' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_ShowAdBanner, bShowOnBottomOfScreen) == 0x000004, "Member 'KismetSystemLibrary_ShowAdBanner::bShowOnBottomOfScreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen) == 0x000008, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen, SpecificPlayer) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificAchievementsScreen::SpecificPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen \ +static_assert(alignof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000008, "Wrong alignment on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(sizeof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen) == 0x000010, "Wrong size on KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen"); \ +static_assert(offsetof(KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen, CategoryName) == 0x000000, "Member 'KismetSystemLibrary_ShowPlatformSpecificLeaderboardScreen::CategoryName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SnapshotObject \ +static_assert(alignof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong alignment on KismetSystemLibrary_SnapshotObject"); \ +static_assert(sizeof(KismetSystemLibrary_SnapshotObject) == 0x000008, "Wrong size on KismetSystemLibrary_SnapshotObject"); \ +static_assert(offsetof(KismetSystemLibrary_SnapshotObject, Object) == 0x000000, "Member 'KismetSystemLibrary_SnapshotObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetSystemLibrary_SphereOverlapActors \ +static_assert(alignof(KismetSystemLibrary_SphereOverlapActors) == 0x000008, "Wrong alignment on KismetSystemLibrary_SphereOverlapActors"); \ +static_assert(sizeof(KismetSystemLibrary_SphereOverlapActors) == 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) == 0x000170, "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) == 0x000140, "Member 'KismetSystemLibrary_SphereTraceSingle::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceColor) == 0x000144, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, TraceHitColor) == 0x000154, "Member 'KismetSystemLibrary_SphereTraceSingle::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, DrawTime) == 0x000164, "Member 'KismetSystemLibrary_SphereTraceSingle::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingle, ReturnValue) == 0x000168, "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) == 0x000178, "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) == 0x000148, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceColor) == 0x00014C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, TraceHitColor) == 0x00015C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, DrawTime) == 0x00016C, "Member 'KismetSystemLibrary_SphereTraceSingleByProfile::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleByProfile, ReturnValue) == 0x000170, "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) == 0x000188, "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) == 0x000158, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceColor) == 0x00015C, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, TraceHitColor) == 0x00016C, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, DrawTime) == 0x00017C, "Member 'KismetSystemLibrary_SphereTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(KismetSystemLibrary_SphereTraceSingleForObjects, ReturnValue) == 0x000180, "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_UMeshDeformerInstance \ +static_assert(alignof(UMeshDeformerInstance) == 0x000008, "Wrong alignment on UMeshDeformerInstance"); \ +static_assert(sizeof(UMeshDeformerInstance) == 0x000028, "Wrong size on UMeshDeformerInstance"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Float \ +static_assert(alignof(KismetTextLibrary_AsCurrency_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Float"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrency_Float) == 0x000040, "Wrong size on KismetTextLibrary_AsCurrency_Float"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Float::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Float::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Float::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Float::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Float::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Float::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Float, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrency_Integer \ +static_assert(alignof(KismetTextLibrary_AsCurrency_Integer) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrency_Integer"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrency_Integer) == 0x000040, "Wrong size on KismetTextLibrary_AsCurrency_Integer"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, Value) == 0x000000, "Member 'KismetTextLibrary_AsCurrency_Integer::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsCurrency_Integer::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsCurrency_Integer::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsCurrency_Integer::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsCurrency_Integer::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsCurrency_Integer::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, CurrencyCode) == 0x000018, "Member 'KismetTextLibrary_AsCurrency_Integer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrency_Integer, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_AsCurrency_Integer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsCurrencyBase \ +static_assert(alignof(KismetTextLibrary_AsCurrencyBase) == 0x000008, "Wrong alignment on KismetTextLibrary_AsCurrencyBase"); \ +static_assert(sizeof(KismetTextLibrary_AsCurrencyBase) == 0x000030, "Wrong size on KismetTextLibrary_AsCurrencyBase"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, BaseValue) == 0x000000, "Member 'KismetTextLibrary_AsCurrencyBase::BaseValue' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, CurrencyCode) == 0x000008, "Member 'KismetTextLibrary_AsCurrencyBase::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsCurrencyBase, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsCurrencyBase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsDate_DateTime \ +static_assert(alignof(KismetTextLibrary_AsDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsDate_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsDate_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsDate_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsDate_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsDate_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsDate_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsDate_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsDateTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsDateTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsDateTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsDateTime_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsDateTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, In) == 0x000000, "Member 'KismetTextLibrary_AsDateTime_DateTime::In' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsDateTime_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsDateTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsPercent_Float \ +static_assert(alignof(KismetTextLibrary_AsPercent_Float) == 0x000008, "Wrong alignment on KismetTextLibrary_AsPercent_Float"); \ +static_assert(sizeof(KismetTextLibrary_AsPercent_Float) == 0x000030, "Wrong size on KismetTextLibrary_AsPercent_Float"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, Value) == 0x000000, "Member 'KismetTextLibrary_AsPercent_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_AsPercent_Float::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_AsPercent_Float::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_AsPercent_Float::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_AsPercent_Float::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_AsPercent_Float::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_AsPercent_Float::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_AsPercent_Float::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsPercent_Float, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsPercent_Float::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTime_DateTime) == 0x000020, "Wrong size on KismetTextLibrary_AsTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTime_DateTime, In) == 0x000000, "Member 'KismetTextLibrary_AsTime_DateTime::In' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTime_DateTime, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimespan_Timespan \ +static_assert(alignof(KismetTextLibrary_AsTimespan_Timespan) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimespan_Timespan"); \ +static_assert(sizeof(KismetTextLibrary_AsTimespan_Timespan) == 0x000020, "Wrong size on KismetTextLibrary_AsTimespan_Timespan"); \ +static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, InTimespan) == 0x000000, "Member 'KismetTextLibrary_AsTimespan_Timespan::InTimespan' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimespan_Timespan, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_AsTimespan_Timespan::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDate_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneDate_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTimeZoneDate_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneDate_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::InTimeZone' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDate_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDate_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneDateTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTimeZoneDateTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneDateTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTimeZoneDateTime_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneDateTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::InTimeZone' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneDateTime_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneDateTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_AsTimeZoneTime_DateTime \ +static_assert(alignof(KismetTextLibrary_AsTimeZoneTime_DateTime) == 0x000008, "Wrong alignment on KismetTextLibrary_AsTimeZoneTime_DateTime"); \ +static_assert(sizeof(KismetTextLibrary_AsTimeZoneTime_DateTime) == 0x000030, "Wrong size on KismetTextLibrary_AsTimeZoneTime_DateTime"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, InDateTime) == 0x000000, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::InDateTime' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, InTimeZone) == 0x000008, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::InTimeZone' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_AsTimeZoneTime_DateTime, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_AsTimeZoneTime_DateTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_BoolToText \ +static_assert(alignof(KismetTextLibrary_Conv_BoolToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_BoolToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_BoolToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_BoolToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, InBool) == 0x000000, "Member 'KismetTextLibrary_Conv_BoolToText::InBool' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_BoolToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_BoolToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ByteToText \ +static_assert(alignof(KismetTextLibrary_Conv_ByteToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ByteToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ByteToText) == 0x000020, "Wrong size on KismetTextLibrary_Conv_ByteToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_ByteToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ByteToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ByteToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_ColorToText \ +static_assert(alignof(KismetTextLibrary_Conv_ColorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_ColorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_ColorToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_ColorToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, InColor) == 0x000000, "Member 'KismetTextLibrary_Conv_ColorToText::InColor' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ColorToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_ColorToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_DoubleToText \ +static_assert(alignof(KismetTextLibrary_Conv_DoubleToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_DoubleToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_DoubleToText) == 0x000038, "Wrong size on KismetTextLibrary_Conv_DoubleToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_DoubleToText, InDouble) == 0x000000, "Member 'KismetTextLibrary_Conv_DoubleToText::InDouble' 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_FloatToText \ +static_assert(alignof(KismetTextLibrary_Conv_FloatToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_FloatToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_FloatToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_FloatToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_FloatToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, RoundingMode) == 0x000004, "Member 'KismetTextLibrary_Conv_FloatToText::RoundingMode' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, bAlwaysSign) == 0x000005, "Member 'KismetTextLibrary_Conv_FloatToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, bUseGrouping) == 0x000006, "Member 'KismetTextLibrary_Conv_FloatToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_Conv_FloatToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_FloatToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MinimumFractionalDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_FloatToText::MinimumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, MaximumFractionalDigits) == 0x000014, "Member 'KismetTextLibrary_Conv_FloatToText::MaximumFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_FloatToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_FloatToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_Int64ToText \ +static_assert(alignof(KismetTextLibrary_Conv_Int64ToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_Int64ToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_Int64ToText) == 0x000030, "Wrong size on KismetTextLibrary_Conv_Int64ToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_Int64ToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bAlwaysSign) == 0x000008, "Member 'KismetTextLibrary_Conv_Int64ToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, bUseGrouping) == 0x000009, "Member 'KismetTextLibrary_Conv_Int64ToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MinimumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_Int64ToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, MaximumIntegralDigits) == 0x000010, "Member 'KismetTextLibrary_Conv_Int64ToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_Int64ToText, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_Int64ToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_IntToText \ +static_assert(alignof(KismetTextLibrary_Conv_IntToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_IntToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_IntToText) == 0x000028, "Wrong size on KismetTextLibrary_Conv_IntToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, Value) == 0x000000, "Member 'KismetTextLibrary_Conv_IntToText::Value' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bAlwaysSign) == 0x000004, "Member 'KismetTextLibrary_Conv_IntToText::bAlwaysSign' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, bUseGrouping) == 0x000005, "Member 'KismetTextLibrary_Conv_IntToText::bUseGrouping' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MinimumIntegralDigits) == 0x000008, "Member 'KismetTextLibrary_Conv_IntToText::MinimumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, MaximumIntegralDigits) == 0x00000C, "Member 'KismetTextLibrary_Conv_IntToText::MaximumIntegralDigits' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_IntToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_IntToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_NameToText \ +static_assert(alignof(KismetTextLibrary_Conv_NameToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_NameToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_NameToText) == 0x000020, "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) == 0x000020, "Wrong size on KismetTextLibrary_Conv_ObjectToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, InObj) == 0x000000, "Member 'KismetTextLibrary_Conv_ObjectToText::InObj' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_ObjectToText, ReturnValue) == 0x000008, "Member 'KismetTextLibrary_Conv_ObjectToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_RotatorToText \ +static_assert(alignof(KismetTextLibrary_Conv_RotatorToText) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_RotatorToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_RotatorToText) == 0x000030, "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) == 0x000028, "Wrong size on KismetTextLibrary_Conv_StringToText"); \ +static_assert(offsetof(KismetTextLibrary_Conv_StringToText, InString) == 0x000000, "Member 'KismetTextLibrary_Conv_StringToText::InString' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_StringToText, ReturnValue) == 0x000010, "Member 'KismetTextLibrary_Conv_StringToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TextToString \ +static_assert(alignof(KismetTextLibrary_Conv_TextToString) == 0x000008, "Wrong alignment on KismetTextLibrary_Conv_TextToString"); \ +static_assert(sizeof(KismetTextLibrary_Conv_TextToString) == 0x000028, "Wrong size on KismetTextLibrary_Conv_TextToString"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TextToString, InText) == 0x000000, "Member 'KismetTextLibrary_Conv_TextToString::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Conv_TextToString, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_Conv_TextToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Conv_TransformToText \ +static_assert(alignof(KismetTextLibrary_Conv_TransformToText) == 0x000010, "Wrong alignment on KismetTextLibrary_Conv_TransformToText"); \ +static_assert(sizeof(KismetTextLibrary_Conv_TransformToText) == 0x000080, "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) == 0x000028, "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) == 0x000030, "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_EqualEqual_IgnoreCase_TextText \ +static_assert(alignof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ +static_assert(sizeof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText) == 0x000038, "Wrong size on KismetTextLibrary_EqualEqual_IgnoreCase_TextText"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, B) == 0x000018, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_IgnoreCase_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_EqualEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_EqualEqual_TextText \ +static_assert(alignof(KismetTextLibrary_EqualEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_EqualEqual_TextText"); \ +static_assert(sizeof(KismetTextLibrary_EqualEqual_TextText) == 0x000038, "Wrong size on KismetTextLibrary_EqualEqual_TextText"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_EqualEqual_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, B) == 0x000018, "Member 'KismetTextLibrary_EqualEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_EqualEqual_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_EqualEqual_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_FindTextInLocalizationTable \ +static_assert(alignof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000008, "Wrong alignment on KismetTextLibrary_FindTextInLocalizationTable"); \ +static_assert(sizeof(KismetTextLibrary_FindTextInLocalizationTable) == 0x000040, "Wrong size on KismetTextLibrary_FindTextInLocalizationTable"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Namespace) == 0x000000, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Namespace' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, Key) == 0x000010, "Member 'KismetTextLibrary_FindTextInLocalizationTable::Key' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, OutText) == 0x000020, "Member 'KismetTextLibrary_FindTextInLocalizationTable::OutText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_FindTextInLocalizationTable, ReturnValue) == 0x000038, "Member 'KismetTextLibrary_FindTextInLocalizationTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_Format \ +static_assert(alignof(KismetTextLibrary_Format) == 0x000008, "Wrong alignment on KismetTextLibrary_Format"); \ +static_assert(sizeof(KismetTextLibrary_Format) == 0x000040, "Wrong size on KismetTextLibrary_Format"); \ +static_assert(offsetof(KismetTextLibrary_Format, InPattern) == 0x000000, "Member 'KismetTextLibrary_Format::InPattern' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Format, InArgs) == 0x000018, "Member 'KismetTextLibrary_Format::InArgs' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_Format, ReturnValue) == 0x000028, "Member 'KismetTextLibrary_Format::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_GetEmptyText \ +static_assert(alignof(KismetTextLibrary_GetEmptyText) == 0x000008, "Wrong alignment on KismetTextLibrary_GetEmptyText"); \ +static_assert(sizeof(KismetTextLibrary_GetEmptyText) == 0x000018, "Wrong size on KismetTextLibrary_GetEmptyText"); \ +static_assert(offsetof(KismetTextLibrary_GetEmptyText, ReturnValue) == 0x000000, "Member 'KismetTextLibrary_GetEmptyText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_IsPolyglotDataValid \ +static_assert(alignof(KismetTextLibrary_IsPolyglotDataValid) == 0x000008, "Wrong alignment on KismetTextLibrary_IsPolyglotDataValid"); \ +static_assert(sizeof(KismetTextLibrary_IsPolyglotDataValid) == 0x0000D8, "Wrong size on KismetTextLibrary_IsPolyglotDataValid"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_IsPolyglotDataValid::PolyglotData' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, IsValid) == 0x0000B8, "Member 'KismetTextLibrary_IsPolyglotDataValid::IsValid' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_IsPolyglotDataValid, ErrorMessage) == 0x0000C0, "Member 'KismetTextLibrary_IsPolyglotDataValid::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_IgnoreCase_TextText \ +static_assert(alignof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ +static_assert(sizeof(KismetTextLibrary_NotEqual_IgnoreCase_TextText) == 0x000038, "Wrong size on KismetTextLibrary_NotEqual_IgnoreCase_TextText"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, B) == 0x000018, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_IgnoreCase_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_NotEqual_IgnoreCase_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_NotEqual_TextText \ +static_assert(alignof(KismetTextLibrary_NotEqual_TextText) == 0x000008, "Wrong alignment on KismetTextLibrary_NotEqual_TextText"); \ +static_assert(sizeof(KismetTextLibrary_NotEqual_TextText) == 0x000038, "Wrong size on KismetTextLibrary_NotEqual_TextText"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, A) == 0x000000, "Member 'KismetTextLibrary_NotEqual_TextText::A' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, B) == 0x000018, "Member 'KismetTextLibrary_NotEqual_TextText::B' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_NotEqual_TextText, ReturnValue) == 0x000030, "Member 'KismetTextLibrary_NotEqual_TextText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_PolyglotDataToText \ +static_assert(alignof(KismetTextLibrary_PolyglotDataToText) == 0x000008, "Wrong alignment on KismetTextLibrary_PolyglotDataToText"); \ +static_assert(sizeof(KismetTextLibrary_PolyglotDataToText) == 0x0000D0, "Wrong size on KismetTextLibrary_PolyglotDataToText"); \ +static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, PolyglotData) == 0x000000, "Member 'KismetTextLibrary_PolyglotDataToText::PolyglotData' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_PolyglotDataToText, ReturnValue) == 0x0000B8, "Member 'KismetTextLibrary_PolyglotDataToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_StringTableIdAndKeyFromText \ +static_assert(alignof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000008, "Wrong alignment on KismetTextLibrary_StringTableIdAndKeyFromText"); \ +static_assert(sizeof(KismetTextLibrary_StringTableIdAndKeyFromText) == 0x000038, "Wrong size on KismetTextLibrary_StringTableIdAndKeyFromText"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, Text) == 0x000000, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutTableId) == 0x000018, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutTableId' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, OutKey) == 0x000020, "Member 'KismetTextLibrary_StringTableIdAndKeyFromText::OutKey' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_StringTableIdAndKeyFromText, ReturnValue) == 0x000030, "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) == 0x000030, "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) == 0x000020, "Wrong size on KismetTextLibrary_TextIsCultureInvariant"); \ +static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsCultureInvariant::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsCultureInvariant, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsCultureInvariant::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsEmpty \ +static_assert(alignof(KismetTextLibrary_TextIsEmpty) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsEmpty"); \ +static_assert(sizeof(KismetTextLibrary_TextIsEmpty) == 0x000020, "Wrong size on KismetTextLibrary_TextIsEmpty"); \ +static_assert(offsetof(KismetTextLibrary_TextIsEmpty, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsEmpty::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsEmpty, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsEmpty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsFromStringTable \ +static_assert(alignof(KismetTextLibrary_TextIsFromStringTable) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsFromStringTable"); \ +static_assert(sizeof(KismetTextLibrary_TextIsFromStringTable) == 0x000020, "Wrong size on KismetTextLibrary_TextIsFromStringTable"); \ +static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, Text) == 0x000000, "Member 'KismetTextLibrary_TextIsFromStringTable::Text' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsFromStringTable, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsFromStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextIsTransient \ +static_assert(alignof(KismetTextLibrary_TextIsTransient) == 0x000008, "Wrong alignment on KismetTextLibrary_TextIsTransient"); \ +static_assert(sizeof(KismetTextLibrary_TextIsTransient) == 0x000020, "Wrong size on KismetTextLibrary_TextIsTransient"); \ +static_assert(offsetof(KismetTextLibrary_TextIsTransient, InText) == 0x000000, "Member 'KismetTextLibrary_TextIsTransient::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextIsTransient, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextIsTransient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextToLower \ +static_assert(alignof(KismetTextLibrary_TextToLower) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToLower"); \ +static_assert(sizeof(KismetTextLibrary_TextToLower) == 0x000030, "Wrong size on KismetTextLibrary_TextToLower"); \ +static_assert(offsetof(KismetTextLibrary_TextToLower, InText) == 0x000000, "Member 'KismetTextLibrary_TextToLower::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextToLower, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextToLower::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextToUpper \ +static_assert(alignof(KismetTextLibrary_TextToUpper) == 0x000008, "Wrong alignment on KismetTextLibrary_TextToUpper"); \ +static_assert(sizeof(KismetTextLibrary_TextToUpper) == 0x000030, "Wrong size on KismetTextLibrary_TextToUpper"); \ +static_assert(offsetof(KismetTextLibrary_TextToUpper, InText) == 0x000000, "Member 'KismetTextLibrary_TextToUpper::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextToUpper, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextToUpper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPreceding \ +static_assert(alignof(KismetTextLibrary_TextTrimPreceding) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPreceding"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimPreceding) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimPreceding"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPreceding::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPreceding, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimPreceding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimPrecedingAndTrailing \ +static_assert(alignof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimPrecedingAndTrailing) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimPrecedingAndTrailing"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimPrecedingAndTrailing, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimPrecedingAndTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_KismetTextLibrary_TextTrimTrailing \ +static_assert(alignof(KismetTextLibrary_TextTrimTrailing) == 0x000008, "Wrong alignment on KismetTextLibrary_TextTrimTrailing"); \ +static_assert(sizeof(KismetTextLibrary_TextTrimTrailing) == 0x000030, "Wrong size on KismetTextLibrary_TextTrimTrailing"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, InText) == 0x000000, "Member 'KismetTextLibrary_TextTrimTrailing::InText' has a wrong offset!"); \ +static_assert(offsetof(KismetTextLibrary_TextTrimTrailing, ReturnValue) == 0x000018, "Member 'KismetTextLibrary_TextTrimTrailing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UKismetTextLibrary \ +static_assert(alignof(UKismetTextLibrary) == 0x000008, "Wrong alignment on UKismetTextLibrary"); \ +static_assert(sizeof(UKismetTextLibrary) == 0x000028, "Wrong size on UKismetTextLibrary"); \ + +#define DUMPER7_ASSERTS_ILevelPartitionInterface \ +static_assert(alignof(ILevelPartitionInterface) == 0x000001, "Wrong alignment on ILevelPartitionInterface"); \ +static_assert(sizeof(ILevelPartitionInterface) == 0x000001, "Wrong size on ILevelPartitionInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMin \ +static_assert(alignof(UMaterialExpressionMin) == 0x000008, "Wrong alignment on UMaterialExpressionMin"); \ +static_assert(sizeof(UMaterialExpressionMin) == 0x000070, "Wrong size on UMaterialExpressionMin"); \ +static_assert(offsetof(UMaterialExpressionMin, A) == 0x000040, "Member 'UMaterialExpressionMin::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, B) == 0x000054, "Member 'UMaterialExpressionMin::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstA) == 0x000068, "Member 'UMaterialExpressionMin::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMin, ConstB) == 0x00006C, "Member 'UMaterialExpressionMin::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteBase \ +static_assert(alignof(UMaterialExpressionNamedRerouteBase) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteBase"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteBase) == 0x000040, "Wrong size on UMaterialExpressionNamedRerouteBase"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteDeclaration \ +static_assert(alignof(UMaterialExpressionNamedRerouteDeclaration) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteDeclaration) == 0x000070, "Wrong size on UMaterialExpressionNamedRerouteDeclaration"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Input) == 0x000040, "Member 'UMaterialExpressionNamedRerouteDeclaration::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, Name_0) == 0x000054, "Member 'UMaterialExpressionNamedRerouteDeclaration::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteDeclaration, VariableGuid) == 0x00005C, "Member 'UMaterialExpressionNamedRerouteDeclaration::VariableGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceComponent \ +static_assert(alignof(ULevelInstanceComponent) == 0x000010, "Wrong alignment on ULevelInstanceComponent"); \ +static_assert(sizeof(ULevelInstanceComponent) == 0x0002C0, "Wrong size on ULevelInstanceComponent"); \ + +#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_ALevelInstanceEditorInstanceActor \ +static_assert(alignof(ALevelInstanceEditorInstanceActor) == 0x000008, "Wrong alignment on ALevelInstanceEditorInstanceActor"); \ +static_assert(sizeof(ALevelInstanceEditorInstanceActor) == 0x000288, "Wrong size on ALevelInstanceEditorInstanceActor"); \ + +#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) == 0x0000FC, "Member 'ULevelStreaming::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, EditorStreamingVolumes) == 0x000110, "Member 'ULevelStreaming::EditorStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, MinTimeBetweenVolumeUnloadRequests) == 0x000120, "Member 'ULevelStreaming::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelLoaded) == 0x000128, "Member 'ULevelStreaming::OnLevelLoaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelUnloaded) == 0x000138, "Member 'ULevelStreaming::OnLevelUnloaded' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelShown) == 0x000148, "Member 'ULevelStreaming::OnLevelShown' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, OnLevelHidden) == 0x000158, "Member 'ULevelStreaming::OnLevelHidden' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, LoadedLevel) == 0x000168, "Member 'ULevelStreaming::LoadedLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, PendingUnloadLevel) == 0x000170, "Member 'ULevelStreaming::PendingUnloadLevel' has a wrong offset!"); \ +static_assert(offsetof(ULevelStreaming, IncrementalPendingUnloadLevels) == 0x000178, "Member 'ULevelStreaming::IncrementalPendingUnloadLevels' 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_UMaterialExpressionObjectBounds \ +static_assert(alignof(UMaterialExpressionObjectBounds) == 0x000008, "Wrong alignment on UMaterialExpressionObjectBounds"); \ +static_assert(sizeof(UMaterialExpressionObjectBounds) == 0x000040, "Wrong size on UMaterialExpressionObjectBounds"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionStreamingPolicy \ +static_assert(alignof(UWorldPartitionStreamingPolicy) == 0x000008, "Wrong alignment on UWorldPartitionStreamingPolicy"); \ +static_assert(sizeof(UWorldPartitionStreamingPolicy) == 0x0009F0, "Wrong size on UWorldPartitionStreamingPolicy"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionLevelStreamingPolicy \ +static_assert(alignof(UWorldPartitionLevelStreamingPolicy) == 0x000008, "Wrong alignment on UWorldPartitionLevelStreamingPolicy"); \ +static_assert(sizeof(UWorldPartitionLevelStreamingPolicy) == 0x000A40, "Wrong size on UWorldPartitionLevelStreamingPolicy"); \ +static_assert(offsetof(UWorldPartitionLevelStreamingPolicy, SubObjectsToCellRemapping) == 0x0009F0, "Member 'UWorldPartitionLevelStreamingPolicy::SubObjectsToCellRemapping' 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_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_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_UMaterialExpressionDepthFade \ +static_assert(alignof(UMaterialExpressionDepthFade) == 0x000008, "Wrong alignment on UMaterialExpressionDepthFade"); \ +static_assert(sizeof(UMaterialExpressionDepthFade) == 0x000070, "Wrong size on UMaterialExpressionDepthFade"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, InOpacity) == 0x000040, "Member 'UMaterialExpressionDepthFade::InOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistance) == 0x000054, "Member 'UMaterialExpressionDepthFade::FadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, OpacityDefault) == 0x000068, "Member 'UMaterialExpressionDepthFade::OpacityDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDepthFade, FadeDistanceDefault) == 0x00006C, "Member 'UMaterialExpressionDepthFade::FadeDistanceDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingLevelInstance \ +static_assert(alignof(ULevelStreamingLevelInstance) == 0x000010, "Wrong alignment on ULevelStreamingLevelInstance"); \ +static_assert(sizeof(ULevelStreamingLevelInstance) == 0x0001C0, "Wrong size on ULevelStreamingLevelInstance"); \ + +#define DUMPER7_ASSERTS_ULevelInstanceSubsystem \ +static_assert(alignof(ULevelInstanceSubsystem) == 0x000008, "Wrong alignment on ULevelInstanceSubsystem"); \ +static_assert(sizeof(ULevelInstanceSubsystem) == 0x000170, "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) == 0x000290, "Wrong size on ALevelScriptActor"); \ + +#define DUMPER7_ASSERTS_ULevelScriptBlueprint \ +static_assert(alignof(ULevelScriptBlueprint) == 0x000008, "Wrong alignment on ULevelScriptBlueprint"); \ +static_assert(sizeof(ULevelScriptBlueprint) == 0x0000A0, "Wrong size on ULevelScriptBlueprint"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistance \ +static_assert(alignof(UMaterialExpressionDistance) == 0x000008, "Wrong alignment on UMaterialExpressionDistance"); \ +static_assert(sizeof(UMaterialExpressionDistance) == 0x000068, "Wrong size on UMaterialExpressionDistance"); \ +static_assert(offsetof(UMaterialExpressionDistance, A) == 0x000040, "Member 'UMaterialExpressionDistance::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistance, B) == 0x000054, "Member 'UMaterialExpressionDistance::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldComposition \ +static_assert(alignof(UWorldComposition) == 0x000008, "Wrong alignment on UWorldComposition"); \ +static_assert(sizeof(UWorldComposition) == 0x000078, "Wrong size on UWorldComposition"); \ +static_assert(offsetof(UWorldComposition, TilesStreaming) == 0x000058, "Member 'UWorldComposition::TilesStreaming' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, TilesStreamingTimeThreshold) == 0x000068, "Member 'UWorldComposition::TilesStreamingTimeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bLoadAllTilesDuringCinematic) == 0x000070, "Member 'UWorldComposition::bLoadAllTilesDuringCinematic' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, bRebaseOriginIn3DSpace) == 0x000071, "Member 'UWorldComposition::bRebaseOriginIn3DSpace' has a wrong offset!"); \ +static_assert(offsetof(UWorldComposition, RebaseOriginDistance) == 0x000074, "Member 'UWorldComposition::RebaseOriginDistance' has a wrong offset!"); \ + +#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_ALevelStreamingVolume \ +static_assert(alignof(ALevelStreamingVolume) == 0x000008, "Wrong alignment on ALevelStreamingVolume"); \ +static_assert(sizeof(ALevelStreamingVolume) == 0x0002D8, "Wrong size on ALevelStreamingVolume"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingLevelNames) == 0x0002C0, "Member 'ALevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ +static_assert(offsetof(ALevelStreamingVolume, StreamingUsage) == 0x0002D4, "Member 'ALevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightMapTexture2D \ +static_assert(alignof(ULightMapTexture2D) == 0x000010, "Wrong alignment on ULightMapTexture2D"); \ +static_assert(sizeof(ULightMapTexture2D) == 0x0002B0, "Wrong size on ULightMapTexture2D"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceToNearestSurface \ +static_assert(alignof(UMaterialExpressionDistanceToNearestSurface) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(sizeof(UMaterialExpressionDistanceToNearestSurface) == 0x000058, "Wrong size on UMaterialExpressionDistanceToNearestSurface"); \ +static_assert(offsetof(UMaterialExpressionDistanceToNearestSurface, position) == 0x000040, "Member 'UMaterialExpressionDistanceToNearestSurface::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightMapVirtualTexture2D \ +static_assert(alignof(ULightMapVirtualTexture2D) == 0x000010, "Wrong alignment on ULightMapVirtualTexture2D"); \ +static_assert(sizeof(ULightMapVirtualTexture2D) == 0x0002C0, "Wrong size on ULightMapVirtualTexture2D"); \ +static_assert(offsetof(ULightMapVirtualTexture2D, TypeToLayer) == 0x0002A8, "Member 'ULightMapVirtualTexture2D::TypeToLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightmassCharacterIndirectDetailVolume \ +static_assert(alignof(ALightmassCharacterIndirectDetailVolume) == 0x000008, "Wrong alignment on ALightmassCharacterIndirectDetailVolume"); \ +static_assert(sizeof(ALightmassCharacterIndirectDetailVolume) == 0x0002C0, "Wrong size on ALightmassCharacterIndirectDetailVolume"); \ + +#define DUMPER7_ASSERTS_ALightmassImportanceVolume \ +static_assert(alignof(ALightmassImportanceVolume) == 0x000008, "Wrong alignment on ALightmassImportanceVolume"); \ +static_assert(sizeof(ALightmassImportanceVolume) == 0x0002C0, "Wrong size on ALightmassImportanceVolume"); \ + +#define DUMPER7_ASSERTS_ALightmassPortal \ +static_assert(alignof(ALightmassPortal) == 0x000008, "Wrong alignment on ALightmassPortal"); \ +static_assert(sizeof(ALightmassPortal) == 0x000290, "Wrong size on ALightmassPortal"); \ +static_assert(offsetof(ALightmassPortal, PortalComponent) == 0x000288, "Member 'ALightmassPortal::PortalComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDynamicParameter \ +static_assert(alignof(UMaterialExpressionDynamicParameter) == 0x000008, "Wrong alignment on UMaterialExpressionDynamicParameter"); \ +static_assert(sizeof(UMaterialExpressionDynamicParameter) == 0x000068, "Wrong size on UMaterialExpressionDynamicParameter"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParamNames) == 0x000040, "Member 'UMaterialExpressionDynamicParameter::ParamNames' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, DefaultValue) == 0x000050, "Member 'UMaterialExpressionDynamicParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDynamicParameter, ParameterIndex) == 0x000060, "Member 'UMaterialExpressionDynamicParameter::ParameterIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULightmassPortalComponent \ +static_assert(alignof(ULightmassPortalComponent) == 0x000010, "Wrong alignment on ULightmassPortalComponent"); \ +static_assert(sizeof(ULightmassPortalComponent) == 0x0002D0, "Wrong size on ULightmassPortalComponent"); \ +static_assert(offsetof(ULightmassPortalComponent, PreviewBox) == 0x0002C0, "Member 'ULightmassPortalComponent::PreviewBox' has a wrong offset!"); \ + +#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_LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance \ +static_assert(alignof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance) == 0x000008, "Wrong alignment on LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance"); \ +static_assert(sizeof(LightWeightInstanceBlueprintFunctionLibrary_ConvertActorToLightWeightInstance) == 0x000020, "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_UActorInstanceHandleInterface \ +static_assert(alignof(UActorInstanceHandleInterface) == 0x000008, "Wrong alignment on UActorInstanceHandleInterface"); \ +static_assert(sizeof(UActorInstanceHandleInterface) == 0x000048, "Wrong size on UActorInstanceHandleInterface"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceCustomData3Vector \ +static_assert(alignof(UMaterialExpressionPerInstanceCustomData3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceCustomData3Vector"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceCustomData3Vector) == 0x000068, "Wrong size on UMaterialExpressionPerInstanceCustomData3Vector"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, DefaultValue) == 0x000040, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, ConstDefaultValue) == 0x000054, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::ConstDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPerInstanceCustomData3Vector, DataIndex) == 0x000064, "Member 'UMaterialExpressionPerInstanceCustomData3Vector::DataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightWeightInstanceManager \ +static_assert(alignof(ALightWeightInstanceManager) == 0x000008, "Wrong alignment on ALightWeightInstanceManager"); \ +static_assert(sizeof(ALightWeightInstanceManager) == 0x000328, "Wrong size on ALightWeightInstanceManager"); \ +static_assert(offsetof(ALightWeightInstanceManager, RepresentedClass) == 0x000298, "Member 'ALightWeightInstanceManager::RepresentedClass' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, AcceptedClass) == 0x0002A0, "Member 'ALightWeightInstanceManager::AcceptedClass' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, InstanceTransforms) == 0x0002A8, "Member 'ALightWeightInstanceManager::InstanceTransforms' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, FreeIndices) == 0x000308, "Member 'ALightWeightInstanceManager::FreeIndices' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceManager, ValidIndices) == 0x000318, "Member 'ALightWeightInstanceManager::ValidIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALightWeightInstanceStaticMeshManager \ +static_assert(alignof(ALightWeightInstanceStaticMeshManager) == 0x000008, "Wrong alignment on ALightWeightInstanceStaticMeshManager"); \ +static_assert(sizeof(ALightWeightInstanceStaticMeshManager) == 0x000390, "Wrong size on ALightWeightInstanceStaticMeshManager"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, StaticMesh) == 0x000330, "Member 'ALightWeightInstanceStaticMeshManager::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, InstancedStaticMeshComponent) == 0x000358, "Member 'ALightWeightInstanceStaticMeshManager::InstancedStaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, RenderingIndicesToDataIndices) == 0x000360, "Member 'ALightWeightInstanceStaticMeshManager::RenderingIndicesToDataIndices' has a wrong offset!"); \ +static_assert(offsetof(ALightWeightInstanceStaticMeshManager, DataIndicesToRenderingIndices) == 0x000370, "Member 'ALightWeightInstanceStaticMeshManager::DataIndicesToRenderingIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineBatchComponent \ +static_assert(alignof(ULineBatchComponent) == 0x000010, "Wrong alignment on ULineBatchComponent"); \ +static_assert(sizeof(ULineBatchComponent) == 0x0005B0, "Wrong size on ULineBatchComponent"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPixelDepth \ +static_assert(alignof(UMaterialExpressionPixelDepth) == 0x000008, "Wrong alignment on UMaterialExpressionPixelDepth"); \ +static_assert(sizeof(UMaterialExpressionPixelDepth) == 0x000040, "Wrong size on UMaterialExpressionPixelDepth"); \ + +#define DUMPER7_ASSERTS_ALODActor \ +static_assert(alignof(ALODActor) == 0x000008, "Wrong alignment on ALODActor"); \ +static_assert(sizeof(ALODActor) == 0x000310, "Wrong size on ALODActor"); \ +static_assert(offsetof(ALODActor, StaticMeshComponent) == 0x000288, "Member 'ALODActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, InstancedStaticMeshComponents) == 0x000290, "Member 'ALODActor::InstancedStaticMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Proxy) == 0x0002E0, "Member 'ALODActor::Proxy' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, Key) == 0x0002E8, "Member 'ALODActor::Key' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODDrawDistance) == 0x0002F0, "Member 'ALODActor::LODDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, LODLevel) == 0x0002F4, "Member 'ALODActor::LODLevel' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, SubActors) == 0x0002F8, "Member 'ALODActor::SubActors' has a wrong offset!"); \ +static_assert(offsetof(ALODActor, CachedNumHLODLevels) == 0x000308, "Member 'ALODActor::CachedNumHLODLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMapBuildDataRegistry \ +static_assert(alignof(UMapBuildDataRegistry) == 0x000008, "Wrong alignment on UMapBuildDataRegistry"); \ +static_assert(sizeof(UMapBuildDataRegistry) == 0x000238, "Wrong size on UMapBuildDataRegistry"); \ +static_assert(offsetof(UMapBuildDataRegistry, LevelLightingQuality) == 0x000028, "Member 'UMapBuildDataRegistry::LevelLightingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedLocalBounds \ +static_assert(alignof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedLocalBounds"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedLocalBounds) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedLocalBounds"); \ + +#define DUMPER7_ASSERTS_UMaterial \ +static_assert(alignof(UMaterial) == 0x000008, "Wrong alignment on UMaterial"); \ +static_assert(sizeof(UMaterial) == 0x0002C8, "Wrong size on UMaterial"); \ +static_assert(offsetof(UMaterial, PhysMaterial) == 0x000098, "Member 'UMaterial::PhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysMaterialMask) == 0x0000A0, "Member 'UMaterial::PhysMaterialMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PhysicalMaterialMap) == 0x0000A8, "Member 'UMaterial::PhysicalMaterialMap' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BaseColor) == 0x0000E8, "Member 'UMaterial::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Metallic) == 0x0000FC, "Member 'UMaterial::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Specular) == 0x000110, "Member 'UMaterial::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Roughness) == 0x000124, "Member 'UMaterial::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Anisotropy) == 0x000138, "Member 'UMaterial::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Normal) == 0x00014C, "Member 'UMaterial::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Tangent) == 0x000160, "Member 'UMaterial::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, EmissiveColor) == 0x000174, "Member 'UMaterial::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDomain) == 0x000188, "Member 'UMaterial::MaterialDomain' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendMode) == 0x000189, "Member 'UMaterial::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, DecalBlendMode) == 0x00018A, "Member 'UMaterial::DecalBlendMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialDecalResponse) == 0x00018B, "Member 'UMaterial::MaterialDecalResponse' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModel) == 0x00018C, "Member 'UMaterial::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModels) == 0x00018E, "Member 'UMaterial::ShadingModels' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, OpacityMaskClipValue) == 0x000190, "Member 'UMaterial::OpacityMaskClipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, WorldPositionOffset) == 0x000194, "Member 'UMaterial::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, AmbientOcclusion) == 0x0001A8, "Member 'UMaterial::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, Refraction) == 0x0001BC, "Member 'UMaterial::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, MaterialAttributes) == 0x0001D0, "Member 'UMaterial::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, PixelDepthOffset) == 0x0001E8, "Member 'UMaterial::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingModelFromMaterialExpression) == 0x0001FC, "Member 'UMaterial::ShadingModelFromMaterialExpression' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, FrontMaterial) == 0x000210, "Member 'UMaterial::FrontMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyPass) == 0x000226, "Member 'UMaterial::TranslucencyPass' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyLightingMode) == 0x000227, "Member 'UMaterial::TranslucencyLightingMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, NumCustomizedUVs) == 0x00022C, "Member 'UMaterial::NumCustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucencyDirectionalLightingIntensity) == 0x000230, "Member 'UMaterial::TranslucencyDirectionalLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowDensityScale) == 0x000234, "Member 'UMaterial::TranslucentShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowDensityScale) == 0x000238, "Member 'UMaterial::TranslucentSelfShadowDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondDensityScale) == 0x00023C, "Member 'UMaterial::TranslucentSelfShadowSecondDensityScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentSelfShadowSecondOpacity) == 0x000240, "Member 'UMaterial::TranslucentSelfShadowSecondOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentBackscatteringExponent) == 0x000244, "Member 'UMaterial::TranslucentBackscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentMultipleScatteringExtinction) == 0x000248, "Member 'UMaterial::TranslucentMultipleScatteringExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, TranslucentShadowStartOffset) == 0x000258, "Member 'UMaterial::TranslucentShadowStartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, FloatPrecisionMode) == 0x000265, "Member 'UMaterial::FloatPrecisionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, ShadingRate) == 0x00026D, "Member 'UMaterial::ShadingRate' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendableLocation) == 0x000271, "Member 'UMaterial::BlendableLocation' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilCompare) == 0x000273, "Member 'UMaterial::StencilCompare' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StencilRefValue) == 0x000274, "Member 'UMaterial::StencilRefValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionMode) == 0x000275, "Member 'UMaterial::RefractionMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, BlendablePriority) == 0x000278, "Member 'UMaterial::BlendablePriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, UsageFlagWarnings) == 0x000280, "Member 'UMaterial::UsageFlagWarnings' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, RefractionDepthBias) == 0x000284, "Member 'UMaterial::RefractionDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMaterial, StateId) == 0x000288, "Member 'UMaterial::StateId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATextRenderActor \ +static_assert(alignof(ATextRenderActor) == 0x000008, "Wrong alignment on ATextRenderActor"); \ +static_assert(sizeof(ATextRenderActor) == 0x000290, "Wrong size on ATextRenderActor"); \ +static_assert(offsetof(ATextRenderActor, TextRender) == 0x000288, "Member 'ATextRenderActor::TextRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAbs \ +static_assert(alignof(UMaterialExpressionAbs) == 0x000008, "Wrong alignment on UMaterialExpressionAbs"); \ +static_assert(sizeof(UMaterialExpressionAbs) == 0x000058, "Wrong size on UMaterialExpressionAbs"); \ +static_assert(offsetof(UMaterialExpressionAbs, Input) == 0x000040, "Member 'UMaterialExpressionAbs::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAbsorptionMediumMaterialOutput \ +static_assert(alignof(UMaterialExpressionAbsorptionMediumMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionAbsorptionMediumMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionAbsorptionMediumMaterialOutput) == 0x000058, "Wrong size on UMaterialExpressionAbsorptionMediumMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionAbsorptionMediumMaterialOutput, TransmittanceColor) == 0x000040, "Member 'UMaterialExpressionAbsorptionMediumMaterialOutput::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionQualitySwitch \ +static_assert(alignof(UMaterialExpressionQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionQualitySwitch) == 0x0000A8, "Wrong size on UMaterialExpressionQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Default) == 0x000040, "Member 'UMaterialExpressionQualitySwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionQualitySwitch, Inputs) == 0x000054, "Member 'UMaterialExpressionQualitySwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionActorPositionWS \ +static_assert(alignof(UMaterialExpressionActorPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionActorPositionWS"); \ +static_assert(sizeof(UMaterialExpressionActorPositionWS) == 0x000040, "Wrong size on UMaterialExpressionActorPositionWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAppendVector \ +static_assert(alignof(UMaterialExpressionAppendVector) == 0x000008, "Wrong alignment on UMaterialExpressionAppendVector"); \ +static_assert(sizeof(UMaterialExpressionAppendVector) == 0x000068, "Wrong size on UMaterialExpressionAppendVector"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, A) == 0x000040, "Member 'UMaterialExpressionAppendVector::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionAppendVector, B) == 0x000054, "Member 'UMaterialExpressionAppendVector::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSwitch \ +static_assert(alignof(UMaterialExpressionSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionSwitch"); \ +static_assert(sizeof(UMaterialExpressionSwitch) == 0x000090, "Wrong size on UMaterialExpressionSwitch"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Description) == 0x000040, "Member 'UMaterialExpressionSwitch::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, SwitchValue) == 0x000050, "Member 'UMaterialExpressionSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, ConstSwitchValue) == 0x000064, "Member 'UMaterialExpressionSwitch::ConstSwitchValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Default) == 0x000068, "Member 'UMaterialExpressionSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, ConstDefault) == 0x00007C, "Member 'UMaterialExpressionSwitch::ConstDefault' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSwitch, Inputs) == 0x000080, "Member 'UMaterialExpressionSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArccosine \ +static_assert(alignof(UMaterialExpressionArccosine) == 0x000008, "Wrong alignment on UMaterialExpressionArccosine"); \ +static_assert(sizeof(UMaterialExpressionArccosine) == 0x000058, "Wrong size on UMaterialExpressionArccosine"); \ +static_assert(offsetof(UMaterialExpressionArccosine, Input) == 0x000040, "Member 'UMaterialExpressionArccosine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsine \ +static_assert(alignof(UMaterialExpressionArcsine) == 0x000008, "Wrong alignment on UMaterialExpressionArcsine"); \ +static_assert(sizeof(UMaterialExpressionArcsine) == 0x000058, "Wrong size on UMaterialExpressionArcsine"); \ +static_assert(offsetof(UMaterialExpressionArcsine, Input) == 0x000040, "Member 'UMaterialExpressionArcsine::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArcsineFast \ +static_assert(alignof(UMaterialExpressionArcsineFast) == 0x000008, "Wrong alignment on UMaterialExpressionArcsineFast"); \ +static_assert(sizeof(UMaterialExpressionArcsineFast) == 0x000058, "Wrong size on UMaterialExpressionArcsineFast"); \ +static_assert(offsetof(UMaterialExpressionArcsineFast, Input) == 0x000040, "Member 'UMaterialExpressionArcsineFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureCoordinate \ +static_assert(alignof(UMaterialExpressionTextureCoordinate) == 0x000008, "Wrong alignment on UMaterialExpressionTextureCoordinate"); \ +static_assert(sizeof(UMaterialExpressionTextureCoordinate) == 0x000050, "Wrong size on UMaterialExpressionTextureCoordinate"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, CoordinateIndex) == 0x000040, "Member 'UMaterialExpressionTextureCoordinate::CoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, UTiling) == 0x000044, "Member 'UMaterialExpressionTextureCoordinate::UTiling' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTextureCoordinate, VTiling) == 0x000048, "Member 'UMaterialExpressionTextureCoordinate::VTiling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent \ +static_assert(alignof(UMaterialExpressionArctangent) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent"); \ +static_assert(sizeof(UMaterialExpressionArctangent) == 0x000058, "Wrong size on UMaterialExpressionArctangent"); \ +static_assert(offsetof(UMaterialExpressionArctangent, Input) == 0x000040, "Member 'UMaterialExpressionArctangent::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent2 \ +static_assert(alignof(UMaterialExpressionArctangent2) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2"); \ +static_assert(sizeof(UMaterialExpressionArctangent2) == 0x000068, "Wrong size on UMaterialExpressionArctangent2"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2, X) == 0x000054, "Member 'UMaterialExpressionArctangent2::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangent2Fast \ +static_assert(alignof(UMaterialExpressionArctangent2Fast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangent2Fast"); \ +static_assert(sizeof(UMaterialExpressionArctangent2Fast) == 0x000068, "Wrong size on UMaterialExpressionArctangent2Fast"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, Y) == 0x000040, "Member 'UMaterialExpressionArctangent2Fast::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionArctangent2Fast, X) == 0x000054, "Member 'UMaterialExpressionArctangent2Fast::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionArctangentFast \ +static_assert(alignof(UMaterialExpressionArctangentFast) == 0x000008, "Wrong alignment on UMaterialExpressionArctangentFast"); \ +static_assert(sizeof(UMaterialExpressionArctangentFast) == 0x000058, "Wrong size on UMaterialExpressionArctangentFast"); \ +static_assert(offsetof(UMaterialExpressionArctangentFast, Input) == 0x000040, "Member 'UMaterialExpressionArctangentFast::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameter2DArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameter2DArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameter2DArray) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameter2DArray"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionAtmosphericLightColor \ +static_assert(alignof(UMaterialExpressionAtmosphericLightColor) == 0x000008, "Wrong alignment on UMaterialExpressionAtmosphericLightColor"); \ +static_assert(sizeof(UMaterialExpressionAtmosphericLightColor) == 0x000040, "Wrong size on UMaterialExpressionAtmosphericLightColor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBentNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionBentNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionBentNormalCustomOutput) == 0x000058, "Wrong size on UMaterialExpressionBentNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionBentNormalCustomOutput, Input) == 0x000040, "Member 'UMaterialExpressionBentNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterVolume \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterVolume) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterVolume"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterVolume) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterVolume"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetVolume \ +static_assert(alignof(UTextureRenderTargetVolume) == 0x000010, "Wrong alignment on UTextureRenderTargetVolume"); \ +static_assert(sizeof(UTextureRenderTargetVolume) == 0x000220, "Wrong size on UTextureRenderTargetVolume"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeX) == 0x0001F8, "Member 'UTextureRenderTargetVolume::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeY) == 0x0001FC, "Member 'UTextureRenderTargetVolume::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, SizeZ) == 0x000200, "Member 'UTextureRenderTargetVolume::SizeZ' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, ClearColor) == 0x000204, "Member 'UTextureRenderTargetVolume::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetVolume, OverrideFormat) == 0x000214, "Member 'UTextureRenderTargetVolume::OverrideFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBinaryOp \ +static_assert(alignof(UMaterialExpressionBinaryOp) == 0x000008, "Wrong alignment on UMaterialExpressionBinaryOp"); \ +static_assert(sizeof(UMaterialExpressionBinaryOp) == 0x000070, "Wrong size on UMaterialExpressionBinaryOp"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, A) == 0x000040, "Member 'UMaterialExpressionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, B) == 0x000054, "Member 'UMaterialExpressionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, ConstA) == 0x000068, "Member 'UMaterialExpressionBinaryOp::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBinaryOp, ConstB) == 0x00006C, "Member 'UMaterialExpressionBinaryOp::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLess \ +static_assert(alignof(UMaterialExpressionLess) == 0x000008, "Wrong alignment on UMaterialExpressionLess"); \ +static_assert(sizeof(UMaterialExpressionLess) == 0x000070, "Wrong size on UMaterialExpressionLess"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBlackBody \ +static_assert(alignof(UMaterialExpressionBlackBody) == 0x000008, "Wrong alignment on UMaterialExpressionBlackBody"); \ +static_assert(sizeof(UMaterialExpressionBlackBody) == 0x000058, "Wrong size on UMaterialExpressionBlackBody"); \ +static_assert(offsetof(UMaterialExpressionBlackBody, Temp) == 0x000040, "Member 'UMaterialExpressionBlackBody::Temp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBreakMaterialAttributes \ +static_assert(alignof(UMaterialExpressionBreakMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionBreakMaterialAttributes) == 0x000058, "Wrong size on UMaterialExpressionBreakMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionBreakMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionBreakMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionBumpOffset \ +static_assert(alignof(UMaterialExpressionBumpOffset) == 0x000008, "Wrong alignment on UMaterialExpressionBumpOffset"); \ +static_assert(sizeof(UMaterialExpressionBumpOffset) == 0x000088, "Wrong size on UMaterialExpressionBumpOffset"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Coordinate) == 0x000040, "Member 'UMaterialExpressionBumpOffset::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, Height) == 0x000054, "Member 'UMaterialExpressionBumpOffset::Height' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatioInput) == 0x000068, "Member 'UMaterialExpressionBumpOffset::HeightRatioInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, HeightRatio) == 0x00007C, "Member 'UMaterialExpressionBumpOffset::HeightRatio' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ReferencePlane) == 0x000080, "Member 'UMaterialExpressionBumpOffset::ReferencePlane' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionBumpOffset, ConstCoordinate) == 0x000084, "Member 'UMaterialExpressionBumpOffset::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraPositionWS \ +static_assert(alignof(UMaterialExpressionCameraPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraPositionWS"); \ +static_assert(sizeof(UMaterialExpressionCameraPositionWS) == 0x000040, "Wrong size on UMaterialExpressionCameraPositionWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCameraVectorWS \ +static_assert(alignof(UMaterialExpressionCameraVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionCameraVectorWS"); \ +static_assert(sizeof(UMaterialExpressionCameraVectorWS) == 0x000040, "Wrong size on UMaterialExpressionCameraVectorWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShaderStageSwitch \ +static_assert(alignof(UMaterialExpressionShaderStageSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShaderStageSwitch"); \ +static_assert(sizeof(UMaterialExpressionShaderStageSwitch) == 0x000068, "Wrong size on UMaterialExpressionShaderStageSwitch"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, PixelShader) == 0x000040, "Member 'UMaterialExpressionShaderStageSwitch::PixelShader' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShaderStageSwitch, VertexShader) == 0x000054, "Member 'UMaterialExpressionShaderStageSwitch::VertexShader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCeil \ +static_assert(alignof(UMaterialExpressionCeil) == 0x000008, "Wrong alignment on UMaterialExpressionCeil"); \ +static_assert(sizeof(UMaterialExpressionCeil) == 0x000058, "Wrong size on UMaterialExpressionCeil"); \ +static_assert(offsetof(UMaterialExpressionCeil, Input) == 0x000040, "Member 'UMaterialExpressionCeil::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionClearCoatNormalCustomOutput \ +static_assert(alignof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000008, "Wrong alignment on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(sizeof(UMaterialExpressionClearCoatNormalCustomOutput) == 0x000058, "Wrong size on UMaterialExpressionClearCoatNormalCustomOutput"); \ +static_assert(offsetof(UMaterialExpressionClearCoatNormalCustomOutput, Input) == 0x000040, "Member 'UMaterialExpressionClearCoatNormalCustomOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCollectionParameter \ +static_assert(alignof(UMaterialExpressionCollectionParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCollectionParameter"); \ +static_assert(sizeof(UMaterialExpressionCollectionParameter) == 0x000060, "Wrong size on UMaterialExpressionCollectionParameter"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, Collection) == 0x000040, "Member 'UMaterialExpressionCollectionParameter::Collection' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterName) == 0x000048, "Member 'UMaterialExpressionCollectionParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCollectionParameter, ParameterId) == 0x000050, "Member 'UMaterialExpressionCollectionParameter::ParameterId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightIlluminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightIlluminance) == 0x000058, "Wrong size on UMaterialExpressionSkyAtmosphereLightIlluminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::LightIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightIlluminance, WorldPosition) == 0x000044, "Member 'UMaterialExpressionSkyAtmosphereLightIlluminance::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComment \ +static_assert(alignof(UMaterialExpressionComment) == 0x000008, "Wrong alignment on UMaterialExpressionComment"); \ +static_assert(sizeof(UMaterialExpressionComment) == 0x000070, "Wrong size on UMaterialExpressionComment"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeX) == 0x000040, "Member 'UMaterialExpressionComment::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, SizeY) == 0x000044, "Member 'UMaterialExpressionComment::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, Text) == 0x000048, "Member 'UMaterialExpressionComment::Text' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, CommentColor) == 0x000058, "Member 'UMaterialExpressionComment::CommentColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionComment, FontSize) == 0x000068, "Member 'UMaterialExpressionComment::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionComponentMask \ +static_assert(alignof(UMaterialExpressionComponentMask) == 0x000008, "Wrong alignment on UMaterialExpressionComponentMask"); \ +static_assert(sizeof(UMaterialExpressionComponentMask) == 0x000058, "Wrong size on UMaterialExpressionComponentMask"); \ +static_assert(offsetof(UMaterialExpressionComponentMask, Input) == 0x000040, "Member 'UMaterialExpressionComponentMask::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant \ +static_assert(alignof(UMaterialExpressionConstant) == 0x000008, "Wrong alignment on UMaterialExpressionConstant"); \ +static_assert(sizeof(UMaterialExpressionConstant) == 0x000048, "Wrong size on UMaterialExpressionConstant"); \ +static_assert(offsetof(UMaterialExpressionConstant, R) == 0x000040, "Member 'UMaterialExpressionConstant::R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionOneMinus \ +static_assert(alignof(UMaterialExpressionOneMinus) == 0x000008, "Wrong alignment on UMaterialExpressionOneMinus"); \ +static_assert(sizeof(UMaterialExpressionOneMinus) == 0x000058, "Wrong size on UMaterialExpressionOneMinus"); \ +static_assert(offsetof(UMaterialExpressionOneMinus, Input) == 0x000040, "Member 'UMaterialExpressionOneMinus::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant2Vector \ +static_assert(alignof(UMaterialExpressionConstant2Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant2Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant2Vector) == 0x000048, "Wrong size on UMaterialExpressionConstant2Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, R) == 0x000040, "Member 'UMaterialExpressionConstant2Vector::R' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstant2Vector, G) == 0x000044, "Member 'UMaterialExpressionConstant2Vector::G' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant3Vector \ +static_assert(alignof(UMaterialExpressionConstant3Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant3Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant3Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant3Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant3Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant3Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstant4Vector \ +static_assert(alignof(UMaterialExpressionConstant4Vector) == 0x000008, "Wrong alignment on UMaterialExpressionConstant4Vector"); \ +static_assert(sizeof(UMaterialExpressionConstant4Vector) == 0x000050, "Wrong size on UMaterialExpressionConstant4Vector"); \ +static_assert(offsetof(UMaterialExpressionConstant4Vector, Constant) == 0x000040, "Member 'UMaterialExpressionConstant4Vector::Constant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionConstantBiasScale \ +static_assert(alignof(UMaterialExpressionConstantBiasScale) == 0x000008, "Wrong alignment on UMaterialExpressionConstantBiasScale"); \ +static_assert(sizeof(UMaterialExpressionConstantBiasScale) == 0x000060, "Wrong size on UMaterialExpressionConstantBiasScale"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Input) == 0x000040, "Member 'UMaterialExpressionConstantBiasScale::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Bias) == 0x000054, "Member 'UMaterialExpressionConstantBiasScale::Bias' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionConstantBiasScale, Scale) == 0x000058, "Member 'UMaterialExpressionConstantBiasScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMacroUV \ +static_assert(alignof(UMaterialExpressionParticleMacroUV) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMacroUV"); \ +static_assert(sizeof(UMaterialExpressionParticleMacroUV) == 0x000040, "Wrong size on UMaterialExpressionParticleMacroUV"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCosine \ +static_assert(alignof(UMaterialExpressionCosine) == 0x000008, "Wrong alignment on UMaterialExpressionCosine"); \ +static_assert(sizeof(UMaterialExpressionCosine) == 0x000058, "Wrong size on UMaterialExpressionCosine"); \ +static_assert(offsetof(UMaterialExpressionCosine, Input) == 0x000040, "Member 'UMaterialExpressionCosine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCosine, Period) == 0x000054, "Member 'UMaterialExpressionCosine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCrossProduct \ +static_assert(alignof(UMaterialExpressionCrossProduct) == 0x000008, "Wrong alignment on UMaterialExpressionCrossProduct"); \ +static_assert(sizeof(UMaterialExpressionCrossProduct) == 0x000068, "Wrong size on UMaterialExpressionCrossProduct"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, A) == 0x000040, "Member 'UMaterialExpressionCrossProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCrossProduct, B) == 0x000054, "Member 'UMaterialExpressionCrossProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScalarParameter \ +static_assert(alignof(UMaterialExpressionScalarParameter) == 0x000008, "Wrong alignment on UMaterialExpressionScalarParameter"); \ +static_assert(sizeof(UMaterialExpressionScalarParameter) == 0x000060, "Wrong size on UMaterialExpressionScalarParameter"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, DefaultValue) == 0x000058, "Member 'UMaterialExpressionScalarParameter::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, bUseCustomPrimitiveData) == 0x00005C, "Member 'UMaterialExpressionScalarParameter::bUseCustomPrimitiveData' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionScalarParameter, PrimitiveDataIndex) == 0x00005D, "Member 'UMaterialExpressionScalarParameter::PrimitiveDataIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCurveAtlasRowParameter \ +static_assert(alignof(UMaterialExpressionCurveAtlasRowParameter) == 0x000008, "Wrong alignment on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(sizeof(UMaterialExpressionCurveAtlasRowParameter) == 0x000088, "Wrong size on UMaterialExpressionCurveAtlasRowParameter"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Curve) == 0x000060, "Member 'UMaterialExpressionCurveAtlasRowParameter::Curve' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, Atlas) == 0x000068, "Member 'UMaterialExpressionCurveAtlasRowParameter::Atlas' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCurveAtlasRowParameter, InputTime) == 0x000070, "Member 'UMaterialExpressionCurveAtlasRowParameter::InputTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRandom \ +static_assert(alignof(UMaterialExpressionParticleRandom) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRandom"); \ +static_assert(sizeof(UMaterialExpressionParticleRandom) == 0x000040, "Wrong size on UMaterialExpressionParticleRandom"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionCustom \ +static_assert(alignof(UMaterialExpressionCustom) == 0x000008, "Wrong alignment on UMaterialExpressionCustom"); \ +static_assert(sizeof(UMaterialExpressionCustom) == 0x0000A8, "Wrong size on UMaterialExpressionCustom"); \ +static_assert(offsetof(UMaterialExpressionCustom, Code) == 0x000040, "Member 'UMaterialExpressionCustom::Code' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, OutputType) == 0x000050, "Member 'UMaterialExpressionCustom::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Description) == 0x000058, "Member 'UMaterialExpressionCustom::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, Inputs) == 0x000068, "Member 'UMaterialExpressionCustom::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalOutputs) == 0x000078, "Member 'UMaterialExpressionCustom::AdditionalOutputs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, AdditionalDefines) == 0x000088, "Member 'UMaterialExpressionCustom::AdditionalDefines' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionCustom, IncludeFilePaths) == 0x000098, "Member 'UMaterialExpressionCustom::IncludeFilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDBufferTexture \ +static_assert(alignof(UMaterialExpressionDBufferTexture) == 0x000008, "Wrong alignment on UMaterialExpressionDBufferTexture"); \ +static_assert(sizeof(UMaterialExpressionDBufferTexture) == 0x000058, "Wrong size on UMaterialExpressionDBufferTexture"); \ +static_assert(offsetof(UMaterialExpressionDBufferTexture, Coordinates) == 0x000040, "Member 'UMaterialExpressionDBufferTexture::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDBufferTexture, DBufferTextureId) == 0x000054, "Member 'UMaterialExpressionDBufferTexture::DBufferTextureId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDDX \ +static_assert(alignof(UMaterialExpressionDDX) == 0x000008, "Wrong alignment on UMaterialExpressionDDX"); \ +static_assert(sizeof(UMaterialExpressionDDX) == 0x000058, "Wrong size on UMaterialExpressionDDX"); \ +static_assert(offsetof(UMaterialExpressionDDX, Value) == 0x000040, "Member 'UMaterialExpressionDDX::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalLifetimeOpacity \ +static_assert(alignof(UMaterialExpressionDecalLifetimeOpacity) == 0x000008, "Wrong alignment on UMaterialExpressionDecalLifetimeOpacity"); \ +static_assert(sizeof(UMaterialExpressionDecalLifetimeOpacity) == 0x000040, "Wrong size on UMaterialExpressionDecalLifetimeOpacity"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDecalMipmapLevel \ +static_assert(alignof(UMaterialExpressionDecalMipmapLevel) == 0x000008, "Wrong alignment on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(sizeof(UMaterialExpressionDecalMipmapLevel) == 0x000060, "Wrong size on UMaterialExpressionDecalMipmapLevel"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, TextureSize) == 0x000040, "Member 'UMaterialExpressionDecalMipmapLevel::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstWidth) == 0x000054, "Member 'UMaterialExpressionDecalMipmapLevel::ConstWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDecalMipmapLevel, ConstHeight) == 0x000058, "Member 'UMaterialExpressionDecalMipmapLevel::ConstHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeltaTime \ +static_assert(alignof(UMaterialExpressionDeltaTime) == 0x000008, "Wrong alignment on UMaterialExpressionDeltaTime"); \ +static_assert(sizeof(UMaterialExpressionDeltaTime) == 0x000040, "Wrong size on UMaterialExpressionDeltaTime"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDeriveNormalZ \ +static_assert(alignof(UMaterialExpressionDeriveNormalZ) == 0x000008, "Wrong alignment on UMaterialExpressionDeriveNormalZ"); \ +static_assert(sizeof(UMaterialExpressionDeriveNormalZ) == 0x000058, "Wrong size on UMaterialExpressionDeriveNormalZ"); \ +static_assert(offsetof(UMaterialExpressionDeriveNormalZ, InXY) == 0x000040, "Member 'UMaterialExpressionDeriveNormalZ::InXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDesaturation \ +static_assert(alignof(UMaterialExpressionDesaturation) == 0x000008, "Wrong alignment on UMaterialExpressionDesaturation"); \ +static_assert(sizeof(UMaterialExpressionDesaturation) == 0x000078, "Wrong size on UMaterialExpressionDesaturation"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Input) == 0x000040, "Member 'UMaterialExpressionDesaturation::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, Fraction) == 0x000054, "Member 'UMaterialExpressionDesaturation::Fraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDesaturation, LuminanceFactors) == 0x000068, "Member 'UMaterialExpressionDesaturation::LuminanceFactors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceCullFade \ +static_assert(alignof(UMaterialExpressionDistanceCullFade) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceCullFade"); \ +static_assert(sizeof(UMaterialExpressionDistanceCullFade) == 0x000040, "Wrong size on UMaterialExpressionDistanceCullFade"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldGradient \ +static_assert(alignof(UMaterialExpressionDistanceFieldGradient) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldGradient) == 0x000058, "Wrong size on UMaterialExpressionDistanceFieldGradient"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldGradient, position) == 0x000040, "Member 'UMaterialExpressionDistanceFieldGradient::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDistanceFieldsRenderingSwitch \ +static_assert(alignof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(sizeof(UMaterialExpressionDistanceFieldsRenderingSwitch) == 0x000068, "Wrong size on UMaterialExpressionDistanceFieldsRenderingSwitch"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, No) == 0x000040, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDistanceFieldsRenderingSwitch, Yes) == 0x000054, "Member 'UMaterialExpressionDistanceFieldsRenderingSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDivide \ +static_assert(alignof(UMaterialExpressionDivide) == 0x000008, "Wrong alignment on UMaterialExpressionDivide"); \ +static_assert(sizeof(UMaterialExpressionDivide) == 0x000070, "Wrong size on UMaterialExpressionDivide"); \ +static_assert(offsetof(UMaterialExpressionDivide, A) == 0x000040, "Member 'UMaterialExpressionDivide::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, B) == 0x000054, "Member 'UMaterialExpressionDivide::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstA) == 0x000068, "Member 'UMaterialExpressionDivide::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDivide, ConstB) == 0x00006C, "Member 'UMaterialExpressionDivide::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDotProduct \ +static_assert(alignof(UMaterialExpressionDotProduct) == 0x000008, "Wrong alignment on UMaterialExpressionDotProduct"); \ +static_assert(sizeof(UMaterialExpressionDotProduct) == 0x000068, "Wrong size on UMaterialExpressionDotProduct"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, A) == 0x000040, "Member 'UMaterialExpressionDotProduct::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionDotProduct, B) == 0x000054, "Member 'UMaterialExpressionDotProduct::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionDoubleVectorParameter \ +static_assert(alignof(UMaterialExpressionDoubleVectorParameter) == 0x000010, "Wrong alignment on UMaterialExpressionDoubleVectorParameter"); \ +static_assert(sizeof(UMaterialExpressionDoubleVectorParameter) == 0x000080, "Wrong size on UMaterialExpressionDoubleVectorParameter"); \ +static_assert(offsetof(UMaterialExpressionDoubleVectorParameter, DefaultValue) == 0x000060, "Member 'UMaterialExpressionDoubleVectorParameter::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExecBegin \ +static_assert(alignof(UMaterialExpressionExecBegin) == 0x000008, "Wrong alignment on UMaterialExpressionExecBegin"); \ +static_assert(sizeof(UMaterialExpressionExecBegin) == 0x000048, "Wrong size on UMaterialExpressionExecBegin"); \ +static_assert(offsetof(UMaterialExpressionExecBegin, Exec) == 0x000040, "Member 'UMaterialExpressionExecBegin::Exec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionExecEnd \ +static_assert(alignof(UMaterialExpressionExecEnd) == 0x000008, "Wrong alignment on UMaterialExpressionExecEnd"); \ +static_assert(sizeof(UMaterialExpressionExecEnd) == 0x000040, "Wrong size on UMaterialExpressionExecEnd"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionEyeAdaptation \ +static_assert(alignof(UMaterialExpressionEyeAdaptation) == 0x000008, "Wrong alignment on UMaterialExpressionEyeAdaptation"); \ +static_assert(sizeof(UMaterialExpressionEyeAdaptation) == 0x000040, "Wrong size on UMaterialExpressionEyeAdaptation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFeatureLevelSwitch \ +static_assert(alignof(UMaterialExpressionFeatureLevelSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(sizeof(UMaterialExpressionFeatureLevelSwitch) == 0x000058, "Wrong size on UMaterialExpressionFeatureLevelSwitch"); \ +static_assert(offsetof(UMaterialExpressionFeatureLevelSwitch, Default) == 0x000040, "Member 'UMaterialExpressionFeatureLevelSwitch::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFloor \ +static_assert(alignof(UMaterialExpressionFloor) == 0x000008, "Wrong alignment on UMaterialExpressionFloor"); \ +static_assert(sizeof(UMaterialExpressionFloor) == 0x000058, "Wrong size on UMaterialExpressionFloor"); \ +static_assert(offsetof(UMaterialExpressionFloor, Input) == 0x000040, "Member 'UMaterialExpressionFloor::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFmod \ +static_assert(alignof(UMaterialExpressionFmod) == 0x000008, "Wrong alignment on UMaterialExpressionFmod"); \ +static_assert(sizeof(UMaterialExpressionFmod) == 0x000068, "Wrong size on UMaterialExpressionFmod"); \ +static_assert(offsetof(UMaterialExpressionFmod, A) == 0x000040, "Member 'UMaterialExpressionFmod::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFmod, B) == 0x000054, "Member 'UMaterialExpressionFmod::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFontSampleParameter \ +static_assert(alignof(UMaterialExpressionFontSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionFontSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionFontSampleParameter) == 0x000070, "Wrong size on UMaterialExpressionFontSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ParameterName) == 0x000050, "Member 'UMaterialExpressionFontSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, ExpressionGuid) == 0x000058, "Member 'UMaterialExpressionFontSampleParameter::ExpressionGuid' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFontSampleParameter, Group) == 0x000068, "Member 'UMaterialExpressionFontSampleParameter::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionForLoop \ +static_assert(alignof(UMaterialExpressionForLoop) == 0x000008, "Wrong alignment on UMaterialExpressionForLoop"); \ +static_assert(sizeof(UMaterialExpressionForLoop) == 0x000090, "Wrong size on UMaterialExpressionForLoop"); \ +static_assert(offsetof(UMaterialExpressionForLoop, LoopBody) == 0x000040, "Member 'UMaterialExpressionForLoop::LoopBody' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, Completed) == 0x000048, "Member 'UMaterialExpressionForLoop::Completed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, StartIndex) == 0x000050, "Member 'UMaterialExpressionForLoop::StartIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, EndIndex) == 0x000064, "Member 'UMaterialExpressionForLoop::EndIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionForLoop, IndexStep) == 0x000078, "Member 'UMaterialExpressionForLoop::IndexStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFrac \ +static_assert(alignof(UMaterialExpressionFrac) == 0x000008, "Wrong alignment on UMaterialExpressionFrac"); \ +static_assert(sizeof(UMaterialExpressionFrac) == 0x000058, "Wrong size on UMaterialExpressionFrac"); \ +static_assert(offsetof(UMaterialExpressionFrac, Input) == 0x000040, "Member 'UMaterialExpressionFrac::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFunctionInput \ +static_assert(alignof(UMaterialExpressionFunctionInput) == 0x000010, "Wrong alignment on UMaterialExpressionFunctionInput"); \ +static_assert(sizeof(UMaterialExpressionFunctionInput) == 0x0000D0, "Wrong size on UMaterialExpressionFunctionInput"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Preview) == 0x000040, "Member 'UMaterialExpressionFunctionInput::Preview' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputName) == 0x000054, "Member 'UMaterialExpressionFunctionInput::InputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, Description) == 0x000060, "Member 'UMaterialExpressionFunctionInput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, ID) == 0x000070, "Member 'UMaterialExpressionFunctionInput::ID' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, InputType) == 0x000080, "Member 'UMaterialExpressionFunctionInput::InputType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, PreviewValue) == 0x000090, "Member 'UMaterialExpressionFunctionInput::PreviewValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionInput, SortPriority) == 0x0000B4, "Member 'UMaterialExpressionFunctionInput::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionFunctionOutput \ +static_assert(alignof(UMaterialExpressionFunctionOutput) == 0x000008, "Wrong alignment on UMaterialExpressionFunctionOutput"); \ +static_assert(sizeof(UMaterialExpressionFunctionOutput) == 0x000088, "Wrong size on UMaterialExpressionFunctionOutput"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, OutputName) == 0x000040, "Member 'UMaterialExpressionFunctionOutput::OutputName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, Description) == 0x000048, "Member 'UMaterialExpressionFunctionOutput::Description' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, SortPriority) == 0x000058, "Member 'UMaterialExpressionFunctionOutput::SortPriority' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, A) == 0x00005C, "Member 'UMaterialExpressionFunctionOutput::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionFunctionOutput, ID) == 0x000074, "Member 'UMaterialExpressionFunctionOutput::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGetLocal \ +static_assert(alignof(UMaterialExpressionGetLocal) == 0x000008, "Wrong alignment on UMaterialExpressionGetLocal"); \ +static_assert(sizeof(UMaterialExpressionGetLocal) == 0x000048, "Wrong size on UMaterialExpressionGetLocal"); \ +static_assert(offsetof(UMaterialExpressionGetLocal, LocalName) == 0x000040, "Member 'UMaterialExpressionGetLocal::LocalName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGetMaterialAttributes \ +static_assert(alignof(UMaterialExpressionGetMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionGetMaterialAttributes) == 0x000068, "Wrong size on UMaterialExpressionGetMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, MaterialAttributes) == 0x000040, "Member 'UMaterialExpressionGetMaterialAttributes::MaterialAttributes' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGetMaterialAttributes, AttributeGetTypes) == 0x000058, "Member 'UMaterialExpressionGetMaterialAttributes::AttributeGetTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionGIReplace \ +static_assert(alignof(UMaterialExpressionGIReplace) == 0x000008, "Wrong alignment on UMaterialExpressionGIReplace"); \ +static_assert(sizeof(UMaterialExpressionGIReplace) == 0x000080, "Wrong size on UMaterialExpressionGIReplace"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, Default) == 0x000040, "Member 'UMaterialExpressionGIReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, StaticIndirect) == 0x000054, "Member 'UMaterialExpressionGIReplace::StaticIndirect' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionGIReplace, DynamicIndirect) == 0x000068, "Member 'UMaterialExpressionGIReplace::DynamicIndirect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairColor \ +static_assert(alignof(UMaterialExpressionHairColor) == 0x000008, "Wrong alignment on UMaterialExpressionHairColor"); \ +static_assert(sizeof(UMaterialExpressionHairColor) == 0x000080, "Wrong size on UMaterialExpressionHairColor"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Melanin) == 0x000040, "Member 'UMaterialExpressionHairColor::Melanin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, Redness) == 0x000054, "Member 'UMaterialExpressionHairColor::Redness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairColor, DyeColor) == 0x000068, "Member 'UMaterialExpressionHairColor::DyeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHairMaterialOutput \ +static_assert(alignof(UMaterialExpressionHairMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionHairMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionHairMaterialOutput) == 0x000080, "Wrong size on UMaterialExpressionHairMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionHairMaterialOutput, IndirectScattering) == 0x000040, "Member 'UMaterialExpressionHairMaterialOutput::IndirectScattering' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairMaterialOutput, IndirectSpecular) == 0x000054, "Member 'UMaterialExpressionHairMaterialOutput::IndirectSpecular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHairMaterialOutput, IndirectLighting) == 0x000068, "Member 'UMaterialExpressionHairMaterialOutput::IndirectLighting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionHVolumeMaterialOutput \ +static_assert(alignof(UMaterialExpressionHVolumeMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionHVolumeMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionHVolumeMaterialOutput) == 0x000068, "Wrong size on UMaterialExpressionHVolumeMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionHVolumeMaterialOutput, ShouldRender) == 0x000040, "Member 'UMaterialExpressionHVolumeMaterialOutput::ShouldRender' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionHVolumeMaterialOutput, StepSize) == 0x000054, "Member 'UMaterialExpressionHVolumeMaterialOutput::StepSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionIfThenElse \ +static_assert(alignof(UMaterialExpressionIfThenElse) == 0x000008, "Wrong alignment on UMaterialExpressionIfThenElse"); \ +static_assert(sizeof(UMaterialExpressionIfThenElse) == 0x000068, "Wrong size on UMaterialExpressionIfThenElse"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, Then) == 0x000040, "Member 'UMaterialExpressionIfThenElse::Then' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, Else) == 0x000048, "Member 'UMaterialExpressionIfThenElse::Else' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionIfThenElse, Condition) == 0x000050, "Member 'UMaterialExpressionIfThenElse::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionInverseLinearInterpolate \ +static_assert(alignof(UMaterialExpressionInverseLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionInverseLinearInterpolate) == 0x000090, "Wrong size on UMaterialExpressionInverseLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionInverseLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, B) == 0x000054, "Member 'UMaterialExpressionInverseLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, Value) == 0x000068, "Member 'UMaterialExpressionInverseLinearInterpolate::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, ConstValue) == 0x000084, "Member 'UMaterialExpressionInverseLinearInterpolate::ConstValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionInverseLinearInterpolate, bClampResult) == 0x000088, "Member 'UMaterialExpressionInverseLinearInterpolate::bClampResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightmapUVs \ +static_assert(alignof(UMaterialExpressionLightmapUVs) == 0x000008, "Wrong alignment on UMaterialExpressionLightmapUVs"); \ +static_assert(sizeof(UMaterialExpressionLightmapUVs) == 0x000040, "Wrong size on UMaterialExpressionLightmapUVs"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLightVector \ +static_assert(alignof(UMaterialExpressionLightVector) == 0x000008, "Wrong alignment on UMaterialExpressionLightVector"); \ +static_assert(sizeof(UMaterialExpressionLightVector) == 0x000040, "Wrong size on UMaterialExpressionLightVector"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLinearInterpolate \ +static_assert(alignof(UMaterialExpressionLinearInterpolate) == 0x000008, "Wrong alignment on UMaterialExpressionLinearInterpolate"); \ +static_assert(sizeof(UMaterialExpressionLinearInterpolate) == 0x000088, "Wrong size on UMaterialExpressionLinearInterpolate"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, A) == 0x000040, "Member 'UMaterialExpressionLinearInterpolate::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, B) == 0x000054, "Member 'UMaterialExpressionLinearInterpolate::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, alpha) == 0x000068, "Member 'UMaterialExpressionLinearInterpolate::alpha' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstA) == 0x00007C, "Member 'UMaterialExpressionLinearInterpolate::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstB) == 0x000080, "Member 'UMaterialExpressionLinearInterpolate::ConstB' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLinearInterpolate, ConstAlpha) == 0x000084, "Member 'UMaterialExpressionLinearInterpolate::ConstAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLogarithm10 \ +static_assert(alignof(UMaterialExpressionLogarithm10) == 0x000008, "Wrong alignment on UMaterialExpressionLogarithm10"); \ +static_assert(sizeof(UMaterialExpressionLogarithm10) == 0x000058, "Wrong size on UMaterialExpressionLogarithm10"); \ +static_assert(offsetof(UMaterialExpressionLogarithm10, X) == 0x000040, "Member 'UMaterialExpressionLogarithm10::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMakeMaterialAttributes \ +static_assert(alignof(UMaterialExpressionMakeMaterialAttributes) == 0x000008, "Wrong alignment on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(sizeof(UMaterialExpressionMakeMaterialAttributes) == 0x000248, "Wrong size on UMaterialExpressionMakeMaterialAttributes"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, BaseColor) == 0x000040, "Member 'UMaterialExpressionMakeMaterialAttributes::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Metallic) == 0x000054, "Member 'UMaterialExpressionMakeMaterialAttributes::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Specular) == 0x000068, "Member 'UMaterialExpressionMakeMaterialAttributes::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Roughness) == 0x00007C, "Member 'UMaterialExpressionMakeMaterialAttributes::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Anisotropy) == 0x000090, "Member 'UMaterialExpressionMakeMaterialAttributes::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, EmissiveColor) == 0x0000A4, "Member 'UMaterialExpressionMakeMaterialAttributes::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Opacity) == 0x0000B8, "Member 'UMaterialExpressionMakeMaterialAttributes::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, opacityMask) == 0x0000CC, "Member 'UMaterialExpressionMakeMaterialAttributes::opacityMask' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Normal) == 0x0000E0, "Member 'UMaterialExpressionMakeMaterialAttributes::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Tangent) == 0x0000F4, "Member 'UMaterialExpressionMakeMaterialAttributes::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, WorldPositionOffset) == 0x000108, "Member 'UMaterialExpressionMakeMaterialAttributes::WorldPositionOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, SubsurfaceColor) == 0x00011C, "Member 'UMaterialExpressionMakeMaterialAttributes::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoat) == 0x000130, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ClearCoatRoughness) == 0x000144, "Member 'UMaterialExpressionMakeMaterialAttributes::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, AmbientOcclusion) == 0x000158, "Member 'UMaterialExpressionMakeMaterialAttributes::AmbientOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, Refraction) == 0x00016C, "Member 'UMaterialExpressionMakeMaterialAttributes::Refraction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, CustomizedUVs) == 0x000180, "Member 'UMaterialExpressionMakeMaterialAttributes::CustomizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, PixelDepthOffset) == 0x000220, "Member 'UMaterialExpressionMakeMaterialAttributes::PixelDepthOffset' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMakeMaterialAttributes, ShadingModel) == 0x000234, "Member 'UMaterialExpressionMakeMaterialAttributes::ShadingModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMapARPassthroughCameraUV \ +static_assert(alignof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000008, "Wrong alignment on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(sizeof(UMaterialExpressionMapARPassthroughCameraUV) == 0x000058, "Wrong size on UMaterialExpressionMapARPassthroughCameraUV"); \ +static_assert(offsetof(UMaterialExpressionMapARPassthroughCameraUV, Coordinates) == 0x000040, "Member 'UMaterialExpressionMapARPassthroughCameraUV::Coordinates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialAttributeLayers \ +static_assert(alignof(UMaterialExpressionMaterialAttributeLayers) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(sizeof(UMaterialExpressionMaterialAttributeLayers) == 0x0000B0, "Wrong size on UMaterialExpressionMaterialAttributeLayers"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, Input) == 0x000040, "Member 'UMaterialExpressionMaterialAttributeLayers::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, DefaultLayers) == 0x000058, "Member 'UMaterialExpressionMaterialAttributeLayers::DefaultLayers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, LayerCallers) == 0x000078, "Member 'UMaterialExpressionMaterialAttributeLayers::LayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveLayerCallers) == 0x000088, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveLayerCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, BlendCallers) == 0x000090, "Member 'UMaterialExpressionMaterialAttributeLayers::BlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, NumActiveBlendCallers) == 0x0000A0, "Member 'UMaterialExpressionMaterialAttributeLayers::NumActiveBlendCallers' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialAttributeLayers, bIsLayerGraphBuilt) == 0x0000A4, "Member 'UMaterialExpressionMaterialAttributeLayers::bIsLayerGraphBuilt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialLayerOutput \ +static_assert(alignof(UMaterialExpressionMaterialLayerOutput) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialLayerOutput"); \ +static_assert(sizeof(UMaterialExpressionMaterialLayerOutput) == 0x000088, "Wrong size on UMaterialExpressionMaterialLayerOutput"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMaterialProxyReplace \ +static_assert(alignof(UMaterialExpressionMaterialProxyReplace) == 0x000008, "Wrong alignment on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(sizeof(UMaterialExpressionMaterialProxyReplace) == 0x000068, "Wrong size on UMaterialExpressionMaterialProxyReplace"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, Realtime) == 0x000040, "Member 'UMaterialExpressionMaterialProxyReplace::Realtime' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMaterialProxyReplace, MaterialProxy) == 0x000054, "Member 'UMaterialExpressionMaterialProxyReplace::MaterialProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionMax \ +static_assert(alignof(UMaterialExpressionMax) == 0x000008, "Wrong alignment on UMaterialExpressionMax"); \ +static_assert(sizeof(UMaterialExpressionMax) == 0x000070, "Wrong size on UMaterialExpressionMax"); \ +static_assert(offsetof(UMaterialExpressionMax, A) == 0x000040, "Member 'UMaterialExpressionMax::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, B) == 0x000054, "Member 'UMaterialExpressionMax::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstA) == 0x000068, "Member 'UMaterialExpressionMax::ConstA' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionMax, ConstB) == 0x00006C, "Member 'UMaterialExpressionMax::ConstB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNamedRerouteUsage \ +static_assert(alignof(UMaterialExpressionNamedRerouteUsage) == 0x000008, "Wrong alignment on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(sizeof(UMaterialExpressionNamedRerouteUsage) == 0x000058, "Wrong size on UMaterialExpressionNamedRerouteUsage"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, Declaration) == 0x000040, "Member 'UMaterialExpressionNamedRerouteUsage::Declaration' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNamedRerouteUsage, DeclarationGuid) == 0x000048, "Member 'UMaterialExpressionNamedRerouteUsage::DeclarationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNoise \ +static_assert(alignof(UMaterialExpressionNoise) == 0x000008, "Wrong alignment on UMaterialExpressionNoise"); \ +static_assert(sizeof(UMaterialExpressionNoise) == 0x000090, "Wrong size on UMaterialExpressionNoise"); \ +static_assert(offsetof(UMaterialExpressionNoise, position) == 0x000040, "Member 'UMaterialExpressionNoise::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, FilterWidth) == 0x000054, "Member 'UMaterialExpressionNoise::FilterWidth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Scale) == 0x000068, "Member 'UMaterialExpressionNoise::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Quality) == 0x00006C, "Member 'UMaterialExpressionNoise::Quality' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, NoiseFunction) == 0x000070, "Member 'UMaterialExpressionNoise::NoiseFunction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, Levels) == 0x000078, "Member 'UMaterialExpressionNoise::Levels' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMin) == 0x00007C, "Member 'UMaterialExpressionNoise::OutputMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, OutputMax) == 0x000080, "Member 'UMaterialExpressionNoise::OutputMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, LevelScale) == 0x000084, "Member 'UMaterialExpressionNoise::LevelScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionNoise, RepeatSize) == 0x00008C, "Member 'UMaterialExpressionNoise::RepeatSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionNormalize \ +static_assert(alignof(UMaterialExpressionNormalize) == 0x000008, "Wrong alignment on UMaterialExpressionNormalize"); \ +static_assert(sizeof(UMaterialExpressionNormalize) == 0x000058, "Wrong size on UMaterialExpressionNormalize"); \ +static_assert(offsetof(UMaterialExpressionNormalize, VectorInput) == 0x000040, "Member 'UMaterialExpressionNormalize::VectorInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectOrientation \ +static_assert(alignof(UMaterialExpressionObjectOrientation) == 0x000008, "Wrong alignment on UMaterialExpressionObjectOrientation"); \ +static_assert(sizeof(UMaterialExpressionObjectOrientation) == 0x000040, "Wrong size on UMaterialExpressionObjectOrientation"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectPositionWS \ +static_assert(alignof(UMaterialExpressionObjectPositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionObjectPositionWS"); \ +static_assert(sizeof(UMaterialExpressionObjectPositionWS) == 0x000040, "Wrong size on UMaterialExpressionObjectPositionWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionObjectRadius \ +static_assert(alignof(UMaterialExpressionObjectRadius) == 0x000008, "Wrong alignment on UMaterialExpressionObjectRadius"); \ +static_assert(sizeof(UMaterialExpressionObjectRadius) == 0x000040, "Wrong size on UMaterialExpressionObjectRadius"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPanner \ +static_assert(alignof(UMaterialExpressionPanner) == 0x000008, "Wrong alignment on UMaterialExpressionPanner"); \ +static_assert(sizeof(UMaterialExpressionPanner) == 0x000090, "Wrong size on UMaterialExpressionPanner"); \ +static_assert(offsetof(UMaterialExpressionPanner, Coordinate) == 0x000040, "Member 'UMaterialExpressionPanner::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Time) == 0x000054, "Member 'UMaterialExpressionPanner::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, Speed) == 0x000068, "Member 'UMaterialExpressionPanner::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedX) == 0x00007C, "Member 'UMaterialExpressionPanner::SpeedX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, SpeedY) == 0x000080, "Member 'UMaterialExpressionPanner::SpeedY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, ConstCoordinate) == 0x000084, "Member 'UMaterialExpressionPanner::ConstCoordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPanner, bFractionalPart) == 0x000088, "Member 'UMaterialExpressionPanner::bFractionalPart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleDirection \ +static_assert(alignof(UMaterialExpressionParticleDirection) == 0x000008, "Wrong alignment on UMaterialExpressionParticleDirection"); \ +static_assert(sizeof(UMaterialExpressionParticleDirection) == 0x000040, "Wrong size on UMaterialExpressionParticleDirection"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleMotionBlurFade \ +static_assert(alignof(UMaterialExpressionParticleMotionBlurFade) == 0x000008, "Wrong alignment on UMaterialExpressionParticleMotionBlurFade"); \ +static_assert(sizeof(UMaterialExpressionParticleMotionBlurFade) == 0x000040, "Wrong size on UMaterialExpressionParticleMotionBlurFade"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticlePositionWS \ +static_assert(alignof(UMaterialExpressionParticlePositionWS) == 0x000008, "Wrong alignment on UMaterialExpressionParticlePositionWS"); \ +static_assert(sizeof(UMaterialExpressionParticlePositionWS) == 0x000040, "Wrong size on UMaterialExpressionParticlePositionWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRadius \ +static_assert(alignof(UMaterialExpressionParticleRadius) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRadius"); \ +static_assert(sizeof(UMaterialExpressionParticleRadius) == 0x000040, "Wrong size on UMaterialExpressionParticleRadius"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleRelativeTime \ +static_assert(alignof(UMaterialExpressionParticleRelativeTime) == 0x000008, "Wrong alignment on UMaterialExpressionParticleRelativeTime"); \ +static_assert(sizeof(UMaterialExpressionParticleRelativeTime) == 0x000040, "Wrong size on UMaterialExpressionParticleRelativeTime"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSize \ +static_assert(alignof(UMaterialExpressionParticleSize) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSize"); \ +static_assert(sizeof(UMaterialExpressionParticleSize) == 0x000040, "Wrong size on UMaterialExpressionParticleSize"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSpeed \ +static_assert(alignof(UMaterialExpressionParticleSpeed) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSpeed"); \ +static_assert(sizeof(UMaterialExpressionParticleSpeed) == 0x000040, "Wrong size on UMaterialExpressionParticleSpeed"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionParticleSubUVProperties \ +static_assert(alignof(UMaterialExpressionParticleSubUVProperties) == 0x000008, "Wrong alignment on UMaterialExpressionParticleSubUVProperties"); \ +static_assert(sizeof(UMaterialExpressionParticleSubUVProperties) == 0x000040, "Wrong size on UMaterialExpressionParticleSubUVProperties"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPathTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionPathTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionPathTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionPathTracingQualitySwitch) == 0x000068, "Wrong size on UMaterialExpressionPathTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionPathTracingQualitySwitch, Normal) == 0x000040, "Member 'UMaterialExpressionPathTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPathTracingQualitySwitch, PathTraced) == 0x000054, "Member 'UMaterialExpressionPathTracingQualitySwitch::PathTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceFadeAmount \ +static_assert(alignof(UMaterialExpressionPerInstanceFadeAmount) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceFadeAmount"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceFadeAmount) == 0x000040, "Wrong size on UMaterialExpressionPerInstanceFadeAmount"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPerInstanceRandom \ +static_assert(alignof(UMaterialExpressionPerInstanceRandom) == 0x000008, "Wrong alignment on UMaterialExpressionPerInstanceRandom"); \ +static_assert(sizeof(UMaterialExpressionPerInstanceRandom) == 0x000040, "Wrong size on UMaterialExpressionPerInstanceRandom"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPixelNormalWS \ +static_assert(alignof(UMaterialExpressionPixelNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionPixelNormalWS"); \ +static_assert(sizeof(UMaterialExpressionPixelNormalWS) == 0x000040, "Wrong size on UMaterialExpressionPixelNormalWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPower \ +static_assert(alignof(UMaterialExpressionPower) == 0x000008, "Wrong alignment on UMaterialExpressionPower"); \ +static_assert(sizeof(UMaterialExpressionPower) == 0x000070, "Wrong size on UMaterialExpressionPower"); \ +static_assert(offsetof(UMaterialExpressionPower, Base) == 0x000040, "Member 'UMaterialExpressionPower::Base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, Exponent) == 0x000054, "Member 'UMaterialExpressionPower::Exponent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionPower, ConstExponent) == 0x000068, "Member 'UMaterialExpressionPower::ConstExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedNormal \ +static_assert(alignof(UMaterialExpressionPreSkinnedNormal) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedNormal"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedNormal) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedNormal"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionPreSkinnedPosition \ +static_assert(alignof(UMaterialExpressionPreSkinnedPosition) == 0x000008, "Wrong alignment on UMaterialExpressionPreSkinnedPosition"); \ +static_assert(sizeof(UMaterialExpressionPreSkinnedPosition) == 0x000040, "Wrong size on UMaterialExpressionPreSkinnedPosition"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRayTracingQualitySwitch \ +static_assert(alignof(UMaterialExpressionRayTracingQualitySwitch) == 0x000008, "Wrong alignment on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(sizeof(UMaterialExpressionRayTracingQualitySwitch) == 0x000068, "Wrong size on UMaterialExpressionRayTracingQualitySwitch"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, Normal) == 0x000040, "Member 'UMaterialExpressionRayTracingQualitySwitch::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRayTracingQualitySwitch, RayTraced) == 0x000054, "Member 'UMaterialExpressionRayTracingQualitySwitch::RayTraced' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionCapturePassSwitch \ +static_assert(alignof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(sizeof(UMaterialExpressionReflectionCapturePassSwitch) == 0x000068, "Wrong size on UMaterialExpressionReflectionCapturePassSwitch"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Default) == 0x000040, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionReflectionCapturePassSwitch, Reflection) == 0x000054, "Member 'UMaterialExpressionReflectionCapturePassSwitch::Reflection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionReflectionVectorWS \ +static_assert(alignof(UMaterialExpressionReflectionVectorWS) == 0x000008, "Wrong alignment on UMaterialExpressionReflectionVectorWS"); \ +static_assert(sizeof(UMaterialExpressionReflectionVectorWS) == 0x000058, "Wrong size on UMaterialExpressionReflectionVectorWS"); \ +static_assert(offsetof(UMaterialExpressionReflectionVectorWS, CustomWorldNormal) == 0x000040, "Member 'UMaterialExpressionReflectionVectorWS::CustomWorldNormal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotateAboutAxis \ +static_assert(alignof(UMaterialExpressionRotateAboutAxis) == 0x000008, "Wrong alignment on UMaterialExpressionRotateAboutAxis"); \ +static_assert(sizeof(UMaterialExpressionRotateAboutAxis) == 0x000098, "Wrong size on UMaterialExpressionRotateAboutAxis"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, NormalizedRotationAxis) == 0x000040, "Member 'UMaterialExpressionRotateAboutAxis::NormalizedRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, RotationAngle) == 0x000054, "Member 'UMaterialExpressionRotateAboutAxis::RotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, PivotPoint) == 0x000068, "Member 'UMaterialExpressionRotateAboutAxis::PivotPoint' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, position) == 0x00007C, "Member 'UMaterialExpressionRotateAboutAxis::position' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotateAboutAxis, Period) == 0x000090, "Member 'UMaterialExpressionRotateAboutAxis::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRotator \ +static_assert(alignof(UMaterialExpressionRotator) == 0x000008, "Wrong alignment on UMaterialExpressionRotator"); \ +static_assert(sizeof(UMaterialExpressionRotator) == 0x000078, "Wrong size on UMaterialExpressionRotator"); \ +static_assert(offsetof(UMaterialExpressionRotator, Coordinate) == 0x000040, "Member 'UMaterialExpressionRotator::Coordinate' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Time) == 0x000054, "Member 'UMaterialExpressionRotator::Time' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterX) == 0x000068, "Member 'UMaterialExpressionRotator::CenterX' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, CenterY) == 0x00006C, "Member 'UMaterialExpressionRotator::CenterY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, Speed) == 0x000070, "Member 'UMaterialExpressionRotator::Speed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRotator, ConstCoordinate) == 0x000074, "Member 'UMaterialExpressionRotator::ConstCoordinate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRound \ +static_assert(alignof(UMaterialExpressionRound) == 0x000008, "Wrong alignment on UMaterialExpressionRound"); \ +static_assert(sizeof(UMaterialExpressionRound) == 0x000058, "Wrong size on UMaterialExpressionRound"); \ +static_assert(offsetof(UMaterialExpressionRound, Input) == 0x000040, "Member 'UMaterialExpressionRound::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureReplace \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureReplace) == 0x000068, "Wrong size on UMaterialExpressionRuntimeVirtualTextureReplace"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, Default) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureReplace, VirtualTextureOutput) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureReplace::VirtualTextureOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSample \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSample) == 0x000090, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSample"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, Coordinates) == 0x000040, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, WorldPosition) == 0x000054, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValue) == 0x000068, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValue' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, VirtualTexture) == 0x000080, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MaterialType) == 0x000088, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MaterialType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bSinglePhysicalSpace) == 0x000089, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bSinglePhysicalSpace' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, bAdaptive) == 0x00008A, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::bAdaptive' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, MipValueMode) == 0x00008B, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::MipValueMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSample, TextureAddressMode) == 0x00008C, "Member 'UMaterialExpressionRuntimeVirtualTextureSample::TextureAddressMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionRuntimeVirtualTextureSampleParameter \ +static_assert(alignof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x000008, "Wrong alignment on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(sizeof(UMaterialExpressionRuntimeVirtualTextureSampleParameter) == 0x0000B0, "Wrong size on UMaterialExpressionRuntimeVirtualTextureSampleParameter"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ParameterName) == 0x000090, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, ExpressionGuid) == 0x000098, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::ExpressionGuid' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionRuntimeVirtualTextureSampleParameter, Group) == 0x0000A8, "Member 'UMaterialExpressionRuntimeVirtualTextureSampleParameter::Group' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsScalarField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsScalarField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsScalarField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsScalarField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsScalarField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsScalarField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsScalarField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSamplePhysicsIntegerField \ +static_assert(alignof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000008, "Wrong alignment on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(sizeof(UMaterialExpressionSamplePhysicsIntegerField) == 0x000058, "Wrong size on UMaterialExpressionSamplePhysicsIntegerField"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSamplePhysicsIntegerField::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSamplePhysicsIntegerField, FieldTarget) == 0x000054, "Member 'UMaterialExpressionSamplePhysicsIntegerField::FieldTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSaturate \ +static_assert(alignof(UMaterialExpressionSaturate) == 0x000008, "Wrong alignment on UMaterialExpressionSaturate"); \ +static_assert(sizeof(UMaterialExpressionSaturate) == 0x000058, "Wrong size on UMaterialExpressionSaturate"); \ +static_assert(offsetof(UMaterialExpressionSaturate, Input) == 0x000040, "Member 'UMaterialExpressionSaturate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepth \ +static_assert(alignof(UMaterialExpressionSceneDepth) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepth"); \ +static_assert(sizeof(UMaterialExpressionSceneDepth) == 0x000080, "Wrong size on UMaterialExpressionSceneDepth"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneDepth::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Input) == 0x000044, "Member 'UMaterialExpressionSceneDepth::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, Coordinates) == 0x000058, "Member 'UMaterialExpressionSceneDepth::Coordinates' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepth, ConstInput) == 0x000070, "Member 'UMaterialExpressionSceneDepth::ConstInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneDepthWithoutWater \ +static_assert(alignof(UMaterialExpressionSceneDepthWithoutWater) == 0x000008, "Wrong alignment on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(sizeof(UMaterialExpressionSceneDepthWithoutWater) == 0x000070, "Wrong size on UMaterialExpressionSceneDepthWithoutWater"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, InputMode) == 0x000040, "Member 'UMaterialExpressionSceneDepthWithoutWater::InputMode' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, Input) == 0x000044, "Member 'UMaterialExpressionSceneDepthWithoutWater::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, ConstInput) == 0x000058, "Member 'UMaterialExpressionSceneDepthWithoutWater::ConstInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSceneDepthWithoutWater, FallbackDepth) == 0x000068, "Member 'UMaterialExpressionSceneDepthWithoutWater::FallbackDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSceneTexelSize \ +static_assert(alignof(UMaterialExpressionSceneTexelSize) == 0x000008, "Wrong alignment on UMaterialExpressionSceneTexelSize"); \ +static_assert(sizeof(UMaterialExpressionSceneTexelSize) == 0x000040, "Wrong size on UMaterialExpressionSceneTexelSize"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionScreenPosition \ +static_assert(alignof(UMaterialExpressionScreenPosition) == 0x000008, "Wrong alignment on UMaterialExpressionScreenPosition"); \ +static_assert(sizeof(UMaterialExpressionScreenPosition) == 0x000040, "Wrong size on UMaterialExpressionScreenPosition"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSetLocal \ +static_assert(alignof(UMaterialExpressionSetLocal) == 0x000008, "Wrong alignment on UMaterialExpressionSetLocal"); \ +static_assert(sizeof(UMaterialExpressionSetLocal) == 0x000068, "Wrong size on UMaterialExpressionSetLocal"); \ +static_assert(offsetof(UMaterialExpressionSetLocal, Exec) == 0x000040, "Member 'UMaterialExpressionSetLocal::Exec' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetLocal, Value) == 0x000048, "Member 'UMaterialExpressionSetLocal::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSetLocal, LocalName) == 0x00005C, "Member 'UMaterialExpressionSetLocal::LocalName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadingModel \ +static_assert(alignof(UMaterialExpressionShadingModel) == 0x000008, "Wrong alignment on UMaterialExpressionShadingModel"); \ +static_assert(sizeof(UMaterialExpressionShadingModel) == 0x000048, "Wrong size on UMaterialExpressionShadingModel"); \ +static_assert(offsetof(UMaterialExpressionShadingModel, ShadingModel) == 0x000040, "Member 'UMaterialExpressionShadingModel::ShadingModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadingPathSwitch \ +static_assert(alignof(UMaterialExpressionShadingPathSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionShadingPathSwitch"); \ +static_assert(sizeof(UMaterialExpressionShadingPathSwitch) == 0x000090, "Wrong size on UMaterialExpressionShadingPathSwitch"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Default) == 0x000040, "Member 'UMaterialExpressionShadingPathSwitch::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadingPathSwitch, Inputs) == 0x000054, "Member 'UMaterialExpressionShadingPathSwitch::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionShadowReplace \ +static_assert(alignof(UMaterialExpressionShadowReplace) == 0x000008, "Wrong alignment on UMaterialExpressionShadowReplace"); \ +static_assert(sizeof(UMaterialExpressionShadowReplace) == 0x000068, "Wrong size on UMaterialExpressionShadowReplace"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Default) == 0x000040, "Member 'UMaterialExpressionShadowReplace::Default' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionShadowReplace, Shadow) == 0x000054, "Member 'UMaterialExpressionShadowReplace::Shadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSine \ +static_assert(alignof(UMaterialExpressionSine) == 0x000008, "Wrong alignment on UMaterialExpressionSine"); \ +static_assert(sizeof(UMaterialExpressionSine) == 0x000058, "Wrong size on UMaterialExpressionSine"); \ +static_assert(offsetof(UMaterialExpressionSine, Input) == 0x000040, "Member 'UMaterialExpressionSine::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSine, Period) == 0x000054, "Member 'UMaterialExpressionSine::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSingleLayerWaterMaterialOutput \ +static_assert(alignof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionSingleLayerWaterMaterialOutput) == 0x0000B8, "Wrong size on UMaterialExpressionSingleLayerWaterMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ScatteringCoefficients) == 0x000040, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, AbsorptionCoefficients) == 0x000054, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::AbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, PhaseG) == 0x000068, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ColorScaleBehindWater) == 0x00007C, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ColorScaleBehindWater' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, MaxDepth) == 0x000090, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::MaxDepth' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSingleLayerWaterMaterialOutput, ShadowScaleAndBias) == 0x0000A4, "Member 'UMaterialExpressionSingleLayerWaterMaterialOutput::ShadowScaleAndBias' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDirection \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDirection) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereLightDirection"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDirection, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightDirection::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereLightDiskLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereLightDiskLuminance) == 0x000048, "Wrong size on UMaterialExpressionSkyAtmosphereLightDiskLuminance"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereLightDiskLuminance, LightIndex) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereLightDiskLuminance::LightIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereAerialPerspective \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereAerialPerspective) == 0x000058, "Wrong size on UMaterialExpressionSkyAtmosphereAerialPerspective"); \ +static_assert(offsetof(UMaterialExpressionSkyAtmosphereAerialPerspective, WorldPosition) == 0x000040, "Member 'UMaterialExpressionSkyAtmosphereAerialPerspective::WorldPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyAtmosphereViewLuminance \ +static_assert(alignof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000008, "Wrong alignment on UMaterialExpressionSkyAtmosphereViewLuminance"); \ +static_assert(sizeof(UMaterialExpressionSkyAtmosphereViewLuminance) == 0x000040, "Wrong size on UMaterialExpressionSkyAtmosphereViewLuminance"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSkyLightEnvMapSample \ +static_assert(alignof(UMaterialExpressionSkyLightEnvMapSample) == 0x000008, "Wrong alignment on UMaterialExpressionSkyLightEnvMapSample"); \ +static_assert(sizeof(UMaterialExpressionSkyLightEnvMapSample) == 0x000068, "Wrong size on UMaterialExpressionSkyLightEnvMapSample"); \ +static_assert(offsetof(UMaterialExpressionSkyLightEnvMapSample, Direction) == 0x000040, "Member 'UMaterialExpressionSkyLightEnvMapSample::Direction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSkyLightEnvMapSample, Roughness) == 0x000054, "Member 'UMaterialExpressionSkyLightEnvMapSample::Roughness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSmoothStep \ +static_assert(alignof(UMaterialExpressionSmoothStep) == 0x000008, "Wrong alignment on UMaterialExpressionSmoothStep"); \ +static_assert(sizeof(UMaterialExpressionSmoothStep) == 0x000088, "Wrong size on UMaterialExpressionSmoothStep"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Min) == 0x000040, "Member 'UMaterialExpressionSmoothStep::Min' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Max) == 0x000054, "Member 'UMaterialExpressionSmoothStep::Max' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, Value) == 0x000068, "Member 'UMaterialExpressionSmoothStep::Value' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMin) == 0x00007C, "Member 'UMaterialExpressionSmoothStep::ConstMin' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstMax) == 0x000080, "Member 'UMaterialExpressionSmoothStep::ConstMax' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSmoothStep, ConstValue) == 0x000084, "Member 'UMaterialExpressionSmoothStep::ConstValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureObject \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureObject"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureObject) == 0x000048, "Wrong size on UMaterialExpressionSparseVolumeTextureObject"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSparseVolumeTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionSparseVolumeTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionSparseVolumeTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionSparseVolumeTextureObjectParameter) == 0x0000B0, "Wrong size on UMaterialExpressionSparseVolumeTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSpeedTree \ +static_assert(alignof(UMaterialExpressionSpeedTree) == 0x000008, "Wrong alignment on UMaterialExpressionSpeedTree"); \ +static_assert(sizeof(UMaterialExpressionSpeedTree) == 0x0000A0, "Wrong size on UMaterialExpressionSpeedTree"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryInput) == 0x000040, "Member 'UMaterialExpressionSpeedTree::GeometryInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindInput) == 0x000054, "Member 'UMaterialExpressionSpeedTree::WindInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODInput) == 0x000068, "Member 'UMaterialExpressionSpeedTree::LODInput' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, ExtraBendWS) == 0x00007C, "Member 'UMaterialExpressionSpeedTree::ExtraBendWS' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, GeometryType) == 0x000090, "Member 'UMaterialExpressionSpeedTree::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, WindType) == 0x000091, "Member 'UMaterialExpressionSpeedTree::WindType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, LODType) == 0x000092, "Member 'UMaterialExpressionSpeedTree::LODType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, BillboardThreshold) == 0x000094, "Member 'UMaterialExpressionSpeedTree::BillboardThreshold' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpeedTree, bAccurateWindVelocities) == 0x000098, "Member 'UMaterialExpressionSpeedTree::bAccurateWindVelocities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSphereMask \ +static_assert(alignof(UMaterialExpressionSphereMask) == 0x000008, "Wrong alignment on UMaterialExpressionSphereMask"); \ +static_assert(sizeof(UMaterialExpressionSphereMask) == 0x000098, "Wrong size on UMaterialExpressionSphereMask"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, A) == 0x000040, "Member 'UMaterialExpressionSphereMask::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, B) == 0x000054, "Member 'UMaterialExpressionSphereMask::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Radius) == 0x000068, "Member 'UMaterialExpressionSphereMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, Hardness) == 0x00007C, "Member 'UMaterialExpressionSphereMask::Hardness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, AttenuationRadius) == 0x000090, "Member 'UMaterialExpressionSphereMask::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSphereMask, HardnessPercent) == 0x000094, "Member 'UMaterialExpressionSphereMask::HardnessPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionSquareRoot \ +static_assert(alignof(UMaterialExpressionSquareRoot) == 0x000008, "Wrong alignment on UMaterialExpressionSquareRoot"); \ +static_assert(sizeof(UMaterialExpressionSquareRoot) == 0x000058, "Wrong size on UMaterialExpressionSquareRoot"); \ +static_assert(offsetof(UMaterialExpressionSquareRoot, Input) == 0x000040, "Member 'UMaterialExpressionSquareRoot::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBool \ +static_assert(alignof(UMaterialExpressionStaticBool) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBool"); \ +static_assert(sizeof(UMaterialExpressionStaticBool) == 0x000048, "Wrong size on UMaterialExpressionStaticBool"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticBoolParameter \ +static_assert(alignof(UMaterialExpressionStaticBoolParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticBoolParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticBoolParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticBoolParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitch \ +static_assert(alignof(UMaterialExpressionStaticSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitch"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitch) == 0x000080, "Wrong size on UMaterialExpressionStaticSwitch"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, A) == 0x000044, "Member 'UMaterialExpressionStaticSwitch::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, B) == 0x000058, "Member 'UMaterialExpressionStaticSwitch::B' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStaticSwitch, Value) == 0x00006C, "Member 'UMaterialExpressionStaticSwitch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStaticSwitchParameter \ +static_assert(alignof(UMaterialExpressionStaticSwitchParameter) == 0x000008, "Wrong alignment on UMaterialExpressionStaticSwitchParameter"); \ +static_assert(sizeof(UMaterialExpressionStaticSwitchParameter) == 0x000060, "Wrong size on UMaterialExpressionStaticSwitchParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStep \ +static_assert(alignof(UMaterialExpressionStep) == 0x000008, "Wrong alignment on UMaterialExpressionStep"); \ +static_assert(sizeof(UMaterialExpressionStep) == 0x000070, "Wrong size on UMaterialExpressionStep"); \ +static_assert(offsetof(UMaterialExpressionStep, Y) == 0x000040, "Member 'UMaterialExpressionStep::Y' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, X) == 0x000054, "Member 'UMaterialExpressionStep::X' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstY) == 0x000068, "Member 'UMaterialExpressionStep::ConstY' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStep, ConstX) == 0x00006C, "Member 'UMaterialExpressionStep::ConstX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataLegacyConversion \ +static_assert(alignof(UMaterialExpressionStrataLegacyConversion) == 0x000008, "Wrong alignment on UMaterialExpressionStrataLegacyConversion"); \ +static_assert(sizeof(UMaterialExpressionStrataLegacyConversion) == 0x0001E0, "Wrong size on UMaterialExpressionStrataLegacyConversion"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, BaseColor) == 0x000040, "Member 'UMaterialExpressionStrataLegacyConversion::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, Metallic) == 0x000054, "Member 'UMaterialExpressionStrataLegacyConversion::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, Specular) == 0x000068, "Member 'UMaterialExpressionStrataLegacyConversion::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, Roughness) == 0x00007C, "Member 'UMaterialExpressionStrataLegacyConversion::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, Anisotropy) == 0x000090, "Member 'UMaterialExpressionStrataLegacyConversion::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, EmissiveColor) == 0x0000A4, "Member 'UMaterialExpressionStrataLegacyConversion::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, Normal) == 0x0000B8, "Member 'UMaterialExpressionStrataLegacyConversion::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, Tangent) == 0x0000CC, "Member 'UMaterialExpressionStrataLegacyConversion::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, SubsurfaceColor) == 0x0000E0, "Member 'UMaterialExpressionStrataLegacyConversion::SubsurfaceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, ClearCoat) == 0x0000F4, "Member 'UMaterialExpressionStrataLegacyConversion::ClearCoat' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, ClearCoatRoughness) == 0x000108, "Member 'UMaterialExpressionStrataLegacyConversion::ClearCoatRoughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, Opacity) == 0x00011C, "Member 'UMaterialExpressionStrataLegacyConversion::Opacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, TransmittanceColor) == 0x000130, "Member 'UMaterialExpressionStrataLegacyConversion::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, WaterScatteringCoefficients) == 0x000144, "Member 'UMaterialExpressionStrataLegacyConversion::WaterScatteringCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, WaterAbsorptionCoefficients) == 0x000158, "Member 'UMaterialExpressionStrataLegacyConversion::WaterAbsorptionCoefficients' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, WaterPhaseG) == 0x00016C, "Member 'UMaterialExpressionStrataLegacyConversion::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, ColorScaleBehindWater) == 0x000180, "Member 'UMaterialExpressionStrataLegacyConversion::ColorScaleBehindWater' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, ClearCoatNormal) == 0x000194, "Member 'UMaterialExpressionStrataLegacyConversion::ClearCoatNormal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, ShadingModel) == 0x0001A8, "Member 'UMaterialExpressionStrataLegacyConversion::ShadingModel' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, SubsurfaceProfile) == 0x0001C0, "Member 'UMaterialExpressionStrataLegacyConversion::SubsurfaceProfile' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataLegacyConversion, ConvertedStrataMaterialInfo) == 0x0001C8, "Member 'UMaterialExpressionStrataLegacyConversion::ConvertedStrataMaterialInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataSlabBSDF \ +static_assert(alignof(UMaterialExpressionStrataSlabBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionStrataSlabBSDF"); \ +static_assert(sizeof(UMaterialExpressionStrataSlabBSDF) == 0x0001D0, "Wrong size on UMaterialExpressionStrataSlabBSDF"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, BaseColor) == 0x000040, "Member 'UMaterialExpressionStrataSlabBSDF::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, EdgeColor) == 0x000054, "Member 'UMaterialExpressionStrataSlabBSDF::EdgeColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Metallic) == 0x000068, "Member 'UMaterialExpressionStrataSlabBSDF::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Specular) == 0x00007C, "Member 'UMaterialExpressionStrataSlabBSDF::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, DiffuseAlbedo) == 0x000090, "Member 'UMaterialExpressionStrataSlabBSDF::DiffuseAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, F0) == 0x0000A4, "Member 'UMaterialExpressionStrataSlabBSDF::F0' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, F90) == 0x0000B8, "Member 'UMaterialExpressionStrataSlabBSDF::F90' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Roughness) == 0x0000CC, "Member 'UMaterialExpressionStrataSlabBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Anisotropy) == 0x0000E0, "Member 'UMaterialExpressionStrataSlabBSDF::Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Normal) == 0x0000F4, "Member 'UMaterialExpressionStrataSlabBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Tangent) == 0x000108, "Member 'UMaterialExpressionStrataSlabBSDF::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, SSSDMFP) == 0x00011C, "Member 'UMaterialExpressionStrataSlabBSDF::SSSDMFP' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, SSSDMFPScale) == 0x000130, "Member 'UMaterialExpressionStrataSlabBSDF::SSSDMFPScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, EmissiveColor) == 0x000144, "Member 'UMaterialExpressionStrataSlabBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Haziness) == 0x000158, "Member 'UMaterialExpressionStrataSlabBSDF::Haziness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, ThinFilmThickness) == 0x00016C, "Member 'UMaterialExpressionStrataSlabBSDF::ThinFilmThickness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, Thickness) == 0x000180, "Member 'UMaterialExpressionStrataSlabBSDF::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, FuzzAmount) == 0x000194, "Member 'UMaterialExpressionStrataSlabBSDF::FuzzAmount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, FuzzColor) == 0x0001A8, "Member 'UMaterialExpressionStrataSlabBSDF::FuzzColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSlabBSDF, SubsurfaceProfile) == 0x0001C0, "Member 'UMaterialExpressionStrataSlabBSDF::SubsurfaceProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataVolumetricFogCloudBSDF \ +static_assert(alignof(UMaterialExpressionStrataVolumetricFogCloudBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionStrataVolumetricFogCloudBSDF"); \ +static_assert(sizeof(UMaterialExpressionStrataVolumetricFogCloudBSDF) == 0x000090, "Wrong size on UMaterialExpressionStrataVolumetricFogCloudBSDF"); \ +static_assert(offsetof(UMaterialExpressionStrataVolumetricFogCloudBSDF, Albedo) == 0x000040, "Member 'UMaterialExpressionStrataVolumetricFogCloudBSDF::Albedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataVolumetricFogCloudBSDF, Extinction) == 0x000054, "Member 'UMaterialExpressionStrataVolumetricFogCloudBSDF::Extinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataVolumetricFogCloudBSDF, EmissiveColor) == 0x000068, "Member 'UMaterialExpressionStrataVolumetricFogCloudBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataVolumetricFogCloudBSDF, AmbientOcclusion) == 0x00007C, "Member 'UMaterialExpressionStrataVolumetricFogCloudBSDF::AmbientOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataHairBSDF \ +static_assert(alignof(UMaterialExpressionStrataHairBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionStrataHairBSDF"); \ +static_assert(sizeof(UMaterialExpressionStrataHairBSDF) == 0x0000D0, "Wrong size on UMaterialExpressionStrataHairBSDF"); \ +static_assert(offsetof(UMaterialExpressionStrataHairBSDF, BaseColor) == 0x000040, "Member 'UMaterialExpressionStrataHairBSDF::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHairBSDF, Scatter) == 0x000054, "Member 'UMaterialExpressionStrataHairBSDF::Scatter' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHairBSDF, Specular) == 0x000068, "Member 'UMaterialExpressionStrataHairBSDF::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHairBSDF, Roughness) == 0x00007C, "Member 'UMaterialExpressionStrataHairBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHairBSDF, Backlit) == 0x000090, "Member 'UMaterialExpressionStrataHairBSDF::Backlit' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHairBSDF, Tangent) == 0x0000A4, "Member 'UMaterialExpressionStrataHairBSDF::Tangent' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHairBSDF, EmissiveColor) == 0x0000B8, "Member 'UMaterialExpressionStrataHairBSDF::EmissiveColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataSingleLayerWaterBSDF \ +static_assert(alignof(UMaterialExpressionStrataSingleLayerWaterBSDF) == 0x000008, "Wrong alignment on UMaterialExpressionStrataSingleLayerWaterBSDF"); \ +static_assert(sizeof(UMaterialExpressionStrataSingleLayerWaterBSDF) == 0x000120, "Wrong size on UMaterialExpressionStrataSingleLayerWaterBSDF"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, BaseColor) == 0x000040, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::BaseColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, Metallic) == 0x000054, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::Metallic' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, Specular) == 0x000068, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::Specular' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, Roughness) == 0x00007C, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::Roughness' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, Normal) == 0x000090, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::Normal' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, EmissiveColor) == 0x0000A4, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::EmissiveColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, TopMaterialOpacity) == 0x0000B8, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::TopMaterialOpacity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, WaterAlbedo) == 0x0000CC, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::WaterAlbedo' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, WaterExtinction) == 0x0000E0, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::WaterExtinction' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, WaterPhaseG) == 0x0000F4, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::WaterPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataSingleLayerWaterBSDF, ColorScaleBehindWater) == 0x000108, "Member 'UMaterialExpressionStrataSingleLayerWaterBSDF::ColorScaleBehindWater' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_K2_SetText \ +static_assert(alignof(TextRenderComponent_K2_SetText) == 0x000008, "Wrong alignment on TextRenderComponent_K2_SetText"); \ +static_assert(sizeof(TextRenderComponent_K2_SetText) == 0x000018, "Wrong size on TextRenderComponent_K2_SetText"); \ +static_assert(offsetof(TextRenderComponent_K2_SetText, Value) == 0x000000, "Member 'TextRenderComponent_K2_SetText::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetFont \ +static_assert(alignof(TextRenderComponent_SetFont) == 0x000008, "Wrong alignment on TextRenderComponent_SetFont"); \ +static_assert(sizeof(TextRenderComponent_SetFont) == 0x000008, "Wrong size on TextRenderComponent_SetFont"); \ +static_assert(offsetof(TextRenderComponent_SetFont, Value) == 0x000000, "Member 'TextRenderComponent_SetFont::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizontalAlignment \ +static_assert(alignof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong alignment on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(sizeof(TextRenderComponent_SetHorizontalAlignment) == 0x000001, "Wrong size on TextRenderComponent_SetHorizontalAlignment"); \ +static_assert(offsetof(TextRenderComponent_SetHorizontalAlignment, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizontalAlignment::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_SetHorizSpacingAdjust \ +static_assert(alignof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong alignment on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(sizeof(TextRenderComponent_SetHorizSpacingAdjust) == 0x000004, "Wrong size on TextRenderComponent_SetHorizSpacingAdjust"); \ +static_assert(offsetof(TextRenderComponent_SetHorizSpacingAdjust, Value) == 0x000000, "Member 'TextRenderComponent_SetHorizSpacingAdjust::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextRenderComponent_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) == 0x0005C0, "Wrong size on UTextRenderComponent"); \ +static_assert(offsetof(UTextRenderComponent, Text) == 0x000568, "Member 'UTextRenderComponent::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextMaterial) == 0x000580, "Member 'UTextRenderComponent::TextMaterial' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, Font) == 0x000588, "Member 'UTextRenderComponent::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizontalAlignment) == 0x000590, "Member 'UTextRenderComponent::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VerticalAlignment) == 0x000591, "Member 'UTextRenderComponent::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, TextRenderColor) == 0x000594, "Member 'UTextRenderComponent::TextRenderColor' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, XScale) == 0x000598, "Member 'UTextRenderComponent::XScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, YScale) == 0x00059C, "Member 'UTextRenderComponent::YScale' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, WorldSize) == 0x0005A0, "Member 'UTextRenderComponent::WorldSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, InvDefaultSize) == 0x0005A4, "Member 'UTextRenderComponent::InvDefaultSize' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, HorizSpacingAdjust) == 0x0005A8, "Member 'UTextRenderComponent::HorizSpacingAdjust' has a wrong offset!"); \ +static_assert(offsetof(UTextRenderComponent, VertSpacingAdjust) == 0x0005AC, "Member 'UTextRenderComponent::VertSpacingAdjust' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataHorizontalMixing \ +static_assert(alignof(UMaterialExpressionStrataHorizontalMixing) == 0x000008, "Wrong alignment on UMaterialExpressionStrataHorizontalMixing"); \ +static_assert(sizeof(UMaterialExpressionStrataHorizontalMixing) == 0x000080, "Wrong size on UMaterialExpressionStrataHorizontalMixing"); \ +static_assert(offsetof(UMaterialExpressionStrataHorizontalMixing, Background) == 0x000040, "Member 'UMaterialExpressionStrataHorizontalMixing::Background' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHorizontalMixing, Foreground) == 0x000054, "Member 'UMaterialExpressionStrataHorizontalMixing::Foreground' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataHorizontalMixing, Mix) == 0x000068, "Member 'UMaterialExpressionStrataHorizontalMixing::Mix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataAdd \ +static_assert(alignof(UMaterialExpressionStrataAdd) == 0x000008, "Wrong alignment on UMaterialExpressionStrataAdd"); \ +static_assert(sizeof(UMaterialExpressionStrataAdd) == 0x000070, "Wrong size on UMaterialExpressionStrataAdd"); \ +static_assert(offsetof(UMaterialExpressionStrataAdd, A) == 0x000040, "Member 'UMaterialExpressionStrataAdd::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataAdd, B) == 0x000054, "Member 'UMaterialExpressionStrataAdd::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataWeight \ +static_assert(alignof(UMaterialExpressionStrataWeight) == 0x000008, "Wrong alignment on UMaterialExpressionStrataWeight"); \ +static_assert(sizeof(UMaterialExpressionStrataWeight) == 0x000068, "Wrong size on UMaterialExpressionStrataWeight"); \ +static_assert(offsetof(UMaterialExpressionStrataWeight, A) == 0x000040, "Member 'UMaterialExpressionStrataWeight::A' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataWeight, Weight) == 0x000054, "Member 'UMaterialExpressionStrataWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionStrataTransmittanceToMFP \ +static_assert(alignof(UMaterialExpressionStrataTransmittanceToMFP) == 0x000008, "Wrong alignment on UMaterialExpressionStrataTransmittanceToMFP"); \ +static_assert(sizeof(UMaterialExpressionStrataTransmittanceToMFP) == 0x000068, "Wrong size on UMaterialExpressionStrataTransmittanceToMFP"); \ +static_assert(offsetof(UMaterialExpressionStrataTransmittanceToMFP, TransmittanceColor) == 0x000040, "Member 'UMaterialExpressionStrataTransmittanceToMFP::TransmittanceColor' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionStrataTransmittanceToMFP, Thickness) == 0x000054, "Member 'UMaterialExpressionStrataTransmittanceToMFP::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangent \ +static_assert(alignof(UMaterialExpressionTangent) == 0x000008, "Wrong alignment on UMaterialExpressionTangent"); \ +static_assert(sizeof(UMaterialExpressionTangent) == 0x000058, "Wrong size on UMaterialExpressionTangent"); \ +static_assert(offsetof(UMaterialExpressionTangent, Input) == 0x000040, "Member 'UMaterialExpressionTangent::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTangent, Period) == 0x000054, "Member 'UMaterialExpressionTangent::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTangentOutput \ +static_assert(alignof(UMaterialExpressionTangentOutput) == 0x000008, "Wrong alignment on UMaterialExpressionTangentOutput"); \ +static_assert(sizeof(UMaterialExpressionTangentOutput) == 0x000058, "Wrong size on UMaterialExpressionTangentOutput"); \ +static_assert(offsetof(UMaterialExpressionTangentOutput, Input) == 0x000040, "Member 'UMaterialExpressionTangentOutput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObject \ +static_assert(alignof(UMaterialExpressionTextureObject) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObject"); \ +static_assert(sizeof(UMaterialExpressionTextureObject) == 0x000048, "Wrong size on UMaterialExpressionTextureObject"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureObjectParameter \ +static_assert(alignof(UMaterialExpressionTextureObjectParameter) == 0x000008, "Wrong alignment on UMaterialExpressionTextureObjectParameter"); \ +static_assert(sizeof(UMaterialExpressionTextureObjectParameter) == 0x000080, "Wrong size on UMaterialExpressionTextureObjectParameter"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTextureSampleParameterCubeArray \ +static_assert(alignof(UMaterialExpressionTextureSampleParameterCubeArray) == 0x000008, "Wrong alignment on UMaterialExpressionTextureSampleParameterCubeArray"); \ +static_assert(sizeof(UMaterialExpressionTextureSampleParameterCubeArray) == 0x000080, "Wrong size on UMaterialExpressionTextureSampleParameterCubeArray"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionThinTranslucentMaterialOutput \ +static_assert(alignof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionThinTranslucentMaterialOutput) == 0x000058, "Wrong size on UMaterialExpressionThinTranslucentMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionThinTranslucentMaterialOutput, TransmittanceColor) == 0x000040, "Member 'UMaterialExpressionThinTranslucentMaterialOutput::TransmittanceColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTime \ +static_assert(alignof(UMaterialExpressionTime) == 0x000008, "Wrong alignment on UMaterialExpressionTime"); \ +static_assert(sizeof(UMaterialExpressionTime) == 0x000048, "Wrong size on UMaterialExpressionTime"); \ +static_assert(offsetof(UMaterialExpressionTime, Period) == 0x000044, "Member 'UMaterialExpressionTime::Period' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTransformPosition \ +static_assert(alignof(UMaterialExpressionTransformPosition) == 0x000008, "Wrong alignment on UMaterialExpressionTransformPosition"); \ +static_assert(sizeof(UMaterialExpressionTransformPosition) == 0x000058, "Wrong size on UMaterialExpressionTransformPosition"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, Input) == 0x000040, "Member 'UMaterialExpressionTransformPosition::Input' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformSourceType) == 0x000054, "Member 'UMaterialExpressionTransformPosition::TransformSourceType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionTransformPosition, TransformType) == 0x000055, "Member 'UMaterialExpressionTransformPosition::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTruncate \ +static_assert(alignof(UMaterialExpressionTruncate) == 0x000008, "Wrong alignment on UMaterialExpressionTruncate"); \ +static_assert(sizeof(UMaterialExpressionTruncate) == 0x000058, "Wrong size on UMaterialExpressionTruncate"); \ +static_assert(offsetof(UMaterialExpressionTruncate, Input) == 0x000040, "Member 'UMaterialExpressionTruncate::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionTwoSidedSign \ +static_assert(alignof(UMaterialExpressionTwoSidedSign) == 0x000008, "Wrong alignment on UMaterialExpressionTwoSidedSign"); \ +static_assert(sizeof(UMaterialExpressionTwoSidedSign) == 0x000040, "Wrong size on UMaterialExpressionTwoSidedSign"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexColor \ +static_assert(alignof(UMaterialExpressionVertexColor) == 0x000008, "Wrong alignment on UMaterialExpressionVertexColor"); \ +static_assert(sizeof(UMaterialExpressionVertexColor) == 0x000040, "Wrong size on UMaterialExpressionVertexColor"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexInterpolator \ +static_assert(alignof(UMaterialExpressionVertexInterpolator) == 0x000008, "Wrong alignment on UMaterialExpressionVertexInterpolator"); \ +static_assert(sizeof(UMaterialExpressionVertexInterpolator) == 0x000060, "Wrong size on UMaterialExpressionVertexInterpolator"); \ +static_assert(offsetof(UMaterialExpressionVertexInterpolator, Input) == 0x000040, "Member 'UMaterialExpressionVertexInterpolator::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVertexNormalWS \ +static_assert(alignof(UMaterialExpressionVertexNormalWS) == 0x000008, "Wrong alignment on UMaterialExpressionVertexNormalWS"); \ +static_assert(sizeof(UMaterialExpressionVertexNormalWS) == 0x000040, "Wrong size on UMaterialExpressionVertexNormalWS"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionViewSize \ +static_assert(alignof(UMaterialExpressionViewSize) == 0x000008, "Wrong alignment on UMaterialExpressionViewSize"); \ +static_assert(sizeof(UMaterialExpressionViewSize) == 0x000040, "Wrong size on UMaterialExpressionViewSize"); \ + +#define DUMPER7_ASSERTS_URuntimeVirtualTextureStreamingProxy \ +static_assert(alignof(URuntimeVirtualTextureStreamingProxy) == 0x000010, "Wrong alignment on URuntimeVirtualTextureStreamingProxy"); \ +static_assert(sizeof(URuntimeVirtualTextureStreamingProxy) == 0x0002B0, "Wrong size on URuntimeVirtualTextureStreamingProxy"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVirtualTextureFeatureSwitch \ +static_assert(alignof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(sizeof(UMaterialExpressionVirtualTextureFeatureSwitch) == 0x000068, "Wrong size on UMaterialExpressionVirtualTextureFeatureSwitch"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, No) == 0x000040, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::No' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVirtualTextureFeatureSwitch, Yes) == 0x000054, "Member 'UMaterialExpressionVirtualTextureFeatureSwitch::Yes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionVolumetricAdvancedMaterialOutput \ +static_assert(alignof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionVolumetricAdvancedMaterialOutput) == 0x0000F0, "Wrong size on UMaterialExpressionVolumetricAdvancedMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG) == 0x000040, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseG2) == 0x000054, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PhaseBlend) == 0x000068, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringContribution) == 0x00007C, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringOcclusion) == 0x000090, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringEccentricity) == 0x0000A4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConservativeDensity) == 0x0000B8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConservativeDensity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG) == 0x0000CC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseG2) == 0x0000D0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseG2' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstPhaseBlend) == 0x0000D4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstPhaseBlend' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, PerSamplePhaseEvaluation) == 0x0000D8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::PerSamplePhaseEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, MultiScatteringApproximationOctaveCount) == 0x0000DC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::MultiScatteringApproximationOctaveCount' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringContribution) == 0x0000E0, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringOcclusion) == 0x0000E4, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, ConstMultiScatteringEccentricity) == 0x0000E8, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::ConstMultiScatteringEccentricity' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGroundContribution) == 0x0000EC, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGroundContribution' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bGrayScaleMaterial) == 0x0000ED, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bGrayScaleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionVolumetricAdvancedMaterialOutput, bRayMarchVolumeShadow) == 0x0000EE, "Member 'UMaterialExpressionVolumetricAdvancedMaterialOutput::bRayMarchVolumeShadow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionWhileLoop \ +static_assert(alignof(UMaterialExpressionWhileLoop) == 0x000008, "Wrong alignment on UMaterialExpressionWhileLoop"); \ +static_assert(sizeof(UMaterialExpressionWhileLoop) == 0x000068, "Wrong size on UMaterialExpressionWhileLoop"); \ +static_assert(offsetof(UMaterialExpressionWhileLoop, LoopBody) == 0x000040, "Member 'UMaterialExpressionWhileLoop::LoopBody' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionWhileLoop, Completed) == 0x000048, "Member 'UMaterialExpressionWhileLoop::Completed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionWhileLoop, Condition) == 0x000050, "Member 'UMaterialExpressionWhileLoop::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionWorldPosition \ +static_assert(alignof(UMaterialExpressionWorldPosition) == 0x000008, "Wrong alignment on UMaterialExpressionWorldPosition"); \ +static_assert(sizeof(UMaterialExpressionWorldPosition) == 0x000048, "Wrong size on UMaterialExpressionWorldPosition"); \ +static_assert(offsetof(UMaterialExpressionWorldPosition, WorldPositionShaderOffset) == 0x000040, "Member 'UMaterialExpressionWorldPosition::WorldPositionShaderOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunction \ +static_assert(alignof(UMaterialFunction) == 0x000008, "Wrong alignment on UMaterialFunction"); \ +static_assert(sizeof(UMaterialFunction) == 0x000058, "Wrong size on UMaterialFunction"); \ +static_assert(offsetof(UMaterialFunction, Description) == 0x000040, "Member 'UMaterialFunction::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayer \ +static_assert(alignof(UMaterialFunctionMaterialLayer) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayer"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayer) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayer"); \ + +#define DUMPER7_ASSERTS_UMaterialFunctionMaterialLayerBlend \ +static_assert(alignof(UMaterialFunctionMaterialLayerBlend) == 0x000008, "Wrong alignment on UMaterialFunctionMaterialLayerBlend"); \ +static_assert(sizeof(UMaterialFunctionMaterialLayerBlend) == 0x000058, "Wrong size on UMaterialFunctionMaterialLayerBlend"); \ + +#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_AMaterialInstanceActor \ +static_assert(alignof(AMaterialInstanceActor) == 0x000008, "Wrong alignment on AMaterialInstanceActor"); \ +static_assert(sizeof(AMaterialInstanceActor) == 0x000298, "Wrong size on AMaterialInstanceActor"); \ +static_assert(offsetof(AMaterialInstanceActor, TargetActors) == 0x000288, "Member 'AMaterialInstanceActor::TargetActors' has a wrong offset!"); \ + +#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_UMaterialParameterCollectionInstance \ +static_assert(alignof(UMaterialParameterCollectionInstance) == 0x000008, "Wrong alignment on UMaterialParameterCollectionInstance"); \ +static_assert(sizeof(UMaterialParameterCollectionInstance) == 0x000120, "Wrong size on UMaterialParameterCollectionInstance"); \ +static_assert(offsetof(UMaterialParameterCollectionInstance, Collection) == 0x000030, "Member 'UMaterialParameterCollectionInstance::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMatineeAnimInterface \ +static_assert(alignof(IMatineeAnimInterface) == 0x000001, "Wrong alignment on IMatineeAnimInterface"); \ +static_assert(sizeof(IMatineeAnimInterface) == 0x000001, "Wrong size on IMatineeAnimInterface"); \ + +#define DUMPER7_ASSERTS_IMatineeInterface \ +static_assert(alignof(IMatineeInterface) == 0x000001, "Wrong alignment on IMatineeInterface"); \ +static_assert(sizeof(IMatineeInterface) == 0x000001, "Wrong size on IMatineeInterface"); \ + +#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_AMeshMergeCullingVolume \ +static_assert(alignof(AMeshMergeCullingVolume) == 0x000008, "Wrong alignment on AMeshMergeCullingVolume"); \ +static_assert(sizeof(AMeshMergeCullingVolume) == 0x0002C0, "Wrong size on AMeshMergeCullingVolume"); \ + +#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_UMirrorDataTable \ +static_assert(alignof(UMirrorDataTable) == 0x000008, "Wrong alignment on UMirrorDataTable"); \ +static_assert(sizeof(UMirrorDataTable) == 0x0001A0, "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, Skeleton) == 0x0000C8, "Member 'UMirrorDataTable::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UModelComponent \ +static_assert(alignof(UModelComponent) == 0x000010, "Wrong alignment on UModelComponent"); \ +static_assert(sizeof(UModelComponent) == 0x0005B0, "Wrong size on UModelComponent"); \ +static_assert(offsetof(UModelComponent, ModelBodySetup) == 0x000580, "Member 'UModelComponent::ModelBodySetup' 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_UNavCollisionBase \ +static_assert(alignof(UNavCollisionBase) == 0x000008, "Wrong alignment on UNavCollisionBase"); \ +static_assert(sizeof(UNavCollisionBase) == 0x000070, "Wrong size on UNavCollisionBase"); \ + +#define DUMPER7_ASSERTS_ASpatialHashRuntimeGridInfo \ +static_assert(alignof(ASpatialHashRuntimeGridInfo) == 0x000008, "Wrong alignment on ASpatialHashRuntimeGridInfo"); \ +static_assert(sizeof(ASpatialHashRuntimeGridInfo) == 0x000290, "Wrong size on ASpatialHashRuntimeGridInfo"); \ +static_assert(offsetof(ASpatialHashRuntimeGridInfo, GridSettings) == 0x000288, "Member 'ASpatialHashRuntimeGridInfo::GridSettings' 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_ANavigationDataChunkActor \ +static_assert(alignof(ANavigationDataChunkActor) == 0x000008, "Wrong alignment on ANavigationDataChunkActor"); \ +static_assert(sizeof(ANavigationDataChunkActor) == 0x0002C8, "Wrong size on ANavigationDataChunkActor"); \ +static_assert(offsetof(ANavigationDataChunkActor, NavDataChunkComponent) == 0x000288, "Member 'ANavigationDataChunkActor::NavDataChunkComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationDataChunkActor, DataChunkActorBounds) == 0x000290, "Member 'ANavigationDataChunkActor::DataChunkActorBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationDataChunkComponent \ +static_assert(alignof(UNavigationDataChunkComponent) == 0x000008, "Wrong alignment on UNavigationDataChunkComponent"); \ +static_assert(sizeof(UNavigationDataChunkComponent) == 0x0000D8, "Wrong size on UNavigationDataChunkComponent"); \ +static_assert(offsetof(UNavigationDataChunkComponent, NavDataChunks) == 0x0000C0, "Member 'UNavigationDataChunkComponent::NavDataChunks' has a wrong offset!"); \ + +#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_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_INavPathObserverInterface \ +static_assert(alignof(INavPathObserverInterface) == 0x000001, "Wrong alignment on INavPathObserverInterface"); \ +static_assert(sizeof(INavPathObserverInterface) == 0x000001, "Wrong size on INavPathObserverInterface"); \ + +#define DUMPER7_ASSERTS_INavRelevantInterface \ +static_assert(alignof(INavRelevantInterface) == 0x000001, "Wrong alignment on INavRelevantInterface"); \ +static_assert(sizeof(INavRelevantInterface) == 0x000001, "Wrong size on INavRelevantInterface"); \ + +#define DUMPER7_ASSERTS_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_INetworkPredictionInterface \ +static_assert(alignof(INetworkPredictionInterface) == 0x000001, "Wrong alignment on INetworkPredictionInterface"); \ +static_assert(sizeof(INetworkPredictionInterface) == 0x000001, "Wrong size on INetworkPredictionInterface"); \ + +#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_ANote \ +static_assert(alignof(ANote) == 0x000008, "Wrong alignment on ANote"); \ +static_assert(sizeof(ANote) == 0x000288, "Wrong size on ANote"); \ + +#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_UObjectElementObjectInterface \ +static_assert(alignof(UObjectElementObjectInterface) == 0x000008, "Wrong alignment on UObjectElementObjectInterface"); \ +static_assert(sizeof(UObjectElementObjectInterface) == 0x000030, "Wrong size on UObjectElementObjectInterface"); \ + +#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_UObjectTraceWorldSubsystem \ +static_assert(alignof(UObjectTraceWorldSubsystem) == 0x000008, "Wrong alignment on UObjectTraceWorldSubsystem"); \ +static_assert(sizeof(UObjectTraceWorldSubsystem) == 0x000040, "Wrong size on UObjectTraceWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UPackageMapClient \ +static_assert(alignof(UPackageMapClient) == 0x000008, "Wrong alignment on UPackageMapClient"); \ +static_assert(sizeof(UPackageMapClient) == 0x000420, "Wrong size on UPackageMapClient"); \ + +#define DUMPER7_ASSERTS_APainCausingVolume \ +static_assert(alignof(APainCausingVolume) == 0x000008, "Wrong alignment on APainCausingVolume"); \ +static_assert(sizeof(APainCausingVolume) == 0x0002F8, "Wrong size on APainCausingVolume"); \ +static_assert(offsetof(APainCausingVolume, DamagePerSec) == 0x0002D4, "Member 'APainCausingVolume::DamagePerSec' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageType) == 0x0002D8, "Member 'APainCausingVolume::DamageType' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, PainInterval) == 0x0002E0, "Member 'APainCausingVolume::PainInterval' has a wrong offset!"); \ +static_assert(offsetof(APainCausingVolume, DamageInstigator) == 0x0002E8, "Member 'APainCausingVolume::DamageInstigator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UParticleEmitter \ +static_assert(alignof(UParticleEmitter) == 0x000008, "Wrong alignment on UParticleEmitter"); \ +static_assert(sizeof(UParticleEmitter) == 0x0001C0, "Wrong size on UParticleEmitter"); \ +static_assert(offsetof(UParticleEmitter, EmitterName) == 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_AParticleEventManager \ +static_assert(alignof(AParticleEventManager) == 0x000008, "Wrong alignment on AParticleEventManager"); \ +static_assert(sizeof(AParticleEventManager) == 0x000288, "Wrong size on AParticleEventManager"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UParticleModuleEventSendToGame \ +static_assert(alignof(UParticleModuleEventSendToGame) == 0x000008, "Wrong alignment on UParticleModuleEventSendToGame"); \ +static_assert(sizeof(UParticleModuleEventSendToGame) == 0x000028, "Wrong size on UParticleModuleEventSendToGame"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_UParticleModuleSpawn \ +static_assert(alignof(UParticleModuleSpawn) == 0x000008, "Wrong alignment on UParticleModuleSpawn"); \ +static_assert(sizeof(UParticleModuleSpawn) == 0x0000E8, "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, ParticleBurstMethod) == 0x000098, "Member 'UParticleModuleSpawn::ParticleBurstMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstList) == 0x0000A0, "Member 'UParticleModuleSpawn::BurstList' has a wrong offset!"); \ +static_assert(offsetof(UParticleModuleSpawn, BurstScale) == 0x0000B0, "Member 'UParticleModuleSpawn::BurstScale' 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_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_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_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_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_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_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_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_UTextPropertyTestObject \ +static_assert(alignof(UTextPropertyTestObject) == 0x000008, "Wrong alignment on UTextPropertyTestObject"); \ +static_assert(sizeof(UTextPropertyTestObject) == 0x000070, "Wrong size on UTextPropertyTestObject"); \ +static_assert(offsetof(UTextPropertyTestObject, DefaultedText) == 0x000028, "Member 'UTextPropertyTestObject::DefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, UndefaultedText) == 0x000040, "Member 'UTextPropertyTestObject::UndefaultedText' has a wrong offset!"); \ +static_assert(offsetof(UTextPropertyTestObject, TransientText) == 0x000058, "Member 'UTextPropertyTestObject::TransientText' 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_UWorldPartitionRuntimeHash \ +static_assert(alignof(UWorldPartitionRuntimeHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeHash) == 0x000028, "Wrong size on UWorldPartitionRuntimeHash"); \ + +#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_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_UParticleSpriteEmitter \ +static_assert(alignof(UParticleSpriteEmitter) == 0x000008, "Wrong alignment on UParticleSpriteEmitter"); \ +static_assert(sizeof(UParticleSpriteEmitter) == 0x0001C0, "Wrong size on UParticleSpriteEmitter"); \ + +#define DUMPER7_ASSERTS_ParticleSystemComponent_BeginTrails \ +static_assert(alignof(ParticleSystemComponent_BeginTrails) == 0x000004, "Wrong alignment on ParticleSystemComponent_BeginTrails"); \ +static_assert(sizeof(ParticleSystemComponent_BeginTrails) == 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) == 0x000880, "Wrong size on UParticleSystemComponent"); \ +static_assert(offsetof(UParticleSystemComponent, Template) == 0x000568, "Member 'UParticleSystemComponent::Template' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, EmitterMaterials) == 0x000570, "Member 'UParticleSystemComponent::EmitterMaterials' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SkelMeshComponents) == 0x000580, "Member 'UParticleSystemComponent::SkelMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, LODMethod) == 0x00059D, "Member 'UParticleSystemComponent::LODMethod' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, RequiredSignificance) == 0x00059E, "Member 'UParticleSystemComponent::RequiredSignificance' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, InstanceParameters) == 0x0005A0, "Member 'UParticleSystemComponent::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleSpawn) == 0x0005B0, "Member 'UParticleSystemComponent::OnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleBurst) == 0x0005C0, "Member 'UParticleSystemComponent::OnParticleBurst' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleDeath) == 0x0005D0, "Member 'UParticleSystemComponent::OnParticleDeath' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnParticleCollide) == 0x0005E0, "Member 'UParticleSystemComponent::OnParticleCollide' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, bOldPositionValid) == 0x0005F0, "Member 'UParticleSystemComponent::bOldPositionValid' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OldPosition) == 0x0005F8, "Member 'UParticleSystemComponent::OldPosition' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, PartSysVelocity) == 0x000610, "Member 'UParticleSystemComponent::PartSysVelocity' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTime) == 0x000628, "Member 'UParticleSystemComponent::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, WarmupTickRate) == 0x00062C, "Member 'UParticleSystemComponent::WarmupTickRate' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, SecondsBeforeInactive) == 0x000634, "Member 'UParticleSystemComponent::SecondsBeforeInactive' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, MaxTimeBeforeForceUpdateTransform) == 0x00063C, "Member 'UParticleSystemComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, ReplayClips) == 0x000660, "Member 'UParticleSystemComponent::ReplayClips' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, CustomTimeDilation) == 0x000678, "Member 'UParticleSystemComponent::CustomTimeDilation' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachParent) == 0x0006D0, "Member 'UParticleSystemComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachSocketName) == 0x0006D8, "Member 'UParticleSystemComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachLocationRule) == 0x0006E0, "Member 'UParticleSystemComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachRotationRule) == 0x0006E1, "Member 'UParticleSystemComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, AutoAttachScaleRule) == 0x0006E2, "Member 'UParticleSystemComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UParticleSystemComponent, OnSystemFinished) == 0x000738, "Member 'UParticleSystemComponent::OnSystemFinished' 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) == 0x0000F8, "Wrong size on UPawnNoiseEmitterComponent"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoisePosition) == 0x0000C8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoisePosition' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, NoiseLifetime) == 0x0000E0, "Member 'UPawnNoiseEmitterComponent::NoiseLifetime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseVolume) == 0x0000E4, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastRemoteNoiseTime) == 0x0000E8, "Member 'UPawnNoiseEmitterComponent::LastRemoteNoiseTime' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseVolume) == 0x0000EC, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseVolume' has a wrong offset!"); \ +static_assert(offsetof(UPawnNoiseEmitterComponent, LastLocalNoiseTime) == 0x0000F0, "Member 'UPawnNoiseEmitterComponent::LastLocalNoiseTime' has a wrong offset!"); \ + +#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) == 0x000078, "Member 'UPhysicsAsset::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsAsset, SolverType) == 0x000090, "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_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_APhysicsConstraintActor \ +static_assert(alignof(APhysicsConstraintActor) == 0x000008, "Wrong alignment on APhysicsConstraintActor"); \ +static_assert(sizeof(APhysicsConstraintActor) == 0x0002A8, "Wrong size on APhysicsConstraintActor"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintComp) == 0x000288, "Member 'APhysicsConstraintActor::ConstraintComp' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor1) == 0x000290, "Member 'APhysicsConstraintActor::ConstraintActor1' has a wrong offset!"); \ +static_assert(offsetof(APhysicsConstraintActor, ConstraintActor2) == 0x000298, "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_UPhysicsFieldComponent \ +static_assert(alignof(UPhysicsFieldComponent) == 0x000010, "Wrong alignment on UPhysicsFieldComponent"); \ +static_assert(sizeof(UPhysicsFieldComponent) == 0x000360, "Wrong size on UPhysicsFieldComponent"); \ + +#define DUMPER7_ASSERTS_PhysicsHandleComponent_GrabComponent \ +static_assert(alignof(PhysicsHandleComponent_GrabComponent) == 0x000008, "Wrong alignment on PhysicsHandleComponent_GrabComponent"); \ +static_assert(sizeof(PhysicsHandleComponent_GrabComponent) == 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) == 0x0001D0, "Wrong size on UPhysicsHandleComponent"); \ +static_assert(offsetof(UPhysicsHandleComponent, GrabbedComponent) == 0x0000C0, "Member 'UPhysicsHandleComponent::GrabbedComponent' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearDamping) == 0x0000D4, "Member 'UPhysicsHandleComponent::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, LinearStiffness) == 0x0000D8, "Member 'UPhysicsHandleComponent::LinearStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularDamping) == 0x0000DC, "Member 'UPhysicsHandleComponent::AngularDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, AngularStiffness) == 0x0000E0, "Member 'UPhysicsHandleComponent::AngularStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsHandleComponent, InterpolationSpeed) == 0x0001B0, "Member 'UPhysicsHandleComponent::InterpolationSpeed' 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) == 0x0002F0, "Wrong size on UPhysicsSpringComponent"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringStiffness) == 0x0002C0, "Member 'UPhysicsSpringComponent::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringDamping) == 0x0002C4, "Member 'UPhysicsSpringComponent::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringLengthAtRest) == 0x0002C8, "Member 'UPhysicsSpringComponent::SpringLengthAtRest' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringRadius) == 0x0002CC, "Member 'UPhysicsSpringComponent::SpringRadius' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringChannel) == 0x0002D0, "Member 'UPhysicsSpringComponent::SpringChannel' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, bIgnoreSelf) == 0x0002D1, "Member 'UPhysicsSpringComponent::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSpringComponent, SpringCompression) == 0x0002D4, "Member 'UPhysicsSpringComponent::SpringCompression' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APhysicsThruster \ +static_assert(alignof(APhysicsThruster) == 0x000008, "Wrong alignment on APhysicsThruster"); \ +static_assert(sizeof(APhysicsThruster) == 0x000290, "Wrong size on APhysicsThruster"); \ +static_assert(offsetof(APhysicsThruster, ThrusterComponent) == 0x000288, "Member 'APhysicsThruster::ThrusterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPhysicsThrusterComponent \ +static_assert(alignof(UPhysicsThrusterComponent) == 0x000010, "Wrong alignment on UPhysicsThrusterComponent"); \ +static_assert(sizeof(UPhysicsThrusterComponent) == 0x0002D0, "Wrong size on UPhysicsThrusterComponent"); \ +static_assert(offsetof(UPhysicsThrusterComponent, ThrustStrength) == 0x0002C0, "Member 'UPhysicsThrusterComponent::ThrustStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlanarReflection_OnInterpToggle \ +static_assert(alignof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong alignment on PlanarReflection_OnInterpToggle"); \ +static_assert(sizeof(PlanarReflection_OnInterpToggle) == 0x000001, "Wrong size on PlanarReflection_OnInterpToggle"); \ +static_assert(offsetof(PlanarReflection_OnInterpToggle, bEnable) == 0x000000, "Member 'PlanarReflection_OnInterpToggle::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlanarReflection \ +static_assert(alignof(APlanarReflection) == 0x000008, "Wrong alignment on APlanarReflection"); \ +static_assert(sizeof(APlanarReflection) == 0x0002A8, "Wrong size on APlanarReflection"); \ +static_assert(offsetof(APlanarReflection, PlanarReflectionComponent) == 0x000298, "Member 'APlanarReflection::PlanarReflectionComponent' has a wrong offset!"); \ +static_assert(offsetof(APlanarReflection, bShowPreviewPlane) == 0x0002A0, "Member 'APlanarReflection::bShowPreviewPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlanarReflectionComponent \ +static_assert(alignof(UPlanarReflectionComponent) == 0x000010, "Wrong alignment on UPlanarReflectionComponent"); \ +static_assert(sizeof(UPlanarReflectionComponent) == 0x0004E0, "Wrong size on UPlanarReflectionComponent"); \ +static_assert(offsetof(UPlanarReflectionComponent, PreviewBox) == 0x000378, "Member 'UPlanarReflectionComponent::PreviewBox' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, NormalDistortionStrength) == 0x000380, "Member 'UPlanarReflectionComponent::NormalDistortionStrength' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughness) == 0x000384, "Member 'UPlanarReflectionComponent::PrefilterRoughness' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, PrefilterRoughnessDistance) == 0x000388, "Member 'UPlanarReflectionComponent::PrefilterRoughnessDistance' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ScreenPercentage) == 0x00038C, "Member 'UPlanarReflectionComponent::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, ExtraFOV) == 0x000390, "Member 'UPlanarReflectionComponent::ExtraFOV' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeStart) == 0x000394, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeEnd) == 0x000398, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutStart) == 0x00039C, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, DistanceFromPlaneFadeoutEnd) == 0x0003A0, "Member 'UPlanarReflectionComponent::DistanceFromPlaneFadeoutEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeStart) == 0x0003A4, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeStart' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, AngleFromPlaneFadeEnd) == 0x0003A8, "Member 'UPlanarReflectionComponent::AngleFromPlaneFadeEnd' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bShowPreviewPlane) == 0x0003AC, "Member 'UPlanarReflectionComponent::bShowPreviewPlane' has a wrong offset!"); \ +static_assert(offsetof(UPlanarReflectionComponent, bRenderSceneTwoSided) == 0x0003AD, "Member 'UPlanarReflectionComponent::bRenderSceneTwoSided' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APlaneReflectionCapture \ +static_assert(alignof(APlaneReflectionCapture) == 0x000008, "Wrong alignment on APlaneReflectionCapture"); \ +static_assert(sizeof(APlaneReflectionCapture) == 0x000290, "Wrong size on APlaneReflectionCapture"); \ + +#define DUMPER7_ASSERTS_UPlaneReflectionCaptureComponent \ +static_assert(alignof(UPlaneReflectionCaptureComponent) == 0x000010, "Wrong alignment on UPlaneReflectionCaptureComponent"); \ +static_assert(sizeof(UPlaneReflectionCaptureComponent) == 0x000350, "Wrong size on UPlaneReflectionCaptureComponent"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, InfluenceRadiusScale) == 0x000338, "Member 'UPlaneReflectionCaptureComponent::InfluenceRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000340, "Member 'UPlaneReflectionCaptureComponent::PreviewInfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPlaneReflectionCaptureComponent, PreviewCaptureBox) == 0x000348, "Member 'UPlaneReflectionCaptureComponent::PreviewCaptureBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_IsInLaptopMode \ +static_assert(alignof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInLaptopMode"); \ +static_assert(sizeof(PlatformEventsComponent_IsInLaptopMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInLaptopMode"); \ +static_assert(offsetof(PlatformEventsComponent_IsInLaptopMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInLaptopMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_IsInTabletMode \ +static_assert(alignof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong alignment on PlatformEventsComponent_IsInTabletMode"); \ +static_assert(sizeof(PlatformEventsComponent_IsInTabletMode) == 0x000001, "Wrong size on PlatformEventsComponent_IsInTabletMode"); \ +static_assert(offsetof(PlatformEventsComponent_IsInTabletMode, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_IsInTabletMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformEventsComponent_SupportsConvertibleLaptops \ +static_assert(alignof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong alignment on PlatformEventsComponent_SupportsConvertibleLaptops"); \ +static_assert(sizeof(PlatformEventsComponent_SupportsConvertibleLaptops) == 0x000001, "Wrong size on PlatformEventsComponent_SupportsConvertibleLaptops"); \ +static_assert(offsetof(PlatformEventsComponent_SupportsConvertibleLaptops, ReturnValue) == 0x000000, "Member 'PlatformEventsComponent_SupportsConvertibleLaptops::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformEventsComponent \ +static_assert(alignof(UPlatformEventsComponent) == 0x000008, "Wrong alignment on UPlatformEventsComponent"); \ +static_assert(sizeof(UPlatformEventsComponent) == 0x0000E0, "Wrong size on UPlatformEventsComponent"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToLaptopModeDelegate) == 0x0000C0, "Member 'UPlatformEventsComponent::PlatformChangedToLaptopModeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UPlatformEventsComponent, PlatformChangedToTabletModeDelegate) == 0x0000D0, "Member 'UPlatformEventsComponent::PlatformChangedToTabletModeDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeader \ +static_assert(alignof(PlatformInterfaceWebResponse_GetHeader) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeader"); \ +static_assert(sizeof(PlatformInterfaceWebResponse_GetHeader) == 0x000028, "Wrong size on PlatformInterfaceWebResponse_GetHeader"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, HeaderIndex) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeader::HeaderIndex' has a wrong offset!"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Header) == 0x000008, "Member 'PlatformInterfaceWebResponse_GetHeader::Header' has a wrong offset!"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeader, Value) == 0x000018, "Member 'PlatformInterfaceWebResponse_GetHeader::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetHeaderValue \ +static_assert(alignof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000008, "Wrong alignment on PlatformInterfaceWebResponse_GetHeaderValue"); \ +static_assert(sizeof(PlatformInterfaceWebResponse_GetHeaderValue) == 0x000020, "Wrong size on PlatformInterfaceWebResponse_GetHeaderValue"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, HeaderName) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::HeaderName' has a wrong offset!"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetHeaderValue, ReturnValue) == 0x000010, "Member 'PlatformInterfaceWebResponse_GetHeaderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlatformInterfaceWebResponse_GetNumHeaders \ +static_assert(alignof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong alignment on PlatformInterfaceWebResponse_GetNumHeaders"); \ +static_assert(sizeof(PlatformInterfaceWebResponse_GetNumHeaders) == 0x000004, "Wrong size on PlatformInterfaceWebResponse_GetNumHeaders"); \ +static_assert(offsetof(PlatformInterfaceWebResponse_GetNumHeaders, ReturnValue) == 0x000000, "Member 'PlatformInterfaceWebResponse_GetNumHeaders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlatformInterfaceWebResponse \ +static_assert(alignof(UPlatformInterfaceWebResponse) == 0x000008, "Wrong alignment on UPlatformInterfaceWebResponse"); \ +static_assert(sizeof(UPlatformInterfaceWebResponse) == 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_APlayerStartPIE \ +static_assert(alignof(APlayerStartPIE) == 0x000008, "Wrong alignment on APlayerStartPIE"); \ +static_assert(sizeof(APlayerStartPIE) == 0x0002B8, "Wrong size on APlayerStartPIE"); \ + +#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_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) == 0x0002A0, "Wrong size on APointLight"); \ +static_assert(offsetof(APointLight, PointLightComponent) == 0x000298, "Member 'APointLight::PointLightComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetLightFalloffExponent \ +static_assert(alignof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong alignment on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(sizeof(PointLightComponent_SetLightFalloffExponent) == 0x000004, "Wrong size on PointLightComponent_SetLightFalloffExponent"); \ +static_assert(offsetof(PointLightComponent_SetLightFalloffExponent, NewLightFalloffExponent) == 0x000000, "Member 'PointLightComponent_SetLightFalloffExponent::NewLightFalloffExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSoftSourceRadius \ +static_assert(alignof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSoftSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSoftSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSoftSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSoftSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceLength \ +static_assert(alignof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceLength"); \ +static_assert(sizeof(PointLightComponent_SetSourceLength) == 0x000004, "Wrong size on PointLightComponent_SetSourceLength"); \ +static_assert(offsetof(PointLightComponent_SetSourceLength, NewValue) == 0x000000, "Member 'PointLightComponent_SetSourceLength::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PointLightComponent_SetSourceRadius \ +static_assert(alignof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong alignment on PointLightComponent_SetSourceRadius"); \ +static_assert(sizeof(PointLightComponent_SetSourceRadius) == 0x000004, "Wrong size on PointLightComponent_SetSourceRadius"); \ +static_assert(offsetof(PointLightComponent_SetSourceRadius, bNewValue) == 0x000000, "Member 'PointLightComponent_SetSourceRadius::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointLightComponent \ +static_assert(alignof(UPointLightComponent) == 0x000010, "Wrong alignment on UPointLightComponent"); \ +static_assert(sizeof(UPointLightComponent) == 0x000440, "Wrong size on UPointLightComponent"); \ +static_assert(offsetof(UPointLightComponent, LightFalloffExponent) == 0x00042C, "Member 'UPointLightComponent::LightFalloffExponent' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceRadius) == 0x000430, "Member 'UPointLightComponent::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SoftSourceRadius) == 0x000434, "Member 'UPointLightComponent::SoftSourceRadius' has a wrong offset!"); \ +static_assert(offsetof(UPointLightComponent, SourceLength) == 0x000438, "Member 'UPointLightComponent::SourceLength' has a wrong offset!"); \ + +#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_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) == 0x0009E0, "Wrong size on UPoseableMeshComponent"); \ + +#define DUMPER7_ASSERTS_UPoseAsset \ +static_assert(alignof(UPoseAsset) == 0x000008, "Wrong alignment on UPoseAsset"); \ +static_assert(sizeof(UPoseAsset) == 0x000100, "Wrong size on UPoseAsset"); \ +static_assert(offsetof(UPoseAsset, PoseContainer) == 0x000080, "Member 'UPoseAsset::PoseContainer' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, bAdditivePose) == 0x0000E0, "Member 'UPoseAsset::bAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, BasePoseIndex) == 0x0000E4, "Member 'UPoseAsset::BasePoseIndex' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSource) == 0x0000E8, "Member 'UPoseAsset::RetargetSource' has a wrong offset!"); \ +static_assert(offsetof(UPoseAsset, RetargetSourceAssetReferencePose) == 0x0000F0, "Member 'UPoseAsset::RetargetSourceAssetReferencePose' has a wrong offset!"); \ + +#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_UPoseWatch \ +static_assert(alignof(UPoseWatch) == 0x000008, "Wrong alignment on UPoseWatch"); \ +static_assert(sizeof(UPoseWatch) == 0x000028, "Wrong size on UPoseWatch"); \ + +#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) == 0x000A90, "Wrong size on UPostProcessComponent"); \ +static_assert(offsetof(UPostProcessComponent, Settings) == 0x0002D0, "Member 'UPostProcessComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, Priority) == 0x000A80, "Member 'UPostProcessComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendRadius) == 0x000A84, "Member 'UPostProcessComponent::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessComponent, BlendWeight) == 0x000A88, "Member 'UPostProcessComponent::BlendWeight' 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_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) == 0x000A90, "Wrong size on APostProcessVolume"); \ +static_assert(offsetof(APostProcessVolume, Settings) == 0x0002D0, "Member 'APostProcessVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, Priority) == 0x000A80, "Member 'APostProcessVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendRadius) == 0x000A84, "Member 'APostProcessVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(APostProcessVolume, BlendWeight) == 0x000A88, "Member 'APostProcessVolume::BlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrecomputedVisibilityOverrideVolume \ +static_assert(alignof(APrecomputedVisibilityOverrideVolume) == 0x000008, "Wrong alignment on APrecomputedVisibilityOverrideVolume"); \ +static_assert(sizeof(APrecomputedVisibilityOverrideVolume) == 0x0002F0, "Wrong size on APrecomputedVisibilityOverrideVolume"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideVisibleActors) == 0x0002C0, "Member 'APrecomputedVisibilityOverrideVolume::OverrideVisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleActors) == 0x0002D0, "Member 'APrecomputedVisibilityOverrideVolume::OverrideInvisibleActors' has a wrong offset!"); \ +static_assert(offsetof(APrecomputedVisibilityOverrideVolume, OverrideInvisibleLevels) == 0x0002E0, "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_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_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_ARectLight \ +static_assert(alignof(ARectLight) == 0x000008, "Wrong alignment on ARectLight"); \ +static_assert(sizeof(ARectLight) == 0x0002A0, "Wrong size on ARectLight"); \ +static_assert(offsetof(ARectLight, RectLightComponent) == 0x000298, "Member 'ARectLight::RectLightComponent' 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_UReplayNetConnection \ +static_assert(alignof(UReplayNetConnection) == 0x000010, "Wrong alignment on UReplayNetConnection"); \ +static_assert(sizeof(UReplayNetConnection) == 0x003B40, "Wrong size on UReplayNetConnection"); \ + +#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_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_URig \ +static_assert(alignof(URig) == 0x000008, "Wrong alignment on URig"); \ +static_assert(sizeof(URig) == 0x000050, "Wrong size on URig"); \ +static_assert(offsetof(URig, TransformBases) == 0x000030, "Member 'URig::TransformBases' has a wrong offset!"); \ +static_assert(offsetof(URig, Nodes) == 0x000040, "Member 'URig::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URPCDoSDetectionConfig \ +static_assert(alignof(URPCDoSDetectionConfig) == 0x000008, "Wrong alignment on URPCDoSDetectionConfig"); \ +static_assert(sizeof(URPCDoSDetectionConfig) == 0x000078, "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, RPCAnalyticsThresholds) == 0x000060, "Member 'URPCDoSDetectionConfig::RPCAnalyticsThresholds' has a wrong offset!"); \ +static_assert(offsetof(URPCDoSDetectionConfig, RPCAnalyticsOverrideChance) == 0x000070, "Member 'URPCDoSDetectionConfig::RPCAnalyticsOverrideChance' 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_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) == 0x000340, "Wrong size on URuntimeVirtualTextureComponent"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, BoundsAlignActor) == 0x0002C0, "Member 'URuntimeVirtualTextureComponent::BoundsAlignActor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSetBoundsButton) == 0x0002E8, "Member 'URuntimeVirtualTextureComponent::bSetBoundsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bSnapBoundsToLandscape) == 0x0002E9, "Member 'URuntimeVirtualTextureComponent::bSnapBoundsToLandscape' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, VirtualTexture) == 0x0002F0, "Member 'URuntimeVirtualTextureComponent::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableScalability) == 0x0002F8, "Member 'URuntimeVirtualTextureComponent::bEnableScalability' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, ScalabilityGroup) == 0x0002FC, "Member 'URuntimeVirtualTextureComponent::ScalabilityGroup' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bHidePrimitives) == 0x000300, "Member 'URuntimeVirtualTextureComponent::bHidePrimitives' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamingTexture) == 0x000308, "Member 'URuntimeVirtualTextureComponent::StreamingTexture' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, StreamLowMips) == 0x000310, "Member 'URuntimeVirtualTextureComponent::StreamLowMips' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildStreamingMipsButton) == 0x000314, "Member 'URuntimeVirtualTextureComponent::bBuildStreamingMipsButton' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bUseStreamingLowMipsInEditor) == 0x000315, "Member 'URuntimeVirtualTextureComponent::bUseStreamingLowMipsInEditor' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bEnableCompressCrunch) == 0x000316, "Member 'URuntimeVirtualTextureComponent::bEnableCompressCrunch' has a wrong offset!"); \ +static_assert(offsetof(URuntimeVirtualTextureComponent, bBuildDebugStreamingMips) == 0x000317, "Member 'URuntimeVirtualTextureComponent::bBuildDebugStreamingMips' has a wrong offset!"); \ + +#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_UWorldPartitionEditorHash \ +static_assert(alignof(UWorldPartitionEditorHash) == 0x000008, "Wrong alignment on UWorldPartitionEditorHash"); \ +static_assert(sizeof(UWorldPartitionEditorHash) == 0x000028, "Wrong size on UWorldPartitionEditorHash"); \ + +#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_USimpleConstructionScript \ +static_assert(alignof(USimpleConstructionScript) == 0x000008, "Wrong alignment on USimpleConstructionScript"); \ +static_assert(sizeof(USimpleConstructionScript) == 0x0000A0, "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_ASkeletalMeshActor \ +static_assert(alignof(ASkeletalMeshActor) == 0x000008, "Wrong alignment on ASkeletalMeshActor"); \ +static_assert(sizeof(ASkeletalMeshActor) == 0x000308, "Wrong size on ASkeletalMeshActor"); \ +static_assert(offsetof(ASkeletalMeshActor, SkeletalMeshComponent) == 0x000290, "Member 'ASkeletalMeshActor::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMesh) == 0x000298, "Member 'ASkeletalMeshActor::ReplicatedMesh' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedPhysAsset) == 0x0002A0, "Member 'ASkeletalMeshActor::ReplicatedPhysAsset' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial0) == 0x0002A8, "Member 'ASkeletalMeshActor::ReplicatedMaterial0' has a wrong offset!"); \ +static_assert(offsetof(ASkeletalMeshActor, ReplicatedMaterial1) == 0x0002B0, "Member 'ASkeletalMeshActor::ReplicatedMaterial1' 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_USkeletalMeshLODSettings \ +static_assert(alignof(USkeletalMeshLODSettings) == 0x000008, "Wrong alignment on USkeletalMeshLODSettings"); \ +static_assert(sizeof(USkeletalMeshLODSettings) == 0x000060, "Wrong size on USkeletalMeshLODSettings"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MinLOD) == 0x000030, "Member 'USkeletalMeshLODSettings::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, DisableBelowMinLodStripping) == 0x000034, "Member 'USkeletalMeshLODSettings::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bOverrideLODStreamingSettings) == 0x000035, "Member 'USkeletalMeshLODSettings::bOverrideLODStreamingSettings' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, bSupportLODStreaming) == 0x000036, "Member 'USkeletalMeshLODSettings::bSupportLODStreaming' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumStreamedLODs) == 0x000038, "Member 'USkeletalMeshLODSettings::MaxNumStreamedLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, MaxNumOptionalLODs) == 0x00003C, "Member 'USkeletalMeshLODSettings::MaxNumOptionalLODs' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, LODGroups) == 0x000040, "Member 'USkeletalMeshLODSettings::LODGroups' has a wrong offset!"); \ +static_assert(offsetof(USkeletalMeshLODSettings, HairKeyWords) == 0x000050, "Member 'USkeletalMeshLODSettings::HairKeyWords' 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_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_ASkyAtmosphere \ +static_assert(alignof(ASkyAtmosphere) == 0x000008, "Wrong alignment on ASkyAtmosphere"); \ +static_assert(sizeof(ASkyAtmosphere) == 0x000290, "Wrong size on ASkyAtmosphere"); \ +static_assert(offsetof(ASkyAtmosphere, SkyAtmosphereComponent) == 0x000288, "Member 'ASkyAtmosphere::SkyAtmosphereComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetCubemap \ +static_assert(alignof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemap"); \ +static_assert(sizeof(SkyLightComponent_SetCubemap) == 0x000008, "Wrong size on SkyLightComponent_SetCubemap"); \ +static_assert(offsetof(SkyLightComponent_SetCubemap, NewCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemap::NewCubemap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetCubemapBlend \ +static_assert(alignof(SkyLightComponent_SetCubemapBlend) == 0x000008, "Wrong alignment on SkyLightComponent_SetCubemapBlend"); \ +static_assert(sizeof(SkyLightComponent_SetCubemapBlend) == 0x000018, "Wrong size on SkyLightComponent_SetCubemapBlend"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, SourceCubemap) == 0x000000, "Member 'SkyLightComponent_SetCubemapBlend::SourceCubemap' has a wrong offset!"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, DestinationCubemap) == 0x000008, "Member 'SkyLightComponent_SetCubemapBlend::DestinationCubemap' has a wrong offset!"); \ +static_assert(offsetof(SkyLightComponent_SetCubemapBlend, InBlendFraction) == 0x000010, "Member 'SkyLightComponent_SetCubemapBlend::InBlendFraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetIndirectLightingIntensity \ +static_assert(alignof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIndirectLightingIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetIndirectLightingIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIndirectLightingIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetIndirectLightingIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIndirectLightingIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetIntensity \ +static_assert(alignof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetLightColor \ +static_assert(alignof(SkyLightComponent_SetLightColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLightColor"); \ +static_assert(sizeof(SkyLightComponent_SetLightColor) == 0x000010, "Wrong size on SkyLightComponent_SetLightColor"); \ +static_assert(offsetof(SkyLightComponent_SetLightColor, NewLightColor) == 0x000000, "Member 'SkyLightComponent_SetLightColor::NewLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetLowerHemisphereColor \ +static_assert(alignof(SkyLightComponent_SetLowerHemisphereColor) == 0x000004, "Wrong alignment on SkyLightComponent_SetLowerHemisphereColor"); \ +static_assert(sizeof(SkyLightComponent_SetLowerHemisphereColor) == 0x000010, "Wrong size on SkyLightComponent_SetLowerHemisphereColor"); \ +static_assert(offsetof(SkyLightComponent_SetLowerHemisphereColor, InLowerHemisphereColor) == 0x000000, "Member 'SkyLightComponent_SetLowerHemisphereColor::InLowerHemisphereColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetMinOcclusion \ +static_assert(alignof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong alignment on SkyLightComponent_SetMinOcclusion"); \ +static_assert(sizeof(SkyLightComponent_SetMinOcclusion) == 0x000004, "Wrong size on SkyLightComponent_SetMinOcclusion"); \ +static_assert(offsetof(SkyLightComponent_SetMinOcclusion, InMinOcclusion) == 0x000000, "Member 'SkyLightComponent_SetMinOcclusion::InMinOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionContrast \ +static_assert(alignof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionContrast"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionContrast) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionContrast"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionContrast, InOcclusionContrast) == 0x000000, "Member 'SkyLightComponent_SetOcclusionContrast::InOcclusionContrast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionExponent \ +static_assert(alignof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionExponent"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionExponent) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionExponent"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionExponent, InOcclusionExponent) == 0x000000, "Member 'SkyLightComponent_SetOcclusionExponent::InOcclusionExponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetOcclusionTint \ +static_assert(alignof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong alignment on SkyLightComponent_SetOcclusionTint"); \ +static_assert(sizeof(SkyLightComponent_SetOcclusionTint) == 0x000004, "Wrong size on SkyLightComponent_SetOcclusionTint"); \ +static_assert(offsetof(SkyLightComponent_SetOcclusionTint, InTint) == 0x000000, "Member 'SkyLightComponent_SetOcclusionTint::InTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkyLightComponent_SetVolumetricScatteringIntensity \ +static_assert(alignof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong alignment on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(sizeof(SkyLightComponent_SetVolumetricScatteringIntensity) == 0x000004, "Wrong size on SkyLightComponent_SetVolumetricScatteringIntensity"); \ +static_assert(offsetof(SkyLightComponent_SetVolumetricScatteringIntensity, NewIntensity) == 0x000000, "Member 'SkyLightComponent_SetVolumetricScatteringIntensity::NewIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkyLightComponent \ +static_assert(alignof(USkyLightComponent) == 0x000010, "Wrong alignment on USkyLightComponent"); \ +static_assert(sizeof(USkyLightComponent) == 0x000550, "Wrong size on USkyLightComponent"); \ +static_assert(offsetof(USkyLightComponent, bRealTimeCapture) == 0x0002F8, "Member 'USkyLightComponent::bRealTimeCapture' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceType) == 0x0002F9, "Member 'USkyLightComponent::SourceType' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Cubemap) == 0x000300, "Member 'USkyLightComponent::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bCaptureSceneForReflection) == 0x000308, "Member 'USkyLightComponent::bCaptureSceneForReflection' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SourceCubemapAngle) == 0x00030C, "Member 'USkyLightComponent::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CubemapResolution) == 0x000310, "Member 'USkyLightComponent::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, SkyDistanceThreshold) == 0x000314, "Member 'USkyLightComponent::SkyDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bCaptureEmissiveOnly) == 0x000318, "Member 'USkyLightComponent::bCaptureEmissiveOnly' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bLowerHemisphereIsBlack) == 0x000319, "Member 'USkyLightComponent::bLowerHemisphereIsBlack' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, LowerHemisphereColor) == 0x00031C, "Member 'USkyLightComponent::LowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, bOverrideImageBaseGI) == 0x00032C, "Member 'USkyLightComponent::bOverrideImageBaseGI' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OverrideLowerHemisphereColor) == 0x000330, "Member 'USkyLightComponent::OverrideLowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OverrideLightColor) == 0x000340, "Member 'USkyLightComponent::OverrideLightColor' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionMaxDistance) == 0x000344, "Member 'USkyLightComponent::OcclusionMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, Contrast) == 0x000348, "Member 'USkyLightComponent::Contrast' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionExponent) == 0x00034C, "Member 'USkyLightComponent::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, MinOcclusion) == 0x000350, "Member 'USkyLightComponent::MinOcclusion' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionTint) == 0x000354, "Member 'USkyLightComponent::OcclusionTint' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionStrength) == 0x00035C, "Member 'USkyLightComponent::CloudAmbientOcclusionStrength' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionExtent) == 0x000360, "Member 'USkyLightComponent::CloudAmbientOcclusionExtent' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionMapResolutionScale) == 0x000364, "Member 'USkyLightComponent::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CloudAmbientOcclusionApertureScale) == 0x000368, "Member 'USkyLightComponent::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, OcclusionCombineMode) == 0x00036C, "Member 'USkyLightComponent::OcclusionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, CubemapIrradianceSH) == 0x000418, "Member 'USkyLightComponent::CubemapIrradianceSH' has a wrong offset!"); \ +static_assert(offsetof(USkyLightComponent, BlendDestinationCubemap) == 0x000478, "Member 'USkyLightComponent::BlendDestinationCubemap' 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_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_USMInstanceElementIdMapTransactor \ +static_assert(alignof(USMInstanceElementIdMapTransactor) == 0x000008, "Wrong alignment on USMInstanceElementIdMapTransactor"); \ +static_assert(sizeof(USMInstanceElementIdMapTransactor) == 0x000028, "Wrong size on USMInstanceElementIdMapTransactor"); \ + +#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_ISMInstanceManager \ +static_assert(alignof(ISMInstanceManager) == 0x000001, "Wrong alignment on ISMInstanceManager"); \ +static_assert(sizeof(ISMInstanceManager) == 0x000001, "Wrong size on ISMInstanceManager"); \ + +#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_USmokeTestCommandlet \ +static_assert(alignof(USmokeTestCommandlet) == 0x000008, "Wrong alignment on USmokeTestCommandlet"); \ +static_assert(sizeof(USmokeTestCommandlet) == 0x000080, "Wrong size on USmokeTestCommandlet"); \ + +#define DUMPER7_ASSERTS_USoundClass \ +static_assert(alignof(USoundClass) == 0x000008, "Wrong alignment on USoundClass"); \ +static_assert(sizeof(USoundClass) == 0x0000C8, "Wrong size on USoundClass"); \ +static_assert(offsetof(USoundClass, Properties) == 0x000028, "Member 'USoundClass::Properties' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ChildClasses) == 0x0000A0, "Member 'USoundClass::ChildClasses' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, PassiveSoundMixModifiers) == 0x0000B0, "Member 'USoundClass::PassiveSoundMixModifiers' has a wrong offset!"); \ +static_assert(offsetof(USoundClass, ParentClass) == 0x0000C0, "Member 'USoundClass::ParentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundConcurrency \ +static_assert(alignof(USoundConcurrency) == 0x000008, "Wrong alignment on USoundConcurrency"); \ +static_assert(sizeof(USoundConcurrency) == 0x000050, "Wrong size on USoundConcurrency"); \ +static_assert(offsetof(USoundConcurrency, Concurrency) == 0x000028, "Member 'USoundConcurrency::Concurrency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundCue \ +static_assert(alignof(USoundCue) == 0x000008, "Wrong alignment on USoundCue"); \ +static_assert(sizeof(USoundCue) == 0x000570, "Wrong size on USoundCue"); \ +static_assert(offsetof(USoundCue, FirstNode) == 0x000178, "Member 'USoundCue::FirstNode' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, VolumeMultiplier) == 0x000180, "Member 'USoundCue::VolumeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, PitchMultiplier) == 0x000184, "Member 'USoundCue::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, AttenuationOverrides) == 0x000188, "Member 'USoundCue::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, SubtitlePriority) == 0x000550, "Member 'USoundCue::SubtitlePriority' has a wrong offset!"); \ +static_assert(offsetof(USoundCue, CookedQualityIndex) == 0x00055C, "Member 'USoundCue::CookedQualityIndex' has a wrong offset!"); \ + +#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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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) == 0x000008, "Member 'AudioParameterConversionStatics_FloatToAudioParameter::Float' 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_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_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_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) == 0x0000D0, "Wrong size on USoundSubmix"); \ +static_assert(offsetof(USoundSubmix, SubmixEffectChain) == 0x000050, "Member 'USoundSubmix::SubmixEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, AmbisonicsPluginSettings) == 0x000060, "Member 'USoundSubmix::AmbisonicsPluginSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerAttackTime) == 0x000068, "Member 'USoundSubmix::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, EnvelopeFollowerReleaseTime) == 0x00006C, "Member 'USoundSubmix::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OutputVolume) == 0x000070, "Member 'USoundSubmix::OutputVolume' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, WetLevel) == 0x000074, "Member 'USoundSubmix::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, DryLevel) == 0x000078, "Member 'USoundSubmix::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OutputVolumeModulation) == 0x000080, "Member 'USoundSubmix::OutputVolumeModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, WetLevelModulation) == 0x000090, "Member 'USoundSubmix::WetLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, DryLevelModulation) == 0x0000A0, "Member 'USoundSubmix::DryLevelModulation' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, AudioLinkSettings) == 0x0000B0, "Member 'USoundSubmix::AudioLinkSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundSubmix, OnSubmixRecordedFileDone) == 0x0000B8, "Member 'USoundSubmix::OnSubmixRecordedFileDone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USoundfieldSubmix \ +static_assert(alignof(USoundfieldSubmix) == 0x000008, "Wrong alignment on USoundfieldSubmix"); \ +static_assert(sizeof(USoundfieldSubmix) == 0x000070, "Wrong size on USoundfieldSubmix"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEncodingFormat) == 0x000048, "Member 'USoundfieldSubmix::SoundfieldEncodingFormat' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettings) == 0x000050, "Member 'USoundfieldSubmix::EncodingSettings' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, SoundfieldEffectChain) == 0x000058, "Member 'USoundfieldSubmix::SoundfieldEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USoundfieldSubmix, EncodingSettingsClass) == 0x000068, "Member 'USoundfieldSubmix::EncodingSettingsClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEndpointSubmix \ +static_assert(alignof(UEndpointSubmix) == 0x000008, "Wrong alignment on UEndpointSubmix"); \ +static_assert(sizeof(UEndpointSubmix) == 0x000058, "Wrong size on UEndpointSubmix"); \ +static_assert(offsetof(UEndpointSubmix, EndpointType) == 0x000040, "Member 'UEndpointSubmix::EndpointType' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettingsClass) == 0x000048, "Member 'UEndpointSubmix::EndpointSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(UEndpointSubmix, EndpointSettings) == 0x000050, "Member 'UEndpointSubmix::EndpointSettings' has a wrong offset!"); \ + +#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_USparseVolumeTextureFrame \ +static_assert(alignof(USparseVolumeTextureFrame) == 0x000010, "Wrong alignment on USparseVolumeTextureFrame"); \ +static_assert(sizeof(USparseVolumeTextureFrame) == 0x000110, "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!"); \ + +#define DUMPER7_ASSERTS_UStaticSparseVolumeTexture \ +static_assert(alignof(UStaticSparseVolumeTexture) == 0x000010, "Wrong alignment on UStaticSparseVolumeTexture"); \ +static_assert(sizeof(UStaticSparseVolumeTexture) == 0x000080, "Wrong size on UStaticSparseVolumeTexture"); \ + +#define DUMPER7_ASSERTS_UAnimatedSparseVolumeTexture \ +static_assert(alignof(UAnimatedSparseVolumeTexture) == 0x000010, "Wrong alignment on UAnimatedSparseVolumeTexture"); \ +static_assert(sizeof(UAnimatedSparseVolumeTexture) == 0x000080, "Wrong size on UAnimatedSparseVolumeTexture"); \ + +#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_ASphereReflectionCapture \ +static_assert(alignof(ASphereReflectionCapture) == 0x000008, "Wrong alignment on ASphereReflectionCapture"); \ +static_assert(sizeof(ASphereReflectionCapture) == 0x000298, "Wrong size on ASphereReflectionCapture"); \ +static_assert(offsetof(ASphereReflectionCapture, DrawCaptureRadius) == 0x000290, "Member 'ASphereReflectionCapture::DrawCaptureRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USphereReflectionCaptureComponent \ +static_assert(alignof(USphereReflectionCaptureComponent) == 0x000010, "Wrong alignment on USphereReflectionCaptureComponent"); \ +static_assert(sizeof(USphereReflectionCaptureComponent) == 0x000350, "Wrong size on USphereReflectionCaptureComponent"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, InfluenceRadius) == 0x000338, "Member 'USphereReflectionCaptureComponent::InfluenceRadius' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, CaptureDistanceScale) == 0x00033C, "Member 'USphereReflectionCaptureComponent::CaptureDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(USphereReflectionCaptureComponent, PreviewInfluenceRadius) == 0x000340, "Member 'USphereReflectionCaptureComponent::PreviewInfluenceRadius' 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_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_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) == 0x000700, "Wrong size on USplineMeshComponent"); \ +static_assert(offsetof(USplineMeshComponent, SplineParams) == 0x000600, "Member 'USplineMeshComponent::SplineParams' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineUpDir) == 0x0006B0, "Member 'USplineMeshComponent::SplineUpDir' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMin) == 0x0006C8, "Member 'USplineMeshComponent::SplineBoundaryMin' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, CachedMeshBodySetupGuid) == 0x0006CC, "Member 'USplineMeshComponent::CachedMeshBodySetupGuid' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, BodySetup) == 0x0006E0, "Member 'USplineMeshComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, SplineBoundaryMax) == 0x0006E8, "Member 'USplineMeshComponent::SplineBoundaryMax' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, ForwardAxis) == 0x0006ED, "Member 'USplineMeshComponent::ForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(USplineMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x0006F0, "Member 'USplineMeshComponent::VirtualTextureMainPassMaxDrawDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVolumetricLightmapDensityVolume \ +static_assert(alignof(AVolumetricLightmapDensityVolume) == 0x000008, "Wrong alignment on AVolumetricLightmapDensityVolume"); \ +static_assert(sizeof(AVolumetricLightmapDensityVolume) == 0x0002C8, "Wrong size on AVolumetricLightmapDensityVolume"); \ +static_assert(offsetof(AVolumetricLightmapDensityVolume, AllowedMipLevelRange) == 0x0002C0, "Member 'AVolumetricLightmapDensityVolume::AllowedMipLevelRange' 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) == 0x000450, "Wrong size on USpotLightComponent"); \ +static_assert(offsetof(USpotLightComponent, InnerConeAngle) == 0x000440, "Member 'USpotLightComponent::InnerConeAngle' has a wrong offset!"); \ +static_assert(offsetof(USpotLightComponent, OuterConeAngle) == 0x000444, "Member 'USpotLightComponent::OuterConeAngle' 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_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_GetNumLODs \ +static_assert(alignof(StaticMesh_GetNumLODs) == 0x000004, "Wrong alignment on StaticMesh_GetNumLODs"); \ +static_assert(sizeof(StaticMesh_GetNumLODs) == 0x000004, "Wrong size on StaticMesh_GetNumLODs"); \ +static_assert(offsetof(StaticMesh_GetNumLODs, ReturnValue) == 0x000000, "Member 'StaticMesh_GetNumLODs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetNumSections \ +static_assert(alignof(StaticMesh_GetNumSections) == 0x000004, "Wrong alignment on StaticMesh_GetNumSections"); \ +static_assert(sizeof(StaticMesh_GetNumSections) == 0x000008, "Wrong size on StaticMesh_GetNumSections"); \ +static_assert(offsetof(StaticMesh_GetNumSections, InLOD) == 0x000000, "Member 'StaticMesh_GetNumSections::InLOD' has a wrong offset!"); \ +static_assert(offsetof(StaticMesh_GetNumSections, ReturnValue) == 0x000004, "Member 'StaticMesh_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StaticMesh_GetStaticMaterials \ +static_assert(alignof(StaticMesh_GetStaticMaterials) == 0x000008, "Wrong alignment on StaticMesh_GetStaticMaterials"); \ +static_assert(sizeof(StaticMesh_GetStaticMaterials) == 0x000010, "Wrong size on StaticMesh_GetStaticMaterials"); \ +static_assert(offsetof(StaticMesh_GetStaticMaterials, ReturnValue) == 0x000000, "Member 'StaticMesh_GetStaticMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStaticMesh \ +static_assert(alignof(UStaticMesh) == 0x000008, "Wrong alignment on UStaticMesh"); \ +static_assert(sizeof(UStaticMesh) == 0x000258, "Wrong size on UStaticMesh"); \ +static_assert(offsetof(UStaticMesh, MinQualityLevelLOD) == 0x0000F0, "Member 'UStaticMesh::MinQualityLevelLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, MinLOD) == 0x000158, "Member 'UStaticMesh::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, StaticMaterials) == 0x000160, "Member 'UStaticMesh::StaticMaterials' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightmapUVDensity) == 0x000170, "Member 'UStaticMesh::LightmapUVDensity' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapResolution) == 0x000174, "Member 'UStaticMesh::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LightMapCoordinateIndex) == 0x000178, "Member 'UStaticMesh::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, DistanceFieldSelfShadowBias) == 0x00017C, "Member 'UStaticMesh::DistanceFieldSelfShadowBias' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, BodySetup) == 0x000180, "Member 'UStaticMesh::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, LODForCollision) == 0x000188, "Member 'UStaticMesh::LODForCollision' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, Sockets) == 0x0001B0, "Member 'UStaticMesh::Sockets' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, PositiveBoundsExtension) == 0x0001D0, "Member 'UStaticMesh::PositiveBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NegativeBoundsExtension) == 0x0001E8, "Member 'UStaticMesh::NegativeBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ExtendedBounds) == 0x000200, "Member 'UStaticMesh::ExtendedBounds' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, ElementToIgnoreForTexFactor) == 0x000238, "Member 'UStaticMesh::ElementToIgnoreForTexFactor' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, AssetUserData) == 0x000240, "Member 'UStaticMesh::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UStaticMesh, NavCollision) == 0x000250, "Member 'UStaticMesh::NavCollision' has a wrong offset!"); \ + +#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_UStereoLayerShapeQuad \ +static_assert(alignof(UStereoLayerShapeQuad) == 0x000008, "Wrong alignment on UStereoLayerShapeQuad"); \ +static_assert(sizeof(UStereoLayerShapeQuad) == 0x000028, "Wrong size on UStereoLayerShapeQuad"); \ + +#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_StereoLayerShapeEquirect_SetEquirectProps \ +static_assert(alignof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000008, "Wrong alignment on StereoLayerShapeEquirect_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerShapeEquirect_SetEquirectProps) == 0x000090, "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) == 0x0000B8, "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!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetEquirectProps \ +static_assert(alignof(StereoLayerComponent_SetEquirectProps) == 0x000008, "Wrong alignment on StereoLayerComponent_SetEquirectProps"); \ +static_assert(sizeof(StereoLayerComponent_SetEquirectProps) == 0x000090, "Wrong size on StereoLayerComponent_SetEquirectProps"); \ +static_assert(offsetof(StereoLayerComponent_SetEquirectProps, InScaleBiases) == 0x000000, "Member 'StereoLayerComponent_SetEquirectProps::InScaleBiases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetLeftTexture \ +static_assert(alignof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong alignment on StereoLayerComponent_SetLeftTexture"); \ +static_assert(sizeof(StereoLayerComponent_SetLeftTexture) == 0x000008, "Wrong size on StereoLayerComponent_SetLeftTexture"); \ +static_assert(offsetof(StereoLayerComponent_SetLeftTexture, InTexture) == 0x000000, "Member 'StereoLayerComponent_SetLeftTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetPriority \ +static_assert(alignof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong alignment on StereoLayerComponent_SetPriority"); \ +static_assert(sizeof(StereoLayerComponent_SetPriority) == 0x000004, "Wrong size on StereoLayerComponent_SetPriority"); \ +static_assert(offsetof(StereoLayerComponent_SetPriority, InPriority) == 0x000000, "Member 'StereoLayerComponent_SetPriority::InPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StereoLayerComponent_SetQuadSize \ +static_assert(alignof(StereoLayerComponent_SetQuadSize) == 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) == 0x000450, "Wrong size on UStereoLayerComponent"); \ +static_assert(offsetof(UStereoLayerComponent, Texture) == 0x0002C8, "Member 'UStereoLayerComponent::Texture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, LeftTexture) == 0x0002D0, "Member 'UStereoLayerComponent::LeftTexture' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, QuadSize) == 0x0002E0, "Member 'UStereoLayerComponent::QuadSize' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, UVRect) == 0x0002F0, "Member 'UStereoLayerComponent::UVRect' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderRadius) == 0x000318, "Member 'UStereoLayerComponent::CylinderRadius' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderOverlayArc) == 0x00031C, "Member 'UStereoLayerComponent::CylinderOverlayArc' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, CylinderHeight) == 0x000320, "Member 'UStereoLayerComponent::CylinderHeight' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, EquirectProps) == 0x000328, "Member 'UStereoLayerComponent::EquirectProps' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerType) == 0x0003B8, "Member 'UStereoLayerComponent::StereoLayerType' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, StereoLayerShape) == 0x0003B9, "Member 'UStereoLayerComponent::StereoLayerShape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Shape) == 0x0003C0, "Member 'UStereoLayerComponent::Shape' has a wrong offset!"); \ +static_assert(offsetof(UStereoLayerComponent, Priority) == 0x0003C8, "Member 'UStereoLayerComponent::Priority' 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_UStringTable \ +static_assert(alignof(UStringTable) == 0x000008, "Wrong alignment on UStringTable"); \ +static_assert(sizeof(UStringTable) == 0x000040, "Wrong size on UStringTable"); \ + +#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_USubUVAnimation \ +static_assert(alignof(USubUVAnimation) == 0x000008, "Wrong alignment on USubUVAnimation"); \ +static_assert(sizeof(USubUVAnimation) == 0x000068, "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_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_UTextureCubeArray \ +static_assert(alignof(UTextureCubeArray) == 0x000010, "Wrong alignment on UTextureCubeArray"); \ +static_assert(sizeof(UTextureCubeArray) == 0x000250, "Wrong size on UTextureCubeArray"); \ + +#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_UTextureLightProfile \ +static_assert(alignof(UTextureLightProfile) == 0x000010, "Wrong alignment on UTextureLightProfile"); \ +static_assert(sizeof(UTextureLightProfile) == 0x0002B0, "Wrong size on UTextureLightProfile"); \ +static_assert(offsetof(UTextureLightProfile, Brightness) == 0x0002A8, "Member 'UTextureLightProfile::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UTextureLightProfile, TextureMultiplier) == 0x0002AC, "Member 'UTextureLightProfile::TextureMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextureRenderTargetCube \ +static_assert(alignof(UTextureRenderTargetCube) == 0x000010, "Wrong alignment on UTextureRenderTargetCube"); \ +static_assert(sizeof(UTextureRenderTargetCube) == 0x000210, "Wrong size on UTextureRenderTargetCube"); \ +static_assert(offsetof(UTextureRenderTargetCube, SizeX) == 0x0001F8, "Member 'UTextureRenderTargetCube::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, ClearColor) == 0x0001FC, "Member 'UTextureRenderTargetCube::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UTextureRenderTargetCube, OverrideFormat) == 0x00020C, "Member 'UTextureRenderTargetCube::OverrideFormat' has a wrong offset!"); \ + +#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_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_SetTimelineLength \ +static_assert(alignof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong alignment on TimelineComponent_SetTimelineLength"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLength) == 0x000004, "Wrong size on TimelineComponent_SetTimelineLength"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLength, NewLength) == 0x000000, "Member 'TimelineComponent_SetTimelineLength::NewLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetTimelineLengthMode \ +static_assert(alignof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong alignment on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(sizeof(TimelineComponent_SetTimelineLengthMode) == 0x000001, "Wrong size on TimelineComponent_SetTimelineLengthMode"); \ +static_assert(offsetof(TimelineComponent_SetTimelineLengthMode, NewLengthMode) == 0x000000, "Member 'TimelineComponent_SetTimelineLengthMode::NewLengthMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TimelineComponent_SetVectorCurve \ +static_assert(alignof(TimelineComponent_SetVectorCurve) == 0x000008, "Wrong alignment on TimelineComponent_SetVectorCurve"); \ +static_assert(sizeof(TimelineComponent_SetVectorCurve) == 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) == 0x000160, "Wrong size on UTimelineComponent"); \ +static_assert(offsetof(UTimelineComponent, TheTimeline) == 0x0000C0, "Member 'UTimelineComponent::TheTimeline' 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_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_ATriggerSphere \ +static_assert(alignof(ATriggerSphere) == 0x000008, "Wrong alignment on ATriggerSphere"); \ +static_assert(sizeof(ATriggerSphere) == 0x000290, "Wrong size on ATriggerSphere"); \ + +#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_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_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_UUserInterfaceSettings \ +static_assert(alignof(UUserInterfaceSettings) == 0x000008, "Wrong alignment on UUserInterfaceSettings"); \ +static_assert(sizeof(UUserInterfaceSettings) == 0x000278, "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) == 0x0000F8, "Member 'UUserInterfaceSettings::TextEditBeamCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CrosshairsCursor) == 0x000110, "Member 'UUserInterfaceSettings::CrosshairsCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, HandCursor) == 0x000128, "Member 'UUserInterfaceSettings::HandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandCursor) == 0x000140, "Member 'UUserInterfaceSettings::GrabHandCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GrabHandClosedCursor) == 0x000158, "Member 'UUserInterfaceSettings::GrabHandClosedCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, SlashedCircleCursor) == 0x000170, "Member 'UUserInterfaceSettings::SlashedCircleCursor' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, ApplicationScale) == 0x000188, "Member 'UUserInterfaceSettings::ApplicationScale' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleRule) == 0x00018C, "Member 'UUserInterfaceSettings::UIScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClass) == 0x000190, "Member 'UUserInterfaceSettings::CustomScalingRuleClass' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, UIScaleCurve) == 0x0001A8, "Member 'UUserInterfaceSettings::UIScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bAllowHighDPIInGameMode) == 0x000230, "Member 'UUserInterfaceSettings::bAllowHighDPIInGameMode' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, DesignScreenSize) == 0x000234, "Member 'UUserInterfaceSettings::DesignScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, bLoadWidgetsOnDedicatedServer) == 0x00023C, "Member 'UUserInterfaceSettings::bLoadWidgetsOnDedicatedServer' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, GSFontSoftShadowMaxSize) == 0x000240, "Member 'UUserInterfaceSettings::GSFontSoftShadowMaxSize' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CursorClasses) == 0x000248, "Member 'UUserInterfaceSettings::CursorClasses' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRuleClassInstance) == 0x000258, "Member 'UUserInterfaceSettings::CustomScalingRuleClassInstance' has a wrong offset!"); \ +static_assert(offsetof(UUserInterfaceSettings, CustomScalingRule) == 0x000260, "Member 'UUserInterfaceSettings::CustomScalingRule' 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) == 0x000590, "Wrong size on UVectorFieldComponent"); \ +static_assert(offsetof(UVectorFieldComponent, VectorField) == 0x000568, "Member 'UVectorFieldComponent::VectorField' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Intensity) == 0x000570, "Member 'UVectorFieldComponent::Intensity' has a wrong offset!"); \ +static_assert(offsetof(UVectorFieldComponent, Tightness) == 0x000574, "Member 'UVectorFieldComponent::Tightness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVectorFieldStatic \ +static_assert(alignof(UVectorFieldStatic) == 0x000008, "Wrong alignment on UVectorFieldStatic"); \ +static_assert(sizeof(UVectorFieldStatic) == 0x0000B0, "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_AVectorFieldVolume \ +static_assert(alignof(AVectorFieldVolume) == 0x000008, "Wrong alignment on AVectorFieldVolume"); \ +static_assert(sizeof(AVectorFieldVolume) == 0x000290, "Wrong size on AVectorFieldVolume"); \ +static_assert(offsetof(AVectorFieldVolume, VectorFieldComponent) == 0x000288, "Member 'AVectorFieldVolume::VectorFieldComponent' 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) == 0x000040, "Wrong size on ViewportStatsSubsystem_AddTimedDisplay"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Text) == 0x000000, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Text' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Color) == 0x000018, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Color' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, Duration) == 0x000028, "Member 'ViewportStatsSubsystem_AddTimedDisplay::Duration' has a wrong offset!"); \ +static_assert(offsetof(ViewportStatsSubsystem_AddTimedDisplay, DisplayOffset) == 0x000030, "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_UVirtualTextureBuilder \ +static_assert(alignof(UVirtualTextureBuilder) == 0x000008, "Wrong alignment on UVirtualTextureBuilder"); \ +static_assert(sizeof(UVirtualTextureBuilder) == 0x000038, "Wrong size on UVirtualTextureBuilder"); \ +static_assert(offsetof(UVirtualTextureBuilder, Texture) == 0x000028, "Member 'UVirtualTextureBuilder::Texture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualTextureBuilder, BuildHash) == 0x000030, "Member 'UVirtualTextureBuilder::BuildHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVirtualTexturePoolConfig \ +static_assert(alignof(UVirtualTexturePoolConfig) == 0x000008, "Wrong alignment on UVirtualTexturePoolConfig"); \ +static_assert(sizeof(UVirtualTexturePoolConfig) == 0x000068, "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!"); \ +static_assert(offsetof(UVirtualTexturePoolConfig, Version) == 0x000060, "Member 'UVirtualTexturePoolConfig::Version' 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_AVisualLoggerFilterVolume \ +static_assert(alignof(AVisualLoggerFilterVolume) == 0x000008, "Wrong alignment on AVisualLoggerFilterVolume"); \ +static_assert(sizeof(AVisualLoggerFilterVolume) == 0x0002C0, "Wrong size on AVisualLoggerFilterVolume"); \ + +#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) == 0x000010, "Wrong alignment on UVolumeTexture"); \ +static_assert(sizeof(UVolumeTexture) == 0x000250, "Wrong size on UVolumeTexture"); \ + +#define DUMPER7_ASSERTS_AVolumetricCloud \ +static_assert(alignof(AVolumetricCloud) == 0x000008, "Wrong alignment on AVolumetricCloud"); \ +static_assert(sizeof(AVolumetricCloud) == 0x000290, "Wrong size on AVolumetricCloud"); \ +static_assert(offsetof(AVolumetricCloud, VolumetricCloudComponent) == 0x000288, "Member 'AVolumetricCloud::VolumetricCloudComponent' has a wrong offset!"); \ + +#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) == 0x0002E0, "Wrong size on UWindDirectionalSourceComponent"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Strength) == 0x0002C0, "Member 'UWindDirectionalSourceComponent::Strength' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Speed) == 0x0002C4, "Member 'UWindDirectionalSourceComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MinGustAmount) == 0x0002C8, "Member 'UWindDirectionalSourceComponent::MinGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, MaxGustAmount) == 0x0002CC, "Member 'UWindDirectionalSourceComponent::MaxGustAmount' has a wrong offset!"); \ +static_assert(offsetof(UWindDirectionalSourceComponent, Radius) == 0x0002D0, "Member 'UWindDirectionalSourceComponent::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartition \ +static_assert(alignof(UWorldPartition) == 0x000008, "Wrong alignment on UWorldPartition"); \ +static_assert(sizeof(UWorldPartition) == 0x000088, "Wrong size on UWorldPartition"); \ +static_assert(offsetof(UWorldPartition, RuntimeHash) == 0x000060, "Member 'UWorldPartition::RuntimeHash' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartition, StreamingPolicy) == 0x000070, "Member 'UWorldPartition::StreamingPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorCell \ +static_assert(alignof(UWorldPartitionEditorCell) == 0x000008, "Wrong alignment on UWorldPartitionEditorCell"); \ +static_assert(sizeof(UWorldPartitionEditorCell) == 0x000028, "Wrong size on UWorldPartitionEditorCell"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionEditorPerProjectUserSettings \ +static_assert(alignof(UWorldPartitionEditorPerProjectUserSettings) == 0x000008, "Wrong alignment on UWorldPartitionEditorPerProjectUserSettings"); \ +static_assert(sizeof(UWorldPartitionEditorPerProjectUserSettings) == 0x000028, "Wrong size on UWorldPartitionEditorPerProjectUserSettings"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionLevelStreamingDynamic \ +static_assert(alignof(UWorldPartitionLevelStreamingDynamic) == 0x000010, "Wrong alignment on UWorldPartitionLevelStreamingDynamic"); \ +static_assert(sizeof(UWorldPartitionLevelStreamingDynamic) == 0x0001C0, "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) == 0x0001AC, "Member 'UWorldPartitionLevelStreamingDynamic::OuterWorldPartition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWorldPartitionMiniMap \ +static_assert(alignof(AWorldPartitionMiniMap) == 0x000008, "Wrong alignment on AWorldPartitionMiniMap"); \ +static_assert(sizeof(AWorldPartitionMiniMap) == 0x000348, "Wrong size on AWorldPartitionMiniMap"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapWorldBounds) == 0x000288, "Member 'AWorldPartitionMiniMap::MiniMapWorldBounds' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, UVOffset) == 0x0002C0, "Member 'AWorldPartitionMiniMap::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapTexture) == 0x0002E8, "Member 'AWorldPartitionMiniMap::MiniMapTexture' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, ExcludedDataLayers) == 0x0002F0, "Member 'AWorldPartitionMiniMap::ExcludedDataLayers' has a wrong offset!"); \ +static_assert(offsetof(AWorldPartitionMiniMap, MiniMapTileSize) == 0x000340, "Member 'AWorldPartitionMiniMap::MiniMapTileSize' 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) == 0x000288, "Member 'AWorldPartitionReplay::StreamingSourceNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeLevelStreamingCell \ +static_assert(alignof(UWorldPartitionRuntimeLevelStreamingCell) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeLevelStreamingCell"); \ +static_assert(sizeof(UWorldPartitionRuntimeLevelStreamingCell) == 0x0000D0, "Wrong size on UWorldPartitionRuntimeLevelStreamingCell"); \ +static_assert(offsetof(UWorldPartitionRuntimeLevelStreamingCell, LevelStreaming) == 0x0000C8, "Member 'UWorldPartitionRuntimeLevelStreamingCell::LevelStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWorldPartitionRuntimeSpatialHash \ +static_assert(alignof(UWorldPartitionRuntimeSpatialHash) == 0x000008, "Wrong alignment on UWorldPartitionRuntimeSpatialHash"); \ +static_assert(sizeof(UWorldPartitionRuntimeSpatialHash) == 0x000088, "Wrong size on UWorldPartitionRuntimeSpatialHash"); \ +static_assert(offsetof(UWorldPartitionRuntimeSpatialHash, StreamingGrids) == 0x000028, "Member 'UWorldPartitionRuntimeSpatialHash::StreamingGrids' has a wrong offset!"); \ + +#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) == 0x0000F8, "Wrong size on UWorldPartitionStreamingSourceComponent"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetGrid) == 0x0000C8, "Member 'UWorldPartitionStreamingSourceComponent::TargetGrid' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, DebugColor) == 0x0000D0, "Member 'UWorldPartitionStreamingSourceComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetHLODLayer) == 0x0000D8, "Member 'UWorldPartitionStreamingSourceComponent::TargetHLODLayer' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, Shapes) == 0x0000E0, "Member 'UWorldPartitionStreamingSourceComponent::Shapes' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, Priority) == 0x0000F0, "Member 'UWorldPartitionStreamingSourceComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, bStreamingSourceEnabled) == 0x0000F1, "Member 'UWorldPartitionStreamingSourceComponent::bStreamingSourceEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWorldPartitionStreamingSourceComponent, TargetState) == 0x0000F2, "Member 'UWorldPartitionStreamingSourceComponent::TargetState' 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) == 0x000050, "Wrong size on UWorldPartitionSubsystem"); \ + +#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_UBI_InputRoot_C \ +static_assert(alignof(UBI_InputRoot_C) == 0x000008, "Wrong alignment on UBI_InputRoot_C"); \ +static_assert(sizeof(UBI_InputRoot_C) == 0x0003E8, "Wrong size on UBI_InputRoot_C"); \ +static_assert(offsetof(UBI_InputRoot_C, BI_InputOne) == 0x0003D8, "Member 'UBI_InputRoot_C::BI_InputOne' has a wrong offset!"); \ +static_assert(offsetof(UBI_InputRoot_C, NamedSlot_Right) == 0x0003E0, "Member 'UBI_InputRoot_C::NamedSlot_Right' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSBranchFilter \ +static_assert(alignof(FGSBranchFilter) == 0x000004, "Wrong alignment on FGSBranchFilter"); \ +static_assert(sizeof(FGSBranchFilter) == 0x00000C, "Wrong size on FGSBranchFilter"); \ +static_assert(offsetof(FGSBranchFilter, BoneName) == 0x000000, "Member 'FGSBranchFilter::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FGSBranchFilter, BlendDepth) == 0x000008, "Member 'FGSBranchFilter::BlendDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSInputBlendPose \ +static_assert(alignof(FGSInputBlendPose) == 0x000008, "Wrong alignment on FGSInputBlendPose"); \ +static_assert(sizeof(FGSInputBlendPose) == 0x000010, "Wrong size on FGSInputBlendPose"); \ +static_assert(offsetof(FGSInputBlendPose, BranchFilters) == 0x000000, "Member 'FGSInputBlendPose::BranchFilters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_GSLayeredBoneBlend \ +static_assert(alignof(FAnimNode_GSLayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_GSLayeredBoneBlend"); \ +static_assert(sizeof(FAnimNode_GSLayeredBoneBlend) == 0x0000F8, "Wrong size on FAnimNode_GSLayeredBoneBlend"); \ +static_assert(offsetof(FAnimNode_GSLayeredBoneBlend, GS_LayerSetup) == 0x0000E0, "Member 'FAnimNode_GSLayeredBoneBlend::GS_LayerSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_GSLayeredBoneBlend, GS_bMeshSpaceRotationBlend) == 0x0000F0, "Member 'FAnimNode_GSLayeredBoneBlend::GS_bMeshSpaceRotationBlend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAxisSettings \ +static_assert(alignof(FAxisSettings) == 0x000004, "Wrong alignment on FAxisSettings"); \ +static_assert(sizeof(FAxisSettings) == 0x000008, "Wrong size on FAxisSettings"); \ +static_assert(offsetof(FAxisSettings, YawRotationAxis) == 0x000000, "Member 'FAxisSettings::YawRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAxisSettings, BodyOrientationAlpha) == 0x000004, "Member 'FAxisSettings::BodyOrientationAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneRef \ +static_assert(alignof(FBoneRef) == 0x000004, "Wrong alignment on FBoneRef"); \ +static_assert(sizeof(FBoneRef) == 0x000010, "Wrong size on FBoneRef"); \ +static_assert(offsetof(FBoneRef, bone) == 0x000000, "Member 'FBoneRef::bone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimMode_GSOrientationWarping \ +static_assert(alignof(FAnimMode_GSOrientationWarping) == 0x000008, "Wrong alignment on FAnimMode_GSOrientationWarping"); \ +static_assert(sizeof(FAnimMode_GSOrientationWarping) == 0x000068, "Wrong size on FAnimMode_GSOrientationWarping"); \ +static_assert(offsetof(FAnimMode_GSOrientationWarping, BasePose) == 0x000010, "Member 'FAnimMode_GSOrientationWarping::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimMode_GSOrientationWarping, LocomotionAngle) == 0x000020, "Member 'FAnimMode_GSOrientationWarping::LocomotionAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimMode_GSOrientationWarping, Settings) == 0x000024, "Member 'FAnimMode_GSOrientationWarping::Settings' has a wrong offset!"); \ +static_assert(offsetof(FAnimMode_GSOrientationWarping, SpineBones) == 0x000030, "Member 'FAnimMode_GSOrientationWarping::SpineBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimMode_GSOrientationWarping, IKFootRootBone) == 0x000040, "Member 'FAnimMode_GSOrientationWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimMode_GSOrientationWarping, PelvisBone) == 0x000050, "Member 'FAnimMode_GSOrientationWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimMode_GSOrientationWarping, InternalLocomotionAngle) == 0x000060, "Member 'FAnimMode_GSOrientationWarping::InternalLocomotionAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKBones \ +static_assert(alignof(FIKBones) == 0x000004, "Wrong alignment on FIKBones"); \ +static_assert(sizeof(FIKBones) == 0x000024, "Wrong size on FIKBones"); \ +static_assert(offsetof(FIKBones, IKFootBone) == 0x000000, "Member 'FIKBones::IKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FIKBones, FKFootBone) == 0x000010, "Member 'FIKBones::FKFootBone' has a wrong offset!"); \ +static_assert(offsetof(FIKBones, NumBonesInLimb) == 0x000020, "Member 'FIKBones::NumBonesInLimb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKFootLocation \ +static_assert(alignof(FIKFootLocation) == 0x000008, "Wrong alignment on FIKFootLocation"); \ +static_assert(sizeof(FIKFootLocation) == 0x000060, "Wrong size on FIKFootLocation"); \ +static_assert(offsetof(FIKFootLocation, LimbRootLocation) == 0x000000, "Member 'FIKFootLocation::LimbRootLocation' has a wrong offset!"); \ +static_assert(offsetof(FIKFootLocation, OriginLocation) == 0x000018, "Member 'FIKFootLocation::OriginLocation' has a wrong offset!"); \ +static_assert(offsetof(FIKFootLocation, ActualLocation) == 0x000030, "Member 'FIKFootLocation::ActualLocation' has a wrong offset!"); \ +static_assert(offsetof(FIKFootLocation, NewLocation) == 0x000048, "Member 'FIKFootLocation::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPelvisAdjustmentInterp \ +static_assert(alignof(FPelvisAdjustmentInterp) == 0x000004, "Wrong alignment on FPelvisAdjustmentInterp"); \ +static_assert(sizeof(FPelvisAdjustmentInterp) == 0x000008, "Wrong size on FPelvisAdjustmentInterp"); \ +static_assert(offsetof(FPelvisAdjustmentInterp, Stiffness) == 0x000000, "Member 'FPelvisAdjustmentInterp::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(FPelvisAdjustmentInterp, Dampen) == 0x000004, "Member 'FPelvisAdjustmentInterp::Dampen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_SpeedWarping \ +static_assert(alignof(FAnimNode_SpeedWarping) == 0x000008, "Wrong alignment on FAnimNode_SpeedWarping"); \ +static_assert(sizeof(FAnimNode_SpeedWarping) == 0x000180, "Wrong size on FAnimNode_SpeedWarping"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, IKFootRootBone) == 0x0000C8, "Member 'FAnimNode_SpeedWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, FeetDefinitions) == 0x0000D8, "Member 'FAnimNode_SpeedWarping::FeetDefinitions' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, PelvisBone) == 0x0000E8, "Member 'FAnimNode_SpeedWarping::PelvisBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, SpeedWarpingAxisMode) == 0x0000F8, "Member 'FAnimNode_SpeedWarping::SpeedWarpingAxisMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, SpeedScaling) == 0x0000FC, "Member 'FAnimNode_SpeedWarping::SpeedScaling' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, PelvisAdjustmentAlpha) == 0x000100, "Member 'FAnimNode_SpeedWarping::PelvisAdjustmentAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, MaxIter) == 0x000104, "Member 'FAnimNode_SpeedWarping::MaxIter' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, PelvisAdjustmentInterp) == 0x000108, "Member 'FAnimNode_SpeedWarping::PelvisAdjustmentInterp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpeedWarping, ClampIKUsingFKLeg) == 0x000110, "Member 'FAnimNode_SpeedWarping::ClampIKUsingFKLeg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotify_DummyEfx \ +static_assert(alignof(FAnimNotify_DummyEfx) == 0x000008, "Wrong alignment on FAnimNotify_DummyEfx"); \ +static_assert(sizeof(FAnimNotify_DummyEfx) == 0x000058, "Wrong size on FAnimNotify_DummyEfx"); \ +static_assert(offsetof(FAnimNotify_DummyEfx, PSTemplate) == 0x000000, "Member 'FAnimNotify_DummyEfx::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotify_DummyEfx, Socket) == 0x000008, "Member 'FAnimNotify_DummyEfx::Socket' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotify_DummyEfx, LocationOffset) == 0x000010, "Member 'FAnimNotify_DummyEfx::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotify_DummyEfx, RotationOffset) == 0x000028, "Member 'FAnimNotify_DummyEfx::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotify_DummyEfx, Scale) == 0x000040, "Member 'FAnimNotify_DummyEfx::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPMLocationBoneSocketBoneInfo \ +static_assert(alignof(FPMLocationBoneSocketBoneInfo) == 0x000004, "Wrong alignment on FPMLocationBoneSocketBoneInfo"); \ +static_assert(sizeof(FPMLocationBoneSocketBoneInfo) == 0x000008, "Wrong size on FPMLocationBoneSocketBoneInfo"); \ +static_assert(offsetof(FPMLocationBoneSocketBoneInfo, BoneName) == 0x000000, "Member 'FPMLocationBoneSocketBoneInfo::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPMLocationSkelVertSurfaceBoneInfo \ +static_assert(alignof(FPMLocationSkelVertSurfaceBoneInfo) == 0x000004, "Wrong alignment on FPMLocationSkelVertSurfaceBoneInfo"); \ +static_assert(sizeof(FPMLocationSkelVertSurfaceBoneInfo) == 0x000008, "Wrong size on FPMLocationSkelVertSurfaceBoneInfo"); \ +static_assert(offsetof(FPMLocationSkelVertSurfaceBoneInfo, BoneName) == 0x000000, "Member 'FPMLocationSkelVertSurfaceBoneInfo::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_PlayDummyEfx \ +static_assert(alignof(UAnimNotify_PlayDummyEfx) == 0x000008, "Wrong alignment on UAnimNotify_PlayDummyEfx"); \ +static_assert(sizeof(UAnimNotify_PlayDummyEfx) == 0x000060, "Wrong size on UAnimNotify_PlayDummyEfx"); \ +static_assert(offsetof(UAnimNotify_PlayDummyEfx, DummyActorClass) == 0x000038, "Member 'UAnimNotify_PlayDummyEfx::DummyActorClass' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayDummyEfx, DummyEfxs) == 0x000040, "Member 'UAnimNotify_PlayDummyEfx::DummyEfxs' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayDummyEfx, AnimSeq) == 0x000050, "Member 'UAnimNotify_PlayDummyEfx::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_PlayDummyEfx, MaxLifetime) == 0x000058, "Member 'UAnimNotify_PlayDummyEfx::MaxLifetime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_CallFloatCurve \ +static_assert(alignof(GSEDestructibleMeshGenComponent_CallFloatCurve) == 0x000001, "Wrong alignment on GSEDestructibleMeshGenComponent_CallFloatCurve"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_CallFloatCurve) == 0x000001, "Wrong size on GSEDestructibleMeshGenComponent_CallFloatCurve"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_CallFloatCurve, ReturnValue) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_CallFloatCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce) == 0x000001, "Wrong alignment on GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce) == 0x000002, "Wrong size on GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce, NewType) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce::NewType' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce, ReturnValue) == 0x000001, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionEnabledForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetAllCollisionObjectType \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetAllCollisionObjectType) == 0x000001, "Wrong alignment on GSEDestructibleMeshGenComponent_SetAllCollisionObjectType"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetAllCollisionObjectType) == 0x000002, "Wrong size on GSEDestructibleMeshGenComponent_SetAllCollisionObjectType"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionObjectType, Channel) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionObjectType::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionObjectType, ReturnValue) == 0x000001, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels) == 0x000001, "Wrong alignment on GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels) == 0x000002, "Wrong size on GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels, NewResponse) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels::NewResponse' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels, ReturnValue) == 0x000001, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionResponseToAllChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel) == 0x000001, "Wrong alignment on GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel) == 0x000003, "Wrong size on GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel, Channel) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel, NewResponse) == 0x000001, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel::NewResponse' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel, ReturnValue) == 0x000002, "Member 'GSEDestructibleMeshGenComponent_SetAllCollisionResponseToChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionEnabledForce \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForce) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionEnabledForce"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForce) == 0x000018, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionEnabledForce"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForce, NewType) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionEnabledForce::NewType' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForce, Comp) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionEnabledForce::Comp' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForce, ReturnValue) == 0x000010, "Member 'GSEDestructibleMeshGenComponent_SetCollisionEnabledForce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName) == 0x000020, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName, NewType) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName::NewType' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName, Name_0) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName, ReturnValue) == 0x000018, "Member 'GSEDestructibleMeshGenComponent_SetCollisionEnabledForceByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionObjectType \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionObjectType) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionObjectType"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionObjectType) == 0x000018, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionObjectType"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionObjectType, Channel) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionObjectType::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionObjectType, Comp) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionObjectType::Comp' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionObjectType, ReturnValue) == 0x000010, "Member 'GSEDestructibleMeshGenComponent_SetCollisionObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName) == 0x000020, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName, Channel) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName, Name_0) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName, ReturnValue) == 0x000018, "Member 'GSEDestructibleMeshGenComponent_SetCollisionObjectTypeByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels) == 0x000018, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels, NewResponse) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels::NewResponse' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels, Comp) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels::Comp' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels, ReturnValue) == 0x000010, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName) == 0x000020, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName, NewResponse) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName::NewResponse' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName, Name_0) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName, ReturnValue) == 0x000018, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToAllChannelsByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel) == 0x000018, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel, Channel) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel, NewResponse) == 0x000001, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel::NewResponse' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel, Comp) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel::Comp' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel, ReturnValue) == 0x000010, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName \ +static_assert(alignof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName) == 0x000008, "Wrong alignment on GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName"); \ +static_assert(sizeof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName) == 0x000020, "Wrong size on GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName, Channel) == 0x000000, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName, NewResponse) == 0x000001, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName::NewResponse' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName, Name_0) == 0x000008, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName, ReturnValue) == 0x000018, "Member 'GSEDestructibleMeshGenComponent_SetCollisionResponseToChannelByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEDestructibleMeshGenComponent \ +static_assert(alignof(UGSEDestructibleMeshGenComponent) == 0x000008, "Wrong alignment on UGSEDestructibleMeshGenComponent"); \ +static_assert(sizeof(UGSEDestructibleMeshGenComponent) == 0x0002B8, "Wrong size on UGSEDestructibleMeshGenComponent"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, TargetBlueprint) == 0x0000C0, "Member 'UGSEDestructibleMeshGenComponent::TargetBlueprint' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, FolderPath) == 0x0000C8, "Member 'UGSEDestructibleMeshGenComponent::FolderPath' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, DestructibleComponentArray) == 0x0000D8, "Member 'UGSEDestructibleMeshGenComponent::DestructibleComponentArray' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, BoneNameArray) == 0x0000E8, "Member 'UGSEDestructibleMeshGenComponent::BoneNameArray' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, bUseCustomCollisionToDefault) == 0x0000F8, "Member 'UGSEDestructibleMeshGenComponent::bUseCustomCollisionToDefault' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, bRefreshPriviewObjectsOnAnimalMesh) == 0x0000F9, "Member 'UGSEDestructibleMeshGenComponent::bRefreshPriviewObjectsOnAnimalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, BodyInstance) == 0x000100, "Member 'UGSEDestructibleMeshGenComponent::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, FloatCurve) == 0x000290, "Member 'UGSEDestructibleMeshGenComponent::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, ParamName) == 0x000298, "Member 'UGSEDestructibleMeshGenComponent::ParamName' has a wrong offset!"); \ +static_assert(offsetof(UGSEDestructibleMeshGenComponent, FloatCurveTick) == 0x0002A0, "Member 'UGSEDestructibleMeshGenComponent::FloatCurveTick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditorFuncLibCommon_UMGTemplate_GetLearnID \ +static_assert(alignof(EditorFuncLibCommon_UMGTemplate_GetLearnID) == 0x000004, "Wrong alignment on EditorFuncLibCommon_UMGTemplate_GetLearnID"); \ +static_assert(sizeof(EditorFuncLibCommon_UMGTemplate_GetLearnID) == 0x00000C, "Wrong size on EditorFuncLibCommon_UMGTemplate_GetLearnID"); \ +static_assert(offsetof(EditorFuncLibCommon_UMGTemplate_GetLearnID, UnitID) == 0x000000, "Member 'EditorFuncLibCommon_UMGTemplate_GetLearnID::UnitID' has a wrong offset!"); \ +static_assert(offsetof(EditorFuncLibCommon_UMGTemplate_GetLearnID, LearnID) == 0x000004, "Member 'EditorFuncLibCommon_UMGTemplate_GetLearnID::LearnID' has a wrong offset!"); \ +static_assert(offsetof(EditorFuncLibCommon_UMGTemplate_GetLearnID, ReturnValue) == 0x000008, "Member 'EditorFuncLibCommon_UMGTemplate_GetLearnID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditorFuncLibCommon \ +static_assert(alignof(UEditorFuncLibCommon) == 0x000008, "Wrong alignment on UEditorFuncLibCommon"); \ +static_assert(sizeof(UEditorFuncLibCommon) == 0x000028, "Wrong size on UEditorFuncLibCommon"); \ + +#define DUMPER7_ASSERTS_UGSDPICustomScalingRuleInCPP \ +static_assert(alignof(UGSDPICustomScalingRuleInCPP) == 0x000008, "Wrong alignment on UGSDPICustomScalingRuleInCPP"); \ +static_assert(sizeof(UGSDPICustomScalingRuleInCPP) == 0x000028, "Wrong size on UGSDPICustomScalingRuleInCPP"); \ + +#define DUMPER7_ASSERTS_UGSEActorComponent \ +static_assert(alignof(UGSEActorComponent) == 0x000008, "Wrong alignment on UGSEActorComponent"); \ +static_assert(sizeof(UGSEActorComponent) == 0x0000C0, "Wrong size on UGSEActorComponent"); \ + +#define DUMPER7_ASSERTS_AGSEBlastMeshActor \ +static_assert(alignof(AGSEBlastMeshActor) == 0x000008, "Wrong alignment on AGSEBlastMeshActor"); \ +static_assert(sizeof(AGSEBlastMeshActor) == 0x000288, "Wrong size on AGSEBlastMeshActor"); \ + +#define DUMPER7_ASSERTS_GSECameraRig_Rail_GetSplineLength \ +static_assert(alignof(GSECameraRig_Rail_GetSplineLength) == 0x000004, "Wrong alignment on GSECameraRig_Rail_GetSplineLength"); \ +static_assert(sizeof(GSECameraRig_Rail_GetSplineLength) == 0x000004, "Wrong size on GSECameraRig_Rail_GetSplineLength"); \ +static_assert(offsetof(GSECameraRig_Rail_GetSplineLength, ReturnValue) == 0x000000, "Member 'GSECameraRig_Rail_GetSplineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSECameraRig_Rail \ +static_assert(alignof(AGSECameraRig_Rail) == 0x000008, "Wrong alignment on AGSECameraRig_Rail"); \ +static_assert(sizeof(AGSECameraRig_Rail) == 0x0002A8, "Wrong size on AGSECameraRig_Rail"); \ + +#define DUMPER7_ASSERTS_AGSELuaActor \ +static_assert(alignof(AGSELuaActor) == 0x000008, "Wrong alignment on AGSELuaActor"); \ +static_assert(sizeof(AGSELuaActor) == 0x000288, "Wrong size on AGSELuaActor"); \ + +#define DUMPER7_ASSERTS_UGSELuaStateUObj \ +static_assert(alignof(UGSELuaStateUObj) == 0x000008, "Wrong alignment on UGSELuaStateUObj"); \ +static_assert(sizeof(UGSELuaStateUObj) == 0x000028, "Wrong size on UGSELuaStateUObj"); \ + +#define DUMPER7_ASSERTS_UGSELuaFuncLib \ +static_assert(alignof(UGSELuaFuncLib) == 0x000008, "Wrong alignment on UGSELuaFuncLib"); \ +static_assert(sizeof(UGSELuaFuncLib) == 0x000028, "Wrong size on UGSELuaFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSPMLocationBoneSocket \ +static_assert(alignof(UGSPMLocationBoneSocket) == 0x000008, "Wrong alignment on UGSPMLocationBoneSocket"); \ +static_assert(sizeof(UGSPMLocationBoneSocket) == 0x0000D0, "Wrong size on UGSPMLocationBoneSocket"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, SourceType) == 0x000030, "Member 'UGSPMLocationBoneSocket::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, UniversalOffset) == 0x000038, "Member 'UGSPMLocationBoneSocket::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, SourceLocations) == 0x000058, "Member 'UGSPMLocationBoneSocket::SourceLocations' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, NeedAddRootBoneNames) == 0x000068, "Member 'UGSPMLocationBoneSocket::NeedAddRootBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, NeedDeleteRootBoneNames) == 0x000088, "Member 'UGSPMLocationBoneSocket::NeedDeleteRootBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, SelectionMethod) == 0x0000A8, "Member 'UGSPMLocationBoneSocket::SelectionMethod' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, InheritVelocityScale) == 0x0000B0, "Member 'UGSPMLocationBoneSocket::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, SkelMeshActorParamName) == 0x0000B4, "Member 'UGSPMLocationBoneSocket::SkelMeshActorParamName' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, NumPreSelectedIndices) == 0x0000BC, "Member 'UGSPMLocationBoneSocket::NumPreSelectedIndices' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationBoneSocket, RefScaleSocketNameInMesh) == 0x0000C4, "Member 'UGSPMLocationBoneSocket::RefScaleSocketNameInMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSPMLocationSkelVertSurface \ +static_assert(alignof(UGSPMLocationSkelVertSurface) == 0x000008, "Wrong alignment on UGSPMLocationSkelVertSurface"); \ +static_assert(sizeof(UGSPMLocationSkelVertSurface) == 0x0000F0, "Wrong size on UGSPMLocationSkelVertSurface"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, SourceType) == 0x000030, "Member 'UGSPMLocationSkelVertSurface::SourceType' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, UniversalOffset) == 0x000038, "Member 'UGSPMLocationSkelVertSurface::UniversalOffset' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, InheritVelocityScale) == 0x000054, "Member 'UGSPMLocationSkelVertSurface::InheritVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, SkelMeshActorParamName) == 0x000058, "Member 'UGSPMLocationSkelVertSurface::SkelMeshActorParamName' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, ValidAssociatedBones) == 0x000060, "Member 'UGSPMLocationSkelVertSurface::ValidAssociatedBones' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, NeedAddRootBoneNames) == 0x000070, "Member 'UGSPMLocationSkelVertSurface::NeedAddRootBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, NeedDeleteRootBoneNames) == 0x000090, "Member 'UGSPMLocationSkelVertSurface::NeedDeleteRootBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, NormalToCompare) == 0x0000B8, "Member 'UGSPMLocationSkelVertSurface::NormalToCompare' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, NormalCheckToleranceDegrees) == 0x0000D0, "Member 'UGSPMLocationSkelVertSurface::NormalCheckToleranceDegrees' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, NormalCheckTolerance) == 0x0000D4, "Member 'UGSPMLocationSkelVertSurface::NormalCheckTolerance' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, ValidMaterialIndices) == 0x0000D8, "Member 'UGSPMLocationSkelVertSurface::ValidMaterialIndices' has a wrong offset!"); \ +static_assert(offsetof(UGSPMLocationSkelVertSurface, InheritUVChannel) == 0x0000EC, "Member 'UGSPMLocationSkelVertSurface::InheritUVChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSPMBase \ +static_assert(alignof(UGSPMBase) == 0x000008, "Wrong alignment on UGSPMBase"); \ +static_assert(sizeof(UGSPMBase) == 0x000030, "Wrong size on UGSPMBase"); \ + +#define DUMPER7_ASSERTS_UGSPMMeshSetParamByCurve \ +static_assert(alignof(UGSPMMeshSetParamByCurve) == 0x000008, "Wrong alignment on UGSPMMeshSetParamByCurve"); \ +static_assert(sizeof(UGSPMMeshSetParamByCurve) == 0x000070, "Wrong size on UGSPMMeshSetParamByCurve"); \ +static_assert(offsetof(UGSPMMeshSetParamByCurve, FloatCurve) == 0x000030, "Member 'UGSPMMeshSetParamByCurve::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UGSPMMeshSetParamByCurve, MeshMaterialParamName) == 0x000060, "Member 'UGSPMMeshSetParamByCurve::MeshMaterialParamName' has a wrong offset!"); \ +static_assert(offsetof(UGSPMMeshSetParamByCurve, SkelMeshActorParamName) == 0x000068, "Member 'UGSPMMeshSetParamByCurve::SkelMeshActorParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSPMSizeScaleKeep \ +static_assert(alignof(UGSPMSizeScaleKeep) == 0x000008, "Wrong alignment on UGSPMSizeScaleKeep"); \ +static_assert(sizeof(UGSPMSizeScaleKeep) == 0x000040, "Wrong size on UGSPMSizeScaleKeep"); \ +static_assert(offsetof(UGSPMSizeScaleKeep, RefScaleSocketNameInMesh) == 0x000034, "Member 'UGSPMSizeScaleKeep::RefScaleSocketNameInMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSPMWorldOffset \ +static_assert(alignof(UGSPMWorldOffset) == 0x000008, "Wrong alignment on UGSPMWorldOffset"); \ +static_assert(sizeof(UGSPMWorldOffset) == 0x000098, "Wrong size on UGSPMWorldOffset"); \ + +#define DUMPER7_ASSERTS_UGSSceneCaptureComponent2D \ +static_assert(alignof(UGSSceneCaptureComponent2D) == 0x000010, "Wrong alignment on UGSSceneCaptureComponent2D"); \ +static_assert(sizeof(UGSSceneCaptureComponent2D) == 0x000C40, "Wrong size on UGSSceneCaptureComponent2D"); \ + +#define DUMPER7_ASSERTS_GSViewPortRatioUtil_CalcCachedData \ +static_assert(alignof(GSViewPortRatioUtil_CalcCachedData) == 0x000008, "Wrong alignment on GSViewPortRatioUtil_CalcCachedData"); \ +static_assert(sizeof(GSViewPortRatioUtil_CalcCachedData) == 0x000028, "Wrong size on GSViewPortRatioUtil_CalcCachedData"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, WorldContext) == 0x000000, "Member 'GSViewPortRatioUtil_CalcCachedData::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutRefViewPortWidth) == 0x000008, "Member 'GSViewPortRatioUtil_CalcCachedData::OutRefViewPortWidth' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutRefViewPortHeight) == 0x00000C, "Member 'GSViewPortRatioUtil_CalcCachedData::OutRefViewPortHeight' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutCfgMaxRatioMin) == 0x000010, "Member 'GSViewPortRatioUtil_CalcCachedData::OutCfgMaxRatioMin' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutCfgMaxRatioMax) == 0x000014, "Member 'GSViewPortRatioUtil_CalcCachedData::OutCfgMaxRatioMax' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutCfgMinRatio) == 0x000018, "Member 'GSViewPortRatioUtil_CalcCachedData::OutCfgMinRatio' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutCfgRefHeightDPIScale) == 0x00001C, "Member 'GSViewPortRatioUtil_CalcCachedData::OutCfgRefHeightDPIScale' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutForceRatioTye) == 0x000020, "Member 'GSViewPortRatioUtil_CalcCachedData::OutForceRatioTye' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutConstraintAspectRatioType) == 0x000021, "Member 'GSViewPortRatioUtil_CalcCachedData::OutConstraintAspectRatioType' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCachedData, OutRatio) == 0x000024, "Member 'GSViewPortRatioUtil_CalcCachedData::OutRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSViewPortRatioUtil_CalcCameraRatioInner \ +static_assert(alignof(GSViewPortRatioUtil_CalcCameraRatioInner) == 0x000004, "Wrong alignment on GSViewPortRatioUtil_CalcCameraRatioInner"); \ +static_assert(sizeof(GSViewPortRatioUtil_CalcCameraRatioInner) == 0x000010, "Wrong size on GSViewPortRatioUtil_CalcCameraRatioInner"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInner, RefViewPortWidth) == 0x000000, "Member 'GSViewPortRatioUtil_CalcCameraRatioInner::RefViewPortWidth' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInner, RefViewPortHeight) == 0x000004, "Member 'GSViewPortRatioUtil_CalcCameraRatioInner::RefViewPortHeight' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInner, TargetRatio) == 0x000008, "Member 'GSViewPortRatioUtil_CalcCameraRatioInner::TargetRatio' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInner, ConstraintAspectRatioType) == 0x00000C, "Member 'GSViewPortRatioUtil_CalcCameraRatioInner::ConstraintAspectRatioType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType \ +static_assert(alignof(GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType) == 0x000004, "Wrong alignment on GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType"); \ +static_assert(sizeof(GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType) == 0x000014, "Wrong size on GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType, RefViewPortWidth) == 0x000000, "Member 'GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType::RefViewPortWidth' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType, RefViewPortHeight) == 0x000004, "Member 'GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType::RefViewPortHeight' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType, InForceRatioType) == 0x000008, "Member 'GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType::InForceRatioType' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType, TargetRatio) == 0x00000C, "Member 'GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType::TargetRatio' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType, ConstraintAspectRatioType) == 0x000010, "Member 'GSViewPortRatioUtil_CalcCameraRatioInnerWithRatioType::ConstraintAspectRatioType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSViewPortRatioUtil_GetForceRatioType \ +static_assert(alignof(GSViewPortRatioUtil_GetForceRatioType) == 0x000001, "Wrong alignment on GSViewPortRatioUtil_GetForceRatioType"); \ +static_assert(sizeof(GSViewPortRatioUtil_GetForceRatioType) == 0x000001, "Wrong size on GSViewPortRatioUtil_GetForceRatioType"); \ +static_assert(offsetof(GSViewPortRatioUtil_GetForceRatioType, ReturnValue) == 0x000000, "Member 'GSViewPortRatioUtil_GetForceRatioType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSViewPortRatioUtil_InitSetCfg \ +static_assert(alignof(GSViewPortRatioUtil_InitSetCfg) == 0x000004, "Wrong alignment on GSViewPortRatioUtil_InitSetCfg"); \ +static_assert(sizeof(GSViewPortRatioUtil_InitSetCfg) == 0x000010, "Wrong size on GSViewPortRatioUtil_InitSetCfg"); \ +static_assert(offsetof(GSViewPortRatioUtil_InitSetCfg, InCfgMaxRatioMin) == 0x000000, "Member 'GSViewPortRatioUtil_InitSetCfg::InCfgMaxRatioMin' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_InitSetCfg, InCfgMaxRatioMax) == 0x000004, "Member 'GSViewPortRatioUtil_InitSetCfg::InCfgMaxRatioMax' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_InitSetCfg, InCfgMinRatio) == 0x000008, "Member 'GSViewPortRatioUtil_InitSetCfg::InCfgMinRatio' has a wrong offset!"); \ +static_assert(offsetof(GSViewPortRatioUtil_InitSetCfg, InCfgRefHeightDPIScale) == 0x00000C, "Member 'GSViewPortRatioUtil_InitSetCfg::InCfgRefHeightDPIScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSViewPortRatioUtil_SetForceRatioType \ +static_assert(alignof(GSViewPortRatioUtil_SetForceRatioType) == 0x000001, "Wrong alignment on GSViewPortRatioUtil_SetForceRatioType"); \ +static_assert(sizeof(GSViewPortRatioUtil_SetForceRatioType) == 0x000001, "Wrong size on GSViewPortRatioUtil_SetForceRatioType"); \ +static_assert(offsetof(GSViewPortRatioUtil_SetForceRatioType, NewType) == 0x000000, "Member 'GSViewPortRatioUtil_SetForceRatioType::NewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSViewPortRatioUtil \ +static_assert(alignof(UGSViewPortRatioUtil) == 0x000008, "Wrong alignment on UGSViewPortRatioUtil"); \ +static_assert(sizeof(UGSViewPortRatioUtil) == 0x000028, "Wrong size on UGSViewPortRatioUtil"); \ + +#define DUMPER7_ASSERTS_UGSE_WWiseParticleAsset \ +static_assert(alignof(UGSE_WWiseParticleAsset) == 0x000008, "Wrong alignment on UGSE_WWiseParticleAsset"); \ +static_assert(sizeof(UGSE_WWiseParticleAsset) == 0x000038, "Wrong size on UGSE_WWiseParticleAsset"); \ +static_assert(offsetof(UGSE_WWiseParticleAsset, ParticleSystem) == 0x000030, "Member 'UGSE_WWiseParticleAsset::ParticleSystem' 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) == 0x000018, "Wrong size on FCameraLensSettings"); \ +static_assert(offsetof(FCameraLensSettings, MinFocalLength) == 0x000000, "Member 'FCameraLensSettings::MinFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MaxFocalLength) == 0x000004, "Member 'FCameraLensSettings::MaxFocalLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MinFStop) == 0x000008, "Member 'FCameraLensSettings::MinFStop' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MaxFStop) == 0x00000C, "Member 'FCameraLensSettings::MaxFStop' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, MinimumFocusDistance) == 0x000010, "Member 'FCameraLensSettings::MinimumFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraLensSettings, DiaphragmBladeCount) == 0x000014, "Member 'FCameraLensSettings::DiaphragmBladeCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedLensPreset \ +static_assert(alignof(FNamedLensPreset) == 0x000008, "Wrong alignment on FNamedLensPreset"); \ +static_assert(sizeof(FNamedLensPreset) == 0x000028, "Wrong size on FNamedLensPreset"); \ +static_assert(offsetof(FNamedLensPreset, Name) == 0x000000, "Member 'FNamedLensPreset::Name' has a wrong offset!"); \ +static_assert(offsetof(FNamedLensPreset, LensSettings) == 0x000010, "Member 'FNamedLensPreset::LensSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000068, "Wrong size on FCameraFocusSettings"); \ +static_assert(offsetof(FCameraFocusSettings, FocusMethod) == 0x000000, "Member 'FCameraFocusSettings::FocusMethod' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, ManualFocusDistance) == 0x000004, "Member 'FCameraFocusSettings::ManualFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, TrackingFocusSettings) == 0x000008, "Member 'FCameraFocusSettings::TrackingFocusSettings' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, DebugFocusPlaneColor) == 0x000054, "Member 'FCameraFocusSettings::DebugFocusPlaneColor' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusSmoothingInterpSpeed) == 0x00005C, "Member 'FCameraFocusSettings::FocusSmoothingInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraFocusSettings, FocusOffset) == 0x000060, "Member 'FCameraFocusSettings::FocusOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetsCopy \ +static_assert(alignof(CineCameraComponent_GetLensPresetsCopy) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(sizeof(CineCameraComponent_GetLensPresetsCopy) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetsCopy"); \ +static_assert(offsetof(CineCameraComponent_GetLensPresetsCopy, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetsCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetCurrentFocalLength \ +static_assert(alignof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong alignment on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(sizeof(CineCameraComponent_SetCurrentFocalLength) == 0x000004, "Wrong size on CineCameraComponent_SetCurrentFocalLength"); \ +static_assert(offsetof(CineCameraComponent_SetCurrentFocalLength, InFocalLength) == 0x000000, "Member 'CineCameraComponent_SetCurrentFocalLength::InFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetFilmbackPresetByName \ +static_assert(alignof(CineCameraComponent_SetFilmbackPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetFilmbackPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetFilmbackPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetFilmbackPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetFilmbackPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_SetLensPresetByName \ +static_assert(alignof(CineCameraComponent_SetLensPresetByName) == 0x000008, "Wrong alignment on CineCameraComponent_SetLensPresetByName"); \ +static_assert(sizeof(CineCameraComponent_SetLensPresetByName) == 0x000010, "Wrong size on CineCameraComponent_SetLensPresetByName"); \ +static_assert(offsetof(CineCameraComponent_SetLensPresetByName, InPresetName) == 0x000000, "Member 'CineCameraComponent_SetLensPresetByName::InPresetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetDefaultFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetDefaultFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetDefaultFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetDefaultFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetDefaultFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetFilmbackPresetName \ +static_assert(alignof(CineCameraComponent_GetFilmbackPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetFilmbackPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetFilmbackPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetFilmbackPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetFilmbackPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetHorizontalFieldOfView \ +static_assert(alignof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(sizeof(CineCameraComponent_GetHorizontalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetHorizontalFieldOfView"); \ +static_assert(offsetof(CineCameraComponent_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetLensPresetName \ +static_assert(alignof(CineCameraComponent_GetLensPresetName) == 0x000008, "Wrong alignment on CineCameraComponent_GetLensPresetName"); \ +static_assert(sizeof(CineCameraComponent_GetLensPresetName) == 0x000010, "Wrong size on CineCameraComponent_GetLensPresetName"); \ +static_assert(offsetof(CineCameraComponent_GetLensPresetName, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetLensPresetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CineCameraComponent_GetVerticalFieldOfView \ +static_assert(alignof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on CineCameraComponent_GetVerticalFieldOfView"); \ +static_assert(sizeof(CineCameraComponent_GetVerticalFieldOfView) == 0x000004, "Wrong size on CineCameraComponent_GetVerticalFieldOfView"); \ +static_assert(offsetof(CineCameraComponent_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'CineCameraComponent_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCineCameraComponent \ +static_assert(alignof(UCineCameraComponent) == 0x000010, "Wrong alignment on UCineCameraComponent"); \ +static_assert(sizeof(UCineCameraComponent) == 0x000C30, "Wrong size on UCineCameraComponent"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackSettings) == 0x000B20, "Member 'UCineCameraComponent::FilmbackSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, Filmback) == 0x000B2C, "Member 'UCineCameraComponent::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensSettings) == 0x000B38, "Member 'UCineCameraComponent::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FocusSettings) == 0x000B50, "Member 'UCineCameraComponent::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocalLength) == 0x000BB8, "Member 'UCineCameraComponent::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentAperture) == 0x000BBC, "Member 'UCineCameraComponent::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, CurrentFocusDistance) == 0x000BC0, "Member 'UCineCameraComponent::CurrentFocusDistance' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, FilmbackPresets) == 0x000BD0, "Member 'UCineCameraComponent::FilmbackPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, LensPresets) == 0x000BE0, "Member 'UCineCameraComponent::LensPresets' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPresetName) == 0x000BF0, "Member 'UCineCameraComponent::DefaultFilmbackPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultFilmbackPreset) == 0x000C00, "Member 'UCineCameraComponent::DefaultFilmbackPreset' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensPresetName) == 0x000C10, "Member 'UCineCameraComponent::DefaultLensPresetName' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFocalLength) == 0x000C20, "Member 'UCineCameraComponent::DefaultLensFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCineCameraComponent, DefaultLensFStop) == 0x000C24, "Member 'UCineCameraComponent::DefaultLensFStop' 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) == 0x0002A8, "Wrong size on ACameraRig_Rail"); \ +static_assert(offsetof(ACameraRig_Rail, CurrentPositionOnRail) == 0x000288, "Member 'ACameraRig_Rail::CurrentPositionOnRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, bLockOrientationToRail) == 0x00028C, "Member 'ACameraRig_Rail::bLockOrientationToRail' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, TransformComponent) == 0x000290, "Member 'ACameraRig_Rail::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailSplineComponent) == 0x000298, "Member 'ACameraRig_Rail::RailSplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Rail, RailCameraMount) == 0x0002A0, "Member 'ACameraRig_Rail::RailCameraMount' 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) == 0x0002B8, "Wrong size on ACameraRig_Crane"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitch) == 0x000288, "Member 'ACameraRig_Crane::CranePitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYaw) == 0x00028C, "Member 'ACameraRig_Crane::CraneYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneArmLength) == 0x000290, "Member 'ACameraRig_Crane::CraneArmLength' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountPitch) == 0x000294, "Member 'ACameraRig_Crane::bLockMountPitch' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, bLockMountYaw) == 0x000295, "Member 'ACameraRig_Crane::bLockMountYaw' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, TransformComponent) == 0x000298, "Member 'ACameraRig_Crane::TransformComponent' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneYawControl) == 0x0002A0, "Member 'ACameraRig_Crane::CraneYawControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CranePitchControl) == 0x0002A8, "Member 'ACameraRig_Crane::CranePitchControl' has a wrong offset!"); \ +static_assert(offsetof(ACameraRig_Crane, CraneCameraMount) == 0x0002B0, "Member 'ACameraRig_Crane::CraneCameraMount' 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) == 0x000AF0, "Wrong size on ACineCameraActor"); \ +static_assert(offsetof(ACineCameraActor, LookatTrackingSettings) == 0x000A70, "Member 'ACineCameraActor::LookatTrackingSettings' 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_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_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_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_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_FNiagaraScalabilityState \ +static_assert(alignof(FNiagaraScalabilityState) == 0x000004, "Wrong alignment on FNiagaraScalabilityState"); \ +static_assert(sizeof(FNiagaraScalabilityState) == 0x000008, "Wrong size on FNiagaraScalabilityState"); \ +static_assert(offsetof(FNiagaraScalabilityState, Significance) == 0x000000, "Member 'FNiagaraScalabilityState::Significance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerTimingData \ +static_assert(alignof(FNiagaraOutlinerTimingData) == 0x000004, "Wrong alignment on FNiagaraOutlinerTimingData"); \ +static_assert(sizeof(FNiagaraOutlinerTimingData) == 0x000008, "Wrong size on FNiagaraOutlinerTimingData"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, GameThread) == 0x000000, "Member 'FNiagaraOutlinerTimingData::GameThread' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerTimingData, RenderThread) == 0x000004, "Member 'FNiagaraOutlinerTimingData::RenderThread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemInstanceData \ +static_assert(alignof(FNiagaraOutlinerSystemInstanceData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemInstanceData) == 0x000050, "Wrong size on FNiagaraOutlinerSystemInstanceData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ComponentName) == 0x000000, "Member 'FNiagaraOutlinerSystemInstanceData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, Emitters) == 0x000010, "Member 'FNiagaraOutlinerSystemInstanceData::Emitters' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ActualExecutionState) == 0x000020, "Member 'FNiagaraOutlinerSystemInstanceData::ActualExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, RequestedExecutionState) == 0x000024, "Member 'FNiagaraOutlinerSystemInstanceData::RequestedExecutionState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, ScalabilityState) == 0x000028, "Member 'FNiagaraOutlinerSystemInstanceData::ScalabilityState' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, PoolMethod) == 0x000034, "Member 'FNiagaraOutlinerSystemInstanceData::PoolMethod' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, AverageTime) == 0x000038, "Member 'FNiagaraOutlinerSystemInstanceData::AverageTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, MaxTime) == 0x000040, "Member 'FNiagaraOutlinerSystemInstanceData::MaxTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemInstanceData, TickGroup) == 0x000048, "Member 'FNiagaraOutlinerSystemInstanceData::TickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerSystemData \ +static_assert(alignof(FNiagaraOutlinerSystemData) == 0x000008, "Wrong alignment on FNiagaraOutlinerSystemData"); \ +static_assert(sizeof(FNiagaraOutlinerSystemData) == 0x000030, "Wrong size on FNiagaraOutlinerSystemData"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, SystemInstances) == 0x000000, "Member 'FNiagaraOutlinerSystemData::SystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerFrameTime) == 0x000010, "Member 'FNiagaraOutlinerSystemData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerFrameTime) == 0x000018, "Member 'FNiagaraOutlinerSystemData::MaxPerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, AveragePerInstanceTime) == 0x000020, "Member 'FNiagaraOutlinerSystemData::AveragePerInstanceTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerSystemData, MaxPerInstanceTime) == 0x000028, "Member 'FNiagaraOutlinerSystemData::MaxPerInstanceTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerWorldData \ +static_assert(alignof(FNiagaraOutlinerWorldData) == 0x000008, "Wrong alignment on FNiagaraOutlinerWorldData"); \ +static_assert(sizeof(FNiagaraOutlinerWorldData) == 0x000068, "Wrong size on FNiagaraOutlinerWorldData"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, Systems) == 0x000000, "Member 'FNiagaraOutlinerWorldData::Systems' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, bHasBegunPlay) == 0x000050, "Member 'FNiagaraOutlinerWorldData::bHasBegunPlay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, WorldType) == 0x000051, "Member 'FNiagaraOutlinerWorldData::WorldType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, NetMode) == 0x000052, "Member 'FNiagaraOutlinerWorldData::NetMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, AveragePerFrameTime) == 0x000054, "Member 'FNiagaraOutlinerWorldData::AveragePerFrameTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerWorldData, MaxPerFrameTime) == 0x00005C, "Member 'FNiagaraOutlinerWorldData::MaxPerFrameTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraOutlinerData \ +static_assert(alignof(FNiagaraOutlinerData) == 0x000008, "Wrong alignment on FNiagaraOutlinerData"); \ +static_assert(sizeof(FNiagaraOutlinerData) == 0x000050, "Wrong size on FNiagaraOutlinerData"); \ +static_assert(offsetof(FNiagaraOutlinerData, WorldData) == 0x000000, "Member 'FNiagaraOutlinerData::WorldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDebuggerOutlinerUpdate \ +static_assert(alignof(FNiagaraDebuggerOutlinerUpdate) == 0x000008, "Wrong alignment on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(sizeof(FNiagaraDebuggerOutlinerUpdate) == 0x000050, "Wrong size on FNiagaraDebuggerOutlinerUpdate"); \ +static_assert(offsetof(FNiagaraDebuggerOutlinerUpdate, OutlinerData) == 0x000000, "Member 'FNiagaraDebuggerOutlinerUpdate::OutlinerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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) == 0x000220, "Wrong size on FNiagaraDebugHUDSettingsData"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bHudEnabled) == 0x000000, "Member 'FNiagaraDebugHUDSettingsData::bHudEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateSystemSimulationDataBuffers) == 0x000001, "Member 'FNiagaraDebugHUDSettingsData::bValidateSystemSimulationDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bValidateParticleDataBuffers) == 0x000002, "Member 'FNiagaraDebugHUDSettingsData::bValidateParticleDataBuffers' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bOverviewEnabled) == 0x000003, "Member 'FNiagaraDebugHUDSettingsData::bOverviewEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewMode) == 0x000004, "Member 'FNiagaraDebugHUDSettingsData::OverviewMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewFont) == 0x000008, "Member 'FNiagaraDebugHUDSettingsData::OverviewFont' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewLocation) == 0x000010, "Member 'FNiagaraDebugHUDSettingsData::OverviewLocation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ActorFilter) == 0x000020, "Member 'FNiagaraDebugHUDSettingsData::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bComponentFilterEnabled) == 0x000030, "Member 'FNiagaraDebugHUDSettingsData::bComponentFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ComponentFilter) == 0x000038, "Member 'FNiagaraDebugHUDSettingsData::ComponentFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemFilterEnabled) == 0x000048, "Member 'FNiagaraDebugHUDSettingsData::bSystemFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemFilter) == 0x000050, "Member 'FNiagaraDebugHUDSettingsData::SystemFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEmitterFilterEnabled) == 0x000060, "Member 'FNiagaraDebugHUDSettingsData::bEmitterFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, EmitterFilter) == 0x000068, "Member 'FNiagaraDebugHUDSettingsData::EmitterFilter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bActorFilterEnabled) == 0x000078, "Member 'FNiagaraDebugHUDSettingsData::bActorFilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemDebugVerbosity) == 0x00007C, "Member 'FNiagaraDebugHUDSettingsData::SystemDebugVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemEmitterVerbosity) == 0x000080, "Member 'FNiagaraDebugHUDSettingsData::SystemEmitterVerbosity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowBounds) == 0x000084, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowBounds' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bSystemShowActiveOnlyInWorld) == 0x000085, "Member 'FNiagaraDebugHUDSettingsData::bSystemShowActiveOnlyInWorld' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowSystemVariables) == 0x000086, "Member 'FNiagaraDebugHUDSettingsData::bShowSystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemVariables) == 0x000088, "Member 'FNiagaraDebugHUDSettingsData::SystemVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemTextOptions) == 0x000098, "Member 'FNiagaraDebugHUDSettingsData::SystemTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariables) == 0x0000B0, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableGpuParticleReadback) == 0x0000B1, "Member 'FNiagaraDebugHUDSettingsData::bEnableGpuParticleReadback' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleIndex) == 0x0000B2, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticlesVariables) == 0x0000B8, "Member 'FNiagaraDebugHUDSettingsData::ParticlesVariables' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleTextOptions) == 0x0000C8, "Member 'FNiagaraDebugHUDSettingsData::ParticleTextOptions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticlesVariablesWithSystem) == 0x0000E0, "Member 'FNiagaraDebugHUDSettingsData::bShowParticlesVariablesWithSystem' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowParticleVariablesVertical) == 0x0000E1, "Member 'FNiagaraDebugHUDSettingsData::bShowParticleVariablesVertical' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseMaxParticlesToDisplay) == 0x0000E2, "Member 'FNiagaraDebugHUDSettingsData::bUseMaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseParticleDisplayClip) == 0x0000E3, "Member 'FNiagaraDebugHUDSettingsData::bUseParticleDisplayClip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleDisplayClip) == 0x0000E8, "Member 'FNiagaraDebugHUDSettingsData::ParticleDisplayClip' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bUseParticleDisplayCenterRadius) == 0x0000F8, "Member 'FNiagaraDebugHUDSettingsData::bUseParticleDisplayCenterRadius' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, ParticleDisplayCenterRadius) == 0x0000FC, "Member 'FNiagaraDebugHUDSettingsData::ParticleDisplayCenterRadius' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MaxParticlesToDisplay) == 0x000100, "Member 'FNiagaraDebugHUDSettingsData::MaxParticlesToDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfReportFrames) == 0x000104, "Member 'FNiagaraDebugHUDSettingsData::PerfReportFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfSampleMode) == 0x000108, "Member 'FNiagaraDebugHUDSettingsData::PerfSampleMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphMode) == 0x00010C, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfHistoryFrames) == 0x000110, "Member 'FNiagaraDebugHUDSettingsData::PerfHistoryFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphTimeRange) == 0x000114, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphTimeRange' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphSize) == 0x000118, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PerfGraphAxisColor) == 0x000128, "Member 'FNiagaraDebugHUDSettingsData::PerfGraphAxisColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bEnableSmoothing) == 0x000138, "Member 'FNiagaraDebugHUDSettingsData::bEnableSmoothing' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SmoothingWidth) == 0x00013C, "Member 'FNiagaraDebugHUDSettingsData::SmoothingWidth' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, DefaultBackgroundColor) == 0x000140, "Member 'FNiagaraDebugHUDSettingsData::DefaultBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewHeadingColor) == 0x000150, "Member 'FNiagaraDebugHUDSettingsData::OverviewHeadingColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewDetailColor) == 0x000160, "Member 'FNiagaraDebugHUDSettingsData::OverviewDetailColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, OverviewDetailHighlightColor) == 0x000170, "Member 'FNiagaraDebugHUDSettingsData::OverviewDetailHighlightColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, InWorldErrorTextColor) == 0x000180, "Member 'FNiagaraDebugHUDSettingsData::InWorldErrorTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, InWorldTextColor) == 0x000190, "Member 'FNiagaraDebugHUDSettingsData::InWorldTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageInfoTextColor) == 0x0001A0, "Member 'FNiagaraDebugHUDSettingsData::MessageInfoTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageWarningTextColor) == 0x0001B0, "Member 'FNiagaraDebugHUDSettingsData::MessageWarningTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, MessageErrorTextColor) == 0x0001C0, "Member 'FNiagaraDebugHUDSettingsData::MessageErrorTextColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorTableOpacity) == 0x0001D0, "Member 'FNiagaraDebugHUDSettingsData::SystemColorTableOpacity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorSeed) == 0x0001D4, "Member 'FNiagaraDebugHUDSettingsData::SystemColorSeed' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorHSVMin) == 0x0001D8, "Member 'FNiagaraDebugHUDSettingsData::SystemColorHSVMin' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, SystemColorHSVMax) == 0x0001F0, "Member 'FNiagaraDebugHUDSettingsData::SystemColorHSVMax' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackMode) == 0x000208, "Member 'FNiagaraDebugHUDSettingsData::PlaybackMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bPlaybackRateEnabled) == 0x000209, "Member 'FNiagaraDebugHUDSettingsData::bPlaybackRateEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, PlaybackRate) == 0x00020C, "Member 'FNiagaraDebugHUDSettingsData::PlaybackRate' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bLoopTimeEnabled) == 0x000210, "Member 'FNiagaraDebugHUDSettingsData::bLoopTimeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, LoopTime) == 0x000214, "Member 'FNiagaraDebugHUDSettingsData::LoopTime' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDebugHUDSettingsData, bShowGlobalBudgetInfo) == 0x000218, "Member 'FNiagaraDebugHUDSettingsData::bShowGlobalBudgetInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraBoolParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraBoolParameterSectionTemplate) == 0x000118, "Wrong size on FMovieSceneNiagaraBoolParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraBoolParameterSectionTemplate, BoolChannel) == 0x000040, "Member 'FMovieSceneNiagaraBoolParameterSectionTemplate::BoolChannel' 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_FMovieSceneNiagaraColorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraColorParameterSectionTemplate) == 0x0003E0, "Wrong size on FMovieSceneNiagaraColorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, RedChannel) == 0x000040, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::RedChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, GreenChannel) == 0x000128, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::GreenChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, BlueChannel) == 0x000210, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::BlueChannel' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraColorParameterSectionTemplate, AlphaChannel) == 0x0002F8, "Member 'FMovieSceneNiagaraColorParameterSectionTemplate::AlphaChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNiagaraFloatParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraFloatParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraFloatParameterSectionTemplate) == 0x000128, "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) == 0x000118, "Wrong size on FMovieSceneNiagaraIntegerParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraIntegerParameterSectionTemplate, IntegerChannel) == 0x000040, "Member 'FMovieSceneNiagaraIntegerParameterSectionTemplate::IntegerChannel' 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_FMovieSceneNiagaraVectorParameterSectionTemplate \ +static_assert(alignof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneNiagaraVectorParameterSectionTemplate) == 0x0003E8, "Wrong size on FMovieSceneNiagaraVectorParameterSectionTemplate"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, VectorChannels) == 0x000040, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::VectorChannels' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNiagaraVectorParameterSectionTemplate, ChannelsUsed) == 0x0003E0, "Member 'FMovieSceneNiagaraVectorParameterSectionTemplate::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSource \ +static_assert(alignof(FNiagaraBakerTextureSource) == 0x000004, "Wrong alignment on FNiagaraBakerTextureSource"); \ +static_assert(sizeof(FNiagaraBakerTextureSource) == 0x000008, "Wrong size on FNiagaraBakerTextureSource"); \ +static_assert(offsetof(FNiagaraBakerTextureSource, SourceName) == 0x000000, "Member 'FNiagaraBakerTextureSource::SourceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraBakerTextureSettings \ +static_assert(alignof(FNiagaraBakerTextureSettings) == 0x000008, "Wrong alignment on FNiagaraBakerTextureSettings"); \ +static_assert(sizeof(FNiagaraBakerTextureSettings) == 0x000028, "Wrong size on FNiagaraBakerTextureSettings"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, SourceBinding) == 0x000000, "Member 'FNiagaraBakerTextureSettings::SourceBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, FrameSize) == 0x00000C, "Member 'FNiagaraBakerTextureSettings::FrameSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, TextureSize) == 0x000014, "Member 'FNiagaraBakerTextureSettings::TextureSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBakerTextureSettings, GeneratedTexture) == 0x000020, "Member 'FNiagaraBakerTextureSettings::GeneratedTexture' has a wrong offset!"); \ + +#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_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_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) == 0x000090, "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, ContextStageIndex) == 0x000038, "Member 'FNiagaraFunctionSignature::ContextStageIndex' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraFunctionSignature, FunctionSpecifiers) == 0x000040, "Member 'FNiagaraFunctionSignature::FunctionSpecifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraTypeLayoutInfo \ +static_assert(alignof(FNiagaraTypeLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraTypeLayoutInfo"); \ +static_assert(sizeof(FNiagaraTypeLayoutInfo) == 0x000060, "Wrong size on FNiagaraTypeLayoutInfo"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentByteOffsets) == 0x000000, "Member 'FNiagaraTypeLayoutInfo::FloatComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, FloatComponentRegisterOffsets) == 0x000010, "Member 'FNiagaraTypeLayoutInfo::FloatComponentRegisterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentByteOffsets) == 0x000020, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, Int32ComponentRegisterOffsets) == 0x000030, "Member 'FNiagaraTypeLayoutInfo::Int32ComponentRegisterOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentByteOffsets) == 0x000040, "Member 'FNiagaraTypeLayoutInfo::HalfComponentByteOffsets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraTypeLayoutInfo, HalfComponentRegisterOffsets) == 0x000050, "Member 'FNiagaraTypeLayoutInfo::HalfComponentRegisterOffsets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableLayoutInfo \ +static_assert(alignof(FNiagaraVariableLayoutInfo) == 0x000008, "Wrong alignment on FNiagaraVariableLayoutInfo"); \ +static_assert(sizeof(FNiagaraVariableLayoutInfo) == 0x000070, "Wrong size on FNiagaraVariableLayoutInfo"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, FloatComponentStart) == 0x000000, "Member 'FNiagaraVariableLayoutInfo::FloatComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, Int32ComponentStart) == 0x000004, "Member 'FNiagaraVariableLayoutInfo::Int32ComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, HalfComponentStart) == 0x000008, "Member 'FNiagaraVariableLayoutInfo::HalfComponentStart' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableLayoutInfo, LayoutInfo) == 0x000010, "Member 'FNiagaraVariableLayoutInfo::LayoutInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataSetCompiledData \ +static_assert(alignof(FNiagaraDataSetCompiledData) == 0x000008, "Wrong alignment on FNiagaraDataSetCompiledData"); \ +static_assert(sizeof(FNiagaraDataSetCompiledData) == 0x000040, "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_FNiagaraEmitterCompiledData \ +static_assert(alignof(FNiagaraEmitterCompiledData) == 0x000008, "Wrong alignment on FNiagaraEmitterCompiledData"); \ +static_assert(sizeof(FNiagaraEmitterCompiledData) == 0x000130, "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_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) == 0x000038, "Wrong size on FNiagaraScriptDataInterfaceInfo"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, DataInterface) == 0x000000, "Member 'FNiagaraScriptDataInterfaceInfo::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Name) == 0x000008, "Member 'FNiagaraScriptDataInterfaceInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, UserPtrIdx) == 0x000010, "Member 'FNiagaraScriptDataInterfaceInfo::UserPtrIdx' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, Type) == 0x000018, "Member 'FNiagaraScriptDataInterfaceInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapRead) == 0x000028, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapRead' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptDataInterfaceInfo, RegisteredParameterMapWrite) == 0x000030, "Member 'FNiagaraScriptDataInterfaceInfo::RegisteredParameterMapWrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptDataInterfaceCompileInfo \ +static_assert(alignof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000008, "Wrong alignment on FNiagaraScriptDataInterfaceCompileInfo"); \ +static_assert(sizeof(FNiagaraScriptDataInterfaceCompileInfo) == 0x000038, "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!"); \ + +#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_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_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) == 0x000038, "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!"); \ + +#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_FNiagaraSystemUpdateContext \ +static_assert(alignof(FNiagaraSystemUpdateContext) == 0x000008, "Wrong alignment on FNiagaraSystemUpdateContext"); \ +static_assert(sizeof(FNiagaraSystemUpdateContext) == 0x000068, "Wrong size on FNiagaraSystemUpdateContext"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReset) == 0x000000, "Member 'FNiagaraSystemUpdateContext::ComponentsToReset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToReInit) == 0x000010, "Member 'FNiagaraSystemUpdateContext::ComponentsToReInit' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, ComponentsToNotifySimDestroy) == 0x000020, "Member 'FNiagaraSystemUpdateContext::ComponentsToNotifySimDestroy' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemUpdateContext, SystemSimsToDestroy) == 0x000030, "Member 'FNiagaraSystemUpdateContext::SystemSimsToDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableInfo \ +static_assert(alignof(FNiagaraVariableInfo) == 0x000008, "Wrong alignment on FNiagaraVariableInfo"); \ +static_assert(sizeof(FNiagaraVariableInfo) == 0x000040, "Wrong size on FNiagaraVariableInfo"); \ +static_assert(offsetof(FNiagaraVariableInfo, Variable) == 0x000000, "Member 'FNiagaraVariableInfo::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, Definition) == 0x000020, "Member 'FNiagaraVariableInfo::Definition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableInfo, DataInterface) == 0x000038, "Member 'FNiagaraVariableInfo::DataInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableAttributeBinding \ +static_assert(alignof(FNiagaraVariableAttributeBinding) == 0x000008, "Wrong alignment on FNiagaraVariableAttributeBinding"); \ +static_assert(sizeof(FNiagaraVariableAttributeBinding) == 0x000058, "Wrong size on FNiagaraVariableAttributeBinding"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, ParamMapVariable) == 0x000000, "Member 'FNiagaraVariableAttributeBinding::ParamMapVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, DataSetVariable) == 0x000010, "Member 'FNiagaraVariableAttributeBinding::DataSetVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, RootVariable) == 0x000030, "Member 'FNiagaraVariableAttributeBinding::RootVariable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableAttributeBinding, BindingSourceMode) == 0x000050, "Member 'FNiagaraVariableAttributeBinding::BindingSourceMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraStackSection \ +static_assert(alignof(FNiagaraStackSection) == 0x000008, "Wrong alignment on FNiagaraStackSection"); \ +static_assert(sizeof(FNiagaraStackSection) == 0x000038, "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) == 0x000020, "Member 'FNiagaraStackSection::Categories' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStackSection, bEnabled) == 0x000030, "Member 'FNiagaraStackSection::bEnabled' 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_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_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_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_FNiagaraRibbonUVSettings \ +static_assert(alignof(FNiagaraRibbonUVSettings) == 0x000008, "Wrong alignment on FNiagaraRibbonUVSettings"); \ +static_assert(sizeof(FNiagaraRibbonUVSettings) == 0x000038, "Wrong size on FNiagaraRibbonUVSettings"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, DistributionMode) == 0x000000, "Member 'FNiagaraRibbonUVSettings::DistributionMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, LeadingEdgeMode) == 0x000004, "Member 'FNiagaraRibbonUVSettings::LeadingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TrailingEdgeMode) == 0x000008, "Member 'FNiagaraRibbonUVSettings::TrailingEdgeMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, TilingLength) == 0x00000C, "Member 'FNiagaraRibbonUVSettings::TilingLength' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Offset) == 0x000010, "Member 'FNiagaraRibbonUVSettings::Offset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, Scale) == 0x000020, "Member 'FNiagaraRibbonUVSettings::Scale' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, bEnablePerParticleUOverride) == 0x000030, "Member 'FNiagaraRibbonUVSettings::bEnablePerParticleUOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRibbonUVSettings, bEnablePerParticleVRangeOverride) == 0x000031, "Member 'FNiagaraRibbonUVSettings::bEnablePerParticleVRangeOverride' 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) == 0x0000E8, "Wrong size on FNiagaraComponentPropertyBinding"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, AttributeBinding) == 0x000000, "Member 'FNiagaraComponentPropertyBinding::AttributeBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyName) == 0x000058, "Member 'FNiagaraComponentPropertyBinding::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertyType) == 0x000060, "Member 'FNiagaraComponentPropertyBinding::PropertyType' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, MetadataSetterName) == 0x000070, "Member 'FNiagaraComponentPropertyBinding::MetadataSetterName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, PropertySetterParameterDefaults) == 0x000078, "Member 'FNiagaraComponentPropertyBinding::PropertySetterParameterDefaults' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraComponentPropertyBinding, WritableValue) == 0x0000C8, "Member 'FNiagaraComponentPropertyBinding::WritableValue' 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_FNiagaraCompilerTag \ +static_assert(alignof(FNiagaraCompilerTag) == 0x000008, "Wrong alignment on FNiagaraCompilerTag"); \ +static_assert(sizeof(FNiagaraCompilerTag) == 0x000030, "Wrong size on FNiagaraCompilerTag"); \ +static_assert(offsetof(FNiagaraCompilerTag, Variable) == 0x000000, "Member 'FNiagaraCompilerTag::Variable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompilerTag, StringValue) == 0x000020, "Member 'FNiagaraCompilerTag::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVMExecutableData \ +static_assert(alignof(FNiagaraVMExecutableData) == 0x000008, "Wrong alignment on FNiagaraVMExecutableData"); \ +static_assert(sizeof(FNiagaraVMExecutableData) == 0x000138, "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, DataInterfaceInfo) == 0x0000A8, "Member 'FNiagaraVMExecutableData::DataInterfaceInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, CalledVMExternalFunctions) == 0x0000B8, "Member 'FNiagaraVMExecutableData::CalledVMExternalFunctions' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, ReadDataSets) == 0x0000D8, "Member 'FNiagaraVMExecutableData::ReadDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, WriteDataSets) == 0x0000E8, "Member 'FNiagaraVMExecutableData::WriteDataSets' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, StatScopes) == 0x0000F8, "Member 'FNiagaraVMExecutableData::StatScopes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, DIParamInfo) == 0x000108, "Member 'FNiagaraVMExecutableData::DIParamInfo' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, LastCompileStatus) == 0x000118, "Member 'FNiagaraVMExecutableData::LastCompileStatus' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVMExecutableData, SimulationStageMetaData) == 0x000120, "Member 'FNiagaraVMExecutableData::SimulationStageMetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraEmitterNameSettingsRef \ +static_assert(alignof(FNiagaraEmitterNameSettingsRef) == 0x000008, "Wrong alignment on FNiagaraEmitterNameSettingsRef"); \ +static_assert(sizeof(FNiagaraEmitterNameSettingsRef) == 0x000018, "Wrong size on FNiagaraEmitterNameSettingsRef"); \ +static_assert(offsetof(FNiagaraEmitterNameSettingsRef, SystemName) == 0x000000, "Member 'FNiagaraEmitterNameSettingsRef::SystemName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterNameSettingsRef, EmitterName) == 0x000008, "Member 'FNiagaraEmitterNameSettingsRef::EmitterName' 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, SourceBytes) == 0x000000, "Member 'FNiagaraStructConversionStep::SourceBytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraStructConversionStep, SourceOffset) == 0x000004, "Member 'FNiagaraStructConversionStep::SourceOffset' 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) == 0x000010, "Wrong size on FNiagaraLwcStructConverter"); \ +static_assert(offsetof(FNiagaraLwcStructConverter, ConversionSteps) == 0x000000, "Member 'FNiagaraLwcStructConverter::ConversionSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraVariableWithOffset \ +static_assert(alignof(FNiagaraVariableWithOffset) == 0x000008, "Wrong alignment on FNiagaraVariableWithOffset"); \ +static_assert(sizeof(FNiagaraVariableWithOffset) == 0x000020, "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_FNiagaraScriptInstanceParameterStore \ +static_assert(alignof(FNiagaraScriptInstanceParameterStore) == 0x000008, "Wrong alignment on FNiagaraScriptInstanceParameterStore"); \ +static_assert(sizeof(FNiagaraScriptInstanceParameterStore) == 0x000098, "Wrong size on FNiagaraScriptInstanceParameterStore"); \ + +#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_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_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_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_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) == 0x00000C, "Wrong size on FNiagaraOutlinerCaptureSettings"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bTriggerCapture) == 0x000000, "Member 'FNiagaraOutlinerCaptureSettings::bTriggerCapture' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, CaptureDelayFrames) == 0x000004, "Member 'FNiagaraOutlinerCaptureSettings::CaptureDelayFrames' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraOutlinerCaptureSettings, bGatherPerfData) == 0x000008, "Member 'FNiagaraOutlinerCaptureSettings::bGatherPerfData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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, QualityLevelMask) == 0x000000, "Member 'FNiagaraPlatformSet::QualityLevelMask' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, DeviceProfileStates) == 0x000008, "Member 'FNiagaraPlatformSet::DeviceProfileStates' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPlatformSet, CVarConditions) == 0x000018, "Member 'FNiagaraPlatformSet::CVarConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilitySettings \ +static_assert(alignof(FNiagaraSystemScalabilitySettings) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilitySettings"); \ +static_assert(sizeof(FNiagaraSystemScalabilitySettings) == 0x000088, "Wrong size on FNiagaraSystemScalabilitySettings"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, Platforms) == 0x000000, "Member 'FNiagaraSystemScalabilitySettings::Platforms' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxDistance) == 0x000034, "Member 'FNiagaraSystemScalabilitySettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxInstances) == 0x000038, "Member 'FNiagaraSystemScalabilitySettings::MaxInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemInstances) == 0x00003C, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemInstances' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxTimeWithoutRender) == 0x000040, "Member 'FNiagaraSystemScalabilitySettings::MaxTimeWithoutRender' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, CullProxyMode) == 0x000044, "Member 'FNiagaraSystemScalabilitySettings::CullProxyMode' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, MaxSystemProxies) == 0x000048, "Member 'FNiagaraSystemScalabilitySettings::MaxSystemProxies' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemScalabilitySettings, BudgetScaling) == 0x00004C, "Member 'FNiagaraSystemScalabilitySettings::BudgetScaling' 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) == 0x000090, "Wrong size on FNiagaraSystemScalabilityOverride"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemScalabilityOverrides \ +static_assert(alignof(FNiagaraSystemScalabilityOverrides) == 0x000008, "Wrong alignment on FNiagaraSystemScalabilityOverrides"); \ +static_assert(sizeof(FNiagaraSystemScalabilityOverrides) == 0x000010, "Wrong size on FNiagaraSystemScalabilityOverrides"); \ +static_assert(offsetof(FNiagaraSystemScalabilityOverrides, Overrides) == 0x000000, "Member 'FNiagaraSystemScalabilityOverrides::Overrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FNiagaraEmitterScalabilityOverride \ +static_assert(alignof(FNiagaraEmitterScalabilityOverride) == 0x000008, "Wrong alignment on FNiagaraEmitterScalabilityOverride"); \ +static_assert(sizeof(FNiagaraEmitterScalabilityOverride) == 0x000040, "Wrong size on FNiagaraEmitterScalabilityOverride"); \ + +#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_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) == 0x000050, "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!"); \ + +#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_FNiagaraEmitterHandle \ +static_assert(alignof(FNiagaraEmitterHandle) == 0x000008, "Wrong alignment on FNiagaraEmitterHandle"); \ +static_assert(sizeof(FNiagaraEmitterHandle) == 0x000030, "Wrong size on FNiagaraEmitterHandle"); \ +static_assert(offsetof(FNiagaraEmitterHandle, ID) == 0x000000, "Member 'FNiagaraEmitterHandle::ID' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, IdName) == 0x000010, "Member 'FNiagaraEmitterHandle::IdName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, bIsEnabled) == 0x000018, "Member 'FNiagaraEmitterHandle::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, Name) == 0x00001C, "Member 'FNiagaraEmitterHandle::Name' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraEmitterHandle, Instance) == 0x000028, "Member 'FNiagaraEmitterHandle::Instance' 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_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) == 0x000078, "Wrong size on FNiagaraMeshRendererMeshProperties"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Mesh) == 0x000000, "Member 'FNiagaraMeshRendererMeshProperties::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, UserParamBinding) == 0x000008, "Member 'FNiagaraMeshRendererMeshProperties::UserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Scale) == 0x000028, "Member 'FNiagaraMeshRendererMeshProperties::Scale' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, Rotation) == 0x000040, "Member 'FNiagaraMeshRendererMeshProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffset) == 0x000058, "Member 'FNiagaraMeshRendererMeshProperties::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraMeshRendererMeshProperties, PivotOffsetSpace) == 0x000070, "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) == 0x000008, "Wrong alignment on FNiagaraBoundParameter"); \ +static_assert(sizeof(FNiagaraBoundParameter) == 0x000028, "Wrong size on FNiagaraBoundParameter"); \ +static_assert(offsetof(FNiagaraBoundParameter, Parameter) == 0x000000, "Member 'FNiagaraBoundParameter::Parameter' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, SrcOffset) == 0x000020, "Member 'FNiagaraBoundParameter::SrcOffset' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraBoundParameter, DestOffset) == 0x000024, "Member 'FNiagaraBoundParameter::DestOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPerfBaselineStats \ +static_assert(alignof(FNiagaraPerfBaselineStats) == 0x000004, "Wrong alignment on FNiagaraPerfBaselineStats"); \ +static_assert(sizeof(FNiagaraPerfBaselineStats) == 0x000010, "Wrong size on FNiagaraPerfBaselineStats"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceAvg_GT) == 0x000000, "Member 'FNiagaraPerfBaselineStats::PerInstanceAvg_GT' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceAvg_RT) == 0x000004, "Member 'FNiagaraPerfBaselineStats::PerInstanceAvg_RT' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceMax_GT) == 0x000008, "Member 'FNiagaraPerfBaselineStats::PerInstanceMax_GT' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraPerfBaselineStats, PerInstanceMax_RT) == 0x00000C, "Member 'FNiagaraPerfBaselineStats::PerInstanceMax_RT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraPlatformSetConflictEntry \ +static_assert(alignof(FNiagaraPlatformSetConflictEntry) == 0x000004, "Wrong alignment on FNiagaraPlatformSetConflictEntry"); \ +static_assert(sizeof(FNiagaraPlatformSetConflictEntry) == 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_FNiagaraScalabilityManager \ +static_assert(alignof(FNiagaraScalabilityManager) == 0x000008, "Wrong alignment on FNiagaraScalabilityManager"); \ +static_assert(sizeof(FNiagaraScalabilityManager) == 0x0000D8, "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) == 0x000028, "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, Description) == 0x000010, "Member 'FNiagaraModuleDependency::Description' 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_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) == 0x0000A8, "Wrong size on FNiagaraScriptExecutionParameterStore"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, ParameterSize) == 0x000088, "Member 'FNiagaraScriptExecutionParameterStore::ParameterSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddedParameterSize) == 0x00008C, "Member 'FNiagaraScriptExecutionParameterStore::PaddedParameterSize' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptExecutionParameterStore, PaddingInfo) == 0x000090, "Member 'FNiagaraScriptExecutionParameterStore::PaddingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraScriptHighlight \ +static_assert(alignof(FNiagaraScriptHighlight) == 0x000008, "Wrong alignment on FNiagaraScriptHighlight"); \ +static_assert(sizeof(FNiagaraScriptHighlight) == 0x000028, "Wrong size on FNiagaraScriptHighlight"); \ +static_assert(offsetof(FNiagaraScriptHighlight, Color) == 0x000000, "Member 'FNiagaraScriptHighlight::Color' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraScriptHighlight, DisplayName) == 0x000010, "Member 'FNiagaraScriptHighlight::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCompiledData \ +static_assert(alignof(FNiagaraSystemCompiledData) == 0x000008, "Wrong alignment on FNiagaraSystemCompiledData"); \ +static_assert(sizeof(FNiagaraSystemCompiledData) == 0x000228, "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) == 0x0000C8, "Member 'FNiagaraSystemCompiledData::SpawnInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceParamsDataSetCompiledData) == 0x000108, "Member 'FNiagaraSystemCompiledData::UpdateInstanceParamsDataSetCompiledData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceGlobalBinding) == 0x000148, "Member 'FNiagaraSystemCompiledData::SpawnInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceSystemBinding) == 0x000168, "Member 'FNiagaraSystemCompiledData::SpawnInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceOwnerBinding) == 0x000188, "Member 'FNiagaraSystemCompiledData::SpawnInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, SpawnInstanceEmitterBindings) == 0x0001A8, "Member 'FNiagaraSystemCompiledData::SpawnInstanceEmitterBindings' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceGlobalBinding) == 0x0001B8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceGlobalBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceSystemBinding) == 0x0001D8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceSystemBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceOwnerBinding) == 0x0001F8, "Member 'FNiagaraSystemCompiledData::UpdateInstanceOwnerBinding' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraSystemCompiledData, UpdateInstanceEmitterBindings) == 0x000218, "Member 'FNiagaraSystemCompiledData::UpdateInstanceEmitterBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEmitterCompiledScriptPair \ +static_assert(alignof(FEmitterCompiledScriptPair) == 0x000008, "Wrong alignment on FEmitterCompiledScriptPair"); \ +static_assert(sizeof(FEmitterCompiledScriptPair) == 0x000088, "Wrong size on FEmitterCompiledScriptPair"); \ + +#define DUMPER7_ASSERTS_FNiagaraSystemCompileRequest \ +static_assert(alignof(FNiagaraSystemCompileRequest) == 0x000008, "Wrong alignment on FNiagaraSystemCompileRequest"); \ +static_assert(sizeof(FNiagaraSystemCompileRequest) == 0x000030, "Wrong size on FNiagaraSystemCompileRequest"); \ +static_assert(offsetof(FNiagaraSystemCompileRequest, RootObjects) == 0x000008, "Member 'FNiagaraSystemCompileRequest::RootObjects' 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_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_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_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_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_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_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_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_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) == 0x000138, "Wrong size on FNiagaraVariableMetaData"); \ +static_assert(offsetof(FNiagaraVariableMetaData, Description) == 0x000000, "Member 'FNiagaraVariableMetaData::Description' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, CategoryName) == 0x000018, "Member 'FNiagaraVariableMetaData::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bAdvancedDisplay) == 0x000030, "Member 'FNiagaraVariableMetaData::bAdvancedDisplay' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bDisplayInOverviewStack) == 0x000031, "Member 'FNiagaraVariableMetaData::bDisplayInOverviewStack' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterSortPriority) == 0x000034, "Member 'FNiagaraVariableMetaData::InlineParameterSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bOverrideColor) == 0x000038, "Member 'FNiagaraVariableMetaData::bOverrideColor' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterColorOverride) == 0x00003C, "Member 'FNiagaraVariableMetaData::InlineParameterColorOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterEnumOverrides) == 0x000050, "Member 'FNiagaraVariableMetaData::InlineParameterEnumOverrides' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bEnableBoolOverride) == 0x000060, "Member 'FNiagaraVariableMetaData::bEnableBoolOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, InlineParameterBoolOverride) == 0x000068, "Member 'FNiagaraVariableMetaData::InlineParameterBoolOverride' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditorSortPriority) == 0x000090, "Member 'FNiagaraVariableMetaData::EditorSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bInlineEditConditionToggle) == 0x000094, "Member 'FNiagaraVariableMetaData::bInlineEditConditionToggle' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, EditCondition) == 0x000098, "Member 'FNiagaraVariableMetaData::EditCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VisibleCondition) == 0x0000B0, "Member 'FNiagaraVariableMetaData::VisibleCondition' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, PropertyMetaData) == 0x0000C8, "Member 'FNiagaraVariableMetaData::PropertyMetaData' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, ParentAttribute) == 0x000118, "Member 'FNiagaraVariableMetaData::ParentAttribute' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, VariableGuid) == 0x000120, "Member 'FNiagaraVariableMetaData::VariableGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, bIsStaticSwitch) == 0x000130, "Member 'FNiagaraVariableMetaData::bIsStaticSwitch' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariableMetaData, StaticSwitchDefaultValue) == 0x000134, "Member 'FNiagaraVariableMetaData::StaticSwitchDefaultValue' 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_FNiagaraVariant \ +static_assert(alignof(FNiagaraVariant) == 0x000008, "Wrong alignment on FNiagaraVariant"); \ +static_assert(sizeof(FNiagaraVariant) == 0x000028, "Wrong size on FNiagaraVariant"); \ +static_assert(offsetof(FNiagaraVariant, Object) == 0x000000, "Member 'FNiagaraVariant::Object' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, DataInterface) == 0x000008, "Member 'FNiagaraVariant::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, Bytes) == 0x000010, "Member 'FNiagaraVariant::Bytes' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraVariant, CurrentMode) == 0x000020, "Member 'FNiagaraVariant::CurrentMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraWorldManagerTickFunction \ +static_assert(alignof(FNiagaraWorldManagerTickFunction) == 0x000008, "Wrong alignment on FNiagaraWorldManagerTickFunction"); \ +static_assert(sizeof(FNiagaraWorldManagerTickFunction) == 0x000040, "Wrong size on FNiagaraWorldManagerTickFunction"); \ + +#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_UNiagaraDataInterfaceArray \ +static_assert(alignof(UNiagaraDataInterfaceArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceArray) == 0x000048, "Wrong size on UNiagaraDataInterfaceArray"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, GpuSyncMode) == 0x000040, "Member 'UNiagaraDataInterfaceArray::GpuSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceArray, MaxElements) == 0x000044, "Member 'UNiagaraDataInterfaceArray::MaxElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayQuat \ +static_assert(alignof(UNiagaraDataInterfaceArrayQuat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayQuat) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayQuat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayQuat, QuatData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayQuat::QuatData' 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_UMovieSceneNiagaraTrack \ +static_assert(alignof(UMovieSceneNiagaraTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraTrack) == 0x0000A0, "Wrong size on UMovieSceneNiagaraTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraTrack, Sections) == 0x000090, "Member 'UMovieSceneNiagaraTrack::Sections' has a wrong offset!"); \ + +#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, EmitterName) == 0x000038, "Member 'UNiagaraDataInterfaceParticleRead::EmitterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraParameterTrack) == 0x0000C0, "Wrong size on UMovieSceneNiagaraParameterTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraParameterTrack, Parameter) == 0x0000A0, "Member 'UMovieSceneNiagaraParameterTrack::Parameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraBoolParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraBoolParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraBoolParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraBoolParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraBoolParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraColorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraColorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraColorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraColorParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraColorParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraFloatParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraFloatParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraFloatParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraFloatParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraFloatParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraIntegerParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraIntegerParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraIntegerParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraIntegerParameterTrack) == 0x0000C8, "Wrong size on UMovieSceneNiagaraIntegerParameterTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemSpawnSection \ +static_assert(alignof(UMovieSceneNiagaraSystemSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemSpawnSection) == 0x0000F8, "Wrong size on UMovieSceneNiagaraSystemSpawnSection"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionStartBehavior) == 0x0000E8, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionStartBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEvaluateBehavior) == 0x0000EC, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEvaluateBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, SectionEndBehavior) == 0x0000F0, "Member 'UMovieSceneNiagaraSystemSpawnSection::SectionEndBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, AgeUpdateMode) == 0x0000F4, "Member 'UMovieSceneNiagaraSystemSpawnSection::AgeUpdateMode' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneNiagaraSystemSpawnSection, bAllowScalability) == 0x0000F5, "Member 'UMovieSceneNiagaraSystemSpawnSection::bAllowScalability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraSystemTrack \ +static_assert(alignof(UMovieSceneNiagaraSystemTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraSystemTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraSystemTrack) == 0x0000A8, "Wrong size on UMovieSceneNiagaraSystemTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneNiagaraVectorParameterTrack \ +static_assert(alignof(UMovieSceneNiagaraVectorParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(sizeof(UMovieSceneNiagaraVectorParameterTrack) == 0x0000D0, "Wrong size on UMovieSceneNiagaraVectorParameterTrack"); \ +static_assert(offsetof(UMovieSceneNiagaraVectorParameterTrack, ChannelsUsed) == 0x0000C8, "Member 'UMovieSceneNiagaraVectorParameterTrack::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_OnNiagaraSystemFinished \ +static_assert(alignof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong alignment on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(sizeof(NiagaraActor_OnNiagaraSystemFinished) == 0x000008, "Wrong size on NiagaraActor_OnNiagaraSystemFinished"); \ +static_assert(offsetof(NiagaraActor_OnNiagaraSystemFinished, FinishedComponent) == 0x000000, "Member 'NiagaraActor_OnNiagaraSystemFinished::FinishedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraActor_SetDestroyOnSystemFinish \ +static_assert(alignof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong alignment on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(sizeof(NiagaraActor_SetDestroyOnSystemFinish) == 0x000001, "Wrong size on NiagaraActor_SetDestroyOnSystemFinish"); \ +static_assert(offsetof(NiagaraActor_SetDestroyOnSystemFinish, bShouldDestroyOnSystemFinish) == 0x000000, "Member 'NiagaraActor_SetDestroyOnSystemFinish::bShouldDestroyOnSystemFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraActor \ +static_assert(alignof(ANiagaraActor) == 0x000008, "Wrong alignment on ANiagaraActor"); \ +static_assert(sizeof(ANiagaraActor) == 0x000298, "Wrong size on ANiagaraActor"); \ +static_assert(offsetof(ANiagaraActor, NiagaraComponent) == 0x000288, "Member 'ANiagaraActor::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraBakerSettings \ +static_assert(alignof(UNiagaraBakerSettings) == 0x000008, "Wrong alignment on UNiagaraBakerSettings"); \ +static_assert(sizeof(UNiagaraBakerSettings) == 0x0001C0, "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, OutputTextures) == 0x000040, "Member 'UNiagaraBakerSettings::OutputTextures' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportMode) == 0x000050, "Member 'UNiagaraBakerSettings::CameraViewportMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportLocation) == 0x000058, "Member 'UNiagaraBakerSettings::CameraViewportLocation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraViewportRotation) == 0x000100, "Member 'UNiagaraBakerSettings::CameraViewportRotation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrbitDistance) == 0x0001A8, "Member 'UNiagaraBakerSettings::CameraOrbitDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraFOV) == 0x0001AC, "Member 'UNiagaraBakerSettings::CameraFOV' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraOrthoWidth) == 0x0001B0, "Member 'UNiagaraBakerSettings::CameraOrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraBakerSettings, CameraAspectRatio) == 0x0001B8, "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_GetDataInterface \ +static_assert(alignof(NiagaraComponent_GetDataInterface) == 0x000008, "Wrong alignment on NiagaraComponent_GetDataInterface"); \ +static_assert(sizeof(NiagaraComponent_GetDataInterface) == 0x000018, "Wrong size on NiagaraComponent_GetDataInterface"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, Name_0) == 0x000000, "Member 'NiagaraComponent_GetDataInterface::Name_0' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetDataInterface, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetDataInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticlePositions_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly) == 0x000020, "Wrong size on NiagaraComponent_GetNiagaraParticlePositions_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticlePositions_DebugOnly, ReturnValue) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticlePositions_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValues_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValues_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::InValueName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValues_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValues_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly \ +static_assert(alignof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000008, "Wrong alignment on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ +static_assert(sizeof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly) == 0x000030, "Wrong size on NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InEmitterName) == 0x000000, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InEmitterName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, InValueName) == 0x000010, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::InValueName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly, ReturnValue) == 0x000020, "Member 'NiagaraComponent_GetNiagaraParticleValueVec3_DebugOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SeekToDesiredAge \ +static_assert(alignof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong alignment on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(sizeof(NiagaraComponent_SeekToDesiredAge) == 0x000004, "Wrong size on NiagaraComponent_SeekToDesiredAge"); \ +static_assert(offsetof(NiagaraComponent_SeekToDesiredAge, InDesiredAge) == 0x000000, "Member 'NiagaraComponent_SeekToDesiredAge::InDesiredAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAgeUpdateMode \ +static_assert(alignof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong alignment on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(sizeof(NiagaraComponent_SetAgeUpdateMode) == 0x000001, "Wrong size on NiagaraComponent_SetAgeUpdateMode"); \ +static_assert(offsetof(NiagaraComponent_SetAgeUpdateMode, InAgeUpdateMode) == 0x000000, "Member 'NiagaraComponent_SetAgeUpdateMode::InAgeUpdateMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAllowScalability \ +static_assert(alignof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong alignment on NiagaraComponent_SetAllowScalability"); \ +static_assert(sizeof(NiagaraComponent_SetAllowScalability) == 0x000001, "Wrong size on NiagaraComponent_SetAllowScalability"); \ +static_assert(offsetof(NiagaraComponent_SetAllowScalability, bAllow) == 0x000000, "Member 'NiagaraComponent_SetAllowScalability::bAllow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAsset \ +static_assert(alignof(NiagaraComponent_SetAsset) == 0x000008, "Wrong alignment on NiagaraComponent_SetAsset"); \ +static_assert(sizeof(NiagaraComponent_SetAsset) == 0x000010, "Wrong size on NiagaraComponent_SetAsset"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, InAsset) == 0x000000, "Member 'NiagaraComponent_SetAsset::InAsset' has a wrong offset!"); \ +static_assert(offsetof(NiagaraComponent_SetAsset, bResetExistingOverrideParameters) == 0x000008, "Member 'NiagaraComponent_SetAsset::bResetExistingOverrideParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetAutoDestroy \ +static_assert(alignof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong alignment on NiagaraComponent_SetAutoDestroy"); \ +static_assert(sizeof(NiagaraComponent_SetAutoDestroy) == 0x000001, "Wrong size on NiagaraComponent_SetAutoDestroy"); \ +static_assert(offsetof(NiagaraComponent_SetAutoDestroy, bInAutoDestroy) == 0x000000, "Member 'NiagaraComponent_SetAutoDestroy::bInAutoDestroy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_SetCanRenderWhileSeeking \ +static_assert(alignof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong alignment on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(sizeof(NiagaraComponent_SetCanRenderWhileSeeking) == 0x000001, "Wrong size on NiagaraComponent_SetCanRenderWhileSeeking"); \ +static_assert(offsetof(NiagaraComponent_SetCanRenderWhileSeeking, bInCanRenderWhileSeeking) == 0x000000, "Member 'NiagaraComponent_SetCanRenderWhileSeeking::bInCanRenderWhileSeeking' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraComponent_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_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_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_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_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_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_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) == 0x0007F0, "Wrong size on UNiagaraComponent"); \ +static_assert(offsetof(UNiagaraComponent, Asset) == 0x000568, "Member 'UNiagaraComponent::Asset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, TickBehavior) == 0x000570, "Member 'UNiagaraComponent::TickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, RandomSeedOffset) == 0x000574, "Member 'UNiagaraComponent::RandomSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OverrideParameters) == 0x000578, "Member 'UNiagaraComponent::OverrideParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, MaxTimeBeforeForceUpdateTransform) == 0x00068C, "Member 'UNiagaraComponent::MaxTimeBeforeForceUpdateTransform' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, OnSystemFinished) == 0x000698, "Member 'UNiagaraComponent::OnSystemFinished' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachParent) == 0x0006A8, "Member 'UNiagaraComponent::AutoAttachParent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachSocketName) == 0x0006B0, "Member 'UNiagaraComponent::AutoAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachLocationRule) == 0x0006B8, "Member 'UNiagaraComponent::AutoAttachLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachRotationRule) == 0x0006B9, "Member 'UNiagaraComponent::AutoAttachRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, AutoAttachScaleRule) == 0x0006BA, "Member 'UNiagaraComponent::AutoAttachScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponent, CullProxy) == 0x0007E8, "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) == 0x0000D0, "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) == 0x0000B8, "Member 'UNiagaraRendererProperties::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bAllowInCullProxies) == 0x0000B9, "Member 'UNiagaraRendererProperties::bAllowInCullProxies' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRendererProperties, bMotionBlurEnabled) == 0x0000BA, "Member 'UNiagaraRendererProperties::bMotionBlurEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentRendererProperties \ +static_assert(alignof(UNiagaraComponentRendererProperties) == 0x000008, "Wrong alignment on UNiagaraComponentRendererProperties"); \ +static_assert(sizeof(UNiagaraComponentRendererProperties) == 0x000210, "Wrong size on UNiagaraComponentRendererProperties"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentType) == 0x0000D0, "Member 'UNiagaraComponentRendererProperties::ComponentType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, ComponentCountLimit) == 0x0000D8, "Member 'UNiagaraComponentRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, EnabledBinding) == 0x0000E0, "Member 'UNiagaraComponentRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibilityTagBinding) == 0x000138, "Member 'UNiagaraComponentRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bAssignComponentsOnParticleID) == 0x000190, "Member 'UNiagaraComponentRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyCreateComponentsOnParticleSpawn) == 0x000191, "Member 'UNiagaraComponentRendererProperties::bOnlyCreateComponentsOnParticleSpawn' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, bOnlyActivateNewlyAquiredComponents) == 0x000192, "Member 'UNiagaraComponentRendererProperties::bOnlyActivateNewlyAquiredComponents' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, RendererVisibility) == 0x000194, "Member 'UNiagaraComponentRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, TemplateComponent) == 0x000198, "Member 'UNiagaraComponentRendererProperties::TemplateComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentRendererProperties, PropertyBindings) == 0x0001A0, "Member 'UNiagaraComponentRendererProperties::PropertyBindings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraComponentSettings \ +static_assert(alignof(UNiagaraComponentSettings) == 0x000008, "Wrong alignment on UNiagaraComponentSettings"); \ +static_assert(sizeof(UNiagaraComponentSettings) == 0x0001B8, "Wrong size on UNiagaraComponentSettings"); \ +static_assert(offsetof(UNiagaraComponentSettings, SuppressActivationList) == 0x000028, "Member 'UNiagaraComponentSettings::SuppressActivationList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, ForceAutoPooolingList) == 0x000078, "Member 'UNiagaraComponentSettings::ForceAutoPooolingList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, SuppressEmitterList) == 0x0000C8, "Member 'UNiagaraComponentSettings::SuppressEmitterList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, GPUEmitterAllowList) == 0x000118, "Member 'UNiagaraComponentSettings::GPUEmitterAllowList' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraComponentSettings, GpuDataInterfaceDenyList) == 0x000168, "Member 'UNiagaraComponentSettings::GpuDataInterfaceDenyList' 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_UNiagaraCullProxyComponent \ +static_assert(alignof(UNiagaraCullProxyComponent) == 0x000010, "Wrong alignment on UNiagaraCullProxyComponent"); \ +static_assert(sizeof(UNiagaraCullProxyComponent) == 0x000800, "Wrong size on UNiagaraCullProxyComponent"); \ +static_assert(offsetof(UNiagaraCullProxyComponent, Instances) == 0x0007F0, "Member 'UNiagaraCullProxyComponent::Instances' has a wrong offset!"); \ + +#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_UNiagaraDataInterfaceActorComponent \ +static_assert(alignof(UNiagaraDataInterfaceActorComponent) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceActorComponent"); \ +static_assert(sizeof(UNiagaraDataInterfaceActorComponent) == 0x000078, "Wrong size on UNiagaraDataInterfaceActorComponent"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, bRequireCurrentFrameData) == 0x000038, "Member 'UNiagaraDataInterfaceActorComponent::bRequireCurrentFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, SourceActor) == 0x00003C, "Member 'UNiagaraDataInterfaceActorComponent::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceActorComponent, ActorOrComponentParameter) == 0x000058, "Member 'UNiagaraDataInterfaceActorComponent::ActorOrComponentParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayFloat"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat, FloatData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayFloat::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat2 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat2) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat2) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayFloat2"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat2, FloatData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayFloat2::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat3 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat3) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat3) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayFloat3"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat3, FloatData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayFloat3::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayPosition \ +static_assert(alignof(UNiagaraDataInterfaceArrayPosition) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayPosition"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayPosition) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayPosition"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayPosition, PositionData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayPosition::PositionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayFloat4 \ +static_assert(alignof(UNiagaraDataInterfaceArrayFloat4) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayFloat4) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayFloat4"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayFloat4, FloatData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayFloat4::FloatData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayColor \ +static_assert(alignof(UNiagaraDataInterfaceArrayColor) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayColor"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayColor) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayColor"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayColor, ColorData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayColor::ColorData' 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_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_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_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_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) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayInt32"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayInt32, IntData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayInt32::IntData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayBool \ +static_assert(alignof(UNiagaraDataInterfaceArrayBool) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayBool"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayBool) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayBool"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayBool, BoolData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayBool::BoolData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceArrayNiagaraID \ +static_assert(alignof(UNiagaraDataInterfaceArrayNiagaraID) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceArrayNiagaraID"); \ +static_assert(sizeof(UNiagaraDataInterfaceArrayNiagaraID) == 0x000058, "Wrong size on UNiagaraDataInterfaceArrayNiagaraID"); \ +static_assert(offsetof(UNiagaraDataInterfaceArrayNiagaraID, IntData) == 0x000048, "Member 'UNiagaraDataInterfaceArrayNiagaraID::IntData' 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_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_UNiagaraDataInterfaceAudioPlayer \ +static_assert(alignof(UNiagaraDataInterfaceAudioPlayer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceAudioPlayer"); \ +static_assert(sizeof(UNiagaraDataInterfaceAudioPlayer) == 0x000070, "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, bLimitPlaysPerTick) == 0x000060, "Member 'UNiagaraDataInterfaceAudioPlayer::bLimitPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, MaxPlaysPerTick) == 0x000064, "Member 'UNiagaraDataInterfaceAudioPlayer::MaxPlaysPerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceAudioPlayer, bStopWhenComponentIsDestroyed) == 0x000068, "Member 'UNiagaraDataInterfaceAudioPlayer::bStopWhenComponentIsDestroyed' 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) == 0x000058, "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_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_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_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_UNiagaraDataInterfaceGBuffer \ +static_assert(alignof(UNiagaraDataInterfaceGBuffer) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGBuffer"); \ +static_assert(sizeof(UNiagaraDataInterfaceGBuffer) == 0x000038, "Wrong size on UNiagaraDataInterfaceGBuffer"); \ + +#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, NumCellsX) == 0x000038, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsX' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsY) == 0x00003C, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsY' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumCellsMaxAxis) == 0x000040, "Member 'UNiagaraDataInterfaceGrid2D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, NumAttributes) == 0x000044, "Member 'UNiagaraDataInterfaceGrid2D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid2D, SetGridFromMaxAxis) == 0x000048, "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) == 0x000068, "Wrong size on UNiagaraDataInterfaceGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCells) == 0x000038, "Member 'UNiagaraDataInterfaceGrid3D::NumCells' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, CellSize) == 0x000044, "Member 'UNiagaraDataInterfaceGrid3D::CellSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, NumCellsMaxAxis) == 0x000048, "Member 'UNiagaraDataInterfaceGrid3D::NumCellsMaxAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, SetResolutionMethod) == 0x00004C, "Member 'UNiagaraDataInterfaceGrid3D::SetResolutionMethod' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3D, WorldBBoxSize) == 0x000050, "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) == 0x0000E8, "Wrong size on UNiagaraDataInterfaceGrid3DCollection"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, NumAttributes) == 0x000068, "Member 'UNiagaraDataInterfaceGrid3DCollection::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, RenderTargetUserParameter) == 0x000070, "Member 'UNiagaraDataInterfaceGrid3DCollection::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollection, OverrideBufferFormat) == 0x000090, "Member 'UNiagaraDataInterfaceGrid3DCollection::OverrideBufferFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGrid3DCollectionReader \ +static_assert(alignof(UNiagaraDataInterfaceGrid3DCollectionReader) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGrid3DCollectionReader"); \ +static_assert(sizeof(UNiagaraDataInterfaceGrid3DCollectionReader) == 0x000108, "Wrong size on UNiagaraDataInterfaceGrid3DCollectionReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollectionReader, EmitterName) == 0x0000E8, "Member 'UNiagaraDataInterfaceGrid3DCollectionReader::EmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceGrid3DCollectionReader, DIName) == 0x0000F8, "Member 'UNiagaraDataInterfaceGrid3DCollectionReader::DIName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceGSVoxelization \ +static_assert(alignof(UNiagaraDataInterfaceGSVoxelization) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceGSVoxelization"); \ +static_assert(sizeof(UNiagaraDataInterfaceGSVoxelization) == 0x000038, "Wrong size on UNiagaraDataInterfaceGSVoxelization"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceIntRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceIntRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceIntRenderTarget2D) == 0x0000B0, "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!"); \ +static_assert(offsetof(UNiagaraDataInterfaceIntRenderTarget2D, ManagedRenderTargets) == 0x000060, "Member 'UNiagaraDataInterfaceIntRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceLandscape \ +static_assert(alignof(UNiagaraDataInterfaceLandscape) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceLandscape"); \ +static_assert(sizeof(UNiagaraDataInterfaceLandscape) == 0x000058, "Wrong size on UNiagaraDataInterfaceLandscape"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceLandscape) == 0x000038, "Member 'UNiagaraDataInterfaceLandscape::SourceLandscape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, SourceMode) == 0x000040, "Member 'UNiagaraDataInterfaceLandscape::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceLandscape, PhysicalMaterials) == 0x000048, "Member 'UNiagaraDataInterfaceLandscape::PhysicalMaterials' 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) == 0x000070, "Wrong size on UNiagaraDataInterfaceNeighborGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceNeighborGrid3D, MaxNeighborsPerCell) == 0x000068, "Member 'UNiagaraDataInterfaceNeighborGrid3D::MaxNeighborsPerCell' 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) == 0x000078, "Wrong size on UNiagaraDataInterfaceRasterizationGrid3D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, NumAttributes) == 0x000068, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::NumAttributes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, Precision) == 0x00006C, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::Precision' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRasterizationGrid3D, ResetValue) == 0x000070, "Member 'UNiagaraDataInterfaceRasterizationGrid3D::ResetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2D \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2D) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2D) == 0x000108, "Wrong size on UNiagaraDataInterfaceRenderTarget2D"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, Size) == 0x000038, "Member 'UNiagaraDataInterfaceRenderTarget2D::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGeneration) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGeneration' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, MipMapGenerationType) == 0x000041, "Member 'UNiagaraDataInterfaceRenderTarget2D::MipMapGenerationType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, OverrideRenderTargetFormat) == 0x000042, "Member 'UNiagaraDataInterfaceRenderTarget2D::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, RenderTargetUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceRenderTarget2D::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2D, ManagedRenderTargets) == 0x0000B8, "Member 'UNiagaraDataInterfaceRenderTarget2D::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTarget2DArray \ +static_assert(alignof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTarget2DArray"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTarget2DArray) == 0x0000B8, "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, RenderTargetUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTarget2DArray, ManagedRenderTargets) == 0x000068, "Member 'UNiagaraDataInterfaceRenderTarget2DArray::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetCube \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetCube) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetCube"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetCube) == 0x0000B0, "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, RenderTargetUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceRenderTargetCube::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetCube, ManagedRenderTargets) == 0x000060, "Member 'UNiagaraDataInterfaceRenderTargetCube::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRenderTargetVolume \ +static_assert(alignof(UNiagaraDataInterfaceRenderTargetVolume) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(sizeof(UNiagaraDataInterfaceRenderTargetVolume) == 0x0000B8, "Wrong size on UNiagaraDataInterfaceRenderTargetVolume"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, Size) == 0x000038, "Member 'UNiagaraDataInterfaceRenderTargetVolume::Size' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, OverrideRenderTargetFormat) == 0x000044, "Member 'UNiagaraDataInterfaceRenderTargetVolume::OverrideRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, RenderTargetUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceRenderTargetVolume::RenderTargetUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRenderTargetVolume, ManagedRenderTargets) == 0x000068, "Member 'UNiagaraDataInterfaceRenderTargetVolume::ManagedRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceRigidMeshCollisionQuery \ +static_assert(alignof(UNiagaraDataInterfaceRigidMeshCollisionQuery) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceRigidMeshCollisionQuery"); \ +static_assert(sizeof(UNiagaraDataInterfaceRigidMeshCollisionQuery) == 0x000050, "Wrong size on UNiagaraDataInterfaceRigidMeshCollisionQuery"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, Tag) == 0x000038, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::Tag' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, OnlyUseMoveable) == 0x000048, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::OnlyUseMoveable' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceRigidMeshCollisionQuery, MaxNumPrimitives) == 0x00004C, "Member 'UNiagaraDataInterfaceRigidMeshCollisionQuery::MaxNumPrimitives' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSimpleCounter \ +static_assert(alignof(UNiagaraDataInterfaceSimpleCounter) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSimpleCounter"); \ +static_assert(sizeof(UNiagaraDataInterfaceSimpleCounter) == 0x000040, "Wrong size on UNiagaraDataInterfaceSimpleCounter"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimpleCounter, GpuSyncMode) == 0x000038, "Member 'UNiagaraDataInterfaceSimpleCounter::GpuSyncMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSimpleCounter, InitialValue) == 0x00003C, "Member 'UNiagaraDataInterfaceSimpleCounter::InitialValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceSkeletalMesh \ +static_assert(alignof(UNiagaraDataInterfaceSkeletalMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceSkeletalMesh) == 0x0000C8, "Wrong size on UNiagaraDataInterfaceSkeletalMesh"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceMode) == 0x000038, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, Source) == 0x000040, "Member 'UNiagaraDataInterfaceSkeletalMesh::Source' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, MeshUserParameter) == 0x000048, "Member 'UNiagaraDataInterfaceSkeletalMesh::MeshUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SourceComponent) == 0x000068, "Member 'UNiagaraDataInterfaceSkeletalMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SkinningMode) == 0x000070, "Member 'UNiagaraDataInterfaceSkeletalMesh::SkinningMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, SamplingRegions) == 0x000078, "Member 'UNiagaraDataInterfaceSkeletalMesh::SamplingRegions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, WholeMeshLOD) == 0x000088, "Member 'UNiagaraDataInterfaceSkeletalMesh::WholeMeshLOD' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredBones) == 0x000090, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredBones' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, FilteredSockets) == 0x0000A0, "Member 'UNiagaraDataInterfaceSkeletalMesh::FilteredSockets' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, ExcludeBoneName) == 0x0000B0, "Member 'UNiagaraDataInterfaceSkeletalMesh::ExcludeBoneName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, UvSetIndex) == 0x0000BC, "Member 'UNiagaraDataInterfaceSkeletalMesh::UvSetIndex' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSkeletalMesh, bRequireCurrentFrameData) == 0x0000C0, "Member 'UNiagaraDataInterfaceSkeletalMesh::bRequireCurrentFrameData' 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) == 0x0000B8, "Wrong size on UNiagaraDataInterfaceSpline"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, Source) == 0x000038, "Member 'UNiagaraDataInterfaceSpline::Source' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, SplineUserParameter) == 0x000040, "Member 'UNiagaraDataInterfaceSpline::SplineUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, bUseLUT) == 0x000060, "Member 'UNiagaraDataInterfaceSpline::bUseLUT' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceSpline, NumLUTSteps) == 0x000064, "Member 'UNiagaraDataInterfaceSpline::NumLUTSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceStaticMesh \ +static_assert(alignof(UNiagaraDataInterfaceStaticMesh) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceStaticMesh"); \ +static_assert(sizeof(UNiagaraDataInterfaceStaticMesh) == 0x000088, "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, Source) == 0x000048, "Member 'UNiagaraDataInterfaceStaticMesh::Source' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SourceComponent) == 0x000050, "Member 'UNiagaraDataInterfaceStaticMesh::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, SectionFilter) == 0x000058, "Member 'UNiagaraDataInterfaceStaticMesh::SectionFilter' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, bUsePhysicsBodyVelocity) == 0x000068, "Member 'UNiagaraDataInterfaceStaticMesh::bUsePhysicsBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceStaticMesh, FilteredSockets) == 0x000070, "Member 'UNiagaraDataInterfaceStaticMesh::FilteredSockets' 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_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) == 0x000098, "Wrong size on UNiagaraDataInterfaceUObjectPropertyReader"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, UObjectParameterBinding) == 0x000038, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::UObjectParameterBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, PropertyRemap) == 0x000058, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::PropertyRemap' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceActor) == 0x000068, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceUObjectPropertyReader, SourceActorComponentClass) == 0x000088, "Member 'UNiagaraDataInterfaceUObjectPropertyReader::SourceActorComponentClass' 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) == 0x000268, "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) == 0x0003F0, "Wrong size on UNiagaraDecalRendererProperties"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, Material) == 0x0000D0, "Member 'UNiagaraDecalRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, UserParamBinding) == 0x0000D8, "Member 'UNiagaraDecalRendererProperties::UserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, SourceMode) == 0x0000F8, "Member 'UNiagaraDecalRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, RendererVisibility) == 0x0000FC, "Member 'UNiagaraDecalRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalScreenSizeFade) == 0x000100, "Member 'UNiagaraDecalRendererProperties::DecalScreenSizeFade' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, PositionBinding) == 0x000108, "Member 'UNiagaraDecalRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalOrientationBinding) == 0x000160, "Member 'UNiagaraDecalRendererProperties::DecalOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalSizeBinding) == 0x0001B8, "Member 'UNiagaraDecalRendererProperties::DecalSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalFadeBinding) == 0x000210, "Member 'UNiagaraDecalRendererProperties::DecalFadeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalColorBinding) == 0x000268, "Member 'UNiagaraDecalRendererProperties::DecalColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, DecalVisibleBinding) == 0x0002C0, "Member 'UNiagaraDecalRendererProperties::DecalVisibleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, RendererVisibilityTagBinding) == 0x000318, "Member 'UNiagaraDecalRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDecalRendererProperties, MaterialParameters) == 0x000370, "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) == 0x000310, "Wrong size on UNiagaraEmitter"); \ +static_assert(offsetof(UNiagaraEmitter, bLocalSpace) == 0x000028, "Member 'UNiagaraEmitter::bLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, bDeterminism) == 0x000029, "Member 'UNiagaraEmitter::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, RandomSeed) == 0x00002C, "Member 'UNiagaraEmitter::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, AllocationMode) == 0x000030, "Member 'UNiagaraEmitter::AllocationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, PreAllocationCount) == 0x000034, "Member 'UNiagaraEmitter::PreAllocationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, UpdateScriptProps) == 0x000038, "Member 'UNiagaraEmitter::UpdateScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SpawnScriptProps) == 0x000060, "Member 'UNiagaraEmitter::SpawnScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SimTarget) == 0x000088, "Member 'UNiagaraEmitter::SimTarget' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, FixedBounds) == 0x000090, "Member 'UNiagaraEmitter::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MinDetailLevel) == 0x0000C8, "Member 'UNiagaraEmitter::MinDetailLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxDetailLevel) == 0x0000CC, "Member 'UNiagaraEmitter::MaxDetailLevel' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, GlobalSpawnCountScaleOverrides) == 0x0000D0, "Member 'UNiagaraEmitter::GlobalSpawnCountScaleOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, Platforms) == 0x0000E8, "Member 'UNiagaraEmitter::Platforms' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, ScalabilityOverrides) == 0x000118, "Member 'UNiagaraEmitter::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxDeltaTimePerTick) == 0x00012C, "Member 'UNiagaraEmitter::MaxDeltaTimePerTick' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, MaxGPUParticlesSpawnPerFrame) == 0x000134, "Member 'UNiagaraEmitter::MaxGPUParticlesSpawnPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, RendererBindings) == 0x000138, "Member 'UNiagaraEmitter::RendererBindings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, UniqueEmitterName) == 0x0001D8, "Member 'UNiagaraEmitter::UniqueEmitterName' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, RendererProperties) == 0x0001E8, "Member 'UNiagaraEmitter::RendererProperties' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, EventHandlerScriptProps) == 0x0001F8, "Member 'UNiagaraEmitter::EventHandlerScriptProps' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SimulationStages) == 0x000208, "Member 'UNiagaraEmitter::SimulationStages' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, GPUComputeScript) == 0x000218, "Member 'UNiagaraEmitter::GPUComputeScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraEmitter, SharedEventGeneratorIds) == 0x000220, "Member 'UNiagaraEmitter::SharedEventGeneratorIds' 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_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) == 0x000080, "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) == 0x000078, "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) == 0x000080, "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) == 0x000078, "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) == 0x000320, "Wrong size on ANiagaraLensEffectBase"); \ +static_assert(offsetof(ANiagaraLensEffectBase, DesiredRelativeTransform) == 0x0002A0, "Member 'ANiagaraLensEffectBase::DesiredRelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, BaseAuthoredFOV) == 0x000300, "Member 'ANiagaraLensEffectBase::BaseAuthoredFOV' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, EmittersToTreatAsSame) == 0x000308, "Member 'ANiagaraLensEffectBase::EmittersToTreatAsSame' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraLensEffectBase, OwningCameraManager) == 0x000318, "Member 'ANiagaraLensEffectBase::OwningCameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraLightRendererProperties \ +static_assert(alignof(UNiagaraLightRendererProperties) == 0x000008, "Wrong alignment on UNiagaraLightRendererProperties"); \ +static_assert(sizeof(UNiagaraLightRendererProperties) == 0x000398, "Wrong size on UNiagaraLightRendererProperties"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusScale) == 0x0000D4, "Member 'UNiagaraLightRendererProperties::RadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, DefaultExponent) == 0x0000D8, "Member 'UNiagaraLightRendererProperties::DefaultExponent' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorAdd) == 0x0000E0, "Member 'UNiagaraLightRendererProperties::ColorAdd' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibility) == 0x0000F8, "Member 'UNiagaraLightRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightRenderingEnabledBinding) == 0x000100, "Member 'UNiagaraLightRendererProperties::LightRenderingEnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, LightExponentBinding) == 0x000158, "Member 'UNiagaraLightRendererProperties::LightExponentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, PositionBinding) == 0x0001B0, "Member 'UNiagaraLightRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, ColorBinding) == 0x000208, "Member 'UNiagaraLightRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RadiusBinding) == 0x000260, "Member 'UNiagaraLightRendererProperties::RadiusBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, VolumetricScatteringBinding) == 0x0002B8, "Member 'UNiagaraLightRendererProperties::VolumetricScatteringBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraLightRendererProperties, RendererVisibilityTagBinding) == 0x000310, "Member 'UNiagaraLightRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraMeshRendererProperties \ +static_assert(alignof(UNiagaraMeshRendererProperties) == 0x000008, "Wrong alignment on UNiagaraMeshRendererProperties"); \ +static_assert(sizeof(UNiagaraMeshRendererProperties) == 0x000950, "Wrong size on UNiagaraMeshRendererProperties"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, Meshes) == 0x0000D0, "Member 'UNiagaraMeshRendererProperties::Meshes' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SourceMode) == 0x0000E0, "Member 'UNiagaraMeshRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SortMode) == 0x0000E1, "Member 'UNiagaraMeshRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, OverrideMaterials) == 0x0000E8, "Member 'UNiagaraMeshRendererProperties::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageSize) == 0x0000F8, "Member 'UNiagaraMeshRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, FacingMode) == 0x000108, "Member 'UNiagaraMeshRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxis) == 0x000110, "Member 'UNiagaraMeshRendererProperties::LockedAxis' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, LockedAxisSpace) == 0x000128, "Member 'UNiagaraMeshRendererProperties::LockedAxisSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, bVisibleInRayTracing) == 0x000129, "Member 'UNiagaraMeshRendererProperties::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MinCameraDistance) == 0x00012C, "Member 'UNiagaraMeshRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaxCameraDistance) == 0x000130, "Member 'UNiagaraMeshRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibility) == 0x000134, "Member 'UNiagaraMeshRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PositionBinding) == 0x000138, "Member 'UNiagaraMeshRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ColorBinding) == 0x000190, "Member 'UNiagaraMeshRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, VelocityBinding) == 0x0001E8, "Member 'UNiagaraMeshRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshOrientationBinding) == 0x000240, "Member 'UNiagaraMeshRendererProperties::MeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ScaleBinding) == 0x000298, "Member 'UNiagaraMeshRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, SubImageIndexBinding) == 0x0002F0, "Member 'UNiagaraMeshRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterialBinding) == 0x000348, "Member 'UNiagaraMeshRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial1Binding) == 0x0003A0, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial2Binding) == 0x0003F8, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, DynamicMaterial3Binding) == 0x000450, "Member 'UNiagaraMeshRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialRandomBinding) == 0x0004A8, "Member 'UNiagaraMeshRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CustomSortingBinding) == 0x000500, "Member 'UNiagaraMeshRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, NormalizedAgeBinding) == 0x000558, "Member 'UNiagaraMeshRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, CameraOffsetBinding) == 0x0005B0, "Member 'UNiagaraMeshRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, RendererVisibilityTagBinding) == 0x000608, "Member 'UNiagaraMeshRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MeshIndexBinding) == 0x000660, "Member 'UNiagaraMeshRendererProperties::MeshIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, MaterialParameters) == 0x0006B8, "Member 'UNiagaraMeshRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevPositionBinding) == 0x000708, "Member 'UNiagaraMeshRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevScaleBinding) == 0x000760, "Member 'UNiagaraMeshRendererProperties::PrevScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevMeshOrientationBinding) == 0x0007B8, "Member 'UNiagaraMeshRendererProperties::PrevMeshOrientationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevCameraOffsetBinding) == 0x000810, "Member 'UNiagaraMeshRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PrevVelocityBinding) == 0x000868, "Member 'UNiagaraMeshRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, ParticleMesh) == 0x000928, "Member 'UNiagaraMeshRendererProperties::ParticleMesh' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffset) == 0x000930, "Member 'UNiagaraMeshRendererProperties::PivotOffset' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraMeshRendererProperties, PivotOffsetSpace) == 0x000948, "Member 'UNiagaraMeshRendererProperties::PivotOffsetSpace' 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_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_UNiagaraParameterDefinitionsBase \ +static_assert(alignof(UNiagaraParameterDefinitionsBase) == 0x000008, "Wrong alignment on UNiagaraParameterDefinitionsBase"); \ +static_assert(sizeof(UNiagaraParameterDefinitionsBase) == 0x000028, "Wrong size on UNiagaraParameterDefinitionsBase"); \ + +#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) == 0x000298, "Wrong size on ANiagaraPerfBaselineActor"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Controller) == 0x000288, "Member 'ANiagaraPerfBaselineActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPerfBaselineActor, Label) == 0x000290, "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) == 0x000030, "Wrong size on NiagaraPreviewBase_SetLabelText"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InXAxisText) == 0x000000, "Member 'NiagaraPreviewBase_SetLabelText::InXAxisText' has a wrong offset!"); \ +static_assert(offsetof(NiagaraPreviewBase_SetLabelText, InYAxisText) == 0x000018, "Member 'NiagaraPreviewBase_SetLabelText::InYAxisText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewBase_SetSystem \ +static_assert(alignof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong alignment on NiagaraPreviewBase_SetSystem"); \ +static_assert(sizeof(NiagaraPreviewBase_SetSystem) == 0x000008, "Wrong size on NiagaraPreviewBase_SetSystem"); \ +static_assert(offsetof(NiagaraPreviewBase_SetSystem, InSystem) == 0x000000, "Member 'NiagaraPreviewBase_SetSystem::InSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPreviewBase \ +static_assert(alignof(ANiagaraPreviewBase) == 0x000008, "Wrong alignment on ANiagaraPreviewBase"); \ +static_assert(sizeof(ANiagaraPreviewBase) == 0x000288, "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) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamInt32, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamInt32::Max' 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) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamFloat, Max) == 0x00003C, "Member 'UNiagaraPreviewAxis_InterpParamFloat::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector2D \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector2D"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector2D) == 0x000058, "Wrong size on UNiagaraPreviewAxis_InterpParamVector2D"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector2D, Max) == 0x000048, "Member 'UNiagaraPreviewAxis_InterpParamVector2D::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamVector \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamVector) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamVector"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamVector) == 0x000068, "Wrong size on UNiagaraPreviewAxis_InterpParamVector"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamVector::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector, Max) == 0x000050, "Member 'UNiagaraPreviewAxis_InterpParamVector::Max' 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) == 0x000040, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamVector4, Max) == 0x000060, "Member 'UNiagaraPreviewAxis_InterpParamVector4::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraPreviewAxis_InterpParamLinearColor \ +static_assert(alignof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000008, "Wrong alignment on UNiagaraPreviewAxis_InterpParamLinearColor"); \ +static_assert(sizeof(UNiagaraPreviewAxis_InterpParamLinearColor) == 0x000058, "Wrong size on UNiagaraPreviewAxis_InterpParamLinearColor"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Min) == 0x000038, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Min' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraPreviewAxis_InterpParamLinearColor, Max) == 0x000048, "Member 'UNiagaraPreviewAxis_InterpParamLinearColor::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_ActivatePreviews \ +static_assert(alignof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_ActivatePreviews"); \ +static_assert(sizeof(NiagaraPreviewGrid_ActivatePreviews) == 0x000001, "Wrong size on NiagaraPreviewGrid_ActivatePreviews"); \ +static_assert(offsetof(NiagaraPreviewGrid_ActivatePreviews, bReset) == 0x000000, "Member 'NiagaraPreviewGrid_ActivatePreviews::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_GetPreviews \ +static_assert(alignof(NiagaraPreviewGrid_GetPreviews) == 0x000008, "Wrong alignment on NiagaraPreviewGrid_GetPreviews"); \ +static_assert(sizeof(NiagaraPreviewGrid_GetPreviews) == 0x000010, "Wrong size on NiagaraPreviewGrid_GetPreviews"); \ +static_assert(offsetof(NiagaraPreviewGrid_GetPreviews, OutPreviews) == 0x000000, "Member 'NiagaraPreviewGrid_GetPreviews::OutPreviews' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraPreviewGrid_SetPaused \ +static_assert(alignof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong alignment on NiagaraPreviewGrid_SetPaused"); \ +static_assert(sizeof(NiagaraPreviewGrid_SetPaused) == 0x000001, "Wrong size on NiagaraPreviewGrid_SetPaused"); \ +static_assert(offsetof(NiagaraPreviewGrid_SetPaused, bPaused) == 0x000000, "Member 'NiagaraPreviewGrid_SetPaused::bPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANiagaraPreviewGrid \ +static_assert(alignof(ANiagaraPreviewGrid) == 0x000008, "Wrong alignment on ANiagaraPreviewGrid"); \ +static_assert(sizeof(ANiagaraPreviewGrid) == 0x0002D8, "Wrong size on ANiagaraPreviewGrid"); \ +static_assert(offsetof(ANiagaraPreviewGrid, System) == 0x000288, "Member 'ANiagaraPreviewGrid::System' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, ResetMode) == 0x000290, "Member 'ANiagaraPreviewGrid::ResetMode' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisX) == 0x000298, "Member 'ANiagaraPreviewGrid::PreviewAxisX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewAxisY) == 0x0002A0, "Member 'ANiagaraPreviewGrid::PreviewAxisY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewClass) == 0x0002A8, "Member 'ANiagaraPreviewGrid::PreviewClass' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingX) == 0x0002B0, "Member 'ANiagaraPreviewGrid::SpacingX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, SpacingY) == 0x0002B4, "Member 'ANiagaraPreviewGrid::SpacingY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumX) == 0x0002B8, "Member 'ANiagaraPreviewGrid::NumX' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, NumY) == 0x0002BC, "Member 'ANiagaraPreviewGrid::NumY' has a wrong offset!"); \ +static_assert(offsetof(ANiagaraPreviewGrid, PreviewComponents) == 0x0002C0, "Member 'ANiagaraPreviewGrid::PreviewComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraRibbonRendererProperties \ +static_assert(alignof(UNiagaraRibbonRendererProperties) == 0x000008, "Wrong alignment on UNiagaraRibbonRendererProperties"); \ +static_assert(sizeof(UNiagaraRibbonRendererProperties) == 0x000AA0, "Wrong size on UNiagaraRibbonRendererProperties"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Material) == 0x0000D0, "Member 'UNiagaraRibbonRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialUserParamBinding) == 0x0000D8, "Member 'UNiagaraRibbonRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, FacingMode) == 0x0000F8, "Member 'UNiagaraRibbonRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV0Settings) == 0x000100, "Member 'UNiagaraRibbonRendererProperties::UV0Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, UV1Settings) == 0x000138, "Member 'UNiagaraRibbonRendererProperties::UV1Settings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaxNumRibbons) == 0x000170, "Member 'UNiagaraRibbonRendererProperties::MaxNumRibbons' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bUseGPUInit) == 0x000174, "Member 'UNiagaraRibbonRendererProperties::bUseGPUInit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DrawDirection) == 0x000175, "Member 'UNiagaraRibbonRendererProperties::DrawDirection' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bVisibleInRayTracing) == 0x000176, "Member 'UNiagaraRibbonRendererProperties::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bReorientingInRayTracing) == 0x000177, "Member 'UNiagaraRibbonRendererProperties::bReorientingInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bPerParticleCulling) == 0x000178, "Member 'UNiagaraRibbonRendererProperties::bPerParticleCulling' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bSortedInRayTracing) == 0x000179, "Member 'UNiagaraRibbonRendererProperties::bSortedInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DirectLightingMode) == 0x000180, "Member 'UNiagaraRibbonRendererProperties::DirectLightingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaxSpriteCountPerRay) == 0x000182, "Member 'UNiagaraRibbonRendererProperties::MaxSpriteCountPerRay' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, Shape) == 0x000184, "Member 'UNiagaraRibbonRendererProperties::Shape' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bEnableAccurateGeometry) == 0x000185, "Member 'UNiagaraRibbonRendererProperties::bEnableAccurateGeometry' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, WidthSegmentationCount) == 0x000188, "Member 'UNiagaraRibbonRendererProperties::WidthSegmentationCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MultiPlaneCount) == 0x00018C, "Member 'UNiagaraRibbonRendererProperties::MultiPlaneCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TubeSubdivisions) == 0x000190, "Member 'UNiagaraRibbonRendererProperties::TubeSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CustomVertices) == 0x000198, "Member 'UNiagaraRibbonRendererProperties::CustomVertices' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, CurveTension) == 0x0001A8, "Member 'UNiagaraRibbonRendererProperties::CurveTension' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationMode) == 0x0001AC, "Member 'UNiagaraRibbonRendererProperties::TessellationMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationFactor) == 0x0001B0, "Member 'UNiagaraRibbonRendererProperties::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bUseConstantFactor) == 0x0001B4, "Member 'UNiagaraRibbonRendererProperties::bUseConstantFactor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, TessellationAngle) == 0x0001B8, "Member 'UNiagaraRibbonRendererProperties::TessellationAngle' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, bScreenSpaceTessellation) == 0x0001BC, "Member 'UNiagaraRibbonRendererProperties::bScreenSpaceTessellation' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PositionBinding) == 0x0001C0, "Member 'UNiagaraRibbonRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, ColorBinding) == 0x000218, "Member 'UNiagaraRibbonRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, VelocityBinding) == 0x000270, "Member 'UNiagaraRibbonRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, NormalizedAgeBinding) == 0x0002C8, "Member 'UNiagaraRibbonRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonTwistBinding) == 0x000320, "Member 'UNiagaraRibbonRendererProperties::RibbonTwistBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonWidthBinding) == 0x000378, "Member 'UNiagaraRibbonRendererProperties::RibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonFacingBinding) == 0x0003D0, "Member 'UNiagaraRibbonRendererProperties::RibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonIdBinding) == 0x000428, "Member 'UNiagaraRibbonRendererProperties::RibbonIdBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonLinkOrderBinding) == 0x000480, "Member 'UNiagaraRibbonRendererProperties::RibbonLinkOrderBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialRandomBinding) == 0x0004D8, "Member 'UNiagaraRibbonRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterialBinding) == 0x000530, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial1Binding) == 0x000588, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial2Binding) == 0x0005E0, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, DynamicMaterial3Binding) == 0x000638, "Member 'UNiagaraRibbonRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, RibbonUVDistance) == 0x000690, "Member 'UNiagaraRibbonRendererProperties::RibbonUVDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U0OverrideBinding) == 0x0006E8, "Member 'UNiagaraRibbonRendererProperties::U0OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V0RangeOverrideBinding) == 0x000740, "Member 'UNiagaraRibbonRendererProperties::V0RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, U1OverrideBinding) == 0x000798, "Member 'UNiagaraRibbonRendererProperties::U1OverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, V1RangeOverrideBinding) == 0x0007F0, "Member 'UNiagaraRibbonRendererProperties::V1RangeOverrideBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, MaterialParameters) == 0x000848, "Member 'UNiagaraRibbonRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevPositionBinding) == 0x000898, "Member 'UNiagaraRibbonRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonWidthBinding) == 0x0008F0, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonWidthBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonFacingBinding) == 0x000948, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRibbonRendererProperties, PrevRibbonTwistBinding) == 0x0009A0, "Member 'UNiagaraRibbonRendererProperties::PrevRibbonTwistBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScript \ +static_assert(alignof(UNiagaraScript) == 0x000008, "Wrong alignment on UNiagaraScript"); \ +static_assert(sizeof(UNiagaraScript) == 0x000348, "Wrong size on UNiagaraScript"); \ +static_assert(offsetof(UNiagaraScript, Usage) == 0x000028, "Member 'UNiagaraScript::Usage' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, UsageId) == 0x00002C, "Member 'UNiagaraScript::UsageId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, RapidIterationParameters) == 0x000040, "Member 'UNiagaraScript::RapidIterationParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionParamStore) == 0x0000C8, "Member 'UNiagaraScript::ScriptExecutionParamStore' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, ScriptExecutionBoundParameters) == 0x000170, "Member 'UNiagaraScript::ScriptExecutionBoundParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVMId) == 0x000180, "Member 'UNiagaraScript::CachedScriptVMId' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedScriptVM) == 0x0001E8, "Member 'UNiagaraScript::CachedScriptVM' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedParameterCollectionReferences) == 0x000320, "Member 'UNiagaraScript::CachedParameterCollectionReferences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraScript, CachedDefaultDataInterfaces) == 0x000330, "Member 'UNiagaraScript::CachedDefaultDataInterfaces' has a wrong offset!"); \ + +#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) == 0x000110, "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, DefaultEffectType) == 0x000040, "Member 'UNiagaraSettings::DefaultEffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, PositionPinTypeColor) == 0x000058, "Member 'UNiagaraSettings::PositionPinTypeColor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, QualityLevels) == 0x000068, "Member 'UNiagaraSettings::QualityLevels' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, ComponentRendererWarningsPerClass) == 0x000078, "Member 'UNiagaraSettings::ComponentRendererWarningsPerClass' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRenderTargetFormat) == 0x0000C8, "Member 'UNiagaraSettings::DefaultRenderTargetFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultGridFormat) == 0x0000C9, "Member 'UNiagaraSettings::DefaultGridFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultRendererMotionVectorSetting) == 0x0000CC, "Member 'UNiagaraSettings::DefaultRendererMotionVectorSetting' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, DefaultPixelCoverageMode) == 0x0000D0, "Member 'UNiagaraSettings::DefaultPixelCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuMaxInfluences) == 0x0000D1, "Member 'UNiagaraSettings::NDISkelMesh_GpuMaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_GpuUniformSamplingFormat) == 0x0000D2, "Member 'UNiagaraSettings::NDISkelMesh_GpuUniformSamplingFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDISkelMesh_AdjacencyTriangleIndexFormat) == 0x0000D3, "Member 'UNiagaraSettings::NDISkelMesh_AdjacencyTriangleIndexFormat' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDIStaticMesh_AllowDistanceFields) == 0x0000D4, "Member 'UNiagaraSettings::NDIStaticMesh_AllowDistanceFields' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, NDICollisionQuery_AsyncGpuTraceProviderOrder) == 0x0000D8, "Member 'UNiagaraSettings::NDICollisionQuery_AsyncGpuTraceProviderOrder' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, SimCacheAuxiliaryFileBasePath) == 0x0000E8, "Member 'UNiagaraSettings::SimCacheAuxiliaryFileBasePath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, SimCacheMaxCPUMemoryVolumetrics) == 0x0000F8, "Member 'UNiagaraSettings::SimCacheMaxCPUMemoryVolumetrics' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSettings, PlatformSetRedirects) == 0x000100, "Member 'UNiagaraSettings::PlatformSetRedirects' has a wrong offset!"); \ + +#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) == 0x0001A0, "Wrong size on UNiagaraSimulationStageGeneric"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, EnabledBinding) == 0x000040, "Member 'UNiagaraSimulationStageGeneric::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, IterationSource) == 0x000098, "Member 'UNiagaraSimulationStageGeneric::IterationSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, Iterations) == 0x00009C, "Member 'UNiagaraSimulationStageGeneric::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, NumIterationsBinding) == 0x0000A0, "Member 'UNiagaraSimulationStageGeneric::NumIterationsBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ExecuteBehavior) == 0x0000FC, "Member 'UNiagaraSimulationStageGeneric::ExecuteBehavior' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, DataInterface) == 0x000108, "Member 'UNiagaraSimulationStageGeneric::DataInterface' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ParticleIterationStateBinding) == 0x000130, "Member 'UNiagaraSimulationStageGeneric::ParticleIterationStateBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, ParticleIterationStateRange) == 0x000188, "Member 'UNiagaraSimulationStageGeneric::ParticleIterationStateRange' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSimulationStageGeneric, OverrideGpuDispatchNumThreads) == 0x000194, "Member 'UNiagaraSimulationStageGeneric::OverrideGpuDispatchNumThreads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSpriteRendererProperties \ +static_assert(alignof(UNiagaraSpriteRendererProperties) == 0x000008, "Wrong alignment on UNiagaraSpriteRendererProperties"); \ +static_assert(sizeof(UNiagaraSpriteRendererProperties) == 0x000B70, "Wrong size on UNiagaraSpriteRendererProperties"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Material) == 0x0000D0, "Member 'UNiagaraSpriteRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SourceMode) == 0x0000D8, "Member 'UNiagaraSpriteRendererProperties::SourceMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialUserParamBinding) == 0x0000E0, "Member 'UNiagaraSpriteRendererProperties::MaterialUserParamBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, Alignment) == 0x000100, "Member 'UNiagaraSpriteRendererProperties::Alignment' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, FacingMode) == 0x000101, "Member 'UNiagaraSpriteRendererProperties::FacingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotInUVSpace) == 0x000108, "Member 'UNiagaraSpriteRendererProperties::PivotInUVSpace' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MacroUVRadius) == 0x000118, "Member 'UNiagaraSpriteRendererProperties::MacroUVRadius' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SortMode) == 0x00011C, "Member 'UNiagaraSpriteRendererProperties::SortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageSize) == 0x000120, "Member 'UNiagaraSpriteRendererProperties::SubImageSize' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PixelCoverageMode) == 0x000134, "Member 'UNiagaraSpriteRendererProperties::PixelCoverageMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PixelCoverageBlend) == 0x000138, "Member 'UNiagaraSpriteRendererProperties::PixelCoverageBlend' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinFacingCameraBlendDistance) == 0x00013C, "Member 'UNiagaraSpriteRendererProperties::MinFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxFacingCameraBlendDistance) == 0x000140, "Member 'UNiagaraSpriteRendererProperties::MaxFacingCameraBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, bVisibleInRayTracing) == 0x000144, "Member 'UNiagaraSpriteRendererProperties::bVisibleInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, bReorientingInRayTracing) == 0x000145, "Member 'UNiagaraSpriteRendererProperties::bReorientingInRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, ReorientedSortMode) == 0x000146, "Member 'UNiagaraSpriteRendererProperties::ReorientedSortMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DirectLightingMode) == 0x000147, "Member 'UNiagaraSpriteRendererProperties::DirectLightingMode' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxSpriteCountPerRay) == 0x00014C, "Member 'UNiagaraSpriteRendererProperties::MaxSpriteCountPerRay' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MinCameraDistance) == 0x000154, "Member 'UNiagaraSpriteRendererProperties::MinCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaxCameraDistance) == 0x000158, "Member 'UNiagaraSpriteRendererProperties::MaxCameraDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibility) == 0x00015C, "Member 'UNiagaraSpriteRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PositionBinding) == 0x000160, "Member 'UNiagaraSpriteRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, ColorBinding) == 0x0001B8, "Member 'UNiagaraSpriteRendererProperties::ColorBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, VelocityBinding) == 0x000210, "Member 'UNiagaraSpriteRendererProperties::VelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteRotationBinding) == 0x000268, "Member 'UNiagaraSpriteRendererProperties::SpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteSizeBinding) == 0x0002C0, "Member 'UNiagaraSpriteRendererProperties::SpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteFacingBinding) == 0x000318, "Member 'UNiagaraSpriteRendererProperties::SpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SpriteAlignmentBinding) == 0x000370, "Member 'UNiagaraSpriteRendererProperties::SpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, SubImageIndexBinding) == 0x0003C8, "Member 'UNiagaraSpriteRendererProperties::SubImageIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterialBinding) == 0x000420, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterialBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial1Binding) == 0x000478, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial1Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial2Binding) == 0x0004D0, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial2Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, DynamicMaterial3Binding) == 0x000528, "Member 'UNiagaraSpriteRendererProperties::DynamicMaterial3Binding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CameraOffsetBinding) == 0x000580, "Member 'UNiagaraSpriteRendererProperties::CameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, UVScaleBinding) == 0x0005D8, "Member 'UNiagaraSpriteRendererProperties::UVScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PivotOffsetBinding) == 0x000630, "Member 'UNiagaraSpriteRendererProperties::PivotOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialRandomBinding) == 0x000688, "Member 'UNiagaraSpriteRendererProperties::MaterialRandomBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, CustomSortingBinding) == 0x0006E0, "Member 'UNiagaraSpriteRendererProperties::CustomSortingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, NormalizedAgeBinding) == 0x000738, "Member 'UNiagaraSpriteRendererProperties::NormalizedAgeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, RendererVisibilityTagBinding) == 0x000790, "Member 'UNiagaraSpriteRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, MaterialParameters) == 0x0007E8, "Member 'UNiagaraSpriteRendererProperties::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPositionBinding) == 0x000838, "Member 'UNiagaraSpriteRendererProperties::PrevPositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevVelocityBinding) == 0x000890, "Member 'UNiagaraSpriteRendererProperties::PrevVelocityBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteRotationBinding) == 0x0008E8, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteRotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteSizeBinding) == 0x000940, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteSizeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteFacingBinding) == 0x000998, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteFacingBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevSpriteAlignmentBinding) == 0x0009F0, "Member 'UNiagaraSpriteRendererProperties::PrevSpriteAlignmentBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevCameraOffsetBinding) == 0x000A48, "Member 'UNiagaraSpriteRendererProperties::PrevCameraOffsetBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSpriteRendererProperties, PrevPivotOffsetBinding) == 0x000AA0, "Member 'UNiagaraSpriteRendererProperties::PrevPivotOffsetBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraSystem \ +static_assert(alignof(UNiagaraSystem) == 0x000008, "Wrong alignment on UNiagaraSystem"); \ +static_assert(sizeof(UNiagaraSystem) == 0x000540, "Wrong size on UNiagaraSystem"); \ +static_assert(offsetof(UNiagaraSystem, CustomDepthStencilWriteMask) == 0x000032, "Member 'UNiagaraSystem::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, CustomDepthStencilValue) == 0x000034, "Member 'UNiagaraSystem::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugSystemInfo) == 0x000038, "Member 'UNiagaraSystem::bDumpDebugSystemInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDumpDebugEmitterInfo) == 0x000039, "Member 'UNiagaraSystem::bDumpDebugEmitterInfo' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bRequireCurrentFrameData) == 0x00003B, "Member 'UNiagaraSystem::bRequireCurrentFrameData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EffectType) == 0x000040, "Member 'UNiagaraSystem::EffectType' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bOverrideScalabilitySettings) == 0x000048, "Member 'UNiagaraSystem::bOverrideScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ScalabilityOverrides) == 0x000050, "Member 'UNiagaraSystem::ScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemScalabilityOverrides) == 0x000060, "Member 'UNiagaraSystem::SystemScalabilityOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, EmitterHandles) == 0x000070, "Member 'UNiagaraSystem::EmitterHandles' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ParameterCollectionOverrides) == 0x000080, "Member 'UNiagaraSystem::ParameterCollectionOverrides' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemSpawnScript) == 0x000090, "Member 'UNiagaraSystem::SystemSpawnScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemUpdateScript) == 0x000098, "Member 'UNiagaraSystem::SystemUpdateScript' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, SystemCompiledData) == 0x0000B0, "Member 'UNiagaraSystem::SystemCompiledData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, ExposedParameters) == 0x0002D8, "Member 'UNiagaraSystem::ExposedParameters' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedBounds) == 0x0003B0, "Member 'UNiagaraSystem::FixedBounds' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bAutoDeactivate) == 0x0003E8, "Member 'UNiagaraSystem::bAutoDeactivate' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bDeterminism) == 0x0003E9, "Member 'UNiagaraSystem::bDeterminism' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, RandomSeed) == 0x0003EC, "Member 'UNiagaraSystem::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTime) == 0x0003F0, "Member 'UNiagaraSystem::WarmupTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickCount) == 0x0003F4, "Member 'UNiagaraSystem::WarmupTickCount' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, WarmupTickDelta) == 0x0003F8, "Member 'UNiagaraSystem::WarmupTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bFixedTickDelta) == 0x0003FC, "Member 'UNiagaraSystem::bFixedTickDelta' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, FixedTickDeltaTime) == 0x000400, "Member 'UNiagaraSystem::FixedTickDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bHasSystemScriptDIsWithPerInstanceData) == 0x000404, "Member 'UNiagaraSystem::bHasSystemScriptDIsWithPerInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, bNeedsGPUContextInitForDataInterfaces) == 0x000405, "Member 'UNiagaraSystem::bNeedsGPUContextInitForDataInterfaces' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystem, UserDINamesReadInSystemScripts) == 0x000408, "Member 'UNiagaraSystem::UserDINamesReadInSystemScripts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraVolumeRendererProperties \ +static_assert(alignof(UNiagaraVolumeRendererProperties) == 0x000008, "Wrong alignment on UNiagaraVolumeRendererProperties"); \ +static_assert(sizeof(UNiagaraVolumeRendererProperties) == 0x000368, "Wrong size on UNiagaraVolumeRendererProperties"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, Material) == 0x0000D0, "Member 'UNiagaraVolumeRendererProperties::Material' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, RendererVisibility) == 0x0000DC, "Member 'UNiagaraVolumeRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, RendererVisibilityTagBinding) == 0x0001E8, "Member 'UNiagaraVolumeRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraVolumeRendererProperties, MaterialParameters) == 0x0002F0, "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_FGSNiagaraParticleInfoConfig \ +static_assert(alignof(FGSNiagaraParticleInfoConfig) == 0x000008, "Wrong alignment on FGSNiagaraParticleInfoConfig"); \ +static_assert(sizeof(FGSNiagaraParticleInfoConfig) == 0x000038, "Wrong size on FGSNiagaraParticleInfoConfig"); \ +static_assert(offsetof(FGSNiagaraParticleInfoConfig, ParticleType) == 0x000000, "Member 'FGSNiagaraParticleInfoConfig::ParticleType' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfoConfig, bParticleLifetimeLoop) == 0x000004, "Member 'FGSNiagaraParticleInfoConfig::bParticleLifetimeLoop' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfoConfig, ParticleSpriteSize) == 0x000008, "Member 'FGSNiagaraParticleInfoConfig::ParticleSpriteSize' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfoConfig, ParticleSpriteOffset) == 0x000018, "Member 'FGSNiagaraParticleInfoConfig::ParticleSpriteOffset' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfoConfig, ParticleConfigRemark) == 0x000028, "Member 'FGSNiagaraParticleInfoConfig::ParticleConfigRemark' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSNiagaraParticleSpriteMapping \ +static_assert(alignof(FGSNiagaraParticleSpriteMapping) == 0x000004, "Wrong alignment on FGSNiagaraParticleSpriteMapping"); \ +static_assert(sizeof(FGSNiagaraParticleSpriteMapping) == 0x000004, "Wrong size on FGSNiagaraParticleSpriteMapping"); \ +static_assert(offsetof(FGSNiagaraParticleSpriteMapping, SpriteIndex) == 0x000000, "Member 'FGSNiagaraParticleSpriteMapping::SpriteIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSNiagaraParticleInfo \ +static_assert(alignof(FGSNiagaraParticleInfo) == 0x000008, "Wrong alignment on FGSNiagaraParticleInfo"); \ +static_assert(sizeof(FGSNiagaraParticleInfo) == 0x000050, "Wrong size on FGSNiagaraParticleInfo"); \ +static_assert(offsetof(FGSNiagaraParticleInfo, ParticleType) == 0x000000, "Member 'FGSNiagaraParticleInfo::ParticleType' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfo, position) == 0x000008, "Member 'FGSNiagaraParticleInfo::position' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfo, Size) == 0x000020, "Member 'FGSNiagaraParticleInfo::Size' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfo, Duration) == 0x000038, "Member 'FGSNiagaraParticleInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfo, Color) == 0x00003C, "Member 'FGSNiagaraParticleInfo::Color' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraParticleInfo, Intensity) == 0x00004C, "Member 'FGSNiagaraParticleInfo::Intensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSNiagaraBatchingSpriteConfig \ +static_assert(alignof(UGSNiagaraBatchingSpriteConfig) == 0x000008, "Wrong alignment on UGSNiagaraBatchingSpriteConfig"); \ +static_assert(sizeof(UGSNiagaraBatchingSpriteConfig) == 0x000040, "Wrong size on UGSNiagaraBatchingSpriteConfig"); \ +static_assert(offsetof(UGSNiagaraBatchingSpriteConfig, ConfigInfo) == 0x000038, "Member 'UGSNiagaraBatchingSpriteConfig::ConfigInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo \ +static_assert(alignof(GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo) == 0x000001, "Wrong alignment on GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo"); \ +static_assert(sizeof(GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo) == 0x000002, "Wrong size on GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo"); \ +static_assert(offsetof(GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo, bForceSet) == 0x000000, "Member 'GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo::bForceSet' has a wrong offset!"); \ +static_assert(offsetof(GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo, ReturnValue) == 0x000001, "Member 'GSNiagaraBatchingSpriteConfigDA_InitGSParticlesConfigInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSNiagaraBatchingSpriteConfigDA \ +static_assert(alignof(UGSNiagaraBatchingSpriteConfigDA) == 0x000008, "Wrong alignment on UGSNiagaraBatchingSpriteConfigDA"); \ +static_assert(sizeof(UGSNiagaraBatchingSpriteConfigDA) == 0x000090, "Wrong size on UGSNiagaraBatchingSpriteConfigDA"); \ +static_assert(offsetof(UGSNiagaraBatchingSpriteConfigDA, AtlasConfigFilePath) == 0x000030, "Member 'UGSNiagaraBatchingSpriteConfigDA::AtlasConfigFilePath' has a wrong offset!"); \ +static_assert(offsetof(UGSNiagaraBatchingSpriteConfigDA, AltasTextureSize) == 0x000040, "Member 'UGSNiagaraBatchingSpriteConfigDA::AltasTextureSize' has a wrong offset!"); \ +static_assert(offsetof(UGSNiagaraBatchingSpriteConfigDA, ParticleInfoConfigArray) == 0x000050, "Member 'UGSNiagaraBatchingSpriteConfigDA::ParticleInfoConfigArray' has a wrong offset!"); \ +static_assert(offsetof(UGSNiagaraBatchingSpriteConfigDA, ParticleSpriteMappingConfig) == 0x000060, "Member 'UGSNiagaraBatchingSpriteConfigDA::ParticleSpriteMappingConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSNiagaraArrayData_AddParticle \ +static_assert(alignof(GSNiagaraArrayData_AddParticle) == 0x000008, "Wrong alignment on GSNiagaraArrayData_AddParticle"); \ +static_assert(sizeof(GSNiagaraArrayData_AddParticle) == 0x000058, "Wrong size on GSNiagaraArrayData_AddParticle"); \ +static_assert(offsetof(GSNiagaraArrayData_AddParticle, Info) == 0x000000, "Member 'GSNiagaraArrayData_AddParticle::Info' has a wrong offset!"); \ +static_assert(offsetof(GSNiagaraArrayData_AddParticle, ReturnValue) == 0x000050, "Member 'GSNiagaraArrayData_AddParticle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSNiagaraArrayData_ForceSetParticlePos \ +static_assert(alignof(GSNiagaraArrayData_ForceSetParticlePos) == 0x000008, "Wrong alignment on GSNiagaraArrayData_ForceSetParticlePos"); \ +static_assert(sizeof(GSNiagaraArrayData_ForceSetParticlePos) == 0x000010, "Wrong size on GSNiagaraArrayData_ForceSetParticlePos"); \ +static_assert(offsetof(GSNiagaraArrayData_ForceSetParticlePos, TargetPosArray) == 0x000000, "Member 'GSNiagaraArrayData_ForceSetParticlePos::TargetPosArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSNiagaraArrayData_ForceSetParticleSize \ +static_assert(alignof(GSNiagaraArrayData_ForceSetParticleSize) == 0x000008, "Wrong alignment on GSNiagaraArrayData_ForceSetParticleSize"); \ +static_assert(sizeof(GSNiagaraArrayData_ForceSetParticleSize) == 0x000010, "Wrong size on GSNiagaraArrayData_ForceSetParticleSize"); \ +static_assert(offsetof(GSNiagaraArrayData_ForceSetParticleSize, TargetSizeArray) == 0x000000, "Member 'GSNiagaraArrayData_ForceSetParticleSize::TargetSizeArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSNiagaraArrayData_RemoveParticle \ +static_assert(alignof(GSNiagaraArrayData_RemoveParticle) == 0x000008, "Wrong alignment on GSNiagaraArrayData_RemoveParticle"); \ +static_assert(sizeof(GSNiagaraArrayData_RemoveParticle) == 0x000058, "Wrong size on GSNiagaraArrayData_RemoveParticle"); \ +static_assert(offsetof(GSNiagaraArrayData_RemoveParticle, Info) == 0x000000, "Member 'GSNiagaraArrayData_RemoveParticle::Info' has a wrong offset!"); \ +static_assert(offsetof(GSNiagaraArrayData_RemoveParticle, ReturnValue) == 0x000050, "Member 'GSNiagaraArrayData_RemoveParticle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSNiagaraArrayData_UpdateParticle \ +static_assert(alignof(GSNiagaraArrayData_UpdateParticle) == 0x000008, "Wrong alignment on GSNiagaraArrayData_UpdateParticle"); \ +static_assert(sizeof(GSNiagaraArrayData_UpdateParticle) == 0x000010, "Wrong size on GSNiagaraArrayData_UpdateParticle"); \ +static_assert(offsetof(GSNiagaraArrayData_UpdateParticle, InParticleInfoArray) == 0x000000, "Member 'GSNiagaraArrayData_UpdateParticle::InParticleInfoArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSNiagaraArrayData \ +static_assert(alignof(UGSNiagaraArrayData) == 0x000008, "Wrong alignment on UGSNiagaraArrayData"); \ +static_assert(sizeof(UGSNiagaraArrayData) == 0x000068, "Wrong size on UGSNiagaraArrayData"); \ +static_assert(offsetof(UGSNiagaraArrayData, ParticleInfoArray) == 0x000030, "Member 'UGSNiagaraArrayData::ParticleInfoArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSNiagaraParticleArrayData \ +static_assert(alignof(UGSNiagaraParticleArrayData) == 0x000008, "Wrong alignment on UGSNiagaraParticleArrayData"); \ +static_assert(sizeof(UGSNiagaraParticleArrayData) == 0x000040, "Wrong size on UGSNiagaraParticleArrayData"); \ +static_assert(offsetof(UGSNiagaraParticleArrayData, ArrayData) == 0x000038, "Member 'UGSNiagaraParticleArrayData::ArrayData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSNiagaraRVTSampler \ +static_assert(alignof(UGSNiagaraRVTSampler) == 0x000008, "Wrong alignment on UGSNiagaraRVTSampler"); \ +static_assert(sizeof(UGSNiagaraRVTSampler) == 0x000040, "Wrong size on UGSNiagaraRVTSampler"); \ +static_assert(offsetof(UGSNiagaraRVTSampler, VirtualTexture) == 0x000038, "Member 'UGSNiagaraRVTSampler::VirtualTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVATAnimClipsNiagaraData \ +static_assert(alignof(UVATAnimClipsNiagaraData) == 0x000008, "Wrong alignment on UVATAnimClipsNiagaraData"); \ +static_assert(sizeof(UVATAnimClipsNiagaraData) == 0x000058, "Wrong size on UVATAnimClipsNiagaraData"); \ +static_assert(offsetof(UVATAnimClipsNiagaraData, GlobalInputDirection) == 0x000030, "Member 'UVATAnimClipsNiagaraData::GlobalInputDirection' has a wrong offset!"); \ +static_assert(offsetof(UVATAnimClipsNiagaraData, GlobalInputIntensity) == 0x000040, "Member 'UVATAnimClipsNiagaraData::GlobalInputIntensity' has a wrong offset!"); \ +static_assert(offsetof(UVATAnimClipsNiagaraData, CachedDirs) == 0x000048, "Member 'UVATAnimClipsNiagaraData::CachedDirs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSNiagaraVATAnimMachine \ +static_assert(alignof(UGSNiagaraVATAnimMachine) == 0x000008, "Wrong alignment on UGSNiagaraVATAnimMachine"); \ +static_assert(sizeof(UGSNiagaraVATAnimMachine) == 0x000040, "Wrong size on UGSNiagaraVATAnimMachine"); \ +static_assert(offsetof(UGSNiagaraVATAnimMachine, VATNiagaraDataContainer) == 0x000038, "Member 'UGSNiagaraVATAnimMachine::VATNiagaraDataContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArteriesElement \ +static_assert(alignof(FArteriesElement) == 0x000008, "Wrong alignment on FArteriesElement"); \ +static_assert(sizeof(FArteriesElement) == 0x000198, "Wrong size on FArteriesElement"); \ +static_assert(offsetof(FArteriesElement, IntValues) == 0x000008, "Member 'FArteriesElement::IntValues' has a wrong offset!"); \ +static_assert(offsetof(FArteriesElement, FloatValues) == 0x000058, "Member 'FArteriesElement::FloatValues' has a wrong offset!"); \ +static_assert(offsetof(FArteriesElement, Vec2Values) == 0x0000A8, "Member 'FArteriesElement::Vec2Values' has a wrong offset!"); \ +static_assert(offsetof(FArteriesElement, Vec3Values) == 0x0000F8, "Member 'FArteriesElement::Vec3Values' has a wrong offset!"); \ +static_assert(offsetof(FArteriesElement, StrValues) == 0x000148, "Member 'FArteriesElement::StrValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArteriesGroup \ +static_assert(alignof(FArteriesGroup) == 0x000008, "Wrong alignment on FArteriesGroup"); \ +static_assert(sizeof(FArteriesGroup) == 0x000010, "Wrong size on FArteriesGroup"); \ +static_assert(offsetof(FArteriesGroup, IDs) == 0x000000, "Member 'FArteriesGroup::IDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArteriesPointGroup \ +static_assert(alignof(FArteriesPointGroup) == 0x000008, "Wrong alignment on FArteriesPointGroup"); \ +static_assert(sizeof(FArteriesPointGroup) == 0x000020, "Wrong size on FArteriesPointGroup"); \ + +#define DUMPER7_ASSERTS_FArteriesPrimitiveGroup \ +static_assert(alignof(FArteriesPrimitiveGroup) == 0x000008, "Wrong alignment on FArteriesPrimitiveGroup"); \ +static_assert(sizeof(FArteriesPrimitiveGroup) == 0x000020, "Wrong size on FArteriesPrimitiveGroup"); \ + +#define DUMPER7_ASSERTS_FArteriesEdgeGroup \ +static_assert(alignof(FArteriesEdgeGroup) == 0x000008, "Wrong alignment on FArteriesEdgeGroup"); \ +static_assert(sizeof(FArteriesEdgeGroup) == 0x000020, "Wrong size on FArteriesEdgeGroup"); \ +static_assert(offsetof(FArteriesEdgeGroup, IDs) == 0x000000, "Member 'FArteriesEdgeGroup::IDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArteriesGroupRange \ +static_assert(alignof(FArteriesGroupRange) == 0x000004, "Wrong alignment on FArteriesGroupRange"); \ +static_assert(sizeof(FArteriesGroupRange) == 0x00001C, "Wrong size on FArteriesGroupRange"); \ +static_assert(offsetof(FArteriesGroupRange, Name) == 0x000000, "Member 'FArteriesGroupRange::Name' has a wrong offset!"); \ +static_assert(offsetof(FArteriesGroupRange, Start) == 0x000008, "Member 'FArteriesGroupRange::Start' has a wrong offset!"); \ +static_assert(offsetof(FArteriesGroupRange, End) == 0x00000C, "Member 'FArteriesGroupRange::End' has a wrong offset!"); \ +static_assert(offsetof(FArteriesGroupRange, Select) == 0x000010, "Member 'FArteriesGroupRange::Select' has a wrong offset!"); \ +static_assert(offsetof(FArteriesGroupRange, Of) == 0x000014, "Member 'FArteriesGroupRange::Of' has a wrong offset!"); \ +static_assert(offsetof(FArteriesGroupRange, Offset) == 0x000018, "Member 'FArteriesGroupRange::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArteriesInstances \ +static_assert(alignof(FArteriesInstances) == 0x000008, "Wrong alignment on FArteriesInstances"); \ +static_assert(sizeof(FArteriesInstances) == 0x000010, "Wrong size on FArteriesInstances"); \ +static_assert(offsetof(FArteriesInstances, Transforms) == 0x000000, "Member 'FArteriesInstances::Transforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArteriesPoint \ +static_assert(alignof(FArteriesPoint) == 0x000008, "Wrong alignment on FArteriesPoint"); \ +static_assert(sizeof(FArteriesPoint) == 0x0001C0, "Wrong size on FArteriesPoint"); \ +static_assert(offsetof(FArteriesPoint, position) == 0x000198, "Member 'FArteriesPoint::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FArteriesPrimitive \ +static_assert(alignof(FArteriesPrimitive) == 0x000008, "Wrong alignment on FArteriesPrimitive"); \ +static_assert(sizeof(FArteriesPrimitive) == 0x0001C0, "Wrong size on FArteriesPrimitive"); \ +static_assert(offsetof(FArteriesPrimitive, Material) == 0x000198, "Member 'FArteriesPrimitive::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesLibrary_BeginDeferredActorSpawnFromClass \ +static_assert(alignof(ArteriesLibrary_BeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on ArteriesLibrary_BeginDeferredActorSpawnFromClass"); \ +static_assert(sizeof(ArteriesLibrary_BeginDeferredActorSpawnFromClass) == 0x000080, "Wrong size on ArteriesLibrary_BeginDeferredActorSpawnFromClass"); \ +static_assert(offsetof(ArteriesLibrary_BeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'ArteriesLibrary_BeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ArteriesLibrary_BeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'ArteriesLibrary_BeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(ArteriesLibrary_BeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'ArteriesLibrary_BeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(ArteriesLibrary_BeginDeferredActorSpawnFromClass, ReturnValue) == 0x000070, "Member 'ArteriesLibrary_BeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesLibrary_FinishSpawningActor \ +static_assert(alignof(ArteriesLibrary_FinishSpawningActor) == 0x000008, "Wrong alignment on ArteriesLibrary_FinishSpawningActor"); \ +static_assert(sizeof(ArteriesLibrary_FinishSpawningActor) == 0x000018, "Wrong size on ArteriesLibrary_FinishSpawningActor"); \ +static_assert(offsetof(ArteriesLibrary_FinishSpawningActor, Actor) == 0x000000, "Member 'ArteriesLibrary_FinishSpawningActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(ArteriesLibrary_FinishSpawningActor, AttachToCaller) == 0x000008, "Member 'ArteriesLibrary_FinishSpawningActor::AttachToCaller' has a wrong offset!"); \ +static_assert(offsetof(ArteriesLibrary_FinishSpawningActor, ReturnValue) == 0x000010, "Member 'ArteriesLibrary_FinishSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArteriesLibrary \ +static_assert(alignof(UArteriesLibrary) == 0x000008, "Wrong alignment on UArteriesLibrary"); \ +static_assert(sizeof(UArteriesLibrary) == 0x000028, "Wrong size on UArteriesLibrary"); \ + +#define DUMPER7_ASSERTS_ArteriesActor_Build \ +static_assert(alignof(ArteriesActor_Build) == 0x000001, "Wrong alignment on ArteriesActor_Build"); \ +static_assert(sizeof(ArteriesActor_Build) == 0x000001, "Wrong size on ArteriesActor_Build"); \ +static_assert(offsetof(ArteriesActor_Build, bForceRebuild) == 0x000000, "Member 'ArteriesActor_Build::bForceRebuild' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesActor_Increment \ +static_assert(alignof(ArteriesActor_Increment) == 0x000004, "Wrong alignment on ArteriesActor_Increment"); \ +static_assert(sizeof(ArteriesActor_Increment) == 0x000008, "Wrong size on ArteriesActor_Increment"); \ +static_assert(offsetof(ArteriesActor_Increment, GroupName) == 0x000000, "Member 'ArteriesActor_Increment::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesActor_WaitForCount \ +static_assert(alignof(ArteriesActor_WaitForCount) == 0x000004, "Wrong alignment on ArteriesActor_WaitForCount"); \ +static_assert(sizeof(ArteriesActor_WaitForCount) == 0x000010, "Wrong size on ArteriesActor_WaitForCount"); \ +static_assert(offsetof(ArteriesActor_WaitForCount, GroupName) == 0x000000, "Member 'ArteriesActor_WaitForCount::GroupName' has a wrong offset!"); \ +static_assert(offsetof(ArteriesActor_WaitForCount, Count) == 0x000008, "Member 'ArteriesActor_WaitForCount::Count' has a wrong offset!"); \ +static_assert(offsetof(ArteriesActor_WaitForCount, Timeout) == 0x00000C, "Member 'ArteriesActor_WaitForCount::Timeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AArteriesActor \ +static_assert(alignof(AArteriesActor) == 0x000008, "Wrong alignment on AArteriesActor"); \ +static_assert(sizeof(AArteriesActor) == 0x000328, "Wrong size on AArteriesActor"); \ +static_assert(offsetof(AArteriesActor, OnBuildCompleted) == 0x000288, "Member 'AArteriesActor::OnBuildCompleted' has a wrong offset!"); \ +static_assert(offsetof(AArteriesActor, FinalObject) == 0x000298, "Member 'AArteriesActor::FinalObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArteriesSettings \ +static_assert(alignof(UArteriesSettings) == 0x000008, "Wrong alignment on UArteriesSettings"); \ +static_assert(sizeof(UArteriesSettings) == 0x000030, "Wrong size on UArteriesSettings"); \ +static_assert(offsetof(UArteriesSettings, bBuildWhenPropertiesChanged) == 0x000028, "Member 'UArteriesSettings::bBuildWhenPropertiesChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Box \ +static_assert(alignof(ArteriesObject_Box) == 0x000008, "Wrong alignment on ArteriesObject_Box"); \ +static_assert(sizeof(ArteriesObject_Box) == 0x000060, "Wrong size on ArteriesObject_Box"); \ +static_assert(offsetof(ArteriesObject_Box, Origin) == 0x000000, "Member 'ArteriesObject_Box::Origin' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Box, Rotation) == 0x000018, "Member 'ArteriesObject_Box::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Box, Size) == 0x000030, "Member 'ArteriesObject_Box::Size' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Box, NumPointsX) == 0x000048, "Member 'ArteriesObject_Box::NumPointsX' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Box, NumPointsY) == 0x00004C, "Member 'ArteriesObject_Box::NumPointsY' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Box, NumPointsZ) == 0x000050, "Member 'ArteriesObject_Box::NumPointsZ' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Box, ReturnValue) == 0x000058, "Member 'ArteriesObject_Box::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Circle \ +static_assert(alignof(ArteriesObject_Circle) == 0x000008, "Wrong alignment on ArteriesObject_Circle"); \ +static_assert(sizeof(ArteriesObject_Circle) == 0x000050, "Wrong size on ArteriesObject_Circle"); \ +static_assert(offsetof(ArteriesObject_Circle, Origin) == 0x000000, "Member 'ArteriesObject_Circle::Origin' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Circle, Rotation) == 0x000018, "Member 'ArteriesObject_Circle::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Circle, Radius) == 0x000030, "Member 'ArteriesObject_Circle::Radius' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Circle, NumPoints_0) == 0x000040, "Member 'ArteriesObject_Circle::NumPoints_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Circle, ReturnValue) == 0x000048, "Member 'ArteriesObject_Circle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Flatten \ +static_assert(alignof(ArteriesObject_Flatten) == 0x000010, "Wrong alignment on ArteriesObject_Flatten"); \ +static_assert(sizeof(ArteriesObject_Flatten) == 0x0000C0, "Wrong size on ArteriesObject_Flatten"); \ +static_assert(offsetof(ArteriesObject_Flatten, Transform_0) == 0x000000, "Member 'ArteriesObject_Flatten::Transform_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Flatten, ReturnValue) == 0x000060, "Member 'ArteriesObject_Flatten::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Grid \ +static_assert(alignof(ArteriesObject_Grid) == 0x000008, "Wrong alignment on ArteriesObject_Grid"); \ +static_assert(sizeof(ArteriesObject_Grid) == 0x000050, "Wrong size on ArteriesObject_Grid"); \ +static_assert(offsetof(ArteriesObject_Grid, Origin) == 0x000000, "Member 'ArteriesObject_Grid::Origin' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Grid, Rotation) == 0x000018, "Member 'ArteriesObject_Grid::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Grid, Size) == 0x000030, "Member 'ArteriesObject_Grid::Size' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Grid, NumPointsX) == 0x000040, "Member 'ArteriesObject_Grid::NumPointsX' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Grid, NumPointsY) == 0x000044, "Member 'ArteriesObject_Grid::NumPointsY' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Grid, ReturnValue) == 0x000048, "Member 'ArteriesObject_Grid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Line \ +static_assert(alignof(ArteriesObject_Line) == 0x000008, "Wrong alignment on ArteriesObject_Line"); \ +static_assert(sizeof(ArteriesObject_Line) == 0x000040, "Wrong size on ArteriesObject_Line"); \ +static_assert(offsetof(ArteriesObject_Line, Origin) == 0x000000, "Member 'ArteriesObject_Line::Origin' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Line, Direction) == 0x000018, "Member 'ArteriesObject_Line::Direction' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Line, Length) == 0x000030, "Member 'ArteriesObject_Line::Length' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Line, NumPoints_0) == 0x000034, "Member 'ArteriesObject_Line::NumPoints_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Line, ReturnValue) == 0x000038, "Member 'ArteriesObject_Line::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Merge \ +static_assert(alignof(ArteriesObject_Merge) == 0x000008, "Wrong alignment on ArteriesObject_Merge"); \ +static_assert(sizeof(ArteriesObject_Merge) == 0x000030, "Wrong size on ArteriesObject_Merge"); \ +static_assert(offsetof(ArteriesObject_Merge, Obj0) == 0x000000, "Member 'ArteriesObject_Merge::Obj0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Merge, Obj1) == 0x000008, "Member 'ArteriesObject_Merge::Obj1' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Merge, Obj2) == 0x000010, "Member 'ArteriesObject_Merge::Obj2' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Merge, Obj3) == 0x000018, "Member 'ArteriesObject_Merge::Obj3' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Merge, Obj4) == 0x000020, "Member 'ArteriesObject_Merge::Obj4' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Merge, ReturnValue) == 0x000028, "Member 'ArteriesObject_Merge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_MergeArray \ +static_assert(alignof(ArteriesObject_MergeArray) == 0x000008, "Wrong alignment on ArteriesObject_MergeArray"); \ +static_assert(sizeof(ArteriesObject_MergeArray) == 0x000018, "Wrong size on ArteriesObject_MergeArray"); \ +static_assert(offsetof(ArteriesObject_MergeArray, Objs) == 0x000000, "Member 'ArteriesObject_MergeArray::Objs' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_MergeArray, ReturnValue) == 0x000010, "Member 'ArteriesObject_MergeArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_New \ +static_assert(alignof(ArteriesObject_New) == 0x000008, "Wrong alignment on ArteriesObject_New"); \ +static_assert(sizeof(ArteriesObject_New) == 0x000008, "Wrong size on ArteriesObject_New"); \ +static_assert(offsetof(ArteriesObject_New, ReturnValue) == 0x000000, "Member 'ArteriesObject_New::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Sphere \ +static_assert(alignof(ArteriesObject_Sphere) == 0x000008, "Wrong alignment on ArteriesObject_Sphere"); \ +static_assert(sizeof(ArteriesObject_Sphere) == 0x000058, "Wrong size on ArteriesObject_Sphere"); \ +static_assert(offsetof(ArteriesObject_Sphere, Origin) == 0x000000, "Member 'ArteriesObject_Sphere::Origin' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Sphere, Rotation) == 0x000018, "Member 'ArteriesObject_Sphere::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Sphere, Radius) == 0x000030, "Member 'ArteriesObject_Sphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Sphere, Rows) == 0x000048, "Member 'ArteriesObject_Sphere::Rows' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Sphere, Columns) == 0x00004C, "Member 'ArteriesObject_Sphere::Columns' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Sphere, ReturnValue) == 0x000050, "Member 'ArteriesObject_Sphere::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Torus \ +static_assert(alignof(ArteriesObject_Torus) == 0x000008, "Wrong alignment on ArteriesObject_Torus"); \ +static_assert(sizeof(ArteriesObject_Torus) == 0x000050, "Wrong size on ArteriesObject_Torus"); \ +static_assert(offsetof(ArteriesObject_Torus, Origin) == 0x000000, "Member 'ArteriesObject_Torus::Origin' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Torus, Rotation) == 0x000018, "Member 'ArteriesObject_Torus::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Torus, Radius) == 0x000030, "Member 'ArteriesObject_Torus::Radius' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Torus, Rows) == 0x000040, "Member 'ArteriesObject_Torus::Rows' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Torus, Columns) == 0x000044, "Member 'ArteriesObject_Torus::Columns' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Torus, ReturnValue) == 0x000048, "Member 'ArteriesObject_Torus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Tube \ +static_assert(alignof(ArteriesObject_Tube) == 0x000008, "Wrong alignment on ArteriesObject_Tube"); \ +static_assert(sizeof(ArteriesObject_Tube) == 0x000058, "Wrong size on ArteriesObject_Tube"); \ +static_assert(offsetof(ArteriesObject_Tube, Origin) == 0x000000, "Member 'ArteriesObject_Tube::Origin' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Tube, Rotation) == 0x000018, "Member 'ArteriesObject_Tube::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Tube, Radius) == 0x000030, "Member 'ArteriesObject_Tube::Radius' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Tube, Height) == 0x000040, "Member 'ArteriesObject_Tube::Height' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Tube, Rows) == 0x000044, "Member 'ArteriesObject_Tube::Rows' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Tube, Columns) == 0x000048, "Member 'ArteriesObject_Tube::Columns' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Tube, ReturnValue) == 0x000050, "Member 'ArteriesObject_Tube::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Add \ +static_assert(alignof(ArteriesObject_Add) == 0x000010, "Wrong alignment on ArteriesObject_Add"); \ +static_assert(sizeof(ArteriesObject_Add) == 0x000080, "Wrong size on ArteriesObject_Add"); \ +static_assert(offsetof(ArteriesObject_Add, Source) == 0x000000, "Member 'ArteriesObject_Add::Source' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Add, Transform_0) == 0x000010, "Member 'ArteriesObject_Add::Transform_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Add, ReturnValue) == 0x000070, "Member 'ArteriesObject_Add::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Arc \ +static_assert(alignof(ArteriesObject_Arc) == 0x000008, "Wrong alignment on ArteriesObject_Arc"); \ +static_assert(sizeof(ArteriesObject_Arc) == 0x000020, "Wrong size on ArteriesObject_Arc"); \ +static_assert(offsetof(ArteriesObject_Arc, Groups) == 0x000000, "Member 'ArteriesObject_Arc::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Arc, NumSegments) == 0x000010, "Member 'ArteriesObject_Arc::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Arc, Angle) == 0x000014, "Member 'ArteriesObject_Arc::Angle' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Arc, ReturnValue) == 0x000018, "Member 'ArteriesObject_Arc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Blast \ +static_assert(alignof(ArteriesObject_Blast) == 0x000008, "Wrong alignment on ArteriesObject_Blast"); \ +static_assert(sizeof(ArteriesObject_Blast) == 0x000030, "Wrong size on ArteriesObject_Blast"); \ +static_assert(offsetof(ArteriesObject_Blast, Groups) == 0x000000, "Member 'ArteriesObject_Blast::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Blast, Tags) == 0x000010, "Member 'ArteriesObject_Blast::Tags' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Blast, DeleteNonSelected) == 0x000020, "Member 'ArteriesObject_Blast::DeleteNonSelected' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Blast, ReturnValue) == 0x000028, "Member 'ArteriesObject_Blast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_BreakPoints \ +static_assert(alignof(ArteriesObject_BreakPoints) == 0x000008, "Wrong alignment on ArteriesObject_BreakPoints"); \ +static_assert(sizeof(ArteriesObject_BreakPoints) == 0x000018, "Wrong size on ArteriesObject_BreakPoints"); \ +static_assert(offsetof(ArteriesObject_BreakPoints, Groups) == 0x000000, "Member 'ArteriesObject_BreakPoints::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_BreakPoints, ReturnValue) == 0x000010, "Member 'ArteriesObject_BreakPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Bridge \ +static_assert(alignof(ArteriesObject_Bridge) == 0x000008, "Wrong alignment on ArteriesObject_Bridge"); \ +static_assert(sizeof(ArteriesObject_Bridge) == 0x000018, "Wrong size on ArteriesObject_Bridge"); \ +static_assert(offsetof(ArteriesObject_Bridge, StartGroupName) == 0x000000, "Member 'ArteriesObject_Bridge::StartGroupName' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Bridge, EndGroupName) == 0x000008, "Member 'ArteriesObject_Bridge::EndGroupName' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Bridge, ReturnValue) == 0x000010, "Member 'ArteriesObject_Bridge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Carve \ +static_assert(alignof(ArteriesObject_Carve) == 0x000008, "Wrong alignment on ArteriesObject_Carve"); \ +static_assert(sizeof(ArteriesObject_Carve) == 0x000018, "Wrong size on ArteriesObject_Carve"); \ +static_assert(offsetof(ArteriesObject_Carve, StartAlign) == 0x000000, "Member 'ArteriesObject_Carve::StartAlign' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Carve, StartU) == 0x000004, "Member 'ArteriesObject_Carve::StartU' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Carve, EndAlign) == 0x000008, "Member 'ArteriesObject_Carve::EndAlign' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Carve, EndU) == 0x00000C, "Member 'ArteriesObject_Carve::EndU' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Carve, ReturnValue) == 0x000010, "Member 'ArteriesObject_Carve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Clean \ +static_assert(alignof(ArteriesObject_Clean) == 0x000008, "Wrong alignment on ArteriesObject_Clean"); \ +static_assert(sizeof(ArteriesObject_Clean) == 0x000008, "Wrong size on ArteriesObject_Clean"); \ +static_assert(offsetof(ArteriesObject_Clean, ReturnValue) == 0x000000, "Member 'ArteriesObject_Clean::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Clip \ +static_assert(alignof(ArteriesObject_Clip) == 0x000008, "Wrong alignment on ArteriesObject_Clip"); \ +static_assert(sizeof(ArteriesObject_Clip) == 0x000048, "Wrong size on ArteriesObject_Clip"); \ +static_assert(offsetof(ArteriesObject_Clip, Groups) == 0x000000, "Member 'ArteriesObject_Clip::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Clip, PlaneNormal) == 0x000010, "Member 'ArteriesObject_Clip::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Clip, PlaneDist) == 0x000028, "Member 'ArteriesObject_Clip::PlaneDist' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Clip, PositiveGroup) == 0x00002C, "Member 'ArteriesObject_Clip::PositiveGroup' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Clip, NegativeGroup) == 0x000034, "Member 'ArteriesObject_Clip::NegativeGroup' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Clip, ReturnValue) == 0x000040, "Member 'ArteriesObject_Clip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Copy \ +static_assert(alignof(ArteriesObject_Copy) == 0x000008, "Wrong alignment on ArteriesObject_Copy"); \ +static_assert(sizeof(ArteriesObject_Copy) == 0x000008, "Wrong size on ArteriesObject_Copy"); \ +static_assert(offsetof(ArteriesObject_Copy, ReturnValue) == 0x000000, "Member 'ArteriesObject_Copy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_CopyAndTransform \ +static_assert(alignof(ArteriesObject_CopyAndTransform) == 0x000010, "Wrong alignment on ArteriesObject_CopyAndTransform"); \ +static_assert(sizeof(ArteriesObject_CopyAndTransform) == 0x000080, "Wrong size on ArteriesObject_CopyAndTransform"); \ +static_assert(offsetof(ArteriesObject_CopyAndTransform, NumCopies) == 0x000000, "Member 'ArteriesObject_CopyAndTransform::NumCopies' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_CopyAndTransform, Transform_0) == 0x000010, "Member 'ArteriesObject_CopyAndTransform::Transform_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_CopyAndTransform, ReturnValue) == 0x000070, "Member 'ArteriesObject_CopyAndTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_CopyToPoints \ +static_assert(alignof(ArteriesObject_CopyToPoints) == 0x000010, "Wrong alignment on ArteriesObject_CopyToPoints"); \ +static_assert(sizeof(ArteriesObject_CopyToPoints) == 0x000090, "Wrong size on ArteriesObject_CopyToPoints"); \ +static_assert(offsetof(ArteriesObject_CopyToPoints, Groups) == 0x000000, "Member 'ArteriesObject_CopyToPoints::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_CopyToPoints, Source) == 0x000010, "Member 'ArteriesObject_CopyToPoints::Source' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_CopyToPoints, LocalTransform) == 0x000020, "Member 'ArteriesObject_CopyToPoints::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_CopyToPoints, ReturnValue) == 0x000080, "Member 'ArteriesObject_CopyToPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Divide \ +static_assert(alignof(ArteriesObject_Divide) == 0x000008, "Wrong alignment on ArteriesObject_Divide"); \ +static_assert(sizeof(ArteriesObject_Divide) == 0x000010, "Wrong size on ArteriesObject_Divide"); \ +static_assert(offsetof(ArteriesObject_Divide, Tolerance) == 0x000000, "Member 'ArteriesObject_Divide::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Divide, ReturnValue) == 0x000008, "Member 'ArteriesObject_Divide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Facet \ +static_assert(alignof(ArteriesObject_Facet) == 0x000008, "Wrong alignment on ArteriesObject_Facet"); \ +static_assert(sizeof(ArteriesObject_Facet) == 0x000010, "Wrong size on ArteriesObject_Facet"); \ +static_assert(offsetof(ArteriesObject_Facet, Tolerance) == 0x000000, "Member 'ArteriesObject_Facet::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Facet, ReturnValue) == 0x000008, "Member 'ArteriesObject_Facet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Fuse \ +static_assert(alignof(ArteriesObject_Fuse) == 0x000008, "Wrong alignment on ArteriesObject_Fuse"); \ +static_assert(sizeof(ArteriesObject_Fuse) == 0x000020, "Wrong size on ArteriesObject_Fuse"); \ +static_assert(offsetof(ArteriesObject_Fuse, Groups) == 0x000000, "Member 'ArteriesObject_Fuse::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Fuse, SnapDist) == 0x000010, "Member 'ArteriesObject_Fuse::SnapDist' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Fuse, ReturnValue) == 0x000018, "Member 'ArteriesObject_Fuse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Ground \ +static_assert(alignof(ArteriesObject_Ground) == 0x000008, "Wrong alignment on ArteriesObject_Ground"); \ +static_assert(sizeof(ArteriesObject_Ground) == 0x000008, "Wrong size on ArteriesObject_Ground"); \ +static_assert(offsetof(ArteriesObject_Ground, ReturnValue) == 0x000000, "Member 'ArteriesObject_Ground::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_GroupRange \ +static_assert(alignof(ArteriesObject_GroupRange) == 0x000008, "Wrong alignment on ArteriesObject_GroupRange"); \ +static_assert(sizeof(ArteriesObject_GroupRange) == 0x000018, "Wrong size on ArteriesObject_GroupRange"); \ +static_assert(offsetof(ArteriesObject_GroupRange, Groups) == 0x000000, "Member 'ArteriesObject_GroupRange::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_GroupRange, ReturnValue) == 0x000010, "Member 'ArteriesObject_GroupRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Hole \ +static_assert(alignof(ArteriesObject_Hole) == 0x000008, "Wrong alignment on ArteriesObject_Hole"); \ +static_assert(sizeof(ArteriesObject_Hole) == 0x000030, "Wrong size on ArteriesObject_Hole"); \ +static_assert(offsetof(ArteriesObject_Hole, OuterGroups) == 0x000000, "Member 'ArteriesObject_Hole::OuterGroups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Hole, InnerGroups) == 0x000010, "Member 'ArteriesObject_Hole::InnerGroups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Hole, Tolerance) == 0x000020, "Member 'ArteriesObject_Hole::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Hole, ReturnValue) == 0x000028, "Member 'ArteriesObject_Hole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_MakeGrids \ +static_assert(alignof(ArteriesObject_MakeGrids) == 0x000008, "Wrong alignment on ArteriesObject_MakeGrids"); \ +static_assert(sizeof(ArteriesObject_MakeGrids) == 0x000028, "Wrong size on ArteriesObject_MakeGrids"); \ +static_assert(offsetof(ArteriesObject_MakeGrids, Groups) == 0x000000, "Member 'ArteriesObject_MakeGrids::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_MakeGrids, GridSize) == 0x000010, "Member 'ArteriesObject_MakeGrids::GridSize' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_MakeGrids, MinGrids) == 0x000014, "Member 'ArteriesObject_MakeGrids::MinGrids' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_MakeGrids, OBBOnly) == 0x000018, "Member 'ArteriesObject_MakeGrids::OBBOnly' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_MakeGrids, ReturnValue) == 0x000020, "Member 'ArteriesObject_MakeGrids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Measure \ +static_assert(alignof(ArteriesObject_Measure) == 0x000008, "Wrong alignment on ArteriesObject_Measure"); \ +static_assert(sizeof(ArteriesObject_Measure) == 0x000010, "Wrong size on ArteriesObject_Measure"); \ +static_assert(offsetof(ArteriesObject_Measure, Name_0) == 0x000000, "Member 'ArteriesObject_Measure::Name_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Measure, ReturnValue) == 0x000008, "Member 'ArteriesObject_Measure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_PolyBevel \ +static_assert(alignof(ArteriesObject_PolyBevel) == 0x000008, "Wrong alignment on ArteriesObject_PolyBevel"); \ +static_assert(sizeof(ArteriesObject_PolyBevel) == 0x000030, "Wrong size on ArteriesObject_PolyBevel"); \ +static_assert(offsetof(ArteriesObject_PolyBevel, GroupType) == 0x000000, "Member 'ArteriesObject_PolyBevel::GroupType' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyBevel, Groups) == 0x000008, "Member 'ArteriesObject_PolyBevel::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyBevel, Distance) == 0x000018, "Member 'ArteriesObject_PolyBevel::Distance' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyBevel, Divisions) == 0x00001C, "Member 'ArteriesObject_PolyBevel::Divisions' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyBevel, bBevelSingleCurve) == 0x000020, "Member 'ArteriesObject_PolyBevel::bBevelSingleCurve' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyBevel, ReturnValue) == 0x000028, "Member 'ArteriesObject_PolyBevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_PolyExpand \ +static_assert(alignof(ArteriesObject_PolyExpand) == 0x000008, "Wrong alignment on ArteriesObject_PolyExpand"); \ +static_assert(sizeof(ArteriesObject_PolyExpand) == 0x000030, "Wrong size on ArteriesObject_PolyExpand"); \ +static_assert(offsetof(ArteriesObject_PolyExpand, Groups) == 0x000000, "Member 'ArteriesObject_PolyExpand::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExpand, Offset) == 0x000010, "Member 'ArteriesObject_PolyExpand::Offset' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExpand, CurveGroup) == 0x000014, "Member 'ArteriesObject_PolyExpand::CurveGroup' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExpand, SurfaceGroup) == 0x00001C, "Member 'ArteriesObject_PolyExpand::SurfaceGroup' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExpand, OutputTangents) == 0x000024, "Member 'ArteriesObject_PolyExpand::OutputTangents' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExpand, DeleteSource) == 0x000025, "Member 'ArteriesObject_PolyExpand::DeleteSource' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExpand, ReturnValue) == 0x000028, "Member 'ArteriesObject_PolyExpand::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_PolyExtrude \ +static_assert(alignof(ArteriesObject_PolyExtrude) == 0x000008, "Wrong alignment on ArteriesObject_PolyExtrude"); \ +static_assert(sizeof(ArteriesObject_PolyExtrude) == 0x000038, "Wrong size on ArteriesObject_PolyExtrude"); \ +static_assert(offsetof(ArteriesObject_PolyExtrude, Groups) == 0x000000, "Member 'ArteriesObject_PolyExtrude::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExtrude, Distance) == 0x000010, "Member 'ArteriesObject_PolyExtrude::Distance' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExtrude, Inset) == 0x000014, "Member 'ArteriesObject_PolyExtrude::Inset' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExtrude, FrontGroup) == 0x000018, "Member 'ArteriesObject_PolyExtrude::FrontGroup' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExtrude, SideGroup) == 0x000020, "Member 'ArteriesObject_PolyExtrude::SideGroup' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExtrude, DeleteSource) == 0x000028, "Member 'ArteriesObject_PolyExtrude::DeleteSource' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PolyExtrude, ReturnValue) == 0x000030, "Member 'ArteriesObject_PolyExtrude::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Resample \ +static_assert(alignof(ArteriesObject_Resample) == 0x000008, "Wrong alignment on ArteriesObject_Resample"); \ +static_assert(sizeof(ArteriesObject_Resample) == 0x000018, "Wrong size on ArteriesObject_Resample"); \ +static_assert(offsetof(ArteriesObject_Resample, ByEdge) == 0x000000, "Member 'ArteriesObject_Resample::ByEdge' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Resample, SegmentLength) == 0x000004, "Member 'ArteriesObject_Resample::SegmentLength' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Resample, NumSegments) == 0x000008, "Member 'ArteriesObject_Resample::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Resample, OutputType) == 0x00000C, "Member 'ArteriesObject_Resample::OutputType' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Resample, ReturnValue) == 0x000010, "Member 'ArteriesObject_Resample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Reverse \ +static_assert(alignof(ArteriesObject_Reverse) == 0x000008, "Wrong alignment on ArteriesObject_Reverse"); \ +static_assert(sizeof(ArteriesObject_Reverse) == 0x000018, "Wrong size on ArteriesObject_Reverse"); \ +static_assert(offsetof(ArteriesObject_Reverse, Groups) == 0x000000, "Member 'ArteriesObject_Reverse::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Reverse, ReturnValue) == 0x000010, "Member 'ArteriesObject_Reverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Road \ +static_assert(alignof(ArteriesObject_Road) == 0x000008, "Wrong alignment on ArteriesObject_Road"); \ +static_assert(sizeof(ArteriesObject_Road) == 0x000010, "Wrong size on ArteriesObject_Road"); \ +static_assert(offsetof(ArteriesObject_Road, DefaultWidth) == 0x000000, "Member 'ArteriesObject_Road::DefaultWidth' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Road, ReturnValue) == 0x000008, "Member 'ArteriesObject_Road::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Scatter \ +static_assert(alignof(ArteriesObject_Scatter) == 0x000008, "Wrong alignment on ArteriesObject_Scatter"); \ +static_assert(sizeof(ArteriesObject_Scatter) == 0x000028, "Wrong size on ArteriesObject_Scatter"); \ +static_assert(offsetof(ArteriesObject_Scatter, Groups) == 0x000000, "Member 'ArteriesObject_Scatter::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Scatter, Seed) == 0x000010, "Member 'ArteriesObject_Scatter::Seed' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Scatter, Count) == 0x000014, "Member 'ArteriesObject_Scatter::Count' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Scatter, Density) == 0x000018, "Member 'ArteriesObject_Scatter::Density' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Scatter, Iterations) == 0x00001C, "Member 'ArteriesObject_Scatter::Iterations' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Scatter, ReturnValue) == 0x000020, "Member 'ArteriesObject_Scatter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_SetMaterial \ +static_assert(alignof(ArteriesObject_SetMaterial) == 0x000008, "Wrong alignment on ArteriesObject_SetMaterial"); \ +static_assert(sizeof(ArteriesObject_SetMaterial) == 0x000048, "Wrong size on ArteriesObject_SetMaterial"); \ +static_assert(offsetof(ArteriesObject_SetMaterial, Groups) == 0x000000, "Member 'ArteriesObject_SetMaterial::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SetMaterial, Material) == 0x000010, "Member 'ArteriesObject_SetMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SetMaterial, UVScale) == 0x000018, "Member 'ArteriesObject_SetMaterial::UVScale' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SetMaterial, UVOffset) == 0x000028, "Member 'ArteriesObject_SetMaterial::UVOffset' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SetMaterial, UVRotation) == 0x000038, "Member 'ArteriesObject_SetMaterial::UVRotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SetMaterial, NullOnly) == 0x00003C, "Member 'ArteriesObject_SetMaterial::NullOnly' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SetMaterial, ReturnValue) == 0x000040, "Member 'ArteriesObject_SetMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_SortByAttribute \ +static_assert(alignof(ArteriesObject_SortByAttribute) == 0x000008, "Wrong alignment on ArteriesObject_SortByAttribute"); \ +static_assert(sizeof(ArteriesObject_SortByAttribute) == 0x000010, "Wrong size on ArteriesObject_SortByAttribute"); \ +static_assert(offsetof(ArteriesObject_SortByAttribute, AttrName) == 0x000000, "Member 'ArteriesObject_SortByAttribute::AttrName' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SortByAttribute, ReturnValue) == 0x000008, "Member 'ArteriesObject_SortByAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_SortRandomly \ +static_assert(alignof(ArteriesObject_SortRandomly) == 0x000008, "Wrong alignment on ArteriesObject_SortRandomly"); \ +static_assert(sizeof(ArteriesObject_SortRandomly) == 0x000010, "Wrong size on ArteriesObject_SortRandomly"); \ +static_assert(offsetof(ArteriesObject_SortRandomly, Seed) == 0x000000, "Member 'ArteriesObject_SortRandomly::Seed' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SortRandomly, ReturnValue) == 0x000008, "Member 'ArteriesObject_SortRandomly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_SubDivide \ +static_assert(alignof(ArteriesObject_SubDivide) == 0x000008, "Wrong alignment on ArteriesObject_SubDivide"); \ +static_assert(sizeof(ArteriesObject_SubDivide) == 0x000020, "Wrong size on ArteriesObject_SubDivide"); \ +static_assert(offsetof(ArteriesObject_SubDivide, Groups) == 0x000000, "Member 'ArteriesObject_SubDivide::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SubDivide, MinLength) == 0x000010, "Member 'ArteriesObject_SubDivide::MinLength' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_SubDivide, ReturnValue) == 0x000018, "Member 'ArteriesObject_SubDivide::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Sweep \ +static_assert(alignof(ArteriesObject_Sweep) == 0x000008, "Wrong alignment on ArteriesObject_Sweep"); \ +static_assert(sizeof(ArteriesObject_Sweep) == 0x000010, "Wrong size on ArteriesObject_Sweep"); \ +static_assert(offsetof(ArteriesObject_Sweep, BackBones) == 0x000000, "Member 'ArteriesObject_Sweep::BackBones' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Sweep, ReturnValue) == 0x000008, "Member 'ArteriesObject_Sweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Transform \ +static_assert(alignof(ArteriesObject_Transform) == 0x000008, "Wrong alignment on ArteriesObject_Transform"); \ +static_assert(sizeof(ArteriesObject_Transform) == 0x000068, "Wrong size on ArteriesObject_Transform"); \ +static_assert(offsetof(ArteriesObject_Transform, GroupType) == 0x000000, "Member 'ArteriesObject_Transform::GroupType' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Transform, Groups) == 0x000008, "Member 'ArteriesObject_Transform::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Transform, Rotation) == 0x000018, "Member 'ArteriesObject_Transform::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Transform, Translation) == 0x000030, "Member 'ArteriesObject_Transform::Translation' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Transform, Scale) == 0x000048, "Member 'ArteriesObject_Transform::Scale' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Transform, ReturnValue) == 0x000060, "Member 'ArteriesObject_Transform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Triangulate \ +static_assert(alignof(ArteriesObject_Triangulate) == 0x000008, "Wrong alignment on ArteriesObject_Triangulate"); \ +static_assert(sizeof(ArteriesObject_Triangulate) == 0x000008, "Wrong size on ArteriesObject_Triangulate"); \ +static_assert(offsetof(ArteriesObject_Triangulate, ReturnValue) == 0x000000, "Member 'ArteriesObject_Triangulate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_Voronoi \ +static_assert(alignof(ArteriesObject_Voronoi) == 0x000008, "Wrong alignment on ArteriesObject_Voronoi"); \ +static_assert(sizeof(ArteriesObject_Voronoi) == 0x000028, "Wrong size on ArteriesObject_Voronoi"); \ +static_assert(offsetof(ArteriesObject_Voronoi, Groups) == 0x000000, "Member 'ArteriesObject_Voronoi::Groups' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Voronoi, Seed) == 0x000010, "Member 'ArteriesObject_Voronoi::Seed' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Voronoi, Count) == 0x000014, "Member 'ArteriesObject_Voronoi::Count' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Voronoi, Density) == 0x000018, "Member 'ArteriesObject_Voronoi::Density' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Voronoi, Iterations) == 0x00001C, "Member 'ArteriesObject_Voronoi::Iterations' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_Voronoi, ReturnValue) == 0x000020, "Member 'ArteriesObject_Voronoi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_GetPointInt \ +static_assert(alignof(ArteriesObject_GetPointInt) == 0x000004, "Wrong alignment on ArteriesObject_GetPointInt"); \ +static_assert(sizeof(ArteriesObject_GetPointInt) == 0x000010, "Wrong size on ArteriesObject_GetPointInt"); \ +static_assert(offsetof(ArteriesObject_GetPointInt, Key) == 0x000000, "Member 'ArteriesObject_GetPointInt::Key' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_GetPointInt, Index_0) == 0x000008, "Member 'ArteriesObject_GetPointInt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_GetPointInt, ReturnValue) == 0x00000C, "Member 'ArteriesObject_GetPointInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_GetPointTransform \ +static_assert(alignof(ArteriesObject_GetPointTransform) == 0x000010, "Wrong alignment on ArteriesObject_GetPointTransform"); \ +static_assert(sizeof(ArteriesObject_GetPointTransform) == 0x000070, "Wrong size on ArteriesObject_GetPointTransform"); \ +static_assert(offsetof(ArteriesObject_GetPointTransform, Index_0) == 0x000000, "Member 'ArteriesObject_GetPointTransform::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_GetPointTransform, ReturnValue) == 0x000010, "Member 'ArteriesObject_GetPointTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_GetPrimitiveInt \ +static_assert(alignof(ArteriesObject_GetPrimitiveInt) == 0x000004, "Wrong alignment on ArteriesObject_GetPrimitiveInt"); \ +static_assert(sizeof(ArteriesObject_GetPrimitiveInt) == 0x000010, "Wrong size on ArteriesObject_GetPrimitiveInt"); \ +static_assert(offsetof(ArteriesObject_GetPrimitiveInt, Key) == 0x000000, "Member 'ArteriesObject_GetPrimitiveInt::Key' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_GetPrimitiveInt, Index_0) == 0x000008, "Member 'ArteriesObject_GetPrimitiveInt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_GetPrimitiveInt, ReturnValue) == 0x00000C, "Member 'ArteriesObject_GetPrimitiveInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_LastPoint \ +static_assert(alignof(ArteriesObject_LastPoint) == 0x000004, "Wrong alignment on ArteriesObject_LastPoint"); \ +static_assert(sizeof(ArteriesObject_LastPoint) == 0x000004, "Wrong size on ArteriesObject_LastPoint"); \ +static_assert(offsetof(ArteriesObject_LastPoint, ReturnValue) == 0x000000, "Member 'ArteriesObject_LastPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_LastPrimitive \ +static_assert(alignof(ArteriesObject_LastPrimitive) == 0x000004, "Wrong alignment on ArteriesObject_LastPrimitive"); \ +static_assert(sizeof(ArteriesObject_LastPrimitive) == 0x000004, "Wrong size on ArteriesObject_LastPrimitive"); \ +static_assert(offsetof(ArteriesObject_LastPrimitive, ReturnValue) == 0x000000, "Member 'ArteriesObject_LastPrimitive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_NumPoints \ +static_assert(alignof(ArteriesObject_NumPoints) == 0x000004, "Wrong alignment on ArteriesObject_NumPoints"); \ +static_assert(sizeof(ArteriesObject_NumPoints) == 0x000004, "Wrong size on ArteriesObject_NumPoints"); \ +static_assert(offsetof(ArteriesObject_NumPoints, ReturnValue) == 0x000000, "Member 'ArteriesObject_NumPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_NumPrimitives \ +static_assert(alignof(ArteriesObject_NumPrimitives) == 0x000004, "Wrong alignment on ArteriesObject_NumPrimitives"); \ +static_assert(sizeof(ArteriesObject_NumPrimitives) == 0x000004, "Wrong size on ArteriesObject_NumPrimitives"); \ +static_assert(offsetof(ArteriesObject_NumPrimitives, ReturnValue) == 0x000000, "Member 'ArteriesObject_NumPrimitives::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_PointInGroup \ +static_assert(alignof(ArteriesObject_PointInGroup) == 0x000004, "Wrong alignment on ArteriesObject_PointInGroup"); \ +static_assert(sizeof(ArteriesObject_PointInGroup) == 0x000010, "Wrong size on ArteriesObject_PointInGroup"); \ +static_assert(offsetof(ArteriesObject_PointInGroup, GroupName) == 0x000000, "Member 'ArteriesObject_PointInGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PointInGroup, Index_0) == 0x000008, "Member 'ArteriesObject_PointInGroup::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PointInGroup, ReturnValue) == 0x00000C, "Member 'ArteriesObject_PointInGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ArteriesObject_PrimitiveInGroup \ +static_assert(alignof(ArteriesObject_PrimitiveInGroup) == 0x000004, "Wrong alignment on ArteriesObject_PrimitiveInGroup"); \ +static_assert(sizeof(ArteriesObject_PrimitiveInGroup) == 0x000010, "Wrong size on ArteriesObject_PrimitiveInGroup"); \ +static_assert(offsetof(ArteriesObject_PrimitiveInGroup, GroupName) == 0x000000, "Member 'ArteriesObject_PrimitiveInGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PrimitiveInGroup, Index_0) == 0x000008, "Member 'ArteriesObject_PrimitiveInGroup::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ArteriesObject_PrimitiveInGroup, ReturnValue) == 0x00000C, "Member 'ArteriesObject_PrimitiveInGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UArteriesObject \ +static_assert(alignof(UArteriesObject) == 0x000008, "Wrong alignment on UArteriesObject"); \ +static_assert(sizeof(UArteriesObject) == 0x000188, "Wrong size on UArteriesObject"); \ +static_assert(offsetof(UArteriesObject, PointGroups) == 0x000028, "Member 'UArteriesObject::PointGroups' has a wrong offset!"); \ +static_assert(offsetof(UArteriesObject, EdgeGroups) == 0x000078, "Member 'UArteriesObject::EdgeGroups' has a wrong offset!"); \ +static_assert(offsetof(UArteriesObject, PrimitiveGroups) == 0x0000C8, "Member 'UArteriesObject::PrimitiveGroups' has a wrong offset!"); \ +static_assert(offsetof(UArteriesObject, InstancesMap) == 0x000118, "Member 'UArteriesObject::InstancesMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBaseTransformedSoftObject \ +static_assert(alignof(FBaseTransformedSoftObject) == 0x000010, "Wrong alignment on FBaseTransformedSoftObject"); \ +static_assert(sizeof(FBaseTransformedSoftObject) == 0x000080, "Wrong size on FBaseTransformedSoftObject"); \ +static_assert(offsetof(FBaseTransformedSoftObject, SoftObjectPath) == 0x000000, "Member 'FBaseTransformedSoftObject::SoftObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FBaseTransformedSoftObject, BaseTransform) == 0x000020, "Member 'FBaseTransformedSoftObject::BaseTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSArteriesStackParam \ +static_assert(alignof(FGSArteriesStackParam) == 0x000001, "Wrong alignment on FGSArteriesStackParam"); \ +static_assert(sizeof(FGSArteriesStackParam) == 0x000005, "Wrong size on FGSArteriesStackParam"); \ +static_assert(offsetof(FGSArteriesStackParam, bCanBeStackedOnto) == 0x000000, "Member 'FGSArteriesStackParam::bCanBeStackedOnto' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesStackParam, eFixToLevel) == 0x000001, "Member 'FGSArteriesStackParam::eFixToLevel' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesStackParam, eCanPitchAt) == 0x000002, "Member 'FGSArteriesStackParam::eCanPitchAt' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesStackParam, eCanRollAt) == 0x000003, "Member 'FGSArteriesStackParam::eCanRollAt' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesStackParam, eCanYawAt) == 0x000004, "Member 'FGSArteriesStackParam::eCanYawAt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSArteriesStackRule \ +static_assert(alignof(FGSArteriesStackRule) == 0x000004, "Wrong alignment on FGSArteriesStackRule"); \ +static_assert(sizeof(FGSArteriesStackRule) == 0x000010, "Wrong size on FGSArteriesStackRule"); \ +static_assert(offsetof(FGSArteriesStackRule, StackParam) == 0x000000, "Member 'FGSArteriesStackRule::StackParam' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesStackRule, MinTotalNumber) == 0x000008, "Member 'FGSArteriesStackRule::MinTotalNumber' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesStackRule, MaxTotalNumber) == 0x00000C, "Member 'FGSArteriesStackRule::MaxTotalNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSArteriesPlacementInfo \ +static_assert(alignof(FGSArteriesPlacementInfo) == 0x000010, "Wrong alignment on FGSArteriesPlacementInfo"); \ +static_assert(sizeof(FGSArteriesPlacementInfo) == 0x0000C0, "Wrong size on FGSArteriesPlacementInfo"); \ +static_assert(offsetof(FGSArteriesPlacementInfo, eCurEnumLevel) == 0x000000, "Member 'FGSArteriesPlacementInfo::eCurEnumLevel' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesPlacementInfo, ePlacementType) == 0x000004, "Member 'FGSArteriesPlacementInfo::ePlacementType' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesPlacementInfo, PlacedSoftPath) == 0x000008, "Member 'FGSArteriesPlacementInfo::PlacedSoftPath' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesPlacementInfo, PlacedBound) == 0x000020, "Member 'FGSArteriesPlacementInfo::PlacedBound' has a wrong offset!"); \ +static_assert(offsetof(FGSArteriesPlacementInfo, NoisedTransform) == 0x000060, "Member 'FGSArteriesPlacementInfo::NoisedTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesSplineComponent_BindSplineToBoxExtent \ +static_assert(alignof(GSEArteriesSplineComponent_BindSplineToBoxExtent) == 0x000008, "Wrong alignment on GSEArteriesSplineComponent_BindSplineToBoxExtent"); \ +static_assert(sizeof(GSEArteriesSplineComponent_BindSplineToBoxExtent) == 0x000018, "Wrong size on GSEArteriesSplineComponent_BindSplineToBoxExtent"); \ +static_assert(offsetof(GSEArteriesSplineComponent_BindSplineToBoxExtent, InBoxExtent) == 0x000000, "Member 'GSEArteriesSplineComponent_BindSplineToBoxExtent::InBoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesSplineComponent_IsGSArteriesSplineClosed \ +static_assert(alignof(GSEArteriesSplineComponent_IsGSArteriesSplineClosed) == 0x000001, "Wrong alignment on GSEArteriesSplineComponent_IsGSArteriesSplineClosed"); \ +static_assert(sizeof(GSEArteriesSplineComponent_IsGSArteriesSplineClosed) == 0x000001, "Wrong size on GSEArteriesSplineComponent_IsGSArteriesSplineClosed"); \ +static_assert(offsetof(GSEArteriesSplineComponent_IsGSArteriesSplineClosed, ReturnValue) == 0x000000, "Member 'GSEArteriesSplineComponent_IsGSArteriesSplineClosed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect \ +static_assert(alignof(GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect) == 0x000004, "Wrong alignment on GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect"); \ +static_assert(sizeof(GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect) == 0x000008, "Wrong size on GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect"); \ +static_assert(offsetof(GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect, CloseDistance) == 0x000000, "Member 'GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect::CloseDistance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect, ReturnValue) == 0x000004, "Member 'GSEArteriesSplineComponent_MakeGSArteriesSplineClosedAsRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesSplineComponent_SetGSArteriesSplineMinUnitLength \ +static_assert(alignof(GSEArteriesSplineComponent_SetGSArteriesSplineMinUnitLength) == 0x000004, "Wrong alignment on GSEArteriesSplineComponent_SetGSArteriesSplineMinUnitLength"); \ +static_assert(sizeof(GSEArteriesSplineComponent_SetGSArteriesSplineMinUnitLength) == 0x000004, "Wrong size on GSEArteriesSplineComponent_SetGSArteriesSplineMinUnitLength"); \ +static_assert(offsetof(GSEArteriesSplineComponent_SetGSArteriesSplineMinUnitLength, Length) == 0x000000, "Member 'GSEArteriesSplineComponent_SetGSArteriesSplineMinUnitLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEArteriesSplineComponent \ +static_assert(alignof(UGSEArteriesSplineComponent) == 0x000010, "Wrong alignment on UGSEArteriesSplineComponent"); \ +static_assert(sizeof(UGSEArteriesSplineComponent) == 0x0006A0, "Wrong size on UGSEArteriesSplineComponent"); \ +static_assert(offsetof(UGSEArteriesSplineComponent, bSplineClosed) == 0x000680, "Member 'UGSEArteriesSplineComponent::bSplineClosed' has a wrong offset!"); \ +static_assert(offsetof(UGSEArteriesSplineComponent, BindedBoxExtent) == 0x000688, "Member 'UGSEArteriesSplineComponent::BindedBoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesActor_CloseSplineAndBuild \ +static_assert(alignof(GSEArteriesActor_CloseSplineAndBuild) == 0x000004, "Wrong alignment on GSEArteriesActor_CloseSplineAndBuild"); \ +static_assert(sizeof(GSEArteriesActor_CloseSplineAndBuild) == 0x000008, "Wrong size on GSEArteriesActor_CloseSplineAndBuild"); \ +static_assert(offsetof(GSEArteriesActor_CloseSplineAndBuild, CloseDistance) == 0x000000, "Member 'GSEArteriesActor_CloseSplineAndBuild::CloseDistance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesActor_CloseSplineAndBuild, ReturnValue) == 0x000004, "Member 'GSEArteriesActor_CloseSplineAndBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesActor_SetSplineUnitLength \ +static_assert(alignof(GSEArteriesActor_SetSplineUnitLength) == 0x000004, "Wrong alignment on GSEArteriesActor_SetSplineUnitLength"); \ +static_assert(sizeof(GSEArteriesActor_SetSplineUnitLength) == 0x000004, "Wrong size on GSEArteriesActor_SetSplineUnitLength"); \ +static_assert(offsetof(GSEArteriesActor_SetSplineUnitLength, Length) == 0x000000, "Member 'GSEArteriesActor_SetSplineUnitLength::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSEArteriesActor \ +static_assert(alignof(AGSEArteriesActor) == 0x000008, "Wrong alignment on AGSEArteriesActor"); \ +static_assert(sizeof(AGSEArteriesActor) == 0x000340, "Wrong size on AGSEArteriesActor"); \ +static_assert(offsetof(AGSEArteriesActor, bEnableCollision) == 0x000328, "Member 'AGSEArteriesActor::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(AGSEArteriesActor, MobilityMode) == 0x000329, "Member 'AGSEArteriesActor::MobilityMode' has a wrong offset!"); \ +static_assert(offsetof(AGSEArteriesActor, InteractType) == 0x00032A, "Member 'AGSEArteriesActor::InteractType' has a wrong offset!"); \ +static_assert(offsetof(AGSEArteriesActor, GSEArteriesSplineComp) == 0x000330, "Member 'AGSEArteriesActor::GSEArteriesSplineComp' has a wrong offset!"); \ +static_assert(offsetof(AGSEArteriesActor, GSEArteriesBoxComp) == 0x000338, "Member 'AGSEArteriesActor::GSEArteriesBoxComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesBoxComponent_GetSurfacePointsClockWise \ +static_assert(alignof(GSEArteriesBoxComponent_GetSurfacePointsClockWise) == 0x000008, "Wrong alignment on GSEArteriesBoxComponent_GetSurfacePointsClockWise"); \ +static_assert(sizeof(GSEArteriesBoxComponent_GetSurfacePointsClockWise) == 0x000018, "Wrong size on GSEArteriesBoxComponent_GetSurfacePointsClockWise"); \ +static_assert(offsetof(GSEArteriesBoxComponent_GetSurfacePointsClockWise, bBottomSurface) == 0x000000, "Member 'GSEArteriesBoxComponent_GetSurfacePointsClockWise::bBottomSurface' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesBoxComponent_GetSurfacePointsClockWise, ReturnValue) == 0x000008, "Member 'GSEArteriesBoxComponent_GetSurfacePointsClockWise::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEArteriesBoxComponent \ +static_assert(alignof(UGSEArteriesBoxComponent) == 0x000010, "Wrong alignment on UGSEArteriesBoxComponent"); \ +static_assert(sizeof(UGSEArteriesBoxComponent) == 0x0005D0, "Wrong size on UGSEArteriesBoxComponent"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AddLineAlongSpline \ +static_assert(alignof(GSEArteriesFuncLib_AddLineAlongSpline) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_AddLineAlongSpline"); \ +static_assert(sizeof(GSEArteriesFuncLib_AddLineAlongSpline) == 0x000018, "Wrong size on GSEArteriesFuncLib_AddLineAlongSpline"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddLineAlongSpline, SplineComp) == 0x000000, "Member 'GSEArteriesFuncLib_AddLineAlongSpline::SplineComp' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddLineAlongSpline, Length) == 0x000008, "Member 'GSEArteriesFuncLib_AddLineAlongSpline::Length' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddLineAlongSpline, ReturnValue) == 0x000010, "Member 'GSEArteriesFuncLib_AddLineAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AddNoiseToPoints \ +static_assert(alignof(GSEArteriesFuncLib_AddNoiseToPoints) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AddNoiseToPoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_AddNoiseToPoints) == 0x000100, "Wrong size on GSEArteriesFuncLib_AddNoiseToPoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, TransformNoiseLow) == 0x000020, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::TransformNoiseLow' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, TransformNoiseHigh) == 0x000080, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::TransformNoiseHigh' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, StepYaw) == 0x0000E0, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::StepYaw' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, StepPitch) == 0x0000E4, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::StepPitch' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, StepRoll) == 0x0000E8, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::StepRoll' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, NoiseRatio) == 0x0000EC, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::NoiseRatio' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddNoiseToPoints, ReturnValue) == 0x0000F0, "Member 'GSEArteriesFuncLib_AddNoiseToPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AddPerpendicularLinesAlongLine \ +static_assert(alignof(GSEArteriesFuncLib_AddPerpendicularLinesAlongLine) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_AddPerpendicularLinesAlongLine"); \ +static_assert(sizeof(GSEArteriesFuncLib_AddPerpendicularLinesAlongLine) == 0x000028, "Wrong size on GSEArteriesFuncLib_AddPerpendicularLinesAlongLine"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddPerpendicularLinesAlongLine, BackBones) == 0x000000, "Member 'GSEArteriesFuncLib_AddPerpendicularLinesAlongLine::BackBones' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddPerpendicularLinesAlongLine, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_AddPerpendicularLinesAlongLine::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddPerpendicularLinesAlongLine, Length) == 0x000018, "Member 'GSEArteriesFuncLib_AddPerpendicularLinesAlongLine::Length' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddPerpendicularLinesAlongLine, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_AddPerpendicularLinesAlongLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AddRoofToSimpleRect \ +static_assert(alignof(GSEArteriesFuncLib_AddRoofToSimpleRect) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_AddRoofToSimpleRect"); \ +static_assert(sizeof(GSEArteriesFuncLib_AddRoofToSimpleRect) == 0x000020, "Wrong size on GSEArteriesFuncLib_AddRoofToSimpleRect"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddRoofToSimpleRect, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AddRoofToSimpleRect::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddRoofToSimpleRect, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_AddRoofToSimpleRect::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AddRoofToSimpleRect, ReturnValue) == 0x000018, "Member 'GSEArteriesFuncLib_AddRoofToSimpleRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath) == 0x0000A0, "Wrong size on GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, Sources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::Sources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, LocalTransform) == 0x000030, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, UnitLength) == 0x000090, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::UnitLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, bCatOutCorner) == 0x000094, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::bCatOutCorner' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, bAlongCurveOutNormalOnly) == 0x000095, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::bAlongCurveOutNormalOnly' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath, ReturnValue) == 0x000098, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerCatenatePointsBySoftPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath) == 0x0000A0, "Wrong size on GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath, Sources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath::Sources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath, LocalTransform) == 0x000030, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath, bAsInnerCorner) == 0x000090, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath::bAsInnerCorner' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath, bAlongCurveOutNormalOnly) == 0x000091, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath::bAlongCurveOutNormalOnly' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath, ReturnValue) == 0x000098, "Member 'GSEArteriesFuncLib_AdvancedCopyToCornerPointsBySoftPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath) == 0x0000A0, "Wrong size on GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath, Sources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath::Sources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath, LocalTransform) == 0x000030, "Member 'GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath, bIgnoreDelatZ) == 0x000090, "Member 'GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath::bIgnoreDelatZ' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath, ReturnValue) == 0x000098, "Member 'GSEArteriesFuncLib_AdvancedCopyToEndPointsBySoftPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedCopyToPoints \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedCopyToPoints) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedCopyToPoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedCopyToPoints) == 0x0000A0, "Wrong size on GSEArteriesFuncLib_AdvancedCopyToPoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedCopyToPoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPoints, Groups) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedCopyToPoints::Groups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPoints, Sources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedCopyToPoints::Sources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPoints, LocalTransform) == 0x000030, "Member 'GSEArteriesFuncLib_AdvancedCopyToPoints::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPoints, ReturnValue) == 0x000090, "Member 'GSEArteriesFuncLib_AdvancedCopyToPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath) == 0x0000A0, "Wrong size on GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath, Groups) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath::Groups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath, Sources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath::Sources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath, LocalTransform) == 0x000030, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath, bIgnoreCorner) == 0x000090, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath::bIgnoreCorner' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath, bIgnoreCornerAdjacent) == 0x000091, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath::bIgnoreCornerAdjacent' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath, ReturnValue) == 0x000098, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsBySoftPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath) == 0x000170, "Wrong size on GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, Groups) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::Groups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, Sources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::Sources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, LocalTransform) == 0x000030, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, TransformNoiseLow) == 0x000090, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::TransformNoiseLow' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, TransformNoiseHigh) == 0x0000F0, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::TransformNoiseHigh' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, EachPathWidth) == 0x000150, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::EachPathWidth' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, bIgnoreCorner) == 0x000154, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::bIgnoreCorner' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, bIgnoreCornerAdjacent) == 0x000155, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::bIgnoreCornerAdjacent' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, bGenerateMultiPath) == 0x000156, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::bGenerateMultiPath' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, GenPathCount) == 0x000158, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::GenPathCount' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath, ReturnValue) == 0x000160, "Member 'GSEArteriesFuncLib_AdvancedCopyToPointsByTrSoftPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents) == 0x000170, "Wrong size on GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, Groups) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::Groups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, MeshSources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::MeshSources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, LocalTransform) == 0x000030, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, TransformNoiseLow) == 0x000090, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::TransformNoiseLow' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, TransformNoiseHigh) == 0x0000F0, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::TransformNoiseHigh' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, SampleAxis) == 0x000150, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::SampleAxis' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, StepYaw) == 0x000154, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::StepYaw' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, StepPitch) == 0x000158, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::StepPitch' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, StepRoll) == 0x00015C, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::StepRoll' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, LineNoiseChance) == 0x000160, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::LineNoiseChance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, ResampleScale) == 0x000164, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::ResampleScale' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents, ReturnValue) == 0x000168, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsByMeshExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents) == 0x000190, "Wrong size on GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, Groups) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::Groups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, Sources) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::Sources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, NoiseSources) == 0x000028, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::NoiseSources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, LocalTransform) == 0x000040, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, TransformNoiseLow) == 0x0000A0, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::TransformNoiseLow' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, TransformNoiseHigh) == 0x000100, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::TransformNoiseHigh' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, SampleAxis) == 0x000160, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::SampleAxis' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, StepYaw) == 0x000164, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::StepYaw' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, StepPitch) == 0x000168, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::StepPitch' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, StepRoll) == 0x00016C, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::StepRoll' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, LineTwistChance) == 0x000170, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::LineTwistChance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, UnitNoiseChane) == 0x000174, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::UnitNoiseChane' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, ResampleScale) == 0x000178, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::ResampleScale' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, IterationCount) == 0x00017C, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::IterationCount' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, CurvelyAdjusting) == 0x000180, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::CurvelyAdjusting' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents, ReturnValue) == 0x000188, "Member 'GSEArteriesFuncLib_AdvancedSmartCopyToPointsBySoftObjectExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath \ +static_assert(alignof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath) == 0x000010, "Wrong alignment on GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath"); \ +static_assert(sizeof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath) == 0x0001D0, "Wrong size on GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, OwnerActor) == 0x000000, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, Target) == 0x000008, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, ExpectedObjectsNum) == 0x000010, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::ExpectedObjectsNum' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, Groups) == 0x000018, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::Groups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, SoftPathToRuleMap) == 0x000028, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::SoftPathToRuleMap' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, LocalTransform) == 0x000080, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, TransformNoiseLow) == 0x0000E0, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::TransformNoiseLow' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, TransformNoiseHigh) == 0x000140, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::TransformNoiseHigh' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, InCustomCornerLocs) == 0x0001A0, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::InCustomCornerLocs' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, StepYaw) == 0x0001B0, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::StepYaw' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, StepPitch) == 0x0001B4, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::StepPitch' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, StepRoll) == 0x0001B8, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::StepRoll' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath, ReturnValue) == 0x0001C0, "Member 'GSEArteriesFuncLib_AdvancedSmartStackToPointsBySoftPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_AggregatePoints \ +static_assert(alignof(GSEArteriesFuncLib_AggregatePoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_AggregatePoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_AggregatePoints) == 0x000028, "Wrong size on GSEArteriesFuncLib_AggregatePoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_AggregatePoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_AggregatePoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AggregatePoints, Groups) == 0x000008, "Member 'GSEArteriesFuncLib_AggregatePoints::Groups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AggregatePoints, DesiredGroupNum) == 0x000018, "Member 'GSEArteriesFuncLib_AggregatePoints::DesiredGroupNum' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_AggregatePoints, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_AggregatePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_BreakPrimitivesIntoPoints \ +static_assert(alignof(GSEArteriesFuncLib_BreakPrimitivesIntoPoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_BreakPrimitivesIntoPoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_BreakPrimitivesIntoPoints) == 0x000028, "Wrong size on GSEArteriesFuncLib_BreakPrimitivesIntoPoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_BreakPrimitivesIntoPoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_BreakPrimitivesIntoPoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_BreakPrimitivesIntoPoints, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_BreakPrimitivesIntoPoints::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_BreakPrimitivesIntoPoints, bKeepRotation) == 0x000018, "Member 'GSEArteriesFuncLib_BreakPrimitivesIntoPoints::bKeepRotation' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_BreakPrimitivesIntoPoints, bResetUpDirection) == 0x000019, "Member 'GSEArteriesFuncLib_BreakPrimitivesIntoPoints::bResetUpDirection' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_BreakPrimitivesIntoPoints, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_BreakPrimitivesIntoPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_CreateGSArteriesPoint \ +static_assert(alignof(GSEArteriesFuncLib_CreateGSArteriesPoint) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_CreateGSArteriesPoint"); \ +static_assert(sizeof(GSEArteriesFuncLib_CreateGSArteriesPoint) == 0x000020, "Wrong size on GSEArteriesFuncLib_CreateGSArteriesPoint"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateGSArteriesPoint, InPosition) == 0x000000, "Member 'GSEArteriesFuncLib_CreateGSArteriesPoint::InPosition' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateGSArteriesPoint, ReturnValue) == 0x000018, "Member 'GSEArteriesFuncLib_CreateGSArteriesPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_CreateNoiseGroup \ +static_assert(alignof(GSEArteriesFuncLib_CreateNoiseGroup) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_CreateNoiseGroup"); \ +static_assert(sizeof(GSEArteriesFuncLib_CreateNoiseGroup) == 0x000048, "Wrong size on GSEArteriesFuncLib_CreateNoiseGroup"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateNoiseGroup, Target) == 0x000000, "Member 'GSEArteriesFuncLib_CreateNoiseGroup::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateNoiseGroup, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_CreateNoiseGroup::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateNoiseGroup, OutGeneralGroup) == 0x000018, "Member 'GSEArteriesFuncLib_CreateNoiseGroup::OutGeneralGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateNoiseGroup, OutNoiseGroup) == 0x000028, "Member 'GSEArteriesFuncLib_CreateNoiseGroup::OutNoiseGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateNoiseGroup, NoiseRatio) == 0x000038, "Member 'GSEArteriesFuncLib_CreateNoiseGroup::NoiseRatio' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateNoiseGroup, ReturnValue) == 0x000040, "Member 'GSEArteriesFuncLib_CreateNoiseGroup::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_CreateSamplingSurface \ +static_assert(alignof(GSEArteriesFuncLib_CreateSamplingSurface) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_CreateSamplingSurface"); \ +static_assert(sizeof(GSEArteriesFuncLib_CreateSamplingSurface) == 0x000040, "Wrong size on GSEArteriesFuncLib_CreateSamplingSurface"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSamplingSurface, BackBones) == 0x000000, "Member 'GSEArteriesFuncLib_CreateSamplingSurface::BackBones' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSamplingSurface, InPrimGroup) == 0x000008, "Member 'GSEArteriesFuncLib_CreateSamplingSurface::InPrimGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSamplingSurface, Length) == 0x000018, "Member 'GSEArteriesFuncLib_CreateSamplingSurface::Length' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSamplingSurface, InDirection) == 0x000020, "Member 'GSEArteriesFuncLib_CreateSamplingSurface::InDirection' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSamplingSurface, ReturnValue) == 0x000038, "Member 'GSEArteriesFuncLib_CreateSamplingSurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_CreateSlopeSideSamplingSurface \ +static_assert(alignof(GSEArteriesFuncLib_CreateSlopeSideSamplingSurface) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_CreateSlopeSideSamplingSurface"); \ +static_assert(sizeof(GSEArteriesFuncLib_CreateSlopeSideSamplingSurface) == 0x000028, "Wrong size on GSEArteriesFuncLib_CreateSlopeSideSamplingSurface"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSlopeSideSamplingSurface, BackBones) == 0x000000, "Member 'GSEArteriesFuncLib_CreateSlopeSideSamplingSurface::BackBones' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSlopeSideSamplingSurface, InPrimGroup) == 0x000008, "Member 'GSEArteriesFuncLib_CreateSlopeSideSamplingSurface::InPrimGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSlopeSideSamplingSurface, OffsetLength) == 0x000018, "Member 'GSEArteriesFuncLib_CreateSlopeSideSamplingSurface::OffsetLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_CreateSlopeSideSamplingSurface, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_CreateSlopeSideSamplingSurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_FindCornerPoints \ +static_assert(alignof(GSEArteriesFuncLib_FindCornerPoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_FindCornerPoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_FindCornerPoints) == 0x000028, "Wrong size on GSEArteriesFuncLib_FindCornerPoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindCornerPoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_FindCornerPoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindCornerPoints, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_FindCornerPoints::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindCornerPoints, WithAdjacentPoints) == 0x000018, "Member 'GSEArteriesFuncLib_FindCornerPoints::WithAdjacentPoints' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindCornerPoints, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_FindCornerPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_FindDoorFeaturePoints \ +static_assert(alignof(GSEArteriesFuncLib_FindDoorFeaturePoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_FindDoorFeaturePoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_FindDoorFeaturePoints) == 0x000060, "Wrong size on GSEArteriesFuncLib_FindDoorFeaturePoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, OwnerActor) == 0x000000, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, Target) == 0x000008, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, DoorNum) == 0x000010, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::DoorNum' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, UnitLength) == 0x000014, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::UnitLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, DoorUnitLength) == 0x000018, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::DoorUnitLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, DoorGroup) == 0x000020, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::DoorGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, DoorCatnateGroup) == 0x000030, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::DoorCatnateGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, RestGroup) == 0x000040, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::RestGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, DoorCatUnitLength) == 0x000050, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::DoorCatUnitLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, eSelectSide) == 0x000054, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::eSelectSide' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, eDistribute) == 0x000055, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::eDistribute' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindDoorFeaturePoints, ReturnValue) == 0x000058, "Member 'GSEArteriesFuncLib_FindDoorFeaturePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_FindFlatFeaturePoints \ +static_assert(alignof(GSEArteriesFuncLib_FindFlatFeaturePoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_FindFlatFeaturePoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_FindFlatFeaturePoints) == 0x000028, "Wrong size on GSEArteriesFuncLib_FindFlatFeaturePoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindFlatFeaturePoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_FindFlatFeaturePoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindFlatFeaturePoints, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_FindFlatFeaturePoints::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindFlatFeaturePoints, bFindSlopePoints) == 0x000018, "Member 'GSEArteriesFuncLib_FindFlatFeaturePoints::bFindSlopePoints' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindFlatFeaturePoints, Tolerence) == 0x00001C, "Member 'GSEArteriesFuncLib_FindFlatFeaturePoints::Tolerence' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindFlatFeaturePoints, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_FindFlatFeaturePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_FindLeafPoints \ +static_assert(alignof(GSEArteriesFuncLib_FindLeafPoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_FindLeafPoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_FindLeafPoints) == 0x000020, "Wrong size on GSEArteriesFuncLib_FindLeafPoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindLeafPoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_FindLeafPoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindLeafPoints, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_FindLeafPoints::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindLeafPoints, ReturnValue) == 0x000018, "Member 'GSEArteriesFuncLib_FindLeafPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_FindWindowFeaturePoints \ +static_assert(alignof(GSEArteriesFuncLib_FindWindowFeaturePoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_FindWindowFeaturePoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_FindWindowFeaturePoints) == 0x000018, "Wrong size on GSEArteriesFuncLib_FindWindowFeaturePoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindWindowFeaturePoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_FindWindowFeaturePoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindWindowFeaturePoints, WindowNum) == 0x000008, "Member 'GSEArteriesFuncLib_FindWindowFeaturePoints::WindowNum' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindWindowFeaturePoints, WindowUnitLength) == 0x00000C, "Member 'GSEArteriesFuncLib_FindWindowFeaturePoints::WindowUnitLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_FindWindowFeaturePoints, ReturnValue) == 0x000010, "Member 'GSEArteriesFuncLib_FindWindowFeaturePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_GenRandSeedStream \ +static_assert(alignof(GSEArteriesFuncLib_GenRandSeedStream) == 0x000004, "Wrong alignment on GSEArteriesFuncLib_GenRandSeedStream"); \ +static_assert(sizeof(GSEArteriesFuncLib_GenRandSeedStream) == 0x000008, "Wrong size on GSEArteriesFuncLib_GenRandSeedStream"); \ +static_assert(offsetof(GSEArteriesFuncLib_GenRandSeedStream, ReturnValue) == 0x000000, "Member 'GSEArteriesFuncLib_GenRandSeedStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_GetNumberOfPoints \ +static_assert(alignof(GSEArteriesFuncLib_GetNumberOfPoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_GetNumberOfPoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_GetNumberOfPoints) == 0x000010, "Wrong size on GSEArteriesFuncLib_GetNumberOfPoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_GetNumberOfPoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_GetNumberOfPoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_GetNumberOfPoints, ReturnValue) == 0x000008, "Member 'GSEArteriesFuncLib_GetNumberOfPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_MakeHoles \ +static_assert(alignof(GSEArteriesFuncLib_MakeHoles) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_MakeHoles"); \ +static_assert(sizeof(GSEArteriesFuncLib_MakeHoles) == 0x000040, "Wrong size on GSEArteriesFuncLib_MakeHoles"); \ +static_assert(offsetof(GSEArteriesFuncLib_MakeHoles, Target) == 0x000000, "Member 'GSEArteriesFuncLib_MakeHoles::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MakeHoles, HoleGroups) == 0x000008, "Member 'GSEArteriesFuncLib_MakeHoles::HoleGroups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MakeHoles, OutHoleGroups) == 0x000018, "Member 'GSEArteriesFuncLib_MakeHoles::OutHoleGroups' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MakeHoles, MaxHoleIteration) == 0x000028, "Member 'GSEArteriesFuncLib_MakeHoles::MaxHoleIteration' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MakeHoles, MaxHoleNum) == 0x00002C, "Member 'GSEArteriesFuncLib_MakeHoles::MaxHoleNum' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MakeHoles, HoleIterationChance) == 0x000030, "Member 'GSEArteriesFuncLib_MakeHoles::HoleIterationChance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MakeHoles, ReturnValue) == 0x000038, "Member 'GSEArteriesFuncLib_MakeHoles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface \ +static_assert(alignof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface"); \ +static_assert(sizeof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface) == 0x000028, "Wrong size on GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface, OwnerActor) == 0x000000, "Member 'GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface, Target) == 0x000008, "Member 'GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface, bHitLandscapeOnly) == 0x000010, "Member 'GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface::bHitLandscapeOnly' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface, RayCastDistance) == 0x000014, "Member 'GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface::RayCastDistance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface, Tolerence) == 0x000018, "Member 'GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface::Tolerence' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_MergeAndCleanInstancedMeshToStaticSurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_MergePointsToGrid \ +static_assert(alignof(GSEArteriesFuncLib_MergePointsToGrid) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_MergePointsToGrid"); \ +static_assert(sizeof(GSEArteriesFuncLib_MergePointsToGrid) == 0x000040, "Wrong size on GSEArteriesFuncLib_MergePointsToGrid"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToGrid, Target) == 0x000000, "Member 'GSEArteriesFuncLib_MergePointsToGrid::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToGrid, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_MergePointsToGrid::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToGrid, GridSize) == 0x000018, "Member 'GSEArteriesFuncLib_MergePointsToGrid::GridSize' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToGrid, Offset) == 0x000020, "Member 'GSEArteriesFuncLib_MergePointsToGrid::Offset' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToGrid, ReturnValue) == 0x000038, "Member 'GSEArteriesFuncLib_MergePointsToGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_MergePointsToLandscape \ +static_assert(alignof(GSEArteriesFuncLib_MergePointsToLandscape) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_MergePointsToLandscape"); \ +static_assert(sizeof(GSEArteriesFuncLib_MergePointsToLandscape) == 0x000048, "Wrong size on GSEArteriesFuncLib_MergePointsToLandscape"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToLandscape, OwnerActor) == 0x000000, "Member 'GSEArteriesFuncLib_MergePointsToLandscape::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToLandscape, Target) == 0x000008, "Member 'GSEArteriesFuncLib_MergePointsToLandscape::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToLandscape, InGroup) == 0x000010, "Member 'GSEArteriesFuncLib_MergePointsToLandscape::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToLandscape, RayCastOffset) == 0x000020, "Member 'GSEArteriesFuncLib_MergePointsToLandscape::RayCastOffset' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToLandscape, RayDistance) == 0x000038, "Member 'GSEArteriesFuncLib_MergePointsToLandscape::RayDistance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToLandscape, ReturnValue) == 0x000040, "Member 'GSEArteriesFuncLib_MergePointsToLandscape::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_MergePointsToPrimitive \ +static_assert(alignof(GSEArteriesFuncLib_MergePointsToPrimitive) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_MergePointsToPrimitive"); \ +static_assert(sizeof(GSEArteriesFuncLib_MergePointsToPrimitive) == 0x000040, "Wrong size on GSEArteriesFuncLib_MergePointsToPrimitive"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToPrimitive, Target) == 0x000000, "Member 'GSEArteriesFuncLib_MergePointsToPrimitive::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToPrimitive, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_MergePointsToPrimitive::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToPrimitive, Offset) == 0x000018, "Member 'GSEArteriesFuncLib_MergePointsToPrimitive::Offset' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToPrimitive, bMakeClose) == 0x000030, "Member 'GSEArteriesFuncLib_MergePointsToPrimitive::bMakeClose' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToPrimitive, ReturnValue) == 0x000038, "Member 'GSEArteriesFuncLib_MergePointsToPrimitive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_MergePointsToStaticSurface \ +static_assert(alignof(GSEArteriesFuncLib_MergePointsToStaticSurface) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_MergePointsToStaticSurface"); \ +static_assert(sizeof(GSEArteriesFuncLib_MergePointsToStaticSurface) == 0x000048, "Wrong size on GSEArteriesFuncLib_MergePointsToStaticSurface"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToStaticSurface, OwnerActor) == 0x000000, "Member 'GSEArteriesFuncLib_MergePointsToStaticSurface::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToStaticSurface, Target) == 0x000008, "Member 'GSEArteriesFuncLib_MergePointsToStaticSurface::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToStaticSurface, InGroup) == 0x000010, "Member 'GSEArteriesFuncLib_MergePointsToStaticSurface::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToStaticSurface, RayCastOffset) == 0x000020, "Member 'GSEArteriesFuncLib_MergePointsToStaticSurface::RayCastOffset' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToStaticSurface, RayDistance) == 0x000038, "Member 'GSEArteriesFuncLib_MergePointsToStaticSurface::RayDistance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_MergePointsToStaticSurface, ReturnValue) == 0x000040, "Member 'GSEArteriesFuncLib_MergePointsToStaticSurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_RayCastDown \ +static_assert(alignof(GSEArteriesFuncLib_RayCastDown) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_RayCastDown"); \ +static_assert(sizeof(GSEArteriesFuncLib_RayCastDown) == 0x000050, "Wrong size on GSEArteriesFuncLib_RayCastDown"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, OwnerActor) == 0x000000, "Member 'GSEArteriesFuncLib_RayCastDown::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, BackBones) == 0x000008, "Member 'GSEArteriesFuncLib_RayCastDown::BackBones' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, InGroup) == 0x000010, "Member 'GSEArteriesFuncLib_RayCastDown::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, RayCastOffset) == 0x000020, "Member 'GSEArteriesFuncLib_RayCastDown::RayCastOffset' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, RayCastDistance) == 0x000038, "Member 'GSEArteriesFuncLib_RayCastDown::RayCastDistance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, EndOffsetLength) == 0x00003C, "Member 'GSEArteriesFuncLib_RayCastDown::EndOffsetLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, bHitLandscapeOnly) == 0x000040, "Member 'GSEArteriesFuncLib_RayCastDown::bHitLandscapeOnly' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_RayCastDown, ReturnValue) == 0x000048, "Member 'GSEArteriesFuncLib_RayCastDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_ResampleAsMidPoints \ +static_assert(alignof(GSEArteriesFuncLib_ResampleAsMidPoints) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_ResampleAsMidPoints"); \ +static_assert(sizeof(GSEArteriesFuncLib_ResampleAsMidPoints) == 0x000010, "Wrong size on GSEArteriesFuncLib_ResampleAsMidPoints"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleAsMidPoints, Target) == 0x000000, "Member 'GSEArteriesFuncLib_ResampleAsMidPoints::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleAsMidPoints, ReturnValue) == 0x000008, "Member 'GSEArteriesFuncLib_ResampleAsMidPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_ResampleEachPrimsByLengths \ +static_assert(alignof(GSEArteriesFuncLib_ResampleEachPrimsByLengths) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_ResampleEachPrimsByLengths"); \ +static_assert(sizeof(GSEArteriesFuncLib_ResampleEachPrimsByLengths) == 0x000030, "Wrong size on GSEArteriesFuncLib_ResampleEachPrimsByLengths"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleEachPrimsByLengths, Target) == 0x000000, "Member 'GSEArteriesFuncLib_ResampleEachPrimsByLengths::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleEachPrimsByLengths, SegmentLengthSets) == 0x000008, "Member 'GSEArteriesFuncLib_ResampleEachPrimsByLengths::SegmentLengthSets' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleEachPrimsByLengths, ByEdge) == 0x000018, "Member 'GSEArteriesFuncLib_ResampleEachPrimsByLengths::ByEdge' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleEachPrimsByLengths, NumSegments) == 0x00001C, "Member 'GSEArteriesFuncLib_ResampleEachPrimsByLengths::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleEachPrimsByLengths, OutputType) == 0x000020, "Member 'GSEArteriesFuncLib_ResampleEachPrimsByLengths::OutputType' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResampleEachPrimsByLengths, ReturnValue) == 0x000028, "Member 'GSEArteriesFuncLib_ResampleEachPrimsByLengths::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_ResizePrimitive2D \ +static_assert(alignof(GSEArteriesFuncLib_ResizePrimitive2D) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_ResizePrimitive2D"); \ +static_assert(sizeof(GSEArteriesFuncLib_ResizePrimitive2D) == 0x000028, "Wrong size on GSEArteriesFuncLib_ResizePrimitive2D"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResizePrimitive2D, Target) == 0x000000, "Member 'GSEArteriesFuncLib_ResizePrimitive2D::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResizePrimitive2D, InGroup) == 0x000008, "Member 'GSEArteriesFuncLib_ResizePrimitive2D::InGroup' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResizePrimitive2D, Distance) == 0x000018, "Member 'GSEArteriesFuncLib_ResizePrimitive2D::Distance' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResizePrimitive2D, bInwards) == 0x00001C, "Member 'GSEArteriesFuncLib_ResizePrimitive2D::bInwards' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ResizePrimitive2D, ReturnValue) == 0x000020, "Member 'GSEArteriesFuncLib_ResizePrimitive2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_ScalizeGridPrimitive \ +static_assert(alignof(GSEArteriesFuncLib_ScalizeGridPrimitive) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_ScalizeGridPrimitive"); \ +static_assert(sizeof(GSEArteriesFuncLib_ScalizeGridPrimitive) == 0x000018, "Wrong size on GSEArteriesFuncLib_ScalizeGridPrimitive"); \ +static_assert(offsetof(GSEArteriesFuncLib_ScalizeGridPrimitive, Target) == 0x000000, "Member 'GSEArteriesFuncLib_ScalizeGridPrimitive::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ScalizeGridPrimitive, UnitLength) == 0x000008, "Member 'GSEArteriesFuncLib_ScalizeGridPrimitive::UnitLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_ScalizeGridPrimitive, ReturnValue) == 0x000010, "Member 'GSEArteriesFuncLib_ScalizeGridPrimitive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEArteriesFuncLib_SmartResampleBySourceExtent \ +static_assert(alignof(GSEArteriesFuncLib_SmartResampleBySourceExtent) == 0x000008, "Wrong alignment on GSEArteriesFuncLib_SmartResampleBySourceExtent"); \ +static_assert(sizeof(GSEArteriesFuncLib_SmartResampleBySourceExtent) == 0x000030, "Wrong size on GSEArteriesFuncLib_SmartResampleBySourceExtent"); \ +static_assert(offsetof(GSEArteriesFuncLib_SmartResampleBySourceExtent, Target) == 0x000000, "Member 'GSEArteriesFuncLib_SmartResampleBySourceExtent::Target' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_SmartResampleBySourceExtent, InSources) == 0x000008, "Member 'GSEArteriesFuncLib_SmartResampleBySourceExtent::InSources' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_SmartResampleBySourceExtent, InAxis) == 0x000018, "Member 'GSEArteriesFuncLib_SmartResampleBySourceExtent::InAxis' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_SmartResampleBySourceExtent, MinResampleLength) == 0x00001C, "Member 'GSEArteriesFuncLib_SmartResampleBySourceExtent::MinResampleLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_SmartResampleBySourceExtent, MaxResampleLength) == 0x000020, "Member 'GSEArteriesFuncLib_SmartResampleBySourceExtent::MaxResampleLength' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_SmartResampleBySourceExtent, ResampleScale) == 0x000024, "Member 'GSEArteriesFuncLib_SmartResampleBySourceExtent::ResampleScale' has a wrong offset!"); \ +static_assert(offsetof(GSEArteriesFuncLib_SmartResampleBySourceExtent, ReturnValue) == 0x000028, "Member 'GSEArteriesFuncLib_SmartResampleBySourceExtent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEArteriesFuncLib \ +static_assert(alignof(UGSEArteriesFuncLib) == 0x000008, "Wrong alignment on UGSEArteriesFuncLib"); \ +static_assert(sizeof(UGSEArteriesFuncLib) == 0x000028, "Wrong size on UGSEArteriesFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSEArteriesLandscapeComponent \ +static_assert(alignof(UGSEArteriesLandscapeComponent) == 0x000008, "Wrong alignment on UGSEArteriesLandscapeComponent"); \ +static_assert(sizeof(UGSEArteriesLandscapeComponent) == 0x0000C0, "Wrong size on UGSEArteriesLandscapeComponent"); \ + +#define DUMPER7_ASSERTS_FFractureMaterial \ +static_assert(alignof(FFractureMaterial) == 0x000008, "Wrong alignment on FFractureMaterial"); \ +static_assert(sizeof(FFractureMaterial) == 0x000038, "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) == 0x00002C, "Member 'FFractureMaterial::UAngle' has a wrong offset!"); \ +static_assert(offsetof(FFractureMaterial, InteriorElementIndex) == 0x000030, "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) == 0x000004, "Wrong alignment on FDestructibleDebrisParameters"); \ +static_assert(sizeof(FDestructibleDebrisParameters) == 0x00002C, "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) == 0x000088, "Wrong size on FDestructibleParameters"); \ +static_assert(offsetof(FDestructibleParameters, DamageParameters) == 0x000000, "Member 'FDestructibleParameters::DamageParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, DebrisParameters) == 0x00001C, "Member 'FDestructibleParameters::DebrisParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, AdvancedParameters) == 0x000048, "Member 'FDestructibleParameters::AdvancedParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, SpecialHierarchyDepths) == 0x000058, "Member 'FDestructibleParameters::SpecialHierarchyDepths' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, DepthParameters) == 0x000070, "Member 'FDestructibleParameters::DepthParameters' has a wrong offset!"); \ +static_assert(offsetof(FDestructibleParameters, Flags) == 0x000080, "Member 'FDestructibleParameters::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADestructibleActor \ +static_assert(alignof(ADestructibleActor) == 0x000008, "Wrong alignment on ADestructibleActor"); \ +static_assert(sizeof(ADestructibleActor) == 0x0002A0, "Wrong size on ADestructibleActor"); \ +static_assert(offsetof(ADestructibleActor, DestructibleComponent) == 0x000288, "Member 'ADestructibleActor::DestructibleComponent' has a wrong offset!"); \ +static_assert(offsetof(ADestructibleActor, OnActorFracture) == 0x000290, "Member 'ADestructibleActor::OnActorFracture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestructibleComponent_ApplyDamage \ +static_assert(alignof(DestructibleComponent_ApplyDamage) == 0x000004, "Wrong alignment on DestructibleComponent_ApplyDamage"); \ +static_assert(sizeof(DestructibleComponent_ApplyDamage) == 0x000020, "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) == 0x000004, "Member 'DestructibleComponent_ApplyDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyDamage, ImpulseDir) == 0x000010, "Member 'DestructibleComponent_ApplyDamage::ImpulseDir' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyDamage, ImpulseStrength) == 0x00001C, "Member 'DestructibleComponent_ApplyDamage::ImpulseStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DestructibleComponent_ApplyRadiusDamage \ +static_assert(alignof(DestructibleComponent_ApplyRadiusDamage) == 0x000004, "Wrong alignment on DestructibleComponent_ApplyRadiusDamage"); \ +static_assert(sizeof(DestructibleComponent_ApplyRadiusDamage) == 0x00001C, "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) == 0x000004, "Member 'DestructibleComponent_ApplyRadiusDamage::HurtOrigin' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, DamageRadius) == 0x000010, "Member 'DestructibleComponent_ApplyRadiusDamage::DamageRadius' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, ImpulseStrength) == 0x000014, "Member 'DestructibleComponent_ApplyRadiusDamage::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(DestructibleComponent_ApplyRadiusDamage, bFullDamage) == 0x000018, "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) == 0x000920, "Wrong size on UDestructibleComponent"); \ +static_assert(offsetof(UDestructibleComponent, FractureEffects) == 0x000848, "Member 'UDestructibleComponent::FractureEffects' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleComponent, bEnableHardSleeping) == 0x000858, "Member 'UDestructibleComponent::bEnableHardSleeping' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleComponent, LargeChunkThreshold) == 0x00085C, "Member 'UDestructibleComponent::LargeChunkThreshold' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleComponent, OnComponentFracture) == 0x000870, "Member 'UDestructibleComponent::OnComponentFracture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestructibleFractureSettings \ +static_assert(alignof(UDestructibleFractureSettings) == 0x000008, "Wrong alignment on UDestructibleFractureSettings"); \ +static_assert(sizeof(UDestructibleFractureSettings) == 0x0000D0, "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) == 0x000068, "Member 'UDestructibleFractureSettings::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, VoronoiSites) == 0x000070, "Member 'UDestructibleFractureSettings::VoronoiSites' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, OriginalSubmeshCount) == 0x000080, "Member 'UDestructibleFractureSettings::OriginalSubmeshCount' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, Materials) == 0x000088, "Member 'UDestructibleFractureSettings::Materials' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleFractureSettings, ChunkParameters) == 0x000098, "Member 'UDestructibleFractureSettings::ChunkParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDestructibleMesh \ +static_assert(alignof(UDestructibleMesh) == 0x000008, "Wrong alignment on UDestructibleMesh"); \ +static_assert(sizeof(UDestructibleMesh) == 0x000518, "Wrong size on UDestructibleMesh"); \ +static_assert(offsetof(UDestructibleMesh, DefaultDestructibleParameters) == 0x000478, "Member 'UDestructibleMesh::DefaultDestructibleParameters' has a wrong offset!"); \ +static_assert(offsetof(UDestructibleMesh, FractureEffects) == 0x000500, "Member 'UDestructibleMesh::FractureEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMDefaultPanel_C_PreConstruct \ +static_assert(alignof(BP_UI_GMDefaultPanel_C_PreConstruct) == 0x000001, "Wrong alignment on BP_UI_GMDefaultPanel_C_PreConstruct"); \ +static_assert(sizeof(BP_UI_GMDefaultPanel_C_PreConstruct) == 0x000001, "Wrong size on BP_UI_GMDefaultPanel_C_PreConstruct"); \ +static_assert(offsetof(BP_UI_GMDefaultPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BP_UI_GMDefaultPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel \ +static_assert(alignof(BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel) == 0x000004, "Wrong alignment on BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel"); \ +static_assert(sizeof(BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel) == 0x000008, "Wrong size on BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel"); \ +static_assert(offsetof(BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel, EntryPoint) == 0x000000, "Member 'BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BP_UI_GMDefaultPanel_C_ExecuteUbergraph_BP_UI_GMDefaultPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMDefaultPanel_C \ +static_assert(alignof(UBP_UI_GMDefaultPanel_C) == 0x000008, "Wrong alignment on UBP_UI_GMDefaultPanel_C"); \ +static_assert(sizeof(UBP_UI_GMDefaultPanel_C) == 0x000440, "Wrong size on UBP_UI_GMDefaultPanel_C"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, UberGraphFrame) == 0x000400, "Member 'UBP_UI_GMDefaultPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, BP_UI_GMSettingCharacterConfig) == 0x000408, "Member 'UBP_UI_GMDefaultPanel_C::BP_UI_GMSettingCharacterConfig' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, Btn_BG) == 0x000410, "Member 'UBP_UI_GMDefaultPanel_C::Btn_BG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, CamInfo) == 0x000418, "Member 'UBP_UI_GMDefaultPanel_C::CamInfo' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, Config_BG) == 0x000420, "Member 'UBP_UI_GMDefaultPanel_C::Config_BG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, GetCamInfo) == 0x000428, "Member 'UBP_UI_GMDefaultPanel_C::GetCamInfo' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, Option_BG) == 0x000430, "Member 'UBP_UI_GMDefaultPanel_C::Option_BG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMDefaultPanel_C, ScrBox_Btn) == 0x000438, "Member 'UBP_UI_GMDefaultPanel_C::ScrBox_Btn' 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_FMovieSceneChannel \ +static_assert(alignof(FMovieSceneChannel) == 0x000008, "Wrong alignment on FMovieSceneChannel"); \ +static_assert(sizeof(FMovieSceneChannel) == 0x000050, "Wrong size on FMovieSceneChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolChannel \ +static_assert(alignof(FMovieSceneBoolChannel) == 0x000008, "Wrong alignment on FMovieSceneBoolChannel"); \ +static_assert(sizeof(FMovieSceneBoolChannel) == 0x0000D8, "Wrong size on FMovieSceneBoolChannel"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Times) == 0x000050, "Member 'FMovieSceneBoolChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, DefaultValue) == 0x000060, "Member 'FMovieSceneBoolChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, bHasDefaultValue) == 0x000061, "Member 'FMovieSceneBoolChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneBoolChannel, Values) == 0x000068, "Member 'FMovieSceneBoolChannel::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneObjectBindingID \ +static_assert(alignof(FMovieSceneObjectBindingID) == 0x000004, "Wrong alignment on FMovieSceneObjectBindingID"); \ +static_assert(sizeof(FMovieSceneObjectBindingID) == 0x000018, "Wrong size on FMovieSceneObjectBindingID"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, Guid) == 0x000000, "Member 'FMovieSceneObjectBindingID::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, SequenceID) == 0x000010, "Member 'FMovieSceneObjectBindingID::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneObjectBindingID, ResolveParentIndex) == 0x000014, "Member 'FMovieSceneObjectBindingID::ResolveParentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneEvalTemplateBase \ +static_assert(alignof(FMovieSceneEvalTemplateBase) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplateBase"); \ +static_assert(sizeof(FMovieSceneEvalTemplateBase) == 0x000010, "Wrong size on FMovieSceneEvalTemplateBase"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFrameRange \ +static_assert(alignof(FMovieSceneFrameRange) == 0x000004, "Wrong alignment on FMovieSceneFrameRange"); \ +static_assert(sizeof(FMovieSceneFrameRange) == 0x000010, "Wrong size on FMovieSceneFrameRange"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroupLUTIndex \ +static_assert(alignof(FMovieSceneEvaluationGroupLUTIndex) == 0x000004, "Wrong alignment on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(sizeof(FMovieSceneEvaluationGroupLUTIndex) == 0x000008, "Wrong size on FMovieSceneEvaluationGroupLUTIndex"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumInitPtrs) == 0x000000, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumInitPtrs' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroupLUTIndex, NumEvalPtrs) == 0x000004, "Member 'FMovieSceneEvaluationGroupLUTIndex::NumEvalPtrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequenceID \ +static_assert(alignof(FMovieSceneSequenceID) == 0x000004, "Wrong alignment on FMovieSceneSequenceID"); \ +static_assert(sizeof(FMovieSceneSequenceID) == 0x000004, "Wrong size on FMovieSceneSequenceID"); \ +static_assert(offsetof(FMovieSceneSequenceID, Value) == 0x000000, "Member 'FMovieSceneSequenceID::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackIdentifier \ +static_assert(alignof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong alignment on FMovieSceneTrackIdentifier"); \ +static_assert(sizeof(FMovieSceneTrackIdentifier) == 0x000004, "Wrong size on FMovieSceneTrackIdentifier"); \ +static_assert(offsetof(FMovieSceneTrackIdentifier, Value) == 0x000000, "Member 'FMovieSceneTrackIdentifier::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldTrackPtr \ +static_assert(alignof(FMovieSceneEvaluationFieldTrackPtr) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldTrackPtr) == 0x000008, "Wrong size on FMovieSceneEvaluationFieldTrackPtr"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationFieldTrackPtr::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldTrackPtr, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationFieldTrackPtr::TrackIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_EvaluationTrack \ +static_assert(alignof(FMovieSceneFieldEntry_EvaluationTrack) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(sizeof(FMovieSceneFieldEntry_EvaluationTrack) == 0x00000C, "Wrong size on FMovieSceneFieldEntry_EvaluationTrack"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, TrackPtr) == 0x000000, "Member 'FMovieSceneFieldEntry_EvaluationTrack::TrackPtr' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_EvaluationTrack, NumChildren) == 0x000008, "Member 'FMovieSceneFieldEntry_EvaluationTrack::NumChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFieldEntry_ChildTemplate \ +static_assert(alignof(FMovieSceneFieldEntry_ChildTemplate) == 0x000004, "Wrong alignment on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(sizeof(FMovieSceneFieldEntry_ChildTemplate) == 0x000008, "Wrong size on FMovieSceneFieldEntry_ChildTemplate"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ChildIndex) == 0x000000, "Member 'FMovieSceneFieldEntry_ChildTemplate::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, Flags) == 0x000002, "Member 'FMovieSceneFieldEntry_ChildTemplate::Flags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFieldEntry_ChildTemplate, ForcedTime) == 0x000004, "Member 'FMovieSceneFieldEntry_ChildTemplate::ForcedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationGroup \ +static_assert(alignof(FMovieSceneEvaluationGroup) == 0x000008, "Wrong alignment on FMovieSceneEvaluationGroup"); \ +static_assert(sizeof(FMovieSceneEvaluationGroup) == 0x000030, "Wrong size on FMovieSceneEvaluationGroup"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, LUTIndices) == 0x000000, "Member 'FMovieSceneEvaluationGroup::LUTIndices' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, TrackLUT) == 0x000010, "Member 'FMovieSceneEvaluationGroup::TrackLUT' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationGroup, SectionLUT) == 0x000020, "Member 'FMovieSceneEvaluationGroup::SectionLUT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationKey \ +static_assert(alignof(FMovieSceneEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationKey"); \ +static_assert(sizeof(FMovieSceneEvaluationKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationKey"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SequenceID) == 0x000000, "Member 'FMovieSceneEvaluationKey::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, TrackIdentifier) == 0x000004, "Member 'FMovieSceneEvaluationKey::TrackIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationKey, SectionIndex) == 0x000008, "Member 'FMovieSceneEvaluationKey::SectionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneOrderedEvaluationKey \ +static_assert(alignof(FMovieSceneOrderedEvaluationKey) == 0x000004, "Wrong alignment on FMovieSceneOrderedEvaluationKey"); \ +static_assert(sizeof(FMovieSceneOrderedEvaluationKey) == 0x000010, "Wrong size on FMovieSceneOrderedEvaluationKey"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, Key) == 0x000000, "Member 'FMovieSceneOrderedEvaluationKey::Key' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, SetupIndex) == 0x00000C, "Member 'FMovieSceneOrderedEvaluationKey::SetupIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneOrderedEvaluationKey, TearDownIndex) == 0x00000E, "Member 'FMovieSceneOrderedEvaluationKey::TearDownIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationMetaData \ +static_assert(alignof(FMovieSceneEvaluationMetaData) == 0x000008, "Wrong alignment on FMovieSceneEvaluationMetaData"); \ +static_assert(sizeof(FMovieSceneEvaluationMetaData) == 0x000020, "Wrong size on FMovieSceneEvaluationMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveSequences) == 0x000000, "Member 'FMovieSceneEvaluationMetaData::ActiveSequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationMetaData, ActiveEntities) == 0x000010, "Member 'FMovieSceneEvaluationMetaData::ActiveEntities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationField \ +static_assert(alignof(FMovieSceneEvaluationField) == 0x000008, "Wrong alignment on FMovieSceneEvaluationField"); \ +static_assert(sizeof(FMovieSceneEvaluationField) == 0x000030, "Wrong size on FMovieSceneEvaluationField"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Ranges) == 0x000000, "Member 'FMovieSceneEvaluationField::Ranges' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, Groups) == 0x000010, "Member 'FMovieSceneEvaluationField::Groups' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationField, MetaData) == 0x000020, "Member 'FMovieSceneEvaluationField::MetaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplate \ +static_assert(alignof(FMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplate"); \ +static_assert(sizeof(FMovieSceneEvalTemplate) == 0x000020, "Wrong size on FMovieSceneEvalTemplate"); \ +static_assert(offsetof(FMovieSceneEvalTemplate, CompletionMode) == 0x000010, "Member 'FMovieSceneEvalTemplate::CompletionMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvalTemplate, SourceSectionPtr) == 0x000014, "Member 'FMovieSceneEvalTemplate::SourceSectionPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrackInstanceInputComponent \ +static_assert(alignof(FTrackInstanceInputComponent) == 0x000008, "Wrong alignment on FTrackInstanceInputComponent"); \ +static_assert(sizeof(FTrackInstanceInputComponent) == 0x000010, "Wrong size on FTrackInstanceInputComponent"); \ +static_assert(offsetof(FTrackInstanceInputComponent, Section) == 0x000000, "Member 'FTrackInstanceInputComponent::Section' has a wrong offset!"); \ +static_assert(offsetof(FTrackInstanceInputComponent, OutputIndex) == 0x000008, "Member 'FTrackInstanceInputComponent::OutputIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneKeyHandleMap \ +static_assert(alignof(FMovieSceneKeyHandleMap) == 0x000008, "Wrong alignment on FMovieSceneKeyHandleMap"); \ +static_assert(sizeof(FMovieSceneKeyHandleMap) == 0x000060, "Wrong size on FMovieSceneKeyHandleMap"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTangentData \ +static_assert(alignof(FMovieSceneTangentData) == 0x000004, "Wrong alignment on FMovieSceneTangentData"); \ +static_assert(sizeof(FMovieSceneTangentData) == 0x000014, "Wrong size on FMovieSceneTangentData"); \ +static_assert(offsetof(FMovieSceneTangentData, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentData::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentData::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, ArriveTangentWeight) == 0x000008, "Member 'FMovieSceneTangentData::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, LeaveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentData::LeaveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentData, TangentWeightMode) == 0x000010, "Member 'FMovieSceneTangentData::TangentWeightMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatValue \ +static_assert(alignof(FMovieSceneFloatValue) == 0x000004, "Wrong alignment on FMovieSceneFloatValue"); \ +static_assert(sizeof(FMovieSceneFloatValue) == 0x00001C, "Wrong size on FMovieSceneFloatValue"); \ +static_assert(offsetof(FMovieSceneFloatValue, Value) == 0x000000, "Member 'FMovieSceneFloatValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, Tangent) == 0x000004, "Member 'FMovieSceneFloatValue::Tangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, InterpMode) == 0x000018, "Member 'FMovieSceneFloatValue::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, TangentMode) == 0x000019, "Member 'FMovieSceneFloatValue::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValue, PaddingByte) == 0x00001A, "Member 'FMovieSceneFloatValue::PaddingByte' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatChannel \ +static_assert(alignof(FMovieSceneFloatChannel) == 0x000008, "Wrong alignment on FMovieSceneFloatChannel"); \ +static_assert(sizeof(FMovieSceneFloatChannel) == 0x0000E8, "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) == 0x0000E0, "Member 'FMovieSceneFloatChannel::TickResolution' 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) == 0x000138, "Wrong size on FMovieSceneEntitySystemGraph"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraph, Nodes) == 0x000080, "Member 'FMovieSceneEntitySystemGraph::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvaluationFieldEntityKey \ +static_assert(alignof(FMovieSceneEvaluationFieldEntityKey) == 0x000004, "Wrong alignment on FMovieSceneEvaluationFieldEntityKey"); \ +static_assert(sizeof(FMovieSceneEvaluationFieldEntityKey) == 0x00000C, "Wrong size on FMovieSceneEvaluationFieldEntityKey"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityOwner) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityOwner' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityKey, EntityID) == 0x000008, "Member 'FMovieSceneEvaluationFieldEntityKey::EntityID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneIntegerChannel \ +static_assert(alignof(FMovieSceneIntegerChannel) == 0x000008, "Wrong alignment on FMovieSceneIntegerChannel"); \ +static_assert(sizeof(FMovieSceneIntegerChannel) == 0x0000D8, "Wrong size on FMovieSceneIntegerChannel"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Times) == 0x000050, "Member 'FMovieSceneIntegerChannel::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, DefaultValue) == 0x000060, "Member 'FMovieSceneIntegerChannel::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, bHasDefaultValue) == 0x000064, "Member 'FMovieSceneIntegerChannel::bHasDefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneIntegerChannel, Values) == 0x000068, "Member 'FMovieSceneIntegerChannel::Values' 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_FMovieSceneEvaluationHookEvent \ +static_assert(alignof(FMovieSceneEvaluationHookEvent) == 0x000008, "Wrong alignment on FMovieSceneEvaluationHookEvent"); \ +static_assert(sizeof(FMovieSceneEvaluationHookEvent) == 0x000038, "Wrong size on FMovieSceneEvaluationHookEvent"); \ +static_assert(offsetof(FMovieSceneEvaluationHookEvent, Hook) == 0x000000, "Member 'FMovieSceneEvaluationHookEvent::Hook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTrackImplementation \ +static_assert(alignof(FMovieSceneTrackImplementation) == 0x000008, "Wrong alignment on FMovieSceneTrackImplementation"); \ +static_assert(sizeof(FMovieSceneTrackImplementation) == 0x000010, "Wrong size on FMovieSceneTrackImplementation"); \ + +#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_FMovieSceneSequenceInstanceData \ +static_assert(alignof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong alignment on FMovieSceneSequenceInstanceData"); \ +static_assert(sizeof(FMovieSceneSequenceInstanceData) == 0x000008, "Wrong size on FMovieSceneSequenceInstanceData"); \ + +#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_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_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) == 0x0000F0, "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) == 0x0000E8, "Member 'FMovieSceneDoubleChannel::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneByteChannel \ +static_assert(alignof(FMovieSceneByteChannel) == 0x000008, "Wrong alignment on FMovieSceneByteChannel"); \ +static_assert(sizeof(FMovieSceneByteChannel) == 0x0000E0, "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!"); \ + +#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_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_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_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_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_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_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_FMovieSceneAudioTriggerChannel \ +static_assert(alignof(FMovieSceneAudioTriggerChannel) == 0x000008, "Wrong alignment on FMovieSceneAudioTriggerChannel"); \ +static_assert(sizeof(FMovieSceneAudioTriggerChannel) == 0x0000D0, "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!"); \ + +#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_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_FMovieSceneSequenceCompilerMaskStruct \ +static_assert(alignof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong alignment on FMovieSceneSequenceCompilerMaskStruct"); \ +static_assert(sizeof(FMovieSceneSequenceCompilerMaskStruct) == 0x000001, "Wrong size on FMovieSceneSequenceCompilerMaskStruct"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEntitySystemGraphNode \ +static_assert(alignof(FMovieSceneEntitySystemGraphNode) == 0x000008, "Wrong alignment on FMovieSceneEntitySystemGraphNode"); \ +static_assert(sizeof(FMovieSceneEntitySystemGraphNode) == 0x000028, "Wrong size on FMovieSceneEntitySystemGraphNode"); \ +static_assert(offsetof(FMovieSceneEntitySystemGraphNode, System) == 0x000020, "Member 'FMovieSceneEntitySystemGraphNode::System' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEvalTemplatePtr \ +static_assert(alignof(FMovieSceneEvalTemplatePtr) == 0x000008, "Wrong alignment on FMovieSceneEvalTemplatePtr"); \ +static_assert(sizeof(FMovieSceneEvalTemplatePtr) == 0x000088, "Wrong size on FMovieSceneEvalTemplatePtr"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEmptyStruct \ +static_assert(alignof(FMovieSceneEmptyStruct) == 0x000001, "Wrong alignment on FMovieSceneEmptyStruct"); \ +static_assert(sizeof(FMovieSceneEmptyStruct) == 0x000001, "Wrong size on FMovieSceneEmptyStruct"); \ + +#define DUMPER7_ASSERTS_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) == 0x000020, "Wrong size on FMovieSceneEvaluationFieldEntityMetaData"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, OverrideBoundPropertyPath) == 0x000000, "Member 'FMovieSceneEvaluationFieldEntityMetaData::OverrideBoundPropertyPath' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, ForcedTime) == 0x000010, "Member 'FMovieSceneEvaluationFieldEntityMetaData::ForcedTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneEvaluationFieldEntityMetaData, Flags) == 0x000018, "Member 'FMovieSceneEvaluationFieldEntityMetaData::Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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) == 0x0000E0, "Wrong size on FMovieSceneRootEvaluationTemplateInstance"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, WeakRootSequence) == 0x000000, "Member 'FMovieSceneRootEvaluationTemplateInstance::WeakRootSequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, CompiledDataManager) == 0x000008, "Member 'FMovieSceneRootEvaluationTemplateInstance::CompiledDataManager' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, EntitySystemLinker) == 0x000018, "Member 'FMovieSceneRootEvaluationTemplateInstance::EntitySystemLinker' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneRootEvaluationTemplateInstance, DirectorInstances) == 0x000088, "Member 'FMovieSceneRootEvaluationTemplateInstance::DirectorInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneKeyStruct \ +static_assert(alignof(FMovieSceneKeyStruct) == 0x000008, "Wrong alignment on FMovieSceneKeyStruct"); \ +static_assert(sizeof(FMovieSceneKeyStruct) == 0x000008, "Wrong size on FMovieSceneKeyStruct"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000108, "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!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePossessable \ +static_assert(alignof(FMovieScenePossessable) == 0x000008, "Wrong alignment on FMovieScenePossessable"); \ +static_assert(sizeof(FMovieScenePossessable) == 0x000058, "Wrong size on FMovieScenePossessable"); \ +static_assert(offsetof(FMovieScenePossessable, Tags) == 0x000000, "Member 'FMovieScenePossessable::Tags' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Guid) == 0x000010, "Member 'FMovieScenePossessable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, Name) == 0x000020, "Member 'FMovieScenePossessable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, ParentGuid) == 0x000030, "Member 'FMovieScenePossessable::ParentGuid' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePossessable, SpawnableObjectBindingID) == 0x000040, "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_FMovieSceneSectionParameters \ +static_assert(alignof(FMovieSceneSectionParameters) == 0x000004, "Wrong alignment on FMovieSceneSectionParameters"); \ +static_assert(sizeof(FMovieSceneSectionParameters) == 0x000024, "Wrong size on FMovieSceneSectionParameters"); \ +static_assert(offsetof(FMovieSceneSectionParameters, StartFrameOffset) == 0x000000, "Member 'FMovieSceneSectionParameters::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, bCanLoop) == 0x000004, "Member 'FMovieSceneSectionParameters::bCanLoop' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, EndFrameOffset) == 0x000008, "Member 'FMovieSceneSectionParameters::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, FirstLoopStartFrameOffset) == 0x00000C, "Member 'FMovieSceneSectionParameters::FirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, TimeScale) == 0x000010, "Member 'FMovieSceneSectionParameters::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, HierarchicalBias) == 0x000014, "Member 'FMovieSceneSectionParameters::HierarchicalBias' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, StartOffset) == 0x000018, "Member 'FMovieSceneSectionParameters::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PrerollTime) == 0x00001C, "Member 'FMovieSceneSectionParameters::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSectionParameters, PostrollTime) == 0x000020, "Member 'FMovieSceneSectionParameters::PostrollTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneTimeTransform \ +static_assert(alignof(FMovieSceneTimeTransform) == 0x000004, "Wrong alignment on FMovieSceneTimeTransform"); \ +static_assert(sizeof(FMovieSceneTimeTransform) == 0x00000C, "Wrong size on FMovieSceneTimeTransform"); \ +static_assert(offsetof(FMovieSceneTimeTransform, TimeScale) == 0x000000, "Member 'FMovieSceneTimeTransform::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimeTransform, Offset) == 0x000004, "Member 'FMovieSceneTimeTransform::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTimeWarping \ +static_assert(alignof(FMovieSceneTimeWarping) == 0x000004, "Wrong alignment on FMovieSceneTimeWarping"); \ +static_assert(sizeof(FMovieSceneTimeWarping) == 0x000008, "Wrong size on FMovieSceneTimeWarping"); \ +static_assert(offsetof(FMovieSceneTimeWarping, Start) == 0x000000, "Member 'FMovieSceneTimeWarping::Start' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTimeWarping, End) == 0x000004, "Member 'FMovieSceneTimeWarping::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneNestedSequenceTransform \ +static_assert(alignof(FMovieSceneNestedSequenceTransform) == 0x000004, "Wrong alignment on FMovieSceneNestedSequenceTransform"); \ +static_assert(sizeof(FMovieSceneNestedSequenceTransform) == 0x000014, "Wrong size on FMovieSceneNestedSequenceTransform"); \ +static_assert(offsetof(FMovieSceneNestedSequenceTransform, LinearTransform) == 0x000000, "Member 'FMovieSceneNestedSequenceTransform::LinearTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneNestedSequenceTransform, Warping) == 0x00000C, "Member 'FMovieSceneNestedSequenceTransform::Warping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000108, "Wrong size on FMovieSceneSubSequenceData"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, Sequence) == 0x000000, "Member 'FMovieSceneSubSequenceData::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, OuterToInnerTransform) == 0x000018, "Member 'FMovieSceneSubSequenceData::OuterToInnerTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, RootToSequenceTransform) == 0x000038, "Member 'FMovieSceneSubSequenceData::RootToSequenceTransform' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, TickResolution) == 0x000058, "Member 'FMovieSceneSubSequenceData::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, DeterministicSequenceID) == 0x000060, "Member 'FMovieSceneSubSequenceData::DeterministicSequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentPlayRange) == 0x000064, "Member 'FMovieSceneSubSequenceData::ParentPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentStartFrameOffset) == 0x000074, "Member 'FMovieSceneSubSequenceData::ParentStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentEndFrameOffset) == 0x000078, "Member 'FMovieSceneSubSequenceData::ParentEndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, ParentFirstLoopStartFrameOffset) == 0x00007C, "Member 'FMovieSceneSubSequenceData::ParentFirstLoopStartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, bCanLoop) == 0x000080, "Member 'FMovieSceneSubSequenceData::bCanLoop' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PlayRange) == 0x000084, "Member 'FMovieSceneSubSequenceData::PlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, FullPlayRange) == 0x000094, "Member 'FMovieSceneSubSequenceData::FullPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, UnwarpedPlayRange) == 0x0000A4, "Member 'FMovieSceneSubSequenceData::UnwarpedPlayRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PreRollRange) == 0x0000B4, "Member 'FMovieSceneSubSequenceData::PreRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, PostRollRange) == 0x0000C4, "Member 'FMovieSceneSubSequenceData::PostRollRange' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, HierarchicalBias) == 0x0000D4, "Member 'FMovieSceneSubSequenceData::HierarchicalBias' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, bHasHierarchicalEasing) == 0x0000D6, "Member 'FMovieSceneSubSequenceData::bHasHierarchicalEasing' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, InstanceData) == 0x0000D8, "Member 'FMovieSceneSubSequenceData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSubSequenceData, SubSectionSignature) == 0x0000F8, "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) == 0x000118, "Wrong size on FMovieSceneSequenceHierarchy"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, RootNode) == 0x000000, "Member 'FMovieSceneSequenceHierarchy::RootNode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, Tree) == 0x000018, "Member 'FMovieSceneSequenceHierarchy::Tree' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, SubSequences) == 0x000078, "Member 'FMovieSceneSequenceHierarchy::SubSequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceHierarchy, Hierarchy) == 0x0000C8, "Member 'FMovieSceneSequenceHierarchy::Hierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneSequenceReplProperties \ +static_assert(alignof(FMovieSceneSequenceReplProperties) == 0x000004, "Wrong alignment on FMovieSceneSequenceReplProperties"); \ +static_assert(sizeof(FMovieSceneSequenceReplProperties) == 0x000010, "Wrong size on FMovieSceneSequenceReplProperties"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownPosition) == 0x000000, "Member 'FMovieSceneSequenceReplProperties::LastKnownPosition' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownStatus) == 0x000008, "Member 'FMovieSceneSequenceReplProperties::LastKnownStatus' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceReplProperties, LastKnownNumLoops) == 0x00000C, "Member 'FMovieSceneSequenceReplProperties::LastKnownNumLoops' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackSettings \ +static_assert(alignof(FMovieSceneSequencePlaybackSettings) == 0x000004, "Wrong alignment on FMovieSceneSequencePlaybackSettings"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackSettings) == 0x000014, "Wrong size on FMovieSceneSequencePlaybackSettings"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, LoopCount) == 0x000004, "Member 'FMovieSceneSequencePlaybackSettings::LoopCount' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, PlayRate) == 0x000008, "Member 'FMovieSceneSequencePlaybackSettings::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackSettings, StartTime) == 0x00000C, "Member 'FMovieSceneSequencePlaybackSettings::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSequencePlaybackParams \ +static_assert(alignof(FMovieSceneSequencePlaybackParams) == 0x000008, "Wrong alignment on FMovieSceneSequencePlaybackParams"); \ +static_assert(sizeof(FMovieSceneSequencePlaybackParams) == 0x000028, "Wrong size on FMovieSceneSequencePlaybackParams"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Frame) == 0x000000, "Member 'FMovieSceneSequencePlaybackParams::Frame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, Time) == 0x000008, "Member 'FMovieSceneSequencePlaybackParams::Time' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, MarkedFrame) == 0x000010, "Member 'FMovieSceneSequencePlaybackParams::MarkedFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, PositionType) == 0x000020, "Member 'FMovieSceneSequencePlaybackParams::PositionType' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, UpdateMethod) == 0x000021, "Member 'FMovieSceneSequencePlaybackParams::UpdateMethod' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequencePlaybackParams, bHasJumped) == 0x000022, "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_FMovieSceneSequenceActorPointers \ +static_assert(alignof(FMovieSceneSequenceActorPointers) == 0x000008, "Wrong alignment on FMovieSceneSequenceActorPointers"); \ +static_assert(sizeof(FMovieSceneSequenceActorPointers) == 0x000018, "Wrong size on FMovieSceneSequenceActorPointers"); \ +static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActor) == 0x000000, "Member 'FMovieSceneSequenceActorPointers::SequenceActor' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSequenceActorPointers, SequenceActorInterface) == 0x000008, "Member 'FMovieSceneSequenceActorPointers::SequenceActorInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneWarpCounter \ +static_assert(alignof(FMovieSceneWarpCounter) == 0x000008, "Wrong alignment on FMovieSceneWarpCounter"); \ +static_assert(sizeof(FMovieSceneWarpCounter) == 0x000010, "Wrong size on FMovieSceneWarpCounter"); \ +static_assert(offsetof(FMovieSceneWarpCounter, WarpCounts) == 0x000000, "Member 'FMovieSceneWarpCounter::WarpCounts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSpawnable \ +static_assert(alignof(FMovieSceneSpawnable) == 0x000010, "Wrong alignment on FMovieSceneSpawnable"); \ +static_assert(sizeof(FMovieSceneSpawnable) == 0x0000C0, "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, bEvaluateTracksWhenNotSpawned) == 0x000072, "Member 'FMovieSceneSpawnable::bEvaluateTracksWhenNotSpawned' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Guid) == 0x000074, "Member 'FMovieSceneSpawnable::Guid' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Name) == 0x000088, "Member 'FMovieSceneSpawnable::Name' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ObjectTemplate) == 0x000098, "Member 'FMovieSceneSpawnable::ObjectTemplate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, ChildPossessables) == 0x0000A0, "Member 'FMovieSceneSpawnable::ChildPossessables' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, Ownership) == 0x0000B0, "Member 'FMovieSceneSpawnable::Ownership' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSpawnable, LevelName) == 0x0000B4, "Member 'FMovieSceneSpawnable::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestMovieSceneEvalTemplate \ +static_assert(alignof(FTestMovieSceneEvalTemplate) == 0x000008, "Wrong alignment on FTestMovieSceneEvalTemplate"); \ +static_assert(sizeof(FTestMovieSceneEvalTemplate) == 0x000020, "Wrong size on FTestMovieSceneEvalTemplate"); \ + +#define DUMPER7_ASSERTS_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_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_UMovieSceneSignedObject \ +static_assert(alignof(UMovieSceneSignedObject) == 0x000008, "Wrong alignment on UMovieSceneSignedObject"); \ +static_assert(sizeof(UMovieSceneSignedObject) == 0x000050, "Wrong size on UMovieSceneSignedObject"); \ +static_assert(offsetof(UMovieSceneSignedObject, Signature) == 0x000028, "Member 'UMovieSceneSignedObject::Signature' has a wrong offset!"); \ + +#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_MovieSceneSection_SetBlendType \ +static_assert(alignof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_SetBlendType"); \ +static_assert(sizeof(MovieSceneSection_SetBlendType) == 0x000001, "Wrong size on MovieSceneSection_SetBlendType"); \ +static_assert(offsetof(MovieSceneSection_SetBlendType, InBlendType) == 0x000000, "Member 'MovieSceneSection_SetBlendType::InBlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetCompletionMode \ +static_assert(alignof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_SetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_SetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_SetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_SetCompletionMode, InCompletionMode) == 0x000000, "Member 'MovieSceneSection_SetCompletionMode::InCompletionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsActive \ +static_assert(alignof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsActive"); \ +static_assert(sizeof(MovieSceneSection_SetIsActive) == 0x000001, "Wrong size on MovieSceneSection_SetIsActive"); \ +static_assert(offsetof(MovieSceneSection_SetIsActive, bInIsActive) == 0x000000, "Member 'MovieSceneSection_SetIsActive::bInIsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetIsLocked \ +static_assert(alignof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_SetIsLocked"); \ +static_assert(sizeof(MovieSceneSection_SetIsLocked) == 0x000001, "Wrong size on MovieSceneSection_SetIsLocked"); \ +static_assert(offsetof(MovieSceneSection_SetIsLocked, bInIsLocked) == 0x000000, "Member 'MovieSceneSection_SetIsLocked::bInIsLocked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetOverlapPriority \ +static_assert(alignof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_SetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_SetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_SetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_SetOverlapPriority, NewPriority) == 0x000000, "Member 'MovieSceneSection_SetOverlapPriority::NewPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPostRollFrames \ +static_assert(alignof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPostRollFrames, InPostRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPostRollFrames::InPostRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetPreRollFrames \ +static_assert(alignof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_SetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_SetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_SetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_SetPreRollFrames, InPreRollFrames) == 0x000000, "Member 'MovieSceneSection_SetPreRollFrames::InPreRollFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_SetRowIndex \ +static_assert(alignof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_SetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_SetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_SetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_SetRowIndex, NewRowIndex) == 0x000000, "Member 'MovieSceneSection_SetRowIndex::NewRowIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetBlendType \ +static_assert(alignof(MovieSceneSection_GetBlendType) == 0x000001, "Wrong alignment on MovieSceneSection_GetBlendType"); \ +static_assert(sizeof(MovieSceneSection_GetBlendType) == 0x000002, "Wrong size on MovieSceneSection_GetBlendType"); \ +static_assert(offsetof(MovieSceneSection_GetBlendType, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetBlendType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetCompletionMode \ +static_assert(alignof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong alignment on MovieSceneSection_GetCompletionMode"); \ +static_assert(sizeof(MovieSceneSection_GetCompletionMode) == 0x000001, "Wrong size on MovieSceneSection_GetCompletionMode"); \ +static_assert(offsetof(MovieSceneSection_GetCompletionMode, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetCompletionMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetOverlapPriority \ +static_assert(alignof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong alignment on MovieSceneSection_GetOverlapPriority"); \ +static_assert(sizeof(MovieSceneSection_GetOverlapPriority) == 0x000004, "Wrong size on MovieSceneSection_GetOverlapPriority"); \ +static_assert(offsetof(MovieSceneSection_GetOverlapPriority, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetOverlapPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPostRollFrames \ +static_assert(alignof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPostRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPostRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPostRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPostRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPostRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetPreRollFrames \ +static_assert(alignof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong alignment on MovieSceneSection_GetPreRollFrames"); \ +static_assert(sizeof(MovieSceneSection_GetPreRollFrames) == 0x000004, "Wrong size on MovieSceneSection_GetPreRollFrames"); \ +static_assert(offsetof(MovieSceneSection_GetPreRollFrames, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetPreRollFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_GetRowIndex \ +static_assert(alignof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong alignment on MovieSceneSection_GetRowIndex"); \ +static_assert(sizeof(MovieSceneSection_GetRowIndex) == 0x000004, "Wrong size on MovieSceneSection_GetRowIndex"); \ +static_assert(offsetof(MovieSceneSection_GetRowIndex, ReturnValue) == 0x000000, "Member 'MovieSceneSection_GetRowIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsActive \ +static_assert(alignof(MovieSceneSection_IsActive) == 0x000001, "Wrong alignment on MovieSceneSection_IsActive"); \ +static_assert(sizeof(MovieSceneSection_IsActive) == 0x000001, "Wrong size on MovieSceneSection_IsActive"); \ +static_assert(offsetof(MovieSceneSection_IsActive, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSection_IsLocked \ +static_assert(alignof(MovieSceneSection_IsLocked) == 0x000001, "Wrong alignment on MovieSceneSection_IsLocked"); \ +static_assert(sizeof(MovieSceneSection_IsLocked) == 0x000001, "Wrong size on MovieSceneSection_IsLocked"); \ +static_assert(offsetof(MovieSceneSection_IsLocked, ReturnValue) == 0x000000, "Member 'MovieSceneSection_IsLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSection \ +static_assert(alignof(UMovieSceneSection) == 0x000008, "Wrong alignment on UMovieSceneSection"); \ +static_assert(sizeof(UMovieSceneSection) == 0x0000E8, "Wrong size on UMovieSceneSection"); \ +static_assert(offsetof(UMovieSceneSection, EvalOptions) == 0x000050, "Member 'UMovieSceneSection::EvalOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, Easing) == 0x000058, "Member 'UMovieSceneSection::Easing' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, SectionRange) == 0x000090, "Member 'UMovieSceneSection::SectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PreRollFrames) == 0x0000A0, "Member 'UMovieSceneSection::PreRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostRollFrames) == 0x0000A4, "Member 'UMovieSceneSection::PostRollFrames' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, RowIndex) == 0x0000A8, "Member 'UMovieSceneSection::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, OverlapPriority) == 0x0000AC, "Member 'UMovieSceneSection::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, StartTime) == 0x0000B4, "Member 'UMovieSceneSection::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, EndTime) == 0x0000B8, "Member 'UMovieSceneSection::EndTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PrerollTime) == 0x0000BC, "Member 'UMovieSceneSection::PrerollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, PostrollTime) == 0x0000C0, "Member 'UMovieSceneSection::PostrollTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, bSupportsInfiniteRange) == 0x0000C8, "Member 'UMovieSceneSection::bSupportsInfiniteRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSection, BlendType) == 0x0000C9, "Member 'UMovieSceneSection::BlendType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBoolSection \ +static_assert(alignof(UMovieSceneBoolSection) == 0x000008, "Wrong alignment on UMovieSceneBoolSection"); \ +static_assert(sizeof(UMovieSceneBoolSection) == 0x0001C8, "Wrong size on UMovieSceneBoolSection"); \ +static_assert(offsetof(UMovieSceneBoolSection, DefaultValue) == 0x0000E8, "Member 'UMovieSceneBoolSection::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneBoolSection, BoolCurve) == 0x0000F0, "Member 'UMovieSceneBoolSection::BoolCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnSection \ +static_assert(alignof(UMovieSceneSpawnSection) == 0x000008, "Wrong alignment on UMovieSceneSpawnSection"); \ +static_assert(sizeof(UMovieSceneSpawnSection) == 0x0001D0, "Wrong size on UMovieSceneSpawnSection"); \ + +#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) == 0x000060, "Wrong size on UMovieSceneSequence"); \ +static_assert(offsetof(UMovieSceneSequence, CompiledData) == 0x000050, "Member 'UMovieSceneSequence::CompiledData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, DefaultCompletionMode) == 0x000058, "Member 'UMovieSceneSequence::DefaultCompletionMode' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, bParentContextsAreSignificant) == 0x000059, "Member 'UMovieSceneSequence::bParentContextsAreSignificant' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, bPlayableDirectly) == 0x00005A, "Member 'UMovieSceneSequence::bPlayableDirectly' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequence, SequenceFlags) == 0x00005B, "Member 'UMovieSceneSequence::SequenceFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTrack \ +static_assert(alignof(UMovieSceneTrack) == 0x000008, "Wrong alignment on UMovieSceneTrack"); \ +static_assert(sizeof(UMovieSceneTrack) == 0x000090, "Wrong size on UMovieSceneTrack"); \ +static_assert(offsetof(UMovieSceneTrack, EvalOptions) == 0x000050, "Member 'UMovieSceneTrack::EvalOptions' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, bIsEvalDisabled) == 0x000055, "Member 'UMovieSceneTrack::bIsEvalDisabled' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, RowsDisabled) == 0x000058, "Member 'UMovieSceneTrack::RowsDisabled' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, EvaluationFieldGuid) == 0x00006C, "Member 'UMovieSceneTrack::EvaluationFieldGuid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrack, EvaluationField) == 0x000080, "Member 'UMovieSceneTrack::EvaluationField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSpawnTrack \ +static_assert(alignof(UMovieSceneSpawnTrack) == 0x000008, "Wrong alignment on UMovieSceneSpawnTrack"); \ +static_assert(sizeof(UMovieSceneSpawnTrack) == 0x0000B0, "Wrong size on UMovieSceneSpawnTrack"); \ +static_assert(offsetof(UMovieSceneSpawnTrack, Sections) == 0x000090, "Member 'UMovieSceneSpawnTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSpawnTrack, ObjectGuid) == 0x0000A0, "Member 'UMovieSceneSpawnTrack::ObjectGuid' has a wrong offset!"); \ + +#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_UMovieSceneTrackInstanceInstantiator \ +static_assert(alignof(UMovieSceneTrackInstanceInstantiator) == 0x000008, "Wrong alignment on UMovieSceneTrackInstanceInstantiator"); \ +static_assert(sizeof(UMovieSceneTrackInstanceInstantiator) == 0x0000F0, "Wrong size on UMovieSceneTrackInstanceInstantiator"); \ + +#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_UMovieSceneNameableTrack \ +static_assert(alignof(UMovieSceneNameableTrack) == 0x000008, "Wrong alignment on UMovieSceneNameableTrack"); \ +static_assert(sizeof(UMovieSceneNameableTrack) == 0x000090, "Wrong size on UMovieSceneNameableTrack"); \ + +#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_UMovieSceneTrackInstance \ +static_assert(alignof(UMovieSceneTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneTrackInstance"); \ +static_assert(sizeof(UMovieSceneTrackInstance) == 0x000050, "Wrong size on UMovieSceneTrackInstance"); \ +static_assert(offsetof(UMovieSceneTrackInstance, AnimatedObject) == 0x000028, "Member 'UMovieSceneTrackInstance::AnimatedObject' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneTrackInstance, bIsMasterTrackInstance) == 0x000030, "Member 'UMovieSceneTrackInstance::bIsMasterTrackInstance' 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_MovieSceneSequencePlayer_GetBoundObjects \ +static_assert(alignof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetBoundObjects"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetBoundObjects) == 0x000028, "Wrong size on MovieSceneSequencePlayer_GetBoundObjects"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetBoundObjects, ReturnValue) == 0x000018, "Member 'MovieSceneSequencePlayer_GetBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDisableCameraCuts \ +static_assert(alignof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_GetDisableCameraCuts"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetDisableCameraCuts, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDisableCameraCuts::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetObjectBindings \ +static_assert(alignof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetObjectBindings"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetObjectBindings) == 0x000018, "Wrong size on MovieSceneSequencePlayer_GetObjectBindings"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, InObject) == 0x000000, "Member 'MovieSceneSequencePlayer_GetObjectBindings::InObject' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequencePlayer_GetObjectBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToFrame \ +static_assert(alignof(MovieSceneSequencePlayer_JumpToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_JumpToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_JumpToFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToFrame::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToMarkedFrame \ +static_assert(alignof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_JumpToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_JumpToMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_JumpToMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_JumpToSeconds \ +static_assert(alignof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_JumpToSeconds"); \ +static_assert(sizeof(MovieSceneSequencePlayer_JumpToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_JumpToSeconds"); \ +static_assert(offsetof(MovieSceneSequencePlayer_JumpToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_JumpToSeconds::TimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayLooping \ +static_assert(alignof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayLooping"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayLooping) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayLooping"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayLooping, NumLoops) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayLooping::NumLoops' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayTo \ +static_assert(alignof(MovieSceneSequencePlayer_PlayTo) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayTo"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayTo) == 0x000030, "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) == 0x000028, "Member 'MovieSceneSequencePlayer_PlayTo::PlayToParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToFrame \ +static_assert(alignof(MovieSceneSequencePlayer_PlayToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_PlayToFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToFrame::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToMarkedFrame \ +static_assert(alignof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_PlayToMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_PlayToMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_PlayToSeconds \ +static_assert(alignof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_PlayToSeconds"); \ +static_assert(sizeof(MovieSceneSequencePlayer_PlayToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_PlayToSeconds"); \ +static_assert(offsetof(MovieSceneSequencePlayer_PlayToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_PlayToSeconds::TimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, Method) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::Method' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent, RelevantTime) == 0x000004, "Member 'MovieSceneSequencePlayer_RPC_ExplicitServerUpdateEvent::RelevantTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent) == 0x000008, "Wrong size on MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnFinishPlaybackEvent::StoppedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_RPC_OnStopEvent \ +static_assert(alignof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ +static_assert(sizeof(MovieSceneSequencePlayer_RPC_OnStopEvent) == 0x000008, "Wrong size on MovieSceneSequencePlayer_RPC_OnStopEvent"); \ +static_assert(offsetof(MovieSceneSequencePlayer_RPC_OnStopEvent, StoppedTime) == 0x000000, "Member 'MovieSceneSequencePlayer_RPC_OnStopEvent::StoppedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToFrame \ +static_assert(alignof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_ScrubToFrame) == 0x000008, "Wrong size on MovieSceneSequencePlayer_ScrubToFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToFrame, NewPosition) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToFrame::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToMarkedFrame \ +static_assert(alignof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequencePlayer_ScrubToMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequencePlayer_ScrubToMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, InLabel) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequencePlayer_ScrubToMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_ScrubToSeconds \ +static_assert(alignof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_ScrubToSeconds"); \ +static_assert(sizeof(MovieSceneSequencePlayer_ScrubToSeconds) == 0x000004, "Wrong size on MovieSceneSequencePlayer_ScrubToSeconds"); \ +static_assert(offsetof(MovieSceneSequencePlayer_ScrubToSeconds, TimeInSeconds) == 0x000000, "Member 'MovieSceneSequencePlayer_ScrubToSeconds::TimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetDisableCameraCuts \ +static_assert(alignof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong alignment on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetDisableCameraCuts) == 0x000001, "Wrong size on MovieSceneSequencePlayer_SetDisableCameraCuts"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetDisableCameraCuts, bInDisableCameraCuts) == 0x000000, "Member 'MovieSceneSequencePlayer_SetDisableCameraCuts::bInDisableCameraCuts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRange \ +static_assert(alignof(MovieSceneSequencePlayer_SetFrameRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRange"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRange) == 0x00000C, "Wrong size on MovieSceneSequencePlayer_SetFrameRange"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, StartFrame) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetFrameRange::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRange, SubFrames) == 0x000008, "Member 'MovieSceneSequencePlayer_SetFrameRange::SubFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetFrameRate \ +static_assert(alignof(MovieSceneSequencePlayer_SetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetFrameRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetFrameRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetFrameRate, FrameRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetFrameRate::FrameRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlaybackPosition \ +static_assert(alignof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_SetPlaybackPosition"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetPlaybackPosition) == 0x000028, "Wrong size on MovieSceneSequencePlayer_SetPlaybackPosition"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetPlaybackPosition, PlaybackParams) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlaybackPosition::PlaybackParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetPlayRate \ +static_assert(alignof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetPlayRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_SetPlayRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetPlayRate, PlayRate) == 0x000000, "Member 'MovieSceneSequencePlayer_SetPlayRate::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_SetTimeRange \ +static_assert(alignof(MovieSceneSequencePlayer_SetTimeRange) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_SetTimeRange"); \ +static_assert(sizeof(MovieSceneSequencePlayer_SetTimeRange) == 0x000008, "Wrong size on MovieSceneSequencePlayer_SetTimeRange"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, StartTime_0) == 0x000000, "Member 'MovieSceneSequencePlayer_SetTimeRange::StartTime_0' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequencePlayer_SetTimeRange, Duration) == 0x000004, "Member 'MovieSceneSequencePlayer_SetTimeRange::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetCurrentTime \ +static_assert(alignof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetCurrentTime"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetCurrentTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetCurrentTime"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetCurrentTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetDuration \ +static_assert(alignof(MovieSceneSequencePlayer_GetDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetDuration"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetDuration) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetDuration"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetEndTime \ +static_assert(alignof(MovieSceneSequencePlayer_GetEndTime) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetEndTime"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetEndTime) == 0x000010, "Wrong size on MovieSceneSequencePlayer_GetEndTime"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetEndTime, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameDuration \ +static_assert(alignof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameDuration"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetFrameDuration) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetFrameDuration"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetFrameDuration, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetFrameRate \ +static_assert(alignof(MovieSceneSequencePlayer_GetFrameRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetFrameRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetFrameRate) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetFrameRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetFrameRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetPlayRate \ +static_assert(alignof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong alignment on MovieSceneSequencePlayer_GetPlayRate"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetPlayRate) == 0x000004, "Wrong size on MovieSceneSequencePlayer_GetPlayRate"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetPlayRate, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_GetSequence \ +static_assert(alignof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong alignment on MovieSceneSequencePlayer_GetSequence"); \ +static_assert(sizeof(MovieSceneSequencePlayer_GetSequence) == 0x000008, "Wrong size on MovieSceneSequencePlayer_GetSequence"); \ +static_assert(offsetof(MovieSceneSequencePlayer_GetSequence, ReturnValue) == 0x000000, "Member 'MovieSceneSequencePlayer_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequencePlayer_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) == 0x0004D0, "Wrong size on UMovieSceneSequencePlayer"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlay) == 0x000238, "Member 'UMovieSceneSequencePlayer::OnPlay' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPlayReverse) == 0x000248, "Member 'UMovieSceneSequencePlayer::OnPlayReverse' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnStop) == 0x000258, "Member 'UMovieSceneSequencePlayer::OnStop' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnPause) == 0x000268, "Member 'UMovieSceneSequencePlayer::OnPause' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, OnFinished) == 0x000278, "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, PlaybackSettings) == 0x0002A8, "Member 'UMovieSceneSequencePlayer::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, RootTemplateInstance) == 0x0002C0, "Member 'UMovieSceneSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, NetSyncProps) == 0x000420, "Member 'UMovieSceneSequencePlayer::NetSyncProps' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, PlaybackClient) == 0x000430, "Member 'UMovieSceneSequencePlayer::PlaybackClient' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequencePlayer, TickManager) == 0x000440, "Member 'UMovieSceneSequencePlayer::TickManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneTrack \ +static_assert(alignof(UTestMovieSceneTrack) == 0x000008, "Wrong alignment on UTestMovieSceneTrack"); \ +static_assert(sizeof(UTestMovieSceneTrack) == 0x0000B0, "Wrong size on UTestMovieSceneTrack"); \ +static_assert(offsetof(UTestMovieSceneTrack, bHighPassFilter) == 0x000098, "Member 'UTestMovieSceneTrack::bHighPassFilter' has a wrong offset!"); \ +static_assert(offsetof(UTestMovieSceneTrack, SectionArray) == 0x0000A0, "Member 'UTestMovieSceneTrack::SectionArray' has a wrong offset!"); \ + +#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) == 0x000128, "Wrong size on UMovieSceneSubSection"); \ +static_assert(offsetof(UMovieSceneSubSection, Parameters) == 0x0000E8, "Member 'UMovieSceneSubSection::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, StartOffset) == 0x00010C, "Member 'UMovieSceneSubSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, TimeScale) == 0x000110, "Member 'UMovieSceneSubSection::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, PrerollTime_MovieSceneSubSection) == 0x000114, "Member 'UMovieSceneSubSection::PrerollTime_MovieSceneSubSection' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, NetworkMask) == 0x000118, "Member 'UMovieSceneSubSection::NetworkMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSubSection, SubSequence) == 0x000120, "Member 'UMovieSceneSubSection::SubSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSubTrack \ +static_assert(alignof(UMovieSceneSubTrack) == 0x000008, "Wrong alignment on UMovieSceneSubTrack"); \ +static_assert(sizeof(UMovieSceneSubTrack) == 0x0000A0, "Wrong size on UMovieSceneSubTrack"); \ +static_assert(offsetof(UMovieSceneSubTrack, Sections) == 0x000090, "Member 'UMovieSceneSubTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnRequestCurrentTime \ +static_assert(alignof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnRequestCurrentTime) == 0x00001C, "Wrong size on MovieSceneCustomClockSource_OnRequestCurrentTime"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InCurrentTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, InPlayRate) == 0x000010, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::InPlayRate' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnRequestCurrentTime, ReturnValue) == 0x000014, "Member 'MovieSceneCustomClockSource_OnRequestCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStartPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStartPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStartPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStartPlaying, InStartTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStartPlaying::InStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnStopPlaying \ +static_assert(alignof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnStopPlaying) == 0x000010, "Wrong size on MovieSceneCustomClockSource_OnStopPlaying"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnStopPlaying, InStopTime) == 0x000000, "Member 'MovieSceneCustomClockSource_OnStopPlaying::InStopTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCustomClockSource_OnTick \ +static_assert(alignof(MovieSceneCustomClockSource_OnTick) == 0x000004, "Wrong alignment on MovieSceneCustomClockSource_OnTick"); \ +static_assert(sizeof(MovieSceneCustomClockSource_OnTick) == 0x000008, "Wrong size on MovieSceneCustomClockSource_OnTick"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, DeltaSeconds) == 0x000000, "Member 'MovieSceneCustomClockSource_OnTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCustomClockSource_OnTick, InPlayRate) == 0x000004, "Member 'MovieSceneCustomClockSource_OnTick::InPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneCustomClockSource \ +static_assert(alignof(IMovieSceneCustomClockSource) == 0x000001, "Wrong alignment on IMovieSceneCustomClockSource"); \ +static_assert(sizeof(IMovieSceneCustomClockSource) == 0x000001, "Wrong size on IMovieSceneCustomClockSource"); \ + +#define DUMPER7_ASSERTS_IMovieSceneDeterminismSource \ +static_assert(alignof(IMovieSceneDeterminismSource) == 0x000001, "Wrong alignment on IMovieSceneDeterminismSource"); \ +static_assert(sizeof(IMovieSceneDeterminismSource) == 0x000001, "Wrong size on IMovieSceneDeterminismSource"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEntityProvider \ +static_assert(alignof(IMovieSceneEntityProvider) == 0x000001, "Wrong alignment on IMovieSceneEntityProvider"); \ +static_assert(sizeof(IMovieSceneEntityProvider) == 0x000001, "Wrong size on IMovieSceneEntityProvider"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEvaluationHook \ +static_assert(alignof(IMovieSceneEvaluationHook) == 0x000001, "Wrong alignment on IMovieSceneEvaluationHook"); \ +static_assert(sizeof(IMovieSceneEvaluationHook) == 0x000001, "Wrong size on IMovieSceneEvaluationHook"); \ + +#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_IMovieSceneTrackTemplateProducer \ +static_assert(alignof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong alignment on IMovieSceneTrackTemplateProducer"); \ +static_assert(sizeof(IMovieSceneTrackTemplateProducer) == 0x000001, "Wrong size on IMovieSceneTrackTemplateProducer"); \ + +#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) == 0x000148, "Wrong size on UMovieScene"); \ +static_assert(offsetof(UMovieScene, Spawnables) == 0x000050, "Member 'UMovieScene::Spawnables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, Possessables) == 0x000060, "Member 'UMovieScene::Possessables' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ObjectBindings) == 0x000070, "Member 'UMovieScene::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, BindingGroups) == 0x000080, "Member 'UMovieScene::BindingGroups' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, MasterTracks) == 0x0000D0, "Member 'UMovieScene::MasterTracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CameraCutTrack) == 0x0000E0, "Member 'UMovieScene::CameraCutTrack' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, SelectionRange) == 0x0000E8, "Member 'UMovieScene::SelectionRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, PlaybackRange) == 0x0000F8, "Member 'UMovieScene::PlaybackRange' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, TickResolution) == 0x000108, "Member 'UMovieScene::TickResolution' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, DisplayRate) == 0x000110, "Member 'UMovieScene::DisplayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, EvaluationType) == 0x000118, "Member 'UMovieScene::EvaluationType' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, ClockSource) == 0x000119, "Member 'UMovieScene::ClockSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, CustomClockSourcePath) == 0x000120, "Member 'UMovieScene::CustomClockSourcePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene, MarkedFrames) == 0x000138, "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_IMovieSceneBindingOwnerInterface \ +static_assert(alignof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong alignment on IMovieSceneBindingOwnerInterface"); \ +static_assert(sizeof(IMovieSceneBindingOwnerInterface) == 0x000001, "Wrong size on IMovieSceneBindingOwnerInterface"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBlenderSystem \ +static_assert(alignof(UMovieSceneBlenderSystem) == 0x000008, "Wrong alignment on UMovieSceneBlenderSystem"); \ +static_assert(sizeof(UMovieSceneBlenderSystem) == 0x000068, "Wrong size on UMovieSceneBlenderSystem"); \ + +#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_IMovieSceneSceneComponentImpersonator \ +static_assert(alignof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong alignment on IMovieSceneSceneComponentImpersonator"); \ +static_assert(sizeof(IMovieSceneSceneComponentImpersonator) == 0x000001, "Wrong size on IMovieSceneSceneComponentImpersonator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCompiledData \ +static_assert(alignof(UMovieSceneCompiledData) == 0x000008, "Wrong alignment on UMovieSceneCompiledData"); \ +static_assert(sizeof(UMovieSceneCompiledData) == 0x0003F8, "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) == 0x0002A0, "Member 'UMovieSceneCompiledData::EntityComponentField' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, TrackTemplateField) == 0x000390, "Member 'UMovieSceneCompiledData::TrackTemplateField' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, DeterminismFences) == 0x0003C0, "Member 'UMovieSceneCompiledData::DeterminismFences' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, CompiledSignature) == 0x0003D0, "Member 'UMovieSceneCompiledData::CompiledSignature' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, CompilerVersion) == 0x0003E0, "Member 'UMovieSceneCompiledData::CompilerVersion' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AccumulatedMask) == 0x0003F0, "Member 'UMovieSceneCompiledData::AccumulatedMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AllocatedMask) == 0x0003F1, "Member 'UMovieSceneCompiledData::AllocatedMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCompiledData, AccumulatedFlags) == 0x0003F2, "Member 'UMovieSceneCompiledData::AccumulatedFlags' has a wrong offset!"); \ + +#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_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_MovieSceneEasingFunction_OnEvaluate \ +static_assert(alignof(MovieSceneEasingFunction_OnEvaluate) == 0x000004, "Wrong alignment on MovieSceneEasingFunction_OnEvaluate"); \ +static_assert(sizeof(MovieSceneEasingFunction_OnEvaluate) == 0x000008, "Wrong size on MovieSceneEasingFunction_OnEvaluate"); \ +static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, Interp) == 0x000000, "Member 'MovieSceneEasingFunction_OnEvaluate::Interp' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneEasingFunction_OnEvaluate, ReturnValue) == 0x000004, "Member 'MovieSceneEasingFunction_OnEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IMovieSceneEasingFunction \ +static_assert(alignof(IMovieSceneEasingFunction) == 0x000001, "Wrong alignment on IMovieSceneEasingFunction"); \ +static_assert(sizeof(IMovieSceneEasingFunction) == 0x000001, "Wrong size on IMovieSceneEasingFunction"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEntitySystemLinker \ +static_assert(alignof(UMovieSceneEntitySystemLinker) == 0x000008, "Wrong alignment on UMovieSceneEntitySystemLinker"); \ +static_assert(sizeof(UMovieSceneEntitySystemLinker) == 0x000650, "Wrong size on UMovieSceneEntitySystemLinker"); \ +static_assert(offsetof(UMovieSceneEntitySystemLinker, SystemGraph) == 0x000298, "Member 'UMovieSceneEntitySystemLinker::SystemGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEvalTimeSystem \ +static_assert(alignof(UMovieSceneEvalTimeSystem) == 0x000008, "Wrong alignment on UMovieSceneEvalTimeSystem"); \ +static_assert(sizeof(UMovieSceneEvalTimeSystem) == 0x000050, "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_UMovieSceneFolder \ +static_assert(alignof(UMovieSceneFolder) == 0x000008, "Wrong alignment on UMovieSceneFolder"); \ +static_assert(sizeof(UMovieSceneFolder) == 0x000070, "Wrong size on UMovieSceneFolder"); \ +static_assert(offsetof(UMovieSceneFolder, FolderName) == 0x000028, "Member 'UMovieSceneFolder::FolderName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildFolders) == 0x000030, "Member 'UMovieSceneFolder::ChildFolders' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildMasterTracks) == 0x000040, "Member 'UMovieSceneFolder::ChildMasterTracks' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFolder, ChildObjectBindingStrings) == 0x000050, "Member 'UMovieSceneFolder::ChildObjectBindingStrings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneHookSection \ +static_assert(alignof(UMovieSceneHookSection) == 0x000008, "Wrong alignment on UMovieSceneHookSection"); \ +static_assert(sizeof(UMovieSceneHookSection) == 0x000100, "Wrong size on UMovieSceneHookSection"); \ + +#define DUMPER7_ASSERTS_IMovieSceneKeyProxy \ +static_assert(alignof(IMovieSceneKeyProxy) == 0x000001, "Wrong alignment on IMovieSceneKeyProxy"); \ +static_assert(sizeof(IMovieSceneKeyProxy) == 0x000001, "Wrong size on IMovieSceneKeyProxy"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMasterInstantiatorSystem \ +static_assert(alignof(UMovieSceneMasterInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneMasterInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneMasterInstantiatorSystem) == 0x000040, "Wrong size on UMovieSceneMasterInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_IMovieScenePreAnimatedStateSystemInterface \ +static_assert(alignof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong alignment on IMovieScenePreAnimatedStateSystemInterface"); \ +static_assert(sizeof(IMovieScenePreAnimatedStateSystemInterface) == 0x000001, "Wrong size on IMovieScenePreAnimatedStateSystemInterface"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCachePreAnimatedStateSystem \ +static_assert(alignof(UMovieSceneCachePreAnimatedStateSystem) == 0x000008, "Wrong alignment on UMovieSceneCachePreAnimatedStateSystem"); \ +static_assert(sizeof(UMovieSceneCachePreAnimatedStateSystem) == 0x000040, "Wrong size on UMovieSceneCachePreAnimatedStateSystem"); \ + +#define DUMPER7_ASSERTS_IMovieSceneSequenceActor \ +static_assert(alignof(IMovieSceneSequenceActor) == 0x000001, "Wrong alignment on IMovieSceneSequenceActor"); \ +static_assert(sizeof(IMovieSceneSequenceActor) == 0x000001, "Wrong size on IMovieSceneSequenceActor"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceTickManager \ +static_assert(alignof(UMovieSceneSequenceTickManager) == 0x000008, "Wrong alignment on UMovieSceneSequenceTickManager"); \ +static_assert(sizeof(UMovieSceneSequenceTickManager) == 0x0000C8, "Wrong size on UMovieSceneSequenceTickManager"); \ +static_assert(offsetof(UMovieSceneSequenceTickManager, SequenceActors) == 0x000028, "Member 'UMovieSceneSequenceTickManager::SequenceActors' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSequenceTickManager, Linker) == 0x000038, "Member 'UMovieSceneSequenceTickManager::Linker' has a wrong offset!"); \ + +#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_UTestMovieSceneSection \ +static_assert(alignof(UTestMovieSceneSection) == 0x000008, "Wrong alignment on UTestMovieSceneSection"); \ +static_assert(sizeof(UTestMovieSceneSection) == 0x0000E8, "Wrong size on UTestMovieSceneSection"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSequence \ +static_assert(alignof(UTestMovieSceneSequence) == 0x000008, "Wrong alignment on UTestMovieSceneSequence"); \ +static_assert(sizeof(UTestMovieSceneSequence) == 0x000068, "Wrong size on UTestMovieSceneSequence"); \ +static_assert(offsetof(UTestMovieSceneSequence, MovieScene) == 0x000060, "Member 'UTestMovieSceneSequence::MovieScene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSubTrack \ +static_assert(alignof(UTestMovieSceneSubTrack) == 0x000008, "Wrong alignment on UTestMovieSceneSubTrack"); \ +static_assert(sizeof(UTestMovieSceneSubTrack) == 0x0000B0, "Wrong size on UTestMovieSceneSubTrack"); \ +static_assert(offsetof(UTestMovieSceneSubTrack, SectionArray) == 0x0000A0, "Member 'UTestMovieSceneSubTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneSubSection \ +static_assert(alignof(UTestMovieSceneSubSection) == 0x000008, "Wrong alignment on UTestMovieSceneSubSection"); \ +static_assert(sizeof(UTestMovieSceneSubSection) == 0x000128, "Wrong size on UTestMovieSceneSubSection"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneEvalHookTrack \ +static_assert(alignof(UTestMovieSceneEvalHookTrack) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookTrack"); \ +static_assert(sizeof(UTestMovieSceneEvalHookTrack) == 0x0000A0, "Wrong size on UTestMovieSceneEvalHookTrack"); \ +static_assert(offsetof(UTestMovieSceneEvalHookTrack, SectionArray) == 0x000090, "Member 'UTestMovieSceneEvalHookTrack::SectionArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestMovieSceneEvalHookSection \ +static_assert(alignof(UTestMovieSceneEvalHookSection) == 0x000008, "Wrong alignment on UTestMovieSceneEvalHookSection"); \ +static_assert(sizeof(UTestMovieSceneEvalHookSection) == 0x000118, "Wrong size on UTestMovieSceneEvalHookSection"); \ + +#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_FNiagaraCompileEvent \ +static_assert(alignof(FNiagaraCompileEvent) == 0x000008, "Wrong alignment on FNiagaraCompileEvent"); \ +static_assert(sizeof(FNiagaraCompileEvent) == 0x000068, "Wrong size on FNiagaraCompileEvent"); \ +static_assert(offsetof(FNiagaraCompileEvent, Severity) == 0x000000, "Member 'FNiagaraCompileEvent::Severity' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, Message) == 0x000008, "Member 'FNiagaraCompileEvent::Message' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, ShortDescription) == 0x000018, "Member 'FNiagaraCompileEvent::ShortDescription' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, bDismissable) == 0x000028, "Member 'FNiagaraCompileEvent::bDismissable' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, NodeGuid) == 0x00002C, "Member 'FNiagaraCompileEvent::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, PinGuid) == 0x00003C, "Member 'FNiagaraCompileEvent::PinGuid' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, StackGuids) == 0x000050, "Member 'FNiagaraCompileEvent::StackGuids' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraCompileEvent, Source) == 0x000060, "Member 'FNiagaraCompileEvent::Source' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSimulationStageMetaData \ +static_assert(alignof(FSimulationStageMetaData) == 0x000008, "Wrong alignment on FSimulationStageMetaData"); \ +static_assert(sizeof(FSimulationStageMetaData) == 0x000068, "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, IterationSource) == 0x000010, "Member 'FSimulationStageMetaData::IterationSource' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ExecuteBehavior) == 0x000018, "Member 'FSimulationStageMetaData::ExecuteBehavior' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ParticleIterationStateBinding) == 0x000020, "Member 'FSimulationStageMetaData::ParticleIterationStateBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, ParticleIterationStateRange) == 0x00002C, "Member 'FSimulationStageMetaData::ParticleIterationStateRange' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, OutputDestinations) == 0x000038, "Member 'FSimulationStageMetaData::OutputDestinations' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, NumIterations) == 0x000048, "Member 'FSimulationStageMetaData::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, NumIterationsBinding) == 0x00004C, "Member 'FSimulationStageMetaData::NumIterationsBinding' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDispatchType) == 0x000054, "Member 'FSimulationStageMetaData::GpuDispatchType' has a wrong offset!"); \ +static_assert(offsetof(FSimulationStageMetaData, GpuDispatchNumThreads) == 0x000058, "Member 'FSimulationStageMetaData::GpuDispatchNumThreads' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGeneratedFunction \ +static_assert(alignof(FNiagaraDataInterfaceGeneratedFunction) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGeneratedFunction"); \ +static_assert(sizeof(FNiagaraDataInterfaceGeneratedFunction) == 0x000028, "Wrong size on FNiagaraDataInterfaceGeneratedFunction"); \ + +#define DUMPER7_ASSERTS_FNiagaraDataInterfaceGPUParamInfo \ +static_assert(alignof(FNiagaraDataInterfaceGPUParamInfo) == 0x000008, "Wrong alignment on FNiagaraDataInterfaceGPUParamInfo"); \ +static_assert(sizeof(FNiagaraDataInterfaceGPUParamInfo) == 0x000030, "Wrong size on FNiagaraDataInterfaceGPUParamInfo"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DataInterfaceHLSLSymbol) == 0x000000, "Member 'FNiagaraDataInterfaceGPUParamInfo::DataInterfaceHLSLSymbol' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, DIClassName) == 0x000010, "Member 'FNiagaraDataInterfaceGPUParamInfo::DIClassName' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraDataInterfaceGPUParamInfo, GeneratedFunctions) == 0x000020, "Member 'FNiagaraDataInterfaceGPUParamInfo::GeneratedFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraScriptBase \ +static_assert(alignof(UNiagaraScriptBase) == 0x000008, "Wrong alignment on UNiagaraScriptBase"); \ +static_assert(sizeof(UNiagaraScriptBase) == 0x000028, "Wrong size on UNiagaraScriptBase"); \ + +#define DUMPER7_ASSERTS_FGSRichZhuYinRow \ +static_assert(alignof(FGSRichZhuYinRow) == 0x000010, "Wrong alignment on FGSRichZhuYinRow"); \ +static_assert(sizeof(FGSRichZhuYinRow) == 0x000710, "Wrong size on FGSRichZhuYinRow"); \ +static_assert(offsetof(FGSRichZhuYinRow, bOverrideMainTextStyle) == 0x000008, "Member 'FGSRichZhuYinRow::bOverrideMainTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FGSRichZhuYinRow, MainTextStyle) == 0x000010, "Member 'FGSRichZhuYinRow::MainTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FGSRichZhuYinRow, ZhuYinMargin) == 0x000380, "Member 'FGSRichZhuYinRow::ZhuYinMargin' has a wrong offset!"); \ +static_assert(offsetof(FGSRichZhuYinRow, ZhuYinTextStyle) == 0x000390, "Member 'FGSRichZhuYinRow::ZhuYinTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FGSRichZhuYinRow, ZhuYinTextHeightScale) == 0x000700, "Member 'FGSRichZhuYinRow::ZhuYinTextHeightScale' has a wrong offset!"); \ +static_assert(offsetof(FGSRichZhuYinRow, ZhuYinTextHeightPadding) == 0x000704, "Member 'FGSRichZhuYinRow::ZhuYinTextHeightPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTestTmp \ +static_assert(alignof(FTestTmp) == 0x000008, "Wrong alignment on FTestTmp"); \ +static_assert(sizeof(FTestTmp) == 0x000008, "Wrong size on FTestTmp"); \ +static_assert(offsetof(FTestTmp, TestA) == 0x000000, "Member 'FTestTmp::TestA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGCTestB \ +static_assert(alignof(UGCTestB) == 0x000008, "Wrong alignment on UGCTestB"); \ +static_assert(sizeof(UGCTestB) == 0x000038, "Wrong size on UGCTestB"); \ +static_assert(offsetof(UGCTestB, TestValueB) == 0x000028, "Member 'UGCTestB::TestValueB' has a wrong offset!"); \ +static_assert(offsetof(UGCTestB, ObjTestC) == 0x000030, "Member 'UGCTestB::ObjTestC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSRichTextBlockZhuYinDecorator \ +static_assert(alignof(UGSRichTextBlockZhuYinDecorator) == 0x000008, "Wrong alignment on UGSRichTextBlockZhuYinDecorator"); \ +static_assert(sizeof(UGSRichTextBlockZhuYinDecorator) == 0x000030, "Wrong size on UGSRichTextBlockZhuYinDecorator"); \ +static_assert(offsetof(UGSRichTextBlockZhuYinDecorator, ZhuYinSet) == 0x000028, "Member 'UGSRichTextBlockZhuYinDecorator::ZhuYinSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSearchBox_GetText \ +static_assert(alignof(GSSearchBox_GetText) == 0x000008, "Wrong alignment on GSSearchBox_GetText"); \ +static_assert(sizeof(GSSearchBox_GetText) == 0x000018, "Wrong size on GSSearchBox_GetText"); \ +static_assert(offsetof(GSSearchBox_GetText, ReturnValue) == 0x000000, "Member 'GSSearchBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSearchBox \ +static_assert(alignof(UGSSearchBox) == 0x000008, "Wrong alignment on UGSSearchBox"); \ +static_assert(sizeof(UGSSearchBox) == 0x000150, "Wrong size on UGSSearchBox"); \ +static_assert(offsetof(UGSSearchBox, OnSearchTextChanged) == 0x000130, "Member 'UGSSearchBox::OnSearchTextChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSplitterBoxSlot_SetSize \ +static_assert(alignof(GSSplitterBoxSlot_SetSize) == 0x000004, "Wrong alignment on GSSplitterBoxSlot_SetSize"); \ +static_assert(sizeof(GSSplitterBoxSlot_SetSize) == 0x000004, "Wrong size on GSSplitterBoxSlot_SetSize"); \ +static_assert(offsetof(GSSplitterBoxSlot_SetSize, InSize) == 0x000000, "Member 'GSSplitterBoxSlot_SetSize::InSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSplitterBoxSlot \ +static_assert(alignof(UGSSplitterBoxSlot) == 0x000008, "Wrong alignment on UGSSplitterBoxSlot"); \ +static_assert(sizeof(UGSSplitterBoxSlot) == 0x000048, "Wrong size on UGSSplitterBoxSlot"); \ +static_assert(offsetof(UGSSplitterBoxSlot, Size) == 0x000040, "Member 'UGSSplitterBoxSlot::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSplitterBox_AddChildToSplitterBox \ +static_assert(alignof(GSSplitterBox_AddChildToSplitterBox) == 0x000008, "Wrong alignment on GSSplitterBox_AddChildToSplitterBox"); \ +static_assert(sizeof(GSSplitterBox_AddChildToSplitterBox) == 0x000010, "Wrong size on GSSplitterBox_AddChildToSplitterBox"); \ +static_assert(offsetof(GSSplitterBox_AddChildToSplitterBox, Content) == 0x000000, "Member 'GSSplitterBox_AddChildToSplitterBox::Content' has a wrong offset!"); \ +static_assert(offsetof(GSSplitterBox_AddChildToSplitterBox, ReturnValue) == 0x000008, "Member 'GSSplitterBox_AddChildToSplitterBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSplitterBox \ +static_assert(alignof(UGSSplitterBox) == 0x000008, "Wrong alignment on UGSSplitterBox"); \ +static_assert(sizeof(UGSSplitterBox) == 0x000170, "Wrong size on UGSSplitterBox"); \ +static_assert(offsetof(UGSSplitterBox, OnSplitterFinishedResizing) == 0x000148, "Member 'UGSSplitterBox::OnSplitterFinishedResizing' has a wrong offset!"); \ +static_assert(offsetof(UGSSplitterBox, Orientation) == 0x000158, "Member 'UGSSplitterBox::Orientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGExtFuncLib \ +static_assert(alignof(UUMGExtFuncLib) == 0x000008, "Wrong alignment on UUMGExtFuncLib"); \ +static_assert(sizeof(UUMGExtFuncLib) == 0x000028, "Wrong size on UUMGExtFuncLib"); \ + +#define DUMPER7_ASSERTS_UGCTestA \ +static_assert(alignof(UGCTestA) == 0x000008, "Wrong alignment on UGCTestA"); \ +static_assert(sizeof(UGCTestA) == 0x000030, "Wrong size on UGCTestA"); \ +static_assert(offsetof(UGCTestA, TestValueA) == 0x000028, "Member 'UGCTestA::TestValueA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCSTestC \ +static_assert(alignof(UCSTestC) == 0x000008, "Wrong alignment on UCSTestC"); \ +static_assert(sizeof(UCSTestC) == 0x000080, "Wrong size on UCSTestC"); \ +static_assert(offsetof(UCSTestC, TestCValue) == 0x000028, "Member 'UCSTestC::TestCValue' has a wrong offset!"); \ +static_assert(offsetof(UCSTestC, MapTestA) == 0x000030, "Member 'UCSTestC::MapTestA' 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_UPlatformSettings \ +static_assert(alignof(UPlatformSettings) == 0x000008, "Wrong alignment on UPlatformSettings"); \ +static_assert(sizeof(UPlatformSettings) == 0x000040, "Wrong size on UPlatformSettings"); \ + +#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_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_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) == 0x000078, "Wrong size on UAnimNotifyState_TimedNiagaraEffect"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, Template) == 0x000030, "Member 'UAnimNotifyState_TimedNiagaraEffect::Template' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, SocketName) == 0x000038, "Member 'UAnimNotifyState_TimedNiagaraEffect::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, LocationOffset) == 0x000040, "Member 'UAnimNotifyState_TimedNiagaraEffect::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, RotationOffset) == 0x000058, "Member 'UAnimNotifyState_TimedNiagaraEffect::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffect, bDestroyAtEnd) == 0x000070, "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) == 0x0000E8, "Wrong size on UAnimNotifyState_TimedNiagaraEffectAdvanced"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, bEnableNormalizedNotifyProgress) == 0x000078, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::bEnableNormalizedNotifyProgress' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, NotifyProgressUserParameter) == 0x00007C, "Member 'UAnimNotifyState_TimedNiagaraEffectAdvanced::NotifyProgressUserParameter' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_TimedNiagaraEffectAdvanced, AnimCurves) == 0x000088, "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_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_FHoudiniCurveOutputProperties \ +static_assert(alignof(FHoudiniCurveOutputProperties) == 0x000004, "Wrong alignment on FHoudiniCurveOutputProperties"); \ +static_assert(sizeof(FHoudiniCurveOutputProperties) == 0x00000C, "Wrong size on FHoudiniCurveOutputProperties"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, CurveOutputType) == 0x000000, "Member 'FHoudiniCurveOutputProperties::CurveOutputType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, NumPoints) == 0x000004, "Member 'FHoudiniCurveOutputProperties::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, bClosed) == 0x000008, "Member 'FHoudiniCurveOutputProperties::bClosed' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, CurveType) == 0x000009, "Member 'FHoudiniCurveOutputProperties::CurveType' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniCurveOutputProperties, CurveMethod) == 0x00000A, "Member 'FHoudiniCurveOutputProperties::CurveMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniOutputObject \ +static_assert(alignof(FHoudiniOutputObject) == 0x000008, "Wrong alignment on FHoudiniOutputObject"); \ +static_assert(sizeof(FHoudiniOutputObject) == 0x0000F8, "Wrong size on FHoudiniOutputObject"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputObject) == 0x000000, "Member 'FHoudiniOutputObject::OutputObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, OutputComponent) == 0x000008, "Member 'FHoudiniOutputObject::OutputComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, ProxyObject) == 0x000010, "Member 'FHoudiniOutputObject::ProxyObject' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, ProxyComponent) == 0x000018, "Member 'FHoudiniOutputObject::ProxyComponent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bProxyIsCurrent) == 0x000020, "Member 'FHoudiniOutputObject::bProxyIsCurrent' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bIsImplicit) == 0x000021, "Member 'FHoudiniOutputObject::bIsImplicit' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, bIsGeometryCollectionPiece) == 0x000022, "Member 'FHoudiniOutputObject::bIsGeometryCollectionPiece' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, GeometryCollectionPieceName) == 0x000028, "Member 'FHoudiniOutputObject::GeometryCollectionPieceName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, BakeName) == 0x000038, "Member 'FHoudiniOutputObject::BakeName' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CurveOutputProperty) == 0x000048, "Member 'FHoudiniOutputObject::CurveOutputProperty' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CachedAttributes) == 0x000058, "Member 'FHoudiniOutputObject::CachedAttributes' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniOutputObject, CachedTokens) == 0x0000A8, "Member 'FHoudiniOutputObject::CachedTokens' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHoudiniAssetBlueprintOutput \ +static_assert(alignof(FHoudiniAssetBlueprintOutput) == 0x000008, "Wrong alignment on FHoudiniAssetBlueprintOutput"); \ +static_assert(sizeof(FHoudiniAssetBlueprintOutput) == 0x000100, "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_FHoudiniObjectInfo \ +static_assert(alignof(FHoudiniObjectInfo) == 0x000008, "Wrong alignment on FHoudiniObjectInfo"); \ +static_assert(sizeof(FHoudiniObjectInfo) == 0x000028, "Wrong size on FHoudiniObjectInfo"); \ + +#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_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_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) == 0x000290, "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, bIsVisible) == 0x000104, "Member 'FHoudiniGeoPartObject::bIsVisible' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsEditable) == 0x000105, "Member 'FHoudiniGeoPartObject::bIsEditable' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsTemplated) == 0x000106, "Member 'FHoudiniGeoPartObject::bIsTemplated' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bIsInstanced) == 0x000107, "Member 'FHoudiniGeoPartObject::bIsInstanced' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasGeoChanged) == 0x000108, "Member 'FHoudiniGeoPartObject::bHasGeoChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasPartChanged) == 0x000109, "Member 'FHoudiniGeoPartObject::bHasPartChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasTransformChanged) == 0x00010A, "Member 'FHoudiniGeoPartObject::bHasTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, bHasMaterialsChanged) == 0x00010B, "Member 'FHoudiniGeoPartObject::bHasMaterialsChanged' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniGeoPartObject, AllMeshSockets) == 0x000280, "Member 'FHoudiniGeoPartObject::AllMeshSockets' 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_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) == 0x0000B8, "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!"); \ + +#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) == 0x0001E0, "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) == 0x0001A0, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedCollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapResolution) == 0x0001A4, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedWalkableSlopeOverride) == 0x0001A8, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedLightMapCoordinateIndex) == 0x0001B8, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedStreamingDistanceMultiplier) == 0x0001C0, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedFoliageDefaultSettings) == 0x0001C8, "Member 'FHoudiniStaticMeshGenerationProperties::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(FHoudiniStaticMeshGenerationProperties, GeneratedAssetUserData) == 0x0001D0, "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_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, 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, bIsChildOfMultiParm) == 0x000068, "Member 'UHoudiniParameter::bIsChildOfMultiParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bIsDirectChildOfMultiParm) == 0x000069, "Member 'UHoudiniParameter::bIsDirectChildOfMultiParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameter, bPendingRevertToDefault) == 0x00006A, "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_UHoudiniParameterButtonStrip \ +static_assert(alignof(UHoudiniParameterButtonStrip) == 0x000008, "Wrong alignment on UHoudiniParameterButtonStrip"); \ +static_assert(sizeof(UHoudiniParameterButtonStrip) == 0x000130, "Wrong size on UHoudiniParameterButtonStrip"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Count) == 0x000108, "Member 'UHoudiniParameterButtonStrip::Count' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Labels) == 0x000110, "Member 'UHoudiniParameterButtonStrip::Labels' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterButtonStrip, Values) == 0x000120, "Member 'UHoudiniParameterButtonStrip::Values' 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_UHoudiniAssetParameter \ +static_assert(alignof(UHoudiniAssetParameter) == 0x000008, "Wrong alignment on UHoudiniAssetParameter"); \ +static_assert(sizeof(UHoudiniAssetParameter) == 0x000080, "Wrong size on UHoudiniAssetParameter"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFile \ +static_assert(alignof(UHoudiniAssetParameterFile) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFile"); \ +static_assert(sizeof(UHoudiniAssetParameterFile) == 0x0000A8, "Wrong size on UHoudiniAssetParameterFile"); \ + +#define DUMPER7_ASSERTS_AHoudiniAssetActor \ +static_assert(alignof(AHoudiniAssetActor) == 0x000008, "Wrong alignment on AHoudiniAssetActor"); \ +static_assert(sizeof(AHoudiniAssetActor) == 0x000290, "Wrong size on AHoudiniAssetActor"); \ +static_assert(offsetof(AHoudiniAssetActor, HoudiniAssetComponent) == 0x000288, "Member 'AHoudiniAssetActor::HoudiniAssetComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetComponent \ +static_assert(alignof(UHoudiniAssetComponent) == 0x000010, "Wrong alignment on UHoudiniAssetComponent"); \ +static_assert(sizeof(UHoudiniAssetComponent) == 0x000AC0, "Wrong size on UHoudiniAssetComponent"); \ +static_assert(offsetof(UHoudiniAssetComponent, HoudiniAsset) == 0x000570, "Member 'UHoudiniAssetComponent::HoudiniAsset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnParameterChange) == 0x000578, "Member 'UHoudiniAssetComponent::bCookOnParameterChange' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bUploadTransformsToHoudiniEngine) == 0x000579, "Member 'UHoudiniAssetComponent::bUploadTransformsToHoudiniEngine' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnTransformChange) == 0x00057A, "Member 'UHoudiniAssetComponent::bCookOnTransformChange' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCookOnAssetInputCook) == 0x00057B, "Member 'UHoudiniAssetComponent::bCookOnAssetInputCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOutputless) == 0x00057C, "Member 'UHoudiniAssetComponent::bOutputless' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOutputTemplateGeos) == 0x00057D, "Member 'UHoudiniAssetComponent::bOutputTemplateGeos' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bUseOutputNodes) == 0x00057E, "Member 'UHoudiniAssetComponent::bUseOutputNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, TemporaryCookFolder) == 0x000580, "Member 'UHoudiniAssetComponent::TemporaryCookFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, BakeFolder) == 0x000590, "Member 'UHoudiniAssetComponent::BakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshMethod) == 0x0005A0, "Member 'UHoudiniAssetComponent::StaticMeshMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshGenerationProperties) == 0x0005A8, "Member 'UHoudiniAssetComponent::StaticMeshGenerationProperties' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, StaticMeshBuildSettings) == 0x000788, "Member 'UHoudiniAssetComponent::StaticMeshBuildSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bOverrideGlobalProxyStaticMeshSettings) == 0x0007D0, "Member 'UHoudiniAssetComponent::bOverrideGlobalProxyStaticMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshOverride) == 0x0007D1, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementByTimerOverride) == 0x0007D2, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementByTimerOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, ProxyMeshAutoRefineTimeoutSecondsOverride) == 0x0007D4, "Member 'UHoudiniAssetComponent::ProxyMeshAutoRefineTimeoutSecondsOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride) == 0x0007D8, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreSaveWorldOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride) == 0x0007D9, "Member 'UHoudiniAssetComponent::bEnableProxyStaticMeshRefinementOnPreBeginPIEOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetId) == 0x0007DC, "Member 'UHoudiniAssetComponent::AssetId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, NodeIdsToCook) == 0x0007E0, "Member 'UHoudiniAssetComponent::NodeIdsToCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, OutputNodeCookCounts) == 0x0007F0, "Member 'UHoudiniAssetComponent::OutputNodeCookCounts' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, DownstreamHoudiniAssets) == 0x000840, "Member 'UHoudiniAssetComponent::DownstreamHoudiniAssets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, ComponentGUID) == 0x000890, "Member 'UHoudiniAssetComponent::ComponentGUID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HapiGUID) == 0x0008A0, "Member 'UHoudiniAssetComponent::HapiGUID' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HapiAssetName) == 0x0008B0, "Member 'UHoudiniAssetComponent::HapiAssetName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetState) == 0x0008C0, "Member 'UHoudiniAssetComponent::AssetState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, DebugLastAssetState) == 0x0008C1, "Member 'UHoudiniAssetComponent::DebugLastAssetState' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetStateResult) == 0x0008C2, "Member 'UHoudiniAssetComponent::AssetStateResult' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, LastComponentTransform) == 0x0008D0, "Member 'UHoudiniAssetComponent::LastComponentTransform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, SubAssetIndex) == 0x000930, "Member 'UHoudiniAssetComponent::SubAssetIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, AssetCookCount) == 0x000934, "Member 'UHoudiniAssetComponent::AssetCookCount' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasBeenLoaded) == 0x000938, "Member 'UHoudiniAssetComponent::bHasBeenLoaded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasBeenDuplicated) == 0x000939, "Member 'UHoudiniAssetComponent::bHasBeenDuplicated' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bPendingDelete) == 0x00093A, "Member 'UHoudiniAssetComponent::bPendingDelete' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bRecookRequested) == 0x00093B, "Member 'UHoudiniAssetComponent::bRecookRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bRebuildRequested) == 0x00093C, "Member 'UHoudiniAssetComponent::bRebuildRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bEnableCooking) == 0x00093D, "Member 'UHoudiniAssetComponent::bEnableCooking' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bForceNeedUpdate) == 0x00093E, "Member 'UHoudiniAssetComponent::bForceNeedUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bLastCookSuccess) == 0x00093F, "Member 'UHoudiniAssetComponent::bLastCookSuccess' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bParameterDefinitionUpdateNeeded) == 0x000940, "Member 'UHoudiniAssetComponent::bParameterDefinitionUpdateNeeded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBlueprintStructureModified) == 0x000941, "Member 'UHoudiniAssetComponent::bBlueprintStructureModified' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBlueprintModified) == 0x000942, "Member 'UHoudiniAssetComponent::bBlueprintModified' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Parameters) == 0x000948, "Member 'UHoudiniAssetComponent::Parameters' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Inputs) == 0x000958, "Member 'UHoudiniAssetComponent::Inputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, Outputs) == 0x000968, "Member 'UHoudiniAssetComponent::Outputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, BakedOutputs) == 0x000978, "Member 'UHoudiniAssetComponent::BakedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, UntrackedOutputs) == 0x000988, "Member 'UHoudiniAssetComponent::UntrackedOutputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, HandleComponents) == 0x000998, "Member 'UHoudiniAssetComponent::HandleComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bHasComponentTransformChanged) == 0x0009A8, "Member 'UHoudiniAssetComponent::bHasComponentTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bFullyLoaded) == 0x0009A9, "Member 'UHoudiniAssetComponent::bFullyLoaded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, PDGAssetLink) == 0x0009B0, "Member 'UHoudiniAssetComponent::PDGAssetLink' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, RefineMeshesTimer) == 0x0009B8, "Member 'UHoudiniAssetComponent::RefineMeshesTimer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bNoProxyMeshNextCookRequested) == 0x0009D8, "Member 'UHoudiniAssetComponent::bNoProxyMeshNextCookRequested' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, InputPresets) == 0x0009E0, "Member 'UHoudiniAssetComponent::InputPresets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bBakeAfterNextCook) == 0x000A30, "Member 'UHoudiniAssetComponent::bBakeAfterNextCook' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, bCachedIsPreview) == 0x000A90, "Member 'UHoudiniAssetComponent::bCachedIsPreview' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent, LastTickTime) == 0x000AA0, "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) == 0x000BC0, "Wrong size on UHoudiniAssetBlueprintComponent"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, FauxBPProperty) == 0x000B08, "Member 'UHoudiniAssetBlueprintComponent::FauxBPProperty' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHoudiniAssetChanged) == 0x000B09, "Member 'UHoudiniAssetBlueprintComponent::bHoudiniAssetChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bUpdatedFromTemplate) == 0x000B0A, "Member 'UHoudiniAssetBlueprintComponent::bUpdatedFromTemplate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bIsInBlueprintEditor) == 0x000B0B, "Member 'UHoudiniAssetBlueprintComponent::bIsInBlueprintEditor' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bCanDeleteHoudiniNodes) == 0x000B0C, "Member 'UHoudiniAssetBlueprintComponent::bCanDeleteHoudiniNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, bHasRegisteredComponentTemplate) == 0x000B0D, "Member 'UHoudiniAssetBlueprintComponent::bHasRegisteredComponentTemplate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedOutputNodes) == 0x000B18, "Member 'UHoudiniAssetBlueprintComponent::CachedOutputNodes' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetBlueprintComponent, CachedInputNodes) == 0x000B68, "Member 'UHoudiniAssetBlueprintComponent::CachedInputNodes' 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) == 0x000140, "Member 'UHoudiniParameterFloat::Min' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterFloat, Max) == 0x000144, "Member 'UHoudiniParameterFloat::Max' 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_UHoudiniAssetParameterInt \ +static_assert(alignof(UHoudiniAssetParameterInt) == 0x000008, "Wrong alignment on UHoudiniAssetParameterInt"); \ +static_assert(sizeof(UHoudiniAssetParameterInt) == 0x0000B0, "Wrong size on UHoudiniAssetParameterInt"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterButton \ +static_assert(alignof(UHoudiniAssetParameterButton) == 0x000008, "Wrong alignment on UHoudiniAssetParameterButton"); \ +static_assert(sizeof(UHoudiniAssetParameterButton) == 0x000080, "Wrong size on UHoudiniAssetParameterButton"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterColor \ +static_assert(alignof(UHoudiniAssetParameterColor) == 0x000008, "Wrong alignment on UHoudiniAssetParameterColor"); \ +static_assert(sizeof(UHoudiniAssetParameterColor) == 0x000090, "Wrong size on UHoudiniAssetParameterColor"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterChoice \ +static_assert(alignof(UHoudiniAssetParameterChoice) == 0x000008, "Wrong alignment on UHoudiniAssetParameterChoice"); \ +static_assert(sizeof(UHoudiniAssetParameterChoice) == 0x0000B8, "Wrong size on UHoudiniAssetParameterChoice"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFloat \ +static_assert(alignof(UHoudiniAssetParameterFloat) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFloat"); \ +static_assert(sizeof(UHoudiniAssetParameterFloat) == 0x0000B8, "Wrong size on UHoudiniAssetParameterFloat"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFolder \ +static_assert(alignof(UHoudiniAssetParameterFolder) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolder"); \ +static_assert(sizeof(UHoudiniAssetParameterFolder) == 0x000080, "Wrong size on UHoudiniAssetParameterFolder"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterFolderList \ +static_assert(alignof(UHoudiniAssetParameterFolderList) == 0x000008, "Wrong alignment on UHoudiniAssetParameterFolderList"); \ +static_assert(sizeof(UHoudiniAssetParameterFolderList) == 0x000080, "Wrong size on UHoudiniAssetParameterFolderList"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterLabel \ +static_assert(alignof(UHoudiniAssetParameterLabel) == 0x000008, "Wrong alignment on UHoudiniAssetParameterLabel"); \ +static_assert(sizeof(UHoudiniAssetParameterLabel) == 0x000080, "Wrong size on UHoudiniAssetParameterLabel"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterMultiparm \ +static_assert(alignof(UHoudiniAssetParameterMultiparm) == 0x000008, "Wrong alignment on UHoudiniAssetParameterMultiparm"); \ +static_assert(sizeof(UHoudiniAssetParameterMultiparm) == 0x000088, "Wrong size on UHoudiniAssetParameterMultiparm"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterRamp \ +static_assert(alignof(UHoudiniAssetParameterRamp) == 0x000008, "Wrong alignment on UHoudiniAssetParameterRamp"); \ +static_assert(sizeof(UHoudiniAssetParameterRamp) == 0x000098, "Wrong size on UHoudiniAssetParameterRamp"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterSeparator \ +static_assert(alignof(UHoudiniAssetParameterSeparator) == 0x000008, "Wrong alignment on UHoudiniAssetParameterSeparator"); \ +static_assert(sizeof(UHoudiniAssetParameterSeparator) == 0x000080, "Wrong size on UHoudiniAssetParameterSeparator"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterString \ +static_assert(alignof(UHoudiniAssetParameterString) == 0x000008, "Wrong alignment on UHoudiniAssetParameterString"); \ +static_assert(sizeof(UHoudiniAssetParameterString) == 0x000090, "Wrong size on UHoudiniAssetParameterString"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetParameterToggle \ +static_assert(alignof(UHoudiniAssetParameterToggle) == 0x000008, "Wrong alignment on UHoudiniAssetParameterToggle"); \ +static_assert(sizeof(UHoudiniAssetParameterToggle) == 0x000090, "Wrong size on UHoudiniAssetParameterToggle"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetComponentMaterials_V1 \ +static_assert(alignof(UHoudiniAssetComponentMaterials_V1) == 0x000008, "Wrong alignment on UHoudiniAssetComponentMaterials_V1"); \ +static_assert(sizeof(UHoudiniAssetComponentMaterials_V1) == 0x0000C8, "Wrong size on UHoudiniAssetComponentMaterials_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniHandleComponent_V1 \ +static_assert(alignof(UHoudiniHandleComponent_V1) == 0x000010, "Wrong alignment on UHoudiniHandleComponent_V1"); \ +static_assert(sizeof(UHoudiniHandleComponent_V1) == 0x000350, "Wrong size on UHoudiniHandleComponent_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniSplineComponent_V1 \ +static_assert(alignof(UHoudiniSplineComponent_V1) == 0x000010, "Wrong alignment on UHoudiniSplineComponent_V1"); \ +static_assert(sizeof(UHoudiniSplineComponent_V1) == 0x0003E0, "Wrong size on UHoudiniSplineComponent_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetInput \ +static_assert(alignof(UHoudiniAssetInput) == 0x000008, "Wrong alignment on UHoudiniAssetInput"); \ +static_assert(sizeof(UHoudiniAssetInput) == 0x0001D0, "Wrong size on UHoudiniAssetInput"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetInstanceInput \ +static_assert(alignof(UHoudiniAssetInstanceInput) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInput"); \ +static_assert(sizeof(UHoudiniAssetInstanceInput) == 0x000190, "Wrong size on UHoudiniAssetInstanceInput"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetInstanceInputField \ +static_assert(alignof(UHoudiniAssetInstanceInputField) == 0x000008, "Wrong alignment on UHoudiniAssetInstanceInputField"); \ +static_assert(sizeof(UHoudiniAssetInstanceInputField) == 0x0001C0, "Wrong size on UHoudiniAssetInstanceInputField"); \ + +#define DUMPER7_ASSERTS_UHoudiniAssetComponent_V1 \ +static_assert(alignof(UHoudiniAssetComponent_V1) == 0x000010, "Wrong alignment on UHoudiniAssetComponent_V1"); \ +static_assert(sizeof(UHoudiniAssetComponent_V1) == 0x000AC0, "Wrong size on UHoudiniAssetComponent_V1"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedPhysMaterial) == 0x000570, "Member 'UHoudiniAssetComponent_V1::GeneratedPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, DefaultBodyInstance) == 0x000578, "Member 'UHoudiniAssetComponent_V1::DefaultBodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedCollisionTraceFlag) == 0x000708, "Member 'UHoudiniAssetComponent_V1::GeneratedCollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedLightMapResolution) == 0x00070C, "Member 'UHoudiniAssetComponent_V1::GeneratedLightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedDistanceFieldResolutionScale) == 0x000710, "Member 'UHoudiniAssetComponent_V1::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedWalkableSlopeOverride) == 0x000714, "Member 'UHoudiniAssetComponent_V1::GeneratedWalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedLightMapCoordinateIndex) == 0x000724, "Member 'UHoudiniAssetComponent_V1::GeneratedLightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedStreamingDistanceMultiplier) == 0x00072C, "Member 'UHoudiniAssetComponent_V1::GeneratedStreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedFoliageDefaultSettings) == 0x000730, "Member 'UHoudiniAssetComponent_V1::GeneratedFoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, GeneratedAssetUserData) == 0x000738, "Member 'UHoudiniAssetComponent_V1::GeneratedAssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, BakeFolder) == 0x000748, "Member 'UHoudiniAssetComponent_V1::BakeFolder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniAssetComponent_V1, TempCookFolder) == 0x000760, "Member 'UHoudiniAssetComponent_V1::TempCookFolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent_V1 \ +static_assert(alignof(UHoudiniInstancedActorComponent_V1) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent_V1"); \ +static_assert(sizeof(UHoudiniInstancedActorComponent_V1) == 0x0002E0, "Wrong size on UHoudiniInstancedActorComponent_V1"); \ + +#define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent_V1 \ +static_assert(alignof(UHoudiniMeshSplitInstancerComponent_V1) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent_V1"); \ +static_assert(sizeof(UHoudiniMeshSplitInstancerComponent_V1) == 0x0002E0, "Wrong size on UHoudiniMeshSplitInstancerComponent_V1"); \ + +#define DUMPER7_ASSERTS_IHoudiniEngineCopyPropertiesInterface \ +static_assert(alignof(IHoudiniEngineCopyPropertiesInterface) == 0x000001, "Wrong alignment on IHoudiniEngineCopyPropertiesInterface"); \ +static_assert(sizeof(IHoudiniEngineCopyPropertiesInterface) == 0x000001, "Wrong size on IHoudiniEngineCopyPropertiesInterface"); \ + +#define DUMPER7_ASSERTS_UHoudiniHandleParameter \ +static_assert(alignof(UHoudiniHandleParameter) == 0x000008, "Wrong alignment on UHoudiniHandleParameter"); \ +static_assert(sizeof(UHoudiniHandleParameter) == 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) == 0x000300, "Wrong size on UHoudiniHandleComponent"); \ +static_assert(offsetof(UHoudiniHandleComponent, XformParms) == 0x0002C0, "Member 'UHoudiniHandleComponent::XformParms' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, RSTParm) == 0x0002D0, "Member 'UHoudiniHandleComponent::RSTParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, RotOrderParm) == 0x0002D8, "Member 'UHoudiniHandleComponent::RotOrderParm' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, HandleType) == 0x0002E0, "Member 'UHoudiniHandleComponent::HandleType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniHandleComponent, HandleName) == 0x0002E8, "Member 'UHoudiniHandleComponent::HandleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInput \ +static_assert(alignof(UHoudiniInput) == 0x000008, "Wrong alignment on UHoudiniInput"); \ +static_assert(sizeof(UHoudiniInput) == 0x000208, "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, Help) == 0x000078, "Member 'UHoudiniInput::Help' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, KeepWorldTransform) == 0x000088, "Member 'UHoudiniInput::KeepWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bPackBeforeMerge) == 0x000089, "Member 'UHoudiniInput::bPackBeforeMerge' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReference) == 0x00008A, "Member 'UHoudiniInput::bImportAsReference' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bImportAsReferenceRotScaleEnabled) == 0x00008B, "Member 'UHoudiniInput::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportLODs) == 0x00008C, "Member 'UHoudiniInput::bExportLODs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportSockets) == 0x00008D, "Member 'UHoudiniInput::bExportSockets' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bExportColliders) == 0x00008E, "Member 'UHoudiniInput::bExportColliders' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCookOnCurveChanged) == 0x00008F, "Member 'UHoudiniInput::bCookOnCurveChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, GeometryInputObjects) == 0x000090, "Member 'UHoudiniInput::GeometryInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bStaticMeshChanged) == 0x0000A0, "Member 'UHoudiniInput::bStaticMeshChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, AssetInputObjects) == 0x0000A8, "Member 'UHoudiniInput::AssetInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bInputAssetConnectedInHoudini) == 0x0000B8, "Member 'UHoudiniInput::bInputAssetConnectedInHoudini' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, CurveInputObjects) == 0x0000C0, "Member 'UHoudiniInput::CurveInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, DefaultCurveOffset) == 0x0000D0, "Member 'UHoudiniInput::DefaultCurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bAddRotAndScaleAttributesOnCurves) == 0x0000D4, "Member 'UHoudiniInput::bAddRotAndScaleAttributesOnCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bUseLegacyInputCurves) == 0x0000D5, "Member 'UHoudiniInput::bUseLegacyInputCurves' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeInputObjects) == 0x0000D8, "Member 'UHoudiniInput::LandscapeInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeHasExportTypeChanged) == 0x0000E8, "Member 'UHoudiniInput::bLandscapeHasExportTypeChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, WorldInputObjects) == 0x0000F0, "Member 'UHoudiniInput::WorldInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, WorldInputBoundSelectorObjects) == 0x000100, "Member 'UHoudiniInput::WorldInputBoundSelectorObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bIsWorldInputBoundSelector) == 0x000110, "Member 'UHoudiniInput::bIsWorldInputBoundSelector' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bWorldInputBoundSelectorAutoUpdate) == 0x000111, "Member 'UHoudiniInput::bWorldInputBoundSelectorAutoUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, UnrealSplineResolution) == 0x000114, "Member 'UHoudiniInput::UnrealSplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, SkeletalInputObjects) == 0x000118, "Member 'UHoudiniInput::SkeletalInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, GeometryCollectionInputObjects) == 0x000128, "Member 'UHoudiniInput::GeometryCollectionInputObjects' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeSelectedComponents) == 0x000138, "Member 'UHoudiniInput::LandscapeSelectedComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, InputNodesPendingDelete) == 0x000188, "Member 'UHoudiniInput::InputNodesPendingDelete' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LastInsertedInputs) == 0x0001D8, "Member 'UHoudiniInput::LastInsertedInputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LastUndoDeletedInputs) == 0x0001E8, "Member 'UHoudiniInput::LastUndoDeletedInputs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bUpdateInputLandscape) == 0x0001F8, "Member 'UHoudiniInput::bUpdateInputLandscape' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, LandscapeExportType) == 0x0001F9, "Member 'UHoudiniInput::LandscapeExportType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportSelectionOnly) == 0x0001FA, "Member 'UHoudiniInput::bLandscapeExportSelectionOnly' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeAutoSelectComponent) == 0x0001FB, "Member 'UHoudiniInput::bLandscapeAutoSelectComponent' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportMaterials) == 0x0001FC, "Member 'UHoudiniInput::bLandscapeExportMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportLighting) == 0x0001FD, "Member 'UHoudiniInput::bLandscapeExportLighting' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportNormalizedUVs) == 0x0001FE, "Member 'UHoudiniInput::bLandscapeExportNormalizedUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bLandscapeExportTileUVs) == 0x0001FF, "Member 'UHoudiniInput::bLandscapeExportTileUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInput, bCanDeleteHoudiniNodes) == 0x000200, "Member 'UHoudiniInput::bCanDeleteHoudiniNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputObject \ +static_assert(alignof(UHoudiniInputObject) == 0x000010, "Wrong alignment on UHoudiniInputObject"); \ +static_assert(sizeof(UHoudiniInputObject) == 0x0000E0, "Wrong size on UHoudiniInputObject"); \ +static_assert(offsetof(UHoudiniInputObject, InputObject) == 0x000028, "Member 'UHoudiniInputObject::InputObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Transform) == 0x000050, "Member 'UHoudiniInputObject::Transform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Type) == 0x0000B0, "Member 'UHoudiniInputObject::Type' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, InputNodeId) == 0x0000B4, "Member 'UHoudiniInputObject::InputNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, InputObjectNodeId) == 0x0000B8, "Member 'UHoudiniInputObject::InputObjectNodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, Guid) == 0x0000BC, "Member 'UHoudiniInputObject::Guid' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bHasChanged) == 0x0000CC, "Member 'UHoudiniInputObject::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bNeedsToTriggerUpdate) == 0x0000CD, "Member 'UHoudiniInputObject::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bTransformChanged) == 0x0000CE, "Member 'UHoudiniInputObject::bTransformChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bImportAsReference) == 0x0000CF, "Member 'UHoudiniInputObject::bImportAsReference' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bImportAsReferenceRotScaleEnabled) == 0x0000D0, "Member 'UHoudiniInputObject::bImportAsReferenceRotScaleEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputObject, bCanDeleteHoudiniNodes) == 0x0000D1, "Member 'UHoudiniInputObject::bCanDeleteHoudiniNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputStaticMesh \ +static_assert(alignof(UHoudiniInputStaticMesh) == 0x000010, "Wrong alignment on UHoudiniInputStaticMesh"); \ +static_assert(sizeof(UHoudiniInputStaticMesh) == 0x0000F0, "Wrong size on UHoudiniInputStaticMesh"); \ +static_assert(offsetof(UHoudiniInputStaticMesh, BlueprintStaticMeshes) == 0x0000D8, "Member 'UHoudiniInputStaticMesh::BlueprintStaticMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSkeletalMesh \ +static_assert(alignof(UHoudiniInputSkeletalMesh) == 0x000010, "Wrong alignment on UHoudiniInputSkeletalMesh"); \ +static_assert(sizeof(UHoudiniInputSkeletalMesh) == 0x0000E0, "Wrong size on UHoudiniInputSkeletalMesh"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputGeometryCollection \ +static_assert(alignof(UHoudiniInputGeometryCollection) == 0x000010, "Wrong alignment on UHoudiniInputGeometryCollection"); \ +static_assert(sizeof(UHoudiniInputGeometryCollection) == 0x0000E0, "Wrong size on UHoudiniInputGeometryCollection"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputGeometryCollectionComponent \ +static_assert(alignof(UHoudiniInputGeometryCollectionComponent) == 0x000010, "Wrong alignment on UHoudiniInputGeometryCollectionComponent"); \ +static_assert(sizeof(UHoudiniInputGeometryCollectionComponent) == 0x0000E0, "Wrong size on UHoudiniInputGeometryCollectionComponent"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputGeometryCollectionActor \ +static_assert(alignof(UHoudiniInputGeometryCollectionActor) == 0x000010, "Wrong alignment on UHoudiniInputGeometryCollectionActor"); \ +static_assert(sizeof(UHoudiniInputGeometryCollectionActor) == 0x0000E0, "Wrong size on UHoudiniInputGeometryCollectionActor"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSceneComponent \ +static_assert(alignof(UHoudiniInputSceneComponent) == 0x000010, "Wrong alignment on UHoudiniInputSceneComponent"); \ +static_assert(sizeof(UHoudiniInputSceneComponent) == 0x000140, "Wrong size on UHoudiniInputSceneComponent"); \ +static_assert(offsetof(UHoudiniInputSceneComponent, ActorTransform) == 0x0000E0, "Member 'UHoudiniInputSceneComponent::ActorTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputMeshComponent \ +static_assert(alignof(UHoudiniInputMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputMeshComponent"); \ +static_assert(sizeof(UHoudiniInputMeshComponent) == 0x000180, "Wrong size on UHoudiniInputMeshComponent"); \ +static_assert(offsetof(UHoudiniInputMeshComponent, StaticMesh) == 0x000140, "Member 'UHoudiniInputMeshComponent::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputMeshComponent, MeshComponentsMaterials) == 0x000168, "Member 'UHoudiniInputMeshComponent::MeshComponentsMaterials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputInstancedMeshComponent \ +static_assert(alignof(UHoudiniInputInstancedMeshComponent) == 0x000010, "Wrong alignment on UHoudiniInputInstancedMeshComponent"); \ +static_assert(sizeof(UHoudiniInputInstancedMeshComponent) == 0x000190, "Wrong size on UHoudiniInputInstancedMeshComponent"); \ +static_assert(offsetof(UHoudiniInputInstancedMeshComponent, InstanceTransforms) == 0x000178, "Member 'UHoudiniInputInstancedMeshComponent::InstanceTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputSplineComponent \ +static_assert(alignof(UHoudiniInputSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputSplineComponent"); \ +static_assert(sizeof(UHoudiniInputSplineComponent) == 0x000160, "Wrong size on UHoudiniInputSplineComponent"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, NumberOfSplineControlPoints) == 0x000140, "Member 'UHoudiniInputSplineComponent::NumberOfSplineControlPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineLength) == 0x000144, "Member 'UHoudiniInputSplineComponent::SplineLength' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineResolution) == 0x000148, "Member 'UHoudiniInputSplineComponent::SplineResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineClosed) == 0x00014C, "Member 'UHoudiniInputSplineComponent::SplineClosed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputSplineComponent, SplineControlPoints) == 0x000150, "Member 'UHoudiniInputSplineComponent::SplineControlPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputHoudiniSplineComponent \ +static_assert(alignof(UHoudiniInputHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniSplineComponent"); \ +static_assert(sizeof(UHoudiniInputHoudiniSplineComponent) == 0x0000F0, "Wrong size on UHoudiniInputHoudiniSplineComponent"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveType) == 0x0000D8, "Member 'UHoudiniInputHoudiniSplineComponent::CurveType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CurveMethod) == 0x0000D9, "Member 'UHoudiniInputHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, Reversed) == 0x0000DA, "Member 'UHoudiniInputHoudiniSplineComponent::Reversed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputHoudiniSplineComponent, CachedComponent) == 0x0000E0, "Member 'UHoudiniInputHoudiniSplineComponent::CachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputCameraComponent \ +static_assert(alignof(UHoudiniInputCameraComponent) == 0x000010, "Wrong alignment on UHoudiniInputCameraComponent"); \ +static_assert(sizeof(UHoudiniInputCameraComponent) == 0x000160, "Wrong size on UHoudiniInputCameraComponent"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, FOV) == 0x000140, "Member 'UHoudiniInputCameraComponent::FOV' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, AspectRatio) == 0x000144, "Member 'UHoudiniInputCameraComponent::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, bIsOrthographic) == 0x000148, "Member 'UHoudiniInputCameraComponent::bIsOrthographic' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoWidth) == 0x00014C, "Member 'UHoudiniInputCameraComponent::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoNearClipPlane) == 0x000150, "Member 'UHoudiniInputCameraComponent::OrthoNearClipPlane' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputCameraComponent, OrthoFarClipPlane) == 0x000154, "Member 'UHoudiniInputCameraComponent::OrthoFarClipPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputHoudiniAsset \ +static_assert(alignof(UHoudiniInputHoudiniAsset) == 0x000010, "Wrong alignment on UHoudiniInputHoudiniAsset"); \ +static_assert(sizeof(UHoudiniInputHoudiniAsset) == 0x0000E0, "Wrong size on UHoudiniInputHoudiniAsset"); \ +static_assert(offsetof(UHoudiniInputHoudiniAsset, AssetOutputIndex) == 0x0000D8, "Member 'UHoudiniInputHoudiniAsset::AssetOutputIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputActor \ +static_assert(alignof(UHoudiniInputActor) == 0x000010, "Wrong alignment on UHoudiniInputActor"); \ +static_assert(sizeof(UHoudiniInputActor) == 0x000140, "Wrong size on UHoudiniInputActor"); \ +static_assert(offsetof(UHoudiniInputActor, ActorComponents) == 0x0000D8, "Member 'UHoudiniInputActor::ActorComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, ActorSceneComponents) == 0x0000E8, "Member 'UHoudiniInputActor::ActorSceneComponents' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsAdded) == 0x000138, "Member 'UHoudiniInputActor::LastUpdateNumComponentsAdded' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputActor, LastUpdateNumComponentsRemoved) == 0x00013C, "Member 'UHoudiniInputActor::LastUpdateNumComponentsRemoved' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputLandscape \ +static_assert(alignof(UHoudiniInputLandscape) == 0x000010, "Wrong alignment on UHoudiniInputLandscape"); \ +static_assert(sizeof(UHoudiniInputLandscape) == 0x0001B0, "Wrong size on UHoudiniInputLandscape"); \ +static_assert(offsetof(UHoudiniInputLandscape, CachedInputLandscapeTraqnsform) == 0x000140, "Member 'UHoudiniInputLandscape::CachedInputLandscapeTraqnsform' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputLandscape, CachedNumLandscapeComponents) == 0x0001A0, "Member 'UHoudiniInputLandscape::CachedNumLandscapeComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputBrush \ +static_assert(alignof(UHoudiniInputBrush) == 0x000010, "Wrong alignment on UHoudiniInputBrush"); \ +static_assert(sizeof(UHoudiniInputBrush) == 0x000160, "Wrong size on UHoudiniInputBrush"); \ +static_assert(offsetof(UHoudiniInputBrush, BrushesInfo) == 0x000140, "Member 'UHoudiniInputBrush::BrushesInfo' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, CombinedModel) == 0x000150, "Member 'UHoudiniInputBrush::CombinedModel' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, bIgnoreInputObject) == 0x000158, "Member 'UHoudiniInputBrush::bIgnoreInputObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInputBrush, CachedInputBrushType) == 0x000159, "Member 'UHoudiniInputBrush::CachedInputBrushType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniInputDataTable \ +static_assert(alignof(UHoudiniInputDataTable) == 0x000010, "Wrong alignment on UHoudiniInputDataTable"); \ +static_assert(sizeof(UHoudiniInputDataTable) == 0x0000E0, "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) == 0x0000F0, "Wrong size on UHoudiniInputFoliageType_InstancedStaticMesh"); \ + +#define DUMPER7_ASSERTS_UHoudiniInstancedActorComponent \ +static_assert(alignof(UHoudiniInstancedActorComponent) == 0x000010, "Wrong alignment on UHoudiniInstancedActorComponent"); \ +static_assert(sizeof(UHoudiniInstancedActorComponent) == 0x0002E0, "Wrong size on UHoudiniInstancedActorComponent"); \ +static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedObject) == 0x0002C0, "Member 'UHoudiniInstancedActorComponent::InstancedObject' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniInstancedActorComponent, InstancedActors) == 0x0002C8, "Member 'UHoudiniInstancedActorComponent::InstancedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniMeshSplitInstancerComponent \ +static_assert(alignof(UHoudiniMeshSplitInstancerComponent) == 0x000010, "Wrong alignment on UHoudiniMeshSplitInstancerComponent"); \ +static_assert(sizeof(UHoudiniMeshSplitInstancerComponent) == 0x0002F0, "Wrong size on UHoudiniMeshSplitInstancerComponent"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, Instances) == 0x0002C0, "Member 'UHoudiniMeshSplitInstancerComponent::Instances' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, OverrideMaterials) == 0x0002D0, "Member 'UHoudiniMeshSplitInstancerComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniMeshSplitInstancerComponent, InstancedMesh) == 0x0002E0, "Member 'UHoudiniMeshSplitInstancerComponent::InstancedMesh' 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_UHoudiniLandscapeEditLayer \ +static_assert(alignof(UHoudiniLandscapeEditLayer) == 0x000008, "Wrong alignment on UHoudiniLandscapeEditLayer"); \ +static_assert(sizeof(UHoudiniLandscapeEditLayer) == 0x000060, "Wrong size on UHoudiniLandscapeEditLayer"); \ +static_assert(offsetof(UHoudiniLandscapeEditLayer, LandscapeSoftPtr) == 0x000028, "Member 'UHoudiniLandscapeEditLayer::LandscapeSoftPtr' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniLandscapeEditLayer, LayerName) == 0x000050, "Member 'UHoudiniLandscapeEditLayer::LayerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniOutput \ +static_assert(alignof(UHoudiniOutput) == 0x000008, "Wrong alignment on UHoudiniOutput"); \ +static_assert(sizeof(UHoudiniOutput) == 0x0001B0, "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, ReplacementMaterials) == 0x000130, "Member 'UHoudiniOutput::ReplacementMaterials' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bLandscapeWorldComposition) == 0x000184, "Member 'UHoudiniOutput::bLandscapeWorldComposition' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniCreatedSocketActors) == 0x000188, "Member 'UHoudiniOutput::HoudiniCreatedSocketActors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, HoudiniAttachedSocketActors) == 0x000198, "Member 'UHoudiniOutput::HoudiniAttachedSocketActors' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bIsEditableNode) == 0x0001A8, "Member 'UHoudiniOutput::bIsEditableNode' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bHasEditableNodeBuilt) == 0x0001A9, "Member 'UHoudiniOutput::bHasEditableNodeBuilt' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bIsUpdating) == 0x0001AA, "Member 'UHoudiniOutput::bIsUpdating' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniOutput, bCanDeleteHoudiniNodes) == 0x0001AB, "Member 'UHoudiniOutput::bCanDeleteHoudiniNodes' 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_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_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) == 0x000140, "Member 'UHoudiniParameterInt::Min' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniParameterInt, Max) == 0x000144, "Member 'UHoudiniParameterInt::Max' 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) == 0x000010, "Wrong alignment on UTOPNode"); \ +static_assert(sizeof(UTOPNode) == 0x000450, "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, bShow) == 0x000180, "Member 'UTOPNode::bShow' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, BakedWorkResultObjectOutputs) == 0x000188, "Member 'UTOPNode::BakedWorkResultObjectOutputs' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, WorkItemTally) == 0x0001D8, "Member 'UTOPNode::WorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, AggregatedWorkItemTally) == 0x000410, "Member 'UTOPNode::AggregatedWorkItemTally' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, bHasReceivedCookCompleteEvent) == 0x000438, "Member 'UTOPNode::bHasReceivedCookCompleteEvent' has a wrong offset!"); \ +static_assert(offsetof(UTOPNode, OutputActorOwner) == 0x000440, "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) == 0x000130, "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!"); \ + +#define DUMPER7_ASSERTS_UHoudiniRuntimeSettings \ +static_assert(alignof(UHoudiniRuntimeSettings) == 0x000008, "Wrong alignment on UHoudiniRuntimeSettings"); \ +static_assert(sizeof(UHoudiniRuntimeSettings) == 0x000328, "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, MarshallingLandscapesUseDefaultUnrealScaling) == 0x000090, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseDefaultUnrealScaling' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesUseFullResolution) == 0x000091, "Member 'UHoudiniRuntimeSettings::MarshallingLandscapesUseFullResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MarshallingLandscapesForceMinMaxValues) == 0x000092, "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, bEnableProxyStaticMeshRefinementByTimer) == 0x0000A6, "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) == 0x000250, "Member 'UHoudiniRuntimeSettings::CollisionTraceFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LightMapResolution) == 0x000254, "Member 'UHoudiniRuntimeSettings::LightMapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LpvBiasMultiplier) == 0x000258, "Member 'UHoudiniRuntimeSettings::LpvBiasMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, GeneratedDistanceFieldResolutionScale) == 0x00025C, "Member 'UHoudiniRuntimeSettings::GeneratedDistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, WalkableSlopeOverride) == 0x000260, "Member 'UHoudiniRuntimeSettings::WalkableSlopeOverride' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, LightMapCoordinateIndex) == 0x000270, "Member 'UHoudiniRuntimeSettings::LightMapCoordinateIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, StreamingDistanceMultiplier) == 0x000278, "Member 'UHoudiniRuntimeSettings::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, FoliageDefaultSettings) == 0x000280, "Member 'UHoudiniRuntimeSettings::FoliageDefaultSettings' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AssetUserData) == 0x000288, "Member 'UHoudiniRuntimeSettings::AssetUserData' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseFullPrecisionUVs) == 0x000298, "Member 'UHoudiniRuntimeSettings::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, SrcLightmapIndex) == 0x00029C, "Member 'UHoudiniRuntimeSettings::SrcLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DstLightmapIndex) == 0x0002A0, "Member 'UHoudiniRuntimeSettings::DstLightmapIndex' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, MinLightmapResolution) == 0x0002A4, "Member 'UHoudiniRuntimeSettings::MinLightmapResolution' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bRemoveDegenerates) == 0x0002A8, "Member 'UHoudiniRuntimeSettings::bRemoveDegenerates' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, GenerateLightmapUVsFlag) == 0x0002A9, "Member 'UHoudiniRuntimeSettings::GenerateLightmapUVsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeNormalsFlag) == 0x0002AA, "Member 'UHoudiniRuntimeSettings::RecomputeNormalsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, RecomputeTangentsFlag) == 0x0002AB, "Member 'UHoudiniRuntimeSettings::RecomputeTangentsFlag' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseMikkTSpace) == 0x0002AC, "Member 'UHoudiniRuntimeSettings::bUseMikkTSpace' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bBuildAdjacencyBuffer) == 0x0002AD, "Member 'UHoudiniRuntimeSettings::bBuildAdjacencyBuffer' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DistanceFieldResolutionScale) == 0x0002B0, "Member 'UHoudiniRuntimeSettings::DistanceFieldResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bPDGAsyncCommandletImportEnabled) == 0x0002B5, "Member 'UHoudiniRuntimeSettings::bPDGAsyncCommandletImportEnabled' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bEnableBackwardCompatibility) == 0x0002B6, "Member 'UHoudiniRuntimeSettings::bEnableBackwardCompatibility' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bAutomaticLegacyHDARebuild) == 0x0002B7, "Member 'UHoudiniRuntimeSettings::bAutomaticLegacyHDARebuild' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, bUseCustomHoudiniLocation) == 0x0002B8, "Member 'UHoudiniRuntimeSettings::bUseCustomHoudiniLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CustomHoudiniLocation) == 0x0002C0, "Member 'UHoudiniRuntimeSettings::CustomHoudiniLocation' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniExecutable) == 0x0002D0, "Member 'UHoudiniRuntimeSettings::HoudiniExecutable' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, CookingThreadStackSize) == 0x0002D4, "Member 'UHoudiniRuntimeSettings::CookingThreadStackSize' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, HoudiniEnvironmentFiles) == 0x0002D8, "Member 'UHoudiniRuntimeSettings::HoudiniEnvironmentFiles' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, OtlSearchPath) == 0x0002E8, "Member 'UHoudiniRuntimeSettings::OtlSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, DsoSearchPath) == 0x0002F8, "Member 'UHoudiniRuntimeSettings::DsoSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, ImageDsoSearchPath) == 0x000308, "Member 'UHoudiniRuntimeSettings::ImageDsoSearchPath' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniRuntimeSettings, AudioDsoSearchPath) == 0x000318, "Member 'UHoudiniRuntimeSettings::AudioDsoSearchPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHoudiniSplineComponent \ +static_assert(alignof(UHoudiniSplineComponent) == 0x000010, "Wrong alignment on UHoudiniSplineComponent"); \ +static_assert(sizeof(UHoudiniSplineComponent) == 0x0005D0, "Wrong size on UHoudiniSplineComponent"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurvePoints) == 0x0002C8, "Member 'UHoudiniSplineComponent::CurvePoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, DisplayPoints) == 0x0002D8, "Member 'UHoudiniSplineComponent::DisplayPoints' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, DisplayPointIndexDivider) == 0x0002E8, "Member 'UHoudiniSplineComponent::DisplayPointIndexDivider' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, HoudiniSplineName) == 0x0002F8, "Member 'UHoudiniSplineComponent::HoudiniSplineName' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bClosed) == 0x000308, "Member 'UHoudiniSplineComponent::bClosed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bReversed) == 0x000309, "Member 'UHoudiniSplineComponent::bReversed' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveOrder) == 0x00030C, "Member 'UHoudiniSplineComponent::CurveOrder' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsHoudiniSplineVisible) == 0x000310, "Member 'UHoudiniSplineComponent::bIsHoudiniSplineVisible' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveType) == 0x000311, "Member 'UHoudiniSplineComponent::CurveType' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveMethod) == 0x000312, "Member 'UHoudiniSplineComponent::CurveMethod' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, CurveBreakpointParameterization) == 0x000313, "Member 'UHoudiniSplineComponent::CurveBreakpointParameterization' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsOutputCurve) == 0x000314, "Member 'UHoudiniSplineComponent::bIsOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bCookOnCurveChanged) == 0x000315, "Member 'UHoudiniSplineComponent::bCookOnCurveChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsLegacyInputCurve) == 0x000316, "Member 'UHoudiniSplineComponent::bIsLegacyInputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bHasChanged) == 0x0005B0, "Member 'UHoudiniSplineComponent::bHasChanged' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bNeedsToTriggerUpdate) == 0x0005B1, "Member 'UHoudiniSplineComponent::bNeedsToTriggerUpdate' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsInputCurve) == 0x0005B2, "Member 'UHoudiniSplineComponent::bIsInputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, bIsEditableOutputCurve) == 0x0005B3, "Member 'UHoudiniSplineComponent::bIsEditableOutputCurve' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, NodeId) == 0x0005B4, "Member 'UHoudiniSplineComponent::NodeId' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniSplineComponent, PartName) == 0x0005B8, "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) == 0x000008, "Wrong alignment on HoudiniStaticMesh_SetTriangleVertexUV"); \ +static_assert(sizeof(HoudiniStaticMesh_SetTriangleVertexUV) == 0x000018, "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) == 0x0005E0, "Wrong size on UHoudiniStaticMeshComponent"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, Mesh) == 0x000590, "Member 'UHoudiniStaticMeshComponent::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, LocalBounds) == 0x000598, "Member 'UHoudiniStaticMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UHoudiniStaticMeshComponent, bHoudiniIconVisible) == 0x0005D0, "Member 'UHoudiniStaticMeshComponent::bHoudiniIconVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IHoudiniAssetStateEvents \ +static_assert(alignof(IHoudiniAssetStateEvents) == 0x000001, "Wrong alignment on IHoudiniAssetStateEvents"); \ +static_assert(sizeof(IHoudiniAssetStateEvents) == 0x000001, "Wrong size on IHoudiniAssetStateEvents"); \ + +#define DUMPER7_ASSERTS_UTexAlphaDataAsset \ +static_assert(alignof(UTexAlphaDataAsset) == 0x000008, "Wrong alignment on UTexAlphaDataAsset"); \ +static_assert(sizeof(UTexAlphaDataAsset) == 0x000058, "Wrong size on UTexAlphaDataAsset"); \ +static_assert(offsetof(UTexAlphaDataAsset, SizeX) == 0x000030, "Member 'UTexAlphaDataAsset::SizeX' has a wrong offset!"); \ +static_assert(offsetof(UTexAlphaDataAsset, SizeY) == 0x000034, "Member 'UTexAlphaDataAsset::SizeY' has a wrong offset!"); \ +static_assert(offsetof(UTexAlphaDataAsset, ColorData) == 0x000038, "Member 'UTexAlphaDataAsset::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UTexAlphaDataAsset, FloatColorData) == 0x000048, "Member 'UTexAlphaDataAsset::FloatColorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSDirectionalLightData \ +static_assert(alignof(FCLSDirectionalLightData) == 0x000008, "Wrong alignment on FCLSDirectionalLightData"); \ +static_assert(sizeof(FCLSDirectionalLightData) == 0x0001A0, "Wrong size on FCLSDirectionalLightData"); \ +static_assert(offsetof(FCLSDirectionalLightData, Name) == 0x000000, "Member 'FCLSDirectionalLightData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, bValid) == 0x000010, "Member 'FCLSDirectionalLightData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, Intensity) == 0x000014, "Member 'FCLSDirectionalLightData::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightColor) == 0x000018, "Member 'FCLSDirectionalLightData::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CastRaytracedShadow) == 0x000020, "Member 'FCLSDirectionalLightData::CastRaytracedShadow' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, DeepShadowLayerDistribution) == 0x000028, "Member 'FCLSDirectionalLightData::DeepShadowLayerDistribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, IndirectLightingIntensity) == 0x00002C, "Member 'FCLSDirectionalLightData::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, VolumetricScatteringIntensity) == 0x000030, "Member 'FCLSDirectionalLightData::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, SamplesPerPixel) == 0x000034, "Member 'FCLSDirectionalLightData::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, Temperature) == 0x000038, "Member 'FCLSDirectionalLightData::Temperature' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, MaxDrawDistance) == 0x00003C, "Member 'FCLSDirectionalLightData::MaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, MaxDistanceFadeRange) == 0x000040, "Member 'FCLSDirectionalLightData::MaxDistanceFadeRange' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, SpecularScale) == 0x000048, "Member 'FCLSDirectionalLightData::SpecularScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowResolutionScale) == 0x00004C, "Member 'FCLSDirectionalLightData::ShadowResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowBias) == 0x000050, "Member 'FCLSDirectionalLightData::ShadowBias' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowSlopeBias) == 0x000054, "Member 'FCLSDirectionalLightData::ShadowSlopeBias' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowSharpen) == 0x000058, "Member 'FCLSDirectionalLightData::ShadowSharpen' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ContactShadowLength) == 0x00005C, "Member 'FCLSDirectionalLightData::ContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightingChannels) == 0x000064, "Member 'FCLSDirectionalLightData::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightFunctionMaterial) == 0x000068, "Member 'FCLSDirectionalLightData::LightFunctionMaterial' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightFunctionScale) == 0x000070, "Member 'FCLSDirectionalLightData::LightFunctionScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, IESTexture) == 0x000088, "Member 'FCLSDirectionalLightData::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, IESBrightnessScale) == 0x000094, "Member 'FCLSDirectionalLightData::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightFunctionFadeDistance) == 0x000098, "Member 'FCLSDirectionalLightData::LightFunctionFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, DisabledBrightness) == 0x00009C, "Member 'FCLSDirectionalLightData::DisabledBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, BloomScale) == 0x0000A4, "Member 'FCLSDirectionalLightData::BloomScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, BloomThreshold) == 0x0000A8, "Member 'FCLSDirectionalLightData::BloomThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, BloomMaxBrightness) == 0x0000AC, "Member 'FCLSDirectionalLightData::BloomMaxBrightness' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, BloomTint) == 0x0000B0, "Member 'FCLSDirectionalLightData::BloomTint' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, bUseRayTracedDistanceFieldShadows) == 0x0000B4, "Member 'FCLSDirectionalLightData::bUseRayTracedDistanceFieldShadows' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, RayStartOffsetDepthScale) == 0x0000B8, "Member 'FCLSDirectionalLightData::RayStartOffsetDepthScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowCascadeBiasDistribution) == 0x0000BC, "Member 'FCLSDirectionalLightData::ShadowCascadeBiasDistribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, OcclusionMaskDarkness) == 0x0000C4, "Member 'FCLSDirectionalLightData::OcclusionMaskDarkness' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, OcclusionDepthRange) == 0x0000C8, "Member 'FCLSDirectionalLightData::OcclusionDepthRange' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightShaftOverrideDirection) == 0x0000D0, "Member 'FCLSDirectionalLightData::LightShaftOverrideDirection' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, DynamicShadowDistanceMovableLight) == 0x0000E8, "Member 'FCLSDirectionalLightData::DynamicShadowDistanceMovableLight' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, DynamicShadowDistanceStationaryLight) == 0x0000EC, "Member 'FCLSDirectionalLightData::DynamicShadowDistanceStationaryLight' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, DynamicShadowCascades) == 0x0000F0, "Member 'FCLSDirectionalLightData::DynamicShadowCascades' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CascadeDistributionExponent) == 0x0000F4, "Member 'FCLSDirectionalLightData::CascadeDistributionExponent' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CascadeTransitionFraction) == 0x0000F8, "Member 'FCLSDirectionalLightData::CascadeTransitionFraction' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowDistanceFadeoutFraction) == 0x0000FC, "Member 'FCLSDirectionalLightData::ShadowDistanceFadeoutFraction' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, FarShadowCascadeCount) == 0x000104, "Member 'FCLSDirectionalLightData::FarShadowCascadeCount' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, FarShadowDistance) == 0x000108, "Member 'FCLSDirectionalLightData::FarShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, DistanceFieldShadowDistance) == 0x00010C, "Member 'FCLSDirectionalLightData::DistanceFieldShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightSourceAngle) == 0x000110, "Member 'FCLSDirectionalLightData::LightSourceAngle' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightSourceSoftAngle) == 0x000114, "Member 'FCLSDirectionalLightData::LightSourceSoftAngle' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowSourceAngleFactor) == 0x000118, "Member 'FCLSDirectionalLightData::ShadowSourceAngleFactor' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, TraceDistance) == 0x00011C, "Member 'FCLSDirectionalLightData::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, AtmosphereSunLightIndex) == 0x000124, "Member 'FCLSDirectionalLightData::AtmosphereSunLightIndex' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, AtmosphereSunDiskColorScale) == 0x000128, "Member 'FCLSDirectionalLightData::AtmosphereSunDiskColorScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudShadowStrength) == 0x00013C, "Member 'FCLSDirectionalLightData::CloudShadowStrength' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudShadowOnAtmosphereStrength) == 0x000140, "Member 'FCLSDirectionalLightData::CloudShadowOnAtmosphereStrength' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudShadowOnSurfaceStrength) == 0x000144, "Member 'FCLSDirectionalLightData::CloudShadowOnSurfaceStrength' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudShadowDepthBias) == 0x000148, "Member 'FCLSDirectionalLightData::CloudShadowDepthBias' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudShadowExtent) == 0x00014C, "Member 'FCLSDirectionalLightData::CloudShadowExtent' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudShadowMapResolutionScale) == 0x000150, "Member 'FCLSDirectionalLightData::CloudShadowMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudShadowRaySampleCountScale) == 0x000154, "Member 'FCLSDirectionalLightData::CloudShadowRaySampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, CloudScatteredLuminanceScale) == 0x000158, "Member 'FCLSDirectionalLightData::CloudScatteredLuminanceScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, LightmassSettings) == 0x000168, "Member 'FCLSDirectionalLightData::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ModulatedShadowColor) == 0x00017C, "Member 'FCLSDirectionalLightData::ModulatedShadowColor' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, ShadowAmount) == 0x000180, "Member 'FCLSDirectionalLightData::ShadowAmount' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightData, Rotation) == 0x000188, "Member 'FCLSDirectionalLightData::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSPlayerLightDataBase \ +static_assert(alignof(FCLSPlayerLightDataBase) == 0x000004, "Wrong alignment on FCLSPlayerLightDataBase"); \ +static_assert(sizeof(FCLSPlayerLightDataBase) == 0x000028, "Wrong size on FCLSPlayerLightDataBase"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, Intensity) == 0x000000, "Member 'FCLSPlayerLightDataBase::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, Color) == 0x000004, "Member 'FCLSPlayerLightDataBase::Color' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, Radius) == 0x000008, "Member 'FCLSPlayerLightDataBase::Radius' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, AttenuationRadius) == 0x00000C, "Member 'FCLSPlayerLightDataBase::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, bCastShadows) == 0x000010, "Member 'FCLSPlayerLightDataBase::bCastShadows' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, CastShadowMapShadow) == 0x000011, "Member 'FCLSPlayerLightDataBase::CastShadowMapShadow' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, ContactShadowLength) == 0x000014, "Member 'FCLSPlayerLightDataBase::ContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, bUseTemperature) == 0x000018, "Member 'FCLSPlayerLightDataBase::bUseTemperature' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, Temperature) == 0x00001C, "Member 'FCLSPlayerLightDataBase::Temperature' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, VolumetricScatteringIntensity) == 0x000020, "Member 'FCLSPlayerLightDataBase::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightDataBase, SpecularScale) == 0x000024, "Member 'FCLSPlayerLightDataBase::SpecularScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSSkyLightData \ +static_assert(alignof(FCLSSkyLightData) == 0x000008, "Wrong alignment on FCLSSkyLightData"); \ +static_assert(sizeof(FCLSSkyLightData) == 0x000150, "Wrong size on FCLSSkyLightData"); \ +static_assert(offsetof(FCLSSkyLightData, Name) == 0x000000, "Member 'FCLSSkyLightData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, bValid) == 0x000010, "Member 'FCLSSkyLightData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, Intensity) == 0x000014, "Member 'FCLSSkyLightData::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, LightColor) == 0x000018, "Member 'FCLSSkyLightData::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, CastRaytracedShadow) == 0x000020, "Member 'FCLSSkyLightData::CastRaytracedShadow' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, DeepShadowLayerDistribution) == 0x000028, "Member 'FCLSSkyLightData::DeepShadowLayerDistribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, IndirectLightingIntensity) == 0x00002C, "Member 'FCLSSkyLightData::IndirectLightingIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, VolumetricScatteringIntensity) == 0x000030, "Member 'FCLSSkyLightData::VolumetricScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, SamplesPerPixel) == 0x000034, "Member 'FCLSSkyLightData::SamplesPerPixel' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, bRealTimeCapture) == 0x000038, "Member 'FCLSSkyLightData::bRealTimeCapture' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, SourceType) == 0x000039, "Member 'FCLSSkyLightData::SourceType' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, Cubemap) == 0x000040, "Member 'FCLSSkyLightData::Cubemap' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, bCaptureSceneForReflection) == 0x000048, "Member 'FCLSSkyLightData::bCaptureSceneForReflection' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, SourceCubemapAngle) == 0x00004C, "Member 'FCLSSkyLightData::SourceCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, CubemapResolution) == 0x000050, "Member 'FCLSSkyLightData::CubemapResolution' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, IrradianceEnvMapSH) == 0x000054, "Member 'FCLSSkyLightData::IrradianceEnvMapSH' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, CapturedDataForReflection) == 0x0000E8, "Member 'FCLSSkyLightData::CapturedDataForReflection' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, SkyDistanceThreshold) == 0x0000F8, "Member 'FCLSSkyLightData::SkyDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, bCaptureEmissiveOnly) == 0x0000FC, "Member 'FCLSSkyLightData::bCaptureEmissiveOnly' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, bLowerHemisphereIsBlack) == 0x0000FD, "Member 'FCLSSkyLightData::bLowerHemisphereIsBlack' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, LowerHemisphereColor) == 0x000100, "Member 'FCLSSkyLightData::LowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, OcclusionMaxDistance) == 0x000110, "Member 'FCLSSkyLightData::OcclusionMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, Contrast) == 0x000114, "Member 'FCLSSkyLightData::Contrast' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, OcclusionExponent) == 0x000118, "Member 'FCLSSkyLightData::OcclusionExponent' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, MinOcclusion) == 0x00011C, "Member 'FCLSSkyLightData::MinOcclusion' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, OcclusionTint) == 0x000120, "Member 'FCLSSkyLightData::OcclusionTint' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, CloudAmbientOcclusionStrength) == 0x000128, "Member 'FCLSSkyLightData::CloudAmbientOcclusionStrength' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, CloudAmbientOcclusionExtent) == 0x00012C, "Member 'FCLSSkyLightData::CloudAmbientOcclusionExtent' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, CloudAmbientOcclusionMapResolutionScale) == 0x000130, "Member 'FCLSSkyLightData::CloudAmbientOcclusionMapResolutionScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, CloudAmbientOcclusionApertureScale) == 0x000134, "Member 'FCLSSkyLightData::CloudAmbientOcclusionApertureScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, OcclusionCombineMode) == 0x000138, "Member 'FCLSSkyLightData::OcclusionCombineMode' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, bOverrideImageBaseGI) == 0x000139, "Member 'FCLSSkyLightData::bOverrideImageBaseGI' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, OverrideLowerHemisphereColor) == 0x00013C, "Member 'FCLSSkyLightData::OverrideLowerHemisphereColor' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightData, OverrideLightColor) == 0x00014C, "Member 'FCLSSkyLightData::OverrideLightColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSAtmosphericFogData \ +static_assert(alignof(FCLSAtmosphericFogData) == 0x000008, "Wrong alignment on FCLSAtmosphericFogData"); \ +static_assert(sizeof(FCLSAtmosphericFogData) == 0x0000B0, "Wrong size on FCLSAtmosphericFogData"); \ +static_assert(offsetof(FCLSAtmosphericFogData, Name) == 0x000000, "Member 'FCLSAtmosphericFogData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, bValid) == 0x000010, "Member 'FCLSAtmosphericFogData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, TransformMode) == 0x000011, "Member 'FCLSAtmosphericFogData::TransformMode' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, BottomRadius) == 0x000014, "Member 'FCLSAtmosphericFogData::BottomRadius' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, GroundAlbedo) == 0x000018, "Member 'FCLSAtmosphericFogData::GroundAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, AtmosphereHeight) == 0x00001C, "Member 'FCLSAtmosphericFogData::AtmosphereHeight' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, MultiScatteringFactor) == 0x000020, "Member 'FCLSAtmosphericFogData::MultiScatteringFactor' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, TraceSampleCountScale) == 0x000024, "Member 'FCLSAtmosphericFogData::TraceSampleCountScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, RayleighScatteringScale) == 0x000028, "Member 'FCLSAtmosphericFogData::RayleighScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, RayleighScattering) == 0x00002C, "Member 'FCLSAtmosphericFogData::RayleighScattering' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, RayleighExponentialDistribution) == 0x00003C, "Member 'FCLSAtmosphericFogData::RayleighExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, MieScatteringScale) == 0x000040, "Member 'FCLSAtmosphericFogData::MieScatteringScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, MieScattering) == 0x000044, "Member 'FCLSAtmosphericFogData::MieScattering' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, MieAbsorptionScale) == 0x000054, "Member 'FCLSAtmosphericFogData::MieAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, MieAbsorption) == 0x000058, "Member 'FCLSAtmosphericFogData::MieAbsorption' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, MieAnisotropy) == 0x000068, "Member 'FCLSAtmosphericFogData::MieAnisotropy' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, MieExponentialDistribution) == 0x00006C, "Member 'FCLSAtmosphericFogData::MieExponentialDistribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, OtherAbsorptionScale) == 0x000070, "Member 'FCLSAtmosphericFogData::OtherAbsorptionScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, OtherAbsorption) == 0x000074, "Member 'FCLSAtmosphericFogData::OtherAbsorption' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, OtherTentDistribution) == 0x000084, "Member 'FCLSAtmosphericFogData::OtherTentDistribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, SkyLuminanceFactor) == 0x000090, "Member 'FCLSAtmosphericFogData::SkyLuminanceFactor' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, AerialPespectiveViewDistanceScale) == 0x0000A0, "Member 'FCLSAtmosphericFogData::AerialPespectiveViewDistanceScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, HeightFogContribution) == 0x0000A4, "Member 'FCLSAtmosphericFogData::HeightFogContribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, TransmittanceMinLightElevationAngle) == 0x0000A8, "Member 'FCLSAtmosphericFogData::TransmittanceMinLightElevationAngle' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphericFogData, AerialPerspectiveStartDepth) == 0x0000AC, "Member 'FCLSAtmosphericFogData::AerialPerspectiveStartDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSHeightFogData \ +static_assert(alignof(FCLSHeightFogData) == 0x000008, "Wrong alignment on FCLSHeightFogData"); \ +static_assert(sizeof(FCLSHeightFogData) == 0x0000C8, "Wrong size on FCLSHeightFogData"); \ +static_assert(offsetof(FCLSHeightFogData, Name) == 0x000000, "Member 'FCLSHeightFogData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, bValid) == 0x000010, "Member 'FCLSHeightFogData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, FogDensity) == 0x000014, "Member 'FCLSHeightFogData::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, FogHeightFalloff) == 0x000018, "Member 'FCLSHeightFogData::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, SecondFogData) == 0x00001C, "Member 'FCLSHeightFogData::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, FogInscatteringLuminance) == 0x000028, "Member 'FCLSHeightFogData::FogInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, InscatteringColorCubemap) == 0x000038, "Member 'FCLSHeightFogData::InscatteringColorCubemap' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, InscatteringColorCubemapAngle) == 0x000040, "Member 'FCLSHeightFogData::InscatteringColorCubemapAngle' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, InscatteringTextureTint) == 0x000044, "Member 'FCLSHeightFogData::InscatteringTextureTint' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, FullyDirectionalInscatteringColorDistance) == 0x000054, "Member 'FCLSHeightFogData::FullyDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, NonDirectionalInscatteringColorDistance) == 0x000058, "Member 'FCLSHeightFogData::NonDirectionalInscatteringColorDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, DirectionalInscatteringExponent) == 0x00005C, "Member 'FCLSHeightFogData::DirectionalInscatteringExponent' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, DirectionalInscatteringStartDistance) == 0x000060, "Member 'FCLSHeightFogData::DirectionalInscatteringStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, DirectionalInscatteringLuminance) == 0x000064, "Member 'FCLSHeightFogData::DirectionalInscatteringLuminance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, FogMaxOpacity) == 0x000074, "Member 'FCLSHeightFogData::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, StartDistance) == 0x000078, "Member 'FCLSHeightFogData::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, FogCutoffDistance) == 0x00007C, "Member 'FCLSHeightFogData::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, bEnableVolumetricFog) == 0x000080, "Member 'FCLSHeightFogData::bEnableVolumetricFog' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, VolumetricFogScatteringDistribution) == 0x000084, "Member 'FCLSHeightFogData::VolumetricFogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, VolumetricFogAlbedo) == 0x000088, "Member 'FCLSHeightFogData::VolumetricFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, VolumetricFogEmissive) == 0x00008C, "Member 'FCLSHeightFogData::VolumetricFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, VolumetricFogExtinctionScale) == 0x00009C, "Member 'FCLSHeightFogData::VolumetricFogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, VolumetricFogDistance) == 0x0000A0, "Member 'FCLSHeightFogData::VolumetricFogDistance' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, VolumetricFogStaticLightingScatteringIntensity) == 0x0000A4, "Member 'FCLSHeightFogData::VolumetricFogStaticLightingScatteringIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, bOverrideLightColorsWithFogInscatteringColors) == 0x0000A8, "Member 'FCLSHeightFogData::bOverrideLightColorsWithFogInscatteringColors' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogData, Location) == 0x0000B0, "Member 'FCLSHeightFogData::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSMpcData \ +static_assert(alignof(FCLSMpcData) == 0x000008, "Wrong alignment on FCLSMpcData"); \ +static_assert(sizeof(FCLSMpcData) == 0x0000A0, "Wrong size on FCLSMpcData"); \ +static_assert(offsetof(FCLSMpcData, MPCFloatPropertyMap) == 0x000000, "Member 'FCLSMpcData::MPCFloatPropertyMap' has a wrong offset!"); \ +static_assert(offsetof(FCLSMpcData, MPCVectorPropertyMap) == 0x000050, "Member 'FCLSMpcData::MPCVectorPropertyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSCustomVariableData \ +static_assert(alignof(FCLSCustomVariableData) == 0x000008, "Wrong alignment on FCLSCustomVariableData"); \ +static_assert(sizeof(FCLSCustomVariableData) == 0x000038, "Wrong size on FCLSCustomVariableData"); \ +static_assert(offsetof(FCLSCustomVariableData, Name) == 0x000000, "Member 'FCLSCustomVariableData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, bValid) == 0x000010, "Member 'FCLSCustomVariableData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, WaterReflectionMode) == 0x000011, "Member 'FCLSCustomVariableData::WaterReflectionMode' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, GIIntensityScale) == 0x000014, "Member 'FCLSCustomVariableData::GIIntensityScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, GISpecularFactor) == 0x000018, "Member 'FCLSCustomVariableData::GISpecularFactor' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, GIShadowIntensityScale) == 0x00001C, "Member 'FCLSCustomVariableData::GIShadowIntensityScale' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, ReflectionDiffuseBoost) == 0x000020, "Member 'FCLSCustomVariableData::ReflectionDiffuseBoost' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, GISkyLightIntensity) == 0x000024, "Member 'FCLSCustomVariableData::GISkyLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, GISkyLightIndirectIntensity) == 0x000028, "Member 'FCLSCustomVariableData::GISkyLightIndirectIntensity' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, SkylightIntensityMultiplier) == 0x00002C, "Member 'FCLSCustomVariableData::SkylightIntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, HZBTraversalRelativeDepthThickness) == 0x000030, "Member 'FCLSCustomVariableData::HZBTraversalRelativeDepthThickness' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomVariableData, LumenHZBTraversalOverride) == 0x000034, "Member 'FCLSCustomVariableData::LumenHZBTraversalOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSPlayerLightData \ +static_assert(alignof(FCLSPlayerLightData) == 0x000008, "Wrong alignment on FCLSPlayerLightData"); \ +static_assert(sizeof(FCLSPlayerLightData) == 0x000068, "Wrong size on FCLSPlayerLightData"); \ +static_assert(offsetof(FCLSPlayerLightData, bValid) == 0x000000, "Member 'FCLSPlayerLightData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightData, Name) == 0x000008, "Member 'FCLSPlayerLightData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightData, FrontLightData) == 0x000018, "Member 'FCLSPlayerLightData::FrontLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightData, BackLightData) == 0x000040, "Member 'FCLSPlayerLightData::BackLightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSLightData \ +static_assert(alignof(FCLSLightData) == 0x000008, "Wrong alignment on FCLSLightData"); \ +static_assert(sizeof(FCLSLightData) == 0x0005E0, "Wrong size on FCLSLightData"); \ +static_assert(offsetof(FCLSLightData, Name) == 0x000000, "Member 'FCLSLightData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, DirectionalLightData) == 0x000010, "Member 'FCLSLightData::DirectionalLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, SkyLightData) == 0x0001B0, "Member 'FCLSLightData::SkyLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, AtmosphericFogData) == 0x000300, "Member 'FCLSLightData::AtmosphericFogData' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, HeightFogData) == 0x0003B0, "Member 'FCLSLightData::HeightFogData' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, MpcData) == 0x000478, "Member 'FCLSLightData::MpcData' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, CustomVariableData) == 0x000518, "Member 'FCLSLightData::CustomVariableData' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, PlayerLightData) == 0x000550, "Member 'FCLSLightData::PlayerLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, LengthOfBuffSpace) == 0x0005B8, "Member 'FCLSLightData::LengthOfBuffSpace' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, SortWeight) == 0x0005BC, "Member 'FCLSLightData::SortWeight' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, SpeedAlpha) == 0x0005C0, "Member 'FCLSLightData::SpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, PlayerLightSpeedAlpha) == 0x0005C4, "Member 'FCLSLightData::PlayerLightSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, bUseCustomBlendOutSpeed) == 0x0005C8, "Member 'FCLSLightData::bUseCustomBlendOutSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, CustomBlendOutSpeedAlpha) == 0x0005CC, "Member 'FCLSLightData::CustomBlendOutSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSLightData, CommandLines) == 0x0005D0, "Member 'FCLSLightData::CommandLines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSBlendDataBase \ +static_assert(alignof(FCLSBlendDataBase) == 0x000008, "Wrong alignment on FCLSBlendDataBase"); \ +static_assert(sizeof(FCLSBlendDataBase) == 0x000048, "Wrong size on FCLSBlendDataBase"); \ +static_assert(offsetof(FCLSBlendDataBase, bInitialized) == 0x000000, "Member 'FCLSBlendDataBase::bInitialized' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, TargetName) == 0x000010, "Member 'FCLSBlendDataBase::TargetName' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, SpeedAlpha) == 0x000020, "Member 'FCLSBlendDataBase::SpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, bOriginUseCustomBlendOutSpeed) == 0x000024, "Member 'FCLSBlendDataBase::bOriginUseCustomBlendOutSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, OriginCustomBlendOutSpeedAlpha) == 0x000028, "Member 'FCLSBlendDataBase::OriginCustomBlendOutSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, bTargetUseCustomBlendOutSpeed) == 0x00002C, "Member 'FCLSBlendDataBase::bTargetUseCustomBlendOutSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, TargetCustomBlendOutSpeedAlpha) == 0x000030, "Member 'FCLSBlendDataBase::TargetCustomBlendOutSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, CurrentAlpha) == 0x000034, "Member 'FCLSBlendDataBase::CurrentAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, TargetAlpha) == 0x000038, "Member 'FCLSBlendDataBase::TargetAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSBlendDataBase, CurrentPercentage) == 0x00003C, "Member 'FCLSBlendDataBase::CurrentPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSOtherBlendData \ +static_assert(alignof(FCLSOtherBlendData) == 0x000008, "Wrong alignment on FCLSOtherBlendData"); \ +static_assert(sizeof(FCLSOtherBlendData) == 0x0011E8, "Wrong size on FCLSOtherBlendData"); \ +static_assert(offsetof(FCLSOtherBlendData, OriginData) == 0x000048, "Member 'FCLSOtherBlendData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSOtherBlendData, TargetData) == 0x000628, "Member 'FCLSOtherBlendData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSOtherBlendData, CurrentData) == 0x000C08, "Member 'FCLSOtherBlendData::CurrentData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSDirectionalLightBlendData \ +static_assert(alignof(FCLSDirectionalLightBlendData) == 0x000008, "Wrong alignment on FCLSDirectionalLightBlendData"); \ +static_assert(sizeof(FCLSDirectionalLightBlendData) == 0x000528, "Wrong size on FCLSDirectionalLightBlendData"); \ +static_assert(offsetof(FCLSDirectionalLightBlendData, OriginData) == 0x000048, "Member 'FCLSDirectionalLightBlendData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightBlendData, TargetData) == 0x0001E8, "Member 'FCLSDirectionalLightBlendData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSDirectionalLightBlendData, CurrentData) == 0x000388, "Member 'FCLSDirectionalLightBlendData::CurrentData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSSkyLightBlendData \ +static_assert(alignof(FCLSSkyLightBlendData) == 0x000008, "Wrong alignment on FCLSSkyLightBlendData"); \ +static_assert(sizeof(FCLSSkyLightBlendData) == 0x000438, "Wrong size on FCLSSkyLightBlendData"); \ +static_assert(offsetof(FCLSSkyLightBlendData, OriginData) == 0x000048, "Member 'FCLSSkyLightBlendData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightBlendData, TargetData) == 0x000198, "Member 'FCLSSkyLightBlendData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSSkyLightBlendData, CurrentData) == 0x0002E8, "Member 'FCLSSkyLightBlendData::CurrentData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSAtmosphereBlendData \ +static_assert(alignof(FCLSAtmosphereBlendData) == 0x000008, "Wrong alignment on FCLSAtmosphereBlendData"); \ +static_assert(sizeof(FCLSAtmosphereBlendData) == 0x000258, "Wrong size on FCLSAtmosphereBlendData"); \ +static_assert(offsetof(FCLSAtmosphereBlendData, OriginData) == 0x000048, "Member 'FCLSAtmosphereBlendData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphereBlendData, TargetData) == 0x0000F8, "Member 'FCLSAtmosphereBlendData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSAtmosphereBlendData, CurrentData) == 0x0001A8, "Member 'FCLSAtmosphereBlendData::CurrentData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSHeightFogBlendData \ +static_assert(alignof(FCLSHeightFogBlendData) == 0x000008, "Wrong alignment on FCLSHeightFogBlendData"); \ +static_assert(sizeof(FCLSHeightFogBlendData) == 0x0002A0, "Wrong size on FCLSHeightFogBlendData"); \ +static_assert(offsetof(FCLSHeightFogBlendData, OriginData) == 0x000048, "Member 'FCLSHeightFogBlendData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogBlendData, TargetData) == 0x000110, "Member 'FCLSHeightFogBlendData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSHeightFogBlendData, CurrentData) == 0x0001D8, "Member 'FCLSHeightFogBlendData::CurrentData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSCustomBlendData \ +static_assert(alignof(FCLSCustomBlendData) == 0x000008, "Wrong alignment on FCLSCustomBlendData"); \ +static_assert(sizeof(FCLSCustomBlendData) == 0x0000F0, "Wrong size on FCLSCustomBlendData"); \ +static_assert(offsetof(FCLSCustomBlendData, OriginData) == 0x000048, "Member 'FCLSCustomBlendData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomBlendData, TargetData) == 0x000080, "Member 'FCLSCustomBlendData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSCustomBlendData, CurrentData) == 0x0000B8, "Member 'FCLSCustomBlendData::CurrentData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSPointLightBlendData \ +static_assert(alignof(FCLSPointLightBlendData) == 0x000008, "Wrong alignment on FCLSPointLightBlendData"); \ +static_assert(sizeof(FCLSPointLightBlendData) == 0x000198, "Wrong size on FCLSPointLightBlendData"); \ +static_assert(offsetof(FCLSPointLightBlendData, OriginData) == 0x000060, "Member 'FCLSPointLightBlendData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSPointLightBlendData, TargetData) == 0x0000C8, "Member 'FCLSPointLightBlendData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSPointLightBlendData, CurrentData) == 0x000130, "Member 'FCLSPointLightBlendData::CurrentData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSCategoryWatchData \ +static_assert(alignof(FCLSCategoryWatchData) == 0x000008, "Wrong alignment on FCLSCategoryWatchData"); \ +static_assert(sizeof(FCLSCategoryWatchData) == 0x000050, "Wrong size on FCLSCategoryWatchData"); \ +static_assert(offsetof(FCLSCategoryWatchData, OriginData) == 0x000000, "Member 'FCLSCategoryWatchData::OriginData' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, CurrentData) == 0x000010, "Member 'FCLSCategoryWatchData::CurrentData' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, TargetData) == 0x000020, "Member 'FCLSCategoryWatchData::TargetData' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, SpeedAlpha) == 0x000030, "Member 'FCLSCategoryWatchData::SpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, bOriginUseCustomBlendOutSpeed) == 0x000034, "Member 'FCLSCategoryWatchData::bOriginUseCustomBlendOutSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, OriginCustomBlendOutSpeedAlpha) == 0x000038, "Member 'FCLSCategoryWatchData::OriginCustomBlendOutSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, bTargetUseCustomBlendOutSpeed) == 0x00003C, "Member 'FCLSCategoryWatchData::bTargetUseCustomBlendOutSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, TargetCustomBlendOutSpeedAlpha) == 0x000040, "Member 'FCLSCategoryWatchData::TargetCustomBlendOutSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, CurrentAlpha) == 0x000044, "Member 'FCLSCategoryWatchData::CurrentAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, TargetAlpha) == 0x000048, "Member 'FCLSCategoryWatchData::TargetAlpha' has a wrong offset!"); \ +static_assert(offsetof(FCLSCategoryWatchData, CurrentPercentage) == 0x00004C, "Member 'FCLSCategoryWatchData::CurrentPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSPlayerLightWatchData \ +static_assert(alignof(FCLSPlayerLightWatchData) == 0x000008, "Wrong alignment on FCLSPlayerLightWatchData"); \ +static_assert(sizeof(FCLSPlayerLightWatchData) == 0x0000A0, "Wrong size on FCLSPlayerLightWatchData"); \ +static_assert(offsetof(FCLSPlayerLightWatchData, FrontLightData) == 0x000050, "Member 'FCLSPlayerLightWatchData::FrontLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightWatchData, BackLightData) == 0x000078, "Member 'FCLSPlayerLightWatchData::BackLightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSVolumeWatchData \ +static_assert(alignof(FCLSVolumeWatchData) == 0x000008, "Wrong alignment on FCLSVolumeWatchData"); \ +static_assert(sizeof(FCLSVolumeWatchData) == 0x000028, "Wrong size on FCLSVolumeWatchData"); \ +static_assert(offsetof(FCLSVolumeWatchData, bValid) == 0x000000, "Member 'FCLSVolumeWatchData::bValid' has a wrong offset!"); \ +static_assert(offsetof(FCLSVolumeWatchData, Name) == 0x000008, "Member 'FCLSVolumeWatchData::Name' has a wrong offset!"); \ +static_assert(offsetof(FCLSVolumeWatchData, Level) == 0x000018, "Member 'FCLSVolumeWatchData::Level' has a wrong offset!"); \ +static_assert(offsetof(FCLSVolumeWatchData, DynamicLevel) == 0x00001C, "Member 'FCLSVolumeWatchData::DynamicLevel' has a wrong offset!"); \ +static_assert(offsetof(FCLSVolumeWatchData, bInVolume) == 0x000020, "Member 'FCLSVolumeWatchData::bInVolume' has a wrong offset!"); \ +static_assert(offsetof(FCLSVolumeWatchData, DistanceToPoint) == 0x000024, "Member 'FCLSVolumeWatchData::DistanceToPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSWatchData \ +static_assert(alignof(FCLSWatchData) == 0x000008, "Wrong alignment on FCLSWatchData"); \ +static_assert(sizeof(FCLSWatchData) == 0x000290, "Wrong size on FCLSWatchData"); \ +static_assert(offsetof(FCLSWatchData, DirectionalLightData) == 0x000000, "Member 'FCLSWatchData::DirectionalLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSWatchData, SkyLightData) == 0x000050, "Member 'FCLSWatchData::SkyLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSWatchData, AtmosphereData) == 0x0000A0, "Member 'FCLSWatchData::AtmosphereData' has a wrong offset!"); \ +static_assert(offsetof(FCLSWatchData, HeightFogData) == 0x0000F0, "Member 'FCLSWatchData::HeightFogData' has a wrong offset!"); \ +static_assert(offsetof(FCLSWatchData, CustomVariableData) == 0x000140, "Member 'FCLSWatchData::CustomVariableData' has a wrong offset!"); \ +static_assert(offsetof(FCLSWatchData, OtherData) == 0x000190, "Member 'FCLSWatchData::OtherData' has a wrong offset!"); \ +static_assert(offsetof(FCLSWatchData, PlayerLightData) == 0x0001E0, "Member 'FCLSWatchData::PlayerLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSWatchData, VolumeData) == 0x000280, "Member 'FCLSWatchData::VolumeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSVolumeProcessParameters \ +static_assert(alignof(FCLSVolumeProcessParameters) == 0x000008, "Wrong alignment on FCLSVolumeProcessParameters"); \ +static_assert(sizeof(FCLSVolumeProcessParameters) == 0x000010, "Wrong size on FCLSVolumeProcessParameters"); \ +static_assert(offsetof(FCLSVolumeProcessParameters, CommandLines) == 0x000000, "Member 'FCLSVolumeProcessParameters::CommandLines' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSMaterialParametersCollectionFloatProperty \ +static_assert(alignof(FCLSMaterialParametersCollectionFloatProperty) == 0x000008, "Wrong alignment on FCLSMaterialParametersCollectionFloatProperty"); \ +static_assert(sizeof(FCLSMaterialParametersCollectionFloatProperty) == 0x000018, "Wrong size on FCLSMaterialParametersCollectionFloatProperty"); \ +static_assert(offsetof(FCLSMaterialParametersCollectionFloatProperty, MaterialParameter) == 0x000000, "Member 'FCLSMaterialParametersCollectionFloatProperty::MaterialParameter' has a wrong offset!"); \ +static_assert(offsetof(FCLSMaterialParametersCollectionFloatProperty, FValue) == 0x000010, "Member 'FCLSMaterialParametersCollectionFloatProperty::FValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSMaterialParametersCollectionVectorProperty \ +static_assert(alignof(FCLSMaterialParametersCollectionVectorProperty) == 0x000008, "Wrong alignment on FCLSMaterialParametersCollectionVectorProperty"); \ +static_assert(sizeof(FCLSMaterialParametersCollectionVectorProperty) == 0x000020, "Wrong size on FCLSMaterialParametersCollectionVectorProperty"); \ +static_assert(offsetof(FCLSMaterialParametersCollectionVectorProperty, MaterialParameter) == 0x000000, "Member 'FCLSMaterialParametersCollectionVectorProperty::MaterialParameter' has a wrong offset!"); \ +static_assert(offsetof(FCLSMaterialParametersCollectionVectorProperty, FValue) == 0x000010, "Member 'FCLSMaterialParametersCollectionVectorProperty::FValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSMaterialParametersCollectionProperty \ +static_assert(alignof(FCLSMaterialParametersCollectionProperty) == 0x000008, "Wrong alignment on FCLSMaterialParametersCollectionProperty"); \ +static_assert(sizeof(FCLSMaterialParametersCollectionProperty) == 0x000020, "Wrong size on FCLSMaterialParametersCollectionProperty"); \ +static_assert(offsetof(FCLSMaterialParametersCollectionProperty, MaterialParametersCollectionFloatProperty) == 0x000000, "Member 'FCLSMaterialParametersCollectionProperty::MaterialParametersCollectionFloatProperty' has a wrong offset!"); \ +static_assert(offsetof(FCLSMaterialParametersCollectionProperty, MaterialParametersCollectionVectorProperty) == 0x000010, "Member 'FCLSMaterialParametersCollectionProperty::MaterialParametersCollectionVectorProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSPlayerLightProperty \ +static_assert(alignof(FCLSPlayerLightProperty) == 0x000004, "Wrong alignment on FCLSPlayerLightProperty"); \ +static_assert(sizeof(FCLSPlayerLightProperty) == 0x000054, "Wrong size on FCLSPlayerLightProperty"); \ +static_assert(offsetof(FCLSPlayerLightProperty, bEnable) == 0x000000, "Member 'FCLSPlayerLightProperty::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightProperty, FrontLightData) == 0x000004, "Member 'FCLSPlayerLightProperty::FrontLightData' has a wrong offset!"); \ +static_assert(offsetof(FCLSPlayerLightProperty, BackLightData) == 0x00002C, "Member 'FCLSPlayerLightProperty::BackLightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCLSTagData \ +static_assert(alignof(FCLSTagData) == 0x000004, "Wrong alignment on FCLSTagData"); \ +static_assert(sizeof(FCLSTagData) == 0x00000C, "Wrong size on FCLSTagData"); \ +static_assert(offsetof(FCLSTagData, LightManagerID) == 0x000000, "Member 'FCLSTagData::LightManagerID' has a wrong offset!"); \ +static_assert(offsetof(FCLSTagData, Index) == 0x000004, "Member 'FCLSTagData::Index' has a wrong offset!"); \ +static_assert(offsetof(FCLSTagData, CLSComponentType) == 0x000008, "Member 'FCLSTagData::CLSComponentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_CheckReforenceListValid \ +static_assert(alignof(CLSLightManager_CheckReforenceListValid) == 0x000001, "Wrong alignment on CLSLightManager_CheckReforenceListValid"); \ +static_assert(sizeof(CLSLightManager_CheckReforenceListValid) == 0x000001, "Wrong size on CLSLightManager_CheckReforenceListValid"); \ +static_assert(offsetof(CLSLightManager_CheckReforenceListValid, ReturnValue) == 0x000000, "Member 'CLSLightManager_CheckReforenceListValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_InitializeTagActor \ +static_assert(alignof(CLSLightManager_InitializeTagActor) == 0x000008, "Wrong alignment on CLSLightManager_InitializeTagActor"); \ +static_assert(sizeof(CLSLightManager_InitializeTagActor) == 0x000010, "Wrong size on CLSLightManager_InitializeTagActor"); \ +static_assert(offsetof(CLSLightManager_InitializeTagActor, TagComponent) == 0x000000, "Member 'CLSLightManager_InitializeTagActor::TagComponent' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_InitializeTagActor, ReturnValue) == 0x000008, "Member 'CLSLightManager_InitializeTagActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SetLightManagerActive \ +static_assert(alignof(CLSLightManager_SetLightManagerActive) == 0x000001, "Wrong alignment on CLSLightManager_SetLightManagerActive"); \ +static_assert(sizeof(CLSLightManager_SetLightManagerActive) == 0x000001, "Wrong size on CLSLightManager_SetLightManagerActive"); \ +static_assert(offsetof(CLSLightManager_SetLightManagerActive, NewActive) == 0x000000, "Member 'CLSLightManager_SetLightManagerActive::NewActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SwitchAllLightAndFog \ +static_assert(alignof(CLSLightManager_SwitchAllLightAndFog) == 0x000004, "Wrong alignment on CLSLightManager_SwitchAllLightAndFog"); \ +static_assert(sizeof(CLSLightManager_SwitchAllLightAndFog) == 0x000008, "Wrong size on CLSLightManager_SwitchAllLightAndFog"); \ +static_assert(offsetof(CLSLightManager_SwitchAllLightAndFog, Index_0) == 0x000000, "Member 'CLSLightManager_SwitchAllLightAndFog::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SwitchAllLightAndFog, ReturnValue) == 0x000004, "Member 'CLSLightManager_SwitchAllLightAndFog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SwitchAtmosphericFog \ +static_assert(alignof(CLSLightManager_SwitchAtmosphericFog) == 0x000004, "Wrong alignment on CLSLightManager_SwitchAtmosphericFog"); \ +static_assert(sizeof(CLSLightManager_SwitchAtmosphericFog) == 0x000008, "Wrong size on CLSLightManager_SwitchAtmosphericFog"); \ +static_assert(offsetof(CLSLightManager_SwitchAtmosphericFog, Index_0) == 0x000000, "Member 'CLSLightManager_SwitchAtmosphericFog::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SwitchAtmosphericFog, ReturnValue) == 0x000004, "Member 'CLSLightManager_SwitchAtmosphericFog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SwitchDirectionalLight \ +static_assert(alignof(CLSLightManager_SwitchDirectionalLight) == 0x000004, "Wrong alignment on CLSLightManager_SwitchDirectionalLight"); \ +static_assert(sizeof(CLSLightManager_SwitchDirectionalLight) == 0x000008, "Wrong size on CLSLightManager_SwitchDirectionalLight"); \ +static_assert(offsetof(CLSLightManager_SwitchDirectionalLight, Index_0) == 0x000000, "Member 'CLSLightManager_SwitchDirectionalLight::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SwitchDirectionalLight, ReturnValue) == 0x000004, "Member 'CLSLightManager_SwitchDirectionalLight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SwitchExponentialHeightFog \ +static_assert(alignof(CLSLightManager_SwitchExponentialHeightFog) == 0x000004, "Wrong alignment on CLSLightManager_SwitchExponentialHeightFog"); \ +static_assert(sizeof(CLSLightManager_SwitchExponentialHeightFog) == 0x000008, "Wrong size on CLSLightManager_SwitchExponentialHeightFog"); \ +static_assert(offsetof(CLSLightManager_SwitchExponentialHeightFog, Index_0) == 0x000000, "Member 'CLSLightManager_SwitchExponentialHeightFog::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SwitchExponentialHeightFog, ReturnValue) == 0x000004, "Member 'CLSLightManager_SwitchExponentialHeightFog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SwitchLightAndFog \ +static_assert(alignof(CLSLightManager_SwitchLightAndFog) == 0x000004, "Wrong alignment on CLSLightManager_SwitchLightAndFog"); \ +static_assert(sizeof(CLSLightManager_SwitchLightAndFog) == 0x000004, "Wrong size on CLSLightManager_SwitchLightAndFog"); \ +static_assert(offsetof(CLSLightManager_SwitchLightAndFog, Percentage) == 0x000000, "Member 'CLSLightManager_SwitchLightAndFog::Percentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SwitchSkyLight \ +static_assert(alignof(CLSLightManager_SwitchSkyLight) == 0x000004, "Wrong alignment on CLSLightManager_SwitchSkyLight"); \ +static_assert(sizeof(CLSLightManager_SwitchSkyLight) == 0x000008, "Wrong size on CLSLightManager_SwitchSkyLight"); \ +static_assert(offsetof(CLSLightManager_SwitchSkyLight, Index_0) == 0x000000, "Member 'CLSLightManager_SwitchSkyLight::Index_0' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SwitchSkyLight, ReturnValue) == 0x000004, "Member 'CLSLightManager_SwitchSkyLight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSLightManager_SyncLightsAndFogs \ +static_assert(alignof(CLSLightManager_SyncLightsAndFogs) == 0x000008, "Wrong alignment on CLSLightManager_SyncLightsAndFogs"); \ +static_assert(sizeof(CLSLightManager_SyncLightsAndFogs) == 0x000068, "Wrong size on CLSLightManager_SyncLightsAndFogs"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, InTargetDirectionalLight) == 0x000000, "Member 'CLSLightManager_SyncLightsAndFogs::InTargetDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, InTargetSkyLight) == 0x000008, "Member 'CLSLightManager_SyncLightsAndFogs::InTargetSkyLight' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, InTargetAtmosphericFog) == 0x000010, "Member 'CLSLightManager_SyncLightsAndFogs::InTargetAtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, InTargetExponentialHeightFog) == 0x000018, "Member 'CLSLightManager_SyncLightsAndFogs::InTargetExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, InTargetCLSVolumeMPCProperty) == 0x000020, "Member 'CLSLightManager_SyncLightsAndFogs::InTargetCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, InOriginalCLSVolumeMPCProperty) == 0x000040, "Member 'CLSLightManager_SyncLightsAndFogs::InOriginalCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, InTargetVolumePercentage) == 0x000060, "Member 'CLSLightManager_SyncLightsAndFogs::InTargetVolumePercentage' has a wrong offset!"); \ +static_assert(offsetof(CLSLightManager_SyncLightsAndFogs, ForceUpdate) == 0x000064, "Member 'CLSLightManager_SyncLightsAndFogs::ForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSLightManager \ +static_assert(alignof(ACLSLightManager) == 0x000008, "Wrong alignment on ACLSLightManager"); \ +static_assert(sizeof(ACLSLightManager) == 0x0003D0, "Wrong size on ACLSLightManager"); \ +static_assert(offsetof(ACLSLightManager, VolumeManager) == 0x000288, "Member 'ACLSLightManager::VolumeManager' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, LightManagerID) == 0x000290, "Member 'ACLSLightManager::LightManagerID' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, DirectionalLightList) == 0x000298, "Member 'ACLSLightManager::DirectionalLightList' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, SkyLightList) == 0x0002A8, "Member 'ACLSLightManager::SkyLightList' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, AtmosphericFogList) == 0x0002B8, "Member 'ACLSLightManager::AtmosphericFogList' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, ExponentialHeightFogList) == 0x0002C8, "Member 'ACLSLightManager::ExponentialHeightFogList' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, SpeedAlpha) == 0x0002D8, "Member 'ACLSLightManager::SpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, bIsSwitchActive) == 0x0002DC, "Member 'ACLSLightManager::bIsSwitchActive' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, bIsAllActorActive) == 0x0002DD, "Member 'ACLSLightManager::bIsAllActorActive' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetDLight) == 0x0002F0, "Member 'ACLSLightManager::TargetDLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, DLight) == 0x0002F8, "Member 'ACLSLightManager::DLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetSLight) == 0x000300, "Member 'ACLSLightManager::TargetSLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, SLight) == 0x000308, "Member 'ACLSLightManager::SLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetAFog) == 0x000310, "Member 'ACLSLightManager::TargetAFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, AFog) == 0x000318, "Member 'ACLSLightManager::AFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetEHFog) == 0x000320, "Member 'ACLSLightManager::TargetEHFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, EHFog) == 0x000328, "Member 'ACLSLightManager::EHFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, MPC) == 0x000330, "Member 'ACLSLightManager::MPC' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, OriginalDirectionalLight) == 0x000338, "Member 'ACLSLightManager::OriginalDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, OriginalSkyLight) == 0x000340, "Member 'ACLSLightManager::OriginalSkyLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, OriginalAtmosphericFog) == 0x000348, "Member 'ACLSLightManager::OriginalAtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, OriginalExponentialHeightFog) == 0x000350, "Member 'ACLSLightManager::OriginalExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, OriginalVloumePercentage) == 0x000358, "Member 'ACLSLightManager::OriginalVloumePercentage' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetDirectionalLight) == 0x000360, "Member 'ACLSLightManager::TargetDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetSkyLight) == 0x000368, "Member 'ACLSLightManager::TargetSkyLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetAtmosphericFog) == 0x000370, "Member 'ACLSLightManager::TargetAtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetExponentialHeightFog) == 0x000378, "Member 'ACLSLightManager::TargetExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetCLSVolumeMPCProperty) == 0x000380, "Member 'ACLSLightManager::TargetCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, OriginalCLSVolumeMPCProperty) == 0x0003A0, "Member 'ACLSLightManager::OriginalCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TargetVolumePercentage) == 0x0003C0, "Member 'ACLSLightManager::TargetVolumePercentage' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, TickTargetVolumePercentage) == 0x0003C4, "Member 'ACLSLightManager::TickTargetVolumePercentage' has a wrong offset!"); \ +static_assert(offsetof(ACLSLightManager, bOriginlaVolumeChanged) == 0x0003C8, "Member 'ACLSLightManager::bOriginlaVolumeChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSAtmosphericFog_SetVisibility \ +static_assert(alignof(CLSAtmosphericFog_SetVisibility) == 0x000001, "Wrong alignment on CLSAtmosphericFog_SetVisibility"); \ +static_assert(sizeof(CLSAtmosphericFog_SetVisibility) == 0x000001, "Wrong size on CLSAtmosphericFog_SetVisibility"); \ +static_assert(offsetof(CLSAtmosphericFog_SetVisibility, bNewVisibility) == 0x000000, "Member 'CLSAtmosphericFog_SetVisibility::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSAtmosphericFog \ +static_assert(alignof(ACLSAtmosphericFog) == 0x000008, "Wrong alignment on ACLSAtmosphericFog"); \ +static_assert(sizeof(ACLSAtmosphericFog) == 0x000298, "Wrong size on ACLSAtmosphericFog"); \ +static_assert(offsetof(ACLSAtmosphericFog, AtmosphericFogComponent) == 0x000288, "Member 'ACLSAtmosphericFog::AtmosphericFogComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSAtmosphericFog, TagComponent) == 0x000290, "Member 'ACLSAtmosphericFog::TagComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSBaseVolume_SetDynamicLevel \ +static_assert(alignof(CLSBaseVolume_SetDynamicLevel) == 0x000004, "Wrong alignment on CLSBaseVolume_SetDynamicLevel"); \ +static_assert(sizeof(CLSBaseVolume_SetDynamicLevel) == 0x000004, "Wrong size on CLSBaseVolume_SetDynamicLevel"); \ +static_assert(offsetof(CLSBaseVolume_SetDynamicLevel, InDynamicLevel) == 0x000000, "Member 'CLSBaseVolume_SetDynamicLevel::InDynamicLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSBaseVolume_SetForceEnableAnyWhere \ +static_assert(alignof(CLSBaseVolume_SetForceEnableAnyWhere) == 0x000001, "Wrong alignment on CLSBaseVolume_SetForceEnableAnyWhere"); \ +static_assert(sizeof(CLSBaseVolume_SetForceEnableAnyWhere) == 0x000001, "Wrong size on CLSBaseVolume_SetForceEnableAnyWhere"); \ +static_assert(offsetof(CLSBaseVolume_SetForceEnableAnyWhere, bInForceEnableAnyWhere) == 0x000000, "Member 'CLSBaseVolume_SetForceEnableAnyWhere::bInForceEnableAnyWhere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSBaseVolume \ +static_assert(alignof(ACLSBaseVolume) == 0x000008, "Wrong alignment on ACLSBaseVolume"); \ +static_assert(sizeof(ACLSBaseVolume) == 0x0009B8, "Wrong size on ACLSBaseVolume"); \ +static_assert(offsetof(ACLSBaseVolume, VolumeProcessParameters) == 0x0002C0, "Member 'ACLSBaseVolume::VolumeProcessParameters' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, MaterialParametersCollectionProperty) == 0x0002D0, "Member 'ACLSBaseVolume::MaterialParametersCollectionProperty' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, MasterVolume) == 0x0002F0, "Member 'ACLSBaseVolume::MasterVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, DirectionalLight) == 0x0002F8, "Member 'ACLSBaseVolume::DirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, SkyLight) == 0x000300, "Member 'ACLSBaseVolume::SkyLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, AtmosphericFog) == 0x000308, "Member 'ACLSBaseVolume::AtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, ExponentialHeightFog) == 0x000310, "Member 'ACLSBaseVolume::ExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, PlayerLightProperty) == 0x000318, "Member 'ACLSBaseVolume::PlayerLightProperty' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, VolumeManagerID) == 0x00036C, "Member 'ACLSBaseVolume::VolumeManagerID' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, LengthOfBuffSpace) == 0x000370, "Member 'ACLSBaseVolume::LengthOfBuffSpace' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, SortWeight) == 0x000374, "Member 'ACLSBaseVolume::SortWeight' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, SpeedAlpha) == 0x000378, "Member 'ACLSBaseVolume::SpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, PlayerLightSpeedAlpha) == 0x00037C, "Member 'ACLSBaseVolume::PlayerLightSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bUseCustomBlendOutSpeed) == 0x000380, "Member 'ACLSBaseVolume::bUseCustomBlendOutSpeed' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, CustomBlendOutSpeedAlpha) == 0x000384, "Member 'ACLSBaseVolume::CustomBlendOutSpeedAlpha' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, Level) == 0x000388, "Member 'ACLSBaseVolume::Level' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, DynamicLevel) == 0x00038C, "Member 'ACLSBaseVolume::DynamicLevel' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bUseSceneLight) == 0x000390, "Member 'ACLSBaseVolume::bUseSceneLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bDisableDirectionalLight) == 0x000391, "Member 'ACLSBaseVolume::bDisableDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bDisableSkyLight) == 0x000392, "Member 'ACLSBaseVolume::bDisableSkyLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bDisableAtmospheric) == 0x000393, "Member 'ACLSBaseVolume::bDisableAtmospheric' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bDisableHeightFog) == 0x000394, "Member 'ACLSBaseVolume::bDisableHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bForceEnableAnyWhere) == 0x000395, "Member 'ACLSBaseVolume::bForceEnableAnyWhere' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, DirectionalLightComponent) == 0x0003A8, "Member 'ACLSBaseVolume::DirectionalLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, SkyLightComponent) == 0x0003B0, "Member 'ACLSBaseVolume::SkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, AtmosphereComponent) == 0x0003B8, "Member 'ACLSBaseVolume::AtmosphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, ExponentialHeightFogComponent) == 0x0003C0, "Member 'ACLSBaseVolume::ExponentialHeightFogComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, CustomVariableComponent) == 0x0003C8, "Member 'ACLSBaseVolume::CustomVariableComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, CLSLightData) == 0x0003D0, "Member 'ACLSBaseVolume::CLSLightData' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, bInVolume) == 0x0009B1, "Member 'ACLSBaseVolume::bInVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSBaseVolume, DistanceToPoint) == 0x0009B4, "Member 'ACLSBaseVolume::DistanceToPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSCommandManager_SafelySwitchLightsAndFogs \ +static_assert(alignof(CLSCommandManager_SafelySwitchLightsAndFogs) == 0x000008, "Wrong alignment on CLSCommandManager_SafelySwitchLightsAndFogs"); \ +static_assert(sizeof(CLSCommandManager_SafelySwitchLightsAndFogs) == 0x000068, "Wrong size on CLSCommandManager_SafelySwitchLightsAndFogs"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, InTargetDirectionalLight) == 0x000000, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::InTargetDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, InTargetSkyLight) == 0x000008, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::InTargetSkyLight' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, InTargetAtmosphericFog) == 0x000010, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::InTargetAtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, InTargetExponentialHeightFog) == 0x000018, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::InTargetExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, InTargetCLSVolumeMPCProperty) == 0x000020, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::InTargetCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, InOriginalCLSVolumeMPCProperty) == 0x000040, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::InOriginalCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, InTargetVolumePercentage) == 0x000060, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::InTargetVolumePercentage' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SafelySwitchLightsAndFogs, ForceUpdate) == 0x000064, "Member 'CLSCommandManager_SafelySwitchLightsAndFogs::ForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSCommandManager_SwitchLightsAndFogs \ +static_assert(alignof(CLSCommandManager_SwitchLightsAndFogs) == 0x000008, "Wrong alignment on CLSCommandManager_SwitchLightsAndFogs"); \ +static_assert(sizeof(CLSCommandManager_SwitchLightsAndFogs) == 0x000068, "Wrong size on CLSCommandManager_SwitchLightsAndFogs"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, InTargetDirectionalLight) == 0x000000, "Member 'CLSCommandManager_SwitchLightsAndFogs::InTargetDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, InTargetSkyLight) == 0x000008, "Member 'CLSCommandManager_SwitchLightsAndFogs::InTargetSkyLight' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, InTargetAtmosphericFog) == 0x000010, "Member 'CLSCommandManager_SwitchLightsAndFogs::InTargetAtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, InTargetExponentialHeightFog) == 0x000018, "Member 'CLSCommandManager_SwitchLightsAndFogs::InTargetExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, InTargetCLSVolumeMPCProperty) == 0x000020, "Member 'CLSCommandManager_SwitchLightsAndFogs::InTargetCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, InOriginalCLSVolumeMPCProperty) == 0x000040, "Member 'CLSCommandManager_SwitchLightsAndFogs::InOriginalCLSVolumeMPCProperty' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, InTargetVolumePercentage) == 0x000060, "Member 'CLSCommandManager_SwitchLightsAndFogs::InTargetVolumePercentage' has a wrong offset!"); \ +static_assert(offsetof(CLSCommandManager_SwitchLightsAndFogs, ForceUpdate) == 0x000064, "Member 'CLSCommandManager_SwitchLightsAndFogs::ForceUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSCommandManager \ +static_assert(alignof(ACLSCommandManager) == 0x000008, "Wrong alignment on ACLSCommandManager"); \ +static_assert(sizeof(ACLSCommandManager) == 0x0002A0, "Wrong size on ACLSCommandManager"); \ +static_assert(offsetof(ACLSCommandManager, LightManager) == 0x000288, "Member 'ACLSCommandManager::LightManager' has a wrong offset!"); \ +static_assert(offsetof(ACLSCommandManager, VolumeManager) == 0x000290, "Member 'ACLSCommandManager::VolumeManager' has a wrong offset!"); \ +static_assert(offsetof(ACLSCommandManager, CommandManagerID) == 0x000298, "Member 'ACLSCommandManager::CommandManagerID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSDirectionalLight_SetVisibility \ +static_assert(alignof(CLSDirectionalLight_SetVisibility) == 0x000001, "Wrong alignment on CLSDirectionalLight_SetVisibility"); \ +static_assert(sizeof(CLSDirectionalLight_SetVisibility) == 0x000001, "Wrong size on CLSDirectionalLight_SetVisibility"); \ +static_assert(offsetof(CLSDirectionalLight_SetVisibility, bNewVisibility) == 0x000000, "Member 'CLSDirectionalLight_SetVisibility::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSDirectionalLight \ +static_assert(alignof(ACLSDirectionalLight) == 0x000008, "Wrong alignment on ACLSDirectionalLight"); \ +static_assert(sizeof(ACLSDirectionalLight) == 0x000298, "Wrong size on ACLSDirectionalLight"); \ +static_assert(offsetof(ACLSDirectionalLight, DirectionalLightComponent) == 0x000288, "Member 'ACLSDirectionalLight::DirectionalLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSDirectionalLight, TagComponent) == 0x000290, "Member 'ACLSDirectionalLight::TagComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSExponentialHeightFog_SetVisibility \ +static_assert(alignof(CLSExponentialHeightFog_SetVisibility) == 0x000001, "Wrong alignment on CLSExponentialHeightFog_SetVisibility"); \ +static_assert(sizeof(CLSExponentialHeightFog_SetVisibility) == 0x000001, "Wrong size on CLSExponentialHeightFog_SetVisibility"); \ +static_assert(offsetof(CLSExponentialHeightFog_SetVisibility, bNewVisibility) == 0x000000, "Member 'CLSExponentialHeightFog_SetVisibility::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSExponentialHeightFog \ +static_assert(alignof(ACLSExponentialHeightFog) == 0x000008, "Wrong alignment on ACLSExponentialHeightFog"); \ +static_assert(sizeof(ACLSExponentialHeightFog) == 0x000298, "Wrong size on ACLSExponentialHeightFog"); \ +static_assert(offsetof(ACLSExponentialHeightFog, ExponentialHeightFogComponent) == 0x000288, "Member 'ACLSExponentialHeightFog::ExponentialHeightFogComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSExponentialHeightFog, TagComponent) == 0x000290, "Member 'ACLSExponentialHeightFog::TagComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSFunctionLibrary_GetCurrentCLSManager \ +static_assert(alignof(CLSFunctionLibrary_GetCurrentCLSManager) == 0x000008, "Wrong alignment on CLSFunctionLibrary_GetCurrentCLSManager"); \ +static_assert(sizeof(CLSFunctionLibrary_GetCurrentCLSManager) == 0x000008, "Wrong size on CLSFunctionLibrary_GetCurrentCLSManager"); \ +static_assert(offsetof(CLSFunctionLibrary_GetCurrentCLSManager, ReturnValue) == 0x000000, "Member 'CLSFunctionLibrary_GetCurrentCLSManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSFunctionLibrary_OverrideEnvLightBlendInSpeed \ +static_assert(alignof(CLSFunctionLibrary_OverrideEnvLightBlendInSpeed) == 0x000004, "Wrong alignment on CLSFunctionLibrary_OverrideEnvLightBlendInSpeed"); \ +static_assert(sizeof(CLSFunctionLibrary_OverrideEnvLightBlendInSpeed) == 0x000008, "Wrong size on CLSFunctionLibrary_OverrideEnvLightBlendInSpeed"); \ +static_assert(offsetof(CLSFunctionLibrary_OverrideEnvLightBlendInSpeed, bOverride) == 0x000000, "Member 'CLSFunctionLibrary_OverrideEnvLightBlendInSpeed::bOverride' has a wrong offset!"); \ +static_assert(offsetof(CLSFunctionLibrary_OverrideEnvLightBlendInSpeed, InBlendInSpeed) == 0x000004, "Member 'CLSFunctionLibrary_OverrideEnvLightBlendInSpeed::InBlendInSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSFunctionLibrary_RegisterNeedPointLightControlActor \ +static_assert(alignof(CLSFunctionLibrary_RegisterNeedPointLightControlActor) == 0x000008, "Wrong alignment on CLSFunctionLibrary_RegisterNeedPointLightControlActor"); \ +static_assert(sizeof(CLSFunctionLibrary_RegisterNeedPointLightControlActor) == 0x000010, "Wrong size on CLSFunctionLibrary_RegisterNeedPointLightControlActor"); \ +static_assert(offsetof(CLSFunctionLibrary_RegisterNeedPointLightControlActor, InTag) == 0x000000, "Member 'CLSFunctionLibrary_RegisterNeedPointLightControlActor::InTag' has a wrong offset!"); \ +static_assert(offsetof(CLSFunctionLibrary_RegisterNeedPointLightControlActor, InActor) == 0x000008, "Member 'CLSFunctionLibrary_RegisterNeedPointLightControlActor::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSFunctionLibrary_UnregisterNeedPointLightControlActor \ +static_assert(alignof(CLSFunctionLibrary_UnregisterNeedPointLightControlActor) == 0x000004, "Wrong alignment on CLSFunctionLibrary_UnregisterNeedPointLightControlActor"); \ +static_assert(sizeof(CLSFunctionLibrary_UnregisterNeedPointLightControlActor) == 0x000008, "Wrong size on CLSFunctionLibrary_UnregisterNeedPointLightControlActor"); \ +static_assert(offsetof(CLSFunctionLibrary_UnregisterNeedPointLightControlActor, InTag) == 0x000000, "Member 'CLSFunctionLibrary_UnregisterNeedPointLightControlActor::InTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCLSFunctionLibrary \ +static_assert(alignof(UCLSFunctionLibrary) == 0x000008, "Wrong alignment on UCLSFunctionLibrary"); \ +static_assert(sizeof(UCLSFunctionLibrary) == 0x000028, "Wrong size on UCLSFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_CLSManager_SetActorLightAttenuation \ +static_assert(alignof(CLSManager_SetActorLightAttenuation) == 0x000004, "Wrong alignment on CLSManager_SetActorLightAttenuation"); \ +static_assert(sizeof(CLSManager_SetActorLightAttenuation) == 0x000004, "Wrong size on CLSManager_SetActorLightAttenuation"); \ +static_assert(offsetof(CLSManager_SetActorLightAttenuation, InActorLightAttenuation) == 0x000000, "Member 'CLSManager_SetActorLightAttenuation::InActorLightAttenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSManager_SetEnableManager \ +static_assert(alignof(CLSManager_SetEnableManager) == 0x000001, "Wrong alignment on CLSManager_SetEnableManager"); \ +static_assert(sizeof(CLSManager_SetEnableManager) == 0x000001, "Wrong size on CLSManager_SetEnableManager"); \ +static_assert(offsetof(CLSManager_SetEnableManager, bInEnableManager) == 0x000000, "Member 'CLSManager_SetEnableManager::bInEnableManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSManager_SetPlayerLightAttenuation \ +static_assert(alignof(CLSManager_SetPlayerLightAttenuation) == 0x000004, "Wrong alignment on CLSManager_SetPlayerLightAttenuation"); \ +static_assert(sizeof(CLSManager_SetPlayerLightAttenuation) == 0x000004, "Wrong size on CLSManager_SetPlayerLightAttenuation"); \ +static_assert(offsetof(CLSManager_SetPlayerLightAttenuation, InPlayerLightAttenuation) == 0x000000, "Member 'CLSManager_SetPlayerLightAttenuation::InPlayerLightAttenuation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSManager_UpdateAndGetWatchData \ +static_assert(alignof(CLSManager_UpdateAndGetWatchData) == 0x000008, "Wrong alignment on CLSManager_UpdateAndGetWatchData"); \ +static_assert(sizeof(CLSManager_UpdateAndGetWatchData) == 0x000290, "Wrong size on CLSManager_UpdateAndGetWatchData"); \ +static_assert(offsetof(CLSManager_UpdateAndGetWatchData, ReturnValue) == 0x000000, "Member 'CLSManager_UpdateAndGetWatchData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSManager \ +static_assert(alignof(ACLSManager) == 0x000008, "Wrong alignment on ACLSManager"); \ +static_assert(sizeof(ACLSManager) == 0x002960, "Wrong size on ACLSManager"); \ +static_assert(offsetof(ACLSManager, bEnableManager) == 0x000288, "Member 'ACLSManager::bEnableManager' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, bEnableDebugLog) == 0x000289, "Member 'ACLSManager::bEnableDebugLog' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, ActorLightAttenuationMaxRange) == 0x00028C, "Member 'ACLSManager::ActorLightAttenuationMaxRange' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, ActorLightAttenuationMinRange) == 0x000290, "Member 'ACLSManager::ActorLightAttenuationMinRange' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, VolumeManagerID) == 0x000294, "Member 'ACLSManager::VolumeManagerID' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, MPC) == 0x000298, "Member 'ACLSManager::MPC' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, MarkDirtyDeltaPercentage) == 0x0002A0, "Member 'ACLSManager::MarkDirtyDeltaPercentage' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, bEnableSkyLightCapture) == 0x0002A4, "Member 'ACLSManager::bEnableSkyLightCapture' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, bEnableRayTrace) == 0x0002A5, "Member 'ACLSManager::bEnableRayTrace' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, RayTraceQuality) == 0x0002A6, "Member 'ACLSManager::RayTraceQuality' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, PlayerLightAttenuation) == 0x0002A8, "Member 'ACLSManager::PlayerLightAttenuation' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, ActorLightAttenuation) == 0x0002AC, "Member 'ACLSManager::ActorLightAttenuation' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, DirectionalLightComponent) == 0x0002B0, "Member 'ACLSManager::DirectionalLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, SkyLightComponent) == 0x0002B8, "Member 'ACLSManager::SkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, AtmosphereComponent) == 0x0002C0, "Member 'ACLSManager::AtmosphereComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, HeightFogComponent) == 0x0002C8, "Member 'ACLSManager::HeightFogComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, CustomVariableComponent) == 0x0002D0, "Member 'ACLSManager::CustomVariableComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, CurrentTargetVolume) == 0x0002D8, "Member 'ACLSManager::CurrentTargetVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, CurrentVolume) == 0x0002E0, "Member 'ACLSManager::CurrentVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, DirectionalLightBlendData) == 0x0002F0, "Member 'ACLSManager::DirectionalLightBlendData' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, SkyLightBlendData) == 0x000818, "Member 'ACLSManager::SkyLightBlendData' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, AtmosphereBlendData) == 0x000C50, "Member 'ACLSManager::AtmosphereBlendData' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, HeightFogBlendData) == 0x000EA8, "Member 'ACLSManager::HeightFogBlendData' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, OtherBlendData) == 0x001148, "Member 'ACLSManager::OtherBlendData' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, CustomVariableBlendData) == 0x002330, "Member 'ACLSManager::CustomVariableBlendData' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, PlayerLightBlendData) == 0x002420, "Member 'ACLSManager::PlayerLightBlendData' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, LastFrameViewLocation) == 0x002608, "Member 'ACLSManager::LastFrameViewLocation' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, ViewLocationInEditor) == 0x002620, "Member 'ACLSManager::ViewLocationInEditor' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, PlayerLocation) == 0x002638, "Member 'ACLSManager::PlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, MinSwitchDistanceInEditor) == 0x002650, "Member 'ACLSManager::MinSwitchDistanceInEditor' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, RTXSettingsActor) == 0x0026A0, "Member 'ACLSManager::RTXSettingsActor' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, UpdateDLightTime) == 0x0026A8, "Member 'ACLSManager::UpdateDLightTime' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, UpdateDLightTotalTime) == 0x0026AC, "Member 'ACLSManager::UpdateDLightTotalTime' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, UpdateRadiusThresholdHandle) == 0x0026B0, "Member 'ACLSManager::UpdateRadiusThresholdHandle' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, VisualShadowRadiusThreshold) == 0x0026B4, "Member 'ACLSManager::VisualShadowRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(ACLSManager, WatchData) == 0x0026B8, "Member 'ACLSManager::WatchData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSPostVolume_AddOrUpdateBlendable \ +static_assert(alignof(CLSPostVolume_AddOrUpdateBlendable) == 0x000008, "Wrong alignment on CLSPostVolume_AddOrUpdateBlendable"); \ +static_assert(sizeof(CLSPostVolume_AddOrUpdateBlendable) == 0x000018, "Wrong size on CLSPostVolume_AddOrUpdateBlendable"); \ +static_assert(offsetof(CLSPostVolume_AddOrUpdateBlendable, InBlendableObject) == 0x000000, "Member 'CLSPostVolume_AddOrUpdateBlendable::InBlendableObject' has a wrong offset!"); \ +static_assert(offsetof(CLSPostVolume_AddOrUpdateBlendable, InWeight) == 0x000010, "Member 'CLSPostVolume_AddOrUpdateBlendable::InWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSPostVolume \ +static_assert(alignof(ACLSPostVolume) == 0x000010, "Wrong alignment on ACLSPostVolume"); \ +static_assert(sizeof(ACLSPostVolume) == 0x001180, "Wrong size on ACLSPostVolume"); \ +static_assert(offsetof(ACLSPostVolume, Settings) == 0x0009C0, "Member 'ACLSPostVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(ACLSPostVolume, PostProcessPriority) == 0x001170, "Member 'ACLSPostVolume::PostProcessPriority' has a wrong offset!"); \ +static_assert(offsetof(ACLSPostVolume, PostProcessBlendRadius) == 0x001174, "Member 'ACLSPostVolume::PostProcessBlendRadius' has a wrong offset!"); \ +static_assert(offsetof(ACLSPostVolume, PostProcessBlendWeight) == 0x001178, "Member 'ACLSPostVolume::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(ACLSPostVolume, bPostProcessEnabled) == 0x00117C, "Member 'ACLSPostVolume::bPostProcessEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCLSSettings \ +static_assert(alignof(UCLSSettings) == 0x000008, "Wrong alignment on UCLSSettings"); \ +static_assert(sizeof(UCLSSettings) == 0x000050, "Wrong size on UCLSSettings"); \ +static_assert(offsetof(UCLSSettings, bEnableRTX) == 0x000038, "Member 'UCLSSettings::bEnableRTX' has a wrong offset!"); \ +static_assert(offsetof(UCLSSettings, RTXActorClass) == 0x000040, "Member 'UCLSSettings::RTXActorClass' has a wrong offset!"); \ +static_assert(offsetof(UCLSSettings, bChangeVisualShadowRadiusWhenDLightRotate) == 0x000048, "Member 'UCLSSettings::bChangeVisualShadowRadiusWhenDLightRotate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RTXSettings_GetRTXQuality \ +static_assert(alignof(RTXSettings_GetRTXQuality) == 0x000001, "Wrong alignment on RTXSettings_GetRTXQuality"); \ +static_assert(sizeof(RTXSettings_GetRTXQuality) == 0x000001, "Wrong size on RTXSettings_GetRTXQuality"); \ +static_assert(offsetof(RTXSettings_GetRTXQuality, ReturnValue) == 0x000000, "Member 'RTXSettings_GetRTXQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RTXSettings_IsDLSSRREnabled \ +static_assert(alignof(RTXSettings_IsDLSSRREnabled) == 0x000001, "Wrong alignment on RTXSettings_IsDLSSRREnabled"); \ +static_assert(sizeof(RTXSettings_IsDLSSRREnabled) == 0x000001, "Wrong size on RTXSettings_IsDLSSRREnabled"); \ +static_assert(offsetof(RTXSettings_IsDLSSRREnabled, ReturnValue) == 0x000000, "Member 'RTXSettings_IsDLSSRREnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RTXSettings_IsRTXEnabled \ +static_assert(alignof(RTXSettings_IsRTXEnabled) == 0x000001, "Wrong alignment on RTXSettings_IsRTXEnabled"); \ +static_assert(sizeof(RTXSettings_IsRTXEnabled) == 0x000001, "Wrong size on RTXSettings_IsRTXEnabled"); \ +static_assert(offsetof(RTXSettings_IsRTXEnabled, ReturnValue) == 0x000000, "Member 'RTXSettings_IsRTXEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RTXSettings_SetDlssRREnable \ +static_assert(alignof(RTXSettings_SetDlssRREnable) == 0x000001, "Wrong alignment on RTXSettings_SetDlssRREnable"); \ +static_assert(sizeof(RTXSettings_SetDlssRREnable) == 0x000001, "Wrong size on RTXSettings_SetDlssRREnable"); \ +static_assert(offsetof(RTXSettings_SetDlssRREnable, bEnable) == 0x000000, "Member 'RTXSettings_SetDlssRREnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RTXSettings_SetRTXEnabled \ +static_assert(alignof(RTXSettings_SetRTXEnabled) == 0x000001, "Wrong alignment on RTXSettings_SetRTXEnabled"); \ +static_assert(sizeof(RTXSettings_SetRTXEnabled) == 0x000001, "Wrong size on RTXSettings_SetRTXEnabled"); \ +static_assert(offsetof(RTXSettings_SetRTXEnabled, bInEnable) == 0x000000, "Member 'RTXSettings_SetRTXEnabled::bInEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RTXSettings_SetRTXQuality \ +static_assert(alignof(RTXSettings_SetRTXQuality) == 0x000001, "Wrong alignment on RTXSettings_SetRTXQuality"); \ +static_assert(sizeof(RTXSettings_SetRTXQuality) == 0x000001, "Wrong size on RTXSettings_SetRTXQuality"); \ +static_assert(offsetof(RTXSettings_SetRTXQuality, Quality) == 0x000000, "Member 'RTXSettings_SetRTXQuality::Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IRTXSettings \ +static_assert(alignof(IRTXSettings) == 0x000001, "Wrong alignment on IRTXSettings"); \ +static_assert(sizeof(IRTXSettings) == 0x000001, "Wrong size on IRTXSettings"); \ + +#define DUMPER7_ASSERTS_CLSSkyLight_SetVisibility \ +static_assert(alignof(CLSSkyLight_SetVisibility) == 0x000001, "Wrong alignment on CLSSkyLight_SetVisibility"); \ +static_assert(sizeof(CLSSkyLight_SetVisibility) == 0x000001, "Wrong size on CLSSkyLight_SetVisibility"); \ +static_assert(offsetof(CLSSkyLight_SetVisibility, bNewVisibility) == 0x000000, "Member 'CLSSkyLight_SetVisibility::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSSkyLight \ +static_assert(alignof(ACLSSkyLight) == 0x000008, "Wrong alignment on ACLSSkyLight"); \ +static_assert(sizeof(ACLSSkyLight) == 0x000298, "Wrong size on ACLSSkyLight"); \ +static_assert(offsetof(ACLSSkyLight, SkyLightComponent) == 0x000288, "Member 'ACLSSkyLight::SkyLightComponent' has a wrong offset!"); \ +static_assert(offsetof(ACLSSkyLight, TagComponent) == 0x000290, "Member 'ACLSSkyLight::TagComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSSplinePrismVolume \ +static_assert(alignof(ACLSSplinePrismVolume) == 0x000010, "Wrong alignment on ACLSSplinePrismVolume"); \ +static_assert(sizeof(ACLSSplinePrismVolume) == 0x001190, "Wrong size on ACLSSplinePrismVolume"); \ +static_assert(offsetof(ACLSSplinePrismVolume, Spline) == 0x001180, "Member 'ACLSSplinePrismVolume::Spline' has a wrong offset!"); \ +static_assert(offsetof(ACLSSplinePrismVolume, Height) == 0x001188, "Member 'ACLSSplinePrismVolume::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCLSTagComponent \ +static_assert(alignof(UCLSTagComponent) == 0x000008, "Wrong alignment on UCLSTagComponent"); \ +static_assert(sizeof(UCLSTagComponent) == 0x0000E0, "Wrong size on UCLSTagComponent"); \ +static_assert(offsetof(UCLSTagComponent, LightManagerID) == 0x0000C0, "Member 'UCLSTagComponent::LightManagerID' has a wrong offset!"); \ +static_assert(offsetof(UCLSTagComponent, TagData) == 0x0000C4, "Member 'UCLSTagComponent::TagData' has a wrong offset!"); \ +static_assert(offsetof(UCLSTagComponent, TargetVolume) == 0x0000D0, "Member 'UCLSTagComponent::TargetVolume' has a wrong offset!"); \ +static_assert(offsetof(UCLSTagComponent, Manager) == 0x0000D8, "Member 'UCLSTagComponent::Manager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_CheckOverlapVolumes \ +static_assert(alignof(CLSVolumeManager_CheckOverlapVolumes) == 0x000008, "Wrong alignment on CLSVolumeManager_CheckOverlapVolumes"); \ +static_assert(sizeof(CLSVolumeManager_CheckOverlapVolumes) == 0x000028, "Wrong size on CLSVolumeManager_CheckOverlapVolumes"); \ +static_assert(offsetof(CLSVolumeManager_CheckOverlapVolumes, position) == 0x000000, "Member 'CLSVolumeManager_CheckOverlapVolumes::position' has a wrong offset!"); \ +static_assert(offsetof(CLSVolumeManager_CheckOverlapVolumes, ReturnValue) == 0x000018, "Member 'CLSVolumeManager_CheckOverlapVolumes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_CheckReforenceVolumeListValid \ +static_assert(alignof(CLSVolumeManager_CheckReforenceVolumeListValid) == 0x000001, "Wrong alignment on CLSVolumeManager_CheckReforenceVolumeListValid"); \ +static_assert(sizeof(CLSVolumeManager_CheckReforenceVolumeListValid) == 0x000001, "Wrong size on CLSVolumeManager_CheckReforenceVolumeListValid"); \ +static_assert(offsetof(CLSVolumeManager_CheckReforenceVolumeListValid, ReturnValue) == 0x000000, "Member 'CLSVolumeManager_CheckReforenceVolumeListValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_CheckValidByWeight \ +static_assert(alignof(CLSVolumeManager_CheckValidByWeight) == 0x000008, "Wrong alignment on CLSVolumeManager_CheckValidByWeight"); \ +static_assert(sizeof(CLSVolumeManager_CheckValidByWeight) == 0x000020, "Wrong size on CLSVolumeManager_CheckValidByWeight"); \ +static_assert(offsetof(CLSVolumeManager_CheckValidByWeight, position) == 0x000000, "Member 'CLSVolumeManager_CheckValidByWeight::position' has a wrong offset!"); \ +static_assert(offsetof(CLSVolumeManager_CheckValidByWeight, ReturnValue) == 0x000018, "Member 'CLSVolumeManager_CheckValidByWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_ForceDortPPV \ +static_assert(alignof(CLSVolumeManager_ForceDortPPV) == 0x000008, "Wrong alignment on CLSVolumeManager_ForceDortPPV"); \ +static_assert(sizeof(CLSVolumeManager_ForceDortPPV) == 0x000018, "Wrong size on CLSVolumeManager_ForceDortPPV"); \ +static_assert(offsetof(CLSVolumeManager_ForceDortPPV, ViewLocation) == 0x000000, "Member 'CLSVolumeManager_ForceDortPPV::ViewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_GetValidVolumeByWeight \ +static_assert(alignof(CLSVolumeManager_GetValidVolumeByWeight) == 0x000008, "Wrong alignment on CLSVolumeManager_GetValidVolumeByWeight"); \ +static_assert(sizeof(CLSVolumeManager_GetValidVolumeByWeight) == 0x000068, "Wrong size on CLSVolumeManager_GetValidVolumeByWeight"); \ +static_assert(offsetof(CLSVolumeManager_GetValidVolumeByWeight, position) == 0x000000, "Member 'CLSVolumeManager_GetValidVolumeByWeight::position' has a wrong offset!"); \ +static_assert(offsetof(CLSVolumeManager_GetValidVolumeByWeight, ReturnValue) == 0x000018, "Member 'CLSVolumeManager_GetValidVolumeByWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_InitializeVolumes \ +static_assert(alignof(CLSVolumeManager_InitializeVolumes) == 0x000008, "Wrong alignment on CLSVolumeManager_InitializeVolumes"); \ +static_assert(sizeof(CLSVolumeManager_InitializeVolumes) == 0x000008, "Wrong size on CLSVolumeManager_InitializeVolumes"); \ +static_assert(offsetof(CLSVolumeManager_InitializeVolumes, InVolume) == 0x000000, "Member 'CLSVolumeManager_InitializeVolumes::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_SetLightManagerActive \ +static_assert(alignof(CLSVolumeManager_SetLightManagerActive) == 0x000001, "Wrong alignment on CLSVolumeManager_SetLightManagerActive"); \ +static_assert(sizeof(CLSVolumeManager_SetLightManagerActive) == 0x000001, "Wrong size on CLSVolumeManager_SetLightManagerActive"); \ +static_assert(offsetof(CLSVolumeManager_SetLightManagerActive, NewActive) == 0x000000, "Member 'CLSVolumeManager_SetLightManagerActive::NewActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_SwitchToValidLightAndFog \ +static_assert(alignof(CLSVolumeManager_SwitchToValidLightAndFog) == 0x000008, "Wrong alignment on CLSVolumeManager_SwitchToValidLightAndFog"); \ +static_assert(sizeof(CLSVolumeManager_SwitchToValidLightAndFog) == 0x000018, "Wrong size on CLSVolumeManager_SwitchToValidLightAndFog"); \ +static_assert(offsetof(CLSVolumeManager_SwitchToValidLightAndFog, position) == 0x000000, "Member 'CLSVolumeManager_SwitchToValidLightAndFog::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_UpdateVolume \ +static_assert(alignof(CLSVolumeManager_UpdateVolume) == 0x000008, "Wrong alignment on CLSVolumeManager_UpdateVolume"); \ +static_assert(sizeof(CLSVolumeManager_UpdateVolume) == 0x000018, "Wrong size on CLSVolumeManager_UpdateVolume"); \ +static_assert(offsetof(CLSVolumeManager_UpdateVolume, position) == 0x000000, "Member 'CLSVolumeManager_UpdateVolume::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_RunVolumeProcessParameterCommand \ +static_assert(alignof(CLSVolumeManager_RunVolumeProcessParameterCommand) == 0x000008, "Wrong alignment on CLSVolumeManager_RunVolumeProcessParameterCommand"); \ +static_assert(sizeof(CLSVolumeManager_RunVolumeProcessParameterCommand) == 0x000010, "Wrong size on CLSVolumeManager_RunVolumeProcessParameterCommand"); \ +static_assert(offsetof(CLSVolumeManager_RunVolumeProcessParameterCommand, TargetParameter) == 0x000000, "Member 'CLSVolumeManager_RunVolumeProcessParameterCommand::TargetParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CLSVolumeManager_SwitchVolumeProcessParameters \ +static_assert(alignof(CLSVolumeManager_SwitchVolumeProcessParameters) == 0x000008, "Wrong alignment on CLSVolumeManager_SwitchVolumeProcessParameters"); \ +static_assert(sizeof(CLSVolumeManager_SwitchVolumeProcessParameters) == 0x000008, "Wrong size on CLSVolumeManager_SwitchVolumeProcessParameters"); \ +static_assert(offsetof(CLSVolumeManager_SwitchVolumeProcessParameters, TargetVolume) == 0x000000, "Member 'CLSVolumeManager_SwitchVolumeProcessParameters::TargetVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLSVolumeManager \ +static_assert(alignof(ACLSVolumeManager) == 0x000008, "Wrong alignment on ACLSVolumeManager"); \ +static_assert(sizeof(ACLSVolumeManager) == 0x0003E8, "Wrong size on ACLSVolumeManager"); \ +static_assert(offsetof(ACLSVolumeManager, Volumes) == 0x000288, "Member 'ACLSVolumeManager::Volumes' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, LightManager) == 0x000298, "Member 'ACLSVolumeManager::LightManager' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, VolumeManagerID) == 0x0002A0, "Member 'ACLSVolumeManager::VolumeManagerID' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, bIsSwitchActive) == 0x0002A4, "Member 'ACLSVolumeManager::bIsSwitchActive' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, bIsCheckWARP) == 0x0002A5, "Member 'ACLSVolumeManager::bIsCheckWARP' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, WARPDistance) == 0x0002A8, "Member 'ACLSVolumeManager::WARPDistance' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, bIsDebug) == 0x0002AC, "Member 'ACLSVolumeManager::bIsDebug' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, bIsForcePPV) == 0x0002AD, "Member 'ACLSVolumeManager::bIsForcePPV' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, ValidDirectionalLight) == 0x0002B0, "Member 'ACLSVolumeManager::ValidDirectionalLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, ValidSkyLight) == 0x0002B8, "Member 'ACLSVolumeManager::ValidSkyLight' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, ValidAtmosphericFog) == 0x0002C0, "Member 'ACLSVolumeManager::ValidAtmosphericFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, ValidExponentialHeightFog) == 0x0002C8, "Member 'ACLSVolumeManager::ValidExponentialHeightFog' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, ValidCLSBaseVolume) == 0x0002D0, "Member 'ACLSVolumeManager::ValidCLSBaseVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, OriginalValidCLSBaseVolume) == 0x0002E0, "Member 'ACLSVolumeManager::OriginalValidCLSBaseVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, TemplateValidCLSBaseVolume) == 0x000348, "Member 'ACLSVolumeManager::TemplateValidCLSBaseVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, TargetValidCLSBaseVolume) == 0x000350, "Member 'ACLSVolumeManager::TargetValidCLSBaseVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, TargetPlayerLocation) == 0x000378, "Member 'ACLSVolumeManager::TargetPlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, bForceUpdateVolume) == 0x000390, "Member 'ACLSVolumeManager::bForceUpdateVolume' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, LastLocation) == 0x000398, "Member 'ACLSVolumeManager::LastLocation' has a wrong offset!"); \ +static_assert(offsetof(ACLSVolumeManager, DeltaWARPDistance) == 0x0003B0, "Member 'ACLSVolumeManager::DeltaWARPDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomVariableComponent \ +static_assert(alignof(UCustomVariableComponent) == 0x000010, "Wrong alignment on UCustomVariableComponent"); \ +static_assert(sizeof(UCustomVariableComponent) == 0x000390, "Wrong size on UCustomVariableComponent"); \ +static_assert(offsetof(UCustomVariableComponent, WaterReflectionMode) == 0x0002C0, "Member 'UCustomVariableComponent::WaterReflectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, GIIntensityScale) == 0x0002C4, "Member 'UCustomVariableComponent::GIIntensityScale' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, GISpecularFactor) == 0x0002C8, "Member 'UCustomVariableComponent::GISpecularFactor' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, GIShadowIntensityScale) == 0x0002CC, "Member 'UCustomVariableComponent::GIShadowIntensityScale' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, ReflectionDiffuseBoost) == 0x0002D0, "Member 'UCustomVariableComponent::ReflectionDiffuseBoost' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, GISkyLightIntensity) == 0x0002D4, "Member 'UCustomVariableComponent::GISkyLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, GISkyLightIndirectIntensity) == 0x0002D8, "Member 'UCustomVariableComponent::GISkyLightIndirectIntensity' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, SkylightIntensityMultiplier) == 0x0002DC, "Member 'UCustomVariableComponent::SkylightIntensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, HZBTraversalRelativeDepthThickness) == 0x0002E0, "Member 'UCustomVariableComponent::HZBTraversalRelativeDepthThickness' has a wrong offset!"); \ +static_assert(offsetof(UCustomVariableComponent, LumenHZBTraversalOverride) == 0x0002E4, "Member 'UCustomVariableComponent::LumenHZBTraversalOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACVarVolume \ +static_assert(alignof(ACVarVolume) == 0x000008, "Wrong alignment on ACVarVolume"); \ +static_assert(sizeof(ACVarVolume) == 0x000330, "Wrong size on ACVarVolume"); \ +static_assert(offsetof(ACVarVolume, CVarFloats) == 0x0002C0, "Member 'ACVarVolume::CVarFloats' has a wrong offset!"); \ +static_assert(offsetof(ACVarVolume, Priority) == 0x000310, "Member 'ACVarVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(ACVarVolume, bEnableOnlyInRaytracing) == 0x000314, "Member 'ACVarVolume::bEnableOnlyInRaytracing' has a wrong offset!"); \ +static_assert(offsetof(ACVarVolume, EnableOnlyBelowQualityLevel) == 0x000318, "Member 'ACVarVolume::EnableOnlyBelowQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(ACVarVolume, RuntimeTick) == 0x00031C, "Member 'ACVarVolume::RuntimeTick' has a wrong offset!"); \ +static_assert(offsetof(ACVarVolume, IsActive) == 0x00031D, "Member 'ACVarVolume::IsActive' has a wrong offset!"); \ +static_assert(offsetof(ACVarVolume, HandlesCache) == 0x000320, "Member 'ACVarVolume::HandlesCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_ConsoleVariableManagerFuncLib \ +static_assert(alignof(UGSE_ConsoleVariableManagerFuncLib) == 0x000008, "Wrong alignment on UGSE_ConsoleVariableManagerFuncLib"); \ +static_assert(sizeof(UGSE_ConsoleVariableManagerFuncLib) == 0x000028, "Wrong size on UGSE_ConsoleVariableManagerFuncLib"); \ + +#define DUMPER7_ASSERTS_FDefaultMotionJointData \ +static_assert(alignof(FDefaultMotionJointData) == 0x000008, "Wrong alignment on FDefaultMotionJointData"); \ +static_assert(sizeof(FDefaultMotionJointData) == 0x000020, "Wrong size on FDefaultMotionJointData"); \ +static_assert(offsetof(FDefaultMotionJointData, JointLocation) == 0x000000, "Member 'FDefaultMotionJointData::JointLocation' has a wrong offset!"); \ +static_assert(offsetof(FDefaultMotionJointData, JointVelocity) == 0x000010, "Member 'FDefaultMotionJointData::JointVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchData \ +static_assert(alignof(FMotionMatchData) == 0x000008, "Wrong alignment on FMotionMatchData"); \ +static_assert(sizeof(FMotionMatchData) == 0x000018, "Wrong size on FMotionMatchData"); \ +static_assert(offsetof(FMotionMatchData, SelectedSkeletonBoneTransforms) == 0x000000, "Member 'FMotionMatchData::SelectedSkeletonBoneTransforms' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchData, ElectedSourceReference) == 0x000010, "Member 'FMotionMatchData::ElectedSourceReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerDirectionInput \ +static_assert(alignof(FPlayerDirectionInput) == 0x000010, "Wrong alignment on FPlayerDirectionInput"); \ +static_assert(sizeof(FPlayerDirectionInput) == 0x000070, "Wrong size on FPlayerDirectionInput"); \ +static_assert(offsetof(FPlayerDirectionInput, CurrentRefTransform) == 0x000000, "Member 'FPlayerDirectionInput::CurrentRefTransform' has a wrong offset!"); \ +static_assert(offsetof(FPlayerDirectionInput, AllowedTimeOffset) == 0x000060, "Member 'FPlayerDirectionInput::AllowedTimeOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputPlayerDirectionData \ +static_assert(alignof(FInputPlayerDirectionData) == 0x000008, "Wrong alignment on FInputPlayerDirectionData"); \ +static_assert(sizeof(FInputPlayerDirectionData) == 0x000028, "Wrong size on FInputPlayerDirectionData"); \ +static_assert(offsetof(FInputPlayerDirectionData, DirectionalPointsArray) == 0x000000, "Member 'FInputPlayerDirectionData::DirectionalPointsArray' has a wrong offset!"); \ +static_assert(offsetof(FInputPlayerDirectionData, FinishVector) == 0x000010, "Member 'FInputPlayerDirectionData::FinishVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletonStructure \ +static_assert(alignof(FSkeletonStructure) == 0x000008, "Wrong alignment on FSkeletonStructure"); \ +static_assert(sizeof(FSkeletonStructure) == 0x000030, "Wrong size on FSkeletonStructure"); \ +static_assert(offsetof(FSkeletonStructure, BoneTransformPosition) == 0x000000, "Member 'FSkeletonStructure::BoneTransformPosition' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonStructure, BoneTransformVelocity) == 0x000018, "Member 'FSkeletonStructure::BoneTransformVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatchResults \ +static_assert(alignof(FMatchResults) == 0x000008, "Wrong alignment on FMatchResults"); \ +static_assert(sizeof(FMatchResults) == 0x000050, "Wrong size on FMatchResults"); \ +static_assert(offsetof(FMatchResults, PlayersInputData) == 0x000000, "Member 'FMatchResults::PlayersInputData' has a wrong offset!"); \ +static_assert(offsetof(FMatchResults, PlayersPredictedInputData) == 0x000028, "Member 'FMatchResults::PlayersPredictedInputData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionAnim \ +static_assert(alignof(FMotionAnim) == 0x000008, "Wrong alignment on FMotionAnim"); \ +static_assert(sizeof(FMotionAnim) == 0x000020, "Wrong size on FMotionAnim"); \ +static_assert(offsetof(FMotionAnim, AnimationAnalyzer) == 0x000000, "Member 'FMotionAnim::AnimationAnalyzer' has a wrong offset!"); \ +static_assert(offsetof(FMotionAnim, AnimIndex) == 0x000008, "Member 'FMotionAnim::AnimIndex' has a wrong offset!"); \ +static_assert(offsetof(FMotionAnim, position) == 0x00000C, "Member 'FMotionAnim::position' has a wrong offset!"); \ +static_assert(offsetof(FMotionAnim, AllowedMotionTransitionTime) == 0x000010, "Member 'FMotionAnim::AllowedMotionTransitionTime' has a wrong offset!"); \ +static_assert(offsetof(FMotionAnim, Limit) == 0x000014, "Member 'FMotionAnim::Limit' has a wrong offset!"); \ +static_assert(offsetof(FMotionAnim, LimitOfOperation) == 0x000018, "Member 'FMotionAnim::LimitOfOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMMForLMAnimGraph \ +static_assert(alignof(FMMForLMAnimGraph) == 0x000010, "Wrong alignment on FMMForLMAnimGraph"); \ +static_assert(sizeof(FMMForLMAnimGraph) == 0x0002C0, "Wrong size on FMMForLMAnimGraph"); \ +static_assert(offsetof(FMMForLMAnimGraph, DefaultMotionJointData) == 0x000038, "Member 'FMMForLMAnimGraph::DefaultMotionJointData' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, DefaultVelocity) == 0x000058, "Member 'FMMForLMAnimGraph::DefaultVelocity' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, AnimationAnalyzer) == 0x000070, "Member 'FMMForLMAnimGraph::AnimationAnalyzer' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, AnimationPose) == 0x000078, "Member 'FMMForLMAnimGraph::AnimationPose' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, InputDesiredTransform) == 0x000090, "Member 'FMMForLMAnimGraph::InputDesiredTransform' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, InputRootTransform) == 0x0000F0, "Member 'FMMForLMAnimGraph::InputRootTransform' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, InputStrength) == 0x000150, "Member 'FMMForLMAnimGraph::InputStrength' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, PlayRate) == 0x000154, "Member 'FMMForLMAnimGraph::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, BlendTime) == 0x000158, "Member 'FMMForLMAnimGraph::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, TimeBetweenBlends) == 0x00015C, "Member 'FMMForLMAnimGraph::TimeBetweenBlends' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, bRecordAnimData) == 0x000160, "Member 'FMMForLMAnimGraph::bRecordAnimData' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, bKeepInputUnchanged) == 0x000161, "Member 'FMMForLMAnimGraph::bKeepInputUnchanged' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, CurrentAnimationReferencesIndex) == 0x000178, "Member 'FMMForLMAnimGraph::CurrentAnimationReferencesIndex' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, WorldTimer) == 0x00017C, "Member 'FMMForLMAnimGraph::WorldTimer' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, ReferenceMMTimer) == 0x000180, "Member 'FMMForLMAnimGraph::ReferenceMMTimer' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, bAllowLooping) == 0x000184, "Member 'FMMForLMAnimGraph::bAllowLooping' has a wrong offset!"); \ +static_assert(offsetof(FMMForLMAnimGraph, MotionMatchAnimationsRef) == 0x0002A8, "Member 'FMMForLMAnimGraph::MotionMatchAnimationsRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingAnimGraph \ +static_assert(alignof(FMotionMatchingAnimGraph) == 0x000010, "Wrong alignment on FMotionMatchingAnimGraph"); \ +static_assert(sizeof(FMotionMatchingAnimGraph) == 0x000250, "Wrong size on FMotionMatchingAnimGraph"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, DefaultMotionJointData) == 0x000038, "Member 'FMotionMatchingAnimGraph::DefaultMotionJointData' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, DefaultVelocity) == 0x000058, "Member 'FMotionMatchingAnimGraph::DefaultVelocity' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, AnimationAnalyzer) == 0x000070, "Member 'FMotionMatchingAnimGraph::AnimationAnalyzer' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, AnimationPose) == 0x000078, "Member 'FMotionMatchingAnimGraph::AnimationPose' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, InputDesiredTransform) == 0x000090, "Member 'FMotionMatchingAnimGraph::InputDesiredTransform' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, InputRootTransform) == 0x0000F0, "Member 'FMotionMatchingAnimGraph::InputRootTransform' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, InputStrength) == 0x000150, "Member 'FMotionMatchingAnimGraph::InputStrength' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, PlayRate) == 0x000154, "Member 'FMotionMatchingAnimGraph::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, BlendTime) == 0x000158, "Member 'FMotionMatchingAnimGraph::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, TimeBetweenBlends) == 0x00015C, "Member 'FMotionMatchingAnimGraph::TimeBetweenBlends' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, bRecordAnimData) == 0x000160, "Member 'FMotionMatchingAnimGraph::bRecordAnimData' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, bDisableMMRootMotion) == 0x000161, "Member 'FMotionMatchingAnimGraph::bDisableMMRootMotion' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, CurrentAnimationReferencesIndex) == 0x000178, "Member 'FMotionMatchingAnimGraph::CurrentAnimationReferencesIndex' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, WorldTimer) == 0x00017C, "Member 'FMotionMatchingAnimGraph::WorldTimer' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, ReferenceMMTimer) == 0x000180, "Member 'FMotionMatchingAnimGraph::ReferenceMMTimer' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, bAllowLooping) == 0x000184, "Member 'FMotionMatchingAnimGraph::bAllowLooping' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimGraph, MotionMatchAnimationsRef) == 0x000240, "Member 'FMotionMatchingAnimGraph::MotionMatchAnimationsRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingCostData \ +static_assert(alignof(FMotionMatchingCostData) == 0x000008, "Wrong alignment on FMotionMatchingCostData"); \ +static_assert(sizeof(FMotionMatchingCostData) == 0x000010, "Wrong size on FMotionMatchingCostData"); \ + +#define DUMPER7_ASSERTS_FMMKDTreeNode \ +static_assert(alignof(FMMKDTreeNode) == 0x000008, "Wrong alignment on FMMKDTreeNode"); \ +static_assert(sizeof(FMMKDTreeNode) == 0x000028, "Wrong size on FMMKDTreeNode"); \ +static_assert(offsetof(FMMKDTreeNode, AnimRefIndex) == 0x000000, "Member 'FMMKDTreeNode::AnimRefIndex' has a wrong offset!"); \ +static_assert(offsetof(FMMKDTreeNode, SplitIndex) == 0x000010, "Member 'FMMKDTreeNode::SplitIndex' has a wrong offset!"); \ +static_assert(offsetof(FMMKDTreeNode, Median) == 0x000014, "Member 'FMMKDTreeNode::Median' has a wrong offset!"); \ +static_assert(offsetof(FMMKDTreeNode, LeftIndex) == 0x000018, "Member 'FMMKDTreeNode::LeftIndex' has a wrong offset!"); \ +static_assert(offsetof(FMMKDTreeNode, RightIndex) == 0x00001C, "Member 'FMMKDTreeNode::RightIndex' has a wrong offset!"); \ +static_assert(offsetof(FMMKDTreeNode, ParentIndex) == 0x000020, "Member 'FMMKDTreeNode::ParentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingMath \ +static_assert(alignof(FMotionMatchingMath) == 0x000008, "Wrong alignment on FMotionMatchingMath"); \ +static_assert(sizeof(FMotionMatchingMath) == 0x000080, "Wrong size on FMotionMatchingMath"); \ +static_assert(offsetof(FMotionMatchingMath, SrcAnimIndex) == 0x000000, "Member 'FMotionMatchingMath::SrcAnimIndex' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingMath, StartTime) == 0x000004, "Member 'FMotionMatchingMath::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingMath, SequenceLength) == 0x000008, "Member 'FMotionMatchingMath::SequenceLength' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingMath, SerializedFeatures) == 0x000010, "Member 'FMotionMatchingMath::SerializedFeatures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMotionMatchingAnimSeqdata \ +static_assert(alignof(FMotionMatchingAnimSeqdata) == 0x000008, "Wrong alignment on FMotionMatchingAnimSeqdata"); \ +static_assert(sizeof(FMotionMatchingAnimSeqdata) == 0x000028, "Wrong size on FMotionMatchingAnimSeqdata"); \ +static_assert(offsetof(FMotionMatchingAnimSeqdata, AnimationInMemory) == 0x000000, "Member 'FMotionMatchingAnimSeqdata::AnimationInMemory' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimSeqdata, AnimationSoftPath) == 0x000008, "Member 'FMotionMatchingAnimSeqdata::AnimationSoftPath' has a wrong offset!"); \ +static_assert(offsetof(FMotionMatchingAnimSeqdata, AnimationsAssetLoadStat) == 0x000020, "Member 'FMotionMatchingAnimSeqdata::AnimationsAssetLoadStat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FilmstormFunctionLibrary_CreatePlayerInputDirection \ +static_assert(alignof(FilmstormFunctionLibrary_CreatePlayerInputDirection) == 0x000010, "Wrong alignment on FilmstormFunctionLibrary_CreatePlayerInputDirection"); \ +static_assert(sizeof(FilmstormFunctionLibrary_CreatePlayerInputDirection) == 0x000100, "Wrong size on FilmstormFunctionLibrary_CreatePlayerInputDirection"); \ +static_assert(offsetof(FilmstormFunctionLibrary_CreatePlayerInputDirection, OutConstructTargetDirection) == 0x000000, "Member 'FilmstormFunctionLibrary_CreatePlayerInputDirection::OutConstructTargetDirection' has a wrong offset!"); \ +static_assert(offsetof(FilmstormFunctionLibrary_CreatePlayerInputDirection, DesiredTransform) == 0x000030, "Member 'FilmstormFunctionLibrary_CreatePlayerInputDirection::DesiredTransform' has a wrong offset!"); \ +static_assert(offsetof(FilmstormFunctionLibrary_CreatePlayerInputDirection, RootWorldTransform) == 0x000090, "Member 'FilmstormFunctionLibrary_CreatePlayerInputDirection::RootWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FilmstormFunctionLibrary_CreatePlayerInputDirection, TargetDirectionInputStrength) == 0x0000F0, "Member 'FilmstormFunctionLibrary_CreatePlayerInputDirection::TargetDirectionInputStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFilmstormFunctionLibrary \ +static_assert(alignof(UFilmstormFunctionLibrary) == 0x000008, "Wrong alignment on UFilmstormFunctionLibrary"); \ +static_assert(sizeof(UFilmstormFunctionLibrary) == 0x000028, "Wrong size on UFilmstormFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_BlendKeyPoses \ +static_assert(alignof(MotionMatchingHelpers_BlendKeyPoses) == 0x000008, "Wrong alignment on MotionMatchingHelpers_BlendKeyPoses"); \ +static_assert(sizeof(MotionMatchingHelpers_BlendKeyPoses) == 0x000050, "Wrong size on MotionMatchingHelpers_BlendKeyPoses"); \ +static_assert(offsetof(MotionMatchingHelpers_BlendKeyPoses, PoseA) == 0x000000, "Member 'MotionMatchingHelpers_BlendKeyPoses::PoseA' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_BlendKeyPoses, PoseB) == 0x000018, "Member 'MotionMatchingHelpers_BlendKeyPoses::PoseB' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_BlendKeyPoses, alpha) == 0x000030, "Member 'MotionMatchingHelpers_BlendKeyPoses::alpha' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_BlendKeyPoses, OutBlendedKeyPose) == 0x000038, "Member 'MotionMatchingHelpers_BlendKeyPoses::OutBlendedKeyPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_CompareJointDatas \ +static_assert(alignof(MotionMatchingHelpers_CompareJointDatas) == 0x000008, "Wrong alignment on MotionMatchingHelpers_CompareJointDatas"); \ +static_assert(sizeof(MotionMatchingHelpers_CompareJointDatas) == 0x000028, "Wrong size on MotionMatchingHelpers_CompareJointDatas"); \ +static_assert(offsetof(MotionMatchingHelpers_CompareJointDatas, JointData_A) == 0x000000, "Member 'MotionMatchingHelpers_CompareJointDatas::JointData_A' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_CompareJointDatas, JointData_B) == 0x000010, "Member 'MotionMatchingHelpers_CompareJointDatas::JointData_B' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_CompareJointDatas, ReturnValue) == 0x000020, "Member 'MotionMatchingHelpers_CompareJointDatas::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_CompareTrajectories \ +static_assert(alignof(MotionMatchingHelpers_CompareTrajectories) == 0x000008, "Wrong alignment on MotionMatchingHelpers_CompareTrajectories"); \ +static_assert(sizeof(MotionMatchingHelpers_CompareTrajectories) == 0x000058, "Wrong size on MotionMatchingHelpers_CompareTrajectories"); \ +static_assert(offsetof(MotionMatchingHelpers_CompareTrajectories, InputDirectionData_A) == 0x000000, "Member 'MotionMatchingHelpers_CompareTrajectories::InputDirectionData_A' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_CompareTrajectories, InputDirectionData_B) == 0x000028, "Member 'MotionMatchingHelpers_CompareTrajectories::InputDirectionData_B' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_CompareTrajectories, ReturnValue) == 0x000050, "Member 'MotionMatchingHelpers_CompareTrajectories::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_CreateInputDirection \ +static_assert(alignof(MotionMatchingHelpers_CreateInputDirection) == 0x000010, "Wrong alignment on MotionMatchingHelpers_CreateInputDirection"); \ +static_assert(sizeof(MotionMatchingHelpers_CreateInputDirection) == 0x000100, "Wrong size on MotionMatchingHelpers_CreateInputDirection"); \ +static_assert(offsetof(MotionMatchingHelpers_CreateInputDirection, OutConstructTargetDirection) == 0x000000, "Member 'MotionMatchingHelpers_CreateInputDirection::OutConstructTargetDirection' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_CreateInputDirection, DesiredTransform) == 0x000030, "Member 'MotionMatchingHelpers_CreateInputDirection::DesiredTransform' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_CreateInputDirection, RootWorldTransform) == 0x000090, "Member 'MotionMatchingHelpers_CreateInputDirection::RootWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_CreateInputDirection, TargetDirectionInputStrength) == 0x0000F0, "Member 'MotionMatchingHelpers_CreateInputDirection::TargetDirectionInputStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_ExtractAnimInputDirection \ +static_assert(alignof(MotionMatchingHelpers_ExtractAnimInputDirection) == 0x000008, "Wrong alignment on MotionMatchingHelpers_ExtractAnimInputDirection"); \ +static_assert(sizeof(MotionMatchingHelpers_ExtractAnimInputDirection) == 0x000038, "Wrong size on MotionMatchingHelpers_ExtractAnimInputDirection"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractAnimInputDirection, DeliveredVelocityViaAnimBonesLocalVelocityData) == 0x000000, "Member 'MotionMatchingHelpers_ExtractAnimInputDirection::DeliveredVelocityViaAnimBonesLocalVelocityData' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractAnimInputDirection, InSequence) == 0x000028, "Member 'MotionMatchingHelpers_ExtractAnimInputDirection::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractAnimInputDirection, ClockInGame) == 0x000030, "Member 'MotionMatchingHelpers_ExtractAnimInputDirection::ClockInGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_ExtractAnimSmoothedRotation \ +static_assert(alignof(MotionMatchingHelpers_ExtractAnimSmoothedRotation) == 0x000010, "Wrong alignment on MotionMatchingHelpers_ExtractAnimSmoothedRotation"); \ +static_assert(sizeof(MotionMatchingHelpers_ExtractAnimSmoothedRotation) == 0x000030, "Wrong size on MotionMatchingHelpers_ExtractAnimSmoothedRotation"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractAnimSmoothedRotation, DeliveredRotation) == 0x000000, "Member 'MotionMatchingHelpers_ExtractAnimSmoothedRotation::DeliveredRotation' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractAnimSmoothedRotation, InSequence) == 0x000020, "Member 'MotionMatchingHelpers_ExtractAnimSmoothedRotation::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractAnimSmoothedRotation, ClockInGame) == 0x000028, "Member 'MotionMatchingHelpers_ExtractAnimSmoothedRotation::ClockInGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_ExtractLMAnimInputDirection \ +static_assert(alignof(MotionMatchingHelpers_ExtractLMAnimInputDirection) == 0x000008, "Wrong alignment on MotionMatchingHelpers_ExtractLMAnimInputDirection"); \ +static_assert(sizeof(MotionMatchingHelpers_ExtractLMAnimInputDirection) == 0x000038, "Wrong size on MotionMatchingHelpers_ExtractLMAnimInputDirection"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractLMAnimInputDirection, DeliveredVelocityViaAnimBonesLocalVelocityData) == 0x000000, "Member 'MotionMatchingHelpers_ExtractLMAnimInputDirection::DeliveredVelocityViaAnimBonesLocalVelocityData' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractLMAnimInputDirection, InSequence) == 0x000028, "Member 'MotionMatchingHelpers_ExtractLMAnimInputDirection::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_ExtractLMAnimInputDirection, ClockInGame) == 0x000030, "Member 'MotionMatchingHelpers_ExtractLMAnimInputDirection::ClockInGame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetAnimBoneLocalTransform \ +static_assert(alignof(MotionMatchingHelpers_GetAnimBoneLocalTransform) == 0x000010, "Wrong alignment on MotionMatchingHelpers_GetAnimBoneLocalTransform"); \ +static_assert(sizeof(MotionMatchingHelpers_GetAnimBoneLocalTransform) == 0x000080, "Wrong size on MotionMatchingHelpers_GetAnimBoneLocalTransform"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalTransform, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetAnimBoneLocalTransform::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalTransform, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetAnimBoneLocalTransform::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalTransform, CurrentSkeletonTrackIndex) == 0x00000C, "Member 'MotionMatchingHelpers_GetAnimBoneLocalTransform::CurrentSkeletonTrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalTransform, CurSkelIndex) == 0x000010, "Member 'MotionMatchingHelpers_GetAnimBoneLocalTransform::CurSkelIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalTransform, CalculatedTransformMM) == 0x000020, "Member 'MotionMatchingHelpers_GetAnimBoneLocalTransform::CalculatedTransformMM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetAnimBoneLocalVel \ +static_assert(alignof(MotionMatchingHelpers_GetAnimBoneLocalVel) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetAnimBoneLocalVel"); \ +static_assert(sizeof(MotionMatchingHelpers_GetAnimBoneLocalVel) == 0x000030, "Wrong size on MotionMatchingHelpers_GetAnimBoneLocalVel"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalVel, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetAnimBoneLocalVel::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalVel, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetAnimBoneLocalVel::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalVel, CurrentSkeletonTrackIndex) == 0x00000C, "Member 'MotionMatchingHelpers_GetAnimBoneLocalVel::CurrentSkeletonTrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalVel, CurSkelIndex) == 0x000010, "Member 'MotionMatchingHelpers_GetAnimBoneLocalVel::CurSkelIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneLocalVel, DeliveredVelocityViaAnimBonesLocalVel) == 0x000018, "Member 'MotionMatchingHelpers_GetAnimBoneLocalVel::DeliveredVelocityViaAnimBonesLocalVel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetAnimBoneWorldTransform \ +static_assert(alignof(MotionMatchingHelpers_GetAnimBoneWorldTransform) == 0x000010, "Wrong alignment on MotionMatchingHelpers_GetAnimBoneWorldTransform"); \ +static_assert(sizeof(MotionMatchingHelpers_GetAnimBoneWorldTransform) == 0x000080, "Wrong size on MotionMatchingHelpers_GetAnimBoneWorldTransform"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneWorldTransform, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetAnimBoneWorldTransform::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneWorldTransform, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetAnimBoneWorldTransform::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneWorldTransform, CurrentSkeletonTrackIndex) == 0x00000C, "Member 'MotionMatchingHelpers_GetAnimBoneWorldTransform::CurrentSkeletonTrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneWorldTransform, CurSkelIndex) == 0x000010, "Member 'MotionMatchingHelpers_GetAnimBoneWorldTransform::CurSkelIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimBoneWorldTransform, CalculatedTransformMM) == 0x000020, "Member 'MotionMatchingHelpers_GetAnimBoneWorldTransform::CalculatedTransformMM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetAnimJointData \ +static_assert(alignof(MotionMatchingHelpers_GetAnimJointData) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetAnimJointData"); \ +static_assert(sizeof(MotionMatchingHelpers_GetAnimJointData) == 0x000048, "Wrong size on MotionMatchingHelpers_GetAnimJointData"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointData, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetAnimJointData::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointData, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetAnimJointData::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointData, BoneIndex) == 0x00000C, "Member 'MotionMatchingHelpers_GetAnimJointData::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointData, DeliveredAnimationReferencesForSkelRef) == 0x000010, "Member 'MotionMatchingHelpers_GetAnimJointData::DeliveredAnimationReferencesForSkelRef' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointData, InDeltaTime) == 0x000040, "Member 'MotionMatchingHelpers_GetAnimJointData::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetAnimJointDataByName \ +static_assert(alignof(MotionMatchingHelpers_GetAnimJointDataByName) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetAnimJointDataByName"); \ +static_assert(sizeof(MotionMatchingHelpers_GetAnimJointDataByName) == 0x000050, "Wrong size on MotionMatchingHelpers_GetAnimJointDataByName"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointDataByName, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetAnimJointDataByName::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointDataByName, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetAnimJointDataByName::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointDataByName, BoneName) == 0x00000C, "Member 'MotionMatchingHelpers_GetAnimJointDataByName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointDataByName, DeliveredAnimationReferencesForSkelRef) == 0x000018, "Member 'MotionMatchingHelpers_GetAnimJointDataByName::DeliveredAnimationReferencesForSkelRef' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimJointDataByName, InDeltaTime) == 0x000048, "Member 'MotionMatchingHelpers_GetAnimJointDataByName::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetAnimVelocityReferenceClock \ +static_assert(alignof(MotionMatchingHelpers_GetAnimVelocityReferenceClock) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetAnimVelocityReferenceClock"); \ +static_assert(sizeof(MotionMatchingHelpers_GetAnimVelocityReferenceClock) == 0x000028, "Wrong size on MotionMatchingHelpers_GetAnimVelocityReferenceClock"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimVelocityReferenceClock, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetAnimVelocityReferenceClock::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimVelocityReferenceClock, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetAnimVelocityReferenceClock::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetAnimVelocityReferenceClock, DeliveredVelocityViaAnimBonesLocalVelocity) == 0x000010, "Member 'MotionMatchingHelpers_GetAnimVelocityReferenceClock::DeliveredVelocityViaAnimBonesLocalVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetDataFromAnimation \ +static_assert(alignof(MotionMatchingHelpers_GetDataFromAnimation) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetDataFromAnimation"); \ +static_assert(sizeof(MotionMatchingHelpers_GetDataFromAnimation) == 0x000080, "Wrong size on MotionMatchingHelpers_GetDataFromAnimation"); \ +static_assert(offsetof(MotionMatchingHelpers_GetDataFromAnimation, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetDataFromAnimation::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetDataFromAnimation, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetDataFromAnimation::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetDataFromAnimation, SkeletonRuntimeIndex) == 0x000010, "Member 'MotionMatchingHelpers_GetDataFromAnimation::SkeletonRuntimeIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetDataFromAnimation, OutPresentInputDirection) == 0x000020, "Member 'MotionMatchingHelpers_GetDataFromAnimation::OutPresentInputDirection' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetDataFromAnimation, OutFutureInputDirection) == 0x000048, "Member 'MotionMatchingHelpers_GetDataFromAnimation::OutFutureInputDirection' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetDataFromAnimation, DeliveredAnimationReferencesForSkelRef) == 0x000070, "Member 'MotionMatchingHelpers_GetDataFromAnimation::DeliveredAnimationReferencesForSkelRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetKeyPoseDataFromAnim \ +static_assert(alignof(MotionMatchingHelpers_GetKeyPoseDataFromAnim) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetKeyPoseDataFromAnim"); \ +static_assert(sizeof(MotionMatchingHelpers_GetKeyPoseDataFromAnim) == 0x000038, "Wrong size on MotionMatchingHelpers_GetKeyPoseDataFromAnim"); \ +static_assert(offsetof(MotionMatchingHelpers_GetKeyPoseDataFromAnim, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetKeyPoseDataFromAnim::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetKeyPoseDataFromAnim, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetKeyPoseDataFromAnim::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetKeyPoseDataFromAnim, ToBeRefAgainst) == 0x000010, "Member 'MotionMatchingHelpers_GetKeyPoseDataFromAnim::ToBeRefAgainst' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetKeyPoseDataFromAnim, CalculatedMMData) == 0x000020, "Member 'MotionMatchingHelpers_GetKeyPoseDataFromAnim::CalculatedMMData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetLastInputDirectionTransform \ +static_assert(alignof(MotionMatchingHelpers_GetLastInputDirectionTransform) == 0x000010, "Wrong alignment on MotionMatchingHelpers_GetLastInputDirectionTransform"); \ +static_assert(sizeof(MotionMatchingHelpers_GetLastInputDirectionTransform) == 0x000090, "Wrong size on MotionMatchingHelpers_GetLastInputDirectionTransform"); \ +static_assert(offsetof(MotionMatchingHelpers_GetLastInputDirectionTransform, InputDirection) == 0x000000, "Member 'MotionMatchingHelpers_GetLastInputDirectionTransform::InputDirection' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetLastInputDirectionTransform, ReturnValue) == 0x000030, "Member 'MotionMatchingHelpers_GetLastInputDirectionTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetLMAnimVelocityReferenceClock \ +static_assert(alignof(MotionMatchingHelpers_GetLMAnimVelocityReferenceClock) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetLMAnimVelocityReferenceClock"); \ +static_assert(sizeof(MotionMatchingHelpers_GetLMAnimVelocityReferenceClock) == 0x000028, "Wrong size on MotionMatchingHelpers_GetLMAnimVelocityReferenceClock"); \ +static_assert(offsetof(MotionMatchingHelpers_GetLMAnimVelocityReferenceClock, InSequence) == 0x000000, "Member 'MotionMatchingHelpers_GetLMAnimVelocityReferenceClock::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetLMAnimVelocityReferenceClock, ReferenceClock) == 0x000008, "Member 'MotionMatchingHelpers_GetLMAnimVelocityReferenceClock::ReferenceClock' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_GetLMAnimVelocityReferenceClock, DeliveredVelocityViaAnimBonesLocalVelocity) == 0x000010, "Member 'MotionMatchingHelpers_GetLMAnimVelocityReferenceClock::DeliveredVelocityViaAnimBonesLocalVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_GetMMAnimDataRecordFilePath \ +static_assert(alignof(MotionMatchingHelpers_GetMMAnimDataRecordFilePath) == 0x000008, "Wrong alignment on MotionMatchingHelpers_GetMMAnimDataRecordFilePath"); \ +static_assert(sizeof(MotionMatchingHelpers_GetMMAnimDataRecordFilePath) == 0x000010, "Wrong size on MotionMatchingHelpers_GetMMAnimDataRecordFilePath"); \ +static_assert(offsetof(MotionMatchingHelpers_GetMMAnimDataRecordFilePath, ReturnValue) == 0x000000, "Member 'MotionMatchingHelpers_GetMMAnimDataRecordFilePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionMatchingHelpers_MakeInputDirectionData \ +static_assert(alignof(MotionMatchingHelpers_MakeInputDirectionData) == 0x000008, "Wrong alignment on MotionMatchingHelpers_MakeInputDirectionData"); \ +static_assert(sizeof(MotionMatchingHelpers_MakeInputDirectionData) == 0x000050, "Wrong size on MotionMatchingHelpers_MakeInputDirectionData"); \ +static_assert(offsetof(MotionMatchingHelpers_MakeInputDirectionData, OutInputDirection) == 0x000000, "Member 'MotionMatchingHelpers_MakeInputDirectionData::OutInputDirection' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_MakeInputDirectionData, VectorsWeHaveLeftBehind) == 0x000028, "Member 'MotionMatchingHelpers_MakeInputDirectionData::VectorsWeHaveLeftBehind' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_MakeInputDirectionData, CheckTheseAgainstVWHLB) == 0x000038, "Member 'MotionMatchingHelpers_MakeInputDirectionData::CheckTheseAgainstVWHLB' has a wrong offset!"); \ +static_assert(offsetof(MotionMatchingHelpers_MakeInputDirectionData, ReturnValue) == 0x000048, "Member 'MotionMatchingHelpers_MakeInputDirectionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMotionMatchingHelpers \ +static_assert(alignof(UMotionMatchingHelpers) == 0x000008, "Wrong alignment on UMotionMatchingHelpers"); \ +static_assert(sizeof(UMotionMatchingHelpers) == 0x000028, "Wrong size on UMotionMatchingHelpers"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_AnalyzerAnimationReferences \ +static_assert(alignof(AnimationAnalyzer_AnalyzerAnimationReferences) == 0x000004, "Wrong alignment on AnimationAnalyzer_AnalyzerAnimationReferences"); \ +static_assert(sizeof(AnimationAnalyzer_AnalyzerAnimationReferences) == 0x000004, "Wrong size on AnimationAnalyzer_AnalyzerAnimationReferences"); \ +static_assert(offsetof(AnimationAnalyzer_AnalyzerAnimationReferences, CurrentReferenceAnimation) == 0x000000, "Member 'AnimationAnalyzer_AnalyzerAnimationReferences::CurrentReferenceAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_AnimationCalculationsAccepted \ +static_assert(alignof(AnimationAnalyzer_AnimationCalculationsAccepted) == 0x000004, "Wrong alignment on AnimationAnalyzer_AnimationCalculationsAccepted"); \ +static_assert(sizeof(AnimationAnalyzer_AnimationCalculationsAccepted) == 0x000008, "Wrong size on AnimationAnalyzer_AnimationCalculationsAccepted"); \ +static_assert(offsetof(AnimationAnalyzer_AnimationCalculationsAccepted, Ref) == 0x000000, "Member 'AnimationAnalyzer_AnimationCalculationsAccepted::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_AnimationCalculationsAccepted, ReturnValue) == 0x000004, "Member 'AnimationAnalyzer_AnimationCalculationsAccepted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_AnimationContextIsValid \ +static_assert(alignof(AnimationAnalyzer_AnimationContextIsValid) == 0x000004, "Wrong alignment on AnimationAnalyzer_AnimationContextIsValid"); \ +static_assert(sizeof(AnimationAnalyzer_AnimationContextIsValid) == 0x000008, "Wrong size on AnimationAnalyzer_AnimationContextIsValid"); \ +static_assert(offsetof(AnimationAnalyzer_AnimationContextIsValid, CurrentAnimationRef) == 0x000000, "Member 'AnimationAnalyzer_AnimationContextIsValid::CurrentAnimationRef' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_AnimationContextIsValid, ReturnValue) == 0x000004, "Member 'AnimationAnalyzer_AnimationContextIsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_AnimationReferenceIsValid \ +static_assert(alignof(AnimationAnalyzer_AnimationReferenceIsValid) == 0x000004, "Wrong alignment on AnimationAnalyzer_AnimationReferenceIsValid"); \ +static_assert(sizeof(AnimationAnalyzer_AnimationReferenceIsValid) == 0x000008, "Wrong size on AnimationAnalyzer_AnimationReferenceIsValid"); \ +static_assert(offsetof(AnimationAnalyzer_AnimationReferenceIsValid, CurrentAnimationRef) == 0x000000, "Member 'AnimationAnalyzer_AnimationReferenceIsValid::CurrentAnimationRef' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_AnimationReferenceIsValid, ReturnValue) == 0x000004, "Member 'AnimationAnalyzer_AnimationReferenceIsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset \ +static_assert(alignof(AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset) == 0x000004, "Wrong alignment on AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset"); \ +static_assert(sizeof(AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset) == 0x000008, "Wrong size on AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset"); \ +static_assert(offsetof(AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset, Ref) == 0x000000, "Member 'AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset, ReturnValue) == 0x000004, "Member 'AnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_CleanAnimationReferences \ +static_assert(alignof(AnimationAnalyzer_CleanAnimationReferences) == 0x000004, "Wrong alignment on AnimationAnalyzer_CleanAnimationReferences"); \ +static_assert(sizeof(AnimationAnalyzer_CleanAnimationReferences) == 0x000004, "Wrong size on AnimationAnalyzer_CleanAnimationReferences"); \ +static_assert(offsetof(AnimationAnalyzer_CleanAnimationReferences, CurrentReferenceAnimation) == 0x000000, "Member 'AnimationAnalyzer_CleanAnimationReferences::CurrentReferenceAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_ConstructAnimationReferences \ +static_assert(alignof(AnimationAnalyzer_ConstructAnimationReferences) == 0x000004, "Wrong alignment on AnimationAnalyzer_ConstructAnimationReferences"); \ +static_assert(sizeof(AnimationAnalyzer_ConstructAnimationReferences) == 0x000004, "Wrong size on AnimationAnalyzer_ConstructAnimationReferences"); \ +static_assert(offsetof(AnimationAnalyzer_ConstructAnimationReferences, FromSourceAnimation) == 0x000000, "Member 'AnimationAnalyzer_ConstructAnimationReferences::FromSourceAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_CountAnimationReferences \ +static_assert(alignof(AnimationAnalyzer_CountAnimationReferences) == 0x000004, "Wrong alignment on AnimationAnalyzer_CountAnimationReferences"); \ +static_assert(sizeof(AnimationAnalyzer_CountAnimationReferences) == 0x000004, "Wrong size on AnimationAnalyzer_CountAnimationReferences"); \ +static_assert(offsetof(AnimationAnalyzer_CountAnimationReferences, ReturnValue) == 0x000000, "Member 'AnimationAnalyzer_CountAnimationReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_FindAnimationFromSequence \ +static_assert(alignof(AnimationAnalyzer_FindAnimationFromSequence) == 0x000008, "Wrong alignment on AnimationAnalyzer_FindAnimationFromSequence"); \ +static_assert(sizeof(AnimationAnalyzer_FindAnimationFromSequence) == 0x000010, "Wrong size on AnimationAnalyzer_FindAnimationFromSequence"); \ +static_assert(offsetof(AnimationAnalyzer_FindAnimationFromSequence, CurrentAnimationRef) == 0x000000, "Member 'AnimationAnalyzer_FindAnimationFromSequence::CurrentAnimationRef' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_FindAnimationFromSequence, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_FindAnimationFromSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_FindAnimationsAtDesiredReferences \ +static_assert(alignof(AnimationAnalyzer_FindAnimationsAtDesiredReferences) == 0x000008, "Wrong alignment on AnimationAnalyzer_FindAnimationsAtDesiredReferences"); \ +static_assert(sizeof(AnimationAnalyzer_FindAnimationsAtDesiredReferences) == 0x000010, "Wrong size on AnimationAnalyzer_FindAnimationsAtDesiredReferences"); \ +static_assert(offsetof(AnimationAnalyzer_FindAnimationsAtDesiredReferences, Ref) == 0x000000, "Member 'AnimationAnalyzer_FindAnimationsAtDesiredReferences::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_FindAnimationsAtDesiredReferences, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_FindAnimationsAtDesiredReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_FindUserSelectedBones \ +static_assert(alignof(AnimationAnalyzer_FindUserSelectedBones) == 0x000004, "Wrong alignment on AnimationAnalyzer_FindUserSelectedBones"); \ +static_assert(sizeof(AnimationAnalyzer_FindUserSelectedBones) == 0x000004, "Wrong size on AnimationAnalyzer_FindUserSelectedBones"); \ +static_assert(offsetof(AnimationAnalyzer_FindUserSelectedBones, ReturnValue) == 0x000000, "Member 'AnimationAnalyzer_FindUserSelectedBones::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_FindUsersSkeletonBoneNames \ +static_assert(alignof(AnimationAnalyzer_FindUsersSkeletonBoneNames) == 0x000004, "Wrong alignment on AnimationAnalyzer_FindUsersSkeletonBoneNames"); \ +static_assert(sizeof(AnimationAnalyzer_FindUsersSkeletonBoneNames) == 0x00000C, "Wrong size on AnimationAnalyzer_FindUsersSkeletonBoneNames"); \ +static_assert(offsetof(AnimationAnalyzer_FindUsersSkeletonBoneNames, ReferencedBone) == 0x000000, "Member 'AnimationAnalyzer_FindUsersSkeletonBoneNames::ReferencedBone' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_FindUsersSkeletonBoneNames, ReturnValue) == 0x000004, "Member 'AnimationAnalyzer_FindUsersSkeletonBoneNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_GatherSkeletonInfo \ +static_assert(alignof(AnimationAnalyzer_GatherSkeletonInfo) == 0x000008, "Wrong alignment on AnimationAnalyzer_GatherSkeletonInfo"); \ +static_assert(sizeof(AnimationAnalyzer_GatherSkeletonInfo) == 0x000028, "Wrong size on AnimationAnalyzer_GatherSkeletonInfo"); \ +static_assert(offsetof(AnimationAnalyzer_GatherSkeletonInfo, UserSkeleton) == 0x000000, "Member 'AnimationAnalyzer_GatherSkeletonInfo::UserSkeleton' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_GatherSkeletonInfo, SelectedJoints) == 0x000008, "Member 'AnimationAnalyzer_GatherSkeletonInfo::SelectedJoints' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_GatherSkeletonInfo, BoneWeights) == 0x000018, "Member 'AnimationAnalyzer_GatherSkeletonInfo::BoneWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_GetAnimationAnalyzerSkeleton \ +static_assert(alignof(AnimationAnalyzer_GetAnimationAnalyzerSkeleton) == 0x000008, "Wrong alignment on AnimationAnalyzer_GetAnimationAnalyzerSkeleton"); \ +static_assert(sizeof(AnimationAnalyzer_GetAnimationAnalyzerSkeleton) == 0x000008, "Wrong size on AnimationAnalyzer_GetAnimationAnalyzerSkeleton"); \ +static_assert(offsetof(AnimationAnalyzer_GetAnimationAnalyzerSkeleton, ReturnValue) == 0x000000, "Member 'AnimationAnalyzer_GetAnimationAnalyzerSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_GetAnimationCount \ +static_assert(alignof(AnimationAnalyzer_GetAnimationCount) == 0x000004, "Wrong alignment on AnimationAnalyzer_GetAnimationCount"); \ +static_assert(sizeof(AnimationAnalyzer_GetAnimationCount) == 0x000004, "Wrong size on AnimationAnalyzer_GetAnimationCount"); \ +static_assert(offsetof(AnimationAnalyzer_GetAnimationCount, ReturnValue) == 0x000000, "Member 'AnimationAnalyzer_GetAnimationCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_GetAnimationShowNameInEditor \ +static_assert(alignof(AnimationAnalyzer_GetAnimationShowNameInEditor) == 0x000008, "Wrong alignment on AnimationAnalyzer_GetAnimationShowNameInEditor"); \ +static_assert(sizeof(AnimationAnalyzer_GetAnimationShowNameInEditor) == 0x000020, "Wrong size on AnimationAnalyzer_GetAnimationShowNameInEditor"); \ +static_assert(offsetof(AnimationAnalyzer_GetAnimationShowNameInEditor, Ref) == 0x000000, "Member 'AnimationAnalyzer_GetAnimationShowNameInEditor::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_GetAnimationShowNameInEditor, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_GetAnimationShowNameInEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_GetSoftPathByIndex \ +static_assert(alignof(AnimationAnalyzer_GetSoftPathByIndex) == 0x000008, "Wrong alignment on AnimationAnalyzer_GetSoftPathByIndex"); \ +static_assert(sizeof(AnimationAnalyzer_GetSoftPathByIndex) == 0x000020, "Wrong size on AnimationAnalyzer_GetSoftPathByIndex"); \ +static_assert(offsetof(AnimationAnalyzer_GetSoftPathByIndex, Ref) == 0x000000, "Member 'AnimationAnalyzer_GetSoftPathByIndex::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_GetSoftPathByIndex, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_GetSoftPathByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_HasSequence \ +static_assert(alignof(AnimationAnalyzer_HasSequence) == 0x000004, "Wrong alignment on AnimationAnalyzer_HasSequence"); \ +static_assert(sizeof(AnimationAnalyzer_HasSequence) == 0x00000C, "Wrong size on AnimationAnalyzer_HasSequence"); \ +static_assert(offsetof(AnimationAnalyzer_HasSequence, SequenceName) == 0x000000, "Member 'AnimationAnalyzer_HasSequence::SequenceName' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_HasSequence, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_HasSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_IsAnimationExtracted \ +static_assert(alignof(AnimationAnalyzer_IsAnimationExtracted) == 0x000004, "Wrong alignment on AnimationAnalyzer_IsAnimationExtracted"); \ +static_assert(sizeof(AnimationAnalyzer_IsAnimationExtracted) == 0x000010, "Wrong size on AnimationAnalyzer_IsAnimationExtracted"); \ +static_assert(offsetof(AnimationAnalyzer_IsAnimationExtracted, AnimationRef) == 0x000000, "Member 'AnimationAnalyzer_IsAnimationExtracted::AnimationRef' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_IsAnimationExtracted, WorldTime) == 0x000008, "Member 'AnimationAnalyzer_IsAnimationExtracted::WorldTime' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_IsAnimationExtracted, ReturnValue) == 0x00000C, "Member 'AnimationAnalyzer_IsAnimationExtracted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_IsAnimMathDataValid \ +static_assert(alignof(AnimationAnalyzer_IsAnimMathDataValid) == 0x000001, "Wrong alignment on AnimationAnalyzer_IsAnimMathDataValid"); \ +static_assert(sizeof(AnimationAnalyzer_IsAnimMathDataValid) == 0x000001, "Wrong size on AnimationAnalyzer_IsAnimMathDataValid"); \ +static_assert(offsetof(AnimationAnalyzer_IsAnimMathDataValid, ReturnValue) == 0x000000, "Member 'AnimationAnalyzer_IsAnimMathDataValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_IsUseLMAnim \ +static_assert(alignof(AnimationAnalyzer_IsUseLMAnim) == 0x000001, "Wrong alignment on AnimationAnalyzer_IsUseLMAnim"); \ +static_assert(sizeof(AnimationAnalyzer_IsUseLMAnim) == 0x000001, "Wrong size on AnimationAnalyzer_IsUseLMAnim"); \ +static_assert(offsetof(AnimationAnalyzer_IsUseLMAnim, ReturnValue) == 0x000000, "Member 'AnimationAnalyzer_IsUseLMAnim::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_MatchAnimationByKDTree \ +static_assert(alignof(AnimationAnalyzer_MatchAnimationByKDTree) == 0x000008, "Wrong alignment on AnimationAnalyzer_MatchAnimationByKDTree"); \ +static_assert(sizeof(AnimationAnalyzer_MatchAnimationByKDTree) == 0x000060, "Wrong size on AnimationAnalyzer_MatchAnimationByKDTree"); \ +static_assert(offsetof(AnimationAnalyzer_MatchAnimationByKDTree, VelocityStrength) == 0x000000, "Member 'AnimationAnalyzer_MatchAnimationByKDTree::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_MatchAnimationByKDTree, InputDirection) == 0x000008, "Member 'AnimationAnalyzer_MatchAnimationByKDTree::InputDirection' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_MatchAnimationByKDTree, MotionJointData) == 0x000030, "Member 'AnimationAnalyzer_MatchAnimationByKDTree::MotionJointData' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_MatchAnimationByKDTree, PresentVel) == 0x000040, "Member 'AnimationAnalyzer_MatchAnimationByKDTree::PresentVel' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_MatchAnimationByKDTree, MinSquareDis) == 0x000058, "Member 'AnimationAnalyzer_MatchAnimationByKDTree::MinSquareDis' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_MatchAnimationByKDTree, ReturnValue) == 0x00005C, "Member 'AnimationAnalyzer_MatchAnimationByKDTree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner \ +static_assert(alignof(AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner) == 0x000008, "Wrong alignment on AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner"); \ +static_assert(sizeof(AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner) == 0x000010, "Wrong size on AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner"); \ +static_assert(offsetof(AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner, Ref) == 0x000000, "Member 'AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner, Owner) == 0x000008, "Member 'AnimationAnalyzer_MMAnimationSeqUsingNotify_Inner::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_NewAnimationReference \ +static_assert(alignof(AnimationAnalyzer_NewAnimationReference) == 0x000008, "Wrong alignment on AnimationAnalyzer_NewAnimationReference"); \ +static_assert(sizeof(AnimationAnalyzer_NewAnimationReference) == 0x000010, "Wrong size on AnimationAnalyzer_NewAnimationReference"); \ +static_assert(offsetof(AnimationAnalyzer_NewAnimationReference, ProvidedAnimationsByUser) == 0x000000, "Member 'AnimationAnalyzer_NewAnimationReference::ProvidedAnimationsByUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_OnAnimationAssetLoadStatChange \ +static_assert(alignof(AnimationAnalyzer_OnAnimationAssetLoadStatChange) == 0x000008, "Wrong alignment on AnimationAnalyzer_OnAnimationAssetLoadStatChange"); \ +static_assert(sizeof(AnimationAnalyzer_OnAnimationAssetLoadStatChange) == 0x000010, "Wrong size on AnimationAnalyzer_OnAnimationAssetLoadStatChange"); \ +static_assert(offsetof(AnimationAnalyzer_OnAnimationAssetLoadStatChange, Ref) == 0x000000, "Member 'AnimationAnalyzer_OnAnimationAssetLoadStatChange::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_OnAnimationAssetLoadStatChange, Stat) == 0x000004, "Member 'AnimationAnalyzer_OnAnimationAssetLoadStatChange::Stat' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_OnAnimationAssetLoadStatChange, Anim) == 0x000008, "Member 'AnimationAnalyzer_OnAnimationAssetLoadStatChange::Anim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_RemoveAnimationReference \ +static_assert(alignof(AnimationAnalyzer_RemoveAnimationReference) == 0x000004, "Wrong alignment on AnimationAnalyzer_RemoveAnimationReference"); \ +static_assert(sizeof(AnimationAnalyzer_RemoveAnimationReference) == 0x000004, "Wrong size on AnimationAnalyzer_RemoveAnimationReference"); \ +static_assert(offsetof(AnimationAnalyzer_RemoveAnimationReference, CurrentAnimationRef) == 0x000000, "Member 'AnimationAnalyzer_RemoveAnimationReference::CurrentAnimationRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences \ +static_assert(alignof(AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences) == 0x000008, "Wrong alignment on AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences"); \ +static_assert(sizeof(AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences) == 0x000018, "Wrong size on AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences"); \ +static_assert(offsetof(AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences, Ref) == 0x000000, "Member 'AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences::Ref' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences, bLoadAll) == 0x000004, "Member 'AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences::bLoadAll' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences, AnimInst) == 0x000008, "Member 'AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences, ReturnValue) == 0x000010, "Member 'AnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_SetUseLMAnim \ +static_assert(alignof(AnimationAnalyzer_SetUseLMAnim) == 0x000001, "Wrong alignment on AnimationAnalyzer_SetUseLMAnim"); \ +static_assert(sizeof(AnimationAnalyzer_SetUseLMAnim) == 0x000001, "Wrong size on AnimationAnalyzer_SetUseLMAnim"); \ +static_assert(offsetof(AnimationAnalyzer_SetUseLMAnim, bUse) == 0x000000, "Member 'AnimationAnalyzer_SetUseLMAnim::bUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_StructureForAnimationCalculations \ +static_assert(alignof(AnimationAnalyzer_StructureForAnimationCalculations) == 0x000008, "Wrong alignment on AnimationAnalyzer_StructureForAnimationCalculations"); \ +static_assert(sizeof(AnimationAnalyzer_StructureForAnimationCalculations) == 0x000080, "Wrong size on AnimationAnalyzer_StructureForAnimationCalculations"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, ControllerInputReactionSpeedCustom) == 0x000000, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::ControllerInputReactionSpeedCustom' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, ControllerRotateReactionSpeedCustom) == 0x000004, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::ControllerRotateReactionSpeedCustom' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, VelocityStrength) == 0x000008, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::VelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, AnimationMatchPower) == 0x00000C, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::AnimationMatchPower' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, InputDirection) == 0x000010, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::InputDirection' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, AllAnimationReferences) == 0x000038, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::AllAnimationReferences' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, PresentVel) == 0x000048, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::PresentVel' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, BlendTime) == 0x000060, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, CalculatedResult) == 0x000064, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::CalculatedResult' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, AnimCostData) == 0x000068, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::AnimCostData' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_StructureForAnimationCalculations, ReturnValue) == 0x000078, "Member 'AnimationAnalyzer_StructureForAnimationCalculations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_TryInitFromAA \ +static_assert(alignof(AnimationAnalyzer_TryInitFromAA) == 0x000008, "Wrong alignment on AnimationAnalyzer_TryInitFromAA"); \ +static_assert(sizeof(AnimationAnalyzer_TryInitFromAA) == 0x000010, "Wrong size on AnimationAnalyzer_TryInitFromAA"); \ +static_assert(offsetof(AnimationAnalyzer_TryInitFromAA, OrgAA) == 0x000000, "Member 'AnimationAnalyzer_TryInitFromAA::OrgAA' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_TryInitFromAA, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_TryInitFromAA::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_GetSequenceTimeOfAnimations \ +static_assert(alignof(AnimationAnalyzer_GetSequenceTimeOfAnimations) == 0x000008, "Wrong alignment on AnimationAnalyzer_GetSequenceTimeOfAnimations"); \ +static_assert(sizeof(AnimationAnalyzer_GetSequenceTimeOfAnimations) == 0x000088, "Wrong size on AnimationAnalyzer_GetSequenceTimeOfAnimations"); \ +static_assert(offsetof(AnimationAnalyzer_GetSequenceTimeOfAnimations, CurrentAnimationKeyframe) == 0x000000, "Member 'AnimationAnalyzer_GetSequenceTimeOfAnimations::CurrentAnimationKeyframe' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_GetSequenceTimeOfAnimations, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_GetSequenceTimeOfAnimations::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimationAnalyzer_IsBoneSelected \ +static_assert(alignof(AnimationAnalyzer_IsBoneSelected) == 0x000004, "Wrong alignment on AnimationAnalyzer_IsBoneSelected"); \ +static_assert(sizeof(AnimationAnalyzer_IsBoneSelected) == 0x00000C, "Wrong size on AnimationAnalyzer_IsBoneSelected"); \ +static_assert(offsetof(AnimationAnalyzer_IsBoneSelected, BoneName) == 0x000000, "Member 'AnimationAnalyzer_IsBoneSelected::BoneName' has a wrong offset!"); \ +static_assert(offsetof(AnimationAnalyzer_IsBoneSelected, ReturnValue) == 0x000008, "Member 'AnimationAnalyzer_IsBoneSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimationAnalyzer \ +static_assert(alignof(UAnimationAnalyzer) == 0x000008, "Wrong alignment on UAnimationAnalyzer"); \ +static_assert(sizeof(UAnimationAnalyzer) == 0x000108, "Wrong size on UAnimationAnalyzer"); \ +static_assert(offsetof(UAnimationAnalyzer, SelectedSkeleton) == 0x000030, "Member 'UAnimationAnalyzer::SelectedSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, KDTreeNodeRootIndex) == 0x000038, "Member 'UAnimationAnalyzer::KDTreeNodeRootIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, bUseLMAnim) == 0x00003C, "Member 'UAnimationAnalyzer::bUseLMAnim' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, LastMatchedAnimIndex) == 0x000040, "Member 'UAnimationAnalyzer::LastMatchedAnimIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, ControllerInputReactionSpeed) == 0x000044, "Member 'UAnimationAnalyzer::ControllerInputReactionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, ControllerRotateReactionSpeed) == 0x000048, "Member 'UAnimationAnalyzer::ControllerRotateReactionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, MMKDTree) == 0x000050, "Member 'UAnimationAnalyzer::MMKDTree' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, AnimationReferences) == 0x000060, "Member 'UAnimationAnalyzer::AnimationReferences' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, ReferencedJoints) == 0x000070, "Member 'UAnimationAnalyzer::ReferencedJoints' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, ReferencedJointsIndex) == 0x000080, "Member 'UAnimationAnalyzer::ReferencedJointsIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, JointWeights) == 0x000090, "Member 'UAnimationAnalyzer::JointWeights' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, AnimationsInMemory) == 0x0000E0, "Member 'UAnimationAnalyzer::AnimationsInMemory' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, AnimationSeqSoftDatas) == 0x0000F0, "Member 'UAnimationAnalyzer::AnimationSeqSoftDatas' has a wrong offset!"); \ +static_assert(offsetof(UAnimationAnalyzer, bUsingAssetSoftRef) == 0x000100, "Member 'UAnimationAnalyzer::bUsingAssetSoftRef' 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_FPaintContext \ +static_assert(alignof(FPaintContext) == 0x000008, "Wrong alignment on FPaintContext"); \ +static_assert(sizeof(FPaintContext) == 0x000030, "Wrong size on FPaintContext"); \ + +#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_FDynamicPropertyPath \ +static_assert(alignof(FDynamicPropertyPath) == 0x000008, "Wrong alignment on FDynamicPropertyPath"); \ +static_assert(sizeof(FDynamicPropertyPath) == 0x000028, "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_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_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_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_FMovieSceneWidgetMaterialSectionTemplate \ +static_assert(alignof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneWidgetMaterialSectionTemplate"); \ +static_assert(sizeof(FMovieSceneWidgetMaterialSectionTemplate) == 0x000090, "Wrong size on FMovieSceneWidgetMaterialSectionTemplate"); \ +static_assert(offsetof(FMovieSceneWidgetMaterialSectionTemplate, BrushPropertyNamePath) == 0x000080, "Member 'FMovieSceneWidgetMaterialSectionTemplate::BrushPropertyNamePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadialBoxSettings \ +static_assert(alignof(FRadialBoxSettings) == 0x000004, "Wrong alignment on FRadialBoxSettings"); \ +static_assert(sizeof(FRadialBoxSettings) == 0x000010, "Wrong size on FRadialBoxSettings"); \ +static_assert(offsetof(FRadialBoxSettings, StartingAngle) == 0x000000, "Member 'FRadialBoxSettings::StartingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, bDistributeItemsEvenly) == 0x000004, "Member 'FRadialBoxSettings::bDistributeItemsEvenly' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, AngleBetweenItems) == 0x000008, "Member 'FRadialBoxSettings::AngleBetweenItems' has a wrong offset!"); \ +static_assert(offsetof(FRadialBoxSettings, SectorCentralAngle) == 0x00000C, "Member 'FRadialBoxSettings::SectorCentralAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRichTextStyleRow \ +static_assert(alignof(FRichTextStyleRow) == 0x000010, "Wrong alignment on FRichTextStyleRow"); \ +static_assert(sizeof(FRichTextStyleRow) == 0x000380, "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_FSlateMeshVertex \ +static_assert(alignof(FSlateMeshVertex) == 0x000004, "Wrong alignment on FSlateMeshVertex"); \ +static_assert(sizeof(FSlateMeshVertex) == 0x00003C, "Wrong size on FSlateMeshVertex"); \ +static_assert(offsetof(FSlateMeshVertex, position) == 0x000000, "Member 'FSlateMeshVertex::position' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, Color) == 0x000008, "Member 'FSlateMeshVertex::Color' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV0) == 0x00000C, "Member 'FSlateMeshVertex::UV0' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV1) == 0x000014, "Member 'FSlateMeshVertex::UV1' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV2) == 0x00001C, "Member 'FSlateMeshVertex::UV2' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV3) == 0x000024, "Member 'FSlateMeshVertex::UV3' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV4) == 0x00002C, "Member 'FSlateMeshVertex::UV4' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshVertex, UV5) == 0x000034, "Member 'FSlateMeshVertex::UV5' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateChildSize \ +static_assert(alignof(FSlateChildSize) == 0x000004, "Wrong alignment on FSlateChildSize"); \ +static_assert(sizeof(FSlateChildSize) == 0x000008, "Wrong size on FSlateChildSize"); \ +static_assert(offsetof(FSlateChildSize, Value) == 0x000000, "Member 'FSlateChildSize::Value' has a wrong offset!"); \ +static_assert(offsetof(FSlateChildSize, SizeRule) == 0x000004, "Member 'FSlateChildSize::SizeRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequenceTickManagerWidgetData \ +static_assert(alignof(FSequenceTickManagerWidgetData) == 0x000001, "Wrong alignment on FSequenceTickManagerWidgetData"); \ +static_assert(sizeof(FSequenceTickManagerWidgetData) == 0x000003, "Wrong size on FSequenceTickManagerWidgetData"); \ + +#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_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_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_FDelegateRuntimeBinding \ +static_assert(alignof(FDelegateRuntimeBinding) == 0x000008, "Wrong alignment on FDelegateRuntimeBinding"); \ +static_assert(sizeof(FDelegateRuntimeBinding) == 0x000050, "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) == 0x000048, "Member 'FDelegateRuntimeBinding::Kind' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetComponentInstanceData \ +static_assert(alignof(FWidgetComponentInstanceData) == 0x000008, "Wrong alignment on FWidgetComponentInstanceData"); \ +static_assert(sizeof(FWidgetComponentInstanceData) == 0x0000C8, "Wrong size on FWidgetComponentInstanceData"); \ + +#define DUMPER7_ASSERTS_FWidgetNavigationData \ +static_assert(alignof(FWidgetNavigationData) == 0x000004, "Wrong alignment on FWidgetNavigationData"); \ +static_assert(sizeof(FWidgetNavigationData) == 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_UVisual \ +static_assert(alignof(UVisual) == 0x000008, "Wrong alignment on UVisual"); \ +static_assert(sizeof(UVisual) == 0x000028, "Wrong size on UVisual"); \ + +#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_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_Widget_ForceVolatile \ +static_assert(alignof(Widget_ForceVolatile) == 0x000001, "Wrong alignment on Widget_ForceVolatile"); \ +static_assert(sizeof(Widget_ForceVolatile) == 0x000001, "Wrong size on Widget_ForceVolatile"); \ +static_assert(offsetof(Widget_ForceVolatile, bForce) == 0x000000, "Member 'Widget_ForceVolatile::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetAllNavigationRules \ +static_assert(alignof(Widget_SetAllNavigationRules) == 0x000004, "Wrong alignment on Widget_SetAllNavigationRules"); \ +static_assert(sizeof(Widget_SetAllNavigationRules) == 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_SetPixelSnappingMethod \ +static_assert(alignof(Widget_SetPixelSnappingMethod) == 0x000001, "Wrong alignment on Widget_SetPixelSnappingMethod"); \ +static_assert(sizeof(Widget_SetPixelSnappingMethod) == 0x000001, "Wrong size on Widget_SetPixelSnappingMethod"); \ +static_assert(offsetof(Widget_SetPixelSnappingMethod, InPixelSnappingMethod) == 0x000000, "Member 'Widget_SetPixelSnappingMethod::InPixelSnappingMethod' 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) == 0x000018, "Wrong size on Widget_SetToolTipText"); \ +static_assert(offsetof(Widget_SetToolTipText, InToolTipText) == 0x000000, "Member 'Widget_SetToolTipText::InToolTipText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetUserFocus \ +static_assert(alignof(Widget_SetUserFocus) == 0x000008, "Wrong alignment on Widget_SetUserFocus"); \ +static_assert(sizeof(Widget_SetUserFocus) == 0x000008, "Wrong size on Widget_SetUserFocus"); \ +static_assert(offsetof(Widget_SetUserFocus, PlayerController) == 0x000000, "Member 'Widget_SetUserFocus::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_SetVisibility \ +static_assert(alignof(Widget_SetVisibility) == 0x000001, "Wrong alignment on Widget_SetVisibility"); \ +static_assert(sizeof(Widget_SetVisibility) == 0x000001, "Wrong size on Widget_SetVisibility"); \ +static_assert(offsetof(Widget_SetVisibility, InVisibility) == 0x000000, "Member 'Widget_SetVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleSummaryText \ +static_assert(alignof(Widget_GetAccessibleSummaryText) == 0x000008, "Wrong alignment on Widget_GetAccessibleSummaryText"); \ +static_assert(sizeof(Widget_GetAccessibleSummaryText) == 0x000018, "Wrong size on Widget_GetAccessibleSummaryText"); \ +static_assert(offsetof(Widget_GetAccessibleSummaryText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleSummaryText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetAccessibleText \ +static_assert(alignof(Widget_GetAccessibleText) == 0x000008, "Wrong alignment on Widget_GetAccessibleText"); \ +static_assert(sizeof(Widget_GetAccessibleText) == 0x000018, "Wrong size on Widget_GetAccessibleText"); \ +static_assert(offsetof(Widget_GetAccessibleText, ReturnValue) == 0x000000, "Member 'Widget_GetAccessibleText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetCachedGeometry \ +static_assert(alignof(Widget_GetCachedGeometry) == 0x000008, "Wrong alignment on Widget_GetCachedGeometry"); \ +static_assert(sizeof(Widget_GetCachedGeometry) == 0x000040, "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) == 0x000008, "Wrong alignment on Widget_GetPaintSpaceGeometry"); \ +static_assert(sizeof(Widget_GetPaintSpaceGeometry) == 0x000040, "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_GetPixelSnappingMethod \ +static_assert(alignof(Widget_GetPixelSnappingMethod) == 0x000001, "Wrong alignment on Widget_GetPixelSnappingMethod"); \ +static_assert(sizeof(Widget_GetPixelSnappingMethod) == 0x000001, "Wrong size on Widget_GetPixelSnappingMethod"); \ +static_assert(offsetof(Widget_GetPixelSnappingMethod, ReturnValue) == 0x000000, "Member 'Widget_GetPixelSnappingMethod::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) == 0x000008, "Wrong alignment on Widget_GetTickSpaceGeometry"); \ +static_assert(sizeof(Widget_GetTickSpaceGeometry) == 0x000040, "Wrong size on Widget_GetTickSpaceGeometry"); \ +static_assert(offsetof(Widget_GetTickSpaceGeometry, ReturnValue) == 0x000000, "Member 'Widget_GetTickSpaceGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_GetVisibility \ +static_assert(alignof(Widget_GetVisibility) == 0x000001, "Wrong alignment on Widget_GetVisibility"); \ +static_assert(sizeof(Widget_GetVisibility) == 0x000001, "Wrong size on Widget_GetVisibility"); \ +static_assert(offsetof(Widget_GetVisibility, ReturnValue) == 0x000000, "Member 'Widget_GetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasAnyUserFocus \ +static_assert(alignof(Widget_HasAnyUserFocus) == 0x000001, "Wrong alignment on Widget_HasAnyUserFocus"); \ +static_assert(sizeof(Widget_HasAnyUserFocus) == 0x000001, "Wrong size on Widget_HasAnyUserFocus"); \ +static_assert(offsetof(Widget_HasAnyUserFocus, ReturnValue) == 0x000000, "Member 'Widget_HasAnyUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasFocusedDescendants \ +static_assert(alignof(Widget_HasFocusedDescendants) == 0x000001, "Wrong alignment on Widget_HasFocusedDescendants"); \ +static_assert(sizeof(Widget_HasFocusedDescendants) == 0x000001, "Wrong size on Widget_HasFocusedDescendants"); \ +static_assert(offsetof(Widget_HasFocusedDescendants, ReturnValue) == 0x000000, "Member 'Widget_HasFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasKeyboardFocus \ +static_assert(alignof(Widget_HasKeyboardFocus) == 0x000001, "Wrong alignment on Widget_HasKeyboardFocus"); \ +static_assert(sizeof(Widget_HasKeyboardFocus) == 0x000001, "Wrong size on Widget_HasKeyboardFocus"); \ +static_assert(offsetof(Widget_HasKeyboardFocus, ReturnValue) == 0x000000, "Member 'Widget_HasKeyboardFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCapture \ +static_assert(alignof(Widget_HasMouseCapture) == 0x000001, "Wrong alignment on Widget_HasMouseCapture"); \ +static_assert(sizeof(Widget_HasMouseCapture) == 0x000001, "Wrong size on Widget_HasMouseCapture"); \ +static_assert(offsetof(Widget_HasMouseCapture, ReturnValue) == 0x000000, "Member 'Widget_HasMouseCapture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasMouseCaptureByUser \ +static_assert(alignof(Widget_HasMouseCaptureByUser) == 0x000004, "Wrong alignment on Widget_HasMouseCaptureByUser"); \ +static_assert(sizeof(Widget_HasMouseCaptureByUser) == 0x00000C, "Wrong size on Widget_HasMouseCaptureByUser"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, UserIndex) == 0x000000, "Member 'Widget_HasMouseCaptureByUser::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, PointerIndex) == 0x000004, "Member 'Widget_HasMouseCaptureByUser::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasMouseCaptureByUser, ReturnValue) == 0x000008, "Member 'Widget_HasMouseCaptureByUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocus \ +static_assert(alignof(Widget_HasUserFocus) == 0x000008, "Wrong alignment on Widget_HasUserFocus"); \ +static_assert(sizeof(Widget_HasUserFocus) == 0x000010, "Wrong size on Widget_HasUserFocus"); \ +static_assert(offsetof(Widget_HasUserFocus, PlayerController) == 0x000000, "Member 'Widget_HasUserFocus::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocus, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_HasUserFocusedDescendants \ +static_assert(alignof(Widget_HasUserFocusedDescendants) == 0x000008, "Wrong alignment on Widget_HasUserFocusedDescendants"); \ +static_assert(sizeof(Widget_HasUserFocusedDescendants) == 0x000010, "Wrong size on Widget_HasUserFocusedDescendants"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, PlayerController) == 0x000000, "Member 'Widget_HasUserFocusedDescendants::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(Widget_HasUserFocusedDescendants, ReturnValue) == 0x000008, "Member 'Widget_HasUserFocusedDescendants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsHovered \ +static_assert(alignof(Widget_IsHovered) == 0x000001, "Wrong alignment on Widget_IsHovered"); \ +static_assert(sizeof(Widget_IsHovered) == 0x000001, "Wrong size on Widget_IsHovered"); \ +static_assert(offsetof(Widget_IsHovered, ReturnValue) == 0x000000, "Member 'Widget_IsHovered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Widget_IsVisible \ +static_assert(alignof(Widget_IsVisible) == 0x000001, "Wrong alignment on Widget_IsVisible"); \ +static_assert(sizeof(Widget_IsVisible) == 0x000001, "Wrong size on Widget_IsVisible"); \ +static_assert(offsetof(Widget_IsVisible, ReturnValue) == 0x000000, "Member 'Widget_IsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidget \ +static_assert(alignof(UWidget) == 0x000008, "Wrong alignment on UWidget"); \ +static_assert(sizeof(UWidget) == 0x000130, "Wrong size on UWidget"); \ +static_assert(offsetof(UWidget, Slot) == 0x000028, "Member 'UWidget::Slot' has a wrong offset!"); \ +static_assert(offsetof(UWidget, bIsEnabledDelegate) == 0x000030, "Member 'UWidget::bIsEnabledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UWidget, ToolTipText) == 0x000040, "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) == 0x0000D9, "Member 'UWidget::FlowDirectionPreference' has a wrong offset!"); \ +static_assert(offsetof(UWidget, AccessibleWidgetData) == 0x0000E0, "Member 'UWidget::AccessibleWidgetData' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Cursor) == 0x0000E9, "Member 'UWidget::Cursor' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Clipping) == 0x0000EA, "Member 'UWidget::Clipping' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Visibility) == 0x0000EB, "Member 'UWidget::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UWidget, RenderOpacity) == 0x0000EC, "Member 'UWidget::RenderOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidget, PixelSnappingMethod) == 0x0000F0, "Member 'UWidget::PixelSnappingMethod' has a wrong offset!"); \ +static_assert(offsetof(UWidget, Navigation) == 0x0000F8, "Member 'UWidget::Navigation' has a wrong offset!"); \ +static_assert(offsetof(UWidget, NativeBindings) == 0x000120, "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) == 0x000148, "Wrong size on UPanelWidget"); \ +static_assert(offsetof(UPanelWidget, Slots) == 0x000130, "Member 'UPanelWidget::Slots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_SetContent \ +static_assert(alignof(ContentWidget_SetContent) == 0x000008, "Wrong alignment on ContentWidget_SetContent"); \ +static_assert(sizeof(ContentWidget_SetContent) == 0x000010, "Wrong size on ContentWidget_SetContent"); \ +static_assert(offsetof(ContentWidget_SetContent, Content) == 0x000000, "Member 'ContentWidget_SetContent::Content' has a wrong offset!"); \ +static_assert(offsetof(ContentWidget_SetContent, ReturnValue) == 0x000008, "Member 'ContentWidget_SetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContent \ +static_assert(alignof(ContentWidget_GetContent) == 0x000008, "Wrong alignment on ContentWidget_GetContent"); \ +static_assert(sizeof(ContentWidget_GetContent) == 0x000008, "Wrong size on ContentWidget_GetContent"); \ +static_assert(offsetof(ContentWidget_GetContent, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ContentWidget_GetContentSlot \ +static_assert(alignof(ContentWidget_GetContentSlot) == 0x000008, "Wrong alignment on ContentWidget_GetContentSlot"); \ +static_assert(sizeof(ContentWidget_GetContentSlot) == 0x000008, "Wrong size on ContentWidget_GetContentSlot"); \ +static_assert(offsetof(ContentWidget_GetContentSlot, ReturnValue) == 0x000000, "Member 'ContentWidget_GetContentSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UContentWidget \ +static_assert(alignof(UContentWidget) == 0x000008, "Wrong alignment on UContentWidget"); \ +static_assert(sizeof(UContentWidget) == 0x000148, "Wrong size on UContentWidget"); \ + +#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) == 0x0005D0, "Wrong size on UButton"); \ +static_assert(offsetof(UButton, Style) == 0x000148, "Member 'UButton::Style' has a wrong offset!"); \ +static_assert(offsetof(UButton, WidgetStyle) == 0x000150, "Member 'UButton::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UButton, ColorAndOpacity) == 0x000540, "Member 'UButton::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UButton, BackgroundColor) == 0x000550, "Member 'UButton::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UButton, ClickMethod) == 0x000560, "Member 'UButton::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, TouchMethod) == 0x000561, "Member 'UButton::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, PressMethod) == 0x000562, "Member 'UButton::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UButton, IsFocusable) == 0x000563, "Member 'UButton::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnClicked) == 0x000568, "Member 'UButton::OnClicked' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnPressed) == 0x000578, "Member 'UButton::OnPressed' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnReleased) == 0x000588, "Member 'UButton::OnReleased' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnHovered) == 0x000598, "Member 'UButton::OnHovered' has a wrong offset!"); \ +static_assert(offsetof(UButton, OnUnhovered) == 0x0005A8, "Member 'UButton::OnUnhovered' 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) == 0x000150, "Wrong size on UTextLayoutWidget"); \ +static_assert(offsetof(UTextLayoutWidget, ShapedTextOptions) == 0x000130, "Member 'UTextLayoutWidget::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Justification) == 0x000133, "Member 'UTextLayoutWidget::Justification' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrappingPolicy) == 0x000134, "Member 'UTextLayoutWidget::WrappingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, WrapTextAt) == 0x000138, "Member 'UTextLayoutWidget::WrapTextAt' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, Margin) == 0x00013C, "Member 'UTextLayoutWidget::Margin' has a wrong offset!"); \ +static_assert(offsetof(UTextLayoutWidget, LineHeightPercentage) == 0x00014C, "Member 'UTextLayoutWidget::LineHeightPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginSection \ +static_assert(alignof(UMovieSceneMarginSection) == 0x000008, "Wrong alignment on UMovieSceneMarginSection"); \ +static_assert(sizeof(UMovieSceneMarginSection) == 0x000490, "Wrong size on UMovieSceneMarginSection"); \ +static_assert(offsetof(UMovieSceneMarginSection, TopCurve) == 0x0000F0, "Member 'UMovieSceneMarginSection::TopCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, LeftCurve) == 0x0001D8, "Member 'UMovieSceneMarginSection::LeftCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, RightCurve) == 0x0002C0, "Member 'UMovieSceneMarginSection::RightCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMarginSection, BottomCurve) == 0x0003A8, "Member 'UMovieSceneMarginSection::BottomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMarginTrack \ +static_assert(alignof(UMovieSceneMarginTrack) == 0x000008, "Wrong alignment on UMovieSceneMarginTrack"); \ +static_assert(sizeof(UMovieSceneMarginTrack) == 0x0000C0, "Wrong size on UMovieSceneMarginTrack"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetError \ +static_assert(alignof(MultiLineEditableTextBox_SetError) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetError"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetError) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetError"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetError, InError) == 0x000000, "Member 'MultiLineEditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_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) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableTextBox_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableTextBox_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetText \ +static_assert(alignof(MultiLineEditableTextBox_SetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_SetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_SetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetText, InText) == 0x000000, "Member 'MultiLineEditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_SetTextStyle \ +static_assert(alignof(MultiLineEditableTextBox_SetTextStyle) == 0x000010, "Wrong alignment on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(sizeof(MultiLineEditableTextBox_SetTextStyle) == 0x000370, "Wrong size on MultiLineEditableTextBox_SetTextStyle"); \ +static_assert(offsetof(MultiLineEditableTextBox_SetTextStyle, InTextStyle) == 0x000000, "Member 'MultiLineEditableTextBox_SetTextStyle::InTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetHintText \ +static_assert(alignof(MultiLineEditableTextBox_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetHintText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetHintText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetHintText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableTextBox_GetText \ +static_assert(alignof(MultiLineEditableTextBox_GetText) == 0x000008, "Wrong alignment on MultiLineEditableTextBox_GetText"); \ +static_assert(sizeof(MultiLineEditableTextBox_GetText) == 0x000018, "Wrong size on MultiLineEditableTextBox_GetText"); \ +static_assert(offsetof(MultiLineEditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableTextBox \ +static_assert(alignof(UMultiLineEditableTextBox) == 0x000010, "Wrong alignment on UMultiLineEditableTextBox"); \ +static_assert(sizeof(UMultiLineEditableTextBox) == 0x0011D0, "Wrong size on UMultiLineEditableTextBox"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Text) == 0x000150, "Member 'UMultiLineEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintText) == 0x000168, "Member 'UMultiLineEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, HintTextDelegate) == 0x000180, "Member 'UMultiLineEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, WidgetStyle) == 0x000190, "Member 'UMultiLineEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, TextStyle) == 0x000D60, "Member 'UMultiLineEditableTextBox::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, bIsReadOnly) == 0x0010D0, "Member 'UMultiLineEditableTextBox::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, AllowContextMenu) == 0x0010D1, "Member 'UMultiLineEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardOptions) == 0x0010D2, "Member 'UMultiLineEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, VirtualKeyboardDismissAction) == 0x0010D3, "Member 'UMultiLineEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Style) == 0x0010D8, "Member 'UMultiLineEditableTextBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, Font) == 0x0010E0, "Member 'UMultiLineEditableTextBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, ForegroundColor) == 0x001168, "Member 'UMultiLineEditableTextBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, BackgroundColor) == 0x001178, "Member 'UMultiLineEditableTextBox::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, ReadOnlyForegroundColor) == 0x001188, "Member 'UMultiLineEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextChanged) == 0x001198, "Member 'UMultiLineEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableTextBox, OnTextCommitted) == 0x0011A8, "Member 'UMultiLineEditableTextBox::OnTextCommitted' 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) == 0x001640, "Wrong size on UComboBoxString"); \ +static_assert(offsetof(UComboBoxString, DefaultOptions) == 0x000130, "Member 'UComboBoxString::DefaultOptions' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, SelectedOption) == 0x000140, "Member 'UComboBoxString::SelectedOption' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, WidgetStyle) == 0x000150, "Member 'UComboBoxString::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ItemStyle) == 0x0007B0, "Member 'UComboBoxString::ItemStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ContentPadding) == 0x001500, "Member 'UComboBoxString::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, MaxListHeight) == 0x001510, "Member 'UComboBoxString::MaxListHeight' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, HasDownArrow) == 0x001514, "Member 'UComboBoxString::HasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, EnableGamepadNavigationMode) == 0x001515, "Member 'UComboBoxString::EnableGamepadNavigationMode' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, Font) == 0x001518, "Member 'UComboBoxString::Font' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, ForegroundColor) == 0x0015A0, "Member 'UComboBoxString::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, bIsFocusable) == 0x0015B4, "Member 'UComboBoxString::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnGenerateWidgetEvent) == 0x0015B8, "Member 'UComboBoxString::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnSelectionChanged) == 0x0015C8, "Member 'UComboBoxString::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxString, OnOpening) == 0x0015D8, "Member 'UComboBoxString::OnOpening' 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) == 0x000040, "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) == 0x000098, "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) == 0x000090, "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) == 0x0000D8, "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) == 0x000040, "Member 'UserWidget_OnDragDetected::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragDetected, Operation) == 0x0000D0, "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) == 0x0000D8, "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) == 0x000040, "Member 'UserWidget_OnDragEnter::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragEnter, Operation) == 0x0000D0, "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) == 0x000098, "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) == 0x000090, "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) == 0x0000E0, "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) == 0x000040, "Member 'UserWidget_OnDragOver::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, Operation) == 0x0000D0, "Member 'UserWidget_OnDragOver::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDragOver, ReturnValue) == 0x0000D8, "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) == 0x0000E0, "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) == 0x000040, "Member 'UserWidget_OnDrop::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, Operation) == 0x0000D0, "Member 'UserWidget_OnDrop::Operation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnDrop, ReturnValue) == 0x0000D8, "Member 'UserWidget_OnDrop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusLost \ +static_assert(alignof(UserWidget_OnFocusLost) == 0x000004, "Wrong alignment on UserWidget_OnFocusLost"); \ +static_assert(sizeof(UserWidget_OnFocusLost) == 0x000008, "Wrong size on UserWidget_OnFocusLost"); \ +static_assert(offsetof(UserWidget_OnFocusLost, InFocusEvent) == 0x000000, "Member 'UserWidget_OnFocusLost::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_OnFocusReceived \ +static_assert(alignof(UserWidget_OnFocusReceived) == 0x000008, "Wrong alignment on UserWidget_OnFocusReceived"); \ +static_assert(sizeof(UserWidget_OnFocusReceived) == 0x000100, "Wrong size on UserWidget_OnFocusReceived"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, MyGeometry) == 0x000000, "Member 'UserWidget_OnFocusReceived::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, InFocusEvent) == 0x000040, "Member 'UserWidget_OnFocusReceived::InFocusEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnFocusReceived, ReturnValue) == 0x000048, "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) == 0x000040, "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) == 0x000040, "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) == 0x000040, "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) == 0x000040, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDoubleClick, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonDown, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseButtonUp, ReturnValue) == 0x0000D0, "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) == 0x0000D0, "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) == 0x000040, "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) == 0x000090, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnMouseMove::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseMove, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnMouseWheel::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnMouseWheel, ReturnValue) == 0x0000D0, "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) == 0x000040, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnPreviewMouseButtonDown, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnTouchEnded::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchEnded, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnTouchForceChanged::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchForceChanged, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnTouchGesture::GestureEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchGesture, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnTouchMoved::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchMoved, ReturnValue) == 0x0000D0, "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) == 0x000188, "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) == 0x000040, "Member 'UserWidget_OnTouchStarted::InTouchEvent' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_OnTouchStarted, ReturnValue) == 0x0000D0, "Member 'UserWidget_OnTouchStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PauseAnimation \ +static_assert(alignof(UserWidget_PauseAnimation) == 0x000008, "Wrong alignment on UserWidget_PauseAnimation"); \ +static_assert(sizeof(UserWidget_PauseAnimation) == 0x000010, "Wrong size on UserWidget_PauseAnimation"); \ +static_assert(offsetof(UserWidget_PauseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PauseAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PauseAnimation, ReturnValue) == 0x000008, "Member 'UserWidget_PauseAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimation \ +static_assert(alignof(UserWidget_PlayAnimation) == 0x000008, "Wrong alignment on UserWidget_PlayAnimation"); \ +static_assert(sizeof(UserWidget_PlayAnimation) == 0x000028, "Wrong size on UserWidget_PlayAnimation"); \ +static_assert(offsetof(UserWidget_PlayAnimation, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimation::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, NumLoopsToPlay) == 0x00000C, "Member 'UserWidget_PlayAnimation::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, PlayMode) == 0x000010, "Member 'UserWidget_PlayAnimation::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, PlaybackSpeed) == 0x000014, "Member 'UserWidget_PlayAnimation::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, bRestoreState) == 0x000018, "Member 'UserWidget_PlayAnimation::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimation, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationForward \ +static_assert(alignof(UserWidget_PlayAnimationForward) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationForward"); \ +static_assert(sizeof(UserWidget_PlayAnimationForward) == 0x000018, "Wrong size on UserWidget_PlayAnimationForward"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationForward::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationForward::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationForward::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationForward, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationForward::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationReverse \ +static_assert(alignof(UserWidget_PlayAnimationReverse) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationReverse"); \ +static_assert(sizeof(UserWidget_PlayAnimationReverse) == 0x000018, "Wrong size on UserWidget_PlayAnimationReverse"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationReverse::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, PlaybackSpeed) == 0x000008, "Member 'UserWidget_PlayAnimationReverse::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, bRestoreState) == 0x00000C, "Member 'UserWidget_PlayAnimationReverse::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationReverse, ReturnValue) == 0x000010, "Member 'UserWidget_PlayAnimationReverse::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlayAnimationTimeRange \ +static_assert(alignof(UserWidget_PlayAnimationTimeRange) == 0x000008, "Wrong alignment on UserWidget_PlayAnimationTimeRange"); \ +static_assert(sizeof(UserWidget_PlayAnimationTimeRange) == 0x000028, "Wrong size on UserWidget_PlayAnimationTimeRange"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, InAnimation) == 0x000000, "Member 'UserWidget_PlayAnimationTimeRange::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, StartAtTime) == 0x000008, "Member 'UserWidget_PlayAnimationTimeRange::StartAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, EndAtTime) == 0x00000C, "Member 'UserWidget_PlayAnimationTimeRange::EndAtTime' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, NumLoopsToPlay) == 0x000010, "Member 'UserWidget_PlayAnimationTimeRange::NumLoopsToPlay' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlayMode) == 0x000014, "Member 'UserWidget_PlayAnimationTimeRange::PlayMode' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, PlaybackSpeed) == 0x000018, "Member 'UserWidget_PlayAnimationTimeRange::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, bRestoreState) == 0x00001C, "Member 'UserWidget_PlayAnimationTimeRange::bRestoreState' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_PlayAnimationTimeRange, ReturnValue) == 0x000020, "Member 'UserWidget_PlayAnimationTimeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PlaySound \ +static_assert(alignof(UserWidget_PlaySound) == 0x000008, "Wrong alignment on UserWidget_PlaySound"); \ +static_assert(sizeof(UserWidget_PlaySound) == 0x000008, "Wrong size on UserWidget_PlaySound"); \ +static_assert(offsetof(UserWidget_PlaySound, SoundToPlay) == 0x000000, "Member 'UserWidget_PlaySound::SoundToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_PreConstruct \ +static_assert(alignof(UserWidget_PreConstruct) == 0x000001, "Wrong alignment on UserWidget_PreConstruct"); \ +static_assert(sizeof(UserWidget_PreConstruct) == 0x000001, "Wrong size on UserWidget_PreConstruct"); \ +static_assert(offsetof(UserWidget_PreConstruct, IsDesignTime) == 0x000000, "Member 'UserWidget_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_ReverseAnimation \ +static_assert(alignof(UserWidget_ReverseAnimation) == 0x000008, "Wrong alignment on UserWidget_ReverseAnimation"); \ +static_assert(sizeof(UserWidget_ReverseAnimation) == 0x000008, "Wrong size on UserWidget_ReverseAnimation"); \ +static_assert(offsetof(UserWidget_ReverseAnimation, InAnimation) == 0x000000, "Member 'UserWidget_ReverseAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_SetAlignmentInViewport \ +static_assert(alignof(UserWidget_SetAlignmentInViewport) == 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) == 0x000008, "Wrong alignment on UserWidget_Tick"); \ +static_assert(sizeof(UserWidget_Tick) == 0x000048, "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) == 0x000040, "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_GetIsVisible \ +static_assert(alignof(UserWidget_GetIsVisible) == 0x000001, "Wrong alignment on UserWidget_GetIsVisible"); \ +static_assert(sizeof(UserWidget_GetIsVisible) == 0x000001, "Wrong size on UserWidget_GetIsVisible"); \ +static_assert(offsetof(UserWidget_GetIsVisible, ReturnValue) == 0x000000, "Member 'UserWidget_GetIsVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerCameraManager \ +static_assert(alignof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerCameraManager) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerCameraManager"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerCameraManager, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_GetOwningPlayerPawn \ +static_assert(alignof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong alignment on UserWidget_GetOwningPlayerPawn"); \ +static_assert(sizeof(UserWidget_GetOwningPlayerPawn) == 0x000008, "Wrong size on UserWidget_GetOwningPlayerPawn"); \ +static_assert(offsetof(UserWidget_GetOwningPlayerPawn, ReturnValue) == 0x000000, "Member 'UserWidget_GetOwningPlayerPawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnimationPlaying) == 0x000008, "Wrong alignment on UserWidget_IsAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnimationPlaying) == 0x000010, "Wrong size on UserWidget_IsAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, InAnimation) == 0x000000, "Member 'UserWidget_IsAnimationPlaying::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(UserWidget_IsAnimationPlaying, ReturnValue) == 0x000008, "Member 'UserWidget_IsAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsAnyAnimationPlaying \ +static_assert(alignof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong alignment on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(sizeof(UserWidget_IsAnyAnimationPlaying) == 0x000001, "Wrong size on UserWidget_IsAnyAnimationPlaying"); \ +static_assert(offsetof(UserWidget_IsAnyAnimationPlaying, ReturnValue) == 0x000000, "Member 'UserWidget_IsAnyAnimationPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsInteractable \ +static_assert(alignof(UserWidget_IsInteractable) == 0x000001, "Wrong alignment on UserWidget_IsInteractable"); \ +static_assert(sizeof(UserWidget_IsInteractable) == 0x000001, "Wrong size on UserWidget_IsInteractable"); \ +static_assert(offsetof(UserWidget_IsInteractable, ReturnValue) == 0x000000, "Member 'UserWidget_IsInteractable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsInViewport \ +static_assert(alignof(UserWidget_IsInViewport) == 0x000001, "Wrong alignment on UserWidget_IsInViewport"); \ +static_assert(sizeof(UserWidget_IsInViewport) == 0x000001, "Wrong size on UserWidget_IsInViewport"); \ +static_assert(offsetof(UserWidget_IsInViewport, ReturnValue) == 0x000000, "Member 'UserWidget_IsInViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UserWidget_IsListeningForInputAction \ +static_assert(alignof(UserWidget_IsListeningForInputAction) == 0x000004, "Wrong alignment on UserWidget_IsListeningForInputAction"); \ +static_assert(sizeof(UserWidget_IsListeningForInputAction) == 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) == 0x000298, "Wrong size on UUserWidget"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacity) == 0x000138, "Member 'UUserWidget::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ColorAndOpacityDelegate) == 0x000148, "Member 'UUserWidget::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColor) == 0x000158, "Member 'UUserWidget::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ForegroundColorDelegate) == 0x00016C, "Member 'UUserWidget::ForegroundColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, OnVisibilityChanged) == 0x000180, "Member 'UUserWidget::OnVisibilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Padding) == 0x0001A8, "Member 'UUserWidget::Padding' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, ActiveSequencePlayers) == 0x0001B8, "Member 'UUserWidget::ActiveSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationTickManager) == 0x0001C8, "Member 'UUserWidget::AnimationTickManager' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, StoppedSequencePlayers) == 0x0001D0, "Member 'UUserWidget::StoppedSequencePlayers' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, NamedSlotBindings) == 0x0001E0, "Member 'UUserWidget::NamedSlotBindings' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, WidgetTree) == 0x0001F0, "Member 'UUserWidget::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, Priority) == 0x0001F8, "Member 'UUserWidget::Priority' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, TickFrequency) == 0x000210, "Member 'UUserWidget::TickFrequency' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, InputComponent) == 0x000218, "Member 'UUserWidget::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(UUserWidget, AnimationCallbacks) == 0x000220, "Member 'UUserWidget::AnimationCallbacks' 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) == 0x000248, "Wrong size on UListViewBase"); \ +static_assert(offsetof(UListViewBase, EntryWidgetClass) == 0x000130, "Member 'UListViewBase::EntryWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, WheelScrollMultiplier) == 0x000138, "Member 'UListViewBase::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableScrollAnimation) == 0x00013C, "Member 'UListViewBase::bEnableScrollAnimation' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, AllowOverscroll) == 0x00013D, "Member 'UListViewBase::AllowOverscroll' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableRightClickScrolling) == 0x00013E, "Member 'UListViewBase::bEnableRightClickScrolling' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bEnableFixedLineOffset) == 0x00013F, "Member 'UListViewBase::bEnableFixedLineOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, FixedLineScrollOffset) == 0x000140, "Member 'UListViewBase::FixedLineScrollOffset' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, bAllowDragging) == 0x000144, "Member 'UListViewBase::bAllowDragging' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryGenerated) == 0x000148, "Member 'UListViewBase::BP_OnEntryGenerated' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, BP_OnEntryReleased) == 0x000158, "Member 'UListViewBase::BP_OnEntryReleased' has a wrong offset!"); \ +static_assert(offsetof(UListViewBase, EntryWidgetPool) == 0x000168, "Member 'UListViewBase::EntryWidgetPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetHintText \ +static_assert(alignof(MultiLineEditableText_SetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetHintText"); \ +static_assert(sizeof(MultiLineEditableText_SetHintText) == 0x000018, "Wrong size on MultiLineEditableText_SetHintText"); \ +static_assert(offsetof(MultiLineEditableText_SetHintText, InHintText) == 0x000000, "Member 'MultiLineEditableText_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetIsReadOnly \ +static_assert(alignof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(sizeof(MultiLineEditableText_SetIsReadOnly) == 0x000001, "Wrong size on MultiLineEditableText_SetIsReadOnly"); \ +static_assert(offsetof(MultiLineEditableText_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'MultiLineEditableText_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetText \ +static_assert(alignof(MultiLineEditableText_SetText) == 0x000008, "Wrong alignment on MultiLineEditableText_SetText"); \ +static_assert(sizeof(MultiLineEditableText_SetText) == 0x000018, "Wrong size on MultiLineEditableText_SetText"); \ +static_assert(offsetof(MultiLineEditableText_SetText, InText) == 0x000000, "Member 'MultiLineEditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_SetWidgetStyle \ +static_assert(alignof(MultiLineEditableText_SetWidgetStyle) == 0x000010, "Wrong alignment on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(sizeof(MultiLineEditableText_SetWidgetStyle) == 0x000370, "Wrong size on MultiLineEditableText_SetWidgetStyle"); \ +static_assert(offsetof(MultiLineEditableText_SetWidgetStyle, InWidgetStyle) == 0x000000, "Member 'MultiLineEditableText_SetWidgetStyle::InWidgetStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetHintText \ +static_assert(alignof(MultiLineEditableText_GetHintText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetHintText"); \ +static_assert(sizeof(MultiLineEditableText_GetHintText) == 0x000018, "Wrong size on MultiLineEditableText_GetHintText"); \ +static_assert(offsetof(MultiLineEditableText_GetHintText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetHintText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MultiLineEditableText_GetText \ +static_assert(alignof(MultiLineEditableText_GetText) == 0x000008, "Wrong alignment on MultiLineEditableText_GetText"); \ +static_assert(sizeof(MultiLineEditableText_GetText) == 0x000018, "Wrong size on MultiLineEditableText_GetText"); \ +static_assert(offsetof(MultiLineEditableText_GetText, ReturnValue) == 0x000000, "Member 'MultiLineEditableText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMultiLineEditableText \ +static_assert(alignof(UMultiLineEditableText) == 0x000010, "Wrong alignment on UMultiLineEditableText"); \ +static_assert(sizeof(UMultiLineEditableText) == 0x0005D0, "Wrong size on UMultiLineEditableText"); \ +static_assert(offsetof(UMultiLineEditableText, Text) == 0x000150, "Member 'UMultiLineEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintText) == 0x000168, "Member 'UMultiLineEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, HintTextDelegate) == 0x000180, "Member 'UMultiLineEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, WidgetStyle) == 0x000190, "Member 'UMultiLineEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, bIsReadOnly) == 0x000500, "Member 'UMultiLineEditableText::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, Font) == 0x000508, "Member 'UMultiLineEditableText::Font' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, SelectAllTextWhenFocused) == 0x000590, "Member 'UMultiLineEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearTextSelectionOnFocusLoss) == 0x000591, "Member 'UMultiLineEditableText::ClearTextSelectionOnFocusLoss' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, RevertTextOnEscape) == 0x000592, "Member 'UMultiLineEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, ClearKeyboardFocusOnCommit) == 0x000593, "Member 'UMultiLineEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, AllowContextMenu) == 0x000594, "Member 'UMultiLineEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardOptions) == 0x000595, "Member 'UMultiLineEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, VirtualKeyboardDismissAction) == 0x000596, "Member 'UMultiLineEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextChanged) == 0x000598, "Member 'UMultiLineEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UMultiLineEditableText, OnTextCommitted) == 0x0005A8, "Member 'UMultiLineEditableText::OnTextCommitted' 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_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) == 0x000088, "Wrong size on TextBlock_SetFont"); \ +static_assert(offsetof(TextBlock_SetFont, InFontInfo) == 0x000000, "Member 'TextBlock_SetFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetForceCache \ +static_assert(alignof(TextBlock_SetForceCache) == 0x000001, "Wrong alignment on TextBlock_SetForceCache"); \ +static_assert(sizeof(TextBlock_SetForceCache) == 0x000001, "Wrong size on TextBlock_SetForceCache"); \ +static_assert(offsetof(TextBlock_SetForceCache, InForceCache) == 0x000000, "Member 'TextBlock_SetForceCache::InForceCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_SetGSTextWrapping \ +static_assert(alignof(TextBlock_SetGSTextWrapping) == 0x000001, "Wrong alignment on TextBlock_SetGSTextWrapping"); \ +static_assert(sizeof(TextBlock_SetGSTextWrapping) == 0x000001, "Wrong size on TextBlock_SetGSTextWrapping"); \ +static_assert(offsetof(TextBlock_SetGSTextWrapping, InGSTextWrapping) == 0x000000, "Member 'TextBlock_SetGSTextWrapping::InGSTextWrapping' 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_SetOverrideLetterSpacing \ +static_assert(alignof(TextBlock_SetOverrideLetterSpacing) == 0x000004, "Wrong alignment on TextBlock_SetOverrideLetterSpacing"); \ +static_assert(sizeof(TextBlock_SetOverrideLetterSpacing) == 0x000004, "Wrong size on TextBlock_SetOverrideLetterSpacing"); \ +static_assert(offsetof(TextBlock_SetOverrideLetterSpacing, InOverrideLetterSpacing) == 0x000000, "Member 'TextBlock_SetOverrideLetterSpacing::InOverrideLetterSpacing' 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) == 0x000018, "Wrong size on TextBlock_SetText"); \ +static_assert(offsetof(TextBlock_SetText, InText) == 0x000000, "Member 'TextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_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) == 0x000018, "Wrong size on TextBlock_GetText"); \ +static_assert(offsetof(TextBlock_GetText, ReturnValue) == 0x000000, "Member 'TextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetTextLineCount \ +static_assert(alignof(TextBlock_GetTextLineCount) == 0x000004, "Wrong alignment on TextBlock_GetTextLineCount"); \ +static_assert(sizeof(TextBlock_GetTextLineCount) == 0x000004, "Wrong size on TextBlock_GetTextLineCount"); \ +static_assert(offsetof(TextBlock_GetTextLineCount, ReturnValue) == 0x000000, "Member 'TextBlock_GetTextLineCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBlock_GetTextOccupiedWidth \ +static_assert(alignof(TextBlock_GetTextOccupiedWidth) == 0x000008, "Wrong alignment on TextBlock_GetTextOccupiedWidth"); \ +static_assert(sizeof(TextBlock_GetTextOccupiedWidth) == 0x000018, "Wrong size on TextBlock_GetTextOccupiedWidth"); \ +static_assert(offsetof(TextBlock_GetTextOccupiedWidth, InTextContent) == 0x000000, "Member 'TextBlock_GetTextOccupiedWidth::InTextContent' has a wrong offset!"); \ +static_assert(offsetof(TextBlock_GetTextOccupiedWidth, ReturnValue) == 0x000010, "Member 'TextBlock_GetTextOccupiedWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBlock \ +static_assert(alignof(UTextBlock) == 0x000010, "Wrong alignment on UTextBlock"); \ +static_assert(sizeof(UTextBlock) == 0x000350, "Wrong size on UTextBlock"); \ +static_assert(offsetof(UTextBlock, Text) == 0x000150, "Member 'UTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextDelegate) == 0x000168, "Member 'UTextBlock::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacity) == 0x000178, "Member 'UTextBlock::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ColorAndOpacityDelegate) == 0x00018C, "Member 'UTextBlock::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, OverrideLetterSpacing) == 0x00019C, "Member 'UTextBlock::OverrideLetterSpacing' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, Font) == 0x0001A0, "Member 'UTextBlock::Font' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, StrikeBrush) == 0x000230, "Member 'UTextBlock::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowOffset) == 0x000300, "Member 'UTextBlock::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacity) == 0x000310, "Member 'UTextBlock::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ShadowColorAndOpacityDelegate) == 0x000320, "Member 'UTextBlock::ShadowColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, MinDesiredWidth) == 0x000330, "Member 'UTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bWrapWithInvalidationPanel) == 0x000334, "Member 'UTextBlock::bWrapWithInvalidationPanel' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bAutoWrapText) == 0x000335, "Member 'UTextBlock::bAutoWrapText' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextTransformPolicy) == 0x000336, "Member 'UTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, TextOverflowPolicy) == 0x000337, "Member 'UTextBlock::TextOverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, GSTextWrapping) == 0x000338, "Member 'UTextBlock::GSTextWrapping' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, ForceCache) == 0x000339, "Member 'UTextBlock::ForceCache' has a wrong offset!"); \ +static_assert(offsetof(UTextBlock, bSimpleTextMode) == 0x00033A, "Member 'UTextBlock::bSimpleTextMode' 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_GetIndexForItem \ +static_assert(alignof(ListView_GetIndexForItem) == 0x000008, "Wrong alignment on ListView_GetIndexForItem"); \ +static_assert(sizeof(ListView_GetIndexForItem) == 0x000010, "Wrong size on ListView_GetIndexForItem"); \ +static_assert(offsetof(ListView_GetIndexForItem, Item) == 0x000000, "Member 'ListView_GetIndexForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(ListView_GetIndexForItem, ReturnValue) == 0x000008, "Member 'ListView_GetIndexForItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetItemAt \ +static_assert(alignof(ListView_GetItemAt) == 0x000008, "Wrong alignment on ListView_GetItemAt"); \ +static_assert(sizeof(ListView_GetItemAt) == 0x000010, "Wrong size on ListView_GetItemAt"); \ +static_assert(offsetof(ListView_GetItemAt, Index_0) == 0x000000, "Member 'ListView_GetItemAt::Index_0' has a wrong offset!"); \ +static_assert(offsetof(ListView_GetItemAt, ReturnValue) == 0x000008, "Member 'ListView_GetItemAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetListItems \ +static_assert(alignof(ListView_GetListItems) == 0x000008, "Wrong alignment on ListView_GetListItems"); \ +static_assert(sizeof(ListView_GetListItems) == 0x000010, "Wrong size on ListView_GetListItems"); \ +static_assert(offsetof(ListView_GetListItems, ReturnValue) == 0x000000, "Member 'ListView_GetListItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_GetNumItems \ +static_assert(alignof(ListView_GetNumItems) == 0x000004, "Wrong alignment on ListView_GetNumItems"); \ +static_assert(sizeof(ListView_GetNumItems) == 0x000004, "Wrong size on ListView_GetNumItems"); \ +static_assert(offsetof(ListView_GetNumItems, ReturnValue) == 0x000000, "Member 'ListView_GetNumItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListView_IsRefreshPending \ +static_assert(alignof(ListView_IsRefreshPending) == 0x000001, "Wrong alignment on ListView_IsRefreshPending"); \ +static_assert(sizeof(ListView_IsRefreshPending) == 0x000001, "Wrong size on ListView_IsRefreshPending"); \ +static_assert(offsetof(ListView_IsRefreshPending, ReturnValue) == 0x000000, "Member 'ListView_IsRefreshPending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListView \ +static_assert(alignof(UListView) == 0x000010, "Wrong alignment on UListView"); \ +static_assert(sizeof(UListView) == 0x000BF0, "Wrong size on UListView"); \ +static_assert(offsetof(UListView, WidgetStyle) == 0x000310, "Member 'UListView::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UListView, ScrollBarStyle) == 0x0003F0, "Member 'UListView::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UListView, Orientation) == 0x000B60, "Member 'UListView::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UListView, SelectionMode) == 0x000B61, "Member 'UListView::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UListView, ConsumeMouseWheel) == 0x000B62, "Member 'UListView::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UListView, bClearSelectionOnClick) == 0x000B63, "Member 'UListView::bClearSelectionOnClick' has a wrong offset!"); \ +static_assert(offsetof(UListView, bIsFocusable) == 0x000B64, "Member 'UListView::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UListView, EntrySpacing) == 0x000B68, "Member 'UListView::EntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UListView, bReturnFocusToSelection) == 0x000B6C, "Member 'UListView::bReturnFocusToSelection' has a wrong offset!"); \ +static_assert(offsetof(UListView, ListItems) == 0x000B70, "Member 'UListView::ListItems' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnEntryInitialized) == 0x000B90, "Member 'UListView::BP_OnEntryInitialized' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemClicked) == 0x000BA0, "Member 'UListView::BP_OnItemClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemDoubleClicked) == 0x000BB0, "Member 'UListView::BP_OnItemDoubleClicked' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemIsHoveredChanged) == 0x000BC0, "Member 'UListView::BP_OnItemIsHoveredChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemSelectionChanged) == 0x000BD0, "Member 'UListView::BP_OnItemSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UListView, BP_OnItemScrolledIntoView) == 0x000BE0, "Member 'UListView::BP_OnItemScrolledIntoView' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyBinding \ +static_assert(alignof(UPropertyBinding) == 0x000008, "Wrong alignment on UPropertyBinding"); \ +static_assert(sizeof(UPropertyBinding) == 0x000060, "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) == 0x000058, "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) == 0x000060, "Wrong size on UBoolBinding"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryHeight \ +static_assert(alignof(TileView_SetEntryHeight) == 0x000004, "Wrong alignment on TileView_SetEntryHeight"); \ +static_assert(sizeof(TileView_SetEntryHeight) == 0x000004, "Wrong size on TileView_SetEntryHeight"); \ +static_assert(offsetof(TileView_SetEntryHeight, NewHeight) == 0x000000, "Member 'TileView_SetEntryHeight::NewHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_SetEntryWidth \ +static_assert(alignof(TileView_SetEntryWidth) == 0x000004, "Wrong alignment on TileView_SetEntryWidth"); \ +static_assert(sizeof(TileView_SetEntryWidth) == 0x000004, "Wrong size on TileView_SetEntryWidth"); \ +static_assert(offsetof(TileView_SetEntryWidth, NewWidth) == 0x000000, "Member 'TileView_SetEntryWidth::NewWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryHeight \ +static_assert(alignof(TileView_GetEntryHeight) == 0x000004, "Wrong alignment on TileView_GetEntryHeight"); \ +static_assert(sizeof(TileView_GetEntryHeight) == 0x000004, "Wrong size on TileView_GetEntryHeight"); \ +static_assert(offsetof(TileView_GetEntryHeight, ReturnValue) == 0x000000, "Member 'TileView_GetEntryHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TileView_GetEntryWidth \ +static_assert(alignof(TileView_GetEntryWidth) == 0x000004, "Wrong alignment on TileView_GetEntryWidth"); \ +static_assert(sizeof(TileView_GetEntryWidth) == 0x000004, "Wrong size on TileView_GetEntryWidth"); \ +static_assert(offsetof(TileView_GetEntryWidth, ReturnValue) == 0x000000, "Member 'TileView_GetEntryWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileView \ +static_assert(alignof(UTileView) == 0x000010, "Wrong alignment on UTileView"); \ +static_assert(sizeof(UTileView) == 0x000C10, "Wrong size on UTileView"); \ +static_assert(offsetof(UTileView, EntryHeight) == 0x000BF0, "Member 'UTileView::EntryHeight' has a wrong offset!"); \ +static_assert(offsetof(UTileView, EntryWidth) == 0x000BF4, "Member 'UTileView::EntryWidth' has a wrong offset!"); \ +static_assert(offsetof(UTileView, TileAlignment) == 0x000BF8, "Member 'UTileView::TileAlignment' has a wrong offset!"); \ +static_assert(offsetof(UTileView, bWrapHorizontalNavigation) == 0x000BF9, "Member 'UTileView::bWrapHorizontalNavigation' 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_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) == 0x0002F0, "Wrong size on UBorder"); \ +static_assert(offsetof(UBorder, HorizontalAlignment) == 0x000148, "Member 'UBorder::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, VerticalAlignment) == 0x000149, "Member 'UBorder::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacity) == 0x00014C, "Member 'UBorder::ContentColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBorder, ContentColorAndOpacityDelegate) == 0x00015C, "Member 'UBorder::ContentColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Padding) == 0x00016C, "Member 'UBorder::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBorder, Background) == 0x000180, "Member 'UBorder::Background' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BackgroundDelegate) == 0x000250, "Member 'UBorder::BackgroundDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColor) == 0x000260, "Member 'UBorder::BrushColor' has a wrong offset!"); \ +static_assert(offsetof(UBorder, BrushColorDelegate) == 0x000270, "Member 'UBorder::BrushColorDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBorder, DesiredSizeScale) == 0x000280, "Member 'UBorder::DesiredSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UBorder, bFlipForRightToLeftFlowDirection) == 0x000290, "Member 'UBorder::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonDownEvent) == 0x000294, "Member 'UBorder::OnMouseButtonDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseButtonUpEvent) == 0x0002A4, "Member 'UBorder::OnMouseButtonUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseMoveEvent) == 0x0002B4, "Member 'UBorder::OnMouseMoveEvent' has a wrong offset!"); \ +static_assert(offsetof(UBorder, OnMouseDoubleClickEvent) == 0x0002C4, "Member 'UBorder::OnMouseDoubleClickEvent' 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_SetImageSprite \ +static_assert(alignof(Image_SetImageSprite) == 0x000008, "Wrong alignment on Image_SetImageSprite"); \ +static_assert(sizeof(Image_SetImageSprite) == 0x000010, "Wrong size on Image_SetImageSprite"); \ +static_assert(offsetof(Image_SetImageSprite, InSpriteObject) == 0x000000, "Member 'Image_SetImageSprite::InSpriteObject' has a wrong offset!"); \ +static_assert(offsetof(Image_SetImageSprite, InIndex) == 0x000008, "Member 'Image_SetImageSprite::InIndex' 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_Image_SetSpriteRenderingEnabled \ +static_assert(alignof(Image_SetSpriteRenderingEnabled) == 0x000001, "Wrong alignment on Image_SetSpriteRenderingEnabled"); \ +static_assert(sizeof(Image_SetSpriteRenderingEnabled) == 0x000001, "Wrong size on Image_SetSpriteRenderingEnabled"); \ +static_assert(offsetof(Image_SetSpriteRenderingEnabled, bEnableSpriteRendering) == 0x000000, "Member 'Image_SetSpriteRenderingEnabled::bEnableSpriteRendering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UImage \ +static_assert(alignof(UImage) == 0x000010, "Wrong alignment on UImage"); \ +static_assert(sizeof(UImage) == 0x000290, "Wrong size on UImage"); \ +static_assert(offsetof(UImage, Brush) == 0x000130, "Member 'UImage::Brush' has a wrong offset!"); \ +static_assert(offsetof(UImage, bUseAtlas) == 0x000200, "Member 'UImage::bUseAtlas' has a wrong offset!"); \ +static_assert(offsetof(UImage, AtlasedSprite) == 0x000208, "Member 'UImage::AtlasedSprite' has a wrong offset!"); \ +static_assert(offsetof(UImage, BrushDelegate) == 0x000210, "Member 'UImage::BrushDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacity) == 0x000220, "Member 'UImage::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UImage, ColorAndOpacityDelegate) == 0x000230, "Member 'UImage::ColorAndOpacityDelegate' has a wrong offset!"); \ +static_assert(offsetof(UImage, bFlipForRightToLeftFlowDirection) == 0x000240, "Member 'UImage::bFlipForRightToLeftFlowDirection' has a wrong offset!"); \ +static_assert(offsetof(UImage, OnMouseButtonDownEvent) == 0x000244, "Member 'UImage::OnMouseButtonDownEvent' 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_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_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) == 0x000088, "Wrong size on RichTextBlock_SetDefaultFont"); \ +static_assert(offsetof(RichTextBlock_SetDefaultFont, InFontInfo) == 0x000000, "Member 'RichTextBlock_SetDefaultFont::InFontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowColorAndOpacity \ +static_assert(alignof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000004, "Wrong alignment on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(sizeof(RichTextBlock_SetDefaultShadowColorAndOpacity) == 0x000010, "Wrong size on RichTextBlock_SetDefaultShadowColorAndOpacity"); \ +static_assert(offsetof(RichTextBlock_SetDefaultShadowColorAndOpacity, InShadowColorAndOpacity) == 0x000000, "Member 'RichTextBlock_SetDefaultShadowColorAndOpacity::InShadowColorAndOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetDefaultShadowOffset \ +static_assert(alignof(RichTextBlock_SetDefaultShadowOffset) == 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) == 0x000370, "Wrong size on RichTextBlock_SetDefaultTextStyle"); \ +static_assert(offsetof(RichTextBlock_SetDefaultTextStyle, InDefaultTextStyle) == 0x000000, "Member 'RichTextBlock_SetDefaultTextStyle::InDefaultTextStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetForceCache \ +static_assert(alignof(RichTextBlock_SetForceCache) == 0x000001, "Wrong alignment on RichTextBlock_SetForceCache"); \ +static_assert(sizeof(RichTextBlock_SetForceCache) == 0x000001, "Wrong size on RichTextBlock_SetForceCache"); \ +static_assert(offsetof(RichTextBlock_SetForceCache, InForceCache) == 0x000000, "Member 'RichTextBlock_SetForceCache::InForceCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetGSTextWrapping \ +static_assert(alignof(RichTextBlock_SetGSTextWrapping) == 0x000001, "Wrong alignment on RichTextBlock_SetGSTextWrapping"); \ +static_assert(sizeof(RichTextBlock_SetGSTextWrapping) == 0x000001, "Wrong size on RichTextBlock_SetGSTextWrapping"); \ +static_assert(offsetof(RichTextBlock_SetGSTextWrapping, InGSTextWrapping) == 0x000000, "Member 'RichTextBlock_SetGSTextWrapping::InGSTextWrapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetMinDesiredWidth \ +static_assert(alignof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong alignment on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(sizeof(RichTextBlock_SetMinDesiredWidth) == 0x000004, "Wrong size on RichTextBlock_SetMinDesiredWidth"); \ +static_assert(offsetof(RichTextBlock_SetMinDesiredWidth, InMinDesiredWidth) == 0x000000, "Member 'RichTextBlock_SetMinDesiredWidth::InMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_SetText \ +static_assert(alignof(RichTextBlock_SetText) == 0x000008, "Wrong alignment on RichTextBlock_SetText"); \ +static_assert(sizeof(RichTextBlock_SetText) == 0x000018, "Wrong size on RichTextBlock_SetText"); \ +static_assert(offsetof(RichTextBlock_SetText, InText) == 0x000000, "Member 'RichTextBlock_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_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) == 0x000018, "Wrong size on RichTextBlock_GetText"); \ +static_assert(offsetof(RichTextBlock_GetText, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetTextLineCount \ +static_assert(alignof(RichTextBlock_GetTextLineCount) == 0x000004, "Wrong alignment on RichTextBlock_GetTextLineCount"); \ +static_assert(sizeof(RichTextBlock_GetTextLineCount) == 0x000004, "Wrong size on RichTextBlock_GetTextLineCount"); \ +static_assert(offsetof(RichTextBlock_GetTextLineCount, ReturnValue) == 0x000000, "Member 'RichTextBlock_GetTextLineCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RichTextBlock_GetTextOccupiedWidth \ +static_assert(alignof(RichTextBlock_GetTextOccupiedWidth) == 0x000008, "Wrong alignment on RichTextBlock_GetTextOccupiedWidth"); \ +static_assert(sizeof(RichTextBlock_GetTextOccupiedWidth) == 0x000018, "Wrong size on RichTextBlock_GetTextOccupiedWidth"); \ +static_assert(offsetof(RichTextBlock_GetTextOccupiedWidth, InTextContent) == 0x000000, "Member 'RichTextBlock_GetTextOccupiedWidth::InTextContent' has a wrong offset!"); \ +static_assert(offsetof(RichTextBlock_GetTextOccupiedWidth, ReturnValue) == 0x000010, "Member 'RichTextBlock_GetTextOccupiedWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URichTextBlock \ +static_assert(alignof(URichTextBlock) == 0x000010, "Wrong alignment on URichTextBlock"); \ +static_assert(sizeof(URichTextBlock) == 0x0008C0, "Wrong size on URichTextBlock"); \ +static_assert(offsetof(URichTextBlock, Text) == 0x000150, "Member 'URichTextBlock::Text' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextStyleSet) == 0x000168, "Member 'URichTextBlock::TextStyleSet' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DecoratorClasses) == 0x000170, "Member 'URichTextBlock::DecoratorClasses' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, bOverrideDefaultStyle) == 0x000180, "Member 'URichTextBlock::bOverrideDefaultStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyleOverride) == 0x000190, "Member 'URichTextBlock::DefaultTextStyleOverride' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, MinDesiredWidth) == 0x000500, "Member 'URichTextBlock::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextTransformPolicy) == 0x000504, "Member 'URichTextBlock::TextTransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, TextOverflowPolicy) == 0x000505, "Member 'URichTextBlock::TextOverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, DefaultTextStyle) == 0x000510, "Member 'URichTextBlock::DefaultTextStyle' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, GSTextWrapping) == 0x000880, "Member 'URichTextBlock::GSTextWrapping' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, ForceCache) == 0x000881, "Member 'URichTextBlock::ForceCache' has a wrong offset!"); \ +static_assert(offsetof(URichTextBlock, InstanceDecorators) == 0x000888, "Member 'URichTextBlock::InstanceDecorators' 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, ColumnIndex) == 0x000000, "Member 'GridPanel_SetRowFill::ColumnIndex' has a wrong offset!"); \ +static_assert(offsetof(GridPanel_SetRowFill, Coefficient) == 0x000004, "Member 'GridPanel_SetRowFill::Coefficient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGridPanel \ +static_assert(alignof(UGridPanel) == 0x000008, "Wrong alignment on UGridPanel"); \ +static_assert(sizeof(UGridPanel) == 0x000178, "Wrong size on UGridPanel"); \ +static_assert(offsetof(UGridPanel, ColumnFill) == 0x000148, "Member 'UGridPanel::ColumnFill' has a wrong offset!"); \ +static_assert(offsetof(UGridPanel, RowFill) == 0x000158, "Member 'UGridPanel::RowFill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Overlay_AddChildToOverlay \ +static_assert(alignof(Overlay_AddChildToOverlay) == 0x000008, "Wrong alignment on Overlay_AddChildToOverlay"); \ +static_assert(sizeof(Overlay_AddChildToOverlay) == 0x000010, "Wrong size on Overlay_AddChildToOverlay"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, Content) == 0x000000, "Member 'Overlay_AddChildToOverlay::Content' has a wrong offset!"); \ +static_assert(offsetof(Overlay_AddChildToOverlay, ReturnValue) == 0x000008, "Member 'Overlay_AddChildToOverlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlay \ +static_assert(alignof(UOverlay) == 0x000008, "Wrong alignment on UOverlay"); \ +static_assert(sizeof(UOverlay) == 0x000158, "Wrong size on UOverlay"); \ + +#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) == 0x000068, "Wrong size on UCheckedStateBinding"); \ + +#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_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) == 0x000158, "Wrong size on UCanvasPanel"); \ + +#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_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_SetGSBlurMaskBrush \ +static_assert(alignof(BackgroundBlur_SetGSBlurMaskBrush) == 0x000010, "Wrong alignment on BackgroundBlur_SetGSBlurMaskBrush"); \ +static_assert(sizeof(BackgroundBlur_SetGSBlurMaskBrush) == 0x0000D0, "Wrong size on BackgroundBlur_SetGSBlurMaskBrush"); \ +static_assert(offsetof(BackgroundBlur_SetGSBlurMaskBrush, InBrush) == 0x000000, "Member 'BackgroundBlur_SetGSBlurMaskBrush::InBrush' 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) == 0x000340, "Wrong size on UBackgroundBlur"); \ +static_assert(offsetof(UBackgroundBlur, Padding) == 0x000148, "Member 'UBackgroundBlur::Padding' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, HorizontalAlignment) == 0x000158, "Member 'UBackgroundBlur::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, VerticalAlignment) == 0x000159, "Member 'UBackgroundBlur::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bApplyAlphaToBlur) == 0x00015A, "Member 'UBackgroundBlur::bApplyAlphaToBlur' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurStrength) == 0x00015C, "Member 'UBackgroundBlur::BlurStrength' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, bOverrideAutoRadiusCalculation) == 0x000160, "Member 'UBackgroundBlur::bOverrideAutoRadiusCalculation' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, BlurRadius) == 0x000164, "Member 'UBackgroundBlur::BlurRadius' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, CornerRadius) == 0x000170, "Member 'UBackgroundBlur::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, LowQualityFallbackBrush) == 0x000190, "Member 'UBackgroundBlur::LowQualityFallbackBrush' has a wrong offset!"); \ +static_assert(offsetof(UBackgroundBlur, GSBlurMaskBrush) == 0x000260, "Member 'UBackgroundBlur::GSBlurMaskBrush' 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_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) == 0x000068, "Wrong size on UBrushBinding"); \ + +#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_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) == 0x000CD0, "Wrong size on UCheckBox"); \ +static_assert(offsetof(UCheckBox, CheckedState) == 0x000148, "Member 'UCheckBox::CheckedState' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedStateDelegate) == 0x00014C, "Member 'UCheckBox::CheckedStateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, WidgetStyle) == 0x000160, "Member 'UCheckBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, Style) == 0x000C30, "Member 'UCheckBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedImage) == 0x000C38, "Member 'UCheckBox::UncheckedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedHoveredImage) == 0x000C40, "Member 'UCheckBox::UncheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UncheckedPressedImage) == 0x000C48, "Member 'UCheckBox::UncheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedImage) == 0x000C50, "Member 'UCheckBox::CheckedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedHoveredImage) == 0x000C58, "Member 'UCheckBox::CheckedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, CheckedPressedImage) == 0x000C60, "Member 'UCheckBox::CheckedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedImage) == 0x000C68, "Member 'UCheckBox::UndeterminedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedHoveredImage) == 0x000C70, "Member 'UCheckBox::UndeterminedHoveredImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, UndeterminedPressedImage) == 0x000C78, "Member 'UCheckBox::UndeterminedPressedImage' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, HorizontalAlignment) == 0x000C80, "Member 'UCheckBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, Padding) == 0x000C84, "Member 'UCheckBox::Padding' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, BorderBackgroundColor) == 0x000C94, "Member 'UCheckBox::BorderBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, ClickMethod) == 0x000CA8, "Member 'UCheckBox::ClickMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, TouchMethod) == 0x000CA9, "Member 'UCheckBox::TouchMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, PressMethod) == 0x000CAA, "Member 'UCheckBox::PressMethod' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, IsFocusable) == 0x000CAB, "Member 'UCheckBox::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UCheckBox, OnCheckStateChanged) == 0x000CB0, "Member 'UCheckBox::OnCheckStateChanged' 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) == 0x000240, "Wrong size on UCircularThrobber"); \ +static_assert(offsetof(UCircularThrobber, NumberOfPieces) == 0x000130, "Member 'UCircularThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Period) == 0x000134, "Member 'UCircularThrobber::Period' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Radius) == 0x000138, "Member 'UCircularThrobber::Radius' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, PieceImage) == 0x000140, "Member 'UCircularThrobber::PieceImage' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, Image) == 0x000150, "Member 'UCircularThrobber::Image' has a wrong offset!"); \ +static_assert(offsetof(UCircularThrobber, bEnableRadius) == 0x000220, "Member 'UCircularThrobber::bEnableRadius' has a wrong offset!"); \ + +#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) == 0x000068, "Wrong size on UColorBinding"); \ + +#define DUMPER7_ASSERTS_UComboBox \ +static_assert(alignof(UComboBox) == 0x000008, "Wrong alignment on UComboBox"); \ +static_assert(sizeof(UComboBox) == 0x000168, "Wrong size on UComboBox"); \ +static_assert(offsetof(UComboBox, Items) == 0x000130, "Member 'UComboBox::Items' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, OnGenerateWidgetEvent) == 0x000140, "Member 'UComboBox::OnGenerateWidgetEvent' has a wrong offset!"); \ +static_assert(offsetof(UComboBox, bIsFocusable) == 0x000150, "Member 'UComboBox::bIsFocusable' 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) == 0x001590, "Wrong size on UComboBoxKey"); \ +static_assert(offsetof(UComboBoxKey, Options) == 0x000130, "Member 'UComboBoxKey::Options' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, SelectedOption) == 0x000140, "Member 'UComboBoxKey::SelectedOption' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, WidgetStyle) == 0x000150, "Member 'UComboBoxKey::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ItemStyle) == 0x0007B0, "Member 'UComboBoxKey::ItemStyle' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ForegroundColor) == 0x001500, "Member 'UComboBoxKey::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, ContentPadding) == 0x001514, "Member 'UComboBoxKey::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, MaxListHeight) == 0x001524, "Member 'UComboBoxKey::MaxListHeight' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bHasDownArrow) == 0x001528, "Member 'UComboBoxKey::bHasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bEnableGamepadNavigationMode) == 0x001529, "Member 'UComboBoxKey::bEnableGamepadNavigationMode' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, bIsFocusable) == 0x00152A, "Member 'UComboBoxKey::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnGenerateContentWidget) == 0x00152C, "Member 'UComboBoxKey::OnGenerateContentWidget' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnGenerateItemWidget) == 0x00153C, "Member 'UComboBoxKey::OnGenerateItemWidget' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnSelectionChanged) == 0x001550, "Member 'UComboBoxKey::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UComboBoxKey, OnOpening) == 0x001560, "Member 'UComboBoxKey::OnOpening' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DragDropOperation_DragCancelled \ +static_assert(alignof(DragDropOperation_DragCancelled) == 0x000008, "Wrong alignment on DragDropOperation_DragCancelled"); \ +static_assert(sizeof(DragDropOperation_DragCancelled) == 0x000090, "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) == 0x000090, "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) == 0x000090, "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_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) == 0x000210, "Wrong size on UDynamicEntryBoxBase"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryBoxType) == 0x000130, "Member 'UDynamicEntryBoxBase::EntryBoxType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySpacing) == 0x000138, "Member 'UDynamicEntryBoxBase::EntrySpacing' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, SpacingPattern) == 0x000148, "Member 'UDynamicEntryBoxBase::SpacingPattern' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntrySizeRule) == 0x000158, "Member 'UDynamicEntryBoxBase::EntrySizeRule' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryHorizontalAlignment) == 0x000160, "Member 'UDynamicEntryBoxBase::EntryHorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryVerticalAlignment) == 0x000161, "Member 'UDynamicEntryBoxBase::EntryVerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, MaxElementSize) == 0x000164, "Member 'UDynamicEntryBoxBase::MaxElementSize' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, RadialBoxSettings) == 0x000168, "Member 'UDynamicEntryBoxBase::RadialBoxSettings' has a wrong offset!"); \ +static_assert(offsetof(UDynamicEntryBoxBase, EntryWidgetPool) == 0x000188, "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) == 0x000218, "Wrong size on UDynamicEntryBox"); \ +static_assert(offsetof(UDynamicEntryBox, EntryWidgetClass) == 0x000210, "Member 'UDynamicEntryBox::EntryWidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetHintText \ +static_assert(alignof(EditableText_SetHintText) == 0x000008, "Wrong alignment on EditableText_SetHintText"); \ +static_assert(sizeof(EditableText_SetHintText) == 0x000018, "Wrong size on EditableText_SetHintText"); \ +static_assert(offsetof(EditableText_SetHintText, InHintText) == 0x000000, "Member 'EditableText_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetIsPassword \ +static_assert(alignof(EditableText_SetIsPassword) == 0x000001, "Wrong alignment on EditableText_SetIsPassword"); \ +static_assert(sizeof(EditableText_SetIsPassword) == 0x000001, "Wrong size on EditableText_SetIsPassword"); \ +static_assert(offsetof(EditableText_SetIsPassword, InbIsPassword) == 0x000000, "Member 'EditableText_SetIsPassword::InbIsPassword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetIsReadOnly \ +static_assert(alignof(EditableText_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableText_SetIsReadOnly"); \ +static_assert(sizeof(EditableText_SetIsReadOnly) == 0x000001, "Wrong size on EditableText_SetIsReadOnly"); \ +static_assert(offsetof(EditableText_SetIsReadOnly, InbIsReadyOnly) == 0x000000, "Member 'EditableText_SetIsReadOnly::InbIsReadyOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetJustification \ +static_assert(alignof(EditableText_SetJustification) == 0x000001, "Wrong alignment on EditableText_SetJustification"); \ +static_assert(sizeof(EditableText_SetJustification) == 0x000001, "Wrong size on EditableText_SetJustification"); \ +static_assert(offsetof(EditableText_SetJustification, InJustification) == 0x000000, "Member 'EditableText_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_SetText \ +static_assert(alignof(EditableText_SetText) == 0x000008, "Wrong alignment on EditableText_SetText"); \ +static_assert(sizeof(EditableText_SetText) == 0x000018, "Wrong size on EditableText_SetText"); \ +static_assert(offsetof(EditableText_SetText, InText) == 0x000000, "Member 'EditableText_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableText_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_GetText \ +static_assert(alignof(EditableText_GetText) == 0x000008, "Wrong alignment on EditableText_GetText"); \ +static_assert(sizeof(EditableText_GetText) == 0x000018, "Wrong size on EditableText_GetText"); \ +static_assert(offsetof(EditableText_GetText, ReturnValue) == 0x000000, "Member 'EditableText_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableText \ +static_assert(alignof(UEditableText) == 0x000010, "Wrong alignment on UEditableText"); \ +static_assert(sizeof(UEditableText) == 0x0005B0, "Wrong size on UEditableText"); \ +static_assert(offsetof(UEditableText, Text) == 0x000130, "Member 'UEditableText::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, TextDelegate) == 0x000148, "Member 'UEditableText::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintText) == 0x000158, "Member 'UEditableText::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, HintTextDelegate) == 0x000170, "Member 'UEditableText::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, WidgetStyle) == 0x000180, "Member 'UEditableText::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Style) == 0x0004A0, "Member 'UEditableText::Style' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, BackgroundImageSelected) == 0x0004A8, "Member 'UEditableText::BackgroundImageSelected' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, BackgroundImageComposing) == 0x0004B0, "Member 'UEditableText::BackgroundImageComposing' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, CaretImage) == 0x0004B8, "Member 'UEditableText::CaretImage' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Font) == 0x0004C0, "Member 'UEditableText::Font' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ColorAndOpacity) == 0x000548, "Member 'UEditableText::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsReadOnly) == 0x00055C, "Member 'UEditableText::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsPassword) == 0x00055D, "Member 'UEditableText::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, MinimumDesiredWidth) == 0x000560, "Member 'UEditableText::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, IsCaretMovedWhenGainFocus) == 0x000564, "Member 'UEditableText::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextWhenFocused) == 0x000565, "Member 'UEditableText::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, RevertTextOnEscape) == 0x000566, "Member 'UEditableText::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ClearKeyboardFocusOnCommit) == 0x000567, "Member 'UEditableText::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, SelectAllTextOnCommit) == 0x000568, "Member 'UEditableText::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, AllowContextMenu) == 0x000569, "Member 'UEditableText::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, KeyboardType) == 0x00056A, "Member 'UEditableText::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardOptions) == 0x00056B, "Member 'UEditableText::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardTrigger) == 0x00056C, "Member 'UEditableText::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, VirtualKeyboardDismissAction) == 0x00056D, "Member 'UEditableText::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, Justification) == 0x00056E, "Member 'UEditableText::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OverflowPolicy) == 0x00056F, "Member 'UEditableText::OverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, ShapedTextOptions) == 0x000570, "Member 'UEditableText::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextChanged) == 0x000578, "Member 'UEditableText::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableText, OnTextCommitted) == 0x000588, "Member 'UEditableText::OnTextCommitted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetError \ +static_assert(alignof(EditableTextBox_SetError) == 0x000008, "Wrong alignment on EditableTextBox_SetError"); \ +static_assert(sizeof(EditableTextBox_SetError) == 0x000018, "Wrong size on EditableTextBox_SetError"); \ +static_assert(offsetof(EditableTextBox_SetError, InError) == 0x000000, "Member 'EditableTextBox_SetError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_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) == 0x000018, "Wrong size on EditableTextBox_SetHintText"); \ +static_assert(offsetof(EditableTextBox_SetHintText, InText) == 0x000000, "Member 'EditableTextBox_SetHintText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetIsPassword \ +static_assert(alignof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong alignment on EditableTextBox_SetIsPassword"); \ +static_assert(sizeof(EditableTextBox_SetIsPassword) == 0x000001, "Wrong size on EditableTextBox_SetIsPassword"); \ +static_assert(offsetof(EditableTextBox_SetIsPassword, bIsPassword) == 0x000000, "Member 'EditableTextBox_SetIsPassword::bIsPassword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetIsReadOnly \ +static_assert(alignof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong alignment on EditableTextBox_SetIsReadOnly"); \ +static_assert(sizeof(EditableTextBox_SetIsReadOnly) == 0x000001, "Wrong size on EditableTextBox_SetIsReadOnly"); \ +static_assert(offsetof(EditableTextBox_SetIsReadOnly, bReadOnly) == 0x000000, "Member 'EditableTextBox_SetIsReadOnly::bReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetJustification \ +static_assert(alignof(EditableTextBox_SetJustification) == 0x000001, "Wrong alignment on EditableTextBox_SetJustification"); \ +static_assert(sizeof(EditableTextBox_SetJustification) == 0x000001, "Wrong size on EditableTextBox_SetJustification"); \ +static_assert(offsetof(EditableTextBox_SetJustification, InJustification) == 0x000000, "Member 'EditableTextBox_SetJustification::InJustification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_SetText \ +static_assert(alignof(EditableTextBox_SetText) == 0x000008, "Wrong alignment on EditableTextBox_SetText"); \ +static_assert(sizeof(EditableTextBox_SetText) == 0x000018, "Wrong size on EditableTextBox_SetText"); \ +static_assert(offsetof(EditableTextBox_SetText, InText) == 0x000000, "Member 'EditableTextBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_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) == 0x000018, "Wrong size on EditableTextBox_GetText"); \ +static_assert(offsetof(EditableTextBox_GetText, ReturnValue) == 0x000000, "Member 'EditableTextBox_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditableTextBox_HasError \ +static_assert(alignof(EditableTextBox_HasError) == 0x000001, "Wrong alignment on EditableTextBox_HasError"); \ +static_assert(sizeof(EditableTextBox_HasError) == 0x000001, "Wrong size on EditableTextBox_HasError"); \ +static_assert(offsetof(EditableTextBox_HasError, ReturnValue) == 0x000000, "Member 'EditableTextBox_HasError::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditableTextBox \ +static_assert(alignof(UEditableTextBox) == 0x000010, "Wrong alignment on UEditableTextBox"); \ +static_assert(sizeof(UEditableTextBox) == 0x000E70, "Wrong size on UEditableTextBox"); \ +static_assert(offsetof(UEditableTextBox, Text) == 0x000130, "Member 'UEditableTextBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, TextDelegate) == 0x000148, "Member 'UEditableTextBox::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, WidgetStyle) == 0x000160, "Member 'UEditableTextBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Style) == 0x000D30, "Member 'UEditableTextBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintText) == 0x000D38, "Member 'UEditableTextBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, HintTextDelegate) == 0x000D50, "Member 'UEditableTextBox::HintTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Font) == 0x000D60, "Member 'UEditableTextBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ForegroundColor) == 0x000DE8, "Member 'UEditableTextBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, BackgroundColor) == 0x000DF8, "Member 'UEditableTextBox::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ReadOnlyForegroundColor) == 0x000E08, "Member 'UEditableTextBox::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsReadOnly) == 0x000E18, "Member 'UEditableTextBox::IsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsPassword) == 0x000E19, "Member 'UEditableTextBox::IsPassword' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, MinimumDesiredWidth) == 0x000E1C, "Member 'UEditableTextBox::MinimumDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Padding) == 0x000E20, "Member 'UEditableTextBox::Padding' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, IsCaretMovedWhenGainFocus) == 0x000E30, "Member 'UEditableTextBox::IsCaretMovedWhenGainFocus' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextWhenFocused) == 0x000E31, "Member 'UEditableTextBox::SelectAllTextWhenFocused' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, RevertTextOnEscape) == 0x000E32, "Member 'UEditableTextBox::RevertTextOnEscape' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ClearKeyboardFocusOnCommit) == 0x000E33, "Member 'UEditableTextBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, SelectAllTextOnCommit) == 0x000E34, "Member 'UEditableTextBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, AllowContextMenu) == 0x000E35, "Member 'UEditableTextBox::AllowContextMenu' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, KeyboardType) == 0x000E36, "Member 'UEditableTextBox::KeyboardType' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardOptions) == 0x000E37, "Member 'UEditableTextBox::VirtualKeyboardOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardTrigger) == 0x000E38, "Member 'UEditableTextBox::VirtualKeyboardTrigger' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, VirtualKeyboardDismissAction) == 0x000E39, "Member 'UEditableTextBox::VirtualKeyboardDismissAction' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, Justification) == 0x000E3A, "Member 'UEditableTextBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OverflowPolicy) == 0x000E3B, "Member 'UEditableTextBox::OverflowPolicy' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, ShapedTextOptions) == 0x000E3C, "Member 'UEditableTextBox::ShapedTextOptions' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextChanged) == 0x000E40, "Member 'UEditableTextBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UEditableTextBox, OnTextCommitted) == 0x000E50, "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) == 0x000440, "Wrong size on UExpandableArea"); \ +static_assert(offsetof(UExpandableArea, Style) == 0x000140, "Member 'UExpandableArea::Style' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BorderBrush) == 0x000300, "Member 'UExpandableArea::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BorderColor) == 0x0003D0, "Member 'UExpandableArea::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, bIsExpanded) == 0x0003E4, "Member 'UExpandableArea::bIsExpanded' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, MaxHeight) == 0x0003E8, "Member 'UExpandableArea::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderPadding) == 0x0003EC, "Member 'UExpandableArea::HeaderPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, AreaPadding) == 0x0003FC, "Member 'UExpandableArea::AreaPadding' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, OnExpansionChanged) == 0x000410, "Member 'UExpandableArea::OnExpansionChanged' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, HeaderContent) == 0x000420, "Member 'UExpandableArea::HeaderContent' has a wrong offset!"); \ +static_assert(offsetof(UExpandableArea, BodyContent) == 0x000428, "Member 'UExpandableArea::BodyContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FloatBinding_GetValue \ +static_assert(alignof(FloatBinding_GetValue) == 0x000004, "Wrong alignment on FloatBinding_GetValue"); \ +static_assert(sizeof(FloatBinding_GetValue) == 0x000004, "Wrong size on FloatBinding_GetValue"); \ +static_assert(offsetof(FloatBinding_GetValue, ReturnValue) == 0x000000, "Member 'FloatBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFloatBinding \ +static_assert(alignof(UFloatBinding) == 0x000008, "Wrong alignment on UFloatBinding"); \ +static_assert(sizeof(UFloatBinding) == 0x000060, "Wrong size on UFloatBinding"); \ + +#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) == 0x000158, "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, Padding) == 0x000040, "Member 'UHorizontalBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UHorizontalBoxSlot, Size) == 0x000050, "Member 'UHorizontalBoxSlot::Size' 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_InputKeySelector_SetAllowGamepadKeys \ +static_assert(alignof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowGamepadKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowGamepadKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowGamepadKeys, bInAllowGamepadKeys) == 0x000000, "Member 'InputKeySelector_SetAllowGamepadKeys::bInAllowGamepadKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetAllowModifierKeys \ +static_assert(alignof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong alignment on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(sizeof(InputKeySelector_SetAllowModifierKeys) == 0x000001, "Wrong size on InputKeySelector_SetAllowModifierKeys"); \ +static_assert(offsetof(InputKeySelector_SetAllowModifierKeys, bInAllowModifierKeys) == 0x000000, "Member 'InputKeySelector_SetAllowModifierKeys::bInAllowModifierKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetEscapeKeys \ +static_assert(alignof(InputKeySelector_SetEscapeKeys) == 0x000008, "Wrong alignment on InputKeySelector_SetEscapeKeys"); \ +static_assert(sizeof(InputKeySelector_SetEscapeKeys) == 0x000010, "Wrong size on InputKeySelector_SetEscapeKeys"); \ +static_assert(offsetof(InputKeySelector_SetEscapeKeys, InKeys) == 0x000000, "Member 'InputKeySelector_SetEscapeKeys::InKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetKeySelectionText \ +static_assert(alignof(InputKeySelector_SetKeySelectionText) == 0x000008, "Wrong alignment on InputKeySelector_SetKeySelectionText"); \ +static_assert(sizeof(InputKeySelector_SetKeySelectionText) == 0x000018, "Wrong size on InputKeySelector_SetKeySelectionText"); \ +static_assert(offsetof(InputKeySelector_SetKeySelectionText, InKeySelectionText) == 0x000000, "Member 'InputKeySelector_SetKeySelectionText::InKeySelectionText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetNoKeySpecifiedText \ +static_assert(alignof(InputKeySelector_SetNoKeySpecifiedText) == 0x000008, "Wrong alignment on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(sizeof(InputKeySelector_SetNoKeySpecifiedText) == 0x000018, "Wrong size on InputKeySelector_SetNoKeySpecifiedText"); \ +static_assert(offsetof(InputKeySelector_SetNoKeySpecifiedText, InNoKeySpecifiedText) == 0x000000, "Member 'InputKeySelector_SetNoKeySpecifiedText::InNoKeySpecifiedText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputKeySelector_SetSelectedKey \ +static_assert(alignof(InputKeySelector_SetSelectedKey) == 0x000008, "Wrong alignment on InputKeySelector_SetSelectedKey"); \ +static_assert(sizeof(InputKeySelector_SetSelectedKey) == 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) == 0x0009D0, "Wrong size on UInputKeySelector"); \ +static_assert(offsetof(UInputKeySelector, WidgetStyle) == 0x000130, "Member 'UInputKeySelector::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, TextStyle) == 0x000520, "Member 'UInputKeySelector::TextStyle' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, SelectedKey) == 0x000890, "Member 'UInputKeySelector::SelectedKey' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Font) == 0x0008B0, "Member 'UInputKeySelector::Font' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, Margin) == 0x000938, "Member 'UInputKeySelector::Margin' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, ColorAndOpacity) == 0x000948, "Member 'UInputKeySelector::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, KeySelectionText) == 0x000958, "Member 'UInputKeySelector::KeySelectionText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, NoKeySpecifiedText) == 0x000970, "Member 'UInputKeySelector::NoKeySpecifiedText' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowModifierKeys) == 0x000988, "Member 'UInputKeySelector::bAllowModifierKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, bAllowGamepadKeys) == 0x000989, "Member 'UInputKeySelector::bAllowGamepadKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, EscapeKeys) == 0x000990, "Member 'UInputKeySelector::EscapeKeys' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnKeySelected) == 0x0009A0, "Member 'UInputKeySelector::OnKeySelected' has a wrong offset!"); \ +static_assert(offsetof(UInputKeySelector, OnIsSelectingKeyChanged) == 0x0009B0, "Member 'UInputKeySelector::OnIsSelectingKeyChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Int32Binding_GetValue \ +static_assert(alignof(Int32Binding_GetValue) == 0x000004, "Wrong alignment on Int32Binding_GetValue"); \ +static_assert(sizeof(Int32Binding_GetValue) == 0x000004, "Wrong size on Int32Binding_GetValue"); \ +static_assert(offsetof(Int32Binding_GetValue, ReturnValue) == 0x000000, "Member 'Int32Binding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInt32Binding \ +static_assert(alignof(UInt32Binding) == 0x000008, "Wrong alignment on UInt32Binding"); \ +static_assert(sizeof(UInt32Binding) == 0x000060, "Wrong size on UInt32Binding"); \ + +#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) == 0x000160, "Wrong size on UInvalidationBox"); \ +static_assert(offsetof(UInvalidationBox, bCanCache) == 0x000148, "Member 'UInvalidationBox::bCanCache' has a wrong offset!"); \ +static_assert(offsetof(UInvalidationBox, CacheRelativeTransforms) == 0x000149, "Member 'UInvalidationBox::CacheRelativeTransforms' has a wrong offset!"); \ + +#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_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_UListViewDesignerPreviewItem \ +static_assert(alignof(UListViewDesignerPreviewItem) == 0x000008, "Wrong alignment on UListViewDesignerPreviewItem"); \ +static_assert(sizeof(UListViewDesignerPreviewItem) == 0x000028, "Wrong size on UListViewDesignerPreviewItem"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_FitInWindow \ +static_assert(alignof(MenuAnchor_FitInWindow) == 0x000001, "Wrong alignment on MenuAnchor_FitInWindow"); \ +static_assert(sizeof(MenuAnchor_FitInWindow) == 0x000001, "Wrong size on MenuAnchor_FitInWindow"); \ +static_assert(offsetof(MenuAnchor_FitInWindow, bFit) == 0x000000, "Member 'MenuAnchor_FitInWindow::bFit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_Open \ +static_assert(alignof(MenuAnchor_Open) == 0x000001, "Wrong alignment on MenuAnchor_Open"); \ +static_assert(sizeof(MenuAnchor_Open) == 0x000001, "Wrong size on MenuAnchor_Open"); \ +static_assert(offsetof(MenuAnchor_Open, bFocusMenu) == 0x000000, "Member 'MenuAnchor_Open::bFocusMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_SetPlacement \ +static_assert(alignof(MenuAnchor_SetPlacement) == 0x000001, "Wrong alignment on MenuAnchor_SetPlacement"); \ +static_assert(sizeof(MenuAnchor_SetPlacement) == 0x000001, "Wrong size on MenuAnchor_SetPlacement"); \ +static_assert(offsetof(MenuAnchor_SetPlacement, InPlacement) == 0x000000, "Member 'MenuAnchor_SetPlacement::InPlacement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_ToggleOpen \ +static_assert(alignof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong alignment on MenuAnchor_ToggleOpen"); \ +static_assert(sizeof(MenuAnchor_ToggleOpen) == 0x000001, "Wrong size on MenuAnchor_ToggleOpen"); \ +static_assert(offsetof(MenuAnchor_ToggleOpen, bFocusOnOpen) == 0x000000, "Member 'MenuAnchor_ToggleOpen::bFocusOnOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MenuAnchor_GetMenuPosition \ +static_assert(alignof(MenuAnchor_GetMenuPosition) == 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) == 0x000198, "Wrong size on UMenuAnchor"); \ +static_assert(offsetof(UMenuAnchor, MenuClass) == 0x000148, "Member 'UMenuAnchor::MenuClass' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetMenuContentEvent) == 0x000150, "Member 'UMenuAnchor::OnGetMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnGetUserMenuContentEvent) == 0x000160, "Member 'UMenuAnchor::OnGetUserMenuContentEvent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, Placement) == 0x000170, "Member 'UMenuAnchor::Placement' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, bFitInWindow) == 0x000171, "Member 'UMenuAnchor::bFitInWindow' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, ShouldDeferPaintingAfterWindowContent) == 0x000172, "Member 'UMenuAnchor::ShouldDeferPaintingAfterWindowContent' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, UseApplicationMenuStack) == 0x000173, "Member 'UMenuAnchor::UseApplicationMenuStack' has a wrong offset!"); \ +static_assert(offsetof(UMenuAnchor, OnMenuOpenChanged) == 0x000178, "Member 'UMenuAnchor::OnMenuOpenChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000060, "Wrong size on UMouseCursorBinding"); \ + +#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) == 0x000750, "Wrong size on UMovieScene2DTransformSection"); \ +static_assert(offsetof(UMovieScene2DTransformSection, TransformMask) == 0x0000F0, "Member 'UMovieScene2DTransformSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Translation) == 0x0000F8, "Member 'UMovieScene2DTransformSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Rotation) == 0x0002C8, "Member 'UMovieScene2DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Scale) == 0x0003B0, "Member 'UMovieScene2DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene2DTransformSection, Shear) == 0x000580, "Member 'UMovieScene2DTransformSection::Shear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene2DTransformTrack \ +static_assert(alignof(UMovieScene2DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene2DTransformTrack"); \ +static_assert(sizeof(UMovieScene2DTransformTrack) == 0x0000C0, "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_UMovieSceneWidgetMaterialTrack \ +static_assert(alignof(UMovieSceneWidgetMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneWidgetMaterialTrack"); \ +static_assert(sizeof(UMovieSceneWidgetMaterialTrack) == 0x0000C0, "Wrong size on UMovieSceneWidgetMaterialTrack"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, BrushPropertyNamePath) == 0x0000A8, "Member 'UMovieSceneWidgetMaterialTrack::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneWidgetMaterialTrack, TrackName) == 0x0000B8, "Member 'UMovieSceneWidgetMaterialTrack::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedSlot \ +static_assert(alignof(UNamedSlot) == 0x000008, "Wrong alignment on UNamedSlot"); \ +static_assert(sizeof(UNamedSlot) == 0x000158, "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) == 0x000140, "Wrong size on UNativeWidgetHost"); \ + +#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_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) == 0x000440, "Wrong size on UProgressBar"); \ +static_assert(offsetof(UProgressBar, WidgetStyle) == 0x000130, "Member 'UProgressBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Style) == 0x0003C0, "Member 'UProgressBar::Style' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BackgroundImage) == 0x0003C8, "Member 'UProgressBar::BackgroundImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillImage) == 0x0003D0, "Member 'UProgressBar::FillImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, MarqueeImage) == 0x0003D8, "Member 'UProgressBar::MarqueeImage' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, Percent) == 0x0003E0, "Member 'UProgressBar::Percent' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillType) == 0x0003E4, "Member 'UProgressBar::BarFillType' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BarFillStyle) == 0x0003E5, "Member 'UProgressBar::BarFillStyle' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, bIsMarquee) == 0x0003E6, "Member 'UProgressBar::bIsMarquee' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, BorderPadding) == 0x0003E8, "Member 'UProgressBar::BorderPadding' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, PercentDelegate) == 0x0003F8, "Member 'UProgressBar::PercentDelegate' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacity) == 0x000408, "Member 'UProgressBar::FillColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UProgressBar, FillColorAndOpacityDelegate) == 0x000418, "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_URetainerBox \ +static_assert(alignof(URetainerBox) == 0x000008, "Wrong alignment on URetainerBox"); \ +static_assert(sizeof(URetainerBox) == 0x000178, "Wrong size on URetainerBox"); \ +static_assert(offsetof(URetainerBox, bRetainRender) == 0x000148, "Member 'URetainerBox::bRetainRender' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnInvalidation) == 0x000149, "Member 'URetainerBox::RenderOnInvalidation' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, RenderOnPhase) == 0x00014A, "Member 'URetainerBox::RenderOnPhase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, Phase) == 0x00014C, "Member 'URetainerBox::Phase' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, PhaseCount) == 0x000150, "Member 'URetainerBox::PhaseCount' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, IsGSPixToPix) == 0x000154, "Member 'URetainerBox::IsGSPixToPix' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, EffectMaterial) == 0x000158, "Member 'URetainerBox::EffectMaterial' has a wrong offset!"); \ +static_assert(offsetof(URetainerBox, TextureParameter) == 0x000160, "Member 'URetainerBox::TextureParameter' has a wrong offset!"); \ + +#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) == 0x000160, "Wrong size on USafeZone"); \ +static_assert(offsetof(USafeZone, PadLeft) == 0x000148, "Member 'USafeZone::PadLeft' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadRight) == 0x000149, "Member 'USafeZone::PadRight' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadTop) == 0x00014A, "Member 'USafeZone::PadTop' has a wrong offset!"); \ +static_assert(offsetof(USafeZone, PadBottom) == 0x00014B, "Member 'USafeZone::PadBottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USafeZoneSlot \ +static_assert(alignof(USafeZoneSlot) == 0x000008, "Wrong alignment on USafeZoneSlot"); \ +static_assert(sizeof(USafeZoneSlot) == 0x000060, "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) == 0x000168, "Wrong size on UScaleBox"); \ +static_assert(offsetof(UScaleBox, Stretch) == 0x000148, "Member 'UScaleBox::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, StretchDirection) == 0x000149, "Member 'UScaleBox::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, UserSpecifiedScale) == 0x00014C, "Member 'UScaleBox::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UScaleBox, IgnoreInheritedScale) == 0x000150, "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) == 0x000060, "Wrong size on UScaleBoxSlot"); \ +static_assert(offsetof(UScaleBoxSlot, Padding) == 0x000038, "Member 'UScaleBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UScaleBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScaleBoxSlot, VerticalAlignment) == 0x000049, "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) == 0x0008E0, "Wrong size on UScrollBar"); \ +static_assert(offsetof(UScrollBar, WidgetStyle) == 0x000130, "Member 'UScrollBar::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Style) == 0x0008A0, "Member 'UScrollBar::Style' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbar) == 0x0008A8, "Member 'UScrollBar::bAlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, bAlwaysShowScrollbarTrack) == 0x0008A9, "Member 'UScrollBar::bAlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Orientation) == 0x0008AA, "Member 'UScrollBar::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Thickness) == 0x0008B0, "Member 'UScrollBar::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBar, Padding) == 0x0008C0, "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_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_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) == 0x000C90, "Wrong size on UScrollBox"); \ +static_assert(offsetof(UScrollBox, WidgetStyle) == 0x000150, "Member 'UScrollBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WidgetBarStyle) == 0x0004A0, "Member 'UScrollBox::WidgetBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, Style) == 0x000C10, "Member 'UScrollBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, BarStyle) == 0x000C18, "Member 'UScrollBox::BarStyle' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, Orientation) == 0x000C20, "Member 'UScrollBox::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollBarVisibility) == 0x000C21, "Member 'UScrollBox::ScrollBarVisibility' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ConsumeMouseWheel) == 0x000C22, "Member 'UScrollBox::ConsumeMouseWheel' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarThickness) == 0x000C28, "Member 'UScrollBox::ScrollbarThickness' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollbarPadding) == 0x000C38, "Member 'UScrollBox::ScrollbarPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbar) == 0x000C48, "Member 'UScrollBox::AlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AlwaysShowScrollbarTrack) == 0x000C49, "Member 'UScrollBox::AlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, AllowOverscroll) == 0x000C4A, "Member 'UScrollBox::AllowOverscroll' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, BackPadScrolling) == 0x000C4B, "Member 'UScrollBox::BackPadScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, FrontPadScrolling) == 0x000C4C, "Member 'UScrollBox::FrontPadScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAnimateWheelScrolling) == 0x000C4D, "Member 'UScrollBox::bAnimateWheelScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationDestination) == 0x000C4E, "Member 'UScrollBox::NavigationDestination' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, NavigationScrollPadding) == 0x000C50, "Member 'UScrollBox::NavigationScrollPadding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, ScrollWhenFocusChanges) == 0x000C54, "Member 'UScrollBox::ScrollWhenFocusChanges' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, bAllowRightClickDragScrolling) == 0x000C55, "Member 'UScrollBox::bAllowRightClickDragScrolling' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, WheelScrollMultiplier) == 0x000C58, "Member 'UScrollBox::WheelScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UScrollBox, OnUserScrolled) == 0x000C60, "Member 'UScrollBox::OnUserScrolled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetPadding \ +static_assert(alignof(ScrollBoxSlot_SetPadding) == 0x000004, "Wrong alignment on ScrollBoxSlot_SetPadding"); \ +static_assert(sizeof(ScrollBoxSlot_SetPadding) == 0x000010, "Wrong size on ScrollBoxSlot_SetPadding"); \ +static_assert(offsetof(ScrollBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'ScrollBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScrollBoxSlot_SetVerticalAlignment \ +static_assert(alignof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(ScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on ScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(ScrollBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'ScrollBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScrollBoxSlot \ +static_assert(alignof(UScrollBoxSlot) == 0x000008, "Wrong alignment on UScrollBoxSlot"); \ +static_assert(sizeof(UScrollBoxSlot) == 0x000058, "Wrong size on UScrollBoxSlot"); \ +static_assert(offsetof(UScrollBoxSlot, Padding) == 0x000038, "Member 'UScrollBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UScrollBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UScrollBoxSlot, VerticalAlignment) == 0x000049, "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) == 0x000180, "Wrong size on USizeBox"); \ +static_assert(offsetof(USizeBox, WidthOverride) == 0x000158, "Member 'USizeBox::WidthOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, HeightOverride) == 0x00015C, "Member 'USizeBox::HeightOverride' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredWidth) == 0x000160, "Member 'USizeBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinDesiredHeight) == 0x000164, "Member 'USizeBox::MinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredWidth) == 0x000168, "Member 'USizeBox::MaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxDesiredHeight) == 0x00016C, "Member 'USizeBox::MaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MinAspectRatio) == 0x000170, "Member 'USizeBox::MinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(USizeBox, MaxAspectRatio) == 0x000174, "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_SlateBlueprintLibrary_AbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_AbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_AbsoluteToLocal) == 0x000060, "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) == 0x000040, "Member 'SlateBlueprintLibrary_AbsoluteToLocal::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_AbsoluteToLocal, ReturnValue) == 0x000050, "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) == 0x000050, "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) == 0x000040, "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) == 0x000050, "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) == 0x000040, "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) == 0x000050, "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) == 0x000040, "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) == 0x000058, "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) == 0x000040, "Member 'SlateBlueprintLibrary_IsUnderLocation::AbsoluteCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_IsUnderLocation, ReturnValue) == 0x000050, "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) == 0x000060, "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) == 0x000040, "Member 'SlateBlueprintLibrary_LocalToAbsolute::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToAbsolute, ReturnValue) == 0x000050, "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) == 0x000078, "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) == 0x000048, "Member 'SlateBlueprintLibrary_LocalToViewport::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, PixelPosition) == 0x000058, "Member 'SlateBlueprintLibrary_LocalToViewport::PixelPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_LocalToViewport, ViewportPosition) == 0x000068, "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) == 0x000070, "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) == 0x000048, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, LocalCoordinate) == 0x000058, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::LocalCoordinate' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_ScreenToWidgetLocal, bIncludeWindowPosition) == 0x000068, "Member 'SlateBlueprintLibrary_ScreenToWidgetLocal::bIncludeWindowPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarAbsoluteToLocal \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_TransformScalarAbsoluteToLocal"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal) == 0x000048, "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) == 0x000040, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::AbsoluteScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarAbsoluteToLocal, ReturnValue) == 0x000044, "Member 'SlateBlueprintLibrary_TransformScalarAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SlateBlueprintLibrary_TransformScalarLocalToAbsolute \ +static_assert(alignof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000008, "Wrong alignment on SlateBlueprintLibrary_TransformScalarLocalToAbsolute"); \ +static_assert(sizeof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute) == 0x000048, "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) == 0x000040, "Member 'SlateBlueprintLibrary_TransformScalarLocalToAbsolute::LocalScalar' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformScalarLocalToAbsolute, ReturnValue) == 0x000044, "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) == 0x000060, "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) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorAbsoluteToLocal::AbsoluteVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorAbsoluteToLocal, ReturnValue) == 0x000050, "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) == 0x000060, "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) == 0x000040, "Member 'SlateBlueprintLibrary_TransformVectorLocalToAbsolute::LocalVector' has a wrong offset!"); \ +static_assert(offsetof(SlateBlueprintLibrary_TransformVectorLocalToAbsolute, ReturnValue) == 0x000050, "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_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_USlateAccessibleWidgetData \ +static_assert(alignof(USlateAccessibleWidgetData) == 0x000008, "Wrong alignment on USlateAccessibleWidgetData"); \ +static_assert(sizeof(USlateAccessibleWidgetData) == 0x000080, "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) == 0x000048, "Member 'USlateAccessibleWidgetData::AccessibleTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryText) == 0x000058, "Member 'USlateAccessibleWidgetData::AccessibleSummaryText' has a wrong offset!"); \ +static_assert(offsetof(USlateAccessibleWidgetData, AccessibleSummaryTextDelegate) == 0x000070, "Member 'USlateAccessibleWidgetData::AccessibleSummaryTextDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetIndentHandle \ +static_assert(alignof(Slider_SetIndentHandle) == 0x000001, "Wrong alignment on Slider_SetIndentHandle"); \ +static_assert(sizeof(Slider_SetIndentHandle) == 0x000001, "Wrong size on Slider_SetIndentHandle"); \ +static_assert(offsetof(Slider_SetIndentHandle, InValue) == 0x000000, "Member 'Slider_SetIndentHandle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetLocked \ +static_assert(alignof(Slider_SetLocked) == 0x000001, "Wrong alignment on Slider_SetLocked"); \ +static_assert(sizeof(Slider_SetLocked) == 0x000001, "Wrong size on Slider_SetLocked"); \ +static_assert(offsetof(Slider_SetLocked, InValue) == 0x000000, "Member 'Slider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetMaxValue \ +static_assert(alignof(Slider_SetMaxValue) == 0x000004, "Wrong alignment on Slider_SetMaxValue"); \ +static_assert(sizeof(Slider_SetMaxValue) == 0x000004, "Wrong size on Slider_SetMaxValue"); \ +static_assert(offsetof(Slider_SetMaxValue, InValue) == 0x000000, "Member 'Slider_SetMaxValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetMinValue \ +static_assert(alignof(Slider_SetMinValue) == 0x000004, "Wrong alignment on Slider_SetMinValue"); \ +static_assert(sizeof(Slider_SetMinValue) == 0x000004, "Wrong size on Slider_SetMinValue"); \ +static_assert(offsetof(Slider_SetMinValue, InValue) == 0x000000, "Member 'Slider_SetMinValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetSliderBarColor \ +static_assert(alignof(Slider_SetSliderBarColor) == 0x000004, "Wrong alignment on Slider_SetSliderBarColor"); \ +static_assert(sizeof(Slider_SetSliderBarColor) == 0x000010, "Wrong size on Slider_SetSliderBarColor"); \ +static_assert(offsetof(Slider_SetSliderBarColor, InValue) == 0x000000, "Member 'Slider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetSliderHandleColor \ +static_assert(alignof(Slider_SetSliderHandleColor) == 0x000004, "Wrong alignment on Slider_SetSliderHandleColor"); \ +static_assert(sizeof(Slider_SetSliderHandleColor) == 0x000010, "Wrong size on Slider_SetSliderHandleColor"); \ +static_assert(offsetof(Slider_SetSliderHandleColor, InValue) == 0x000000, "Member 'Slider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetStepSize \ +static_assert(alignof(Slider_SetStepSize) == 0x000004, "Wrong alignment on Slider_SetStepSize"); \ +static_assert(sizeof(Slider_SetStepSize) == 0x000004, "Wrong size on Slider_SetStepSize"); \ +static_assert(offsetof(Slider_SetStepSize, InValue) == 0x000000, "Member 'Slider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_SetValue \ +static_assert(alignof(Slider_SetValue) == 0x000004, "Wrong alignment on Slider_SetValue"); \ +static_assert(sizeof(Slider_SetValue) == 0x000004, "Wrong size on Slider_SetValue"); \ +static_assert(offsetof(Slider_SetValue, InValue) == 0x000000, "Member 'Slider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_GetNormalizedValue \ +static_assert(alignof(Slider_GetNormalizedValue) == 0x000004, "Wrong alignment on Slider_GetNormalizedValue"); \ +static_assert(sizeof(Slider_GetNormalizedValue) == 0x000004, "Wrong size on Slider_GetNormalizedValue"); \ +static_assert(offsetof(Slider_GetNormalizedValue, ReturnValue) == 0x000000, "Member 'Slider_GetNormalizedValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Slider_GetValue \ +static_assert(alignof(Slider_GetValue) == 0x000004, "Wrong alignment on Slider_GetValue"); \ +static_assert(sizeof(Slider_GetValue) == 0x000004, "Wrong size on Slider_GetValue"); \ +static_assert(offsetof(Slider_GetValue, ReturnValue) == 0x000000, "Member 'Slider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlider \ +static_assert(alignof(USlider) == 0x000010, "Wrong alignment on USlider"); \ +static_assert(sizeof(USlider) == 0x0006E0, "Wrong size on USlider"); \ +static_assert(offsetof(USlider, Value) == 0x000130, "Member 'USlider::Value' has a wrong offset!"); \ +static_assert(offsetof(USlider, ValueDelegate) == 0x000134, "Member 'USlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USlider, MinValue) == 0x000144, "Member 'USlider::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, MaxValue) == 0x000148, "Member 'USlider::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USlider, WidgetStyle) == 0x000150, "Member 'USlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Orientation) == 0x000650, "Member 'USlider::Orientation' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderBarColor) == 0x000654, "Member 'USlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, SliderHandleColor) == 0x000664, "Member 'USlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USlider, IndentHandle) == 0x000674, "Member 'USlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USlider, Locked) == 0x000675, "Member 'USlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USlider, MouseUsesStep) == 0x000676, "Member 'USlider::MouseUsesStep' has a wrong offset!"); \ +static_assert(offsetof(USlider, RequiresControllerLock) == 0x000677, "Member 'USlider::RequiresControllerLock' has a wrong offset!"); \ +static_assert(offsetof(USlider, StepSize) == 0x000678, "Member 'USlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USlider, IsFocusable) == 0x00067C, "Member 'USlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureBegin) == 0x000680, "Member 'USlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnMouseCaptureEnd) == 0x000690, "Member 'USlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureBegin) == 0x0006A0, "Member 'USlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnControllerCaptureEnd) == 0x0006B0, "Member 'USlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USlider, OnValueChanged) == 0x0006C0, "Member 'USlider::OnValueChanged' 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) == 0x000150, "Wrong size on USpacer"); \ +static_assert(offsetof(USpacer, Size) == 0x000130, "Member 'USpacer::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetAlwaysUsesDeltaSnap \ +static_assert(alignof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong alignment on SpinBox_SetAlwaysUsesDeltaSnap"); \ +static_assert(sizeof(SpinBox_SetAlwaysUsesDeltaSnap) == 0x000001, "Wrong size on SpinBox_SetAlwaysUsesDeltaSnap"); \ +static_assert(offsetof(SpinBox_SetAlwaysUsesDeltaSnap, bNewValue) == 0x000000, "Member 'SpinBox_SetAlwaysUsesDeltaSnap::bNewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetDelta \ +static_assert(alignof(SpinBox_SetDelta) == 0x000004, "Wrong alignment on SpinBox_SetDelta"); \ +static_assert(sizeof(SpinBox_SetDelta) == 0x000004, "Wrong size on SpinBox_SetDelta"); \ +static_assert(offsetof(SpinBox_SetDelta, NewValue) == 0x000000, "Member 'SpinBox_SetDelta::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpinBox_SetForegroundColor \ +static_assert(alignof(SpinBox_SetForegroundColor) == 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) == 0x000880, "Wrong size on USpinBox"); \ +static_assert(offsetof(USpinBox, Value) == 0x000130, "Member 'USpinBox::Value' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ValueDelegate) == 0x000134, "Member 'USpinBox::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, WidgetStyle) == 0x000150, "Member 'USpinBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Style) == 0x000750, "Member 'USpinBox::Style' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinFractionalDigits) == 0x000758, "Member 'USpinBox::MinFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxFractionalDigits) == 0x00075C, "Member 'USpinBox::MaxFractionalDigits' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, bAlwaysUsesDeltaSnap) == 0x000760, "Member 'USpinBox::bAlwaysUsesDeltaSnap' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Delta) == 0x000764, "Member 'USpinBox::Delta' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SliderExponent) == 0x000768, "Member 'USpinBox::SliderExponent' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Font) == 0x000770, "Member 'USpinBox::Font' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, Justification) == 0x0007F8, "Member 'USpinBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinDesiredWidth) == 0x0007FC, "Member 'USpinBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ClearKeyboardFocusOnCommit) == 0x000800, "Member 'USpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, SelectAllTextOnCommit) == 0x000801, "Member 'USpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, ForegroundColor) == 0x000804, "Member 'USpinBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueChanged) == 0x000818, "Member 'USpinBox::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnValueCommitted) == 0x000828, "Member 'USpinBox::OnValueCommitted' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnBeginSliderMovement) == 0x000838, "Member 'USpinBox::OnBeginSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, OnEndSliderMovement) == 0x000848, "Member 'USpinBox::OnEndSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinValue) == 0x00085C, "Member 'USpinBox::MinValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxValue) == 0x000860, "Member 'USpinBox::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MinSliderValue) == 0x000864, "Member 'USpinBox::MinSliderValue' has a wrong offset!"); \ +static_assert(offsetof(USpinBox, MaxSliderValue) == 0x000868, "Member 'USpinBox::MaxSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetStringValue \ +static_assert(alignof(TextBinding_GetStringValue) == 0x000008, "Wrong alignment on TextBinding_GetStringValue"); \ +static_assert(sizeof(TextBinding_GetStringValue) == 0x000010, "Wrong size on TextBinding_GetStringValue"); \ +static_assert(offsetof(TextBinding_GetStringValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetStringValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TextBinding_GetTextValue \ +static_assert(alignof(TextBinding_GetTextValue) == 0x000008, "Wrong alignment on TextBinding_GetTextValue"); \ +static_assert(sizeof(TextBinding_GetTextValue) == 0x000018, "Wrong size on TextBinding_GetTextValue"); \ +static_assert(offsetof(TextBinding_GetTextValue, ReturnValue) == 0x000000, "Member 'TextBinding_GetTextValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTextBinding \ +static_assert(alignof(UTextBinding) == 0x000008, "Wrong alignment on UTextBinding"); \ +static_assert(sizeof(UTextBinding) == 0x000068, "Wrong size on UTextBinding"); \ + +#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) == 0x000220, "Wrong size on UThrobber"); \ +static_assert(offsetof(UThrobber, NumberOfPieces) == 0x000130, "Member 'UThrobber::NumberOfPieces' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateHorizontally) == 0x000134, "Member 'UThrobber::bAnimateHorizontally' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateVertically) == 0x000135, "Member 'UThrobber::bAnimateVertically' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, bAnimateOpacity) == 0x000136, "Member 'UThrobber::bAnimateOpacity' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, PieceImage) == 0x000138, "Member 'UThrobber::PieceImage' has a wrong offset!"); \ +static_assert(offsetof(UThrobber, Image) == 0x000140, "Member 'UThrobber::Image' 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) == 0x000C50, "Wrong size on UTreeView"); \ +static_assert(offsetof(UTreeView, BP_OnGetItemChildren) == 0x000C00, "Member 'UTreeView::BP_OnGetItemChildren' has a wrong offset!"); \ +static_assert(offsetof(UTreeView, BP_OnItemExpansionChanged) == 0x000C10, "Member 'UTreeView::BP_OnItemExpansionChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMGSequencePlayer_SetUserTag \ +static_assert(alignof(UMGSequencePlayer_SetUserTag) == 0x000004, "Wrong alignment on UMGSequencePlayer_SetUserTag"); \ +static_assert(sizeof(UMGSequencePlayer_SetUserTag) == 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) == 0x000398, "Wrong size on UUMGSequencePlayer"); \ +static_assert(offsetof(UUMGSequencePlayer, Animation) == 0x000238, "Member 'UUMGSequencePlayer::Animation' has a wrong offset!"); \ +static_assert(offsetof(UUMGSequencePlayer, RootTemplateInstance) == 0x000248, "Member 'UUMGSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUMGSequenceTickManager \ +static_assert(alignof(UUMGSequenceTickManager) == 0x000008, "Wrong alignment on UUMGSequenceTickManager"); \ +static_assert(sizeof(UUMGSequenceTickManager) == 0x000118, "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_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) == 0x000170, "Wrong size on UUniformGridPanel"); \ +static_assert(offsetof(UUniformGridPanel, SlotPadding) == 0x000148, "Member 'UUniformGridPanel::SlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotWidth) == 0x000158, "Member 'UUniformGridPanel::MinDesiredSlotWidth' has a wrong offset!"); \ +static_assert(offsetof(UUniformGridPanel, MinDesiredSlotHeight) == 0x00015C, "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_UUserWidgetBlueprint \ +static_assert(alignof(UUserWidgetBlueprint) == 0x000008, "Wrong alignment on UUserWidgetBlueprint"); \ +static_assert(sizeof(UUserWidgetBlueprint) == 0x0000A0, "Wrong size on UUserWidgetBlueprint"); \ + +#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) == 0x000158, "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) == 0x000058, "Member 'UVerticalBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UVerticalBoxSlot, VerticalAlignment) == 0x000059, "Member 'UVerticalBoxSlot::VerticalAlignment' 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) == 0x000198, "Wrong size on UViewport"); \ +static_assert(offsetof(UViewport, BackgroundColor) == 0x000148, "Member 'UViewport::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VisibilityBinding_GetValue \ +static_assert(alignof(VisibilityBinding_GetValue) == 0x000001, "Wrong alignment on VisibilityBinding_GetValue"); \ +static_assert(sizeof(VisibilityBinding_GetValue) == 0x000001, "Wrong size on VisibilityBinding_GetValue"); \ +static_assert(offsetof(VisibilityBinding_GetValue, ReturnValue) == 0x000000, "Member 'VisibilityBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVisibilityBinding \ +static_assert(alignof(UVisibilityBinding) == 0x000008, "Wrong alignment on UVisibilityBinding"); \ +static_assert(sizeof(UVisibilityBinding) == 0x000060, "Wrong size on UVisibilityBinding"); \ + +#define DUMPER7_ASSERTS_WidgetAnimation_BindToAnimationFinished \ +static_assert(alignof(WidgetAnimation_BindToAnimationFinished) == 0x000008, "Wrong alignment on WidgetAnimation_BindToAnimationFinished"); \ +static_assert(sizeof(WidgetAnimation_BindToAnimationFinished) == 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) == 0x000090, "Wrong size on UWidgetAnimation"); \ +static_assert(offsetof(UWidgetAnimation, MovieScene) == 0x000060, "Member 'UWidgetAnimation::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, AnimationBindings) == 0x000068, "Member 'UWidgetAnimation::AnimationBindings' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, bLegacyFinishOnStop) == 0x000078, "Member 'UWidgetAnimation::bLegacyFinishOnStop' has a wrong offset!"); \ +static_assert(offsetof(UWidgetAnimation, DisplayLabel) == 0x000080, "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) == 0x000048, "Wrong size on UWidgetAnimationPlayCallbackProxy"); \ +static_assert(offsetof(UWidgetAnimationPlayCallbackProxy, Finished) == 0x000028, "Member 'UWidgetAnimationPlayCallbackProxy::Finished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBinding_GetValue \ +static_assert(alignof(WidgetBinding_GetValue) == 0x000008, "Wrong alignment on WidgetBinding_GetValue"); \ +static_assert(sizeof(WidgetBinding_GetValue) == 0x000008, "Wrong size on WidgetBinding_GetValue"); \ +static_assert(offsetof(WidgetBinding_GetValue, ReturnValue) == 0x000000, "Member 'WidgetBinding_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetBinding \ +static_assert(alignof(UWidgetBinding) == 0x000008, "Wrong alignment on UWidgetBinding"); \ +static_assert(sizeof(UWidgetBinding) == 0x000060, "Wrong size on UWidgetBinding"); \ + +#define DUMPER7_ASSERTS_UWidgetBlueprintGeneratedClass \ +static_assert(alignof(UWidgetBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UWidgetBlueprintGeneratedClass"); \ +static_assert(sizeof(UWidgetBlueprintGeneratedClass) == 0x000368, "Wrong size on UWidgetBlueprintGeneratedClass"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, WidgetTree) == 0x000328, "Member 'UWidgetBlueprintGeneratedClass::WidgetTree' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Bindings) == 0x000338, "Member 'UWidgetBlueprintGeneratedClass::Bindings' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, Animations) == 0x000348, "Member 'UWidgetBlueprintGeneratedClass::Animations' has a wrong offset!"); \ +static_assert(offsetof(UWidgetBlueprintGeneratedClass, NamedSlots) == 0x000358, "Member 'UWidgetBlueprintGeneratedClass::NamedSlots' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_CaptureJoystick \ +static_assert(alignof(WidgetBlueprintLibrary_CaptureJoystick) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_CaptureJoystick"); \ +static_assert(sizeof(WidgetBlueprintLibrary_CaptureJoystick) == 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) == 0x000168, "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) == 0x000090, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::WidgetDetectingDrag' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, DragKey) == 0x000098, "Member 'WidgetBlueprintLibrary_DetectDragIfPressed::DragKey' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DetectDragIfPressed, ReturnValue) == 0x0000B0, "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_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) == 0x000080, "Wrong size on WidgetBlueprintLibrary_DrawTextFormatted"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Context) == 0x000000, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Context' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Text) == 0x000030, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Text' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, position) == 0x000048, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::position' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Font) == 0x000058, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::Font' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontSize) == 0x000060, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontSize' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, FontTypeFace) == 0x000064, "Member 'WidgetBlueprintLibrary_DrawTextFormatted::FontTypeFace' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_DrawTextFormatted, Tint) == 0x00006C, "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) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromCharacterEvent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromCharacterEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromCharacterEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromKeyEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromKeyEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromKeyEvent) == 0x000050, "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) == 0x000038, "Member 'WidgetBlueprintLibrary_GetInputEventFromKeyEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromNavigationEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent) == 0x000038, "Wrong size on WidgetBlueprintLibrary_GetInputEventFromNavigationEvent"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, Event) == 0x000000, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_GetInputEventFromNavigationEvent, ReturnValue) == 0x000020, "Member 'WidgetBlueprintLibrary_GetInputEventFromNavigationEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_GetInputEventFromPointerEvent \ +static_assert(alignof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_GetInputEventFromPointerEvent"); \ +static_assert(sizeof(WidgetBlueprintLibrary_GetInputEventFromPointerEvent) == 0x0000A8, "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) == 0x000090, "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) == 0x000078, "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) == 0x000040, "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!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_GameOnly \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_GameOnly) == 0x000008, "Wrong size on WidgetBlueprintLibrary_SetInputMode_GameOnly"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_GameOnly, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_GameOnly::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetInputMode_UIOnlyEx \ +static_assert(alignof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx) == 0x000018, "Wrong size on WidgetBlueprintLibrary_SetInputMode_UIOnlyEx"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, PlayerController) == 0x000000, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InWidgetToFocus) == 0x000008, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(WidgetBlueprintLibrary_SetInputMode_UIOnlyEx, InMouseLockMode) == 0x000010, "Member 'WidgetBlueprintLibrary_SetInputMode_UIOnlyEx::InMouseLockMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetBlueprintLibrary_SetMousePosition \ +static_assert(alignof(WidgetBlueprintLibrary_SetMousePosition) == 0x000008, "Wrong alignment on WidgetBlueprintLibrary_SetMousePosition"); \ +static_assert(sizeof(WidgetBlueprintLibrary_SetMousePosition) == 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_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) == 0x0006D0, "Wrong size on UWidgetComponent"); \ +static_assert(offsetof(UWidgetComponent, Space) == 0x000590, "Member 'UWidgetComponent::Space' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TimingPolicy) == 0x000591, "Member 'UWidgetComponent::TimingPolicy' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WidgetClass) == 0x000598, "Member 'UWidgetComponent::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, DrawSize) == 0x0005A0, "Member 'UWidgetComponent::DrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bManuallyRedraw) == 0x0005A8, "Member 'UWidgetComponent::bManuallyRedraw' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bRedrawRequested) == 0x0005A9, "Member 'UWidgetComponent::bRedrawRequested' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RedrawTime) == 0x0005AC, "Member 'UWidgetComponent::RedrawTime' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CurrentDrawSize) == 0x0005B8, "Member 'UWidgetComponent::CurrentDrawSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bDrawAtDesiredSize) == 0x0005C0, "Member 'UWidgetComponent::bDrawAtDesiredSize' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Pivot) == 0x0005C8, "Member 'UWidgetComponent::Pivot' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bReceiveHardwareInput) == 0x0005D8, "Member 'UWidgetComponent::bReceiveHardwareInput' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bWindowFocusable) == 0x0005D9, "Member 'UWidgetComponent::bWindowFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, WindowVisibility) == 0x0005DA, "Member 'UWidgetComponent::WindowVisibility' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bApplyGammaCorrection) == 0x0005DB, "Member 'UWidgetComponent::bApplyGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OwnerPlayer) == 0x0005E0, "Member 'UWidgetComponent::OwnerPlayer' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BackgroundColor) == 0x0005E8, "Member 'UWidgetComponent::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TintColorAndOpacity) == 0x0005F8, "Member 'UWidgetComponent::TintColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpacityFromTexture) == 0x000608, "Member 'UWidgetComponent::OpacityFromTexture' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BlendMode) == 0x00060C, "Member 'UWidgetComponent::BlendMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bIsTwoSided) == 0x00060D, "Member 'UWidgetComponent::bIsTwoSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickWhenOffscreen) == 0x00060E, "Member 'UWidgetComponent::TickWhenOffscreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, BodySetup) == 0x000610, "Member 'UWidgetComponent::BodySetup' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial) == 0x000618, "Member 'UWidgetComponent::TranslucentMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TranslucentMaterial_OneSided) == 0x000620, "Member 'UWidgetComponent::TranslucentMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial) == 0x000628, "Member 'UWidgetComponent::OpaqueMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, OpaqueMaterial_OneSided) == 0x000630, "Member 'UWidgetComponent::OpaqueMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial) == 0x000638, "Member 'UWidgetComponent::MaskedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaskedMaterial_OneSided) == 0x000640, "Member 'UWidgetComponent::MaskedMaterial_OneSided' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, RenderTarget) == 0x000648, "Member 'UWidgetComponent::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, MaterialInstance) == 0x000650, "Member 'UWidgetComponent::MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bAddedToScreen) == 0x000658, "Member 'UWidgetComponent::bAddedToScreen' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, bEditTimeUsable) == 0x000659, "Member 'UWidgetComponent::bEditTimeUsable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, SharedLayerName) == 0x00065C, "Member 'UWidgetComponent::SharedLayerName' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, LayerZOrder) == 0x000664, "Member 'UWidgetComponent::LayerZOrder' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, GeometryMode) == 0x000668, "Member 'UWidgetComponent::GeometryMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, CylinderArcAngle) == 0x00066C, "Member 'UWidgetComponent::CylinderArcAngle' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, TickMode) == 0x000670, "Member 'UWidgetComponent::TickMode' has a wrong offset!"); \ +static_assert(offsetof(UWidgetComponent, Widget) == 0x0006A0, "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) == 0x0000E8, "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) == 0x0000E8, "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) == 0x000590, "Wrong size on UWidgetInteractionComponent"); \ +static_assert(offsetof(UWidgetInteractionComponent, OnHoveredWidgetChanged) == 0x0002C0, "Member 'UWidgetInteractionComponent::OnHoveredWidgetChanged' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, VirtualUserIndex) == 0x0002E0, "Member 'UWidgetInteractionComponent::VirtualUserIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, PointerIndex) == 0x0002E4, "Member 'UWidgetInteractionComponent::PointerIndex' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, TraceChannel) == 0x0002E8, "Member 'UWidgetInteractionComponent::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionDistance) == 0x0002EC, "Member 'UWidgetInteractionComponent::InteractionDistance' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, InteractionSource) == 0x0002F0, "Member 'UWidgetInteractionComponent::InteractionSource' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bEnableHitTesting) == 0x0002F1, "Member 'UWidgetInteractionComponent::bEnableHitTesting' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bShowDebug) == 0x0002F2, "Member 'UWidgetInteractionComponent::bShowDebug' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugSphereLineThickness) == 0x0002F4, "Member 'UWidgetInteractionComponent::DebugSphereLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugLineThickness) == 0x0002F8, "Member 'UWidgetInteractionComponent::DebugLineThickness' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, DebugColor) == 0x0002FC, "Member 'UWidgetInteractionComponent::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, CustomHitResult) == 0x000388, "Member 'UWidgetInteractionComponent::CustomHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LocalHitLocation) == 0x000470, "Member 'UWidgetInteractionComponent::LocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastLocalHitLocation) == 0x000480, "Member 'UWidgetInteractionComponent::LastLocalHitLocation' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, HoveredWidgetComponent) == 0x000490, "Member 'UWidgetInteractionComponent::HoveredWidgetComponent' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, LastHitResult) == 0x000498, "Member 'UWidgetInteractionComponent::LastHitResult' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetInteractable) == 0x000580, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetInteractable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetFocusable) == 0x000581, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetFocusable' has a wrong offset!"); \ +static_assert(offsetof(UWidgetInteractionComponent, bIsHoveredWidgetHitTestVisible) == 0x000582, "Member 'UWidgetInteractionComponent::bIsHoveredWidgetHitTestVisible' 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) == 0x000048, "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) == 0x000048, "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_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_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) == 0x000160, "Wrong size on UWidgetSwitcher"); \ +static_assert(offsetof(UWidgetSwitcher, ActiveWidgetIndex) == 0x000148, "Member 'UWidgetSwitcher::ActiveWidgetIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetHorizontalAlignment \ +static_assert(alignof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetPadding \ +static_assert(alignof(WidgetSwitcherSlot_SetPadding) == 0x000004, "Wrong alignment on WidgetSwitcherSlot_SetPadding"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetPadding) == 0x000010, "Wrong size on WidgetSwitcherSlot_SetPadding"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetPadding, InPadding) == 0x000000, "Member 'WidgetSwitcherSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WidgetSwitcherSlot_SetVerticalAlignment \ +static_assert(alignof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WidgetSwitcherSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WidgetSwitcherSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WidgetSwitcherSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WidgetSwitcherSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WidgetSwitcherSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWidgetSwitcherSlot \ +static_assert(alignof(UWidgetSwitcherSlot) == 0x000008, "Wrong alignment on UWidgetSwitcherSlot"); \ +static_assert(sizeof(UWidgetSwitcherSlot) == 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_UWidgetTree \ +static_assert(alignof(UWidgetTree) == 0x000008, "Wrong alignment on UWidgetTree"); \ +static_assert(sizeof(UWidgetTree) == 0x000030, "Wrong size on UWidgetTree"); \ +static_assert(offsetof(UWidgetTree, RootWidget) == 0x000028, "Member 'UWidgetTree::RootWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetPadding \ +static_assert(alignof(WindowTitleBarArea_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarArea_SetPadding"); \ +static_assert(sizeof(WindowTitleBarArea_SetPadding) == 0x000010, "Wrong size on WindowTitleBarArea_SetPadding"); \ +static_assert(offsetof(WindowTitleBarArea_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarArea_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarArea_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarArea_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarArea_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarArea_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarArea_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarArea \ +static_assert(alignof(UWindowTitleBarArea) == 0x000008, "Wrong alignment on UWindowTitleBarArea"); \ +static_assert(sizeof(UWindowTitleBarArea) == 0x000168, "Wrong size on UWindowTitleBarArea"); \ +static_assert(offsetof(UWindowTitleBarArea, bWindowButtonsEnabled) == 0x000148, "Member 'UWindowTitleBarArea::bWindowButtonsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UWindowTitleBarArea, bDoubleClickTogglesFullscreen) == 0x000149, "Member 'UWindowTitleBarArea::bDoubleClickTogglesFullscreen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetHorizontalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetPadding \ +static_assert(alignof(WindowTitleBarAreaSlot_SetPadding) == 0x000004, "Wrong alignment on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetPadding) == 0x000010, "Wrong size on WindowTitleBarAreaSlot_SetPadding"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetPadding, InPadding) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WindowTitleBarAreaSlot_SetVerticalAlignment \ +static_assert(alignof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(sizeof(WindowTitleBarAreaSlot_SetVerticalAlignment) == 0x000001, "Wrong size on WindowTitleBarAreaSlot_SetVerticalAlignment"); \ +static_assert(offsetof(WindowTitleBarAreaSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'WindowTitleBarAreaSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWindowTitleBarAreaSlot \ +static_assert(alignof(UWindowTitleBarAreaSlot) == 0x000008, "Wrong alignment on UWindowTitleBarAreaSlot"); \ +static_assert(sizeof(UWindowTitleBarAreaSlot) == 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) == 0x000170, "Wrong size on UWrapBox"); \ +static_assert(offsetof(UWrapBox, InnerSlotPadding) == 0x000148, "Member 'UWrapBox::InnerSlotPadding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, WrapSize) == 0x000158, "Member 'UWrapBox::WrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, bExplicitWrapSize) == 0x00015C, "Member 'UWrapBox::bExplicitWrapSize' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, HorizontalAlignment) == 0x00015D, "Member 'UWrapBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBox, Orientation) == 0x00015E, "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) == 0x000060, "Wrong size on UWrapBoxSlot"); \ +static_assert(offsetof(UWrapBoxSlot, Padding) == 0x000038, "Member 'UWrapBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bFillEmptySpace) == 0x000048, "Member 'UWrapBoxSlot::bFillEmptySpace' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, FillSpanWhenLessThan) == 0x00004C, "Member 'UWrapBoxSlot::FillSpanWhenLessThan' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, HorizontalAlignment) == 0x000050, "Member 'UWrapBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, VerticalAlignment) == 0x000051, "Member 'UWrapBoxSlot::VerticalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UWrapBoxSlot, bForceNewLine) == 0x000052, "Member 'UWrapBoxSlot::bForceNewLine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateMeshData \ +static_assert(alignof(FSlateMeshData) == 0x000008, "Wrong alignment on FSlateMeshData"); \ +static_assert(sizeof(FSlateMeshData) == 0x000048, "Wrong size on FSlateMeshData"); \ +static_assert(offsetof(FSlateMeshData, MeshPackageName) == 0x000000, "Member 'FSlateMeshData::MeshPackageName' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshData, Vertex) == 0x000008, "Member 'FSlateMeshData::Vertex' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshData, VertexColor) == 0x000018, "Member 'FSlateMeshData::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshData, UV) == 0x000028, "Member 'FSlateMeshData::UV' has a wrong offset!"); \ +static_assert(offsetof(FSlateMeshData, Index) == 0x000038, "Member 'FSlateMeshData::Index' 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_GSActiveFX \ +static_assert(alignof(NiagaraSystemWidget_GSActiveFX) == 0x000001, "Wrong alignment on NiagaraSystemWidget_GSActiveFX"); \ +static_assert(sizeof(NiagaraSystemWidget_GSActiveFX) == 0x000002, "Wrong size on NiagaraSystemWidget_GSActiveFX"); \ +static_assert(offsetof(NiagaraSystemWidget_GSActiveFX, IsActive) == 0x000000, "Member 'NiagaraSystemWidget_GSActiveFX::IsActive' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSActiveFX, IsReset) == 0x000001, "Member 'NiagaraSystemWidget_GSActiveFX::IsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSPlayFX \ +static_assert(alignof(NiagaraSystemWidget_GSPlayFX) == 0x000001, "Wrong alignment on NiagaraSystemWidget_GSPlayFX"); \ +static_assert(sizeof(NiagaraSystemWidget_GSPlayFX) == 0x000001, "Wrong size on NiagaraSystemWidget_GSPlayFX"); \ +static_assert(offsetof(NiagaraSystemWidget_GSPlayFX, IsReset) == 0x000000, "Member 'NiagaraSystemWidget_GSPlayFX::IsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSSetNiagaraValBool \ +static_assert(alignof(NiagaraSystemWidget_GSSetNiagaraValBool) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GSSetNiagaraValBool"); \ +static_assert(sizeof(NiagaraSystemWidget_GSSetNiagaraValBool) == 0x000018, "Wrong size on NiagaraSystemWidget_GSSetNiagaraValBool"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValBool, InName) == 0x000000, "Member 'NiagaraSystemWidget_GSSetNiagaraValBool::InName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValBool, InVal) == 0x000010, "Member 'NiagaraSystemWidget_GSSetNiagaraValBool::InVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSSetNiagaraValFloat \ +static_assert(alignof(NiagaraSystemWidget_GSSetNiagaraValFloat) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GSSetNiagaraValFloat"); \ +static_assert(sizeof(NiagaraSystemWidget_GSSetNiagaraValFloat) == 0x000018, "Wrong size on NiagaraSystemWidget_GSSetNiagaraValFloat"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValFloat, InName) == 0x000000, "Member 'NiagaraSystemWidget_GSSetNiagaraValFloat::InName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValFloat, InVal) == 0x000010, "Member 'NiagaraSystemWidget_GSSetNiagaraValFloat::InVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSSetNiagaraValInt \ +static_assert(alignof(NiagaraSystemWidget_GSSetNiagaraValInt) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GSSetNiagaraValInt"); \ +static_assert(sizeof(NiagaraSystemWidget_GSSetNiagaraValInt) == 0x000018, "Wrong size on NiagaraSystemWidget_GSSetNiagaraValInt"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValInt, InName) == 0x000000, "Member 'NiagaraSystemWidget_GSSetNiagaraValInt::InName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValInt, InVal) == 0x000010, "Member 'NiagaraSystemWidget_GSSetNiagaraValInt::InVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSSetNiagaraValLinearColor \ +static_assert(alignof(NiagaraSystemWidget_GSSetNiagaraValLinearColor) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GSSetNiagaraValLinearColor"); \ +static_assert(sizeof(NiagaraSystemWidget_GSSetNiagaraValLinearColor) == 0x000020, "Wrong size on NiagaraSystemWidget_GSSetNiagaraValLinearColor"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValLinearColor, InName) == 0x000000, "Member 'NiagaraSystemWidget_GSSetNiagaraValLinearColor::InName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValLinearColor, InVal) == 0x000010, "Member 'NiagaraSystemWidget_GSSetNiagaraValLinearColor::InVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSSetNiagaraValVector \ +static_assert(alignof(NiagaraSystemWidget_GSSetNiagaraValVector) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GSSetNiagaraValVector"); \ +static_assert(sizeof(NiagaraSystemWidget_GSSetNiagaraValVector) == 0x000028, "Wrong size on NiagaraSystemWidget_GSSetNiagaraValVector"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValVector, InName) == 0x000000, "Member 'NiagaraSystemWidget_GSSetNiagaraValVector::InName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValVector, InVal) == 0x000010, "Member 'NiagaraSystemWidget_GSSetNiagaraValVector::InVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSSetNiagaraValVector2 \ +static_assert(alignof(NiagaraSystemWidget_GSSetNiagaraValVector2) == 0x000008, "Wrong alignment on NiagaraSystemWidget_GSSetNiagaraValVector2"); \ +static_assert(sizeof(NiagaraSystemWidget_GSSetNiagaraValVector2) == 0x000020, "Wrong size on NiagaraSystemWidget_GSSetNiagaraValVector2"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValVector2, InName) == 0x000000, "Member 'NiagaraSystemWidget_GSSetNiagaraValVector2::InName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValVector2, InVal) == 0x000010, "Member 'NiagaraSystemWidget_GSSetNiagaraValVector2::InVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSSetNiagaraValVector4 \ +static_assert(alignof(NiagaraSystemWidget_GSSetNiagaraValVector4) == 0x000010, "Wrong alignment on NiagaraSystemWidget_GSSetNiagaraValVector4"); \ +static_assert(sizeof(NiagaraSystemWidget_GSSetNiagaraValVector4) == 0x000030, "Wrong size on NiagaraSystemWidget_GSSetNiagaraValVector4"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValVector4, InName) == 0x000000, "Member 'NiagaraSystemWidget_GSSetNiagaraValVector4::InName' has a wrong offset!"); \ +static_assert(offsetof(NiagaraSystemWidget_GSSetNiagaraValVector4, InVal) == 0x000010, "Member 'NiagaraSystemWidget_GSSetNiagaraValVector4::InVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_GSStopFX \ +static_assert(alignof(NiagaraSystemWidget_GSStopFX) == 0x000001, "Wrong alignment on NiagaraSystemWidget_GSStopFX"); \ +static_assert(sizeof(NiagaraSystemWidget_GSStopFX) == 0x000001, "Wrong size on NiagaraSystemWidget_GSStopFX"); \ +static_assert(offsetof(NiagaraSystemWidget_GSStopFX, IsReset) == 0x000000, "Member 'NiagaraSystemWidget_GSStopFX::IsReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_SetGSColorA \ +static_assert(alignof(NiagaraSystemWidget_SetGSColorA) == 0x000004, "Wrong alignment on NiagaraSystemWidget_SetGSColorA"); \ +static_assert(sizeof(NiagaraSystemWidget_SetGSColorA) == 0x000010, "Wrong size on NiagaraSystemWidget_SetGSColorA"); \ +static_assert(offsetof(NiagaraSystemWidget_SetGSColorA, InColor) == 0x000000, "Member 'NiagaraSystemWidget_SetGSColorA::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_SetGSColorB \ +static_assert(alignof(NiagaraSystemWidget_SetGSColorB) == 0x000004, "Wrong alignment on NiagaraSystemWidget_SetGSColorB"); \ +static_assert(sizeof(NiagaraSystemWidget_SetGSColorB) == 0x000010, "Wrong size on NiagaraSystemWidget_SetGSColorB"); \ +static_assert(offsetof(NiagaraSystemWidget_SetGSColorB, InColor) == 0x000000, "Member 'NiagaraSystemWidget_SetGSColorB::InColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_SetGSVec4A \ +static_assert(alignof(NiagaraSystemWidget_SetGSVec4A) == 0x000010, "Wrong alignment on NiagaraSystemWidget_SetGSVec4A"); \ +static_assert(sizeof(NiagaraSystemWidget_SetGSVec4A) == 0x000020, "Wrong size on NiagaraSystemWidget_SetGSVec4A"); \ +static_assert(offsetof(NiagaraSystemWidget_SetGSVec4A, InVec4) == 0x000000, "Member 'NiagaraSystemWidget_SetGSVec4A::InVec4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraSystemWidget_SetGSVec4B \ +static_assert(alignof(NiagaraSystemWidget_SetGSVec4B) == 0x000010, "Wrong alignment on NiagaraSystemWidget_SetGSVec4B"); \ +static_assert(sizeof(NiagaraSystemWidget_SetGSVec4B) == 0x000020, "Wrong size on NiagaraSystemWidget_SetGSVec4B"); \ +static_assert(offsetof(NiagaraSystemWidget_SetGSVec4B, InVec4) == 0x000000, "Member 'NiagaraSystemWidget_SetGSVec4B::InVec4' 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) == 0x000010, "Wrong alignment on UNiagaraSystemWidget"); \ +static_assert(sizeof(UNiagaraSystemWidget) == 0x0001E0, "Wrong size on UNiagaraSystemWidget"); \ +static_assert(offsetof(UNiagaraSystemWidget, NiagaraSystemReference) == 0x000130, "Member 'UNiagaraSystemWidget::NiagaraSystemReference' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, AutoActivate) == 0x000138, "Member 'UNiagaraSystemWidget::AutoActivate' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, TickWhenPaused) == 0x000139, "Member 'UNiagaraSystemWidget::TickWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, FakeDepthScale) == 0x00013A, "Member 'UNiagaraSystemWidget::FakeDepthScale' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, FakeDepthScaleDistance) == 0x00013C, "Member 'UNiagaraSystemWidget::FakeDepthScaleDistance' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, GSIsNeedWidgetSizeParam) == 0x000140, "Member 'UNiagaraSystemWidget::GSIsNeedWidgetSizeParam' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, GSVec4A) == 0x000150, "Member 'UNiagaraSystemWidget::GSVec4A' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, GSVec4B) == 0x000170, "Member 'UNiagaraSystemWidget::GSVec4B' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, GSColorA) == 0x000190, "Member 'UNiagaraSystemWidget::GSColorA' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, GSColorB) == 0x0001A0, "Member 'UNiagaraSystemWidget::GSColorB' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, MeshData) == 0x0001B0, "Member 'UNiagaraSystemWidget::MeshData' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraSystemWidget, NiagaraComponent) == 0x0001D0, "Member 'UNiagaraSystemWidget::NiagaraComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraUIComponent \ +static_assert(alignof(UNiagaraUIComponent) == 0x000010, "Wrong alignment on UNiagaraUIComponent"); \ +static_assert(sizeof(UNiagaraUIComponent) == 0x000800, "Wrong size on UNiagaraUIComponent"); \ + +#define DUMPER7_ASSERTS_UUINiagaraMInstanceConst \ +static_assert(alignof(UUINiagaraMInstanceConst) == 0x000008, "Wrong alignment on UUINiagaraMInstanceConst"); \ +static_assert(sizeof(UUINiagaraMInstanceConst) == 0x000220, "Wrong size on UUINiagaraMInstanceConst"); \ + +#define DUMPER7_ASSERTS_FSubstanceInputDesc \ +static_assert(alignof(FSubstanceInputDesc) == 0x000008, "Wrong alignment on FSubstanceInputDesc"); \ +static_assert(sizeof(FSubstanceInputDesc) == 0x000018, "Wrong size on FSubstanceInputDesc"); \ +static_assert(offsetof(FSubstanceInputDesc, Name) == 0x000000, "Member 'FSubstanceInputDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FSubstanceInputDesc, Type) == 0x000010, "Member 'FSubstanceInputDesc::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubstanceIntInputDesc \ +static_assert(alignof(FSubstanceIntInputDesc) == 0x000008, "Wrong alignment on FSubstanceIntInputDesc"); \ +static_assert(sizeof(FSubstanceIntInputDesc) == 0x000048, "Wrong size on FSubstanceIntInputDesc"); \ +static_assert(offsetof(FSubstanceIntInputDesc, Min) == 0x000018, "Member 'FSubstanceIntInputDesc::Min' has a wrong offset!"); \ +static_assert(offsetof(FSubstanceIntInputDesc, Max) == 0x000028, "Member 'FSubstanceIntInputDesc::Max' has a wrong offset!"); \ +static_assert(offsetof(FSubstanceIntInputDesc, Default) == 0x000038, "Member 'FSubstanceIntInputDesc::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubstanceFloatInputDesc \ +static_assert(alignof(FSubstanceFloatInputDesc) == 0x000008, "Wrong alignment on FSubstanceFloatInputDesc"); \ +static_assert(sizeof(FSubstanceFloatInputDesc) == 0x000048, "Wrong size on FSubstanceFloatInputDesc"); \ +static_assert(offsetof(FSubstanceFloatInputDesc, Min) == 0x000018, "Member 'FSubstanceFloatInputDesc::Min' has a wrong offset!"); \ +static_assert(offsetof(FSubstanceFloatInputDesc, Max) == 0x000028, "Member 'FSubstanceFloatInputDesc::Max' has a wrong offset!"); \ +static_assert(offsetof(FSubstanceFloatInputDesc, Default) == 0x000038, "Member 'FSubstanceFloatInputDesc::Default' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubstanceInstanceDesc \ +static_assert(alignof(FSubstanceInstanceDesc) == 0x000008, "Wrong alignment on FSubstanceInstanceDesc"); \ +static_assert(sizeof(FSubstanceInstanceDesc) == 0x000020, "Wrong size on FSubstanceInstanceDesc"); \ +static_assert(offsetof(FSubstanceInstanceDesc, Name) == 0x000000, "Member 'FSubstanceInstanceDesc::Name' has a wrong offset!"); \ +static_assert(offsetof(FSubstanceInstanceDesc, Inputs) == 0x000010, "Member 'FSubstanceInstanceDesc::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubstanceConnection \ +static_assert(alignof(FSubstanceConnection) == 0x000008, "Wrong alignment on FSubstanceConnection"); \ +static_assert(sizeof(FSubstanceConnection) == 0x000020, "Wrong size on FSubstanceConnection"); \ +static_assert(offsetof(FSubstanceConnection, OutputIdentifier) == 0x000000, "Member 'FSubstanceConnection::OutputIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FSubstanceConnection, InputImageIdentifier) == 0x000010, "Member 'FSubstanceConnection::InputImageIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetFloatInputDesc \ +static_assert(alignof(SubstanceGraphInstance_GetFloatInputDesc) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetFloatInputDesc"); \ +static_assert(sizeof(SubstanceGraphInstance_GetFloatInputDesc) == 0x000058, "Wrong size on SubstanceGraphInstance_GetFloatInputDesc"); \ +static_assert(offsetof(SubstanceGraphInstance_GetFloatInputDesc, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_GetFloatInputDesc::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetFloatInputDesc, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetFloatInputDesc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInputBool \ +static_assert(alignof(SubstanceGraphInstance_GetInputBool) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInputBool"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInputBool) == 0x000018, "Wrong size on SubstanceGraphInstance_GetInputBool"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputBool, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_GetInputBool::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputBool, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetInputBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInputColor \ +static_assert(alignof(SubstanceGraphInstance_GetInputColor) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInputColor"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInputColor) == 0x000020, "Wrong size on SubstanceGraphInstance_GetInputColor"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputColor, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_GetInputColor::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputColor, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetInputColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInputFloat \ +static_assert(alignof(SubstanceGraphInstance_GetInputFloat) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInputFloat"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInputFloat) == 0x000020, "Wrong size on SubstanceGraphInstance_GetInputFloat"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputFloat, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_GetInputFloat::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputFloat, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetInputFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInputInt \ +static_assert(alignof(SubstanceGraphInstance_GetInputInt) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInputInt"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInputInt) == 0x000020, "Wrong size on SubstanceGraphInstance_GetInputInt"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputInt, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_GetInputInt::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputInt, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetInputInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInputNames \ +static_assert(alignof(SubstanceGraphInstance_GetInputNames) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInputNames"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInputNames) == 0x000010, "Wrong size on SubstanceGraphInstance_GetInputNames"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputNames, ReturnValue) == 0x000000, "Member 'SubstanceGraphInstance_GetInputNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInputString \ +static_assert(alignof(SubstanceGraphInstance_GetInputString) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInputString"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInputString) == 0x000020, "Wrong size on SubstanceGraphInstance_GetInputString"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputString, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_GetInputString::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputString, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetInputString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInputType \ +static_assert(alignof(SubstanceGraphInstance_GetInputType) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInputType"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInputType) == 0x000018, "Wrong size on SubstanceGraphInstance_GetInputType"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputType, InputName) == 0x000000, "Member 'SubstanceGraphInstance_GetInputType::InputName' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInputType, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetInstanceDesc \ +static_assert(alignof(SubstanceGraphInstance_GetInstanceDesc) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetInstanceDesc"); \ +static_assert(sizeof(SubstanceGraphInstance_GetInstanceDesc) == 0x000020, "Wrong size on SubstanceGraphInstance_GetInstanceDesc"); \ +static_assert(offsetof(SubstanceGraphInstance_GetInstanceDesc, ReturnValue) == 0x000000, "Member 'SubstanceGraphInstance_GetInstanceDesc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_GetIntInputDesc \ +static_assert(alignof(SubstanceGraphInstance_GetIntInputDesc) == 0x000008, "Wrong alignment on SubstanceGraphInstance_GetIntInputDesc"); \ +static_assert(sizeof(SubstanceGraphInstance_GetIntInputDesc) == 0x000058, "Wrong size on SubstanceGraphInstance_GetIntInputDesc"); \ +static_assert(offsetof(SubstanceGraphInstance_GetIntInputDesc, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_GetIntInputDesc::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_GetIntInputDesc, ReturnValue) == 0x000010, "Member 'SubstanceGraphInstance_GetIntInputDesc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_SetInputBool \ +static_assert(alignof(SubstanceGraphInstance_SetInputBool) == 0x000008, "Wrong alignment on SubstanceGraphInstance_SetInputBool"); \ +static_assert(sizeof(SubstanceGraphInstance_SetInputBool) == 0x000018, "Wrong size on SubstanceGraphInstance_SetInputBool"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputBool, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_SetInputBool::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputBool, Bool) == 0x000010, "Member 'SubstanceGraphInstance_SetInputBool::Bool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_SetInputColor \ +static_assert(alignof(SubstanceGraphInstance_SetInputColor) == 0x000008, "Wrong alignment on SubstanceGraphInstance_SetInputColor"); \ +static_assert(sizeof(SubstanceGraphInstance_SetInputColor) == 0x000020, "Wrong size on SubstanceGraphInstance_SetInputColor"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputColor, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_SetInputColor::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputColor, Color) == 0x000010, "Member 'SubstanceGraphInstance_SetInputColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_SetInputFloat \ +static_assert(alignof(SubstanceGraphInstance_SetInputFloat) == 0x000008, "Wrong alignment on SubstanceGraphInstance_SetInputFloat"); \ +static_assert(sizeof(SubstanceGraphInstance_SetInputFloat) == 0x000020, "Wrong size on SubstanceGraphInstance_SetInputFloat"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputFloat, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_SetInputFloat::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputFloat, InputValues) == 0x000010, "Member 'SubstanceGraphInstance_SetInputFloat::InputValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_SetInputImg \ +static_assert(alignof(SubstanceGraphInstance_SetInputImg) == 0x000008, "Wrong alignment on SubstanceGraphInstance_SetInputImg"); \ +static_assert(sizeof(SubstanceGraphInstance_SetInputImg) == 0x000020, "Wrong size on SubstanceGraphInstance_SetInputImg"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputImg, InputName) == 0x000000, "Member 'SubstanceGraphInstance_SetInputImg::InputName' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputImg, Value) == 0x000010, "Member 'SubstanceGraphInstance_SetInputImg::Value' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputImg, ReturnValue) == 0x000018, "Member 'SubstanceGraphInstance_SetInputImg::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_SetInputInt \ +static_assert(alignof(SubstanceGraphInstance_SetInputInt) == 0x000008, "Wrong alignment on SubstanceGraphInstance_SetInputInt"); \ +static_assert(sizeof(SubstanceGraphInstance_SetInputInt) == 0x000020, "Wrong size on SubstanceGraphInstance_SetInputInt"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputInt, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_SetInputInt::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputInt, InputValues) == 0x000010, "Member 'SubstanceGraphInstance_SetInputInt::InputValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceGraphInstance_SetInputString \ +static_assert(alignof(SubstanceGraphInstance_SetInputString) == 0x000008, "Wrong alignment on SubstanceGraphInstance_SetInputString"); \ +static_assert(sizeof(SubstanceGraphInstance_SetInputString) == 0x000020, "Wrong size on SubstanceGraphInstance_SetInputString"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputString, Identifier) == 0x000000, "Member 'SubstanceGraphInstance_SetInputString::Identifier' has a wrong offset!"); \ +static_assert(offsetof(SubstanceGraphInstance_SetInputString, Value) == 0x000010, "Member 'SubstanceGraphInstance_SetInputString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubstanceGraphInstance \ +static_assert(alignof(USubstanceGraphInstance) == 0x000008, "Wrong alignment on USubstanceGraphInstance"); \ +static_assert(sizeof(USubstanceGraphInstance) == 0x000118, "Wrong size on USubstanceGraphInstance"); \ +static_assert(offsetof(USubstanceGraphInstance, PackageURL) == 0x000038, "Member 'USubstanceGraphInstance::PackageURL' has a wrong offset!"); \ +static_assert(offsetof(USubstanceGraphInstance, ParentFactory) == 0x000048, "Member 'USubstanceGraphInstance::ParentFactory' has a wrong offset!"); \ +static_assert(offsetof(USubstanceGraphInstance, ImageSources) == 0x000050, "Member 'USubstanceGraphInstance::ImageSources' has a wrong offset!"); \ +static_assert(offsetof(USubstanceGraphInstance, CreatedMaterial) == 0x0000A0, "Member 'USubstanceGraphInstance::CreatedMaterial' has a wrong offset!"); \ +static_assert(offsetof(USubstanceGraphInstance, OutputTextureLinkData) == 0x0000A8, "Member 'USubstanceGraphInstance::OutputTextureLinkData' has a wrong offset!"); \ +static_assert(offsetof(USubstanceGraphInstance, bIsFrozen) == 0x0000F8, "Member 'USubstanceGraphInstance::bIsFrozen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubstanceImageInput \ +static_assert(alignof(USubstanceImageInput) == 0x000008, "Wrong alignment on USubstanceImageInput"); \ +static_assert(sizeof(USubstanceImageInput) == 0x0000B8, "Wrong size on USubstanceImageInput"); \ +static_assert(offsetof(USubstanceImageInput, CompressionLevelRGB) == 0x000070, "Member 'USubstanceImageInput::CompressionLevelRGB' has a wrong offset!"); \ +static_assert(offsetof(USubstanceImageInput, CompressionLevelAlpha) == 0x000074, "Member 'USubstanceImageInput::CompressionLevelAlpha' has a wrong offset!"); \ +static_assert(offsetof(USubstanceImageInput, SizeX) == 0x000078, "Member 'USubstanceImageInput::SizeX' has a wrong offset!"); \ +static_assert(offsetof(USubstanceImageInput, SizeY) == 0x00007C, "Member 'USubstanceImageInput::SizeY' has a wrong offset!"); \ +static_assert(offsetof(USubstanceImageInput, NumComponents) == 0x000080, "Member 'USubstanceImageInput::NumComponents' has a wrong offset!"); \ +static_assert(offsetof(USubstanceImageInput, SourceFilePath) == 0x000088, "Member 'USubstanceImageInput::SourceFilePath' has a wrong offset!"); \ +static_assert(offsetof(USubstanceImageInput, SourceFileTimestamp) == 0x000098, "Member 'USubstanceImageInput::SourceFileTimestamp' has a wrong offset!"); \ +static_assert(offsetof(USubstanceImageInput, Consumers) == 0x0000A8, "Member 'USubstanceImageInput::Consumers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubstanceInstanceFactory \ +static_assert(alignof(USubstanceInstanceFactory) == 0x000008, "Wrong alignment on USubstanceInstanceFactory"); \ +static_assert(sizeof(USubstanceInstanceFactory) == 0x000088, "Wrong size on USubstanceInstanceFactory"); \ +static_assert(offsetof(USubstanceInstanceFactory, mGraphInstances) == 0x000028, "Member 'USubstanceInstanceFactory::mGraphInstances' has a wrong offset!"); \ +static_assert(offsetof(USubstanceInstanceFactory, RelativeSourceFilePath) == 0x000050, "Member 'USubstanceInstanceFactory::RelativeSourceFilePath' has a wrong offset!"); \ +static_assert(offsetof(USubstanceInstanceFactory, AbsoluteSourceFilePath) == 0x000060, "Member 'USubstanceInstanceFactory::AbsoluteSourceFilePath' has a wrong offset!"); \ +static_assert(offsetof(USubstanceInstanceFactory, SourceFileTimestamp) == 0x000070, "Member 'USubstanceInstanceFactory::SourceFileTimestamp' has a wrong offset!"); \ +static_assert(offsetof(USubstanceInstanceFactory, GenerationMode) == 0x000080, "Member 'USubstanceInstanceFactory::GenerationMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubstanceSettings \ +static_assert(alignof(USubstanceSettings) == 0x000008, "Wrong alignment on USubstanceSettings"); \ +static_assert(sizeof(USubstanceSettings) == 0x000040, "Wrong size on USubstanceSettings"); \ +static_assert(offsetof(USubstanceSettings, MemoryBudgetMb) == 0x000028, "Member 'USubstanceSettings::MemoryBudgetMb' has a wrong offset!"); \ +static_assert(offsetof(USubstanceSettings, CPUCores) == 0x00002C, "Member 'USubstanceSettings::CPUCores' has a wrong offset!"); \ +static_assert(offsetof(USubstanceSettings, AsyncLoadMipClip) == 0x000030, "Member 'USubstanceSettings::AsyncLoadMipClip' has a wrong offset!"); \ +static_assert(offsetof(USubstanceSettings, MaxAsyncSubstancesRenderedPerFrame) == 0x000034, "Member 'USubstanceSettings::MaxAsyncSubstancesRenderedPerFrame' has a wrong offset!"); \ +static_assert(offsetof(USubstanceSettings, DefaultGenerationMode) == 0x000038, "Member 'USubstanceSettings::DefaultGenerationMode' has a wrong offset!"); \ +static_assert(offsetof(USubstanceSettings, SubstanceEngine) == 0x000039, "Member 'USubstanceSettings::SubstanceEngine' has a wrong offset!"); \ +static_assert(offsetof(USubstanceSettings, DefaultSubstanceOutputSizeX) == 0x00003A, "Member 'USubstanceSettings::DefaultSubstanceOutputSizeX' has a wrong offset!"); \ +static_assert(offsetof(USubstanceSettings, DefaultSubstanceOutputSizeY) == 0x00003B, "Member 'USubstanceSettings::DefaultSubstanceOutputSizeY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceTexture2D_GetChannel \ +static_assert(alignof(SubstanceTexture2D_GetChannel) == 0x000001, "Wrong alignment on SubstanceTexture2D_GetChannel"); \ +static_assert(sizeof(SubstanceTexture2D_GetChannel) == 0x000001, "Wrong size on SubstanceTexture2D_GetChannel"); \ +static_assert(offsetof(SubstanceTexture2D_GetChannel, ReturnValue) == 0x000000, "Member 'SubstanceTexture2D_GetChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubstanceTexture2D \ +static_assert(alignof(USubstanceTexture2D) == 0x000010, "Wrong alignment on USubstanceTexture2D"); \ +static_assert(sizeof(USubstanceTexture2D) == 0x000260, "Wrong size on USubstanceTexture2D"); \ +static_assert(offsetof(USubstanceTexture2D, ParentInstance) == 0x000238, "Member 'USubstanceTexture2D::ParentInstance' has a wrong offset!"); \ +static_assert(offsetof(USubstanceTexture2D, AddressX) == 0x000240, "Member 'USubstanceTexture2D::AddressX' has a wrong offset!"); \ +static_assert(offsetof(USubstanceTexture2D, AddressY) == 0x000241, "Member 'USubstanceTexture2D::AddressY' has a wrong offset!"); \ +static_assert(offsetof(USubstanceTexture2D, bCooked) == 0x000242, "Member 'USubstanceTexture2D::bCooked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_AsyncRendering \ +static_assert(alignof(SubstanceUtility_AsyncRendering) == 0x000008, "Wrong alignment on SubstanceUtility_AsyncRendering"); \ +static_assert(sizeof(SubstanceUtility_AsyncRendering) == 0x000008, "Wrong size on SubstanceUtility_AsyncRendering"); \ +static_assert(offsetof(SubstanceUtility_AsyncRendering, InstancesToRender) == 0x000000, "Member 'SubstanceUtility_AsyncRendering::InstancesToRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_CopyInputParameters \ +static_assert(alignof(SubstanceUtility_CopyInputParameters) == 0x000008, "Wrong alignment on SubstanceUtility_CopyInputParameters"); \ +static_assert(sizeof(SubstanceUtility_CopyInputParameters) == 0x000010, "Wrong size on SubstanceUtility_CopyInputParameters"); \ +static_assert(offsetof(SubstanceUtility_CopyInputParameters, SourceGraphInstance) == 0x000000, "Member 'SubstanceUtility_CopyInputParameters::SourceGraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CopyInputParameters, DestGraphInstance) == 0x000008, "Member 'SubstanceUtility_CopyInputParameters::DestGraphInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_CreateAggregateSubstanceFactory \ +static_assert(alignof(SubstanceUtility_CreateAggregateSubstanceFactory) == 0x000008, "Wrong alignment on SubstanceUtility_CreateAggregateSubstanceFactory"); \ +static_assert(sizeof(SubstanceUtility_CreateAggregateSubstanceFactory) == 0x000038, "Wrong size on SubstanceUtility_CreateAggregateSubstanceFactory"); \ +static_assert(offsetof(SubstanceUtility_CreateAggregateSubstanceFactory, OutputFactory) == 0x000000, "Member 'SubstanceUtility_CreateAggregateSubstanceFactory::OutputFactory' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateAggregateSubstanceFactory, OutputFactoryGraphIndex) == 0x000008, "Member 'SubstanceUtility_CreateAggregateSubstanceFactory::OutputFactoryGraphIndex' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateAggregateSubstanceFactory, InputFactory) == 0x000010, "Member 'SubstanceUtility_CreateAggregateSubstanceFactory::InputFactory' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateAggregateSubstanceFactory, InputFactoryGraphIndex) == 0x000018, "Member 'SubstanceUtility_CreateAggregateSubstanceFactory::InputFactoryGraphIndex' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateAggregateSubstanceFactory, Connections) == 0x000020, "Member 'SubstanceUtility_CreateAggregateSubstanceFactory::Connections' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateAggregateSubstanceFactory, ReturnValue) == 0x000030, "Member 'SubstanceUtility_CreateAggregateSubstanceFactory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_CreateGraphInstance \ +static_assert(alignof(SubstanceUtility_CreateGraphInstance) == 0x000008, "Wrong alignment on SubstanceUtility_CreateGraphInstance"); \ +static_assert(sizeof(SubstanceUtility_CreateGraphInstance) == 0x000030, "Wrong size on SubstanceUtility_CreateGraphInstance"); \ +static_assert(offsetof(SubstanceUtility_CreateGraphInstance, WorldContextObject) == 0x000000, "Member 'SubstanceUtility_CreateGraphInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateGraphInstance, Factory) == 0x000008, "Member 'SubstanceUtility_CreateGraphInstance::Factory' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateGraphInstance, GraphDescIndex) == 0x000010, "Member 'SubstanceUtility_CreateGraphInstance::GraphDescIndex' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateGraphInstance, InstanceName) == 0x000018, "Member 'SubstanceUtility_CreateGraphInstance::InstanceName' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_CreateGraphInstance, ReturnValue) == 0x000028, "Member 'SubstanceUtility_CreateGraphInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_DisableInstanceOutputs \ +static_assert(alignof(SubstanceUtility_DisableInstanceOutputs) == 0x000008, "Wrong alignment on SubstanceUtility_DisableInstanceOutputs"); \ +static_assert(sizeof(SubstanceUtility_DisableInstanceOutputs) == 0x000020, "Wrong size on SubstanceUtility_DisableInstanceOutputs"); \ +static_assert(offsetof(SubstanceUtility_DisableInstanceOutputs, WorldContextObject) == 0x000000, "Member 'SubstanceUtility_DisableInstanceOutputs::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_DisableInstanceOutputs, GraphInstance) == 0x000008, "Member 'SubstanceUtility_DisableInstanceOutputs::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_DisableInstanceOutputs, OutputIndices) == 0x000010, "Member 'SubstanceUtility_DisableInstanceOutputs::OutputIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_DuplicateGraphInstance \ +static_assert(alignof(SubstanceUtility_DuplicateGraphInstance) == 0x000008, "Wrong alignment on SubstanceUtility_DuplicateGraphInstance"); \ +static_assert(sizeof(SubstanceUtility_DuplicateGraphInstance) == 0x000018, "Wrong size on SubstanceUtility_DuplicateGraphInstance"); \ +static_assert(offsetof(SubstanceUtility_DuplicateGraphInstance, WorldContextObject) == 0x000000, "Member 'SubstanceUtility_DuplicateGraphInstance::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_DuplicateGraphInstance, GraphInstance) == 0x000008, "Member 'SubstanceUtility_DuplicateGraphInstance::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_DuplicateGraphInstance, ReturnValue) == 0x000010, "Member 'SubstanceUtility_DuplicateGraphInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_EnableInstanceOutputs \ +static_assert(alignof(SubstanceUtility_EnableInstanceOutputs) == 0x000008, "Wrong alignment on SubstanceUtility_EnableInstanceOutputs"); \ +static_assert(sizeof(SubstanceUtility_EnableInstanceOutputs) == 0x000020, "Wrong size on SubstanceUtility_EnableInstanceOutputs"); \ +static_assert(offsetof(SubstanceUtility_EnableInstanceOutputs, WorldContextObject) == 0x000000, "Member 'SubstanceUtility_EnableInstanceOutputs::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_EnableInstanceOutputs, GraphInstance) == 0x000008, "Member 'SubstanceUtility_EnableInstanceOutputs::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_EnableInstanceOutputs, OutputIndices) == 0x000010, "Member 'SubstanceUtility_EnableInstanceOutputs::OutputIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_GetFactoryName \ +static_assert(alignof(SubstanceUtility_GetFactoryName) == 0x000008, "Wrong alignment on SubstanceUtility_GetFactoryName"); \ +static_assert(sizeof(SubstanceUtility_GetFactoryName) == 0x000018, "Wrong size on SubstanceUtility_GetFactoryName"); \ +static_assert(offsetof(SubstanceUtility_GetFactoryName, GraphInstance) == 0x000000, "Member 'SubstanceUtility_GetFactoryName::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_GetFactoryName, ReturnValue) == 0x000008, "Member 'SubstanceUtility_GetFactoryName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_GetGraphName \ +static_assert(alignof(SubstanceUtility_GetGraphName) == 0x000008, "Wrong alignment on SubstanceUtility_GetGraphName"); \ +static_assert(sizeof(SubstanceUtility_GetGraphName) == 0x000018, "Wrong size on SubstanceUtility_GetGraphName"); \ +static_assert(offsetof(SubstanceUtility_GetGraphName, GraphInstance) == 0x000000, "Member 'SubstanceUtility_GetGraphName::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_GetGraphName, ReturnValue) == 0x000008, "Member 'SubstanceUtility_GetGraphName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_GetSubstanceLoadingProgress \ +static_assert(alignof(SubstanceUtility_GetSubstanceLoadingProgress) == 0x000004, "Wrong alignment on SubstanceUtility_GetSubstanceLoadingProgress"); \ +static_assert(sizeof(SubstanceUtility_GetSubstanceLoadingProgress) == 0x000004, "Wrong size on SubstanceUtility_GetSubstanceLoadingProgress"); \ +static_assert(offsetof(SubstanceUtility_GetSubstanceLoadingProgress, ReturnValue) == 0x000000, "Member 'SubstanceUtility_GetSubstanceLoadingProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_GetSubstances \ +static_assert(alignof(SubstanceUtility_GetSubstances) == 0x000008, "Wrong alignment on SubstanceUtility_GetSubstances"); \ +static_assert(sizeof(SubstanceUtility_GetSubstances) == 0x000018, "Wrong size on SubstanceUtility_GetSubstances"); \ +static_assert(offsetof(SubstanceUtility_GetSubstances, Material) == 0x000000, "Member 'SubstanceUtility_GetSubstances::Material' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_GetSubstances, ReturnValue) == 0x000008, "Member 'SubstanceUtility_GetSubstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_GetSubstanceTextures \ +static_assert(alignof(SubstanceUtility_GetSubstanceTextures) == 0x000008, "Wrong alignment on SubstanceUtility_GetSubstanceTextures"); \ +static_assert(sizeof(SubstanceUtility_GetSubstanceTextures) == 0x000018, "Wrong size on SubstanceUtility_GetSubstanceTextures"); \ +static_assert(offsetof(SubstanceUtility_GetSubstanceTextures, GraphInstance) == 0x000000, "Member 'SubstanceUtility_GetSubstanceTextures::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_GetSubstanceTextures, ReturnValue) == 0x000008, "Member 'SubstanceUtility_GetSubstanceTextures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_ResetInputParameters \ +static_assert(alignof(SubstanceUtility_ResetInputParameters) == 0x000008, "Wrong alignment on SubstanceUtility_ResetInputParameters"); \ +static_assert(sizeof(SubstanceUtility_ResetInputParameters) == 0x000008, "Wrong size on SubstanceUtility_ResetInputParameters"); \ +static_assert(offsetof(SubstanceUtility_ResetInputParameters, GraphInstance) == 0x000000, "Member 'SubstanceUtility_ResetInputParameters::GraphInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_SetGraphInstanceOutputSize \ +static_assert(alignof(SubstanceUtility_SetGraphInstanceOutputSize) == 0x000008, "Wrong alignment on SubstanceUtility_SetGraphInstanceOutputSize"); \ +static_assert(sizeof(SubstanceUtility_SetGraphInstanceOutputSize) == 0x000010, "Wrong size on SubstanceUtility_SetGraphInstanceOutputSize"); \ +static_assert(offsetof(SubstanceUtility_SetGraphInstanceOutputSize, GraphInstance) == 0x000000, "Member 'SubstanceUtility_SetGraphInstanceOutputSize::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_SetGraphInstanceOutputSize, Width) == 0x000008, "Member 'SubstanceUtility_SetGraphInstanceOutputSize::Width' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_SetGraphInstanceOutputSize, Height) == 0x000009, "Member 'SubstanceUtility_SetGraphInstanceOutputSize::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_SetGraphInstanceOutputSizeInt \ +static_assert(alignof(SubstanceUtility_SetGraphInstanceOutputSizeInt) == 0x000008, "Wrong alignment on SubstanceUtility_SetGraphInstanceOutputSizeInt"); \ +static_assert(sizeof(SubstanceUtility_SetGraphInstanceOutputSizeInt) == 0x000010, "Wrong size on SubstanceUtility_SetGraphInstanceOutputSizeInt"); \ +static_assert(offsetof(SubstanceUtility_SetGraphInstanceOutputSizeInt, GraphInstance) == 0x000000, "Member 'SubstanceUtility_SetGraphInstanceOutputSizeInt::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_SetGraphInstanceOutputSizeInt, Width) == 0x000008, "Member 'SubstanceUtility_SetGraphInstanceOutputSizeInt::Width' has a wrong offset!"); \ +static_assert(offsetof(SubstanceUtility_SetGraphInstanceOutputSizeInt, Height) == 0x00000C, "Member 'SubstanceUtility_SetGraphInstanceOutputSizeInt::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubstanceUtility_SyncRendering \ +static_assert(alignof(SubstanceUtility_SyncRendering) == 0x000008, "Wrong alignment on SubstanceUtility_SyncRendering"); \ +static_assert(sizeof(SubstanceUtility_SyncRendering) == 0x000008, "Wrong size on SubstanceUtility_SyncRendering"); \ +static_assert(offsetof(SubstanceUtility_SyncRendering, InstancesToRender) == 0x000000, "Member 'SubstanceUtility_SyncRendering::InstancesToRender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubstanceUtility \ +static_assert(alignof(USubstanceUtility) == 0x000008, "Wrong alignment on USubstanceUtility"); \ +static_assert(sizeof(USubstanceUtility) == 0x000028, "Wrong size on USubstanceUtility"); \ + +#define DUMPER7_ASSERTS_FSpiderNavRelations \ +static_assert(alignof(FSpiderNavRelations) == 0x000008, "Wrong alignment on FSpiderNavRelations"); \ +static_assert(sizeof(FSpiderNavRelations) == 0x000010, "Wrong size on FSpiderNavRelations"); \ +static_assert(offsetof(FSpiderNavRelations, Neighbors) == 0x000000, "Member 'FSpiderNavRelations::Neighbors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiderNavNode \ +static_assert(alignof(FSpiderNavNode) == 0x000008, "Wrong alignment on FSpiderNavNode"); \ +static_assert(sizeof(FSpiderNavNode) == 0x000060, "Wrong size on FSpiderNavNode"); \ +static_assert(offsetof(FSpiderNavNode, Location) == 0x000000, "Member 'FSpiderNavNode::Location' has a wrong offset!"); \ +static_assert(offsetof(FSpiderNavNode, Normal) == 0x000018, "Member 'FSpiderNavNode::Normal' has a wrong offset!"); \ +static_assert(offsetof(FSpiderNavNode, Index) == 0x000030, "Member 'FSpiderNavNode::Index' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiderNavGridBuilder_BuildGrid \ +static_assert(alignof(SpiderNavGridBuilder_BuildGrid) == 0x000004, "Wrong alignment on SpiderNavGridBuilder_BuildGrid"); \ +static_assert(sizeof(SpiderNavGridBuilder_BuildGrid) == 0x000004, "Wrong size on SpiderNavGridBuilder_BuildGrid"); \ +static_assert(offsetof(SpiderNavGridBuilder_BuildGrid, ReturnValue) == 0x000000, "Member 'SpiderNavGridBuilder_BuildGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpiderNavGridBuilder \ +static_assert(alignof(ASpiderNavGridBuilder) == 0x000008, "Wrong alignment on ASpiderNavGridBuilder"); \ +static_assert(sizeof(ASpiderNavGridBuilder) == 0x0003D8, "Wrong size on ASpiderNavGridBuilder"); \ +static_assert(offsetof(ASpiderNavGridBuilder, VolumeBox) == 0x000288, "Member 'ASpiderNavGridBuilder::VolumeBox' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, TracerActorBP) == 0x000290, "Member 'ASpiderNavGridBuilder::TracerActorBP' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, NavPointActorBP) == 0x000298, "Member 'ASpiderNavGridBuilder::NavPointActorBP' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, NavPointEdgeActorBP) == 0x0002A0, "Member 'ASpiderNavGridBuilder::NavPointEdgeActorBP' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, GridStepSize) == 0x0002A8, "Member 'ASpiderNavGridBuilder::GridStepSize' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, ActorsWhiteList) == 0x0002B0, "Member 'ASpiderNavGridBuilder::ActorsWhiteList' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, bUseActorWhiteList) == 0x0002C0, "Member 'ASpiderNavGridBuilder::bUseActorWhiteList' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, ActorsBlackList) == 0x0002C8, "Member 'ASpiderNavGridBuilder::ActorsBlackList' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, bUseActorBlackList) == 0x0002D8, "Member 'ASpiderNavGridBuilder::bUseActorBlackList' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, bAutoRemoveTracers) == 0x0002D9, "Member 'ASpiderNavGridBuilder::bAutoRemoveTracers' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, bAutoSaveGrid) == 0x0002DA, "Member 'ASpiderNavGridBuilder::bAutoSaveGrid' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, BounceNavDistance) == 0x0002DC, "Member 'ASpiderNavGridBuilder::BounceNavDistance' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, TraceDistanceModificator) == 0x0002E0, "Member 'ASpiderNavGridBuilder::TraceDistanceModificator' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, ClosePointsFilterModificator) == 0x0002E4, "Member 'ASpiderNavGridBuilder::ClosePointsFilterModificator' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, ConnectionSphereRadiusModificator) == 0x0002E8, "Member 'ASpiderNavGridBuilder::ConnectionSphereRadiusModificator' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, TraceDistanceForEdgesModificator) == 0x0002EC, "Member 'ASpiderNavGridBuilder::TraceDistanceForEdgesModificator' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, EgdeDeviationModificator) == 0x0002F0, "Member 'ASpiderNavGridBuilder::EgdeDeviationModificator' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavGridBuilder, bSingleDirectionTrace) == 0x0002F4, "Member 'ASpiderNavGridBuilder::bSingleDirectionTrace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpiderNavGridSaveGame \ +static_assert(alignof(USpiderNavGridSaveGame) == 0x000008, "Wrong alignment on USpiderNavGridSaveGame"); \ +static_assert(sizeof(USpiderNavGridSaveGame) == 0x000130, "Wrong size on USpiderNavGridSaveGame"); \ +static_assert(offsetof(USpiderNavGridSaveGame, NavLocations) == 0x000028, "Member 'USpiderNavGridSaveGame::NavLocations' has a wrong offset!"); \ +static_assert(offsetof(USpiderNavGridSaveGame, NavNormals) == 0x000078, "Member 'USpiderNavGridSaveGame::NavNormals' has a wrong offset!"); \ +static_assert(offsetof(USpiderNavGridSaveGame, NavRelations) == 0x0000C8, "Member 'USpiderNavGridSaveGame::NavRelations' has a wrong offset!"); \ +static_assert(offsetof(USpiderNavGridSaveGame, SaveSlotName) == 0x000118, "Member 'USpiderNavGridSaveGame::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(USpiderNavGridSaveGame, UserIndex) == 0x000128, "Member 'USpiderNavGridSaveGame::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpiderNavGridTracer \ +static_assert(alignof(ASpiderNavGridTracer) == 0x000008, "Wrong alignment on ASpiderNavGridTracer"); \ +static_assert(sizeof(ASpiderNavGridTracer) == 0x000290, "Wrong size on ASpiderNavGridTracer"); \ +static_assert(offsetof(ASpiderNavGridTracer, CollisionComp) == 0x000288, "Member 'ASpiderNavGridTracer::CollisionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiderNavigation_FindClosestNodeLocation \ +static_assert(alignof(SpiderNavigation_FindClosestNodeLocation) == 0x000008, "Wrong alignment on SpiderNavigation_FindClosestNodeLocation"); \ +static_assert(sizeof(SpiderNavigation_FindClosestNodeLocation) == 0x000030, "Wrong size on SpiderNavigation_FindClosestNodeLocation"); \ +static_assert(offsetof(SpiderNavigation_FindClosestNodeLocation, Location) == 0x000000, "Member 'SpiderNavigation_FindClosestNodeLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindClosestNodeLocation, ReturnValue) == 0x000018, "Member 'SpiderNavigation_FindClosestNodeLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiderNavigation_FindClosestNodeNormal \ +static_assert(alignof(SpiderNavigation_FindClosestNodeNormal) == 0x000008, "Wrong alignment on SpiderNavigation_FindClosestNodeNormal"); \ +static_assert(sizeof(SpiderNavigation_FindClosestNodeNormal) == 0x000030, "Wrong size on SpiderNavigation_FindClosestNodeNormal"); \ +static_assert(offsetof(SpiderNavigation_FindClosestNodeNormal, Location) == 0x000000, "Member 'SpiderNavigation_FindClosestNodeNormal::Location' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindClosestNodeNormal, ReturnValue) == 0x000018, "Member 'SpiderNavigation_FindClosestNodeNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiderNavigation_FindNextLocationAndNormal \ +static_assert(alignof(SpiderNavigation_FindNextLocationAndNormal) == 0x000008, "Wrong alignment on SpiderNavigation_FindNextLocationAndNormal"); \ +static_assert(sizeof(SpiderNavigation_FindNextLocationAndNormal) == 0x000068, "Wrong size on SpiderNavigation_FindNextLocationAndNormal"); \ +static_assert(offsetof(SpiderNavigation_FindNextLocationAndNormal, CurrentLocation) == 0x000000, "Member 'SpiderNavigation_FindNextLocationAndNormal::CurrentLocation' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindNextLocationAndNormal, TargetLocation) == 0x000018, "Member 'SpiderNavigation_FindNextLocationAndNormal::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindNextLocationAndNormal, NextLocation) == 0x000030, "Member 'SpiderNavigation_FindNextLocationAndNormal::NextLocation' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindNextLocationAndNormal, Normal) == 0x000048, "Member 'SpiderNavigation_FindNextLocationAndNormal::Normal' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindNextLocationAndNormal, ReturnValue) == 0x000060, "Member 'SpiderNavigation_FindNextLocationAndNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiderNavigation_FindPath \ +static_assert(alignof(SpiderNavigation_FindPath) == 0x000008, "Wrong alignment on SpiderNavigation_FindPath"); \ +static_assert(sizeof(SpiderNavigation_FindPath) == 0x000048, "Wrong size on SpiderNavigation_FindPath"); \ +static_assert(offsetof(SpiderNavigation_FindPath, Start) == 0x000000, "Member 'SpiderNavigation_FindPath::Start' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindPath, End) == 0x000018, "Member 'SpiderNavigation_FindPath::End' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindPath, bFoundCompletePath) == 0x000030, "Member 'SpiderNavigation_FindPath::bFoundCompletePath' has a wrong offset!"); \ +static_assert(offsetof(SpiderNavigation_FindPath, ReturnValue) == 0x000038, "Member 'SpiderNavigation_FindPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiderNavigation_GetNavNodesCount \ +static_assert(alignof(SpiderNavigation_GetNavNodesCount) == 0x000004, "Wrong alignment on SpiderNavigation_GetNavNodesCount"); \ +static_assert(sizeof(SpiderNavigation_GetNavNodesCount) == 0x000004, "Wrong size on SpiderNavigation_GetNavNodesCount"); \ +static_assert(offsetof(SpiderNavigation_GetNavNodesCount, ReturnValue) == 0x000000, "Member 'SpiderNavigation_GetNavNodesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SpiderNavigation_LoadGrid \ +static_assert(alignof(SpiderNavigation_LoadGrid) == 0x000001, "Wrong alignment on SpiderNavigation_LoadGrid"); \ +static_assert(sizeof(SpiderNavigation_LoadGrid) == 0x000001, "Wrong size on SpiderNavigation_LoadGrid"); \ +static_assert(offsetof(SpiderNavigation_LoadGrid, ReturnValue) == 0x000000, "Member 'SpiderNavigation_LoadGrid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpiderNavigation \ +static_assert(alignof(ASpiderNavigation) == 0x000008, "Wrong alignment on ASpiderNavigation"); \ +static_assert(sizeof(ASpiderNavigation) == 0x000300, "Wrong size on ASpiderNavigation"); \ +static_assert(offsetof(ASpiderNavigation, bAutoLoadGrid) == 0x0002F8, "Member 'ASpiderNavigation::bAutoLoadGrid' has a wrong offset!"); \ +static_assert(offsetof(ASpiderNavigation, DebugLinesThickness) == 0x0002FC, "Member 'ASpiderNavigation::DebugLinesThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpiderNavPoint \ +static_assert(alignof(ASpiderNavPoint) == 0x000008, "Wrong alignment on ASpiderNavPoint"); \ +static_assert(sizeof(ASpiderNavPoint) == 0x0002C8, "Wrong size on ASpiderNavPoint"); \ +static_assert(offsetof(ASpiderNavPoint, CollisionComp) == 0x000288, "Member 'ASpiderNavPoint::CollisionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpiderNavPointEdge \ +static_assert(alignof(ASpiderNavPointEdge) == 0x000008, "Wrong alignment on ASpiderNavPointEdge"); \ +static_assert(sizeof(ASpiderNavPointEdge) == 0x0002C8, "Wrong size on ASpiderNavPointEdge"); \ + +#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!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_SetMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_SetMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_SetMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_SetMeshSectionVisible, bNewVisibility) == 0x000004, "Member 'ProceduralMeshComponent_SetMeshSectionVisible::bNewVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection) == 0x000058, "Wrong size on ProceduralMeshComponent_UpdateMeshSection"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, VertexColors) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection, Tangents) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_UpdateMeshSection_LinearColor \ +static_assert(alignof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000008, "Wrong alignment on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(sizeof(ProceduralMeshComponent_UpdateMeshSection_LinearColor) == 0x000088, "Wrong size on ProceduralMeshComponent_UpdateMeshSection_LinearColor"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Vertices) == 0x000008, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Vertices' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Normals) == 0x000018, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Normals' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV0) == 0x000028, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV0' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV1) == 0x000038, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV1' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV2) == 0x000048, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV2' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, UV3) == 0x000058, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::UV3' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, VertexColors) == 0x000068, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::VertexColors' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_UpdateMeshSection_LinearColor, Tangents) == 0x000078, "Member 'ProceduralMeshComponent_UpdateMeshSection_LinearColor::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_GetNumSections \ +static_assert(alignof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong alignment on ProceduralMeshComponent_GetNumSections"); \ +static_assert(sizeof(ProceduralMeshComponent_GetNumSections) == 0x000004, "Wrong size on ProceduralMeshComponent_GetNumSections"); \ +static_assert(offsetof(ProceduralMeshComponent_GetNumSections, ReturnValue) == 0x000000, "Member 'ProceduralMeshComponent_GetNumSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralMeshComponent_IsMeshSectionVisible \ +static_assert(alignof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000004, "Wrong alignment on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(sizeof(ProceduralMeshComponent_IsMeshSectionVisible) == 0x000008, "Wrong size on ProceduralMeshComponent_IsMeshSectionVisible"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, SectionIndex) == 0x000000, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(ProceduralMeshComponent_IsMeshSectionVisible, ReturnValue) == 0x000004, "Member 'ProceduralMeshComponent_IsMeshSectionVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralMeshComponent \ +static_assert(alignof(UProceduralMeshComponent) == 0x000010, "Wrong alignment on UProceduralMeshComponent"); \ +static_assert(sizeof(UProceduralMeshComponent) == 0x000610, "Wrong size on UProceduralMeshComponent"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseComplexAsSimpleCollision) == 0x000598, "Member 'UProceduralMeshComponent::bUseComplexAsSimpleCollision' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, bUseAsyncCooking) == 0x000599, "Member 'UProceduralMeshComponent::bUseAsyncCooking' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshBodySetup) == 0x0005A0, "Member 'UProceduralMeshComponent::ProcMeshBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, ProcMeshSections) == 0x0005A8, "Member 'UProceduralMeshComponent::ProcMeshSections' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, CollisionConvexElems) == 0x0005B8, "Member 'UProceduralMeshComponent::CollisionConvexElems' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, LocalBounds) == 0x0005C8, "Member 'UProceduralMeshComponent::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(UProceduralMeshComponent, AsyncBodySetupQueue) == 0x000600, "Member 'UProceduralMeshComponent::AsyncBodySetupQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraAnimationParams \ +static_assert(alignof(FCameraAnimationParams) == 0x000008, "Wrong alignment on FCameraAnimationParams"); \ +static_assert(sizeof(FCameraAnimationParams) == 0x000040, "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, bRandomStartTime) == 0x000019, "Member 'FCameraAnimationParams::bRandomStartTime' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, DurationOverride) == 0x00001C, "Member 'FCameraAnimationParams::DurationOverride' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, PlaySpace) == 0x000020, "Member 'FCameraAnimationParams::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(FCameraAnimationParams, UserPlaySpaceRot) == 0x000028, "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) == 0x000070, "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) == 0x000048, "Member 'FActiveCameraAnimationInfo::Handle' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, Player) == 0x000050, "Member 'FActiveCameraAnimationInfo::Player' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, CameraStandIn) == 0x000058, "Member 'FActiveCameraAnimationInfo::CameraStandIn' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, EaseInCurrentTime) == 0x000060, "Member 'FActiveCameraAnimationInfo::EaseInCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, EaseOutCurrentTime) == 0x000064, "Member 'FActiveCameraAnimationInfo::EaseOutCurrentTime' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, bIsEasingIn) == 0x000068, "Member 'FActiveCameraAnimationInfo::bIsEasingIn' has a wrong offset!"); \ +static_assert(offsetof(FActiveCameraAnimationInfo, bIsEasingOut) == 0x000069, "Member 'FActiveCameraAnimationInfo::bIsEasingOut' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFOscillator \ +static_assert(alignof(FFOscillator) == 0x000004, "Wrong alignment on FFOscillator"); \ +static_assert(sizeof(FFOscillator) == 0x00000C, "Wrong size on FFOscillator"); \ +static_assert(offsetof(FFOscillator, Amplitude) == 0x000000, "Member 'FFOscillator::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, Frequency) == 0x000004, "Member 'FFOscillator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, InitialOffset) == 0x000008, "Member 'FFOscillator::InitialOffset' has a wrong offset!"); \ +static_assert(offsetof(FFOscillator, Waveform) == 0x000009, "Member 'FFOscillator::Waveform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_MatineeCameraShake_StartMatineeCameraShake \ +static_assert(alignof(MatineeCameraShake_StartMatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShake"); \ +static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShake) == 0x000038, "Wrong size on MatineeCameraShake_StartMatineeCameraShake"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShake::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, Scale) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShake::Scale' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, PlaySpace) == 0x000014, "Member 'MatineeCameraShake_StartMatineeCameraShake::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, UserPlaySpaceRot) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShake::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShake, ReturnValue) == 0x000030, "Member 'MatineeCameraShake_StartMatineeCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_StartMatineeCameraShakeFromSource \ +static_assert(alignof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000008, "Wrong alignment on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ +static_assert(sizeof(MatineeCameraShake_StartMatineeCameraShakeFromSource) == 0x000040, "Wrong size on MatineeCameraShake_StartMatineeCameraShakeFromSource"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlayerCameraManager) == 0x000000, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ShakeClass) == 0x000008, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, SourceComponent) == 0x000010, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::SourceComponent' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, Scale) == 0x000018, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::Scale' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, PlaySpace) == 0x00001C, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, UserPlaySpaceRot) == 0x000020, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::UserPlaySpaceRot' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_StartMatineeCameraShakeFromSource, ReturnValue) == 0x000038, "Member 'MatineeCameraShake_StartMatineeCameraShakeFromSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_BlueprintUpdateCameraShake \ +static_assert(alignof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x000010, "Wrong alignment on MatineeCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(sizeof(MatineeCameraShake_BlueprintUpdateCameraShake) == 0x001130, "Wrong size on MatineeCameraShake_BlueprintUpdateCameraShake"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, DeltaTime) == 0x000000, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, alpha) == 0x000004, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::alpha' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, POV) == 0x000010, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::POV' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShake_BlueprintUpdateCameraShake, ModifiedPOV) == 0x0008A0, "Member 'MatineeCameraShake_BlueprintUpdateCameraShake::ModifiedPOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceivePlayShake \ +static_assert(alignof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong alignment on MatineeCameraShake_ReceivePlayShake"); \ +static_assert(sizeof(MatineeCameraShake_ReceivePlayShake) == 0x000004, "Wrong size on MatineeCameraShake_ReceivePlayShake"); \ +static_assert(offsetof(MatineeCameraShake_ReceivePlayShake, Scale) == 0x000000, "Member 'MatineeCameraShake_ReceivePlayShake::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveStopShake \ +static_assert(alignof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveStopShake"); \ +static_assert(sizeof(MatineeCameraShake_ReceiveStopShake) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveStopShake"); \ +static_assert(offsetof(MatineeCameraShake_ReceiveStopShake, bImmediately) == 0x000000, "Member 'MatineeCameraShake_ReceiveStopShake::bImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShake_ReceiveIsFinished \ +static_assert(alignof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong alignment on MatineeCameraShake_ReceiveIsFinished"); \ +static_assert(sizeof(MatineeCameraShake_ReceiveIsFinished) == 0x000001, "Wrong size on MatineeCameraShake_ReceiveIsFinished"); \ +static_assert(offsetof(MatineeCameraShake_ReceiveIsFinished, ReturnValue) == 0x000000, "Member 'MatineeCameraShake_ReceiveIsFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShake \ +static_assert(alignof(UMatineeCameraShake) == 0x000010, "Wrong alignment on UMatineeCameraShake"); \ +static_assert(sizeof(UMatineeCameraShake) == 0x000230, "Wrong size on UMatineeCameraShake"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationDuration) == 0x0000E8, "Member 'UMatineeCameraShake::OscillationDuration' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationBlendInTime) == 0x0000EC, "Member 'UMatineeCameraShake::OscillationBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillationBlendOutTime) == 0x0000F0, "Member 'UMatineeCameraShake::OscillationBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, RotOscillation) == 0x0000F4, "Member 'UMatineeCameraShake::RotOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, LocOscillation) == 0x000118, "Member 'UMatineeCameraShake::LocOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, FOVOscillation) == 0x00013C, "Member 'UMatineeCameraShake::FOVOscillation' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimPlayRate) == 0x000148, "Member 'UMatineeCameraShake::AnimPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimScale) == 0x00014C, "Member 'UMatineeCameraShake::AnimScale' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimBlendInTime) == 0x000150, "Member 'UMatineeCameraShake::AnimBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimBlendOutTime) == 0x000154, "Member 'UMatineeCameraShake::AnimBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, RandomAnimSegmentDuration) == 0x000158, "Member 'UMatineeCameraShake::RandomAnimSegmentDuration' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, Anim) == 0x000160, "Member 'UMatineeCameraShake::Anim' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimSequence) == 0x000168, "Member 'UMatineeCameraShake::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, OscillatorTimeRemaining) == 0x000174, "Member 'UMatineeCameraShake::OscillatorTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, AnimInst) == 0x000178, "Member 'UMatineeCameraShake::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(UMatineeCameraShake, SequenceShakePattern) == 0x0001F8, "Member 'UMatineeCameraShake::SequenceShakePattern' has a wrong offset!"); \ + +#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) == 0x000050, "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) == 0x000048, "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, InstanceSerialNumber) == 0x000058, "Member 'UCameraAnimationCameraModifier::InstanceSerialNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestCameraShake \ +static_assert(alignof(UTestCameraShake) == 0x000010, "Wrong alignment on UTestCameraShake"); \ +static_assert(sizeof(UTestCameraShake) == 0x0000F0, "Wrong size on UTestCameraShake"); \ + +#define DUMPER7_ASSERTS_USimpleCameraShakePattern \ +static_assert(alignof(USimpleCameraShakePattern) == 0x000008, "Wrong alignment on USimpleCameraShakePattern"); \ +static_assert(sizeof(USimpleCameraShakePattern) == 0x000038, "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_UConstantCameraShakePattern \ +static_assert(alignof(UConstantCameraShakePattern) == 0x000008, "Wrong alignment on UConstantCameraShakePattern"); \ +static_assert(sizeof(UConstantCameraShakePattern) == 0x000068, "Wrong size on UConstantCameraShakePattern"); \ +static_assert(offsetof(UConstantCameraShakePattern, LocationOffset) == 0x000038, "Member 'UConstantCameraShakePattern::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UConstantCameraShakePattern, RotationOffset) == 0x000050, "Member 'UConstantCameraShakePattern::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCompositeCameraShakePattern \ +static_assert(alignof(UCompositeCameraShakePattern) == 0x000008, "Wrong alignment on UCompositeCameraShakePattern"); \ +static_assert(sizeof(UCompositeCameraShakePattern) == 0x000048, "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) == 0x0000F0, "Wrong size on UDefaultCameraShakeBase"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShakePattern \ +static_assert(alignof(UMatineeCameraShakePattern) == 0x000008, "Wrong alignment on UMatineeCameraShakePattern"); \ +static_assert(sizeof(UMatineeCameraShakePattern) == 0x000028, "Wrong size on UMatineeCameraShakePattern"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMatineeCameraShakeEvaluator \ +static_assert(alignof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneMatineeCameraShakeEvaluator"); \ +static_assert(sizeof(UMovieSceneMatineeCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneMatineeCameraShakeEvaluator"); \ + +#define DUMPER7_ASSERTS_MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake \ +static_assert(alignof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000008, "Wrong alignment on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ +static_assert(sizeof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake) == 0x000010, "Wrong size on MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake"); \ +static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, CameraShake) == 0x000000, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake, ReturnValue) == 0x000008, "Member 'MatineeCameraShakeFunctionLibrary_Conv_MatineeCameraShake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMatineeCameraShakeFunctionLibrary \ +static_assert(alignof(UMatineeCameraShakeFunctionLibrary) == 0x000008, "Wrong alignment on UMatineeCameraShakeFunctionLibrary"); \ +static_assert(sizeof(UMatineeCameraShakeFunctionLibrary) == 0x000028, "Wrong size on UMatineeCameraShakeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UPerlinNoiseCameraShakePattern \ +static_assert(alignof(UPerlinNoiseCameraShakePattern) == 0x000008, "Wrong alignment on UPerlinNoiseCameraShakePattern"); \ +static_assert(sizeof(UPerlinNoiseCameraShakePattern) == 0x0000B8, "Wrong size on UPerlinNoiseCameraShakePattern"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UPerlinNoiseCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UPerlinNoiseCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, X) == 0x000040, "Member 'UPerlinNoiseCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Y) == 0x000048, "Member 'UPerlinNoiseCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Z) == 0x000050, "Member 'UPerlinNoiseCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationAmplitudeMultiplier) == 0x000058, "Member 'UPerlinNoiseCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, RotationFrequencyMultiplier) == 0x00005C, "Member 'UPerlinNoiseCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Pitch) == 0x000060, "Member 'UPerlinNoiseCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Yaw) == 0x000068, "Member 'UPerlinNoiseCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, Roll) == 0x000070, "Member 'UPerlinNoiseCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UPerlinNoiseCameraShakePattern, FOV) == 0x000078, "Member 'UPerlinNoiseCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaveOscillatorCameraShakePattern \ +static_assert(alignof(UWaveOscillatorCameraShakePattern) == 0x000008, "Wrong alignment on UWaveOscillatorCameraShakePattern"); \ +static_assert(sizeof(UWaveOscillatorCameraShakePattern) == 0x0000D8, "Wrong size on UWaveOscillatorCameraShakePattern"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationAmplitudeMultiplier) == 0x000038, "Member 'UWaveOscillatorCameraShakePattern::LocationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, LocationFrequencyMultiplier) == 0x00003C, "Member 'UWaveOscillatorCameraShakePattern::LocationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, X) == 0x000040, "Member 'UWaveOscillatorCameraShakePattern::X' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Y) == 0x00004C, "Member 'UWaveOscillatorCameraShakePattern::Y' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Z) == 0x000058, "Member 'UWaveOscillatorCameraShakePattern::Z' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationAmplitudeMultiplier) == 0x000064, "Member 'UWaveOscillatorCameraShakePattern::RotationAmplitudeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, RotationFrequencyMultiplier) == 0x000068, "Member 'UWaveOscillatorCameraShakePattern::RotationFrequencyMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Pitch) == 0x00006C, "Member 'UWaveOscillatorCameraShakePattern::Pitch' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Yaw) == 0x000078, "Member 'UWaveOscillatorCameraShakePattern::Yaw' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, Roll) == 0x000084, "Member 'UWaveOscillatorCameraShakePattern::Roll' has a wrong offset!"); \ +static_assert(offsetof(UWaveOscillatorCameraShakePattern, FOV) == 0x000090, "Member 'UWaveOscillatorCameraShakePattern::FOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScene3DPathSectionTemplate \ +static_assert(alignof(FMovieScene3DPathSectionTemplate) == 0x000008, "Wrong alignment on FMovieScene3DPathSectionTemplate"); \ +static_assert(sizeof(FMovieScene3DPathSectionTemplate) == 0x000128, "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) == 0x000120, "Member 'FMovieScene3DPathSectionTemplate::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(FMovieScene3DPathSectionTemplate, UpAxisEnum) == 0x000121, "Member 'FMovieScene3DPathSectionTemplate::UpAxisEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScalarParameterNameAndCurve \ +static_assert(alignof(FScalarParameterNameAndCurve) == 0x000008, "Wrong alignment on FScalarParameterNameAndCurve"); \ +static_assert(sizeof(FScalarParameterNameAndCurve) == 0x0000F0, "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) == 0x0000E0, "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) == 0x0001D8, "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) == 0x0000F0, "Member 'FVector2DParameterNameAndCurves::YCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVectorParameterNameAndCurves \ +static_assert(alignof(FVectorParameterNameAndCurves) == 0x000008, "Wrong alignment on FVectorParameterNameAndCurves"); \ +static_assert(sizeof(FVectorParameterNameAndCurves) == 0x0002C0, "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) == 0x0000F0, "Member 'FVectorParameterNameAndCurves::YCurve' has a wrong offset!"); \ +static_assert(offsetof(FVectorParameterNameAndCurves, ZCurve) == 0x0001D8, "Member 'FVectorParameterNameAndCurves::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorParameterNameAndCurves \ +static_assert(alignof(FColorParameterNameAndCurves) == 0x000008, "Wrong alignment on FColorParameterNameAndCurves"); \ +static_assert(sizeof(FColorParameterNameAndCurves) == 0x0003A8, "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) == 0x0000F0, "Member 'FColorParameterNameAndCurves::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, BlueCurve) == 0x0001D8, "Member 'FColorParameterNameAndCurves::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(FColorParameterNameAndCurves, AlphaCurve) == 0x0002C0, "Member 'FColorParameterNameAndCurves::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformParameterNameAndCurves \ +static_assert(alignof(FTransformParameterNameAndCurves) == 0x000008, "Wrong alignment on FTransformParameterNameAndCurves"); \ +static_assert(sizeof(FTransformParameterNameAndCurves) == 0x000830, "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) == 0x0002C0, "Member 'FTransformParameterNameAndCurves::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FTransformParameterNameAndCurves, Scale) == 0x000578, "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_FMovieSceneFadeSectionTemplate \ +static_assert(alignof(FMovieSceneFadeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneFadeSectionTemplate"); \ +static_assert(sizeof(FMovieSceneFadeSectionTemplate) == 0x000120, "Wrong size on FMovieSceneFadeSectionTemplate"); \ +static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeCurve) == 0x000020, "Member 'FMovieSceneFadeSectionTemplate::FadeCurve' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFadeSectionTemplate, FadeColor) == 0x000108, "Member 'FMovieSceneFadeSectionTemplate::FadeColor' 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_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_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_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_FMovieSceneCameraAnimSectionData \ +static_assert(alignof(FMovieSceneCameraAnimSectionData) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionData"); \ +static_assert(sizeof(FMovieSceneCameraAnimSectionData) == 0x000020, "Wrong size on FMovieSceneCameraAnimSectionData"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, CameraAnim) == 0x000000, "Member 'FMovieSceneCameraAnimSectionData::CameraAnim' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayRate) == 0x000008, "Member 'FMovieSceneCameraAnimSectionData::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, PlayScale) == 0x00000C, "Member 'FMovieSceneCameraAnimSectionData::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, BlendInTime) == 0x000010, "Member 'FMovieSceneCameraAnimSectionData::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, BlendOutTime) == 0x000014, "Member 'FMovieSceneCameraAnimSectionData::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionData, bLooping) == 0x000018, "Member 'FMovieSceneCameraAnimSectionData::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FMovieSceneActorReferenceData \ +static_assert(alignof(FMovieSceneActorReferenceData) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceData"); \ +static_assert(sizeof(FMovieSceneActorReferenceData) == 0x0000F8, "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!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneActorReferenceSectionTemplate \ +static_assert(alignof(FMovieSceneActorReferenceSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneActorReferenceSectionTemplate"); \ +static_assert(sizeof(FMovieSceneActorReferenceSectionTemplate) == 0x000130, "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_FMovieSceneAudioSectionTemplate \ +static_assert(alignof(FMovieSceneAudioSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneAudioSectionTemplate"); \ +static_assert(sizeof(FMovieSceneAudioSectionTemplate) == 0x000028, "Wrong size on FMovieSceneAudioSectionTemplate"); \ +static_assert(offsetof(FMovieSceneAudioSectionTemplate, AudioSection) == 0x000020, "Member 'FMovieSceneAudioSectionTemplate::AudioSection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraAnimSectionTemplate \ +static_assert(alignof(FMovieSceneCameraAnimSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraAnimSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraAnimSectionTemplate) == 0x000048, "Wrong size on FMovieSceneCameraAnimSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraAnimSectionTemplate::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraAnimSectionTemplate, SectionStartTime) == 0x000040, "Member 'FMovieSceneCameraAnimSectionTemplate::SectionStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceShakeSectionTemplate \ +static_assert(alignof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceShakeSectionTemplate) == 0x000050, "Wrong size on FMovieSceneCameraShakeSourceShakeSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionStartTime) == 0x000048, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceShakeSectionTemplate, SectionEndTime) == 0x00004C, "Member 'FMovieSceneCameraShakeSourceShakeSectionTemplate::SectionEndTime' 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_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) == 0x0000D0, "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!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringChannel \ +static_assert(alignof(FMovieSceneStringChannel) == 0x000008, "Wrong alignment on FMovieSceneStringChannel"); \ +static_assert(sizeof(FMovieSceneStringChannel) == 0x0000E8, "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!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneStringPropertySectionTemplate \ +static_assert(alignof(FMovieSceneStringPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneStringPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneStringPropertySectionTemplate) == 0x000120, "Wrong size on FMovieSceneStringPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneStringPropertySectionTemplate, StringCurve) == 0x000038, "Member 'FMovieSceneStringPropertySectionTemplate::StringCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCameraShakeSourceTriggerSectionTemplate \ +static_assert(alignof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraShakeSourceTriggerSectionTemplate) == 0x000040, "Wrong size on FMovieSceneCameraShakeSourceTriggerSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerTimes) == 0x000020, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSourceTriggerSectionTemplate, TriggerValues) == 0x000030, "Member 'FMovieSceneCameraShakeSourceTriggerSectionTemplate::TriggerValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneCameraShakeSectionTemplate \ +static_assert(alignof(FMovieSceneCameraShakeSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneCameraShakeSectionTemplate"); \ +static_assert(sizeof(FMovieSceneCameraShakeSectionTemplate) == 0x000050, "Wrong size on FMovieSceneCameraShakeSectionTemplate"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SourceData) == 0x000020, "Member 'FMovieSceneCameraShakeSectionTemplate::SourceData' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCameraShakeSectionTemplate, SectionStartTime) == 0x000048, "Member 'FMovieSceneCameraShakeSectionTemplate::SectionStartTime' 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_FMovieSceneColorSectionTemplate \ +static_assert(alignof(FMovieSceneColorSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneColorSectionTemplate"); \ +static_assert(sizeof(FMovieSceneColorSectionTemplate) == 0x0003E0, "Wrong size on FMovieSceneColorSectionTemplate"); \ +static_assert(offsetof(FMovieSceneColorSectionTemplate, Curves) == 0x000038, "Member 'FMovieSceneColorSectionTemplate::Curves' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneColorSectionTemplate, BlendType) == 0x0003D8, "Member 'FMovieSceneColorSectionTemplate::BlendType' 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) == 0x000128, "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) == 0x000118, "Member 'FMovieSceneSkeletalAnimationParams::bSkipAnimNotifiers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, bForceCustomMode) == 0x000119, "Member 'FMovieSceneSkeletalAnimationParams::bForceCustomMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, StartOffset) == 0x00011C, "Member 'FMovieSceneSkeletalAnimationParams::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationParams, EndOffset) == 0x000120, "Member 'FMovieSceneSkeletalAnimationParams::EndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplateParameters \ +static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplateParameters) == 0x000130, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionStartTime) == 0x000128, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplateParameters, SectionEndTime) == 0x00012C, "Member 'FMovieSceneSkeletalAnimationSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventPayloadVariable \ +static_assert(alignof(FMovieSceneEventPayloadVariable) == 0x000008, "Wrong alignment on FMovieSceneEventPayloadVariable"); \ +static_assert(sizeof(FMovieSceneEventPayloadVariable) == 0x000010, "Wrong size on FMovieSceneEventPayloadVariable"); \ +static_assert(offsetof(FMovieSceneEventPayloadVariable, Value) == 0x000000, "Member 'FMovieSceneEventPayloadVariable::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventChannel \ +static_assert(alignof(FMovieSceneEventChannel) == 0x000008, "Wrong alignment on FMovieSceneEventChannel"); \ +static_assert(sizeof(FMovieSceneEventChannel) == 0x0000D0, "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!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneBoolPropertySectionTemplate \ +static_assert(alignof(FMovieSceneBoolPropertySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(sizeof(FMovieSceneBoolPropertySectionTemplate) == 0x000110, "Wrong size on FMovieSceneBoolPropertySectionTemplate"); \ +static_assert(offsetof(FMovieSceneBoolPropertySectionTemplate, BoolCurve) == 0x000038, "Member 'FMovieSceneBoolPropertySectionTemplate::BoolCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventParameters \ +static_assert(alignof(FMovieSceneEventParameters) == 0x000008, "Wrong alignment on FMovieSceneEventParameters"); \ +static_assert(sizeof(FMovieSceneEventParameters) == 0x000028, "Wrong size on FMovieSceneEventParameters"); \ + +#define DUMPER7_ASSERTS_FEventPayload \ +static_assert(alignof(FEventPayload) == 0x000008, "Wrong alignment on FEventPayload"); \ +static_assert(sizeof(FEventPayload) == 0x000030, "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_FMovieSceneSkeletalAnimRootMotionTrackParams \ +static_assert(alignof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimRootMotionTrackParams) == 0x000030, "Wrong size on FMovieSceneSkeletalAnimRootMotionTrackParams"); \ + +#define DUMPER7_ASSERTS_FMovieSceneEventSectionData \ +static_assert(alignof(FMovieSceneEventSectionData) == 0x000008, "Wrong alignment on FMovieSceneEventSectionData"); \ +static_assert(sizeof(FMovieSceneEventSectionData) == 0x0000D0, "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!"); \ + +#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_FMovieSceneEventSectionTemplate \ +static_assert(alignof(FMovieSceneEventSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneEventSectionTemplate"); \ +static_assert(sizeof(FMovieSceneEventSectionTemplate) == 0x0000F8, "Wrong size on FMovieSceneEventSectionTemplate"); \ +static_assert(offsetof(FMovieSceneEventSectionTemplate, EventData) == 0x000020, "Member 'FMovieSceneEventSectionTemplate::EventData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMaterialParameterCollectionTemplate \ +static_assert(alignof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMaterialParameterCollectionTemplate"); \ +static_assert(sizeof(FMovieSceneMaterialParameterCollectionTemplate) == 0x000088, "Wrong size on FMovieSceneMaterialParameterCollectionTemplate"); \ +static_assert(offsetof(FMovieSceneMaterialParameterCollectionTemplate, MPC) == 0x000080, "Member 'FMovieSceneMaterialParameterCollectionTemplate::MPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FMovieSceneObjectPropertyTemplate \ +static_assert(alignof(FMovieSceneObjectPropertyTemplate) == 0x000008, "Wrong alignment on FMovieSceneObjectPropertyTemplate"); \ +static_assert(sizeof(FMovieSceneObjectPropertyTemplate) == 0x000140, "Wrong size on FMovieSceneObjectPropertyTemplate"); \ +static_assert(offsetof(FMovieSceneObjectPropertyTemplate, ObjectChannel) == 0x000038, "Member 'FMovieSceneObjectPropertyTemplate::ObjectChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneComponentMaterialSectionTemplate \ +static_assert(alignof(FMovieSceneComponentMaterialSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(sizeof(FMovieSceneComponentMaterialSectionTemplate) == 0x000088, "Wrong size on FMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(offsetof(FMovieSceneComponentMaterialSectionTemplate, MaterialIndex) == 0x000080, "Member 'FMovieSceneComponentMaterialSectionTemplate::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleParameterSectionTemplate \ +static_assert(alignof(FMovieSceneParticleParameterSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleParameterSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleParameterSectionTemplate) == 0x000080, "Wrong size on FMovieSceneParticleParameterSectionTemplate"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleChannel \ +static_assert(alignof(FMovieSceneParticleChannel) == 0x000008, "Wrong alignment on FMovieSceneParticleChannel"); \ +static_assert(sizeof(FMovieSceneParticleChannel) == 0x0000E0, "Wrong size on FMovieSceneParticleChannel"); \ + +#define DUMPER7_ASSERTS_FMovieSceneParticleSectionTemplate \ +static_assert(alignof(FMovieSceneParticleSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneParticleSectionTemplate"); \ +static_assert(sizeof(FMovieSceneParticleSectionTemplate) == 0x000100, "Wrong size on FMovieSceneParticleSectionTemplate"); \ +static_assert(offsetof(FMovieSceneParticleSectionTemplate, ParticleKeys) == 0x000020, "Member 'FMovieSceneParticleSectionTemplate::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieScenePrimitiveMaterialTemplate \ +static_assert(alignof(FMovieScenePrimitiveMaterialTemplate) == 0x000008, "Wrong alignment on FMovieScenePrimitiveMaterialTemplate"); \ +static_assert(sizeof(FMovieScenePrimitiveMaterialTemplate) == 0x000130, "Wrong size on FMovieScenePrimitiveMaterialTemplate"); \ +static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialIndex) == 0x000020, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FMovieScenePrimitiveMaterialTemplate, MaterialChannel) == 0x000028, "Member 'FMovieScenePrimitiveMaterialTemplate::MaterialChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSkeletalAnimationSectionTemplate \ +static_assert(alignof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSkeletalAnimationSectionTemplate"); \ +static_assert(sizeof(FMovieSceneSkeletalAnimationSectionTemplate) == 0x000150, "Wrong size on FMovieSceneSkeletalAnimationSectionTemplate"); \ +static_assert(offsetof(FMovieSceneSkeletalAnimationSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneSkeletalAnimationSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneSlomoSectionTemplate \ +static_assert(alignof(FMovieSceneSlomoSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneSlomoSectionTemplate"); \ +static_assert(sizeof(FMovieSceneSlomoSectionTemplate) == 0x000108, "Wrong size on FMovieSceneSlomoSectionTemplate"); \ +static_assert(offsetof(FMovieSceneSlomoSectionTemplate, SlomoCurve) == 0x000020, "Member 'FMovieSceneSlomoSectionTemplate::SlomoCurve' 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_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_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_FMovieSceneVisibilitySectionTemplate \ +static_assert(alignof(FMovieSceneVisibilitySectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneVisibilitySectionTemplate"); \ +static_assert(sizeof(FMovieSceneVisibilitySectionTemplate) == 0x000110, "Wrong size on FMovieSceneVisibilitySectionTemplate"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DConstraintTrack \ +static_assert(alignof(UMovieScene3DConstraintTrack) == 0x000008, "Wrong alignment on UMovieScene3DConstraintTrack"); \ +static_assert(sizeof(UMovieScene3DConstraintTrack) == 0x0000A0, "Wrong size on UMovieScene3DConstraintTrack"); \ +static_assert(offsetof(UMovieScene3DConstraintTrack, ConstraintSections) == 0x000090, "Member 'UMovieScene3DConstraintTrack::ConstraintSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathTrack \ +static_assert(alignof(UMovieScene3DPathTrack) == 0x000008, "Wrong alignment on UMovieScene3DPathTrack"); \ +static_assert(sizeof(UMovieScene3DPathTrack) == 0x0000A8, "Wrong size on UMovieScene3DPathTrack"); \ + +#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_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_UMovieSceneEulerTransformPropertySystem \ +static_assert(alignof(UMovieSceneEulerTransformPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformPropertySystem"); \ +static_assert(sizeof(UMovieSceneEulerTransformPropertySystem) == 0x000058, "Wrong size on UMovieSceneEulerTransformPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeEvaluator \ +static_assert(alignof(UMovieSceneCameraShakeEvaluator) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeEvaluator"); \ +static_assert(sizeof(UMovieSceneCameraShakeEvaluator) == 0x000028, "Wrong size on UMovieSceneCameraShakeEvaluator"); \ + +#define DUMPER7_ASSERTS_UMovieSceneByteSection \ +static_assert(alignof(UMovieSceneByteSection) == 0x000008, "Wrong alignment on UMovieSceneByteSection"); \ +static_assert(sizeof(UMovieSceneByteSection) == 0x0001D0, "Wrong size on UMovieSceneByteSection"); \ +static_assert(offsetof(UMovieSceneByteSection, ByteCurve) == 0x0000F0, "Member 'UMovieSceneByteSection::ByteCurve' has a wrong offset!"); \ + +#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) == 0x000148, "Wrong size on UMovieSceneParameterSection"); \ +static_assert(offsetof(UMovieSceneParameterSection, BoolParameterNamesAndCurves) == 0x0000E8, "Member 'UMovieSceneParameterSection::BoolParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ScalarParameterNamesAndCurves) == 0x0000F8, "Member 'UMovieSceneParameterSection::ScalarParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, Vector2DParameterNamesAndCurves) == 0x000108, "Member 'UMovieSceneParameterSection::Vector2DParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, VectorParameterNamesAndCurves) == 0x000118, "Member 'UMovieSceneParameterSection::VectorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, ColorParameterNamesAndCurves) == 0x000128, "Member 'UMovieSceneParameterSection::ColorParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneParameterSection, TransformParameterNamesAndCurves) == 0x000138, "Member 'UMovieSceneParameterSection::TransformParameterNamesAndCurves' 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_UMovieSceneMaterialTrack \ +static_assert(alignof(UMovieSceneMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialTrack"); \ +static_assert(sizeof(UMovieSceneMaterialTrack) == 0x0000A0, "Wrong size on UMovieSceneMaterialTrack"); \ +static_assert(offsetof(UMovieSceneMaterialTrack, Sections) == 0x000090, "Member 'UMovieSceneMaterialTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorSection \ +static_assert(alignof(UMovieSceneFloatVectorSection) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorSection"); \ +static_assert(sizeof(UMovieSceneFloatVectorSection) == 0x000498, "Wrong size on UMovieSceneFloatVectorSection"); \ +static_assert(offsetof(UMovieSceneFloatVectorSection, Curves) == 0x0000F0, "Member 'UMovieSceneFloatVectorSection::Curves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFloatVectorSection, ChannelsUsed) == 0x000490, "Member 'UMovieSceneFloatVectorSection::ChannelsUsed' has a wrong offset!"); \ + +#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_UMovieSceneCameraAnimSection \ +static_assert(alignof(UMovieSceneCameraAnimSection) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimSection"); \ +static_assert(sizeof(UMovieSceneCameraAnimSection) == 0x000128, "Wrong size on UMovieSceneCameraAnimSection"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, AnimData) == 0x0000E8, "Member 'UMovieSceneCameraAnimSection::AnimData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, CameraAnim) == 0x000108, "Member 'UMovieSceneCameraAnimSection::CameraAnim' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, PlayRate) == 0x000110, "Member 'UMovieSceneCameraAnimSection::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, PlayScale) == 0x000114, "Member 'UMovieSceneCameraAnimSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, BlendInTime) == 0x000118, "Member 'UMovieSceneCameraAnimSection::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, BlendOutTime) == 0x00011C, "Member 'UMovieSceneCameraAnimSection::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraAnimSection, bLooping) == 0x000120, "Member 'UMovieSceneCameraAnimSection::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyTrack \ +static_assert(alignof(UMovieScenePropertyTrack) == 0x000008, "Wrong alignment on UMovieScenePropertyTrack"); \ +static_assert(sizeof(UMovieScenePropertyTrack) == 0x0000C0, "Wrong size on UMovieScenePropertyTrack"); \ +static_assert(offsetof(UMovieScenePropertyTrack, SectionToKey) == 0x000090, "Member 'UMovieScenePropertyTrack::SectionToKey' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePropertyTrack, PropertyBinding) == 0x000098, "Member 'UMovieScenePropertyTrack::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(UMovieScenePropertyTrack, Sections) == 0x0000B0, "Member 'UMovieScenePropertyTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceTrack \ +static_assert(alignof(UMovieSceneActorReferenceTrack) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceTrack"); \ +static_assert(sizeof(UMovieSceneActorReferenceTrack) == 0x0000C8, "Wrong size on UMovieSceneActorReferenceTrack"); \ + +#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_UMovieSceneEulerTransformTrack \ +static_assert(alignof(UMovieSceneEulerTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneEulerTransformTrack"); \ +static_assert(sizeof(UMovieSceneEulerTransformTrack) == 0x0000C0, "Wrong size on UMovieSceneEulerTransformTrack"); \ + +#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_UIntegerChannelEvaluatorSystem \ +static_assert(alignof(UIntegerChannelEvaluatorSystem) == 0x000008, "Wrong alignment on UIntegerChannelEvaluatorSystem"); \ +static_assert(sizeof(UIntegerChannelEvaluatorSystem) == 0x000040, "Wrong size on UIntegerChannelEvaluatorSystem"); \ + +#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) == 0x000110, "Wrong size on UMovieScene3DConstraintSection"); \ +static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintId) == 0x0000E8, "Member 'UMovieScene3DConstraintSection::ConstraintId' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DConstraintSection, ConstraintBindingID) == 0x0000F8, "Member 'UMovieScene3DConstraintSection::ConstraintBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DAttachSection \ +static_assert(alignof(UMovieScene3DAttachSection) == 0x000008, "Wrong alignment on UMovieScene3DAttachSection"); \ +static_assert(sizeof(UMovieScene3DAttachSection) == 0x000130, "Wrong size on UMovieScene3DAttachSection"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachSocketName) == 0x000118, "Member 'UMovieScene3DAttachSection::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachComponentName) == 0x000120, "Member 'UMovieScene3DAttachSection::AttachComponentName' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentLocationRule) == 0x000128, "Member 'UMovieScene3DAttachSection::AttachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentRotationRule) == 0x000129, "Member 'UMovieScene3DAttachSection::AttachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, AttachmentScaleRule) == 0x00012A, "Member 'UMovieScene3DAttachSection::AttachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentLocationRule) == 0x00012B, "Member 'UMovieScene3DAttachSection::DetachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentRotationRule) == 0x00012C, "Member 'UMovieScene3DAttachSection::DetachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DAttachSection, DetachmentScaleRule) == 0x00012D, "Member 'UMovieScene3DAttachSection::DetachmentScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DTransformTrack \ +static_assert(alignof(UMovieScene3DTransformTrack) == 0x000008, "Wrong alignment on UMovieScene3DTransformTrack"); \ +static_assert(sizeof(UMovieScene3DTransformTrack) == 0x0000C0, "Wrong size on UMovieScene3DTransformTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEnumTrack \ +static_assert(alignof(UMovieSceneEnumTrack) == 0x000008, "Wrong alignment on UMovieSceneEnumTrack"); \ +static_assert(sizeof(UMovieSceneEnumTrack) == 0x0000C8, "Wrong size on UMovieSceneEnumTrack"); \ +static_assert(offsetof(UMovieSceneEnumTrack, Enum) == 0x0000C0, "Member 'UMovieSceneEnumTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DAttachTrack \ +static_assert(alignof(UMovieScene3DAttachTrack) == 0x000008, "Wrong alignment on UMovieScene3DAttachTrack"); \ +static_assert(sizeof(UMovieScene3DAttachTrack) == 0x0000A0, "Wrong size on UMovieScene3DAttachTrack"); \ + +#define DUMPER7_ASSERTS_UMovieScene3DPathSection \ +static_assert(alignof(UMovieScene3DPathSection) == 0x000008, "Wrong alignment on UMovieScene3DPathSection"); \ +static_assert(sizeof(UMovieScene3DPathSection) == 0x000200, "Wrong size on UMovieScene3DPathSection"); \ +static_assert(offsetof(UMovieScene3DPathSection, TimingCurve) == 0x000110, "Member 'UMovieScene3DPathSection::TimingCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, FrontAxisEnum) == 0x0001F8, "Member 'UMovieScene3DPathSection::FrontAxisEnum' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DPathSection, UpAxisEnum) == 0x0001F9, "Member 'UMovieScene3DPathSection::UpAxisEnum' 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_UMovieScene3DTransformSection \ +static_assert(alignof(UMovieScene3DTransformSection) == 0x000008, "Wrong alignment on UMovieScene3DTransformSection"); \ +static_assert(sizeof(UMovieScene3DTransformSection) == 0x000A58, "Wrong size on UMovieScene3DTransformSection"); \ +static_assert(offsetof(UMovieScene3DTransformSection, TransformMask) == 0x0000F0, "Member 'UMovieScene3DTransformSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Translation) == 0x0000F8, "Member 'UMovieScene3DTransformSection::Translation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Rotation) == 0x0003C8, "Member 'UMovieScene3DTransformSection::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, Scale) == 0x000698, "Member 'UMovieScene3DTransformSection::Scale' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, ManualWeight) == 0x000968, "Member 'UMovieScene3DTransformSection::ManualWeight' has a wrong offset!"); \ +static_assert(offsetof(UMovieScene3DTransformSection, bUseQuaternionInterpolation) == 0x000A50, "Member 'UMovieScene3DTransformSection::bUseQuaternionInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneActorReferenceSection \ +static_assert(alignof(UMovieSceneActorReferenceSection) == 0x000008, "Wrong alignment on UMovieSceneActorReferenceSection"); \ +static_assert(sizeof(UMovieSceneActorReferenceSection) == 0x000270, "Wrong size on UMovieSceneActorReferenceSection"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorReferenceData) == 0x0000E8, "Member 'UMovieSceneActorReferenceSection::ActorReferenceData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidIndexCurve) == 0x0001E0, "Member 'UMovieSceneActorReferenceSection::ActorGuidIndexCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneActorReferenceSection, ActorGuidStrings) == 0x000260, "Member 'UMovieSceneActorReferenceSection::ActorGuidStrings' 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_GetSound \ +static_assert(alignof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong alignment on MovieSceneAudioSection_GetSound"); \ +static_assert(sizeof(MovieSceneAudioSection_GetSound) == 0x000008, "Wrong size on MovieSceneAudioSection_GetSound"); \ +static_assert(offsetof(MovieSceneAudioSection_GetSound, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetSound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneAudioSection_GetStartOffset \ +static_assert(alignof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong alignment on MovieSceneAudioSection_GetStartOffset"); \ +static_assert(sizeof(MovieSceneAudioSection_GetStartOffset) == 0x000004, "Wrong size on MovieSceneAudioSection_GetStartOffset"); \ +static_assert(offsetof(MovieSceneAudioSection_GetStartOffset, ReturnValue) == 0x000000, "Member 'MovieSceneAudioSection_GetStartOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAudioSection \ +static_assert(alignof(UMovieSceneAudioSection) == 0x000008, "Wrong alignment on UMovieSceneAudioSection"); \ +static_assert(sizeof(UMovieSceneAudioSection) == 0x0005A0, "Wrong size on UMovieSceneAudioSection"); \ +static_assert(offsetof(UMovieSceneAudioSection, Sound) == 0x0000E8, "Member 'UMovieSceneAudioSection::Sound' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartFrameOffset) == 0x0000F0, "Member 'UMovieSceneAudioSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, StartOffset) == 0x0000F4, "Member 'UMovieSceneAudioSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioStartTime) == 0x0000F8, "Member 'UMovieSceneAudioSection::AudioStartTime' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioDilationFactor) == 0x0000FC, "Member 'UMovieSceneAudioSection::AudioDilationFactor' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AudioVolume) == 0x000100, "Member 'UMovieSceneAudioSection::AudioVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, SoundVolume) == 0x000108, "Member 'UMovieSceneAudioSection::SoundVolume' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, PitchMultiplier) == 0x0001F0, "Member 'UMovieSceneAudioSection::PitchMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Float) == 0x0002D8, "Member 'UMovieSceneAudioSection::Inputs_Float' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_String) == 0x000328, "Member 'UMovieSceneAudioSection::Inputs_String' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Bool) == 0x000378, "Member 'UMovieSceneAudioSection::Inputs_Bool' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Int) == 0x0003C8, "Member 'UMovieSceneAudioSection::Inputs_Int' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, Inputs_Trigger) == 0x000418, "Member 'UMovieSceneAudioSection::Inputs_Trigger' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttachActorData) == 0x000468, "Member 'UMovieSceneAudioSection::AttachActorData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bLooping) == 0x000560, "Member 'UMovieSceneAudioSection::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bSuppressSubtitles) == 0x000561, "Member 'UMovieSceneAudioSection::bSuppressSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, bOverrideAttenuation) == 0x000562, "Member 'UMovieSceneAudioSection::bOverrideAttenuation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, AttenuationSettings) == 0x000568, "Member 'UMovieSceneAudioSection::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnQueueSubtitles) == 0x000570, "Member 'UMovieSceneAudioSection::OnQueueSubtitles' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioFinished) == 0x000580, "Member 'UMovieSceneAudioSection::OnAudioFinished' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAudioSection, OnAudioPlaybackPercent) == 0x000590, "Member 'UMovieSceneAudioSection::OnAudioPlaybackPercent' has a wrong offset!"); \ + +#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_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_UMovieSceneBoolTrack \ +static_assert(alignof(UMovieSceneBoolTrack) == 0x000008, "Wrong alignment on UMovieSceneBoolTrack"); \ +static_assert(sizeof(UMovieSceneBoolTrack) == 0x0000C8, "Wrong size on UMovieSceneBoolTrack"); \ + +#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_UMovieSceneByteTrack \ +static_assert(alignof(UMovieSceneByteTrack) == 0x000008, "Wrong alignment on UMovieSceneByteTrack"); \ +static_assert(sizeof(UMovieSceneByteTrack) == 0x0000C8, "Wrong size on UMovieSceneByteTrack"); \ +static_assert(offsetof(UMovieSceneByteTrack, Enum) == 0x0000C0, "Member 'UMovieSceneByteTrack::Enum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraAnimTrack \ +static_assert(alignof(UMovieSceneCameraAnimTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraAnimTrack"); \ +static_assert(sizeof(UMovieSceneCameraAnimTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraAnimTrack"); \ +static_assert(offsetof(UMovieSceneCameraAnimTrack, CameraAnimSections) == 0x000098, "Member 'UMovieSceneCameraAnimTrack::CameraAnimSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_SetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_SetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_SetCameraBindingID, InCameraBindingID) == 0x000000, "Member 'MovieSceneCameraCutSection_SetCameraBindingID::InCameraBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCameraCutSection_GetCameraBindingID \ +static_assert(alignof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000004, "Wrong alignment on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(sizeof(MovieSceneCameraCutSection_GetCameraBindingID) == 0x000018, "Wrong size on MovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(offsetof(MovieSceneCameraCutSection_GetCameraBindingID, ReturnValue) == 0x000000, "Member 'MovieSceneCameraCutSection_GetCameraBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutSection \ +static_assert(alignof(UMovieSceneCameraCutSection) == 0x000010, "Wrong alignment on UMovieSceneCameraCutSection"); \ +static_assert(sizeof(UMovieSceneCameraCutSection) == 0x000190, "Wrong size on UMovieSceneCameraCutSection"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bLockPreviousCamera) == 0x0000F0, "Member 'UMovieSceneCameraCutSection::bLockPreviousCamera' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraGuid) == 0x0000F4, "Member 'UMovieSceneCameraCutSection::CameraGuid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, CameraBindingID) == 0x000104, "Member 'UMovieSceneCameraCutSection::CameraBindingID' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, InitialCameraCutTransform) == 0x000120, "Member 'UMovieSceneCameraCutSection::InitialCameraCutTransform' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutSection, bHasInitialCameraCutTransform) == 0x000180, "Member 'UMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrack \ +static_assert(alignof(UMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrack"); \ +static_assert(sizeof(UMovieSceneCameraCutTrack) == 0x0000A8, "Wrong size on UMovieSceneCameraCutTrack"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, bCanBlend) == 0x000090, "Member 'UMovieSceneCameraCutTrack::bCanBlend' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraCutTrack, Sections) == 0x000098, "Member 'UMovieSceneCameraCutTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraCutTrackInstance \ +static_assert(alignof(UMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCameraCutTrackInstance"); \ +static_assert(sizeof(UMovieSceneCameraCutTrackInstance) == 0x0000B8, "Wrong size on UMovieSceneCameraCutTrackInstance"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSection) == 0x000138, "Wrong size on UMovieSceneCameraShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSection::ShakeData' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, ShakeClass) == 0x000110, "Member 'UMovieSceneCameraShakeSection::ShakeClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlayScale) == 0x000118, "Member 'UMovieSceneCameraShakeSection::PlayScale' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, PlaySpace) == 0x00011C, "Member 'UMovieSceneCameraShakeSection::PlaySpace' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCameraShakeSection, UserDefinedPlaySpace) == 0x000120, "Member 'UMovieSceneCameraShakeSection::UserDefinedPlaySpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCameraShakeSourceShakeSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceShakeSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceShakeSection) == 0x000110, "Wrong size on UMovieSceneCameraShakeSourceShakeSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceShakeSection, ShakeData) == 0x0000E8, "Member 'UMovieSceneCameraShakeSourceShakeSection::ShakeData' 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_UMovieSceneCameraShakeSourceTriggerSection \ +static_assert(alignof(UMovieSceneCameraShakeSourceTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(sizeof(UMovieSceneCameraShakeSourceTriggerSection) == 0x0001B8, "Wrong size on UMovieSceneCameraShakeSourceTriggerSection"); \ +static_assert(offsetof(UMovieSceneCameraShakeSourceTriggerSection, Channel) == 0x0000E8, "Member 'UMovieSceneCameraShakeSourceTriggerSection::Channel' 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_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) == 0x000150, "Wrong size on UMovieSceneCinematicShotSection"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, ShotDisplayName) == 0x000128, "Member 'UMovieSceneCinematicShotSection::ShotDisplayName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCinematicShotSection, DisplayName) == 0x000138, "Member 'UMovieSceneCinematicShotSection::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinematicShotTrack \ +static_assert(alignof(UMovieSceneCinematicShotTrack) == 0x000008, "Wrong alignment on UMovieSceneCinematicShotTrack"); \ +static_assert(sizeof(UMovieSceneCinematicShotTrack) == 0x0000A0, "Wrong size on UMovieSceneCinematicShotTrack"); \ + +#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_UMovieSceneColorSection \ +static_assert(alignof(UMovieSceneColorSection) == 0x000008, "Wrong alignment on UMovieSceneColorSection"); \ +static_assert(sizeof(UMovieSceneColorSection) == 0x000490, "Wrong size on UMovieSceneColorSection"); \ +static_assert(offsetof(UMovieSceneColorSection, RedCurve) == 0x0000F0, "Member 'UMovieSceneColorSection::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, GreenCurve) == 0x0001D8, "Member 'UMovieSceneColorSection::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, BlueCurve) == 0x0002C0, "Member 'UMovieSceneColorSection::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneColorSection, AlphaCurve) == 0x0003A8, "Member 'UMovieSceneColorSection::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneColorTrack \ +static_assert(alignof(UMovieSceneColorTrack) == 0x000008, "Wrong alignment on UMovieSceneColorTrack"); \ +static_assert(sizeof(UMovieSceneColorTrack) == 0x0000C8, "Wrong size on UMovieSceneColorTrack"); \ +static_assert(offsetof(UMovieSceneColorTrack, bIsSlateColor) == 0x0000C0, "Member 'UMovieSceneColorTrack::bIsSlateColor' has a wrong offset!"); \ + +#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) == 0x0001C0, "Wrong size on UMovieSceneComponentAttachmentSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMobilitySystem \ +static_assert(alignof(UMovieSceneComponentMobilitySystem) == 0x000008, "Wrong alignment on UMovieSceneComponentMobilitySystem"); \ +static_assert(sizeof(UMovieSceneComponentMobilitySystem) == 0x000220, "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_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) == 0x000140, "Wrong size on UMovieSceneCVarSection"); \ +static_assert(offsetof(UMovieSceneCVarSection, ConsoleVariables) == 0x0000F0, "Member 'UMovieSceneCVarSection::ConsoleVariables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCVarTrack \ +static_assert(alignof(UMovieSceneCVarTrack) == 0x000008, "Wrong alignment on UMovieSceneCVarTrack"); \ +static_assert(sizeof(UMovieSceneCVarTrack) == 0x0000A0, "Wrong size on UMovieSceneCVarTrack"); \ +static_assert(offsetof(UMovieSceneCVarTrack, Sections) == 0x000090, "Member 'UMovieSceneCVarTrack::Sections' has a wrong offset!"); \ + +#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_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_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_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_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_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_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_UMovieSceneDataLayerSection \ +static_assert(alignof(UMovieSceneDataLayerSection) == 0x000008, "Wrong alignment on UMovieSceneDataLayerSection"); \ +static_assert(sizeof(UMovieSceneDataLayerSection) == 0x000108, "Wrong size on UMovieSceneDataLayerSection"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, DataLayers) == 0x0000F0, "Member 'UMovieSceneDataLayerSection::DataLayers' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, DesiredState) == 0x000100, "Member 'UMovieSceneDataLayerSection::DesiredState' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, PrerollState) == 0x000101, "Member 'UMovieSceneDataLayerSection::PrerollState' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDataLayerSection, bFlushOnUnload) == 0x000102, "Member 'UMovieSceneDataLayerSection::bFlushOnUnload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDataLayerTrack \ +static_assert(alignof(UMovieSceneDataLayerTrack) == 0x000008, "Wrong alignment on UMovieSceneDataLayerTrack"); \ +static_assert(sizeof(UMovieSceneDataLayerTrack) == 0x0000A0, "Wrong size on UMovieSceneDataLayerTrack"); \ +static_assert(offsetof(UMovieSceneDataLayerTrack, Sections) == 0x000090, "Member 'UMovieSceneDataLayerTrack::Sections' has a wrong offset!"); \ + +#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_UMovieSceneDoubleSection \ +static_assert(alignof(UMovieSceneDoubleSection) == 0x000008, "Wrong alignment on UMovieSceneDoubleSection"); \ +static_assert(sizeof(UMovieSceneDoubleSection) == 0x0001E0, "Wrong size on UMovieSceneDoubleSection"); \ +static_assert(offsetof(UMovieSceneDoubleSection, DoubleCurve) == 0x0000F0, "Member 'UMovieSceneDoubleSection::DoubleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleTrack \ +static_assert(alignof(UMovieSceneDoubleTrack) == 0x000008, "Wrong alignment on UMovieSceneDoubleTrack"); \ +static_assert(sizeof(UMovieSceneDoubleTrack) == 0x0000C0, "Wrong size on UMovieSceneDoubleTrack"); \ + +#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_UMovieSceneEnumSection \ +static_assert(alignof(UMovieSceneEnumSection) == 0x000008, "Wrong alignment on UMovieSceneEnumSection"); \ +static_assert(sizeof(UMovieSceneEnumSection) == 0x0001D0, "Wrong size on UMovieSceneEnumSection"); \ +static_assert(offsetof(UMovieSceneEnumSection, EnumCurve) == 0x0000F0, "Member 'UMovieSceneEnumSection::EnumCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSectionBase \ +static_assert(alignof(UMovieSceneEventSectionBase) == 0x000008, "Wrong alignment on UMovieSceneEventSectionBase"); \ +static_assert(sizeof(UMovieSceneEventSectionBase) == 0x0000E8, "Wrong size on UMovieSceneEventSectionBase"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventRepeaterSection \ +static_assert(alignof(UMovieSceneEventRepeaterSection) == 0x000008, "Wrong alignment on UMovieSceneEventRepeaterSection"); \ +static_assert(sizeof(UMovieSceneEventRepeaterSection) == 0x000118, "Wrong size on UMovieSceneEventRepeaterSection"); \ +static_assert(offsetof(UMovieSceneEventRepeaterSection, Event) == 0x0000F0, "Member 'UMovieSceneEventRepeaterSection::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventSection \ +static_assert(alignof(UMovieSceneEventSection) == 0x000008, "Wrong alignment on UMovieSceneEventSection"); \ +static_assert(sizeof(UMovieSceneEventSection) == 0x000230, "Wrong size on UMovieSceneEventSection"); \ +static_assert(offsetof(UMovieSceneEventSection, Events) == 0x0000E8, "Member 'UMovieSceneEventSection::Events' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneEventSection, EventData) == 0x000160, "Member 'UMovieSceneEventSection::EventData' has a wrong offset!"); \ + +#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_UMovieSceneEventTrack \ +static_assert(alignof(UMovieSceneEventTrack) == 0x000008, "Wrong alignment on UMovieSceneEventTrack"); \ +static_assert(sizeof(UMovieSceneEventTrack) == 0x0000B8, "Wrong size on UMovieSceneEventTrack"); \ +static_assert(offsetof(UMovieSceneEventTrack, EventPosition) == 0x0000A4, "Member 'UMovieSceneEventTrack::EventPosition' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneEventTrack, Sections) == 0x0000A8, "Member 'UMovieSceneEventTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneEventTriggerSection \ +static_assert(alignof(UMovieSceneEventTriggerSection) == 0x000008, "Wrong alignment on UMovieSceneEventTriggerSection"); \ +static_assert(sizeof(UMovieSceneEventTriggerSection) == 0x0001C0, "Wrong size on UMovieSceneEventTriggerSection"); \ +static_assert(offsetof(UMovieSceneEventTriggerSection, EventChannel) == 0x0000F0, "Member 'UMovieSceneEventTriggerSection::EventChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFadeSection \ +static_assert(alignof(UMovieSceneFadeSection) == 0x000008, "Wrong alignment on UMovieSceneFadeSection"); \ +static_assert(sizeof(UMovieSceneFadeSection) == 0x0001E8, "Wrong size on UMovieSceneFadeSection"); \ +static_assert(offsetof(UMovieSceneFadeSection, FloatCurve) == 0x0000E8, "Member 'UMovieSceneFadeSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneFadeSection, FadeColor) == 0x0001D0, "Member 'UMovieSceneFadeSection::FadeColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatTrack \ +static_assert(alignof(UMovieSceneFloatTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatTrack"); \ +static_assert(sizeof(UMovieSceneFloatTrack) == 0x0000C0, "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_UMovieSceneFloatPropertySystem \ +static_assert(alignof(UMovieSceneFloatPropertySystem) == 0x000008, "Wrong alignment on UMovieSceneFloatPropertySystem"); \ +static_assert(sizeof(UMovieSceneFloatPropertySystem) == 0x000058, "Wrong size on UMovieSceneFloatPropertySystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatSection \ +static_assert(alignof(UMovieSceneFloatSection) == 0x000008, "Wrong alignment on UMovieSceneFloatSection"); \ +static_assert(sizeof(UMovieSceneFloatSection) == 0x0001D8, "Wrong size on UMovieSceneFloatSection"); \ +static_assert(offsetof(UMovieSceneFloatSection, FloatCurve) == 0x0000F0, "Member 'UMovieSceneFloatSection::FloatCurve' has a wrong offset!"); \ + +#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_UMovieSceneIntegerSection \ +static_assert(alignof(UMovieSceneIntegerSection) == 0x000008, "Wrong alignment on UMovieSceneIntegerSection"); \ +static_assert(sizeof(UMovieSceneIntegerSection) == 0x0001C8, "Wrong size on UMovieSceneIntegerSection"); \ +static_assert(offsetof(UMovieSceneIntegerSection, IntegerCurve) == 0x0000F0, "Member 'UMovieSceneIntegerSection::IntegerCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneIntegerTrack \ +static_assert(alignof(UMovieSceneIntegerTrack) == 0x000008, "Wrong alignment on UMovieSceneIntegerTrack"); \ +static_assert(sizeof(UMovieSceneIntegerTrack) == 0x0000C0, "Wrong size on UMovieSceneIntegerTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneInterrogatedPropertyInstantiatorSystem \ +static_assert(alignof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneInterrogatedPropertyInstantiatorSystem) == 0x0001E8, "Wrong size on UMovieSceneInterrogatedPropertyInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetLevelNames \ +static_assert(alignof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_SetLevelNames"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_SetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_SetLevelNames"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_SetLevelNames, InLevelNames) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetLevelNames::InLevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_SetVisibility \ +static_assert(alignof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_SetVisibility"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_SetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_SetVisibility"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_SetVisibility, InVisibility) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_SetVisibility::InVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetLevelNames \ +static_assert(alignof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000008, "Wrong alignment on MovieSceneLevelVisibilitySection_GetLevelNames"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_GetLevelNames) == 0x000010, "Wrong size on MovieSceneLevelVisibilitySection_GetLevelNames"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_GetLevelNames, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetLevelNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneLevelVisibilitySection_GetVisibility \ +static_assert(alignof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong alignment on MovieSceneLevelVisibilitySection_GetVisibility"); \ +static_assert(sizeof(MovieSceneLevelVisibilitySection_GetVisibility) == 0x000001, "Wrong size on MovieSceneLevelVisibilitySection_GetVisibility"); \ +static_assert(offsetof(MovieSceneLevelVisibilitySection_GetVisibility, ReturnValue) == 0x000000, "Member 'MovieSceneLevelVisibilitySection_GetVisibility::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneLevelVisibilitySection \ +static_assert(alignof(UMovieSceneLevelVisibilitySection) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilitySection"); \ +static_assert(sizeof(UMovieSceneLevelVisibilitySection) == 0x000108, "Wrong size on UMovieSceneLevelVisibilitySection"); \ +static_assert(offsetof(UMovieSceneLevelVisibilitySection, Visibility) == 0x0000F0, "Member 'UMovieSceneLevelVisibilitySection::Visibility' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneLevelVisibilitySection, LevelNames) == 0x0000F8, "Member 'UMovieSceneLevelVisibilitySection::LevelNames' has a wrong offset!"); \ + +#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_UMovieSceneLevelVisibilityTrack \ +static_assert(alignof(UMovieSceneLevelVisibilityTrack) == 0x000008, "Wrong alignment on UMovieSceneLevelVisibilityTrack"); \ +static_assert(sizeof(UMovieSceneLevelVisibilityTrack) == 0x0000A0, "Wrong size on UMovieSceneLevelVisibilityTrack"); \ +static_assert(offsetof(UMovieSceneLevelVisibilityTrack, Sections) == 0x000090, "Member 'UMovieSceneLevelVisibilityTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMaterialParameterCollectionTrack \ +static_assert(alignof(UMovieSceneMaterialParameterCollectionTrack) == 0x000008, "Wrong alignment on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(sizeof(UMovieSceneMaterialParameterCollectionTrack) == 0x0000B0, "Wrong size on UMovieSceneMaterialParameterCollectionTrack"); \ +static_assert(offsetof(UMovieSceneMaterialParameterCollectionTrack, MPC) == 0x0000A8, "Member 'UMovieSceneMaterialParameterCollectionTrack::MPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneComponentMaterialTrack \ +static_assert(alignof(UMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UMovieSceneComponentMaterialTrack"); \ +static_assert(sizeof(UMovieSceneComponentMaterialTrack) == 0x0000B0, "Wrong size on UMovieSceneComponentMaterialTrack"); \ +static_assert(offsetof(UMovieSceneComponentMaterialTrack, MaterialIndex) == 0x0000A8, "Member 'UMovieSceneComponentMaterialTrack::MaterialIndex' has a wrong offset!"); \ + +#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_UMovieSceneObjectPropertySection \ +static_assert(alignof(UMovieSceneObjectPropertySection) == 0x000008, "Wrong alignment on UMovieSceneObjectPropertySection"); \ +static_assert(sizeof(UMovieSceneObjectPropertySection) == 0x0001F0, "Wrong size on UMovieSceneObjectPropertySection"); \ +static_assert(offsetof(UMovieSceneObjectPropertySection, ObjectChannel) == 0x0000E8, "Member 'UMovieSceneObjectPropertySection::ObjectChannel' 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) == 0x0000A8, "Wrong size on UMovieSceneParticleParameterTrack"); \ +static_assert(offsetof(UMovieSceneParticleParameterTrack, Sections) == 0x000098, "Member 'UMovieSceneParticleParameterTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleSection \ +static_assert(alignof(UMovieSceneParticleSection) == 0x000008, "Wrong alignment on UMovieSceneParticleSection"); \ +static_assert(sizeof(UMovieSceneParticleSection) == 0x0001C8, "Wrong size on UMovieSceneParticleSection"); \ +static_assert(offsetof(UMovieSceneParticleSection, ParticleKeys) == 0x0000E8, "Member 'UMovieSceneParticleSection::ParticleKeys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneParticleTrack \ +static_assert(alignof(UMovieSceneParticleTrack) == 0x000008, "Wrong alignment on UMovieSceneParticleTrack"); \ +static_assert(sizeof(UMovieSceneParticleTrack) == 0x0000A8, "Wrong size on UMovieSceneParticleTrack"); \ +static_assert(offsetof(UMovieSceneParticleTrack, ParticleSections) == 0x000098, "Member 'UMovieSceneParticleTrack::ParticleSections' has a wrong offset!"); \ + +#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) == 0x000128, "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_UMovieScenePiecewiseFloatBlenderSystem \ +static_assert(alignof(UMovieScenePiecewiseFloatBlenderSystem) == 0x000008, "Wrong alignment on UMovieScenePiecewiseFloatBlenderSystem"); \ +static_assert(sizeof(UMovieScenePiecewiseFloatBlenderSystem) == 0x000128, "Wrong size on UMovieScenePiecewiseFloatBlenderSystem"); \ + +#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_UMovieScenePrimitiveMaterialSection \ +static_assert(alignof(UMovieScenePrimitiveMaterialSection) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialSection"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialSection) == 0x0001F0, "Wrong size on UMovieScenePrimitiveMaterialSection"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialSection, MaterialChannel) == 0x0000E8, "Member 'UMovieScenePrimitiveMaterialSection::MaterialChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePrimitiveMaterialTrack \ +static_assert(alignof(UMovieScenePrimitiveMaterialTrack) == 0x000008, "Wrong alignment on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(sizeof(UMovieScenePrimitiveMaterialTrack) == 0x0000D0, "Wrong size on UMovieScenePrimitiveMaterialTrack"); \ +static_assert(offsetof(UMovieScenePrimitiveMaterialTrack, MaterialIndex) == 0x0000C8, "Member 'UMovieScenePrimitiveMaterialTrack::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieScenePropertyInstantiatorSystem \ +static_assert(alignof(UMovieScenePropertyInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieScenePropertyInstantiatorSystem"); \ +static_assert(sizeof(UMovieScenePropertyInstantiatorSystem) == 0x000248, "Wrong size on UMovieScenePropertyInstantiatorSystem"); \ + +#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_UMovieSceneSkeletalAnimationSection \ +static_assert(alignof(UMovieSceneSkeletalAnimationSection) == 0x000010, "Wrong alignment on UMovieSceneSkeletalAnimationSection"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationSection) == 0x000320, "Wrong size on UMovieSceneSkeletalAnimationSection"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Params_0) == 0x0000E8, "Member 'UMovieSceneSkeletalAnimationSection::Params_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, AnimSequence) == 0x000210, "Member 'UMovieSceneSkeletalAnimationSection::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, Animation) == 0x000218, "Member 'UMovieSceneSkeletalAnimationSection::Animation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartOffset) == 0x000220, "Member 'UMovieSceneSkeletalAnimationSection::StartOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, EndOffset) == 0x000224, "Member 'UMovieSceneSkeletalAnimationSection::EndOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, PlayRate) == 0x000228, "Member 'UMovieSceneSkeletalAnimationSection::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, SlotName) == 0x000230, "Member 'UMovieSceneSkeletalAnimationSection::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartLocationOffset) == 0x000238, "Member 'UMovieSceneSkeletalAnimationSection::StartLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, StartRotationOffset) == 0x000250, "Member 'UMovieSceneSkeletalAnimationSection::StartRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchWithPrevious) == 0x000268, "Member 'UMovieSceneSkeletalAnimationSection::bMatchWithPrevious' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedBoneName) == 0x00026C, "Member 'UMovieSceneSkeletalAnimationSection::MatchedBoneName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedLocationOffset) == 0x000278, "Member 'UMovieSceneSkeletalAnimationSection::MatchedLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, MatchedRotationOffset) == 0x000290, "Member 'UMovieSceneSkeletalAnimationSection::MatchedRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchTranslation) == 0x0002A8, "Member 'UMovieSceneSkeletalAnimationSection::bMatchTranslation' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchIncludeZHeight) == 0x0002A9, "Member 'UMovieSceneSkeletalAnimationSection::bMatchIncludeZHeight' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationYaw) == 0x0002AA, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationYaw' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationPitch) == 0x0002AB, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationPitch' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneSkeletalAnimationSection, bMatchRotationRoll) == 0x0002AC, "Member 'UMovieSceneSkeletalAnimationSection::bMatchRotationRoll' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSkeletalAnimationTrack \ +static_assert(alignof(UMovieSceneSkeletalAnimationTrack) == 0x000008, "Wrong alignment on UMovieSceneSkeletalAnimationTrack"); \ +static_assert(sizeof(UMovieSceneSkeletalAnimationTrack) == 0x0000E8, "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) == 0x0000E0, "Member 'UMovieSceneSkeletalAnimationTrack::bBlendFirstChildOfRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSlomoSection \ +static_assert(alignof(UMovieSceneSlomoSection) == 0x000008, "Wrong alignment on UMovieSceneSlomoSection"); \ +static_assert(sizeof(UMovieSceneSlomoSection) == 0x0001D0, "Wrong size on UMovieSceneSlomoSection"); \ +static_assert(offsetof(UMovieSceneSlomoSection, FloatCurve) == 0x0000E8, "Member 'UMovieSceneSlomoSection::FloatCurve' 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_UMovieSceneStringSection \ +static_assert(alignof(UMovieSceneStringSection) == 0x000008, "Wrong alignment on UMovieSceneStringSection"); \ +static_assert(sizeof(UMovieSceneStringSection) == 0x0001D0, "Wrong size on UMovieSceneStringSection"); \ +static_assert(offsetof(UMovieSceneStringSection, StringCurve) == 0x0000E8, "Member 'UMovieSceneStringSection::StringCurve' has a wrong offset!"); \ + +#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_UMovieSceneTransformOriginSystem \ +static_assert(alignof(UMovieSceneTransformOriginSystem) == 0x000008, "Wrong alignment on UMovieSceneTransformOriginSystem"); \ +static_assert(sizeof(UMovieSceneTransformOriginSystem) == 0x000078, "Wrong size on UMovieSceneTransformOriginSystem"); \ + +#define DUMPER7_ASSERTS_UMovieSceneTransformTrack \ +static_assert(alignof(UMovieSceneTransformTrack) == 0x000008, "Wrong alignment on UMovieSceneTransformTrack"); \ +static_assert(sizeof(UMovieSceneTransformTrack) == 0x0000C0, "Wrong size on UMovieSceneTransformTrack"); \ + +#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_UMovieSceneDoubleVectorSection \ +static_assert(alignof(UMovieSceneDoubleVectorSection) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorSection"); \ +static_assert(sizeof(UMovieSceneDoubleVectorSection) == 0x0004B8, "Wrong size on UMovieSceneDoubleVectorSection"); \ +static_assert(offsetof(UMovieSceneDoubleVectorSection, Curves) == 0x0000F0, "Member 'UMovieSceneDoubleVectorSection::Curves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneDoubleVectorSection, ChannelsUsed) == 0x0004B0, "Member 'UMovieSceneDoubleVectorSection::ChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneFloatVectorTrack \ +static_assert(alignof(UMovieSceneFloatVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneFloatVectorTrack"); \ +static_assert(sizeof(UMovieSceneFloatVectorTrack) == 0x0000C8, "Wrong size on UMovieSceneFloatVectorTrack"); \ +static_assert(offsetof(UMovieSceneFloatVectorTrack, NumChannelsUsed) == 0x0000C0, "Member 'UMovieSceneFloatVectorTrack::NumChannelsUsed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneDoubleVectorTrack \ +static_assert(alignof(UMovieSceneDoubleVectorTrack) == 0x000008, "Wrong alignment on UMovieSceneDoubleVectorTrack"); \ +static_assert(sizeof(UMovieSceneDoubleVectorTrack) == 0x0000C8, "Wrong size on UMovieSceneDoubleVectorTrack"); \ +static_assert(offsetof(UMovieSceneDoubleVectorTrack, NumChannelsUsed) == 0x0000C0, "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_UMovieSceneHierarchicalEasingInstantiatorSystem \ +static_assert(alignof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000008, "Wrong alignment on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ +static_assert(sizeof(UMovieSceneHierarchicalEasingInstantiatorSystem) == 0x000090, "Wrong size on UMovieSceneHierarchicalEasingInstantiatorSystem"); \ + +#define DUMPER7_ASSERTS_UWeightAndEasingEvaluatorSystem \ +static_assert(alignof(UWeightAndEasingEvaluatorSystem) == 0x000008, "Wrong alignment on UWeightAndEasingEvaluatorSystem"); \ +static_assert(sizeof(UWeightAndEasingEvaluatorSystem) == 0x000078, "Wrong size on UWeightAndEasingEvaluatorSystem"); \ + +#define DUMPER7_ASSERTS_FTemplateSequenceBindingOverrideData \ +static_assert(alignof(FTemplateSequenceBindingOverrideData) == 0x000004, "Wrong alignment on FTemplateSequenceBindingOverrideData"); \ +static_assert(sizeof(FTemplateSequenceBindingOverrideData) == 0x00000C, "Wrong size on FTemplateSequenceBindingOverrideData"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, Object) == 0x000000, "Member 'FTemplateSequenceBindingOverrideData::Object' has a wrong offset!"); \ +static_assert(offsetof(FTemplateSequenceBindingOverrideData, bOverridesDefault) == 0x000008, "Member 'FTemplateSequenceBindingOverrideData::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTemplateSectionPropertyScale \ +static_assert(alignof(FTemplateSectionPropertyScale) == 0x000008, "Wrong alignment on FTemplateSectionPropertyScale"); \ +static_assert(sizeof(FTemplateSectionPropertyScale) == 0x000110, "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_SequenceCameraShakeTestUtil_GetCameraCachePOV \ +static_assert(alignof(SequenceCameraShakeTestUtil_GetCameraCachePOV) == 0x000010, "Wrong alignment on SequenceCameraShakeTestUtil_GetCameraCachePOV"); \ +static_assert(sizeof(SequenceCameraShakeTestUtil_GetCameraCachePOV) == 0x0008A0, "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) == 0x0008A0, "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) == 0x0007D0, "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) == 0x0007C0, "Member 'SequenceCameraShakeTestUtil_GetPostProcessBlendCache::OutPPBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(SequenceCameraShakeTestUtil_GetPostProcessBlendCache, ReturnValue) == 0x0007C4, "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_UTemplateSequence \ +static_assert(alignof(UTemplateSequence) == 0x000008, "Wrong alignment on UTemplateSequence"); \ +static_assert(sizeof(UTemplateSequence) == 0x000108, "Wrong size on UTemplateSequence"); \ +static_assert(offsetof(UTemplateSequence, MovieScene) == 0x000060, "Member 'UTemplateSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorClass) == 0x000068, "Member 'UTemplateSequence::BoundActorClass' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundPreviewActor) == 0x000090, "Member 'UTemplateSequence::BoundPreviewActor' has a wrong offset!"); \ +static_assert(offsetof(UTemplateSequence, BoundActorComponents) == 0x0000B8, "Member 'UTemplateSequence::BoundActorComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetBinding \ +static_assert(alignof(TemplateSequenceActor_SetBinding) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetBinding"); \ +static_assert(sizeof(TemplateSequenceActor_SetBinding) == 0x000010, "Wrong size on TemplateSequenceActor_SetBinding"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, Actor) == 0x000000, "Member 'TemplateSequenceActor_SetBinding::Actor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequenceActor_SetBinding, bOverridesDefault) == 0x000008, "Member 'TemplateSequenceActor_SetBinding::bOverridesDefault' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_SetSequence \ +static_assert(alignof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_SetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_SetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_SetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_SetSequence, InSequence) == 0x000000, "Member 'TemplateSequenceActor_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequence \ +static_assert(alignof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequence"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequence) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequence"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_GetSequencePlayer \ +static_assert(alignof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(sizeof(TemplateSequenceActor_GetSequencePlayer) == 0x000008, "Wrong size on TemplateSequenceActor_GetSequencePlayer"); \ +static_assert(offsetof(TemplateSequenceActor_GetSequencePlayer, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_GetSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TemplateSequenceActor_LoadSequence \ +static_assert(alignof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on TemplateSequenceActor_LoadSequence"); \ +static_assert(sizeof(TemplateSequenceActor_LoadSequence) == 0x000008, "Wrong size on TemplateSequenceActor_LoadSequence"); \ +static_assert(offsetof(TemplateSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'TemplateSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATemplateSequenceActor \ +static_assert(alignof(ATemplateSequenceActor) == 0x000008, "Wrong alignment on ATemplateSequenceActor"); \ +static_assert(sizeof(ATemplateSequenceActor) == 0x0002E0, "Wrong size on ATemplateSequenceActor"); \ +static_assert(offsetof(ATemplateSequenceActor, PlaybackSettings) == 0x000298, "Member 'ATemplateSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, SequencePlayer) == 0x0002B0, "Member 'ATemplateSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, TemplateSequence) == 0x0002B8, "Member 'ATemplateSequenceActor::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(ATemplateSequenceActor, BindingOverride) == 0x0002D0, "Member 'ATemplateSequenceActor::BindingOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequence \ +static_assert(alignof(UCameraAnimationSequence) == 0x000008, "Wrong alignment on UCameraAnimationSequence"); \ +static_assert(sizeof(UCameraAnimationSequence) == 0x000108, "Wrong size on UCameraAnimationSequence"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequenceCameraStandIn \ +static_assert(alignof(UCameraAnimationSequenceCameraStandIn) == 0x000010, "Wrong alignment on UCameraAnimationSequenceCameraStandIn"); \ +static_assert(sizeof(UCameraAnimationSequenceCameraStandIn) == 0x000900, "Wrong size on UCameraAnimationSequenceCameraStandIn"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, FieldOfView) == 0x000030, "Member 'UCameraAnimationSequenceCameraStandIn::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, AspectRatio) == 0x000038, "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) == 0x0007F0, "Member 'UCameraAnimationSequenceCameraStandIn::PostProcessBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, Filmback) == 0x0007F4, "Member 'UCameraAnimationSequenceCameraStandIn::Filmback' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, LensSettings) == 0x000800, "Member 'UCameraAnimationSequenceCameraStandIn::LensSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, FocusSettings) == 0x000818, "Member 'UCameraAnimationSequenceCameraStandIn::FocusSettings' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentFocalLength) == 0x000880, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentFocalLength' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentAperture) == 0x000884, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentAperture' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequenceCameraStandIn, CurrentFocusDistance) == 0x000888, "Member 'UCameraAnimationSequenceCameraStandIn::CurrentFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequencePlayer \ +static_assert(alignof(UCameraAnimationSequencePlayer) == 0x000008, "Wrong alignment on UCameraAnimationSequencePlayer"); \ +static_assert(sizeof(UCameraAnimationSequencePlayer) == 0x0003F8, "Wrong size on UCameraAnimationSequencePlayer"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, BoundObjectOverride) == 0x0002A8, "Member 'UCameraAnimationSequencePlayer::BoundObjectOverride' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, Sequence) == 0x0002B0, "Member 'UCameraAnimationSequencePlayer::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UCameraAnimationSequencePlayer, RootTemplateInstance) == 0x0002B8, "Member 'UCameraAnimationSequencePlayer::RootTemplateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCameraAnimationSequenceSubsystem \ +static_assert(alignof(UCameraAnimationSequenceSubsystem) == 0x000008, "Wrong alignment on UCameraAnimationSequenceSubsystem"); \ +static_assert(sizeof(UCameraAnimationSequenceSubsystem) == 0x0000A0, "Wrong size on UCameraAnimationSequenceSubsystem"); \ +static_assert(offsetof(UCameraAnimationSequenceSubsystem, Linker) == 0x000030, "Member 'UCameraAnimationSequenceSubsystem::Linker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceCameraShakePattern \ +static_assert(alignof(USequenceCameraShakePattern) == 0x000008, "Wrong alignment on USequenceCameraShakePattern"); \ +static_assert(sizeof(USequenceCameraShakePattern) == 0x000058, "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_TemplateSequencePlayer_CreateTemplateSequencePlayer \ +static_assert(alignof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000008, "Wrong alignment on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(sizeof(TemplateSequencePlayer_CreateTemplateSequencePlayer) == 0x000038, "Wrong size on TemplateSequencePlayer_CreateTemplateSequencePlayer"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, WorldContextObject) == 0x000000, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, TemplateSequence) == 0x000008, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::TemplateSequence' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, Settings) == 0x000010, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, OutActor) == 0x000028, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(TemplateSequencePlayer_CreateTemplateSequencePlayer, ReturnValue) == 0x000030, "Member 'TemplateSequencePlayer_CreateTemplateSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTemplateSequencePlayer \ +static_assert(alignof(UTemplateSequencePlayer) == 0x000008, "Wrong alignment on UTemplateSequencePlayer"); \ +static_assert(sizeof(UTemplateSequencePlayer) == 0x0004D8, "Wrong size on UTemplateSequencePlayer"); \ + +#define DUMPER7_ASSERTS_UTemplateSequenceSection \ +static_assert(alignof(UTemplateSequenceSection) == 0x000008, "Wrong alignment on UTemplateSequenceSection"); \ +static_assert(sizeof(UTemplateSequenceSection) == 0x000140, "Wrong size on UTemplateSequenceSection"); \ +static_assert(offsetof(UTemplateSequenceSection, PropertyScales) == 0x000130, "Member 'UTemplateSequenceSection::PropertyScales' 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_UTemplateSequenceTrack \ +static_assert(alignof(UTemplateSequenceTrack) == 0x000008, "Wrong alignment on UTemplateSequenceTrack"); \ +static_assert(sizeof(UTemplateSequenceTrack) == 0x0000A0, "Wrong size on UTemplateSequenceTrack"); \ + +#define DUMPER7_ASSERTS_FSequencerBindingProxy \ +static_assert(alignof(FSequencerBindingProxy) == 0x000008, "Wrong alignment on FSequencerBindingProxy"); \ +static_assert(sizeof(FSequencerBindingProxy) == 0x000018, "Wrong size on FSequencerBindingProxy"); \ +static_assert(offsetof(FSequencerBindingProxy, BindingID) == 0x000000, "Member 'FSequencerBindingProxy::BindingID' has a wrong offset!"); \ +static_assert(offsetof(FSequencerBindingProxy, Sequence) == 0x000010, "Member 'FSequencerBindingProxy::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequencerScriptingRange \ +static_assert(alignof(FSequencerScriptingRange) == 0x000004, "Wrong alignment on FSequencerScriptingRange"); \ +static_assert(sizeof(FSequencerScriptingRange) == 0x000014, "Wrong size on FSequencerScriptingRange"); \ +static_assert(offsetof(FSequencerScriptingRange, InclusiveStart) == 0x000004, "Member 'FSequencerScriptingRange::InclusiveStart' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, ExclusiveEnd) == 0x000008, "Member 'FSequencerScriptingRange::ExclusiveEnd' has a wrong offset!"); \ +static_assert(offsetof(FSequencerScriptingRange, InternalRate) == 0x00000C, "Member 'FSequencerScriptingRange::InternalRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_AddTrack \ +static_assert(alignof(MovieSceneBindingExtensions_AddTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_AddTrack"); \ +static_assert(sizeof(MovieSceneBindingExtensions_AddTrack) == 0x000028, "Wrong size on MovieSceneBindingExtensions_AddTrack"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_AddTrack::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_AddTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_AddTrack, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_AddTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByExactType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByExactType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByExactType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByExactType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_FindTracksByType \ +static_assert(alignof(MovieSceneBindingExtensions_FindTracksByType) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(sizeof(MovieSceneBindingExtensions_FindTracksByType) == 0x000030, "Wrong size on MovieSceneBindingExtensions_FindTracksByType"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_FindTracksByType::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, TrackType) == 0x000018, "Member 'MovieSceneBindingExtensions_FindTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_FindTracksByType, ReturnValue) == 0x000020, "Member 'MovieSceneBindingExtensions_FindTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetChildPossessables \ +static_assert(alignof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetChildPossessables) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetChildPossessables"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetChildPossessables::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetChildPossessables, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetChildPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetDisplayName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetId \ +static_assert(alignof(MovieSceneBindingExtensions_GetId) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetId"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetId) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetId"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetId::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetId, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetName \ +static_assert(alignof(MovieSceneBindingExtensions_GetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetName, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetObjectTemplate \ +static_assert(alignof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetObjectTemplate) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetObjectTemplate"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetObjectTemplate, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetObjectTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetParent \ +static_assert(alignof(MovieSceneBindingExtensions_GetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_GetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetParent, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetPossessedObjectClass \ +static_assert(alignof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetPossessedObjectClass) == 0x000020, "Wrong size on MovieSceneBindingExtensions_GetPossessedObjectClass"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetPossessedObjectClass, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetPossessedObjectClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_GetTracks \ +static_assert(alignof(MovieSceneBindingExtensions_GetTracks) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(sizeof(MovieSceneBindingExtensions_GetTracks) == 0x000028, "Wrong size on MovieSceneBindingExtensions_GetTracks"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_GetTracks::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_GetTracks, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_GetTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_IsValid \ +static_assert(alignof(MovieSceneBindingExtensions_IsValid) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_IsValid"); \ +static_assert(sizeof(MovieSceneBindingExtensions_IsValid) == 0x000020, "Wrong size on MovieSceneBindingExtensions_IsValid"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_IsValid::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_IsValid, ReturnValue) == 0x000018, "Member 'MovieSceneBindingExtensions_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_MoveBindingContents \ +static_assert(alignof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(sizeof(MovieSceneBindingExtensions_MoveBindingContents) == 0x000030, "Wrong size on MovieSceneBindingExtensions_MoveBindingContents"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, SourceBindingId) == 0x000000, "Member 'MovieSceneBindingExtensions_MoveBindingContents::SourceBindingId' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_MoveBindingContents, DestinationBindingId) == 0x000018, "Member 'MovieSceneBindingExtensions_MoveBindingContents::DestinationBindingId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_Remove \ +static_assert(alignof(MovieSceneBindingExtensions_Remove) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_Remove"); \ +static_assert(sizeof(MovieSceneBindingExtensions_Remove) == 0x000018, "Wrong size on MovieSceneBindingExtensions_Remove"); \ +static_assert(offsetof(MovieSceneBindingExtensions_Remove, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_Remove::InBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_RemoveTrack \ +static_assert(alignof(MovieSceneBindingExtensions_RemoveTrack) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(sizeof(MovieSceneBindingExtensions_RemoveTrack) == 0x000020, "Wrong size on MovieSceneBindingExtensions_RemoveTrack"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_RemoveTrack::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_RemoveTrack, TrackToRemove) == 0x000018, "Member 'MovieSceneBindingExtensions_RemoveTrack::TrackToRemove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetDisplayName \ +static_assert(alignof(MovieSceneBindingExtensions_SetDisplayName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetDisplayName) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetDisplayName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetDisplayName, InDisplayName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetDisplayName::InDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetName \ +static_assert(alignof(MovieSceneBindingExtensions_SetName) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetName"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetName) == 0x000028, "Wrong size on MovieSceneBindingExtensions_SetName"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetName::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetName, InName) == 0x000018, "Member 'MovieSceneBindingExtensions_SetName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneBindingExtensions_SetParent \ +static_assert(alignof(MovieSceneBindingExtensions_SetParent) == 0x000008, "Wrong alignment on MovieSceneBindingExtensions_SetParent"); \ +static_assert(sizeof(MovieSceneBindingExtensions_SetParent) == 0x000030, "Wrong size on MovieSceneBindingExtensions_SetParent"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InBinding) == 0x000000, "Member 'MovieSceneBindingExtensions_SetParent::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneBindingExtensions_SetParent, InParentBinding) == 0x000018, "Member 'MovieSceneBindingExtensions_SetParent::InParentBinding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneBindingExtensions \ +static_assert(alignof(UMovieSceneBindingExtensions) == 0x000008, "Wrong alignment on UMovieSceneBindingExtensions"); \ +static_assert(sizeof(UMovieSceneBindingExtensions) == 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, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::InMasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_AddChildMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_AddChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_AddChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_AddChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_AddChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_AddChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildFolders \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildFolders) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildFolders) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildFolders"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildFolders::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildFolders, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildFolders::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildMasterTracks \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildMasterTracks"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildMasterTracks) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildMasterTracks"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildMasterTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetChildObjectBindings \ +static_assert(alignof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetChildObjectBindings) == 0x000018, "Wrong size on MovieSceneFolderExtensions_GetChildObjectBindings"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetChildObjectBindings, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetChildObjectBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_GetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_GetFolderColor::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_GetFolderColor, ReturnValue) == 0x000008, "Member 'MovieSceneFolderExtensions_GetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_GetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_GetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_GetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_GetFolderName) == 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, InMasterTrack) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::InMasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneFolderExtensions_RemoveChildMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_RemoveChildObjectBinding \ +static_assert(alignof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(sizeof(MovieSceneFolderExtensions_RemoveChildObjectBinding) == 0x000028, "Wrong size on MovieSceneFolderExtensions_RemoveChildObjectBinding"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, InObjectBinding) == 0x000008, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::InObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_RemoveChildObjectBinding, ReturnValue) == 0x000020, "Member 'MovieSceneFolderExtensions_RemoveChildObjectBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderColor \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderColor) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderColor) == 0x000010, "Wrong size on MovieSceneFolderExtensions_SetFolderColor"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderColor::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, InFolderColor) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderColor::InFolderColor' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderColor, ReturnValue) == 0x00000C, "Member 'MovieSceneFolderExtensions_SetFolderColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneFolderExtensions_SetFolderName \ +static_assert(alignof(MovieSceneFolderExtensions_SetFolderName) == 0x000008, "Wrong alignment on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(sizeof(MovieSceneFolderExtensions_SetFolderName) == 0x000018, "Wrong size on MovieSceneFolderExtensions_SetFolderName"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, folder) == 0x000000, "Member 'MovieSceneFolderExtensions_SetFolderName::folder' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, InFolderName) == 0x000008, "Member 'MovieSceneFolderExtensions_SetFolderName::InFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneFolderExtensions_SetFolderName, ReturnValue) == 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_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_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_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_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_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_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_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_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_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_GetDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetDefault) == 0x000004, "Wrong size on MovieSceneScriptingIntegerChannel_GetDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_GetKeys \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000008, "Wrong alignment on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_GetKeys) == 0x000010, "Wrong size on MovieSceneScriptingIntegerChannel_GetKeys"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_GetKeys, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_GetKeys::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneScriptingIntegerChannel_HasDefault \ +static_assert(alignof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong alignment on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(sizeof(MovieSceneScriptingIntegerChannel_HasDefault) == 0x000001, "Wrong size on MovieSceneScriptingIntegerChannel_HasDefault"); \ +static_assert(offsetof(MovieSceneScriptingIntegerChannel_HasDefault, ReturnValue) == 0x000000, "Member 'MovieSceneScriptingIntegerChannel_HasDefault::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneScriptingIntegerChannel \ +static_assert(alignof(UMovieSceneScriptingIntegerChannel) == 0x000008, "Wrong alignment on UMovieSceneScriptingIntegerChannel"); \ +static_assert(sizeof(UMovieSceneScriptingIntegerChannel) == 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_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_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_MovieSceneSectionExtensions_FindChannelsByType \ +static_assert(alignof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_FindChannelsByType"); \ +static_assert(sizeof(MovieSceneSectionExtensions_FindChannelsByType) == 0x000020, "Wrong size on MovieSceneSectionExtensions_FindChannelsByType"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_FindChannelsByType::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ChannelType) == 0x000008, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ChannelType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_FindChannelsByType, ReturnValue) == 0x000010, "Member 'MovieSceneSectionExtensions_FindChannelsByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_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_GetChannels \ +static_assert(alignof(MovieSceneSectionExtensions_GetChannels) == 0x000008, "Wrong alignment on MovieSceneSectionExtensions_GetChannels"); \ +static_assert(sizeof(MovieSceneSectionExtensions_GetChannels) == 0x000018, "Wrong size on MovieSceneSectionExtensions_GetChannels"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, Section) == 0x000000, "Member 'MovieSceneSectionExtensions_GetChannels::Section' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSectionExtensions_GetChannels, ReturnValue) == 0x000008, "Member 'MovieSceneSectionExtensions_GetChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSectionExtensions_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_AddMasterTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddMasterTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_AddMasterTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddPossessable \ +static_assert(alignof(MovieSceneSequenceExtensions_AddPossessable) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddPossessable) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddPossessable"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddPossessable::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ObjectToPossess) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddPossessable::ObjectToPossess' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddPossessable, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddPossessable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddRootFolderToSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddRootFolderToSequence) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_AddRootFolderToSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, NewFolderName) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::NewFolderName' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddRootFolderToSequence, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_AddRootFolderToSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromClass \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromClass) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromClass"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ClassToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ClassToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromClass, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_AddSpawnableFromInstance \ +static_assert(alignof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_AddSpawnableFromInstance) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_AddSpawnableFromInstance"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ObjectToSpawn) == 0x000008, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ObjectToSpawn' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_AddSpawnableFromInstance, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_AddSpawnableFromInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrame, DeleteIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrame::DeleteIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_DeleteMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_DeleteMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_DeleteMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_DeleteMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_DeleteMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingById \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingById) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingById) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingById"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingById::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, BindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingById::BindingID' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingById, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingById::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindBindingByName \ +static_assert(alignof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindBindingByName) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_FindBindingByName"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, Name_0) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindBindingByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindBindingByName, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindBindingByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber, ReturnValue) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMarkedFrameByLabel \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMarkedFrameByLabel"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, InLabel) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::InLabel' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMarkedFrameByLabel, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_FindMarkedFrameByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByExactType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByExactType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByExactType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByExactType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByExactType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindMasterTracksByType \ +static_assert(alignof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindMasterTracksByType) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_FindMasterTracksByType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, TrackType) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindMasterTracksByType, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindMasterTracksByType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_FindNextMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_FindNextMarkedFrame) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_FindNextMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, InFrameNumber) == 0x000008, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::InFrameNumber' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, bForward) == 0x00000C, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::bForward' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_FindNextMarkedFrame, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_FindNextMarkedFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindingID) == 0x000030, "Wrong size on MovieSceneSequenceExtensions_GetBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, InBinding) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindingID, ReturnValue) == 0x000018, "Member 'MovieSceneSequenceExtensions_GetBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetBindings \ +static_assert(alignof(MovieSceneSequenceExtensions_GetBindings) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetBindings) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetBindings"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetBindings::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetBindings, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetBindings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_GetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetClockSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetClockSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetDisplayRate, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetDisplayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetEvaluationType, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetEvaluationType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMarkedFrames) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMarkedFrames, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMarkedFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMasterTracks \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMasterTracks"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMasterTracks) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetMasterTracks"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMasterTracks, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMasterTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetMovieScene \ +static_assert(alignof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetMovieScene) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetMovieScene"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetMovieScene::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetMovieScene, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetMovieScene::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackEndSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackEndSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackRange \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackRange) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackRange, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPlaybackStartSeconds, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPlaybackStartSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPortableBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPortableBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_GetPortableBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, DestinationSequence) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::DestinationSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, InBinding) == 0x000010, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPortableBindingID, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_GetPortableBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetPossessables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetPossessables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetPossessables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetPossessables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetPossessables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetPossessables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetPossessables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetRootFoldersInSequence \ +static_assert(alignof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetRootFoldersInSequence) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetRootFoldersInSequence"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetRootFoldersInSequence, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetRootFoldersInSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetSpawnables \ +static_assert(alignof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetSpawnables) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_GetSpawnables"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetSpawnables::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetSpawnables, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetSpawnables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTickResolution, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTickResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetTimecodeSource \ +static_assert(alignof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetTimecodeSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetTimecodeSource) == 0x000020, "Wrong size on MovieSceneSequenceExtensions_GetTimecodeSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetTimecodeSource, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetTimecodeSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetViewRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetViewRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeEnd, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_GetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_GetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_GetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_GetWorkRangeStart, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_GetWorkRangeStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_IsReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_IsReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_IsReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_IsReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_IsReadOnly, ReturnValue) == 0x000008, "Member 'MovieSceneSequenceExtensions_IsReadOnly::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_LocateBoundObjects \ +static_assert(alignof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_LocateBoundObjects) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_LocateBoundObjects"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, Context) == 0x000020, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::Context' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_LocateBoundObjects, ReturnValue) == 0x000028, "Member 'MovieSceneSequenceExtensions_LocateBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeBindingID) == 0x000040, "Wrong size on MovieSceneSequenceExtensions_MakeBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, InBinding) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeBindingID::InBinding' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, Space) == 0x000020, "Member 'MovieSceneSequenceExtensions_MakeBindingID::Space' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeBindingID, ReturnValue) == 0x000024, "Member 'MovieSceneSequenceExtensions_MakeBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRange \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRange) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRange) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRange"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRange::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRange::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRange::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRange, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_MakeRangeSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_MakeRangeSeconds) == 0x000028, "Wrong size on MovieSceneSequenceExtensions_MakeRangeSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::StartTime' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, Duration) == 0x00000C, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::Duration' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_MakeRangeSeconds, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_MakeRangeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_RemoveMasterTrack \ +static_assert(alignof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_RemoveMasterTrack) == 0x000018, "Wrong size on MovieSceneSequenceExtensions_RemoveMasterTrack"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, MasterTrack) == 0x000008, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::MasterTrack' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_RemoveMasterTrack, ReturnValue) == 0x000010, "Member 'MovieSceneSequenceExtensions_RemoveMasterTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_ResolveBindingID \ +static_assert(alignof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_ResolveBindingID) == 0x000038, "Wrong size on MovieSceneSequenceExtensions_ResolveBindingID"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, MasterSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::MasterSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, InObjectBindingID) == 0x000008, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::InObjectBindingID' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_ResolveBindingID, ReturnValue) == 0x000020, "Member 'MovieSceneSequenceExtensions_ResolveBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetClockSource \ +static_assert(alignof(MovieSceneSequenceExtensions_SetClockSource) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetClockSource) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetClockSource"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetClockSource::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetClockSource, InClockSource) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetClockSource::InClockSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetDisplayRate \ +static_assert(alignof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetDisplayRate) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetDisplayRate"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetDisplayRate, DisplayRate) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetDisplayRate::DisplayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetEvaluationType \ +static_assert(alignof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetEvaluationType) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetEvaluationType"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetEvaluationType, InEvaluationType) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetEvaluationType::InEvaluationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetMarkedFrame \ +static_assert(alignof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetMarkedFrame) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetMarkedFrame"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InMarkIndex) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InMarkIndex' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetMarkedFrame, InFrameNumber) == 0x00000C, "Member 'MovieSceneSequenceExtensions_SetMarkedFrame::InFrameNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEnd, EndFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEnd::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackEndSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackEndSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackEndSeconds, EndTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackEndSeconds::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStart, StartFrame) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStart::StartFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetPlaybackStartSeconds \ +static_assert(alignof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetPlaybackStartSeconds"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetPlaybackStartSeconds, StartTime) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetPlaybackStartSeconds::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetReadOnly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetReadOnly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetReadOnly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetReadOnly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetReadOnly, bInReadOnly) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetReadOnly::bInReadOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolution \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolution) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolution"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolution::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolution, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolution::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetTickResolutionDirectly \ +static_assert(alignof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetTickResolutionDirectly) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetTickResolutionDirectly"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::Sequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetTickResolutionDirectly, TickResolution) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetTickResolutionDirectly::TickResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetViewRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetViewRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetViewRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetViewRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetViewRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeEnd \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeEnd) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeEnd"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeEnd, EndTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeEnd::EndTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SetWorkRangeStart \ +static_assert(alignof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SetWorkRangeStart) == 0x000010, "Wrong size on MovieSceneSequenceExtensions_SetWorkRangeStart"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, InSequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SetWorkRangeStart, StartTimeInSeconds) == 0x000008, "Member 'MovieSceneSequenceExtensions_SetWorkRangeStart::StartTimeInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneSequenceExtensions_SortMarkedFrames \ +static_assert(alignof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong alignment on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(sizeof(MovieSceneSequenceExtensions_SortMarkedFrames) == 0x000008, "Wrong size on MovieSceneSequenceExtensions_SortMarkedFrames"); \ +static_assert(offsetof(MovieSceneSequenceExtensions_SortMarkedFrames, Sequence) == 0x000000, "Member 'MovieSceneSequenceExtensions_SortMarkedFrames::Sequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneSequenceExtensions \ +static_assert(alignof(UMovieSceneSequenceExtensions) == 0x000008, "Wrong alignment on UMovieSceneSequenceExtensions"); \ +static_assert(sizeof(UMovieSceneSequenceExtensions) == 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) == 0x000020, "Wrong size on MovieSceneTrackExtensions_GetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetDisplayName, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSections \ +static_assert(alignof(MovieSceneTrackExtensions_GetSections) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSections"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSections) == 0x000018, "Wrong size on MovieSceneTrackExtensions_GetSections"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSections::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSections, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSectionToKey, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSectionToKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_GetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_GetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_GetSortingOrder, ReturnValue) == 0x000008, "Member 'MovieSceneTrackExtensions_GetSortingOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_GetTrackRowDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_GetTrackRowDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_GetTrackRowDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_GetTrackRowDisplayName) == 0x000028, "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) == 0x000020, "Wrong size on MovieSceneTrackExtensions_SetDisplayName"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetDisplayName::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetDisplayName, InName) == 0x000008, "Member 'MovieSceneTrackExtensions_SetDisplayName::InName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSectionToKey \ +static_assert(alignof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSectionToKey) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSectionToKey"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSectionToKey, Section) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSectionToKey::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetSortingOrder \ +static_assert(alignof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetSortingOrder) == 0x000010, "Wrong size on MovieSceneTrackExtensions_SetSortingOrder"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, Track) == 0x000000, "Member 'MovieSceneTrackExtensions_SetSortingOrder::Track' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneTrackExtensions_SetSortingOrder, SortingOrder) == 0x000008, "Member 'MovieSceneTrackExtensions_SetSortingOrder::SortingOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneTrackExtensions_SetTrackRowDisplayName \ +static_assert(alignof(MovieSceneTrackExtensions_SetTrackRowDisplayName) == 0x000008, "Wrong alignment on MovieSceneTrackExtensions_SetTrackRowDisplayName"); \ +static_assert(sizeof(MovieSceneTrackExtensions_SetTrackRowDisplayName) == 0x000028, "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) == 0x000020, "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_FAnimationResetPositionPeriod \ +static_assert(alignof(FAnimationResetPositionPeriod) == 0x000004, "Wrong alignment on FAnimationResetPositionPeriod"); \ +static_assert(sizeof(FAnimationResetPositionPeriod) == 0x000008, "Wrong size on FAnimationResetPositionPeriod"); \ +static_assert(offsetof(FAnimationResetPositionPeriod, Start) == 0x000000, "Member 'FAnimationResetPositionPeriod::Start' has a wrong offset!"); \ +static_assert(offsetof(FAnimationResetPositionPeriod, End) == 0x000004, "Member 'FAnimationResetPositionPeriod::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationTressFXSimulationSettings \ +static_assert(alignof(FAnimationTressFXSimulationSettings) == 0x000008, "Wrong alignment on FAnimationTressFXSimulationSettings"); \ +static_assert(sizeof(FAnimationTressFXSimulationSettings) == 0x000028, "Wrong size on FAnimationTressFXSimulationSettings"); \ +static_assert(offsetof(FAnimationTressFXSimulationSettings, Animation) == 0x000000, "Member 'FAnimationTressFXSimulationSettings::Animation' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTressFXSimulationSettings, TressFXSimulationSettingsName) == 0x000008, "Member 'FAnimationTressFXSimulationSettings::TressFXSimulationSettingsName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationTressFXSimulationSettings, AnimResetPositionPeriods) == 0x000018, "Member 'FAnimationTressFXSimulationSettings::AnimResetPositionPeriods' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTressFXSimulationSettings \ +static_assert(alignof(FTressFXSimulationSettings) == 0x000008, "Wrong alignment on FTressFXSimulationSettings"); \ +static_assert(sizeof(FTressFXSimulationSettings) == 0x000170, "Wrong size on FTressFXSimulationSettings"); \ +static_assert(offsetof(FTressFXSimulationSettings, Name) == 0x000000, "Member 'FTressFXSimulationSettings::Name' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, Damping) == 0x000010, "Member 'FTressFXSimulationSettings::Damping' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, GravityMagnitude) == 0x000014, "Member 'FTressFXSimulationSettings::GravityMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, EnableLengthConstraint) == 0x000018, "Member 'FTressFXSimulationSettings::EnableLengthConstraint' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, LengthConstraintsIterations) == 0x00001C, "Member 'FTressFXSimulationSettings::LengthConstraintsIterations' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, EnableGlobalShapeConstraint) == 0x000020, "Member 'FTressFXSimulationSettings::EnableGlobalShapeConstraint' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, GlobalConstraintStiffness) == 0x000024, "Member 'FTressFXSimulationSettings::GlobalConstraintStiffness' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, GlobalShapeRange) == 0x000028, "Member 'FTressFXSimulationSettings::GlobalShapeRange' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, EnableLocalShapeConstraint) == 0x00002C, "Member 'FTressFXSimulationSettings::EnableLocalShapeConstraint' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, LocalShapeStiffness) == 0x000030, "Member 'FTressFXSimulationSettings::LocalShapeStiffness' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, LocalConstraintsIterations) == 0x0000B8, "Member 'FTressFXSimulationSettings::LocalConstraintsIterations' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, EnableVelocityShockPropagation) == 0x0000BC, "Member 'FTressFXSimulationSettings::EnableVelocityShockPropagation' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, VSPStiffness) == 0x0000C0, "Member 'FTressFXSimulationSettings::VSPStiffness' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, VSPAccelThresholdMax) == 0x00014C, "Member 'FTressFXSimulationSettings::VSPAccelThresholdMax' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, TipSeparationMultipier) == 0x000150, "Member 'FTressFXSimulationSettings::TipSeparationMultipier' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, RootSeparationMultipier) == 0x000154, "Member 'FTressFXSimulationSettings::RootSeparationMultipier' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, WindMagnitude) == 0x000158, "Member 'FTressFXSimulationSettings::WindMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, WindDirection) == 0x00015C, "Member 'FTressFXSimulationSettings::WindDirection' has a wrong offset!"); \ +static_assert(offsetof(FTressFXSimulationSettings, SimulationQuality) == 0x000168, "Member 'FTressFXSimulationSettings::SimulationQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTressFXShadeSettings \ +static_assert(alignof(FTressFXShadeSettings) == 0x000004, "Wrong alignment on FTressFXShadeSettings"); \ +static_assert(sizeof(FTressFXShadeSettings) == 0x000014, "Wrong size on FTressFXShadeSettings"); \ +static_assert(offsetof(FTressFXShadeSettings, FiberRadius) == 0x000000, "Member 'FTressFXShadeSettings::FiberRadius' has a wrong offset!"); \ +static_assert(offsetof(FTressFXShadeSettings, FiberSpacing) == 0x000004, "Member 'FTressFXShadeSettings::FiberSpacing' has a wrong offset!"); \ +static_assert(offsetof(FTressFXShadeSettings, HairThickness) == 0x000008, "Member 'FTressFXShadeSettings::HairThickness' has a wrong offset!"); \ +static_assert(offsetof(FTressFXShadeSettings, RootTangentBlending) == 0x00000C, "Member 'FTressFXShadeSettings::RootTangentBlending' has a wrong offset!"); \ +static_assert(offsetof(FTressFXShadeSettings, ShadowThickness) == 0x000010, "Member 'FTressFXShadeSettings::ShadowThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTressFXStrandStyleParameter \ +static_assert(alignof(FTressFXStrandStyleParameter) == 0x000004, "Wrong alignment on FTressFXStrandStyleParameter"); \ +static_assert(sizeof(FTressFXStrandStyleParameter) == 0x00002C, "Wrong size on FTressFXStrandStyleParameter"); \ +static_assert(offsetof(FTressFXStrandStyleParameter, StrandLength) == 0x000000, "Member 'FTressFXStrandStyleParameter::StrandLength' has a wrong offset!"); \ +static_assert(offsetof(FTressFXStrandStyleParameter, StrandClumpScale) == 0x000004, "Member 'FTressFXStrandStyleParameter::StrandClumpScale' has a wrong offset!"); \ +static_assert(offsetof(FTressFXStrandStyleParameter, StrandClumpRoughness) == 0x000008, "Member 'FTressFXStrandStyleParameter::StrandClumpRoughness' has a wrong offset!"); \ +static_assert(offsetof(FTressFXStrandStyleParameter, StrandClumpNoise) == 0x00000C, "Member 'FTressFXStrandStyleParameter::StrandClumpNoise' has a wrong offset!"); \ +static_assert(offsetof(FTressFXStrandStyleParameter, StrandStiffnessTip) == 0x000010, "Member 'FTressFXStrandStyleParameter::StrandStiffnessTip' has a wrong offset!"); \ +static_assert(offsetof(FTressFXStrandStyleParameter, StrandStiffnessRoot) == 0x000014, "Member 'FTressFXStrandStyleParameter::StrandStiffnessRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTFXCardMeshComponent \ +static_assert(alignof(UTFXCardMeshComponent) == 0x000010, "Wrong alignment on UTFXCardMeshComponent"); \ +static_assert(sizeof(UTFXCardMeshComponent) == 0x000F80, "Wrong size on UTFXCardMeshComponent"); \ +static_assert(offsetof(UTFXCardMeshComponent, CardMesh) == 0x000F60, "Member 'UTFXCardMeshComponent::CardMesh' has a wrong offset!"); \ +static_assert(offsetof(UTFXCardMeshComponent, VisibleQualityLevel) == 0x000F78, "Member 'UTFXCardMeshComponent::VisibleQualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTressFXAsset \ +static_assert(alignof(UTressFXAsset) == 0x000008, "Wrong alignment on UTressFXAsset"); \ +static_assert(sizeof(UTressFXAsset) == 0x000270, "Wrong size on UTressFXAsset"); \ +static_assert(offsetof(UTressFXAsset, NumFollowStrandsPerGuide) == 0x000030, "Member 'UTressFXAsset::NumFollowStrandsPerGuide' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, RootSeparationFactor) == 0x000034, "Member 'UTressFXAsset::RootSeparationFactor' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, ClippingPercentage) == 0x000038, "Member 'UTressFXAsset::ClippingPercentage' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, SegmentDivisor) == 0x00003C, "Member 'UTressFXAsset::SegmentDivisor' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, HairLengthScale) == 0x000040, "Member 'UTressFXAsset::HairLengthScale' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, NumVerticesFromRootNoSimulation) == 0x000044, "Member 'UTressFXAsset::NumVerticesFromRootNoSimulation' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, TressFXBoneSkinningAsset) == 0x000048, "Member 'UTressFXAsset::TressFXBoneSkinningAsset' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, BaseSkeleton) == 0x000050, "Member 'UTressFXAsset::BaseSkeleton' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, bIsValid) == 0x000058, "Member 'UTressFXAsset::bIsValid' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, RawGuideCount) == 0x00005C, "Member 'UTressFXAsset::RawGuideCount' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, TotalStrandCount) == 0x000060, "Member 'UTressFXAsset::TotalStrandCount' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, VertexCountPerStrand) == 0x000064, "Member 'UTressFXAsset::VertexCountPerStrand' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, TotalVertexCount) == 0x000068, "Member 'UTressFXAsset::TotalVertexCount' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, TotalTriangleCount) == 0x00006C, "Member 'UTressFXAsset::TotalTriangleCount' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, NumDependHairGroups) == 0x000070, "Member 'UTressFXAsset::NumDependHairGroups' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, PreCalculateBounds) == 0x000078, "Member 'UTressFXAsset::PreCalculateBounds' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, TressFXSimulationSettings) == 0x0000B8, "Member 'UTressFXAsset::TressFXSimulationSettings' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, TressFXSimulationSettingsArray) == 0x000228, "Member 'UTressFXAsset::TressFXSimulationSettingsArray' has a wrong offset!"); \ +static_assert(offsetof(UTressFXAsset, AnimationSimulationSettingsMap) == 0x000238, "Member 'UTressFXAsset::AnimationSimulationSettingsMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTressFXBindingAsset \ +static_assert(alignof(UTressFXBindingAsset) == 0x000008, "Wrong alignment on UTressFXBindingAsset"); \ +static_assert(sizeof(UTressFXBindingAsset) == 0x000060, "Wrong size on UTressFXBindingAsset"); \ +static_assert(offsetof(UTressFXBindingAsset, TressFXAsset) == 0x000038, "Member 'UTressFXBindingAsset::TressFXAsset' has a wrong offset!"); \ +static_assert(offsetof(UTressFXBindingAsset, TargetSkeletalMesh) == 0x000040, "Member 'UTressFXBindingAsset::TargetSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTressFXBoneSkinningAsset \ +static_assert(alignof(UTressFXBoneSkinningAsset) == 0x000008, "Wrong alignment on UTressFXBoneSkinningAsset"); \ +static_assert(sizeof(UTressFXBoneSkinningAsset) == 0x000068, "Wrong size on UTressFXBoneSkinningAsset"); \ + +#define DUMPER7_ASSERTS_UTressFXComponent \ +static_assert(alignof(UTressFXComponent) == 0x000010, "Wrong alignment on UTressFXComponent"); \ +static_assert(sizeof(UTressFXComponent) == 0x000A10, "Wrong size on UTressFXComponent"); \ +static_assert(offsetof(UTressFXComponent, EnableRuntimeBounds) == 0x000568, "Member 'UTressFXComponent::EnableRuntimeBounds' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, EnableSimulation) == 0x000569, "Member 'UTressFXComponent::EnableSimulation' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, EnableCapsuleCollision) == 0x00056A, "Member 'UTressFXComponent::EnableCapsuleCollision' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, HairPhysicsAsset) == 0x000570, "Member 'UTressFXComponent::HairPhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, Asset) == 0x000578, "Member 'UTressFXComponent::Asset' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, HairMaterial) == 0x000580, "Member 'UTressFXComponent::HairMaterial' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, HairMaterialLowQuality) == 0x000588, "Member 'UTressFXComponent::HairMaterialLowQuality' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, ShadeSettings) == 0x000590, "Member 'UTressFXComponent::ShadeSettings' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, LodScreenSize) == 0x0005A4, "Member 'UTressFXComponent::LodScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, MorphTargetBindingAsset) == 0x0005A8, "Member 'UTressFXComponent::MorphTargetBindingAsset' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, LocalSDFIdRef) == 0x0005B0, "Member 'UTressFXComponent::LocalSDFIdRef' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, bGenerateCardMesh) == 0x0005B4, "Member 'UTressFXComponent::bGenerateCardMesh' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, CardMeshComponentReference) == 0x0005B8, "Member 'UTressFXComponent::CardMeshComponentReference' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, IsInGamePlay) == 0x0005E0, "Member 'UTressFXComponent::IsInGamePlay' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, SimulationDelayTime) == 0x0005E4, "Member 'UTressFXComponent::SimulationDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, SimulationDelayRemain) == 0x0005E8, "Member 'UTressFXComponent::SimulationDelayRemain' has a wrong offset!"); \ +static_assert(offsetof(UTressFXComponent, InitedBounds) == 0x0005EC, "Member 'UTressFXComponent::InitedBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTressFXMesh \ +static_assert(alignof(UTressFXMesh) == 0x000008, "Wrong alignment on UTressFXMesh"); \ +static_assert(sizeof(UTressFXMesh) == 0x000090, "Wrong size on UTressFXMesh"); \ + +#define DUMPER7_ASSERTS_UTressFXMeshAsset \ +static_assert(alignof(UTressFXMeshAsset) == 0x000008, "Wrong alignment on UTressFXMeshAsset"); \ +static_assert(sizeof(UTressFXMeshAsset) == 0x0000E8, "Wrong size on UTressFXMeshAsset"); \ +static_assert(offsetof(UTressFXMeshAsset, EnableVisualizeMesh) == 0x000030, "Member 'UTressFXMeshAsset::EnableVisualizeMesh' has a wrong offset!"); \ +static_assert(offsetof(UTressFXMeshAsset, EnableVisualizeMeshAABB) == 0x000031, "Member 'UTressFXMeshAsset::EnableVisualizeMeshAABB' has a wrong offset!"); \ +static_assert(offsetof(UTressFXMeshAsset, CollisionMeshBoxMargin) == 0x000034, "Member 'UTressFXMeshAsset::CollisionMeshBoxMargin' has a wrong offset!"); \ +static_assert(offsetof(UTressFXMeshAsset, EnableVisualizeSDF) == 0x000038, "Member 'UTressFXMeshAsset::EnableVisualizeSDF' has a wrong offset!"); \ +static_assert(offsetof(UTressFXMeshAsset, NumSDFCells) == 0x00003C, "Member 'UTressFXMeshAsset::NumSDFCells' has a wrong offset!"); \ +static_assert(offsetof(UTressFXMeshAsset, NumGridOffset) == 0x000048, "Member 'UTressFXMeshAsset::NumGridOffset' has a wrong offset!"); \ +static_assert(offsetof(UTressFXMeshAsset, SDFCollisionMargin) == 0x00004C, "Member 'UTressFXMeshAsset::SDFCollisionMargin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTressFXMeshImportOptions \ +static_assert(alignof(UTressFXMeshImportOptions) == 0x000008, "Wrong alignment on UTressFXMeshImportOptions"); \ +static_assert(sizeof(UTressFXMeshImportOptions) == 0x000030, "Wrong size on UTressFXMeshImportOptions"); \ +static_assert(offsetof(UTressFXMeshImportOptions, Skeleton) == 0x000028, "Member 'UTressFXMeshImportOptions::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TressFXSDFComponent_SetTressFXMeshAsset \ +static_assert(alignof(TressFXSDFComponent_SetTressFXMeshAsset) == 0x000008, "Wrong alignment on TressFXSDFComponent_SetTressFXMeshAsset"); \ +static_assert(sizeof(TressFXSDFComponent_SetTressFXMeshAsset) == 0x000008, "Wrong size on TressFXSDFComponent_SetTressFXMeshAsset"); \ +static_assert(offsetof(TressFXSDFComponent_SetTressFXMeshAsset, Asset) == 0x000000, "Member 'TressFXSDFComponent_SetTressFXMeshAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTressFXSDFComponent \ +static_assert(alignof(UTressFXSDFComponent) == 0x000010, "Wrong alignment on UTressFXSDFComponent"); \ +static_assert(sizeof(UTressFXSDFComponent) == 0x0005D0, "Wrong size on UTressFXSDFComponent"); \ +static_assert(offsetof(UTressFXSDFComponent, EnableSDF) == 0x000598, "Member 'UTressFXSDFComponent::EnableSDF' has a wrong offset!"); \ +static_assert(offsetof(UTressFXSDFComponent, LocalSDFId) == 0x00059C, "Member 'UTressFXSDFComponent::LocalSDFId' has a wrong offset!"); \ +static_assert(offsetof(UTressFXSDFComponent, TressFXMeshAsset) == 0x0005A0, "Member 'UTressFXSDFComponent::TressFXMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(UTressFXSDFComponent, HasBlendShapes) == 0x0005A8, "Member 'UTressFXSDFComponent::HasBlendShapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettings \ +static_assert(alignof(FAkAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAdvancedInitializationSettings) == 0x000030, "Wrong size on FAkAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, IO_MemorySize) == 0x000000, "Member 'FAkAdvancedInitializationSettings::IO_MemorySize' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, IO_Granularity) == 0x000004, "Member 'FAkAdvancedInitializationSettings::IO_Granularity' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, TargetAutoStreamBufferLength) == 0x000008, "Member 'FAkAdvancedInitializationSettings::TargetAutoStreamBufferLength' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, UseStreamCache) == 0x00000C, "Member 'FAkAdvancedInitializationSettings::UseStreamCache' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumPinnedBytesInCache) == 0x000010, "Member 'FAkAdvancedInitializationSettings::MaximumPinnedBytesInCache' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, EnableGameSyncPreparation) == 0x000014, "Member 'FAkAdvancedInitializationSettings::EnableGameSyncPreparation' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, ContinuousPlaybackLookAhead) == 0x000018, "Member 'FAkAdvancedInitializationSettings::ContinuousPlaybackLookAhead' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MonitorQueuePoolSize) == 0x00001C, "Member 'FAkAdvancedInitializationSettings::MonitorQueuePoolSize' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, MaximumHardwareTimeoutMs) == 0x000020, "Member 'FAkAdvancedInitializationSettings::MaximumHardwareTimeoutMs' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeCheckEnabled) == 0x000024, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeCheckEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, DebugOutOfRangeLimit) == 0x000028, "Member 'FAkAdvancedInitializationSettings::DebugOutOfRangeLimit' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettings, VmPageSize) == 0x00002C, "Member 'FAkAdvancedInitializationSettings::VmPageSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAdvancedInitializationSettingsWithMultiCoreRendering \ +static_assert(alignof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x000004, "Wrong alignment on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(sizeof(FAkAdvancedInitializationSettingsWithMultiCoreRendering) == 0x00003C, "Wrong size on FAkAdvancedInitializationSettingsWithMultiCoreRendering"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, EnableMultiCoreRendering) == 0x000030, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::EnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, MaxNumJobWorkers) == 0x000034, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::MaxNumJobWorkers' has a wrong offset!"); \ +static_assert(offsetof(FAkAdvancedInitializationSettingsWithMultiCoreRendering, JobWorkerMaxExecutionTimeUSec) == 0x000038, "Member 'FAkAdvancedInitializationSettingsWithMultiCoreRendering::JobWorkerMaxExecutionTimeUSec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAndroidAdvancedInitializationSettings \ +static_assert(alignof(FAkAndroidAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkAndroidAdvancedInitializationSettings) == 0x000044, "Wrong size on FAkAndroidAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, AudioAPI) == 0x00003C, "Member 'FAkAndroidAdvancedInitializationSettings::AudioAPI' has a wrong offset!"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, RoundFrameSizeToHardwareSize) == 0x000040, "Member 'FAkAndroidAdvancedInitializationSettings::RoundFrameSizeToHardwareSize' has a wrong offset!"); \ +static_assert(offsetof(FAkAndroidAdvancedInitializationSettings, bVerboseSink) == 0x000041, "Member 'FAkAndroidAdvancedInitializationSettings::bVerboseSink' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkTriangle \ +static_assert(alignof(FAkTriangle) == 0x000002, "Wrong alignment on FAkTriangle"); \ +static_assert(sizeof(FAkTriangle) == 0x000008, "Wrong size on FAkTriangle"); \ +static_assert(offsetof(FAkTriangle, Point0) == 0x000000, "Member 'FAkTriangle::Point0' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Point1) == 0x000002, "Member 'FAkTriangle::Point1' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Point2) == 0x000004, "Member 'FAkTriangle::Point2' has a wrong offset!"); \ +static_assert(offsetof(FAkTriangle, Surface) == 0x000006, "Member 'FAkTriangle::Surface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAKWaapiJsonObject \ +static_assert(alignof(FAKWaapiJsonObject) == 0x000008, "Wrong alignment on FAKWaapiJsonObject"); \ +static_assert(sizeof(FAKWaapiJsonObject) == 0x000010, "Wrong size on FAKWaapiJsonObject"); \ + +#define DUMPER7_ASSERTS_FAkWaapiSubscriptionId \ +static_assert(alignof(FAkWaapiSubscriptionId) == 0x000008, "Wrong alignment on FAkWaapiSubscriptionId"); \ +static_assert(sizeof(FAkWaapiSubscriptionId) == 0x000008, "Wrong size on FAkWaapiSubscriptionId"); \ + +#define DUMPER7_ASSERTS_FAkAcousticTextureParams \ +static_assert(alignof(FAkAcousticTextureParams) == 0x000010, "Wrong alignment on FAkAcousticTextureParams"); \ +static_assert(sizeof(FAkAcousticTextureParams) == 0x000030, "Wrong size on FAkAcousticTextureParams"); \ +static_assert(offsetof(FAkAcousticTextureParams, AbsorptionValues) == 0x000000, "Member 'FAkAcousticTextureParams::AbsorptionValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGeometrySurfacePropertiesToMap \ +static_assert(alignof(FAkGeometrySurfacePropertiesToMap) == 0x000008, "Wrong alignment on FAkGeometrySurfacePropertiesToMap"); \ +static_assert(sizeof(FAkGeometrySurfacePropertiesToMap) == 0x000030, "Wrong size on FAkGeometrySurfacePropertiesToMap"); \ +static_assert(offsetof(FAkGeometrySurfacePropertiesToMap, AcousticTexture) == 0x000000, "Member 'FAkGeometrySurfacePropertiesToMap::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfacePropertiesToMap, OcclusionValue) == 0x000028, "Member 'FAkGeometrySurfacePropertiesToMap::OcclusionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAudioSession \ +static_assert(alignof(FAkAudioSession) == 0x000004, "Wrong alignment on FAkAudioSession"); \ +static_assert(sizeof(FAkAudioSession) == 0x00000C, "Wrong size on FAkAudioSession"); \ +static_assert(offsetof(FAkAudioSession, AudioSessionCategory) == 0x000000, "Member 'FAkAudioSession::AudioSessionCategory' has a wrong offset!"); \ +static_assert(offsetof(FAkAudioSession, AudioSessionCategoryOptions) == 0x000004, "Member 'FAkAudioSession::AudioSessionCategoryOptions' has a wrong offset!"); \ +static_assert(offsetof(FAkAudioSession, AudioSessionMode) == 0x000008, "Member 'FAkAudioSession::AudioSessionMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkChannelMask \ +static_assert(alignof(FAkChannelMask) == 0x000004, "Wrong alignment on FAkChannelMask"); \ +static_assert(sizeof(FAkChannelMask) == 0x000004, "Wrong size on FAkChannelMask"); \ +static_assert(offsetof(FAkChannelMask, channelmask) == 0x000000, "Member 'FAkChannelMask::channelmask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkOutputSettings \ +static_assert(alignof(FAkOutputSettings) == 0x000008, "Wrong alignment on FAkOutputSettings"); \ +static_assert(sizeof(FAkOutputSettings) == 0x000010, "Wrong size on FAkOutputSettings"); \ +static_assert(offsetof(FAkOutputSettings, AudioDeviceShareSet) == 0x000000, "Member 'FAkOutputSettings::AudioDeviceShareSet' has a wrong offset!"); \ +static_assert(offsetof(FAkOutputSettings, IdDevice) == 0x000008, "Member 'FAkOutputSettings::IdDevice' has a wrong offset!"); \ +static_assert(offsetof(FAkOutputSettings, PanRule) == 0x00000C, "Member 'FAkOutputSettings::PanRule' has a wrong offset!"); \ +static_assert(offsetof(FAkOutputSettings, ChannelConfig) == 0x00000D, "Member 'FAkOutputSettings::ChannelConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiEventBase \ +static_assert(alignof(FAkMidiEventBase) == 0x000001, "Wrong alignment on FAkMidiEventBase"); \ +static_assert(sizeof(FAkMidiEventBase) == 0x000002, "Wrong size on FAkMidiEventBase"); \ +static_assert(offsetof(FAkMidiEventBase, Type) == 0x000000, "Member 'FAkMidiEventBase::Type' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiEventBase, Chan) == 0x000001, "Member 'FAkMidiEventBase::Chan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiGeneric \ +static_assert(alignof(FAkMidiGeneric) == 0x000001, "Wrong alignment on FAkMidiGeneric"); \ +static_assert(sizeof(FAkMidiGeneric) == 0x000004, "Wrong size on FAkMidiGeneric"); \ +static_assert(offsetof(FAkMidiGeneric, Param1) == 0x000002, "Member 'FAkMidiGeneric::Param1' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiGeneric, Param2) == 0x000003, "Member 'FAkMidiGeneric::Param2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiNoteOnOff \ +static_assert(alignof(FAkMidiNoteOnOff) == 0x000001, "Wrong alignment on FAkMidiNoteOnOff"); \ +static_assert(sizeof(FAkMidiNoteOnOff) == 0x000004, "Wrong size on FAkMidiNoteOnOff"); \ +static_assert(offsetof(FAkMidiNoteOnOff, Note) == 0x000002, "Member 'FAkMidiNoteOnOff::Note' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiNoteOnOff, Velocity) == 0x000003, "Member 'FAkMidiNoteOnOff::Velocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiCc \ +static_assert(alignof(FAkMidiCc) == 0x000001, "Wrong alignment on FAkMidiCc"); \ +static_assert(sizeof(FAkMidiCc) == 0x000004, "Wrong size on FAkMidiCc"); \ +static_assert(offsetof(FAkMidiCc, Cc) == 0x000002, "Member 'FAkMidiCc::Cc' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiCc, Value) == 0x000003, "Member 'FAkMidiCc::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiPitchBend \ +static_assert(alignof(FAkMidiPitchBend) == 0x000004, "Wrong alignment on FAkMidiPitchBend"); \ +static_assert(sizeof(FAkMidiPitchBend) == 0x000008, "Wrong size on FAkMidiPitchBend"); \ +static_assert(offsetof(FAkMidiPitchBend, ValueLsb) == 0x000002, "Member 'FAkMidiPitchBend::ValueLsb' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiPitchBend, ValueMsb) == 0x000003, "Member 'FAkMidiPitchBend::ValueMsb' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiPitchBend, FullValue) == 0x000004, "Member 'FAkMidiPitchBend::FullValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiNoteAftertouch \ +static_assert(alignof(FAkMidiNoteAftertouch) == 0x000001, "Wrong alignment on FAkMidiNoteAftertouch"); \ +static_assert(sizeof(FAkMidiNoteAftertouch) == 0x000004, "Wrong size on FAkMidiNoteAftertouch"); \ +static_assert(offsetof(FAkMidiNoteAftertouch, Note) == 0x000002, "Member 'FAkMidiNoteAftertouch::Note' has a wrong offset!"); \ +static_assert(offsetof(FAkMidiNoteAftertouch, Value) == 0x000003, "Member 'FAkMidiNoteAftertouch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiChannelAftertouch \ +static_assert(alignof(FAkMidiChannelAftertouch) == 0x000001, "Wrong alignment on FAkMidiChannelAftertouch"); \ +static_assert(sizeof(FAkMidiChannelAftertouch) == 0x000003, "Wrong size on FAkMidiChannelAftertouch"); \ +static_assert(offsetof(FAkMidiChannelAftertouch, Value) == 0x000002, "Member 'FAkMidiChannelAftertouch::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMidiProgramChange \ +static_assert(alignof(FAkMidiProgramChange) == 0x000001, "Wrong alignment on FAkMidiProgramChange"); \ +static_assert(sizeof(FAkMidiProgramChange) == 0x000003, "Wrong size on FAkMidiProgramChange"); \ +static_assert(offsetof(FAkMidiProgramChange, ProgramNum) == 0x000002, "Member 'FAkMidiProgramChange::ProgramNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkSegmentInfo \ +static_assert(alignof(FAkSegmentInfo) == 0x000004, "Wrong alignment on FAkSegmentInfo"); \ +static_assert(sizeof(FAkSegmentInfo) == 0x000024, "Wrong size on FAkSegmentInfo"); \ +static_assert(offsetof(FAkSegmentInfo, CurrentPosition) == 0x000000, "Member 'FAkSegmentInfo::CurrentPosition' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, PreEntryDuration) == 0x000004, "Member 'FAkSegmentInfo::PreEntryDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, ActiveDuration) == 0x000008, "Member 'FAkSegmentInfo::ActiveDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, PostExitDuration) == 0x00000C, "Member 'FAkSegmentInfo::PostExitDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, RemainingLookAheadTime) == 0x000010, "Member 'FAkSegmentInfo::RemainingLookAheadTime' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, BeatDuration) == 0x000014, "Member 'FAkSegmentInfo::BeatDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, BarDuration) == 0x000018, "Member 'FAkSegmentInfo::BarDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, GridDuration) == 0x00001C, "Member 'FAkSegmentInfo::GridDuration' has a wrong offset!"); \ +static_assert(offsetof(FAkSegmentInfo, GridOffset) == 0x000020, "Member 'FAkSegmentInfo::GridOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkExternalSourceInfo \ +static_assert(alignof(FAkExternalSourceInfo) == 0x000008, "Wrong alignment on FAkExternalSourceInfo"); \ +static_assert(sizeof(FAkExternalSourceInfo) == 0x000038, "Wrong size on FAkExternalSourceInfo"); \ +static_assert(offsetof(FAkExternalSourceInfo, ExternalSrcName) == 0x000000, "Member 'FAkExternalSourceInfo::ExternalSrcName' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, CodecID) == 0x000010, "Member 'FAkExternalSourceInfo::CodecID' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, Filename) == 0x000018, "Member 'FAkExternalSourceInfo::Filename' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, ExternalSourceAsset) == 0x000028, "Member 'FAkExternalSourceInfo::ExternalSourceAsset' has a wrong offset!"); \ +static_assert(offsetof(FAkExternalSourceInfo, IsStreamed) == 0x000030, "Member 'FAkExternalSourceInfo::IsStreamed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGeometrySurfaceOverride \ +static_assert(alignof(FAkGeometrySurfaceOverride) == 0x000008, "Wrong alignment on FAkGeometrySurfaceOverride"); \ +static_assert(sizeof(FAkGeometrySurfaceOverride) == 0x000018, "Wrong size on FAkGeometrySurfaceOverride"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, AcousticTexture) == 0x000000, "Member 'FAkGeometrySurfaceOverride::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, bEnableOcclusionOverride) == 0x000008, "Member 'FAkGeometrySurfaceOverride::bEnableOcclusionOverride' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, OcclusionValue) == 0x00000C, "Member 'FAkGeometrySurfaceOverride::OcclusionValue' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometrySurfaceOverride, SurfaceArea) == 0x000010, "Member 'FAkGeometrySurfaceOverride::SurfaceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkAcousticSurface \ +static_assert(alignof(FAkAcousticSurface) == 0x000008, "Wrong alignment on FAkAcousticSurface"); \ +static_assert(sizeof(FAkAcousticSurface) == 0x000018, "Wrong size on FAkAcousticSurface"); \ +static_assert(offsetof(FAkAcousticSurface, Texture) == 0x000000, "Member 'FAkAcousticSurface::Texture' has a wrong offset!"); \ +static_assert(offsetof(FAkAcousticSurface, Occlusion) == 0x000004, "Member 'FAkAcousticSurface::Occlusion' has a wrong offset!"); \ +static_assert(offsetof(FAkAcousticSurface, Name) == 0x000008, "Member 'FAkAcousticSurface::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGeometryData \ +static_assert(alignof(FAkGeometryData) == 0x000008, "Wrong alignment on FAkGeometryData"); \ +static_assert(sizeof(FAkGeometryData) == 0x000050, "Wrong size on FAkGeometryData"); \ +static_assert(offsetof(FAkGeometryData, Vertices) == 0x000000, "Member 'FAkGeometryData::Vertices' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, Surfaces) == 0x000010, "Member 'FAkGeometryData::Surfaces' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, Triangles) == 0x000020, "Member 'FAkGeometryData::Triangles' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, ToOverrideAcousticTexture) == 0x000030, "Member 'FAkGeometryData::ToOverrideAcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(FAkGeometryData, ToOverrideOcclusion) == 0x000040, "Member 'FAkGeometryData::ToOverrideOcclusion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkHololensAdvancedInitializationSettings \ +static_assert(alignof(FAkHololensAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkHololensAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkHololensAdvancedInitializationSettings) == 0x000040, "Wrong size on FAkHololensAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkHololensAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x00003C, "Member 'FAkHololensAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkMainOutputSettings \ +static_assert(alignof(FAkMainOutputSettings) == 0x000008, "Wrong alignment on FAkMainOutputSettings"); \ +static_assert(sizeof(FAkMainOutputSettings) == 0x000028, "Wrong size on FAkMainOutputSettings"); \ +static_assert(offsetof(FAkMainOutputSettings, AudioDeviceShareSet) == 0x000000, "Member 'FAkMainOutputSettings::AudioDeviceShareSet' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, DeviceID) == 0x000010, "Member 'FAkMainOutputSettings::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, PanningRule) == 0x000014, "Member 'FAkMainOutputSettings::PanningRule' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, ChannelConfigType) == 0x000018, "Member 'FAkMainOutputSettings::ChannelConfigType' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, channelmask) == 0x00001C, "Member 'FAkMainOutputSettings::channelmask' has a wrong offset!"); \ +static_assert(offsetof(FAkMainOutputSettings, NumberOfChannels) == 0x000020, "Member 'FAkMainOutputSettings::NumberOfChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkSpatialAudioSettings \ +static_assert(alignof(FAkSpatialAudioSettings) == 0x000004, "Wrong alignment on FAkSpatialAudioSettings"); \ +static_assert(sizeof(FAkSpatialAudioSettings) == 0x000028, "Wrong size on FAkSpatialAudioSettings"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaxSoundPropagationDepth) == 0x000000, "Member 'FAkSpatialAudioSettings::MaxSoundPropagationDepth' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MovementThreshold) == 0x000004, "Member 'FAkSpatialAudioSettings::MovementThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, NumberOfPrimaryRays) == 0x000008, "Member 'FAkSpatialAudioSettings::NumberOfPrimaryRays' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, ReflectionOrder) == 0x00000C, "Member 'FAkSpatialAudioSettings::ReflectionOrder' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, DiffractionOrder) == 0x000010, "Member 'FAkSpatialAudioSettings::DiffractionOrder' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, DiffractionOnReflectionsOrder) == 0x000014, "Member 'FAkSpatialAudioSettings::DiffractionOnReflectionsOrder' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, MaximumPathLength) == 0x000018, "Member 'FAkSpatialAudioSettings::MaximumPathLength' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, CPULimitPercentage) == 0x00001C, "Member 'FAkSpatialAudioSettings::CPULimitPercentage' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, LoadBalancingSpread) == 0x000020, "Member 'FAkSpatialAudioSettings::LoadBalancingSpread' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, EnableGeometricDiffractionAndTransmission) == 0x000024, "Member 'FAkSpatialAudioSettings::EnableGeometricDiffractionAndTransmission' has a wrong offset!"); \ +static_assert(offsetof(FAkSpatialAudioSettings, CalcEmitterVirtualPosition) == 0x000025, "Member 'FAkSpatialAudioSettings::CalcEmitterVirtualPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommunicationSettings \ +static_assert(alignof(FAkCommunicationSettings) == 0x000008, "Wrong alignment on FAkCommunicationSettings"); \ +static_assert(sizeof(FAkCommunicationSettings) == 0x000018, "Wrong size on FAkCommunicationSettings"); \ +static_assert(offsetof(FAkCommunicationSettings, PoolSize) == 0x000000, "Member 'FAkCommunicationSettings::PoolSize' has a wrong offset!"); \ +static_assert(offsetof(FAkCommunicationSettings, DiscoveryBroadcastPort) == 0x000004, "Member 'FAkCommunicationSettings::DiscoveryBroadcastPort' has a wrong offset!"); \ +static_assert(offsetof(FAkCommunicationSettings, CommandPort) == 0x000006, "Member 'FAkCommunicationSettings::CommandPort' has a wrong offset!"); \ +static_assert(offsetof(FAkCommunicationSettings, NetworkName) == 0x000008, "Member 'FAkCommunicationSettings::NetworkName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommunicationSettingsWithSystemInitialization \ +static_assert(alignof(FAkCommunicationSettingsWithSystemInitialization) == 0x000008, "Wrong alignment on FAkCommunicationSettingsWithSystemInitialization"); \ +static_assert(sizeof(FAkCommunicationSettingsWithSystemInitialization) == 0x000020, "Wrong size on FAkCommunicationSettingsWithSystemInitialization"); \ +static_assert(offsetof(FAkCommunicationSettingsWithSystemInitialization, InitializeSystemComms) == 0x000018, "Member 'FAkCommunicationSettingsWithSystemInitialization::InitializeSystemComms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommunicationSettingsWithCommSelection \ +static_assert(alignof(FAkCommunicationSettingsWithCommSelection) == 0x000008, "Wrong alignment on FAkCommunicationSettingsWithCommSelection"); \ +static_assert(sizeof(FAkCommunicationSettingsWithCommSelection) == 0x000020, "Wrong size on FAkCommunicationSettingsWithCommSelection"); \ +static_assert(offsetof(FAkCommunicationSettingsWithCommSelection, CommunicationSystem) == 0x000018, "Member 'FAkCommunicationSettingsWithCommSelection::CommunicationSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommonInitializationSettings \ +static_assert(alignof(FAkCommonInitializationSettings) == 0x000008, "Wrong alignment on FAkCommonInitializationSettings"); \ +static_assert(sizeof(FAkCommonInitializationSettings) == 0x000068, "Wrong size on FAkCommonInitializationSettings"); \ +static_assert(offsetof(FAkCommonInitializationSettings, MaximumNumberOfMemoryPools) == 0x000000, "Member 'FAkCommonInitializationSettings::MaximumNumberOfMemoryPools' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, MaximumNumberOfPositioningPaths) == 0x000004, "Member 'FAkCommonInitializationSettings::MaximumNumberOfPositioningPaths' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, CommandQueueSize) == 0x000008, "Member 'FAkCommonInitializationSettings::CommandQueueSize' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, SamplesPerFrame) == 0x00000C, "Member 'FAkCommonInitializationSettings::SamplesPerFrame' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, MainOutputSettings) == 0x000010, "Member 'FAkCommonInitializationSettings::MainOutputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, StreamingLookAheadRatio) == 0x000038, "Member 'FAkCommonInitializationSettings::StreamingLookAheadRatio' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, NumberOfRefillsInVoice) == 0x00003C, "Member 'FAkCommonInitializationSettings::NumberOfRefillsInVoice' has a wrong offset!"); \ +static_assert(offsetof(FAkCommonInitializationSettings, SpatialAudioSettings) == 0x000040, "Member 'FAkCommonInitializationSettings::SpatialAudioSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkCommonInitializationSettingsWithSampleRate \ +static_assert(alignof(FAkCommonInitializationSettingsWithSampleRate) == 0x000008, "Wrong alignment on FAkCommonInitializationSettingsWithSampleRate"); \ +static_assert(sizeof(FAkCommonInitializationSettingsWithSampleRate) == 0x000070, "Wrong size on FAkCommonInitializationSettingsWithSampleRate"); \ +static_assert(offsetof(FAkCommonInitializationSettingsWithSampleRate, SampleRate) == 0x000068, "Member 'FAkCommonInitializationSettingsWithSampleRate::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkIOSAdvancedInitializationSettings \ +static_assert(alignof(FAkIOSAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkIOSAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkIOSAdvancedInitializationSettings) == 0x00003C, "Wrong size on FAkIOSAdvancedInitializationSettings"); \ + +#define DUMPER7_ASSERTS_FAkBoolPropertyToControl \ +static_assert(alignof(FAkBoolPropertyToControl) == 0x000008, "Wrong alignment on FAkBoolPropertyToControl"); \ +static_assert(sizeof(FAkBoolPropertyToControl) == 0x000010, "Wrong size on FAkBoolPropertyToControl"); \ +static_assert(offsetof(FAkBoolPropertyToControl, ItemProperty) == 0x000000, "Member 'FAkBoolPropertyToControl::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPropertyToControl \ +static_assert(alignof(FAkPropertyToControl) == 0x000008, "Wrong alignment on FAkPropertyToControl"); \ +static_assert(sizeof(FAkPropertyToControl) == 0x000010, "Wrong size on FAkPropertyToControl"); \ +static_assert(offsetof(FAkPropertyToControl, ItemProperty) == 0x000000, "Member 'FAkPropertyToControl::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkPS5AdvancedInitializationSettings \ +static_assert(alignof(FAkPS5AdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkPS5AdvancedInitializationSettings"); \ +static_assert(sizeof(FAkPS5AdvancedInitializationSettings) == 0x000050, "Wrong size on FAkPS5AdvancedInitializationSettings"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x00003C, "Member 'FAkPS5AdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bVorbisHwAcceleration) == 0x00003D, "Member 'FAkPS5AdvancedInitializationSettings::bVorbisHwAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bEnable3DAudioSync) == 0x00003E, "Member 'FAkPS5AdvancedInitializationSettings::bEnable3DAudioSync' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, uNumOperationsForHwMixing) == 0x000040, "Member 'FAkPS5AdvancedInitializationSettings::uNumOperationsForHwMixing' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, bPlotQueueLevel) == 0x000044, "Member 'FAkPS5AdvancedInitializationSettings::bPlotQueueLevel' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, NumAudioOut2Ports) == 0x000048, "Member 'FAkPS5AdvancedInitializationSettings::NumAudioOut2Ports' has a wrong offset!"); \ +static_assert(offsetof(FAkPS5AdvancedInitializationSettings, NumAudioOut2ObjectPorts) == 0x00004C, "Member 'FAkPS5AdvancedInitializationSettings::NumAudioOut2ObjectPorts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkReverbDescriptor \ +static_assert(alignof(FAkReverbDescriptor) == 0x000008, "Wrong alignment on FAkReverbDescriptor"); \ +static_assert(sizeof(FAkReverbDescriptor) == 0x000028, "Wrong size on FAkReverbDescriptor"); \ +static_assert(offsetof(FAkReverbDescriptor, Primitive) == 0x000018, "Member 'FAkReverbDescriptor::Primitive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWwiseObjectDetails \ +static_assert(alignof(FAkWwiseObjectDetails) == 0x000008, "Wrong alignment on FAkWwiseObjectDetails"); \ +static_assert(sizeof(FAkWwiseObjectDetails) == 0x000030, "Wrong size on FAkWwiseObjectDetails"); \ +static_assert(offsetof(FAkWwiseObjectDetails, ItemName) == 0x000000, "Member 'FAkWwiseObjectDetails::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FAkWwiseObjectDetails, ItemPath) == 0x000010, "Member 'FAkWwiseObjectDetails::ItemPath' has a wrong offset!"); \ +static_assert(offsetof(FAkWwiseObjectDetails, ItemId) == 0x000020, "Member 'FAkWwiseObjectDetails::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWwiseItemToControl \ +static_assert(alignof(FAkWwiseItemToControl) == 0x000008, "Wrong alignment on FAkWwiseItemToControl"); \ +static_assert(sizeof(FAkWwiseItemToControl) == 0x000040, "Wrong size on FAkWwiseItemToControl"); \ +static_assert(offsetof(FAkWwiseItemToControl, ItemPicked) == 0x000000, "Member 'FAkWwiseItemToControl::ItemPicked' has a wrong offset!"); \ +static_assert(offsetof(FAkWwiseItemToControl, ItemPath) == 0x000030, "Member 'FAkWwiseItemToControl::ItemPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkSurfaceEdgeVerts \ +static_assert(alignof(FAkSurfaceEdgeVerts) == 0x000008, "Wrong alignment on FAkSurfaceEdgeVerts"); \ +static_assert(sizeof(FAkSurfaceEdgeVerts) == 0x000030, "Wrong size on FAkSurfaceEdgeVerts"); \ + +#define DUMPER7_ASSERTS_FAkSurfaceEdgeInfo \ +static_assert(alignof(FAkSurfaceEdgeInfo) == 0x000008, "Wrong alignment on FAkSurfaceEdgeInfo"); \ +static_assert(sizeof(FAkSurfaceEdgeInfo) == 0x000050, "Wrong size on FAkSurfaceEdgeInfo"); \ + +#define DUMPER7_ASSERTS_FAkSurfacePoly \ +static_assert(alignof(FAkSurfacePoly) == 0x000008, "Wrong alignment on FAkSurfacePoly"); \ +static_assert(sizeof(FAkSurfacePoly) == 0x000018, "Wrong size on FAkSurfacePoly"); \ +static_assert(offsetof(FAkSurfacePoly, Texture) == 0x000000, "Member 'FAkSurfacePoly::Texture' has a wrong offset!"); \ +static_assert(offsetof(FAkSurfacePoly, Occlusion) == 0x000008, "Member 'FAkSurfacePoly::Occlusion' has a wrong offset!"); \ +static_assert(offsetof(FAkSurfacePoly, EnableSurface) == 0x00000C, "Member 'FAkSurfacePoly::EnableSurface' has a wrong offset!"); \ +static_assert(offsetof(FAkSurfacePoly, SurfaceArea) == 0x000010, "Member 'FAkSurfacePoly::SurfaceArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWaapiFieldNames \ +static_assert(alignof(FAkWaapiFieldNames) == 0x000008, "Wrong alignment on FAkWaapiFieldNames"); \ +static_assert(sizeof(FAkWaapiFieldNames) == 0x000010, "Wrong size on FAkWaapiFieldNames"); \ +static_assert(offsetof(FAkWaapiFieldNames, FieldName) == 0x000000, "Member 'FAkWaapiFieldNames::FieldName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWaapiUri \ +static_assert(alignof(FAkWaapiUri) == 0x000008, "Wrong alignment on FAkWaapiUri"); \ +static_assert(sizeof(FAkWaapiUri) == 0x000010, "Wrong size on FAkWaapiUri"); \ +static_assert(offsetof(FAkWaapiUri, Uri) == 0x000000, "Member 'FAkWaapiUri::Uri' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWindowsAdvancedInitializationSettings \ +static_assert(alignof(FAkWindowsAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWindowsAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkWindowsAdvancedInitializationSettings) == 0x000044, "Wrong size on FAkWindowsAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x00003C, "Member 'FAkWindowsAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ +static_assert(offsetof(FAkWindowsAdvancedInitializationSettings, MaxSystemAudioObjects) == 0x000040, "Member 'FAkWindowsAdvancedInitializationSettings::MaxSystemAudioObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkWinGDKAdvancedInitializationSettings \ +static_assert(alignof(FAkWinGDKAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkWinGDKAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkWinGDKAdvancedInitializationSettings) == 0x000044, "Wrong size on FAkWinGDKAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, UseHeadMountedDisplayAudioDevice) == 0x00003C, "Member 'FAkWinGDKAdvancedInitializationSettings::UseHeadMountedDisplayAudioDevice' has a wrong offset!"); \ +static_assert(offsetof(FAkWinGDKAdvancedInitializationSettings, uMaxSystemAudioObjects) == 0x000040, "Member 'FAkWinGDKAdvancedInitializationSettings::uMaxSystemAudioObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXSXAdvancedInitializationSettings \ +static_assert(alignof(FAkXSXAdvancedInitializationSettings) == 0x000004, "Wrong alignment on FAkXSXAdvancedInitializationSettings"); \ +static_assert(sizeof(FAkXSXAdvancedInitializationSettings) == 0x000048, "Wrong size on FAkXSXAdvancedInitializationSettings"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaximumNumberOfXMAVoices) == 0x00003C, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfXMAVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, UseHardwareCodecLowLatencyMode) == 0x00003E, "Member 'FAkXSXAdvancedInitializationSettings::UseHardwareCodecLowLatencyMode' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, MaximumNumberOfOpusVoices) == 0x000040, "Member 'FAkXSXAdvancedInitializationSettings::MaximumNumberOfOpusVoices' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXAdvancedInitializationSettings, uMaxSystemAudioObjects) == 0x000044, "Member 'FAkXSXAdvancedInitializationSettings::uMaxSystemAudioObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkXSXApuHeapInitializationSettings \ +static_assert(alignof(FAkXSXApuHeapInitializationSettings) == 0x000004, "Wrong alignment on FAkXSXApuHeapInitializationSettings"); \ +static_assert(sizeof(FAkXSXApuHeapInitializationSettings) == 0x000008, "Wrong size on FAkXSXApuHeapInitializationSettings"); \ +static_assert(offsetof(FAkXSXApuHeapInitializationSettings, CachedSize) == 0x000000, "Member 'FAkXSXApuHeapInitializationSettings::CachedSize' has a wrong offset!"); \ +static_assert(offsetof(FAkXSXApuHeapInitializationSettings, NonCachedSize) == 0x000004, "Member 'FAkXSXApuHeapInitializationSettings::NonCachedSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkGameObjectDebugInfo \ +static_assert(alignof(FAkGameObjectDebugInfo) == 0x000008, "Wrong alignment on FAkGameObjectDebugInfo"); \ +static_assert(sizeof(FAkGameObjectDebugInfo) == 0x0000D8, "Wrong size on FAkGameObjectDebugInfo"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, ObjectName) == 0x000000, "Member 'FAkGameObjectDebugInfo::ObjectName' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, MaxRadius) == 0x000010, "Member 'FAkGameObjectDebugInfo::MaxRadius' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, SoundPosition) == 0x000018, "Member 'FAkGameObjectDebugInfo::SoundPosition' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, OrientationFront) == 0x000030, "Member 'FAkGameObjectDebugInfo::OrientationFront' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, OrientationTop) == 0x000048, "Member 'FAkGameObjectDebugInfo::OrientationTop' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, OrientationRight) == 0x000060, "Member 'FAkGameObjectDebugInfo::OrientationRight' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, PlayingID2EventNames) == 0x000078, "Member 'FAkGameObjectDebugInfo::PlayingID2EventNames' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, GameObjectID) == 0x0000C8, "Member 'FAkGameObjectDebugInfo::GameObjectID' has a wrong offset!"); \ +static_assert(offsetof(FAkGameObjectDebugInfo, bDefaultListener) == 0x0000D0, "Member 'FAkGameObjectDebugInfo::bDefaultListener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAkAudioEventTemplate \ +static_assert(alignof(FMovieSceneAkAudioEventTemplate) == 0x000008, "Wrong alignment on FMovieSceneAkAudioEventTemplate"); \ +static_assert(sizeof(FMovieSceneAkAudioEventTemplate) == 0x000028, "Wrong size on FMovieSceneAkAudioEventTemplate"); \ +static_assert(offsetof(FMovieSceneAkAudioEventTemplate, Section) == 0x000020, "Member 'FMovieSceneAkAudioEventTemplate::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneAkAudioRTPCTemplate \ +static_assert(alignof(FMovieSceneAkAudioRTPCTemplate) == 0x000008, "Wrong alignment on FMovieSceneAkAudioRTPCTemplate"); \ +static_assert(sizeof(FMovieSceneAkAudioRTPCTemplate) == 0x000028, "Wrong size on FMovieSceneAkAudioRTPCTemplate"); \ +static_assert(offsetof(FMovieSceneAkAudioRTPCTemplate, Section) == 0x000020, "Member 'FMovieSceneAkAudioRTPCTemplate::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneTangentDataSerializationHelper \ +static_assert(alignof(FMovieSceneTangentDataSerializationHelper) == 0x000004, "Wrong alignment on FMovieSceneTangentDataSerializationHelper"); \ +static_assert(sizeof(FMovieSceneTangentDataSerializationHelper) == 0x000014, "Wrong size on FMovieSceneTangentDataSerializationHelper"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, ArriveTangent) == 0x000000, "Member 'FMovieSceneTangentDataSerializationHelper::ArriveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, LeaveTangent) == 0x000004, "Member 'FMovieSceneTangentDataSerializationHelper::LeaveTangent' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, TangentWeightMode) == 0x000008, "Member 'FMovieSceneTangentDataSerializationHelper::TangentWeightMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, ArriveTangentWeight) == 0x00000C, "Member 'FMovieSceneTangentDataSerializationHelper::ArriveTangentWeight' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneTangentDataSerializationHelper, LeaveTangentWeight) == 0x000010, "Member 'FMovieSceneTangentDataSerializationHelper::LeaveTangentWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatValueSerializationHelper \ +static_assert(alignof(FMovieSceneFloatValueSerializationHelper) == 0x000004, "Wrong alignment on FMovieSceneFloatValueSerializationHelper"); \ +static_assert(sizeof(FMovieSceneFloatValueSerializationHelper) == 0x00001C, "Wrong size on FMovieSceneFloatValueSerializationHelper"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, Value) == 0x000000, "Member 'FMovieSceneFloatValueSerializationHelper::Value' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, InterpMode) == 0x000004, "Member 'FMovieSceneFloatValueSerializationHelper::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, TangentMode) == 0x000005, "Member 'FMovieSceneFloatValueSerializationHelper::TangentMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatValueSerializationHelper, Tangent) == 0x000008, "Member 'FMovieSceneFloatValueSerializationHelper::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneFloatChannelSerializationHelper \ +static_assert(alignof(FMovieSceneFloatChannelSerializationHelper) == 0x000008, "Wrong alignment on FMovieSceneFloatChannelSerializationHelper"); \ +static_assert(sizeof(FMovieSceneFloatChannelSerializationHelper) == 0x000030, "Wrong size on FMovieSceneFloatChannelSerializationHelper"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, PreInfinityExtrap) == 0x000000, "Member 'FMovieSceneFloatChannelSerializationHelper::PreInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, PostInfinityExtrap) == 0x000001, "Member 'FMovieSceneFloatChannelSerializationHelper::PostInfinityExtrap' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, Times) == 0x000008, "Member 'FMovieSceneFloatChannelSerializationHelper::Times' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, Values) == 0x000018, "Member 'FMovieSceneFloatChannelSerializationHelper::Values' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, DefaultValue) == 0x000028, "Member 'FMovieSceneFloatChannelSerializationHelper::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneFloatChannelSerializationHelper, bHasDefaultValue) == 0x00002C, "Member 'FMovieSceneFloatChannelSerializationHelper::bHasDefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAkEvent \ +static_assert(alignof(AkGameObject_PostAkEvent) == 0x000008, "Wrong alignment on AkGameObject_PostAkEvent"); \ +static_assert(sizeof(AkGameObject_PostAkEvent) == 0x000038, "Wrong size on AkGameObject_PostAkEvent"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, AkEvent) == 0x000000, "Member 'AkGameObject_PostAkEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, CallbackMask) == 0x000008, "Member 'AkGameObject_PostAkEvent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, PostEventCallback) == 0x00000C, "Member 'AkGameObject_PostAkEvent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, InEventName) == 0x000020, "Member 'AkGameObject_PostAkEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEvent, ReturnValue) == 0x000030, "Member 'AkGameObject_PostAkEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAkEventAsync \ +static_assert(alignof(AkGameObject_PostAkEventAsync) == 0x000008, "Wrong alignment on AkGameObject_PostAkEventAsync"); \ +static_assert(sizeof(AkGameObject_PostAkEventAsync) == 0x000040, "Wrong size on AkGameObject_PostAkEventAsync"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, WorldContextObject) == 0x000000, "Member 'AkGameObject_PostAkEventAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, AkEvent) == 0x000008, "Member 'AkGameObject_PostAkEventAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, PlayingID) == 0x000010, "Member 'AkGameObject_PostAkEventAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, CallbackMask) == 0x000014, "Member 'AkGameObject_PostAkEventAsync::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, PostEventCallback) == 0x000018, "Member 'AkGameObject_PostAkEventAsync::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAkEventAsync, LatentInfo) == 0x000028, "Member 'AkGameObject_PostAkEventAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAssociatedAkEvent \ +static_assert(alignof(AkGameObject_PostAssociatedAkEvent) == 0x000004, "Wrong alignment on AkGameObject_PostAssociatedAkEvent"); \ +static_assert(sizeof(AkGameObject_PostAssociatedAkEvent) == 0x000018, "Wrong size on AkGameObject_PostAssociatedAkEvent"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, CallbackMask) == 0x000000, "Member 'AkGameObject_PostAssociatedAkEvent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, PostEventCallback) == 0x000004, "Member 'AkGameObject_PostAssociatedAkEvent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEvent, ReturnValue) == 0x000014, "Member 'AkGameObject_PostAssociatedAkEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_PostAssociatedAkEventAsync \ +static_assert(alignof(AkGameObject_PostAssociatedAkEventAsync) == 0x000008, "Wrong alignment on AkGameObject_PostAssociatedAkEventAsync"); \ +static_assert(sizeof(AkGameObject_PostAssociatedAkEventAsync) == 0x000040, "Wrong size on AkGameObject_PostAssociatedAkEventAsync"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, WorldContextObject) == 0x000000, "Member 'AkGameObject_PostAssociatedAkEventAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, CallbackMask) == 0x000008, "Member 'AkGameObject_PostAssociatedAkEventAsync::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, PostEventCallback) == 0x00000C, "Member 'AkGameObject_PostAssociatedAkEventAsync::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, LatentInfo) == 0x000020, "Member 'AkGameObject_PostAssociatedAkEventAsync::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_PostAssociatedAkEventAsync, PlayingID) == 0x000038, "Member 'AkGameObject_PostAssociatedAkEventAsync::PlayingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_SetAttenuationScalingFactor \ +static_assert(alignof(AkGameObject_SetAttenuationScalingFactor) == 0x000004, "Wrong alignment on AkGameObject_SetAttenuationScalingFactor"); \ +static_assert(sizeof(AkGameObject_SetAttenuationScalingFactor) == 0x000004, "Wrong size on AkGameObject_SetAttenuationScalingFactor"); \ +static_assert(offsetof(AkGameObject_SetAttenuationScalingFactor, InAttenuationScalingFactor) == 0x000000, "Member 'AkGameObject_SetAttenuationScalingFactor::InAttenuationScalingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_SetOverrideAttenuationScalingFactor \ +static_assert(alignof(AkGameObject_SetOverrideAttenuationScalingFactor) == 0x000001, "Wrong alignment on AkGameObject_SetOverrideAttenuationScalingFactor"); \ +static_assert(sizeof(AkGameObject_SetOverrideAttenuationScalingFactor) == 0x000001, "Wrong size on AkGameObject_SetOverrideAttenuationScalingFactor"); \ +static_assert(offsetof(AkGameObject_SetOverrideAttenuationScalingFactor, bInOverrideAttenuationScalingFactor) == 0x000000, "Member 'AkGameObject_SetOverrideAttenuationScalingFactor::bInOverrideAttenuationScalingFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_GetRTPCValue \ +static_assert(alignof(AkGameObject_GetRTPCValue) == 0x000008, "Wrong alignment on AkGameObject_GetRTPCValue"); \ +static_assert(sizeof(AkGameObject_GetRTPCValue) == 0x000030, "Wrong size on AkGameObject_GetRTPCValue"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameObject_GetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, InputValueType) == 0x000008, "Member 'AkGameObject_GetRTPCValue::InputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, Value) == 0x00000C, "Member 'AkGameObject_GetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, OutputValueType) == 0x000010, "Member 'AkGameObject_GetRTPCValue::OutputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, RTPC) == 0x000018, "Member 'AkGameObject_GetRTPCValue::RTPC' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_GetRTPCValue, PlayingID) == 0x000028, "Member 'AkGameObject_GetRTPCValue::PlayingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameObject_SetRTPCValue \ +static_assert(alignof(AkGameObject_SetRTPCValue) == 0x000008, "Wrong alignment on AkGameObject_SetRTPCValue"); \ +static_assert(sizeof(AkGameObject_SetRTPCValue) == 0x000020, "Wrong size on AkGameObject_SetRTPCValue"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameObject_SetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, Value) == 0x000008, "Member 'AkGameObject_SetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'AkGameObject_SetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(AkGameObject_SetRTPCValue, RTPC) == 0x000010, "Member 'AkGameObject_SetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGameObject \ +static_assert(alignof(UAkGameObject) == 0x000010, "Wrong alignment on UAkGameObject"); \ +static_assert(sizeof(UAkGameObject) == 0x0002F0, "Wrong size on UAkGameObject"); \ +static_assert(offsetof(UAkGameObject, bOverrideAttenuationScalingFactor) == 0x0002C0, "Member 'UAkGameObject::bOverrideAttenuationScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, AttenuationScalingFactor) == 0x0002C4, "Member 'UAkGameObject::AttenuationScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, AkAudioEvent) == 0x0002C8, "Member 'UAkGameObject::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, EventName) == 0x0002D0, "Member 'UAkGameObject::EventName' has a wrong offset!"); \ +static_assert(offsetof(UAkGameObject, bAttenuationScalingMigrated) == 0x0002E2, "Member 'UAkGameObject::bAttenuationScalingMigrated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_SetDynamic \ +static_assert(alignof(AkRoomComponent_SetDynamic) == 0x000001, "Wrong alignment on AkRoomComponent_SetDynamic"); \ +static_assert(sizeof(AkRoomComponent_SetDynamic) == 0x000001, "Wrong size on AkRoomComponent_SetDynamic"); \ +static_assert(offsetof(AkRoomComponent_SetDynamic, bInDynamic) == 0x000000, "Member 'AkRoomComponent_SetDynamic::bInDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_SetGeometryComponent \ +static_assert(alignof(AkRoomComponent_SetGeometryComponent) == 0x000008, "Wrong alignment on AkRoomComponent_SetGeometryComponent"); \ +static_assert(sizeof(AkRoomComponent_SetGeometryComponent) == 0x000008, "Wrong size on AkRoomComponent_SetGeometryComponent"); \ +static_assert(offsetof(AkRoomComponent_SetGeometryComponent, textureSetComponent) == 0x000000, "Member 'AkRoomComponent_SetGeometryComponent::textureSetComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkRoomComponent_GetPrimitiveParent \ +static_assert(alignof(AkRoomComponent_GetPrimitiveParent) == 0x000008, "Wrong alignment on AkRoomComponent_GetPrimitiveParent"); \ +static_assert(sizeof(AkRoomComponent_GetPrimitiveParent) == 0x000008, "Wrong size on AkRoomComponent_GetPrimitiveParent"); \ +static_assert(offsetof(AkRoomComponent_GetPrimitiveParent, ReturnValue) == 0x000000, "Member 'AkRoomComponent_GetPrimitiveParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkRoomComponent \ +static_assert(alignof(UAkRoomComponent) == 0x000010, "Wrong alignment on UAkRoomComponent"); \ +static_assert(sizeof(UAkRoomComponent) == 0x000330, "Wrong size on UAkRoomComponent"); \ +static_assert(offsetof(UAkRoomComponent, bEnable) == 0x0002E8, "Member 'UAkRoomComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, bDynamic) == 0x0002E9, "Member 'UAkRoomComponent::bDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, Priority) == 0x0002EC, "Member 'UAkRoomComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, SwitchGroup) == 0x0002F0, "Member 'UAkRoomComponent::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, SwitchState) == 0x0002F8, "Member 'UAkRoomComponent::SwitchState' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, WallOcclusion) == 0x000300, "Member 'UAkRoomComponent::WallOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AuxSendLevel) == 0x000304, "Member 'UAkRoomComponent::AuxSendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, AutoPost) == 0x000308, "Member 'UAkRoomComponent::AutoPost' has a wrong offset!"); \ +static_assert(offsetof(UAkRoomComponent, GeometryComponent) == 0x000320, "Member 'UAkRoomComponent::GeometryComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkPortalComponent_SetDynamic \ +static_assert(alignof(AkPortalComponent_SetDynamic) == 0x000001, "Wrong alignment on AkPortalComponent_SetDynamic"); \ +static_assert(sizeof(AkPortalComponent_SetDynamic) == 0x000001, "Wrong size on AkPortalComponent_SetDynamic"); \ +static_assert(offsetof(AkPortalComponent_SetDynamic, bInDynamic) == 0x000000, "Member 'AkPortalComponent_SetDynamic::bInDynamic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkPortalComponent_GetCurrentState \ +static_assert(alignof(AkPortalComponent_GetCurrentState) == 0x000001, "Wrong alignment on AkPortalComponent_GetCurrentState"); \ +static_assert(sizeof(AkPortalComponent_GetCurrentState) == 0x000001, "Wrong size on AkPortalComponent_GetCurrentState"); \ +static_assert(offsetof(AkPortalComponent_GetCurrentState, ReturnValue) == 0x000000, "Member 'AkPortalComponent_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkPortalComponent_GetPrimitiveParent \ +static_assert(alignof(AkPortalComponent_GetPrimitiveParent) == 0x000008, "Wrong alignment on AkPortalComponent_GetPrimitiveParent"); \ +static_assert(sizeof(AkPortalComponent_GetPrimitiveParent) == 0x000008, "Wrong size on AkPortalComponent_GetPrimitiveParent"); \ +static_assert(offsetof(AkPortalComponent_GetPrimitiveParent, ReturnValue) == 0x000000, "Member 'AkPortalComponent_GetPrimitiveParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkPortalComponent_PortalPlacementValid \ +static_assert(alignof(AkPortalComponent_PortalPlacementValid) == 0x000001, "Wrong alignment on AkPortalComponent_PortalPlacementValid"); \ +static_assert(sizeof(AkPortalComponent_PortalPlacementValid) == 0x000001, "Wrong size on AkPortalComponent_PortalPlacementValid"); \ +static_assert(offsetof(AkPortalComponent_PortalPlacementValid, ReturnValue) == 0x000000, "Member 'AkPortalComponent_PortalPlacementValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPortalComponent \ +static_assert(alignof(UAkPortalComponent) == 0x000010, "Wrong alignment on UAkPortalComponent"); \ +static_assert(sizeof(UAkPortalComponent) == 0x0003B0, "Wrong size on UAkPortalComponent"); \ +static_assert(offsetof(UAkPortalComponent, bDynamic) == 0x0002C0, "Member 'UAkPortalComponent::bDynamic' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, InitialState) == 0x0002C1, "Member 'UAkPortalComponent::InitialState' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, ObstructionRefreshInterval) == 0x0002C4, "Member 'UAkPortalComponent::ObstructionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UAkPortalComponent, ObstructionCollisionChannel) == 0x0002C8, "Member 'UAkPortalComponent::ObstructionCollisionChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAcousticPortal_GetCurrentState \ +static_assert(alignof(AkAcousticPortal_GetCurrentState) == 0x000001, "Wrong alignment on AkAcousticPortal_GetCurrentState"); \ +static_assert(sizeof(AkAcousticPortal_GetCurrentState) == 0x000001, "Wrong size on AkAcousticPortal_GetCurrentState"); \ +static_assert(offsetof(AkAcousticPortal_GetCurrentState, ReturnValue) == 0x000000, "Member 'AkAcousticPortal_GetCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkAcousticPortal \ +static_assert(alignof(AAkAcousticPortal) == 0x000008, "Wrong alignment on AAkAcousticPortal"); \ +static_assert(sizeof(AAkAcousticPortal) == 0x0002D0, "Wrong size on AAkAcousticPortal"); \ +static_assert(offsetof(AAkAcousticPortal, Portal) == 0x0002C0, "Member 'AAkAcousticPortal::Portal' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, InitialState) == 0x0002C8, "Member 'AAkAcousticPortal::InitialState' has a wrong offset!"); \ +static_assert(offsetof(AAkAcousticPortal, bRequiresStateMigration) == 0x0002C9, "Member 'AAkAcousticPortal::bRequiresStateMigration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPlatformInfo \ +static_assert(alignof(UAkPlatformInfo) == 0x000008, "Wrong alignment on UAkPlatformInfo"); \ +static_assert(sizeof(UAkPlatformInfo) == 0x000070, "Wrong size on UAkPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkLinuxArm64PlatformInfo \ +static_assert(alignof(UAkLinuxArm64PlatformInfo) == 0x000008, "Wrong alignment on UAkLinuxArm64PlatformInfo"); \ +static_assert(sizeof(UAkLinuxArm64PlatformInfo) == 0x000070, "Wrong size on UAkLinuxArm64PlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkAudioType_UnloadData \ +static_assert(alignof(AkAudioType_UnloadData) == 0x000001, "Wrong alignment on AkAudioType_UnloadData"); \ +static_assert(sizeof(AkAudioType_UnloadData) == 0x000001, "Wrong size on AkAudioType_UnloadData"); \ +static_assert(offsetof(AkAudioType_UnloadData, bAsync) == 0x000000, "Member 'AkAudioType_UnloadData::bAsync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioType_GetWwiseShortID \ +static_assert(alignof(AkAudioType_GetWwiseShortID) == 0x000004, "Wrong alignment on AkAudioType_GetWwiseShortID"); \ +static_assert(sizeof(AkAudioType_GetWwiseShortID) == 0x000004, "Wrong size on AkAudioType_GetWwiseShortID"); \ +static_assert(offsetof(AkAudioType_GetWwiseShortID, ReturnValue) == 0x000000, "Member 'AkAudioType_GetWwiseShortID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioType \ +static_assert(alignof(UAkAudioType) == 0x000008, "Wrong alignment on UAkAudioType"); \ +static_assert(sizeof(UAkAudioType) == 0x000050, "Wrong size on UAkAudioType"); \ +static_assert(offsetof(UAkAudioType, bAutoLoad) == 0x000028, "Member 'UAkAudioType::bAutoLoad' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioType, UserData) == 0x000030, "Member 'UAkAudioType::UserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAcousticTexture \ +static_assert(alignof(UAkAcousticTexture) == 0x000008, "Wrong alignment on UAkAcousticTexture"); \ +static_assert(sizeof(UAkAcousticTexture) == 0x000060, "Wrong size on UAkAcousticTexture"); \ +static_assert(offsetof(UAkAcousticTexture, AcousticTextureCookedData) == 0x000050, "Member 'UAkAcousticTexture::AcousticTextureCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAcousticTextureSetComponent \ +static_assert(alignof(UAkAcousticTextureSetComponent) == 0x000010, "Wrong alignment on UAkAcousticTextureSetComponent"); \ +static_assert(sizeof(UAkAcousticTextureSetComponent) == 0x0002E0, "Wrong size on UAkAcousticTextureSetComponent"); \ + +#define DUMPER7_ASSERTS_AAkAmbientSound \ +static_assert(alignof(AAkAmbientSound) == 0x000008, "Wrong alignment on AAkAmbientSound"); \ +static_assert(sizeof(AAkAmbientSound) == 0x0002C8, "Wrong size on AAkAmbientSound"); \ +static_assert(offsetof(AAkAmbientSound, AkAudioEvent) == 0x000288, "Member 'AAkAmbientSound::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AkComponent) == 0x000290, "Member 'AAkAmbientSound::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, StopWhenOwnerIsDestroyed) == 0x000298, "Member 'AAkAmbientSound::StopWhenOwnerIsDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AAkAmbientSound, AutoPost) == 0x000299, "Member 'AAkAmbientSound::AutoPost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMacPlatformInfo \ +static_assert(alignof(UAkMacPlatformInfo) == 0x000008, "Wrong alignment on UAkMacPlatformInfo"); \ +static_assert(sizeof(UAkMacPlatformInfo) == 0x000070, "Wrong size on UAkMacPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkAndroidInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkAndroidInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkAndroidInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkAndroidInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkAndroidInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkAndroidInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkAndroidInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAndroidInitializationSettings \ +static_assert(alignof(UAkAndroidInitializationSettings) == 0x000008, "Wrong alignment on UAkAndroidInitializationSettings"); \ +static_assert(sizeof(UAkAndroidInitializationSettings) == 0x000108, "Wrong size on UAkAndroidInitializationSettings"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkAndroidInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkAndroidInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkAndroidInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkAndroidInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkRtpc \ +static_assert(alignof(UAkRtpc) == 0x000008, "Wrong alignment on UAkRtpc"); \ +static_assert(sizeof(UAkRtpc) == 0x000060, "Wrong size on UAkRtpc"); \ +static_assert(offsetof(UAkRtpc, GameParameterCookedData) == 0x000050, "Member 'UAkRtpc::GameParameterCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAndroidPlatformInfo \ +static_assert(alignof(UAkAndroidPlatformInfo) == 0x000008, "Wrong alignment on UAkAndroidPlatformInfo"); \ +static_assert(sizeof(UAkAndroidPlatformInfo) == 0x000070, "Wrong size on UAkAndroidPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkAudioBank \ +static_assert(alignof(UAkAudioBank) == 0x000008, "Wrong alignment on UAkAudioBank"); \ +static_assert(sizeof(UAkAudioBank) == 0x000058, "Wrong size on UAkAudioBank"); \ +static_assert(offsetof(UAkAudioBank, AutoLoad) == 0x000050, "Member 'UAkAudioBank::AutoLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkPS5PlatformInfo \ +static_assert(alignof(UAkPS5PlatformInfo) == 0x000008, "Wrong alignment on UAkPS5PlatformInfo"); \ +static_assert(sizeof(UAkPS5PlatformInfo) == 0x000070, "Wrong size on UAkPS5PlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkAudioDeviceShareSet \ +static_assert(alignof(UAkAudioDeviceShareSet) == 0x000008, "Wrong alignment on UAkAudioDeviceShareSet"); \ +static_assert(sizeof(UAkAudioDeviceShareSet) == 0x000060, "Wrong size on UAkAudioDeviceShareSet"); \ +static_assert(offsetof(UAkAudioDeviceShareSet, AudioDeviceShareSetCookedData) == 0x000050, "Member 'UAkAudioDeviceShareSet::AudioDeviceShareSetCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_ExecuteAction \ +static_assert(alignof(AkAudioEvent_ExecuteAction) == 0x000008, "Wrong alignment on AkAudioEvent_ExecuteAction"); \ +static_assert(sizeof(AkAudioEvent_ExecuteAction) == 0x000020, "Wrong size on AkAudioEvent_ExecuteAction"); \ +static_assert(offsetof(AkAudioEvent_ExecuteAction, ActionType) == 0x000000, "Member 'AkAudioEvent_ExecuteAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_ExecuteAction, Actor) == 0x000008, "Member 'AkAudioEvent_ExecuteAction::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_ExecuteAction, PlayingID) == 0x000010, "Member 'AkAudioEvent_ExecuteAction::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_ExecuteAction, TransitionDuration) == 0x000014, "Member 'AkAudioEvent_ExecuteAction::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_ExecuteAction, FadeCurve) == 0x000018, "Member 'AkAudioEvent_ExecuteAction::FadeCurve' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_ExecuteAction, ReturnValue) == 0x00001C, "Member 'AkAudioEvent_ExecuteAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_PostAtLocation \ +static_assert(alignof(AkAudioEvent_PostAtLocation) == 0x000008, "Wrong alignment on AkAudioEvent_PostAtLocation"); \ +static_assert(sizeof(AkAudioEvent_PostAtLocation) == 0x000058, "Wrong size on AkAudioEvent_PostAtLocation"); \ +static_assert(offsetof(AkAudioEvent_PostAtLocation, Location) == 0x000000, "Member 'AkAudioEvent_PostAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostAtLocation, Orientation) == 0x000018, "Member 'AkAudioEvent_PostAtLocation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostAtLocation, Callback) == 0x000030, "Member 'AkAudioEvent_PostAtLocation::Callback' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostAtLocation, CallbackMask) == 0x000040, "Member 'AkAudioEvent_PostAtLocation::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostAtLocation, WorldContextObject) == 0x000048, "Member 'AkAudioEvent_PostAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostAtLocation, ReturnValue) == 0x000050, "Member 'AkAudioEvent_PostAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_PostOnActor \ +static_assert(alignof(AkAudioEvent_PostOnActor) == 0x000008, "Wrong alignment on AkAudioEvent_PostOnActor"); \ +static_assert(sizeof(AkAudioEvent_PostOnActor) == 0x000028, "Wrong size on AkAudioEvent_PostOnActor"); \ +static_assert(offsetof(AkAudioEvent_PostOnActor, Actor) == 0x000000, "Member 'AkAudioEvent_PostOnActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnActor, Delegate) == 0x000008, "Member 'AkAudioEvent_PostOnActor::Delegate' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnActor, CallbackMask) == 0x000018, "Member 'AkAudioEvent_PostOnActor::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnActor, bStopWhenAttachedObjectDestroyed) == 0x00001C, "Member 'AkAudioEvent_PostOnActor::bStopWhenAttachedObjectDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnActor, ReturnValue) == 0x000020, "Member 'AkAudioEvent_PostOnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_PostOnActorAndWait \ +static_assert(alignof(AkAudioEvent_PostOnActorAndWait) == 0x000008, "Wrong alignment on AkAudioEvent_PostOnActorAndWait"); \ +static_assert(sizeof(AkAudioEvent_PostOnActorAndWait) == 0x000030, "Wrong size on AkAudioEvent_PostOnActorAndWait"); \ +static_assert(offsetof(AkAudioEvent_PostOnActorAndWait, Actor) == 0x000000, "Member 'AkAudioEvent_PostOnActorAndWait::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnActorAndWait, bStopWhenAttachedObjectDestroyed) == 0x000008, "Member 'AkAudioEvent_PostOnActorAndWait::bStopWhenAttachedObjectDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnActorAndWait, LatentActionInfo) == 0x000010, "Member 'AkAudioEvent_PostOnActorAndWait::LatentActionInfo' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnActorAndWait, ReturnValue) == 0x000028, "Member 'AkAudioEvent_PostOnActorAndWait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_PostOnComponent \ +static_assert(alignof(AkAudioEvent_PostOnComponent) == 0x000008, "Wrong alignment on AkAudioEvent_PostOnComponent"); \ +static_assert(sizeof(AkAudioEvent_PostOnComponent) == 0x000028, "Wrong size on AkAudioEvent_PostOnComponent"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponent, Component) == 0x000000, "Member 'AkAudioEvent_PostOnComponent::Component' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponent, Delegate) == 0x000008, "Member 'AkAudioEvent_PostOnComponent::Delegate' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponent, CallbackMask) == 0x000018, "Member 'AkAudioEvent_PostOnComponent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponent, bStopWhenAttachedObjectDestroyed) == 0x00001C, "Member 'AkAudioEvent_PostOnComponent::bStopWhenAttachedObjectDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponent, ReturnValue) == 0x000020, "Member 'AkAudioEvent_PostOnComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_PostOnComponentAndWait \ +static_assert(alignof(AkAudioEvent_PostOnComponentAndWait) == 0x000008, "Wrong alignment on AkAudioEvent_PostOnComponentAndWait"); \ +static_assert(sizeof(AkAudioEvent_PostOnComponentAndWait) == 0x000030, "Wrong size on AkAudioEvent_PostOnComponentAndWait"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponentAndWait, Component) == 0x000000, "Member 'AkAudioEvent_PostOnComponentAndWait::Component' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponentAndWait, bStopWhenAttachedObjectDestroyed) == 0x000008, "Member 'AkAudioEvent_PostOnComponentAndWait::bStopWhenAttachedObjectDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponentAndWait, LatentActionInfo) == 0x000010, "Member 'AkAudioEvent_PostOnComponentAndWait::LatentActionInfo' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnComponentAndWait, ReturnValue) == 0x000028, "Member 'AkAudioEvent_PostOnComponentAndWait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_PostOnGameObject \ +static_assert(alignof(AkAudioEvent_PostOnGameObject) == 0x000008, "Wrong alignment on AkAudioEvent_PostOnGameObject"); \ +static_assert(sizeof(AkAudioEvent_PostOnGameObject) == 0x000020, "Wrong size on AkAudioEvent_PostOnGameObject"); \ +static_assert(offsetof(AkAudioEvent_PostOnGameObject, GameObject) == 0x000000, "Member 'AkAudioEvent_PostOnGameObject::GameObject' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnGameObject, Delegate) == 0x000008, "Member 'AkAudioEvent_PostOnGameObject::Delegate' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnGameObject, CallbackMask) == 0x000018, "Member 'AkAudioEvent_PostOnGameObject::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnGameObject, ReturnValue) == 0x00001C, "Member 'AkAudioEvent_PostOnGameObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioEvent_PostOnGameObjectAndWait \ +static_assert(alignof(AkAudioEvent_PostOnGameObjectAndWait) == 0x000008, "Wrong alignment on AkAudioEvent_PostOnGameObjectAndWait"); \ +static_assert(sizeof(AkAudioEvent_PostOnGameObjectAndWait) == 0x000028, "Wrong size on AkAudioEvent_PostOnGameObjectAndWait"); \ +static_assert(offsetof(AkAudioEvent_PostOnGameObjectAndWait, GameObject) == 0x000000, "Member 'AkAudioEvent_PostOnGameObjectAndWait::GameObject' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnGameObjectAndWait, LatentActionInfo) == 0x000008, "Member 'AkAudioEvent_PostOnGameObjectAndWait::LatentActionInfo' has a wrong offset!"); \ +static_assert(offsetof(AkAudioEvent_PostOnGameObjectAndWait, ReturnValue) == 0x000020, "Member 'AkAudioEvent_PostOnGameObjectAndWait::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioEvent \ +static_assert(alignof(UAkAudioEvent) == 0x000008, "Wrong alignment on UAkAudioEvent"); \ +static_assert(sizeof(UAkAudioEvent) == 0x0000D0, "Wrong size on UAkAudioEvent"); \ +static_assert(offsetof(UAkAudioEvent, MaxAttenuationRadius) == 0x000050, "Member 'UAkAudioEvent::MaxAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, IsInfinite) == 0x000054, "Member 'UAkAudioEvent::IsInfinite' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, MinimumDuration) == 0x000058, "Member 'UAkAudioEvent::MinimumDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, MaximumDuration) == 0x00005C, "Member 'UAkAudioEvent::MaximumDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, EventCookedData) == 0x000060, "Member 'UAkAudioEvent::EventCookedData' has a wrong offset!"); \ +static_assert(offsetof(UAkAudioEvent, RequiredBank) == 0x0000C0, "Member 'UAkAudioEvent::RequiredBank' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_GetOcclusionCollisionChannel \ +static_assert(alignof(AkComponent_GetOcclusionCollisionChannel) == 0x000001, "Wrong alignment on AkComponent_GetOcclusionCollisionChannel"); \ +static_assert(sizeof(AkComponent_GetOcclusionCollisionChannel) == 0x000001, "Wrong size on AkComponent_GetOcclusionCollisionChannel"); \ +static_assert(offsetof(AkComponent_GetOcclusionCollisionChannel, ReturnValue) == 0x000000, "Member 'AkComponent_GetOcclusionCollisionChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_HasActiveEventsCS \ +static_assert(alignof(AkComponent_HasActiveEventsCS) == 0x000001, "Wrong alignment on AkComponent_HasActiveEventsCS"); \ +static_assert(sizeof(AkComponent_HasActiveEventsCS) == 0x000001, "Wrong size on AkComponent_HasActiveEventsCS"); \ +static_assert(offsetof(AkComponent_HasActiveEventsCS, ReturnValue) == 0x000000, "Member 'AkComponent_HasActiveEventsCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAkEventAndWaitForEnd \ +static_assert(alignof(AkComponent_PostAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAkEventAndWaitForEnd"); \ +static_assert(sizeof(AkComponent_PostAkEventAndWaitForEnd) == 0x000038, "Wrong size on AkComponent_PostAkEventAndWaitForEnd"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, AkEvent) == 0x000000, "Member 'AkComponent_PostAkEventAndWaitForEnd::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, in_EventName) == 0x000008, "Member 'AkComponent_PostAkEventAndWaitForEnd::in_EventName' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, LatentInfo) == 0x000018, "Member 'AkComponent_PostAkEventAndWaitForEnd::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEnd, ReturnValue) == 0x000030, "Member 'AkComponent_PostAkEventAndWaitForEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAkEventAndWaitForEndAsync \ +static_assert(alignof(AkComponent_PostAkEventAndWaitForEndAsync) == 0x000008, "Wrong alignment on AkComponent_PostAkEventAndWaitForEndAsync"); \ +static_assert(sizeof(AkComponent_PostAkEventAndWaitForEndAsync) == 0x000028, "Wrong size on AkComponent_PostAkEventAndWaitForEndAsync"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, AkEvent) == 0x000000, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, PlayingID) == 0x000008, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAkEventAndWaitForEndAsync, LatentInfo) == 0x000010, "Member 'AkComponent_PostAkEventAndWaitForEndAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAssociatedAkEventAndWaitForEnd \ +static_assert(alignof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 0x000008, "Wrong alignment on AkComponent_PostAssociatedAkEventAndWaitForEnd"); \ +static_assert(sizeof(AkComponent_PostAssociatedAkEventAndWaitForEnd) == 0x000020, "Wrong size on AkComponent_PostAssociatedAkEventAndWaitForEnd"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, LatentInfo) == 0x000000, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEnd, ReturnValue) == 0x000018, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostAssociatedAkEventAndWaitForEndAsync \ +static_assert(alignof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync) == 0x000008, "Wrong alignment on AkComponent_PostAssociatedAkEventAndWaitForEndAsync"); \ +static_assert(sizeof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync) == 0x000020, "Wrong size on AkComponent_PostAssociatedAkEventAndWaitForEndAsync"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, PlayingID) == 0x000000, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostAssociatedAkEventAndWaitForEndAsync, LatentInfo) == 0x000008, "Member 'AkComponent_PostAssociatedAkEventAndWaitForEndAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_PostTrigger \ +static_assert(alignof(AkComponent_PostTrigger) == 0x000008, "Wrong alignment on AkComponent_PostTrigger"); \ +static_assert(sizeof(AkComponent_PostTrigger) == 0x000018, "Wrong size on AkComponent_PostTrigger"); \ +static_assert(offsetof(AkComponent_PostTrigger, TriggerValue) == 0x000000, "Member 'AkComponent_PostTrigger::TriggerValue' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_PostTrigger, Trigger) == 0x000008, "Member 'AkComponent_PostTrigger::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetAutoDestroyCS \ +static_assert(alignof(AkComponent_SetAutoDestroyCS) == 0x000001, "Wrong alignment on AkComponent_SetAutoDestroyCS"); \ +static_assert(sizeof(AkComponent_SetAutoDestroyCS) == 0x000001, "Wrong size on AkComponent_SetAutoDestroyCS"); \ +static_assert(offsetof(AkComponent_SetAutoDestroyCS, _bAutoDestory) == 0x000000, "Member 'AkComponent_SetAutoDestroyCS::_bAutoDestory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetEarlyReflectionsAuxBus \ +static_assert(alignof(AkComponent_SetEarlyReflectionsAuxBus) == 0x000008, "Wrong alignment on AkComponent_SetEarlyReflectionsAuxBus"); \ +static_assert(sizeof(AkComponent_SetEarlyReflectionsAuxBus) == 0x000010, "Wrong size on AkComponent_SetEarlyReflectionsAuxBus"); \ +static_assert(offsetof(AkComponent_SetEarlyReflectionsAuxBus, AuxBusName) == 0x000000, "Member 'AkComponent_SetEarlyReflectionsAuxBus::AuxBusName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetEarlyReflectionsVolume \ +static_assert(alignof(AkComponent_SetEarlyReflectionsVolume) == 0x000004, "Wrong alignment on AkComponent_SetEarlyReflectionsVolume"); \ +static_assert(sizeof(AkComponent_SetEarlyReflectionsVolume) == 0x000004, "Wrong size on AkComponent_SetEarlyReflectionsVolume"); \ +static_assert(offsetof(AkComponent_SetEarlyReflectionsVolume, SendVolume) == 0x000000, "Member 'AkComponent_SetEarlyReflectionsVolume::SendVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetEnableSpotReflectors \ +static_assert(alignof(AkComponent_SetEnableSpotReflectors) == 0x000001, "Wrong alignment on AkComponent_SetEnableSpotReflectors"); \ +static_assert(sizeof(AkComponent_SetEnableSpotReflectors) == 0x000001, "Wrong size on AkComponent_SetEnableSpotReflectors"); \ +static_assert(offsetof(AkComponent_SetEnableSpotReflectors, in_enable) == 0x000000, "Member 'AkComponent_SetEnableSpotReflectors::in_enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetGameObjectRadius \ +static_assert(alignof(AkComponent_SetGameObjectRadius) == 0x000004, "Wrong alignment on AkComponent_SetGameObjectRadius"); \ +static_assert(sizeof(AkComponent_SetGameObjectRadius) == 0x000008, "Wrong size on AkComponent_SetGameObjectRadius"); \ +static_assert(offsetof(AkComponent_SetGameObjectRadius, in_outerRadius) == 0x000000, "Member 'AkComponent_SetGameObjectRadius::in_outerRadius' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetGameObjectRadius, in_innerRadius) == 0x000004, "Member 'AkComponent_SetGameObjectRadius::in_innerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetListeners \ +static_assert(alignof(AkComponent_SetListeners) == 0x000008, "Wrong alignment on AkComponent_SetListeners"); \ +static_assert(sizeof(AkComponent_SetListeners) == 0x000010, "Wrong size on AkComponent_SetListeners"); \ +static_assert(offsetof(AkComponent_SetListeners, Listeners) == 0x000000, "Member 'AkComponent_SetListeners::Listeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetOutputBusVolume \ +static_assert(alignof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong alignment on AkComponent_SetOutputBusVolume"); \ +static_assert(sizeof(AkComponent_SetOutputBusVolume) == 0x000004, "Wrong size on AkComponent_SetOutputBusVolume"); \ +static_assert(offsetof(AkComponent_SetOutputBusVolume, BusVolume) == 0x000000, "Member 'AkComponent_SetOutputBusVolume::BusVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetStopWhenOwnerDestroyed \ +static_assert(alignof(AkComponent_SetStopWhenOwnerDestroyed) == 0x000001, "Wrong alignment on AkComponent_SetStopWhenOwnerDestroyed"); \ +static_assert(sizeof(AkComponent_SetStopWhenOwnerDestroyed) == 0x000001, "Wrong size on AkComponent_SetStopWhenOwnerDestroyed"); \ +static_assert(offsetof(AkComponent_SetStopWhenOwnerDestroyed, bStopWhenOwnerDestroyed) == 0x000000, "Member 'AkComponent_SetStopWhenOwnerDestroyed::bStopWhenOwnerDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_SetSwitch \ +static_assert(alignof(AkComponent_SetSwitch) == 0x000008, "Wrong alignment on AkComponent_SetSwitch"); \ +static_assert(sizeof(AkComponent_SetSwitch) == 0x000028, "Wrong size on AkComponent_SetSwitch"); \ +static_assert(offsetof(AkComponent_SetSwitch, SwitchValue) == 0x000000, "Member 'AkComponent_SetSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetSwitch, SwitchGroup) == 0x000008, "Member 'AkComponent_SetSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_SetSwitch, SwitchState) == 0x000018, "Member 'AkComponent_SetSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_UseEarlyReflections \ +static_assert(alignof(AkComponent_UseEarlyReflections) == 0x000008, "Wrong alignment on AkComponent_UseEarlyReflections"); \ +static_assert(sizeof(AkComponent_UseEarlyReflections) == 0x000028, "Wrong size on AkComponent_UseEarlyReflections"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, AuxBus) == 0x000000, "Member 'AkComponent_UseEarlyReflections::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, Order) == 0x000008, "Member 'AkComponent_UseEarlyReflections::Order' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, BusSendGain) == 0x00000C, "Member 'AkComponent_UseEarlyReflections::BusSendGain' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, MaxPathLength) == 0x000010, "Member 'AkComponent_UseEarlyReflections::MaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, SpotReflectors) == 0x000014, "Member 'AkComponent_UseEarlyReflections::SpotReflectors' has a wrong offset!"); \ +static_assert(offsetof(AkComponent_UseEarlyReflections, AuxBusName) == 0x000018, "Member 'AkComponent_UseEarlyReflections::AuxBusName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_UseReverbVolumes \ +static_assert(alignof(AkComponent_UseReverbVolumes) == 0x000001, "Wrong alignment on AkComponent_UseReverbVolumes"); \ +static_assert(sizeof(AkComponent_UseReverbVolumes) == 0x000001, "Wrong size on AkComponent_UseReverbVolumes"); \ +static_assert(offsetof(AkComponent_UseReverbVolumes, inUseReverbVolumes) == 0x000000, "Member 'AkComponent_UseReverbVolumes::inUseReverbVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkComponent_GetAttenuationRadius \ +static_assert(alignof(AkComponent_GetAttenuationRadius) == 0x000004, "Wrong alignment on AkComponent_GetAttenuationRadius"); \ +static_assert(sizeof(AkComponent_GetAttenuationRadius) == 0x000004, "Wrong size on AkComponent_GetAttenuationRadius"); \ +static_assert(offsetof(AkComponent_GetAttenuationRadius, ReturnValue) == 0x000000, "Member 'AkComponent_GetAttenuationRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkComponent \ +static_assert(alignof(UAkComponent) == 0x000010, "Wrong alignment on UAkComponent"); \ +static_assert(sizeof(UAkComponent) == 0x000520, "Wrong size on UAkComponent"); \ +static_assert(offsetof(UAkComponent, bUseSpatialAudio) == 0x0002E8, "Member 'UAkComponent::bUseSpatialAudio' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionCollisionChannel) == 0x0002F0, "Member 'UAkComponent::OcclusionCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EnableSpotReflectors) == 0x0002F1, "Member 'UAkComponent::EnableSpotReflectors' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, bDisableUpdateSpatialAudioRoom) == 0x0002F2, "Member 'UAkComponent::bDisableUpdateSpatialAudioRoom' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OuterRadius) == 0x0002F4, "Member 'UAkComponent::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, InnerRadius) == 0x0002F8, "Member 'UAkComponent::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OnAkCompAutoDestroyed) == 0x000300, "Member 'UAkComponent::OnAkCompAutoDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBus) == 0x000310, "Member 'UAkComponent::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionAuxBusName) == 0x000318, "Member 'UAkComponent::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionOrder) == 0x000328, "Member 'UAkComponent::EarlyReflectionOrder' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionBusSendGain) == 0x00032C, "Member 'UAkComponent::EarlyReflectionBusSendGain' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, EarlyReflectionMaxPathLength) == 0x000330, "Member 'UAkComponent::EarlyReflectionMaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, roomReverbAuxBusGain) == 0x000334, "Member 'UAkComponent::roomReverbAuxBusGain' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxEdges) == 0x000338, "Member 'UAkComponent::diffractionMaxEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxPaths) == 0x00033C, "Member 'UAkComponent::diffractionMaxPaths' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, diffractionMaxPathLength) == 0x000340, "Member 'UAkComponent::diffractionMaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawFirstOrderReflections) == 0x000344, "Member 'UAkComponent::DrawFirstOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawSecondOrderReflections) == 0x000345, "Member 'UAkComponent::DrawSecondOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawHigherOrderReflections) == 0x000346, "Member 'UAkComponent::DrawHigherOrderReflections' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, DrawDiffraction) == 0x000347, "Member 'UAkComponent::DrawDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, StopWhenOwnerDestroyed) == 0x000348, "Member 'UAkComponent::StopWhenOwnerDestroyed' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, OcclusionRefreshInterval) == 0x00034C, "Member 'UAkComponent::OcclusionRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UAkComponent, bUseReverbVolumes) == 0x000350, "Member 'UAkComponent::bUseReverbVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSettings \ +static_assert(alignof(UAkSettings) == 0x000008, "Wrong alignment on UAkSettings"); \ +static_assert(sizeof(UAkSettings) == 0x000380, "Wrong size on UAkSettings"); \ +static_assert(offsetof(UAkSettings, MaxSimultaneousReverbVolumes) == 0x000028, "Member 'UAkSettings::MaxSimultaneousReverbVolumes' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseProjectPath) == 0x000030, "Member 'UAkSettings::WwiseProjectPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseSoundDataFolder) == 0x000040, "Member 'UAkSettings::WwiseSoundDataFolder' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, RootOutputPath) == 0x000050, "Member 'UAkSettings::RootOutputPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, GeneratedSoundBanksFolder) == 0x000060, "Member 'UAkSettings::GeneratedSoundBanksFolder' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseStagingDirectory) == 0x000070, "Member 'UAkSettings::WwiseStagingDirectory' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bSoundBanksTransfered) == 0x000080, "Member 'UAkSettings::bSoundBanksTransfered' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bAssetsMigrated) == 0x000081, "Member 'UAkSettings::bAssetsMigrated' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bProjectMigrated) == 0x000082, "Member 'UAkSettings::bProjectMigrated' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bAutoConnectToWAAPI) == 0x000083, "Member 'UAkSettings::bAutoConnectToWAAPI' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultOcclusionCollisionChannel) == 0x000084, "Member 'UAkSettings::DefaultOcclusionCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultFitToGeometryCollisionChannel) == 0x000085, "Member 'UAkSettings::DefaultFitToGeometryCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AkGeometryMap) == 0x000088, "Member 'UAkSettings::AkGeometryMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, GlobalDecayAbsorption) == 0x0000D8, "Member 'UAkSettings::GlobalDecayAbsorption' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultReverbAuxBus) == 0x0000E0, "Member 'UAkSettings::DefaultReverbAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, EnvironmentDecayAuxBusMap) == 0x000108, "Member 'UAkSettings::EnvironmentDecayAuxBusMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, HFDampingName) == 0x000158, "Member 'UAkSettings::HFDampingName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DecayEstimateName) == 0x000168, "Member 'UAkSettings::DecayEstimateName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, TimeToFirstReflectionName) == 0x000178, "Member 'UAkSettings::TimeToFirstReflectionName' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, HFDampingRTPC) == 0x000188, "Member 'UAkSettings::HFDampingRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DecayEstimateRTPC) == 0x0001B0, "Member 'UAkSettings::DecayEstimateRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, TimeToFirstReflectionRTPC) == 0x0001D8, "Member 'UAkSettings::TimeToFirstReflectionRTPC' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AudioInputEvent) == 0x000200, "Member 'UAkSettings::AudioInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AcousticTextureParamsMap) == 0x000228, "Member 'UAkSettings::AcousticTextureParamsMap' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitSwitchContainerMedia) == 0x000278, "Member 'UAkSettings::SplitSwitchContainerMedia' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, SplitMediaPerFolder) == 0x000279, "Member 'UAkSettings::SplitMediaPerFolder' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UseEventBasedPackaging) == 0x00027A, "Member 'UAkSettings::UseEventBasedPackaging' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, CommandletCommitMessage) == 0x000280, "Member 'UAkSettings::CommandletCommitMessage' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, UnrealCultureToWwiseCulture) == 0x000290, "Member 'UAkSettings::UnrealCultureToWwiseCulture' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultAssetCreationPath) == 0x0002E0, "Member 'UAkSettings::DefaultAssetCreationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, InitBank) == 0x0002F0, "Member 'UAkSettings::InitBank' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AudioRouting) == 0x000318, "Member 'UAkSettings::AudioRouting' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bWwiseSoundEngineEnabled) == 0x00031C, "Member 'UAkSettings::bWwiseSoundEngineEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bWwiseAudioLinkEnabled) == 0x00031D, "Member 'UAkSettings::bWwiseAudioLinkEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bAkAudioMixerEnabled) == 0x00031E, "Member 'UAkSettings::bAkAudioMixerEnabled' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, DefaultScalingFactor) == 0x000320, "Member 'UAkSettings::DefaultScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, AskedToUseNewAssetManagement) == 0x000324, "Member 'UAkSettings::AskedToUseNewAssetManagement' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, bEnableMultiCoreRendering) == 0x000325, "Member 'UAkSettings::bEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, MigratedEnableMultiCoreRendering) == 0x000326, "Member 'UAkSettings::MigratedEnableMultiCoreRendering' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, FixupRedirectorsDuringMigration) == 0x000327, "Member 'UAkSettings::FixupRedirectorsDuringMigration' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseWindowsInstallationPath) == 0x000328, "Member 'UAkSettings::WwiseWindowsInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, WwiseMacInstallationPath) == 0x000338, "Member 'UAkSettings::WwiseMacInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, RoomSetEnvSwitch) == 0x000350, "Member 'UAkSettings::RoomSetEnvSwitch' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, RoomSwitchGroup) == 0x000360, "Member 'UAkSettings::RoomSwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(UAkSettings, RoomSwitchState) == 0x000370, "Member 'UAkSettings::RoomSwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkAudioInputComponent_PostAssociatedAudioInputEvent \ +static_assert(alignof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong alignment on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(sizeof(AkAudioInputComponent_PostAssociatedAudioInputEvent) == 0x000004, "Wrong size on AkAudioInputComponent_PostAssociatedAudioInputEvent"); \ +static_assert(offsetof(AkAudioInputComponent_PostAssociatedAudioInputEvent, ReturnValue) == 0x000000, "Member 'AkAudioInputComponent_PostAssociatedAudioInputEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAudioInputComponent \ +static_assert(alignof(UAkAudioInputComponent) == 0x000010, "Wrong alignment on UAkAudioInputComponent"); \ +static_assert(sizeof(UAkAudioInputComponent) == 0x000550, "Wrong size on UAkAudioInputComponent"); \ + +#define DUMPER7_ASSERTS_UAkAuxBus \ +static_assert(alignof(UAkAuxBus) == 0x000008, "Wrong alignment on UAkAuxBus"); \ +static_assert(sizeof(UAkAuxBus) == 0x0000C8, "Wrong size on UAkAuxBus"); \ +static_assert(offsetof(UAkAuxBus, MaxAttenuationRadius) == 0x000050, "Member 'UAkAuxBus::MaxAttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(UAkAuxBus, AuxBusCookedData) == 0x000058, "Member 'UAkAuxBus::AuxBusCookedData' has a wrong offset!"); \ +static_assert(offsetof(UAkAuxBus, RequiredBank) == 0x0000B8, "Member 'UAkAuxBus::RequiredBank' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkSpotReflector \ +static_assert(alignof(AAkSpotReflector) == 0x000008, "Wrong alignment on AAkSpotReflector"); \ +static_assert(sizeof(AAkSpotReflector) == 0x0002C0, "Wrong size on AAkSpotReflector"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBus) == 0x000288, "Member 'AAkSpotReflector::EarlyReflectionAuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, EarlyReflectionAuxBusName) == 0x000290, "Member 'AAkSpotReflector::EarlyReflectionAuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, AcousticTexture) == 0x0002A0, "Member 'AAkSpotReflector::AcousticTexture' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, DistanceScalingFactor) == 0x0002A8, "Member 'AAkSpotReflector::DistanceScalingFactor' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, Level) == 0x0002AC, "Member 'AAkSpotReflector::Level' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, SameRoomOnly) == 0x0002B0, "Member 'AAkSpotReflector::SameRoomOnly' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, EnableRoomOverride) == 0x0002B1, "Member 'AAkSpotReflector::EnableRoomOverride' has a wrong offset!"); \ +static_assert(offsetof(AAkSpotReflector, RoomOverride) == 0x0002B8, "Member 'AAkSpotReflector::RoomOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetAkBoolProperty \ +static_assert(alignof(AkCheckBox_SetAkBoolProperty) == 0x000008, "Wrong alignment on AkCheckBox_SetAkBoolProperty"); \ +static_assert(sizeof(AkCheckBox_SetAkBoolProperty) == 0x000010, "Wrong size on AkCheckBox_SetAkBoolProperty"); \ +static_assert(offsetof(AkCheckBox_SetAkBoolProperty, ItemProperty) == 0x000000, "Member 'AkCheckBox_SetAkBoolProperty::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetAkItemId \ +static_assert(alignof(AkCheckBox_SetAkItemId) == 0x000004, "Wrong alignment on AkCheckBox_SetAkItemId"); \ +static_assert(sizeof(AkCheckBox_SetAkItemId) == 0x000010, "Wrong size on AkCheckBox_SetAkItemId"); \ +static_assert(offsetof(AkCheckBox_SetAkItemId, ItemId) == 0x000000, "Member 'AkCheckBox_SetAkItemId::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetCheckedState \ +static_assert(alignof(AkCheckBox_SetCheckedState) == 0x000001, "Wrong alignment on AkCheckBox_SetCheckedState"); \ +static_assert(sizeof(AkCheckBox_SetCheckedState) == 0x000001, "Wrong size on AkCheckBox_SetCheckedState"); \ +static_assert(offsetof(AkCheckBox_SetCheckedState, InCheckedState) == 0x000000, "Member 'AkCheckBox_SetCheckedState::InCheckedState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_SetIsChecked \ +static_assert(alignof(AkCheckBox_SetIsChecked) == 0x000001, "Wrong alignment on AkCheckBox_SetIsChecked"); \ +static_assert(sizeof(AkCheckBox_SetIsChecked) == 0x000001, "Wrong size on AkCheckBox_SetIsChecked"); \ +static_assert(offsetof(AkCheckBox_SetIsChecked, InIsChecked) == 0x000000, "Member 'AkCheckBox_SetIsChecked::InIsChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_GetAkItemId \ +static_assert(alignof(AkCheckBox_GetAkItemId) == 0x000004, "Wrong alignment on AkCheckBox_GetAkItemId"); \ +static_assert(sizeof(AkCheckBox_GetAkItemId) == 0x000010, "Wrong size on AkCheckBox_GetAkItemId"); \ +static_assert(offsetof(AkCheckBox_GetAkItemId, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetAkItemId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_GetAkProperty \ +static_assert(alignof(AkCheckBox_GetAkProperty) == 0x000008, "Wrong alignment on AkCheckBox_GetAkProperty"); \ +static_assert(sizeof(AkCheckBox_GetAkProperty) == 0x000010, "Wrong size on AkCheckBox_GetAkProperty"); \ +static_assert(offsetof(AkCheckBox_GetAkProperty, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetAkProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_GetCheckedState \ +static_assert(alignof(AkCheckBox_GetCheckedState) == 0x000001, "Wrong alignment on AkCheckBox_GetCheckedState"); \ +static_assert(sizeof(AkCheckBox_GetCheckedState) == 0x000001, "Wrong size on AkCheckBox_GetCheckedState"); \ +static_assert(offsetof(AkCheckBox_GetCheckedState, ReturnValue) == 0x000000, "Member 'AkCheckBox_GetCheckedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_IsChecked \ +static_assert(alignof(AkCheckBox_IsChecked) == 0x000001, "Wrong alignment on AkCheckBox_IsChecked"); \ +static_assert(sizeof(AkCheckBox_IsChecked) == 0x000001, "Wrong size on AkCheckBox_IsChecked"); \ +static_assert(offsetof(AkCheckBox_IsChecked, ReturnValue) == 0x000000, "Member 'AkCheckBox_IsChecked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkCheckBox_IsPressed \ +static_assert(alignof(AkCheckBox_IsPressed) == 0x000001, "Wrong alignment on AkCheckBox_IsPressed"); \ +static_assert(sizeof(AkCheckBox_IsPressed) == 0x000001, "Wrong size on AkCheckBox_IsPressed"); \ +static_assert(offsetof(AkCheckBox_IsPressed, ReturnValue) == 0x000000, "Member 'AkCheckBox_IsPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkCheckBox \ +static_assert(alignof(UAkCheckBox) == 0x000010, "Wrong alignment on UAkCheckBox"); \ +static_assert(sizeof(UAkCheckBox) == 0x000FB0, "Wrong size on UAkCheckBox"); \ +static_assert(offsetof(UAkCheckBox, CheckedState) == 0x0003E0, "Member 'UAkCheckBox::CheckedState' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, CheckedStateDelegate) == 0x0003E4, "Member 'UAkCheckBox::CheckedStateDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, WidgetStyle) == 0x000400, "Member 'UAkCheckBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, HorizontalAlignment) == 0x000ED0, "Member 'UAkCheckBox::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, IsFocusable) == 0x000ED1, "Member 'UAkCheckBox::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, ThePropertyToControl) == 0x000ED8, "Member 'UAkCheckBox::ThePropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, ItemToControl) == 0x000EE8, "Member 'UAkCheckBox::ItemToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, AkOnCheckStateChanged) == 0x000F28, "Member 'UAkCheckBox::AkOnCheckStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, OnItemDropped) == 0x000F38, "Member 'UAkCheckBox::OnItemDropped' has a wrong offset!"); \ +static_assert(offsetof(UAkCheckBox, OnPropertyDropped) == 0x000F48, "Member 'UAkCheckBox::OnPropertyDropped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkAssetData \ +static_assert(alignof(UAkAssetData) == 0x000008, "Wrong alignment on UAkAssetData"); \ +static_assert(sizeof(UAkAssetData) == 0x000048, "Wrong size on UAkAssetData"); \ + +#define DUMPER7_ASSERTS_UAkAssetPlatformData \ +static_assert(alignof(UAkAssetPlatformData) == 0x000008, "Wrong alignment on UAkAssetPlatformData"); \ +static_assert(sizeof(UAkAssetPlatformData) == 0x000030, "Wrong size on UAkAssetPlatformData"); \ +static_assert(offsetof(UAkAssetPlatformData, CurrentAssetData) == 0x000028, "Member 'UAkAssetPlatformData::CurrentAssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkHololensInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkHololensInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkHololensInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkHololensInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkHololensInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkHololensInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkHololensInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkHololensInitializationSettings \ +static_assert(alignof(UAkHololensInitializationSettings) == 0x000008, "Wrong alignment on UAkHololensInitializationSettings"); \ +static_assert(sizeof(UAkHololensInitializationSettings) == 0x000100, "Wrong size on UAkHololensInitializationSettings"); \ +static_assert(offsetof(UAkHololensInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkHololensInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkHololensInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkHololensInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkHololensInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkHololensInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMediaAssetData \ +static_assert(alignof(UAkMediaAssetData) == 0x000008, "Wrong alignment on UAkMediaAssetData"); \ +static_assert(sizeof(UAkMediaAssetData) == 0x000038, "Wrong size on UAkMediaAssetData"); \ + +#define DUMPER7_ASSERTS_UAkMediaAsset \ +static_assert(alignof(UAkMediaAsset) == 0x000008, "Wrong alignment on UAkMediaAsset"); \ +static_assert(sizeof(UAkMediaAsset) == 0x000078, "Wrong size on UAkMediaAsset"); \ +static_assert(offsetof(UAkMediaAsset, MediaAssetDataPerPlatform) == 0x000028, "Member 'UAkMediaAsset::MediaAssetDataPerPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLocalizedMediaAsset \ +static_assert(alignof(UAkLocalizedMediaAsset) == 0x000008, "Wrong alignment on UAkLocalizedMediaAsset"); \ +static_assert(sizeof(UAkLocalizedMediaAsset) == 0x000078, "Wrong size on UAkLocalizedMediaAsset"); \ + +#define DUMPER7_ASSERTS_UAkExternalMediaAsset \ +static_assert(alignof(UAkExternalMediaAsset) == 0x000008, "Wrong alignment on UAkExternalMediaAsset"); \ +static_assert(sizeof(UAkExternalMediaAsset) == 0x000078, "Wrong size on UAkExternalMediaAsset"); \ + +#define DUMPER7_ASSERTS_UAkIOSPlatformInfo \ +static_assert(alignof(UAkIOSPlatformInfo) == 0x000008, "Wrong alignment on UAkIOSPlatformInfo"); \ +static_assert(sizeof(UAkIOSPlatformInfo) == 0x000070, "Wrong size on UAkIOSPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkFolder \ +static_assert(alignof(UAkFolder) == 0x000008, "Wrong alignment on UAkFolder"); \ +static_assert(sizeof(UAkFolder) == 0x000050, "Wrong size on UAkFolder"); \ + +#define DUMPER7_ASSERTS_UDrawPortalComponent \ +static_assert(alignof(UDrawPortalComponent) == 0x000010, "Wrong alignment on UDrawPortalComponent"); \ +static_assert(sizeof(UDrawPortalComponent) == 0x000570, "Wrong size on UDrawPortalComponent"); \ + +#define DUMPER7_ASSERTS_UDrawRoomComponent \ +static_assert(alignof(UDrawRoomComponent) == 0x000010, "Wrong alignment on UDrawRoomComponent"); \ +static_assert(sizeof(UDrawRoomComponent) == 0x000570, "Wrong size on UDrawRoomComponent"); \ + +#define DUMPER7_ASSERTS_UAkHololensPlatformInfo \ +static_assert(alignof(UAkHololensPlatformInfo) == 0x000008, "Wrong alignment on UAkHololensPlatformInfo"); \ +static_assert(sizeof(UAkHololensPlatformInfo) == 0x000070, "Wrong size on UAkHololensPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkEffectShareSet \ +static_assert(alignof(UAkEffectShareSet) == 0x000008, "Wrong alignment on UAkEffectShareSet"); \ +static_assert(sizeof(UAkEffectShareSet) == 0x0000B8, "Wrong size on UAkEffectShareSet"); \ +static_assert(offsetof(UAkEffectShareSet, ShareSetCookedData) == 0x000050, "Member 'UAkEffectShareSet::ShareSetCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemProperties_SetSearchText \ +static_assert(alignof(AkItemProperties_SetSearchText) == 0x000008, "Wrong alignment on AkItemProperties_SetSearchText"); \ +static_assert(sizeof(AkItemProperties_SetSearchText) == 0x000010, "Wrong size on AkItemProperties_SetSearchText"); \ +static_assert(offsetof(AkItemProperties_SetSearchText, newText) == 0x000000, "Member 'AkItemProperties_SetSearchText::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemProperties_GetSearchText \ +static_assert(alignof(AkItemProperties_GetSearchText) == 0x000008, "Wrong alignment on AkItemProperties_GetSearchText"); \ +static_assert(sizeof(AkItemProperties_GetSearchText) == 0x000010, "Wrong size on AkItemProperties_GetSearchText"); \ +static_assert(offsetof(AkItemProperties_GetSearchText, ReturnValue) == 0x000000, "Member 'AkItemProperties_GetSearchText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemProperties_GetSelectedProperty \ +static_assert(alignof(AkItemProperties_GetSelectedProperty) == 0x000008, "Wrong alignment on AkItemProperties_GetSelectedProperty"); \ +static_assert(sizeof(AkItemProperties_GetSelectedProperty) == 0x000010, "Wrong size on AkItemProperties_GetSelectedProperty"); \ +static_assert(offsetof(AkItemProperties_GetSelectedProperty, ReturnValue) == 0x000000, "Member 'AkItemProperties_GetSelectedProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemProperties \ +static_assert(alignof(UAkItemProperties) == 0x000008, "Wrong alignment on UAkItemProperties"); \ +static_assert(sizeof(UAkItemProperties) == 0x000170, "Wrong size on UAkItemProperties"); \ +static_assert(offsetof(UAkItemProperties, OnSelectionChanged) == 0x000130, "Member 'UAkItemProperties::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkItemProperties, OnPropertyDragged) == 0x000140, "Member 'UAkItemProperties::OnPropertyDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_AddOutput \ +static_assert(alignof(AkGameplayStatics_AddOutput) == 0x000008, "Wrong alignment on AkGameplayStatics_AddOutput"); \ +static_assert(sizeof(AkGameplayStatics_AddOutput) == 0x000028, "Wrong size on AkGameplayStatics_AddOutput"); \ +static_assert(offsetof(AkGameplayStatics_AddOutput, in_Settings) == 0x000000, "Member 'AkGameplayStatics_AddOutput::in_Settings' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_AddOutput, out_DeviceID) == 0x000010, "Member 'AkGameplayStatics_AddOutput::out_DeviceID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_AddOutput, in_ListenerIDs) == 0x000018, "Member 'AkGameplayStatics_AddOutput::in_ListenerIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_AddOutputCaptureMarker \ +static_assert(alignof(AkGameplayStatics_AddOutputCaptureMarker) == 0x000008, "Wrong alignment on AkGameplayStatics_AddOutputCaptureMarker"); \ +static_assert(sizeof(AkGameplayStatics_AddOutputCaptureMarker) == 0x000010, "Wrong size on AkGameplayStatics_AddOutputCaptureMarker"); \ +static_assert(offsetof(AkGameplayStatics_AddOutputCaptureMarker, MarkerText) == 0x000000, "Member 'AkGameplayStatics_AddOutputCaptureMarker::MarkerText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_CancelEventCallback \ +static_assert(alignof(AkGameplayStatics_CancelEventCallback) == 0x000004, "Wrong alignment on AkGameplayStatics_CancelEventCallback"); \ +static_assert(sizeof(AkGameplayStatics_CancelEventCallback) == 0x000010, "Wrong size on AkGameplayStatics_CancelEventCallback"); \ +static_assert(offsetof(AkGameplayStatics_CancelEventCallback, PostEventCallback) == 0x000000, "Member 'AkGameplayStatics_CancelEventCallback::PostEventCallback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ExecuteActionOnEvent \ +static_assert(alignof(AkGameplayStatics_ExecuteActionOnEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_ExecuteActionOnEvent"); \ +static_assert(sizeof(AkGameplayStatics_ExecuteActionOnEvent) == 0x000028, "Wrong size on AkGameplayStatics_ExecuteActionOnEvent"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_ExecuteActionOnEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, ActionType) == 0x000008, "Member 'AkGameplayStatics_ExecuteActionOnEvent::ActionType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, Actor) == 0x000010, "Member 'AkGameplayStatics_ExecuteActionOnEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, TransitionDuration) == 0x000018, "Member 'AkGameplayStatics_ExecuteActionOnEvent::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, FadeCurve) == 0x00001C, "Member 'AkGameplayStatics_ExecuteActionOnEvent::FadeCurve' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnEvent, PlayingID) == 0x000020, "Member 'AkGameplayStatics_ExecuteActionOnEvent::PlayingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ExecuteActionOnPlayingID \ +static_assert(alignof(AkGameplayStatics_ExecuteActionOnPlayingID) == 0x000004, "Wrong alignment on AkGameplayStatics_ExecuteActionOnPlayingID"); \ +static_assert(sizeof(AkGameplayStatics_ExecuteActionOnPlayingID) == 0x000010, "Wrong size on AkGameplayStatics_ExecuteActionOnPlayingID"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, ActionType) == 0x000000, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::ActionType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, PlayingID) == 0x000004, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, TransitionDuration) == 0x000008, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ExecuteActionOnPlayingID, FadeCurve) == 0x00000C, "Member 'AkGameplayStatics_ExecuteActionOnPlayingID::FadeCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetAkAudioTypeUserData \ +static_assert(alignof(AkGameplayStatics_GetAkAudioTypeUserData) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkAudioTypeUserData"); \ +static_assert(sizeof(AkGameplayStatics_GetAkAudioTypeUserData) == 0x000018, "Wrong size on AkGameplayStatics_GetAkAudioTypeUserData"); \ +static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, Instance) == 0x000000, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::Instance' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, Type) == 0x000008, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::Type' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkAudioTypeUserData, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_GetAkAudioTypeUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetAkComponent \ +static_assert(alignof(AkGameplayStatics_GetAkComponent) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAkComponent"); \ +static_assert(sizeof(AkGameplayStatics_GetAkComponent) == 0x000040, "Wrong size on AkGameplayStatics_GetAkComponent"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, AttachToComponent) == 0x000000, "Member 'AkGameplayStatics_GetAkComponent::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, ComponentCreated) == 0x000008, "Member 'AkGameplayStatics_GetAkComponent::ComponentCreated' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, AttachPointName) == 0x00000C, "Member 'AkGameplayStatics_GetAkComponent::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, Location) == 0x000018, "Member 'AkGameplayStatics_GetAkComponent::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, LocationType) == 0x000030, "Member 'AkGameplayStatics_GetAkComponent::LocationType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetAkComponent, ReturnValue) == 0x000038, "Member 'AkGameplayStatics_GetAkComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetAvailableAudioCultures \ +static_assert(alignof(AkGameplayStatics_GetAvailableAudioCultures) == 0x000008, "Wrong alignment on AkGameplayStatics_GetAvailableAudioCultures"); \ +static_assert(sizeof(AkGameplayStatics_GetAvailableAudioCultures) == 0x000010, "Wrong size on AkGameplayStatics_GetAvailableAudioCultures"); \ +static_assert(offsetof(AkGameplayStatics_GetAvailableAudioCultures, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetAvailableAudioCultures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetCurrentAudioCulture \ +static_assert(alignof(AkGameplayStatics_GetCurrentAudioCulture) == 0x000008, "Wrong alignment on AkGameplayStatics_GetCurrentAudioCulture"); \ +static_assert(sizeof(AkGameplayStatics_GetCurrentAudioCulture) == 0x000010, "Wrong size on AkGameplayStatics_GetCurrentAudioCulture"); \ +static_assert(offsetof(AkGameplayStatics_GetCurrentAudioCulture, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_GetCurrentAudioCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetOrCreateAkComponent \ +static_assert(alignof(AkGameplayStatics_GetOrCreateAkComponent) == 0x000008, "Wrong alignment on AkGameplayStatics_GetOrCreateAkComponent"); \ +static_assert(sizeof(AkGameplayStatics_GetOrCreateAkComponent) == 0x000020, "Wrong size on AkGameplayStatics_GetOrCreateAkComponent"); \ +static_assert(offsetof(AkGameplayStatics_GetOrCreateAkComponent, AttachToComponent) == 0x000000, "Member 'AkGameplayStatics_GetOrCreateAkComponent::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetOrCreateAkComponent, ComponentCreated) == 0x000008, "Member 'AkGameplayStatics_GetOrCreateAkComponent::ComponentCreated' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetOrCreateAkComponent, AttachPointName) == 0x00000C, "Member 'AkGameplayStatics_GetOrCreateAkComponent::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetOrCreateAkComponent, ReturnValue) == 0x000018, "Member 'AkGameplayStatics_GetOrCreateAkComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetRTPCValue \ +static_assert(alignof(AkGameplayStatics_GetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_GetRTPCValue"); \ +static_assert(sizeof(AkGameplayStatics_GetRTPCValue) == 0x000028, "Wrong size on AkGameplayStatics_GetRTPCValue"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_GetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, PlayingID) == 0x000008, "Member 'AkGameplayStatics_GetRTPCValue::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, InputValueType) == 0x00000C, "Member 'AkGameplayStatics_GetRTPCValue::InputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, Value) == 0x000010, "Member 'AkGameplayStatics_GetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, OutputValueType) == 0x000014, "Member 'AkGameplayStatics_GetRTPCValue::OutputValueType' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, Actor) == 0x000018, "Member 'AkGameplayStatics_GetRTPCValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetRTPCValue, RTPC) == 0x000020, "Member 'AkGameplayStatics_GetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_GetSpeakerAngles \ +static_assert(alignof(AkGameplayStatics_GetSpeakerAngles) == 0x000008, "Wrong alignment on AkGameplayStatics_GetSpeakerAngles"); \ +static_assert(sizeof(AkGameplayStatics_GetSpeakerAngles) == 0x000028, "Wrong size on AkGameplayStatics_GetSpeakerAngles"); \ +static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, SpeakerAngles) == 0x000000, "Member 'AkGameplayStatics_GetSpeakerAngles::SpeakerAngles' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, HeightAngle) == 0x000010, "Member 'AkGameplayStatics_GetSpeakerAngles::HeightAngle' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_GetSpeakerAngles, DeviceShareSet) == 0x000018, "Member 'AkGameplayStatics_GetSpeakerAngles::DeviceShareSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_IsEditor \ +static_assert(alignof(AkGameplayStatics_IsEditor) == 0x000001, "Wrong alignment on AkGameplayStatics_IsEditor"); \ +static_assert(sizeof(AkGameplayStatics_IsEditor) == 0x000001, "Wrong size on AkGameplayStatics_IsEditor"); \ +static_assert(offsetof(AkGameplayStatics_IsEditor, ReturnValue) == 0x000000, "Member 'AkGameplayStatics_IsEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_IsGame \ +static_assert(alignof(AkGameplayStatics_IsGame) == 0x000008, "Wrong alignment on AkGameplayStatics_IsGame"); \ +static_assert(sizeof(AkGameplayStatics_IsGame) == 0x000010, "Wrong size on AkGameplayStatics_IsGame"); \ +static_assert(offsetof(AkGameplayStatics_IsGame, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_IsGame::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_IsGame, ReturnValue) == 0x000008, "Member 'AkGameplayStatics_IsGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_LoadBankByName \ +static_assert(alignof(AkGameplayStatics_LoadBankByName) == 0x000008, "Wrong alignment on AkGameplayStatics_LoadBankByName"); \ +static_assert(sizeof(AkGameplayStatics_LoadBankByName) == 0x000010, "Wrong size on AkGameplayStatics_LoadBankByName"); \ +static_assert(offsetof(AkGameplayStatics_LoadBankByName, BankName) == 0x000000, "Member 'AkGameplayStatics_LoadBankByName::BankName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostAndWaitForEndOfEvent \ +static_assert(alignof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_PostAndWaitForEndOfEvent"); \ +static_assert(sizeof(AkGameplayStatics_PostAndWaitForEndOfEvent) == 0x000038, "Wrong size on AkGameplayStatics_PostAndWaitForEndOfEvent"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, Actor) == 0x000008, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, bStopWhenAttachedToDestroyed) == 0x000010, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, LatentInfo) == 0x000018, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEvent, ReturnValue) == 0x000030, "Member 'AkGameplayStatics_PostAndWaitForEndOfEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostAndWaitForEndOfEventAsync \ +static_assert(alignof(AkGameplayStatics_PostAndWaitForEndOfEventAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_PostAndWaitForEndOfEventAsync"); \ +static_assert(sizeof(AkGameplayStatics_PostAndWaitForEndOfEventAsync) == 0x000030, "Wrong size on AkGameplayStatics_PostAndWaitForEndOfEventAsync"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, Actor) == 0x000008, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, PlayingID) == 0x000010, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, bStopWhenAttachedToDestroyed) == 0x000014, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostAndWaitForEndOfEventAsync, LatentInfo) == 0x000018, "Member 'AkGameplayStatics_PostAndWaitForEndOfEventAsync::LatentInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEvent \ +static_assert(alignof(AkGameplayStatics_PostEvent) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEvent"); \ +static_assert(sizeof(AkGameplayStatics_PostEvent) == 0x000040, "Wrong size on AkGameplayStatics_PostEvent"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, Actor) == 0x000008, "Member 'AkGameplayStatics_PostEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, CallbackMask) == 0x000010, "Member 'AkGameplayStatics_PostEvent::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, PostEventCallback) == 0x000014, "Member 'AkGameplayStatics_PostEvent::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, bStopWhenAttachedToDestroyed) == 0x000024, "Member 'AkGameplayStatics_PostEvent::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, EventName) == 0x000028, "Member 'AkGameplayStatics_PostEvent::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEvent, ReturnValue) == 0x000038, "Member 'AkGameplayStatics_PostEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAtLocation \ +static_assert(alignof(AkGameplayStatics_PostEventAtLocation) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAtLocation"); \ +static_assert(sizeof(AkGameplayStatics_PostEventAtLocation) == 0x000058, "Wrong size on AkGameplayStatics_PostEventAtLocation"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEventAtLocation::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, Location) == 0x000008, "Member 'AkGameplayStatics_PostEventAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, Orientation) == 0x000020, "Member 'AkGameplayStatics_PostEventAtLocation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, EventName) == 0x000038, "Member 'AkGameplayStatics_PostEventAtLocation::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, WorldContextObject) == 0x000048, "Member 'AkGameplayStatics_PostEventAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocation, ReturnValue) == 0x000050, "Member 'AkGameplayStatics_PostEventAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventAtLocationByName \ +static_assert(alignof(AkGameplayStatics_PostEventAtLocationByName) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventAtLocationByName"); \ +static_assert(sizeof(AkGameplayStatics_PostEventAtLocationByName) == 0x000048, "Wrong size on AkGameplayStatics_PostEventAtLocationByName"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, EventName) == 0x000000, "Member 'AkGameplayStatics_PostEventAtLocationByName::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, Location) == 0x000010, "Member 'AkGameplayStatics_PostEventAtLocationByName::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, Orientation) == 0x000028, "Member 'AkGameplayStatics_PostEventAtLocationByName::Orientation' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventAtLocationByName, WorldContextObject) == 0x000040, "Member 'AkGameplayStatics_PostEventAtLocationByName::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventByName \ +static_assert(alignof(AkGameplayStatics_PostEventByName) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventByName"); \ +static_assert(sizeof(AkGameplayStatics_PostEventByName) == 0x000020, "Wrong size on AkGameplayStatics_PostEventByName"); \ +static_assert(offsetof(AkGameplayStatics_PostEventByName, EventName) == 0x000000, "Member 'AkGameplayStatics_PostEventByName::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventByName, Actor) == 0x000010, "Member 'AkGameplayStatics_PostEventByName::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventByName, bStopWhenAttachedToDestroyed) == 0x000018, "Member 'AkGameplayStatics_PostEventByName::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostEventOnDummyObj \ +static_assert(alignof(AkGameplayStatics_PostEventOnDummyObj) == 0x000008, "Wrong alignment on AkGameplayStatics_PostEventOnDummyObj"); \ +static_assert(sizeof(AkGameplayStatics_PostEventOnDummyObj) == 0x000020, "Wrong size on AkGameplayStatics_PostEventOnDummyObj"); \ +static_assert(offsetof(AkGameplayStatics_PostEventOnDummyObj, AkEvent) == 0x000000, "Member 'AkGameplayStatics_PostEventOnDummyObj::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventOnDummyObj, EventName) == 0x000008, "Member 'AkGameplayStatics_PostEventOnDummyObj::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostEventOnDummyObj, ReturnValue) == 0x000018, "Member 'AkGameplayStatics_PostEventOnDummyObj::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_PostTrigger \ +static_assert(alignof(AkGameplayStatics_PostTrigger) == 0x000008, "Wrong alignment on AkGameplayStatics_PostTrigger"); \ +static_assert(sizeof(AkGameplayStatics_PostTrigger) == 0x000018, "Wrong size on AkGameplayStatics_PostTrigger"); \ +static_assert(offsetof(AkGameplayStatics_PostTrigger, TriggerValue) == 0x000000, "Member 'AkGameplayStatics_PostTrigger::TriggerValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostTrigger, Actor) == 0x000008, "Member 'AkGameplayStatics_PostTrigger::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_PostTrigger, Trigger) == 0x000010, "Member 'AkGameplayStatics_PostTrigger::Trigger' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_RemoveOutput \ +static_assert(alignof(AkGameplayStatics_RemoveOutput) == 0x000008, "Wrong alignment on AkGameplayStatics_RemoveOutput"); \ +static_assert(sizeof(AkGameplayStatics_RemoveOutput) == 0x000008, "Wrong size on AkGameplayStatics_RemoveOutput"); \ +static_assert(offsetof(AkGameplayStatics_RemoveOutput, in_OutputDeviceId) == 0x000000, "Member 'AkGameplayStatics_RemoveOutput::in_OutputDeviceId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ReplaceMainOutput \ +static_assert(alignof(AkGameplayStatics_ReplaceMainOutput) == 0x000008, "Wrong alignment on AkGameplayStatics_ReplaceMainOutput"); \ +static_assert(sizeof(AkGameplayStatics_ReplaceMainOutput) == 0x000010, "Wrong size on AkGameplayStatics_ReplaceMainOutput"); \ +static_assert(offsetof(AkGameplayStatics_ReplaceMainOutput, MainOutputSettings) == 0x000000, "Member 'AkGameplayStatics_ReplaceMainOutput::MainOutputSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_ResetRTPCValue \ +static_assert(alignof(AkGameplayStatics_ResetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_ResetRTPCValue"); \ +static_assert(sizeof(AkGameplayStatics_ResetRTPCValue) == 0x000020, "Wrong size on AkGameplayStatics_ResetRTPCValue"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_ResetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, InterpolationTimeMs) == 0x000008, "Member 'AkGameplayStatics_ResetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, Actor) == 0x000010, "Member 'AkGameplayStatics_ResetRTPCValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_ResetRTPCValue, RTPC) == 0x000018, "Member 'AkGameplayStatics_ResetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetActorMixerEffect \ +static_assert(alignof(AkGameplayStatics_SetActorMixerEffect) == 0x000008, "Wrong alignment on AkGameplayStatics_SetActorMixerEffect"); \ +static_assert(sizeof(AkGameplayStatics_SetActorMixerEffect) == 0x000018, "Wrong size on AkGameplayStatics_SetActorMixerEffect"); \ +static_assert(offsetof(AkGameplayStatics_SetActorMixerEffect, InAudioNodeID) == 0x000000, "Member 'AkGameplayStatics_SetActorMixerEffect::InAudioNodeID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetActorMixerEffect, InEffectIndex) == 0x000004, "Member 'AkGameplayStatics_SetActorMixerEffect::InEffectIndex' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetActorMixerEffect, InEffectShareSet) == 0x000008, "Member 'AkGameplayStatics_SetActorMixerEffect::InEffectShareSet' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetActorMixerEffect, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_SetActorMixerEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetAuxBusEffect \ +static_assert(alignof(AkGameplayStatics_SetAuxBusEffect) == 0x000008, "Wrong alignment on AkGameplayStatics_SetAuxBusEffect"); \ +static_assert(sizeof(AkGameplayStatics_SetAuxBusEffect) == 0x000020, "Wrong size on AkGameplayStatics_SetAuxBusEffect"); \ +static_assert(offsetof(AkGameplayStatics_SetAuxBusEffect, InAuxBus) == 0x000000, "Member 'AkGameplayStatics_SetAuxBusEffect::InAuxBus' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetAuxBusEffect, InEffectIndex) == 0x000008, "Member 'AkGameplayStatics_SetAuxBusEffect::InEffectIndex' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetAuxBusEffect, InEffectShareSet) == 0x000010, "Member 'AkGameplayStatics_SetAuxBusEffect::InEffectShareSet' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetAuxBusEffect, ReturnValue) == 0x000018, "Member 'AkGameplayStatics_SetAuxBusEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetBusConfig \ +static_assert(alignof(AkGameplayStatics_SetBusConfig) == 0x000008, "Wrong alignment on AkGameplayStatics_SetBusConfig"); \ +static_assert(sizeof(AkGameplayStatics_SetBusConfig) == 0x000018, "Wrong size on AkGameplayStatics_SetBusConfig"); \ +static_assert(offsetof(AkGameplayStatics_SetBusConfig, BusName) == 0x000000, "Member 'AkGameplayStatics_SetBusConfig::BusName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusConfig, ChannelConfiguration) == 0x000010, "Member 'AkGameplayStatics_SetBusConfig::ChannelConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetBusEffectByID \ +static_assert(alignof(AkGameplayStatics_SetBusEffectByID) == 0x000008, "Wrong alignment on AkGameplayStatics_SetBusEffectByID"); \ +static_assert(sizeof(AkGameplayStatics_SetBusEffectByID) == 0x000018, "Wrong size on AkGameplayStatics_SetBusEffectByID"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByID, InBusID) == 0x000000, "Member 'AkGameplayStatics_SetBusEffectByID::InBusID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByID, InEffectIndex) == 0x000004, "Member 'AkGameplayStatics_SetBusEffectByID::InEffectIndex' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByID, InEffectShareSet) == 0x000008, "Member 'AkGameplayStatics_SetBusEffectByID::InEffectShareSet' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByID, ReturnValue) == 0x000010, "Member 'AkGameplayStatics_SetBusEffectByID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetBusEffectByName \ +static_assert(alignof(AkGameplayStatics_SetBusEffectByName) == 0x000008, "Wrong alignment on AkGameplayStatics_SetBusEffectByName"); \ +static_assert(sizeof(AkGameplayStatics_SetBusEffectByName) == 0x000028, "Wrong size on AkGameplayStatics_SetBusEffectByName"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByName, InBusName) == 0x000000, "Member 'AkGameplayStatics_SetBusEffectByName::InBusName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByName, InEffectIndex) == 0x000010, "Member 'AkGameplayStatics_SetBusEffectByName::InEffectIndex' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByName, InEffectShareSet) == 0x000018, "Member 'AkGameplayStatics_SetBusEffectByName::InEffectShareSet' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetBusEffectByName, ReturnValue) == 0x000020, "Member 'AkGameplayStatics_SetBusEffectByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetCurrentAudioCulture \ +static_assert(alignof(AkGameplayStatics_SetCurrentAudioCulture) == 0x000008, "Wrong alignment on AkGameplayStatics_SetCurrentAudioCulture"); \ +static_assert(sizeof(AkGameplayStatics_SetCurrentAudioCulture) == 0x000030, "Wrong size on AkGameplayStatics_SetCurrentAudioCulture"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, AudioCulture) == 0x000000, "Member 'AkGameplayStatics_SetCurrentAudioCulture::AudioCulture' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, LatentInfo) == 0x000010, "Member 'AkGameplayStatics_SetCurrentAudioCulture::LatentInfo' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCulture, WorldContextObject) == 0x000028, "Member 'AkGameplayStatics_SetCurrentAudioCulture::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetCurrentAudioCultureAsync \ +static_assert(alignof(AkGameplayStatics_SetCurrentAudioCultureAsync) == 0x000008, "Wrong alignment on AkGameplayStatics_SetCurrentAudioCultureAsync"); \ +static_assert(sizeof(AkGameplayStatics_SetCurrentAudioCultureAsync) == 0x000020, "Wrong size on AkGameplayStatics_SetCurrentAudioCultureAsync"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCultureAsync, AudioCulture) == 0x000000, "Member 'AkGameplayStatics_SetCurrentAudioCultureAsync::AudioCulture' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetCurrentAudioCultureAsync, Completed) == 0x000010, "Member 'AkGameplayStatics_SetCurrentAudioCultureAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetDistanceProbe \ +static_assert(alignof(AkGameplayStatics_SetDistanceProbe) == 0x000008, "Wrong alignment on AkGameplayStatics_SetDistanceProbe"); \ +static_assert(sizeof(AkGameplayStatics_SetDistanceProbe) == 0x000010, "Wrong size on AkGameplayStatics_SetDistanceProbe"); \ +static_assert(offsetof(AkGameplayStatics_SetDistanceProbe, Listener) == 0x000000, "Member 'AkGameplayStatics_SetDistanceProbe::Listener' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetDistanceProbe, DistanceProbe) == 0x000008, "Member 'AkGameplayStatics_SetDistanceProbe::DistanceProbe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetGameObjectToPortalObstruction \ +static_assert(alignof(AkGameplayStatics_SetGameObjectToPortalObstruction) == 0x000008, "Wrong alignment on AkGameplayStatics_SetGameObjectToPortalObstruction"); \ +static_assert(sizeof(AkGameplayStatics_SetGameObjectToPortalObstruction) == 0x000018, "Wrong size on AkGameplayStatics_SetGameObjectToPortalObstruction"); \ +static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, PortalComponent) == 0x000008, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::PortalComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetGameObjectToPortalObstruction, ObstructionValue) == 0x000010, "Member 'AkGameplayStatics_SetGameObjectToPortalObstruction::ObstructionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMultipleChannelEmitterPositions \ +static_assert(alignof(AkGameplayStatics_SetMultipleChannelEmitterPositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultipleChannelEmitterPositions"); \ +static_assert(sizeof(AkGameplayStatics_SetMultipleChannelEmitterPositions) == 0x000030, "Wrong size on AkGameplayStatics_SetMultipleChannelEmitterPositions"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, ChannelMasks) == 0x000008, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::ChannelMasks' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, Positions) == 0x000018, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::Positions' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelEmitterPositions, MultiPositionType) == 0x000028, "Member 'AkGameplayStatics_SetMultipleChannelEmitterPositions::MultiPositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMultipleChannelMaskEmitterPositions \ +static_assert(alignof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultipleChannelMaskEmitterPositions"); \ +static_assert(sizeof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions) == 0x000030, "Wrong size on AkGameplayStatics_SetMultipleChannelMaskEmitterPositions"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, ChannelMasks) == 0x000008, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::ChannelMasks' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, Positions) == 0x000018, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::Positions' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultipleChannelMaskEmitterPositions, MultiPositionType) == 0x000028, "Member 'AkGameplayStatics_SetMultipleChannelMaskEmitterPositions::MultiPositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetMultiplePositions \ +static_assert(alignof(AkGameplayStatics_SetMultiplePositions) == 0x000008, "Wrong alignment on AkGameplayStatics_SetMultiplePositions"); \ +static_assert(sizeof(AkGameplayStatics_SetMultiplePositions) == 0x000020, "Wrong size on AkGameplayStatics_SetMultiplePositions"); \ +static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, GameObjectAkComponent) == 0x000000, "Member 'AkGameplayStatics_SetMultiplePositions::GameObjectAkComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, Positions) == 0x000008, "Member 'AkGameplayStatics_SetMultiplePositions::Positions' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetMultiplePositions, MultiPositionType) == 0x000018, "Member 'AkGameplayStatics_SetMultiplePositions::MultiPositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetOcclusionRefreshInterval \ +static_assert(alignof(AkGameplayStatics_SetOcclusionRefreshInterval) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOcclusionRefreshInterval"); \ +static_assert(sizeof(AkGameplayStatics_SetOcclusionRefreshInterval) == 0x000010, "Wrong size on AkGameplayStatics_SetOcclusionRefreshInterval"); \ +static_assert(offsetof(AkGameplayStatics_SetOcclusionRefreshInterval, RefreshInterval) == 0x000000, "Member 'AkGameplayStatics_SetOcclusionRefreshInterval::RefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetOcclusionRefreshInterval, Actor) == 0x000008, "Member 'AkGameplayStatics_SetOcclusionRefreshInterval::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetOutputBusVolume \ +static_assert(alignof(AkGameplayStatics_SetOutputBusVolume) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOutputBusVolume"); \ +static_assert(sizeof(AkGameplayStatics_SetOutputBusVolume) == 0x000010, "Wrong size on AkGameplayStatics_SetOutputBusVolume"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputBusVolume, BusVolume) == 0x000000, "Member 'AkGameplayStatics_SetOutputBusVolume::BusVolume' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputBusVolume, Actor) == 0x000008, "Member 'AkGameplayStatics_SetOutputBusVolume::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetOutputDeviceEffect \ +static_assert(alignof(AkGameplayStatics_SetOutputDeviceEffect) == 0x000008, "Wrong alignment on AkGameplayStatics_SetOutputDeviceEffect"); \ +static_assert(sizeof(AkGameplayStatics_SetOutputDeviceEffect) == 0x000020, "Wrong size on AkGameplayStatics_SetOutputDeviceEffect"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputDeviceEffect, InDeviceID) == 0x000000, "Member 'AkGameplayStatics_SetOutputDeviceEffect::InDeviceID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputDeviceEffect, InEffectIndex) == 0x000008, "Member 'AkGameplayStatics_SetOutputDeviceEffect::InEffectIndex' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputDeviceEffect, InEffectShareSet) == 0x000010, "Member 'AkGameplayStatics_SetOutputDeviceEffect::InEffectShareSet' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetOutputDeviceEffect, ReturnValue) == 0x000018, "Member 'AkGameplayStatics_SetOutputDeviceEffect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetPanningRule \ +static_assert(alignof(AkGameplayStatics_SetPanningRule) == 0x000001, "Wrong alignment on AkGameplayStatics_SetPanningRule"); \ +static_assert(sizeof(AkGameplayStatics_SetPanningRule) == 0x000001, "Wrong size on AkGameplayStatics_SetPanningRule"); \ +static_assert(offsetof(AkGameplayStatics_SetPanningRule, PanRule) == 0x000000, "Member 'AkGameplayStatics_SetPanningRule::PanRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetPortalObstructionAndOcclusion \ +static_assert(alignof(AkGameplayStatics_SetPortalObstructionAndOcclusion) == 0x000008, "Wrong alignment on AkGameplayStatics_SetPortalObstructionAndOcclusion"); \ +static_assert(sizeof(AkGameplayStatics_SetPortalObstructionAndOcclusion) == 0x000010, "Wrong size on AkGameplayStatics_SetPortalObstructionAndOcclusion"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, PortalComponent) == 0x000000, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::PortalComponent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, ObstructionValue) == 0x000008, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::ObstructionValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalObstructionAndOcclusion, OcclusionValue) == 0x00000C, "Member 'AkGameplayStatics_SetPortalObstructionAndOcclusion::OcclusionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetPortalToPortalObstruction \ +static_assert(alignof(AkGameplayStatics_SetPortalToPortalObstruction) == 0x000008, "Wrong alignment on AkGameplayStatics_SetPortalToPortalObstruction"); \ +static_assert(sizeof(AkGameplayStatics_SetPortalToPortalObstruction) == 0x000018, "Wrong size on AkGameplayStatics_SetPortalToPortalObstruction"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, PortalComponent0) == 0x000000, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::PortalComponent0' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, PortalComponent1) == 0x000008, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::PortalComponent1' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetPortalToPortalObstruction, ObstructionValue) == 0x000010, "Member 'AkGameplayStatics_SetPortalToPortalObstruction::ObstructionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetReflectionsOrder \ +static_assert(alignof(AkGameplayStatics_SetReflectionsOrder) == 0x000004, "Wrong alignment on AkGameplayStatics_SetReflectionsOrder"); \ +static_assert(sizeof(AkGameplayStatics_SetReflectionsOrder) == 0x000008, "Wrong size on AkGameplayStatics_SetReflectionsOrder"); \ +static_assert(offsetof(AkGameplayStatics_SetReflectionsOrder, Order) == 0x000000, "Member 'AkGameplayStatics_SetReflectionsOrder::Order' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetReflectionsOrder, RefreshPaths) == 0x000004, "Member 'AkGameplayStatics_SetReflectionsOrder::RefreshPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetRTPCValue \ +static_assert(alignof(AkGameplayStatics_SetRTPCValue) == 0x000008, "Wrong alignment on AkGameplayStatics_SetRTPCValue"); \ +static_assert(sizeof(AkGameplayStatics_SetRTPCValue) == 0x000020, "Wrong size on AkGameplayStatics_SetRTPCValue"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, RTPCValue) == 0x000000, "Member 'AkGameplayStatics_SetRTPCValue::RTPCValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, Value) == 0x000008, "Member 'AkGameplayStatics_SetRTPCValue::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, InterpolationTimeMs) == 0x00000C, "Member 'AkGameplayStatics_SetRTPCValue::InterpolationTimeMs' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, Actor) == 0x000010, "Member 'AkGameplayStatics_SetRTPCValue::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValue, RTPC) == 0x000018, "Member 'AkGameplayStatics_SetRTPCValue::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetRTPCValueByPlayingID \ +static_assert(alignof(AkGameplayStatics_SetRTPCValueByPlayingID) == 0x000004, "Wrong alignment on AkGameplayStatics_SetRTPCValueByPlayingID"); \ +static_assert(sizeof(AkGameplayStatics_SetRTPCValueByPlayingID) == 0x000010, "Wrong size on AkGameplayStatics_SetRTPCValueByPlayingID"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValueByPlayingID, PlayingID) == 0x000000, "Member 'AkGameplayStatics_SetRTPCValueByPlayingID::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValueByPlayingID, Value) == 0x000004, "Member 'AkGameplayStatics_SetRTPCValueByPlayingID::Value' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetRTPCValueByPlayingID, RTPC) == 0x000008, "Member 'AkGameplayStatics_SetRTPCValueByPlayingID::RTPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetSpeakerAngles \ +static_assert(alignof(AkGameplayStatics_SetSpeakerAngles) == 0x000008, "Wrong alignment on AkGameplayStatics_SetSpeakerAngles"); \ +static_assert(sizeof(AkGameplayStatics_SetSpeakerAngles) == 0x000028, "Wrong size on AkGameplayStatics_SetSpeakerAngles"); \ +static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, SpeakerAngles) == 0x000000, "Member 'AkGameplayStatics_SetSpeakerAngles::SpeakerAngles' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, HeightAngle) == 0x000010, "Member 'AkGameplayStatics_SetSpeakerAngles::HeightAngle' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSpeakerAngles, DeviceShareSet) == 0x000018, "Member 'AkGameplayStatics_SetSpeakerAngles::DeviceShareSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetState \ +static_assert(alignof(AkGameplayStatics_SetState) == 0x000008, "Wrong alignment on AkGameplayStatics_SetState"); \ +static_assert(sizeof(AkGameplayStatics_SetState) == 0x000018, "Wrong size on AkGameplayStatics_SetState"); \ +static_assert(offsetof(AkGameplayStatics_SetState, StateValue) == 0x000000, "Member 'AkGameplayStatics_SetState::StateValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetState, StateGroup) == 0x000008, "Member 'AkGameplayStatics_SetState::StateGroup' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetState, State) == 0x000010, "Member 'AkGameplayStatics_SetState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SetSwitch \ +static_assert(alignof(AkGameplayStatics_SetSwitch) == 0x000008, "Wrong alignment on AkGameplayStatics_SetSwitch"); \ +static_assert(sizeof(AkGameplayStatics_SetSwitch) == 0x000020, "Wrong size on AkGameplayStatics_SetSwitch"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchValue) == 0x000000, "Member 'AkGameplayStatics_SetSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, Actor) == 0x000008, "Member 'AkGameplayStatics_SetSwitch::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchGroup) == 0x000010, "Member 'AkGameplayStatics_SetSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SetSwitch, SwitchState) == 0x000018, "Member 'AkGameplayStatics_SetSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_SpawnAkComponentAtLocation \ +static_assert(alignof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000008, "Wrong alignment on AkGameplayStatics_SpawnAkComponentAtLocation"); \ +static_assert(sizeof(AkGameplayStatics_SpawnAkComponentAtLocation) == 0x000068, "Wrong size on AkGameplayStatics_SpawnAkComponentAtLocation"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AkEvent) == 0x000008, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Location) == 0x000010, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, Orientation) == 0x000028, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::Orientation' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AutoPost) == 0x000040, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AutoPost' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, EventName) == 0x000048, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::EventName' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, AutoDestroy) == 0x000058, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::AutoDestroy' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_SpawnAkComponentAtLocation, ReturnValue) == 0x000060, "Member 'AkGameplayStatics_SpawnAkComponentAtLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartAllAmbientSounds \ +static_assert(alignof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StartAllAmbientSounds"); \ +static_assert(sizeof(AkGameplayStatics_StartAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StartAllAmbientSounds"); \ +static_assert(offsetof(AkGameplayStatics_StartAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StartAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartOutputCapture \ +static_assert(alignof(AkGameplayStatics_StartOutputCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartOutputCapture"); \ +static_assert(sizeof(AkGameplayStatics_StartOutputCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartOutputCapture"); \ +static_assert(offsetof(AkGameplayStatics_StartOutputCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartOutputCapture::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StartProfilerCapture \ +static_assert(alignof(AkGameplayStatics_StartProfilerCapture) == 0x000008, "Wrong alignment on AkGameplayStatics_StartProfilerCapture"); \ +static_assert(sizeof(AkGameplayStatics_StartProfilerCapture) == 0x000010, "Wrong size on AkGameplayStatics_StartProfilerCapture"); \ +static_assert(offsetof(AkGameplayStatics_StartProfilerCapture, Filename) == 0x000000, "Member 'AkGameplayStatics_StartProfilerCapture::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StopActor \ +static_assert(alignof(AkGameplayStatics_StopActor) == 0x000008, "Wrong alignment on AkGameplayStatics_StopActor"); \ +static_assert(sizeof(AkGameplayStatics_StopActor) == 0x000008, "Wrong size on AkGameplayStatics_StopActor"); \ +static_assert(offsetof(AkGameplayStatics_StopActor, Actor) == 0x000000, "Member 'AkGameplayStatics_StopActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_StopAllAmbientSounds \ +static_assert(alignof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong alignment on AkGameplayStatics_StopAllAmbientSounds"); \ +static_assert(sizeof(AkGameplayStatics_StopAllAmbientSounds) == 0x000008, "Wrong size on AkGameplayStatics_StopAllAmbientSounds"); \ +static_assert(offsetof(AkGameplayStatics_StopAllAmbientSounds, WorldContextObject) == 0x000000, "Member 'AkGameplayStatics_StopAllAmbientSounds::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UnloadBankByName \ +static_assert(alignof(AkGameplayStatics_UnloadBankByName) == 0x000008, "Wrong alignment on AkGameplayStatics_UnloadBankByName"); \ +static_assert(sizeof(AkGameplayStatics_UnloadBankByName) == 0x000010, "Wrong size on AkGameplayStatics_UnloadBankByName"); \ +static_assert(offsetof(AkGameplayStatics_UnloadBankByName, BankName) == 0x000000, "Member 'AkGameplayStatics_UnloadBankByName::BankName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UseEarlyReflections \ +static_assert(alignof(AkGameplayStatics_UseEarlyReflections) == 0x000008, "Wrong alignment on AkGameplayStatics_UseEarlyReflections"); \ +static_assert(sizeof(AkGameplayStatics_UseEarlyReflections) == 0x000030, "Wrong size on AkGameplayStatics_UseEarlyReflections"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, Actor) == 0x000000, "Member 'AkGameplayStatics_UseEarlyReflections::Actor' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, AuxBus) == 0x000008, "Member 'AkGameplayStatics_UseEarlyReflections::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, Order) == 0x000010, "Member 'AkGameplayStatics_UseEarlyReflections::Order' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, BusSendGain) == 0x000014, "Member 'AkGameplayStatics_UseEarlyReflections::BusSendGain' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, MaxPathLength) == 0x000018, "Member 'AkGameplayStatics_UseEarlyReflections::MaxPathLength' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, SpotReflectors) == 0x00001C, "Member 'AkGameplayStatics_UseEarlyReflections::SpotReflectors' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseEarlyReflections, AuxBusName) == 0x000020, "Member 'AkGameplayStatics_UseEarlyReflections::AuxBusName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkGameplayStatics_UseReverbVolumes \ +static_assert(alignof(AkGameplayStatics_UseReverbVolumes) == 0x000008, "Wrong alignment on AkGameplayStatics_UseReverbVolumes"); \ +static_assert(sizeof(AkGameplayStatics_UseReverbVolumes) == 0x000010, "Wrong size on AkGameplayStatics_UseReverbVolumes"); \ +static_assert(offsetof(AkGameplayStatics_UseReverbVolumes, inUseReverbVolumes) == 0x000000, "Member 'AkGameplayStatics_UseReverbVolumes::inUseReverbVolumes' has a wrong offset!"); \ +static_assert(offsetof(AkGameplayStatics_UseReverbVolumes, Actor) == 0x000008, "Member 'AkGameplayStatics_UseReverbVolumes::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGameplayStatics \ +static_assert(alignof(UAkGameplayStatics) == 0x000008, "Wrong alignment on UAkGameplayStatics"); \ +static_assert(sizeof(UAkGameplayStatics) == 0x000028, "Wrong size on UAkGameplayStatics"); \ + +#define DUMPER7_ASSERTS_UAkCallbackInfo \ +static_assert(alignof(UAkCallbackInfo) == 0x000008, "Wrong alignment on UAkCallbackInfo"); \ +static_assert(sizeof(UAkCallbackInfo) == 0x000030, "Wrong size on UAkCallbackInfo"); \ +static_assert(offsetof(UAkCallbackInfo, AkComponent) == 0x000028, "Member 'UAkCallbackInfo::AkComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkEventCallbackInfo \ +static_assert(alignof(UAkEventCallbackInfo) == 0x000008, "Wrong alignment on UAkEventCallbackInfo"); \ +static_assert(sizeof(UAkEventCallbackInfo) == 0x000038, "Wrong size on UAkEventCallbackInfo"); \ +static_assert(offsetof(UAkEventCallbackInfo, PlayingID) == 0x000030, "Member 'UAkEventCallbackInfo::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(UAkEventCallbackInfo, EventID) == 0x000034, "Member 'UAkEventCallbackInfo::EventID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetCc \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetCc) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetCc"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetCc) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetCc"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetCc, AsCc) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetCc::AsCc' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetCc, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetCc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetChannel \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetChannel) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetChannel"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetChannel) == 0x000001, "Wrong size on AkMIDIEventCallbackInfo_GetChannel"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannel, ReturnValue) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetChannelAftertouch \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetChannelAftertouch) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetChannelAftertouch"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetChannelAftertouch) == 0x000004, "Wrong size on AkMIDIEventCallbackInfo_GetChannelAftertouch"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannelAftertouch, AsChannelAftertouch) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetChannelAftertouch::AsChannelAftertouch' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetChannelAftertouch, ReturnValue) == 0x000003, "Member 'AkMIDIEventCallbackInfo_GetChannelAftertouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetGeneric \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetGeneric) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetGeneric"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetGeneric) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetGeneric"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetGeneric, AsGeneric) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetGeneric::AsGeneric' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetGeneric, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetGeneric::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteAftertouch \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteAftertouch) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteAftertouch"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteAftertouch) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteAftertouch"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteAftertouch, AsNoteAftertouch) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteAftertouch::AsNoteAftertouch' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteAftertouch, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteAftertouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteOff \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteOff) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteOff"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteOff) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteOff"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOff, AsNoteOff) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteOff::AsNoteOff' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOff, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteOff::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetNoteOn \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetNoteOn) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetNoteOn"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetNoteOn) == 0x000005, "Wrong size on AkMIDIEventCallbackInfo_GetNoteOn"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOn, AsNoteOn) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetNoteOn::AsNoteOn' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetNoteOn, ReturnValue) == 0x000004, "Member 'AkMIDIEventCallbackInfo_GetNoteOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetPitchBend \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetPitchBend) == 0x000004, "Wrong alignment on AkMIDIEventCallbackInfo_GetPitchBend"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetPitchBend) == 0x00000C, "Wrong size on AkMIDIEventCallbackInfo_GetPitchBend"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetPitchBend, AsPitchBend) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetPitchBend::AsPitchBend' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetPitchBend, ReturnValue) == 0x000008, "Member 'AkMIDIEventCallbackInfo_GetPitchBend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetProgramChange \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetProgramChange) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetProgramChange"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetProgramChange) == 0x000004, "Wrong size on AkMIDIEventCallbackInfo_GetProgramChange"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetProgramChange, AsProgramChange) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetProgramChange::AsProgramChange' has a wrong offset!"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetProgramChange, ReturnValue) == 0x000003, "Member 'AkMIDIEventCallbackInfo_GetProgramChange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkMIDIEventCallbackInfo_GetType \ +static_assert(alignof(AkMIDIEventCallbackInfo_GetType) == 0x000001, "Wrong alignment on AkMIDIEventCallbackInfo_GetType"); \ +static_assert(sizeof(AkMIDIEventCallbackInfo_GetType) == 0x000001, "Wrong size on AkMIDIEventCallbackInfo_GetType"); \ +static_assert(offsetof(AkMIDIEventCallbackInfo_GetType, ReturnValue) == 0x000000, "Member 'AkMIDIEventCallbackInfo_GetType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMIDIEventCallbackInfo \ +static_assert(alignof(UAkMIDIEventCallbackInfo) == 0x000008, "Wrong alignment on UAkMIDIEventCallbackInfo"); \ +static_assert(sizeof(UAkMIDIEventCallbackInfo) == 0x000048, "Wrong size on UAkMIDIEventCallbackInfo"); \ + +#define DUMPER7_ASSERTS_UAkMarkerCallbackInfo \ +static_assert(alignof(UAkMarkerCallbackInfo) == 0x000008, "Wrong alignment on UAkMarkerCallbackInfo"); \ +static_assert(sizeof(UAkMarkerCallbackInfo) == 0x000050, "Wrong size on UAkMarkerCallbackInfo"); \ +static_assert(offsetof(UAkMarkerCallbackInfo, Identifier) == 0x000038, "Member 'UAkMarkerCallbackInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(UAkMarkerCallbackInfo, position) == 0x00003C, "Member 'UAkMarkerCallbackInfo::position' has a wrong offset!"); \ +static_assert(offsetof(UAkMarkerCallbackInfo, Label) == 0x000040, "Member 'UAkMarkerCallbackInfo::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkDurationCallbackInfo \ +static_assert(alignof(UAkDurationCallbackInfo) == 0x000008, "Wrong alignment on UAkDurationCallbackInfo"); \ +static_assert(sizeof(UAkDurationCallbackInfo) == 0x000050, "Wrong size on UAkDurationCallbackInfo"); \ +static_assert(offsetof(UAkDurationCallbackInfo, Duration) == 0x000038, "Member 'UAkDurationCallbackInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, EstimatedDuration) == 0x00003C, "Member 'UAkDurationCallbackInfo::EstimatedDuration' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, AudioNodeID) == 0x000040, "Member 'UAkDurationCallbackInfo::AudioNodeID' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, MediaId) == 0x000044, "Member 'UAkDurationCallbackInfo::MediaId' has a wrong offset!"); \ +static_assert(offsetof(UAkDurationCallbackInfo, bStreaming) == 0x000048, "Member 'UAkDurationCallbackInfo::bStreaming' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMusicSyncCallbackInfo \ +static_assert(alignof(UAkMusicSyncCallbackInfo) == 0x000008, "Wrong alignment on UAkMusicSyncCallbackInfo"); \ +static_assert(sizeof(UAkMusicSyncCallbackInfo) == 0x000070, "Wrong size on UAkMusicSyncCallbackInfo"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, PlayingID) == 0x000030, "Member 'UAkMusicSyncCallbackInfo::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, SegmentInfo) == 0x000034, "Member 'UAkMusicSyncCallbackInfo::SegmentInfo' has a wrong offset!"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, MusicSyncType) == 0x000058, "Member 'UAkMusicSyncCallbackInfo::MusicSyncType' has a wrong offset!"); \ +static_assert(offsetof(UAkMusicSyncCallbackInfo, UserCueName) == 0x000060, "Member 'UAkMusicSyncCallbackInfo::UserCueName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGeometryComponent \ +static_assert(alignof(UAkGeometryComponent) == 0x000010, "Wrong alignment on UAkGeometryComponent"); \ +static_assert(sizeof(UAkGeometryComponent) == 0x000460, "Wrong size on UAkGeometryComponent"); \ +static_assert(offsetof(UAkGeometryComponent, MeshType) == 0x0002D8, "Member 'UAkGeometryComponent::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, LOD) == 0x0002DC, "Member 'UAkGeometryComponent::LOD' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, WeldingThreshold) == 0x0002E0, "Member 'UAkGeometryComponent::WeldingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, StaticMeshSurfaceOverride) == 0x0002E8, "Member 'UAkGeometryComponent::StaticMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, CollisionMeshSurfaceOverride) == 0x000338, "Member 'UAkGeometryComponent::CollisionMeshSurfaceOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bEnableDiffraction) == 0x000350, "Member 'UAkGeometryComponent::bEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, bEnableDiffractionOnBoundaryEdges) == 0x000351, "Member 'UAkGeometryComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, AssociatedRoom) == 0x000358, "Member 'UAkGeometryComponent::AssociatedRoom' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, GeometryData) == 0x000370, "Member 'UAkGeometryComponent::GeometryData' has a wrong offset!"); \ +static_assert(offsetof(UAkGeometryComponent, SurfaceAreas) == 0x0003C0, "Member 'UAkGeometryComponent::SurfaceAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkGroupValue \ +static_assert(alignof(UAkGroupValue) == 0x000008, "Wrong alignment on UAkGroupValue"); \ +static_assert(sizeof(UAkGroupValue) == 0x000070, "Wrong size on UAkGroupValue"); \ +static_assert(offsetof(UAkGroupValue, GroupValueCookedData) == 0x000050, "Member 'UAkGroupValue::GroupValueCookedData' has a wrong offset!"); \ +static_assert(offsetof(UAkGroupValue, GroupShortId) == 0x000064, "Member 'UAkGroupValue::GroupShortId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkInitBank \ +static_assert(alignof(UAkInitBank) == 0x000008, "Wrong alignment on UAkInitBank"); \ +static_assert(sizeof(UAkInitBank) == 0x0000A8, "Wrong size on UAkInitBank"); \ +static_assert(offsetof(UAkInitBank, InitBankCookedData) == 0x000050, "Member 'UAkInitBank::InitBankCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkIOSInitializationSettings \ +static_assert(alignof(UAkIOSInitializationSettings) == 0x000008, "Wrong alignment on UAkIOSInitializationSettings"); \ +static_assert(sizeof(UAkIOSInitializationSettings) == 0x000110, "Wrong size on UAkIOSInitializationSettings"); \ +static_assert(offsetof(UAkIOSInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkIOSInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, AudioSession) == 0x0000A0, "Member 'UAkIOSInitializationSettings::AudioSession' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, CommunicationSettings) == 0x0000B0, "Member 'UAkIOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkIOSInitializationSettings, AdvancedSettings) == 0x0000D0, "Member 'UAkIOSInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString \ +static_assert(alignof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString) == 0x000008, "Wrong alignment on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString"); \ +static_assert(sizeof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString) == 0x000020, "Wrong size on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString, INAkBoolPropertyToControl) == 0x000000, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString::INAkBoolPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString, ReturnValue) == 0x000010, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText \ +static_assert(alignof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText) == 0x000008, "Wrong alignment on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText"); \ +static_assert(sizeof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText) == 0x000028, "Wrong size on AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText, INAkBoolPropertyToControl) == 0x000000, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText::INAkBoolPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText, ReturnValue) == 0x000010, "Member 'AkItemBoolPropertiesConv_Conv_FAkBoolPropertyToControlToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemBoolPropertiesConv \ +static_assert(alignof(UAkItemBoolPropertiesConv) == 0x000008, "Wrong alignment on UAkItemBoolPropertiesConv"); \ +static_assert(sizeof(UAkItemBoolPropertiesConv) == 0x000028, "Wrong size on UAkItemBoolPropertiesConv"); \ + +#define DUMPER7_ASSERTS_AkItemBoolProperties_SetSearchText \ +static_assert(alignof(AkItemBoolProperties_SetSearchText) == 0x000008, "Wrong alignment on AkItemBoolProperties_SetSearchText"); \ +static_assert(sizeof(AkItemBoolProperties_SetSearchText) == 0x000010, "Wrong size on AkItemBoolProperties_SetSearchText"); \ +static_assert(offsetof(AkItemBoolProperties_SetSearchText, newText) == 0x000000, "Member 'AkItemBoolProperties_SetSearchText::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemBoolProperties_GetSearchText \ +static_assert(alignof(AkItemBoolProperties_GetSearchText) == 0x000008, "Wrong alignment on AkItemBoolProperties_GetSearchText"); \ +static_assert(sizeof(AkItemBoolProperties_GetSearchText) == 0x000010, "Wrong size on AkItemBoolProperties_GetSearchText"); \ +static_assert(offsetof(AkItemBoolProperties_GetSearchText, ReturnValue) == 0x000000, "Member 'AkItemBoolProperties_GetSearchText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemBoolProperties_GetSelectedProperty \ +static_assert(alignof(AkItemBoolProperties_GetSelectedProperty) == 0x000008, "Wrong alignment on AkItemBoolProperties_GetSelectedProperty"); \ +static_assert(sizeof(AkItemBoolProperties_GetSelectedProperty) == 0x000010, "Wrong size on AkItemBoolProperties_GetSelectedProperty"); \ +static_assert(offsetof(AkItemBoolProperties_GetSelectedProperty, ReturnValue) == 0x000000, "Member 'AkItemBoolProperties_GetSelectedProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemBoolProperties \ +static_assert(alignof(UAkItemBoolProperties) == 0x000008, "Wrong alignment on UAkItemBoolProperties"); \ +static_assert(sizeof(UAkItemBoolProperties) == 0x000170, "Wrong size on UAkItemBoolProperties"); \ +static_assert(offsetof(UAkItemBoolProperties, OnSelectionChanged) == 0x000130, "Member 'UAkItemBoolProperties::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkItemBoolProperties, OnPropertyDragged) == 0x000140, "Member 'UAkItemBoolProperties::OnPropertyDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemPropertiesConv_Conv_FAkPropertyToControlToString \ +static_assert(alignof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString) == 0x000008, "Wrong alignment on AkItemPropertiesConv_Conv_FAkPropertyToControlToString"); \ +static_assert(sizeof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString) == 0x000020, "Wrong size on AkItemPropertiesConv_Conv_FAkPropertyToControlToString"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString, INAkPropertyToControl) == 0x000000, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToString::INAkPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToString, ReturnValue) == 0x000010, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkItemPropertiesConv_Conv_FAkPropertyToControlToText \ +static_assert(alignof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText) == 0x000008, "Wrong alignment on AkItemPropertiesConv_Conv_FAkPropertyToControlToText"); \ +static_assert(sizeof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText) == 0x000028, "Wrong size on AkItemPropertiesConv_Conv_FAkPropertyToControlToText"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText, INAkPropertyToControl) == 0x000000, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToText::INAkPropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(AkItemPropertiesConv_Conv_FAkPropertyToControlToText, ReturnValue) == 0x000010, "Member 'AkItemPropertiesConv_Conv_FAkPropertyToControlToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkItemPropertiesConv \ +static_assert(alignof(UAkItemPropertiesConv) == 0x000008, "Wrong alignment on UAkItemPropertiesConv"); \ +static_assert(sizeof(UAkItemPropertiesConv) == 0x000028, "Wrong size on UAkItemPropertiesConv"); \ + +#define DUMPER7_ASSERTS_AkLateReverbComponent_AssociateAkTextureSetComponent \ +static_assert(alignof(AkLateReverbComponent_AssociateAkTextureSetComponent) == 0x000008, "Wrong alignment on AkLateReverbComponent_AssociateAkTextureSetComponent"); \ +static_assert(sizeof(AkLateReverbComponent_AssociateAkTextureSetComponent) == 0x000008, "Wrong size on AkLateReverbComponent_AssociateAkTextureSetComponent"); \ +static_assert(offsetof(AkLateReverbComponent_AssociateAkTextureSetComponent, textureSetComponent) == 0x000000, "Member 'AkLateReverbComponent_AssociateAkTextureSetComponent::textureSetComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLateReverbComponent \ +static_assert(alignof(UAkLateReverbComponent) == 0x000010, "Wrong alignment on UAkLateReverbComponent"); \ +static_assert(sizeof(UAkLateReverbComponent) == 0x000350, "Wrong size on UAkLateReverbComponent"); \ +static_assert(offsetof(UAkLateReverbComponent, bEnable) == 0x0002C0, "Member 'UAkLateReverbComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, SendLevel) == 0x0002C4, "Member 'UAkLateReverbComponent::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, FadeRate) == 0x0002C8, "Member 'UAkLateReverbComponent::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, Priority) == 0x0002CC, "Member 'UAkLateReverbComponent::Priority' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AutoAssignAuxBus) == 0x0002D0, "Member 'UAkLateReverbComponent::AutoAssignAuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBus) == 0x0002D8, "Member 'UAkLateReverbComponent::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBusName) == 0x0002E0, "Member 'UAkLateReverbComponent::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(UAkLateReverbComponent, AuxBusManual) == 0x0002F8, "Member 'UAkLateReverbComponent::AuxBusManual' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkLinuxArm64InitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkLinuxArm64InitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkLinuxArm64InitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkLinuxArm64InitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkLinuxArm64InitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkLinuxArm64InitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkLinuxArm64InitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLinuxArm64InitializationSettings \ +static_assert(alignof(UAkLinuxArm64InitializationSettings) == 0x000008, "Wrong alignment on UAkLinuxArm64InitializationSettings"); \ +static_assert(sizeof(UAkLinuxArm64InitializationSettings) == 0x000100, "Wrong size on UAkLinuxArm64InitializationSettings"); \ +static_assert(offsetof(UAkLinuxArm64InitializationSettings, CommonSettings) == 0x000030, "Member 'UAkLinuxArm64InitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxArm64InitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkLinuxArm64InitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxArm64InitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkLinuxArm64InitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkLinuxInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkLinuxInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkLinuxInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkLinuxInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkLinuxInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkLinuxInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkLinuxInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLinuxInitializationSettings \ +static_assert(alignof(UAkLinuxInitializationSettings) == 0x000008, "Wrong alignment on UAkLinuxInitializationSettings"); \ +static_assert(sizeof(UAkLinuxInitializationSettings) == 0x000100, "Wrong size on UAkLinuxInitializationSettings"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkLinuxInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkLinuxInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkLinuxInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkLinuxInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkLinuxPlatformInfo \ +static_assert(alignof(UAkLinuxPlatformInfo) == 0x000008, "Wrong alignment on UAkLinuxPlatformInfo"); \ +static_assert(sizeof(UAkLinuxPlatformInfo) == 0x000070, "Wrong size on UAkLinuxPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkMacInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkMacInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkMacInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkMacInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkMacInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkMacInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkMacInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMacInitializationSettings \ +static_assert(alignof(UAkMacInitializationSettings) == 0x000008, "Wrong alignment on UAkMacInitializationSettings"); \ +static_assert(sizeof(UAkMacInitializationSettings) == 0x000100, "Wrong size on UAkMacInitializationSettings"); \ +static_assert(offsetof(UAkMacInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkMacInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkMacInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkMacInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkMacInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkMacInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAkPlatformInitialisationSettingsBase \ +static_assert(alignof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong alignment on IAkPlatformInitialisationSettingsBase"); \ +static_assert(sizeof(IAkPlatformInitialisationSettingsBase) == 0x000001, "Wrong size on IAkPlatformInitialisationSettingsBase"); \ + +#define DUMPER7_ASSERTS_UAkPS5InitializationSettings \ +static_assert(alignof(UAkPS5InitializationSettings) == 0x000008, "Wrong alignment on UAkPS5InitializationSettings"); \ +static_assert(sizeof(UAkPS5InitializationSettings) == 0x000108, "Wrong size on UAkPS5InitializationSettings"); \ +static_assert(offsetof(UAkPS5InitializationSettings, CommonSettings) == 0x000030, "Member 'UAkPS5InitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS5InitializationSettings, CommunicationSettings) == 0x000098, "Member 'UAkPS5InitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkPS5InitializationSettings, AdvancedSettings) == 0x0000B8, "Member 'UAkPS5InitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkDPXInitializationSettings \ +static_assert(alignof(UAkDPXInitializationSettings) == 0x000008, "Wrong alignment on UAkDPXInitializationSettings"); \ +static_assert(sizeof(UAkDPXInitializationSettings) == 0x000108, "Wrong size on UAkDPXInitializationSettings"); \ + +#define DUMPER7_ASSERTS_AAkReverbVolume \ +static_assert(alignof(AAkReverbVolume) == 0x000008, "Wrong alignment on AAkReverbVolume"); \ +static_assert(sizeof(AAkReverbVolume) == 0x0002F8, "Wrong size on AAkReverbVolume"); \ +static_assert(offsetof(AAkReverbVolume, bEnabled) == 0x0002C0, "Member 'AAkReverbVolume::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, AuxBus) == 0x0002C8, "Member 'AAkReverbVolume::AuxBus' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, AuxBusName) == 0x0002D0, "Member 'AAkReverbVolume::AuxBusName' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, SendLevel) == 0x0002E0, "Member 'AAkReverbVolume::SendLevel' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, FadeRate) == 0x0002E4, "Member 'AAkReverbVolume::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, Priority) == 0x0002E8, "Member 'AAkReverbVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(AAkReverbVolume, LateReverbComponent) == 0x0002F0, "Member 'AAkReverbVolume::LateReverbComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSettingsPerUser \ +static_assert(alignof(UAkSettingsPerUser) == 0x000008, "Wrong alignment on UAkSettingsPerUser"); \ +static_assert(sizeof(UAkSettingsPerUser) == 0x000088, "Wrong size on UAkSettingsPerUser"); \ +static_assert(offsetof(UAkSettingsPerUser, WwiseWindowsInstallationPath) == 0x000028, "Member 'UAkSettingsPerUser::WwiseWindowsInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WwiseMacInstallationPath) == 0x000038, "Member 'UAkSettingsPerUser::WwiseMacInstallationPath' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, RootOutputPathOverride) == 0x000048, "Member 'UAkSettingsPerUser::RootOutputPathOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, GeneratedSoundBanksFolderOverride) == 0x000058, "Member 'UAkSettingsPerUser::GeneratedSoundBanksFolderOverride' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WaapiIPAddress) == 0x000068, "Member 'UAkSettingsPerUser::WaapiIPAddress' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WaapiPort) == 0x000078, "Member 'UAkSettingsPerUser::WaapiPort' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, bAutoConnectToWAAPI) == 0x00007C, "Member 'UAkSettingsPerUser::bAutoConnectToWAAPI' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, AutoSyncSelection) == 0x00007D, "Member 'UAkSettingsPerUser::AutoSyncSelection' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, WaapiTranslatorTimeout) == 0x000080, "Member 'UAkSettingsPerUser::WaapiTranslatorTimeout' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, SuppressGeneratedSoundBanksPathWarnings) == 0x000084, "Member 'UAkSettingsPerUser::SuppressGeneratedSoundBanksPathWarnings' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, SoundDataGenerationSkipLanguage) == 0x000085, "Member 'UAkSettingsPerUser::SoundDataGenerationSkipLanguage' has a wrong offset!"); \ +static_assert(offsetof(UAkSettingsPerUser, AskForWwiseAssetReload) == 0x000086, "Member 'UAkSettingsPerUser::AskForWwiseAssetReload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetAkSliderItemId \ +static_assert(alignof(AkSlider_SetAkSliderItemId) == 0x000004, "Wrong alignment on AkSlider_SetAkSliderItemId"); \ +static_assert(sizeof(AkSlider_SetAkSliderItemId) == 0x000010, "Wrong size on AkSlider_SetAkSliderItemId"); \ +static_assert(offsetof(AkSlider_SetAkSliderItemId, ItemId) == 0x000000, "Member 'AkSlider_SetAkSliderItemId::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetAkSliderItemProperty \ +static_assert(alignof(AkSlider_SetAkSliderItemProperty) == 0x000008, "Wrong alignment on AkSlider_SetAkSliderItemProperty"); \ +static_assert(sizeof(AkSlider_SetAkSliderItemProperty) == 0x000010, "Wrong size on AkSlider_SetAkSliderItemProperty"); \ +static_assert(offsetof(AkSlider_SetAkSliderItemProperty, ItemProperty) == 0x000000, "Member 'AkSlider_SetAkSliderItemProperty::ItemProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetIndentHandle \ +static_assert(alignof(AkSlider_SetIndentHandle) == 0x000001, "Wrong alignment on AkSlider_SetIndentHandle"); \ +static_assert(sizeof(AkSlider_SetIndentHandle) == 0x000001, "Wrong size on AkSlider_SetIndentHandle"); \ +static_assert(offsetof(AkSlider_SetIndentHandle, InValue) == 0x000000, "Member 'AkSlider_SetIndentHandle::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetLocked \ +static_assert(alignof(AkSlider_SetLocked) == 0x000001, "Wrong alignment on AkSlider_SetLocked"); \ +static_assert(sizeof(AkSlider_SetLocked) == 0x000001, "Wrong size on AkSlider_SetLocked"); \ +static_assert(offsetof(AkSlider_SetLocked, InValue) == 0x000000, "Member 'AkSlider_SetLocked::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetSliderBarColor \ +static_assert(alignof(AkSlider_SetSliderBarColor) == 0x000004, "Wrong alignment on AkSlider_SetSliderBarColor"); \ +static_assert(sizeof(AkSlider_SetSliderBarColor) == 0x000010, "Wrong size on AkSlider_SetSliderBarColor"); \ +static_assert(offsetof(AkSlider_SetSliderBarColor, InValue) == 0x000000, "Member 'AkSlider_SetSliderBarColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetSliderHandleColor \ +static_assert(alignof(AkSlider_SetSliderHandleColor) == 0x000004, "Wrong alignment on AkSlider_SetSliderHandleColor"); \ +static_assert(sizeof(AkSlider_SetSliderHandleColor) == 0x000010, "Wrong size on AkSlider_SetSliderHandleColor"); \ +static_assert(offsetof(AkSlider_SetSliderHandleColor, InValue) == 0x000000, "Member 'AkSlider_SetSliderHandleColor::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetStepSize \ +static_assert(alignof(AkSlider_SetStepSize) == 0x000004, "Wrong alignment on AkSlider_SetStepSize"); \ +static_assert(sizeof(AkSlider_SetStepSize) == 0x000004, "Wrong size on AkSlider_SetStepSize"); \ +static_assert(offsetof(AkSlider_SetStepSize, InValue) == 0x000000, "Member 'AkSlider_SetStepSize::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_SetValue \ +static_assert(alignof(AkSlider_SetValue) == 0x000004, "Wrong alignment on AkSlider_SetValue"); \ +static_assert(sizeof(AkSlider_SetValue) == 0x000004, "Wrong size on AkSlider_SetValue"); \ +static_assert(offsetof(AkSlider_SetValue, InValue) == 0x000000, "Member 'AkSlider_SetValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_GetAkSliderItemId \ +static_assert(alignof(AkSlider_GetAkSliderItemId) == 0x000004, "Wrong alignment on AkSlider_GetAkSliderItemId"); \ +static_assert(sizeof(AkSlider_GetAkSliderItemId) == 0x000010, "Wrong size on AkSlider_GetAkSliderItemId"); \ +static_assert(offsetof(AkSlider_GetAkSliderItemId, ReturnValue) == 0x000000, "Member 'AkSlider_GetAkSliderItemId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_GetAkSliderItemProperty \ +static_assert(alignof(AkSlider_GetAkSliderItemProperty) == 0x000008, "Wrong alignment on AkSlider_GetAkSliderItemProperty"); \ +static_assert(sizeof(AkSlider_GetAkSliderItemProperty) == 0x000010, "Wrong size on AkSlider_GetAkSliderItemProperty"); \ +static_assert(offsetof(AkSlider_GetAkSliderItemProperty, ReturnValue) == 0x000000, "Member 'AkSlider_GetAkSliderItemProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSlider_GetValue \ +static_assert(alignof(AkSlider_GetValue) == 0x000004, "Wrong alignment on AkSlider_GetValue"); \ +static_assert(sizeof(AkSlider_GetValue) == 0x000004, "Wrong size on AkSlider_GetValue"); \ +static_assert(offsetof(AkSlider_GetValue, ReturnValue) == 0x000000, "Member 'AkSlider_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSlider \ +static_assert(alignof(UAkSlider) == 0x000010, "Wrong alignment on UAkSlider"); \ +static_assert(sizeof(UAkSlider) == 0x000720, "Wrong size on UAkSlider"); \ +static_assert(offsetof(UAkSlider, Value) == 0x000130, "Member 'UAkSlider::Value' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, ValueDelegate) == 0x000134, "Member 'UAkSlider::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, WidgetStyle) == 0x000150, "Member 'UAkSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, Orientation) == 0x000650, "Member 'UAkSlider::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, SliderBarColor) == 0x000654, "Member 'UAkSlider::SliderBarColor' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, SliderHandleColor) == 0x000664, "Member 'UAkSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, IndentHandle) == 0x000674, "Member 'UAkSlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, Locked) == 0x000675, "Member 'UAkSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, StepSize) == 0x000678, "Member 'UAkSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, IsFocusable) == 0x00067C, "Member 'UAkSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, ThePropertyToControl) == 0x000680, "Member 'UAkSlider::ThePropertyToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, ItemToControl) == 0x000690, "Member 'UAkSlider::ItemToControl' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, OnValueChanged) == 0x0006D0, "Member 'UAkSlider::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, OnItemDropped) == 0x0006E0, "Member 'UAkSlider::OnItemDropped' has a wrong offset!"); \ +static_assert(offsetof(UAkSlider, OnPropertyDropped) == 0x0006F0, "Member 'UAkSlider::OnPropertyDropped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAkSpatialAudioVolume \ +static_assert(alignof(AAkSpatialAudioVolume) == 0x000008, "Wrong alignment on AAkSpatialAudioVolume"); \ +static_assert(sizeof(AAkSpatialAudioVolume) == 0x0002D8, "Wrong size on AAkSpatialAudioVolume"); \ +static_assert(offsetof(AAkSpatialAudioVolume, SurfaceReflectorSet) == 0x0002C0, "Member 'AAkSpatialAudioVolume::SurfaceReflectorSet' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, LateReverb) == 0x0002C8, "Member 'AAkSpatialAudioVolume::LateReverb' has a wrong offset!"); \ +static_assert(offsetof(AAkSpatialAudioVolume, Room) == 0x0002D0, "Member 'AAkSpatialAudioVolume::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkStateValue \ +static_assert(alignof(UAkStateValue) == 0x000008, "Wrong alignment on UAkStateValue"); \ +static_assert(sizeof(UAkStateValue) == 0x000070, "Wrong size on UAkStateValue"); \ + +#define DUMPER7_ASSERTS_UAkSubmixInputComponent \ +static_assert(alignof(UAkSubmixInputComponent) == 0x000010, "Wrong alignment on UAkSubmixInputComponent"); \ +static_assert(sizeof(UAkSubmixInputComponent) == 0x000570, "Wrong size on UAkSubmixInputComponent"); \ +static_assert(offsetof(UAkSubmixInputComponent, SubmixToRecord) == 0x000550, "Member 'UAkSubmixInputComponent::SubmixToRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkSurfaceReflectorSetComponent_UpdateAcousticProperties \ +static_assert(alignof(AkSurfaceReflectorSetComponent_UpdateAcousticProperties) == 0x000008, "Wrong alignment on AkSurfaceReflectorSetComponent_UpdateAcousticProperties"); \ +static_assert(sizeof(AkSurfaceReflectorSetComponent_UpdateAcousticProperties) == 0x000010, "Wrong size on AkSurfaceReflectorSetComponent_UpdateAcousticProperties"); \ +static_assert(offsetof(AkSurfaceReflectorSetComponent_UpdateAcousticProperties, in_AcousticPolys) == 0x000000, "Member 'AkSurfaceReflectorSetComponent_UpdateAcousticProperties::in_AcousticPolys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSurfaceReflectorSetComponent \ +static_assert(alignof(UAkSurfaceReflectorSetComponent) == 0x000010, "Wrong alignment on UAkSurfaceReflectorSetComponent"); \ +static_assert(sizeof(UAkSurfaceReflectorSetComponent) == 0x000310, "Wrong size on UAkSurfaceReflectorSetComponent"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableSurfaceReflectors) == 0x0002D8, "Member 'UAkSurfaceReflectorSetComponent::bEnableSurfaceReflectors' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, AcousticPolys) == 0x0002E0, "Member 'UAkSurfaceReflectorSetComponent::AcousticPolys' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffraction) == 0x0002F0, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffraction' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, bEnableDiffractionOnBoundaryEdges) == 0x0002F1, "Member 'UAkSurfaceReflectorSetComponent::bEnableDiffractionOnBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UAkSurfaceReflectorSetComponent, AssociatedRoom) == 0x0002F8, "Member 'UAkSurfaceReflectorSetComponent::AssociatedRoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkSwitchValue \ +static_assert(alignof(UAkSwitchValue) == 0x000008, "Wrong alignment on UAkSwitchValue"); \ +static_assert(sizeof(UAkSwitchValue) == 0x000070, "Wrong size on UAkSwitchValue"); \ + +#define DUMPER7_ASSERTS_UAkTrigger \ +static_assert(alignof(UAkTrigger) == 0x000008, "Wrong alignment on UAkTrigger"); \ +static_assert(sizeof(UAkTrigger) == 0x000060, "Wrong size on UAkTrigger"); \ +static_assert(offsetof(UAkTrigger, TriggerCookedData) == 0x000050, "Member 'UAkTrigger::TriggerCookedData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkTVOSInitializationSettings \ +static_assert(alignof(UAkTVOSInitializationSettings) == 0x000008, "Wrong alignment on UAkTVOSInitializationSettings"); \ +static_assert(sizeof(UAkTVOSInitializationSettings) == 0x000110, "Wrong size on UAkTVOSInitializationSettings"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkTVOSInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, AudioSession) == 0x0000A0, "Member 'UAkTVOSInitializationSettings::AudioSession' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, CommunicationSettings) == 0x0000B0, "Member 'UAkTVOSInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkTVOSInitializationSettings, AdvancedSettings) == 0x0000D0, "Member 'UAkTVOSInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkTVOSPlatformInfo \ +static_assert(alignof(UAkTVOSPlatformInfo) == 0x000008, "Wrong alignment on UAkTVOSPlatformInfo"); \ +static_assert(sizeof(UAkTVOSPlatformInfo) == 0x000070, "Wrong size on UAkTVOSPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_CallWaapi \ +static_assert(alignof(AkWaapiCalls_CallWaapi) == 0x000008, "Wrong alignment on AkWaapiCalls_CallWaapi"); \ +static_assert(sizeof(AkWaapiCalls_CallWaapi) == 0x000040, "Wrong size on AkWaapiCalls_CallWaapi"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiUri) == 0x000000, "Member 'AkWaapiCalls_CallWaapi::WaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiArgs) == 0x000010, "Member 'AkWaapiCalls_CallWaapi::WaapiArgs' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, WaapiOptions) == 0x000020, "Member 'AkWaapiCalls_CallWaapi::WaapiOptions' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_CallWaapi, ReturnValue) == 0x000030, "Member 'AkWaapiCalls_CallWaapi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString \ +static_assert(alignof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString) == 0x000008, "Wrong alignment on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString"); \ +static_assert(sizeof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString) == 0x000018, "Wrong size on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString, INAkWaapiSubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString::INAkWaapiSubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText \ +static_assert(alignof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText) == 0x000008, "Wrong alignment on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText"); \ +static_assert(sizeof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText) == 0x000020, "Wrong size on AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText, INAkWaapiSubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText::INAkWaapiSubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_Conv_FAkWaapiSubscriptionIdToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_GetSubscriptionID \ +static_assert(alignof(AkWaapiCalls_GetSubscriptionID) == 0x000008, "Wrong alignment on AkWaapiCalls_GetSubscriptionID"); \ +static_assert(sizeof(AkWaapiCalls_GetSubscriptionID) == 0x000010, "Wrong size on AkWaapiCalls_GetSubscriptionID"); \ +static_assert(offsetof(AkWaapiCalls_GetSubscriptionID, Subscription) == 0x000000, "Member 'AkWaapiCalls_GetSubscriptionID::Subscription' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_GetSubscriptionID, ReturnValue) == 0x000008, "Member 'AkWaapiCalls_GetSubscriptionID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_RegisterWaapiConnectionLostCallback \ +static_assert(alignof(AkWaapiCalls_RegisterWaapiConnectionLostCallback) == 0x000004, "Wrong alignment on AkWaapiCalls_RegisterWaapiConnectionLostCallback"); \ +static_assert(sizeof(AkWaapiCalls_RegisterWaapiConnectionLostCallback) == 0x000014, "Wrong size on AkWaapiCalls_RegisterWaapiConnectionLostCallback"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiConnectionLostCallback, Callback) == 0x000000, "Member 'AkWaapiCalls_RegisterWaapiConnectionLostCallback::Callback' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiConnectionLostCallback, ReturnValue) == 0x000010, "Member 'AkWaapiCalls_RegisterWaapiConnectionLostCallback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_RegisterWaapiProjectLoadedCallback \ +static_assert(alignof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback) == 0x000004, "Wrong alignment on AkWaapiCalls_RegisterWaapiProjectLoadedCallback"); \ +static_assert(sizeof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback) == 0x000014, "Wrong size on AkWaapiCalls_RegisterWaapiProjectLoadedCallback"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback, Callback) == 0x000000, "Member 'AkWaapiCalls_RegisterWaapiProjectLoadedCallback::Callback' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_RegisterWaapiProjectLoadedCallback, ReturnValue) == 0x000010, "Member 'AkWaapiCalls_RegisterWaapiProjectLoadedCallback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_SetSubscriptionID \ +static_assert(alignof(AkWaapiCalls_SetSubscriptionID) == 0x000008, "Wrong alignment on AkWaapiCalls_SetSubscriptionID"); \ +static_assert(sizeof(AkWaapiCalls_SetSubscriptionID) == 0x000010, "Wrong size on AkWaapiCalls_SetSubscriptionID"); \ +static_assert(offsetof(AkWaapiCalls_SetSubscriptionID, Subscription) == 0x000000, "Member 'AkWaapiCalls_SetSubscriptionID::Subscription' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SetSubscriptionID, ID) == 0x000008, "Member 'AkWaapiCalls_SetSubscriptionID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_SubscribeToWaapi \ +static_assert(alignof(AkWaapiCalls_SubscribeToWaapi) == 0x000008, "Wrong alignment on AkWaapiCalls_SubscribeToWaapi"); \ +static_assert(sizeof(AkWaapiCalls_SubscribeToWaapi) == 0x000050, "Wrong size on AkWaapiCalls_SubscribeToWaapi"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, WaapiUri) == 0x000000, "Member 'AkWaapiCalls_SubscribeToWaapi::WaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, WaapiOptions) == 0x000010, "Member 'AkWaapiCalls_SubscribeToWaapi::WaapiOptions' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, Callback) == 0x000020, "Member 'AkWaapiCalls_SubscribeToWaapi::Callback' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, SubscriptionId) == 0x000030, "Member 'AkWaapiCalls_SubscribeToWaapi::SubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, SubscriptionDone) == 0x000038, "Member 'AkWaapiCalls_SubscribeToWaapi::SubscriptionDone' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_SubscribeToWaapi, ReturnValue) == 0x000040, "Member 'AkWaapiCalls_SubscribeToWaapi::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiCalls_Unsubscribe \ +static_assert(alignof(AkWaapiCalls_Unsubscribe) == 0x000008, "Wrong alignment on AkWaapiCalls_Unsubscribe"); \ +static_assert(sizeof(AkWaapiCalls_Unsubscribe) == 0x000020, "Wrong size on AkWaapiCalls_Unsubscribe"); \ +static_assert(offsetof(AkWaapiCalls_Unsubscribe, SubscriptionId) == 0x000000, "Member 'AkWaapiCalls_Unsubscribe::SubscriptionId' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Unsubscribe, UnsubscriptionDone) == 0x000008, "Member 'AkWaapiCalls_Unsubscribe::UnsubscriptionDone' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiCalls_Unsubscribe, ReturnValue) == 0x000010, "Member 'AkWaapiCalls_Unsubscribe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWaapiCalls \ +static_assert(alignof(UAkWaapiCalls) == 0x000008, "Wrong alignment on UAkWaapiCalls"); \ +static_assert(sizeof(UAkWaapiCalls) == 0x000028, "Wrong size on UAkWaapiCalls"); \ + +#define DUMPER7_ASSERTS_SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString \ +static_assert(alignof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString) == 0x000008, "Wrong alignment on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString"); \ +static_assert(sizeof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString) == 0x000020, "Wrong size on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString, INAkWaapiFieldNames) == 0x000000, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString::INAkWaapiFieldNames' has a wrong offset!"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString, ReturnValue) == 0x000010, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText \ +static_assert(alignof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText) == 0x000008, "Wrong alignment on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText"); \ +static_assert(sizeof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText) == 0x000028, "Wrong size on SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText, INAkWaapiFieldNames) == 0x000000, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText::INAkWaapiFieldNames' has a wrong offset!"); \ +static_assert(offsetof(SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText, ReturnValue) == 0x000010, "Member 'SAkWaapiFieldNamesConv_Conv_FAkWaapiFieldNamesToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USAkWaapiFieldNamesConv \ +static_assert(alignof(USAkWaapiFieldNamesConv) == 0x000008, "Wrong alignment on USAkWaapiFieldNamesConv"); \ +static_assert(sizeof(USAkWaapiFieldNamesConv) == 0x000028, "Wrong size on USAkWaapiFieldNamesConv"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString \ +static_assert(alignof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString) == 0x000008, "Wrong alignment on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString"); \ +static_assert(sizeof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString) == 0x000020, "Wrong size on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString, INAKWaapiJsonObject) == 0x000000, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString::INAKWaapiJsonObject' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString, ReturnValue) == 0x000010, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText \ +static_assert(alignof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText) == 0x000008, "Wrong alignment on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText"); \ +static_assert(sizeof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText) == 0x000028, "Wrong size on AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText, INAKWaapiJsonObject) == 0x000000, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText::INAKWaapiJsonObject' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText, ReturnValue) == 0x000010, "Member 'AkWaapiJsonManager_Conv_FAKWaapiJsonObjectToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetArrayField \ +static_assert(alignof(AkWaapiJsonManager_GetArrayField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetArrayField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetArrayField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetArrayField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetArrayField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetArrayField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetArrayField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetArrayField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetArrayField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetArrayField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetBoolField \ +static_assert(alignof(AkWaapiJsonManager_GetBoolField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetBoolField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetBoolField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetBoolField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetBoolField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetBoolField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetBoolField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetBoolField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetBoolField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetBoolField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetIntegerField \ +static_assert(alignof(AkWaapiJsonManager_GetIntegerField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetIntegerField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetIntegerField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetIntegerField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetIntegerField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetIntegerField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetIntegerField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetIntegerField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetNumberField \ +static_assert(alignof(AkWaapiJsonManager_GetNumberField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetNumberField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetNumberField) == 0x000028, "Wrong size on AkWaapiJsonManager_GetNumberField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetNumberField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetNumberField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetNumberField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetNumberField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetNumberField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetNumberField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetObjectField \ +static_assert(alignof(AkWaapiJsonManager_GetObjectField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetObjectField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetObjectField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetObjectField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetObjectField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetObjectField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetObjectField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetObjectField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetObjectField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetObjectField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_GetStringField \ +static_assert(alignof(AkWaapiJsonManager_GetStringField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_GetStringField"); \ +static_assert(sizeof(AkWaapiJsonManager_GetStringField) == 0x000030, "Wrong size on AkWaapiJsonManager_GetStringField"); \ +static_assert(offsetof(AkWaapiJsonManager_GetStringField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_GetStringField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetStringField, Target) == 0x000010, "Member 'AkWaapiJsonManager_GetStringField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_GetStringField, ReturnValue) == 0x000020, "Member 'AkWaapiJsonManager_GetStringField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetArrayObjectFields \ +static_assert(alignof(AkWaapiJsonManager_SetArrayObjectFields) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetArrayObjectFields"); \ +static_assert(sizeof(AkWaapiJsonManager_SetArrayObjectFields) == 0x000040, "Wrong size on AkWaapiJsonManager_SetArrayObjectFields"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetArrayObjectFields::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, FieldObjectValues) == 0x000010, "Member 'AkWaapiJsonManager_SetArrayObjectFields::FieldObjectValues' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetArrayObjectFields::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayObjectFields, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetArrayObjectFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetArrayStringFields \ +static_assert(alignof(AkWaapiJsonManager_SetArrayStringFields) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetArrayStringFields"); \ +static_assert(sizeof(AkWaapiJsonManager_SetArrayStringFields) == 0x000040, "Wrong size on AkWaapiJsonManager_SetArrayStringFields"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetArrayStringFields::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, FieldStringValues) == 0x000010, "Member 'AkWaapiJsonManager_SetArrayStringFields::FieldStringValues' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetArrayStringFields::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetArrayStringFields, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetArrayStringFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetBoolField \ +static_assert(alignof(AkWaapiJsonManager_SetBoolField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetBoolField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetBoolField) == 0x000038, "Wrong size on AkWaapiJsonManager_SetBoolField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetBoolField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetBoolField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, Target) == 0x000018, "Member 'AkWaapiJsonManager_SetBoolField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetBoolField, ReturnValue) == 0x000028, "Member 'AkWaapiJsonManager_SetBoolField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetNumberField \ +static_assert(alignof(AkWaapiJsonManager_SetNumberField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetNumberField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetNumberField) == 0x000038, "Wrong size on AkWaapiJsonManager_SetNumberField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetNumberField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetNumberField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, Target) == 0x000018, "Member 'AkWaapiJsonManager_SetNumberField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetNumberField, ReturnValue) == 0x000028, "Member 'AkWaapiJsonManager_SetNumberField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetObjectField \ +static_assert(alignof(AkWaapiJsonManager_SetObjectField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetObjectField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetObjectField) == 0x000040, "Wrong size on AkWaapiJsonManager_SetObjectField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetObjectField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetObjectField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetObjectField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetObjectField, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetObjectField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiJsonManager_SetStringField \ +static_assert(alignof(AkWaapiJsonManager_SetStringField) == 0x000008, "Wrong alignment on AkWaapiJsonManager_SetStringField"); \ +static_assert(sizeof(AkWaapiJsonManager_SetStringField) == 0x000040, "Wrong size on AkWaapiJsonManager_SetStringField"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, FieldName) == 0x000000, "Member 'AkWaapiJsonManager_SetStringField::FieldName' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, FieldValue) == 0x000010, "Member 'AkWaapiJsonManager_SetStringField::FieldValue' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, Target) == 0x000020, "Member 'AkWaapiJsonManager_SetStringField::Target' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiJsonManager_SetStringField, ReturnValue) == 0x000030, "Member 'AkWaapiJsonManager_SetStringField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWaapiJsonManager \ +static_assert(alignof(UAkWaapiJsonManager) == 0x000008, "Wrong alignment on UAkWaapiJsonManager"); \ +static_assert(sizeof(UAkWaapiJsonManager) == 0x000028, "Wrong size on UAkWaapiJsonManager"); \ + +#define DUMPER7_ASSERTS_AkWaapiUriConv_Conv_FAkWaapiUriToString \ +static_assert(alignof(AkWaapiUriConv_Conv_FAkWaapiUriToString) == 0x000008, "Wrong alignment on AkWaapiUriConv_Conv_FAkWaapiUriToString"); \ +static_assert(sizeof(AkWaapiUriConv_Conv_FAkWaapiUriToString) == 0x000020, "Wrong size on AkWaapiUriConv_Conv_FAkWaapiUriToString"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToString, INAkWaapiUri) == 0x000000, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToString::INAkWaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToString, ReturnValue) == 0x000010, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWaapiUriConv_Conv_FAkWaapiUriToText \ +static_assert(alignof(AkWaapiUriConv_Conv_FAkWaapiUriToText) == 0x000008, "Wrong alignment on AkWaapiUriConv_Conv_FAkWaapiUriToText"); \ +static_assert(sizeof(AkWaapiUriConv_Conv_FAkWaapiUriToText) == 0x000028, "Wrong size on AkWaapiUriConv_Conv_FAkWaapiUriToText"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToText, INAkWaapiUri) == 0x000000, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToText::INAkWaapiUri' has a wrong offset!"); \ +static_assert(offsetof(AkWaapiUriConv_Conv_FAkWaapiUriToText, ReturnValue) == 0x000010, "Member 'AkWaapiUriConv_Conv_FAkWaapiUriToText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWaapiUriConv \ +static_assert(alignof(UAkWaapiUriConv) == 0x000008, "Wrong alignment on UAkWaapiUriConv"); \ +static_assert(sizeof(UAkWaapiUriConv) == 0x000028, "Wrong size on UAkWaapiUriConv"); \ + +#define DUMPER7_ASSERTS_AkWindowsInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkWindowsInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkWindowsInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkWindowsInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkWindowsInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkWindowsInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkWindowsInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWindowsInitializationSettings \ +static_assert(alignof(UAkWindowsInitializationSettings) == 0x000008, "Wrong alignment on UAkWindowsInitializationSettings"); \ +static_assert(sizeof(UAkWindowsInitializationSettings) == 0x000108, "Wrong size on UAkWindowsInitializationSettings"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkWindowsInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkWindowsInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWindowsInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkWindowsInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWin32PlatformInfo \ +static_assert(alignof(UAkWin32PlatformInfo) == 0x000008, "Wrong alignment on UAkWin32PlatformInfo"); \ +static_assert(sizeof(UAkWin32PlatformInfo) == 0x000070, "Wrong size on UAkWin32PlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkWin64PlatformInfo \ +static_assert(alignof(UAkWin64PlatformInfo) == 0x000008, "Wrong alignment on UAkWin64PlatformInfo"); \ +static_assert(sizeof(UAkWin64PlatformInfo) == 0x000070, "Wrong size on UAkWin64PlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkWindowsPlatformInfo \ +static_assert(alignof(UAkWindowsPlatformInfo) == 0x000008, "Wrong alignment on UAkWindowsPlatformInfo"); \ +static_assert(sizeof(UAkWindowsPlatformInfo) == 0x000070, "Wrong size on UAkWindowsPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkWinGDKInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkWinGDKInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkWinGDKInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkWinGDKInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkWinGDKInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWinGDKInitializationSettings \ +static_assert(alignof(UAkWinGDKInitializationSettings) == 0x000008, "Wrong alignment on UAkWinGDKInitializationSettings"); \ +static_assert(sizeof(UAkWinGDKInitializationSettings) == 0x000108, "Wrong size on UAkWinGDKInitializationSettings"); \ +static_assert(offsetof(UAkWinGDKInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkWinGDKInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWinGDKInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkWinGDKInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkWinGDKInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkWinGDKInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWinAnvilInitializationSettings \ +static_assert(alignof(UAkWinAnvilInitializationSettings) == 0x000008, "Wrong alignment on UAkWinAnvilInitializationSettings"); \ +static_assert(sizeof(UAkWinAnvilInitializationSettings) == 0x000108, "Wrong size on UAkWinAnvilInitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkWinGDKPlatformInfo \ +static_assert(alignof(UAkWinGDKPlatformInfo) == 0x000008, "Wrong alignment on UAkWinGDKPlatformInfo"); \ +static_assert(sizeof(UAkWinGDKPlatformInfo) == 0x000070, "Wrong size on UAkWinGDKPlatformInfo"); \ + +#define DUMPER7_ASSERTS_UAkWinAnvilPlatformInfo \ +static_assert(alignof(UAkWinAnvilPlatformInfo) == 0x000008, "Wrong alignment on UAkWinAnvilPlatformInfo"); \ +static_assert(sizeof(UAkWinAnvilPlatformInfo) == 0x000070, "Wrong size on UAkWinAnvilPlatformInfo"); \ + +#define DUMPER7_ASSERTS_AkWwiseTree_SetSearchText \ +static_assert(alignof(AkWwiseTree_SetSearchText) == 0x000008, "Wrong alignment on AkWwiseTree_SetSearchText"); \ +static_assert(sizeof(AkWwiseTree_SetSearchText) == 0x000010, "Wrong size on AkWwiseTree_SetSearchText"); \ +static_assert(offsetof(AkWwiseTree_SetSearchText, newText) == 0x000000, "Member 'AkWwiseTree_SetSearchText::newText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWwiseTree_GetSearchText \ +static_assert(alignof(AkWwiseTree_GetSearchText) == 0x000008, "Wrong alignment on AkWwiseTree_GetSearchText"); \ +static_assert(sizeof(AkWwiseTree_GetSearchText) == 0x000010, "Wrong size on AkWwiseTree_GetSearchText"); \ +static_assert(offsetof(AkWwiseTree_GetSearchText, ReturnValue) == 0x000000, "Member 'AkWwiseTree_GetSearchText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkWwiseTree_GetSelectedItem \ +static_assert(alignof(AkWwiseTree_GetSelectedItem) == 0x000008, "Wrong alignment on AkWwiseTree_GetSelectedItem"); \ +static_assert(sizeof(AkWwiseTree_GetSelectedItem) == 0x000030, "Wrong size on AkWwiseTree_GetSelectedItem"); \ +static_assert(offsetof(AkWwiseTree_GetSelectedItem, ReturnValue) == 0x000000, "Member 'AkWwiseTree_GetSelectedItem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWwiseTree \ +static_assert(alignof(UAkWwiseTree) == 0x000008, "Wrong alignment on UAkWwiseTree"); \ +static_assert(sizeof(UAkWwiseTree) == 0x000170, "Wrong size on UAkWwiseTree"); \ +static_assert(offsetof(UAkWwiseTree, OnSelectionChanged) == 0x000130, "Member 'UAkWwiseTree::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkWwiseTree, OnItemDragged) == 0x000140, "Member 'UAkWwiseTree::OnItemDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkWwiseTreeSelector \ +static_assert(alignof(UAkWwiseTreeSelector) == 0x000008, "Wrong alignment on UAkWwiseTreeSelector"); \ +static_assert(sizeof(UAkWwiseTreeSelector) == 0x000190, "Wrong size on UAkWwiseTreeSelector"); \ +static_assert(offsetof(UAkWwiseTreeSelector, OnSelectionChanged) == 0x000130, "Member 'UAkWwiseTreeSelector::OnSelectionChanged' has a wrong offset!"); \ +static_assert(offsetof(UAkWwiseTreeSelector, OnItemDragged) == 0x000140, "Member 'UAkWwiseTreeSelector::OnItemDragged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AkXboxSeriesXInitializationSettings_MigrateMultiCoreRendering \ +static_assert(alignof(AkXboxSeriesXInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong alignment on AkXboxSeriesXInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(sizeof(AkXboxSeriesXInitializationSettings_MigrateMultiCoreRendering) == 0x000001, "Wrong size on AkXboxSeriesXInitializationSettings_MigrateMultiCoreRendering"); \ +static_assert(offsetof(AkXboxSeriesXInitializationSettings_MigrateMultiCoreRendering, NewValue) == 0x000000, "Member 'AkXboxSeriesXInitializationSettings_MigrateMultiCoreRendering::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkXboxSeriesXInitializationSettings \ +static_assert(alignof(UAkXboxSeriesXInitializationSettings) == 0x000008, "Wrong alignment on UAkXboxSeriesXInitializationSettings"); \ +static_assert(sizeof(UAkXboxSeriesXInitializationSettings) == 0x000108, "Wrong size on UAkXboxSeriesXInitializationSettings"); \ +static_assert(offsetof(UAkXboxSeriesXInitializationSettings, CommonSettings) == 0x000030, "Member 'UAkXboxSeriesXInitializationSettings::CommonSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxSeriesXInitializationSettings, ApuHeapSettings) == 0x000098, "Member 'UAkXboxSeriesXInitializationSettings::ApuHeapSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxSeriesXInitializationSettings, CommunicationSettings) == 0x0000A0, "Member 'UAkXboxSeriesXInitializationSettings::CommunicationSettings' has a wrong offset!"); \ +static_assert(offsetof(UAkXboxSeriesXInitializationSettings, AdvancedSettings) == 0x0000C0, "Member 'UAkXboxSeriesXInitializationSettings::AdvancedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAkMPXInitializationSettings \ +static_assert(alignof(UAkMPXInitializationSettings) == 0x000008, "Wrong alignment on UAkMPXInitializationSettings"); \ +static_assert(sizeof(UAkMPXInitializationSettings) == 0x000108, "Wrong size on UAkMPXInitializationSettings"); \ + +#define DUMPER7_ASSERTS_UAkXboxSeriesXPlatformInfo \ +static_assert(alignof(UAkXboxSeriesXPlatformInfo) == 0x000008, "Wrong alignment on UAkXboxSeriesXPlatformInfo"); \ +static_assert(sizeof(UAkXboxSeriesXPlatformInfo) == 0x000070, "Wrong size on UAkXboxSeriesXPlatformInfo"); \ + +#define DUMPER7_ASSERTS_GSAkAudioLibrary_GetActiveAkGameObjects \ +static_assert(alignof(GSAkAudioLibrary_GetActiveAkGameObjects) == 0x000008, "Wrong alignment on GSAkAudioLibrary_GetActiveAkGameObjects"); \ +static_assert(sizeof(GSAkAudioLibrary_GetActiveAkGameObjects) == 0x000010, "Wrong size on GSAkAudioLibrary_GetActiveAkGameObjects"); \ +static_assert(offsetof(GSAkAudioLibrary_GetActiveAkGameObjects, OutGameObjectInfos) == 0x000000, "Member 'GSAkAudioLibrary_GetActiveAkGameObjects::OutGameObjectInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAkAudioLibrary_GetAkGameObjects \ +static_assert(alignof(GSAkAudioLibrary_GetAkGameObjects) == 0x000008, "Wrong alignment on GSAkAudioLibrary_GetAkGameObjects"); \ +static_assert(sizeof(GSAkAudioLibrary_GetAkGameObjects) == 0x000010, "Wrong size on GSAkAudioLibrary_GetAkGameObjects"); \ +static_assert(offsetof(GSAkAudioLibrary_GetAkGameObjects, InWorldContext) == 0x000000, "Member 'GSAkAudioLibrary_GetAkGameObjects::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSAkAudioLibrary_GetAkGameObjects, ShowDebugDurationTime) == 0x000008, "Member 'GSAkAudioLibrary_GetAkGameObjects::ShowDebugDurationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSAkAudioLibrary \ +static_assert(alignof(UGSAkAudioLibrary) == 0x000008, "Wrong alignment on UGSAkAudioLibrary"); \ +static_assert(sizeof(UGSAkAudioLibrary) == 0x000028, "Wrong size on UGSAkAudioLibrary"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioEventSection \ +static_assert(alignof(UMovieSceneAkAudioEventSection) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventSection"); \ +static_assert(sizeof(UMovieSceneAkAudioEventSection) == 0x000168, "Wrong size on UMovieSceneAkAudioEventSection"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, Event) == 0x000110, "Member 'UMovieSceneAkAudioEventSection::Event' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, RetriggerEvent) == 0x000118, "Member 'UMovieSceneAkAudioEventSection::RetriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, ScrubTailLengthMs) == 0x00011C, "Member 'UMovieSceneAkAudioEventSection::ScrubTailLengthMs' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, StopAtSectionEnd) == 0x000120, "Member 'UMovieSceneAkAudioEventSection::StopAtSectionEnd' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, EventName) == 0x000128, "Member 'UMovieSceneAkAudioEventSection::EventName' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxSourceDuration) == 0x000138, "Member 'UMovieSceneAkAudioEventSection::MaxSourceDuration' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioEventSection, MaxDurationSourceID) == 0x000140, "Member 'UMovieSceneAkAudioEventSection::MaxDurationSourceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkTrack \ +static_assert(alignof(UMovieSceneAkTrack) == 0x000008, "Wrong alignment on UMovieSceneAkTrack"); \ +static_assert(sizeof(UMovieSceneAkTrack) == 0x0000A8, "Wrong size on UMovieSceneAkTrack"); \ +static_assert(offsetof(UMovieSceneAkTrack, Sections) == 0x000090, "Member 'UMovieSceneAkTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkTrack, bIsAMasterTrack) == 0x0000A0, "Member 'UMovieSceneAkTrack::bIsAMasterTrack' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioEventTrack \ +static_assert(alignof(UMovieSceneAkAudioEventTrack) == 0x000008, "Wrong alignment on UMovieSceneAkAudioEventTrack"); \ +static_assert(sizeof(UMovieSceneAkAudioEventTrack) == 0x0000B0, "Wrong size on UMovieSceneAkAudioEventTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioRTPCSection \ +static_assert(alignof(UMovieSceneAkAudioRTPCSection) == 0x000008, "Wrong alignment on UMovieSceneAkAudioRTPCSection"); \ +static_assert(sizeof(UMovieSceneAkAudioRTPCSection) == 0x000298, "Wrong size on UMovieSceneAkAudioRTPCSection"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, RTPC) == 0x0000E8, "Member 'UMovieSceneAkAudioRTPCSection::RTPC' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, Name_0) == 0x0000F0, "Member 'UMovieSceneAkAudioRTPCSection::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, FloatCurve) == 0x000100, "Member 'UMovieSceneAkAudioRTPCSection::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, FloatChannelSerializationHelper) == 0x000180, "Member 'UMovieSceneAkAudioRTPCSection::FloatChannelSerializationHelper' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneAkAudioRTPCSection, RTPCChannel) == 0x0001B0, "Member 'UMovieSceneAkAudioRTPCSection::RTPCChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneAkAudioRTPCTrack \ +static_assert(alignof(UMovieSceneAkAudioRTPCTrack) == 0x000008, "Wrong alignment on UMovieSceneAkAudioRTPCTrack"); \ +static_assert(sizeof(UMovieSceneAkAudioRTPCTrack) == 0x0000B0, "Wrong size on UMovieSceneAkAudioRTPCTrack"); \ + +#define DUMPER7_ASSERTS_PostEventAsync_PostEventAsync \ +static_assert(alignof(PostEventAsync_PostEventAsync) == 0x000008, "Wrong alignment on PostEventAsync_PostEventAsync"); \ +static_assert(sizeof(PostEventAsync_PostEventAsync) == 0x000038, "Wrong size on PostEventAsync_PostEventAsync"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, WorldContextObject) == 0x000000, "Member 'PostEventAsync_PostEventAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, AkEvent) == 0x000008, "Member 'PostEventAsync_PostEventAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, Actor) == 0x000010, "Member 'PostEventAsync_PostEventAsync::Actor' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, CallbackMask) == 0x000018, "Member 'PostEventAsync_PostEventAsync::CallbackMask' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, PostEventCallback) == 0x00001C, "Member 'PostEventAsync_PostEventAsync::PostEventCallback' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, bStopWhenAttachedToDestroyed) == 0x00002C, "Member 'PostEventAsync_PostEventAsync::bStopWhenAttachedToDestroyed' has a wrong offset!"); \ +static_assert(offsetof(PostEventAsync_PostEventAsync, ReturnValue) == 0x000030, "Member 'PostEventAsync_PostEventAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostEventAsync \ +static_assert(alignof(UPostEventAsync) == 0x000008, "Wrong alignment on UPostEventAsync"); \ +static_assert(sizeof(UPostEventAsync) == 0x000088, "Wrong size on UPostEventAsync"); \ +static_assert(offsetof(UPostEventAsync, Completed) == 0x000030, "Member 'UPostEventAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PostEventAtLocationAsync_PostEventAtLocationAsync \ +static_assert(alignof(PostEventAtLocationAsync_PostEventAtLocationAsync) == 0x000008, "Wrong alignment on PostEventAtLocationAsync_PostEventAtLocationAsync"); \ +static_assert(sizeof(PostEventAtLocationAsync_PostEventAtLocationAsync) == 0x000048, "Wrong size on PostEventAtLocationAsync_PostEventAtLocationAsync"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, WorldContextObject) == 0x000000, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, AkEvent) == 0x000008, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, Location) == 0x000010, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::Location' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, Orientation) == 0x000028, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::Orientation' has a wrong offset!"); \ +static_assert(offsetof(PostEventAtLocationAsync_PostEventAtLocationAsync, ReturnValue) == 0x000040, "Member 'PostEventAtLocationAsync_PostEventAtLocationAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostEventAtLocationAsync \ +static_assert(alignof(UPostEventAtLocationAsync) == 0x000008, "Wrong alignment on UPostEventAtLocationAsync"); \ +static_assert(sizeof(UPostEventAtLocationAsync) == 0x000098, "Wrong size on UPostEventAtLocationAsync"); \ +static_assert(offsetof(UPostEventAtLocationAsync, Completed) == 0x000030, "Member 'UPostEventAtLocationAsync::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseExternalSourceCookedData \ +static_assert(alignof(FWwiseExternalSourceCookedData) == 0x000004, "Wrong alignment on FWwiseExternalSourceCookedData"); \ +static_assert(sizeof(FWwiseExternalSourceCookedData) == 0x00000C, "Wrong size on FWwiseExternalSourceCookedData"); \ +static_assert(offsetof(FWwiseExternalSourceCookedData, Cookie) == 0x000000, "Member 'FWwiseExternalSourceCookedData::Cookie' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceCookedData, DebugName) == 0x000004, "Member 'FWwiseExternalSourceCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseLanguageCookedData \ +static_assert(alignof(FWwiseLanguageCookedData) == 0x000004, "Wrong alignment on FWwiseLanguageCookedData"); \ +static_assert(sizeof(FWwiseLanguageCookedData) == 0x000010, "Wrong size on FWwiseLanguageCookedData"); \ +static_assert(offsetof(FWwiseLanguageCookedData, LanguageId) == 0x000000, "Member 'FWwiseLanguageCookedData::LanguageId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLanguageCookedData, LanguageName) == 0x000004, "Member 'FWwiseLanguageCookedData::LanguageName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLanguageCookedData, LanguageRequirement) == 0x00000C, "Member 'FWwiseLanguageCookedData::LanguageRequirement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseMediaCookedData \ +static_assert(alignof(FWwiseMediaCookedData) == 0x000004, "Wrong alignment on FWwiseMediaCookedData"); \ +static_assert(sizeof(FWwiseMediaCookedData) == 0x000020, "Wrong size on FWwiseMediaCookedData"); \ +static_assert(offsetof(FWwiseMediaCookedData, MediaId) == 0x000000, "Member 'FWwiseMediaCookedData::MediaId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, MediaPathName) == 0x000004, "Member 'FWwiseMediaCookedData::MediaPathName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, PrefetchSize) == 0x00000C, "Member 'FWwiseMediaCookedData::PrefetchSize' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, MemoryAlignment) == 0x000010, "Member 'FWwiseMediaCookedData::MemoryAlignment' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, bDeviceMemory) == 0x000014, "Member 'FWwiseMediaCookedData::bDeviceMemory' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, bStreaming) == 0x000015, "Member 'FWwiseMediaCookedData::bStreaming' has a wrong offset!"); \ +static_assert(offsetof(FWwiseMediaCookedData, DebugName) == 0x000018, "Member 'FWwiseMediaCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseSoundBankCookedData \ +static_assert(alignof(FWwiseSoundBankCookedData) == 0x000004, "Wrong alignment on FWwiseSoundBankCookedData"); \ +static_assert(sizeof(FWwiseSoundBankCookedData) == 0x00001C, "Wrong size on FWwiseSoundBankCookedData"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, SoundBankId) == 0x000000, "Member 'FWwiseSoundBankCookedData::SoundBankId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, SoundBankPathName) == 0x000004, "Member 'FWwiseSoundBankCookedData::SoundBankPathName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, MemoryAlignment) == 0x00000C, "Member 'FWwiseSoundBankCookedData::MemoryAlignment' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, bDeviceMemory) == 0x000010, "Member 'FWwiseSoundBankCookedData::bDeviceMemory' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, bContainsMedia) == 0x000011, "Member 'FWwiseSoundBankCookedData::bContainsMedia' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, SoundBankType) == 0x000012, "Member 'FWwiseSoundBankCookedData::SoundBankType' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSoundBankCookedData, DebugName) == 0x000014, "Member 'FWwiseSoundBankCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseExternalSourceStatics_SetExternalSourceMediaById \ +static_assert(alignof(WwiseExternalSourceStatics_SetExternalSourceMediaById) == 0x000008, "Wrong alignment on WwiseExternalSourceStatics_SetExternalSourceMediaById"); \ +static_assert(sizeof(WwiseExternalSourceStatics_SetExternalSourceMediaById) == 0x000018, "Wrong size on WwiseExternalSourceStatics_SetExternalSourceMediaById"); \ +static_assert(offsetof(WwiseExternalSourceStatics_SetExternalSourceMediaById, ExternalSourceName) == 0x000000, "Member 'WwiseExternalSourceStatics_SetExternalSourceMediaById::ExternalSourceName' has a wrong offset!"); \ +static_assert(offsetof(WwiseExternalSourceStatics_SetExternalSourceMediaById, MediaId) == 0x000010, "Member 'WwiseExternalSourceStatics_SetExternalSourceMediaById::MediaId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseExternalSourceStatics_SetExternalSourceMediaByName \ +static_assert(alignof(WwiseExternalSourceStatics_SetExternalSourceMediaByName) == 0x000008, "Wrong alignment on WwiseExternalSourceStatics_SetExternalSourceMediaByName"); \ +static_assert(sizeof(WwiseExternalSourceStatics_SetExternalSourceMediaByName) == 0x000020, "Wrong size on WwiseExternalSourceStatics_SetExternalSourceMediaByName"); \ +static_assert(offsetof(WwiseExternalSourceStatics_SetExternalSourceMediaByName, ExternalSourceName) == 0x000000, "Member 'WwiseExternalSourceStatics_SetExternalSourceMediaByName::ExternalSourceName' has a wrong offset!"); \ +static_assert(offsetof(WwiseExternalSourceStatics_SetExternalSourceMediaByName, MediaName) == 0x000010, "Member 'WwiseExternalSourceStatics_SetExternalSourceMediaByName::MediaName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseExternalSourceStatics_SetExternalSourceMediaWithIds \ +static_assert(alignof(WwiseExternalSourceStatics_SetExternalSourceMediaWithIds) == 0x000004, "Wrong alignment on WwiseExternalSourceStatics_SetExternalSourceMediaWithIds"); \ +static_assert(sizeof(WwiseExternalSourceStatics_SetExternalSourceMediaWithIds) == 0x000008, "Wrong size on WwiseExternalSourceStatics_SetExternalSourceMediaWithIds"); \ +static_assert(offsetof(WwiseExternalSourceStatics_SetExternalSourceMediaWithIds, ExternalSourceCookie) == 0x000000, "Member 'WwiseExternalSourceStatics_SetExternalSourceMediaWithIds::ExternalSourceCookie' has a wrong offset!"); \ +static_assert(offsetof(WwiseExternalSourceStatics_SetExternalSourceMediaWithIds, MediaId) == 0x000004, "Member 'WwiseExternalSourceStatics_SetExternalSourceMediaWithIds::MediaId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseExternalSourceStatics \ +static_assert(alignof(UWwiseExternalSourceStatics) == 0x000008, "Wrong alignment on UWwiseExternalSourceStatics"); \ +static_assert(sizeof(UWwiseExternalSourceStatics) == 0x000028, "Wrong size on UWwiseExternalSourceStatics"); \ + +#define DUMPER7_ASSERTS_FWwiseAcousticTextureCookedData \ +static_assert(alignof(FWwiseAcousticTextureCookedData) == 0x000004, "Wrong alignment on FWwiseAcousticTextureCookedData"); \ +static_assert(sizeof(FWwiseAcousticTextureCookedData) == 0x00000C, "Wrong size on FWwiseAcousticTextureCookedData"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, ShortId) == 0x000000, "Member 'FWwiseAcousticTextureCookedData::ShortId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAcousticTextureCookedData, DebugName) == 0x000004, "Member 'FWwiseAcousticTextureCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseAudioDeviceShareSetCookedData \ +static_assert(alignof(FWwiseAudioDeviceShareSetCookedData) == 0x000004, "Wrong alignment on FWwiseAudioDeviceShareSetCookedData"); \ +static_assert(sizeof(FWwiseAudioDeviceShareSetCookedData) == 0x00000C, "Wrong size on FWwiseAudioDeviceShareSetCookedData"); \ +static_assert(offsetof(FWwiseAudioDeviceShareSetCookedData, ShortId) == 0x000000, "Member 'FWwiseAudioDeviceShareSetCookedData::ShortId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAudioDeviceShareSetCookedData, DebugName) == 0x000004, "Member 'FWwiseAudioDeviceShareSetCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseAuxBusCookedData \ +static_assert(alignof(FWwiseAuxBusCookedData) == 0x000008, "Wrong alignment on FWwiseAuxBusCookedData"); \ +static_assert(sizeof(FWwiseAuxBusCookedData) == 0x000030, "Wrong size on FWwiseAuxBusCookedData"); \ +static_assert(offsetof(FWwiseAuxBusCookedData, AuxBusId) == 0x000000, "Member 'FWwiseAuxBusCookedData::AuxBusId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAuxBusCookedData, SoundBanks) == 0x000008, "Member 'FWwiseAuxBusCookedData::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAuxBusCookedData, Media) == 0x000018, "Member 'FWwiseAuxBusCookedData::Media' has a wrong offset!"); \ +static_assert(offsetof(FWwiseAuxBusCookedData, DebugName) == 0x000028, "Member 'FWwiseAuxBusCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseGroupValueCookedData \ +static_assert(alignof(FWwiseGroupValueCookedData) == 0x000004, "Wrong alignment on FWwiseGroupValueCookedData"); \ +static_assert(sizeof(FWwiseGroupValueCookedData) == 0x000014, "Wrong size on FWwiseGroupValueCookedData"); \ +static_assert(offsetof(FWwiseGroupValueCookedData, Type) == 0x000000, "Member 'FWwiseGroupValueCookedData::Type' has a wrong offset!"); \ +static_assert(offsetof(FWwiseGroupValueCookedData, GroupId) == 0x000004, "Member 'FWwiseGroupValueCookedData::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseGroupValueCookedData, ID) == 0x000008, "Member 'FWwiseGroupValueCookedData::ID' has a wrong offset!"); \ +static_assert(offsetof(FWwiseGroupValueCookedData, DebugName) == 0x00000C, "Member 'FWwiseGroupValueCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseSwitchContainerLeafCookedData \ +static_assert(alignof(FWwiseSwitchContainerLeafCookedData) == 0x000008, "Wrong alignment on FWwiseSwitchContainerLeafCookedData"); \ +static_assert(sizeof(FWwiseSwitchContainerLeafCookedData) == 0x000080, "Wrong size on FWwiseSwitchContainerLeafCookedData"); \ +static_assert(offsetof(FWwiseSwitchContainerLeafCookedData, GroupValueSet) == 0x000000, "Member 'FWwiseSwitchContainerLeafCookedData::GroupValueSet' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSwitchContainerLeafCookedData, SoundBanks) == 0x000050, "Member 'FWwiseSwitchContainerLeafCookedData::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSwitchContainerLeafCookedData, Media) == 0x000060, "Member 'FWwiseSwitchContainerLeafCookedData::Media' has a wrong offset!"); \ +static_assert(offsetof(FWwiseSwitchContainerLeafCookedData, ExternalSources) == 0x000070, "Member 'FWwiseSwitchContainerLeafCookedData::ExternalSources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseEventCookedData \ +static_assert(alignof(FWwiseEventCookedData) == 0x000008, "Wrong alignment on FWwiseEventCookedData"); \ +static_assert(sizeof(FWwiseEventCookedData) == 0x0000A8, "Wrong size on FWwiseEventCookedData"); \ +static_assert(offsetof(FWwiseEventCookedData, EventID) == 0x000000, "Member 'FWwiseEventCookedData::EventID' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventCookedData, SoundBanks) == 0x000008, "Member 'FWwiseEventCookedData::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventCookedData, Media) == 0x000018, "Member 'FWwiseEventCookedData::Media' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventCookedData, ExternalSources) == 0x000028, "Member 'FWwiseEventCookedData::ExternalSources' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventCookedData, SwitchContainerLeaves) == 0x000038, "Member 'FWwiseEventCookedData::SwitchContainerLeaves' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventCookedData, RequiredGroupValueSet) == 0x000048, "Member 'FWwiseEventCookedData::RequiredGroupValueSet' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventCookedData, DestroyOptions) == 0x000098, "Member 'FWwiseEventCookedData::DestroyOptions' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventCookedData, DebugName) == 0x00009C, "Member 'FWwiseEventCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseObjectInfo \ +static_assert(alignof(FWwiseObjectInfo) == 0x000004, "Wrong alignment on FWwiseObjectInfo"); \ +static_assert(sizeof(FWwiseObjectInfo) == 0x000020, "Wrong size on FWwiseObjectInfo"); \ +static_assert(offsetof(FWwiseObjectInfo, WwiseGuid) == 0x000000, "Member 'FWwiseObjectInfo::WwiseGuid' has a wrong offset!"); \ +static_assert(offsetof(FWwiseObjectInfo, WwiseShortId) == 0x000010, "Member 'FWwiseObjectInfo::WwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseObjectInfo, WwiseName) == 0x000014, "Member 'FWwiseObjectInfo::WwiseName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseObjectInfo, HardCodedSoundBankShortId) == 0x00001C, "Member 'FWwiseObjectInfo::HardCodedSoundBankShortId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseEventInfo \ +static_assert(alignof(FWwiseEventInfo) == 0x000004, "Wrong alignment on FWwiseEventInfo"); \ +static_assert(sizeof(FWwiseEventInfo) == 0x000024, "Wrong size on FWwiseEventInfo"); \ +static_assert(offsetof(FWwiseEventInfo, SwitchContainerLoading) == 0x000020, "Member 'FWwiseEventInfo::SwitchContainerLoading' has a wrong offset!"); \ +static_assert(offsetof(FWwiseEventInfo, DestroyOptions) == 0x000021, "Member 'FWwiseEventInfo::DestroyOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseGameParameterCookedData \ +static_assert(alignof(FWwiseGameParameterCookedData) == 0x000004, "Wrong alignment on FWwiseGameParameterCookedData"); \ +static_assert(sizeof(FWwiseGameParameterCookedData) == 0x00000C, "Wrong size on FWwiseGameParameterCookedData"); \ +static_assert(offsetof(FWwiseGameParameterCookedData, ShortId) == 0x000000, "Member 'FWwiseGameParameterCookedData::ShortId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseGameParameterCookedData, DebugName) == 0x000004, "Member 'FWwiseGameParameterCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseGroupValueInfo \ +static_assert(alignof(FWwiseGroupValueInfo) == 0x000004, "Wrong alignment on FWwiseGroupValueInfo"); \ +static_assert(sizeof(FWwiseGroupValueInfo) == 0x000024, "Wrong size on FWwiseGroupValueInfo"); \ +static_assert(offsetof(FWwiseGroupValueInfo, GroupShortId) == 0x000020, "Member 'FWwiseGroupValueInfo::GroupShortId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseInitBankCookedData \ +static_assert(alignof(FWwiseInitBankCookedData) == 0x000008, "Wrong alignment on FWwiseInitBankCookedData"); \ +static_assert(sizeof(FWwiseInitBankCookedData) == 0x000050, "Wrong size on FWwiseInitBankCookedData"); \ +static_assert(offsetof(FWwiseInitBankCookedData, SoundBanks) == 0x000020, "Member 'FWwiseInitBankCookedData::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(FWwiseInitBankCookedData, Media) == 0x000030, "Member 'FWwiseInitBankCookedData::Media' has a wrong offset!"); \ +static_assert(offsetof(FWwiseInitBankCookedData, Language) == 0x000040, "Member 'FWwiseInitBankCookedData::Language' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseLanguageId \ +static_assert(alignof(FWwiseLanguageId) == 0x000004, "Wrong alignment on FWwiseLanguageId"); \ +static_assert(sizeof(FWwiseLanguageId) == 0x00000C, "Wrong size on FWwiseLanguageId"); \ +static_assert(offsetof(FWwiseLanguageId, LanguageId) == 0x000000, "Member 'FWwiseLanguageId::LanguageId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLanguageId, LanguageName) == 0x000004, "Member 'FWwiseLanguageId::LanguageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseLocalizedAuxBusCookedData \ +static_assert(alignof(FWwiseLocalizedAuxBusCookedData) == 0x000008, "Wrong alignment on FWwiseLocalizedAuxBusCookedData"); \ +static_assert(sizeof(FWwiseLocalizedAuxBusCookedData) == 0x000060, "Wrong size on FWwiseLocalizedAuxBusCookedData"); \ +static_assert(offsetof(FWwiseLocalizedAuxBusCookedData, AuxBusLanguageMap) == 0x000000, "Member 'FWwiseLocalizedAuxBusCookedData::AuxBusLanguageMap' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedAuxBusCookedData, DebugName) == 0x000050, "Member 'FWwiseLocalizedAuxBusCookedData::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedAuxBusCookedData, AuxBusId) == 0x000058, "Member 'FWwiseLocalizedAuxBusCookedData::AuxBusId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseSharedPlatformId \ +static_assert(alignof(FWwiseSharedPlatformId) == 0x000008, "Wrong alignment on FWwiseSharedPlatformId"); \ +static_assert(sizeof(FWwiseSharedPlatformId) == 0x000010, "Wrong size on FWwiseSharedPlatformId"); \ + +#define DUMPER7_ASSERTS_FWwiseLocalizedEventCookedData \ +static_assert(alignof(FWwiseLocalizedEventCookedData) == 0x000008, "Wrong alignment on FWwiseLocalizedEventCookedData"); \ +static_assert(sizeof(FWwiseLocalizedEventCookedData) == 0x000060, "Wrong size on FWwiseLocalizedEventCookedData"); \ +static_assert(offsetof(FWwiseLocalizedEventCookedData, EventLanguageMap) == 0x000000, "Member 'FWwiseLocalizedEventCookedData::EventLanguageMap' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedEventCookedData, DebugName) == 0x000050, "Member 'FWwiseLocalizedEventCookedData::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedEventCookedData, EventID) == 0x000058, "Member 'FWwiseLocalizedEventCookedData::EventID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseShareSetCookedData \ +static_assert(alignof(FWwiseShareSetCookedData) == 0x000008, "Wrong alignment on FWwiseShareSetCookedData"); \ +static_assert(sizeof(FWwiseShareSetCookedData) == 0x000030, "Wrong size on FWwiseShareSetCookedData"); \ +static_assert(offsetof(FWwiseShareSetCookedData, ShareSetId) == 0x000000, "Member 'FWwiseShareSetCookedData::ShareSetId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseShareSetCookedData, SoundBanks) == 0x000008, "Member 'FWwiseShareSetCookedData::SoundBanks' has a wrong offset!"); \ +static_assert(offsetof(FWwiseShareSetCookedData, Media) == 0x000018, "Member 'FWwiseShareSetCookedData::Media' has a wrong offset!"); \ +static_assert(offsetof(FWwiseShareSetCookedData, DebugName) == 0x000028, "Member 'FWwiseShareSetCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseLocalizedShareSetCookedData \ +static_assert(alignof(FWwiseLocalizedShareSetCookedData) == 0x000008, "Wrong alignment on FWwiseLocalizedShareSetCookedData"); \ +static_assert(sizeof(FWwiseLocalizedShareSetCookedData) == 0x000060, "Wrong size on FWwiseLocalizedShareSetCookedData"); \ +static_assert(offsetof(FWwiseLocalizedShareSetCookedData, ShareSetLanguageMap) == 0x000000, "Member 'FWwiseLocalizedShareSetCookedData::ShareSetLanguageMap' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedShareSetCookedData, DebugName) == 0x000050, "Member 'FWwiseLocalizedShareSetCookedData::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedShareSetCookedData, ShareSetId) == 0x000058, "Member 'FWwiseLocalizedShareSetCookedData::ShareSetId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseLocalizedSoundBankCookedData \ +static_assert(alignof(FWwiseLocalizedSoundBankCookedData) == 0x000008, "Wrong alignment on FWwiseLocalizedSoundBankCookedData"); \ +static_assert(sizeof(FWwiseLocalizedSoundBankCookedData) == 0x000060, "Wrong size on FWwiseLocalizedSoundBankCookedData"); \ +static_assert(offsetof(FWwiseLocalizedSoundBankCookedData, SoundBankLanguageMap) == 0x000000, "Member 'FWwiseLocalizedSoundBankCookedData::SoundBankLanguageMap' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedSoundBankCookedData, DebugName) == 0x000050, "Member 'FWwiseLocalizedSoundBankCookedData::DebugName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseLocalizedSoundBankCookedData, SoundBankId) == 0x000058, "Member 'FWwiseLocalizedSoundBankCookedData::SoundBankId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwisePlatformId \ +static_assert(alignof(FWwisePlatformId) == 0x000004, "Wrong alignment on FWwisePlatformId"); \ +static_assert(sizeof(FWwisePlatformId) == 0x000018, "Wrong size on FWwisePlatformId"); \ +static_assert(offsetof(FWwisePlatformId, PlatformGuid) == 0x000000, "Member 'FWwisePlatformId::PlatformGuid' has a wrong offset!"); \ +static_assert(offsetof(FWwisePlatformId, PlatformName) == 0x000010, "Member 'FWwisePlatformId::PlatformName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseSharedGroupValueKey \ +static_assert(alignof(FWwiseSharedGroupValueKey) == 0x000008, "Wrong alignment on FWwiseSharedGroupValueKey"); \ +static_assert(sizeof(FWwiseSharedGroupValueKey) == 0x000010, "Wrong size on FWwiseSharedGroupValueKey"); \ + +#define DUMPER7_ASSERTS_FWwiseSharedLanguageId \ +static_assert(alignof(FWwiseSharedLanguageId) == 0x000008, "Wrong alignment on FWwiseSharedLanguageId"); \ +static_assert(sizeof(FWwiseSharedLanguageId) == 0x000018, "Wrong size on FWwiseSharedLanguageId"); \ +static_assert(offsetof(FWwiseSharedLanguageId, LanguageRequirement) == 0x000010, "Member 'FWwiseSharedLanguageId::LanguageRequirement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseTriggerCookedData \ +static_assert(alignof(FWwiseTriggerCookedData) == 0x000004, "Wrong alignment on FWwiseTriggerCookedData"); \ +static_assert(sizeof(FWwiseTriggerCookedData) == 0x00000C, "Wrong size on FWwiseTriggerCookedData"); \ +static_assert(offsetof(FWwiseTriggerCookedData, TriggerId) == 0x000000, "Member 'FWwiseTriggerCookedData::TriggerId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseTriggerCookedData, DebugName) == 0x000004, "Member 'FWwiseTriggerCookedData::DebugName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_BreakStruct \ +static_assert(alignof(WwiseEventInfoLibrary_BreakStruct) == 0x000008, "Wrong alignment on WwiseEventInfoLibrary_BreakStruct"); \ +static_assert(sizeof(WwiseEventInfoLibrary_BreakStruct) == 0x000050, "Wrong size on WwiseEventInfoLibrary_BreakStruct"); \ +static_assert(offsetof(WwiseEventInfoLibrary_BreakStruct, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_BreakStruct::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_BreakStruct, OutWwiseGuid) == 0x000024, "Member 'WwiseEventInfoLibrary_BreakStruct::OutWwiseGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_BreakStruct, OutWwiseShortId) == 0x000034, "Member 'WwiseEventInfoLibrary_BreakStruct::OutWwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_BreakStruct, OutWwiseName) == 0x000038, "Member 'WwiseEventInfoLibrary_BreakStruct::OutWwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_BreakStruct, OutSwitchContainerLoading) == 0x000048, "Member 'WwiseEventInfoLibrary_BreakStruct::OutSwitchContainerLoading' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_BreakStruct, OutDestroyOptions) == 0x000049, "Member 'WwiseEventInfoLibrary_BreakStruct::OutDestroyOptions' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_BreakStruct, OutHardCodedSoundBankShortId) == 0x00004C, "Member 'WwiseEventInfoLibrary_BreakStruct::OutHardCodedSoundBankShortId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_GetDestroyOptions \ +static_assert(alignof(WwiseEventInfoLibrary_GetDestroyOptions) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_GetDestroyOptions"); \ +static_assert(sizeof(WwiseEventInfoLibrary_GetDestroyOptions) == 0x000028, "Wrong size on WwiseEventInfoLibrary_GetDestroyOptions"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetDestroyOptions, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_GetDestroyOptions::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetDestroyOptions, ReturnValue) == 0x000024, "Member 'WwiseEventInfoLibrary_GetDestroyOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_GetHardCodedSoundBankShortId \ +static_assert(alignof(WwiseEventInfoLibrary_GetHardCodedSoundBankShortId) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_GetHardCodedSoundBankShortId"); \ +static_assert(sizeof(WwiseEventInfoLibrary_GetHardCodedSoundBankShortId) == 0x000028, "Wrong size on WwiseEventInfoLibrary_GetHardCodedSoundBankShortId"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetHardCodedSoundBankShortId, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_GetHardCodedSoundBankShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetHardCodedSoundBankShortId, ReturnValue) == 0x000024, "Member 'WwiseEventInfoLibrary_GetHardCodedSoundBankShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_GetSwitchContainerLoading \ +static_assert(alignof(WwiseEventInfoLibrary_GetSwitchContainerLoading) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_GetSwitchContainerLoading"); \ +static_assert(sizeof(WwiseEventInfoLibrary_GetSwitchContainerLoading) == 0x000028, "Wrong size on WwiseEventInfoLibrary_GetSwitchContainerLoading"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetSwitchContainerLoading, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_GetSwitchContainerLoading::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetSwitchContainerLoading, ReturnValue) == 0x000024, "Member 'WwiseEventInfoLibrary_GetSwitchContainerLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_GetWwiseGuid \ +static_assert(alignof(WwiseEventInfoLibrary_GetWwiseGuid) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_GetWwiseGuid"); \ +static_assert(sizeof(WwiseEventInfoLibrary_GetWwiseGuid) == 0x000034, "Wrong size on WwiseEventInfoLibrary_GetWwiseGuid"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetWwiseGuid, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_GetWwiseGuid::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetWwiseGuid, ReturnValue) == 0x000024, "Member 'WwiseEventInfoLibrary_GetWwiseGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_GetWwiseName \ +static_assert(alignof(WwiseEventInfoLibrary_GetWwiseName) == 0x000008, "Wrong alignment on WwiseEventInfoLibrary_GetWwiseName"); \ +static_assert(sizeof(WwiseEventInfoLibrary_GetWwiseName) == 0x000038, "Wrong size on WwiseEventInfoLibrary_GetWwiseName"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetWwiseName, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_GetWwiseName::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetWwiseName, ReturnValue) == 0x000028, "Member 'WwiseEventInfoLibrary_GetWwiseName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_GetWwiseShortID \ +static_assert(alignof(WwiseEventInfoLibrary_GetWwiseShortID) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_GetWwiseShortID"); \ +static_assert(sizeof(WwiseEventInfoLibrary_GetWwiseShortID) == 0x000028, "Wrong size on WwiseEventInfoLibrary_GetWwiseShortID"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetWwiseShortID, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_GetWwiseShortID::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_GetWwiseShortID, ReturnValue) == 0x000024, "Member 'WwiseEventInfoLibrary_GetWwiseShortID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_MakeStruct \ +static_assert(alignof(WwiseEventInfoLibrary_MakeStruct) == 0x000008, "Wrong alignment on WwiseEventInfoLibrary_MakeStruct"); \ +static_assert(sizeof(WwiseEventInfoLibrary_MakeStruct) == 0x000058, "Wrong size on WwiseEventInfoLibrary_MakeStruct"); \ +static_assert(offsetof(WwiseEventInfoLibrary_MakeStruct, WwiseGuid) == 0x000000, "Member 'WwiseEventInfoLibrary_MakeStruct::WwiseGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_MakeStruct, WwiseShortId) == 0x000010, "Member 'WwiseEventInfoLibrary_MakeStruct::WwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_MakeStruct, WwiseName) == 0x000018, "Member 'WwiseEventInfoLibrary_MakeStruct::WwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_MakeStruct, SwitchContainerLoading) == 0x000028, "Member 'WwiseEventInfoLibrary_MakeStruct::SwitchContainerLoading' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_MakeStruct, DestroyOptions) == 0x000029, "Member 'WwiseEventInfoLibrary_MakeStruct::DestroyOptions' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_MakeStruct, HardCodedSoundBankShortId) == 0x00002C, "Member 'WwiseEventInfoLibrary_MakeStruct::HardCodedSoundBankShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_MakeStruct, ReturnValue) == 0x000030, "Member 'WwiseEventInfoLibrary_MakeStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_SetDestroyOptions \ +static_assert(alignof(WwiseEventInfoLibrary_SetDestroyOptions) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_SetDestroyOptions"); \ +static_assert(sizeof(WwiseEventInfoLibrary_SetDestroyOptions) == 0x00004C, "Wrong size on WwiseEventInfoLibrary_SetDestroyOptions"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetDestroyOptions, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_SetDestroyOptions::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetDestroyOptions, DestroyOptions) == 0x000024, "Member 'WwiseEventInfoLibrary_SetDestroyOptions::DestroyOptions' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetDestroyOptions, ReturnValue) == 0x000028, "Member 'WwiseEventInfoLibrary_SetDestroyOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_SetHardCodedSoundBankShortId \ +static_assert(alignof(WwiseEventInfoLibrary_SetHardCodedSoundBankShortId) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_SetHardCodedSoundBankShortId"); \ +static_assert(sizeof(WwiseEventInfoLibrary_SetHardCodedSoundBankShortId) == 0x00004C, "Wrong size on WwiseEventInfoLibrary_SetHardCodedSoundBankShortId"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetHardCodedSoundBankShortId, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_SetHardCodedSoundBankShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetHardCodedSoundBankShortId, HardCodedSoundBankShortId) == 0x000024, "Member 'WwiseEventInfoLibrary_SetHardCodedSoundBankShortId::HardCodedSoundBankShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetHardCodedSoundBankShortId, ReturnValue) == 0x000028, "Member 'WwiseEventInfoLibrary_SetHardCodedSoundBankShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_SetSwitchContainerLoading \ +static_assert(alignof(WwiseEventInfoLibrary_SetSwitchContainerLoading) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_SetSwitchContainerLoading"); \ +static_assert(sizeof(WwiseEventInfoLibrary_SetSwitchContainerLoading) == 0x00004C, "Wrong size on WwiseEventInfoLibrary_SetSwitchContainerLoading"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetSwitchContainerLoading, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_SetSwitchContainerLoading::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetSwitchContainerLoading, SwitchContainerLoading) == 0x000024, "Member 'WwiseEventInfoLibrary_SetSwitchContainerLoading::SwitchContainerLoading' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetSwitchContainerLoading, ReturnValue) == 0x000028, "Member 'WwiseEventInfoLibrary_SetSwitchContainerLoading::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_SetWwiseGuid \ +static_assert(alignof(WwiseEventInfoLibrary_SetWwiseGuid) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_SetWwiseGuid"); \ +static_assert(sizeof(WwiseEventInfoLibrary_SetWwiseGuid) == 0x000058, "Wrong size on WwiseEventInfoLibrary_SetWwiseGuid"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseGuid, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_SetWwiseGuid::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseGuid, WwiseGuid) == 0x000024, "Member 'WwiseEventInfoLibrary_SetWwiseGuid::WwiseGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseGuid, ReturnValue) == 0x000034, "Member 'WwiseEventInfoLibrary_SetWwiseGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_SetWwiseName \ +static_assert(alignof(WwiseEventInfoLibrary_SetWwiseName) == 0x000008, "Wrong alignment on WwiseEventInfoLibrary_SetWwiseName"); \ +static_assert(sizeof(WwiseEventInfoLibrary_SetWwiseName) == 0x000060, "Wrong size on WwiseEventInfoLibrary_SetWwiseName"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseName, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_SetWwiseName::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseName, WwiseName) == 0x000028, "Member 'WwiseEventInfoLibrary_SetWwiseName::WwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseName, ReturnValue) == 0x000038, "Member 'WwiseEventInfoLibrary_SetWwiseName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseEventInfoLibrary_SetWwiseShortId \ +static_assert(alignof(WwiseEventInfoLibrary_SetWwiseShortId) == 0x000004, "Wrong alignment on WwiseEventInfoLibrary_SetWwiseShortId"); \ +static_assert(sizeof(WwiseEventInfoLibrary_SetWwiseShortId) == 0x00004C, "Wrong size on WwiseEventInfoLibrary_SetWwiseShortId"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseShortId, Ref) == 0x000000, "Member 'WwiseEventInfoLibrary_SetWwiseShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseShortId, WwiseShortId) == 0x000024, "Member 'WwiseEventInfoLibrary_SetWwiseShortId::WwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseEventInfoLibrary_SetWwiseShortId, ReturnValue) == 0x000028, "Member 'WwiseEventInfoLibrary_SetWwiseShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseEventInfoLibrary \ +static_assert(alignof(UWwiseEventInfoLibrary) == 0x000008, "Wrong alignment on UWwiseEventInfoLibrary"); \ +static_assert(sizeof(UWwiseEventInfoLibrary) == 0x000028, "Wrong size on UWwiseEventInfoLibrary"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_BreakStruct \ +static_assert(alignof(WwiseGroupValueInfoLibrary_BreakStruct) == 0x000008, "Wrong alignment on WwiseGroupValueInfoLibrary_BreakStruct"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_BreakStruct) == 0x000050, "Wrong size on WwiseGroupValueInfoLibrary_BreakStruct"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_BreakStruct, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_BreakStruct::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_BreakStruct, OutAssetGuid) == 0x000024, "Member 'WwiseGroupValueInfoLibrary_BreakStruct::OutAssetGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_BreakStruct, OutGroupShortId) == 0x000034, "Member 'WwiseGroupValueInfoLibrary_BreakStruct::OutGroupShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_BreakStruct, OutWwiseShortId) == 0x000038, "Member 'WwiseGroupValueInfoLibrary_BreakStruct::OutWwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_BreakStruct, OutWwiseName) == 0x000040, "Member 'WwiseGroupValueInfoLibrary_BreakStruct::OutWwiseName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_GetAssetGuid \ +static_assert(alignof(WwiseGroupValueInfoLibrary_GetAssetGuid) == 0x000004, "Wrong alignment on WwiseGroupValueInfoLibrary_GetAssetGuid"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_GetAssetGuid) == 0x000034, "Wrong size on WwiseGroupValueInfoLibrary_GetAssetGuid"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetAssetGuid, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_GetAssetGuid::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetAssetGuid, ReturnValue) == 0x000024, "Member 'WwiseGroupValueInfoLibrary_GetAssetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_GetGroupShortId \ +static_assert(alignof(WwiseGroupValueInfoLibrary_GetGroupShortId) == 0x000004, "Wrong alignment on WwiseGroupValueInfoLibrary_GetGroupShortId"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_GetGroupShortId) == 0x000028, "Wrong size on WwiseGroupValueInfoLibrary_GetGroupShortId"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetGroupShortId, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_GetGroupShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetGroupShortId, ReturnValue) == 0x000024, "Member 'WwiseGroupValueInfoLibrary_GetGroupShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_GetWwiseName \ +static_assert(alignof(WwiseGroupValueInfoLibrary_GetWwiseName) == 0x000008, "Wrong alignment on WwiseGroupValueInfoLibrary_GetWwiseName"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_GetWwiseName) == 0x000038, "Wrong size on WwiseGroupValueInfoLibrary_GetWwiseName"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetWwiseName, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_GetWwiseName::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetWwiseName, ReturnValue) == 0x000028, "Member 'WwiseGroupValueInfoLibrary_GetWwiseName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_GetWwiseShortID \ +static_assert(alignof(WwiseGroupValueInfoLibrary_GetWwiseShortID) == 0x000004, "Wrong alignment on WwiseGroupValueInfoLibrary_GetWwiseShortID"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_GetWwiseShortID) == 0x000028, "Wrong size on WwiseGroupValueInfoLibrary_GetWwiseShortID"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetWwiseShortID, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_GetWwiseShortID::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_GetWwiseShortID, ReturnValue) == 0x000024, "Member 'WwiseGroupValueInfoLibrary_GetWwiseShortID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_MakeStruct \ +static_assert(alignof(WwiseGroupValueInfoLibrary_MakeStruct) == 0x000008, "Wrong alignment on WwiseGroupValueInfoLibrary_MakeStruct"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_MakeStruct) == 0x000050, "Wrong size on WwiseGroupValueInfoLibrary_MakeStruct"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_MakeStruct, AssetGuid) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_MakeStruct::AssetGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_MakeStruct, GroupShortId) == 0x000010, "Member 'WwiseGroupValueInfoLibrary_MakeStruct::GroupShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_MakeStruct, WwiseShortId) == 0x000014, "Member 'WwiseGroupValueInfoLibrary_MakeStruct::WwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_MakeStruct, WwiseName) == 0x000018, "Member 'WwiseGroupValueInfoLibrary_MakeStruct::WwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_MakeStruct, ReturnValue) == 0x000028, "Member 'WwiseGroupValueInfoLibrary_MakeStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_SetAssetGuid \ +static_assert(alignof(WwiseGroupValueInfoLibrary_SetAssetGuid) == 0x000004, "Wrong alignment on WwiseGroupValueInfoLibrary_SetAssetGuid"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_SetAssetGuid) == 0x000058, "Wrong size on WwiseGroupValueInfoLibrary_SetAssetGuid"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetAssetGuid, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_SetAssetGuid::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetAssetGuid, AssetGuid) == 0x000024, "Member 'WwiseGroupValueInfoLibrary_SetAssetGuid::AssetGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetAssetGuid, ReturnValue) == 0x000034, "Member 'WwiseGroupValueInfoLibrary_SetAssetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_SetGroupShortId \ +static_assert(alignof(WwiseGroupValueInfoLibrary_SetGroupShortId) == 0x000004, "Wrong alignment on WwiseGroupValueInfoLibrary_SetGroupShortId"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_SetGroupShortId) == 0x00004C, "Wrong size on WwiseGroupValueInfoLibrary_SetGroupShortId"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetGroupShortId, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_SetGroupShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetGroupShortId, GroupShortId) == 0x000024, "Member 'WwiseGroupValueInfoLibrary_SetGroupShortId::GroupShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetGroupShortId, ReturnValue) == 0x000028, "Member 'WwiseGroupValueInfoLibrary_SetGroupShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_SetWwiseName \ +static_assert(alignof(WwiseGroupValueInfoLibrary_SetWwiseName) == 0x000008, "Wrong alignment on WwiseGroupValueInfoLibrary_SetWwiseName"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_SetWwiseName) == 0x000060, "Wrong size on WwiseGroupValueInfoLibrary_SetWwiseName"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetWwiseName, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_SetWwiseName::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetWwiseName, WwiseName) == 0x000028, "Member 'WwiseGroupValueInfoLibrary_SetWwiseName::WwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetWwiseName, ReturnValue) == 0x000038, "Member 'WwiseGroupValueInfoLibrary_SetWwiseName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseGroupValueInfoLibrary_SetWwiseShortId \ +static_assert(alignof(WwiseGroupValueInfoLibrary_SetWwiseShortId) == 0x000004, "Wrong alignment on WwiseGroupValueInfoLibrary_SetWwiseShortId"); \ +static_assert(sizeof(WwiseGroupValueInfoLibrary_SetWwiseShortId) == 0x00004C, "Wrong size on WwiseGroupValueInfoLibrary_SetWwiseShortId"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetWwiseShortId, Ref) == 0x000000, "Member 'WwiseGroupValueInfoLibrary_SetWwiseShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetWwiseShortId, WwiseShortId) == 0x000024, "Member 'WwiseGroupValueInfoLibrary_SetWwiseShortId::WwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseGroupValueInfoLibrary_SetWwiseShortId, ReturnValue) == 0x000028, "Member 'WwiseGroupValueInfoLibrary_SetWwiseShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseGroupValueInfoLibrary \ +static_assert(alignof(UWwiseGroupValueInfoLibrary) == 0x000008, "Wrong alignment on UWwiseGroupValueInfoLibrary"); \ +static_assert(sizeof(UWwiseGroupValueInfoLibrary) == 0x000028, "Wrong size on UWwiseGroupValueInfoLibrary"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_BreakStruct \ +static_assert(alignof(WwiseObjectInfoLibrary_BreakStruct) == 0x000008, "Wrong alignment on WwiseObjectInfoLibrary_BreakStruct"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_BreakStruct) == 0x000050, "Wrong size on WwiseObjectInfoLibrary_BreakStruct"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_BreakStruct, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_BreakStruct::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_BreakStruct, OutWwiseGuid) == 0x000020, "Member 'WwiseObjectInfoLibrary_BreakStruct::OutWwiseGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_BreakStruct, OutWwiseShortId) == 0x000030, "Member 'WwiseObjectInfoLibrary_BreakStruct::OutWwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_BreakStruct, OutWwiseName) == 0x000038, "Member 'WwiseObjectInfoLibrary_BreakStruct::OutWwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_BreakStruct, OutHardCodedSoundBankShortId) == 0x000048, "Member 'WwiseObjectInfoLibrary_BreakStruct::OutHardCodedSoundBankShortId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId \ +static_assert(alignof(WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId) == 0x000004, "Wrong alignment on WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId) == 0x000024, "Wrong size on WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId, ReturnValue) == 0x000020, "Member 'WwiseObjectInfoLibrary_GetHardCodedSoundBankShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_GetWwiseGuid \ +static_assert(alignof(WwiseObjectInfoLibrary_GetWwiseGuid) == 0x000004, "Wrong alignment on WwiseObjectInfoLibrary_GetWwiseGuid"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_GetWwiseGuid) == 0x000030, "Wrong size on WwiseObjectInfoLibrary_GetWwiseGuid"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetWwiseGuid, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_GetWwiseGuid::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetWwiseGuid, ReturnValue) == 0x000020, "Member 'WwiseObjectInfoLibrary_GetWwiseGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_GetWwiseName \ +static_assert(alignof(WwiseObjectInfoLibrary_GetWwiseName) == 0x000008, "Wrong alignment on WwiseObjectInfoLibrary_GetWwiseName"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_GetWwiseName) == 0x000030, "Wrong size on WwiseObjectInfoLibrary_GetWwiseName"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetWwiseName, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_GetWwiseName::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetWwiseName, ReturnValue) == 0x000020, "Member 'WwiseObjectInfoLibrary_GetWwiseName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_GetWwiseShortID \ +static_assert(alignof(WwiseObjectInfoLibrary_GetWwiseShortID) == 0x000004, "Wrong alignment on WwiseObjectInfoLibrary_GetWwiseShortID"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_GetWwiseShortID) == 0x000024, "Wrong size on WwiseObjectInfoLibrary_GetWwiseShortID"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetWwiseShortID, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_GetWwiseShortID::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_GetWwiseShortID, ReturnValue) == 0x000020, "Member 'WwiseObjectInfoLibrary_GetWwiseShortID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_MakeStruct \ +static_assert(alignof(WwiseObjectInfoLibrary_MakeStruct) == 0x000008, "Wrong alignment on WwiseObjectInfoLibrary_MakeStruct"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_MakeStruct) == 0x000050, "Wrong size on WwiseObjectInfoLibrary_MakeStruct"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_MakeStruct, WwiseGuid) == 0x000000, "Member 'WwiseObjectInfoLibrary_MakeStruct::WwiseGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_MakeStruct, WwiseShortId) == 0x000010, "Member 'WwiseObjectInfoLibrary_MakeStruct::WwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_MakeStruct, WwiseName) == 0x000018, "Member 'WwiseObjectInfoLibrary_MakeStruct::WwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_MakeStruct, HardCodedSoundBankShortId) == 0x000028, "Member 'WwiseObjectInfoLibrary_MakeStruct::HardCodedSoundBankShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_MakeStruct, ReturnValue) == 0x00002C, "Member 'WwiseObjectInfoLibrary_MakeStruct::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId \ +static_assert(alignof(WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId) == 0x000004, "Wrong alignment on WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId) == 0x000044, "Wrong size on WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId, HardCodedSoundBankShortId) == 0x000020, "Member 'WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId::HardCodedSoundBankShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId, ReturnValue) == 0x000024, "Member 'WwiseObjectInfoLibrary_SetHardCodedSoundBankShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_SetWwiseGuid \ +static_assert(alignof(WwiseObjectInfoLibrary_SetWwiseGuid) == 0x000004, "Wrong alignment on WwiseObjectInfoLibrary_SetWwiseGuid"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_SetWwiseGuid) == 0x000050, "Wrong size on WwiseObjectInfoLibrary_SetWwiseGuid"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseGuid, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_SetWwiseGuid::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseGuid, WwiseGuid) == 0x000020, "Member 'WwiseObjectInfoLibrary_SetWwiseGuid::WwiseGuid' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseGuid, ReturnValue) == 0x000030, "Member 'WwiseObjectInfoLibrary_SetWwiseGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_SetWwiseName \ +static_assert(alignof(WwiseObjectInfoLibrary_SetWwiseName) == 0x000008, "Wrong alignment on WwiseObjectInfoLibrary_SetWwiseName"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_SetWwiseName) == 0x000050, "Wrong size on WwiseObjectInfoLibrary_SetWwiseName"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseName, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_SetWwiseName::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseName, WwiseName) == 0x000020, "Member 'WwiseObjectInfoLibrary_SetWwiseName::WwiseName' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseName, ReturnValue) == 0x000030, "Member 'WwiseObjectInfoLibrary_SetWwiseName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WwiseObjectInfoLibrary_SetWwiseShortId \ +static_assert(alignof(WwiseObjectInfoLibrary_SetWwiseShortId) == 0x000004, "Wrong alignment on WwiseObjectInfoLibrary_SetWwiseShortId"); \ +static_assert(sizeof(WwiseObjectInfoLibrary_SetWwiseShortId) == 0x000044, "Wrong size on WwiseObjectInfoLibrary_SetWwiseShortId"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseShortId, Ref) == 0x000000, "Member 'WwiseObjectInfoLibrary_SetWwiseShortId::Ref' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseShortId, WwiseShortId) == 0x000020, "Member 'WwiseObjectInfoLibrary_SetWwiseShortId::WwiseShortId' has a wrong offset!"); \ +static_assert(offsetof(WwiseObjectInfoLibrary_SetWwiseShortId, ReturnValue) == 0x000024, "Member 'WwiseObjectInfoLibrary_SetWwiseShortId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseObjectInfoLibrary \ +static_assert(alignof(UWwiseObjectInfoLibrary) == 0x000008, "Wrong alignment on UWwiseObjectInfoLibrary"); \ +static_assert(sizeof(UWwiseObjectInfoLibrary) == 0x000028, "Wrong size on UWwiseObjectInfoLibrary"); \ + +#define DUMPER7_ASSERTS_FWwiseExternalSourceCookieDefaultMedia \ +static_assert(alignof(FWwiseExternalSourceCookieDefaultMedia) == 0x000008, "Wrong alignment on FWwiseExternalSourceCookieDefaultMedia"); \ +static_assert(sizeof(FWwiseExternalSourceCookieDefaultMedia) == 0x000038, "Wrong size on FWwiseExternalSourceCookieDefaultMedia"); \ +static_assert(offsetof(FWwiseExternalSourceCookieDefaultMedia, ExternalSourceCookie) == 0x000008, "Member 'FWwiseExternalSourceCookieDefaultMedia::ExternalSourceCookie' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceCookieDefaultMedia, ExternalSourceName) == 0x000010, "Member 'FWwiseExternalSourceCookieDefaultMedia::ExternalSourceName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceCookieDefaultMedia, MediaInfoId) == 0x000020, "Member 'FWwiseExternalSourceCookieDefaultMedia::MediaInfoId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceCookieDefaultMedia, MediaName) == 0x000028, "Member 'FWwiseExternalSourceCookieDefaultMedia::MediaName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWwiseExternalSourceMediaInfo \ +static_assert(alignof(FWwiseExternalSourceMediaInfo) == 0x000008, "Wrong alignment on FWwiseExternalSourceMediaInfo"); \ +static_assert(sizeof(FWwiseExternalSourceMediaInfo) == 0x000028, "Wrong size on FWwiseExternalSourceMediaInfo"); \ +static_assert(offsetof(FWwiseExternalSourceMediaInfo, ExternalSourceMediaInfoId) == 0x000008, "Member 'FWwiseExternalSourceMediaInfo::ExternalSourceMediaInfoId' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceMediaInfo, MediaName) == 0x00000C, "Member 'FWwiseExternalSourceMediaInfo::MediaName' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceMediaInfo, CodecID) == 0x000014, "Member 'FWwiseExternalSourceMediaInfo::CodecID' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceMediaInfo, bIsStreamed) == 0x000018, "Member 'FWwiseExternalSourceMediaInfo::bIsStreamed' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceMediaInfo, bUseDeviceMemory) == 0x000019, "Member 'FWwiseExternalSourceMediaInfo::bUseDeviceMemory' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceMediaInfo, MemoryAlignment) == 0x00001C, "Member 'FWwiseExternalSourceMediaInfo::MemoryAlignment' has a wrong offset!"); \ +static_assert(offsetof(FWwiseExternalSourceMediaInfo, PrefetchSize) == 0x000020, "Member 'FWwiseExternalSourceMediaInfo::PrefetchSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWwiseExternalSourceSettings \ +static_assert(alignof(UWwiseExternalSourceSettings) == 0x000008, "Wrong alignment on UWwiseExternalSourceSettings"); \ +static_assert(sizeof(UWwiseExternalSourceSettings) == 0x000080, "Wrong size on UWwiseExternalSourceSettings"); \ +static_assert(offsetof(UWwiseExternalSourceSettings, MediaInfoTable) == 0x000028, "Member 'UWwiseExternalSourceSettings::MediaInfoTable' has a wrong offset!"); \ +static_assert(offsetof(UWwiseExternalSourceSettings, ExternalSourceDefaultMedia) == 0x000040, "Member 'UWwiseExternalSourceSettings::ExternalSourceDefaultMedia' has a wrong offset!"); \ +static_assert(offsetof(UWwiseExternalSourceSettings, ExternalSourceStagingDirectory) == 0x000058, "Member 'UWwiseExternalSourceSettings::ExternalSourceStagingDirectory' 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_USoundfieldEffectSettingsBase \ +static_assert(alignof(USoundfieldEffectSettingsBase) == 0x000008, "Wrong alignment on USoundfieldEffectSettingsBase"); \ +static_assert(sizeof(USoundfieldEffectSettingsBase) == 0x000028, "Wrong size on USoundfieldEffectSettingsBase"); \ + +#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_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_USpatializationPluginSourceSettingsBase \ +static_assert(alignof(USpatializationPluginSourceSettingsBase) == 0x000008, "Wrong alignment on USpatializationPluginSourceSettingsBase"); \ +static_assert(sizeof(USpatializationPluginSourceSettingsBase) == 0x000028, "Wrong size on USpatializationPluginSourceSettingsBase"); \ + +#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_UAudioCodecEncoderSettings \ +static_assert(alignof(UAudioCodecEncoderSettings) == 0x000008, "Wrong alignment on UAudioCodecEncoderSettings"); \ +static_assert(sizeof(UAudioCodecEncoderSettings) == 0x000030, "Wrong size on UAudioCodecEncoderSettings"); \ +static_assert(offsetof(UAudioCodecEncoderSettings, Version) == 0x000028, "Member 'UAudioCodecEncoderSettings::Version' has a wrong offset!"); \ + +#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_USoundModulatorBase \ +static_assert(alignof(USoundModulatorBase) == 0x000008, "Wrong alignment on USoundModulatorBase"); \ +static_assert(sizeof(USoundModulatorBase) == 0x000030, "Wrong size on USoundModulatorBase"); \ + +#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_UAudioPcmEncoderSettings \ +static_assert(alignof(UAudioPcmEncoderSettings) == 0x000008, "Wrong alignment on UAudioPcmEncoderSettings"); \ +static_assert(sizeof(UAudioPcmEncoderSettings) == 0x000038, "Wrong size on UAudioPcmEncoderSettings"); \ +static_assert(offsetof(UAudioPcmEncoderSettings, BitDepthConversion) == 0x000030, "Member 'UAudioPcmEncoderSettings::BitDepthConversion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualSenseAdaptorExternalEndpointSettings \ +static_assert(alignof(UDualSenseAdaptorExternalEndpointSettings) == 0x000008, "Wrong alignment on UDualSenseAdaptorExternalEndpointSettings"); \ +static_assert(sizeof(UDualSenseAdaptorExternalEndpointSettings) == 0x000030, "Wrong size on UDualSenseAdaptorExternalEndpointSettings"); \ +static_assert(offsetof(UDualSenseAdaptorExternalEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualSenseAdaptorExternalEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualSenseAdaptorSoundfieldEndpointSettings \ +static_assert(alignof(UDualSenseAdaptorSoundfieldEndpointSettings) == 0x000008, "Wrong alignment on UDualSenseAdaptorSoundfieldEndpointSettings"); \ +static_assert(sizeof(UDualSenseAdaptorSoundfieldEndpointSettings) == 0x000030, "Wrong size on UDualSenseAdaptorSoundfieldEndpointSettings"); \ +static_assert(offsetof(UDualSenseAdaptorSoundfieldEndpointSettings, ControllerIndex) == 0x000028, "Member 'UDualSenseAdaptorSoundfieldEndpointSettings::ControllerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDualSenseAdaptorSpatializationSettings \ +static_assert(alignof(UDualSenseAdaptorSpatializationSettings) == 0x000008, "Wrong alignment on UDualSenseAdaptorSpatializationSettings"); \ +static_assert(sizeof(UDualSenseAdaptorSpatializationSettings) == 0x000038, "Wrong size on UDualSenseAdaptorSpatializationSettings"); \ +static_assert(offsetof(UDualSenseAdaptorSpatializationSettings, Spread) == 0x000028, "Member 'UDualSenseAdaptorSpatializationSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(UDualSenseAdaptorSpatializationSettings, Priority) == 0x00002C, "Member 'UDualSenseAdaptorSpatializationSettings::Priority' has a wrong offset!"); \ +static_assert(offsetof(UDualSenseAdaptorSpatializationSettings, Passthrough) == 0x000030, "Member 'UDualSenseAdaptorSpatializationSettings::Passthrough' 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_FControlRigComponentMappedElement \ +static_assert(alignof(FControlRigComponentMappedElement) == 0x000010, "Wrong alignment on FControlRigComponentMappedElement"); \ +static_assert(sizeof(FControlRigComponentMappedElement) == 0x0000D0, "Wrong size on FControlRigComponentMappedElement"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ComponentReference) == 0x000000, "Member 'FControlRigComponentMappedElement::ComponentReference' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformIndex) == 0x000028, "Member 'FControlRigComponentMappedElement::TransformIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, TransformName) == 0x00002C, "Member 'FControlRigComponentMappedElement::TransformName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementType) == 0x000034, "Member 'FControlRigComponentMappedElement::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementName) == 0x000038, "Member 'FControlRigComponentMappedElement::ElementName' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Direction) == 0x000040, "Member 'FControlRigComponentMappedElement::Direction' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Offset) == 0x000050, "Member 'FControlRigComponentMappedElement::Offset' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Weight) == 0x0000B0, "Member 'FControlRigComponentMappedElement::Weight' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, Space) == 0x0000B4, "Member 'FControlRigComponentMappedElement::Space' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SceneComponent) == 0x0000B8, "Member 'FControlRigComponentMappedElement::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, ElementIndex) == 0x0000C0, "Member 'FControlRigComponentMappedElement::ElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FControlRigComponentMappedElement, SubIndex) == 0x0000C4, "Member 'FControlRigComponentMappedElement::SubIndex' 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_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_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_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_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_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_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_FRigUnit \ +static_assert(alignof(FRigUnit) == 0x000008, "Wrong alignment on FRigUnit"); \ +static_assert(sizeof(FRigUnit) == 0x000008, "Wrong size on FRigUnit"); \ + +#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_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_FAnimNode_ControlRigBase \ +static_assert(alignof(FAnimNode_ControlRigBase) == 0x000008, "Wrong alignment on FAnimNode_ControlRigBase"); \ +static_assert(sizeof(FAnimNode_ControlRigBase) == 0x000258, "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, NodeMappingContainer) == 0x000240, "Member 'FAnimNode_ControlRigBase::NodeMappingContainer' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, InputSettings) == 0x000248, "Member 'FAnimNode_ControlRigBase::InputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, OutputSettings) == 0x00024A, "Member 'FAnimNode_ControlRigBase::OutputSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRigBase, bExecute) == 0x00024C, "Member 'FAnimNode_ControlRigBase::bExecute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBase \ +static_assert(alignof(FRigUnit_MathBase) == 0x000008, "Wrong alignment on FRigUnit_MathBase"); \ +static_assert(sizeof(FRigUnit_MathBase) == 0x000008, "Wrong size on FRigUnit_MathBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionBase \ +static_assert(alignof(FRigUnit_MathQuaternionBase) == 0x000008, "Wrong alignment on FRigUnit_MathQuaternionBase"); \ +static_assert(sizeof(FRigUnit_MathQuaternionBase) == 0x000008, "Wrong size on FRigUnit_MathQuaternionBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionUnaryOp \ +static_assert(alignof(FRigUnit_MathQuaternionUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionUnaryOp) == 0x000050, "Wrong size on FRigUnit_MathQuaternionUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionUnaryOp, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionUnit \ +static_assert(alignof(FRigUnit_MathQuaternionUnit) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionUnit"); \ +static_assert(sizeof(FRigUnit_MathQuaternionUnit) == 0x000050, "Wrong size on FRigUnit_MathQuaternionUnit"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatBase \ +static_assert(alignof(FRigUnit_MathFloatBase) == 0x000008, "Wrong alignment on FRigUnit_MathFloatBase"); \ +static_assert(sizeof(FRigUnit_MathFloatBase) == 0x000008, "Wrong size on FRigUnit_MathFloatBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatGreaterEqual \ +static_assert(alignof(FRigUnit_MathFloatGreaterEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatGreaterEqual"); \ +static_assert(sizeof(FRigUnit_MathFloatGreaterEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatGreaterEqual"); \ +static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreaterEqual, Result) == 0x000010, "Member 'FRigUnit_MathFloatGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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) == 0x000010, "Wrong alignment on FRigControlValue"); \ +static_assert(sizeof(FRigControlValue) == 0x0000F0, "Wrong size on FRigControlValue"); \ +static_assert(offsetof(FRigControlValue, FloatStorage) == 0x000000, "Member 'FRigControlValue::FloatStorage' has a wrong offset!"); \ +static_assert(offsetof(FRigControlValue, Storage) == 0x000090, "Member 'FRigControlValue::Storage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControl \ +static_assert(alignof(FRigControl) == 0x000010, "Wrong alignment on FRigControl"); \ +static_assert(sizeof(FRigControl) == 0x000510, "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) == 0x000190, "Member 'FRigControl::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, PrimaryAxis) == 0x000280, "Member 'FRigControl::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsCurve) == 0x000281, "Member 'FRigControl::bIsCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bAnimatable) == 0x000282, "Member 'FRigControl::bAnimatable' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitTranslation) == 0x000283, "Member 'FRigControl::bLimitTranslation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitRotation) == 0x000284, "Member 'FRigControl::bLimitRotation' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bLimitScale) == 0x000285, "Member 'FRigControl::bLimitScale' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bDrawLimits) == 0x000286, "Member 'FRigControl::bDrawLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MinimumValue) == 0x000290, "Member 'FRigControl::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, MaximumValue) == 0x000380, "Member 'FRigControl::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoEnabled) == 0x000470, "Member 'FRigControl::bGizmoEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bGizmoVisible) == 0x000471, "Member 'FRigControl::bGizmoVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoName) == 0x000474, "Member 'FRigControl::GizmoName' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoTransform) == 0x000480, "Member 'FRigControl::GizmoTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, GizmoColor) == 0x0004E0, "Member 'FRigControl::GizmoColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, Dependents) == 0x0004F0, "Member 'FRigControl::Dependents' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, bIsTransientControl) == 0x000500, "Member 'FRigControl::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControl, ControlEnum) == 0x000508, "Member 'FRigControl::ControlEnum' 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_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_FAnimNode_ControlRig \ +static_assert(alignof(FAnimNode_ControlRig) == 0x000008, "Wrong alignment on FAnimNode_ControlRig"); \ +static_assert(sizeof(FAnimNode_ControlRig) == 0x000458, "Wrong size on FAnimNode_ControlRig"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRigClass) == 0x000258, "Member 'FAnimNode_ControlRig::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, ControlRig) == 0x000260, "Member 'FAnimNode_ControlRig::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, alpha) == 0x000268, "Member 'FAnimNode_ControlRig::alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaInputType) == 0x00026C, "Member 'FAnimNode_ControlRig::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBias) == 0x000270, "Member 'FAnimNode_ControlRig::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaBoolBlend) == 0x000278, "Member 'FAnimNode_ControlRig::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaCurveName) == 0x0002C0, "Member 'FAnimNode_ControlRig::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, AlphaScaleBiasClamp) == 0x0002C8, "Member 'FAnimNode_ControlRig::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, InputMapping) == 0x0002F8, "Member 'FAnimNode_ControlRig::InputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, OutputMapping) == 0x000348, "Member 'FAnimNode_ControlRig::OutputMapping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ControlRig, LODThreshold) == 0x000448, "Member 'FAnimNode_ControlRig::LODThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformBase \ +static_assert(alignof(FRigUnit_MathTransformBase) == 0x000008, "Wrong alignment on FRigUnit_MathTransformBase"); \ +static_assert(sizeof(FRigUnit_MathTransformBase) == 0x000008, "Wrong size on FRigUnit_MathTransformBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntBase \ +static_assert(alignof(FRigUnit_MathIntBase) == 0x000008, "Wrong alignment on FRigUnit_MathIntBase"); \ +static_assert(sizeof(FRigUnit_MathIntBase) == 0x000008, "Wrong size on FRigUnit_MathIntBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntClamp \ +static_assert(alignof(FRigUnit_MathIntClamp) == 0x000008, "Wrong alignment on FRigUnit_MathIntClamp"); \ +static_assert(sizeof(FRigUnit_MathIntClamp) == 0x000018, "Wrong size on FRigUnit_MathIntClamp"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Value) == 0x000008, "Member 'FRigUnit_MathIntClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Minimum) == 0x00000C, "Member 'FRigUnit_MathIntClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Maximum) == 0x000010, "Member 'FRigUnit_MathIntClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntClamp, Result) == 0x000014, "Member 'FRigUnit_MathIntClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_ControlRig_ExternalSource \ +static_assert(alignof(FAnimNode_ControlRig_ExternalSource) == 0x000008, "Wrong alignment on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(sizeof(FAnimNode_ControlRig_ExternalSource) == 0x000260, "Wrong size on FAnimNode_ControlRig_ExternalSource"); \ +static_assert(offsetof(FAnimNode_ControlRig_ExternalSource, ControlRig) == 0x000258, "Member 'FAnimNode_ControlRig_ExternalSource::ControlRig' 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_MathQuaternionRotationOrder \ +static_assert(alignof(FRigUnit_MathQuaternionRotationOrder) == 0x000008, "Wrong alignment on FRigUnit_MathQuaternionRotationOrder"); \ +static_assert(sizeof(FRigUnit_MathQuaternionRotationOrder) == 0x000010, "Wrong size on FRigUnit_MathQuaternionRotationOrder"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotationOrder, RotationOrder) == 0x000008, "Member 'FRigUnit_MathQuaternionRotationOrder::RotationOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigAnimInstanceProxy \ +static_assert(alignof(FControlRigAnimInstanceProxy) == 0x000010, "Wrong alignment on FControlRigAnimInstanceProxy"); \ +static_assert(sizeof(FControlRigAnimInstanceProxy) == 0x000930, "Wrong size on FControlRigAnimInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSelectBool \ +static_assert(alignof(FRigUnit_MathFloatSelectBool) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSelectBool"); \ +static_assert(sizeof(FRigUnit_MathFloatSelectBool) == 0x000018, "Wrong size on FRigUnit_MathFloatSelectBool"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathFloatSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, IfTrue) == 0x00000C, "Member 'FRigUnit_MathFloatSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, IfFalse) == 0x000010, "Member 'FRigUnit_MathFloatSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatSelectBool, Result) == 0x000014, "Member 'FRigUnit_MathFloatSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_AnimBase \ +static_assert(alignof(FRigUnit_AnimBase) == 0x000008, "Wrong alignment on FRigUnit_AnimBase"); \ +static_assert(sizeof(FRigUnit_AnimBase) == 0x000008, "Wrong size on FRigUnit_AnimBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetWorldTime \ +static_assert(alignof(FRigUnit_GetWorldTime) == 0x000008, "Wrong alignment on FRigUnit_GetWorldTime"); \ +static_assert(sizeof(FRigUnit_GetWorldTime) == 0x000028, "Wrong size on FRigUnit_GetWorldTime"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Year) == 0x000008, "Member 'FRigUnit_GetWorldTime::Year' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Month) == 0x00000C, "Member 'FRigUnit_GetWorldTime::Month' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Day) == 0x000010, "Member 'FRigUnit_GetWorldTime::Day' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, WeekDay) == 0x000014, "Member 'FRigUnit_GetWorldTime::WeekDay' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Hours) == 0x000018, "Member 'FRigUnit_GetWorldTime::Hours' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Minutes) == 0x00001C, "Member 'FRigUnit_GetWorldTime::Minutes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, Seconds) == 0x000020, "Member 'FRigUnit_GetWorldTime::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetWorldTime, OverallSeconds) == 0x000024, "Member 'FRigUnit_GetWorldTime::OverallSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigEventContext \ +static_assert(alignof(FRigEventContext) == 0x000008, "Wrong alignment on FRigEventContext"); \ +static_assert(sizeof(FRigEventContext) == 0x000028, "Wrong size on FRigEventContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatWorkData \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatWorkData) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatWorkData"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatWorkData) == 0x000090, "Wrong size on FRigUnit_MathRBFInterpolateQuatWorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong alignment on FRigUnit_MathRBFInterpolateBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateBase) == 0x000008, "Wrong size on FRigUnit_MathRBFInterpolateBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatBase) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatBase) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateQuatBase"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, Input) == 0x000010, "Member 'FRigUnit_MathRBFInterpolateQuatBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, DistanceFunction) == 0x000030, "Member 'FRigUnit_MathRBFInterpolateQuatBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, SmoothingFunction) == 0x000031, "Member 'FRigUnit_MathRBFInterpolateQuatBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, SmoothingAngle) == 0x000034, "Member 'FRigUnit_MathRBFInterpolateQuatBase::SmoothingAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, bNormalizeOutput) == 0x000038, "Member 'FRigUnit_MathRBFInterpolateQuatBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, TwistAxis) == 0x000040, "Member 'FRigUnit_MathRBFInterpolateQuatBase::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatBase, WorkData) == 0x000060, "Member 'FRigUnit_MathRBFInterpolateQuatBase::WorkData' 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_MathFloatUnaryOp \ +static_assert(alignof(FRigUnit_MathFloatUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathFloatUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathFloatUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathFloatUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatUnaryOp, Result) == 0x00000C, "Member 'FRigUnit_MathFloatUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatCos \ +static_assert(alignof(FRigUnit_MathFloatCos) == 0x000008, "Wrong alignment on FRigUnit_MathFloatCos"); \ +static_assert(sizeof(FRigUnit_MathFloatCos) == 0x000010, "Wrong size on FRigUnit_MathFloatCos"); \ + +#define DUMPER7_ASSERTS_FRigMirrorSettings \ +static_assert(alignof(FRigMirrorSettings) == 0x000008, "Wrong alignment on FRigMirrorSettings"); \ +static_assert(sizeof(FRigMirrorSettings) == 0x000028, "Wrong size on FRigMirrorSettings"); \ +static_assert(offsetof(FRigMirrorSettings, MirrorAxis) == 0x000000, "Member 'FRigMirrorSettings::MirrorAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigMirrorSettings, AxisToFlip) == 0x000001, "Member 'FRigMirrorSettings::AxisToFlip' has a wrong offset!"); \ +static_assert(offsetof(FRigMirrorSettings, SearchString) == 0x000008, "Member 'FRigMirrorSettings::SearchString' has a wrong offset!"); \ +static_assert(offsetof(FRigMirrorSettings, ReplaceString) == 0x000018, "Member 'FRigMirrorSettings::ReplaceString' 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_FControlRigExecuteContext \ +static_assert(alignof(FControlRigExecuteContext) == 0x000010, "Wrong alignment on FControlRigExecuteContext"); \ +static_assert(sizeof(FControlRigExecuteContext) == 0x0000C0, "Wrong size on FControlRigExecuteContext"); \ + +#define DUMPER7_ASSERTS_FControlRigDrawInstruction \ +static_assert(alignof(FControlRigDrawInstruction) == 0x000010, "Wrong alignment on FControlRigDrawInstruction"); \ +static_assert(sizeof(FControlRigDrawInstruction) == 0x0000D0, "Wrong size on FControlRigDrawInstruction"); \ +static_assert(offsetof(FControlRigDrawInstruction, Name) == 0x000000, "Member 'FControlRigDrawInstruction::Name' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, PrimitiveType) == 0x000008, "Member 'FControlRigDrawInstruction::PrimitiveType' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Positions) == 0x000010, "Member 'FControlRigDrawInstruction::Positions' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Color) == 0x000020, "Member 'FControlRigDrawInstruction::Color' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Thickness) == 0x000030, "Member 'FControlRigDrawInstruction::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FControlRigDrawInstruction, Transform) == 0x000040, "Member 'FControlRigDrawInstruction::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigDrawContainer \ +static_assert(alignof(FControlRigDrawContainer) == 0x000008, "Wrong alignment on FControlRigDrawContainer"); \ +static_assert(sizeof(FControlRigDrawContainer) == 0x000018, "Wrong size on FControlRigDrawContainer"); \ +static_assert(offsetof(FControlRigDrawContainer, Instructions) == 0x000008, "Member 'FControlRigDrawContainer::Instructions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAtan \ +static_assert(alignof(FRigUnit_MathFloatAtan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAtan"); \ +static_assert(sizeof(FRigUnit_MathFloatAtan) == 0x000010, "Wrong size on FRigUnit_MathFloatAtan"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntUnaryOp \ +static_assert(alignof(FRigUnit_MathIntUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathIntUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathIntUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathIntUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathIntUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathIntUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntUnaryOp, Result) == 0x00000C, "Member 'FRigUnit_MathIntUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntNegate \ +static_assert(alignof(FRigUnit_MathIntNegate) == 0x000008, "Wrong alignment on FRigUnit_MathIntNegate"); \ +static_assert(sizeof(FRigUnit_MathIntNegate) == 0x000010, "Wrong size on FRigUnit_MathIntNegate"); \ + +#define DUMPER7_ASSERTS_FControlRigDrawInterface \ +static_assert(alignof(FControlRigDrawInterface) == 0x000008, "Wrong alignment on FControlRigDrawInterface"); \ +static_assert(sizeof(FControlRigDrawInterface) == 0x000018, "Wrong size on FControlRigDrawInterface"); \ + +#define DUMPER7_ASSERTS_FControlShapeActorCreationParam \ +static_assert(alignof(FControlShapeActorCreationParam) == 0x000010, "Wrong alignment on FControlShapeActorCreationParam"); \ +static_assert(sizeof(FControlShapeActorCreationParam) == 0x0001B0, "Wrong size on FControlShapeActorCreationParam"); \ + +#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_FRigUnit_MathBoolBase \ +static_assert(alignof(FRigUnit_MathBoolBase) == 0x000008, "Wrong alignment on FRigUnit_MathBoolBase"); \ +static_assert(sizeof(FRigUnit_MathBoolBase) == 0x000008, "Wrong size on FRigUnit_MathBoolBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolBinaryOp \ +static_assert(alignof(FRigUnit_MathBoolBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathBoolBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathBoolBinaryOp) == 0x000010, "Wrong size on FRigUnit_MathBoolBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathBoolBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathBoolBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolBinaryOp, B) == 0x000009, "Member 'FRigUnit_MathBoolBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolBinaryOp, Result) == 0x00000A, "Member 'FRigUnit_MathBoolBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000930, "Wrong size on FControlRigLayerInstanceProxy"); \ + +#define DUMPER7_ASSERTS_FCRFourPointBezier \ +static_assert(alignof(FCRFourPointBezier) == 0x000008, "Wrong alignment on FCRFourPointBezier"); \ +static_assert(sizeof(FCRFourPointBezier) == 0x000060, "Wrong size on FCRFourPointBezier"); \ +static_assert(offsetof(FCRFourPointBezier, A) == 0x000000, "Member 'FCRFourPointBezier::A' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, B) == 0x000018, "Member 'FCRFourPointBezier::B' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, C) == 0x000030, "Member 'FCRFourPointBezier::C' has a wrong offset!"); \ +static_assert(offsetof(FCRFourPointBezier, D) == 0x000048, "Member 'FCRFourPointBezier::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlCopy \ +static_assert(alignof(FRigControlCopy) == 0x000010, "Wrong alignment on FRigControlCopy"); \ +static_assert(sizeof(FRigControlCopy) == 0x0002A0, "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) == 0x000020, "Member 'FRigControlCopy::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentKey) == 0x000110, "Member 'FRigControlCopy::ParentKey' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, OffsetTransform) == 0x000120, "Member 'FRigControlCopy::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, ParentTransform) == 0x000180, "Member 'FRigControlCopy::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, LocalTransform) == 0x0001E0, "Member 'FRigControlCopy::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigControlCopy, GlobalTransform) == 0x000240, "Member 'FRigControlCopy::GlobalTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolAnd \ +static_assert(alignof(FRigUnit_MathBoolAnd) == 0x000008, "Wrong alignment on FRigUnit_MathBoolAnd"); \ +static_assert(sizeof(FRigUnit_MathBoolAnd) == 0x000010, "Wrong size on FRigUnit_MathBoolAnd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntLess \ +static_assert(alignof(FRigUnit_MathIntLess) == 0x000008, "Wrong alignment on FRigUnit_MathIntLess"); \ +static_assert(sizeof(FRigUnit_MathIntLess) == 0x000018, "Wrong size on FRigUnit_MathIntLess"); \ +static_assert(offsetof(FRigUnit_MathIntLess, A) == 0x000008, "Member 'FRigUnit_MathIntLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLess, B) == 0x00000C, "Member 'FRigUnit_MathIntLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLess, Result) == 0x000010, "Member 'FRigUnit_MathIntLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigUnit_MathBoolNotEquals \ +static_assert(alignof(FRigUnit_MathBoolNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNotEquals"); \ +static_assert(sizeof(FRigUnit_MathBoolNotEquals) == 0x000010, "Wrong size on FRigUnit_MathBoolNotEquals"); \ +static_assert(offsetof(FRigUnit_MathBoolNotEquals, A) == 0x000008, "Member 'FRigUnit_MathBoolNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolNotEquals, B) == 0x000009, "Member 'FRigUnit_MathBoolNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolNotEquals, Result) == 0x00000A, "Member 'FRigUnit_MathBoolNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_MathQuaternionScale \ +static_assert(alignof(FRigUnit_MathQuaternionScale) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionScale"); \ +static_assert(sizeof(FRigUnit_MathQuaternionScale) == 0x000040, "Wrong size on FRigUnit_MathQuaternionScale"); \ +static_assert(offsetof(FRigUnit_MathQuaternionScale, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionScale, Scale) == 0x000030, "Member 'FRigUnit_MathQuaternionScale::Scale' 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_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_FRigUnit_MathColorBase \ +static_assert(alignof(FRigUnit_MathColorBase) == 0x000008, "Wrong alignment on FRigUnit_MathColorBase"); \ +static_assert(sizeof(FRigUnit_MathColorBase) == 0x000008, "Wrong size on FRigUnit_MathColorBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorFromFloat \ +static_assert(alignof(FRigUnit_MathColorFromFloat) == 0x000008, "Wrong alignment on FRigUnit_MathColorFromFloat"); \ +static_assert(sizeof(FRigUnit_MathColorFromFloat) == 0x000020, "Wrong size on FRigUnit_MathColorFromFloat"); \ +static_assert(offsetof(FRigUnit_MathColorFromFloat, Value) == 0x000008, "Member 'FRigUnit_MathColorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorFromFloat, Result) == 0x00000C, "Member 'FRigUnit_MathColorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigValidationContext \ +static_assert(alignof(FControlRigValidationContext) == 0x000008, "Wrong alignment on FControlRigValidationContext"); \ +static_assert(sizeof(FControlRigValidationContext) == 0x000028, "Wrong size on FControlRigValidationContext"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMatrixBase \ +static_assert(alignof(FRigUnit_MathMatrixBase) == 0x000008, "Wrong alignment on FRigUnit_MathMatrixBase"); \ +static_assert(sizeof(FRigUnit_MathMatrixBase) == 0x000008, "Wrong size on FRigUnit_MathMatrixBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMatrixToVectors \ +static_assert(alignof(FRigUnit_MathMatrixToVectors) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixToVectors"); \ +static_assert(sizeof(FRigUnit_MathMatrixToVectors) == 0x0000F0, "Wrong size on FRigUnit_MathMatrixToVectors"); \ +static_assert(offsetof(FRigUnit_MathMatrixToVectors, Value) == 0x000010, "Member 'FRigUnit_MathMatrixToVectors::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixToVectors, Origin) == 0x000090, "Member 'FRigUnit_MathMatrixToVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixToVectors, X) == 0x0000A8, "Member 'FRigUnit_MathMatrixToVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixToVectors, Y) == 0x0000C0, "Member 'FRigUnit_MathMatrixToVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixToVectors, Z) == 0x0000D8, "Member 'FRigUnit_MathMatrixToVectors::Z' 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_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_FCRSimPoint \ +static_assert(alignof(FCRSimPoint) == 0x000008, "Wrong alignment on FCRSimPoint"); \ +static_assert(sizeof(FCRSimPoint) == 0x000040, "Wrong size on FCRSimPoint"); \ +static_assert(offsetof(FCRSimPoint, Mass) == 0x000000, "Member 'FCRSimPoint::Mass' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, Size) == 0x000004, "Member 'FCRSimPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, LinearDamping) == 0x000008, "Member 'FCRSimPoint::LinearDamping' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, InheritMotion) == 0x00000C, "Member 'FCRSimPoint::InheritMotion' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, position) == 0x000010, "Member 'FCRSimPoint::position' has a wrong offset!"); \ +static_assert(offsetof(FCRSimPoint, LinearVelocity) == 0x000028, "Member 'FCRSimPoint::LinearVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntNotEquals \ +static_assert(alignof(FRigUnit_MathIntNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathIntNotEquals"); \ +static_assert(sizeof(FRigUnit_MathIntNotEquals) == 0x000018, "Wrong size on FRigUnit_MathIntNotEquals"); \ +static_assert(offsetof(FRigUnit_MathIntNotEquals, A) == 0x000008, "Member 'FRigUnit_MathIntNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntNotEquals, B) == 0x00000C, "Member 'FRigUnit_MathIntNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntNotEquals, Result) == 0x000010, "Member 'FRigUnit_MathIntNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigUnit_MathQuaternionSelectBool \ +static_assert(alignof(FRigUnit_MathQuaternionSelectBool) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSelectBool"); \ +static_assert(sizeof(FRigUnit_MathQuaternionSelectBool) == 0x000070, "Wrong size on FRigUnit_MathQuaternionSelectBool"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathQuaternionSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, IfTrue) == 0x000010, "Member 'FRigUnit_MathQuaternionSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, IfFalse) == 0x000030, "Member 'FRigUnit_MathQuaternionSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSelectBool, Result) == 0x000050, "Member 'FRigUnit_MathQuaternionSelectBool::Result' 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_MathIntLessEqual \ +static_assert(alignof(FRigUnit_MathIntLessEqual) == 0x000008, "Wrong alignment on FRigUnit_MathIntLessEqual"); \ +static_assert(sizeof(FRigUnit_MathIntLessEqual) == 0x000018, "Wrong size on FRigUnit_MathIntLessEqual"); \ +static_assert(offsetof(FRigUnit_MathIntLessEqual, A) == 0x000008, "Member 'FRigUnit_MathIntLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLessEqual, B) == 0x00000C, "Member 'FRigUnit_MathIntLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntLessEqual, Result) == 0x000010, "Member 'FRigUnit_MathIntLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromEuler \ +static_assert(alignof(FRigUnit_MathQuaternionFromEuler) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromEuler"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromEuler) == 0x000050, "Wrong size on FRigUnit_MathQuaternionFromEuler"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, Euler) == 0x000008, "Member 'FRigUnit_MathQuaternionFromEuler::Euler' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, RotationOrder) == 0x000020, "Member 'FRigUnit_MathQuaternionFromEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromEuler, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionFromEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigInstanceData \ +static_assert(alignof(FMovieSceneControlRigInstanceData) == 0x000008, "Wrong alignment on FMovieSceneControlRigInstanceData"); \ +static_assert(sizeof(FMovieSceneControlRigInstanceData) == 0x000120, "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) == 0x000108, "Member 'FMovieSceneControlRigInstanceData::Operand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnumParameterNameAndCurve \ +static_assert(alignof(FEnumParameterNameAndCurve) == 0x000008, "Wrong alignment on FEnumParameterNameAndCurve"); \ +static_assert(sizeof(FEnumParameterNameAndCurve) == 0x0000E8, "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_FIntegerParameterNameAndCurve \ +static_assert(alignof(FIntegerParameterNameAndCurve) == 0x000008, "Wrong alignment on FIntegerParameterNameAndCurve"); \ +static_assert(sizeof(FIntegerParameterNameAndCurve) == 0x0000E0, "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_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) == 0x0000E8, "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!"); \ + +#define DUMPER7_ASSERTS_FSpaceControlNameAndChannel \ +static_assert(alignof(FSpaceControlNameAndChannel) == 0x000008, "Wrong alignment on FSpaceControlNameAndChannel"); \ +static_assert(sizeof(FSpaceControlNameAndChannel) == 0x0000F0, "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_MathMatrixBinaryOp \ +static_assert(alignof(FRigUnit_MathMatrixBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathMatrixBinaryOp) == 0x000190, "Wrong size on FRigUnit_MathMatrixBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathMatrixBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathMatrixBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixBinaryOp, B) == 0x000090, "Member 'FRigUnit_MathMatrixBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixBinaryOp, Result) == 0x000110, "Member 'FRigUnit_MathMatrixBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMatrixMul \ +static_assert(alignof(FRigUnit_MathMatrixMul) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixMul"); \ +static_assert(sizeof(FRigUnit_MathMatrixMul) == 0x000190, "Wrong size on FRigUnit_MathMatrixMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionInverse \ +static_assert(alignof(FRigUnit_MathQuaternionInverse) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionInverse"); \ +static_assert(sizeof(FRigUnit_MathQuaternionInverse) == 0x000050, "Wrong size on FRigUnit_MathQuaternionInverse"); \ + +#define DUMPER7_ASSERTS_FChannelMapInfo \ +static_assert(alignof(FChannelMapInfo) == 0x000004, "Wrong alignment on FChannelMapInfo"); \ +static_assert(sizeof(FChannelMapInfo) == 0x00002C, "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!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneControlRigParameterTemplate \ +static_assert(alignof(FMovieSceneControlRigParameterTemplate) == 0x000008, "Wrong alignment on FMovieSceneControlRigParameterTemplate"); \ +static_assert(sizeof(FMovieSceneControlRigParameterTemplate) == 0x0000B0, "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!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorBase \ +static_assert(alignof(FRigUnit_MathVectorBase) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBase"); \ +static_assert(sizeof(FRigUnit_MathVectorBase) == 0x000008, "Wrong size on FRigUnit_MathVectorBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorBinaryOp \ +static_assert(alignof(FRigUnit_MathVectorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathVectorBinaryOp) == 0x000050, "Wrong size on FRigUnit_MathVectorBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathVectorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, B) == 0x000020, "Member 'FRigUnit_MathVectorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBinaryOp, Result) == 0x000038, "Member 'FRigUnit_MathVectorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMod \ +static_assert(alignof(FRigUnit_MathVectorMod) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMod"); \ +static_assert(sizeof(FRigUnit_MathVectorMod) == 0x000050, "Wrong size on FRigUnit_MathVectorMod"); \ + +#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_FRigUnit_MathVectorUnaryOp \ +static_assert(alignof(FRigUnit_MathVectorUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathVectorUnaryOp) == 0x000038, "Wrong size on FRigUnit_MathVectorUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathVectorUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathVectorUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorUnaryOp, Result) == 0x000020, "Member 'FRigUnit_MathVectorUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorAbs \ +static_assert(alignof(FRigUnit_MathVectorAbs) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAbs"); \ +static_assert(sizeof(FRigUnit_MathVectorAbs) == 0x000038, "Wrong size on FRigUnit_MathVectorAbs"); \ + +#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_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_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_FRigControlModifiedContext \ +static_assert(alignof(FRigControlModifiedContext) == 0x000004, "Wrong alignment on FRigControlModifiedContext"); \ +static_assert(sizeof(FRigControlModifiedContext) == 0x000014, "Wrong size on FRigControlModifiedContext"); \ + +#define DUMPER7_ASSERTS_FRigComputedTransform \ +static_assert(alignof(FRigComputedTransform) == 0x000010, "Wrong alignment on FRigComputedTransform"); \ +static_assert(sizeof(FRigComputedTransform) == 0x000070, "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) == 0x0000E0, "Wrong size on FRigLocalAndGlobalTransform"); \ +static_assert(offsetof(FRigLocalAndGlobalTransform, Local) == 0x000000, "Member 'FRigLocalAndGlobalTransform::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigLocalAndGlobalTransform, Global) == 0x000070, "Member 'FRigLocalAndGlobalTransform::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HierarchyBase \ +static_assert(alignof(FRigUnit_HierarchyBase) == 0x000008, "Wrong alignment on FRigUnit_HierarchyBase"); \ +static_assert(sizeof(FRigUnit_HierarchyBase) == 0x000008, "Wrong size on FRigUnit_HierarchyBase"); \ + +#define DUMPER7_ASSERTS_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_FRigCurrentAndInitialTransform \ +static_assert(alignof(FRigCurrentAndInitialTransform) == 0x000010, "Wrong alignment on FRigCurrentAndInitialTransform"); \ +static_assert(sizeof(FRigCurrentAndInitialTransform) == 0x0001C0, "Wrong size on FRigCurrentAndInitialTransform"); \ +static_assert(offsetof(FRigCurrentAndInitialTransform, Current) == 0x000000, "Member 'FRigCurrentAndInitialTransform::Current' has a wrong offset!"); \ +static_assert(offsetof(FRigCurrentAndInitialTransform, Initial) == 0x0000E0, "Member 'FRigCurrentAndInitialTransform::Initial' 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_FRigBaseElement \ +static_assert(alignof(FRigBaseElement) == 0x000008, "Wrong alignment on FRigBaseElement"); \ +static_assert(sizeof(FRigBaseElement) == 0x000050, "Wrong size on FRigBaseElement"); \ +static_assert(offsetof(FRigBaseElement, Key) == 0x000008, "Member 'FRigBaseElement::Key' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, Index) == 0x000014, "Member 'FRigBaseElement::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, SubIndex) == 0x000018, "Member 'FRigBaseElement::SubIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigBaseElement, bSelected) == 0x00001C, "Member 'FRigBaseElement::bSelected' 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_FRigTransformElement \ +static_assert(alignof(FRigTransformElement) == 0x000010, "Wrong alignment on FRigTransformElement"); \ +static_assert(sizeof(FRigTransformElement) == 0x000250, "Wrong size on FRigTransformElement"); \ +static_assert(offsetof(FRigTransformElement, Pose) == 0x000050, "Member 'FRigTransformElement::Pose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigSingleParentElement \ +static_assert(alignof(FRigSingleParentElement) == 0x000010, "Wrong alignment on FRigSingleParentElement"); \ +static_assert(sizeof(FRigSingleParentElement) == 0x000260, "Wrong size on FRigSingleParentElement"); \ + +#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_FRigElementParentConstraint \ +static_assert(alignof(FRigElementParentConstraint) == 0x000010, "Wrong alignment on FRigElementParentConstraint"); \ +static_assert(sizeof(FRigElementParentConstraint) == 0x000090, "Wrong size on FRigElementParentConstraint"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformClampSpatially \ +static_assert(alignof(FRigUnit_MathTransformClampSpatially) == 0x000010, "Wrong alignment on FRigUnit_MathTransformClampSpatially"); \ +static_assert(sizeof(FRigUnit_MathTransformClampSpatially) == 0x000160, "Wrong size on FRigUnit_MathTransformClampSpatially"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Value) == 0x000010, "Member 'FRigUnit_MathTransformClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Axis) == 0x000070, "Member 'FRigUnit_MathTransformClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Type) == 0x000071, "Member 'FRigUnit_MathTransformClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Minimum) == 0x000074, "Member 'FRigUnit_MathTransformClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Maximum) == 0x000078, "Member 'FRigUnit_MathTransformClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Space) == 0x000080, "Member 'FRigUnit_MathTransformClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, bDrawDebug) == 0x0000E0, "Member 'FRigUnit_MathTransformClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, DebugColor) == 0x0000E4, "Member 'FRigUnit_MathTransformClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, DebugThickness) == 0x0000F4, "Member 'FRigUnit_MathTransformClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformClampSpatially, Result) == 0x000100, "Member 'FRigUnit_MathTransformClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigMultiParentElement \ +static_assert(alignof(FRigMultiParentElement) == 0x000010, "Wrong alignment on FRigMultiParentElement"); \ +static_assert(sizeof(FRigMultiParentElement) == 0x000510, "Wrong size on FRigMultiParentElement"); \ +static_assert(offsetof(FRigMultiParentElement, Parent) == 0x000250, "Member 'FRigMultiParentElement::Parent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigBoneElement \ +static_assert(alignof(FRigBoneElement) == 0x000010, "Wrong alignment on FRigBoneElement"); \ +static_assert(sizeof(FRigBoneElement) == 0x000260, "Wrong size on FRigBoneElement"); \ +static_assert(offsetof(FRigBoneElement, BoneType) == 0x000258, "Member 'FRigBoneElement::BoneType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigNullElement \ +static_assert(alignof(FRigNullElement) == 0x000010, "Wrong alignment on FRigNullElement"); \ +static_assert(sizeof(FRigNullElement) == 0x000510, "Wrong size on FRigNullElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntBinaryOp \ +static_assert(alignof(FRigUnit_MathIntBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathIntBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathIntBinaryOp) == 0x000018, "Wrong size on FRigUnit_MathIntBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathIntBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathIntBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntBinaryOp, B) == 0x00000C, "Member 'FRigUnit_MathIntBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntBinaryOp, Result) == 0x000010, "Member 'FRigUnit_MathIntBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMul \ +static_assert(alignof(FRigUnit_MathIntMul) == 0x000008, "Wrong alignment on FRigUnit_MathIntMul"); \ +static_assert(sizeof(FRigUnit_MathIntMul) == 0x000018, "Wrong size on FRigUnit_MathIntMul"); \ + +#define DUMPER7_ASSERTS_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_FRigUnit_MathTransformFromEulerTransform \ +static_assert(alignof(FRigUnit_MathTransformFromEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_MathTransformFromEulerTransform"); \ +static_assert(sizeof(FRigUnit_MathTransformFromEulerTransform) == 0x0000B0, "Wrong size on FRigUnit_MathTransformFromEulerTransform"); \ +static_assert(offsetof(FRigUnit_MathTransformFromEulerTransform, EulerTransform) == 0x000008, "Member 'FRigUnit_MathTransformFromEulerTransform::EulerTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromEulerTransform, Result) == 0x000050, "Member 'FRigUnit_MathTransformFromEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlSettings \ +static_assert(alignof(FRigControlSettings) == 0x000010, "Wrong alignment on FRigControlSettings"); \ +static_assert(sizeof(FRigControlSettings) == 0x000260, "Wrong size on FRigControlSettings"); \ +static_assert(offsetof(FRigControlSettings, ControlType) == 0x000000, "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, bAnimatable) == 0x00000E, "Member 'FRigControlSettings::bAnimatable' 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) == 0x000030, "Member 'FRigControlSettings::MinimumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, MaximumValue) == 0x000120, "Member 'FRigControlSettings::MaximumValue' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bShapeEnabled) == 0x000210, "Member 'FRigControlSettings::bShapeEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bShapeVisible) == 0x000211, "Member 'FRigControlSettings::bShapeVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeName) == 0x000214, "Member 'FRigControlSettings::ShapeName' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ShapeColor) == 0x00021C, "Member 'FRigControlSettings::ShapeColor' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, bIsTransientControl) == 0x00022C, "Member 'FRigControlSettings::bIsTransientControl' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, ControlEnum) == 0x000230, "Member 'FRigControlSettings::ControlEnum' has a wrong offset!"); \ +static_assert(offsetof(FRigControlSettings, Customization) == 0x000238, "Member 'FRigControlSettings::Customization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigControlElement \ +static_assert(alignof(FRigControlElement) == 0x000010, "Wrong alignment on FRigControlElement"); \ +static_assert(sizeof(FRigControlElement) == 0x000AF0, "Wrong size on FRigControlElement"); \ +static_assert(offsetof(FRigControlElement, Settings) == 0x000510, "Member 'FRigControlElement::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElement, Offset) == 0x000770, "Member 'FRigControlElement::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigControlElement, Shape) == 0x000930, "Member 'FRigControlElement::Shape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigCurveElement \ +static_assert(alignof(FRigCurveElement) == 0x000008, "Wrong alignment on FRigCurveElement"); \ +static_assert(sizeof(FRigCurveElement) == 0x000058, "Wrong size on FRigCurveElement"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMax \ +static_assert(alignof(FRigUnit_MathIntMax) == 0x000008, "Wrong alignment on FRigUnit_MathIntMax"); \ +static_assert(sizeof(FRigUnit_MathIntMax) == 0x000018, "Wrong size on FRigUnit_MathIntMax"); \ + +#define DUMPER7_ASSERTS_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_FRigUnit_MathVectorScale \ +static_assert(alignof(FRigUnit_MathVectorScale) == 0x000008, "Wrong alignment on FRigUnit_MathVectorScale"); \ +static_assert(sizeof(FRigUnit_MathVectorScale) == 0x000040, "Wrong size on FRigUnit_MathVectorScale"); \ +static_assert(offsetof(FRigUnit_MathVectorScale, Value) == 0x000008, "Member 'FRigUnit_MathVectorScale::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorScale, Factor) == 0x000020, "Member 'FRigUnit_MathVectorScale::Factor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorScale, Result) == 0x000028, "Member 'FRigUnit_MathVectorScale::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigRigidBodyElement \ +static_assert(alignof(FRigRigidBodyElement) == 0x000010, "Wrong alignment on FRigRigidBodyElement"); \ +static_assert(sizeof(FRigRigidBodyElement) == 0x000260, "Wrong size on FRigRigidBodyElement"); \ +static_assert(offsetof(FRigRigidBodyElement, Settings) == 0x000258, "Member 'FRigRigidBodyElement::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigReferenceElement \ +static_assert(alignof(FRigReferenceElement) == 0x000010, "Wrong alignment on FRigReferenceElement"); \ +static_assert(sizeof(FRigReferenceElement) == 0x000270, "Wrong size on FRigReferenceElement"); \ + +#define DUMPER7_ASSERTS_FRigHierarchyCopyPasteContentPerElement \ +static_assert(alignof(FRigHierarchyCopyPasteContentPerElement) == 0x000010, "Wrong alignment on FRigHierarchyCopyPasteContentPerElement"); \ +static_assert(sizeof(FRigHierarchyCopyPasteContentPerElement) == 0x000200, "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_FRigUnit_MathIntToFloat \ +static_assert(alignof(FRigUnit_MathIntToFloat) == 0x000008, "Wrong alignment on FRigUnit_MathIntToFloat"); \ +static_assert(sizeof(FRigUnit_MathIntToFloat) == 0x000010, "Wrong size on FRigUnit_MathIntToFloat"); \ +static_assert(offsetof(FRigUnit_MathIntToFloat, Value) == 0x000008, "Member 'FRigUnit_MathIntToFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntToFloat, Result) == 0x00000C, "Member 'FRigUnit_MathIntToFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_MathTransformSelectBool \ +static_assert(alignof(FRigUnit_MathTransformSelectBool) == 0x000010, "Wrong alignment on FRigUnit_MathTransformSelectBool"); \ +static_assert(sizeof(FRigUnit_MathTransformSelectBool) == 0x000130, "Wrong size on FRigUnit_MathTransformSelectBool"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathTransformSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, IfTrue) == 0x000010, "Member 'FRigUnit_MathTransformSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, IfFalse) == 0x000070, "Member 'FRigUnit_MathTransformSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformSelectBool, Result) == 0x0000D0, "Member 'FRigUnit_MathTransformSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigPoseElement \ +static_assert(alignof(FRigPoseElement) == 0x000010, "Wrong alignment on FRigPoseElement"); \ +static_assert(sizeof(FRigPoseElement) == 0x0000F0, "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, CurveValue) == 0x0000E0, "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_FRigInfluenceEntry \ +static_assert(alignof(FRigInfluenceEntry) == 0x000008, "Wrong alignment on FRigInfluenceEntry"); \ +static_assert(sizeof(FRigInfluenceEntry) == 0x000020, "Wrong size on FRigInfluenceEntry"); \ +static_assert(offsetof(FRigInfluenceEntry, Source) == 0x000000, "Member 'FRigInfluenceEntry::Source' has a wrong offset!"); \ +static_assert(offsetof(FRigInfluenceEntry, AffectedList) == 0x000010, "Member 'FRigInfluenceEntry::AffectedList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformUnaryOp \ +static_assert(alignof(FRigUnit_MathTransformUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathTransformUnaryOp) == 0x0000D0, "Wrong size on FRigUnit_MathTransformUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathTransformUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathTransformUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformUnaryOp, Result) == 0x000070, "Member 'FRigUnit_MathTransformUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigInfluenceEntryModifier \ +static_assert(alignof(FRigInfluenceEntryModifier) == 0x000008, "Wrong alignment on FRigInfluenceEntryModifier"); \ +static_assert(sizeof(FRigInfluenceEntryModifier) == 0x000010, "Wrong size on FRigInfluenceEntryModifier"); \ +static_assert(offsetof(FRigInfluenceEntryModifier, AffectedList) == 0x000000, "Member 'FRigInfluenceEntryModifier::AffectedList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorCeil \ +static_assert(alignof(FRigUnit_MathVectorCeil) == 0x000008, "Wrong alignment on FRigUnit_MathVectorCeil"); \ +static_assert(sizeof(FRigUnit_MathVectorCeil) == 0x000038, "Wrong size on FRigUnit_MathVectorCeil"); \ + +#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_MathVectorFromFloat \ +static_assert(alignof(FRigUnit_MathVectorFromFloat) == 0x000008, "Wrong alignment on FRigUnit_MathVectorFromFloat"); \ +static_assert(sizeof(FRigUnit_MathVectorFromFloat) == 0x000028, "Wrong size on FRigUnit_MathVectorFromFloat"); \ +static_assert(offsetof(FRigUnit_MathVectorFromFloat, Value) == 0x000008, "Member 'FRigUnit_MathVectorFromFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorFromFloat, Result) == 0x000010, "Member 'FRigUnit_MathVectorFromFloat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnitMutable \ +static_assert(alignof(FRigUnitMutable) == 0x000010, "Wrong alignment on FRigUnitMutable"); \ +static_assert(sizeof(FRigUnitMutable) == 0x0000D0, "Wrong size on FRigUnitMutable"); \ +static_assert(offsetof(FRigUnitMutable, ExecuteContext) == 0x000010, "Member 'FRigUnitMutable::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SimBase \ +static_assert(alignof(FRigUnit_SimBase) == 0x000008, "Wrong alignment on FRigUnit_SimBase"); \ +static_assert(sizeof(FRigUnit_SimBase) == 0x000008, "Wrong size on FRigUnit_SimBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateBase \ +static_assert(alignof(FRigUnit_AccumulateBase) == 0x000008, "Wrong alignment on FRigUnit_AccumulateBase"); \ +static_assert(sizeof(FRigUnit_AccumulateBase) == 0x000008, "Wrong size on FRigUnit_AccumulateBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformInverse \ +static_assert(alignof(FRigUnit_MathTransformInverse) == 0x000010, "Wrong alignment on FRigUnit_MathTransformInverse"); \ +static_assert(sizeof(FRigUnit_MathTransformInverse) == 0x0000D0, "Wrong size on FRigUnit_MathTransformInverse"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatAdd \ +static_assert(alignof(FRigUnit_AccumulateFloatAdd) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatAdd"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatAdd) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatAdd"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, Increment) == 0x000008, "Member 'FRigUnit_AccumulateFloatAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, bIntegrateDeltaTime) == 0x000010, "Member 'FRigUnit_AccumulateFloatAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, Result) == 0x000014, "Member 'FRigUnit_AccumulateFloatAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatAdd, AccumulatedValue) == 0x000018, "Member 'FRigUnit_AccumulateFloatAdd::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorWorkData \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorWorkData"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorWorkData) == 0x000090, "Wrong size on FRigUnit_MathRBFInterpolateVectorWorkData"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorAdd \ +static_assert(alignof(FRigUnit_AccumulateVectorAdd) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorAdd"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorAdd) == 0x000070, "Wrong size on FRigUnit_AccumulateVectorAdd"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, Increment) == 0x000008, "Member 'FRigUnit_AccumulateVectorAdd::Increment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, InitialValue) == 0x000020, "Member 'FRigUnit_AccumulateVectorAdd::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, bIntegrateDeltaTime) == 0x000038, "Member 'FRigUnit_AccumulateVectorAdd::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, Result) == 0x000040, "Member 'FRigUnit_AccumulateVectorAdd::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorAdd, AccumulatedValue) == 0x000058, "Member 'FRigUnit_AccumulateVectorAdd::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatMul \ +static_assert(alignof(FRigUnit_AccumulateFloatMul) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatMul"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatMul) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatMul"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, Multiplier) == 0x000008, "Member 'FRigUnit_AccumulateFloatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, bIntegrateDeltaTime) == 0x000010, "Member 'FRigUnit_AccumulateFloatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, Result) == 0x000014, "Member 'FRigUnit_AccumulateFloatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatMul, AccumulatedValue) == 0x000018, "Member 'FRigUnit_AccumulateFloatMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorMul \ +static_assert(alignof(FRigUnit_AccumulateVectorMul) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorMul"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorMul) == 0x000070, "Wrong size on FRigUnit_AccumulateVectorMul"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, Multiplier) == 0x000008, "Member 'FRigUnit_AccumulateVectorMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, InitialValue) == 0x000020, "Member 'FRigUnit_AccumulateVectorMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, bIntegrateDeltaTime) == 0x000038, "Member 'FRigUnit_AccumulateVectorMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, Result) == 0x000040, "Member 'FRigUnit_AccumulateVectorMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorMul, AccumulatedValue) == 0x000058, "Member 'FRigUnit_AccumulateVectorMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformTransformVector \ +static_assert(alignof(FRigUnit_MathTransformTransformVector) == 0x000010, "Wrong alignment on FRigUnit_MathTransformTransformVector"); \ +static_assert(sizeof(FRigUnit_MathTransformTransformVector) == 0x0000A0, "Wrong size on FRigUnit_MathTransformTransformVector"); \ +static_assert(offsetof(FRigUnit_MathTransformTransformVector, Transform) == 0x000010, "Member 'FRigUnit_MathTransformTransformVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformTransformVector, Location) == 0x000070, "Member 'FRigUnit_MathTransformTransformVector::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformTransformVector, Result) == 0x000088, "Member 'FRigUnit_MathTransformTransformVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateQuatMul \ +static_assert(alignof(FRigUnit_AccumulateQuatMul) == 0x000010, "Wrong alignment on FRigUnit_AccumulateQuatMul"); \ +static_assert(sizeof(FRigUnit_AccumulateQuatMul) == 0x0000A0, "Wrong size on FRigUnit_AccumulateQuatMul"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, Multiplier) == 0x000010, "Member 'FRigUnit_AccumulateQuatMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, InitialValue) == 0x000030, "Member 'FRigUnit_AccumulateQuatMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, bFlipOrder) == 0x000050, "Member 'FRigUnit_AccumulateQuatMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, bIntegrateDeltaTime) == 0x000051, "Member 'FRigUnit_AccumulateQuatMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, Result) == 0x000060, "Member 'FRigUnit_AccumulateQuatMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatMul, AccumulatedValue) == 0x000080, "Member 'FRigUnit_AccumulateQuatMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMax \ +static_assert(alignof(FRigUnit_MathVectorMax) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMax"); \ +static_assert(sizeof(FRigUnit_MathVectorMax) == 0x000050, "Wrong size on FRigUnit_MathVectorMax"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateTransformMul \ +static_assert(alignof(FRigUnit_AccumulateTransformMul) == 0x000010, "Wrong alignment on FRigUnit_AccumulateTransformMul"); \ +static_assert(sizeof(FRigUnit_AccumulateTransformMul) == 0x0001A0, "Wrong size on FRigUnit_AccumulateTransformMul"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, Multiplier) == 0x000010, "Member 'FRigUnit_AccumulateTransformMul::Multiplier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, InitialValue) == 0x000070, "Member 'FRigUnit_AccumulateTransformMul::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, bFlipOrder) == 0x0000D0, "Member 'FRigUnit_AccumulateTransformMul::bFlipOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, bIntegrateDeltaTime) == 0x0000D1, "Member 'FRigUnit_AccumulateTransformMul::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, Result) == 0x0000E0, "Member 'FRigUnit_AccumulateTransformMul::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformMul, AccumulatedValue) == 0x000140, "Member 'FRigUnit_AccumulateTransformMul::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatLerp \ +static_assert(alignof(FRigUnit_AccumulateFloatLerp) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatLerp) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, TargetValue) == 0x000008, "Member 'FRigUnit_AccumulateFloatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, InitialValue) == 0x00000C, "Member 'FRigUnit_AccumulateFloatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, Blend) == 0x000010, "Member 'FRigUnit_AccumulateFloatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, bIntegrateDeltaTime) == 0x000014, "Member 'FRigUnit_AccumulateFloatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, Result) == 0x000018, "Member 'FRigUnit_AccumulateFloatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatLerp, AccumulatedValue) == 0x00001C, "Member 'FRigUnit_AccumulateFloatLerp::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_FRigUnit_AccumulateVectorLerp \ +static_assert(alignof(FRigUnit_AccumulateVectorLerp) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorLerp) == 0x000070, "Wrong size on FRigUnit_AccumulateVectorLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, TargetValue) == 0x000008, "Member 'FRigUnit_AccumulateVectorLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, InitialValue) == 0x000020, "Member 'FRigUnit_AccumulateVectorLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, Blend) == 0x000038, "Member 'FRigUnit_AccumulateVectorLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, bIntegrateDeltaTime) == 0x00003C, "Member 'FRigUnit_AccumulateVectorLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, Result) == 0x000040, "Member 'FRigUnit_AccumulateVectorLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorLerp, AccumulatedValue) == 0x000058, "Member 'FRigUnit_AccumulateVectorLerp::AccumulatedValue' 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_HighlevelBaseMutable \ +static_assert(alignof(FRigUnit_HighlevelBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_HighlevelBaseMutable"); \ +static_assert(sizeof(FRigUnit_HighlevelBaseMutable) == 0x0000D0, "Wrong size on FRigUnit_HighlevelBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_FABRIKItemArray \ +static_assert(alignof(FRigUnit_FABRIKItemArray) == 0x000010, "Wrong alignment on FRigUnit_FABRIKItemArray"); \ +static_assert(sizeof(FRigUnit_FABRIKItemArray) == 0x0001A0, "Wrong size on FRigUnit_FABRIKItemArray"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Items) == 0x0000D0, "Member 'FRigUnit_FABRIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, EffectorTransform) == 0x0000E0, "Member 'FRigUnit_FABRIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Precision) == 0x000140, "Member 'FRigUnit_FABRIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, Weight) == 0x000144, "Member 'FRigUnit_FABRIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bPropagateToChildren) == 0x000148, "Member 'FRigUnit_FABRIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, MaxIterations) == 0x00014C, "Member 'FRigUnit_FABRIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, WorkData) == 0x000150, "Member 'FRigUnit_FABRIKItemArray::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKItemArray, bSetEffectorTransform) == 0x000190, "Member 'FRigUnit_FABRIKItemArray::bSetEffectorTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateQuatLerp \ +static_assert(alignof(FRigUnit_AccumulateQuatLerp) == 0x000010, "Wrong alignment on FRigUnit_AccumulateQuatLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateQuatLerp) == 0x0000A0, "Wrong size on FRigUnit_AccumulateQuatLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, TargetValue) == 0x000010, "Member 'FRigUnit_AccumulateQuatLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, InitialValue) == 0x000030, "Member 'FRigUnit_AccumulateQuatLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, Blend) == 0x000050, "Member 'FRigUnit_AccumulateQuatLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, bIntegrateDeltaTime) == 0x000054, "Member 'FRigUnit_AccumulateQuatLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, Result) == 0x000060, "Member 'FRigUnit_AccumulateQuatLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateQuatLerp, AccumulatedValue) == 0x000080, "Member 'FRigUnit_AccumulateQuatLerp::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateTransformLerp \ +static_assert(alignof(FRigUnit_AccumulateTransformLerp) == 0x000010, "Wrong alignment on FRigUnit_AccumulateTransformLerp"); \ +static_assert(sizeof(FRigUnit_AccumulateTransformLerp) == 0x0001A0, "Wrong size on FRigUnit_AccumulateTransformLerp"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, TargetValue) == 0x000010, "Member 'FRigUnit_AccumulateTransformLerp::TargetValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, InitialValue) == 0x000070, "Member 'FRigUnit_AccumulateTransformLerp::InitialValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, Blend) == 0x0000D0, "Member 'FRigUnit_AccumulateTransformLerp::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, bIntegrateDeltaTime) == 0x0000D4, "Member 'FRigUnit_AccumulateTransformLerp::bIntegrateDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, Result) == 0x0000E0, "Member 'FRigUnit_AccumulateTransformLerp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateTransformLerp, AccumulatedValue) == 0x000140, "Member 'FRigUnit_AccumulateTransformLerp::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateFloatRange \ +static_assert(alignof(FRigUnit_AccumulateFloatRange) == 0x000008, "Wrong alignment on FRigUnit_AccumulateFloatRange"); \ +static_assert(sizeof(FRigUnit_AccumulateFloatRange) == 0x000020, "Wrong size on FRigUnit_AccumulateFloatRange"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, Value) == 0x000008, "Member 'FRigUnit_AccumulateFloatRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, Minimum) == 0x00000C, "Member 'FRigUnit_AccumulateFloatRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, Maximum) == 0x000010, "Member 'FRigUnit_AccumulateFloatRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, AccumulatedMinimum) == 0x000014, "Member 'FRigUnit_AccumulateFloatRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateFloatRange, AccumulatedMaximum) == 0x000018, "Member 'FRigUnit_AccumulateFloatRange::AccumulatedMaximum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ForLoopCount \ +static_assert(alignof(FRigUnit_ForLoopCount) == 0x000010, "Wrong alignment on FRigUnit_ForLoopCount"); \ +static_assert(sizeof(FRigUnit_ForLoopCount) == 0x0001A0, "Wrong size on FRigUnit_ForLoopCount"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Count) == 0x0000D0, "Member 'FRigUnit_ForLoopCount::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Index) == 0x0000D4, "Member 'FRigUnit_ForLoopCount::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Ratio) == 0x0000D8, "Member 'FRigUnit_ForLoopCount::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Continue) == 0x0000DC, "Member 'FRigUnit_ForLoopCount::Continue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ForLoopCount, Completed) == 0x0000E0, "Member 'FRigUnit_ForLoopCount::Completed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AccumulateVectorRange \ +static_assert(alignof(FRigUnit_AccumulateVectorRange) == 0x000008, "Wrong alignment on FRigUnit_AccumulateVectorRange"); \ +static_assert(sizeof(FRigUnit_AccumulateVectorRange) == 0x000080, "Wrong size on FRigUnit_AccumulateVectorRange"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, Value) == 0x000008, "Member 'FRigUnit_AccumulateVectorRange::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, Minimum) == 0x000020, "Member 'FRigUnit_AccumulateVectorRange::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, Maximum) == 0x000038, "Member 'FRigUnit_AccumulateVectorRange::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, AccumulatedMinimum) == 0x000050, "Member 'FRigUnit_AccumulateVectorRange::AccumulatedMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AccumulateVectorRange, AccumulatedMaximum) == 0x000068, "Member 'FRigUnit_AccumulateVectorRange::AccumulatedMaximum' 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_AddBoneTransform \ +static_assert(alignof(FRigUnit_AddBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_AddBoneTransform"); \ +static_assert(sizeof(FRigUnit_AddBoneTransform) == 0x000170, "Wrong size on FRigUnit_AddBoneTransform"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bone) == 0x0000D0, "Member 'FRigUnit_AddBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Transform) == 0x0000E0, "Member 'FRigUnit_AddBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, Weight) == 0x000140, "Member 'FRigUnit_AddBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPostMultiply) == 0x000144, "Member 'FRigUnit_AddBoneTransform::bPostMultiply' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, bPropagateToChildren) == 0x000145, "Member 'FRigUnit_AddBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddBoneTransform, CachedBone) == 0x000148, "Member 'FRigUnit_AddBoneTransform::CachedBone' has a wrong offset!"); \ + +#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_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_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_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_Multiply_FloatFloat \ +static_assert(alignof(FRigUnit_Multiply_FloatFloat) == 0x000008, "Wrong alignment on FRigUnit_Multiply_FloatFloat"); \ +static_assert(sizeof(FRigUnit_Multiply_FloatFloat) == 0x000018, "Wrong size on FRigUnit_Multiply_FloatFloat"); \ + +#define DUMPER7_ASSERTS_FRigUnit_HighlevelBase \ +static_assert(alignof(FRigUnit_HighlevelBase) == 0x000008, "Wrong alignment on FRigUnit_HighlevelBase"); \ +static_assert(sizeof(FRigUnit_HighlevelBase) == 0x000008, "Wrong size on FRigUnit_HighlevelBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AimBoneMath \ +static_assert(alignof(FRigUnit_AimBoneMath) == 0x000010, "Wrong alignment on FRigUnit_AimBoneMath"); \ +static_assert(sizeof(FRigUnit_AimBoneMath) == 0x000220, "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!"); \ + +#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_AimBone \ +static_assert(alignof(FRigUnit_AimBone) == 0x000010, "Wrong alignment on FRigUnit_AimBone"); \ +static_assert(sizeof(FRigUnit_AimBone) == 0x000240, "Wrong size on FRigUnit_AimBone"); \ +static_assert(offsetof(FRigUnit_AimBone, bone) == 0x0000D0, "Member 'FRigUnit_AimBone::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Primary) == 0x0000D8, "Member 'FRigUnit_AimBone::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Secondary) == 0x000120, "Member 'FRigUnit_AimBone::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, Weight) == 0x000168, "Member 'FRigUnit_AimBone::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, bPropagateToChildren) == 0x00016C, "Member 'FRigUnit_AimBone::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, DebugSettings) == 0x000170, "Member 'FRigUnit_AimBone::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, CachedBoneIndex) == 0x0001E0, "Member 'FRigUnit_AimBone::CachedBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, PrimaryCachedSpace) == 0x000200, "Member 'FRigUnit_AimBone::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimBone, SecondaryCachedSpace) == 0x000220, "Member 'FRigUnit_AimBone::SecondaryCachedSpace' 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) == 0x000250, "Wrong size on FRigUnit_AimItem"); \ +static_assert(offsetof(FRigUnit_AimItem, Item) == 0x0000D0, "Member 'FRigUnit_AimItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Primary) == 0x0000E0, "Member 'FRigUnit_AimItem::Primary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Secondary) == 0x000128, "Member 'FRigUnit_AimItem::Secondary' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, Weight) == 0x000170, "Member 'FRigUnit_AimItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, DebugSettings) == 0x000180, "Member 'FRigUnit_AimItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, CachedItem) == 0x0001F0, "Member 'FRigUnit_AimItem::CachedItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, PrimaryCachedSpace) == 0x000210, "Member 'FRigUnit_AimItem::PrimaryCachedSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimItem, SecondaryCachedSpace) == 0x000230, "Member 'FRigUnit_AimItem::SecondaryCachedSpace' 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) == 0x000140, "Wrong size on FRigUnit_AimConstraint"); \ +static_assert(offsetof(FRigUnit_AimConstraint, Joint) == 0x0000D0, "Member 'FRigUnit_AimConstraint::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimMode) == 0x0000D8, "Member 'FRigUnit_AimConstraint::AimMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpMode) == 0x0000D9, "Member 'FRigUnit_AimConstraint::UpMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimVector) == 0x0000E0, "Member 'FRigUnit_AimConstraint::AimVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpVector) == 0x0000F8, "Member 'FRigUnit_AimConstraint::UpVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, AimTargets) == 0x000110, "Member 'FRigUnit_AimConstraint::AimTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, UpTargets) == 0x000120, "Member 'FRigUnit_AimConstraint::UpTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AimConstraint, WorkData) == 0x000130, "Member 'FRigUnit_AimConstraint::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AlphaInterp \ +static_assert(alignof(FRigUnit_AlphaInterp) == 0x000008, "Wrong alignment on FRigUnit_AlphaInterp"); \ +static_assert(sizeof(FRigUnit_AlphaInterp) == 0x000078, "Wrong size on FRigUnit_AlphaInterp"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Value) == 0x000008, "Member 'FRigUnit_AlphaInterp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Scale) == 0x00000C, "Member 'FRigUnit_AlphaInterp::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Bias) == 0x000010, "Member 'FRigUnit_AlphaInterp::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, bMapRange) == 0x000014, "Member 'FRigUnit_AlphaInterp::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, InRange) == 0x000018, "Member 'FRigUnit_AlphaInterp::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, OutRange) == 0x000020, "Member 'FRigUnit_AlphaInterp::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, bClampResult) == 0x000028, "Member 'FRigUnit_AlphaInterp::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, ClampMin) == 0x00002C, "Member 'FRigUnit_AlphaInterp::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, ClampMax) == 0x000030, "Member 'FRigUnit_AlphaInterp::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, bInterpResult) == 0x000034, "Member 'FRigUnit_AlphaInterp::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, InterpSpeedIncreasing) == 0x000038, "Member 'FRigUnit_AlphaInterp::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, InterpSpeedDecreasing) == 0x00003C, "Member 'FRigUnit_AlphaInterp::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, Result) == 0x000040, "Member 'FRigUnit_AlphaInterp::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterp, ScaleBiasClamp) == 0x000044, "Member 'FRigUnit_AlphaInterp::ScaleBiasClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstant \ +static_assert(alignof(FRigUnit_MathFloatConstant) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstant"); \ +static_assert(sizeof(FRigUnit_MathFloatConstant) == 0x000010, "Wrong size on FRigUnit_MathFloatConstant"); \ +static_assert(offsetof(FRigUnit_MathFloatConstant, Value) == 0x000008, "Member 'FRigUnit_MathFloatConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstPi \ +static_assert(alignof(FRigUnit_MathFloatConstPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstPi"); \ +static_assert(sizeof(FRigUnit_MathFloatConstPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstPi"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AlphaInterpVector \ +static_assert(alignof(FRigUnit_AlphaInterpVector) == 0x000008, "Wrong alignment on FRigUnit_AlphaInterpVector"); \ +static_assert(sizeof(FRigUnit_AlphaInterpVector) == 0x0000A0, "Wrong size on FRigUnit_AlphaInterpVector"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Value) == 0x000008, "Member 'FRigUnit_AlphaInterpVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Scale) == 0x000020, "Member 'FRigUnit_AlphaInterpVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Bias) == 0x000024, "Member 'FRigUnit_AlphaInterpVector::Bias' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, bMapRange) == 0x000028, "Member 'FRigUnit_AlphaInterpVector::bMapRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, InRange) == 0x00002C, "Member 'FRigUnit_AlphaInterpVector::InRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, OutRange) == 0x000034, "Member 'FRigUnit_AlphaInterpVector::OutRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, bClampResult) == 0x00003C, "Member 'FRigUnit_AlphaInterpVector::bClampResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, ClampMin) == 0x000040, "Member 'FRigUnit_AlphaInterpVector::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, ClampMax) == 0x000044, "Member 'FRigUnit_AlphaInterpVector::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, bInterpResult) == 0x000048, "Member 'FRigUnit_AlphaInterpVector::bInterpResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, InterpSpeedIncreasing) == 0x00004C, "Member 'FRigUnit_AlphaInterpVector::InterpSpeedIncreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, InterpSpeedDecreasing) == 0x000050, "Member 'FRigUnit_AlphaInterpVector::InterpSpeedDecreasing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, Result) == 0x000058, "Member 'FRigUnit_AlphaInterpVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AlphaInterpVector, ScaleBiasClamp) == 0x000070, "Member 'FRigUnit_AlphaInterpVector::ScaleBiasClamp' 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_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_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_FitChainToCurve \ +static_assert(alignof(FRigUnit_FitChainToCurve) == 0x000010, "Wrong alignment on FRigUnit_FitChainToCurve"); \ +static_assert(sizeof(FRigUnit_FitChainToCurve) == 0x0002F0, "Wrong size on FRigUnit_FitChainToCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, StartBone) == 0x0000D0, "Member 'FRigUnit_FitChainToCurve::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, EndBone) == 0x0000D8, "Member 'FRigUnit_FitChainToCurve::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Bezier) == 0x0000E0, "Member 'FRigUnit_FitChainToCurve::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Alignment) == 0x000140, "Member 'FRigUnit_FitChainToCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Minimum) == 0x000144, "Member 'FRigUnit_FitChainToCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Maximum) == 0x000148, "Member 'FRigUnit_FitChainToCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SamplingPrecision) == 0x00014C, "Member 'FRigUnit_FitChainToCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PrimaryAxis) == 0x000150, "Member 'FRigUnit_FitChainToCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, SecondaryAxis) == 0x000168, "Member 'FRigUnit_FitChainToCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, PoleVectorPosition) == 0x000180, "Member 'FRigUnit_FitChainToCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Rotations) == 0x000198, "Member 'FRigUnit_FitChainToCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, RotationEaseType) == 0x0001A8, "Member 'FRigUnit_FitChainToCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, Weight) == 0x0001AC, "Member 'FRigUnit_FitChainToCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, bPropagateToChildren) == 0x0001B0, "Member 'FRigUnit_FitChainToCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, DebugSettings) == 0x0001C0, "Member 'FRigUnit_FitChainToCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurve, WorkData) == 0x000250, "Member 'FRigUnit_FitChainToCurve::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimEasingType \ +static_assert(alignof(FRigUnit_AnimEasingType) == 0x000008, "Wrong alignment on FRigUnit_AnimEasingType"); \ +static_assert(sizeof(FRigUnit_AnimEasingType) == 0x000010, "Wrong size on FRigUnit_AnimEasingType"); \ +static_assert(offsetof(FRigUnit_AnimEasingType, Type) == 0x000008, "Member 'FRigUnit_AnimEasingType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimEasing \ +static_assert(alignof(FRigUnit_AnimEasing) == 0x000008, "Wrong alignment on FRigUnit_AnimEasing"); \ +static_assert(sizeof(FRigUnit_AnimEasing) == 0x000028, "Wrong size on FRigUnit_AnimEasing"); \ +static_assert(offsetof(FRigUnit_AnimEasing, Value) == 0x000008, "Member 'FRigUnit_AnimEasing::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, Type) == 0x00000C, "Member 'FRigUnit_AnimEasing::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, SourceMinimum) == 0x000010, "Member 'FRigUnit_AnimEasing::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, SourceMaximum) == 0x000014, "Member 'FRigUnit_AnimEasing::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, TargetMinimum) == 0x000018, "Member 'FRigUnit_AnimEasing::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, TargetMaximum) == 0x00001C, "Member 'FRigUnit_AnimEasing::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEasing, Result) == 0x000020, "Member 'FRigUnit_AnimEasing::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatBinaryOp \ +static_assert(alignof(FRigUnit_MathFloatBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathFloatBinaryOp) == 0x000018, "Wrong size on FRigUnit_MathFloatBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathFloatBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathFloatBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatBinaryOp, B) == 0x00000C, "Member 'FRigUnit_MathFloatBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatBinaryOp, Result) == 0x000010, "Member 'FRigUnit_MathFloatBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAdd \ +static_assert(alignof(FRigUnit_MathFloatAdd) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAdd"); \ +static_assert(sizeof(FRigUnit_MathFloatAdd) == 0x000018, "Wrong size on FRigUnit_MathFloatAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimEvalRichCurve \ +static_assert(alignof(FRigUnit_AnimEvalRichCurve) == 0x000008, "Wrong alignment on FRigUnit_AnimEvalRichCurve"); \ +static_assert(sizeof(FRigUnit_AnimEvalRichCurve) == 0x0000B0, "Wrong size on FRigUnit_AnimEvalRichCurve"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Value) == 0x000008, "Member 'FRigUnit_AnimEvalRichCurve::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Curve) == 0x000010, "Member 'FRigUnit_AnimEvalRichCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, SourceMinimum) == 0x000098, "Member 'FRigUnit_AnimEvalRichCurve::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, SourceMaximum) == 0x00009C, "Member 'FRigUnit_AnimEvalRichCurve::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, TargetMinimum) == 0x0000A0, "Member 'FRigUnit_AnimEvalRichCurve::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, TargetMaximum) == 0x0000A4, "Member 'FRigUnit_AnimEvalRichCurve::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AnimEvalRichCurve, Result) == 0x0000A8, "Member 'FRigUnit_AnimEvalRichCurve::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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, Value) == 0x000010, "Member 'FRigUnit_GetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetCurveValue, CachedCurveIndex) == 0x000018, "Member 'FRigUnit_GetCurveValue::CachedCurveIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AnimRichCurve \ +static_assert(alignof(FRigUnit_AnimRichCurve) == 0x000008, "Wrong alignment on FRigUnit_AnimRichCurve"); \ +static_assert(sizeof(FRigUnit_AnimRichCurve) == 0x000090, "Wrong size on FRigUnit_AnimRichCurve"); \ +static_assert(offsetof(FRigUnit_AnimRichCurve, Curve) == 0x000008, "Member 'FRigUnit_AnimRichCurve::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ApplyFK \ +static_assert(alignof(FRigUnit_ApplyFK) == 0x000010, "Wrong alignment on FRigUnit_ApplyFK"); \ +static_assert(sizeof(FRigUnit_ApplyFK) == 0x0001C0, "Wrong size on FRigUnit_ApplyFK"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Joint) == 0x0000D0, "Member 'FRigUnit_ApplyFK::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Transform) == 0x0000E0, "Member 'FRigUnit_ApplyFK::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, Filter) == 0x000140, "Member 'FRigUnit_ApplyFK::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformMode) == 0x000149, "Member 'FRigUnit_ApplyFK::ApplyTransformMode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, ApplyTransformSpace) == 0x00014A, "Member 'FRigUnit_ApplyFK::ApplyTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseTransform) == 0x000150, "Member 'FRigUnit_ApplyFK::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ApplyFK, BaseJoint) == 0x0001B0, "Member 'FRigUnit_ApplyFK::BaseJoint' 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) == 0x0000D0, "Wrong size on FRigUnit_BeginExecution"); \ +static_assert(offsetof(FRigUnit_BeginExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_BeginExecution::ExecuteContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Clamp_Float \ +static_assert(alignof(FRigUnit_Clamp_Float) == 0x000008, "Wrong alignment on FRigUnit_Clamp_Float"); \ +static_assert(sizeof(FRigUnit_Clamp_Float) == 0x000018, "Wrong size on FRigUnit_Clamp_Float"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Value) == 0x000008, "Member 'FRigUnit_Clamp_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Min) == 0x00000C, "Member 'FRigUnit_Clamp_Float::Min' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Max) == 0x000010, "Member 'FRigUnit_Clamp_Float::Max' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Clamp_Float, Result) == 0x000014, "Member 'FRigUnit_Clamp_Float::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_BoneHarmonics \ +static_assert(alignof(FRigUnit_BoneHarmonics) == 0x000010, "Wrong alignment on FRigUnit_BoneHarmonics"); \ +static_assert(sizeof(FRigUnit_BoneHarmonics) == 0x000190, "Wrong size on FRigUnit_BoneHarmonics"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, Bones) == 0x0000D0, "Member 'FRigUnit_BoneHarmonics::Bones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveSpeed) == 0x0000E0, "Member 'FRigUnit_BoneHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveFrequency) == 0x0000F8, "Member 'FRigUnit_BoneHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveAmplitude) == 0x000110, "Member 'FRigUnit_BoneHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveOffset) == 0x000128, "Member 'FRigUnit_BoneHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveNoise) == 0x000140, "Member 'FRigUnit_BoneHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveEase) == 0x000158, "Member 'FRigUnit_BoneHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMinimum) == 0x00015C, "Member 'FRigUnit_BoneHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WaveMaximum) == 0x000160, "Member 'FRigUnit_BoneHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, RotationOrder) == 0x000164, "Member 'FRigUnit_BoneHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, bPropagateToChildren) == 0x000165, "Member 'FRigUnit_BoneHarmonics::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_BoneHarmonics, WorkData) == 0x000168, "Member 'FRigUnit_BoneHarmonics::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_ItemHarmonics \ +static_assert(alignof(FRigUnit_ItemHarmonics) == 0x000010, "Wrong alignment on FRigUnit_ItemHarmonics"); \ +static_assert(sizeof(FRigUnit_ItemHarmonics) == 0x000190, "Wrong size on FRigUnit_ItemHarmonics"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, Targets) == 0x0000D0, "Member 'FRigUnit_ItemHarmonics::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveSpeed) == 0x0000E0, "Member 'FRigUnit_ItemHarmonics::WaveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveFrequency) == 0x0000F8, "Member 'FRigUnit_ItemHarmonics::WaveFrequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveAmplitude) == 0x000110, "Member 'FRigUnit_ItemHarmonics::WaveAmplitude' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveOffset) == 0x000128, "Member 'FRigUnit_ItemHarmonics::WaveOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveNoise) == 0x000140, "Member 'FRigUnit_ItemHarmonics::WaveNoise' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveEase) == 0x000158, "Member 'FRigUnit_ItemHarmonics::WaveEase' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMinimum) == 0x00015C, "Member 'FRigUnit_ItemHarmonics::WaveMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WaveMaximum) == 0x000160, "Member 'FRigUnit_ItemHarmonics::WaveMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, RotationOrder) == 0x000164, "Member 'FRigUnit_ItemHarmonics::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ItemHarmonics, WorkData) == 0x000168, "Member 'FRigUnit_ItemHarmonics::WorkData' 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) == 0x0000D0, "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) == 0x000160, "Wrong size on FRigUnit_HierarchySetPoseItemArray"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Pose) == 0x0000D0, "Member 'FRigUnit_HierarchySetPoseItemArray::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ElementType) == 0x000140, "Member 'FRigUnit_HierarchySetPoseItemArray::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Space) == 0x000141, "Member 'FRigUnit_HierarchySetPoseItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, ItemsToSet) == 0x000148, "Member 'FRigUnit_HierarchySetPoseItemArray::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPoseItemArray, Weight) == 0x000158, "Member 'FRigUnit_HierarchySetPoseItemArray::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Item \ +static_assert(alignof(FRigUnit_Item) == 0x000008, "Wrong alignment on FRigUnit_Item"); \ +static_assert(sizeof(FRigUnit_Item) == 0x000018, "Wrong size on FRigUnit_Item"); \ +static_assert(offsetof(FRigUnit_Item, Item) == 0x000008, "Member 'FRigUnit_Item::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_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_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_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_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_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_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 \ +static_assert(alignof(FRigUnit_CCDIK) == 0x000010, "Wrong alignment on FRigUnit_CCDIK"); \ +static_assert(sizeof(FRigUnit_CCDIK) == 0x0001D0, "Wrong size on FRigUnit_CCDIK"); \ +static_assert(offsetof(FRigUnit_CCDIK, StartBone) == 0x0000D0, "Member 'FRigUnit_CCDIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorBone) == 0x0000D8, "Member 'FRigUnit_CCDIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, EffectorTransform) == 0x0000E0, "Member 'FRigUnit_CCDIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Precision) == 0x000140, "Member 'FRigUnit_CCDIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, Weight) == 0x000144, "Member 'FRigUnit_CCDIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, MaxIterations) == 0x000148, "Member 'FRigUnit_CCDIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bStartFromTail) == 0x00014C, "Member 'FRigUnit_CCDIK::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, BaseRotationLimit) == 0x000150, "Member 'FRigUnit_CCDIK::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, RotationLimits) == 0x000158, "Member 'FRigUnit_CCDIK::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, bPropagateToChildren) == 0x000168, "Member 'FRigUnit_CCDIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIK, WorkData) == 0x000170, "Member 'FRigUnit_CCDIK::WorkData' 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_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_CCDIKPerItem \ +static_assert(alignof(FRigUnit_CCDIKPerItem) == 0x000010, "Wrong alignment on FRigUnit_CCDIKPerItem"); \ +static_assert(sizeof(FRigUnit_CCDIKPerItem) == 0x0001D0, "Wrong size on FRigUnit_CCDIKPerItem"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Items) == 0x0000D0, "Member 'FRigUnit_CCDIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, EffectorTransform) == 0x0000E0, "Member 'FRigUnit_CCDIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Precision) == 0x000140, "Member 'FRigUnit_CCDIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, Weight) == 0x000144, "Member 'FRigUnit_CCDIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, MaxIterations) == 0x000148, "Member 'FRigUnit_CCDIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bStartFromTail) == 0x00014C, "Member 'FRigUnit_CCDIKPerItem::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, BaseRotationLimit) == 0x000150, "Member 'FRigUnit_CCDIKPerItem::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, RotationLimits) == 0x000158, "Member 'FRigUnit_CCDIKPerItem::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, bPropagateToChildren) == 0x000168, "Member 'FRigUnit_CCDIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKPerItem, WorkData) == 0x000170, "Member 'FRigUnit_CCDIKPerItem::WorkData' 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) == 0x0001D0, "Wrong size on FRigUnit_CCDIKItemArray"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Items) == 0x0000D0, "Member 'FRigUnit_CCDIKItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, EffectorTransform) == 0x0000E0, "Member 'FRigUnit_CCDIKItemArray::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Precision) == 0x000140, "Member 'FRigUnit_CCDIKItemArray::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, Weight) == 0x000144, "Member 'FRigUnit_CCDIKItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, MaxIterations) == 0x000148, "Member 'FRigUnit_CCDIKItemArray::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bStartFromTail) == 0x00014C, "Member 'FRigUnit_CCDIKItemArray::bStartFromTail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, BaseRotationLimit) == 0x000150, "Member 'FRigUnit_CCDIKItemArray::BaseRotationLimit' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, RotationLimits) == 0x000158, "Member 'FRigUnit_CCDIKItemArray::RotationLimits' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, bPropagateToChildren) == 0x000168, "Member 'FRigUnit_CCDIKItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CCDIKItemArray, WorkData) == 0x000170, "Member 'FRigUnit_CCDIKItemArray::WorkData' 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_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_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_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_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_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) == 0x0003A0, "Wrong size on FRigUnit_ChainHarmonics"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, ChainRoot) == 0x0000D0, "Member 'FRigUnit_ChainHarmonics::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Speed) == 0x0000D8, "Member 'FRigUnit_ChainHarmonics::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Reach) == 0x0000F0, "Member 'FRigUnit_ChainHarmonics::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, wave) == 0x000138, "Member 'FRigUnit_ChainHarmonics::wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WaveCurve) == 0x0001B0, "Member 'FRigUnit_ChainHarmonics::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, Pendulum) == 0x000238, "Member 'FRigUnit_ChainHarmonics::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, bDrawDebug) == 0x000290, "Member 'FRigUnit_ChainHarmonics::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, DrawWorldOffset) == 0x0002A0, "Member 'FRigUnit_ChainHarmonics::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonics, WorkData) == 0x000300, "Member 'FRigUnit_ChainHarmonics::WorkData' 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) == 0x0001A0, "Wrong size on FRigUnit_FABRIK"); \ +static_assert(offsetof(FRigUnit_FABRIK, StartBone) == 0x0000D0, "Member 'FRigUnit_FABRIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorBone) == 0x0000D8, "Member 'FRigUnit_FABRIK::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, EffectorTransform) == 0x0000E0, "Member 'FRigUnit_FABRIK::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Precision) == 0x000140, "Member 'FRigUnit_FABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, Weight) == 0x000144, "Member 'FRigUnit_FABRIK::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bPropagateToChildren) == 0x000148, "Member 'FRigUnit_FABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, MaxIterations) == 0x00014C, "Member 'FRigUnit_FABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, WorkData) == 0x000150, "Member 'FRigUnit_FABRIK::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIK, bSetEffectorTransform) == 0x000190, "Member 'FRigUnit_FABRIK::bSetEffectorTransform' 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) == 0x0003A0, "Wrong size on FRigUnit_ChainHarmonicsPerItem"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, ChainRoot) == 0x0000D0, "Member 'FRigUnit_ChainHarmonicsPerItem::ChainRoot' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Speed) == 0x0000E0, "Member 'FRigUnit_ChainHarmonicsPerItem::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Reach) == 0x0000F8, "Member 'FRigUnit_ChainHarmonicsPerItem::Reach' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, wave) == 0x000140, "Member 'FRigUnit_ChainHarmonicsPerItem::wave' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WaveCurve) == 0x0001B8, "Member 'FRigUnit_ChainHarmonicsPerItem::WaveCurve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, Pendulum) == 0x000240, "Member 'FRigUnit_ChainHarmonicsPerItem::Pendulum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, bDrawDebug) == 0x000298, "Member 'FRigUnit_ChainHarmonicsPerItem::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, DrawWorldOffset) == 0x0002A0, "Member 'FRigUnit_ChainHarmonicsPerItem::DrawWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ChainHarmonicsPerItem, WorkData) == 0x000300, "Member 'FRigUnit_ChainHarmonicsPerItem::WorkData' 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_FRigUnit_CollectionBaseMutable \ +static_assert(alignof(FRigUnit_CollectionBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_CollectionBaseMutable"); \ +static_assert(sizeof(FRigUnit_CollectionBaseMutable) == 0x0000D0, "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) == 0x000050, "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!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, CachedCollection) == 0x000038, "Member 'FRigUnit_CollectionChain::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChain, CachedHierarchyHash) == 0x000048, "Member 'FRigUnit_CollectionChain::CachedHierarchyHash' 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) == 0x000050, "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!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, CachedCollection) == 0x000038, "Member 'FRigUnit_CollectionChainArray::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChainArray, CachedHierarchyHash) == 0x000048, "Member 'FRigUnit_CollectionChainArray::CachedHierarchyHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_IsInteracting \ +static_assert(alignof(FRigUnit_IsInteracting) == 0x000008, "Wrong alignment on FRigUnit_IsInteracting"); \ +static_assert(sizeof(FRigUnit_IsInteracting) == 0x000010, "Wrong size on FRigUnit_IsInteracting"); \ +static_assert(offsetof(FRigUnit_IsInteracting, bIsInteracting) == 0x000008, "Member 'FRigUnit_IsInteracting::bIsInteracting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearch \ +static_assert(alignof(FRigUnit_CollectionNameSearch) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearch"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearch) == 0x000040, "Wrong size on FRigUnit_CollectionNameSearch"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, PartialName) == 0x000008, "Member 'FRigUnit_CollectionNameSearch::PartialName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, TypeToSearch) == 0x000010, "Member 'FRigUnit_CollectionNameSearch::TypeToSearch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, Collection) == 0x000018, "Member 'FRigUnit_CollectionNameSearch::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, CachedCollection) == 0x000028, "Member 'FRigUnit_CollectionNameSearch::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearch, CachedHierarchyHash) == 0x000038, "Member 'FRigUnit_CollectionNameSearch::CachedHierarchyHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionNameSearchArray \ +static_assert(alignof(FRigUnit_CollectionNameSearchArray) == 0x000008, "Wrong alignment on FRigUnit_CollectionNameSearchArray"); \ +static_assert(sizeof(FRigUnit_CollectionNameSearchArray) == 0x000040, "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!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, CachedCollection) == 0x000028, "Member 'FRigUnit_CollectionNameSearchArray::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionNameSearchArray, CachedHierarchyHash) == 0x000038, "Member 'FRigUnit_CollectionNameSearchArray::CachedHierarchyHash' 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) == 0x000040, "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!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, CachedCollection) == 0x000028, "Member 'FRigUnit_CollectionChildren::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildren, CachedHierarchyHash) == 0x000038, "Member 'FRigUnit_CollectionChildren::CachedHierarchyHash' 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) == 0x0002F0, "Wrong size on FRigUnit_FitChainToCurveItemArray"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Items) == 0x0000D0, "Member 'FRigUnit_FitChainToCurveItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Bezier) == 0x0000E0, "Member 'FRigUnit_FitChainToCurveItemArray::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Alignment) == 0x000140, "Member 'FRigUnit_FitChainToCurveItemArray::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Minimum) == 0x000144, "Member 'FRigUnit_FitChainToCurveItemArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Maximum) == 0x000148, "Member 'FRigUnit_FitChainToCurveItemArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SamplingPrecision) == 0x00014C, "Member 'FRigUnit_FitChainToCurveItemArray::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PrimaryAxis) == 0x000150, "Member 'FRigUnit_FitChainToCurveItemArray::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, SecondaryAxis) == 0x000168, "Member 'FRigUnit_FitChainToCurveItemArray::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, PoleVectorPosition) == 0x000180, "Member 'FRigUnit_FitChainToCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Rotations) == 0x000198, "Member 'FRigUnit_FitChainToCurveItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, RotationEaseType) == 0x0001A8, "Member 'FRigUnit_FitChainToCurveItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, Weight) == 0x0001AC, "Member 'FRigUnit_FitChainToCurveItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, bPropagateToChildren) == 0x0001B0, "Member 'FRigUnit_FitChainToCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, DebugSettings) == 0x0001C0, "Member 'FRigUnit_FitChainToCurveItemArray::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurveItemArray, WorkData) == 0x000250, "Member 'FRigUnit_FitChainToCurveItemArray::WorkData' 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) == 0x000040, "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!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, CachedCollection) == 0x000028, "Member 'FRigUnit_CollectionChildrenArray::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionChildrenArray, CachedHierarchyHash) == 0x000038, "Member 'FRigUnit_CollectionChildrenArray::CachedHierarchyHash' 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_CollectionReplaceItems \ +static_assert(alignof(FRigUnit_CollectionReplaceItems) == 0x000008, "Wrong alignment on FRigUnit_CollectionReplaceItems"); \ +static_assert(sizeof(FRigUnit_CollectionReplaceItems) == 0x000058, "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!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, CachedCollection) == 0x000040, "Member 'FRigUnit_CollectionReplaceItems::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItems, CachedHierarchyHash) == 0x000050, "Member 'FRigUnit_CollectionReplaceItems::CachedHierarchyHash' 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) == 0x000058, "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!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, CachedCollection) == 0x000040, "Member 'FRigUnit_CollectionReplaceItemsArray::CachedCollection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionReplaceItemsArray, CachedHierarchyHash) == 0x000050, "Member 'FRigUnit_CollectionReplaceItemsArray::CachedHierarchyHash' 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_MathBoolConstant \ +static_assert(alignof(FRigUnit_MathBoolConstant) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstant"); \ +static_assert(sizeof(FRigUnit_MathBoolConstant) == 0x000010, "Wrong size on FRigUnit_MathBoolConstant"); \ +static_assert(offsetof(FRigUnit_MathBoolConstant, Value) == 0x000008, "Member 'FRigUnit_MathBoolConstant::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolConstTrue \ +static_assert(alignof(FRigUnit_MathBoolConstTrue) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstTrue"); \ +static_assert(sizeof(FRigUnit_MathBoolConstTrue) == 0x000010, "Wrong size on FRigUnit_MathBoolConstTrue"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_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_MathBoolNand \ +static_assert(alignof(FRigUnit_MathBoolNand) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNand"); \ +static_assert(sizeof(FRigUnit_MathBoolNand) == 0x000010, "Wrong size on FRigUnit_MathBoolNand"); \ + +#define DUMPER7_ASSERTS_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_MathFloatRemap \ +static_assert(alignof(FRigUnit_MathFloatRemap) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRemap"); \ +static_assert(sizeof(FRigUnit_MathFloatRemap) == 0x000028, "Wrong size on FRigUnit_MathFloatRemap"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, Value) == 0x000008, "Member 'FRigUnit_MathFloatRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, SourceMinimum) == 0x00000C, "Member 'FRigUnit_MathFloatRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, SourceMaximum) == 0x000010, "Member 'FRigUnit_MathFloatRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, TargetMinimum) == 0x000014, "Member 'FRigUnit_MathFloatRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, TargetMaximum) == 0x000018, "Member 'FRigUnit_MathFloatRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, bClamp) == 0x00001C, "Member 'FRigUnit_MathFloatRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRemap, Result) == 0x000020, "Member 'FRigUnit_MathFloatRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_MathBoolToggled \ +static_assert(alignof(FRigUnit_MathBoolToggled) == 0x000008, "Wrong alignment on FRigUnit_MathBoolToggled"); \ +static_assert(sizeof(FRigUnit_MathBoolToggled) == 0x000010, "Wrong size on FRigUnit_MathBoolToggled"); \ +static_assert(offsetof(FRigUnit_MathBoolToggled, Value) == 0x000008, "Member 'FRigUnit_MathBoolToggled::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolToggled, Toggled) == 0x000009, "Member 'FRigUnit_MathBoolToggled::Toggled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolToggled, Initialized) == 0x00000A, "Member 'FRigUnit_MathBoolToggled::Initialized' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolToggled, LastValue) == 0x00000B, "Member 'FRigUnit_MathBoolToggled::LastValue' 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_MathBoolUnaryOp \ +static_assert(alignof(FRigUnit_MathBoolUnaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathBoolUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathBoolUnaryOp) == 0x000010, "Wrong size on FRigUnit_MathBoolUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathBoolUnaryOp, Value) == 0x000008, "Member 'FRigUnit_MathBoolUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolUnaryOp, Result) == 0x000009, "Member 'FRigUnit_MathBoolUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_CollectionLoop \ +static_assert(alignof(FRigUnit_CollectionLoop) == 0x000010, "Wrong alignment on FRigUnit_CollectionLoop"); \ +static_assert(sizeof(FRigUnit_CollectionLoop) == 0x0001C0, "Wrong size on FRigUnit_CollectionLoop"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Collection) == 0x0000D0, "Member 'FRigUnit_CollectionLoop::Collection' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Item) == 0x0000E0, "Member 'FRigUnit_CollectionLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Index) == 0x0000EC, "Member 'FRigUnit_CollectionLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Count) == 0x0000F0, "Member 'FRigUnit_CollectionLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Ratio) == 0x0000F4, "Member 'FRigUnit_CollectionLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Continue) == 0x0000F8, "Member 'FRigUnit_CollectionLoop::Continue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_CollectionLoop, Completed) == 0x000100, "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_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!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorBinaryOp \ +static_assert(alignof(FRigUnit_MathColorBinaryOp) == 0x000008, "Wrong alignment on FRigUnit_MathColorBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathColorBinaryOp) == 0x000038, "Wrong size on FRigUnit_MathColorBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathColorBinaryOp, A) == 0x000008, "Member 'FRigUnit_MathColorBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorBinaryOp, B) == 0x000018, "Member 'FRigUnit_MathColorBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorBinaryOp, Result) == 0x000028, "Member 'FRigUnit_MathColorBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorAdd \ +static_assert(alignof(FRigUnit_MathColorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathColorAdd"); \ +static_assert(sizeof(FRigUnit_MathColorAdd) == 0x000038, "Wrong size on FRigUnit_MathColorAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_FRigUnit_MathIntGreater \ +static_assert(alignof(FRigUnit_MathIntGreater) == 0x000008, "Wrong alignment on FRigUnit_MathIntGreater"); \ +static_assert(sizeof(FRigUnit_MathIntGreater) == 0x000018, "Wrong size on FRigUnit_MathIntGreater"); \ +static_assert(offsetof(FRigUnit_MathIntGreater, A) == 0x000008, "Member 'FRigUnit_MathIntGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreater, B) == 0x00000C, "Member 'FRigUnit_MathIntGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreater, Result) == 0x000010, "Member 'FRigUnit_MathIntGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathBoolEquals \ +static_assert(alignof(FRigUnit_MathBoolEquals) == 0x000008, "Wrong alignment on FRigUnit_MathBoolEquals"); \ +static_assert(sizeof(FRigUnit_MathBoolEquals) == 0x000010, "Wrong size on FRigUnit_MathBoolEquals"); \ +static_assert(offsetof(FRigUnit_MathBoolEquals, A) == 0x000008, "Member 'FRigUnit_MathBoolEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolEquals, B) == 0x000009, "Member 'FRigUnit_MathBoolEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathBoolEquals, Result) == 0x00000A, "Member 'FRigUnit_MathBoolEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_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_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_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_FRigUnit_MathMatrixFromTransform \ +static_assert(alignof(FRigUnit_MathMatrixFromTransform) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixFromTransform"); \ +static_assert(sizeof(FRigUnit_MathMatrixFromTransform) == 0x0000F0, "Wrong size on FRigUnit_MathMatrixFromTransform"); \ +static_assert(offsetof(FRigUnit_MathMatrixFromTransform, Transform) == 0x000010, "Member 'FRigUnit_MathMatrixFromTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixFromTransform, Result) == 0x000070, "Member 'FRigUnit_MathMatrixFromTransform::Result' 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_MathColorMul \ +static_assert(alignof(FRigUnit_MathColorMul) == 0x000008, "Wrong alignment on FRigUnit_MathColorMul"); \ +static_assert(sizeof(FRigUnit_MathColorMul) == 0x000038, "Wrong size on FRigUnit_MathColorMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBaseMutable \ +static_assert(alignof(FRigUnit_DebugBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugBaseMutable"); \ +static_assert(sizeof(FRigUnit_DebugBaseMutable) == 0x0000D0, "Wrong size on FRigUnit_DebugBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugBezier \ +static_assert(alignof(FRigUnit_DebugBezier) == 0x000010, "Wrong alignment on FRigUnit_DebugBezier"); \ +static_assert(sizeof(FRigUnit_DebugBezier) == 0x0001D0, "Wrong size on FRigUnit_DebugBezier"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Bezier) == 0x0000D0, "Member 'FRigUnit_DebugBezier::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MinimumU) == 0x000130, "Member 'FRigUnit_DebugBezier::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, MaximumU) == 0x000134, "Member 'FRigUnit_DebugBezier::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Color) == 0x000138, "Member 'FRigUnit_DebugBezier::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Thickness) == 0x000148, "Member 'FRigUnit_DebugBezier::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Detail) == 0x00014C, "Member 'FRigUnit_DebugBezier::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, Space) == 0x000150, "Member 'FRigUnit_DebugBezier::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugBezier::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezier, bEnabled) == 0x0001C0, "Member 'FRigUnit_DebugBezier::bEnabled' 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) == 0x0001D0, "Wrong size on FRigUnit_DebugBezierItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Bezier) == 0x0000D0, "Member 'FRigUnit_DebugBezierItemSpace::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MinimumU) == 0x000130, "Member 'FRigUnit_DebugBezierItemSpace::MinimumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, MaximumU) == 0x000134, "Member 'FRigUnit_DebugBezierItemSpace::MaximumU' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Color) == 0x000138, "Member 'FRigUnit_DebugBezierItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Thickness) == 0x000148, "Member 'FRigUnit_DebugBezierItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Detail) == 0x00014C, "Member 'FRigUnit_DebugBezierItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, Space) == 0x000150, "Member 'FRigUnit_DebugBezierItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugBezierItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugBezierItemSpace, bEnabled) == 0x0001C0, "Member 'FRigUnit_DebugBezierItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMatrixUnaryOp \ +static_assert(alignof(FRigUnit_MathMatrixUnaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixUnaryOp"); \ +static_assert(sizeof(FRigUnit_MathMatrixUnaryOp) == 0x000110, "Wrong size on FRigUnit_MathMatrixUnaryOp"); \ +static_assert(offsetof(FRigUnit_MathMatrixUnaryOp, Value) == 0x000010, "Member 'FRigUnit_MathMatrixUnaryOp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixUnaryOp, Result) == 0x000090, "Member 'FRigUnit_MathMatrixUnaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMatrixInverse \ +static_assert(alignof(FRigUnit_MathMatrixInverse) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixInverse"); \ +static_assert(sizeof(FRigUnit_MathMatrixInverse) == 0x000110, "Wrong size on FRigUnit_MathMatrixInverse"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugHierarchy \ +static_assert(alignof(FRigUnit_DebugHierarchy) == 0x000010, "Wrong alignment on FRigUnit_DebugHierarchy"); \ +static_assert(sizeof(FRigUnit_DebugHierarchy) == 0x000160, "Wrong size on FRigUnit_DebugHierarchy"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Scale) == 0x0000D0, "Member 'FRigUnit_DebugHierarchy::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Color) == 0x0000D4, "Member 'FRigUnit_DebugHierarchy::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, Thickness) == 0x0000E4, "Member 'FRigUnit_DebugHierarchy::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, WorldOffset) == 0x0000F0, "Member 'FRigUnit_DebugHierarchy::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugHierarchy, bEnabled) == 0x000150, "Member 'FRigUnit_DebugHierarchy::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolNot \ +static_assert(alignof(FRigUnit_MathBoolNot) == 0x000008, "Wrong alignment on FRigUnit_MathBoolNot"); \ +static_assert(sizeof(FRigUnit_MathBoolNot) == 0x000010, "Wrong size on FRigUnit_MathBoolNot"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugPose \ +static_assert(alignof(FRigUnit_DebugPose) == 0x000010, "Wrong alignment on FRigUnit_DebugPose"); \ +static_assert(sizeof(FRigUnit_DebugPose) == 0x0001D0, "Wrong size on FRigUnit_DebugPose"); \ +static_assert(offsetof(FRigUnit_DebugPose, Pose) == 0x0000D0, "Member 'FRigUnit_DebugPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Scale) == 0x000140, "Member 'FRigUnit_DebugPose::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Color) == 0x000144, "Member 'FRigUnit_DebugPose::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, Thickness) == 0x000154, "Member 'FRigUnit_DebugPose::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugPose::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPose, bEnabled) == 0x0001C0, "Member 'FRigUnit_DebugPose::bEnabled' 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_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_ModifyTransforms \ +static_assert(alignof(FRigUnit_ModifyTransforms) == 0x000010, "Wrong alignment on FRigUnit_ModifyTransforms"); \ +static_assert(sizeof(FRigUnit_ModifyTransforms) == 0x000100, "Wrong size on FRigUnit_ModifyTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, ItemToModify) == 0x0000D0, "Member 'FRigUnit_ModifyTransforms::ItemToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Weight) == 0x0000E0, "Member 'FRigUnit_ModifyTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMinimum) == 0x0000E4, "Member 'FRigUnit_ModifyTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WeightMaximum) == 0x0000E8, "Member 'FRigUnit_ModifyTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, Mode) == 0x0000EC, "Member 'FRigUnit_ModifyTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyTransforms, WorkData) == 0x0000F0, "Member 'FRigUnit_ModifyTransforms::WorkData' 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) == 0x000190, "Wrong size on FRigUnit_DebugLine"); \ +static_assert(offsetof(FRigUnit_DebugLine, A) == 0x0000D0, "Member 'FRigUnit_DebugLine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, B) == 0x0000E8, "Member 'FRigUnit_DebugLine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Color) == 0x000100, "Member 'FRigUnit_DebugLine::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Thickness) == 0x000110, "Member 'FRigUnit_DebugLine::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, Space) == 0x000114, "Member 'FRigUnit_DebugLine::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, WorldOffset) == 0x000120, "Member 'FRigUnit_DebugLine::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLine, bEnabled) == 0x000180, "Member 'FRigUnit_DebugLine::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineItemSpace \ +static_assert(alignof(FRigUnit_DebugLineItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineItemSpace) == 0x000190, "Wrong size on FRigUnit_DebugLineItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, A) == 0x0000D0, "Member 'FRigUnit_DebugLineItemSpace::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, B) == 0x0000E8, "Member 'FRigUnit_DebugLineItemSpace::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Color) == 0x000100, "Member 'FRigUnit_DebugLineItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Thickness) == 0x000110, "Member 'FRigUnit_DebugLineItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, Space) == 0x000114, "Member 'FRigUnit_DebugLineItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, WorldOffset) == 0x000120, "Member 'FRigUnit_DebugLineItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineItemSpace, bEnabled) == 0x000180, "Member 'FRigUnit_DebugLineItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSqrt \ +static_assert(alignof(FRigUnit_MathFloatSqrt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSqrt"); \ +static_assert(sizeof(FRigUnit_MathFloatSqrt) == 0x000010, "Wrong size on FRigUnit_MathFloatSqrt"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineStrip \ +static_assert(alignof(FRigUnit_DebugLineStrip) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStrip"); \ +static_assert(sizeof(FRigUnit_DebugLineStrip) == 0x000170, "Wrong size on FRigUnit_DebugLineStrip"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Points) == 0x0000D0, "Member 'FRigUnit_DebugLineStrip::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Color) == 0x0000E0, "Member 'FRigUnit_DebugLineStrip::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Thickness) == 0x0000F0, "Member 'FRigUnit_DebugLineStrip::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, Space) == 0x0000F4, "Member 'FRigUnit_DebugLineStrip::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, WorldOffset) == 0x000100, "Member 'FRigUnit_DebugLineStrip::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStrip, bEnabled) == 0x000160, "Member 'FRigUnit_DebugLineStrip::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstTwoPi \ +static_assert(alignof(FRigUnit_MathFloatConstTwoPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstTwoPi"); \ +static_assert(sizeof(FRigUnit_MathFloatConstTwoPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstTwoPi"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugLineStripItemSpace \ +static_assert(alignof(FRigUnit_DebugLineStripItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugLineStripItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugLineStripItemSpace) == 0x000170, "Wrong size on FRigUnit_DebugLineStripItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Points) == 0x0000D0, "Member 'FRigUnit_DebugLineStripItemSpace::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Color) == 0x0000E0, "Member 'FRigUnit_DebugLineStripItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Thickness) == 0x0000F0, "Member 'FRigUnit_DebugLineStripItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, Space) == 0x0000F4, "Member 'FRigUnit_DebugLineStripItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, WorldOffset) == 0x000100, "Member 'FRigUnit_DebugLineStripItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugLineStripItemSpace, bEnabled) == 0x000160, "Member 'FRigUnit_DebugLineStripItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugPoint \ +static_assert(alignof(FRigUnit_DebugPoint) == 0x000010, "Wrong alignment on FRigUnit_DebugPoint"); \ +static_assert(sizeof(FRigUnit_DebugPoint) == 0x0000C0, "Wrong size on FRigUnit_DebugPoint"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Vector) == 0x000008, "Member 'FRigUnit_DebugPoint::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Mode) == 0x000020, "Member 'FRigUnit_DebugPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Color) == 0x000024, "Member 'FRigUnit_DebugPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Scale) == 0x000034, "Member 'FRigUnit_DebugPoint::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Thickness) == 0x000038, "Member 'FRigUnit_DebugPoint::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, Space) == 0x00003C, "Member 'FRigUnit_DebugPoint::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, WorldOffset) == 0x000050, "Member 'FRigUnit_DebugPoint::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPoint, bEnabled) == 0x0000B0, "Member 'FRigUnit_DebugPoint::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugPointMutable \ +static_assert(alignof(FRigUnit_DebugPointMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugPointMutable"); \ +static_assert(sizeof(FRigUnit_DebugPointMutable) == 0x000180, "Wrong size on FRigUnit_DebugPointMutable"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Vector) == 0x0000D0, "Member 'FRigUnit_DebugPointMutable::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Mode) == 0x0000E8, "Member 'FRigUnit_DebugPointMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Color) == 0x0000EC, "Member 'FRigUnit_DebugPointMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Scale) == 0x0000FC, "Member 'FRigUnit_DebugPointMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Thickness) == 0x000100, "Member 'FRigUnit_DebugPointMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, Space) == 0x000104, "Member 'FRigUnit_DebugPointMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, WorldOffset) == 0x000110, "Member 'FRigUnit_DebugPointMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugPointMutable, bEnabled) == 0x000170, "Member 'FRigUnit_DebugPointMutable::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatCeil \ +static_assert(alignof(FRigUnit_MathFloatCeil) == 0x000008, "Wrong alignment on FRigUnit_MathFloatCeil"); \ +static_assert(sizeof(FRigUnit_MathFloatCeil) == 0x000018, "Wrong size on FRigUnit_MathFloatCeil"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Value) == 0x000008, "Member 'FRigUnit_MathFloatCeil::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Result) == 0x00000C, "Member 'FRigUnit_MathFloatCeil::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatCeil, Int) == 0x000010, "Member 'FRigUnit_MathFloatCeil::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugRectangle \ +static_assert(alignof(FRigUnit_DebugRectangle) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangle"); \ +static_assert(sizeof(FRigUnit_DebugRectangle) == 0x0001C0, "Wrong size on FRigUnit_DebugRectangle"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Transform) == 0x0000D0, "Member 'FRigUnit_DebugRectangle::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Color) == 0x000130, "Member 'FRigUnit_DebugRectangle::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Scale) == 0x000140, "Member 'FRigUnit_DebugRectangle::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Thickness) == 0x000144, "Member 'FRigUnit_DebugRectangle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, Space) == 0x000148, "Member 'FRigUnit_DebugRectangle::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, WorldOffset) == 0x000150, "Member 'FRigUnit_DebugRectangle::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangle, bEnabled) == 0x0001B0, "Member 'FRigUnit_DebugRectangle::bEnabled' 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_DebugRectangleItemSpace \ +static_assert(alignof(FRigUnit_DebugRectangleItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugRectangleItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugRectangleItemSpace) == 0x0001D0, "Wrong size on FRigUnit_DebugRectangleItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Transform) == 0x0000D0, "Member 'FRigUnit_DebugRectangleItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Color) == 0x000130, "Member 'FRigUnit_DebugRectangleItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Scale) == 0x000140, "Member 'FRigUnit_DebugRectangleItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Thickness) == 0x000144, "Member 'FRigUnit_DebugRectangleItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, Space) == 0x000148, "Member 'FRigUnit_DebugRectangleItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugRectangleItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugRectangleItemSpace, bEnabled) == 0x0001C0, "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) == 0x0001D0, "Wrong size on FRigUnit_DebugArc"); \ +static_assert(offsetof(FRigUnit_DebugArc, Transform) == 0x0000D0, "Member 'FRigUnit_DebugArc::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Color) == 0x000130, "Member 'FRigUnit_DebugArc::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Radius) == 0x000140, "Member 'FRigUnit_DebugArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MinimumDegrees) == 0x000144, "Member 'FRigUnit_DebugArc::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, MaximumDegrees) == 0x000148, "Member 'FRigUnit_DebugArc::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Thickness) == 0x00014C, "Member 'FRigUnit_DebugArc::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Detail) == 0x000150, "Member 'FRigUnit_DebugArc::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, Space) == 0x000154, "Member 'FRigUnit_DebugArc::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugArc::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArc, bEnabled) == 0x0001C0, "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) == 0x0001D0, "Wrong size on FRigUnit_DebugArcItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Transform) == 0x0000D0, "Member 'FRigUnit_DebugArcItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Color) == 0x000130, "Member 'FRigUnit_DebugArcItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Radius) == 0x000140, "Member 'FRigUnit_DebugArcItemSpace::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MinimumDegrees) == 0x000144, "Member 'FRigUnit_DebugArcItemSpace::MinimumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, MaximumDegrees) == 0x000148, "Member 'FRigUnit_DebugArcItemSpace::MaximumDegrees' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Thickness) == 0x00014C, "Member 'FRigUnit_DebugArcItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Detail) == 0x000150, "Member 'FRigUnit_DebugArcItemSpace::Detail' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, Space) == 0x000154, "Member 'FRigUnit_DebugArcItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugArcItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugArcItemSpace, bEnabled) == 0x0001C0, "Member 'FRigUnit_DebugArcItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatClamp \ +static_assert(alignof(FRigUnit_MathFloatClamp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatClamp"); \ +static_assert(sizeof(FRigUnit_MathFloatClamp) == 0x000018, "Wrong size on FRigUnit_MathFloatClamp"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Value) == 0x000008, "Member 'FRigUnit_MathFloatClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Minimum) == 0x00000C, "Member 'FRigUnit_MathFloatClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Maximum) == 0x000010, "Member 'FRigUnit_MathFloatClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatClamp, Result) == 0x000014, "Member 'FRigUnit_MathFloatClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathFloatMax \ +static_assert(alignof(FRigUnit_MathFloatMax) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMax"); \ +static_assert(sizeof(FRigUnit_MathFloatMax) == 0x000018, "Wrong size on FRigUnit_MathFloatMax"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformMutable \ +static_assert(alignof(FRigUnit_DebugTransformMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformMutable"); \ +static_assert(sizeof(FRigUnit_DebugTransformMutable) == 0x0001D0, "Wrong size on FRigUnit_DebugTransformMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Transform) == 0x0000D0, "Member 'FRigUnit_DebugTransformMutable::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Mode) == 0x000130, "Member 'FRigUnit_DebugTransformMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Color) == 0x000134, "Member 'FRigUnit_DebugTransformMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Thickness) == 0x000144, "Member 'FRigUnit_DebugTransformMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Scale) == 0x000148, "Member 'FRigUnit_DebugTransformMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, Space) == 0x00014C, "Member 'FRigUnit_DebugTransformMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugTransformMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutable, bEnabled) == 0x0001C0, "Member 'FRigUnit_DebugTransformMutable::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) == 0x0001D0, "Wrong size on FRigUnit_DebugTransformMutableItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Transform) == 0x0000D0, "Member 'FRigUnit_DebugTransformMutableItemSpace::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Mode) == 0x000130, "Member 'FRigUnit_DebugTransformMutableItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Color) == 0x000134, "Member 'FRigUnit_DebugTransformMutableItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Thickness) == 0x000144, "Member 'FRigUnit_DebugTransformMutableItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Scale) == 0x000148, "Member 'FRigUnit_DebugTransformMutableItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, Space) == 0x00014C, "Member 'FRigUnit_DebugTransformMutableItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, WorldOffset) == 0x000160, "Member 'FRigUnit_DebugTransformMutableItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformMutableItemSpace, bEnabled) == 0x0001C0, "Member 'FRigUnit_DebugTransformMutableItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformArrayMutable_WorkData \ +static_assert(alignof(FRigUnit_DebugTransformArrayMutable_WorkData) == 0x000008, "Wrong alignment on FRigUnit_DebugTransformArrayMutable_WorkData"); \ +static_assert(sizeof(FRigUnit_DebugTransformArrayMutable_WorkData) == 0x000010, "Wrong size on FRigUnit_DebugTransformArrayMutable_WorkData"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable_WorkData, DrawTransforms) == 0x000000, "Member 'FRigUnit_DebugTransformArrayMutable_WorkData::DrawTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatNotEquals \ +static_assert(alignof(FRigUnit_MathFloatNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNotEquals"); \ +static_assert(sizeof(FRigUnit_MathFloatNotEquals) == 0x000018, "Wrong size on FRigUnit_MathFloatNotEquals"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, A) == 0x000008, "Member 'FRigUnit_MathFloatNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, B) == 0x00000C, "Member 'FRigUnit_MathFloatNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatNotEquals, Result) == 0x000010, "Member 'FRigUnit_MathFloatNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformArrayMutable \ +static_assert(alignof(FRigUnit_DebugTransformArrayMutable) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformArrayMutable"); \ +static_assert(sizeof(FRigUnit_DebugTransformArrayMutable) == 0x000190, "Wrong size on FRigUnit_DebugTransformArrayMutable"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Transforms) == 0x0000D0, "Member 'FRigUnit_DebugTransformArrayMutable::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Mode) == 0x0000E0, "Member 'FRigUnit_DebugTransformArrayMutable::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Color) == 0x0000E4, "Member 'FRigUnit_DebugTransformArrayMutable::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Thickness) == 0x0000F4, "Member 'FRigUnit_DebugTransformArrayMutable::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Scale) == 0x0000F8, "Member 'FRigUnit_DebugTransformArrayMutable::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, Space) == 0x0000FC, "Member 'FRigUnit_DebugTransformArrayMutable::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorldOffset) == 0x000110, "Member 'FRigUnit_DebugTransformArrayMutable::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, bEnabled) == 0x000170, "Member 'FRigUnit_DebugTransformArrayMutable::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutable, WorkData) == 0x000178, "Member 'FRigUnit_DebugTransformArrayMutable::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DebugTransformArrayMutableItemSpace \ +static_assert(alignof(FRigUnit_DebugTransformArrayMutableItemSpace) == 0x000010, "Wrong alignment on FRigUnit_DebugTransformArrayMutableItemSpace"); \ +static_assert(sizeof(FRigUnit_DebugTransformArrayMutableItemSpace) == 0x000190, "Wrong size on FRigUnit_DebugTransformArrayMutableItemSpace"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Transforms) == 0x0000D0, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, ParentIndices) == 0x0000E0, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::ParentIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Mode) == 0x0000F0, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Color) == 0x0000F4, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Thickness) == 0x000104, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Scale) == 0x000108, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, Space) == 0x00010C, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, WorldOffset) == 0x000120, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::WorldOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DebugTransformArrayMutableItemSpace, bEnabled) == 0x000180, "Member 'FRigUnit_DebugTransformArrayMutableItemSpace::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousFloat \ +static_assert(alignof(FRigUnit_DeltaFromPreviousFloat) == 0x000008, "Wrong alignment on FRigUnit_DeltaFromPreviousFloat"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousFloat) == 0x000018, "Wrong size on FRigUnit_DeltaFromPreviousFloat"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Value) == 0x000008, "Member 'FRigUnit_DeltaFromPreviousFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Delta) == 0x00000C, "Member 'FRigUnit_DeltaFromPreviousFloat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, PreviousValue) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousFloat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousFloat, Cache) == 0x000014, "Member 'FRigUnit_DeltaFromPreviousFloat::Cache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousVector \ +static_assert(alignof(FRigUnit_DeltaFromPreviousVector) == 0x000008, "Wrong alignment on FRigUnit_DeltaFromPreviousVector"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousVector) == 0x000068, "Wrong size on FRigUnit_DeltaFromPreviousVector"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Value) == 0x000008, "Member 'FRigUnit_DeltaFromPreviousVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Delta) == 0x000020, "Member 'FRigUnit_DeltaFromPreviousVector::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, PreviousValue) == 0x000038, "Member 'FRigUnit_DeltaFromPreviousVector::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousVector, Cache) == 0x000050, "Member 'FRigUnit_DeltaFromPreviousVector::Cache' 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) == 0x0000D0, "Wrong size on FRigUnit_ItemBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousQuat \ +static_assert(alignof(FRigUnit_DeltaFromPreviousQuat) == 0x000010, "Wrong alignment on FRigUnit_DeltaFromPreviousQuat"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousQuat) == 0x000090, "Wrong size on FRigUnit_DeltaFromPreviousQuat"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Value) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousQuat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Delta) == 0x000030, "Member 'FRigUnit_DeltaFromPreviousQuat::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, PreviousValue) == 0x000050, "Member 'FRigUnit_DeltaFromPreviousQuat::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousQuat, Cache) == 0x000070, "Member 'FRigUnit_DeltaFromPreviousQuat::Cache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatToInt \ +static_assert(alignof(FRigUnit_MathFloatToInt) == 0x000008, "Wrong alignment on FRigUnit_MathFloatToInt"); \ +static_assert(sizeof(FRigUnit_MathFloatToInt) == 0x000010, "Wrong size on FRigUnit_MathFloatToInt"); \ +static_assert(offsetof(FRigUnit_MathFloatToInt, Value) == 0x000008, "Member 'FRigUnit_MathFloatToInt::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatToInt, Result) == 0x00000C, "Member 'FRigUnit_MathFloatToInt::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DeltaFromPreviousTransform \ +static_assert(alignof(FRigUnit_DeltaFromPreviousTransform) == 0x000010, "Wrong alignment on FRigUnit_DeltaFromPreviousTransform"); \ +static_assert(sizeof(FRigUnit_DeltaFromPreviousTransform) == 0x000190, "Wrong size on FRigUnit_DeltaFromPreviousTransform"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Value) == 0x000010, "Member 'FRigUnit_DeltaFromPreviousTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Delta) == 0x000070, "Member 'FRigUnit_DeltaFromPreviousTransform::Delta' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, PreviousValue) == 0x0000D0, "Member 'FRigUnit_DeltaFromPreviousTransform::PreviousValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DeltaFromPreviousTransform, Cache) == 0x000130, "Member 'FRigUnit_DeltaFromPreviousTransform::Cache' 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_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_FRigUnit_DistributeRotation \ +static_assert(alignof(FRigUnit_DistributeRotation) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotation"); \ +static_assert(sizeof(FRigUnit_DistributeRotation) == 0x000150, "Wrong size on FRigUnit_DistributeRotation"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, StartBone) == 0x0000D0, "Member 'FRigUnit_DistributeRotation::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, EndBone) == 0x0000D8, "Member 'FRigUnit_DistributeRotation::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Rotations) == 0x0000E0, "Member 'FRigUnit_DistributeRotation::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, RotationEaseType) == 0x0000F0, "Member 'FRigUnit_DistributeRotation::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, Weight) == 0x0000F4, "Member 'FRigUnit_DistributeRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, bPropagateToChildren) == 0x0000F8, "Member 'FRigUnit_DistributeRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotation, WorkData) == 0x000100, "Member 'FRigUnit_DistributeRotation::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatMul \ +static_assert(alignof(FRigUnit_MathFloatMul) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMul"); \ +static_assert(sizeof(FRigUnit_MathFloatMul) == 0x000018, "Wrong size on FRigUnit_MathFloatMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DistributeRotationForCollection \ +static_assert(alignof(FRigUnit_DistributeRotationForCollection) == 0x000010, "Wrong alignment on FRigUnit_DistributeRotationForCollection"); \ +static_assert(sizeof(FRigUnit_DistributeRotationForCollection) == 0x000150, "Wrong size on FRigUnit_DistributeRotationForCollection"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Items) == 0x0000D0, "Member 'FRigUnit_DistributeRotationForCollection::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Rotations) == 0x0000E0, "Member 'FRigUnit_DistributeRotationForCollection::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, RotationEaseType) == 0x0000F0, "Member 'FRigUnit_DistributeRotationForCollection::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, Weight) == 0x0000F4, "Member 'FRigUnit_DistributeRotationForCollection::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForCollection, WorkData) == 0x0000F8, "Member 'FRigUnit_DistributeRotationForCollection::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) == 0x000150, "Wrong size on FRigUnit_DistributeRotationForItemArray"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Items) == 0x0000D0, "Member 'FRigUnit_DistributeRotationForItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Rotations) == 0x0000E0, "Member 'FRigUnit_DistributeRotationForItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, RotationEaseType) == 0x0000F0, "Member 'FRigUnit_DistributeRotationForItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, Weight) == 0x0000F4, "Member 'FRigUnit_DistributeRotationForItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DistributeRotationForItemArray, WorkData) == 0x0000F8, "Member 'FRigUnit_DistributeRotationForItemArray::WorkData' 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_FRigUnit_KalmanVector \ +static_assert(alignof(FRigUnit_KalmanVector) == 0x000008, "Wrong alignment on FRigUnit_KalmanVector"); \ +static_assert(sizeof(FRigUnit_KalmanVector) == 0x000058, "Wrong size on FRigUnit_KalmanVector"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Value) == 0x000008, "Member 'FRigUnit_KalmanVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, BufferSize) == 0x000020, "Member 'FRigUnit_KalmanVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Result) == 0x000028, "Member 'FRigUnit_KalmanVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, Buffer) == 0x000040, "Member 'FRigUnit_KalmanVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanVector, LastInsertIndex) == 0x000050, "Member 'FRigUnit_KalmanVector::LastInsertIndex' 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) == 0x0000F0, "Wrong size on FRigUnit_DrawContainerSetColor"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, InstructionName) == 0x0000D0, "Member 'FRigUnit_DrawContainerSetColor::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetColor, Color) == 0x0000D8, "Member 'FRigUnit_DrawContainerSetColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLess \ +static_assert(alignof(FRigUnit_MathFloatLess) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLess"); \ +static_assert(sizeof(FRigUnit_MathFloatLess) == 0x000018, "Wrong size on FRigUnit_MathFloatLess"); \ +static_assert(offsetof(FRigUnit_MathFloatLess, A) == 0x000008, "Member 'FRigUnit_MathFloatLess::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLess, B) == 0x00000C, "Member 'FRigUnit_MathFloatLess::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLess, Result) == 0x000010, "Member 'FRigUnit_MathFloatLess::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DrawContainerSetThickness \ +static_assert(alignof(FRigUnit_DrawContainerSetThickness) == 0x000010, "Wrong alignment on FRigUnit_DrawContainerSetThickness"); \ +static_assert(sizeof(FRigUnit_DrawContainerSetThickness) == 0x0000E0, "Wrong size on FRigUnit_DrawContainerSetThickness"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, InstructionName) == 0x0000D0, "Member 'FRigUnit_DrawContainerSetThickness::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetThickness, Thickness) == 0x0000D8, "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) == 0x000140, "Wrong size on FRigUnit_DrawContainerSetTransform"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, InstructionName) == 0x0000D0, "Member 'FRigUnit_DrawContainerSetTransform::InstructionName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawContainerSetTransform, Transform) == 0x0000E0, "Member 'FRigUnit_DrawContainerSetTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_DynamicHierarchyBaseMutable \ +static_assert(alignof(FRigUnit_DynamicHierarchyBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_DynamicHierarchyBaseMutable"); \ +static_assert(sizeof(FRigUnit_DynamicHierarchyBaseMutable) == 0x0000D0, "Wrong size on FRigUnit_DynamicHierarchyBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAbs \ +static_assert(alignof(FRigUnit_MathFloatAbs) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAbs"); \ +static_assert(sizeof(FRigUnit_MathFloatAbs) == 0x000010, "Wrong size on FRigUnit_MathFloatAbs"); \ + +#define DUMPER7_ASSERTS_FRigUnit_AddParent \ +static_assert(alignof(FRigUnit_AddParent) == 0x000010, "Wrong alignment on FRigUnit_AddParent"); \ +static_assert(sizeof(FRigUnit_AddParent) == 0x0000F0, "Wrong size on FRigUnit_AddParent"); \ +static_assert(offsetof(FRigUnit_AddParent, Child) == 0x0000D0, "Member 'FRigUnit_AddParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_AddParent, Parent) == 0x0000DC, "Member 'FRigUnit_AddParent::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) == 0x0000F0, "Wrong size on FRigUnit_SwitchParent"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Mode) == 0x0000D0, "Member 'FRigUnit_SwitchParent::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Child) == 0x0000D4, "Member 'FRigUnit_SwitchParent::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, Parent) == 0x0000E0, "Member 'FRigUnit_SwitchParent::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SwitchParent, bMaintainGlobal) == 0x0000EC, "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_HierarchySetParentWeights \ +static_assert(alignof(FRigUnit_HierarchySetParentWeights) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetParentWeights"); \ +static_assert(sizeof(FRigUnit_HierarchySetParentWeights) == 0x0000F0, "Wrong size on FRigUnit_HierarchySetParentWeights"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Child) == 0x0000D0, "Member 'FRigUnit_HierarchySetParentWeights::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetParentWeights, Weights) == 0x0000E0, "Member 'FRigUnit_HierarchySetParentWeights::Weights' 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) == 0x0001A0, "Wrong size on FRigUnit_FABRIKPerItem"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Items) == 0x0000D0, "Member 'FRigUnit_FABRIKPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, EffectorTransform) == 0x0000E0, "Member 'FRigUnit_FABRIKPerItem::EffectorTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Precision) == 0x000140, "Member 'FRigUnit_FABRIKPerItem::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, Weight) == 0x000144, "Member 'FRigUnit_FABRIKPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bPropagateToChildren) == 0x000148, "Member 'FRigUnit_FABRIKPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, MaxIterations) == 0x00014C, "Member 'FRigUnit_FABRIKPerItem::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, WorkData) == 0x000150, "Member 'FRigUnit_FABRIKPerItem::WorkData' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FABRIKPerItem, bSetEffectorTransform) == 0x000190, "Member 'FRigUnit_FABRIKPerItem::bSetEffectorTransform' 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) == 0x0002F0, "Wrong size on FRigUnit_FitChainToCurvePerItem"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Items) == 0x0000D0, "Member 'FRigUnit_FitChainToCurvePerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Bezier) == 0x0000E0, "Member 'FRigUnit_FitChainToCurvePerItem::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Alignment) == 0x000140, "Member 'FRigUnit_FitChainToCurvePerItem::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Minimum) == 0x000144, "Member 'FRigUnit_FitChainToCurvePerItem::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Maximum) == 0x000148, "Member 'FRigUnit_FitChainToCurvePerItem::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SamplingPrecision) == 0x00014C, "Member 'FRigUnit_FitChainToCurvePerItem::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PrimaryAxis) == 0x000150, "Member 'FRigUnit_FitChainToCurvePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, SecondaryAxis) == 0x000168, "Member 'FRigUnit_FitChainToCurvePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, PoleVectorPosition) == 0x000180, "Member 'FRigUnit_FitChainToCurvePerItem::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Rotations) == 0x000198, "Member 'FRigUnit_FitChainToCurvePerItem::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, RotationEaseType) == 0x0001A8, "Member 'FRigUnit_FitChainToCurvePerItem::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, Weight) == 0x0001AC, "Member 'FRigUnit_FitChainToCurvePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, bPropagateToChildren) == 0x0001B0, "Member 'FRigUnit_FitChainToCurvePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, DebugSettings) == 0x0001C0, "Member 'FRigUnit_FitChainToCurvePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToCurvePerItem, WorkData) == 0x000250, "Member 'FRigUnit_FitChainToCurvePerItem::WorkData' 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_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_GetBoneTransform \ +static_assert(alignof(FRigUnit_GetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_GetBoneTransform"); \ +static_assert(sizeof(FRigUnit_GetBoneTransform) == 0x0000A0, "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!"); \ + +#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_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_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_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_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_GetDeltaTime \ +static_assert(alignof(FRigUnit_GetDeltaTime) == 0x000008, "Wrong alignment on FRigUnit_GetDeltaTime"); \ +static_assert(sizeof(FRigUnit_GetDeltaTime) == 0x000010, "Wrong size on FRigUnit_GetDeltaTime"); \ +static_assert(offsetof(FRigUnit_GetDeltaTime, Result) == 0x000008, "Member 'FRigUnit_GetDeltaTime::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_GetJointTransform \ +static_assert(alignof(FRigUnit_GetJointTransform) == 0x000010, "Wrong alignment on FRigUnit_GetJointTransform"); \ +static_assert(sizeof(FRigUnit_GetJointTransform) == 0x0001B0, "Wrong size on FRigUnit_GetJointTransform"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Joint) == 0x0000D0, "Member 'FRigUnit_GetJointTransform::Joint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Type) == 0x0000D8, "Member 'FRigUnit_GetJointTransform::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, TransformSpace) == 0x0000D9, "Member 'FRigUnit_GetJointTransform::TransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseTransform) == 0x0000E0, "Member 'FRigUnit_GetJointTransform::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, BaseJoint) == 0x000140, "Member 'FRigUnit_GetJointTransform::BaseJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_GetJointTransform, Output) == 0x000150, "Member 'FRigUnit_GetJointTransform::Output' 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_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_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_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_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_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_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_HierarchySetPose \ +static_assert(alignof(FRigUnit_HierarchySetPose) == 0x000010, "Wrong alignment on FRigUnit_HierarchySetPose"); \ +static_assert(sizeof(FRigUnit_HierarchySetPose) == 0x000160, "Wrong size on FRigUnit_HierarchySetPose"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Pose) == 0x0000D0, "Member 'FRigUnit_HierarchySetPose::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ElementType) == 0x000140, "Member 'FRigUnit_HierarchySetPose::ElementType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Space) == 0x000141, "Member 'FRigUnit_HierarchySetPose::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, ItemsToSet) == 0x000148, "Member 'FRigUnit_HierarchySetPose::ItemsToSet' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_HierarchySetPose, Weight) == 0x000158, "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_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_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_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_PoseLoop \ +static_assert(alignof(FRigUnit_PoseLoop) == 0x000010, "Wrong alignment on FRigUnit_PoseLoop"); \ +static_assert(sizeof(FRigUnit_PoseLoop) == 0x0002F0, "Wrong size on FRigUnit_PoseLoop"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Pose) == 0x0000D0, "Member 'FRigUnit_PoseLoop::Pose' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Item) == 0x000140, "Member 'FRigUnit_PoseLoop::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, GlobalTransform) == 0x000150, "Member 'FRigUnit_PoseLoop::GlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, LocalTransform) == 0x0001B0, "Member 'FRigUnit_PoseLoop::LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, CurveValue) == 0x000210, "Member 'FRigUnit_PoseLoop::CurveValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Index) == 0x000214, "Member 'FRigUnit_PoseLoop::Index' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Count) == 0x000218, "Member 'FRigUnit_PoseLoop::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Ratio) == 0x00021C, "Member 'FRigUnit_PoseLoop::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Continue) == 0x000220, "Member 'FRigUnit_PoseLoop::Continue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PoseLoop, Completed) == 0x000230, "Member 'FRigUnit_PoseLoop::Completed' 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) == 0x0000D0, "Wrong size on FRigUnit_InverseExecution"); \ +static_assert(offsetof(FRigUnit_InverseExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_InverseExecution::ExecuteContext' has a wrong offset!"); \ + +#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_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_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_FRigUnit_KalmanFloat \ +static_assert(alignof(FRigUnit_KalmanFloat) == 0x000008, "Wrong alignment on FRigUnit_KalmanFloat"); \ +static_assert(sizeof(FRigUnit_KalmanFloat) == 0x000030, "Wrong size on FRigUnit_KalmanFloat"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, Value) == 0x000008, "Member 'FRigUnit_KalmanFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, BufferSize) == 0x00000C, "Member 'FRigUnit_KalmanFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, Result) == 0x000010, "Member 'FRigUnit_KalmanFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, Buffer) == 0x000018, "Member 'FRigUnit_KalmanFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanFloat, LastInsertIndex) == 0x000028, "Member 'FRigUnit_KalmanFloat::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_KalmanTransform \ +static_assert(alignof(FRigUnit_KalmanTransform) == 0x000010, "Wrong alignment on FRigUnit_KalmanTransform"); \ +static_assert(sizeof(FRigUnit_KalmanTransform) == 0x000100, "Wrong size on FRigUnit_KalmanTransform"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Value) == 0x000010, "Member 'FRigUnit_KalmanTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, BufferSize) == 0x000070, "Member 'FRigUnit_KalmanTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Result) == 0x000080, "Member 'FRigUnit_KalmanTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, Buffer) == 0x0000E0, "Member 'FRigUnit_KalmanTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_KalmanTransform, LastInsertIndex) == 0x0000F0, "Member 'FRigUnit_KalmanTransform::LastInsertIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMutableBase \ +static_assert(alignof(FRigUnit_MathMutableBase) == 0x000010, "Wrong alignment on FRigUnit_MathMutableBase"); \ +static_assert(sizeof(FRigUnit_MathMutableBase) == 0x0000D0, "Wrong size on FRigUnit_MathMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolConstFalse \ +static_assert(alignof(FRigUnit_MathBoolConstFalse) == 0x000008, "Wrong alignment on FRigUnit_MathBoolConstFalse"); \ +static_assert(sizeof(FRigUnit_MathBoolConstFalse) == 0x000010, "Wrong size on FRigUnit_MathBoolConstFalse"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathBoolOr \ +static_assert(alignof(FRigUnit_MathBoolOr) == 0x000008, "Wrong alignment on FRigUnit_MathBoolOr"); \ +static_assert(sizeof(FRigUnit_MathBoolOr) == 0x000010, "Wrong size on FRigUnit_MathBoolOr"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorSub \ +static_assert(alignof(FRigUnit_MathColorSub) == 0x000008, "Wrong alignment on FRigUnit_MathColorSub"); \ +static_assert(sizeof(FRigUnit_MathColorSub) == 0x000038, "Wrong size on FRigUnit_MathColorSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathColorLerp \ +static_assert(alignof(FRigUnit_MathColorLerp) == 0x000008, "Wrong alignment on FRigUnit_MathColorLerp"); \ +static_assert(sizeof(FRigUnit_MathColorLerp) == 0x000040, "Wrong size on FRigUnit_MathColorLerp"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, A) == 0x000008, "Member 'FRigUnit_MathColorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, B) == 0x000018, "Member 'FRigUnit_MathColorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, T) == 0x000028, "Member 'FRigUnit_MathColorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathColorLerp, Result) == 0x00002C, "Member 'FRigUnit_MathColorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstHalfPi \ +static_assert(alignof(FRigUnit_MathFloatConstHalfPi) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstHalfPi"); \ +static_assert(sizeof(FRigUnit_MathFloatConstHalfPi) == 0x000010, "Wrong size on FRigUnit_MathFloatConstHalfPi"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatConstE \ +static_assert(alignof(FRigUnit_MathFloatConstE) == 0x000008, "Wrong alignment on FRigUnit_MathFloatConstE"); \ +static_assert(sizeof(FRigUnit_MathFloatConstE) == 0x000010, "Wrong size on FRigUnit_MathFloatConstE"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSub \ +static_assert(alignof(FRigUnit_MathFloatSub) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSub"); \ +static_assert(sizeof(FRigUnit_MathFloatSub) == 0x000018, "Wrong size on FRigUnit_MathFloatSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatDiv \ +static_assert(alignof(FRigUnit_MathFloatDiv) == 0x000008, "Wrong alignment on FRigUnit_MathFloatDiv"); \ +static_assert(sizeof(FRigUnit_MathFloatDiv) == 0x000018, "Wrong size on FRigUnit_MathFloatDiv"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatMod \ +static_assert(alignof(FRigUnit_MathFloatMod) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMod"); \ +static_assert(sizeof(FRigUnit_MathFloatMod) == 0x000018, "Wrong size on FRigUnit_MathFloatMod"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatMin \ +static_assert(alignof(FRigUnit_MathFloatMin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatMin"); \ +static_assert(sizeof(FRigUnit_MathFloatMin) == 0x000018, "Wrong size on FRigUnit_MathFloatMin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatPow \ +static_assert(alignof(FRigUnit_MathFloatPow) == 0x000008, "Wrong alignment on FRigUnit_MathFloatPow"); \ +static_assert(sizeof(FRigUnit_MathFloatPow) == 0x000018, "Wrong size on FRigUnit_MathFloatPow"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatNegate \ +static_assert(alignof(FRigUnit_MathFloatNegate) == 0x000008, "Wrong alignment on FRigUnit_MathFloatNegate"); \ +static_assert(sizeof(FRigUnit_MathFloatNegate) == 0x000010, "Wrong size on FRigUnit_MathFloatNegate"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatFloor \ +static_assert(alignof(FRigUnit_MathFloatFloor) == 0x000008, "Wrong alignment on FRigUnit_MathFloatFloor"); \ +static_assert(sizeof(FRigUnit_MathFloatFloor) == 0x000018, "Wrong size on FRigUnit_MathFloatFloor"); \ +static_assert(offsetof(FRigUnit_MathFloatFloor, Value) == 0x000008, "Member 'FRigUnit_MathFloatFloor::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatFloor, Result) == 0x00000C, "Member 'FRigUnit_MathFloatFloor::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatFloor, Int) == 0x000010, "Member 'FRigUnit_MathFloatFloor::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatRound \ +static_assert(alignof(FRigUnit_MathFloatRound) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRound"); \ +static_assert(sizeof(FRigUnit_MathFloatRound) == 0x000018, "Wrong size on FRigUnit_MathFloatRound"); \ +static_assert(offsetof(FRigUnit_MathFloatRound, Value) == 0x000008, "Member 'FRigUnit_MathFloatRound::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRound, Result) == 0x00000C, "Member 'FRigUnit_MathFloatRound::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatRound, Int) == 0x000010, "Member 'FRigUnit_MathFloatRound::Int' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSign \ +static_assert(alignof(FRigUnit_MathFloatSign) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSign"); \ +static_assert(sizeof(FRigUnit_MathFloatSign) == 0x000010, "Wrong size on FRigUnit_MathFloatSign"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLerp \ +static_assert(alignof(FRigUnit_MathFloatLerp) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLerp"); \ +static_assert(sizeof(FRigUnit_MathFloatLerp) == 0x000018, "Wrong size on FRigUnit_MathFloatLerp"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, A) == 0x000008, "Member 'FRigUnit_MathFloatLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, B) == 0x00000C, "Member 'FRigUnit_MathFloatLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, T) == 0x000010, "Member 'FRigUnit_MathFloatLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLerp, Result) == 0x000014, "Member 'FRigUnit_MathFloatLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatEquals \ +static_assert(alignof(FRigUnit_MathFloatEquals) == 0x000008, "Wrong alignment on FRigUnit_MathFloatEquals"); \ +static_assert(sizeof(FRigUnit_MathFloatEquals) == 0x000018, "Wrong size on FRigUnit_MathFloatEquals"); \ +static_assert(offsetof(FRigUnit_MathFloatEquals, A) == 0x000008, "Member 'FRigUnit_MathFloatEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatEquals, B) == 0x00000C, "Member 'FRigUnit_MathFloatEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatEquals, Result) == 0x000010, "Member 'FRigUnit_MathFloatEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatGreater \ +static_assert(alignof(FRigUnit_MathFloatGreater) == 0x000008, "Wrong alignment on FRigUnit_MathFloatGreater"); \ +static_assert(sizeof(FRigUnit_MathFloatGreater) == 0x000018, "Wrong size on FRigUnit_MathFloatGreater"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, A) == 0x000008, "Member 'FRigUnit_MathFloatGreater::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, B) == 0x00000C, "Member 'FRigUnit_MathFloatGreater::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatGreater, Result) == 0x000010, "Member 'FRigUnit_MathFloatGreater::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLessEqual \ +static_assert(alignof(FRigUnit_MathFloatLessEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLessEqual"); \ +static_assert(sizeof(FRigUnit_MathFloatLessEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatLessEqual"); \ +static_assert(offsetof(FRigUnit_MathFloatLessEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatLessEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLessEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatLessEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLessEqual, Result) == 0x000010, "Member 'FRigUnit_MathFloatLessEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatIsNearlyZero \ +static_assert(alignof(FRigUnit_MathFloatIsNearlyZero) == 0x000008, "Wrong alignment on FRigUnit_MathFloatIsNearlyZero"); \ +static_assert(sizeof(FRigUnit_MathFloatIsNearlyZero) == 0x000018, "Wrong size on FRigUnit_MathFloatIsNearlyZero"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Value) == 0x000008, "Member 'FRigUnit_MathFloatIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Tolerance) == 0x00000C, "Member 'FRigUnit_MathFloatIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyZero, Result) == 0x000010, "Member 'FRigUnit_MathFloatIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorEquals \ +static_assert(alignof(FRigUnit_MathVectorEquals) == 0x000008, "Wrong alignment on FRigUnit_MathVectorEquals"); \ +static_assert(sizeof(FRigUnit_MathVectorEquals) == 0x000040, "Wrong size on FRigUnit_MathVectorEquals"); \ +static_assert(offsetof(FRigUnit_MathVectorEquals, A) == 0x000008, "Member 'FRigUnit_MathVectorEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorEquals, B) == 0x000020, "Member 'FRigUnit_MathVectorEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorEquals, Result) == 0x000038, "Member 'FRigUnit_MathVectorEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatIsNearlyEqual \ +static_assert(alignof(FRigUnit_MathFloatIsNearlyEqual) == 0x000008, "Wrong alignment on FRigUnit_MathFloatIsNearlyEqual"); \ +static_assert(sizeof(FRigUnit_MathFloatIsNearlyEqual) == 0x000018, "Wrong size on FRigUnit_MathFloatIsNearlyEqual"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, A) == 0x000008, "Member 'FRigUnit_MathFloatIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, B) == 0x00000C, "Member 'FRigUnit_MathFloatIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, Tolerance) == 0x000010, "Member 'FRigUnit_MathFloatIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatIsNearlyEqual, Result) == 0x000014, "Member 'FRigUnit_MathFloatIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatDeg \ +static_assert(alignof(FRigUnit_MathFloatDeg) == 0x000008, "Wrong alignment on FRigUnit_MathFloatDeg"); \ +static_assert(sizeof(FRigUnit_MathFloatDeg) == 0x000010, "Wrong size on FRigUnit_MathFloatDeg"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatRad \ +static_assert(alignof(FRigUnit_MathFloatRad) == 0x000008, "Wrong alignment on FRigUnit_MathFloatRad"); \ +static_assert(sizeof(FRigUnit_MathFloatRad) == 0x000010, "Wrong size on FRigUnit_MathFloatRad"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatSin \ +static_assert(alignof(FRigUnit_MathFloatSin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatSin"); \ +static_assert(sizeof(FRigUnit_MathFloatSin) == 0x000010, "Wrong size on FRigUnit_MathFloatSin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorLerp \ +static_assert(alignof(FRigUnit_MathVectorLerp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLerp"); \ +static_assert(sizeof(FRigUnit_MathVectorLerp) == 0x000058, "Wrong size on FRigUnit_MathVectorLerp"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, A) == 0x000008, "Member 'FRigUnit_MathVectorLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, B) == 0x000020, "Member 'FRigUnit_MathVectorLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, T) == 0x000038, "Member 'FRigUnit_MathVectorLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLerp, Result) == 0x000040, "Member 'FRigUnit_MathVectorLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatTan \ +static_assert(alignof(FRigUnit_MathFloatTan) == 0x000008, "Wrong alignment on FRigUnit_MathFloatTan"); \ +static_assert(sizeof(FRigUnit_MathFloatTan) == 0x000010, "Wrong size on FRigUnit_MathFloatTan"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAsin \ +static_assert(alignof(FRigUnit_MathFloatAsin) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAsin"); \ +static_assert(sizeof(FRigUnit_MathFloatAsin) == 0x000010, "Wrong size on FRigUnit_MathFloatAsin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorLength \ +static_assert(alignof(FRigUnit_MathVectorLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLength"); \ +static_assert(sizeof(FRigUnit_MathVectorLength) == 0x000028, "Wrong size on FRigUnit_MathVectorLength"); \ +static_assert(offsetof(FRigUnit_MathVectorLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLength, Result) == 0x000020, "Member 'FRigUnit_MathVectorLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatAcos \ +static_assert(alignof(FRigUnit_MathFloatAcos) == 0x000008, "Wrong alignment on FRigUnit_MathFloatAcos"); \ +static_assert(sizeof(FRigUnit_MathFloatAcos) == 0x000010, "Wrong size on FRigUnit_MathFloatAcos"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorIsNearlyZero \ +static_assert(alignof(FRigUnit_MathVectorIsNearlyZero) == 0x000008, "Wrong alignment on FRigUnit_MathVectorIsNearlyZero"); \ +static_assert(sizeof(FRigUnit_MathVectorIsNearlyZero) == 0x000028, "Wrong size on FRigUnit_MathVectorIsNearlyZero"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Value) == 0x000008, "Member 'FRigUnit_MathVectorIsNearlyZero::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Tolerance) == 0x000020, "Member 'FRigUnit_MathVectorIsNearlyZero::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyZero, Result) == 0x000024, "Member 'FRigUnit_MathVectorIsNearlyZero::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatLawOfCosine \ +static_assert(alignof(FRigUnit_MathFloatLawOfCosine) == 0x000008, "Wrong alignment on FRigUnit_MathFloatLawOfCosine"); \ +static_assert(sizeof(FRigUnit_MathFloatLawOfCosine) == 0x000028, "Wrong size on FRigUnit_MathFloatLawOfCosine"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, A) == 0x000008, "Member 'FRigUnit_MathFloatLawOfCosine::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, B) == 0x00000C, "Member 'FRigUnit_MathFloatLawOfCosine::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, C) == 0x000010, "Member 'FRigUnit_MathFloatLawOfCosine::C' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, AlphaAngle) == 0x000014, "Member 'FRigUnit_MathFloatLawOfCosine::AlphaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, BetaAngle) == 0x000018, "Member 'FRigUnit_MathFloatLawOfCosine::BetaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, GammaAngle) == 0x00001C, "Member 'FRigUnit_MathFloatLawOfCosine::GammaAngle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathFloatLawOfCosine, bValid) == 0x000020, "Member 'FRigUnit_MathFloatLawOfCosine::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathFloatExponential \ +static_assert(alignof(FRigUnit_MathFloatExponential) == 0x000008, "Wrong alignment on FRigUnit_MathFloatExponential"); \ +static_assert(sizeof(FRigUnit_MathFloatExponential) == 0x000010, "Wrong size on FRigUnit_MathFloatExponential"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSign \ +static_assert(alignof(FRigUnit_MathVectorSign) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSign"); \ +static_assert(sizeof(FRigUnit_MathVectorSign) == 0x000038, "Wrong size on FRigUnit_MathVectorSign"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorRad \ +static_assert(alignof(FRigUnit_MathVectorRad) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRad"); \ +static_assert(sizeof(FRigUnit_MathVectorRad) == 0x000038, "Wrong size on FRigUnit_MathVectorRad"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntAdd \ +static_assert(alignof(FRigUnit_MathIntAdd) == 0x000008, "Wrong alignment on FRigUnit_MathIntAdd"); \ +static_assert(sizeof(FRigUnit_MathIntAdd) == 0x000018, "Wrong size on FRigUnit_MathIntAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorAngle \ +static_assert(alignof(FRigUnit_MathVectorAngle) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAngle"); \ +static_assert(sizeof(FRigUnit_MathVectorAngle) == 0x000040, "Wrong size on FRigUnit_MathVectorAngle"); \ +static_assert(offsetof(FRigUnit_MathVectorAngle, A) == 0x000008, "Member 'FRigUnit_MathVectorAngle::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorAngle, B) == 0x000020, "Member 'FRigUnit_MathVectorAngle::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorAngle, Result) == 0x000038, "Member 'FRigUnit_MathVectorAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntSub \ +static_assert(alignof(FRigUnit_MathIntSub) == 0x000008, "Wrong alignment on FRigUnit_MathIntSub"); \ +static_assert(sizeof(FRigUnit_MathIntSub) == 0x000018, "Wrong size on FRigUnit_MathIntSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorCross \ +static_assert(alignof(FRigUnit_MathVectorCross) == 0x000008, "Wrong alignment on FRigUnit_MathVectorCross"); \ +static_assert(sizeof(FRigUnit_MathVectorCross) == 0x000050, "Wrong size on FRigUnit_MathVectorCross"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntDiv \ +static_assert(alignof(FRigUnit_MathIntDiv) == 0x000008, "Wrong alignment on FRigUnit_MathIntDiv"); \ +static_assert(sizeof(FRigUnit_MathIntDiv) == 0x000018, "Wrong size on FRigUnit_MathIntDiv"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMod \ +static_assert(alignof(FRigUnit_MathIntMod) == 0x000008, "Wrong alignment on FRigUnit_MathIntMod"); \ +static_assert(sizeof(FRigUnit_MathIntMod) == 0x000018, "Wrong size on FRigUnit_MathIntMod"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSelectBool \ +static_assert(alignof(FRigUnit_MathVectorSelectBool) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSelectBool"); \ +static_assert(sizeof(FRigUnit_MathVectorSelectBool) == 0x000058, "Wrong size on FRigUnit_MathVectorSelectBool"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, Condition) == 0x000008, "Member 'FRigUnit_MathVectorSelectBool::Condition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, IfTrue) == 0x000010, "Member 'FRigUnit_MathVectorSelectBool::IfTrue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, IfFalse) == 0x000028, "Member 'FRigUnit_MathVectorSelectBool::IfFalse' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSelectBool, Result) == 0x000040, "Member 'FRigUnit_MathVectorSelectBool::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntMin \ +static_assert(alignof(FRigUnit_MathIntMin) == 0x000008, "Wrong alignment on FRigUnit_MathIntMin"); \ +static_assert(sizeof(FRigUnit_MathIntMin) == 0x000018, "Wrong size on FRigUnit_MathIntMin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorClampLength \ +static_assert(alignof(FRigUnit_MathVectorClampLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorClampLength"); \ +static_assert(sizeof(FRigUnit_MathVectorClampLength) == 0x000040, "Wrong size on FRigUnit_MathVectorClampLength"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorClampLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, MinimumLength) == 0x000020, "Member 'FRigUnit_MathVectorClampLength::MinimumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, MaximumLength) == 0x000024, "Member 'FRigUnit_MathVectorClampLength::MaximumLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampLength, Result) == 0x000028, "Member 'FRigUnit_MathVectorClampLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntPow \ +static_assert(alignof(FRigUnit_MathIntPow) == 0x000008, "Wrong alignment on FRigUnit_MathIntPow"); \ +static_assert(sizeof(FRigUnit_MathIntPow) == 0x000018, "Wrong size on FRigUnit_MathIntPow"); \ + +#define DUMPER7_ASSERTS_FRigUnit_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_MathIntAbs \ +static_assert(alignof(FRigUnit_MathIntAbs) == 0x000008, "Wrong alignment on FRigUnit_MathIntAbs"); \ +static_assert(sizeof(FRigUnit_MathIntAbs) == 0x000010, "Wrong size on FRigUnit_MathIntAbs"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorOrthogonal \ +static_assert(alignof(FRigUnit_MathVectorOrthogonal) == 0x000008, "Wrong alignment on FRigUnit_MathVectorOrthogonal"); \ +static_assert(sizeof(FRigUnit_MathVectorOrthogonal) == 0x000040, "Wrong size on FRigUnit_MathVectorOrthogonal"); \ +static_assert(offsetof(FRigUnit_MathVectorOrthogonal, A) == 0x000008, "Member 'FRigUnit_MathVectorOrthogonal::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorOrthogonal, B) == 0x000020, "Member 'FRigUnit_MathVectorOrthogonal::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorOrthogonal, Result) == 0x000038, "Member 'FRigUnit_MathVectorOrthogonal::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntSign \ +static_assert(alignof(FRigUnit_MathIntSign) == 0x000008, "Wrong alignment on FRigUnit_MathIntSign"); \ +static_assert(sizeof(FRigUnit_MathIntSign) == 0x000010, "Wrong size on FRigUnit_MathIntSign"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorUnit \ +static_assert(alignof(FRigUnit_MathVectorUnit) == 0x000008, "Wrong alignment on FRigUnit_MathVectorUnit"); \ +static_assert(sizeof(FRigUnit_MathVectorUnit) == 0x000038, "Wrong size on FRigUnit_MathVectorUnit"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntEquals \ +static_assert(alignof(FRigUnit_MathIntEquals) == 0x000008, "Wrong alignment on FRigUnit_MathIntEquals"); \ +static_assert(sizeof(FRigUnit_MathIntEquals) == 0x000018, "Wrong size on FRigUnit_MathIntEquals"); \ +static_assert(offsetof(FRigUnit_MathIntEquals, A) == 0x000008, "Member 'FRigUnit_MathIntEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntEquals, B) == 0x00000C, "Member 'FRigUnit_MathIntEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntEquals, Result) == 0x000010, "Member 'FRigUnit_MathIntEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntGreaterEqual \ +static_assert(alignof(FRigUnit_MathIntGreaterEqual) == 0x000008, "Wrong alignment on FRigUnit_MathIntGreaterEqual"); \ +static_assert(sizeof(FRigUnit_MathIntGreaterEqual) == 0x000018, "Wrong size on FRigUnit_MathIntGreaterEqual"); \ +static_assert(offsetof(FRigUnit_MathIntGreaterEqual, A) == 0x000008, "Member 'FRigUnit_MathIntGreaterEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreaterEqual, B) == 0x00000C, "Member 'FRigUnit_MathIntGreaterEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntGreaterEqual, Result) == 0x000010, "Member 'FRigUnit_MathIntGreaterEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMatrixToTransform \ +static_assert(alignof(FRigUnit_MathMatrixToTransform) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixToTransform"); \ +static_assert(sizeof(FRigUnit_MathMatrixToTransform) == 0x0000F0, "Wrong size on FRigUnit_MathMatrixToTransform"); \ +static_assert(offsetof(FRigUnit_MathMatrixToTransform, Value) == 0x000010, "Member 'FRigUnit_MathMatrixToTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixToTransform, Result) == 0x000090, "Member 'FRigUnit_MathMatrixToTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathMatrixFromVectors \ +static_assert(alignof(FRigUnit_MathMatrixFromVectors) == 0x000010, "Wrong alignment on FRigUnit_MathMatrixFromVectors"); \ +static_assert(sizeof(FRigUnit_MathMatrixFromVectors) == 0x0000F0, "Wrong size on FRigUnit_MathMatrixFromVectors"); \ +static_assert(offsetof(FRigUnit_MathMatrixFromVectors, Origin) == 0x000008, "Member 'FRigUnit_MathMatrixFromVectors::Origin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixFromVectors, X) == 0x000020, "Member 'FRigUnit_MathMatrixFromVectors::X' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixFromVectors, Y) == 0x000038, "Member 'FRigUnit_MathMatrixFromVectors::Y' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixFromVectors, Z) == 0x000050, "Member 'FRigUnit_MathMatrixFromVectors::Z' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathMatrixFromVectors, Result) == 0x000070, "Member 'FRigUnit_MathMatrixFromVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionBinaryOp \ +static_assert(alignof(FRigUnit_MathQuaternionBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionBinaryOp) == 0x000070, "Wrong size on FRigUnit_MathQuaternionBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, B) == 0x000030, "Member 'FRigUnit_MathQuaternionBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionBinaryOp, Result) == 0x000050, "Member 'FRigUnit_MathQuaternionBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromAxisAndAngle \ +static_assert(alignof(FRigUnit_MathQuaternionFromAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromAxisAndAngle) == 0x000050, "Wrong size on FRigUnit_MathQuaternionFromAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Axis) == 0x000008, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Angle) == 0x000020, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Angle' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromAxisAndAngle, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionFromAxisAndAngle::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromRotator \ +static_assert(alignof(FRigUnit_MathQuaternionFromRotator) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromRotator"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromRotator) == 0x000040, "Wrong size on FRigUnit_MathQuaternionFromRotator"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromRotator, Rotator) == 0x000008, "Member 'FRigUnit_MathQuaternionFromRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromRotator, Result) == 0x000020, "Member 'FRigUnit_MathQuaternionFromRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionFromTwoVectors \ +static_assert(alignof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionFromTwoVectors"); \ +static_assert(sizeof(FRigUnit_MathQuaternionFromTwoVectors) == 0x000060, "Wrong size on FRigUnit_MathQuaternionFromTwoVectors"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, A) == 0x000008, "Member 'FRigUnit_MathQuaternionFromTwoVectors::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, B) == 0x000020, "Member 'FRigUnit_MathQuaternionFromTwoVectors::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionFromTwoVectors, Result) == 0x000040, "Member 'FRigUnit_MathQuaternionFromTwoVectors::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToAxisAndAngle \ +static_assert(alignof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToAxisAndAngle"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToAxisAndAngle) == 0x000050, "Wrong size on FRigUnit_MathQuaternionToAxisAndAngle"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Axis) == 0x000030, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToAxisAndAngle, Angle) == 0x000048, "Member 'FRigUnit_MathQuaternionToAxisAndAngle::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToEuler \ +static_assert(alignof(FRigUnit_MathQuaternionToEuler) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToEuler"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToEuler) == 0x000050, "Wrong size on FRigUnit_MathQuaternionToEuler"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToEuler, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToEuler::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToEuler, RotationOrder) == 0x000030, "Member 'FRigUnit_MathQuaternionToEuler::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToEuler, Result) == 0x000038, "Member 'FRigUnit_MathQuaternionToEuler::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionToRotator \ +static_assert(alignof(FRigUnit_MathQuaternionToRotator) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionToRotator"); \ +static_assert(sizeof(FRigUnit_MathQuaternionToRotator) == 0x000050, "Wrong size on FRigUnit_MathQuaternionToRotator"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Value) == 0x000010, "Member 'FRigUnit_MathQuaternionToRotator::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionToRotator, Result) == 0x000030, "Member 'FRigUnit_MathQuaternionToRotator::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionMul \ +static_assert(alignof(FRigUnit_MathQuaternionMul) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionMul"); \ +static_assert(sizeof(FRigUnit_MathQuaternionMul) == 0x000070, "Wrong size on FRigUnit_MathQuaternionMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSlerp \ +static_assert(alignof(FRigUnit_MathQuaternionSlerp) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSlerp"); \ +static_assert(sizeof(FRigUnit_MathQuaternionSlerp) == 0x000080, "Wrong size on FRigUnit_MathQuaternionSlerp"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, A) == 0x000010, "Member 'FRigUnit_MathQuaternionSlerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, B) == 0x000030, "Member 'FRigUnit_MathQuaternionSlerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, T) == 0x000050, "Member 'FRigUnit_MathQuaternionSlerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSlerp, Result) == 0x000060, "Member 'FRigUnit_MathQuaternionSlerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionEquals \ +static_assert(alignof(FRigUnit_MathQuaternionEquals) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionEquals"); \ +static_assert(sizeof(FRigUnit_MathQuaternionEquals) == 0x000060, "Wrong size on FRigUnit_MathQuaternionEquals"); \ +static_assert(offsetof(FRigUnit_MathQuaternionEquals, A) == 0x000010, "Member 'FRigUnit_MathQuaternionEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionEquals, B) == 0x000030, "Member 'FRigUnit_MathQuaternionEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionEquals, Result) == 0x000050, "Member 'FRigUnit_MathQuaternionEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionNotEquals \ +static_assert(alignof(FRigUnit_MathQuaternionNotEquals) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionNotEquals"); \ +static_assert(sizeof(FRigUnit_MathQuaternionNotEquals) == 0x000060, "Wrong size on FRigUnit_MathQuaternionNotEquals"); \ +static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, A) == 0x000010, "Member 'FRigUnit_MathQuaternionNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, B) == 0x000030, "Member 'FRigUnit_MathQuaternionNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionNotEquals, Result) == 0x000050, "Member 'FRigUnit_MathQuaternionNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionDot \ +static_assert(alignof(FRigUnit_MathQuaternionDot) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionDot"); \ +static_assert(sizeof(FRigUnit_MathQuaternionDot) == 0x000060, "Wrong size on FRigUnit_MathQuaternionDot"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, A) == 0x000010, "Member 'FRigUnit_MathQuaternionDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, B) == 0x000030, "Member 'FRigUnit_MathQuaternionDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionDot, Result) == 0x000050, "Member 'FRigUnit_MathQuaternionDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionRotateVector \ +static_assert(alignof(FRigUnit_MathQuaternionRotateVector) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionRotateVector"); \ +static_assert(sizeof(FRigUnit_MathQuaternionRotateVector) == 0x000060, "Wrong size on FRigUnit_MathQuaternionRotateVector"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Quaternion) == 0x000010, "Member 'FRigUnit_MathQuaternionRotateVector::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Vector) == 0x000030, "Member 'FRigUnit_MathQuaternionRotateVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionRotateVector, Result) == 0x000048, "Member 'FRigUnit_MathQuaternionRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionGetAxis \ +static_assert(alignof(FRigUnit_MathQuaternionGetAxis) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionGetAxis"); \ +static_assert(sizeof(FRigUnit_MathQuaternionGetAxis) == 0x000050, "Wrong size on FRigUnit_MathQuaternionGetAxis"); \ +static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Quaternion) == 0x000010, "Member 'FRigUnit_MathQuaternionGetAxis::Quaternion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Axis) == 0x000030, "Member 'FRigUnit_MathQuaternionGetAxis::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionGetAxis, Result) == 0x000038, "Member 'FRigUnit_MathQuaternionGetAxis::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathQuaternionSwingTwist \ +static_assert(alignof(FRigUnit_MathQuaternionSwingTwist) == 0x000010, "Wrong alignment on FRigUnit_MathQuaternionSwingTwist"); \ +static_assert(sizeof(FRigUnit_MathQuaternionSwingTwist) == 0x000090, "Wrong size on FRigUnit_MathQuaternionSwingTwist"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Input) == 0x000010, "Member 'FRigUnit_MathQuaternionSwingTwist::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, TwistAxis) == 0x000030, "Member 'FRigUnit_MathQuaternionSwingTwist::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Swing) == 0x000050, "Member 'FRigUnit_MathQuaternionSwingTwist::Swing' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathQuaternionSwingTwist, Twist) == 0x000070, "Member 'FRigUnit_MathQuaternionSwingTwist::Twist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorBase \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorBase) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorBase"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorBase) == 0x0000C0, "Wrong size on FRigUnit_MathRBFInterpolateVectorBase"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, Input) == 0x000008, "Member 'FRigUnit_MathRBFInterpolateVectorBase::Input' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, DistanceFunction) == 0x000020, "Member 'FRigUnit_MathRBFInterpolateVectorBase::DistanceFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingFunction) == 0x000021, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingFunction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, SmoothingRadius) == 0x000024, "Member 'FRigUnit_MathRBFInterpolateVectorBase::SmoothingRadius' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, bNormalizeOutput) == 0x000028, "Member 'FRigUnit_MathRBFInterpolateVectorBase::bNormalizeOutput' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorBase, WorkData) == 0x000030, "Member 'FRigUnit_MathRBFInterpolateVectorBase::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatFloat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatFloat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatFloat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatFloat) == 0x000110, "Wrong size on FRigUnit_MathRBFInterpolateQuatFloat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatFloat, Targets) == 0x0000F0, "Member 'FRigUnit_MathRBFInterpolateQuatFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatFloat, Output) == 0x000100, "Member 'FRigUnit_MathRBFInterpolateQuatFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatVector \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatVector) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatVector"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatVector) == 0x000120, "Wrong size on FRigUnit_MathRBFInterpolateQuatVector"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatVector, Targets) == 0x0000F0, "Member 'FRigUnit_MathRBFInterpolateQuatVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatVector, Output) == 0x000100, "Member 'FRigUnit_MathRBFInterpolateQuatVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMathRBFInterpolateQuatColor_Target \ +static_assert(alignof(FMathRBFInterpolateQuatColor_Target) == 0x000010, "Wrong alignment on FMathRBFInterpolateQuatColor_Target"); \ +static_assert(sizeof(FMathRBFInterpolateQuatColor_Target) == 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_FRigUnit_MathRBFInterpolateQuatColor \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatColor"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatColor) == 0x000110, "Wrong size on FRigUnit_MathRBFInterpolateQuatColor"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Targets) == 0x0000F0, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatColor, Output) == 0x000100, "Member 'FRigUnit_MathRBFInterpolateQuatColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatQuat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatQuat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatQuat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatQuat) == 0x000120, "Wrong size on FRigUnit_MathRBFInterpolateQuatQuat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatQuat, Targets) == 0x0000F0, "Member 'FRigUnit_MathRBFInterpolateQuatQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatQuat, Output) == 0x000100, "Member 'FRigUnit_MathRBFInterpolateQuatQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateQuatXform \ +static_assert(alignof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateQuatXform"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateQuatXform) == 0x000160, "Wrong size on FRigUnit_MathRBFInterpolateQuatXform"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Targets) == 0x0000F0, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateQuatXform, Output) == 0x000100, "Member 'FRigUnit_MathRBFInterpolateQuatXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorFloat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorFloat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorFloat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorFloat) == 0x0000E0, "Wrong size on FRigUnit_MathRBFInterpolateVectorFloat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorFloat, Targets) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorFloat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorFloat, Output) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateVectorFloat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorVector \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorVector) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorVector"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorVector) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateVectorVector"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorVector, Targets) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorVector::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorVector, Output) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateVectorVector::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorColor \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorColor) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorColor"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorColor) == 0x0000E0, "Wrong size on FRigUnit_MathRBFInterpolateVectorColor"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Targets) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorColor, Output) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateVectorColor::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorQuat \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorQuat) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorQuat"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorQuat) == 0x0000F0, "Wrong size on FRigUnit_MathRBFInterpolateVectorQuat"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorQuat, Targets) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorQuat::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorQuat, Output) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateVectorQuat::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathRBFInterpolateVectorXform \ +static_assert(alignof(FRigUnit_MathRBFInterpolateVectorXform) == 0x000010, "Wrong alignment on FRigUnit_MathRBFInterpolateVectorXform"); \ +static_assert(sizeof(FRigUnit_MathRBFInterpolateVectorXform) == 0x000130, "Wrong size on FRigUnit_MathRBFInterpolateVectorXform"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Targets) == 0x0000C0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathRBFInterpolateVectorXform, Output) == 0x0000D0, "Member 'FRigUnit_MathRBFInterpolateVectorXform::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformMutableBase \ +static_assert(alignof(FRigUnit_MathTransformMutableBase) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMutableBase"); \ +static_assert(sizeof(FRigUnit_MathTransformMutableBase) == 0x0000D0, "Wrong size on FRigUnit_MathTransformMutableBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathIntersectPlane \ +static_assert(alignof(FRigUnit_MathIntersectPlane) == 0x000008, "Wrong alignment on FRigUnit_MathIntersectPlane"); \ +static_assert(sizeof(FRigUnit_MathIntersectPlane) == 0x000088, "Wrong size on FRigUnit_MathIntersectPlane"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Start) == 0x000008, "Member 'FRigUnit_MathIntersectPlane::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Direction) == 0x000020, "Member 'FRigUnit_MathIntersectPlane::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, PlanePoint) == 0x000038, "Member 'FRigUnit_MathIntersectPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, PlaneNormal) == 0x000050, "Member 'FRigUnit_MathIntersectPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Result) == 0x000068, "Member 'FRigUnit_MathIntersectPlane::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathIntersectPlane, Distance) == 0x000080, "Member 'FRigUnit_MathIntersectPlane::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformBinaryOp \ +static_assert(alignof(FRigUnit_MathTransformBinaryOp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformBinaryOp"); \ +static_assert(sizeof(FRigUnit_MathTransformBinaryOp) == 0x000130, "Wrong size on FRigUnit_MathTransformBinaryOp"); \ +static_assert(offsetof(FRigUnit_MathTransformBinaryOp, A) == 0x000010, "Member 'FRigUnit_MathTransformBinaryOp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformBinaryOp, B) == 0x000070, "Member 'FRigUnit_MathTransformBinaryOp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformBinaryOp, Result) == 0x0000D0, "Member 'FRigUnit_MathTransformBinaryOp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformToEulerTransform \ +static_assert(alignof(FRigUnit_MathTransformToEulerTransform) == 0x000010, "Wrong alignment on FRigUnit_MathTransformToEulerTransform"); \ +static_assert(sizeof(FRigUnit_MathTransformToEulerTransform) == 0x0000C0, "Wrong size on FRigUnit_MathTransformToEulerTransform"); \ +static_assert(offsetof(FRigUnit_MathTransformToEulerTransform, Value) == 0x000010, "Member 'FRigUnit_MathTransformToEulerTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformToEulerTransform, Result) == 0x000070, "Member 'FRigUnit_MathTransformToEulerTransform::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformMul \ +static_assert(alignof(FRigUnit_MathTransformMul) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMul"); \ +static_assert(sizeof(FRigUnit_MathTransformMul) == 0x000130, "Wrong size on FRigUnit_MathTransformMul"); \ + +#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_MathTransformMakeRelative \ +static_assert(alignof(FRigUnit_MathTransformMakeRelative) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMakeRelative"); \ +static_assert(sizeof(FRigUnit_MathTransformMakeRelative) == 0x000130, "Wrong size on FRigUnit_MathTransformMakeRelative"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Global) == 0x000010, "Member 'FRigUnit_MathTransformMakeRelative::Global' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Parent) == 0x000070, "Member 'FRigUnit_MathTransformMakeRelative::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeRelative, Local) == 0x0000D0, "Member 'FRigUnit_MathTransformMakeRelative::Local' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformMakeAbsolute \ +static_assert(alignof(FRigUnit_MathTransformMakeAbsolute) == 0x000010, "Wrong alignment on FRigUnit_MathTransformMakeAbsolute"); \ +static_assert(sizeof(FRigUnit_MathTransformMakeAbsolute) == 0x000130, "Wrong size on FRigUnit_MathTransformMakeAbsolute"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Local) == 0x000010, "Member 'FRigUnit_MathTransformMakeAbsolute::Local' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Parent) == 0x000070, "Member 'FRigUnit_MathTransformMakeAbsolute::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformMakeAbsolute, Global) == 0x0000D0, "Member 'FRigUnit_MathTransformMakeAbsolute::Global' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMakeBezierFourPoint \ +static_assert(alignof(FRigUnit_MathVectorMakeBezierFourPoint) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMakeBezierFourPoint"); \ +static_assert(sizeof(FRigUnit_MathVectorMakeBezierFourPoint) == 0x000068, "Wrong size on FRigUnit_MathVectorMakeBezierFourPoint"); \ +static_assert(offsetof(FRigUnit_MathVectorMakeBezierFourPoint, Bezier) == 0x000008, "Member 'FRigUnit_MathVectorMakeBezierFourPoint::Bezier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformAccumulateArray \ +static_assert(alignof(FRigUnit_MathTransformAccumulateArray) == 0x000010, "Wrong alignment on FRigUnit_MathTransformAccumulateArray"); \ +static_assert(sizeof(FRigUnit_MathTransformAccumulateArray) == 0x000160, "Wrong size on FRigUnit_MathTransformAccumulateArray"); \ +static_assert(offsetof(FRigUnit_MathTransformAccumulateArray, Transforms) == 0x0000D0, "Member 'FRigUnit_MathTransformAccumulateArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformAccumulateArray, TargetSpace) == 0x0000E0, "Member 'FRigUnit_MathTransformAccumulateArray::TargetSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformAccumulateArray, Root) == 0x0000F0, "Member 'FRigUnit_MathTransformAccumulateArray::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformAccumulateArray, ParentIndices) == 0x000150, "Member 'FRigUnit_MathTransformAccumulateArray::ParentIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformLerp \ +static_assert(alignof(FRigUnit_MathTransformLerp) == 0x000010, "Wrong alignment on FRigUnit_MathTransformLerp"); \ +static_assert(sizeof(FRigUnit_MathTransformLerp) == 0x000140, "Wrong size on FRigUnit_MathTransformLerp"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, A) == 0x000010, "Member 'FRigUnit_MathTransformLerp::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, B) == 0x000070, "Member 'FRigUnit_MathTransformLerp::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, T) == 0x0000D0, "Member 'FRigUnit_MathTransformLerp::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformLerp, Result) == 0x0000E0, "Member 'FRigUnit_MathTransformLerp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformRotateVector \ +static_assert(alignof(FRigUnit_MathTransformRotateVector) == 0x000010, "Wrong alignment on FRigUnit_MathTransformRotateVector"); \ +static_assert(sizeof(FRigUnit_MathTransformRotateVector) == 0x0000A0, "Wrong size on FRigUnit_MathTransformRotateVector"); \ +static_assert(offsetof(FRigUnit_MathTransformRotateVector, Transform) == 0x000010, "Member 'FRigUnit_MathTransformRotateVector::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformRotateVector, Direction) == 0x000070, "Member 'FRigUnit_MathTransformRotateVector::Direction' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformRotateVector, Result) == 0x000088, "Member 'FRigUnit_MathTransformRotateVector::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathTransformFromSRT \ +static_assert(alignof(FRigUnit_MathTransformFromSRT) == 0x000010, "Wrong alignment on FRigUnit_MathTransformFromSRT"); \ +static_assert(sizeof(FRigUnit_MathTransformFromSRT) == 0x000110, "Wrong size on FRigUnit_MathTransformFromSRT"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Location) == 0x000008, "Member 'FRigUnit_MathTransformFromSRT::Location' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Rotation) == 0x000020, "Member 'FRigUnit_MathTransformFromSRT::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, RotationOrder) == 0x000038, "Member 'FRigUnit_MathTransformFromSRT::RotationOrder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Scale) == 0x000040, "Member 'FRigUnit_MathTransformFromSRT::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, Transform) == 0x000060, "Member 'FRigUnit_MathTransformFromSRT::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathTransformFromSRT, EulerTransform) == 0x0000C0, "Member 'FRigUnit_MathTransformFromSRT::EulerTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorAdd \ +static_assert(alignof(FRigUnit_MathVectorAdd) == 0x000008, "Wrong alignment on FRigUnit_MathVectorAdd"); \ +static_assert(sizeof(FRigUnit_MathVectorAdd) == 0x000050, "Wrong size on FRigUnit_MathVectorAdd"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSub \ +static_assert(alignof(FRigUnit_MathVectorSub) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSub"); \ +static_assert(sizeof(FRigUnit_MathVectorSub) == 0x000050, "Wrong size on FRigUnit_MathVectorSub"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMul \ +static_assert(alignof(FRigUnit_MathVectorMul) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMul"); \ +static_assert(sizeof(FRigUnit_MathVectorMul) == 0x000050, "Wrong size on FRigUnit_MathVectorMul"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDiv \ +static_assert(alignof(FRigUnit_MathVectorDiv) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDiv"); \ +static_assert(sizeof(FRigUnit_MathVectorDiv) == 0x000050, "Wrong size on FRigUnit_MathVectorDiv"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMin \ +static_assert(alignof(FRigUnit_MathVectorMin) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMin"); \ +static_assert(sizeof(FRigUnit_MathVectorMin) == 0x000050, "Wrong size on FRigUnit_MathVectorMin"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorNegate \ +static_assert(alignof(FRigUnit_MathVectorNegate) == 0x000008, "Wrong alignment on FRigUnit_MathVectorNegate"); \ +static_assert(sizeof(FRigUnit_MathVectorNegate) == 0x000038, "Wrong size on FRigUnit_MathVectorNegate"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorFloor \ +static_assert(alignof(FRigUnit_MathVectorFloor) == 0x000008, "Wrong alignment on FRigUnit_MathVectorFloor"); \ +static_assert(sizeof(FRigUnit_MathVectorFloor) == 0x000038, "Wrong size on FRigUnit_MathVectorFloor"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorRound \ +static_assert(alignof(FRigUnit_MathVectorRound) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRound"); \ +static_assert(sizeof(FRigUnit_MathVectorRound) == 0x000038, "Wrong size on FRigUnit_MathVectorRound"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorClamp \ +static_assert(alignof(FRigUnit_MathVectorClamp) == 0x000008, "Wrong alignment on FRigUnit_MathVectorClamp"); \ +static_assert(sizeof(FRigUnit_MathVectorClamp) == 0x000068, "Wrong size on FRigUnit_MathVectorClamp"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Value) == 0x000008, "Member 'FRigUnit_MathVectorClamp::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Minimum) == 0x000020, "Member 'FRigUnit_MathVectorClamp::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Maximum) == 0x000038, "Member 'FRigUnit_MathVectorClamp::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClamp, Result) == 0x000050, "Member 'FRigUnit_MathVectorClamp::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorRemap \ +static_assert(alignof(FRigUnit_MathVectorRemap) == 0x000008, "Wrong alignment on FRigUnit_MathVectorRemap"); \ +static_assert(sizeof(FRigUnit_MathVectorRemap) == 0x0000A0, "Wrong size on FRigUnit_MathVectorRemap"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, Value) == 0x000008, "Member 'FRigUnit_MathVectorRemap::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMinimum) == 0x000020, "Member 'FRigUnit_MathVectorRemap::SourceMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, SourceMaximum) == 0x000038, "Member 'FRigUnit_MathVectorRemap::SourceMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMinimum) == 0x000050, "Member 'FRigUnit_MathVectorRemap::TargetMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, TargetMaximum) == 0x000068, "Member 'FRigUnit_MathVectorRemap::TargetMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, bClamp) == 0x000080, "Member 'FRigUnit_MathVectorRemap::bClamp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorRemap, Result) == 0x000088, "Member 'FRigUnit_MathVectorRemap::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorNotEquals \ +static_assert(alignof(FRigUnit_MathVectorNotEquals) == 0x000008, "Wrong alignment on FRigUnit_MathVectorNotEquals"); \ +static_assert(sizeof(FRigUnit_MathVectorNotEquals) == 0x000040, "Wrong size on FRigUnit_MathVectorNotEquals"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, A) == 0x000008, "Member 'FRigUnit_MathVectorNotEquals::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, B) == 0x000020, "Member 'FRigUnit_MathVectorNotEquals::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorNotEquals, Result) == 0x000038, "Member 'FRigUnit_MathVectorNotEquals::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorIsNearlyEqual \ +static_assert(alignof(FRigUnit_MathVectorIsNearlyEqual) == 0x000008, "Wrong alignment on FRigUnit_MathVectorIsNearlyEqual"); \ +static_assert(sizeof(FRigUnit_MathVectorIsNearlyEqual) == 0x000040, "Wrong size on FRigUnit_MathVectorIsNearlyEqual"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, A) == 0x000008, "Member 'FRigUnit_MathVectorIsNearlyEqual::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, B) == 0x000020, "Member 'FRigUnit_MathVectorIsNearlyEqual::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Tolerance) == 0x000038, "Member 'FRigUnit_MathVectorIsNearlyEqual::Tolerance' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorIsNearlyEqual, Result) == 0x00003C, "Member 'FRigUnit_MathVectorIsNearlyEqual::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDeg \ +static_assert(alignof(FRigUnit_MathVectorDeg) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDeg"); \ +static_assert(sizeof(FRigUnit_MathVectorDeg) == 0x000038, "Wrong size on FRigUnit_MathVectorDeg"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorLengthSquared \ +static_assert(alignof(FRigUnit_MathVectorLengthSquared) == 0x000008, "Wrong alignment on FRigUnit_MathVectorLengthSquared"); \ +static_assert(sizeof(FRigUnit_MathVectorLengthSquared) == 0x000028, "Wrong size on FRigUnit_MathVectorLengthSquared"); \ +static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Value) == 0x000008, "Member 'FRigUnit_MathVectorLengthSquared::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorLengthSquared, Result) == 0x000020, "Member 'FRigUnit_MathVectorLengthSquared::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDistance \ +static_assert(alignof(FRigUnit_MathVectorDistance) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDistance"); \ +static_assert(sizeof(FRigUnit_MathVectorDistance) == 0x000040, "Wrong size on FRigUnit_MathVectorDistance"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, A) == 0x000008, "Member 'FRigUnit_MathVectorDistance::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, B) == 0x000020, "Member 'FRigUnit_MathVectorDistance::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDistance, Result) == 0x000038, "Member 'FRigUnit_MathVectorDistance::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorDot \ +static_assert(alignof(FRigUnit_MathVectorDot) == 0x000008, "Wrong alignment on FRigUnit_MathVectorDot"); \ +static_assert(sizeof(FRigUnit_MathVectorDot) == 0x000040, "Wrong size on FRigUnit_MathVectorDot"); \ +static_assert(offsetof(FRigUnit_MathVectorDot, A) == 0x000008, "Member 'FRigUnit_MathVectorDot::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDot, B) == 0x000020, "Member 'FRigUnit_MathVectorDot::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorDot, Result) == 0x000038, "Member 'FRigUnit_MathVectorDot::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorSetLength \ +static_assert(alignof(FRigUnit_MathVectorSetLength) == 0x000008, "Wrong alignment on FRigUnit_MathVectorSetLength"); \ +static_assert(sizeof(FRigUnit_MathVectorSetLength) == 0x000040, "Wrong size on FRigUnit_MathVectorSetLength"); \ +static_assert(offsetof(FRigUnit_MathVectorSetLength, Value) == 0x000008, "Member 'FRigUnit_MathVectorSetLength::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSetLength, Length) == 0x000020, "Member 'FRigUnit_MathVectorSetLength::Length' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorSetLength, Result) == 0x000028, "Member 'FRigUnit_MathVectorSetLength::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorMirror \ +static_assert(alignof(FRigUnit_MathVectorMirror) == 0x000008, "Wrong alignment on FRigUnit_MathVectorMirror"); \ +static_assert(sizeof(FRigUnit_MathVectorMirror) == 0x000050, "Wrong size on FRigUnit_MathVectorMirror"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Value) == 0x000008, "Member 'FRigUnit_MathVectorMirror::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Normal) == 0x000020, "Member 'FRigUnit_MathVectorMirror::Normal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorMirror, Result) == 0x000038, "Member 'FRigUnit_MathVectorMirror::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorParallel \ +static_assert(alignof(FRigUnit_MathVectorParallel) == 0x000008, "Wrong alignment on FRigUnit_MathVectorParallel"); \ +static_assert(sizeof(FRigUnit_MathVectorParallel) == 0x000040, "Wrong size on FRigUnit_MathVectorParallel"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, A) == 0x000008, "Member 'FRigUnit_MathVectorParallel::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, B) == 0x000020, "Member 'FRigUnit_MathVectorParallel::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorParallel, Result) == 0x000038, "Member 'FRigUnit_MathVectorParallel::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorBezierFourPoint \ +static_assert(alignof(FRigUnit_MathVectorBezierFourPoint) == 0x000008, "Wrong alignment on FRigUnit_MathVectorBezierFourPoint"); \ +static_assert(sizeof(FRigUnit_MathVectorBezierFourPoint) == 0x0000A0, "Wrong size on FRigUnit_MathVectorBezierFourPoint"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Bezier) == 0x000008, "Member 'FRigUnit_MathVectorBezierFourPoint::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, T) == 0x000068, "Member 'FRigUnit_MathVectorBezierFourPoint::T' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Result) == 0x000070, "Member 'FRigUnit_MathVectorBezierFourPoint::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorBezierFourPoint, Tangent) == 0x000088, "Member 'FRigUnit_MathVectorBezierFourPoint::Tangent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathVectorClampSpatially \ +static_assert(alignof(FRigUnit_MathVectorClampSpatially) == 0x000010, "Wrong alignment on FRigUnit_MathVectorClampSpatially"); \ +static_assert(sizeof(FRigUnit_MathVectorClampSpatially) == 0x0000C0, "Wrong size on FRigUnit_MathVectorClampSpatially"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Value) == 0x000008, "Member 'FRigUnit_MathVectorClampSpatially::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Axis) == 0x000020, "Member 'FRigUnit_MathVectorClampSpatially::Axis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Type) == 0x000021, "Member 'FRigUnit_MathVectorClampSpatially::Type' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Minimum) == 0x000024, "Member 'FRigUnit_MathVectorClampSpatially::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Maximum) == 0x000028, "Member 'FRigUnit_MathVectorClampSpatially::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Space) == 0x000030, "Member 'FRigUnit_MathVectorClampSpatially::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, bDrawDebug) == 0x000090, "Member 'FRigUnit_MathVectorClampSpatially::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, DebugColor) == 0x000094, "Member 'FRigUnit_MathVectorClampSpatially::DebugColor' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, DebugThickness) == 0x0000A4, "Member 'FRigUnit_MathVectorClampSpatially::DebugThickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathVectorClampSpatially, Result) == 0x0000A8, "Member 'FRigUnit_MathVectorClampSpatially::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_MathDistanceToPlane \ +static_assert(alignof(FRigUnit_MathDistanceToPlane) == 0x000008, "Wrong alignment on FRigUnit_MathDistanceToPlane"); \ +static_assert(sizeof(FRigUnit_MathDistanceToPlane) == 0x000070, "Wrong size on FRigUnit_MathDistanceToPlane"); \ +static_assert(offsetof(FRigUnit_MathDistanceToPlane, Point) == 0x000008, "Member 'FRigUnit_MathDistanceToPlane::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathDistanceToPlane, PlanePoint) == 0x000020, "Member 'FRigUnit_MathDistanceToPlane::PlanePoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathDistanceToPlane, PlaneNormal) == 0x000038, "Member 'FRigUnit_MathDistanceToPlane::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathDistanceToPlane, ClosestPointOnPlane) == 0x000050, "Member 'FRigUnit_MathDistanceToPlane::ClosestPointOnPlane' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MathDistanceToPlane, SignedDistance) == 0x000068, "Member 'FRigUnit_MathDistanceToPlane::SignedDistance' 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) == 0x000100, "Wrong size on FRigUnit_ModifyBoneTransforms"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, BoneToModify) == 0x0000D0, "Member 'FRigUnit_ModifyBoneTransforms::BoneToModify' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Weight) == 0x0000E0, "Member 'FRigUnit_ModifyBoneTransforms::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMinimum) == 0x0000E4, "Member 'FRigUnit_ModifyBoneTransforms::WeightMinimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WeightMaximum) == 0x0000E8, "Member 'FRigUnit_ModifyBoneTransforms::WeightMaximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, Mode) == 0x0000EC, "Member 'FRigUnit_ModifyBoneTransforms::Mode' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ModifyBoneTransforms, WorkData) == 0x0000F0, "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) == 0x000160, "Wrong size on FRigUnit_MultiFABRIK"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, RootBone) == 0x0000D0, "Member 'FRigUnit_MultiFABRIK::RootBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Effectors) == 0x0000D8, "Member 'FRigUnit_MultiFABRIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, Precision) == 0x0000E8, "Member 'FRigUnit_MultiFABRIK::Precision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, bPropagateToChildren) == 0x0000EC, "Member 'FRigUnit_MultiFABRIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, MaxIterations) == 0x0000F0, "Member 'FRigUnit_MultiFABRIK::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_MultiFABRIK, WorkData) == 0x0000F8, "Member 'FRigUnit_MultiFABRIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameBase \ +static_assert(alignof(FRigUnit_NameBase) == 0x000008, "Wrong alignment on FRigUnit_NameBase"); \ +static_assert(sizeof(FRigUnit_NameBase) == 0x000008, "Wrong size on FRigUnit_NameBase"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameConcat \ +static_assert(alignof(FRigUnit_NameConcat) == 0x000008, "Wrong alignment on FRigUnit_NameConcat"); \ +static_assert(sizeof(FRigUnit_NameConcat) == 0x000020, "Wrong size on FRigUnit_NameConcat"); \ +static_assert(offsetof(FRigUnit_NameConcat, A) == 0x000008, "Member 'FRigUnit_NameConcat::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameConcat, B) == 0x000010, "Member 'FRigUnit_NameConcat::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameConcat, Result) == 0x000018, "Member 'FRigUnit_NameConcat::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameTruncate \ +static_assert(alignof(FRigUnit_NameTruncate) == 0x000008, "Wrong alignment on FRigUnit_NameTruncate"); \ +static_assert(sizeof(FRigUnit_NameTruncate) == 0x000028, "Wrong size on FRigUnit_NameTruncate"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Name) == 0x000008, "Member 'FRigUnit_NameTruncate::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Count) == 0x000010, "Member 'FRigUnit_NameTruncate::Count' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, FromEnd) == 0x000014, "Member 'FRigUnit_NameTruncate::FromEnd' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Remainder) == 0x000018, "Member 'FRigUnit_NameTruncate::Remainder' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameTruncate, Chopped) == 0x000020, "Member 'FRigUnit_NameTruncate::Chopped' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NameReplace \ +static_assert(alignof(FRigUnit_NameReplace) == 0x000008, "Wrong alignment on FRigUnit_NameReplace"); \ +static_assert(sizeof(FRigUnit_NameReplace) == 0x000028, "Wrong size on FRigUnit_NameReplace"); \ +static_assert(offsetof(FRigUnit_NameReplace, Name) == 0x000008, "Member 'FRigUnit_NameReplace::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameReplace, Old) == 0x000010, "Member 'FRigUnit_NameReplace::Old' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameReplace, New) == 0x000018, "Member 'FRigUnit_NameReplace::New' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NameReplace, Result) == 0x000020, "Member 'FRigUnit_NameReplace::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_EndsWith \ +static_assert(alignof(FRigUnit_EndsWith) == 0x000008, "Wrong alignment on FRigUnit_EndsWith"); \ +static_assert(sizeof(FRigUnit_EndsWith) == 0x000020, "Wrong size on FRigUnit_EndsWith"); \ +static_assert(offsetof(FRigUnit_EndsWith, Name) == 0x000008, "Member 'FRigUnit_EndsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndsWith, Ending) == 0x000010, "Member 'FRigUnit_EndsWith::Ending' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndsWith, Result) == 0x000018, "Member 'FRigUnit_EndsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_StartsWith \ +static_assert(alignof(FRigUnit_StartsWith) == 0x000008, "Wrong alignment on FRigUnit_StartsWith"); \ +static_assert(sizeof(FRigUnit_StartsWith) == 0x000020, "Wrong size on FRigUnit_StartsWith"); \ +static_assert(offsetof(FRigUnit_StartsWith, Name) == 0x000008, "Member 'FRigUnit_StartsWith::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_StartsWith, Start) == 0x000010, "Member 'FRigUnit_StartsWith::Start' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_StartsWith, Result) == 0x000018, "Member 'FRigUnit_StartsWith::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Contains \ +static_assert(alignof(FRigUnit_Contains) == 0x000008, "Wrong alignment on FRigUnit_Contains"); \ +static_assert(sizeof(FRigUnit_Contains) == 0x000020, "Wrong size on FRigUnit_Contains"); \ +static_assert(offsetof(FRigUnit_Contains, Name) == 0x000008, "Member 'FRigUnit_Contains::Name' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Contains, search) == 0x000010, "Member 'FRigUnit_Contains::search' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Contains, Result) == 0x000018, "Member 'FRigUnit_Contains::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NoiseFloat \ +static_assert(alignof(FRigUnit_NoiseFloat) == 0x000008, "Wrong alignment on FRigUnit_NoiseFloat"); \ +static_assert(sizeof(FRigUnit_NoiseFloat) == 0x000028, "Wrong size on FRigUnit_NoiseFloat"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Value) == 0x000008, "Member 'FRigUnit_NoiseFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Speed) == 0x00000C, "Member 'FRigUnit_NoiseFloat::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Frequency) == 0x000010, "Member 'FRigUnit_NoiseFloat::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Minimum) == 0x000014, "Member 'FRigUnit_NoiseFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Maximum) == 0x000018, "Member 'FRigUnit_NoiseFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Result) == 0x00001C, "Member 'FRigUnit_NoiseFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseFloat, Time) == 0x000020, "Member 'FRigUnit_NoiseFloat::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_NoiseVector \ +static_assert(alignof(FRigUnit_NoiseVector) == 0x000008, "Wrong alignment on FRigUnit_NoiseVector"); \ +static_assert(sizeof(FRigUnit_NoiseVector) == 0x000088, "Wrong size on FRigUnit_NoiseVector"); \ +static_assert(offsetof(FRigUnit_NoiseVector, position) == 0x000008, "Member 'FRigUnit_NoiseVector::position' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Speed) == 0x000020, "Member 'FRigUnit_NoiseVector::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Frequency) == 0x000038, "Member 'FRigUnit_NoiseVector::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Minimum) == 0x000050, "Member 'FRigUnit_NoiseVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Maximum) == 0x000054, "Member 'FRigUnit_NoiseVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Result) == 0x000058, "Member 'FRigUnit_NoiseVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_NoiseVector, Time) == 0x000070, "Member 'FRigUnit_NoiseVector::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_OffsetTransformForItem \ +static_assert(alignof(FRigUnit_OffsetTransformForItem) == 0x000010, "Wrong alignment on FRigUnit_OffsetTransformForItem"); \ +static_assert(sizeof(FRigUnit_OffsetTransformForItem) == 0x000170, "Wrong size on FRigUnit_OffsetTransformForItem"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Item) == 0x0000D0, "Member 'FRigUnit_OffsetTransformForItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, OffsetTransform) == 0x0000E0, "Member 'FRigUnit_OffsetTransformForItem::OffsetTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, Weight) == 0x000140, "Member 'FRigUnit_OffsetTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, bPropagateToChildren) == 0x000144, "Member 'FRigUnit_OffsetTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_OffsetTransformForItem, CachedIndex) == 0x000148, "Member 'FRigUnit_OffsetTransformForItem::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) == 0x000270, "Wrong size on FRigUnit_ParentSwitchConstraint"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Subject) == 0x0000D0, "Member 'FRigUnit_ParentSwitchConstraint::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, ParentIndex) == 0x0000DC, "Member 'FRigUnit_ParentSwitchConstraint::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Parents) == 0x0000E0, "Member 'FRigUnit_ParentSwitchConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, InitialGlobalTransform) == 0x0000F0, "Member 'FRigUnit_ParentSwitchConstraint::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Weight) == 0x000150, "Member 'FRigUnit_ParentSwitchConstraint::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Transform) == 0x000160, "Member 'FRigUnit_ParentSwitchConstraint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, Switched) == 0x0001C0, "Member 'FRigUnit_ParentSwitchConstraint::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedSubject) == 0x0001C8, "Member 'FRigUnit_ParentSwitchConstraint::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, CachedParent) == 0x0001E8, "Member 'FRigUnit_ParentSwitchConstraint::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraint, RelativeOffset) == 0x000210, "Member 'FRigUnit_ParentSwitchConstraint::RelativeOffset' 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) == 0x000270, "Wrong size on FRigUnit_ParentSwitchConstraintArray"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Subject) == 0x0000D0, "Member 'FRigUnit_ParentSwitchConstraintArray::Subject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, ParentIndex) == 0x0000DC, "Member 'FRigUnit_ParentSwitchConstraintArray::ParentIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Parents) == 0x0000E0, "Member 'FRigUnit_ParentSwitchConstraintArray::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, InitialGlobalTransform) == 0x0000F0, "Member 'FRigUnit_ParentSwitchConstraintArray::InitialGlobalTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Weight) == 0x000150, "Member 'FRigUnit_ParentSwitchConstraintArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Transform) == 0x000160, "Member 'FRigUnit_ParentSwitchConstraintArray::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, Switched) == 0x0001C0, "Member 'FRigUnit_ParentSwitchConstraintArray::Switched' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedSubject) == 0x0001C8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedSubject' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, CachedParent) == 0x0001E8, "Member 'FRigUnit_ParentSwitchConstraintArray::CachedParent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentSwitchConstraintArray, RelativeOffset) == 0x000210, "Member 'FRigUnit_ParentSwitchConstraintArray::RelativeOffset' 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_SimBaseMutable \ +static_assert(alignof(FRigUnit_SimBaseMutable) == 0x000010, "Wrong alignment on FRigUnit_SimBaseMutable"); \ +static_assert(sizeof(FRigUnit_SimBaseMutable) == 0x0000D0, "Wrong size on FRigUnit_SimBaseMutable"); \ + +#define DUMPER7_ASSERTS_FRigUnit_PointSimulation \ +static_assert(alignof(FRigUnit_PointSimulation) == 0x000010, "Wrong alignment on FRigUnit_PointSimulation"); \ +static_assert(sizeof(FRigUnit_PointSimulation) == 0x0002E0, "Wrong size on FRigUnit_PointSimulation"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Points) == 0x0000D0, "Member 'FRigUnit_PointSimulation::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, links) == 0x0000E0, "Member 'FRigUnit_PointSimulation::links' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Forces) == 0x0000F0, "Member 'FRigUnit_PointSimulation::Forces' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, CollisionVolumes) == 0x000100, "Member 'FRigUnit_PointSimulation::CollisionVolumes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SimulatedStepsPerSecond) == 0x000110, "Member 'FRigUnit_PointSimulation::SimulatedStepsPerSecond' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, IntegratorType) == 0x000114, "Member 'FRigUnit_PointSimulation::IntegratorType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, VerletBlend) == 0x000118, "Member 'FRigUnit_PointSimulation::VerletBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, BoneTargets) == 0x000120, "Member 'FRigUnit_PointSimulation::BoneTargets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bLimitLocalPosition) == 0x000130, "Member 'FRigUnit_PointSimulation::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, bPropagateToChildren) == 0x000131, "Member 'FRigUnit_PointSimulation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, PrimaryAimAxis) == 0x000138, "Member 'FRigUnit_PointSimulation::PrimaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, SecondaryAimAxis) == 0x000150, "Member 'FRigUnit_PointSimulation::SecondaryAimAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, DebugSettings) == 0x000170, "Member 'FRigUnit_PointSimulation::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, Bezier) == 0x0001F0, "Member 'FRigUnit_PointSimulation::Bezier' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PointSimulation, WorkData) == 0x000250, "Member 'FRigUnit_PointSimulation::WorkData' 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) == 0x0000D0, "Wrong size on FRigUnit_PrepareForExecution"); \ +static_assert(offsetof(FRigUnit_PrepareForExecution, ExecuteContext) == 0x000010, "Member 'FRigUnit_PrepareForExecution::ExecuteContext' 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) == 0x0000D0, "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) == 0x0000F0, "Wrong size on FRigUnit_EndProfilingTimer"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, NumberOfMeasurements) == 0x0000D0, "Member 'FRigUnit_EndProfilingTimer::NumberOfMeasurements' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, Prefix) == 0x0000D8, "Member 'FRigUnit_EndProfilingTimer::Prefix' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, AccumulatedTime) == 0x0000E8, "Member 'FRigUnit_EndProfilingTimer::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_EndProfilingTimer, MeasurementsLeft) == 0x0000EC, "Member 'FRigUnit_EndProfilingTimer::MeasurementsLeft' 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_PropagateTransform \ +static_assert(alignof(FRigUnit_PropagateTransform) == 0x000010, "Wrong alignment on FRigUnit_PropagateTransform"); \ +static_assert(sizeof(FRigUnit_PropagateTransform) == 0x000100, "Wrong size on FRigUnit_PropagateTransform"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, Item) == 0x0000D0, "Member 'FRigUnit_PropagateTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecomputeGlobal) == 0x0000DC, "Member 'FRigUnit_PropagateTransform::bRecomputeGlobal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bApplyToChildren) == 0x0000DD, "Member 'FRigUnit_PropagateTransform::bApplyToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, bRecursive) == 0x0000DE, "Member 'FRigUnit_PropagateTransform::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PropagateTransform, CachedIndex) == 0x0000E0, "Member 'FRigUnit_PropagateTransform::CachedIndex' 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_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_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_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_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_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_FRigUnit_RandomFloat \ +static_assert(alignof(FRigUnit_RandomFloat) == 0x000008, "Wrong alignment on FRigUnit_RandomFloat"); \ +static_assert(sizeof(FRigUnit_RandomFloat) == 0x000030, "Wrong size on FRigUnit_RandomFloat"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Seed) == 0x000008, "Member 'FRigUnit_RandomFloat::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Minimum) == 0x00000C, "Member 'FRigUnit_RandomFloat::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Maximum) == 0x000010, "Member 'FRigUnit_RandomFloat::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Duration) == 0x000014, "Member 'FRigUnit_RandomFloat::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, Result) == 0x000018, "Member 'FRigUnit_RandomFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, LastResult) == 0x00001C, "Member 'FRigUnit_RandomFloat::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, LastSeed) == 0x000020, "Member 'FRigUnit_RandomFloat::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, BaseSeed) == 0x000024, "Member 'FRigUnit_RandomFloat::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomFloat, TimeLeft) == 0x000028, "Member 'FRigUnit_RandomFloat::TimeLeft' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_RandomVector \ +static_assert(alignof(FRigUnit_RandomVector) == 0x000008, "Wrong alignment on FRigUnit_RandomVector"); \ +static_assert(sizeof(FRigUnit_RandomVector) == 0x000058, "Wrong size on FRigUnit_RandomVector"); \ +static_assert(offsetof(FRigUnit_RandomVector, Seed) == 0x000008, "Member 'FRigUnit_RandomVector::Seed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Minimum) == 0x00000C, "Member 'FRigUnit_RandomVector::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Maximum) == 0x000010, "Member 'FRigUnit_RandomVector::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Duration) == 0x000014, "Member 'FRigUnit_RandomVector::Duration' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, Result) == 0x000018, "Member 'FRigUnit_RandomVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, LastResult) == 0x000030, "Member 'FRigUnit_RandomVector::LastResult' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, LastSeed) == 0x000048, "Member 'FRigUnit_RandomVector::LastSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, BaseSeed) == 0x00004C, "Member 'FRigUnit_RandomVector::BaseSeed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RandomVector, TimeLeft) == 0x000050, "Member 'FRigUnit_RandomVector::TimeLeft' 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) == 0x0000F0, "Wrong size on FRigUnit_SendEvent"); \ +static_assert(offsetof(FRigUnit_SendEvent, Event) == 0x0000D0, "Member 'FRigUnit_SendEvent::Event' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, Item) == 0x0000D4, "Member 'FRigUnit_SendEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, OffsetInSeconds) == 0x0000E0, "Member 'FRigUnit_SendEvent::OffsetInSeconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bEnable) == 0x0000E4, "Member 'FRigUnit_SendEvent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SendEvent, bOnlyDuringInteraction) == 0x0000E5, "Member 'FRigUnit_SendEvent::bOnlyDuringInteraction' 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) == 0x0003D0, "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) == 0x0000D0, "Member 'FRigUnit_SequenceExecution::A' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, B) == 0x000190, "Member 'FRigUnit_SequenceExecution::B' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, C) == 0x000250, "Member 'FRigUnit_SequenceExecution::C' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SequenceExecution, D) == 0x000310, "Member 'FRigUnit_SequenceExecution::D' 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) == 0x0001D0, "Wrong size on FRigUnit_SetBoneInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bone) == 0x0000D0, "Member 'FRigUnit_SetBoneInitialTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Transform) == 0x0000E0, "Member 'FRigUnit_SetBoneInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Result) == 0x000140, "Member 'FRigUnit_SetBoneInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, Space) == 0x0001A0, "Member 'FRigUnit_SetBoneInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, bPropagateToChildren) == 0x0001A1, "Member 'FRigUnit_SetBoneInitialTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneInitialTransform, CachedBone) == 0x0001A8, "Member 'FRigUnit_SetBoneInitialTransform::CachedBone' 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) == 0x000130, "Wrong size on FRigUnit_SetBoneRotation"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, bone) == 0x0000D0, "Member 'FRigUnit_SetBoneRotation::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Rotation) == 0x0000E0, "Member 'FRigUnit_SetBoneRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Space) == 0x000100, "Member 'FRigUnit_SetBoneRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, Weight) == 0x000104, "Member 'FRigUnit_SetBoneRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, bPropagateToChildren) == 0x000108, "Member 'FRigUnit_SetBoneRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneRotation, CachedBone) == 0x000110, "Member 'FRigUnit_SetBoneRotation::CachedBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetBoneTransform \ +static_assert(alignof(FRigUnit_SetBoneTransform) == 0x000010, "Wrong alignment on FRigUnit_SetBoneTransform"); \ +static_assert(sizeof(FRigUnit_SetBoneTransform) == 0x0001D0, "Wrong size on FRigUnit_SetBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bone) == 0x0000D0, "Member 'FRigUnit_SetBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Transform) == 0x0000E0, "Member 'FRigUnit_SetBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Result) == 0x000140, "Member 'FRigUnit_SetBoneTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Space) == 0x0001A0, "Member 'FRigUnit_SetBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, Weight) == 0x0001A4, "Member 'FRigUnit_SetBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, bPropagateToChildren) == 0x0001A8, "Member 'FRigUnit_SetBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTransform, CachedBone) == 0x0001B0, "Member 'FRigUnit_SetBoneTransform::CachedBone' 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) == 0x000120, "Wrong size on FRigUnit_SetBoneTranslation"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bone) == 0x0000D0, "Member 'FRigUnit_SetBoneTranslation::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Translation) == 0x0000D8, "Member 'FRigUnit_SetBoneTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Space) == 0x0000F0, "Member 'FRigUnit_SetBoneTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, Weight) == 0x0000F4, "Member 'FRigUnit_SetBoneTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, bPropagateToChildren) == 0x0000F8, "Member 'FRigUnit_SetBoneTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetBoneTranslation, CachedBone) == 0x000100, "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) == 0x000110, "Wrong size on FRigUnit_SetControlColor"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Control) == 0x0000D0, "Member 'FRigUnit_SetControlColor::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, Color) == 0x0000D8, "Member 'FRigUnit_SetControlColor::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlColor, CachedControlIndex) == 0x0000E8, "Member 'FRigUnit_SetControlColor::CachedControlIndex' 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) == 0x000170, "Wrong size on FRigUnit_SetControlOffset"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Control) == 0x0000D0, "Member 'FRigUnit_SetControlOffset::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Offset) == 0x0000E0, "Member 'FRigUnit_SetControlOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, Space) == 0x000140, "Member 'FRigUnit_SetControlOffset::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlOffset, CachedControlIndex) == 0x000148, "Member 'FRigUnit_SetControlOffset::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetControlBool \ +static_assert(alignof(FRigUnit_SetControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetControlBool"); \ +static_assert(sizeof(FRigUnit_SetControlBool) == 0x000100, "Wrong size on FRigUnit_SetControlBool"); \ +static_assert(offsetof(FRigUnit_SetControlBool, Control) == 0x0000D0, "Member 'FRigUnit_SetControlBool::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, BoolValue) == 0x0000D8, "Member 'FRigUnit_SetControlBool::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlBool, CachedControlIndex) == 0x0000E0, "Member 'FRigUnit_SetControlBool::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlBool_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlBool_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlBool_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlBool_Entry) == 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_SetMultiControlBool \ +static_assert(alignof(FRigUnit_SetMultiControlBool) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlBool"); \ +static_assert(sizeof(FRigUnit_SetMultiControlBool) == 0x0000F0, "Wrong size on FRigUnit_SetMultiControlBool"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, Entries) == 0x0000D0, "Member 'FRigUnit_SetMultiControlBool::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlBool, CachedControlIndices) == 0x0000E0, "Member 'FRigUnit_SetMultiControlBool::CachedControlIndices' 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) == 0x000100, "Wrong size on FRigUnit_SetControlFloat"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Control) == 0x0000D0, "Member 'FRigUnit_SetControlFloat::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, Weight) == 0x0000D8, "Member 'FRigUnit_SetControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, FloatValue) == 0x0000DC, "Member 'FRigUnit_SetControlFloat::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlFloat, CachedControlIndex) == 0x0000E0, "Member 'FRigUnit_SetControlFloat::CachedControlIndex' 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) == 0x000100, "Wrong size on FRigUnit_SetMultiControlFloat"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Entries) == 0x0000D0, "Member 'FRigUnit_SetMultiControlFloat::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, Weight) == 0x0000E0, "Member 'FRigUnit_SetMultiControlFloat::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlFloat, CachedControlIndices) == 0x0000E8, "Member 'FRigUnit_SetMultiControlFloat::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) == 0x000100, "Wrong size on FRigUnit_SetControlInteger"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Control) == 0x0000D0, "Member 'FRigUnit_SetControlInteger::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, Weight) == 0x0000D8, "Member 'FRigUnit_SetControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, IntegerValue) == 0x0000DC, "Member 'FRigUnit_SetControlInteger::IntegerValue' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlInteger, CachedControlIndex) == 0x0000E0, "Member 'FRigUnit_SetControlInteger::CachedControlIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SetMultiControlInteger_Entry \ +static_assert(alignof(FRigUnit_SetMultiControlInteger_Entry) == 0x000004, "Wrong alignment on FRigUnit_SetMultiControlInteger_Entry"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger_Entry) == 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_SetMultiControlInteger \ +static_assert(alignof(FRigUnit_SetMultiControlInteger) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlInteger"); \ +static_assert(sizeof(FRigUnit_SetMultiControlInteger) == 0x000100, "Wrong size on FRigUnit_SetMultiControlInteger"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Entries) == 0x0000D0, "Member 'FRigUnit_SetMultiControlInteger::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, Weight) == 0x0000E0, "Member 'FRigUnit_SetMultiControlInteger::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlInteger, CachedControlIndices) == 0x0000E8, "Member 'FRigUnit_SetMultiControlInteger::CachedControlIndices' 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) == 0x000110, "Wrong size on FRigUnit_SetControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Control) == 0x0000D0, "Member 'FRigUnit_SetControlVector2D::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Weight) == 0x0000D8, "Member 'FRigUnit_SetControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, Vector) == 0x0000E0, "Member 'FRigUnit_SetControlVector2D::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector2D, CachedControlIndex) == 0x0000F0, "Member 'FRigUnit_SetControlVector2D::CachedControlIndex' 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_FRigUnit_SetMultiControlVector2D \ +static_assert(alignof(FRigUnit_SetMultiControlVector2D) == 0x000010, "Wrong alignment on FRigUnit_SetMultiControlVector2D"); \ +static_assert(sizeof(FRigUnit_SetMultiControlVector2D) == 0x000100, "Wrong size on FRigUnit_SetMultiControlVector2D"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Entries) == 0x0000D0, "Member 'FRigUnit_SetMultiControlVector2D::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, Weight) == 0x0000E0, "Member 'FRigUnit_SetMultiControlVector2D::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlVector2D, CachedControlIndices) == 0x0000E8, "Member 'FRigUnit_SetMultiControlVector2D::CachedControlIndices' 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) == 0x000120, "Wrong size on FRigUnit_SetControlVector"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Control) == 0x0000D0, "Member 'FRigUnit_SetControlVector::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Weight) == 0x0000D8, "Member 'FRigUnit_SetControlVector::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Vector) == 0x0000E0, "Member 'FRigUnit_SetControlVector::Vector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, Space) == 0x0000F8, "Member 'FRigUnit_SetControlVector::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVector, CachedControlIndex) == 0x000100, "Member 'FRigUnit_SetControlVector::CachedControlIndex' 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) == 0x000120, "Wrong size on FRigUnit_SetControlRotator"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Control) == 0x0000D0, "Member 'FRigUnit_SetControlRotator::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Weight) == 0x0000D8, "Member 'FRigUnit_SetControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Rotator) == 0x0000E0, "Member 'FRigUnit_SetControlRotator::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, Space) == 0x0000F8, "Member 'FRigUnit_SetControlRotator::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlRotator, CachedControlIndex) == 0x000100, "Member 'FRigUnit_SetControlRotator::CachedControlIndex' 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) == 0x000100, "Wrong size on FRigUnit_SetMultiControlRotator"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Entries) == 0x0000D0, "Member 'FRigUnit_SetMultiControlRotator::Entries' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, Weight) == 0x0000E0, "Member 'FRigUnit_SetMultiControlRotator::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetMultiControlRotator, CachedControlIndices) == 0x0000E8, "Member 'FRigUnit_SetMultiControlRotator::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) == 0x000170, "Wrong size on FRigUnit_SetControlTransform"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Control) == 0x0000D0, "Member 'FRigUnit_SetControlTransform::Control' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Weight) == 0x0000D8, "Member 'FRigUnit_SetControlTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Transform) == 0x0000E0, "Member 'FRigUnit_SetControlTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, Space) == 0x000140, "Member 'FRigUnit_SetControlTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlTransform, CachedControlIndex) == 0x000148, "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) == 0x000110, "Wrong size on FRigUnit_SetControlVisibility"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Item) == 0x0000D0, "Member 'FRigUnit_SetControlVisibility::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, Pattern) == 0x0000E0, "Member 'FRigUnit_SetControlVisibility::Pattern' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, bVisible) == 0x0000F0, "Member 'FRigUnit_SetControlVisibility::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetControlVisibility, CachedControlIndices) == 0x0000F8, "Member 'FRigUnit_SetControlVisibility::CachedControlIndices' 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) == 0x000100, "Wrong size on FRigUnit_SetCurveValue"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Curve) == 0x0000D0, "Member 'FRigUnit_SetCurveValue::Curve' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, Value) == 0x0000D8, "Member 'FRigUnit_SetCurveValue::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetCurveValue, CachedCurveIndex) == 0x0000E0, "Member 'FRigUnit_SetCurveValue::CachedCurveIndex' 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) == 0x000190, "Wrong size on FRigUnit_SetRelativeBoneTransform"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bone) == 0x0000D0, "Member 'FRigUnit_SetRelativeBoneTransform::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Space) == 0x0000D8, "Member 'FRigUnit_SetRelativeBoneTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Transform) == 0x0000E0, "Member 'FRigUnit_SetRelativeBoneTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, Weight) == 0x000140, "Member 'FRigUnit_SetRelativeBoneTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, bPropagateToChildren) == 0x000144, "Member 'FRigUnit_SetRelativeBoneTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedBone) == 0x000148, "Member 'FRigUnit_SetRelativeBoneTransform::CachedBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeBoneTransform, CachedSpaceIndex) == 0x000168, "Member 'FRigUnit_SetRelativeBoneTransform::CachedSpaceIndex' 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) == 0x0001A0, "Wrong size on FRigUnit_SetRelativeTransformForItem"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Child) == 0x0000D0, "Member 'FRigUnit_SetRelativeTransformForItem::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Parent) == 0x0000DC, "Member 'FRigUnit_SetRelativeTransformForItem::Parent' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bParentInitial) == 0x0000E8, "Member 'FRigUnit_SetRelativeTransformForItem::bParentInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, RelativeTransform) == 0x0000F0, "Member 'FRigUnit_SetRelativeTransformForItem::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, Weight) == 0x000150, "Member 'FRigUnit_SetRelativeTransformForItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, bPropagateToChildren) == 0x000154, "Member 'FRigUnit_SetRelativeTransformForItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedChild) == 0x000158, "Member 'FRigUnit_SetRelativeTransformForItem::CachedChild' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRelativeTransformForItem, CachedParent) == 0x000178, "Member 'FRigUnit_SetRelativeTransformForItem::CachedParent' 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) == 0x0001D0, "Wrong size on FRigUnit_SetSpaceInitialTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, SpaceName) == 0x0000D0, "Member 'FRigUnit_SetSpaceInitialTransform::SpaceName' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Transform) == 0x0000E0, "Member 'FRigUnit_SetSpaceInitialTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Result) == 0x000140, "Member 'FRigUnit_SetSpaceInitialTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, Space) == 0x0001A0, "Member 'FRigUnit_SetSpaceInitialTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceInitialTransform, CachedSpaceIndex) == 0x0001A8, "Member 'FRigUnit_SetSpaceInitialTransform::CachedSpaceIndex' 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) == 0x000170, "Wrong size on FRigUnit_SetSpaceTransform"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Space) == 0x0000D0, "Member 'FRigUnit_SetSpaceTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Weight) == 0x0000D8, "Member 'FRigUnit_SetSpaceTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, Transform) == 0x0000E0, "Member 'FRigUnit_SetSpaceTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, SpaceType) == 0x000140, "Member 'FRigUnit_SetSpaceTransform::SpaceType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSpaceTransform, CachedSpaceIndex) == 0x000148, "Member 'FRigUnit_SetSpaceTransform::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) == 0x000170, "Wrong size on FRigUnit_SetTransform"); \ +static_assert(offsetof(FRigUnit_SetTransform, Item) == 0x0000D0, "Member 'FRigUnit_SetTransform::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Space) == 0x0000DC, "Member 'FRigUnit_SetTransform::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bInitial) == 0x0000DD, "Member 'FRigUnit_SetTransform::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Transform) == 0x0000E0, "Member 'FRigUnit_SetTransform::Transform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, Weight) == 0x000140, "Member 'FRigUnit_SetTransform::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, bPropagateToChildren) == 0x000144, "Member 'FRigUnit_SetTransform::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransform, CachedIndex) == 0x000148, "Member 'FRigUnit_SetTransform::CachedIndex' 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) == 0x000120, "Wrong size on FRigUnit_SetTranslation"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Item) == 0x0000D0, "Member 'FRigUnit_SetTranslation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Space) == 0x0000DC, "Member 'FRigUnit_SetTranslation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Translation) == 0x0000E0, "Member 'FRigUnit_SetTranslation::Translation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, Weight) == 0x0000F8, "Member 'FRigUnit_SetTranslation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, bPropagateToChildren) == 0x0000FC, "Member 'FRigUnit_SetTranslation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTranslation, CachedIndex) == 0x000100, "Member 'FRigUnit_SetTranslation::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) == 0x000130, "Wrong size on FRigUnit_SetRotation"); \ +static_assert(offsetof(FRigUnit_SetRotation, Item) == 0x0000D0, "Member 'FRigUnit_SetRotation::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Space) == 0x0000DC, "Member 'FRigUnit_SetRotation::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Rotation) == 0x0000E0, "Member 'FRigUnit_SetRotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, Weight) == 0x000100, "Member 'FRigUnit_SetRotation::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, bPropagateToChildren) == 0x000104, "Member 'FRigUnit_SetRotation::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetRotation, CachedIndex) == 0x000108, "Member 'FRigUnit_SetRotation::CachedIndex' 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) == 0x000120, "Wrong size on FRigUnit_SetScale"); \ +static_assert(offsetof(FRigUnit_SetScale, Item) == 0x0000D0, "Member 'FRigUnit_SetScale::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Space) == 0x0000DC, "Member 'FRigUnit_SetScale::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Scale) == 0x0000E0, "Member 'FRigUnit_SetScale::Scale' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, Weight) == 0x0000F8, "Member 'FRigUnit_SetScale::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, bPropagateToChildren) == 0x0000FC, "Member 'FRigUnit_SetScale::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetScale, CachedIndex) == 0x000100, "Member 'FRigUnit_SetScale::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) == 0x000110, "Wrong size on FRigUnit_SetTransformArray"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Items) == 0x0000D0, "Member 'FRigUnit_SetTransformArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Space) == 0x0000E0, "Member 'FRigUnit_SetTransformArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bInitial) == 0x0000E1, "Member 'FRigUnit_SetTransformArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Transforms) == 0x0000E8, "Member 'FRigUnit_SetTransformArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, Weight) == 0x0000F8, "Member 'FRigUnit_SetTransformArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, bPropagateToChildren) == 0x0000FC, "Member 'FRigUnit_SetTransformArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformArray, CachedIndex) == 0x000100, "Member 'FRigUnit_SetTransformArray::CachedIndex' 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) == 0x000110, "Wrong size on FRigUnit_SetTransformItemArray"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Items) == 0x0000D0, "Member 'FRigUnit_SetTransformItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Space) == 0x0000E0, "Member 'FRigUnit_SetTransformItemArray::Space' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bInitial) == 0x0000E1, "Member 'FRigUnit_SetTransformItemArray::bInitial' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Transforms) == 0x0000E8, "Member 'FRigUnit_SetTransformItemArray::Transforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, Weight) == 0x0000F8, "Member 'FRigUnit_SetTransformItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, bPropagateToChildren) == 0x0000FC, "Member 'FRigUnit_SetTransformItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetTransformItemArray, CachedIndex) == 0x000100, "Member 'FRigUnit_SetTransformItemArray::CachedIndex' 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) == 0x000130, "Wrong size on FRigUnit_SlideChain"); \ +static_assert(offsetof(FRigUnit_SlideChain, StartBone) == 0x0000D0, "Member 'FRigUnit_SlideChain::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, EndBone) == 0x0000D8, "Member 'FRigUnit_SlideChain::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, SlideAmount) == 0x0000E0, "Member 'FRigUnit_SlideChain::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, bPropagateToChildren) == 0x0000E4, "Member 'FRigUnit_SlideChain::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChain, WorkData) == 0x0000E8, "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) == 0x000130, "Wrong size on FRigUnit_SlideChainPerItem"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, Items) == 0x0000D0, "Member 'FRigUnit_SlideChainPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, SlideAmount) == 0x0000E0, "Member 'FRigUnit_SlideChainPerItem::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, bPropagateToChildren) == 0x0000E4, "Member 'FRigUnit_SlideChainPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainPerItem, WorkData) == 0x0000E8, "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) == 0x000130, "Wrong size on FRigUnit_SlideChainItemArray"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, Items) == 0x0000D0, "Member 'FRigUnit_SlideChainItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, SlideAmount) == 0x0000E0, "Member 'FRigUnit_SlideChainItemArray::SlideAmount' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, bPropagateToChildren) == 0x0000E4, "Member 'FRigUnit_SlideChainItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SlideChainItemArray, WorkData) == 0x0000E8, "Member 'FRigUnit_SlideChainItemArray::WorkData' 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_FSphericalRegion \ +static_assert(alignof(FSphericalRegion) == 0x000004, "Wrong alignment on FSphericalRegion"); \ +static_assert(sizeof(FSphericalRegion) == 0x000014, "Wrong size on FSphericalRegion"); \ + +#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) == 0x0001B0, "Wrong size on FRigUnit_SphericalPoseReader"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OutputParam) == 0x0000D0, "Member 'FRigUnit_SphericalPoseReader::OutputParam' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverItem) == 0x0000D4, "Member 'FRigUnit_SphericalPoseReader::DriverItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverAxis) == 0x0000E0, "Member 'FRigUnit_SphericalPoseReader::DriverAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, RotationOffset) == 0x0000F8, "Member 'FRigUnit_SphericalPoseReader::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, ActiveRegionSize) == 0x000110, "Member 'FRigUnit_SphericalPoseReader::ActiveRegionSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, ActiveRegionScaleFactors) == 0x000114, "Member 'FRigUnit_SphericalPoseReader::ActiveRegionScaleFactors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FalloffSize) == 0x000124, "Member 'FRigUnit_SphericalPoseReader::FalloffSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FalloffRegionScaleFactors) == 0x000128, "Member 'FRigUnit_SphericalPoseReader::FalloffRegionScaleFactors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FlipWidthScaling) == 0x000138, "Member 'FRigUnit_SphericalPoseReader::FlipWidthScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, FlipHeightScaling) == 0x000139, "Member 'FRigUnit_SphericalPoseReader::FlipHeightScaling' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OptionalParentItem) == 0x00013C, "Member 'FRigUnit_SphericalPoseReader::OptionalParentItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, Debug) == 0x000148, "Member 'FRigUnit_SphericalPoseReader::Debug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, InnerRegion) == 0x000158, "Member 'FRigUnit_SphericalPoseReader::InnerRegion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, OuterRegion) == 0x00016C, "Member 'FRigUnit_SphericalPoseReader::OuterRegion' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, DriverNormal) == 0x000180, "Member 'FRigUnit_SphericalPoseReader::DriverNormal' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SphericalPoseReader, Driver2D) == 0x000198, "Member 'FRigUnit_SphericalPoseReader::Driver2D' 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) == 0x0002A0, "Wrong size on FRigUnit_SpringIK"); \ +static_assert(offsetof(FRigUnit_SpringIK, StartBone) == 0x0000D0, "Member 'FRigUnit_SpringIK::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EndBone) == 0x0000D8, "Member 'FRigUnit_SpringIK::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, HierarchyStrength) == 0x0000E0, "Member 'FRigUnit_SpringIK::HierarchyStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorStrength) == 0x0000E4, "Member 'FRigUnit_SpringIK::EffectorStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, EffectorRatio) == 0x0000E8, "Member 'FRigUnit_SpringIK::EffectorRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootStrength) == 0x0000EC, "Member 'FRigUnit_SpringIK::RootStrength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, RootRatio) == 0x0000F0, "Member 'FRigUnit_SpringIK::RootRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Damping) == 0x0000F4, "Member 'FRigUnit_SpringIK::Damping' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVector) == 0x0000F8, "Member 'FRigUnit_SpringIK::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bFlipPolePlane) == 0x000110, "Member 'FRigUnit_SpringIK::bFlipPolePlane' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorKind) == 0x000111, "Member 'FRigUnit_SpringIK::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PoleVectorSpace) == 0x000114, "Member 'FRigUnit_SpringIK::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, PrimaryAxis) == 0x000120, "Member 'FRigUnit_SpringIK::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, SecondaryAxis) == 0x000138, "Member 'FRigUnit_SpringIK::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLiveSimulation) == 0x000150, "Member 'FRigUnit_SpringIK::bLiveSimulation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, Iterations) == 0x000154, "Member 'FRigUnit_SpringIK::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bLimitLocalPosition) == 0x000158, "Member 'FRigUnit_SpringIK::bLimitLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, bPropagateToChildren) == 0x000159, "Member 'FRigUnit_SpringIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, DebugSettings) == 0x000160, "Member 'FRigUnit_SpringIK::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SpringIK, WorkData) == 0x0001E0, "Member 'FRigUnit_SpringIK::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_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_FRigUnit_FramesToSeconds \ +static_assert(alignof(FRigUnit_FramesToSeconds) == 0x000008, "Wrong alignment on FRigUnit_FramesToSeconds"); \ +static_assert(sizeof(FRigUnit_FramesToSeconds) == 0x000010, "Wrong size on FRigUnit_FramesToSeconds"); \ +static_assert(offsetof(FRigUnit_FramesToSeconds, Frames) == 0x000008, "Member 'FRigUnit_FramesToSeconds::Frames' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FramesToSeconds, Seconds) == 0x00000C, "Member 'FRigUnit_FramesToSeconds::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SecondsToFrames \ +static_assert(alignof(FRigUnit_SecondsToFrames) == 0x000008, "Wrong alignment on FRigUnit_SecondsToFrames"); \ +static_assert(sizeof(FRigUnit_SecondsToFrames) == 0x000010, "Wrong size on FRigUnit_SecondsToFrames"); \ +static_assert(offsetof(FRigUnit_SecondsToFrames, Seconds) == 0x000008, "Member 'FRigUnit_SecondsToFrames::Seconds' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SecondsToFrames, Frames) == 0x00000C, "Member 'FRigUnit_SecondsToFrames::Frames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_Timeline \ +static_assert(alignof(FRigUnit_Timeline) == 0x000008, "Wrong alignment on FRigUnit_Timeline"); \ +static_assert(sizeof(FRigUnit_Timeline) == 0x000018, "Wrong size on FRigUnit_Timeline"); \ +static_assert(offsetof(FRigUnit_Timeline, Speed) == 0x000008, "Member 'FRigUnit_Timeline::Speed' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Timeline, Time) == 0x00000C, "Member 'FRigUnit_Timeline::Time' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_Timeline, AccumulatedValue) == 0x000010, "Member 'FRigUnit_Timeline::AccumulatedValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TimeOffsetFloat \ +static_assert(alignof(FRigUnit_TimeOffsetFloat) == 0x000008, "Wrong alignment on FRigUnit_TimeOffsetFloat"); \ +static_assert(sizeof(FRigUnit_TimeOffsetFloat) == 0x000048, "Wrong size on FRigUnit_TimeOffsetFloat"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, Value) == 0x000008, "Member 'FRigUnit_TimeOffsetFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, SecondsAgo) == 0x00000C, "Member 'FRigUnit_TimeOffsetFloat::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, BufferSize) == 0x000010, "Member 'FRigUnit_TimeOffsetFloat::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, TimeRange) == 0x000014, "Member 'FRigUnit_TimeOffsetFloat::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, Result) == 0x000018, "Member 'FRigUnit_TimeOffsetFloat::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, Buffer) == 0x000020, "Member 'FRigUnit_TimeOffsetFloat::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, DeltaTimes) == 0x000030, "Member 'FRigUnit_TimeOffsetFloat::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, LastInsertIndex) == 0x000040, "Member 'FRigUnit_TimeOffsetFloat::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetFloat, UpperBound) == 0x000044, "Member 'FRigUnit_TimeOffsetFloat::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TimeOffsetVector \ +static_assert(alignof(FRigUnit_TimeOffsetVector) == 0x000008, "Wrong alignment on FRigUnit_TimeOffsetVector"); \ +static_assert(sizeof(FRigUnit_TimeOffsetVector) == 0x000070, "Wrong size on FRigUnit_TimeOffsetVector"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, Value) == 0x000008, "Member 'FRigUnit_TimeOffsetVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, SecondsAgo) == 0x000020, "Member 'FRigUnit_TimeOffsetVector::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, BufferSize) == 0x000024, "Member 'FRigUnit_TimeOffsetVector::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, TimeRange) == 0x000028, "Member 'FRigUnit_TimeOffsetVector::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, Result) == 0x000030, "Member 'FRigUnit_TimeOffsetVector::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, Buffer) == 0x000048, "Member 'FRigUnit_TimeOffsetVector::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, DeltaTimes) == 0x000058, "Member 'FRigUnit_TimeOffsetVector::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, LastInsertIndex) == 0x000068, "Member 'FRigUnit_TimeOffsetVector::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetVector, UpperBound) == 0x00006C, "Member 'FRigUnit_TimeOffsetVector::UpperBound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TimeOffsetTransform \ +static_assert(alignof(FRigUnit_TimeOffsetTransform) == 0x000010, "Wrong alignment on FRigUnit_TimeOffsetTransform"); \ +static_assert(sizeof(FRigUnit_TimeOffsetTransform) == 0x000110, "Wrong size on FRigUnit_TimeOffsetTransform"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, Value) == 0x000010, "Member 'FRigUnit_TimeOffsetTransform::Value' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, SecondsAgo) == 0x000070, "Member 'FRigUnit_TimeOffsetTransform::SecondsAgo' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, BufferSize) == 0x000074, "Member 'FRigUnit_TimeOffsetTransform::BufferSize' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, TimeRange) == 0x000078, "Member 'FRigUnit_TimeOffsetTransform::TimeRange' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, Result) == 0x000080, "Member 'FRigUnit_TimeOffsetTransform::Result' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, Buffer) == 0x0000E0, "Member 'FRigUnit_TimeOffsetTransform::Buffer' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, DeltaTimes) == 0x0000F0, "Member 'FRigUnit_TimeOffsetTransform::DeltaTimes' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, LastInsertIndex) == 0x000100, "Member 'FRigUnit_TimeOffsetTransform::LastInsertIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TimeOffsetTransform, UpperBound) == 0x000104, "Member 'FRigUnit_TimeOffsetTransform::UpperBound' 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_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) == 0x0001C0, "Wrong size on FRigUnit_TransformConstraint"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, bone) == 0x0000D0, "Member 'FRigUnit_TransformConstraint::bone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransformSpace) == 0x0000D8, "Member 'FRigUnit_TransformConstraint::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseTransform) == 0x0000E0, "Member 'FRigUnit_TransformConstraint::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, BaseBone) == 0x000140, "Member 'FRigUnit_TransformConstraint::BaseBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, Targets) == 0x000148, "Member 'FRigUnit_TransformConstraint::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, bUseInitialTransforms) == 0x000158, "Member 'FRigUnit_TransformConstraint::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraint, WorkData) == 0x000160, "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) == 0x0001D0, "Wrong size on FRigUnit_TransformConstraintPerItem"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Item) == 0x0000D0, "Member 'FRigUnit_TransformConstraintPerItem::Item' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransformSpace) == 0x0000DC, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransformSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseTransform) == 0x0000E0, "Member 'FRigUnit_TransformConstraintPerItem::BaseTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, BaseItem) == 0x000140, "Member 'FRigUnit_TransformConstraintPerItem::BaseItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, Targets) == 0x000150, "Member 'FRigUnit_TransformConstraintPerItem::Targets' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, bUseInitialTransforms) == 0x000160, "Member 'FRigUnit_TransformConstraintPerItem::bUseInitialTransforms' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TransformConstraintPerItem, WorkData) == 0x000168, "Member 'FRigUnit_TransformConstraintPerItem::WorkData' 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_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) == 0x000100, "Wrong size on FRigUnit_ParentConstraint"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Child) == 0x0000D0, "Member 'FRigUnit_ParentConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, bMaintainOffset) == 0x0000DC, "Member 'FRigUnit_ParentConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Filter) == 0x0000DD, "Member 'FRigUnit_ParentConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Parents) == 0x0000E8, "Member 'FRigUnit_ParentConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, AdvancedSettings) == 0x0000F8, "Member 'FRigUnit_ParentConstraint::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ParentConstraint, Weight) == 0x0000FC, "Member 'FRigUnit_ParentConstraint::Weight' 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) == 0x000100, "Wrong size on FRigUnit_PositionConstraint"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Child) == 0x0000D0, "Member 'FRigUnit_PositionConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, bMaintainOffset) == 0x0000DC, "Member 'FRigUnit_PositionConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Filter) == 0x0000DD, "Member 'FRigUnit_PositionConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Parents) == 0x0000E0, "Member 'FRigUnit_PositionConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraint, Weight) == 0x0000F0, "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) == 0x000100, "Wrong size on FRigUnit_PositionConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Child) == 0x0000D0, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, bMaintainOffset) == 0x0000DC, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Filter) == 0x0000DD, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Parents) == 0x0000E0, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PositionConstraintLocalSpaceOffset, Weight) == 0x0000F0, "Member 'FRigUnit_PositionConstraintLocalSpaceOffset::Weight' 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) == 0x000100, "Wrong size on FRigUnit_RotationConstraint"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Child) == 0x0000D0, "Member 'FRigUnit_RotationConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, bMaintainOffset) == 0x0000DC, "Member 'FRigUnit_RotationConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Filter) == 0x0000DD, "Member 'FRigUnit_RotationConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Parents) == 0x0000E0, "Member 'FRigUnit_RotationConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, AdvancedSettings) == 0x0000F0, "Member 'FRigUnit_RotationConstraint::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraint, Weight) == 0x0000F4, "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) == 0x000100, "Wrong size on FRigUnit_RotationConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Child) == 0x0000D0, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, bMaintainOffset) == 0x0000DC, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Filter) == 0x0000DD, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Parents) == 0x0000E0, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, AdvancedSettings) == 0x0000F0, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::AdvancedSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_RotationConstraintLocalSpaceOffset, Weight) == 0x0000F4, "Member 'FRigUnit_RotationConstraintLocalSpaceOffset::Weight' 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) == 0x000100, "Wrong size on FRigUnit_ScaleConstraint"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Child) == 0x0000D0, "Member 'FRigUnit_ScaleConstraint::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, bMaintainOffset) == 0x0000DC, "Member 'FRigUnit_ScaleConstraint::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Filter) == 0x0000DD, "Member 'FRigUnit_ScaleConstraint::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Parents) == 0x0000E0, "Member 'FRigUnit_ScaleConstraint::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraint, Weight) == 0x0000F0, "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) == 0x000100, "Wrong size on FRigUnit_ScaleConstraintLocalSpaceOffset"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Child) == 0x0000D0, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Child' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, bMaintainOffset) == 0x0000DC, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::bMaintainOffset' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Filter) == 0x0000DD, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Filter' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Parents) == 0x0000E0, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Parents' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ScaleConstraintLocalSpaceOffset, Weight) == 0x0000F0, "Member 'FRigUnit_ScaleConstraintLocalSpaceOffset::Weight' 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) == 0x000150, "Wrong size on FRigUnit_TwistBones"); \ +static_assert(offsetof(FRigUnit_TwistBones, StartBone) == 0x0000D0, "Member 'FRigUnit_TwistBones::StartBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, EndBone) == 0x0000D8, "Member 'FRigUnit_TwistBones::EndBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistAxis) == 0x0000E0, "Member 'FRigUnit_TwistBones::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, PoleAxis) == 0x0000F8, "Member 'FRigUnit_TwistBones::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, TwistEaseType) == 0x000110, "Member 'FRigUnit_TwistBones::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, Weight) == 0x000114, "Member 'FRigUnit_TwistBones::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, bPropagateToChildren) == 0x000118, "Member 'FRigUnit_TwistBones::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBones, WorkData) == 0x000120, "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) == 0x000150, "Wrong size on FRigUnit_TwistBonesPerItem"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Items) == 0x0000D0, "Member 'FRigUnit_TwistBonesPerItem::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistAxis) == 0x0000E0, "Member 'FRigUnit_TwistBonesPerItem::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, PoleAxis) == 0x0000F8, "Member 'FRigUnit_TwistBonesPerItem::PoleAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, TwistEaseType) == 0x000110, "Member 'FRigUnit_TwistBonesPerItem::TwistEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, Weight) == 0x000114, "Member 'FRigUnit_TwistBonesPerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, bPropagateToChildren) == 0x000118, "Member 'FRigUnit_TwistBonesPerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwistBonesPerItem, WorkData) == 0x000120, "Member 'FRigUnit_TwistBonesPerItem::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_TwoBoneIKFK \ +static_assert(alignof(FRigUnit_TwoBoneIKFK) == 0x000010, "Wrong alignment on FRigUnit_TwoBoneIKFK"); \ +static_assert(sizeof(FRigUnit_TwoBoneIKFK) == 0x0003E0, "Wrong size on FRigUnit_TwoBoneIKFK"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJoint) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKFK::StartJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJoint) == 0x0000D8, "Member 'FRigUnit_TwoBoneIKFK::EndJoint' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PoleTarget) == 0x0000E0, "Member 'FRigUnit_TwoBoneIKFK::PoleTarget' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, Spin) == 0x0000F8, "Member 'FRigUnit_TwoBoneIKFK::Spin' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndEffector) == 0x000100, "Member 'FRigUnit_TwoBoneIKFK::EndEffector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, IKBlend) == 0x000160, "Member 'FRigUnit_TwoBoneIKFK::IKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointFKTransform) == 0x000170, "Member 'FRigUnit_TwoBoneIKFK::StartJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointFKTransform) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKFK::MidJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointFKTransform) == 0x000230, "Member 'FRigUnit_TwoBoneIKFK::EndJointFKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, PreviousFKIKBlend) == 0x000290, "Member 'FRigUnit_TwoBoneIKFK::PreviousFKIKBlend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIKTransform) == 0x0002A0, "Member 'FRigUnit_TwoBoneIKFK::StartJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIKTransform) == 0x000300, "Member 'FRigUnit_TwoBoneIKFK::MidJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIKTransform) == 0x000360, "Member 'FRigUnit_TwoBoneIKFK::EndJointIKTransform' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, StartJointIndex) == 0x0003C0, "Member 'FRigUnit_TwoBoneIKFK::StartJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, MidJointIndex) == 0x0003C4, "Member 'FRigUnit_TwoBoneIKFK::MidJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, EndJointIndex) == 0x0003C8, "Member 'FRigUnit_TwoBoneIKFK::EndJointIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, UpperLimbLength) == 0x0003CC, "Member 'FRigUnit_TwoBoneIKFK::UpperLimbLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKFK, LowerLimbLength) == 0x0003D0, "Member 'FRigUnit_TwoBoneIKFK::LowerLimbLength' 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) == 0x0002C0, "Wrong size on FRigUnit_TwoBoneIKSimple"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneA) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKSimple::BoneA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneB) == 0x0000D8, "Member 'FRigUnit_TwoBoneIKSimple::BoneB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, EffectorBone) == 0x0000E0, "Member 'FRigUnit_TwoBoneIKSimple::EffectorBone' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Effector) == 0x0000F0, "Member 'FRigUnit_TwoBoneIKSimple::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PrimaryAxis) == 0x000150, "Member 'FRigUnit_TwoBoneIKSimple::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxis) == 0x000168, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, SecondaryAxisWeight) == 0x000180, "Member 'FRigUnit_TwoBoneIKSimple::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVector) == 0x000188, "Member 'FRigUnit_TwoBoneIKSimple::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorKind) == 0x0001A0, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, PoleVectorSpace) == 0x0001A4, "Member 'FRigUnit_TwoBoneIKSimple::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bEnableStretch) == 0x0001AC, "Member 'FRigUnit_TwoBoneIKSimple::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchStartRatio) == 0x0001B0, "Member 'FRigUnit_TwoBoneIKSimple::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, StretchMaximumRatio) == 0x0001B4, "Member 'FRigUnit_TwoBoneIKSimple::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, Weight) == 0x0001B8, "Member 'FRigUnit_TwoBoneIKSimple::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneALength) == 0x0001BC, "Member 'FRigUnit_TwoBoneIKSimple::BoneALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, BoneBLength) == 0x0001C0, "Member 'FRigUnit_TwoBoneIKSimple::BoneBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, bPropagateToChildren) == 0x0001C4, "Member 'FRigUnit_TwoBoneIKSimple::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, DebugSettings) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKSimple::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneAIndex) == 0x000240, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedBoneBIndex) == 0x000260, "Member 'FRigUnit_TwoBoneIKSimple::CachedBoneBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedEffectorBoneIndex) == 0x000280, "Member 'FRigUnit_TwoBoneIKSimple::CachedEffectorBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimple, CachedPoleVectorSpaceIndex) == 0x0002A0, "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) == 0x0002D0, "Wrong size on FRigUnit_TwoBoneIKSimplePerItem"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemA) == 0x0000D0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemA' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemB) == 0x0000DC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemB' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, EffectorItem) == 0x0000E8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::EffectorItem' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Effector) == 0x000100, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Effector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PrimaryAxis) == 0x000160, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxis) == 0x000178, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, SecondaryAxisWeight) == 0x000190, "Member 'FRigUnit_TwoBoneIKSimplePerItem::SecondaryAxisWeight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVector) == 0x000198, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVector' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorKind) == 0x0001B0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorKind' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, PoleVectorSpace) == 0x0001B4, "Member 'FRigUnit_TwoBoneIKSimplePerItem::PoleVectorSpace' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bEnableStretch) == 0x0001C0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bEnableStretch' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchStartRatio) == 0x0001C4, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchStartRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, StretchMaximumRatio) == 0x0001C8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::StretchMaximumRatio' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, Weight) == 0x0001CC, "Member 'FRigUnit_TwoBoneIKSimplePerItem::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemALength) == 0x0001D0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemALength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, ItemBLength) == 0x0001D4, "Member 'FRigUnit_TwoBoneIKSimplePerItem::ItemBLength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, bPropagateToChildren) == 0x0001D8, "Member 'FRigUnit_TwoBoneIKSimplePerItem::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, DebugSettings) == 0x0001E0, "Member 'FRigUnit_TwoBoneIKSimplePerItem::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemAIndex) == 0x000250, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemAIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedItemBIndex) == 0x000270, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedItemBIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedEffectorItemIndex) == 0x000290, "Member 'FRigUnit_TwoBoneIKSimplePerItem::CachedEffectorItemIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_TwoBoneIKSimplePerItem, CachedPoleVectorSpaceIndex) == 0x0002B0, "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_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_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_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_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_FRigUnit_VerletIntegrateVector \ +static_assert(alignof(FRigUnit_VerletIntegrateVector) == 0x000008, "Wrong alignment on FRigUnit_VerletIntegrateVector"); \ +static_assert(sizeof(FRigUnit_VerletIntegrateVector) == 0x0000D8, "Wrong size on FRigUnit_VerletIntegrateVector"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Target) == 0x000008, "Member 'FRigUnit_VerletIntegrateVector::Target' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Strength) == 0x000020, "Member 'FRigUnit_VerletIntegrateVector::Strength' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Damp) == 0x000024, "Member 'FRigUnit_VerletIntegrateVector::Damp' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Blend) == 0x000028, "Member 'FRigUnit_VerletIntegrateVector::Blend' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Force) == 0x000030, "Member 'FRigUnit_VerletIntegrateVector::Force' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, position) == 0x000048, "Member 'FRigUnit_VerletIntegrateVector::position' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Velocity) == 0x000060, "Member 'FRigUnit_VerletIntegrateVector::Velocity' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Acceleration) == 0x000078, "Member 'FRigUnit_VerletIntegrateVector::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, Point) == 0x000090, "Member 'FRigUnit_VerletIntegrateVector::Point' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_VerletIntegrateVector, bInitialized) == 0x0000D0, "Member 'FRigUnit_VerletIntegrateVector::bInitialized' 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_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_FRigUnit_SphereTraceWorld \ +static_assert(alignof(FRigUnit_SphereTraceWorld) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceWorld"); \ +static_assert(sizeof(FRigUnit_SphereTraceWorld) == 0x000078, "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!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceByTraceChannel \ +static_assert(alignof(FRigUnit_SphereTraceByTraceChannel) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceByTraceChannel"); \ +static_assert(sizeof(FRigUnit_SphereTraceByTraceChannel) == 0x000078, "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!"); \ + +#define DUMPER7_ASSERTS_FRigUnit_SphereTraceByObjectTypes \ +static_assert(alignof(FRigUnit_SphereTraceByObjectTypes) == 0x000008, "Wrong alignment on FRigUnit_SphereTraceByObjectTypes"); \ +static_assert(sizeof(FRigUnit_SphereTraceByObjectTypes) == 0x000080, "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!"); \ + +#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, Transform) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Transform::Transform' 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_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, Transform) == 0x000010, "Member 'FRigUnit_ToRigSpace_Transform::Transform' 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_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, Location) == 0x000008, "Member 'FRigUnit_ToWorldSpace_Location::Location' 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_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, Location) == 0x000008, "Member 'FRigUnit_ToRigSpace_Location::Location' 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_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, Rotation) == 0x000010, "Member 'FRigUnit_ToWorldSpace_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToWorldSpace_Rotation, World) == 0x000030, "Member 'FRigUnit_ToWorldSpace_Rotation::World' 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, Rotation) == 0x000010, "Member 'FRigUnit_ToRigSpace_Rotation::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_ToRigSpace_Rotation, Global) == 0x000030, "Member 'FRigUnit_ToRigSpace_Rotation::Global' 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_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) == 0x000008, "Wrong alignment on AControlRigShapeActor"); \ +static_assert(sizeof(AControlRigShapeActor) == 0x0002B0, "Wrong size on AControlRigShapeActor"); \ +static_assert(offsetof(AControlRigShapeActor, ActorRootComponent) == 0x000288, "Member 'AControlRigShapeActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, StaticMeshComponent) == 0x000290, "Member 'AControlRigShapeActor::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlRigIndex) == 0x000298, "Member 'AControlRigShapeActor::ControlRigIndex' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ControlName) == 0x00029C, "Member 'AControlRigShapeActor::ControlName' has a wrong offset!"); \ +static_assert(offsetof(AControlRigShapeActor, ColorParameterName) == 0x0002A4, "Member 'AControlRigShapeActor::ColorParameterName' 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_Execute \ +static_assert(alignof(ControlRig_Execute) == 0x000004, "Wrong alignment on ControlRig_Execute"); \ +static_assert(sizeof(ControlRig_Execute) == 0x00000C, "Wrong size on ControlRig_Execute"); \ +static_assert(offsetof(ControlRig_Execute, State) == 0x000000, "Member 'ControlRig_Execute::State' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_Execute, InEventName) == 0x000004, "Member 'ControlRig_Execute::InEventName' 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_GetVM \ +static_assert(alignof(ControlRig_GetVM) == 0x000008, "Wrong alignment on ControlRig_GetVM"); \ +static_assert(sizeof(ControlRig_GetVM) == 0x000008, "Wrong size on ControlRig_GetVM"); \ +static_assert(offsetof(ControlRig_GetVM, ReturnValue) == 0x000000, "Member 'ControlRig_GetVM::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_SetAbsoluteAndDeltaTime \ +static_assert(alignof(ControlRig_SetAbsoluteAndDeltaTime) == 0x000004, "Wrong alignment on ControlRig_SetAbsoluteAndDeltaTime"); \ +static_assert(sizeof(ControlRig_SetAbsoluteAndDeltaTime) == 0x000008, "Wrong size on ControlRig_SetAbsoluteAndDeltaTime"); \ +static_assert(offsetof(ControlRig_SetAbsoluteAndDeltaTime, InAbsoluteTime) == 0x000000, "Member 'ControlRig_SetAbsoluteAndDeltaTime::InAbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SetAbsoluteAndDeltaTime, InDeltaTime) == 0x000004, "Member 'ControlRig_SetAbsoluteAndDeltaTime::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SetAbsoluteTime \ +static_assert(alignof(ControlRig_SetAbsoluteTime) == 0x000004, "Wrong alignment on ControlRig_SetAbsoluteTime"); \ +static_assert(sizeof(ControlRig_SetAbsoluteTime) == 0x000008, "Wrong size on ControlRig_SetAbsoluteTime"); \ +static_assert(offsetof(ControlRig_SetAbsoluteTime, InAbsoluteTime) == 0x000000, "Member 'ControlRig_SetAbsoluteTime::InAbsoluteTime' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SetAbsoluteTime, InSetDeltaTimeZero) == 0x000004, "Member 'ControlRig_SetAbsoluteTime::InSetDeltaTimeZero' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SetDeltaTime \ +static_assert(alignof(ControlRig_SetDeltaTime) == 0x000004, "Wrong alignment on ControlRig_SetDeltaTime"); \ +static_assert(sizeof(ControlRig_SetDeltaTime) == 0x000004, "Wrong size on ControlRig_SetDeltaTime"); \ +static_assert(offsetof(ControlRig_SetDeltaTime, InDeltaTime) == 0x000000, "Member 'ControlRig_SetDeltaTime::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_SetFramesPerSecond \ +static_assert(alignof(ControlRig_SetFramesPerSecond) == 0x000004, "Wrong alignment on ControlRig_SetFramesPerSecond"); \ +static_assert(sizeof(ControlRig_SetFramesPerSecond) == 0x000004, "Wrong size on ControlRig_SetFramesPerSecond"); \ +static_assert(offsetof(ControlRig_SetFramesPerSecond, InFramesPerSecond) == 0x000000, "Member 'ControlRig_SetFramesPerSecond::InFramesPerSecond' 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_SetVariableFromString \ +static_assert(alignof(ControlRig_SetVariableFromString) == 0x000008, "Wrong alignment on ControlRig_SetVariableFromString"); \ +static_assert(sizeof(ControlRig_SetVariableFromString) == 0x000020, "Wrong size on ControlRig_SetVariableFromString"); \ +static_assert(offsetof(ControlRig_SetVariableFromString, InVariableName) == 0x000000, "Member 'ControlRig_SetVariableFromString::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SetVariableFromString, InValue) == 0x000008, "Member 'ControlRig_SetVariableFromString::InValue' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SetVariableFromString, ReturnValue) == 0x000018, "Member 'ControlRig_SetVariableFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_CanExecute \ +static_assert(alignof(ControlRig_CanExecute) == 0x000001, "Wrong alignment on ControlRig_CanExecute"); \ +static_assert(sizeof(ControlRig_CanExecute) == 0x000001, "Wrong size on ControlRig_CanExecute"); \ +static_assert(offsetof(ControlRig_CanExecute, ReturnValue) == 0x000000, "Member 'ControlRig_CanExecute::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_GetAbsoluteTime \ +static_assert(alignof(ControlRig_GetAbsoluteTime) == 0x000004, "Wrong alignment on ControlRig_GetAbsoluteTime"); \ +static_assert(sizeof(ControlRig_GetAbsoluteTime) == 0x000004, "Wrong size on ControlRig_GetAbsoluteTime"); \ +static_assert(offsetof(ControlRig_GetAbsoluteTime, ReturnValue) == 0x000000, "Member 'ControlRig_GetAbsoluteTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetCurrentFramesPerSecond \ +static_assert(alignof(ControlRig_GetCurrentFramesPerSecond) == 0x000004, "Wrong alignment on ControlRig_GetCurrentFramesPerSecond"); \ +static_assert(sizeof(ControlRig_GetCurrentFramesPerSecond) == 0x000004, "Wrong size on ControlRig_GetCurrentFramesPerSecond"); \ +static_assert(offsetof(ControlRig_GetCurrentFramesPerSecond, ReturnValue) == 0x000000, "Member 'ControlRig_GetCurrentFramesPerSecond::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_GetScriptAccessibleVariables \ +static_assert(alignof(ControlRig_GetScriptAccessibleVariables) == 0x000008, "Wrong alignment on ControlRig_GetScriptAccessibleVariables"); \ +static_assert(sizeof(ControlRig_GetScriptAccessibleVariables) == 0x000010, "Wrong size on ControlRig_GetScriptAccessibleVariables"); \ +static_assert(offsetof(ControlRig_GetScriptAccessibleVariables, ReturnValue) == 0x000000, "Member 'ControlRig_GetScriptAccessibleVariables::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetSupportedEvents \ +static_assert(alignof(ControlRig_GetSupportedEvents) == 0x000008, "Wrong alignment on ControlRig_GetSupportedEvents"); \ +static_assert(sizeof(ControlRig_GetSupportedEvents) == 0x000010, "Wrong size on ControlRig_GetSupportedEvents"); \ +static_assert(offsetof(ControlRig_GetSupportedEvents, ReturnValue) == 0x000000, "Member 'ControlRig_GetSupportedEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetVariableAsString \ +static_assert(alignof(ControlRig_GetVariableAsString) == 0x000008, "Wrong alignment on ControlRig_GetVariableAsString"); \ +static_assert(sizeof(ControlRig_GetVariableAsString) == 0x000018, "Wrong size on ControlRig_GetVariableAsString"); \ +static_assert(offsetof(ControlRig_GetVariableAsString, InVariableName) == 0x000000, "Member 'ControlRig_GetVariableAsString::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_GetVariableAsString, ReturnValue) == 0x000008, "Member 'ControlRig_GetVariableAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRig_GetVariableType \ +static_assert(alignof(ControlRig_GetVariableType) == 0x000004, "Wrong alignment on ControlRig_GetVariableType"); \ +static_assert(sizeof(ControlRig_GetVariableType) == 0x000010, "Wrong size on ControlRig_GetVariableType"); \ +static_assert(offsetof(ControlRig_GetVariableType, InVariableName) == 0x000000, "Member 'ControlRig_GetVariableType::InVariableName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_GetVariableType, ReturnValue) == 0x000008, "Member 'ControlRig_GetVariableType::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_SupportsEvent \ +static_assert(alignof(ControlRig_SupportsEvent) == 0x000004, "Wrong alignment on ControlRig_SupportsEvent"); \ +static_assert(sizeof(ControlRig_SupportsEvent) == 0x00000C, "Wrong size on ControlRig_SupportsEvent"); \ +static_assert(offsetof(ControlRig_SupportsEvent, InEventName) == 0x000000, "Member 'ControlRig_SupportsEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(ControlRig_SupportsEvent, ReturnValue) == 0x000008, "Member 'ControlRig_SupportsEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRig \ +static_assert(alignof(UControlRig) == 0x000010, "Wrong alignment on UControlRig"); \ +static_assert(sizeof(UControlRig) == 0x000490, "Wrong size on UControlRig"); \ +static_assert(offsetof(UControlRig, ExecutionType) == 0x000046, "Member 'UControlRig::ExecutionType' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, VMRuntimeSettings) == 0x000050, "Member 'UControlRig::VMRuntimeSettings' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ControlCustomizations) == 0x0000A0, "Member 'UControlRig::ControlCustomizations' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, VM) == 0x0000F0, "Member 'UControlRig::VM' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DynamicHierarchy) == 0x0000F8, "Member 'UControlRig::DynamicHierarchy' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, GizmoLibrary) == 0x000100, "Member 'UControlRig::GizmoLibrary' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, ShapeLibraries) == 0x000128, "Member 'UControlRig::ShapeLibraries' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, InputProperties) == 0x000148, "Member 'UControlRig::InputProperties' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, OutputProperties) == 0x000198, "Member 'UControlRig::OutputProperties' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DrawContainer) == 0x000288, "Member 'UControlRig::DrawContainer' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, DataSourceRegistry) == 0x0002B8, "Member 'UControlRig::DataSourceRegistry' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, EventQueue) == 0x0002C0, "Member 'UControlRig::EventQueue' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, Influences) == 0x000378, "Member 'UControlRig::Influences' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, InteractionRig) == 0x0003D8, "Member 'UControlRig::InteractionRig' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, InteractionRigClass) == 0x0003E0, "Member 'UControlRig::InteractionRigClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRig, AssetUserData) == 0x0003E8, "Member 'UControlRig::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigShapeLibrary \ +static_assert(alignof(UControlRigShapeLibrary) == 0x000010, "Wrong alignment on UControlRigShapeLibrary"); \ +static_assert(sizeof(UControlRigShapeLibrary) == 0x000120, "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, MaterialColorParameter) == 0x0000F8, "Member 'UControlRigShapeLibrary::MaterialColorParameter' has a wrong offset!"); \ +static_assert(offsetof(UControlRigShapeLibrary, Shapes) == 0x000100, "Member 'UControlRigShapeLibrary::Shapes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAdditiveControlRig \ +static_assert(alignof(UAdditiveControlRig) == 0x000010, "Wrong alignment on UAdditiveControlRig"); \ +static_assert(sizeof(UAdditiveControlRig) == 0x0004A0, "Wrong size on UAdditiveControlRig"); \ + +#define DUMPER7_ASSERTS_UControlRigAnimInstance \ +static_assert(alignof(UControlRigAnimInstance) == 0x000010, "Wrong alignment on UControlRigAnimInstance"); \ +static_assert(sizeof(UControlRigAnimInstance) == 0x000350, "Wrong size on UControlRigAnimInstance"); \ + +#define DUMPER7_ASSERTS_UControlRigBlueprintGeneratedClass \ +static_assert(alignof(UControlRigBlueprintGeneratedClass) == 0x000008, "Wrong alignment on UControlRigBlueprintGeneratedClass"); \ +static_assert(sizeof(UControlRigBlueprintGeneratedClass) == 0x000328, "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) == 0x000008, "Wrong size on ControlRigComponent_AddMappedCompleteSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_AddMappedCompleteSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedCompleteSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedComponents \ +static_assert(alignof(ControlRigComponent_AddMappedComponents) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedComponents"); \ +static_assert(sizeof(ControlRigComponent_AddMappedComponents) == 0x000010, "Wrong size on ControlRigComponent_AddMappedComponents"); \ +static_assert(offsetof(ControlRigComponent_AddMappedComponents, Components) == 0x000000, "Member 'ControlRigComponent_AddMappedComponents::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedElements \ +static_assert(alignof(ControlRigComponent_AddMappedElements) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedElements"); \ +static_assert(sizeof(ControlRigComponent_AddMappedElements) == 0x000010, "Wrong size on ControlRigComponent_AddMappedElements"); \ +static_assert(offsetof(ControlRigComponent_AddMappedElements, NewMappedElements) == 0x000000, "Member 'ControlRigComponent_AddMappedElements::NewMappedElements' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_AddMappedSkeletalMesh \ +static_assert(alignof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000008, "Wrong alignment on ControlRigComponent_AddMappedSkeletalMesh"); \ +static_assert(sizeof(ControlRigComponent_AddMappedSkeletalMesh) == 0x000028, "Wrong size on ControlRigComponent_AddMappedSkeletalMesh"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, SkeletalMeshComponent) == 0x000000, "Member 'ControlRigComponent_AddMappedSkeletalMesh::SkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Bones) == 0x000008, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Bones' has a wrong offset!"); \ +static_assert(offsetof(ControlRigComponent_AddMappedSkeletalMesh, Curves) == 0x000018, "Member 'ControlRigComponent_AddMappedSkeletalMesh::Curves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_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_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_OnPostSetup \ +static_assert(alignof(ControlRigComponent_OnPostSetup) == 0x000008, "Wrong alignment on ControlRigComponent_OnPostSetup"); \ +static_assert(sizeof(ControlRigComponent_OnPostSetup) == 0x000008, "Wrong size on ControlRigComponent_OnPostSetup"); \ +static_assert(offsetof(ControlRigComponent_OnPostSetup, Component) == 0x000000, "Member 'ControlRigComponent_OnPostSetup::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_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_OnPreSetup \ +static_assert(alignof(ControlRigComponent_OnPreSetup) == 0x000008, "Wrong alignment on ControlRigComponent_OnPreSetup"); \ +static_assert(sizeof(ControlRigComponent_OnPreSetup) == 0x000008, "Wrong size on ControlRigComponent_OnPreSetup"); \ +static_assert(offsetof(ControlRigComponent_OnPreSetup, Component) == 0x000000, "Member 'ControlRigComponent_OnPreSetup::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ControlRigComponent_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_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_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) == 0x0006A0, "Wrong size on UControlRigComponent"); \ +static_assert(offsetof(UControlRigComponent, ControlRigClass) == 0x000568, "Member 'UControlRigComponent::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreInitializeDelegate) == 0x000570, "Member 'UControlRigComponent::OnPreInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostInitializeDelegate) == 0x000580, "Member 'UControlRigComponent::OnPostInitializeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreSetupDelegate) == 0x000590, "Member 'UControlRigComponent::OnPreSetupDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostSetupDelegate) == 0x0005A0, "Member 'UControlRigComponent::OnPostSetupDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPreForwardsSolveDelegate) == 0x0005B0, "Member 'UControlRigComponent::OnPreForwardsSolveDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, OnPostForwardsSolveDelegate) == 0x0005C0, "Member 'UControlRigComponent::OnPostForwardsSolveDelegate' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, MappedElements) == 0x0005D0, "Member 'UControlRigComponent::MappedElements' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bEnableLazyEvaluation) == 0x0005E0, "Member 'UControlRigComponent::bEnableLazyEvaluation' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationPositionThreshold) == 0x0005E4, "Member 'UControlRigComponent::LazyEvaluationPositionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationRotationThreshold) == 0x0005E8, "Member 'UControlRigComponent::LazyEvaluationRotationThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, LazyEvaluationScaleThreshold) == 0x0005EC, "Member 'UControlRigComponent::LazyEvaluationScaleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetTransformBeforeTick) == 0x0005F0, "Member 'UControlRigComponent::bResetTransformBeforeTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bResetInitialsBeforeSetup) == 0x0005F1, "Member 'UControlRigComponent::bResetInitialsBeforeSetup' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateRigOnTick) == 0x0005F2, "Member 'UControlRigComponent::bUpdateRigOnTick' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bUpdateInEditor) == 0x0005F3, "Member 'UControlRigComponent::bUpdateInEditor' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bDrawBones) == 0x0005F4, "Member 'UControlRigComponent::bDrawBones' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, bShowDebugDrawing) == 0x0005F5, "Member 'UControlRigComponent::bShowDebugDrawing' has a wrong offset!"); \ +static_assert(offsetof(UControlRigComponent, ControlRig) == 0x0005F8, "Member 'UControlRigComponent::ControlRig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlRigControlActor \ +static_assert(alignof(AControlRigControlActor) == 0x000008, "Wrong alignment on AControlRigControlActor"); \ +static_assert(sizeof(AControlRigControlActor) == 0x000320, "Wrong size on AControlRigControlActor"); \ +static_assert(offsetof(AControlRigControlActor, ActorToTrack) == 0x000288, "Member 'AControlRigControlActor::ActorToTrack' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRigClass) == 0x000290, "Member 'AControlRigControlActor::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bRefreshOnTick) == 0x000298, "Member 'AControlRigControlActor::bRefreshOnTick' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bIsSelectable) == 0x000299, "Member 'AControlRigControlActor::bIsSelectable' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, MaterialOverride) == 0x0002A0, "Member 'AControlRigControlActor::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameter) == 0x0002A8, "Member 'AControlRigControlActor::ColorParameter' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, bCastShadows) == 0x0002B8, "Member 'AControlRigControlActor::bCastShadows' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ActorRootComponent) == 0x0002C0, "Member 'AControlRigControlActor::ActorRootComponent' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlRig) == 0x0002C8, "Member 'AControlRigControlActor::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ControlNames) == 0x0002D0, "Member 'AControlRigControlActor::ControlNames' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ShapeTransforms) == 0x0002E0, "Member 'AControlRigControlActor::ShapeTransforms' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Components) == 0x0002F0, "Member 'AControlRigControlActor::Components' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, Materials) == 0x000300, "Member 'AControlRigControlActor::Materials' has a wrong offset!"); \ +static_assert(offsetof(AControlRigControlActor, ColorParameterName) == 0x000310, "Member 'AControlRigControlActor::ColorParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlRigLayerInstance \ +static_assert(alignof(UControlRigLayerInstance) == 0x000010, "Wrong alignment on UControlRigLayerInstance"); \ +static_assert(sizeof(UControlRigLayerInstance) == 0x000350, "Wrong size on UControlRigLayerInstance"); \ + +#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_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_UControlRigObjectHolder \ +static_assert(alignof(UControlRigObjectHolder) == 0x000008, "Wrong alignment on UControlRigObjectHolder"); \ +static_assert(sizeof(UControlRigObjectHolder) == 0x000038, "Wrong size on UControlRigObjectHolder"); \ +static_assert(offsetof(UControlRigObjectHolder, Objects) == 0x000028, "Member 'UControlRigObjectHolder::Objects' has a wrong offset!"); \ + +#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_UControlRigSequence \ +static_assert(alignof(UControlRigSequence) == 0x000008, "Wrong alignment on UControlRigSequence"); \ +static_assert(sizeof(UControlRigSequence) == 0x000220, "Wrong size on UControlRigSequence"); \ +static_assert(offsetof(UControlRigSequence, LastExportedToAnimationSequence) == 0x0001C8, "Member 'UControlRigSequence::LastExportedToAnimationSequence' has a wrong offset!"); \ +static_assert(offsetof(UControlRigSequence, LastExportedUsingSkeletalMesh) == 0x0001F0, "Member 'UControlRigSequence::LastExportedUsingSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UControlRigSequence, LastExportedFrameRate) == 0x000218, "Member 'UControlRigSequence::LastExportedFrameRate' 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_UControlRigSnapSettings \ +static_assert(alignof(UControlRigSnapSettings) == 0x000008, "Wrong alignment on UControlRigSnapSettings"); \ +static_assert(sizeof(UControlRigSnapSettings) == 0x000030, "Wrong size on UControlRigSnapSettings"); \ +static_assert(offsetof(UControlRigSnapSettings, bKeepOffset) == 0x000028, "Member 'UControlRigSnapSettings::bKeepOffset' has a wrong offset!"); \ +static_assert(offsetof(UControlRigSnapSettings, bSnapPosition) == 0x000029, "Member 'UControlRigSnapSettings::bSnapPosition' has a wrong offset!"); \ +static_assert(offsetof(UControlRigSnapSettings, bSnapRotation) == 0x00002A, "Member 'UControlRigSnapSettings::bSnapRotation' has a wrong offset!"); \ +static_assert(offsetof(UControlRigSnapSettings, bSnapScale) == 0x00002B, "Member 'UControlRigSnapSettings::bSnapScale' 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_UFKControlRig \ +static_assert(alignof(UFKControlRig) == 0x000010, "Wrong alignment on UFKControlRig"); \ +static_assert(sizeof(UFKControlRig) == 0x0004A0, "Wrong size on UFKControlRig"); \ +static_assert(offsetof(UFKControlRig, IsControlActive) == 0x000488, "Member 'UFKControlRig::IsControlActive' has a wrong offset!"); \ +static_assert(offsetof(UFKControlRig, ApplyMode) == 0x000498, "Member 'UFKControlRig::ApplyMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterSection \ +static_assert(alignof(UMovieSceneControlRigParameterSection) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterSection"); \ +static_assert(sizeof(UMovieSceneControlRigParameterSection) == 0x000348, "Wrong size on UMovieSceneControlRigParameterSection"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRig) == 0x000160, "Member 'UMovieSceneControlRigParameterSection::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlRigClass) == 0x000168, "Member 'UMovieSceneControlRigParameterSection::ControlRigClass' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlsMask) == 0x000170, "Member 'UMovieSceneControlRigParameterSection::ControlsMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, TransformMask) == 0x000180, "Member 'UMovieSceneControlRigParameterSection::TransformMask' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, Weight) == 0x000188, "Member 'UMovieSceneControlRigParameterSection::Weight' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, ControlChannelMap) == 0x000270, "Member 'UMovieSceneControlRigParameterSection::ControlChannelMap' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, EnumParameterNamesAndCurves) == 0x0002C0, "Member 'UMovieSceneControlRigParameterSection::EnumParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, IntegerParameterNamesAndCurves) == 0x0002D0, "Member 'UMovieSceneControlRigParameterSection::IntegerParameterNamesAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterSection, SpaceChannels) == 0x0002E0, "Member 'UMovieSceneControlRigParameterSection::SpaceChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneControlRigParameterTrack \ +static_assert(alignof(UMovieSceneControlRigParameterTrack) == 0x000008, "Wrong alignment on UMovieSceneControlRigParameterTrack"); \ +static_assert(sizeof(UMovieSceneControlRigParameterTrack) == 0x0000E0, "Wrong size on UMovieSceneControlRigParameterTrack"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, ControlRig) == 0x0000B8, "Member 'UMovieSceneControlRigParameterTrack::ControlRig' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, SectionToKey) == 0x0000C0, "Member 'UMovieSceneControlRigParameterTrack::SectionToKey' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, Sections) == 0x0000C8, "Member 'UMovieSceneControlRigParameterTrack::Sections' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneControlRigParameterTrack, TrackName) == 0x0000D8, "Member 'UMovieSceneControlRigParameterTrack::TrackName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetEulerTransformFromControlValue \ +static_assert(alignof(RigHierarchy_GetEulerTransformFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetEulerTransformFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetEulerTransformFromControlValue) == 0x000140, "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) == 0x0000F0, "Member 'RigHierarchy_GetEulerTransformFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetFloatFromControlValue \ +static_assert(alignof(RigHierarchy_GetFloatFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetFloatFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetFloatFromControlValue) == 0x000100, "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) == 0x0000F0, "Member 'RigHierarchy_GetFloatFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetIntFromControlValue \ +static_assert(alignof(RigHierarchy_GetIntFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetIntFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetIntFromControlValue) == 0x000100, "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) == 0x0000F0, "Member 'RigHierarchy_GetIntFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetRotatorFromControlValue \ +static_assert(alignof(RigHierarchy_GetRotatorFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetRotatorFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetRotatorFromControlValue) == 0x000110, "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) == 0x0000F0, "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) == 0x000150, "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) == 0x0000F0, "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) == 0x000130, "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) == 0x0000F0, "Member 'RigHierarchy_GetTransformNoScaleFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVector2DFromControlValue \ +static_assert(alignof(RigHierarchy_GetVector2DFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetVector2DFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetVector2DFromControlValue) == 0x000100, "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) == 0x0000F0, "Member 'RigHierarchy_GetVector2DFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_GetVectorFromControlValue \ +static_assert(alignof(RigHierarchy_GetVectorFromControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetVectorFromControlValue"); \ +static_assert(sizeof(RigHierarchy_GetVectorFromControlValue) == 0x000110, "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) == 0x0000F0, "Member 'RigHierarchy_GetVectorFromControlValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromBool \ +static_assert(alignof(RigHierarchy_MakeControlValueFromBool) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromBool"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromBool) == 0x000100, "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) == 0x000010, "Member 'RigHierarchy_MakeControlValueFromBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromEulerTransform \ +static_assert(alignof(RigHierarchy_MakeControlValueFromEulerTransform) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromEulerTransform"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromEulerTransform) == 0x000140, "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) == 0x000050, "Member 'RigHierarchy_MakeControlValueFromEulerTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromFloat \ +static_assert(alignof(RigHierarchy_MakeControlValueFromFloat) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromFloat"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromFloat) == 0x000100, "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) == 0x000010, "Member 'RigHierarchy_MakeControlValueFromFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromInt \ +static_assert(alignof(RigHierarchy_MakeControlValueFromInt) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromInt"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromInt) == 0x000100, "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) == 0x000010, "Member 'RigHierarchy_MakeControlValueFromInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromRotator \ +static_assert(alignof(RigHierarchy_MakeControlValueFromRotator) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromRotator"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromRotator) == 0x000110, "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) == 0x000020, "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) == 0x000150, "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) == 0x000130, "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) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromVector"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromVector) == 0x000110, "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) == 0x000020, "Member 'RigHierarchy_MakeControlValueFromVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_MakeControlValueFromVector2D \ +static_assert(alignof(RigHierarchy_MakeControlValueFromVector2D) == 0x000010, "Wrong alignment on RigHierarchy_MakeControlValueFromVector2D"); \ +static_assert(sizeof(RigHierarchy_MakeControlValueFromVector2D) == 0x000100, "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!"); \ + +#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_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_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_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_SetControlSettings \ +static_assert(alignof(RigHierarchy_SetControlSettings) == 0x000010, "Wrong alignment on RigHierarchy_SetControlSettings"); \ +static_assert(sizeof(RigHierarchy_SetControlSettings) == 0x000280, "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) == 0x000270, "Member 'RigHierarchy_SetControlSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, bForce) == 0x000271, "Member 'RigHierarchy_SetControlSettings::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettings, bPrintPythonCommands) == 0x000272, "Member 'RigHierarchy_SetControlSettings::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlSettingsByIndex \ +static_assert(alignof(RigHierarchy_SetControlSettingsByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetControlSettingsByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlSettingsByIndex) == 0x000280, "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) == 0x000010, "Member 'RigHierarchy_SetControlSettingsByIndex::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bSetupUndo) == 0x000270, "Member 'RigHierarchy_SetControlSettingsByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bForce) == 0x000271, "Member 'RigHierarchy_SetControlSettingsByIndex::bForce' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlSettingsByIndex, bPrintPythonCommands) == 0x000272, "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) == 0x000010, "Wrong alignment on RigHierarchy_SetControlValue"); \ +static_assert(sizeof(RigHierarchy_SetControlValue) == 0x000110, "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) == 0x000010, "Member 'RigHierarchy_SetControlValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, InValueType) == 0x000100, "Member 'RigHierarchy_SetControlValue::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, bSetupUndo) == 0x000101, "Member 'RigHierarchy_SetControlValue::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValue, bPrintPythonCommands) == 0x000102, "Member 'RigHierarchy_SetControlValue::bPrintPythonCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RigHierarchy_SetControlValueByIndex \ +static_assert(alignof(RigHierarchy_SetControlValueByIndex) == 0x000010, "Wrong alignment on RigHierarchy_SetControlValueByIndex"); \ +static_assert(sizeof(RigHierarchy_SetControlValueByIndex) == 0x000110, "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) == 0x000010, "Member 'RigHierarchy_SetControlValueByIndex::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, InValueType) == 0x000100, "Member 'RigHierarchy_SetControlValueByIndex::InValueType' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, bSetupUndo) == 0x000101, "Member 'RigHierarchy_SetControlValueByIndex::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchy_SetControlValueByIndex, bPrintPythonCommands) == 0x000102, "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_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!"); \ + +#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!"); \ + +#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_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_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_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) == 0x000270, "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) == 0x000B00, "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) == 0x000520, "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_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_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_GetControlValue \ +static_assert(alignof(RigHierarchy_GetControlValue) == 0x000010, "Wrong alignment on RigHierarchy_GetControlValue"); \ +static_assert(sizeof(RigHierarchy_GetControlValue) == 0x000100, "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) == 0x000010, "Wrong alignment on RigHierarchy_GetControlValueByIndex"); \ +static_assert(sizeof(RigHierarchy_GetControlValueByIndex) == 0x000100, "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) == 0x000010, "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_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_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_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_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_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, 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_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_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_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_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_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) == 0x000008, "Wrong alignment on URigHierarchy"); \ +static_assert(sizeof(URigHierarchy) == 0x000200, "Wrong size on URigHierarchy"); \ +static_assert(offsetof(URigHierarchy, TopologyVersion) == 0x000058, "Member 'URigHierarchy::TopologyVersion' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, bEnableDirtyPropagation) == 0x00005A, "Member 'URigHierarchy::bEnableDirtyPropagation' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, TransformStackIndex) == 0x0000D0, "Member 'URigHierarchy::TransformStackIndex' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, HierarchyController) == 0x000130, "Member 'URigHierarchy::HierarchyController' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, PreviousNameMap) == 0x000188, "Member 'URigHierarchy::PreviousNameMap' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchy, HierarchyForCacheValidation) == 0x0001F8, "Member 'URigHierarchy::HierarchyForCacheValidation' 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_AddControl_ForBlueprint \ +static_assert(alignof(RigHierarchyController_AddControl_ForBlueprint) == 0x000010, "Wrong alignment on RigHierarchyController_AddControl_ForBlueprint"); \ +static_assert(sizeof(RigHierarchyController_AddControl_ForBlueprint) == 0x000380, "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) == 0x000020, "Member 'RigHierarchyController_AddControl_ForBlueprint::InSettings' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, InValue) == 0x000280, "Member 'RigHierarchyController_AddControl_ForBlueprint::InValue' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, bSetupUndo) == 0x000370, "Member 'RigHierarchyController_AddControl_ForBlueprint::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_AddControl_ForBlueprint, ReturnValue) == 0x000374, "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_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_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_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) == 0x000010, "Wrong alignment on RigHierarchyController_GetControlSettings"); \ +static_assert(sizeof(RigHierarchyController_GetControlSettings) == 0x000270, "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) == 0x000010, "Wrong alignment on RigHierarchyController_SetControlSettings"); \ +static_assert(sizeof(RigHierarchyController_SetControlSettings) == 0x000280, "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) == 0x000270, "Member 'RigHierarchyController_SetControlSettings::bSetupUndo' has a wrong offset!"); \ +static_assert(offsetof(RigHierarchyController_SetControlSettings, ReturnValue) == 0x000271, "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) == 0x0000A0, "Wrong size on URigHierarchyController"); \ +static_assert(offsetof(URigHierarchyController, bReportWarningsAndErrors) == 0x000028, "Member 'URigHierarchyController::bReportWarningsAndErrors' has a wrong offset!"); \ +static_assert(offsetof(URigHierarchyController, Hierarchy) == 0x00002C, "Member 'URigHierarchyController::Hierarchy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FReflection_Parameters \ +static_assert(alignof(FReflection_Parameters) == 0x000008, "Wrong alignment on FReflection_Parameters"); \ +static_assert(sizeof(FReflection_Parameters) == 0x000260, "Wrong size on FReflection_Parameters"); \ +static_assert(offsetof(FReflection_Parameters, EnableReflection_13_F507403D4F7A1CD01010E9A6F04587D1) == 0x000000, "Member 'FReflection_Parameters::EnableReflection_13_F507403D4F7A1CD01010E9A6F04587D1' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, EnableHeightFoginReflection_14_55A2CFFF4743A2FC0CC28AA5CADADFE3) == 0x000010, "Member 'FReflection_Parameters::EnableHeightFoginReflection_14_55A2CFFF4743A2FC0CC28AA5CADADFE3' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionSortMaterials_15_F69BD15C43B20A76600613BAD71A11DA) == 0x000020, "Member 'FReflection_Parameters::ReflectionSortMaterials_15_F69BD15C43B20A76600613BAD71A11DA' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, EnableReflectionShadow_16_5CE4011344B44695A51F5DBB57926695) == 0x000030, "Member 'FReflection_Parameters::EnableReflectionShadow_16_5CE4011344B44695A51F5DBB57926695' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionMaxRoughness_17_094F87434A4CA2EF78446385751DA11D) == 0x000040, "Member 'FReflection_Parameters::ReflectionMaxRoughness_17_094F87434A4CA2EF78446385751DA11D' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionScreenPercentage_18_872B98A040695DB673733C87B039D4B0) == 0x000050, "Member 'FReflection_Parameters::ReflectionScreenPercentage_18_872B98A040695DB673733C87B039D4B0' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionMaxRayDistance_19_A0E3D15745EF03C12C73608BB897FCE5) == 0x000060, "Member 'FReflection_Parameters::ReflectionMaxRayDistance_19_A0E3D15745EF03C12C73608BB897FCE5' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionMinRayDistance_20_6D12EE6E48A718B502DB929484EDBBD6) == 0x000070, "Member 'FReflection_Parameters::ReflectionMinRayDistance_20_6D12EE6E48A718B502DB929484EDBBD6' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionMaxBounces_21_81B8DA514D86E8694A43E79814041786) == 0x000080, "Member 'FReflection_Parameters::ReflectionMaxBounces_21_81B8DA514D86E8694A43E79814041786' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, RTEnableReflectionCapture_23_8F28E19F49F2BCB9FBAA08B7A899CAB2) == 0x000090, "Member 'FReflection_Parameters::RTEnableReflectionCapture_23_8F28E19F49F2BCB9FBAA08B7A899CAB2' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, EnableReflectionTestRoughness_24_0883B4184EE12DA29A43128E2D24FB4F) == 0x0000A0, "Member 'FReflection_Parameters::EnableReflectionTestRoughness_24_0883B4184EE12DA29A43128E2D24FB4F' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionSkyLightContribution_38_63342FE64D2759F0A072E992588DDE8D) == 0x0000B0, "Member 'FReflection_Parameters::ReflectionSkyLightContribution_38_63342FE64D2759F0A072E992588DDE8D' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionsRoughnessMultiplier_28_2DEC260341D957BF835DF89E8D4C715D) == 0x0000C0, "Member 'FReflection_Parameters::ReflectionsRoughnessMultiplier_28_2DEC260341D957BF835DF89E8D4C715D' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, HybridReflection_29_A64910B440FDB3B211D60DA855E15843) == 0x0000D0, "Member 'FReflection_Parameters::HybridReflection_29_A64910B440FDB3B211D60DA855E15843' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectedTranslucencyMode_34_E9B43ED24B20AF57BCCD4B82D4074935) == 0x0000E0, "Member 'FReflection_Parameters::ReflectedTranslucencyMode_34_E9B43ED24B20AF57BCCD4B82D4074935' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectedTranslucencyMaxBounces_35_30526005497114ACA32D4CA9E09190A3) == 0x0000F0, "Member 'FReflection_Parameters::ReflectedTranslucencyMaxBounces_35_30526005497114ACA32D4CA9E09190A3' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectedTranslucencyTransmissionThreshold_37_BBC1DF1646E5DD7F79B8F5B29C5CDBB3) == 0x000100, "Member 'FReflection_Parameters::ReflectedTranslucencyTransmissionThreshold_37_BBC1DF1646E5DD7F79B8F5B29C5CDBB3' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionsEnableTwoSidedGeometry_41_C7FA80DB463DAB7DB041F09EC67DD112) == 0x000110, "Member 'FReflection_Parameters::ReflectionsEnableTwoSidedGeometry_41_C7FA80DB463DAB7DB041F09EC67DD112' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, MaxUnderCoatBounces_62_688C1C5C4D17318FDDC5ED80073BA4D7) == 0x000120, "Member 'FReflection_Parameters::MaxUnderCoatBounces_62_688C1C5C4D17318FDDC5ED80073BA4D7' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionSPP_44_FED6320D427E492AF4204489AD917995) == 0x000130, "Member 'FReflection_Parameters::ReflectionSPP_44_FED6320D427E492AF4204489AD917995' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, EnableExperimentalDeferredReflection_66_343BD64D4F5BDBC896028185CB7FBFAD) == 0x000140, "Member 'FReflection_Parameters::EnableExperimentalDeferredReflection_66_343BD64D4F5BDBC896028185CB7FBFAD' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, AdaptiveScreenResFactor_56_7728DE014FEF7D04C7DEBEA4CF6B19C2) == 0x000150, "Member 'FReflection_Parameters::AdaptiveScreenResFactor_56_7728DE014FEF7D04C7DEBEA4CF6B19C2' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, EnableAdaptiveReflectionBasedOnPlayerSpeed_57_0A7CA6C542DEEE71FFAC1C983313AD2A) == 0x000158, "Member 'FReflection_Parameters::EnableAdaptiveReflectionBasedOnPlayerSpeed_57_0A7CA6C542DEEE71FFAC1C983313AD2A' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, EnableAdaptiveScreenRes_77_15C3863D4619C6022DE09E86F10B590C) == 0x000159, "Member 'FReflection_Parameters::EnableAdaptiveScreenRes_77_15C3863D4619C6022DE09E86F10B590C' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionSER_89_18733D034E7DBD7A7642C995390A2CD7) == 0x000160, "Member 'FReflection_Parameters::ReflectionSER_89_18733D034E7DBD7A7642C995390A2CD7' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, FirstLayerReflectionGI_90_15AE45EA4FCF7F58C60B6AADFDE32A20) == 0x000170, "Member 'FReflection_Parameters::FirstLayerReflectionGI_90_15AE45EA4FCF7F58C60B6AADFDE32A20' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionGIScreenPercentage_91_6D73D812481B9F101686D4B851464B32) == 0x000180, "Member 'FReflection_Parameters::ReflectionGIScreenPercentage_91_6D73D812481B9F101686D4B851464B32' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionGIDenoise_92_FF607B21446BC09B37CA2DB5BA7F9A57) == 0x000190, "Member 'FReflection_Parameters::ReflectionGIDenoise_92_FF607B21446BC09B37CA2DB5BA7F9A57' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionRestirGI_93_D90D98F1484676B39E3C068DEC4A72B1) == 0x0001A0, "Member 'FReflection_Parameters::ReflectionRestirGI_93_D90D98F1484676B39E3C068DEC4A72B1' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReorientedSpriteHalfRes_96_DFF9952549341953BDE6A9BDC3F8B585) == 0x0001B0, "Member 'FReflection_Parameters::ReorientedSpriteHalfRes_96_DFF9952549341953BDE6A9BDC3F8B585' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, SingleLayerReflection_99_7B571B924077A4A8A84D1EAC70479D99) == 0x0001C0, "Member 'FReflection_Parameters::SingleLayerReflection_99_7B571B924077A4A8A84D1EAC70479D99' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionsMinClearCoatLevel_105_E3A93CCC477313F443E19FB712CD6A95) == 0x0001D0, "Member 'FReflection_Parameters::ReflectionsMinClearCoatLevel_105_E3A93CCC477313F443E19FB712CD6A95' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionsGIHybrid_108_D1A709494CE1F49396006B9C15C8C05C) == 0x0001E0, "Member 'FReflection_Parameters::ReflectionsGIHybrid_108_D1A709494CE1F49396006B9C15C8C05C' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionGIEnableVisibilityTest_111_7248A13B4F3503AC86D25487F012EC10) == 0x0001F0, "Member 'FReflection_Parameters::ReflectionGIEnableVisibilityTest_111_7248A13B4F3503AC86D25487F012EC10' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, SingleLayerReflectionScreenPercentage_114_DDEDC786484AA3D6622014AA2DBEEB6F) == 0x000200, "Member 'FReflection_Parameters::SingleLayerReflectionScreenPercentage_114_DDEDC786484AA3D6622014AA2DBEEB6F' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, SingleLayerReflectionGIScreenPercentage_116_0DCB1EAE4C151FB308EA3BAF31305B6F) == 0x000210, "Member 'FReflection_Parameters::SingleLayerReflectionGIScreenPercentage_116_0DCB1EAE4C151FB308EA3BAF31305B6F' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, SingleLayerReflectionGIEnable_118_966F518F429C3DFBA244978F31AAFB77) == 0x000220, "Member 'FReflection_Parameters::SingleLayerReflectionGIEnable_118_966F518F429C3DFBA244978F31AAFB77' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, SLWEnableReflection_121_F14683E74EB8E592874C84A814697B1D) == 0x000230, "Member 'FReflection_Parameters::SLWEnableReflection_121_F14683E74EB8E592874C84A814697B1D' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionsOpaqueSurfaces_123_3F349BDD4439D93850D70DA6DA4E03B5) == 0x000240, "Member 'FReflection_Parameters::ReflectionsOpaqueSurfaces_123_3F349BDD4439D93850D70DA6DA4E03B5' has a wrong offset!"); \ +static_assert(offsetof(FReflection_Parameters, ReflectionsForceDisableSkyLight_126_B34D41C44F19CBED85C1D994AD0E6B76) == 0x000250, "Member 'FReflection_Parameters::ReflectionsForceDisableSkyLight_126_B34D41C44F19CBED85C1D994AD0E6B76' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceObjectReferenceMap \ +static_assert(alignof(FLevelSequenceObjectReferenceMap) == 0x000008, "Wrong alignment on FLevelSequenceObjectReferenceMap"); \ +static_assert(sizeof(FLevelSequenceObjectReferenceMap) == 0x000050, "Wrong size on FLevelSequenceObjectReferenceMap"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceCameraSettings \ +static_assert(alignof(FLevelSequenceCameraSettings) == 0x000001, "Wrong alignment on FLevelSequenceCameraSettings"); \ +static_assert(sizeof(FLevelSequenceCameraSettings) == 0x000002, "Wrong size on FLevelSequenceCameraSettings"); \ +static_assert(offsetof(FLevelSequenceCameraSettings, bOverrideAspectRatioAxisConstraint) == 0x000000, "Member 'FLevelSequenceCameraSettings::bOverrideAspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceCameraSettings, AspectRatioAxisConstraint) == 0x000001, "Member 'FLevelSequenceCameraSettings::AspectRatioAxisConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoundActorProxy \ +static_assert(alignof(FBoundActorProxy) == 0x000001, "Wrong alignment on FBoundActorProxy"); \ +static_assert(sizeof(FBoundActorProxy) == 0x000001, "Wrong size on FBoundActorProxy"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceAnimSequenceLinkItem \ +static_assert(alignof(FLevelSequenceAnimSequenceLinkItem) == 0x000008, "Wrong alignment on FLevelSequenceAnimSequenceLinkItem"); \ +static_assert(sizeof(FLevelSequenceAnimSequenceLinkItem) == 0x000030, "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) == 0x000028, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportTransforms' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportMorphTargets) == 0x000029, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportMorphTargets' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportAttributeCurves) == 0x00002A, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportAttributeCurves' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bExportMaterialCurves) == 0x00002B, "Member 'FLevelSequenceAnimSequenceLinkItem::bExportMaterialCurves' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceAnimSequenceLinkItem, bRecordInWorldSpace) == 0x00002C, "Member 'FLevelSequenceAnimSequenceLinkItem::bRecordInWorldSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReference \ +static_assert(alignof(FLevelSequenceBindingReference) == 0x000008, "Wrong alignment on FLevelSequenceBindingReference"); \ +static_assert(sizeof(FLevelSequenceBindingReference) == 0x000038, "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) == 0x000028, "Member 'FLevelSequenceBindingReference::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReferenceArray \ +static_assert(alignof(FLevelSequenceBindingReferenceArray) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferenceArray"); \ +static_assert(sizeof(FLevelSequenceBindingReferenceArray) == 0x000010, "Wrong size on FLevelSequenceBindingReferenceArray"); \ +static_assert(offsetof(FLevelSequenceBindingReferenceArray, References) == 0x000000, "Member 'FLevelSequenceBindingReferenceArray::References' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceBindingReferences \ +static_assert(alignof(FLevelSequenceBindingReferences) == 0x000008, "Wrong alignment on FLevelSequenceBindingReferences"); \ +static_assert(sizeof(FLevelSequenceBindingReferences) == 0x0000A0, "Wrong size on FLevelSequenceBindingReferences"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, BindingIdToReferences) == 0x000000, "Member 'FLevelSequenceBindingReferences::BindingIdToReferences' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceBindingReferences, AnimSequenceInstances) == 0x000050, "Member 'FLevelSequenceBindingReferences::AnimSequenceInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceLegacyObjectReference \ +static_assert(alignof(FLevelSequenceLegacyObjectReference) == 0x000008, "Wrong alignment on FLevelSequenceLegacyObjectReference"); \ +static_assert(sizeof(FLevelSequenceLegacyObjectReference) == 0x000020, "Wrong size on FLevelSequenceLegacyObjectReference"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceObject \ +static_assert(alignof(FLevelSequenceObject) == 0x000008, "Wrong alignment on FLevelSequenceObject"); \ +static_assert(sizeof(FLevelSequenceObject) == 0x000038, "Wrong size on FLevelSequenceObject"); \ +static_assert(offsetof(FLevelSequenceObject, ObjectOrOwner) == 0x000000, "Member 'FLevelSequenceObject::ObjectOrOwner' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, ComponentName) == 0x000020, "Member 'FLevelSequenceObject::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceObject, CachedComponent) == 0x000030, "Member 'FLevelSequenceObject::CachedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceSnapshotSettings \ +static_assert(alignof(FLevelSequenceSnapshotSettings) == 0x000001, "Wrong alignment on FLevelSequenceSnapshotSettings"); \ +static_assert(sizeof(FLevelSequenceSnapshotSettings) == 0x000001, "Wrong size on FLevelSequenceSnapshotSettings"); \ + +#define DUMPER7_ASSERTS_FLevelSequencePlayerSnapshot \ +static_assert(alignof(FLevelSequencePlayerSnapshot) == 0x000008, "Wrong alignment on FLevelSequencePlayerSnapshot"); \ +static_assert(sizeof(FLevelSequencePlayerSnapshot) == 0x0000A8, "Wrong size on FLevelSequencePlayerSnapshot"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterName) == 0x000000, "Member 'FLevelSequencePlayerSnapshot::MasterName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, MasterTime) == 0x000010, "Member 'FLevelSequencePlayerSnapshot::MasterTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTime) == 0x000020, "Member 'FLevelSequencePlayerSnapshot::SourceTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotName) == 0x000030, "Member 'FLevelSequencePlayerSnapshot::CurrentShotName' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotLocalTime) == 0x000040, "Member 'FLevelSequencePlayerSnapshot::CurrentShotLocalTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CurrentShotSourceTime) == 0x000050, "Member 'FLevelSequencePlayerSnapshot::CurrentShotSourceTime' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, SourceTimecode) == 0x000060, "Member 'FLevelSequencePlayerSnapshot::SourceTimecode' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, CameraComponent) == 0x000070, "Member 'FLevelSequencePlayerSnapshot::CameraComponent' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, ActiveShot) == 0x000098, "Member 'FLevelSequencePlayerSnapshot::ActiveShot' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequencePlayerSnapshot, ShotID) == 0x0000A0, "Member 'FLevelSequencePlayerSnapshot::ShotID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceBurnInOptions_SetBurnIn \ +static_assert(alignof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000008, "Wrong alignment on LevelSequenceBurnInOptions_SetBurnIn"); \ +static_assert(sizeof(LevelSequenceBurnInOptions_SetBurnIn) == 0x000018, "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) == 0x000050, "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) == 0x000048, "Member 'ULevelSequenceBurnInOptions::Settings' 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) == 0x0001C8, "Wrong size on ULevelSequence"); \ +static_assert(offsetof(ULevelSequence, MovieScene) == 0x000068, "Member 'ULevelSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, ObjectReferences) == 0x000070, "Member 'ULevelSequence::ObjectReferences' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, BindingReferences) == 0x0000C0, "Member 'ULevelSequence::BindingReferences' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, PossessedObjects) == 0x000160, "Member 'ULevelSequence::PossessedObjects' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, DirectorClass) == 0x0001B0, "Member 'ULevelSequence::DirectorClass' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequence, AssetUserData) == 0x0001B8, "Member 'ULevelSequence::AssetUserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ILevelSequenceMetaData \ +static_assert(alignof(ILevelSequenceMetaData) == 0x000001, "Wrong alignment on ILevelSequenceMetaData"); \ +static_assert(sizeof(ILevelSequenceMetaData) == 0x000001, "Wrong size on ILevelSequenceMetaData"); \ + +#define DUMPER7_ASSERTS_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_LevelSequenceActor_LoadSequence \ +static_assert(alignof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong alignment on LevelSequenceActor_LoadSequence"); \ +static_assert(sizeof(LevelSequenceActor_LoadSequence) == 0x000008, "Wrong size on LevelSequenceActor_LoadSequence"); \ +static_assert(offsetof(LevelSequenceActor_LoadSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceActor_LoadSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALevelSequenceActor \ +static_assert(alignof(ALevelSequenceActor) == 0x000008, "Wrong alignment on ALevelSequenceActor"); \ +static_assert(sizeof(ALevelSequenceActor) == 0x000300, "Wrong size on ALevelSequenceActor"); \ +static_assert(offsetof(ALevelSequenceActor, PlaybackSettings) == 0x0002A0, "Member 'ALevelSequenceActor::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, SequencePlayer) == 0x0002B8, "Member 'ALevelSequenceActor::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, LevelSequenceAsset) == 0x0002C0, "Member 'ALevelSequenceActor::LevelSequenceAsset' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, CameraSettings) == 0x0002C8, "Member 'ALevelSequenceActor::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInOptions) == 0x0002D0, "Member 'ALevelSequenceActor::BurnInOptions' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BindingOverrides) == 0x0002D8, "Member 'ALevelSequenceActor::BindingOverrides' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, DefaultInstanceData) == 0x0002E8, "Member 'ALevelSequenceActor::DefaultInstanceData' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, BurnInInstance) == 0x0002F0, "Member 'ALevelSequenceActor::BurnInInstance' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceActor, bShowBurnin) == 0x0002F8, "Member 'ALevelSequenceActor::bShowBurnin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequencePlayer_CreateLevelSequencePlayer \ +static_assert(alignof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000008, "Wrong alignment on LevelSequencePlayer_CreateLevelSequencePlayer"); \ +static_assert(sizeof(LevelSequencePlayer_CreateLevelSequencePlayer) == 0x000038, "Wrong size on LevelSequencePlayer_CreateLevelSequencePlayer"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, WorldContextObject) == 0x000000, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, LevelSequence) == 0x000008, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, Settings) == 0x000010, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, OutActor) == 0x000028, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(LevelSequencePlayer_CreateLevelSequencePlayer, ReturnValue) == 0x000030, "Member 'LevelSequencePlayer_CreateLevelSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequencePlayer_GetActiveCameraComponent \ +static_assert(alignof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong alignment on LevelSequencePlayer_GetActiveCameraComponent"); \ +static_assert(sizeof(LevelSequencePlayer_GetActiveCameraComponent) == 0x000008, "Wrong size on LevelSequencePlayer_GetActiveCameraComponent"); \ +static_assert(offsetof(LevelSequencePlayer_GetActiveCameraComponent, ReturnValue) == 0x000000, "Member 'LevelSequencePlayer_GetActiveCameraComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequencePlayer \ +static_assert(alignof(ULevelSequencePlayer) == 0x000008, "Wrong alignment on ULevelSequencePlayer"); \ +static_assert(sizeof(ULevelSequencePlayer) == 0x0005D0, "Wrong size on ULevelSequencePlayer"); \ +static_assert(offsetof(ULevelSequencePlayer, OnCameraCut) == 0x0004D0, "Member 'ULevelSequencePlayer::OnCameraCut' 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) == 0x000050, "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_ULevelSequenceBurnInInitSettings \ +static_assert(alignof(ULevelSequenceBurnInInitSettings) == 0x000008, "Wrong alignment on ULevelSequenceBurnInInitSettings"); \ +static_assert(sizeof(ULevelSequenceBurnInInitSettings) == 0x000028, "Wrong size on ULevelSequenceBurnInInitSettings"); \ + +#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) == 0x000348, "Wrong size on ULevelSequenceBurnIn"); \ +static_assert(offsetof(ULevelSequenceBurnIn, FrameInformation) == 0x000298, "Member 'ULevelSequenceBurnIn::FrameInformation' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceBurnIn, LevelSequenceActor) == 0x000340, "Member 'ULevelSequenceBurnIn::LevelSequenceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActor \ +static_assert(alignof(LevelSequenceDirector_GetBoundActor) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActor"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundActor) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundActor"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActor::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActor, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundActors \ +static_assert(alignof(LevelSequenceDirector_GetBoundActors) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundActors"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundActors) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundActors"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundActors::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundActors, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObject \ +static_assert(alignof(LevelSequenceDirector_GetBoundObject) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObject"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundObject) == 0x000020, "Wrong size on LevelSequenceDirector_GetBoundObject"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObject::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObject, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetBoundObjects \ +static_assert(alignof(LevelSequenceDirector_GetBoundObjects) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetBoundObjects"); \ +static_assert(sizeof(LevelSequenceDirector_GetBoundObjects) == 0x000028, "Wrong size on LevelSequenceDirector_GetBoundObjects"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ObjectBinding) == 0x000000, "Member 'LevelSequenceDirector_GetBoundObjects::ObjectBinding' has a wrong offset!"); \ +static_assert(offsetof(LevelSequenceDirector_GetBoundObjects, ReturnValue) == 0x000018, "Member 'LevelSequenceDirector_GetBoundObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LevelSequenceDirector_GetSequence \ +static_assert(alignof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong alignment on LevelSequenceDirector_GetSequence"); \ +static_assert(sizeof(LevelSequenceDirector_GetSequence) == 0x000008, "Wrong size on LevelSequenceDirector_GetSequence"); \ +static_assert(offsetof(LevelSequenceDirector_GetSequence, ReturnValue) == 0x000000, "Member 'LevelSequenceDirector_GetSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelSequenceDirector \ +static_assert(alignof(ULevelSequenceDirector) == 0x000008, "Wrong alignment on ULevelSequenceDirector"); \ +static_assert(sizeof(ULevelSequenceDirector) == 0x000038, "Wrong size on ULevelSequenceDirector"); \ +static_assert(offsetof(ULevelSequenceDirector, Player) == 0x000028, "Member 'ULevelSequenceDirector::Player' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, SubSequenceID) == 0x000030, "Member 'ULevelSequenceDirector::SubSequenceID' has a wrong offset!"); \ +static_assert(offsetof(ULevelSequenceDirector, MovieScenePlayerIndex) == 0x000034, "Member 'ULevelSequenceDirector::MovieScenePlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULegacyLevelSequenceDirectorBlueprint \ +static_assert(alignof(ULegacyLevelSequenceDirectorBlueprint) == 0x000008, "Wrong alignment on ULegacyLevelSequenceDirectorBlueprint"); \ +static_assert(sizeof(ULegacyLevelSequenceDirectorBlueprint) == 0x0000A0, "Wrong size on ULegacyLevelSequenceDirectorBlueprint"); \ + +#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) == 0x0002B0, "Wrong size on ALevelSequenceMediaController"); \ +static_assert(offsetof(ALevelSequenceMediaController, Sequence) == 0x000290, "Member 'ALevelSequenceMediaController::Sequence' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, MediaComponent) == 0x000298, "Member 'ALevelSequenceMediaController::MediaComponent' has a wrong offset!"); \ +static_assert(offsetof(ALevelSequenceMediaController, ServerStartTimeSeconds) == 0x0002A0, "Member 'ALevelSequenceMediaController::ServerStartTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineFilenameResolveParams \ +static_assert(alignof(FMoviePipelineFilenameResolveParams) == 0x000008, "Wrong alignment on FMoviePipelineFilenameResolveParams"); \ +static_assert(sizeof(FMoviePipelineFilenameResolveParams) == 0x000100, "Wrong size on FMoviePipelineFilenameResolveParams"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumber) == 0x000000, "Member 'FMoviePipelineFilenameResolveParams::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShot) == 0x000004, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShot' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberRel) == 0x000008, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberRel' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FrameNumberShotRel) == 0x00000C, "Member 'FMoviePipelineFilenameResolveParams::FrameNumberShotRel' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, CameraNameOverride) == 0x000010, "Member 'FMoviePipelineFilenameResolveParams::CameraNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotNameOverride) == 0x000020, "Member 'FMoviePipelineFilenameResolveParams::ShotNameOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, ZeroPadFrameNumberCount) == 0x000030, "Member 'FMoviePipelineFilenameResolveParams::ZeroPadFrameNumberCount' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, bForceRelativeFrameNumbers) == 0x000034, "Member 'FMoviePipelineFilenameResolveParams::bForceRelativeFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileNameFormatOverrides) == 0x000038, "Member 'FMoviePipelineFilenameResolveParams::FileNameFormatOverrides' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, FileMetadata) == 0x000088, "Member 'FMoviePipelineFilenameResolveParams::FileMetadata' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationTime) == 0x0000D8, "Member 'FMoviePipelineFilenameResolveParams::InitializationTime' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, InitializationVersion) == 0x0000E0, "Member 'FMoviePipelineFilenameResolveParams::InitializationVersion' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, Job) == 0x0000E8, "Member 'FMoviePipelineFilenameResolveParams::Job' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, ShotOverride) == 0x0000F0, "Member 'FMoviePipelineFilenameResolveParams::ShotOverride' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFilenameResolveParams, AdditionalFrameNumberOffset) == 0x0000F8, "Member 'FMoviePipelineFilenameResolveParams::AdditionalFrameNumberOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelinePassIdentifier \ +static_assert(alignof(FMoviePipelinePassIdentifier) == 0x000008, "Wrong alignment on FMoviePipelinePassIdentifier"); \ +static_assert(sizeof(FMoviePipelinePassIdentifier) == 0x000010, "Wrong size on FMoviePipelinePassIdentifier"); \ +static_assert(offsetof(FMoviePipelinePassIdentifier, Name) == 0x000000, "Member 'FMoviePipelinePassIdentifier::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineRenderPassOutputData \ +static_assert(alignof(FMoviePipelineRenderPassOutputData) == 0x000008, "Wrong alignment on FMoviePipelineRenderPassOutputData"); \ +static_assert(sizeof(FMoviePipelineRenderPassOutputData) == 0x000010, "Wrong size on FMoviePipelineRenderPassOutputData"); \ +static_assert(offsetof(FMoviePipelineRenderPassOutputData, FilePaths) == 0x000000, "Member 'FMoviePipelineRenderPassOutputData::FilePaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineShotOutputData \ +static_assert(alignof(FMoviePipelineShotOutputData) == 0x000008, "Wrong alignment on FMoviePipelineShotOutputData"); \ +static_assert(sizeof(FMoviePipelineShotOutputData) == 0x000058, "Wrong size on FMoviePipelineShotOutputData"); \ +static_assert(offsetof(FMoviePipelineShotOutputData, Shot) == 0x000000, "Member 'FMoviePipelineShotOutputData::Shot' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineShotOutputData, RenderPassData) == 0x000008, "Member 'FMoviePipelineShotOutputData::RenderPassData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineOutputData \ +static_assert(alignof(FMoviePipelineOutputData) == 0x000008, "Wrong alignment on FMoviePipelineOutputData"); \ +static_assert(sizeof(FMoviePipelineOutputData) == 0x000028, "Wrong size on FMoviePipelineOutputData"); \ +static_assert(offsetof(FMoviePipelineOutputData, Pipeline) == 0x000000, "Member 'FMoviePipelineOutputData::Pipeline' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, Job) == 0x000008, "Member 'FMoviePipelineOutputData::Job' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, bSuccess) == 0x000010, "Member 'FMoviePipelineOutputData::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineOutputData, ShotData) == 0x000018, "Member 'FMoviePipelineOutputData::ShotData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineFormatArgs \ +static_assert(alignof(FMoviePipelineFormatArgs) == 0x000008, "Wrong alignment on FMoviePipelineFormatArgs"); \ +static_assert(sizeof(FMoviePipelineFormatArgs) == 0x0000A8, "Wrong size on FMoviePipelineFormatArgs"); \ +static_assert(offsetof(FMoviePipelineFormatArgs, FilenameArguments) == 0x000000, "Member 'FMoviePipelineFormatArgs::FilenameArguments' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFormatArgs, FileMetadata) == 0x000050, "Member 'FMoviePipelineFormatArgs::FileMetadata' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineFormatArgs, InJob) == 0x0000A0, "Member 'FMoviePipelineFormatArgs::InJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineSegmentWorkMetrics \ +static_assert(alignof(FMoviePipelineSegmentWorkMetrics) == 0x000008, "Wrong alignment on FMoviePipelineSegmentWorkMetrics"); \ +static_assert(sizeof(FMoviePipelineSegmentWorkMetrics) == 0x000028, "Wrong size on FMoviePipelineSegmentWorkMetrics"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, SegmentName) == 0x000000, "Member 'FMoviePipelineSegmentWorkMetrics::SegmentName' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputFrameIndex) == 0x000010, "Member 'FMoviePipelineSegmentWorkMetrics::OutputFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalOutputFrameCount) == 0x000014, "Member 'FMoviePipelineSegmentWorkMetrics::TotalOutputFrameCount' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, OutputSubSampleIndex) == 0x000018, "Member 'FMoviePipelineSegmentWorkMetrics::OutputSubSampleIndex' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalSubSampleCount) == 0x00001C, "Member 'FMoviePipelineSegmentWorkMetrics::TotalSubSampleCount' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, EngineWarmUpFrameIndex) == 0x000020, "Member 'FMoviePipelineSegmentWorkMetrics::EngineWarmUpFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FMoviePipelineSegmentWorkMetrics, TotalEngineWarmUpFrameCount) == 0x000024, "Member 'FMoviePipelineSegmentWorkMetrics::TotalEngineWarmUpFrameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoviePipelineCameraCutInfo \ +static_assert(alignof(FMoviePipelineCameraCutInfo) == 0x000008, "Wrong alignment on FMoviePipelineCameraCutInfo"); \ +static_assert(sizeof(FMoviePipelineCameraCutInfo) == 0x0000A0, "Wrong size on FMoviePipelineCameraCutInfo"); \ + +#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_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_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!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_Initialize \ +static_assert(alignof(MoviePipeline_Initialize) == 0x000008, "Wrong alignment on MoviePipeline_Initialize"); \ +static_assert(sizeof(MoviePipeline_Initialize) == 0x000008, "Wrong size on MoviePipeline_Initialize"); \ +static_assert(offsetof(MoviePipeline_Initialize, InJob) == 0x000000, "Member 'MoviePipeline_Initialize::InJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_RequestShutdown \ +static_assert(alignof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong alignment on MoviePipeline_RequestShutdown"); \ +static_assert(sizeof(MoviePipeline_RequestShutdown) == 0x000001, "Wrong size on MoviePipeline_RequestShutdown"); \ +static_assert(offsetof(MoviePipeline_RequestShutdown, bIsError) == 0x000000, "Member 'MoviePipeline_RequestShutdown::bIsError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_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_Shutdown \ +static_assert(alignof(MoviePipeline_Shutdown) == 0x000001, "Wrong alignment on MoviePipeline_Shutdown"); \ +static_assert(sizeof(MoviePipeline_Shutdown) == 0x000001, "Wrong size on MoviePipeline_Shutdown"); \ +static_assert(offsetof(MoviePipeline_Shutdown, bError) == 0x000000, "Member 'MoviePipeline_Shutdown::bError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_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_GetPipelineMasterConfig \ +static_assert(alignof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong alignment on MoviePipeline_GetPipelineMasterConfig"); \ +static_assert(sizeof(MoviePipeline_GetPipelineMasterConfig) == 0x000008, "Wrong size on MoviePipeline_GetPipelineMasterConfig"); \ +static_assert(offsetof(MoviePipeline_GetPipelineMasterConfig, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPipelineMasterConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_GetPreviewTexture \ +static_assert(alignof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong alignment on MoviePipeline_GetPreviewTexture"); \ +static_assert(sizeof(MoviePipeline_GetPreviewTexture) == 0x000008, "Wrong size on MoviePipeline_GetPreviewTexture"); \ +static_assert(offsetof(MoviePipeline_GetPreviewTexture, ReturnValue) == 0x000000, "Member 'MoviePipeline_GetPreviewTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipeline_IsShutdownRequested \ +static_assert(alignof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong alignment on MoviePipeline_IsShutdownRequested"); \ +static_assert(sizeof(MoviePipeline_IsShutdownRequested) == 0x000001, "Wrong size on MoviePipeline_IsShutdownRequested"); \ +static_assert(offsetof(MoviePipeline_IsShutdownRequested, ReturnValue) == 0x000000, "Member 'MoviePipeline_IsShutdownRequested::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipeline \ +static_assert(alignof(UMoviePipeline) == 0x000008, "Wrong alignment on UMoviePipeline"); \ +static_assert(sizeof(UMoviePipeline) == 0x000310, "Wrong size on UMoviePipeline"); \ +static_assert(offsetof(UMoviePipeline, OnMoviePipelineFinishedDelegate) == 0x000028, "Member 'UMoviePipeline::OnMoviePipelineFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, OnMoviePipelineWorkFinishedDelegate) == 0x000038, "Member 'UMoviePipeline::OnMoviePipelineWorkFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, OnMoviePipelineShotWorkFinishedDelegate) == 0x000048, "Member 'UMoviePipeline::OnMoviePipelineShotWorkFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CustomTimeStep) == 0x000058, "Member 'UMoviePipeline::CustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CachedPrevCustomTimeStep) == 0x000070, "Member 'UMoviePipeline::CachedPrevCustomTimeStep' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, TargetSequence) == 0x000078, "Member 'UMoviePipeline::TargetSequence' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, LevelSequenceActor) == 0x000080, "Member 'UMoviePipeline::LevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, DebugWidget) == 0x000088, "Member 'UMoviePipeline::DebugWidget' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, PreviewTexture) == 0x000090, "Member 'UMoviePipeline::PreviewTexture' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, DebugWidgetClass) == 0x0002D0, "Member 'UMoviePipeline::DebugWidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipeline, CurrentJob) == 0x0002D8, "Member 'UMoviePipeline::CurrentJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCustomTimeStep \ +static_assert(alignof(UMoviePipelineCustomTimeStep) == 0x000008, "Wrong alignment on UMoviePipelineCustomTimeStep"); \ +static_assert(sizeof(UMoviePipelineCustomTimeStep) == 0x000030, "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, InMasterConfig) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InMasterConfig' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, InShot) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::InShot' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot, ReturnValue) == 0x000018, "Member 'MoviePipelineBlueprintLibrary_FindOrGetDefaultSettingForShot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCompletionPercentage \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCompletionPercentage) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCompletionPercentage"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCompletionPercentage, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCompletionPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentAperture \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentAperture) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentAperture"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentAperture, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentAperture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_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) == 0x000038, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentName"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutOuterName) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutOuterName' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentName, OutInnerName) == 0x000020, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentName::OutInnerName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentState \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentState"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentState, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics) == 0x000030, "Wrong size on MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetCurrentSegmentWorkMetrics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_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, InMasterConfig) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InMasterConfig' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, InPipelineExecutorShot) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::InPipelineExecutorShot' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEffectiveOutputResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, InPipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, OutEstimate) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::OutEstimate' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining, ReturnValue) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_GetEstimatedTimeRemaining::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobAuthor \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobAuthor) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobAuthor"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobAuthor, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobAuthor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobInitializationTime \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobInitializationTime) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetJobInitializationTime"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobInitializationTime, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobInitializationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetJobName \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetJobName"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetJobName) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetJobName"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetJobName::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetJobName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetJobName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMapPackageName \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMapPackageName) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_GetMapPackageName"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, InJob) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMapPackageName, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMapPackageName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterFrameNumber \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber) == 0x000010, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterFrameNumber"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterFrameNumber, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterFrameNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMasterTimecode \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMasterTimecode) == 0x000020, "Wrong size on MoviePipelineBlueprintLibrary_GetMasterTimecode"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, InMoviePipeline) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::InMoviePipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_GetMasterTimecode, ReturnValue) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_GetMasterTimecode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel \ +static_assert(alignof(MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_GetMoviePipelineEngineChangelistLabel) == 0x000020, "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_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) == 0x0001C8, "Wrong size on MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InFormatString) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InFormatString' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, InParams) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::InParams' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutFinalPath) == 0x000110, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutFinalPath' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments, OutMergedFormatArgs) == 0x000120, "Member 'MoviePipelineBlueprintLibrary_ResolveFilenameFormatArguments::OutMergedFormatArgs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_ResolveVersionNumber \ +static_assert(alignof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_ResolveVersionNumber) == 0x000108, "Wrong size on MoviePipelineBlueprintLibrary_ResolveVersionNumber"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, InParams) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::InParams' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_ResolveVersionNumber, ReturnValue) == 0x000100, "Member 'MoviePipelineBlueprintLibrary_ResolveVersionNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence \ +static_assert(alignof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000008, "Wrong alignment on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ +static_assert(sizeof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence) == 0x000018, "Wrong size on MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InSequence) == 0x000000, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, InJob) == 0x000008, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence, bShotsChanged) == 0x000010, "Member 'MoviePipelineBlueprintLibrary_UpdateJobShotListFromSequence::bShotsChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBlueprintLibrary \ +static_assert(alignof(UMoviePipelineBlueprintLibrary) == 0x000008, "Wrong alignment on UMoviePipelineBlueprintLibrary"); \ +static_assert(sizeof(UMoviePipelineBlueprintLibrary) == 0x000028, "Wrong size on UMoviePipelineBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCameraSetting \ +static_assert(alignof(UMoviePipelineCameraSetting) == 0x000008, "Wrong alignment on UMoviePipelineCameraSetting"); \ +static_assert(sizeof(UMoviePipelineCameraSetting) == 0x000050, "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!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineColorSetting \ +static_assert(alignof(UMoviePipelineColorSetting) == 0x000008, "Wrong alignment on UMoviePipelineColorSetting"); \ +static_assert(sizeof(UMoviePipelineColorSetting) == 0x0000B0, "Wrong size on UMoviePipelineColorSetting"); \ +static_assert(offsetof(UMoviePipelineColorSetting, OCIOConfiguration) == 0x000048, "Member 'UMoviePipelineColorSetting::OCIOConfiguration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineColorSetting, bDisableToneCurve) == 0x0000A8, "Member 'UMoviePipelineColorSetting::bDisableToneCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineCommandLineEncoderSettings \ +static_assert(alignof(UMoviePipelineCommandLineEncoderSettings) == 0x000008, "Wrong alignment on UMoviePipelineCommandLineEncoderSettings"); \ +static_assert(sizeof(UMoviePipelineCommandLineEncoderSettings) == 0x000100, "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) == 0x000060, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioCodec) == 0x000070, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioCodec' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, OutputFileExtension) == 0x000080, "Member 'UMoviePipelineCommandLineEncoderSettings::OutputFileExtension' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, CommandLineFormat) == 0x000090, "Member 'UMoviePipelineCommandLineEncoderSettings::CommandLineFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, VideoInputStringFormat) == 0x0000A0, "Member 'UMoviePipelineCommandLineEncoderSettings::VideoInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, AudioInputStringFormat) == 0x0000B0, "Member 'UMoviePipelineCommandLineEncoderSettings::AudioInputStringFormat' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Low) == 0x0000C0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Low' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Med) == 0x0000D0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Med' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_High) == 0x0000E0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_High' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineCommandLineEncoderSettings, EncodeSettings_Epic) == 0x0000F0, "Member 'UMoviePipelineCommandLineEncoderSettings::EncodeSettings_Epic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_CopyFrom \ +static_assert(alignof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_CopyFrom"); \ +static_assert(sizeof(MoviePipelineConfigBase_CopyFrom) == 0x000008, "Wrong size on MoviePipelineConfigBase_CopyFrom"); \ +static_assert(offsetof(MoviePipelineConfigBase_CopyFrom, InConfig) == 0x000000, "Member 'MoviePipelineConfigBase_CopyFrom::InConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindOrAddSettingByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindOrAddSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindOrAddSettingByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindOrAddSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindOrAddSettingByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_RemoveSetting \ +static_assert(alignof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_RemoveSetting"); \ +static_assert(sizeof(MoviePipelineConfigBase_RemoveSetting) == 0x000008, "Wrong size on MoviePipelineConfigBase_RemoveSetting"); \ +static_assert(offsetof(MoviePipelineConfigBase_RemoveSetting, InSetting) == 0x000000, "Member 'MoviePipelineConfigBase_RemoveSetting::InSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindSettingByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindSettingByClass) == 0x000018, "Wrong size on MoviePipelineConfigBase_FindSettingByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_FindSettingsByClass \ +static_assert(alignof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_FindSettingsByClass"); \ +static_assert(sizeof(MoviePipelineConfigBase_FindSettingsByClass) == 0x000020, "Wrong size on MoviePipelineConfigBase_FindSettingsByClass"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, InClass) == 0x000000, "Member 'MoviePipelineConfigBase_FindSettingsByClass::InClass' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, bIncludeDisabledSettings) == 0x000008, "Member 'MoviePipelineConfigBase_FindSettingsByClass::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineConfigBase_FindSettingsByClass, ReturnValue) == 0x000010, "Member 'MoviePipelineConfigBase_FindSettingsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineConfigBase_GetUserSettings \ +static_assert(alignof(MoviePipelineConfigBase_GetUserSettings) == 0x000008, "Wrong alignment on MoviePipelineConfigBase_GetUserSettings"); \ +static_assert(sizeof(MoviePipelineConfigBase_GetUserSettings) == 0x000010, "Wrong size on MoviePipelineConfigBase_GetUserSettings"); \ +static_assert(offsetof(MoviePipelineConfigBase_GetUserSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineConfigBase_GetUserSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineConfigBase \ +static_assert(alignof(UMoviePipelineConfigBase) == 0x000008, "Wrong alignment on UMoviePipelineConfigBase"); \ +static_assert(sizeof(UMoviePipelineConfigBase) == 0x000050, "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!"); \ + +#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!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_ConnectSocket \ +static_assert(alignof(MoviePipelineExecutorBase_ConnectSocket) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_ConnectSocket"); \ +static_assert(sizeof(MoviePipelineExecutorBase_ConnectSocket) == 0x000018, "Wrong size on MoviePipelineExecutorBase_ConnectSocket"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InHostName) == 0x000000, "Member 'MoviePipelineExecutorBase_ConnectSocket::InHostName' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, InPort) == 0x000010, "Member 'MoviePipelineExecutorBase_ConnectSocket::InPort' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_ConnectSocket, ReturnValue) == 0x000014, "Member 'MoviePipelineExecutorBase_ConnectSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_Execute \ +static_assert(alignof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_Execute"); \ +static_assert(sizeof(MoviePipelineExecutorBase_Execute) == 0x000008, "Wrong size on MoviePipelineExecutorBase_Execute"); \ +static_assert(offsetof(MoviePipelineExecutorBase_Execute, InPipelineQueue) == 0x000000, "Member 'MoviePipelineExecutorBase_Execute::InPipelineQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_OnExecutorErroredImpl \ +static_assert(alignof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ +static_assert(sizeof(MoviePipelineExecutorBase_OnExecutorErroredImpl) == 0x000028, "Wrong size on MoviePipelineExecutorBase_OnExecutorErroredImpl"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErroredPipeline) == 0x000000, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErroredPipeline' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, bFatal) == 0x000008, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::bFatal' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_OnExecutorErroredImpl, ErrorReason) == 0x000010, "Member 'MoviePipelineExecutorBase_OnExecutorErroredImpl::ErrorReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendHTTPRequest \ +static_assert(alignof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendHTTPRequest"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SendHTTPRequest) == 0x000088, "Wrong size on MoviePipelineExecutorBase_SendHTTPRequest"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InURL) == 0x000000, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InURL' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InVerb) == 0x000010, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InVerb' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InMessage) == 0x000020, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InMessage' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, InHeaders) == 0x000030, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::InHeaders' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendHTTPRequest, ReturnValue) == 0x000080, "Member 'MoviePipelineExecutorBase_SendHTTPRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SendSocketMessage \ +static_assert(alignof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SendSocketMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SendSocketMessage) == 0x000018, "Wrong size on MoviePipelineExecutorBase_SendSocketMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, InMessage) == 0x000000, "Member 'MoviePipelineExecutorBase_SendSocketMessage::InMessage' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SendSocketMessage, ReturnValue) == 0x000010, "Member 'MoviePipelineExecutorBase_SendSocketMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetMoviePipelineClass \ +static_assert(alignof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetMoviePipelineClass) == 0x000008, "Wrong size on MoviePipelineExecutorBase_SetMoviePipelineClass"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetMoviePipelineClass, InPipelineClass) == 0x000000, "Member 'MoviePipelineExecutorBase_SetMoviePipelineClass::InPipelineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorBase_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorBase_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorBase_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorBase_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorBase_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorBase_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorBase_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorBase_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorBase_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorBase_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorBase_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsRendering \ +static_assert(alignof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsRendering"); \ +static_assert(sizeof(MoviePipelineExecutorBase_IsRendering) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsRendering"); \ +static_assert(offsetof(MoviePipelineExecutorBase_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorBase_IsSocketConnected \ +static_assert(alignof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong alignment on MoviePipelineExecutorBase_IsSocketConnected"); \ +static_assert(sizeof(MoviePipelineExecutorBase_IsSocketConnected) == 0x000001, "Wrong size on MoviePipelineExecutorBase_IsSocketConnected"); \ +static_assert(offsetof(MoviePipelineExecutorBase_IsSocketConnected, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorBase_IsSocketConnected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorBase \ +static_assert(alignof(UMoviePipelineExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineExecutorBase"); \ +static_assert(sizeof(UMoviePipelineExecutorBase) == 0x000108, "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) == 0x0000A8, "Member 'UMoviePipelineExecutorBase::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorBase, TargetPipelineClass) == 0x0000B8, "Member 'UMoviePipelineExecutorBase::TargetPipelineClass' 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_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_AMoviePipelineGameMode \ +static_assert(alignof(AMoviePipelineGameMode) == 0x000008, "Wrong alignment on AMoviePipelineGameMode"); \ +static_assert(sizeof(AMoviePipelineGameMode) == 0x000328, "Wrong size on AMoviePipelineGameMode"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineGameOverrideSetting \ +static_assert(alignof(UMoviePipelineGameOverrideSetting) == 0x000008, "Wrong alignment on UMoviePipelineGameOverrideSetting"); \ +static_assert(sizeof(UMoviePipelineGameOverrideSetting) == 0x000110, "Wrong size on UMoviePipelineGameOverrideSetting"); \ +static_assert(offsetof(UMoviePipelineGameOverrideSetting, GameModeOverride) == 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!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineHighResSetting \ +static_assert(alignof(UMoviePipelineHighResSetting) == 0x000008, "Wrong alignment on UMoviePipelineHighResSetting"); \ +static_assert(sizeof(UMoviePipelineHighResSetting) == 0x000060, "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!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineLinearExecutorBase \ +static_assert(alignof(UMoviePipelineLinearExecutorBase) == 0x000008, "Wrong alignment on UMoviePipelineLinearExecutorBase"); \ +static_assert(sizeof(UMoviePipelineLinearExecutorBase) == 0x000130, "Wrong size on UMoviePipelineLinearExecutorBase"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, Queue) == 0x000108, "Member 'UMoviePipelineLinearExecutorBase::Queue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineLinearExecutorBase, ActiveMoviePipeline) == 0x000110, "Member 'UMoviePipelineLinearExecutorBase::ActiveMoviePipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineInProcessExecutor \ +static_assert(alignof(UMoviePipelineInProcessExecutor) == 0x000008, "Wrong alignment on UMoviePipelineInProcessExecutor"); \ +static_assert(sizeof(UMoviePipelineInProcessExecutor) == 0x000168, "Wrong size on UMoviePipelineInProcessExecutor"); \ +static_assert(offsetof(UMoviePipelineInProcessExecutor, bUseCurrentLevel) == 0x000130, "Member 'UMoviePipelineInProcessExecutor::bUseCurrentLevel' 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_MoviePipelineMasterConfig_GetAllSettings \ +static_assert(alignof(MoviePipelineMasterConfig_GetAllSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetAllSettings"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetAllSettings) == 0x000018, "Wrong size on MoviePipelineMasterConfig_GetAllSettings"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeDisabledSettings) == 0x000000, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeDisabledSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, bIncludeTransientSettings) == 0x000001, "Member 'MoviePipelineMasterConfig_GetAllSettings::bIncludeTransientSettings' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetAllSettings, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetAllSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetEffectiveFrameRate \ +static_assert(alignof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetEffectiveFrameRate) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetEffectiveFrameRate"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, InSequence) == 0x000000, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::InSequence' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetEffectiveFrameRate, ReturnValue) == 0x000008, "Member 'MoviePipelineMasterConfig_GetEffectiveFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineMasterConfig_GetTransientSettings \ +static_assert(alignof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000008, "Wrong alignment on MoviePipelineMasterConfig_GetTransientSettings"); \ +static_assert(sizeof(MoviePipelineMasterConfig_GetTransientSettings) == 0x000010, "Wrong size on MoviePipelineMasterConfig_GetTransientSettings"); \ +static_assert(offsetof(MoviePipelineMasterConfig_GetTransientSettings, ReturnValue) == 0x000000, "Member 'MoviePipelineMasterConfig_GetTransientSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineMasterConfig \ +static_assert(alignof(UMoviePipelineMasterConfig) == 0x000008, "Wrong alignment on UMoviePipelineMasterConfig"); \ +static_assert(sizeof(UMoviePipelineMasterConfig) == 0x0000B8, "Wrong size on UMoviePipelineMasterConfig"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, PerShotConfigMapping) == 0x000050, "Member 'UMoviePipelineMasterConfig::PerShotConfigMapping' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, OutputSetting) == 0x0000A0, "Member 'UMoviePipelineMasterConfig::OutputSetting' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineMasterConfig, TransientSettings) == 0x0000A8, "Member 'UMoviePipelineMasterConfig::TransientSettings' 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_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) == 0x000120, "Wrong size on UMoviePipelinePythonHostExecutor"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, ExecutorClass) == 0x000108, "Member 'UMoviePipelinePythonHostExecutor::ExecutorClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, PipelineQueue) == 0x000110, "Member 'UMoviePipelinePythonHostExecutor::PipelineQueue' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelinePythonHostExecutor, LastLoadedWorld) == 0x000118, "Member 'UMoviePipelinePythonHostExecutor::LastLoadedWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_AllocateNewShotOverrideConfig \ +static_assert(alignof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ +static_assert(sizeof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig) == 0x000010, "Wrong size on MoviePipelineExecutorShot_AllocateNewShotOverrideConfig"); \ +static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, InConfigType) == 0x000000, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::InConfigType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineExecutorShot_AllocateNewShotOverrideConfig, ReturnValue) == 0x000008, "Member 'MoviePipelineExecutorShot_AllocateNewShotOverrideConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverrideConfiguration \ +static_assert(alignof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverrideConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverrideConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverrideConfiguration::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetShotOverridePresetOrigin \ +static_assert(alignof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_SetShotOverridePresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetShotOverridePresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorShot_SetShotOverridePresetOrigin::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorShot_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorShot_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorShot_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverrideConfiguration \ +static_assert(alignof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverrideConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverrideConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverrideConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverrideConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetShotOverridePresetOrigin \ +static_assert(alignof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorShot_GetShotOverridePresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetShotOverridePresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetShotOverridePresetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorShot_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorShot_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorShot_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorShot_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorShot_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorShot_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorShot_ShouldRender \ +static_assert(alignof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong alignment on MoviePipelineExecutorShot_ShouldRender"); \ +static_assert(sizeof(MoviePipelineExecutorShot_ShouldRender) == 0x000001, "Wrong size on MoviePipelineExecutorShot_ShouldRender"); \ +static_assert(offsetof(MoviePipelineExecutorShot_ShouldRender, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorShot_ShouldRender::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorShot \ +static_assert(alignof(UMoviePipelineExecutorShot) == 0x000008, "Wrong alignment on UMoviePipelineExecutorShot"); \ +static_assert(sizeof(UMoviePipelineExecutorShot) == 0x000138, "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, Progress) == 0x0000F0, "Member 'UMoviePipelineExecutorShot::Progress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, StatusMessage) == 0x0000F8, "Member 'UMoviePipelineExecutorShot::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverrideConfig) == 0x000108, "Member 'UMoviePipelineExecutorShot::ShotOverrideConfig' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorShot, ShotOverridePresetOrigin) == 0x000110, "Member 'UMoviePipelineExecutorShot::ShotOverridePresetOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConfiguration \ +static_assert(alignof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetConfiguration, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConfiguration::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetConsumed \ +static_assert(alignof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_SetConsumed"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_SetConsumed"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetConsumed, bInConsumed) == 0x000000, "Member 'MoviePipelineExecutorJob_SetConsumed::bInConsumed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetPresetOrigin \ +static_assert(alignof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetPresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_SetPresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetPresetOrigin, InPreset) == 0x000000, "Member 'MoviePipelineExecutorJob_SetPresetOrigin::InPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetSequence \ +static_assert(alignof(MoviePipelineExecutorJob_SetSequence) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetSequence"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetSequence) == 0x000018, "Wrong size on MoviePipelineExecutorJob_SetSequence"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetSequence, InSequence) == 0x000000, "Member 'MoviePipelineExecutorJob_SetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_SetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_SetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetStatusMessage, InStatus) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusMessage::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_SetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_SetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorJob_SetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_SetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorJob_SetStatusProgress, InProgress) == 0x000000, "Member 'MoviePipelineExecutorJob_SetStatusProgress::InProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetConfiguration \ +static_assert(alignof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetConfiguration"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetConfiguration) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetConfiguration"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetConfiguration, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetConfiguration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetPresetOrigin \ +static_assert(alignof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetPresetOrigin"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetPresetOrigin) == 0x000008, "Wrong size on MoviePipelineExecutorJob_GetPresetOrigin"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetPresetOrigin, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetPresetOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusMessage \ +static_assert(alignof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000008, "Wrong alignment on MoviePipelineExecutorJob_GetStatusMessage"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetStatusMessage) == 0x000010, "Wrong size on MoviePipelineExecutorJob_GetStatusMessage"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetStatusMessage, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_GetStatusProgress \ +static_assert(alignof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong alignment on MoviePipelineExecutorJob_GetStatusProgress"); \ +static_assert(sizeof(MoviePipelineExecutorJob_GetStatusProgress) == 0x000004, "Wrong size on MoviePipelineExecutorJob_GetStatusProgress"); \ +static_assert(offsetof(MoviePipelineExecutorJob_GetStatusProgress, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_GetStatusProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineExecutorJob_IsConsumed \ +static_assert(alignof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong alignment on MoviePipelineExecutorJob_IsConsumed"); \ +static_assert(sizeof(MoviePipelineExecutorJob_IsConsumed) == 0x000001, "Wrong size on MoviePipelineExecutorJob_IsConsumed"); \ +static_assert(offsetof(MoviePipelineExecutorJob_IsConsumed, ReturnValue) == 0x000000, "Member 'MoviePipelineExecutorJob_IsConsumed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineExecutorJob \ +static_assert(alignof(UMoviePipelineExecutorJob) == 0x000008, "Wrong alignment on UMoviePipelineExecutorJob"); \ +static_assert(sizeof(UMoviePipelineExecutorJob) == 0x0000C0, "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) == 0x000050, "Member 'UMoviePipelineExecutorJob::Map' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Author) == 0x000068, "Member 'UMoviePipelineExecutorJob::Author' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, ShotInfo) == 0x000078, "Member 'UMoviePipelineExecutorJob::ShotInfo' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, UserData) == 0x000088, "Member 'UMoviePipelineExecutorJob::UserData' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusMessage) == 0x000098, "Member 'UMoviePipelineExecutorJob::StatusMessage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, StatusProgress) == 0x0000A8, "Member 'UMoviePipelineExecutorJob::StatusProgress' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, bIsConsumed) == 0x0000AC, "Member 'UMoviePipelineExecutorJob::bIsConsumed' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, Configuration) == 0x0000B0, "Member 'UMoviePipelineExecutorJob::Configuration' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineExecutorJob, PresetOrigin) == 0x0000B8, "Member 'UMoviePipelineExecutorJob::PresetOrigin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_AllocateNewJob \ +static_assert(alignof(MoviePipelineQueue_AllocateNewJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_AllocateNewJob"); \ +static_assert(sizeof(MoviePipelineQueue_AllocateNewJob) == 0x000010, "Wrong size on MoviePipelineQueue_AllocateNewJob"); \ +static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, InJobType) == 0x000000, "Member 'MoviePipelineQueue_AllocateNewJob::InJobType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueue_AllocateNewJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_AllocateNewJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_CopyFrom \ +static_assert(alignof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong alignment on MoviePipelineQueue_CopyFrom"); \ +static_assert(sizeof(MoviePipelineQueue_CopyFrom) == 0x000008, "Wrong size on MoviePipelineQueue_CopyFrom"); \ +static_assert(offsetof(MoviePipelineQueue_CopyFrom, InQueue) == 0x000000, "Member 'MoviePipelineQueue_CopyFrom::InQueue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_DeleteJob \ +static_assert(alignof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DeleteJob"); \ +static_assert(sizeof(MoviePipelineQueue_DeleteJob) == 0x000008, "Wrong size on MoviePipelineQueue_DeleteJob"); \ +static_assert(offsetof(MoviePipelineQueue_DeleteJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DeleteJob::InJob' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_DuplicateJob \ +static_assert(alignof(MoviePipelineQueue_DuplicateJob) == 0x000008, "Wrong alignment on MoviePipelineQueue_DuplicateJob"); \ +static_assert(sizeof(MoviePipelineQueue_DuplicateJob) == 0x000010, "Wrong size on MoviePipelineQueue_DuplicateJob"); \ +static_assert(offsetof(MoviePipelineQueue_DuplicateJob, InJob) == 0x000000, "Member 'MoviePipelineQueue_DuplicateJob::InJob' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueue_DuplicateJob, ReturnValue) == 0x000008, "Member 'MoviePipelineQueue_DuplicateJob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueue_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_GetJobs \ +static_assert(alignof(MoviePipelineQueue_GetJobs) == 0x000008, "Wrong alignment on MoviePipelineQueue_GetJobs"); \ +static_assert(sizeof(MoviePipelineQueue_GetJobs) == 0x000010, "Wrong size on MoviePipelineQueue_GetJobs"); \ +static_assert(offsetof(MoviePipelineQueue_GetJobs, ReturnValue) == 0x000000, "Member 'MoviePipelineQueue_GetJobs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineQueue \ +static_assert(alignof(UMoviePipelineQueue) == 0x000008, "Wrong alignment on UMoviePipelineQueue"); \ +static_assert(sizeof(UMoviePipelineQueue) == 0x000040, "Wrong size on UMoviePipelineQueue"); \ +static_assert(offsetof(UMoviePipelineQueue, Jobs) == 0x000028, "Member 'UMoviePipelineQueue::Jobs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor) == 0x000010, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, InExecutorType) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::InExecutorType' has a wrong offset!"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor, ReturnValue) == 0x000008, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance, InExecutor) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_RenderQueueWithExecutorInstance::InExecutor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetActiveExecutor \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetActiveExecutor"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetActiveExecutor, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetActiveExecutor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_GetQueue \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong alignment on MoviePipelineQueueEngineSubsystem_GetQueue"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_GetQueue) == 0x000008, "Wrong size on MoviePipelineQueueEngineSubsystem_GetQueue"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_GetQueue, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_GetQueue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineQueueEngineSubsystem_IsRendering \ +static_assert(alignof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong alignment on MoviePipelineQueueEngineSubsystem_IsRendering"); \ +static_assert(sizeof(MoviePipelineQueueEngineSubsystem_IsRendering) == 0x000001, "Wrong size on MoviePipelineQueueEngineSubsystem_IsRendering"); \ +static_assert(offsetof(MoviePipelineQueueEngineSubsystem_IsRendering, ReturnValue) == 0x000000, "Member 'MoviePipelineQueueEngineSubsystem_IsRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineQueueEngineSubsystem \ +static_assert(alignof(UMoviePipelineQueueEngineSubsystem) == 0x000008, "Wrong alignment on UMoviePipelineQueueEngineSubsystem"); \ +static_assert(sizeof(UMoviePipelineQueueEngineSubsystem) == 0x000040, "Wrong size on UMoviePipelineQueueEngineSubsystem"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, ActiveExecutor) == 0x000030, "Member 'UMoviePipelineQueueEngineSubsystem::ActiveExecutor' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineQueueEngineSubsystem, CurrentQueue) == 0x000038, "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_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) == 0x000068, "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, bIsValidOnMaster) == 0x000060, "Member 'UMoviePipelineSetting_BlueprintBase::bIsValidOnMaster' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting_BlueprintBase, bIsValidOnShots) == 0x000061, "Member 'UMoviePipelineSetting_BlueprintBase::bIsValidOnShots' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineSetting_BlueprintBase, bCanBeDisabled) == 0x000062, "Member 'UMoviePipelineSetting_BlueprintBase::bCanBeDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineShotConfig \ +static_assert(alignof(UMoviePipelineShotConfig) == 0x000008, "Wrong alignment on UMoviePipelineShotConfig"); \ +static_assert(sizeof(UMoviePipelineShotConfig) == 0x000050, "Wrong size on UMoviePipelineShotConfig"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineVideoOutputBase \ +static_assert(alignof(UMoviePipelineVideoOutputBase) == 0x000008, "Wrong alignment on UMoviePipelineVideoOutputBase"); \ +static_assert(sizeof(UMoviePipelineVideoOutputBase) == 0x000088, "Wrong size on UMoviePipelineVideoOutputBase"); \ + +#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) == 0x000298, "Wrong size on UMovieRenderDebugWidget"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBurnInSetting \ +static_assert(alignof(UMoviePipelineBurnInSetting) == 0x000008, "Wrong alignment on UMoviePipelineBurnInSetting"); \ +static_assert(sizeof(UMoviePipelineBurnInSetting) == 0x0000A0, "Wrong size on UMoviePipelineBurnInSetting"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInClass) == 0x000048, "Member 'UMoviePipelineBurnInSetting::BurnInClass' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, bCompositeOntoFinalImage) == 0x000060, "Member 'UMoviePipelineBurnInSetting::bCompositeOntoFinalImage' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, RenderTarget) == 0x000090, "Member 'UMoviePipelineBurnInSetting::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineBurnInSetting, BurnInWidgetInstance) == 0x000098, "Member 'UMoviePipelineBurnInSetting::BurnInWidgetInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MoviePipelineBurnInWidget_OnOutputFrameStarted \ +static_assert(alignof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong alignment on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ +static_assert(sizeof(MoviePipelineBurnInWidget_OnOutputFrameStarted) == 0x000008, "Wrong size on MoviePipelineBurnInWidget_OnOutputFrameStarted"); \ +static_assert(offsetof(MoviePipelineBurnInWidget_OnOutputFrameStarted, ForPipeline) == 0x000000, "Member 'MoviePipelineBurnInWidget_OnOutputFrameStarted::ForPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineBurnInWidget \ +static_assert(alignof(UMoviePipelineBurnInWidget) == 0x000008, "Wrong alignment on UMoviePipelineBurnInWidget"); \ +static_assert(sizeof(UMoviePipelineBurnInWidget) == 0x000298, "Wrong size on UMoviePipelineBurnInWidget"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineConsoleVariableSetting \ +static_assert(alignof(UMoviePipelineConsoleVariableSetting) == 0x000008, "Wrong alignment on UMoviePipelineConsoleVariableSetting"); \ +static_assert(sizeof(UMoviePipelineConsoleVariableSetting) == 0x0000C8, "Wrong size on UMoviePipelineConsoleVariableSetting"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, ConsoleVariables) == 0x000048, "Member 'UMoviePipelineConsoleVariableSetting::ConsoleVariables' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, StartConsoleCommands) == 0x000098, "Member 'UMoviePipelineConsoleVariableSetting::StartConsoleCommands' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineConsoleVariableSetting, EndConsoleCommands) == 0x0000A8, "Member 'UMoviePipelineConsoleVariableSetting::EndConsoleCommands' 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_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_UMoviePipelineImagePassBase \ +static_assert(alignof(UMoviePipelineImagePassBase) == 0x000008, "Wrong alignment on UMoviePipelineImagePassBase"); \ +static_assert(sizeof(UMoviePipelineImagePassBase) == 0x0000C8, "Wrong size on UMoviePipelineImagePassBase"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPassBase \ +static_assert(alignof(UMoviePipelineDeferredPassBase) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPassBase"); \ +static_assert(sizeof(UMoviePipelineDeferredPassBase) == 0x000170, "Wrong size on UMoviePipelineDeferredPassBase"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAccumulatorIncludesAlpha) == 0x0000C8, "Member 'UMoviePipelineDeferredPassBase::bAccumulatorIncludesAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bDisableMultisampleEffects) == 0x0000C9, "Member 'UMoviePipelineDeferredPassBase::bDisableMultisampleEffects' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bUse32BitPostProcessMaterials) == 0x0000CA, "Member 'UMoviePipelineDeferredPassBase::bUse32BitPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, AdditionalPostProcessMaterials) == 0x0000D0, "Member 'UMoviePipelineDeferredPassBase::AdditionalPostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, bAddDefaultLayer) == 0x0000E0, "Member 'UMoviePipelineDeferredPassBase::bAddDefaultLayer' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayers) == 0x0000E8, "Member 'UMoviePipelineDeferredPassBase::StencilLayers' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, ActivePostProcessMaterials) == 0x0000F8, "Member 'UMoviePipelineDeferredPassBase::ActivePostProcessMaterials' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, StencilLayerMaterial) == 0x000108, "Member 'UMoviePipelineDeferredPassBase::StencilLayerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMoviePipelineDeferredPassBase, TileRenderTargets) == 0x000110, "Member 'UMoviePipelineDeferredPassBase::TileRenderTargets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineDeferredPass_Unlit \ +static_assert(alignof(UMoviePipelineDeferredPass_Unlit) == 0x000008, "Wrong alignment on UMoviePipelineDeferredPass_Unlit"); \ +static_assert(sizeof(UMoviePipelineDeferredPass_Unlit) == 0x000170, "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) == 0x000170, "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) == 0x000170, "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) == 0x000170, "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) == 0x000170, "Wrong size on UMoviePipelineDeferredPass_PathTracer"); \ + +#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) == 0x000068, "Wrong size on UMoviePipelineImageSequenceOutput_PNG"); \ + +#define DUMPER7_ASSERTS_UMoviePipelineImageSequenceOutput_JPG \ +static_assert(alignof(UMoviePipelineImageSequenceOutput_JPG) == 0x000008, "Wrong alignment on UMoviePipelineImageSequenceOutput_JPG"); \ +static_assert(sizeof(UMoviePipelineImageSequenceOutput_JPG) == 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_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_FOpenColorIOColorSpace \ +static_assert(alignof(FOpenColorIOColorSpace) == 0x000008, "Wrong alignment on FOpenColorIOColorSpace"); \ +static_assert(sizeof(FOpenColorIOColorSpace) == 0x000028, "Wrong size on FOpenColorIOColorSpace"); \ +static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceName) == 0x000000, "Member 'FOpenColorIOColorSpace::ColorSpaceName' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorSpace, ColorSpaceIndex) == 0x000010, "Member 'FOpenColorIOColorSpace::ColorSpaceIndex' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorSpace, FamilyName) == 0x000018, "Member 'FOpenColorIOColorSpace::FamilyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIOColorConversionSettings \ +static_assert(alignof(FOpenColorIOColorConversionSettings) == 0x000008, "Wrong alignment on FOpenColorIOColorConversionSettings"); \ +static_assert(sizeof(FOpenColorIOColorConversionSettings) == 0x000058, "Wrong size on FOpenColorIOColorConversionSettings"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, ConfigurationSource) == 0x000000, "Member 'FOpenColorIOColorConversionSettings::ConfigurationSource' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, SourceColorSpace) == 0x000008, "Member 'FOpenColorIOColorConversionSettings::SourceColorSpace' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIOColorConversionSettings, DestinationColorSpace) == 0x000030, "Member 'FOpenColorIOColorConversionSettings::DestinationColorSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpenColorIODisplayConfiguration \ +static_assert(alignof(FOpenColorIODisplayConfiguration) == 0x000008, "Wrong alignment on FOpenColorIODisplayConfiguration"); \ +static_assert(sizeof(FOpenColorIODisplayConfiguration) == 0x000060, "Wrong size on FOpenColorIODisplayConfiguration"); \ +static_assert(offsetof(FOpenColorIODisplayConfiguration, bIsEnabled) == 0x000000, "Member 'FOpenColorIODisplayConfiguration::bIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(FOpenColorIODisplayConfiguration, ColorConfiguration) == 0x000008, "Member 'FOpenColorIODisplayConfiguration::ColorConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform \ +static_assert(alignof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000008, "Wrong alignment on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ +static_assert(sizeof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform) == 0x000078, "Wrong size on OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, WorldContextObject) == 0x000000, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ConversionSettings) == 0x000008, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ConversionSettings' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, InputTexture) == 0x000060, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::InputTexture' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, OutputRenderTarget) == 0x000068, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::OutputRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform, ReturnValue) == 0x000070, "Member 'OpenColorIOBlueprintLibrary_ApplyColorSpaceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOBlueprintLibrary \ +static_assert(alignof(UOpenColorIOBlueprintLibrary) == 0x000008, "Wrong alignment on UOpenColorIOBlueprintLibrary"); \ +static_assert(sizeof(UOpenColorIOBlueprintLibrary) == 0x000028, "Wrong size on UOpenColorIOBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOColorTransform \ +static_assert(alignof(UOpenColorIOColorTransform) == 0x000008, "Wrong alignment on UOpenColorIOColorTransform"); \ +static_assert(sizeof(UOpenColorIOColorTransform) == 0x0000A0, "Wrong size on UOpenColorIOColorTransform"); \ +static_assert(offsetof(UOpenColorIOColorTransform, ConfigurationOwner) == 0x000028, "Member 'UOpenColorIOColorTransform::ConfigurationOwner' 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, Lut3dTexture) == 0x000050, "Member 'UOpenColorIOColorTransform::Lut3dTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIOConfiguration \ +static_assert(alignof(UOpenColorIOConfiguration) == 0x000008, "Wrong alignment on UOpenColorIOConfiguration"); \ +static_assert(sizeof(UOpenColorIOConfiguration) == 0x000080, "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, ColorTransforms) == 0x000048, "Member 'UOpenColorIOConfiguration::ColorTransforms' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension) == 0x0000C0, "Wrong size on OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::InDisplayConfiguration' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, IsActiveFunction) == 0x000060, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::IsActiveFunction' has a wrong offset!"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension, ReturnValue) == 0x0000B0, "Member 'OpenColorIODisplayExtensionWrapper_CreateOpenColorIODisplayExtension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration) == 0x000060, "Wrong size on OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration, InDisplayConfiguration) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetOpenColorIOConfiguration::InDisplayConfiguration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000010, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction) == 0x000050, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction, IsActiveFunction) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunction::IsActiveFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions \ +static_assert(alignof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000008, "Wrong alignment on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ +static_assert(sizeof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions) == 0x000010, "Wrong size on OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions"); \ +static_assert(offsetof(OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions, IsActiveFunctions) == 0x000000, "Member 'OpenColorIODisplayExtensionWrapper_SetSceneExtensionIsActiveFunctions::IsActiveFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpenColorIODisplayExtensionWrapper \ +static_assert(alignof(UOpenColorIODisplayExtensionWrapper) == 0x000008, "Wrong alignment on UOpenColorIODisplayExtensionWrapper"); \ +static_assert(sizeof(UOpenColorIODisplayExtensionWrapper) == 0x000038, "Wrong size on UOpenColorIODisplayExtensionWrapper"); \ + +#define DUMPER7_ASSERTS_FOSCMessage \ +static_assert(alignof(FOSCMessage) == 0x000008, "Wrong alignment on FOSCMessage"); \ +static_assert(sizeof(FOSCMessage) == 0x000010, "Wrong size on FOSCMessage"); \ + +#define DUMPER7_ASSERTS_FOSCAddress \ +static_assert(alignof(FOSCAddress) == 0x000008, "Wrong alignment on FOSCAddress"); \ +static_assert(sizeof(FOSCAddress) == 0x000028, "Wrong size on FOSCAddress"); \ +static_assert(offsetof(FOSCAddress, Containers) == 0x000000, "Member 'FOSCAddress::Containers' has a wrong offset!"); \ +static_assert(offsetof(FOSCAddress, Method) == 0x000010, "Member 'FOSCAddress::Method' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOSCBundle \ +static_assert(alignof(FOSCBundle) == 0x000008, "Wrong alignment on FOSCBundle"); \ +static_assert(sizeof(FOSCBundle) == 0x000010, "Wrong size on FOSCBundle"); \ + +#define DUMPER7_ASSERTS_OSCClient_GetSendIPAddress \ +static_assert(alignof(OSCClient_GetSendIPAddress) == 0x000008, "Wrong alignment on OSCClient_GetSendIPAddress"); \ +static_assert(sizeof(OSCClient_GetSendIPAddress) == 0x000018, "Wrong size on OSCClient_GetSendIPAddress"); \ +static_assert(offsetof(OSCClient_GetSendIPAddress, IPAddress) == 0x000000, "Member 'OSCClient_GetSendIPAddress::IPAddress' has a wrong offset!"); \ +static_assert(offsetof(OSCClient_GetSendIPAddress, Port) == 0x000010, "Member 'OSCClient_GetSendIPAddress::Port' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCClient_SendOSCBundle \ +static_assert(alignof(OSCClient_SendOSCBundle) == 0x000008, "Wrong alignment on OSCClient_SendOSCBundle"); \ +static_assert(sizeof(OSCClient_SendOSCBundle) == 0x000010, "Wrong size on OSCClient_SendOSCBundle"); \ +static_assert(offsetof(OSCClient_SendOSCBundle, Bundle) == 0x000000, "Member 'OSCClient_SendOSCBundle::Bundle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCClient_SendOSCMessage \ +static_assert(alignof(OSCClient_SendOSCMessage) == 0x000008, "Wrong alignment on OSCClient_SendOSCMessage"); \ +static_assert(sizeof(OSCClient_SendOSCMessage) == 0x000010, "Wrong size on OSCClient_SendOSCMessage"); \ +static_assert(offsetof(OSCClient_SendOSCMessage, Message) == 0x000000, "Member 'OSCClient_SendOSCMessage::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCClient_SetSendIPAddress \ +static_assert(alignof(OSCClient_SetSendIPAddress) == 0x000008, "Wrong alignment on OSCClient_SetSendIPAddress"); \ +static_assert(sizeof(OSCClient_SetSendIPAddress) == 0x000018, "Wrong size on OSCClient_SetSendIPAddress"); \ +static_assert(offsetof(OSCClient_SetSendIPAddress, IPAddress) == 0x000000, "Member 'OSCClient_SetSendIPAddress::IPAddress' has a wrong offset!"); \ +static_assert(offsetof(OSCClient_SetSendIPAddress, Port) == 0x000010, "Member 'OSCClient_SetSendIPAddress::Port' has a wrong offset!"); \ +static_assert(offsetof(OSCClient_SetSendIPAddress, ReturnValue) == 0x000014, "Member 'OSCClient_SetSendIPAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOSCClient \ +static_assert(alignof(UOSCClient) == 0x000008, "Wrong alignment on UOSCClient"); \ +static_assert(sizeof(UOSCClient) == 0x000030, "Wrong size on UOSCClient"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddAddress \ +static_assert(alignof(OSCManager_AddAddress) == 0x000008, "Wrong alignment on OSCManager_AddAddress"); \ +static_assert(sizeof(OSCManager_AddAddress) == 0x000048, "Wrong size on OSCManager_AddAddress"); \ +static_assert(offsetof(OSCManager_AddAddress, Message) == 0x000000, "Member 'OSCManager_AddAddress::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddAddress, Value) == 0x000010, "Member 'OSCManager_AddAddress::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddAddress, ReturnValue) == 0x000038, "Member 'OSCManager_AddAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddBlob \ +static_assert(alignof(OSCManager_AddBlob) == 0x000008, "Wrong alignment on OSCManager_AddBlob"); \ +static_assert(sizeof(OSCManager_AddBlob) == 0x000030, "Wrong size on OSCManager_AddBlob"); \ +static_assert(offsetof(OSCManager_AddBlob, Message) == 0x000000, "Member 'OSCManager_AddBlob::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddBlob, Value) == 0x000010, "Member 'OSCManager_AddBlob::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddBlob, ReturnValue) == 0x000020, "Member 'OSCManager_AddBlob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddBool \ +static_assert(alignof(OSCManager_AddBool) == 0x000008, "Wrong alignment on OSCManager_AddBool"); \ +static_assert(sizeof(OSCManager_AddBool) == 0x000028, "Wrong size on OSCManager_AddBool"); \ +static_assert(offsetof(OSCManager_AddBool, Message) == 0x000000, "Member 'OSCManager_AddBool::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddBool, Value) == 0x000010, "Member 'OSCManager_AddBool::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddBool, ReturnValue) == 0x000018, "Member 'OSCManager_AddBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddBundleToBundle \ +static_assert(alignof(OSCManager_AddBundleToBundle) == 0x000008, "Wrong alignment on OSCManager_AddBundleToBundle"); \ +static_assert(sizeof(OSCManager_AddBundleToBundle) == 0x000030, "Wrong size on OSCManager_AddBundleToBundle"); \ +static_assert(offsetof(OSCManager_AddBundleToBundle, InBundle) == 0x000000, "Member 'OSCManager_AddBundleToBundle::InBundle' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddBundleToBundle, OutBundle) == 0x000010, "Member 'OSCManager_AddBundleToBundle::OutBundle' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddBundleToBundle, ReturnValue) == 0x000020, "Member 'OSCManager_AddBundleToBundle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddFloat \ +static_assert(alignof(OSCManager_AddFloat) == 0x000008, "Wrong alignment on OSCManager_AddFloat"); \ +static_assert(sizeof(OSCManager_AddFloat) == 0x000028, "Wrong size on OSCManager_AddFloat"); \ +static_assert(offsetof(OSCManager_AddFloat, Message) == 0x000000, "Member 'OSCManager_AddFloat::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddFloat, Value) == 0x000010, "Member 'OSCManager_AddFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddFloat, ReturnValue) == 0x000018, "Member 'OSCManager_AddFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddInt32 \ +static_assert(alignof(OSCManager_AddInt32) == 0x000008, "Wrong alignment on OSCManager_AddInt32"); \ +static_assert(sizeof(OSCManager_AddInt32) == 0x000028, "Wrong size on OSCManager_AddInt32"); \ +static_assert(offsetof(OSCManager_AddInt32, Message) == 0x000000, "Member 'OSCManager_AddInt32::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddInt32, Value) == 0x000010, "Member 'OSCManager_AddInt32::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddInt32, ReturnValue) == 0x000018, "Member 'OSCManager_AddInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddInt64 \ +static_assert(alignof(OSCManager_AddInt64) == 0x000008, "Wrong alignment on OSCManager_AddInt64"); \ +static_assert(sizeof(OSCManager_AddInt64) == 0x000028, "Wrong size on OSCManager_AddInt64"); \ +static_assert(offsetof(OSCManager_AddInt64, Message) == 0x000000, "Member 'OSCManager_AddInt64::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddInt64, Value) == 0x000010, "Member 'OSCManager_AddInt64::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddInt64, ReturnValue) == 0x000018, "Member 'OSCManager_AddInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddMessageToBundle \ +static_assert(alignof(OSCManager_AddMessageToBundle) == 0x000008, "Wrong alignment on OSCManager_AddMessageToBundle"); \ +static_assert(sizeof(OSCManager_AddMessageToBundle) == 0x000030, "Wrong size on OSCManager_AddMessageToBundle"); \ +static_assert(offsetof(OSCManager_AddMessageToBundle, Message) == 0x000000, "Member 'OSCManager_AddMessageToBundle::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddMessageToBundle, Bundle) == 0x000010, "Member 'OSCManager_AddMessageToBundle::Bundle' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddMessageToBundle, ReturnValue) == 0x000020, "Member 'OSCManager_AddMessageToBundle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_AddString \ +static_assert(alignof(OSCManager_AddString) == 0x000008, "Wrong alignment on OSCManager_AddString"); \ +static_assert(sizeof(OSCManager_AddString) == 0x000030, "Wrong size on OSCManager_AddString"); \ +static_assert(offsetof(OSCManager_AddString, Message) == 0x000000, "Member 'OSCManager_AddString::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddString, Value) == 0x000010, "Member 'OSCManager_AddString::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_AddString, ReturnValue) == 0x000020, "Member 'OSCManager_AddString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_ClearBundle \ +static_assert(alignof(OSCManager_ClearBundle) == 0x000008, "Wrong alignment on OSCManager_ClearBundle"); \ +static_assert(sizeof(OSCManager_ClearBundle) == 0x000020, "Wrong size on OSCManager_ClearBundle"); \ +static_assert(offsetof(OSCManager_ClearBundle, Bundle) == 0x000000, "Member 'OSCManager_ClearBundle::Bundle' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_ClearBundle, ReturnValue) == 0x000010, "Member 'OSCManager_ClearBundle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_ClearMessage \ +static_assert(alignof(OSCManager_ClearMessage) == 0x000008, "Wrong alignment on OSCManager_ClearMessage"); \ +static_assert(sizeof(OSCManager_ClearMessage) == 0x000020, "Wrong size on OSCManager_ClearMessage"); \ +static_assert(offsetof(OSCManager_ClearMessage, Message) == 0x000000, "Member 'OSCManager_ClearMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_ClearMessage, ReturnValue) == 0x000010, "Member 'OSCManager_ClearMessage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_ClearOSCAddressContainers \ +static_assert(alignof(OSCManager_ClearOSCAddressContainers) == 0x000008, "Wrong alignment on OSCManager_ClearOSCAddressContainers"); \ +static_assert(sizeof(OSCManager_ClearOSCAddressContainers) == 0x000050, "Wrong size on OSCManager_ClearOSCAddressContainers"); \ +static_assert(offsetof(OSCManager_ClearOSCAddressContainers, Address) == 0x000000, "Member 'OSCManager_ClearOSCAddressContainers::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_ClearOSCAddressContainers, ReturnValue) == 0x000028, "Member 'OSCManager_ClearOSCAddressContainers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_ConvertStringToOSCAddress \ +static_assert(alignof(OSCManager_ConvertStringToOSCAddress) == 0x000008, "Wrong alignment on OSCManager_ConvertStringToOSCAddress"); \ +static_assert(sizeof(OSCManager_ConvertStringToOSCAddress) == 0x000038, "Wrong size on OSCManager_ConvertStringToOSCAddress"); \ +static_assert(offsetof(OSCManager_ConvertStringToOSCAddress, String) == 0x000000, "Member 'OSCManager_ConvertStringToOSCAddress::String' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_ConvertStringToOSCAddress, ReturnValue) == 0x000010, "Member 'OSCManager_ConvertStringToOSCAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_CreateOSCClient \ +static_assert(alignof(OSCManager_CreateOSCClient) == 0x000008, "Wrong alignment on OSCManager_CreateOSCClient"); \ +static_assert(sizeof(OSCManager_CreateOSCClient) == 0x000038, "Wrong size on OSCManager_CreateOSCClient"); \ +static_assert(offsetof(OSCManager_CreateOSCClient, SendIPAddress) == 0x000000, "Member 'OSCManager_CreateOSCClient::SendIPAddress' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCClient, Port) == 0x000010, "Member 'OSCManager_CreateOSCClient::Port' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCClient, ClientName) == 0x000018, "Member 'OSCManager_CreateOSCClient::ClientName' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCClient, Outer_0) == 0x000028, "Member 'OSCManager_CreateOSCClient::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCClient, ReturnValue) == 0x000030, "Member 'OSCManager_CreateOSCClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_CreateOSCServer \ +static_assert(alignof(OSCManager_CreateOSCServer) == 0x000008, "Wrong alignment on OSCManager_CreateOSCServer"); \ +static_assert(sizeof(OSCManager_CreateOSCServer) == 0x000038, "Wrong size on OSCManager_CreateOSCServer"); \ +static_assert(offsetof(OSCManager_CreateOSCServer, ReceiveIPAddress) == 0x000000, "Member 'OSCManager_CreateOSCServer::ReceiveIPAddress' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCServer, Port) == 0x000010, "Member 'OSCManager_CreateOSCServer::Port' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCServer, bMulticastLoopback) == 0x000014, "Member 'OSCManager_CreateOSCServer::bMulticastLoopback' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCServer, bStartListening) == 0x000015, "Member 'OSCManager_CreateOSCServer::bStartListening' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCServer, ServerName) == 0x000018, "Member 'OSCManager_CreateOSCServer::ServerName' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCServer, Outer_0) == 0x000028, "Member 'OSCManager_CreateOSCServer::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_CreateOSCServer, ReturnValue) == 0x000030, "Member 'OSCManager_CreateOSCServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_FindObjectAtOSCAddress \ +static_assert(alignof(OSCManager_FindObjectAtOSCAddress) == 0x000008, "Wrong alignment on OSCManager_FindObjectAtOSCAddress"); \ +static_assert(sizeof(OSCManager_FindObjectAtOSCAddress) == 0x000030, "Wrong size on OSCManager_FindObjectAtOSCAddress"); \ +static_assert(offsetof(OSCManager_FindObjectAtOSCAddress, Address) == 0x000000, "Member 'OSCManager_FindObjectAtOSCAddress::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_FindObjectAtOSCAddress, ReturnValue) == 0x000028, "Member 'OSCManager_FindObjectAtOSCAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetAddress \ +static_assert(alignof(OSCManager_GetAddress) == 0x000008, "Wrong alignment on OSCManager_GetAddress"); \ +static_assert(sizeof(OSCManager_GetAddress) == 0x000048, "Wrong size on OSCManager_GetAddress"); \ +static_assert(offsetof(OSCManager_GetAddress, Message) == 0x000000, "Member 'OSCManager_GetAddress::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAddress, Index_0) == 0x000010, "Member 'OSCManager_GetAddress::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAddress, Value) == 0x000018, "Member 'OSCManager_GetAddress::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAddress, ReturnValue) == 0x000040, "Member 'OSCManager_GetAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetAllAddresses \ +static_assert(alignof(OSCManager_GetAllAddresses) == 0x000008, "Wrong alignment on OSCManager_GetAllAddresses"); \ +static_assert(sizeof(OSCManager_GetAllAddresses) == 0x000020, "Wrong size on OSCManager_GetAllAddresses"); \ +static_assert(offsetof(OSCManager_GetAllAddresses, Message) == 0x000000, "Member 'OSCManager_GetAllAddresses::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAllAddresses, Values) == 0x000010, "Member 'OSCManager_GetAllAddresses::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetAllBools \ +static_assert(alignof(OSCManager_GetAllBools) == 0x000008, "Wrong alignment on OSCManager_GetAllBools"); \ +static_assert(sizeof(OSCManager_GetAllBools) == 0x000020, "Wrong size on OSCManager_GetAllBools"); \ +static_assert(offsetof(OSCManager_GetAllBools, Message) == 0x000000, "Member 'OSCManager_GetAllBools::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAllBools, Values) == 0x000010, "Member 'OSCManager_GetAllBools::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetAllFloats \ +static_assert(alignof(OSCManager_GetAllFloats) == 0x000008, "Wrong alignment on OSCManager_GetAllFloats"); \ +static_assert(sizeof(OSCManager_GetAllFloats) == 0x000020, "Wrong size on OSCManager_GetAllFloats"); \ +static_assert(offsetof(OSCManager_GetAllFloats, Message) == 0x000000, "Member 'OSCManager_GetAllFloats::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAllFloats, Values) == 0x000010, "Member 'OSCManager_GetAllFloats::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetAllInt32s \ +static_assert(alignof(OSCManager_GetAllInt32s) == 0x000008, "Wrong alignment on OSCManager_GetAllInt32s"); \ +static_assert(sizeof(OSCManager_GetAllInt32s) == 0x000020, "Wrong size on OSCManager_GetAllInt32s"); \ +static_assert(offsetof(OSCManager_GetAllInt32s, Message) == 0x000000, "Member 'OSCManager_GetAllInt32s::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAllInt32s, Values) == 0x000010, "Member 'OSCManager_GetAllInt32s::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetAllInt64s \ +static_assert(alignof(OSCManager_GetAllInt64s) == 0x000008, "Wrong alignment on OSCManager_GetAllInt64s"); \ +static_assert(sizeof(OSCManager_GetAllInt64s) == 0x000020, "Wrong size on OSCManager_GetAllInt64s"); \ +static_assert(offsetof(OSCManager_GetAllInt64s, Message) == 0x000000, "Member 'OSCManager_GetAllInt64s::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAllInt64s, Values) == 0x000010, "Member 'OSCManager_GetAllInt64s::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetAllStrings \ +static_assert(alignof(OSCManager_GetAllStrings) == 0x000008, "Wrong alignment on OSCManager_GetAllStrings"); \ +static_assert(sizeof(OSCManager_GetAllStrings) == 0x000020, "Wrong size on OSCManager_GetAllStrings"); \ +static_assert(offsetof(OSCManager_GetAllStrings, Message) == 0x000000, "Member 'OSCManager_GetAllStrings::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetAllStrings, Values) == 0x000010, "Member 'OSCManager_GetAllStrings::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetBlob \ +static_assert(alignof(OSCManager_GetBlob) == 0x000008, "Wrong alignment on OSCManager_GetBlob"); \ +static_assert(sizeof(OSCManager_GetBlob) == 0x000030, "Wrong size on OSCManager_GetBlob"); \ +static_assert(offsetof(OSCManager_GetBlob, Message) == 0x000000, "Member 'OSCManager_GetBlob::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetBlob, Index_0) == 0x000010, "Member 'OSCManager_GetBlob::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetBlob, Value) == 0x000018, "Member 'OSCManager_GetBlob::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetBlob, ReturnValue) == 0x000028, "Member 'OSCManager_GetBlob::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetBool \ +static_assert(alignof(OSCManager_GetBool) == 0x000008, "Wrong alignment on OSCManager_GetBool"); \ +static_assert(sizeof(OSCManager_GetBool) == 0x000018, "Wrong size on OSCManager_GetBool"); \ +static_assert(offsetof(OSCManager_GetBool, Message) == 0x000000, "Member 'OSCManager_GetBool::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetBool, Index_0) == 0x000010, "Member 'OSCManager_GetBool::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetBool, Value) == 0x000014, "Member 'OSCManager_GetBool::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetBool, ReturnValue) == 0x000015, "Member 'OSCManager_GetBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetBundlesFromBundle \ +static_assert(alignof(OSCManager_GetBundlesFromBundle) == 0x000008, "Wrong alignment on OSCManager_GetBundlesFromBundle"); \ +static_assert(sizeof(OSCManager_GetBundlesFromBundle) == 0x000020, "Wrong size on OSCManager_GetBundlesFromBundle"); \ +static_assert(offsetof(OSCManager_GetBundlesFromBundle, Bundle) == 0x000000, "Member 'OSCManager_GetBundlesFromBundle::Bundle' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetBundlesFromBundle, ReturnValue) == 0x000010, "Member 'OSCManager_GetBundlesFromBundle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetFloat \ +static_assert(alignof(OSCManager_GetFloat) == 0x000008, "Wrong alignment on OSCManager_GetFloat"); \ +static_assert(sizeof(OSCManager_GetFloat) == 0x000020, "Wrong size on OSCManager_GetFloat"); \ +static_assert(offsetof(OSCManager_GetFloat, Message) == 0x000000, "Member 'OSCManager_GetFloat::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetFloat, Index_0) == 0x000010, "Member 'OSCManager_GetFloat::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetFloat, Value) == 0x000014, "Member 'OSCManager_GetFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetFloat, ReturnValue) == 0x000018, "Member 'OSCManager_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetInt32 \ +static_assert(alignof(OSCManager_GetInt32) == 0x000008, "Wrong alignment on OSCManager_GetInt32"); \ +static_assert(sizeof(OSCManager_GetInt32) == 0x000020, "Wrong size on OSCManager_GetInt32"); \ +static_assert(offsetof(OSCManager_GetInt32, Message) == 0x000000, "Member 'OSCManager_GetInt32::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetInt32, Index_0) == 0x000010, "Member 'OSCManager_GetInt32::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetInt32, Value) == 0x000014, "Member 'OSCManager_GetInt32::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetInt32, ReturnValue) == 0x000018, "Member 'OSCManager_GetInt32::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetInt64 \ +static_assert(alignof(OSCManager_GetInt64) == 0x000008, "Wrong alignment on OSCManager_GetInt64"); \ +static_assert(sizeof(OSCManager_GetInt64) == 0x000028, "Wrong size on OSCManager_GetInt64"); \ +static_assert(offsetof(OSCManager_GetInt64, Message) == 0x000000, "Member 'OSCManager_GetInt64::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetInt64, Index_0) == 0x000010, "Member 'OSCManager_GetInt64::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetInt64, Value) == 0x000018, "Member 'OSCManager_GetInt64::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetInt64, ReturnValue) == 0x000020, "Member 'OSCManager_GetInt64::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetMessageFromBundle \ +static_assert(alignof(OSCManager_GetMessageFromBundle) == 0x000008, "Wrong alignment on OSCManager_GetMessageFromBundle"); \ +static_assert(sizeof(OSCManager_GetMessageFromBundle) == 0x000028, "Wrong size on OSCManager_GetMessageFromBundle"); \ +static_assert(offsetof(OSCManager_GetMessageFromBundle, Bundle) == 0x000000, "Member 'OSCManager_GetMessageFromBundle::Bundle' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetMessageFromBundle, Index_0) == 0x000010, "Member 'OSCManager_GetMessageFromBundle::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetMessageFromBundle, bSucceeded) == 0x000014, "Member 'OSCManager_GetMessageFromBundle::bSucceeded' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetMessageFromBundle, ReturnValue) == 0x000018, "Member 'OSCManager_GetMessageFromBundle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetMessagesFromBundle \ +static_assert(alignof(OSCManager_GetMessagesFromBundle) == 0x000008, "Wrong alignment on OSCManager_GetMessagesFromBundle"); \ +static_assert(sizeof(OSCManager_GetMessagesFromBundle) == 0x000020, "Wrong size on OSCManager_GetMessagesFromBundle"); \ +static_assert(offsetof(OSCManager_GetMessagesFromBundle, Bundle) == 0x000000, "Member 'OSCManager_GetMessagesFromBundle::Bundle' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetMessagesFromBundle, ReturnValue) == 0x000010, "Member 'OSCManager_GetMessagesFromBundle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetOSCAddressContainer \ +static_assert(alignof(OSCManager_GetOSCAddressContainer) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressContainer"); \ +static_assert(sizeof(OSCManager_GetOSCAddressContainer) == 0x000040, "Wrong size on OSCManager_GetOSCAddressContainer"); \ +static_assert(offsetof(OSCManager_GetOSCAddressContainer, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressContainer::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetOSCAddressContainer, Index_0) == 0x000028, "Member 'OSCManager_GetOSCAddressContainer::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetOSCAddressContainer, ReturnValue) == 0x000030, "Member 'OSCManager_GetOSCAddressContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetOSCAddressContainerPath \ +static_assert(alignof(OSCManager_GetOSCAddressContainerPath) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressContainerPath"); \ +static_assert(sizeof(OSCManager_GetOSCAddressContainerPath) == 0x000038, "Wrong size on OSCManager_GetOSCAddressContainerPath"); \ +static_assert(offsetof(OSCManager_GetOSCAddressContainerPath, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressContainerPath::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetOSCAddressContainerPath, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressContainerPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetOSCAddressContainers \ +static_assert(alignof(OSCManager_GetOSCAddressContainers) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressContainers"); \ +static_assert(sizeof(OSCManager_GetOSCAddressContainers) == 0x000038, "Wrong size on OSCManager_GetOSCAddressContainers"); \ +static_assert(offsetof(OSCManager_GetOSCAddressContainers, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressContainers::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetOSCAddressContainers, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressContainers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetOSCAddressFullPath \ +static_assert(alignof(OSCManager_GetOSCAddressFullPath) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressFullPath"); \ +static_assert(sizeof(OSCManager_GetOSCAddressFullPath) == 0x000038, "Wrong size on OSCManager_GetOSCAddressFullPath"); \ +static_assert(offsetof(OSCManager_GetOSCAddressFullPath, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressFullPath::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetOSCAddressFullPath, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressFullPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetOSCAddressMethod \ +static_assert(alignof(OSCManager_GetOSCAddressMethod) == 0x000008, "Wrong alignment on OSCManager_GetOSCAddressMethod"); \ +static_assert(sizeof(OSCManager_GetOSCAddressMethod) == 0x000038, "Wrong size on OSCManager_GetOSCAddressMethod"); \ +static_assert(offsetof(OSCManager_GetOSCAddressMethod, Address) == 0x000000, "Member 'OSCManager_GetOSCAddressMethod::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetOSCAddressMethod, ReturnValue) == 0x000028, "Member 'OSCManager_GetOSCAddressMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetOSCMessageAddress \ +static_assert(alignof(OSCManager_GetOSCMessageAddress) == 0x000008, "Wrong alignment on OSCManager_GetOSCMessageAddress"); \ +static_assert(sizeof(OSCManager_GetOSCMessageAddress) == 0x000038, "Wrong size on OSCManager_GetOSCMessageAddress"); \ +static_assert(offsetof(OSCManager_GetOSCMessageAddress, Message) == 0x000000, "Member 'OSCManager_GetOSCMessageAddress::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetOSCMessageAddress, ReturnValue) == 0x000010, "Member 'OSCManager_GetOSCMessageAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_GetString \ +static_assert(alignof(OSCManager_GetString) == 0x000008, "Wrong alignment on OSCManager_GetString"); \ +static_assert(sizeof(OSCManager_GetString) == 0x000030, "Wrong size on OSCManager_GetString"); \ +static_assert(offsetof(OSCManager_GetString, Message) == 0x000000, "Member 'OSCManager_GetString::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetString, Index_0) == 0x000010, "Member 'OSCManager_GetString::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetString, Value) == 0x000018, "Member 'OSCManager_GetString::Value' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_GetString, ReturnValue) == 0x000028, "Member 'OSCManager_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_ObjectPathFromOSCAddress \ +static_assert(alignof(OSCManager_ObjectPathFromOSCAddress) == 0x000008, "Wrong alignment on OSCManager_ObjectPathFromOSCAddress"); \ +static_assert(sizeof(OSCManager_ObjectPathFromOSCAddress) == 0x000038, "Wrong size on OSCManager_ObjectPathFromOSCAddress"); \ +static_assert(offsetof(OSCManager_ObjectPathFromOSCAddress, Address) == 0x000000, "Member 'OSCManager_ObjectPathFromOSCAddress::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_ObjectPathFromOSCAddress, ReturnValue) == 0x000028, "Member 'OSCManager_ObjectPathFromOSCAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressFromObjectPath \ +static_assert(alignof(OSCManager_OSCAddressFromObjectPath) == 0x000008, "Wrong alignment on OSCManager_OSCAddressFromObjectPath"); \ +static_assert(sizeof(OSCManager_OSCAddressFromObjectPath) == 0x000030, "Wrong size on OSCManager_OSCAddressFromObjectPath"); \ +static_assert(offsetof(OSCManager_OSCAddressFromObjectPath, Object) == 0x000000, "Member 'OSCManager_OSCAddressFromObjectPath::Object' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressFromObjectPath, ReturnValue) == 0x000008, "Member 'OSCManager_OSCAddressFromObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressFromObjectPathString \ +static_assert(alignof(OSCManager_OSCAddressFromObjectPathString) == 0x000008, "Wrong alignment on OSCManager_OSCAddressFromObjectPathString"); \ +static_assert(sizeof(OSCManager_OSCAddressFromObjectPathString) == 0x000038, "Wrong size on OSCManager_OSCAddressFromObjectPathString"); \ +static_assert(offsetof(OSCManager_OSCAddressFromObjectPathString, PathName) == 0x000000, "Member 'OSCManager_OSCAddressFromObjectPathString::PathName' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressFromObjectPathString, ReturnValue) == 0x000010, "Member 'OSCManager_OSCAddressFromObjectPathString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressIsValidPath \ +static_assert(alignof(OSCManager_OSCAddressIsValidPath) == 0x000008, "Wrong alignment on OSCManager_OSCAddressIsValidPath"); \ +static_assert(sizeof(OSCManager_OSCAddressIsValidPath) == 0x000030, "Wrong size on OSCManager_OSCAddressIsValidPath"); \ +static_assert(offsetof(OSCManager_OSCAddressIsValidPath, Address) == 0x000000, "Member 'OSCManager_OSCAddressIsValidPath::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressIsValidPath, ReturnValue) == 0x000028, "Member 'OSCManager_OSCAddressIsValidPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressIsValidPattern \ +static_assert(alignof(OSCManager_OSCAddressIsValidPattern) == 0x000008, "Wrong alignment on OSCManager_OSCAddressIsValidPattern"); \ +static_assert(sizeof(OSCManager_OSCAddressIsValidPattern) == 0x000030, "Wrong size on OSCManager_OSCAddressIsValidPattern"); \ +static_assert(offsetof(OSCManager_OSCAddressIsValidPattern, Address) == 0x000000, "Member 'OSCManager_OSCAddressIsValidPattern::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressIsValidPattern, ReturnValue) == 0x000028, "Member 'OSCManager_OSCAddressIsValidPattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressPathMatchesPattern \ +static_assert(alignof(OSCManager_OSCAddressPathMatchesPattern) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPathMatchesPattern"); \ +static_assert(sizeof(OSCManager_OSCAddressPathMatchesPattern) == 0x000058, "Wrong size on OSCManager_OSCAddressPathMatchesPattern"); \ +static_assert(offsetof(OSCManager_OSCAddressPathMatchesPattern, Pattern) == 0x000000, "Member 'OSCManager_OSCAddressPathMatchesPattern::Pattern' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPathMatchesPattern, Path) == 0x000028, "Member 'OSCManager_OSCAddressPathMatchesPattern::Path' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPathMatchesPattern, ReturnValue) == 0x000050, "Member 'OSCManager_OSCAddressPathMatchesPattern::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressPopContainer \ +static_assert(alignof(OSCManager_OSCAddressPopContainer) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPopContainer"); \ +static_assert(sizeof(OSCManager_OSCAddressPopContainer) == 0x000038, "Wrong size on OSCManager_OSCAddressPopContainer"); \ +static_assert(offsetof(OSCManager_OSCAddressPopContainer, Address) == 0x000000, "Member 'OSCManager_OSCAddressPopContainer::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPopContainer, ReturnValue) == 0x000028, "Member 'OSCManager_OSCAddressPopContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressPopContainers \ +static_assert(alignof(OSCManager_OSCAddressPopContainers) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPopContainers"); \ +static_assert(sizeof(OSCManager_OSCAddressPopContainers) == 0x000040, "Wrong size on OSCManager_OSCAddressPopContainers"); \ +static_assert(offsetof(OSCManager_OSCAddressPopContainers, Address) == 0x000000, "Member 'OSCManager_OSCAddressPopContainers::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPopContainers, NumContainers) == 0x000028, "Member 'OSCManager_OSCAddressPopContainers::NumContainers' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPopContainers, ReturnValue) == 0x000030, "Member 'OSCManager_OSCAddressPopContainers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressPushContainer \ +static_assert(alignof(OSCManager_OSCAddressPushContainer) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPushContainer"); \ +static_assert(sizeof(OSCManager_OSCAddressPushContainer) == 0x000060, "Wrong size on OSCManager_OSCAddressPushContainer"); \ +static_assert(offsetof(OSCManager_OSCAddressPushContainer, Address) == 0x000000, "Member 'OSCManager_OSCAddressPushContainer::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPushContainer, Container) == 0x000028, "Member 'OSCManager_OSCAddressPushContainer::Container' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPushContainer, ReturnValue) == 0x000038, "Member 'OSCManager_OSCAddressPushContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressPushContainers \ +static_assert(alignof(OSCManager_OSCAddressPushContainers) == 0x000008, "Wrong alignment on OSCManager_OSCAddressPushContainers"); \ +static_assert(sizeof(OSCManager_OSCAddressPushContainers) == 0x000060, "Wrong size on OSCManager_OSCAddressPushContainers"); \ +static_assert(offsetof(OSCManager_OSCAddressPushContainers, Address) == 0x000000, "Member 'OSCManager_OSCAddressPushContainers::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPushContainers, Containers) == 0x000028, "Member 'OSCManager_OSCAddressPushContainers::Containers' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressPushContainers, ReturnValue) == 0x000038, "Member 'OSCManager_OSCAddressPushContainers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_OSCAddressRemoveContainers \ +static_assert(alignof(OSCManager_OSCAddressRemoveContainers) == 0x000008, "Wrong alignment on OSCManager_OSCAddressRemoveContainers"); \ +static_assert(sizeof(OSCManager_OSCAddressRemoveContainers) == 0x000058, "Wrong size on OSCManager_OSCAddressRemoveContainers"); \ +static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, Address) == 0x000000, "Member 'OSCManager_OSCAddressRemoveContainers::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, Index_0) == 0x000028, "Member 'OSCManager_OSCAddressRemoveContainers::Index_0' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, Count) == 0x00002C, "Member 'OSCManager_OSCAddressRemoveContainers::Count' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_OSCAddressRemoveContainers, ReturnValue) == 0x000030, "Member 'OSCManager_OSCAddressRemoveContainers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_SetOSCAddressMethod \ +static_assert(alignof(OSCManager_SetOSCAddressMethod) == 0x000008, "Wrong alignment on OSCManager_SetOSCAddressMethod"); \ +static_assert(sizeof(OSCManager_SetOSCAddressMethod) == 0x000060, "Wrong size on OSCManager_SetOSCAddressMethod"); \ +static_assert(offsetof(OSCManager_SetOSCAddressMethod, Address) == 0x000000, "Member 'OSCManager_SetOSCAddressMethod::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_SetOSCAddressMethod, Method) == 0x000028, "Member 'OSCManager_SetOSCAddressMethod::Method' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_SetOSCAddressMethod, ReturnValue) == 0x000038, "Member 'OSCManager_SetOSCAddressMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCManager_SetOSCMessageAddress \ +static_assert(alignof(OSCManager_SetOSCMessageAddress) == 0x000008, "Wrong alignment on OSCManager_SetOSCMessageAddress"); \ +static_assert(sizeof(OSCManager_SetOSCMessageAddress) == 0x000048, "Wrong size on OSCManager_SetOSCMessageAddress"); \ +static_assert(offsetof(OSCManager_SetOSCMessageAddress, Message) == 0x000000, "Member 'OSCManager_SetOSCMessageAddress::Message' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_SetOSCMessageAddress, Address) == 0x000010, "Member 'OSCManager_SetOSCMessageAddress::Address' has a wrong offset!"); \ +static_assert(offsetof(OSCManager_SetOSCMessageAddress, ReturnValue) == 0x000038, "Member 'OSCManager_SetOSCMessageAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOSCManager \ +static_assert(alignof(UOSCManager) == 0x000008, "Wrong alignment on UOSCManager"); \ +static_assert(sizeof(UOSCManager) == 0x000028, "Wrong size on UOSCManager"); \ + +#define DUMPER7_ASSERTS_OSCServer_AddAllowlistedClient \ +static_assert(alignof(OSCServer_AddAllowlistedClient) == 0x000008, "Wrong alignment on OSCServer_AddAllowlistedClient"); \ +static_assert(sizeof(OSCServer_AddAllowlistedClient) == 0x000010, "Wrong size on OSCServer_AddAllowlistedClient"); \ +static_assert(offsetof(OSCServer_AddAllowlistedClient, IPAddress) == 0x000000, "Member 'OSCServer_AddAllowlistedClient::IPAddress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_BindEventToOnOSCAddressPatternMatchesPath \ +static_assert(alignof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath) == 0x000008, "Wrong alignment on OSCServer_BindEventToOnOSCAddressPatternMatchesPath"); \ +static_assert(sizeof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath) == 0x000038, "Wrong size on OSCServer_BindEventToOnOSCAddressPatternMatchesPath"); \ +static_assert(offsetof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath, OSCAddressPattern) == 0x000000, "Member 'OSCServer_BindEventToOnOSCAddressPatternMatchesPath::OSCAddressPattern' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_BindEventToOnOSCAddressPatternMatchesPath, Event) == 0x000028, "Member 'OSCServer_BindEventToOnOSCAddressPatternMatchesPath::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_RemoveAllowlistedClient \ +static_assert(alignof(OSCServer_RemoveAllowlistedClient) == 0x000008, "Wrong alignment on OSCServer_RemoveAllowlistedClient"); \ +static_assert(sizeof(OSCServer_RemoveAllowlistedClient) == 0x000010, "Wrong size on OSCServer_RemoveAllowlistedClient"); \ +static_assert(offsetof(OSCServer_RemoveAllowlistedClient, IPAddress) == 0x000000, "Member 'OSCServer_RemoveAllowlistedClient::IPAddress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_SetAddress \ +static_assert(alignof(OSCServer_SetAddress) == 0x000008, "Wrong alignment on OSCServer_SetAddress"); \ +static_assert(sizeof(OSCServer_SetAddress) == 0x000018, "Wrong size on OSCServer_SetAddress"); \ +static_assert(offsetof(OSCServer_SetAddress, ReceiveIPAddress) == 0x000000, "Member 'OSCServer_SetAddress::ReceiveIPAddress' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_SetAddress, Port) == 0x000010, "Member 'OSCServer_SetAddress::Port' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_SetAddress, ReturnValue) == 0x000014, "Member 'OSCServer_SetAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_SetAllowlistClientsEnabled \ +static_assert(alignof(OSCServer_SetAllowlistClientsEnabled) == 0x000001, "Wrong alignment on OSCServer_SetAllowlistClientsEnabled"); \ +static_assert(sizeof(OSCServer_SetAllowlistClientsEnabled) == 0x000001, "Wrong size on OSCServer_SetAllowlistClientsEnabled"); \ +static_assert(offsetof(OSCServer_SetAllowlistClientsEnabled, bEnabled) == 0x000000, "Member 'OSCServer_SetAllowlistClientsEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_SetMulticastLoopback \ +static_assert(alignof(OSCServer_SetMulticastLoopback) == 0x000001, "Wrong alignment on OSCServer_SetMulticastLoopback"); \ +static_assert(sizeof(OSCServer_SetMulticastLoopback) == 0x000001, "Wrong size on OSCServer_SetMulticastLoopback"); \ +static_assert(offsetof(OSCServer_SetMulticastLoopback, bMulticastLoopback) == 0x000000, "Member 'OSCServer_SetMulticastLoopback::bMulticastLoopback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath \ +static_assert(alignof(OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath) == 0x000008, "Wrong alignment on OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath"); \ +static_assert(sizeof(OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath) == 0x000028, "Wrong size on OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath"); \ +static_assert(offsetof(OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath, OSCAddressPattern) == 0x000000, "Member 'OSCServer_UnbindAllEventsFromOnOSCAddressPatternMatchesPath::OSCAddressPattern' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath \ +static_assert(alignof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath) == 0x000008, "Wrong alignment on OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath"); \ +static_assert(sizeof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath) == 0x000038, "Wrong size on OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath"); \ +static_assert(offsetof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath, OSCAddressPattern) == 0x000000, "Member 'OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath::OSCAddressPattern' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath, Event) == 0x000028, "Member 'OSCServer_UnbindEventFromOnOSCAddressPatternMatchesPath::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_GetAllowlistedClients \ +static_assert(alignof(OSCServer_GetAllowlistedClients) == 0x000008, "Wrong alignment on OSCServer_GetAllowlistedClients"); \ +static_assert(sizeof(OSCServer_GetAllowlistedClients) == 0x000050, "Wrong size on OSCServer_GetAllowlistedClients"); \ +static_assert(offsetof(OSCServer_GetAllowlistedClients, ReturnValue) == 0x000000, "Member 'OSCServer_GetAllowlistedClients::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_GetBoundOSCAddressPatterns \ +static_assert(alignof(OSCServer_GetBoundOSCAddressPatterns) == 0x000008, "Wrong alignment on OSCServer_GetBoundOSCAddressPatterns"); \ +static_assert(sizeof(OSCServer_GetBoundOSCAddressPatterns) == 0x000010, "Wrong size on OSCServer_GetBoundOSCAddressPatterns"); \ +static_assert(offsetof(OSCServer_GetBoundOSCAddressPatterns, ReturnValue) == 0x000000, "Member 'OSCServer_GetBoundOSCAddressPatterns::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_GetIpAddress \ +static_assert(alignof(OSCServer_GetIpAddress) == 0x000008, "Wrong alignment on OSCServer_GetIpAddress"); \ +static_assert(sizeof(OSCServer_GetIpAddress) == 0x000018, "Wrong size on OSCServer_GetIpAddress"); \ +static_assert(offsetof(OSCServer_GetIpAddress, bIncludePort) == 0x000000, "Member 'OSCServer_GetIpAddress::bIncludePort' has a wrong offset!"); \ +static_assert(offsetof(OSCServer_GetIpAddress, ReturnValue) == 0x000008, "Member 'OSCServer_GetIpAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_GetMulticastLoopback \ +static_assert(alignof(OSCServer_GetMulticastLoopback) == 0x000001, "Wrong alignment on OSCServer_GetMulticastLoopback"); \ +static_assert(sizeof(OSCServer_GetMulticastLoopback) == 0x000001, "Wrong size on OSCServer_GetMulticastLoopback"); \ +static_assert(offsetof(OSCServer_GetMulticastLoopback, ReturnValue) == 0x000000, "Member 'OSCServer_GetMulticastLoopback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_GetPort \ +static_assert(alignof(OSCServer_GetPort) == 0x000004, "Wrong alignment on OSCServer_GetPort"); \ +static_assert(sizeof(OSCServer_GetPort) == 0x000004, "Wrong size on OSCServer_GetPort"); \ +static_assert(offsetof(OSCServer_GetPort, ReturnValue) == 0x000000, "Member 'OSCServer_GetPort::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OSCServer_IsActive \ +static_assert(alignof(OSCServer_IsActive) == 0x000001, "Wrong alignment on OSCServer_IsActive"); \ +static_assert(sizeof(OSCServer_IsActive) == 0x000001, "Wrong size on OSCServer_IsActive"); \ +static_assert(offsetof(OSCServer_IsActive, ReturnValue) == 0x000000, "Member 'OSCServer_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOSCServer \ +static_assert(alignof(UOSCServer) == 0x000010, "Wrong alignment on UOSCServer"); \ +static_assert(sizeof(UOSCServer) == 0x0000E0, "Wrong size on UOSCServer"); \ +static_assert(offsetof(UOSCServer, OnOscMessageReceived) == 0x000028, "Member 'UOSCServer::OnOscMessageReceived' has a wrong offset!"); \ +static_assert(offsetof(UOSCServer, OnOscBundleReceived) == 0x000050, "Member 'UOSCServer::OnOscBundleReceived' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorPropertyAssetMapping \ +static_assert(alignof(FPrefabricatorPropertyAssetMapping) == 0x000008, "Wrong alignment on FPrefabricatorPropertyAssetMapping"); \ +static_assert(sizeof(FPrefabricatorPropertyAssetMapping) == 0x000038, "Wrong size on FPrefabricatorPropertyAssetMapping"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, AssetReference) == 0x000000, "Member 'FPrefabricatorPropertyAssetMapping::AssetReference' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, AssetClassName) == 0x000018, "Member 'FPrefabricatorPropertyAssetMapping::AssetClassName' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, AssetObjectPath) == 0x000028, "Member 'FPrefabricatorPropertyAssetMapping::AssetObjectPath' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorPropertyAssetMapping, bUseQuotes) == 0x000030, "Member 'FPrefabricatorPropertyAssetMapping::bUseQuotes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorComponentData \ +static_assert(alignof(FPrefabricatorComponentData) == 0x000010, "Wrong alignment on FPrefabricatorComponentData"); \ +static_assert(sizeof(FPrefabricatorComponentData) == 0x000080, "Wrong size on FPrefabricatorComponentData"); \ +static_assert(offsetof(FPrefabricatorComponentData, RelativeTransform) == 0x000000, "Member 'FPrefabricatorComponentData::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorComponentData, ComponentName) == 0x000060, "Member 'FPrefabricatorComponentData::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorComponentData, Properties) == 0x000070, "Member 'FPrefabricatorComponentData::Properties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorActorData \ +static_assert(alignof(FPrefabricatorActorData) == 0x000010, "Wrong alignment on FPrefabricatorActorData"); \ +static_assert(sizeof(FPrefabricatorActorData) == 0x0000F0, "Wrong size on FPrefabricatorActorData"); \ +static_assert(offsetof(FPrefabricatorActorData, PrefabItemID) == 0x000000, "Member 'FPrefabricatorActorData::PrefabItemID' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, PrefabParentItemID) == 0x000010, "Member 'FPrefabricatorActorData::PrefabParentItemID' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, PrefabParentComponentName) == 0x000020, "Member 'FPrefabricatorActorData::PrefabParentComponentName' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, PrefabParentSocketName) == 0x000030, "Member 'FPrefabricatorActorData::PrefabParentSocketName' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, RelativeTransform) == 0x000040, "Member 'FPrefabricatorActorData::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, ClassPath) == 0x0000A0, "Member 'FPrefabricatorActorData::ClassPath' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, ClassPathRef) == 0x0000B0, "Member 'FPrefabricatorActorData::ClassPathRef' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, Properties) == 0x0000C8, "Member 'FPrefabricatorActorData::Properties' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorActorData, Components) == 0x0000D8, "Member 'FPrefabricatorActorData::Components' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPrefabricatorAssetCollectionItem \ +static_assert(alignof(FPrefabricatorAssetCollectionItem) == 0x000008, "Wrong alignment on FPrefabricatorAssetCollectionItem"); \ +static_assert(sizeof(FPrefabricatorAssetCollectionItem) == 0x000030, "Wrong size on FPrefabricatorAssetCollectionItem"); \ +static_assert(offsetof(FPrefabricatorAssetCollectionItem, PrefabAsset) == 0x000000, "Member 'FPrefabricatorAssetCollectionItem::PrefabAsset' has a wrong offset!"); \ +static_assert(offsetof(FPrefabricatorAssetCollectionItem, Weight) == 0x000028, "Member 'FPrefabricatorAssetCollectionItem::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabActor_GetPrefabAsset \ +static_assert(alignof(PrefabActor_GetPrefabAsset) == 0x000008, "Wrong alignment on PrefabActor_GetPrefabAsset"); \ +static_assert(sizeof(PrefabActor_GetPrefabAsset) == 0x000008, "Wrong size on PrefabActor_GetPrefabAsset"); \ +static_assert(offsetof(PrefabActor_GetPrefabAsset, ReturnValue) == 0x000000, "Member 'PrefabActor_GetPrefabAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabActor_IsPrefabOutdated \ +static_assert(alignof(PrefabActor_IsPrefabOutdated) == 0x000001, "Wrong alignment on PrefabActor_IsPrefabOutdated"); \ +static_assert(sizeof(PrefabActor_IsPrefabOutdated) == 0x000001, "Wrong size on PrefabActor_IsPrefabOutdated"); \ +static_assert(offsetof(PrefabActor_IsPrefabOutdated, ReturnValue) == 0x000000, "Member 'PrefabActor_IsPrefabOutdated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabActor_RandomizeSeed \ +static_assert(alignof(PrefabActor_RandomizeSeed) == 0x000004, "Wrong alignment on PrefabActor_RandomizeSeed"); \ +static_assert(sizeof(PrefabActor_RandomizeSeed) == 0x00000C, "Wrong size on PrefabActor_RandomizeSeed"); \ +static_assert(offsetof(PrefabActor_RandomizeSeed, InRandom) == 0x000000, "Member 'PrefabActor_RandomizeSeed::InRandom' has a wrong offset!"); \ +static_assert(offsetof(PrefabActor_RandomizeSeed, bRecursive) == 0x000008, "Member 'PrefabActor_RandomizeSeed::bRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabActor \ +static_assert(alignof(APrefabActor) == 0x000008, "Wrong alignment on APrefabActor"); \ +static_assert(sizeof(APrefabActor) == 0x0002A8, "Wrong size on APrefabActor"); \ +static_assert(offsetof(APrefabActor, PrefabComponent) == 0x000288, "Member 'APrefabActor::PrefabComponent' has a wrong offset!"); \ +static_assert(offsetof(APrefabActor, LastUpdateID) == 0x000290, "Member 'APrefabActor::LastUpdateID' has a wrong offset!"); \ +static_assert(offsetof(APrefabActor, Seed) == 0x0002A0, "Member 'APrefabActor::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReplicablePrefabActor \ +static_assert(alignof(AReplicablePrefabActor) == 0x000008, "Wrong alignment on AReplicablePrefabActor"); \ +static_assert(sizeof(AReplicablePrefabActor) == 0x0002A8, "Wrong size on AReplicablePrefabActor"); \ + +#define DUMPER7_ASSERTS_UPrefabComponent \ +static_assert(alignof(UPrefabComponent) == 0x000010, "Wrong alignment on UPrefabComponent"); \ +static_assert(sizeof(UPrefabComponent) == 0x0002F0, "Wrong size on UPrefabComponent"); \ +static_assert(offsetof(UPrefabComponent, PrefabAssetInterface) == 0x0002C0, "Member 'UPrefabComponent::PrefabAssetInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabDebugActor \ +static_assert(alignof(APrefabDebugActor) == 0x000008, "Wrong alignment on APrefabDebugActor"); \ +static_assert(sizeof(APrefabDebugActor) == 0x0002A0, "Wrong size on APrefabDebugActor"); \ +static_assert(offsetof(APrefabDebugActor, Actor) == 0x000288, "Member 'APrefabDebugActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(APrefabDebugActor, ActorData) == 0x000290, "Member 'APrefabDebugActor::ActorData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabRandomizer_Randomize \ +static_assert(alignof(PrefabRandomizer_Randomize) == 0x000004, "Wrong alignment on PrefabRandomizer_Randomize"); \ +static_assert(sizeof(PrefabRandomizer_Randomize) == 0x000004, "Wrong size on PrefabRandomizer_Randomize"); \ +static_assert(offsetof(PrefabRandomizer_Randomize, InSeed) == 0x000000, "Member 'PrefabRandomizer_Randomize::InSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabRandomizer \ +static_assert(alignof(APrefabRandomizer) == 0x000008, "Wrong alignment on APrefabRandomizer"); \ +static_assert(sizeof(APrefabRandomizer) == 0x0002D8, "Wrong size on APrefabRandomizer"); \ +static_assert(offsetof(APrefabRandomizer, bRandomizeOnBeginPlay) == 0x000288, "Member 'APrefabRandomizer::bRandomizeOnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, SeedOffset) == 0x00028C, "Member 'APrefabRandomizer::SeedOffset' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, MaxBuildTimePerFrame) == 0x000290, "Member 'APrefabRandomizer::MaxBuildTimePerFrame' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, OnRandomizationComplete) == 0x000298, "Member 'APrefabRandomizer::OnRandomizationComplete' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, bFastSyncBuild) == 0x0002A8, "Member 'APrefabRandomizer::bFastSyncBuild' has a wrong offset!"); \ +static_assert(offsetof(APrefabRandomizer, ActorsToRandomize) == 0x0002B0, "Member 'APrefabRandomizer::ActorsToRandomize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorProperty \ +static_assert(alignof(UPrefabricatorProperty) == 0x000008, "Wrong alignment on UPrefabricatorProperty"); \ +static_assert(sizeof(UPrefabricatorProperty) == 0x000110, "Wrong size on UPrefabricatorProperty"); \ +static_assert(offsetof(UPrefabricatorProperty, PropertyName) == 0x000028, "Member 'UPrefabricatorProperty::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, ExportedValue) == 0x000038, "Member 'UPrefabricatorProperty::ExportedValue' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, AssetSoftReferenceMappings) == 0x000048, "Member 'UPrefabricatorProperty::AssetSoftReferenceMappings' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, bIsCrossReferencedActor) == 0x000058, "Member 'UPrefabricatorProperty::bIsCrossReferencedActor' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, CrossReferencePrefabActorId) == 0x00005C, "Member 'UPrefabricatorProperty::CrossReferencePrefabActorId' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, StructCrossReferencePrefabActorIds) == 0x000070, "Member 'UPrefabricatorProperty::StructCrossReferencePrefabActorIds' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorProperty, ArrayCrossReferencePrefabActorIds) == 0x0000C0, "Member 'UPrefabricatorProperty::ArrayCrossReferencePrefabActorIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorEventListener_PostSpawn \ +static_assert(alignof(PrefabricatorEventListener_PostSpawn) == 0x000008, "Wrong alignment on PrefabricatorEventListener_PostSpawn"); \ +static_assert(sizeof(PrefabricatorEventListener_PostSpawn) == 0x000008, "Wrong size on PrefabricatorEventListener_PostSpawn"); \ +static_assert(offsetof(PrefabricatorEventListener_PostSpawn, Prefab) == 0x000000, "Member 'PrefabricatorEventListener_PostSpawn::Prefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorEventListener \ +static_assert(alignof(UPrefabricatorEventListener) == 0x000008, "Wrong alignment on UPrefabricatorEventListener"); \ +static_assert(sizeof(UPrefabricatorEventListener) == 0x000028, "Wrong size on UPrefabricatorEventListener"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAssetInterface \ +static_assert(alignof(UPrefabricatorAssetInterface) == 0x000008, "Wrong alignment on UPrefabricatorAssetInterface"); \ +static_assert(sizeof(UPrefabricatorAssetInterface) == 0x000038, "Wrong size on UPrefabricatorAssetInterface"); \ +static_assert(offsetof(UPrefabricatorAssetInterface, EventListener) == 0x000028, "Member 'UPrefabricatorAssetInterface::EventListener' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAssetInterface, bReplicates) == 0x000030, "Member 'UPrefabricatorAssetInterface::bReplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAsset \ +static_assert(alignof(UPrefabricatorAsset) == 0x000008, "Wrong alignment on UPrefabricatorAsset"); \ +static_assert(sizeof(UPrefabricatorAsset) == 0x000070, "Wrong size on UPrefabricatorAsset"); \ +static_assert(offsetof(UPrefabricatorAsset, ActorData) == 0x000038, "Member 'UPrefabricatorAsset::ActorData' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, PrefabMobility) == 0x000048, "Member 'UPrefabricatorAsset::PrefabMobility' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, LastUpdateID) == 0x00004C, "Member 'UPrefabricatorAsset::LastUpdateID' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, ThumbnailInfo) == 0x000060, "Member 'UPrefabricatorAsset::ThumbnailInfo' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAsset, Version) == 0x000068, "Member 'UPrefabricatorAsset::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAssetCollection \ +static_assert(alignof(UPrefabricatorAssetCollection) == 0x000008, "Wrong alignment on UPrefabricatorAssetCollection"); \ +static_assert(sizeof(UPrefabricatorAssetCollection) == 0x000050, "Wrong size on UPrefabricatorAssetCollection"); \ +static_assert(offsetof(UPrefabricatorAssetCollection, Prefabs) == 0x000038, "Member 'UPrefabricatorAssetCollection::Prefabs' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAssetCollection, Version) == 0x000048, "Member 'UPrefabricatorAssetCollection::Version' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorAssetUserData \ +static_assert(alignof(UPrefabricatorAssetUserData) == 0x000008, "Wrong alignment on UPrefabricatorAssetUserData"); \ +static_assert(sizeof(UPrefabricatorAssetUserData) == 0x000040, "Wrong size on UPrefabricatorAssetUserData"); \ +static_assert(offsetof(UPrefabricatorAssetUserData, PrefabActor) == 0x000028, "Member 'UPrefabricatorAssetUserData::PrefabActor' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorAssetUserData, ItemId) == 0x000030, "Member 'UPrefabricatorAssetUserData::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_FindTopMostPrefabActor \ +static_assert(alignof(PrefabricatorBlueprintLibrary_FindTopMostPrefabActor) == 0x000008, "Wrong alignment on PrefabricatorBlueprintLibrary_FindTopMostPrefabActor"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_FindTopMostPrefabActor) == 0x000010, "Wrong size on PrefabricatorBlueprintLibrary_FindTopMostPrefabActor"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_FindTopMostPrefabActor, InActor) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_FindTopMostPrefabActor::InActor' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_FindTopMostPrefabActor, ReturnValue) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_FindTopMostPrefabActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_GetAllAttachedActors \ +static_assert(alignof(PrefabricatorBlueprintLibrary_GetAllAttachedActors) == 0x000008, "Wrong alignment on PrefabricatorBlueprintLibrary_GetAllAttachedActors"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_GetAllAttachedActors) == 0x000018, "Wrong size on PrefabricatorBlueprintLibrary_GetAllAttachedActors"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_GetAllAttachedActors, Prefab) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_GetAllAttachedActors::Prefab' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_GetAllAttachedActors, AttachedActors) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_GetAllAttachedActors::AttachedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_RandomizePrefab \ +static_assert(alignof(PrefabricatorBlueprintLibrary_RandomizePrefab) == 0x000008, "Wrong alignment on PrefabricatorBlueprintLibrary_RandomizePrefab"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_RandomizePrefab) == 0x000010, "Wrong size on PrefabricatorBlueprintLibrary_RandomizePrefab"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_RandomizePrefab, PrefabActor) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_RandomizePrefab::PrefabActor' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_RandomizePrefab, InRandom) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_RandomizePrefab::InRandom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_SetPrefabAsset \ +static_assert(alignof(PrefabricatorBlueprintLibrary_SetPrefabAsset) == 0x000008, "Wrong alignment on PrefabricatorBlueprintLibrary_SetPrefabAsset"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_SetPrefabAsset) == 0x000018, "Wrong size on PrefabricatorBlueprintLibrary_SetPrefabAsset"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SetPrefabAsset, PrefabActor) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_SetPrefabAsset::PrefabActor' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SetPrefabAsset, Prefab) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_SetPrefabAsset::Prefab' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SetPrefabAsset, bReloadPrefab) == 0x000010, "Member 'PrefabricatorBlueprintLibrary_SetPrefabAsset::bReloadPrefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_SpawnPrefab \ +static_assert(alignof(PrefabricatorBlueprintLibrary_SpawnPrefab) == 0x000010, "Wrong alignment on PrefabricatorBlueprintLibrary_SpawnPrefab"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_SpawnPrefab) == 0x000080, "Wrong size on PrefabricatorBlueprintLibrary_SpawnPrefab"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, WorldContextObject) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, Prefab) == 0x000008, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::Prefab' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, Transform) == 0x000010, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::Transform' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, Seed) == 0x000070, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::Seed' has a wrong offset!"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_SpawnPrefab, ReturnValue) == 0x000078, "Member 'PrefabricatorBlueprintLibrary_SpawnPrefab::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PrefabricatorBlueprintLibrary_UnlinkPrefab \ +static_assert(alignof(PrefabricatorBlueprintLibrary_UnlinkPrefab) == 0x000008, "Wrong alignment on PrefabricatorBlueprintLibrary_UnlinkPrefab"); \ +static_assert(sizeof(PrefabricatorBlueprintLibrary_UnlinkPrefab) == 0x000008, "Wrong size on PrefabricatorBlueprintLibrary_UnlinkPrefab"); \ +static_assert(offsetof(PrefabricatorBlueprintLibrary_UnlinkPrefab, PrefabActor) == 0x000000, "Member 'PrefabricatorBlueprintLibrary_UnlinkPrefab::PrefabActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorBlueprintLibrary \ +static_assert(alignof(UPrefabricatorBlueprintLibrary) == 0x000008, "Wrong alignment on UPrefabricatorBlueprintLibrary"); \ +static_assert(sizeof(UPrefabricatorBlueprintLibrary) == 0x000028, "Wrong size on UPrefabricatorBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorSettings \ +static_assert(alignof(UPrefabricatorSettings) == 0x000008, "Wrong alignment on UPrefabricatorSettings"); \ +static_assert(sizeof(UPrefabricatorSettings) == 0x0000A0, "Wrong size on UPrefabricatorSettings"); \ +static_assert(offsetof(UPrefabricatorSettings, PivotPosition) == 0x000038, "Member 'UPrefabricatorSettings::PivotPosition' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, bAllowDynamicUpdate) == 0x000039, "Member 'UPrefabricatorSettings::bAllowDynamicUpdate' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, IgnoreBoundingBoxForObjects) == 0x000040, "Member 'UPrefabricatorSettings::IgnoreBoundingBoxForObjects' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, DefaultThumbnailPitch) == 0x000090, "Member 'UPrefabricatorSettings::DefaultThumbnailPitch' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, DefaultThumbnailYaw) == 0x000094, "Member 'UPrefabricatorSettings::DefaultThumbnailYaw' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorSettings, DefaultThumbnailZoom) == 0x000098, "Member 'UPrefabricatorSettings::DefaultThumbnailZoom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPrefabSeedLinkerComponent \ +static_assert(alignof(UPrefabSeedLinkerComponent) == 0x000010, "Wrong alignment on UPrefabSeedLinkerComponent"); \ +static_assert(sizeof(UPrefabSeedLinkerComponent) == 0x0002C0, "Wrong size on UPrefabSeedLinkerComponent"); \ + +#define DUMPER7_ASSERTS_APrefabSeedLinker \ +static_assert(alignof(APrefabSeedLinker) == 0x000008, "Wrong alignment on APrefabSeedLinker"); \ +static_assert(sizeof(APrefabSeedLinker) == 0x0002A0, "Wrong size on APrefabSeedLinker"); \ +static_assert(offsetof(APrefabSeedLinker, LinkedActors) == 0x000288, "Member 'APrefabSeedLinker::LinkedActors' has a wrong offset!"); \ +static_assert(offsetof(APrefabSeedLinker, SeedLinkerComponent) == 0x000298, "Member 'APrefabSeedLinker::SeedLinkerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemSaveConstructedItem \ +static_assert(alignof(FConstructionSystemSaveConstructedItem) == 0x000010, "Wrong alignment on FConstructionSystemSaveConstructedItem"); \ +static_assert(sizeof(FConstructionSystemSaveConstructedItem) == 0x000070, "Wrong size on FConstructionSystemSaveConstructedItem"); \ +static_assert(offsetof(FConstructionSystemSaveConstructedItem, PrefabAsset) == 0x000000, "Member 'FConstructionSystemSaveConstructedItem::PrefabAsset' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSaveConstructedItem, Seed) == 0x000008, "Member 'FConstructionSystemSaveConstructedItem::Seed' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSaveConstructedItem, Transform) == 0x000010, "Member 'FConstructionSystemSaveConstructedItem::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemSavePlayerInfo \ +static_assert(alignof(FConstructionSystemSavePlayerInfo) == 0x000010, "Wrong alignment on FConstructionSystemSavePlayerInfo"); \ +static_assert(sizeof(FConstructionSystemSavePlayerInfo) == 0x000090, "Wrong size on FConstructionSystemSavePlayerInfo"); \ +static_assert(offsetof(FConstructionSystemSavePlayerInfo, bRestorePlayerInfo) == 0x000000, "Member 'FConstructionSystemSavePlayerInfo::bRestorePlayerInfo' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSavePlayerInfo, Transform) == 0x000010, "Member 'FConstructionSystemSavePlayerInfo::Transform' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemSavePlayerInfo, ControlRotation) == 0x000070, "Member 'FConstructionSystemSavePlayerInfo::ControlRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCSnapConstraintFloor \ +static_assert(alignof(FPCSnapConstraintFloor) == 0x000001, "Wrong alignment on FPCSnapConstraintFloor"); \ +static_assert(sizeof(FPCSnapConstraintFloor) == 0x000006, "Wrong size on FPCSnapConstraintFloor"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachX) == 0x000000, "Member 'FPCSnapConstraintFloor::AttachX' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachXNegative) == 0x000001, "Member 'FPCSnapConstraintFloor::AttachXNegative' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachY) == 0x000002, "Member 'FPCSnapConstraintFloor::AttachY' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachYNegative) == 0x000003, "Member 'FPCSnapConstraintFloor::AttachYNegative' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachZ) == 0x000004, "Member 'FPCSnapConstraintFloor::AttachZ' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintFloor, AttachZNegative) == 0x000005, "Member 'FPCSnapConstraintFloor::AttachZNegative' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCSnapConstraintWall \ +static_assert(alignof(FPCSnapConstraintWall) == 0x000001, "Wrong alignment on FPCSnapConstraintWall"); \ +static_assert(sizeof(FPCSnapConstraintWall) == 0x000004, "Wrong size on FPCSnapConstraintWall"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachTop) == 0x000000, "Member 'FPCSnapConstraintWall::AttachTop' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachBottom) == 0x000001, "Member 'FPCSnapConstraintWall::AttachBottom' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachLeft) == 0x000002, "Member 'FPCSnapConstraintWall::AttachLeft' has a wrong offset!"); \ +static_assert(offsetof(FPCSnapConstraintWall, AttachRight) == 0x000003, "Member 'FPCSnapConstraintWall::AttachRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemUIPrefabEntry \ +static_assert(alignof(FConstructionSystemUIPrefabEntry) == 0x000008, "Wrong alignment on FConstructionSystemUIPrefabEntry"); \ +static_assert(sizeof(FConstructionSystemUIPrefabEntry) == 0x000040, "Wrong size on FConstructionSystemUIPrefabEntry"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, DisplayName) == 0x000000, "Member 'FConstructionSystemUIPrefabEntry::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, ToolTip) == 0x000018, "Member 'FConstructionSystemUIPrefabEntry::ToolTip' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, Icon) == 0x000030, "Member 'FConstructionSystemUIPrefabEntry::Icon' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUIPrefabEntry, Prefab) == 0x000038, "Member 'FConstructionSystemUIPrefabEntry::Prefab' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstructionSystemUICategory \ +static_assert(alignof(FConstructionSystemUICategory) == 0x000008, "Wrong alignment on FConstructionSystemUICategory"); \ +static_assert(sizeof(FConstructionSystemUICategory) == 0x000030, "Wrong size on FConstructionSystemUICategory"); \ +static_assert(offsetof(FConstructionSystemUICategory, DisplayName) == 0x000000, "Member 'FConstructionSystemUICategory::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUICategory, Icon) == 0x000018, "Member 'FConstructionSystemUICategory::Icon' has a wrong offset!"); \ +static_assert(offsetof(FConstructionSystemUICategory, PrefabEntries) == 0x000020, "Member 'FConstructionSystemUICategory::PrefabEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemTool \ +static_assert(alignof(UConstructionSystemTool) == 0x000008, "Wrong alignment on UConstructionSystemTool"); \ +static_assert(sizeof(UConstructionSystemTool) == 0x000030, "Wrong size on UConstructionSystemTool"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildTool_HandleInput_RotateCursorStep \ +static_assert(alignof(ConstructionSystemBuildTool_HandleInput_RotateCursorStep) == 0x000004, "Wrong alignment on ConstructionSystemBuildTool_HandleInput_RotateCursorStep"); \ +static_assert(sizeof(ConstructionSystemBuildTool_HandleInput_RotateCursorStep) == 0x000004, "Wrong size on ConstructionSystemBuildTool_HandleInput_RotateCursorStep"); \ +static_assert(offsetof(ConstructionSystemBuildTool_HandleInput_RotateCursorStep, NumSteps) == 0x000000, "Member 'ConstructionSystemBuildTool_HandleInput_RotateCursorStep::NumSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildTool_SetActivePrefab \ +static_assert(alignof(ConstructionSystemBuildTool_SetActivePrefab) == 0x000008, "Wrong alignment on ConstructionSystemBuildTool_SetActivePrefab"); \ +static_assert(sizeof(ConstructionSystemBuildTool_SetActivePrefab) == 0x000008, "Wrong size on ConstructionSystemBuildTool_SetActivePrefab"); \ +static_assert(offsetof(ConstructionSystemBuildTool_SetActivePrefab, InActivePrefabAsset) == 0x000000, "Member 'ConstructionSystemBuildTool_SetActivePrefab::InActivePrefabAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemBuildTool \ +static_assert(alignof(UConstructionSystemBuildTool) == 0x000008, "Wrong alignment on UConstructionSystemBuildTool"); \ +static_assert(sizeof(UConstructionSystemBuildTool) == 0x000168, "Wrong size on UConstructionSystemBuildTool"); \ +static_assert(offsetof(UConstructionSystemBuildTool, TraceDistance) == 0x000030, "Member 'UConstructionSystemBuildTool::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemBuildTool, CursorRotationStepAngle) == 0x000034, "Member 'UConstructionSystemBuildTool::CursorRotationStepAngle' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemBuildTool, Cursor) == 0x000038, "Member 'UConstructionSystemBuildTool::Cursor' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemBuildTool, ActivePrefabAsset) == 0x000040, "Member 'UConstructionSystemBuildTool::ActivePrefabAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_EnableConstructionSystem \ +static_assert(alignof(ConstructionSystemComponent_EnableConstructionSystem) == 0x000001, "Wrong alignment on ConstructionSystemComponent_EnableConstructionSystem"); \ +static_assert(sizeof(ConstructionSystemComponent_EnableConstructionSystem) == 0x000001, "Wrong size on ConstructionSystemComponent_EnableConstructionSystem"); \ +static_assert(offsetof(ConstructionSystemComponent_EnableConstructionSystem, InToolType) == 0x000000, "Member 'ConstructionSystemComponent_EnableConstructionSystem::InToolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_GetActiveTool \ +static_assert(alignof(ConstructionSystemComponent_GetActiveTool) == 0x000008, "Wrong alignment on ConstructionSystemComponent_GetActiveTool"); \ +static_assert(sizeof(ConstructionSystemComponent_GetActiveTool) == 0x000008, "Wrong size on ConstructionSystemComponent_GetActiveTool"); \ +static_assert(offsetof(ConstructionSystemComponent_GetActiveTool, ReturnValue) == 0x000000, "Member 'ConstructionSystemComponent_GetActiveTool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_GetTool \ +static_assert(alignof(ConstructionSystemComponent_GetTool) == 0x000008, "Wrong alignment on ConstructionSystemComponent_GetTool"); \ +static_assert(sizeof(ConstructionSystemComponent_GetTool) == 0x000010, "Wrong size on ConstructionSystemComponent_GetTool"); \ +static_assert(offsetof(ConstructionSystemComponent_GetTool, InToolType) == 0x000000, "Member 'ConstructionSystemComponent_GetTool::InToolType' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemComponent_GetTool, ReturnValue) == 0x000008, "Member 'ConstructionSystemComponent_GetTool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_SetActiveTool \ +static_assert(alignof(ConstructionSystemComponent_SetActiveTool) == 0x000001, "Wrong alignment on ConstructionSystemComponent_SetActiveTool"); \ +static_assert(sizeof(ConstructionSystemComponent_SetActiveTool) == 0x000001, "Wrong size on ConstructionSystemComponent_SetActiveTool"); \ +static_assert(offsetof(ConstructionSystemComponent_SetActiveTool, InToolType) == 0x000000, "Member 'ConstructionSystemComponent_SetActiveTool::InToolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemComponent_GetActiveToolType \ +static_assert(alignof(ConstructionSystemComponent_GetActiveToolType) == 0x000001, "Wrong alignment on ConstructionSystemComponent_GetActiveToolType"); \ +static_assert(sizeof(ConstructionSystemComponent_GetActiveToolType) == 0x000001, "Wrong size on ConstructionSystemComponent_GetActiveToolType"); \ +static_assert(offsetof(ConstructionSystemComponent_GetActiveToolType, ReturnValue) == 0x000000, "Member 'ConstructionSystemComponent_GetActiveToolType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemComponent \ +static_assert(alignof(UConstructionSystemComponent) == 0x000008, "Wrong alignment on UConstructionSystemComponent"); \ +static_assert(sizeof(UConstructionSystemComponent) == 0x000160, "Wrong size on UConstructionSystemComponent"); \ +static_assert(offsetof(UConstructionSystemComponent, CursorMaterial) == 0x0000C0, "Member 'UConstructionSystemComponent::CursorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, CursorInvalidMaterial) == 0x0000C8, "Member 'UConstructionSystemComponent::CursorInvalidMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, TraceStartDistance) == 0x0000D0, "Member 'UConstructionSystemComponent::TraceStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, TraceSweepRadius) == 0x0000D4, "Member 'UConstructionSystemComponent::TraceSweepRadius' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ConstructionCameraActor) == 0x0000D8, "Member 'UConstructionSystemComponent::ConstructionCameraActor' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ConstructionCameraTransitionTime) == 0x0000E0, "Member 'UConstructionSystemComponent::ConstructionCameraTransitionTime' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ConstructionCameraTransitionExp) == 0x0000E4, "Member 'UConstructionSystemComponent::ConstructionCameraTransitionExp' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, BuildMenuUI) == 0x0000E8, "Member 'UConstructionSystemComponent::BuildMenuUI' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, BuildMenuData) == 0x0000F0, "Member 'UConstructionSystemComponent::BuildMenuData' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, BuildMenuUIInstance) == 0x0000F8, "Member 'UConstructionSystemComponent::BuildMenuUIInstance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, ActiveToolType) == 0x000100, "Member 'UConstructionSystemComponent::ActiveToolType' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemComponent, tools) == 0x000108, "Member 'UConstructionSystemComponent::tools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemItemUserData \ +static_assert(alignof(UConstructionSystemItemUserData) == 0x000008, "Wrong alignment on UConstructionSystemItemUserData"); \ +static_assert(sizeof(UConstructionSystemItemUserData) == 0x000030, "Wrong size on UConstructionSystemItemUserData"); \ +static_assert(offsetof(UConstructionSystemItemUserData, Seed) == 0x000028, "Member 'UConstructionSystemItemUserData::Seed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemCursor \ +static_assert(alignof(UConstructionSystemCursor) == 0x000008, "Wrong alignment on UConstructionSystemCursor"); \ +static_assert(sizeof(UConstructionSystemCursor) == 0x000060, "Wrong size on UConstructionSystemCursor"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorGhostActor) == 0x000028, "Member 'UConstructionSystemCursor::CursorGhostActor' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorSeed) == 0x000030, "Member 'UConstructionSystemCursor::CursorSeed' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorMaterial) == 0x000038, "Member 'UConstructionSystemCursor::CursorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, CursorInvalidMaterial) == 0x000040, "Member 'UConstructionSystemCursor::CursorInvalidMaterial' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, SnapComponents) == 0x000048, "Member 'UConstructionSystemCursor::SnapComponents' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemCursor, ActiveSnapComponentIndex) == 0x000058, "Member 'UConstructionSystemCursor::ActiveSnapComponentIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemRemoveTool \ +static_assert(alignof(UConstructionSystemRemoveTool) == 0x000008, "Wrong alignment on UConstructionSystemRemoveTool"); \ +static_assert(sizeof(UConstructionSystemRemoveTool) == 0x000090, "Wrong size on UConstructionSystemRemoveTool"); \ +static_assert(offsetof(UConstructionSystemRemoveTool, TraceDistance) == 0x000030, "Member 'UConstructionSystemRemoveTool::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemRemoveTool, FocusedActor) == 0x000034, "Member 'UConstructionSystemRemoveTool::FocusedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemSaveGame \ +static_assert(alignof(UConstructionSystemSaveGame) == 0x000010, "Wrong alignment on UConstructionSystemSaveGame"); \ +static_assert(sizeof(UConstructionSystemSaveGame) == 0x0000E0, "Wrong size on UConstructionSystemSaveGame"); \ +static_assert(offsetof(UConstructionSystemSaveGame, SaveSlotName) == 0x000028, "Member 'UConstructionSystemSaveGame::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemSaveGame, UserIndex) == 0x000038, "Member 'UConstructionSystemSaveGame::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemSaveGame, PlayerInfo) == 0x000040, "Member 'UConstructionSystemSaveGame::PlayerInfo' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemSaveGame, ConstructedItems) == 0x0000D0, "Member 'UConstructionSystemSaveGame::ConstructedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad \ +static_assert(alignof(ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad) == 0x000008, "Wrong alignment on ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad"); \ +static_assert(sizeof(ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad) == 0x000008, "Wrong size on ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad, WorldContextObject) == 0x000000, "Member 'ConstructionSystemSaveSystem_HandleConstructionSystemLevelLoad::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemSaveSystem_LoadConstructionSystemLevel \ +static_assert(alignof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel) == 0x000008, "Wrong alignment on ConstructionSystemSaveSystem_LoadConstructionSystemLevel"); \ +static_assert(sizeof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel) == 0x000030, "Wrong size on ConstructionSystemSaveSystem_LoadConstructionSystemLevel"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, WorldContextObject) == 0x000000, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, LevelName) == 0x000008, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, bAbsolute) == 0x000010, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::bAbsolute' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, SaveSlotName) == 0x000018, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_LoadConstructionSystemLevel, UserIndex) == 0x000028, "Member 'ConstructionSystemSaveSystem_LoadConstructionSystemLevel::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemSaveSystem_SaveConstructionSystemLevel \ +static_assert(alignof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel) == 0x000008, "Wrong alignment on ConstructionSystemSaveSystem_SaveConstructionSystemLevel"); \ +static_assert(sizeof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel) == 0x000020, "Wrong size on ConstructionSystemSaveSystem_SaveConstructionSystemLevel"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, WorldContextObject) == 0x000000, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, SaveSlotName) == 0x000008, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::SaveSlotName' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, UserIndex) == 0x000018, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(ConstructionSystemSaveSystem_SaveConstructionSystemLevel, bSavePlayerState) == 0x00001C, "Member 'ConstructionSystemSaveSystem_SaveConstructionSystemLevel::bSavePlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemSaveSystem \ +static_assert(alignof(UConstructionSystemSaveSystem) == 0x000008, "Wrong alignment on UConstructionSystemSaveSystem"); \ +static_assert(sizeof(UConstructionSystemSaveSystem) == 0x000028, "Wrong size on UConstructionSystemSaveSystem"); \ + +#define DUMPER7_ASSERTS_UPrefabricatorConstructionSnapComponent \ +static_assert(alignof(UPrefabricatorConstructionSnapComponent) == 0x000010, "Wrong alignment on UPrefabricatorConstructionSnapComponent"); \ +static_assert(sizeof(UPrefabricatorConstructionSnapComponent) == 0x0005C0, "Wrong size on UPrefabricatorConstructionSnapComponent"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, SnapType) == 0x0005A0, "Member 'UPrefabricatorConstructionSnapComponent::SnapType' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, FloorConstraint) == 0x0005A1, "Member 'UPrefabricatorConstructionSnapComponent::FloorConstraint' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, WallConstraint) == 0x0005A7, "Member 'UPrefabricatorConstructionSnapComponent::WallConstraint' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, bAlignToGroundSlope) == 0x0005AB, "Member 'UPrefabricatorConstructionSnapComponent::bAlignToGroundSlope' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, bUseMaxGroundSlopeConstraint) == 0x0005AC, "Member 'UPrefabricatorConstructionSnapComponent::bUseMaxGroundSlopeConstraint' has a wrong offset!"); \ +static_assert(offsetof(UPrefabricatorConstructionSnapComponent, MaxGroundPlacementSlope) == 0x0005B0, "Member 'UPrefabricatorConstructionSnapComponent::MaxGroundPlacementSlope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabricatorConstructionSnap \ +static_assert(alignof(APrefabricatorConstructionSnap) == 0x000008, "Wrong alignment on APrefabricatorConstructionSnap"); \ +static_assert(sizeof(APrefabricatorConstructionSnap) == 0x000290, "Wrong size on APrefabricatorConstructionSnap"); \ +static_assert(offsetof(APrefabricatorConstructionSnap, ConstructionSnapComponent) == 0x000288, "Member 'APrefabricatorConstructionSnap::ConstructionSnapComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildUI_SetConstructionSystem \ +static_assert(alignof(ConstructionSystemBuildUI_SetConstructionSystem) == 0x000008, "Wrong alignment on ConstructionSystemBuildUI_SetConstructionSystem"); \ +static_assert(sizeof(ConstructionSystemBuildUI_SetConstructionSystem) == 0x000008, "Wrong size on ConstructionSystemBuildUI_SetConstructionSystem"); \ +static_assert(offsetof(ConstructionSystemBuildUI_SetConstructionSystem, ConstructionSystem) == 0x000000, "Member 'ConstructionSystemBuildUI_SetConstructionSystem::ConstructionSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ConstructionSystemBuildUI_SetUIAsset \ +static_assert(alignof(ConstructionSystemBuildUI_SetUIAsset) == 0x000008, "Wrong alignment on ConstructionSystemBuildUI_SetUIAsset"); \ +static_assert(sizeof(ConstructionSystemBuildUI_SetUIAsset) == 0x000008, "Wrong size on ConstructionSystemBuildUI_SetUIAsset"); \ +static_assert(offsetof(ConstructionSystemBuildUI_SetUIAsset, UIAsset) == 0x000000, "Member 'ConstructionSystemBuildUI_SetUIAsset::UIAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IConstructionSystemBuildUI \ +static_assert(alignof(IConstructionSystemBuildUI) == 0x000001, "Wrong alignment on IConstructionSystemBuildUI"); \ +static_assert(sizeof(IConstructionSystemBuildUI) == 0x000001, "Wrong size on IConstructionSystemBuildUI"); \ + +#define DUMPER7_ASSERTS_UConstructionSystemUIAsset \ +static_assert(alignof(UConstructionSystemUIAsset) == 0x000008, "Wrong alignment on UConstructionSystemUIAsset"); \ +static_assert(sizeof(UConstructionSystemUIAsset) == 0x000058, "Wrong size on UConstructionSystemUIAsset"); \ +static_assert(offsetof(UConstructionSystemUIAsset, MenuTitle) == 0x000030, "Member 'UConstructionSystemUIAsset::MenuTitle' has a wrong offset!"); \ +static_assert(offsetof(UConstructionSystemUIAsset, Categories) == 0x000048, "Member 'UConstructionSystemUIAsset::Categories' 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) == 0x000048, "Wrong size on UMaterialExpressionHeightfieldMinMaxTexture"); \ +static_assert(offsetof(UMaterialExpressionHeightfieldMinMaxTexture, MinMaxTexture) == 0x000040, "Member 'UMaterialExpressionHeightfieldMinMaxTexture::MinMaxTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVirtualHeightfieldMesh \ +static_assert(alignof(AVirtualHeightfieldMesh) == 0x000008, "Wrong alignment on AVirtualHeightfieldMesh"); \ +static_assert(sizeof(AVirtualHeightfieldMesh) == 0x000290, "Wrong size on AVirtualHeightfieldMesh"); \ +static_assert(offsetof(AVirtualHeightfieldMesh, VirtualHeightfieldMeshComponent) == 0x000288, "Member 'AVirtualHeightfieldMesh::VirtualHeightfieldMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualHeightfieldMeshComponent_SetDynamicLodBiasCenter \ +static_assert(alignof(VirtualHeightfieldMeshComponent_SetDynamicLodBiasCenter) == 0x000004, "Wrong alignment on VirtualHeightfieldMeshComponent_SetDynamicLodBiasCenter"); \ +static_assert(sizeof(VirtualHeightfieldMeshComponent_SetDynamicLodBiasCenter) == 0x00000C, "Wrong size on VirtualHeightfieldMeshComponent_SetDynamicLodBiasCenter"); \ +static_assert(offsetof(VirtualHeightfieldMeshComponent_SetDynamicLodBiasCenter, position) == 0x000000, "Member 'VirtualHeightfieldMeshComponent_SetDynamicLodBiasCenter::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VirtualHeightfieldMeshComponent_SetDynamicLodBiasSize \ +static_assert(alignof(VirtualHeightfieldMeshComponent_SetDynamicLodBiasSize) == 0x000004, "Wrong alignment on VirtualHeightfieldMeshComponent_SetDynamicLodBiasSize"); \ +static_assert(sizeof(VirtualHeightfieldMeshComponent_SetDynamicLodBiasSize) == 0x00000C, "Wrong size on VirtualHeightfieldMeshComponent_SetDynamicLodBiasSize"); \ +static_assert(offsetof(VirtualHeightfieldMeshComponent_SetDynamicLodBiasSize, BiasSize) == 0x000000, "Member 'VirtualHeightfieldMeshComponent_SetDynamicLodBiasSize::BiasSize' 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) == 0x000620, "Wrong size on UVirtualHeightfieldMeshComponent"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, VirtualTexture) == 0x000568, "Member 'UVirtualHeightfieldMeshComponent::VirtualTexture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, VirtualTextureRef) == 0x000590, "Member 'UVirtualHeightfieldMeshComponent::VirtualTextureRef' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, VirtualTextureThumbnail) == 0x000598, "Member 'UVirtualHeightfieldMeshComponent::VirtualTextureThumbnail' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, bCopyBoundsButton) == 0x0005A0, "Member 'UVirtualHeightfieldMeshComponent::bCopyBoundsButton' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, MinMaxTexture) == 0x0005A8, "Member 'UVirtualHeightfieldMeshComponent::MinMaxTexture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, NumMinMaxTextureBuildLevels) == 0x0005B0, "Member 'UVirtualHeightfieldMeshComponent::NumMinMaxTextureBuildLevels' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, bBuildMinMaxTextureButton) == 0x0005B4, "Member 'UVirtualHeightfieldMeshComponent::bBuildMinMaxTextureButton' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, DynamicLodBiasTexture) == 0x0005B8, "Member 'UVirtualHeightfieldMeshComponent::DynamicLodBiasTexture' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, DynamicLodBiasSize) == 0x0005E0, "Member 'UVirtualHeightfieldMeshComponent::DynamicLodBiasSize' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, DynamicLodBiasCenter) == 0x0005EC, "Member 'UVirtualHeightfieldMeshComponent::DynamicLodBiasCenter' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, Material) == 0x0005F8, "Member 'UVirtualHeightfieldMeshComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, Lod0ScreenSize) == 0x000600, "Member 'UVirtualHeightfieldMeshComponent::Lod0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, Lod0Distribution) == 0x000604, "Member 'UVirtualHeightfieldMeshComponent::Lod0Distribution' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, LodDistribution) == 0x000608, "Member 'UVirtualHeightfieldMeshComponent::LodDistribution' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, LodBiasScale) == 0x00060C, "Member 'UVirtualHeightfieldMeshComponent::LodBiasScale' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, NumForceLoadLods) == 0x000610, "Member 'UVirtualHeightfieldMeshComponent::NumForceLoadLods' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, NumOcclusionLods) == 0x000614, "Member 'UVirtualHeightfieldMeshComponent::NumOcclusionLods' has a wrong offset!"); \ +static_assert(offsetof(UVirtualHeightfieldMeshComponent, bHiddenInEditor) == 0x000618, "Member 'UVirtualHeightfieldMeshComponent::bHiddenInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonNavigationVoxel \ +static_assert(alignof(FDonNavigationVoxel) == 0x000008, "Wrong alignment on FDonNavigationVoxel"); \ +static_assert(sizeof(FDonNavigationVoxel) == 0x000040, "Wrong size on FDonNavigationVoxel"); \ + +#define DUMPER7_ASSERTS_FDonNavVoxelY \ +static_assert(alignof(FDonNavVoxelY) == 0x000008, "Wrong alignment on FDonNavVoxelY"); \ +static_assert(sizeof(FDonNavVoxelY) == 0x000010, "Wrong size on FDonNavVoxelY"); \ +static_assert(offsetof(FDonNavVoxelY, Z) == 0x000000, "Member 'FDonNavVoxelY::Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonNavVoxelX \ +static_assert(alignof(FDonNavVoxelX) == 0x000008, "Wrong alignment on FDonNavVoxelX"); \ +static_assert(sizeof(FDonNavVoxelX) == 0x000010, "Wrong size on FDonNavVoxelX"); \ +static_assert(offsetof(FDonNavVoxelX, Y) == 0x000000, "Member 'FDonNavVoxelX::Y' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonNavigationDynamicCollisionPayload \ +static_assert(alignof(FDonNavigationDynamicCollisionPayload) == 0x000008, "Wrong alignment on FDonNavigationDynamicCollisionPayload"); \ +static_assert(sizeof(FDonNavigationDynamicCollisionPayload) == 0x000048, "Wrong size on FDonNavigationDynamicCollisionPayload"); \ +static_assert(offsetof(FDonNavigationDynamicCollisionPayload, OwnerPayload) == 0x000000, "Member 'FDonNavigationDynamicCollisionPayload::OwnerPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoNNavigationQueryParams \ +static_assert(alignof(FDoNNavigationQueryParams) == 0x000004, "Wrong alignment on FDoNNavigationQueryParams"); \ +static_assert(sizeof(FDoNNavigationQueryParams) == 0x000020, "Wrong size on FDoNNavigationQueryParams"); \ +static_assert(offsetof(FDoNNavigationQueryParams, QueryTimeout) == 0x000000, "Member 'FDoNNavigationQueryParams::QueryTimeout' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, bFlexibleOriginGoal) == 0x000004, "Member 'FDoNNavigationQueryParams::bFlexibleOriginGoal' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, bSkipOptimizationPass) == 0x000005, "Member 'FDoNNavigationQueryParams::bSkipOptimizationPass' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, MaxOptimizerSweepAttemptsPerNode) == 0x000008, "Member 'FDoNNavigationQueryParams::MaxOptimizerSweepAttemptsPerNode' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, bPreciseDynamicCollisionRepathing) == 0x00000C, "Member 'FDoNNavigationQueryParams::bPreciseDynamicCollisionRepathing' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, bIgnoreDynamicCollisionRepathingForDirectGoals) == 0x00000D, "Member 'FDoNNavigationQueryParams::bIgnoreDynamicCollisionRepathingForDirectGoals' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, CollisionShapeInflation) == 0x000010, "Member 'FDoNNavigationQueryParams::CollisionShapeInflation' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, bForceRescheduleQuery) == 0x000014, "Member 'FDoNNavigationQueryParams::bForceRescheduleQuery' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryParams, OwnerPayload) == 0x000018, "Member 'FDoNNavigationQueryParams::OwnerPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoNNavigationQueryData \ +static_assert(alignof(FDoNNavigationQueryData) == 0x000008, "Wrong alignment on FDoNNavigationQueryData"); \ +static_assert(sizeof(FDoNNavigationQueryData) == 0x0002B8, "Wrong size on FDoNNavigationQueryData"); \ +static_assert(offsetof(FDoNNavigationQueryData, Actor) == 0x000000, "Member 'FDoNNavigationQueryData::Actor' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryData, CollisionComponent) == 0x000008, "Member 'FDoNNavigationQueryData::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryData, Origin) == 0x000010, "Member 'FDoNNavigationQueryData::Origin' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryData, Destination) == 0x000028, "Member 'FDoNNavigationQueryData::Destination' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryData, QueryParams) == 0x000040, "Member 'FDoNNavigationQueryData::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryData, PathSolutionOptimized) == 0x0002A0, "Member 'FDoNNavigationQueryData::PathSolutionOptimized' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationQueryData, QueryStatus) == 0x0002B0, "Member 'FDoNNavigationQueryData::QueryStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonNavigationPathFindingResult \ +static_assert(alignof(FDonNavigationPathFindingResult) == 0x000008, "Wrong alignment on FDonNavigationPathFindingResult"); \ +static_assert(sizeof(FDonNavigationPathFindingResult) == 0x000018, "Wrong size on FDonNavigationPathFindingResult"); \ +static_assert(offsetof(FDonNavigationPathFindingResult, PathCost) == 0x000000, "Member 'FDonNavigationPathFindingResult::PathCost' has a wrong offset!"); \ +static_assert(offsetof(FDonNavigationPathFindingResult, PathLength) == 0x000004, "Member 'FDonNavigationPathFindingResult::PathLength' has a wrong offset!"); \ +static_assert(offsetof(FDonNavigationPathFindingResult, PathPoints) == 0x000008, "Member 'FDonNavigationPathFindingResult::PathPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonVoxelCollisionProfile \ +static_assert(alignof(FDonVoxelCollisionProfile) == 0x000008, "Wrong alignment on FDonVoxelCollisionProfile"); \ +static_assert(sizeof(FDonVoxelCollisionProfile) == 0x000020, "Wrong size on FDonVoxelCollisionProfile"); \ + +#define DUMPER7_ASSERTS_FDonNavigationDynamicCollisionNotifyee \ +static_assert(alignof(FDonNavigationDynamicCollisionNotifyee) == 0x000008, "Wrong alignment on FDonNavigationDynamicCollisionNotifyee"); \ +static_assert(sizeof(FDonNavigationDynamicCollisionNotifyee) == 0x000058, "Wrong size on FDonNavigationDynamicCollisionNotifyee"); \ +static_assert(offsetof(FDonNavigationDynamicCollisionNotifyee, Listener) == 0x000000, "Member 'FDonNavigationDynamicCollisionNotifyee::Listener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonNavVoxelXYZ \ +static_assert(alignof(FDonNavVoxelXYZ) == 0x000008, "Wrong alignment on FDonNavVoxelXYZ"); \ +static_assert(sizeof(FDonNavVoxelXYZ) == 0x000010, "Wrong size on FDonNavVoxelXYZ"); \ +static_assert(offsetof(FDonNavVoxelXYZ, X) == 0x000000, "Member 'FDonNavVoxelXYZ::X' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoNNavigationDebugParams \ +static_assert(alignof(FDoNNavigationDebugParams) == 0x000004, "Wrong alignment on FDoNNavigationDebugParams"); \ +static_assert(sizeof(FDoNNavigationDebugParams) == 0x00000C, "Wrong size on FDoNNavigationDebugParams"); \ +static_assert(offsetof(FDoNNavigationDebugParams, DrawDebugVolumes) == 0x000000, "Member 'FDoNNavigationDebugParams::DrawDebugVolumes' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationDebugParams, VisualizeRawPath) == 0x000001, "Member 'FDoNNavigationDebugParams::VisualizeRawPath' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationDebugParams, VisualizeOptimizedPath) == 0x000002, "Member 'FDoNNavigationDebugParams::VisualizeOptimizedPath' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationDebugParams, VisualizeInRealTime) == 0x000003, "Member 'FDoNNavigationDebugParams::VisualizeInRealTime' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationDebugParams, LineThickness) == 0x000004, "Member 'FDoNNavigationDebugParams::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(FDoNNavigationDebugParams, LineDuration) == 0x000008, "Member 'FDoNNavigationDebugParams::LineDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonNavigationTask \ +static_assert(alignof(FDonNavigationTask) == 0x000008, "Wrong alignment on FDonNavigationTask"); \ +static_assert(sizeof(FDonNavigationTask) == 0x000008, "Wrong size on FDonNavigationTask"); \ + +#define DUMPER7_ASSERTS_FDonNavigationQueryTask \ +static_assert(alignof(FDonNavigationQueryTask) == 0x000008, "Wrong alignment on FDonNavigationQueryTask"); \ +static_assert(sizeof(FDonNavigationQueryTask) == 0x0002E8, "Wrong size on FDonNavigationQueryTask"); \ +static_assert(offsetof(FDonNavigationQueryTask, ResultHandler) == 0x0002C8, "Member 'FDonNavigationQueryTask::ResultHandler' has a wrong offset!"); \ +static_assert(offsetof(FDonNavigationQueryTask, DynamicCollisionListener) == 0x0002D8, "Member 'FDonNavigationQueryTask::DynamicCollisionListener' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDonNavigationDynamicCollisionTask \ +static_assert(alignof(FDonNavigationDynamicCollisionTask) == 0x000008, "Wrong alignment on FDonNavigationDynamicCollisionTask"); \ +static_assert(sizeof(FDonNavigationDynamicCollisionTask) == 0x000168, "Wrong size on FDonNavigationDynamicCollisionTask"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_AddMovementInputCustom \ +static_assert(alignof(DonNavigationHelper_AddMovementInputCustom) == 0x000008, "Wrong alignment on DonNavigationHelper_AddMovementInputCustom"); \ +static_assert(sizeof(DonNavigationHelper_AddMovementInputCustom) == 0x000028, "Wrong size on DonNavigationHelper_AddMovementInputCustom"); \ +static_assert(offsetof(DonNavigationHelper_AddMovementInputCustom, Object) == 0x000000, "Member 'DonNavigationHelper_AddMovementInputCustom::Object' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_AddMovementInputCustom, WorldDirection) == 0x000008, "Member 'DonNavigationHelper_AddMovementInputCustom::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_AddMovementInputCustom, ScaleValue) == 0x000020, "Member 'DonNavigationHelper_AddMovementInputCustom::ScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_DonNavigationManager \ +static_assert(alignof(DonNavigationHelper_DonNavigationManager) == 0x000008, "Wrong alignment on DonNavigationHelper_DonNavigationManager"); \ +static_assert(sizeof(DonNavigationHelper_DonNavigationManager) == 0x000010, "Wrong size on DonNavigationHelper_DonNavigationManager"); \ +static_assert(offsetof(DonNavigationHelper_DonNavigationManager, WorldContextObject) == 0x000000, "Member 'DonNavigationHelper_DonNavigationManager::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_DonNavigationManager, ReturnValue) == 0x000008, "Member 'DonNavigationHelper_DonNavigationManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_DonNavigationManagerForActor \ +static_assert(alignof(DonNavigationHelper_DonNavigationManagerForActor) == 0x000008, "Wrong alignment on DonNavigationHelper_DonNavigationManagerForActor"); \ +static_assert(sizeof(DonNavigationHelper_DonNavigationManagerForActor) == 0x000010, "Wrong size on DonNavigationHelper_DonNavigationManagerForActor"); \ +static_assert(offsetof(DonNavigationHelper_DonNavigationManagerForActor, Actor) == 0x000000, "Member 'DonNavigationHelper_DonNavigationManagerForActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_DonNavigationManagerForActor, ReturnValue) == 0x000008, "Member 'DonNavigationHelper_DonNavigationManagerForActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_GetQueryDataVolumeSolutionNum \ +static_assert(alignof(DonNavigationHelper_GetQueryDataVolumeSolutionNum) == 0x000008, "Wrong alignment on DonNavigationHelper_GetQueryDataVolumeSolutionNum"); \ +static_assert(sizeof(DonNavigationHelper_GetQueryDataVolumeSolutionNum) == 0x0002C0, "Wrong size on DonNavigationHelper_GetQueryDataVolumeSolutionNum"); \ +static_assert(offsetof(DonNavigationHelper_GetQueryDataVolumeSolutionNum, QueryData) == 0x000000, "Member 'DonNavigationHelper_GetQueryDataVolumeSolutionNum::QueryData' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_GetQueryDataVolumeSolutionNum, ReturnValue) == 0x0002B8, "Member 'DonNavigationHelper_GetQueryDataVolumeSolutionNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum \ +static_assert(alignof(DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum) == 0x000008, "Wrong alignment on DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum"); \ +static_assert(sizeof(DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum) == 0x0002C0, "Wrong size on DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum"); \ +static_assert(offsetof(DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum, QueryData) == 0x000000, "Member 'DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum::QueryData' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum, ReturnValue) == 0x0002B8, "Member 'DonNavigationHelper_GetQueryDataVolumeSolutionOptimizedNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_OnLocomotionAbort \ +static_assert(alignof(DonNavigationHelper_OnLocomotionAbort) == 0x000008, "Wrong alignment on DonNavigationHelper_OnLocomotionAbort"); \ +static_assert(sizeof(DonNavigationHelper_OnLocomotionAbort) == 0x000008, "Wrong size on DonNavigationHelper_OnLocomotionAbort"); \ +static_assert(offsetof(DonNavigationHelper_OnLocomotionAbort, Object) == 0x000000, "Member 'DonNavigationHelper_OnLocomotionAbort::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_OnLocomotionBegin \ +static_assert(alignof(DonNavigationHelper_OnLocomotionBegin) == 0x000008, "Wrong alignment on DonNavigationHelper_OnLocomotionBegin"); \ +static_assert(sizeof(DonNavigationHelper_OnLocomotionBegin) == 0x000008, "Wrong size on DonNavigationHelper_OnLocomotionBegin"); \ +static_assert(offsetof(DonNavigationHelper_OnLocomotionBegin, Object) == 0x000000, "Member 'DonNavigationHelper_OnLocomotionBegin::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_OnLocomotionEnd \ +static_assert(alignof(DonNavigationHelper_OnLocomotionEnd) == 0x000008, "Wrong alignment on DonNavigationHelper_OnLocomotionEnd"); \ +static_assert(sizeof(DonNavigationHelper_OnLocomotionEnd) == 0x000010, "Wrong size on DonNavigationHelper_OnLocomotionEnd"); \ +static_assert(offsetof(DonNavigationHelper_OnLocomotionEnd, Object) == 0x000000, "Member 'DonNavigationHelper_OnLocomotionEnd::Object' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_OnLocomotionEnd, bLocomotionSuccess) == 0x000008, "Member 'DonNavigationHelper_OnLocomotionEnd::bLocomotionSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_OnNextSegment \ +static_assert(alignof(DonNavigationHelper_OnNextSegment) == 0x000008, "Wrong alignment on DonNavigationHelper_OnNextSegment"); \ +static_assert(sizeof(DonNavigationHelper_OnNextSegment) == 0x000020, "Wrong size on DonNavigationHelper_OnNextSegment"); \ +static_assert(offsetof(DonNavigationHelper_OnNextSegment, Object) == 0x000000, "Member 'DonNavigationHelper_OnNextSegment::Object' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_OnNextSegment, NextPoint) == 0x000008, "Member 'DonNavigationHelper_OnNextSegment::NextPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationHelper_OnUpdateDynamicCollision \ +static_assert(alignof(DonNavigationHelper_OnUpdateDynamicCollision) == 0x000008, "Wrong alignment on DonNavigationHelper_OnUpdateDynamicCollision"); \ +static_assert(sizeof(DonNavigationHelper_OnUpdateDynamicCollision) == 0x000010, "Wrong size on DonNavigationHelper_OnUpdateDynamicCollision"); \ +static_assert(offsetof(DonNavigationHelper_OnUpdateDynamicCollision, Mesh) == 0x000000, "Member 'DonNavigationHelper_OnUpdateDynamicCollision::Mesh' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationHelper_OnUpdateDynamicCollision, bDebug) == 0x000008, "Member 'DonNavigationHelper_OnUpdateDynamicCollision::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDonNavigationHelper \ +static_assert(alignof(UDonNavigationHelper) == 0x000008, "Wrong alignment on UDonNavigationHelper"); \ +static_assert(sizeof(UDonNavigationHelper) == 0x000028, "Wrong size on UDonNavigationHelper"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_AbortPathfindingTask \ +static_assert(alignof(DonNavigationManager_AbortPathfindingTask) == 0x000008, "Wrong alignment on DonNavigationManager_AbortPathfindingTask"); \ +static_assert(sizeof(DonNavigationManager_AbortPathfindingTask) == 0x000008, "Wrong size on DonNavigationManager_AbortPathfindingTask"); \ +static_assert(offsetof(DonNavigationManager_AbortPathfindingTask, Actor) == 0x000000, "Member 'DonNavigationManager_AbortPathfindingTask::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_CanNavigate \ +static_assert(alignof(DonNavigationManager_CanNavigate) == 0x000008, "Wrong alignment on DonNavigationManager_CanNavigate"); \ +static_assert(sizeof(DonNavigationManager_CanNavigate) == 0x000020, "Wrong size on DonNavigationManager_CanNavigate"); \ +static_assert(offsetof(DonNavigationManager_CanNavigate, Location) == 0x000000, "Member 'DonNavigationManager_CanNavigate::Location' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_CanNavigate, ReturnValue) == 0x000018, "Member 'DonNavigationManager_CanNavigate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_Debug_DrawAllVolumes \ +static_assert(alignof(DonNavigationManager_Debug_DrawAllVolumes) == 0x000004, "Wrong alignment on DonNavigationManager_Debug_DrawAllVolumes"); \ +static_assert(sizeof(DonNavigationManager_Debug_DrawAllVolumes) == 0x000004, "Wrong size on DonNavigationManager_Debug_DrawAllVolumes"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawAllVolumes, LineThickness) == 0x000000, "Member 'DonNavigationManager_Debug_DrawAllVolumes::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_Debug_DrawVolumesAroundPoint \ +static_assert(alignof(DonNavigationManager_Debug_DrawVolumesAroundPoint) == 0x000008, "Wrong alignment on DonNavigationManager_Debug_DrawVolumesAroundPoint"); \ +static_assert(sizeof(DonNavigationManager_Debug_DrawVolumesAroundPoint) == 0x000030, "Wrong size on DonNavigationManager_Debug_DrawVolumesAroundPoint"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, Location) == 0x000000, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::Location' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, CubeSize) == 0x000018, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::CubeSize' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, DrawPersistentLines) == 0x00001C, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::DrawPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, Duration) == 0x000020, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::Duration' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, LineThickness) == 0x000024, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVolumesAroundPoint, bAutoInitializeVolumes) == 0x000028, "Member 'DonNavigationManager_Debug_DrawVolumesAroundPoint::bAutoInitializeVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_Debug_DrawVoxelCollisionProfile \ +static_assert(alignof(DonNavigationManager_Debug_DrawVoxelCollisionProfile) == 0x000008, "Wrong alignment on DonNavigationManager_Debug_DrawVoxelCollisionProfile"); \ +static_assert(sizeof(DonNavigationManager_Debug_DrawVoxelCollisionProfile) == 0x000010, "Wrong size on DonNavigationManager_Debug_DrawVoxelCollisionProfile"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVoxelCollisionProfile, MeshOrPrimitive) == 0x000000, "Member 'DonNavigationManager_Debug_DrawVoxelCollisionProfile::MeshOrPrimitive' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVoxelCollisionProfile, bDrawPersistent) == 0x000008, "Member 'DonNavigationManager_Debug_DrawVoxelCollisionProfile::bDrawPersistent' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_Debug_DrawVoxelCollisionProfile, Duration) == 0x00000C, "Member 'DonNavigationManager_Debug_DrawVoxelCollisionProfile::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_FindPathSolution_StressTesting \ +static_assert(alignof(DonNavigationManager_FindPathSolution_StressTesting) == 0x000008, "Wrong alignment on DonNavigationManager_FindPathSolution_StressTesting"); \ +static_assert(sizeof(DonNavigationManager_FindPathSolution_StressTesting) == 0x000070, "Wrong size on DonNavigationManager_FindPathSolution_StressTesting"); \ +static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, Actor) == 0x000000, "Member 'DonNavigationManager_FindPathSolution_StressTesting::Actor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, Destination) == 0x000008, "Member 'DonNavigationManager_FindPathSolution_StressTesting::Destination' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, PathSolutionRaw) == 0x000020, "Member 'DonNavigationManager_FindPathSolution_StressTesting::PathSolutionRaw' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, PathSolutionOptimized) == 0x000030, "Member 'DonNavigationManager_FindPathSolution_StressTesting::PathSolutionOptimized' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, QueryParams) == 0x000040, "Member 'DonNavigationManager_FindPathSolution_StressTesting::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, DebugParams) == 0x000060, "Member 'DonNavigationManager_FindPathSolution_StressTesting::DebugParams' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindPathSolution_StressTesting, ReturnValue) == 0x00006C, "Member 'DonNavigationManager_FindPathSolution_StressTesting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_FindRandomPointAroundOriginInNavWorld \ +static_assert(alignof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld) == 0x000008, "Wrong alignment on DonNavigationManager_FindRandomPointAroundOriginInNavWorld"); \ +static_assert(sizeof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld) == 0x000050, "Wrong size on DonNavigationManager_FindRandomPointAroundOriginInNavWorld"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, NavigationActor) == 0x000000, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::NavigationActor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, Origin) == 0x000008, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::Origin' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, Distance) == 0x000020, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::Distance' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, bFoundValidResult) == 0x000024, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::bFoundValidResult' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, MaxDesiredAltitude) == 0x000028, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::MaxDesiredAltitude' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, MaxZAngularDispacement) == 0x00002C, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::MaxZAngularDispacement' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, MaxAttempts) == 0x000030, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::MaxAttempts' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointAroundOriginInNavWorld, ReturnValue) == 0x000038, "Member 'DonNavigationManager_FindRandomPointAroundOriginInNavWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_FindRandomPointFromActorInNavWorld \ +static_assert(alignof(DonNavigationManager_FindRandomPointFromActorInNavWorld) == 0x000008, "Wrong alignment on DonNavigationManager_FindRandomPointFromActorInNavWorld"); \ +static_assert(sizeof(DonNavigationManager_FindRandomPointFromActorInNavWorld) == 0x000038, "Wrong size on DonNavigationManager_FindRandomPointFromActorInNavWorld"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, Actor) == 0x000000, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::Actor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, Distance) == 0x000008, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::Distance' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, bFoundValidResult) == 0x00000C, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::bFoundValidResult' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, MaxDesiredAltitude) == 0x000010, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::MaxDesiredAltitude' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, MaxZAngularDispacement) == 0x000014, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::MaxZAngularDispacement' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, MaxAttempts) == 0x000018, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::MaxAttempts' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_FindRandomPointFromActorInNavWorld, ReturnValue) == 0x000020, "Member 'DonNavigationManager_FindRandomPointFromActorInNavWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_IsDirectPathLineSweep \ +static_assert(alignof(DonNavigationManager_IsDirectPathLineSweep) == 0x000008, "Wrong alignment on DonNavigationManager_IsDirectPathLineSweep"); \ +static_assert(sizeof(DonNavigationManager_IsDirectPathLineSweep) == 0x000130, "Wrong size on DonNavigationManager_IsDirectPathLineSweep"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, CollisionComponent) == 0x000000, "Member 'DonNavigationManager_IsDirectPathLineSweep::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, Start) == 0x000008, "Member 'DonNavigationManager_IsDirectPathLineSweep::Start' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, End) == 0x000020, "Member 'DonNavigationManager_IsDirectPathLineSweep::End' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, OutHit) == 0x000038, "Member 'DonNavigationManager_IsDirectPathLineSweep::OutHit' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, bFindInitialOverlaps) == 0x000120, "Member 'DonNavigationManager_IsDirectPathLineSweep::bFindInitialOverlaps' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, CollisionShapeInflation) == 0x000124, "Member 'DonNavigationManager_IsDirectPathLineSweep::CollisionShapeInflation' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineSweep, ReturnValue) == 0x000128, "Member 'DonNavigationManager_IsDirectPathLineSweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_IsDirectPathSweep \ +static_assert(alignof(DonNavigationManager_IsDirectPathSweep) == 0x000008, "Wrong alignment on DonNavigationManager_IsDirectPathSweep"); \ +static_assert(sizeof(DonNavigationManager_IsDirectPathSweep) == 0x000130, "Wrong size on DonNavigationManager_IsDirectPathSweep"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, CollisionComponent) == 0x000000, "Member 'DonNavigationManager_IsDirectPathSweep::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, Start) == 0x000008, "Member 'DonNavigationManager_IsDirectPathSweep::Start' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, End) == 0x000020, "Member 'DonNavigationManager_IsDirectPathSweep::End' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, OutHit) == 0x000038, "Member 'DonNavigationManager_IsDirectPathSweep::OutHit' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, bFindInitialOverlaps) == 0x000120, "Member 'DonNavigationManager_IsDirectPathSweep::bFindInitialOverlaps' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, CollisionShapeInflation) == 0x000124, "Member 'DonNavigationManager_IsDirectPathSweep::CollisionShapeInflation' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathSweep, ReturnValue) == 0x000128, "Member 'DonNavigationManager_IsDirectPathSweep::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_NavPathQuery \ +static_assert(alignof(DonNavigationManager_NavPathQuery) == 0x000008, "Wrong alignment on DonNavigationManager_NavPathQuery"); \ +static_assert(sizeof(DonNavigationManager_NavPathQuery) == 0x000048, "Wrong size on DonNavigationManager_NavPathQuery"); \ +static_assert(offsetof(DonNavigationManager_NavPathQuery, Actor) == 0x000000, "Member 'DonNavigationManager_NavPathQuery::Actor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_NavPathQuery, Destination) == 0x000008, "Member 'DonNavigationManager_NavPathQuery::Destination' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_NavPathQuery, MaxIterations) == 0x000020, "Member 'DonNavigationManager_NavPathQuery::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_NavPathQuery, OutResult) == 0x000028, "Member 'DonNavigationManager_NavPathQuery::OutResult' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_NavPathQuery, ReturnValue) == 0x000040, "Member 'DonNavigationManager_NavPathQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_ScheduleDynamicCollisionUpdate \ +static_assert(alignof(DonNavigationManager_ScheduleDynamicCollisionUpdate) == 0x000008, "Wrong alignment on DonNavigationManager_ScheduleDynamicCollisionUpdate"); \ +static_assert(sizeof(DonNavigationManager_ScheduleDynamicCollisionUpdate) == 0x000030, "Wrong size on DonNavigationManager_ScheduleDynamicCollisionUpdate"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, Mesh) == 0x000000, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::Mesh' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, ResultHandler) == 0x000008, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::ResultHandler' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, CustomCacheIdentifier) == 0x000018, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::CustomCacheIdentifier' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bReplaceExistingTask) == 0x000020, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bReplaceExistingTask' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bDisableCacheUsage) == 0x000021, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bDisableCacheUsage' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bReloadCollisionCache) == 0x000022, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bReloadCollisionCache' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bUseCheapBoundsCollision) == 0x000023, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bUseCheapBoundsCollision' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, BoundsScaleFactor) == 0x000024, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::BoundsScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bForceSynchronousExecution) == 0x000028, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bForceSynchronousExecution' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, bDrawDebug) == 0x000029, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::bDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ScheduleDynamicCollisionUpdate, ReturnValue) == 0x00002A, "Member 'DonNavigationManager_ScheduleDynamicCollisionUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_SchedulePathfindingTask \ +static_assert(alignof(DonNavigationManager_SchedulePathfindingTask) == 0x000008, "Wrong alignment on DonNavigationManager_SchedulePathfindingTask"); \ +static_assert(sizeof(DonNavigationManager_SchedulePathfindingTask) == 0x000070, "Wrong size on DonNavigationManager_SchedulePathfindingTask"); \ +static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, Actor) == 0x000000, "Member 'DonNavigationManager_SchedulePathfindingTask::Actor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, Destination) == 0x000008, "Member 'DonNavigationManager_SchedulePathfindingTask::Destination' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, QueryParams) == 0x000020, "Member 'DonNavigationManager_SchedulePathfindingTask::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, DebugParams) == 0x000040, "Member 'DonNavigationManager_SchedulePathfindingTask::DebugParams' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, ResultHandlerDelegate) == 0x00004C, "Member 'DonNavigationManager_SchedulePathfindingTask::ResultHandlerDelegate' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, DynamicCollisionListener) == 0x00005C, "Member 'DonNavigationManager_SchedulePathfindingTask::DynamicCollisionListener' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_SchedulePathfindingTask, ReturnValue) == 0x00006C, "Member 'DonNavigationManager_SchedulePathfindingTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_StopListeningToDynamicCollisionsForPath \ +static_assert(alignof(DonNavigationManager_StopListeningToDynamicCollisionsForPath) == 0x000008, "Wrong alignment on DonNavigationManager_StopListeningToDynamicCollisionsForPath"); \ +static_assert(sizeof(DonNavigationManager_StopListeningToDynamicCollisionsForPath) == 0x0002C8, "Wrong size on DonNavigationManager_StopListeningToDynamicCollisionsForPath"); \ +static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPath, ListenerToClear) == 0x000000, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPath::ListenerToClear' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPath, QueryData) == 0x000010, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPath::QueryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex \ +static_assert(alignof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex) == 0x000008, "Wrong alignment on DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex"); \ +static_assert(sizeof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex) == 0x0002D0, "Wrong size on DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex"); \ +static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex, ListenerToClear) == 0x000000, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex::ListenerToClear' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex, QueryData) == 0x000010, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex::QueryData' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex, VolumeIndex) == 0x0002C8, "Member 'DonNavigationManager_StopListeningToDynamicCollisionsForPathIndex::VolumeIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_VisualizeDynamicCollisionListeners \ +static_assert(alignof(DonNavigationManager_VisualizeDynamicCollisionListeners) == 0x000008, "Wrong alignment on DonNavigationManager_VisualizeDynamicCollisionListeners"); \ +static_assert(sizeof(DonNavigationManager_VisualizeDynamicCollisionListeners) == 0x0002C8, "Wrong size on DonNavigationManager_VisualizeDynamicCollisionListeners"); \ +static_assert(offsetof(DonNavigationManager_VisualizeDynamicCollisionListeners, Listener) == 0x000000, "Member 'DonNavigationManager_VisualizeDynamicCollisionListeners::Listener' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_VisualizeDynamicCollisionListeners, QueryData) == 0x000010, "Member 'DonNavigationManager_VisualizeDynamicCollisionListeners::QueryData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_VisualizeNavResult \ +static_assert(alignof(DonNavigationManager_VisualizeNavResult) == 0x000008, "Wrong alignment on DonNavigationManager_VisualizeNavResult"); \ +static_assert(sizeof(DonNavigationManager_VisualizeNavResult) == 0x000058, "Wrong size on DonNavigationManager_VisualizeNavResult"); \ +static_assert(offsetof(DonNavigationManager_VisualizeNavResult, PathSolution) == 0x000000, "Member 'DonNavigationManager_VisualizeNavResult::PathSolution' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_VisualizeNavResult, Source) == 0x000010, "Member 'DonNavigationManager_VisualizeNavResult::Source' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_VisualizeNavResult, Destination) == 0x000028, "Member 'DonNavigationManager_VisualizeNavResult::Destination' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_VisualizeNavResult, Reset) == 0x000040, "Member 'DonNavigationManager_VisualizeNavResult::Reset' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_VisualizeNavResult, DebugParams) == 0x000044, "Member 'DonNavigationManager_VisualizeNavResult::DebugParams' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_VisualizeNavResult, LineColor) == 0x000050, "Member 'DonNavigationManager_VisualizeNavResult::LineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_ClampLocationToNavigableWorld \ +static_assert(alignof(DonNavigationManager_ClampLocationToNavigableWorld) == 0x000008, "Wrong alignment on DonNavigationManager_ClampLocationToNavigableWorld"); \ +static_assert(sizeof(DonNavigationManager_ClampLocationToNavigableWorld) == 0x000030, "Wrong size on DonNavigationManager_ClampLocationToNavigableWorld"); \ +static_assert(offsetof(DonNavigationManager_ClampLocationToNavigableWorld, DesiredLocation) == 0x000000, "Member 'DonNavigationManager_ClampLocationToNavigableWorld::DesiredLocation' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_ClampLocationToNavigableWorld, ReturnValue) == 0x000018, "Member 'DonNavigationManager_ClampLocationToNavigableWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_HasTask \ +static_assert(alignof(DonNavigationManager_HasTask) == 0x000008, "Wrong alignment on DonNavigationManager_HasTask"); \ +static_assert(sizeof(DonNavigationManager_HasTask) == 0x000010, "Wrong size on DonNavigationManager_HasTask"); \ +static_assert(offsetof(DonNavigationManager_HasTask, Actor) == 0x000000, "Member 'DonNavigationManager_HasTask::Actor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_HasTask, ReturnValue) == 0x000008, "Member 'DonNavigationManager_HasTask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_IsDirectPathLineTrace \ +static_assert(alignof(DonNavigationManager_IsDirectPathLineTrace) == 0x000008, "Wrong alignment on DonNavigationManager_IsDirectPathLineTrace"); \ +static_assert(sizeof(DonNavigationManager_IsDirectPathLineTrace) == 0x000130, "Wrong size on DonNavigationManager_IsDirectPathLineTrace"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, Start) == 0x000000, "Member 'DonNavigationManager_IsDirectPathLineTrace::Start' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, End) == 0x000018, "Member 'DonNavigationManager_IsDirectPathLineTrace::End' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, OutHit) == 0x000030, "Member 'DonNavigationManager_IsDirectPathLineTrace::OutHit' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, ActorsToIgnore) == 0x000118, "Member 'DonNavigationManager_IsDirectPathLineTrace::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, bFindInitialOverlaps) == 0x000128, "Member 'DonNavigationManager_IsDirectPathLineTrace::bFindInitialOverlaps' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsDirectPathLineTrace, ReturnValue) == 0x000129, "Member 'DonNavigationManager_IsDirectPathLineTrace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_IsLocationBeneathLandscape \ +static_assert(alignof(DonNavigationManager_IsLocationBeneathLandscape) == 0x000008, "Wrong alignment on DonNavigationManager_IsLocationBeneathLandscape"); \ +static_assert(sizeof(DonNavigationManager_IsLocationBeneathLandscape) == 0x000020, "Wrong size on DonNavigationManager_IsLocationBeneathLandscape"); \ +static_assert(offsetof(DonNavigationManager_IsLocationBeneathLandscape, Location) == 0x000000, "Member 'DonNavigationManager_IsLocationBeneathLandscape::Location' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsLocationBeneathLandscape, LineTraceHeight) == 0x000018, "Member 'DonNavigationManager_IsLocationBeneathLandscape::LineTraceHeight' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsLocationBeneathLandscape, ReturnValue) == 0x00001C, "Member 'DonNavigationManager_IsLocationBeneathLandscape::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_IsLocationWithinNavigableWorld \ +static_assert(alignof(DonNavigationManager_IsLocationWithinNavigableWorld) == 0x000008, "Wrong alignment on DonNavigationManager_IsLocationWithinNavigableWorld"); \ +static_assert(sizeof(DonNavigationManager_IsLocationWithinNavigableWorld) == 0x000020, "Wrong size on DonNavigationManager_IsLocationWithinNavigableWorld"); \ +static_assert(offsetof(DonNavigationManager_IsLocationWithinNavigableWorld, DesiredLocation) == 0x000000, "Member 'DonNavigationManager_IsLocationWithinNavigableWorld::DesiredLocation' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsLocationWithinNavigableWorld, ReturnValue) == 0x000018, "Member 'DonNavigationManager_IsLocationWithinNavigableWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigationManager_IsMeshBoundsWithinNavigableWorld \ +static_assert(alignof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld) == 0x000008, "Wrong alignment on DonNavigationManager_IsMeshBoundsWithinNavigableWorld"); \ +static_assert(sizeof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld) == 0x000010, "Wrong size on DonNavigationManager_IsMeshBoundsWithinNavigableWorld"); \ +static_assert(offsetof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld, Mesh) == 0x000000, "Member 'DonNavigationManager_IsMeshBoundsWithinNavigableWorld::Mesh' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld, BoundsScaleFactor) == 0x000008, "Member 'DonNavigationManager_IsMeshBoundsWithinNavigableWorld::BoundsScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(DonNavigationManager_IsMeshBoundsWithinNavigableWorld, ReturnValue) == 0x00000C, "Member 'DonNavigationManager_IsMeshBoundsWithinNavigableWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADonNavigationManager \ +static_assert(alignof(ADonNavigationManager) == 0x000010, "Wrong alignment on ADonNavigationManager"); \ +static_assert(sizeof(ADonNavigationManager) == 0x0072F0, "Wrong size on ADonNavigationManager"); \ +static_assert(offsetof(ADonNavigationManager, bIsUnbound) == 0x00047C, "Member 'ADonNavigationManager::bIsUnbound' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, SceneComponent) == 0x000480, "Member 'ADonNavigationManager::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, Billboard) == 0x000488, "Member 'ADonNavigationManager::Billboard' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, VoxelSize) == 0x0004A0, "Member 'ADonNavigationManager::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, XGridSize) == 0x0004A4, "Member 'ADonNavigationManager::XGridSize' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, YGridSize) == 0x0004A8, "Member 'ADonNavigationManager::YGridSize' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, ZGridSize) == 0x0004AC, "Member 'ADonNavigationManager::ZGridSize' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, ManagerDebugParams) == 0x0004B0, "Member 'ADonNavigationManager::ManagerDebugParams' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, ObstacleQueryChannels) == 0x0004C0, "Member 'ADonNavigationManager::ObstacleQueryChannels' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, ActorsToIgnoreForCollision) == 0x0004D0, "Member 'ADonNavigationManager::ActorsToIgnoreForCollision' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, AutoCorrectionGuessList) == 0x0004E0, "Member 'ADonNavigationManager::AutoCorrectionGuessList' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, UnrealPhyxPenetrationDepth) == 0x0004F0, "Member 'ADonNavigationManager::UnrealPhyxPenetrationDepth' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, PerformCollisionChecksOnStartup) == 0x0004F4, "Member 'ADonNavigationManager::PerformCollisionChecksOnStartup' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, bMultiThreadingEnabled) == 0x0004F5, "Member 'ADonNavigationManager::bMultiThreadingEnabled' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsPerTick) == 0x0004F8, "Member 'ADonNavigationManager::MaxPathSolverIterationsPerTick' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsPerTick) == 0x0004FC, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsPerTick' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsOnThread) == 0x000500, "Member 'ADonNavigationManager::MaxPathSolverIterationsOnThread' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsOnThread) == 0x000504, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsOnThread' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsPerTick_Unbound) == 0x000508, "Member 'ADonNavigationManager::MaxPathSolverIterationsPerTick_Unbound' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsPerTick_Unbound) == 0x00050C, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsPerTick_Unbound' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxPathSolverIterationsOnThread_Unbound) == 0x000510, "Member 'ADonNavigationManager::MaxPathSolverIterationsOnThread_Unbound' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, MaxCollisionSolverIterationsOnThread_Unbound) == 0x000514, "Member 'ADonNavigationManager::MaxCollisionSolverIterationsOnThread_Unbound' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, WorldBoundaryVisualizer) == 0x000518, "Member 'ADonNavigationManager::WorldBoundaryVisualizer' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, bDisplayWorldBoundary) == 0x000520, "Member 'ADonNavigationManager::bDisplayWorldBoundary' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, bDisplayWorldBoundaryInGame) == 0x000521, "Member 'ADonNavigationManager::bDisplayWorldBoundaryInGame' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, DebugVoxelsLineThickness) == 0x000524, "Member 'ADonNavigationManager::DebugVoxelsLineThickness' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, bRunDebugValidationsForDynamicCollisions) == 0x000528, "Member 'ADonNavigationManager::bRunDebugValidationsForDynamicCollisions' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, ActiveNavigationTaskOwners) == 0x007170, "Member 'ADonNavigationManager::ActiveNavigationTaskOwners' has a wrong offset!"); \ +static_assert(offsetof(ADonNavigationManager, ActiveCollisionTaskOwners) == 0x0071C0, "Member 'ADonNavigationManager::ActiveCollisionTaskOwners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADonNavigationManagerUnbound \ +static_assert(alignof(ADonNavigationManagerUnbound) == 0x000010, "Wrong alignment on ADonNavigationManagerUnbound"); \ +static_assert(sizeof(ADonNavigationManagerUnbound) == 0x0072F0, "Wrong size on ADonNavigationManagerUnbound"); \ + +#define DUMPER7_ASSERTS_DonNavigator_AddMovementInputCustom \ +static_assert(alignof(DonNavigator_AddMovementInputCustom) == 0x000008, "Wrong alignment on DonNavigator_AddMovementInputCustom"); \ +static_assert(sizeof(DonNavigator_AddMovementInputCustom) == 0x000020, "Wrong size on DonNavigator_AddMovementInputCustom"); \ +static_assert(offsetof(DonNavigator_AddMovementInputCustom, WorldDirection) == 0x000000, "Member 'DonNavigator_AddMovementInputCustom::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(DonNavigator_AddMovementInputCustom, ScaleValue) == 0x000018, "Member 'DonNavigator_AddMovementInputCustom::ScaleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigator_OnLocomotionEnd \ +static_assert(alignof(DonNavigator_OnLocomotionEnd) == 0x000001, "Wrong alignment on DonNavigator_OnLocomotionEnd"); \ +static_assert(sizeof(DonNavigator_OnLocomotionEnd) == 0x000001, "Wrong size on DonNavigator_OnLocomotionEnd"); \ +static_assert(offsetof(DonNavigator_OnLocomotionEnd, bLocomotionSuccess) == 0x000000, "Member 'DonNavigator_OnLocomotionEnd::bLocomotionSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DonNavigator_OnNextSegment \ +static_assert(alignof(DonNavigator_OnNextSegment) == 0x000008, "Wrong alignment on DonNavigator_OnNextSegment"); \ +static_assert(sizeof(DonNavigator_OnNextSegment) == 0x000018, "Wrong size on DonNavigator_OnNextSegment"); \ +static_assert(offsetof(DonNavigator_OnNextSegment, NextPoint) == 0x000000, "Member 'DonNavigator_OnNextSegment::NextPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IDonNavigator \ +static_assert(alignof(IDonNavigator) == 0x000001, "Wrong alignment on IDonNavigator"); \ +static_assert(sizeof(IDonNavigator) == 0x000001, "Wrong size on IDonNavigator"); \ + +#define DUMPER7_ASSERTS_UGSDynamicSDFConfig \ +static_assert(alignof(UGSDynamicSDFConfig) == 0x000008, "Wrong alignment on UGSDynamicSDFConfig"); \ +static_assert(sizeof(UGSDynamicSDFConfig) == 0x000068, "Wrong size on UGSDynamicSDFConfig"); \ +static_assert(offsetof(UGSDynamicSDFConfig, MPCPath) == 0x000038, "Member 'UGSDynamicSDFConfig::MPCPath' has a wrong offset!"); \ +static_assert(offsetof(UGSDynamicSDFConfig, NPCPath) == 0x000050, "Member 'UGSDynamicSDFConfig::NPCPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSDynamicSDFInitializer \ +static_assert(alignof(AGSDynamicSDFInitializer) == 0x000008, "Wrong alignment on AGSDynamicSDFInitializer"); \ +static_assert(sizeof(AGSDynamicSDFInitializer) == 0x000380, "Wrong size on AGSDynamicSDFInitializer"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, CenterSnappedPosWS) == 0x000288, "Member 'AGSDynamicSDFInitializer::CenterSnappedPosWS' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, CenterSnappedOffset) == 0x0002A0, "Member 'AGSDynamicSDFInitializer::CenterSnappedOffset' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, PreviousCenterSnappedPosWS) == 0x0002B8, "Member 'AGSDynamicSDFInitializer::PreviousCenterSnappedPosWS' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, PreviousCenterSnappedOffset) == 0x0002D0, "Member 'AGSDynamicSDFInitializer::PreviousCenterSnappedOffset' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, CenterPos) == 0x0002E8, "Member 'AGSDynamicSDFInitializer::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, CenterOffset) == 0x000300, "Member 'AGSDynamicSDFInitializer::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, PreviousCenterPos) == 0x000318, "Member 'AGSDynamicSDFInitializer::PreviousCenterPos' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, UsedElementCount) == 0x000330, "Member 'AGSDynamicSDFInitializer::UsedElementCount' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, Data) == 0x000338, "Member 'AGSDynamicSDFInitializer::Data' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, Velocity) == 0x000348, "Member 'AGSDynamicSDFInitializer::Velocity' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, VertexNormal) == 0x000358, "Member 'AGSDynamicSDFInitializer::VertexNormal' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, MPC) == 0x000368, "Member 'AGSDynamicSDFInitializer::MPC' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, NPC) == 0x000370, "Member 'AGSDynamicSDFInitializer::NPC' has a wrong offset!"); \ +static_assert(offsetof(AGSDynamicSDFInitializer, NPCInst) == 0x000378, "Member 'AGSDynamicSDFInitializer::NPCInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptHeapStatistics \ +static_assert(alignof(FJavascriptHeapStatistics) == 0x000004, "Wrong alignment on FJavascriptHeapStatistics"); \ +static_assert(sizeof(FJavascriptHeapStatistics) == 0x000020, "Wrong size on FJavascriptHeapStatistics"); \ +static_assert(offsetof(FJavascriptHeapStatistics, TotalHeapSize) == 0x000000, "Member 'FJavascriptHeapStatistics::TotalHeapSize' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptHeapStatistics, TotalHeapSizeExecutable) == 0x000004, "Member 'FJavascriptHeapStatistics::TotalHeapSizeExecutable' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptHeapStatistics, TotalPhysicalSize) == 0x000008, "Member 'FJavascriptHeapStatistics::TotalPhysicalSize' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptHeapStatistics, TotalAvailableSize) == 0x00000C, "Member 'FJavascriptHeapStatistics::TotalAvailableSize' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptHeapStatistics, UsedHeapSize) == 0x000010, "Member 'FJavascriptHeapStatistics::UsedHeapSize' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptHeapStatistics, HeapSizeLimit) == 0x000014, "Member 'FJavascriptHeapStatistics::HeapSizeLimit' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptHeapStatistics, MallocedMemory) == 0x000018, "Member 'FJavascriptHeapStatistics::MallocedMemory' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptHeapStatistics, bDoesZapGarbage) == 0x00001C, "Member 'FJavascriptHeapStatistics::bDoesZapGarbage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptClassAsset \ +static_assert(alignof(FJavascriptClassAsset) == 0x000008, "Wrong alignment on FJavascriptClassAsset"); \ +static_assert(sizeof(FJavascriptClassAsset) == 0x000010, "Wrong size on FJavascriptClassAsset"); \ +static_assert(offsetof(FJavascriptClassAsset, Name) == 0x000000, "Member 'FJavascriptClassAsset::Name' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptClassAsset, Class) == 0x000008, "Member 'FJavascriptClassAsset::Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptRawAccess_Data \ +static_assert(alignof(FJavascriptRawAccess_Data) == 0x000001, "Wrong alignment on FJavascriptRawAccess_Data"); \ +static_assert(sizeof(FJavascriptRawAccess_Data) == 0x000001, "Wrong size on FJavascriptRawAccess_Data"); \ + +#define DUMPER7_ASSERTS_FJavascriptAsset \ +static_assert(alignof(FJavascriptAsset) == 0x000008, "Wrong alignment on FJavascriptAsset"); \ +static_assert(sizeof(FJavascriptAsset) == 0x000020, "Wrong size on FJavascriptAsset"); \ +static_assert(offsetof(FJavascriptAsset, Name) == 0x000000, "Member 'FJavascriptAsset::Name' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptAsset, Asset) == 0x000008, "Member 'FJavascriptAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptRawAccess \ +static_assert(alignof(FJavascriptRawAccess) == 0x000008, "Wrong alignment on FJavascriptRawAccess"); \ +static_assert(sizeof(FJavascriptRawAccess) == 0x000008, "Wrong size on FJavascriptRawAccess"); \ + +#define DUMPER7_ASSERTS_FJavascriptMemoryStruct \ +static_assert(alignof(FJavascriptMemoryStruct) == 0x000008, "Wrong alignment on FJavascriptMemoryStruct"); \ +static_assert(sizeof(FJavascriptMemoryStruct) == 0x000008, "Wrong size on FJavascriptMemoryStruct"); \ + +#define DUMPER7_ASSERTS_FJavascriptFunction \ +static_assert(alignof(FJavascriptFunction) == 0x000008, "Wrong alignment on FJavascriptFunction"); \ +static_assert(sizeof(FJavascriptFunction) == 0x000010, "Wrong size on FJavascriptFunction"); \ + +#define DUMPER7_ASSERTS_FJavascriptRef \ +static_assert(alignof(FJavascriptRef) == 0x000008, "Wrong alignment on FJavascriptRef"); \ +static_assert(sizeof(FJavascriptRef) == 0x000010, "Wrong size on FJavascriptRef"); \ + +#define DUMPER7_ASSERTS_FReadStringFromFileHandle \ +static_assert(alignof(FReadStringFromFileHandle) == 0x000008, "Wrong alignment on FReadStringFromFileHandle"); \ +static_assert(sizeof(FReadStringFromFileHandle) == 0x000010, "Wrong size on FReadStringFromFileHandle"); \ + +#define DUMPER7_ASSERTS_FReadStringFromFileAsyncData \ +static_assert(alignof(FReadStringFromFileAsyncData) == 0x000008, "Wrong alignment on FReadStringFromFileAsyncData"); \ +static_assert(sizeof(FReadStringFromFileAsyncData) == 0x000010, "Wrong size on FReadStringFromFileAsyncData"); \ +static_assert(offsetof(FReadStringFromFileAsyncData, String) == 0x000000, "Member 'FReadStringFromFileAsyncData::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDirectoryItem \ +static_assert(alignof(FDirectoryItem) == 0x000008, "Wrong alignment on FDirectoryItem"); \ +static_assert(sizeof(FDirectoryItem) == 0x000018, "Wrong size on FDirectoryItem"); \ +static_assert(offsetof(FDirectoryItem, Name) == 0x000000, "Member 'FDirectoryItem::Name' has a wrong offset!"); \ +static_assert(offsetof(FDirectoryItem, bIsDirectory) == 0x000010, "Member 'FDirectoryItem::bIsDirectory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptStat \ +static_assert(alignof(FJavascriptStat) == 0x000001, "Wrong alignment on FJavascriptStat"); \ +static_assert(sizeof(FJavascriptStat) == 0x000001, "Wrong size on FJavascriptStat"); \ + +#define DUMPER7_ASSERTS_FJavascriptLogCategory \ +static_assert(alignof(FJavascriptLogCategory) == 0x000008, "Wrong alignment on FJavascriptLogCategory"); \ +static_assert(sizeof(FJavascriptLogCategory) == 0x000010, "Wrong size on FJavascriptLogCategory"); \ + +#define DUMPER7_ASSERTS_FJavascriptStreamableManager \ +static_assert(alignof(FJavascriptStreamableManager) == 0x000008, "Wrong alignment on FJavascriptStreamableManager"); \ +static_assert(sizeof(FJavascriptStreamableManager) == 0x000010, "Wrong size on FJavascriptStreamableManager"); \ + +#define DUMPER7_ASSERTS_FJavascriptStubStruct \ +static_assert(alignof(FJavascriptStubStruct) == 0x000001, "Wrong alignment on FJavascriptStubStruct"); \ +static_assert(sizeof(FJavascriptStubStruct) == 0x000001, "Wrong size on FJavascriptStubStruct"); \ + +#define DUMPER7_ASSERTS_FJavascriptSocket \ +static_assert(alignof(FJavascriptSocket) == 0x000008, "Wrong alignment on FJavascriptSocket"); \ +static_assert(sizeof(FJavascriptSocket) == 0x000010, "Wrong size on FJavascriptSocket"); \ + +#define DUMPER7_ASSERTS_FJavascriptInternetAddr \ +static_assert(alignof(FJavascriptInternetAddr) == 0x000008, "Wrong alignment on FJavascriptInternetAddr"); \ +static_assert(sizeof(FJavascriptInternetAddr) == 0x000010, "Wrong size on FJavascriptInternetAddr"); \ + +#define DUMPER7_ASSERTS_FJavscriptProperty \ +static_assert(alignof(FJavscriptProperty) == 0x000008, "Wrong alignment on FJavscriptProperty"); \ +static_assert(sizeof(FJavscriptProperty) == 0x000020, "Wrong size on FJavscriptProperty"); \ +static_assert(offsetof(FJavscriptProperty, Type) == 0x000000, "Member 'FJavscriptProperty::Type' has a wrong offset!"); \ +static_assert(offsetof(FJavscriptProperty, Name) == 0x000010, "Member 'FJavscriptProperty::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptText \ +static_assert(alignof(FJavascriptText) == 0x000008, "Wrong alignment on FJavascriptText"); \ +static_assert(sizeof(FJavascriptText) == 0x000050, "Wrong size on FJavascriptText"); \ +static_assert(offsetof(FJavascriptText, String) == 0x000000, "Member 'FJavascriptText::String' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptText, Namespace) == 0x000010, "Member 'FJavascriptText::Namespace' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptText, Key) == 0x000020, "Member 'FJavascriptText::Key' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptText, TableId) == 0x000030, "Member 'FJavascriptText::TableId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptCpuProfiler \ +static_assert(alignof(FJavascriptCpuProfiler) == 0x000008, "Wrong alignment on FJavascriptCpuProfiler"); \ +static_assert(sizeof(FJavascriptCpuProfiler) == 0x000008, "Wrong size on FJavascriptCpuProfiler"); \ + +#define DUMPER7_ASSERTS_FJavascriptProfileNode \ +static_assert(alignof(FJavascriptProfileNode) == 0x000008, "Wrong alignment on FJavascriptProfileNode"); \ +static_assert(sizeof(FJavascriptProfileNode) == 0x000008, "Wrong size on FJavascriptProfileNode"); \ + +#define DUMPER7_ASSERTS_FJavascriptAutomatedTestInstance \ +static_assert(alignof(FJavascriptAutomatedTestInstance) == 0x000008, "Wrong alignment on FJavascriptAutomatedTestInstance"); \ +static_assert(sizeof(FJavascriptAutomatedTestInstance) == 0x000010, "Wrong size on FJavascriptAutomatedTestInstance"); \ + +#define DUMPER7_ASSERTS_FJavascriptAutomatedTestParameters \ +static_assert(alignof(FJavascriptAutomatedTestParameters) == 0x000008, "Wrong alignment on FJavascriptAutomatedTestParameters"); \ +static_assert(sizeof(FJavascriptAutomatedTestParameters) == 0x000020, "Wrong size on FJavascriptAutomatedTestParameters"); \ +static_assert(offsetof(FJavascriptAutomatedTestParameters, TestFunctionName) == 0x000000, "Member 'FJavascriptAutomatedTestParameters::TestFunctionName' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptAutomatedTestParameters, Tester) == 0x000010, "Member 'FJavascriptAutomatedTestParameters::Tester' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptAutomatedTest \ +static_assert(alignof(FJavascriptAutomatedTest) == 0x000008, "Wrong alignment on FJavascriptAutomatedTest"); \ +static_assert(sizeof(FJavascriptAutomatedTest) == 0x000040, "Wrong size on FJavascriptAutomatedTest"); \ +static_assert(offsetof(FJavascriptAutomatedTest, Name) == 0x000000, "Member 'FJavascriptAutomatedTest::Name' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptAutomatedTest, bComplexTask) == 0x000010, "Member 'FJavascriptAutomatedTest::bComplexTask' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptAutomatedTest, TestFlags) == 0x000014, "Member 'FJavascriptAutomatedTest::TestFlags' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptAutomatedTest, RequiredDeviceNum) == 0x000018, "Member 'FJavascriptAutomatedTest::RequiredDeviceNum' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptAutomatedTest, TestFunctionNames) == 0x000020, "Member 'FJavascriptAutomatedTest::TestFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptAutomatedTest, Function) == 0x000030, "Member 'FJavascriptAutomatedTest::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptGeneratedFunction \ +static_assert(alignof(UJavascriptGeneratedFunction) == 0x000008, "Wrong alignment on UJavascriptGeneratedFunction"); \ +static_assert(sizeof(UJavascriptGeneratedFunction) == 0x0000F0, "Wrong size on UJavascriptGeneratedFunction"); \ + +#define DUMPER7_ASSERTS_UV8Config \ +static_assert(alignof(UV8Config) == 0x000008, "Wrong alignment on UV8Config"); \ +static_assert(sizeof(UV8Config) == 0x000030, "Wrong size on UV8Config"); \ +static_assert(offsetof(UV8Config, bGenAltPropAccessorForAllProp) == 0x000028, "Member 'UV8Config::bGenAltPropAccessorForAllProp' has a wrong offset!"); \ +static_assert(offsetof(UV8Config, bGenGetStructRefArrayFunction) == 0x000029, "Member 'UV8Config::bGenGetStructRefArrayFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectoryWatcher_Contains \ +static_assert(alignof(DirectoryWatcher_Contains) == 0x000008, "Wrong alignment on DirectoryWatcher_Contains"); \ +static_assert(sizeof(DirectoryWatcher_Contains) == 0x000018, "Wrong size on DirectoryWatcher_Contains"); \ +static_assert(offsetof(DirectoryWatcher_Contains, file) == 0x000000, "Member 'DirectoryWatcher_Contains::file' has a wrong offset!"); \ +static_assert(offsetof(DirectoryWatcher_Contains, ReturnValue) == 0x000010, "Member 'DirectoryWatcher_Contains::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DirectoryWatcher_Watch \ +static_assert(alignof(DirectoryWatcher_Watch) == 0x000008, "Wrong alignment on DirectoryWatcher_Watch"); \ +static_assert(sizeof(DirectoryWatcher_Watch) == 0x000010, "Wrong size on DirectoryWatcher_Watch"); \ +static_assert(offsetof(DirectoryWatcher_Watch, Directory) == 0x000000, "Member 'DirectoryWatcher_Watch::Directory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDirectoryWatcher \ +static_assert(alignof(UDirectoryWatcher) == 0x000008, "Wrong alignment on UDirectoryWatcher"); \ +static_assert(sizeof(UDirectoryWatcher) == 0x000080, "Wrong size on UDirectoryWatcher"); \ +static_assert(offsetof(UDirectoryWatcher, Added) == 0x000040, "Member 'UDirectoryWatcher::Added' has a wrong offset!"); \ +static_assert(offsetof(UDirectoryWatcher, Modified) == 0x000050, "Member 'UDirectoryWatcher::Modified' has a wrong offset!"); \ +static_assert(offsetof(UDirectoryWatcher, Removed) == 0x000060, "Member 'UDirectoryWatcher::Removed' has a wrong offset!"); \ +static_assert(offsetof(UDirectoryWatcher, OnChanged) == 0x000070, "Member 'UDirectoryWatcher::OnChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptComponent_Expose \ +static_assert(alignof(JavascriptComponent_Expose) == 0x000008, "Wrong alignment on JavascriptComponent_Expose"); \ +static_assert(sizeof(JavascriptComponent_Expose) == 0x000018, "Wrong size on JavascriptComponent_Expose"); \ +static_assert(offsetof(JavascriptComponent_Expose, ExposedAs) == 0x000000, "Member 'JavascriptComponent_Expose::ExposedAs' has a wrong offset!"); \ +static_assert(offsetof(JavascriptComponent_Expose, Object) == 0x000010, "Member 'JavascriptComponent_Expose::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptComponent_Invoke \ +static_assert(alignof(JavascriptComponent_Invoke) == 0x000004, "Wrong alignment on JavascriptComponent_Invoke"); \ +static_assert(sizeof(JavascriptComponent_Invoke) == 0x000008, "Wrong size on JavascriptComponent_Invoke"); \ +static_assert(offsetof(JavascriptComponent_Invoke, Name_0) == 0x000000, "Member 'JavascriptComponent_Invoke::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptComponent_ResolveAsset \ +static_assert(alignof(JavascriptComponent_ResolveAsset) == 0x000008, "Wrong alignment on JavascriptComponent_ResolveAsset"); \ +static_assert(sizeof(JavascriptComponent_ResolveAsset) == 0x000018, "Wrong size on JavascriptComponent_ResolveAsset"); \ +static_assert(offsetof(JavascriptComponent_ResolveAsset, Name_0) == 0x000000, "Member 'JavascriptComponent_ResolveAsset::Name_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptComponent_ResolveAsset, bTryLoad) == 0x000008, "Member 'JavascriptComponent_ResolveAsset::bTryLoad' has a wrong offset!"); \ +static_assert(offsetof(JavascriptComponent_ResolveAsset, ReturnValue) == 0x000010, "Member 'JavascriptComponent_ResolveAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptComponent_ResolveClass \ +static_assert(alignof(JavascriptComponent_ResolveClass) == 0x000008, "Wrong alignment on JavascriptComponent_ResolveClass"); \ +static_assert(sizeof(JavascriptComponent_ResolveClass) == 0x000010, "Wrong size on JavascriptComponent_ResolveClass"); \ +static_assert(offsetof(JavascriptComponent_ResolveClass, Name_0) == 0x000000, "Member 'JavascriptComponent_ResolveClass::Name_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptComponent_ResolveClass, ReturnValue) == 0x000008, "Member 'JavascriptComponent_ResolveClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptComponent \ +static_assert(alignof(UJavascriptComponent) == 0x000008, "Wrong alignment on UJavascriptComponent"); \ +static_assert(sizeof(UJavascriptComponent) == 0x000148, "Wrong size on UJavascriptComponent"); \ +static_assert(offsetof(UJavascriptComponent, ScriptSourceFile) == 0x0000C0, "Member 'UJavascriptComponent::ScriptSourceFile' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, bActiveWithinEditor) == 0x0000D0, "Member 'UJavascriptComponent::bActiveWithinEditor' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, JavascriptContext) == 0x0000D8, "Member 'UJavascriptComponent::JavascriptContext' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, JavascriptIsolate) == 0x0000E0, "Member 'UJavascriptComponent::JavascriptIsolate' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, OnTick) == 0x0000E8, "Member 'UJavascriptComponent::OnTick' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, OnBeginPlay) == 0x0000F8, "Member 'UJavascriptComponent::OnBeginPlay' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, OnEndPlay) == 0x000108, "Member 'UJavascriptComponent::OnEndPlay' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, OnInvoke) == 0x000118, "Member 'UJavascriptComponent::OnInvoke' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, Assets) == 0x000128, "Member 'UJavascriptComponent::Assets' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComponent, ClassAssets) == 0x000138, "Member 'UJavascriptComponent::ClassAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_CreateInspector \ +static_assert(alignof(JavascriptContext_CreateInspector) == 0x000004, "Wrong alignment on JavascriptContext_CreateInspector"); \ +static_assert(sizeof(JavascriptContext_CreateInspector) == 0x000004, "Wrong size on JavascriptContext_CreateInspector"); \ +static_assert(offsetof(JavascriptContext_CreateInspector, Port) == 0x000000, "Member 'JavascriptContext_CreateInspector::Port' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_Expose \ +static_assert(alignof(JavascriptContext_Expose) == 0x000008, "Wrong alignment on JavascriptContext_Expose"); \ +static_assert(sizeof(JavascriptContext_Expose) == 0x000018, "Wrong size on JavascriptContext_Expose"); \ +static_assert(offsetof(JavascriptContext_Expose, Name_0) == 0x000000, "Member 'JavascriptContext_Expose::Name_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_Expose, Object) == 0x000010, "Member 'JavascriptContext_Expose::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_FindPathFile \ +static_assert(alignof(JavascriptContext_FindPathFile) == 0x000008, "Wrong alignment on JavascriptContext_FindPathFile"); \ +static_assert(sizeof(JavascriptContext_FindPathFile) == 0x000030, "Wrong size on JavascriptContext_FindPathFile"); \ +static_assert(offsetof(JavascriptContext_FindPathFile, TargetRootPath) == 0x000000, "Member 'JavascriptContext_FindPathFile::TargetRootPath' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_FindPathFile, TargetFileName) == 0x000010, "Member 'JavascriptContext_FindPathFile::TargetFileName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_FindPathFile, OutFiles) == 0x000020, "Member 'JavascriptContext_FindPathFile::OutFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_GetScriptFileFullPath \ +static_assert(alignof(JavascriptContext_GetScriptFileFullPath) == 0x000008, "Wrong alignment on JavascriptContext_GetScriptFileFullPath"); \ +static_assert(sizeof(JavascriptContext_GetScriptFileFullPath) == 0x000020, "Wrong size on JavascriptContext_GetScriptFileFullPath"); \ +static_assert(offsetof(JavascriptContext_GetScriptFileFullPath, Filename) == 0x000000, "Member 'JavascriptContext_GetScriptFileFullPath::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_GetScriptFileFullPath, ReturnValue) == 0x000010, "Member 'JavascriptContext_GetScriptFileFullPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_ReadScriptFile \ +static_assert(alignof(JavascriptContext_ReadScriptFile) == 0x000008, "Wrong alignment on JavascriptContext_ReadScriptFile"); \ +static_assert(sizeof(JavascriptContext_ReadScriptFile) == 0x000020, "Wrong size on JavascriptContext_ReadScriptFile"); \ +static_assert(offsetof(JavascriptContext_ReadScriptFile, Filename) == 0x000000, "Member 'JavascriptContext_ReadScriptFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_ReadScriptFile, ReturnValue) == 0x000010, "Member 'JavascriptContext_ReadScriptFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_RegisterConsoleCommand \ +static_assert(alignof(JavascriptContext_RegisterConsoleCommand) == 0x000008, "Wrong alignment on JavascriptContext_RegisterConsoleCommand"); \ +static_assert(sizeof(JavascriptContext_RegisterConsoleCommand) == 0x000030, "Wrong size on JavascriptContext_RegisterConsoleCommand"); \ +static_assert(offsetof(JavascriptContext_RegisterConsoleCommand, Command) == 0x000000, "Member 'JavascriptContext_RegisterConsoleCommand::Command' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_RegisterConsoleCommand, Help) == 0x000010, "Member 'JavascriptContext_RegisterConsoleCommand::Help' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_RegisterConsoleCommand, Function) == 0x000020, "Member 'JavascriptContext_RegisterConsoleCommand::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_RunFile \ +static_assert(alignof(JavascriptContext_RunFile) == 0x000008, "Wrong alignment on JavascriptContext_RunFile"); \ +static_assert(sizeof(JavascriptContext_RunFile) == 0x000010, "Wrong size on JavascriptContext_RunFile"); \ +static_assert(offsetof(JavascriptContext_RunFile, Filename) == 0x000000, "Member 'JavascriptContext_RunFile::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_RunScript \ +static_assert(alignof(JavascriptContext_RunScript) == 0x000008, "Wrong alignment on JavascriptContext_RunScript"); \ +static_assert(sizeof(JavascriptContext_RunScript) == 0x000028, "Wrong size on JavascriptContext_RunScript"); \ +static_assert(offsetof(JavascriptContext_RunScript, Script) == 0x000000, "Member 'JavascriptContext_RunScript::Script' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_RunScript, bOutput) == 0x000010, "Member 'JavascriptContext_RunScript::bOutput' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_RunScript, ReturnValue) == 0x000018, "Member 'JavascriptContext_RunScript::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_SetContextId \ +static_assert(alignof(JavascriptContext_SetContextId) == 0x000008, "Wrong alignment on JavascriptContext_SetContextId"); \ +static_assert(sizeof(JavascriptContext_SetContextId) == 0x000010, "Wrong size on JavascriptContext_SetContextId"); \ +static_assert(offsetof(JavascriptContext_SetContextId, Name_0) == 0x000000, "Member 'JavascriptContext_SetContextId::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_UnregisterConsoleCommand \ +static_assert(alignof(JavascriptContext_UnregisterConsoleCommand) == 0x000008, "Wrong alignment on JavascriptContext_UnregisterConsoleCommand"); \ +static_assert(sizeof(JavascriptContext_UnregisterConsoleCommand) == 0x000010, "Wrong size on JavascriptContext_UnregisterConsoleCommand"); \ +static_assert(offsetof(JavascriptContext_UnregisterConsoleCommand, Command) == 0x000000, "Member 'JavascriptContext_UnregisterConsoleCommand::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_WriteAliases \ +static_assert(alignof(JavascriptContext_WriteAliases) == 0x000008, "Wrong alignment on JavascriptContext_WriteAliases"); \ +static_assert(sizeof(JavascriptContext_WriteAliases) == 0x000018, "Wrong size on JavascriptContext_WriteAliases"); \ +static_assert(offsetof(JavascriptContext_WriteAliases, Target) == 0x000000, "Member 'JavascriptContext_WriteAliases::Target' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_WriteAliases, ReturnValue) == 0x000010, "Member 'JavascriptContext_WriteAliases::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_WriteDTS \ +static_assert(alignof(JavascriptContext_WriteDTS) == 0x000008, "Wrong alignment on JavascriptContext_WriteDTS"); \ +static_assert(sizeof(JavascriptContext_WriteDTS) == 0x000018, "Wrong size on JavascriptContext_WriteDTS"); \ +static_assert(offsetof(JavascriptContext_WriteDTS, Target) == 0x000000, "Member 'JavascriptContext_WriteDTS::Target' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_WriteDTS, bIncludingTooltip) == 0x000010, "Member 'JavascriptContext_WriteDTS::bIncludingTooltip' has a wrong offset!"); \ +static_assert(offsetof(JavascriptContext_WriteDTS, ReturnValue) == 0x000011, "Member 'JavascriptContext_WriteDTS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptContext_IsDebugContext \ +static_assert(alignof(JavascriptContext_IsDebugContext) == 0x000001, "Wrong alignment on JavascriptContext_IsDebugContext"); \ +static_assert(sizeof(JavascriptContext_IsDebugContext) == 0x000001, "Wrong size on JavascriptContext_IsDebugContext"); \ +static_assert(offsetof(JavascriptContext_IsDebugContext, ReturnValue) == 0x000000, "Member 'JavascriptContext_IsDebugContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptContext \ +static_assert(alignof(UJavascriptContext) == 0x000008, "Wrong alignment on UJavascriptContext"); \ +static_assert(sizeof(UJavascriptContext) == 0x000058, "Wrong size on UJavascriptContext"); \ +static_assert(offsetof(UJavascriptContext, Paths) == 0x000048, "Member 'UJavascriptContext::Paths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptDelegate \ +static_assert(alignof(UJavascriptDelegate) == 0x000008, "Wrong alignment on UJavascriptDelegate"); \ +static_assert(sizeof(UJavascriptDelegate) == 0x000040, "Wrong size on UJavascriptDelegate"); \ + +#define DUMPER7_ASSERTS_UJavascriptGeneratedClass \ +static_assert(alignof(UJavascriptGeneratedClass) == 0x000008, "Wrong alignment on UJavascriptGeneratedClass"); \ +static_assert(sizeof(UJavascriptGeneratedClass) == 0x000338, "Wrong size on UJavascriptGeneratedClass"); \ + +#define DUMPER7_ASSERTS_UJavascriptGeneratedClass_Native \ +static_assert(alignof(UJavascriptGeneratedClass_Native) == 0x000008, "Wrong alignment on UJavascriptGeneratedClass_Native"); \ +static_assert(sizeof(UJavascriptGeneratedClass_Native) == 0x000338, "Wrong size on UJavascriptGeneratedClass_Native"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_Bind \ +static_assert(alignof(JavascriptGlobalDelegates_Bind) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_Bind"); \ +static_assert(sizeof(JavascriptGlobalDelegates_Bind) == 0x000010, "Wrong size on JavascriptGlobalDelegates_Bind"); \ +static_assert(offsetof(JavascriptGlobalDelegates_Bind, Key) == 0x000000, "Member 'JavascriptGlobalDelegates_Bind::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_LevelAddedToWorld \ +static_assert(alignof(JavascriptGlobalDelegates_LevelAddedToWorld) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_LevelAddedToWorld"); \ +static_assert(sizeof(JavascriptGlobalDelegates_LevelAddedToWorld) == 0x000010, "Wrong size on JavascriptGlobalDelegates_LevelAddedToWorld"); \ +static_assert(offsetof(JavascriptGlobalDelegates_LevelAddedToWorld, Level) == 0x000000, "Member 'JavascriptGlobalDelegates_LevelAddedToWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_LevelAddedToWorld, World) == 0x000008, "Member 'JavascriptGlobalDelegates_LevelAddedToWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_LevelRemovedFromWorld \ +static_assert(alignof(JavascriptGlobalDelegates_LevelRemovedFromWorld) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_LevelRemovedFromWorld"); \ +static_assert(sizeof(JavascriptGlobalDelegates_LevelRemovedFromWorld) == 0x000010, "Wrong size on JavascriptGlobalDelegates_LevelRemovedFromWorld"); \ +static_assert(offsetof(JavascriptGlobalDelegates_LevelRemovedFromWorld, Level) == 0x000000, "Member 'JavascriptGlobalDelegates_LevelRemovedFromWorld::Level' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_LevelRemovedFromWorld, World) == 0x000008, "Member 'JavascriptGlobalDelegates_LevelRemovedFromWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnActorLabelChanged \ +static_assert(alignof(JavascriptGlobalDelegates_OnActorLabelChanged) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnActorLabelChanged"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnActorLabelChanged) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnActorLabelChanged"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnActorLabelChanged, Actor) == 0x000000, "Member 'JavascriptGlobalDelegates_OnActorLabelChanged::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnAssetLoaded \ +static_assert(alignof(JavascriptGlobalDelegates_OnAssetLoaded) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnAssetLoaded"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnAssetLoaded) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnAssetLoaded"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnAssetLoaded, Object) == 0x000000, "Member 'JavascriptGlobalDelegates_OnAssetLoaded::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnObjectModified \ +static_assert(alignof(JavascriptGlobalDelegates_OnObjectModified) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnObjectModified"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnObjectModified) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnObjectModified"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnObjectModified, Object) == 0x000000, "Member 'JavascriptGlobalDelegates_OnObjectModified::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly \ +static_assert(alignof(JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly) == 0x000050, "Wrong size on JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly, InObject) == 0x000000, "Member 'JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly::InObject' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly, Property) == 0x000008, "Member 'JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly::Property' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly, MemberProperty) == 0x000028, "Member 'JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly::MemberProperty' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly, ChangeType) == 0x000048, "Member 'JavascriptGlobalDelegates_OnObjectPropertyChanged_Friendly::ChangeType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnObjectSaved \ +static_assert(alignof(JavascriptGlobalDelegates_OnObjectSaved) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnObjectSaved"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnObjectSaved) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnObjectSaved"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnObjectSaved, Object) == 0x000000, "Member 'JavascriptGlobalDelegates_OnObjectSaved::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnPostDuplicate_Friendly \ +static_assert(alignof(JavascriptGlobalDelegates_OnPostDuplicate_Friendly) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnPostDuplicate_Friendly"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnPostDuplicate_Friendly) == 0x000010, "Wrong size on JavascriptGlobalDelegates_OnPostDuplicate_Friendly"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPostDuplicate_Friendly, World) == 0x000000, "Member 'JavascriptGlobalDelegates_OnPostDuplicate_Friendly::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPostDuplicate_Friendly, bDuplicateForPIE) == 0x000008, "Member 'JavascriptGlobalDelegates_OnPostDuplicate_Friendly::bDuplicateForPIE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnPostWorldCreation \ +static_assert(alignof(JavascriptGlobalDelegates_OnPostWorldCreation) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnPostWorldCreation"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnPostWorldCreation) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnPostWorldCreation"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPostWorldCreation, World) == 0x000000, "Member 'JavascriptGlobalDelegates_OnPostWorldCreation::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnPostWorldInitialization_Friendly \ +static_assert(alignof(JavascriptGlobalDelegates_OnPostWorldInitialization_Friendly) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnPostWorldInitialization_Friendly"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnPostWorldInitialization_Friendly) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnPostWorldInitialization_Friendly"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPostWorldInitialization_Friendly, World) == 0x000000, "Member 'JavascriptGlobalDelegates_OnPostWorldInitialization_Friendly::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly \ +static_assert(alignof(JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly) == 0x000048, "Wrong size on JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly, InObject) == 0x000000, "Member 'JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly::InObject' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly, Property) == 0x000008, "Member 'JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly::Property' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly, MemberProperty) == 0x000028, "Member 'JavascriptGlobalDelegates_OnPreObjectPropertyChanged_Friendly::MemberProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnPreWorldFinishDestroy \ +static_assert(alignof(JavascriptGlobalDelegates_OnPreWorldFinishDestroy) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnPreWorldFinishDestroy"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnPreWorldFinishDestroy) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnPreWorldFinishDestroy"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPreWorldFinishDestroy, World) == 0x000000, "Member 'JavascriptGlobalDelegates_OnPreWorldFinishDestroy::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnPreWorldInitialization_Friendly \ +static_assert(alignof(JavascriptGlobalDelegates_OnPreWorldInitialization_Friendly) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnPreWorldInitialization_Friendly"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnPreWorldInitialization_Friendly) == 0x000008, "Wrong size on JavascriptGlobalDelegates_OnPreWorldInitialization_Friendly"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnPreWorldInitialization_Friendly, World) == 0x000000, "Member 'JavascriptGlobalDelegates_OnPreWorldInitialization_Friendly::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_OnWorldCleanup \ +static_assert(alignof(JavascriptGlobalDelegates_OnWorldCleanup) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_OnWorldCleanup"); \ +static_assert(sizeof(JavascriptGlobalDelegates_OnWorldCleanup) == 0x000010, "Wrong size on JavascriptGlobalDelegates_OnWorldCleanup"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnWorldCleanup, World) == 0x000000, "Member 'JavascriptGlobalDelegates_OnWorldCleanup::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnWorldCleanup, bSessionEnded) == 0x000008, "Member 'JavascriptGlobalDelegates_OnWorldCleanup::bSessionEnded' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_OnWorldCleanup, bCleanupResources) == 0x000009, "Member 'JavascriptGlobalDelegates_OnWorldCleanup::bCleanupResources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_PackageCreatedForLoad \ +static_assert(alignof(JavascriptGlobalDelegates_PackageCreatedForLoad) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_PackageCreatedForLoad"); \ +static_assert(sizeof(JavascriptGlobalDelegates_PackageCreatedForLoad) == 0x000008, "Wrong size on JavascriptGlobalDelegates_PackageCreatedForLoad"); \ +static_assert(offsetof(JavascriptGlobalDelegates_PackageCreatedForLoad, InPackage) == 0x000000, "Member 'JavascriptGlobalDelegates_PackageCreatedForLoad::InPackage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_PostApplyLevelOffset \ +static_assert(alignof(JavascriptGlobalDelegates_PostApplyLevelOffset) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_PostApplyLevelOffset"); \ +static_assert(sizeof(JavascriptGlobalDelegates_PostApplyLevelOffset) == 0x000030, "Wrong size on JavascriptGlobalDelegates_PostApplyLevelOffset"); \ +static_assert(offsetof(JavascriptGlobalDelegates_PostApplyLevelOffset, Level) == 0x000000, "Member 'JavascriptGlobalDelegates_PostApplyLevelOffset::Level' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_PostApplyLevelOffset, World) == 0x000008, "Member 'JavascriptGlobalDelegates_PostApplyLevelOffset::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_PostApplyLevelOffset, Offset) == 0x000010, "Member 'JavascriptGlobalDelegates_PostApplyLevelOffset::Offset' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_PostApplyLevelOffset, Flag) == 0x000028, "Member 'JavascriptGlobalDelegates_PostApplyLevelOffset::Flag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_PostLoadMapWithWorld \ +static_assert(alignof(JavascriptGlobalDelegates_PostLoadMapWithWorld) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_PostLoadMapWithWorld"); \ +static_assert(sizeof(JavascriptGlobalDelegates_PostLoadMapWithWorld) == 0x000008, "Wrong size on JavascriptGlobalDelegates_PostLoadMapWithWorld"); \ +static_assert(offsetof(JavascriptGlobalDelegates_PostLoadMapWithWorld, World) == 0x000000, "Member 'JavascriptGlobalDelegates_PostLoadMapWithWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_PreLoadMap \ +static_assert(alignof(JavascriptGlobalDelegates_PreLoadMap) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_PreLoadMap"); \ +static_assert(sizeof(JavascriptGlobalDelegates_PreLoadMap) == 0x000010, "Wrong size on JavascriptGlobalDelegates_PreLoadMap"); \ +static_assert(offsetof(JavascriptGlobalDelegates_PreLoadMap, MapName) == 0x000000, "Member 'JavascriptGlobalDelegates_PreLoadMap::MapName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_RedirectorFollowed \ +static_assert(alignof(JavascriptGlobalDelegates_RedirectorFollowed) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_RedirectorFollowed"); \ +static_assert(sizeof(JavascriptGlobalDelegates_RedirectorFollowed) == 0x000018, "Wrong size on JavascriptGlobalDelegates_RedirectorFollowed"); \ +static_assert(offsetof(JavascriptGlobalDelegates_RedirectorFollowed, PackageName) == 0x000000, "Member 'JavascriptGlobalDelegates_RedirectorFollowed::PackageName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGlobalDelegates_RedirectorFollowed, Redirector) == 0x000010, "Member 'JavascriptGlobalDelegates_RedirectorFollowed::Redirector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGlobalDelegates_Unbind \ +static_assert(alignof(JavascriptGlobalDelegates_Unbind) == 0x000008, "Wrong alignment on JavascriptGlobalDelegates_Unbind"); \ +static_assert(sizeof(JavascriptGlobalDelegates_Unbind) == 0x000010, "Wrong size on JavascriptGlobalDelegates_Unbind"); \ +static_assert(offsetof(JavascriptGlobalDelegates_Unbind, Key) == 0x000000, "Member 'JavascriptGlobalDelegates_Unbind::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptGlobalDelegates \ +static_assert(alignof(UJavascriptGlobalDelegates) == 0x000008, "Wrong alignment on UJavascriptGlobalDelegates"); \ +static_assert(sizeof(UJavascriptGlobalDelegates) == 0x000078, "Wrong size on UJavascriptGlobalDelegates"); \ + +#define DUMPER7_ASSERTS_UJavascriptStaticCache \ +static_assert(alignof(UJavascriptStaticCache) == 0x000008, "Wrong alignment on UJavascriptStaticCache"); \ +static_assert(sizeof(UJavascriptStaticCache) == 0x000040, "Wrong size on UJavascriptStaticCache"); \ +static_assert(offsetof(UJavascriptStaticCache, Isolates) == 0x000028, "Member 'UJavascriptStaticCache::Isolates' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStaticCache, bExecuteTestModePIE) == 0x000038, "Member 'UJavascriptStaticCache::bExecuteTestModePIE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIsolate_CreateContext \ +static_assert(alignof(JavascriptIsolate_CreateContext) == 0x000008, "Wrong alignment on JavascriptIsolate_CreateContext"); \ +static_assert(sizeof(JavascriptIsolate_CreateContext) == 0x000008, "Wrong size on JavascriptIsolate_CreateContext"); \ +static_assert(offsetof(JavascriptIsolate_CreateContext, ReturnValue) == 0x000000, "Member 'JavascriptIsolate_CreateContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIsolate_GetHeapStatistics \ +static_assert(alignof(JavascriptIsolate_GetHeapStatistics) == 0x000004, "Wrong alignment on JavascriptIsolate_GetHeapStatistics"); \ +static_assert(sizeof(JavascriptIsolate_GetHeapStatistics) == 0x000020, "Wrong size on JavascriptIsolate_GetHeapStatistics"); \ +static_assert(offsetof(JavascriptIsolate_GetHeapStatistics, Statistics) == 0x000000, "Member 'JavascriptIsolate_GetHeapStatistics::Statistics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIsolate_Init \ +static_assert(alignof(JavascriptIsolate_Init) == 0x000001, "Wrong alignment on JavascriptIsolate_Init"); \ +static_assert(sizeof(JavascriptIsolate_Init) == 0x000001, "Wrong size on JavascriptIsolate_Init"); \ +static_assert(offsetof(JavascriptIsolate_Init, bIsEditor) == 0x000000, "Member 'JavascriptIsolate_Init::bIsEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptIsolate \ +static_assert(alignof(UJavascriptIsolate) == 0x000008, "Wrong alignment on UJavascriptIsolate"); \ +static_assert(sizeof(UJavascriptIsolate) == 0x000038, "Wrong size on UJavascriptIsolate"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_Actor_GetWorld \ +static_assert(alignof(JavascriptLibrary_Actor_GetWorld) == 0x000008, "Wrong alignment on JavascriptLibrary_Actor_GetWorld"); \ +static_assert(sizeof(JavascriptLibrary_Actor_GetWorld) == 0x000010, "Wrong size on JavascriptLibrary_Actor_GetWorld"); \ +static_assert(offsetof(JavascriptLibrary_Actor_GetWorld, Actor) == 0x000000, "Member 'JavascriptLibrary_Actor_GetWorld::Actor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Actor_GetWorld, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_Actor_GetWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_AddDynamicBinding \ +static_assert(alignof(JavascriptLibrary_AddDynamicBinding) == 0x000008, "Wrong alignment on JavascriptLibrary_AddDynamicBinding"); \ +static_assert(sizeof(JavascriptLibrary_AddDynamicBinding) == 0x000010, "Wrong size on JavascriptLibrary_AddDynamicBinding"); \ +static_assert(offsetof(JavascriptLibrary_AddDynamicBinding, Outer_0) == 0x000000, "Member 'JavascriptLibrary_AddDynamicBinding::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddDynamicBinding, BindingObject) == 0x000008, "Member 'JavascriptLibrary_AddDynamicBinding::BindingObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_AddMessage \ +static_assert(alignof(JavascriptLibrary_AddMessage) == 0x000001, "Wrong alignment on JavascriptLibrary_AddMessage"); \ +static_assert(sizeof(JavascriptLibrary_AddMessage) == 0x000002, "Wrong size on JavascriptLibrary_AddMessage"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage, Stat) == 0x000000, "Member 'JavascriptLibrary_AddMessage::Stat' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage, InStatOperation) == 0x000001, "Member 'JavascriptLibrary_AddMessage::InStatOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_AddMessage_float \ +static_assert(alignof(JavascriptLibrary_AddMessage_float) == 0x000004, "Wrong alignment on JavascriptLibrary_AddMessage_float"); \ +static_assert(sizeof(JavascriptLibrary_AddMessage_float) == 0x00000C, "Wrong size on JavascriptLibrary_AddMessage_float"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_float, Stat) == 0x000000, "Member 'JavascriptLibrary_AddMessage_float::Stat' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_float, InStatOperation) == 0x000001, "Member 'JavascriptLibrary_AddMessage_float::InStatOperation' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_float, Value) == 0x000004, "Member 'JavascriptLibrary_AddMessage_float::Value' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_float, bIsCycle) == 0x000008, "Member 'JavascriptLibrary_AddMessage_float::bIsCycle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_AddMessage_int \ +static_assert(alignof(JavascriptLibrary_AddMessage_int) == 0x000004, "Wrong alignment on JavascriptLibrary_AddMessage_int"); \ +static_assert(sizeof(JavascriptLibrary_AddMessage_int) == 0x00000C, "Wrong size on JavascriptLibrary_AddMessage_int"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_int, Stat) == 0x000000, "Member 'JavascriptLibrary_AddMessage_int::Stat' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_int, InStatOperation) == 0x000001, "Member 'JavascriptLibrary_AddMessage_int::InStatOperation' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_int, Value) == 0x000004, "Member 'JavascriptLibrary_AddMessage_int::Value' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_AddMessage_int, bIsCycle) == 0x000008, "Member 'JavascriptLibrary_AddMessage_int::bIsCycle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_CallJS \ +static_assert(alignof(JavascriptLibrary_CallJS) == 0x000008, "Wrong alignment on JavascriptLibrary_CallJS"); \ +static_assert(sizeof(JavascriptLibrary_CallJS) == 0x000018, "Wrong size on JavascriptLibrary_CallJS"); \ +static_assert(offsetof(JavascriptLibrary_CallJS, Function) == 0x000000, "Member 'JavascriptLibrary_CallJS::Function' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CallJS, CustomStruct) == 0x000010, "Member 'JavascriptLibrary_CallJS::CustomStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ClipboardCopy \ +static_assert(alignof(JavascriptLibrary_ClipboardCopy) == 0x000008, "Wrong alignment on JavascriptLibrary_ClipboardCopy"); \ +static_assert(sizeof(JavascriptLibrary_ClipboardCopy) == 0x000010, "Wrong size on JavascriptLibrary_ClipboardCopy"); \ +static_assert(offsetof(JavascriptLibrary_ClipboardCopy, String) == 0x000000, "Member 'JavascriptLibrary_ClipboardCopy::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ClipboardPaste \ +static_assert(alignof(JavascriptLibrary_ClipboardPaste) == 0x000008, "Wrong alignment on JavascriptLibrary_ClipboardPaste"); \ +static_assert(sizeof(JavascriptLibrary_ClipboardPaste) == 0x000010, "Wrong size on JavascriptLibrary_ClipboardPaste"); \ +static_assert(offsetof(JavascriptLibrary_ClipboardPaste, ReturnValue) == 0x000000, "Member 'JavascriptLibrary_ClipboardPaste::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ConvertRelativePathToFull \ +static_assert(alignof(JavascriptLibrary_ConvertRelativePathToFull) == 0x000008, "Wrong alignment on JavascriptLibrary_ConvertRelativePathToFull"); \ +static_assert(sizeof(JavascriptLibrary_ConvertRelativePathToFull) == 0x000028, "Wrong size on JavascriptLibrary_ConvertRelativePathToFull"); \ +static_assert(offsetof(JavascriptLibrary_ConvertRelativePathToFull, Object) == 0x000000, "Member 'JavascriptLibrary_ConvertRelativePathToFull::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ConvertRelativePathToFull, RelativePath) == 0x000008, "Member 'JavascriptLibrary_ConvertRelativePathToFull::RelativePath' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ConvertRelativePathToFull, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_ConvertRelativePathToFull::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_CreateEnum \ +static_assert(alignof(JavascriptLibrary_CreateEnum) == 0x000008, "Wrong alignment on JavascriptLibrary_CreateEnum"); \ +static_assert(sizeof(JavascriptLibrary_CreateEnum) == 0x000038, "Wrong size on JavascriptLibrary_CreateEnum"); \ +static_assert(offsetof(JavascriptLibrary_CreateEnum, Outer_0) == 0x000000, "Member 'JavascriptLibrary_CreateEnum::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateEnum, Name_0) == 0x000008, "Member 'JavascriptLibrary_CreateEnum::Name_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateEnum, DisplayNames) == 0x000010, "Member 'JavascriptLibrary_CreateEnum::DisplayNames' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateEnum, Flags_0) == 0x000020, "Member 'JavascriptLibrary_CreateEnum::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateEnum, ReturnValue) == 0x000030, "Member 'JavascriptLibrary_CreateEnum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_CreateInternetAddr \ +static_assert(alignof(JavascriptLibrary_CreateInternetAddr) == 0x000008, "Wrong alignment on JavascriptLibrary_CreateInternetAddr"); \ +static_assert(sizeof(JavascriptLibrary_CreateInternetAddr) == 0x000010, "Wrong size on JavascriptLibrary_CreateInternetAddr"); \ +static_assert(offsetof(JavascriptLibrary_CreateInternetAddr, ReturnValue) == 0x000000, "Member 'JavascriptLibrary_CreateInternetAddr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_CreateLogCategory \ +static_assert(alignof(JavascriptLibrary_CreateLogCategory) == 0x000008, "Wrong alignment on JavascriptLibrary_CreateLogCategory"); \ +static_assert(sizeof(JavascriptLibrary_CreateLogCategory) == 0x000028, "Wrong size on JavascriptLibrary_CreateLogCategory"); \ +static_assert(offsetof(JavascriptLibrary_CreateLogCategory, CategoryName) == 0x000000, "Member 'JavascriptLibrary_CreateLogCategory::CategoryName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateLogCategory, InDefaultVerbosity) == 0x000010, "Member 'JavascriptLibrary_CreateLogCategory::InDefaultVerbosity' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateLogCategory, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_CreateLogCategory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_CreatePackage \ +static_assert(alignof(JavascriptLibrary_CreatePackage) == 0x000008, "Wrong alignment on JavascriptLibrary_CreatePackage"); \ +static_assert(sizeof(JavascriptLibrary_CreatePackage) == 0x000020, "Wrong size on JavascriptLibrary_CreatePackage"); \ +static_assert(offsetof(JavascriptLibrary_CreatePackage, Outer_0) == 0x000000, "Member 'JavascriptLibrary_CreatePackage::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreatePackage, PackageName) == 0x000008, "Member 'JavascriptLibrary_CreatePackage::PackageName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreatePackage, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_CreatePackage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_CreateSocket \ +static_assert(alignof(JavascriptLibrary_CreateSocket) == 0x000008, "Wrong alignment on JavascriptLibrary_CreateSocket"); \ +static_assert(sizeof(JavascriptLibrary_CreateSocket) == 0x000030, "Wrong size on JavascriptLibrary_CreateSocket"); \ +static_assert(offsetof(JavascriptLibrary_CreateSocket, SocketType) == 0x000000, "Member 'JavascriptLibrary_CreateSocket::SocketType' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateSocket, Description) == 0x000008, "Member 'JavascriptLibrary_CreateSocket::Description' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateSocket, bForceUDP) == 0x000018, "Member 'JavascriptLibrary_CreateSocket::bForceUDP' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_CreateSocket, ReturnValue) == 0x000020, "Member 'JavascriptLibrary_CreateSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_CreateStreamableManager \ +static_assert(alignof(JavascriptLibrary_CreateStreamableManager) == 0x000008, "Wrong alignment on JavascriptLibrary_CreateStreamableManager"); \ +static_assert(sizeof(JavascriptLibrary_CreateStreamableManager) == 0x000010, "Wrong size on JavascriptLibrary_CreateStreamableManager"); \ +static_assert(offsetof(JavascriptLibrary_CreateStreamableManager, ReturnValue) == 0x000000, "Member 'JavascriptLibrary_CreateStreamableManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_DeleteDirectory \ +static_assert(alignof(JavascriptLibrary_DeleteDirectory) == 0x000008, "Wrong alignment on JavascriptLibrary_DeleteDirectory"); \ +static_assert(sizeof(JavascriptLibrary_DeleteDirectory) == 0x000018, "Wrong size on JavascriptLibrary_DeleteDirectory"); \ +static_assert(offsetof(JavascriptLibrary_DeleteDirectory, Path) == 0x000000, "Member 'JavascriptLibrary_DeleteDirectory::Path' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_DeleteDirectory, RequireExists) == 0x000010, "Member 'JavascriptLibrary_DeleteDirectory::RequireExists' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_DeleteDirectory, Tree) == 0x000011, "Member 'JavascriptLibrary_DeleteDirectory::Tree' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_DeleteDirectory, ReturnValue) == 0x000012, "Member 'JavascriptLibrary_DeleteDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_DeleteFile \ +static_assert(alignof(JavascriptLibrary_DeleteFile) == 0x000008, "Wrong alignment on JavascriptLibrary_DeleteFile"); \ +static_assert(sizeof(JavascriptLibrary_DeleteFile) == 0x000018, "Wrong size on JavascriptLibrary_DeleteFile"); \ +static_assert(offsetof(JavascriptLibrary_DeleteFile, Filename) == 0x000000, "Member 'JavascriptLibrary_DeleteFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_DeleteFile, ReadOnly) == 0x000010, "Member 'JavascriptLibrary_DeleteFile::ReadOnly' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_DeleteFile, ReturnValue) == 0x000011, "Member 'JavascriptLibrary_DeleteFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_DirectoryExists \ +static_assert(alignof(JavascriptLibrary_DirectoryExists) == 0x000008, "Wrong alignment on JavascriptLibrary_DirectoryExists"); \ +static_assert(sizeof(JavascriptLibrary_DirectoryExists) == 0x000018, "Wrong size on JavascriptLibrary_DirectoryExists"); \ +static_assert(offsetof(JavascriptLibrary_DirectoryExists, InDirectory) == 0x000000, "Member 'JavascriptLibrary_DirectoryExists::InDirectory' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_DirectoryExists, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_DirectoryExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_Duplicate \ +static_assert(alignof(JavascriptLibrary_Duplicate) == 0x000008, "Wrong alignment on JavascriptLibrary_Duplicate"); \ +static_assert(sizeof(JavascriptLibrary_Duplicate) == 0x000020, "Wrong size on JavascriptLibrary_Duplicate"); \ +static_assert(offsetof(JavascriptLibrary_Duplicate, Object) == 0x000000, "Member 'JavascriptLibrary_Duplicate::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Duplicate, Outer_0) == 0x000008, "Member 'JavascriptLibrary_Duplicate::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Duplicate, Name_0) == 0x000010, "Member 'JavascriptLibrary_Duplicate::Name_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Duplicate, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_Duplicate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_FileExists \ +static_assert(alignof(JavascriptLibrary_FileExists) == 0x000008, "Wrong alignment on JavascriptLibrary_FileExists"); \ +static_assert(sizeof(JavascriptLibrary_FileExists) == 0x000018, "Wrong size on JavascriptLibrary_FileExists"); \ +static_assert(offsetof(JavascriptLibrary_FileExists, Filename) == 0x000000, "Member 'JavascriptLibrary_FileExists::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_FileExists, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_FileExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_FindObjectWithOuter \ +static_assert(alignof(JavascriptLibrary_FindObjectWithOuter) == 0x000008, "Wrong alignment on JavascriptLibrary_FindObjectWithOuter"); \ +static_assert(sizeof(JavascriptLibrary_FindObjectWithOuter) == 0x000020, "Wrong size on JavascriptLibrary_FindObjectWithOuter"); \ +static_assert(offsetof(JavascriptLibrary_FindObjectWithOuter, Outer_0) == 0x000000, "Member 'JavascriptLibrary_FindObjectWithOuter::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_FindObjectWithOuter, ClassToLookFor) == 0x000008, "Member 'JavascriptLibrary_FindObjectWithOuter::ClassToLookFor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_FindObjectWithOuter, NameToLookFor) == 0x000010, "Member 'JavascriptLibrary_FindObjectWithOuter::NameToLookFor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_FindObjectWithOuter, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_FindObjectWithOuter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_FindPackage \ +static_assert(alignof(JavascriptLibrary_FindPackage) == 0x000008, "Wrong alignment on JavascriptLibrary_FindPackage"); \ +static_assert(sizeof(JavascriptLibrary_FindPackage) == 0x000020, "Wrong size on JavascriptLibrary_FindPackage"); \ +static_assert(offsetof(JavascriptLibrary_FindPackage, InOuter) == 0x000000, "Member 'JavascriptLibrary_FindPackage::InOuter' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_FindPackage, PackageName) == 0x000008, "Member 'JavascriptLibrary_FindPackage::PackageName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_FindPackage, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_FindPackage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GenerateNavigation \ +static_assert(alignof(JavascriptLibrary_GenerateNavigation) == 0x000008, "Wrong alignment on JavascriptLibrary_GenerateNavigation"); \ +static_assert(sizeof(JavascriptLibrary_GenerateNavigation) == 0x000010, "Wrong size on JavascriptLibrary_GenerateNavigation"); \ +static_assert(offsetof(JavascriptLibrary_GenerateNavigation, InWorld) == 0x000000, "Member 'JavascriptLibrary_GenerateNavigation::InWorld' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GenerateNavigation, NavData) == 0x000008, "Member 'JavascriptLibrary_GenerateNavigation::NavData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetAllActorsOfClassAndTags \ +static_assert(alignof(JavascriptLibrary_GetAllActorsOfClassAndTags) == 0x000008, "Wrong alignment on JavascriptLibrary_GetAllActorsOfClassAndTags"); \ +static_assert(sizeof(JavascriptLibrary_GetAllActorsOfClassAndTags) == 0x000040, "Wrong size on JavascriptLibrary_GetAllActorsOfClassAndTags"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTags, WorldContextObject) == 0x000000, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTags::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTags, ActorClass) == 0x000008, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTags::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTags, Tags_Accept) == 0x000010, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTags::Tags_Accept' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTags, Tags_Deny) == 0x000020, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTags::Tags_Deny' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTags, OutActors) == 0x000030, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTags::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel \ +static_assert(alignof(JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel) == 0x000008, "Wrong alignment on JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel"); \ +static_assert(sizeof(JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel) == 0x000040, "Wrong size on JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel, WorldContextObject) == 0x000000, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel, ActorClass) == 0x000008, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel, Tags_Accept) == 0x000010, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel::Tags_Accept' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel, Tags_Deny) == 0x000020, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel::Tags_Deny' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel, OutActors) == 0x000030, "Member 'JavascriptLibrary_GetAllActorsOfClassAndTagsInCurrentLevel::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetArchetypePathName \ +static_assert(alignof(JavascriptLibrary_GetArchetypePathName) == 0x000008, "Wrong alignment on JavascriptLibrary_GetArchetypePathName"); \ +static_assert(sizeof(JavascriptLibrary_GetArchetypePathName) == 0x000018, "Wrong size on JavascriptLibrary_GetArchetypePathName"); \ +static_assert(offsetof(JavascriptLibrary_GetArchetypePathName, Object) == 0x000000, "Member 'JavascriptLibrary_GetArchetypePathName::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetArchetypePathName, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetArchetypePathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetBailoutReason \ +static_assert(alignof(JavascriptLibrary_GetBailoutReason) == 0x000008, "Wrong alignment on JavascriptLibrary_GetBailoutReason"); \ +static_assert(sizeof(JavascriptLibrary_GetBailoutReason) == 0x000018, "Wrong size on JavascriptLibrary_GetBailoutReason"); \ +static_assert(offsetof(JavascriptLibrary_GetBailoutReason, Node) == 0x000000, "Member 'JavascriptLibrary_GetBailoutReason::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetBailoutReason, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetBailoutReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetBlueprintGeneratedClass \ +static_assert(alignof(JavascriptLibrary_GetBlueprintGeneratedClass) == 0x000008, "Wrong alignment on JavascriptLibrary_GetBlueprintGeneratedClass"); \ +static_assert(sizeof(JavascriptLibrary_GetBlueprintGeneratedClass) == 0x000010, "Wrong size on JavascriptLibrary_GetBlueprintGeneratedClass"); \ +static_assert(offsetof(JavascriptLibrary_GetBlueprintGeneratedClass, Blueprint) == 0x000000, "Member 'JavascriptLibrary_GetBlueprintGeneratedClass::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetBlueprintGeneratedClass, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetBlueprintGeneratedClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetBlueprintGeneratedClassFromPath \ +static_assert(alignof(JavascriptLibrary_GetBlueprintGeneratedClassFromPath) == 0x000008, "Wrong alignment on JavascriptLibrary_GetBlueprintGeneratedClassFromPath"); \ +static_assert(sizeof(JavascriptLibrary_GetBlueprintGeneratedClassFromPath) == 0x000018, "Wrong size on JavascriptLibrary_GetBlueprintGeneratedClassFromPath"); \ +static_assert(offsetof(JavascriptLibrary_GetBlueprintGeneratedClassFromPath, Path) == 0x000000, "Member 'JavascriptLibrary_GetBlueprintGeneratedClassFromPath::Path' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetBlueprintGeneratedClassFromPath, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetBlueprintGeneratedClassFromPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetCallUid \ +static_assert(alignof(JavascriptLibrary_GetCallUid) == 0x000008, "Wrong alignment on JavascriptLibrary_GetCallUid"); \ +static_assert(sizeof(JavascriptLibrary_GetCallUid) == 0x000010, "Wrong size on JavascriptLibrary_GetCallUid"); \ +static_assert(offsetof(JavascriptLibrary_GetCallUid, Node) == 0x000000, "Member 'JavascriptLibrary_GetCallUid::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetCallUid, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetCallUid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetCategoryName \ +static_assert(alignof(JavascriptLibrary_GetCategoryName) == 0x000008, "Wrong alignment on JavascriptLibrary_GetCategoryName"); \ +static_assert(sizeof(JavascriptLibrary_GetCategoryName) == 0x000018, "Wrong size on JavascriptLibrary_GetCategoryName"); \ +static_assert(offsetof(JavascriptLibrary_GetCategoryName, Category) == 0x000000, "Member 'JavascriptLibrary_GetCategoryName::Category' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetCategoryName, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetCategoryName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetChild \ +static_assert(alignof(JavascriptLibrary_GetChild) == 0x000008, "Wrong alignment on JavascriptLibrary_GetChild"); \ +static_assert(sizeof(JavascriptLibrary_GetChild) == 0x000018, "Wrong size on JavascriptLibrary_GetChild"); \ +static_assert(offsetof(JavascriptLibrary_GetChild, Node) == 0x000000, "Member 'JavascriptLibrary_GetChild::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetChild, Index_0) == 0x000008, "Member 'JavascriptLibrary_GetChild::Index_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetChild, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetChildrenCount \ +static_assert(alignof(JavascriptLibrary_GetChildrenCount) == 0x000008, "Wrong alignment on JavascriptLibrary_GetChildrenCount"); \ +static_assert(sizeof(JavascriptLibrary_GetChildrenCount) == 0x000010, "Wrong size on JavascriptLibrary_GetChildrenCount"); \ +static_assert(offsetof(JavascriptLibrary_GetChildrenCount, Node) == 0x000000, "Member 'JavascriptLibrary_GetChildrenCount::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetChildrenCount, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetChildrenCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetClassPathName \ +static_assert(alignof(JavascriptLibrary_GetClassPathName) == 0x000008, "Wrong alignment on JavascriptLibrary_GetClassPathName"); \ +static_assert(sizeof(JavascriptLibrary_GetClassPathName) == 0x000018, "Wrong size on JavascriptLibrary_GetClassPathName"); \ +static_assert(offsetof(JavascriptLibrary_GetClassPathName, Class_0) == 0x000000, "Member 'JavascriptLibrary_GetClassPathName::Class_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetClassPathName, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetClassPathName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetColumnNumber \ +static_assert(alignof(JavascriptLibrary_GetColumnNumber) == 0x000008, "Wrong alignment on JavascriptLibrary_GetColumnNumber"); \ +static_assert(sizeof(JavascriptLibrary_GetColumnNumber) == 0x000010, "Wrong size on JavascriptLibrary_GetColumnNumber"); \ +static_assert(offsetof(JavascriptLibrary_GetColumnNumber, Node) == 0x000000, "Member 'JavascriptLibrary_GetColumnNumber::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetColumnNumber, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetColumnNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetComponentsByClass \ +static_assert(alignof(JavascriptLibrary_GetComponentsByClass) == 0x000008, "Wrong alignment on JavascriptLibrary_GetComponentsByClass"); \ +static_assert(sizeof(JavascriptLibrary_GetComponentsByClass) == 0x000020, "Wrong size on JavascriptLibrary_GetComponentsByClass"); \ +static_assert(offsetof(JavascriptLibrary_GetComponentsByClass, Actor) == 0x000000, "Member 'JavascriptLibrary_GetComponentsByClass::Actor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetComponentsByClass, ComponentClass) == 0x000008, "Member 'JavascriptLibrary_GetComponentsByClass::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetComponentsByClass, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetComponentsByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetCurrentProcessId \ +static_assert(alignof(JavascriptLibrary_GetCurrentProcessId) == 0x000004, "Wrong alignment on JavascriptLibrary_GetCurrentProcessId"); \ +static_assert(sizeof(JavascriptLibrary_GetCurrentProcessId) == 0x000004, "Wrong size on JavascriptLibrary_GetCurrentProcessId"); \ +static_assert(offsetof(JavascriptLibrary_GetCurrentProcessId, ReturnValue) == 0x000000, "Member 'JavascriptLibrary_GetCurrentProcessId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetDeoptInfo_Reason \ +static_assert(alignof(JavascriptLibrary_GetDeoptInfo_Reason) == 0x000008, "Wrong alignment on JavascriptLibrary_GetDeoptInfo_Reason"); \ +static_assert(sizeof(JavascriptLibrary_GetDeoptInfo_Reason) == 0x000020, "Wrong size on JavascriptLibrary_GetDeoptInfo_Reason"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfo_Reason, Node) == 0x000000, "Member 'JavascriptLibrary_GetDeoptInfo_Reason::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfo_Reason, Index_0) == 0x000008, "Member 'JavascriptLibrary_GetDeoptInfo_Reason::Index_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfo_Reason, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetDeoptInfo_Reason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetDeoptInfo_Stack \ +static_assert(alignof(JavascriptLibrary_GetDeoptInfo_Stack) == 0x000008, "Wrong alignment on JavascriptLibrary_GetDeoptInfo_Stack"); \ +static_assert(sizeof(JavascriptLibrary_GetDeoptInfo_Stack) == 0x000020, "Wrong size on JavascriptLibrary_GetDeoptInfo_Stack"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfo_Stack, Node) == 0x000000, "Member 'JavascriptLibrary_GetDeoptInfo_Stack::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfo_Stack, Index_0) == 0x000008, "Member 'JavascriptLibrary_GetDeoptInfo_Stack::Index_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfo_Stack, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetDeoptInfo_Stack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetDeoptInfosCount \ +static_assert(alignof(JavascriptLibrary_GetDeoptInfosCount) == 0x000008, "Wrong alignment on JavascriptLibrary_GetDeoptInfosCount"); \ +static_assert(sizeof(JavascriptLibrary_GetDeoptInfosCount) == 0x000010, "Wrong size on JavascriptLibrary_GetDeoptInfosCount"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfosCount, Node) == 0x000000, "Member 'JavascriptLibrary_GetDeoptInfosCount::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfosCount, Index_0) == 0x000008, "Member 'JavascriptLibrary_GetDeoptInfosCount::Index_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDeoptInfosCount, ReturnValue) == 0x00000C, "Member 'JavascriptLibrary_GetDeoptInfosCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetDerivedClasses \ +static_assert(alignof(JavascriptLibrary_GetDerivedClasses) == 0x000008, "Wrong alignment on JavascriptLibrary_GetDerivedClasses"); \ +static_assert(sizeof(JavascriptLibrary_GetDerivedClasses) == 0x000020, "Wrong size on JavascriptLibrary_GetDerivedClasses"); \ +static_assert(offsetof(JavascriptLibrary_GetDerivedClasses, ClassToLookFor) == 0x000000, "Member 'JavascriptLibrary_GetDerivedClasses::ClassToLookFor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDerivedClasses, Results) == 0x000008, "Member 'JavascriptLibrary_GetDerivedClasses::Results' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDerivedClasses, bRecursive) == 0x000018, "Member 'JavascriptLibrary_GetDerivedClasses::bRecursive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetDir \ +static_assert(alignof(JavascriptLibrary_GetDir) == 0x000008, "Wrong alignment on JavascriptLibrary_GetDir"); \ +static_assert(sizeof(JavascriptLibrary_GetDir) == 0x000028, "Wrong size on JavascriptLibrary_GetDir"); \ +static_assert(offsetof(JavascriptLibrary_GetDir, Object) == 0x000000, "Member 'JavascriptLibrary_GetDir::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDir, WhichDir) == 0x000008, "Member 'JavascriptLibrary_GetDir::WhichDir' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDir, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_GetDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetDynamicBinding \ +static_assert(alignof(JavascriptLibrary_GetDynamicBinding) == 0x000008, "Wrong alignment on JavascriptLibrary_GetDynamicBinding"); \ +static_assert(sizeof(JavascriptLibrary_GetDynamicBinding) == 0x000018, "Wrong size on JavascriptLibrary_GetDynamicBinding"); \ +static_assert(offsetof(JavascriptLibrary_GetDynamicBinding, Outer_0) == 0x000000, "Member 'JavascriptLibrary_GetDynamicBinding::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDynamicBinding, BindingObjectClass) == 0x000008, "Member 'JavascriptLibrary_GetDynamicBinding::BindingObjectClass' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetDynamicBinding, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetDynamicBinding::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetFields \ +static_assert(alignof(JavascriptLibrary_GetFields) == 0x000008, "Wrong alignment on JavascriptLibrary_GetFields"); \ +static_assert(sizeof(JavascriptLibrary_GetFields) == 0x000020, "Wrong size on JavascriptLibrary_GetFields"); \ +static_assert(offsetof(JavascriptLibrary_GetFields, Object) == 0x000000, "Member 'JavascriptLibrary_GetFields::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetFields, bIncludeSuper) == 0x000008, "Member 'JavascriptLibrary_GetFields::bIncludeSuper' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetFields, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_GetFields::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetFileSize \ +static_assert(alignof(JavascriptLibrary_GetFileSize) == 0x000008, "Wrong alignment on JavascriptLibrary_GetFileSize"); \ +static_assert(sizeof(JavascriptLibrary_GetFileSize) == 0x000020, "Wrong size on JavascriptLibrary_GetFileSize"); \ +static_assert(offsetof(JavascriptLibrary_GetFileSize, Object) == 0x000000, "Member 'JavascriptLibrary_GetFileSize::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetFileSize, Filename) == 0x000008, "Member 'JavascriptLibrary_GetFileSize::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetFileSize, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_GetFileSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetFunctionName \ +static_assert(alignof(JavascriptLibrary_GetFunctionName) == 0x000008, "Wrong alignment on JavascriptLibrary_GetFunctionName"); \ +static_assert(sizeof(JavascriptLibrary_GetFunctionName) == 0x000018, "Wrong size on JavascriptLibrary_GetFunctionName"); \ +static_assert(offsetof(JavascriptLibrary_GetFunctionName, Node) == 0x000000, "Member 'JavascriptLibrary_GetFunctionName::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetFunctionName, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetFunctionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetFunctionParmsSize \ +static_assert(alignof(JavascriptLibrary_GetFunctionParmsSize) == 0x000008, "Wrong alignment on JavascriptLibrary_GetFunctionParmsSize"); \ +static_assert(sizeof(JavascriptLibrary_GetFunctionParmsSize) == 0x000010, "Wrong size on JavascriptLibrary_GetFunctionParmsSize"); \ +static_assert(offsetof(JavascriptLibrary_GetFunctionParmsSize, Function) == 0x000000, "Member 'JavascriptLibrary_GetFunctionParmsSize::Function' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetFunctionParmsSize, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetFunctionParmsSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetHitCount \ +static_assert(alignof(JavascriptLibrary_GetHitCount) == 0x000008, "Wrong alignment on JavascriptLibrary_GetHitCount"); \ +static_assert(sizeof(JavascriptLibrary_GetHitCount) == 0x000010, "Wrong size on JavascriptLibrary_GetHitCount"); \ +static_assert(offsetof(JavascriptLibrary_GetHitCount, Node) == 0x000000, "Member 'JavascriptLibrary_GetHitCount::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetHitCount, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetHitCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetHitLineCount \ +static_assert(alignof(JavascriptLibrary_GetHitLineCount) == 0x000008, "Wrong alignment on JavascriptLibrary_GetHitLineCount"); \ +static_assert(sizeof(JavascriptLibrary_GetHitLineCount) == 0x000010, "Wrong size on JavascriptLibrary_GetHitLineCount"); \ +static_assert(offsetof(JavascriptLibrary_GetHitLineCount, Node) == 0x000000, "Member 'JavascriptLibrary_GetHitLineCount::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetHitLineCount, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetHitLineCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetLastRenderTime \ +static_assert(alignof(JavascriptLibrary_GetLastRenderTime) == 0x000008, "Wrong alignment on JavascriptLibrary_GetLastRenderTime"); \ +static_assert(sizeof(JavascriptLibrary_GetLastRenderTime) == 0x000010, "Wrong size on JavascriptLibrary_GetLastRenderTime"); \ +static_assert(offsetof(JavascriptLibrary_GetLastRenderTime, Actor) == 0x000000, "Member 'JavascriptLibrary_GetLastRenderTime::Actor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetLastRenderTime, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetLastRenderTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetLevel \ +static_assert(alignof(JavascriptLibrary_GetLevel) == 0x000008, "Wrong alignment on JavascriptLibrary_GetLevel"); \ +static_assert(sizeof(JavascriptLibrary_GetLevel) == 0x000010, "Wrong size on JavascriptLibrary_GetLevel"); \ +static_assert(offsetof(JavascriptLibrary_GetLevel, Actor) == 0x000000, "Member 'JavascriptLibrary_GetLevel::Actor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetLevel, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetLevels \ +static_assert(alignof(JavascriptLibrary_GetLevels) == 0x000008, "Wrong alignment on JavascriptLibrary_GetLevels"); \ +static_assert(sizeof(JavascriptLibrary_GetLevels) == 0x000018, "Wrong size on JavascriptLibrary_GetLevels"); \ +static_assert(offsetof(JavascriptLibrary_GetLevels, World) == 0x000000, "Member 'JavascriptLibrary_GetLevels::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetLevels, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetLevels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetLineNumber \ +static_assert(alignof(JavascriptLibrary_GetLineNumber) == 0x000008, "Wrong alignment on JavascriptLibrary_GetLineNumber"); \ +static_assert(sizeof(JavascriptLibrary_GetLineNumber) == 0x000010, "Wrong size on JavascriptLibrary_GetLineNumber"); \ +static_assert(offsetof(JavascriptLibrary_GetLineNumber, Node) == 0x000000, "Member 'JavascriptLibrary_GetLineNumber::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetLineNumber, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetLineNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetMetaData \ +static_assert(alignof(JavascriptLibrary_GetMetaData) == 0x000008, "Wrong alignment on JavascriptLibrary_GetMetaData"); \ +static_assert(sizeof(JavascriptLibrary_GetMetaData) == 0x000028, "Wrong size on JavascriptLibrary_GetMetaData"); \ +static_assert(offsetof(JavascriptLibrary_GetMetaData, Field) == 0x000000, "Member 'JavascriptLibrary_GetMetaData::Field' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetMetaData, Key) == 0x000008, "Member 'JavascriptLibrary_GetMetaData::Key' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetMetaData, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_GetMetaData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetModel \ +static_assert(alignof(JavascriptLibrary_GetModel) == 0x000008, "Wrong alignment on JavascriptLibrary_GetModel"); \ +static_assert(sizeof(JavascriptLibrary_GetModel) == 0x000010, "Wrong size on JavascriptLibrary_GetModel"); \ +static_assert(offsetof(JavascriptLibrary_GetModel, World) == 0x000000, "Member 'JavascriptLibrary_GetModel::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetModel, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetModel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetName \ +static_assert(alignof(JavascriptLibrary_GetName) == 0x000008, "Wrong alignment on JavascriptLibrary_GetName"); \ +static_assert(sizeof(JavascriptLibrary_GetName) == 0x000018, "Wrong size on JavascriptLibrary_GetName"); \ +static_assert(offsetof(JavascriptLibrary_GetName, Object) == 0x000000, "Member 'JavascriptLibrary_GetName::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetName, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetNodeId \ +static_assert(alignof(JavascriptLibrary_GetNodeId) == 0x000008, "Wrong alignment on JavascriptLibrary_GetNodeId"); \ +static_assert(sizeof(JavascriptLibrary_GetNodeId) == 0x000010, "Wrong size on JavascriptLibrary_GetNodeId"); \ +static_assert(offsetof(JavascriptLibrary_GetNodeId, Node) == 0x000000, "Member 'JavascriptLibrary_GetNodeId::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetNodeId, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetNodeId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetObjectsOfClass \ +static_assert(alignof(JavascriptLibrary_GetObjectsOfClass) == 0x000008, "Wrong alignment on JavascriptLibrary_GetObjectsOfClass"); \ +static_assert(sizeof(JavascriptLibrary_GetObjectsOfClass) == 0x000028, "Wrong size on JavascriptLibrary_GetObjectsOfClass"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsOfClass, ClassToLookFor) == 0x000000, "Member 'JavascriptLibrary_GetObjectsOfClass::ClassToLookFor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsOfClass, Results) == 0x000008, "Member 'JavascriptLibrary_GetObjectsOfClass::Results' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsOfClass, bIncludeDerivedClasses) == 0x000018, "Member 'JavascriptLibrary_GetObjectsOfClass::bIncludeDerivedClasses' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsOfClass, ExcludeFlags) == 0x00001C, "Member 'JavascriptLibrary_GetObjectsOfClass::ExcludeFlags' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsOfClass, ExclusionInternalFlags) == 0x000020, "Member 'JavascriptLibrary_GetObjectsOfClass::ExclusionInternalFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetObjectsWithOuter \ +static_assert(alignof(JavascriptLibrary_GetObjectsWithOuter) == 0x000008, "Wrong alignment on JavascriptLibrary_GetObjectsWithOuter"); \ +static_assert(sizeof(JavascriptLibrary_GetObjectsWithOuter) == 0x000028, "Wrong size on JavascriptLibrary_GetObjectsWithOuter"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsWithOuter, Outer_0) == 0x000000, "Member 'JavascriptLibrary_GetObjectsWithOuter::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsWithOuter, Results) == 0x000008, "Member 'JavascriptLibrary_GetObjectsWithOuter::Results' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsWithOuter, bIncludeNestedObjects) == 0x000018, "Member 'JavascriptLibrary_GetObjectsWithOuter::bIncludeNestedObjects' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsWithOuter, ExclusionFlags) == 0x00001C, "Member 'JavascriptLibrary_GetObjectsWithOuter::ExclusionFlags' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetObjectsWithOuter, ExclusionInternalFlags) == 0x000020, "Member 'JavascriptLibrary_GetObjectsWithOuter::ExclusionInternalFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetOuter \ +static_assert(alignof(JavascriptLibrary_GetOuter) == 0x000008, "Wrong alignment on JavascriptLibrary_GetOuter"); \ +static_assert(sizeof(JavascriptLibrary_GetOuter) == 0x000010, "Wrong size on JavascriptLibrary_GetOuter"); \ +static_assert(offsetof(JavascriptLibrary_GetOuter, Object) == 0x000000, "Member 'JavascriptLibrary_GetOuter::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetOuter, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetOuter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetOutermost \ +static_assert(alignof(JavascriptLibrary_GetOutermost) == 0x000008, "Wrong alignment on JavascriptLibrary_GetOutermost"); \ +static_assert(sizeof(JavascriptLibrary_GetOutermost) == 0x000010, "Wrong size on JavascriptLibrary_GetOutermost"); \ +static_assert(offsetof(JavascriptLibrary_GetOutermost, Object) == 0x000000, "Member 'JavascriptLibrary_GetOutermost::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetOutermost, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetOutermost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetPlatformName \ +static_assert(alignof(JavascriptLibrary_GetPlatformName) == 0x000008, "Wrong alignment on JavascriptLibrary_GetPlatformName"); \ +static_assert(sizeof(JavascriptLibrary_GetPlatformName) == 0x000010, "Wrong size on JavascriptLibrary_GetPlatformName"); \ +static_assert(offsetof(JavascriptLibrary_GetPlatformName, ReturnValue) == 0x000000, "Member 'JavascriptLibrary_GetPlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetScriptId \ +static_assert(alignof(JavascriptLibrary_GetScriptId) == 0x000008, "Wrong alignment on JavascriptLibrary_GetScriptId"); \ +static_assert(sizeof(JavascriptLibrary_GetScriptId) == 0x000010, "Wrong size on JavascriptLibrary_GetScriptId"); \ +static_assert(offsetof(JavascriptLibrary_GetScriptId, Node) == 0x000000, "Member 'JavascriptLibrary_GetScriptId::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetScriptId, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetScriptId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetScriptResourceName \ +static_assert(alignof(JavascriptLibrary_GetScriptResourceName) == 0x000008, "Wrong alignment on JavascriptLibrary_GetScriptResourceName"); \ +static_assert(sizeof(JavascriptLibrary_GetScriptResourceName) == 0x000018, "Wrong size on JavascriptLibrary_GetScriptResourceName"); \ +static_assert(offsetof(JavascriptLibrary_GetScriptResourceName, Node) == 0x000000, "Member 'JavascriptLibrary_GetScriptResourceName::Node' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetScriptResourceName, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetScriptResourceName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetStructProperties \ +static_assert(alignof(JavascriptLibrary_GetStructProperties) == 0x000008, "Wrong alignment on JavascriptLibrary_GetStructProperties"); \ +static_assert(sizeof(JavascriptLibrary_GetStructProperties) == 0x000028, "Wrong size on JavascriptLibrary_GetStructProperties"); \ +static_assert(offsetof(JavascriptLibrary_GetStructProperties, StructName) == 0x000000, "Member 'JavascriptLibrary_GetStructProperties::StructName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetStructProperties, bIncludeSuper) == 0x000010, "Member 'JavascriptLibrary_GetStructProperties::bIncludeSuper' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetStructProperties, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_GetStructProperties::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetSuperClasses \ +static_assert(alignof(JavascriptLibrary_GetSuperClasses) == 0x000008, "Wrong alignment on JavascriptLibrary_GetSuperClasses"); \ +static_assert(sizeof(JavascriptLibrary_GetSuperClasses) == 0x000018, "Wrong size on JavascriptLibrary_GetSuperClasses"); \ +static_assert(offsetof(JavascriptLibrary_GetSuperClasses, InClass) == 0x000000, "Member 'JavascriptLibrary_GetSuperClasses::InClass' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetSuperClasses, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetSuperClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_GetWorldBounds \ +static_assert(alignof(JavascriptLibrary_GetWorldBounds) == 0x000008, "Wrong alignment on JavascriptLibrary_GetWorldBounds"); \ +static_assert(sizeof(JavascriptLibrary_GetWorldBounds) == 0x000040, "Wrong size on JavascriptLibrary_GetWorldBounds"); \ +static_assert(offsetof(JavascriptLibrary_GetWorldBounds, InWorld) == 0x000000, "Member 'JavascriptLibrary_GetWorldBounds::InWorld' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_GetWorldBounds, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_GetWorldBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_HandleSeamlessTravelPlayer \ +static_assert(alignof(JavascriptLibrary_HandleSeamlessTravelPlayer) == 0x000008, "Wrong alignment on JavascriptLibrary_HandleSeamlessTravelPlayer"); \ +static_assert(sizeof(JavascriptLibrary_HandleSeamlessTravelPlayer) == 0x000010, "Wrong size on JavascriptLibrary_HandleSeamlessTravelPlayer"); \ +static_assert(offsetof(JavascriptLibrary_HandleSeamlessTravelPlayer, GameMode) == 0x000000, "Member 'JavascriptLibrary_HandleSeamlessTravelPlayer::GameMode' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_HandleSeamlessTravelPlayer, C) == 0x000008, "Member 'JavascriptLibrary_HandleSeamlessTravelPlayer::C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_HasAnyFlags \ +static_assert(alignof(JavascriptLibrary_HasAnyFlags) == 0x000008, "Wrong alignment on JavascriptLibrary_HasAnyFlags"); \ +static_assert(sizeof(JavascriptLibrary_HasAnyFlags) == 0x000010, "Wrong size on JavascriptLibrary_HasAnyFlags"); \ +static_assert(offsetof(JavascriptLibrary_HasAnyFlags, Object) == 0x000000, "Member 'JavascriptLibrary_HasAnyFlags::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_HasAnyFlags, Flags_0) == 0x000008, "Member 'JavascriptLibrary_HasAnyFlags::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_HasAnyFlags, ReturnValue) == 0x00000C, "Member 'JavascriptLibrary_HasAnyFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_HasAnyPackageFlags \ +static_assert(alignof(JavascriptLibrary_HasAnyPackageFlags) == 0x000008, "Wrong alignment on JavascriptLibrary_HasAnyPackageFlags"); \ +static_assert(sizeof(JavascriptLibrary_HasAnyPackageFlags) == 0x000010, "Wrong size on JavascriptLibrary_HasAnyPackageFlags"); \ +static_assert(offsetof(JavascriptLibrary_HasAnyPackageFlags, Package) == 0x000000, "Member 'JavascriptLibrary_HasAnyPackageFlags::Package' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_HasAnyPackageFlags, Flags_0) == 0x000008, "Member 'JavascriptLibrary_HasAnyPackageFlags::Flags_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_HasAnyPackageFlags, ReturnValue) == 0x00000C, "Member 'JavascriptLibrary_HasAnyPackageFlags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_HasUndo \ +static_assert(alignof(JavascriptLibrary_HasUndo) == 0x000008, "Wrong alignment on JavascriptLibrary_HasUndo"); \ +static_assert(sizeof(JavascriptLibrary_HasUndo) == 0x000010, "Wrong size on JavascriptLibrary_HasUndo"); \ +static_assert(offsetof(JavascriptLibrary_HasUndo, Engine) == 0x000000, "Member 'JavascriptLibrary_HasUndo::Engine' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_HasUndo, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_HasUndo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsAsyncLoadComplete \ +static_assert(alignof(JavascriptLibrary_IsAsyncLoadComplete) == 0x000008, "Wrong alignment on JavascriptLibrary_IsAsyncLoadComplete"); \ +static_assert(sizeof(JavascriptLibrary_IsAsyncLoadComplete) == 0x000030, "Wrong size on JavascriptLibrary_IsAsyncLoadComplete"); \ +static_assert(offsetof(JavascriptLibrary_IsAsyncLoadComplete, Manager) == 0x000000, "Member 'JavascriptLibrary_IsAsyncLoadComplete::Manager' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsAsyncLoadComplete, Target) == 0x000010, "Member 'JavascriptLibrary_IsAsyncLoadComplete::Target' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsAsyncLoadComplete, ReturnValue) == 0x000028, "Member 'JavascriptLibrary_IsAsyncLoadComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsGameWorld \ +static_assert(alignof(JavascriptLibrary_IsGameWorld) == 0x000008, "Wrong alignment on JavascriptLibrary_IsGameWorld"); \ +static_assert(sizeof(JavascriptLibrary_IsGameWorld) == 0x000010, "Wrong size on JavascriptLibrary_IsGameWorld"); \ +static_assert(offsetof(JavascriptLibrary_IsGameWorld, World) == 0x000000, "Member 'JavascriptLibrary_IsGameWorld::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsGameWorld, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_IsGameWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsGeneratedByBlueprint \ +static_assert(alignof(JavascriptLibrary_IsGeneratedByBlueprint) == 0x000008, "Wrong alignment on JavascriptLibrary_IsGeneratedByBlueprint"); \ +static_assert(sizeof(JavascriptLibrary_IsGeneratedByBlueprint) == 0x000010, "Wrong size on JavascriptLibrary_IsGeneratedByBlueprint"); \ +static_assert(offsetof(JavascriptLibrary_IsGeneratedByBlueprint, InClass) == 0x000000, "Member 'JavascriptLibrary_IsGeneratedByBlueprint::InClass' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsGeneratedByBlueprint, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_IsGeneratedByBlueprint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsPendingKill \ +static_assert(alignof(JavascriptLibrary_IsPendingKill) == 0x000008, "Wrong alignment on JavascriptLibrary_IsPendingKill"); \ +static_assert(sizeof(JavascriptLibrary_IsPendingKill) == 0x000010, "Wrong size on JavascriptLibrary_IsPendingKill"); \ +static_assert(offsetof(JavascriptLibrary_IsPendingKill, InActor) == 0x000000, "Member 'JavascriptLibrary_IsPendingKill::InActor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsPendingKill, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_IsPendingKill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsPlayInEditor \ +static_assert(alignof(JavascriptLibrary_IsPlayInEditor) == 0x000008, "Wrong alignment on JavascriptLibrary_IsPlayInEditor"); \ +static_assert(sizeof(JavascriptLibrary_IsPlayInEditor) == 0x000010, "Wrong size on JavascriptLibrary_IsPlayInEditor"); \ +static_assert(offsetof(JavascriptLibrary_IsPlayInEditor, World) == 0x000000, "Member 'JavascriptLibrary_IsPlayInEditor::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsPlayInEditor, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_IsPlayInEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsPlayInPreview \ +static_assert(alignof(JavascriptLibrary_IsPlayInPreview) == 0x000008, "Wrong alignment on JavascriptLibrary_IsPlayInPreview"); \ +static_assert(sizeof(JavascriptLibrary_IsPlayInPreview) == 0x000010, "Wrong size on JavascriptLibrary_IsPlayInPreview"); \ +static_assert(offsetof(JavascriptLibrary_IsPlayInPreview, World) == 0x000000, "Member 'JavascriptLibrary_IsPlayInPreview::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsPlayInPreview, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_IsPlayInPreview::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsRegistered \ +static_assert(alignof(JavascriptLibrary_IsRegistered) == 0x000008, "Wrong alignment on JavascriptLibrary_IsRegistered"); \ +static_assert(sizeof(JavascriptLibrary_IsRegistered) == 0x000010, "Wrong size on JavascriptLibrary_IsRegistered"); \ +static_assert(offsetof(JavascriptLibrary_IsRegistered, ActorComponent) == 0x000000, "Member 'JavascriptLibrary_IsRegistered::ActorComponent' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsRegistered, ReturnValue) == 0x000008, "Member 'JavascriptLibrary_IsRegistered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_IsSuppressed \ +static_assert(alignof(JavascriptLibrary_IsSuppressed) == 0x000008, "Wrong alignment on JavascriptLibrary_IsSuppressed"); \ +static_assert(sizeof(JavascriptLibrary_IsSuppressed) == 0x000018, "Wrong size on JavascriptLibrary_IsSuppressed"); \ +static_assert(offsetof(JavascriptLibrary_IsSuppressed, Category) == 0x000000, "Member 'JavascriptLibrary_IsSuppressed::Category' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsSuppressed, Verbosity) == 0x000010, "Member 'JavascriptLibrary_IsSuppressed::Verbosity' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_IsSuppressed, ReturnValue) == 0x000011, "Member 'JavascriptLibrary_IsSuppressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_LoadPackage \ +static_assert(alignof(JavascriptLibrary_LoadPackage) == 0x000008, "Wrong alignment on JavascriptLibrary_LoadPackage"); \ +static_assert(sizeof(JavascriptLibrary_LoadPackage) == 0x000020, "Wrong size on JavascriptLibrary_LoadPackage"); \ +static_assert(offsetof(JavascriptLibrary_LoadPackage, InOuter) == 0x000000, "Member 'JavascriptLibrary_LoadPackage::InOuter' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_LoadPackage, PackageName) == 0x000008, "Member 'JavascriptLibrary_LoadPackage::PackageName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_LoadPackage, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_LoadPackage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_Log \ +static_assert(alignof(JavascriptLibrary_Log) == 0x000008, "Wrong alignment on JavascriptLibrary_Log"); \ +static_assert(sizeof(JavascriptLibrary_Log) == 0x000040, "Wrong size on JavascriptLibrary_Log"); \ +static_assert(offsetof(JavascriptLibrary_Log, Category) == 0x000000, "Member 'JavascriptLibrary_Log::Category' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Log, Verbosity) == 0x000010, "Member 'JavascriptLibrary_Log::Verbosity' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Log, Message) == 0x000018, "Member 'JavascriptLibrary_Log::Message' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Log, Filename) == 0x000028, "Member 'JavascriptLibrary_Log::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Log, LineNumber) == 0x000038, "Member 'JavascriptLibrary_Log::LineNumber' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_MakeDirectory \ +static_assert(alignof(JavascriptLibrary_MakeDirectory) == 0x000008, "Wrong alignment on JavascriptLibrary_MakeDirectory"); \ +static_assert(sizeof(JavascriptLibrary_MakeDirectory) == 0x000018, "Wrong size on JavascriptLibrary_MakeDirectory"); \ +static_assert(offsetof(JavascriptLibrary_MakeDirectory, Path) == 0x000000, "Member 'JavascriptLibrary_MakeDirectory::Path' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_MakeDirectory, Tree) == 0x000010, "Member 'JavascriptLibrary_MakeDirectory::Tree' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_MakeDirectory, ReturnValue) == 0x000011, "Member 'JavascriptLibrary_MakeDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_MarkRenderStateDirty \ +static_assert(alignof(JavascriptLibrary_MarkRenderStateDirty) == 0x000008, "Wrong alignment on JavascriptLibrary_MarkRenderStateDirty"); \ +static_assert(sizeof(JavascriptLibrary_MarkRenderStateDirty) == 0x000008, "Wrong size on JavascriptLibrary_MarkRenderStateDirty"); \ +static_assert(offsetof(JavascriptLibrary_MarkRenderStateDirty, Component) == 0x000000, "Member 'JavascriptLibrary_MarkRenderStateDirty::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_NewStat \ +static_assert(alignof(JavascriptLibrary_NewStat) == 0x000008, "Wrong alignment on JavascriptLibrary_NewStat"); \ +static_assert(sizeof(JavascriptLibrary_NewStat) == 0x000040, "Wrong size on JavascriptLibrary_NewStat"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, InStatName) == 0x000000, "Member 'JavascriptLibrary_NewStat::InStatName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, InStatDesc) == 0x000008, "Member 'JavascriptLibrary_NewStat::InStatDesc' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, InGroupName) == 0x000018, "Member 'JavascriptLibrary_NewStat::InGroupName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, InGroupCategory) == 0x000020, "Member 'JavascriptLibrary_NewStat::InGroupCategory' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, InGroupDesc) == 0x000028, "Member 'JavascriptLibrary_NewStat::InGroupDesc' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, bDefaultEnable) == 0x000038, "Member 'JavascriptLibrary_NewStat::bDefaultEnable' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, bShouldClearEveryFrame) == 0x000039, "Member 'JavascriptLibrary_NewStat::bShouldClearEveryFrame' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, InStatType) == 0x00003A, "Member 'JavascriptLibrary_NewStat::InStatType' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, bCycleStat) == 0x00003B, "Member 'JavascriptLibrary_NewStat::bCycleStat' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, bSortByName) == 0x00003C, "Member 'JavascriptLibrary_NewStat::bSortByName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_NewStat, ReturnValue) == 0x00003D, "Member 'JavascriptLibrary_NewStat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ReadDirectory \ +static_assert(alignof(JavascriptLibrary_ReadDirectory) == 0x000008, "Wrong alignment on JavascriptLibrary_ReadDirectory"); \ +static_assert(sizeof(JavascriptLibrary_ReadDirectory) == 0x000030, "Wrong size on JavascriptLibrary_ReadDirectory"); \ +static_assert(offsetof(JavascriptLibrary_ReadDirectory, Object) == 0x000000, "Member 'JavascriptLibrary_ReadDirectory::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadDirectory, Directory) == 0x000008, "Member 'JavascriptLibrary_ReadDirectory::Directory' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadDirectory, OutItems) == 0x000018, "Member 'JavascriptLibrary_ReadDirectory::OutItems' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadDirectory, ReturnValue) == 0x000028, "Member 'JavascriptLibrary_ReadDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ReadFile \ +static_assert(alignof(JavascriptLibrary_ReadFile) == 0x000008, "Wrong alignment on JavascriptLibrary_ReadFile"); \ +static_assert(sizeof(JavascriptLibrary_ReadFile) == 0x000020, "Wrong size on JavascriptLibrary_ReadFile"); \ +static_assert(offsetof(JavascriptLibrary_ReadFile, Object) == 0x000000, "Member 'JavascriptLibrary_ReadFile::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadFile, Filename) == 0x000008, "Member 'JavascriptLibrary_ReadFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadFile, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_ReadFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ReadStringFromFile \ +static_assert(alignof(JavascriptLibrary_ReadStringFromFile) == 0x000008, "Wrong alignment on JavascriptLibrary_ReadStringFromFile"); \ +static_assert(sizeof(JavascriptLibrary_ReadStringFromFile) == 0x000028, "Wrong size on JavascriptLibrary_ReadStringFromFile"); \ +static_assert(offsetof(JavascriptLibrary_ReadStringFromFile, Object) == 0x000000, "Member 'JavascriptLibrary_ReadStringFromFile::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadStringFromFile, Filename) == 0x000008, "Member 'JavascriptLibrary_ReadStringFromFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadStringFromFile, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_ReadStringFromFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ReadStringFromFileAsync \ +static_assert(alignof(JavascriptLibrary_ReadStringFromFileAsync) == 0x000008, "Wrong alignment on JavascriptLibrary_ReadStringFromFileAsync"); \ +static_assert(sizeof(JavascriptLibrary_ReadStringFromFileAsync) == 0x000038, "Wrong size on JavascriptLibrary_ReadStringFromFileAsync"); \ +static_assert(offsetof(JavascriptLibrary_ReadStringFromFileAsync, Object) == 0x000000, "Member 'JavascriptLibrary_ReadStringFromFileAsync::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadStringFromFileAsync, Filename) == 0x000008, "Member 'JavascriptLibrary_ReadStringFromFileAsync::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadStringFromFileAsync, Function) == 0x000018, "Member 'JavascriptLibrary_ReadStringFromFileAsync::Function' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ReadStringFromFileAsync, ReturnValue) == 0x000028, "Member 'JavascriptLibrary_ReadStringFromFileAsync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_RegisterComponent \ +static_assert(alignof(JavascriptLibrary_RegisterComponent) == 0x000008, "Wrong alignment on JavascriptLibrary_RegisterComponent"); \ +static_assert(sizeof(JavascriptLibrary_RegisterComponent) == 0x000008, "Wrong size on JavascriptLibrary_RegisterComponent"); \ +static_assert(offsetof(JavascriptLibrary_RegisterComponent, ActorComponent) == 0x000000, "Member 'JavascriptLibrary_RegisterComponent::ActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_RequestAsyncLoad \ +static_assert(alignof(JavascriptLibrary_RequestAsyncLoad) == 0x000008, "Wrong alignment on JavascriptLibrary_RequestAsyncLoad"); \ +static_assert(sizeof(JavascriptLibrary_RequestAsyncLoad) == 0x000038, "Wrong size on JavascriptLibrary_RequestAsyncLoad"); \ +static_assert(offsetof(JavascriptLibrary_RequestAsyncLoad, Manager) == 0x000000, "Member 'JavascriptLibrary_RequestAsyncLoad::Manager' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_RequestAsyncLoad, TargetsToStream) == 0x000010, "Member 'JavascriptLibrary_RequestAsyncLoad::TargetsToStream' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_RequestAsyncLoad, DelegateToCall) == 0x000020, "Member 'JavascriptLibrary_RequestAsyncLoad::DelegateToCall' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_RequestAsyncLoad, Priority) == 0x000030, "Member 'JavascriptLibrary_RequestAsyncLoad::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ReregisterAllComponents \ +static_assert(alignof(JavascriptLibrary_ReregisterAllComponents) == 0x000008, "Wrong alignment on JavascriptLibrary_ReregisterAllComponents"); \ +static_assert(sizeof(JavascriptLibrary_ReregisterAllComponents) == 0x000008, "Wrong size on JavascriptLibrary_ReregisterAllComponents"); \ +static_assert(offsetof(JavascriptLibrary_ReregisterAllComponents, Actor) == 0x000000, "Member 'JavascriptLibrary_ReregisterAllComponents::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ReregisterComponent \ +static_assert(alignof(JavascriptLibrary_ReregisterComponent) == 0x000008, "Wrong alignment on JavascriptLibrary_ReregisterComponent"); \ +static_assert(sizeof(JavascriptLibrary_ReregisterComponent) == 0x000008, "Wrong size on JavascriptLibrary_ReregisterComponent"); \ +static_assert(offsetof(JavascriptLibrary_ReregisterComponent, ActorComponent) == 0x000000, "Member 'JavascriptLibrary_ReregisterComponent::ActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_ResolveIp \ +static_assert(alignof(JavascriptLibrary_ResolveIp) == 0x000008, "Wrong alignment on JavascriptLibrary_ResolveIp"); \ +static_assert(sizeof(JavascriptLibrary_ResolveIp) == 0x000028, "Wrong size on JavascriptLibrary_ResolveIp"); \ +static_assert(offsetof(JavascriptLibrary_ResolveIp, HostName) == 0x000000, "Member 'JavascriptLibrary_ResolveIp::HostName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ResolveIp, OutIp) == 0x000010, "Member 'JavascriptLibrary_ResolveIp::OutIp' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_ResolveIp, ReturnValue) == 0x000020, "Member 'JavascriptLibrary_ResolveIp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SegmentIntersection2D \ +static_assert(alignof(JavascriptLibrary_SegmentIntersection2D) == 0x000008, "Wrong alignment on JavascriptLibrary_SegmentIntersection2D"); \ +static_assert(sizeof(JavascriptLibrary_SegmentIntersection2D) == 0x000080, "Wrong size on JavascriptLibrary_SegmentIntersection2D"); \ +static_assert(offsetof(JavascriptLibrary_SegmentIntersection2D, SegmentStartA) == 0x000000, "Member 'JavascriptLibrary_SegmentIntersection2D::SegmentStartA' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SegmentIntersection2D, SegmentEndA) == 0x000018, "Member 'JavascriptLibrary_SegmentIntersection2D::SegmentEndA' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SegmentIntersection2D, SegmentStartB) == 0x000030, "Member 'JavascriptLibrary_SegmentIntersection2D::SegmentStartB' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SegmentIntersection2D, SegmentEndB) == 0x000048, "Member 'JavascriptLibrary_SegmentIntersection2D::SegmentEndB' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SegmentIntersection2D, IntersectionPoint) == 0x000060, "Member 'JavascriptLibrary_SegmentIntersection2D::IntersectionPoint' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SegmentIntersection2D, ReturnValue) == 0x000078, "Member 'JavascriptLibrary_SegmentIntersection2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SendMemoryTo \ +static_assert(alignof(JavascriptLibrary_SendMemoryTo) == 0x000008, "Wrong alignment on JavascriptLibrary_SendMemoryTo"); \ +static_assert(sizeof(JavascriptLibrary_SendMemoryTo) == 0x000030, "Wrong size on JavascriptLibrary_SendMemoryTo"); \ +static_assert(offsetof(JavascriptLibrary_SendMemoryTo, Socket) == 0x000000, "Member 'JavascriptLibrary_SendMemoryTo::Socket' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SendMemoryTo, ToAddr) == 0x000010, "Member 'JavascriptLibrary_SendMemoryTo::ToAddr' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SendMemoryTo, NumBytes) == 0x000020, "Member 'JavascriptLibrary_SendMemoryTo::NumBytes' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SendMemoryTo, BytesSent) == 0x000024, "Member 'JavascriptLibrary_SendMemoryTo::BytesSent' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SendMemoryTo, ReturnValue) == 0x000028, "Member 'JavascriptLibrary_SendMemoryTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetActorFlags \ +static_assert(alignof(JavascriptLibrary_SetActorFlags) == 0x000008, "Wrong alignment on JavascriptLibrary_SetActorFlags"); \ +static_assert(sizeof(JavascriptLibrary_SetActorFlags) == 0x000010, "Wrong size on JavascriptLibrary_SetActorFlags"); \ +static_assert(offsetof(JavascriptLibrary_SetActorFlags, Actor) == 0x000000, "Member 'JavascriptLibrary_SetActorFlags::Actor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetActorFlags, Flags_0) == 0x000008, "Member 'JavascriptLibrary_SetActorFlags::Flags_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetClientTravel \ +static_assert(alignof(JavascriptLibrary_SetClientTravel) == 0x000008, "Wrong alignment on JavascriptLibrary_SetClientTravel"); \ +static_assert(sizeof(JavascriptLibrary_SetClientTravel) == 0x000028, "Wrong size on JavascriptLibrary_SetClientTravel"); \ +static_assert(offsetof(JavascriptLibrary_SetClientTravel, Engine) == 0x000000, "Member 'JavascriptLibrary_SetClientTravel::Engine' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetClientTravel, InWorld) == 0x000008, "Member 'JavascriptLibrary_SetClientTravel::InWorld' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetClientTravel, NextURL) == 0x000010, "Member 'JavascriptLibrary_SetClientTravel::NextURL' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetClientTravel, InTravelType) == 0x000020, "Member 'JavascriptLibrary_SetClientTravel::InTravelType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetIp \ +static_assert(alignof(JavascriptLibrary_SetIp) == 0x000008, "Wrong alignment on JavascriptLibrary_SetIp"); \ +static_assert(sizeof(JavascriptLibrary_SetIp) == 0x000028, "Wrong size on JavascriptLibrary_SetIp"); \ +static_assert(offsetof(JavascriptLibrary_SetIp, Addr) == 0x000000, "Member 'JavascriptLibrary_SetIp::Addr' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetIp, ResolvedAddress) == 0x000010, "Member 'JavascriptLibrary_SetIp::ResolvedAddress' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetIp, bValid) == 0x000020, "Member 'JavascriptLibrary_SetIp::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetMobile \ +static_assert(alignof(JavascriptLibrary_SetMobile) == 0x000008, "Wrong alignment on JavascriptLibrary_SetMobile"); \ +static_assert(sizeof(JavascriptLibrary_SetMobile) == 0x000008, "Wrong size on JavascriptLibrary_SetMobile"); \ +static_assert(offsetof(JavascriptLibrary_SetMobile, SceneComponent) == 0x000000, "Member 'JavascriptLibrary_SetMobile::SceneComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetMobility \ +static_assert(alignof(JavascriptLibrary_SetMobility) == 0x000008, "Wrong alignment on JavascriptLibrary_SetMobility"); \ +static_assert(sizeof(JavascriptLibrary_SetMobility) == 0x000010, "Wrong size on JavascriptLibrary_SetMobility"); \ +static_assert(offsetof(JavascriptLibrary_SetMobility, SceneComponent) == 0x000000, "Member 'JavascriptLibrary_SetMobility::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetMobility, Type) == 0x000008, "Member 'JavascriptLibrary_SetMobility::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetObjectFlags \ +static_assert(alignof(JavascriptLibrary_SetObjectFlags) == 0x000008, "Wrong alignment on JavascriptLibrary_SetObjectFlags"); \ +static_assert(sizeof(JavascriptLibrary_SetObjectFlags) == 0x000010, "Wrong size on JavascriptLibrary_SetObjectFlags"); \ +static_assert(offsetof(JavascriptLibrary_SetObjectFlags, Obj) == 0x000000, "Member 'JavascriptLibrary_SetObjectFlags::Obj' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetObjectFlags, Flags_0) == 0x000008, "Member 'JavascriptLibrary_SetObjectFlags::Flags_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetPort \ +static_assert(alignof(JavascriptLibrary_SetPort) == 0x000008, "Wrong alignment on JavascriptLibrary_SetPort"); \ +static_assert(sizeof(JavascriptLibrary_SetPort) == 0x000018, "Wrong size on JavascriptLibrary_SetPort"); \ +static_assert(offsetof(JavascriptLibrary_SetPort, Addr) == 0x000000, "Member 'JavascriptLibrary_SetPort::Addr' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetPort, Port) == 0x000010, "Member 'JavascriptLibrary_SetPort::Port' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SetRootComponent \ +static_assert(alignof(JavascriptLibrary_SetRootComponent) == 0x000008, "Wrong alignment on JavascriptLibrary_SetRootComponent"); \ +static_assert(sizeof(JavascriptLibrary_SetRootComponent) == 0x000010, "Wrong size on JavascriptLibrary_SetRootComponent"); \ +static_assert(offsetof(JavascriptLibrary_SetRootComponent, Actor) == 0x000000, "Member 'JavascriptLibrary_SetRootComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SetRootComponent, Component) == 0x000008, "Member 'JavascriptLibrary_SetRootComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_SimpleAsyncLoad \ +static_assert(alignof(JavascriptLibrary_SimpleAsyncLoad) == 0x000008, "Wrong alignment on JavascriptLibrary_SimpleAsyncLoad"); \ +static_assert(sizeof(JavascriptLibrary_SimpleAsyncLoad) == 0x000030, "Wrong size on JavascriptLibrary_SimpleAsyncLoad"); \ +static_assert(offsetof(JavascriptLibrary_SimpleAsyncLoad, Manager) == 0x000000, "Member 'JavascriptLibrary_SimpleAsyncLoad::Manager' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SimpleAsyncLoad, Target) == 0x000010, "Member 'JavascriptLibrary_SimpleAsyncLoad::Target' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_SimpleAsyncLoad, Priority) == 0x000028, "Member 'JavascriptLibrary_SimpleAsyncLoad::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_TryLoadByPath \ +static_assert(alignof(JavascriptLibrary_TryLoadByPath) == 0x000008, "Wrong alignment on JavascriptLibrary_TryLoadByPath"); \ +static_assert(sizeof(JavascriptLibrary_TryLoadByPath) == 0x000018, "Wrong size on JavascriptLibrary_TryLoadByPath"); \ +static_assert(offsetof(JavascriptLibrary_TryLoadByPath, Path) == 0x000000, "Member 'JavascriptLibrary_TryLoadByPath::Path' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_TryLoadByPath, ReturnValue) == 0x000010, "Member 'JavascriptLibrary_TryLoadByPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_Unload \ +static_assert(alignof(JavascriptLibrary_Unload) == 0x000008, "Wrong alignment on JavascriptLibrary_Unload"); \ +static_assert(sizeof(JavascriptLibrary_Unload) == 0x000028, "Wrong size on JavascriptLibrary_Unload"); \ +static_assert(offsetof(JavascriptLibrary_Unload, Manager) == 0x000000, "Member 'JavascriptLibrary_Unload::Manager' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_Unload, Target) == 0x000010, "Member 'JavascriptLibrary_Unload::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_UnregisterComponent \ +static_assert(alignof(JavascriptLibrary_UnregisterComponent) == 0x000008, "Wrong alignment on JavascriptLibrary_UnregisterComponent"); \ +static_assert(sizeof(JavascriptLibrary_UnregisterComponent) == 0x000008, "Wrong size on JavascriptLibrary_UnregisterComponent"); \ +static_assert(offsetof(JavascriptLibrary_UnregisterComponent, ActorComponent) == 0x000000, "Member 'JavascriptLibrary_UnregisterComponent::ActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_V8_SetFlagsFromString \ +static_assert(alignof(JavascriptLibrary_V8_SetFlagsFromString) == 0x000008, "Wrong alignment on JavascriptLibrary_V8_SetFlagsFromString"); \ +static_assert(sizeof(JavascriptLibrary_V8_SetFlagsFromString) == 0x000010, "Wrong size on JavascriptLibrary_V8_SetFlagsFromString"); \ +static_assert(offsetof(JavascriptLibrary_V8_SetFlagsFromString, V8Flags) == 0x000000, "Member 'JavascriptLibrary_V8_SetFlagsFromString::V8Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_V8_SetIdleTaskBudget \ +static_assert(alignof(JavascriptLibrary_V8_SetIdleTaskBudget) == 0x000004, "Wrong alignment on JavascriptLibrary_V8_SetIdleTaskBudget"); \ +static_assert(sizeof(JavascriptLibrary_V8_SetIdleTaskBudget) == 0x000004, "Wrong size on JavascriptLibrary_V8_SetIdleTaskBudget"); \ +static_assert(offsetof(JavascriptLibrary_V8_SetIdleTaskBudget, BudgetInSeconds) == 0x000000, "Member 'JavascriptLibrary_V8_SetIdleTaskBudget::BudgetInSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_WriteFile \ +static_assert(alignof(JavascriptLibrary_WriteFile) == 0x000008, "Wrong alignment on JavascriptLibrary_WriteFile"); \ +static_assert(sizeof(JavascriptLibrary_WriteFile) == 0x000020, "Wrong size on JavascriptLibrary_WriteFile"); \ +static_assert(offsetof(JavascriptLibrary_WriteFile, Object) == 0x000000, "Member 'JavascriptLibrary_WriteFile::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_WriteFile, Filename) == 0x000008, "Member 'JavascriptLibrary_WriteFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_WriteFile, ReturnValue) == 0x000018, "Member 'JavascriptLibrary_WriteFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptLibrary_WriteStringToFile \ +static_assert(alignof(JavascriptLibrary_WriteStringToFile) == 0x000008, "Wrong alignment on JavascriptLibrary_WriteStringToFile"); \ +static_assert(sizeof(JavascriptLibrary_WriteStringToFile) == 0x000030, "Wrong size on JavascriptLibrary_WriteStringToFile"); \ +static_assert(offsetof(JavascriptLibrary_WriteStringToFile, Object) == 0x000000, "Member 'JavascriptLibrary_WriteStringToFile::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_WriteStringToFile, Filename) == 0x000008, "Member 'JavascriptLibrary_WriteStringToFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_WriteStringToFile, Data) == 0x000018, "Member 'JavascriptLibrary_WriteStringToFile::Data' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_WriteStringToFile, EncodingOptions) == 0x000028, "Member 'JavascriptLibrary_WriteStringToFile::EncodingOptions' has a wrong offset!"); \ +static_assert(offsetof(JavascriptLibrary_WriteStringToFile, ReturnValue) == 0x000029, "Member 'JavascriptLibrary_WriteStringToFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptLibrary \ +static_assert(alignof(UJavascriptLibrary) == 0x000008, "Wrong alignment on UJavascriptLibrary"); \ +static_assert(sizeof(UJavascriptLibrary) == 0x000028, "Wrong size on UJavascriptLibrary"); \ + +#define DUMPER7_ASSERTS_UJavascriptMemoryObject \ +static_assert(alignof(UJavascriptMemoryObject) == 0x000008, "Wrong alignment on UJavascriptMemoryObject"); \ +static_assert(sizeof(UJavascriptMemoryObject) == 0x000028, "Wrong size on UJavascriptMemoryObject"); \ + +#define DUMPER7_ASSERTS_UJavascriptObject \ +static_assert(alignof(UJavascriptObject) == 0x000008, "Wrong alignment on UJavascriptObject"); \ +static_assert(sizeof(UJavascriptObject) == 0x000048, "Wrong size on UJavascriptObject"); \ +static_assert(offsetof(UJavascriptObject, Ref) == 0x000028, "Member 'UJavascriptObject::Ref' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptObject, Func_0) == 0x000038, "Member 'UJavascriptObject::Func_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptOutputDevice_Log \ +static_assert(alignof(JavascriptOutputDevice_Log) == 0x000008, "Wrong alignment on JavascriptOutputDevice_Log"); \ +static_assert(sizeof(JavascriptOutputDevice_Log) == 0x000038, "Wrong size on JavascriptOutputDevice_Log"); \ +static_assert(offsetof(JavascriptOutputDevice_Log, Category) == 0x000000, "Member 'JavascriptOutputDevice_Log::Category' has a wrong offset!"); \ +static_assert(offsetof(JavascriptOutputDevice_Log, Verbosity) == 0x000008, "Member 'JavascriptOutputDevice_Log::Verbosity' has a wrong offset!"); \ +static_assert(offsetof(JavascriptOutputDevice_Log, Filename) == 0x000010, "Member 'JavascriptOutputDevice_Log::Filename' has a wrong offset!"); \ +static_assert(offsetof(JavascriptOutputDevice_Log, LineNumber) == 0x000020, "Member 'JavascriptOutputDevice_Log::LineNumber' has a wrong offset!"); \ +static_assert(offsetof(JavascriptOutputDevice_Log, Message) == 0x000028, "Member 'JavascriptOutputDevice_Log::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptOutputDevice_OnMessage \ +static_assert(alignof(JavascriptOutputDevice_OnMessage) == 0x000008, "Wrong alignment on JavascriptOutputDevice_OnMessage"); \ +static_assert(sizeof(JavascriptOutputDevice_OnMessage) == 0x000020, "Wrong size on JavascriptOutputDevice_OnMessage"); \ +static_assert(offsetof(JavascriptOutputDevice_OnMessage, Message) == 0x000000, "Member 'JavascriptOutputDevice_OnMessage::Message' has a wrong offset!"); \ +static_assert(offsetof(JavascriptOutputDevice_OnMessage, Verbosity) == 0x000010, "Member 'JavascriptOutputDevice_OnMessage::Verbosity' has a wrong offset!"); \ +static_assert(offsetof(JavascriptOutputDevice_OnMessage, Category) == 0x000014, "Member 'JavascriptOutputDevice_OnMessage::Category' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptOutputDevice \ +static_assert(alignof(UJavascriptOutputDevice) == 0x000008, "Wrong alignment on UJavascriptOutputDevice"); \ +static_assert(sizeof(UJavascriptOutputDevice) == 0x000038, "Wrong size on UJavascriptOutputDevice"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_CanLaunchURL \ +static_assert(alignof(JavascriptProcess_CanLaunchURL) == 0x000008, "Wrong alignment on JavascriptProcess_CanLaunchURL"); \ +static_assert(sizeof(JavascriptProcess_CanLaunchURL) == 0x000018, "Wrong size on JavascriptProcess_CanLaunchURL"); \ +static_assert(offsetof(JavascriptProcess_CanLaunchURL, URL) == 0x000000, "Member 'JavascriptProcess_CanLaunchURL::URL' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_CanLaunchURL, ReturnValue) == 0x000010, "Member 'JavascriptProcess_CanLaunchURL::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_Create \ +static_assert(alignof(JavascriptProcess_Create) == 0x000008, "Wrong alignment on JavascriptProcess_Create"); \ +static_assert(sizeof(JavascriptProcess_Create) == 0x000048, "Wrong size on JavascriptProcess_Create"); \ +static_assert(offsetof(JavascriptProcess_Create, URL) == 0x000000, "Member 'JavascriptProcess_Create::URL' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, Parms_0) == 0x000010, "Member 'JavascriptProcess_Create::Parms_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, bLaunchDetached) == 0x000020, "Member 'JavascriptProcess_Create::bLaunchDetached' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, bLaunchHidden) == 0x000021, "Member 'JavascriptProcess_Create::bLaunchHidden' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, bLaunchReallyHidden) == 0x000022, "Member 'JavascriptProcess_Create::bLaunchReallyHidden' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, PriorityModifier) == 0x000024, "Member 'JavascriptProcess_Create::PriorityModifier' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, OptionalWorkingDirectory) == 0x000028, "Member 'JavascriptProcess_Create::OptionalWorkingDirectory' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, bUsePipe) == 0x000038, "Member 'JavascriptProcess_Create::bUsePipe' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Create, ReturnValue) == 0x000040, "Member 'JavascriptProcess_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_GetApplicationName \ +static_assert(alignof(JavascriptProcess_GetApplicationName) == 0x000008, "Wrong alignment on JavascriptProcess_GetApplicationName"); \ +static_assert(sizeof(JavascriptProcess_GetApplicationName) == 0x000018, "Wrong size on JavascriptProcess_GetApplicationName"); \ +static_assert(offsetof(JavascriptProcess_GetApplicationName, ProcessId) == 0x000000, "Member 'JavascriptProcess_GetApplicationName::ProcessId' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_GetApplicationName, ReturnValue) == 0x000008, "Member 'JavascriptProcess_GetApplicationName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_GetCurrentProcessId \ +static_assert(alignof(JavascriptProcess_GetCurrentProcessId) == 0x000004, "Wrong alignment on JavascriptProcess_GetCurrentProcessId"); \ +static_assert(sizeof(JavascriptProcess_GetCurrentProcessId) == 0x000004, "Wrong size on JavascriptProcess_GetCurrentProcessId"); \ +static_assert(offsetof(JavascriptProcess_GetCurrentProcessId, ReturnValue) == 0x000000, "Member 'JavascriptProcess_GetCurrentProcessId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_GetEnvironmentVar \ +static_assert(alignof(JavascriptProcess_GetEnvironmentVar) == 0x000008, "Wrong alignment on JavascriptProcess_GetEnvironmentVar"); \ +static_assert(sizeof(JavascriptProcess_GetEnvironmentVar) == 0x000020, "Wrong size on JavascriptProcess_GetEnvironmentVar"); \ +static_assert(offsetof(JavascriptProcess_GetEnvironmentVar, VarName) == 0x000000, "Member 'JavascriptProcess_GetEnvironmentVar::VarName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_GetEnvironmentVar, ReturnValue) == 0x000010, "Member 'JavascriptProcess_GetEnvironmentVar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_GetString \ +static_assert(alignof(JavascriptProcess_GetString) == 0x000008, "Wrong alignment on JavascriptProcess_GetString"); \ +static_assert(sizeof(JavascriptProcess_GetString) == 0x000028, "Wrong size on JavascriptProcess_GetString"); \ +static_assert(offsetof(JavascriptProcess_GetString, Key) == 0x000000, "Member 'JavascriptProcess_GetString::Key' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_GetString, bFlag) == 0x000010, "Member 'JavascriptProcess_GetString::bFlag' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_GetString, ReturnValue) == 0x000018, "Member 'JavascriptProcess_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_IsApplicationRunning \ +static_assert(alignof(JavascriptProcess_IsApplicationRunning) == 0x000008, "Wrong alignment on JavascriptProcess_IsApplicationRunning"); \ +static_assert(sizeof(JavascriptProcess_IsApplicationRunning) == 0x000018, "Wrong size on JavascriptProcess_IsApplicationRunning"); \ +static_assert(offsetof(JavascriptProcess_IsApplicationRunning, ProcName) == 0x000000, "Member 'JavascriptProcess_IsApplicationRunning::ProcName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_IsApplicationRunning, ReturnValue) == 0x000010, "Member 'JavascriptProcess_IsApplicationRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_IsApplicationRunning_PID \ +static_assert(alignof(JavascriptProcess_IsApplicationRunning_PID) == 0x000004, "Wrong alignment on JavascriptProcess_IsApplicationRunning_PID"); \ +static_assert(sizeof(JavascriptProcess_IsApplicationRunning_PID) == 0x000008, "Wrong size on JavascriptProcess_IsApplicationRunning_PID"); \ +static_assert(offsetof(JavascriptProcess_IsApplicationRunning_PID, ProcessId) == 0x000000, "Member 'JavascriptProcess_IsApplicationRunning_PID::ProcessId' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_IsApplicationRunning_PID, ReturnValue) == 0x000004, "Member 'JavascriptProcess_IsApplicationRunning_PID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_LaunchURL \ +static_assert(alignof(JavascriptProcess_LaunchURL) == 0x000008, "Wrong alignment on JavascriptProcess_LaunchURL"); \ +static_assert(sizeof(JavascriptProcess_LaunchURL) == 0x000030, "Wrong size on JavascriptProcess_LaunchURL"); \ +static_assert(offsetof(JavascriptProcess_LaunchURL, URL) == 0x000000, "Member 'JavascriptProcess_LaunchURL::URL' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_LaunchURL, Parms_0) == 0x000010, "Member 'JavascriptProcess_LaunchURL::Parms_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_LaunchURL, Error) == 0x000020, "Member 'JavascriptProcess_LaunchURL::Error' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_Open \ +static_assert(alignof(JavascriptProcess_Open) == 0x000008, "Wrong alignment on JavascriptProcess_Open"); \ +static_assert(sizeof(JavascriptProcess_Open) == 0x000018, "Wrong size on JavascriptProcess_Open"); \ +static_assert(offsetof(JavascriptProcess_Open, ProcName) == 0x000000, "Member 'JavascriptProcess_Open::ProcName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Open, ReturnValue) == 0x000010, "Member 'JavascriptProcess_Open::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_Open_PID \ +static_assert(alignof(JavascriptProcess_Open_PID) == 0x000008, "Wrong alignment on JavascriptProcess_Open_PID"); \ +static_assert(sizeof(JavascriptProcess_Open_PID) == 0x000010, "Wrong size on JavascriptProcess_Open_PID"); \ +static_assert(offsetof(JavascriptProcess_Open_PID, ProcessId) == 0x000000, "Member 'JavascriptProcess_Open_PID::ProcessId' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_Open_PID, ReturnValue) == 0x000008, "Member 'JavascriptProcess_Open_PID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_SetEnvironmentVar \ +static_assert(alignof(JavascriptProcess_SetEnvironmentVar) == 0x000008, "Wrong alignment on JavascriptProcess_SetEnvironmentVar"); \ +static_assert(sizeof(JavascriptProcess_SetEnvironmentVar) == 0x000020, "Wrong size on JavascriptProcess_SetEnvironmentVar"); \ +static_assert(offsetof(JavascriptProcess_SetEnvironmentVar, VarName) == 0x000000, "Member 'JavascriptProcess_SetEnvironmentVar::VarName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_SetEnvironmentVar, VarValue) == 0x000010, "Member 'JavascriptProcess_SetEnvironmentVar::VarValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_SimulateKeypress \ +static_assert(alignof(JavascriptProcess_SimulateKeypress) == 0x000004, "Wrong alignment on JavascriptProcess_SimulateKeypress"); \ +static_assert(sizeof(JavascriptProcess_SimulateKeypress) == 0x000004, "Wrong size on JavascriptProcess_SimulateKeypress"); \ +static_assert(offsetof(JavascriptProcess_SimulateKeypress, KeyEvent) == 0x000000, "Member 'JavascriptProcess_SimulateKeypress::KeyEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_Sleep \ +static_assert(alignof(JavascriptProcess_Sleep) == 0x000004, "Wrong alignment on JavascriptProcess_Sleep"); \ +static_assert(sizeof(JavascriptProcess_Sleep) == 0x000004, "Wrong size on JavascriptProcess_Sleep"); \ +static_assert(offsetof(JavascriptProcess_Sleep, Seconds) == 0x000000, "Member 'JavascriptProcess_Sleep::Seconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_GetReturnCode \ +static_assert(alignof(JavascriptProcess_GetReturnCode) == 0x000004, "Wrong alignment on JavascriptProcess_GetReturnCode"); \ +static_assert(sizeof(JavascriptProcess_GetReturnCode) == 0x000008, "Wrong size on JavascriptProcess_GetReturnCode"); \ +static_assert(offsetof(JavascriptProcess_GetReturnCode, ReturnCode) == 0x000000, "Member 'JavascriptProcess_GetReturnCode::ReturnCode' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_GetReturnCode, ReturnValue) == 0x000004, "Member 'JavascriptProcess_GetReturnCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_IsRunning \ +static_assert(alignof(JavascriptProcess_IsRunning) == 0x000001, "Wrong alignment on JavascriptProcess_IsRunning"); \ +static_assert(sizeof(JavascriptProcess_IsRunning) == 0x000001, "Wrong size on JavascriptProcess_IsRunning"); \ +static_assert(offsetof(JavascriptProcess_IsRunning, ReturnValue) == 0x000000, "Member 'JavascriptProcess_IsRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_ReadArrayFromPipe \ +static_assert(alignof(JavascriptProcess_ReadArrayFromPipe) == 0x000008, "Wrong alignment on JavascriptProcess_ReadArrayFromPipe"); \ +static_assert(sizeof(JavascriptProcess_ReadArrayFromPipe) == 0x000018, "Wrong size on JavascriptProcess_ReadArrayFromPipe"); \ +static_assert(offsetof(JavascriptProcess_ReadArrayFromPipe, Array) == 0x000000, "Member 'JavascriptProcess_ReadArrayFromPipe::Array' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_ReadArrayFromPipe, ReturnValue) == 0x000010, "Member 'JavascriptProcess_ReadArrayFromPipe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_ReadFromPipe \ +static_assert(alignof(JavascriptProcess_ReadFromPipe) == 0x000008, "Wrong alignment on JavascriptProcess_ReadFromPipe"); \ +static_assert(sizeof(JavascriptProcess_ReadFromPipe) == 0x000010, "Wrong size on JavascriptProcess_ReadFromPipe"); \ +static_assert(offsetof(JavascriptProcess_ReadFromPipe, ReturnValue) == 0x000000, "Member 'JavascriptProcess_ReadFromPipe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_Terminate \ +static_assert(alignof(JavascriptProcess_Terminate) == 0x000001, "Wrong alignment on JavascriptProcess_Terminate"); \ +static_assert(sizeof(JavascriptProcess_Terminate) == 0x000001, "Wrong size on JavascriptProcess_Terminate"); \ +static_assert(offsetof(JavascriptProcess_Terminate, KillTree) == 0x000000, "Member 'JavascriptProcess_Terminate::KillTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProcess_WriteToPipe \ +static_assert(alignof(JavascriptProcess_WriteToPipe) == 0x000008, "Wrong alignment on JavascriptProcess_WriteToPipe"); \ +static_assert(sizeof(JavascriptProcess_WriteToPipe) == 0x000028, "Wrong size on JavascriptProcess_WriteToPipe"); \ +static_assert(offsetof(JavascriptProcess_WriteToPipe, Message) == 0x000000, "Member 'JavascriptProcess_WriteToPipe::Message' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_WriteToPipe, OutWritten) == 0x000010, "Member 'JavascriptProcess_WriteToPipe::OutWritten' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProcess_WriteToPipe, ReturnValue) == 0x000020, "Member 'JavascriptProcess_WriteToPipe::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptProcess \ +static_assert(alignof(UJavascriptProcess) == 0x000008, "Wrong alignment on UJavascriptProcess"); \ +static_assert(sizeof(UJavascriptProcess) == 0x000048, "Wrong size on UJavascriptProcess"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_SetIdle \ +static_assert(alignof(JavascriptProfile_SetIdle) == 0x000008, "Wrong alignment on JavascriptProfile_SetIdle"); \ +static_assert(sizeof(JavascriptProfile_SetIdle) == 0x000010, "Wrong size on JavascriptProfile_SetIdle"); \ +static_assert(offsetof(JavascriptProfile_SetIdle, Profiler) == 0x000000, "Member 'JavascriptProfile_SetIdle::Profiler' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_SetIdle, is_idle) == 0x000008, "Member 'JavascriptProfile_SetIdle::is_idle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_SetSamplingInterval \ +static_assert(alignof(JavascriptProfile_SetSamplingInterval) == 0x000008, "Wrong alignment on JavascriptProfile_SetSamplingInterval"); \ +static_assert(sizeof(JavascriptProfile_SetSamplingInterval) == 0x000010, "Wrong size on JavascriptProfile_SetSamplingInterval"); \ +static_assert(offsetof(JavascriptProfile_SetSamplingInterval, Profiler) == 0x000000, "Member 'JavascriptProfile_SetSamplingInterval::Profiler' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_SetSamplingInterval, us) == 0x000008, "Member 'JavascriptProfile_SetSamplingInterval::us' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_Start \ +static_assert(alignof(JavascriptProfile_Start) == 0x000008, "Wrong alignment on JavascriptProfile_Start"); \ +static_assert(sizeof(JavascriptProfile_Start) == 0x000020, "Wrong size on JavascriptProfile_Start"); \ +static_assert(offsetof(JavascriptProfile_Start, Title) == 0x000000, "Member 'JavascriptProfile_Start::Title' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_Start, bRecordSamples) == 0x000010, "Member 'JavascriptProfile_Start::bRecordSamples' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_Start, ReturnValue) == 0x000018, "Member 'JavascriptProfile_Start::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_Stop \ +static_assert(alignof(JavascriptProfile_Stop) == 0x000008, "Wrong alignment on JavascriptProfile_Stop"); \ +static_assert(sizeof(JavascriptProfile_Stop) == 0x000020, "Wrong size on JavascriptProfile_Stop"); \ +static_assert(offsetof(JavascriptProfile_Stop, Profiler) == 0x000000, "Member 'JavascriptProfile_Stop::Profiler' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_Stop, Title) == 0x000008, "Member 'JavascriptProfile_Stop::Title' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_Stop, ReturnValue) == 0x000018, "Member 'JavascriptProfile_Stop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_GetSample \ +static_assert(alignof(JavascriptProfile_GetSample) == 0x000008, "Wrong alignment on JavascriptProfile_GetSample"); \ +static_assert(sizeof(JavascriptProfile_GetSample) == 0x000010, "Wrong size on JavascriptProfile_GetSample"); \ +static_assert(offsetof(JavascriptProfile_GetSample, Index_0) == 0x000000, "Member 'JavascriptProfile_GetSample::Index_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_GetSample, ReturnValue) == 0x000008, "Member 'JavascriptProfile_GetSample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_GetSamplesCount \ +static_assert(alignof(JavascriptProfile_GetSamplesCount) == 0x000004, "Wrong alignment on JavascriptProfile_GetSamplesCount"); \ +static_assert(sizeof(JavascriptProfile_GetSamplesCount) == 0x000004, "Wrong size on JavascriptProfile_GetSamplesCount"); \ +static_assert(offsetof(JavascriptProfile_GetSamplesCount, ReturnValue) == 0x000000, "Member 'JavascriptProfile_GetSamplesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_GetSampleTimestamp \ +static_assert(alignof(JavascriptProfile_GetSampleTimestamp) == 0x000004, "Wrong alignment on JavascriptProfile_GetSampleTimestamp"); \ +static_assert(sizeof(JavascriptProfile_GetSampleTimestamp) == 0x000008, "Wrong size on JavascriptProfile_GetSampleTimestamp"); \ +static_assert(offsetof(JavascriptProfile_GetSampleTimestamp, Index_0) == 0x000000, "Member 'JavascriptProfile_GetSampleTimestamp::Index_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptProfile_GetSampleTimestamp, ReturnValue) == 0x000004, "Member 'JavascriptProfile_GetSampleTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptProfile_GetTopDownRoot \ +static_assert(alignof(JavascriptProfile_GetTopDownRoot) == 0x000008, "Wrong alignment on JavascriptProfile_GetTopDownRoot"); \ +static_assert(sizeof(JavascriptProfile_GetTopDownRoot) == 0x000008, "Wrong size on JavascriptProfile_GetTopDownRoot"); \ +static_assert(offsetof(JavascriptProfile_GetTopDownRoot, ReturnValue) == 0x000000, "Member 'JavascriptProfile_GetTopDownRoot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptProfile \ +static_assert(alignof(UJavascriptProfile) == 0x000008, "Wrong alignment on UJavascriptProfile"); \ +static_assert(sizeof(UJavascriptProfile) == 0x000030, "Wrong size on UJavascriptProfile"); \ + +#define DUMPER7_ASSERTS_JavascriptSemaphore_Create \ +static_assert(alignof(JavascriptSemaphore_Create) == 0x000008, "Wrong alignment on JavascriptSemaphore_Create"); \ +static_assert(sizeof(JavascriptSemaphore_Create) == 0x000018, "Wrong size on JavascriptSemaphore_Create"); \ +static_assert(offsetof(JavascriptSemaphore_Create, Name_0) == 0x000000, "Member 'JavascriptSemaphore_Create::Name_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSemaphore_Create, bCreate) == 0x000008, "Member 'JavascriptSemaphore_Create::bCreate' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSemaphore_Create, MaxLocks) == 0x00000C, "Member 'JavascriptSemaphore_Create::MaxLocks' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSemaphore_Create, ReturnValue) == 0x000010, "Member 'JavascriptSemaphore_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptSemaphore_TryLock \ +static_assert(alignof(JavascriptSemaphore_TryLock) == 0x000004, "Wrong alignment on JavascriptSemaphore_TryLock"); \ +static_assert(sizeof(JavascriptSemaphore_TryLock) == 0x000008, "Wrong size on JavascriptSemaphore_TryLock"); \ +static_assert(offsetof(JavascriptSemaphore_TryLock, NanosecondsToWait) == 0x000000, "Member 'JavascriptSemaphore_TryLock::NanosecondsToWait' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSemaphore_TryLock, ReturnValue) == 0x000004, "Member 'JavascriptSemaphore_TryLock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptSemaphore \ +static_assert(alignof(UJavascriptSemaphore) == 0x000008, "Wrong alignment on UJavascriptSemaphore"); \ +static_assert(sizeof(UJavascriptSemaphore) == 0x000030, "Wrong size on UJavascriptSemaphore"); \ + +#define DUMPER7_ASSERTS_UJavascriptSettings \ +static_assert(alignof(UJavascriptSettings) == 0x000008, "Wrong alignment on UJavascriptSettings"); \ +static_assert(sizeof(UJavascriptSettings) == 0x000038, "Wrong size on UJavascriptSettings"); \ +static_assert(offsetof(UJavascriptSettings, V8Flags) == 0x000028, "Member 'UJavascriptSettings::V8Flags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptSharedMemoryRegion_Create \ +static_assert(alignof(JavascriptSharedMemoryRegion_Create) == 0x000008, "Wrong alignment on JavascriptSharedMemoryRegion_Create"); \ +static_assert(sizeof(JavascriptSharedMemoryRegion_Create) == 0x000018, "Wrong size on JavascriptSharedMemoryRegion_Create"); \ +static_assert(offsetof(JavascriptSharedMemoryRegion_Create, Name_0) == 0x000000, "Member 'JavascriptSharedMemoryRegion_Create::Name_0' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSharedMemoryRegion_Create, bCreate) == 0x000008, "Member 'JavascriptSharedMemoryRegion_Create::bCreate' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSharedMemoryRegion_Create, bRead) == 0x000009, "Member 'JavascriptSharedMemoryRegion_Create::bRead' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSharedMemoryRegion_Create, bWrite) == 0x00000A, "Member 'JavascriptSharedMemoryRegion_Create::bWrite' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSharedMemoryRegion_Create, Size) == 0x00000C, "Member 'JavascriptSharedMemoryRegion_Create::Size' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSharedMemoryRegion_Create, ReturnValue) == 0x000010, "Member 'JavascriptSharedMemoryRegion_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptSharedMemoryRegion \ +static_assert(alignof(UJavascriptSharedMemoryRegion) == 0x000008, "Wrong alignment on UJavascriptSharedMemoryRegion"); \ +static_assert(sizeof(UJavascriptSharedMemoryRegion) == 0x000030, "Wrong size on UJavascriptSharedMemoryRegion"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_AddAnalyticsItem \ +static_assert(alignof(JavascriptTestLibrary_AddAnalyticsItem) == 0x000008, "Wrong alignment on JavascriptTestLibrary_AddAnalyticsItem"); \ +static_assert(sizeof(JavascriptTestLibrary_AddAnalyticsItem) == 0x000020, "Wrong size on JavascriptTestLibrary_AddAnalyticsItem"); \ +static_assert(offsetof(JavascriptTestLibrary_AddAnalyticsItem, Test) == 0x000000, "Member 'JavascriptTestLibrary_AddAnalyticsItem::Test' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTestLibrary_AddAnalyticsItem, InAnalyticsItem) == 0x000010, "Member 'JavascriptTestLibrary_AddAnalyticsItem::InAnalyticsItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_AddError \ +static_assert(alignof(JavascriptTestLibrary_AddError) == 0x000008, "Wrong alignment on JavascriptTestLibrary_AddError"); \ +static_assert(sizeof(JavascriptTestLibrary_AddError) == 0x000020, "Wrong size on JavascriptTestLibrary_AddError"); \ +static_assert(offsetof(JavascriptTestLibrary_AddError, Test) == 0x000000, "Member 'JavascriptTestLibrary_AddError::Test' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTestLibrary_AddError, InError) == 0x000010, "Member 'JavascriptTestLibrary_AddError::InError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_AddLogItem \ +static_assert(alignof(JavascriptTestLibrary_AddLogItem) == 0x000008, "Wrong alignment on JavascriptTestLibrary_AddLogItem"); \ +static_assert(sizeof(JavascriptTestLibrary_AddLogItem) == 0x000020, "Wrong size on JavascriptTestLibrary_AddLogItem"); \ +static_assert(offsetof(JavascriptTestLibrary_AddLogItem, Test) == 0x000000, "Member 'JavascriptTestLibrary_AddLogItem::Test' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTestLibrary_AddLogItem, InLogItem) == 0x000010, "Member 'JavascriptTestLibrary_AddLogItem::InLogItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_AddWarning \ +static_assert(alignof(JavascriptTestLibrary_AddWarning) == 0x000008, "Wrong alignment on JavascriptTestLibrary_AddWarning"); \ +static_assert(sizeof(JavascriptTestLibrary_AddWarning) == 0x000020, "Wrong size on JavascriptTestLibrary_AddWarning"); \ +static_assert(offsetof(JavascriptTestLibrary_AddWarning, Test) == 0x000000, "Member 'JavascriptTestLibrary_AddWarning::Test' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTestLibrary_AddWarning, InWarning) == 0x000010, "Member 'JavascriptTestLibrary_AddWarning::InWarning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_BeginPlay \ +static_assert(alignof(JavascriptTestLibrary_BeginPlay) == 0x000008, "Wrong alignment on JavascriptTestLibrary_BeginPlay"); \ +static_assert(sizeof(JavascriptTestLibrary_BeginPlay) == 0x000008, "Wrong size on JavascriptTestLibrary_BeginPlay"); \ +static_assert(offsetof(JavascriptTestLibrary_BeginPlay, World) == 0x000000, "Member 'JavascriptTestLibrary_BeginPlay::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_ClearExecutionInfo \ +static_assert(alignof(JavascriptTestLibrary_ClearExecutionInfo) == 0x000008, "Wrong alignment on JavascriptTestLibrary_ClearExecutionInfo"); \ +static_assert(sizeof(JavascriptTestLibrary_ClearExecutionInfo) == 0x000010, "Wrong size on JavascriptTestLibrary_ClearExecutionInfo"); \ +static_assert(offsetof(JavascriptTestLibrary_ClearExecutionInfo, Test) == 0x000000, "Member 'JavascriptTestLibrary_ClearExecutionInfo::Test' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_Create \ +static_assert(alignof(JavascriptTestLibrary_Create) == 0x000008, "Wrong alignment on JavascriptTestLibrary_Create"); \ +static_assert(sizeof(JavascriptTestLibrary_Create) == 0x000050, "Wrong size on JavascriptTestLibrary_Create"); \ +static_assert(offsetof(JavascriptTestLibrary_Create, Test) == 0x000000, "Member 'JavascriptTestLibrary_Create::Test' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTestLibrary_Create, ReturnValue) == 0x000040, "Member 'JavascriptTestLibrary_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_Destroy \ +static_assert(alignof(JavascriptTestLibrary_Destroy) == 0x000008, "Wrong alignment on JavascriptTestLibrary_Destroy"); \ +static_assert(sizeof(JavascriptTestLibrary_Destroy) == 0x000010, "Wrong size on JavascriptTestLibrary_Destroy"); \ +static_assert(offsetof(JavascriptTestLibrary_Destroy, Test) == 0x000000, "Member 'JavascriptTestLibrary_Destroy::Test' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_DestroyUObject \ +static_assert(alignof(JavascriptTestLibrary_DestroyUObject) == 0x000008, "Wrong alignment on JavascriptTestLibrary_DestroyUObject"); \ +static_assert(sizeof(JavascriptTestLibrary_DestroyUObject) == 0x000008, "Wrong size on JavascriptTestLibrary_DestroyUObject"); \ +static_assert(offsetof(JavascriptTestLibrary_DestroyUObject, Object) == 0x000000, "Member 'JavascriptTestLibrary_DestroyUObject::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_DestroyWorld \ +static_assert(alignof(JavascriptTestLibrary_DestroyWorld) == 0x000008, "Wrong alignment on JavascriptTestLibrary_DestroyWorld"); \ +static_assert(sizeof(JavascriptTestLibrary_DestroyWorld) == 0x000008, "Wrong size on JavascriptTestLibrary_DestroyWorld"); \ +static_assert(offsetof(JavascriptTestLibrary_DestroyWorld, World) == 0x000000, "Member 'JavascriptTestLibrary_DestroyWorld::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_InitializeActorsForPlay \ +static_assert(alignof(JavascriptTestLibrary_InitializeActorsForPlay) == 0x000008, "Wrong alignment on JavascriptTestLibrary_InitializeActorsForPlay"); \ +static_assert(sizeof(JavascriptTestLibrary_InitializeActorsForPlay) == 0x000070, "Wrong size on JavascriptTestLibrary_InitializeActorsForPlay"); \ +static_assert(offsetof(JavascriptTestLibrary_InitializeActorsForPlay, World) == 0x000000, "Member 'JavascriptTestLibrary_InitializeActorsForPlay::World' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTestLibrary_InitializeActorsForPlay, URL) == 0x000008, "Member 'JavascriptTestLibrary_InitializeActorsForPlay::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_NewWorld \ +static_assert(alignof(JavascriptTestLibrary_NewWorld) == 0x000008, "Wrong alignment on JavascriptTestLibrary_NewWorld"); \ +static_assert(sizeof(JavascriptTestLibrary_NewWorld) == 0x000008, "Wrong size on JavascriptTestLibrary_NewWorld"); \ +static_assert(offsetof(JavascriptTestLibrary_NewWorld, ReturnValue) == 0x000000, "Member 'JavascriptTestLibrary_NewWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTestLibrary_SetContinue \ +static_assert(alignof(JavascriptTestLibrary_SetContinue) == 0x000008, "Wrong alignment on JavascriptTestLibrary_SetContinue"); \ +static_assert(sizeof(JavascriptTestLibrary_SetContinue) == 0x000018, "Wrong size on JavascriptTestLibrary_SetContinue"); \ +static_assert(offsetof(JavascriptTestLibrary_SetContinue, Test) == 0x000000, "Member 'JavascriptTestLibrary_SetContinue::Test' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTestLibrary_SetContinue, bInContinue) == 0x000010, "Member 'JavascriptTestLibrary_SetContinue::bInContinue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptTestLibrary \ +static_assert(alignof(UJavascriptTestLibrary) == 0x000008, "Wrong alignment on UJavascriptTestLibrary"); \ +static_assert(sizeof(UJavascriptTestLibrary) == 0x000028, "Wrong size on UJavascriptTestLibrary"); \ + +#define DUMPER7_ASSERTS_FJavascriptTextLayout \ +static_assert(alignof(FJavascriptTextLayout) == 0x000008, "Wrong alignment on FJavascriptTextLayout"); \ +static_assert(sizeof(FJavascriptTextLayout) == 0x000020, "Wrong size on FJavascriptTextLayout"); \ + +#define DUMPER7_ASSERTS_FJavascriptSlateWidget \ +static_assert(alignof(FJavascriptSlateWidget) == 0x000008, "Wrong alignment on FJavascriptSlateWidget"); \ +static_assert(sizeof(FJavascriptSlateWidget) == 0x000010, "Wrong size on FJavascriptSlateWidget"); \ + +#define DUMPER7_ASSERTS_FJavascriptSlateIcon \ +static_assert(alignof(FJavascriptSlateIcon) == 0x000004, "Wrong alignment on FJavascriptSlateIcon"); \ +static_assert(sizeof(FJavascriptSlateIcon) == 0x000018, "Wrong size on FJavascriptSlateIcon"); \ +static_assert(offsetof(FJavascriptSlateIcon, StyleSetName) == 0x000000, "Member 'FJavascriptSlateIcon::StyleSetName' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptSlateIcon, StyleName) == 0x000008, "Member 'FJavascriptSlateIcon::StyleName' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptSlateIcon, SmallStyleName) == 0x000010, "Member 'FJavascriptSlateIcon::SmallStyleName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptStyleSet \ +static_assert(alignof(FJavascriptStyleSet) == 0x000004, "Wrong alignment on FJavascriptStyleSet"); \ +static_assert(sizeof(FJavascriptStyleSet) == 0x000008, "Wrong size on FJavascriptStyleSet"); \ +static_assert(offsetof(FJavascriptStyleSet, StyleSetName) == 0x000000, "Member 'FJavascriptStyleSet::StyleSetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptColumn \ +static_assert(alignof(FJavascriptColumn) == 0x000008, "Wrong alignment on FJavascriptColumn"); \ +static_assert(sizeof(FJavascriptColumn) == 0x000020, "Wrong size on FJavascriptColumn"); \ +static_assert(offsetof(FJavascriptColumn, ID) == 0x000000, "Member 'FJavascriptColumn::ID' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptColumn, Width) == 0x000010, "Member 'FJavascriptColumn::Width' has a wrong offset!"); \ +static_assert(offsetof(FJavascriptColumn, Widget) == 0x000018, "Member 'FJavascriptColumn::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FJavascriptSlateTextRun \ +static_assert(alignof(FJavascriptSlateTextRun) == 0x000008, "Wrong alignment on FJavascriptSlateTextRun"); \ +static_assert(sizeof(FJavascriptSlateTextRun) == 0x000010, "Wrong size on FJavascriptSlateTextRun"); \ + +#define DUMPER7_ASSERTS_FJavascriptSlateStyle \ +static_assert(alignof(FJavascriptSlateStyle) == 0x000008, "Wrong alignment on FJavascriptSlateStyle"); \ +static_assert(sizeof(FJavascriptSlateStyle) == 0x000010, "Wrong size on FJavascriptSlateStyle"); \ + +#define DUMPER7_ASSERTS_JavascriptComboButton_SetIsOpen \ +static_assert(alignof(JavascriptComboButton_SetIsOpen) == 0x000001, "Wrong alignment on JavascriptComboButton_SetIsOpen"); \ +static_assert(sizeof(JavascriptComboButton_SetIsOpen) == 0x000002, "Wrong size on JavascriptComboButton_SetIsOpen"); \ +static_assert(offsetof(JavascriptComboButton_SetIsOpen, InIsOpen) == 0x000000, "Member 'JavascriptComboButton_SetIsOpen::InIsOpen' has a wrong offset!"); \ +static_assert(offsetof(JavascriptComboButton_SetIsOpen, bFocusMenu) == 0x000001, "Member 'JavascriptComboButton_SetIsOpen::bFocusMenu' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptComboButton \ +static_assert(alignof(UJavascriptComboButton) == 0x000010, "Wrong alignment on UJavascriptComboButton"); \ +static_assert(sizeof(UJavascriptComboButton) == 0x000BC0, "Wrong size on UJavascriptComboButton"); \ +static_assert(offsetof(UJavascriptComboButton, ComboButtonStyle) == 0x000150, "Member 'UJavascriptComboButton::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, ButtonStyle) == 0x000750, "Member 'UJavascriptComboButton::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, OnGetMenuContent) == 0x000B40, "Member 'UJavascriptComboButton::OnGetMenuContent' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, OnMenuOpenChanged) == 0x000B50, "Member 'UJavascriptComboButton::OnMenuOpenChanged' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, OnComboBoxOpened) == 0x000B60, "Member 'UJavascriptComboButton::OnComboBoxOpened' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, bIsFocusable) == 0x000B70, "Member 'UJavascriptComboButton::bIsFocusable' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, bHasDownArrow) == 0x000B71, "Member 'UJavascriptComboButton::bHasDownArrow' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, ForegroundColor) == 0x000B74, "Member 'UJavascriptComboButton::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, ButtonColorAndOpacity) == 0x000B88, "Member 'UJavascriptComboButton::ButtonColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, ContentPadding) == 0x000B9C, "Member 'UJavascriptComboButton::ContentPadding' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, MenuPlacement) == 0x000BAC, "Member 'UJavascriptComboButton::MenuPlacement' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, HAlign) == 0x000BAD, "Member 'UJavascriptComboButton::HAlign' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButton, VAlign) == 0x000BAE, "Member 'UJavascriptComboButton::VAlign' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptComboButtonContext \ +static_assert(alignof(UJavascriptComboButtonContext) == 0x000008, "Wrong alignment on UJavascriptComboButtonContext"); \ +static_assert(sizeof(UJavascriptComboButtonContext) == 0x000078, "Wrong size on UJavascriptComboButtonContext"); \ +static_assert(offsetof(UJavascriptComboButtonContext, OnGetLabel) == 0x000028, "Member 'UJavascriptComboButtonContext::OnGetLabel' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButtonContext, OnGetTooltip) == 0x000038, "Member 'UJavascriptComboButtonContext::OnGetTooltip' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButtonContext, OnGetIcon) == 0x000048, "Member 'UJavascriptComboButtonContext::OnGetIcon' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButtonContext, OnGetWidget) == 0x000058, "Member 'UJavascriptComboButtonContext::OnGetWidget' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptComboButtonContext, OnCanExecute) == 0x000068, "Member 'UJavascriptComboButtonContext::OnCanExecute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGameViewport_SetViewLocation \ +static_assert(alignof(JavascriptGameViewport_SetViewLocation) == 0x000008, "Wrong alignment on JavascriptGameViewport_SetViewLocation"); \ +static_assert(sizeof(JavascriptGameViewport_SetViewLocation) == 0x000018, "Wrong size on JavascriptGameViewport_SetViewLocation"); \ +static_assert(offsetof(JavascriptGameViewport_SetViewLocation, Location) == 0x000000, "Member 'JavascriptGameViewport_SetViewLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGameViewport_SetViewRotation \ +static_assert(alignof(JavascriptGameViewport_SetViewRotation) == 0x000008, "Wrong alignment on JavascriptGameViewport_SetViewRotation"); \ +static_assert(sizeof(JavascriptGameViewport_SetViewRotation) == 0x000018, "Wrong size on JavascriptGameViewport_SetViewRotation"); \ +static_assert(offsetof(JavascriptGameViewport_SetViewRotation, Rotation) == 0x000000, "Member 'JavascriptGameViewport_SetViewRotation::Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGameViewport_Spawn \ +static_assert(alignof(JavascriptGameViewport_Spawn) == 0x000008, "Wrong alignment on JavascriptGameViewport_Spawn"); \ +static_assert(sizeof(JavascriptGameViewport_Spawn) == 0x000010, "Wrong size on JavascriptGameViewport_Spawn"); \ +static_assert(offsetof(JavascriptGameViewport_Spawn, ActorClass) == 0x000000, "Member 'JavascriptGameViewport_Spawn::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(JavascriptGameViewport_Spawn, ReturnValue) == 0x000008, "Member 'JavascriptGameViewport_Spawn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGameViewport_GetViewLocation \ +static_assert(alignof(JavascriptGameViewport_GetViewLocation) == 0x000008, "Wrong alignment on JavascriptGameViewport_GetViewLocation"); \ +static_assert(sizeof(JavascriptGameViewport_GetViewLocation) == 0x000018, "Wrong size on JavascriptGameViewport_GetViewLocation"); \ +static_assert(offsetof(JavascriptGameViewport_GetViewLocation, ReturnValue) == 0x000000, "Member 'JavascriptGameViewport_GetViewLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGameViewport_GetViewportWorld \ +static_assert(alignof(JavascriptGameViewport_GetViewportWorld) == 0x000008, "Wrong alignment on JavascriptGameViewport_GetViewportWorld"); \ +static_assert(sizeof(JavascriptGameViewport_GetViewportWorld) == 0x000008, "Wrong size on JavascriptGameViewport_GetViewportWorld"); \ +static_assert(offsetof(JavascriptGameViewport_GetViewportWorld, ReturnValue) == 0x000000, "Member 'JavascriptGameViewport_GetViewportWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptGameViewport_GetViewRotation \ +static_assert(alignof(JavascriptGameViewport_GetViewRotation) == 0x000008, "Wrong alignment on JavascriptGameViewport_GetViewRotation"); \ +static_assert(sizeof(JavascriptGameViewport_GetViewRotation) == 0x000018, "Wrong size on JavascriptGameViewport_GetViewRotation"); \ +static_assert(offsetof(JavascriptGameViewport_GetViewRotation, ReturnValue) == 0x000000, "Member 'JavascriptGameViewport_GetViewRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptGameViewport \ +static_assert(alignof(UJavascriptGameViewport) == 0x000008, "Wrong alignment on UJavascriptGameViewport"); \ +static_assert(sizeof(UJavascriptGameViewport) == 0x000198, "Wrong size on UJavascriptGameViewport"); \ +static_assert(offsetof(UJavascriptGameViewport, BackgroundColor) == 0x000148, "Member 'UJavascriptGameViewport::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptMultiLineEditableTextBox_GoTo \ +static_assert(alignof(JavascriptMultiLineEditableTextBox_GoTo) == 0x000004, "Wrong alignment on JavascriptMultiLineEditableTextBox_GoTo"); \ +static_assert(sizeof(JavascriptMultiLineEditableTextBox_GoTo) == 0x000008, "Wrong size on JavascriptMultiLineEditableTextBox_GoTo"); \ +static_assert(offsetof(JavascriptMultiLineEditableTextBox_GoTo, Line) == 0x000000, "Member 'JavascriptMultiLineEditableTextBox_GoTo::Line' has a wrong offset!"); \ +static_assert(offsetof(JavascriptMultiLineEditableTextBox_GoTo, Offset) == 0x000004, "Member 'JavascriptMultiLineEditableTextBox_GoTo::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptMultiLineEditableTextBox_ScrollTo \ +static_assert(alignof(JavascriptMultiLineEditableTextBox_ScrollTo) == 0x000004, "Wrong alignment on JavascriptMultiLineEditableTextBox_ScrollTo"); \ +static_assert(sizeof(JavascriptMultiLineEditableTextBox_ScrollTo) == 0x000008, "Wrong size on JavascriptMultiLineEditableTextBox_ScrollTo"); \ +static_assert(offsetof(JavascriptMultiLineEditableTextBox_ScrollTo, Line) == 0x000000, "Member 'JavascriptMultiLineEditableTextBox_ScrollTo::Line' has a wrong offset!"); \ +static_assert(offsetof(JavascriptMultiLineEditableTextBox_ScrollTo, Offset) == 0x000004, "Member 'JavascriptMultiLineEditableTextBox_ScrollTo::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptMultiLineEditableTextBox \ +static_assert(alignof(UJavascriptMultiLineEditableTextBox) == 0x000010, "Wrong alignment on UJavascriptMultiLineEditableTextBox"); \ +static_assert(sizeof(UJavascriptMultiLineEditableTextBox) == 0x001200, "Wrong size on UJavascriptMultiLineEditableTextBox"); \ +static_assert(offsetof(UJavascriptMultiLineEditableTextBox, OnVScrollBarUserScrolled) == 0x0011C8, "Member 'UJavascriptMultiLineEditableTextBox::OnVScrollBarUserScrolled' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMultiLineEditableTextBox, GetTextDelegate) == 0x0011D8, "Member 'UJavascriptMultiLineEditableTextBox::GetTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMultiLineEditableTextBox, SetTextDelegate) == 0x0011E8, "Member 'UJavascriptMultiLineEditableTextBox::SetTextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMultiLineEditableTextBox, bAlwaysShowScrollbars) == 0x0011F8, "Member 'UJavascriptMultiLineEditableTextBox::bAlwaysShowScrollbars' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_SetForegroundColor \ +static_assert(alignof(JavascriptIntSpinBox_SetForegroundColor) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_SetForegroundColor"); \ +static_assert(sizeof(JavascriptIntSpinBox_SetForegroundColor) == 0x000014, "Wrong size on JavascriptIntSpinBox_SetForegroundColor"); \ +static_assert(offsetof(JavascriptIntSpinBox_SetForegroundColor, InForegroundColor) == 0x000000, "Member 'JavascriptIntSpinBox_SetForegroundColor::InForegroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_SetMaxSliderValue \ +static_assert(alignof(JavascriptIntSpinBox_SetMaxSliderValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_SetMaxSliderValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_SetMaxSliderValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_SetMaxSliderValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_SetMaxSliderValue, NewValue) == 0x000000, "Member 'JavascriptIntSpinBox_SetMaxSliderValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_SetMaxValue \ +static_assert(alignof(JavascriptIntSpinBox_SetMaxValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_SetMaxValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_SetMaxValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_SetMaxValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_SetMaxValue, NewValue) == 0x000000, "Member 'JavascriptIntSpinBox_SetMaxValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_SetMinSliderValue \ +static_assert(alignof(JavascriptIntSpinBox_SetMinSliderValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_SetMinSliderValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_SetMinSliderValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_SetMinSliderValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_SetMinSliderValue, NewValue) == 0x000000, "Member 'JavascriptIntSpinBox_SetMinSliderValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_SetMinValue \ +static_assert(alignof(JavascriptIntSpinBox_SetMinValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_SetMinValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_SetMinValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_SetMinValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_SetMinValue, NewValue) == 0x000000, "Member 'JavascriptIntSpinBox_SetMinValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_SetValue \ +static_assert(alignof(JavascriptIntSpinBox_SetValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_SetValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_SetValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_SetValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_SetValue, NewValue) == 0x000000, "Member 'JavascriptIntSpinBox_SetValue::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_GetMaxSliderValue \ +static_assert(alignof(JavascriptIntSpinBox_GetMaxSliderValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_GetMaxSliderValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_GetMaxSliderValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_GetMaxSliderValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_GetMaxSliderValue, ReturnValue) == 0x000000, "Member 'JavascriptIntSpinBox_GetMaxSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_GetMaxValue \ +static_assert(alignof(JavascriptIntSpinBox_GetMaxValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_GetMaxValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_GetMaxValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_GetMaxValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_GetMaxValue, ReturnValue) == 0x000000, "Member 'JavascriptIntSpinBox_GetMaxValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_GetMinSliderValue \ +static_assert(alignof(JavascriptIntSpinBox_GetMinSliderValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_GetMinSliderValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_GetMinSliderValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_GetMinSliderValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_GetMinSliderValue, ReturnValue) == 0x000000, "Member 'JavascriptIntSpinBox_GetMinSliderValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_GetMinValue \ +static_assert(alignof(JavascriptIntSpinBox_GetMinValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_GetMinValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_GetMinValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_GetMinValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_GetMinValue, ReturnValue) == 0x000000, "Member 'JavascriptIntSpinBox_GetMinValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptIntSpinBox_GetValue \ +static_assert(alignof(JavascriptIntSpinBox_GetValue) == 0x000004, "Wrong alignment on JavascriptIntSpinBox_GetValue"); \ +static_assert(sizeof(JavascriptIntSpinBox_GetValue) == 0x000004, "Wrong size on JavascriptIntSpinBox_GetValue"); \ +static_assert(offsetof(JavascriptIntSpinBox_GetValue, ReturnValue) == 0x000000, "Member 'JavascriptIntSpinBox_GetValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptIntSpinBox \ +static_assert(alignof(UJavascriptIntSpinBox) == 0x000010, "Wrong alignment on UJavascriptIntSpinBox"); \ +static_assert(sizeof(UJavascriptIntSpinBox) == 0x000870, "Wrong size on UJavascriptIntSpinBox"); \ +static_assert(offsetof(UJavascriptIntSpinBox, Value) == 0x000130, "Member 'UJavascriptIntSpinBox::Value' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, ValueDelegate) == 0x000134, "Member 'UJavascriptIntSpinBox::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, WidgetStyle) == 0x000150, "Member 'UJavascriptIntSpinBox::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, Style) == 0x000750, "Member 'UJavascriptIntSpinBox::Style' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, Delta) == 0x000758, "Member 'UJavascriptIntSpinBox::Delta' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, SliderExponent) == 0x00075C, "Member 'UJavascriptIntSpinBox::SliderExponent' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, Font) == 0x000760, "Member 'UJavascriptIntSpinBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, Justification) == 0x0007E8, "Member 'UJavascriptIntSpinBox::Justification' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, MinDesiredWidth) == 0x0007EC, "Member 'UJavascriptIntSpinBox::MinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, ClearKeyboardFocusOnCommit) == 0x0007F0, "Member 'UJavascriptIntSpinBox::ClearKeyboardFocusOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, SelectAllTextOnCommit) == 0x0007F1, "Member 'UJavascriptIntSpinBox::SelectAllTextOnCommit' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, ForegroundColor) == 0x0007F4, "Member 'UJavascriptIntSpinBox::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, OnValueChanged) == 0x000808, "Member 'UJavascriptIntSpinBox::OnValueChanged' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, OnValueCommitted) == 0x000818, "Member 'UJavascriptIntSpinBox::OnValueCommitted' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, OnBeginSliderMovement) == 0x000828, "Member 'UJavascriptIntSpinBox::OnBeginSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, OnEndSliderMovement) == 0x000838, "Member 'UJavascriptIntSpinBox::OnEndSliderMovement' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, MinValue) == 0x00084C, "Member 'UJavascriptIntSpinBox::MinValue' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, MaxValue) == 0x000850, "Member 'UJavascriptIntSpinBox::MaxValue' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, MinSliderValue) == 0x000854, "Member 'UJavascriptIntSpinBox::MinSliderValue' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptIntSpinBox, MaxSliderValue) == 0x000858, "Member 'UJavascriptIntSpinBox::MaxSliderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptRichTextBlockHyperlinkDecorator_GetMetaData \ +static_assert(alignof(JavascriptRichTextBlockHyperlinkDecorator_GetMetaData) == 0x000008, "Wrong alignment on JavascriptRichTextBlockHyperlinkDecorator_GetMetaData"); \ +static_assert(sizeof(JavascriptRichTextBlockHyperlinkDecorator_GetMetaData) == 0x000020, "Wrong size on JavascriptRichTextBlockHyperlinkDecorator_GetMetaData"); \ +static_assert(offsetof(JavascriptRichTextBlockHyperlinkDecorator_GetMetaData, Key) == 0x000000, "Member 'JavascriptRichTextBlockHyperlinkDecorator_GetMetaData::Key' has a wrong offset!"); \ +static_assert(offsetof(JavascriptRichTextBlockHyperlinkDecorator_GetMetaData, ReturnValue) == 0x000010, "Member 'JavascriptRichTextBlockHyperlinkDecorator_GetMetaData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptRichTextBlockHyperlinkDecorator \ +static_assert(alignof(UJavascriptRichTextBlockHyperlinkDecorator) == 0x000008, "Wrong alignment on UJavascriptRichTextBlockHyperlinkDecorator"); \ +static_assert(sizeof(UJavascriptRichTextBlockHyperlinkDecorator) == 0x000050, "Wrong size on UJavascriptRichTextBlockHyperlinkDecorator"); \ +static_assert(offsetof(UJavascriptRichTextBlockHyperlinkDecorator, HyperlinkId) == 0x000028, "Member 'UJavascriptRichTextBlockHyperlinkDecorator::HyperlinkId' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptRichTextBlockHyperlinkDecorator, OnClick) == 0x000038, "Member 'UJavascriptRichTextBlockHyperlinkDecorator::OnClick' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_GetDoubleClickedItems \ +static_assert(alignof(JavascriptTreeView_GetDoubleClickedItems) == 0x000008, "Wrong alignment on JavascriptTreeView_GetDoubleClickedItems"); \ +static_assert(sizeof(JavascriptTreeView_GetDoubleClickedItems) == 0x000010, "Wrong size on JavascriptTreeView_GetDoubleClickedItems"); \ +static_assert(offsetof(JavascriptTreeView_GetDoubleClickedItems, OutItems) == 0x000000, "Member 'JavascriptTreeView_GetDoubleClickedItems::OutItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_GetSelectedItems \ +static_assert(alignof(JavascriptTreeView_GetSelectedItems) == 0x000008, "Wrong alignment on JavascriptTreeView_GetSelectedItems"); \ +static_assert(sizeof(JavascriptTreeView_GetSelectedItems) == 0x000018, "Wrong size on JavascriptTreeView_GetSelectedItems"); \ +static_assert(offsetof(JavascriptTreeView_GetSelectedItems, OutItems) == 0x000000, "Member 'JavascriptTreeView_GetSelectedItems::OutItems' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTreeView_GetSelectedItems, ReturnValue) == 0x000010, "Member 'JavascriptTreeView_GetSelectedItems::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_IsDoubleClickSelection \ +static_assert(alignof(JavascriptTreeView_IsDoubleClickSelection) == 0x000008, "Wrong alignment on JavascriptTreeView_IsDoubleClickSelection"); \ +static_assert(sizeof(JavascriptTreeView_IsDoubleClickSelection) == 0x000010, "Wrong size on JavascriptTreeView_IsDoubleClickSelection"); \ +static_assert(offsetof(JavascriptTreeView_IsDoubleClickSelection, SelectedItem) == 0x000000, "Member 'JavascriptTreeView_IsDoubleClickSelection::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTreeView_IsDoubleClickSelection, ReturnValue) == 0x000008, "Member 'JavascriptTreeView_IsDoubleClickSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_IsItemExpanded \ +static_assert(alignof(JavascriptTreeView_IsItemExpanded) == 0x000008, "Wrong alignment on JavascriptTreeView_IsItemExpanded"); \ +static_assert(sizeof(JavascriptTreeView_IsItemExpanded) == 0x000010, "Wrong size on JavascriptTreeView_IsItemExpanded"); \ +static_assert(offsetof(JavascriptTreeView_IsItemExpanded, InItem) == 0x000000, "Member 'JavascriptTreeView_IsItemExpanded::InItem' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTreeView_IsItemExpanded, ReturnValue) == 0x000008, "Member 'JavascriptTreeView_IsItemExpanded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_OnDoubleClick \ +static_assert(alignof(JavascriptTreeView_OnDoubleClick) == 0x000008, "Wrong alignment on JavascriptTreeView_OnDoubleClick"); \ +static_assert(sizeof(JavascriptTreeView_OnDoubleClick) == 0x000008, "Wrong size on JavascriptTreeView_OnDoubleClick"); \ +static_assert(offsetof(JavascriptTreeView_OnDoubleClick, Object) == 0x000000, "Member 'JavascriptTreeView_OnDoubleClick::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_OnSelectionChanged \ +static_assert(alignof(JavascriptTreeView_OnSelectionChanged) == 0x000008, "Wrong alignment on JavascriptTreeView_OnSelectionChanged"); \ +static_assert(sizeof(JavascriptTreeView_OnSelectionChanged) == 0x000010, "Wrong size on JavascriptTreeView_OnSelectionChanged"); \ +static_assert(offsetof(JavascriptTreeView_OnSelectionChanged, Object) == 0x000000, "Member 'JavascriptTreeView_OnSelectionChanged::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTreeView_OnSelectionChanged, Type) == 0x000008, "Member 'JavascriptTreeView_OnSelectionChanged::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_SetDoubleClickSelection \ +static_assert(alignof(JavascriptTreeView_SetDoubleClickSelection) == 0x000008, "Wrong alignment on JavascriptTreeView_SetDoubleClickSelection"); \ +static_assert(sizeof(JavascriptTreeView_SetDoubleClickSelection) == 0x000008, "Wrong size on JavascriptTreeView_SetDoubleClickSelection"); \ +static_assert(offsetof(JavascriptTreeView_SetDoubleClickSelection, SelectedItem) == 0x000000, "Member 'JavascriptTreeView_SetDoubleClickSelection::SelectedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_SetItemExpansion \ +static_assert(alignof(JavascriptTreeView_SetItemExpansion) == 0x000008, "Wrong alignment on JavascriptTreeView_SetItemExpansion"); \ +static_assert(sizeof(JavascriptTreeView_SetItemExpansion) == 0x000010, "Wrong size on JavascriptTreeView_SetItemExpansion"); \ +static_assert(offsetof(JavascriptTreeView_SetItemExpansion, InItem) == 0x000000, "Member 'JavascriptTreeView_SetItemExpansion::InItem' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTreeView_SetItemExpansion, InShouldExpandItem) == 0x000008, "Member 'JavascriptTreeView_SetItemExpansion::InShouldExpandItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_SetSelection \ +static_assert(alignof(JavascriptTreeView_SetSelection) == 0x000008, "Wrong alignment on JavascriptTreeView_SetSelection"); \ +static_assert(sizeof(JavascriptTreeView_SetSelection) == 0x000008, "Wrong size on JavascriptTreeView_SetSelection"); \ +static_assert(offsetof(JavascriptTreeView_SetSelection, SoleSelectedItem) == 0x000000, "Member 'JavascriptTreeView_SetSelection::SoleSelectedItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTreeView_SetSingleExpandedItem \ +static_assert(alignof(JavascriptTreeView_SetSingleExpandedItem) == 0x000008, "Wrong alignment on JavascriptTreeView_SetSingleExpandedItem"); \ +static_assert(sizeof(JavascriptTreeView_SetSingleExpandedItem) == 0x000008, "Wrong size on JavascriptTreeView_SetSingleExpandedItem"); \ +static_assert(offsetof(JavascriptTreeView_SetSingleExpandedItem, InItem) == 0x000000, "Member 'JavascriptTreeView_SetSingleExpandedItem::InItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptTreeView \ +static_assert(alignof(UJavascriptTreeView) == 0x000010, "Wrong alignment on UJavascriptTreeView"); \ +static_assert(sizeof(UJavascriptTreeView) == 0x002A60, "Wrong size on UJavascriptTreeView"); \ +static_assert(offsetof(UJavascriptTreeView, OnGenerateRowEvent) == 0x000248, "Member 'UJavascriptTreeView::OnGenerateRowEvent' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, OnExpansionChanged) == 0x000258, "Member 'UJavascriptTreeView::OnExpansionChanged' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, OnContextMenuOpening) == 0x000268, "Member 'UJavascriptTreeView::OnContextMenuOpening' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, OnGetChildren) == 0x000278, "Member 'UJavascriptTreeView::OnGetChildren' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, JavascriptContext) == 0x000288, "Member 'UJavascriptTreeView::JavascriptContext' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, Items) == 0x000290, "Member 'UJavascriptTreeView::Items' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, HeaderRowStyle) == 0x0002A0, "Member 'UJavascriptTreeView::HeaderRowStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, TableRowStyle) == 0x001500, "Member 'UJavascriptTreeView::TableRowStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, ScrollBarStyle) == 0x002250, "Member 'UJavascriptTreeView::ScrollBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, SelectionMode) == 0x0029C0, "Member 'UJavascriptTreeView::SelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, Children) == 0x0029C8, "Member 'UJavascriptTreeView::Children' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, Columns) == 0x0029D8, "Member 'UJavascriptTreeView::Columns' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTreeView, ColumnWidgets) == 0x0029F8, "Member 'UJavascriptTreeView::ColumnWidgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptMenuContext \ +static_assert(alignof(UJavascriptMenuContext) == 0x000008, "Wrong alignment on UJavascriptMenuContext"); \ +static_assert(sizeof(UJavascriptMenuContext) == 0x0000A8, "Wrong size on UJavascriptMenuContext"); \ +static_assert(offsetof(UJavascriptMenuContext, Description) == 0x000028, "Member 'UJavascriptMenuContext::Description' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMenuContext, ToolTip) == 0x000040, "Member 'UJavascriptMenuContext::ToolTip' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMenuContext, Icon) == 0x000058, "Member 'UJavascriptMenuContext::Icon' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMenuContext, ActionType) == 0x000070, "Member 'UJavascriptMenuContext::ActionType' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMenuContext, OnCanExecute) == 0x000074, "Member 'UJavascriptMenuContext::OnCanExecute' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMenuContext, OnExecute) == 0x000084, "Member 'UJavascriptMenuContext::OnExecute' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptMenuContext, OnGetActionCheckState) == 0x000094, "Member 'UJavascriptMenuContext::OnGetActionCheckState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptListView_OnClick \ +static_assert(alignof(JavascriptListView_OnClick) == 0x000008, "Wrong alignment on JavascriptListView_OnClick"); \ +static_assert(sizeof(JavascriptListView_OnClick) == 0x000008, "Wrong size on JavascriptListView_OnClick"); \ +static_assert(offsetof(JavascriptListView_OnClick, Object) == 0x000000, "Member 'JavascriptListView_OnClick::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptListView \ +static_assert(alignof(UJavascriptListView) == 0x000010, "Wrong alignment on UJavascriptListView"); \ +static_assert(sizeof(UJavascriptListView) == 0x002A70, "Wrong size on UJavascriptListView"); \ +static_assert(offsetof(UJavascriptListView, ItemHeight) == 0x002A58, "Member 'UJavascriptListView::ItemHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptSearchBox_OnKeyDown \ +static_assert(alignof(JavascriptSearchBox_OnKeyDown) == 0x000008, "Wrong alignment on JavascriptSearchBox_OnKeyDown"); \ +static_assert(sizeof(JavascriptSearchBox_OnKeyDown) == 0x000130, "Wrong size on JavascriptSearchBox_OnKeyDown"); \ +static_assert(offsetof(JavascriptSearchBox_OnKeyDown, MyGeometry) == 0x000000, "Member 'JavascriptSearchBox_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSearchBox_OnKeyDown, InKeyEvent) == 0x000040, "Member 'JavascriptSearchBox_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(JavascriptSearchBox_OnKeyDown, ReturnValue) == 0x000078, "Member 'JavascriptSearchBox_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptSearchBox_SetHintText \ +static_assert(alignof(JavascriptSearchBox_SetHintText) == 0x000008, "Wrong alignment on JavascriptSearchBox_SetHintText"); \ +static_assert(sizeof(JavascriptSearchBox_SetHintText) == 0x000018, "Wrong size on JavascriptSearchBox_SetHintText"); \ +static_assert(offsetof(JavascriptSearchBox_SetHintText, InHintText) == 0x000000, "Member 'JavascriptSearchBox_SetHintText::InHintText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptSearchBox_SetText \ +static_assert(alignof(JavascriptSearchBox_SetText) == 0x000008, "Wrong alignment on JavascriptSearchBox_SetText"); \ +static_assert(sizeof(JavascriptSearchBox_SetText) == 0x000018, "Wrong size on JavascriptSearchBox_SetText"); \ +static_assert(offsetof(JavascriptSearchBox_SetText, InText) == 0x000000, "Member 'JavascriptSearchBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptSearchBox \ +static_assert(alignof(UJavascriptSearchBox) == 0x000008, "Wrong alignment on UJavascriptSearchBox"); \ +static_assert(sizeof(UJavascriptSearchBox) == 0x0001B8, "Wrong size on UJavascriptSearchBox"); \ +static_assert(offsetof(UJavascriptSearchBox, JavascriptContext) == 0x000130, "Member 'UJavascriptSearchBox::JavascriptContext' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptSearchBox, OnTextChanged) == 0x000138, "Member 'UJavascriptSearchBox::OnTextChanged' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptSearchBox, OnTextCommitted) == 0x000148, "Member 'UJavascriptSearchBox::OnTextCommitted' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptSearchBox, Text) == 0x000158, "Member 'UJavascriptSearchBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptSearchBox, TextDelegate) == 0x000170, "Member 'UJavascriptSearchBox::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptSearchBox, HintText) == 0x000180, "Member 'UJavascriptSearchBox::HintText' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptSearchBox, HintTextDelegate) == 0x000198, "Member 'UJavascriptSearchBox::HintTextDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetBrush \ +static_assert(alignof(JavascriptStyleSetLibrary_GetBrush) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetBrush"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetBrush) == 0x0000E0, "Wrong size on JavascriptStyleSetLibrary_GetBrush"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetBrush, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetBrush::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetBrush, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetBrush::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetBrush, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetBrush::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetButtonStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetButtonStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetButtonStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetButtonStyle) == 0x000400, "Wrong size on JavascriptStyleSetLibrary_GetButtonStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetButtonStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetButtonStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetButtonStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetButtonStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetButtonStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetButtonStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetCheckBoxStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetCheckBoxStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetCheckBoxStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetCheckBoxStyle) == 0x000AE0, "Wrong size on JavascriptStyleSetLibrary_GetCheckBoxStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetCheckBoxStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetCheckBoxStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetCheckBoxStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetCheckBoxStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetCheckBoxStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetCheckBoxStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetColor \ +static_assert(alignof(JavascriptStyleSetLibrary_GetColor) == 0x000004, "Wrong alignment on JavascriptStyleSetLibrary_GetColor"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetColor) == 0x000020, "Wrong size on JavascriptStyleSetLibrary_GetColor"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetColor, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetColor::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetColor, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetColor::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetColor, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetComboBoxStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetComboBoxStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetComboBoxStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetComboBoxStyle) == 0x000670, "Wrong size on JavascriptStyleSetLibrary_GetComboBoxStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetComboBoxStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetComboBoxStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetComboBoxStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetComboBoxStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetComboBoxStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetComboBoxStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetComboButtonStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetComboButtonStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetComboButtonStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetComboButtonStyle) == 0x000610, "Wrong size on JavascriptStyleSetLibrary_GetComboButtonStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetComboButtonStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetComboButtonStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetComboButtonStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetComboButtonStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetComboButtonStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetComboButtonStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetEditableTextBoxStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetEditableTextBoxStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetEditableTextBoxStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetEditableTextBoxStyle) == 0x000BE0, "Wrong size on JavascriptStyleSetLibrary_GetEditableTextBoxStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetEditableTextBoxStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetEditableTextBoxStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetEditableTextBoxStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetEditableTextBoxStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetEditableTextBoxStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetEditableTextBoxStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetEditableTextStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetEditableTextStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetEditableTextStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetEditableTextStyle) == 0x000330, "Wrong size on JavascriptStyleSetLibrary_GetEditableTextStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetEditableTextStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetEditableTextStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetEditableTextStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetEditableTextStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetEditableTextStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetEditableTextStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetFloat \ +static_assert(alignof(JavascriptStyleSetLibrary_GetFloat) == 0x000004, "Wrong alignment on JavascriptStyleSetLibrary_GetFloat"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetFloat) == 0x000014, "Wrong size on JavascriptStyleSetLibrary_GetFloat"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetFloat, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetFloat::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetFloat, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetFloat::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetFloat, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetFontStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetFontStyle) == 0x000008, "Wrong alignment on JavascriptStyleSetLibrary_GetFontStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetFontStyle) == 0x000098, "Wrong size on JavascriptStyleSetLibrary_GetFontStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetFontStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetFontStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetFontStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetFontStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetFontStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetFontStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetMargin \ +static_assert(alignof(JavascriptStyleSetLibrary_GetMargin) == 0x000004, "Wrong alignment on JavascriptStyleSetLibrary_GetMargin"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetMargin) == 0x000020, "Wrong size on JavascriptStyleSetLibrary_GetMargin"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetMargin, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetMargin::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetMargin, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetMargin::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetMargin, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetMargin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetProgressBarStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetProgressBarStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetProgressBarStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetProgressBarStyle) == 0x0002A0, "Wrong size on JavascriptStyleSetLibrary_GetProgressBarStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetProgressBarStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetProgressBarStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetProgressBarStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetProgressBarStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetProgressBarStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetProgressBarStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetSlateColor \ +static_assert(alignof(JavascriptStyleSetLibrary_GetSlateColor) == 0x000004, "Wrong alignment on JavascriptStyleSetLibrary_GetSlateColor"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetSlateColor) == 0x000024, "Wrong size on JavascriptStyleSetLibrary_GetSlateColor"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetSlateColor, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetSlateColor::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetSlateColor, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetSlateColor::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetSlateColor, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetSlateColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetSound \ +static_assert(alignof(JavascriptStyleSetLibrary_GetSound) == 0x000008, "Wrong alignment on JavascriptStyleSetLibrary_GetSound"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetSound) == 0x000028, "Wrong size on JavascriptStyleSetLibrary_GetSound"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetSound, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetSound::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetSound, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetSound::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetSound, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetSound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetTextBlockStyle \ +static_assert(alignof(JavascriptStyleSetLibrary_GetTextBlockStyle) == 0x000010, "Wrong alignment on JavascriptStyleSetLibrary_GetTextBlockStyle"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetTextBlockStyle) == 0x000380, "Wrong size on JavascriptStyleSetLibrary_GetTextBlockStyle"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetTextBlockStyle, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetTextBlockStyle::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetTextBlockStyle, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetTextBlockStyle::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetTextBlockStyle, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetTextBlockStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptStyleSetLibrary_GetVector \ +static_assert(alignof(JavascriptStyleSetLibrary_GetVector) == 0x000008, "Wrong alignment on JavascriptStyleSetLibrary_GetVector"); \ +static_assert(sizeof(JavascriptStyleSetLibrary_GetVector) == 0x000020, "Wrong size on JavascriptStyleSetLibrary_GetVector"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetVector, Handle) == 0x000000, "Member 'JavascriptStyleSetLibrary_GetVector::Handle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetVector, StyleName) == 0x000008, "Member 'JavascriptStyleSetLibrary_GetVector::StyleName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptStyleSetLibrary_GetVector, ReturnValue) == 0x000010, "Member 'JavascriptStyleSetLibrary_GetVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptStyleSetLibrary \ +static_assert(alignof(UJavascriptStyleSetLibrary) == 0x000010, "Wrong alignment on UJavascriptStyleSetLibrary"); \ +static_assert(sizeof(UJavascriptStyleSetLibrary) == 0x003120, "Wrong size on UJavascriptStyleSetLibrary"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, SlateColor) == 0x000028, "Member 'UJavascriptStyleSetLibrary::SlateColor' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, SlateBrush) == 0x000040, "Member 'UJavascriptStyleSetLibrary::SlateBrush' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, ButtonStyle) == 0x000110, "Member 'UJavascriptStyleSetLibrary::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, TextBlockStyle) == 0x000500, "Member 'UJavascriptStyleSetLibrary::TextBlockStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, EditableTextStyle) == 0x000870, "Member 'UJavascriptStyleSetLibrary::EditableTextStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, EditableTextBoxStyle) == 0x000B90, "Member 'UJavascriptStyleSetLibrary::EditableTextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, CheckBoxStyle) == 0x001760, "Member 'UJavascriptStyleSetLibrary::CheckBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, ComboBoxStyle) == 0x002230, "Member 'UJavascriptStyleSetLibrary::ComboBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, ComboButtonStyle) == 0x002890, "Member 'UJavascriptStyleSetLibrary::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptStyleSetLibrary, ProgressBarStyle) == 0x002E90, "Member 'UJavascriptStyleSetLibrary::ProgressBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTextBlock_SetHighlightText \ +static_assert(alignof(JavascriptTextBlock_SetHighlightText) == 0x000008, "Wrong alignment on JavascriptTextBlock_SetHighlightText"); \ +static_assert(sizeof(JavascriptTextBlock_SetHighlightText) == 0x000018, "Wrong size on JavascriptTextBlock_SetHighlightText"); \ +static_assert(offsetof(JavascriptTextBlock_SetHighlightText, InHighlightText) == 0x000000, "Member 'JavascriptTextBlock_SetHighlightText::InHighlightText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptTextBlock \ +static_assert(alignof(UJavascriptTextBlock) == 0x000010, "Wrong alignment on UJavascriptTextBlock"); \ +static_assert(sizeof(UJavascriptTextBlock) == 0x000380, "Wrong size on UJavascriptTextBlock"); \ +static_assert(offsetof(UJavascriptTextBlock, HighlightText) == 0x000350, "Member 'UJavascriptTextBlock::HighlightText' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptTextBlock, HighlightTextDelegate) == 0x000368, "Member 'UJavascriptTextBlock::HighlightTextDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTextModel_CreateRun \ +static_assert(alignof(JavascriptTextModel_CreateRun) == 0x000010, "Wrong alignment on JavascriptTextModel_CreateRun"); \ +static_assert(sizeof(JavascriptTextModel_CreateRun) == 0x000390, "Wrong size on JavascriptTextModel_CreateRun"); \ +static_assert(offsetof(JavascriptTextModel_CreateRun, MessageTextStyle) == 0x000000, "Member 'JavascriptTextModel_CreateRun::MessageTextStyle' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTextModel_CreateRun, BeginIndex) == 0x000370, "Member 'JavascriptTextModel_CreateRun::BeginIndex' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTextModel_CreateRun, EndIndex) == 0x000374, "Member 'JavascriptTextModel_CreateRun::EndIndex' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTextModel_CreateRun, ReturnValue) == 0x000378, "Member 'JavascriptTextModel_CreateRun::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTextModel_GetString \ +static_assert(alignof(JavascriptTextModel_GetString) == 0x000008, "Wrong alignment on JavascriptTextModel_GetString"); \ +static_assert(sizeof(JavascriptTextModel_GetString) == 0x000010, "Wrong size on JavascriptTextModel_GetString"); \ +static_assert(offsetof(JavascriptTextModel_GetString, ReturnValue) == 0x000000, "Member 'JavascriptTextModel_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTextModel_SetString \ +static_assert(alignof(JavascriptTextModel_SetString) == 0x000008, "Wrong alignment on JavascriptTextModel_SetString"); \ +static_assert(sizeof(JavascriptTextModel_SetString) == 0x000010, "Wrong size on JavascriptTextModel_SetString"); \ +static_assert(offsetof(JavascriptTextModel_SetString, String) == 0x000000, "Member 'JavascriptTextModel_SetString::String' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptTextModel \ +static_assert(alignof(UJavascriptTextModel) == 0x000008, "Wrong alignment on UJavascriptTextModel"); \ +static_assert(sizeof(UJavascriptTextModel) == 0x000038, "Wrong size on UJavascriptTextModel"); \ + +#define DUMPER7_ASSERTS_JavascriptTileView_OnClick \ +static_assert(alignof(JavascriptTileView_OnClick) == 0x000008, "Wrong alignment on JavascriptTileView_OnClick"); \ +static_assert(sizeof(JavascriptTileView_OnClick) == 0x000008, "Wrong size on JavascriptTileView_OnClick"); \ +static_assert(offsetof(JavascriptTileView_OnClick, Object) == 0x000000, "Member 'JavascriptTileView_OnClick::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTileView_OnDoubleClick \ +static_assert(alignof(JavascriptTileView_OnDoubleClick) == 0x000008, "Wrong alignment on JavascriptTileView_OnDoubleClick"); \ +static_assert(sizeof(JavascriptTileView_OnDoubleClick) == 0x000008, "Wrong size on JavascriptTileView_OnDoubleClick"); \ +static_assert(offsetof(JavascriptTileView_OnDoubleClick, Object) == 0x000000, "Member 'JavascriptTileView_OnDoubleClick::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptTileView_OnSelectionChanged \ +static_assert(alignof(JavascriptTileView_OnSelectionChanged) == 0x000008, "Wrong alignment on JavascriptTileView_OnSelectionChanged"); \ +static_assert(sizeof(JavascriptTileView_OnSelectionChanged) == 0x000010, "Wrong size on JavascriptTileView_OnSelectionChanged"); \ +static_assert(offsetof(JavascriptTileView_OnSelectionChanged, Object) == 0x000000, "Member 'JavascriptTileView_OnSelectionChanged::Object' has a wrong offset!"); \ +static_assert(offsetof(JavascriptTileView_OnSelectionChanged, Type) == 0x000008, "Member 'JavascriptTileView_OnSelectionChanged::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptTileView \ +static_assert(alignof(UJavascriptTileView) == 0x000010, "Wrong alignment on UJavascriptTileView"); \ +static_assert(sizeof(UJavascriptTileView) == 0x000C20, "Wrong size on UJavascriptTileView"); \ +static_assert(offsetof(UJavascriptTileView, JavascriptContext) == 0x000C10, "Member 'UJavascriptTileView::JavascriptContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptToolbarButtonContext \ +static_assert(alignof(UJavascriptToolbarButtonContext) == 0x000008, "Wrong alignment on UJavascriptToolbarButtonContext"); \ +static_assert(sizeof(UJavascriptToolbarButtonContext) == 0x000098, "Wrong size on UJavascriptToolbarButtonContext"); \ +static_assert(offsetof(UJavascriptToolbarButtonContext, OnGetLabel) == 0x000028, "Member 'UJavascriptToolbarButtonContext::OnGetLabel' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptToolbarButtonContext, OnGetTooltip) == 0x000038, "Member 'UJavascriptToolbarButtonContext::OnGetTooltip' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptToolbarButtonContext, OnGetIcon) == 0x000048, "Member 'UJavascriptToolbarButtonContext::OnGetIcon' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptToolbarButtonContext, OnExecuteAction) == 0x000058, "Member 'UJavascriptToolbarButtonContext::OnExecuteAction' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptToolbarButtonContext, OnCanExecuteAction) == 0x000068, "Member 'UJavascriptToolbarButtonContext::OnCanExecuteAction' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptToolbarButtonContext, OnIsActionChecked) == 0x000078, "Member 'UJavascriptToolbarButtonContext::OnIsActionChecked' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptToolbarButtonContext, OnIsActionButtonVisible) == 0x000088, "Member 'UJavascriptToolbarButtonContext::OnIsActionButtonVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGBlueprintLibrary_AddLine \ +static_assert(alignof(JavascriptUMGBlueprintLibrary_AddLine) == 0x000008, "Wrong alignment on JavascriptUMGBlueprintLibrary_AddLine"); \ +static_assert(sizeof(JavascriptUMGBlueprintLibrary_AddLine) == 0x000038, "Wrong size on JavascriptUMGBlueprintLibrary_AddLine"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_AddLine, TextLayout) == 0x000000, "Member 'JavascriptUMGBlueprintLibrary_AddLine::TextLayout' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_AddLine, Model) == 0x000020, "Member 'JavascriptUMGBlueprintLibrary_AddLine::Model' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_AddLine, Runs) == 0x000028, "Member 'JavascriptUMGBlueprintLibrary_AddLine::Runs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGBlueprintLibrary_ClearLines \ +static_assert(alignof(JavascriptUMGBlueprintLibrary_ClearLines) == 0x000008, "Wrong alignment on JavascriptUMGBlueprintLibrary_ClearLines"); \ +static_assert(sizeof(JavascriptUMGBlueprintLibrary_ClearLines) == 0x000020, "Wrong size on JavascriptUMGBlueprintLibrary_ClearLines"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_ClearLines, TextLayout) == 0x000000, "Member 'JavascriptUMGBlueprintLibrary_ClearLines::TextLayout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGBlueprintLibrary_DrawSpaceSpline \ +static_assert(alignof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline) == 0x000008, "Wrong alignment on JavascriptUMGBlueprintLibrary_DrawSpaceSpline"); \ +static_assert(sizeof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline) == 0x000088, "Wrong size on JavascriptUMGBlueprintLibrary_DrawSpaceSpline"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline, Context) == 0x000000, "Member 'JavascriptUMGBlueprintLibrary_DrawSpaceSpline::Context' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline, InStart) == 0x000030, "Member 'JavascriptUMGBlueprintLibrary_DrawSpaceSpline::InStart' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline, InStartDir) == 0x000040, "Member 'JavascriptUMGBlueprintLibrary_DrawSpaceSpline::InStartDir' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline, InEnd) == 0x000050, "Member 'JavascriptUMGBlueprintLibrary_DrawSpaceSpline::InEnd' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline, InEndDir) == 0x000060, "Member 'JavascriptUMGBlueprintLibrary_DrawSpaceSpline::InEndDir' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline, InThickness) == 0x000070, "Member 'JavascriptUMGBlueprintLibrary_DrawSpaceSpline::InThickness' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_DrawSpaceSpline, InTint) == 0x000074, "Member 'JavascriptUMGBlueprintLibrary_DrawSpaceSpline::InTint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGBlueprintLibrary_GetAsText \ +static_assert(alignof(JavascriptUMGBlueprintLibrary_GetAsText) == 0x000008, "Wrong alignment on JavascriptUMGBlueprintLibrary_GetAsText"); \ +static_assert(sizeof(JavascriptUMGBlueprintLibrary_GetAsText) == 0x000030, "Wrong size on JavascriptUMGBlueprintLibrary_GetAsText"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_GetAsText, TextLayout) == 0x000000, "Member 'JavascriptUMGBlueprintLibrary_GetAsText::TextLayout' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_GetAsText, ReturnValue) == 0x000020, "Member 'JavascriptUMGBlueprintLibrary_GetAsText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGBlueprintLibrary_GetLineLength \ +static_assert(alignof(JavascriptUMGBlueprintLibrary_GetLineLength) == 0x000008, "Wrong alignment on JavascriptUMGBlueprintLibrary_GetLineLength"); \ +static_assert(sizeof(JavascriptUMGBlueprintLibrary_GetLineLength) == 0x000028, "Wrong size on JavascriptUMGBlueprintLibrary_GetLineLength"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_GetLineLength, TargetTextLayout) == 0x000000, "Member 'JavascriptUMGBlueprintLibrary_GetLineLength::TargetTextLayout' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_GetLineLength, ReturnValue) == 0x000020, "Member 'JavascriptUMGBlueprintLibrary_GetLineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGBlueprintLibrary_SlateColor_UseForeground \ +static_assert(alignof(JavascriptUMGBlueprintLibrary_SlateColor_UseForeground) == 0x000004, "Wrong alignment on JavascriptUMGBlueprintLibrary_SlateColor_UseForeground"); \ +static_assert(sizeof(JavascriptUMGBlueprintLibrary_SlateColor_UseForeground) == 0x000014, "Wrong size on JavascriptUMGBlueprintLibrary_SlateColor_UseForeground"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_SlateColor_UseForeground, ReturnValue) == 0x000000, "Member 'JavascriptUMGBlueprintLibrary_SlateColor_UseForeground::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGBlueprintLibrary_SlateColor_UseSubduedForeground \ +static_assert(alignof(JavascriptUMGBlueprintLibrary_SlateColor_UseSubduedForeground) == 0x000004, "Wrong alignment on JavascriptUMGBlueprintLibrary_SlateColor_UseSubduedForeground"); \ +static_assert(sizeof(JavascriptUMGBlueprintLibrary_SlateColor_UseSubduedForeground) == 0x000014, "Wrong size on JavascriptUMGBlueprintLibrary_SlateColor_UseSubduedForeground"); \ +static_assert(offsetof(JavascriptUMGBlueprintLibrary_SlateColor_UseSubduedForeground, ReturnValue) == 0x000000, "Member 'JavascriptUMGBlueprintLibrary_SlateColor_UseSubduedForeground::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptUMGBlueprintLibrary \ +static_assert(alignof(UJavascriptUMGBlueprintLibrary) == 0x000008, "Wrong alignment on UJavascriptUMGBlueprintLibrary"); \ +static_assert(sizeof(UJavascriptUMGBlueprintLibrary) == 0x000028, "Wrong size on UJavascriptUMGBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_AddBorderBrush \ +static_assert(alignof(JavascriptUMGLibrary_AddBorderBrush) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_AddBorderBrush"); \ +static_assert(sizeof(JavascriptUMGLibrary_AddBorderBrush) == 0x000050, "Wrong size on JavascriptUMGLibrary_AddBorderBrush"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBorderBrush, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_AddBorderBrush::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBorderBrush, PropertyName) == 0x000010, "Member 'JavascriptUMGLibrary_AddBorderBrush::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBorderBrush, InImageName) == 0x000018, "Member 'JavascriptUMGLibrary_AddBorderBrush::InImageName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBorderBrush, InMargin) == 0x000028, "Member 'JavascriptUMGLibrary_AddBorderBrush::InMargin' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBorderBrush, InColorAndOpacity) == 0x000038, "Member 'JavascriptUMGLibrary_AddBorderBrush::InColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBorderBrush, InImageType) == 0x000048, "Member 'JavascriptUMGLibrary_AddBorderBrush::InImageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_AddBoxBrush \ +static_assert(alignof(JavascriptUMGLibrary_AddBoxBrush) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_AddBoxBrush"); \ +static_assert(sizeof(JavascriptUMGLibrary_AddBoxBrush) == 0x000050, "Wrong size on JavascriptUMGLibrary_AddBoxBrush"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBoxBrush, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_AddBoxBrush::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBoxBrush, PropertyName) == 0x000010, "Member 'JavascriptUMGLibrary_AddBoxBrush::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBoxBrush, InImageName) == 0x000018, "Member 'JavascriptUMGLibrary_AddBoxBrush::InImageName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBoxBrush, InMargin) == 0x000028, "Member 'JavascriptUMGLibrary_AddBoxBrush::InMargin' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBoxBrush, InColorAndOpacity) == 0x000038, "Member 'JavascriptUMGLibrary_AddBoxBrush::InColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddBoxBrush, InImageType) == 0x000048, "Member 'JavascriptUMGLibrary_AddBoxBrush::InImageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_AddFontInfo \ +static_assert(alignof(JavascriptUMGLibrary_AddFontInfo) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_AddFontInfo"); \ +static_assert(sizeof(JavascriptUMGLibrary_AddFontInfo) == 0x0000A0, "Wrong size on JavascriptUMGLibrary_AddFontInfo"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddFontInfo, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_AddFontInfo::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddFontInfo, PropertyName) == 0x000010, "Member 'JavascriptUMGLibrary_AddFontInfo::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddFontInfo, FontInfo) == 0x000018, "Member 'JavascriptUMGLibrary_AddFontInfo::FontInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_AddImageBrush \ +static_assert(alignof(JavascriptUMGLibrary_AddImageBrush) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_AddImageBrush"); \ +static_assert(sizeof(JavascriptUMGLibrary_AddImageBrush) == 0x000050, "Wrong size on JavascriptUMGLibrary_AddImageBrush"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddImageBrush, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_AddImageBrush::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddImageBrush, PropertyName) == 0x000010, "Member 'JavascriptUMGLibrary_AddImageBrush::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddImageBrush, InImageName) == 0x000018, "Member 'JavascriptUMGLibrary_AddImageBrush::InImageName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddImageBrush, InImageSize) == 0x000028, "Member 'JavascriptUMGLibrary_AddImageBrush::InImageSize' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddImageBrush, InTint) == 0x000038, "Member 'JavascriptUMGLibrary_AddImageBrush::InTint' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddImageBrush, InTiling) == 0x000048, "Member 'JavascriptUMGLibrary_AddImageBrush::InTiling' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddImageBrush, InImageType) == 0x000049, "Member 'JavascriptUMGLibrary_AddImageBrush::InImageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_AddSound \ +static_assert(alignof(JavascriptUMGLibrary_AddSound) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_AddSound"); \ +static_assert(sizeof(JavascriptUMGLibrary_AddSound) == 0x000030, "Wrong size on JavascriptUMGLibrary_AddSound"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddSound, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_AddSound::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddSound, PropertyName) == 0x000010, "Member 'JavascriptUMGLibrary_AddSound::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddSound, Sound) == 0x000018, "Member 'JavascriptUMGLibrary_AddSound::Sound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_AddWindow \ +static_assert(alignof(JavascriptUMGLibrary_AddWindow) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_AddWindow"); \ +static_assert(sizeof(JavascriptUMGLibrary_AddWindow) == 0x000018, "Wrong size on JavascriptUMGLibrary_AddWindow"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddWindow, NewWindow) == 0x000000, "Member 'JavascriptUMGLibrary_AddWindow::NewWindow' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddWindow, bShowImmediately) == 0x000010, "Member 'JavascriptUMGLibrary_AddWindow::bShowImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_AddWindowAsNativeChild \ +static_assert(alignof(JavascriptUMGLibrary_AddWindowAsNativeChild) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_AddWindowAsNativeChild"); \ +static_assert(sizeof(JavascriptUMGLibrary_AddWindowAsNativeChild) == 0x000020, "Wrong size on JavascriptUMGLibrary_AddWindowAsNativeChild"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddWindowAsNativeChild, NewWindow) == 0x000000, "Member 'JavascriptUMGLibrary_AddWindowAsNativeChild::NewWindow' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_AddWindowAsNativeChild, RootWindow) == 0x000010, "Member 'JavascriptUMGLibrary_AddWindowAsNativeChild::RootWindow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_CreateSlateStyle \ +static_assert(alignof(JavascriptUMGLibrary_CreateSlateStyle) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_CreateSlateStyle"); \ +static_assert(sizeof(JavascriptUMGLibrary_CreateSlateStyle) == 0x000018, "Wrong size on JavascriptUMGLibrary_CreateSlateStyle"); \ +static_assert(offsetof(JavascriptUMGLibrary_CreateSlateStyle, InStyleSetName) == 0x000000, "Member 'JavascriptUMGLibrary_CreateSlateStyle::InStyleSetName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_CreateSlateStyle, ReturnValue) == 0x000008, "Member 'JavascriptUMGLibrary_CreateSlateStyle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_GenerateDynamicImageResource \ +static_assert(alignof(JavascriptUMGLibrary_GenerateDynamicImageResource) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_GenerateDynamicImageResource"); \ +static_assert(sizeof(JavascriptUMGLibrary_GenerateDynamicImageResource) == 0x000018, "Wrong size on JavascriptUMGLibrary_GenerateDynamicImageResource"); \ +static_assert(offsetof(JavascriptUMGLibrary_GenerateDynamicImageResource, InDynamicBrushName) == 0x000000, "Member 'JavascriptUMGLibrary_GenerateDynamicImageResource::InDynamicBrushName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_GenerateDynamicImageResource, ReturnValue) == 0x000008, "Member 'JavascriptUMGLibrary_GenerateDynamicImageResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_GetRootWindow \ +static_assert(alignof(JavascriptUMGLibrary_GetRootWindow) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_GetRootWindow"); \ +static_assert(sizeof(JavascriptUMGLibrary_GetRootWindow) == 0x000010, "Wrong size on JavascriptUMGLibrary_GetRootWindow"); \ +static_assert(offsetof(JavascriptUMGLibrary_GetRootWindow, ReturnValue) == 0x000000, "Member 'JavascriptUMGLibrary_GetRootWindow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_Register \ +static_assert(alignof(JavascriptUMGLibrary_Register) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_Register"); \ +static_assert(sizeof(JavascriptUMGLibrary_Register) == 0x000010, "Wrong size on JavascriptUMGLibrary_Register"); \ +static_assert(offsetof(JavascriptUMGLibrary_Register, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_Register::StyleSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_RootToContentDir \ +static_assert(alignof(JavascriptUMGLibrary_RootToContentDir) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_RootToContentDir"); \ +static_assert(sizeof(JavascriptUMGLibrary_RootToContentDir) == 0x000030, "Wrong size on JavascriptUMGLibrary_RootToContentDir"); \ +static_assert(offsetof(JavascriptUMGLibrary_RootToContentDir, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_RootToContentDir::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_RootToContentDir, RelativePath) == 0x000010, "Member 'JavascriptUMGLibrary_RootToContentDir::RelativePath' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_RootToContentDir, ReturnValue) == 0x000020, "Member 'JavascriptUMGLibrary_RootToContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_RootToCoreContentDir \ +static_assert(alignof(JavascriptUMGLibrary_RootToCoreContentDir) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_RootToCoreContentDir"); \ +static_assert(sizeof(JavascriptUMGLibrary_RootToCoreContentDir) == 0x000030, "Wrong size on JavascriptUMGLibrary_RootToCoreContentDir"); \ +static_assert(offsetof(JavascriptUMGLibrary_RootToCoreContentDir, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_RootToCoreContentDir::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_RootToCoreContentDir, RelativePath) == 0x000010, "Member 'JavascriptUMGLibrary_RootToCoreContentDir::RelativePath' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_RootToCoreContentDir, ReturnValue) == 0x000020, "Member 'JavascriptUMGLibrary_RootToCoreContentDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_SetContent \ +static_assert(alignof(JavascriptUMGLibrary_SetContent) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_SetContent"); \ +static_assert(sizeof(JavascriptUMGLibrary_SetContent) == 0x000020, "Wrong size on JavascriptUMGLibrary_SetContent"); \ +static_assert(offsetof(JavascriptUMGLibrary_SetContent, TargetWidget) == 0x000000, "Member 'JavascriptUMGLibrary_SetContent::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_SetContent, SlateWidget) == 0x000008, "Member 'JavascriptUMGLibrary_SetContent::SlateWidget' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_SetContent, ReturnValue) == 0x000018, "Member 'JavascriptUMGLibrary_SetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_SetContentRoot \ +static_assert(alignof(JavascriptUMGLibrary_SetContentRoot) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_SetContentRoot"); \ +static_assert(sizeof(JavascriptUMGLibrary_SetContentRoot) == 0x000020, "Wrong size on JavascriptUMGLibrary_SetContentRoot"); \ +static_assert(offsetof(JavascriptUMGLibrary_SetContentRoot, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_SetContentRoot::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_SetContentRoot, InContentRootDir) == 0x000010, "Member 'JavascriptUMGLibrary_SetContentRoot::InContentRootDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_SetCoreContentRoot \ +static_assert(alignof(JavascriptUMGLibrary_SetCoreContentRoot) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_SetCoreContentRoot"); \ +static_assert(sizeof(JavascriptUMGLibrary_SetCoreContentRoot) == 0x000020, "Wrong size on JavascriptUMGLibrary_SetCoreContentRoot"); \ +static_assert(offsetof(JavascriptUMGLibrary_SetCoreContentRoot, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_SetCoreContentRoot::StyleSet' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_SetCoreContentRoot, InCoreContentRootDir) == 0x000010, "Member 'JavascriptUMGLibrary_SetCoreContentRoot::InCoreContentRootDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_ShowWindow \ +static_assert(alignof(JavascriptUMGLibrary_ShowWindow) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_ShowWindow"); \ +static_assert(sizeof(JavascriptUMGLibrary_ShowWindow) == 0x000010, "Wrong size on JavascriptUMGLibrary_ShowWindow"); \ +static_assert(offsetof(JavascriptUMGLibrary_ShowWindow, NewWindow) == 0x000000, "Member 'JavascriptUMGLibrary_ShowWindow::NewWindow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_TakeWidget \ +static_assert(alignof(JavascriptUMGLibrary_TakeWidget) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_TakeWidget"); \ +static_assert(sizeof(JavascriptUMGLibrary_TakeWidget) == 0x000018, "Wrong size on JavascriptUMGLibrary_TakeWidget"); \ +static_assert(offsetof(JavascriptUMGLibrary_TakeWidget, Widget) == 0x000000, "Member 'JavascriptUMGLibrary_TakeWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(JavascriptUMGLibrary_TakeWidget, ReturnValue) == 0x000008, "Member 'JavascriptUMGLibrary_TakeWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptUMGLibrary_Unregister \ +static_assert(alignof(JavascriptUMGLibrary_Unregister) == 0x000008, "Wrong alignment on JavascriptUMGLibrary_Unregister"); \ +static_assert(sizeof(JavascriptUMGLibrary_Unregister) == 0x000010, "Wrong size on JavascriptUMGLibrary_Unregister"); \ +static_assert(offsetof(JavascriptUMGLibrary_Unregister, StyleSet) == 0x000000, "Member 'JavascriptUMGLibrary_Unregister::StyleSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptUMGLibrary \ +static_assert(alignof(UJavascriptUMGLibrary) == 0x000008, "Wrong alignment on UJavascriptUMGLibrary"); \ +static_assert(sizeof(UJavascriptUMGLibrary) == 0x000028, "Wrong size on UJavascriptUMGLibrary"); \ + +#define DUMPER7_ASSERTS_UJavascriptUserObjectListEntry \ +static_assert(alignof(UJavascriptUserObjectListEntry) == 0x000008, "Wrong alignment on UJavascriptUserObjectListEntry"); \ +static_assert(sizeof(UJavascriptUserObjectListEntry) == 0x0002A8, "Wrong size on UJavascriptUserObjectListEntry"); \ +static_assert(offsetof(UJavascriptUserObjectListEntry, Item) == 0x0002A0, "Member 'UJavascriptUserObjectListEntry::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_CallSynchronizeProperties \ +static_assert(alignof(JavascriptWidget_CallSynchronizeProperties) == 0x000008, "Wrong alignment on JavascriptWidget_CallSynchronizeProperties"); \ +static_assert(sizeof(JavascriptWidget_CallSynchronizeProperties) == 0x000008, "Wrong size on JavascriptWidget_CallSynchronizeProperties"); \ +static_assert(offsetof(JavascriptWidget_CallSynchronizeProperties, WidgetOrSlot) == 0x000000, "Member 'JavascriptWidget_CallSynchronizeProperties::WidgetOrSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_HasValidCachedWidget \ +static_assert(alignof(JavascriptWidget_HasValidCachedWidget) == 0x000008, "Wrong alignment on JavascriptWidget_HasValidCachedWidget"); \ +static_assert(sizeof(JavascriptWidget_HasValidCachedWidget) == 0x000010, "Wrong size on JavascriptWidget_HasValidCachedWidget"); \ +static_assert(offsetof(JavascriptWidget_HasValidCachedWidget, Widget) == 0x000000, "Member 'JavascriptWidget_HasValidCachedWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWidget_HasValidCachedWidget, ReturnValue) == 0x000008, "Member 'JavascriptWidget_HasValidCachedWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_AddChild \ +static_assert(alignof(JavascriptWidget_AddChild) == 0x000008, "Wrong alignment on JavascriptWidget_AddChild"); \ +static_assert(sizeof(JavascriptWidget_AddChild) == 0x000010, "Wrong size on JavascriptWidget_AddChild"); \ +static_assert(offsetof(JavascriptWidget_AddChild, Content) == 0x000000, "Member 'JavascriptWidget_AddChild::Content' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWidget_AddChild, ReturnValue) == 0x000008, "Member 'JavascriptWidget_AddChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_OnDestroy \ +static_assert(alignof(JavascriptWidget_OnDestroy) == 0x000001, "Wrong alignment on JavascriptWidget_OnDestroy"); \ +static_assert(sizeof(JavascriptWidget_OnDestroy) == 0x000001, "Wrong size on JavascriptWidget_OnDestroy"); \ +static_assert(offsetof(JavascriptWidget_OnDestroy, bReleaseChildren) == 0x000000, "Member 'JavascriptWidget_OnDestroy::bReleaseChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_OnInputActionByName \ +static_assert(alignof(JavascriptWidget_OnInputActionByName) == 0x000004, "Wrong alignment on JavascriptWidget_OnInputActionByName"); \ +static_assert(sizeof(JavascriptWidget_OnInputActionByName) == 0x000008, "Wrong size on JavascriptWidget_OnInputActionByName"); \ +static_assert(offsetof(JavascriptWidget_OnInputActionByName, ActionName) == 0x000000, "Member 'JavascriptWidget_OnInputActionByName::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_OnInputAxisByName \ +static_assert(alignof(JavascriptWidget_OnInputAxisByName) == 0x000004, "Wrong alignment on JavascriptWidget_OnInputAxisByName"); \ +static_assert(sizeof(JavascriptWidget_OnInputAxisByName) == 0x00000C, "Wrong size on JavascriptWidget_OnInputAxisByName"); \ +static_assert(offsetof(JavascriptWidget_OnInputAxisByName, Axis) == 0x000000, "Member 'JavascriptWidget_OnInputAxisByName::Axis' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWidget_OnInputAxisByName, ActionName) == 0x000004, "Member 'JavascriptWidget_OnInputAxisByName::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_OnListenForInputAction \ +static_assert(alignof(JavascriptWidget_OnListenForInputAction) == 0x000004, "Wrong alignment on JavascriptWidget_OnListenForInputAction"); \ +static_assert(sizeof(JavascriptWidget_OnListenForInputAction) == 0x00000C, "Wrong size on JavascriptWidget_OnListenForInputAction"); \ +static_assert(offsetof(JavascriptWidget_OnListenForInputAction, ActionName) == 0x000000, "Member 'JavascriptWidget_OnListenForInputAction::ActionName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWidget_OnListenForInputAction, EventType) == 0x000008, "Member 'JavascriptWidget_OnListenForInputAction::EventType' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWidget_OnListenForInputAction, bConsume) == 0x000009, "Member 'JavascriptWidget_OnListenForInputAction::bConsume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_OnListenForInputAxis \ +static_assert(alignof(JavascriptWidget_OnListenForInputAxis) == 0x000004, "Wrong alignment on JavascriptWidget_OnListenForInputAxis"); \ +static_assert(sizeof(JavascriptWidget_OnListenForInputAxis) == 0x00000C, "Wrong size on JavascriptWidget_OnListenForInputAxis"); \ +static_assert(offsetof(JavascriptWidget_OnListenForInputAxis, AxisName) == 0x000000, "Member 'JavascriptWidget_OnListenForInputAxis::AxisName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWidget_OnListenForInputAxis, EventType) == 0x000008, "Member 'JavascriptWidget_OnListenForInputAxis::EventType' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWidget_OnListenForInputAxis, bConsume) == 0x000009, "Member 'JavascriptWidget_OnListenForInputAxis::bConsume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_OnReleaseInputActionByName \ +static_assert(alignof(JavascriptWidget_OnReleaseInputActionByName) == 0x000004, "Wrong alignment on JavascriptWidget_OnReleaseInputActionByName"); \ +static_assert(sizeof(JavascriptWidget_OnReleaseInputActionByName) == 0x000008, "Wrong size on JavascriptWidget_OnReleaseInputActionByName"); \ +static_assert(offsetof(JavascriptWidget_OnReleaseInputActionByName, ActionName) == 0x000000, "Member 'JavascriptWidget_OnReleaseInputActionByName::ActionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_RemoveChild \ +static_assert(alignof(JavascriptWidget_RemoveChild) == 0x000001, "Wrong alignment on JavascriptWidget_RemoveChild"); \ +static_assert(sizeof(JavascriptWidget_RemoveChild) == 0x000001, "Wrong size on JavascriptWidget_RemoveChild"); \ +static_assert(offsetof(JavascriptWidget_RemoveChild, ReturnValue) == 0x000000, "Member 'JavascriptWidget_RemoveChild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWidget_SetRootWidget \ +static_assert(alignof(JavascriptWidget_SetRootWidget) == 0x000008, "Wrong alignment on JavascriptWidget_SetRootWidget"); \ +static_assert(sizeof(JavascriptWidget_SetRootWidget) == 0x000008, "Wrong size on JavascriptWidget_SetRootWidget"); \ +static_assert(offsetof(JavascriptWidget_SetRootWidget, Widget) == 0x000000, "Member 'JavascriptWidget_SetRootWidget::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptWidget \ +static_assert(alignof(UJavascriptWidget) == 0x000008, "Wrong alignment on UJavascriptWidget"); \ +static_assert(sizeof(UJavascriptWidget) == 0x0002D8, "Wrong size on UJavascriptWidget"); \ +static_assert(offsetof(UJavascriptWidget, JavascriptContext) == 0x000298, "Member 'UJavascriptWidget::JavascriptContext' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWidget, OnInputActionEvent) == 0x0002A0, "Member 'UJavascriptWidget::OnInputActionEvent' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWidget, OnReleaseActionEvent) == 0x0002B0, "Member 'UJavascriptWidget::OnReleaseActionEvent' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWidget, OnInputAxisEvent) == 0x0002C0, "Member 'UJavascriptWidget::OnInputAxisEvent' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWidget, ContentSlot) == 0x0002D0, "Member 'UJavascriptWidget::ContentSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWindow_EnableWindow \ +static_assert(alignof(JavascriptWindow_EnableWindow) == 0x000001, "Wrong alignment on JavascriptWindow_EnableWindow"); \ +static_assert(sizeof(JavascriptWindow_EnableWindow) == 0x000001, "Wrong size on JavascriptWindow_EnableWindow"); \ +static_assert(offsetof(JavascriptWindow_EnableWindow, bEnable) == 0x000000, "Member 'JavascriptWindow_EnableWindow::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWindow_MoveWindowTo \ +static_assert(alignof(JavascriptWindow_MoveWindowTo) == 0x000008, "Wrong alignment on JavascriptWindow_MoveWindowTo"); \ +static_assert(sizeof(JavascriptWindow_MoveWindowTo) == 0x000010, "Wrong size on JavascriptWindow_MoveWindowTo"); \ +static_assert(offsetof(JavascriptWindow_MoveWindowTo, NewPosition) == 0x000000, "Member 'JavascriptWindow_MoveWindowTo::NewPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWindow_ReshapeWindow \ +static_assert(alignof(JavascriptWindow_ReshapeWindow) == 0x000008, "Wrong alignment on JavascriptWindow_ReshapeWindow"); \ +static_assert(sizeof(JavascriptWindow_ReshapeWindow) == 0x000020, "Wrong size on JavascriptWindow_ReshapeWindow"); \ +static_assert(offsetof(JavascriptWindow_ReshapeWindow, NewPosition) == 0x000000, "Member 'JavascriptWindow_ReshapeWindow::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWindow_ReshapeWindow, NewSize) == 0x000010, "Member 'JavascriptWindow_ReshapeWindow::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWindow_Resize \ +static_assert(alignof(JavascriptWindow_Resize) == 0x000008, "Wrong alignment on JavascriptWindow_Resize"); \ +static_assert(sizeof(JavascriptWindow_Resize) == 0x000010, "Wrong size on JavascriptWindow_Resize"); \ +static_assert(offsetof(JavascriptWindow_Resize, NewSize) == 0x000000, "Member 'JavascriptWindow_Resize::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWindow_SetOpacity \ +static_assert(alignof(JavascriptWindow_SetOpacity) == 0x000004, "Wrong alignment on JavascriptWindow_SetOpacity"); \ +static_assert(sizeof(JavascriptWindow_SetOpacity) == 0x000004, "Wrong size on JavascriptWindow_SetOpacity"); \ +static_assert(offsetof(JavascriptWindow_SetOpacity, InOpacity) == 0x000000, "Member 'JavascriptWindow_SetOpacity::InOpacity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptWindow \ +static_assert(alignof(UJavascriptWindow) == 0x000010, "Wrong alignment on UJavascriptWindow"); \ +static_assert(sizeof(UJavascriptWindow) == 0x001B70, "Wrong size on UJavascriptWindow"); \ +static_assert(offsetof(UJavascriptWindow, Type) == 0x000148, "Member 'UJavascriptWindow::Type' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, Style) == 0x000150, "Member 'UJavascriptWindow::Style' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, Title) == 0x001AC0, "Member 'UJavascriptWindow::Title' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, bDragAnywhere) == 0x001AD8, "Member 'UJavascriptWindow::bDragAnywhere' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, AutoCenter) == 0x001AD9, "Member 'UJavascriptWindow::AutoCenter' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, ScreenPosition) == 0x001AE0, "Member 'UJavascriptWindow::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, ClientSize) == 0x001AF0, "Member 'UJavascriptWindow::ClientSize' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, SupportsTransparency) == 0x001B00, "Member 'UJavascriptWindow::SupportsTransparency' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, InitialOpacity) == 0x001B04, "Member 'UJavascriptWindow::InitialOpacity' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, IsInitiallyMaximized) == 0x001B08, "Member 'UJavascriptWindow::IsInitiallyMaximized' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, SizingRule) == 0x001B09, "Member 'UJavascriptWindow::SizingRule' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, IsPopupWindow) == 0x001B0A, "Member 'UJavascriptWindow::IsPopupWindow' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, FocusWhenFirstShown) == 0x001B0B, "Member 'UJavascriptWindow::FocusWhenFirstShown' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, ActivateWhenFirstShown) == 0x001B0C, "Member 'UJavascriptWindow::ActivateWhenFirstShown' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, UseOSWindowBorder) == 0x001B0D, "Member 'UJavascriptWindow::UseOSWindowBorder' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, HasCloseButton) == 0x001B0E, "Member 'UJavascriptWindow::HasCloseButton' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, SupportsMaximize) == 0x001B0F, "Member 'UJavascriptWindow::SupportsMaximize' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, SupportsMinimize) == 0x001B10, "Member 'UJavascriptWindow::SupportsMinimize' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, CreateTitleBar) == 0x001B11, "Member 'UJavascriptWindow::CreateTitleBar' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, SaneWindowPlacement) == 0x001B12, "Member 'UJavascriptWindow::SaneWindowPlacement' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, LayoutBorder) == 0x001B14, "Member 'UJavascriptWindow::LayoutBorder' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, UserResizeBorder) == 0x001B24, "Member 'UJavascriptWindow::UserResizeBorder' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, OnWindowClosed) == 0x001B34, "Member 'UJavascriptWindow::OnWindowClosed' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, OnWindowDeactivated) == 0x001B44, "Member 'UJavascriptWindow::OnWindowDeactivated' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWindow, IsTopmostWindow) == 0x001B54, "Member 'UJavascriptWindow::IsTopmostWindow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_GetContentAsString \ +static_assert(alignof(JavascriptHttpRequest_GetContentAsString) == 0x000008, "Wrong alignment on JavascriptHttpRequest_GetContentAsString"); \ +static_assert(sizeof(JavascriptHttpRequest_GetContentAsString) == 0x000010, "Wrong size on JavascriptHttpRequest_GetContentAsString"); \ +static_assert(offsetof(JavascriptHttpRequest_GetContentAsString, ReturnValue) == 0x000000, "Member 'JavascriptHttpRequest_GetContentAsString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_GetContentLength \ +static_assert(alignof(JavascriptHttpRequest_GetContentLength) == 0x000004, "Wrong alignment on JavascriptHttpRequest_GetContentLength"); \ +static_assert(sizeof(JavascriptHttpRequest_GetContentLength) == 0x000004, "Wrong size on JavascriptHttpRequest_GetContentLength"); \ +static_assert(offsetof(JavascriptHttpRequest_GetContentLength, ReturnValue) == 0x000000, "Member 'JavascriptHttpRequest_GetContentLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_GetElapsedTime \ +static_assert(alignof(JavascriptHttpRequest_GetElapsedTime) == 0x000004, "Wrong alignment on JavascriptHttpRequest_GetElapsedTime"); \ +static_assert(sizeof(JavascriptHttpRequest_GetElapsedTime) == 0x000004, "Wrong size on JavascriptHttpRequest_GetElapsedTime"); \ +static_assert(offsetof(JavascriptHttpRequest_GetElapsedTime, ReturnValue) == 0x000000, "Member 'JavascriptHttpRequest_GetElapsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_GetResponseCode \ +static_assert(alignof(JavascriptHttpRequest_GetResponseCode) == 0x000004, "Wrong alignment on JavascriptHttpRequest_GetResponseCode"); \ +static_assert(sizeof(JavascriptHttpRequest_GetResponseCode) == 0x000004, "Wrong size on JavascriptHttpRequest_GetResponseCode"); \ +static_assert(offsetof(JavascriptHttpRequest_GetResponseCode, ReturnValue) == 0x000000, "Member 'JavascriptHttpRequest_GetResponseCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_GetStatus \ +static_assert(alignof(JavascriptHttpRequest_GetStatus) == 0x000001, "Wrong alignment on JavascriptHttpRequest_GetStatus"); \ +static_assert(sizeof(JavascriptHttpRequest_GetStatus) == 0x000001, "Wrong size on JavascriptHttpRequest_GetStatus"); \ +static_assert(offsetof(JavascriptHttpRequest_GetStatus, ReturnValue) == 0x000000, "Member 'JavascriptHttpRequest_GetStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_GetVerb \ +static_assert(alignof(JavascriptHttpRequest_GetVerb) == 0x000008, "Wrong alignment on JavascriptHttpRequest_GetVerb"); \ +static_assert(sizeof(JavascriptHttpRequest_GetVerb) == 0x000010, "Wrong size on JavascriptHttpRequest_GetVerb"); \ +static_assert(offsetof(JavascriptHttpRequest_GetVerb, ReturnValue) == 0x000000, "Member 'JavascriptHttpRequest_GetVerb::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_ProcessRequest \ +static_assert(alignof(JavascriptHttpRequest_ProcessRequest) == 0x000001, "Wrong alignment on JavascriptHttpRequest_ProcessRequest"); \ +static_assert(sizeof(JavascriptHttpRequest_ProcessRequest) == 0x000001, "Wrong size on JavascriptHttpRequest_ProcessRequest"); \ +static_assert(offsetof(JavascriptHttpRequest_ProcessRequest, ReturnValue) == 0x000000, "Member 'JavascriptHttpRequest_ProcessRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_SetContentAsString \ +static_assert(alignof(JavascriptHttpRequest_SetContentAsString) == 0x000008, "Wrong alignment on JavascriptHttpRequest_SetContentAsString"); \ +static_assert(sizeof(JavascriptHttpRequest_SetContentAsString) == 0x000010, "Wrong size on JavascriptHttpRequest_SetContentAsString"); \ +static_assert(offsetof(JavascriptHttpRequest_SetContentAsString, ContentString) == 0x000000, "Member 'JavascriptHttpRequest_SetContentAsString::ContentString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_SetContentWithFiles \ +static_assert(alignof(JavascriptHttpRequest_SetContentWithFiles) == 0x000008, "Wrong alignment on JavascriptHttpRequest_SetContentWithFiles"); \ +static_assert(sizeof(JavascriptHttpRequest_SetContentWithFiles) == 0x000030, "Wrong size on JavascriptHttpRequest_SetContentWithFiles"); \ +static_assert(offsetof(JavascriptHttpRequest_SetContentWithFiles, FilePaths) == 0x000000, "Member 'JavascriptHttpRequest_SetContentWithFiles::FilePaths' has a wrong offset!"); \ +static_assert(offsetof(JavascriptHttpRequest_SetContentWithFiles, Boundary) == 0x000010, "Member 'JavascriptHttpRequest_SetContentWithFiles::Boundary' has a wrong offset!"); \ +static_assert(offsetof(JavascriptHttpRequest_SetContentWithFiles, Content) == 0x000020, "Member 'JavascriptHttpRequest_SetContentWithFiles::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_SetHeader \ +static_assert(alignof(JavascriptHttpRequest_SetHeader) == 0x000008, "Wrong alignment on JavascriptHttpRequest_SetHeader"); \ +static_assert(sizeof(JavascriptHttpRequest_SetHeader) == 0x000020, "Wrong size on JavascriptHttpRequest_SetHeader"); \ +static_assert(offsetof(JavascriptHttpRequest_SetHeader, HeaderName) == 0x000000, "Member 'JavascriptHttpRequest_SetHeader::HeaderName' has a wrong offset!"); \ +static_assert(offsetof(JavascriptHttpRequest_SetHeader, HeaderValue) == 0x000010, "Member 'JavascriptHttpRequest_SetHeader::HeaderValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_SetURL \ +static_assert(alignof(JavascriptHttpRequest_SetURL) == 0x000008, "Wrong alignment on JavascriptHttpRequest_SetURL"); \ +static_assert(sizeof(JavascriptHttpRequest_SetURL) == 0x000010, "Wrong size on JavascriptHttpRequest_SetURL"); \ +static_assert(offsetof(JavascriptHttpRequest_SetURL, URL) == 0x000000, "Member 'JavascriptHttpRequest_SetURL::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptHttpRequest_SetVerb \ +static_assert(alignof(JavascriptHttpRequest_SetVerb) == 0x000008, "Wrong alignment on JavascriptHttpRequest_SetVerb"); \ +static_assert(sizeof(JavascriptHttpRequest_SetVerb) == 0x000010, "Wrong size on JavascriptHttpRequest_SetVerb"); \ +static_assert(offsetof(JavascriptHttpRequest_SetVerb, Verb) == 0x000000, "Member 'JavascriptHttpRequest_SetVerb::Verb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptHttpRequest \ +static_assert(alignof(UJavascriptHttpRequest) == 0x000008, "Wrong alignment on UJavascriptHttpRequest"); \ +static_assert(sizeof(UJavascriptHttpRequest) == 0x000060, "Wrong size on UJavascriptHttpRequest"); \ +static_assert(offsetof(UJavascriptHttpRequest, OnComplete) == 0x000038, "Member 'UJavascriptHttpRequest::OnComplete' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptHttpRequest, OnProgress) == 0x000048, "Member 'UJavascriptHttpRequest::OnProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWebSocket_Connect \ +static_assert(alignof(JavascriptWebSocket_Connect) == 0x000008, "Wrong alignment on JavascriptWebSocket_Connect"); \ +static_assert(sizeof(JavascriptWebSocket_Connect) == 0x000018, "Wrong size on JavascriptWebSocket_Connect"); \ +static_assert(offsetof(JavascriptWebSocket_Connect, Endpoint) == 0x000000, "Member 'JavascriptWebSocket_Connect::Endpoint' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWebSocket_Connect, ReturnValue) == 0x000010, "Member 'JavascriptWebSocket_Connect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWebSocket_GetReceivedBytes \ +static_assert(alignof(JavascriptWebSocket_GetReceivedBytes) == 0x000004, "Wrong alignment on JavascriptWebSocket_GetReceivedBytes"); \ +static_assert(sizeof(JavascriptWebSocket_GetReceivedBytes) == 0x000004, "Wrong size on JavascriptWebSocket_GetReceivedBytes"); \ +static_assert(offsetof(JavascriptWebSocket_GetReceivedBytes, ReturnValue) == 0x000000, "Member 'JavascriptWebSocket_GetReceivedBytes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWebSocket_LocalEndPoint \ +static_assert(alignof(JavascriptWebSocket_LocalEndPoint) == 0x000008, "Wrong alignment on JavascriptWebSocket_LocalEndPoint"); \ +static_assert(sizeof(JavascriptWebSocket_LocalEndPoint) == 0x000018, "Wrong size on JavascriptWebSocket_LocalEndPoint"); \ +static_assert(offsetof(JavascriptWebSocket_LocalEndPoint, bAppendPort) == 0x000000, "Member 'JavascriptWebSocket_LocalEndPoint::bAppendPort' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWebSocket_LocalEndPoint, ReturnValue) == 0x000008, "Member 'JavascriptWebSocket_LocalEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWebSocket_RemoteEndPoint \ +static_assert(alignof(JavascriptWebSocket_RemoteEndPoint) == 0x000008, "Wrong alignment on JavascriptWebSocket_RemoteEndPoint"); \ +static_assert(sizeof(JavascriptWebSocket_RemoteEndPoint) == 0x000018, "Wrong size on JavascriptWebSocket_RemoteEndPoint"); \ +static_assert(offsetof(JavascriptWebSocket_RemoteEndPoint, bAppendPort) == 0x000000, "Member 'JavascriptWebSocket_RemoteEndPoint::bAppendPort' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWebSocket_RemoteEndPoint, ReturnValue) == 0x000008, "Member 'JavascriptWebSocket_RemoteEndPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWebSocket_SendMemory \ +static_assert(alignof(JavascriptWebSocket_SendMemory) == 0x000004, "Wrong alignment on JavascriptWebSocket_SendMemory"); \ +static_assert(sizeof(JavascriptWebSocket_SendMemory) == 0x000004, "Wrong size on JavascriptWebSocket_SendMemory"); \ +static_assert(offsetof(JavascriptWebSocket_SendMemory, NumBytes) == 0x000000, "Member 'JavascriptWebSocket_SendMemory::NumBytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptWebSocket \ +static_assert(alignof(UJavascriptWebSocket) == 0x000008, "Wrong alignment on UJavascriptWebSocket"); \ +static_assert(sizeof(UJavascriptWebSocket) == 0x000078, "Wrong size on UJavascriptWebSocket"); \ +static_assert(offsetof(UJavascriptWebSocket, OnReceived) == 0x000028, "Member 'UJavascriptWebSocket::OnReceived' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWebSocket, OnConnected) == 0x000038, "Member 'UJavascriptWebSocket::OnConnected' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWebSocket, OnError) == 0x000048, "Member 'UJavascriptWebSocket::OnError' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWebSocketServer_Create \ +static_assert(alignof(JavascriptWebSocketServer_Create) == 0x000008, "Wrong alignment on JavascriptWebSocketServer_Create"); \ +static_assert(sizeof(JavascriptWebSocketServer_Create) == 0x000010, "Wrong size on JavascriptWebSocketServer_Create"); \ +static_assert(offsetof(JavascriptWebSocketServer_Create, Port) == 0x000000, "Member 'JavascriptWebSocketServer_Create::Port' has a wrong offset!"); \ +static_assert(offsetof(JavascriptWebSocketServer_Create, ReturnValue) == 0x000008, "Member 'JavascriptWebSocketServer_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JavascriptWebSocketServer_Info \ +static_assert(alignof(JavascriptWebSocketServer_Info) == 0x000008, "Wrong alignment on JavascriptWebSocketServer_Info"); \ +static_assert(sizeof(JavascriptWebSocketServer_Info) == 0x000010, "Wrong size on JavascriptWebSocketServer_Info"); \ +static_assert(offsetof(JavascriptWebSocketServer_Info, ReturnValue) == 0x000000, "Member 'JavascriptWebSocketServer_Info::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJavascriptWebSocketServer \ +static_assert(alignof(UJavascriptWebSocketServer) == 0x000008, "Wrong alignment on UJavascriptWebSocketServer"); \ +static_assert(sizeof(UJavascriptWebSocketServer) == 0x000058, "Wrong size on UJavascriptWebSocketServer"); \ +static_assert(offsetof(UJavascriptWebSocketServer, OnConnected) == 0x000028, "Member 'UJavascriptWebSocketServer::OnConnected' has a wrong offset!"); \ +static_assert(offsetof(UJavascriptWebSocketServer, Connections) == 0x000038, "Member 'UJavascriptWebSocketServer::Connections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintSessionResult \ +static_assert(alignof(FBlueprintSessionResult) == 0x000008, "Wrong alignment on FBlueprintSessionResult"); \ +static_assert(sizeof(FBlueprintSessionResult) == 0x000108, "Wrong size on FBlueprintSessionResult"); \ + +#define DUMPER7_ASSERTS_FOnlineProxyStoreOffer \ +static_assert(alignof(FOnlineProxyStoreOffer) == 0x000008, "Wrong alignment on FOnlineProxyStoreOffer"); \ +static_assert(sizeof(FOnlineProxyStoreOffer) == 0x000110, "Wrong size on FOnlineProxyStoreOffer"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, OfferId) == 0x000000, "Member 'FOnlineProxyStoreOffer::OfferId' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Title) == 0x000010, "Member 'FOnlineProxyStoreOffer::Title' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, Description) == 0x000028, "Member 'FOnlineProxyStoreOffer::Description' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, LongDescription) == 0x000040, "Member 'FOnlineProxyStoreOffer::LongDescription' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPriceText) == 0x000058, "Member 'FOnlineProxyStoreOffer::RegularPriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, RegularPrice) == 0x000070, "Member 'FOnlineProxyStoreOffer::RegularPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, PriceText) == 0x000078, "Member 'FOnlineProxyStoreOffer::PriceText' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, NumericPrice) == 0x000090, "Member 'FOnlineProxyStoreOffer::NumericPrice' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, CurrencyCode) == 0x000098, "Member 'FOnlineProxyStoreOffer::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ReleaseDate) == 0x0000A8, "Member 'FOnlineProxyStoreOffer::ReleaseDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, ExpirationDate) == 0x0000B0, "Member 'FOnlineProxyStoreOffer::ExpirationDate' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DiscountType) == 0x0000B8, "Member 'FOnlineProxyStoreOffer::DiscountType' has a wrong offset!"); \ +static_assert(offsetof(FOnlineProxyStoreOffer, DynamicFields) == 0x0000C0, "Member 'FOnlineProxyStoreOffer::DynamicFields' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FInAppPurchaseReceiptInfo \ +static_assert(alignof(FInAppPurchaseReceiptInfo) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo"); \ +static_assert(sizeof(FInAppPurchaseReceiptInfo) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo::ValidationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FInAppPurchaseReceiptInfo2 \ +static_assert(alignof(FInAppPurchaseReceiptInfo2) == 0x000008, "Wrong alignment on FInAppPurchaseReceiptInfo2"); \ +static_assert(sizeof(FInAppPurchaseReceiptInfo2) == 0x000030, "Wrong size on FInAppPurchaseReceiptInfo2"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemName) == 0x000000, "Member 'FInAppPurchaseReceiptInfo2::ItemName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ItemId) == 0x000010, "Member 'FInAppPurchaseReceiptInfo2::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseReceiptInfo2, ValidationInfo) == 0x000020, "Member 'FInAppPurchaseReceiptInfo2::ValidationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseProductRequest2 \ +static_assert(alignof(FInAppPurchaseProductRequest2) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest2"); \ +static_assert(sizeof(FInAppPurchaseProductRequest2) == 0x000018, "Wrong size on FInAppPurchaseProductRequest2"); \ +static_assert(offsetof(FInAppPurchaseProductRequest2, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest2::ProductIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductRequest2, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest2::bIsConsumable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerReservation \ +static_assert(alignof(FPlayerReservation) == 0x000008, "Wrong alignment on FPlayerReservation"); \ +static_assert(sizeof(FPlayerReservation) == 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_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_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_AchievementBlueprintLibrary_GetCachedAchievementDescription \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementDescription) == 0x000070, "Wrong size on AchievementBlueprintLibrary_GetCachedAchievementDescription"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, WorldContextObject) == 0x000000, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, PlayerController) == 0x000008, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, AchievementID) == 0x000010, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::AchievementID' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bFoundID) == 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) == 0x000038, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::LockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, UnlockedDescription) == 0x000050, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::UnlockedDescription' has a wrong offset!"); \ +static_assert(offsetof(AchievementBlueprintLibrary_GetCachedAchievementDescription, bHidden) == 0x000068, "Member 'AchievementBlueprintLibrary_GetCachedAchievementDescription::bHidden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AchievementBlueprintLibrary_GetCachedAchievementProgress \ +static_assert(alignof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 0x000008, "Wrong alignment on AchievementBlueprintLibrary_GetCachedAchievementProgress"); \ +static_assert(sizeof(AchievementBlueprintLibrary_GetCachedAchievementProgress) == 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, 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_FindSessionsCallbackProxy_FindSessions \ +static_assert(alignof(FindSessionsCallbackProxy_FindSessions) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(sizeof(FindSessionsCallbackProxy_FindSessions) == 0x000020, "Wrong size on FindSessionsCallbackProxy_FindSessions"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, WorldContextObject) == 0x000000, "Member 'FindSessionsCallbackProxy_FindSessions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, PlayerController) == 0x000008, "Member 'FindSessionsCallbackProxy_FindSessions::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, MaxResults) == 0x000010, "Member 'FindSessionsCallbackProxy_FindSessions::MaxResults' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, bUseLAN) == 0x000014, "Member 'FindSessionsCallbackProxy_FindSessions::bUseLAN' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_FindSessions, ReturnValue) == 0x000018, "Member 'FindSessionsCallbackProxy_FindSessions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetCurrentPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetCurrentPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetCurrentPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetCurrentPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetCurrentPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetMaxPlayers \ +static_assert(alignof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetMaxPlayers) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetMaxPlayers"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetMaxPlayers, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetMaxPlayers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetPingInMs \ +static_assert(alignof(FindSessionsCallbackProxy_GetPingInMs) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetPingInMs) == 0x000110, "Wrong size on FindSessionsCallbackProxy_GetPingInMs"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetPingInMs::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetPingInMs, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetPingInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FindSessionsCallbackProxy_GetServerName \ +static_assert(alignof(FindSessionsCallbackProxy_GetServerName) == 0x000008, "Wrong alignment on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(sizeof(FindSessionsCallbackProxy_GetServerName) == 0x000118, "Wrong size on FindSessionsCallbackProxy_GetServerName"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, Result) == 0x000000, "Member 'FindSessionsCallbackProxy_GetServerName::Result' has a wrong offset!"); \ +static_assert(offsetof(FindSessionsCallbackProxy_GetServerName, ReturnValue) == 0x000108, "Member 'FindSessionsCallbackProxy_GetServerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFindSessionsCallbackProxy \ +static_assert(alignof(UFindSessionsCallbackProxy) == 0x000008, "Wrong alignment on UFindSessionsCallbackProxy"); \ +static_assert(sizeof(UFindSessionsCallbackProxy) == 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_InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase \ +static_assert(alignof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy \ +static_assert(alignof(UInAppPurchaseCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseCallbackProxy) == 0x000080, "Wrong size on UInAppPurchaseCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase) == 0x000028, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ProductRequest) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ProductRequest' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase, ReturnValue) == 0x000020, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseQueryOwned::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases \ +static_assert(alignof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000008, "Wrong alignment on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(sizeof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases) == 0x000010, "Wrong size on InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, PlayerController) == 0x000000, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases, ReturnValue) == 0x000008, "Member 'InAppPurchaseCallbackProxy2_CreateProxyObjectForInAppPurchaseUnprocessedPurchases::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseCallbackProxy2) == 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_InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery \ +static_assert(alignof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(sizeof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy \ +static_assert(alignof(UInAppPurchaseQueryCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseQueryCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseQueryCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseQueryCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseQueryCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseQueryCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery \ +static_assert(alignof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000008, "Wrong alignment on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(sizeof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery) == 0x000020, "Wrong size on InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, PlayerController) == 0x000000, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ProductIdentifiers) == 0x000008, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ProductIdentifiers' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery, ReturnValue) == 0x000018, "Member 'InAppPurchaseQueryCallbackProxy2_CreateProxyObjectForInAppPurchaseQuery::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseQueryCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseQueryCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseQueryCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseQueryCallbackProxy2) == 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_InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore \ +static_assert(alignof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(sizeof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy \ +static_assert(alignof(UInAppPurchaseRestoreCallbackProxy) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy"); \ +static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy) == 0x000090, "Wrong size on UInAppPurchaseRestoreCallbackProxy"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnSuccess) == 0x000028, "Member 'UInAppPurchaseRestoreCallbackProxy::OnSuccess' has a wrong offset!"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy, OnFailure) == 0x000038, "Member 'UInAppPurchaseRestoreCallbackProxy::OnFailure' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore \ +static_assert(alignof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000008, "Wrong alignment on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(sizeof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore) == 0x000020, "Wrong size on InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ConsumableProductFlags) == 0x000000, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ConsumableProductFlags' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, PlayerController) == 0x000010, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore, ReturnValue) == 0x000018, "Member 'InAppPurchaseRestoreCallbackProxy2_CreateProxyObjectForInAppPurchaseRestore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInAppPurchaseRestoreCallbackProxy2 \ +static_assert(alignof(UInAppPurchaseRestoreCallbackProxy2) == 0x000008, "Wrong alignment on UInAppPurchaseRestoreCallbackProxy2"); \ +static_assert(sizeof(UInAppPurchaseRestoreCallbackProxy2) == 0x0000B0, "Wrong size on UInAppPurchaseRestoreCallbackProxy2"); \ +static_assert(offsetof(UInAppPurchaseRestoreCallbackProxy2, OnSuccess) == 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) == 0x000010, "Wrong alignment on UIpConnection"); \ +static_assert(sizeof(UIpConnection) == 0x0032E0, "Wrong size on UIpConnection"); \ +static_assert(offsetof(UIpConnection, SocketErrorDisconnectDelay) == 0x003290, "Member 'UIpConnection::SocketErrorDisconnectDelay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIpNetDriver \ +static_assert(alignof(UIpNetDriver) == 0x000008, "Wrong alignment on UIpNetDriver"); \ +static_assert(sizeof(UIpNetDriver) == 0x0007F0, "Wrong size on UIpNetDriver"); \ +static_assert(offsetof(UIpNetDriver, MaxPortCountToTry) == 0x000784, "Member 'UIpNetDriver::MaxPortCountToTry' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketReceiveBufferBytes) == 0x000794, "Member 'UIpNetDriver::ServerDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ServerDesiredSocketSendBufferBytes) == 0x000798, "Member 'UIpNetDriver::ServerDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketReceiveBufferBytes) == 0x00079C, "Member 'UIpNetDriver::ClientDesiredSocketReceiveBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ClientDesiredSocketSendBufferBytes) == 0x0007A0, "Member 'UIpNetDriver::ClientDesiredSocketSendBufferBytes' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, MaxSecondsInReceive) == 0x0007A8, "Member 'UIpNetDriver::MaxSecondsInReceive' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, NbPacketsBetweenReceiveTimeTest) == 0x0007B0, "Member 'UIpNetDriver::NbPacketsBetweenReceiveTimeTest' has a wrong offset!"); \ +static_assert(offsetof(UIpNetDriver, ResolutionConnectionTimeout) == 0x0007B4, "Member 'UIpNetDriver::ResolutionConnectionTimeout' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_JoinSessionCallbackProxy_JoinSession \ +static_assert(alignof(JoinSessionCallbackProxy_JoinSession) == 0x000008, "Wrong alignment on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(sizeof(JoinSessionCallbackProxy_JoinSession) == 0x000120, "Wrong size on JoinSessionCallbackProxy_JoinSession"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, WorldContextObject) == 0x000000, "Member 'JoinSessionCallbackProxy_JoinSession::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, PlayerController) == 0x000008, "Member 'JoinSessionCallbackProxy_JoinSession::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, SearchResult) == 0x000010, "Member 'JoinSessionCallbackProxy_JoinSession::SearchResult' has a wrong offset!"); \ +static_assert(offsetof(JoinSessionCallbackProxy_JoinSession, ReturnValue) == 0x000118, "Member 'JoinSessionCallbackProxy_JoinSession::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UJoinSessionCallbackProxy \ +static_assert(alignof(UJoinSessionCallbackProxy) == 0x000008, "Wrong alignment on UJoinSessionCallbackProxy"); \ +static_assert(sizeof(UJoinSessionCallbackProxy) == 0x000180, "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) == 0x0002B8, "Wrong size on AOnlineBeacon"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionInitialTimeout) == 0x000290, "Member 'AOnlineBeacon::BeaconConnectionInitialTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, BeaconConnectionTimeout) == 0x000294, "Member 'AOnlineBeacon::BeaconConnectionTimeout' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeacon, NetDriver) == 0x000298, "Member 'AOnlineBeacon::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconClient \ +static_assert(alignof(AOnlineBeaconClient) == 0x000008, "Wrong alignment on AOnlineBeaconClient"); \ +static_assert(sizeof(AOnlineBeaconClient) == 0x000318, "Wrong size on AOnlineBeaconClient"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconOwner) == 0x0002B8, "Member 'AOnlineBeaconClient::BeaconOwner' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, BeaconConnection) == 0x0002C0, "Member 'AOnlineBeaconClient::BeaconConnection' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconClient, ConnectionState) == 0x0002C8, "Member 'AOnlineBeaconClient::ConnectionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHost \ +static_assert(alignof(AOnlineBeaconHost) == 0x000008, "Wrong alignment on AOnlineBeaconHost"); \ +static_assert(sizeof(AOnlineBeaconHost) == 0x0003C8, "Wrong size on AOnlineBeaconHost"); \ +static_assert(offsetof(AOnlineBeaconHost, ListenPort) == 0x0002B8, "Member 'AOnlineBeaconHost::ListenPort' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, bAuthRequired) == 0x0002BC, "Member 'AOnlineBeaconHost::bAuthRequired' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, MaxAuthTokenSize) == 0x0002C0, "Member 'AOnlineBeaconHost::MaxAuthTokenSize' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHost, ClientActors) == 0x000318, "Member 'AOnlineBeaconHost::ClientActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOnlineBeaconHostObject \ +static_assert(alignof(AOnlineBeaconHostObject) == 0x000008, "Wrong alignment on AOnlineBeaconHostObject"); \ +static_assert(sizeof(AOnlineBeaconHostObject) == 0x0002B0, "Wrong size on AOnlineBeaconHostObject"); \ +static_assert(offsetof(AOnlineBeaconHostObject, BeaconTypeName) == 0x000288, "Member 'AOnlineBeaconHostObject::BeaconTypeName' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientBeaconActorClass) == 0x000298, "Member 'AOnlineBeaconHostObject::ClientBeaconActorClass' has a wrong offset!"); \ +static_assert(offsetof(AOnlineBeaconHostObject, ClientActors) == 0x0002A0, "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) == 0x0001C8, "Wrong size on UOnlineSessionClient"); \ +static_assert(offsetof(UOnlineSessionClient, bIsFromInvite) == 0x0001C0, "Member 'UOnlineSessionClient::bIsFromInvite' has a wrong offset!"); \ +static_assert(offsetof(UOnlineSessionClient, bHandlingDisconnect) == 0x0001C1, "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) == 0x0003E0, "Wrong size on APartyBeaconClient"); \ +static_assert(offsetof(APartyBeaconClient, DestSessionId) == 0x000348, "Member 'APartyBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, PendingReservation) == 0x000358, "Member 'APartyBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, RequestType) == 0x0003B0, "Member 'APartyBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bPendingReservationSent) == 0x0003B1, "Member 'APartyBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconClient, bCancelReservation) == 0x0003B2, "Member 'APartyBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APartyBeaconHost \ +static_assert(alignof(APartyBeaconHost) == 0x000008, "Wrong alignment on APartyBeaconHost"); \ +static_assert(sizeof(APartyBeaconHost) == 0x000328, "Wrong size on APartyBeaconHost"); \ +static_assert(offsetof(APartyBeaconHost, State) == 0x0002B0, "Member 'APartyBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, bLogoutOnSessionTimeout) == 0x000318, "Member 'APartyBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, SessionTimeoutSecs) == 0x00031C, "Member 'APartyBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(APartyBeaconHost, TravelSessionTimeoutSecs) == 0x000320, "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, 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) == 0x000410, "Wrong size on ASpectatorBeaconClient"); \ +static_assert(offsetof(ASpectatorBeaconClient, DestSessionId) == 0x000348, "Member 'ASpectatorBeaconClient::DestSessionId' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, PendingReservation) == 0x000358, "Member 'ASpectatorBeaconClient::PendingReservation' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, RequestType) == 0x0003E0, "Member 'ASpectatorBeaconClient::RequestType' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bPendingReservationSent) == 0x0003E1, "Member 'ASpectatorBeaconClient::bPendingReservationSent' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconClient, bCancelReservation) == 0x0003E2, "Member 'ASpectatorBeaconClient::bCancelReservation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASpectatorBeaconHost \ +static_assert(alignof(ASpectatorBeaconHost) == 0x000008, "Wrong alignment on ASpectatorBeaconHost"); \ +static_assert(sizeof(ASpectatorBeaconHost) == 0x000328, "Wrong size on ASpectatorBeaconHost"); \ +static_assert(offsetof(ASpectatorBeaconHost, State) == 0x0002B0, "Member 'ASpectatorBeaconHost::State' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, bLogoutOnSessionTimeout) == 0x000318, "Member 'ASpectatorBeaconHost::bLogoutOnSessionTimeout' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, SessionTimeoutSecs) == 0x00031C, "Member 'ASpectatorBeaconHost::SessionTimeoutSecs' has a wrong offset!"); \ +static_assert(offsetof(ASpectatorBeaconHost, TravelSessionTimeoutSecs) == 0x000320, "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) == 0x000318, "Wrong size on ATestBeaconClient"); \ + +#define DUMPER7_ASSERTS_ATestBeaconHost \ +static_assert(alignof(ATestBeaconHost) == 0x000008, "Wrong alignment on ATestBeaconHost"); \ +static_assert(sizeof(ATestBeaconHost) == 0x0002B0, "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) == 0x000810, "Wrong size on UVoipListenerSynthComponent"); \ + +#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_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_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_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_FSubmixEffectDynamicsProcessorSettings \ +static_assert(alignof(FSubmixEffectDynamicsProcessorSettings) == 0x000008, "Wrong alignment on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(sizeof(FSubmixEffectDynamicsProcessorSettings) == 0x000060, "Wrong size on FSubmixEffectDynamicsProcessorSettings"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, DynamicsProcessorType) == 0x000000, "Member 'FSubmixEffectDynamicsProcessorSettings::DynamicsProcessorType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, PeakMode) == 0x000001, "Member 'FSubmixEffectDynamicsProcessorSettings::PeakMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LinkMode) == 0x000002, "Member 'FSubmixEffectDynamicsProcessorSettings::LinkMode' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, InputGainDb) == 0x000004, "Member 'FSubmixEffectDynamicsProcessorSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ThresholdDb) == 0x000008, "Member 'FSubmixEffectDynamicsProcessorSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, Ratio) == 0x00000C, "Member 'FSubmixEffectDynamicsProcessorSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KneeBandwidthDb) == 0x000010, "Member 'FSubmixEffectDynamicsProcessorSettings::KneeBandwidthDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, LookAheadMsec) == 0x000014, "Member 'FSubmixEffectDynamicsProcessorSettings::LookAheadMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, AttackTimeMsec) == 0x000018, "Member 'FSubmixEffectDynamicsProcessorSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ReleaseTimeMsec) == 0x00001C, "Member 'FSubmixEffectDynamicsProcessorSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeySource) == 0x000020, "Member 'FSubmixEffectDynamicsProcessorSettings::KeySource' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalAudioBus) == 0x000028, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalAudioBus' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, ExternalSubmix) == 0x000030, "Member 'FSubmixEffectDynamicsProcessorSettings::ExternalSubmix' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyGainDb) == 0x00003C, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, OutputGainDb) == 0x000040, "Member 'FSubmixEffectDynamicsProcessorSettings::OutputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyHighshelf) == 0x000044, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyHighshelf' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDynamicsProcessorSettings, KeyLowshelf) == 0x000050, "Member 'FSubmixEffectDynamicsProcessorSettings::KeyLowshelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectEQBand \ +static_assert(alignof(FSubmixEffectEQBand) == 0x000004, "Wrong alignment on FSubmixEffectEQBand"); \ +static_assert(sizeof(FSubmixEffectEQBand) == 0x000010, "Wrong size on FSubmixEffectEQBand"); \ +static_assert(offsetof(FSubmixEffectEQBand, Frequency) == 0x000000, "Member 'FSubmixEffectEQBand::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, Bandwidth) == 0x000004, "Member 'FSubmixEffectEQBand::Bandwidth' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectEQBand, GainDb) == 0x000008, "Member 'FSubmixEffectEQBand::GainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectSubmixEQSettings \ +static_assert(alignof(FSubmixEffectSubmixEQSettings) == 0x000008, "Wrong alignment on FSubmixEffectSubmixEQSettings"); \ +static_assert(sizeof(FSubmixEffectSubmixEQSettings) == 0x000010, "Wrong size on FSubmixEffectSubmixEQSettings"); \ +static_assert(offsetof(FSubmixEffectSubmixEQSettings, EQBands) == 0x000000, "Member 'FSubmixEffectSubmixEQSettings::EQBands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_SynthComponent_SetLowPassFilterEnabled \ +static_assert(alignof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong alignment on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterEnabled) == 0x000001, "Wrong size on SynthComponent_SetLowPassFilterEnabled"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterEnabled, InLowPassFilterEnabled) == 0x000000, "Member 'SynthComponent_SetLowPassFilterEnabled::InLowPassFilterEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetLowPassFilterFrequency \ +static_assert(alignof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong alignment on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(sizeof(SynthComponent_SetLowPassFilterFrequency) == 0x000004, "Wrong size on SynthComponent_SetLowPassFilterFrequency"); \ +static_assert(offsetof(SynthComponent_SetLowPassFilterFrequency, InLowPassFilterFrequency) == 0x000000, "Member 'SynthComponent_SetLowPassFilterFrequency::InLowPassFilterFrequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetOutputToBusOnly \ +static_assert(alignof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong alignment on SynthComponent_SetOutputToBusOnly"); \ +static_assert(sizeof(SynthComponent_SetOutputToBusOnly) == 0x000001, "Wrong size on SynthComponent_SetOutputToBusOnly"); \ +static_assert(offsetof(SynthComponent_SetOutputToBusOnly, bInOutputToBusOnly) == 0x000000, "Member 'SynthComponent_SetOutputToBusOnly::bInOutputToBusOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetSubmixSend \ +static_assert(alignof(SynthComponent_SetSubmixSend) == 0x000008, "Wrong alignment on SynthComponent_SetSubmixSend"); \ +static_assert(sizeof(SynthComponent_SetSubmixSend) == 0x000010, "Wrong size on SynthComponent_SetSubmixSend"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, Submix) == 0x000000, "Member 'SynthComponent_SetSubmixSend::Submix' has a wrong offset!"); \ +static_assert(offsetof(SynthComponent_SetSubmixSend, SendLevel) == 0x000008, "Member 'SynthComponent_SetSubmixSend::SendLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_SetVolumeMultiplier \ +static_assert(alignof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong alignment on SynthComponent_SetVolumeMultiplier"); \ +static_assert(sizeof(SynthComponent_SetVolumeMultiplier) == 0x000004, "Wrong size on SynthComponent_SetVolumeMultiplier"); \ +static_assert(offsetof(SynthComponent_SetVolumeMultiplier, VolumeMultiplier) == 0x000000, "Member 'SynthComponent_SetVolumeMultiplier::VolumeMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SynthComponent_IsPlaying \ +static_assert(alignof(SynthComponent_IsPlaying) == 0x000001, "Wrong alignment on SynthComponent_IsPlaying"); \ +static_assert(sizeof(SynthComponent_IsPlaying) == 0x000001, "Wrong size on SynthComponent_IsPlaying"); \ +static_assert(offsetof(SynthComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'SynthComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USynthComponent \ +static_assert(alignof(USynthComponent) == 0x000010, "Wrong alignment on USynthComponent"); \ +static_assert(sizeof(USynthComponent) == 0x0007B0, "Wrong size on USynthComponent"); \ +static_assert(offsetof(USynthComponent, AttenuationSettings) == 0x0002C8, "Member 'USynthComponent::AttenuationSettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AttenuationOverrides) == 0x0002D0, "Member 'USynthComponent::AttenuationOverrides' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySettings) == 0x000698, "Member 'USynthComponent::ConcurrencySettings' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, ConcurrencySet) == 0x0006A0, "Member 'USynthComponent::ConcurrencySet' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundClass) == 0x0006F0, "Member 'USynthComponent::SoundClass' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SourceEffectChain) == 0x0006F8, "Member 'USynthComponent::SourceEffectChain' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmix) == 0x000700, "Member 'USynthComponent::SoundSubmix' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, SoundSubmixSends) == 0x000708, "Member 'USynthComponent::SoundSubmixSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, BusSends) == 0x000718, "Member 'USynthComponent::BusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, PreEffectBusSends) == 0x000728, "Member 'USynthComponent::PreEffectBusSends' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerAttackTime) == 0x00073C, "Member 'USynthComponent::EnvelopeFollowerAttackTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, EnvelopeFollowerReleaseTime) == 0x000740, "Member 'USynthComponent::EnvelopeFollowerReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, OnAudioEnvelopeValue) == 0x000748, "Member 'USynthComponent::OnAudioEnvelopeValue' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, Synth) == 0x000778, "Member 'USynthComponent::Synth' has a wrong offset!"); \ +static_assert(offsetof(USynthComponent, AudioComponent) == 0x000780, "Member 'USynthComponent::AudioComponent' 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_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) == 0x0001C0, "Wrong size on UQuartzClockHandle"); \ + +#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_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_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_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_UAudioMixerBlueprintLibrary \ +static_assert(alignof(UAudioMixerBlueprintLibrary) == 0x000008, "Wrong alignment on UAudioMixerBlueprintLibrary"); \ +static_assert(sizeof(UAudioMixerBlueprintLibrary) == 0x000028, "Wrong size on UAudioMixerBlueprintLibrary"); \ + +#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_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_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_UQuartzSubsystem \ +static_assert(alignof(UQuartzSubsystem) == 0x000008, "Wrong alignment on UQuartzSubsystem"); \ +static_assert(sizeof(UQuartzSubsystem) == 0x000150, "Wrong size on UQuartzSubsystem"); \ + +#define DUMPER7_ASSERTS_USynthSound \ +static_assert(alignof(USynthSound) == 0x000010, "Wrong alignment on USynthSound"); \ +static_assert(sizeof(USynthSound) == 0x0003A0, "Wrong size on USynthSound"); \ +static_assert(offsetof(USynthSound, OwningSynthComponent) == 0x000380, "Member 'USynthSound::OwningSynthComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInAppPurchaseProductInfo \ +static_assert(alignof(FInAppPurchaseProductInfo) == 0x000008, "Wrong alignment on FInAppPurchaseProductInfo"); \ +static_assert(sizeof(FInAppPurchaseProductInfo) == 0x0000A8, "Wrong size on FInAppPurchaseProductInfo"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseProductInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, TransactionIdentifier) == 0x000010, "Member 'FInAppPurchaseProductInfo::TransactionIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DisplayName) == 0x000020, "Member 'FInAppPurchaseProductInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DisplayDescription) == 0x000030, "Member 'FInAppPurchaseProductInfo::DisplayDescription' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DisplayPrice) == 0x000040, "Member 'FInAppPurchaseProductInfo::DisplayPrice' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, RawPrice) == 0x000050, "Member 'FInAppPurchaseProductInfo::RawPrice' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, CurrencyCode) == 0x000058, "Member 'FInAppPurchaseProductInfo::CurrencyCode' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, CurrencySymbol) == 0x000068, "Member 'FInAppPurchaseProductInfo::CurrencySymbol' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, DecimalSeparator) == 0x000078, "Member 'FInAppPurchaseProductInfo::DecimalSeparator' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, GroupingSeparator) == 0x000088, "Member 'FInAppPurchaseProductInfo::GroupingSeparator' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductInfo, ReceiptData) == 0x000098, "Member 'FInAppPurchaseProductInfo::ReceiptData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedInterfaceDef \ +static_assert(alignof(FNamedInterfaceDef) == 0x000008, "Wrong alignment on FNamedInterfaceDef"); \ +static_assert(sizeof(FNamedInterfaceDef) == 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_FInAppPurchaseRestoreInfo \ +static_assert(alignof(FInAppPurchaseRestoreInfo) == 0x000008, "Wrong alignment on FInAppPurchaseRestoreInfo"); \ +static_assert(sizeof(FInAppPurchaseRestoreInfo) == 0x000030, "Wrong size on FInAppPurchaseRestoreInfo"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo, Identifier) == 0x000000, "Member 'FInAppPurchaseRestoreInfo::Identifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo, ReceiptData) == 0x000010, "Member 'FInAppPurchaseRestoreInfo::ReceiptData' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseRestoreInfo, TransactionIdentifier) == 0x000020, "Member 'FInAppPurchaseRestoreInfo::TransactionIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNamedInterface \ +static_assert(alignof(FNamedInterface) == 0x000008, "Wrong alignment on FNamedInterface"); \ +static_assert(sizeof(FNamedInterface) == 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_FInAppPurchaseProductRequest \ +static_assert(alignof(FInAppPurchaseProductRequest) == 0x000008, "Wrong alignment on FInAppPurchaseProductRequest"); \ +static_assert(sizeof(FInAppPurchaseProductRequest) == 0x000018, "Wrong size on FInAppPurchaseProductRequest"); \ +static_assert(offsetof(FInAppPurchaseProductRequest, ProductIdentifier) == 0x000000, "Member 'FInAppPurchaseProductRequest::ProductIdentifier' has a wrong offset!"); \ +static_assert(offsetof(FInAppPurchaseProductRequest, bIsConsumable) == 0x000010, "Member 'FInAppPurchaseProductRequest::bIsConsumable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNamedInterfaces \ +static_assert(alignof(UNamedInterfaces) == 0x000008, "Wrong alignment on UNamedInterfaces"); \ +static_assert(sizeof(UNamedInterfaces) == 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_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_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_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) == 0x000300, "Wrong size on ADatasmithAreaLightActor"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Mobility) == 0x000288, "Member 'ADatasmithAreaLightActor::Mobility' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, LightType) == 0x000289, "Member 'ADatasmithAreaLightActor::LightType' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, LightShape) == 0x00028A, "Member 'ADatasmithAreaLightActor::LightShape' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Dimensions) == 0x000290, "Member 'ADatasmithAreaLightActor::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Intensity) == 0x0002A0, "Member 'ADatasmithAreaLightActor::Intensity' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IntensityUnits) == 0x0002A4, "Member 'ADatasmithAreaLightActor::IntensityUnits' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Color) == 0x0002A8, "Member 'ADatasmithAreaLightActor::Color' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Temperature) == 0x0002B8, "Member 'ADatasmithAreaLightActor::Temperature' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IESTexture) == 0x0002C0, "Member 'ADatasmithAreaLightActor::IESTexture' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, bUseIESBrightness) == 0x0002C8, "Member 'ADatasmithAreaLightActor::bUseIESBrightness' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, IESBrightnessScale) == 0x0002CC, "Member 'ADatasmithAreaLightActor::IESBrightnessScale' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, Rotation) == 0x0002D0, "Member 'ADatasmithAreaLightActor::Rotation' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SourceRadius) == 0x0002E8, "Member 'ADatasmithAreaLightActor::SourceRadius' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SourceLength) == 0x0002EC, "Member 'ADatasmithAreaLightActor::SourceLength' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, AttenuationRadius) == 0x0002F0, "Member 'ADatasmithAreaLightActor::AttenuationRadius' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SpotlightInnerAngle) == 0x0002F4, "Member 'ADatasmithAreaLightActor::SpotlightInnerAngle' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithAreaLightActor, SpotlightOuterAngle) == 0x0002F8, "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_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_UDatasmithIFCSceneImportData \ +static_assert(alignof(UDatasmithIFCSceneImportData) == 0x000008, "Wrong alignment on UDatasmithIFCSceneImportData"); \ +static_assert(sizeof(UDatasmithIFCSceneImportData) == 0x000028, "Wrong size on UDatasmithIFCSceneImportData"); \ + +#define DUMPER7_ASSERTS_UDatasmithStaticMeshIFCImportData \ +static_assert(alignof(UDatasmithStaticMeshIFCImportData) == 0x000008, "Wrong alignment on UDatasmithStaticMeshIFCImportData"); \ +static_assert(sizeof(UDatasmithStaticMeshIFCImportData) == 0x000038, "Wrong size on UDatasmithStaticMeshIFCImportData"); \ +static_assert(offsetof(UDatasmithStaticMeshIFCImportData, SourceGlobalId) == 0x000028, "Member 'UDatasmithStaticMeshIFCImportData::SourceGlobalId' 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) == 0x000020, "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, ReturnValue) == 0x000010, "Member 'DatasmithContentBlueprintLibrary_GetDatasmithUserDataValueForKey::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) == 0x000298, "Wrong size on ADatasmithImportedSequencesActor"); \ +static_assert(offsetof(ADatasmithImportedSequencesActor, ImportedSequences) == 0x000288, "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) == 0x0002E0, "Wrong size on ADatasmithSceneActor"); \ +static_assert(offsetof(ADatasmithSceneActor, Scene) == 0x000288, "Member 'ADatasmithSceneActor::Scene' has a wrong offset!"); \ +static_assert(offsetof(ADatasmithSceneActor, RelatedActors) == 0x000290, "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, 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_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) == 0x0002F0, "Wrong size on ALevelVariantSetsActor"); \ +static_assert(offsetof(ALevelVariantSetsActor, LevelVariantSets) == 0x000288, "Member 'ALevelVariantSetsActor::LevelVariantSets' has a wrong offset!"); \ +static_assert(offsetof(ALevelVariantSetsActor, DirectorInstances) == 0x0002A0, "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) == 0x000018, "Wrong size on PropertyValue_GetPropertyTooltip"); \ +static_assert(offsetof(PropertyValue_GetPropertyTooltip, ReturnValue) == 0x000000, "Member 'PropertyValue_GetPropertyTooltip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PropertyValue_HasRecordedData \ +static_assert(alignof(PropertyValue_HasRecordedData) == 0x000001, "Wrong alignment on PropertyValue_HasRecordedData"); \ +static_assert(sizeof(PropertyValue_HasRecordedData) == 0x000001, "Wrong size on PropertyValue_HasRecordedData"); \ +static_assert(offsetof(PropertyValue_HasRecordedData, ReturnValue) == 0x000000, "Member 'PropertyValue_HasRecordedData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPropertyValue \ +static_assert(alignof(UPropertyValue) == 0x000008, "Wrong alignment on UPropertyValue"); \ +static_assert(sizeof(UPropertyValue) == 0x0001B8, "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) == 0x0001B8, "Wrong size on UPropertyValueTransform"); \ + +#define DUMPER7_ASSERTS_UPropertyValueVisibility \ +static_assert(alignof(UPropertyValueVisibility) == 0x000008, "Wrong alignment on UPropertyValueVisibility"); \ +static_assert(sizeof(UPropertyValueVisibility) == 0x0001B8, "Wrong size on UPropertyValueVisibility"); \ + +#define DUMPER7_ASSERTS_UPropertyValueColor \ +static_assert(alignof(UPropertyValueColor) == 0x000008, "Wrong alignment on UPropertyValueColor"); \ +static_assert(sizeof(UPropertyValueColor) == 0x0001B8, "Wrong size on UPropertyValueColor"); \ + +#define DUMPER7_ASSERTS_UPropertyValueMaterial \ +static_assert(alignof(UPropertyValueMaterial) == 0x000008, "Wrong alignment on UPropertyValueMaterial"); \ +static_assert(sizeof(UPropertyValueMaterial) == 0x0001B8, "Wrong size on UPropertyValueMaterial"); \ + +#define DUMPER7_ASSERTS_UPropertyValueOption \ +static_assert(alignof(UPropertyValueOption) == 0x000008, "Wrong alignment on UPropertyValueOption"); \ +static_assert(sizeof(UPropertyValueOption) == 0x0001B8, "Wrong size on UPropertyValueOption"); \ + +#define DUMPER7_ASSERTS_UPropertyValueSoftObject \ +static_assert(alignof(UPropertyValueSoftObject) == 0x000008, "Wrong alignment on UPropertyValueSoftObject"); \ +static_assert(sizeof(UPropertyValueSoftObject) == 0x0001B8, "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) == 0x0002B0, "Wrong size on ASwitchActor"); \ +static_assert(offsetof(ASwitchActor, SceneComponent) == 0x0002A0, "Member 'ASwitchActor::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ASwitchActor, LastSelectedOption) == 0x0002A8, "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) == 0x000018, "Wrong size on Variant_SetDisplayText"); \ +static_assert(offsetof(Variant_SetDisplayText, NewDisplayText) == 0x000000, "Member 'Variant_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Variant_SetThumbnailFromCamera \ +static_assert(alignof(Variant_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on Variant_SetThumbnailFromCamera"); \ +static_assert(sizeof(Variant_SetThumbnailFromCamera) == 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) == 0x000018, "Wrong size on Variant_GetDisplayText"); \ +static_assert(offsetof(Variant_GetDisplayText, ReturnValue) == 0x000000, "Member 'Variant_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariant \ +static_assert(alignof(UVariant) == 0x000008, "Wrong alignment on UVariant"); \ +static_assert(sizeof(UVariant) == 0x000080, "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) == 0x000068, "Member 'UVariant::ObjectBindings' has a wrong offset!"); \ +static_assert(offsetof(UVariant, Thumbnail) == 0x000078, "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) == 0x000050, "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) == 0x000018, "Wrong size on VariantSet_SetDisplayText"); \ +static_assert(offsetof(VariantSet_SetDisplayText, NewDisplayText) == 0x000000, "Member 'VariantSet_SetDisplayText::NewDisplayText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_SetThumbnailFromCamera \ +static_assert(alignof(VariantSet_SetThumbnailFromCamera) == 0x000010, "Wrong alignment on VariantSet_SetThumbnailFromCamera"); \ +static_assert(sizeof(VariantSet_SetThumbnailFromCamera) == 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) == 0x000018, "Wrong size on VariantSet_GetDisplayText"); \ +static_assert(offsetof(VariantSet_GetDisplayText, ReturnValue) == 0x000000, "Member 'VariantSet_GetDisplayText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VariantSet_GetNumVariants \ +static_assert(alignof(VariantSet_GetNumVariants) == 0x000004, "Wrong alignment on VariantSet_GetNumVariants"); \ +static_assert(sizeof(VariantSet_GetNumVariants) == 0x000004, "Wrong size on VariantSet_GetNumVariants"); \ +static_assert(offsetof(VariantSet_GetNumVariants, ReturnValue) == 0x000000, "Member 'VariantSet_GetNumVariants::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UVariantSet \ +static_assert(alignof(UVariantSet) == 0x000008, "Wrong alignment on UVariantSet"); \ +static_assert(sizeof(UVariantSet) == 0x000078, "Wrong size on UVariantSet"); \ +static_assert(offsetof(UVariantSet, DisplayText) == 0x000028, "Member 'UVariantSet::DisplayText' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, bExpanded) == 0x000058, "Member 'UVariantSet::bExpanded' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Variants) == 0x000060, "Member 'UVariantSet::Variants' has a wrong offset!"); \ +static_assert(offsetof(UVariantSet, Thumbnail) == 0x000070, "Member 'UVariantSet::Thumbnail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBrushStampData \ +static_assert(alignof(FBrushStampData) == 0x000008, "Wrong alignment on FBrushStampData"); \ +static_assert(sizeof(FBrushStampData) == 0x000128, "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) == 0x000030, "Wrong size on FInputRayHit"); \ + +#define DUMPER7_ASSERTS_FActiveGizmo \ +static_assert(alignof(FActiveGizmo) == 0x000008, "Wrong alignment on FActiveGizmo"); \ +static_assert(sizeof(FActiveGizmo) == 0x000030, "Wrong size on FActiveGizmo"); \ +static_assert(offsetof(FActiveGizmo, Gizmo) == 0x000000, "Member 'FActiveGizmo::Gizmo' 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_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_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_UInteractiveToolBuilder \ +static_assert(alignof(UInteractiveToolBuilder) == 0x000008, "Wrong alignment on UInteractiveToolBuilder"); \ +static_assert(sizeof(UInteractiveToolBuilder) == 0x000028, "Wrong size on UInteractiveToolBuilder"); \ + +#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_IAssetBackedTarget \ +static_assert(alignof(IAssetBackedTarget) == 0x000001, "Wrong alignment on IAssetBackedTarget"); \ +static_assert(sizeof(IAssetBackedTarget) == 0x000001, "Wrong size on IAssetBackedTarget"); \ + +#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_IInteractiveToolExclusiveToolAPI \ +static_assert(alignof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong alignment on IInteractiveToolExclusiveToolAPI"); \ +static_assert(sizeof(IInteractiveToolExclusiveToolAPI) == 0x000001, "Wrong size on IInteractiveToolExclusiveToolAPI"); \ + +#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_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_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_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_USingleClickTool \ +static_assert(alignof(USingleClickTool) == 0x000008, "Wrong alignment on USingleClickTool"); \ +static_assert(sizeof(USingleClickTool) == 0x0000A0, "Wrong size on USingleClickTool"); \ + +#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_UMeshSurfacePointTool \ +static_assert(alignof(UMeshSurfacePointTool) == 0x000008, "Wrong alignment on UMeshSurfacePointTool"); \ +static_assert(sizeof(UMeshSurfacePointTool) == 0x0000F8, "Wrong size on UMeshSurfacePointTool"); \ + +#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) == 0x0005A0, "Wrong size on UGizmoBaseComponent"); \ +static_assert(offsetof(UGizmoBaseComponent, Color) == 0x000568, "Member 'UGizmoBaseComponent::Color' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, HoverSizeMultiplier) == 0x000578, "Member 'UGizmoBaseComponent::HoverSizeMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, PixelHitDistanceThreshold) == 0x00057C, "Member 'UGizmoBaseComponent::PixelHitDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBaseComponent, GizmoViewContext) == 0x000588, "Member 'UGizmoBaseComponent::GizmoViewContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoLineHandleComponent \ +static_assert(alignof(UGizmoLineHandleComponent) == 0x000010, "Wrong alignment on UGizmoLineHandleComponent"); \ +static_assert(sizeof(UGizmoLineHandleComponent) == 0x0005E0, "Wrong size on UGizmoLineHandleComponent"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Normal) == 0x000598, "Member 'UGizmoLineHandleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, HandleSize) == 0x0005B0, "Member 'UGizmoLineHandleComponent::HandleSize' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Thickness) == 0x0005B4, "Member 'UGizmoLineHandleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Direction) == 0x0005B8, "Member 'UGizmoLineHandleComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, Length) == 0x0005D0, "Member 'UGizmoLineHandleComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoLineHandleComponent, bImageScale) == 0x0005D4, "Member 'UGizmoLineHandleComponent::bImageScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseBrushTool \ +static_assert(alignof(UBaseBrushTool) == 0x000008, "Wrong alignment on UBaseBrushTool"); \ +static_assert(sizeof(UBaseBrushTool) == 0x000270, "Wrong size on UBaseBrushTool"); \ +static_assert(offsetof(UBaseBrushTool, BrushProperties) == 0x0000F8, "Member 'UBaseBrushTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, bInBrushStroke) == 0x000100, "Member 'UBaseBrushTool::bInBrushStroke' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, WorldToLocalScale) == 0x000104, "Member 'UBaseBrushTool::WorldToLocalScale' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, LastBrushStamp) == 0x000108, "Member 'UBaseBrushTool::LastBrushStamp' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, PropertyClass) == 0x000240, "Member 'UBaseBrushTool::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(UBaseBrushTool, BrushStampIndicator) == 0x000268, "Member 'UBaseBrushTool::BrushStampIndicator' 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_USceneSnappingManager \ +static_assert(alignof(USceneSnappingManager) == 0x000008, "Wrong alignment on USceneSnappingManager"); \ +static_assert(sizeof(USceneSnappingManager) == 0x000028, "Wrong size on USceneSnappingManager"); \ + +#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_UCombinedTransformGizmoBuilder \ +static_assert(alignof(UCombinedTransformGizmoBuilder) == 0x000008, "Wrong alignment on UCombinedTransformGizmoBuilder"); \ +static_assert(sizeof(UCombinedTransformGizmoBuilder) == 0x0000F0, "Wrong size on UCombinedTransformGizmoBuilder"); \ + +#define DUMPER7_ASSERTS_AInternalToolFrameworkActor \ +static_assert(alignof(AInternalToolFrameworkActor) == 0x000008, "Wrong alignment on AInternalToolFrameworkActor"); \ +static_assert(sizeof(AInternalToolFrameworkActor) == 0x000290, "Wrong size on AInternalToolFrameworkActor"); \ +static_assert(offsetof(AInternalToolFrameworkActor, bIsSelectableInEditor) == 0x000288, "Member 'AInternalToolFrameworkActor::bIsSelectableInEditor' has a wrong offset!"); \ + +#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_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_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_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_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_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_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_AGizmoActor \ +static_assert(alignof(AGizmoActor) == 0x000008, "Wrong alignment on AGizmoActor"); \ +static_assert(sizeof(AGizmoActor) == 0x000290, "Wrong size on AGizmoActor"); \ + +#define DUMPER7_ASSERTS_ACombinedTransformGizmoActor \ +static_assert(alignof(ACombinedTransformGizmoActor) == 0x000008, "Wrong alignment on ACombinedTransformGizmoActor"); \ +static_assert(sizeof(ACombinedTransformGizmoActor) == 0x000310, "Wrong size on ACombinedTransformGizmoActor"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateX) == 0x000290, "Member 'ACombinedTransformGizmoActor::TranslateX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateY) == 0x000298, "Member 'ACombinedTransformGizmoActor::TranslateY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateZ) == 0x0002A0, "Member 'ACombinedTransformGizmoActor::TranslateZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateYZ) == 0x0002A8, "Member 'ACombinedTransformGizmoActor::TranslateYZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateXZ) == 0x0002B0, "Member 'ACombinedTransformGizmoActor::TranslateXZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, TranslateXY) == 0x0002B8, "Member 'ACombinedTransformGizmoActor::TranslateXY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateX) == 0x0002C0, "Member 'ACombinedTransformGizmoActor::RotateX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateY) == 0x0002C8, "Member 'ACombinedTransformGizmoActor::RotateY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, RotateZ) == 0x0002D0, "Member 'ACombinedTransformGizmoActor::RotateZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, UniformScale) == 0x0002D8, "Member 'ACombinedTransformGizmoActor::UniformScale' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleX) == 0x0002E0, "Member 'ACombinedTransformGizmoActor::AxisScaleX' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleY) == 0x0002E8, "Member 'ACombinedTransformGizmoActor::AxisScaleY' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, AxisScaleZ) == 0x0002F0, "Member 'ACombinedTransformGizmoActor::AxisScaleZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleYZ) == 0x0002F8, "Member 'ACombinedTransformGizmoActor::PlaneScaleYZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXZ) == 0x000300, "Member 'ACombinedTransformGizmoActor::PlaneScaleXZ' has a wrong offset!"); \ +static_assert(offsetof(ACombinedTransformGizmoActor, PlaneScaleXY) == 0x000308, "Member 'ACombinedTransformGizmoActor::PlaneScaleXY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCombinedTransformGizmo \ +static_assert(alignof(UCombinedTransformGizmo) == 0x000010, "Wrong alignment on UCombinedTransformGizmo"); \ +static_assert(sizeof(UCombinedTransformGizmo) == 0x0002A0, "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) == 0x000041, "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) == 0x000084, "Member 'UCombinedTransformGizmo::CurrentCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveComponents) == 0x000150, "Member 'UCombinedTransformGizmo::ActiveComponents' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, NonuniformScaleComponents) == 0x000160, "Member 'UCombinedTransformGizmo::NonuniformScaleComponents' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, ActiveGizmos) == 0x000170, "Member 'UCombinedTransformGizmo::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, CameraAxisSource) == 0x000190, "Member 'UCombinedTransformGizmo::CameraAxisSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisXSource) == 0x000198, "Member 'UCombinedTransformGizmo::AxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisYSource) == 0x0001A0, "Member 'UCombinedTransformGizmo::AxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, AxisZSource) == 0x0001A8, "Member 'UCombinedTransformGizmo::AxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisXSource) == 0x0001B0, "Member 'UCombinedTransformGizmo::UnitAxisXSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisYSource) == 0x0001B8, "Member 'UCombinedTransformGizmo::UnitAxisYSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, UnitAxisZSource) == 0x0001C0, "Member 'UCombinedTransformGizmo::UnitAxisZSource' has a wrong offset!"); \ +static_assert(offsetof(UCombinedTransformGizmo, StateTarget) == 0x0001C8, "Member 'UCombinedTransformGizmo::StateTarget' has a wrong offset!"); \ + +#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_UGizmoArrowComponent \ +static_assert(alignof(UGizmoArrowComponent) == 0x000010, "Wrong alignment on UGizmoArrowComponent"); \ +static_assert(sizeof(UGizmoArrowComponent) == 0x0005C0, "Wrong size on UGizmoArrowComponent"); \ +static_assert(offsetof(UGizmoArrowComponent, Direction) == 0x000598, "Member 'UGizmoArrowComponent::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, gap) == 0x0005B0, "Member 'UGizmoArrowComponent::gap' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Length) == 0x0005B4, "Member 'UGizmoArrowComponent::Length' has a wrong offset!"); \ +static_assert(offsetof(UGizmoArrowComponent, Thickness) == 0x0005B8, "Member 'UGizmoArrowComponent::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoBoxComponent \ +static_assert(alignof(UGizmoBoxComponent) == 0x000010, "Wrong alignment on UGizmoBoxComponent"); \ +static_assert(sizeof(UGizmoBoxComponent) == 0x0005F0, "Wrong size on UGizmoBoxComponent"); \ +static_assert(offsetof(UGizmoBoxComponent, Origin) == 0x000598, "Member 'UGizmoBoxComponent::Origin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Rotation) == 0x0005B0, "Member 'UGizmoBoxComponent::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, Dimensions) == 0x0005D0, "Member 'UGizmoBoxComponent::Dimensions' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, LineThickness) == 0x0005E8, "Member 'UGizmoBoxComponent::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bRemoveHiddenLines) == 0x0005EC, "Member 'UGizmoBoxComponent::bRemoveHiddenLines' has a wrong offset!"); \ +static_assert(offsetof(UGizmoBoxComponent, bEnableAxisFlip) == 0x0005ED, "Member 'UGizmoBoxComponent::bEnableAxisFlip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoCircleComponent \ +static_assert(alignof(UGizmoCircleComponent) == 0x000010, "Wrong alignment on UGizmoCircleComponent"); \ +static_assert(sizeof(UGizmoCircleComponent) == 0x0005C0, "Wrong size on UGizmoCircleComponent"); \ +static_assert(offsetof(UGizmoCircleComponent, Normal) == 0x000598, "Member 'UGizmoCircleComponent::Normal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Radius) == 0x0005B0, "Member 'UGizmoCircleComponent::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, Thickness) == 0x0005B4, "Member 'UGizmoCircleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, NumSides) == 0x0005B8, "Member 'UGizmoCircleComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bViewAligned) == 0x0005BC, "Member 'UGizmoCircleComponent::bViewAligned' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bDrawFullCircle) == 0x0005BD, "Member 'UGizmoCircleComponent::bDrawFullCircle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoCircleComponent, bOnlyAllowFrontFacingHits) == 0x0005BE, "Member 'UGizmoCircleComponent::bOnlyAllowFrontFacingHits' 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_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_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_UGizmoRectangleComponent \ +static_assert(alignof(UGizmoRectangleComponent) == 0x000010, "Wrong alignment on UGizmoRectangleComponent"); \ +static_assert(sizeof(UGizmoRectangleComponent) == 0x0005F0, "Wrong size on UGizmoRectangleComponent"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionX) == 0x000598, "Member 'UGizmoRectangleComponent::DirectionX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, DirectionY) == 0x0005B0, "Member 'UGizmoRectangleComponent::DirectionY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, bOrientYAccordingToCamera) == 0x0005C8, "Member 'UGizmoRectangleComponent::bOrientYAccordingToCamera' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetX) == 0x0005CC, "Member 'UGizmoRectangleComponent::OffsetX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, OffsetY) == 0x0005D0, "Member 'UGizmoRectangleComponent::OffsetY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthX) == 0x0005D4, "Member 'UGizmoRectangleComponent::LengthX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, LengthY) == 0x0005D8, "Member 'UGizmoRectangleComponent::LengthY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, Thickness) == 0x0005DC, "Member 'UGizmoRectangleComponent::Thickness' has a wrong offset!"); \ +static_assert(offsetof(UGizmoRectangleComponent, SegmentFlags) == 0x0005E0, "Member 'UGizmoRectangleComponent::SegmentFlags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoViewContext \ +static_assert(alignof(UGizmoViewContext) == 0x000008, "Wrong alignment on UGizmoViewContext"); \ +static_assert(sizeof(UGizmoViewContext) == 0x000160, "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_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) == 0x0000B0, "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_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_IToolContextTransactionProvider \ +static_assert(alignof(IToolContextTransactionProvider) == 0x000001, "Wrong alignment on IToolContextTransactionProvider"); \ +static_assert(sizeof(IToolContextTransactionProvider) == 0x000001, "Wrong size on IToolContextTransactionProvider"); \ + +#define DUMPER7_ASSERTS_UInteractiveToolManager \ +static_assert(alignof(UInteractiveToolManager) == 0x000008, "Wrong alignment on UInteractiveToolManager"); \ +static_assert(sizeof(UInteractiveToolManager) == 0x000170, "Wrong size on UInteractiveToolManager"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveLeftTool) == 0x000030, "Member 'UInteractiveToolManager::ActiveLeftTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ActiveRightTool) == 0x000038, "Member 'UInteractiveToolManager::ActiveRightTool' has a wrong offset!"); \ +static_assert(offsetof(UInteractiveToolManager, ToolBuilders) == 0x0000C0, "Member 'UInteractiveToolManager::ToolBuilders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IToolFrameworkComponent \ +static_assert(alignof(IToolFrameworkComponent) == 0x000001, "Wrong alignment on IToolFrameworkComponent"); \ +static_assert(sizeof(IToolFrameworkComponent) == 0x000001, "Wrong size on IToolFrameworkComponent"); \ + +#define DUMPER7_ASSERTS_IInteractiveToolCameraFocusAPI \ +static_assert(alignof(IInteractiveToolCameraFocusAPI) == 0x000001, "Wrong alignment on IInteractiveToolCameraFocusAPI"); \ +static_assert(sizeof(IInteractiveToolCameraFocusAPI) == 0x000001, "Wrong size on IInteractiveToolCameraFocusAPI"); \ + +#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_AIntervalGizmoActor \ +static_assert(alignof(AIntervalGizmoActor) == 0x000008, "Wrong alignment on AIntervalGizmoActor"); \ +static_assert(sizeof(AIntervalGizmoActor) == 0x0002A8, "Wrong size on AIntervalGizmoActor"); \ +static_assert(offsetof(AIntervalGizmoActor, UpIntervalComponent) == 0x000290, "Member 'AIntervalGizmoActor::UpIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, DownIntervalComponent) == 0x000298, "Member 'AIntervalGizmoActor::DownIntervalComponent' has a wrong offset!"); \ +static_assert(offsetof(AIntervalGizmoActor, ForwardIntervalComponent) == 0x0002A0, "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_UGizmoBaseFloatParameterSource \ +static_assert(alignof(UGizmoBaseFloatParameterSource) == 0x000008, "Wrong alignment on UGizmoBaseFloatParameterSource"); \ +static_assert(sizeof(UGizmoBaseFloatParameterSource) == 0x000048, "Wrong size on UGizmoBaseFloatParameterSource"); \ + +#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_UKeyAsModifierInputBehavior \ +static_assert(alignof(UKeyAsModifierInputBehavior) == 0x000008, "Wrong alignment on UKeyAsModifierInputBehavior"); \ +static_assert(sizeof(UKeyAsModifierInputBehavior) == 0x000098, "Wrong size on UKeyAsModifierInputBehavior"); \ + +#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_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) == 0x0001A0, "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_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_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_UGizmoAxisTranslationParameterSource \ +static_assert(alignof(UGizmoAxisTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisTranslationParameterSource"); \ +static_assert(sizeof(UGizmoAxisTranslationParameterSource) == 0x000150, "Wrong size on UGizmoAxisTranslationParameterSource"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoAxisTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationAxis) == 0x0000C0, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, CurTranslationOrigin) == 0x0000D8, "Member 'UGizmoAxisTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisTranslationParameterSource, InitialTransform) == 0x0000F0, "Member 'UGizmoAxisTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoPlaneTranslationParameterSource \ +static_assert(alignof(UGizmoPlaneTranslationParameterSource) == 0x000010, "Wrong alignment on UGizmoPlaneTranslationParameterSource"); \ +static_assert(sizeof(UGizmoPlaneTranslationParameterSource) == 0x0001A0, "Wrong size on UGizmoPlaneTranslationParameterSource"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoPlaneTranslationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoPlaneTranslationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, Parameter) == 0x0000B0, "Member 'UGizmoPlaneTranslationParameterSource::Parameter' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, LastChange) == 0x0000C0, "Member 'UGizmoPlaneTranslationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationOrigin) == 0x0000E0, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationNormal) == 0x0000F8, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationNormal' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisX) == 0x000110, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisX' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, CurTranslationAxisY) == 0x000128, "Member 'UGizmoPlaneTranslationParameterSource::CurTranslationAxisY' has a wrong offset!"); \ +static_assert(offsetof(UGizmoPlaneTranslationParameterSource, InitialTransform) == 0x000140, "Member 'UGizmoPlaneTranslationParameterSource::InitialTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGizmoAxisRotationParameterSource \ +static_assert(alignof(UGizmoAxisRotationParameterSource) == 0x000010, "Wrong alignment on UGizmoAxisRotationParameterSource"); \ +static_assert(sizeof(UGizmoAxisRotationParameterSource) == 0x000150, "Wrong size on UGizmoAxisRotationParameterSource"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, AxisSource) == 0x000090, "Member 'UGizmoAxisRotationParameterSource::AxisSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, TransformSource) == 0x0000A0, "Member 'UGizmoAxisRotationParameterSource::TransformSource' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, Angle) == 0x0000B0, "Member 'UGizmoAxisRotationParameterSource::Angle' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, LastChange) == 0x0000B4, "Member 'UGizmoAxisRotationParameterSource::LastChange' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationAxis) == 0x0000C0, "Member 'UGizmoAxisRotationParameterSource::CurRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, CurRotationOrigin) == 0x0000D8, "Member 'UGizmoAxisRotationParameterSource::CurRotationOrigin' has a wrong offset!"); \ +static_assert(offsetof(UGizmoAxisRotationParameterSource, InitialTransform) == 0x0000F0, "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_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_IPrimitiveComponentBackedTarget \ +static_assert(alignof(IPrimitiveComponentBackedTarget) == 0x000001, "Wrong alignment on IPrimitiveComponentBackedTarget"); \ +static_assert(sizeof(IPrimitiveComponentBackedTarget) == 0x000001, "Wrong size on IPrimitiveComponentBackedTarget"); \ + +#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_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) == 0x000340, "Wrong size on URepositionableTransformGizmo"); \ +static_assert(offsetof(URepositionableTransformGizmo, RepositionStateTarget) == 0x000330, "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) == 0x0000A0, "Member 'UScalableSphereGizmo::Radius' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, bIsHovering) == 0x0000A4, "Member 'UScalableSphereGizmo::bIsHovering' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, bIsDragging) == 0x0000A5, "Member 'UScalableSphereGizmo::bIsDragging' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, ActiveTarget) == 0x0000A8, "Member 'UScalableSphereGizmo::ActiveTarget' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, ActiveAxis) == 0x0000B0, "Member 'UScalableSphereGizmo::ActiveAxis' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, DragStartWorldPosition) == 0x0000C8, "Member 'UScalableSphereGizmo::DragStartWorldPosition' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, DragCurrentPositionProjected) == 0x0000E0, "Member 'UScalableSphereGizmo::DragCurrentPositionProjected' has a wrong offset!"); \ +static_assert(offsetof(UScalableSphereGizmo, InteractionStartParameter) == 0x0000F8, "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_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_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) == 0x0001C0, "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_USingleClickToolBuilder \ +static_assert(alignof(USingleClickToolBuilder) == 0x000008, "Wrong alignment on USingleClickToolBuilder"); \ +static_assert(sizeof(USingleClickToolBuilder) == 0x000028, "Wrong size on USingleClickToolBuilder"); \ + +#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_ISkeletalMeshBackedTarget \ +static_assert(alignof(ISkeletalMeshBackedTarget) == 0x000001, "Wrong alignment on ISkeletalMeshBackedTarget"); \ +static_assert(sizeof(ISkeletalMeshBackedTarget) == 0x000001, "Wrong size on ISkeletalMeshBackedTarget"); \ + +#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"); \ + +#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) == 0x000050, "Member 'UGizmoTransformChangeStateTarget::TransactionManager' has a wrong offset!"); \ + +#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_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_UCombinedTransformGizmoContextObject \ +static_assert(alignof(UCombinedTransformGizmoContextObject) == 0x000008, "Wrong alignment on UCombinedTransformGizmoContextObject"); \ +static_assert(sizeof(UCombinedTransformGizmoContextObject) == 0x000040, "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_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_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_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_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_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_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_UAddPatchToolBuilder \ +static_assert(alignof(UAddPatchToolBuilder) == 0x000008, "Wrong alignment on UAddPatchToolBuilder"); \ +static_assert(sizeof(UAddPatchToolBuilder) == 0x000028, "Wrong size on UAddPatchToolBuilder"); \ + +#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_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_UDisplaceMeshTool \ +static_assert(alignof(UDisplaceMeshTool) == 0x000010, "Wrong alignment on UDisplaceMeshTool"); \ +static_assert(sizeof(UDisplaceMeshTool) == 0x000450, "Wrong size on UDisplaceMeshTool"); \ +static_assert(offsetof(UDisplaceMeshTool, CommonProperties) == 0x0000B8, "Member 'UDisplaceMeshTool::CommonProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, DirectionalFilterProperties) == 0x0000C0, "Member 'UDisplaceMeshTool::DirectionalFilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, TextureMapProperties) == 0x0000C8, "Member 'UDisplaceMeshTool::TextureMapProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, NoiseProperties) == 0x0000D0, "Member 'UDisplaceMeshTool::NoiseProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, SineWaveProperties) == 0x0000D8, "Member 'UDisplaceMeshTool::SineWaveProperties' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, ActiveContrastCurveTarget) == 0x0000E0, "Member 'UDisplaceMeshTool::ActiveContrastCurveTarget' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, PreviewMeshActor) == 0x000420, "Member 'UDisplaceMeshTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDisplaceMeshTool, DynamicMeshComponent) == 0x000428, "Member 'UDisplaceMeshTool::DynamicMeshComponent' has a wrong offset!"); \ + +#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_URemoveOccludedTrianglesToolBuilder \ +static_assert(alignof(URemoveOccludedTrianglesToolBuilder) == 0x000008, "Wrong alignment on URemoveOccludedTrianglesToolBuilder"); \ +static_assert(sizeof(URemoveOccludedTrianglesToolBuilder) == 0x000028, "Wrong size on URemoveOccludedTrianglesToolBuilder"); \ + +#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!"); \ + +#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, bNormalVectors) == 0x0000B0, "Member 'UMeshInspectorProperties::bNormalVectors' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorProperties, bTangentVectors) == 0x0000B1, "Member 'UMeshInspectorProperties::bTangentVectors' 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!"); \ + +#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_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_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_UMeshGroupPaintToolBuilder \ +static_assert(alignof(UMeshGroupPaintToolBuilder) == 0x000008, "Wrong alignment on UMeshGroupPaintToolBuilder"); \ +static_assert(sizeof(UMeshGroupPaintToolBuilder) == 0x000030, "Wrong size on UMeshGroupPaintToolBuilder"); \ + +#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_UVoxelMorphologyMeshesTool \ +static_assert(alignof(UVoxelMorphologyMeshesTool) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesTool"); \ +static_assert(sizeof(UVoxelMorphologyMeshesTool) == 0x000120, "Wrong size on UVoxelMorphologyMeshesTool"); \ +static_assert(offsetof(UVoxelMorphologyMeshesTool, MorphologyProperties) == 0x000118, "Member 'UVoxelMorphologyMeshesTool::MorphologyProperties' 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_UPhysicsInspectorTool \ +static_assert(alignof(UPhysicsInspectorTool) == 0x000008, "Wrong alignment on UPhysicsInspectorTool"); \ +static_assert(sizeof(UPhysicsInspectorTool) == 0x000100, "Wrong size on UPhysicsInspectorTool"); \ +static_assert(offsetof(UPhysicsInspectorTool, VizSettings) == 0x0000B8, "Member 'UPhysicsInspectorTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, ObjectData) == 0x0000C0, "Member 'UPhysicsInspectorTool::ObjectData' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, LineMaterial) == 0x0000D0, "Member 'UPhysicsInspectorTool::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsInspectorTool, PreviewElements) == 0x0000D8, "Member 'UPhysicsInspectorTool::PreviewElements' 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_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_UBakeMeshAttributeMapsToolBuilder \ +static_assert(alignof(UBakeMeshAttributeMapsToolBuilder) == 0x000008, "Wrong alignment on UBakeMeshAttributeMapsToolBuilder"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolBuilder) == 0x000028, "Wrong size on UBakeMeshAttributeMapsToolBuilder"); \ + +#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_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_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) == 0x000130, "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, MapPreviewNamesList) == 0x0000D0, "Member 'UBakeMeshAttributeMapsToolProperties::MapPreviewNamesList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeTool \ +static_assert(alignof(UBakeMeshAttributeTool) == 0x000010, "Wrong alignment on UBakeMeshAttributeTool"); \ +static_assert(sizeof(UBakeMeshAttributeTool) == 0x000490, "Wrong size on UBakeMeshAttributeTool"); \ +static_assert(offsetof(UBakeMeshAttributeTool, OcclusionSettings) == 0x0000C0, "Member 'UBakeMeshAttributeTool::OcclusionSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, CurvatureSettings) == 0x0000C8, "Member 'UBakeMeshAttributeTool::CurvatureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, TextureSettings) == 0x0000D0, "Member 'UBakeMeshAttributeTool::TextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, MultiTextureSettings) == 0x0000D8, "Member 'UBakeMeshAttributeTool::MultiTextureSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, WorkingPreviewMaterial) == 0x0000E0, "Member 'UBakeMeshAttributeTool::WorkingPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeTool, ErrorPreviewMaterial) == 0x0000E8, "Member 'UBakeMeshAttributeTool::ErrorPreviewMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshSculptToolBase \ +static_assert(alignof(UMeshSculptToolBase) == 0x000010, "Wrong alignment on UMeshSculptToolBase"); \ +static_assert(sizeof(UMeshSculptToolBase) == 0x000B90, "Wrong size on UMeshSculptToolBase"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushProperties) == 0x0000F8, "Member 'UMeshSculptToolBase::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, GizmoProperties) == 0x000100, "Member 'UMeshSculptToolBase::GizmoProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushOpPropSets) == 0x000220, "Member 'UMeshSculptToolBase::BrushOpPropSets' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, SecondaryBrushOpPropSets) == 0x0002C0, "Member 'UMeshSculptToolBase::SecondaryBrushOpPropSets' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, ViewProperties) == 0x000A00, "Member 'UMeshSculptToolBase::ViewProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, ActiveOverrideMaterial) == 0x000A08, "Member 'UMeshSculptToolBase::ActiveOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicator) == 0x000A10, "Member 'UMeshSculptToolBase::BrushIndicator' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, bIsVolumetricIndicator) == 0x000A18, "Member 'UMeshSculptToolBase::bIsVolumetricIndicator' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMaterial) == 0x000A20, "Member 'UMeshSculptToolBase::BrushIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, BrushIndicatorMesh) == 0x000A28, "Member 'UMeshSculptToolBase::BrushIndicatorMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, PlaneTransformGizmo) == 0x000A30, "Member 'UMeshSculptToolBase::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UMeshSculptToolBase, PlaneTransformProxy) == 0x000A38, "Member 'UMeshSculptToolBase::PlaneTransformProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsToolBase \ +static_assert(alignof(UBakeMeshAttributeMapsToolBase) == 0x000010, "Wrong alignment on UBakeMeshAttributeMapsToolBase"); \ +static_assert(sizeof(UBakeMeshAttributeMapsToolBase) == 0x0005F0, "Wrong size on UBakeMeshAttributeMapsToolBase"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, VisualizationProps) == 0x000490, "Member 'UBakeMeshAttributeMapsToolBase::VisualizationProps' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, PreviewMesh) == 0x000498, "Member 'UBakeMeshAttributeMapsToolBase::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, PreviewMaterial) == 0x0004A0, "Member 'UBakeMeshAttributeMapsToolBase::PreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, BentNormalPreviewMaterial) == 0x0004A8, "Member 'UBakeMeshAttributeMapsToolBase::BentNormalPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, CachedMaps) == 0x0004F0, "Member 'UBakeMeshAttributeMapsToolBase::CachedMaps' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyNormalMap) == 0x0005D8, "Member 'UBakeMeshAttributeMapsToolBase::EmptyNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyColorMapBlack) == 0x0005E0, "Member 'UBakeMeshAttributeMapsToolBase::EmptyColorMapBlack' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsToolBase, EmptyColorMapWhite) == 0x0005E8, "Member 'UBakeMeshAttributeMapsToolBase::EmptyColorMapWhite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeMapsTool \ +static_assert(alignof(UBakeMeshAttributeMapsTool) == 0x000010, "Wrong alignment on UBakeMeshAttributeMapsTool"); \ +static_assert(sizeof(UBakeMeshAttributeMapsTool) == 0x000660, "Wrong size on UBakeMeshAttributeMapsTool"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, InputMeshSettings) == 0x0005F0, "Member 'UBakeMeshAttributeMapsTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, Settings) == 0x0005F8, "Member 'UBakeMeshAttributeMapsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeMapsTool, ResultSettings) == 0x000600, "Member 'UBakeMeshAttributeMapsTool::ResultSettings' has a wrong offset!"); \ + +#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_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_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, bHasSourceNormalMap) == 0x000110, "Member 'UBakeInputMeshProperties::bHasSourceNormalMap' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, ProjectionDistance) == 0x000114, "Member 'UBakeInputMeshProperties::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeInputMeshProperties, bProjectionInWorldSpace) == 0x000118, "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_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_UBasePlaneBrushOpProps \ +static_assert(alignof(UBasePlaneBrushOpProps) == 0x000008, "Wrong alignment on UBasePlaneBrushOpProps"); \ +static_assert(sizeof(UBasePlaneBrushOpProps) == 0x0000A8, "Wrong size on UBasePlaneBrushOpProps"); \ + +#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_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_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_UMeshSelectionToolActionPropertySet \ +static_assert(alignof(UMeshSelectionToolActionPropertySet) == 0x000008, "Wrong alignment on UMeshSelectionToolActionPropertySet"); \ +static_assert(sizeof(UMeshSelectionToolActionPropertySet) == 0x0000B0, "Wrong size on UMeshSelectionToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UBakeMeshAttributeVertexTool \ +static_assert(alignof(UBakeMeshAttributeVertexTool) == 0x000010, "Wrong alignment on UBakeMeshAttributeVertexTool"); \ +static_assert(sizeof(UBakeMeshAttributeVertexTool) == 0x000590, "Wrong size on UBakeMeshAttributeVertexTool"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, InputMeshSettings) == 0x000490, "Member 'UBakeMeshAttributeVertexTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, Settings) == 0x000498, "Member 'UBakeMeshAttributeVertexTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewMesh) == 0x0004A0, "Member 'UBakeMeshAttributeVertexTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewMaterial) == 0x0004A8, "Member 'UBakeMeshAttributeVertexTool::PreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBakeMeshAttributeVertexTool, PreviewAlphaMaterial) == 0x0004B0, "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) == 0x000130, "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, MapPreviewNamesList) == 0x0000D0, "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) == 0x0000E8, "Wrong size on UBakeMultiMeshInputToolProperties"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetStaticMesh) == 0x0000A8, "Member 'UBakeMultiMeshInputToolProperties::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetUVLayer) == 0x0000B0, "Member 'UBakeMultiMeshInputToolProperties::TargetUVLayer' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, SourceMeshes) == 0x0000C0, "Member 'UBakeMultiMeshInputToolProperties::SourceMeshes' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, ProjectionDistance) == 0x0000D0, "Member 'UBakeMultiMeshInputToolProperties::ProjectionDistance' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshInputToolProperties, TargetUVLayerNamesList) == 0x0000D8, "Member 'UBakeMultiMeshInputToolProperties::TargetUVLayerNamesList' 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_UBakeMultiMeshAttributeMapsTool \ +static_assert(alignof(UBakeMultiMeshAttributeMapsTool) == 0x000010, "Wrong alignment on UBakeMultiMeshAttributeMapsTool"); \ +static_assert(sizeof(UBakeMultiMeshAttributeMapsTool) == 0x0006A0, "Wrong size on UBakeMultiMeshAttributeMapsTool"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, Settings) == 0x0005F0, "Member 'UBakeMultiMeshAttributeMapsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, InputMeshSettings) == 0x0005F8, "Member 'UBakeMultiMeshAttributeMapsTool::InputMeshSettings' has a wrong offset!"); \ +static_assert(offsetof(UBakeMultiMeshAttributeMapsTool, ResultSettings) == 0x000600, "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_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_UBakeTransformToolProperties \ +static_assert(alignof(UBakeTransformToolProperties) == 0x000008, "Wrong alignment on UBakeTransformToolProperties"); \ +static_assert(sizeof(UBakeTransformToolProperties) == 0x0000B0, "Wrong size on UBakeTransformToolProperties"); \ +static_assert(offsetof(UBakeTransformToolProperties, bBakeRotation) == 0x0000A8, "Member 'UBakeTransformToolProperties::bBakeRotation' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, BakeScale) == 0x0000A9, "Member 'UBakeTransformToolProperties::BakeScale' has a wrong offset!"); \ +static_assert(offsetof(UBakeTransformToolProperties, bRecenterPivot) == 0x0000AA, "Member 'UBakeTransformToolProperties::bRecenterPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBakeTransformTool \ +static_assert(alignof(UBakeTransformTool) == 0x000008, "Wrong alignment on UBakeTransformTool"); \ +static_assert(sizeof(UBakeTransformTool) == 0x0000D0, "Wrong size on UBakeTransformTool"); \ +static_assert(offsetof(UBakeTransformTool, BasicProperties) == 0x0000B8, "Member 'UBakeTransformTool::BasicProperties' 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_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_UPhysicsObjectToolPropertySet \ +static_assert(alignof(UPhysicsObjectToolPropertySet) == 0x000008, "Wrong alignment on UPhysicsObjectToolPropertySet"); \ +static_assert(sizeof(UPhysicsObjectToolPropertySet) == 0x000100, "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!"); \ + +#define DUMPER7_ASSERTS_UCollisionGeometryVisualizationProperties \ +static_assert(alignof(UCollisionGeometryVisualizationProperties) == 0x000008, "Wrong alignment on UCollisionGeometryVisualizationProperties"); \ +static_assert(sizeof(UCollisionGeometryVisualizationProperties) == 0x0000B8, "Wrong size on UCollisionGeometryVisualizationProperties"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, LineThickness) == 0x0000A8, "Member 'UCollisionGeometryVisualizationProperties::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, bShowHidden) == 0x0000AC, "Member 'UCollisionGeometryVisualizationProperties::bShowHidden' has a wrong offset!"); \ +static_assert(offsetof(UCollisionGeometryVisualizationProperties, Color) == 0x0000B0, "Member 'UCollisionGeometryVisualizationProperties::Color' 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!"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryToolProperties \ +static_assert(alignof(USetCollisionGeometryToolProperties) == 0x000008, "Wrong alignment on USetCollisionGeometryToolProperties"); \ +static_assert(sizeof(USetCollisionGeometryToolProperties) == 0x0000D8, "Wrong size on USetCollisionGeometryToolProperties"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, GeometryType) == 0x0000A8, "Member 'USetCollisionGeometryToolProperties::GeometryType' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, InputMode) == 0x0000AC, "Member 'USetCollisionGeometryToolProperties::InputMode' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bUseWorldSpace) == 0x0000B0, "Member 'USetCollisionGeometryToolProperties::bUseWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bRemoveContained) == 0x0000B1, "Member 'USetCollisionGeometryToolProperties::bRemoveContained' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bEnableMaxCount) == 0x0000B2, "Member 'USetCollisionGeometryToolProperties::bEnableMaxCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MaxCount) == 0x0000B4, "Member 'USetCollisionGeometryToolProperties::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, MinThickness) == 0x0000B8, "Member 'USetCollisionGeometryToolProperties::MinThickness' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectBoxes) == 0x0000BC, "Member 'USetCollisionGeometryToolProperties::bDetectBoxes' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectSpheres) == 0x0000BD, "Member 'USetCollisionGeometryToolProperties::bDetectSpheres' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bDetectCapsules) == 0x0000BE, "Member 'USetCollisionGeometryToolProperties::bDetectCapsules' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bSimplifyHulls) == 0x0000BF, "Member 'USetCollisionGeometryToolProperties::bSimplifyHulls' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, HullTargetFaceCount) == 0x0000C0, "Member 'USetCollisionGeometryToolProperties::HullTargetFaceCount' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bSimplifyPolygons) == 0x0000C4, "Member 'USetCollisionGeometryToolProperties::bSimplifyPolygons' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, HullTolerance) == 0x0000C8, "Member 'USetCollisionGeometryToolProperties::HullTolerance' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, SweepAxis) == 0x0000CC, "Member 'USetCollisionGeometryToolProperties::SweepAxis' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, bAppendToExisting) == 0x0000D0, "Member 'USetCollisionGeometryToolProperties::bAppendToExisting' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryToolProperties, SetCollisionType) == 0x0000D4, "Member 'USetCollisionGeometryToolProperties::SetCollisionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UConvertMeshesTool \ +static_assert(alignof(UConvertMeshesTool) == 0x000008, "Wrong alignment on UConvertMeshesTool"); \ +static_assert(sizeof(UConvertMeshesTool) == 0x0000D0, "Wrong size on UConvertMeshesTool"); \ +static_assert(offsetof(UConvertMeshesTool, BasicProperties) == 0x0000C0, "Member 'UConvertMeshesTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UConvertMeshesTool, OutputTypeProperties) == 0x0000C8, "Member 'UConvertMeshesTool::OutputTypeProperties' 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_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) == 0x0000C8, "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, NumPoints) == 0x0000B0, "Member 'UConvertToPolygonsToolProperties::NumPoints' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bSplitExisting) == 0x0000B4, "Member 'UConvertToPolygonsToolProperties::bSplitExisting' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bNormalWeighted) == 0x0000B5, "Member 'UConvertToPolygonsToolProperties::bNormalWeighted' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, NormalWeighting) == 0x0000B8, "Member 'UConvertToPolygonsToolProperties::NormalWeighting' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, MinGroupSize) == 0x0000BC, "Member 'UConvertToPolygonsToolProperties::MinGroupSize' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bCalculateNormals) == 0x0000C0, "Member 'UConvertToPolygonsToolProperties::bCalculateNormals' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsToolProperties, bShowGroupColors) == 0x0000C1, "Member 'UConvertToPolygonsToolProperties::bShowGroupColors' has a wrong offset!"); \ + +#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_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) == 0x0000F0, "Wrong size on UConvertToPolygonsTool"); \ +static_assert(offsetof(UConvertToPolygonsTool, Settings) == 0x0000B8, "Member 'UConvertToPolygonsTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, PreviewCompute) == 0x0000C0, "Member 'UConvertToPolygonsTool::PreviewCompute' has a wrong offset!"); \ +static_assert(offsetof(UConvertToPolygonsTool, PreviewGeometry) == 0x0000C8, "Member 'UConvertToPolygonsTool::PreviewGeometry' 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) == 0x000190, "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, BlocksPerStep) == 0x0000DC, "Member 'UCubeGridToolProperties::BlocksPerStep' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, PowerOfTwo) == 0x0000E0, "Member 'UCubeGridToolProperties::PowerOfTwo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, BlockBaseSize) == 0x0000E8, "Member 'UCubeGridToolProperties::BlockBaseSize' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bCrosswiseDiagonal) == 0x0000F0, "Member 'UCubeGridToolProperties::bCrosswiseDiagonal' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, PlaneTolerance) == 0x0000F8, "Member 'UCubeGridToolProperties::PlaneTolerance' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bHitUnrelatedGeometry) == 0x000100, "Member 'UCubeGridToolProperties::bHitUnrelatedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bHitGridGroundPlaneIfCloser) == 0x000101, "Member 'UCubeGridToolProperties::bHitGridGroundPlaneIfCloser' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, FaceSelectionMode) == 0x000104, "Member 'UCubeGridToolProperties::FaceSelectionMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, ToggleCornerMode) == 0x000108, "Member 'UCubeGridToolProperties::ToggleCornerMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, PushPull) == 0x000118, "Member 'UCubeGridToolProperties::PushPull' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, ResizeGrid) == 0x000128, "Member 'UCubeGridToolProperties::ResizeGrid' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, SlideSelection) == 0x000138, "Member 'UCubeGridToolProperties::SlideSelection' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, FlipSelection) == 0x000148, "Member 'UCubeGridToolProperties::FlipSelection' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, GridGizmo) == 0x000158, "Member 'UCubeGridToolProperties::GridGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, QuickShiftGizmo) == 0x000168, "Member 'UCubeGridToolProperties::QuickShiftGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, AlignGizmo) == 0x000178, "Member 'UCubeGridToolProperties::AlignGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bInCornerMode) == 0x000188, "Member 'UCubeGridToolProperties::bInCornerMode' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridToolProperties, bAllowedToEditGrid) == 0x000189, "Member 'UCubeGridToolProperties::bAllowedToEditGrid' 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_UCubeGridToolActions \ +static_assert(alignof(UCubeGridToolActions) == 0x000008, "Wrong alignment on UCubeGridToolActions"); \ +static_assert(sizeof(UCubeGridToolActions) == 0x0000B0, "Wrong size on UCubeGridToolActions"); \ + +#define DUMPER7_ASSERTS_UCubeGridDuringActivityActions \ +static_assert(alignof(UCubeGridDuringActivityActions) == 0x000008, "Wrong alignment on UCubeGridDuringActivityActions"); \ +static_assert(sizeof(UCubeGridDuringActivityActions) == 0x0000B0, "Wrong size on UCubeGridDuringActivityActions"); \ + +#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_UCubeGridTool \ +static_assert(alignof(UCubeGridTool) == 0x000010, "Wrong alignment on UCubeGridTool"); \ +static_assert(sizeof(UCubeGridTool) == 0x0005C0, "Wrong size on UCubeGridTool"); \ +static_assert(offsetof(UCubeGridTool, GridGizmo) == 0x0000B8, "Member 'UCubeGridTool::GridGizmo' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, GridGizmoAlignmentMechanic) == 0x0000C0, "Member 'UCubeGridTool::GridGizmoAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, GridGizmoTransformProxy) == 0x0000C8, "Member 'UCubeGridTool::GridGizmoTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, LineSets) == 0x0000D0, "Member 'UCubeGridTool::LineSets' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, ClickDragBehavior) == 0x0000D8, "Member 'UCubeGridTool::ClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, HoverBehavior) == 0x0000E0, "Member 'UCubeGridTool::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, CtrlMiddleClickBehavior) == 0x0000E8, "Member 'UCubeGridTool::CtrlMiddleClickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, MiddleClickDragBehavior) == 0x0000F0, "Member 'UCubeGridTool::MiddleClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, Settings) == 0x0000F8, "Member 'UCubeGridTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, ToolActions) == 0x000100, "Member 'UCubeGridTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UCubeGridTool, DuringActivityActions) == 0x000108, "Member 'UCubeGridTool::DuringActivityActions' 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_UMeshBoundaryToolBase \ +static_assert(alignof(UMeshBoundaryToolBase) == 0x000010, "Wrong alignment on UMeshBoundaryToolBase"); \ +static_assert(sizeof(UMeshBoundaryToolBase) == 0x0001B0, "Wrong size on UMeshBoundaryToolBase"); \ +static_assert(offsetof(UMeshBoundaryToolBase, SelectionMechanic) == 0x0001A0, "Member 'UMeshBoundaryToolBase::SelectionMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URevolveBoundaryTool \ +static_assert(alignof(URevolveBoundaryTool) == 0x000010, "Wrong alignment on URevolveBoundaryTool"); \ +static_assert(sizeof(URevolveBoundaryTool) == 0x000220, "Wrong size on URevolveBoundaryTool"); \ +static_assert(offsetof(URevolveBoundaryTool, OutputTypeProperties) == 0x0001C8, "Member 'URevolveBoundaryTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, Settings) == 0x0001D0, "Member 'URevolveBoundaryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, MaterialProperties) == 0x0001D8, "Member 'URevolveBoundaryTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, PlaneMechanic) == 0x0001E0, "Member 'URevolveBoundaryTool::PlaneMechanic' has a wrong offset!"); \ +static_assert(offsetof(URevolveBoundaryTool, Preview) == 0x0001E8, "Member 'URevolveBoundaryTool::Preview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDeformMeshPolygonsTool \ +static_assert(alignof(UDeformMeshPolygonsTool) == 0x000010, "Wrong alignment on UDeformMeshPolygonsTool"); \ +static_assert(sizeof(UDeformMeshPolygonsTool) == 0x001760, "Wrong size on UDeformMeshPolygonsTool"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, TargetWorld) == 0x000100, "Member 'UDeformMeshPolygonsTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, PreviewMeshActor) == 0x000108, "Member 'UDeformMeshPolygonsTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, DynamicMeshComponent) == 0x000110, "Member 'UDeformMeshPolygonsTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UDeformMeshPolygonsTool, TransformProps) == 0x000118, "Member 'UDeformMeshPolygonsTool::TransformProps' 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_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_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_UTransferMeshToolBuilder \ +static_assert(alignof(UTransferMeshToolBuilder) == 0x000008, "Wrong alignment on UTransferMeshToolBuilder"); \ +static_assert(sizeof(UTransferMeshToolBuilder) == 0x000028, "Wrong size on UTransferMeshToolBuilder"); \ + +#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_UDisplaceMeshToolBuilder \ +static_assert(alignof(UDisplaceMeshToolBuilder) == 0x000008, "Wrong alignment on UDisplaceMeshToolBuilder"); \ +static_assert(sizeof(UDisplaceMeshToolBuilder) == 0x000028, "Wrong size on UDisplaceMeshToolBuilder"); \ + +#define DUMPER7_ASSERTS_UDrawPolyPathToolBuilder \ +static_assert(alignof(UDrawPolyPathToolBuilder) == 0x000008, "Wrong alignment on UDrawPolyPathToolBuilder"); \ +static_assert(sizeof(UDrawPolyPathToolBuilder) == 0x000030, "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_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_UDynamicMeshBrushTool \ +static_assert(alignof(UDynamicMeshBrushTool) == 0x000008, "Wrong alignment on UDynamicMeshBrushTool"); \ +static_assert(sizeof(UDynamicMeshBrushTool) == 0x0002B0, "Wrong size on UDynamicMeshBrushTool"); \ +static_assert(offsetof(UDynamicMeshBrushTool, PreviewMesh) == 0x000270, "Member 'UDynamicMeshBrushTool::PreviewMesh' 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_UAcceptOutputProperties \ +static_assert(alignof(UAcceptOutputProperties) == 0x000008, "Wrong alignment on UAcceptOutputProperties"); \ +static_assert(sizeof(UAcceptOutputProperties) == 0x0000B0, "Wrong size on UAcceptOutputProperties"); \ +static_assert(offsetof(UAcceptOutputProperties, bExportSeparatedPiecesAsNewMeshAssets) == 0x0000A8, "Member 'UAcceptOutputProperties::bExportSeparatedPiecesAsNewMeshAssets' has a wrong offset!"); \ + +#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_URemeshMeshToolProperties \ +static_assert(alignof(URemeshMeshToolProperties) == 0x000008, "Wrong alignment on URemeshMeshToolProperties"); \ +static_assert(sizeof(URemeshMeshToolProperties) == 0x0000D8, "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!"); \ + +#define DUMPER7_ASSERTS_UProjectToTargetToolProperties \ +static_assert(alignof(UProjectToTargetToolProperties) == 0x000008, "Wrong alignment on UProjectToTargetToolProperties"); \ +static_assert(sizeof(UProjectToTargetToolProperties) == 0x0000F8, "Wrong size on UProjectToTargetToolProperties"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bWorldSpace) == 0x0000D8, "Member 'UProjectToTargetToolProperties::bWorldSpace' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bParallel) == 0x0000D9, "Member 'UProjectToTargetToolProperties::bParallel' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FaceProjectionPassesPerRemeshIteration) == 0x0000DC, "Member 'UProjectToTargetToolProperties::FaceProjectionPassesPerRemeshIteration' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, SurfaceProjectionSpeed) == 0x0000E0, "Member 'UProjectToTargetToolProperties::SurfaceProjectionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, NormalAlignmentSpeed) == 0x0000E4, "Member 'UProjectToTargetToolProperties::NormalAlignmentSpeed' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, bSmoothInFillAreas) == 0x0000E8, "Member 'UProjectToTargetToolProperties::bSmoothInFillAreas' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FillAreaDistanceMultiplier) == 0x0000EC, "Member 'UProjectToTargetToolProperties::FillAreaDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UProjectToTargetToolProperties, FillAreaSmoothMultiplier) == 0x0000F0, "Member 'UProjectToTargetToolProperties::FillAreaSmoothMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDynamicMeshSculptTool \ +static_assert(alignof(UDynamicMeshSculptTool) == 0x000010, "Wrong alignment on UDynamicMeshSculptTool"); \ +static_assert(sizeof(UDynamicMeshSculptTool) == 0x001000, "Wrong size on UDynamicMeshSculptTool"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushProperties) == 0x0000F8, "Member 'UDynamicMeshSculptTool::BrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptProperties) == 0x000100, "Member 'UDynamicMeshSculptTool::SculptProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptMaxBrushProperties) == 0x000108, "Member 'UDynamicMeshSculptTool::SculptMaxBrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, KelvinBrushProperties) == 0x000110, "Member 'UDynamicMeshSculptTool::KelvinBrushProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, RemeshProperties) == 0x000118, "Member 'UDynamicMeshSculptTool::RemeshProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, GizmoProperties) == 0x000120, "Member 'UDynamicMeshSculptTool::GizmoProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, ViewProperties) == 0x000128, "Member 'UDynamicMeshSculptTool::ViewProperties' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, SculptToolActions) == 0x000130, "Member 'UDynamicMeshSculptTool::SculptToolActions' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicator) == 0x000190, "Member 'UDynamicMeshSculptTool::BrushIndicator' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMaterial) == 0x000198, "Member 'UDynamicMeshSculptTool::BrushIndicatorMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, BrushIndicatorMesh) == 0x0001A0, "Member 'UDynamicMeshSculptTool::BrushIndicatorMesh' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, DynamicMeshComponent) == 0x0001A8, "Member 'UDynamicMeshSculptTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, ActiveOverrideMaterial) == 0x0001B0, "Member 'UDynamicMeshSculptTool::ActiveOverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformGizmo) == 0x000FE0, "Member 'UDynamicMeshSculptTool::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshSculptTool, PlaneTransformProxy) == 0x000FE8, "Member 'UDynamicMeshSculptTool::PlaneTransformProxy' has a wrong offset!"); \ + +#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_USmoothMeshToolBuilder \ +static_assert(alignof(USmoothMeshToolBuilder) == 0x000008, "Wrong alignment on USmoothMeshToolBuilder"); \ +static_assert(sizeof(USmoothMeshToolBuilder) == 0x000028, "Wrong size on USmoothMeshToolBuilder"); \ + +#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!"); \ + +#define DUMPER7_ASSERTS_UEditNormalsAdvancedProperties \ +static_assert(alignof(UEditNormalsAdvancedProperties) == 0x000008, "Wrong alignment on UEditNormalsAdvancedProperties"); \ +static_assert(sizeof(UEditNormalsAdvancedProperties) == 0x0000A8, "Wrong size on UEditNormalsAdvancedProperties"); \ + +#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_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) == 0x000140, "Wrong size on UEditNormalsTool"); \ +static_assert(offsetof(UEditNormalsTool, BasicProperties) == 0x0000B8, "Member 'UEditNormalsTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, AdvancedProperties) == 0x0000C0, "Member 'UEditNormalsTool::AdvancedProperties' has a wrong offset!"); \ +static_assert(offsetof(UEditNormalsTool, Previews) == 0x0000C8, "Member 'UEditNormalsTool::Previews' 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_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, bEnableSnapDragging) == 0x0000A8, "Member 'UEditPivotToolProperties::bEnableSnapDragging' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotToolProperties, RotationMode) == 0x0000A9, "Member 'UEditPivotToolProperties::RotationMode' 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_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) == 0x000230, "Wrong size on UEditPivotTool"); \ +static_assert(offsetof(UEditPivotTool, TransformProps) == 0x0000C0, "Member 'UEditPivotTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, EditPivotActions) == 0x0000C8, "Member 'UEditPivotTool::EditPivotActions' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, ActiveGizmos) == 0x0001A0, "Member 'UEditPivotTool::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UEditPivotTool, DragAlignmentMechanic) == 0x0001B0, "Member 'UEditPivotTool::DragAlignmentMechanic' has a wrong offset!"); \ + +#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_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) == 0x000430, "Wrong size on UEditUVIslandsTool"); \ +static_assert(offsetof(UEditUVIslandsTool, MaterialSettings) == 0x0000F8, "Member 'UEditUVIslandsTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, CheckerMaterial) == 0x000100, "Member 'UEditUVIslandsTool::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, TargetWorld) == 0x000108, "Member 'UEditUVIslandsTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, PreviewMeshActor) == 0x000110, "Member 'UEditUVIslandsTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, DynamicMeshComponent) == 0x000118, "Member 'UEditUVIslandsTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, SelectionMechanic) == 0x000120, "Member 'UEditUVIslandsTool::SelectionMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditUVIslandsTool, MultiTransformer) == 0x000130, "Member 'UEditUVIslandsTool::MultiTransformer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USelfUnionMeshesTool \ +static_assert(alignof(USelfUnionMeshesTool) == 0x000008, "Wrong alignment on USelfUnionMeshesTool"); \ +static_assert(sizeof(USelfUnionMeshesTool) == 0x000130, "Wrong size on USelfUnionMeshesTool"); \ +static_assert(offsetof(USelfUnionMeshesTool, Properties) == 0x000100, "Member 'USelfUnionMeshesTool::Properties' has a wrong offset!"); \ +static_assert(offsetof(USelfUnionMeshesTool, DrawnLineSet) == 0x000108, "Member 'USelfUnionMeshesTool::DrawnLineSet' 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_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, bWeldEdges) == 0x0000A9, "Member 'UExtractCollisionToolProperties::bWeldEdges' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bOutputSeparateMeshes) == 0x0000AA, "Member 'UExtractCollisionToolProperties::bOutputSeparateMeshes' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bShowPreview) == 0x0000AB, "Member 'UExtractCollisionToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionToolProperties, bShowInputMesh) == 0x0000AC, "Member 'UExtractCollisionToolProperties::bShowInputMesh' 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_UExtractCollisionGeometryTool \ +static_assert(alignof(UExtractCollisionGeometryTool) == 0x000008, "Wrong alignment on UExtractCollisionGeometryTool"); \ +static_assert(sizeof(UExtractCollisionGeometryTool) == 0x000330, "Wrong size on UExtractCollisionGeometryTool"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, OutputTypeProperties) == 0x0000B8, "Member 'UExtractCollisionGeometryTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, Settings) == 0x0000C0, "Member 'UExtractCollisionGeometryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, VizSettings) == 0x0000C8, "Member 'UExtractCollisionGeometryTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, ObjectProps) == 0x0000D0, "Member 'UExtractCollisionGeometryTool::ObjectProps' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, PreviewElements) == 0x0000D8, "Member 'UExtractCollisionGeometryTool::PreviewElements' has a wrong offset!"); \ +static_assert(offsetof(UExtractCollisionGeometryTool, PreviewMesh) == 0x0000E0, "Member 'UExtractCollisionGeometryTool::PreviewMesh' 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_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_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_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_UOffsetMeshToolBuilder \ +static_assert(alignof(UOffsetMeshToolBuilder) == 0x000008, "Wrong alignment on UOffsetMeshToolBuilder"); \ +static_assert(sizeof(UOffsetMeshToolBuilder) == 0x000028, "Wrong size on UOffsetMeshToolBuilder"); \ + +#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_USkinWeightsBindingTool \ +static_assert(alignof(USkinWeightsBindingTool) == 0x000008, "Wrong alignment on USkinWeightsBindingTool"); \ +static_assert(sizeof(USkinWeightsBindingTool) == 0x0002E0, "Wrong size on USkinWeightsBindingTool"); \ +static_assert(offsetof(USkinWeightsBindingTool, Properties) == 0x0000C0, "Member 'USkinWeightsBindingTool::Properties' has a wrong offset!"); \ +static_assert(offsetof(USkinWeightsBindingTool, Preview) == 0x0000C8, "Member 'USkinWeightsBindingTool::Preview' 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) == 0x0000B8, "Member 'UHoleFillTool::SmoothHoleFillProperties' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Properties) == 0x0000C0, "Member 'UHoleFillTool::Properties' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Actions) == 0x0000C8, "Member 'UHoleFillTool::Actions' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Statistics) == 0x0000D0, "Member 'UHoleFillTool::Statistics' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, Preview) == 0x0000D8, "Member 'UHoleFillTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UHoleFillTool, SelectionMechanic) == 0x0000E0, "Member 'UHoleFillTool::SelectionMechanic' 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_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_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_UProjectToTargetToolBuilder \ +static_assert(alignof(UProjectToTargetToolBuilder) == 0x000008, "Wrong alignment on UProjectToTargetToolBuilder"); \ +static_assert(sizeof(UProjectToTargetToolBuilder) == 0x000028, "Wrong size on UProjectToTargetToolBuilder"); \ + +#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_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_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) == 0x0000D0, "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) == 0x0000C4, "Member 'ULatticeDeformerToolProperties::GizmoCoordinateSystem' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bSetPivotMode) == 0x0000C8, "Member 'ULatticeDeformerToolProperties::bSetPivotMode' has a wrong offset!"); \ +static_assert(offsetof(ULatticeDeformerToolProperties, bSoftDeformation) == 0x0000C9, "Member 'ULatticeDeformerToolProperties::bSoftDeformation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinWeightsBindingToolBuilder \ +static_assert(alignof(USkinWeightsBindingToolBuilder) == 0x000008, "Wrong alignment on USkinWeightsBindingToolBuilder"); \ +static_assert(sizeof(USkinWeightsBindingToolBuilder) == 0x000028, "Wrong size on USkinWeightsBindingToolBuilder"); \ + +#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_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_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_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) == 0x0007D0, "Wrong size on UMeshAttributePaintTool"); \ +static_assert(offsetof(UMeshAttributePaintTool, BrushActionProps) == 0x0002B0, "Member 'UMeshAttributePaintTool::BrushActionProps' has a wrong offset!"); \ +static_assert(offsetof(UMeshAttributePaintTool, AttribProps) == 0x0002B8, "Member 'UMeshAttributePaintTool::AttribProps' 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_UGroupPaintBrushFilterProperties \ +static_assert(alignof(UGroupPaintBrushFilterProperties) == 0x000008, "Wrong alignment on UGroupPaintBrushFilterProperties"); \ +static_assert(sizeof(UGroupPaintBrushFilterProperties) == 0x0000D0, "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!"); \ + +#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_UMeshGroupPaintTool \ +static_assert(alignof(UMeshGroupPaintTool) == 0x000010, "Wrong alignment on UMeshGroupPaintTool"); \ +static_assert(sizeof(UMeshGroupPaintTool) == 0x000FA0, "Wrong size on UMeshGroupPaintTool"); \ +static_assert(offsetof(UMeshGroupPaintTool, PolygroupLayerProperties) == 0x000B88, "Member 'UMeshGroupPaintTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, FilterProperties) == 0x000B90, "Member 'UMeshGroupPaintTool::FilterProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PaintBrushOpProperties) == 0x000B98, "Member 'UMeshGroupPaintTool::PaintBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, EraseBrushOpProperties) == 0x000BA0, "Member 'UMeshGroupPaintTool::EraseBrushOpProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, FreezeActions) == 0x000BA8, "Member 'UMeshGroupPaintTool::FreezeActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PolyLassoMechanic) == 0x000BB8, "Member 'UMeshGroupPaintTool::PolyLassoMechanic' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, PreviewMeshActor) == 0x000BC0, "Member 'UMeshGroupPaintTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, DynamicMeshComponent) == 0x000BC8, "Member 'UMeshGroupPaintTool::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UMeshGroupPaintTool, MeshElementsDisplay) == 0x000BD0, "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_UMeshInspectorTool \ +static_assert(alignof(UMeshInspectorTool) == 0x000008, "Wrong alignment on UMeshInspectorTool"); \ +static_assert(sizeof(UMeshInspectorTool) == 0x000158, "Wrong size on UMeshInspectorTool"); \ +static_assert(offsetof(UMeshInspectorTool, Settings) == 0x0000B8, "Member 'UMeshInspectorTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, MaterialSettings) == 0x0000C0, "Member 'UMeshInspectorTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, PreviewMesh) == 0x0000D0, "Member 'UMeshInspectorTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, DrawnLineSet) == 0x0000D8, "Member 'UMeshInspectorTool::DrawnLineSet' has a wrong offset!"); \ +static_assert(offsetof(UMeshInspectorTool, DefaultMaterial) == 0x0000E0, "Member 'UMeshInspectorTool::DefaultMaterial' 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_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_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_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_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_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_UMeshSelectionToolBuilder \ +static_assert(alignof(UMeshSelectionToolBuilder) == 0x000008, "Wrong alignment on UMeshSelectionToolBuilder"); \ +static_assert(sizeof(UMeshSelectionToolBuilder) == 0x000030, "Wrong size on UMeshSelectionToolBuilder"); \ + +#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_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_UMeshSelectionTool \ +static_assert(alignof(UMeshSelectionTool) == 0x000008, "Wrong alignment on UMeshSelectionTool"); \ +static_assert(sizeof(UMeshSelectionTool) == 0x000680, "Wrong size on UMeshSelectionTool"); \ +static_assert(offsetof(UMeshSelectionTool, SelectionProps) == 0x0002B8, "Member 'UMeshSelectionTool::SelectionProps' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, SelectionActions) == 0x0002C0, "Member 'UMeshSelectionTool::SelectionActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, EditActions) == 0x0002C8, "Member 'UMeshSelectionTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, MeshStatisticsProperties) == 0x0002D0, "Member 'UMeshSelectionTool::MeshStatisticsProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, MeshElementsDisplay) == 0x0002D8, "Member 'UMeshSelectionTool::MeshElementsDisplay' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, UVChannelProperties) == 0x0002E0, "Member 'UMeshSelectionTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, PolygroupLayerProperties) == 0x0002E8, "Member 'UMeshSelectionTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, Selection) == 0x0002F0, "Member 'UMeshSelectionTool::Selection' has a wrong offset!"); \ +static_assert(offsetof(UMeshSelectionTool, SpawnedActors) == 0x0002F8, "Member 'UMeshSelectionTool::SpawnedActors' has a wrong offset!"); \ + +#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_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_UMeshSpaceDeformerToolBuilder \ +static_assert(alignof(UMeshSpaceDeformerToolBuilder) == 0x000008, "Wrong alignment on UMeshSpaceDeformerToolBuilder"); \ +static_assert(sizeof(UMeshSpaceDeformerToolBuilder) == 0x000028, "Wrong size on UMeshSpaceDeformerToolBuilder"); \ + +#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_UMeshVertexSculptToolBuilder \ +static_assert(alignof(UMeshVertexSculptToolBuilder) == 0x000008, "Wrong alignment on UMeshVertexSculptToolBuilder"); \ +static_assert(sizeof(UMeshVertexSculptToolBuilder) == 0x000030, "Wrong size on UMeshVertexSculptToolBuilder"); \ + +#define DUMPER7_ASSERTS_UVertexBrushAlphaProperties \ +static_assert(alignof(UVertexBrushAlphaProperties) == 0x000008, "Wrong alignment on UVertexBrushAlphaProperties"); \ +static_assert(sizeof(UVertexBrushAlphaProperties) == 0x0000C0, "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!"); \ + +#define DUMPER7_ASSERTS_UMeshVertexSculptTool \ +static_assert(alignof(UMeshVertexSculptTool) == 0x000010, "Wrong alignment on UMeshVertexSculptTool"); \ +static_assert(sizeof(UMeshVertexSculptTool) == 0x001480, "Wrong size on UMeshVertexSculptTool"); \ +static_assert(offsetof(UMeshVertexSculptTool, SculptProperties) == 0x000B88, "Member 'UMeshVertexSculptTool::SculptProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, AlphaProperties) == 0x000B90, "Member 'UMeshVertexSculptTool::AlphaProperties' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, BrushAlpha) == 0x000B98, "Member 'UMeshVertexSculptTool::BrushAlpha' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, PreviewMeshActor) == 0x000BA0, "Member 'UMeshVertexSculptTool::PreviewMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UMeshVertexSculptTool, DynamicMeshComponent) == 0x000BA8, "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, bWeldVerticesOnMirrorPlane) == 0x0000AA, "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, CtrlClickBehavior) == 0x0000B9, "Member 'UMirrorToolProperties::CtrlClickBehavior' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bButtonsOnlyChangeOrientation) == 0x0000BA, "Member 'UMirrorToolProperties::bButtonsOnlyChangeOrientation' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, bShowPreview) == 0x0000BB, "Member 'UMirrorToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UMirrorToolProperties, SaveMode) == 0x0000BC, "Member 'UMirrorToolProperties::SaveMode' has a wrong offset!"); \ + +#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) == 0x0000B0, "Wrong size on UMirrorToolActionPropertySet"); \ + +#define DUMPER7_ASSERTS_UMirrorTool \ +static_assert(alignof(UMirrorTool) == 0x000008, "Wrong alignment on UMirrorTool"); \ +static_assert(sizeof(UMirrorTool) == 0x000168, "Wrong size on UMirrorTool"); \ +static_assert(offsetof(UMirrorTool, Settings) == 0x0000C0, "Member 'UMirrorTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, ToolActions) == 0x0000C8, "Member 'UMirrorTool::ToolActions' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, MeshesToMirror) == 0x0000D0, "Member 'UMirrorTool::MeshesToMirror' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, Previews) == 0x0000E0, "Member 'UMirrorTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UMirrorTool, PlaneMechanic) == 0x000120, "Member 'UMirrorTool::PlaneMechanic' 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_UPhysicsInspectorToolBuilder \ +static_assert(alignof(UPhysicsInspectorToolBuilder) == 0x000008, "Wrong alignment on UPhysicsInspectorToolBuilder"); \ +static_assert(sizeof(UPhysicsInspectorToolBuilder) == 0x000028, "Wrong size on UPhysicsInspectorToolBuilder"); \ + +#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_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, bShowPreview) == 0x0000B0, "Member 'UPlaneCutToolProperties::bShowPreview' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bFillCutHole) == 0x0000B1, "Member 'UPlaneCutToolProperties::bFillCutHole' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutToolProperties, bFillSpans) == 0x0000B2, "Member 'UPlaneCutToolProperties::bFillSpans' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlaneCutTool \ +static_assert(alignof(UPlaneCutTool) == 0x000010, "Wrong alignment on UPlaneCutTool"); \ +static_assert(sizeof(UPlaneCutTool) == 0x0001A0, "Wrong size on UPlaneCutTool"); \ +static_assert(offsetof(UPlaneCutTool, BasicProperties) == 0x0000B8, "Member 'UPlaneCutTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, AcceptProperties) == 0x0000C0, "Member 'UPlaneCutTool::AcceptProperties' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, Previews) == 0x0000C8, "Member 'UPlaneCutTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, MeshesToCut) == 0x0000D8, "Member 'UPlaneCutTool::MeshesToCut' has a wrong offset!"); \ +static_assert(offsetof(UPlaneCutTool, PlaneMechanic) == 0x0000E8, "Member 'UPlaneCutTool::PlaneMechanic' 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_URemeshMeshToolBuilder \ +static_assert(alignof(URemeshMeshToolBuilder) == 0x000008, "Wrong alignment on URemeshMeshToolBuilder"); \ +static_assert(sizeof(URemeshMeshToolBuilder) == 0x000028, "Wrong size on URemeshMeshToolBuilder"); \ + +#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_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_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_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_USeamSculptToolBuilder \ +static_assert(alignof(USeamSculptToolBuilder) == 0x000008, "Wrong alignment on USeamSculptToolBuilder"); \ +static_assert(sizeof(USeamSculptToolBuilder) == 0x000030, "Wrong size on USeamSculptToolBuilder"); \ + +#define DUMPER7_ASSERTS_USeamSculptTool \ +static_assert(alignof(USeamSculptTool) == 0x000010, "Wrong alignment on USeamSculptTool"); \ +static_assert(sizeof(USeamSculptTool) == 0x0003A0, "Wrong size on USeamSculptTool"); \ +static_assert(offsetof(USeamSculptTool, Settings) == 0x0002B0, "Member 'USeamSculptTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(USeamSculptTool, PreviewGeom) == 0x0002B8, "Member 'USeamSculptTool::PreviewGeom' 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_USetCollisionGeometryToolBuilder \ +static_assert(alignof(USetCollisionGeometryToolBuilder) == 0x000008, "Wrong alignment on USetCollisionGeometryToolBuilder"); \ +static_assert(sizeof(USetCollisionGeometryToolBuilder) == 0x000028, "Wrong size on USetCollisionGeometryToolBuilder"); \ + +#define DUMPER7_ASSERTS_USetCollisionGeometryTool \ +static_assert(alignof(USetCollisionGeometryTool) == 0x000010, "Wrong alignment on USetCollisionGeometryTool"); \ +static_assert(sizeof(USetCollisionGeometryTool) == 0x000250, "Wrong size on USetCollisionGeometryTool"); \ +static_assert(offsetof(USetCollisionGeometryTool, Settings) == 0x0000B8, "Member 'USetCollisionGeometryTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, PolygroupLayerProperties) == 0x0000C0, "Member 'USetCollisionGeometryTool::PolygroupLayerProperties' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, VizSettings) == 0x0000C8, "Member 'USetCollisionGeometryTool::VizSettings' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, CollisionProps) == 0x0000D0, "Member 'USetCollisionGeometryTool::CollisionProps' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, LineMaterial) == 0x0000D8, "Member 'USetCollisionGeometryTool::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(USetCollisionGeometryTool, PreviewGeom) == 0x0000E0, "Member 'USetCollisionGeometryTool::PreviewGeom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinWeightsBindingToolProperties \ +static_assert(alignof(USkinWeightsBindingToolProperties) == 0x000008, "Wrong alignment on USkinWeightsBindingToolProperties"); \ +static_assert(sizeof(USkinWeightsBindingToolProperties) == 0x0000E0, "Wrong size on USkinWeightsBindingToolProperties"); \ +static_assert(offsetof(USkinWeightsBindingToolProperties, CurrentBone) == 0x0000B0, "Member 'USkinWeightsBindingToolProperties::CurrentBone' has a wrong offset!"); \ +static_assert(offsetof(USkinWeightsBindingToolProperties, BindingType) == 0x0000C0, "Member 'USkinWeightsBindingToolProperties::BindingType' has a wrong offset!"); \ +static_assert(offsetof(USkinWeightsBindingToolProperties, Stiffness) == 0x0000C4, "Member 'USkinWeightsBindingToolProperties::Stiffness' has a wrong offset!"); \ +static_assert(offsetof(USkinWeightsBindingToolProperties, MaxInfluences) == 0x0000C8, "Member 'USkinWeightsBindingToolProperties::MaxInfluences' has a wrong offset!"); \ +static_assert(offsetof(USkinWeightsBindingToolProperties, VoxelResolution) == 0x0000CC, "Member 'USkinWeightsBindingToolProperties::VoxelResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinWeightsPaintToolBuilder \ +static_assert(alignof(USkinWeightsPaintToolBuilder) == 0x000008, "Wrong alignment on USkinWeightsPaintToolBuilder"); \ +static_assert(sizeof(USkinWeightsPaintToolBuilder) == 0x000030, "Wrong size on USkinWeightsPaintToolBuilder"); \ + +#define DUMPER7_ASSERTS_USkinWeightsPaintToolProperties \ +static_assert(alignof(USkinWeightsPaintToolProperties) == 0x000008, "Wrong alignment on USkinWeightsPaintToolProperties"); \ +static_assert(sizeof(USkinWeightsPaintToolProperties) == 0x0000C8, "Wrong size on USkinWeightsPaintToolProperties"); \ +static_assert(offsetof(USkinWeightsPaintToolProperties, CurrentBone) == 0x0000B0, "Member 'USkinWeightsPaintToolProperties::CurrentBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkinWeightsPaintTool \ +static_assert(alignof(USkinWeightsPaintTool) == 0x000010, "Wrong alignment on USkinWeightsPaintTool"); \ +static_assert(sizeof(USkinWeightsPaintTool) == 0x0009A0, "Wrong size on USkinWeightsPaintTool"); \ +static_assert(offsetof(USkinWeightsPaintTool, ToolProps) == 0x0002B0, "Member 'USkinWeightsPaintTool::ToolProps' 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_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_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_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_USmoothMeshTool \ +static_assert(alignof(USmoothMeshTool) == 0x000010, "Wrong alignment on USmoothMeshTool"); \ +static_assert(sizeof(USmoothMeshTool) == 0x000430, "Wrong size on USmoothMeshTool"); \ +static_assert(offsetof(USmoothMeshTool, SmoothProperties) == 0x000400, "Member 'USmoothMeshTool::SmoothProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, IterativeProperties) == 0x000408, "Member 'USmoothMeshTool::IterativeProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, DiffusionProperties) == 0x000410, "Member 'USmoothMeshTool::DiffusionProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, ImplicitProperties) == 0x000418, "Member 'USmoothMeshTool::ImplicitProperties' has a wrong offset!"); \ +static_assert(offsetof(USmoothMeshTool, WeightMapProperties) == 0x000420, "Member 'USmoothMeshTool::WeightMapProperties' has a wrong offset!"); \ + +#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_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_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, 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_UTransformMeshesTool \ +static_assert(alignof(UTransformMeshesTool) == 0x000010, "Wrong alignment on UTransformMeshesTool"); \ +static_assert(sizeof(UTransformMeshesTool) == 0x000190, "Wrong size on UTransformMeshesTool"); \ +static_assert(offsetof(UTransformMeshesTool, TransformProps) == 0x0000C0, "Member 'UTransformMeshesTool::TransformProps' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesTool, ActiveGizmos) == 0x0000C8, "Member 'UTransformMeshesTool::ActiveGizmos' has a wrong offset!"); \ +static_assert(offsetof(UTransformMeshesTool, DragAlignmentMechanic) == 0x0000D8, "Member 'UTransformMeshesTool::DragAlignmentMechanic' has a wrong offset!"); \ + +#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_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_UVolumeToMeshTool \ +static_assert(alignof(UVolumeToMeshTool) == 0x000008, "Wrong alignment on UVolumeToMeshTool"); \ +static_assert(sizeof(UVolumeToMeshTool) == 0x000308, "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) == 0x0000D0, "Member 'UVolumeToMeshTool::VolumeEdgesSet' 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_UVoxelBlendMeshesTool \ +static_assert(alignof(UVoxelBlendMeshesTool) == 0x000008, "Wrong alignment on UVoxelBlendMeshesTool"); \ +static_assert(sizeof(UVoxelBlendMeshesTool) == 0x000120, "Wrong size on UVoxelBlendMeshesTool"); \ +static_assert(offsetof(UVoxelBlendMeshesTool, BlendProperties) == 0x000118, "Member 'UVoxelBlendMeshesTool::BlendProperties' 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_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_UVoxelMorphologyMeshesToolBuilder \ +static_assert(alignof(UVoxelMorphologyMeshesToolBuilder) == 0x000008, "Wrong alignment on UVoxelMorphologyMeshesToolBuilder"); \ +static_assert(sizeof(UVoxelMorphologyMeshesToolBuilder) == 0x000028, "Wrong size on UVoxelMorphologyMeshesToolBuilder"); \ + +#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_UVoxelSolidifyMeshesTool \ +static_assert(alignof(UVoxelSolidifyMeshesTool) == 0x000008, "Wrong alignment on UVoxelSolidifyMeshesTool"); \ +static_assert(sizeof(UVoxelSolidifyMeshesTool) == 0x000120, "Wrong size on UVoxelSolidifyMeshesTool"); \ +static_assert(offsetof(UVoxelSolidifyMeshesTool, SolidifyProperties) == 0x000118, "Member 'UVoxelSolidifyMeshesTool::SolidifyProperties' 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_UWeldMeshEdgesToolBuilder \ +static_assert(alignof(UWeldMeshEdgesToolBuilder) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolBuilder"); \ +static_assert(sizeof(UWeldMeshEdgesToolBuilder) == 0x000028, "Wrong size on UWeldMeshEdgesToolBuilder"); \ + +#define DUMPER7_ASSERTS_UWeldMeshEdgesToolProperties \ +static_assert(alignof(UWeldMeshEdgesToolProperties) == 0x000008, "Wrong alignment on UWeldMeshEdgesToolProperties"); \ +static_assert(sizeof(UWeldMeshEdgesToolProperties) == 0x0000B0, "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!"); \ + +#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_UWeldMeshEdgesTool \ +static_assert(alignof(UWeldMeshEdgesTool) == 0x000008, "Wrong alignment on UWeldMeshEdgesTool"); \ +static_assert(sizeof(UWeldMeshEdgesTool) == 0x0000E8, "Wrong size on UWeldMeshEdgesTool"); \ +static_assert(offsetof(UWeldMeshEdgesTool, Settings) == 0x0000B8, "Member 'UWeldMeshEdgesTool::Settings' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, PreviewCompute) == 0x0000C0, "Member 'UWeldMeshEdgesTool::PreviewCompute' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, MeshElementsDisplay) == 0x0000C8, "Member 'UWeldMeshEdgesTool::MeshElementsDisplay' has a wrong offset!"); \ +static_assert(offsetof(UWeldMeshEdgesTool, OperatorFactory) == 0x0000D0, "Member 'UWeldMeshEdgesTool::OperatorFactory' 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_FCreateMeshObjectParams \ +static_assert(alignof(FCreateMeshObjectParams) == 0x000010, "Wrong alignment on FCreateMeshObjectParams"); \ +static_assert(sizeof(FCreateMeshObjectParams) == 0x0005C0, "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) == 0x0000C2, "Member 'FCreateMeshObjectParams::bEnableRaytracingSupport' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRecomputeNormals) == 0x0000C3, "Member 'FCreateMeshObjectParams::bEnableRecomputeNormals' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableRecomputeTangents) == 0x0000C4, "Member 'FCreateMeshObjectParams::bEnableRecomputeTangents' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, bEnableNanite) == 0x0000C5, "Member 'FCreateMeshObjectParams::bEnableNanite' has a wrong offset!"); \ +static_assert(offsetof(FCreateMeshObjectParams, NaniteProxyTrianglePercent) == 0x0000C8, "Member 'FCreateMeshObjectParams::NaniteProxyTrianglePercent' 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_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_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_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_IDynamicMeshProvider \ +static_assert(alignof(IDynamicMeshProvider) == 0x000001, "Wrong alignment on IDynamicMeshProvider"); \ +static_assert(sizeof(IDynamicMeshProvider) == 0x000001, "Wrong size on IDynamicMeshProvider"); \ + +#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_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_UBaseMeshProcessingToolBuilder \ +static_assert(alignof(UBaseMeshProcessingToolBuilder) == 0x000008, "Wrong alignment on UBaseMeshProcessingToolBuilder"); \ +static_assert(sizeof(UBaseMeshProcessingToolBuilder) == 0x000028, "Wrong size on UBaseMeshProcessingToolBuilder"); \ + +#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_UInteractiveToolActivity \ +static_assert(alignof(UInteractiveToolActivity) == 0x000008, "Wrong alignment on UInteractiveToolActivity"); \ +static_assert(sizeof(UInteractiveToolActivity) == 0x000030, "Wrong size on UInteractiveToolActivity"); \ + +#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_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_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_UPlaneDistanceFromHitMechanic \ +static_assert(alignof(UPlaneDistanceFromHitMechanic) == 0x000008, "Wrong alignment on UPlaneDistanceFromHitMechanic"); \ +static_assert(sizeof(UPlaneDistanceFromHitMechanic) == 0x000510, "Wrong size on UPlaneDistanceFromHitMechanic"); \ + +#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_IPersistentDynamicMeshSource \ +static_assert(alignof(IPersistentDynamicMeshSource) == 0x000001, "Wrong alignment on IPersistentDynamicMeshSource"); \ +static_assert(sizeof(IPersistentDynamicMeshSource) == 0x000001, "Wrong size on IPersistentDynamicMeshSource"); \ + +#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_UCollectSurfacePathMechanic \ +static_assert(alignof(UCollectSurfacePathMechanic) == 0x000008, "Wrong alignment on UCollectSurfacePathMechanic"); \ +static_assert(sizeof(UCollectSurfacePathMechanic) == 0x0005C0, "Wrong size on UCollectSurfacePathMechanic"); \ + +#define DUMPER7_ASSERTS_USingleSelectionMeshEditingTool \ +static_assert(alignof(USingleSelectionMeshEditingTool) == 0x000008, "Wrong alignment on USingleSelectionMeshEditingTool"); \ +static_assert(sizeof(USingleSelectionMeshEditingTool) == 0x0000B8, "Wrong size on USingleSelectionMeshEditingTool"); \ +static_assert(offsetof(USingleSelectionMeshEditingTool, TargetWorld) == 0x0000A8, "Member 'USingleSelectionMeshEditingTool::TargetWorld' has a wrong offset!"); \ +static_assert(offsetof(USingleSelectionMeshEditingTool, InputSelection) == 0x0000B0, "Member 'USingleSelectionMeshEditingTool::InputSelection' has a wrong offset!"); \ + +#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_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_UBaseCreateFromSelectedTool \ +static_assert(alignof(UBaseCreateFromSelectedTool) == 0x000008, "Wrong alignment on UBaseCreateFromSelectedTool"); \ +static_assert(sizeof(UBaseCreateFromSelectedTool) == 0x000100, "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, Preview) == 0x0000D8, "Member 'UBaseCreateFromSelectedTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformProxies) == 0x0000E0, "Member 'UBaseCreateFromSelectedTool::TransformProxies' has a wrong offset!"); \ +static_assert(offsetof(UBaseCreateFromSelectedTool, TransformGizmos) == 0x0000F0, "Member 'UBaseCreateFromSelectedTool::TransformGizmos' has a wrong offset!"); \ + +#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_UBaseVoxelTool \ +static_assert(alignof(UBaseVoxelTool) == 0x000008, "Wrong alignment on UBaseVoxelTool"); \ +static_assert(sizeof(UBaseVoxelTool) == 0x000118, "Wrong size on UBaseVoxelTool"); \ +static_assert(offsetof(UBaseVoxelTool, VoxProperties) == 0x000100, "Member 'UBaseVoxelTool::VoxProperties' has a wrong offset!"); \ + +#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_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_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!"); \ + +#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_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) == 0x000260, "Wrong size on UDragAlignmentMechanic"); \ + +#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_IDynamicMeshCommitter \ +static_assert(alignof(IDynamicMeshCommitter) == 0x000001, "Wrong alignment on IDynamicMeshCommitter"); \ +static_assert(sizeof(IDynamicMeshCommitter) == 0x000001, "Wrong size on IDynamicMeshCommitter"); \ + +#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_ULatticeControlPointsMechanic \ +static_assert(alignof(ULatticeControlPointsMechanic) == 0x000010, "Wrong alignment on ULatticeControlPointsMechanic"); \ +static_assert(sizeof(ULatticeControlPointsMechanic) == 0x0004F0, "Wrong size on ULatticeControlPointsMechanic"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, PreviewGeometryActor) == 0x000210, "Member 'ULatticeControlPointsMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, DrawnControlPoints) == 0x000218, "Member 'ULatticeControlPointsMechanic::DrawnControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, DrawnLatticeEdges) == 0x000220, "Member 'ULatticeControlPointsMechanic::DrawnLatticeEdges' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, PointTransformProxy) == 0x0002D0, "Member 'ULatticeControlPointsMechanic::PointTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, PointTransformGizmo) == 0x0002D8, "Member 'ULatticeControlPointsMechanic::PointTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(ULatticeControlPointsMechanic, MarqueeMechanic) == 0x000338, "Member 'ULatticeControlPointsMechanic::MarqueeMechanic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineSetComponent \ +static_assert(alignof(ULineSetComponent) == 0x000010, "Wrong alignment on ULineSetComponent"); \ +static_assert(sizeof(ULineSetComponent) == 0x000610, "Wrong size on ULineSetComponent"); \ +static_assert(offsetof(ULineSetComponent, LineMaterial) == 0x000590, "Member 'ULineSetComponent::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULineSetComponent, Bounds) == 0x000598, "Member 'ULineSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(ULineSetComponent, bBoundsDirty) == 0x0005D0, "Member 'ULineSetComponent::bBoundsDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshElementsVisualizerProperties \ +static_assert(alignof(UMeshElementsVisualizerProperties) == 0x000008, "Wrong alignment on UMeshElementsVisualizerProperties"); \ +static_assert(sizeof(UMeshElementsVisualizerProperties) == 0x0000D0, "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, bShowColorSeams) == 0x0000AD, "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, ColorSeamColor) == 0x0000C4, "Member 'UMeshElementsVisualizerProperties::ColorSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, DepthBias) == 0x0000C8, "Member 'UMeshElementsVisualizerProperties::DepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizerProperties, bAdjustDepthBiasUsingMeshSize) == 0x0000CC, "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_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_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_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_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) == 0x0000D0, "Wrong size on UPreviewGeometry"); \ +static_assert(offsetof(UPreviewGeometry, ParentActor) == 0x000028, "Member 'UPreviewGeometry::ParentActor' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, LineSets) == 0x000030, "Member 'UPreviewGeometry::LineSets' has a wrong offset!"); \ +static_assert(offsetof(UPreviewGeometry, PointSets) == 0x000080, "Member 'UPreviewGeometry::PointSets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshElementsVisualizer \ +static_assert(alignof(UMeshElementsVisualizer) == 0x000008, "Wrong alignment on UMeshElementsVisualizer"); \ +static_assert(sizeof(UMeshElementsVisualizer) == 0x0000F8, "Wrong size on UMeshElementsVisualizer"); \ +static_assert(offsetof(UMeshElementsVisualizer, Settings) == 0x0000D0, "Member 'UMeshElementsVisualizer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeshElementsVisualizer, WireframeComponent) == 0x0000D8, "Member 'UMeshElementsVisualizer::WireframeComponent' has a wrong offset!"); \ + +#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_UMeshWireframeComponent \ +static_assert(alignof(UMeshWireframeComponent) == 0x000010, "Wrong alignment on UMeshWireframeComponent"); \ +static_assert(sizeof(UMeshWireframeComponent) == 0x000630, "Wrong size on UMeshWireframeComponent"); \ +static_assert(offsetof(UMeshWireframeComponent, LineDepthBias) == 0x000590, "Member 'UMeshWireframeComponent::LineDepthBias' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LineDepthBiasSizeScale) == 0x000594, "Member 'UMeshWireframeComponent::LineDepthBiasSizeScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ThicknessScale) == 0x000598, "Member 'UMeshWireframeComponent::ThicknessScale' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableWireframe) == 0x00059C, "Member 'UMeshWireframeComponent::bEnableWireframe' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, WireframeColor) == 0x0005A0, "Member 'UMeshWireframeComponent::WireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, WireframeThickness) == 0x0005A4, "Member 'UMeshWireframeComponent::WireframeThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableBoundaryEdges) == 0x0005A8, "Member 'UMeshWireframeComponent::bEnableBoundaryEdges' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, BoundaryEdgeColor) == 0x0005AC, "Member 'UMeshWireframeComponent::BoundaryEdgeColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, BoundaryEdgeThickness) == 0x0005B0, "Member 'UMeshWireframeComponent::BoundaryEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableUVSeams) == 0x0005B4, "Member 'UMeshWireframeComponent::bEnableUVSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, UVSeamColor) == 0x0005B8, "Member 'UMeshWireframeComponent::UVSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, UVSeamThickness) == 0x0005BC, "Member 'UMeshWireframeComponent::UVSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableNormalSeams) == 0x0005C0, "Member 'UMeshWireframeComponent::bEnableNormalSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, NormalSeamColor) == 0x0005C4, "Member 'UMeshWireframeComponent::NormalSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, NormalSeamThickness) == 0x0005C8, "Member 'UMeshWireframeComponent::NormalSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, bEnableColorSeams) == 0x0005CC, "Member 'UMeshWireframeComponent::bEnableColorSeams' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ColorSeamColor) == 0x0005D0, "Member 'UMeshWireframeComponent::ColorSeamColor' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, ColorSeamThickness) == 0x0005D4, "Member 'UMeshWireframeComponent::ColorSeamThickness' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LineMaterial) == 0x0005D8, "Member 'UMeshWireframeComponent::LineMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMeshWireframeComponent, LocalBounds) == 0x0005E0, "Member 'UMeshWireframeComponent::LocalBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolygonSelectionMechanicProperties \ +static_assert(alignof(UPolygonSelectionMechanicProperties) == 0x000008, "Wrong alignment on UPolygonSelectionMechanicProperties"); \ +static_assert(sizeof(UPolygonSelectionMechanicProperties) == 0x0000B8, "Wrong size on UPolygonSelectionMechanicProperties"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectVertices) == 0x0000A8, "Member 'UPolygonSelectionMechanicProperties::bSelectVertices' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectEdges) == 0x0000A9, "Member 'UPolygonSelectionMechanicProperties::bSelectEdges' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectFaces) == 0x0000AA, "Member 'UPolygonSelectionMechanicProperties::bSelectFaces' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectEdgeLoops) == 0x0000AB, "Member 'UPolygonSelectionMechanicProperties::bSelectEdgeLoops' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectEdgeRings) == 0x0000AC, "Member 'UPolygonSelectionMechanicProperties::bSelectEdgeRings' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bHitBackFaces) == 0x0000AD, "Member 'UPolygonSelectionMechanicProperties::bHitBackFaces' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bEnableMarquee) == 0x0000AE, "Member 'UPolygonSelectionMechanicProperties::bEnableMarquee' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bMarqueeIgnoreOcclusion) == 0x0000AF, "Member 'UPolygonSelectionMechanicProperties::bMarqueeIgnoreOcclusion' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bPreferProjectedElement) == 0x0000B0, "Member 'UPolygonSelectionMechanicProperties::bPreferProjectedElement' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bSelectDownRay) == 0x0000B1, "Member 'UPolygonSelectionMechanicProperties::bSelectDownRay' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanicProperties, bIgnoreOcclusion) == 0x0000B2, "Member 'UPolygonSelectionMechanicProperties::bIgnoreOcclusion' 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, bEnableCollision) == 0x00003A, "Member 'UModelingComponentsSettings::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UModelingComponentsSettings, CollisionMode) == 0x00003B, "Member 'UModelingComponentsSettings::CollisionMode' 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) == 0x0005E0, "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) == 0x0005C0, "Member 'ModelingObjectsCreationAPI_CreateMeshObject::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_UModelingSceneSnappingManager \ +static_assert(alignof(UModelingSceneSnappingManager) == 0x000008, "Wrong alignment on UModelingSceneSnappingManager"); \ +static_assert(sizeof(UModelingSceneSnappingManager) == 0x0000F8, "Wrong size on UModelingSceneSnappingManager"); \ +static_assert(offsetof(UModelingSceneSnappingManager, ParentContext) == 0x000028, "Member 'UModelingSceneSnappingManager::ParentContext' has a wrong offset!"); \ + +#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) == 0x000700, "Wrong size on UOctreeDynamicMeshComponent"); \ +static_assert(offsetof(UOctreeDynamicMeshComponent, MeshObject) == 0x000640, "Member 'UOctreeDynamicMeshComponent::MeshObject' 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_UPersistentMeshSelection \ +static_assert(alignof(UPersistentMeshSelection) == 0x000008, "Wrong alignment on UPersistentMeshSelection"); \ +static_assert(sizeof(UPersistentMeshSelection) == 0x000088, "Wrong size on UPersistentMeshSelection"); \ + +#define DUMPER7_ASSERTS_UPersistentMeshSelectionManager \ +static_assert(alignof(UPersistentMeshSelectionManager) == 0x000008, "Wrong alignment on UPersistentMeshSelectionManager"); \ +static_assert(sizeof(UPersistentMeshSelectionManager) == 0x000040, "Wrong size on UPersistentMeshSelectionManager"); \ +static_assert(offsetof(UPersistentMeshSelectionManager, ParentContext) == 0x000028, "Member 'UPersistentMeshSelectionManager::ParentContext' has a wrong offset!"); \ +static_assert(offsetof(UPersistentMeshSelectionManager, ActiveSelection) == 0x000030, "Member 'UPersistentMeshSelectionManager::ActiveSelection' has a wrong offset!"); \ +static_assert(offsetof(UPersistentMeshSelectionManager, SelectionDisplay) == 0x000038, "Member 'UPersistentMeshSelectionManager::SelectionDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPointSetComponent \ +static_assert(alignof(UPointSetComponent) == 0x000010, "Wrong alignment on UPointSetComponent"); \ +static_assert(sizeof(UPointSetComponent) == 0x000610, "Wrong size on UPointSetComponent"); \ +static_assert(offsetof(UPointSetComponent, PointMaterial) == 0x000590, "Member 'UPointSetComponent::PointMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPointSetComponent, Bounds) == 0x000598, "Member 'UPointSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPointSetComponent, bBoundsDirty) == 0x0005D0, "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) == 0x000550, "Wrong size on UPolyEditPreviewMesh"); \ + +#define DUMPER7_ASSERTS_UPolygonSelectionMechanic \ +static_assert(alignof(UPolygonSelectionMechanic) == 0x000010, "Wrong alignment on UPolygonSelectionMechanic"); \ +static_assert(sizeof(UPolygonSelectionMechanic) == 0x000B00, "Wrong size on UPolygonSelectionMechanic"); \ +static_assert(offsetof(UPolygonSelectionMechanic, Properties) == 0x000078, "Member 'UPolygonSelectionMechanic::Properties' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanic, HoverBehavior) == 0x0000E0, "Member 'UPolygonSelectionMechanic::HoverBehavior' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanic, ClickOrDragBehavior) == 0x0000E8, "Member 'UPolygonSelectionMechanic::ClickOrDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanic, MarqueeMechanic) == 0x0000F0, "Member 'UPolygonSelectionMechanic::MarqueeMechanic' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanic, PreviewGeometryActor) == 0x0006D0, "Member 'UPolygonSelectionMechanic::PreviewGeometryActor' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanic, DrawnTriangleSetComponent) == 0x0006D8, "Member 'UPolygonSelectionMechanic::DrawnTriangleSetComponent' has a wrong offset!"); \ +static_assert(offsetof(UPolygonSelectionMechanic, HighlightedFaceMaterial) == 0x000730, "Member 'UPolygonSelectionMechanic::HighlightedFaceMaterial' has a wrong offset!"); \ + +#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_APreviewGeometryActor \ +static_assert(alignof(APreviewGeometryActor) == 0x000008, "Wrong alignment on APreviewGeometryActor"); \ +static_assert(sizeof(APreviewGeometryActor) == 0x000290, "Wrong size on APreviewGeometryActor"); \ + +#define DUMPER7_ASSERTS_APreviewMeshActor \ +static_assert(alignof(APreviewMeshActor) == 0x000008, "Wrong alignment on APreviewMeshActor"); \ +static_assert(sizeof(APreviewMeshActor) == 0x000290, "Wrong size on APreviewMeshActor"); \ + +#define DUMPER7_ASSERTS_URectangleMarqueeMechanic \ +static_assert(alignof(URectangleMarqueeMechanic) == 0x000010, "Wrong alignment on URectangleMarqueeMechanic"); \ +static_assert(sizeof(URectangleMarqueeMechanic) == 0x0001E0, "Wrong size on URectangleMarqueeMechanic"); \ +static_assert(offsetof(URectangleMarqueeMechanic, bUseExternalClickDragBehavior) == 0x000038, "Member 'URectangleMarqueeMechanic::bUseExternalClickDragBehavior' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, OnDragRectangleChangedDeferredThreshold) == 0x000040, "Member 'URectangleMarqueeMechanic::OnDragRectangleChangedDeferredThreshold' has a wrong offset!"); \ +static_assert(offsetof(URectangleMarqueeMechanic, ClickDragBehavior) == 0x000090, "Member 'URectangleMarqueeMechanic::ClickDragBehavior' 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_UTriangleSetComponent \ +static_assert(alignof(UTriangleSetComponent) == 0x000010, "Wrong alignment on UTriangleSetComponent"); \ +static_assert(sizeof(UTriangleSetComponent) == 0x000690, "Wrong size on UTriangleSetComponent"); \ +static_assert(offsetof(UTriangleSetComponent, Bounds) == 0x000590, "Member 'UTriangleSetComponent::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UTriangleSetComponent, bBoundsDirty) == 0x0005C8, "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) == 0x000160, "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, TriangleComponent) == 0x000038, "Member 'UUVLayoutPreview::TriangleComponent' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, bShowBackingRectangle) == 0x000040, "Member 'UUVLayoutPreview::bShowBackingRectangle' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutPreview, BackingRectangleMaterial) == 0x000048, "Member 'UUVLayoutPreview::BackingRectangleMaterial' has a wrong offset!"); \ + +#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_UProceduralShapeToolProperties \ +static_assert(alignof(UProceduralShapeToolProperties) == 0x000008, "Wrong alignment on UProceduralShapeToolProperties"); \ +static_assert(sizeof(UProceduralShapeToolProperties) == 0x0000B8, "Wrong size on UProceduralShapeToolProperties"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bInstanceIfPossible) == 0x0000A8, "Member 'UProceduralShapeToolProperties::bInstanceIfPossible' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, PolygroupMode) == 0x0000A9, "Member 'UProceduralShapeToolProperties::PolygroupMode' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, TargetSurface) == 0x0000AA, "Member 'UProceduralShapeToolProperties::TargetSurface' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bSnapToGrid) == 0x0000AB, "Member 'UProceduralShapeToolProperties::bSnapToGrid' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, PivotLocation) == 0x0000AC, "Member 'UProceduralShapeToolProperties::PivotLocation' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, Rotation) == 0x0000B0, "Member 'UProceduralShapeToolProperties::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UProceduralShapeToolProperties, bAlignToNormal) == 0x0000B4, "Member 'UProceduralShapeToolProperties::bAlignToNormal' 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, CornerRadius) == 0x0000CC, "Member 'UProceduralRectangleToolProperties::CornerRadius' has a wrong offset!"); \ +static_assert(offsetof(UProceduralRectangleToolProperties, CornerSlices) == 0x0000D0, "Member 'UProceduralRectangleToolProperties::CornerSlices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULastActorInfo \ +static_assert(alignof(ULastActorInfo) == 0x000008, "Wrong alignment on ULastActorInfo"); \ +static_assert(sizeof(ULastActorInfo) == 0x000058, "Wrong size on ULastActorInfo"); \ +static_assert(offsetof(ULastActorInfo, Actor) == 0x000038, "Member 'ULastActorInfo::Actor' has a wrong offset!"); \ +static_assert(offsetof(ULastActorInfo, StaticMesh) == 0x000040, "Member 'ULastActorInfo::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ULastActorInfo, ShapeSettings) == 0x000048, "Member 'ULastActorInfo::ShapeSettings' has a wrong offset!"); \ +static_assert(offsetof(ULastActorInfo, MaterialProperties) == 0x000050, "Member 'ULastActorInfo::MaterialProperties' has a wrong offset!"); \ + +#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_UPolyEditExtrudeProperties \ +static_assert(alignof(UPolyEditExtrudeProperties) == 0x000008, "Wrong alignment on UPolyEditExtrudeProperties"); \ +static_assert(sizeof(UPolyEditExtrudeProperties) == 0x0000C8, "Wrong size on UPolyEditExtrudeProperties"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, Direction) == 0x0000A8, "Member 'UPolyEditExtrudeProperties::Direction' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, MeasureDirection) == 0x0000AC, "Member 'UPolyEditExtrudeProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, bShellsToSolids) == 0x0000B0, "Member 'UPolyEditExtrudeProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, DirectionMode) == 0x0000B4, "Member 'UPolyEditExtrudeProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, MaxDistanceScaleFactor) == 0x0000B8, "Member 'UPolyEditExtrudeProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditExtrudeProperties, bUseColinearityForSettingBorderGroups) == 0x0000C0, "Member 'UPolyEditExtrudeProperties::bUseColinearityForSettingBorderGroups' 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_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_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_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_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) == 0x000120, "Wrong size on UAddPrimitiveTool"); \ +static_assert(offsetof(UAddPrimitiveTool, OutputTypeProperties) == 0x0000A8, "Member 'UAddPrimitiveTool::OutputTypeProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, ShapeSettings) == 0x0000B0, "Member 'UAddPrimitiveTool::ShapeSettings' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, MaterialProperties) == 0x0000B8, "Member 'UAddPrimitiveTool::MaterialProperties' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, PreviewMesh) == 0x0000C0, "Member 'UAddPrimitiveTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, LastGenerated) == 0x0000C8, "Member 'UAddPrimitiveTool::LastGenerated' has a wrong offset!"); \ +static_assert(offsetof(UAddPrimitiveTool, AssetName) == 0x0000D0, "Member 'UAddPrimitiveTool::AssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAddBoxPrimitiveTool \ +static_assert(alignof(UAddBoxPrimitiveTool) == 0x000008, "Wrong alignment on UAddBoxPrimitiveTool"); \ +static_assert(sizeof(UAddBoxPrimitiveTool) == 0x000120, "Wrong size on UAddBoxPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddCylinderPrimitiveTool \ +static_assert(alignof(UAddCylinderPrimitiveTool) == 0x000008, "Wrong alignment on UAddCylinderPrimitiveTool"); \ +static_assert(sizeof(UAddCylinderPrimitiveTool) == 0x000120, "Wrong size on UAddCylinderPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddConePrimitiveTool \ +static_assert(alignof(UAddConePrimitiveTool) == 0x000008, "Wrong alignment on UAddConePrimitiveTool"); \ +static_assert(sizeof(UAddConePrimitiveTool) == 0x000120, "Wrong size on UAddConePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddRectanglePrimitiveTool \ +static_assert(alignof(UAddRectanglePrimitiveTool) == 0x000008, "Wrong alignment on UAddRectanglePrimitiveTool"); \ +static_assert(sizeof(UAddRectanglePrimitiveTool) == 0x000120, "Wrong size on UAddRectanglePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddDiscPrimitiveTool \ +static_assert(alignof(UAddDiscPrimitiveTool) == 0x000008, "Wrong alignment on UAddDiscPrimitiveTool"); \ +static_assert(sizeof(UAddDiscPrimitiveTool) == 0x000120, "Wrong size on UAddDiscPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddTorusPrimitiveTool \ +static_assert(alignof(UAddTorusPrimitiveTool) == 0x000008, "Wrong alignment on UAddTorusPrimitiveTool"); \ +static_assert(sizeof(UAddTorusPrimitiveTool) == 0x000120, "Wrong size on UAddTorusPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddArrowPrimitiveTool \ +static_assert(alignof(UAddArrowPrimitiveTool) == 0x000008, "Wrong alignment on UAddArrowPrimitiveTool"); \ +static_assert(sizeof(UAddArrowPrimitiveTool) == 0x000120, "Wrong size on UAddArrowPrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddSpherePrimitiveTool \ +static_assert(alignof(UAddSpherePrimitiveTool) == 0x000008, "Wrong alignment on UAddSpherePrimitiveTool"); \ +static_assert(sizeof(UAddSpherePrimitiveTool) == 0x000120, "Wrong size on UAddSpherePrimitiveTool"); \ + +#define DUMPER7_ASSERTS_UAddStairsPrimitiveTool \ +static_assert(alignof(UAddStairsPrimitiveTool) == 0x000008, "Wrong alignment on UAddStairsPrimitiveTool"); \ +static_assert(sizeof(UAddStairsPrimitiveTool) == 0x000120, "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_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_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) == 0x000158, "Wrong size on UCSGMeshesTool"); \ +static_assert(offsetof(UCSGMeshesTool, CSGProperties) == 0x000100, "Member 'UCSGMeshesTool::CSGProperties' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, TrimProperties) == 0x000108, "Member 'UCSGMeshesTool::TrimProperties' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, OriginalMeshPreviews) == 0x000120, "Member 'UCSGMeshesTool::OriginalMeshPreviews' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, PreviewsGhostMaterial) == 0x000130, "Member 'UCSGMeshesTool::PreviewsGhostMaterial' has a wrong offset!"); \ +static_assert(offsetof(UCSGMeshesTool, DrawnLineSet) == 0x000138, "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_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_UCutMeshWithMeshTool \ +static_assert(alignof(UCutMeshWithMeshTool) == 0x000008, "Wrong alignment on UCutMeshWithMeshTool"); \ +static_assert(sizeof(UCutMeshWithMeshTool) == 0x000378, "Wrong size on UCutMeshWithMeshTool"); \ +static_assert(offsetof(UCutMeshWithMeshTool, CutProperties) == 0x000100, "Member 'UCutMeshWithMeshTool::CutProperties' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshTool, IntersectPreviewMesh) == 0x000108, "Member 'UCutMeshWithMeshTool::IntersectPreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UCutMeshWithMeshTool, DrawnLineSet) == 0x000130, "Member 'UCutMeshWithMeshTool::DrawnLineSet' 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_UDrawAndRevolveToolBuilder \ +static_assert(alignof(UDrawAndRevolveToolBuilder) == 0x000008, "Wrong alignment on UDrawAndRevolveToolBuilder"); \ +static_assert(sizeof(UDrawAndRevolveToolBuilder) == 0x000028, "Wrong size on UDrawAndRevolveToolBuilder"); \ + +#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_UDrawPolygonTool \ +static_assert(alignof(UDrawPolygonTool) == 0x000010, "Wrong alignment on UDrawPolygonTool"); \ +static_assert(sizeof(UDrawPolygonTool) == 0x0005A0, "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) == 0x000190, "Member 'UDrawPolygonTool::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PlaneTransformGizmo) == 0x000198, "Member 'UDrawPolygonTool::PlaneTransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, PlaneTransformProxy) == 0x0001A0, "Member 'UDrawPolygonTool::PlaneTransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UDrawPolygonTool, HeightMechanic) == 0x000588, "Member 'UDrawPolygonTool::HeightMechanic' 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, 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_UEditMeshPolygonsToolActionPropertySet \ +static_assert(alignof(UEditMeshPolygonsToolActionPropertySet) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolActionPropertySet"); \ +static_assert(sizeof(UEditMeshPolygonsToolActionPropertySet) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolActionPropertySet"); \ + +#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_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_UEditMeshPolygonsToolUVActions \ +static_assert(alignof(UEditMeshPolygonsToolUVActions) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolUVActions"); \ +static_assert(sizeof(UEditMeshPolygonsToolUVActions) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolUVActions"); \ + +#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_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_UEditMeshPolygonsToolCancelAction \ +static_assert(alignof(UEditMeshPolygonsToolCancelAction) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolCancelAction"); \ +static_assert(sizeof(UEditMeshPolygonsToolCancelAction) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolCancelAction"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsToolAcceptCancelAction \ +static_assert(alignof(UEditMeshPolygonsToolAcceptCancelAction) == 0x000008, "Wrong alignment on UEditMeshPolygonsToolAcceptCancelAction"); \ +static_assert(sizeof(UEditMeshPolygonsToolAcceptCancelAction) == 0x0000B0, "Wrong size on UEditMeshPolygonsToolAcceptCancelAction"); \ + +#define DUMPER7_ASSERTS_UEditMeshPolygonsTool \ +static_assert(alignof(UEditMeshPolygonsTool) == 0x000010, "Wrong alignment on UEditMeshPolygonsTool"); \ +static_assert(sizeof(UEditMeshPolygonsTool) == 0x0007B0, "Wrong size on UEditMeshPolygonsTool"); \ +static_assert(offsetof(UEditMeshPolygonsTool, Preview) == 0x0000E0, "Member 'UEditMeshPolygonsTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, CommonProps) == 0x0000E8, "Member 'UEditMeshPolygonsTool::CommonProps' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditActions) == 0x0000F0, "Member 'UEditMeshPolygonsTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditActions_Triangles) == 0x0000F8, "Member 'UEditMeshPolygonsTool::EditActions_Triangles' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions) == 0x000100, "Member 'UEditMeshPolygonsTool::EditEdgeActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditEdgeActions_Triangles) == 0x000108, "Member 'UEditMeshPolygonsTool::EditEdgeActions_Triangles' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, EditUVActions) == 0x000110, "Member 'UEditMeshPolygonsTool::EditUVActions' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, CancelAction) == 0x000118, "Member 'UEditMeshPolygonsTool::CancelAction' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, AcceptCancelAction) == 0x000120, "Member 'UEditMeshPolygonsTool::AcceptCancelAction' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ExtrudeActivity) == 0x000128, "Member 'UEditMeshPolygonsTool::ExtrudeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsetOutsetActivity) == 0x000130, "Member 'UEditMeshPolygonsTool::InsetOutsetActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, CutFacesActivity) == 0x000138, "Member 'UEditMeshPolygonsTool::CutFacesActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, PlanarProjectionUVActivity) == 0x000140, "Member 'UEditMeshPolygonsTool::PlanarProjectionUVActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsertEdgeActivity) == 0x000148, "Member 'UEditMeshPolygonsTool::InsertEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, InsertEdgeLoopActivity) == 0x000150, "Member 'UEditMeshPolygonsTool::InsertEdgeLoopActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, BevelEdgeActivity) == 0x000158, "Member 'UEditMeshPolygonsTool::BevelEdgeActivity' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, ActivityContext) == 0x000198, "Member 'UEditMeshPolygonsTool::ActivityContext' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, SelectionMechanic) == 0x0001A0, "Member 'UEditMeshPolygonsTool::SelectionMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, DragAlignmentMechanic) == 0x0001A8, "Member 'UEditMeshPolygonsTool::DragAlignmentMechanic' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TransformGizmo) == 0x0001B0, "Member 'UEditMeshPolygonsTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UEditMeshPolygonsTool, TransformProxy) == 0x0001B8, "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_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_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_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_UPolyEditBevelEdgeProperties \ +static_assert(alignof(UPolyEditBevelEdgeProperties) == 0x000008, "Wrong alignment on UPolyEditBevelEdgeProperties"); \ +static_assert(sizeof(UPolyEditBevelEdgeProperties) == 0x0000B0, "Wrong size on UPolyEditBevelEdgeProperties"); \ +static_assert(offsetof(UPolyEditBevelEdgeProperties, BevelDistance) == 0x0000A8, "Member 'UPolyEditBevelEdgeProperties::BevelDistance' 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_UPolyEditOffsetProperties \ +static_assert(alignof(UPolyEditOffsetProperties) == 0x000008, "Wrong alignment on UPolyEditOffsetProperties"); \ +static_assert(sizeof(UPolyEditOffsetProperties) == 0x0000C8, "Wrong size on UPolyEditOffsetProperties"); \ +static_assert(offsetof(UPolyEditOffsetProperties, DirectionMode) == 0x0000A8, "Member 'UPolyEditOffsetProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, MaxDistanceScaleFactor) == 0x0000B0, "Member 'UPolyEditOffsetProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, bShellsToSolids) == 0x0000B8, "Member 'UPolyEditOffsetProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, MeasureDirection) == 0x0000BC, "Member 'UPolyEditOffsetProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditOffsetProperties, bUseColinearityForSettingBorderGroups) == 0x0000C0, "Member 'UPolyEditOffsetProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditPushPullProperties \ +static_assert(alignof(UPolyEditPushPullProperties) == 0x000008, "Wrong alignment on UPolyEditPushPullProperties"); \ +static_assert(sizeof(UPolyEditPushPullProperties) == 0x0000C8, "Wrong size on UPolyEditPushPullProperties"); \ +static_assert(offsetof(UPolyEditPushPullProperties, DirectionMode) == 0x0000A8, "Member 'UPolyEditPushPullProperties::DirectionMode' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, MaxDistanceScaleFactor) == 0x0000B0, "Member 'UPolyEditPushPullProperties::MaxDistanceScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, bShellsToSolids) == 0x0000B8, "Member 'UPolyEditPushPullProperties::bShellsToSolids' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, MeasureDirection) == 0x0000BC, "Member 'UPolyEditPushPullProperties::MeasureDirection' has a wrong offset!"); \ +static_assert(offsetof(UPolyEditPushPullProperties, bUseColinearityForSettingBorderGroups) == 0x0000C0, "Member 'UPolyEditPushPullProperties::bUseColinearityForSettingBorderGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPolyEditExtrudeActivity \ +static_assert(alignof(UPolyEditExtrudeActivity) == 0x000008, "Wrong alignment on UPolyEditExtrudeActivity"); \ +static_assert(sizeof(UPolyEditExtrudeActivity) == 0x000208, "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, 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) == 0x000440, "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_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_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) == 0x000160, "Wrong size on UUVLayoutTool"); \ +static_assert(offsetof(UUVLayoutTool, UVChannelProperties) == 0x0000B8, "Member 'UUVLayoutTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, BasicProperties) == 0x0000C0, "Member 'UUVLayoutTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, MaterialSettings) == 0x0000C8, "Member 'UUVLayoutTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, Previews) == 0x0000D0, "Member 'UUVLayoutTool::Previews' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, Factories) == 0x0000E0, "Member 'UUVLayoutTool::Factories' has a wrong offset!"); \ +static_assert(offsetof(UUVLayoutTool, UVLayoutView) == 0x000150, "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, bUniformDimensions) == 0x0000C8, "Member 'UUVProjectionToolProperties::bUniformDimensions' 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, bSavedUniformDimensions) == 0x000120, "Member 'UUVProjectionToolProperties::bSavedUniformDimensions' 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) == 0x000450, "Wrong size on UUVProjectionTool"); \ +static_assert(offsetof(UUVProjectionTool, UVChannelProperties) == 0x0000B8, "Member 'UUVProjectionTool::UVChannelProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, BasicProperties) == 0x0000C0, "Member 'UUVProjectionTool::BasicProperties' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, EditActions) == 0x0000C8, "Member 'UUVProjectionTool::EditActions' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, MaterialSettings) == 0x0000D0, "Member 'UUVProjectionTool::MaterialSettings' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, Preview) == 0x0000D8, "Member 'UUVProjectionTool::Preview' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, CheckerMaterial) == 0x0000E0, "Member 'UUVProjectionTool::CheckerMaterial' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, TransformGizmo) == 0x0000E8, "Member 'UUVProjectionTool::TransformGizmo' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, TransformProxy) == 0x0000F0, "Member 'UUVProjectionTool::TransformProxy' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, OperatorFactory) == 0x0000F8, "Member 'UUVProjectionTool::OperatorFactory' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, EdgeRenderer) == 0x000100, "Member 'UUVProjectionTool::EdgeRenderer' has a wrong offset!"); \ +static_assert(offsetof(UUVProjectionTool, ClickToSetPlaneBehavior) == 0x000438, "Member 'UUVProjectionTool::ClickToSetPlaneBehavior' has a wrong offset!"); \ + +#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_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_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_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_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_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_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) == 0x0005E0, "Wrong size on UBaseDynamicMeshComponent"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bExplicitShowWireframe) == 0x0005B0, "Member 'UBaseDynamicMeshComponent::bExplicitShowWireframe' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableViewModeOverrides) == 0x0005B1, "Member 'UBaseDynamicMeshComponent::bEnableViewModeOverrides' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, OverrideRenderMaterial) == 0x0005B8, "Member 'UBaseDynamicMeshComponent::OverrideRenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, SecondaryRenderMaterial) == 0x0005C0, "Member 'UBaseDynamicMeshComponent::SecondaryRenderMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, bEnableRayTracing) == 0x0005C9, "Member 'UBaseDynamicMeshComponent::bEnableRayTracing' has a wrong offset!"); \ +static_assert(offsetof(UBaseDynamicMeshComponent, BaseMaterials) == 0x0005D0, "Member 'UBaseDynamicMeshComponent::BaseMaterials' 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) == 0x0002A0, "Wrong size on ADynamicMeshActor"); \ +static_assert(offsetof(ADynamicMeshActor, DynamicMeshComponent) == 0x000288, "Member 'ADynamicMeshActor::DynamicMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(ADynamicMeshActor, bEnableComputeMeshPool) == 0x000290, "Member 'ADynamicMeshActor::bEnableComputeMeshPool' has a wrong offset!"); \ +static_assert(offsetof(ADynamicMeshActor, DynamicMeshPool) == 0x000298, "Member 'ADynamicMeshActor::DynamicMeshPool' 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_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_UDynamicMeshComponent \ +static_assert(alignof(UDynamicMeshComponent) == 0x000010, "Wrong alignment on UDynamicMeshComponent"); \ +static_assert(sizeof(UDynamicMeshComponent) == 0x000770, "Wrong size on UDynamicMeshComponent"); \ +static_assert(offsetof(UDynamicMeshComponent, MeshObject) == 0x0005E8, "Member 'UDynamicMeshComponent::MeshObject' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, TangentsType) == 0x0006E0, "Member 'UDynamicMeshComponent::TangentsType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, CollisionType) == 0x000720, "Member 'UDynamicMeshComponent::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bEnableComplexCollision) == 0x000721, "Member 'UDynamicMeshComponent::bEnableComplexCollision' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, bDeferCollisionUpdates) == 0x000722, "Member 'UDynamicMeshComponent::bDeferCollisionUpdates' has a wrong offset!"); \ +static_assert(offsetof(UDynamicMeshComponent, MeshBodySetup) == 0x000728, "Member 'UDynamicMeshComponent::MeshBodySetup' 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_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_URecomputeUVsOpFactory \ +static_assert(alignof(URecomputeUVsOpFactory) == 0x000010, "Wrong alignment on URecomputeUVsOpFactory"); \ +static_assert(sizeof(URecomputeUVsOpFactory) == 0x0000F0, "Wrong size on URecomputeUVsOpFactory"); \ +static_assert(offsetof(URecomputeUVsOpFactory, Settings) == 0x000030, "Member 'URecomputeUVsOpFactory::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URecomputeUVsToolProperties \ +static_assert(alignof(URecomputeUVsToolProperties) == 0x000008, "Wrong alignment on URecomputeUVsToolProperties"); \ +static_assert(sizeof(URecomputeUVsToolProperties) == 0x0000D8, "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, SmoothingSteps) == 0x0000B8, "Member 'URecomputeUVsToolProperties::SmoothingSteps' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, SmoothingAlpha) == 0x0000BC, "Member 'URecomputeUVsToolProperties::SmoothingAlpha' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, MergingDistortionThreshold) == 0x0000C0, "Member 'URecomputeUVsToolProperties::MergingDistortionThreshold' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, MergingAngleThreshold) == 0x0000C4, "Member 'URecomputeUVsToolProperties::MergingAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, LayoutType) == 0x0000C8, "Member 'URecomputeUVsToolProperties::LayoutType' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, TextureResolution) == 0x0000CC, "Member 'URecomputeUVsToolProperties::TextureResolution' has a wrong offset!"); \ +static_assert(offsetof(URecomputeUVsToolProperties, NormalizeScale) == 0x0000D0, "Member 'URecomputeUVsToolProperties::NormalizeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUVLayoutOperatorFactory \ +static_assert(alignof(UUVLayoutOperatorFactory) == 0x000010, "Wrong alignment on UUVLayoutOperatorFactory"); \ +static_assert(sizeof(UUVLayoutOperatorFactory) == 0x0000F0, "Wrong size on UUVLayoutOperatorFactory"); \ +static_assert(offsetof(UUVLayoutOperatorFactory, Settings) == 0x000030, "Member 'UUVLayoutOperatorFactory::Settings' 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!"); \ + +#define DUMPER7_ASSERTS_FHairGroupInfo \ +static_assert(alignof(FHairGroupInfo) == 0x000004, "Wrong alignment on FHairGroupInfo"); \ +static_assert(sizeof(FHairGroupInfo) == 0x000024, "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, MaxImportedWidth) == 0x000020, "Member 'FHairGroupInfo::MaxImportedWidth' 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) == 0x000004, "Wrong alignment on FHairGroupInfoWithVisibility"); \ +static_assert(sizeof(FHairGroupInfoWithVisibility) == 0x000028, "Wrong size on FHairGroupInfoWithVisibility"); \ +static_assert(offsetof(FHairGroupInfoWithVisibility, bIsVisible) == 0x000024, "Member 'FHairGroupInfoWithVisibility::bIsVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairCardsClusterSettings \ +static_assert(alignof(FHairCardsClusterSettings) == 0x000004, "Wrong alignment on FHairCardsClusterSettings"); \ +static_assert(sizeof(FHairCardsClusterSettings) == 0x000008, "Wrong size on FHairCardsClusterSettings"); \ +static_assert(offsetof(FHairCardsClusterSettings, ClusterDecimation) == 0x000000, "Member 'FHairCardsClusterSettings::ClusterDecimation' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsClusterSettings, Type) == 0x000004, "Member 'FHairCardsClusterSettings::Type' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsClusterSettings, bUseGuide) == 0x000005, "Member 'FHairCardsClusterSettings::bUseGuide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairCardsGeometrySettings \ +static_assert(alignof(FHairCardsGeometrySettings) == 0x000004, "Wrong alignment on FHairCardsGeometrySettings"); \ +static_assert(sizeof(FHairCardsGeometrySettings) == 0x00001C, "Wrong size on FHairCardsGeometrySettings"); \ +static_assert(offsetof(FHairCardsGeometrySettings, GenerationType) == 0x000000, "Member 'FHairCardsGeometrySettings::GenerationType' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsGeometrySettings, CardsCount) == 0x000004, "Member 'FHairCardsGeometrySettings::CardsCount' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsGeometrySettings, ClusterType) == 0x000008, "Member 'FHairCardsGeometrySettings::ClusterType' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsGeometrySettings, MinSegmentLength) == 0x00000C, "Member 'FHairCardsGeometrySettings::MinSegmentLength' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsGeometrySettings, AngularThreshold) == 0x000010, "Member 'FHairCardsGeometrySettings::AngularThreshold' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsGeometrySettings, MinCardsLength) == 0x000014, "Member 'FHairCardsGeometrySettings::MinCardsLength' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsGeometrySettings, MaxCardsLength) == 0x000018, "Member 'FHairCardsGeometrySettings::MaxCardsLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairCardsTextureSettings \ +static_assert(alignof(FHairCardsTextureSettings) == 0x000004, "Wrong alignment on FHairCardsTextureSettings"); \ +static_assert(sizeof(FHairCardsTextureSettings) == 0x000010, "Wrong size on FHairCardsTextureSettings"); \ +static_assert(offsetof(FHairCardsTextureSettings, AtlasMaxResolution) == 0x000000, "Member 'FHairCardsTextureSettings::AtlasMaxResolution' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsTextureSettings, PixelPerCentimeters) == 0x000004, "Member 'FHairCardsTextureSettings::PixelPerCentimeters' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsTextureSettings, LengthTextureCount) == 0x000008, "Member 'FHairCardsTextureSettings::LengthTextureCount' has a wrong offset!"); \ +static_assert(offsetof(FHairCardsTextureSettings, DensityTextureCount) == 0x00000C, "Member 'FHairCardsTextureSettings::DensityTextureCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsProceduralCards \ +static_assert(alignof(FHairGroupsProceduralCards) == 0x000004, "Wrong alignment on FHairGroupsProceduralCards"); \ +static_assert(sizeof(FHairGroupsProceduralCards) == 0x000038, "Wrong size on FHairGroupsProceduralCards"); \ +static_assert(offsetof(FHairGroupsProceduralCards, ClusterSettings) == 0x000000, "Member 'FHairGroupsProceduralCards::ClusterSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsProceduralCards, GeometrySettings) == 0x000008, "Member 'FHairGroupsProceduralCards::GeometrySettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsProceduralCards, TextureSettings) == 0x000024, "Member 'FHairGroupsProceduralCards::TextureSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsProceduralCards, Version) == 0x000034, "Member 'FHairGroupsProceduralCards::Version' 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) == 0x000038, "Wrong size on FHairGroupCardsTextures"); \ +static_assert(offsetof(FHairGroupCardsTextures, DepthTexture) == 0x000000, "Member 'FHairGroupCardsTextures::DepthTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, CoverageTexture) == 0x000008, "Member 'FHairGroupCardsTextures::CoverageTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, TangentTexture) == 0x000010, "Member 'FHairGroupCardsTextures::TangentTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, AttributeTexture) == 0x000018, "Member 'FHairGroupCardsTextures::AttributeTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, AuxilaryDataTexture) == 0x000020, "Member 'FHairGroupCardsTextures::AuxilaryDataTexture' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupCardsTextures, MaterialTexture) == 0x000028, "Member 'FHairGroupCardsTextures::MaterialTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsCardsSourceDescription \ +static_assert(alignof(FHairGroupsCardsSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsCardsSourceDescription"); \ +static_assert(sizeof(FHairGroupsCardsSourceDescription) == 0x0000C8, "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, ProceduralMeshKey) == 0x000020, "Member 'FHairGroupsCardsSourceDescription::ProceduralMeshKey' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMesh) == 0x000030, "Member 'FHairGroupsCardsSourceDescription::ImportedMesh' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ProceduralSettings) == 0x000038, "Member 'FHairGroupsCardsSourceDescription::ProceduralSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, Textures) == 0x000070, "Member 'FHairGroupsCardsSourceDescription::Textures' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, GroupIndex) == 0x0000A8, "Member 'FHairGroupsCardsSourceDescription::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, LODIndex) == 0x0000AC, "Member 'FHairGroupsCardsSourceDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, CardsInfo) == 0x0000B0, "Member 'FHairGroupsCardsSourceDescription::CardsInfo' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsCardsSourceDescription, ImportedMeshKey) == 0x0000B8, "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) == 0x00000C, "Wrong size on FHairInterpolationSettings"); \ +static_assert(offsetof(FHairInterpolationSettings, bOverrideGuides) == 0x000000, "Member 'FHairInterpolationSettings::bOverrideGuides' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, HairToGuideDensity) == 0x000004, "Member 'FHairInterpolationSettings::HairToGuideDensity' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, InterpolationQuality) == 0x000008, "Member 'FHairInterpolationSettings::InterpolationQuality' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, InterpolationDistance) == 0x000009, "Member 'FHairInterpolationSettings::InterpolationDistance' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bRandomizeGuide) == 0x00000A, "Member 'FHairInterpolationSettings::bRandomizeGuide' has a wrong offset!"); \ +static_assert(offsetof(FHairInterpolationSettings, bUseUniqueGuide) == 0x00000B, "Member 'FHairInterpolationSettings::bUseUniqueGuide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsInterpolation \ +static_assert(alignof(FHairGroupsInterpolation) == 0x000004, "Wrong alignment on FHairGroupsInterpolation"); \ +static_assert(sizeof(FHairGroupsInterpolation) == 0x000014, "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!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsLOD \ +static_assert(alignof(FHairGroupsLOD) == 0x000008, "Wrong alignment on FHairGroupsLOD"); \ +static_assert(sizeof(FHairGroupsLOD) == 0x000018, "Wrong size on FHairGroupsLOD"); \ +static_assert(offsetof(FHairGroupsLOD, LODs) == 0x000000, "Member 'FHairGroupsLOD::LODs' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsLOD, ClusterWorldSize) == 0x000010, "Member 'FHairGroupsLOD::ClusterWorldSize' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsLOD, ClusterScreenSizeScale) == 0x000014, "Member 'FHairGroupsLOD::ClusterScreenSizeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairGroupsMeshesSourceDescription \ +static_assert(alignof(FHairGroupsMeshesSourceDescription) == 0x000008, "Wrong alignment on FHairGroupsMeshesSourceDescription"); \ +static_assert(sizeof(FHairGroupsMeshesSourceDescription) == 0x000068, "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) == 0x000050, "Member 'FHairGroupsMeshesSourceDescription::GroupIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, LODIndex) == 0x000054, "Member 'FHairGroupsMeshesSourceDescription::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsMeshesSourceDescription, ImportedMeshKey) == 0x000058, "Member 'FHairGroupsMeshesSourceDescription::ImportedMeshKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHairSolverSettings \ +static_assert(alignof(FHairSolverSettings) == 0x000008, "Wrong alignment on FHairSolverSettings"); \ +static_assert(sizeof(FHairSolverSettings) == 0x000038, "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, SubSteps) == 0x000030, "Member 'FHairSolverSettings::SubSteps' has a wrong offset!"); \ +static_assert(offsetof(FHairSolverSettings, IterationCount) == 0x000034, "Member 'FHairSolverSettings::IterationCount' 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) == 0x0002E0, "Wrong size on FHairGroupsPhysics"); \ +static_assert(offsetof(FHairGroupsPhysics, SolverSettings) == 0x000000, "Member 'FHairGroupsPhysics::SolverSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, ExternalForces) == 0x000038, "Member 'FHairGroupsPhysics::ExternalForces' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, MaterialConstraints) == 0x000070, "Member 'FHairGroupsPhysics::MaterialConstraints' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsPhysics, StrandsParameters) == 0x000248, "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) == 0x00000C, "Wrong size on FHairGeometrySettings"); \ +static_assert(offsetof(FHairGeometrySettings, HairWidth) == 0x000000, "Member 'FHairGeometrySettings::HairWidth' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairRootScale) == 0x000004, "Member 'FHairGeometrySettings::HairRootScale' has a wrong offset!"); \ +static_assert(offsetof(FHairGeometrySettings, HairTipScale) == 0x000008, "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) == 0x00001C, "Member 'FHairGroupsRendering::ShadowSettings' has a wrong offset!"); \ +static_assert(offsetof(FHairGroupsRendering, AdvancedSettings) == 0x000028, "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_FGroomCacheImportSettings \ +static_assert(alignof(FGroomCacheImportSettings) == 0x000008, "Wrong alignment on FGroomCacheImportSettings"); \ +static_assert(sizeof(FGroomCacheImportSettings) == 0x000028, "Wrong size on FGroomCacheImportSettings"); \ +static_assert(offsetof(FGroomCacheImportSettings, bImportGroomCache) == 0x000000, "Member 'FGroomCacheImportSettings::bImportGroomCache' 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!"); \ + +#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_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_FGroomHairGroupPreview \ +static_assert(alignof(FGroomHairGroupPreview) == 0x000004, "Wrong alignment on FGroomHairGroupPreview"); \ +static_assert(sizeof(FGroomHairGroupPreview) == 0x00002C, "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, bHasPrecomputedWeights) == 0x000014, "Member 'FGroomHairGroupPreview::bHasPrecomputedWeights' has a wrong offset!"); \ +static_assert(offsetof(FGroomHairGroupPreview, InterpolationSettings) == 0x000018, "Member 'FGroomHairGroupPreview::InterpolationSettings' 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_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_AGroomActor \ +static_assert(alignof(AGroomActor) == 0x000008, "Wrong alignment on AGroomActor"); \ +static_assert(sizeof(AGroomActor) == 0x000290, "Wrong size on AGroomActor"); \ +static_assert(offsetof(AGroomActor, GroomComponent) == 0x000288, "Member 'AGroomActor::GroomComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomAsset \ +static_assert(alignof(UGroomAsset) == 0x000008, "Wrong alignment on UGroomAsset"); \ +static_assert(sizeof(UGroomAsset) == 0x0000F8, "Wrong size on UGroomAsset"); \ +static_assert(offsetof(UGroomAsset, HairGroupsInfo) == 0x000030, "Member 'UGroomAsset::HairGroupsInfo' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsRendering) == 0x000040, "Member 'UGroomAsset::HairGroupsRendering' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsPhysics) == 0x000050, "Member 'UGroomAsset::HairGroupsPhysics' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsInterpolation) == 0x000060, "Member 'UGroomAsset::HairGroupsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsLOD) == 0x000070, "Member 'UGroomAsset::HairGroupsLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsCards) == 0x000080, "Member 'UGroomAsset::HairGroupsCards' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsMeshes) == 0x000090, "Member 'UGroomAsset::HairGroupsMeshes' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairGroupsMaterials) == 0x0000A0, "Member 'UGroomAsset::HairGroupsMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EnableGlobalInterpolation) == 0x0000C0, "Member 'UGroomAsset::EnableGlobalInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, HairInterpolationType) == 0x0000C1, "Member 'UGroomAsset::HairInterpolationType' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, MinLOD) == 0x0000C4, "Member 'UGroomAsset::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, DisableBelowMinLodStripping) == 0x0000C8, "Member 'UGroomAsset::DisableBelowMinLodStripping' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, EffectiveLODBias) == 0x0000D0, "Member 'UGroomAsset::EffectiveLODBias' has a wrong offset!"); \ +static_assert(offsetof(UGroomAsset, AssetUserData) == 0x0000E0, "Member 'UGroomAsset::AssetUserData' has a wrong offset!"); \ + +#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_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_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) == 0x000068, "Wrong size on UGroomCache"); \ +static_assert(offsetof(UGroomCache, GroomCacheInfo) == 0x000030, "Member 'UGroomCache::GroomCacheInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCacheImportOptions \ +static_assert(alignof(UGroomCacheImportOptions) == 0x000008, "Wrong alignment on UGroomCacheImportOptions"); \ +static_assert(sizeof(UGroomCacheImportOptions) == 0x000050, "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) == 0x000050, "Wrong size on UGroomCacheImportData"); \ +static_assert(offsetof(UGroomCacheImportData, Settings) == 0x000028, "Member 'UGroomCacheImportData::Settings' 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_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_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_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) == 0x0007D0, "Wrong size on UGroomComponent"); \ +static_assert(offsetof(UGroomComponent, GroomAsset) == 0x000598, "Member 'UGroomComponent::GroomAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, GroomCache) == 0x0005A0, "Member 'UGroomComponent::GroomCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, NiagaraComponents) == 0x0005A8, "Member 'UGroomComponent::NiagaraComponents' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, SourceSkeletalMesh) == 0x0005B8, "Member 'UGroomComponent::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, BindingAsset) == 0x0005C0, "Member 'UGroomComponent::BindingAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, PhysicsAsset) == 0x0005C8, "Member 'UGroomComponent::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, SimulationSettings) == 0x0005E0, "Member 'UGroomComponent::SimulationSettings' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Strands_DebugMaterial) == 0x000670, "Member 'UGroomComponent::Strands_DebugMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Strands_DefaultMaterial) == 0x000678, "Member 'UGroomComponent::Strands_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Cards_DefaultMaterial) == 0x000680, "Member 'UGroomComponent::Cards_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, Meshes_DefaultMaterial) == 0x000688, "Member 'UGroomComponent::Meshes_DefaultMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, AngularSpringsSystem) == 0x000690, "Member 'UGroomComponent::AngularSpringsSystem' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, CosseratRodsSystem) == 0x000698, "Member 'UGroomComponent::CosseratRodsSystem' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, AttachmentName) == 0x0006A0, "Member 'UGroomComponent::AttachmentName' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, GroomGroupsDesc) == 0x000740, "Member 'UGroomComponent::GroomGroupsDesc' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bUseCards) == 0x000750, "Member 'UGroomComponent::bUseCards' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bRunning) == 0x000751, "Member 'UGroomComponent::bRunning' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bLooping) == 0x000752, "Member 'UGroomComponent::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, bManualTick) == 0x000753, "Member 'UGroomComponent::bManualTick' has a wrong offset!"); \ +static_assert(offsetof(UGroomComponent, ElapsedTime) == 0x000754, "Member 'UGroomComponent::ElapsedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGroomCreateBindingOptions \ +static_assert(alignof(UGroomCreateBindingOptions) == 0x000008, "Wrong alignment on UGroomCreateBindingOptions"); \ +static_assert(sizeof(UGroomCreateBindingOptions) == 0x000058, "Wrong size on UGroomCreateBindingOptions"); \ +static_assert(offsetof(UGroomCreateBindingOptions, GroomBindingType) == 0x000028, "Member 'UGroomCreateBindingOptions::GroomBindingType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, SourceSkeletalMesh) == 0x000030, "Member 'UGroomCreateBindingOptions::SourceSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, TargetSkeletalMesh) == 0x000038, "Member 'UGroomCreateBindingOptions::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, SourceGeometryCache) == 0x000040, "Member 'UGroomCreateBindingOptions::SourceGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, TargetGeometryCache) == 0x000048, "Member 'UGroomCreateBindingOptions::TargetGeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, NumInterpolationPoints) == 0x000050, "Member 'UGroomCreateBindingOptions::NumInterpolationPoints' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateBindingOptions, MatchingSection) == 0x000054, "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) == 0x000068, "Wrong size on UGroomCreateStrandsTexturesOptions"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, Resolution) == 0x000028, "Member 'UGroomCreateStrandsTexturesOptions::Resolution' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceType) == 0x00002C, "Member 'UGroomCreateStrandsTexturesOptions::TraceType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, TraceDistance) == 0x000030, "Member 'UGroomCreateStrandsTexturesOptions::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, MeshType) == 0x000034, "Member 'UGroomCreateStrandsTexturesOptions::MeshType' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, StaticMesh) == 0x000038, "Member 'UGroomCreateStrandsTexturesOptions::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SkeletalMesh) == 0x000040, "Member 'UGroomCreateStrandsTexturesOptions::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, LODIndex) == 0x000048, "Member 'UGroomCreateStrandsTexturesOptions::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, SectionIndex) == 0x00004C, "Member 'UGroomCreateStrandsTexturesOptions::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, UVChannelIndex) == 0x000050, "Member 'UGroomCreateStrandsTexturesOptions::UVChannelIndex' has a wrong offset!"); \ +static_assert(offsetof(UGroomCreateStrandsTexturesOptions, GroupIndex) == 0x000058, "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) == 0x000108, "Wrong size on UMovieSceneGroomCacheSection"); \ +static_assert(offsetof(UMovieSceneGroomCacheSection, Params_0) == 0x0000E8, "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) == 0x0000A8, "Wrong size on UMovieSceneGroomCacheTrack"); \ +static_assert(offsetof(UMovieSceneGroomCacheTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneGroomCacheTrack::AnimationSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfaceHairStrands \ +static_assert(alignof(UNiagaraDataInterfaceHairStrands) == 0x000008, "Wrong alignment on UNiagaraDataInterfaceHairStrands"); \ +static_assert(sizeof(UNiagaraDataInterfaceHairStrands) == 0x000050, "Wrong size on UNiagaraDataInterfaceHairStrands"); \ +static_assert(offsetof(UNiagaraDataInterfaceHairStrands, DefaultSource) == 0x000038, "Member 'UNiagaraDataInterfaceHairStrands::DefaultSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfaceHairStrands, SourceActor) == 0x000040, "Member 'UNiagaraDataInterfaceHairStrands::SourceActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraDataInterfacePhysicsAsset \ +static_assert(alignof(UNiagaraDataInterfacePhysicsAsset) == 0x000008, "Wrong alignment on UNiagaraDataInterfacePhysicsAsset"); \ +static_assert(sizeof(UNiagaraDataInterfacePhysicsAsset) == 0x000088, "Wrong size on UNiagaraDataInterfacePhysicsAsset"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, DefaultSource) == 0x000038, "Member 'UNiagaraDataInterfacePhysicsAsset::DefaultSource' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, SourceActor) == 0x000040, "Member 'UNiagaraDataInterfacePhysicsAsset::SourceActor' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraDataInterfacePhysicsAsset, MeshUserParameter) == 0x000048, "Member 'UNiagaraDataInterfacePhysicsAsset::MeshUserParameter' 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_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_FNiagaraGeometryCacheReference \ +static_assert(alignof(FNiagaraGeometryCacheReference) == 0x000008, "Wrong alignment on FNiagaraGeometryCacheReference"); \ +static_assert(sizeof(FNiagaraGeometryCacheReference) == 0x000038, "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!"); \ + +#define DUMPER7_ASSERTS_UGeometryCache \ +static_assert(alignof(UGeometryCache) == 0x000008, "Wrong alignment on UGeometryCache"); \ +static_assert(sizeof(UGeometryCache) == 0x000070, "Wrong size on UGeometryCache"); \ +static_assert(offsetof(UGeometryCache, Materials) == 0x000030, "Member 'UGeometryCache::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Tracks) == 0x000040, "Member 'UGeometryCache::Tracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, StartFrame) == 0x000060, "Member 'UGeometryCache::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, EndFrame) == 0x000064, "Member 'UGeometryCache::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCache, Hash) == 0x000068, "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) == 0x000290, "Wrong size on AGeometryCacheActor"); \ +static_assert(offsetof(AGeometryCacheActor, GeometryCacheComponent) == 0x000288, "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) == 0x000620, "Wrong size on UGeometryCacheComponent"); \ +static_assert(offsetof(UGeometryCacheComponent, GeometryCache) == 0x000590, "Member 'UGeometryCacheComponent::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bRunning) == 0x000598, "Member 'UGeometryCacheComponent::bRunning' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bLooping) == 0x000599, "Member 'UGeometryCacheComponent::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bExtrapolateFrames) == 0x00059A, "Member 'UGeometryCacheComponent::bExtrapolateFrames' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, StartTimeOffset) == 0x00059C, "Member 'UGeometryCacheComponent::StartTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, PlaybackSpeed) == 0x0005A0, "Member 'UGeometryCacheComponent::PlaybackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, MotionVectorScale) == 0x0005A4, "Member 'UGeometryCacheComponent::MotionVectorScale' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, NumTracks) == 0x0005A8, "Member 'UGeometryCacheComponent::NumTracks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, ElapsedTime) == 0x0005AC, "Member 'UGeometryCacheComponent::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, Duration) == 0x0005FC, "Member 'UGeometryCacheComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bManualTick) == 0x000600, "Member 'UGeometryCacheComponent::bManualTick' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, bOverrideWireframeColor) == 0x000601, "Member 'UGeometryCacheComponent::bOverrideWireframeColor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheComponent, WireframeOverrideColor) == 0x000604, "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) == 0x0000D8, "Wrong size on UGeometryCacheTrackStreamable"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, Codec) == 0x000058, "Member 'UGeometryCacheTrackStreamable::Codec' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCacheTrackStreamable, StartSampleTime) == 0x0000C8, "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) == 0x000358, "Wrong size on UNiagaraGeometryCacheRendererProperties"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, GeometryCaches) == 0x0000D0, "Member 'UNiagaraGeometryCacheRendererProperties::GeometryCaches' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, bIsLooping) == 0x0000E0, "Member 'UNiagaraGeometryCacheRendererProperties::bIsLooping' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ComponentCountLimit) == 0x0000E4, "Member 'UNiagaraGeometryCacheRendererProperties::ComponentCountLimit' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, PositionBinding) == 0x0000E8, "Member 'UNiagaraGeometryCacheRendererProperties::PositionBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RotationBinding) == 0x000140, "Member 'UNiagaraGeometryCacheRendererProperties::RotationBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ScaleBinding) == 0x000198, "Member 'UNiagaraGeometryCacheRendererProperties::ScaleBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ElapsedTimeBinding) == 0x0001F0, "Member 'UNiagaraGeometryCacheRendererProperties::ElapsedTimeBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, EnabledBinding) == 0x000248, "Member 'UNiagaraGeometryCacheRendererProperties::EnabledBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, ArrayIndexBinding) == 0x0002A0, "Member 'UNiagaraGeometryCacheRendererProperties::ArrayIndexBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RendererVisibilityTagBinding) == 0x0002F8, "Member 'UNiagaraGeometryCacheRendererProperties::RendererVisibilityTagBinding' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, RendererVisibility) == 0x000350, "Member 'UNiagaraGeometryCacheRendererProperties::RendererVisibility' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraGeometryCacheRendererProperties, bAssignComponentsOnParticleID) == 0x000354, "Member 'UNiagaraGeometryCacheRendererProperties::bAssignComponentsOnParticleID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheParams \ +static_assert(alignof(FMovieSceneGeometryCacheParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheParams"); \ +static_assert(sizeof(FMovieSceneGeometryCacheParams) == 0x000040, "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) == 0x000048, "Wrong size on FMovieSceneGeometryCacheSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionStartTime) == 0x000040, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCacheSectionTemplateParameters, SectionEndTime) == 0x000044, "Member 'FMovieSceneGeometryCacheSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCacheSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCacheSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCacheSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCacheSectionTemplate) == 0x000068, "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) == 0x000128, "Wrong size on UMovieSceneGeometryCacheSection"); \ +static_assert(offsetof(UMovieSceneGeometryCacheSection, Params_0) == 0x0000E8, "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) == 0x0000A8, "Wrong size on UMovieSceneGeometryCacheTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCacheTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneGeometryCacheTrack::AnimationSections' 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, 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, CurrentWaterBodyComponent) == 0x0002B8, "Member 'FSphericalPontoon::CurrentWaterBodyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnderwaterPostProcessSettings \ +static_assert(alignof(FUnderwaterPostProcessSettings) == 0x000010, "Wrong alignment on FUnderwaterPostProcessSettings"); \ +static_assert(sizeof(FUnderwaterPostProcessSettings) == 0x0007D0, "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) == 0x0007C0, "Member 'FUnderwaterPostProcessSettings::UnderwaterPostProcessMaterial' 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_FBuoyancyData \ +static_assert(alignof(FBuoyancyData) == 0x000008, "Wrong alignment on FBuoyancyData"); \ +static_assert(sizeof(FBuoyancyData) == 0x000088, "Wrong size on FBuoyancyData"); \ +static_assert(offsetof(FBuoyancyData, Pontoons) == 0x000000, "Member 'FBuoyancyData::Pontoons' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyCoefficient) == 0x000010, "Member 'FBuoyancyData::BuoyancyCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyDamp) == 0x000014, "Member 'FBuoyancyData::BuoyancyDamp' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyDamp2) == 0x000018, "Member 'FBuoyancyData::BuoyancyDamp2' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMinVelocity) == 0x00001C, "Member 'FBuoyancyData::BuoyancyRampMinVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMaxVelocity) == 0x000020, "Member 'FBuoyancyData::BuoyancyRampMaxVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, BuoyancyRampMax) == 0x000024, "Member 'FBuoyancyData::BuoyancyRampMax' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxBuoyantForce) == 0x000028, "Member 'FBuoyancyData::MaxBuoyantForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyDragForcesInWater) == 0x00002C, "Member 'FBuoyancyData::bApplyDragForcesInWater' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DragCoefficient) == 0x000030, "Member 'FBuoyancyData::DragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DragCoefficient2) == 0x000034, "Member 'FBuoyancyData::DragCoefficient2' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, AngularDragCoefficient) == 0x000038, "Member 'FBuoyancyData::AngularDragCoefficient' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxDragSpeed) == 0x00003C, "Member 'FBuoyancyData::MaxDragSpeed' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyRiverForces) == 0x000040, "Member 'FBuoyancyData::bApplyRiverForces' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, RiverPontoonIndex) == 0x000044, "Member 'FBuoyancyData::RiverPontoonIndex' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, WaterShorePushFactor) == 0x000048, "Member 'FBuoyancyData::WaterShorePushFactor' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, RiverTraversalPathWidth) == 0x00004C, "Member 'FBuoyancyData::RiverTraversalPathWidth' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxShorePushForce) == 0x000050, "Member 'FBuoyancyData::MaxShorePushForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, WaterVelocityStrength) == 0x000054, "Member 'FBuoyancyData::WaterVelocityStrength' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, MaxWaterForce) == 0x000058, "Member 'FBuoyancyData::MaxWaterForce' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bAlwaysAllowLateralPush) == 0x00005C, "Member 'FBuoyancyData::bAlwaysAllowLateralPush' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bAllowCurrentWhenMovingFastUpstream) == 0x00005D, "Member 'FBuoyancyData::bAllowCurrentWhenMovingFastUpstream' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, bApplyDownstreamAngularRotation) == 0x00005E, "Member 'FBuoyancyData::bApplyDownstreamAngularRotation' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamAxisOfRotation) == 0x000060, "Member 'FBuoyancyData::DownstreamAxisOfRotation' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationStrength) == 0x000078, "Member 'FBuoyancyData::DownstreamRotationStrength' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationStiffness) == 0x00007C, "Member 'FBuoyancyData::DownstreamRotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamRotationAngularDamping) == 0x000080, "Member 'FBuoyancyData::DownstreamRotationAngularDamping' has a wrong offset!"); \ +static_assert(offsetof(FBuoyancyData, DownstreamMaxAcceleration) == 0x000084, "Member 'FBuoyancyData::DownstreamMaxAcceleration' 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_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_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_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_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_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_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_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_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) == 0x000220, "Wrong size on UBuoyancyComponent"); \ +static_assert(offsetof(UBuoyancyComponent, Pontoons) == 0x0000C0, "Member 'UBuoyancyComponent::Pontoons' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, OnEnteredWaterDelegate) == 0x0000D0, "Member 'UBuoyancyComponent::OnEnteredWaterDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, OnExitedWaterDelegate) == 0x0000E0, "Member 'UBuoyancyComponent::OnExitedWaterDelegate' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, BuoyancyData) == 0x0000F0, "Member 'UBuoyancyComponent::BuoyancyData' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, CurrentWaterBodyComponents) == 0x000178, "Member 'UBuoyancyComponent::CurrentWaterBodyComponents' has a wrong offset!"); \ +static_assert(offsetof(UBuoyancyComponent, SimulatingComponent) == 0x000188, "Member 'UBuoyancyComponent::SimulatingComponent' 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_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) == 0x000340, "Wrong size on ABuoyancyManager"); \ +static_assert(offsetof(ABuoyancyManager, BuoyancyComponents) == 0x0002D8, "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_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_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) == 0x000590, "Wrong size on ULakeCollisionComponent"); \ +static_assert(offsetof(ULakeCollisionComponent, CachedBodySetup) == 0x000568, "Member 'ULakeCollisionComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(ULakeCollisionComponent, BoxExtent) == 0x000570, "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) == 0x0005B0, "Wrong size on UOceanCollisionComponent"); \ +static_assert(offsetof(UOceanCollisionComponent, CachedBodySetup) == 0x000568, "Member 'UOceanCollisionComponent::CachedBodySetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOceanBoxCollisionComponent \ +static_assert(alignof(UOceanBoxCollisionComponent) == 0x000010, "Wrong alignment on UOceanBoxCollisionComponent"); \ +static_assert(sizeof(UOceanBoxCollisionComponent) == 0x0005A0, "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) == 0x0002B8, "Wrong size on AWaterBody"); \ +static_assert(offsetof(AWaterBody, SplineComp) == 0x000290, "Member 'AWaterBody::SplineComp' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterSplineMetadata) == 0x000298, "Member 'AWaterBody::WaterSplineMetadata' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyComponent) == 0x0002A0, "Member 'AWaterBody::WaterBodyComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyIndex) == 0x0002A8, "Member 'AWaterBody::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterBodyType) == 0x0002AC, "Member 'AWaterBody::WaterBodyType' has a wrong offset!"); \ +static_assert(offsetof(AWaterBody, WaterWaves) == 0x0002B0, "Member 'AWaterBody::WaterWaves' 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_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_OnWaterBodyChanged \ +static_assert(alignof(WaterBodyComponent_OnWaterBodyChanged) == 0x000001, "Wrong alignment on WaterBodyComponent_OnWaterBodyChanged"); \ +static_assert(sizeof(WaterBodyComponent_OnWaterBodyChanged) == 0x000002, "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!"); \ + +#define DUMPER7_ASSERTS_WaterBodyComponent_GetCollisionComponents \ +static_assert(alignof(WaterBodyComponent_GetCollisionComponents) == 0x000008, "Wrong alignment on WaterBodyComponent_GetCollisionComponents"); \ +static_assert(sizeof(WaterBodyComponent_GetCollisionComponents) == 0x000010, "Wrong size on WaterBodyComponent_GetCollisionComponents"); \ +static_assert(offsetof(WaterBodyComponent_GetCollisionComponents, ReturnValue) == 0x000000, "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_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) == 0x0015B0, "Wrong size on UWaterBodyComponent"); \ +static_assert(offsetof(UWaterBodyComponent, PhysicalMaterial) == 0x000568, "Member 'UWaterBodyComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, TargetWaveMaskDepth) == 0x000570, "Member 'UWaterBodyComponent::TargetWaveMaskDepth' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, MaxWaveHeightOffset) == 0x000574, "Member 'UWaterBodyComponent::MaxWaveHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bFillCollisionUnderWaterBodiesForNavmesh) == 0x000578, "Member 'UWaterBodyComponent::bFillCollisionUnderWaterBodiesForNavmesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessSettings) == 0x000580, "Member 'UWaterBodyComponent::UnderwaterPostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CurveSettings) == 0x000D50, "Member 'UWaterBodyComponent::CurveSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMaterial) == 0x000D70, "Member 'UWaterBodyComponent::WaterMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessMaterial) == 0x000D78, "Member 'UWaterBodyComponent::UnderwaterPostProcessMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, ShapeDilation) == 0x000D80, "Member 'UWaterBodyComponent::ShapeDilation' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CollisionHeightOffset) == 0x000D84, "Member 'UWaterBodyComponent::CollisionHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bAffectsLandscape) == 0x000D88, "Member 'UWaterBodyComponent::bAffectsLandscape' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bGenerateCollisions) == 0x000D89, "Member 'UWaterBodyComponent::bGenerateCollisions' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterBodyIndex) == 0x000D8C, "Member 'UWaterBodyComponent::WaterBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMeshOverride) == 0x000D90, "Member 'UWaterBodyComponent::WaterMeshOverride' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, OverlapMaterialPriority) == 0x000D98, "Member 'UWaterBodyComponent::OverlapMaterialPriority' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CollisionProfileName) == 0x000D9C, "Member 'UWaterBodyComponent::CollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterSplineMetadata) == 0x000DA8, "Member 'UWaterBodyComponent::WaterSplineMetadata' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterMID) == 0x000DB0, "Member 'UWaterBodyComponent::WaterMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, UnderwaterPostProcessMID) == 0x000DB8, "Member 'UWaterBodyComponent::UnderwaterPostProcessMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, Islands) == 0x000DC0, "Member 'UWaterBodyComponent::Islands' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, ExclusionVolumes) == 0x000DD0, "Member 'UWaterBodyComponent::ExclusionVolumes' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, Landscape) == 0x000DE0, "Member 'UWaterBodyComponent::Landscape' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, CurrentPostProcessSettings) == 0x000DF0, "Member 'UWaterBodyComponent::CurrentPostProcessSettings' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, bCanAffectNavigation) == 0x0015A0, "Member 'UWaterBodyComponent::bCanAffectNavigation' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyComponent, WaterNavAreaClass) == 0x0015A8, "Member 'UWaterBodyComponent::WaterNavAreaClass' 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) == 0x0002B8, "Wrong size on AWaterBodyCustom"); \ + +#define DUMPER7_ASSERTS_UWaterBodyCustomComponent \ +static_assert(alignof(UWaterBodyCustomComponent) == 0x000010, "Wrong alignment on UWaterBodyCustomComponent"); \ +static_assert(sizeof(UWaterBodyCustomComponent) == 0x0015C0, "Wrong size on UWaterBodyCustomComponent"); \ +static_assert(offsetof(UWaterBodyCustomComponent, MeshComp) == 0x0015B0, "Member 'UWaterBodyCustomComponent::MeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AWaterBodyExclusionVolume \ +static_assert(alignof(AWaterBodyExclusionVolume) == 0x000008, "Wrong alignment on AWaterBodyExclusionVolume"); \ +static_assert(sizeof(AWaterBodyExclusionVolume) == 0x0002E8, "Wrong size on AWaterBodyExclusionVolume"); \ +static_assert(offsetof(AWaterBodyExclusionVolume, bIgnoreAllOverlappingWaterBodies) == 0x0002D0, "Member 'AWaterBodyExclusionVolume::bIgnoreAllOverlappingWaterBodies' has a wrong offset!"); \ +static_assert(offsetof(AWaterBodyExclusionVolume, WaterBodiesToIgnore) == 0x0002D8, "Member 'AWaterBodyExclusionVolume::WaterBodiesToIgnore' 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) == 0x000298, "Wrong size on AWaterBodyIsland"); \ +static_assert(offsetof(AWaterBodyIsland, SplineComp) == 0x000290, "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) == 0x0002B8, "Wrong size on AWaterBodyLake"); \ + +#define DUMPER7_ASSERTS_UWaterBodyLakeComponent \ +static_assert(alignof(UWaterBodyLakeComponent) == 0x000010, "Wrong alignment on UWaterBodyLakeComponent"); \ +static_assert(sizeof(UWaterBodyLakeComponent) == 0x0015C0, "Wrong size on UWaterBodyLakeComponent"); \ +static_assert(offsetof(UWaterBodyLakeComponent, LakeMeshComp) == 0x0015B0, "Member 'UWaterBodyLakeComponent::LakeMeshComp' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyLakeComponent, LakeCollision) == 0x0015B8, "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) == 0x0002B8, "Wrong size on AWaterBodyOcean"); \ + +#define DUMPER7_ASSERTS_UWaterBodyOceanComponent \ +static_assert(alignof(UWaterBodyOceanComponent) == 0x000010, "Wrong alignment on UWaterBodyOceanComponent"); \ +static_assert(sizeof(UWaterBodyOceanComponent) == 0x0015F0, "Wrong size on UWaterBodyOceanComponent"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionBoxes) == 0x0015B0, "Member 'UWaterBodyOceanComponent::CollisionBoxes' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionHullSets) == 0x0015C0, "Member 'UWaterBodyOceanComponent::CollisionHullSets' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, CollisionExtents) == 0x0015D0, "Member 'UWaterBodyOceanComponent::CollisionExtents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyOceanComponent, HeightOffset) == 0x0015E8, "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) == 0x0002B8, "Wrong size on AWaterBodyRiver"); \ + +#define DUMPER7_ASSERTS_UWaterBodyRiverComponent \ +static_assert(alignof(UWaterBodyRiverComponent) == 0x000010, "Wrong alignment on UWaterBodyRiverComponent"); \ +static_assert(sizeof(UWaterBodyRiverComponent) == 0x0015E0, "Wrong size on UWaterBodyRiverComponent"); \ +static_assert(offsetof(UWaterBodyRiverComponent, SplineMeshComponents) == 0x0015B0, "Member 'UWaterBodyRiverComponent::SplineMeshComponents' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, LakeTransitionMaterial) == 0x0015C0, "Member 'UWaterBodyRiverComponent::LakeTransitionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, LakeTransitionMID) == 0x0015C8, "Member 'UWaterBodyRiverComponent::LakeTransitionMID' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, OceanTransitionMaterial) == 0x0015D0, "Member 'UWaterBodyRiverComponent::OceanTransitionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterBodyRiverComponent, OceanTransitionMID) == 0x0015D8, "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) == 0x0006F0, "Wrong size on UWaterMeshComponent"); \ +static_assert(offsetof(UWaterMeshComponent, ForceCollapseDensityLevel) == 0x000590, "Member 'UWaterMeshComponent::ForceCollapseDensityLevel' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, FarDistanceMaterial) == 0x000598, "Member 'UWaterMeshComponent::FarDistanceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, FarDistanceMeshExtent) == 0x0005A0, "Member 'UWaterMeshComponent::FarDistanceMeshExtent' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, RTWorldLocation) == 0x0005A8, "Member 'UWaterMeshComponent::RTWorldLocation' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, RTWorldSizeVector) == 0x0005C0, "Member 'UWaterMeshComponent::RTWorldSizeVector' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, TileSize) == 0x0005D8, "Member 'UWaterMeshComponent::TileSize' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, ExtentInTiles) == 0x0005DC, "Member 'UWaterMeshComponent::ExtentInTiles' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, UsedMaterials) == 0x000680, "Member 'UWaterMeshComponent::UsedMaterials' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, TessellationFactor) == 0x0006E0, "Member 'UWaterMeshComponent::TessellationFactor' has a wrong offset!"); \ +static_assert(offsetof(UWaterMeshComponent, LODScale) == 0x0006E4, "Member 'UWaterMeshComponent::LODScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterRuntimeSettings \ +static_assert(alignof(UWaterRuntimeSettings) == 0x000008, "Wrong alignment on UWaterRuntimeSettings"); \ +static_assert(sizeof(UWaterRuntimeSettings) == 0x000098, "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, WaterBodyIconWorldSize) == 0x000068, "Member 'UWaterRuntimeSettings::WaterBodyIconWorldSize' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyIconWorldZOffset) == 0x00006C, "Member 'UWaterRuntimeSettings::WaterBodyIconWorldZOffset' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, DefaultWaterCollisionProfileName) == 0x000070, "Member 'UWaterRuntimeSettings::DefaultWaterCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyRiverComponentClass) == 0x000078, "Member 'UWaterRuntimeSettings::WaterBodyRiverComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyLakeComponentClass) == 0x000080, "Member 'UWaterRuntimeSettings::WaterBodyLakeComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyOceanComponentClass) == 0x000088, "Member 'UWaterRuntimeSettings::WaterBodyOceanComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UWaterRuntimeSettings, WaterBodyCustomComponentClass) == 0x000090, "Member 'UWaterRuntimeSettings::WaterBodyCustomComponentClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWaterSplineComponent \ +static_assert(alignof(UWaterSplineComponent) == 0x000010, "Wrong alignment on UWaterSplineComponent"); \ +static_assert(sizeof(UWaterSplineComponent) == 0x000690, "Wrong size on UWaterSplineComponent"); \ +static_assert(offsetof(UWaterSplineComponent, WaterSplineDefaults) == 0x000668, "Member 'UWaterSplineComponent::WaterSplineDefaults' has a wrong offset!"); \ +static_assert(offsetof(UWaterSplineComponent, PreviousWaterSplineDefaults) == 0x000678, "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) == 0x000100, "Wrong size on UWaterSubsystem"); \ +static_assert(offsetof(UWaterSubsystem, BuoyancyManager) == 0x000078, "Member 'UWaterSubsystem::BuoyancyManager' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, OnCameraUnderwaterStateChanged) == 0x000080, "Member 'UWaterSubsystem::OnCameraUnderwaterStateChanged' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, OnWaterScalabilityChanged) == 0x000090, "Member 'UWaterSubsystem::OnWaterScalabilityChanged' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, DefaultRiverMesh) == 0x0000A0, "Member 'UWaterSubsystem::DefaultRiverMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, DefaultLakeMesh) == 0x0000A8, "Member 'UWaterSubsystem::DefaultLakeMesh' has a wrong offset!"); \ +static_assert(offsetof(UWaterSubsystem, MaterialParameterCollection) == 0x0000D8, "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_AWaterZone \ +static_assert(alignof(AWaterZone) == 0x000008, "Wrong alignment on AWaterZone"); \ +static_assert(sizeof(AWaterZone) == 0x0002A0, "Wrong size on AWaterZone"); \ +static_assert(offsetof(AWaterZone, WaterVelocityTexture) == 0x000288, "Member 'AWaterZone::WaterVelocityTexture' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, BoundsComponent) == 0x000290, "Member 'AWaterZone::BoundsComponent' has a wrong offset!"); \ +static_assert(offsetof(AWaterZone, WaterMesh) == 0x000298, "Member 'AWaterZone::WaterMesh' 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_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_FAIDataProviderStructValue \ +static_assert(alignof(FAIDataProviderStructValue) == 0x000008, "Wrong alignment on FAIDataProviderStructValue"); \ +static_assert(sizeof(FAIDataProviderStructValue) == 0x000030, "Wrong size on FAIDataProviderStructValue"); \ + +#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_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_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_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_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_FActorPerceptionBlueprintInfo \ +static_assert(alignof(FActorPerceptionBlueprintInfo) == 0x000008, "Wrong alignment on FActorPerceptionBlueprintInfo"); \ +static_assert(sizeof(FActorPerceptionBlueprintInfo) == 0x000020, "Wrong size on FActorPerceptionBlueprintInfo"); \ +static_assert(offsetof(FActorPerceptionBlueprintInfo, Target) == 0x000000, "Member 'FActorPerceptionBlueprintInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(FActorPerceptionBlueprintInfo, LastSensedStimuli) == 0x000008, "Member 'FActorPerceptionBlueprintInfo::LastSensedStimuli' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAISenseAffiliationFilter \ +static_assert(alignof(FAISenseAffiliationFilter) == 0x000004, "Wrong alignment on FAISenseAffiliationFilter"); \ +static_assert(sizeof(FAISenseAffiliationFilter) == 0x000004, "Wrong size on FAISenseAffiliationFilter"); \ + +#define DUMPER7_ASSERTS_FAIDamageEvent \ +static_assert(alignof(FAIDamageEvent) == 0x000008, "Wrong alignment on FAIDamageEvent"); \ +static_assert(sizeof(FAIDamageEvent) == 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_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_FAISightEvent \ +static_assert(alignof(FAISightEvent) == 0x000008, "Wrong alignment on FAISightEvent"); \ +static_assert(sizeof(FAISightEvent) == 0x000018, "Wrong size on FAISightEvent"); \ +static_assert(offsetof(FAISightEvent, SeenActor) == 0x000008, "Member 'FAISightEvent::SeenActor' has a wrong offset!"); \ +static_assert(offsetof(FAISightEvent, Observer) == 0x000010, "Member 'FAISightEvent::Observer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAITeamStimulusEvent \ +static_assert(alignof(FAITeamStimulusEvent) == 0x000008, "Wrong alignment on FAITeamStimulusEvent"); \ +static_assert(sizeof(FAITeamStimulusEvent) == 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) == 0x000028, "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_FAIMoveRequest \ +static_assert(alignof(FAIMoveRequest) == 0x000008, "Wrong alignment on FAIMoveRequest"); \ +static_assert(sizeof(FAIMoveRequest) == 0x000048, "Wrong size on FAIMoveRequest"); \ +static_assert(offsetof(FAIMoveRequest, GoalActor) == 0x000000, "Member 'FAIMoveRequest::GoalActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FBehaviorTreeTemplateInfo \ +static_assert(alignof(FBehaviorTreeTemplateInfo) == 0x000008, "Wrong alignment on FBehaviorTreeTemplateInfo"); \ +static_assert(sizeof(FBehaviorTreeTemplateInfo) == 0x000018, "Wrong size on FBehaviorTreeTemplateInfo"); \ +static_assert(offsetof(FBehaviorTreeTemplateInfo, Asset) == 0x000000, "Member 'FBehaviorTreeTemplateInfo::Asset' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorTreeTemplateInfo, Template) == 0x000008, "Member 'FBehaviorTreeTemplateInfo::Template' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlackboardKeySelector \ +static_assert(alignof(FBlackboardKeySelector) == 0x000008, "Wrong alignment on FBlackboardKeySelector"); \ +static_assert(sizeof(FBlackboardKeySelector) == 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_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_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_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_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) == 0x000178, "Wrong size on FEnvQueryInstanceCache"); \ +static_assert(offsetof(FEnvQueryInstanceCache, Template) == 0x000000, "Member 'FEnvQueryInstanceCache::Template' 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_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_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_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_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_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_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_FRecastGraphWrapper \ +static_assert(alignof(FRecastGraphWrapper) == 0x000008, "Wrong alignment on FRecastGraphWrapper"); \ +static_assert(sizeof(FRecastGraphWrapper) == 0x0000B0, "Wrong size on FRecastGraphWrapper"); \ +static_assert(offsetof(FRecastGraphWrapper, RecastNavMeshActor) == 0x000000, "Member 'FRecastGraphWrapper::RecastNavMeshActor' has a wrong offset!"); \ + +#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_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_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_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_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_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) == 0x0003B0, "Wrong size on AAIController"); \ +static_assert(offsetof(AAIController, PathFollowingComponent) == 0x000360, "Member 'AAIController::PathFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, BrainComponent) == 0x000368, "Member 'AAIController::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, PerceptionComponent) == 0x000370, "Member 'AAIController::PerceptionComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ActionsComp) == 0x000378, "Member 'AAIController::ActionsComp' has a wrong offset!"); \ +static_assert(offsetof(AAIController, Blackboard) == 0x000380, "Member 'AAIController::Blackboard' has a wrong offset!"); \ +static_assert(offsetof(AAIController, CachedGameplayTasksComponent) == 0x000388, "Member 'AAIController::CachedGameplayTasksComponent' has a wrong offset!"); \ +static_assert(offsetof(AAIController, DefaultNavigationFilterClass) == 0x000390, "Member 'AAIController::DefaultNavigationFilterClass' has a wrong offset!"); \ +static_assert(offsetof(AAIController, ReceiveMoveCompleted) == 0x000398, "Member 'AAIController::ReceiveMoveCompleted' 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_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_UAISenseBlueprintListener \ +static_assert(alignof(UAISenseBlueprintListener) == 0x000008, "Wrong alignment on UAISenseBlueprintListener"); \ +static_assert(sizeof(UAISenseBlueprintListener) == 0x000108, "Wrong size on UAISenseBlueprintListener"); \ + +#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_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_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_GetPerceivedActors \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedActors) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedActors::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedActors, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActors \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActors) == 0x000010, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActors"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActors, OutActors) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActors::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionComponent_GetPerceivedHostileActorsBySense \ +static_assert(alignof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000008, "Wrong alignment on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(sizeof(AIPerceptionComponent_GetPerceivedHostileActorsBySense) == 0x000018, "Wrong size on AIPerceptionComponent_GetPerceivedHostileActorsBySense"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, SenseToUse) == 0x000000, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::SenseToUse' has a wrong offset!"); \ +static_assert(offsetof(AIPerceptionComponent_GetPerceivedHostileActorsBySense, OutActors) == 0x000008, "Member 'AIPerceptionComponent_GetPerceivedHostileActorsBySense::OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionComponent \ +static_assert(alignof(UAIPerceptionComponent) == 0x000008, "Wrong alignment on UAIPerceptionComponent"); \ +static_assert(sizeof(UAIPerceptionComponent) == 0x0001A0, "Wrong size on UAIPerceptionComponent"); \ +static_assert(offsetof(UAIPerceptionComponent, SensesConfig) == 0x0000C0, "Member 'UAIPerceptionComponent::SensesConfig' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, DominantSense) == 0x0000D0, "Member 'UAIPerceptionComponent::DominantSense' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, AIOwner) == 0x0000E8, "Member 'UAIPerceptionComponent::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnPerceptionUpdated) == 0x000170, "Member 'UAIPerceptionComponent::OnPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionUpdated) == 0x000180, "Member 'UAIPerceptionComponent::OnTargetPerceptionUpdated' has a wrong offset!"); \ +static_assert(offsetof(UAIPerceptionComponent, OnTargetPerceptionInfoUpdated) == 0x000190, "Member 'UAIPerceptionComponent::OnTargetPerceptionInfoUpdated' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PathFollowingComponent_OnActorBump \ +static_assert(alignof(PathFollowingComponent_OnActorBump) == 0x000008, "Wrong alignment on PathFollowingComponent_OnActorBump"); \ +static_assert(sizeof(PathFollowingComponent_OnActorBump) == 0x000110, "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) == 0x0002D8, "Wrong size on UPathFollowingComponent"); \ +static_assert(offsetof(UPathFollowingComponent, MovementComp) == 0x0000F8, "Member 'UPathFollowingComponent::MovementComp' has a wrong offset!"); \ +static_assert(offsetof(UPathFollowingComponent, MyNavData) == 0x000108, "Member 'UPathFollowingComponent::MyNavData' 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_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) == 0x000328, "Wrong size on UCrowdFollowingComponent"); \ +static_assert(offsetof(UCrowdFollowingComponent, CrowdAgentMoveDirection) == 0x0002F0, "Member 'UCrowdFollowingComponent::CrowdAgentMoveDirection' has a wrong offset!"); \ + +#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) == 0x0001C8, "Wrong size on UBlackboardComponent"); \ +static_assert(offsetof(UBlackboardComponent, BrainComp) == 0x0000C0, "Member 'UBlackboardComponent::BrainComp' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, DefaultBlackboardAsset) == 0x0000C8, "Member 'UBlackboardComponent::DefaultBlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, BlackboardAsset) == 0x0000D0, "Member 'UBlackboardComponent::BlackboardAsset' has a wrong offset!"); \ +static_assert(offsetof(UBlackboardComponent, KeyInstances) == 0x0000F8, "Member 'UBlackboardComponent::KeyInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_IAIResourceInterface \ +static_assert(alignof(IAIResourceInterface) == 0x000001, "Wrong alignment on IAIResourceInterface"); \ +static_assert(sizeof(IAIResourceInterface) == 0x000001, "Wrong size on IAIResourceInterface"); \ + +#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_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_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_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_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, SpaceBetween) == 0x0000C8, "Member 'UEnvQueryGenerator_OnCircle::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, NumberOfPoints) == 0x000100, "Member 'UEnvQueryGenerator_OnCircle::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_OnCircle, PointOnCircleSpacingMethod) == 0x000138, "Member 'UEnvQueryGenerator_OnCircle::PointOnCircleSpacingMethod' 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_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_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_UEnvQueryContext \ +static_assert(alignof(UEnvQueryContext) == 0x000008, "Wrong alignment on UEnvQueryContext"); \ +static_assert(sizeof(UEnvQueryContext) == 0x000028, "Wrong size on UEnvQueryContext"); \ + +#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_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_UAISense \ +static_assert(alignof(UAISense) == 0x000008, "Wrong alignment on UAISense"); \ +static_assert(sizeof(UAISense) == 0x000080, "Wrong size on UAISense"); \ +static_assert(offsetof(UAISense, DefaultExpirationAge) == 0x000028, "Member 'UAISense::DefaultExpirationAge' has a wrong offset!"); \ +static_assert(offsetof(UAISense, NotifyType) == 0x00002C, "Member 'UAISense::NotifyType' has a wrong offset!"); \ +static_assert(offsetof(UAISense, PerceptionSystemInstance) == 0x000038, "Member 'UAISense::PerceptionSystemInstance' 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_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_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_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) == 0x000040, "Member 'UAIDataProvider_Random::Min' has a wrong offset!"); \ +static_assert(offsetof(UAIDataProvider_Random, Max) == 0x000044, "Member 'UAIDataProvider_Random::Max' has a wrong offset!"); \ + +#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_IAIPerceptionListenerInterface \ +static_assert(alignof(IAIPerceptionListenerInterface) == 0x000001, "Wrong alignment on IAIPerceptionListenerInterface"); \ +static_assert(sizeof(IAIPerceptionListenerInterface) == 0x000001, "Wrong size on IAIPerceptionListenerInterface"); \ + +#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_AIPerceptionStimuliSourceComponent_RegisterForSense \ +static_assert(alignof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ +static_assert(sizeof(AIPerceptionStimuliSourceComponent_RegisterForSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_RegisterForSense"); \ +static_assert(offsetof(AIPerceptionStimuliSourceComponent_RegisterForSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_RegisterForSense::SenseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIPerceptionStimuliSourceComponent_UnregisterFromSense \ +static_assert(alignof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong alignment on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ +static_assert(sizeof(AIPerceptionStimuliSourceComponent_UnregisterFromSense) == 0x000008, "Wrong size on AIPerceptionStimuliSourceComponent_UnregisterFromSense"); \ +static_assert(offsetof(AIPerceptionStimuliSourceComponent_UnregisterFromSense, SenseClass) == 0x000000, "Member 'AIPerceptionStimuliSourceComponent_UnregisterFromSense::SenseClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPerceptionStimuliSourceComponent \ +static_assert(alignof(UAIPerceptionStimuliSourceComponent) == 0x000008, "Wrong alignment on UAIPerceptionStimuliSourceComponent"); \ +static_assert(sizeof(UAIPerceptionStimuliSourceComponent) == 0x0000D8, "Wrong size on UAIPerceptionStimuliSourceComponent"); \ +static_assert(offsetof(UAIPerceptionStimuliSourceComponent, RegisterAsSourceForSenses) == 0x0000C8, "Member 'UAIPerceptionStimuliSourceComponent::RegisterAsSourceForSenses' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000130, "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_UEQSRenderingComponent \ +static_assert(alignof(UEQSRenderingComponent) == 0x000010, "Wrong alignment on UEQSRenderingComponent"); \ +static_assert(sizeof(UEQSRenderingComponent) == 0x0005A0, "Wrong size on UEQSRenderingComponent"); \ + +#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_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_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_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_UEnvQueryTypes \ +static_assert(alignof(UEnvQueryTypes) == 0x000008, "Wrong alignment on UEnvQueryTypes"); \ +static_assert(sizeof(UEnvQueryTypes) == 0x000028, "Wrong size on UEnvQueryTypes"); \ + +#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_UPathFollowingManager \ +static_assert(alignof(UPathFollowingManager) == 0x000008, "Wrong alignment on UPathFollowingManager"); \ +static_assert(sizeof(UPathFollowingManager) == 0x000028, "Wrong size on UPathFollowingManager"); \ + +#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_IGenericTeamAgentInterface \ +static_assert(alignof(IGenericTeamAgentInterface) == 0x000001, "Wrong alignment on IGenericTeamAgentInterface"); \ +static_assert(sizeof(IGenericTeamAgentInterface) == 0x000001, "Wrong size on IGenericTeamAgentInterface"); \ + +#define DUMPER7_ASSERTS_UAISenseConfig_Touch \ +static_assert(alignof(UAISenseConfig_Touch) == 0x000008, "Wrong alignment on UAISenseConfig_Touch"); \ +static_assert(sizeof(UAISenseConfig_Touch) == 0x000048, "Wrong size on UAISenseConfig_Touch"); \ + +#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_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_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_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) == 0x0000A8, "Wrong size on UAISense_Blueprint"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerDataType) == 0x000080, "Member 'UAISense_Blueprint::ListenerDataType' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, ListenerContainer) == 0x000088, "Member 'UAISense_Blueprint::ListenerContainer' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Blueprint, UnprocessedEvents) == 0x000098, "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) == 0x000090, "Wrong size on UAISense_Damage"); \ +static_assert(offsetof(UAISense_Damage, RegisteredEvents) == 0x000080, "Member 'UAISense_Damage::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetPeripheralVisionAngle \ +static_assert(alignof(PawnSensingComponent_SetPeripheralVisionAngle) == 0x000004, "Wrong alignment on PawnSensingComponent_SetPeripheralVisionAngle"); \ +static_assert(sizeof(PawnSensingComponent_SetPeripheralVisionAngle) == 0x000004, "Wrong size on PawnSensingComponent_SetPeripheralVisionAngle"); \ +static_assert(offsetof(PawnSensingComponent_SetPeripheralVisionAngle, NewPeripheralVisionAngle) == 0x000000, "Member 'PawnSensingComponent_SetPeripheralVisionAngle::NewPeripheralVisionAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetSensingInterval \ +static_assert(alignof(PawnSensingComponent_SetSensingInterval) == 0x000004, "Wrong alignment on PawnSensingComponent_SetSensingInterval"); \ +static_assert(sizeof(PawnSensingComponent_SetSensingInterval) == 0x000004, "Wrong size on PawnSensingComponent_SetSensingInterval"); \ +static_assert(offsetof(PawnSensingComponent_SetSensingInterval, NewSensingInterval) == 0x000000, "Member 'PawnSensingComponent_SetSensingInterval::NewSensingInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_SetSensingUpdatesEnabled \ +static_assert(alignof(PawnSensingComponent_SetSensingUpdatesEnabled) == 0x000001, "Wrong alignment on PawnSensingComponent_SetSensingUpdatesEnabled"); \ +static_assert(sizeof(PawnSensingComponent_SetSensingUpdatesEnabled) == 0x000001, "Wrong size on PawnSensingComponent_SetSensingUpdatesEnabled"); \ +static_assert(offsetof(PawnSensingComponent_SetSensingUpdatesEnabled, bEnabled) == 0x000000, "Member 'PawnSensingComponent_SetSensingUpdatesEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionAngle \ +static_assert(alignof(PawnSensingComponent_GetPeripheralVisionAngle) == 0x000004, "Wrong alignment on PawnSensingComponent_GetPeripheralVisionAngle"); \ +static_assert(sizeof(PawnSensingComponent_GetPeripheralVisionAngle) == 0x000004, "Wrong size on PawnSensingComponent_GetPeripheralVisionAngle"); \ +static_assert(offsetof(PawnSensingComponent_GetPeripheralVisionAngle, ReturnValue) == 0x000000, "Member 'PawnSensingComponent_GetPeripheralVisionAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnSensingComponent_GetPeripheralVisionCosine \ +static_assert(alignof(PawnSensingComponent_GetPeripheralVisionCosine) == 0x000004, "Wrong alignment on PawnSensingComponent_GetPeripheralVisionCosine"); \ +static_assert(sizeof(PawnSensingComponent_GetPeripheralVisionCosine) == 0x000004, "Wrong size on PawnSensingComponent_GetPeripheralVisionCosine"); \ +static_assert(offsetof(PawnSensingComponent_GetPeripheralVisionCosine, ReturnValue) == 0x000000, "Member 'PawnSensingComponent_GetPeripheralVisionCosine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnSensingComponent \ +static_assert(alignof(UPawnSensingComponent) == 0x000008, "Wrong alignment on UPawnSensingComponent"); \ +static_assert(sizeof(UPawnSensingComponent) == 0x000108, "Wrong size on UPawnSensingComponent"); \ +static_assert(offsetof(UPawnSensingComponent, HearingThreshold) == 0x0000C0, "Member 'UPawnSensingComponent::HearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, LOSHearingThreshold) == 0x0000C4, "Member 'UPawnSensingComponent::LOSHearingThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SightRadius) == 0x0000C8, "Member 'UPawnSensingComponent::SightRadius' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, SensingInterval) == 0x0000CC, "Member 'UPawnSensingComponent::SensingInterval' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, HearingMaxSoundAge) == 0x0000D0, "Member 'UPawnSensingComponent::HearingMaxSoundAge' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnSeePawn) == 0x0000E0, "Member 'UPawnSensingComponent::OnSeePawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, OnHearNoise) == 0x0000F0, "Member 'UPawnSensingComponent::OnHearNoise' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionAngle) == 0x000100, "Member 'UPawnSensingComponent::PeripheralVisionAngle' has a wrong offset!"); \ +static_assert(offsetof(UPawnSensingComponent, PeripheralVisionCosine) == 0x000104, "Member 'UPawnSensingComponent::PeripheralVisionCosine' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0000E8, "Wrong size on UAISense_Hearing"); \ +static_assert(offsetof(UAISense_Hearing, NoiseEvents) == 0x000080, "Member 'UAISense_Hearing::NoiseEvents' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Hearing, SpeedOfSoundSq) == 0x000090, "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) == 0x000090, "Wrong size on UAISense_Prediction"); \ +static_assert(offsetof(UAISense_Prediction, RegisteredEvents) == 0x000080, "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) == 0x000170, "Wrong size on UAISense_Sight"); \ +static_assert(offsetof(UAISense_Sight, MaxTracesPerTick) == 0x000148, "Member 'UAISense_Sight::MaxTracesPerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MinQueriesPerTimeSliceCheck) == 0x00014C, "Member 'UAISense_Sight::MinQueriesPerTimeSliceCheck' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxTimeSlicePerTick) == 0x000150, "Member 'UAISense_Sight::MaxTimeSlicePerTick' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, HighImportanceQueryDistanceThreshold) == 0x000158, "Member 'UAISense_Sight::HighImportanceQueryDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, MaxQueryImportance) == 0x000160, "Member 'UAISense_Sight::MaxQueryImportance' has a wrong offset!"); \ +static_assert(offsetof(UAISense_Sight, SightLimitQueryImportance) == 0x000164, "Member 'UAISense_Sight::SightLimitQueryImportance' 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) == 0x000090, "Wrong size on UAISense_Team"); \ +static_assert(offsetof(UAISense_Team, RegisteredEvents) == 0x000080, "Member 'UAISense_Team::RegisteredEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAISense_Touch \ +static_assert(alignof(UAISense_Touch) == 0x000008, "Wrong alignment on UAISense_Touch"); \ +static_assert(sizeof(UAISense_Touch) == 0x000090, "Wrong size on UAISense_Touch"); \ +static_assert(offsetof(UAISense_Touch, RegisteredEvents) == 0x000080, "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_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_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_UAISystem \ +static_assert(alignof(UAISystem) == 0x000008, "Wrong alignment on UAISystem"); \ +static_assert(sizeof(UAISystem) == 0x000148, "Wrong size on UAISystem"); \ +static_assert(offsetof(UAISystem, PerceptionSystemClassName) == 0x000058, "Member 'UAISystem::PerceptionSystemClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManagerClassName) == 0x000070, "Member 'UAISystem::HotSpotManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, EnvQueryManagerClassName) == 0x000088, "Member 'UAISystem::EnvQueryManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AcceptanceRadius) == 0x0000A0, "Member 'UAISystem::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingRegularPathPointAcceptanceRadius) == 0x0000A4, "Member 'UAISystem::PathfollowingRegularPathPointAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PathfollowingNavLinkAcceptanceRadius) == 0x0000A8, "Member 'UAISystem::PathfollowingNavLinkAcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bFinishMoveOnGoalOverlap) == 0x0000AC, "Member 'UAISystem::bFinishMoveOnGoalOverlap' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAcceptPartialPaths) == 0x0000AD, "Member 'UAISystem::bAcceptPartialPaths' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowStrafing) == 0x0000AE, "Member 'UAISystem::bAllowStrafing' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bEnableBTAITasks) == 0x0000AF, "Member 'UAISystem::bEnableBTAITasks' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAllowControllersAsEQSQuerier) == 0x0000B0, "Member 'UAISystem::bAllowControllersAsEQSQuerier' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bEnableDebuggerPlugin) == 0x0000B1, "Member 'UAISystem::bEnableDebuggerPlugin' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bForgetStaleActors) == 0x0000B2, "Member 'UAISystem::bForgetStaleActors' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bAddBlackboardSelfKey) == 0x0000B3, "Member 'UAISystem::bAddBlackboardSelfKey' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, bClearBBEntryOnBTEQSFail) == 0x0000B4, "Member 'UAISystem::bClearBBEntryOnBTEQSFail' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, DefaultSightCollisionChannel) == 0x0000B5, "Member 'UAISystem::DefaultSightCollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, BehaviorTreeManager) == 0x0000B8, "Member 'UAISystem::BehaviorTreeManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, EnvironmentQueryManager) == 0x0000C0, "Member 'UAISystem::EnvironmentQueryManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, PerceptionSystem) == 0x0000C8, "Member 'UAISystem::PerceptionSystem' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, AllProxyObjects) == 0x0000D0, "Member 'UAISystem::AllProxyObjects' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, HotSpotManager) == 0x0000E0, "Member 'UAISystem::HotSpotManager' has a wrong offset!"); \ +static_assert(offsetof(UAISystem, NavLocalGrids) == 0x0000E8, "Member 'UAISystem::NavLocalGrids' 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, bUseContinuosGoalTracking) == 0x000030, "Member 'AITask_MoveTo_AIMoveTo::bUseContinuosGoalTracking' 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, 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) == 0x000118, "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_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_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_BrainComponent_StopLogic \ +static_assert(alignof(BrainComponent_StopLogic) == 0x000008, "Wrong alignment on BrainComponent_StopLogic"); \ +static_assert(sizeof(BrainComponent_StopLogic) == 0x000010, "Wrong size on BrainComponent_StopLogic"); \ +static_assert(offsetof(BrainComponent_StopLogic, Reason) == 0x000000, "Member 'BrainComponent_StopLogic::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_IsPaused \ +static_assert(alignof(BrainComponent_IsPaused) == 0x000001, "Wrong alignment on BrainComponent_IsPaused"); \ +static_assert(sizeof(BrainComponent_IsPaused) == 0x000001, "Wrong size on BrainComponent_IsPaused"); \ +static_assert(offsetof(BrainComponent_IsPaused, ReturnValue) == 0x000000, "Member 'BrainComponent_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BrainComponent_IsRunning \ +static_assert(alignof(BrainComponent_IsRunning) == 0x000001, "Wrong alignment on BrainComponent_IsRunning"); \ +static_assert(sizeof(BrainComponent_IsRunning) == 0x000001, "Wrong size on BrainComponent_IsRunning"); \ +static_assert(offsetof(BrainComponent_IsRunning, ReturnValue) == 0x000000, "Member 'BrainComponent_IsRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBrainComponent \ +static_assert(alignof(UBrainComponent) == 0x000008, "Wrong alignment on UBrainComponent"); \ +static_assert(sizeof(UBrainComponent) == 0x000118, "Wrong size on UBrainComponent"); \ +static_assert(offsetof(UBrainComponent, BlackboardComp) == 0x0000C8, "Member 'UBrainComponent::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(UBrainComponent, AIOwner) == 0x0000D0, "Member 'UBrainComponent::AIOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BehaviorTreeComponent_AddCooldownTagDuration \ +static_assert(alignof(BehaviorTreeComponent_AddCooldownTagDuration) == 0x000004, "Wrong alignment on BehaviorTreeComponent_AddCooldownTagDuration"); \ +static_assert(sizeof(BehaviorTreeComponent_AddCooldownTagDuration) == 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) == 0x000004, "Wrong alignment on BehaviorTreeComponent_GetTagCooldownEndTime"); \ +static_assert(sizeof(BehaviorTreeComponent_GetTagCooldownEndTime) == 0x00000C, "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) == 0x0002A0, "Wrong size on UBehaviorTreeComponent"); \ +static_assert(offsetof(UBehaviorTreeComponent, NodeInstances) == 0x000138, "Member 'UBehaviorTreeComponent::NodeInstances' has a wrong offset!"); \ +static_assert(offsetof(UBehaviorTreeComponent, DefaultBehaviorTreeAsset) == 0x000288, "Member 'UBehaviorTreeComponent::DefaultBehaviorTreeAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000030, "Wrong size on UBlackboardKeyType_Bool"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Class \ +static_assert(alignof(UBlackboardKeyType_Class) == 0x000008, "Wrong alignment on UBlackboardKeyType_Class"); \ +static_assert(sizeof(UBlackboardKeyType_Class) == 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) == 0x000030, "Wrong size on UBlackboardKeyType_Float"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Int \ +static_assert(alignof(UBlackboardKeyType_Int) == 0x000008, "Wrong alignment on UBlackboardKeyType_Int"); \ +static_assert(sizeof(UBlackboardKeyType_Int) == 0x000030, "Wrong size on UBlackboardKeyType_Int"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_Name \ +static_assert(alignof(UBlackboardKeyType_Name) == 0x000008, "Wrong alignment on UBlackboardKeyType_Name"); \ +static_assert(sizeof(UBlackboardKeyType_Name) == 0x000030, "Wrong size on UBlackboardKeyType_Name"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_NativeEnum \ +static_assert(alignof(UBlackboardKeyType_NativeEnum) == 0x000008, "Wrong alignment on UBlackboardKeyType_NativeEnum"); \ +static_assert(sizeof(UBlackboardKeyType_NativeEnum) == 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) == 0x000030, "Wrong size on UBlackboardKeyType_Rotator"); \ + +#define DUMPER7_ASSERTS_UBlackboardKeyType_String \ +static_assert(alignof(UBlackboardKeyType_String) == 0x000008, "Wrong alignment on UBlackboardKeyType_String"); \ +static_assert(sizeof(UBlackboardKeyType_String) == 0x000040, "Wrong size on UBlackboardKeyType_String"); \ +static_assert(offsetof(UBlackboardKeyType_String, StringValue) == 0x000030, "Member 'UBlackboardKeyType_String::StringValue' 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) == 0x000030, "Wrong size on UBlackboardKeyType_Vector"); \ + +#define DUMPER7_ASSERTS_UBTCompositeNode \ +static_assert(alignof(UBTCompositeNode) == 0x000008, "Wrong alignment on UBTCompositeNode"); \ +static_assert(sizeof(UBTCompositeNode) == 0x000090, "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_UBTComposite_Selector \ +static_assert(alignof(UBTComposite_Selector) == 0x000008, "Wrong alignment on UBTComposite_Selector"); \ +static_assert(sizeof(UBTComposite_Selector) == 0x000090, "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) == 0x000090, "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) == 0x000098, "Wrong size on UBTComposite_SimpleParallel"); \ +static_assert(offsetof(UBTComposite_SimpleParallel, FinishMode) == 0x000090, "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_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_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_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) == 0x0002D8, "Wrong size on ANavLinkProxy"); \ +static_assert(offsetof(ANavLinkProxy, PointLinks) == 0x000298, "Member 'ANavLinkProxy::PointLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SegmentLinks) == 0x0002A8, "Member 'ANavLinkProxy::SegmentLinks' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, SmartLinkComp) == 0x0002B8, "Member 'ANavLinkProxy::SmartLinkComp' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, bSmartLinkIsRelevant) == 0x0002C0, "Member 'ANavLinkProxy::bSmartLinkIsRelevant' has a wrong offset!"); \ +static_assert(offsetof(ANavLinkProxy, OnSmartLinkReached) == 0x0002C8, "Member 'ANavLinkProxy::OnSmartLinkReached' has a wrong offset!"); \ + +#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_PawnActionsComponent_K2_PerformAction \ +static_assert(alignof(PawnActionsComponent_K2_PerformAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_PerformAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_PerformAction) == 0x000018, "Wrong size on PawnActionsComponent_K2_PerformAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Pawn) == 0x000000, "Member 'PawnActionsComponent_K2_PerformAction::Pawn' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Action) == 0x000008, "Member 'PawnActionsComponent_K2_PerformAction::Action' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, Priority) == 0x000010, "Member 'PawnActionsComponent_K2_PerformAction::Priority' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PerformAction, ReturnValue) == 0x000011, "Member 'PawnActionsComponent_K2_PerformAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnActionsComponent_K2_AbortAction \ +static_assert(alignof(PawnActionsComponent_K2_AbortAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_AbortAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_AbortAction) == 0x000010, "Wrong size on PawnActionsComponent_K2_AbortAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_AbortAction, ActionToAbort) == 0x000000, "Member 'PawnActionsComponent_K2_AbortAction::ActionToAbort' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_AbortAction, ReturnValue) == 0x000008, "Member 'PawnActionsComponent_K2_AbortAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnActionsComponent_K2_ForceAbortAction \ +static_assert(alignof(PawnActionsComponent_K2_ForceAbortAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_ForceAbortAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_ForceAbortAction) == 0x000010, "Wrong size on PawnActionsComponent_K2_ForceAbortAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_ForceAbortAction, ActionToAbort) == 0x000000, "Member 'PawnActionsComponent_K2_ForceAbortAction::ActionToAbort' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_ForceAbortAction, ReturnValue) == 0x000008, "Member 'PawnActionsComponent_K2_ForceAbortAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PawnActionsComponent_K2_PushAction \ +static_assert(alignof(PawnActionsComponent_K2_PushAction) == 0x000008, "Wrong alignment on PawnActionsComponent_K2_PushAction"); \ +static_assert(sizeof(PawnActionsComponent_K2_PushAction) == 0x000020, "Wrong size on PawnActionsComponent_K2_PushAction"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, NewAction) == 0x000000, "Member 'PawnActionsComponent_K2_PushAction::NewAction' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, Priority) == 0x000008, "Member 'PawnActionsComponent_K2_PushAction::Priority' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, Instigator) == 0x000010, "Member 'PawnActionsComponent_K2_PushAction::Instigator' has a wrong offset!"); \ +static_assert(offsetof(PawnActionsComponent_K2_PushAction, ReturnValue) == 0x000018, "Member 'PawnActionsComponent_K2_PushAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPawnActionsComponent \ +static_assert(alignof(UPawnActionsComponent) == 0x000008, "Wrong alignment on UPawnActionsComponent"); \ +static_assert(sizeof(UPawnActionsComponent) == 0x0000F8, "Wrong size on UPawnActionsComponent"); \ +static_assert(offsetof(UPawnActionsComponent, ControlledPawn) == 0x0000C0, "Member 'UPawnActionsComponent::ControlledPawn' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionStacks) == 0x0000C8, "Member 'UPawnActionsComponent::ActionStacks' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, ActionEvents) == 0x0000D8, "Member 'UPawnActionsComponent::ActionEvents' has a wrong offset!"); \ +static_assert(offsetof(UPawnActionsComponent, CurrentAction) == 0x0000E8, "Member 'UPawnActionsComponent::CurrentAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_UGridPathFollowingComponent \ +static_assert(alignof(UGridPathFollowingComponent) == 0x000008, "Wrong alignment on UGridPathFollowingComponent"); \ +static_assert(sizeof(UGridPathFollowingComponent) == 0x000308, "Wrong size on UGridPathFollowingComponent"); \ +static_assert(offsetof(UGridPathFollowingComponent, GridManager) == 0x0002D8, "Member 'UGridPathFollowingComponent::GridManager' 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_ICrowdAgentInterface \ +static_assert(alignof(ICrowdAgentInterface) == 0x000001, "Wrong alignment on ICrowdAgentInterface"); \ +static_assert(sizeof(ICrowdAgentInterface) == 0x000001, "Wrong size on ICrowdAgentInterface"); \ + +#define DUMPER7_ASSERTS_ADetourCrowdAIController \ +static_assert(alignof(ADetourCrowdAIController) == 0x000008, "Wrong alignment on ADetourCrowdAIController"); \ +static_assert(sizeof(ADetourCrowdAIController) == 0x0003B0, "Wrong size on ADetourCrowdAIController"); \ + +#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_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_UEnvQueryDebugHelpers \ +static_assert(alignof(UEnvQueryDebugHelpers) == 0x000008, "Wrong alignment on UEnvQueryDebugHelpers"); \ +static_assert(sizeof(UEnvQueryDebugHelpers) == 0x000028, "Wrong size on UEnvQueryDebugHelpers"); \ + +#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_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) == 0x000068, "Member 'UEnvQueryGenerator_BlueprintBase::Context' has a wrong offset!"); \ +static_assert(offsetof(UEnvQueryGenerator_BlueprintBase, GeneratedItemType) == 0x000070, "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_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_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_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_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_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_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_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_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_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_IEQSQueryResultSourceInterface \ +static_assert(alignof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong alignment on IEQSQueryResultSourceInterface"); \ +static_assert(sizeof(IEQSQueryResultSourceInterface) == 0x000001, "Wrong size on IEQSQueryResultSourceInterface"); \ + +#define DUMPER7_ASSERTS_AEQSTestingPawn \ +static_assert(alignof(AEQSTestingPawn) == 0x000010, "Wrong alignment on AEQSTestingPawn"); \ +static_assert(sizeof(AEQSTestingPawn) == 0x0006A0, "Wrong size on AEQSTestingPawn"); \ +static_assert(offsetof(AEQSTestingPawn, QueryTemplate) == 0x000610, "Member 'AEQSTestingPawn::QueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryParams) == 0x000618, "Member 'AEQSTestingPawn::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryConfig) == 0x000628, "Member 'AEQSTestingPawn::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, TimeLimitPerStep) == 0x000638, "Member 'AEQSTestingPawn::TimeLimitPerStep' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, StepToDebugDraw) == 0x00063C, "Member 'AEQSTestingPawn::StepToDebugDraw' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, HighlightMode) == 0x000640, "Member 'AEQSTestingPawn::HighlightMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, QueryingMode) == 0x000648, "Member 'AEQSTestingPawn::QueryingMode' has a wrong offset!"); \ +static_assert(offsetof(AEQSTestingPawn, NavAgentProperties) == 0x000650, "Member 'AEQSTestingPawn::NavAgentProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGridPathAIController \ +static_assert(alignof(AGridPathAIController) == 0x000008, "Wrong alignment on AGridPathAIController"); \ +static_assert(sizeof(AGridPathAIController) == 0x0003B0, "Wrong size on AGridPathAIController"); \ + +#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_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_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_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_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_UVisualLoggerExtension \ +static_assert(alignof(UVisualLoggerExtension) == 0x000008, "Wrong alignment on UVisualLoggerExtension"); \ +static_assert(sizeof(UVisualLoggerExtension) == 0x000028, "Wrong size on UVisualLoggerExtension"); \ + +#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_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) == 0x000160, "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) == 0x000158, "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) == 0x000040, "Wrong size on UAnimBoneCompressionCodec_ACL"); \ +static_assert(offsetof(UAnimBoneCompressionCodec_ACL, SafetyFallbackCodec) == 0x000038, "Member 'UAnimBoneCompressionCodec_ACL::SafetyFallbackCodec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimBoneCompressionCodec_ACLCustom \ +static_assert(alignof(UAnimBoneCompressionCodec_ACLCustom) == 0x000008, "Wrong alignment on UAnimBoneCompressionCodec_ACLCustom"); \ +static_assert(sizeof(UAnimBoneCompressionCodec_ACLCustom) == 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_FLoadingTipsInfo \ +static_assert(alignof(FLoadingTipsInfo) == 0x000008, "Wrong alignment on FLoadingTipsInfo"); \ +static_assert(sizeof(FLoadingTipsInfo) == 0x000040, "Wrong size on FLoadingTipsInfo"); \ +static_assert(offsetof(FLoadingTipsInfo, TipsId) == 0x000000, "Member 'FLoadingTipsInfo::TipsId' has a wrong offset!"); \ +static_assert(offsetof(FLoadingTipsInfo, DurTime) == 0x000004, "Member 'FLoadingTipsInfo::DurTime' has a wrong offset!"); \ +static_assert(offsetof(FLoadingTipsInfo, Title) == 0x000008, "Member 'FLoadingTipsInfo::Title' has a wrong offset!"); \ +static_assert(offsetof(FLoadingTipsInfo, Tips) == 0x000020, "Member 'FLoadingTipsInfo::Tips' has a wrong offset!"); \ +static_assert(offsetof(FLoadingTipsInfo, ImageObj) == 0x000038, "Member 'FLoadingTipsInfo::ImageObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLoadingProgressInfo \ +static_assert(alignof(FLoadingProgressInfo) == 0x000008, "Wrong alignment on FLoadingProgressInfo"); \ +static_assert(sizeof(FLoadingProgressInfo) == 0x000030, "Wrong size on FLoadingProgressInfo"); \ +static_assert(offsetof(FLoadingProgressInfo, Duration) == 0x000000, "Member 'FLoadingProgressInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FLoadingProgressInfo, ProgressSprite) == 0x000008, "Member 'FLoadingProgressInfo::ProgressSprite' has a wrong offset!"); \ +static_assert(offsetof(FLoadingProgressInfo, DetailSprites) == 0x000020, "Member 'FLoadingProgressInfo::DetailSprites' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChapterInfo \ +static_assert(alignof(FChapterInfo) == 0x000008, "Wrong alignment on FChapterInfo"); \ +static_assert(sizeof(FChapterInfo) == 0x000040, "Wrong size on FChapterInfo"); \ +static_assert(offsetof(FChapterInfo, IsNeedShow) == 0x000000, "Member 'FChapterInfo::IsNeedShow' has a wrong offset!"); \ +static_assert(offsetof(FChapterInfo, ChapterPreName) == 0x000008, "Member 'FChapterInfo::ChapterPreName' has a wrong offset!"); \ +static_assert(offsetof(FChapterInfo, ChapterName) == 0x000020, "Member 'FChapterInfo::ChapterName' has a wrong offset!"); \ +static_assert(offsetof(FChapterInfo, ImageObj) == 0x000038, "Member 'FChapterInfo::ImageObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBossRushInfo \ +static_assert(alignof(FBossRushInfo) == 0x000008, "Wrong alignment on FBossRushInfo"); \ +static_assert(sizeof(FBossRushInfo) == 0x000100, "Wrong size on FBossRushInfo"); \ +static_assert(offsetof(FBossRushInfo, LoadingType) == 0x000000, "Member 'FBossRushInfo::LoadingType' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, BossName) == 0x000008, "Member 'FBossRushInfo::BossName' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, DifficultyTitle) == 0x000020, "Member 'FBossRushInfo::DifficultyTitle' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, DifficultyDesc) == 0x000038, "Member 'FBossRushInfo::DifficultyDesc' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, DifficultyText) == 0x000050, "Member 'FBossRushInfo::DifficultyText' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, DifficultyLevel) == 0x000068, "Member 'FBossRushInfo::DifficultyLevel' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, GroupText) == 0x000070, "Member 'FBossRushInfo::GroupText' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, IterationsChallengeCurrentIndex) == 0x000088, "Member 'FBossRushInfo::IterationsChallengeCurrentIndex' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, IterationsChallengeCount) == 0x00008C, "Member 'FBossRushInfo::IterationsChallengeCount' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, DebuffList) == 0x000090, "Member 'FBossRushInfo::DebuffList' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, BossImage) == 0x0000A0, "Member 'FBossRushInfo::BossImage' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, IsNeedHide) == 0x0000A8, "Member 'FBossRushInfo::IsNeedHide' has a wrong offset!"); \ +static_assert(offsetof(FBossRushInfo, Masks) == 0x0000B0, "Member 'FBossRushInfo::Masks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULoadingScreenSettings \ +static_assert(alignof(ULoadingScreenSettings) == 0x000008, "Wrong alignment on ULoadingScreenSettings"); \ +static_assert(sizeof(ULoadingScreenSettings) == 0x0000A0, "Wrong size on ULoadingScreenSettings"); \ +static_assert(offsetof(ULoadingScreenSettings, LoadingScreenWidget) == 0x000030, "Member 'ULoadingScreenSettings::LoadingScreenWidget' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, PlaybackType) == 0x000038, "Member 'ULoadingScreenSettings::PlaybackType' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, MoviePaths) == 0x000040, "Member 'ULoadingScreenSettings::MoviePaths' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, ChildWidgetFadeAwayTime) == 0x000050, "Member 'ULoadingScreenSettings::ChildWidgetFadeAwayTime' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, BackgroundFadeAwayTime) == 0x000054, "Member 'ULoadingScreenSettings::BackgroundFadeAwayTime' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, ToggleIconFadeInTime) == 0x000058, "Member 'ULoadingScreenSettings::ToggleIconFadeInTime' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, SlideFadeInTime) == 0x00005C, "Member 'ULoadingScreenSettings::SlideFadeInTime' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, ProtectSwitchSlideTime) == 0x000060, "Member 'ULoadingScreenSettings::ProtectSwitchSlideTime' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, PreviewAction) == 0x000068, "Member 'ULoadingScreenSettings::PreviewAction' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, NextAction) == 0x000070, "Member 'ULoadingScreenSettings::NextAction' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, ContinuePlayAction) == 0x000078, "Member 'ULoadingScreenSettings::ContinuePlayAction' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, ProgressInfos) == 0x000080, "Member 'ULoadingScreenSettings::ProgressInfos' has a wrong offset!"); \ +static_assert(offsetof(ULoadingScreenSettings, ProgressInfosWhite) == 0x000090, "Member 'ULoadingScreenSettings::ProgressInfosWhite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToggleWidgetActionListener \ +static_assert(alignof(UToggleWidgetActionListener) == 0x000008, "Wrong alignment on UToggleWidgetActionListener"); \ +static_assert(sizeof(UToggleWidgetActionListener) == 0x000048, "Wrong size on UToggleWidgetActionListener"); \ + +#define DUMPER7_ASSERTS_FDisable \ +static_assert(alignof(FDisable) == 0x000010, "Wrong alignment on FDisable"); \ +static_assert(sizeof(FDisable) == 0x001ED0, "Wrong size on FDisable"); \ +static_assert(offsetof(FDisable, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FDisable::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FDisable, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FDisable::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FDisable, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FDisable::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FDisable, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FDisable::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FDisable, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FDisable::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FDisable, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FDisable::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FDisable, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FDisable::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FDisable, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FDisable::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FDisable, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FDisable::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FDisable, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FDisable::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FDisable, DLSSParameters_310_D94EF156432B307677D00680EBDF73B8) == 0x001208, "Member 'FDisable::DLSSParameters_310_D94EF156432B307677D00680EBDF73B8' has a wrong offset!"); \ +static_assert(offsetof(FDisable, RTXPostProcessSettings_316_96E0621447558B5C83E4DE968475A475) == 0x0012D0, "Member 'FDisable::RTXPostProcessSettings_316_96E0621447558B5C83E4DE968475A475' has a wrong offset!"); \ +static_assert(offsetof(FDisable, DataTypeSupport_319_ED1531394D2DB4B27AA1D6ACE79150FD) == 0x001A90, "Member 'FDisable::DataTypeSupport_319_ED1531394D2DB4B27AA1D6ACE79150FD' has a wrong offset!"); \ +static_assert(offsetof(FDisable, RTXDINRDParameters_322_DD5495E64AD77E8B265497AC9B6C5184) == 0x001C40, "Member 'FDisable::RTXDINRDParameters_322_DD5495E64AD77E8B265497AC9B6C5184' has a wrong offset!"); \ +static_assert(offsetof(FDisable, LumenParameters_325_2453614340343B0789EDACBCC95A8A42) == 0x001D48, "Member 'FDisable::LumenParameters_325_2453614340343B0789EDACBCC95A8A42' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntMargin \ +static_assert(alignof(FIntMargin) == 0x000004, "Wrong alignment on FIntMargin"); \ +static_assert(sizeof(FIntMargin) == 0x000010, "Wrong size on FIntMargin"); \ +static_assert(offsetof(FIntMargin, Left) == 0x000000, "Member 'FIntMargin::Left' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Top) == 0x000004, "Member 'FIntMargin::Top' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Right) == 0x000008, "Member 'FIntMargin::Right' has a wrong offset!"); \ +static_assert(offsetof(FIntMargin, Bottom) == 0x00000C, "Member 'FIntMargin::Bottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperFlipbookKeyFrame \ +static_assert(alignof(FPaperFlipbookKeyFrame) == 0x000008, "Wrong alignment on FPaperFlipbookKeyFrame"); \ +static_assert(sizeof(FPaperFlipbookKeyFrame) == 0x000010, "Wrong size on FPaperFlipbookKeyFrame"); \ +static_assert(offsetof(FPaperFlipbookKeyFrame, Sprite) == 0x000000, "Member 'FPaperFlipbookKeyFrame::Sprite' has a wrong offset!"); \ +static_assert(offsetof(FPaperFlipbookKeyFrame, FrameRun) == 0x000008, "Member 'FPaperFlipbookKeyFrame::FrameRun' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpriteInstanceData \ +static_assert(alignof(FSpriteInstanceData) == 0x000010, "Wrong alignment on FSpriteInstanceData"); \ +static_assert(sizeof(FSpriteInstanceData) == 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_FPaperTerrainMaterialRule \ +static_assert(alignof(FPaperTerrainMaterialRule) == 0x000008, "Wrong alignment on FPaperTerrainMaterialRule"); \ +static_assert(sizeof(FPaperTerrainMaterialRule) == 0x000038, "Wrong size on FPaperTerrainMaterialRule"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, StartCap) == 0x000000, "Member 'FPaperTerrainMaterialRule::StartCap' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, Body) == 0x000008, "Member 'FPaperTerrainMaterialRule::Body' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, EndCap) == 0x000018, "Member 'FPaperTerrainMaterialRule::EndCap' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, MinimumAngle) == 0x000020, "Member 'FPaperTerrainMaterialRule::MinimumAngle' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, MaximumAngle) == 0x000024, "Member 'FPaperTerrainMaterialRule::MaximumAngle' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, bEnableCollision) == 0x000028, "Member 'FPaperTerrainMaterialRule::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, CollisionOffset) == 0x00002C, "Member 'FPaperTerrainMaterialRule::CollisionOffset' has a wrong offset!"); \ +static_assert(offsetof(FPaperTerrainMaterialRule, DrawOrder) == 0x000030, "Member 'FPaperTerrainMaterialRule::DrawOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPaperTileInfo \ +static_assert(alignof(FPaperTileInfo) == 0x000008, "Wrong alignment on FPaperTileInfo"); \ +static_assert(sizeof(FPaperTileInfo) == 0x000010, "Wrong size on FPaperTileInfo"); \ +static_assert(offsetof(FPaperTileInfo, TileSet) == 0x000000, "Member 'FPaperTileInfo::TileSet' has a wrong offset!"); \ +static_assert(offsetof(FPaperTileInfo, PackedTileIndex) == 0x000008, "Member 'FPaperTileInfo::PackedTileIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_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_FSpriteAssetInitParameters \ +static_assert(alignof(FSpriteAssetInitParameters) == 0x000008, "Wrong alignment on FSpriteAssetInitParameters"); \ +static_assert(sizeof(FSpriteAssetInitParameters) == 0x000040, "Wrong size on FSpriteAssetInitParameters"); \ + +#define DUMPER7_ASSERTS_UPaperRuntimeSettings \ +static_assert(alignof(UPaperRuntimeSettings) == 0x000008, "Wrong alignment on UPaperRuntimeSettings"); \ +static_assert(sizeof(UPaperRuntimeSettings) == 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_UMaterialExpressionSpriteTextureSampler \ +static_assert(alignof(UMaterialExpressionSpriteTextureSampler) == 0x000008, "Wrong alignment on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(sizeof(UMaterialExpressionSpriteTextureSampler) == 0x0000A0, "Wrong size on UMaterialExpressionSpriteTextureSampler"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, bSampleAdditionalTextures) == 0x000080, "Member 'UMaterialExpressionSpriteTextureSampler::bSampleAdditionalTextures' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, AdditionalSlotIndex) == 0x000084, "Member 'UMaterialExpressionSpriteTextureSampler::AdditionalSlotIndex' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionSpriteTextureSampler, SlotDisplayName) == 0x000088, "Member 'UMaterialExpressionSpriteTextureSampler::SlotDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperCharacter \ +static_assert(alignof(APaperCharacter) == 0x000010, "Wrong alignment on APaperCharacter"); \ +static_assert(sizeof(APaperCharacter) == 0x000610, "Wrong size on APaperCharacter"); \ +static_assert(offsetof(APaperCharacter, Sprite) == 0x000608, "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) == 0x000290, "Wrong size on APaperFlipbookActor"); \ +static_assert(offsetof(APaperFlipbookActor, RenderComponent) == 0x000288, "Member 'APaperFlipbookActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbook \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_GetFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_GetFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbook, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbook::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_OnRep_SourceFlipbook \ +static_assert(alignof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_OnRep_SourceFlipbook) == 0x000008, "Wrong size on PaperFlipbookComponent_OnRep_SourceFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_OnRep_SourceFlipbook, OldFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_OnRep_SourceFlipbook::OldFlipbook' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetFlipbook \ +static_assert(alignof(PaperFlipbookComponent_SetFlipbook) == 0x000008, "Wrong alignment on PaperFlipbookComponent_SetFlipbook"); \ +static_assert(sizeof(PaperFlipbookComponent_SetFlipbook) == 0x000010, "Wrong size on PaperFlipbookComponent_SetFlipbook"); \ +static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, NewFlipbook) == 0x000000, "Member 'PaperFlipbookComponent_SetFlipbook::NewFlipbook' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetFlipbook, ReturnValue) == 0x000008, "Member 'PaperFlipbookComponent_SetFlipbook::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetLooping \ +static_assert(alignof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_SetLooping"); \ +static_assert(sizeof(PaperFlipbookComponent_SetLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_SetLooping"); \ +static_assert(offsetof(PaperFlipbookComponent_SetLooping, bNewLooping) == 0x000000, "Member 'PaperFlipbookComponent_SetLooping::bNewLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetNewTime \ +static_assert(alignof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetNewTime"); \ +static_assert(sizeof(PaperFlipbookComponent_SetNewTime) == 0x000004, "Wrong size on PaperFlipbookComponent_SetNewTime"); \ +static_assert(offsetof(PaperFlipbookComponent_SetNewTime, NewTime) == 0x000000, "Member 'PaperFlipbookComponent_SetNewTime::NewTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPosition \ +static_assert(alignof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPosition"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPosition) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPosition"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, NewPosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPosition::NewPosition' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPosition, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPosition::bFireEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlaybackPositionInFrames \ +static_assert(alignof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlaybackPositionInFrames) == 0x000008, "Wrong size on PaperFlipbookComponent_SetPlaybackPositionInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, NewFramePosition) == 0x000000, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::NewFramePosition' has a wrong offset!"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlaybackPositionInFrames, bFireEvents) == 0x000004, "Member 'PaperFlipbookComponent_SetPlaybackPositionInFrames::bFireEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetPlayRate \ +static_assert(alignof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetPlayRate"); \ +static_assert(sizeof(PaperFlipbookComponent_SetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_SetPlayRate"); \ +static_assert(offsetof(PaperFlipbookComponent_SetPlayRate, NewRate) == 0x000000, "Member 'PaperFlipbookComponent_SetPlayRate::NewRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_SetSpriteColor \ +static_assert(alignof(PaperFlipbookComponent_SetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_SetSpriteColor"); \ +static_assert(sizeof(PaperFlipbookComponent_SetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_SetSpriteColor"); \ +static_assert(offsetof(PaperFlipbookComponent_SetSpriteColor, NewColor) == 0x000000, "Member 'PaperFlipbookComponent_SetSpriteColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookFramerate \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookFramerate"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookFramerate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookFramerate"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookFramerate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookFramerate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLength \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLength"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLength) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLength"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLength, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetFlipbookLengthInFrames \ +static_assert(alignof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_GetFlipbookLengthInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetFlipbookLengthInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_GetFlipbookLengthInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetFlipbookLengthInFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPosition \ +static_assert(alignof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPosition"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPosition) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPosition"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPosition, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlaybackPositionInFrames \ +static_assert(alignof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlaybackPositionInFrames) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlaybackPositionInFrames"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlaybackPositionInFrames, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlaybackPositionInFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetPlayRate \ +static_assert(alignof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetPlayRate"); \ +static_assert(sizeof(PaperFlipbookComponent_GetPlayRate) == 0x000004, "Wrong size on PaperFlipbookComponent_GetPlayRate"); \ +static_assert(offsetof(PaperFlipbookComponent_GetPlayRate, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetPlayRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_GetSpriteColor \ +static_assert(alignof(PaperFlipbookComponent_GetSpriteColor) == 0x000004, "Wrong alignment on PaperFlipbookComponent_GetSpriteColor"); \ +static_assert(sizeof(PaperFlipbookComponent_GetSpriteColor) == 0x000010, "Wrong size on PaperFlipbookComponent_GetSpriteColor"); \ +static_assert(offsetof(PaperFlipbookComponent_GetSpriteColor, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_GetSpriteColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsLooping \ +static_assert(alignof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsLooping"); \ +static_assert(sizeof(PaperFlipbookComponent_IsLooping) == 0x000001, "Wrong size on PaperFlipbookComponent_IsLooping"); \ +static_assert(offsetof(PaperFlipbookComponent_IsLooping, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsPlaying \ +static_assert(alignof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsPlaying"); \ +static_assert(sizeof(PaperFlipbookComponent_IsPlaying) == 0x000001, "Wrong size on PaperFlipbookComponent_IsPlaying"); \ +static_assert(offsetof(PaperFlipbookComponent_IsPlaying, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperFlipbookComponent_IsReversing \ +static_assert(alignof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong alignment on PaperFlipbookComponent_IsReversing"); \ +static_assert(sizeof(PaperFlipbookComponent_IsReversing) == 0x000001, "Wrong size on PaperFlipbookComponent_IsReversing"); \ +static_assert(offsetof(PaperFlipbookComponent_IsReversing, ReturnValue) == 0x000000, "Member 'PaperFlipbookComponent_IsReversing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperFlipbookComponent \ +static_assert(alignof(UPaperFlipbookComponent) == 0x000010, "Wrong alignment on UPaperFlipbookComponent"); \ +static_assert(sizeof(UPaperFlipbookComponent) == 0x0005E0, "Wrong size on UPaperFlipbookComponent"); \ +static_assert(offsetof(UPaperFlipbookComponent, SourceFlipbook) == 0x000590, "Member 'UPaperFlipbookComponent::SourceFlipbook' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, Material) == 0x000598, "Member 'UPaperFlipbookComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, PlayRate) == 0x0005A0, "Member 'UPaperFlipbookComponent::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, AccumulatedTime) == 0x0005A8, "Member 'UPaperFlipbookComponent::AccumulatedTime' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedFrameIndex) == 0x0005AC, "Member 'UPaperFlipbookComponent::CachedFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, SpriteColor) == 0x0005B0, "Member 'UPaperFlipbookComponent::SpriteColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, CachedBodySetup) == 0x0005C0, "Member 'UPaperFlipbookComponent::CachedBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UPaperFlipbookComponent, OnFinishedPlaying) == 0x0005C8, "Member 'UPaperFlipbookComponent::OnFinishedPlaying' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperGroupedSpriteActor \ +static_assert(alignof(APaperGroupedSpriteActor) == 0x000008, "Wrong alignment on APaperGroupedSpriteActor"); \ +static_assert(sizeof(APaperGroupedSpriteActor) == 0x000290, "Wrong size on APaperGroupedSpriteActor"); \ +static_assert(offsetof(APaperGroupedSpriteActor, RenderComponent) == 0x000288, "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) == 0x0005C0, "Wrong size on UPaperGroupedSpriteComponent"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, InstanceMaterials) == 0x000590, "Member 'UPaperGroupedSpriteComponent::InstanceMaterials' has a wrong offset!"); \ +static_assert(offsetof(UPaperGroupedSpriteComponent, PerInstanceSpriteData) == 0x0005A0, "Member 'UPaperGroupedSpriteComponent::PerInstanceSpriteData' 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) == 0x000290, "Wrong size on APaperSpriteActor"); \ +static_assert(offsetof(APaperSpriteActor, RenderComponent) == 0x000288, "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) == 0x0005B0, "Wrong size on UPaperSpriteComponent"); \ +static_assert(offsetof(UPaperSpriteComponent, SourceSprite) == 0x000590, "Member 'UPaperSpriteComponent::SourceSprite' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, MaterialOverride) == 0x000598, "Member 'UPaperSpriteComponent::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperSpriteComponent, SpriteColor) == 0x0005A0, "Member 'UPaperSpriteComponent::SpriteColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APaperTerrainActor \ +static_assert(alignof(APaperTerrainActor) == 0x000008, "Wrong alignment on APaperTerrainActor"); \ +static_assert(sizeof(APaperTerrainActor) == 0x0002A0, "Wrong size on APaperTerrainActor"); \ +static_assert(offsetof(APaperTerrainActor, DummyRoot) == 0x000288, "Member 'APaperTerrainActor::DummyRoot' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, SplineComponent) == 0x000290, "Member 'APaperTerrainActor::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(APaperTerrainActor, RenderComponent) == 0x000298, "Member 'APaperTerrainActor::RenderComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PaperTerrainComponent_SetTerrainColor \ +static_assert(alignof(PaperTerrainComponent_SetTerrainColor) == 0x000004, "Wrong alignment on PaperTerrainComponent_SetTerrainColor"); \ +static_assert(sizeof(PaperTerrainComponent_SetTerrainColor) == 0x000010, "Wrong size on PaperTerrainComponent_SetTerrainColor"); \ +static_assert(offsetof(PaperTerrainComponent_SetTerrainColor, NewColor) == 0x000000, "Member 'PaperTerrainComponent_SetTerrainColor::NewColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPaperTerrainComponent \ +static_assert(alignof(UPaperTerrainComponent) == 0x000010, "Wrong alignment on UPaperTerrainComponent"); \ +static_assert(sizeof(UPaperTerrainComponent) == 0x0005C0, "Wrong size on UPaperTerrainComponent"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainMaterial) == 0x000568, "Member 'UPaperTerrainComponent::TerrainMaterial' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bClosedSpline) == 0x000570, "Member 'UPaperTerrainComponent::bClosedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, bFilledSpline) == 0x000571, "Member 'UPaperTerrainComponent::bFilledSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, AssociatedSpline) == 0x000578, "Member 'UPaperTerrainComponent::AssociatedSpline' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, RandomSeed) == 0x000580, "Member 'UPaperTerrainComponent::RandomSeed' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SegmentOverlapAmount) == 0x000584, "Member 'UPaperTerrainComponent::SegmentOverlapAmount' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, TerrainColor) == 0x000588, "Member 'UPaperTerrainComponent::TerrainColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, ReparamStepsPerSegment) == 0x000598, "Member 'UPaperTerrainComponent::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, SpriteCollisionDomain) == 0x00059C, "Member 'UPaperTerrainComponent::SpriteCollisionDomain' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CollisionThickness) == 0x0005A0, "Member 'UPaperTerrainComponent::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UPaperTerrainComponent, CachedBodySetup) == 0x0005A8, "Member 'UPaperTerrainComponent::CachedBodySetup' 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) == 0x000680, "Wrong size on UPaperTerrainSplineComponent"); \ + +#define DUMPER7_ASSERTS_UPaperTileLayer \ +static_assert(alignof(UPaperTileLayer) == 0x000008, "Wrong alignment on UPaperTileLayer"); \ +static_assert(sizeof(UPaperTileLayer) == 0x000098, "Wrong size on UPaperTileLayer"); \ +static_assert(offsetof(UPaperTileLayer, LayerName) == 0x000028, "Member 'UPaperTileLayer::LayerName' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerWidth) == 0x000040, "Member 'UPaperTileLayer::LayerWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerHeight) == 0x000044, "Member 'UPaperTileLayer::LayerHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionThicknessOverride) == 0x00004C, "Member 'UPaperTileLayer::CollisionThicknessOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, CollisionOffsetOverride) == 0x000050, "Member 'UPaperTileLayer::CollisionOffsetOverride' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, LayerColor) == 0x000054, "Member 'UPaperTileLayer::LayerColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedWidth) == 0x000064, "Member 'UPaperTileLayer::AllocatedWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedHeight) == 0x000068, "Member 'UPaperTileLayer::AllocatedHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedCells) == 0x000070, "Member 'UPaperTileLayer::AllocatedCells' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, TileSet) == 0x000080, "Member 'UPaperTileLayer::TileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileLayer, AllocatedGrid) == 0x000088, "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) == 0x000290, "Wrong size on APaperTileMapActor"); \ +static_assert(offsetof(APaperTileMapActor, RenderComponent) == 0x000288, "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) == 0x0005E0, "Wrong size on UPaperTileMapComponent"); \ +static_assert(offsetof(UPaperTileMapComponent, MapWidth) == 0x000590, "Member 'UPaperTileMapComponent::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, MapHeight) == 0x000594, "Member 'UPaperTileMapComponent::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileWidth) == 0x000598, "Member 'UPaperTileMapComponent::TileWidth' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileHeight) == 0x00059C, "Member 'UPaperTileMapComponent::TileHeight' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, DefaultLayerTileSet) == 0x0005A0, "Member 'UPaperTileMapComponent::DefaultLayerTileSet' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, Material) == 0x0005A8, "Member 'UPaperTileMapComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileLayers) == 0x0005B0, "Member 'UPaperTileMapComponent::TileLayers' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMapColor) == 0x0005C0, "Member 'UPaperTileMapComponent::TileMapColor' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, UseSingleLayerIndex) == 0x0005D0, "Member 'UPaperTileMapComponent::UseSingleLayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, bUseSingleLayer) == 0x0005D4, "Member 'UPaperTileMapComponent::bUseSingleLayer' has a wrong offset!"); \ +static_assert(offsetof(UPaperTileMapComponent, TileMap) == 0x0005D8, "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_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_FGSInputDisplayArray \ +static_assert(alignof(FGSInputDisplayArray) == 0x000008, "Wrong alignment on FGSInputDisplayArray"); \ +static_assert(sizeof(FGSInputDisplayArray) == 0x000010, "Wrong size on FGSInputDisplayArray"); \ +static_assert(offsetof(FGSInputDisplayArray, Widgets) == 0x000000, "Member 'FGSInputDisplayArray::Widgets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputDisplaySetting \ +static_assert(alignof(UGSInputDisplaySetting) == 0x000008, "Wrong alignment on UGSInputDisplaySetting"); \ +static_assert(sizeof(UGSInputDisplaySetting) == 0x000040, "Wrong size on UGSInputDisplaySetting"); \ +static_assert(offsetof(UGSInputDisplaySetting, IsLock) == 0x000028, "Member 'UGSInputDisplaySetting::IsLock' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplaySetting, IsShow) == 0x000029, "Member 'UGSInputDisplaySetting::IsShow' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplaySetting, CurScaleRate) == 0x00002C, "Member 'UGSInputDisplaySetting::CurScaleRate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplaySetting, CurPosition) == 0x000030, "Member 'UGSInputDisplaySetting::CurPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_AddInputMappingContext \ +static_assert(alignof(GSE_InputFuncLib_AddInputMappingContext) == 0x000008, "Wrong alignment on GSE_InputFuncLib_AddInputMappingContext"); \ +static_assert(sizeof(GSE_InputFuncLib_AddInputMappingContext) == 0x000018, "Wrong size on GSE_InputFuncLib_AddInputMappingContext"); \ +static_assert(offsetof(GSE_InputFuncLib_AddInputMappingContext, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_AddInputMappingContext::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_AddInputMappingContext, InputMappingContext) == 0x000008, "Member 'GSE_InputFuncLib_AddInputMappingContext::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_AddInputMappingContext, Priority) == 0x000010, "Member 'GSE_InputFuncLib_AddInputMappingContext::Priority' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_AddInputMappingContext, bIgnoreAllPressedKeysUntilRelease) == 0x000014, "Member 'GSE_InputFuncLib_AddInputMappingContext::bIgnoreAllPressedKeysUntilRelease' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_AddInputMappingContext, bForceImmediately) == 0x000015, "Member 'GSE_InputFuncLib_AddInputMappingContext::bForceImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_AddPlayerMappedKey \ +static_assert(alignof(GSE_InputFuncLib_AddPlayerMappedKey) == 0x000008, "Wrong alignment on GSE_InputFuncLib_AddPlayerMappedKey"); \ +static_assert(sizeof(GSE_InputFuncLib_AddPlayerMappedKey) == 0x000030, "Wrong size on GSE_InputFuncLib_AddPlayerMappedKey"); \ +static_assert(offsetof(GSE_InputFuncLib_AddPlayerMappedKey, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_AddPlayerMappedKey::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_AddPlayerMappedKey, MappingName) == 0x000008, "Member 'GSE_InputFuncLib_AddPlayerMappedKey::MappingName' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_AddPlayerMappedKey, NewKey) == 0x000010, "Member 'GSE_InputFuncLib_AddPlayerMappedKey::NewKey' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_AddPlayerMappedKey, Options) == 0x000028, "Member 'GSE_InputFuncLib_AddPlayerMappedKey::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_BindAction \ +static_assert(alignof(GSE_InputFuncLib_BindAction) == 0x000008, "Wrong alignment on GSE_InputFuncLib_BindAction"); \ +static_assert(sizeof(GSE_InputFuncLib_BindAction) == 0x000018, "Wrong size on GSE_InputFuncLib_BindAction"); \ +static_assert(offsetof(GSE_InputFuncLib_BindAction, InputComponent) == 0x000000, "Member 'GSE_InputFuncLib_BindAction::InputComponent' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_BindAction, InputAction) == 0x000008, "Member 'GSE_InputFuncLib_BindAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_BindAction, TriggerEvent) == 0x000010, "Member 'GSE_InputFuncLib_BindAction::TriggerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_ClearAllInputMappingContext \ +static_assert(alignof(GSE_InputFuncLib_ClearAllInputMappingContext) == 0x000008, "Wrong alignment on GSE_InputFuncLib_ClearAllInputMappingContext"); \ +static_assert(sizeof(GSE_InputFuncLib_ClearAllInputMappingContext) == 0x000008, "Wrong size on GSE_InputFuncLib_ClearAllInputMappingContext"); \ +static_assert(offsetof(GSE_InputFuncLib_ClearAllInputMappingContext, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_ClearAllInputMappingContext::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_CustomizeInputMappingContext \ +static_assert(alignof(GSE_InputFuncLib_CustomizeInputMappingContext) == 0x000008, "Wrong alignment on GSE_InputFuncLib_CustomizeInputMappingContext"); \ +static_assert(sizeof(GSE_InputFuncLib_CustomizeInputMappingContext) == 0x000018, "Wrong size on GSE_InputFuncLib_CustomizeInputMappingContext"); \ +static_assert(offsetof(GSE_InputFuncLib_CustomizeInputMappingContext, MappingContext) == 0x000000, "Member 'GSE_InputFuncLib_CustomizeInputMappingContext::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_CustomizeInputMappingContext, MappableName) == 0x000008, "Member 'GSE_InputFuncLib_CustomizeInputMappingContext::MappableName' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_CustomizeInputMappingContext, KeyName) == 0x000010, "Member 'GSE_InputFuncLib_CustomizeInputMappingContext::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_FindKeyByName \ +static_assert(alignof(GSE_InputFuncLib_FindKeyByName) == 0x000008, "Wrong alignment on GSE_InputFuncLib_FindKeyByName"); \ +static_assert(sizeof(GSE_InputFuncLib_FindKeyByName) == 0x000020, "Wrong size on GSE_InputFuncLib_FindKeyByName"); \ +static_assert(offsetof(GSE_InputFuncLib_FindKeyByName, KeyName) == 0x000000, "Member 'GSE_InputFuncLib_FindKeyByName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_FindKeyByName, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_FindKeyByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_FlushPressedInput \ +static_assert(alignof(GSE_InputFuncLib_FlushPressedInput) == 0x000008, "Wrong alignment on GSE_InputFuncLib_FlushPressedInput"); \ +static_assert(sizeof(GSE_InputFuncLib_FlushPressedInput) == 0x000008, "Wrong size on GSE_InputFuncLib_FlushPressedInput"); \ +static_assert(offsetof(GSE_InputFuncLib_FlushPressedInput, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_FlushPressedInput::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetActionNamesFromInputMappingContext \ +static_assert(alignof(GSE_InputFuncLib_GetActionNamesFromInputMappingContext) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetActionNamesFromInputMappingContext"); \ +static_assert(sizeof(GSE_InputFuncLib_GetActionNamesFromInputMappingContext) == 0x000018, "Wrong size on GSE_InputFuncLib_GetActionNamesFromInputMappingContext"); \ +static_assert(offsetof(GSE_InputFuncLib_GetActionNamesFromInputMappingContext, InputMappingContext) == 0x000000, "Member 'GSE_InputFuncLib_GetActionNamesFromInputMappingContext::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetActionNamesFromInputMappingContext, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_GetActionNamesFromInputMappingContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetChordInputAction \ +static_assert(alignof(GSE_InputFuncLib_GetChordInputAction) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetChordInputAction"); \ +static_assert(sizeof(GSE_InputFuncLib_GetChordInputAction) == 0x000018, "Wrong size on GSE_InputFuncLib_GetChordInputAction"); \ +static_assert(offsetof(GSE_InputFuncLib_GetChordInputAction, InputMappingContext) == 0x000000, "Member 'GSE_InputFuncLib_GetChordInputAction::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetChordInputAction, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_GetChordInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetConflictChordInputAction \ +static_assert(alignof(GSE_InputFuncLib_GetConflictChordInputAction) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetConflictChordInputAction"); \ +static_assert(sizeof(GSE_InputFuncLib_GetConflictChordInputAction) == 0x000038, "Wrong size on GSE_InputFuncLib_GetConflictChordInputAction"); \ +static_assert(offsetof(GSE_InputFuncLib_GetConflictChordInputAction, PrimaryChordAction) == 0x000000, "Member 'GSE_InputFuncLib_GetConflictChordInputAction::PrimaryChordAction' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetConflictChordInputAction, Contexts) == 0x000008, "Member 'GSE_InputFuncLib_GetConflictChordInputAction::Contexts' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetConflictChordInputAction, PrimaryConflictActions) == 0x000018, "Member 'GSE_InputFuncLib_GetConflictChordInputAction::PrimaryConflictActions' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetConflictChordInputAction, SecondaryConflictActions) == 0x000028, "Member 'GSE_InputFuncLib_GetConflictChordInputAction::SecondaryConflictActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetDebugEventAccumulatorThisTick \ +static_assert(alignof(GSE_InputFuncLib_GetDebugEventAccumulatorThisTick) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetDebugEventAccumulatorThisTick"); \ +static_assert(sizeof(GSE_InputFuncLib_GetDebugEventAccumulatorThisTick) == 0x000018, "Wrong size on GSE_InputFuncLib_GetDebugEventAccumulatorThisTick"); \ +static_assert(offsetof(GSE_InputFuncLib_GetDebugEventAccumulatorThisTick, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_GetDebugEventAccumulatorThisTick::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetDebugEventAccumulatorThisTick, Action) == 0x000008, "Member 'GSE_InputFuncLib_GetDebugEventAccumulatorThisTick::Action' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetDebugEventAccumulatorThisTick, IsReleasedEvent) == 0x000010, "Member 'GSE_InputFuncLib_GetDebugEventAccumulatorThisTick::IsReleasedEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetDebugEventAccumulatorThisTick, ReturnValue) == 0x000014, "Member 'GSE_InputFuncLib_GetDebugEventAccumulatorThisTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetGamepadControllerName \ +static_assert(alignof(GSE_InputFuncLib_GetGamepadControllerName) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetGamepadControllerName"); \ +static_assert(sizeof(GSE_InputFuncLib_GetGamepadControllerName) == 0x000018, "Wrong size on GSE_InputFuncLib_GetGamepadControllerName"); \ +static_assert(offsetof(GSE_InputFuncLib_GetGamepadControllerName, ControllerId) == 0x000000, "Member 'GSE_InputFuncLib_GetGamepadControllerName::ControllerId' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetGamepadControllerName, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_GetGamepadControllerName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetGamepadDeadZoneThreshold \ +static_assert(alignof(GSE_InputFuncLib_GetGamepadDeadZoneThreshold) == 0x000004, "Wrong alignment on GSE_InputFuncLib_GetGamepadDeadZoneThreshold"); \ +static_assert(sizeof(GSE_InputFuncLib_GetGamepadDeadZoneThreshold) == 0x000004, "Wrong size on GSE_InputFuncLib_GetGamepadDeadZoneThreshold"); \ +static_assert(offsetof(GSE_InputFuncLib_GetGamepadDeadZoneThreshold, ReturnValue) == 0x000000, "Member 'GSE_InputFuncLib_GetGamepadDeadZoneThreshold::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetInputActionValue \ +static_assert(alignof(GSE_InputFuncLib_GetInputActionValue) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetInputActionValue"); \ +static_assert(sizeof(GSE_InputFuncLib_GetInputActionValue) == 0x000028, "Wrong size on GSE_InputFuncLib_GetInputActionValue"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputActionValue, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_GetInputActionValue::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputActionValue, Action) == 0x000008, "Member 'GSE_InputFuncLib_GetInputActionValue::Action' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputActionValue, ReturnValue) == 0x000010, "Member 'GSE_InputFuncLib_GetInputActionValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetInputDeviceTypes \ +static_assert(alignof(GSE_InputFuncLib_GetInputDeviceTypes) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetInputDeviceTypes"); \ +static_assert(sizeof(GSE_InputFuncLib_GetInputDeviceTypes) == 0x000010, "Wrong size on GSE_InputFuncLib_GetInputDeviceTypes"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputDeviceTypes, ReturnValue) == 0x000000, "Member 'GSE_InputFuncLib_GetInputDeviceTypes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetInputPreProc \ +static_assert(alignof(GSE_InputFuncLib_GetInputPreProc) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetInputPreProc"); \ +static_assert(sizeof(GSE_InputFuncLib_GetInputPreProc) == 0x000010, "Wrong size on GSE_InputFuncLib_GetInputPreProc"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputPreProc, WorldContext) == 0x000000, "Member 'GSE_InputFuncLib_GetInputPreProc::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputPreProc, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_GetInputPreProc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetInputSettingPreProc \ +static_assert(alignof(GSE_InputFuncLib_GetInputSettingPreProc) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetInputSettingPreProc"); \ +static_assert(sizeof(GSE_InputFuncLib_GetInputSettingPreProc) == 0x000010, "Wrong size on GSE_InputFuncLib_GetInputSettingPreProc"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputSettingPreProc, WorldContext) == 0x000000, "Member 'GSE_InputFuncLib_GetInputSettingPreProc::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetInputSettingPreProc, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_GetInputSettingPreProc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetKeyByAnalogInputEvent \ +static_assert(alignof(GSE_InputFuncLib_GetKeyByAnalogInputEvent) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetKeyByAnalogInputEvent"); \ +static_assert(sizeof(GSE_InputFuncLib_GetKeyByAnalogInputEvent) == 0x000048, "Wrong size on GSE_InputFuncLib_GetKeyByAnalogInputEvent"); \ +static_assert(offsetof(GSE_InputFuncLib_GetKeyByAnalogInputEvent, AnalogInputEvent) == 0x000000, "Member 'GSE_InputFuncLib_GetKeyByAnalogInputEvent::AnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetKeyByAnalogInputEvent, ReturnValue) == 0x000040, "Member 'GSE_InputFuncLib_GetKeyByAnalogInputEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetKeyByKeyEvent \ +static_assert(alignof(GSE_InputFuncLib_GetKeyByKeyEvent) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetKeyByKeyEvent"); \ +static_assert(sizeof(GSE_InputFuncLib_GetKeyByKeyEvent) == 0x000040, "Wrong size on GSE_InputFuncLib_GetKeyByKeyEvent"); \ +static_assert(offsetof(GSE_InputFuncLib_GetKeyByKeyEvent, KeyEvent) == 0x000000, "Member 'GSE_InputFuncLib_GetKeyByKeyEvent::KeyEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetKeyByKeyEvent, ReturnValue) == 0x000038, "Member 'GSE_InputFuncLib_GetKeyByKeyEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetKeyByPointerEvent \ +static_assert(alignof(GSE_InputFuncLib_GetKeyByPointerEvent) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetKeyByPointerEvent"); \ +static_assert(sizeof(GSE_InputFuncLib_GetKeyByPointerEvent) == 0x000098, "Wrong size on GSE_InputFuncLib_GetKeyByPointerEvent"); \ +static_assert(offsetof(GSE_InputFuncLib_GetKeyByPointerEvent, PointerEvent) == 0x000000, "Member 'GSE_InputFuncLib_GetKeyByPointerEvent::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetKeyByPointerEvent, ReturnValue) == 0x000090, "Member 'GSE_InputFuncLib_GetKeyByPointerEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetLastInputType \ +static_assert(alignof(GSE_InputFuncLib_GetLastInputType) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetLastInputType"); \ +static_assert(sizeof(GSE_InputFuncLib_GetLastInputType) == 0x000010, "Wrong size on GSE_InputFuncLib_GetLastInputType"); \ +static_assert(offsetof(GSE_InputFuncLib_GetLastInputType, WorldContext) == 0x000000, "Member 'GSE_InputFuncLib_GetLastInputType::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetLastInputType, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_GetLastInputType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetMappableKey \ +static_assert(alignof(GSE_InputFuncLib_GetMappableKey) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetMappableKey"); \ +static_assert(sizeof(GSE_InputFuncLib_GetMappableKey) == 0x000058, "Wrong size on GSE_InputFuncLib_GetMappableKey"); \ +static_assert(offsetof(GSE_InputFuncLib_GetMappableKey, MappingContext) == 0x000000, "Member 'GSE_InputFuncLib_GetMappableKey::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetMappableKey, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_GetMappableKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetMappingsInfo \ +static_assert(alignof(GSE_InputFuncLib_GetMappingsInfo) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetMappingsInfo"); \ +static_assert(sizeof(GSE_InputFuncLib_GetMappingsInfo) == 0x000038, "Wrong size on GSE_InputFuncLib_GetMappingsInfo"); \ +static_assert(offsetof(GSE_InputFuncLib_GetMappingsInfo, MappingContext) == 0x000000, "Member 'GSE_InputFuncLib_GetMappingsInfo::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetMappingsInfo, Actions) == 0x000008, "Member 'GSE_InputFuncLib_GetMappingsInfo::Actions' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetMappingsInfo, Keys) == 0x000018, "Member 'GSE_InputFuncLib_GetMappingsInfo::Keys' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_GetMappingsInfo, ChordActions) == 0x000028, "Member 'GSE_InputFuncLib_GetMappingsInfo::ChordActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_GetProductStringList \ +static_assert(alignof(GSE_InputFuncLib_GetProductStringList) == 0x000008, "Wrong alignment on GSE_InputFuncLib_GetProductStringList"); \ +static_assert(sizeof(GSE_InputFuncLib_GetProductStringList) == 0x000010, "Wrong size on GSE_InputFuncLib_GetProductStringList"); \ +static_assert(offsetof(GSE_InputFuncLib_GetProductStringList, ReturnValue) == 0x000000, "Member 'GSE_InputFuncLib_GetProductStringList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_IsAppActive \ +static_assert(alignof(GSE_InputFuncLib_IsAppActive) == 0x000001, "Wrong alignment on GSE_InputFuncLib_IsAppActive"); \ +static_assert(sizeof(GSE_InputFuncLib_IsAppActive) == 0x000001, "Wrong size on GSE_InputFuncLib_IsAppActive"); \ +static_assert(offsetof(GSE_InputFuncLib_IsAppActive, ReturnValue) == 0x000000, "Member 'GSE_InputFuncLib_IsAppActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_IsConsoleActive \ +static_assert(alignof(GSE_InputFuncLib_IsConsoleActive) == 0x000008, "Wrong alignment on GSE_InputFuncLib_IsConsoleActive"); \ +static_assert(sizeof(GSE_InputFuncLib_IsConsoleActive) == 0x000010, "Wrong size on GSE_InputFuncLib_IsConsoleActive"); \ +static_assert(offsetof(GSE_InputFuncLib_IsConsoleActive, WorldContext) == 0x000000, "Member 'GSE_InputFuncLib_IsConsoleActive::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_IsConsoleActive, ReturnValue) == 0x000008, "Member 'GSE_InputFuncLib_IsConsoleActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_QueryKeysByInputAction \ +static_assert(alignof(GSE_InputFuncLib_QueryKeysByInputAction) == 0x000008, "Wrong alignment on GSE_InputFuncLib_QueryKeysByInputAction"); \ +static_assert(sizeof(GSE_InputFuncLib_QueryKeysByInputAction) == 0x000020, "Wrong size on GSE_InputFuncLib_QueryKeysByInputAction"); \ +static_assert(offsetof(GSE_InputFuncLib_QueryKeysByInputAction, MappingContext) == 0x000000, "Member 'GSE_InputFuncLib_QueryKeysByInputAction::MappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_QueryKeysByInputAction, Action) == 0x000008, "Member 'GSE_InputFuncLib_QueryKeysByInputAction::Action' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_QueryKeysByInputAction, ReturnValue) == 0x000010, "Member 'GSE_InputFuncLib_QueryKeysByInputAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_QueryKeysMappedToAction \ +static_assert(alignof(GSE_InputFuncLib_QueryKeysMappedToAction) == 0x000008, "Wrong alignment on GSE_InputFuncLib_QueryKeysMappedToAction"); \ +static_assert(sizeof(GSE_InputFuncLib_QueryKeysMappedToAction) == 0x000020, "Wrong size on GSE_InputFuncLib_QueryKeysMappedToAction"); \ +static_assert(offsetof(GSE_InputFuncLib_QueryKeysMappedToAction, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_QueryKeysMappedToAction::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_QueryKeysMappedToAction, Action) == 0x000008, "Member 'GSE_InputFuncLib_QueryKeysMappedToAction::Action' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_QueryKeysMappedToAction, ReturnValue) == 0x000010, "Member 'GSE_InputFuncLib_QueryKeysMappedToAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_RegisterGSInputProc \ +static_assert(alignof(GSE_InputFuncLib_RegisterGSInputProc) == 0x000008, "Wrong alignment on GSE_InputFuncLib_RegisterGSInputProc"); \ +static_assert(sizeof(GSE_InputFuncLib_RegisterGSInputProc) == 0x000010, "Wrong size on GSE_InputFuncLib_RegisterGSInputProc"); \ +static_assert(offsetof(GSE_InputFuncLib_RegisterGSInputProc, WorldContext) == 0x000000, "Member 'GSE_InputFuncLib_RegisterGSInputProc::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_RegisterGSInputProc, Order) == 0x000008, "Member 'GSE_InputFuncLib_RegisterGSInputProc::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_RegisterInputTargetBinding \ +static_assert(alignof(GSE_InputFuncLib_RegisterInputTargetBinding) == 0x000008, "Wrong alignment on GSE_InputFuncLib_RegisterInputTargetBinding"); \ +static_assert(sizeof(GSE_InputFuncLib_RegisterInputTargetBinding) == 0x000008, "Wrong size on GSE_InputFuncLib_RegisterInputTargetBinding"); \ +static_assert(offsetof(GSE_InputFuncLib_RegisterInputTargetBinding, InputTargetBindingObj) == 0x000000, "Member 'GSE_InputFuncLib_RegisterInputTargetBinding::InputTargetBindingObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_RemoveInputMappingContext \ +static_assert(alignof(GSE_InputFuncLib_RemoveInputMappingContext) == 0x000008, "Wrong alignment on GSE_InputFuncLib_RemoveInputMappingContext"); \ +static_assert(sizeof(GSE_InputFuncLib_RemoveInputMappingContext) == 0x000018, "Wrong size on GSE_InputFuncLib_RemoveInputMappingContext"); \ +static_assert(offsetof(GSE_InputFuncLib_RemoveInputMappingContext, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_RemoveInputMappingContext::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_RemoveInputMappingContext, InputMappingContext) == 0x000008, "Member 'GSE_InputFuncLib_RemoveInputMappingContext::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_RemoveInputMappingContext, bIgnoreAllPressedKeysUntilRelease) == 0x000010, "Member 'GSE_InputFuncLib_RemoveInputMappingContext::bIgnoreAllPressedKeysUntilRelease' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_RemoveInputMappingContext, bForceImmediately) == 0x000011, "Member 'GSE_InputFuncLib_RemoveInputMappingContext::bForceImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_RequestRebuildControlMappings \ +static_assert(alignof(GSE_InputFuncLib_RequestRebuildControlMappings) == 0x000008, "Wrong alignment on GSE_InputFuncLib_RequestRebuildControlMappings"); \ +static_assert(sizeof(GSE_InputFuncLib_RequestRebuildControlMappings) == 0x000010, "Wrong size on GSE_InputFuncLib_RequestRebuildControlMappings"); \ +static_assert(offsetof(GSE_InputFuncLib_RequestRebuildControlMappings, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_RequestRebuildControlMappings::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_RequestRebuildControlMappings, bForceImmediately) == 0x000008, "Member 'GSE_InputFuncLib_RequestRebuildControlMappings::bForceImmediately' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_RequestRebuildControlMappings, bIgnoreAllPressedKeysUntilRelease) == 0x000009, "Member 'GSE_InputFuncLib_RequestRebuildControlMappings::bIgnoreAllPressedKeysUntilRelease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_SetCursorVisibility \ +static_assert(alignof(GSE_InputFuncLib_SetCursorVisibility) == 0x000001, "Wrong alignment on GSE_InputFuncLib_SetCursorVisibility"); \ +static_assert(sizeof(GSE_InputFuncLib_SetCursorVisibility) == 0x000001, "Wrong size on GSE_InputFuncLib_SetCursorVisibility"); \ +static_assert(offsetof(GSE_InputFuncLib_SetCursorVisibility, bDrawCursor) == 0x000000, "Member 'GSE_InputFuncLib_SetCursorVisibility::bDrawCursor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_SetGameOnly \ +static_assert(alignof(GSE_InputFuncLib_SetGameOnly) == 0x000008, "Wrong alignment on GSE_InputFuncLib_SetGameOnly"); \ +static_assert(sizeof(GSE_InputFuncLib_SetGameOnly) == 0x000008, "Wrong size on GSE_InputFuncLib_SetGameOnly"); \ +static_assert(offsetof(GSE_InputFuncLib_SetGameOnly, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_SetGameOnly::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_SetIgnoreAllButtonKeyInput \ +static_assert(alignof(GSE_InputFuncLib_SetIgnoreAllButtonKeyInput) == 0x000008, "Wrong alignment on GSE_InputFuncLib_SetIgnoreAllButtonKeyInput"); \ +static_assert(sizeof(GSE_InputFuncLib_SetIgnoreAllButtonKeyInput) == 0x000010, "Wrong size on GSE_InputFuncLib_SetIgnoreAllButtonKeyInput"); \ +static_assert(offsetof(GSE_InputFuncLib_SetIgnoreAllButtonKeyInput, WorldContext) == 0x000000, "Member 'GSE_InputFuncLib_SetIgnoreAllButtonKeyInput::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_SetIgnoreAllButtonKeyInput, IsIgnore) == 0x000008, "Member 'GSE_InputFuncLib_SetIgnoreAllButtonKeyInput::IsIgnore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_SetMouseCursorPosition \ +static_assert(alignof(GSE_InputFuncLib_SetMouseCursorPosition) == 0x000008, "Wrong alignment on GSE_InputFuncLib_SetMouseCursorPosition"); \ +static_assert(sizeof(GSE_InputFuncLib_SetMouseCursorPosition) == 0x000010, "Wrong size on GSE_InputFuncLib_SetMouseCursorPosition"); \ +static_assert(offsetof(GSE_InputFuncLib_SetMouseCursorPosition, position) == 0x000000, "Member 'GSE_InputFuncLib_SetMouseCursorPosition::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_SetUIOnly \ +static_assert(alignof(GSE_InputFuncLib_SetUIOnly) == 0x000008, "Wrong alignment on GSE_InputFuncLib_SetUIOnly"); \ +static_assert(sizeof(GSE_InputFuncLib_SetUIOnly) == 0x000010, "Wrong size on GSE_InputFuncLib_SetUIOnly"); \ +static_assert(offsetof(GSE_InputFuncLib_SetUIOnly, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_SetUIOnly::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_SetUIOnly, bNeedMouseCapture) == 0x000008, "Member 'GSE_InputFuncLib_SetUIOnly::bNeedMouseCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_TryToSetContextNewPriority \ +static_assert(alignof(GSE_InputFuncLib_TryToSetContextNewPriority) == 0x000008, "Wrong alignment on GSE_InputFuncLib_TryToSetContextNewPriority"); \ +static_assert(sizeof(GSE_InputFuncLib_TryToSetContextNewPriority) == 0x000018, "Wrong size on GSE_InputFuncLib_TryToSetContextNewPriority"); \ +static_assert(offsetof(GSE_InputFuncLib_TryToSetContextNewPriority, PlayerController) == 0x000000, "Member 'GSE_InputFuncLib_TryToSetContextNewPriority::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_TryToSetContextNewPriority, Context) == 0x000008, "Member 'GSE_InputFuncLib_TryToSetContextNewPriority::Context' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_TryToSetContextNewPriority, NewPriority) == 0x000010, "Member 'GSE_InputFuncLib_TryToSetContextNewPriority::NewPriority' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_TryToSetContextNewPriority, ReturnValue) == 0x000014, "Member 'GSE_InputFuncLib_TryToSetContextNewPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_UnRegisterGSInputProc \ +static_assert(alignof(GSE_InputFuncLib_UnRegisterGSInputProc) == 0x000008, "Wrong alignment on GSE_InputFuncLib_UnRegisterGSInputProc"); \ +static_assert(sizeof(GSE_InputFuncLib_UnRegisterGSInputProc) == 0x000010, "Wrong size on GSE_InputFuncLib_UnRegisterGSInputProc"); \ +static_assert(offsetof(GSE_InputFuncLib_UnRegisterGSInputProc, WorldContext) == 0x000000, "Member 'GSE_InputFuncLib_UnRegisterGSInputProc::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_InputFuncLib_UnRegisterGSInputProc, Order) == 0x000008, "Member 'GSE_InputFuncLib_UnRegisterGSInputProc::Order' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_InputFuncLib_UnRegisterInputTargetBinding \ +static_assert(alignof(GSE_InputFuncLib_UnRegisterInputTargetBinding) == 0x000008, "Wrong alignment on GSE_InputFuncLib_UnRegisterInputTargetBinding"); \ +static_assert(sizeof(GSE_InputFuncLib_UnRegisterInputTargetBinding) == 0x000008, "Wrong size on GSE_InputFuncLib_UnRegisterInputTargetBinding"); \ +static_assert(offsetof(GSE_InputFuncLib_UnRegisterInputTargetBinding, InputTargetBindingObj) == 0x000000, "Member 'GSE_InputFuncLib_UnRegisterInputTargetBinding::InputTargetBindingObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_InputFuncLib \ +static_assert(alignof(UGSE_InputFuncLib) == 0x000008, "Wrong alignment on UGSE_InputFuncLib"); \ +static_assert(sizeof(UGSE_InputFuncLib) == 0x000028, "Wrong size on UGSE_InputFuncLib"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayWidget_SetAxisValue \ +static_assert(alignof(GSInputDisplayWidget_SetAxisValue) == 0x000008, "Wrong alignment on GSInputDisplayWidget_SetAxisValue"); \ +static_assert(sizeof(GSInputDisplayWidget_SetAxisValue) == 0x000020, "Wrong size on GSInputDisplayWidget_SetAxisValue"); \ +static_assert(offsetof(GSInputDisplayWidget_SetAxisValue, InKey) == 0x000000, "Member 'GSInputDisplayWidget_SetAxisValue::InKey' has a wrong offset!"); \ +static_assert(offsetof(GSInputDisplayWidget_SetAxisValue, InAxisValue) == 0x000018, "Member 'GSInputDisplayWidget_SetAxisValue::InAxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayWidget_SetIsPress \ +static_assert(alignof(GSInputDisplayWidget_SetIsPress) == 0x000001, "Wrong alignment on GSInputDisplayWidget_SetIsPress"); \ +static_assert(sizeof(GSInputDisplayWidget_SetIsPress) == 0x000001, "Wrong size on GSInputDisplayWidget_SetIsPress"); \ +static_assert(offsetof(GSInputDisplayWidget_SetIsPress, InIsPress) == 0x000000, "Member 'GSInputDisplayWidget_SetIsPress::InIsPress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayWidget_SetMousePos \ +static_assert(alignof(GSInputDisplayWidget_SetMousePos) == 0x000008, "Wrong alignment on GSInputDisplayWidget_SetMousePos"); \ +static_assert(sizeof(GSInputDisplayWidget_SetMousePos) == 0x000010, "Wrong size on GSInputDisplayWidget_SetMousePos"); \ +static_assert(offsetof(GSInputDisplayWidget_SetMousePos, InMousePos) == 0x000000, "Member 'GSInputDisplayWidget_SetMousePos::InMousePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputDisplayWidget \ +static_assert(alignof(UGSInputDisplayWidget) == 0x000008, "Wrong alignment on UGSInputDisplayWidget"); \ +static_assert(sizeof(UGSInputDisplayWidget) == 0x000380, "Wrong size on UGSInputDisplayWidget"); \ +static_assert(offsetof(UGSInputDisplayWidget, InputDisplayType) == 0x000298, "Member 'UGSInputDisplayWidget::InputDisplayType' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayWidget, BindButtonKey) == 0x0002A0, "Member 'UGSInputDisplayWidget::BindButtonKey' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayWidget, BindXKey) == 0x0002B8, "Member 'UGSInputDisplayWidget::BindXKey' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayWidget, BindYKey) == 0x0002D0, "Member 'UGSInputDisplayWidget::BindYKey' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayWidget, ShowText_1) == 0x0002E8, "Member 'UGSInputDisplayWidget::ShowText_1' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayWidget, ShowText_2) == 0x0002F8, "Member 'UGSInputDisplayWidget::ShowText_2' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayWidget, JoystickMoveLength) == 0x000308, "Member 'UGSInputDisplayWidget::JoystickMoveLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputActionIcon_BeginHold \ +static_assert(alignof(GSInputActionIcon_BeginHold) == 0x000004, "Wrong alignment on GSInputActionIcon_BeginHold"); \ +static_assert(sizeof(GSInputActionIcon_BeginHold) == 0x000004, "Wrong size on GSInputActionIcon_BeginHold"); \ +static_assert(offsetof(GSInputActionIcon_BeginHold, InTotalTime) == 0x000000, "Member 'GSInputActionIcon_BeginHold::InTotalTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputActionIcon_OpenPercentBg \ +static_assert(alignof(GSInputActionIcon_OpenPercentBg) == 0x000001, "Wrong alignment on GSInputActionIcon_OpenPercentBg"); \ +static_assert(sizeof(GSInputActionIcon_OpenPercentBg) == 0x000001, "Wrong size on GSInputActionIcon_OpenPercentBg"); \ +static_assert(offsetof(GSInputActionIcon_OpenPercentBg, bOpen) == 0x000000, "Member 'GSInputActionIcon_OpenPercentBg::bOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputActionIcon_SetInputAction \ +static_assert(alignof(GSInputActionIcon_SetInputAction) == 0x000008, "Wrong alignment on GSInputActionIcon_SetInputAction"); \ +static_assert(sizeof(GSInputActionIcon_SetInputAction) == 0x000008, "Wrong size on GSInputActionIcon_SetInputAction"); \ +static_assert(offsetof(GSInputActionIcon_SetInputAction, InputAction_0) == 0x000000, "Member 'GSInputActionIcon_SetInputAction::InputAction_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputActionIcon_SetPercent \ +static_assert(alignof(GSInputActionIcon_SetPercent) == 0x000004, "Wrong alignment on GSInputActionIcon_SetPercent"); \ +static_assert(sizeof(GSInputActionIcon_SetPercent) == 0x000004, "Wrong size on GSInputActionIcon_SetPercent"); \ +static_assert(offsetof(GSInputActionIcon_SetPercent, InPercent) == 0x000000, "Member 'GSInputActionIcon_SetPercent::InPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputActionIcon \ +static_assert(alignof(UGSInputActionIcon) == 0x000010, "Wrong alignment on UGSInputActionIcon"); \ +static_assert(sizeof(UGSInputActionIcon) == 0x0003B0, "Wrong size on UGSInputActionIcon"); \ +static_assert(offsetof(UGSInputActionIcon, SpeedRatioOnStopHold) == 0x000298, "Member 'UGSInputActionIcon::SpeedRatioOnStopHold' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, InputIconTexture) == 0x0002A0, "Member 'UGSInputActionIcon::InputIconTexture' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, PlatformInputIconTextures) == 0x0002A8, "Member 'UGSInputActionIcon::PlatformInputIconTextures' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, InputAction) == 0x0002F8, "Member 'UGSInputActionIcon::InputAction' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, ExtraInputActions) == 0x000300, "Member 'UGSInputActionIcon::ExtraInputActions' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, IconShowType) == 0x000310, "Member 'UGSInputActionIcon::IconShowType' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, bShouldApplyOffset) == 0x000311, "Member 'UGSInputActionIcon::bShouldApplyOffset' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, IconScale) == 0x000314, "Member 'UGSInputActionIcon::IconScale' has a wrong offset!"); \ +static_assert(offsetof(UGSInputActionIcon, ComboIconOnlyShowOneType) == 0x000318, "Member 'UGSInputActionIcon::ComboIconOnlyShowOneType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputGameViewportClient \ +static_assert(alignof(UGSInputGameViewportClient) == 0x000008, "Wrong alignment on UGSInputGameViewportClient"); \ +static_assert(sizeof(UGSInputGameViewportClient) == 0x0003A0, "Wrong size on UGSInputGameViewportClient"); \ + +#define DUMPER7_ASSERTS_UGSInputComponent \ +static_assert(alignof(UGSInputComponent) == 0x000008, "Wrong alignment on UGSInputComponent"); \ +static_assert(sizeof(UGSInputComponent) == 0x000178, "Wrong size on UGSInputComponent"); \ + +#define DUMPER7_ASSERTS_UGSInputDisplayPreProc \ +static_assert(alignof(UGSInputDisplayPreProc) == 0x000008, "Wrong alignment on UGSInputDisplayPreProc"); \ +static_assert(sizeof(UGSInputDisplayPreProc) == 0x0000A8, "Wrong size on UGSInputDisplayPreProc"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputKeyDownDelegate) == 0x000028, "Member 'UGSInputDisplayPreProc::OnInputKeyDownDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputKeyUpDelegate) == 0x000038, "Member 'UGSInputDisplayPreProc::OnInputKeyUpDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputAxisChangeDelegate) == 0x000048, "Member 'UGSInputDisplayPreProc::OnInputAxisChangeDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputMouseMoveDelegate) == 0x000058, "Member 'UGSInputDisplayPreProc::OnInputMouseMoveDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputMouseButtonDownDelegate) == 0x000068, "Member 'UGSInputDisplayPreProc::OnInputMouseButtonDownDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputMouseButtonUpDelegate) == 0x000078, "Member 'UGSInputDisplayPreProc::OnInputMouseButtonUpDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputMouseButtonDoubleClickDelegate) == 0x000088, "Member 'UGSInputDisplayPreProc::OnInputMouseButtonDoubleClickDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayPreProc, OnInputMouseWheelOrGestureDelegate) == 0x000098, "Member 'UGSInputDisplayPreProc::OnInputMouseWheelOrGestureDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputAxisChange \ +static_assert(alignof(GSInputDisplayUI_OnInputAxisChange) == 0x000008, "Wrong alignment on GSInputDisplayUI_OnInputAxisChange"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputAxisChange) == 0x000020, "Wrong size on GSInputDisplayUI_OnInputAxisChange"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputAxisChange, InKey) == 0x000000, "Member 'GSInputDisplayUI_OnInputAxisChange::InKey' has a wrong offset!"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputAxisChange, InAxisValue) == 0x000018, "Member 'GSInputDisplayUI_OnInputAxisChange::InAxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputKeyDown \ +static_assert(alignof(GSInputDisplayUI_OnInputKeyDown) == 0x000008, "Wrong alignment on GSInputDisplayUI_OnInputKeyDown"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputKeyDown) == 0x000018, "Wrong size on GSInputDisplayUI_OnInputKeyDown"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputKeyDown, InKey) == 0x000000, "Member 'GSInputDisplayUI_OnInputKeyDown::InKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputKeyUp \ +static_assert(alignof(GSInputDisplayUI_OnInputKeyUp) == 0x000008, "Wrong alignment on GSInputDisplayUI_OnInputKeyUp"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputKeyUp) == 0x000018, "Wrong size on GSInputDisplayUI_OnInputKeyUp"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputKeyUp, InKey) == 0x000000, "Member 'GSInputDisplayUI_OnInputKeyUp::InKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputMouseButtonDoubleClick \ +static_assert(alignof(GSInputDisplayUI_OnInputMouseButtonDoubleClick) == 0x000008, "Wrong alignment on GSInputDisplayUI_OnInputMouseButtonDoubleClick"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputMouseButtonDoubleClick) == 0x000018, "Wrong size on GSInputDisplayUI_OnInputMouseButtonDoubleClick"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputMouseButtonDoubleClick, InKey) == 0x000000, "Member 'GSInputDisplayUI_OnInputMouseButtonDoubleClick::InKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputMouseButtonDown \ +static_assert(alignof(GSInputDisplayUI_OnInputMouseButtonDown) == 0x000008, "Wrong alignment on GSInputDisplayUI_OnInputMouseButtonDown"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputMouseButtonDown) == 0x000018, "Wrong size on GSInputDisplayUI_OnInputMouseButtonDown"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputMouseButtonDown, InKey) == 0x000000, "Member 'GSInputDisplayUI_OnInputMouseButtonDown::InKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputMouseButtonUp \ +static_assert(alignof(GSInputDisplayUI_OnInputMouseButtonUp) == 0x000008, "Wrong alignment on GSInputDisplayUI_OnInputMouseButtonUp"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputMouseButtonUp) == 0x000018, "Wrong size on GSInputDisplayUI_OnInputMouseButtonUp"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputMouseButtonUp, InKey) == 0x000000, "Member 'GSInputDisplayUI_OnInputMouseButtonUp::InKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputMouseMove \ +static_assert(alignof(GSInputDisplayUI_OnInputMouseMove) == 0x000008, "Wrong alignment on GSInputDisplayUI_OnInputMouseMove"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputMouseMove) == 0x000010, "Wrong size on GSInputDisplayUI_OnInputMouseMove"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputMouseMove, InMousePos) == 0x000000, "Member 'GSInputDisplayUI_OnInputMouseMove::InMousePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_OnInputMouseWheelOrGesture \ +static_assert(alignof(GSInputDisplayUI_OnInputMouseWheelOrGesture) == 0x000004, "Wrong alignment on GSInputDisplayUI_OnInputMouseWheelOrGesture"); \ +static_assert(sizeof(GSInputDisplayUI_OnInputMouseWheelOrGesture) == 0x000004, "Wrong size on GSInputDisplayUI_OnInputMouseWheelOrGesture"); \ +static_assert(offsetof(GSInputDisplayUI_OnInputMouseWheelOrGesture, InWheelDelta) == 0x000000, "Member 'GSInputDisplayUI_OnInputMouseWheelOrGesture::InWheelDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputDisplayUI_SetIsShow \ +static_assert(alignof(GSInputDisplayUI_SetIsShow) == 0x000001, "Wrong alignment on GSInputDisplayUI_SetIsShow"); \ +static_assert(sizeof(GSInputDisplayUI_SetIsShow) == 0x000001, "Wrong size on GSInputDisplayUI_SetIsShow"); \ +static_assert(offsetof(GSInputDisplayUI_SetIsShow, IsShow) == 0x000000, "Member 'GSInputDisplayUI_SetIsShow::IsShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputDisplayUI \ +static_assert(alignof(UGSInputDisplayUI) == 0x000008, "Wrong alignment on UGSInputDisplayUI"); \ +static_assert(sizeof(UGSInputDisplayUI) == 0x0003E0, "Wrong size on UGSInputDisplayUI"); \ +static_assert(offsetof(UGSInputDisplayUI, IsCanSetting) == 0x000298, "Member 'UGSInputDisplayUI::IsCanSetting' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayUI, NormalSize) == 0x0002A0, "Member 'UGSInputDisplayUI::NormalSize' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayUI, ChangeScaleSpeed) == 0x0002B0, "Member 'UGSInputDisplayUI::ChangeScaleSpeed' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayUI, MaxScaleRate) == 0x0002B4, "Member 'UGSInputDisplayUI::MaxScaleRate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayUI, MinScaleRate) == 0x0002B8, "Member 'UGSInputDisplayUI::MinScaleRate' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayUI, PosCon) == 0x0002C0, "Member 'UGSInputDisplayUI::PosCon' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayUI, GamepadCon) == 0x0002C8, "Member 'UGSInputDisplayUI::GamepadCon' has a wrong offset!"); \ +static_assert(offsetof(UGSInputDisplayUI, KeyboardCon) == 0x0002D0, "Member 'UGSInputDisplayUI::KeyboardCon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputModifierForceSetValue \ +static_assert(alignof(UGSInputModifierForceSetValue) == 0x000008, "Wrong alignment on UGSInputModifierForceSetValue"); \ +static_assert(sizeof(UGSInputModifierForceSetValue) == 0x000048, "Wrong size on UGSInputModifierForceSetValue"); \ +static_assert(offsetof(UGSInputModifierForceSetValue, Type) == 0x000028, "Member 'UGSInputModifierForceSetValue::Type' has a wrong offset!"); \ +static_assert(offsetof(UGSInputModifierForceSetValue, Value) == 0x000030, "Member 'UGSInputModifierForceSetValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputPreProc \ +static_assert(alignof(UGSInputPreProc) == 0x000008, "Wrong alignment on UGSInputPreProc"); \ +static_assert(sizeof(UGSInputPreProc) == 0x0000D8, "Wrong size on UGSInputPreProc"); \ +static_assert(offsetof(UGSInputPreProc, OnInputTrigger) == 0x000028, "Member 'UGSInputPreProc::OnInputTrigger' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnInputTypeChangeTrigger) == 0x000038, "Member 'UGSInputPreProc::OnInputTypeChangeTrigger' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnKeyDownEvent) == 0x000048, "Member 'UGSInputPreProc::OnKeyDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnKeyUpEvent) == 0x000058, "Member 'UGSInputPreProc::OnKeyUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnAnalogInputEvent) == 0x000068, "Member 'UGSInputPreProc::OnAnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnMouseMoveEvent) == 0x000078, "Member 'UGSInputPreProc::OnMouseMoveEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnMouseButtonDownEvent) == 0x000088, "Member 'UGSInputPreProc::OnMouseButtonDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnMouseButtonUpEvent) == 0x000098, "Member 'UGSInputPreProc::OnMouseButtonUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnMouseButtonDoubleClickEvent) == 0x0000A8, "Member 'UGSInputPreProc::OnMouseButtonDoubleClickEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnMouseWheelEvent) == 0x0000B8, "Member 'UGSInputPreProc::OnMouseWheelEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputPreProc, OnAnyKeyTriggerEvent) == 0x0000C8, "Member 'UGSInputPreProc::OnAnyKeyTriggerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputSettingPreProc \ +static_assert(alignof(UGSInputSettingPreProc) == 0x000008, "Wrong alignment on UGSInputSettingPreProc"); \ +static_assert(sizeof(UGSInputSettingPreProc) == 0x000068, "Wrong size on UGSInputSettingPreProc"); \ +static_assert(offsetof(UGSInputSettingPreProc, OnKeyDownEvent) == 0x000028, "Member 'UGSInputSettingPreProc::OnKeyDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputSettingPreProc, OnKeyUpEvent) == 0x000038, "Member 'UGSInputSettingPreProc::OnKeyUpEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputSettingPreProc, OnMouseButtonDownEvent) == 0x000048, "Member 'UGSInputSettingPreProc::OnMouseButtonDownEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSInputSettingPreProc, OnMouseButtonUpEvent) == 0x000058, "Member 'UGSInputSettingPreProc::OnMouseButtonUpEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputRichTextBlock \ +static_assert(alignof(UGSInputRichTextBlock) == 0x000010, "Wrong alignment on UGSInputRichTextBlock"); \ +static_assert(sizeof(UGSInputRichTextBlock) == 0x0008C0, "Wrong size on UGSInputRichTextBlock"); \ + +#define DUMPER7_ASSERTS_UGSInputSettings \ +static_assert(alignof(UGSInputSettings) == 0x000008, "Wrong alignment on UGSInputSettings"); \ +static_assert(sizeof(UGSInputSettings) == 0x000038, "Wrong size on UGSInputSettings"); \ +static_assert(offsetof(UGSInputSettings, KeyboardMouseDeadZoneThreshold) == 0x000030, "Member 'UGSInputSettings::KeyboardMouseDeadZoneThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGSInputSettings, GamepadDeadZoneThreshold) == 0x000034, "Member 'UGSInputSettings::GamepadDeadZoneThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_ActionListener \ +static_assert(alignof(GSInputTargetBinding_ActionListener) == 0x000008, "Wrong alignment on GSInputTargetBinding_ActionListener"); \ +static_assert(sizeof(GSInputTargetBinding_ActionListener) == 0x000088, "Wrong size on GSInputTargetBinding_ActionListener"); \ +static_assert(offsetof(GSInputTargetBinding_ActionListener, ActionInstance) == 0x000000, "Member 'GSInputTargetBinding_ActionListener::ActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_CanceledActionListener \ +static_assert(alignof(GSInputTargetBinding_CanceledActionListener) == 0x000008, "Wrong alignment on GSInputTargetBinding_CanceledActionListener"); \ +static_assert(sizeof(GSInputTargetBinding_CanceledActionListener) == 0x000088, "Wrong size on GSInputTargetBinding_CanceledActionListener"); \ +static_assert(offsetof(GSInputTargetBinding_CanceledActionListener, ActionInstance) == 0x000000, "Member 'GSInputTargetBinding_CanceledActionListener::ActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_CompletedActionListener \ +static_assert(alignof(GSInputTargetBinding_CompletedActionListener) == 0x000008, "Wrong alignment on GSInputTargetBinding_CompletedActionListener"); \ +static_assert(sizeof(GSInputTargetBinding_CompletedActionListener) == 0x000088, "Wrong size on GSInputTargetBinding_CompletedActionListener"); \ +static_assert(offsetof(GSInputTargetBinding_CompletedActionListener, ActionInstance) == 0x000000, "Member 'GSInputTargetBinding_CompletedActionListener::ActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_FetchDebugInfo \ +static_assert(alignof(GSInputTargetBinding_FetchDebugInfo) == 0x000008, "Wrong alignment on GSInputTargetBinding_FetchDebugInfo"); \ +static_assert(sizeof(GSInputTargetBinding_FetchDebugInfo) == 0x000020, "Wrong size on GSInputTargetBinding_FetchDebugInfo"); \ +static_assert(offsetof(GSInputTargetBinding_FetchDebugInfo, DebugLines) == 0x000000, "Member 'GSInputTargetBinding_FetchDebugInfo::DebugLines' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_FetchDebugInfo, DebugColors) == 0x000010, "Member 'GSInputTargetBinding_FetchDebugInfo::DebugColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_GetRichTextInlineIconInfo \ +static_assert(alignof(GSInputTargetBinding_GetRichTextInlineIconInfo) == 0x000004, "Wrong alignment on GSInputTargetBinding_GetRichTextInlineIconInfo"); \ +static_assert(sizeof(GSInputTargetBinding_GetRichTextInlineIconInfo) == 0x00000C, "Wrong size on GSInputTargetBinding_GetRichTextInlineIconInfo"); \ +static_assert(offsetof(GSInputTargetBinding_GetRichTextInlineIconInfo, BasePixelHeight) == 0x000000, "Member 'GSInputTargetBinding_GetRichTextInlineIconInfo::BasePixelHeight' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_GetRichTextInlineIconInfo, BaselineOffset) == 0x000004, "Member 'GSInputTargetBinding_GetRichTextInlineIconInfo::BaselineOffset' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_GetRichTextInlineIconInfo, ConnectIconOffset) == 0x000008, "Member 'GSInputTargetBinding_GetRichTextInlineIconInfo::ConnectIconOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_InputActionTrigger \ +static_assert(alignof(GSInputTargetBinding_InputActionTrigger) == 0x000008, "Wrong alignment on GSInputTargetBinding_InputActionTrigger"); \ +static_assert(sizeof(GSInputTargetBinding_InputActionTrigger) == 0x000030, "Wrong size on GSInputTargetBinding_InputActionTrigger"); \ +static_assert(offsetof(GSInputTargetBinding_InputActionTrigger, ActionName) == 0x000000, "Member 'GSInputTargetBinding_InputActionTrigger::ActionName' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_InputActionTrigger, TriggerEvent) == 0x000010, "Member 'GSInputTargetBinding_InputActionTrigger::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_InputActionTrigger, InputActionValueType) == 0x000011, "Member 'GSInputTargetBinding_InputActionTrigger::InputActionValueType' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_InputActionTrigger, InputActionValue) == 0x000018, "Member 'GSInputTargetBinding_InputActionTrigger::InputActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_IsInputDebuggerOpen \ +static_assert(alignof(GSInputTargetBinding_IsInputDebuggerOpen) == 0x000001, "Wrong alignment on GSInputTargetBinding_IsInputDebuggerOpen"); \ +static_assert(sizeof(GSInputTargetBinding_IsInputDebuggerOpen) == 0x000001, "Wrong size on GSInputTargetBinding_IsInputDebuggerOpen"); \ +static_assert(offsetof(GSInputTargetBinding_IsInputDebuggerOpen, ReturnValue) == 0x000000, "Member 'GSInputTargetBinding_IsInputDebuggerOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_OngoingActionListener \ +static_assert(alignof(GSInputTargetBinding_OngoingActionListener) == 0x000008, "Wrong alignment on GSInputTargetBinding_OngoingActionListener"); \ +static_assert(sizeof(GSInputTargetBinding_OngoingActionListener) == 0x000088, "Wrong size on GSInputTargetBinding_OngoingActionListener"); \ +static_assert(offsetof(GSInputTargetBinding_OngoingActionListener, ActionInstance) == 0x000000, "Member 'GSInputTargetBinding_OngoingActionListener::ActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_PostApplicationActivationChanged \ +static_assert(alignof(GSInputTargetBinding_PostApplicationActivationChanged) == 0x000001, "Wrong alignment on GSInputTargetBinding_PostApplicationActivationChanged"); \ +static_assert(sizeof(GSInputTargetBinding_PostApplicationActivationChanged) == 0x000001, "Wrong size on GSInputTargetBinding_PostApplicationActivationChanged"); \ +static_assert(offsetof(GSInputTargetBinding_PostApplicationActivationChanged, IsActive) == 0x000000, "Member 'GSInputTargetBinding_PostApplicationActivationChanged::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_PostConsoleActivationStateChanged \ +static_assert(alignof(GSInputTargetBinding_PostConsoleActivationStateChanged) == 0x000001, "Wrong alignment on GSInputTargetBinding_PostConsoleActivationStateChanged"); \ +static_assert(sizeof(GSInputTargetBinding_PostConsoleActivationStateChanged) == 0x000001, "Wrong size on GSInputTargetBinding_PostConsoleActivationStateChanged"); \ +static_assert(offsetof(GSInputTargetBinding_PostConsoleActivationStateChanged, IsActive) == 0x000000, "Member 'GSInputTargetBinding_PostConsoleActivationStateChanged::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_StartedActionListener \ +static_assert(alignof(GSInputTargetBinding_StartedActionListener) == 0x000008, "Wrong alignment on GSInputTargetBinding_StartedActionListener"); \ +static_assert(sizeof(GSInputTargetBinding_StartedActionListener) == 0x000088, "Wrong size on GSInputTargetBinding_StartedActionListener"); \ +static_assert(offsetof(GSInputTargetBinding_StartedActionListener, ActionInstance) == 0x000000, "Member 'GSInputTargetBinding_StartedActionListener::ActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_TriggeredActionListener \ +static_assert(alignof(GSInputTargetBinding_TriggeredActionListener) == 0x000008, "Wrong alignment on GSInputTargetBinding_TriggeredActionListener"); \ +static_assert(sizeof(GSInputTargetBinding_TriggeredActionListener) == 0x000088, "Wrong size on GSInputTargetBinding_TriggeredActionListener"); \ +static_assert(offsetof(GSInputTargetBinding_TriggeredActionListener, ActionInstance) == 0x000000, "Member 'GSInputTargetBinding_TriggeredActionListener::ActionInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_TryGetInlineTexture \ +static_assert(alignof(GSInputTargetBinding_TryGetInlineTexture) == 0x000008, "Wrong alignment on GSInputTargetBinding_TryGetInlineTexture"); \ +static_assert(sizeof(GSInputTargetBinding_TryGetInlineTexture) == 0x000038, "Wrong size on GSInputTargetBinding_TryGetInlineTexture"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetInlineTexture, ActionTag) == 0x000000, "Member 'GSInputTargetBinding_TryGetInlineTexture::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetInlineTexture, MarkUpType) == 0x000010, "Member 'GSInputTargetBinding_TryGetInlineTexture::MarkUpType' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetInlineTexture, InlineTexture) == 0x000018, "Member 'GSInputTargetBinding_TryGetInlineTexture::InlineTexture' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetInlineTexture, InlineChordTexture) == 0x000020, "Member 'GSInputTargetBinding_TryGetInlineTexture::InlineChordTexture' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetInlineTexture, ConnectTexture) == 0x000028, "Member 'GSInputTargetBinding_TryGetInlineTexture::ConnectTexture' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetInlineTexture, ReturnValue) == 0x000030, "Member 'GSInputTargetBinding_TryGetInlineTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_TryGetTextureByAction \ +static_assert(alignof(GSInputTargetBinding_TryGetTextureByAction) == 0x000008, "Wrong alignment on GSInputTargetBinding_TryGetTextureByAction"); \ +static_assert(sizeof(GSInputTargetBinding_TryGetTextureByAction) == 0x000040, "Wrong size on GSInputTargetBinding_TryGetTextureByAction"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, InputAction) == 0x000000, "Member 'GSInputTargetBinding_TryGetTextureByAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, Offset) == 0x000008, "Member 'GSInputTargetBinding_TryGetTextureByAction::Offset' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, Texture) == 0x000010, "Member 'GSInputTargetBinding_TryGetTextureByAction::Texture' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, BgType) == 0x000018, "Member 'GSInputTargetBinding_TryGetTextureByAction::BgType' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, ChordOffset) == 0x00001C, "Member 'GSInputTargetBinding_TryGetTextureByAction::ChordOffset' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, ChordTexture) == 0x000020, "Member 'GSInputTargetBinding_TryGetTextureByAction::ChordTexture' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, ConnectTexture) == 0x000028, "Member 'GSInputTargetBinding_TryGetTextureByAction::ConnectTexture' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, NoneTexture) == 0x000030, "Member 'GSInputTargetBinding_TryGetTextureByAction::NoneTexture' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureByAction, ReturnValue) == 0x000038, "Member 'GSInputTargetBinding_TryGetTextureByAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputTargetBinding_TryGetTextureInfoByName \ +static_assert(alignof(GSInputTargetBinding_TryGetTextureInfoByName) == 0x000008, "Wrong alignment on GSInputTargetBinding_TryGetTextureInfoByName"); \ +static_assert(sizeof(GSInputTargetBinding_TryGetTextureInfoByName) == 0x000020, "Wrong size on GSInputTargetBinding_TryGetTextureInfoByName"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureInfoByName, Name_0) == 0x000000, "Member 'GSInputTargetBinding_TryGetTextureInfoByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureInfoByName, Offset) == 0x000010, "Member 'GSInputTargetBinding_TryGetTextureInfoByName::Offset' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureInfoByName, BgType) == 0x000014, "Member 'GSInputTargetBinding_TryGetTextureInfoByName::BgType' has a wrong offset!"); \ +static_assert(offsetof(GSInputTargetBinding_TryGetTextureInfoByName, ReturnValue) == 0x000018, "Member 'GSInputTargetBinding_TryGetTextureInfoByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputTargetBinding \ +static_assert(alignof(UGSInputTargetBinding) == 0x000008, "Wrong alignment on UGSInputTargetBinding"); \ +static_assert(sizeof(UGSInputTargetBinding) == 0x000028, "Wrong size on UGSInputTargetBinding"); \ + +#define DUMPER7_ASSERTS_UGSInputTriggerHold \ +static_assert(alignof(UGSInputTriggerHold) == 0x000008, "Wrong alignment on UGSInputTriggerHold"); \ +static_assert(sizeof(UGSInputTriggerHold) == 0x000060, "Wrong size on UGSInputTriggerHold"); \ +static_assert(offsetof(UGSInputTriggerHold, HoldTimeThreshold) == 0x000058, "Member 'UGSInputTriggerHold::HoldTimeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputTriggerChordHold \ +static_assert(alignof(UGSInputTriggerChordHold) == 0x000008, "Wrong alignment on UGSInputTriggerChordHold"); \ +static_assert(sizeof(UGSInputTriggerChordHold) == 0x000058, "Wrong size on UGSInputTriggerChordHold"); \ +static_assert(offsetof(UGSInputTriggerChordHold, HoldTimeThreshold) == 0x000054, "Member 'UGSInputTriggerChordHold::HoldTimeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputTriggerRepeatPressed \ +static_assert(alignof(UGSInputTriggerRepeatPressed) == 0x000008, "Wrong alignment on UGSInputTriggerRepeatPressed"); \ +static_assert(sizeof(UGSInputTriggerRepeatPressed) == 0x000068, "Wrong size on UGSInputTriggerRepeatPressed"); \ +static_assert(offsetof(UGSInputTriggerRepeatPressed, interval) == 0x000060, "Member 'UGSInputTriggerRepeatPressed::interval' has a wrong offset!"); \ +static_assert(offsetof(UGSInputTriggerRepeatPressed, RepeatedPressedTriggerCount) == 0x000064, "Member 'UGSInputTriggerRepeatPressed::RepeatedPressedTriggerCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputTriggerWiggle \ +static_assert(alignof(UGSInputTriggerWiggle) == 0x000008, "Wrong alignment on UGSInputTriggerWiggle"); \ +static_assert(sizeof(UGSInputTriggerWiggle) == 0x0000C0, "Wrong size on UGSInputTriggerWiggle"); \ +static_assert(offsetof(UGSInputTriggerWiggle, AreaCount) == 0x000058, "Member 'UGSInputTriggerWiggle::AreaCount' has a wrong offset!"); \ +static_assert(offsetof(UGSInputTriggerWiggle, IntervalAreaDistance) == 0x00005C, "Member 'UGSInputTriggerWiggle::IntervalAreaDistance' has a wrong offset!"); \ +static_assert(offsetof(UGSInputTriggerWiggle, InnerRadius) == 0x000060, "Member 'UGSInputTriggerWiggle::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSInputTriggerWiggle, EffectiveCrossDuration) == 0x000064, "Member 'UGSInputTriggerWiggle::EffectiveCrossDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputTriggerChordAction \ +static_assert(alignof(UGSInputTriggerChordAction) == 0x000008, "Wrong alignment on UGSInputTriggerChordAction"); \ +static_assert(sizeof(UGSInputTriggerChordAction) == 0x000068, "Wrong size on UGSInputTriggerChordAction"); \ +static_assert(offsetof(UGSInputTriggerChordAction, ChordAction) == 0x000050, "Member 'UGSInputTriggerChordAction::ChordAction' has a wrong offset!"); \ +static_assert(offsetof(UGSInputTriggerChordAction, IsConsiderHoldTime) == 0x000058, "Member 'UGSInputTriggerChordAction::IsConsiderHoldTime' has a wrong offset!"); \ +static_assert(offsetof(UGSInputTriggerChordAction, HoldTimeThreshold) == 0x00005C, "Member 'UGSInputTriggerChordAction::HoldTimeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputWidget_IsChildGSWidgetOf \ +static_assert(alignof(GSInputWidget_IsChildGSWidgetOf) == 0x000008, "Wrong alignment on GSInputWidget_IsChildGSWidgetOf"); \ +static_assert(sizeof(GSInputWidget_IsChildGSWidgetOf) == 0x000010, "Wrong size on GSInputWidget_IsChildGSWidgetOf"); \ +static_assert(offsetof(GSInputWidget_IsChildGSWidgetOf, PossibleParent) == 0x000000, "Member 'GSInputWidget_IsChildGSWidgetOf::PossibleParent' has a wrong offset!"); \ +static_assert(offsetof(GSInputWidget_IsChildGSWidgetOf, ReturnValue) == 0x000008, "Member 'GSInputWidget_IsChildGSWidgetOf::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSInputWidget_OnFocusChanging \ +static_assert(alignof(GSInputWidget_OnFocusChanging) == 0x000004, "Wrong alignment on GSInputWidget_OnFocusChanging"); \ +static_assert(sizeof(GSInputWidget_OnFocusChanging) == 0x000008, "Wrong size on GSInputWidget_OnFocusChanging"); \ +static_assert(offsetof(GSInputWidget_OnFocusChanging, InFocusEvent) == 0x000000, "Member 'GSInputWidget_OnFocusChanging::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputWidget \ +static_assert(alignof(UGSInputWidget) == 0x000008, "Wrong alignment on UGSInputWidget"); \ +static_assert(sizeof(UGSInputWidget) == 0x000298, "Wrong size on UGSInputWidget"); \ + +#define DUMPER7_ASSERTS_UGSNavigationInputAction \ +static_assert(alignof(UGSNavigationInputAction) == 0x000008, "Wrong alignment on UGSNavigationInputAction"); \ +static_assert(sizeof(UGSNavigationInputAction) == 0x000068, "Wrong size on UGSNavigationInputAction"); \ +static_assert(offsetof(UGSNavigationInputAction, FirstTriggerNavigations) == 0x000058, "Member 'UGSNavigationInputAction::FirstTriggerNavigations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSOverlay_AddChildToGSOverlay \ +static_assert(alignof(GSOverlay_AddChildToGSOverlay) == 0x000008, "Wrong alignment on GSOverlay_AddChildToGSOverlay"); \ +static_assert(sizeof(GSOverlay_AddChildToGSOverlay) == 0x000010, "Wrong size on GSOverlay_AddChildToGSOverlay"); \ +static_assert(offsetof(GSOverlay_AddChildToGSOverlay, Content) == 0x000000, "Member 'GSOverlay_AddChildToGSOverlay::Content' has a wrong offset!"); \ +static_assert(offsetof(GSOverlay_AddChildToGSOverlay, ReturnValue) == 0x000008, "Member 'GSOverlay_AddChildToGSOverlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSOverlay_OnChildAddToGSOverlayCS \ +static_assert(alignof(GSOverlay_OnChildAddToGSOverlayCS) == 0x000008, "Wrong alignment on GSOverlay_OnChildAddToGSOverlayCS"); \ +static_assert(sizeof(GSOverlay_OnChildAddToGSOverlayCS) == 0x000008, "Wrong size on GSOverlay_OnChildAddToGSOverlayCS"); \ +static_assert(offsetof(GSOverlay_OnChildAddToGSOverlayCS, Widget) == 0x000000, "Member 'GSOverlay_OnChildAddToGSOverlayCS::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSOverlay \ +static_assert(alignof(UGSOverlay) == 0x000008, "Wrong alignment on UGSOverlay"); \ +static_assert(sizeof(UGSOverlay) == 0x000158, "Wrong size on UGSOverlay"); \ + +#define DUMPER7_ASSERTS_UGSPlayerInput \ +static_assert(alignof(UGSPlayerInput) == 0x000008, "Wrong alignment on UGSPlayerInput"); \ +static_assert(sizeof(UGSPlayerInput) == 0x0007F0, "Wrong size on UGSPlayerInput"); \ + +#define DUMPER7_ASSERTS_FInputActionInstance \ +static_assert(alignof(FInputActionInstance) == 0x000008, "Wrong alignment on FInputActionInstance"); \ +static_assert(sizeof(FInputActionInstance) == 0x000088, "Wrong size on FInputActionInstance"); \ +static_assert(offsetof(FInputActionInstance, SourceAction) == 0x000000, "Member 'FInputActionInstance::SourceAction' 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, PerInputModifiers) == 0x000038, "Member 'FInputActionInstance::PerInputModifiers' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, FinalValueModifiers) == 0x000048, "Member 'FInputActionInstance::FinalValueModifiers' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, ElapsedProcessedTime) == 0x000078, "Member 'FInputActionInstance::ElapsedProcessedTime' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, ElapsedTriggeredTime) == 0x00007C, "Member 'FInputActionInstance::ElapsedTriggeredTime' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, LastTriggeredWorldTime) == 0x000080, "Member 'FInputActionInstance::LastTriggeredWorldTime' has a wrong offset!"); \ +static_assert(offsetof(FInputActionInstance, TriggerEvent) == 0x000084, "Member 'FInputActionInstance::TriggerEvent' 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_FPlayerMappableKeyOptions \ +static_assert(alignof(FPlayerMappableKeyOptions) == 0x000008, "Wrong alignment on FPlayerMappableKeyOptions"); \ +static_assert(sizeof(FPlayerMappableKeyOptions) == 0x000038, "Wrong size on FPlayerMappableKeyOptions"); \ +static_assert(offsetof(FPlayerMappableKeyOptions, Name) == 0x000000, "Member 'FPlayerMappableKeyOptions::Name' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyOptions, DisplayName) == 0x000008, "Member 'FPlayerMappableKeyOptions::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FPlayerMappableKeyOptions, DisplayCategory) == 0x000020, "Member 'FPlayerMappableKeyOptions::DisplayCategory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnhancedActionKeyMapping \ +static_assert(alignof(FEnhancedActionKeyMapping) == 0x000008, "Wrong alignment on FEnhancedActionKeyMapping"); \ +static_assert(sizeof(FEnhancedActionKeyMapping) == 0x000088, "Wrong size on FEnhancedActionKeyMapping"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Action) == 0x000000, "Member 'FEnhancedActionKeyMapping::Action' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Key) == 0x000008, "Member 'FEnhancedActionKeyMapping::Key' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, PlayerMappableOptions) == 0x000028, "Member 'FEnhancedActionKeyMapping::PlayerMappableOptions' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Triggers) == 0x000068, "Member 'FEnhancedActionKeyMapping::Triggers' has a wrong offset!"); \ +static_assert(offsetof(FEnhancedActionKeyMapping, Modifiers) == 0x000078, "Member 'FEnhancedActionKeyMapping::Modifiers' 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_FModifyContextOptions \ +static_assert(alignof(FModifyContextOptions) == 0x000001, "Wrong alignment on FModifyContextOptions"); \ +static_assert(sizeof(FModifyContextOptions) == 0x000001, "Wrong size on FModifyContextOptions"); \ + +#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_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_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, LastValue) == 0x000030, "Member 'UInputTrigger::LastValue' 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_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) == 0x000178, "Wrong size on UEnhancedInputComponent"); \ + +#define DUMPER7_ASSERTS_UInputAction \ +static_assert(alignof(UInputAction) == 0x000008, "Wrong alignment on UInputAction"); \ +static_assert(sizeof(UInputAction) == 0x000058, "Wrong size on UInputAction"); \ +static_assert(offsetof(UInputAction, bConsumeInput) == 0x000030, "Member 'UInputAction::bConsumeInput' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bTriggerWhenPaused) == 0x000031, "Member 'UInputAction::bTriggerWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, bReserveAllMappings) == 0x000032, "Member 'UInputAction::bReserveAllMappings' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, ValueType) == 0x000033, "Member 'UInputAction::ValueType' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, Triggers) == 0x000038, "Member 'UInputAction::Triggers' has a wrong offset!"); \ +static_assert(offsetof(UInputAction, Modifiers) == 0x000048, "Member 'UInputAction::Modifiers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputModifier_GetExecutionPhase \ +static_assert(alignof(InputModifier_GetExecutionPhase) == 0x000001, "Wrong alignment on InputModifier_GetExecutionPhase"); \ +static_assert(sizeof(InputModifier_GetExecutionPhase) == 0x000001, "Wrong size on InputModifier_GetExecutionPhase"); \ +static_assert(offsetof(InputModifier_GetExecutionPhase, ReturnValue) == 0x000000, "Member 'InputModifier_GetExecutionPhase::ReturnValue' 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_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_UEnhancedPlayerInput \ +static_assert(alignof(UEnhancedPlayerInput) == 0x000008, "Wrong alignment on UEnhancedPlayerInput"); \ +static_assert(sizeof(UEnhancedPlayerInput) == 0x0006F0, "Wrong size on UEnhancedPlayerInput"); \ +static_assert(offsetof(UEnhancedPlayerInput, AppliedInputContexts) == 0x000498, "Member 'UEnhancedPlayerInput::AppliedInputContexts' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, EnhancedActionMappings) == 0x0004E8, "Member 'UEnhancedPlayerInput::EnhancedActionMappings' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, ActionInstanceData) == 0x000548, "Member 'UEnhancedPlayerInput::ActionInstanceData' has a wrong offset!"); \ +static_assert(offsetof(UEnhancedPlayerInput, KeysPressedThisTick) == 0x0005E8, "Member 'UEnhancedPlayerInput::KeysPressedThisTick' 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_EnhancedInputLibrary_BreakInputActionValue \ +static_assert(alignof(EnhancedInputLibrary_BreakInputActionValue) == 0x000008, "Wrong alignment on EnhancedInputLibrary_BreakInputActionValue"); \ +static_assert(sizeof(EnhancedInputLibrary_BreakInputActionValue) == 0x000030, "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) == 0x000024, "Member 'EnhancedInputLibrary_BreakInputActionValue::Y' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_BreakInputActionValue, Z) == 0x000028, "Member 'EnhancedInputLibrary_BreakInputActionValue::Z' 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_MakeInputActionValue \ +static_assert(alignof(EnhancedInputLibrary_MakeInputActionValue) == 0x000008, "Wrong alignment on EnhancedInputLibrary_MakeInputActionValue"); \ +static_assert(sizeof(EnhancedInputLibrary_MakeInputActionValue) == 0x000050, "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) == 0x000004, "Member 'EnhancedInputLibrary_MakeInputActionValue::Y' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, Z) == 0x000008, "Member 'EnhancedInputLibrary_MakeInputActionValue::Z' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, MatchValueType) == 0x000010, "Member 'EnhancedInputLibrary_MakeInputActionValue::MatchValueType' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputLibrary_MakeInputActionValue, ReturnValue) == 0x000030, "Member 'EnhancedInputLibrary_MakeInputActionValue::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_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_AddPlayerMappedKey \ +static_assert(alignof(EnhancedInputSubsystemInterface_AddPlayerMappedKey) == 0x000008, "Wrong alignment on EnhancedInputSubsystemInterface_AddPlayerMappedKey"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_AddPlayerMappedKey) == 0x000028, "Wrong size on EnhancedInputSubsystemInterface_AddPlayerMappedKey"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddPlayerMappedKey, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_AddPlayerMappedKey::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddPlayerMappedKey, NewKey) == 0x000008, "Member 'EnhancedInputSubsystemInterface_AddPlayerMappedKey::NewKey' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddPlayerMappedKey, Options) == 0x000020, "Member 'EnhancedInputSubsystemInterface_AddPlayerMappedKey::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_AddPlayerMappedKey, ReturnValue) == 0x000024, "Member 'EnhancedInputSubsystemInterface_AddPlayerMappedKey::ReturnValue' 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_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_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_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_RemovePlayerMappedKey \ +static_assert(alignof(EnhancedInputSubsystemInterface_RemovePlayerMappedKey) == 0x000004, "Wrong alignment on EnhancedInputSubsystemInterface_RemovePlayerMappedKey"); \ +static_assert(sizeof(EnhancedInputSubsystemInterface_RemovePlayerMappedKey) == 0x000010, "Wrong size on EnhancedInputSubsystemInterface_RemovePlayerMappedKey"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemovePlayerMappedKey, MappingName) == 0x000000, "Member 'EnhancedInputSubsystemInterface_RemovePlayerMappedKey::MappingName' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemovePlayerMappedKey, Options) == 0x000008, "Member 'EnhancedInputSubsystemInterface_RemovePlayerMappedKey::Options' has a wrong offset!"); \ +static_assert(offsetof(EnhancedInputSubsystemInterface_RemovePlayerMappedKey, ReturnValue) == 0x00000C, "Member 'EnhancedInputSubsystemInterface_RemovePlayerMappedKey::ReturnValue' 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_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, ReturnValue) == 0x000008, "Member 'EnhancedInputSubsystemInterface_HasMappingContext::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) == 0x000130, "Wrong size on UEnhancedInputLocalPlayerSubsystem"); \ + +#define DUMPER7_ASSERTS_UEnhancedInputEngineSubsystem \ +static_assert(alignof(UEnhancedInputEngineSubsystem) == 0x000008, "Wrong alignment on UEnhancedInputEngineSubsystem"); \ +static_assert(sizeof(UEnhancedInputEngineSubsystem) == 0x000138, "Wrong size on UEnhancedInputEngineSubsystem"); \ +static_assert(offsetof(UEnhancedInputEngineSubsystem, PlayerInput) == 0x000130, "Member 'UEnhancedInputEngineSubsystem::PlayerInput' 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) == 0x0000A8, "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_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) == 0x000058, "Wrong size on UInputMappingContext"); \ +static_assert(offsetof(UInputMappingContext, ContextDescription) == 0x000030, "Member 'UInputMappingContext::ContextDescription' has a wrong offset!"); \ +static_assert(offsetof(UInputMappingContext, Mappings) == 0x000048, "Member 'UInputMappingContext::Mappings' 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_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_UInputModifierCollection \ +static_assert(alignof(UInputModifierCollection) == 0x000008, "Wrong alignment on UInputModifierCollection"); \ +static_assert(sizeof(UInputModifierCollection) == 0x000040, "Wrong size on UInputModifierCollection"); \ +static_assert(offsetof(UInputModifierCollection, Modifiers) == 0x000028, "Member 'UInputModifierCollection::Modifiers' has a wrong offset!"); \ +static_assert(offsetof(UInputModifierCollection, bPermitValueTypeModification) == 0x000038, "Member 'UInputModifierCollection::bPermitValueTypeModification' 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_UInputTriggerChordBlocker \ +static_assert(alignof(UInputTriggerChordBlocker) == 0x000008, "Wrong alignment on UInputTriggerChordBlocker"); \ +static_assert(sizeof(UInputTriggerChordBlocker) == 0x000058, "Wrong size on UInputTriggerChordBlocker"); \ + +#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) == 0x000018, "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) == 0x000090, "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) == 0x0000B0, "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) == 0x000050, "Member 'UPlayerMappableInputConfig::bIsDeprecated' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, MetaData) == 0x000058, "Member 'UPlayerMappableInputConfig::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPlayerMappableInputConfig, Contexts) == 0x000060, "Member 'UPlayerMappableInputConfig::Contexts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletalMeshMergeParams \ +static_assert(alignof(FSkeletalMeshMergeParams) == 0x000008, "Wrong alignment on FSkeletalMeshMergeParams"); \ +static_assert(sizeof(FSkeletalMeshMergeParams) == 0x000040, "Wrong size on FSkeletalMeshMergeParams"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, MeshSectionMappings) == 0x000000, "Member 'FSkeletalMeshMergeParams::MeshSectionMappings' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, UVTransformsPerMesh) == 0x000010, "Member 'FSkeletalMeshMergeParams::UVTransformsPerMesh' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, MeshesToMerge) == 0x000020, "Member 'FSkeletalMeshMergeParams::MeshesToMerge' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, StripTopLODS) == 0x000030, "Member 'FSkeletalMeshMergeParams::StripTopLODS' has a wrong offset!"); \ +static_assert(offsetof(FSkeletalMeshMergeParams, Skeleton) == 0x000038, "Member 'FSkeletalMeshMergeParams::Skeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkeletonMergeParams \ +static_assert(alignof(FSkeletonMergeParams) == 0x000008, "Wrong alignment on FSkeletonMergeParams"); \ +static_assert(sizeof(FSkeletonMergeParams) == 0x000018, "Wrong size on FSkeletonMergeParams"); \ +static_assert(offsetof(FSkeletonMergeParams, SkeletonsToMerge) == 0x000000, "Member 'FSkeletonMergeParams::SkeletonsToMerge' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonMergeParams, bMergeSockets) == 0x000010, "Member 'FSkeletonMergeParams::bMergeSockets' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonMergeParams, bMergeVirtualBones) == 0x000011, "Member 'FSkeletonMergeParams::bMergeVirtualBones' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonMergeParams, bMergeCurveNames) == 0x000012, "Member 'FSkeletonMergeParams::bMergeCurveNames' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonMergeParams, bMergeBlendProfiles) == 0x000013, "Member 'FSkeletonMergeParams::bMergeBlendProfiles' has a wrong offset!"); \ +static_assert(offsetof(FSkeletonMergeParams, bMergeAnimSlotGroups) == 0x000014, "Member 'FSkeletonMergeParams::bMergeAnimSlotGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMergingLibrary_MergeMeshes \ +static_assert(alignof(SkeletalMergingLibrary_MergeMeshes) == 0x000008, "Wrong alignment on SkeletalMergingLibrary_MergeMeshes"); \ +static_assert(sizeof(SkeletalMergingLibrary_MergeMeshes) == 0x000048, "Wrong size on SkeletalMergingLibrary_MergeMeshes"); \ +static_assert(offsetof(SkeletalMergingLibrary_MergeMeshes, Params_0) == 0x000000, "Member 'SkeletalMergingLibrary_MergeMeshes::Params_0' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMergingLibrary_MergeMeshes, ReturnValue) == 0x000040, "Member 'SkeletalMergingLibrary_MergeMeshes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkeletalMergingLibrary_MergeSkeletons \ +static_assert(alignof(SkeletalMergingLibrary_MergeSkeletons) == 0x000008, "Wrong alignment on SkeletalMergingLibrary_MergeSkeletons"); \ +static_assert(sizeof(SkeletalMergingLibrary_MergeSkeletons) == 0x000020, "Wrong size on SkeletalMergingLibrary_MergeSkeletons"); \ +static_assert(offsetof(SkeletalMergingLibrary_MergeSkeletons, Params_0) == 0x000000, "Member 'SkeletalMergingLibrary_MergeSkeletons::Params_0' has a wrong offset!"); \ +static_assert(offsetof(SkeletalMergingLibrary_MergeSkeletons, ReturnValue) == 0x000018, "Member 'SkeletalMergingLibrary_MergeSkeletons::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkeletalMergingLibrary \ +static_assert(alignof(USkeletalMergingLibrary) == 0x000008, "Wrong alignment on USkeletalMergingLibrary"); \ +static_assert(sizeof(USkeletalMergingLibrary) == 0x000028, "Wrong size on USkeletalMergingLibrary"); \ + +#define DUMPER7_ASSERTS_FGSAKMatParamBool \ +static_assert(alignof(FGSAKMatParamBool) == 0x000008, "Wrong alignment on FGSAKMatParamBool"); \ +static_assert(sizeof(FGSAKMatParamBool) == 0x000020, "Wrong size on FGSAKMatParamBool"); \ +static_assert(offsetof(FGSAKMatParamBool, BrushPropertyNamePath) == 0x000000, "Member 'FGSAKMatParamBool::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamBool, ComponentMaterialIndex) == 0x000010, "Member 'FGSAKMatParamBool::ComponentMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamBool, ParamName) == 0x000014, "Member 'FGSAKMatParamBool::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamBool, Value) == 0x00001C, "Member 'FGSAKMatParamBool::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKMatParamScalar \ +static_assert(alignof(FGSAKMatParamScalar) == 0x000008, "Wrong alignment on FGSAKMatParamScalar"); \ +static_assert(sizeof(FGSAKMatParamScalar) == 0x000020, "Wrong size on FGSAKMatParamScalar"); \ +static_assert(offsetof(FGSAKMatParamScalar, BrushPropertyNamePath) == 0x000000, "Member 'FGSAKMatParamScalar::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamScalar, ComponentMaterialIndex) == 0x000010, "Member 'FGSAKMatParamScalar::ComponentMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamScalar, ParamName) == 0x000014, "Member 'FGSAKMatParamScalar::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamScalar, Value) == 0x00001C, "Member 'FGSAKMatParamScalar::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKMatParamVector4 \ +static_assert(alignof(FGSAKMatParamVector4) == 0x000008, "Wrong alignment on FGSAKMatParamVector4"); \ +static_assert(sizeof(FGSAKMatParamVector4) == 0x000040, "Wrong size on FGSAKMatParamVector4"); \ +static_assert(offsetof(FGSAKMatParamVector4, BrushPropertyNamePath) == 0x000000, "Member 'FGSAKMatParamVector4::BrushPropertyNamePath' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamVector4, ComponentMaterialIndex) == 0x000010, "Member 'FGSAKMatParamVector4::ComponentMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamVector4, ParamName) == 0x000014, "Member 'FGSAKMatParamVector4::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamVector4, ValueFactor) == 0x00001C, "Member 'FGSAKMatParamVector4::ValueFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAKMatParamVector4, Value) == 0x00002C, "Member 'FGSAKMatParamVector4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyFloat \ +static_assert(alignof(FGSAKPropertyFloat) == 0x000008, "Wrong alignment on FGSAKPropertyFloat"); \ +static_assert(sizeof(FGSAKPropertyFloat) == 0x000028, "Wrong size on FGSAKPropertyFloat"); \ +static_assert(offsetof(FGSAKPropertyFloat, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyFloat::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyFloat, PropertyValue) == 0x000014, "Member 'FGSAKPropertyFloat::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyDouble \ +static_assert(alignof(FGSAKPropertyDouble) == 0x000008, "Wrong alignment on FGSAKPropertyDouble"); \ +static_assert(sizeof(FGSAKPropertyDouble) == 0x000030, "Wrong size on FGSAKPropertyDouble"); \ +static_assert(offsetof(FGSAKPropertyDouble, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyDouble::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyDouble, PropertyValue) == 0x000018, "Member 'FGSAKPropertyDouble::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyLinearColor \ +static_assert(alignof(FGSAKPropertyLinearColor) == 0x000008, "Wrong alignment on FGSAKPropertyLinearColor"); \ +static_assert(sizeof(FGSAKPropertyLinearColor) == 0x000048, "Wrong size on FGSAKPropertyLinearColor"); \ +static_assert(offsetof(FGSAKPropertyLinearColor, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyLinearColor::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyLinearColor, PropertyFactor) == 0x000014, "Member 'FGSAKPropertyLinearColor::PropertyFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyLinearColor, PropertyValue) == 0x000024, "Member 'FGSAKPropertyLinearColor::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyObjectProperty \ +static_assert(alignof(FGSAKPropertyObjectProperty) == 0x000008, "Wrong alignment on FGSAKPropertyObjectProperty"); \ +static_assert(sizeof(FGSAKPropertyObjectProperty) == 0x000030, "Wrong size on FGSAKPropertyObjectProperty"); \ +static_assert(offsetof(FGSAKPropertyObjectProperty, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyObjectProperty::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyObjectProperty, PropertyValue) == 0x000018, "Member 'FGSAKPropertyObjectProperty::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyMargin \ +static_assert(alignof(FGSAKPropertyMargin) == 0x000008, "Wrong alignment on FGSAKPropertyMargin"); \ +static_assert(sizeof(FGSAKPropertyMargin) == 0x000048, "Wrong size on FGSAKPropertyMargin"); \ +static_assert(offsetof(FGSAKPropertyMargin, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyMargin::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyMargin, PropertyFactor) == 0x000014, "Member 'FGSAKPropertyMargin::PropertyFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyMargin, PropertyValue) == 0x000024, "Member 'FGSAKPropertyMargin::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyVector4 \ +static_assert(alignof(FGSAKPropertyVector4) == 0x000010, "Wrong alignment on FGSAKPropertyVector4"); \ +static_assert(sizeof(FGSAKPropertyVector4) == 0x000070, "Wrong size on FGSAKPropertyVector4"); \ +static_assert(offsetof(FGSAKPropertyVector4, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyVector4::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyVector4, VectorDimension) == 0x000014, "Member 'FGSAKPropertyVector4::VectorDimension' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyVector4, PropertyFactor) == 0x000020, "Member 'FGSAKPropertyVector4::PropertyFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyVector4, PropertyValue) == 0x000040, "Member 'FGSAKPropertyVector4::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyByte \ +static_assert(alignof(FGSAKPropertyByte) == 0x000008, "Wrong alignment on FGSAKPropertyByte"); \ +static_assert(sizeof(FGSAKPropertyByte) == 0x000028, "Wrong size on FGSAKPropertyByte"); \ +static_assert(offsetof(FGSAKPropertyByte, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyByte::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyByte, PropertyValue) == 0x000014, "Member 'FGSAKPropertyByte::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyInteger \ +static_assert(alignof(FGSAKPropertyInteger) == 0x000008, "Wrong alignment on FGSAKPropertyInteger"); \ +static_assert(sizeof(FGSAKPropertyInteger) == 0x000028, "Wrong size on FGSAKPropertyInteger"); \ +static_assert(offsetof(FGSAKPropertyInteger, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyInteger::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyInteger, PropertyValue) == 0x000014, "Member 'FGSAKPropertyInteger::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKPropertyBool \ +static_assert(alignof(FGSAKPropertyBool) == 0x000008, "Wrong alignment on FGSAKPropertyBool"); \ +static_assert(sizeof(FGSAKPropertyBool) == 0x000028, "Wrong size on FGSAKPropertyBool"); \ +static_assert(offsetof(FGSAKPropertyBool, PropertyBinding) == 0x000000, "Member 'FGSAKPropertyBool::PropertyBinding' has a wrong offset!"); \ +static_assert(offsetof(FGSAKPropertyBool, PropertyValue) == 0x000014, "Member 'FGSAKPropertyBool::PropertyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAnimKeyCachedMatParamData \ +static_assert(alignof(FGSAnimKeyCachedMatParamData) == 0x000008, "Wrong alignment on FGSAnimKeyCachedMatParamData"); \ +static_assert(sizeof(FGSAnimKeyCachedMatParamData) == 0x0000F0, "Wrong size on FGSAnimKeyCachedMatParamData"); \ +static_assert(offsetof(FGSAnimKeyCachedMatParamData, MatParamBoolMap) == 0x000000, "Member 'FGSAnimKeyCachedMatParamData::MatParamBoolMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyCachedMatParamData, MatParamScalarMap) == 0x000050, "Member 'FGSAnimKeyCachedMatParamData::MatParamScalarMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyCachedMatParamData, MatParamVector4Map) == 0x0000A0, "Member 'FGSAnimKeyCachedMatParamData::MatParamVector4Map' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAnimKeyStateData \ +static_assert(alignof(FGSAnimKeyStateData) == 0x000010, "Wrong alignment on FGSAnimKeyStateData"); \ +static_assert(sizeof(FGSAnimKeyStateData) == 0x0004F0, "Wrong size on FGSAnimKeyStateData"); \ +static_assert(offsetof(FGSAnimKeyStateData, StateName) == 0x0000F0, "Member 'FGSAnimKeyStateData::StateName' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, FrameNumber) == 0x0000F8, "Member 'FGSAnimKeyStateData::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, TranslationFactor) == 0x000100, "Member 'FGSAnimKeyStateData::TranslationFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, AngleFactor) == 0x000110, "Member 'FGSAnimKeyStateData::AngleFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, ScaleFactor) == 0x000118, "Member 'FGSAnimKeyStateData::ScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, ShearFactor) == 0x000128, "Member 'FGSAnimKeyStateData::ShearFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, WidgetTransform) == 0x000138, "Member 'FGSAnimKeyStateData::WidgetTransform' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, WorldTranslationFactor) == 0x000170, "Member 'FGSAnimKeyStateData::WorldTranslationFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, WorldScale3DFactor) == 0x000188, "Member 'FGSAnimKeyStateData::WorldScale3DFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, WorldRotate3DFactor) == 0x0001A0, "Member 'FGSAnimKeyStateData::WorldRotate3DFactor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, WorldTransform) == 0x0001C0, "Member 'FGSAnimKeyStateData::WorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyFloatMap) == 0x000220, "Member 'FGSAnimKeyStateData::PropertyFloatMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyDoubleMap) == 0x000270, "Member 'FGSAnimKeyStateData::PropertyDoubleMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyByteMap) == 0x0002C0, "Member 'FGSAnimKeyStateData::PropertyByteMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyVector4Map) == 0x000310, "Member 'FGSAnimKeyStateData::PropertyVector4Map' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyIntegerMap) == 0x000360, "Member 'FGSAnimKeyStateData::PropertyIntegerMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyBoolMap) == 0x0003B0, "Member 'FGSAnimKeyStateData::PropertyBoolMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyLinearColorMap) == 0x000400, "Member 'FGSAnimKeyStateData::PropertyLinearColorMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyMarginMap) == 0x000450, "Member 'FGSAnimKeyStateData::PropertyMarginMap' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyStateData, PropertyObjectPropertyMap) == 0x0004A0, "Member 'FGSAnimKeyStateData::PropertyObjectPropertyMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAnimKeyObjST \ +static_assert(alignof(FGSAnimKeyObjST) == 0x000008, "Wrong alignment on FGSAnimKeyObjST"); \ +static_assert(sizeof(FGSAnimKeyObjST) == 0x000030, "Wrong size on FGSAnimKeyObjST"); \ +static_assert(offsetof(FGSAnimKeyObjST, TargetObject) == 0x000000, "Member 'FGSAnimKeyObjST::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyObjST, ObjType) == 0x000008, "Member 'FGSAnimKeyObjST::ObjType' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyObjST, BindedGuid) == 0x00000C, "Member 'FGSAnimKeyObjST::BindedGuid' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyObjST, IsSubActor) == 0x00001C, "Member 'FGSAnimKeyObjST::IsSubActor' has a wrong offset!"); \ +static_assert(offsetof(FGSAnimKeyObjST, StateKeyDataList) == 0x000020, "Member 'FGSAnimKeyObjST::StateKeyDataList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKObjectEasingOneToOneStateData \ +static_assert(alignof(FGSAKObjectEasingOneToOneStateData) == 0x000010, "Wrong alignment on FGSAKObjectEasingOneToOneStateData"); \ +static_assert(sizeof(FGSAKObjectEasingOneToOneStateData) == 0x000A00, "Wrong size on FGSAKObjectEasingOneToOneStateData"); \ +static_assert(offsetof(FGSAKObjectEasingOneToOneStateData, TargetObject) == 0x000000, "Member 'FGSAKObjectEasingOneToOneStateData::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(FGSAKObjectEasingOneToOneStateData, ObjType) == 0x000008, "Member 'FGSAKObjectEasingOneToOneStateData::ObjType' has a wrong offset!"); \ +static_assert(offsetof(FGSAKObjectEasingOneToOneStateData, BindedGuid) == 0x00000C, "Member 'FGSAKObjectEasingOneToOneStateData::BindedGuid' has a wrong offset!"); \ +static_assert(offsetof(FGSAKObjectEasingOneToOneStateData, IsSubActor) == 0x00001C, "Member 'FGSAKObjectEasingOneToOneStateData::IsSubActor' has a wrong offset!"); \ +static_assert(offsetof(FGSAKObjectEasingOneToOneStateData, BeginStateData) == 0x000020, "Member 'FGSAKObjectEasingOneToOneStateData::BeginStateData' has a wrong offset!"); \ +static_assert(offsetof(FGSAKObjectEasingOneToOneStateData, EndStateData) == 0x000510, "Member 'FGSAKObjectEasingOneToOneStateData::EndStateData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSAKBStateEasingCfg \ +static_assert(alignof(FGSAKBStateEasingCfg) == 0x000004, "Wrong alignment on FGSAKBStateEasingCfg"); \ +static_assert(sizeof(FGSAKBStateEasingCfg) == 0x000018, "Wrong size on FGSAKBStateEasingCfg"); \ +static_assert(offsetof(FGSAKBStateEasingCfg, EasingTime) == 0x000000, "Member 'FGSAKBStateEasingCfg::EasingTime' has a wrong offset!"); \ +static_assert(offsetof(FGSAKBStateEasingCfg, DelayEasingTime) == 0x000004, "Member 'FGSAKBStateEasingCfg::DelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(FGSAKBStateEasingCfg, EasingFunc) == 0x000008, "Member 'FGSAKBStateEasingCfg::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FGSAKBStateEasingCfg, EasingBlendExp) == 0x00000C, "Member 'FGSAKBStateEasingCfg::EasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(FGSAKBStateEasingCfg, EasingSteps) == 0x000010, "Member 'FGSAKBStateEasingCfg::EasingSteps' has a wrong offset!"); \ +static_assert(offsetof(FGSAKBStateEasingCfg, EnumValEasingType) == 0x000014, "Member 'FGSAKBStateEasingCfg::EnumValEasingType' has a wrong offset!"); \ +static_assert(offsetof(FGSAKBStateEasingCfg, BoolValEasingType) == 0x000015, "Member 'FGSAKBStateEasingCfg::BoolValEasingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimKeyBlenderSettings \ +static_assert(alignof(UAnimKeyBlenderSettings) == 0x000008, "Wrong alignment on UAnimKeyBlenderSettings"); \ +static_assert(sizeof(UAnimKeyBlenderSettings) == 0x000040, "Wrong size on UAnimKeyBlenderSettings"); \ +static_assert(offsetof(UAnimKeyBlenderSettings, bEnableDebugLogs) == 0x000038, "Member 'UAnimKeyBlenderSettings::bEnableDebugLogs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_BeforeInitAddBindingActor \ +static_assert(alignof(GSAnimKeyStateBlender_BeforeInitAddBindingActor) == 0x000008, "Wrong alignment on GSAnimKeyStateBlender_BeforeInitAddBindingActor"); \ +static_assert(sizeof(GSAnimKeyStateBlender_BeforeInitAddBindingActor) == 0x000018, "Wrong size on GSAnimKeyStateBlender_BeforeInitAddBindingActor"); \ +static_assert(offsetof(GSAnimKeyStateBlender_BeforeInitAddBindingActor, RefLevelSequenceActor) == 0x000000, "Member 'GSAnimKeyStateBlender_BeforeInitAddBindingActor::RefLevelSequenceActor' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_BeforeInitAddBindingActor, BindingActorTagName) == 0x000008, "Member 'GSAnimKeyStateBlender_BeforeInitAddBindingActor::BindingActorTagName' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_BeforeInitAddBindingActor, InActor) == 0x000010, "Member 'GSAnimKeyStateBlender_BeforeInitAddBindingActor::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_DoTick \ +static_assert(alignof(GSAnimKeyStateBlender_DoTick) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_DoTick"); \ +static_assert(sizeof(GSAnimKeyStateBlender_DoTick) == 0x000004, "Wrong size on GSAnimKeyStateBlender_DoTick"); \ +static_assert(offsetof(GSAnimKeyStateBlender_DoTick, DeltaTime) == 0x000000, "Member 'GSAnimKeyStateBlender_DoTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_EasingToEndState \ +static_assert(alignof(GSAnimKeyStateBlender_EasingToEndState) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_EasingToEndState"); \ +static_assert(sizeof(GSAnimKeyStateBlender_EasingToEndState) == 0x000008, "Wrong size on GSAnimKeyStateBlender_EasingToEndState"); \ +static_assert(offsetof(GSAnimKeyStateBlender_EasingToEndState, alpha) == 0x000000, "Member 'GSAnimKeyStateBlender_EasingToEndState::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_EasingToEndState, IsFromForceSetStateImmediately) == 0x000004, "Member 'GSAnimKeyStateBlender_EasingToEndState::IsFromForceSetStateImmediately' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_ForceSetStateImmediately \ +static_assert(alignof(GSAnimKeyStateBlender_ForceSetStateImmediately) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_ForceSetStateImmediately"); \ +static_assert(sizeof(GSAnimKeyStateBlender_ForceSetStateImmediately) == 0x000008, "Wrong size on GSAnimKeyStateBlender_ForceSetStateImmediately"); \ +static_assert(offsetof(GSAnimKeyStateBlender_ForceSetStateImmediately, TargetStateName) == 0x000000, "Member 'GSAnimKeyStateBlender_ForceSetStateImmediately::TargetStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_GetBeginStateName \ +static_assert(alignof(GSAnimKeyStateBlender_GetBeginStateName) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_GetBeginStateName"); \ +static_assert(sizeof(GSAnimKeyStateBlender_GetBeginStateName) == 0x000008, "Wrong size on GSAnimKeyStateBlender_GetBeginStateName"); \ +static_assert(offsetof(GSAnimKeyStateBlender_GetBeginStateName, ReturnValue) == 0x000000, "Member 'GSAnimKeyStateBlender_GetBeginStateName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_GetCurrentStateName \ +static_assert(alignof(GSAnimKeyStateBlender_GetCurrentStateName) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_GetCurrentStateName"); \ +static_assert(sizeof(GSAnimKeyStateBlender_GetCurrentStateName) == 0x000008, "Wrong size on GSAnimKeyStateBlender_GetCurrentStateName"); \ +static_assert(offsetof(GSAnimKeyStateBlender_GetCurrentStateName, ReturnValue) == 0x000000, "Member 'GSAnimKeyStateBlender_GetCurrentStateName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_GetEndStateName \ +static_assert(alignof(GSAnimKeyStateBlender_GetEndStateName) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_GetEndStateName"); \ +static_assert(sizeof(GSAnimKeyStateBlender_GetEndStateName) == 0x000008, "Wrong size on GSAnimKeyStateBlender_GetEndStateName"); \ +static_assert(offsetof(GSAnimKeyStateBlender_GetEndStateName, ReturnValue) == 0x000000, "Member 'GSAnimKeyStateBlender_GetEndStateName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime \ +static_assert(alignof(GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime"); \ +static_assert(sizeof(GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime) == 0x000010, "Wrong size on GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime"); \ +static_assert(offsetof(GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime, TargetStateName) == 0x000000, "Member 'GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime::TargetStateName' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime, OutDelayEasingTime) == 0x000008, "Member 'GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime::OutDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime, ReturnValue) == 0x00000C, "Member 'GSAnimKeyStateBlender_GetPredicToStateCfgEasingTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_InitAddStateToStateEasingCfg \ +static_assert(alignof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_InitAddStateToStateEasingCfg"); \ +static_assert(sizeof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg) == 0x000028, "Wrong size on GSAnimKeyStateBlender_InitAddStateToStateEasingCfg"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, FromStateName) == 0x000000, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::FromStateName' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, ToStateName) == 0x000008, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::ToStateName' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, InEasingTime) == 0x000010, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::InEasingTime' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, InEasingFunc) == 0x000014, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::InEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, InEasingBlendExp) == 0x000018, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::InEasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, InEasingSteps) == 0x00001C, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::InEasingSteps' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, InEnumValEasingType) == 0x000020, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::InEnumValEasingType' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, InBoolValEasingType) == 0x000021, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::InBoolValEasingType' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitAddStateToStateEasingCfg, InDelayEasingTime) == 0x000024, "Member 'GSAnimKeyStateBlender_InitAddStateToStateEasingCfg::InDelayEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_InitSetDefaultEasingCfg \ +static_assert(alignof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_InitSetDefaultEasingCfg"); \ +static_assert(sizeof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg) == 0x000018, "Wrong size on GSAnimKeyStateBlender_InitSetDefaultEasingCfg"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg, InEasingTime) == 0x000000, "Member 'GSAnimKeyStateBlender_InitSetDefaultEasingCfg::InEasingTime' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg, InEasingFunc) == 0x000004, "Member 'GSAnimKeyStateBlender_InitSetDefaultEasingCfg::InEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg, InEasingBlendExp) == 0x000008, "Member 'GSAnimKeyStateBlender_InitSetDefaultEasingCfg::InEasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg, InEasingSteps) == 0x00000C, "Member 'GSAnimKeyStateBlender_InitSetDefaultEasingCfg::InEasingSteps' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg, InEnumValEasingType) == 0x000010, "Member 'GSAnimKeyStateBlender_InitSetDefaultEasingCfg::InEnumValEasingType' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg, InBoolValEasingType) == 0x000011, "Member 'GSAnimKeyStateBlender_InitSetDefaultEasingCfg::InBoolValEasingType' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetDefaultEasingCfg, InDelayEasingTime) == 0x000014, "Member 'GSAnimKeyStateBlender_InitSetDefaultEasingCfg::InDelayEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_InitSetLevelSequence \ +static_assert(alignof(GSAnimKeyStateBlender_InitSetLevelSequence) == 0x000008, "Wrong alignment on GSAnimKeyStateBlender_InitSetLevelSequence"); \ +static_assert(sizeof(GSAnimKeyStateBlender_InitSetLevelSequence) == 0x000018, "Wrong size on GSAnimKeyStateBlender_InitSetLevelSequence"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetLevelSequence, InRefObject) == 0x000000, "Member 'GSAnimKeyStateBlender_InitSetLevelSequence::InRefObject' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetLevelSequence, InLevelSequence) == 0x000008, "Member 'GSAnimKeyStateBlender_InitSetLevelSequence::InLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetLevelSequence, InIsStrictStateMatchCfg) == 0x000010, "Member 'GSAnimKeyStateBlender_InitSetLevelSequence::InIsStrictStateMatchCfg' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetLevelSequence, InIsAlwaysUsingEndStateAsChanging) == 0x000011, "Member 'GSAnimKeyStateBlender_InitSetLevelSequence::InIsAlwaysUsingEndStateAsChanging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_InitSetWidgetAnimation \ +static_assert(alignof(GSAnimKeyStateBlender_InitSetWidgetAnimation) == 0x000008, "Wrong alignment on GSAnimKeyStateBlender_InitSetWidgetAnimation"); \ +static_assert(sizeof(GSAnimKeyStateBlender_InitSetWidgetAnimation) == 0x000018, "Wrong size on GSAnimKeyStateBlender_InitSetWidgetAnimation"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetWidgetAnimation, InRefUserWidget) == 0x000000, "Member 'GSAnimKeyStateBlender_InitSetWidgetAnimation::InRefUserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetWidgetAnimation, InWidgetAnimation) == 0x000008, "Member 'GSAnimKeyStateBlender_InitSetWidgetAnimation::InWidgetAnimation' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetWidgetAnimation, InIsStrictStateMatchCfg) == 0x000010, "Member 'GSAnimKeyStateBlender_InitSetWidgetAnimation::InIsStrictStateMatchCfg' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_InitSetWidgetAnimation, InIsAlwaysUsingEndStateAsChanging) == 0x000011, "Member 'GSAnimKeyStateBlender_InitSetWidgetAnimation::InIsAlwaysUsingEndStateAsChanging' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_IsInBlending \ +static_assert(alignof(GSAnimKeyStateBlender_IsInBlending) == 0x000001, "Wrong alignment on GSAnimKeyStateBlender_IsInBlending"); \ +static_assert(sizeof(GSAnimKeyStateBlender_IsInBlending) == 0x000001, "Wrong size on GSAnimKeyStateBlender_IsInBlending"); \ +static_assert(offsetof(GSAnimKeyStateBlender_IsInBlending, ReturnValue) == 0x000000, "Member 'GSAnimKeyStateBlender_IsInBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlender_ToState \ +static_assert(alignof(GSAnimKeyStateBlender_ToState) == 0x000004, "Wrong alignment on GSAnimKeyStateBlender_ToState"); \ +static_assert(sizeof(GSAnimKeyStateBlender_ToState) == 0x000010, "Wrong size on GSAnimKeyStateBlender_ToState"); \ +static_assert(offsetof(GSAnimKeyStateBlender_ToState, TargetStateName) == 0x000000, "Member 'GSAnimKeyStateBlender_ToState::TargetStateName' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_ToState, InStateDelayEasingTime) == 0x000008, "Member 'GSAnimKeyStateBlender_ToState::InStateDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(GSAnimKeyStateBlender_ToState, InStateOverideEasingTime) == 0x00000C, "Member 'GSAnimKeyStateBlender_ToState::InStateOverideEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSAnimKeyStateBlender \ +static_assert(alignof(UGSAnimKeyStateBlender) == 0x000008, "Wrong alignment on UGSAnimKeyStateBlender"); \ +static_assert(sizeof(UGSAnimKeyStateBlender) == 0x000268, "Wrong size on UGSAnimKeyStateBlender"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, RefAnimation) == 0x000028, "Member 'UGSAnimKeyStateBlender::RefAnimation' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, RefLevelSequence) == 0x000030, "Member 'UGSAnimKeyStateBlender::RefLevelSequence' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, RefObject) == 0x000038, "Member 'UGSAnimKeyStateBlender::RefObject' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, CurrentObjMatParamData) == 0x000040, "Member 'UGSAnimKeyStateBlender::CurrentObjMatParamData' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, CurrentMPCMatParamData) == 0x000090, "Member 'UGSAnimKeyStateBlender::CurrentMPCMatParamData' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, EasingOneToOneStateData) == 0x0000E0, "Member 'UGSAnimKeyStateBlender::EasingOneToOneStateData' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, StateNameIndexMap) == 0x0000F0, "Member 'UGSAnimKeyStateBlender::StateNameIndexMap' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, StateToStateEasingCfgMap) == 0x000140, "Member 'UGSAnimKeyStateBlender::StateToStateEasingCfgMap' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, IsStrictStateMatchCfg) == 0x000190, "Member 'UGSAnimKeyStateBlender::IsStrictStateMatchCfg' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, IsAlwaysUsingEndStateAsChanging) == 0x000191, "Member 'UGSAnimKeyStateBlender::IsAlwaysUsingEndStateAsChanging' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, IsWithRegStateName) == 0x000192, "Member 'UGSAnimKeyStateBlender::IsWithRegStateName' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, AKObjSTList) == 0x000198, "Member 'UGSAnimKeyStateBlender::AKObjSTList' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, IsTicking) == 0x0001A8, "Member 'UGSAnimKeyStateBlender::IsTicking' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, OnAKBStateBegin) == 0x0001B0, "Member 'UGSAnimKeyStateBlender::OnAKBStateBegin' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, OnAKBStateEnd) == 0x0001C0, "Member 'UGSAnimKeyStateBlender::OnAKBStateEnd' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, OnAKBStateInterupt) == 0x0001D0, "Member 'UGSAnimKeyStateBlender::OnAKBStateInterupt' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, BeginStateName) == 0x0001E0, "Member 'UGSAnimKeyStateBlender::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, CurrentStateName) == 0x0001E8, "Member 'UGSAnimKeyStateBlender::CurrentStateName' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, EndStateName) == 0x0001F0, "Member 'UGSAnimKeyStateBlender::EndStateName' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, RefWorldTranslation) == 0x0001F8, "Member 'UGSAnimKeyStateBlender::RefWorldTranslation' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, DefaultEasingCfg) == 0x000210, "Member 'UGSAnimKeyStateBlender::DefaultEasingCfg' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, WorkingEasingCfg) == 0x000228, "Member 'UGSAnimKeyStateBlender::WorkingEasingCfg' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, StateEasedTime) == 0x000240, "Member 'UGSAnimKeyStateBlender::StateEasedTime' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, StateDelayEasingTime) == 0x000244, "Member 'UGSAnimKeyStateBlender::StateDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, StateOverideEasingTime) == 0x000248, "Member 'UGSAnimKeyStateBlender::StateOverideEasingTime' has a wrong offset!"); \ +static_assert(offsetof(UGSAnimKeyStateBlender, IsWidgetBlender) == 0x00024C, "Member 'UGSAnimKeyStateBlender::IsWidgetBlender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSAnimKeyStateBlenderSubsystem \ +static_assert(alignof(UGSAnimKeyStateBlenderSubsystem) == 0x000008, "Wrong alignment on UGSAnimKeyStateBlenderSubsystem"); \ +static_assert(sizeof(UGSAnimKeyStateBlenderSubsystem) == 0x000048, "Wrong size on UGSAnimKeyStateBlenderSubsystem"); \ +static_assert(offsetof(UGSAnimKeyStateBlenderSubsystem, AnimKeyStateBlenderContainer) == 0x000038, "Member 'UGSAnimKeyStateBlenderSubsystem::AnimKeyStateBlenderContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlenderUtil_RegAnimKeyStateBlenderObjForTick \ +static_assert(alignof(GSAnimKeyStateBlenderUtil_RegAnimKeyStateBlenderObjForTick) == 0x000008, "Wrong alignment on GSAnimKeyStateBlenderUtil_RegAnimKeyStateBlenderObjForTick"); \ +static_assert(sizeof(GSAnimKeyStateBlenderUtil_RegAnimKeyStateBlenderObjForTick) == 0x000008, "Wrong size on GSAnimKeyStateBlenderUtil_RegAnimKeyStateBlenderObjForTick"); \ +static_assert(offsetof(GSAnimKeyStateBlenderUtil_RegAnimKeyStateBlenderObjForTick, AnimKeyStateBlender) == 0x000000, "Member 'GSAnimKeyStateBlenderUtil_RegAnimKeyStateBlenderObjForTick::AnimKeyStateBlender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAnimKeyStateBlenderUtil_UnRegAnimKeyStateBlenderObjForTick \ +static_assert(alignof(GSAnimKeyStateBlenderUtil_UnRegAnimKeyStateBlenderObjForTick) == 0x000008, "Wrong alignment on GSAnimKeyStateBlenderUtil_UnRegAnimKeyStateBlenderObjForTick"); \ +static_assert(sizeof(GSAnimKeyStateBlenderUtil_UnRegAnimKeyStateBlenderObjForTick) == 0x000008, "Wrong size on GSAnimKeyStateBlenderUtil_UnRegAnimKeyStateBlenderObjForTick"); \ +static_assert(offsetof(GSAnimKeyStateBlenderUtil_UnRegAnimKeyStateBlenderObjForTick, AnimKeyStateBlender) == 0x000000, "Member 'GSAnimKeyStateBlenderUtil_UnRegAnimKeyStateBlenderObjForTick::AnimKeyStateBlender' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSAnimKeyStateBlenderUtil \ +static_assert(alignof(UGSAnimKeyStateBlenderUtil) == 0x000008, "Wrong alignment on UGSAnimKeyStateBlenderUtil"); \ +static_assert(sizeof(UGSAnimKeyStateBlenderUtil) == 0x000028, "Wrong size on UGSAnimKeyStateBlenderUtil"); \ + +#define DUMPER7_ASSERTS_UAnimSystemSettings \ +static_assert(alignof(UAnimSystemSettings) == 0x000008, "Wrong alignment on UAnimSystemSettings"); \ +static_assert(sizeof(UAnimSystemSettings) == 0x000040, "Wrong size on UAnimSystemSettings"); \ +static_assert(offsetof(UAnimSystemSettings, bEnableDebugLogs) == 0x000038, "Member 'UAnimSystemSettings::bEnableDebugLogs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UASAnimation \ +static_assert(alignof(UASAnimation) == 0x000008, "Wrong alignment on UASAnimation"); \ +static_assert(sizeof(UASAnimation) == 0x0000A0, "Wrong size on UASAnimation"); \ +static_assert(offsetof(UASAnimation, Controller) == 0x000028, "Member 'UASAnimation::Controller' has a wrong offset!"); \ +static_assert(offsetof(UASAnimation, Animation) == 0x000030, "Member 'UASAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(UASAnimation, BindObjSet) == 0x000038, "Member 'UASAnimation::BindObjSet' has a wrong offset!"); \ +static_assert(offsetof(UASAnimation, Weight) == 0x000088, "Member 'UASAnimation::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_Create \ +static_assert(alignof(ASAnimController_Create) == 0x000008, "Wrong alignment on ASAnimController_Create"); \ +static_assert(sizeof(ASAnimController_Create) == 0x000010, "Wrong size on ASAnimController_Create"); \ +static_assert(offsetof(ASAnimController_Create, InWorldContext) == 0x000000, "Member 'ASAnimController_Create::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_Create, ReturnValue) == 0x000008, "Member 'ASAnimController_Create::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_CreateAnimation \ +static_assert(alignof(ASAnimController_CreateAnimation) == 0x000008, "Wrong alignment on ASAnimController_CreateAnimation"); \ +static_assert(sizeof(ASAnimController_CreateAnimation) == 0x000010, "Wrong size on ASAnimController_CreateAnimation"); \ +static_assert(offsetof(ASAnimController_CreateAnimation, InAnimation) == 0x000000, "Member 'ASAnimController_CreateAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_CreateAnimation, ReturnValue) == 0x000008, "Member 'ASAnimController_CreateAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_Init \ +static_assert(alignof(ASAnimController_Init) == 0x000008, "Wrong alignment on ASAnimController_Init"); \ +static_assert(sizeof(ASAnimController_Init) == 0x000008, "Wrong size on ASAnimController_Init"); \ +static_assert(offsetof(ASAnimController_Init, InBindWidget) == 0x000000, "Member 'ASAnimController_Init::InBindWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_OnTick \ +static_assert(alignof(ASAnimController_OnTick) == 0x000004, "Wrong alignment on ASAnimController_OnTick"); \ +static_assert(sizeof(ASAnimController_OnTick) == 0x000004, "Wrong size on ASAnimController_OnTick"); \ +static_assert(offsetof(ASAnimController_OnTick, DeltaTime) == 0x000000, "Member 'ASAnimController_OnTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_PlayAnimation \ +static_assert(alignof(ASAnimController_PlayAnimation) == 0x000008, "Wrong alignment on ASAnimController_PlayAnimation"); \ +static_assert(sizeof(ASAnimController_PlayAnimation) == 0x000018, "Wrong size on ASAnimController_PlayAnimation"); \ +static_assert(offsetof(ASAnimController_PlayAnimation, InAnimation) == 0x000000, "Member 'ASAnimController_PlayAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_PlayAnimation, InStartTime) == 0x000008, "Member 'ASAnimController_PlayAnimation::InStartTime' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_PlayAnimation, InEndTime) == 0x00000C, "Member 'ASAnimController_PlayAnimation::InEndTime' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_PlayAnimation, InNumberOfLoops) == 0x000010, "Member 'ASAnimController_PlayAnimation::InNumberOfLoops' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_PlayAnimation, InPlaybackSpeed) == 0x000014, "Member 'ASAnimController_PlayAnimation::InPlaybackSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_StopAnimation \ +static_assert(alignof(ASAnimController_StopAnimation) == 0x000008, "Wrong alignment on ASAnimController_StopAnimation"); \ +static_assert(sizeof(ASAnimController_StopAnimation) == 0x000008, "Wrong size on ASAnimController_StopAnimation"); \ +static_assert(offsetof(ASAnimController_StopAnimation, InAnimation) == 0x000000, "Member 'ASAnimController_StopAnimation::InAnimation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_GetAnimNormalTime \ +static_assert(alignof(ASAnimController_GetAnimNormalTime) == 0x000008, "Wrong alignment on ASAnimController_GetAnimNormalTime"); \ +static_assert(sizeof(ASAnimController_GetAnimNormalTime) == 0x000010, "Wrong size on ASAnimController_GetAnimNormalTime"); \ +static_assert(offsetof(ASAnimController_GetAnimNormalTime, InAnimation) == 0x000000, "Member 'ASAnimController_GetAnimNormalTime::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_GetAnimNormalTime, ReturnValue) == 0x000008, "Member 'ASAnimController_GetAnimNormalTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_GetOwner \ +static_assert(alignof(ASAnimController_GetOwner) == 0x000008, "Wrong alignment on ASAnimController_GetOwner"); \ +static_assert(sizeof(ASAnimController_GetOwner) == 0x000008, "Wrong size on ASAnimController_GetOwner"); \ +static_assert(offsetof(ASAnimController_GetOwner, ReturnValue) == 0x000000, "Member 'ASAnimController_GetOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_GetPlayAnimCount \ +static_assert(alignof(ASAnimController_GetPlayAnimCount) == 0x000008, "Wrong alignment on ASAnimController_GetPlayAnimCount"); \ +static_assert(sizeof(ASAnimController_GetPlayAnimCount) == 0x000010, "Wrong size on ASAnimController_GetPlayAnimCount"); \ +static_assert(offsetof(ASAnimController_GetPlayAnimCount, InAnimation) == 0x000000, "Member 'ASAnimController_GetPlayAnimCount::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_GetPlayAnimCount, ReturnValue) == 0x000008, "Member 'ASAnimController_GetPlayAnimCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_IsAnimValid \ +static_assert(alignof(ASAnimController_IsAnimValid) == 0x000008, "Wrong alignment on ASAnimController_IsAnimValid"); \ +static_assert(sizeof(ASAnimController_IsAnimValid) == 0x000010, "Wrong size on ASAnimController_IsAnimValid"); \ +static_assert(offsetof(ASAnimController_IsAnimValid, InAnimation) == 0x000000, "Member 'ASAnimController_IsAnimValid::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_IsAnimValid, ReturnValue) == 0x000008, "Member 'ASAnimController_IsAnimValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASAnimController_IsPlayingAnimation \ +static_assert(alignof(ASAnimController_IsPlayingAnimation) == 0x000008, "Wrong alignment on ASAnimController_IsPlayingAnimation"); \ +static_assert(sizeof(ASAnimController_IsPlayingAnimation) == 0x000010, "Wrong size on ASAnimController_IsPlayingAnimation"); \ +static_assert(offsetof(ASAnimController_IsPlayingAnimation, InAnimation) == 0x000000, "Member 'ASAnimController_IsPlayingAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(ASAnimController_IsPlayingAnimation, ReturnValue) == 0x000008, "Member 'ASAnimController_IsPlayingAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UASAnimController \ +static_assert(alignof(UASAnimController) == 0x000008, "Wrong alignment on UASAnimController"); \ +static_assert(sizeof(UASAnimController) == 0x0000E0, "Wrong size on UASAnimController"); \ +static_assert(offsetof(UASAnimController, Owner) == 0x000028, "Member 'UASAnimController::Owner' has a wrong offset!"); \ +static_assert(offsetof(UASAnimController, BindObjMap) == 0x000030, "Member 'UASAnimController::BindObjMap' has a wrong offset!"); \ +static_assert(offsetof(UASAnimController, AnimMap) == 0x000080, "Member 'UASAnimController::AnimMap' has a wrong offset!"); \ +static_assert(offsetof(UASAnimController, ActiveAnimPlayers) == 0x0000D0, "Member 'UASAnimController::ActiveAnimPlayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UASAnimPlayer \ +static_assert(alignof(UASAnimPlayer) == 0x000008, "Wrong alignment on UASAnimPlayer"); \ +static_assert(sizeof(UASAnimPlayer) == 0x000060, "Wrong size on UASAnimPlayer"); \ +static_assert(offsetof(UASAnimPlayer, Animation) == 0x000028, "Member 'UASAnimPlayer::Animation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UASBindObj \ +static_assert(alignof(UASBindObj) == 0x000008, "Wrong alignment on UASBindObj"); \ +static_assert(sizeof(UASBindObj) == 0x0000E8, "Wrong size on UASBindObj"); \ +static_assert(offsetof(UASBindObj, TargetObject) == 0x000028, "Member 'UASBindObj::TargetObject' has a wrong offset!"); \ +static_assert(offsetof(UASBindObj, ObjType) == 0x000030, "Member 'UASBindObj::ObjType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMNode_Base \ +static_assert(alignof(FSMNode_Base) == 0x000008, "Wrong alignment on FSMNode_Base"); \ +static_assert(sizeof(FSMNode_Base) == 0x000090, "Wrong size on FSMNode_Base"); \ +static_assert(offsetof(FSMNode_Base, TimeInState) == 0x000010, "Member 'FSMNode_Base::TimeInState' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, bIsInEndState) == 0x000014, "Member 'FSMNode_Base::bIsInEndState' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, bHasUpdated) == 0x000015, "Member 'FSMNode_Base::bHasUpdated' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, DuplicateId) == 0x000018, "Member 'FSMNode_Base::DuplicateId' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, Guid) == 0x00001C, "Member 'FSMNode_Base::Guid' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, OwnerGuid) == 0x00002C, "Member 'FSMNode_Base::OwnerGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, PathGuid) == 0x00003C, "Member 'FSMNode_Base::PathGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, NodeName) == 0x000058, "Member 'FSMNode_Base::NodeName' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, TemplateName) == 0x000068, "Member 'FSMNode_Base::TemplateName' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, OwningInstance) == 0x000070, "Member 'FSMNode_Base::OwningInstance' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, NodeInstance) == 0x000078, "Member 'FSMNode_Base::NodeInstance' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_Base, NodeInstanceClass) == 0x000080, "Member 'FSMNode_Base::NodeInstanceClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMExposedFunctionHandler \ +static_assert(alignof(FSMExposedFunctionHandler) == 0x000008, "Wrong alignment on FSMExposedFunctionHandler"); \ +static_assert(sizeof(FSMExposedFunctionHandler) == 0x000018, "Wrong size on FSMExposedFunctionHandler"); \ +static_assert(offsetof(FSMExposedFunctionHandler, BoundFunction) == 0x000000, "Member 'FSMExposedFunctionHandler::BoundFunction' has a wrong offset!"); \ +static_assert(offsetof(FSMExposedFunctionHandler, ExecutionType) == 0x000008, "Member 'FSMExposedFunctionHandler::ExecutionType' has a wrong offset!"); \ +static_assert(offsetof(FSMExposedFunctionHandler, Function) == 0x000010, "Member 'FSMExposedFunctionHandler::Function' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMNode_FunctionHandlers \ +static_assert(alignof(FSMNode_FunctionHandlers) == 0x000008, "Wrong alignment on FSMNode_FunctionHandlers"); \ +static_assert(sizeof(FSMNode_FunctionHandlers) == 0x000048, "Wrong size on FSMNode_FunctionHandlers"); \ +static_assert(offsetof(FSMNode_FunctionHandlers, NodeInitializedGraphEvaluators) == 0x000000, "Member 'FSMNode_FunctionHandlers::NodeInitializedGraphEvaluators' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_FunctionHandlers, NodeShutdownGraphEvaluators) == 0x000010, "Member 'FSMNode_FunctionHandlers::NodeShutdownGraphEvaluators' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_FunctionHandlers, OnRootStateMachineStartedGraphEvaluator) == 0x000020, "Member 'FSMNode_FunctionHandlers::OnRootStateMachineStartedGraphEvaluator' has a wrong offset!"); \ +static_assert(offsetof(FSMNode_FunctionHandlers, OnRootStateMachineStoppedGraphEvaluator) == 0x000030, "Member 'FSMNode_FunctionHandlers::OnRootStateMachineStoppedGraphEvaluator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMTransition_FunctionHandlers \ +static_assert(alignof(FSMTransition_FunctionHandlers) == 0x000008, "Wrong alignment on FSMTransition_FunctionHandlers"); \ +static_assert(sizeof(FSMTransition_FunctionHandlers) == 0x000088, "Wrong size on FSMTransition_FunctionHandlers"); \ +static_assert(offsetof(FSMTransition_FunctionHandlers, CanEnterTransitionGraphEvaluator) == 0x000048, "Member 'FSMTransition_FunctionHandlers::CanEnterTransitionGraphEvaluator' has a wrong offset!"); \ +static_assert(offsetof(FSMTransition_FunctionHandlers, TransitionEnteredGraphEvaluator) == 0x000058, "Member 'FSMTransition_FunctionHandlers::TransitionEnteredGraphEvaluator' has a wrong offset!"); \ +static_assert(offsetof(FSMTransition_FunctionHandlers, TransitionPreEvaluateGraphEvaluator) == 0x000068, "Member 'FSMTransition_FunctionHandlers::TransitionPreEvaluateGraphEvaluator' has a wrong offset!"); \ +static_assert(offsetof(FSMTransition_FunctionHandlers, TransitionPostEvaluateGraphEvaluator) == 0x000078, "Member 'FSMTransition_FunctionHandlers::TransitionPostEvaluateGraphEvaluator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMInfo_Base \ +static_assert(alignof(FSMInfo_Base) == 0x000008, "Wrong alignment on FSMInfo_Base"); \ +static_assert(sizeof(FSMInfo_Base) == 0x000060, "Wrong size on FSMInfo_Base"); \ +static_assert(offsetof(FSMInfo_Base, NodeName) == 0x000008, "Member 'FSMInfo_Base::NodeName' has a wrong offset!"); \ +static_assert(offsetof(FSMInfo_Base, Guid) == 0x000018, "Member 'FSMInfo_Base::Guid' has a wrong offset!"); \ +static_assert(offsetof(FSMInfo_Base, OwnerGuid) == 0x000028, "Member 'FSMInfo_Base::OwnerGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMInfo_Base, NodeGuid) == 0x000038, "Member 'FSMInfo_Base::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMInfo_Base, OwnerNodeGuid) == 0x000048, "Member 'FSMInfo_Base::OwnerNodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMInfo_Base, NodeInstance) == 0x000058, "Member 'FSMInfo_Base::NodeInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMTransitionInfo \ +static_assert(alignof(FSMTransitionInfo) == 0x000008, "Wrong alignment on FSMTransitionInfo"); \ +static_assert(sizeof(FSMTransitionInfo) == 0x000098, "Wrong size on FSMTransitionInfo"); \ +static_assert(offsetof(FSMTransitionInfo, FromStateGuid) == 0x000060, "Member 'FSMTransitionInfo::FromStateGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMTransitionInfo, ToStateGuid) == 0x000070, "Member 'FSMTransitionInfo::ToStateGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMTransitionInfo, Priority) == 0x000080, "Member 'FSMTransitionInfo::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSMTransitionInfo, LastNetworkTimestamp) == 0x000088, "Member 'FSMTransitionInfo::LastNetworkTimestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMStateInfo \ +static_assert(alignof(FSMStateInfo) == 0x000008, "Wrong alignment on FSMStateInfo"); \ +static_assert(sizeof(FSMStateInfo) == 0x000080, "Wrong size on FSMStateInfo"); \ +static_assert(offsetof(FSMStateInfo, OutgoingTransitions) == 0x000060, "Member 'FSMStateInfo::OutgoingTransitions' has a wrong offset!"); \ +static_assert(offsetof(FSMStateInfo, bIsEndState) == 0x000070, "Member 'FSMStateInfo::bIsEndState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMState_Base \ +static_assert(alignof(FSMState_Base) == 0x000008, "Wrong alignment on FSMState_Base"); \ +static_assert(sizeof(FSMState_Base) == 0x0000E0, "Wrong size on FSMState_Base"); \ + +#define DUMPER7_ASSERTS_FSMConduit \ +static_assert(alignof(FSMConduit) == 0x000008, "Wrong alignment on FSMConduit"); \ +static_assert(sizeof(FSMConduit) == 0x0000E8, "Wrong size on FSMConduit"); \ +static_assert(offsetof(FSMConduit, ConditionalEvaluationType) == 0x0000E4, "Member 'FSMConduit::ConditionalEvaluationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMExposedFunctionContainer \ +static_assert(alignof(FSMExposedFunctionContainer) == 0x000008, "Wrong alignment on FSMExposedFunctionContainer"); \ +static_assert(sizeof(FSMExposedFunctionContainer) == 0x000010, "Wrong size on FSMExposedFunctionContainer"); \ +static_assert(offsetof(FSMExposedFunctionContainer, ExposedFunctionHandlers) == 0x000000, "Member 'FSMExposedFunctionContainer::ExposedFunctionHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMState_FunctionHandlers \ +static_assert(alignof(FSMState_FunctionHandlers) == 0x000008, "Wrong alignment on FSMState_FunctionHandlers"); \ +static_assert(sizeof(FSMState_FunctionHandlers) == 0x000078, "Wrong size on FSMState_FunctionHandlers"); \ +static_assert(offsetof(FSMState_FunctionHandlers, BeginStateGraphEvaluator) == 0x000048, "Member 'FSMState_FunctionHandlers::BeginStateGraphEvaluator' has a wrong offset!"); \ +static_assert(offsetof(FSMState_FunctionHandlers, UpdateStateGraphEvaluator) == 0x000058, "Member 'FSMState_FunctionHandlers::UpdateStateGraphEvaluator' has a wrong offset!"); \ +static_assert(offsetof(FSMState_FunctionHandlers, EndStateGraphEvaluator) == 0x000068, "Member 'FSMState_FunctionHandlers::EndStateGraphEvaluator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMConduit_FunctionHandlers \ +static_assert(alignof(FSMConduit_FunctionHandlers) == 0x000008, "Wrong alignment on FSMConduit_FunctionHandlers"); \ +static_assert(sizeof(FSMConduit_FunctionHandlers) == 0x000068, "Wrong size on FSMConduit_FunctionHandlers"); \ +static_assert(offsetof(FSMConduit_FunctionHandlers, CanEnterConduitGraphEvaluator) == 0x000048, "Member 'FSMConduit_FunctionHandlers::CanEnterConduitGraphEvaluator' has a wrong offset!"); \ +static_assert(offsetof(FSMConduit_FunctionHandlers, ConduitEnteredGraphEvaluator) == 0x000058, "Member 'FSMConduit_FunctionHandlers::ConduitEnteredGraphEvaluator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMExposedNodeFunctions \ +static_assert(alignof(FSMExposedNodeFunctions) == 0x000008, "Wrong alignment on FSMExposedNodeFunctions"); \ +static_assert(sizeof(FSMExposedNodeFunctions) == 0x000080, "Wrong size on FSMExposedNodeFunctions"); \ +static_assert(offsetof(FSMExposedNodeFunctions, FSMState_FunctionHandlers) == 0x000000, "Member 'FSMExposedNodeFunctions::FSMState_FunctionHandlers' has a wrong offset!"); \ +static_assert(offsetof(FSMExposedNodeFunctions, FSMConduit_FunctionHandlers) == 0x000010, "Member 'FSMExposedNodeFunctions::FSMConduit_FunctionHandlers' has a wrong offset!"); \ +static_assert(offsetof(FSMExposedNodeFunctions, FSMTransition_FunctionHandlers) == 0x000020, "Member 'FSMExposedNodeFunctions::FSMTransition_FunctionHandlers' has a wrong offset!"); \ +static_assert(offsetof(FSMExposedNodeFunctions, GraphPropertyFunctionHandlers) == 0x000030, "Member 'FSMExposedNodeFunctions::GraphPropertyFunctionHandlers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMDebugStateMachine \ +static_assert(alignof(FSMDebugStateMachine) == 0x000001, "Wrong alignment on FSMDebugStateMachine"); \ +static_assert(sizeof(FSMDebugStateMachine) == 0x000001, "Wrong size on FSMDebugStateMachine"); \ + +#define DUMPER7_ASSERTS_FSMReferenceContainer \ +static_assert(alignof(FSMReferenceContainer) == 0x000008, "Wrong alignment on FSMReferenceContainer"); \ +static_assert(sizeof(FSMReferenceContainer) == 0x000018, "Wrong size on FSMReferenceContainer"); \ +static_assert(offsetof(FSMReferenceContainer, PathGuid) == 0x000000, "Member 'FSMReferenceContainer::PathGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMReferenceContainer, Reference) == 0x000010, "Member 'FSMReferenceContainer::Reference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMGuidMap \ +static_assert(alignof(FSMGuidMap) == 0x000008, "Wrong alignment on FSMGuidMap"); \ +static_assert(sizeof(FSMGuidMap) == 0x000050, "Wrong size on FSMGuidMap"); \ +static_assert(offsetof(FSMGuidMap, NodeToPathGuids) == 0x000000, "Member 'FSMGuidMap::NodeToPathGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMNodeDescription \ +static_assert(alignof(FSMNodeDescription) == 0x000008, "Wrong alignment on FSMNodeDescription"); \ +static_assert(sizeof(FSMNodeDescription) == 0x000038, "Wrong size on FSMNodeDescription"); \ +static_assert(offsetof(FSMNodeDescription, Name) == 0x000000, "Member 'FSMNodeDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FSMNodeDescription, Category) == 0x000008, "Member 'FSMNodeDescription::Category' has a wrong offset!"); \ +static_assert(offsetof(FSMNodeDescription, Description) == 0x000020, "Member 'FSMNodeDescription::Description' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMStateHistory \ +static_assert(alignof(FSMStateHistory) == 0x000008, "Wrong alignment on FSMStateHistory"); \ +static_assert(sizeof(FSMStateHistory) == 0x000020, "Wrong size on FSMStateHistory"); \ +static_assert(offsetof(FSMStateHistory, StateGuid) == 0x000000, "Member 'FSMStateHistory::StateGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMStateHistory, StartTime) == 0x000010, "Member 'FSMStateHistory::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FSMStateHistory, TimeInState) == 0x000018, "Member 'FSMStateHistory::TimeInState' has a wrong offset!"); \ +static_assert(offsetof(FSMStateHistory, ServerTimeInState) == 0x00001C, "Member 'FSMStateHistory::ServerTimeInState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMState \ +static_assert(alignof(FSMState) == 0x000008, "Wrong alignment on FSMState"); \ +static_assert(sizeof(FSMState) == 0x0000E0, "Wrong size on FSMState"); \ + +#define DUMPER7_ASSERTS_FSMStateMachine \ +static_assert(alignof(FSMStateMachine) == 0x000008, "Wrong alignment on FSMStateMachine"); \ +static_assert(sizeof(FSMStateMachine) == 0x000220, "Wrong size on FSMStateMachine"); \ +static_assert(offsetof(FSMStateMachine, bHasAdditionalLogic) == 0x0000E0, "Member 'FSMStateMachine::bHasAdditionalLogic' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, bReuseCurrentState) == 0x0000E1, "Member 'FSMStateMachine::bReuseCurrentState' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, bOnlyReuseIfNotEndState) == 0x0000E2, "Member 'FSMStateMachine::bOnlyReuseIfNotEndState' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, bAllowIndependentTick) == 0x0000E3, "Member 'FSMStateMachine::bAllowIndependentTick' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, bCallReferenceTickOnManualUpdate) == 0x0000E4, "Member 'FSMStateMachine::bCallReferenceTickOnManualUpdate' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, NetworkedInterface) == 0x0000E8, "Member 'FSMStateMachine::NetworkedInterface' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, ReferencedStateMachineClass) == 0x0001E8, "Member 'FSMStateMachine::ReferencedStateMachineClass' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, ReferencedTemplateName) == 0x0001F0, "Member 'FSMStateMachine::ReferencedTemplateName' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, DynamicStateMachineReferenceVariable) == 0x0001F8, "Member 'FSMStateMachine::DynamicStateMachineReferenceVariable' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, ReferencedStateMachine) == 0x000200, "Member 'FSMStateMachine::ReferencedStateMachine' has a wrong offset!"); \ +static_assert(offsetof(FSMStateMachine, IsReferencedByInstance) == 0x000208, "Member 'FSMStateMachine::IsReferencedByInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMTransaction_Base \ +static_assert(alignof(FSMTransaction_Base) == 0x000001, "Wrong alignment on FSMTransaction_Base"); \ +static_assert(sizeof(FSMTransaction_Base) == 0x000003, "Wrong size on FSMTransaction_Base"); \ +static_assert(offsetof(FSMTransaction_Base, TransactionType) == 0x000001, "Member 'FSMTransaction_Base::TransactionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMInitializeTransaction \ +static_assert(alignof(FSMInitializeTransaction) == 0x000008, "Wrong alignment on FSMInitializeTransaction"); \ +static_assert(sizeof(FSMInitializeTransaction) == 0x000010, "Wrong size on FSMInitializeTransaction"); \ +static_assert(offsetof(FSMInitializeTransaction, Context) == 0x000008, "Member 'FSMInitializeTransaction::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMTransitionTransaction \ +static_assert(alignof(FSMTransitionTransaction) == 0x000008, "Wrong alignment on FSMTransitionTransaction"); \ +static_assert(sizeof(FSMTransitionTransaction) == 0x000038, "Wrong size on FSMTransitionTransaction"); \ +static_assert(offsetof(FSMTransitionTransaction, BaseGuid) == 0x000004, "Member 'FSMTransitionTransaction::BaseGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMTransitionTransaction, AdditionalGuids) == 0x000018, "Member 'FSMTransitionTransaction::AdditionalGuids' has a wrong offset!"); \ +static_assert(offsetof(FSMTransitionTransaction, Timestamp) == 0x000028, "Member 'FSMTransitionTransaction::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(FSMTransitionTransaction, ActiveTime) == 0x000030, "Member 'FSMTransitionTransaction::ActiveTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMActivateStateTransaction \ +static_assert(alignof(FSMActivateStateTransaction) == 0x000004, "Wrong alignment on FSMActivateStateTransaction"); \ +static_assert(sizeof(FSMActivateStateTransaction) == 0x00001C, "Wrong size on FSMActivateStateTransaction"); \ +static_assert(offsetof(FSMActivateStateTransaction, BaseGuid) == 0x000004, "Member 'FSMActivateStateTransaction::BaseGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMActivateStateTransaction, TimeInState) == 0x000014, "Member 'FSMActivateStateTransaction::TimeInState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMFullSyncStateTransaction \ +static_assert(alignof(FSMFullSyncStateTransaction) == 0x000004, "Wrong alignment on FSMFullSyncStateTransaction"); \ +static_assert(sizeof(FSMFullSyncStateTransaction) == 0x000018, "Wrong size on FSMFullSyncStateTransaction"); \ +static_assert(offsetof(FSMFullSyncStateTransaction, BaseGuid) == 0x000004, "Member 'FSMFullSyncStateTransaction::BaseGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMFullSyncStateTransaction, TimeInState) == 0x000014, "Member 'FSMFullSyncStateTransaction::TimeInState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMFullSyncTransaction \ +static_assert(alignof(FSMFullSyncTransaction) == 0x000008, "Wrong alignment on FSMFullSyncTransaction"); \ +static_assert(sizeof(FSMFullSyncTransaction) == 0x000020, "Wrong size on FSMFullSyncTransaction"); \ +static_assert(offsetof(FSMFullSyncTransaction, ActiveStates) == 0x000008, "Member 'FSMFullSyncTransaction::ActiveStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSMTransition \ +static_assert(alignof(FSMTransition) == 0x000008, "Wrong alignment on FSMTransition"); \ +static_assert(sizeof(FSMTransition) == 0x0000E8, "Wrong size on FSMTransition"); \ +static_assert(offsetof(FSMTransition, Priority) == 0x000090, "Member 'FSMTransition::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSMTransition, FromGuid) == 0x00009C, "Member 'FSMTransition::FromGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMTransition, ToGuid) == 0x0000AC, "Member 'FSMTransition::ToGuid' has a wrong offset!"); \ +static_assert(offsetof(FSMTransition, ConditionalEvaluationType) == 0x0000BC, "Member 'FSMTransition::ConditionalEvaluationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMNodeBlueprint \ +static_assert(alignof(USMNodeBlueprint) == 0x000008, "Wrong alignment on USMNodeBlueprint"); \ +static_assert(sizeof(USMNodeBlueprint) == 0x0000A8, "Wrong size on USMNodeBlueprint"); \ +static_assert(offsetof(USMNodeBlueprint, AssetVersion) == 0x0000A0, "Member 'USMNodeBlueprint::AssetVersion' has a wrong offset!"); \ +static_assert(offsetof(USMNodeBlueprint, PluginVersion) == 0x0000A4, "Member 'USMNodeBlueprint::PluginVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_GetContext \ +static_assert(alignof(SMNodeInstance_GetContext) == 0x000008, "Wrong alignment on SMNodeInstance_GetContext"); \ +static_assert(sizeof(SMNodeInstance_GetContext) == 0x000008, "Wrong size on SMNodeInstance_GetContext"); \ +static_assert(offsetof(SMNodeInstance_GetContext, ReturnValue) == 0x000000, "Member 'SMNodeInstance_GetContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_GetGuid \ +static_assert(alignof(SMNodeInstance_GetGuid) == 0x000004, "Wrong alignment on SMNodeInstance_GetGuid"); \ +static_assert(sizeof(SMNodeInstance_GetGuid) == 0x000010, "Wrong size on SMNodeInstance_GetGuid"); \ +static_assert(offsetof(SMNodeInstance_GetGuid, ReturnValue) == 0x000000, "Member 'SMNodeInstance_GetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_GetNetworkInterface \ +static_assert(alignof(SMNodeInstance_GetNetworkInterface) == 0x000008, "Wrong alignment on SMNodeInstance_GetNetworkInterface"); \ +static_assert(sizeof(SMNodeInstance_GetNetworkInterface) == 0x000010, "Wrong size on SMNodeInstance_GetNetworkInterface"); \ +static_assert(offsetof(SMNodeInstance_GetNetworkInterface, ReturnValue) == 0x000000, "Member 'SMNodeInstance_GetNetworkInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_GetNodeName \ +static_assert(alignof(SMNodeInstance_GetNodeName) == 0x000008, "Wrong alignment on SMNodeInstance_GetNodeName"); \ +static_assert(sizeof(SMNodeInstance_GetNodeName) == 0x000010, "Wrong size on SMNodeInstance_GetNodeName"); \ +static_assert(offsetof(SMNodeInstance_GetNodeName, ReturnValue) == 0x000000, "Member 'SMNodeInstance_GetNodeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_GetOwningStateMachineNodeInstance \ +static_assert(alignof(SMNodeInstance_GetOwningStateMachineNodeInstance) == 0x000008, "Wrong alignment on SMNodeInstance_GetOwningStateMachineNodeInstance"); \ +static_assert(sizeof(SMNodeInstance_GetOwningStateMachineNodeInstance) == 0x000008, "Wrong size on SMNodeInstance_GetOwningStateMachineNodeInstance"); \ +static_assert(offsetof(SMNodeInstance_GetOwningStateMachineNodeInstance, ReturnValue) == 0x000000, "Member 'SMNodeInstance_GetOwningStateMachineNodeInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_GetStateMachineInstance \ +static_assert(alignof(SMNodeInstance_GetStateMachineInstance) == 0x000008, "Wrong alignment on SMNodeInstance_GetStateMachineInstance"); \ +static_assert(sizeof(SMNodeInstance_GetStateMachineInstance) == 0x000010, "Wrong size on SMNodeInstance_GetStateMachineInstance"); \ +static_assert(offsetof(SMNodeInstance_GetStateMachineInstance, bTopMostInstance) == 0x000000, "Member 'SMNodeInstance_GetStateMachineInstance::bTopMostInstance' has a wrong offset!"); \ +static_assert(offsetof(SMNodeInstance_GetStateMachineInstance, ReturnValue) == 0x000008, "Member 'SMNodeInstance_GetStateMachineInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_GetTimeInState \ +static_assert(alignof(SMNodeInstance_GetTimeInState) == 0x000004, "Wrong alignment on SMNodeInstance_GetTimeInState"); \ +static_assert(sizeof(SMNodeInstance_GetTimeInState) == 0x000004, "Wrong size on SMNodeInstance_GetTimeInState"); \ +static_assert(offsetof(SMNodeInstance_GetTimeInState, ReturnValue) == 0x000000, "Member 'SMNodeInstance_GetTimeInState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_HasUpdated \ +static_assert(alignof(SMNodeInstance_HasUpdated) == 0x000001, "Wrong alignment on SMNodeInstance_HasUpdated"); \ +static_assert(sizeof(SMNodeInstance_HasUpdated) == 0x000001, "Wrong size on SMNodeInstance_HasUpdated"); \ +static_assert(offsetof(SMNodeInstance_HasUpdated, ReturnValue) == 0x000000, "Member 'SMNodeInstance_HasUpdated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_IsActive \ +static_assert(alignof(SMNodeInstance_IsActive) == 0x000001, "Wrong alignment on SMNodeInstance_IsActive"); \ +static_assert(sizeof(SMNodeInstance_IsActive) == 0x000001, "Wrong size on SMNodeInstance_IsActive"); \ +static_assert(offsetof(SMNodeInstance_IsActive, ReturnValue) == 0x000000, "Member 'SMNodeInstance_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMNodeInstance_IsInEndState \ +static_assert(alignof(SMNodeInstance_IsInEndState) == 0x000001, "Wrong alignment on SMNodeInstance_IsInEndState"); \ +static_assert(sizeof(SMNodeInstance_IsInEndState) == 0x000001, "Wrong size on SMNodeInstance_IsInEndState"); \ +static_assert(offsetof(SMNodeInstance_IsInEndState, ReturnValue) == 0x000000, "Member 'SMNodeInstance_IsInEndState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMNodeInstance \ +static_assert(alignof(USMNodeInstance) == 0x000008, "Wrong alignment on USMNodeInstance"); \ +static_assert(sizeof(USMNodeInstance) == 0x000048, "Wrong size on USMNodeInstance"); \ +static_assert(offsetof(USMNodeInstance, TemplateGuid) == 0x000038, "Member 'USMNodeInstance::TemplateGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_EvaluateAndFindTransitionChain \ +static_assert(alignof(SMInstance_EvaluateAndFindTransitionChain) == 0x000008, "Wrong alignment on SMInstance_EvaluateAndFindTransitionChain"); \ +static_assert(sizeof(SMInstance_EvaluateAndFindTransitionChain) == 0x000028, "Wrong size on SMInstance_EvaluateAndFindTransitionChain"); \ +static_assert(offsetof(SMInstance_EvaluateAndFindTransitionChain, InFirstTransitionInstance) == 0x000000, "Member 'SMInstance_EvaluateAndFindTransitionChain::InFirstTransitionInstance' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_EvaluateAndFindTransitionChain, OutTransitionChain) == 0x000008, "Member 'SMInstance_EvaluateAndFindTransitionChain::OutTransitionChain' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_EvaluateAndFindTransitionChain, OutDestinationState) == 0x000018, "Member 'SMInstance_EvaluateAndFindTransitionChain::OutDestinationState' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_EvaluateAndFindTransitionChain, bRequirePreviousStateActive) == 0x000020, "Member 'SMInstance_EvaluateAndFindTransitionChain::bRequirePreviousStateActive' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_EvaluateAndFindTransitionChain, ReturnValue) == 0x000021, "Member 'SMInstance_EvaluateAndFindTransitionChain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_EvaluateAndTakeTransitionChain \ +static_assert(alignof(SMInstance_EvaluateAndTakeTransitionChain) == 0x000008, "Wrong alignment on SMInstance_EvaluateAndTakeTransitionChain"); \ +static_assert(sizeof(SMInstance_EvaluateAndTakeTransitionChain) == 0x000010, "Wrong size on SMInstance_EvaluateAndTakeTransitionChain"); \ +static_assert(offsetof(SMInstance_EvaluateAndTakeTransitionChain, InFirstTransitionInstance) == 0x000000, "Member 'SMInstance_EvaluateAndTakeTransitionChain::InFirstTransitionInstance' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_EvaluateAndTakeTransitionChain, ReturnValue) == 0x000008, "Member 'SMInstance_EvaluateAndTakeTransitionChain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetGuidRedirectMap \ +static_assert(alignof(SMInstance_GetGuidRedirectMap) == 0x000008, "Wrong alignment on SMInstance_GetGuidRedirectMap"); \ +static_assert(sizeof(SMInstance_GetGuidRedirectMap) == 0x000050, "Wrong size on SMInstance_GetGuidRedirectMap"); \ +static_assert(offsetof(SMInstance_GetGuidRedirectMap, ReturnValue) == 0x000000, "Member 'SMInstance_GetGuidRedirectMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetMasterReferenceOwner \ +static_assert(alignof(SMInstance_GetMasterReferenceOwner) == 0x000008, "Wrong alignment on SMInstance_GetMasterReferenceOwner"); \ +static_assert(sizeof(SMInstance_GetMasterReferenceOwner) == 0x000008, "Wrong size on SMInstance_GetMasterReferenceOwner"); \ +static_assert(offsetof(SMInstance_GetMasterReferenceOwner, ReturnValue) == 0x000000, "Member 'SMInstance_GetMasterReferenceOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetPrimaryReferenceOwner \ +static_assert(alignof(SMInstance_GetPrimaryReferenceOwner) == 0x000008, "Wrong alignment on SMInstance_GetPrimaryReferenceOwner"); \ +static_assert(sizeof(SMInstance_GetPrimaryReferenceOwner) == 0x000008, "Wrong size on SMInstance_GetPrimaryReferenceOwner"); \ +static_assert(offsetof(SMInstance_GetPrimaryReferenceOwner, ReturnValue) == 0x000000, "Member 'SMInstance_GetPrimaryReferenceOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_Initialize \ +static_assert(alignof(SMInstance_Initialize) == 0x000008, "Wrong alignment on SMInstance_Initialize"); \ +static_assert(sizeof(SMInstance_Initialize) == 0x000008, "Wrong size on SMInstance_Initialize"); \ +static_assert(offsetof(SMInstance_Initialize, Context) == 0x000000, "Member 'SMInstance_Initialize::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid \ +static_assert(alignof(SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid) == 0x000004, "Wrong alignment on SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid"); \ +static_assert(sizeof(SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid) == 0x000014, "Wrong size on SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid"); \ +static_assert(offsetof(SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid, PathGuid) == 0x000000, "Member 'SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid::PathGuid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid, ReturnValue) == 0x000010, "Member 'SMInstance_Internal_EvaluateAndTakeTransitionChainByGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_Internal_EventCleanup \ +static_assert(alignof(SMInstance_Internal_EventCleanup) == 0x000004, "Wrong alignment on SMInstance_Internal_EventCleanup"); \ +static_assert(sizeof(SMInstance_Internal_EventCleanup) == 0x000010, "Wrong size on SMInstance_Internal_EventCleanup"); \ +static_assert(offsetof(SMInstance_Internal_EventCleanup, PathGuid) == 0x000000, "Member 'SMInstance_Internal_EventCleanup::PathGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_Internal_Update \ +static_assert(alignof(SMInstance_Internal_Update) == 0x000004, "Wrong alignment on SMInstance_Internal_Update"); \ +static_assert(sizeof(SMInstance_Internal_Update) == 0x000004, "Wrong size on SMInstance_Internal_Update"); \ +static_assert(offsetof(SMInstance_Internal_Update, DeltaSeconds) == 0x000000, "Member 'SMInstance_Internal_Update::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_K2_TryGetNetworkInterface \ +static_assert(alignof(SMInstance_K2_TryGetNetworkInterface) == 0x000008, "Wrong alignment on SMInstance_K2_TryGetNetworkInterface"); \ +static_assert(sizeof(SMInstance_K2_TryGetNetworkInterface) == 0x000018, "Wrong size on SMInstance_K2_TryGetNetworkInterface"); \ +static_assert(offsetof(SMInstance_K2_TryGetNetworkInterface, Interface) == 0x000000, "Member 'SMInstance_K2_TryGetNetworkInterface::Interface' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_K2_TryGetNetworkInterface, bIsValid) == 0x000010, "Member 'SMInstance_K2_TryGetNetworkInterface::bIsValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_LoadFromMultipleStates \ +static_assert(alignof(SMInstance_LoadFromMultipleStates) == 0x000008, "Wrong alignment on SMInstance_LoadFromMultipleStates"); \ +static_assert(sizeof(SMInstance_LoadFromMultipleStates) == 0x000018, "Wrong size on SMInstance_LoadFromMultipleStates"); \ +static_assert(offsetof(SMInstance_LoadFromMultipleStates, FromGuids) == 0x000000, "Member 'SMInstance_LoadFromMultipleStates::FromGuids' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_LoadFromMultipleStates, bNotify) == 0x000010, "Member 'SMInstance_LoadFromMultipleStates::bNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_LoadFromState \ +static_assert(alignof(SMInstance_LoadFromState) == 0x000004, "Wrong alignment on SMInstance_LoadFromState"); \ +static_assert(sizeof(SMInstance_LoadFromState) == 0x000014, "Wrong size on SMInstance_LoadFromState"); \ +static_assert(offsetof(SMInstance_LoadFromState, FromGuid) == 0x000000, "Member 'SMInstance_LoadFromState::FromGuid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_LoadFromState, bAllParents) == 0x000010, "Member 'SMInstance_LoadFromState::bAllParents' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_LoadFromState, bNotify) == 0x000011, "Member 'SMInstance_LoadFromState::bNotify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_OnStateMachineInitialStateLoaded \ +static_assert(alignof(SMInstance_OnStateMachineInitialStateLoaded) == 0x000004, "Wrong alignment on SMInstance_OnStateMachineInitialStateLoaded"); \ +static_assert(sizeof(SMInstance_OnStateMachineInitialStateLoaded) == 0x000010, "Wrong size on SMInstance_OnStateMachineInitialStateLoaded"); \ +static_assert(offsetof(SMInstance_OnStateMachineInitialStateLoaded, StateGuid) == 0x000000, "Member 'SMInstance_OnStateMachineInitialStateLoaded::StateGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_OnStateMachineStateChanged \ +static_assert(alignof(SMInstance_OnStateMachineStateChanged) == 0x000008, "Wrong alignment on SMInstance_OnStateMachineStateChanged"); \ +static_assert(sizeof(SMInstance_OnStateMachineStateChanged) == 0x000100, "Wrong size on SMInstance_OnStateMachineStateChanged"); \ +static_assert(offsetof(SMInstance_OnStateMachineStateChanged, ToState) == 0x000000, "Member 'SMInstance_OnStateMachineStateChanged::ToState' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_OnStateMachineStateChanged, FromState) == 0x000080, "Member 'SMInstance_OnStateMachineStateChanged::FromState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_OnStateMachineStateStarted \ +static_assert(alignof(SMInstance_OnStateMachineStateStarted) == 0x000008, "Wrong alignment on SMInstance_OnStateMachineStateStarted"); \ +static_assert(sizeof(SMInstance_OnStateMachineStateStarted) == 0x000080, "Wrong size on SMInstance_OnStateMachineStateStarted"); \ +static_assert(offsetof(SMInstance_OnStateMachineStateStarted, State) == 0x000000, "Member 'SMInstance_OnStateMachineStateStarted::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_OnStateMachineTransitionTaken \ +static_assert(alignof(SMInstance_OnStateMachineTransitionTaken) == 0x000008, "Wrong alignment on SMInstance_OnStateMachineTransitionTaken"); \ +static_assert(sizeof(SMInstance_OnStateMachineTransitionTaken) == 0x000098, "Wrong size on SMInstance_OnStateMachineTransitionTaken"); \ +static_assert(offsetof(SMInstance_OnStateMachineTransitionTaken, Transition) == 0x000000, "Member 'SMInstance_OnStateMachineTransitionTaken::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_OnStateMachineUpdate \ +static_assert(alignof(SMInstance_OnStateMachineUpdate) == 0x000004, "Wrong alignment on SMInstance_OnStateMachineUpdate"); \ +static_assert(sizeof(SMInstance_OnStateMachineUpdate) == 0x000004, "Wrong size on SMInstance_OnStateMachineUpdate"); \ +static_assert(offsetof(SMInstance_OnStateMachineUpdate, DeltaSeconds) == 0x000000, "Member 'SMInstance_OnStateMachineUpdate::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_RunUpdateAsReference \ +static_assert(alignof(SMInstance_RunUpdateAsReference) == 0x000004, "Wrong alignment on SMInstance_RunUpdateAsReference"); \ +static_assert(sizeof(SMInstance_RunUpdateAsReference) == 0x000004, "Wrong size on SMInstance_RunUpdateAsReference"); \ +static_assert(offsetof(SMInstance_RunUpdateAsReference, DeltaSeconds) == 0x000000, "Member 'SMInstance_RunUpdateAsReference::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetAutoManageTime \ +static_assert(alignof(SMInstance_SetAutoManageTime) == 0x000001, "Wrong alignment on SMInstance_SetAutoManageTime"); \ +static_assert(sizeof(SMInstance_SetAutoManageTime) == 0x000001, "Wrong size on SMInstance_SetAutoManageTime"); \ +static_assert(offsetof(SMInstance_SetAutoManageTime, Value) == 0x000000, "Member 'SMInstance_SetAutoManageTime::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetCanEverTick \ +static_assert(alignof(SMInstance_SetCanEverTick) == 0x000001, "Wrong alignment on SMInstance_SetCanEverTick"); \ +static_assert(sizeof(SMInstance_SetCanEverTick) == 0x000001, "Wrong size on SMInstance_SetCanEverTick"); \ +static_assert(offsetof(SMInstance_SetCanEverTick, Value) == 0x000000, "Member 'SMInstance_SetCanEverTick::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetCanTickWhenPaused \ +static_assert(alignof(SMInstance_SetCanTickWhenPaused) == 0x000001, "Wrong alignment on SMInstance_SetCanTickWhenPaused"); \ +static_assert(sizeof(SMInstance_SetCanTickWhenPaused) == 0x000001, "Wrong size on SMInstance_SetCanTickWhenPaused"); \ +static_assert(offsetof(SMInstance_SetCanTickWhenPaused, Value) == 0x000000, "Member 'SMInstance_SetCanTickWhenPaused::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetContext \ +static_assert(alignof(SMInstance_SetContext) == 0x000008, "Wrong alignment on SMInstance_SetContext"); \ +static_assert(sizeof(SMInstance_SetContext) == 0x000008, "Wrong size on SMInstance_SetContext"); \ +static_assert(offsetof(SMInstance_SetContext, Context) == 0x000000, "Member 'SMInstance_SetContext::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetGuidRedirectMap \ +static_assert(alignof(SMInstance_SetGuidRedirectMap) == 0x000008, "Wrong alignment on SMInstance_SetGuidRedirectMap"); \ +static_assert(sizeof(SMInstance_SetGuidRedirectMap) == 0x000050, "Wrong size on SMInstance_SetGuidRedirectMap"); \ +static_assert(offsetof(SMInstance_SetGuidRedirectMap, InGuidMap) == 0x000000, "Member 'SMInstance_SetGuidRedirectMap::InGuidMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetStateHistoryMaxCount \ +static_assert(alignof(SMInstance_SetStateHistoryMaxCount) == 0x000004, "Wrong alignment on SMInstance_SetStateHistoryMaxCount"); \ +static_assert(sizeof(SMInstance_SetStateHistoryMaxCount) == 0x000004, "Wrong size on SMInstance_SetStateHistoryMaxCount"); \ +static_assert(offsetof(SMInstance_SetStateHistoryMaxCount, NewSize) == 0x000000, "Member 'SMInstance_SetStateHistoryMaxCount::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetStateMachineClass \ +static_assert(alignof(SMInstance_SetStateMachineClass) == 0x000008, "Wrong alignment on SMInstance_SetStateMachineClass"); \ +static_assert(sizeof(SMInstance_SetStateMachineClass) == 0x000008, "Wrong size on SMInstance_SetStateMachineClass"); \ +static_assert(offsetof(SMInstance_SetStateMachineClass, NewStateMachineClass) == 0x000000, "Member 'SMInstance_SetStateMachineClass::NewStateMachineClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetStopOnEndState \ +static_assert(alignof(SMInstance_SetStopOnEndState) == 0x000001, "Wrong alignment on SMInstance_SetStopOnEndState"); \ +static_assert(sizeof(SMInstance_SetStopOnEndState) == 0x000001, "Wrong size on SMInstance_SetStopOnEndState"); \ +static_assert(offsetof(SMInstance_SetStopOnEndState, Value) == 0x000000, "Member 'SMInstance_SetStopOnEndState::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetTickBeforeBeginPlay \ +static_assert(alignof(SMInstance_SetTickBeforeBeginPlay) == 0x000001, "Wrong alignment on SMInstance_SetTickBeforeBeginPlay"); \ +static_assert(sizeof(SMInstance_SetTickBeforeBeginPlay) == 0x000001, "Wrong size on SMInstance_SetTickBeforeBeginPlay"); \ +static_assert(offsetof(SMInstance_SetTickBeforeBeginPlay, Value) == 0x000000, "Member 'SMInstance_SetTickBeforeBeginPlay::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetTickInterval \ +static_assert(alignof(SMInstance_SetTickInterval) == 0x000004, "Wrong alignment on SMInstance_SetTickInterval"); \ +static_assert(sizeof(SMInstance_SetTickInterval) == 0x000004, "Wrong size on SMInstance_SetTickInterval"); \ +static_assert(offsetof(SMInstance_SetTickInterval, Value) == 0x000000, "Member 'SMInstance_SetTickInterval::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SetTickOnManualUpdate \ +static_assert(alignof(SMInstance_SetTickOnManualUpdate) == 0x000001, "Wrong alignment on SMInstance_SetTickOnManualUpdate"); \ +static_assert(sizeof(SMInstance_SetTickOnManualUpdate) == 0x000001, "Wrong size on SMInstance_SetTickOnManualUpdate"); \ +static_assert(offsetof(SMInstance_SetTickOnManualUpdate, Value) == 0x000000, "Member 'SMInstance_SetTickOnManualUpdate::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_StartWithNewContext \ +static_assert(alignof(SMInstance_StartWithNewContext) == 0x000008, "Wrong alignment on SMInstance_StartWithNewContext"); \ +static_assert(sizeof(SMInstance_StartWithNewContext) == 0x000008, "Wrong size on SMInstance_StartWithNewContext"); \ +static_assert(offsetof(SMInstance_StartWithNewContext, Context) == 0x000000, "Member 'SMInstance_StartWithNewContext::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SwitchActiveState \ +static_assert(alignof(SMInstance_SwitchActiveState) == 0x000008, "Wrong alignment on SMInstance_SwitchActiveState"); \ +static_assert(sizeof(SMInstance_SwitchActiveState) == 0x000010, "Wrong size on SMInstance_SwitchActiveState"); \ +static_assert(offsetof(SMInstance_SwitchActiveState, NewStateInstance) == 0x000000, "Member 'SMInstance_SwitchActiveState::NewStateInstance' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_SwitchActiveState, bDeactivateOtherStates) == 0x000008, "Member 'SMInstance_SwitchActiveState::bDeactivateOtherStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_SwitchActiveStateByQualifiedName \ +static_assert(alignof(SMInstance_SwitchActiveStateByQualifiedName) == 0x000008, "Wrong alignment on SMInstance_SwitchActiveStateByQualifiedName"); \ +static_assert(sizeof(SMInstance_SwitchActiveStateByQualifiedName) == 0x000018, "Wrong size on SMInstance_SwitchActiveStateByQualifiedName"); \ +static_assert(offsetof(SMInstance_SwitchActiveStateByQualifiedName, InFullPath) == 0x000000, "Member 'SMInstance_SwitchActiveStateByQualifiedName::InFullPath' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_SwitchActiveStateByQualifiedName, bDeactivateOtherStates) == 0x000010, "Member 'SMInstance_SwitchActiveStateByQualifiedName::bDeactivateOtherStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_TakeTransitionChain \ +static_assert(alignof(SMInstance_TakeTransitionChain) == 0x000008, "Wrong alignment on SMInstance_TakeTransitionChain"); \ +static_assert(sizeof(SMInstance_TakeTransitionChain) == 0x000018, "Wrong size on SMInstance_TakeTransitionChain"); \ +static_assert(offsetof(SMInstance_TakeTransitionChain, InTransitionChain) == 0x000000, "Member 'SMInstance_TakeTransitionChain::InTransitionChain' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_TakeTransitionChain, ReturnValue) == 0x000010, "Member 'SMInstance_TakeTransitionChain::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_Tick \ +static_assert(alignof(SMInstance_Tick) == 0x000004, "Wrong alignment on SMInstance_Tick"); \ +static_assert(sizeof(SMInstance_Tick) == 0x000004, "Wrong size on SMInstance_Tick"); \ +static_assert(offsetof(SMInstance_Tick, DeltaTime) == 0x000000, "Member 'SMInstance_Tick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_Update \ +static_assert(alignof(SMInstance_Update) == 0x000004, "Wrong alignment on SMInstance_Update"); \ +static_assert(sizeof(SMInstance_Update) == 0x000004, "Wrong size on SMInstance_Update"); \ +static_assert(offsetof(SMInstance_Update, DeltaSeconds) == 0x000000, "Member 'SMInstance_Update::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_AreInitialStatesSetFromLoad \ +static_assert(alignof(SMInstance_AreInitialStatesSetFromLoad) == 0x000001, "Wrong alignment on SMInstance_AreInitialStatesSetFromLoad"); \ +static_assert(sizeof(SMInstance_AreInitialStatesSetFromLoad) == 0x000001, "Wrong size on SMInstance_AreInitialStatesSetFromLoad"); \ +static_assert(offsetof(SMInstance_AreInitialStatesSetFromLoad, ReturnValue) == 0x000000, "Member 'SMInstance_AreInitialStatesSetFromLoad::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_CanAutoManageTime \ +static_assert(alignof(SMInstance_CanAutoManageTime) == 0x000001, "Wrong alignment on SMInstance_CanAutoManageTime"); \ +static_assert(sizeof(SMInstance_CanAutoManageTime) == 0x000001, "Wrong size on SMInstance_CanAutoManageTime"); \ +static_assert(offsetof(SMInstance_CanAutoManageTime, ReturnValue) == 0x000000, "Member 'SMInstance_CanAutoManageTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_CanEverTick \ +static_assert(alignof(SMInstance_CanEverTick) == 0x000001, "Wrong alignment on SMInstance_CanEverTick"); \ +static_assert(sizeof(SMInstance_CanEverTick) == 0x000001, "Wrong size on SMInstance_CanEverTick"); \ +static_assert(offsetof(SMInstance_CanEverTick, ReturnValue) == 0x000000, "Member 'SMInstance_CanEverTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_CanTickOnManualUpdate \ +static_assert(alignof(SMInstance_CanTickOnManualUpdate) == 0x000001, "Wrong alignment on SMInstance_CanTickOnManualUpdate"); \ +static_assert(sizeof(SMInstance_CanTickOnManualUpdate) == 0x000001, "Wrong size on SMInstance_CanTickOnManualUpdate"); \ +static_assert(offsetof(SMInstance_CanTickOnManualUpdate, ReturnValue) == 0x000000, "Member 'SMInstance_CanTickOnManualUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetActiveStateGuid \ +static_assert(alignof(SMInstance_GetActiveStateGuid) == 0x000004, "Wrong alignment on SMInstance_GetActiveStateGuid"); \ +static_assert(sizeof(SMInstance_GetActiveStateGuid) == 0x000010, "Wrong size on SMInstance_GetActiveStateGuid"); \ +static_assert(offsetof(SMInstance_GetActiveStateGuid, ReturnValue) == 0x000000, "Member 'SMInstance_GetActiveStateGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetActiveStateInstance \ +static_assert(alignof(SMInstance_GetActiveStateInstance) == 0x000008, "Wrong alignment on SMInstance_GetActiveStateInstance"); \ +static_assert(sizeof(SMInstance_GetActiveStateInstance) == 0x000010, "Wrong size on SMInstance_GetActiveStateInstance"); \ +static_assert(offsetof(SMInstance_GetActiveStateInstance, bCheckNested) == 0x000000, "Member 'SMInstance_GetActiveStateInstance::bCheckNested' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetActiveStateInstance, ReturnValue) == 0x000008, "Member 'SMInstance_GetActiveStateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetActiveStateName \ +static_assert(alignof(SMInstance_GetActiveStateName) == 0x000008, "Wrong alignment on SMInstance_GetActiveStateName"); \ +static_assert(sizeof(SMInstance_GetActiveStateName) == 0x000010, "Wrong size on SMInstance_GetActiveStateName"); \ +static_assert(offsetof(SMInstance_GetActiveStateName, ReturnValue) == 0x000000, "Member 'SMInstance_GetActiveStateName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetAllActiveStateGuids \ +static_assert(alignof(SMInstance_GetAllActiveStateGuids) == 0x000008, "Wrong alignment on SMInstance_GetAllActiveStateGuids"); \ +static_assert(sizeof(SMInstance_GetAllActiveStateGuids) == 0x000010, "Wrong size on SMInstance_GetAllActiveStateGuids"); \ +static_assert(offsetof(SMInstance_GetAllActiveStateGuids, ActiveGuids) == 0x000000, "Member 'SMInstance_GetAllActiveStateGuids::ActiveGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetAllActiveStateInstances \ +static_assert(alignof(SMInstance_GetAllActiveStateInstances) == 0x000008, "Wrong alignment on SMInstance_GetAllActiveStateInstances"); \ +static_assert(sizeof(SMInstance_GetAllActiveStateInstances) == 0x000010, "Wrong size on SMInstance_GetAllActiveStateInstances"); \ +static_assert(offsetof(SMInstance_GetAllActiveStateInstances, ActiveStateInstances) == 0x000000, "Member 'SMInstance_GetAllActiveStateInstances::ActiveStateInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetAllCurrentStateGuids \ +static_assert(alignof(SMInstance_GetAllCurrentStateGuids) == 0x000008, "Wrong alignment on SMInstance_GetAllCurrentStateGuids"); \ +static_assert(sizeof(SMInstance_GetAllCurrentStateGuids) == 0x000010, "Wrong size on SMInstance_GetAllCurrentStateGuids"); \ +static_assert(offsetof(SMInstance_GetAllCurrentStateGuids, ReturnValue) == 0x000000, "Member 'SMInstance_GetAllCurrentStateGuids::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetAllReferencedInstances \ +static_assert(alignof(SMInstance_GetAllReferencedInstances) == 0x000008, "Wrong alignment on SMInstance_GetAllReferencedInstances"); \ +static_assert(sizeof(SMInstance_GetAllReferencedInstances) == 0x000018, "Wrong size on SMInstance_GetAllReferencedInstances"); \ +static_assert(offsetof(SMInstance_GetAllReferencedInstances, bIncludeChildren) == 0x000000, "Member 'SMInstance_GetAllReferencedInstances::bIncludeChildren' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetAllReferencedInstances, ReturnValue) == 0x000008, "Member 'SMInstance_GetAllReferencedInstances::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetAllStateInstances \ +static_assert(alignof(SMInstance_GetAllStateInstances) == 0x000008, "Wrong alignment on SMInstance_GetAllStateInstances"); \ +static_assert(sizeof(SMInstance_GetAllStateInstances) == 0x000010, "Wrong size on SMInstance_GetAllStateInstances"); \ +static_assert(offsetof(SMInstance_GetAllStateInstances, StateInstances) == 0x000000, "Member 'SMInstance_GetAllStateInstances::StateInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetAllTransitionInstances \ +static_assert(alignof(SMInstance_GetAllTransitionInstances) == 0x000008, "Wrong alignment on SMInstance_GetAllTransitionInstances"); \ +static_assert(sizeof(SMInstance_GetAllTransitionInstances) == 0x000010, "Wrong size on SMInstance_GetAllTransitionInstances"); \ +static_assert(offsetof(SMInstance_GetAllTransitionInstances, TransitionInstances) == 0x000000, "Member 'SMInstance_GetAllTransitionInstances::TransitionInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetComponentOwner \ +static_assert(alignof(SMInstance_GetComponentOwner) == 0x000008, "Wrong alignment on SMInstance_GetComponentOwner"); \ +static_assert(sizeof(SMInstance_GetComponentOwner) == 0x000008, "Wrong size on SMInstance_GetComponentOwner"); \ +static_assert(offsetof(SMInstance_GetComponentOwner, ReturnValue) == 0x000000, "Member 'SMInstance_GetComponentOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetContext \ +static_assert(alignof(SMInstance_GetContext) == 0x000008, "Wrong alignment on SMInstance_GetContext"); \ +static_assert(sizeof(SMInstance_GetContext) == 0x000008, "Wrong size on SMInstance_GetContext"); \ +static_assert(offsetof(SMInstance_GetContext, ReturnValue) == 0x000000, "Member 'SMInstance_GetContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetNestedActiveStateGuid \ +static_assert(alignof(SMInstance_GetNestedActiveStateGuid) == 0x000004, "Wrong alignment on SMInstance_GetNestedActiveStateGuid"); \ +static_assert(sizeof(SMInstance_GetNestedActiveStateGuid) == 0x000010, "Wrong size on SMInstance_GetNestedActiveStateGuid"); \ +static_assert(offsetof(SMInstance_GetNestedActiveStateGuid, ReturnValue) == 0x000000, "Member 'SMInstance_GetNestedActiveStateGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetNestedActiveStateName \ +static_assert(alignof(SMInstance_GetNestedActiveStateName) == 0x000008, "Wrong alignment on SMInstance_GetNestedActiveStateName"); \ +static_assert(sizeof(SMInstance_GetNestedActiveStateName) == 0x000010, "Wrong size on SMInstance_GetNestedActiveStateName"); \ +static_assert(offsetof(SMInstance_GetNestedActiveStateName, ReturnValue) == 0x000000, "Member 'SMInstance_GetNestedActiveStateName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetNetworkInterface \ +static_assert(alignof(SMInstance_GetNetworkInterface) == 0x000008, "Wrong alignment on SMInstance_GetNetworkInterface"); \ +static_assert(sizeof(SMInstance_GetNetworkInterface) == 0x000010, "Wrong size on SMInstance_GetNetworkInterface"); \ +static_assert(offsetof(SMInstance_GetNetworkInterface, ReturnValue) == 0x000000, "Member 'SMInstance_GetNetworkInterface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetNodeInstanceByGuid \ +static_assert(alignof(SMInstance_GetNodeInstanceByGuid) == 0x000008, "Wrong alignment on SMInstance_GetNodeInstanceByGuid"); \ +static_assert(sizeof(SMInstance_GetNodeInstanceByGuid) == 0x000018, "Wrong size on SMInstance_GetNodeInstanceByGuid"); \ +static_assert(offsetof(SMInstance_GetNodeInstanceByGuid, Guid) == 0x000000, "Member 'SMInstance_GetNodeInstanceByGuid::Guid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetNodeInstanceByGuid, ReturnValue) == 0x000010, "Member 'SMInstance_GetNodeInstanceByGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetReferencedInstanceByGuid \ +static_assert(alignof(SMInstance_GetReferencedInstanceByGuid) == 0x000008, "Wrong alignment on SMInstance_GetReferencedInstanceByGuid"); \ +static_assert(sizeof(SMInstance_GetReferencedInstanceByGuid) == 0x000018, "Wrong size on SMInstance_GetReferencedInstanceByGuid"); \ +static_assert(offsetof(SMInstance_GetReferencedInstanceByGuid, Guid) == 0x000000, "Member 'SMInstance_GetReferencedInstanceByGuid::Guid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetReferencedInstanceByGuid, ReturnValue) == 0x000010, "Member 'SMInstance_GetReferencedInstanceByGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetReferenceOwner \ +static_assert(alignof(SMInstance_GetReferenceOwner) == 0x000008, "Wrong alignment on SMInstance_GetReferenceOwner"); \ +static_assert(sizeof(SMInstance_GetReferenceOwner) == 0x000008, "Wrong size on SMInstance_GetReferenceOwner"); \ +static_assert(offsetof(SMInstance_GetReferenceOwner, ReturnValue) == 0x000000, "Member 'SMInstance_GetReferenceOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetRootStateMachineInstance \ +static_assert(alignof(SMInstance_GetRootStateMachineInstance) == 0x000008, "Wrong alignment on SMInstance_GetRootStateMachineInstance"); \ +static_assert(sizeof(SMInstance_GetRootStateMachineInstance) == 0x000008, "Wrong size on SMInstance_GetRootStateMachineInstance"); \ +static_assert(offsetof(SMInstance_GetRootStateMachineInstance, ReturnValue) == 0x000000, "Member 'SMInstance_GetRootStateMachineInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetRootStateMachineNodeInstance \ +static_assert(alignof(SMInstance_GetRootStateMachineNodeInstance) == 0x000008, "Wrong alignment on SMInstance_GetRootStateMachineNodeInstance"); \ +static_assert(sizeof(SMInstance_GetRootStateMachineNodeInstance) == 0x000008, "Wrong size on SMInstance_GetRootStateMachineNodeInstance"); \ +static_assert(offsetof(SMInstance_GetRootStateMachineNodeInstance, ReturnValue) == 0x000000, "Member 'SMInstance_GetRootStateMachineNodeInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetSingleActiveStateGuid \ +static_assert(alignof(SMInstance_GetSingleActiveStateGuid) == 0x000004, "Wrong alignment on SMInstance_GetSingleActiveStateGuid"); \ +static_assert(sizeof(SMInstance_GetSingleActiveStateGuid) == 0x000014, "Wrong size on SMInstance_GetSingleActiveStateGuid"); \ +static_assert(offsetof(SMInstance_GetSingleActiveStateGuid, bCheckNested) == 0x000000, "Member 'SMInstance_GetSingleActiveStateGuid::bCheckNested' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetSingleActiveStateGuid, ReturnValue) == 0x000004, "Member 'SMInstance_GetSingleActiveStateGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetSingleActiveStateInstance \ +static_assert(alignof(SMInstance_GetSingleActiveStateInstance) == 0x000008, "Wrong alignment on SMInstance_GetSingleActiveStateInstance"); \ +static_assert(sizeof(SMInstance_GetSingleActiveStateInstance) == 0x000010, "Wrong size on SMInstance_GetSingleActiveStateInstance"); \ +static_assert(offsetof(SMInstance_GetSingleActiveStateInstance, bCheckNested) == 0x000000, "Member 'SMInstance_GetSingleActiveStateInstance::bCheckNested' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetSingleActiveStateInstance, ReturnValue) == 0x000008, "Member 'SMInstance_GetSingleActiveStateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetStateHistory \ +static_assert(alignof(SMInstance_GetStateHistory) == 0x000008, "Wrong alignment on SMInstance_GetStateHistory"); \ +static_assert(sizeof(SMInstance_GetStateHistory) == 0x000010, "Wrong size on SMInstance_GetStateHistory"); \ +static_assert(offsetof(SMInstance_GetStateHistory, ReturnValue) == 0x000000, "Member 'SMInstance_GetStateHistory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetStateHistoryMaxCount \ +static_assert(alignof(SMInstance_GetStateHistoryMaxCount) == 0x000004, "Wrong alignment on SMInstance_GetStateHistoryMaxCount"); \ +static_assert(sizeof(SMInstance_GetStateHistoryMaxCount) == 0x000004, "Wrong size on SMInstance_GetStateHistoryMaxCount"); \ +static_assert(offsetof(SMInstance_GetStateHistoryMaxCount, ReturnValue) == 0x000000, "Member 'SMInstance_GetStateHistoryMaxCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetStateInstanceByGuid \ +static_assert(alignof(SMInstance_GetStateInstanceByGuid) == 0x000008, "Wrong alignment on SMInstance_GetStateInstanceByGuid"); \ +static_assert(sizeof(SMInstance_GetStateInstanceByGuid) == 0x000018, "Wrong size on SMInstance_GetStateInstanceByGuid"); \ +static_assert(offsetof(SMInstance_GetStateInstanceByGuid, Guid) == 0x000000, "Member 'SMInstance_GetStateInstanceByGuid::Guid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetStateInstanceByGuid, ReturnValue) == 0x000010, "Member 'SMInstance_GetStateInstanceByGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetStateInstanceByQualifiedName \ +static_assert(alignof(SMInstance_GetStateInstanceByQualifiedName) == 0x000008, "Wrong alignment on SMInstance_GetStateInstanceByQualifiedName"); \ +static_assert(sizeof(SMInstance_GetStateInstanceByQualifiedName) == 0x000018, "Wrong size on SMInstance_GetStateInstanceByQualifiedName"); \ +static_assert(offsetof(SMInstance_GetStateInstanceByQualifiedName, InFullPath) == 0x000000, "Member 'SMInstance_GetStateInstanceByQualifiedName::InFullPath' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetStateInstanceByQualifiedName, ReturnValue) == 0x000010, "Member 'SMInstance_GetStateInstanceByQualifiedName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetStateMachineClass \ +static_assert(alignof(SMInstance_GetStateMachineClass) == 0x000008, "Wrong alignment on SMInstance_GetStateMachineClass"); \ +static_assert(sizeof(SMInstance_GetStateMachineClass) == 0x000008, "Wrong size on SMInstance_GetStateMachineClass"); \ +static_assert(offsetof(SMInstance_GetStateMachineClass, ReturnValue) == 0x000000, "Member 'SMInstance_GetStateMachineClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetStopOnEndState \ +static_assert(alignof(SMInstance_GetStopOnEndState) == 0x000001, "Wrong alignment on SMInstance_GetStopOnEndState"); \ +static_assert(sizeof(SMInstance_GetStopOnEndState) == 0x000001, "Wrong size on SMInstance_GetStopOnEndState"); \ +static_assert(offsetof(SMInstance_GetStopOnEndState, ReturnValue) == 0x000000, "Member 'SMInstance_GetStopOnEndState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetTickInterval \ +static_assert(alignof(SMInstance_GetTickInterval) == 0x000004, "Wrong alignment on SMInstance_GetTickInterval"); \ +static_assert(sizeof(SMInstance_GetTickInterval) == 0x000004, "Wrong size on SMInstance_GetTickInterval"); \ +static_assert(offsetof(SMInstance_GetTickInterval, ReturnValue) == 0x000000, "Member 'SMInstance_GetTickInterval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_GetTransitionInstanceByGuid \ +static_assert(alignof(SMInstance_GetTransitionInstanceByGuid) == 0x000008, "Wrong alignment on SMInstance_GetTransitionInstanceByGuid"); \ +static_assert(sizeof(SMInstance_GetTransitionInstanceByGuid) == 0x000018, "Wrong size on SMInstance_GetTransitionInstanceByGuid"); \ +static_assert(offsetof(SMInstance_GetTransitionInstanceByGuid, Guid) == 0x000000, "Member 'SMInstance_GetTransitionInstanceByGuid::Guid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_GetTransitionInstanceByGuid, ReturnValue) == 0x000010, "Member 'SMInstance_GetTransitionInstanceByGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_HasStarted \ +static_assert(alignof(SMInstance_HasStarted) == 0x000001, "Wrong alignment on SMInstance_HasStarted"); \ +static_assert(sizeof(SMInstance_HasStarted) == 0x000001, "Wrong size on SMInstance_HasStarted"); \ +static_assert(offsetof(SMInstance_HasStarted, ReturnValue) == 0x000000, "Member 'SMInstance_HasStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_IsActive \ +static_assert(alignof(SMInstance_IsActive) == 0x000001, "Wrong alignment on SMInstance_IsActive"); \ +static_assert(sizeof(SMInstance_IsActive) == 0x000001, "Wrong size on SMInstance_IsActive"); \ +static_assert(offsetof(SMInstance_IsActive, ReturnValue) == 0x000000, "Member 'SMInstance_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_IsInEndState \ +static_assert(alignof(SMInstance_IsInEndState) == 0x000001, "Wrong alignment on SMInstance_IsInEndState"); \ +static_assert(sizeof(SMInstance_IsInEndState) == 0x000001, "Wrong size on SMInstance_IsInEndState"); \ +static_assert(offsetof(SMInstance_IsInEndState, ReturnValue) == 0x000000, "Member 'SMInstance_IsInEndState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_IsInitialized \ +static_assert(alignof(SMInstance_IsInitialized) == 0x000001, "Wrong alignment on SMInstance_IsInitialized"); \ +static_assert(sizeof(SMInstance_IsInitialized) == 0x000001, "Wrong size on SMInstance_IsInitialized"); \ +static_assert(offsetof(SMInstance_IsInitialized, ReturnValue) == 0x000000, "Member 'SMInstance_IsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_IsTickable \ +static_assert(alignof(SMInstance_IsTickable) == 0x000001, "Wrong alignment on SMInstance_IsTickable"); \ +static_assert(sizeof(SMInstance_IsTickable) == 0x000001, "Wrong size on SMInstance_IsTickable"); \ +static_assert(offsetof(SMInstance_IsTickable, ReturnValue) == 0x000000, "Member 'SMInstance_IsTickable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_IsTickableWhenPaused \ +static_assert(alignof(SMInstance_IsTickableWhenPaused) == 0x000001, "Wrong alignment on SMInstance_IsTickableWhenPaused"); \ +static_assert(sizeof(SMInstance_IsTickableWhenPaused) == 0x000001, "Wrong size on SMInstance_IsTickableWhenPaused"); \ +static_assert(offsetof(SMInstance_IsTickableWhenPaused, ReturnValue) == 0x000000, "Member 'SMInstance_IsTickableWhenPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_TryGetNestedActiveState \ +static_assert(alignof(SMInstance_TryGetNestedActiveState) == 0x000008, "Wrong alignment on SMInstance_TryGetNestedActiveState"); \ +static_assert(sizeof(SMInstance_TryGetNestedActiveState) == 0x000088, "Wrong size on SMInstance_TryGetNestedActiveState"); \ +static_assert(offsetof(SMInstance_TryGetNestedActiveState, FoundState) == 0x000000, "Member 'SMInstance_TryGetNestedActiveState::FoundState' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_TryGetNestedActiveState, bSuccess) == 0x000080, "Member 'SMInstance_TryGetNestedActiveState::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_TryGetStateInfo \ +static_assert(alignof(SMInstance_TryGetStateInfo) == 0x000008, "Wrong alignment on SMInstance_TryGetStateInfo"); \ +static_assert(sizeof(SMInstance_TryGetStateInfo) == 0x000098, "Wrong size on SMInstance_TryGetStateInfo"); \ +static_assert(offsetof(SMInstance_TryGetStateInfo, Guid) == 0x000000, "Member 'SMInstance_TryGetStateInfo::Guid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_TryGetStateInfo, StateInfo) == 0x000010, "Member 'SMInstance_TryGetStateInfo::StateInfo' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_TryGetStateInfo, bSuccess) == 0x000090, "Member 'SMInstance_TryGetStateInfo::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMInstance_TryGetTransitionInfo \ +static_assert(alignof(SMInstance_TryGetTransitionInfo) == 0x000008, "Wrong alignment on SMInstance_TryGetTransitionInfo"); \ +static_assert(sizeof(SMInstance_TryGetTransitionInfo) == 0x0000B0, "Wrong size on SMInstance_TryGetTransitionInfo"); \ +static_assert(offsetof(SMInstance_TryGetTransitionInfo, Guid) == 0x000000, "Member 'SMInstance_TryGetTransitionInfo::Guid' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_TryGetTransitionInfo, TransitionInfo) == 0x000010, "Member 'SMInstance_TryGetTransitionInfo::TransitionInfo' has a wrong offset!"); \ +static_assert(offsetof(SMInstance_TryGetTransitionInfo, bSuccess) == 0x0000A8, "Member 'SMInstance_TryGetTransitionInfo::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMInstance \ +static_assert(alignof(USMInstance) == 0x000008, "Wrong alignment on USMInstance"); \ +static_assert(sizeof(USMInstance) == 0x0005D0, "Wrong size on USMInstance"); \ +static_assert(offsetof(USMInstance, ReplicatedReferences) == 0x000060, "Member 'USMInstance::ReplicatedReferences' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, RootStateMachineGuid) == 0x000070, "Member 'USMInstance::RootStateMachineGuid' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnPreStateMachineInitializedEvent) == 0x000080, "Member 'USMInstance::OnPreStateMachineInitializedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineInitializedEvent) == 0x000090, "Member 'USMInstance::OnStateMachineInitializedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineStartedEvent) == 0x0000A0, "Member 'USMInstance::OnStateMachineStartedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineUpdatedEvent) == 0x0000B0, "Member 'USMInstance::OnStateMachineUpdatedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineStoppedEvent) == 0x0000C0, "Member 'USMInstance::OnStateMachineStoppedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineShutdownEvent) == 0x0000D0, "Member 'USMInstance::OnStateMachineShutdownEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineTransitionTakenEvent) == 0x0000E0, "Member 'USMInstance::OnStateMachineTransitionTakenEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineStateChangedEvent) == 0x0000F0, "Member 'USMInstance::OnStateMachineStateChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, OnStateMachineStateStartedEvent) == 0x000100, "Member 'USMInstance::OnStateMachineStateStartedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, ComponentOwner) == 0x000110, "Member 'USMInstance::ComponentOwner' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, NetworkInterface) == 0x000118, "Member 'USMInstance::NetworkInterface' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, RootStateMachine) == 0x000268, "Member 'USMInstance::RootStateMachine' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, R_StateMachineContext) == 0x000488, "Member 'USMInstance::R_StateMachineContext' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, ReferenceOwner) == 0x000490, "Member 'USMInstance::ReferenceOwner' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, StateMachineClass) == 0x000498, "Member 'USMInstance::StateMachineClass' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, TickInterval) == 0x0004A4, "Member 'USMInstance::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, StateHistory) == 0x0004B8, "Member 'USMInstance::StateHistory' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, StateHistoryMaxCount) == 0x0004C8, "Member 'USMInstance::StateHistoryMaxCount' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, PathGuidRedirectMap) == 0x0004D0, "Member 'USMInstance::PathGuidRedirectMap' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, RootPathGuidCache) == 0x000520, "Member 'USMInstance::RootPathGuidCache' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, ReferenceTemplates) == 0x000570, "Member 'USMInstance::ReferenceTemplates' has a wrong offset!"); \ +static_assert(offsetof(USMInstance, NodeExposedFunctions) == 0x000580, "Member 'USMInstance::NodeExposedFunctions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SetActive \ +static_assert(alignof(SMStateInstance_Base_SetActive) == 0x000001, "Wrong alignment on SMStateInstance_Base_SetActive"); \ +static_assert(sizeof(SMStateInstance_Base_SetActive) == 0x000003, "Wrong size on SMStateInstance_Base_SetActive"); \ +static_assert(offsetof(SMStateInstance_Base_SetActive, bValue) == 0x000000, "Member 'SMStateInstance_Base_SetActive::bValue' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SetActive, bSetAllParents) == 0x000001, "Member 'SMStateInstance_Base_SetActive::bSetAllParents' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SetActive, bActivateNow) == 0x000002, "Member 'SMStateInstance_Base_SetActive::bActivateNow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SetAlwaysUpdate \ +static_assert(alignof(SMStateInstance_Base_SetAlwaysUpdate) == 0x000001, "Wrong alignment on SMStateInstance_Base_SetAlwaysUpdate"); \ +static_assert(sizeof(SMStateInstance_Base_SetAlwaysUpdate) == 0x000001, "Wrong size on SMStateInstance_Base_SetAlwaysUpdate"); \ +static_assert(offsetof(SMStateInstance_Base_SetAlwaysUpdate, bValue) == 0x000000, "Member 'SMStateInstance_Base_SetAlwaysUpdate::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SetDisableTickTransitionEvaluation \ +static_assert(alignof(SMStateInstance_Base_SetDisableTickTransitionEvaluation) == 0x000001, "Wrong alignment on SMStateInstance_Base_SetDisableTickTransitionEvaluation"); \ +static_assert(sizeof(SMStateInstance_Base_SetDisableTickTransitionEvaluation) == 0x000001, "Wrong size on SMStateInstance_Base_SetDisableTickTransitionEvaluation"); \ +static_assert(offsetof(SMStateInstance_Base_SetDisableTickTransitionEvaluation, bValue) == 0x000000, "Member 'SMStateInstance_Base_SetDisableTickTransitionEvaluation::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SetEvalTransitionsOnStart \ +static_assert(alignof(SMStateInstance_Base_SetEvalTransitionsOnStart) == 0x000001, "Wrong alignment on SMStateInstance_Base_SetEvalTransitionsOnStart"); \ +static_assert(sizeof(SMStateInstance_Base_SetEvalTransitionsOnStart) == 0x000001, "Wrong size on SMStateInstance_Base_SetEvalTransitionsOnStart"); \ +static_assert(offsetof(SMStateInstance_Base_SetEvalTransitionsOnStart, bValue) == 0x000000, "Member 'SMStateInstance_Base_SetEvalTransitionsOnStart::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SetExcludeFromAnyState \ +static_assert(alignof(SMStateInstance_Base_SetExcludeFromAnyState) == 0x000001, "Wrong alignment on SMStateInstance_Base_SetExcludeFromAnyState"); \ +static_assert(sizeof(SMStateInstance_Base_SetExcludeFromAnyState) == 0x000001, "Wrong size on SMStateInstance_Base_SetExcludeFromAnyState"); \ +static_assert(offsetof(SMStateInstance_Base_SetExcludeFromAnyState, bValue) == 0x000000, "Member 'SMStateInstance_Base_SetExcludeFromAnyState::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SwitchToLinkedState \ +static_assert(alignof(SMStateInstance_Base_SwitchToLinkedState) == 0x000008, "Wrong alignment on SMStateInstance_Base_SwitchToLinkedState"); \ +static_assert(sizeof(SMStateInstance_Base_SwitchToLinkedState) == 0x000010, "Wrong size on SMStateInstance_Base_SwitchToLinkedState"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedState, NextStateInstance) == 0x000000, "Member 'SMStateInstance_Base_SwitchToLinkedState::NextStateInstance' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedState, bRequireTransitionToPass) == 0x000008, "Member 'SMStateInstance_Base_SwitchToLinkedState::bRequireTransitionToPass' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedState, bActivateNow) == 0x000009, "Member 'SMStateInstance_Base_SwitchToLinkedState::bActivateNow' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedState, ReturnValue) == 0x00000A, "Member 'SMStateInstance_Base_SwitchToLinkedState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SwitchToLinkedStateByName \ +static_assert(alignof(SMStateInstance_Base_SwitchToLinkedStateByName) == 0x000008, "Wrong alignment on SMStateInstance_Base_SwitchToLinkedStateByName"); \ +static_assert(sizeof(SMStateInstance_Base_SwitchToLinkedStateByName) == 0x000018, "Wrong size on SMStateInstance_Base_SwitchToLinkedStateByName"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByName, NextStateName) == 0x000000, "Member 'SMStateInstance_Base_SwitchToLinkedStateByName::NextStateName' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByName, bRequireTransitionToPass) == 0x000010, "Member 'SMStateInstance_Base_SwitchToLinkedStateByName::bRequireTransitionToPass' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByName, bActivateNow) == 0x000011, "Member 'SMStateInstance_Base_SwitchToLinkedStateByName::bActivateNow' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByName, ReturnValue) == 0x000012, "Member 'SMStateInstance_Base_SwitchToLinkedStateByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_SwitchToLinkedStateByTransition \ +static_assert(alignof(SMStateInstance_Base_SwitchToLinkedStateByTransition) == 0x000008, "Wrong alignment on SMStateInstance_Base_SwitchToLinkedStateByTransition"); \ +static_assert(sizeof(SMStateInstance_Base_SwitchToLinkedStateByTransition) == 0x000010, "Wrong size on SMStateInstance_Base_SwitchToLinkedStateByTransition"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByTransition, TransitionInstance) == 0x000000, "Member 'SMStateInstance_Base_SwitchToLinkedStateByTransition::TransitionInstance' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByTransition, bRequireTransitionToPass) == 0x000008, "Member 'SMStateInstance_Base_SwitchToLinkedStateByTransition::bRequireTransitionToPass' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByTransition, bActivateNow) == 0x000009, "Member 'SMStateInstance_Base_SwitchToLinkedStateByTransition::bActivateNow' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_SwitchToLinkedStateByTransition, ReturnValue) == 0x00000A, "Member 'SMStateInstance_Base_SwitchToLinkedStateByTransition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_AreAllIncomingTransitionsFromAnAnyState \ +static_assert(alignof(SMStateInstance_Base_AreAllIncomingTransitionsFromAnAnyState) == 0x000001, "Wrong alignment on SMStateInstance_Base_AreAllIncomingTransitionsFromAnAnyState"); \ +static_assert(sizeof(SMStateInstance_Base_AreAllIncomingTransitionsFromAnAnyState) == 0x000001, "Wrong size on SMStateInstance_Base_AreAllIncomingTransitionsFromAnAnyState"); \ +static_assert(offsetof(SMStateInstance_Base_AreAllIncomingTransitionsFromAnAnyState, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_AreAllIncomingTransitionsFromAnAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_AreAllOutgoingTransitionsFromAnAnyState \ +static_assert(alignof(SMStateInstance_Base_AreAllOutgoingTransitionsFromAnAnyState) == 0x000001, "Wrong alignment on SMStateInstance_Base_AreAllOutgoingTransitionsFromAnAnyState"); \ +static_assert(sizeof(SMStateInstance_Base_AreAllOutgoingTransitionsFromAnAnyState) == 0x000001, "Wrong size on SMStateInstance_Base_AreAllOutgoingTransitionsFromAnAnyState"); \ +static_assert(offsetof(SMStateInstance_Base_AreAllOutgoingTransitionsFromAnAnyState, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_AreAllOutgoingTransitionsFromAnAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetAlwaysUpdate \ +static_assert(alignof(SMStateInstance_Base_GetAlwaysUpdate) == 0x000001, "Wrong alignment on SMStateInstance_Base_GetAlwaysUpdate"); \ +static_assert(sizeof(SMStateInstance_Base_GetAlwaysUpdate) == 0x000001, "Wrong size on SMStateInstance_Base_GetAlwaysUpdate"); \ +static_assert(offsetof(SMStateInstance_Base_GetAlwaysUpdate, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetAlwaysUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetDisableTickTransitionEvaluation \ +static_assert(alignof(SMStateInstance_Base_GetDisableTickTransitionEvaluation) == 0x000001, "Wrong alignment on SMStateInstance_Base_GetDisableTickTransitionEvaluation"); \ +static_assert(sizeof(SMStateInstance_Base_GetDisableTickTransitionEvaluation) == 0x000001, "Wrong size on SMStateInstance_Base_GetDisableTickTransitionEvaluation"); \ +static_assert(offsetof(SMStateInstance_Base_GetDisableTickTransitionEvaluation, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetDisableTickTransitionEvaluation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetEvalTransitionsOnStart \ +static_assert(alignof(SMStateInstance_Base_GetEvalTransitionsOnStart) == 0x000001, "Wrong alignment on SMStateInstance_Base_GetEvalTransitionsOnStart"); \ +static_assert(sizeof(SMStateInstance_Base_GetEvalTransitionsOnStart) == 0x000001, "Wrong size on SMStateInstance_Base_GetEvalTransitionsOnStart"); \ +static_assert(offsetof(SMStateInstance_Base_GetEvalTransitionsOnStart, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetEvalTransitionsOnStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetExcludeFromAnyState \ +static_assert(alignof(SMStateInstance_Base_GetExcludeFromAnyState) == 0x000001, "Wrong alignment on SMStateInstance_Base_GetExcludeFromAnyState"); \ +static_assert(sizeof(SMStateInstance_Base_GetExcludeFromAnyState) == 0x000001, "Wrong size on SMStateInstance_Base_GetExcludeFromAnyState"); \ +static_assert(offsetof(SMStateInstance_Base_GetExcludeFromAnyState, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetExcludeFromAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetIncomingTransitions \ +static_assert(alignof(SMStateInstance_Base_GetIncomingTransitions) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetIncomingTransitions"); \ +static_assert(sizeof(SMStateInstance_Base_GetIncomingTransitions) == 0x000018, "Wrong size on SMStateInstance_Base_GetIncomingTransitions"); \ +static_assert(offsetof(SMStateInstance_Base_GetIncomingTransitions, Transitions) == 0x000000, "Member 'SMStateInstance_Base_GetIncomingTransitions::Transitions' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetIncomingTransitions, bExcludeAlwaysFalse) == 0x000010, "Member 'SMStateInstance_Base_GetIncomingTransitions::bExcludeAlwaysFalse' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetIncomingTransitions, ReturnValue) == 0x000011, "Member 'SMStateInstance_Base_GetIncomingTransitions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetNextStateByName \ +static_assert(alignof(SMStateInstance_Base_GetNextStateByName) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetNextStateByName"); \ +static_assert(sizeof(SMStateInstance_Base_GetNextStateByName) == 0x000018, "Wrong size on SMStateInstance_Base_GetNextStateByName"); \ +static_assert(offsetof(SMStateInstance_Base_GetNextStateByName, StateName) == 0x000000, "Member 'SMStateInstance_Base_GetNextStateByName::StateName' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetNextStateByName, ReturnValue) == 0x000010, "Member 'SMStateInstance_Base_GetNextStateByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetNextStateByTransitionIndex \ +static_assert(alignof(SMStateInstance_Base_GetNextStateByTransitionIndex) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetNextStateByTransitionIndex"); \ +static_assert(sizeof(SMStateInstance_Base_GetNextStateByTransitionIndex) == 0x000010, "Wrong size on SMStateInstance_Base_GetNextStateByTransitionIndex"); \ +static_assert(offsetof(SMStateInstance_Base_GetNextStateByTransitionIndex, Index_0) == 0x000000, "Member 'SMStateInstance_Base_GetNextStateByTransitionIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetNextStateByTransitionIndex, ReturnValue) == 0x000008, "Member 'SMStateInstance_Base_GetNextStateByTransitionIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetOutgoingTransitions \ +static_assert(alignof(SMStateInstance_Base_GetOutgoingTransitions) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetOutgoingTransitions"); \ +static_assert(sizeof(SMStateInstance_Base_GetOutgoingTransitions) == 0x000018, "Wrong size on SMStateInstance_Base_GetOutgoingTransitions"); \ +static_assert(offsetof(SMStateInstance_Base_GetOutgoingTransitions, Transitions) == 0x000000, "Member 'SMStateInstance_Base_GetOutgoingTransitions::Transitions' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetOutgoingTransitions, bExcludeAlwaysFalse) == 0x000010, "Member 'SMStateInstance_Base_GetOutgoingTransitions::bExcludeAlwaysFalse' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetOutgoingTransitions, ReturnValue) == 0x000011, "Member 'SMStateInstance_Base_GetOutgoingTransitions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetPreviousActiveState \ +static_assert(alignof(SMStateInstance_Base_GetPreviousActiveState) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetPreviousActiveState"); \ +static_assert(sizeof(SMStateInstance_Base_GetPreviousActiveState) == 0x000008, "Wrong size on SMStateInstance_Base_GetPreviousActiveState"); \ +static_assert(offsetof(SMStateInstance_Base_GetPreviousActiveState, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetPreviousActiveState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetPreviousActiveTransition \ +static_assert(alignof(SMStateInstance_Base_GetPreviousActiveTransition) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetPreviousActiveTransition"); \ +static_assert(sizeof(SMStateInstance_Base_GetPreviousActiveTransition) == 0x000008, "Wrong size on SMStateInstance_Base_GetPreviousActiveTransition"); \ +static_assert(offsetof(SMStateInstance_Base_GetPreviousActiveTransition, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetPreviousActiveTransition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetPreviousStateByName \ +static_assert(alignof(SMStateInstance_Base_GetPreviousStateByName) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetPreviousStateByName"); \ +static_assert(sizeof(SMStateInstance_Base_GetPreviousStateByName) == 0x000018, "Wrong size on SMStateInstance_Base_GetPreviousStateByName"); \ +static_assert(offsetof(SMStateInstance_Base_GetPreviousStateByName, StateName) == 0x000000, "Member 'SMStateInstance_Base_GetPreviousStateByName::StateName' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetPreviousStateByName, ReturnValue) == 0x000010, "Member 'SMStateInstance_Base_GetPreviousStateByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetServerTimeInState \ +static_assert(alignof(SMStateInstance_Base_GetServerTimeInState) == 0x000004, "Wrong alignment on SMStateInstance_Base_GetServerTimeInState"); \ +static_assert(sizeof(SMStateInstance_Base_GetServerTimeInState) == 0x000008, "Wrong size on SMStateInstance_Base_GetServerTimeInState"); \ +static_assert(offsetof(SMStateInstance_Base_GetServerTimeInState, bOutUsedLocalTime) == 0x000000, "Member 'SMStateInstance_Base_GetServerTimeInState::bOutUsedLocalTime' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetServerTimeInState, ReturnValue) == 0x000004, "Member 'SMStateInstance_Base_GetServerTimeInState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetStartTime \ +static_assert(alignof(SMStateInstance_Base_GetStartTime) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetStartTime"); \ +static_assert(sizeof(SMStateInstance_Base_GetStartTime) == 0x000008, "Wrong size on SMStateInstance_Base_GetStartTime"); \ +static_assert(offsetof(SMStateInstance_Base_GetStartTime, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetStateInfo \ +static_assert(alignof(SMStateInstance_Base_GetStateInfo) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetStateInfo"); \ +static_assert(sizeof(SMStateInstance_Base_GetStateInfo) == 0x000080, "Wrong size on SMStateInstance_Base_GetStateInfo"); \ +static_assert(offsetof(SMStateInstance_Base_GetStateInfo, State) == 0x000000, "Member 'SMStateInstance_Base_GetStateInfo::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetTransitionByIndex \ +static_assert(alignof(SMStateInstance_Base_GetTransitionByIndex) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetTransitionByIndex"); \ +static_assert(sizeof(SMStateInstance_Base_GetTransitionByIndex) == 0x000010, "Wrong size on SMStateInstance_Base_GetTransitionByIndex"); \ +static_assert(offsetof(SMStateInstance_Base_GetTransitionByIndex, Index_0) == 0x000000, "Member 'SMStateInstance_Base_GetTransitionByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SMStateInstance_Base_GetTransitionByIndex, ReturnValue) == 0x000008, "Member 'SMStateInstance_Base_GetTransitionByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_GetTransitionToTake \ +static_assert(alignof(SMStateInstance_Base_GetTransitionToTake) == 0x000008, "Wrong alignment on SMStateInstance_Base_GetTransitionToTake"); \ +static_assert(sizeof(SMStateInstance_Base_GetTransitionToTake) == 0x000008, "Wrong size on SMStateInstance_Base_GetTransitionToTake"); \ +static_assert(offsetof(SMStateInstance_Base_GetTransitionToTake, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_GetTransitionToTake::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_IsEntryState \ +static_assert(alignof(SMStateInstance_Base_IsEntryState) == 0x000001, "Wrong alignment on SMStateInstance_Base_IsEntryState"); \ +static_assert(sizeof(SMStateInstance_Base_IsEntryState) == 0x000001, "Wrong size on SMStateInstance_Base_IsEntryState"); \ +static_assert(offsetof(SMStateInstance_Base_IsEntryState, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_IsEntryState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateInstance_Base_IsStateMachine \ +static_assert(alignof(SMStateInstance_Base_IsStateMachine) == 0x000001, "Wrong alignment on SMStateInstance_Base_IsStateMachine"); \ +static_assert(sizeof(SMStateInstance_Base_IsStateMachine) == 0x000001, "Wrong size on SMStateInstance_Base_IsStateMachine"); \ +static_assert(offsetof(SMStateInstance_Base_IsStateMachine, ReturnValue) == 0x000000, "Member 'SMStateInstance_Base_IsStateMachine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMStateInstance_Base \ +static_assert(alignof(USMStateInstance_Base) == 0x000008, "Wrong alignment on USMStateInstance_Base"); \ +static_assert(sizeof(USMStateInstance_Base) == 0x000090, "Wrong size on USMStateInstance_Base"); \ +static_assert(offsetof(USMStateInstance_Base, bAlwaysUpdate) == 0x000048, "Member 'USMStateInstance_Base::bAlwaysUpdate' has a wrong offset!"); \ +static_assert(offsetof(USMStateInstance_Base, bDisableTickTransitionEvaluation) == 0x000049, "Member 'USMStateInstance_Base::bDisableTickTransitionEvaluation' has a wrong offset!"); \ +static_assert(offsetof(USMStateInstance_Base, bEvalTransitionsOnStart) == 0x00004A, "Member 'USMStateInstance_Base::bEvalTransitionsOnStart' has a wrong offset!"); \ +static_assert(offsetof(USMStateInstance_Base, OnStateBeginEvent) == 0x000050, "Member 'USMStateInstance_Base::OnStateBeginEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateInstance_Base, OnPostStateBeginEvent) == 0x000060, "Member 'USMStateInstance_Base::OnPostStateBeginEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateInstance_Base, OnStateUpdateEvent) == 0x000070, "Member 'USMStateInstance_Base::OnStateUpdateEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateInstance_Base, OnStateEndEvent) == 0x000080, "Member 'USMStateInstance_Base::OnStateEndEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMStateInstance \ +static_assert(alignof(USMStateInstance) == 0x000008, "Wrong alignment on USMStateInstance"); \ +static_assert(sizeof(USMStateInstance) == 0x000090, "Wrong size on USMStateInstance"); \ + +#define DUMPER7_ASSERTS_USMBlueprintGeneratedClass \ +static_assert(alignof(USMBlueprintGeneratedClass) == 0x000008, "Wrong alignment on USMBlueprintGeneratedClass"); \ +static_assert(sizeof(USMBlueprintGeneratedClass) == 0x000338, "Wrong size on USMBlueprintGeneratedClass"); \ +static_assert(offsetof(USMBlueprintGeneratedClass, RootGuid) == 0x000328, "Member 'USMBlueprintGeneratedClass::RootGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_EvaluateFromManuallyBoundEvent \ +static_assert(alignof(SMTransitionInstance_EvaluateFromManuallyBoundEvent) == 0x000001, "Wrong alignment on SMTransitionInstance_EvaluateFromManuallyBoundEvent"); \ +static_assert(sizeof(SMTransitionInstance_EvaluateFromManuallyBoundEvent) == 0x000001, "Wrong size on SMTransitionInstance_EvaluateFromManuallyBoundEvent"); \ +static_assert(offsetof(SMTransitionInstance_EvaluateFromManuallyBoundEvent, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_EvaluateFromManuallyBoundEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_SetCanEvaluate \ +static_assert(alignof(SMTransitionInstance_SetCanEvaluate) == 0x000001, "Wrong alignment on SMTransitionInstance_SetCanEvaluate"); \ +static_assert(sizeof(SMTransitionInstance_SetCanEvaluate) == 0x000001, "Wrong size on SMTransitionInstance_SetCanEvaluate"); \ +static_assert(offsetof(SMTransitionInstance_SetCanEvaluate, bValue) == 0x000000, "Member 'SMTransitionInstance_SetCanEvaluate::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_SetCanEvaluateFromEvent \ +static_assert(alignof(SMTransitionInstance_SetCanEvaluateFromEvent) == 0x000001, "Wrong alignment on SMTransitionInstance_SetCanEvaluateFromEvent"); \ +static_assert(sizeof(SMTransitionInstance_SetCanEvaluateFromEvent) == 0x000001, "Wrong size on SMTransitionInstance_SetCanEvaluateFromEvent"); \ +static_assert(offsetof(SMTransitionInstance_SetCanEvaluateFromEvent, bValue) == 0x000000, "Member 'SMTransitionInstance_SetCanEvaluateFromEvent::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_SetCanEvalWithStartState \ +static_assert(alignof(SMTransitionInstance_SetCanEvalWithStartState) == 0x000001, "Wrong alignment on SMTransitionInstance_SetCanEvalWithStartState"); \ +static_assert(sizeof(SMTransitionInstance_SetCanEvalWithStartState) == 0x000001, "Wrong size on SMTransitionInstance_SetCanEvalWithStartState"); \ +static_assert(offsetof(SMTransitionInstance_SetCanEvalWithStartState, bValue) == 0x000000, "Member 'SMTransitionInstance_SetCanEvalWithStartState::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_SetPriorityOrder \ +static_assert(alignof(SMTransitionInstance_SetPriorityOrder) == 0x000004, "Wrong alignment on SMTransitionInstance_SetPriorityOrder"); \ +static_assert(sizeof(SMTransitionInstance_SetPriorityOrder) == 0x000004, "Wrong size on SMTransitionInstance_SetPriorityOrder"); \ +static_assert(offsetof(SMTransitionInstance_SetPriorityOrder, Value) == 0x000000, "Member 'SMTransitionInstance_SetPriorityOrder::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_DoesTransitionPass \ +static_assert(alignof(SMTransitionInstance_DoesTransitionPass) == 0x000001, "Wrong alignment on SMTransitionInstance_DoesTransitionPass"); \ +static_assert(sizeof(SMTransitionInstance_DoesTransitionPass) == 0x000001, "Wrong size on SMTransitionInstance_DoesTransitionPass"); \ +static_assert(offsetof(SMTransitionInstance_DoesTransitionPass, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_DoesTransitionPass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetCanEvaluate \ +static_assert(alignof(SMTransitionInstance_GetCanEvaluate) == 0x000001, "Wrong alignment on SMTransitionInstance_GetCanEvaluate"); \ +static_assert(sizeof(SMTransitionInstance_GetCanEvaluate) == 0x000001, "Wrong size on SMTransitionInstance_GetCanEvaluate"); \ +static_assert(offsetof(SMTransitionInstance_GetCanEvaluate, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetCanEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetCanEvaluateFromEvent \ +static_assert(alignof(SMTransitionInstance_GetCanEvaluateFromEvent) == 0x000001, "Wrong alignment on SMTransitionInstance_GetCanEvaluateFromEvent"); \ +static_assert(sizeof(SMTransitionInstance_GetCanEvaluateFromEvent) == 0x000001, "Wrong size on SMTransitionInstance_GetCanEvaluateFromEvent"); \ +static_assert(offsetof(SMTransitionInstance_GetCanEvaluateFromEvent, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetCanEvaluateFromEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetCanEvalWithStartState \ +static_assert(alignof(SMTransitionInstance_GetCanEvalWithStartState) == 0x000001, "Wrong alignment on SMTransitionInstance_GetCanEvalWithStartState"); \ +static_assert(sizeof(SMTransitionInstance_GetCanEvalWithStartState) == 0x000001, "Wrong size on SMTransitionInstance_GetCanEvalWithStartState"); \ +static_assert(offsetof(SMTransitionInstance_GetCanEvalWithStartState, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetCanEvalWithStartState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetDestinationStateForActiveTransition \ +static_assert(alignof(SMTransitionInstance_GetDestinationStateForActiveTransition) == 0x000008, "Wrong alignment on SMTransitionInstance_GetDestinationStateForActiveTransition"); \ +static_assert(sizeof(SMTransitionInstance_GetDestinationStateForActiveTransition) == 0x000008, "Wrong size on SMTransitionInstance_GetDestinationStateForActiveTransition"); \ +static_assert(offsetof(SMTransitionInstance_GetDestinationStateForActiveTransition, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetDestinationStateForActiveTransition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetNextStateInstance \ +static_assert(alignof(SMTransitionInstance_GetNextStateInstance) == 0x000008, "Wrong alignment on SMTransitionInstance_GetNextStateInstance"); \ +static_assert(sizeof(SMTransitionInstance_GetNextStateInstance) == 0x000008, "Wrong size on SMTransitionInstance_GetNextStateInstance"); \ +static_assert(offsetof(SMTransitionInstance_GetNextStateInstance, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetNextStateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetPreviousStateInstance \ +static_assert(alignof(SMTransitionInstance_GetPreviousStateInstance) == 0x000008, "Wrong alignment on SMTransitionInstance_GetPreviousStateInstance"); \ +static_assert(sizeof(SMTransitionInstance_GetPreviousStateInstance) == 0x000008, "Wrong size on SMTransitionInstance_GetPreviousStateInstance"); \ +static_assert(offsetof(SMTransitionInstance_GetPreviousStateInstance, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetPreviousStateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetPriorityOrder \ +static_assert(alignof(SMTransitionInstance_GetPriorityOrder) == 0x000004, "Wrong alignment on SMTransitionInstance_GetPriorityOrder"); \ +static_assert(sizeof(SMTransitionInstance_GetPriorityOrder) == 0x000004, "Wrong size on SMTransitionInstance_GetPriorityOrder"); \ +static_assert(offsetof(SMTransitionInstance_GetPriorityOrder, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetPriorityOrder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetServerTimestamp \ +static_assert(alignof(SMTransitionInstance_GetServerTimestamp) == 0x000008, "Wrong alignment on SMTransitionInstance_GetServerTimestamp"); \ +static_assert(sizeof(SMTransitionInstance_GetServerTimestamp) == 0x000008, "Wrong size on SMTransitionInstance_GetServerTimestamp"); \ +static_assert(offsetof(SMTransitionInstance_GetServerTimestamp, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetServerTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetSourceStateForActiveTransition \ +static_assert(alignof(SMTransitionInstance_GetSourceStateForActiveTransition) == 0x000008, "Wrong alignment on SMTransitionInstance_GetSourceStateForActiveTransition"); \ +static_assert(sizeof(SMTransitionInstance_GetSourceStateForActiveTransition) == 0x000008, "Wrong size on SMTransitionInstance_GetSourceStateForActiveTransition"); \ +static_assert(offsetof(SMTransitionInstance_GetSourceStateForActiveTransition, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_GetSourceStateForActiveTransition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_GetTransitionInfo \ +static_assert(alignof(SMTransitionInstance_GetTransitionInfo) == 0x000008, "Wrong alignment on SMTransitionInstance_GetTransitionInfo"); \ +static_assert(sizeof(SMTransitionInstance_GetTransitionInfo) == 0x000098, "Wrong size on SMTransitionInstance_GetTransitionInfo"); \ +static_assert(offsetof(SMTransitionInstance_GetTransitionInfo, Transition) == 0x000000, "Member 'SMTransitionInstance_GetTransitionInfo::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_IsTransitionFromAnyState \ +static_assert(alignof(SMTransitionInstance_IsTransitionFromAnyState) == 0x000001, "Wrong alignment on SMTransitionInstance_IsTransitionFromAnyState"); \ +static_assert(sizeof(SMTransitionInstance_IsTransitionFromAnyState) == 0x000001, "Wrong size on SMTransitionInstance_IsTransitionFromAnyState"); \ +static_assert(offsetof(SMTransitionInstance_IsTransitionFromAnyState, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_IsTransitionFromAnyState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMTransitionInstance_IsTransitionFromLinkState \ +static_assert(alignof(SMTransitionInstance_IsTransitionFromLinkState) == 0x000001, "Wrong alignment on SMTransitionInstance_IsTransitionFromLinkState"); \ +static_assert(sizeof(SMTransitionInstance_IsTransitionFromLinkState) == 0x000001, "Wrong size on SMTransitionInstance_IsTransitionFromLinkState"); \ +static_assert(offsetof(SMTransitionInstance_IsTransitionFromLinkState, ReturnValue) == 0x000000, "Member 'SMTransitionInstance_IsTransitionFromLinkState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMTransitionInstance \ +static_assert(alignof(USMTransitionInstance) == 0x000008, "Wrong alignment on USMTransitionInstance"); \ +static_assert(sizeof(USMTransitionInstance) == 0x000060, "Wrong size on USMTransitionInstance"); \ +static_assert(offsetof(USMTransitionInstance, PriorityOrder) == 0x000048, "Member 'USMTransitionInstance::PriorityOrder' has a wrong offset!"); \ +static_assert(offsetof(USMTransitionInstance, bCanEvaluate) == 0x00004C, "Member 'USMTransitionInstance::bCanEvaluate' has a wrong offset!"); \ +static_assert(offsetof(USMTransitionInstance, bCanEvaluateFromEvent) == 0x00004D, "Member 'USMTransitionInstance::bCanEvaluateFromEvent' has a wrong offset!"); \ +static_assert(offsetof(USMTransitionInstance, bCanEvalWithStartState) == 0x00004E, "Member 'USMTransitionInstance::bCanEvalWithStartState' has a wrong offset!"); \ +static_assert(offsetof(USMTransitionInstance, OnTransitionEnteredEvent) == 0x000050, "Member 'USMTransitionInstance::OnTransitionEnteredEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISMInstanceInterface \ +static_assert(alignof(ISMInstanceInterface) == 0x000001, "Wrong alignment on ISMInstanceInterface"); \ +static_assert(sizeof(ISMInstanceInterface) == 0x000001, "Wrong size on ISMInstanceInterface"); \ + +#define DUMPER7_ASSERTS_ISMStateMachineInterface \ +static_assert(alignof(ISMStateMachineInterface) == 0x000001, "Wrong alignment on ISMStateMachineInterface"); \ +static_assert(sizeof(ISMStateMachineInterface) == 0x000001, "Wrong size on ISMStateMachineInterface"); \ + +#define DUMPER7_ASSERTS_SMStateMachineNetworkedInterface_HasAuthority \ +static_assert(alignof(SMStateMachineNetworkedInterface_HasAuthority) == 0x000001, "Wrong alignment on SMStateMachineNetworkedInterface_HasAuthority"); \ +static_assert(sizeof(SMStateMachineNetworkedInterface_HasAuthority) == 0x000001, "Wrong size on SMStateMachineNetworkedInterface_HasAuthority"); \ +static_assert(offsetof(SMStateMachineNetworkedInterface_HasAuthority, ReturnValue) == 0x000000, "Member 'SMStateMachineNetworkedInterface_HasAuthority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineNetworkedInterface_IsConfiguredForNetworking \ +static_assert(alignof(SMStateMachineNetworkedInterface_IsConfiguredForNetworking) == 0x000001, "Wrong alignment on SMStateMachineNetworkedInterface_IsConfiguredForNetworking"); \ +static_assert(sizeof(SMStateMachineNetworkedInterface_IsConfiguredForNetworking) == 0x000001, "Wrong size on SMStateMachineNetworkedInterface_IsConfiguredForNetworking"); \ +static_assert(offsetof(SMStateMachineNetworkedInterface_IsConfiguredForNetworking, ReturnValue) == 0x000000, "Member 'SMStateMachineNetworkedInterface_IsConfiguredForNetworking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineNetworkedInterface_IsSimulatedProxy \ +static_assert(alignof(SMStateMachineNetworkedInterface_IsSimulatedProxy) == 0x000001, "Wrong alignment on SMStateMachineNetworkedInterface_IsSimulatedProxy"); \ +static_assert(sizeof(SMStateMachineNetworkedInterface_IsSimulatedProxy) == 0x000001, "Wrong size on SMStateMachineNetworkedInterface_IsSimulatedProxy"); \ +static_assert(offsetof(SMStateMachineNetworkedInterface_IsSimulatedProxy, ReturnValue) == 0x000000, "Member 'SMStateMachineNetworkedInterface_IsSimulatedProxy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISMStateMachineNetworkedInterface \ +static_assert(alignof(ISMStateMachineNetworkedInterface) == 0x000001, "Wrong alignment on ISMStateMachineNetworkedInterface"); \ +static_assert(sizeof(ISMStateMachineNetworkedInterface) == 0x000001, "Wrong size on ISMStateMachineNetworkedInterface"); \ + +#define DUMPER7_ASSERTS_USMBlueprint \ +static_assert(alignof(USMBlueprint) == 0x000008, "Wrong alignment on USMBlueprint"); \ +static_assert(sizeof(USMBlueprint) == 0x0000A8, "Wrong size on USMBlueprint"); \ +static_assert(offsetof(USMBlueprint, AssetVersion) == 0x0000A0, "Member 'USMBlueprint::AssetVersion' has a wrong offset!"); \ +static_assert(offsetof(USMBlueprint, PluginVersion) == 0x0000A4, "Member 'USMBlueprint::PluginVersion' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMNodeBlueprintGeneratedClass \ +static_assert(alignof(USMNodeBlueprintGeneratedClass) == 0x000008, "Wrong alignment on USMNodeBlueprintGeneratedClass"); \ +static_assert(sizeof(USMNodeBlueprintGeneratedClass) == 0x000328, "Wrong size on USMNodeBlueprintGeneratedClass"); \ + +#define DUMPER7_ASSERTS_SMConduitInstance_SetCanEvaluate \ +static_assert(alignof(SMConduitInstance_SetCanEvaluate) == 0x000001, "Wrong alignment on SMConduitInstance_SetCanEvaluate"); \ +static_assert(sizeof(SMConduitInstance_SetCanEvaluate) == 0x000001, "Wrong size on SMConduitInstance_SetCanEvaluate"); \ +static_assert(offsetof(SMConduitInstance_SetCanEvaluate, bValue) == 0x000000, "Member 'SMConduitInstance_SetCanEvaluate::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMConduitInstance_SetEvalWithTransitions \ +static_assert(alignof(SMConduitInstance_SetEvalWithTransitions) == 0x000001, "Wrong alignment on SMConduitInstance_SetEvalWithTransitions"); \ +static_assert(sizeof(SMConduitInstance_SetEvalWithTransitions) == 0x000001, "Wrong size on SMConduitInstance_SetEvalWithTransitions"); \ +static_assert(offsetof(SMConduitInstance_SetEvalWithTransitions, bValue) == 0x000000, "Member 'SMConduitInstance_SetEvalWithTransitions::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMConduitInstance_GetCanEvaluate \ +static_assert(alignof(SMConduitInstance_GetCanEvaluate) == 0x000001, "Wrong alignment on SMConduitInstance_GetCanEvaluate"); \ +static_assert(sizeof(SMConduitInstance_GetCanEvaluate) == 0x000001, "Wrong size on SMConduitInstance_GetCanEvaluate"); \ +static_assert(offsetof(SMConduitInstance_GetCanEvaluate, ReturnValue) == 0x000000, "Member 'SMConduitInstance_GetCanEvaluate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMConduitInstance_GetEvalWithTransitions \ +static_assert(alignof(SMConduitInstance_GetEvalWithTransitions) == 0x000001, "Wrong alignment on SMConduitInstance_GetEvalWithTransitions"); \ +static_assert(sizeof(SMConduitInstance_GetEvalWithTransitions) == 0x000001, "Wrong size on SMConduitInstance_GetEvalWithTransitions"); \ +static_assert(offsetof(SMConduitInstance_GetEvalWithTransitions, ReturnValue) == 0x000000, "Member 'SMConduitInstance_GetEvalWithTransitions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMConduitInstance \ +static_assert(alignof(USMConduitInstance) == 0x000008, "Wrong alignment on USMConduitInstance"); \ +static_assert(sizeof(USMConduitInstance) == 0x000098, "Wrong size on USMConduitInstance"); \ +static_assert(offsetof(USMConduitInstance, bEvalWithTransitions) == 0x000090, "Member 'USMConduitInstance::bEvalWithTransitions' has a wrong offset!"); \ +static_assert(offsetof(USMConduitInstance, bCanEvaluate) == 0x000091, "Member 'USMConduitInstance::bCanEvaluate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMRuntimeSettings \ +static_assert(alignof(USMRuntimeSettings) == 0x000008, "Wrong alignment on USMRuntimeSettings"); \ +static_assert(sizeof(USMRuntimeSettings) == 0x000030, "Wrong size on USMRuntimeSettings"); \ +static_assert(offsetof(USMRuntimeSettings, bPreloadDefaultNodes) == 0x000028, "Member 'USMRuntimeSettings::bPreloadDefaultNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_CLIENT_ActivateStates \ +static_assert(alignof(SMStateMachineComponent_CLIENT_ActivateStates) == 0x000008, "Wrong alignment on SMStateMachineComponent_CLIENT_ActivateStates"); \ +static_assert(sizeof(SMStateMachineComponent_CLIENT_ActivateStates) == 0x000010, "Wrong size on SMStateMachineComponent_CLIENT_ActivateStates"); \ +static_assert(offsetof(SMStateMachineComponent_CLIENT_ActivateStates, StateTransactions) == 0x000000, "Member 'SMStateMachineComponent_CLIENT_ActivateStates::StateTransactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_CLIENT_FullSync \ +static_assert(alignof(SMStateMachineComponent_CLIENT_FullSync) == 0x000008, "Wrong alignment on SMStateMachineComponent_CLIENT_FullSync"); \ +static_assert(sizeof(SMStateMachineComponent_CLIENT_FullSync) == 0x000020, "Wrong size on SMStateMachineComponent_CLIENT_FullSync"); \ +static_assert(offsetof(SMStateMachineComponent_CLIENT_FullSync, FullSyncTransaction) == 0x000000, "Member 'SMStateMachineComponent_CLIENT_FullSync::FullSyncTransaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_CLIENT_Shutdown \ +static_assert(alignof(SMStateMachineComponent_CLIENT_Shutdown) == 0x000001, "Wrong alignment on SMStateMachineComponent_CLIENT_Shutdown"); \ +static_assert(sizeof(SMStateMachineComponent_CLIENT_Shutdown) == 0x000003, "Wrong size on SMStateMachineComponent_CLIENT_Shutdown"); \ +static_assert(offsetof(SMStateMachineComponent_CLIENT_Shutdown, Transaction) == 0x000000, "Member 'SMStateMachineComponent_CLIENT_Shutdown::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_CLIENT_Start \ +static_assert(alignof(SMStateMachineComponent_CLIENT_Start) == 0x000001, "Wrong alignment on SMStateMachineComponent_CLIENT_Start"); \ +static_assert(sizeof(SMStateMachineComponent_CLIENT_Start) == 0x000003, "Wrong size on SMStateMachineComponent_CLIENT_Start"); \ +static_assert(offsetof(SMStateMachineComponent_CLIENT_Start, Transaction) == 0x000000, "Member 'SMStateMachineComponent_CLIENT_Start::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_CLIENT_Stop \ +static_assert(alignof(SMStateMachineComponent_CLIENT_Stop) == 0x000001, "Wrong alignment on SMStateMachineComponent_CLIENT_Stop"); \ +static_assert(sizeof(SMStateMachineComponent_CLIENT_Stop) == 0x000003, "Wrong size on SMStateMachineComponent_CLIENT_Stop"); \ +static_assert(offsetof(SMStateMachineComponent_CLIENT_Stop, Transaction) == 0x000000, "Member 'SMStateMachineComponent_CLIENT_Stop::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_CLIENT_TakeTransitions \ +static_assert(alignof(SMStateMachineComponent_CLIENT_TakeTransitions) == 0x000008, "Wrong alignment on SMStateMachineComponent_CLIENT_TakeTransitions"); \ +static_assert(sizeof(SMStateMachineComponent_CLIENT_TakeTransitions) == 0x000010, "Wrong size on SMStateMachineComponent_CLIENT_TakeTransitions"); \ +static_assert(offsetof(SMStateMachineComponent_CLIENT_TakeTransitions, Transactions) == 0x000000, "Member 'SMStateMachineComponent_CLIENT_TakeTransitions::Transactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_CopySettingsFromOtherComponent \ +static_assert(alignof(SMStateMachineComponent_CopySettingsFromOtherComponent) == 0x000008, "Wrong alignment on SMStateMachineComponent_CopySettingsFromOtherComponent"); \ +static_assert(sizeof(SMStateMachineComponent_CopySettingsFromOtherComponent) == 0x000008, "Wrong size on SMStateMachineComponent_CopySettingsFromOtherComponent"); \ +static_assert(offsetof(SMStateMachineComponent_CopySettingsFromOtherComponent, OtherComponent) == 0x000000, "Member 'SMStateMachineComponent_CopySettingsFromOtherComponent::OtherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Initialize \ +static_assert(alignof(SMStateMachineComponent_Initialize) == 0x000008, "Wrong alignment on SMStateMachineComponent_Initialize"); \ +static_assert(sizeof(SMStateMachineComponent_Initialize) == 0x000008, "Wrong size on SMStateMachineComponent_Initialize"); \ +static_assert(offsetof(SMStateMachineComponent_Initialize, Context) == 0x000000, "Member 'SMStateMachineComponent_Initialize::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnReplicatedInstanceInitialized \ +static_assert(alignof(SMStateMachineComponent_Internal_OnReplicatedInstanceInitialized) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnReplicatedInstanceInitialized"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnReplicatedInstanceInitialized) == 0x000008, "Wrong size on SMStateMachineComponent_Internal_OnReplicatedInstanceInitialized"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnReplicatedInstanceInitialized, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnReplicatedInstanceInitialized::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnStateMachineShutdown \ +static_assert(alignof(SMStateMachineComponent_Internal_OnStateMachineShutdown) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnStateMachineShutdown"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnStateMachineShutdown) == 0x000008, "Wrong size on SMStateMachineComponent_Internal_OnStateMachineShutdown"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineShutdown, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnStateMachineShutdown::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnStateMachineStarted \ +static_assert(alignof(SMStateMachineComponent_Internal_OnStateMachineStarted) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnStateMachineStarted"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnStateMachineStarted) == 0x000008, "Wrong size on SMStateMachineComponent_Internal_OnStateMachineStarted"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineStarted, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnStateMachineStarted::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnStateMachineStateChanged \ +static_assert(alignof(SMStateMachineComponent_Internal_OnStateMachineStateChanged) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnStateMachineStateChanged"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnStateMachineStateChanged) == 0x000108, "Wrong size on SMStateMachineComponent_Internal_OnStateMachineStateChanged"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineStateChanged, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnStateMachineStateChanged::Instance' has a wrong offset!"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineStateChanged, ToState) == 0x000008, "Member 'SMStateMachineComponent_Internal_OnStateMachineStateChanged::ToState' has a wrong offset!"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineStateChanged, FromState) == 0x000088, "Member 'SMStateMachineComponent_Internal_OnStateMachineStateChanged::FromState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnStateMachineStateStarted \ +static_assert(alignof(SMStateMachineComponent_Internal_OnStateMachineStateStarted) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnStateMachineStateStarted"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnStateMachineStateStarted) == 0x000088, "Wrong size on SMStateMachineComponent_Internal_OnStateMachineStateStarted"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineStateStarted, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnStateMachineStateStarted::Instance' has a wrong offset!"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineStateStarted, State) == 0x000008, "Member 'SMStateMachineComponent_Internal_OnStateMachineStateStarted::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnStateMachineStopped \ +static_assert(alignof(SMStateMachineComponent_Internal_OnStateMachineStopped) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnStateMachineStopped"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnStateMachineStopped) == 0x000008, "Wrong size on SMStateMachineComponent_Internal_OnStateMachineStopped"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineStopped, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnStateMachineStopped::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnStateMachineTransitionTaken \ +static_assert(alignof(SMStateMachineComponent_Internal_OnStateMachineTransitionTaken) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnStateMachineTransitionTaken"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnStateMachineTransitionTaken) == 0x0000A0, "Wrong size on SMStateMachineComponent_Internal_OnStateMachineTransitionTaken"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineTransitionTaken, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnStateMachineTransitionTaken::Instance' has a wrong offset!"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineTransitionTaken, Transition) == 0x000008, "Member 'SMStateMachineComponent_Internal_OnStateMachineTransitionTaken::Transition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Internal_OnStateMachineUpdated \ +static_assert(alignof(SMStateMachineComponent_Internal_OnStateMachineUpdated) == 0x000008, "Wrong alignment on SMStateMachineComponent_Internal_OnStateMachineUpdated"); \ +static_assert(sizeof(SMStateMachineComponent_Internal_OnStateMachineUpdated) == 0x000010, "Wrong size on SMStateMachineComponent_Internal_OnStateMachineUpdated"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineUpdated, Instance) == 0x000000, "Member 'SMStateMachineComponent_Internal_OnStateMachineUpdated::Instance' has a wrong offset!"); \ +static_assert(offsetof(SMStateMachineComponent_Internal_OnStateMachineUpdated, DeltaSeconds) == 0x000008, "Member 'SMStateMachineComponent_Internal_OnStateMachineUpdated::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_MULTICAST_ActivateStates \ +static_assert(alignof(SMStateMachineComponent_MULTICAST_ActivateStates) == 0x000008, "Wrong alignment on SMStateMachineComponent_MULTICAST_ActivateStates"); \ +static_assert(sizeof(SMStateMachineComponent_MULTICAST_ActivateStates) == 0x000010, "Wrong size on SMStateMachineComponent_MULTICAST_ActivateStates"); \ +static_assert(offsetof(SMStateMachineComponent_MULTICAST_ActivateStates, StateTransactions) == 0x000000, "Member 'SMStateMachineComponent_MULTICAST_ActivateStates::StateTransactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_MULTICAST_FullSync \ +static_assert(alignof(SMStateMachineComponent_MULTICAST_FullSync) == 0x000008, "Wrong alignment on SMStateMachineComponent_MULTICAST_FullSync"); \ +static_assert(sizeof(SMStateMachineComponent_MULTICAST_FullSync) == 0x000020, "Wrong size on SMStateMachineComponent_MULTICAST_FullSync"); \ +static_assert(offsetof(SMStateMachineComponent_MULTICAST_FullSync, FullSyncTransaction) == 0x000000, "Member 'SMStateMachineComponent_MULTICAST_FullSync::FullSyncTransaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_MULTICAST_Shutdown \ +static_assert(alignof(SMStateMachineComponent_MULTICAST_Shutdown) == 0x000001, "Wrong alignment on SMStateMachineComponent_MULTICAST_Shutdown"); \ +static_assert(sizeof(SMStateMachineComponent_MULTICAST_Shutdown) == 0x000003, "Wrong size on SMStateMachineComponent_MULTICAST_Shutdown"); \ +static_assert(offsetof(SMStateMachineComponent_MULTICAST_Shutdown, Transaction) == 0x000000, "Member 'SMStateMachineComponent_MULTICAST_Shutdown::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_MULTICAST_Start \ +static_assert(alignof(SMStateMachineComponent_MULTICAST_Start) == 0x000001, "Wrong alignment on SMStateMachineComponent_MULTICAST_Start"); \ +static_assert(sizeof(SMStateMachineComponent_MULTICAST_Start) == 0x000003, "Wrong size on SMStateMachineComponent_MULTICAST_Start"); \ +static_assert(offsetof(SMStateMachineComponent_MULTICAST_Start, Transaction) == 0x000000, "Member 'SMStateMachineComponent_MULTICAST_Start::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_MULTICAST_Stop \ +static_assert(alignof(SMStateMachineComponent_MULTICAST_Stop) == 0x000001, "Wrong alignment on SMStateMachineComponent_MULTICAST_Stop"); \ +static_assert(sizeof(SMStateMachineComponent_MULTICAST_Stop) == 0x000003, "Wrong size on SMStateMachineComponent_MULTICAST_Stop"); \ +static_assert(offsetof(SMStateMachineComponent_MULTICAST_Stop, Transaction) == 0x000000, "Member 'SMStateMachineComponent_MULTICAST_Stop::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_MULTICAST_TakeTransitions \ +static_assert(alignof(SMStateMachineComponent_MULTICAST_TakeTransitions) == 0x000008, "Wrong alignment on SMStateMachineComponent_MULTICAST_TakeTransitions"); \ +static_assert(sizeof(SMStateMachineComponent_MULTICAST_TakeTransitions) == 0x000010, "Wrong size on SMStateMachineComponent_MULTICAST_TakeTransitions"); \ +static_assert(offsetof(SMStateMachineComponent_MULTICAST_TakeTransitions, Transactions) == 0x000000, "Member 'SMStateMachineComponent_MULTICAST_TakeTransitions::Transactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_OnContextPawnControllerChanged \ +static_assert(alignof(SMStateMachineComponent_OnContextPawnControllerChanged) == 0x000008, "Wrong alignment on SMStateMachineComponent_OnContextPawnControllerChanged"); \ +static_assert(sizeof(SMStateMachineComponent_OnContextPawnControllerChanged) == 0x000010, "Wrong size on SMStateMachineComponent_OnContextPawnControllerChanged"); \ +static_assert(offsetof(SMStateMachineComponent_OnContextPawnControllerChanged, Pawn) == 0x000000, "Member 'SMStateMachineComponent_OnContextPawnControllerChanged::Pawn' has a wrong offset!"); \ +static_assert(offsetof(SMStateMachineComponent_OnContextPawnControllerChanged, NewController) == 0x000008, "Member 'SMStateMachineComponent_OnContextPawnControllerChanged::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_ActivateStates \ +static_assert(alignof(SMStateMachineComponent_SERVER_ActivateStates) == 0x000008, "Wrong alignment on SMStateMachineComponent_SERVER_ActivateStates"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_ActivateStates) == 0x000010, "Wrong size on SMStateMachineComponent_SERVER_ActivateStates"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_ActivateStates, StateTransactions) == 0x000000, "Member 'SMStateMachineComponent_SERVER_ActivateStates::StateTransactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_FullSync \ +static_assert(alignof(SMStateMachineComponent_SERVER_FullSync) == 0x000008, "Wrong alignment on SMStateMachineComponent_SERVER_FullSync"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_FullSync) == 0x000020, "Wrong size on SMStateMachineComponent_SERVER_FullSync"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_FullSync, FullSyncTransaction) == 0x000000, "Member 'SMStateMachineComponent_SERVER_FullSync::FullSyncTransaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_Initialize \ +static_assert(alignof(SMStateMachineComponent_SERVER_Initialize) == 0x000008, "Wrong alignment on SMStateMachineComponent_SERVER_Initialize"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_Initialize) == 0x000010, "Wrong size on SMStateMachineComponent_SERVER_Initialize"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_Initialize, Transaction) == 0x000000, "Member 'SMStateMachineComponent_SERVER_Initialize::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_RequestFullSync \ +static_assert(alignof(SMStateMachineComponent_SERVER_RequestFullSync) == 0x000001, "Wrong alignment on SMStateMachineComponent_SERVER_RequestFullSync"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_RequestFullSync) == 0x000001, "Wrong size on SMStateMachineComponent_SERVER_RequestFullSync"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_RequestFullSync, bForceFullRefresh) == 0x000000, "Member 'SMStateMachineComponent_SERVER_RequestFullSync::bForceFullRefresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_Shutdown \ +static_assert(alignof(SMStateMachineComponent_SERVER_Shutdown) == 0x000001, "Wrong alignment on SMStateMachineComponent_SERVER_Shutdown"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_Shutdown) == 0x000003, "Wrong size on SMStateMachineComponent_SERVER_Shutdown"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_Shutdown, Transaction) == 0x000000, "Member 'SMStateMachineComponent_SERVER_Shutdown::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_Start \ +static_assert(alignof(SMStateMachineComponent_SERVER_Start) == 0x000001, "Wrong alignment on SMStateMachineComponent_SERVER_Start"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_Start) == 0x000003, "Wrong size on SMStateMachineComponent_SERVER_Start"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_Start, Transaction) == 0x000000, "Member 'SMStateMachineComponent_SERVER_Start::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_Stop \ +static_assert(alignof(SMStateMachineComponent_SERVER_Stop) == 0x000001, "Wrong alignment on SMStateMachineComponent_SERVER_Stop"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_Stop) == 0x000003, "Wrong size on SMStateMachineComponent_SERVER_Stop"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_Stop, Transaction) == 0x000000, "Member 'SMStateMachineComponent_SERVER_Stop::Transaction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_TakeTransitions \ +static_assert(alignof(SMStateMachineComponent_SERVER_TakeTransitions) == 0x000008, "Wrong alignment on SMStateMachineComponent_SERVER_TakeTransitions"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_TakeTransitions) == 0x000010, "Wrong size on SMStateMachineComponent_SERVER_TakeTransitions"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_TakeTransitions, TransitionTransactions) == 0x000000, "Member 'SMStateMachineComponent_SERVER_TakeTransitions::TransitionTransactions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SERVER_Update \ +static_assert(alignof(SMStateMachineComponent_SERVER_Update) == 0x000004, "Wrong alignment on SMStateMachineComponent_SERVER_Update"); \ +static_assert(sizeof(SMStateMachineComponent_SERVER_Update) == 0x000004, "Wrong size on SMStateMachineComponent_SERVER_Update"); \ +static_assert(offsetof(SMStateMachineComponent_SERVER_Update, DeltaTime) == 0x000000, "Member 'SMStateMachineComponent_SERVER_Update::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_SetCanInstanceNetworkTick \ +static_assert(alignof(SMStateMachineComponent_SetCanInstanceNetworkTick) == 0x000001, "Wrong alignment on SMStateMachineComponent_SetCanInstanceNetworkTick"); \ +static_assert(sizeof(SMStateMachineComponent_SetCanInstanceNetworkTick) == 0x000001, "Wrong size on SMStateMachineComponent_SetCanInstanceNetworkTick"); \ +static_assert(offsetof(SMStateMachineComponent_SetCanInstanceNetworkTick, bCanEverTick_0) == 0x000000, "Member 'SMStateMachineComponent_SetCanInstanceNetworkTick::bCanEverTick_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_Update \ +static_assert(alignof(SMStateMachineComponent_Update) == 0x000004, "Wrong alignment on SMStateMachineComponent_Update"); \ +static_assert(sizeof(SMStateMachineComponent_Update) == 0x000004, "Wrong size on SMStateMachineComponent_Update"); \ +static_assert(offsetof(SMStateMachineComponent_Update, DeltaSeconds) == 0x000000, "Member 'SMStateMachineComponent_Update::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_GetContextForInitialization \ +static_assert(alignof(SMStateMachineComponent_GetContextForInitialization) == 0x000008, "Wrong alignment on SMStateMachineComponent_GetContextForInitialization"); \ +static_assert(sizeof(SMStateMachineComponent_GetContextForInitialization) == 0x000008, "Wrong size on SMStateMachineComponent_GetContextForInitialization"); \ +static_assert(offsetof(SMStateMachineComponent_GetContextForInitialization, ReturnValue) == 0x000000, "Member 'SMStateMachineComponent_GetContextForInitialization::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_GetInstance \ +static_assert(alignof(SMStateMachineComponent_GetInstance) == 0x000008, "Wrong alignment on SMStateMachineComponent_GetInstance"); \ +static_assert(sizeof(SMStateMachineComponent_GetInstance) == 0x000008, "Wrong size on SMStateMachineComponent_GetInstance"); \ +static_assert(offsetof(SMStateMachineComponent_GetInstance, ReturnValue) == 0x000000, "Member 'SMStateMachineComponent_GetInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_GetTopMostParentActor \ +static_assert(alignof(SMStateMachineComponent_GetTopMostParentActor) == 0x000008, "Wrong alignment on SMStateMachineComponent_GetTopMostParentActor"); \ +static_assert(sizeof(SMStateMachineComponent_GetTopMostParentActor) == 0x000008, "Wrong size on SMStateMachineComponent_GetTopMostParentActor"); \ +static_assert(offsetof(SMStateMachineComponent_GetTopMostParentActor, ReturnValue) == 0x000000, "Member 'SMStateMachineComponent_GetTopMostParentActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_IsInitialized \ +static_assert(alignof(SMStateMachineComponent_IsInitialized) == 0x000001, "Wrong alignment on SMStateMachineComponent_IsInitialized"); \ +static_assert(sizeof(SMStateMachineComponent_IsInitialized) == 0x000001, "Wrong size on SMStateMachineComponent_IsInitialized"); \ +static_assert(offsetof(SMStateMachineComponent_IsInitialized, ReturnValue) == 0x000000, "Member 'SMStateMachineComponent_IsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineComponent_IsStateMachineActive \ +static_assert(alignof(SMStateMachineComponent_IsStateMachineActive) == 0x000001, "Wrong alignment on SMStateMachineComponent_IsStateMachineActive"); \ +static_assert(sizeof(SMStateMachineComponent_IsStateMachineActive) == 0x000001, "Wrong size on SMStateMachineComponent_IsStateMachineActive"); \ +static_assert(offsetof(SMStateMachineComponent_IsStateMachineActive, ReturnValue) == 0x000000, "Member 'SMStateMachineComponent_IsStateMachineActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMStateMachineComponent \ +static_assert(alignof(USMStateMachineComponent) == 0x000008, "Wrong alignment on USMStateMachineComponent"); \ +static_assert(sizeof(USMStateMachineComponent) == 0x000218, "Wrong size on USMStateMachineComponent"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineInitializedEvent) == 0x0000D0, "Member 'USMStateMachineComponent::OnStateMachineInitializedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineStartedEvent) == 0x0000E0, "Member 'USMStateMachineComponent::OnStateMachineStartedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineUpdatedEvent) == 0x0000F0, "Member 'USMStateMachineComponent::OnStateMachineUpdatedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineStoppedEvent) == 0x000100, "Member 'USMStateMachineComponent::OnStateMachineStoppedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineShutdownEvent) == 0x000110, "Member 'USMStateMachineComponent::OnStateMachineShutdownEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineTransitionTakenEvent) == 0x000120, "Member 'USMStateMachineComponent::OnStateMachineTransitionTakenEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineStateChangedEvent) == 0x000130, "Member 'USMStateMachineComponent::OnStateMachineStateChangedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, OnStateMachineStateStartedEvent) == 0x000140, "Member 'USMStateMachineComponent::OnStateMachineStateStartedEvent' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, CurrentActorChannels) == 0x000150, "Member 'USMStateMachineComponent::CurrentActorChannels' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, StateMachineClass) == 0x0001C8, "Member 'USMStateMachineComponent::StateMachineClass' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, StateChangeAuthority) == 0x0001D1, "Member 'USMStateMachineComponent::StateChangeAuthority' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, NetworkTransitionConfiguration) == 0x0001D2, "Member 'USMStateMachineComponent::NetworkTransitionConfiguration' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, NetworkTickConfiguration) == 0x0001D3, "Member 'USMStateMachineComponent::NetworkTickConfiguration' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, NetworkStateExecution) == 0x0001D4, "Member 'USMStateMachineComponent::NetworkStateExecution' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, NetworkStateConfiguration) == 0x0001D5, "Member 'USMStateMachineComponent::NetworkStateConfiguration' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, NetworkTransitionEnteredConfiguration) == 0x0001D7, "Member 'USMStateMachineComponent::NetworkTransitionEnteredConfiguration' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, ServerNetUpdateFrequency) == 0x0001DC, "Member 'USMStateMachineComponent::ServerNetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, ClientNetUpdateFrequency) == 0x0001E0, "Member 'USMStateMachineComponent::ClientNetUpdateFrequency' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, TransitionResetTimeSeconds) == 0x0001E8, "Member 'USMStateMachineComponent::TransitionResetTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, MaxTimeToWaitForTransitionUpdate) == 0x0001EC, "Member 'USMStateMachineComponent::MaxTimeToWaitForTransitionUpdate' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, ComponentToCopy) == 0x0001F0, "Member 'USMStateMachineComponent::ComponentToCopy' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, R_Instance) == 0x000200, "Member 'USMStateMachineComponent::R_Instance' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, InstanceTemplate) == 0x000208, "Member 'USMStateMachineComponent::InstanceTemplate' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineComponent, TickInterval) == 0x000214, "Member 'USMStateMachineComponent::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_SetReuseCurrentState \ +static_assert(alignof(SMStateMachineInstance_SetReuseCurrentState) == 0x000001, "Wrong alignment on SMStateMachineInstance_SetReuseCurrentState"); \ +static_assert(sizeof(SMStateMachineInstance_SetReuseCurrentState) == 0x000001, "Wrong size on SMStateMachineInstance_SetReuseCurrentState"); \ +static_assert(offsetof(SMStateMachineInstance_SetReuseCurrentState, bValue) == 0x000000, "Member 'SMStateMachineInstance_SetReuseCurrentState::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_SetReuseIfNotEndState \ +static_assert(alignof(SMStateMachineInstance_SetReuseIfNotEndState) == 0x000001, "Wrong alignment on SMStateMachineInstance_SetReuseIfNotEndState"); \ +static_assert(sizeof(SMStateMachineInstance_SetReuseIfNotEndState) == 0x000001, "Wrong size on SMStateMachineInstance_SetReuseIfNotEndState"); \ +static_assert(offsetof(SMStateMachineInstance_SetReuseIfNotEndState, bValue) == 0x000000, "Member 'SMStateMachineInstance_SetReuseIfNotEndState::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_SetWaitForEndState \ +static_assert(alignof(SMStateMachineInstance_SetWaitForEndState) == 0x000001, "Wrong alignment on SMStateMachineInstance_SetWaitForEndState"); \ +static_assert(sizeof(SMStateMachineInstance_SetWaitForEndState) == 0x000001, "Wrong size on SMStateMachineInstance_SetWaitForEndState"); \ +static_assert(offsetof(SMStateMachineInstance_SetWaitForEndState, bValue) == 0x000000, "Member 'SMStateMachineInstance_SetWaitForEndState::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetActiveStates \ +static_assert(alignof(SMStateMachineInstance_GetActiveStates) == 0x000008, "Wrong alignment on SMStateMachineInstance_GetActiveStates"); \ +static_assert(sizeof(SMStateMachineInstance_GetActiveStates) == 0x000010, "Wrong size on SMStateMachineInstance_GetActiveStates"); \ +static_assert(offsetof(SMStateMachineInstance_GetActiveStates, ActiveStates) == 0x000000, "Member 'SMStateMachineInstance_GetActiveStates::ActiveStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetAllStateInstances \ +static_assert(alignof(SMStateMachineInstance_GetAllStateInstances) == 0x000008, "Wrong alignment on SMStateMachineInstance_GetAllStateInstances"); \ +static_assert(sizeof(SMStateMachineInstance_GetAllStateInstances) == 0x000010, "Wrong size on SMStateMachineInstance_GetAllStateInstances"); \ +static_assert(offsetof(SMStateMachineInstance_GetAllStateInstances, StateInstances) == 0x000000, "Member 'SMStateMachineInstance_GetAllStateInstances::StateInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetContainedStateByName \ +static_assert(alignof(SMStateMachineInstance_GetContainedStateByName) == 0x000008, "Wrong alignment on SMStateMachineInstance_GetContainedStateByName"); \ +static_assert(sizeof(SMStateMachineInstance_GetContainedStateByName) == 0x000018, "Wrong size on SMStateMachineInstance_GetContainedStateByName"); \ +static_assert(offsetof(SMStateMachineInstance_GetContainedStateByName, StateName) == 0x000000, "Member 'SMStateMachineInstance_GetContainedStateByName::StateName' has a wrong offset!"); \ +static_assert(offsetof(SMStateMachineInstance_GetContainedStateByName, ReturnValue) == 0x000010, "Member 'SMStateMachineInstance_GetContainedStateByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetEntryStates \ +static_assert(alignof(SMStateMachineInstance_GetEntryStates) == 0x000008, "Wrong alignment on SMStateMachineInstance_GetEntryStates"); \ +static_assert(sizeof(SMStateMachineInstance_GetEntryStates) == 0x000010, "Wrong size on SMStateMachineInstance_GetEntryStates"); \ +static_assert(offsetof(SMStateMachineInstance_GetEntryStates, EntryStates) == 0x000000, "Member 'SMStateMachineInstance_GetEntryStates::EntryStates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetReuseCurrentState \ +static_assert(alignof(SMStateMachineInstance_GetReuseCurrentState) == 0x000001, "Wrong alignment on SMStateMachineInstance_GetReuseCurrentState"); \ +static_assert(sizeof(SMStateMachineInstance_GetReuseCurrentState) == 0x000001, "Wrong size on SMStateMachineInstance_GetReuseCurrentState"); \ +static_assert(offsetof(SMStateMachineInstance_GetReuseCurrentState, ReturnValue) == 0x000000, "Member 'SMStateMachineInstance_GetReuseCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetReuseIfNotEndState \ +static_assert(alignof(SMStateMachineInstance_GetReuseIfNotEndState) == 0x000001, "Wrong alignment on SMStateMachineInstance_GetReuseIfNotEndState"); \ +static_assert(sizeof(SMStateMachineInstance_GetReuseIfNotEndState) == 0x000001, "Wrong size on SMStateMachineInstance_GetReuseIfNotEndState"); \ +static_assert(offsetof(SMStateMachineInstance_GetReuseIfNotEndState, ReturnValue) == 0x000000, "Member 'SMStateMachineInstance_GetReuseIfNotEndState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetStateMachineReference \ +static_assert(alignof(SMStateMachineInstance_GetStateMachineReference) == 0x000008, "Wrong alignment on SMStateMachineInstance_GetStateMachineReference"); \ +static_assert(sizeof(SMStateMachineInstance_GetStateMachineReference) == 0x000008, "Wrong size on SMStateMachineInstance_GetStateMachineReference"); \ +static_assert(offsetof(SMStateMachineInstance_GetStateMachineReference, ReturnValue) == 0x000000, "Member 'SMStateMachineInstance_GetStateMachineReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMStateMachineInstance_GetWaitForEndState \ +static_assert(alignof(SMStateMachineInstance_GetWaitForEndState) == 0x000001, "Wrong alignment on SMStateMachineInstance_GetWaitForEndState"); \ +static_assert(sizeof(SMStateMachineInstance_GetWaitForEndState) == 0x000001, "Wrong size on SMStateMachineInstance_GetWaitForEndState"); \ +static_assert(offsetof(SMStateMachineInstance_GetWaitForEndState, ReturnValue) == 0x000000, "Member 'SMStateMachineInstance_GetWaitForEndState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMStateMachineInstance \ +static_assert(alignof(USMStateMachineInstance) == 0x000008, "Wrong alignment on USMStateMachineInstance"); \ +static_assert(sizeof(USMStateMachineInstance) == 0x000098, "Wrong size on USMStateMachineInstance"); \ +static_assert(offsetof(USMStateMachineInstance, bWaitForEndState) == 0x000090, "Member 'USMStateMachineInstance::bWaitForEndState' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineInstance, bReuseCurrentState) == 0x000091, "Member 'USMStateMachineInstance::bReuseCurrentState' has a wrong offset!"); \ +static_assert(offsetof(USMStateMachineInstance, bReuseIfNotEndState) == 0x000092, "Member 'USMStateMachineInstance::bReuseIfNotEndState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMBlueprintUtils_CreateStateMachineInstanceFromTemplate \ +static_assert(alignof(SMBlueprintUtils_CreateStateMachineInstanceFromTemplate) == 0x000008, "Wrong alignment on SMBlueprintUtils_CreateStateMachineInstanceFromTemplate"); \ +static_assert(sizeof(SMBlueprintUtils_CreateStateMachineInstanceFromTemplate) == 0x000028, "Wrong size on SMBlueprintUtils_CreateStateMachineInstanceFromTemplate"); \ +static_assert(offsetof(SMBlueprintUtils_CreateStateMachineInstanceFromTemplate, StateMachineClass) == 0x000000, "Member 'SMBlueprintUtils_CreateStateMachineInstanceFromTemplate::StateMachineClass' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_CreateStateMachineInstanceFromTemplate, Context) == 0x000008, "Member 'SMBlueprintUtils_CreateStateMachineInstanceFromTemplate::Context' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_CreateStateMachineInstanceFromTemplate, Template) == 0x000010, "Member 'SMBlueprintUtils_CreateStateMachineInstanceFromTemplate::Template' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_CreateStateMachineInstanceFromTemplate, bInitializeNow) == 0x000018, "Member 'SMBlueprintUtils_CreateStateMachineInstanceFromTemplate::bInitializeNow' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_CreateStateMachineInstanceFromTemplate, ReturnValue) == 0x000020, "Member 'SMBlueprintUtils_CreateStateMachineInstanceFromTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMBlueprintUtils_K2_CreateStateMachineInstance \ +static_assert(alignof(SMBlueprintUtils_K2_CreateStateMachineInstance) == 0x000008, "Wrong alignment on SMBlueprintUtils_K2_CreateStateMachineInstance"); \ +static_assert(sizeof(SMBlueprintUtils_K2_CreateStateMachineInstance) == 0x000020, "Wrong size on SMBlueprintUtils_K2_CreateStateMachineInstance"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstance, StateMachineClass) == 0x000000, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstance::StateMachineClass' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstance, Context) == 0x000008, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstance::Context' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstance, bInitializeNow) == 0x000010, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstance::bInitializeNow' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstance, ReturnValue) == 0x000018, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SMBlueprintUtils_K2_CreateStateMachineInstancePure \ +static_assert(alignof(SMBlueprintUtils_K2_CreateStateMachineInstancePure) == 0x000008, "Wrong alignment on SMBlueprintUtils_K2_CreateStateMachineInstancePure"); \ +static_assert(sizeof(SMBlueprintUtils_K2_CreateStateMachineInstancePure) == 0x000020, "Wrong size on SMBlueprintUtils_K2_CreateStateMachineInstancePure"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstancePure, StateMachineClass) == 0x000000, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstancePure::StateMachineClass' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstancePure, Context) == 0x000008, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstancePure::Context' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstancePure, bInitializeNow) == 0x000010, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstancePure::bInitializeNow' has a wrong offset!"); \ +static_assert(offsetof(SMBlueprintUtils_K2_CreateStateMachineInstancePure, ReturnValue) == 0x000018, "Member 'SMBlueprintUtils_K2_CreateStateMachineInstancePure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USMBlueprintUtils \ +static_assert(alignof(USMBlueprintUtils) == 0x000008, "Wrong alignment on USMBlueprintUtils"); \ +static_assert(sizeof(USMBlueprintUtils) == 0x000028, "Wrong size on USMBlueprintUtils"); \ + +#define DUMPER7_ASSERTS_FAnimSettings \ +static_assert(alignof(FAnimSettings) == 0x000008, "Wrong alignment on FAnimSettings"); \ +static_assert(sizeof(FAnimSettings) == 0x000030, "Wrong size on FAnimSettings"); \ +static_assert(offsetof(FAnimSettings, Animation) == 0x000000, "Member 'FAnimSettings::Animation' has a wrong offset!"); \ +static_assert(offsetof(FAnimSettings, AnimationName) == 0x000008, "Member 'FAnimSettings::AnimationName' has a wrong offset!"); \ +static_assert(offsetof(FAnimSettings, ExitTime) == 0x000018, "Member 'FAnimSettings::ExitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimSettings, TransitionDuration) == 0x00001C, "Member 'FAnimSettings::TransitionDuration' has a wrong offset!"); \ +static_assert(offsetof(FAnimSettings, EasingFunc) == 0x000020, "Member 'FAnimSettings::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FAnimSettings, EasingBlendExp) == 0x000024, "Member 'FAnimSettings::EasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(FAnimSettings, EasingSteps) == 0x000028, "Member 'FAnimSettings::EasingSteps' has a wrong offset!"); \ +static_assert(offsetof(FAnimSettings, PlaybackSpeed) == 0x00002C, "Member 'FAnimSettings::PlaybackSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAKBSettings \ +static_assert(alignof(FAKBSettings) == 0x000008, "Wrong alignment on FAKBSettings"); \ +static_assert(sizeof(FAKBSettings) == 0x000048, "Wrong size on FAKBSettings"); \ +static_assert(offsetof(FAKBSettings, Animation) == 0x000000, "Member 'FAKBSettings::Animation' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, AnimName) == 0x000008, "Member 'FAKBSettings::AnimName' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, StateName) == 0x000018, "Member 'FAKBSettings::StateName' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, IsForce) == 0x000020, "Member 'FAKBSettings::IsForce' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, StateDelayEasingTime) == 0x000024, "Member 'FAKBSettings::StateDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, StateOverideEasingTime) == 0x000028, "Member 'FAKBSettings::StateOverideEasingTime' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, EasingTime) == 0x00002C, "Member 'FAKBSettings::EasingTime' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, EasingFunc) == 0x000030, "Member 'FAKBSettings::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, EasingBlendExp) == 0x000034, "Member 'FAKBSettings::EasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, EasingSteps) == 0x000038, "Member 'FAKBSettings::EasingSteps' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, EnumValEasingType) == 0x00003C, "Member 'FAKBSettings::EnumValEasingType' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, BoolValEasingType) == 0x00003D, "Member 'FAKBSettings::BoolValEasingType' has a wrong offset!"); \ +static_assert(offsetof(FAKBSettings, DelayEasingTime) == 0x000040, "Member 'FAKBSettings::DelayEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimPlayData \ +static_assert(alignof(FAnimPlayData) == 0x000008, "Wrong alignment on FAnimPlayData"); \ +static_assert(sizeof(FAnimPlayData) == 0x000048, "Wrong size on FAnimPlayData"); \ +static_assert(offsetof(FAnimPlayData, StateId) == 0x000000, "Member 'FAnimPlayData::StateId' has a wrong offset!"); \ +static_assert(offsetof(FAnimPlayData, AnimSettings) == 0x000008, "Member 'FAnimPlayData::AnimSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimPlayData, Animation) == 0x000038, "Member 'FAnimPlayData::Animation' has a wrong offset!"); \ +static_assert(offsetof(FAnimPlayData, PlayTime) == 0x000040, "Member 'FAnimPlayData::PlayTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimPlayData, Weight) == 0x000044, "Member 'FAnimPlayData::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomState_OnPostStateBegin \ +static_assert(alignof(CustomState_OnPostStateBegin) == 0x000008, "Wrong alignment on CustomState_OnPostStateBegin"); \ +static_assert(sizeof(CustomState_OnPostStateBegin) == 0x000008, "Wrong size on CustomState_OnPostStateBegin"); \ +static_assert(offsetof(CustomState_OnPostStateBegin, StateInstance) == 0x000000, "Member 'CustomState_OnPostStateBegin::StateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomState_OnStateBegin \ +static_assert(alignof(CustomState_OnStateBegin) == 0x000008, "Wrong alignment on CustomState_OnStateBegin"); \ +static_assert(sizeof(CustomState_OnStateBegin) == 0x000008, "Wrong size on CustomState_OnStateBegin"); \ +static_assert(offsetof(CustomState_OnStateBegin, StateInstance) == 0x000000, "Member 'CustomState_OnStateBegin::StateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomState_OnStateEnd \ +static_assert(alignof(CustomState_OnStateEnd) == 0x000008, "Wrong alignment on CustomState_OnStateEnd"); \ +static_assert(sizeof(CustomState_OnStateEnd) == 0x000008, "Wrong size on CustomState_OnStateEnd"); \ +static_assert(offsetof(CustomState_OnStateEnd, StateInstance) == 0x000000, "Member 'CustomState_OnStateEnd::StateInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomState_OnStateUpdate \ +static_assert(alignof(CustomState_OnStateUpdate) == 0x000008, "Wrong alignment on CustomState_OnStateUpdate"); \ +static_assert(sizeof(CustomState_OnStateUpdate) == 0x000010, "Wrong size on CustomState_OnStateUpdate"); \ +static_assert(offsetof(CustomState_OnStateUpdate, StateInstance) == 0x000000, "Member 'CustomState_OnStateUpdate::StateInstance' has a wrong offset!"); \ +static_assert(offsetof(CustomState_OnStateUpdate, DeltaSeconds) == 0x000008, "Member 'CustomState_OnStateUpdate::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomState \ +static_assert(alignof(UCustomState) == 0x000008, "Wrong alignment on UCustomState"); \ +static_assert(sizeof(UCustomState) == 0x000098, "Wrong size on UCustomState"); \ + +#define DUMPER7_ASSERTS_UAnimState \ +static_assert(alignof(UAnimState) == 0x000008, "Wrong alignment on UAnimState"); \ +static_assert(sizeof(UAnimState) == 0x0000D0, "Wrong size on UAnimState"); \ +static_assert(offsetof(UAnimState, AnimSettings) == 0x000098, "Member 'UAnimState::AnimSettings' has a wrong offset!"); \ +static_assert(offsetof(UAnimState, PlayingTime) == 0x0000C8, "Member 'UAnimState::PlayingTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimState, Weight) == 0x0000CC, "Member 'UAnimState::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAKBState \ +static_assert(alignof(UAKBState) == 0x000008, "Wrong alignment on UAKBState"); \ +static_assert(sizeof(UAKBState) == 0x0000E0, "Wrong size on UAKBState"); \ +static_assert(offsetof(UAKBState, AKBSettings) == 0x000098, "Member 'UAKBState::AKBSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimTransition \ +static_assert(alignof(UAnimTransition) == 0x000008, "Wrong alignment on UAnimTransition"); \ +static_assert(sizeof(UAnimTransition) == 0x000060, "Wrong size on UAnimTransition"); \ + +#define DUMPER7_ASSERTS_AnimMachine_Init \ +static_assert(alignof(AnimMachine_Init) == 0x000008, "Wrong alignment on AnimMachine_Init"); \ +static_assert(sizeof(AnimMachine_Init) == 0x000008, "Wrong size on AnimMachine_Init"); \ +static_assert(offsetof(AnimMachine_Init, InWidget) == 0x000000, "Member 'AnimMachine_Init::InWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_InnerTick \ +static_assert(alignof(AnimMachine_InnerTick) == 0x000004, "Wrong alignment on AnimMachine_InnerTick"); \ +static_assert(sizeof(AnimMachine_InnerTick) == 0x000004, "Wrong size on AnimMachine_InnerTick"); \ +static_assert(offsetof(AnimMachine_InnerTick, DeltaTime) == 0x000000, "Member 'AnimMachine_InnerTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_IsAKBBlending \ +static_assert(alignof(AnimMachine_IsAKBBlending) == 0x000008, "Wrong alignment on AnimMachine_IsAKBBlending"); \ +static_assert(sizeof(AnimMachine_IsAKBBlending) == 0x000058, "Wrong size on AnimMachine_IsAKBBlending"); \ +static_assert(offsetof(AnimMachine_IsAKBBlending, State) == 0x000000, "Member 'AnimMachine_IsAKBBlending::State' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_IsAKBBlending, InAKBSettings) == 0x000008, "Member 'AnimMachine_IsAKBBlending::InAKBSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_IsAKBBlending, ReturnValue) == 0x000050, "Member 'AnimMachine_IsAKBBlending::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_IsAnimCanExit \ +static_assert(alignof(AnimMachine_IsAnimCanExit) == 0x000008, "Wrong alignment on AnimMachine_IsAnimCanExit"); \ +static_assert(sizeof(AnimMachine_IsAnimCanExit) == 0x000010, "Wrong size on AnimMachine_IsAnimCanExit"); \ +static_assert(offsetof(AnimMachine_IsAnimCanExit, State) == 0x000000, "Member 'AnimMachine_IsAnimCanExit::State' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_IsAnimCanExit, ReturnValue) == 0x000008, "Member 'AnimMachine_IsAnimCanExit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_PlayAnimation \ +static_assert(alignof(AnimMachine_PlayAnimation) == 0x000008, "Wrong alignment on AnimMachine_PlayAnimation"); \ +static_assert(sizeof(AnimMachine_PlayAnimation) == 0x000038, "Wrong size on AnimMachine_PlayAnimation"); \ +static_assert(offsetof(AnimMachine_PlayAnimation, InState) == 0x000000, "Member 'AnimMachine_PlayAnimation::InState' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_PlayAnimation, InAnimSettings) == 0x000008, "Member 'AnimMachine_PlayAnimation::InAnimSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_SetIsPause \ +static_assert(alignof(AnimMachine_SetIsPause) == 0x000001, "Wrong alignment on AnimMachine_SetIsPause"); \ +static_assert(sizeof(AnimMachine_SetIsPause) == 0x000001, "Wrong size on AnimMachine_SetIsPause"); \ +static_assert(offsetof(AnimMachine_SetIsPause, InIsPause) == 0x000000, "Member 'AnimMachine_SetIsPause::InIsPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_SwitchAKBState \ +static_assert(alignof(AnimMachine_SwitchAKBState) == 0x000008, "Wrong alignment on AnimMachine_SwitchAKBState"); \ +static_assert(sizeof(AnimMachine_SwitchAKBState) == 0x000058, "Wrong size on AnimMachine_SwitchAKBState"); \ +static_assert(offsetof(AnimMachine_SwitchAKBState, InState) == 0x000000, "Member 'AnimMachine_SwitchAKBState::InState' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_SwitchAKBState, InAKBSettings) == 0x000008, "Member 'AnimMachine_SwitchAKBState::InAKBSettings' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_SwitchAKBState, ReturnValue) == 0x000050, "Member 'AnimMachine_SwitchAKBState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_TryGetASAnimation \ +static_assert(alignof(AnimMachine_TryGetASAnimation) == 0x000008, "Wrong alignment on AnimMachine_TryGetASAnimation"); \ +static_assert(sizeof(AnimMachine_TryGetASAnimation) == 0x000010, "Wrong size on AnimMachine_TryGetASAnimation"); \ +static_assert(offsetof(AnimMachine_TryGetASAnimation, WidgetAnimation) == 0x000000, "Member 'AnimMachine_TryGetASAnimation::WidgetAnimation' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_TryGetASAnimation, ReturnValue) == 0x000008, "Member 'AnimMachine_TryGetASAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_TryGetWidgetAnimation \ +static_assert(alignof(AnimMachine_TryGetWidgetAnimation) == 0x000008, "Wrong alignment on AnimMachine_TryGetWidgetAnimation"); \ +static_assert(sizeof(AnimMachine_TryGetWidgetAnimation) == 0x000018, "Wrong size on AnimMachine_TryGetWidgetAnimation"); \ +static_assert(offsetof(AnimMachine_TryGetWidgetAnimation, AnimName) == 0x000000, "Member 'AnimMachine_TryGetWidgetAnimation::AnimName' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_TryGetWidgetAnimation, ReturnValue) == 0x000010, "Member 'AnimMachine_TryGetWidgetAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimMachine_TryGetPlayData \ +static_assert(alignof(AnimMachine_TryGetPlayData) == 0x000008, "Wrong alignment on AnimMachine_TryGetPlayData"); \ +static_assert(sizeof(AnimMachine_TryGetPlayData) == 0x000058, "Wrong size on AnimMachine_TryGetPlayData"); \ +static_assert(offsetof(AnimMachine_TryGetPlayData, State) == 0x000000, "Member 'AnimMachine_TryGetPlayData::State' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_TryGetPlayData, OutPlayData) == 0x000008, "Member 'AnimMachine_TryGetPlayData::OutPlayData' has a wrong offset!"); \ +static_assert(offsetof(AnimMachine_TryGetPlayData, ReturnValue) == 0x000050, "Member 'AnimMachine_TryGetPlayData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimMachine \ +static_assert(alignof(UAnimMachine) == 0x000008, "Wrong alignment on UAnimMachine"); \ +static_assert(sizeof(UAnimMachine) == 0x0006E8, "Wrong size on UAnimMachine"); \ +static_assert(offsetof(UAnimMachine, OwnerWidget) == 0x0005D0, "Member 'UAnimMachine::OwnerWidget' has a wrong offset!"); \ +static_assert(offsetof(UAnimMachine, IsPause) == 0x0005D8, "Member 'UAnimMachine::IsPause' has a wrong offset!"); \ +static_assert(offsetof(UAnimMachine, Controller) == 0x0005E0, "Member 'UAnimMachine::Controller' has a wrong offset!"); \ +static_assert(offsetof(UAnimMachine, AnimPlayData) == 0x0005E8, "Member 'UAnimMachine::AnimPlayData' has a wrong offset!"); \ +static_assert(offsetof(UAnimMachine, WidgetAnimationMap) == 0x0005F8, "Member 'UAnimMachine::WidgetAnimationMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimMachine, ASAnimationMap) == 0x000648, "Member 'UAnimMachine::ASAnimationMap' has a wrong offset!"); \ +static_assert(offsetof(UAnimMachine, AnimKeyStateBlenderMap) == 0x000698, "Member 'UAnimMachine::AnimKeyStateBlenderMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation \ +static_assert(alignof(AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation) == 0x000008, "Wrong alignment on AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation"); \ +static_assert(sizeof(AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation) == 0x000050, "Wrong size on AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation, Acceleration) == 0x000000, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation, Velocity) == 0x000018, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation::Velocity' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation, GroundFriction) == 0x000030, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation::GroundFriction' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation, ReturnValue) == 0x000038, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementPivotLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimCharacterMovementLibrary_PredictGroundMovementStopLocation \ +static_assert(alignof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation) == 0x000008, "Wrong alignment on AnimCharacterMovementLibrary_PredictGroundMovementStopLocation"); \ +static_assert(sizeof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation) == 0x000048, "Wrong size on AnimCharacterMovementLibrary_PredictGroundMovementStopLocation"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation, Velocity) == 0x000000, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementStopLocation::Velocity' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation, bUseSeparateBrakingFriction) == 0x000018, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementStopLocation::bUseSeparateBrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation, BrakingFriction) == 0x00001C, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementStopLocation::BrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation, GroundFriction) == 0x000020, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementStopLocation::GroundFriction' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation, BrakingFrictionFactor) == 0x000024, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementStopLocation::BrakingFrictionFactor' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation, BrakingDecelerationWalking) == 0x000028, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementStopLocation::BrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(AnimCharacterMovementLibrary_PredictGroundMovementStopLocation, ReturnValue) == 0x000030, "Member 'AnimCharacterMovementLibrary_PredictGroundMovementStopLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimCharacterMovementLibrary \ +static_assert(alignof(UAnimCharacterMovementLibrary) == 0x000008, "Wrong alignment on UAnimCharacterMovementLibrary"); \ +static_assert(sizeof(UAnimCharacterMovementLibrary) == 0x000028, "Wrong size on UAnimCharacterMovementLibrary"); \ + +#define DUMPER7_ASSERTS_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching \ +static_assert(alignof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching) == 0x000008, "Wrong alignment on AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching"); \ +static_assert(sizeof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching) == 0x000050, "Wrong size on AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching, UpdateContext) == 0x000000, "Member 'AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching, SequenceEvaluator) == 0x000010, "Member 'AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching, DistanceTraveled) == 0x000020, "Member 'AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching::DistanceTraveled' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching, DistanceCurveName) == 0x000024, "Member 'AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching, PlayRateClamp) == 0x000030, "Member 'AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching::PlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching, ReturnValue) == 0x000040, "Member 'AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDistanceMatchingLibrary_DistanceMatchToTarget \ +static_assert(alignof(AnimDistanceMatchingLibrary_DistanceMatchToTarget) == 0x000008, "Wrong alignment on AnimDistanceMatchingLibrary_DistanceMatchToTarget"); \ +static_assert(sizeof(AnimDistanceMatchingLibrary_DistanceMatchToTarget) == 0x000030, "Wrong size on AnimDistanceMatchingLibrary_DistanceMatchToTarget"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_DistanceMatchToTarget, SequenceEvaluator) == 0x000000, "Member 'AnimDistanceMatchingLibrary_DistanceMatchToTarget::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_DistanceMatchToTarget, DistanceToTarget) == 0x000010, "Member 'AnimDistanceMatchingLibrary_DistanceMatchToTarget::DistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_DistanceMatchToTarget, DistanceCurveName) == 0x000014, "Member 'AnimDistanceMatchingLibrary_DistanceMatchToTarget::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_DistanceMatchToTarget, ReturnValue) == 0x000020, "Member 'AnimDistanceMatchingLibrary_DistanceMatchToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed \ +static_assert(alignof(AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed) == 0x000008, "Wrong alignment on AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed"); \ +static_assert(sizeof(AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed) == 0x000038, "Wrong size on AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed, SequencePlayer) == 0x000000, "Member 'AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed, SpeedToMatch) == 0x000010, "Member 'AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed::SpeedToMatch' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed, PlayRateClamp) == 0x000018, "Member 'AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed::PlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed, ReturnValue) == 0x000028, "Member 'AnimDistanceMatchingLibrary_SetPlayrateToMatchSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimDistanceMatchingLibrary \ +static_assert(alignof(UAnimDistanceMatchingLibrary) == 0x000008, "Wrong alignment on UAnimDistanceMatchingLibrary"); \ +static_assert(sizeof(UAnimDistanceMatchingLibrary) == 0x000028, "Wrong size on UAnimDistanceMatchingLibrary"); \ + +#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_GetDLSSGGeneratedFramesRange \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange) == 0x000004, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange) == 0x000008, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange, MinNumGeneratedFrames) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange::MinNumGeneratedFrames' has a wrong offset!"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange, MaxNumGeneratedFrames) == 0x000004, "Member 'StreamlineLibraryDLSSG_GetDLSSGGeneratedFramesRange::MaxNumGeneratedFrames' 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_GetDLSSGNumberOfFramestoGenerate \ +static_assert(alignof(StreamlineLibraryDLSSG_GetDLSSGNumberOfFramestoGenerate) == 0x000004, "Wrong alignment on StreamlineLibraryDLSSG_GetDLSSGNumberOfFramestoGenerate"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_GetDLSSGNumberOfFramestoGenerate) == 0x000004, "Wrong size on StreamlineLibraryDLSSG_GetDLSSGNumberOfFramestoGenerate"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_GetDLSSGNumberOfFramestoGenerate, ReturnValue) == 0x000000, "Member 'StreamlineLibraryDLSSG_GetDLSSGNumberOfFramestoGenerate::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_StreamlineLibraryDLSSG_SetDLSSGNumberOfFramestoGenerate \ +static_assert(alignof(StreamlineLibraryDLSSG_SetDLSSGNumberOfFramestoGenerate) == 0x000004, "Wrong alignment on StreamlineLibraryDLSSG_SetDLSSGNumberOfFramestoGenerate"); \ +static_assert(sizeof(StreamlineLibraryDLSSG_SetDLSSGNumberOfFramestoGenerate) == 0x000004, "Wrong size on StreamlineLibraryDLSSG_SetDLSSGNumberOfFramestoGenerate"); \ +static_assert(offsetof(StreamlineLibraryDLSSG_SetDLSSGNumberOfFramestoGenerate, NumberOfFrames) == 0x000000, "Member 'StreamlineLibraryDLSSG_SetDLSSGNumberOfFramestoGenerate::NumberOfFrames' 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_StreamlineLibraryReflex_GetDefaultReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetDefaultReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetDefaultReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetDefaultReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetDefaultReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetDefaultReflexMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetGameLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetGameLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetGameToRenderLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetGameToRenderLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetGameToRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetGameToRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_GetReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_GetReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetReflexMode, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetReflexMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_GetRenderLatencyInMs \ +static_assert(alignof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong alignment on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ +static_assert(sizeof(StreamlineLibraryReflex_GetRenderLatencyInMs) == 0x000004, "Wrong size on StreamlineLibraryReflex_GetRenderLatencyInMs"); \ +static_assert(offsetof(StreamlineLibraryReflex_GetRenderLatencyInMs, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_GetRenderLatencyInMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_IsReflexSupported \ +static_assert(alignof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_IsReflexSupported"); \ +static_assert(sizeof(StreamlineLibraryReflex_IsReflexSupported) == 0x000001, "Wrong size on StreamlineLibraryReflex_IsReflexSupported"); \ +static_assert(offsetof(StreamlineLibraryReflex_IsReflexSupported, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_IsReflexSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_QueryReflexSupport \ +static_assert(alignof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_QueryReflexSupport"); \ +static_assert(sizeof(StreamlineLibraryReflex_QueryReflexSupport) == 0x000001, "Wrong size on StreamlineLibraryReflex_QueryReflexSupport"); \ +static_assert(offsetof(StreamlineLibraryReflex_QueryReflexSupport, ReturnValue) == 0x000000, "Member 'StreamlineLibraryReflex_QueryReflexSupport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StreamlineLibraryReflex_SetReflexMode \ +static_assert(alignof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong alignment on StreamlineLibraryReflex_SetReflexMode"); \ +static_assert(sizeof(StreamlineLibraryReflex_SetReflexMode) == 0x000001, "Wrong size on StreamlineLibraryReflex_SetReflexMode"); \ +static_assert(offsetof(StreamlineLibraryReflex_SetReflexMode, Mode) == 0x000000, "Member 'StreamlineLibraryReflex_SetReflexMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStreamlineLibraryReflex \ +static_assert(alignof(UStreamlineLibraryReflex) == 0x000008, "Wrong alignment on UStreamlineLibraryReflex"); \ +static_assert(sizeof(UStreamlineLibraryReflex) == 0x000028, "Wrong size on UStreamlineLibraryReflex"); \ + +#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_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!"); \ + +#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_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_UFFXFSR3Settings \ +static_assert(alignof(UFFXFSR3Settings) == 0x000008, "Wrong alignment on UFFXFSR3Settings"); \ +static_assert(sizeof(UFFXFSR3Settings) == 0x0000A0, "Wrong size on UFFXFSR3Settings"); \ +static_assert(offsetof(UFFXFSR3Settings, bEnabled) == 0x000038, "Member 'UFFXFSR3Settings::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bAutoExposure) == 0x000039, "Member 'UFFXFSR3Settings::bAutoExposure' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bEnabledInEditorViewport) == 0x00003A, "Member 'UFFXFSR3Settings::bEnabledInEditorViewport' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bUseSSRExperimentalDenoiser) == 0x00003B, "Member 'UFFXFSR3Settings::bUseSSRExperimentalDenoiser' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bRHIBackend) == 0x00003C, "Member 'UFFXFSR3Settings::bRHIBackend' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12Backend) == 0x00003D, "Member 'UFFXFSR3Settings::bD3D12Backend' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bFrameGenEnabled) == 0x00003E, "Member 'UFFXFSR3Settings::bFrameGenEnabled' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bCaptureDebugUI) == 0x00003F, "Member 'UFFXFSR3Settings::bCaptureDebugUI' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bUpdateGlobalFrameTime) == 0x000040, "Member 'UFFXFSR3Settings::bUpdateGlobalFrameTime' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncInterpolation) == 0x000041, "Member 'UFFXFSR3Settings::bD3D12AsyncInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bD3D12AsyncPresent) == 0x000042, "Member 'UFFXFSR3Settings::bD3D12AsyncPresent' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, QualityMode) == 0x000044, "Member 'UFFXFSR3Settings::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, HistoryFormat) == 0x000048, "Member 'UFFXFSR3Settings::HistoryFormat' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, DeDither) == 0x00004C, "Member 'UFFXFSR3Settings::DeDither' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, Sharpness) == 0x000050, "Member 'UFFXFSR3Settings::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bAdjustMipBias) == 0x000054, "Member 'UFFXFSR3Settings::bAdjustMipBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bForceVertexDeformationOutputsVelocity) == 0x000055, "Member 'UFFXFSR3Settings::bForceVertexDeformationOutputsVelocity' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ForceLandscapeHISMMobility) == 0x000058, "Member 'UFFXFSR3Settings::ForceLandscapeHISMMobility' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bReactiveMask) == 0x00005C, "Member 'UFFXFSR3Settings::bReactiveMask' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReflectionScale) == 0x000060, "Member 'UFFXFSR3Settings::ReflectionScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReflectionLuminanceBias) == 0x000064, "Member 'UFFXFSR3Settings::ReflectionLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessScale) == 0x000068, "Member 'UFFXFSR3Settings::RoughnessScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessBias) == 0x00006C, "Member 'UFFXFSR3Settings::RoughnessBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, RoughnessMaxDistance) == 0x000070, "Member 'UFFXFSR3Settings::RoughnessMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bReactiveMaskRoughnessForceMaxDistance) == 0x000074, "Member 'UFFXFSR3Settings::bReactiveMaskRoughnessForceMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyBias) == 0x000078, "Member 'UFFXFSR3Settings::TranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyLuminanceBias) == 0x00007C, "Member 'UFFXFSR3Settings::TranslucencyLuminanceBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, TranslucencyMaxDistance) == 0x000080, "Member 'UFFXFSR3Settings::TranslucencyMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveShadingModelID) == 0x000084, "Member 'UFFXFSR3Settings::ReactiveShadingModelID' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ForceReactiveMaterialValue) == 0x000088, "Member 'UFFXFSR3Settings::ForceReactiveMaterialValue' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyBias) == 0x00008C, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, ReactiveHistoryTranslucencyLumaBias) == 0x000090, "Member 'UFFXFSR3Settings::ReactiveHistoryTranslucencyLumaBias' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, PreDOFTranslucencyScale) == 0x000094, "Member 'UFFXFSR3Settings::PreDOFTranslucencyScale' has a wrong offset!"); \ +static_assert(offsetof(UFFXFSR3Settings, bPreDOFTranslucencyMax) == 0x000098, "Member 'UFFXFSR3Settings::bPreDOFTranslucencyMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConnectionAlwaysRelevantNodePair \ +static_assert(alignof(FConnectionAlwaysRelevantNodePair) == 0x000008, "Wrong alignment on FConnectionAlwaysRelevantNodePair"); \ +static_assert(sizeof(FConnectionAlwaysRelevantNodePair) == 0x000010, "Wrong size on FConnectionAlwaysRelevantNodePair"); \ +static_assert(offsetof(FConnectionAlwaysRelevantNodePair, NetConnection) == 0x000000, "Member 'FConnectionAlwaysRelevantNodePair::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(FConnectionAlwaysRelevantNodePair, Node) == 0x000008, "Member 'FConnectionAlwaysRelevantNodePair::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAlwaysRelevantActorInfo \ +static_assert(alignof(FAlwaysRelevantActorInfo) == 0x000008, "Wrong alignment on FAlwaysRelevantActorInfo"); \ +static_assert(sizeof(FAlwaysRelevantActorInfo) == 0x000018, "Wrong size on FAlwaysRelevantActorInfo"); \ +static_assert(offsetof(FAlwaysRelevantActorInfo, Connection) == 0x000000, "Member 'FAlwaysRelevantActorInfo::Connection' has a wrong offset!"); \ +static_assert(offsetof(FAlwaysRelevantActorInfo, LastViewer) == 0x000008, "Member 'FAlwaysRelevantActorInfo::LastViewer' has a wrong offset!"); \ +static_assert(offsetof(FAlwaysRelevantActorInfo, LastViewTarget) == 0x000010, "Member 'FAlwaysRelevantActorInfo::LastViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTearOffActorInfo \ +static_assert(alignof(FTearOffActorInfo) == 0x000008, "Wrong alignment on FTearOffActorInfo"); \ +static_assert(sizeof(FTearOffActorInfo) == 0x000018, "Wrong size on FTearOffActorInfo"); \ +static_assert(offsetof(FTearOffActorInfo, Actor) == 0x000008, "Member 'FTearOffActorInfo::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLastLocationGatherInfo \ +static_assert(alignof(FLastLocationGatherInfo) == 0x000008, "Wrong alignment on FLastLocationGatherInfo"); \ +static_assert(sizeof(FLastLocationGatherInfo) == 0x000038, "Wrong size on FLastLocationGatherInfo"); \ +static_assert(offsetof(FLastLocationGatherInfo, Connection) == 0x000000, "Member 'FLastLocationGatherInfo::Connection' has a wrong offset!"); \ +static_assert(offsetof(FLastLocationGatherInfo, LastLocation) == 0x000008, "Member 'FLastLocationGatherInfo::LastLocation' has a wrong offset!"); \ +static_assert(offsetof(FLastLocationGatherInfo, LastOutOfRangeLocationCheck) == 0x000020, "Member 'FLastLocationGatherInfo::LastOutOfRangeLocationCheck' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClassReplicationInfo \ +static_assert(alignof(FClassReplicationInfo) == 0x000010, "Wrong alignment on FClassReplicationInfo"); \ +static_assert(sizeof(FClassReplicationInfo) == 0x000070, "Wrong size on FClassReplicationInfo"); \ +static_assert(offsetof(FClassReplicationInfo, DistancePriorityScale) == 0x000000, "Member 'FClassReplicationInfo::DistancePriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, StarvationPriorityScale) == 0x000004, "Member 'FClassReplicationInfo::StarvationPriorityScale' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, AccumulatedNetPriorityBias) == 0x000008, "Member 'FClassReplicationInfo::AccumulatedNetPriorityBias' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, ReplicationPeriodFrame) == 0x00000C, "Member 'FClassReplicationInfo::ReplicationPeriodFrame' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, FastPath_ReplicationPeriodFrame) == 0x00000E, "Member 'FClassReplicationInfo::FastPath_ReplicationPeriodFrame' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, ActorChannelFrameTimeout) == 0x000010, "Member 'FClassReplicationInfo::ActorChannelFrameTimeout' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, CullDistance) == 0x000068, "Member 'FClassReplicationInfo::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(FClassReplicationInfo, CullDistanceSquared) == 0x00006C, "Member 'FClassReplicationInfo::CullDistanceSquared' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraph \ +static_assert(alignof(UReplicationGraph) == 0x000010, "Wrong alignment on UReplicationGraph"); \ +static_assert(sizeof(UReplicationGraph) == 0x000560, "Wrong size on UReplicationGraph"); \ +static_assert(offsetof(UReplicationGraph, ReplicationConnectionManagerClass) == 0x000028, "Member 'UReplicationGraph::ReplicationConnectionManagerClass' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, NetDriver) == 0x000030, "Member 'UReplicationGraph::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, Connections) == 0x000038, "Member 'UReplicationGraph::Connections' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, PendingConnections) == 0x000048, "Member 'UReplicationGraph::PendingConnections' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, GlobalGraphNodes) == 0x000098, "Member 'UReplicationGraph::GlobalGraphNodes' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraph, PrepareForReplicationNodes) == 0x0000A8, "Member 'UReplicationGraph::PrepareForReplicationNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBasicReplicationGraph \ +static_assert(alignof(UBasicReplicationGraph) == 0x000010, "Wrong alignment on UBasicReplicationGraph"); \ +static_assert(sizeof(UBasicReplicationGraph) == 0x000590, "Wrong size on UBasicReplicationGraph"); \ +static_assert(offsetof(UBasicReplicationGraph, GridNode) == 0x000558, "Member 'UBasicReplicationGraph::GridNode' has a wrong offset!"); \ +static_assert(offsetof(UBasicReplicationGraph, AlwaysRelevantNode) == 0x000560, "Member 'UBasicReplicationGraph::AlwaysRelevantNode' has a wrong offset!"); \ +static_assert(offsetof(UBasicReplicationGraph, AlwaysRelevantForConnectionList) == 0x000568, "Member 'UBasicReplicationGraph::AlwaysRelevantForConnectionList' has a wrong offset!"); \ +static_assert(offsetof(UBasicReplicationGraph, ActorsWithoutNetConnection) == 0x000578, "Member 'UBasicReplicationGraph::ActorsWithoutNetConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode \ +static_assert(alignof(UReplicationGraphNode) == 0x000008, "Wrong alignment on UReplicationGraphNode"); \ +static_assert(sizeof(UReplicationGraphNode) == 0x000050, "Wrong size on UReplicationGraphNode"); \ +static_assert(offsetof(UReplicationGraphNode, AllChildNodes) == 0x000028, "Member 'UReplicationGraphNode::AllChildNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_ActorList \ +static_assert(alignof(UReplicationGraphNode_ActorList) == 0x000008, "Wrong alignment on UReplicationGraphNode_ActorList"); \ +static_assert(sizeof(UReplicationGraphNode_ActorList) == 0x0000D0, "Wrong size on UReplicationGraphNode_ActorList"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_ActorListFrequencyBuckets \ +static_assert(alignof(UReplicationGraphNode_ActorListFrequencyBuckets) == 0x000008, "Wrong alignment on UReplicationGraphNode_ActorListFrequencyBuckets"); \ +static_assert(sizeof(UReplicationGraphNode_ActorListFrequencyBuckets) == 0x000108, "Wrong size on UReplicationGraphNode_ActorListFrequencyBuckets"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_DynamicSpatialFrequency \ +static_assert(alignof(UReplicationGraphNode_DynamicSpatialFrequency) == 0x000008, "Wrong alignment on UReplicationGraphNode_DynamicSpatialFrequency"); \ +static_assert(sizeof(UReplicationGraphNode_DynamicSpatialFrequency) == 0x000100, "Wrong size on UReplicationGraphNode_DynamicSpatialFrequency"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_ConnectionDormancyNode \ +static_assert(alignof(UReplicationGraphNode_ConnectionDormancyNode) == 0x000008, "Wrong alignment on UReplicationGraphNode_ConnectionDormancyNode"); \ +static_assert(sizeof(UReplicationGraphNode_ConnectionDormancyNode) == 0x000150, "Wrong size on UReplicationGraphNode_ConnectionDormancyNode"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_DormancyNode \ +static_assert(alignof(UReplicationGraphNode_DormancyNode) == 0x000008, "Wrong alignment on UReplicationGraphNode_DormancyNode"); \ +static_assert(sizeof(UReplicationGraphNode_DormancyNode) == 0x0000E0, "Wrong size on UReplicationGraphNode_DormancyNode"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_GridCell \ +static_assert(alignof(UReplicationGraphNode_GridCell) == 0x000010, "Wrong alignment on UReplicationGraphNode_GridCell"); \ +static_assert(sizeof(UReplicationGraphNode_GridCell) == 0x000120, "Wrong size on UReplicationGraphNode_GridCell"); \ +static_assert(offsetof(UReplicationGraphNode_GridCell, DynamicNode) == 0x000110, "Member 'UReplicationGraphNode_GridCell::DynamicNode' has a wrong offset!"); \ +static_assert(offsetof(UReplicationGraphNode_GridCell, DormancyNode) == 0x000118, "Member 'UReplicationGraphNode_GridCell::DormancyNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_GridSpatialization2D \ +static_assert(alignof(UReplicationGraphNode_GridSpatialization2D) == 0x000008, "Wrong alignment on UReplicationGraphNode_GridSpatialization2D"); \ +static_assert(sizeof(UReplicationGraphNode_GridSpatialization2D) == 0x000260, "Wrong size on UReplicationGraphNode_GridSpatialization2D"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_AlwaysRelevant \ +static_assert(alignof(UReplicationGraphNode_AlwaysRelevant) == 0x000008, "Wrong alignment on UReplicationGraphNode_AlwaysRelevant"); \ +static_assert(sizeof(UReplicationGraphNode_AlwaysRelevant) == 0x000068, "Wrong size on UReplicationGraphNode_AlwaysRelevant"); \ +static_assert(offsetof(UReplicationGraphNode_AlwaysRelevant, ChildNode) == 0x000050, "Member 'UReplicationGraphNode_AlwaysRelevant::ChildNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_AlwaysRelevant_ForConnection \ +static_assert(alignof(UReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x000008, "Wrong alignment on UReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(sizeof(UReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x0000F0, "Wrong size on UReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(offsetof(UReplicationGraphNode_AlwaysRelevant_ForConnection, PastRelevantActors) == 0x0000E0, "Member 'UReplicationGraphNode_AlwaysRelevant_ForConnection::PastRelevantActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReplicationGraphNode_TearOff_ForConnection \ +static_assert(alignof(UReplicationGraphNode_TearOff_ForConnection) == 0x000008, "Wrong alignment on UReplicationGraphNode_TearOff_ForConnection"); \ +static_assert(sizeof(UReplicationGraphNode_TearOff_ForConnection) == 0x000070, "Wrong size on UReplicationGraphNode_TearOff_ForConnection"); \ +static_assert(offsetof(UReplicationGraphNode_TearOff_ForConnection, TearOffActors) == 0x000050, "Member 'UReplicationGraphNode_TearOff_ForConnection::TearOffActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetReplicationGraphConnection \ +static_assert(alignof(UNetReplicationGraphConnection) == 0x000008, "Wrong alignment on UNetReplicationGraphConnection"); \ +static_assert(sizeof(UNetReplicationGraphConnection) == 0x0002D8, "Wrong size on UNetReplicationGraphConnection"); \ +static_assert(offsetof(UNetReplicationGraphConnection, NetConnection) == 0x000028, "Member 'UNetReplicationGraphConnection::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, DebugActor) == 0x000170, "Member 'UNetReplicationGraphConnection::DebugActor' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, LastGatherLocations) == 0x000188, "Member 'UNetReplicationGraphConnection::LastGatherLocations' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, ConnectionGraphNodes) == 0x0001F0, "Member 'UNetReplicationGraphConnection::ConnectionGraphNodes' has a wrong offset!"); \ +static_assert(offsetof(UNetReplicationGraphConnection, TearOffNode) == 0x000200, "Member 'UNetReplicationGraphConnection::TearOffNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ClientCellInfo \ +static_assert(alignof(ReplicationGraphDebugActor_ClientCellInfo) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ClientCellInfo"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ClientCellInfo) == 0x000040, "Wrong size on ReplicationGraphDebugActor_ClientCellInfo"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ClientCellInfo, CellLocation) == 0x000000, "Member 'ReplicationGraphDebugActor_ClientCellInfo::CellLocation' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ClientCellInfo, CellExtent) == 0x000018, "Member 'ReplicationGraphDebugActor_ClientCellInfo::CellExtent' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ClientCellInfo, Actors) == 0x000030, "Member 'ReplicationGraphDebugActor_ClientCellInfo::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerPrintAllActorInfo \ +static_assert(alignof(ReplicationGraphDebugActor_ServerPrintAllActorInfo) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerPrintAllActorInfo"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerPrintAllActorInfo) == 0x000010, "Wrong size on ReplicationGraphDebugActor_ServerPrintAllActorInfo"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerPrintAllActorInfo, Str) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerPrintAllActorInfo::Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint \ +static_assert(alignof(ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint) == 0x000008, "Wrong size on ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint, Actor) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerSetConditionalActorBreakpoint::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerSetCullDistanceForClass \ +static_assert(alignof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerSetCullDistanceForClass"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass) == 0x000010, "Wrong size on ReplicationGraphDebugActor_ServerSetCullDistanceForClass"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass, Class_0) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerSetCullDistanceForClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetCullDistanceForClass, CullDistance) == 0x000008, "Member 'ReplicationGraphDebugActor_ServerSetCullDistanceForClass::CullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReplicationGraphDebugActor_ServerSetPeriodFrameForClass \ +static_assert(alignof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass) == 0x000008, "Wrong alignment on ReplicationGraphDebugActor_ServerSetPeriodFrameForClass"); \ +static_assert(sizeof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass) == 0x000010, "Wrong size on ReplicationGraphDebugActor_ServerSetPeriodFrameForClass"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass, Class_0) == 0x000000, "Member 'ReplicationGraphDebugActor_ServerSetPeriodFrameForClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(ReplicationGraphDebugActor_ServerSetPeriodFrameForClass, PeriodFrame) == 0x000008, "Member 'ReplicationGraphDebugActor_ServerSetPeriodFrameForClass::PeriodFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReplicationGraphDebugActor \ +static_assert(alignof(AReplicationGraphDebugActor) == 0x000008, "Wrong alignment on AReplicationGraphDebugActor"); \ +static_assert(sizeof(AReplicationGraphDebugActor) == 0x000298, "Wrong size on AReplicationGraphDebugActor"); \ +static_assert(offsetof(AReplicationGraphDebugActor, ReplicationGraph) == 0x000288, "Member 'AReplicationGraphDebugActor::ReplicationGraph' has a wrong offset!"); \ +static_assert(offsetof(AReplicationGraphDebugActor, ConnectionManager) == 0x000290, "Member 'AReplicationGraphDebugActor::ConnectionManager' has a wrong offset!"); \ + +#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_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) == 0x000010, "Wrong alignment on USteamNetConnection"); \ +static_assert(sizeof(USteamNetConnection) == 0x0032F0, "Wrong size on USteamNetConnection"); \ +static_assert(offsetof(USteamNetConnection, bIsPassthrough) == 0x0032E0, "Member 'USteamNetConnection::bIsPassthrough' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USteamNetDriver \ +static_assert(alignof(USteamNetDriver) == 0x000008, "Wrong alignment on USteamNetDriver"); \ +static_assert(sizeof(USteamNetDriver) == 0x0007F8, "Wrong size on USteamNetDriver"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_GSNetworkRemapPath \ +static_assert(alignof(GSReplayCSharpFuncLib_GSNetworkRemapPath) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_GSNetworkRemapPath"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_GSNetworkRemapPath) == 0x000018, "Wrong size on GSReplayCSharpFuncLib_GSNetworkRemapPath"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_GSNetworkRemapPath, Outer_0) == 0x000000, "Member 'GSReplayCSharpFuncLib_GSNetworkRemapPath::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_GSNetworkRemapPath, Name_0) == 0x000008, "Member 'GSReplayCSharpFuncLib_GSNetworkRemapPath::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_GSNetworkRemapPathCS \ +static_assert(alignof(GSReplayCSharpFuncLib_GSNetworkRemapPathCS) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_GSNetworkRemapPathCS"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_GSNetworkRemapPathCS) == 0x000028, "Wrong size on GSReplayCSharpFuncLib_GSNetworkRemapPathCS"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_GSNetworkRemapPathCS, Outer_0) == 0x000000, "Member 'GSReplayCSharpFuncLib_GSNetworkRemapPathCS::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_GSNetworkRemapPathCS, OriginName) == 0x000008, "Member 'GSReplayCSharpFuncLib_GSNetworkRemapPathCS::OriginName' has a wrong offset!"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_GSNetworkRemapPathCS, Name_0) == 0x000018, "Member 'GSReplayCSharpFuncLib_GSNetworkRemapPathCS::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_OnPreScrub \ +static_assert(alignof(GSReplayCSharpFuncLib_OnPreScrub) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_OnPreScrub"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_OnPreScrub) == 0x000008, "Wrong size on GSReplayCSharpFuncLib_OnPreScrub"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnPreScrub, World) == 0x000000, "Member 'GSReplayCSharpFuncLib_OnPreScrub::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader \ +static_assert(alignof(GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader) == 0x000020, "Wrong size on GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader, GameSpecificData) == 0x000000, "Member 'GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader::GameSpecificData' has a wrong offset!"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader, Error) == 0x000010, "Member 'GSReplayCSharpFuncLib_OnProcessGameSpecificDemoHeader::Error' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_OnReplayScrubComplete \ +static_assert(alignof(GSReplayCSharpFuncLib_OnReplayScrubComplete) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_OnReplayScrubComplete"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_OnReplayScrubComplete) == 0x000008, "Wrong size on GSReplayCSharpFuncLib_OnReplayScrubComplete"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnReplayScrubComplete, World) == 0x000000, "Member 'GSReplayCSharpFuncLib_OnReplayScrubComplete::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_OnReplaySeverConnectionInit \ +static_assert(alignof(GSReplayCSharpFuncLib_OnReplaySeverConnectionInit) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_OnReplaySeverConnectionInit"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_OnReplaySeverConnectionInit) == 0x000010, "Wrong size on GSReplayCSharpFuncLib_OnReplaySeverConnectionInit"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnReplaySeverConnectionInit, World) == 0x000000, "Member 'GSReplayCSharpFuncLib_OnReplaySeverConnectionInit::World' has a wrong offset!"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnReplaySeverConnectionInit, SeverConnection) == 0x000008, "Member 'GSReplayCSharpFuncLib_OnReplaySeverConnectionInit::SeverConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_OnReplayStarted \ +static_assert(alignof(GSReplayCSharpFuncLib_OnReplayStarted) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_OnReplayStarted"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_OnReplayStarted) == 0x000008, "Wrong size on GSReplayCSharpFuncLib_OnReplayStarted"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnReplayStarted, World) == 0x000000, "Member 'GSReplayCSharpFuncLib_OnReplayStarted::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_OnWriteGameSpecificDemoHeader \ +static_assert(alignof(GSReplayCSharpFuncLib_OnWriteGameSpecificDemoHeader) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_OnWriteGameSpecificDemoHeader"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_OnWriteGameSpecificDemoHeader) == 0x000010, "Wrong size on GSReplayCSharpFuncLib_OnWriteGameSpecificDemoHeader"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_OnWriteGameSpecificDemoHeader, GameSpecificData) == 0x000000, "Member 'GSReplayCSharpFuncLib_OnWriteGameSpecificDemoHeader::GameSpecificData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS \ +static_assert(alignof(GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS) == 0x000020, "Wrong size on GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS, GameSpecificData) == 0x000000, "Member 'GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS::GameSpecificData' has a wrong offset!"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS, Error) == 0x000010, "Member 'GSReplayCSharpFuncLib_ProcessGameSpecificDemoHeaderCS::Error' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_SetDemoCurrentTime \ +static_assert(alignof(GSReplayCSharpFuncLib_SetDemoCurrentTime) == 0x000004, "Wrong alignment on GSReplayCSharpFuncLib_SetDemoCurrentTime"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_SetDemoCurrentTime) == 0x000004, "Wrong size on GSReplayCSharpFuncLib_SetDemoCurrentTime"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_SetDemoCurrentTime, InTimeToSet) == 0x000000, "Member 'GSReplayCSharpFuncLib_SetDemoCurrentTime::InTimeToSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_SetViewTargetPlayer \ +static_assert(alignof(GSReplayCSharpFuncLib_SetViewTargetPlayer) == 0x000004, "Wrong alignment on GSReplayCSharpFuncLib_SetViewTargetPlayer"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_SetViewTargetPlayer) == 0x000008, "Wrong size on GSReplayCSharpFuncLib_SetViewTargetPlayer"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_SetViewTargetPlayer, PlayerId) == 0x000000, "Member 'GSReplayCSharpFuncLib_SetViewTargetPlayer::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_SetViewTargetPlayer, ReturnValue) == 0x000004, "Member 'GSReplayCSharpFuncLib_SetViewTargetPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayCSharpFuncLib_WriteGameSpecificDemoHeaderCS \ +static_assert(alignof(GSReplayCSharpFuncLib_WriteGameSpecificDemoHeaderCS) == 0x000008, "Wrong alignment on GSReplayCSharpFuncLib_WriteGameSpecificDemoHeaderCS"); \ +static_assert(sizeof(GSReplayCSharpFuncLib_WriteGameSpecificDemoHeaderCS) == 0x000010, "Wrong size on GSReplayCSharpFuncLib_WriteGameSpecificDemoHeaderCS"); \ +static_assert(offsetof(GSReplayCSharpFuncLib_WriteGameSpecificDemoHeaderCS, GameSpecificData) == 0x000000, "Member 'GSReplayCSharpFuncLib_WriteGameSpecificDemoHeaderCS::GameSpecificData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSReplayCSharpFuncLib \ +static_assert(alignof(UGSReplayCSharpFuncLib) == 0x000008, "Wrong alignment on UGSReplayCSharpFuncLib"); \ +static_assert(sizeof(UGSReplayCSharpFuncLib) == 0x000028, "Wrong size on UGSReplayCSharpFuncLib"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_GetDemoCurrentTime \ +static_assert(alignof(GSReplayFuncLib_GetDemoCurrentTime) == 0x000008, "Wrong alignment on GSReplayFuncLib_GetDemoCurrentTime"); \ +static_assert(sizeof(GSReplayFuncLib_GetDemoCurrentTime) == 0x000010, "Wrong size on GSReplayFuncLib_GetDemoCurrentTime"); \ +static_assert(offsetof(GSReplayFuncLib_GetDemoCurrentTime, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_GetDemoCurrentTime::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_GetDemoCurrentTime, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_GetDemoCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_GetDemoPlayTimeDilation \ +static_assert(alignof(GSReplayFuncLib_GetDemoPlayTimeDilation) == 0x000008, "Wrong alignment on GSReplayFuncLib_GetDemoPlayTimeDilation"); \ +static_assert(sizeof(GSReplayFuncLib_GetDemoPlayTimeDilation) == 0x000010, "Wrong size on GSReplayFuncLib_GetDemoPlayTimeDilation"); \ +static_assert(offsetof(GSReplayFuncLib_GetDemoPlayTimeDilation, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_GetDemoPlayTimeDilation::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_GetDemoPlayTimeDilation, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_GetDemoPlayTimeDilation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_GetDemoTotalTime \ +static_assert(alignof(GSReplayFuncLib_GetDemoTotalTime) == 0x000008, "Wrong alignment on GSReplayFuncLib_GetDemoTotalTime"); \ +static_assert(sizeof(GSReplayFuncLib_GetDemoTotalTime) == 0x000010, "Wrong size on GSReplayFuncLib_GetDemoTotalTime"); \ +static_assert(offsetof(GSReplayFuncLib_GetDemoTotalTime, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_GetDemoTotalTime::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_GetDemoTotalTime, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_GetDemoTotalTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_GetLastCheckpointTime \ +static_assert(alignof(GSReplayFuncLib_GetLastCheckpointTime) == 0x000008, "Wrong alignment on GSReplayFuncLib_GetLastCheckpointTime"); \ +static_assert(sizeof(GSReplayFuncLib_GetLastCheckpointTime) == 0x000010, "Wrong size on GSReplayFuncLib_GetLastCheckpointTime"); \ +static_assert(offsetof(GSReplayFuncLib_GetLastCheckpointTime, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_GetLastCheckpointTime::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_GetLastCheckpointTime, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_GetLastCheckpointTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_IsLoadingCheckpoint \ +static_assert(alignof(GSReplayFuncLib_IsLoadingCheckpoint) == 0x000008, "Wrong alignment on GSReplayFuncLib_IsLoadingCheckpoint"); \ +static_assert(sizeof(GSReplayFuncLib_IsLoadingCheckpoint) == 0x000010, "Wrong size on GSReplayFuncLib_IsLoadingCheckpoint"); \ +static_assert(offsetof(GSReplayFuncLib_IsLoadingCheckpoint, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_IsLoadingCheckpoint::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_IsLoadingCheckpoint, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_IsLoadingCheckpoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_IsPlayingReplay \ +static_assert(alignof(GSReplayFuncLib_IsPlayingReplay) == 0x000008, "Wrong alignment on GSReplayFuncLib_IsPlayingReplay"); \ +static_assert(sizeof(GSReplayFuncLib_IsPlayingReplay) == 0x000010, "Wrong size on GSReplayFuncLib_IsPlayingReplay"); \ +static_assert(offsetof(GSReplayFuncLib_IsPlayingReplay, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_IsPlayingReplay::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_IsPlayingReplay, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_IsPlayingReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_IsRecordingReplay \ +static_assert(alignof(GSReplayFuncLib_IsRecordingReplay) == 0x000008, "Wrong alignment on GSReplayFuncLib_IsRecordingReplay"); \ +static_assert(sizeof(GSReplayFuncLib_IsRecordingReplay) == 0x000010, "Wrong size on GSReplayFuncLib_IsRecordingReplay"); \ +static_assert(offsetof(GSReplayFuncLib_IsRecordingReplay, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_IsRecordingReplay::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_IsRecordingReplay, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_IsRecordingReplay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_IsReplayPause \ +static_assert(alignof(GSReplayFuncLib_IsReplayPause) == 0x000008, "Wrong alignment on GSReplayFuncLib_IsReplayPause"); \ +static_assert(sizeof(GSReplayFuncLib_IsReplayPause) == 0x000010, "Wrong size on GSReplayFuncLib_IsReplayPause"); \ +static_assert(offsetof(GSReplayFuncLib_IsReplayPause, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_IsReplayPause::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_IsReplayPause, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_IsReplayPause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_PauseReplay \ +static_assert(alignof(GSReplayFuncLib_PauseReplay) == 0x000008, "Wrong alignment on GSReplayFuncLib_PauseReplay"); \ +static_assert(sizeof(GSReplayFuncLib_PauseReplay) == 0x000010, "Wrong size on GSReplayFuncLib_PauseReplay"); \ +static_assert(offsetof(GSReplayFuncLib_PauseReplay, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_PauseReplay::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_PauseReplay, bPause) == 0x000008, "Member 'GSReplayFuncLib_PauseReplay::bPause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_PlayReplayFromLocalFile \ +static_assert(alignof(GSReplayFuncLib_PlayReplayFromLocalFile) == 0x000008, "Wrong alignment on GSReplayFuncLib_PlayReplayFromLocalFile"); \ +static_assert(sizeof(GSReplayFuncLib_PlayReplayFromLocalFile) == 0x000028, "Wrong size on GSReplayFuncLib_PlayReplayFromLocalFile"); \ +static_assert(offsetof(GSReplayFuncLib_PlayReplayFromLocalFile, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_PlayReplayFromLocalFile::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_PlayReplayFromLocalFile, Name_0) == 0x000008, "Member 'GSReplayFuncLib_PlayReplayFromLocalFile::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_PlayReplayFromLocalFile, InOptions) == 0x000018, "Member 'GSReplayFuncLib_PlayReplayFromLocalFile::InOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_RecordReplayToLocalFile \ +static_assert(alignof(GSReplayFuncLib_RecordReplayToLocalFile) == 0x000008, "Wrong alignment on GSReplayFuncLib_RecordReplayToLocalFile"); \ +static_assert(sizeof(GSReplayFuncLib_RecordReplayToLocalFile) == 0x000038, "Wrong size on GSReplayFuncLib_RecordReplayToLocalFile"); \ +static_assert(offsetof(GSReplayFuncLib_RecordReplayToLocalFile, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_RecordReplayToLocalFile::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_RecordReplayToLocalFile, Name_0) == 0x000008, "Member 'GSReplayFuncLib_RecordReplayToLocalFile::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_RecordReplayToLocalFile, FriendlyName) == 0x000018, "Member 'GSReplayFuncLib_RecordReplayToLocalFile::FriendlyName' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_RecordReplayToLocalFile, InOptions) == 0x000028, "Member 'GSReplayFuncLib_RecordReplayToLocalFile::InOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_RegisterCSharpFuncLibObj \ +static_assert(alignof(GSReplayFuncLib_RegisterCSharpFuncLibObj) == 0x000008, "Wrong alignment on GSReplayFuncLib_RegisterCSharpFuncLibObj"); \ +static_assert(sizeof(GSReplayFuncLib_RegisterCSharpFuncLibObj) == 0x000010, "Wrong size on GSReplayFuncLib_RegisterCSharpFuncLibObj"); \ +static_assert(offsetof(GSReplayFuncLib_RegisterCSharpFuncLibObj, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_RegisterCSharpFuncLibObj::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_RegisterCSharpFuncLibObj, CSharpFuncLibObj) == 0x000008, "Member 'GSReplayFuncLib_RegisterCSharpFuncLibObj::CSharpFuncLibObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_RegisterNetworkRemapPath \ +static_assert(alignof(GSReplayFuncLib_RegisterNetworkRemapPath) == 0x000008, "Wrong alignment on GSReplayFuncLib_RegisterNetworkRemapPath"); \ +static_assert(sizeof(GSReplayFuncLib_RegisterNetworkRemapPath) == 0x000010, "Wrong size on GSReplayFuncLib_RegisterNetworkRemapPath"); \ +static_assert(offsetof(GSReplayFuncLib_RegisterNetworkRemapPath, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_RegisterNetworkRemapPath::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_RegisterNetworkRemapPath, ReturnValue) == 0x000008, "Member 'GSReplayFuncLib_RegisterNetworkRemapPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_RequestCheckpoint \ +static_assert(alignof(GSReplayFuncLib_RequestCheckpoint) == 0x000008, "Wrong alignment on GSReplayFuncLib_RequestCheckpoint"); \ +static_assert(sizeof(GSReplayFuncLib_RequestCheckpoint) == 0x000008, "Wrong size on GSReplayFuncLib_RequestCheckpoint"); \ +static_assert(offsetof(GSReplayFuncLib_RequestCheckpoint, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_RequestCheckpoint::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_SetActorPrioritizationEnabled \ +static_assert(alignof(GSReplayFuncLib_SetActorPrioritizationEnabled) == 0x000008, "Wrong alignment on GSReplayFuncLib_SetActorPrioritizationEnabled"); \ +static_assert(sizeof(GSReplayFuncLib_SetActorPrioritizationEnabled) == 0x000010, "Wrong size on GSReplayFuncLib_SetActorPrioritizationEnabled"); \ +static_assert(offsetof(GSReplayFuncLib_SetActorPrioritizationEnabled, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_SetActorPrioritizationEnabled::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_SetActorPrioritizationEnabled, bInPrioritizeActors) == 0x000008, "Member 'GSReplayFuncLib_SetActorPrioritizationEnabled::bInPrioritizeActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_SetDemoCurrentTime \ +static_assert(alignof(GSReplayFuncLib_SetDemoCurrentTime) == 0x000008, "Wrong alignment on GSReplayFuncLib_SetDemoCurrentTime"); \ +static_assert(sizeof(GSReplayFuncLib_SetDemoCurrentTime) == 0x000010, "Wrong size on GSReplayFuncLib_SetDemoCurrentTime"); \ +static_assert(offsetof(GSReplayFuncLib_SetDemoCurrentTime, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_SetDemoCurrentTime::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_SetDemoCurrentTime, CurrentTime) == 0x000008, "Member 'GSReplayFuncLib_SetDemoCurrentTime::CurrentTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_SetDemoPlayTimeDilation \ +static_assert(alignof(GSReplayFuncLib_SetDemoPlayTimeDilation) == 0x000008, "Wrong alignment on GSReplayFuncLib_SetDemoPlayTimeDilation"); \ +static_assert(sizeof(GSReplayFuncLib_SetDemoPlayTimeDilation) == 0x000010, "Wrong size on GSReplayFuncLib_SetDemoPlayTimeDilation"); \ +static_assert(offsetof(GSReplayFuncLib_SetDemoPlayTimeDilation, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_SetDemoPlayTimeDilation::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_SetDemoPlayTimeDilation, InDemoPlayTimeDilation) == 0x000008, "Member 'GSReplayFuncLib_SetDemoPlayTimeDilation::InDemoPlayTimeDilation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_SkipTime \ +static_assert(alignof(GSReplayFuncLib_SkipTime) == 0x000008, "Wrong alignment on GSReplayFuncLib_SkipTime"); \ +static_assert(sizeof(GSReplayFuncLib_SkipTime) == 0x000010, "Wrong size on GSReplayFuncLib_SkipTime"); \ +static_assert(offsetof(GSReplayFuncLib_SkipTime, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_SkipTime::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSReplayFuncLib_SkipTime, InTimeToSkip) == 0x000008, "Member 'GSReplayFuncLib_SkipTime::InTimeToSkip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_StopReplay \ +static_assert(alignof(GSReplayFuncLib_StopReplay) == 0x000008, "Wrong alignment on GSReplayFuncLib_StopReplay"); \ +static_assert(sizeof(GSReplayFuncLib_StopReplay) == 0x000008, "Wrong size on GSReplayFuncLib_StopReplay"); \ +static_assert(offsetof(GSReplayFuncLib_StopReplay, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_StopReplay::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_UnregisterCSharpFuncLibObj \ +static_assert(alignof(GSReplayFuncLib_UnregisterCSharpFuncLibObj) == 0x000008, "Wrong alignment on GSReplayFuncLib_UnregisterCSharpFuncLibObj"); \ +static_assert(sizeof(GSReplayFuncLib_UnregisterCSharpFuncLibObj) == 0x000008, "Wrong size on GSReplayFuncLib_UnregisterCSharpFuncLibObj"); \ +static_assert(offsetof(GSReplayFuncLib_UnregisterCSharpFuncLibObj, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_UnregisterCSharpFuncLibObj::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSReplayFuncLib_UnRegisterNetworkRemapPath \ +static_assert(alignof(GSReplayFuncLib_UnRegisterNetworkRemapPath) == 0x000008, "Wrong alignment on GSReplayFuncLib_UnRegisterNetworkRemapPath"); \ +static_assert(sizeof(GSReplayFuncLib_UnRegisterNetworkRemapPath) == 0x000008, "Wrong size on GSReplayFuncLib_UnRegisterNetworkRemapPath"); \ +static_assert(offsetof(GSReplayFuncLib_UnRegisterNetworkRemapPath, WorldContext) == 0x000000, "Member 'GSReplayFuncLib_UnRegisterNetworkRemapPath::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSReplayFuncLib \ +static_assert(alignof(UGSReplayFuncLib) == 0x000008, "Wrong alignment on UGSReplayFuncLib"); \ +static_assert(sizeof(UGSReplayFuncLib) == 0x000028, "Wrong size on UGSReplayFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSGameUserSettings \ +static_assert(alignof(UGSGameUserSettings) == 0x000008, "Wrong alignment on UGSGameUserSettings"); \ +static_assert(sizeof(UGSGameUserSettings) == 0x000270, "Wrong size on UGSGameUserSettings"); \ +static_assert(offsetof(UGSGameUserSettings, GSDesiredScreenHeight) == 0x000128, "Member 'UGSGameUserSettings::GSDesiredScreenHeight' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, bEnableStartupSettings) == 0x00012C, "Member 'UGSGameUserSettings::bEnableStartupSettings' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, StartLevelName) == 0x000130, "Member 'UGSGameUserSettings::StartLevelName' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, StartCommandList) == 0x000140, "Member 'UGSGameUserSettings::StartCommandList' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, GMCommandList) == 0x000150, "Member 'UGSGameUserSettings::GMCommandList' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, bNeverShowStartupUI) == 0x0001A0, "Member 'UGSGameUserSettings::bNeverShowStartupUI' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, MainMonitorID) == 0x0001A8, "Member 'UGSGameUserSettings::MainMonitorID' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, UISettingData) == 0x0001B8, "Member 'UGSGameUserSettings::UISettingData' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, UISettingCustomData) == 0x000208, "Member 'UGSGameUserSettings::UISettingCustomData' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, SettingpbTag) == 0x000258, "Member 'UGSGameUserSettings::SettingpbTag' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, PrivacyAgreement) == 0x00025C, "Member 'UGSGameUserSettings::PrivacyAgreement' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, AgreementReaded) == 0x000260, "Member 'UGSGameUserSettings::AgreementReaded' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, FirstSettingFinish) == 0x000264, "Member 'UGSGameUserSettings::FirstSettingFinish' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, ArchiveMarkFinish) == 0x000265, "Member 'UGSGameUserSettings::ArchiveMarkFinish' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, CrashReportAgreement) == 0x000268, "Member 'UGSGameUserSettings::CrashReportAgreement' has a wrong offset!"); \ +static_assert(offsetof(UGSGameUserSettings, ShowCrashReportUI) == 0x00026C, "Member 'UGSGameUserSettings::ShowCrashReportUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSGameSettings \ +static_assert(alignof(UGSGameSettings) == 0x000008, "Wrong alignment on UGSGameSettings"); \ +static_assert(sizeof(UGSGameSettings) == 0x000038, "Wrong size on UGSGameSettings"); \ +static_assert(offsetof(UGSGameSettings, AvailableMapList) == 0x000028, "Member 'UGSGameSettings::AvailableMapList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimSequenceInfo \ +static_assert(alignof(FAnimSequenceInfo) == 0x000008, "Wrong alignment on FAnimSequenceInfo"); \ +static_assert(sizeof(FAnimSequenceInfo) == 0x000020, "Wrong size on FAnimSequenceInfo"); \ +static_assert(offsetof(FAnimSequenceInfo, bEnabled) == 0x000000, "Member 'FAnimSequenceInfo::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FAnimSequenceInfo, AnimSequence) == 0x000008, "Member 'FAnimSequenceInfo::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(FAnimSequenceInfo, bLooping) == 0x000010, "Member 'FAnimSequenceInfo::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FAnimSequenceInfo, bUseCustomRange) == 0x000011, "Member 'FAnimSequenceInfo::bUseCustomRange' has a wrong offset!"); \ +static_assert(offsetof(FAnimSequenceInfo, StartFrame) == 0x000014, "Member 'FAnimSequenceInfo::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimSequenceInfo, EndFrame) == 0x000018, "Member 'FAnimSequenceInfo::EndFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimInfo \ +static_assert(alignof(FAnimInfo) == 0x000004, "Wrong alignment on FAnimInfo"); \ +static_assert(sizeof(FAnimInfo) == 0x00000C, "Wrong size on FAnimInfo"); \ +static_assert(offsetof(FAnimInfo, NumFrames) == 0x000000, "Member 'FAnimInfo::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimInfo, AnimStart) == 0x000004, "Member 'FAnimInfo::AnimStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimInfo, bLooping) == 0x000008, "Member 'FAnimInfo::bLooping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimToTextureAnimState \ +static_assert(alignof(FAnimToTextureAnimState) == 0x000004, "Wrong alignment on FAnimToTextureAnimState"); \ +static_assert(sizeof(FAnimToTextureAnimState) == 0x000014, "Wrong size on FAnimToTextureAnimState"); \ +static_assert(offsetof(FAnimToTextureAnimState, StartFrame) == 0x000000, "Member 'FAnimToTextureAnimState::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(FAnimToTextureAnimState, NumFrames) == 0x000004, "Member 'FAnimToTextureAnimState::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(FAnimToTextureAnimState, PlayRate) == 0x000008, "Member 'FAnimToTextureAnimState::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimToTextureAnimState, bLooping) == 0x00000C, "Member 'FAnimToTextureAnimState::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FAnimToTextureAnimState, GlobalStartTime) == 0x000010, "Member 'FAnimToTextureAnimState::GlobalStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimToTextureInstancePlaybackData \ +static_assert(alignof(FAnimToTextureInstancePlaybackData) == 0x000004, "Wrong alignment on FAnimToTextureInstancePlaybackData"); \ +static_assert(sizeof(FAnimToTextureInstancePlaybackData) == 0x000014, "Wrong size on FAnimToTextureInstancePlaybackData"); \ +static_assert(offsetof(FAnimToTextureInstancePlaybackData, CurrentState) == 0x000000, "Member 'FAnimToTextureInstancePlaybackData::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimToTextureAnimationSyncData \ +static_assert(alignof(FAnimToTextureAnimationSyncData) == 0x000004, "Wrong alignment on FAnimToTextureAnimationSyncData"); \ +static_assert(sizeof(FAnimToTextureAnimationSyncData) == 0x000004, "Wrong size on FAnimToTextureAnimationSyncData"); \ + +#define DUMPER7_ASSERTS_FAnimToTextureInstanceData \ +static_assert(alignof(FAnimToTextureInstanceData) == 0x000008, "Wrong alignment on FAnimToTextureInstanceData"); \ +static_assert(sizeof(FAnimToTextureInstanceData) == 0x000020, "Wrong size on FAnimToTextureInstanceData"); \ +static_assert(offsetof(FAnimToTextureInstanceData, PlaybackData) == 0x000000, "Member 'FAnimToTextureInstanceData::PlaybackData' has a wrong offset!"); \ +static_assert(offsetof(FAnimToTextureInstanceData, StaticMeshInstanceData) == 0x000010, "Member 'FAnimToTextureInstanceData::StaticMeshInstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureDataAsset_BP_GetBonePositionTexture \ +static_assert(alignof(AnimToTextureDataAsset_BP_GetBonePositionTexture) == 0x000008, "Wrong alignment on AnimToTextureDataAsset_BP_GetBonePositionTexture"); \ +static_assert(sizeof(AnimToTextureDataAsset_BP_GetBonePositionTexture) == 0x000008, "Wrong size on AnimToTextureDataAsset_BP_GetBonePositionTexture"); \ +static_assert(offsetof(AnimToTextureDataAsset_BP_GetBonePositionTexture, ReturnValue) == 0x000000, "Member 'AnimToTextureDataAsset_BP_GetBonePositionTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureDataAsset_BP_GetBoneRotationTexture \ +static_assert(alignof(AnimToTextureDataAsset_BP_GetBoneRotationTexture) == 0x000008, "Wrong alignment on AnimToTextureDataAsset_BP_GetBoneRotationTexture"); \ +static_assert(sizeof(AnimToTextureDataAsset_BP_GetBoneRotationTexture) == 0x000008, "Wrong size on AnimToTextureDataAsset_BP_GetBoneRotationTexture"); \ +static_assert(offsetof(AnimToTextureDataAsset_BP_GetBoneRotationTexture, ReturnValue) == 0x000000, "Member 'AnimToTextureDataAsset_BP_GetBoneRotationTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureDataAsset_BP_GetBoneWeightTexture \ +static_assert(alignof(AnimToTextureDataAsset_BP_GetBoneWeightTexture) == 0x000008, "Wrong alignment on AnimToTextureDataAsset_BP_GetBoneWeightTexture"); \ +static_assert(sizeof(AnimToTextureDataAsset_BP_GetBoneWeightTexture) == 0x000008, "Wrong size on AnimToTextureDataAsset_BP_GetBoneWeightTexture"); \ +static_assert(offsetof(AnimToTextureDataAsset_BP_GetBoneWeightTexture, ReturnValue) == 0x000000, "Member 'AnimToTextureDataAsset_BP_GetBoneWeightTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureDataAsset_BP_GetSkeletalMesh \ +static_assert(alignof(AnimToTextureDataAsset_BP_GetSkeletalMesh) == 0x000008, "Wrong alignment on AnimToTextureDataAsset_BP_GetSkeletalMesh"); \ +static_assert(sizeof(AnimToTextureDataAsset_BP_GetSkeletalMesh) == 0x000008, "Wrong size on AnimToTextureDataAsset_BP_GetSkeletalMesh"); \ +static_assert(offsetof(AnimToTextureDataAsset_BP_GetSkeletalMesh, ReturnValue) == 0x000000, "Member 'AnimToTextureDataAsset_BP_GetSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureDataAsset_BP_GetStaticMesh \ +static_assert(alignof(AnimToTextureDataAsset_BP_GetStaticMesh) == 0x000008, "Wrong alignment on AnimToTextureDataAsset_BP_GetStaticMesh"); \ +static_assert(sizeof(AnimToTextureDataAsset_BP_GetStaticMesh) == 0x000008, "Wrong size on AnimToTextureDataAsset_BP_GetStaticMesh"); \ +static_assert(offsetof(AnimToTextureDataAsset_BP_GetStaticMesh, ReturnValue) == 0x000000, "Member 'AnimToTextureDataAsset_BP_GetStaticMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureDataAsset_GetIndexFromAnimSequence \ +static_assert(alignof(AnimToTextureDataAsset_GetIndexFromAnimSequence) == 0x000008, "Wrong alignment on AnimToTextureDataAsset_GetIndexFromAnimSequence"); \ +static_assert(sizeof(AnimToTextureDataAsset_GetIndexFromAnimSequence) == 0x000010, "Wrong size on AnimToTextureDataAsset_GetIndexFromAnimSequence"); \ +static_assert(offsetof(AnimToTextureDataAsset_GetIndexFromAnimSequence, Sequence) == 0x000000, "Member 'AnimToTextureDataAsset_GetIndexFromAnimSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureDataAsset_GetIndexFromAnimSequence, ReturnValue) == 0x000008, "Member 'AnimToTextureDataAsset_GetIndexFromAnimSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimToTextureDataAsset \ +static_assert(alignof(UAnimToTextureDataAsset) == 0x000008, "Wrong alignment on UAnimToTextureDataAsset"); \ +static_assert(sizeof(UAnimToTextureDataAsset) == 0x000208, "Wrong size on UAnimToTextureDataAsset"); \ +static_assert(offsetof(UAnimToTextureDataAsset, SkeletalMesh) == 0x000030, "Member 'UAnimToTextureDataAsset::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, SkeletalLODIndex) == 0x000058, "Member 'UAnimToTextureDataAsset::SkeletalLODIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, StaticMesh) == 0x000060, "Member 'UAnimToTextureDataAsset::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, StaticLODIndex) == 0x000088, "Member 'UAnimToTextureDataAsset::StaticLODIndex' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, UVChannel) == 0x00008C, "Member 'UAnimToTextureDataAsset::UVChannel' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, MaxHeight) == 0x000090, "Member 'UAnimToTextureDataAsset::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, MaxWidth) == 0x000094, "Member 'UAnimToTextureDataAsset::MaxWidth' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, bEnforcePowerOfTwo) == 0x000098, "Member 'UAnimToTextureDataAsset::bEnforcePowerOfTwo' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, Precision) == 0x000099, "Member 'UAnimToTextureDataAsset::Precision' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, Mode) == 0x00009A, "Member 'UAnimToTextureDataAsset::Mode' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, VertexPositionTexture) == 0x0000A0, "Member 'UAnimToTextureDataAsset::VertexPositionTexture' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, VertexNormalTexture) == 0x0000C8, "Member 'UAnimToTextureDataAsset::VertexNormalTexture' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, BonePositionTexture) == 0x0000F0, "Member 'UAnimToTextureDataAsset::BonePositionTexture' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, BoneRotationTexture) == 0x000118, "Member 'UAnimToTextureDataAsset::BoneRotationTexture' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, BoneWeightTexture) == 0x000140, "Member 'UAnimToTextureDataAsset::BoneWeightTexture' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, AttachToSocket) == 0x000168, "Member 'UAnimToTextureDataAsset::AttachToSocket' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, SampleRate) == 0x000170, "Member 'UAnimToTextureDataAsset::SampleRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, AnimSequences) == 0x000178, "Member 'UAnimToTextureDataAsset::AnimSequences' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, NumFrames) == 0x000188, "Member 'UAnimToTextureDataAsset::NumFrames' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, VertexRowsPerFrame) == 0x00018C, "Member 'UAnimToTextureDataAsset::VertexRowsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, VertexMinBBox) == 0x000190, "Member 'UAnimToTextureDataAsset::VertexMinBBox' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, VertexSizeBBox) == 0x0001A8, "Member 'UAnimToTextureDataAsset::VertexSizeBBox' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, BoneWeightRowsPerFrame) == 0x0001C0, "Member 'UAnimToTextureDataAsset::BoneWeightRowsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, BoneRowsPerFrame) == 0x0001C4, "Member 'UAnimToTextureDataAsset::BoneRowsPerFrame' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, BoneMinBBox) == 0x0001C8, "Member 'UAnimToTextureDataAsset::BoneMinBBox' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, BoneSizeBBox) == 0x0001E0, "Member 'UAnimToTextureDataAsset::BoneSizeBBox' has a wrong offset!"); \ +static_assert(offsetof(UAnimToTextureDataAsset, Animations) == 0x0001F8, "Member 'UAnimToTextureDataAsset::Animations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureInstancePlaybackLibrary_AllocateInstanceData \ +static_assert(alignof(AnimToTextureInstancePlaybackLibrary_AllocateInstanceData) == 0x000008, "Wrong alignment on AnimToTextureInstancePlaybackLibrary_AllocateInstanceData"); \ +static_assert(sizeof(AnimToTextureInstancePlaybackLibrary_AllocateInstanceData) == 0x000028, "Wrong size on AnimToTextureInstancePlaybackLibrary_AllocateInstanceData"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_AllocateInstanceData, InstanceData) == 0x000000, "Member 'AnimToTextureInstancePlaybackLibrary_AllocateInstanceData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_AllocateInstanceData, Count) == 0x000020, "Member 'AnimToTextureInstancePlaybackLibrary_AllocateInstanceData::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset \ +static_assert(alignof(AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset) == 0x000008, "Wrong alignment on AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset"); \ +static_assert(sizeof(AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset) == 0x000028, "Wrong size on AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset, DataAsset) == 0x000000, "Member 'AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset, StateIndex) == 0x000008, "Member 'AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset::StateIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset, AnimState) == 0x00000C, "Member 'AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset::AnimState' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset, ReturnValue) == 0x000020, "Member 'AnimToTextureInstancePlaybackLibrary_AnimStateFromDataAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent \ +static_assert(alignof(AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent) == 0x000008, "Wrong alignment on AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent"); \ +static_assert(sizeof(AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent) == 0x000028, "Wrong size on AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent, InstancedMeshComponent) == 0x000000, "Member 'AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent::InstancedMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent, InstanceData) == 0x000008, "Member 'AnimToTextureInstancePlaybackLibrary_BatchUpdateInstancedMeshComponent::InstanceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData \ +static_assert(alignof(AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData) == 0x000008, "Wrong alignment on AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData"); \ +static_assert(sizeof(AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData) == 0x000040, "Wrong size on AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData, InstanceData) == 0x000000, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData, InstanceIndex) == 0x000020, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData, InstancePlaybackData) == 0x000024, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData::InstancePlaybackData' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData, ReturnValue) == 0x000038, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstancePlaybackData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureInstancePlaybackLibrary_GetInstanceTransform \ +static_assert(alignof(AnimToTextureInstancePlaybackLibrary_GetInstanceTransform) == 0x000010, "Wrong alignment on AnimToTextureInstancePlaybackLibrary_GetInstanceTransform"); \ +static_assert(sizeof(AnimToTextureInstancePlaybackLibrary_GetInstanceTransform) == 0x0000A0, "Wrong size on AnimToTextureInstancePlaybackLibrary_GetInstanceTransform"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstanceTransform, InstanceData) == 0x000000, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstanceTransform::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstanceTransform, InstanceIndex) == 0x000020, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstanceTransform::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstanceTransform, InstanceTransform) == 0x000030, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstanceTransform::InstanceTransform' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_GetInstanceTransform, ReturnValue) == 0x000090, "Member 'AnimToTextureInstancePlaybackLibrary_GetInstanceTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent \ +static_assert(alignof(AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent) == 0x000008, "Wrong alignment on AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent"); \ +static_assert(sizeof(AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent) == 0x000030, "Wrong size on AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent, InstancedMeshComponent) == 0x000000, "Member 'AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent::InstancedMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent, InstanceData) == 0x000008, "Member 'AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent, NumInstances) == 0x000028, "Member 'AnimToTextureInstancePlaybackLibrary_SetupInstancedMeshComponent::NumInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimToTextureInstancePlaybackLibrary_UpdateInstanceData \ +static_assert(alignof(AnimToTextureInstancePlaybackLibrary_UpdateInstanceData) == 0x000010, "Wrong alignment on AnimToTextureInstancePlaybackLibrary_UpdateInstanceData"); \ +static_assert(sizeof(AnimToTextureInstancePlaybackLibrary_UpdateInstanceData) == 0x0000B0, "Wrong size on AnimToTextureInstancePlaybackLibrary_UpdateInstanceData"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_UpdateInstanceData, InstanceData) == 0x000000, "Member 'AnimToTextureInstancePlaybackLibrary_UpdateInstanceData::InstanceData' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_UpdateInstanceData, InstanceIndex) == 0x000020, "Member 'AnimToTextureInstancePlaybackLibrary_UpdateInstanceData::InstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_UpdateInstanceData, PlaybackData) == 0x000024, "Member 'AnimToTextureInstancePlaybackLibrary_UpdateInstanceData::PlaybackData' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_UpdateInstanceData, Transform) == 0x000040, "Member 'AnimToTextureInstancePlaybackLibrary_UpdateInstanceData::Transform' has a wrong offset!"); \ +static_assert(offsetof(AnimToTextureInstancePlaybackLibrary_UpdateInstanceData, ReturnValue) == 0x0000A0, "Member 'AnimToTextureInstancePlaybackLibrary_UpdateInstanceData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimToTextureInstancePlaybackLibrary \ +static_assert(alignof(UAnimToTextureInstancePlaybackLibrary) == 0x000008, "Wrong alignment on UAnimToTextureInstancePlaybackLibrary"); \ +static_assert(sizeof(UAnimToTextureInstancePlaybackLibrary) == 0x000028, "Wrong size on UAnimToTextureInstancePlaybackLibrary"); \ + +#define DUMPER7_ASSERTS_UEvaluateSequenceAnimInstance \ +static_assert(alignof(UEvaluateSequenceAnimInstance) == 0x000010, "Wrong alignment on UEvaluateSequenceAnimInstance"); \ +static_assert(sizeof(UEvaluateSequenceAnimInstance) == 0x000360, "Wrong size on UEvaluateSequenceAnimInstance"); \ +static_assert(offsetof(UEvaluateSequenceAnimInstance, SequenceToEvaluate) == 0x000348, "Member 'UEvaluateSequenceAnimInstance::SequenceToEvaluate' has a wrong offset!"); \ +static_assert(offsetof(UEvaluateSequenceAnimInstance, TimeToEvaluate) == 0x000350, "Member 'UEvaluateSequenceAnimInstance::TimeToEvaluate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOpacityMicromapUsageCount \ +static_assert(alignof(FOpacityMicromapUsageCount) == 0x000004, "Wrong alignment on FOpacityMicromapUsageCount"); \ +static_assert(sizeof(FOpacityMicromapUsageCount) == 0x00000C, "Wrong size on FOpacityMicromapUsageCount"); \ +static_assert(offsetof(FOpacityMicromapUsageCount, Count) == 0x000000, "Member 'FOpacityMicromapUsageCount::Count' has a wrong offset!"); \ +static_assert(offsetof(FOpacityMicromapUsageCount, SubdivisionLevel) == 0x000004, "Member 'FOpacityMicromapUsageCount::SubdivisionLevel' has a wrong offset!"); \ +static_assert(offsetof(FOpacityMicromapUsageCount, Format) == 0x000008, "Member 'FOpacityMicromapUsageCount::Format' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpacityMicroMapData \ +static_assert(alignof(UOpacityMicroMapData) == 0x000008, "Wrong alignment on UOpacityMicroMapData"); \ +static_assert(sizeof(UOpacityMicroMapData) == 0x000098, "Wrong size on UOpacityMicroMapData"); \ +static_assert(offsetof(UOpacityMicroMapData, ArrayData) == 0x000028, "Member 'UOpacityMicroMapData::ArrayData' has a wrong offset!"); \ +static_assert(offsetof(UOpacityMicroMapData, DescArrayData) == 0x000038, "Member 'UOpacityMicroMapData::DescArrayData' has a wrong offset!"); \ +static_assert(offsetof(UOpacityMicroMapData, DescArrayHistogram) == 0x000048, "Member 'UOpacityMicroMapData::DescArrayHistogram' has a wrong offset!"); \ +static_assert(offsetof(UOpacityMicroMapData, IndexBuffer) == 0x000058, "Member 'UOpacityMicroMapData::IndexBuffer' has a wrong offset!"); \ +static_assert(offsetof(UOpacityMicroMapData, Is16BitIndexBuffer) == 0x000068, "Member 'UOpacityMicroMapData::Is16BitIndexBuffer' has a wrong offset!"); \ +static_assert(offsetof(UOpacityMicroMapData, IndexHistogram) == 0x000070, "Member 'UOpacityMicroMapData::IndexHistogram' has a wrong offset!"); \ +static_assert(offsetof(UOpacityMicroMapData, VersionHash) == 0x000080, "Member 'UOpacityMicroMapData::VersionHash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpacityMicroMapCollection \ +static_assert(alignof(UOpacityMicroMapCollection) == 0x000008, "Wrong alignment on UOpacityMicroMapCollection"); \ +static_assert(sizeof(UOpacityMicroMapCollection) == 0x000078, "Wrong size on UOpacityMicroMapCollection"); \ +static_assert(offsetof(UOpacityMicroMapCollection, Collection) == 0x000028, "Member 'UOpacityMicroMapCollection::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOpacityMicroMapAsset \ +static_assert(alignof(UOpacityMicroMapAsset) == 0x000008, "Wrong alignment on UOpacityMicroMapAsset"); \ +static_assert(sizeof(UOpacityMicroMapAsset) == 0x000030, "Wrong size on UOpacityMicroMapAsset"); \ +static_assert(offsetof(UOpacityMicroMapAsset, Collection) == 0x000028, "Member 'UOpacityMicroMapAsset::Collection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OMMBlueprintLibrary_BuildAllStaticMesh \ +static_assert(alignof(OMMBlueprintLibrary_BuildAllStaticMesh) == 0x000008, "Wrong alignment on OMMBlueprintLibrary_BuildAllStaticMesh"); \ +static_assert(sizeof(OMMBlueprintLibrary_BuildAllStaticMesh) == 0x000008, "Wrong size on OMMBlueprintLibrary_BuildAllStaticMesh"); \ +static_assert(offsetof(OMMBlueprintLibrary_BuildAllStaticMesh, WorldContextObject) == 0x000000, "Member 'OMMBlueprintLibrary_BuildAllStaticMesh::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize \ +static_assert(alignof(OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize) == 0x000008, "Wrong alignment on OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize"); \ +static_assert(sizeof(OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize) == 0x000010, "Wrong size on OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize"); \ +static_assert(offsetof(OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize, WorldContextObject) == 0x000000, "Member 'OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize, ReturnValue) == 0x000008, "Member 'OMMBlueprintLibrary_CalculateCurrentWorldOMMTotalDataSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OMMBlueprintLibrary_IsThisDeviceSupportOMM \ +static_assert(alignof(OMMBlueprintLibrary_IsThisDeviceSupportOMM) == 0x000008, "Wrong alignment on OMMBlueprintLibrary_IsThisDeviceSupportOMM"); \ +static_assert(sizeof(OMMBlueprintLibrary_IsThisDeviceSupportOMM) == 0x000010, "Wrong size on OMMBlueprintLibrary_IsThisDeviceSupportOMM"); \ +static_assert(offsetof(OMMBlueprintLibrary_IsThisDeviceSupportOMM, WorldContextObject) == 0x000000, "Member 'OMMBlueprintLibrary_IsThisDeviceSupportOMM::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(OMMBlueprintLibrary_IsThisDeviceSupportOMM, ReturnValue) == 0x000008, "Member 'OMMBlueprintLibrary_IsThisDeviceSupportOMM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OMMBlueprintLibrary_RemoveOMMUserData \ +static_assert(alignof(OMMBlueprintLibrary_RemoveOMMUserData) == 0x000008, "Wrong alignment on OMMBlueprintLibrary_RemoveOMMUserData"); \ +static_assert(sizeof(OMMBlueprintLibrary_RemoveOMMUserData) == 0x000008, "Wrong size on OMMBlueprintLibrary_RemoveOMMUserData"); \ +static_assert(offsetof(OMMBlueprintLibrary_RemoveOMMUserData, StaticMesh) == 0x000000, "Member 'OMMBlueprintLibrary_RemoveOMMUserData::StaticMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOMMBlueprintLibrary \ +static_assert(alignof(UOMMBlueprintLibrary) == 0x000008, "Wrong alignment on UOMMBlueprintLibrary"); \ +static_assert(sizeof(UOMMBlueprintLibrary) == 0x000028, "Wrong size on UOMMBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FPCGActorSelectorSettings \ +static_assert(alignof(FPCGActorSelectorSettings) == 0x000008, "Wrong alignment on FPCGActorSelectorSettings"); \ +static_assert(sizeof(FPCGActorSelectorSettings) == 0x000020, "Wrong size on FPCGActorSelectorSettings"); \ +static_assert(offsetof(FPCGActorSelectorSettings, ActorFilter) == 0x000000, "Member 'FPCGActorSelectorSettings::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bMustOverlapSelf) == 0x000001, "Member 'FPCGActorSelectorSettings::bMustOverlapSelf' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bIncludeChildren) == 0x000002, "Member 'FPCGActorSelectorSettings::bIncludeChildren' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bDisableFilter) == 0x000003, "Member 'FPCGActorSelectorSettings::bDisableFilter' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, ActorSelection) == 0x000004, "Member 'FPCGActorSelectorSettings::ActorSelection' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, ActorSelectionTag) == 0x000008, "Member 'FPCGActorSelectorSettings::ActorSelectionTag' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, ActorSelectionClass) == 0x000010, "Member 'FPCGActorSelectorSettings::ActorSelectionClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bSelectMultiple) == 0x000018, "Member 'FPCGActorSelectorSettings::bSelectMultiple' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bIgnoreSelfAndChildren) == 0x000019, "Member 'FPCGActorSelectorSettings::bIgnoreSelfAndChildren' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowActorFilter) == 0x00001A, "Member 'FPCGActorSelectorSettings::bShowActorFilter' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowIncludeChildren) == 0x00001B, "Member 'FPCGActorSelectorSettings::bShowIncludeChildren' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowActorSelection) == 0x00001C, "Member 'FPCGActorSelectorSettings::bShowActorSelection' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowActorSelectionClass) == 0x00001D, "Member 'FPCGActorSelectorSettings::bShowActorSelectionClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorSelectorSettings, bShowSelectMultiple) == 0x00001E, "Member 'FPCGActorSelectorSettings::bShowSelectMultiple' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributeExtractorTestStructDepth2 \ +static_assert(alignof(FPCGAttributeExtractorTestStructDepth2) == 0x000004, "Wrong alignment on FPCGAttributeExtractorTestStructDepth2"); \ +static_assert(sizeof(FPCGAttributeExtractorTestStructDepth2) == 0x000004, "Wrong size on FPCGAttributeExtractorTestStructDepth2"); \ +static_assert(offsetof(FPCGAttributeExtractorTestStructDepth2, IntValue) == 0x000000, "Member 'FPCGAttributeExtractorTestStructDepth2::IntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributeExtractorTestStructDepth1 \ +static_assert(alignof(FPCGAttributeExtractorTestStructDepth1) == 0x000004, "Wrong alignment on FPCGAttributeExtractorTestStructDepth1"); \ +static_assert(sizeof(FPCGAttributeExtractorTestStructDepth1) == 0x000008, "Wrong size on FPCGAttributeExtractorTestStructDepth1"); \ +static_assert(offsetof(FPCGAttributeExtractorTestStructDepth1, Depth2Struct) == 0x000000, "Member 'FPCGAttributeExtractorTestStructDepth1::Depth2Struct' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributeExtractorTestStructDepth1, FloatValue) == 0x000004, "Member 'FPCGAttributeExtractorTestStructDepth1::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributeExtractorTestStruct \ +static_assert(alignof(FPCGAttributeExtractorTestStruct) == 0x000008, "Wrong alignment on FPCGAttributeExtractorTestStruct"); \ +static_assert(sizeof(FPCGAttributeExtractorTestStruct) == 0x000010, "Wrong size on FPCGAttributeExtractorTestStruct"); \ +static_assert(offsetof(FPCGAttributeExtractorTestStruct, DepthStruct) == 0x000000, "Member 'FPCGAttributeExtractorTestStruct::DepthStruct' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributeExtractorTestStruct, Object) == 0x000008, "Member 'FPCGAttributeExtractorTestStruct::Object' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertySelector \ +static_assert(alignof(FPCGAttributePropertySelector) == 0x000008, "Wrong alignment on FPCGAttributePropertySelector"); \ +static_assert(sizeof(FPCGAttributePropertySelector) == 0x000028, "Wrong size on FPCGAttributePropertySelector"); \ +static_assert(offsetof(FPCGAttributePropertySelector, Selection) == 0x000008, "Member 'FPCGAttributePropertySelector::Selection' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, AttributeName) == 0x00000C, "Member 'FPCGAttributePropertySelector::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, PointProperty) == 0x000014, "Member 'FPCGAttributePropertySelector::PointProperty' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, ExtraProperty) == 0x000015, "Member 'FPCGAttributePropertySelector::ExtraProperty' has a wrong offset!"); \ +static_assert(offsetof(FPCGAttributePropertySelector, ExtraNames) == 0x000018, "Member 'FPCGAttributePropertySelector::ExtraNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertyInputSelector \ +static_assert(alignof(FPCGAttributePropertyInputSelector) == 0x000008, "Wrong alignment on FPCGAttributePropertyInputSelector"); \ +static_assert(sizeof(FPCGAttributePropertyInputSelector) == 0x000028, "Wrong size on FPCGAttributePropertyInputSelector"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertyOutputSelector \ +static_assert(alignof(FPCGAttributePropertyOutputSelector) == 0x000008, "Wrong alignment on FPCGAttributePropertyOutputSelector"); \ +static_assert(sizeof(FPCGAttributePropertyOutputSelector) == 0x000028, "Wrong size on FPCGAttributePropertyOutputSelector"); \ + +#define DUMPER7_ASSERTS_FPCGAttributePropertyOutputNoSourceSelector \ +static_assert(alignof(FPCGAttributePropertyOutputNoSourceSelector) == 0x000008, "Wrong alignment on FPCGAttributePropertyOutputNoSourceSelector"); \ +static_assert(sizeof(FPCGAttributePropertyOutputNoSourceSelector) == 0x000028, "Wrong size on FPCGAttributePropertyOutputNoSourceSelector"); \ + +#define DUMPER7_ASSERTS_FPCGComponentInstanceData \ +static_assert(alignof(FPCGComponentInstanceData) == 0x000008, "Wrong alignment on FPCGComponentInstanceData"); \ +static_assert(sizeof(FPCGComponentInstanceData) == 0x000080, "Wrong size on FPCGComponentInstanceData"); \ +static_assert(offsetof(FPCGComponentInstanceData, GeneratedResources) == 0x000068, "Member 'FPCGComponentInstanceData::GeneratedResources' has a wrong offset!"); \ +static_assert(offsetof(FPCGComponentInstanceData, SourceComponent) == 0x000078, "Member 'FPCGComponentInstanceData::SourceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGContext \ +static_assert(alignof(FPCGContext) == 0x000008, "Wrong alignment on FPCGContext"); \ +static_assert(sizeof(FPCGContext) == 0x0000B8, "Wrong size on FPCGContext"); \ + +#define DUMPER7_ASSERTS_FPCGCrc \ +static_assert(alignof(FPCGCrc) == 0x000004, "Wrong alignment on FPCGCrc"); \ +static_assert(sizeof(FPCGCrc) == 0x000008, "Wrong size on FPCGCrc"); \ +static_assert(offsetof(FPCGCrc, Value) == 0x000000, "Member 'FPCGCrc::Value' has a wrong offset!"); \ +static_assert(offsetof(FPCGCrc, bValid) == 0x000004, "Member 'FPCGCrc::bValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGTaggedData \ +static_assert(alignof(FPCGTaggedData) == 0x000008, "Wrong alignment on FPCGTaggedData"); \ +static_assert(sizeof(FPCGTaggedData) == 0x000068, "Wrong size on FPCGTaggedData"); \ +static_assert(offsetof(FPCGTaggedData, Data) == 0x000000, "Member 'FPCGTaggedData::Data' has a wrong offset!"); \ +static_assert(offsetof(FPCGTaggedData, Tags) == 0x000008, "Member 'FPCGTaggedData::Tags' has a wrong offset!"); \ +static_assert(offsetof(FPCGTaggedData, Pin) == 0x000058, "Member 'FPCGTaggedData::Pin' has a wrong offset!"); \ +static_assert(offsetof(FPCGTaggedData, bPinlessData) == 0x000060, "Member 'FPCGTaggedData::bPinlessData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataCollection \ +static_assert(alignof(FPCGDataCollection) == 0x000008, "Wrong alignment on FPCGDataCollection"); \ +static_assert(sizeof(FPCGDataCollection) == 0x000020, "Wrong size on FPCGDataCollection"); \ +static_assert(offsetof(FPCGDataCollection, TaggedData) == 0x000000, "Member 'FPCGDataCollection::TaggedData' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataCollection, bCancelExecutionOnEmpty) == 0x000010, "Member 'FPCGDataCollection::bCancelExecutionOnEmpty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDataTableRowToParamDataTestStruct \ +static_assert(alignof(FPCGDataTableRowToParamDataTestStruct) == 0x000010, "Wrong alignment on FPCGDataTableRowToParamDataTestStruct"); \ +static_assert(sizeof(FPCGDataTableRowToParamDataTestStruct) == 0x0000A0, "Wrong size on FPCGDataTableRowToParamDataTestStruct"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, Name) == 0x000000, "Member 'FPCGDataTableRowToParamDataTestStruct::Name' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, String) == 0x000008, "Member 'FPCGDataTableRowToParamDataTestStruct::String' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, I32) == 0x000018, "Member 'FPCGDataTableRowToParamDataTestStruct::I32' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, I64) == 0x000020, "Member 'FPCGDataTableRowToParamDataTestStruct::I64' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, F32) == 0x000028, "Member 'FPCGDataTableRowToParamDataTestStruct::F32' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, F64) == 0x000030, "Member 'FPCGDataTableRowToParamDataTestStruct::F64' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, v2) == 0x000038, "Member 'FPCGDataTableRowToParamDataTestStruct::v2' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, V3) == 0x000048, "Member 'FPCGDataTableRowToParamDataTestStruct::V3' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, V4) == 0x000060, "Member 'FPCGDataTableRowToParamDataTestStruct::V4' has a wrong offset!"); \ +static_assert(offsetof(FPCGDataTableRowToParamDataTestStruct, SoftPath) == 0x000080, "Member 'FPCGDataTableRowToParamDataTestStruct::SoftPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDebugVisualizationSettings \ +static_assert(alignof(FPCGDebugVisualizationSettings) == 0x000008, "Wrong alignment on FPCGDebugVisualizationSettings"); \ +static_assert(sizeof(FPCGDebugVisualizationSettings) == 0x000060, "Wrong size on FPCGDebugVisualizationSettings"); \ +static_assert(offsetof(FPCGDebugVisualizationSettings, PointScale) == 0x000000, "Member 'FPCGDebugVisualizationSettings::PointScale' has a wrong offset!"); \ +static_assert(offsetof(FPCGDebugVisualizationSettings, ScaleMethod) == 0x000004, "Member 'FPCGDebugVisualizationSettings::ScaleMethod' has a wrong offset!"); \ +static_assert(offsetof(FPCGDebugVisualizationSettings, PointMesh) == 0x000008, "Member 'FPCGDebugVisualizationSettings::PointMesh' has a wrong offset!"); \ +static_assert(offsetof(FPCGDebugVisualizationSettings, MaterialOverride) == 0x000030, "Member 'FPCGDebugVisualizationSettings::MaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(FPCGDebugVisualizationSettings, bCheckForDuplicates) == 0x000058, "Member 'FPCGDebugVisualizationSettings::bCheckForDuplicates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGDeterminismSettings \ +static_assert(alignof(FPCGDeterminismSettings) == 0x000008, "Wrong alignment on FPCGDeterminismSettings"); \ +static_assert(sizeof(FPCGDeterminismSettings) == 0x000010, "Wrong size on FPCGDeterminismSettings"); \ +static_assert(offsetof(FPCGDeterminismSettings, bNativeTests) == 0x000000, "Member 'FPCGDeterminismSettings::bNativeTests' has a wrong offset!"); \ +static_assert(offsetof(FPCGDeterminismSettings, bUseBlueprintDeterminismTest) == 0x000001, "Member 'FPCGDeterminismSettings::bUseBlueprintDeterminismTest' has a wrong offset!"); \ +static_assert(offsetof(FPCGDeterminismSettings, DeterminismTestBlueprint) == 0x000008, "Member 'FPCGDeterminismSettings::DeterminismTestBlueprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDeterminismTestResult \ +static_assert(alignof(FDeterminismTestResult) == 0x000008, "Wrong alignment on FDeterminismTestResult"); \ +static_assert(sizeof(FDeterminismTestResult) == 0x000088, "Wrong size on FDeterminismTestResult"); \ +static_assert(offsetof(FDeterminismTestResult, TestResultTitle) == 0x000000, "Member 'FDeterminismTestResult::TestResultTitle' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, TestResultName) == 0x000008, "Member 'FDeterminismTestResult::TestResultName' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, Seed) == 0x000018, "Member 'FDeterminismTestResult::Seed' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, DataTypesTested) == 0x00001C, "Member 'FDeterminismTestResult::DataTypesTested' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, TestResults) == 0x000020, "Member 'FDeterminismTestResult::TestResults' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, AdditionalDetails) == 0x000070, "Member 'FDeterminismTestResult::AdditionalDetails' has a wrong offset!"); \ +static_assert(offsetof(FDeterminismTestResult, bFlagRaised) == 0x000080, "Member 'FDeterminismTestResult::bFlagRaised' 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_FPCGOverrideInstancedPropertyBag \ +static_assert(alignof(FPCGOverrideInstancedPropertyBag) == 0x000008, "Wrong alignment on FPCGOverrideInstancedPropertyBag"); \ +static_assert(sizeof(FPCGOverrideInstancedPropertyBag) == 0x000060, "Wrong size on FPCGOverrideInstancedPropertyBag"); \ +static_assert(offsetof(FPCGOverrideInstancedPropertyBag, Parameters) == 0x000000, "Member 'FPCGOverrideInstancedPropertyBag::Parameters' has a wrong offset!"); \ +static_assert(offsetof(FPCGOverrideInstancedPropertyBag, PropertiesIDsOverridden) == 0x000010, "Member 'FPCGOverrideInstancedPropertyBag::PropertiesIDsOverridden' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPackedCustomData \ +static_assert(alignof(FPCGPackedCustomData) == 0x000008, "Wrong alignment on FPCGPackedCustomData"); \ +static_assert(sizeof(FPCGPackedCustomData) == 0x000018, "Wrong size on FPCGPackedCustomData"); \ +static_assert(offsetof(FPCGPackedCustomData, NumCustomDataFloats) == 0x000000, "Member 'FPCGPackedCustomData::NumCustomDataFloats' has a wrong offset!"); \ +static_assert(offsetof(FPCGPackedCustomData, CustomData) == 0x000008, "Member 'FPCGPackedCustomData::CustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGLandscapeLayerWeight \ +static_assert(alignof(FPCGLandscapeLayerWeight) == 0x000004, "Wrong alignment on FPCGLandscapeLayerWeight"); \ +static_assert(sizeof(FPCGLandscapeLayerWeight) == 0x00000C, "Wrong size on FPCGLandscapeLayerWeight"); \ +static_assert(offsetof(FPCGLandscapeLayerWeight, Name) == 0x000000, "Member 'FPCGLandscapeLayerWeight::Name' has a wrong offset!"); \ +static_assert(offsetof(FPCGLandscapeLayerWeight, Weight) == 0x000008, "Member 'FPCGLandscapeLayerWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMetadataTypesConstantStruct \ +static_assert(alignof(FPCGMetadataTypesConstantStruct) == 0x000010, "Wrong alignment on FPCGMetadataTypesConstantStruct"); \ +static_assert(sizeof(FPCGMetadataTypesConstantStruct) == 0x000160, "Wrong size on FPCGMetadataTypesConstantStruct"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, Type) == 0x000000, "Member 'FPCGMetadataTypesConstantStruct::Type' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, StringMode) == 0x000004, "Member 'FPCGMetadataTypesConstantStruct::StringMode' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, FloatValue) == 0x000008, "Member 'FPCGMetadataTypesConstantStruct::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, Int32Value) == 0x00000C, "Member 'FPCGMetadataTypesConstantStruct::Int32Value' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, DoubleValue) == 0x000010, "Member 'FPCGMetadataTypesConstantStruct::DoubleValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, IntValue) == 0x000018, "Member 'FPCGMetadataTypesConstantStruct::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, Vector2Value) == 0x000020, "Member 'FPCGMetadataTypesConstantStruct::Vector2Value' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, VectorValue) == 0x000030, "Member 'FPCGMetadataTypesConstantStruct::VectorValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, Vector4Value) == 0x000050, "Member 'FPCGMetadataTypesConstantStruct::Vector4Value' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, QuatValue) == 0x000070, "Member 'FPCGMetadataTypesConstantStruct::QuatValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, TransformValue) == 0x000090, "Member 'FPCGMetadataTypesConstantStruct::TransformValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, StringValue) == 0x0000F0, "Member 'FPCGMetadataTypesConstantStruct::StringValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, BoolValue) == 0x000100, "Member 'FPCGMetadataTypesConstantStruct::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, RotatorValue) == 0x000108, "Member 'FPCGMetadataTypesConstantStruct::RotatorValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, NameValue) == 0x000120, "Member 'FPCGMetadataTypesConstantStruct::NameValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, SoftClassPathValue) == 0x000128, "Member 'FPCGMetadataTypesConstantStruct::SoftClassPathValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, SoftObjectPathValue) == 0x000140, "Member 'FPCGMetadataTypesConstantStruct::SoftObjectPathValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMetadataTypesConstantStruct, bAllowsTypeChange) == 0x000158, "Member 'FPCGMetadataTypesConstantStruct::bAllowsTypeChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMatchAndSetByAttributeEntry \ +static_assert(alignof(FPCGMatchAndSetByAttributeEntry) == 0x000010, "Wrong alignment on FPCGMatchAndSetByAttributeEntry"); \ +static_assert(sizeof(FPCGMatchAndSetByAttributeEntry) == 0x0002C0, "Wrong size on FPCGMatchAndSetByAttributeEntry"); \ +static_assert(offsetof(FPCGMatchAndSetByAttributeEntry, ValueToMatch) == 0x000000, "Member 'FPCGMatchAndSetByAttributeEntry::ValueToMatch' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetByAttributeEntry, Value) == 0x000160, "Member 'FPCGMatchAndSetByAttributeEntry::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMatchAndSetWeightedEntry \ +static_assert(alignof(FPCGMatchAndSetWeightedEntry) == 0x000010, "Wrong alignment on FPCGMatchAndSetWeightedEntry"); \ +static_assert(sizeof(FPCGMatchAndSetWeightedEntry) == 0x000170, "Wrong size on FPCGMatchAndSetWeightedEntry"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedEntry, Value) == 0x000000, "Member 'FPCGMatchAndSetWeightedEntry::Value' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedEntry, Weight) == 0x000160, "Member 'FPCGMatchAndSetWeightedEntry::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMatchAndSetWeightedByCategoryEntryList \ +static_assert(alignof(FPCGMatchAndSetWeightedByCategoryEntryList) == 0x000010, "Wrong alignment on FPCGMatchAndSetWeightedByCategoryEntryList"); \ +static_assert(sizeof(FPCGMatchAndSetWeightedByCategoryEntryList) == 0x000180, "Wrong size on FPCGMatchAndSetWeightedByCategoryEntryList"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedByCategoryEntryList, CategoryValue) == 0x000000, "Member 'FPCGMatchAndSetWeightedByCategoryEntryList::CategoryValue' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedByCategoryEntryList, bIsDefault) == 0x000160, "Member 'FPCGMatchAndSetWeightedByCategoryEntryList::bIsDefault' has a wrong offset!"); \ +static_assert(offsetof(FPCGMatchAndSetWeightedByCategoryEntryList, WeightedEntries) == 0x000168, "Member 'FPCGMatchAndSetWeightedByCategoryEntryList::WeightedEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMeshInstanceList \ +static_assert(alignof(FPCGMeshInstanceList) == 0x000008, "Wrong alignment on FPCGMeshInstanceList"); \ +static_assert(sizeof(FPCGMeshInstanceList) == 0x000260, "Wrong size on FPCGMeshInstanceList"); \ +static_assert(offsetof(FPCGMeshInstanceList, Descriptor) == 0x000000, "Member 'FPCGMeshInstanceList::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(FPCGMeshInstanceList, Instances) == 0x000240, "Member 'FPCGMeshInstanceList::Instances' has a wrong offset!"); \ +static_assert(offsetof(FPCGMeshInstanceList, InstancesMetadataEntry) == 0x000250, "Member 'FPCGMeshInstanceList::InstancesMetadataEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGMeshSelectorWeightedEntry \ +static_assert(alignof(FPCGMeshSelectorWeightedEntry) == 0x000008, "Wrong alignment on FPCGMeshSelectorWeightedEntry"); \ +static_assert(sizeof(FPCGMeshSelectorWeightedEntry) == 0x000248, "Wrong size on FPCGMeshSelectorWeightedEntry"); \ +static_assert(offsetof(FPCGMeshSelectorWeightedEntry, Descriptor) == 0x000000, "Member 'FPCGMeshSelectorWeightedEntry::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(FPCGMeshSelectorWeightedEntry, Weight) == 0x000240, "Member 'FPCGMeshSelectorWeightedEntry::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGWeightedByCategoryEntryList \ +static_assert(alignof(FPCGWeightedByCategoryEntryList) == 0x000008, "Wrong alignment on FPCGWeightedByCategoryEntryList"); \ +static_assert(sizeof(FPCGWeightedByCategoryEntryList) == 0x000028, "Wrong size on FPCGWeightedByCategoryEntryList"); \ +static_assert(offsetof(FPCGWeightedByCategoryEntryList, CategoryEntry) == 0x000000, "Member 'FPCGWeightedByCategoryEntryList::CategoryEntry' has a wrong offset!"); \ +static_assert(offsetof(FPCGWeightedByCategoryEntryList, IsDefault) == 0x000010, "Member 'FPCGWeightedByCategoryEntryList::IsDefault' has a wrong offset!"); \ +static_assert(offsetof(FPCGWeightedByCategoryEntryList, WeightedMeshEntries) == 0x000018, "Member 'FPCGWeightedByCategoryEntryList::WeightedMeshEntries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGWorldCommonQueryParams \ +static_assert(alignof(FPCGWorldCommonQueryParams) == 0x000008, "Wrong alignment on FPCGWorldCommonQueryParams"); \ +static_assert(sizeof(FPCGWorldCommonQueryParams) == 0x000070, "Wrong size on FPCGWorldCommonQueryParams"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, bIgnorePCGHits) == 0x000000, "Member 'FPCGWorldCommonQueryParams::bIgnorePCGHits' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, bIgnoreSelfHits) == 0x000001, "Member 'FPCGWorldCommonQueryParams::bIgnoreSelfHits' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, CollisionChannel) == 0x000002, "Member 'FPCGWorldCommonQueryParams::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, bTraceComplex) == 0x000003, "Member 'FPCGWorldCommonQueryParams::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, ActorTagFilter) == 0x000004, "Member 'FPCGWorldCommonQueryParams::ActorTagFilter' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, ActorTagsList) == 0x000008, "Member 'FPCGWorldCommonQueryParams::ActorTagsList' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, bIgnoreLandscapeHits) == 0x000018, "Member 'FPCGWorldCommonQueryParams::bIgnoreLandscapeHits' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, bGetReferenceToActorHit) == 0x000019, "Member 'FPCGWorldCommonQueryParams::bGetReferenceToActorHit' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldCommonQueryParams, ParsedActorTagsList) == 0x000020, "Member 'FPCGWorldCommonQueryParams::ParsedActorTagsList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPinProperties \ +static_assert(alignof(FPCGPinProperties) == 0x000004, "Wrong alignment on FPCGPinProperties"); \ +static_assert(sizeof(FPCGPinProperties) == 0x000010, "Wrong size on FPCGPinProperties"); \ +static_assert(offsetof(FPCGPinProperties, Label) == 0x000000, "Member 'FPCGPinProperties::Label' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, AllowedTypes) == 0x000008, "Member 'FPCGPinProperties::AllowedTypes' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, bAllowMultipleData) == 0x00000C, "Member 'FPCGPinProperties::bAllowMultipleData' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, bAllowMultipleConnections) == 0x00000D, "Member 'FPCGPinProperties::bAllowMultipleConnections' has a wrong offset!"); \ +static_assert(offsetof(FPCGPinProperties, bAdvancedPin) == 0x00000E, "Member 'FPCGPinProperties::bAdvancedPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPoint \ +static_assert(alignof(FPCGPoint) == 0x000010, "Wrong alignment on FPCGPoint"); \ +static_assert(sizeof(FPCGPoint) == 0x0000D0, "Wrong size on FPCGPoint"); \ +static_assert(offsetof(FPCGPoint, Transform) == 0x000000, "Member 'FPCGPoint::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPCGPoint, Density) == 0x000060, "Member 'FPCGPoint::Density' has a wrong offset!"); \ +static_assert(offsetof(FPCGPoint, BoundsMin) == 0x000068, "Member 'FPCGPoint::BoundsMin' has a wrong offset!"); \ +static_assert(offsetof(FPCGPoint, BoundsMax) == 0x000080, "Member 'FPCGPoint::BoundsMax' has a wrong offset!"); \ +static_assert(offsetof(FPCGPoint, Color) == 0x0000A0, "Member 'FPCGPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FPCGPoint, Steepness) == 0x0000C0, "Member 'FPCGPoint::Steepness' has a wrong offset!"); \ +static_assert(offsetof(FPCGPoint, Seed) == 0x0000C4, "Member 'FPCGPoint::Seed' has a wrong offset!"); \ +static_assert(offsetof(FPCGPoint, MetadataEntry) == 0x0000C8, "Member 'FPCGPoint::MetadataEntry' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSplineStruct \ +static_assert(alignof(FPCGSplineStruct) == 0x000010, "Wrong alignment on FPCGSplineStruct"); \ +static_assert(sizeof(FPCGSplineStruct) == 0x000160, "Wrong size on FPCGSplineStruct"); \ +static_assert(offsetof(FPCGSplineStruct, SplineCurves) == 0x000000, "Member 'FPCGSplineStruct::SplineCurves' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, Transform) == 0x000070, "Member 'FPCGSplineStruct::Transform' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, DefaultUpVector) == 0x0000D0, "Member 'FPCGSplineStruct::DefaultUpVector' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, ReparamStepsPerSegment) == 0x0000E8, "Member 'FPCGSplineStruct::ReparamStepsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, bClosedLoop) == 0x0000EC, "Member 'FPCGSplineStruct::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, LocalBounds) == 0x0000F0, "Member 'FPCGSplineStruct::LocalBounds' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineStruct, Bounds) == 0x000128, "Member 'FPCGSplineStruct::Bounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPointFilterThresholdSettings \ +static_assert(alignof(FPCGPointFilterThresholdSettings) == 0x000010, "Wrong alignment on FPCGPointFilterThresholdSettings"); \ +static_assert(sizeof(FPCGPointFilterThresholdSettings) == 0x0001A0, "Wrong size on FPCGPointFilterThresholdSettings"); \ +static_assert(offsetof(FPCGPointFilterThresholdSettings, bInclusive) == 0x000000, "Member 'FPCGPointFilterThresholdSettings::bInclusive' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointFilterThresholdSettings, bUseConstantThreshold) == 0x000001, "Member 'FPCGPointFilterThresholdSettings::bUseConstantThreshold' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointFilterThresholdSettings, ThresholdAttribute) == 0x000008, "Member 'FPCGPointFilterThresholdSettings::ThresholdAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointFilterThresholdSettings, bUseSpatialQuery) == 0x000030, "Member 'FPCGPointFilterThresholdSettings::bUseSpatialQuery' has a wrong offset!"); \ +static_assert(offsetof(FPCGPointFilterThresholdSettings, AttributeTypes) == 0x000040, "Member 'FPCGPointFilterThresholdSettings::AttributeTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGProjectionParams \ +static_assert(alignof(FPCGProjectionParams) == 0x000008, "Wrong alignment on FPCGProjectionParams"); \ +static_assert(sizeof(FPCGProjectionParams) == 0x000020, "Wrong size on FPCGProjectionParams"); \ +static_assert(offsetof(FPCGProjectionParams, bProjectPositions) == 0x000000, "Member 'FPCGProjectionParams::bProjectPositions' has a wrong offset!"); \ +static_assert(offsetof(FPCGProjectionParams, bProjectRotations) == 0x000001, "Member 'FPCGProjectionParams::bProjectRotations' has a wrong offset!"); \ +static_assert(offsetof(FPCGProjectionParams, bProjectScales) == 0x000002, "Member 'FPCGProjectionParams::bProjectScales' has a wrong offset!"); \ +static_assert(offsetof(FPCGProjectionParams, bProjectColors) == 0x000003, "Member 'FPCGProjectionParams::bProjectColors' has a wrong offset!"); \ +static_assert(offsetof(FPCGProjectionParams, AttributeList) == 0x000008, "Member 'FPCGProjectionParams::AttributeList' has a wrong offset!"); \ +static_assert(offsetof(FPCGProjectionParams, AttributeMode) == 0x000018, "Member 'FPCGProjectionParams::AttributeMode' has a wrong offset!"); \ +static_assert(offsetof(FPCGProjectionParams, AttributeMergeOperation) == 0x000019, "Member 'FPCGProjectionParams::AttributeMergeOperation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPropertyAliases \ +static_assert(alignof(FPCGPropertyAliases) == 0x000008, "Wrong alignment on FPCGPropertyAliases"); \ +static_assert(sizeof(FPCGPropertyAliases) == 0x000010, "Wrong size on FPCGPropertyAliases"); \ +static_assert(offsetof(FPCGPropertyAliases, Aliases) == 0x000000, "Member 'FPCGPropertyAliases::Aliases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSettingsOverridableParam \ +static_assert(alignof(FPCGSettingsOverridableParam) == 0x000008, "Wrong alignment on FPCGSettingsOverridableParam"); \ +static_assert(sizeof(FPCGSettingsOverridableParam) == 0x000088, "Wrong size on FPCGSettingsOverridableParam"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, Label) == 0x000000, "Member 'FPCGSettingsOverridableParam::Label' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, PropertiesNames) == 0x000008, "Member 'FPCGSettingsOverridableParam::PropertiesNames' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, PropertyClass) == 0x000018, "Member 'FPCGSettingsOverridableParam::PropertyClass' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, MapOfAliases) == 0x000020, "Member 'FPCGSettingsOverridableParam::MapOfAliases' has a wrong offset!"); \ +static_assert(offsetof(FPCGSettingsOverridableParam, bHasNameClash) == 0x000070, "Member 'FPCGSettingsOverridableParam::bHasNameClash' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGStaticMeshSpawnerEntry \ +static_assert(alignof(FPCGStaticMeshSpawnerEntry) == 0x000008, "Wrong alignment on FPCGStaticMeshSpawnerEntry"); \ +static_assert(sizeof(FPCGStaticMeshSpawnerEntry) == 0x000040, "Wrong size on FPCGStaticMeshSpawnerEntry"); \ +static_assert(offsetof(FPCGStaticMeshSpawnerEntry, Weight) == 0x000000, "Member 'FPCGStaticMeshSpawnerEntry::Weight' has a wrong offset!"); \ +static_assert(offsetof(FPCGStaticMeshSpawnerEntry, Mesh) == 0x000008, "Member 'FPCGStaticMeshSpawnerEntry::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FPCGStaticMeshSpawnerEntry, bOverrideCollisionProfile) == 0x000030, "Member 'FPCGStaticMeshSpawnerEntry::bOverrideCollisionProfile' has a wrong offset!"); \ +static_assert(offsetof(FPCGStaticMeshSpawnerEntry, CollisionProfile) == 0x000034, "Member 'FPCGStaticMeshSpawnerEntry::CollisionProfile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGPreConfiguredSettingsInfo \ +static_assert(alignof(FPCGPreConfiguredSettingsInfo) == 0x000008, "Wrong alignment on FPCGPreConfiguredSettingsInfo"); \ +static_assert(sizeof(FPCGPreConfiguredSettingsInfo) == 0x000020, "Wrong size on FPCGPreConfiguredSettingsInfo"); \ +static_assert(offsetof(FPCGPreConfiguredSettingsInfo, PreconfiguredIndex) == 0x000000, "Member 'FPCGPreConfiguredSettingsInfo::PreconfiguredIndex' has a wrong offset!"); \ +static_assert(offsetof(FPCGPreConfiguredSettingsInfo, Label) == 0x000008, "Member 'FPCGPreConfiguredSettingsInfo::Label' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGActorPropertyOverride \ +static_assert(alignof(FPCGActorPropertyOverride) == 0x000008, "Wrong alignment on FPCGActorPropertyOverride"); \ +static_assert(sizeof(FPCGActorPropertyOverride) == 0x000038, "Wrong size on FPCGActorPropertyOverride"); \ +static_assert(offsetof(FPCGActorPropertyOverride, InputSource) == 0x000000, "Member 'FPCGActorPropertyOverride::InputSource' has a wrong offset!"); \ +static_assert(offsetof(FPCGActorPropertyOverride, PropertyTarget) == 0x000028, "Member 'FPCGActorPropertyOverride::PropertyTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGSplineSamplerParams \ +static_assert(alignof(FPCGSplineSamplerParams) == 0x000008, "Wrong alignment on FPCGSplineSamplerParams"); \ +static_assert(sizeof(FPCGSplineSamplerParams) == 0x0000D0, "Wrong size on FPCGSplineSamplerParams"); \ +static_assert(offsetof(FPCGSplineSamplerParams, Dimension) == 0x000000, "Member 'FPCGSplineSamplerParams::Dimension' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, Mode) == 0x000001, "Member 'FPCGSplineSamplerParams::Mode' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, Fill) == 0x000002, "Member 'FPCGSplineSamplerParams::Fill' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, SubdivisionsPerSegment) == 0x000004, "Member 'FPCGSplineSamplerParams::SubdivisionsPerSegment' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, DistanceIncrement) == 0x000008, "Member 'FPCGSplineSamplerParams::DistanceIncrement' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, NumPlanarSubdivisions) == 0x00000C, "Member 'FPCGSplineSamplerParams::NumPlanarSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, NumHeightSubdivisions) == 0x000010, "Member 'FPCGSplineSamplerParams::NumHeightSubdivisions' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeDirectionDelta) == 0x000014, "Member 'FPCGSplineSamplerParams::bComputeDirectionDelta' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, NextDirectionDeltaAttribute) == 0x000018, "Member 'FPCGSplineSamplerParams::NextDirectionDeltaAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bComputeCurvature) == 0x000020, "Member 'FPCGSplineSamplerParams::bComputeCurvature' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, CurvatureAttribute) == 0x000024, "Member 'FPCGSplineSamplerParams::CurvatureAttribute' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bUnbounded) == 0x00002C, "Member 'FPCGSplineSamplerParams::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorSampleSpacing) == 0x000030, "Member 'FPCGSplineSamplerParams::InteriorSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorBorderSampleSpacing) == 0x000034, "Member 'FPCGSplineSamplerParams::InteriorBorderSampleSpacing' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bTreatSplineAsPolyline) == 0x000038, "Member 'FPCGSplineSamplerParams::bTreatSplineAsPolyline' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorOrientation) == 0x000039, "Member 'FPCGSplineSamplerParams::InteriorOrientation' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bProjectOntoSurface) == 0x00003A, "Member 'FPCGSplineSamplerParams::bProjectOntoSurface' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, InteriorDensityFalloffCurve) == 0x000040, "Member 'FPCGSplineSamplerParams::InteriorDensityFalloffCurve' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, PointSteepness) == 0x0000C8, "Member 'FPCGSplineSamplerParams::PointSteepness' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bSeedFromLocalPosition) == 0x0000CC, "Member 'FPCGSplineSamplerParams::bSeedFromLocalPosition' has a wrong offset!"); \ +static_assert(offsetof(FPCGSplineSamplerParams, bSeedFrom2DPosition) == 0x0000CD, "Member 'FPCGSplineSamplerParams::bSeedFrom2DPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGStackFrame \ +static_assert(alignof(FPCGStackFrame) == 0x000004, "Wrong alignment on FPCGStackFrame"); \ +static_assert(sizeof(FPCGStackFrame) == 0x000010, "Wrong size on FPCGStackFrame"); \ + +#define DUMPER7_ASSERTS_FPCGStack \ +static_assert(alignof(FPCGStack) == 0x000008, "Wrong alignment on FPCGStack"); \ +static_assert(sizeof(FPCGStack) == 0x000010, "Wrong size on FPCGStack"); \ + +#define DUMPER7_ASSERTS_FPCGStaticMeshSpawnerContext \ +static_assert(alignof(FPCGStaticMeshSpawnerContext) == 0x000008, "Wrong alignment on FPCGStaticMeshSpawnerContext"); \ +static_assert(sizeof(FPCGStaticMeshSpawnerContext) == 0x0002B0, "Wrong size on FPCGStaticMeshSpawnerContext"); \ + +#define DUMPER7_ASSERTS_FPCGWorldVolumetricQueryParams \ +static_assert(alignof(FPCGWorldVolumetricQueryParams) == 0x000008, "Wrong alignment on FPCGWorldVolumetricQueryParams"); \ +static_assert(sizeof(FPCGWorldVolumetricQueryParams) == 0x000078, "Wrong size on FPCGWorldVolumetricQueryParams"); \ +static_assert(offsetof(FPCGWorldVolumetricQueryParams, bSearchForOverlap) == 0x000070, "Member 'FPCGWorldVolumetricQueryParams::bSearchForOverlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPCGWorldRayHitQueryParams \ +static_assert(alignof(FPCGWorldRayHitQueryParams) == 0x000008, "Wrong alignment on FPCGWorldRayHitQueryParams"); \ +static_assert(sizeof(FPCGWorldRayHitQueryParams) == 0x0000B8, "Wrong size on FPCGWorldRayHitQueryParams"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, bOverrideDefaultParams) == 0x000070, "Member 'FPCGWorldRayHitQueryParams::bOverrideDefaultParams' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, RayOrigin) == 0x000078, "Member 'FPCGWorldRayHitQueryParams::RayOrigin' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, RayDirection) == 0x000090, "Member 'FPCGWorldRayHitQueryParams::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, RayLength) == 0x0000A8, "Member 'FPCGWorldRayHitQueryParams::RayLength' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, bApplyMetadataFromLandscape) == 0x0000B0, "Member 'FPCGWorldRayHitQueryParams::bApplyMetadataFromLandscape' has a wrong offset!"); \ +static_assert(offsetof(FPCGWorldRayHitQueryParams, bGetReferenceToPhysicalMaterial) == 0x0000B1, "Member 'FPCGWorldRayHitQueryParams::bGetReferenceToPhysicalMaterial' has a wrong offset!"); \ + +#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_FPropertyBagMissingStruct \ +static_assert(alignof(FPropertyBagMissingStruct) == 0x000001, "Wrong alignment on FPropertyBagMissingStruct"); \ +static_assert(sizeof(FPropertyBagMissingStruct) == 0x000001, "Wrong size on FPropertyBagMissingStruct"); \ + +#define DUMPER7_ASSERTS_UPCGActorHelpers \ +static_assert(alignof(UPCGActorHelpers) == 0x000008, "Wrong alignment on UPCGActorHelpers"); \ +static_assert(sizeof(UPCGActorHelpers) == 0x000028, "Wrong size on UPCGActorHelpers"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeExtractorTestObject \ +static_assert(alignof(UPCGAttributeExtractorTestObject) == 0x000008, "Wrong alignment on UPCGAttributeExtractorTestObject"); \ +static_assert(sizeof(UPCGAttributeExtractorTestObject) == 0x000030, "Wrong size on UPCGAttributeExtractorTestObject"); \ +static_assert(offsetof(UPCGAttributeExtractorTestObject, DoubleValue) == 0x000028, "Member 'UPCGAttributeExtractorTestObject::DoubleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGData \ +static_assert(alignof(UPCGData) == 0x000008, "Wrong alignment on UPCGData"); \ +static_assert(sizeof(UPCGData) == 0x000038, "Wrong size on UPCGData"); \ +static_assert(offsetof(UPCGData, UID) == 0x000028, "Member 'UPCGData::UID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSettingsInterface \ +static_assert(alignof(UPCGSettingsInterface) == 0x000008, "Wrong alignment on UPCGSettingsInterface"); \ +static_assert(sizeof(UPCGSettingsInterface) == 0x000040, "Wrong size on UPCGSettingsInterface"); \ +static_assert(offsetof(UPCGSettingsInterface, bEnabled) == 0x000038, "Member 'UPCGSettingsInterface::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettingsInterface, bDebug) == 0x000039, "Member 'UPCGSettingsInterface::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSettings \ +static_assert(alignof(UPCGSettings) == 0x000008, "Wrong alignment on UPCGSettings"); \ +static_assert(sizeof(UPCGSettings) == 0x000150, "Wrong size on UPCGSettings"); \ +static_assert(offsetof(UPCGSettings, Seed) == 0x000040, "Member 'UPCGSettings::Seed' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, FilterOnTags) == 0x000048, "Member 'UPCGSettings::FilterOnTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bPassThroughFilteredOutInputs) == 0x000098, "Member 'UPCGSettings::bPassThroughFilteredOutInputs' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, TagsAppliedOnOutput) == 0x0000A0, "Member 'UPCGSettings::TagsAppliedOnOutput' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, bUseSeed) == 0x0000F8, "Member 'UPCGSettings::bUseSeed' has a wrong offset!"); \ +static_assert(offsetof(UPCGSettings, CachedOverridableParams) == 0x000138, "Member 'UPCGSettings::CachedOverridableParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeFilterSettings \ +static_assert(alignof(UPCGAttributeFilterSettings) == 0x000008, "Wrong alignment on UPCGAttributeFilterSettings"); \ +static_assert(sizeof(UPCGAttributeFilterSettings) == 0x000168, "Wrong size on UPCGAttributeFilterSettings"); \ +static_assert(offsetof(UPCGAttributeFilterSettings, Operation) == 0x000150, "Member 'UPCGAttributeFilterSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeFilterSettings, SelectedAttributes) == 0x000158, "Member 'UPCGAttributeFilterSettings::SelectedAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeGetFromPointIndexSettings \ +static_assert(alignof(UPCGAttributeGetFromPointIndexSettings) == 0x000008, "Wrong alignment on UPCGAttributeGetFromPointIndexSettings"); \ +static_assert(sizeof(UPCGAttributeGetFromPointIndexSettings) == 0x000188, "Wrong size on UPCGAttributeGetFromPointIndexSettings"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, InputSource) == 0x000150, "Member 'UPCGAttributeGetFromPointIndexSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, Index_0) == 0x000178, "Member 'UPCGAttributeGetFromPointIndexSettings::Index_0' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeGetFromPointIndexSettings, OutputAttributeName) == 0x00017C, "Member 'UPCGAttributeGetFromPointIndexSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeNoiseSettings \ +static_assert(alignof(UPCGAttributeNoiseSettings) == 0x000008, "Wrong alignment on UPCGAttributeNoiseSettings"); \ +static_assert(sizeof(UPCGAttributeNoiseSettings) == 0x0001B0, "Wrong size on UPCGAttributeNoiseSettings"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, InputSource) == 0x000150, "Member 'UPCGAttributeNoiseSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, OutputTarget) == 0x000178, "Member 'UPCGAttributeNoiseSettings::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, Mode) == 0x0001A0, "Member 'UPCGAttributeNoiseSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMin) == 0x0001A4, "Member 'UPCGAttributeNoiseSettings::NoiseMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, NoiseMax) == 0x0001A8, "Member 'UPCGAttributeNoiseSettings::NoiseMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bInvertSource) == 0x0001AC, "Member 'UPCGAttributeNoiseSettings::bInvertSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeNoiseSettings, bClampResult) == 0x0001AD, "Member 'UPCGAttributeNoiseSettings::bClampResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast) == 0x000058, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast, InData) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast, ReturnValue) == 0x000030, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixLast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource) == 0x000078, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource, InSelector) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource::InSelector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource, ReturnValue) == 0x000050, "Member 'PCGAttributePropertySelectorBlueprintHelpers_CopyAndFixSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName) == 0x000030, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName, ReturnValue) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetAttributeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames) == 0x000038, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames, ReturnValue) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetExtraNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty) == 0x000030, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty, ReturnValue) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetExtraProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetName \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetName) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetName"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetName) == 0x000030, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetName"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetName, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetName::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetName, ReturnValue) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty) == 0x000030, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty, ReturnValue) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetPointProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_GetSelection \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_GetSelection) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_GetSelection"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_GetSelection) == 0x000030, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_GetSelection"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetSelection, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetSelection::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_GetSelection, ReturnValue) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_GetSelection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName) == 0x000038, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName, InAttributeName) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName::InAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName, ReturnValue) == 0x000030, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetAttributeName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty) == 0x000030, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty, InExtraProperty) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty::InExtraProperty' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty, ReturnValue) == 0x000029, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetExtraProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty \ +static_assert(alignof(PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty) == 0x000008, "Wrong alignment on PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty"); \ +static_assert(sizeof(PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty) == 0x000030, "Wrong size on PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty, Selector) == 0x000000, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty::Selector' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty, InPointProperty) == 0x000028, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty::InPointProperty' has a wrong offset!"); \ +static_assert(offsetof(PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty, ReturnValue) == 0x000029, "Member 'PCGAttributePropertySelectorBlueprintHelpers_SetPointProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributePropertySelectorBlueprintHelpers \ +static_assert(alignof(UPCGAttributePropertySelectorBlueprintHelpers) == 0x000008, "Wrong alignment on UPCGAttributePropertySelectorBlueprintHelpers"); \ +static_assert(sizeof(UPCGAttributePropertySelectorBlueprintHelpers) == 0x000028, "Wrong size on UPCGAttributePropertySelectorBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeReduceSettings \ +static_assert(alignof(UPCGAttributeReduceSettings) == 0x000008, "Wrong alignment on UPCGAttributeReduceSettings"); \ +static_assert(sizeof(UPCGAttributeReduceSettings) == 0x000188, "Wrong size on UPCGAttributeReduceSettings"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, InputSource) == 0x000150, "Member 'UPCGAttributeReduceSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, OutputAttributeName) == 0x000178, "Member 'UPCGAttributeReduceSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeReduceSettings, Operation) == 0x000180, "Member 'UPCGAttributeReduceSettings::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeSelectSettings \ +static_assert(alignof(UPCGAttributeSelectSettings) == 0x000010, "Wrong alignment on UPCGAttributeSelectSettings"); \ +static_assert(sizeof(UPCGAttributeSelectSettings) == 0x0001B0, "Wrong size on UPCGAttributeSelectSettings"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, InputSource) == 0x000150, "Member 'UPCGAttributeSelectSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, OutputAttributeName) == 0x000178, "Member 'UPCGAttributeSelectSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, Operation) == 0x000180, "Member 'UPCGAttributeSelectSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, Axis) == 0x000184, "Member 'UPCGAttributeSelectSettings::Axis' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeSelectSettings, CustomAxis) == 0x000190, "Member 'UPCGAttributeSelectSettings::CustomAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAttributeTransferSettings \ +static_assert(alignof(UPCGAttributeTransferSettings) == 0x000008, "Wrong alignment on UPCGAttributeTransferSettings"); \ +static_assert(sizeof(UPCGAttributeTransferSettings) == 0x0001A0, "Wrong size on UPCGAttributeTransferSettings"); \ +static_assert(offsetof(UPCGAttributeTransferSettings, SourceAttributeProperty) == 0x000150, "Member 'UPCGAttributeTransferSettings::SourceAttributeProperty' has a wrong offset!"); \ +static_assert(offsetof(UPCGAttributeTransferSettings, TargetAttributeProperty) == 0x000178, "Member 'UPCGAttributeTransferSettings::TargetAttributeProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_ComputeSeedFromPosition \ +static_assert(alignof(PCGBlueprintHelpers_ComputeSeedFromPosition) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_ComputeSeedFromPosition"); \ +static_assert(sizeof(PCGBlueprintHelpers_ComputeSeedFromPosition) == 0x000020, "Wrong size on PCGBlueprintHelpers_ComputeSeedFromPosition"); \ +static_assert(offsetof(PCGBlueprintHelpers_ComputeSeedFromPosition, InPosition) == 0x000000, "Member 'PCGBlueprintHelpers_ComputeSeedFromPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_ComputeSeedFromPosition, ReturnValue) == 0x000018, "Member 'PCGBlueprintHelpers_ComputeSeedFromPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_CreatePCGDataFromActor \ +static_assert(alignof(PCGBlueprintHelpers_CreatePCGDataFromActor) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_CreatePCGDataFromActor"); \ +static_assert(sizeof(PCGBlueprintHelpers_CreatePCGDataFromActor) == 0x000018, "Wrong size on PCGBlueprintHelpers_CreatePCGDataFromActor"); \ +static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::InActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, bParseActor) == 0x000008, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::bParseActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_CreatePCGDataFromActor, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_CreatePCGDataFromActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorBoundsPCG \ +static_assert(alignof(PCGBlueprintHelpers_GetActorBoundsPCG) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorBoundsPCG"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetActorBoundsPCG) == 0x000048, "Wrong size on PCGBlueprintHelpers_GetActorBoundsPCG"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::InActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, bIgnorePCGCreatedComponents) == 0x000008, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::bIgnorePCGCreatedComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorBoundsPCG, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetActorBoundsPCG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorData \ +static_assert(alignof(PCGBlueprintHelpers_GetActorData) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorData"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetActorData) == 0x0000C0, "Wrong size on PCGBlueprintHelpers_GetActorData"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorData, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorData::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorData, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintHelpers_GetActorData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetActorLocalBoundsPCG \ +static_assert(alignof(PCGBlueprintHelpers_GetActorLocalBoundsPCG) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetActorLocalBoundsPCG"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetActorLocalBoundsPCG) == 0x000048, "Wrong size on PCGBlueprintHelpers_GetActorLocalBoundsPCG"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, InActor) == 0x000000, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::InActor' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, bIgnorePCGCreatedComponents) == 0x000008, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::bIgnorePCGCreatedComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetActorLocalBoundsPCG, ReturnValue) == 0x000010, "Member 'PCGBlueprintHelpers_GetActorLocalBoundsPCG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetComponent \ +static_assert(alignof(PCGBlueprintHelpers_GetComponent) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetComponent"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetComponent) == 0x0000C0, "Wrong size on PCGBlueprintHelpers_GetComponent"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetComponent, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetComponent::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetComponent, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintHelpers_GetComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetExtents \ +static_assert(alignof(PCGBlueprintHelpers_GetExtents) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetExtents"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetExtents) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetExtents"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetExtents, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetExtents::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetExtents, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetExtents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetInputData \ +static_assert(alignof(PCGBlueprintHelpers_GetInputData) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetInputData"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetInputData) == 0x0000C0, "Wrong size on PCGBlueprintHelpers_GetInputData"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInputData, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetInputData::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetInputData, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintHelpers_GetInputData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetLocalCenter \ +static_assert(alignof(PCGBlueprintHelpers_GetLocalCenter) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetLocalCenter"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetLocalCenter) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetLocalCenter"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetLocalCenter, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetLocalCenter::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetLocalCenter, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetLocalCenter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetOriginalComponent \ +static_assert(alignof(PCGBlueprintHelpers_GetOriginalComponent) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetOriginalComponent"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetOriginalComponent) == 0x0000C0, "Wrong size on PCGBlueprintHelpers_GetOriginalComponent"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponent, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetOriginalComponent::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetOriginalComponent, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintHelpers_GetOriginalComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetRandomStream \ +static_assert(alignof(PCGBlueprintHelpers_GetRandomStream) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetRandomStream"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetRandomStream) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_GetRandomStream"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStream, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetRandomStream::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStream, OptionalSettings) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetRandomStream::OptionalSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStream, OptionalComponent) == 0x0000D8, "Member 'PCGBlueprintHelpers_GetRandomStream::OptionalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetRandomStream, ReturnValue) == 0x0000E0, "Member 'PCGBlueprintHelpers_GetRandomStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetSettings \ +static_assert(alignof(PCGBlueprintHelpers_GetSettings) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetSettings"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetSettings) == 0x0000C0, "Wrong size on PCGBlueprintHelpers_GetSettings"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetSettings, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetSettings::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetSettings, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintHelpers_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTargetActor \ +static_assert(alignof(PCGBlueprintHelpers_GetTargetActor) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTargetActor"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTargetActor) == 0x0000C8, "Wrong size on PCGBlueprintHelpers_GetTargetActor"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetTargetActor::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, SpatialData) == 0x0000B8, "Member 'PCGBlueprintHelpers_GetTargetActor::SpatialData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTargetActor, ReturnValue) == 0x0000C0, "Member 'PCGBlueprintHelpers_GetTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTaskId \ +static_assert(alignof(PCGBlueprintHelpers_GetTaskId) == 0x000008, "Wrong alignment on PCGBlueprintHelpers_GetTaskId"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTaskId) == 0x0000C0, "Wrong size on PCGBlueprintHelpers_GetTaskId"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTaskId, Context) == 0x000000, "Member 'PCGBlueprintHelpers_GetTaskId::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTaskId, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintHelpers_GetTaskId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_GetTransformedBounds \ +static_assert(alignof(PCGBlueprintHelpers_GetTransformedBounds) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_GetTransformedBounds"); \ +static_assert(sizeof(PCGBlueprintHelpers_GetTransformedBounds) == 0x000110, "Wrong size on PCGBlueprintHelpers_GetTransformedBounds"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTransformedBounds, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_GetTransformedBounds::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_GetTransformedBounds, ReturnValue) == 0x0000D0, "Member 'PCGBlueprintHelpers_GetTransformedBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetExtents \ +static_assert(alignof(PCGBlueprintHelpers_SetExtents) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetExtents"); \ +static_assert(sizeof(PCGBlueprintHelpers_SetExtents) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_SetExtents"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetExtents, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetExtents::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetExtents, InExtents) == 0x0000D0, "Member 'PCGBlueprintHelpers_SetExtents::InExtents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetLocalCenter \ +static_assert(alignof(PCGBlueprintHelpers_SetLocalCenter) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetLocalCenter"); \ +static_assert(sizeof(PCGBlueprintHelpers_SetLocalCenter) == 0x0000F0, "Wrong size on PCGBlueprintHelpers_SetLocalCenter"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetLocalCenter, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetLocalCenter::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetLocalCenter, InLocalCenter) == 0x0000D0, "Member 'PCGBlueprintHelpers_SetLocalCenter::InLocalCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintHelpers_SetSeedFromPosition \ +static_assert(alignof(PCGBlueprintHelpers_SetSeedFromPosition) == 0x000010, "Wrong alignment on PCGBlueprintHelpers_SetSeedFromPosition"); \ +static_assert(sizeof(PCGBlueprintHelpers_SetSeedFromPosition) == 0x0000D0, "Wrong size on PCGBlueprintHelpers_SetSeedFromPosition"); \ +static_assert(offsetof(PCGBlueprintHelpers_SetSeedFromPosition, InPoint) == 0x000000, "Member 'PCGBlueprintHelpers_SetSeedFromPosition::InPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintHelpers \ +static_assert(alignof(UPCGBlueprintHelpers) == 0x000008, "Wrong alignment on UPCGBlueprintHelpers"); \ +static_assert(sizeof(UPCGBlueprintHelpers) == 0x000028, "Wrong size on UPCGBlueprintHelpers"); \ + +#define DUMPER7_ASSERTS_UPCGBooleanSelectSettings \ +static_assert(alignof(UPCGBooleanSelectSettings) == 0x000008, "Wrong alignment on UPCGBooleanSelectSettings"); \ +static_assert(sizeof(UPCGBooleanSelectSettings) == 0x000158, "Wrong size on UPCGBooleanSelectSettings"); \ +static_assert(offsetof(UPCGBooleanSelectSettings, bUseInputB) == 0x000150, "Member 'UPCGBooleanSelectSettings::bUseInputB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBoundsModifierSettings \ +static_assert(alignof(UPCGBoundsModifierSettings) == 0x000008, "Wrong alignment on UPCGBoundsModifierSettings"); \ +static_assert(sizeof(UPCGBoundsModifierSettings) == 0x000190, "Wrong size on UPCGBoundsModifierSettings"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, Mode) == 0x000150, "Member 'UPCGBoundsModifierSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMin) == 0x000158, "Member 'UPCGBoundsModifierSettings::BoundsMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, BoundsMax) == 0x000170, "Member 'UPCGBoundsModifierSettings::BoundsMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, bAffectSteepness) == 0x000188, "Member 'UPCGBoundsModifierSettings::bAffectSteepness' has a wrong offset!"); \ +static_assert(offsetof(UPCGBoundsModifierSettings, Steepness) == 0x00018C, "Member 'UPCGBoundsModifierSettings::Steepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBranchSettings \ +static_assert(alignof(UPCGBranchSettings) == 0x000008, "Wrong alignment on UPCGBranchSettings"); \ +static_assert(sizeof(UPCGBranchSettings) == 0x000158, "Wrong size on UPCGBranchSettings"); \ +static_assert(offsetof(UPCGBranchSettings, bOutputToB) == 0x000150, "Member 'UPCGBranchSettings::bOutputToB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCollapseSettings \ +static_assert(alignof(UPCGCollapseSettings) == 0x000008, "Wrong alignment on UPCGCollapseSettings"); \ +static_assert(sizeof(UPCGCollapseSettings) == 0x000150, "Wrong size on UPCGCollapseSettings"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_CreateEmptyMetadata \ +static_assert(alignof(PCGSpatialData_CreateEmptyMetadata) == 0x000008, "Wrong alignment on PCGSpatialData_CreateEmptyMetadata"); \ +static_assert(sizeof(PCGSpatialData_CreateEmptyMetadata) == 0x000008, "Wrong size on PCGSpatialData_CreateEmptyMetadata"); \ +static_assert(offsetof(PCGSpatialData_CreateEmptyMetadata, ReturnValue) == 0x000000, "Member 'PCGSpatialData_CreateEmptyMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_InitializeFromData \ +static_assert(alignof(PCGSpatialData_InitializeFromData) == 0x000008, "Wrong alignment on PCGSpatialData_InitializeFromData"); \ +static_assert(sizeof(PCGSpatialData_InitializeFromData) == 0x000018, "Wrong size on PCGSpatialData_InitializeFromData"); \ +static_assert(offsetof(PCGSpatialData_InitializeFromData, InSource) == 0x000000, "Member 'PCGSpatialData_InitializeFromData::InSource' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_InitializeFromData, InMetadataParentOverride) == 0x000008, "Member 'PCGSpatialData_InitializeFromData::InMetadataParentOverride' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_InitializeFromData, bInheritMetadata) == 0x000010, "Member 'PCGSpatialData_InitializeFromData::bInheritMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_InitializeFromData, bInheritAttributes) == 0x000011, "Member 'PCGSpatialData_InitializeFromData::bInheritAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_MutableMetadata \ +static_assert(alignof(PCGSpatialData_MutableMetadata) == 0x000008, "Wrong alignment on PCGSpatialData_MutableMetadata"); \ +static_assert(sizeof(PCGSpatialData_MutableMetadata) == 0x000008, "Wrong size on PCGSpatialData_MutableMetadata"); \ +static_assert(offsetof(PCGSpatialData_MutableMetadata, ReturnValue) == 0x000000, "Member 'PCGSpatialData_MutableMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_ConstMetadata \ +static_assert(alignof(PCGSpatialData_ConstMetadata) == 0x000008, "Wrong alignment on PCGSpatialData_ConstMetadata"); \ +static_assert(sizeof(PCGSpatialData_ConstMetadata) == 0x000008, "Wrong size on PCGSpatialData_ConstMetadata"); \ +static_assert(offsetof(PCGSpatialData_ConstMetadata, ReturnValue) == 0x000000, "Member 'PCGSpatialData_ConstMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_GetBounds \ +static_assert(alignof(PCGSpatialData_GetBounds) == 0x000008, "Wrong alignment on PCGSpatialData_GetBounds"); \ +static_assert(sizeof(PCGSpatialData_GetBounds) == 0x000038, "Wrong size on PCGSpatialData_GetBounds"); \ +static_assert(offsetof(PCGSpatialData_GetBounds, ReturnValue) == 0x000000, "Member 'PCGSpatialData_GetBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_GetDensityAtPosition \ +static_assert(alignof(PCGSpatialData_GetDensityAtPosition) == 0x000008, "Wrong alignment on PCGSpatialData_GetDensityAtPosition"); \ +static_assert(sizeof(PCGSpatialData_GetDensityAtPosition) == 0x000020, "Wrong size on PCGSpatialData_GetDensityAtPosition"); \ +static_assert(offsetof(PCGSpatialData_GetDensityAtPosition, InPosition) == 0x000000, "Member 'PCGSpatialData_GetDensityAtPosition::InPosition' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_GetDensityAtPosition, ReturnValue) == 0x000018, "Member 'PCGSpatialData_GetDensityAtPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_GetDimension \ +static_assert(alignof(PCGSpatialData_GetDimension) == 0x000004, "Wrong alignment on PCGSpatialData_GetDimension"); \ +static_assert(sizeof(PCGSpatialData_GetDimension) == 0x000004, "Wrong size on PCGSpatialData_GetDimension"); \ +static_assert(offsetof(PCGSpatialData_GetDimension, ReturnValue) == 0x000000, "Member 'PCGSpatialData_GetDimension::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_GetNormal \ +static_assert(alignof(PCGSpatialData_GetNormal) == 0x000008, "Wrong alignment on PCGSpatialData_GetNormal"); \ +static_assert(sizeof(PCGSpatialData_GetNormal) == 0x000018, "Wrong size on PCGSpatialData_GetNormal"); \ +static_assert(offsetof(PCGSpatialData_GetNormal, ReturnValue) == 0x000000, "Member 'PCGSpatialData_GetNormal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_GetStrictBounds \ +static_assert(alignof(PCGSpatialData_GetStrictBounds) == 0x000008, "Wrong alignment on PCGSpatialData_GetStrictBounds"); \ +static_assert(sizeof(PCGSpatialData_GetStrictBounds) == 0x000038, "Wrong size on PCGSpatialData_GetStrictBounds"); \ +static_assert(offsetof(PCGSpatialData_GetStrictBounds, ReturnValue) == 0x000000, "Member 'PCGSpatialData_GetStrictBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_HasNonTrivialTransform \ +static_assert(alignof(PCGSpatialData_HasNonTrivialTransform) == 0x000001, "Wrong alignment on PCGSpatialData_HasNonTrivialTransform"); \ +static_assert(sizeof(PCGSpatialData_HasNonTrivialTransform) == 0x000001, "Wrong size on PCGSpatialData_HasNonTrivialTransform"); \ +static_assert(offsetof(PCGSpatialData_HasNonTrivialTransform, ReturnValue) == 0x000000, "Member 'PCGSpatialData_HasNonTrivialTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_IntersectWith \ +static_assert(alignof(PCGSpatialData_IntersectWith) == 0x000008, "Wrong alignment on PCGSpatialData_IntersectWith"); \ +static_assert(sizeof(PCGSpatialData_IntersectWith) == 0x000010, "Wrong size on PCGSpatialData_IntersectWith"); \ +static_assert(offsetof(PCGSpatialData_IntersectWith, InOther) == 0x000000, "Member 'PCGSpatialData_IntersectWith::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_IntersectWith, ReturnValue) == 0x000008, "Member 'PCGSpatialData_IntersectWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_ProjectOn \ +static_assert(alignof(PCGSpatialData_ProjectOn) == 0x000008, "Wrong alignment on PCGSpatialData_ProjectOn"); \ +static_assert(sizeof(PCGSpatialData_ProjectOn) == 0x000030, "Wrong size on PCGSpatialData_ProjectOn"); \ +static_assert(offsetof(PCGSpatialData_ProjectOn, InOther) == 0x000000, "Member 'PCGSpatialData_ProjectOn::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ProjectOn, InParams) == 0x000008, "Member 'PCGSpatialData_ProjectOn::InParams' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ProjectOn, ReturnValue) == 0x000028, "Member 'PCGSpatialData_ProjectOn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_ProjectPoint \ +static_assert(alignof(PCGSpatialData_ProjectPoint) == 0x000010, "Wrong alignment on PCGSpatialData_ProjectPoint"); \ +static_assert(sizeof(PCGSpatialData_ProjectPoint) == 0x0001A0, "Wrong size on PCGSpatialData_ProjectPoint"); \ +static_assert(offsetof(PCGSpatialData_ProjectPoint, InTransform) == 0x000000, "Member 'PCGSpatialData_ProjectPoint::InTransform' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ProjectPoint, InBounds) == 0x000060, "Member 'PCGSpatialData_ProjectPoint::InBounds' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ProjectPoint, InParams) == 0x000098, "Member 'PCGSpatialData_ProjectPoint::InParams' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ProjectPoint, OutPoint) == 0x0000C0, "Member 'PCGSpatialData_ProjectPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ProjectPoint, OutMetadata) == 0x000190, "Member 'PCGSpatialData_ProjectPoint::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ProjectPoint, ReturnValue) == 0x000198, "Member 'PCGSpatialData_ProjectPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_SamplePoint \ +static_assert(alignof(PCGSpatialData_SamplePoint) == 0x000010, "Wrong alignment on PCGSpatialData_SamplePoint"); \ +static_assert(sizeof(PCGSpatialData_SamplePoint) == 0x000180, "Wrong size on PCGSpatialData_SamplePoint"); \ +static_assert(offsetof(PCGSpatialData_SamplePoint, Transform) == 0x000000, "Member 'PCGSpatialData_SamplePoint::Transform' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_SamplePoint, Bounds) == 0x000060, "Member 'PCGSpatialData_SamplePoint::Bounds' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_SamplePoint, OutPoint) == 0x0000A0, "Member 'PCGSpatialData_SamplePoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_SamplePoint, OutMetadata) == 0x000170, "Member 'PCGSpatialData_SamplePoint::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_SamplePoint, ReturnValue) == 0x000178, "Member 'PCGSpatialData_SamplePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_Subtract \ +static_assert(alignof(PCGSpatialData_Subtract) == 0x000008, "Wrong alignment on PCGSpatialData_Subtract"); \ +static_assert(sizeof(PCGSpatialData_Subtract) == 0x000010, "Wrong size on PCGSpatialData_Subtract"); \ +static_assert(offsetof(PCGSpatialData_Subtract, InOther) == 0x000000, "Member 'PCGSpatialData_Subtract::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_Subtract, ReturnValue) == 0x000008, "Member 'PCGSpatialData_Subtract::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_ToPointData \ +static_assert(alignof(PCGSpatialData_ToPointData) == 0x000008, "Wrong alignment on PCGSpatialData_ToPointData"); \ +static_assert(sizeof(PCGSpatialData_ToPointData) == 0x000008, "Wrong size on PCGSpatialData_ToPointData"); \ +static_assert(offsetof(PCGSpatialData_ToPointData, ReturnValue) == 0x000000, "Member 'PCGSpatialData_ToPointData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_ToPointDataWithContext \ +static_assert(alignof(PCGSpatialData_ToPointDataWithContext) == 0x000008, "Wrong alignment on PCGSpatialData_ToPointDataWithContext"); \ +static_assert(sizeof(PCGSpatialData_ToPointDataWithContext) == 0x0000C0, "Wrong size on PCGSpatialData_ToPointDataWithContext"); \ +static_assert(offsetof(PCGSpatialData_ToPointDataWithContext, Context) == 0x000000, "Member 'PCGSpatialData_ToPointDataWithContext::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_ToPointDataWithContext, ReturnValue) == 0x0000B8, "Member 'PCGSpatialData_ToPointDataWithContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGSpatialData_UnionWith \ +static_assert(alignof(PCGSpatialData_UnionWith) == 0x000008, "Wrong alignment on PCGSpatialData_UnionWith"); \ +static_assert(sizeof(PCGSpatialData_UnionWith) == 0x000010, "Wrong size on PCGSpatialData_UnionWith"); \ +static_assert(offsetof(PCGSpatialData_UnionWith, InOther) == 0x000000, "Member 'PCGSpatialData_UnionWith::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGSpatialData_UnionWith, ReturnValue) == 0x000008, "Member 'PCGSpatialData_UnionWith::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpatialData \ +static_assert(alignof(UPCGSpatialData) == 0x000008, "Wrong alignment on UPCGSpatialData"); \ +static_assert(sizeof(UPCGSpatialData) == 0x000078, "Wrong size on UPCGSpatialData"); \ +static_assert(offsetof(UPCGSpatialData, TargetActor) == 0x000038, "Member 'UPCGSpatialData::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialData, MetaData) == 0x000040, "Member 'UPCGSpatialData::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialData, bHasCachedLastSelector) == 0x000048, "Member 'UPCGSpatialData::bHasCachedLastSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialData, CachedLastSelector) == 0x000050, "Member 'UPCGSpatialData::CachedLastSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpatialDataWithPointCache \ +static_assert(alignof(UPCGSpatialDataWithPointCache) == 0x000008, "Wrong alignment on UPCGSpatialDataWithPointCache"); \ +static_assert(sizeof(UPCGSpatialDataWithPointCache) == 0x0000C8, "Wrong size on UPCGSpatialDataWithPointCache"); \ +static_assert(offsetof(UPCGSpatialDataWithPointCache, CachedPointData) == 0x000078, "Member 'UPCGSpatialDataWithPointCache::CachedPointData' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialDataWithPointCache, CachedBoundedPointDataBoxes) == 0x000080, "Member 'UPCGSpatialDataWithPointCache::CachedBoundedPointDataBoxes' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialDataWithPointCache, CachedBoundedPointData) == 0x000090, "Member 'UPCGSpatialDataWithPointCache::CachedBoundedPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCollisionShapeData \ +static_assert(alignof(UPCGCollisionShapeData) == 0x000010, "Wrong alignment on UPCGCollisionShapeData"); \ +static_assert(sizeof(UPCGCollisionShapeData) == 0x0001C0, "Wrong size on UPCGCollisionShapeData"); \ +static_assert(offsetof(UPCGCollisionShapeData, Transform) == 0x0000D0, "Member 'UPCGCollisionShapeData::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollisionShapeData, CachedBounds) == 0x000150, "Member 'UPCGCollisionShapeData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGCollisionShapeData, CachedStrictBounds) == 0x000188, "Member 'UPCGCollisionShapeData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_AddToManagedResources \ +static_assert(alignof(PCGComponent_AddToManagedResources) == 0x000008, "Wrong alignment on PCGComponent_AddToManagedResources"); \ +static_assert(sizeof(PCGComponent_AddToManagedResources) == 0x000008, "Wrong size on PCGComponent_AddToManagedResources"); \ +static_assert(offsetof(PCGComponent_AddToManagedResources, InResource) == 0x000000, "Member 'PCGComponent_AddToManagedResources::InResource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_Cleanup \ +static_assert(alignof(PCGComponent_Cleanup) == 0x000001, "Wrong alignment on PCGComponent_Cleanup"); \ +static_assert(sizeof(PCGComponent_Cleanup) == 0x000002, "Wrong size on PCGComponent_Cleanup"); \ +static_assert(offsetof(PCGComponent_Cleanup, bRemoveComponents) == 0x000000, "Member 'PCGComponent_Cleanup::bRemoveComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_Cleanup, bSave) == 0x000001, "Member 'PCGComponent_Cleanup::bSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_CleanupLocal \ +static_assert(alignof(PCGComponent_CleanupLocal) == 0x000001, "Wrong alignment on PCGComponent_CleanupLocal"); \ +static_assert(sizeof(PCGComponent_CleanupLocal) == 0x000002, "Wrong size on PCGComponent_CleanupLocal"); \ +static_assert(offsetof(PCGComponent_CleanupLocal, bRemoveComponents) == 0x000000, "Member 'PCGComponent_CleanupLocal::bRemoveComponents' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_CleanupLocal, bSave) == 0x000001, "Member 'PCGComponent_CleanupLocal::bSave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_ClearPCGLink \ +static_assert(alignof(PCGComponent_ClearPCGLink) == 0x000008, "Wrong alignment on PCGComponent_ClearPCGLink"); \ +static_assert(sizeof(PCGComponent_ClearPCGLink) == 0x000010, "Wrong size on PCGComponent_ClearPCGLink"); \ +static_assert(offsetof(PCGComponent_ClearPCGLink, TemplateActor) == 0x000000, "Member 'PCGComponent_ClearPCGLink::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(PCGComponent_ClearPCGLink, ReturnValue) == 0x000008, "Member 'PCGComponent_ClearPCGLink::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_Generate \ +static_assert(alignof(PCGComponent_Generate) == 0x000001, "Wrong alignment on PCGComponent_Generate"); \ +static_assert(sizeof(PCGComponent_Generate) == 0x000001, "Wrong size on PCGComponent_Generate"); \ +static_assert(offsetof(PCGComponent_Generate, bForce) == 0x000000, "Member 'PCGComponent_Generate::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_GenerateLocal \ +static_assert(alignof(PCGComponent_GenerateLocal) == 0x000001, "Wrong alignment on PCGComponent_GenerateLocal"); \ +static_assert(sizeof(PCGComponent_GenerateLocal) == 0x000001, "Wrong size on PCGComponent_GenerateLocal"); \ +static_assert(offsetof(PCGComponent_GenerateLocal, bForce) == 0x000000, "Member 'PCGComponent_GenerateLocal::bForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_SetGraph \ +static_assert(alignof(PCGComponent_SetGraph) == 0x000008, "Wrong alignment on PCGComponent_SetGraph"); \ +static_assert(sizeof(PCGComponent_SetGraph) == 0x000008, "Wrong size on PCGComponent_SetGraph"); \ +static_assert(offsetof(PCGComponent_SetGraph, InGraph) == 0x000000, "Member 'PCGComponent_SetGraph::InGraph' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGComponent_GetGeneratedGraphOutput \ +static_assert(alignof(PCGComponent_GetGeneratedGraphOutput) == 0x000008, "Wrong alignment on PCGComponent_GetGeneratedGraphOutput"); \ +static_assert(sizeof(PCGComponent_GetGeneratedGraphOutput) == 0x000020, "Wrong size on PCGComponent_GetGeneratedGraphOutput"); \ +static_assert(offsetof(PCGComponent_GetGeneratedGraphOutput, ReturnValue) == 0x000000, "Member 'PCGComponent_GetGeneratedGraphOutput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGComponent \ +static_assert(alignof(UPCGComponent) == 0x000008, "Wrong alignment on UPCGComponent"); \ +static_assert(sizeof(UPCGComponent) == 0x000220, "Wrong size on UPCGComponent"); \ +static_assert(offsetof(UPCGComponent, InputType) == 0x0000C0, "Member 'UPCGComponent::InputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bParseActorComponents) == 0x0000C1, "Member 'UPCGComponent::bParseActorComponents' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, Seed) == 0x0000C4, "Member 'UPCGComponent::Seed' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bActivated) == 0x0000C8, "Member 'UPCGComponent::bActivated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bIsComponentPartitioned) == 0x0000C9, "Member 'UPCGComponent::bIsComponentPartitioned' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationTrigger) == 0x0000CA, "Member 'UPCGComponent::GenerationTrigger' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bGenerated) == 0x0000CB, "Member 'UPCGComponent::bGenerated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bRuntimeGenerated) == 0x0000CC, "Member 'UPCGComponent::bRuntimeGenerated' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, PostGenerateFunctionNames) == 0x0000D0, "Member 'UPCGComponent::PostGenerateFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GraphInstance) == 0x0000E0, "Member 'UPCGComponent::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GenerationGridSize) == 0x0000E8, "Member 'UPCGComponent::GenerationGridSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedPCGData) == 0x0000F0, "Member 'UPCGComponent::CachedPCGData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedInputData) == 0x0000F8, "Member 'UPCGComponent::CachedInputData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedActorData) == 0x000100, "Member 'UPCGComponent::CachedActorData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedLandscapeData) == 0x000108, "Member 'UPCGComponent::CachedLandscapeData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, CachedLandscapeHeightData) == 0x000110, "Member 'UPCGComponent::CachedLandscapeHeightData' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GeneratedResources) == 0x000118, "Member 'UPCGComponent::GeneratedResources' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, LastGeneratedBounds) == 0x000130, "Member 'UPCGComponent::LastGeneratedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, GeneratedGraphOutput) == 0x000168, "Member 'UPCGComponent::GeneratedGraphOutput' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, PerPinGeneratedOutput) == 0x000188, "Member 'UPCGComponent::PerPinGeneratedOutput' has a wrong offset!"); \ +static_assert(offsetof(UPCGComponent, bIsComponentLocal) == 0x0001F0, "Member 'UPCGComponent::bIsComponentLocal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCopyPointsSettings \ +static_assert(alignof(UPCGCopyPointsSettings) == 0x000008, "Wrong alignment on UPCGCopyPointsSettings"); \ +static_assert(sizeof(UPCGCopyPointsSettings) == 0x000158, "Wrong size on UPCGCopyPointsSettings"); \ +static_assert(offsetof(UPCGCopyPointsSettings, RotationInheritance) == 0x000150, "Member 'UPCGCopyPointsSettings::RotationInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, ScaleInheritance) == 0x000151, "Member 'UPCGCopyPointsSettings::ScaleInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, ColorInheritance) == 0x000152, "Member 'UPCGCopyPointsSettings::ColorInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, SeedInheritance) == 0x000153, "Member 'UPCGCopyPointsSettings::SeedInheritance' has a wrong offset!"); \ +static_assert(offsetof(UPCGCopyPointsSettings, AttributeInheritance) == 0x000154, "Member 'UPCGCopyPointsSettings::AttributeInheritance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateAttributeBaseSettings \ +static_assert(alignof(UPCGCreateAttributeBaseSettings) == 0x000010, "Wrong alignment on UPCGCreateAttributeBaseSettings"); \ +static_assert(sizeof(UPCGCreateAttributeBaseSettings) == 0x0002E0, "Wrong size on UPCGCreateAttributeBaseSettings"); \ +static_assert(offsetof(UPCGCreateAttributeBaseSettings, bDisplayFromSourceParamSetting) == 0x000150, "Member 'UPCGCreateAttributeBaseSettings::bDisplayFromSourceParamSetting' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateAttributeBaseSettings, InputSource) == 0x000158, "Member 'UPCGCreateAttributeBaseSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateAttributeBaseSettings, AttributeTypes) == 0x000180, "Member 'UPCGCreateAttributeBaseSettings::AttributeTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGAddAttributeSettings \ +static_assert(alignof(UPCGAddAttributeSettings) == 0x000010, "Wrong alignment on UPCGAddAttributeSettings"); \ +static_assert(sizeof(UPCGAddAttributeSettings) == 0x000310, "Wrong size on UPCGAddAttributeSettings"); \ +static_assert(offsetof(UPCGAddAttributeSettings, OutputTarget) == 0x0002E0, "Member 'UPCGAddAttributeSettings::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateAttributeSetSettings \ +static_assert(alignof(UPCGCreateAttributeSetSettings) == 0x000010, "Wrong alignment on UPCGCreateAttributeSetSettings"); \ +static_assert(sizeof(UPCGCreateAttributeSetSettings) == 0x000310, "Wrong size on UPCGCreateAttributeSetSettings"); \ +static_assert(offsetof(UPCGCreateAttributeSetSettings, OutputTarget) == 0x0002E0, "Member 'UPCGCreateAttributeSetSettings::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateSplineSettings \ +static_assert(alignof(UPCGCreateSplineSettings) == 0x000008, "Wrong alignment on UPCGCreateSplineSettings"); \ +static_assert(sizeof(UPCGCreateSplineSettings) == 0x000198, "Wrong size on UPCGCreateSplineSettings"); \ +static_assert(offsetof(UPCGCreateSplineSettings, Mode) == 0x000150, "Member 'UPCGCreateSplineSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bClosedLoop) == 0x000151, "Member 'UPCGCreateSplineSettings::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bLinear) == 0x000152, "Member 'UPCGCreateSplineSettings::bLinear' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, bApplyCustomTangents) == 0x000153, "Member 'UPCGCreateSplineSettings::bApplyCustomTangents' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, ArriveTangentAttribute) == 0x000154, "Member 'UPCGCreateSplineSettings::ArriveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, LeaveTangentAttribute) == 0x00015C, "Member 'UPCGCreateSplineSettings::LeaveTangentAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, TargetActor) == 0x000168, "Member 'UPCGCreateSplineSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateSplineSettings, AttachOptions) == 0x000190, "Member 'UPCGCreateSplineSettings::AttachOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCreateTargetActor \ +static_assert(alignof(UPCGCreateTargetActor) == 0x000010, "Wrong alignment on UPCGCreateTargetActor"); \ +static_assert(sizeof(UPCGCreateTargetActor) == 0x000200, "Wrong size on UPCGCreateTargetActor"); \ +static_assert(offsetof(UPCGCreateTargetActor, TemplateActorClass) == 0x000150, "Member 'UPCGCreateTargetActor::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, TemplateActor) == 0x000158, "Member 'UPCGCreateTargetActor::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, bAllowTemplateActorEditing) == 0x000160, "Member 'UPCGCreateTargetActor::bAllowTemplateActorEditing' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, AttachOptions) == 0x000164, "Member 'UPCGCreateTargetActor::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, RootActor) == 0x000168, "Member 'UPCGCreateTargetActor::RootActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, ActorLabel) == 0x000190, "Member 'UPCGCreateTargetActor::ActorLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGCreateTargetActor, ActorPivot) == 0x0001A0, "Member 'UPCGCreateTargetActor::ActorPivot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGCullPointsOutsideActorBoundsSettings \ +static_assert(alignof(UPCGCullPointsOutsideActorBoundsSettings) == 0x000008, "Wrong alignment on UPCGCullPointsOutsideActorBoundsSettings"); \ +static_assert(sizeof(UPCGCullPointsOutsideActorBoundsSettings) == 0x000150, "Wrong size on UPCGCullPointsOutsideActorBoundsSettings"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_AddToCollection \ +static_assert(alignof(PCGDataFunctionLibrary_AddToCollection) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_AddToCollection"); \ +static_assert(sizeof(PCGDataFunctionLibrary_AddToCollection) == 0x000040, "Wrong size on PCGDataFunctionLibrary_AddToCollection"); \ +static_assert(offsetof(PCGDataFunctionLibrary_AddToCollection, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_AddToCollection::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_AddToCollection, InData) == 0x000020, "Member 'PCGDataFunctionLibrary_AddToCollection::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_AddToCollection, InPinLabel) == 0x000028, "Member 'PCGDataFunctionLibrary_AddToCollection::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_AddToCollection, InTags) == 0x000030, "Member 'PCGDataFunctionLibrary_AddToCollection::InTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetAllSettings \ +static_assert(alignof(PCGDataFunctionLibrary_GetAllSettings) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetAllSettings"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetAllSettings) == 0x000030, "Wrong size on PCGDataFunctionLibrary_GetAllSettings"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetAllSettings, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetAllSettings::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetAllSettings, ReturnValue) == 0x000020, "Member 'PCGDataFunctionLibrary_GetAllSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetInputs \ +static_assert(alignof(PCGDataFunctionLibrary_GetInputs) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetInputs"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetInputs) == 0x000030, "Wrong size on PCGDataFunctionLibrary_GetInputs"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputs, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetInputs::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputs, ReturnValue) == 0x000020, "Member 'PCGDataFunctionLibrary_GetInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetInputsByPinLabel \ +static_assert(alignof(PCGDataFunctionLibrary_GetInputsByPinLabel) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetInputsByPinLabel"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetInputsByPinLabel) == 0x000038, "Wrong size on PCGDataFunctionLibrary_GetInputsByPinLabel"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByPinLabel, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetInputsByPinLabel::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByPinLabel, InPinLabel) == 0x000020, "Member 'PCGDataFunctionLibrary_GetInputsByPinLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByPinLabel, ReturnValue) == 0x000028, "Member 'PCGDataFunctionLibrary_GetInputsByPinLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetInputsByTag \ +static_assert(alignof(PCGDataFunctionLibrary_GetInputsByTag) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetInputsByTag"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetInputsByTag) == 0x000040, "Wrong size on PCGDataFunctionLibrary_GetInputsByTag"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByTag, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetInputsByTag::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByTag, InTag) == 0x000020, "Member 'PCGDataFunctionLibrary_GetInputsByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetInputsByTag, ReturnValue) == 0x000030, "Member 'PCGDataFunctionLibrary_GetInputsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetParams \ +static_assert(alignof(PCGDataFunctionLibrary_GetParams) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetParams"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetParams) == 0x000030, "Wrong size on PCGDataFunctionLibrary_GetParams"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParams, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetParams::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParams, ReturnValue) == 0x000020, "Member 'PCGDataFunctionLibrary_GetParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetParamsByPinLabel \ +static_assert(alignof(PCGDataFunctionLibrary_GetParamsByPinLabel) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetParamsByPinLabel"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetParamsByPinLabel) == 0x000038, "Wrong size on PCGDataFunctionLibrary_GetParamsByPinLabel"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByPinLabel, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetParamsByPinLabel::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByPinLabel, InPinLabel) == 0x000020, "Member 'PCGDataFunctionLibrary_GetParamsByPinLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByPinLabel, ReturnValue) == 0x000028, "Member 'PCGDataFunctionLibrary_GetParamsByPinLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetParamsByTag \ +static_assert(alignof(PCGDataFunctionLibrary_GetParamsByTag) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetParamsByTag"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetParamsByTag) == 0x000040, "Wrong size on PCGDataFunctionLibrary_GetParamsByTag"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByTag, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetParamsByTag::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByTag, InTag) == 0x000020, "Member 'PCGDataFunctionLibrary_GetParamsByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetParamsByTag, ReturnValue) == 0x000030, "Member 'PCGDataFunctionLibrary_GetParamsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetTypedInputs \ +static_assert(alignof(PCGDataFunctionLibrary_GetTypedInputs) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetTypedInputs"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetTypedInputs) == 0x000048, "Wrong size on PCGDataFunctionLibrary_GetTypedInputs"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputs, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetTypedInputs::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputs, OutTaggedData) == 0x000020, "Member 'PCGDataFunctionLibrary_GetTypedInputs::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputs, InDataTypeClass) == 0x000030, "Member 'PCGDataFunctionLibrary_GetTypedInputs::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputs, ReturnValue) == 0x000038, "Member 'PCGDataFunctionLibrary_GetTypedInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetTypedInputsByPin \ +static_assert(alignof(PCGDataFunctionLibrary_GetTypedInputsByPin) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetTypedInputsByPin"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetTypedInputsByPin) == 0x000058, "Wrong size on PCGDataFunctionLibrary_GetTypedInputsByPin"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, InPin) == 0x000020, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::InPin' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, OutTaggedData) == 0x000030, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, InDataTypeClass) == 0x000040, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPin, ReturnValue) == 0x000048, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetTypedInputsByPinLabel \ +static_assert(alignof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetTypedInputsByPinLabel"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel) == 0x000050, "Wrong size on PCGDataFunctionLibrary_GetTypedInputsByPinLabel"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, InPinLabel) == 0x000020, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, OutTaggedData) == 0x000028, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, InDataTypeClass) == 0x000038, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByPinLabel, ReturnValue) == 0x000040, "Member 'PCGDataFunctionLibrary_GetTypedInputsByPinLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDataFunctionLibrary_GetTypedInputsByTag \ +static_assert(alignof(PCGDataFunctionLibrary_GetTypedInputsByTag) == 0x000008, "Wrong alignment on PCGDataFunctionLibrary_GetTypedInputsByTag"); \ +static_assert(sizeof(PCGDataFunctionLibrary_GetTypedInputsByTag) == 0x000058, "Wrong size on PCGDataFunctionLibrary_GetTypedInputsByTag"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, InCollection) == 0x000000, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::InCollection' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, InTag) == 0x000020, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::InTag' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, OutTaggedData) == 0x000030, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::OutTaggedData' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, InDataTypeClass) == 0x000040, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::InDataTypeClass' has a wrong offset!"); \ +static_assert(offsetof(PCGDataFunctionLibrary_GetTypedInputsByTag, ReturnValue) == 0x000048, "Member 'PCGDataFunctionLibrary_GetTypedInputsByTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataFunctionLibrary \ +static_assert(alignof(UPCGDataFunctionLibrary) == 0x000008, "Wrong alignment on UPCGDataFunctionLibrary"); \ +static_assert(sizeof(UPCGDataFunctionLibrary) == 0x000028, "Wrong size on UPCGDataFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_UPCGDataFromActorSettings \ +static_assert(alignof(UPCGDataFromActorSettings) == 0x000008, "Wrong alignment on UPCGDataFromActorSettings"); \ +static_assert(sizeof(UPCGDataFromActorSettings) == 0x000190, "Wrong size on UPCGDataFromActorSettings"); \ +static_assert(offsetof(UPCGDataFromActorSettings, ActorSelector) == 0x000150, "Member 'UPCGDataFromActorSettings::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, Mode) == 0x000170, "Member 'UPCGDataFromActorSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bMergeSinglePointData) == 0x000171, "Member 'UPCGDataFromActorSettings::bMergeSinglePointData' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, bDisplayModeSettings) == 0x000172, "Member 'UPCGDataFromActorSettings::bDisplayModeSettings' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, ExpectedPins) == 0x000178, "Member 'UPCGDataFromActorSettings::ExpectedPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataFromActorSettings, PropertyName) == 0x000188, "Member 'UPCGDataFromActorSettings::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataNumSettings \ +static_assert(alignof(UPCGDataNumSettings) == 0x000008, "Wrong alignment on UPCGDataNumSettings"); \ +static_assert(sizeof(UPCGDataNumSettings) == 0x000158, "Wrong size on UPCGDataNumSettings"); \ +static_assert(offsetof(UPCGDataNumSettings, OutputAttributeName) == 0x000150, "Member 'UPCGDataNumSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGExternalDataSettings \ +static_assert(alignof(UPCGExternalDataSettings) == 0x000008, "Wrong alignment on UPCGExternalDataSettings"); \ +static_assert(sizeof(UPCGExternalDataSettings) == 0x0001A0, "Wrong size on UPCGExternalDataSettings"); \ +static_assert(offsetof(UPCGExternalDataSettings, AttributeMapping) == 0x000150, "Member 'UPCGExternalDataSettings::AttributeMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLoadDataTableSettings \ +static_assert(alignof(UPCGLoadDataTableSettings) == 0x000008, "Wrong alignment on UPCGLoadDataTableSettings"); \ +static_assert(sizeof(UPCGLoadDataTableSettings) == 0x0001C8, "Wrong size on UPCGLoadDataTableSettings"); \ +static_assert(offsetof(UPCGLoadDataTableSettings, DataTable) == 0x0001A0, "Member 'UPCGLoadDataTableSettings::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDataTableRowToParamDataSettings \ +static_assert(alignof(UPCGDataTableRowToParamDataSettings) == 0x000008, "Wrong alignment on UPCGDataTableRowToParamDataSettings"); \ +static_assert(sizeof(UPCGDataTableRowToParamDataSettings) == 0x000190, "Wrong size on UPCGDataTableRowToParamDataSettings"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, RowName) == 0x000150, "Member 'UPCGDataTableRowToParamDataSettings::RowName' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, PathOverride) == 0x000158, "Member 'UPCGDataTableRowToParamDataSettings::PathOverride' has a wrong offset!"); \ +static_assert(offsetof(UPCGDataTableRowToParamDataSettings, DataTable) == 0x000168, "Member 'UPCGDataTableRowToParamDataSettings::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDebugSettings \ +static_assert(alignof(UPCGDebugSettings) == 0x000008, "Wrong alignment on UPCGDebugSettings"); \ +static_assert(sizeof(UPCGDebugSettings) == 0x000178, "Wrong size on UPCGDebugSettings"); \ +static_assert(offsetof(UPCGDebugSettings, TargetActor) == 0x000150, "Member 'UPCGDebugSettings::TargetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDensityFilterSettings \ +static_assert(alignof(UPCGDensityFilterSettings) == 0x000008, "Wrong alignment on UPCGDensityFilterSettings"); \ +static_assert(sizeof(UPCGDensityFilterSettings) == 0x000160, "Wrong size on UPCGDensityFilterSettings"); \ +static_assert(offsetof(UPCGDensityFilterSettings, LowerBound) == 0x000150, "Member 'UPCGDensityFilterSettings::LowerBound' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityFilterSettings, UpperBound) == 0x000154, "Member 'UPCGDensityFilterSettings::UpperBound' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityFilterSettings, bInvertFilter) == 0x000158, "Member 'UPCGDensityFilterSettings::bInvertFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLinearDensityRemapSettings \ +static_assert(alignof(UPCGLinearDensityRemapSettings) == 0x000008, "Wrong alignment on UPCGLinearDensityRemapSettings"); \ +static_assert(sizeof(UPCGLinearDensityRemapSettings) == 0x000160, "Wrong size on UPCGLinearDensityRemapSettings"); \ +static_assert(offsetof(UPCGLinearDensityRemapSettings, RemapMin) == 0x000150, "Member 'UPCGLinearDensityRemapSettings::RemapMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGLinearDensityRemapSettings, RemapMax) == 0x000154, "Member 'UPCGLinearDensityRemapSettings::RemapMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGLinearDensityRemapSettings, bMultiplyDensity) == 0x000158, "Member 'UPCGLinearDensityRemapSettings::bMultiplyDensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDensityRemapSettings \ +static_assert(alignof(UPCGDensityRemapSettings) == 0x000008, "Wrong alignment on UPCGDensityRemapSettings"); \ +static_assert(sizeof(UPCGDensityRemapSettings) == 0x000168, "Wrong size on UPCGDensityRemapSettings"); \ +static_assert(offsetof(UPCGDensityRemapSettings, InRangeMin) == 0x000150, "Member 'UPCGDensityRemapSettings::InRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, InRangeMax) == 0x000154, "Member 'UPCGDensityRemapSettings::InRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMin) == 0x000158, "Member 'UPCGDensityRemapSettings::OutRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, OutRangeMax) == 0x00015C, "Member 'UPCGDensityRemapSettings::OutRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGDensityRemapSettings, bExcludeValuesOutsideInputRange) == 0x000160, "Member 'UPCGDensityRemapSettings::bExcludeValuesOutsideInputRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDeterminismTestBlueprintBase_ExecuteTest \ +static_assert(alignof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x000008, "Wrong alignment on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ +static_assert(sizeof(PCGDeterminismTestBlueprintBase_ExecuteTest) == 0x000090, "Wrong size on PCGDeterminismTestBlueprintBase_ExecuteTest"); \ +static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InOutTestResult) == 0x000000, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InOutTestResult' has a wrong offset!"); \ +static_assert(offsetof(PCGDeterminismTestBlueprintBase_ExecuteTest, InPCGNode) == 0x000088, "Member 'PCGDeterminismTestBlueprintBase_ExecuteTest::InPCGNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDeterminismTestBlueprintBase \ +static_assert(alignof(UPCGDeterminismTestBlueprintBase) == 0x000008, "Wrong alignment on UPCGDeterminismTestBlueprintBase"); \ +static_assert(sizeof(UPCGDeterminismTestBlueprintBase) == 0x000028, "Wrong size on UPCGDeterminismTestBlueprintBase"); \ + +#define DUMPER7_ASSERTS_PCGDifferenceData_AddDifference \ +static_assert(alignof(PCGDifferenceData_AddDifference) == 0x000008, "Wrong alignment on PCGDifferenceData_AddDifference"); \ +static_assert(sizeof(PCGDifferenceData_AddDifference) == 0x000008, "Wrong size on PCGDifferenceData_AddDifference"); \ +static_assert(offsetof(PCGDifferenceData_AddDifference, InDifference) == 0x000000, "Member 'PCGDifferenceData_AddDifference::InDifference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDifferenceData_Initialize \ +static_assert(alignof(PCGDifferenceData_Initialize) == 0x000008, "Wrong alignment on PCGDifferenceData_Initialize"); \ +static_assert(sizeof(PCGDifferenceData_Initialize) == 0x000008, "Wrong size on PCGDifferenceData_Initialize"); \ +static_assert(offsetof(PCGDifferenceData_Initialize, InData) == 0x000000, "Member 'PCGDifferenceData_Initialize::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGDifferenceData_SetDensityFunction \ +static_assert(alignof(PCGDifferenceData_SetDensityFunction) == 0x000001, "Wrong alignment on PCGDifferenceData_SetDensityFunction"); \ +static_assert(sizeof(PCGDifferenceData_SetDensityFunction) == 0x000001, "Wrong size on PCGDifferenceData_SetDensityFunction"); \ +static_assert(offsetof(PCGDifferenceData_SetDensityFunction, InDensityFunction) == 0x000000, "Member 'PCGDifferenceData_SetDensityFunction::InDensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDifferenceData \ +static_assert(alignof(UPCGDifferenceData) == 0x000008, "Wrong alignment on UPCGDifferenceData"); \ +static_assert(sizeof(UPCGDifferenceData) == 0x0000F0, "Wrong size on UPCGDifferenceData"); \ +static_assert(offsetof(UPCGDifferenceData, bDiffMetadata) == 0x0000C8, "Member 'UPCGDifferenceData::bDiffMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, Source) == 0x0000D0, "Member 'UPCGDifferenceData::Source' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, Difference) == 0x0000D8, "Member 'UPCGDifferenceData::Difference' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, DifferencesUnion) == 0x0000E0, "Member 'UPCGDifferenceData::DifferencesUnion' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceData, DensityFunction) == 0x0000E8, "Member 'UPCGDifferenceData::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDifferenceSettings \ +static_assert(alignof(UPCGDifferenceSettings) == 0x000008, "Wrong alignment on UPCGDifferenceSettings"); \ +static_assert(sizeof(UPCGDifferenceSettings) == 0x000158, "Wrong size on UPCGDifferenceSettings"); \ +static_assert(offsetof(UPCGDifferenceSettings, DensityFunction) == 0x000150, "Member 'UPCGDifferenceSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, Mode) == 0x000151, "Member 'UPCGDifferenceSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGDifferenceSettings, bDiffMetadata) == 0x000152, "Member 'UPCGDifferenceSettings::bDiffMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGDistanceSettings \ +static_assert(alignof(UPCGDistanceSettings) == 0x000008, "Wrong alignment on UPCGDistanceSettings"); \ +static_assert(sizeof(UPCGDistanceSettings) == 0x000170, "Wrong size on UPCGDistanceSettings"); \ +static_assert(offsetof(UPCGDistanceSettings, AttributeName) == 0x000150, "Member 'UPCGDistanceSettings::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, bOutputDistanceVector) == 0x000158, "Member 'UPCGDistanceSettings::bOutputDistanceVector' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, bSetDensity) == 0x000159, "Member 'UPCGDistanceSettings::bSetDensity' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, MaximumDistance) == 0x000160, "Member 'UPCGDistanceSettings::MaximumDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, SourceShape) == 0x000168, "Member 'UPCGDistanceSettings::SourceShape' has a wrong offset!"); \ +static_assert(offsetof(UPCGDistanceSettings, TargetShape) == 0x00016C, "Member 'UPCGDistanceSettings::TargetShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGEdge \ +static_assert(alignof(UPCGEdge) == 0x000008, "Wrong alignment on UPCGEdge"); \ +static_assert(sizeof(UPCGEdge) == 0x000058, "Wrong size on UPCGEdge"); \ +static_assert(offsetof(UPCGEdge, InboundLabel) == 0x000028, "Member 'UPCGEdge::InboundLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, InboundNode) == 0x000030, "Member 'UPCGEdge::InboundNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, OutboundLabel) == 0x000038, "Member 'UPCGEdge::OutboundLabel' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, OutboundNode) == 0x000040, "Member 'UPCGEdge::OutboundNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, InputPin) == 0x000048, "Member 'UPCGEdge::InputPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGEdge, OutputPin) == 0x000050, "Member 'UPCGEdge::OutputPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBadOutputsNodeSettings \ +static_assert(alignof(UPCGBadOutputsNodeSettings) == 0x000008, "Wrong alignment on UPCGBadOutputsNodeSettings"); \ +static_assert(sizeof(UPCGBadOutputsNodeSettings) == 0x000150, "Wrong size on UPCGBadOutputsNodeSettings"); \ + +#define DUMPER7_ASSERTS_UPCGEngineSettings \ +static_assert(alignof(UPCGEngineSettings) == 0x000008, "Wrong alignment on UPCGEngineSettings"); \ +static_assert(sizeof(UPCGEngineSettings) == 0x000048, "Wrong size on UPCGEngineSettings"); \ +static_assert(offsetof(UPCGEngineSettings, VolumeScale) == 0x000028, "Member 'UPCGEngineSettings::VolumeScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGEngineSettings, bGenerateOnDrop) == 0x000040, "Member 'UPCGEngineSettings::bGenerateOnDrop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_ApplyPreconfiguredSettings \ +static_assert(alignof(PCGBlueprintElement_ApplyPreconfiguredSettings) == 0x000008, "Wrong alignment on PCGBlueprintElement_ApplyPreconfiguredSettings"); \ +static_assert(sizeof(PCGBlueprintElement_ApplyPreconfiguredSettings) == 0x000020, "Wrong size on PCGBlueprintElement_ApplyPreconfiguredSettings"); \ +static_assert(offsetof(PCGBlueprintElement_ApplyPreconfiguredSettings, InPreconfigureInfo) == 0x000000, "Member 'PCGBlueprintElement_ApplyPreconfiguredSettings::InPreconfigureInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_Execute \ +static_assert(alignof(PCGBlueprintElement_Execute) == 0x000008, "Wrong alignment on PCGBlueprintElement_Execute"); \ +static_assert(sizeof(PCGBlueprintElement_Execute) == 0x000040, "Wrong size on PCGBlueprintElement_Execute"); \ +static_assert(offsetof(PCGBlueprintElement_Execute, Input) == 0x000000, "Member 'PCGBlueprintElement_Execute::Input' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_Execute, Output) == 0x000020, "Member 'PCGBlueprintElement_Execute::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_ExecuteWithContext \ +static_assert(alignof(PCGBlueprintElement_ExecuteWithContext) == 0x000008, "Wrong alignment on PCGBlueprintElement_ExecuteWithContext"); \ +static_assert(sizeof(PCGBlueprintElement_ExecuteWithContext) == 0x0000F8, "Wrong size on PCGBlueprintElement_ExecuteWithContext"); \ +static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, InContext) == 0x000000, "Member 'PCGBlueprintElement_ExecuteWithContext::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, Input) == 0x0000B8, "Member 'PCGBlueprintElement_ExecuteWithContext::Input' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_ExecuteWithContext, Output) == 0x0000D8, "Member 'PCGBlueprintElement_ExecuteWithContext::Output' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_CustomInputLabels \ +static_assert(alignof(PCGBlueprintElement_CustomInputLabels) == 0x000008, "Wrong alignment on PCGBlueprintElement_CustomInputLabels"); \ +static_assert(sizeof(PCGBlueprintElement_CustomInputLabels) == 0x000050, "Wrong size on PCGBlueprintElement_CustomInputLabels"); \ +static_assert(offsetof(PCGBlueprintElement_CustomInputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_CustomInputLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_CustomOutputLabels \ +static_assert(alignof(PCGBlueprintElement_CustomOutputLabels) == 0x000008, "Wrong alignment on PCGBlueprintElement_CustomOutputLabels"); \ +static_assert(sizeof(PCGBlueprintElement_CustomOutputLabels) == 0x000050, "Wrong size on PCGBlueprintElement_CustomOutputLabels"); \ +static_assert(offsetof(PCGBlueprintElement_CustomOutputLabels, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_CustomOutputLabels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetContext \ +static_assert(alignof(PCGBlueprintElement_GetContext) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetContext"); \ +static_assert(sizeof(PCGBlueprintElement_GetContext) == 0x0000B8, "Wrong size on PCGBlueprintElement_GetContext"); \ +static_assert(offsetof(PCGBlueprintElement_GetContext, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetInputPinByLabel \ +static_assert(alignof(PCGBlueprintElement_GetInputPinByLabel) == 0x000004, "Wrong alignment on PCGBlueprintElement_GetInputPinByLabel"); \ +static_assert(sizeof(PCGBlueprintElement_GetInputPinByLabel) == 0x00001C, "Wrong size on PCGBlueprintElement_GetInputPinByLabel"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintElement_GetInputPinByLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintElement_GetInputPinByLabel::OutFoundPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPinByLabel, ReturnValue) == 0x000018, "Member 'PCGBlueprintElement_GetInputPinByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetInputPins \ +static_assert(alignof(PCGBlueprintElement_GetInputPins) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetInputPins"); \ +static_assert(sizeof(PCGBlueprintElement_GetInputPins) == 0x000010, "Wrong size on PCGBlueprintElement_GetInputPins"); \ +static_assert(offsetof(PCGBlueprintElement_GetInputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetInputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetOutputPinByLabel \ +static_assert(alignof(PCGBlueprintElement_GetOutputPinByLabel) == 0x000004, "Wrong alignment on PCGBlueprintElement_GetOutputPinByLabel"); \ +static_assert(sizeof(PCGBlueprintElement_GetOutputPinByLabel) == 0x00001C, "Wrong size on PCGBlueprintElement_GetOutputPinByLabel"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, InPinLabel) == 0x000000, "Member 'PCGBlueprintElement_GetOutputPinByLabel::InPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, OutFoundPin) == 0x000008, "Member 'PCGBlueprintElement_GetOutputPinByLabel::OutFoundPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPinByLabel, ReturnValue) == 0x000018, "Member 'PCGBlueprintElement_GetOutputPinByLabel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetOutputPins \ +static_assert(alignof(PCGBlueprintElement_GetOutputPins) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetOutputPins"); \ +static_assert(sizeof(PCGBlueprintElement_GetOutputPins) == 0x000010, "Wrong size on PCGBlueprintElement_GetOutputPins"); \ +static_assert(offsetof(PCGBlueprintElement_GetOutputPins, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_GetOutputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetRandomStream \ +static_assert(alignof(PCGBlueprintElement_GetRandomStream) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetRandomStream"); \ +static_assert(sizeof(PCGBlueprintElement_GetRandomStream) == 0x0000C0, "Wrong size on PCGBlueprintElement_GetRandomStream"); \ +static_assert(offsetof(PCGBlueprintElement_GetRandomStream, InContext) == 0x000000, "Member 'PCGBlueprintElement_GetRandomStream::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetRandomStream, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintElement_GetRandomStream::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_GetSeed \ +static_assert(alignof(PCGBlueprintElement_GetSeed) == 0x000008, "Wrong alignment on PCGBlueprintElement_GetSeed"); \ +static_assert(sizeof(PCGBlueprintElement_GetSeed) == 0x0000C0, "Wrong size on PCGBlueprintElement_GetSeed"); \ +static_assert(offsetof(PCGBlueprintElement_GetSeed, InContext) == 0x000000, "Member 'PCGBlueprintElement_GetSeed::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_GetSeed, ReturnValue) == 0x0000B8, "Member 'PCGBlueprintElement_GetSeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_IsCacheableOverride \ +static_assert(alignof(PCGBlueprintElement_IsCacheableOverride) == 0x000001, "Wrong alignment on PCGBlueprintElement_IsCacheableOverride"); \ +static_assert(sizeof(PCGBlueprintElement_IsCacheableOverride) == 0x000001, "Wrong size on PCGBlueprintElement_IsCacheableOverride"); \ +static_assert(offsetof(PCGBlueprintElement_IsCacheableOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_IsCacheableOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_IterationLoop \ +static_assert(alignof(PCGBlueprintElement_IterationLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_IterationLoop"); \ +static_assert(sizeof(PCGBlueprintElement_IterationLoop) == 0x0000E0, "Wrong size on PCGBlueprintElement_IterationLoop"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_IterationLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, NumIterations) == 0x0000B8, "Member 'PCGBlueprintElement_IterationLoop::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OutData) == 0x0000C0, "Member 'PCGBlueprintElement_IterationLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalA) == 0x0000C8, "Member 'PCGBlueprintElement_IterationLoop::OptionalA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalB) == 0x0000D0, "Member 'PCGBlueprintElement_IterationLoop::OptionalB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoop, OptionalOutData) == 0x0000D8, "Member 'PCGBlueprintElement_IterationLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_IterationLoopBody \ +static_assert(alignof(PCGBlueprintElement_IterationLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_IterationLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_IterationLoopBody) == 0x0001B0, "Wrong size on PCGBlueprintElement_IterationLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_IterationLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, Iteration) == 0x0000B8, "Member 'PCGBlueprintElement_IterationLoopBody::Iteration' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InA) == 0x0000C0, "Member 'PCGBlueprintElement_IterationLoopBody::InA' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, InB) == 0x0000C8, "Member 'PCGBlueprintElement_IterationLoopBody::InB' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutPoint) == 0x0000D0, "Member 'PCGBlueprintElement_IterationLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, OutMetadata) == 0x0001A0, "Member 'PCGBlueprintElement_IterationLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_IterationLoopBody, ReturnValue) == 0x0001A8, "Member 'PCGBlueprintElement_IterationLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NestedLoop \ +static_assert(alignof(PCGBlueprintElement_NestedLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_NestedLoop"); \ +static_assert(sizeof(PCGBlueprintElement_NestedLoop) == 0x0000D8, "Wrong size on PCGBlueprintElement_NestedLoop"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_NestedLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, InOuterData) == 0x0000B8, "Member 'PCGBlueprintElement_NestedLoop::InOuterData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, InInnerData) == 0x0000C0, "Member 'PCGBlueprintElement_NestedLoop::InInnerData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, OutData) == 0x0000C8, "Member 'PCGBlueprintElement_NestedLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoop, OptionalOutData) == 0x0000D0, "Member 'PCGBlueprintElement_NestedLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NestedLoopBody \ +static_assert(alignof(PCGBlueprintElement_NestedLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_NestedLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_NestedLoopBody) == 0x000350, "Wrong size on PCGBlueprintElement_NestedLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_NestedLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InOuterData) == 0x0000B8, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerData) == 0x0000C0, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InOuterPoint) == 0x0000D0, "Member 'PCGBlueprintElement_NestedLoopBody::InOuterPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, InInnerPoint) == 0x0001A0, "Member 'PCGBlueprintElement_NestedLoopBody::InInnerPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutPoint) == 0x000270, "Member 'PCGBlueprintElement_NestedLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, OutMetadata) == 0x000340, "Member 'PCGBlueprintElement_NestedLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_NestedLoopBody, ReturnValue) == 0x000348, "Member 'PCGBlueprintElement_NestedLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeColorOverride \ +static_assert(alignof(PCGBlueprintElement_NodeColorOverride) == 0x000004, "Wrong alignment on PCGBlueprintElement_NodeColorOverride"); \ +static_assert(sizeof(PCGBlueprintElement_NodeColorOverride) == 0x000010, "Wrong size on PCGBlueprintElement_NodeColorOverride"); \ +static_assert(offsetof(PCGBlueprintElement_NodeColorOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeColorOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeTitleOverride \ +static_assert(alignof(PCGBlueprintElement_NodeTitleOverride) == 0x000004, "Wrong alignment on PCGBlueprintElement_NodeTitleOverride"); \ +static_assert(sizeof(PCGBlueprintElement_NodeTitleOverride) == 0x000008, "Wrong size on PCGBlueprintElement_NodeTitleOverride"); \ +static_assert(offsetof(PCGBlueprintElement_NodeTitleOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeTitleOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_NodeTypeOverride \ +static_assert(alignof(PCGBlueprintElement_NodeTypeOverride) == 0x000001, "Wrong alignment on PCGBlueprintElement_NodeTypeOverride"); \ +static_assert(sizeof(PCGBlueprintElement_NodeTypeOverride) == 0x000001, "Wrong size on PCGBlueprintElement_NodeTypeOverride"); \ +static_assert(offsetof(PCGBlueprintElement_NodeTypeOverride, ReturnValue) == 0x000000, "Member 'PCGBlueprintElement_NodeTypeOverride::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_PointLoop \ +static_assert(alignof(PCGBlueprintElement_PointLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_PointLoop"); \ +static_assert(sizeof(PCGBlueprintElement_PointLoop) == 0x0000D0, "Wrong size on PCGBlueprintElement_PointLoop"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_PointLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, InData) == 0x0000B8, "Member 'PCGBlueprintElement_PointLoop::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, OutData) == 0x0000C0, "Member 'PCGBlueprintElement_PointLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoop, OptionalOutData) == 0x0000C8, "Member 'PCGBlueprintElement_PointLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_PointLoopBody \ +static_assert(alignof(PCGBlueprintElement_PointLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_PointLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_PointLoopBody) == 0x000270, "Wrong size on PCGBlueprintElement_PointLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_PointLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InData) == 0x0000B8, "Member 'PCGBlueprintElement_PointLoopBody::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, InPoint) == 0x0000C0, "Member 'PCGBlueprintElement_PointLoopBody::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutPoint) == 0x000190, "Member 'PCGBlueprintElement_PointLoopBody::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, OutMetadata) == 0x000260, "Member 'PCGBlueprintElement_PointLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_PointLoopBody, ReturnValue) == 0x000268, "Member 'PCGBlueprintElement_PointLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_VariableLoop \ +static_assert(alignof(PCGBlueprintElement_VariableLoop) == 0x000008, "Wrong alignment on PCGBlueprintElement_VariableLoop"); \ +static_assert(sizeof(PCGBlueprintElement_VariableLoop) == 0x0000D0, "Wrong size on PCGBlueprintElement_VariableLoop"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, InContext) == 0x000000, "Member 'PCGBlueprintElement_VariableLoop::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, InData) == 0x0000B8, "Member 'PCGBlueprintElement_VariableLoop::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, OutData) == 0x0000C0, "Member 'PCGBlueprintElement_VariableLoop::OutData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoop, OptionalOutData) == 0x0000C8, "Member 'PCGBlueprintElement_VariableLoop::OptionalOutData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintElement_VariableLoopBody \ +static_assert(alignof(PCGBlueprintElement_VariableLoopBody) == 0x000010, "Wrong alignment on PCGBlueprintElement_VariableLoopBody"); \ +static_assert(sizeof(PCGBlueprintElement_VariableLoopBody) == 0x0001B0, "Wrong size on PCGBlueprintElement_VariableLoopBody"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InContext) == 0x000000, "Member 'PCGBlueprintElement_VariableLoopBody::InContext' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InData) == 0x0000B8, "Member 'PCGBlueprintElement_VariableLoopBody::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, InPoint) == 0x0000C0, "Member 'PCGBlueprintElement_VariableLoopBody::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, OutMetadata) == 0x000190, "Member 'PCGBlueprintElement_VariableLoopBody::OutMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintElement_VariableLoopBody, ReturnValue) == 0x000198, "Member 'PCGBlueprintElement_VariableLoopBody::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintElement \ +static_assert(alignof(UPCGBlueprintElement) == 0x000008, "Wrong alignment on UPCGBlueprintElement"); \ +static_assert(sizeof(UPCGBlueprintElement) == 0x000068, "Wrong size on UPCGBlueprintElement"); \ +static_assert(offsetof(UPCGBlueprintElement, bIsCacheable) == 0x000028, "Member 'UPCGBlueprintElement::bIsCacheable' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bComputeFullDataCrc) == 0x000029, "Member 'UPCGBlueprintElement::bComputeFullDataCrc' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bCanBeMultithreaded) == 0x00002A, "Member 'UPCGBlueprintElement::bCanBeMultithreaded' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, CustomInputPins) == 0x000030, "Member 'UPCGBlueprintElement::CustomInputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, CustomOutputPins) == 0x000040, "Member 'UPCGBlueprintElement::CustomOutputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bHasDefaultInPin) == 0x000050, "Member 'UPCGBlueprintElement::bHasDefaultInPin' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintElement, bHasDefaultOutPin) == 0x000051, "Member 'UPCGBlueprintElement::bHasDefaultOutPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintSettings_SetElementType \ +static_assert(alignof(PCGBlueprintSettings_SetElementType) == 0x000008, "Wrong alignment on PCGBlueprintSettings_SetElementType"); \ +static_assert(sizeof(PCGBlueprintSettings_SetElementType) == 0x000010, "Wrong size on PCGBlueprintSettings_SetElementType"); \ +static_assert(offsetof(PCGBlueprintSettings_SetElementType, InElementType) == 0x000000, "Member 'PCGBlueprintSettings_SetElementType::InElementType' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintSettings_SetElementType, ElementInstance) == 0x000008, "Member 'PCGBlueprintSettings_SetElementType::ElementInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintSettings_GetElementType \ +static_assert(alignof(PCGBlueprintSettings_GetElementType) == 0x000008, "Wrong alignment on PCGBlueprintSettings_GetElementType"); \ +static_assert(sizeof(PCGBlueprintSettings_GetElementType) == 0x000008, "Wrong size on PCGBlueprintSettings_GetElementType"); \ +static_assert(offsetof(PCGBlueprintSettings_GetElementType, ReturnValue) == 0x000000, "Member 'PCGBlueprintSettings_GetElementType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintSettings \ +static_assert(alignof(UPCGBlueprintSettings) == 0x000008, "Wrong alignment on UPCGBlueprintSettings"); \ +static_assert(sizeof(UPCGBlueprintSettings) == 0x000160, "Wrong size on UPCGBlueprintSettings"); \ +static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementType) == 0x000150, "Member 'UPCGBlueprintSettings::BlueprintElementType' has a wrong offset!"); \ +static_assert(offsetof(UPCGBlueprintSettings, BlueprintElementInstance) == 0x000158, "Member 'UPCGBlueprintSettings::BlueprintElementInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByTagSettings \ +static_assert(alignof(UPCGFilterByTagSettings) == 0x000008, "Wrong alignment on UPCGFilterByTagSettings"); \ +static_assert(sizeof(UPCGFilterByTagSettings) == 0x000168, "Wrong size on UPCGFilterByTagSettings"); \ +static_assert(offsetof(UPCGFilterByTagSettings, Operation) == 0x000150, "Member 'UPCGFilterByTagSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGFilterByTagSettings, SelectedTags) == 0x000158, "Member 'UPCGFilterByTagSettings::SelectedTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGFilterByTypeSettings \ +static_assert(alignof(UPCGFilterByTypeSettings) == 0x000008, "Wrong alignment on UPCGFilterByTypeSettings"); \ +static_assert(sizeof(UPCGFilterByTypeSettings) == 0x000158, "Wrong size on UPCGFilterByTypeSettings"); \ +static_assert(offsetof(UPCGFilterByTypeSettings, TargetType) == 0x000150, "Member 'UPCGFilterByTypeSettings::TargetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGatherSettings \ +static_assert(alignof(UPCGGatherSettings) == 0x000008, "Wrong alignment on UPCGGatherSettings"); \ +static_assert(sizeof(UPCGGatherSettings) == 0x000150, "Wrong size on UPCGGatherSettings"); \ + +#define DUMPER7_ASSERTS_PCGGraphInterface_GetMutablePCGGraph \ +static_assert(alignof(PCGGraphInterface_GetMutablePCGGraph) == 0x000008, "Wrong alignment on PCGGraphInterface_GetMutablePCGGraph"); \ +static_assert(sizeof(PCGGraphInterface_GetMutablePCGGraph) == 0x000008, "Wrong size on PCGGraphInterface_GetMutablePCGGraph"); \ +static_assert(offsetof(PCGGraphInterface_GetMutablePCGGraph, ReturnValue) == 0x000000, "Member 'PCGGraphInterface_GetMutablePCGGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphInterface_GetConstPCGGraph \ +static_assert(alignof(PCGGraphInterface_GetConstPCGGraph) == 0x000008, "Wrong alignment on PCGGraphInterface_GetConstPCGGraph"); \ +static_assert(sizeof(PCGGraphInterface_GetConstPCGGraph) == 0x000008, "Wrong size on PCGGraphInterface_GetConstPCGGraph"); \ +static_assert(offsetof(PCGGraphInterface_GetConstPCGGraph, ReturnValue) == 0x000000, "Member 'PCGGraphInterface_GetConstPCGGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphInterface \ +static_assert(alignof(UPCGGraphInterface) == 0x000008, "Wrong alignment on UPCGGraphInterface"); \ +static_assert(sizeof(UPCGGraphInterface) == 0x000028, "Wrong size on UPCGGraphInterface"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddEdge \ +static_assert(alignof(PCGGraph_AddEdge) == 0x000008, "Wrong alignment on PCGGraph_AddEdge"); \ +static_assert(sizeof(PCGGraph_AddEdge) == 0x000028, "Wrong size on PCGGraph_AddEdge"); \ +static_assert(offsetof(PCGGraph_AddEdge, From) == 0x000000, "Member 'PCGGraph_AddEdge::From' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, FromPinLabel) == 0x000008, "Member 'PCGGraph_AddEdge::FromPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, To) == 0x000010, "Member 'PCGGraph_AddEdge::To' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, ToPinLabel) == 0x000018, "Member 'PCGGraph_AddEdge::ToPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddEdge, ReturnValue) == 0x000020, "Member 'PCGGraph_AddEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddNodeCopy \ +static_assert(alignof(PCGGraph_AddNodeCopy) == 0x000008, "Wrong alignment on PCGGraph_AddNodeCopy"); \ +static_assert(sizeof(PCGGraph_AddNodeCopy) == 0x000018, "Wrong size on PCGGraph_AddNodeCopy"); \ +static_assert(offsetof(PCGGraph_AddNodeCopy, InSettings) == 0x000000, "Member 'PCGGraph_AddNodeCopy::InSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeCopy, DefaultNodeSettings) == 0x000008, "Member 'PCGGraph_AddNodeCopy::DefaultNodeSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeCopy, ReturnValue) == 0x000010, "Member 'PCGGraph_AddNodeCopy::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddNodeInstance \ +static_assert(alignof(PCGGraph_AddNodeInstance) == 0x000008, "Wrong alignment on PCGGraph_AddNodeInstance"); \ +static_assert(sizeof(PCGGraph_AddNodeInstance) == 0x000010, "Wrong size on PCGGraph_AddNodeInstance"); \ +static_assert(offsetof(PCGGraph_AddNodeInstance, InSettings) == 0x000000, "Member 'PCGGraph_AddNodeInstance::InSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeInstance, ReturnValue) == 0x000008, "Member 'PCGGraph_AddNodeInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_AddNodeOfType \ +static_assert(alignof(PCGGraph_AddNodeOfType) == 0x000008, "Wrong alignment on PCGGraph_AddNodeOfType"); \ +static_assert(sizeof(PCGGraph_AddNodeOfType) == 0x000018, "Wrong size on PCGGraph_AddNodeOfType"); \ +static_assert(offsetof(PCGGraph_AddNodeOfType, InSettingsClass) == 0x000000, "Member 'PCGGraph_AddNodeOfType::InSettingsClass' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeOfType, DefaultNodeSettings) == 0x000008, "Member 'PCGGraph_AddNodeOfType::DefaultNodeSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_AddNodeOfType, ReturnValue) == 0x000010, "Member 'PCGGraph_AddNodeOfType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_RemoveEdge \ +static_assert(alignof(PCGGraph_RemoveEdge) == 0x000008, "Wrong alignment on PCGGraph_RemoveEdge"); \ +static_assert(sizeof(PCGGraph_RemoveEdge) == 0x000028, "Wrong size on PCGGraph_RemoveEdge"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, From) == 0x000000, "Member 'PCGGraph_RemoveEdge::From' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, FromLabel) == 0x000008, "Member 'PCGGraph_RemoveEdge::FromLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, To) == 0x000010, "Member 'PCGGraph_RemoveEdge::To' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, ToLabel) == 0x000018, "Member 'PCGGraph_RemoveEdge::ToLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGGraph_RemoveEdge, ReturnValue) == 0x000020, "Member 'PCGGraph_RemoveEdge::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_RemoveNode \ +static_assert(alignof(PCGGraph_RemoveNode) == 0x000008, "Wrong alignment on PCGGraph_RemoveNode"); \ +static_assert(sizeof(PCGGraph_RemoveNode) == 0x000008, "Wrong size on PCGGraph_RemoveNode"); \ +static_assert(offsetof(PCGGraph_RemoveNode, InNode) == 0x000000, "Member 'PCGGraph_RemoveNode::InNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_GetInputNode \ +static_assert(alignof(PCGGraph_GetInputNode) == 0x000008, "Wrong alignment on PCGGraph_GetInputNode"); \ +static_assert(sizeof(PCGGraph_GetInputNode) == 0x000008, "Wrong size on PCGGraph_GetInputNode"); \ +static_assert(offsetof(PCGGraph_GetInputNode, ReturnValue) == 0x000000, "Member 'PCGGraph_GetInputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraph_GetOutputNode \ +static_assert(alignof(PCGGraph_GetOutputNode) == 0x000008, "Wrong alignment on PCGGraph_GetOutputNode"); \ +static_assert(sizeof(PCGGraph_GetOutputNode) == 0x000008, "Wrong size on PCGGraph_GetOutputNode"); \ +static_assert(offsetof(PCGGraph_GetOutputNode, ReturnValue) == 0x000000, "Member 'PCGGraph_GetOutputNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraph \ +static_assert(alignof(UPCGGraph) == 0x000008, "Wrong alignment on UPCGGraph"); \ +static_assert(sizeof(UPCGGraph) == 0x0000C0, "Wrong size on UPCGGraph"); \ +static_assert(offsetof(UPCGGraph, bLandscapeUsesMetadata) == 0x000028, "Member 'UPCGGraph::bLandscapeUsesMetadata' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, Nodes) == 0x000030, "Member 'UPCGGraph::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, InputNode) == 0x000040, "Member 'UPCGGraph::InputNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, OutputNode) == 0x000048, "Member 'UPCGGraph::OutputNode' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, UserParameters) == 0x000050, "Member 'UPCGGraph::UserParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, bUseHierarchicalGeneration) == 0x000060, "Member 'UPCGGraph::bUseHierarchicalGeneration' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraph, HiGenGridSize) == 0x000064, "Member 'UPCGGraph::HiGenGridSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphInstance \ +static_assert(alignof(UPCGGraphInstance) == 0x000008, "Wrong alignment on UPCGGraphInstance"); \ +static_assert(sizeof(UPCGGraphInstance) == 0x000090, "Wrong size on UPCGGraphInstance"); \ +static_assert(offsetof(UPCGGraphInstance, Graph) == 0x000028, "Member 'UPCGGraphInstance::Graph' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInstance, ParametersOverrides) == 0x000030, "Member 'UPCGGraphInstance::ParametersOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphAuthoringTestHelperSettings \ +static_assert(alignof(UPCGGraphAuthoringTestHelperSettings) == 0x000008, "Wrong alignment on UPCGGraphAuthoringTestHelperSettings"); \ +static_assert(sizeof(UPCGGraphAuthoringTestHelperSettings) == 0x000158, "Wrong size on UPCGGraphAuthoringTestHelperSettings"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetBoolParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetBoolParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetBoolParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetBoolParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetBoolParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetBoolParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetBoolParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetBoolParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetBoolParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetBoolParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetBoolParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetByteParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetByteParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetByteParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetByteParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetByteParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetByteParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetByteParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetByteParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetByteParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetByteParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetByteParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetDoubleParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetDoubleParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetDoubleParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetDoubleParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetDoubleParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetDoubleParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetDoubleParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetDoubleParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetDoubleParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetDoubleParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetDoubleParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetFloatParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetFloatParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetFloatParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetFloatParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetFloatParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetFloatParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetFloatParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetFloatParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetFloatParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetFloatParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetFloatParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetInt32Parameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetInt32Parameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetInt32Parameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetInt32Parameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetInt32Parameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetInt32Parameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetInt32Parameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetInt32Parameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetInt32Parameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetInt32Parameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetInt32Parameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetInt64Parameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetInt64Parameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetInt64Parameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetInt64Parameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetInt64Parameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetInt64Parameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetInt64Parameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetInt64Parameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetInt64Parameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetInt64Parameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetInt64Parameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetNameParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetNameParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetNameParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetNameParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_GetNameParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetNameParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetNameParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetNameParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetNameParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetNameParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetNameParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetRotatorParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetRotatorParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetRotatorParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetRotatorParameter) == 0x000028, "Wrong size on PCGGraphParametersHelpers_GetRotatorParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetRotatorParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetRotatorParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetRotatorParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetRotatorParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetRotatorParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetRotatorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetSoftClassParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetSoftClassParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetSoftClassParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetSoftClassParameter) == 0x000038, "Wrong size on PCGGraphParametersHelpers_GetSoftClassParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftClassParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetSoftClassParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftClassParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetSoftClassParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftClassParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetSoftClassParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetSoftObjectParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetSoftObjectParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetSoftObjectParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetSoftObjectParameter) == 0x000038, "Wrong size on PCGGraphParametersHelpers_GetSoftObjectParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftObjectParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetSoftObjectParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftObjectParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetSoftObjectParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetSoftObjectParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetSoftObjectParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetStringParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetStringParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetStringParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetStringParameter) == 0x000020, "Wrong size on PCGGraphParametersHelpers_GetStringParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetStringParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetStringParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetStringParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetStringParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetStringParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetStringParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetTransformParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetTransformParameter) == 0x000010, "Wrong alignment on PCGGraphParametersHelpers_GetTransformParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetTransformParameter) == 0x000070, "Wrong size on PCGGraphParametersHelpers_GetTransformParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetTransformParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetTransformParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetTransformParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetTransformParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetTransformParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetTransformParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_GetVectorParameter \ +static_assert(alignof(PCGGraphParametersHelpers_GetVectorParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_GetVectorParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_GetVectorParameter) == 0x000028, "Wrong size on PCGGraphParametersHelpers_GetVectorParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVectorParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_GetVectorParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVectorParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_GetVectorParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_GetVectorParameter, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_GetVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_IsOverridden \ +static_assert(alignof(PCGGraphParametersHelpers_IsOverridden) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_IsOverridden"); \ +static_assert(sizeof(PCGGraphParametersHelpers_IsOverridden) == 0x000018, "Wrong size on PCGGraphParametersHelpers_IsOverridden"); \ +static_assert(offsetof(PCGGraphParametersHelpers_IsOverridden, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_IsOverridden::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_IsOverridden, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_IsOverridden::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_IsOverridden, ReturnValue) == 0x000010, "Member 'PCGGraphParametersHelpers_IsOverridden::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetBoolParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetBoolParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetBoolParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetBoolParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetBoolParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetBoolParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetBoolParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetBoolParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetBoolParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetBoolParameter, bValue) == 0x000010, "Member 'PCGGraphParametersHelpers_SetBoolParameter::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetByteParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetByteParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetByteParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetByteParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetByteParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetByteParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetByteParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetByteParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetByteParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetByteParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetByteParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetDoubleParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetDoubleParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetDoubleParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetDoubleParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetDoubleParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetDoubleParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetDoubleParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetDoubleParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetDoubleParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetDoubleParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetDoubleParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetEnumParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetEnumParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetEnumParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetEnumParameter) == 0x000020, "Wrong size on PCGGraphParametersHelpers_SetEnumParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetEnumParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetEnumParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetEnumParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetEnumParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetEnumParameter, Enum) == 0x000010, "Member 'PCGGraphParametersHelpers_SetEnumParameter::Enum' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetEnumParameter, Value) == 0x000018, "Member 'PCGGraphParametersHelpers_SetEnumParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetFloatParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetFloatParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetFloatParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetFloatParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetFloatParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetFloatParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetFloatParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetFloatParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetFloatParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetFloatParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetFloatParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetInt32Parameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetInt32Parameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetInt32Parameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetInt32Parameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetInt32Parameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetInt32Parameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetInt32Parameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetInt32Parameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetInt32Parameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetInt32Parameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetInt32Parameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetInt64Parameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetInt64Parameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetInt64Parameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetInt64Parameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetInt64Parameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetInt64Parameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetInt64Parameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetInt64Parameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetInt64Parameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetInt64Parameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetInt64Parameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetNameParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetNameParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetNameParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetNameParameter) == 0x000018, "Wrong size on PCGGraphParametersHelpers_SetNameParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetNameParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetNameParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetNameParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetNameParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetNameParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetNameParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetRotatorParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetRotatorParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetRotatorParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetRotatorParameter) == 0x000028, "Wrong size on PCGGraphParametersHelpers_SetRotatorParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetRotatorParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetRotatorParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetRotatorParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetRotatorParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetRotatorParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetRotatorParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetSoftClassParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetSoftClassParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetSoftClassParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetSoftClassParameter) == 0x000038, "Wrong size on PCGGraphParametersHelpers_SetSoftClassParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftClassParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetSoftClassParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftClassParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetSoftClassParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftClassParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetSoftClassParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetSoftObjectParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetSoftObjectParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetSoftObjectParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetSoftObjectParameter) == 0x000038, "Wrong size on PCGGraphParametersHelpers_SetSoftObjectParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftObjectParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetSoftObjectParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftObjectParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetSoftObjectParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetSoftObjectParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetSoftObjectParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetStringParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetStringParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetStringParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetStringParameter) == 0x000020, "Wrong size on PCGGraphParametersHelpers_SetStringParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetStringParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetStringParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetStringParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetStringParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetStringParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetStringParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetTransformParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetTransformParameter) == 0x000010, "Wrong alignment on PCGGraphParametersHelpers_SetTransformParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetTransformParameter) == 0x000070, "Wrong size on PCGGraphParametersHelpers_SetTransformParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetTransformParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetTransformParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetTransformParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetTransformParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetTransformParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetTransformParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGGraphParametersHelpers_SetVectorParameter \ +static_assert(alignof(PCGGraphParametersHelpers_SetVectorParameter) == 0x000008, "Wrong alignment on PCGGraphParametersHelpers_SetVectorParameter"); \ +static_assert(sizeof(PCGGraphParametersHelpers_SetVectorParameter) == 0x000028, "Wrong size on PCGGraphParametersHelpers_SetVectorParameter"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVectorParameter, GraphInstance) == 0x000000, "Member 'PCGGraphParametersHelpers_SetVectorParameter::GraphInstance' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVectorParameter, Name_0) == 0x000008, "Member 'PCGGraphParametersHelpers_SetVectorParameter::Name_0' has a wrong offset!"); \ +static_assert(offsetof(PCGGraphParametersHelpers_SetVectorParameter, Value) == 0x000010, "Member 'PCGGraphParametersHelpers_SetVectorParameter::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphParametersHelpers \ +static_assert(alignof(UPCGGraphParametersHelpers) == 0x000008, "Wrong alignment on UPCGGraphParametersHelpers"); \ +static_assert(sizeof(UPCGGraphParametersHelpers) == 0x000028, "Wrong size on UPCGGraphParametersHelpers"); \ + +#define DUMPER7_ASSERTS_UPCGHiGenGridSizeSettings \ +static_assert(alignof(UPCGHiGenGridSizeSettings) == 0x000008, "Wrong alignment on UPCGHiGenGridSizeSettings"); \ +static_assert(sizeof(UPCGHiGenGridSizeSettings) == 0x000158, "Wrong size on UPCGHiGenGridSizeSettings"); \ +static_assert(offsetof(UPCGHiGenGridSizeSettings, HiGenGridSize) == 0x000150, "Member 'UPCGHiGenGridSizeSettings::HiGenGridSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGInnerIntersectionSettings \ +static_assert(alignof(UPCGInnerIntersectionSettings) == 0x000008, "Wrong alignment on UPCGInnerIntersectionSettings"); \ +static_assert(sizeof(UPCGInnerIntersectionSettings) == 0x000158, "Wrong size on UPCGInnerIntersectionSettings"); \ +static_assert(offsetof(UPCGInnerIntersectionSettings, DensityFunction) == 0x000150, "Member 'UPCGInnerIntersectionSettings::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGraphInputOutputSettings \ +static_assert(alignof(UPCGGraphInputOutputSettings) == 0x000008, "Wrong alignment on UPCGGraphInputOutputSettings"); \ +static_assert(sizeof(UPCGGraphInputOutputSettings) == 0x0001F8, "Wrong size on UPCGGraphInputOutputSettings"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, PinLabels) == 0x000150, "Member 'UPCGGraphInputOutputSettings::PinLabels' has a wrong offset!"); \ +static_assert(offsetof(UPCGGraphInputOutputSettings, CustomPins) == 0x0001A0, "Member 'UPCGGraphInputOutputSettings::CustomPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGInstanceDataPackerBase_AddTypeToPacking \ +static_assert(alignof(PCGInstanceDataPackerBase_AddTypeToPacking) == 0x000008, "Wrong alignment on PCGInstanceDataPackerBase_AddTypeToPacking"); \ +static_assert(sizeof(PCGInstanceDataPackerBase_AddTypeToPacking) == 0x000028, "Wrong size on PCGInstanceDataPackerBase_AddTypeToPacking"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_AddTypeToPacking, TypeId) == 0x000000, "Member 'PCGInstanceDataPackerBase_AddTypeToPacking::TypeId' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_AddTypeToPacking, OutPackedCustomData) == 0x000008, "Member 'PCGInstanceDataPackerBase_AddTypeToPacking::OutPackedCustomData' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_AddTypeToPacking, ReturnValue) == 0x000020, "Member 'PCGInstanceDataPackerBase_AddTypeToPacking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGInstanceDataPackerBase_PackCustomDataFromAttributes \ +static_assert(alignof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes) == 0x000008, "Wrong alignment on PCGInstanceDataPackerBase_PackCustomDataFromAttributes"); \ +static_assert(sizeof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes) == 0x000290, "Wrong size on PCGInstanceDataPackerBase_PackCustomDataFromAttributes"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes, InstanceList) == 0x000000, "Member 'PCGInstanceDataPackerBase_PackCustomDataFromAttributes::InstanceList' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes, MetaData) == 0x000260, "Member 'PCGInstanceDataPackerBase_PackCustomDataFromAttributes::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes, AttributeNames) == 0x000268, "Member 'PCGInstanceDataPackerBase_PackCustomDataFromAttributes::AttributeNames' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackCustomDataFromAttributes, OutPackedCustomData) == 0x000278, "Member 'PCGInstanceDataPackerBase_PackCustomDataFromAttributes::OutPackedCustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGInstanceDataPackerBase_PackInstances \ +static_assert(alignof(PCGInstanceDataPackerBase_PackInstances) == 0x000008, "Wrong alignment on PCGInstanceDataPackerBase_PackInstances"); \ +static_assert(sizeof(PCGInstanceDataPackerBase_PackInstances) == 0x000338, "Wrong size on PCGInstanceDataPackerBase_PackInstances"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackInstances, Context) == 0x000000, "Member 'PCGInstanceDataPackerBase_PackInstances::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackInstances, InSpatialData) == 0x0000B8, "Member 'PCGInstanceDataPackerBase_PackInstances::InSpatialData' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackInstances, InstanceList) == 0x0000C0, "Member 'PCGInstanceDataPackerBase_PackInstances::InstanceList' has a wrong offset!"); \ +static_assert(offsetof(PCGInstanceDataPackerBase_PackInstances, OutPackedCustomData) == 0x000320, "Member 'PCGInstanceDataPackerBase_PackInstances::OutPackedCustomData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGInstanceDataPackerBase \ +static_assert(alignof(UPCGInstanceDataPackerBase) == 0x000008, "Wrong alignment on UPCGInstanceDataPackerBase"); \ +static_assert(sizeof(UPCGInstanceDataPackerBase) == 0x000028, "Wrong size on UPCGInstanceDataPackerBase"); \ + +#define DUMPER7_ASSERTS_UPCGInstanceDataPackerByAttribute \ +static_assert(alignof(UPCGInstanceDataPackerByAttribute) == 0x000008, "Wrong alignment on UPCGInstanceDataPackerByAttribute"); \ +static_assert(sizeof(UPCGInstanceDataPackerByAttribute) == 0x000038, "Wrong size on UPCGInstanceDataPackerByAttribute"); \ +static_assert(offsetof(UPCGInstanceDataPackerByAttribute, AttributeNames) == 0x000028, "Member 'UPCGInstanceDataPackerByAttribute::AttributeNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGInstanceDataPackerByRegex \ +static_assert(alignof(UPCGInstanceDataPackerByRegex) == 0x000008, "Wrong alignment on UPCGInstanceDataPackerByRegex"); \ +static_assert(sizeof(UPCGInstanceDataPackerByRegex) == 0x000038, "Wrong size on UPCGInstanceDataPackerByRegex"); \ +static_assert(offsetof(UPCGInstanceDataPackerByRegex, RegexPatterns) == 0x000028, "Member 'UPCGInstanceDataPackerByRegex::RegexPatterns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGIntersectionData_Initialize \ +static_assert(alignof(PCGIntersectionData_Initialize) == 0x000008, "Wrong alignment on PCGIntersectionData_Initialize"); \ +static_assert(sizeof(PCGIntersectionData_Initialize) == 0x000010, "Wrong size on PCGIntersectionData_Initialize"); \ +static_assert(offsetof(PCGIntersectionData_Initialize, InA) == 0x000000, "Member 'PCGIntersectionData_Initialize::InA' has a wrong offset!"); \ +static_assert(offsetof(PCGIntersectionData_Initialize, InB) == 0x000008, "Member 'PCGIntersectionData_Initialize::InB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGIntersectionData \ +static_assert(alignof(UPCGIntersectionData) == 0x000008, "Wrong alignment on UPCGIntersectionData"); \ +static_assert(sizeof(UPCGIntersectionData) == 0x000150, "Wrong size on UPCGIntersectionData"); \ +static_assert(offsetof(UPCGIntersectionData, DensityFunction) == 0x0000C8, "Member 'UPCGIntersectionData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, A) == 0x0000D0, "Member 'UPCGIntersectionData::A' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, B) == 0x0000D8, "Member 'UPCGIntersectionData::B' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, CachedBounds) == 0x0000E0, "Member 'UPCGIntersectionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGIntersectionData, CachedStrictBounds) == 0x000118, "Member 'UPCGIntersectionData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeCache \ +static_assert(alignof(UPCGLandscapeCache) == 0x000008, "Wrong alignment on UPCGLandscapeCache"); \ +static_assert(sizeof(UPCGLandscapeCache) == 0x0000D8, "Wrong size on UPCGLandscapeCache"); \ +static_assert(offsetof(UPCGLandscapeCache, CachedLayerNames) == 0x000078, "Member 'UPCGLandscapeCache::CachedLayerNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSurfaceData \ +static_assert(alignof(UPCGSurfaceData) == 0x000010, "Wrong alignment on UPCGSurfaceData"); \ +static_assert(sizeof(UPCGSurfaceData) == 0x000130, "Wrong size on UPCGSurfaceData"); \ +static_assert(offsetof(UPCGSurfaceData, Transform) == 0x0000D0, "Member 'UPCGSurfaceData::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeData \ +static_assert(alignof(UPCGLandscapeData) == 0x000010, "Wrong alignment on UPCGLandscapeData"); \ +static_assert(sizeof(UPCGLandscapeData) == 0x0001A0, "Wrong size on UPCGLandscapeData"); \ +static_assert(offsetof(UPCGLandscapeData, Landscapes) == 0x000130, "Member 'UPCGLandscapeData::Landscapes' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeData, Bounds) == 0x000140, "Member 'UPCGLandscapeData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeData, bHeightOnly) == 0x000178, "Member 'UPCGLandscapeData::bHeightOnly' has a wrong offset!"); \ +static_assert(offsetof(UPCGLandscapeData, bUseMetadata) == 0x000179, "Member 'UPCGLandscapeData::bUseMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPolyLineData \ +static_assert(alignof(UPCGPolyLineData) == 0x000008, "Wrong alignment on UPCGPolyLineData"); \ +static_assert(sizeof(UPCGPolyLineData) == 0x0000C8, "Wrong size on UPCGPolyLineData"); \ + +#define DUMPER7_ASSERTS_UPCGLandscapeSplineData \ +static_assert(alignof(UPCGLandscapeSplineData) == 0x000008, "Wrong alignment on UPCGLandscapeSplineData"); \ +static_assert(sizeof(UPCGLandscapeSplineData) == 0x0000D0, "Wrong size on UPCGLandscapeSplineData"); \ +static_assert(offsetof(UPCGLandscapeSplineData, Spline) == 0x0000C8, "Member 'UPCGLandscapeSplineData::Spline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBaseSubgraphSettings \ +static_assert(alignof(UPCGBaseSubgraphSettings) == 0x000008, "Wrong alignment on UPCGBaseSubgraphSettings"); \ +static_assert(sizeof(UPCGBaseSubgraphSettings) == 0x000150, "Wrong size on UPCGBaseSubgraphSettings"); \ + +#define DUMPER7_ASSERTS_UPCGSubgraphSettings \ +static_assert(alignof(UPCGSubgraphSettings) == 0x000008, "Wrong alignment on UPCGSubgraphSettings"); \ +static_assert(sizeof(UPCGSubgraphSettings) == 0x000160, "Wrong size on UPCGSubgraphSettings"); \ +static_assert(offsetof(UPCGSubgraphSettings, SubgraphInstance) == 0x000150, "Member 'UPCGSubgraphSettings::SubgraphInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSubgraphSettings, SubgraphOverride) == 0x000158, "Member 'UPCGSubgraphSettings::SubgraphOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGLoopSettings \ +static_assert(alignof(UPCGLoopSettings) == 0x000008, "Wrong alignment on UPCGLoopSettings"); \ +static_assert(sizeof(UPCGLoopSettings) == 0x000170, "Wrong size on UPCGLoopSettings"); \ +static_assert(offsetof(UPCGLoopSettings, LoopPins) == 0x000160, "Member 'UPCGLoopSettings::LoopPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMakeConcreteSettings \ +static_assert(alignof(UPCGMakeConcreteSettings) == 0x000008, "Wrong alignment on UPCGMakeConcreteSettings"); \ +static_assert(sizeof(UPCGMakeConcreteSettings) == 0x000150, "Wrong size on UPCGMakeConcreteSettings"); \ + +#define DUMPER7_ASSERTS_UPCGManagedResource \ +static_assert(alignof(UPCGManagedResource) == 0x000008, "Wrong alignment on UPCGManagedResource"); \ +static_assert(sizeof(UPCGManagedResource) == 0x000038, "Wrong size on UPCGManagedResource"); \ +static_assert(offsetof(UPCGManagedResource, Crc) == 0x000028, "Member 'UPCGManagedResource::Crc' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedResource, bIsMarkedUnused) == 0x000030, "Member 'UPCGManagedResource::bIsMarkedUnused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedActors \ +static_assert(alignof(UPCGManagedActors) == 0x000008, "Wrong alignment on UPCGManagedActors"); \ +static_assert(sizeof(UPCGManagedActors) == 0x000088, "Wrong size on UPCGManagedActors"); \ +static_assert(offsetof(UPCGManagedActors, GeneratedActors) == 0x000038, "Member 'UPCGManagedActors::GeneratedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedComponent \ +static_assert(alignof(UPCGManagedComponent) == 0x000008, "Wrong alignment on UPCGManagedComponent"); \ +static_assert(sizeof(UPCGManagedComponent) == 0x000060, "Wrong size on UPCGManagedComponent"); \ +static_assert(offsetof(UPCGManagedComponent, GeneratedComponent) == 0x000038, "Member 'UPCGManagedComponent::GeneratedComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGManagedISMComponent \ +static_assert(alignof(UPCGManagedISMComponent) == 0x000008, "Wrong alignment on UPCGManagedISMComponent"); \ +static_assert(sizeof(UPCGManagedISMComponent) == 0x000298, "Wrong size on UPCGManagedISMComponent"); \ +static_assert(offsetof(UPCGManagedISMComponent, bHasDescriptor) == 0x000060, "Member 'UPCGManagedISMComponent::bHasDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, Descriptor) == 0x000068, "Member 'UPCGManagedISMComponent::Descriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, bHasRootLocation) == 0x000268, "Member 'UPCGManagedISMComponent::bHasRootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, RootLocation) == 0x000270, "Member 'UPCGManagedISMComponent::RootLocation' has a wrong offset!"); \ +static_assert(offsetof(UPCGManagedISMComponent, SettingsUID) == 0x000288, "Member 'UPCGManagedISMComponent::SettingsUID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMatchAndSetBase_MatchAndSet \ +static_assert(alignof(PCGMatchAndSetBase_MatchAndSet) == 0x000008, "Wrong alignment on PCGMatchAndSetBase_MatchAndSet"); \ +static_assert(sizeof(PCGMatchAndSetBase_MatchAndSet) == 0x0000D0, "Wrong size on PCGMatchAndSetBase_MatchAndSet"); \ +static_assert(offsetof(PCGMatchAndSetBase_MatchAndSet, Context) == 0x000000, "Member 'PCGMatchAndSetBase_MatchAndSet::Context' has a wrong offset!"); \ +static_assert(offsetof(PCGMatchAndSetBase_MatchAndSet, InSettings) == 0x0000B8, "Member 'PCGMatchAndSetBase_MatchAndSet::InSettings' has a wrong offset!"); \ +static_assert(offsetof(PCGMatchAndSetBase_MatchAndSet, InPointData) == 0x0000C0, "Member 'PCGMatchAndSetBase_MatchAndSet::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGMatchAndSetBase_MatchAndSet, OutPointData) == 0x0000C8, "Member 'PCGMatchAndSetBase_MatchAndSet::OutPointData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMatchAndSetBase_ValidatePreconditions \ +static_assert(alignof(PCGMatchAndSetBase_ValidatePreconditions) == 0x000008, "Wrong alignment on PCGMatchAndSetBase_ValidatePreconditions"); \ +static_assert(sizeof(PCGMatchAndSetBase_ValidatePreconditions) == 0x000010, "Wrong size on PCGMatchAndSetBase_ValidatePreconditions"); \ +static_assert(offsetof(PCGMatchAndSetBase_ValidatePreconditions, InPointData) == 0x000000, "Member 'PCGMatchAndSetBase_ValidatePreconditions::InPointData' has a wrong offset!"); \ +static_assert(offsetof(PCGMatchAndSetBase_ValidatePreconditions, ReturnValue) == 0x000008, "Member 'PCGMatchAndSetBase_ValidatePreconditions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMatchAndSetBase \ +static_assert(alignof(UPCGMatchAndSetBase) == 0x000008, "Wrong alignment on UPCGMatchAndSetBase"); \ +static_assert(sizeof(UPCGMatchAndSetBase) == 0x000030, "Wrong size on UPCGMatchAndSetBase"); \ +static_assert(offsetof(UPCGMatchAndSetBase, Type) == 0x000028, "Member 'UPCGMatchAndSetBase::Type' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetBase, StringMode) == 0x00002C, "Member 'UPCGMatchAndSetBase::StringMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMatchAndSetByAttribute \ +static_assert(alignof(UPCGMatchAndSetByAttribute) == 0x000008, "Wrong alignment on UPCGMatchAndSetByAttribute"); \ +static_assert(sizeof(UPCGMatchAndSetByAttribute) == 0x000050, "Wrong size on UPCGMatchAndSetByAttribute"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceAttribute) == 0x000030, "Member 'UPCGMatchAndSetByAttribute::MatchSourceAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceType) == 0x000038, "Member 'UPCGMatchAndSetByAttribute::MatchSourceType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, MatchSourceStringMode) == 0x00003C, "Member 'UPCGMatchAndSetByAttribute::MatchSourceStringMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetByAttribute, Entries) == 0x000040, "Member 'UPCGMatchAndSetByAttribute::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMatchAndSetWeighted \ +static_assert(alignof(UPCGMatchAndSetWeighted) == 0x000008, "Wrong alignment on UPCGMatchAndSetWeighted"); \ +static_assert(sizeof(UPCGMatchAndSetWeighted) == 0x000048, "Wrong size on UPCGMatchAndSetWeighted"); \ +static_assert(offsetof(UPCGMatchAndSetWeighted, Entries) == 0x000030, "Member 'UPCGMatchAndSetWeighted::Entries' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeighted, bShouldMutateSeed) == 0x000040, "Member 'UPCGMatchAndSetWeighted::bShouldMutateSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMatchAndSetWeightedByCategory \ +static_assert(alignof(UPCGMatchAndSetWeightedByCategory) == 0x000008, "Wrong alignment on UPCGMatchAndSetWeightedByCategory"); \ +static_assert(sizeof(UPCGMatchAndSetWeightedByCategory) == 0x000058, "Wrong size on UPCGMatchAndSetWeightedByCategory"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryAttribute) == 0x000030, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryType) == 0x000038, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, CategoryStringMode) == 0x00003C, "Member 'UPCGMatchAndSetWeightedByCategory::CategoryStringMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, Categories) == 0x000040, "Member 'UPCGMatchAndSetWeightedByCategory::Categories' has a wrong offset!"); \ +static_assert(offsetof(UPCGMatchAndSetWeightedByCategory, bShouldMutateSeed) == 0x000050, "Member 'UPCGMatchAndSetWeightedByCategory::bShouldMutateSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMergeSettings \ +static_assert(alignof(UPCGMergeSettings) == 0x000008, "Wrong alignment on UPCGMergeSettings"); \ +static_assert(sizeof(UPCGMergeSettings) == 0x000158, "Wrong size on UPCGMergeSettings"); \ +static_assert(offsetof(UPCGMergeSettings, bMergeMetadata) == 0x000150, "Member 'UPCGMergeSettings::bMergeMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSelectorBase \ +static_assert(alignof(UPCGMeshSelectorBase) == 0x000008, "Wrong alignment on UPCGMeshSelectorBase"); \ +static_assert(sizeof(UPCGMeshSelectorBase) == 0x000028, "Wrong size on UPCGMeshSelectorBase"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSelectorByAttribute \ +static_assert(alignof(UPCGMeshSelectorByAttribute) == 0x000008, "Wrong alignment on UPCGMeshSelectorByAttribute"); \ +static_assert(sizeof(UPCGMeshSelectorByAttribute) == 0x000288, "Wrong size on UPCGMeshSelectorByAttribute"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, AttributeName) == 0x000028, "Member 'UPCGMeshSelectorByAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, TemplateDescriptor) == 0x000030, "Member 'UPCGMeshSelectorByAttribute::TemplateDescriptor' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, bUseAttributeMaterialOverrides) == 0x000270, "Member 'UPCGMeshSelectorByAttribute::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorByAttribute, MaterialOverrideAttributes) == 0x000278, "Member 'UPCGMeshSelectorByAttribute::MaterialOverrideAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSelectorWeighted \ +static_assert(alignof(UPCGMeshSelectorWeighted) == 0x000008, "Wrong alignment on UPCGMeshSelectorWeighted"); \ +static_assert(sizeof(UPCGMeshSelectorWeighted) == 0x000050, "Wrong size on UPCGMeshSelectorWeighted"); \ +static_assert(offsetof(UPCGMeshSelectorWeighted, MeshEntries) == 0x000028, "Member 'UPCGMeshSelectorWeighted::MeshEntries' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeighted, bUseAttributeMaterialOverrides) == 0x000038, "Member 'UPCGMeshSelectorWeighted::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeighted, MaterialOverrideAttributes) == 0x000040, "Member 'UPCGMeshSelectorWeighted::MaterialOverrideAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMeshSelectorWeightedByCategory \ +static_assert(alignof(UPCGMeshSelectorWeightedByCategory) == 0x000008, "Wrong alignment on UPCGMeshSelectorWeightedByCategory"); \ +static_assert(sizeof(UPCGMeshSelectorWeightedByCategory) == 0x000058, "Wrong size on UPCGMeshSelectorWeightedByCategory"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, CategoryAttribute) == 0x000028, "Member 'UPCGMeshSelectorWeightedByCategory::CategoryAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, Entries) == 0x000030, "Member 'UPCGMeshSelectorWeightedByCategory::Entries' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, bUseAttributeMaterialOverrides) == 0x000040, "Member 'UPCGMeshSelectorWeightedByCategory::bUseAttributeMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGMeshSelectorWeightedByCategory, MaterialOverrideAttributes) == 0x000048, "Member 'UPCGMeshSelectorWeightedByCategory::MaterialOverrideAttributes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AccumulatePointWeightedAttributes \ +static_assert(alignof(PCGMetadata_AccumulatePointWeightedAttributes) == 0x000010, "Wrong alignment on PCGMetadata_AccumulatePointWeightedAttributes"); \ +static_assert(sizeof(PCGMetadata_AccumulatePointWeightedAttributes) == 0x0001B0, "Wrong size on PCGMetadata_AccumulatePointWeightedAttributes"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, InPoint) == 0x000000, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, InMetaData) == 0x0000D0, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, Weight) == 0x0000D8, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::Weight' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, bSetNonInterpolableAttributes) == 0x0000DC, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::bSetNonInterpolableAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulatePointWeightedAttributes, OutPoint) == 0x0000E0, "Member 'PCGMetadata_AccumulatePointWeightedAttributes::OutPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AccumulateWeightedAttributesByKey \ +static_assert(alignof(PCGMetadata_AccumulateWeightedAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_AccumulateWeightedAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_AccumulateWeightedAttributesByKey) == 0x000028, "Wrong size on PCGMetadata_AccumulateWeightedAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, Key) == 0x000000, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, MetaData) == 0x000008, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, Weight) == 0x000010, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::Weight' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, bSetNonInterpolableAttributes) == 0x000014, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::bSetNonInterpolableAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, TargetKey) == 0x000018, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AccumulateWeightedAttributesByKey, OutKey) == 0x000020, "Member 'PCGMetadata_AccumulateWeightedAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddAttribute \ +static_assert(alignof(PCGMetadata_AddAttribute) == 0x000008, "Wrong alignment on PCGMetadata_AddAttribute"); \ +static_assert(sizeof(PCGMetadata_AddAttribute) == 0x000010, "Wrong size on PCGMetadata_AddAttribute"); \ +static_assert(offsetof(PCGMetadata_AddAttribute, InOther) == 0x000000, "Member 'PCGMetadata_AddAttribute::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddAttribute, AttributeName) == 0x000008, "Member 'PCGMetadata_AddAttribute::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddAttributes \ +static_assert(alignof(PCGMetadata_AddAttributes) == 0x000008, "Wrong alignment on PCGMetadata_AddAttributes"); \ +static_assert(sizeof(PCGMetadata_AddAttributes) == 0x000008, "Wrong size on PCGMetadata_AddAttributes"); \ +static_assert(offsetof(PCGMetadata_AddAttributes, InOther) == 0x000000, "Member 'PCGMetadata_AddAttributes::InOther' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddAttributesFiltered \ +static_assert(alignof(PCGMetadata_AddAttributesFiltered) == 0x000008, "Wrong alignment on PCGMetadata_AddAttributesFiltered"); \ +static_assert(sizeof(PCGMetadata_AddAttributesFiltered) == 0x000060, "Wrong size on PCGMetadata_AddAttributesFiltered"); \ +static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InOther) == 0x000000, "Member 'PCGMetadata_AddAttributesFiltered::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_AddAttributesFiltered::InFilteredAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddAttributesFiltered, InFilterMode) == 0x000058, "Member 'PCGMetadata_AddAttributesFiltered::InFilterMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_AddEntry \ +static_assert(alignof(PCGMetadata_AddEntry) == 0x000008, "Wrong alignment on PCGMetadata_AddEntry"); \ +static_assert(sizeof(PCGMetadata_AddEntry) == 0x000010, "Wrong size on PCGMetadata_AddEntry"); \ +static_assert(offsetof(PCGMetadata_AddEntry, ParentEntryKey) == 0x000000, "Member 'PCGMetadata_AddEntry::ParentEntryKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_AddEntry, ReturnValue) == 0x000008, "Member 'PCGMetadata_AddEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_ClearAttribute \ +static_assert(alignof(PCGMetadata_ClearAttribute) == 0x000004, "Wrong alignment on PCGMetadata_ClearAttribute"); \ +static_assert(sizeof(PCGMetadata_ClearAttribute) == 0x000008, "Wrong size on PCGMetadata_ClearAttribute"); \ +static_assert(offsetof(PCGMetadata_ClearAttribute, AttributeToClear) == 0x000000, "Member 'PCGMetadata_ClearAttribute::AttributeToClear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CopyAttribute \ +static_assert(alignof(PCGMetadata_CopyAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CopyAttribute"); \ +static_assert(sizeof(PCGMetadata_CopyAttribute) == 0x000018, "Wrong size on PCGMetadata_CopyAttribute"); \ +static_assert(offsetof(PCGMetadata_CopyAttribute, InOther) == 0x000000, "Member 'PCGMetadata_CopyAttribute::InOther' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyAttribute, AttributeToCopy) == 0x000008, "Member 'PCGMetadata_CopyAttribute::AttributeToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyAttribute, NewAttributeName) == 0x000010, "Member 'PCGMetadata_CopyAttribute::NewAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CopyAttributes \ +static_assert(alignof(PCGMetadata_CopyAttributes) == 0x000008, "Wrong alignment on PCGMetadata_CopyAttributes"); \ +static_assert(sizeof(PCGMetadata_CopyAttributes) == 0x000008, "Wrong size on PCGMetadata_CopyAttributes"); \ +static_assert(offsetof(PCGMetadata_CopyAttributes, InOther) == 0x000000, "Member 'PCGMetadata_CopyAttributes::InOther' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CopyExistingAttribute \ +static_assert(alignof(PCGMetadata_CopyExistingAttribute) == 0x000004, "Wrong alignment on PCGMetadata_CopyExistingAttribute"); \ +static_assert(sizeof(PCGMetadata_CopyExistingAttribute) == 0x000014, "Wrong size on PCGMetadata_CopyExistingAttribute"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, AttributeToCopy) == 0x000000, "Member 'PCGMetadata_CopyExistingAttribute::AttributeToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_CopyExistingAttribute::NewAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, bKeepParent) == 0x000010, "Member 'PCGMetadata_CopyExistingAttribute::bKeepParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CopyExistingAttribute, ReturnValue) == 0x000011, "Member 'PCGMetadata_CopyExistingAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateBoolAttribute \ +static_assert(alignof(PCGMetadata_CreateBoolAttribute) == 0x000004, "Wrong alignment on PCGMetadata_CreateBoolAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateBoolAttribute) == 0x00000C, "Wrong size on PCGMetadata_CreateBoolAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateBoolAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateBoolAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, bAllowsInterpolation) == 0x000009, "Member 'PCGMetadata_CreateBoolAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateBoolAttribute, bOverrideParent) == 0x00000A, "Member 'PCGMetadata_CreateBoolAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateDoubleAttribute \ +static_assert(alignof(PCGMetadata_CreateDoubleAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateDoubleAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateDoubleAttribute) == 0x000018, "Wrong size on PCGMetadata_CreateDoubleAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateDoubleAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateDoubleAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateDoubleAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateDoubleAttribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateDoubleAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateFloatAttribute \ +static_assert(alignof(PCGMetadata_CreateFloatAttribute) == 0x000004, "Wrong alignment on PCGMetadata_CreateFloatAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateFloatAttribute) == 0x000010, "Wrong size on PCGMetadata_CreateFloatAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateFloatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, bAllowsInterpolation) == 0x00000C, "Member 'PCGMetadata_CreateFloatAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateFloatAttribute, bOverrideParent) == 0x00000D, "Member 'PCGMetadata_CreateFloatAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateInteger32Attribute \ +static_assert(alignof(PCGMetadata_CreateInteger32Attribute) == 0x000004, "Wrong alignment on PCGMetadata_CreateInteger32Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateInteger32Attribute) == 0x000010, "Wrong size on PCGMetadata_CreateInteger32Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateInteger32Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateInteger32Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, bAllowsInterpolation) == 0x00000C, "Member 'PCGMetadata_CreateInteger32Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger32Attribute, bOverrideParent) == 0x00000D, "Member 'PCGMetadata_CreateInteger32Attribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateInteger64Attribute \ +static_assert(alignof(PCGMetadata_CreateInteger64Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateInteger64Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateInteger64Attribute) == 0x000018, "Wrong size on PCGMetadata_CreateInteger64Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateInteger64Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateInteger64Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateInteger64Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateInteger64Attribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateInteger64Attribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateNameAttribute \ +static_assert(alignof(PCGMetadata_CreateNameAttribute) == 0x000004, "Wrong alignment on PCGMetadata_CreateNameAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateNameAttribute) == 0x000014, "Wrong size on PCGMetadata_CreateNameAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateNameAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateNameAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, bAllowsInterpolation) == 0x000010, "Member 'PCGMetadata_CreateNameAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateNameAttribute, bOverrideParent) == 0x000011, "Member 'PCGMetadata_CreateNameAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateQuatAttribute \ +static_assert(alignof(PCGMetadata_CreateQuatAttribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateQuatAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateQuatAttribute) == 0x000040, "Wrong size on PCGMetadata_CreateQuatAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateQuatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateQuatAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, bAllowsInterpolation) == 0x000030, "Member 'PCGMetadata_CreateQuatAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateQuatAttribute, bOverrideParent) == 0x000031, "Member 'PCGMetadata_CreateQuatAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateRotatorAttribute \ +static_assert(alignof(PCGMetadata_CreateRotatorAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateRotatorAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateRotatorAttribute) == 0x000028, "Wrong size on PCGMetadata_CreateRotatorAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateRotatorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateRotatorAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, bAllowsInterpolation) == 0x000020, "Member 'PCGMetadata_CreateRotatorAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateRotatorAttribute, bOverrideParent) == 0x000021, "Member 'PCGMetadata_CreateRotatorAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateStringAttribute \ +static_assert(alignof(PCGMetadata_CreateStringAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateStringAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateStringAttribute) == 0x000020, "Wrong size on PCGMetadata_CreateStringAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateStringAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, bAllowsInterpolation) == 0x000018, "Member 'PCGMetadata_CreateStringAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateStringAttribute, bOverrideParent) == 0x000019, "Member 'PCGMetadata_CreateStringAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateTransformAttribute \ +static_assert(alignof(PCGMetadata_CreateTransformAttribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateTransformAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateTransformAttribute) == 0x000080, "Wrong size on PCGMetadata_CreateTransformAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateTransformAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateTransformAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, bAllowsInterpolation) == 0x000070, "Member 'PCGMetadata_CreateTransformAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateTransformAttribute, bOverrideParent) == 0x000071, "Member 'PCGMetadata_CreateTransformAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateVector2Attribute \ +static_assert(alignof(PCGMetadata_CreateVector2Attribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateVector2Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateVector2Attribute) == 0x000020, "Wrong size on PCGMetadata_CreateVector2Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVector2Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateVector2Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, bAllowsInterpolation) == 0x000018, "Member 'PCGMetadata_CreateVector2Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector2Attribute, bOverrideParent) == 0x000019, "Member 'PCGMetadata_CreateVector2Attribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateVector4Attribute \ +static_assert(alignof(PCGMetadata_CreateVector4Attribute) == 0x000010, "Wrong alignment on PCGMetadata_CreateVector4Attribute"); \ +static_assert(sizeof(PCGMetadata_CreateVector4Attribute) == 0x000040, "Wrong size on PCGMetadata_CreateVector4Attribute"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVector4Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, DefaultValue) == 0x000010, "Member 'PCGMetadata_CreateVector4Attribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, bAllowsInterpolation) == 0x000030, "Member 'PCGMetadata_CreateVector4Attribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVector4Attribute, bOverrideParent) == 0x000031, "Member 'PCGMetadata_CreateVector4Attribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_CreateVectorAttribute \ +static_assert(alignof(PCGMetadata_CreateVectorAttribute) == 0x000008, "Wrong alignment on PCGMetadata_CreateVectorAttribute"); \ +static_assert(sizeof(PCGMetadata_CreateVectorAttribute) == 0x000028, "Wrong size on PCGMetadata_CreateVectorAttribute"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_CreateVectorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, DefaultValue) == 0x000008, "Member 'PCGMetadata_CreateVectorAttribute::DefaultValue' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, bAllowsInterpolation) == 0x000020, "Member 'PCGMetadata_CreateVectorAttribute::bAllowsInterpolation' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_CreateVectorAttribute, bOverrideParent) == 0x000021, "Member 'PCGMetadata_CreateVectorAttribute::bOverrideParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_DeleteAttribute \ +static_assert(alignof(PCGMetadata_DeleteAttribute) == 0x000004, "Wrong alignment on PCGMetadata_DeleteAttribute"); \ +static_assert(sizeof(PCGMetadata_DeleteAttribute) == 0x000008, "Wrong size on PCGMetadata_DeleteAttribute"); \ +static_assert(offsetof(PCGMetadata_DeleteAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_DeleteAttribute::AttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_Initialize \ +static_assert(alignof(PCGMetadata_Initialize) == 0x000008, "Wrong alignment on PCGMetadata_Initialize"); \ +static_assert(sizeof(PCGMetadata_Initialize) == 0x000008, "Wrong size on PCGMetadata_Initialize"); \ +static_assert(offsetof(PCGMetadata_Initialize, InParent) == 0x000000, "Member 'PCGMetadata_Initialize::InParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_InitializeAsCopy \ +static_assert(alignof(PCGMetadata_InitializeAsCopy) == 0x000008, "Wrong alignment on PCGMetadata_InitializeAsCopy"); \ +static_assert(sizeof(PCGMetadata_InitializeAsCopy) == 0x000008, "Wrong size on PCGMetadata_InitializeAsCopy"); \ +static_assert(offsetof(PCGMetadata_InitializeAsCopy, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_InitializeAsCopy::InMetadataToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_InitializeAsCopyWithAttributeFilter \ +static_assert(alignof(PCGMetadata_InitializeAsCopyWithAttributeFilter) == 0x000008, "Wrong alignment on PCGMetadata_InitializeAsCopyWithAttributeFilter"); \ +static_assert(sizeof(PCGMetadata_InitializeAsCopyWithAttributeFilter) == 0x000060, "Wrong size on PCGMetadata_InitializeAsCopyWithAttributeFilter"); \ +static_assert(offsetof(PCGMetadata_InitializeAsCopyWithAttributeFilter, InMetadataToCopy) == 0x000000, "Member 'PCGMetadata_InitializeAsCopyWithAttributeFilter::InMetadataToCopy' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_InitializeAsCopyWithAttributeFilter, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_InitializeAsCopyWithAttributeFilter::InFilteredAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_InitializeAsCopyWithAttributeFilter, InFilterMode) == 0x000058, "Member 'PCGMetadata_InitializeAsCopyWithAttributeFilter::InFilterMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_InitializeWithAttributeFilter \ +static_assert(alignof(PCGMetadata_InitializeWithAttributeFilter) == 0x000008, "Wrong alignment on PCGMetadata_InitializeWithAttributeFilter"); \ +static_assert(sizeof(PCGMetadata_InitializeWithAttributeFilter) == 0x000060, "Wrong size on PCGMetadata_InitializeWithAttributeFilter"); \ +static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InParent) == 0x000000, "Member 'PCGMetadata_InitializeWithAttributeFilter::InParent' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InFilteredAttributes) == 0x000008, "Member 'PCGMetadata_InitializeWithAttributeFilter::InFilteredAttributes' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_InitializeWithAttributeFilter, InFilterMode) == 0x000058, "Member 'PCGMetadata_InitializeWithAttributeFilter::InFilterMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_MergeAttributesByKey \ +static_assert(alignof(PCGMetadata_MergeAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_MergeAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_MergeAttributesByKey) == 0x000038, "Wrong size on PCGMetadata_MergeAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, KeyA) == 0x000000, "Member 'PCGMetadata_MergeAttributesByKey::KeyA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, MetadataA) == 0x000008, "Member 'PCGMetadata_MergeAttributesByKey::MetadataA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, KeyB) == 0x000010, "Member 'PCGMetadata_MergeAttributesByKey::KeyB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, MetadataB) == 0x000018, "Member 'PCGMetadata_MergeAttributesByKey::MetadataB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, TargetKey) == 0x000020, "Member 'PCGMetadata_MergeAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, Op) == 0x000028, "Member 'PCGMetadata_MergeAttributesByKey::Op' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergeAttributesByKey, OutKey) == 0x000030, "Member 'PCGMetadata_MergeAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_MergePointAttributes \ +static_assert(alignof(PCGMetadata_MergePointAttributes) == 0x000010, "Wrong alignment on PCGMetadata_MergePointAttributes"); \ +static_assert(sizeof(PCGMetadata_MergePointAttributes) == 0x0002A0, "Wrong size on PCGMetadata_MergePointAttributes"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, PointA) == 0x000000, "Member 'PCGMetadata_MergePointAttributes::PointA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, MetadataA) == 0x0000D0, "Member 'PCGMetadata_MergePointAttributes::MetadataA' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, PointB) == 0x0000E0, "Member 'PCGMetadata_MergePointAttributes::PointB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, MetadataB) == 0x0001B0, "Member 'PCGMetadata_MergePointAttributes::MetadataB' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, TargetPoint) == 0x0001C0, "Member 'PCGMetadata_MergePointAttributes::TargetPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_MergePointAttributes, Op) == 0x000290, "Member 'PCGMetadata_MergePointAttributes::Op' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_RenameAttribute \ +static_assert(alignof(PCGMetadata_RenameAttribute) == 0x000004, "Wrong alignment on PCGMetadata_RenameAttribute"); \ +static_assert(sizeof(PCGMetadata_RenameAttribute) == 0x000014, "Wrong size on PCGMetadata_RenameAttribute"); \ +static_assert(offsetof(PCGMetadata_RenameAttribute, AttributeToRename) == 0x000000, "Member 'PCGMetadata_RenameAttribute::AttributeToRename' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_RenameAttribute, NewAttributeName) == 0x000008, "Member 'PCGMetadata_RenameAttribute::NewAttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_RenameAttribute, ReturnValue) == 0x000010, "Member 'PCGMetadata_RenameAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_ResetPointWeightedAttributes \ +static_assert(alignof(PCGMetadata_ResetPointWeightedAttributes) == 0x000010, "Wrong alignment on PCGMetadata_ResetPointWeightedAttributes"); \ +static_assert(sizeof(PCGMetadata_ResetPointWeightedAttributes) == 0x0000D0, "Wrong size on PCGMetadata_ResetPointWeightedAttributes"); \ +static_assert(offsetof(PCGMetadata_ResetPointWeightedAttributes, OutPoint) == 0x000000, "Member 'PCGMetadata_ResetPointWeightedAttributes::OutPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_ResetWeightedAttributesByKey \ +static_assert(alignof(PCGMetadata_ResetWeightedAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_ResetWeightedAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_ResetWeightedAttributesByKey) == 0x000010, "Wrong size on PCGMetadata_ResetWeightedAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_ResetWeightedAttributesByKey, TargetKey) == 0x000000, "Member 'PCGMetadata_ResetWeightedAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_ResetWeightedAttributesByKey, OutKey) == 0x000008, "Member 'PCGMetadata_ResetWeightedAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_SetAttributesByKey \ +static_assert(alignof(PCGMetadata_SetAttributesByKey) == 0x000008, "Wrong alignment on PCGMetadata_SetAttributesByKey"); \ +static_assert(sizeof(PCGMetadata_SetAttributesByKey) == 0x000020, "Wrong size on PCGMetadata_SetAttributesByKey"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, Key) == 0x000000, "Member 'PCGMetadata_SetAttributesByKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, InMetaData) == 0x000008, "Member 'PCGMetadata_SetAttributesByKey::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, TargetKey) == 0x000010, "Member 'PCGMetadata_SetAttributesByKey::TargetKey' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetAttributesByKey, OutKey) == 0x000018, "Member 'PCGMetadata_SetAttributesByKey::OutKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_SetPointAttributes \ +static_assert(alignof(PCGMetadata_SetPointAttributes) == 0x000010, "Wrong alignment on PCGMetadata_SetPointAttributes"); \ +static_assert(sizeof(PCGMetadata_SetPointAttributes) == 0x0001B0, "Wrong size on PCGMetadata_SetPointAttributes"); \ +static_assert(offsetof(PCGMetadata_SetPointAttributes, Point) == 0x000000, "Member 'PCGMetadata_SetPointAttributes::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetPointAttributes, MetaData) == 0x0000D0, "Member 'PCGMetadata_SetPointAttributes::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_SetPointAttributes, OutPoint) == 0x0000E0, "Member 'PCGMetadata_SetPointAttributes::OutPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_GetAttributes \ +static_assert(alignof(PCGMetadata_GetAttributes) == 0x000008, "Wrong alignment on PCGMetadata_GetAttributes"); \ +static_assert(sizeof(PCGMetadata_GetAttributes) == 0x000020, "Wrong size on PCGMetadata_GetAttributes"); \ +static_assert(offsetof(PCGMetadata_GetAttributes, AttributeNames) == 0x000000, "Member 'PCGMetadata_GetAttributes::AttributeNames' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_GetAttributes, AttributeTypes) == 0x000010, "Member 'PCGMetadata_GetAttributes::AttributeTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_HasAttribute \ +static_assert(alignof(PCGMetadata_HasAttribute) == 0x000004, "Wrong alignment on PCGMetadata_HasAttribute"); \ +static_assert(sizeof(PCGMetadata_HasAttribute) == 0x00000C, "Wrong size on PCGMetadata_HasAttribute"); \ +static_assert(offsetof(PCGMetadata_HasAttribute, AttributeName) == 0x000000, "Member 'PCGMetadata_HasAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_HasAttribute, ReturnValue) == 0x000008, "Member 'PCGMetadata_HasAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadata_HasCommonAttributes \ +static_assert(alignof(PCGMetadata_HasCommonAttributes) == 0x000008, "Wrong alignment on PCGMetadata_HasCommonAttributes"); \ +static_assert(sizeof(PCGMetadata_HasCommonAttributes) == 0x000010, "Wrong size on PCGMetadata_HasCommonAttributes"); \ +static_assert(offsetof(PCGMetadata_HasCommonAttributes, InMetaData) == 0x000000, "Member 'PCGMetadata_HasCommonAttributes::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadata_HasCommonAttributes, ReturnValue) == 0x000008, "Member 'PCGMetadata_HasCommonAttributes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadata \ +static_assert(alignof(UPCGMetadata) == 0x000008, "Wrong alignment on UPCGMetadata"); \ +static_assert(sizeof(UPCGMetadata) == 0x000108, "Wrong size on UPCGMetadata"); \ +static_assert(offsetof(UPCGMetadata, Parent) == 0x000028, "Member 'UPCGMetadata::Parent' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadata, OtherParents) == 0x000030, "Member 'UPCGMetadata::OtherParents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_CopyPoint \ +static_assert(alignof(PCGMetadataAccessorHelpers_CopyPoint) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_CopyPoint"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_CopyPoint) == 0x0001C0, "Wrong size on PCGMetadataAccessorHelpers_CopyPoint"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_CopyPoint, InPoint) == 0x000000, "Member 'PCGMetadataAccessorHelpers_CopyPoint::InPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_CopyPoint, OutPoint) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_CopyPoint::OutPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_CopyPoint, bCopyMetadata) == 0x0001A0, "Member 'PCGMetadataAccessorHelpers_CopyPoint::bCopyMetadata' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_CopyPoint, InMetaData) == 0x0001A8, "Member 'PCGMetadataAccessorHelpers_CopyPoint::InMetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_CopyPoint, OutMetadata) == 0x0001B0, "Member 'PCGMetadataAccessorHelpers_CopyPoint::OutMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetBoolAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetBoolAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetBoolAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetBoolAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetBoolAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetBoolAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetBoolAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetBoolAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetBoolAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetBoolAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetDoubleAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetDoubleAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetDoubleAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetDoubleAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetDoubleAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetDoubleAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetFloatAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetFloatAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetFloatAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetFloatAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetFloatAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetFloatAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetFloatAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetFloatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetFloatAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetInteger32Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetInteger32Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetInteger32Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetInteger32Attribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetInteger32Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetInteger32Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetInteger32Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetInteger32Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32Attribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetInteger32Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetInteger32AttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetInteger64Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetInteger64Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetInteger64Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetInteger64Attribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetInteger64Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetInteger64Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetInteger64Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetInteger64Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64Attribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetInteger64Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetInteger64AttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetNameAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetNameAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetNameAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetNameAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetNameAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetNameAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetNameAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetNameAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetNameAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetNameAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetNameAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetNameAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetNameAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetQuatAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetQuatAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetQuatAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetQuatAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_GetQuatAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetQuatAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetQuatAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetQuatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetQuatAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey) == 0x000040, "Wrong size on PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey, ReturnValue) == 0x000020, "Member 'PCGMetadataAccessorHelpers_GetQuatAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetRotatorAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetRotatorAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetRotatorAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetRotatorAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_GetRotatorAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey) == 0x000030, "Wrong size on PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetRotatorAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetStringAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetStringAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetStringAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetStringAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetStringAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetStringAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetStringAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetStringAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey) == 0x000028, "Wrong size on PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetStringAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetTransformAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetTransformAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetTransformAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetTransformAttribute) == 0x000140, "Wrong size on PCGMetadataAccessorHelpers_GetTransformAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetTransformAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetTransformAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetTransformAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetTransformAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey) == 0x000080, "Wrong size on PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey, ReturnValue) == 0x000020, "Member 'PCGMetadataAccessorHelpers_GetTransformAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetVector2Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetVector2Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetVector2Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetVector2Attribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_GetVector2Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetVector2Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetVector2Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetVector2Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2Attribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetVector2Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey) == 0x000028, "Wrong size on PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetVector2AttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetVector4Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetVector4Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetVector4Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetVector4Attribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_GetVector4Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetVector4Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetVector4Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetVector4Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4Attribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetVector4Attribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey) == 0x000040, "Wrong size on PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey, ReturnValue) == 0x000020, "Member 'PCGMetadataAccessorHelpers_GetVector4AttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetVectorAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetVectorAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_GetVectorAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetVectorAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_GetVectorAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetVectorAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_GetVectorAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_GetVectorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttribute, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_GetVectorAttribute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey) == 0x000030, "Wrong size on PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_GetVectorAttributeByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_HasAttributeSet \ +static_assert(alignof(PCGMetadataAccessorHelpers_HasAttributeSet) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_HasAttributeSet"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_HasAttributeSet) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_HasAttributeSet"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSet, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_HasAttributeSet::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSet, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_HasAttributeSet::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSet, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_HasAttributeSet::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSet, ReturnValue) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_HasAttributeSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey, ReturnValue) == 0x000018, "Member 'PCGMetadataAccessorHelpers_HasAttributeSetByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_InitializeMetadata \ +static_assert(alignof(PCGMetadataAccessorHelpers_InitializeMetadata) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_InitializeMetadata"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_InitializeMetadata) == 0x0001C0, "Wrong size on PCGMetadataAccessorHelpers_InitializeMetadata"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_InitializeMetadata, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_InitializeMetadata::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_InitializeMetadata, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_InitializeMetadata::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_InitializeMetadata, ParentPoint) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_InitializeMetadata::ParentPoint' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_InitializeMetadata, ParentMetadata) == 0x0001B0, "Member 'PCGMetadataAccessorHelpers_InitializeMetadata::ParentMetadata' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey) == 0x000030, "Wrong size on PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey, Object) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey::Object' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey, PropertyName) == 0x000020, "Member 'PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey, ReturnValue) == 0x000028, "Member 'PCGMetadataAccessorHelpers_SetAttributeFromPropertyByMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetBoolAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetBoolAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetBoolAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetBoolAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetBoolAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetBoolAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetBoolAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetBoolAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetBoolAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetBoolAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetDoubleAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetDoubleAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetDoubleAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetDoubleAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetDoubleAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetDoubleAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetFloatAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetFloatAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetFloatAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetFloatAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetFloatAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetFloatAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetFloatAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetFloatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetFloatAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetFloatAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetInteger32Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetInteger32Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetInteger32Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetInteger32Attribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetInteger32Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetInteger32Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetInteger32Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetInteger32Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32Attribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetInteger32Attribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetInteger32AttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetInteger64Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetInteger64Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetInteger64Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetInteger64Attribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetInteger64Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetInteger64Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetInteger64Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetInteger64Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64Attribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetInteger64Attribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey) == 0x000020, "Wrong size on PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetInteger64AttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetNameAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetNameAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetNameAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetNameAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetNameAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetNameAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetNameAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetNameAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetNameAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetNameAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetNameAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetNameAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetNameAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetQuatAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetQuatAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetQuatAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetQuatAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_SetQuatAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetQuatAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetQuatAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetQuatAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetQuatAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey) == 0x000040, "Wrong size on PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey, Value) == 0x000020, "Member 'PCGMetadataAccessorHelpers_SetQuatAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetRotatorAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetRotatorAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetRotatorAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetRotatorAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_SetRotatorAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey) == 0x000030, "Wrong size on PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetRotatorAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetStringAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetStringAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetStringAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetStringAttribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetStringAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetStringAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetStringAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetStringAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetStringAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey) == 0x000028, "Wrong size on PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetStringAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetTransformAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetTransformAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetTransformAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetTransformAttribute) == 0x000140, "Wrong size on PCGMetadataAccessorHelpers_SetTransformAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetTransformAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetTransformAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetTransformAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetTransformAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey) == 0x000080, "Wrong size on PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey, Value) == 0x000020, "Member 'PCGMetadataAccessorHelpers_SetTransformAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetVector2Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetVector2Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetVector2Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetVector2Attribute) == 0x0000F0, "Wrong size on PCGMetadataAccessorHelpers_SetVector2Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetVector2Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetVector2Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetVector2Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2Attribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetVector2Attribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey) == 0x000028, "Wrong size on PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetVector2AttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetVector4Attribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetVector4Attribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetVector4Attribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetVector4Attribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_SetVector4Attribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4Attribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetVector4Attribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4Attribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetVector4Attribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4Attribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetVector4Attribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4Attribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetVector4Attribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey) == 0x000040, "Wrong size on PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey, Value) == 0x000020, "Member 'PCGMetadataAccessorHelpers_SetVector4AttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetVectorAttribute \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetVectorAttribute) == 0x000010, "Wrong alignment on PCGMetadataAccessorHelpers_SetVectorAttribute"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetVectorAttribute) == 0x000100, "Wrong size on PCGMetadataAccessorHelpers_SetVectorAttribute"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttribute, Point) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetVectorAttribute::Point' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttribute, MetaData) == 0x0000D0, "Member 'PCGMetadataAccessorHelpers_SetVectorAttribute::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttribute, AttributeName) == 0x0000D8, "Member 'PCGMetadataAccessorHelpers_SetVectorAttribute::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttribute, Value) == 0x0000E0, "Member 'PCGMetadataAccessorHelpers_SetVectorAttribute::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey \ +static_assert(alignof(PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey) == 0x000008, "Wrong alignment on PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey"); \ +static_assert(sizeof(PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey) == 0x000030, "Wrong size on PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey, Key) == 0x000000, "Member 'PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey::Key' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey, MetaData) == 0x000008, "Member 'PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey::MetaData' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey, AttributeName) == 0x000010, "Member 'PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey, Value) == 0x000018, "Member 'PCGMetadataAccessorHelpers_SetVectorAttributeByMetadataKey::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataAccessorHelpers \ +static_assert(alignof(UPCGMetadataAccessorHelpers) == 0x000008, "Wrong alignment on UPCGMetadataAccessorHelpers"); \ +static_assert(sizeof(UPCGMetadataAccessorHelpers) == 0x000028, "Wrong size on UPCGMetadataAccessorHelpers"); \ + +#define DUMPER7_ASSERTS_PCGMetadataSettingsBase_GetOutputDataFromPinOptions \ +static_assert(alignof(PCGMetadataSettingsBase_GetOutputDataFromPinOptions) == 0x000008, "Wrong alignment on PCGMetadataSettingsBase_GetOutputDataFromPinOptions"); \ +static_assert(sizeof(PCGMetadataSettingsBase_GetOutputDataFromPinOptions) == 0x000010, "Wrong size on PCGMetadataSettingsBase_GetOutputDataFromPinOptions"); \ +static_assert(offsetof(PCGMetadataSettingsBase_GetOutputDataFromPinOptions, ReturnValue) == 0x000000, "Member 'PCGMetadataSettingsBase_GetOutputDataFromPinOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataSettingsBase \ +static_assert(alignof(UPCGMetadataSettingsBase) == 0x000008, "Wrong alignment on UPCGMetadataSettingsBase"); \ +static_assert(sizeof(UPCGMetadataSettingsBase) == 0x000180, "Wrong size on UPCGMetadataSettingsBase"); \ +static_assert(offsetof(UPCGMetadataSettingsBase, OutputTarget) == 0x000150, "Member 'UPCGMetadataSettingsBase::OutputTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataSettingsBase, OutputDataFromPin) == 0x000178, "Member 'UPCGMetadataSettingsBase::OutputDataFromPin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBitwiseSettings \ +static_assert(alignof(UPCGMetadataBitwiseSettings) == 0x000008, "Wrong alignment on UPCGMetadataBitwiseSettings"); \ +static_assert(sizeof(UPCGMetadataBitwiseSettings) == 0x0001D8, "Wrong size on UPCGMetadataBitwiseSettings"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, Operation) == 0x000180, "Member 'UPCGMetadataBitwiseSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataBitwiseSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBitwiseSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataBitwiseSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBooleanSettings \ +static_assert(alignof(UPCGMetadataBooleanSettings) == 0x000008, "Wrong alignment on UPCGMetadataBooleanSettings"); \ +static_assert(sizeof(UPCGMetadataBooleanSettings) == 0x0001D8, "Wrong size on UPCGMetadataBooleanSettings"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, Operation) == 0x000180, "Member 'UPCGMetadataBooleanSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataBooleanSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataBooleanSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataBooleanSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBreakTransformSettings \ +static_assert(alignof(UPCGMetadataBreakTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakTransformSettings"); \ +static_assert(sizeof(UPCGMetadataBreakTransformSettings) == 0x0001A8, "Wrong size on UPCGMetadataBreakTransformSettings"); \ +static_assert(offsetof(UPCGMetadataBreakTransformSettings, InputSource) == 0x000180, "Member 'UPCGMetadataBreakTransformSettings::InputSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataBreakVectorSettings \ +static_assert(alignof(UPCGMetadataBreakVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataBreakVectorSettings"); \ +static_assert(sizeof(UPCGMetadataBreakVectorSettings) == 0x0001A8, "Wrong size on UPCGMetadataBreakVectorSettings"); \ +static_assert(offsetof(UPCGMetadataBreakVectorSettings, InputSource) == 0x000180, "Member 'UPCGMetadataBreakVectorSettings::InputSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataCompareSettings \ +static_assert(alignof(UPCGMetadataCompareSettings) == 0x000008, "Wrong alignment on UPCGMetadataCompareSettings"); \ +static_assert(sizeof(UPCGMetadataCompareSettings) == 0x0001E0, "Wrong size on UPCGMetadataCompareSettings"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, Operation) == 0x000180, "Member 'UPCGMetadataCompareSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataCompareSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataCompareSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataCompareSettings, Tolerance) == 0x0001D8, "Member 'UPCGMetadataCompareSettings::Tolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataOperationSettings \ +static_assert(alignof(UPCGMetadataOperationSettings) == 0x000008, "Wrong alignment on UPCGMetadataOperationSettings"); \ +static_assert(sizeof(UPCGMetadataOperationSettings) == 0x0001A0, "Wrong size on UPCGMetadataOperationSettings"); \ +static_assert(offsetof(UPCGMetadataOperationSettings, InputSource) == 0x000150, "Member 'UPCGMetadataOperationSettings::InputSource' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataOperationSettings, OutputTarget) == 0x000178, "Member 'UPCGMetadataOperationSettings::OutputTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeRotatorSettings \ +static_assert(alignof(UPCGMetadataMakeRotatorSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeRotatorSettings"); \ +static_assert(sizeof(UPCGMetadataMakeRotatorSettings) == 0x000200, "Wrong size on UPCGMetadataMakeRotatorSettings"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataMakeRotatorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, InputSource2) == 0x0001A8, "Member 'UPCGMetadataMakeRotatorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, InputSource3) == 0x0001D0, "Member 'UPCGMetadataMakeRotatorSettings::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeRotatorSettings, Operation) == 0x0001F8, "Member 'UPCGMetadataMakeRotatorSettings::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeTransformSettings \ +static_assert(alignof(UPCGMetadataMakeTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeTransformSettings"); \ +static_assert(sizeof(UPCGMetadataMakeTransformSettings) == 0x0001F8, "Wrong size on UPCGMetadataMakeTransformSettings"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataMakeTransformSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource2) == 0x0001A8, "Member 'UPCGMetadataMakeTransformSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeTransformSettings, InputSource3) == 0x0001D0, "Member 'UPCGMetadataMakeTransformSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMakeVectorSettings \ +static_assert(alignof(UPCGMetadataMakeVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataMakeVectorSettings"); \ +static_assert(sizeof(UPCGMetadataMakeVectorSettings) == 0x000228, "Wrong size on UPCGMetadataMakeVectorSettings"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource1) == 0x000180, "Member 'UPCGMetadataMakeVectorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource2) == 0x0001A8, "Member 'UPCGMetadataMakeVectorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource3) == 0x0001D0, "Member 'UPCGMetadataMakeVectorSettings::InputSource3' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, InputSource4) == 0x0001F8, "Member 'UPCGMetadataMakeVectorSettings::InputSource4' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, OutputType) == 0x000220, "Member 'UPCGMetadataMakeVectorSettings::OutputType' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector3Op) == 0x000221, "Member 'UPCGMetadataMakeVectorSettings::MakeVector3Op' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMakeVectorSettings, MakeVector4Op) == 0x000222, "Member 'UPCGMetadataMakeVectorSettings::MakeVector4Op' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataMathsSettings \ +static_assert(alignof(UPCGMetadataMathsSettings) == 0x000008, "Wrong alignment on UPCGMetadataMathsSettings"); \ +static_assert(sizeof(UPCGMetadataMathsSettings) == 0x000200, "Wrong size on UPCGMetadataMathsSettings"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, Operation) == 0x000180, "Member 'UPCGMetadataMathsSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataMathsSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataMathsSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataMathsSettings, InputSource3) == 0x0001D8, "Member 'UPCGMetadataMathsSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataPartitionSettings \ +static_assert(alignof(UPCGMetadataPartitionSettings) == 0x000008, "Wrong alignment on UPCGMetadataPartitionSettings"); \ +static_assert(sizeof(UPCGMetadataPartitionSettings) == 0x000158, "Wrong size on UPCGMetadataPartitionSettings"); \ +static_assert(offsetof(UPCGMetadataPartitionSettings, PartitionAttribute) == 0x000150, "Member 'UPCGMetadataPartitionSettings::PartitionAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataRenameSettings \ +static_assert(alignof(UPCGMetadataRenameSettings) == 0x000008, "Wrong alignment on UPCGMetadataRenameSettings"); \ +static_assert(sizeof(UPCGMetadataRenameSettings) == 0x000160, "Wrong size on UPCGMetadataRenameSettings"); \ +static_assert(offsetof(UPCGMetadataRenameSettings, AttributeToRename) == 0x000150, "Member 'UPCGMetadataRenameSettings::AttributeToRename' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRenameSettings, NewAttributeName) == 0x000158, "Member 'UPCGMetadataRenameSettings::NewAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataRotatorSettings \ +static_assert(alignof(UPCGMetadataRotatorSettings) == 0x000008, "Wrong alignment on UPCGMetadataRotatorSettings"); \ +static_assert(sizeof(UPCGMetadataRotatorSettings) == 0x000200, "Wrong size on UPCGMetadataRotatorSettings"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, Operation) == 0x000180, "Member 'UPCGMetadataRotatorSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataRotatorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataRotatorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataRotatorSettings, InputSource3) == 0x0001D8, "Member 'UPCGMetadataRotatorSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataStringOpSettings \ +static_assert(alignof(UPCGMetadataStringOpSettings) == 0x000008, "Wrong alignment on UPCGMetadataStringOpSettings"); \ +static_assert(sizeof(UPCGMetadataStringOpSettings) == 0x0001D8, "Wrong size on UPCGMetadataStringOpSettings"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, Operation) == 0x000180, "Member 'UPCGMetadataStringOpSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataStringOpSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataStringOpSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataStringOpSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataTransformSettings \ +static_assert(alignof(UPCGMetadataTransformSettings) == 0x000008, "Wrong alignment on UPCGMetadataTransformSettings"); \ +static_assert(sizeof(UPCGMetadataTransformSettings) == 0x000200, "Wrong size on UPCGMetadataTransformSettings"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, Operation) == 0x000180, "Member 'UPCGMetadataTransformSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, TransformLerpMode) == 0x000182, "Member 'UPCGMetadataTransformSettings::TransformLerpMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataTransformSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataTransformSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTransformSettings, InputSource3) == 0x0001D8, "Member 'UPCGMetadataTransformSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataTrigSettings \ +static_assert(alignof(UPCGMetadataTrigSettings) == 0x000008, "Wrong alignment on UPCGMetadataTrigSettings"); \ +static_assert(sizeof(UPCGMetadataTrigSettings) == 0x0001D8, "Wrong size on UPCGMetadataTrigSettings"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, Operation) == 0x000180, "Member 'UPCGMetadataTrigSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataTrigSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataTrigSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataTrigSettings::InputSource2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGMetadataVectorSettings \ +static_assert(alignof(UPCGMetadataVectorSettings) == 0x000008, "Wrong alignment on UPCGMetadataVectorSettings"); \ +static_assert(sizeof(UPCGMetadataVectorSettings) == 0x000200, "Wrong size on UPCGMetadataVectorSettings"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, Operation) == 0x000180, "Member 'UPCGMetadataVectorSettings::Operation' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource1) == 0x000188, "Member 'UPCGMetadataVectorSettings::InputSource1' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource2) == 0x0001B0, "Member 'UPCGMetadataVectorSettings::InputSource2' has a wrong offset!"); \ +static_assert(offsetof(UPCGMetadataVectorSettings, InputSource3) == 0x0001D8, "Member 'UPCGMetadataVectorSettings::InputSource3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGNode_AddEdgeTo \ +static_assert(alignof(PCGNode_AddEdgeTo) == 0x000008, "Wrong alignment on PCGNode_AddEdgeTo"); \ +static_assert(sizeof(PCGNode_AddEdgeTo) == 0x000020, "Wrong size on PCGNode_AddEdgeTo"); \ +static_assert(offsetof(PCGNode_AddEdgeTo, FromPinLabel) == 0x000000, "Member 'PCGNode_AddEdgeTo::FromPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGNode_AddEdgeTo, To) == 0x000008, "Member 'PCGNode_AddEdgeTo::To' has a wrong offset!"); \ +static_assert(offsetof(PCGNode_AddEdgeTo, ToPinLabel) == 0x000010, "Member 'PCGNode_AddEdgeTo::ToPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGNode_AddEdgeTo, ReturnValue) == 0x000018, "Member 'PCGNode_AddEdgeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGNode_RemoveEdgeTo \ +static_assert(alignof(PCGNode_RemoveEdgeTo) == 0x000008, "Wrong alignment on PCGNode_RemoveEdgeTo"); \ +static_assert(sizeof(PCGNode_RemoveEdgeTo) == 0x000020, "Wrong size on PCGNode_RemoveEdgeTo"); \ +static_assert(offsetof(PCGNode_RemoveEdgeTo, FromPinLable) == 0x000000, "Member 'PCGNode_RemoveEdgeTo::FromPinLable' has a wrong offset!"); \ +static_assert(offsetof(PCGNode_RemoveEdgeTo, To) == 0x000008, "Member 'PCGNode_RemoveEdgeTo::To' has a wrong offset!"); \ +static_assert(offsetof(PCGNode_RemoveEdgeTo, ToPinLabel) == 0x000010, "Member 'PCGNode_RemoveEdgeTo::ToPinLabel' has a wrong offset!"); \ +static_assert(offsetof(PCGNode_RemoveEdgeTo, ReturnValue) == 0x000018, "Member 'PCGNode_RemoveEdgeTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGNode_GetGraph \ +static_assert(alignof(PCGNode_GetGraph) == 0x000008, "Wrong alignment on PCGNode_GetGraph"); \ +static_assert(sizeof(PCGNode_GetGraph) == 0x000008, "Wrong size on PCGNode_GetGraph"); \ +static_assert(offsetof(PCGNode_GetGraph, ReturnValue) == 0x000000, "Member 'PCGNode_GetGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGNode_GetSettings \ +static_assert(alignof(PCGNode_GetSettings) == 0x000008, "Wrong alignment on PCGNode_GetSettings"); \ +static_assert(sizeof(PCGNode_GetSettings) == 0x000008, "Wrong size on PCGNode_GetSettings"); \ +static_assert(offsetof(PCGNode_GetSettings, ReturnValue) == 0x000000, "Member 'PCGNode_GetSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGNode \ +static_assert(alignof(UPCGNode) == 0x000008, "Wrong alignment on UPCGNode"); \ +static_assert(sizeof(UPCGNode) == 0x000088, "Wrong size on UPCGNode"); \ +static_assert(offsetof(UPCGNode, NodeTitle) == 0x000028, "Member 'UPCGNode::NodeTitle' has a wrong offset!"); \ +static_assert(offsetof(UPCGNode, SettingsInterface) == 0x000030, "Member 'UPCGNode::SettingsInterface' has a wrong offset!"); \ +static_assert(offsetof(UPCGNode, OutboundNodes) == 0x000038, "Member 'UPCGNode::OutboundNodes' has a wrong offset!"); \ +static_assert(offsetof(UPCGNode, InboundEdges) == 0x000048, "Member 'UPCGNode::InboundEdges' has a wrong offset!"); \ +static_assert(offsetof(UPCGNode, OutboundEdges) == 0x000058, "Member 'UPCGNode::OutboundEdges' has a wrong offset!"); \ +static_assert(offsetof(UPCGNode, InputPins) == 0x000068, "Member 'UPCGNode::InputPins' has a wrong offset!"); \ +static_assert(offsetof(UPCGNode, OutputPins) == 0x000078, "Member 'UPCGNode::OutputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGNormalToDensitySettings \ +static_assert(alignof(UPCGNormalToDensitySettings) == 0x000008, "Wrong alignment on UPCGNormalToDensitySettings"); \ +static_assert(sizeof(UPCGNormalToDensitySettings) == 0x000180, "Wrong size on UPCGNormalToDensitySettings"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, Normal) == 0x000150, "Member 'UPCGNormalToDensitySettings::Normal' has a wrong offset!"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, Offset) == 0x000168, "Member 'UPCGNormalToDensitySettings::Offset' has a wrong offset!"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, Strength) == 0x000170, "Member 'UPCGNormalToDensitySettings::Strength' has a wrong offset!"); \ +static_assert(offsetof(UPCGNormalToDensitySettings, DensityMode) == 0x000178, "Member 'UPCGNormalToDensitySettings::DensityMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGNumberOfPointsSettings \ +static_assert(alignof(UPCGNumberOfPointsSettings) == 0x000008, "Wrong alignment on UPCGNumberOfPointsSettings"); \ +static_assert(sizeof(UPCGNumberOfPointsSettings) == 0x000158, "Wrong size on UPCGNumberOfPointsSettings"); \ +static_assert(offsetof(UPCGNumberOfPointsSettings, OutputAttributeName) == 0x000150, "Member 'UPCGNumberOfPointsSettings::OutputAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSettingsWithDynamicInputs \ +static_assert(alignof(UPCGSettingsWithDynamicInputs) == 0x000008, "Wrong alignment on UPCGSettingsWithDynamicInputs"); \ +static_assert(sizeof(UPCGSettingsWithDynamicInputs) == 0x000160, "Wrong size on UPCGSettingsWithDynamicInputs"); \ +static_assert(offsetof(UPCGSettingsWithDynamicInputs, DynamicInputPinProperties) == 0x000150, "Member 'UPCGSettingsWithDynamicInputs::DynamicInputPinProperties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGOuterIntersectionSettings \ +static_assert(alignof(UPCGOuterIntersectionSettings) == 0x000008, "Wrong alignment on UPCGOuterIntersectionSettings"); \ +static_assert(sizeof(UPCGOuterIntersectionSettings) == 0x000168, "Wrong size on UPCGOuterIntersectionSettings"); \ +static_assert(offsetof(UPCGOuterIntersectionSettings, DensityFunction) == 0x000160, "Member 'UPCGOuterIntersectionSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGOuterIntersectionSettings, bIgnorePinsWithNoInput) == 0x000161, "Member 'UPCGOuterIntersectionSettings::bIgnorePinsWithNoInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGParamData_FindOrAddMetadataKey \ +static_assert(alignof(PCGParamData_FindOrAddMetadataKey) == 0x000008, "Wrong alignment on PCGParamData_FindOrAddMetadataKey"); \ +static_assert(sizeof(PCGParamData_FindOrAddMetadataKey) == 0x000010, "Wrong size on PCGParamData_FindOrAddMetadataKey"); \ +static_assert(offsetof(PCGParamData_FindOrAddMetadataKey, InName) == 0x000000, "Member 'PCGParamData_FindOrAddMetadataKey::InName' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FindOrAddMetadataKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FindOrAddMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGParamData_MutableMetadata \ +static_assert(alignof(PCGParamData_MutableMetadata) == 0x000008, "Wrong alignment on PCGParamData_MutableMetadata"); \ +static_assert(sizeof(PCGParamData_MutableMetadata) == 0x000008, "Wrong size on PCGParamData_MutableMetadata"); \ +static_assert(offsetof(PCGParamData_MutableMetadata, ReturnValue) == 0x000000, "Member 'PCGParamData_MutableMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGParamData_ConstMetadata \ +static_assert(alignof(PCGParamData_ConstMetadata) == 0x000008, "Wrong alignment on PCGParamData_ConstMetadata"); \ +static_assert(sizeof(PCGParamData_ConstMetadata) == 0x000008, "Wrong size on PCGParamData_ConstMetadata"); \ +static_assert(offsetof(PCGParamData_ConstMetadata, ReturnValue) == 0x000000, "Member 'PCGParamData_ConstMetadata::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGParamData_FilterParamsByKey \ +static_assert(alignof(PCGParamData_FilterParamsByKey) == 0x000008, "Wrong alignment on PCGParamData_FilterParamsByKey"); \ +static_assert(sizeof(PCGParamData_FilterParamsByKey) == 0x000010, "Wrong size on PCGParamData_FilterParamsByKey"); \ +static_assert(offsetof(PCGParamData_FilterParamsByKey, InKey) == 0x000000, "Member 'PCGParamData_FilterParamsByKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FilterParamsByKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FilterParamsByKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGParamData_FilterParamsByName \ +static_assert(alignof(PCGParamData_FilterParamsByName) == 0x000008, "Wrong alignment on PCGParamData_FilterParamsByName"); \ +static_assert(sizeof(PCGParamData_FilterParamsByName) == 0x000010, "Wrong size on PCGParamData_FilterParamsByName"); \ +static_assert(offsetof(PCGParamData_FilterParamsByName, InName) == 0x000000, "Member 'PCGParamData_FilterParamsByName::InName' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FilterParamsByName, ReturnValue) == 0x000008, "Member 'PCGParamData_FilterParamsByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGParamData_FindMetadataKey \ +static_assert(alignof(PCGParamData_FindMetadataKey) == 0x000008, "Wrong alignment on PCGParamData_FindMetadataKey"); \ +static_assert(sizeof(PCGParamData_FindMetadataKey) == 0x000010, "Wrong size on PCGParamData_FindMetadataKey"); \ +static_assert(offsetof(PCGParamData_FindMetadataKey, InName) == 0x000000, "Member 'PCGParamData_FindMetadataKey::InName' has a wrong offset!"); \ +static_assert(offsetof(PCGParamData_FindMetadataKey, ReturnValue) == 0x000008, "Member 'PCGParamData_FindMetadataKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGParamData \ +static_assert(alignof(UPCGParamData) == 0x000008, "Wrong alignment on UPCGParamData"); \ +static_assert(sizeof(UPCGParamData) == 0x0000C0, "Wrong size on UPCGParamData"); \ +static_assert(offsetof(UPCGParamData, MetaData) == 0x000038, "Member 'UPCGParamData::MetaData' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, NameMap) == 0x000040, "Member 'UPCGParamData::NameMap' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, bHasCachedLastSelector) == 0x000090, "Member 'UPCGParamData::bHasCachedLastSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGParamData, CachedLastSelector) == 0x000098, "Member 'UPCGParamData::CachedLastSelector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPartitionActor_GetLocalComponent \ +static_assert(alignof(PCGPartitionActor_GetLocalComponent) == 0x000008, "Wrong alignment on PCGPartitionActor_GetLocalComponent"); \ +static_assert(sizeof(PCGPartitionActor_GetLocalComponent) == 0x000010, "Wrong size on PCGPartitionActor_GetLocalComponent"); \ +static_assert(offsetof(PCGPartitionActor_GetLocalComponent, OriginalComponent) == 0x000000, "Member 'PCGPartitionActor_GetLocalComponent::OriginalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGPartitionActor_GetLocalComponent, ReturnValue) == 0x000008, "Member 'PCGPartitionActor_GetLocalComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPartitionActor_GetOriginalComponent \ +static_assert(alignof(PCGPartitionActor_GetOriginalComponent) == 0x000008, "Wrong alignment on PCGPartitionActor_GetOriginalComponent"); \ +static_assert(sizeof(PCGPartitionActor_GetOriginalComponent) == 0x000010, "Wrong size on PCGPartitionActor_GetOriginalComponent"); \ +static_assert(offsetof(PCGPartitionActor_GetOriginalComponent, LocalComponent) == 0x000000, "Member 'PCGPartitionActor_GetOriginalComponent::LocalComponent' has a wrong offset!"); \ +static_assert(offsetof(PCGPartitionActor_GetOriginalComponent, ReturnValue) == 0x000008, "Member 'PCGPartitionActor_GetOriginalComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGPartitionActor \ +static_assert(alignof(APCGPartitionActor) == 0x000008, "Wrong alignment on APCGPartitionActor"); \ +static_assert(sizeof(APCGPartitionActor) == 0x000340, "Wrong size on APCGPartitionActor"); \ +static_assert(offsetof(APCGPartitionActor, PCGGuid) == 0x000288, "Member 'APCGPartitionActor::PCGGuid' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, LocalToOriginal) == 0x0002E8, "Member 'APCGPartitionActor::LocalToOriginal' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, PCGGridSize) == 0x000338, "Member 'APCGPartitionActor::PCGGridSize' has a wrong offset!"); \ +static_assert(offsetof(APCGPartitionActor, bUse2DGrid) == 0x00033C, "Member 'APCGPartitionActor::bUse2DGrid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_BreakPinProperty \ +static_assert(alignof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_BreakPinProperty"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_BreakPinProperty) == 0x00001C, "Wrong size on PCGBlueprintPinHelpers_BreakPinProperty"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, PinProperty) == 0x000000, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::PinProperty' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, Label) == 0x000010, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::Label' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleData) == 0x000018, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAllowMultipleConnections) == 0x000019, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAllowMultipleConnections' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, bAdvancedPin) == 0x00001A, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::bAdvancedPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_BreakPinProperty, AllowedType) == 0x00001B, "Member 'PCGBlueprintPinHelpers_BreakPinProperty::AllowedType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGBlueprintPinHelpers_MakePinProperty \ +static_assert(alignof(PCGBlueprintPinHelpers_MakePinProperty) == 0x000004, "Wrong alignment on PCGBlueprintPinHelpers_MakePinProperty"); \ +static_assert(sizeof(PCGBlueprintPinHelpers_MakePinProperty) == 0x00001C, "Wrong size on PCGBlueprintPinHelpers_MakePinProperty"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, Label) == 0x000000, "Member 'PCGBlueprintPinHelpers_MakePinProperty::Label' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bAllowMultipleData) == 0x000008, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bAllowMultipleData' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bAllowMultipleConnections) == 0x000009, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bAllowMultipleConnections' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, bAdvancedPin) == 0x00000A, "Member 'PCGBlueprintPinHelpers_MakePinProperty::bAdvancedPin' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, AllowedType) == 0x00000B, "Member 'PCGBlueprintPinHelpers_MakePinProperty::AllowedType' has a wrong offset!"); \ +static_assert(offsetof(PCGBlueprintPinHelpers_MakePinProperty, ReturnValue) == 0x00000C, "Member 'PCGBlueprintPinHelpers_MakePinProperty::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBlueprintPinHelpers \ +static_assert(alignof(UPCGBlueprintPinHelpers) == 0x000008, "Wrong alignment on UPCGBlueprintPinHelpers"); \ +static_assert(sizeof(UPCGBlueprintPinHelpers) == 0x000028, "Wrong size on UPCGBlueprintPinHelpers"); \ + +#define DUMPER7_ASSERTS_PCGPin_SetToolTip \ +static_assert(alignof(PCGPin_SetToolTip) == 0x000008, "Wrong alignment on PCGPin_SetToolTip"); \ +static_assert(sizeof(PCGPin_SetToolTip) == 0x000018, "Wrong size on PCGPin_SetToolTip"); \ +static_assert(offsetof(PCGPin_SetToolTip, InTooltip) == 0x000000, "Member 'PCGPin_SetToolTip::InTooltip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPin_GetTooltip \ +static_assert(alignof(PCGPin_GetTooltip) == 0x000008, "Wrong alignment on PCGPin_GetTooltip"); \ +static_assert(sizeof(PCGPin_GetTooltip) == 0x000018, "Wrong size on PCGPin_GetTooltip"); \ +static_assert(offsetof(PCGPin_GetTooltip, ReturnValue) == 0x000000, "Member 'PCGPin_GetTooltip::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPin \ +static_assert(alignof(UPCGPin) == 0x000008, "Wrong alignment on UPCGPin"); \ +static_assert(sizeof(UPCGPin) == 0x000058, "Wrong size on UPCGPin"); \ +static_assert(offsetof(UPCGPin, Node) == 0x000028, "Member 'UPCGPin::Node' has a wrong offset!"); \ +static_assert(offsetof(UPCGPin, Label) == 0x000030, "Member 'UPCGPin::Label' has a wrong offset!"); \ +static_assert(offsetof(UPCGPin, Edges) == 0x000038, "Member 'UPCGPin::Edges' has a wrong offset!"); \ +static_assert(offsetof(UPCGPin, Properties) == 0x000048, "Member 'UPCGPin::Properties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_CopyPointsFrom \ +static_assert(alignof(PCGPointData_CopyPointsFrom) == 0x000008, "Wrong alignment on PCGPointData_CopyPointsFrom"); \ +static_assert(sizeof(PCGPointData_CopyPointsFrom) == 0x000018, "Wrong size on PCGPointData_CopyPointsFrom"); \ +static_assert(offsetof(PCGPointData_CopyPointsFrom, InData) == 0x000000, "Member 'PCGPointData_CopyPointsFrom::InData' has a wrong offset!"); \ +static_assert(offsetof(PCGPointData_CopyPointsFrom, InDataIndices) == 0x000008, "Member 'PCGPointData_CopyPointsFrom::InDataIndices' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_SetPoints \ +static_assert(alignof(PCGPointData_SetPoints) == 0x000008, "Wrong alignment on PCGPointData_SetPoints"); \ +static_assert(sizeof(PCGPointData_SetPoints) == 0x000010, "Wrong size on PCGPointData_SetPoints"); \ +static_assert(offsetof(PCGPointData_SetPoints, InPoints) == 0x000000, "Member 'PCGPointData_SetPoints::InPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_GetPoint \ +static_assert(alignof(PCGPointData_GetPoint) == 0x000010, "Wrong alignment on PCGPointData_GetPoint"); \ +static_assert(sizeof(PCGPointData_GetPoint) == 0x0000E0, "Wrong size on PCGPointData_GetPoint"); \ +static_assert(offsetof(PCGPointData_GetPoint, Index_0) == 0x000000, "Member 'PCGPointData_GetPoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(PCGPointData_GetPoint, ReturnValue) == 0x000010, "Member 'PCGPointData_GetPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointData_GetPoints \ +static_assert(alignof(PCGPointData_GetPoints) == 0x000008, "Wrong alignment on PCGPointData_GetPoints"); \ +static_assert(sizeof(PCGPointData_GetPoints) == 0x000010, "Wrong size on PCGPointData_GetPoints"); \ +static_assert(offsetof(PCGPointData_GetPoints, ReturnValue) == 0x000000, "Member 'PCGPointData_GetPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointData \ +static_assert(alignof(UPCGPointData) == 0x000010, "Wrong alignment on UPCGPointData"); \ +static_assert(sizeof(UPCGPointData) == 0x0001A0, "Wrong size on UPCGPointData"); \ +static_assert(offsetof(UPCGPointData, Points) == 0x000078, "Member 'UPCGPointData::Points' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointExtentsModifierSettings \ +static_assert(alignof(UPCGPointExtentsModifierSettings) == 0x000008, "Wrong alignment on UPCGPointExtentsModifierSettings"); \ +static_assert(sizeof(UPCGPointExtentsModifierSettings) == 0x000170, "Wrong size on UPCGPointExtentsModifierSettings"); \ +static_assert(offsetof(UPCGPointExtentsModifierSettings, Extents) == 0x000150, "Member 'UPCGPointExtentsModifierSettings::Extents' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointExtentsModifierSettings, Mode) == 0x000168, "Member 'UPCGPointExtentsModifierSettings::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointFilterSettings \ +static_assert(alignof(UPCGPointFilterSettings) == 0x000010, "Wrong alignment on UPCGPointFilterSettings"); \ +static_assert(sizeof(UPCGPointFilterSettings) == 0x000320, "Wrong size on UPCGPointFilterSettings"); \ +static_assert(offsetof(UPCGPointFilterSettings, Operator) == 0x000150, "Member 'UPCGPointFilterSettings::Operator' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFilterSettings, TargetAttribute) == 0x000158, "Member 'UPCGPointFilterSettings::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFilterSettings, bUseConstantThreshold) == 0x000180, "Member 'UPCGPointFilterSettings::bUseConstantThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFilterSettings, ThresholdAttribute) == 0x000188, "Member 'UPCGPointFilterSettings::ThresholdAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFilterSettings, bUseSpatialQuery) == 0x0001B0, "Member 'UPCGPointFilterSettings::bUseSpatialQuery' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFilterSettings, AttributeTypes) == 0x0001C0, "Member 'UPCGPointFilterSettings::AttributeTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointFilterRangeSettings \ +static_assert(alignof(UPCGPointFilterRangeSettings) == 0x000010, "Wrong alignment on UPCGPointFilterRangeSettings"); \ +static_assert(sizeof(UPCGPointFilterRangeSettings) == 0x0004C0, "Wrong size on UPCGPointFilterRangeSettings"); \ +static_assert(offsetof(UPCGPointFilterRangeSettings, TargetAttribute) == 0x000150, "Member 'UPCGPointFilterRangeSettings::TargetAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFilterRangeSettings, MinThreshold) == 0x000180, "Member 'UPCGPointFilterRangeSettings::MinThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFilterRangeSettings, MaxThreshold) == 0x000320, "Member 'UPCGPointFilterRangeSettings::MaxThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointFromMeshSettings \ +static_assert(alignof(UPCGPointFromMeshSettings) == 0x000008, "Wrong alignment on UPCGPointFromMeshSettings"); \ +static_assert(sizeof(UPCGPointFromMeshSettings) == 0x000180, "Wrong size on UPCGPointFromMeshSettings"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, StaticMesh) == 0x000150, "Member 'UPCGPointFromMeshSettings::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointFromMeshSettings, MeshPathAttributeName) == 0x000178, "Member 'UPCGPointFromMeshSettings::MeshPathAttributeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGPointMatchAndSetSettings_SetMatchAndSetType \ +static_assert(alignof(PCGPointMatchAndSetSettings_SetMatchAndSetType) == 0x000008, "Wrong alignment on PCGPointMatchAndSetSettings_SetMatchAndSetType"); \ +static_assert(sizeof(PCGPointMatchAndSetSettings_SetMatchAndSetType) == 0x000008, "Wrong size on PCGPointMatchAndSetSettings_SetMatchAndSetType"); \ +static_assert(offsetof(PCGPointMatchAndSetSettings_SetMatchAndSetType, InMatchAndSetType) == 0x000000, "Member 'PCGPointMatchAndSetSettings_SetMatchAndSetType::InMatchAndSetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPointMatchAndSetSettings \ +static_assert(alignof(UPCGPointMatchAndSetSettings) == 0x000008, "Wrong alignment on UPCGPointMatchAndSetSettings"); \ +static_assert(sizeof(UPCGPointMatchAndSetSettings) == 0x000190, "Wrong size on UPCGPointMatchAndSetSettings"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetType) == 0x000150, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetType' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, MatchAndSetInstance) == 0x000158, "Member 'UPCGPointMatchAndSetSettings::MatchAndSetInstance' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTarget) == 0x000160, "Member 'UPCGPointMatchAndSetSettings::SetTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTargetType) == 0x000188, "Member 'UPCGPointMatchAndSetSettings::SetTargetType' has a wrong offset!"); \ +static_assert(offsetof(UPCGPointMatchAndSetSettings, SetTargetStringMode) == 0x00018C, "Member 'UPCGPointMatchAndSetSettings::SetTargetStringMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPrimitiveData \ +static_assert(alignof(UPCGPrimitiveData) == 0x000008, "Wrong alignment on UPCGPrimitiveData"); \ +static_assert(sizeof(UPCGPrimitiveData) == 0x000158, "Wrong size on UPCGPrimitiveData"); \ +static_assert(offsetof(UPCGPrimitiveData, VoxelSize) == 0x0000C8, "Member 'UPCGPrimitiveData::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, Primitive) == 0x0000E0, "Member 'UPCGPrimitiveData::Primitive' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, CachedBounds) == 0x0000E8, "Member 'UPCGPrimitiveData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGPrimitiveData, CachedStrictBounds) == 0x000120, "Member 'UPCGPrimitiveData::CachedStrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProjectionData \ +static_assert(alignof(UPCGProjectionData) == 0x000008, "Wrong alignment on UPCGProjectionData"); \ +static_assert(sizeof(UPCGProjectionData) == 0x000168, "Wrong size on UPCGProjectionData"); \ +static_assert(offsetof(UPCGProjectionData, Source) == 0x0000C8, "Member 'UPCGProjectionData::Source' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, Target) == 0x0000D0, "Member 'UPCGProjectionData::Target' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, CachedBounds) == 0x0000D8, "Member 'UPCGProjectionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, CachedStrictBounds) == 0x000110, "Member 'UPCGProjectionData::CachedStrictBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGProjectionData, ProjectionParams) == 0x000148, "Member 'UPCGProjectionData::ProjectionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGProjectionSettings \ +static_assert(alignof(UPCGProjectionSettings) == 0x000008, "Wrong alignment on UPCGProjectionSettings"); \ +static_assert(sizeof(UPCGProjectionSettings) == 0x000170, "Wrong size on UPCGProjectionSettings"); \ +static_assert(offsetof(UPCGProjectionSettings, ProjectionParams) == 0x000150, "Member 'UPCGProjectionSettings::ProjectionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGPropertyToParamDataSettings \ +static_assert(alignof(UPCGPropertyToParamDataSettings) == 0x000008, "Wrong alignment on UPCGPropertyToParamDataSettings"); \ +static_assert(sizeof(UPCGPropertyToParamDataSettings) == 0x0001B8, "Wrong size on UPCGPropertyToParamDataSettings"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, ActorSelector) == 0x000150, "Member 'UPCGPropertyToParamDataSettings::ActorSelector' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, bSelectComponent) == 0x000170, "Member 'UPCGPropertyToParamDataSettings::bSelectComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, ComponentClass) == 0x000178, "Member 'UPCGPropertyToParamDataSettings::ComponentClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, PropertyName) == 0x000180, "Member 'UPCGPropertyToParamDataSettings::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, bExtractObjectAndStruct) == 0x000188, "Member 'UPCGPropertyToParamDataSettings::bExtractObjectAndStruct' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, OutputAttributeName) == 0x00018C, "Member 'UPCGPropertyToParamDataSettings::OutputAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, bAlwaysRequeryActors) == 0x000194, "Member 'UPCGPropertyToParamDataSettings::bAlwaysRequeryActors' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, ActorSelection) == 0x000195, "Member 'UPCGPropertyToParamDataSettings::ActorSelection' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, ActorSelectionTag) == 0x000198, "Member 'UPCGPropertyToParamDataSettings::ActorSelectionTag' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, ActorSelectionName) == 0x0001A0, "Member 'UPCGPropertyToParamDataSettings::ActorSelectionName' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, ActorSelectionClass) == 0x0001A8, "Member 'UPCGPropertyToParamDataSettings::ActorSelectionClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, ActorFilter) == 0x0001B0, "Member 'UPCGPropertyToParamDataSettings::ActorFilter' has a wrong offset!"); \ +static_assert(offsetof(UPCGPropertyToParamDataSettings, bIncludeChildren) == 0x0001B1, "Member 'UPCGPropertyToParamDataSettings::bIncludeChildren' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGUnitTestDummyActor \ +static_assert(alignof(APCGUnitTestDummyActor) == 0x000010, "Wrong alignment on APCGUnitTestDummyActor"); \ +static_assert(sizeof(APCGUnitTestDummyActor) == 0x000400, "Wrong size on APCGUnitTestDummyActor"); \ +static_assert(offsetof(APCGUnitTestDummyActor, IntProperty) == 0x000288, "Member 'APCGUnitTestDummyActor::IntProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, FloatProperty) == 0x00028C, "Member 'APCGUnitTestDummyActor::FloatProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, Int64Property) == 0x000290, "Member 'APCGUnitTestDummyActor::Int64Property' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, DoubleProperty) == 0x000298, "Member 'APCGUnitTestDummyActor::DoubleProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, BoolProperty) == 0x0002A0, "Member 'APCGUnitTestDummyActor::BoolProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, NameProperty) == 0x0002A4, "Member 'APCGUnitTestDummyActor::NameProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, StringProperty) == 0x0002B0, "Member 'APCGUnitTestDummyActor::StringProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, EnumProperty) == 0x0002C0, "Member 'APCGUnitTestDummyActor::EnumProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, VectorProperty) == 0x0002C8, "Member 'APCGUnitTestDummyActor::VectorProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, Vector4Property) == 0x0002E0, "Member 'APCGUnitTestDummyActor::Vector4Property' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, TransformProperty) == 0x000300, "Member 'APCGUnitTestDummyActor::TransformProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, RotatorProperty) == 0x000360, "Member 'APCGUnitTestDummyActor::RotatorProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, QuatProperty) == 0x000380, "Member 'APCGUnitTestDummyActor::QuatProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, SoftObjectPathProperty) == 0x0003A0, "Member 'APCGUnitTestDummyActor::SoftObjectPathProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, SoftClassPathProperty) == 0x0003B8, "Member 'APCGUnitTestDummyActor::SoftClassPathProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ClassProperty) == 0x0003D0, "Member 'APCGUnitTestDummyActor::ClassProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ObjectProperty) == 0x0003D8, "Member 'APCGUnitTestDummyActor::ObjectProperty' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, Vector2Property) == 0x0003E0, "Member 'APCGUnitTestDummyActor::Vector2Property' has a wrong offset!"); \ +static_assert(offsetof(APCGUnitTestDummyActor, ColorProperty) == 0x0003F0, "Member 'APCGUnitTestDummyActor::ColorProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUnitTestDummyComponent \ +static_assert(alignof(UPCGUnitTestDummyComponent) == 0x000008, "Wrong alignment on UPCGUnitTestDummyComponent"); \ +static_assert(sizeof(UPCGUnitTestDummyComponent) == 0x0000C8, "Wrong size on UPCGUnitTestDummyComponent"); \ +static_assert(offsetof(UPCGUnitTestDummyComponent, IntProperty) == 0x0000C0, "Member 'UPCGUnitTestDummyComponent::IntProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBaseTextureData \ +static_assert(alignof(UPCGBaseTextureData) == 0x000010, "Wrong alignment on UPCGBaseTextureData"); \ +static_assert(sizeof(UPCGBaseTextureData) == 0x0001E0, "Wrong size on UPCGBaseTextureData"); \ +static_assert(offsetof(UPCGBaseTextureData, DensityFunction) == 0x000130, "Member 'UPCGBaseTextureData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, ColorChannel) == 0x000131, "Member 'UPCGBaseTextureData::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, TexelSize) == 0x000134, "Member 'UPCGBaseTextureData::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, bUseAdvancedTiling) == 0x000138, "Member 'UPCGBaseTextureData::bUseAdvancedTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Tiling) == 0x000140, "Member 'UPCGBaseTextureData::Tiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, CenterOffset) == 0x000150, "Member 'UPCGBaseTextureData::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Rotation) == 0x000160, "Member 'UPCGBaseTextureData::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, bUseTileBounds) == 0x000164, "Member 'UPCGBaseTextureData::bUseTileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, TileBounds) == 0x000168, "Member 'UPCGBaseTextureData::TileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, ColorData) == 0x000190, "Member 'UPCGBaseTextureData::ColorData' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Bounds) == 0x0001A0, "Member 'UPCGBaseTextureData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Height) == 0x0001D8, "Member 'UPCGBaseTextureData::Height' has a wrong offset!"); \ +static_assert(offsetof(UPCGBaseTextureData, Width) == 0x0001DC, "Member 'UPCGBaseTextureData::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGRenderTargetData_Initialize \ +static_assert(alignof(PCGRenderTargetData_Initialize) == 0x000010, "Wrong alignment on PCGRenderTargetData_Initialize"); \ +static_assert(sizeof(PCGRenderTargetData_Initialize) == 0x000070, "Wrong size on PCGRenderTargetData_Initialize"); \ +static_assert(offsetof(PCGRenderTargetData_Initialize, InRenderTarget) == 0x000000, "Member 'PCGRenderTargetData_Initialize::InRenderTarget' has a wrong offset!"); \ +static_assert(offsetof(PCGRenderTargetData_Initialize, InTransform) == 0x000010, "Member 'PCGRenderTargetData_Initialize::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRenderTargetData \ +static_assert(alignof(UPCGRenderTargetData) == 0x000010, "Wrong alignment on UPCGRenderTargetData"); \ +static_assert(sizeof(UPCGRenderTargetData) == 0x0001F0, "Wrong size on UPCGRenderTargetData"); \ +static_assert(offsetof(UPCGRenderTargetData, RenderTarget) == 0x0001E0, "Member 'UPCGRenderTargetData::RenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGRerouteSettings \ +static_assert(alignof(UPCGRerouteSettings) == 0x000008, "Wrong alignment on UPCGRerouteSettings"); \ +static_assert(sizeof(UPCGRerouteSettings) == 0x000150, "Wrong size on UPCGRerouteSettings"); \ + +#define DUMPER7_ASSERTS_UPCGSanityCheckPointDataSettings \ +static_assert(alignof(UPCGSanityCheckPointDataSettings) == 0x000008, "Wrong alignment on UPCGSanityCheckPointDataSettings"); \ +static_assert(sizeof(UPCGSanityCheckPointDataSettings) == 0x000158, "Wrong size on UPCGSanityCheckPointDataSettings"); \ +static_assert(offsetof(UPCGSanityCheckPointDataSettings, MinPointCount) == 0x000150, "Member 'UPCGSanityCheckPointDataSettings::MinPointCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGSanityCheckPointDataSettings, MaxPointCount) == 0x000154, "Member 'UPCGSanityCheckPointDataSettings::MaxPointCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSelectPointsSettings \ +static_assert(alignof(UPCGSelectPointsSettings) == 0x000008, "Wrong alignment on UPCGSelectPointsSettings"); \ +static_assert(sizeof(UPCGSelectPointsSettings) == 0x000158, "Wrong size on UPCGSelectPointsSettings"); \ +static_assert(offsetof(UPCGSelectPointsSettings, Ratio) == 0x000150, "Member 'UPCGSelectPointsSettings::Ratio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSelfPruningSettings \ +static_assert(alignof(UPCGSelfPruningSettings) == 0x000008, "Wrong alignment on UPCGSelfPruningSettings"); \ +static_assert(sizeof(UPCGSelfPruningSettings) == 0x000160, "Wrong size on UPCGSelfPruningSettings"); \ +static_assert(offsetof(UPCGSelfPruningSettings, PruningType) == 0x000150, "Member 'UPCGSelfPruningSettings::PruningType' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelfPruningSettings, RadiusSimilarityFactor) == 0x000154, "Member 'UPCGSelfPruningSettings::RadiusSimilarityFactor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSelfPruningSettings, bRandomizedPruning) == 0x000158, "Member 'UPCGSelfPruningSettings::bRandomizedPruning' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSettingsInstance \ +static_assert(alignof(UPCGSettingsInstance) == 0x000008, "Wrong alignment on UPCGSettingsInstance"); \ +static_assert(sizeof(UPCGSettingsInstance) == 0x000048, "Wrong size on UPCGSettingsInstance"); \ +static_assert(offsetof(UPCGSettingsInstance, Settings) == 0x000040, "Member 'UPCGSettingsInstance::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTrivialSettings \ +static_assert(alignof(UPCGTrivialSettings) == 0x000008, "Wrong alignment on UPCGTrivialSettings"); \ +static_assert(sizeof(UPCGTrivialSettings) == 0x000150, "Wrong size on UPCGTrivialSettings"); \ + +#define DUMPER7_ASSERTS_UPCGSpatialNoiseSettings \ +static_assert(alignof(UPCGSpatialNoiseSettings) == 0x000010, "Wrong alignment on UPCGSpatialNoiseSettings"); \ +static_assert(sizeof(UPCGSpatialNoiseSettings) == 0x000260, "Wrong size on UPCGSpatialNoiseSettings"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Mode) == 0x000150, "Member 'UPCGSpatialNoiseSettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeMask2DMode) == 0x000154, "Member 'UPCGSpatialNoiseSettings::EdgeMask2DMode' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Iterations) == 0x000158, "Member 'UPCGSpatialNoiseSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bTiling) == 0x00015C, "Member 'UPCGSpatialNoiseSettings::bTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Brightness) == 0x000160, "Member 'UPCGSpatialNoiseSettings::Brightness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Contrast) == 0x000164, "Member 'UPCGSpatialNoiseSettings::Contrast' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, ValueTarget) == 0x000168, "Member 'UPCGSpatialNoiseSettings::ValueTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, RandomOffset) == 0x000190, "Member 'UPCGSpatialNoiseSettings::RandomOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, Transform) == 0x0001B0, "Member 'UPCGSpatialNoiseSettings::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellRandomness) == 0x000210, "Member 'UPCGSpatialNoiseSettings::VoronoiCellRandomness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, VoronoiCellIDTarget) == 0x000218, "Member 'UPCGSpatialNoiseSettings::VoronoiCellIDTarget' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, bVoronoiOrientSamplesToCellEdge) == 0x000240, "Member 'UPCGSpatialNoiseSettings::bVoronoiOrientSamplesToCellEdge' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiResolution) == 0x000244, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiResolution' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, TiledVoronoiEdgeBlendCellCount) == 0x000248, "Member 'UPCGSpatialNoiseSettings::TiledVoronoiEdgeBlendCellCount' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendDistance) == 0x00024C, "Member 'UPCGSpatialNoiseSettings::EdgeBlendDistance' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveOffset) == 0x000250, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpatialNoiseSettings, EdgeBlendCurveIntensity) == 0x000254, "Member 'UPCGSpatialNoiseSettings::EdgeBlendCurveIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSpawnActorSettings \ +static_assert(alignof(UPCGSpawnActorSettings) == 0x000008, "Wrong alignment on UPCGSpawnActorSettings"); \ +static_assert(sizeof(UPCGSpawnActorSettings) == 0x0001D8, "Wrong size on UPCGSpawnActorSettings"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TemplateActorClass) == 0x000150, "Member 'UPCGSpawnActorSettings::TemplateActorClass' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, PostSpawnFunctionNames) == 0x000158, "Member 'UPCGSpawnActorSettings::PostSpawnFunctionNames' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, Option) == 0x000168, "Member 'UPCGSpawnActorSettings::Option' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bForceDisableActorParsing) == 0x000169, "Member 'UPCGSpawnActorSettings::bForceDisableActorParsing' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, GenerationTrigger) == 0x00016A, "Member 'UPCGSpawnActorSettings::GenerationTrigger' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bInheritActorTags) == 0x00016B, "Member 'UPCGSpawnActorSettings::bInheritActorTags' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TagsToAddOnActors) == 0x000170, "Member 'UPCGSpawnActorSettings::TagsToAddOnActors' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bAllowTemplateActorEditing) == 0x000180, "Member 'UPCGSpawnActorSettings::bAllowTemplateActorEditing' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, TemplateActor) == 0x000188, "Member 'UPCGSpawnActorSettings::TemplateActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, ActorOverrides) == 0x000190, "Member 'UPCGSpawnActorSettings::ActorOverrides' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, RootActor) == 0x0001A0, "Member 'UPCGSpawnActorSettings::RootActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, AttachOptions) == 0x0001C8, "Member 'UPCGSpawnActorSettings::AttachOptions' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, bSpawnByAttribute) == 0x0001CC, "Member 'UPCGSpawnActorSettings::bSpawnByAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGSpawnActorSettings, SpawnAttribute) == 0x0001D0, "Member 'UPCGSpawnActorSettings::SpawnAttribute' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGBaseSubgraphNode \ +static_assert(alignof(UPCGBaseSubgraphNode) == 0x000008, "Wrong alignment on UPCGBaseSubgraphNode"); \ +static_assert(sizeof(UPCGBaseSubgraphNode) == 0x000088, "Wrong size on UPCGBaseSubgraphNode"); \ + +#define DUMPER7_ASSERTS_UPCGSpawnActorNode \ +static_assert(alignof(UPCGSpawnActorNode) == 0x000008, "Wrong alignment on UPCGSpawnActorNode"); \ +static_assert(sizeof(UPCGSpawnActorNode) == 0x000088, "Wrong size on UPCGSpawnActorNode"); \ + +#define DUMPER7_ASSERTS_UPCGSplineData \ +static_assert(alignof(UPCGSplineData) == 0x000010, "Wrong alignment on UPCGSplineData"); \ +static_assert(sizeof(UPCGSplineData) == 0x000270, "Wrong size on UPCGSplineData"); \ +static_assert(offsetof(UPCGSplineData, SplineStruct) == 0x0000D0, "Member 'UPCGSplineData::SplineStruct' has a wrong offset!"); \ +static_assert(offsetof(UPCGSplineData, CachedBounds) == 0x000230, "Member 'UPCGSplineData::CachedBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineProjectionData \ +static_assert(alignof(UPCGSplineProjectionData) == 0x000008, "Wrong alignment on UPCGSplineProjectionData"); \ +static_assert(sizeof(UPCGSplineProjectionData) == 0x000180, "Wrong size on UPCGSplineProjectionData"); \ +static_assert(offsetof(UPCGSplineProjectionData, ProjectedPosition) == 0x000168, "Member 'UPCGSplineProjectionData::ProjectedPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSplineSamplerSettings \ +static_assert(alignof(UPCGSplineSamplerSettings) == 0x000008, "Wrong alignment on UPCGSplineSamplerSettings"); \ +static_assert(sizeof(UPCGSplineSamplerSettings) == 0x000220, "Wrong size on UPCGSplineSamplerSettings"); \ +static_assert(offsetof(UPCGSplineSamplerSettings, SamplerParams) == 0x000150, "Member 'UPCGSplineSamplerSettings::SamplerParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGStaticMeshSpawnerSettings_SetInstancePackerType \ +static_assert(alignof(PCGStaticMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong alignment on PCGStaticMeshSpawnerSettings_SetInstancePackerType"); \ +static_assert(sizeof(PCGStaticMeshSpawnerSettings_SetInstancePackerType) == 0x000008, "Wrong size on PCGStaticMeshSpawnerSettings_SetInstancePackerType"); \ +static_assert(offsetof(PCGStaticMeshSpawnerSettings_SetInstancePackerType, InInstancePackerType) == 0x000000, "Member 'PCGStaticMeshSpawnerSettings_SetInstancePackerType::InInstancePackerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGStaticMeshSpawnerSettings_SetMeshSelectorType \ +static_assert(alignof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType) == 0x000008, "Wrong alignment on PCGStaticMeshSpawnerSettings_SetMeshSelectorType"); \ +static_assert(sizeof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType) == 0x000008, "Wrong size on PCGStaticMeshSpawnerSettings_SetMeshSelectorType"); \ +static_assert(offsetof(PCGStaticMeshSpawnerSettings_SetMeshSelectorType, InMeshSelectorType) == 0x000000, "Member 'PCGStaticMeshSpawnerSettings_SetMeshSelectorType::InMeshSelectorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGStaticMeshSpawnerSettings \ +static_assert(alignof(UPCGStaticMeshSpawnerSettings) == 0x000008, "Wrong alignment on UPCGStaticMeshSpawnerSettings"); \ +static_assert(sizeof(UPCGStaticMeshSpawnerSettings) == 0x0001B8, "Wrong size on UPCGStaticMeshSpawnerSettings"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorType) == 0x000150, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorType' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, MeshSelectorParameters) == 0x000158, "Member 'UPCGStaticMeshSpawnerSettings::MeshSelectorParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerType) == 0x000160, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerType' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, InstanceDataPackerParameters) == 0x000168, "Member 'UPCGStaticMeshSpawnerSettings::InstanceDataPackerParameters' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, OutAttributeName) == 0x000170, "Member 'UPCGStaticMeshSpawnerSettings::OutAttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, bApplyMeshBoundsToPoints) == 0x000178, "Member 'UPCGStaticMeshSpawnerSettings::bApplyMeshBoundsToPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, TargetActor) == 0x000180, "Member 'UPCGStaticMeshSpawnerSettings::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(UPCGStaticMeshSpawnerSettings, Meshes) == 0x0001A8, "Member 'UPCGStaticMeshSpawnerSettings::Meshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGSubgraphNode \ +static_assert(alignof(UPCGSubgraphNode) == 0x000008, "Wrong alignment on UPCGSubgraphNode"); \ +static_assert(sizeof(UPCGSubgraphNode) == 0x000088, "Wrong size on UPCGSubgraphNode"); \ + +#define DUMPER7_ASSERTS_UPCGSubsystem \ +static_assert(alignof(UPCGSubsystem) == 0x000008, "Wrong alignment on UPCGSubsystem"); \ +static_assert(sizeof(UPCGSubsystem) == 0x000600, "Wrong size on UPCGSubsystem"); \ + +#define DUMPER7_ASSERTS_UPCGSurfaceSamplerSettings \ +static_assert(alignof(UPCGSurfaceSamplerSettings) == 0x000008, "Wrong alignment on UPCGSurfaceSamplerSettings"); \ +static_assert(sizeof(UPCGSurfaceSamplerSettings) == 0x000180, "Wrong size on UPCGSurfaceSamplerSettings"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointsPerSquaredMeter) == 0x000150, "Member 'UPCGSurfaceSamplerSettings::PointsPerSquaredMeter' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointExtents) == 0x000158, "Member 'UPCGSurfaceSamplerSettings::PointExtents' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, Looseness) == 0x000170, "Member 'UPCGSurfaceSamplerSettings::Looseness' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, bUnbounded) == 0x000174, "Member 'UPCGSurfaceSamplerSettings::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, bApplyDensityToPoints) == 0x000175, "Member 'UPCGSurfaceSamplerSettings::bApplyDensityToPoints' has a wrong offset!"); \ +static_assert(offsetof(UPCGSurfaceSamplerSettings, PointSteepness) == 0x000178, "Member 'UPCGSurfaceSamplerSettings::PointSteepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGTextureData_Initialize \ +static_assert(alignof(PCGTextureData_Initialize) == 0x000010, "Wrong alignment on PCGTextureData_Initialize"); \ +static_assert(sizeof(PCGTextureData_Initialize) == 0x000070, "Wrong size on PCGTextureData_Initialize"); \ +static_assert(offsetof(PCGTextureData_Initialize, InTexture) == 0x000000, "Member 'PCGTextureData_Initialize::InTexture' has a wrong offset!"); \ +static_assert(offsetof(PCGTextureData_Initialize, InTransform) == 0x000010, "Member 'PCGTextureData_Initialize::InTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTextureData \ +static_assert(alignof(UPCGTextureData) == 0x000010, "Wrong alignment on UPCGTextureData"); \ +static_assert(sizeof(UPCGTextureData) == 0x0001F0, "Wrong size on UPCGTextureData"); \ +static_assert(offsetof(UPCGTextureData, Texture) == 0x0001E0, "Member 'UPCGTextureData::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTextureSamplerSettings \ +static_assert(alignof(UPCGTextureSamplerSettings) == 0x000010, "Wrong alignment on UPCGTextureSamplerSettings"); \ +static_assert(sizeof(UPCGTextureSamplerSettings) == 0x000240, "Wrong size on UPCGTextureSamplerSettings"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Transform) == 0x000150, "Member 'UPCGTextureSamplerSettings::Transform' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseAbsoluteTransform) == 0x0001B0, "Member 'UPCGTextureSamplerSettings::bUseAbsoluteTransform' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Texture) == 0x0001B8, "Member 'UPCGTextureSamplerSettings::Texture' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, DensityFunction) == 0x0001E0, "Member 'UPCGTextureSamplerSettings::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, ColorChannel) == 0x0001E1, "Member 'UPCGTextureSamplerSettings::ColorChannel' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TexelSize) == 0x0001E4, "Member 'UPCGTextureSamplerSettings::TexelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseAdvancedTiling) == 0x0001E8, "Member 'UPCGTextureSamplerSettings::bUseAdvancedTiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Tiling) == 0x0001F0, "Member 'UPCGTextureSamplerSettings::Tiling' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, CenterOffset) == 0x000200, "Member 'UPCGTextureSamplerSettings::CenterOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, Rotation) == 0x000210, "Member 'UPCGTextureSamplerSettings::Rotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, bUseTileBounds) == 0x000214, "Member 'UPCGTextureSamplerSettings::bUseTileBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMin) == 0x000218, "Member 'UPCGTextureSamplerSettings::TileBoundsMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTextureSamplerSettings, TileBoundsMax) == 0x000228, "Member 'UPCGTextureSamplerSettings::TileBoundsMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGTransformPointsSettings \ +static_assert(alignof(UPCGTransformPointsSettings) == 0x000008, "Wrong alignment on UPCGTransformPointsSettings"); \ +static_assert(sizeof(UPCGTransformPointsSettings) == 0x000208, "Wrong size on UPCGTransformPointsSettings"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bApplyToAttribute) == 0x000150, "Member 'UPCGTransformPointsSettings::bApplyToAttribute' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, AttributeName) == 0x000154, "Member 'UPCGTransformPointsSettings::AttributeName' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, OffsetMin) == 0x000160, "Member 'UPCGTransformPointsSettings::OffsetMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, OffsetMax) == 0x000178, "Member 'UPCGTransformPointsSettings::OffsetMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteOffset) == 0x000190, "Member 'UPCGTransformPointsSettings::bAbsoluteOffset' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, RotationMin) == 0x000198, "Member 'UPCGTransformPointsSettings::RotationMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, RotationMax) == 0x0001B0, "Member 'UPCGTransformPointsSettings::RotationMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteRotation) == 0x0001C8, "Member 'UPCGTransformPointsSettings::bAbsoluteRotation' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, ScaleMin) == 0x0001D0, "Member 'UPCGTransformPointsSettings::ScaleMin' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, ScaleMax) == 0x0001E8, "Member 'UPCGTransformPointsSettings::ScaleMax' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bAbsoluteScale) == 0x000200, "Member 'UPCGTransformPointsSettings::bAbsoluteScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bUniformScale) == 0x000201, "Member 'UPCGTransformPointsSettings::bUniformScale' has a wrong offset!"); \ +static_assert(offsetof(UPCGTransformPointsSettings, bRecomputeSeed) == 0x000202, "Member 'UPCGTransformPointsSettings::bRecomputeSeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetLandscapeSettings \ +static_assert(alignof(UPCGGetLandscapeSettings) == 0x000008, "Wrong alignment on UPCGGetLandscapeSettings"); \ +static_assert(sizeof(UPCGGetLandscapeSettings) == 0x000198, "Wrong size on UPCGGetLandscapeSettings"); \ +static_assert(offsetof(UPCGGetLandscapeSettings, bGetHeightOnly) == 0x000190, "Member 'UPCGGetLandscapeSettings::bGetHeightOnly' has a wrong offset!"); \ +static_assert(offsetof(UPCGGetLandscapeSettings, bGetLayerWeights) == 0x000191, "Member 'UPCGGetLandscapeSettings::bGetLayerWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGGetSplineSettings \ +static_assert(alignof(UPCGGetSplineSettings) == 0x000008, "Wrong alignment on UPCGGetSplineSettings"); \ +static_assert(sizeof(UPCGGetSplineSettings) == 0x000190, "Wrong size on UPCGGetSplineSettings"); \ + +#define DUMPER7_ASSERTS_UPCGGetVolumeSettings \ +static_assert(alignof(UPCGGetVolumeSettings) == 0x000008, "Wrong alignment on UPCGGetVolumeSettings"); \ +static_assert(sizeof(UPCGGetVolumeSettings) == 0x000190, "Wrong size on UPCGGetVolumeSettings"); \ + +#define DUMPER7_ASSERTS_UPCGGetPrimitiveSettings \ +static_assert(alignof(UPCGGetPrimitiveSettings) == 0x000008, "Wrong alignment on UPCGGetPrimitiveSettings"); \ +static_assert(sizeof(UPCGGetPrimitiveSettings) == 0x000190, "Wrong size on UPCGGetPrimitiveSettings"); \ + +#define DUMPER7_ASSERTS_PCGUnionData_AddData \ +static_assert(alignof(PCGUnionData_AddData) == 0x000008, "Wrong alignment on PCGUnionData_AddData"); \ +static_assert(sizeof(PCGUnionData_AddData) == 0x000008, "Wrong size on PCGUnionData_AddData"); \ +static_assert(offsetof(PCGUnionData_AddData, InData) == 0x000000, "Member 'PCGUnionData_AddData::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PCGUnionData_Initialize \ +static_assert(alignof(PCGUnionData_Initialize) == 0x000008, "Wrong alignment on PCGUnionData_Initialize"); \ +static_assert(sizeof(PCGUnionData_Initialize) == 0x000010, "Wrong size on PCGUnionData_Initialize"); \ +static_assert(offsetof(PCGUnionData_Initialize, InA) == 0x000000, "Member 'PCGUnionData_Initialize::InA' has a wrong offset!"); \ +static_assert(offsetof(PCGUnionData_Initialize, InB) == 0x000008, "Member 'PCGUnionData_Initialize::InB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUnionData \ +static_assert(alignof(UPCGUnionData) == 0x000008, "Wrong alignment on UPCGUnionData"); \ +static_assert(sizeof(UPCGUnionData) == 0x000160, "Wrong size on UPCGUnionData"); \ +static_assert(offsetof(UPCGUnionData, Data) == 0x0000C8, "Member 'UPCGUnionData::Data' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, FirstNonTrivialTransformData) == 0x0000D8, "Member 'UPCGUnionData::FirstNonTrivialTransformData' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, UnionType) == 0x0000E0, "Member 'UPCGUnionData::UnionType' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, DensityFunction) == 0x0000E1, "Member 'UPCGUnionData::DensityFunction' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedBounds) == 0x0000E8, "Member 'UPCGUnionData::CachedBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedStrictBounds) == 0x000120, "Member 'UPCGUnionData::CachedStrictBounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionData, CachedDimension) == 0x000158, "Member 'UPCGUnionData::CachedDimension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUnionSettings \ +static_assert(alignof(UPCGUnionSettings) == 0x000008, "Wrong alignment on UPCGUnionSettings"); \ +static_assert(sizeof(UPCGUnionSettings) == 0x000158, "Wrong size on UPCGUnionSettings"); \ +static_assert(offsetof(UPCGUnionSettings, Type) == 0x000150, "Member 'UPCGUnionSettings::Type' has a wrong offset!"); \ +static_assert(offsetof(UPCGUnionSettings, DensityFunction) == 0x000151, "Member 'UPCGUnionSettings::DensityFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUserParameterGetSettings \ +static_assert(alignof(UPCGUserParameterGetSettings) == 0x000008, "Wrong alignment on UPCGUserParameterGetSettings"); \ +static_assert(sizeof(UPCGUserParameterGetSettings) == 0x000168, "Wrong size on UPCGUserParameterGetSettings"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, PropertyGuid) == 0x000150, "Member 'UPCGUserParameterGetSettings::PropertyGuid' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParameterGetSettings, PropertyName) == 0x000160, "Member 'UPCGUserParameterGetSettings::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGUserParametersData \ +static_assert(alignof(UPCGUserParametersData) == 0x000008, "Wrong alignment on UPCGUserParametersData"); \ +static_assert(sizeof(UPCGUserParametersData) == 0x000050, "Wrong size on UPCGUserParametersData"); \ +static_assert(offsetof(UPCGUserParametersData, OriginalGraph) == 0x000038, "Member 'UPCGUserParametersData::OriginalGraph' has a wrong offset!"); \ +static_assert(offsetof(UPCGUserParametersData, UserParameters) == 0x000040, "Member 'UPCGUserParametersData::UserParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGVolume \ +static_assert(alignof(APCGVolume) == 0x000008, "Wrong alignment on APCGVolume"); \ +static_assert(sizeof(APCGVolume) == 0x0002C8, "Wrong size on APCGVolume"); \ +static_assert(offsetof(APCGVolume, PCGComponent) == 0x0002C0, "Member 'APCGVolume::PCGComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVolumeData \ +static_assert(alignof(UPCGVolumeData) == 0x000008, "Wrong alignment on UPCGVolumeData"); \ +static_assert(sizeof(UPCGVolumeData) == 0x000158, "Wrong size on UPCGVolumeData"); \ +static_assert(offsetof(UPCGVolumeData, VoxelSize) == 0x0000C8, "Member 'UPCGVolumeData::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, Volume) == 0x0000E0, "Member 'UPCGVolumeData::Volume' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, Bounds) == 0x0000E8, "Member 'UPCGVolumeData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeData, StrictBounds) == 0x000120, "Member 'UPCGVolumeData::StrictBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGVolumeSamplerSettings \ +static_assert(alignof(UPCGVolumeSamplerSettings) == 0x000008, "Wrong alignment on UPCGVolumeSamplerSettings"); \ +static_assert(sizeof(UPCGVolumeSamplerSettings) == 0x000170, "Wrong size on UPCGVolumeSamplerSettings"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, VoxelSize) == 0x000150, "Member 'UPCGVolumeSamplerSettings::VoxelSize' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, bUnbounded) == 0x000168, "Member 'UPCGVolumeSamplerSettings::bUnbounded' has a wrong offset!"); \ +static_assert(offsetof(UPCGVolumeSamplerSettings, PointSteepness) == 0x00016C, "Member 'UPCGVolumeSamplerSettings::PointSteepness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APCGWorldActor \ +static_assert(alignof(APCGWorldActor) == 0x000008, "Wrong alignment on APCGWorldActor"); \ +static_assert(sizeof(APCGWorldActor) == 0x0002F8, "Wrong size on APCGWorldActor"); \ +static_assert(offsetof(APCGWorldActor, PartitionGridSize) == 0x000288, "Member 'APCGWorldActor::PartitionGridSize' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, LandscapeCacheObject) == 0x000290, "Member 'APCGWorldActor::LandscapeCacheObject' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, bUse2DGrid) == 0x000298, "Member 'APCGWorldActor::bUse2DGrid' has a wrong offset!"); \ +static_assert(offsetof(APCGWorldActor, GridGuids) == 0x0002A0, "Member 'APCGWorldActor::GridGuids' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldVolumetricData \ +static_assert(alignof(UPCGWorldVolumetricData) == 0x000008, "Wrong alignment on UPCGWorldVolumetricData"); \ +static_assert(sizeof(UPCGWorldVolumetricData) == 0x0001E0, "Wrong size on UPCGWorldVolumetricData"); \ +static_assert(offsetof(UPCGWorldVolumetricData, World) == 0x000158, "Member 'UPCGWorldVolumetricData::World' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldVolumetricData, OriginatingComponent) == 0x000160, "Member 'UPCGWorldVolumetricData::OriginatingComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldVolumetricData, QueryParams) == 0x000168, "Member 'UPCGWorldVolumetricData::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldRayHitData \ +static_assert(alignof(UPCGWorldRayHitData) == 0x000010, "Wrong alignment on UPCGWorldRayHitData"); \ +static_assert(sizeof(UPCGWorldRayHitData) == 0x000230, "Wrong size on UPCGWorldRayHitData"); \ +static_assert(offsetof(UPCGWorldRayHitData, World) == 0x000130, "Member 'UPCGWorldRayHitData::World' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, OriginatingComponent) == 0x000138, "Member 'UPCGWorldRayHitData::OriginatingComponent' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, Bounds) == 0x000140, "Member 'UPCGWorldRayHitData::Bounds' has a wrong offset!"); \ +static_assert(offsetof(UPCGWorldRayHitData, QueryParams) == 0x000178, "Member 'UPCGWorldRayHitData::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldQuerySettings \ +static_assert(alignof(UPCGWorldQuerySettings) == 0x000008, "Wrong alignment on UPCGWorldQuerySettings"); \ +static_assert(sizeof(UPCGWorldQuerySettings) == 0x0001C8, "Wrong size on UPCGWorldQuerySettings"); \ +static_assert(offsetof(UPCGWorldQuerySettings, QueryParams) == 0x000150, "Member 'UPCGWorldQuerySettings::QueryParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCGWorldRayHitSettings \ +static_assert(alignof(UPCGWorldRayHitSettings) == 0x000008, "Wrong alignment on UPCGWorldRayHitSettings"); \ +static_assert(sizeof(UPCGWorldRayHitSettings) == 0x000208, "Wrong size on UPCGWorldRayHitSettings"); \ +static_assert(offsetof(UPCGWorldRayHitSettings, QueryParams) == 0x000150, "Member 'UPCGWorldRayHitSettings::QueryParams' has a wrong offset!"); \ + +#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_FGeometryScriptCollisionFromMeshOptions \ +static_assert(alignof(FGeometryScriptCollisionFromMeshOptions) == 0x000004, "Wrong alignment on FGeometryScriptCollisionFromMeshOptions"); \ +static_assert(sizeof(FGeometryScriptCollisionFromMeshOptions) == 0x000020, "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, SweptHullSimplifyTolerance) == 0x000014, "Member 'FGeometryScriptCollisionFromMeshOptions::SweptHullSimplifyTolerance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, SweptHullAxis) == 0x000018, "Member 'FGeometryScriptCollisionFromMeshOptions::SweptHullAxis' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, bRemoveFullyContainedShapes) == 0x000019, "Member 'FGeometryScriptCollisionFromMeshOptions::bRemoveFullyContainedShapes' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCollisionFromMeshOptions, MaxShapeCount) == 0x00001C, "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_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_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_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_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_FGeometryScriptDynamicMeshBVH \ +static_assert(alignof(FGeometryScriptDynamicMeshBVH) == 0x000008, "Wrong alignment on FGeometryScriptDynamicMeshBVH"); \ +static_assert(sizeof(FGeometryScriptDynamicMeshBVH) == 0x000020, "Wrong size on FGeometryScriptDynamicMeshBVH"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDebugMessage \ +static_assert(alignof(FGeometryScriptDebugMessage) == 0x000008, "Wrong alignment on FGeometryScriptDebugMessage"); \ +static_assert(sizeof(FGeometryScriptDebugMessage) == 0x000020, "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_FGeometryScriptCopyMeshFromAssetOptions \ +static_assert(alignof(FGeometryScriptCopyMeshFromAssetOptions) == 0x000001, "Wrong alignment on FGeometryScriptCopyMeshFromAssetOptions"); \ +static_assert(sizeof(FGeometryScriptCopyMeshFromAssetOptions) == 0x000003, "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!"); \ + +#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) == 0x000040, "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, bReplaceMaterials) == 0x000003, "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, bEmitTransaction) == 0x000038, "Member 'FGeometryScriptCopyMeshToAssetOptions::bEmitTransaction' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptCopyMeshToAssetOptions, bDeferMeshPostEditChange) == 0x000039, "Member 'FGeometryScriptCopyMeshToAssetOptions::bDeferMeshPostEditChange' 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_FGeometryScriptMeshBooleanOptions \ +static_assert(alignof(FGeometryScriptMeshBooleanOptions) == 0x000004, "Wrong alignment on FGeometryScriptMeshBooleanOptions"); \ +static_assert(sizeof(FGeometryScriptMeshBooleanOptions) == 0x000008, "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!"); \ + +#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!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptIterativeMeshSmoothingOptions \ +static_assert(alignof(FGeometryScriptIterativeMeshSmoothingOptions) == 0x000004, "Wrong alignment on FGeometryScriptIterativeMeshSmoothingOptions"); \ +static_assert(sizeof(FGeometryScriptIterativeMeshSmoothingOptions) == 0x000008, "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!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptDisplaceFromTextureOptions \ +static_assert(alignof(FGeometryScriptDisplaceFromTextureOptions) == 0x000008, "Wrong alignment on FGeometryScriptDisplaceFromTextureOptions"); \ +static_assert(sizeof(FGeometryScriptDisplaceFromTextureOptions) == 0x000030, "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!"); \ + +#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_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, bApplyFilterBox) == 0x00000C, "Member 'FGeometryScriptMeshBevelOptions::bApplyFilterBox' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptMeshBevelOptions, FilterBox) == 0x000010, "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_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_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_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!"); \ + +#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_FGeometryScriptPlanarSimplifyOptions \ +static_assert(alignof(FGeometryScriptPlanarSimplifyOptions) == 0x000004, "Wrong alignment on FGeometryScriptPlanarSimplifyOptions"); \ +static_assert(sizeof(FGeometryScriptPlanarSimplifyOptions) == 0x000004, "Wrong size on FGeometryScriptPlanarSimplifyOptions"); \ +static_assert(offsetof(FGeometryScriptPlanarSimplifyOptions, AngleThreshold) == 0x000000, "Member 'FGeometryScriptPlanarSimplifyOptions::AngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptPolygroupSimplifyOptions \ +static_assert(alignof(FGeometryScriptPolygroupSimplifyOptions) == 0x000004, "Wrong alignment on FGeometryScriptPolygroupSimplifyOptions"); \ +static_assert(sizeof(FGeometryScriptPolygroupSimplifyOptions) == 0x000004, "Wrong size on FGeometryScriptPolygroupSimplifyOptions"); \ +static_assert(offsetof(FGeometryScriptPolygroupSimplifyOptions, AngleThreshold) == 0x000000, "Member 'FGeometryScriptPolygroupSimplifyOptions::AngleThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometryScriptSimplifyMeshOptions \ +static_assert(alignof(FGeometryScriptSimplifyMeshOptions) == 0x000001, "Wrong alignment on FGeometryScriptSimplifyMeshOptions"); \ +static_assert(sizeof(FGeometryScriptSimplifyMeshOptions) == 0x000006, "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!"); \ + +#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_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_FGeometryScriptRecomputeUVsOptions \ +static_assert(alignof(FGeometryScriptRecomputeUVsOptions) == 0x000004, "Wrong alignment on FGeometryScriptRecomputeUVsOptions"); \ +static_assert(sizeof(FGeometryScriptRecomputeUVsOptions) == 0x000018, "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, GroupLayer) == 0x00000C, "Member 'FGeometryScriptRecomputeUVsOptions::GroupLayer' has a wrong offset!"); \ +static_assert(offsetof(FGeometryScriptRecomputeUVsOptions, bAutoAlignIslandsWithAxes) == 0x000014, "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_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) == 0x000004, "Wrong alignment on FGeometryScriptSolidifyOptions"); \ +static_assert(sizeof(FGeometryScriptSolidifyOptions) == 0x00001C, "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!"); \ + +#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_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, RequestedLOD) == 0x000004, "Member 'FGeometryScriptCopyMeshFromComponentOptions::RequestedLOD' 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) == 0x000040, "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) == 0x000030, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_CollisionFunctions_SetDynamicMeshCollisionFromMesh::ReturnValue' 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, 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) == 0x000040, "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, Debug) == 0x000030, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_CollisionFunctions_SetStaticMeshCollisionFromMesh::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_ComputeMeshConvexHull \ +static_assert(alignof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull) == 0x000008, "Wrong alignment on GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull"); \ +static_assert(sizeof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull) == 0x000038, "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, Options) == 0x000018, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, Debug) == 0x000028, "Member 'GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_ContainmentFunctions_ComputeMeshConvexHull, ReturnValue) == 0x000030, "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_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_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_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_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_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_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_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_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_CopyMeshToStaticMesh \ +static_assert(alignof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh) == 0x000070, "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) == 0x000050, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::TargetLod' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, Outcome) == 0x000058, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, Debug) == 0x000060, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh, ReturnValue) == 0x000068, "Member 'GeometryScriptLibrary_StaticMeshFunctions_CopyMeshToStaticMesh::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) == 0x000040, "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, Outcome) == 0x000030, "Member 'GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh::Outcome' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_StaticMeshFunctions_GetSectionMaterialListFromStaticMesh, Debug) == 0x000038, "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_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, 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, 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_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_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_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_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_ApplyDisplaceFromTextureMap \ +static_assert(alignof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap) == 0x000058, "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, Options) == 0x000010, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, UVLayer) == 0x000040, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::UVLayer' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, Debug) == 0x000048, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyDisplaceFromTextureMap, ReturnValue) == 0x000050, "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) == 0x000020, "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, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyIterativeSmoothingToMesh, ReturnValue) == 0x000018, "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) == 0x000048, "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, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, Debug) == 0x000038, "Member 'GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshDeformFunctions_ApplyPerlinNoiseToMesh, ReturnValue) == 0x000040, "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_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_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_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_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_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_ApplyMeshExtrude \ +static_assert(alignof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude) == 0x000040, "Wrong size on GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshModelingFunctions_ApplyMeshExtrude::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_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_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_ApplyRecursivePNTessellation \ +static_assert(alignof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation) == 0x000020, "Wrong size on GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation, TargetMesh) == 0x000000, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation, Options) == 0x000008, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation::Options' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation, NumIterations) == 0x00000C, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation::NumIterations' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation, Debug) == 0x000010, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation, ReturnValue) == 0x000018, "Member 'GeometryScriptLibrary_MeshSubdivideFunctions_ApplyRecursivePNTessellation::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_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_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_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, 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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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_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) == 0x000038, "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) == 0x000028, "Member 'GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshVoxelFunctions_ApplyMeshSolidify, ReturnValue) == 0x000030, "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_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_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_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) == 0x00000C, "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_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_MeshTransformFunctions_ScaleMesh \ +static_assert(alignof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh) == 0x000030, "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, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh, ReturnValue) == 0x000028, "Member 'GeometryScriptLibrary_MeshTransformFunctions_ScaleMesh::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) == 0x000080, "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, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshTransformFunctions_TransformMesh, ReturnValue) == 0x000078, "Member 'GeometryScriptLibrary_MeshTransformFunctions_TransformMesh::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_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_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_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_RecomputeMeshUVs \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000008, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs) == 0x000038, "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, Debug) == 0x000028, "Member 'GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RecomputeMeshUVs, ReturnValue) == 0x000030, "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) == 0x000030, "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, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_RotateMeshUVs, ReturnValue) == 0x000028, "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) == 0x000040, "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, Debug) == 0x000030, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs, ReturnValue) == 0x000038, "Member 'GeometryScriptLibrary_MeshUVFunctions_ScaleMeshUVs::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_SetMeshUVsFromBoxProjection \ +static_assert(alignof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x000010, "Wrong alignment on GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection"); \ +static_assert(sizeof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection) == 0x000090, "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, MinIslandTriCount) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::MinIslandTriCount' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromBoxProjection, ReturnValue) == 0x000080, "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) == 0x000090, "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, SplitAngle) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::SplitAngle' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, Debug) == 0x000078, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromCylinderProjection, ReturnValue) == 0x000080, "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) == 0x000080, "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, Debug) == 0x000070, "Member 'GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_SetMeshUVsFromPlanarProjection, ReturnValue) == 0x000078, "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) == 0x000030, "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, Debug) == 0x000020, "Member 'GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs::Debug' has a wrong offset!"); \ +static_assert(offsetof(GeometryScriptLibrary_MeshUVFunctions_TranslateMeshUVs, ReturnValue) == 0x000028, "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_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_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_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_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_FArtifactSettings \ +static_assert(alignof(FArtifactSettings) == 0x000008, "Wrong alignment on FArtifactSettings"); \ +static_assert(sizeof(FArtifactSettings) == 0x000070, "Wrong size on FArtifactSettings"); \ +static_assert(offsetof(FArtifactSettings, ArtifactName) == 0x000000, "Member 'FArtifactSettings::ArtifactName' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, ClientId) == 0x000010, "Member 'FArtifactSettings::ClientId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, ClientSecret) == 0x000020, "Member 'FArtifactSettings::ClientSecret' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, ProductId) == 0x000030, "Member 'FArtifactSettings::ProductId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, SandboxId) == 0x000040, "Member 'FArtifactSettings::SandboxId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, DeploymentId) == 0x000050, "Member 'FArtifactSettings::DeploymentId' has a wrong offset!"); \ +static_assert(offsetof(FArtifactSettings, EncryptionKey) == 0x000060, "Member 'FArtifactSettings::EncryptionKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEOSArtifactSettings \ +static_assert(alignof(UEOSArtifactSettings) == 0x000008, "Wrong alignment on UEOSArtifactSettings"); \ +static_assert(sizeof(UEOSArtifactSettings) == 0x000030, "Wrong size on UEOSArtifactSettings"); \ + +#define DUMPER7_ASSERTS_UEOSSettings \ +static_assert(alignof(UEOSSettings) == 0x000008, "Wrong alignment on UEOSSettings"); \ +static_assert(sizeof(UEOSSettings) == 0x000090, "Wrong size on UEOSSettings"); \ +static_assert(offsetof(UEOSSettings, CacheDir) == 0x000038, "Member 'UEOSSettings::CacheDir' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, DefaultArtifactName) == 0x000048, "Member 'UEOSSettings::DefaultArtifactName' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TickBudgetInMilliseconds) == 0x000058, "Member 'UEOSSettings::TickBudgetInMilliseconds' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bEnableOverlay) == 0x00005C, "Member 'UEOSSettings::bEnableOverlay' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bEnableSocialOverlay) == 0x00005D, "Member 'UEOSSettings::bEnableSocialOverlay' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bShouldEnforceBeingLaunchedByEGS) == 0x00005E, "Member 'UEOSSettings::bShouldEnforceBeingLaunchedByEGS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TitleStorageTags) == 0x000060, "Member 'UEOSSettings::TitleStorageTags' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, TitleStorageReadChunkLength) == 0x000070, "Member 'UEOSSettings::TitleStorageReadChunkLength' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, Artifacts) == 0x000078, "Member 'UEOSSettings::Artifacts' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEAS) == 0x000088, "Member 'UEOSSettings::bUseEAS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEOSConnect) == 0x000089, "Member 'UEOSSettings::bUseEOSConnect' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bMirrorStatsToEOS) == 0x00008A, "Member 'UEOSSettings::bMirrorStatsToEOS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bMirrorAchievementsToEOS) == 0x00008B, "Member 'UEOSSettings::bMirrorAchievementsToEOS' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bUseEOSSessions) == 0x00008C, "Member 'UEOSSettings::bUseEOSSessions' has a wrong offset!"); \ +static_assert(offsetof(UEOSSettings, bMirrorPresenceToEAS) == 0x00008D, "Member 'UEOSSettings::bMirrorPresenceToEAS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetDriverEOS \ +static_assert(alignof(UNetDriverEOS) == 0x000008, "Wrong alignment on UNetDriverEOS"); \ +static_assert(sizeof(UNetDriverEOS) == 0x0007F8, "Wrong size on UNetDriverEOS"); \ + +#define DUMPER7_ASSERTS_UNetDriverEOSBase \ +static_assert(alignof(UNetDriverEOSBase) == 0x000008, "Wrong alignment on UNetDriverEOSBase"); \ +static_assert(sizeof(UNetDriverEOSBase) == 0x0007F8, "Wrong size on UNetDriverEOSBase"); \ +static_assert(offsetof(UNetDriverEOSBase, bIsPassthrough) == 0x0007F0, "Member 'UNetDriverEOSBase::bIsPassthrough' has a wrong offset!"); \ +static_assert(offsetof(UNetDriverEOSBase, bIsUsingP2PSockets) == 0x0007F1, "Member 'UNetDriverEOSBase::bIsUsingP2PSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNetConnectionEOS \ +static_assert(alignof(UNetConnectionEOS) == 0x000010, "Wrong alignment on UNetConnectionEOS"); \ +static_assert(sizeof(UNetConnectionEOS) == 0x0032F0, "Wrong size on UNetConnectionEOS"); \ + +#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_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_SetXeSSPercentage \ +static_assert(alignof(XeSSBlueprintLibrary_SetXeSSPercentage) == 0x000004, "Wrong alignment on XeSSBlueprintLibrary_SetXeSSPercentage"); \ +static_assert(sizeof(XeSSBlueprintLibrary_SetXeSSPercentage) == 0x000008, "Wrong size on XeSSBlueprintLibrary_SetXeSSPercentage"); \ +static_assert(offsetof(XeSSBlueprintLibrary_SetXeSSPercentage, Percentage) == 0x000000, "Member 'XeSSBlueprintLibrary_SetXeSSPercentage::Percentage' has a wrong offset!"); \ +static_assert(offsetof(XeSSBlueprintLibrary_SetXeSSPercentage, ReturnValue) == 0x000004, "Member 'XeSSBlueprintLibrary_SetXeSSPercentage::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_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_GetCurrentFPS \ +static_assert(alignof(XeFGBlueprintLibrary_GetCurrentFPS) == 0x000004, "Wrong alignment on XeFGBlueprintLibrary_GetCurrentFPS"); \ +static_assert(sizeof(XeFGBlueprintLibrary_GetCurrentFPS) == 0x000004, "Wrong size on XeFGBlueprintLibrary_GetCurrentFPS"); \ +static_assert(offsetof(XeFGBlueprintLibrary_GetCurrentFPS, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_GetCurrentFPS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_GetSupportedXeFGModes \ +static_assert(alignof(XeFGBlueprintLibrary_GetSupportedXeFGModes) == 0x000008, "Wrong alignment on XeFGBlueprintLibrary_GetSupportedXeFGModes"); \ +static_assert(sizeof(XeFGBlueprintLibrary_GetSupportedXeFGModes) == 0x000010, "Wrong size on XeFGBlueprintLibrary_GetSupportedXeFGModes"); \ +static_assert(offsetof(XeFGBlueprintLibrary_GetSupportedXeFGModes, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_GetSupportedXeFGModes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_GetXeFGMode \ +static_assert(alignof(XeFGBlueprintLibrary_GetXeFGMode) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_GetXeFGMode"); \ +static_assert(sizeof(XeFGBlueprintLibrary_GetXeFGMode) == 0x000001, "Wrong size on XeFGBlueprintLibrary_GetXeFGMode"); \ +static_assert(offsetof(XeFGBlueprintLibrary_GetXeFGMode, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_GetXeFGMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG \ +static_assert(alignof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG"); \ +static_assert(sizeof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG) == 0x000001, "Wrong size on XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG"); \ +static_assert(offsetof(XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_IfRelaunchRequiredByXeFG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_IsXeFGSupported \ +static_assert(alignof(XeFGBlueprintLibrary_IsXeFGSupported) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_IsXeFGSupported"); \ +static_assert(sizeof(XeFGBlueprintLibrary_IsXeFGSupported) == 0x000001, "Wrong size on XeFGBlueprintLibrary_IsXeFGSupported"); \ +static_assert(offsetof(XeFGBlueprintLibrary_IsXeFGSupported, ReturnValue) == 0x000000, "Member 'XeFGBlueprintLibrary_IsXeFGSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_XeFGBlueprintLibrary_SetXeFGMode \ +static_assert(alignof(XeFGBlueprintLibrary_SetXeFGMode) == 0x000001, "Wrong alignment on XeFGBlueprintLibrary_SetXeFGMode"); \ +static_assert(sizeof(XeFGBlueprintLibrary_SetXeFGMode) == 0x000001, "Wrong size on XeFGBlueprintLibrary_SetXeFGMode"); \ +static_assert(offsetof(XeFGBlueprintLibrary_SetXeFGMode, Mode) == 0x000000, "Member 'XeFGBlueprintLibrary_SetXeFGMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UXeFGBlueprintLibrary \ +static_assert(alignof(UXeFGBlueprintLibrary) == 0x000008, "Wrong alignment on UXeFGBlueprintLibrary"); \ +static_assert(sizeof(UXeFGBlueprintLibrary) == 0x000028, "Wrong size on UXeFGBlueprintLibrary"); \ + +#define DUMPER7_ASSERTS_FUMGSplineCurves \ +static_assert(alignof(FUMGSplineCurves) == 0x000008, "Wrong alignment on FUMGSplineCurves"); \ +static_assert(sizeof(FUMGSplineCurves) == 0x000038, "Wrong size on FUMGSplineCurves"); \ +static_assert(offsetof(FUMGSplineCurves, position) == 0x000000, "Member 'FUMGSplineCurves::position' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineCurves, ReparamTable) == 0x000018, "Member 'FUMGSplineCurves::ReparamTable' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineCurves, Version) == 0x000030, "Member 'FUMGSplineCurves::Version' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineCurves, ReparamStepsPerSegment) == 0x000034, "Member 'FUMGSplineCurves::ReparamStepsPerSegment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUMGSplinePoint \ +static_assert(alignof(FUMGSplinePoint) == 0x000008, "Wrong alignment on FUMGSplinePoint"); \ +static_assert(sizeof(FUMGSplinePoint) == 0x000020, "Wrong size on FUMGSplinePoint"); \ +static_assert(offsetof(FUMGSplinePoint, Location) == 0x000000, "Member 'FUMGSplinePoint::Location' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplinePoint, Direction) == 0x000010, "Member 'FUMGSplinePoint::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUMGSplineInfo \ +static_assert(alignof(FUMGSplineInfo) == 0x000010, "Wrong alignment on FUMGSplineInfo"); \ +static_assert(sizeof(FUMGSplineInfo) == 0x000110, "Wrong size on FUMGSplineInfo"); \ +static_assert(offsetof(FUMGSplineInfo, SplineType) == 0x000000, "Member 'FUMGSplineInfo::SplineType' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineInfo, Thickness) == 0x000004, "Member 'FUMGSplineInfo::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineInfo, Points) == 0x000008, "Member 'FUMGSplineInfo::Points' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineInfo, bClosedLoop) == 0x000018, "Member 'FUMGSplineInfo::bClosedLoop' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineInfo, TintColor) == 0x00001C, "Member 'FUMGSplineInfo::TintColor' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineInfo, BuildCustomVerts) == 0x00002C, "Member 'FUMGSplineInfo::BuildCustomVerts' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineInfo, CustomVertsBrush) == 0x000030, "Member 'FUMGSplineInfo::CustomVertsBrush' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineInfo, CustomVertsVCoordScale) == 0x000100, "Member 'FUMGSplineInfo::CustomVertsVCoordScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUMGSplineDebugInfo \ +static_assert(alignof(FUMGSplineDebugInfo) == 0x000004, "Wrong alignment on FUMGSplineDebugInfo"); \ +static_assert(sizeof(FUMGSplineDebugInfo) == 0x000014, "Wrong size on FUMGSplineDebugInfo"); \ +static_assert(offsetof(FUMGSplineDebugInfo, bDrawWidgetBoarder) == 0x000000, "Member 'FUMGSplineDebugInfo::bDrawWidgetBoarder' has a wrong offset!"); \ +static_assert(offsetof(FUMGSplineDebugInfo, BoarderColor) == 0x000004, "Member 'FUMGSplineDebugInfo::BoarderColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_AddSplinePoint \ +static_assert(alignof(SplineWidget_AddSplinePoint) == 0x000008, "Wrong alignment on SplineWidget_AddSplinePoint"); \ +static_assert(sizeof(SplineWidget_AddSplinePoint) == 0x000028, "Wrong size on SplineWidget_AddSplinePoint"); \ +static_assert(offsetof(SplineWidget_AddSplinePoint, SplinePoint) == 0x000000, "Member 'SplineWidget_AddSplinePoint::SplinePoint' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_AddSplinePoint, bUpdateSpline) == 0x000020, "Member 'SplineWidget_AddSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_AddSplinePointAtIndex \ +static_assert(alignof(SplineWidget_AddSplinePointAtIndex) == 0x000008, "Wrong alignment on SplineWidget_AddSplinePointAtIndex"); \ +static_assert(sizeof(SplineWidget_AddSplinePointAtIndex) == 0x000028, "Wrong size on SplineWidget_AddSplinePointAtIndex"); \ +static_assert(offsetof(SplineWidget_AddSplinePointAtIndex, SplinePoint) == 0x000000, "Member 'SplineWidget_AddSplinePointAtIndex::SplinePoint' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_AddSplinePointAtIndex, Index_0) == 0x000020, "Member 'SplineWidget_AddSplinePointAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_AddSplinePointAtIndex, bUpdateSpline) == 0x000024, "Member 'SplineWidget_AddSplinePointAtIndex::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_ChangeSplinePointAtIndex \ +static_assert(alignof(SplineWidget_ChangeSplinePointAtIndex) == 0x000008, "Wrong alignment on SplineWidget_ChangeSplinePointAtIndex"); \ +static_assert(sizeof(SplineWidget_ChangeSplinePointAtIndex) == 0x000028, "Wrong size on SplineWidget_ChangeSplinePointAtIndex"); \ +static_assert(offsetof(SplineWidget_ChangeSplinePointAtIndex, SplinePoint) == 0x000000, "Member 'SplineWidget_ChangeSplinePointAtIndex::SplinePoint' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_ChangeSplinePointAtIndex, Index_0) == 0x000020, "Member 'SplineWidget_ChangeSplinePointAtIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_ChangeSplinePointAtIndex, bUpdateSpline) == 0x000024, "Member 'SplineWidget_ChangeSplinePointAtIndex::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetSplineDynamicMaterial \ +static_assert(alignof(SplineWidget_GetSplineDynamicMaterial) == 0x000008, "Wrong alignment on SplineWidget_GetSplineDynamicMaterial"); \ +static_assert(sizeof(SplineWidget_GetSplineDynamicMaterial) == 0x000008, "Wrong size on SplineWidget_GetSplineDynamicMaterial"); \ +static_assert(offsetof(SplineWidget_GetSplineDynamicMaterial, ReturnValue) == 0x000000, "Member 'SplineWidget_GetSplineDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_RemoveAllSplinePoint \ +static_assert(alignof(SplineWidget_RemoveAllSplinePoint) == 0x000001, "Wrong alignment on SplineWidget_RemoveAllSplinePoint"); \ +static_assert(sizeof(SplineWidget_RemoveAllSplinePoint) == 0x000001, "Wrong size on SplineWidget_RemoveAllSplinePoint"); \ +static_assert(offsetof(SplineWidget_RemoveAllSplinePoint, bUpdateSpline) == 0x000000, "Member 'SplineWidget_RemoveAllSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_RemoveSplinePoint \ +static_assert(alignof(SplineWidget_RemoveSplinePoint) == 0x000004, "Wrong alignment on SplineWidget_RemoveSplinePoint"); \ +static_assert(sizeof(SplineWidget_RemoveSplinePoint) == 0x000008, "Wrong size on SplineWidget_RemoveSplinePoint"); \ +static_assert(offsetof(SplineWidget_RemoveSplinePoint, Index_0) == 0x000000, "Member 'SplineWidget_RemoveSplinePoint::Index_0' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_RemoveSplinePoint, bUpdateSpline) == 0x000004, "Member 'SplineWidget_RemoveSplinePoint::bUpdateSpline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_SetSplineMaterial \ +static_assert(alignof(SplineWidget_SetSplineMaterial) == 0x000008, "Wrong alignment on SplineWidget_SetSplineMaterial"); \ +static_assert(sizeof(SplineWidget_SetSplineMaterial) == 0x000008, "Wrong size on SplineWidget_SetSplineMaterial"); \ +static_assert(offsetof(SplineWidget_SetSplineMaterial, Material) == 0x000000, "Member 'SplineWidget_SetSplineMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_SetSplineThickness \ +static_assert(alignof(SplineWidget_SetSplineThickness) == 0x000004, "Wrong alignment on SplineWidget_SetSplineThickness"); \ +static_assert(sizeof(SplineWidget_SetSplineThickness) == 0x000004, "Wrong size on SplineWidget_SetSplineThickness"); \ +static_assert(offsetof(SplineWidget_SetSplineThickness, Thickness) == 0x000000, "Member 'SplineWidget_SetSplineThickness::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_SetSplineType \ +static_assert(alignof(SplineWidget_SetSplineType) == 0x000001, "Wrong alignment on SplineWidget_SetSplineType"); \ +static_assert(sizeof(SplineWidget_SetSplineType) == 0x000001, "Wrong size on SplineWidget_SetSplineType"); \ +static_assert(offsetof(SplineWidget_SetSplineType, Type) == 0x000000, "Member 'SplineWidget_SetSplineType::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetDirectionAtDistanceAlongSpline \ +static_assert(alignof(SplineWidget_GetDirectionAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineWidget_GetDirectionAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineWidget_GetDirectionAtDistanceAlongSpline) == 0x000018, "Wrong size on SplineWidget_GetDirectionAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineWidget_GetDirectionAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetDirectionAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineWidget_GetDirectionAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetDirectionAtSplineInputKey \ +static_assert(alignof(SplineWidget_GetDirectionAtSplineInputKey) == 0x000008, "Wrong alignment on SplineWidget_GetDirectionAtSplineInputKey"); \ +static_assert(sizeof(SplineWidget_GetDirectionAtSplineInputKey) == 0x000018, "Wrong size on SplineWidget_GetDirectionAtSplineInputKey"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtSplineInputKey, InKey) == 0x000000, "Member 'SplineWidget_GetDirectionAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetDirectionAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineWidget_GetDirectionAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetDirectionAtSplinePoint \ +static_assert(alignof(SplineWidget_GetDirectionAtSplinePoint) == 0x000008, "Wrong alignment on SplineWidget_GetDirectionAtSplinePoint"); \ +static_assert(sizeof(SplineWidget_GetDirectionAtSplinePoint) == 0x000018, "Wrong size on SplineWidget_GetDirectionAtSplinePoint"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineWidget_GetDirectionAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetDirectionAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetDirectionAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineWidget_GetDirectionAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetDistanceAlongSplineAtSplineInputKey \ +static_assert(alignof(SplineWidget_GetDistanceAlongSplineAtSplineInputKey) == 0x000004, "Wrong alignment on SplineWidget_GetDistanceAlongSplineAtSplineInputKey"); \ +static_assert(sizeof(SplineWidget_GetDistanceAlongSplineAtSplineInputKey) == 0x000008, "Wrong size on SplineWidget_GetDistanceAlongSplineAtSplineInputKey"); \ +static_assert(offsetof(SplineWidget_GetDistanceAlongSplineAtSplineInputKey, InKey) == 0x000000, "Member 'SplineWidget_GetDistanceAlongSplineAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetDistanceAlongSplineAtSplineInputKey, ReturnValue) == 0x000004, "Member 'SplineWidget_GetDistanceAlongSplineAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetInputKeyAtDistanceAlongSpline \ +static_assert(alignof(SplineWidget_GetInputKeyAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineWidget_GetInputKeyAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineWidget_GetInputKeyAtDistanceAlongSpline) == 0x00000C, "Wrong size on SplineWidget_GetInputKeyAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineWidget_GetInputKeyAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineWidget_GetInputKeyAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetInputKeyAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetInputKeyAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetInputKeyAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineWidget_GetInputKeyAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetLocationAtDistanceAlongSpline \ +static_assert(alignof(SplineWidget_GetLocationAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineWidget_GetLocationAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineWidget_GetLocationAtDistanceAlongSpline) == 0x000018, "Wrong size on SplineWidget_GetLocationAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineWidget_GetLocationAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineWidget_GetLocationAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetLocationAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetLocationAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetLocationAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineWidget_GetLocationAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetLocationAtSplineInputKey \ +static_assert(alignof(SplineWidget_GetLocationAtSplineInputKey) == 0x000008, "Wrong alignment on SplineWidget_GetLocationAtSplineInputKey"); \ +static_assert(sizeof(SplineWidget_GetLocationAtSplineInputKey) == 0x000018, "Wrong size on SplineWidget_GetLocationAtSplineInputKey"); \ +static_assert(offsetof(SplineWidget_GetLocationAtSplineInputKey, InKey) == 0x000000, "Member 'SplineWidget_GetLocationAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetLocationAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetLocationAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetLocationAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineWidget_GetLocationAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetLocationAtSplinePoint \ +static_assert(alignof(SplineWidget_GetLocationAtSplinePoint) == 0x000008, "Wrong alignment on SplineWidget_GetLocationAtSplinePoint"); \ +static_assert(sizeof(SplineWidget_GetLocationAtSplinePoint) == 0x000018, "Wrong size on SplineWidget_GetLocationAtSplinePoint"); \ +static_assert(offsetof(SplineWidget_GetLocationAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineWidget_GetLocationAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetLocationAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetLocationAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetLocationAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineWidget_GetLocationAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetNumberOfSplinePoints \ +static_assert(alignof(SplineWidget_GetNumberOfSplinePoints) == 0x000004, "Wrong alignment on SplineWidget_GetNumberOfSplinePoints"); \ +static_assert(sizeof(SplineWidget_GetNumberOfSplinePoints) == 0x000004, "Wrong size on SplineWidget_GetNumberOfSplinePoints"); \ +static_assert(offsetof(SplineWidget_GetNumberOfSplinePoints, ReturnValue) == 0x000000, "Member 'SplineWidget_GetNumberOfSplinePoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetRotationAngleAtDistanceAlongSpline \ +static_assert(alignof(SplineWidget_GetRotationAngleAtDistanceAlongSpline) == 0x000004, "Wrong alignment on SplineWidget_GetRotationAngleAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineWidget_GetRotationAngleAtDistanceAlongSpline) == 0x00000C, "Wrong size on SplineWidget_GetRotationAngleAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineWidget_GetRotationAngleAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineWidget_GetRotationAngleAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetRotationAngleAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetRotationAngleAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetRotationAngleAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineWidget_GetRotationAngleAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetRotationAngleAtSplineInputKey \ +static_assert(alignof(SplineWidget_GetRotationAngleAtSplineInputKey) == 0x000004, "Wrong alignment on SplineWidget_GetRotationAngleAtSplineInputKey"); \ +static_assert(sizeof(SplineWidget_GetRotationAngleAtSplineInputKey) == 0x00000C, "Wrong size on SplineWidget_GetRotationAngleAtSplineInputKey"); \ +static_assert(offsetof(SplineWidget_GetRotationAngleAtSplineInputKey, InKey) == 0x000000, "Member 'SplineWidget_GetRotationAngleAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetRotationAngleAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetRotationAngleAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetRotationAngleAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineWidget_GetRotationAngleAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetSplineLength \ +static_assert(alignof(SplineWidget_GetSplineLength) == 0x000004, "Wrong alignment on SplineWidget_GetSplineLength"); \ +static_assert(sizeof(SplineWidget_GetSplineLength) == 0x000004, "Wrong size on SplineWidget_GetSplineLength"); \ +static_assert(offsetof(SplineWidget_GetSplineLength, ReturnValue) == 0x000000, "Member 'SplineWidget_GetSplineLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetSplineMaterial \ +static_assert(alignof(SplineWidget_GetSplineMaterial) == 0x000008, "Wrong alignment on SplineWidget_GetSplineMaterial"); \ +static_assert(sizeof(SplineWidget_GetSplineMaterial) == 0x000008, "Wrong size on SplineWidget_GetSplineMaterial"); \ +static_assert(offsetof(SplineWidget_GetSplineMaterial, ReturnValue) == 0x000000, "Member 'SplineWidget_GetSplineMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetSplineThickness \ +static_assert(alignof(SplineWidget_GetSplineThickness) == 0x000004, "Wrong alignment on SplineWidget_GetSplineThickness"); \ +static_assert(sizeof(SplineWidget_GetSplineThickness) == 0x000004, "Wrong size on SplineWidget_GetSplineThickness"); \ +static_assert(offsetof(SplineWidget_GetSplineThickness, ReturnValue) == 0x000000, "Member 'SplineWidget_GetSplineThickness::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetSplineType \ +static_assert(alignof(SplineWidget_GetSplineType) == 0x000001, "Wrong alignment on SplineWidget_GetSplineType"); \ +static_assert(sizeof(SplineWidget_GetSplineType) == 0x000001, "Wrong size on SplineWidget_GetSplineType"); \ +static_assert(offsetof(SplineWidget_GetSplineType, ReturnValue) == 0x000000, "Member 'SplineWidget_GetSplineType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetTangentAtDistanceAlongSpline \ +static_assert(alignof(SplineWidget_GetTangentAtDistanceAlongSpline) == 0x000008, "Wrong alignment on SplineWidget_GetTangentAtDistanceAlongSpline"); \ +static_assert(sizeof(SplineWidget_GetTangentAtDistanceAlongSpline) == 0x000018, "Wrong size on SplineWidget_GetTangentAtDistanceAlongSpline"); \ +static_assert(offsetof(SplineWidget_GetTangentAtDistanceAlongSpline, Distance) == 0x000000, "Member 'SplineWidget_GetTangentAtDistanceAlongSpline::Distance' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetTangentAtDistanceAlongSpline, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetTangentAtDistanceAlongSpline::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetTangentAtDistanceAlongSpline, ReturnValue) == 0x000008, "Member 'SplineWidget_GetTangentAtDistanceAlongSpline::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetTangentAtSplineInputKey \ +static_assert(alignof(SplineWidget_GetTangentAtSplineInputKey) == 0x000008, "Wrong alignment on SplineWidget_GetTangentAtSplineInputKey"); \ +static_assert(sizeof(SplineWidget_GetTangentAtSplineInputKey) == 0x000018, "Wrong size on SplineWidget_GetTangentAtSplineInputKey"); \ +static_assert(offsetof(SplineWidget_GetTangentAtSplineInputKey, InKey) == 0x000000, "Member 'SplineWidget_GetTangentAtSplineInputKey::InKey' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetTangentAtSplineInputKey, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetTangentAtSplineInputKey::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetTangentAtSplineInputKey, ReturnValue) == 0x000008, "Member 'SplineWidget_GetTangentAtSplineInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineWidget_GetTangentAtSplinePoint \ +static_assert(alignof(SplineWidget_GetTangentAtSplinePoint) == 0x000008, "Wrong alignment on SplineWidget_GetTangentAtSplinePoint"); \ +static_assert(sizeof(SplineWidget_GetTangentAtSplinePoint) == 0x000018, "Wrong size on SplineWidget_GetTangentAtSplinePoint"); \ +static_assert(offsetof(SplineWidget_GetTangentAtSplinePoint, PointIndex) == 0x000000, "Member 'SplineWidget_GetTangentAtSplinePoint::PointIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetTangentAtSplinePoint, CoordinateSpace) == 0x000004, "Member 'SplineWidget_GetTangentAtSplinePoint::CoordinateSpace' has a wrong offset!"); \ +static_assert(offsetof(SplineWidget_GetTangentAtSplinePoint, ReturnValue) == 0x000008, "Member 'SplineWidget_GetTangentAtSplinePoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineWidget \ +static_assert(alignof(USplineWidget) == 0x000010, "Wrong alignment on USplineWidget"); \ +static_assert(sizeof(USplineWidget) == 0x0002A0, "Wrong size on USplineWidget"); \ +static_assert(offsetof(USplineWidget, SplineInfo) == 0x000130, "Member 'USplineWidget::SplineInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineWidget, SplineDebugInfo) == 0x000240, "Member 'USplineWidget::SplineDebugInfo' has a wrong offset!"); \ +static_assert(offsetof(USplineWidget, SplineCurves) == 0x000268, "Member 'USplineWidget::SplineCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSeriesLabel \ +static_assert(alignof(FSeriesLabel) == 0x000004, "Wrong alignment on FSeriesLabel"); \ +static_assert(sizeof(FSeriesLabel) == 0x000010, "Wrong size on FSeriesLabel"); \ +static_assert(offsetof(FSeriesLabel, rotate) == 0x000000, "Member 'FSeriesLabel::rotate' has a wrong offset!"); \ +static_assert(offsetof(FSeriesLabel, TextColor) == 0x000004, "Member 'FSeriesLabel::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FSeriesLabel, FontSize) == 0x000008, "Member 'FSeriesLabel::FontSize' has a wrong offset!"); \ +static_assert(offsetof(FSeriesLabel, show) == 0x00000C, "Member 'FSeriesLabel::show' has a wrong offset!"); \ +static_assert(offsetof(FSeriesLabel, position) == 0x00000D, "Member 'FSeriesLabel::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorStop \ +static_assert(alignof(FColorStop) == 0x000004, "Wrong alignment on FColorStop"); \ +static_assert(sizeof(FColorStop) == 0x000008, "Wrong size on FColorStop"); \ +static_assert(offsetof(FColorStop, Offset) == 0x000000, "Member 'FColorStop::Offset' has a wrong offset!"); \ +static_assert(offsetof(FColorStop, Color) == 0x000004, "Member 'FColorStop::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLinearGradient \ +static_assert(alignof(FLinearGradient) == 0x000010, "Wrong alignment on FLinearGradient"); \ +static_assert(sizeof(FLinearGradient) == 0x000030, "Wrong size on FLinearGradient"); \ +static_assert(offsetof(FLinearGradient, ColorPosition) == 0x000000, "Member 'FLinearGradient::ColorPosition' has a wrong offset!"); \ +static_assert(offsetof(FLinearGradient, colorStops) == 0x000020, "Member 'FLinearGradient::colorStops' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAreaSeries \ +static_assert(alignof(FAreaSeries) == 0x000010, "Wrong alignment on FAreaSeries"); \ +static_assert(sizeof(FAreaSeries) == 0x000070, "Wrong size on FAreaSeries"); \ +static_assert(offsetof(FAreaSeries, Name) == 0x000000, "Member 'FAreaSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FAreaSeries, Data) == 0x000010, "Member 'FAreaSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FAreaSeries, smooth) == 0x000020, "Member 'FAreaSeries::smooth' has a wrong offset!"); \ +static_assert(offsetof(FAreaSeries, DataLabel) == 0x000024, "Member 'FAreaSeries::DataLabel' has a wrong offset!"); \ +static_assert(offsetof(FAreaSeries, UseGradientColor) == 0x000034, "Member 'FAreaSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FAreaSeries, LinearGradient) == 0x000040, "Member 'FAreaSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBarSeries \ +static_assert(alignof(FBarSeries) == 0x000010, "Wrong alignment on FBarSeries"); \ +static_assert(sizeof(FBarSeries) == 0x000090, "Wrong size on FBarSeries"); \ +static_assert(offsetof(FBarSeries, Name) == 0x000000, "Member 'FBarSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FBarSeries, Data) == 0x000010, "Member 'FBarSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FBarSeries, stack) == 0x000020, "Member 'FBarSeries::stack' has a wrong offset!"); \ +static_assert(offsetof(FBarSeries, showBackground) == 0x000030, "Member 'FBarSeries::showBackground' has a wrong offset!"); \ +static_assert(offsetof(FBarSeries, BackgroundColor) == 0x000034, "Member 'FBarSeries::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FBarSeries, DataLabel) == 0x000044, "Member 'FBarSeries::DataLabel' has a wrong offset!"); \ +static_assert(offsetof(FBarSeries, UseGradientColor) == 0x000054, "Member 'FBarSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FBarSeries, LinearGradient) == 0x000060, "Member 'FBarSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FaxisLabel \ +static_assert(alignof(FaxisLabel) == 0x000008, "Wrong alignment on FaxisLabel"); \ +static_assert(sizeof(FaxisLabel) == 0x000028, "Wrong size on FaxisLabel"); \ +static_assert(offsetof(FaxisLabel, interval) == 0x000000, "Member 'FaxisLabel::interval' has a wrong offset!"); \ +static_assert(offsetof(FaxisLabel, rotate) == 0x000004, "Member 'FaxisLabel::rotate' has a wrong offset!"); \ +static_assert(offsetof(FaxisLabel, TextColor) == 0x000008, "Member 'FaxisLabel::TextColor' has a wrong offset!"); \ +static_assert(offsetof(FaxisLabel, FontSize) == 0x00000C, "Member 'FaxisLabel::FontSize' has a wrong offset!"); \ +static_assert(offsetof(FaxisLabel, show) == 0x000010, "Member 'FaxisLabel::show' has a wrong offset!"); \ +static_assert(offsetof(FaxisLabel, Unit) == 0x000018, "Member 'FaxisLabel::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLineStyle \ +static_assert(alignof(FLineStyle) == 0x000004, "Wrong alignment on FLineStyle"); \ +static_assert(sizeof(FLineStyle) == 0x000010, "Wrong size on FLineStyle"); \ +static_assert(offsetof(FLineStyle, show) == 0x000000, "Member 'FLineStyle::show' has a wrong offset!"); \ +static_assert(offsetof(FLineStyle, Color) == 0x000004, "Member 'FLineStyle::Color' has a wrong offset!"); \ +static_assert(offsetof(FLineStyle, Width) == 0x000008, "Member 'FLineStyle::Width' has a wrong offset!"); \ +static_assert(offsetof(FLineStyle, Type) == 0x00000C, "Member 'FLineStyle::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDoughnutSeries \ +static_assert(alignof(FDoughnutSeries) == 0x000010, "Wrong alignment on FDoughnutSeries"); \ +static_assert(sizeof(FDoughnutSeries) == 0x0000B0, "Wrong size on FDoughnutSeries"); \ +static_assert(offsetof(FDoughnutSeries, Name) == 0x000000, "Member 'FDoughnutSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FDoughnutSeries, inside_radius) == 0x000010, "Member 'FDoughnutSeries::inside_radius' has a wrong offset!"); \ +static_assert(offsetof(FDoughnutSeries, outside_radius) == 0x000014, "Member 'FDoughnutSeries::outside_radius' has a wrong offset!"); \ +static_assert(offsetof(FDoughnutSeries, label_show) == 0x000018, "Member 'FDoughnutSeries::label_show' has a wrong offset!"); \ +static_assert(offsetof(FDoughnutSeries, labelLine_show) == 0x000019, "Member 'FDoughnutSeries::labelLine_show' has a wrong offset!"); \ +static_assert(offsetof(FDoughnutSeries, Data) == 0x000020, "Member 'FDoughnutSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FDoughnutSeries, UseGradientColor) == 0x000070, "Member 'FDoughnutSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FDoughnutSeries, LinearGradient) == 0x000080, "Member 'FDoughnutSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FfunnelData \ +static_assert(alignof(FfunnelData) == 0x000008, "Wrong alignment on FfunnelData"); \ +static_assert(sizeof(FfunnelData) == 0x000018, "Wrong size on FfunnelData"); \ +static_assert(offsetof(FfunnelData, Name) == 0x000000, "Member 'FfunnelData::Name' has a wrong offset!"); \ +static_assert(offsetof(FfunnelData, Value) == 0x000010, "Member 'FfunnelData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FfunnelSeries \ +static_assert(alignof(FfunnelSeries) == 0x000008, "Wrong alignment on FfunnelSeries"); \ +static_assert(sizeof(FfunnelSeries) == 0x000040, "Wrong size on FfunnelSeries"); \ +static_assert(offsetof(FfunnelSeries, Name) == 0x000000, "Member 'FfunnelSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, Left) == 0x000010, "Member 'FfunnelSeries::Left' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, Width) == 0x000014, "Member 'FfunnelSeries::Width' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, Min) == 0x000018, "Member 'FfunnelSeries::Min' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, Max) == 0x00001C, "Member 'FfunnelSeries::Max' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, minSize) == 0x000020, "Member 'FfunnelSeries::minSize' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, maxSize) == 0x000024, "Member 'FfunnelSeries::maxSize' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, gap) == 0x000028, "Member 'FfunnelSeries::gap' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, label_show) == 0x00002C, "Member 'FfunnelSeries::label_show' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, label_Position) == 0x00002D, "Member 'FfunnelSeries::label_Position' has a wrong offset!"); \ +static_assert(offsetof(FfunnelSeries, Data) == 0x000030, "Member 'FfunnelSeries::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGaugeData \ +static_assert(alignof(FGaugeData) == 0x000008, "Wrong alignment on FGaugeData"); \ +static_assert(sizeof(FGaugeData) == 0x000018, "Wrong size on FGaugeData"); \ +static_assert(offsetof(FGaugeData, Name) == 0x000000, "Member 'FGaugeData::Name' has a wrong offset!"); \ +static_assert(offsetof(FGaugeData, Value) == 0x000010, "Member 'FGaugeData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGaugeSeries \ +static_assert(alignof(FGaugeSeries) == 0x000008, "Wrong alignment on FGaugeSeries"); \ +static_assert(sizeof(FGaugeSeries) == 0x000028, "Wrong size on FGaugeSeries"); \ +static_assert(offsetof(FGaugeSeries, Name) == 0x000000, "Member 'FGaugeSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FGaugeSeries, Min) == 0x000010, "Member 'FGaugeSeries::Min' has a wrong offset!"); \ +static_assert(offsetof(FGaugeSeries, Max) == 0x000014, "Member 'FGaugeSeries::Max' has a wrong offset!"); \ +static_assert(offsetof(FGaugeSeries, Data) == 0x000018, "Member 'FGaugeSeries::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLineBarSeries \ +static_assert(alignof(FLineBarSeries) == 0x000010, "Wrong alignment on FLineBarSeries"); \ +static_assert(sizeof(FLineBarSeries) == 0x000070, "Wrong size on FLineBarSeries"); \ +static_assert(offsetof(FLineBarSeries, Name) == 0x000000, "Member 'FLineBarSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FLineBarSeries, Data) == 0x000010, "Member 'FLineBarSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FLineBarSeries, Type) == 0x000020, "Member 'FLineBarSeries::Type' has a wrong offset!"); \ +static_assert(offsetof(FLineBarSeries, DataLabel) == 0x000024, "Member 'FLineBarSeries::DataLabel' has a wrong offset!"); \ +static_assert(offsetof(FLineBarSeries, UseGradientColor) == 0x000034, "Member 'FLineBarSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FLineBarSeries, LinearGradient) == 0x000040, "Member 'FLineBarSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLineSeries \ +static_assert(alignof(FLineSeries) == 0x000010, "Wrong alignment on FLineSeries"); \ +static_assert(sizeof(FLineSeries) == 0x000070, "Wrong size on FLineSeries"); \ +static_assert(offsetof(FLineSeries, Name) == 0x000000, "Member 'FLineSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FLineSeries, Data) == 0x000010, "Member 'FLineSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FLineSeries, smooth) == 0x000020, "Member 'FLineSeries::smooth' has a wrong offset!"); \ +static_assert(offsetof(FLineSeries, DataLabel) == 0x000024, "Member 'FLineSeries::DataLabel' has a wrong offset!"); \ +static_assert(offsetof(FLineSeries, UseGradientColor) == 0x000034, "Member 'FLineSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FLineSeries, LinearGradient) == 0x000040, "Member 'FLineSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPieSeries \ +static_assert(alignof(FPieSeries) == 0x000010, "Wrong alignment on FPieSeries"); \ +static_assert(sizeof(FPieSeries) == 0x0000A0, "Wrong size on FPieSeries"); \ +static_assert(offsetof(FPieSeries, Name) == 0x000000, "Member 'FPieSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FPieSeries, Radius) == 0x000010, "Member 'FPieSeries::Radius' has a wrong offset!"); \ +static_assert(offsetof(FPieSeries, label_show) == 0x000014, "Member 'FPieSeries::label_show' has a wrong offset!"); \ +static_assert(offsetof(FPieSeries, labelLine_show) == 0x000015, "Member 'FPieSeries::labelLine_show' has a wrong offset!"); \ +static_assert(offsetof(FPieSeries, RoseType) == 0x000016, "Member 'FPieSeries::RoseType' has a wrong offset!"); \ +static_assert(offsetof(FPieSeries, Data) == 0x000018, "Member 'FPieSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FPieSeries, UseGradientColor) == 0x000068, "Member 'FPieSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FPieSeries, LinearGradient) == 0x000070, "Member 'FPieSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIndicator \ +static_assert(alignof(FIndicator) == 0x000008, "Wrong alignment on FIndicator"); \ +static_assert(sizeof(FIndicator) == 0x000018, "Wrong size on FIndicator"); \ +static_assert(offsetof(FIndicator, Name) == 0x000000, "Member 'FIndicator::Name' has a wrong offset!"); \ +static_assert(offsetof(FIndicator, Max) == 0x000010, "Member 'FIndicator::Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadar \ +static_assert(alignof(FRadar) == 0x000008, "Wrong alignment on FRadar"); \ +static_assert(sizeof(FRadar) == 0x000020, "Wrong size on FRadar"); \ +static_assert(offsetof(FRadar, Circle) == 0x000000, "Member 'FRadar::Circle' has a wrong offset!"); \ +static_assert(offsetof(FRadar, Radius) == 0x000004, "Member 'FRadar::Radius' has a wrong offset!"); \ +static_assert(offsetof(FRadar, Color) == 0x000008, "Member 'FRadar::Color' has a wrong offset!"); \ +static_assert(offsetof(FRadar, BackgroundColor) == 0x00000C, "Member 'FRadar::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FRadar, Indicator) == 0x000010, "Member 'FRadar::Indicator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FData \ +static_assert(alignof(FData) == 0x000008, "Wrong alignment on FData"); \ +static_assert(sizeof(FData) == 0x000020, "Wrong size on FData"); \ +static_assert(offsetof(FData, Name) == 0x000000, "Member 'FData::Name' has a wrong offset!"); \ +static_assert(offsetof(FData, Value) == 0x000010, "Member 'FData::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRadarSeries \ +static_assert(alignof(FRadarSeries) == 0x000010, "Wrong alignment on FRadarSeries"); \ +static_assert(sizeof(FRadarSeries) == 0x000060, "Wrong size on FRadarSeries"); \ +static_assert(offsetof(FRadarSeries, Name) == 0x000000, "Member 'FRadarSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FRadarSeries, Data) == 0x000010, "Member 'FRadarSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FRadarSeries, UseGradientColor) == 0x000020, "Member 'FRadarSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FRadarSeries, LinearGradient) == 0x000030, "Member 'FRadarSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Flinks \ +static_assert(alignof(Flinks) == 0x000008, "Wrong alignment on Flinks"); \ +static_assert(sizeof(Flinks) == 0x000028, "Wrong size on Flinks"); \ +static_assert(offsetof(Flinks, Source) == 0x000000, "Member 'Flinks::Source' has a wrong offset!"); \ +static_assert(offsetof(Flinks, Target) == 0x000010, "Member 'Flinks::Target' has a wrong offset!"); \ +static_assert(offsetof(Flinks, Value) == 0x000020, "Member 'Flinks::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSankeySeries \ +static_assert(alignof(FSankeySeries) == 0x000010, "Wrong alignment on FSankeySeries"); \ +static_assert(sizeof(FSankeySeries) == 0x000070, "Wrong size on FSankeySeries"); \ +static_assert(offsetof(FSankeySeries, Data) == 0x000000, "Member 'FSankeySeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FSankeySeries, links) == 0x000010, "Member 'FSankeySeries::links' has a wrong offset!"); \ +static_assert(offsetof(FSankeySeries, Left) == 0x000020, "Member 'FSankeySeries::Left' has a wrong offset!"); \ +static_assert(offsetof(FSankeySeries, DataLabel) == 0x000024, "Member 'FSankeySeries::DataLabel' has a wrong offset!"); \ +static_assert(offsetof(FSankeySeries, UseGradientColor) == 0x000034, "Member 'FSankeySeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FSankeySeries, LinearGradient) == 0x000040, "Member 'FSankeySeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScatterSeries \ +static_assert(alignof(FScatterSeries) == 0x000010, "Wrong alignment on FScatterSeries"); \ +static_assert(sizeof(FScatterSeries) == 0x000070, "Wrong size on FScatterSeries"); \ +static_assert(offsetof(FScatterSeries, Name) == 0x000000, "Member 'FScatterSeries::Name' has a wrong offset!"); \ +static_assert(offsetof(FScatterSeries, Data) == 0x000010, "Member 'FScatterSeries::Data' has a wrong offset!"); \ +static_assert(offsetof(FScatterSeries, symbolSize) == 0x000020, "Member 'FScatterSeries::symbolSize' has a wrong offset!"); \ +static_assert(offsetof(FScatterSeries, DataLabel) == 0x000024, "Member 'FScatterSeries::DataLabel' has a wrong offset!"); \ +static_assert(offsetof(FScatterSeries, UseGradientColor) == 0x000034, "Member 'FScatterSeries::UseGradientColor' has a wrong offset!"); \ +static_assert(offsetof(FScatterSeries, LinearGradient) == 0x000040, "Member 'FScatterSeries::LinearGradient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetAnim \ +static_assert(alignof(ChartBase_SetAnim) == 0x000001, "Wrong alignment on ChartBase_SetAnim"); \ +static_assert(sizeof(ChartBase_SetAnim) == 0x000001, "Wrong size on ChartBase_SetAnim"); \ +static_assert(offsetof(ChartBase_SetAnim, Active) == 0x000000, "Member 'ChartBase_SetAnim::Active' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetAxis \ +static_assert(alignof(ChartBase_SetAxis) == 0x000008, "Wrong alignment on ChartBase_SetAxis"); \ +static_assert(sizeof(ChartBase_SetAxis) == 0x000018, "Wrong size on ChartBase_SetAxis"); \ +static_assert(offsetof(ChartBase_SetAxis, XAxis) == 0x000000, "Member 'ChartBase_SetAxis::XAxis' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetAxis, Axis_Data) == 0x000008, "Member 'ChartBase_SetAxis::Axis_Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetCustomColor \ +static_assert(alignof(ChartBase_SetCustomColor) == 0x000008, "Wrong alignment on ChartBase_SetCustomColor"); \ +static_assert(sizeof(ChartBase_SetCustomColor) == 0x000018, "Wrong size on ChartBase_SetCustomColor"); \ +static_assert(offsetof(ChartBase_SetCustomColor, Active) == 0x000000, "Member 'ChartBase_SetCustomColor::Active' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetCustomColor, custom_color_0) == 0x000008, "Member 'ChartBase_SetCustomColor::custom_color_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetTheme \ +static_assert(alignof(ChartBase_SetTheme) == 0x000001, "Wrong alignment on ChartBase_SetTheme"); \ +static_assert(sizeof(ChartBase_SetTheme) == 0x000002, "Wrong size on ChartBase_SetTheme"); \ +static_assert(offsetof(ChartBase_SetTheme, ChartTheme) == 0x000000, "Member 'ChartBase_SetTheme::ChartTheme' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTheme, Axis_Style_With_Theme) == 0x000001, "Member 'ChartBase_SetTheme::Axis_Style_With_Theme' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetTitle \ +static_assert(alignof(ChartBase_SetTitle) == 0x000008, "Wrong alignment on ChartBase_SetTitle"); \ +static_assert(sizeof(ChartBase_SetTitle) == 0x000028, "Wrong size on ChartBase_SetTitle"); \ +static_assert(offsetof(ChartBase_SetTitle, Text) == 0x000000, "Member 'ChartBase_SetTitle::Text' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTitle, show) == 0x000010, "Member 'ChartBase_SetTitle::show' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTitle, position) == 0x000011, "Member 'ChartBase_SetTitle::position' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTitle, FontSize) == 0x000014, "Member 'ChartBase_SetTitle::FontSize' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTitle, Color) == 0x000018, "Member 'ChartBase_SetTitle::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetTooltipStyle \ +static_assert(alignof(ChartBase_SetTooltipStyle) == 0x000004, "Wrong alignment on ChartBase_SetTooltipStyle"); \ +static_assert(sizeof(ChartBase_SetTooltipStyle) == 0x000024, "Wrong size on ChartBase_SetTooltipStyle"); \ +static_assert(offsetof(ChartBase_SetTooltipStyle, Trigger) == 0x000000, "Member 'ChartBase_SetTooltipStyle::Trigger' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTooltipStyle, ToolTip) == 0x000001, "Member 'ChartBase_SetTooltipStyle::ToolTip' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTooltipStyle, TextColor) == 0x000004, "Member 'ChartBase_SetTooltipStyle::TextColor' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetTooltipStyle, BackgroundColor) == 0x000014, "Member 'ChartBase_SetTooltipStyle::BackgroundColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetXAxisStyle \ +static_assert(alignof(ChartBase_SetXAxisStyle) == 0x000008, "Wrong alignment on ChartBase_SetXAxisStyle"); \ +static_assert(sizeof(ChartBase_SetXAxisStyle) == 0x000048, "Wrong size on ChartBase_SetXAxisStyle"); \ +static_assert(offsetof(ChartBase_SetXAxisStyle, Xaxis_Label) == 0x000000, "Member 'ChartBase_SetXAxisStyle::Xaxis_Label' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetXAxisStyle, Xaxis_Line) == 0x000028, "Member 'ChartBase_SetXAxisStyle::Xaxis_Line' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetXAxisStyle, Xsplit_Line) == 0x000038, "Member 'ChartBase_SetXAxisStyle::Xsplit_Line' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartBase_SetYAxisStyle \ +static_assert(alignof(ChartBase_SetYAxisStyle) == 0x000008, "Wrong alignment on ChartBase_SetYAxisStyle"); \ +static_assert(sizeof(ChartBase_SetYAxisStyle) == 0x000048, "Wrong size on ChartBase_SetYAxisStyle"); \ +static_assert(offsetof(ChartBase_SetYAxisStyle, Yaxis_Label) == 0x000000, "Member 'ChartBase_SetYAxisStyle::Yaxis_Label' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetYAxisStyle, Yaxis_Line) == 0x000028, "Member 'ChartBase_SetYAxisStyle::Yaxis_Line' has a wrong offset!"); \ +static_assert(offsetof(ChartBase_SetYAxisStyle, Ysplit_Line) == 0x000038, "Member 'ChartBase_SetYAxisStyle::Ysplit_Line' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChartBase \ +static_assert(alignof(UChartBase) == 0x000008, "Wrong alignment on UChartBase"); \ +static_assert(sizeof(UChartBase) == 0x000318, "Wrong size on UChartBase"); \ +static_assert(offsetof(UChartBase, useDirtyRect) == 0x000130, "Member 'UChartBase::useDirtyRect' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, Theme) == 0x000131, "Member 'UChartBase::Theme' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, AxisStyleWithTheme) == 0x000132, "Member 'UChartBase::AxisStyleWithTheme' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, title_text) == 0x000138, "Member 'UChartBase::title_text' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, title_show) == 0x000148, "Member 'UChartBase::title_show' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, title_position) == 0x000149, "Member 'UChartBase::title_position' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, title_fontSize) == 0x00014C, "Member 'UChartBase::title_fontSize' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, title_color) == 0x000150, "Member 'UChartBase::title_color' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, legend_show) == 0x000154, "Member 'UChartBase::legend_show' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, legend_position) == 0x000155, "Member 'UChartBase::legend_position' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, legend_orient) == 0x000156, "Member 'UChartBase::legend_orient' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, legend_color) == 0x000158, "Member 'UChartBase::legend_color' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, legend_fontSize) == 0x00015C, "Member 'UChartBase::legend_fontSize' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, AxisData) == 0x000160, "Member 'UChartBase::AxisData' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, IsXAxis) == 0x000170, "Member 'UChartBase::IsXAxis' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, boundaryGap) == 0x000171, "Member 'UChartBase::boundaryGap' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, XaxisLabel) == 0x000178, "Member 'UChartBase::XaxisLabel' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, XaxisLine) == 0x0001A0, "Member 'UChartBase::XaxisLine' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, XsplitLine) == 0x0001B0, "Member 'UChartBase::XsplitLine' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, YaxisLabel) == 0x0001C0, "Member 'UChartBase::YaxisLabel' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, YaxisLine) == 0x0001E8, "Member 'UChartBase::YaxisLine' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, YsplitLine) == 0x0001F8, "Member 'UChartBase::YsplitLine' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, tooltip_type) == 0x000208, "Member 'UChartBase::tooltip_type' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, tooltip_trigger) == 0x000209, "Member 'UChartBase::tooltip_trigger' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, text_color) == 0x00020C, "Member 'UChartBase::text_color' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, tip_backgroundColor) == 0x000210, "Member 'UChartBase::tip_backgroundColor' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, use_custom_color) == 0x000214, "Member 'UChartBase::use_custom_color' has a wrong offset!"); \ +static_assert(offsetof(UChartBase, custom_color) == 0x000218, "Member 'UChartBase::custom_color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AreaChart_SetLegend \ +static_assert(alignof(AreaChart_SetLegend) == 0x000004, "Wrong alignment on AreaChart_SetLegend"); \ +static_assert(sizeof(AreaChart_SetLegend) == 0x000018, "Wrong size on AreaChart_SetLegend"); \ +static_assert(offsetof(AreaChart_SetLegend, show) == 0x000000, "Member 'AreaChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(AreaChart_SetLegend, position) == 0x000001, "Member 'AreaChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(AreaChart_SetLegend, Orient) == 0x000002, "Member 'AreaChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(AreaChart_SetLegend, Color) == 0x000004, "Member 'AreaChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(AreaChart_SetLegend, FontSize) == 0x000014, "Member 'AreaChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AreaChart_SetSeries \ +static_assert(alignof(AreaChart_SetSeries) == 0x000008, "Wrong alignment on AreaChart_SetSeries"); \ +static_assert(sizeof(AreaChart_SetSeries) == 0x000010, "Wrong size on AreaChart_SetSeries"); \ +static_assert(offsetof(AreaChart_SetSeries, SeriesData) == 0x000000, "Member 'AreaChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAreaChart \ +static_assert(alignof(UAreaChart) == 0x000008, "Wrong alignment on UAreaChart"); \ +static_assert(sizeof(UAreaChart) == 0x000338, "Wrong size on UAreaChart"); \ +static_assert(offsetof(UAreaChart, Series) == 0x000318, "Member 'UAreaChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BarChart_SetLegend \ +static_assert(alignof(BarChart_SetLegend) == 0x000004, "Wrong alignment on BarChart_SetLegend"); \ +static_assert(sizeof(BarChart_SetLegend) == 0x000018, "Wrong size on BarChart_SetLegend"); \ +static_assert(offsetof(BarChart_SetLegend, show) == 0x000000, "Member 'BarChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(BarChart_SetLegend, position) == 0x000001, "Member 'BarChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(BarChart_SetLegend, Orient) == 0x000002, "Member 'BarChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(BarChart_SetLegend, Color) == 0x000004, "Member 'BarChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(BarChart_SetLegend, FontSize) == 0x000014, "Member 'BarChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BarChart_SetSeries \ +static_assert(alignof(BarChart_SetSeries) == 0x000008, "Wrong alignment on BarChart_SetSeries"); \ +static_assert(sizeof(BarChart_SetSeries) == 0x000010, "Wrong size on BarChart_SetSeries"); \ +static_assert(offsetof(BarChart_SetSeries, SeriesData) == 0x000000, "Member 'BarChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBarChart \ +static_assert(alignof(UBarChart) == 0x000008, "Wrong alignment on UBarChart"); \ +static_assert(sizeof(UBarChart) == 0x000338, "Wrong size on UBarChart"); \ +static_assert(offsetof(UBarChart, Series) == 0x000318, "Member 'UBarChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartWebBrowser_ExecuteJavascript \ +static_assert(alignof(ChartWebBrowser_ExecuteJavascript) == 0x000008, "Wrong alignment on ChartWebBrowser_ExecuteJavascript"); \ +static_assert(sizeof(ChartWebBrowser_ExecuteJavascript) == 0x000010, "Wrong size on ChartWebBrowser_ExecuteJavascript"); \ +static_assert(offsetof(ChartWebBrowser_ExecuteJavascript, ScriptText) == 0x000000, "Member 'ChartWebBrowser_ExecuteJavascript::ScriptText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartWebBrowser_LoadString \ +static_assert(alignof(ChartWebBrowser_LoadString) == 0x000008, "Wrong alignment on ChartWebBrowser_LoadString"); \ +static_assert(sizeof(ChartWebBrowser_LoadString) == 0x000020, "Wrong size on ChartWebBrowser_LoadString"); \ +static_assert(offsetof(ChartWebBrowser_LoadString, Contents) == 0x000000, "Member 'ChartWebBrowser_LoadString::Contents' has a wrong offset!"); \ +static_assert(offsetof(ChartWebBrowser_LoadString, DummyURL) == 0x000010, "Member 'ChartWebBrowser_LoadString::DummyURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartWebBrowser_LoadURL \ +static_assert(alignof(ChartWebBrowser_LoadURL) == 0x000008, "Wrong alignment on ChartWebBrowser_LoadURL"); \ +static_assert(sizeof(ChartWebBrowser_LoadURL) == 0x000010, "Wrong size on ChartWebBrowser_LoadURL"); \ +static_assert(offsetof(ChartWebBrowser_LoadURL, NewURL) == 0x000000, "Member 'ChartWebBrowser_LoadURL::NewURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartWebBrowser_GetTitleText \ +static_assert(alignof(ChartWebBrowser_GetTitleText) == 0x000008, "Wrong alignment on ChartWebBrowser_GetTitleText"); \ +static_assert(sizeof(ChartWebBrowser_GetTitleText) == 0x000018, "Wrong size on ChartWebBrowser_GetTitleText"); \ +static_assert(offsetof(ChartWebBrowser_GetTitleText, ReturnValue) == 0x000000, "Member 'ChartWebBrowser_GetTitleText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ChartWebBrowser_GetUrl \ +static_assert(alignof(ChartWebBrowser_GetUrl) == 0x000008, "Wrong alignment on ChartWebBrowser_GetUrl"); \ +static_assert(sizeof(ChartWebBrowser_GetUrl) == 0x000010, "Wrong size on ChartWebBrowser_GetUrl"); \ +static_assert(offsetof(ChartWebBrowser_GetUrl, ReturnValue) == 0x000000, "Member 'ChartWebBrowser_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChartWebBrowser \ +static_assert(alignof(UChartWebBrowser) == 0x000008, "Wrong alignment on UChartWebBrowser"); \ +static_assert(sizeof(UChartWebBrowser) == 0x000178, "Wrong size on UChartWebBrowser"); \ +static_assert(offsetof(UChartWebBrowser, OnUrlChanged) == 0x000130, "Member 'UChartWebBrowser::OnUrlChanged' has a wrong offset!"); \ +static_assert(offsetof(UChartWebBrowser, OnBeforePopup) == 0x000140, "Member 'UChartWebBrowser::OnBeforePopup' has a wrong offset!"); \ +static_assert(offsetof(UChartWebBrowser, InitialURL) == 0x000150, "Member 'UChartWebBrowser::InitialURL' has a wrong offset!"); \ +static_assert(offsetof(UChartWebBrowser, bSupportsTransparency) == 0x000160, "Member 'UChartWebBrowser::bSupportsTransparency' has a wrong offset!"); \ +static_assert(offsetof(UChartWebBrowser, bSupportIEM) == 0x000161, "Member 'UChartWebBrowser::bSupportIEM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomChart_SetOption \ +static_assert(alignof(CustomChart_SetOption) == 0x000008, "Wrong alignment on CustomChart_SetOption"); \ +static_assert(sizeof(CustomChart_SetOption) == 0x000020, "Wrong size on CustomChart_SetOption"); \ +static_assert(offsetof(CustomChart_SetOption, InOption) == 0x000000, "Member 'CustomChart_SetOption::InOption' has a wrong offset!"); \ +static_assert(offsetof(CustomChart_SetOption, OtherCode) == 0x000010, "Member 'CustomChart_SetOption::OtherCode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomChart_SetTheme \ +static_assert(alignof(CustomChart_SetTheme) == 0x000001, "Wrong alignment on CustomChart_SetTheme"); \ +static_assert(sizeof(CustomChart_SetTheme) == 0x000001, "Wrong size on CustomChart_SetTheme"); \ +static_assert(offsetof(CustomChart_SetTheme, ChartTheme) == 0x000000, "Member 'CustomChart_SetTheme::ChartTheme' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomChart \ +static_assert(alignof(UCustomChart) == 0x000008, "Wrong alignment on UCustomChart"); \ +static_assert(sizeof(UCustomChart) == 0x000188, "Wrong size on UCustomChart"); \ +static_assert(offsetof(UCustomChart, useDirtyRect) == 0x000130, "Member 'UCustomChart::useDirtyRect' has a wrong offset!"); \ +static_assert(offsetof(UCustomChart, Theme) == 0x000131, "Member 'UCustomChart::Theme' has a wrong offset!"); \ +static_assert(offsetof(UCustomChart, Option) == 0x000138, "Member 'UCustomChart::Option' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoughnutChart_SetLegend \ +static_assert(alignof(DoughnutChart_SetLegend) == 0x000004, "Wrong alignment on DoughnutChart_SetLegend"); \ +static_assert(sizeof(DoughnutChart_SetLegend) == 0x000018, "Wrong size on DoughnutChart_SetLegend"); \ +static_assert(offsetof(DoughnutChart_SetLegend, show) == 0x000000, "Member 'DoughnutChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(DoughnutChart_SetLegend, position) == 0x000001, "Member 'DoughnutChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(DoughnutChart_SetLegend, Orient) == 0x000002, "Member 'DoughnutChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(DoughnutChart_SetLegend, Color) == 0x000004, "Member 'DoughnutChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(DoughnutChart_SetLegend, FontSize) == 0x000014, "Member 'DoughnutChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DoughnutChart_SetSeries \ +static_assert(alignof(DoughnutChart_SetSeries) == 0x000010, "Wrong alignment on DoughnutChart_SetSeries"); \ +static_assert(sizeof(DoughnutChart_SetSeries) == 0x0000B0, "Wrong size on DoughnutChart_SetSeries"); \ +static_assert(offsetof(DoughnutChart_SetSeries, SeriesData) == 0x000000, "Member 'DoughnutChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDoughnutChart \ +static_assert(alignof(UDoughnutChart) == 0x000010, "Wrong alignment on UDoughnutChart"); \ +static_assert(sizeof(UDoughnutChart) == 0x0003E0, "Wrong size on UDoughnutChart"); \ +static_assert(offsetof(UDoughnutChart, Series) == 0x000320, "Member 'UDoughnutChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FunnelChart_SetLegend \ +static_assert(alignof(FunnelChart_SetLegend) == 0x000004, "Wrong alignment on FunnelChart_SetLegend"); \ +static_assert(sizeof(FunnelChart_SetLegend) == 0x000018, "Wrong size on FunnelChart_SetLegend"); \ +static_assert(offsetof(FunnelChart_SetLegend, show) == 0x000000, "Member 'FunnelChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(FunnelChart_SetLegend, position) == 0x000001, "Member 'FunnelChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(FunnelChart_SetLegend, Orient) == 0x000002, "Member 'FunnelChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(FunnelChart_SetLegend, Color) == 0x000004, "Member 'FunnelChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(FunnelChart_SetLegend, FontSize) == 0x000014, "Member 'FunnelChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FunnelChart_SetSeries \ +static_assert(alignof(FunnelChart_SetSeries) == 0x000008, "Wrong alignment on FunnelChart_SetSeries"); \ +static_assert(sizeof(FunnelChart_SetSeries) == 0x000040, "Wrong size on FunnelChart_SetSeries"); \ +static_assert(offsetof(FunnelChart_SetSeries, SeriesData) == 0x000000, "Member 'FunnelChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFunnelChart \ +static_assert(alignof(UFunnelChart) == 0x000008, "Wrong alignment on UFunnelChart"); \ +static_assert(sizeof(UFunnelChart) == 0x000368, "Wrong size on UFunnelChart"); \ +static_assert(offsetof(UFunnelChart, Series) == 0x000318, "Member 'UFunnelChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GaugeChart_SetLegend \ +static_assert(alignof(GaugeChart_SetLegend) == 0x000004, "Wrong alignment on GaugeChart_SetLegend"); \ +static_assert(sizeof(GaugeChart_SetLegend) == 0x000018, "Wrong size on GaugeChart_SetLegend"); \ +static_assert(offsetof(GaugeChart_SetLegend, show) == 0x000000, "Member 'GaugeChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(GaugeChart_SetLegend, position) == 0x000001, "Member 'GaugeChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(GaugeChart_SetLegend, Orient) == 0x000002, "Member 'GaugeChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(GaugeChart_SetLegend, Color) == 0x000004, "Member 'GaugeChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(GaugeChart_SetLegend, FontSize) == 0x000014, "Member 'GaugeChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GaugeChart_SetSeries \ +static_assert(alignof(GaugeChart_SetSeries) == 0x000008, "Wrong alignment on GaugeChart_SetSeries"); \ +static_assert(sizeof(GaugeChart_SetSeries) == 0x000028, "Wrong size on GaugeChart_SetSeries"); \ +static_assert(offsetof(GaugeChart_SetSeries, SeriesData) == 0x000000, "Member 'GaugeChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGaugeChart \ +static_assert(alignof(UGaugeChart) == 0x000008, "Wrong alignment on UGaugeChart"); \ +static_assert(sizeof(UGaugeChart) == 0x000350, "Wrong size on UGaugeChart"); \ +static_assert(offsetof(UGaugeChart, Series) == 0x000318, "Member 'UGaugeChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LineBarChart_SetLegend \ +static_assert(alignof(LineBarChart_SetLegend) == 0x000004, "Wrong alignment on LineBarChart_SetLegend"); \ +static_assert(sizeof(LineBarChart_SetLegend) == 0x000018, "Wrong size on LineBarChart_SetLegend"); \ +static_assert(offsetof(LineBarChart_SetLegend, show) == 0x000000, "Member 'LineBarChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(LineBarChart_SetLegend, position) == 0x000001, "Member 'LineBarChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(LineBarChart_SetLegend, Orient) == 0x000002, "Member 'LineBarChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(LineBarChart_SetLegend, Color) == 0x000004, "Member 'LineBarChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(LineBarChart_SetLegend, FontSize) == 0x000014, "Member 'LineBarChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LineBarChart_SetSeries \ +static_assert(alignof(LineBarChart_SetSeries) == 0x000008, "Wrong alignment on LineBarChart_SetSeries"); \ +static_assert(sizeof(LineBarChart_SetSeries) == 0x000010, "Wrong size on LineBarChart_SetSeries"); \ +static_assert(offsetof(LineBarChart_SetSeries, SeriesData) == 0x000000, "Member 'LineBarChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineBarChart \ +static_assert(alignof(ULineBarChart) == 0x000008, "Wrong alignment on ULineBarChart"); \ +static_assert(sizeof(ULineBarChart) == 0x000338, "Wrong size on ULineBarChart"); \ +static_assert(offsetof(ULineBarChart, Series) == 0x000318, "Member 'ULineBarChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LineChart_SetLegend \ +static_assert(alignof(LineChart_SetLegend) == 0x000004, "Wrong alignment on LineChart_SetLegend"); \ +static_assert(sizeof(LineChart_SetLegend) == 0x000018, "Wrong size on LineChart_SetLegend"); \ +static_assert(offsetof(LineChart_SetLegend, show) == 0x000000, "Member 'LineChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(LineChart_SetLegend, position) == 0x000001, "Member 'LineChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(LineChart_SetLegend, Orient) == 0x000002, "Member 'LineChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(LineChart_SetLegend, Color) == 0x000004, "Member 'LineChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(LineChart_SetLegend, FontSize) == 0x000014, "Member 'LineChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LineChart_SetSeries \ +static_assert(alignof(LineChart_SetSeries) == 0x000008, "Wrong alignment on LineChart_SetSeries"); \ +static_assert(sizeof(LineChart_SetSeries) == 0x000010, "Wrong size on LineChart_SetSeries"); \ +static_assert(offsetof(LineChart_SetSeries, SeriesData) == 0x000000, "Member 'LineChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULineChart \ +static_assert(alignof(ULineChart) == 0x000008, "Wrong alignment on ULineChart"); \ +static_assert(sizeof(ULineChart) == 0x000338, "Wrong size on ULineChart"); \ +static_assert(offsetof(ULineChart, Series) == 0x000318, "Member 'ULineChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PieChart_SetLegend \ +static_assert(alignof(PieChart_SetLegend) == 0x000004, "Wrong alignment on PieChart_SetLegend"); \ +static_assert(sizeof(PieChart_SetLegend) == 0x000018, "Wrong size on PieChart_SetLegend"); \ +static_assert(offsetof(PieChart_SetLegend, show) == 0x000000, "Member 'PieChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(PieChart_SetLegend, position) == 0x000001, "Member 'PieChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(PieChart_SetLegend, Orient) == 0x000002, "Member 'PieChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(PieChart_SetLegend, Color) == 0x000004, "Member 'PieChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(PieChart_SetLegend, FontSize) == 0x000014, "Member 'PieChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PieChart_SetSeries \ +static_assert(alignof(PieChart_SetSeries) == 0x000010, "Wrong alignment on PieChart_SetSeries"); \ +static_assert(sizeof(PieChart_SetSeries) == 0x0000A0, "Wrong size on PieChart_SetSeries"); \ +static_assert(offsetof(PieChart_SetSeries, SeriesData) == 0x000000, "Member 'PieChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPieChart \ +static_assert(alignof(UPieChart) == 0x000010, "Wrong alignment on UPieChart"); \ +static_assert(sizeof(UPieChart) == 0x0003D0, "Wrong size on UPieChart"); \ +static_assert(offsetof(UPieChart, Series) == 0x000320, "Member 'UPieChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadarChart_SetLegend \ +static_assert(alignof(RadarChart_SetLegend) == 0x000004, "Wrong alignment on RadarChart_SetLegend"); \ +static_assert(sizeof(RadarChart_SetLegend) == 0x000018, "Wrong size on RadarChart_SetLegend"); \ +static_assert(offsetof(RadarChart_SetLegend, show) == 0x000000, "Member 'RadarChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(RadarChart_SetLegend, position) == 0x000001, "Member 'RadarChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(RadarChart_SetLegend, Orient) == 0x000002, "Member 'RadarChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(RadarChart_SetLegend, Color) == 0x000004, "Member 'RadarChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(RadarChart_SetLegend, FontSize) == 0x000014, "Member 'RadarChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadarChart_SetRadar \ +static_assert(alignof(RadarChart_SetRadar) == 0x000008, "Wrong alignment on RadarChart_SetRadar"); \ +static_assert(sizeof(RadarChart_SetRadar) == 0x000020, "Wrong size on RadarChart_SetRadar"); \ +static_assert(offsetof(RadarChart_SetRadar, RadarData) == 0x000000, "Member 'RadarChart_SetRadar::RadarData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadarChart_SetSeries \ +static_assert(alignof(RadarChart_SetSeries) == 0x000010, "Wrong alignment on RadarChart_SetSeries"); \ +static_assert(sizeof(RadarChart_SetSeries) == 0x000060, "Wrong size on RadarChart_SetSeries"); \ +static_assert(offsetof(RadarChart_SetSeries, SeriesData) == 0x000000, "Member 'RadarChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URadarChart \ +static_assert(alignof(URadarChart) == 0x000010, "Wrong alignment on URadarChart"); \ +static_assert(sizeof(URadarChart) == 0x0003C0, "Wrong size on URadarChart"); \ +static_assert(offsetof(URadarChart, Series) == 0x000320, "Member 'URadarChart::Series' has a wrong offset!"); \ +static_assert(offsetof(URadarChart, Radar) == 0x000380, "Member 'URadarChart::Radar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SankeyChart_SetLegend \ +static_assert(alignof(SankeyChart_SetLegend) == 0x000004, "Wrong alignment on SankeyChart_SetLegend"); \ +static_assert(sizeof(SankeyChart_SetLegend) == 0x000018, "Wrong size on SankeyChart_SetLegend"); \ +static_assert(offsetof(SankeyChart_SetLegend, show) == 0x000000, "Member 'SankeyChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(SankeyChart_SetLegend, position) == 0x000001, "Member 'SankeyChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(SankeyChart_SetLegend, Orient) == 0x000002, "Member 'SankeyChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(SankeyChart_SetLegend, Color) == 0x000004, "Member 'SankeyChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(SankeyChart_SetLegend, FontSize) == 0x000014, "Member 'SankeyChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SankeyChart_SetSeries \ +static_assert(alignof(SankeyChart_SetSeries) == 0x000010, "Wrong alignment on SankeyChart_SetSeries"); \ +static_assert(sizeof(SankeyChart_SetSeries) == 0x000070, "Wrong size on SankeyChart_SetSeries"); \ +static_assert(offsetof(SankeyChart_SetSeries, SeriesData) == 0x000000, "Member 'SankeyChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USankeyChart \ +static_assert(alignof(USankeyChart) == 0x000010, "Wrong alignment on USankeyChart"); \ +static_assert(sizeof(USankeyChart) == 0x0003A0, "Wrong size on USankeyChart"); \ +static_assert(offsetof(USankeyChart, Series) == 0x000320, "Member 'USankeyChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScatterChart_SetLegend \ +static_assert(alignof(ScatterChart_SetLegend) == 0x000004, "Wrong alignment on ScatterChart_SetLegend"); \ +static_assert(sizeof(ScatterChart_SetLegend) == 0x000018, "Wrong size on ScatterChart_SetLegend"); \ +static_assert(offsetof(ScatterChart_SetLegend, show) == 0x000000, "Member 'ScatterChart_SetLegend::show' has a wrong offset!"); \ +static_assert(offsetof(ScatterChart_SetLegend, position) == 0x000001, "Member 'ScatterChart_SetLegend::position' has a wrong offset!"); \ +static_assert(offsetof(ScatterChart_SetLegend, Orient) == 0x000002, "Member 'ScatterChart_SetLegend::Orient' has a wrong offset!"); \ +static_assert(offsetof(ScatterChart_SetLegend, Color) == 0x000004, "Member 'ScatterChart_SetLegend::Color' has a wrong offset!"); \ +static_assert(offsetof(ScatterChart_SetLegend, FontSize) == 0x000014, "Member 'ScatterChart_SetLegend::FontSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ScatterChart_SetSeries \ +static_assert(alignof(ScatterChart_SetSeries) == 0x000008, "Wrong alignment on ScatterChart_SetSeries"); \ +static_assert(sizeof(ScatterChart_SetSeries) == 0x000010, "Wrong size on ScatterChart_SetSeries"); \ +static_assert(offsetof(ScatterChart_SetSeries, SeriesData) == 0x000000, "Member 'ScatterChart_SetSeries::SeriesData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UScatterChart \ +static_assert(alignof(UScatterChart) == 0x000008, "Wrong alignment on UScatterChart"); \ +static_assert(sizeof(UScatterChart) == 0x000338, "Wrong size on UScatterChart"); \ +static_assert(offsetof(UScatterChart, Series) == 0x000318, "Member 'UScatterChart::Series' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WebBrowser_ExecuteJavascript \ +static_assert(alignof(WebBrowser_ExecuteJavascript) == 0x000008, "Wrong alignment on WebBrowser_ExecuteJavascript"); \ +static_assert(sizeof(WebBrowser_ExecuteJavascript) == 0x000010, "Wrong size on WebBrowser_ExecuteJavascript"); \ +static_assert(offsetof(WebBrowser_ExecuteJavascript, ScriptText) == 0x000000, "Member 'WebBrowser_ExecuteJavascript::ScriptText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WebBrowser_LoadString \ +static_assert(alignof(WebBrowser_LoadString) == 0x000008, "Wrong alignment on WebBrowser_LoadString"); \ +static_assert(sizeof(WebBrowser_LoadString) == 0x000020, "Wrong size on WebBrowser_LoadString"); \ +static_assert(offsetof(WebBrowser_LoadString, Contents) == 0x000000, "Member 'WebBrowser_LoadString::Contents' has a wrong offset!"); \ +static_assert(offsetof(WebBrowser_LoadString, DummyURL) == 0x000010, "Member 'WebBrowser_LoadString::DummyURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WebBrowser_LoadURL \ +static_assert(alignof(WebBrowser_LoadURL) == 0x000008, "Wrong alignment on WebBrowser_LoadURL"); \ +static_assert(sizeof(WebBrowser_LoadURL) == 0x000010, "Wrong size on WebBrowser_LoadURL"); \ +static_assert(offsetof(WebBrowser_LoadURL, NewURL) == 0x000000, "Member 'WebBrowser_LoadURL::NewURL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WebBrowser_GetTitleText \ +static_assert(alignof(WebBrowser_GetTitleText) == 0x000008, "Wrong alignment on WebBrowser_GetTitleText"); \ +static_assert(sizeof(WebBrowser_GetTitleText) == 0x000018, "Wrong size on WebBrowser_GetTitleText"); \ +static_assert(offsetof(WebBrowser_GetTitleText, ReturnValue) == 0x000000, "Member 'WebBrowser_GetTitleText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WebBrowser_GetUrl \ +static_assert(alignof(WebBrowser_GetUrl) == 0x000008, "Wrong alignment on WebBrowser_GetUrl"); \ +static_assert(sizeof(WebBrowser_GetUrl) == 0x000010, "Wrong size on WebBrowser_GetUrl"); \ +static_assert(offsetof(WebBrowser_GetUrl, ReturnValue) == 0x000000, "Member 'WebBrowser_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWebBrowser \ +static_assert(alignof(UWebBrowser) == 0x000008, "Wrong alignment on UWebBrowser"); \ +static_assert(sizeof(UWebBrowser) == 0x000178, "Wrong size on UWebBrowser"); \ +static_assert(offsetof(UWebBrowser, OnUrlChanged) == 0x000130, "Member 'UWebBrowser::OnUrlChanged' has a wrong offset!"); \ +static_assert(offsetof(UWebBrowser, OnBeforePopup) == 0x000140, "Member 'UWebBrowser::OnBeforePopup' has a wrong offset!"); \ +static_assert(offsetof(UWebBrowser, InitialURL) == 0x000150, "Member 'UWebBrowser::InitialURL' has a wrong offset!"); \ +static_assert(offsetof(UWebBrowser, bSupportsTransparency) == 0x000160, "Member 'UWebBrowser::bSupportsTransparency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWebBrowserAssetManager \ +static_assert(alignof(UWebBrowserAssetManager) == 0x000008, "Wrong alignment on UWebBrowserAssetManager"); \ +static_assert(sizeof(UWebBrowserAssetManager) == 0x000078, "Wrong size on UWebBrowserAssetManager"); \ +static_assert(offsetof(UWebBrowserAssetManager, DefaultMaterial) == 0x000028, "Member 'UWebBrowserAssetManager::DefaultMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQosSubspaceComparisonParams \ +static_assert(alignof(FQosSubspaceComparisonParams) == 0x000004, "Wrong alignment on FQosSubspaceComparisonParams"); \ +static_assert(sizeof(FQosSubspaceComparisonParams) == 0x000010, "Wrong size on FQosSubspaceComparisonParams"); \ +static_assert(offsetof(FQosSubspaceComparisonParams, MaxNonSubspacePingMs) == 0x000000, "Member 'FQosSubspaceComparisonParams::MaxNonSubspacePingMs' has a wrong offset!"); \ +static_assert(offsetof(FQosSubspaceComparisonParams, MinSubspacePingMs) == 0x000004, "Member 'FQosSubspaceComparisonParams::MinSubspacePingMs' has a wrong offset!"); \ +static_assert(offsetof(FQosSubspaceComparisonParams, ConstantMaxToleranceMs) == 0x000008, "Member 'FQosSubspaceComparisonParams::ConstantMaxToleranceMs' has a wrong offset!"); \ +static_assert(offsetof(FQosSubspaceComparisonParams, ScaledMaxTolerancePct) == 0x00000C, "Member 'FQosSubspaceComparisonParams::ScaledMaxTolerancePct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQosPingServerInfo \ +static_assert(alignof(FQosPingServerInfo) == 0x000008, "Wrong alignment on FQosPingServerInfo"); \ +static_assert(sizeof(FQosPingServerInfo) == 0x000018, "Wrong size on FQosPingServerInfo"); \ +static_assert(offsetof(FQosPingServerInfo, Address) == 0x000000, "Member 'FQosPingServerInfo::Address' has a wrong offset!"); \ +static_assert(offsetof(FQosPingServerInfo, Port) == 0x000010, "Member 'FQosPingServerInfo::Port' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQosDatacenterInfo \ +static_assert(alignof(FQosDatacenterInfo) == 0x000008, "Wrong alignment on FQosDatacenterInfo"); \ +static_assert(sizeof(FQosDatacenterInfo) == 0x000038, "Wrong size on FQosDatacenterInfo"); \ +static_assert(offsetof(FQosDatacenterInfo, ID) == 0x000000, "Member 'FQosDatacenterInfo::ID' has a wrong offset!"); \ +static_assert(offsetof(FQosDatacenterInfo, RegionId) == 0x000010, "Member 'FQosDatacenterInfo::RegionId' has a wrong offset!"); \ +static_assert(offsetof(FQosDatacenterInfo, bEnabled) == 0x000020, "Member 'FQosDatacenterInfo::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FQosDatacenterInfo, Servers) == 0x000028, "Member 'FQosDatacenterInfo::Servers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FQosRegionInfo \ +static_assert(alignof(FQosRegionInfo) == 0x000008, "Wrong alignment on FQosRegionInfo"); \ +static_assert(sizeof(FQosRegionInfo) == 0x000040, "Wrong size on FQosRegionInfo"); \ +static_assert(offsetof(FQosRegionInfo, DisplayName) == 0x000000, "Member 'FQosRegionInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, RegionId) == 0x000018, "Member 'FQosRegionInfo::RegionId' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bEnabled) == 0x000028, "Member 'FQosRegionInfo::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bVisible) == 0x000029, "Member 'FQosRegionInfo::bVisible' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bAutoAssignable) == 0x00002A, "Member 'FQosRegionInfo::bAutoAssignable' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, bAllowSubspaceBias) == 0x00002B, "Member 'FQosRegionInfo::bAllowSubspaceBias' has a wrong offset!"); \ +static_assert(offsetof(FQosRegionInfo, SubspaceBiasParams) == 0x00002C, "Member 'FQosRegionInfo::SubspaceBiasParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDatacenterQosInstance \ +static_assert(alignof(FDatacenterQosInstance) == 0x000008, "Wrong alignment on FDatacenterQosInstance"); \ +static_assert(sizeof(FDatacenterQosInstance) == 0x000068, "Wrong size on FDatacenterQosInstance"); \ +static_assert(offsetof(FDatacenterQosInstance, Definition) == 0x000000, "Member 'FDatacenterQosInstance::Definition' has a wrong offset!"); \ +static_assert(offsetof(FDatacenterQosInstance, Result) == 0x000038, "Member 'FDatacenterQosInstance::Result' has a wrong offset!"); \ +static_assert(offsetof(FDatacenterQosInstance, AvgPingMs) == 0x00003C, "Member 'FDatacenterQosInstance::AvgPingMs' has a wrong offset!"); \ +static_assert(offsetof(FDatacenterQosInstance, PingResults) == 0x000040, "Member 'FDatacenterQosInstance::PingResults' has a wrong offset!"); \ +static_assert(offsetof(FDatacenterQosInstance, LastCheckTimestamp) == 0x000058, "Member 'FDatacenterQosInstance::LastCheckTimestamp' has a wrong offset!"); \ +static_assert(offsetof(FDatacenterQosInstance, bUsable) == 0x000060, "Member 'FDatacenterQosInstance::bUsable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRegionQosInstance \ +static_assert(alignof(FRegionQosInstance) == 0x000008, "Wrong alignment on FRegionQosInstance"); \ +static_assert(sizeof(FRegionQosInstance) == 0x000050, "Wrong size on FRegionQosInstance"); \ +static_assert(offsetof(FRegionQosInstance, Definition) == 0x000000, "Member 'FRegionQosInstance::Definition' has a wrong offset!"); \ +static_assert(offsetof(FRegionQosInstance, DatacenterOptions) == 0x000040, "Member 'FRegionQosInstance::DatacenterOptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QosBeaconClient_ClientQosResponse \ +static_assert(alignof(QosBeaconClient_ClientQosResponse) == 0x000001, "Wrong alignment on QosBeaconClient_ClientQosResponse"); \ +static_assert(sizeof(QosBeaconClient_ClientQosResponse) == 0x000001, "Wrong size on QosBeaconClient_ClientQosResponse"); \ +static_assert(offsetof(QosBeaconClient_ClientQosResponse, Response) == 0x000000, "Member 'QosBeaconClient_ClientQosResponse::Response' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QosBeaconClient_ServerQosRequest \ +static_assert(alignof(QosBeaconClient_ServerQosRequest) == 0x000008, "Wrong alignment on QosBeaconClient_ServerQosRequest"); \ +static_assert(sizeof(QosBeaconClient_ServerQosRequest) == 0x000010, "Wrong size on QosBeaconClient_ServerQosRequest"); \ +static_assert(offsetof(QosBeaconClient_ServerQosRequest, InSessionId) == 0x000000, "Member 'QosBeaconClient_ServerQosRequest::InSessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AQosBeaconClient \ +static_assert(alignof(AQosBeaconClient) == 0x000008, "Wrong alignment on AQosBeaconClient"); \ +static_assert(sizeof(AQosBeaconClient) == 0x000350, "Wrong size on AQosBeaconClient"); \ + +#define DUMPER7_ASSERTS_AQosBeaconHost \ +static_assert(alignof(AQosBeaconHost) == 0x000008, "Wrong alignment on AQosBeaconHost"); \ +static_assert(sizeof(AQosBeaconHost) == 0x0002C0, "Wrong size on AQosBeaconHost"); \ + +#define DUMPER7_ASSERTS_UQosEvaluator \ +static_assert(alignof(UQosEvaluator) == 0x000008, "Wrong alignment on UQosEvaluator"); \ +static_assert(sizeof(UQosEvaluator) == 0x000080, "Wrong size on UQosEvaluator"); \ +static_assert(offsetof(UQosEvaluator, bInProgress) == 0x000048, "Member 'UQosEvaluator::bInProgress' has a wrong offset!"); \ +static_assert(offsetof(UQosEvaluator, bCancelOperation) == 0x000049, "Member 'UQosEvaluator::bCancelOperation' has a wrong offset!"); \ +static_assert(offsetof(UQosEvaluator, Datacenters) == 0x000050, "Member 'UQosEvaluator::Datacenters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQosRegionManager \ +static_assert(alignof(UQosRegionManager) == 0x000008, "Wrong alignment on UQosRegionManager"); \ +static_assert(sizeof(UQosRegionManager) == 0x0000E0, "Wrong size on UQosRegionManager"); \ +static_assert(offsetof(UQosRegionManager, NumTestsPerRegion) == 0x000028, "Member 'UQosRegionManager::NumTestsPerRegion' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, PingTimeout) == 0x00002C, "Member 'UQosRegionManager::PingTimeout' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, bEnableSubspaceBiasOrder) == 0x000030, "Member 'UQosRegionManager::bEnableSubspaceBiasOrder' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, SubspaceDelimiter) == 0x000038, "Member 'UQosRegionManager::SubspaceDelimiter' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, RegionDefinitions) == 0x000048, "Member 'UQosRegionManager::RegionDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, DatacenterDefinitions) == 0x000058, "Member 'UQosRegionManager::DatacenterDefinitions' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, LastCheckTimestamp) == 0x000068, "Member 'UQosRegionManager::LastCheckTimestamp' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, Evaluator) == 0x000070, "Member 'UQosRegionManager::Evaluator' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, QosEvalResult) == 0x000078, "Member 'UQosRegionManager::QosEvalResult' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, RegionOptions) == 0x000080, "Member 'UQosRegionManager::RegionOptions' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, ForceRegionId) == 0x000090, "Member 'UQosRegionManager::ForceRegionId' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, bRegionForcedViaCommandline) == 0x0000A0, "Member 'UQosRegionManager::bRegionForcedViaCommandline' has a wrong offset!"); \ +static_assert(offsetof(UQosRegionManager, SelectedRegionId) == 0x0000A8, "Member 'UQosRegionManager::SelectedRegionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSocialPlatformDescription \ +static_assert(alignof(FSocialPlatformDescription) == 0x000008, "Wrong alignment on FSocialPlatformDescription"); \ +static_assert(sizeof(FSocialPlatformDescription) == 0x000058, "Wrong size on FSocialPlatformDescription"); \ +static_assert(offsetof(FSocialPlatformDescription, Name) == 0x000000, "Member 'FSocialPlatformDescription::Name' has a wrong offset!"); \ +static_assert(offsetof(FSocialPlatformDescription, PlatformType) == 0x000010, "Member 'FSocialPlatformDescription::PlatformType' has a wrong offset!"); \ +static_assert(offsetof(FSocialPlatformDescription, OnlineSubsystem) == 0x000020, "Member 'FSocialPlatformDescription::OnlineSubsystem' has a wrong offset!"); \ +static_assert(offsetof(FSocialPlatformDescription, SessionType) == 0x000028, "Member 'FSocialPlatformDescription::SessionType' has a wrong offset!"); \ +static_assert(offsetof(FSocialPlatformDescription, ExternalAccountType) == 0x000038, "Member 'FSocialPlatformDescription::ExternalAccountType' has a wrong offset!"); \ +static_assert(offsetof(FSocialPlatformDescription, CrossplayPool) == 0x000048, "Member 'FSocialPlatformDescription::CrossplayPool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUserPlatform \ +static_assert(alignof(FUserPlatform) == 0x000008, "Wrong alignment on FUserPlatform"); \ +static_assert(sizeof(FUserPlatform) == 0x000058, "Wrong size on FUserPlatform"); \ +static_assert(offsetof(FUserPlatform, PlatformDescription) == 0x000000, "Member 'FUserPlatform::PlatformDescription' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyMemberPlatformData \ +static_assert(alignof(FPartyMemberPlatformData) == 0x000008, "Wrong alignment on FPartyMemberPlatformData"); \ +static_assert(sizeof(FPartyMemberPlatformData) == 0x000098, "Wrong size on FPartyMemberPlatformData"); \ +static_assert(offsetof(FPartyMemberPlatformData, Platform) == 0x000000, "Member 'FPartyMemberPlatformData::Platform' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberPlatformData, UniqueId) == 0x000058, "Member 'FPartyMemberPlatformData::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberPlatformData, SessionId) == 0x000088, "Member 'FPartyMemberPlatformData::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnlinePartyRepDataBase \ +static_assert(alignof(FOnlinePartyRepDataBase) == 0x000008, "Wrong alignment on FOnlinePartyRepDataBase"); \ +static_assert(sizeof(FOnlinePartyRepDataBase) == 0x000018, "Wrong size on FOnlinePartyRepDataBase"); \ + +#define DUMPER7_ASSERTS_FPartyMemberRepData \ +static_assert(alignof(FPartyMemberRepData) == 0x000008, "Wrong alignment on FPartyMemberRepData"); \ +static_assert(sizeof(FPartyMemberRepData) == 0x000180, "Wrong size on FPartyMemberRepData"); \ +static_assert(offsetof(FPartyMemberRepData, PlatformData) == 0x000020, "Member 'FPartyMemberRepData::PlatformData' has a wrong offset!"); \ +static_assert(offsetof(FPartyMemberRepData, CrossplayPreference) == 0x000148, "Member 'FPartyMemberRepData::CrossplayPreference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyPlatformSessionInfo \ +static_assert(alignof(FPartyPlatformSessionInfo) == 0x000008, "Wrong alignment on FPartyPlatformSessionInfo"); \ +static_assert(sizeof(FPartyPlatformSessionInfo) == 0x000050, "Wrong size on FPartyPlatformSessionInfo"); \ +static_assert(offsetof(FPartyPlatformSessionInfo, SessionType) == 0x000000, "Member 'FPartyPlatformSessionInfo::SessionType' has a wrong offset!"); \ +static_assert(offsetof(FPartyPlatformSessionInfo, SessionId) == 0x000010, "Member 'FPartyPlatformSessionInfo::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FPartyPlatformSessionInfo, OwnerPrimaryId) == 0x000020, "Member 'FPartyPlatformSessionInfo::OwnerPrimaryId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyPrivacySettings \ +static_assert(alignof(FPartyPrivacySettings) == 0x000001, "Wrong alignment on FPartyPrivacySettings"); \ +static_assert(sizeof(FPartyPrivacySettings) == 0x000003, "Wrong size on FPartyPrivacySettings"); \ +static_assert(offsetof(FPartyPrivacySettings, PartyType) == 0x000000, "Member 'FPartyPrivacySettings::PartyType' has a wrong offset!"); \ +static_assert(offsetof(FPartyPrivacySettings, PartyInviteRestriction) == 0x000001, "Member 'FPartyPrivacySettings::PartyInviteRestriction' has a wrong offset!"); \ +static_assert(offsetof(FPartyPrivacySettings, bOnlyLeaderFriendsCanJoin) == 0x000002, "Member 'FPartyPrivacySettings::bOnlyLeaderFriendsCanJoin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSocialChatChannelConfig \ +static_assert(alignof(FSocialChatChannelConfig) == 0x000008, "Wrong alignment on FSocialChatChannelConfig"); \ +static_assert(sizeof(FSocialChatChannelConfig) == 0x000040, "Wrong size on FSocialChatChannelConfig"); \ +static_assert(offsetof(FSocialChatChannelConfig, SocialUser) == 0x000000, "Member 'FSocialChatChannelConfig::SocialUser' has a wrong offset!"); \ +static_assert(offsetof(FSocialChatChannelConfig, ListenChannels) == 0x000018, "Member 'FSocialChatChannelConfig::ListenChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartyRepData \ +static_assert(alignof(FPartyRepData) == 0x000008, "Wrong alignment on FPartyRepData"); \ +static_assert(sizeof(FPartyRepData) == 0x000080, "Wrong size on FPartyRepData"); \ +static_assert(offsetof(FPartyRepData, PrivacySettings) == 0x000020, "Member 'FPartyRepData::PrivacySettings' has a wrong offset!"); \ +static_assert(offsetof(FPartyRepData, PlatformSessions) == 0x000058, "Member 'FPartyRepData::PlatformSessions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChatroom \ +static_assert(alignof(UChatroom) == 0x000008, "Wrong alignment on UChatroom"); \ +static_assert(sizeof(UChatroom) == 0x000058, "Wrong size on UChatroom"); \ +static_assert(offsetof(UChatroom, CurrentChatRoomId) == 0x000028, "Member 'UChatroom::CurrentChatRoomId' has a wrong offset!"); \ +static_assert(offsetof(UChatroom, MaxChatRoomRetries) == 0x000038, "Member 'UChatroom::MaxChatRoomRetries' has a wrong offset!"); \ +static_assert(offsetof(UChatroom, NumChatRoomRetries) == 0x00003C, "Member 'UChatroom::NumChatRoomRetries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialManager \ +static_assert(alignof(USocialManager) == 0x000008, "Wrong alignment on USocialManager"); \ +static_assert(sizeof(USocialManager) == 0x0001A8, "Wrong size on USocialManager"); \ +static_assert(offsetof(USocialManager, SocialToolkits) == 0x000050, "Member 'USocialManager::SocialToolkits' has a wrong offset!"); \ +static_assert(offsetof(USocialManager, SocialDebugTools) == 0x000060, "Member 'USocialManager::SocialDebugTools' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialParty \ +static_assert(alignof(USocialParty) == 0x000010, "Wrong alignment on USocialParty"); \ +static_assert(sizeof(USocialParty) == 0x000350, "Wrong size on USocialParty"); \ +static_assert(offsetof(USocialParty, ReservationBeaconClientClass) == 0x000060, "Member 'USocialParty::ReservationBeaconClientClass' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, SpectatorBeaconClientClass) == 0x000068, "Member 'USocialParty::SpectatorBeaconClientClass' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, OwningLocalUserId) == 0x000080, "Member 'USocialParty::OwningLocalUserId' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, CurrentLeaderId) == 0x0000B0, "Member 'USocialParty::CurrentLeaderId' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, PartyMembersById) == 0x0000E0, "Member 'USocialParty::PartyMembersById' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, bEnableAutomaticPartyRejoin) == 0x000130, "Member 'USocialParty::bEnableAutomaticPartyRejoin' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, PlatformUserInviteCooldown) == 0x000188, "Member 'USocialParty::PlatformUserInviteCooldown' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, PrimaryUserInviteCooldown) == 0x000190, "Member 'USocialParty::PrimaryUserInviteCooldown' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, ReservationBeaconClient) == 0x000210, "Member 'USocialParty::ReservationBeaconClient' has a wrong offset!"); \ +static_assert(offsetof(USocialParty, SpectatorBeaconClient) == 0x000220, "Member 'USocialParty::SpectatorBeaconClient' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPartyMember \ +static_assert(alignof(UPartyMember) == 0x000008, "Wrong alignment on UPartyMember"); \ +static_assert(sizeof(UPartyMember) == 0x0000F8, "Wrong size on UPartyMember"); \ +static_assert(offsetof(UPartyMember, SocialUser) == 0x000070, "Member 'UPartyMember::SocialUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialToolkit \ +static_assert(alignof(USocialToolkit) == 0x000008, "Wrong alignment on USocialToolkit"); \ +static_assert(sizeof(USocialToolkit) == 0x0002A8, "Wrong size on USocialToolkit"); \ +static_assert(offsetof(USocialToolkit, LocalUser) == 0x000068, "Member 'USocialToolkit::LocalUser' has a wrong offset!"); \ +static_assert(offsetof(USocialToolkit, AllUsers) == 0x000070, "Member 'USocialToolkit::AllUsers' has a wrong offset!"); \ +static_assert(offsetof(USocialToolkit, LocalPlayerOwner) == 0x0000D0, "Member 'USocialToolkit::LocalPlayerOwner' has a wrong offset!"); \ +static_assert(offsetof(USocialToolkit, SocialChatManager) == 0x0000D8, "Member 'USocialToolkit::SocialChatManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialChatManager \ +static_assert(alignof(USocialChatManager) == 0x000008, "Wrong alignment on USocialChatManager"); \ +static_assert(sizeof(USocialChatManager) == 0x000220, "Wrong size on USocialChatManager"); \ +static_assert(offsetof(USocialChatManager, DirectChannelsByTargetUser) == 0x000078, "Member 'USocialChatManager::DirectChannelsByTargetUser' has a wrong offset!"); \ +static_assert(offsetof(USocialChatManager, ChatRoomsById) == 0x0000C8, "Member 'USocialChatManager::ChatRoomsById' has a wrong offset!"); \ +static_assert(offsetof(USocialChatManager, ReadOnlyChannelsByDisplayName) == 0x000118, "Member 'USocialChatManager::ReadOnlyChannelsByDisplayName' has a wrong offset!"); \ +static_assert(offsetof(USocialChatManager, bEnableChatSlashCommands) == 0x000168, "Member 'USocialChatManager::bEnableChatSlashCommands' has a wrong offset!"); \ +static_assert(offsetof(USocialChatManager, GroupChannels) == 0x000170, "Member 'USocialChatManager::GroupChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialChatChannel \ +static_assert(alignof(USocialChatChannel) == 0x000008, "Wrong alignment on USocialChatChannel"); \ +static_assert(sizeof(USocialChatChannel) == 0x0000E8, "Wrong size on USocialChatChannel"); \ + +#define DUMPER7_ASSERTS_USocialChatRoom \ +static_assert(alignof(USocialChatRoom) == 0x000008, "Wrong alignment on USocialChatRoom"); \ +static_assert(sizeof(USocialChatRoom) == 0x0000F8, "Wrong size on USocialChatRoom"); \ + +#define DUMPER7_ASSERTS_USocialDebugTools \ +static_assert(alignof(USocialDebugTools) == 0x000008, "Wrong alignment on USocialDebugTools"); \ +static_assert(sizeof(USocialDebugTools) == 0x000088, "Wrong size on USocialDebugTools"); \ + +#define DUMPER7_ASSERTS_USocialGroupChannel \ +static_assert(alignof(USocialGroupChannel) == 0x000008, "Wrong alignment on USocialGroupChannel"); \ +static_assert(sizeof(USocialGroupChannel) == 0x000098, "Wrong size on USocialGroupChannel"); \ +static_assert(offsetof(USocialGroupChannel, SocialUser) == 0x000028, "Member 'USocialGroupChannel::SocialUser' has a wrong offset!"); \ +static_assert(offsetof(USocialGroupChannel, GroupId) == 0x000030, "Member 'USocialGroupChannel::GroupId' has a wrong offset!"); \ +static_assert(offsetof(USocialGroupChannel, DisplayName) == 0x000060, "Member 'USocialGroupChannel::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(USocialGroupChannel, Members) == 0x000078, "Member 'USocialGroupChannel::Members' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialPartyChatRoom \ +static_assert(alignof(USocialPartyChatRoom) == 0x000008, "Wrong alignment on USocialPartyChatRoom"); \ +static_assert(sizeof(USocialPartyChatRoom) == 0x0000F8, "Wrong size on USocialPartyChatRoom"); \ + +#define DUMPER7_ASSERTS_USocialPrivateMessageChannel \ +static_assert(alignof(USocialPrivateMessageChannel) == 0x000008, "Wrong alignment on USocialPrivateMessageChannel"); \ +static_assert(sizeof(USocialPrivateMessageChannel) == 0x0000F0, "Wrong size on USocialPrivateMessageChannel"); \ +static_assert(offsetof(USocialPrivateMessageChannel, TargetUser) == 0x0000E8, "Member 'USocialPrivateMessageChannel::TargetUser' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialReadOnlyChatChannel \ +static_assert(alignof(USocialReadOnlyChatChannel) == 0x000008, "Wrong alignment on USocialReadOnlyChatChannel"); \ +static_assert(sizeof(USocialReadOnlyChatChannel) == 0x0000E8, "Wrong size on USocialReadOnlyChatChannel"); \ + +#define DUMPER7_ASSERTS_USocialSettings \ +static_assert(alignof(USocialSettings) == 0x000008, "Wrong alignment on USocialSettings"); \ +static_assert(sizeof(USocialSettings) == 0x000060, "Wrong size on USocialSettings"); \ +static_assert(offsetof(USocialSettings, OssNamesWithEnvironmentIdPrefix) == 0x000028, "Member 'USocialSettings::OssNamesWithEnvironmentIdPrefix' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, DefaultMaxPartySize) == 0x000038, "Member 'USocialSettings::DefaultMaxPartySize' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, bPreferPlatformInvites) == 0x00003C, "Member 'USocialSettings::bPreferPlatformInvites' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, bMustSendPrimaryInvites) == 0x00003D, "Member 'USocialSettings::bMustSendPrimaryInvites' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, bLeavePartyOnDisconnect) == 0x00003E, "Member 'USocialSettings::bLeavePartyOnDisconnect' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, bSetDesiredPrivacyOnLocalPlayerBecomesLeader) == 0x00003F, "Member 'USocialSettings::bSetDesiredPrivacyOnLocalPlayerBecomesLeader' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, UserListAutoUpdateRate) == 0x000040, "Member 'USocialSettings::UserListAutoUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, MinNicknameLength) == 0x000044, "Member 'USocialSettings::MinNicknameLength' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, MaxNicknameLength) == 0x000048, "Member 'USocialSettings::MaxNicknameLength' has a wrong offset!"); \ +static_assert(offsetof(USocialSettings, SocialPlatformDescriptions) == 0x000050, "Member 'USocialSettings::SocialPlatformDescriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USocialUser \ +static_assert(alignof(USocialUser) == 0x000008, "Wrong alignment on USocialUser"); \ +static_assert(sizeof(USocialUser) == 0x0001C0, "Wrong size on USocialUser"); \ + +#define DUMPER7_ASSERTS_FLobbyPlayerStateActorInfo \ +static_assert(alignof(FLobbyPlayerStateActorInfo) == 0x000008, "Wrong alignment on FLobbyPlayerStateActorInfo"); \ +static_assert(sizeof(FLobbyPlayerStateActorInfo) == 0x000018, "Wrong size on FLobbyPlayerStateActorInfo"); \ +static_assert(offsetof(FLobbyPlayerStateActorInfo, LobbyPlayerState) == 0x000010, "Member 'FLobbyPlayerStateActorInfo::LobbyPlayerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLobbyPlayerStateInfoArray \ +static_assert(alignof(FLobbyPlayerStateInfoArray) == 0x000008, "Wrong alignment on FLobbyPlayerStateInfoArray"); \ +static_assert(sizeof(FLobbyPlayerStateInfoArray) == 0x000120, "Wrong size on FLobbyPlayerStateInfoArray"); \ +static_assert(offsetof(FLobbyPlayerStateInfoArray, Players) == 0x000108, "Member 'FLobbyPlayerStateInfoArray::Players' has a wrong offset!"); \ +static_assert(offsetof(FLobbyPlayerStateInfoArray, ParentState) == 0x000118, "Member 'FLobbyPlayerStateInfoArray::ParentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ClientLoginComplete \ +static_assert(alignof(LobbyBeaconClient_ClientLoginComplete) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientLoginComplete"); \ +static_assert(sizeof(LobbyBeaconClient_ClientLoginComplete) == 0x000038, "Wrong size on LobbyBeaconClient_ClientLoginComplete"); \ +static_assert(offsetof(LobbyBeaconClient_ClientLoginComplete, InUniqueId) == 0x000000, "Member 'LobbyBeaconClient_ClientLoginComplete::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(LobbyBeaconClient_ClientLoginComplete, bWasSuccessful) == 0x000030, "Member 'LobbyBeaconClient_ClientLoginComplete::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ClientPlayerJoined \ +static_assert(alignof(LobbyBeaconClient_ClientPlayerJoined) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientPlayerJoined"); \ +static_assert(sizeof(LobbyBeaconClient_ClientPlayerJoined) == 0x000048, "Wrong size on LobbyBeaconClient_ClientPlayerJoined"); \ +static_assert(offsetof(LobbyBeaconClient_ClientPlayerJoined, NewPlayerName) == 0x000000, "Member 'LobbyBeaconClient_ClientPlayerJoined::NewPlayerName' has a wrong offset!"); \ +static_assert(offsetof(LobbyBeaconClient_ClientPlayerJoined, InUniqueId) == 0x000018, "Member 'LobbyBeaconClient_ClientPlayerJoined::InUniqueId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ClientPlayerLeft \ +static_assert(alignof(LobbyBeaconClient_ClientPlayerLeft) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientPlayerLeft"); \ +static_assert(sizeof(LobbyBeaconClient_ClientPlayerLeft) == 0x000030, "Wrong size on LobbyBeaconClient_ClientPlayerLeft"); \ +static_assert(offsetof(LobbyBeaconClient_ClientPlayerLeft, InUniqueId) == 0x000000, "Member 'LobbyBeaconClient_ClientPlayerLeft::InUniqueId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ClientSetInviteFlags \ +static_assert(alignof(LobbyBeaconClient_ClientSetInviteFlags) == 0x000004, "Wrong alignment on LobbyBeaconClient_ClientSetInviteFlags"); \ +static_assert(sizeof(LobbyBeaconClient_ClientSetInviteFlags) == 0x000014, "Wrong size on LobbyBeaconClient_ClientSetInviteFlags"); \ +static_assert(offsetof(LobbyBeaconClient_ClientSetInviteFlags, Settings) == 0x000000, "Member 'LobbyBeaconClient_ClientSetInviteFlags::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ClientWasKicked \ +static_assert(alignof(LobbyBeaconClient_ClientWasKicked) == 0x000008, "Wrong alignment on LobbyBeaconClient_ClientWasKicked"); \ +static_assert(sizeof(LobbyBeaconClient_ClientWasKicked) == 0x000018, "Wrong size on LobbyBeaconClient_ClientWasKicked"); \ +static_assert(offsetof(LobbyBeaconClient_ClientWasKicked, KickReason) == 0x000000, "Member 'LobbyBeaconClient_ClientWasKicked::KickReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ServerCheat \ +static_assert(alignof(LobbyBeaconClient_ServerCheat) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerCheat"); \ +static_assert(sizeof(LobbyBeaconClient_ServerCheat) == 0x000010, "Wrong size on LobbyBeaconClient_ServerCheat"); \ +static_assert(offsetof(LobbyBeaconClient_ServerCheat, Msg) == 0x000000, "Member 'LobbyBeaconClient_ServerCheat::Msg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ServerKickPlayer \ +static_assert(alignof(LobbyBeaconClient_ServerKickPlayer) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerKickPlayer"); \ +static_assert(sizeof(LobbyBeaconClient_ServerKickPlayer) == 0x000048, "Wrong size on LobbyBeaconClient_ServerKickPlayer"); \ +static_assert(offsetof(LobbyBeaconClient_ServerKickPlayer, PlayerToKick) == 0x000000, "Member 'LobbyBeaconClient_ServerKickPlayer::PlayerToKick' has a wrong offset!"); \ +static_assert(offsetof(LobbyBeaconClient_ServerKickPlayer, Reason) == 0x000030, "Member 'LobbyBeaconClient_ServerKickPlayer::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ServerLoginPlayer \ +static_assert(alignof(LobbyBeaconClient_ServerLoginPlayer) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerLoginPlayer"); \ +static_assert(sizeof(LobbyBeaconClient_ServerLoginPlayer) == 0x000050, "Wrong size on LobbyBeaconClient_ServerLoginPlayer"); \ +static_assert(offsetof(LobbyBeaconClient_ServerLoginPlayer, InSessionId) == 0x000000, "Member 'LobbyBeaconClient_ServerLoginPlayer::InSessionId' has a wrong offset!"); \ +static_assert(offsetof(LobbyBeaconClient_ServerLoginPlayer, InUniqueId) == 0x000010, "Member 'LobbyBeaconClient_ServerLoginPlayer::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(LobbyBeaconClient_ServerLoginPlayer, UrlString) == 0x000040, "Member 'LobbyBeaconClient_ServerLoginPlayer::UrlString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LobbyBeaconClient_ServerSetPartyOwner \ +static_assert(alignof(LobbyBeaconClient_ServerSetPartyOwner) == 0x000008, "Wrong alignment on LobbyBeaconClient_ServerSetPartyOwner"); \ +static_assert(sizeof(LobbyBeaconClient_ServerSetPartyOwner) == 0x000060, "Wrong size on LobbyBeaconClient_ServerSetPartyOwner"); \ +static_assert(offsetof(LobbyBeaconClient_ServerSetPartyOwner, InUniqueId) == 0x000000, "Member 'LobbyBeaconClient_ServerSetPartyOwner::InUniqueId' has a wrong offset!"); \ +static_assert(offsetof(LobbyBeaconClient_ServerSetPartyOwner, InPartyOwnerId) == 0x000030, "Member 'LobbyBeaconClient_ServerSetPartyOwner::InPartyOwnerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALobbyBeaconClient \ +static_assert(alignof(ALobbyBeaconClient) == 0x000008, "Wrong alignment on ALobbyBeaconClient"); \ +static_assert(sizeof(ALobbyBeaconClient) == 0x0003A0, "Wrong size on ALobbyBeaconClient"); \ +static_assert(offsetof(ALobbyBeaconClient, LobbyState) == 0x000318, "Member 'ALobbyBeaconClient::LobbyState' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconClient, PlayerState) == 0x000320, "Member 'ALobbyBeaconClient::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconClient, LobbyJoinServerState) == 0x000329, "Member 'ALobbyBeaconClient::LobbyJoinServerState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALobbyBeaconHost \ +static_assert(alignof(ALobbyBeaconHost) == 0x000008, "Wrong alignment on ALobbyBeaconHost"); \ +static_assert(sizeof(ALobbyBeaconHost) == 0x0002E8, "Wrong size on ALobbyBeaconHost"); \ +static_assert(offsetof(ALobbyBeaconHost, LobbyStateClass) == 0x0002B8, "Member 'ALobbyBeaconHost::LobbyStateClass' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconHost, LobbyState) == 0x0002E0, "Member 'ALobbyBeaconHost::LobbyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALobbyBeaconPlayerState \ +static_assert(alignof(ALobbyBeaconPlayerState) == 0x000008, "Wrong alignment on ALobbyBeaconPlayerState"); \ +static_assert(sizeof(ALobbyBeaconPlayerState) == 0x000358, "Wrong size on ALobbyBeaconPlayerState"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, DisplayName) == 0x000288, "Member 'ALobbyBeaconPlayerState::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, UniqueId) == 0x0002A0, "Member 'ALobbyBeaconPlayerState::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, PartyOwnerUniqueId) == 0x0002D0, "Member 'ALobbyBeaconPlayerState::PartyOwnerUniqueId' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, bInLobby) == 0x000300, "Member 'ALobbyBeaconPlayerState::bInLobby' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconPlayerState, ClientActor) == 0x000308, "Member 'ALobbyBeaconPlayerState::ClientActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALobbyBeaconState \ +static_assert(alignof(ALobbyBeaconState) == 0x000008, "Wrong alignment on ALobbyBeaconState"); \ +static_assert(sizeof(ALobbyBeaconState) == 0x000430, "Wrong size on ALobbyBeaconState"); \ +static_assert(offsetof(ALobbyBeaconState, MaxPlayers) == 0x000288, "Member 'ALobbyBeaconState::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, LobbyBeaconPlayerStateClass) == 0x000290, "Member 'ALobbyBeaconState::LobbyBeaconPlayerStateClass' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, bLobbyStarted) == 0x0002A0, "Member 'ALobbyBeaconState::bLobbyStarted' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, WaitForPlayersTimeRemaining) == 0x0002A4, "Member 'ALobbyBeaconState::WaitForPlayersTimeRemaining' has a wrong offset!"); \ +static_assert(offsetof(ALobbyBeaconState, Players) == 0x0002A8, "Member 'ALobbyBeaconState::Players' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKSolverSettings \ +static_assert(alignof(FPBIKSolverSettings) == 0x000004, "Wrong alignment on FPBIKSolverSettings"); \ +static_assert(sizeof(FPBIKSolverSettings) == 0x000010, "Wrong size on FPBIKSolverSettings"); \ +static_assert(offsetof(FPBIKSolverSettings, Iterations) == 0x000000, "Member 'FPBIKSolverSettings::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, MassMultiplier) == 0x000004, "Member 'FPBIKSolverSettings::MassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FPBIKSolverSettings, MinMassMultiplier) == 0x000008, "Member 'FPBIKSolverSettings::MinMassMultiplier' 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, bStartSolveFromInputPose) == 0x00000E, "Member 'FPBIKSolverSettings::bStartSolveFromInputPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPBIKSolver \ +static_assert(alignof(FPBIKSolver) == 0x000008, "Wrong alignment on FPBIKSolver"); \ +static_assert(sizeof(FPBIKSolver) == 0x000068, "Wrong size on FPBIKSolver"); \ + +#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_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, PullChainAlpha) == 0x00007C, "Member 'FPBIKEffector::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(FPBIKEffector, PinRotation) == 0x000080, "Member 'FPBIKEffector::PinRotation' 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) == 0x0001C0, "Wrong size on FRigUnit_PBIK"); \ +static_assert(offsetof(FRigUnit_PBIK, Root) == 0x0000D0, "Member 'FRigUnit_PBIK::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Effectors) == 0x0000D8, "Member 'FRigUnit_PBIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, EffectorSolverIndices) == 0x0000E8, "Member 'FRigUnit_PBIK::EffectorSolverIndices' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, BoneSettings) == 0x0000F8, "Member 'FRigUnit_PBIK::BoneSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, ExcludedBones) == 0x000108, "Member 'FRigUnit_PBIK::ExcludedBones' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Settings) == 0x000118, "Member 'FRigUnit_PBIK::Settings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Debug) == 0x000128, "Member 'FRigUnit_PBIK::Debug' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, BoneSettingToSolverBoneIndex) == 0x000130, "Member 'FRigUnit_PBIK::BoneSettingToSolverBoneIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, SolverBoneToElementIndex) == 0x000140, "Member 'FRigUnit_PBIK::SolverBoneToElementIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, Solver) == 0x000150, "Member 'FRigUnit_PBIK::Solver' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_PBIK, bNeedsInit) == 0x0001B8, "Member 'FRigUnit_PBIK::bNeedsInit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOnlineHotfixManager \ +static_assert(alignof(UOnlineHotfixManager) == 0x000008, "Wrong alignment on UOnlineHotfixManager"); \ +static_assert(sizeof(UOnlineHotfixManager) == 0x000238, "Wrong size on UOnlineHotfixManager"); \ +static_assert(offsetof(UOnlineHotfixManager, OSSName) == 0x0001F8, "Member 'UOnlineHotfixManager::OSSName' has a wrong offset!"); \ +static_assert(offsetof(UOnlineHotfixManager, HotfixManagerClassName) == 0x000208, "Member 'UOnlineHotfixManager::HotfixManagerClassName' has a wrong offset!"); \ +static_assert(offsetof(UOnlineHotfixManager, DebugPrefix) == 0x000218, "Member 'UOnlineHotfixManager::DebugPrefix' has a wrong offset!"); \ +static_assert(offsetof(UOnlineHotfixManager, AssetsHotfixedFromIniFiles) == 0x000228, "Member 'UOnlineHotfixManager::AssetsHotfixedFromIniFiles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUpdateManager \ +static_assert(alignof(UUpdateManager) == 0x000008, "Wrong alignment on UUpdateManager"); \ +static_assert(sizeof(UUpdateManager) == 0x000120, "Wrong size on UUpdateManager"); \ +static_assert(offsetof(UUpdateManager, HotfixCheckCompleteDelay) == 0x000088, "Member 'UUpdateManager::HotfixCheckCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateCheckCompleteDelay) == 0x00008C, "Member 'UUpdateManager::UpdateCheckCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, HotfixAvailabilityCheckCompleteDelay) == 0x000090, "Member 'UUpdateManager::HotfixAvailabilityCheckCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateCheckAvailabilityCompleteDelay) == 0x000094, "Member 'UUpdateManager::UpdateCheckAvailabilityCompleteDelay' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, AppSuspendedUpdateCheckTimeSeconds) == 0x00009C, "Member 'UUpdateManager::AppSuspendedUpdateCheckTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, bPlatformEnvironmentDetected) == 0x0000A8, "Member 'UUpdateManager::bPlatformEnvironmentDetected' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, bInitialUpdateFinished) == 0x0000A9, "Member 'UUpdateManager::bInitialUpdateFinished' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, bCheckHotfixAvailabilityOnly) == 0x0000AA, "Member 'UUpdateManager::bCheckHotfixAvailabilityOnly' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, CurrentUpdateState) == 0x0000AB, "Member 'UUpdateManager::CurrentUpdateState' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, WorstNumFilesPendingLoadViewed) == 0x0000AC, "Member 'UUpdateManager::WorstNumFilesPendingLoadViewed' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, LastHotfixResult) == 0x0000B4, "Member 'UUpdateManager::LastHotfixResult' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, LastUpdateCheck) == 0x0000D8, "Member 'UUpdateManager::LastUpdateCheck' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, LastCompletionResult) == 0x0000E8, "Member 'UUpdateManager::LastCompletionResult' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateStateEnum) == 0x000110, "Member 'UUpdateManager::UpdateStateEnum' has a wrong offset!"); \ +static_assert(offsetof(UUpdateManager, UpdateCompletionEnum) == 0x000118, "Member 'UUpdateManager::UpdateCompletionEnum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URejoinCheck \ +static_assert(alignof(URejoinCheck) == 0x000008, "Wrong alignment on URejoinCheck"); \ +static_assert(sizeof(URejoinCheck) == 0x000170, "Wrong size on URejoinCheck"); \ +static_assert(offsetof(URejoinCheck, LastKnownStatus) == 0x000028, "Member 'URejoinCheck::LastKnownStatus' has a wrong offset!"); \ +static_assert(offsetof(URejoinCheck, bRejoinAfterCheck) == 0x000029, "Member 'URejoinCheck::bRejoinAfterCheck' has a wrong offset!"); \ +static_assert(offsetof(URejoinCheck, bAttemptingRejoin) == 0x00002A, "Member 'URejoinCheck::bAttemptingRejoin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CameraCrane_ForSeq_C \ +static_assert(alignof(ABP_CameraCrane_ForSeq_C) == 0x000008, "Wrong alignment on ABP_CameraCrane_ForSeq_C"); \ +static_assert(sizeof(ABP_CameraCrane_ForSeq_C) == 0x0002B8, "Wrong size on ABP_CameraCrane_ForSeq_C"); \ + +#define DUMPER7_ASSERTS_FCinePrestreamingVTData \ +static_assert(alignof(FCinePrestreamingVTData) == 0x000008, "Wrong alignment on FCinePrestreamingVTData"); \ +static_assert(sizeof(FCinePrestreamingVTData) == 0x000010, "Wrong size on FCinePrestreamingVTData"); \ +static_assert(offsetof(FCinePrestreamingVTData, PageIds) == 0x000000, "Member 'FCinePrestreamingVTData::PageIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCinePrestreamingNaniteData \ +static_assert(alignof(FCinePrestreamingNaniteData) == 0x000008, "Wrong alignment on FCinePrestreamingNaniteData"); \ +static_assert(sizeof(FCinePrestreamingNaniteData) == 0x000010, "Wrong size on FCinePrestreamingNaniteData"); \ +static_assert(offsetof(FCinePrestreamingNaniteData, RequestData) == 0x000000, "Member 'FCinePrestreamingNaniteData::RequestData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCinePrestreamingComponentData \ +static_assert(alignof(FMovieSceneCinePrestreamingComponentData) == 0x000008, "Wrong alignment on FMovieSceneCinePrestreamingComponentData"); \ +static_assert(sizeof(FMovieSceneCinePrestreamingComponentData) == 0x000008, "Wrong size on FMovieSceneCinePrestreamingComponentData"); \ +static_assert(offsetof(FMovieSceneCinePrestreamingComponentData, Section) == 0x000000, "Member 'FMovieSceneCinePrestreamingComponentData::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCinePrestreamingData \ +static_assert(alignof(UCinePrestreamingData) == 0x000008, "Wrong alignment on UCinePrestreamingData"); \ +static_assert(sizeof(UCinePrestreamingData) == 0x000068, "Wrong size on UCinePrestreamingData"); \ +static_assert(offsetof(UCinePrestreamingData, Times) == 0x000028, "Member 'UCinePrestreamingData::Times' has a wrong offset!"); \ +static_assert(offsetof(UCinePrestreamingData, VirtualTextureDatas) == 0x000038, "Member 'UCinePrestreamingData::VirtualTextureDatas' has a wrong offset!"); \ +static_assert(offsetof(UCinePrestreamingData, NaniteDatas) == 0x000048, "Member 'UCinePrestreamingData::NaniteDatas' has a wrong offset!"); \ +static_assert(offsetof(UCinePrestreamingData, RecordedTime) == 0x000058, "Member 'UCinePrestreamingData::RecordedTime' has a wrong offset!"); \ +static_assert(offsetof(UCinePrestreamingData, RecordedResolution) == 0x000060, "Member 'UCinePrestreamingData::RecordedResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinePrestreamingSection_SetPrestreamingAsset \ +static_assert(alignof(MovieSceneCinePrestreamingSection_SetPrestreamingAsset) == 0x000008, "Wrong alignment on MovieSceneCinePrestreamingSection_SetPrestreamingAsset"); \ +static_assert(sizeof(MovieSceneCinePrestreamingSection_SetPrestreamingAsset) == 0x000008, "Wrong size on MovieSceneCinePrestreamingSection_SetPrestreamingAsset"); \ +static_assert(offsetof(MovieSceneCinePrestreamingSection_SetPrestreamingAsset, InData) == 0x000000, "Member 'MovieSceneCinePrestreamingSection_SetPrestreamingAsset::InData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinePrestreamingSection_SetQualityLevel \ +static_assert(alignof(MovieSceneCinePrestreamingSection_SetQualityLevel) == 0x000004, "Wrong alignment on MovieSceneCinePrestreamingSection_SetQualityLevel"); \ +static_assert(sizeof(MovieSceneCinePrestreamingSection_SetQualityLevel) == 0x000004, "Wrong size on MovieSceneCinePrestreamingSection_SetQualityLevel"); \ +static_assert(offsetof(MovieSceneCinePrestreamingSection_SetQualityLevel, InLevel) == 0x000000, "Member 'MovieSceneCinePrestreamingSection_SetQualityLevel::InLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinePrestreamingSection_SetStartFrameOffset \ +static_assert(alignof(MovieSceneCinePrestreamingSection_SetStartFrameOffset) == 0x000004, "Wrong alignment on MovieSceneCinePrestreamingSection_SetStartFrameOffset"); \ +static_assert(sizeof(MovieSceneCinePrestreamingSection_SetStartFrameOffset) == 0x000004, "Wrong size on MovieSceneCinePrestreamingSection_SetStartFrameOffset"); \ +static_assert(offsetof(MovieSceneCinePrestreamingSection_SetStartFrameOffset, InOffset) == 0x000000, "Member 'MovieSceneCinePrestreamingSection_SetStartFrameOffset::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinePrestreamingSection_GetPrestreamingAsset \ +static_assert(alignof(MovieSceneCinePrestreamingSection_GetPrestreamingAsset) == 0x000008, "Wrong alignment on MovieSceneCinePrestreamingSection_GetPrestreamingAsset"); \ +static_assert(sizeof(MovieSceneCinePrestreamingSection_GetPrestreamingAsset) == 0x000028, "Wrong size on MovieSceneCinePrestreamingSection_GetPrestreamingAsset"); \ +static_assert(offsetof(MovieSceneCinePrestreamingSection_GetPrestreamingAsset, ReturnValue) == 0x000000, "Member 'MovieSceneCinePrestreamingSection_GetPrestreamingAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCinePrestreamingSection_GetQualityLevel \ +static_assert(alignof(MovieSceneCinePrestreamingSection_GetQualityLevel) == 0x000004, "Wrong alignment on MovieSceneCinePrestreamingSection_GetQualityLevel"); \ +static_assert(sizeof(MovieSceneCinePrestreamingSection_GetQualityLevel) == 0x000004, "Wrong size on MovieSceneCinePrestreamingSection_GetQualityLevel"); \ +static_assert(offsetof(MovieSceneCinePrestreamingSection_GetQualityLevel, ReturnValue) == 0x000000, "Member 'MovieSceneCinePrestreamingSection_GetQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinePrestreamingSection \ +static_assert(alignof(UMovieSceneCinePrestreamingSection) == 0x000008, "Wrong alignment on UMovieSceneCinePrestreamingSection"); \ +static_assert(sizeof(UMovieSceneCinePrestreamingSection) == 0x000120, "Wrong size on UMovieSceneCinePrestreamingSection"); \ +static_assert(offsetof(UMovieSceneCinePrestreamingSection, PrestreamingAsset) == 0x0000F0, "Member 'UMovieSceneCinePrestreamingSection::PrestreamingAsset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCinePrestreamingSection, StartFrameOffset) == 0x000118, "Member 'UMovieSceneCinePrestreamingSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCinePrestreamingSection, QualityLevel) == 0x00011C, "Member 'UMovieSceneCinePrestreamingSection::QualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinePrestreamingTrack \ +static_assert(alignof(UMovieSceneCinePrestreamingTrack) == 0x000008, "Wrong alignment on UMovieSceneCinePrestreamingTrack"); \ +static_assert(sizeof(UMovieSceneCinePrestreamingTrack) == 0x0000A0, "Wrong size on UMovieSceneCinePrestreamingTrack"); \ +static_assert(offsetof(UMovieSceneCinePrestreamingTrack, Sections) == 0x000090, "Member 'UMovieSceneCinePrestreamingTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCinePrestreamingTrackInstance \ +static_assert(alignof(UMovieSceneCinePrestreamingTrackInstance) == 0x000008, "Wrong alignment on UMovieSceneCinePrestreamingTrackInstance"); \ +static_assert(sizeof(UMovieSceneCinePrestreamingTrackInstance) == 0x0000F0, "Wrong size on UMovieSceneCinePrestreamingTrackInstance"); \ +static_assert(offsetof(UMovieSceneCinePrestreamingTrackInstance, PrestreamingAssetMap) == 0x000050, "Member 'UMovieSceneCinePrestreamingTrackInstance::PrestreamingAssetMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetDuration \ +static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ +static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetDuration"); \ +static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetDuration, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkFunctionLibrary_BinkLoadingMovie_GetTime \ +static_assert(alignof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong alignment on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ +static_assert(sizeof(BinkFunctionLibrary_BinkLoadingMovie_GetTime) == 0x000008, "Wrong size on BinkFunctionLibrary_BinkLoadingMovie_GetTime"); \ +static_assert(offsetof(BinkFunctionLibrary_BinkLoadingMovie_GetTime, ReturnValue) == 0x000000, "Member 'BinkFunctionLibrary_BinkLoadingMovie_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkFunctionLibrary \ +static_assert(alignof(UBinkFunctionLibrary) == 0x000008, "Wrong alignment on UBinkFunctionLibrary"); \ +static_assert(sizeof(UBinkFunctionLibrary) == 0x000028, "Wrong size on UBinkFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Draw \ +static_assert(alignof(BinkMediaPlayer_Draw) == 0x000008, "Wrong alignment on BinkMediaPlayer_Draw"); \ +static_assert(sizeof(BinkMediaPlayer_Draw) == 0x000018, "Wrong size on BinkMediaPlayer_Draw"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, Texture) == 0x000000, "Member 'BinkMediaPlayer_Draw::Texture' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, tonemap) == 0x000008, "Member 'BinkMediaPlayer_Draw::tonemap' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, out_nits) == 0x00000C, "Member 'BinkMediaPlayer_Draw::out_nits' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, alpha) == 0x000010, "Member 'BinkMediaPlayer_Draw::alpha' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, srgb_decode) == 0x000014, "Member 'BinkMediaPlayer_Draw::srgb_decode' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Draw, hdr) == 0x000015, "Member 'BinkMediaPlayer_Draw::hdr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GSGoToTargetFrameNative \ +static_assert(alignof(BinkMediaPlayer_GSGoToTargetFrameNative) == 0x000004, "Wrong alignment on BinkMediaPlayer_GSGoToTargetFrameNative"); \ +static_assert(sizeof(BinkMediaPlayer_GSGoToTargetFrameNative) == 0x00000C, "Wrong size on BinkMediaPlayer_GSGoToTargetFrameNative"); \ +static_assert(offsetof(BinkMediaPlayer_GSGoToTargetFrameNative, TargetFrameIndex) == 0x000000, "Member 'BinkMediaPlayer_GSGoToTargetFrameNative::TargetFrameIndex' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_GSGoToTargetFrameNative, MsProcess) == 0x000004, "Member 'BinkMediaPlayer_GSGoToTargetFrameNative::MsProcess' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_GSGoToTargetFrameNative, ReturnValue) == 0x000008, "Member 'BinkMediaPlayer_GSGoToTargetFrameNative::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_OpenUrl \ +static_assert(alignof(BinkMediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_OpenUrl"); \ +static_assert(sizeof(BinkMediaPlayer_OpenUrl) == 0x000018, "Wrong size on BinkMediaPlayer_OpenUrl"); \ +static_assert(offsetof(BinkMediaPlayer_OpenUrl, NewURL) == 0x000000, "Member 'BinkMediaPlayer_OpenUrl::NewURL' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'BinkMediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Pause \ +static_assert(alignof(BinkMediaPlayer_Pause) == 0x000001, "Wrong alignment on BinkMediaPlayer_Pause"); \ +static_assert(sizeof(BinkMediaPlayer_Pause) == 0x000001, "Wrong size on BinkMediaPlayer_Pause"); \ +static_assert(offsetof(BinkMediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Play \ +static_assert(alignof(BinkMediaPlayer_Play) == 0x000001, "Wrong alignment on BinkMediaPlayer_Play"); \ +static_assert(sizeof(BinkMediaPlayer_Play) == 0x000001, "Wrong size on BinkMediaPlayer_Play"); \ +static_assert(offsetof(BinkMediaPlayer_Play, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Rewind \ +static_assert(alignof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong alignment on BinkMediaPlayer_Rewind"); \ +static_assert(sizeof(BinkMediaPlayer_Rewind) == 0x000001, "Wrong size on BinkMediaPlayer_Rewind"); \ +static_assert(offsetof(BinkMediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_Seek \ +static_assert(alignof(BinkMediaPlayer_Seek) == 0x000008, "Wrong alignment on BinkMediaPlayer_Seek"); \ +static_assert(sizeof(BinkMediaPlayer_Seek) == 0x000010, "Wrong size on BinkMediaPlayer_Seek"); \ +static_assert(offsetof(BinkMediaPlayer_Seek, InTime) == 0x000000, "Member 'BinkMediaPlayer_Seek::InTime' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'BinkMediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetLooping \ +static_assert(alignof(BinkMediaPlayer_SetLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_SetLooping"); \ +static_assert(sizeof(BinkMediaPlayer_SetLooping) == 0x000002, "Wrong size on BinkMediaPlayer_SetLooping"); \ +static_assert(offsetof(BinkMediaPlayer_SetLooping, InLooping) == 0x000000, "Member 'BinkMediaPlayer_SetLooping::InLooping' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SetLooping, ReturnValue) == 0x000001, "Member 'BinkMediaPlayer_SetLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetRate \ +static_assert(alignof(BinkMediaPlayer_SetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetRate"); \ +static_assert(sizeof(BinkMediaPlayer_SetRate) == 0x000008, "Wrong size on BinkMediaPlayer_SetRate"); \ +static_assert(offsetof(BinkMediaPlayer_SetRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SetRate, ReturnValue) == 0x000004, "Member 'BinkMediaPlayer_SetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SetVolume \ +static_assert(alignof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong alignment on BinkMediaPlayer_SetVolume"); \ +static_assert(sizeof(BinkMediaPlayer_SetVolume) == 0x000004, "Wrong size on BinkMediaPlayer_SetVolume"); \ +static_assert(offsetof(BinkMediaPlayer_SetVolume, Rate) == 0x000000, "Member 'BinkMediaPlayer_SetVolume::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_CanPause \ +static_assert(alignof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPause"); \ +static_assert(sizeof(BinkMediaPlayer_CanPause) == 0x000001, "Wrong size on BinkMediaPlayer_CanPause"); \ +static_assert(offsetof(BinkMediaPlayer_CanPause, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_CanPlay \ +static_assert(alignof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong alignment on BinkMediaPlayer_CanPlay"); \ +static_assert(sizeof(BinkMediaPlayer_CanPlay) == 0x000001, "Wrong size on BinkMediaPlayer_CanPlay"); \ +static_assert(offsetof(BinkMediaPlayer_CanPlay, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_CanPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetDuration \ +static_assert(alignof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetDuration"); \ +static_assert(sizeof(BinkMediaPlayer_GetDuration) == 0x000008, "Wrong size on BinkMediaPlayer_GetDuration"); \ +static_assert(offsetof(BinkMediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetRate \ +static_assert(alignof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_GetRate"); \ +static_assert(sizeof(BinkMediaPlayer_GetRate) == 0x000004, "Wrong size on BinkMediaPlayer_GetRate"); \ +static_assert(offsetof(BinkMediaPlayer_GetRate, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetTime \ +static_assert(alignof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetTime"); \ +static_assert(sizeof(BinkMediaPlayer_GetTime) == 0x000008, "Wrong size on BinkMediaPlayer_GetTime"); \ +static_assert(offsetof(BinkMediaPlayer_GetTime, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GetUrl \ +static_assert(alignof(BinkMediaPlayer_GetUrl) == 0x000008, "Wrong alignment on BinkMediaPlayer_GetUrl"); \ +static_assert(sizeof(BinkMediaPlayer_GetUrl) == 0x000010, "Wrong size on BinkMediaPlayer_GetUrl"); \ +static_assert(offsetof(BinkMediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GSGetCurFrame \ +static_assert(alignof(BinkMediaPlayer_GSGetCurFrame) == 0x000004, "Wrong alignment on BinkMediaPlayer_GSGetCurFrame"); \ +static_assert(sizeof(BinkMediaPlayer_GSGetCurFrame) == 0x000004, "Wrong size on BinkMediaPlayer_GSGetCurFrame"); \ +static_assert(offsetof(BinkMediaPlayer_GSGetCurFrame, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GSGetCurFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_GSGetTotalFrames \ +static_assert(alignof(BinkMediaPlayer_GSGetTotalFrames) == 0x000004, "Wrong alignment on BinkMediaPlayer_GSGetTotalFrames"); \ +static_assert(sizeof(BinkMediaPlayer_GSGetTotalFrames) == 0x000004, "Wrong size on BinkMediaPlayer_GSGetTotalFrames"); \ +static_assert(offsetof(BinkMediaPlayer_GSGetTotalFrames, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_GSGetTotalFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsInitialized \ +static_assert(alignof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsInitialized"); \ +static_assert(sizeof(BinkMediaPlayer_IsInitialized) == 0x000001, "Wrong size on BinkMediaPlayer_IsInitialized"); \ +static_assert(offsetof(BinkMediaPlayer_IsInitialized, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsInitialized::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsLooping \ +static_assert(alignof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsLooping"); \ +static_assert(sizeof(BinkMediaPlayer_IsLooping) == 0x000001, "Wrong size on BinkMediaPlayer_IsLooping"); \ +static_assert(offsetof(BinkMediaPlayer_IsLooping, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsPaused \ +static_assert(alignof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPaused"); \ +static_assert(sizeof(BinkMediaPlayer_IsPaused) == 0x000001, "Wrong size on BinkMediaPlayer_IsPaused"); \ +static_assert(offsetof(BinkMediaPlayer_IsPaused, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsPlaying \ +static_assert(alignof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsPlaying"); \ +static_assert(sizeof(BinkMediaPlayer_IsPlaying) == 0x000001, "Wrong size on BinkMediaPlayer_IsPlaying"); \ +static_assert(offsetof(BinkMediaPlayer_IsPlaying, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_IsStopped \ +static_assert(alignof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong alignment on BinkMediaPlayer_IsStopped"); \ +static_assert(sizeof(BinkMediaPlayer_IsStopped) == 0x000001, "Wrong size on BinkMediaPlayer_IsStopped"); \ +static_assert(offsetof(BinkMediaPlayer_IsStopped, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_IsStopped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsRate \ +static_assert(alignof(BinkMediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on BinkMediaPlayer_SupportsRate"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsRate) == 0x000008, "Wrong size on BinkMediaPlayer_SupportsRate"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'BinkMediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'BinkMediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'BinkMediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsScrubbing \ +static_assert(alignof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsScrubbing"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsScrubbing"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaPlayer_SupportsSeeking \ +static_assert(alignof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on BinkMediaPlayer_SupportsSeeking"); \ +static_assert(sizeof(BinkMediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on BinkMediaPlayer_SupportsSeeking"); \ +static_assert(offsetof(BinkMediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'BinkMediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMediaPlayer \ +static_assert(alignof(UBinkMediaPlayer) == 0x000008, "Wrong alignment on UBinkMediaPlayer"); \ +static_assert(sizeof(UBinkMediaPlayer) == 0x000108, "Wrong size on UBinkMediaPlayer"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaClosed) == 0x000030, "Member 'UBinkMediaPlayer::OnMediaClosed' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaOpened) == 0x000040, "Member 'UBinkMediaPlayer::OnMediaOpened' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnMediaReachedEnd) == 0x000050, "Member 'UBinkMediaPlayer::OnMediaReachedEnd' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, OnPlaybackSuspended) == 0x000060, "Member 'UBinkMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDestinationUpperLeft) == 0x000078, "Member 'UBinkMediaPlayer::BinkDestinationUpperLeft' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDestinationLowerRight) == 0x000088, "Member 'UBinkMediaPlayer::BinkDestinationLowerRight' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, URL) == 0x000098, "Member 'UBinkMediaPlayer::URL' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkBufferMode) == 0x0000A8, "Member 'UBinkMediaPlayer::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrack) == 0x0000A9, "Member 'UBinkMediaPlayer::BinkSoundTrack' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkSoundTrackStart) == 0x0000AC, "Member 'UBinkMediaPlayer::BinkSoundTrackStart' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkDrawStyle) == 0x0000B0, "Member 'UBinkMediaPlayer::BinkDrawStyle' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaPlayer, BinkLayerDepth) == 0x0000B4, "Member 'UBinkMediaPlayer::BinkLayerDepth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BinkMediaTexture_SetMediaPlayer \ +static_assert(alignof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on BinkMediaTexture_SetMediaPlayer"); \ +static_assert(sizeof(BinkMediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on BinkMediaTexture_SetMediaPlayer"); \ +static_assert(offsetof(BinkMediaTexture_SetMediaPlayer, InMediaPlayer) == 0x000000, "Member 'BinkMediaTexture_SetMediaPlayer::InMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMediaTexture \ +static_assert(alignof(UBinkMediaTexture) == 0x000010, "Wrong alignment on UBinkMediaTexture"); \ +static_assert(sizeof(UBinkMediaTexture) == 0x000230, "Wrong size on UBinkMediaTexture"); \ +static_assert(offsetof(UBinkMediaTexture, AddressX) == 0x0001F0, "Member 'UBinkMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, AddressY) == 0x0001F1, "Member 'UBinkMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, MediaPlayer) == 0x0001F8, "Member 'UBinkMediaTexture::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, PixelFormat) == 0x000200, "Member 'UBinkMediaTexture::PixelFormat' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, tonemap) == 0x000201, "Member 'UBinkMediaTexture::tonemap' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, OutputNits) == 0x000204, "Member 'UBinkMediaTexture::OutputNits' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, alpha) == 0x000208, "Member 'UBinkMediaTexture::alpha' has a wrong offset!"); \ +static_assert(offsetof(UBinkMediaTexture, DecodeSRGB) == 0x00020C, "Member 'UBinkMediaTexture::DecodeSRGB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBinkMoviePlayerSettings \ +static_assert(alignof(UBinkMoviePlayerSettings) == 0x000008, "Wrong alignment on UBinkMoviePlayerSettings"); \ +static_assert(sizeof(UBinkMoviePlayerSettings) == 0x000058, "Wrong size on UBinkMoviePlayerSettings"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkBufferMode) == 0x000028, "Member 'UBinkMoviePlayerSettings::BinkBufferMode' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrack) == 0x000029, "Member 'UBinkMoviePlayerSettings::BinkSoundTrack' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkSoundTrackStart) == 0x00002C, "Member 'UBinkMoviePlayerSettings::BinkSoundTrackStart' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationUpperLeft) == 0x000030, "Member 'UBinkMoviePlayerSettings::BinkDestinationUpperLeft' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkDestinationLowerRight) == 0x000040, "Member 'UBinkMoviePlayerSettings::BinkDestinationLowerRight' has a wrong offset!"); \ +static_assert(offsetof(UBinkMoviePlayerSettings, BinkPixelFormat) == 0x000050, "Member 'UBinkMoviePlayerSettings::BinkPixelFormat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_B1PlayerCameraManager_C \ +static_assert(alignof(ABP_B1PlayerCameraManager_C) == 0x000010, "Wrong alignment on ABP_B1PlayerCameraManager_C"); \ +static_assert(sizeof(ABP_B1PlayerCameraManager_C) == 0x003890, "Wrong size on ABP_B1PlayerCameraManager_C"); \ + +#define DUMPER7_ASSERTS_FGSDebugInfo \ +static_assert(alignof(FGSDebugInfo) == 0x000008, "Wrong alignment on FGSDebugInfo"); \ +static_assert(sizeof(FGSDebugInfo) == 0x000018, "Wrong size on FGSDebugInfo"); \ +static_assert(offsetof(FGSDebugInfo, DebugLine) == 0x000000, "Member 'FGSDebugInfo::DebugLine' has a wrong offset!"); \ +static_assert(offsetof(FGSDebugInfo, DebugColor) == 0x000010, "Member 'FGSDebugInfo::DebugColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDisplayDebugObserver_Register \ +static_assert(alignof(GSDisplayDebugObserver_Register) == 0x000008, "Wrong alignment on GSDisplayDebugObserver_Register"); \ +static_assert(sizeof(GSDisplayDebugObserver_Register) == 0x000010, "Wrong size on GSDisplayDebugObserver_Register"); \ +static_assert(offsetof(GSDisplayDebugObserver_Register, Observer) == 0x000000, "Member 'GSDisplayDebugObserver_Register::Observer' has a wrong offset!"); \ +static_assert(offsetof(GSDisplayDebugObserver_Register, IsRegister) == 0x000008, "Member 'GSDisplayDebugObserver_Register::IsRegister' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDisplayDebugObserver_FetchDebugInfo \ +static_assert(alignof(GSDisplayDebugObserver_FetchDebugInfo) == 0x000008, "Wrong alignment on GSDisplayDebugObserver_FetchDebugInfo"); \ +static_assert(sizeof(GSDisplayDebugObserver_FetchDebugInfo) == 0x000018, "Wrong size on GSDisplayDebugObserver_FetchDebugInfo"); \ +static_assert(offsetof(GSDisplayDebugObserver_FetchDebugInfo, Name_0) == 0x000000, "Member 'GSDisplayDebugObserver_FetchDebugInfo::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSDisplayDebugObserver_FetchDebugInfo, DebugInfos) == 0x000008, "Member 'GSDisplayDebugObserver_FetchDebugInfo::DebugInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDisplayDebugObserver_GetDisplayDebugNames \ +static_assert(alignof(GSDisplayDebugObserver_GetDisplayDebugNames) == 0x000008, "Wrong alignment on GSDisplayDebugObserver_GetDisplayDebugNames"); \ +static_assert(sizeof(GSDisplayDebugObserver_GetDisplayDebugNames) == 0x000010, "Wrong size on GSDisplayDebugObserver_GetDisplayDebugNames"); \ +static_assert(offsetof(GSDisplayDebugObserver_GetDisplayDebugNames, ReturnValue) == 0x000000, "Member 'GSDisplayDebugObserver_GetDisplayDebugNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSDisplayDebugObserver \ +static_assert(alignof(UGSDisplayDebugObserver) == 0x000008, "Wrong alignment on UGSDisplayDebugObserver"); \ +static_assert(sizeof(UGSDisplayDebugObserver) == 0x000028, "Wrong size on UGSDisplayDebugObserver"); \ + +#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_FCalliopeGuid \ +static_assert(alignof(FCalliopeGuid) == 0x000004, "Wrong alignment on FCalliopeGuid"); \ +static_assert(sizeof(FCalliopeGuid) == 0x000010, "Wrong size on FCalliopeGuid"); \ +static_assert(offsetof(FCalliopeGuid, A) == 0x000000, "Member 'FCalliopeGuid::A' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeGuid, B) == 0x000004, "Member 'FCalliopeGuid::B' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeGuid, C) == 0x000008, "Member 'FCalliopeGuid::C' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeGuid, D) == 0x00000C, "Member 'FCalliopeGuid::D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalliopePin \ +static_assert(alignof(FCalliopePin) == 0x000008, "Wrong alignment on FCalliopePin"); \ +static_assert(sizeof(FCalliopePin) == 0x000018, "Wrong size on FCalliopePin"); \ +static_assert(offsetof(FCalliopePin, PinName) == 0x000000, "Member 'FCalliopePin::PinName' has a wrong offset!"); \ +static_assert(offsetof(FCalliopePin, PinToolTip) == 0x000008, "Member 'FCalliopePin::PinToolTip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalliopeConnectedPin \ +static_assert(alignof(FCalliopeConnectedPin) == 0x000004, "Wrong alignment on FCalliopeConnectedPin"); \ +static_assert(sizeof(FCalliopeConnectedPin) == 0x000018, "Wrong size on FCalliopeConnectedPin"); \ +static_assert(offsetof(FCalliopeConnectedPin, NodeGuid) == 0x000000, "Member 'FCalliopeConnectedPin::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeConnectedPin, PinName) == 0x000010, "Member 'FCalliopeConnectedPin::PinName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedParamBase \ +static_assert(alignof(FGsManagedParamBase) == 0x000008, "Wrong alignment on FGsManagedParamBase"); \ +static_assert(sizeof(FGsManagedParamBase) == 0x000038, "Wrong size on FGsManagedParamBase"); \ +static_assert(offsetof(FGsManagedParamBase, ParamType) == 0x000008, "Member 'FGsManagedParamBase::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedParamBase, ConfigGuid) == 0x00000C, "Member 'FGsManagedParamBase::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedParamBase, AliasName) == 0x00001C, "Member 'FGsManagedParamBase::AliasName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedFollowPartnerConfigID \ +static_assert(alignof(FGsManagedFollowPartnerConfigID) == 0x000008, "Wrong alignment on FGsManagedFollowPartnerConfigID"); \ +static_assert(sizeof(FGsManagedFollowPartnerConfigID) == 0x000040, "Wrong size on FGsManagedFollowPartnerConfigID"); \ +static_assert(offsetof(FGsManagedFollowPartnerConfigID, ConfigID) == 0x000038, "Member 'FGsManagedFollowPartnerConfigID::ConfigID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedAssociationUnitConfigID \ +static_assert(alignof(FGsManagedAssociationUnitConfigID) == 0x000008, "Wrong alignment on FGsManagedAssociationUnitConfigID"); \ +static_assert(sizeof(FGsManagedAssociationUnitConfigID) == 0x000040, "Wrong size on FGsManagedAssociationUnitConfigID"); \ +static_assert(offsetof(FGsManagedAssociationUnitConfigID, ConfigID) == 0x000038, "Member 'FGsManagedAssociationUnitConfigID::ConfigID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedAssociationOnFightSkillID \ +static_assert(alignof(FGsManagedAssociationOnFightSkillID) == 0x000008, "Wrong alignment on FGsManagedAssociationOnFightSkillID"); \ +static_assert(sizeof(FGsManagedAssociationOnFightSkillID) == 0x000040, "Wrong size on FGsManagedAssociationOnFightSkillID"); \ +static_assert(offsetof(FGsManagedAssociationOnFightSkillID, OnFightSkillID) == 0x000038, "Member 'FGsManagedAssociationOnFightSkillID::OnFightSkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedSequenceID \ +static_assert(alignof(FGsManagedSequenceID) == 0x000008, "Wrong alignment on FGsManagedSequenceID"); \ +static_assert(sizeof(FGsManagedSequenceID) == 0x000040, "Wrong size on FGsManagedSequenceID"); \ +static_assert(offsetof(FGsManagedSequenceID, SequenceID) == 0x000038, "Member 'FGsManagedSequenceID::SequenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedTaskLine \ +static_assert(alignof(FGsManagedTaskLine) == 0x000008, "Wrong alignment on FGsManagedTaskLine"); \ +static_assert(sizeof(FGsManagedTaskLine) == 0x000040, "Wrong size on FGsManagedTaskLine"); \ +static_assert(offsetof(FGsManagedTaskLine, TaskLineID) == 0x000038, "Member 'FGsManagedTaskLine::TaskLineID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedTaskStage \ +static_assert(alignof(FGsManagedTaskStage) == 0x000008, "Wrong alignment on FGsManagedTaskStage"); \ +static_assert(sizeof(FGsManagedTaskStage) == 0x000040, "Wrong size on FGsManagedTaskStage"); \ +static_assert(offsetof(FGsManagedTaskStage, TaskStage) == 0x000038, "Member 'FGsManagedTaskStage::TaskStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsSmartParamArray \ +static_assert(alignof(FGsSmartParamArray) == 0x000008, "Wrong alignment on FGsSmartParamArray"); \ +static_assert(sizeof(FGsSmartParamArray) == 0x000010, "Wrong size on FGsSmartParamArray"); \ +static_assert(offsetof(FGsSmartParamArray, ConfigGuides) == 0x000000, "Member 'FGsSmartParamArray::ConfigGuides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsSmartParam \ +static_assert(alignof(FGsSmartParam) == 0x000004, "Wrong alignment on FGsSmartParam"); \ +static_assert(sizeof(FGsSmartParam) == 0x000010, "Wrong size on FGsSmartParam"); \ +static_assert(offsetof(FGsSmartParam, ConfigGuid) == 0x000000, "Member 'FGsSmartParam::ConfigGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedBuffID \ +static_assert(alignof(FGsManagedBuffID) == 0x000008, "Wrong alignment on FGsManagedBuffID"); \ +static_assert(sizeof(FGsManagedBuffID) == 0x000050, "Wrong size on FGsManagedBuffID"); \ +static_assert(offsetof(FGsManagedBuffID, BuffID) == 0x000038, "Member 'FGsManagedBuffID::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedBuffID, NPCUnit) == 0x000040, "Member 'FGsManagedBuffID::NPCUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedGroupID \ +static_assert(alignof(FGsManagedGroupID) == 0x000008, "Wrong alignment on FGsManagedGroupID"); \ +static_assert(sizeof(FGsManagedGroupID) == 0x000040, "Wrong size on FGsManagedGroupID"); \ +static_assert(offsetof(FGsManagedGroupID, InteractorGroupID) == 0x000038, "Member 'FGsManagedGroupID::InteractorGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedArchiveLabel \ +static_assert(alignof(FGsManagedArchiveLabel) == 0x000008, "Wrong alignment on FGsManagedArchiveLabel"); \ +static_assert(sizeof(FGsManagedArchiveLabel) == 0x000040, "Wrong size on FGsManagedArchiveLabel"); \ +static_assert(offsetof(FGsManagedArchiveLabel, ArchiveLabel) == 0x000038, "Member 'FGsManagedArchiveLabel::ArchiveLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedStreamingLevel \ +static_assert(alignof(FGsManagedStreamingLevel) == 0x000008, "Wrong alignment on FGsManagedStreamingLevel"); \ +static_assert(sizeof(FGsManagedStreamingLevel) == 0x000050, "Wrong size on FGsManagedStreamingLevel"); \ +static_assert(offsetof(FGsManagedStreamingLevel, PersistentLevelName) == 0x000038, "Member 'FGsManagedStreamingLevel::PersistentLevelName' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedStreamingLevel, StreamingLevelName) == 0x000040, "Member 'FGsManagedStreamingLevel::StreamingLevelName' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedStreamingLevel, State) == 0x000048, "Member 'FGsManagedStreamingLevel::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedSceneObjBase \ +static_assert(alignof(FGsManagedSceneObjBase) == 0x000008, "Wrong alignment on FGsManagedSceneObjBase"); \ +static_assert(sizeof(FGsManagedSceneObjBase) == 0x000050, "Wrong size on FGsManagedSceneObjBase"); \ +static_assert(offsetof(FGsManagedSceneObjBase, ActorGuid) == 0x000038, "Member 'FGsManagedSceneObjBase::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedSceneObjBase, bNeedStateManaged) == 0x000048, "Member 'FGsManagedSceneObjBase::bNeedStateManaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedGroupUnitObjBase \ +static_assert(alignof(FGsManagedGroupUnitObjBase) == 0x000008, "Wrong alignment on FGsManagedGroupUnitObjBase"); \ +static_assert(sizeof(FGsManagedGroupUnitObjBase) == 0x000048, "Wrong size on FGsManagedGroupUnitObjBase"); \ +static_assert(offsetof(FGsManagedGroupUnitObjBase, GroupTag) == 0x000038, "Member 'FGsManagedGroupUnitObjBase::GroupTag' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedGroupUnitObjBase, bNeedStateManaged) == 0x000040, "Member 'FGsManagedGroupUnitObjBase::bNeedStateManaged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedSpawner \ +static_assert(alignof(FGsManagedSpawner) == 0x000008, "Wrong alignment on FGsManagedSpawner"); \ +static_assert(sizeof(FGsManagedSpawner) == 0x000080, "Wrong size on FGsManagedSpawner"); \ +static_assert(offsetof(FGsManagedSpawner, Actor) == 0x000050, "Member 'FGsManagedSpawner::Actor' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedSpawner, State) == 0x000078, "Member 'FGsManagedSpawner::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedUnit \ +static_assert(alignof(FGsManagedUnit) == 0x000008, "Wrong alignment on FGsManagedUnit"); \ +static_assert(sizeof(FGsManagedUnit) == 0x0000A8, "Wrong size on FGsManagedUnit"); \ +static_assert(offsetof(FGsManagedUnit, Actor) == 0x000050, "Member 'FGsManagedUnit::Actor' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedUnit, Tamer) == 0x000078, "Member 'FGsManagedUnit::Tamer' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedUnit, State) == 0x0000A0, "Member 'FGsManagedUnit::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedGroupUnit \ +static_assert(alignof(FGsManagedGroupUnit) == 0x000008, "Wrong alignment on FGsManagedGroupUnit"); \ +static_assert(sizeof(FGsManagedGroupUnit) == 0x000050, "Wrong size on FGsManagedGroupUnit"); \ +static_assert(offsetof(FGsManagedGroupUnit, State) == 0x000048, "Member 'FGsManagedGroupUnit::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsNPCReferenceInfo \ +static_assert(alignof(FGsNPCReferenceInfo) == 0x000008, "Wrong alignment on FGsNPCReferenceInfo"); \ +static_assert(sizeof(FGsNPCReferenceInfo) == 0x000050, "Wrong size on FGsNPCReferenceInfo"); \ +static_assert(offsetof(FGsNPCReferenceInfo, ConfigGuid) == 0x000000, "Member 'FGsNPCReferenceInfo::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCReferenceInfo, Tamer) == 0x000010, "Member 'FGsNPCReferenceInfo::Tamer' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCReferenceInfo, ActorGuid) == 0x000038, "Member 'FGsNPCReferenceInfo::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCReferenceInfo, AliasName) == 0x000048, "Member 'FGsNPCReferenceInfo::AliasName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedNPCUnit \ +static_assert(alignof(FGsManagedNPCUnit) == 0x000008, "Wrong alignment on FGsManagedNPCUnit"); \ +static_assert(sizeof(FGsManagedNPCUnit) == 0x000118, "Wrong size on FGsManagedNPCUnit"); \ +static_assert(offsetof(FGsManagedNPCUnit, Actor) == 0x000050, "Member 'FGsManagedNPCUnit::Actor' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, Tamer) == 0x000078, "Member 'FGsManagedNPCUnit::Tamer' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, NPCInstanceGroup) == 0x0000A0, "Member 'FGsManagedNPCUnit::NPCInstanceGroup' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, TeamID) == 0x0000B0, "Member 'FGsManagedNPCUnit::TeamID' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, TeamIDParam) == 0x0000B4, "Member 'FGsManagedNPCUnit::TeamIDParam' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, IdleAMIdx) == 0x0000C4, "Member 'FGsManagedNPCUnit::IdleAMIdx' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, IdleAMIdxParam) == 0x0000C8, "Member 'FGsManagedNPCUnit::IdleAMIdxParam' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, LeisureAnimIndex) == 0x0000D8, "Member 'FGsManagedNPCUnit::LeisureAnimIndex' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, LeisureAnimIndexParam) == 0x0000DC, "Member 'FGsManagedNPCUnit::LeisureAnimIndexParam' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, InteractGroupID) == 0x0000EC, "Member 'FGsManagedNPCUnit::InteractGroupID' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, InteractGroupIDParam) == 0x0000F0, "Member 'FGsManagedNPCUnit::InteractGroupIDParam' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, ShowState) == 0x000100, "Member 'FGsManagedNPCUnit::ShowState' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedNPCUnit, ActiveInstance) == 0x000104, "Member 'FGsManagedNPCUnit::ActiveInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedStreamingLevelStateConfig \ +static_assert(alignof(FGsManagedStreamingLevelStateConfig) == 0x000008, "Wrong alignment on FGsManagedStreamingLevelStateConfig"); \ +static_assert(sizeof(FGsManagedStreamingLevelStateConfig) == 0x000040, "Wrong size on FGsManagedStreamingLevelStateConfig"); \ +static_assert(offsetof(FGsManagedStreamingLevelStateConfig, LevelID) == 0x000038, "Member 'FGsManagedStreamingLevelStateConfig::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedStreamingLevelStateConfig, DataAssetID) == 0x00003C, "Member 'FGsManagedStreamingLevelStateConfig::DataAssetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedDynamicObstacle \ +static_assert(alignof(FGsManagedDynamicObstacle) == 0x000008, "Wrong alignment on FGsManagedDynamicObstacle"); \ +static_assert(sizeof(FGsManagedDynamicObstacle) == 0x000080, "Wrong size on FGsManagedDynamicObstacle"); \ +static_assert(offsetof(FGsManagedDynamicObstacle, Actor) == 0x000050, "Member 'FGsManagedDynamicObstacle::Actor' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedDynamicObstacle, State) == 0x000078, "Member 'FGsManagedDynamicObstacle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedOverlap \ +static_assert(alignof(FGsManagedOverlap) == 0x000008, "Wrong alignment on FGsManagedOverlap"); \ +static_assert(sizeof(FGsManagedOverlap) == 0x000080, "Wrong size on FGsManagedOverlap"); \ +static_assert(offsetof(FGsManagedOverlap, Actor) == 0x000050, "Member 'FGsManagedOverlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedOverlap, State) == 0x000078, "Member 'FGsManagedOverlap::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedInteractor \ +static_assert(alignof(FGsManagedInteractor) == 0x000008, "Wrong alignment on FGsManagedInteractor"); \ +static_assert(sizeof(FGsManagedInteractor) == 0x000090, "Wrong size on FGsManagedInteractor"); \ +static_assert(offsetof(FGsManagedInteractor, Actor) == 0x000050, "Member 'FGsManagedInteractor::Actor' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedInteractor, State) == 0x000078, "Member 'FGsManagedInteractor::State' has a wrong offset!"); \ +static_assert(offsetof(FGsManagedInteractor, GroupId) == 0x00007C, "Member 'FGsManagedInteractor::GroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedAiConversationID \ +static_assert(alignof(FGsManagedAiConversationID) == 0x000008, "Wrong alignment on FGsManagedAiConversationID"); \ +static_assert(sizeof(FGsManagedAiConversationID) == 0x000048, "Wrong size on FGsManagedAiConversationID"); \ +static_assert(offsetof(FGsManagedAiConversationID, AiConversationIDList) == 0x000038, "Member 'FGsManagedAiConversationID::AiConversationIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedTeamID \ +static_assert(alignof(FGsManagedTeamID) == 0x000008, "Wrong alignment on FGsManagedTeamID"); \ +static_assert(sizeof(FGsManagedTeamID) == 0x000040, "Wrong size on FGsManagedTeamID"); \ +static_assert(offsetof(FGsManagedTeamID, TeamID) == 0x000038, "Member 'FGsManagedTeamID::TeamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedIdleAMIdx \ +static_assert(alignof(FGsManagedIdleAMIdx) == 0x000008, "Wrong alignment on FGsManagedIdleAMIdx"); \ +static_assert(sizeof(FGsManagedIdleAMIdx) == 0x000040, "Wrong size on FGsManagedIdleAMIdx"); \ +static_assert(offsetof(FGsManagedIdleAMIdx, IdleAMIdx) == 0x000038, "Member 'FGsManagedIdleAMIdx::IdleAMIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedLeisureAnimIndex \ +static_assert(alignof(FGsManagedLeisureAnimIndex) == 0x000008, "Wrong alignment on FGsManagedLeisureAnimIndex"); \ +static_assert(sizeof(FGsManagedLeisureAnimIndex) == 0x000040, "Wrong size on FGsManagedLeisureAnimIndex"); \ +static_assert(offsetof(FGsManagedLeisureAnimIndex, LeisureAnimIndex) == 0x000038, "Member 'FGsManagedLeisureAnimIndex::LeisureAnimIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsManagedInteractGroupID \ +static_assert(alignof(FGsManagedInteractGroupID) == 0x000008, "Wrong alignment on FGsManagedInteractGroupID"); \ +static_assert(sizeof(FGsManagedInteractGroupID) == 0x000040, "Wrong size on FGsManagedInteractGroupID"); \ +static_assert(offsetof(FGsManagedInteractGroupID, InteractGroupID) == 0x000038, "Member 'FGsManagedInteractGroupID::InteractGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalliopeParameters \ +static_assert(alignof(FCalliopeParameters) == 0x000008, "Wrong alignment on FCalliopeParameters"); \ +static_assert(sizeof(FCalliopeParameters) == 0x000170, "Wrong size on FCalliopeParameters"); \ +static_assert(offsetof(FCalliopeParameters, FollowPartnerConfigIDCollection) == 0x000000, "Member 'FCalliopeParameters::FollowPartnerConfigIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, AssociationUnitConfigIDCollection) == 0x000010, "Member 'FCalliopeParameters::AssociationUnitConfigIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, AssociationOnFightSkillIDCollection) == 0x000020, "Member 'FCalliopeParameters::AssociationOnFightSkillIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, SequenceIDCollection) == 0x000030, "Member 'FCalliopeParameters::SequenceIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, TaskStageCollection) == 0x000040, "Member 'FCalliopeParameters::TaskStageCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, TaskLineCollection) == 0x000050, "Member 'FCalliopeParameters::TaskLineCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, BuffIDCollection) == 0x000060, "Member 'FCalliopeParameters::BuffIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, ArchiveLabelCollection) == 0x000070, "Member 'FCalliopeParameters::ArchiveLabelCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, GroupIDCollection) == 0x000080, "Member 'FCalliopeParameters::GroupIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, AiConversationIDCollection) == 0x000090, "Member 'FCalliopeParameters::AiConversationIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, TeamIDCollection) == 0x0000A0, "Member 'FCalliopeParameters::TeamIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, IdleAMIdxCollection) == 0x0000B0, "Member 'FCalliopeParameters::IdleAMIdxCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, LeisureAnimIndexCollection) == 0x0000C0, "Member 'FCalliopeParameters::LeisureAnimIndexCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, InteractGroupIDCollection) == 0x0000D0, "Member 'FCalliopeParameters::InteractGroupIDCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, DynamicObstacleCollection) == 0x0000E0, "Member 'FCalliopeParameters::DynamicObstacleCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, OverlapCollection) == 0x0000F0, "Member 'FCalliopeParameters::OverlapCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, InteractorCollection) == 0x000100, "Member 'FCalliopeParameters::InteractorCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, SpawnerCollection) == 0x000110, "Member 'FCalliopeParameters::SpawnerCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, UnitCollection) == 0x000120, "Member 'FCalliopeParameters::UnitCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, GroupUnitCollection) == 0x000130, "Member 'FCalliopeParameters::GroupUnitCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, NPCUnitCollection) == 0x000140, "Member 'FCalliopeParameters::NPCUnitCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, StreamingLevelCollection) == 0x000150, "Member 'FCalliopeParameters::StreamingLevelCollection' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameters, StreamingLevelStateConfigCollection) == 0x000160, "Member 'FCalliopeParameters::StreamingLevelStateConfigCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalliopeParameterMapping \ +static_assert(alignof(FCalliopeParameterMapping) == 0x000008, "Wrong alignment on FCalliopeParameterMapping"); \ +static_assert(sizeof(FCalliopeParameterMapping) == 0x0000B8, "Wrong size on FCalliopeParameterMapping"); \ +static_assert(offsetof(FCalliopeParameterMapping, ParamType) == 0x000000, "Member 'FCalliopeParameterMapping::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, ParamGuid) == 0x000004, "Member 'FCalliopeParameterMapping::ParamGuid' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, ParamDisplayName) == 0x000018, "Member 'FCalliopeParameterMapping::ParamDisplayName' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, Actor) == 0x000028, "Member 'FCalliopeParameterMapping::Actor' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, ActorGuid) == 0x000050, "Member 'FCalliopeParameterMapping::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, SequenceID) == 0x000060, "Member 'FCalliopeParameterMapping::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, TaskStage) == 0x000064, "Member 'FCalliopeParameterMapping::TaskStage' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, BuffID) == 0x000068, "Member 'FCalliopeParameterMapping::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, GroupId) == 0x00006C, "Member 'FCalliopeParameterMapping::GroupId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, AiConversationIDList) == 0x000070, "Member 'FCalliopeParameterMapping::AiConversationIDList' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, ArchiveLabel) == 0x000080, "Member 'FCalliopeParameterMapping::ArchiveLabel' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, bKeepOriginal) == 0x000088, "Member 'FCalliopeParameterMapping::bKeepOriginal' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, ParameterString) == 0x000090, "Member 'FCalliopeParameterMapping::ParameterString' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, ParameterInt) == 0x0000A0, "Member 'FCalliopeParameterMapping::ParameterInt' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMapping, ParameterArrayInt) == 0x0000A8, "Member 'FCalliopeParameterMapping::ParameterArrayInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalliopeParameterMappingGroup \ +static_assert(alignof(FCalliopeParameterMappingGroup) == 0x000008, "Wrong alignment on FCalliopeParameterMappingGroup"); \ +static_assert(sizeof(FCalliopeParameterMappingGroup) == 0x000030, "Wrong size on FCalliopeParameterMappingGroup"); \ +static_assert(offsetof(FCalliopeParameterMappingGroup, GroupGuid) == 0x000000, "Member 'FCalliopeParameterMappingGroup::GroupGuid' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMappingGroup, Mappings) == 0x000010, "Member 'FCalliopeParameterMappingGroup::Mappings' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeParameterMappingGroup, Comment) == 0x000020, "Member 'FCalliopeParameterMappingGroup::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsSceneObjPoliceConfigBase \ +static_assert(alignof(FGsSceneObjPoliceConfigBase) == 0x000004, "Wrong alignment on FGsSceneObjPoliceConfigBase"); \ +static_assert(sizeof(FGsSceneObjPoliceConfigBase) == 0x000010, "Wrong size on FGsSceneObjPoliceConfigBase"); \ +static_assert(offsetof(FGsSceneObjPoliceConfigBase, ConfigGuid) == 0x000000, "Member 'FGsSceneObjPoliceConfigBase::ConfigGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsDynamicObstaclePoliceConfig \ +static_assert(alignof(FGsDynamicObstaclePoliceConfig) == 0x000004, "Wrong alignment on FGsDynamicObstaclePoliceConfig"); \ +static_assert(sizeof(FGsDynamicObstaclePoliceConfig) == 0x000018, "Wrong size on FGsDynamicObstaclePoliceConfig"); \ +static_assert(offsetof(FGsDynamicObstaclePoliceConfig, ManagePolice) == 0x000010, "Member 'FGsDynamicObstaclePoliceConfig::ManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsDynamicObstaclePoliceConfig, State) == 0x000011, "Member 'FGsDynamicObstaclePoliceConfig::State' has a wrong offset!"); \ +static_assert(offsetof(FGsDynamicObstaclePoliceConfig, OutState) == 0x000012, "Member 'FGsDynamicObstaclePoliceConfig::OutState' has a wrong offset!"); \ +static_assert(offsetof(FGsDynamicObstaclePoliceConfig, DefaultState) == 0x000013, "Member 'FGsDynamicObstaclePoliceConfig::DefaultState' has a wrong offset!"); \ +static_assert(offsetof(FGsDynamicObstaclePoliceConfig, ActualManagePolice) == 0x000014, "Member 'FGsDynamicObstaclePoliceConfig::ActualManagePolice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsOverlapPoliceConfig \ +static_assert(alignof(FGsOverlapPoliceConfig) == 0x000004, "Wrong alignment on FGsOverlapPoliceConfig"); \ +static_assert(sizeof(FGsOverlapPoliceConfig) == 0x000018, "Wrong size on FGsOverlapPoliceConfig"); \ +static_assert(offsetof(FGsOverlapPoliceConfig, ManagePolice) == 0x000010, "Member 'FGsOverlapPoliceConfig::ManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsOverlapPoliceConfig, State) == 0x000011, "Member 'FGsOverlapPoliceConfig::State' has a wrong offset!"); \ +static_assert(offsetof(FGsOverlapPoliceConfig, OutState) == 0x000012, "Member 'FGsOverlapPoliceConfig::OutState' has a wrong offset!"); \ +static_assert(offsetof(FGsOverlapPoliceConfig, DefaultState) == 0x000013, "Member 'FGsOverlapPoliceConfig::DefaultState' has a wrong offset!"); \ +static_assert(offsetof(FGsOverlapPoliceConfig, ActualManagePolice) == 0x000014, "Member 'FGsOverlapPoliceConfig::ActualManagePolice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsInteractorPoliceConfig \ +static_assert(alignof(FGsInteractorPoliceConfig) == 0x000004, "Wrong alignment on FGsInteractorPoliceConfig"); \ +static_assert(sizeof(FGsInteractorPoliceConfig) == 0x000048, "Wrong size on FGsInteractorPoliceConfig"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, ManagePolice) == 0x000010, "Member 'FGsInteractorPoliceConfig::ManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, State) == 0x000011, "Member 'FGsInteractorPoliceConfig::State' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, DefaultState) == 0x000012, "Member 'FGsInteractorPoliceConfig::DefaultState' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, ActualManagePolice) == 0x000013, "Member 'FGsInteractorPoliceConfig::ActualManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, OutState) == 0x000014, "Member 'FGsInteractorPoliceConfig::OutState' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, bCanModify) == 0x000015, "Member 'FGsInteractorPoliceConfig::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, ActualValue) == 0x000018, "Member 'FGsInteractorPoliceConfig::ActualValue' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, ModifyValue) == 0x000028, "Member 'FGsInteractorPoliceConfig::ModifyValue' has a wrong offset!"); \ +static_assert(offsetof(FGsInteractorPoliceConfig, DefaultValue) == 0x000038, "Member 'FGsInteractorPoliceConfig::DefaultValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsSpawnerPoliceConfig \ +static_assert(alignof(FGsSpawnerPoliceConfig) == 0x000004, "Wrong alignment on FGsSpawnerPoliceConfig"); \ +static_assert(sizeof(FGsSpawnerPoliceConfig) == 0x000018, "Wrong size on FGsSpawnerPoliceConfig"); \ +static_assert(offsetof(FGsSpawnerPoliceConfig, ManagePolice) == 0x000010, "Member 'FGsSpawnerPoliceConfig::ManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsSpawnerPoliceConfig, State) == 0x000011, "Member 'FGsSpawnerPoliceConfig::State' has a wrong offset!"); \ +static_assert(offsetof(FGsSpawnerPoliceConfig, DefaultState) == 0x000012, "Member 'FGsSpawnerPoliceConfig::DefaultState' has a wrong offset!"); \ +static_assert(offsetof(FGsSpawnerPoliceConfig, ActualManagePolice) == 0x000013, "Member 'FGsSpawnerPoliceConfig::ActualManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsSpawnerPoliceConfig, OutState) == 0x000014, "Member 'FGsSpawnerPoliceConfig::OutState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsStreamingLevelPoliceConfig \ +static_assert(alignof(FGsStreamingLevelPoliceConfig) == 0x000004, "Wrong alignment on FGsStreamingLevelPoliceConfig"); \ +static_assert(sizeof(FGsStreamingLevelPoliceConfig) == 0x000018, "Wrong size on FGsStreamingLevelPoliceConfig"); \ +static_assert(offsetof(FGsStreamingLevelPoliceConfig, ManagePolice) == 0x000010, "Member 'FGsStreamingLevelPoliceConfig::ManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelPoliceConfig, State) == 0x000011, "Member 'FGsStreamingLevelPoliceConfig::State' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelPoliceConfig, DefaultState) == 0x000012, "Member 'FGsStreamingLevelPoliceConfig::DefaultState' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelPoliceConfig, ActualManagePolice) == 0x000013, "Member 'FGsStreamingLevelPoliceConfig::ActualManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelPoliceConfig, OutState) == 0x000014, "Member 'FGsStreamingLevelPoliceConfig::OutState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsUnitPoliceConfig \ +static_assert(alignof(FGsUnitPoliceConfig) == 0x000004, "Wrong alignment on FGsUnitPoliceConfig"); \ +static_assert(sizeof(FGsUnitPoliceConfig) == 0x000018, "Wrong size on FGsUnitPoliceConfig"); \ +static_assert(offsetof(FGsUnitPoliceConfig, ManagePolice) == 0x000010, "Member 'FGsUnitPoliceConfig::ManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsUnitPoliceConfig, State) == 0x000011, "Member 'FGsUnitPoliceConfig::State' has a wrong offset!"); \ +static_assert(offsetof(FGsUnitPoliceConfig, DefaultState) == 0x000012, "Member 'FGsUnitPoliceConfig::DefaultState' has a wrong offset!"); \ +static_assert(offsetof(FGsUnitPoliceConfig, ActualManagePolice) == 0x000013, "Member 'FGsUnitPoliceConfig::ActualManagePolice' has a wrong offset!"); \ +static_assert(offsetof(FGsUnitPoliceConfig, OutState) == 0x000014, "Member 'FGsUnitPoliceConfig::OutState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsNPCUnitIntParamConfig \ +static_assert(alignof(FGsNPCUnitIntParamConfig) == 0x000004, "Wrong alignment on FGsNPCUnitIntParamConfig"); \ +static_assert(sizeof(FGsNPCUnitIntParamConfig) == 0x000014, "Wrong size on FGsNPCUnitIntParamConfig"); \ +static_assert(offsetof(FGsNPCUnitIntParamConfig, bCanModify) == 0x000000, "Member 'FGsNPCUnitIntParamConfig::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitIntParamConfig, ActualParam) == 0x000004, "Member 'FGsNPCUnitIntParamConfig::ActualParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitIntParamConfig, ModifyParam) == 0x000008, "Member 'FGsNPCUnitIntParamConfig::ModifyParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitIntParamConfig, DefaultParam) == 0x00000C, "Member 'FGsNPCUnitIntParamConfig::DefaultParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitIntParamConfig, OutParam) == 0x000010, "Member 'FGsNPCUnitIntParamConfig::OutParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsNPCUnitSmartParamConfig \ +static_assert(alignof(FGsNPCUnitSmartParamConfig) == 0x000004, "Wrong alignment on FGsNPCUnitSmartParamConfig"); \ +static_assert(sizeof(FGsNPCUnitSmartParamConfig) == 0x000044, "Wrong size on FGsNPCUnitSmartParamConfig"); \ +static_assert(offsetof(FGsNPCUnitSmartParamConfig, bCanModify) == 0x000000, "Member 'FGsNPCUnitSmartParamConfig::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitSmartParamConfig, ActualParam) == 0x000004, "Member 'FGsNPCUnitSmartParamConfig::ActualParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitSmartParamConfig, ModifyParam) == 0x000014, "Member 'FGsNPCUnitSmartParamConfig::ModifyParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitSmartParamConfig, DefaultParam) == 0x000024, "Member 'FGsNPCUnitSmartParamConfig::DefaultParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitSmartParamConfig, OutParam) == 0x000034, "Member 'FGsNPCUnitSmartParamConfig::OutParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsNPCUnitShowStateParamConfig \ +static_assert(alignof(FGsNPCUnitShowStateParamConfig) == 0x000001, "Wrong alignment on FGsNPCUnitShowStateParamConfig"); \ +static_assert(sizeof(FGsNPCUnitShowStateParamConfig) == 0x000005, "Wrong size on FGsNPCUnitShowStateParamConfig"); \ +static_assert(offsetof(FGsNPCUnitShowStateParamConfig, bCanModify) == 0x000000, "Member 'FGsNPCUnitShowStateParamConfig::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitShowStateParamConfig, ActualParam) == 0x000001, "Member 'FGsNPCUnitShowStateParamConfig::ActualParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitShowStateParamConfig, ModifyParam) == 0x000002, "Member 'FGsNPCUnitShowStateParamConfig::ModifyParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitShowStateParamConfig, DefaultParam) == 0x000003, "Member 'FGsNPCUnitShowStateParamConfig::DefaultParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitShowStateParamConfig, OutParam) == 0x000004, "Member 'FGsNPCUnitShowStateParamConfig::OutParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsNPCUnitGuidParamConfig \ +static_assert(alignof(FGsNPCUnitGuidParamConfig) == 0x000004, "Wrong alignment on FGsNPCUnitGuidParamConfig"); \ +static_assert(sizeof(FGsNPCUnitGuidParamConfig) == 0x000044, "Wrong size on FGsNPCUnitGuidParamConfig"); \ +static_assert(offsetof(FGsNPCUnitGuidParamConfig, bCanModify) == 0x000000, "Member 'FGsNPCUnitGuidParamConfig::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitGuidParamConfig, ActualParam) == 0x000004, "Member 'FGsNPCUnitGuidParamConfig::ActualParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitGuidParamConfig, ModifyParam) == 0x000014, "Member 'FGsNPCUnitGuidParamConfig::ModifyParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitGuidParamConfig, DefaultParam) == 0x000024, "Member 'FGsNPCUnitGuidParamConfig::DefaultParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitGuidParamConfig, OutParam) == 0x000034, "Member 'FGsNPCUnitGuidParamConfig::OutParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsNPCUnitBuffParamConfig \ +static_assert(alignof(FGsNPCUnitBuffParamConfig) == 0x000004, "Wrong alignment on FGsNPCUnitBuffParamConfig"); \ +static_assert(sizeof(FGsNPCUnitBuffParamConfig) == 0x000018, "Wrong size on FGsNPCUnitBuffParamConfig"); \ +static_assert(offsetof(FGsNPCUnitBuffParamConfig, ConfigGuid) == 0x000000, "Member 'FGsNPCUnitBuffParamConfig::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitBuffParamConfig, bCanModify) == 0x000010, "Member 'FGsNPCUnitBuffParamConfig::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitBuffParamConfig, ActualParam) == 0x000011, "Member 'FGsNPCUnitBuffParamConfig::ActualParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitBuffParamConfig, ModifyParam) == 0x000012, "Member 'FGsNPCUnitBuffParamConfig::ModifyParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitBuffParamConfig, DefaultParam) == 0x000013, "Member 'FGsNPCUnitBuffParamConfig::DefaultParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitBuffParamConfig, OutParam) == 0x000014, "Member 'FGsNPCUnitBuffParamConfig::OutParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsNPCUnitPoliceConfig \ +static_assert(alignof(FGsNPCUnitPoliceConfig) == 0x000008, "Wrong alignment on FGsNPCUnitPoliceConfig"); \ +static_assert(sizeof(FGsNPCUnitPoliceConfig) == 0x0001D0, "Wrong size on FGsNPCUnitPoliceConfig"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedTeamID) == 0x000010, "Member 'FGsNPCUnitPoliceConfig::ManagedTeamID' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedTeamIDParam) == 0x000024, "Member 'FGsNPCUnitPoliceConfig::ManagedTeamIDParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedIdleAMIdx) == 0x000068, "Member 'FGsNPCUnitPoliceConfig::ManagedIdleAMIdx' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedIdleAMIdxParam) == 0x00007C, "Member 'FGsNPCUnitPoliceConfig::ManagedIdleAMIdxParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedLeisureAnimIndex) == 0x0000C0, "Member 'FGsNPCUnitPoliceConfig::ManagedLeisureAnimIndex' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedLeisureAnimIndexParam) == 0x0000D4, "Member 'FGsNPCUnitPoliceConfig::ManagedLeisureAnimIndexParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedInteractGroupID) == 0x000118, "Member 'FGsNPCUnitPoliceConfig::ManagedInteractGroupID' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedInteractGroupIDParam) == 0x00012C, "Member 'FGsNPCUnitPoliceConfig::ManagedInteractGroupIDParam' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedShowState) == 0x000170, "Member 'FGsNPCUnitPoliceConfig::ManagedShowState' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedActiveInstance) == 0x000178, "Member 'FGsNPCUnitPoliceConfig::ManagedActiveInstance' has a wrong offset!"); \ +static_assert(offsetof(FGsNPCUnitPoliceConfig, ManagedBuffIDList) == 0x0001C0, "Member 'FGsNPCUnitPoliceConfig::ManagedBuffIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsStreamingLevelStateConfigIntParamConfig \ +static_assert(alignof(FGsStreamingLevelStateConfigIntParamConfig) == 0x000004, "Wrong alignment on FGsStreamingLevelStateConfigIntParamConfig"); \ +static_assert(sizeof(FGsStreamingLevelStateConfigIntParamConfig) == 0x000014, "Wrong size on FGsStreamingLevelStateConfigIntParamConfig"); \ +static_assert(offsetof(FGsStreamingLevelStateConfigIntParamConfig, bCanModify) == 0x000000, "Member 'FGsStreamingLevelStateConfigIntParamConfig::bCanModify' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelStateConfigIntParamConfig, ActualParam) == 0x000004, "Member 'FGsStreamingLevelStateConfigIntParamConfig::ActualParam' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelStateConfigIntParamConfig, ModifyParam) == 0x000008, "Member 'FGsStreamingLevelStateConfigIntParamConfig::ModifyParam' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelStateConfigIntParamConfig, DefaultParam) == 0x00000C, "Member 'FGsStreamingLevelStateConfigIntParamConfig::DefaultParam' has a wrong offset!"); \ +static_assert(offsetof(FGsStreamingLevelStateConfigIntParamConfig, OutParam) == 0x000010, "Member 'FGsStreamingLevelStateConfigIntParamConfig::OutParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsStreamingLevelStateConfigPoliceConfig \ +static_assert(alignof(FGsStreamingLevelStateConfigPoliceConfig) == 0x000004, "Wrong alignment on FGsStreamingLevelStateConfigPoliceConfig"); \ +static_assert(sizeof(FGsStreamingLevelStateConfigPoliceConfig) == 0x000024, "Wrong size on FGsStreamingLevelStateConfigPoliceConfig"); \ +static_assert(offsetof(FGsStreamingLevelStateConfigPoliceConfig, ManagedDataAssetID) == 0x000010, "Member 'FGsStreamingLevelStateConfigPoliceConfig::ManagedDataAssetID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsSceneObjPoliceConfig \ +static_assert(alignof(FGsSceneObjPoliceConfig) == 0x000008, "Wrong alignment on FGsSceneObjPoliceConfig"); \ +static_assert(sizeof(FGsSceneObjPoliceConfig) == 0x000090, "Wrong size on FGsSceneObjPoliceConfig"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, DynamicObstacleCollection) == 0x000000, "Member 'FGsSceneObjPoliceConfig::DynamicObstacleCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, OverlapCollection) == 0x000010, "Member 'FGsSceneObjPoliceConfig::OverlapCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, InteractorCollection) == 0x000020, "Member 'FGsSceneObjPoliceConfig::InteractorCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, SpawnerCollection) == 0x000030, "Member 'FGsSceneObjPoliceConfig::SpawnerCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, UnitCollection) == 0x000040, "Member 'FGsSceneObjPoliceConfig::UnitCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, GroupUnitCollection) == 0x000050, "Member 'FGsSceneObjPoliceConfig::GroupUnitCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, NPCUnitCollection) == 0x000060, "Member 'FGsSceneObjPoliceConfig::NPCUnitCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, StreamingLevelCollection) == 0x000070, "Member 'FGsSceneObjPoliceConfig::StreamingLevelCollection' has a wrong offset!"); \ +static_assert(offsetof(FGsSceneObjPoliceConfig, StreamingLevelStateConfigCollection) == 0x000080, "Member 'FGsSceneObjPoliceConfig::StreamingLevelStateConfigCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsCalliopeNodeParam \ +static_assert(alignof(FGsCalliopeNodeParam) == 0x000004, "Wrong alignment on FGsCalliopeNodeParam"); \ +static_assert(sizeof(FGsCalliopeNodeParam) == 0x000010, "Wrong size on FGsCalliopeNodeParam"); \ +static_assert(offsetof(FGsCalliopeNodeParam, NodeGuid) == 0x000000, "Member 'FGsCalliopeNodeParam::NodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCalliopeTemplateBase \ +static_assert(alignof(FMovieSceneCalliopeTemplateBase) == 0x000008, "Wrong alignment on FMovieSceneCalliopeTemplateBase"); \ +static_assert(sizeof(FMovieSceneCalliopeTemplateBase) == 0x000028, "Wrong size on FMovieSceneCalliopeTemplateBase"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCalliopeNotifyTemplate \ +static_assert(alignof(FMovieSceneCalliopeNotifyTemplate) == 0x000008, "Wrong alignment on FMovieSceneCalliopeNotifyTemplate"); \ +static_assert(sizeof(FMovieSceneCalliopeNotifyTemplate) == 0x000048, "Wrong size on FMovieSceneCalliopeNotifyTemplate"); \ +static_assert(offsetof(FMovieSceneCalliopeNotifyTemplate, EventTimes) == 0x000028, "Member 'FMovieSceneCalliopeNotifyTemplate::EventTimes' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCalliopeNotifyTemplate, EventNames) == 0x000038, "Member 'FMovieSceneCalliopeNotifyTemplate::EventNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCalliopeNotifyStateTemplate \ +static_assert(alignof(FMovieSceneCalliopeNotifyStateTemplate) == 0x000008, "Wrong alignment on FMovieSceneCalliopeNotifyStateTemplate"); \ +static_assert(sizeof(FMovieSceneCalliopeNotifyStateTemplate) == 0x000038, "Wrong size on FMovieSceneCalliopeNotifyStateTemplate"); \ +static_assert(offsetof(FMovieSceneCalliopeNotifyStateTemplate, EventName) == 0x000028, "Member 'FMovieSceneCalliopeNotifyStateTemplate::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCalliopeNormalTemplate \ +static_assert(alignof(FMovieSceneCalliopeNormalTemplate) == 0x000008, "Wrong alignment on FMovieSceneCalliopeNormalTemplate"); \ +static_assert(sizeof(FMovieSceneCalliopeNormalTemplate) == 0x000040, "Wrong size on FMovieSceneCalliopeNormalTemplate"); \ +static_assert(offsetof(FMovieSceneCalliopeNormalTemplate, EventName) == 0x000028, "Member 'FMovieSceneCalliopeNormalTemplate::EventName' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCalliopeNormalTemplate, Section) == 0x000038, "Member 'FMovieSceneCalliopeNormalTemplate::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ICalliopeSequencePerformer \ +static_assert(alignof(ICalliopeSequencePerformer) == 0x000001, "Wrong alignment on ICalliopeSequencePerformer"); \ +static_assert(sizeof(ICalliopeSequencePerformer) == 0x000001, "Wrong size on ICalliopeSequencePerformer"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_CreateInstance \ +static_assert(alignof(CalliopeAsset_CreateInstance) == 0x000008, "Wrong alignment on CalliopeAsset_CreateInstance"); \ +static_assert(sizeof(CalliopeAsset_CreateInstance) == 0x000028, "Wrong size on CalliopeAsset_CreateInstance"); \ +static_assert(offsetof(CalliopeAsset_CreateInstance, Owner) == 0x000000, "Member 'CalliopeAsset_CreateInstance::Owner' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_CreateInstance, CalliopeAsset) == 0x000008, "Member 'CalliopeAsset_CreateInstance::CalliopeAsset' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_CreateInstance, InstancePrefixName) == 0x000010, "Member 'CalliopeAsset_CreateInstance::InstancePrefixName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_CreateInstance, ReturnValue) == 0x000020, "Member 'CalliopeAsset_CreateInstance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_AddBranchGraph \ +static_assert(alignof(CalliopeAsset_AddBranchGraph) == 0x000004, "Wrong alignment on CalliopeAsset_AddBranchGraph"); \ +static_assert(sizeof(CalliopeAsset_AddBranchGraph) == 0x000008, "Wrong size on CalliopeAsset_AddBranchGraph"); \ +static_assert(offsetof(CalliopeAsset_AddBranchGraph, GraphName) == 0x000000, "Member 'CalliopeAsset_AddBranchGraph::GraphName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_AddParameter \ +static_assert(alignof(CalliopeAsset_AddParameter) == 0x000008, "Wrong alignment on CalliopeAsset_AddParameter"); \ +static_assert(sizeof(CalliopeAsset_AddParameter) == 0x000048, "Wrong size on CalliopeAsset_AddParameter"); \ +static_assert(offsetof(CalliopeAsset_AddParameter, ParamType) == 0x000000, "Member 'CalliopeAsset_AddParameter::ParamType' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_AddParameter, ObjectPath) == 0x000008, "Member 'CalliopeAsset_AddParameter::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_AddParameter, ActorGuid) == 0x000018, "Member 'CalliopeAsset_AddParameter::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_AddParameter, AliasName) == 0x000028, "Member 'CalliopeAsset_AddParameter::AliasName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_AddParameter, State) == 0x000030, "Member 'CalliopeAsset_AddParameter::State' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_AddParameter, OutConfigGuid) == 0x000034, "Member 'CalliopeAsset_AddParameter::OutConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_AddParameter, ReturnValue) == 0x000044, "Member 'CalliopeAsset_AddParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_AssignParameterUnitTamerReference \ +static_assert(alignof(CalliopeAsset_AssignParameterUnitTamerReference) == 0x000008, "Wrong alignment on CalliopeAsset_AssignParameterUnitTamerReference"); \ +static_assert(sizeof(CalliopeAsset_AssignParameterUnitTamerReference) == 0x000020, "Wrong size on CalliopeAsset_AssignParameterUnitTamerReference"); \ +static_assert(offsetof(CalliopeAsset_AssignParameterUnitTamerReference, InConfigGuid) == 0x000000, "Member 'CalliopeAsset_AssignParameterUnitTamerReference::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_AssignParameterUnitTamerReference, ObjectPath) == 0x000010, "Member 'CalliopeAsset_AssignParameterUnitTamerReference::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_DeactivateNode \ +static_assert(alignof(CalliopeAsset_DeactivateNode) == 0x000004, "Wrong alignment on CalliopeAsset_DeactivateNode"); \ +static_assert(sizeof(CalliopeAsset_DeactivateNode) == 0x000010, "Wrong size on CalliopeAsset_DeactivateNode"); \ +static_assert(offsetof(CalliopeAsset_DeactivateNode, InGuid) == 0x000000, "Member 'CalliopeAsset_DeactivateNode::InGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_ExportToData \ +static_assert(alignof(CalliopeAsset_ExportToData) == 0x000001, "Wrong alignment on CalliopeAsset_ExportToData"); \ +static_assert(sizeof(CalliopeAsset_ExportToData) == 0x000001, "Wrong size on CalliopeAsset_ExportToData"); \ +static_assert(offsetof(CalliopeAsset_ExportToData, ReturnValue) == 0x000000, "Member 'CalliopeAsset_ExportToData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetParamDisplayNameCS \ +static_assert(alignof(CalliopeAsset_GetParamDisplayNameCS) == 0x000008, "Wrong alignment on CalliopeAsset_GetParamDisplayNameCS"); \ +static_assert(sizeof(CalliopeAsset_GetParamDisplayNameCS) == 0x000038, "Wrong size on CalliopeAsset_GetParamDisplayNameCS"); \ +static_assert(offsetof(CalliopeAsset_GetParamDisplayNameCS, PropertyName) == 0x000000, "Member 'CalliopeAsset_GetParamDisplayNameCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParamDisplayNameCS, InConfigGuid) == 0x000010, "Member 'CalliopeAsset_GetParamDisplayNameCS::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParamDisplayNameCS, OutDisplayName) == 0x000020, "Member 'CalliopeAsset_GetParamDisplayNameCS::OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParamDisplayNameCS, ReturnValue) == 0x000030, "Member 'CalliopeAsset_GetParamDisplayNameCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetParameterActorGuidByConfigGuid \ +static_assert(alignof(CalliopeAsset_GetParameterActorGuidByConfigGuid) == 0x000008, "Wrong alignment on CalliopeAsset_GetParameterActorGuidByConfigGuid"); \ +static_assert(sizeof(CalliopeAsset_GetParameterActorGuidByConfigGuid) == 0x000028, "Wrong size on CalliopeAsset_GetParameterActorGuidByConfigGuid"); \ +static_assert(offsetof(CalliopeAsset_GetParameterActorGuidByConfigGuid, InConfigGuid) == 0x000000, "Member 'CalliopeAsset_GetParameterActorGuidByConfigGuid::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterActorGuidByConfigGuid, OutActorGuid) == 0x000010, "Member 'CalliopeAsset_GetParameterActorGuidByConfigGuid::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterActorGuidByConfigGuid, ReturnValue) == 0x000020, "Member 'CalliopeAsset_GetParameterActorGuidByConfigGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetParameterBuffIDByConfigGuid \ +static_assert(alignof(CalliopeAsset_GetParameterBuffIDByConfigGuid) == 0x000004, "Wrong alignment on CalliopeAsset_GetParameterBuffIDByConfigGuid"); \ +static_assert(sizeof(CalliopeAsset_GetParameterBuffIDByConfigGuid) == 0x000018, "Wrong size on CalliopeAsset_GetParameterBuffIDByConfigGuid"); \ +static_assert(offsetof(CalliopeAsset_GetParameterBuffIDByConfigGuid, InConfigGuid) == 0x000000, "Member 'CalliopeAsset_GetParameterBuffIDByConfigGuid::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterBuffIDByConfigGuid, OutBuffID) == 0x000010, "Member 'CalliopeAsset_GetParameterBuffIDByConfigGuid::OutBuffID' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterBuffIDByConfigGuid, ReturnValue) == 0x000014, "Member 'CalliopeAsset_GetParameterBuffIDByConfigGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetParameterConfigGuidByActorGuid \ +static_assert(alignof(CalliopeAsset_GetParameterConfigGuidByActorGuid) == 0x000008, "Wrong alignment on CalliopeAsset_GetParameterConfigGuidByActorGuid"); \ +static_assert(sizeof(CalliopeAsset_GetParameterConfigGuidByActorGuid) == 0x000038, "Wrong size on CalliopeAsset_GetParameterConfigGuidByActorGuid"); \ +static_assert(offsetof(CalliopeAsset_GetParameterConfigGuidByActorGuid, ParamType) == 0x000000, "Member 'CalliopeAsset_GetParameterConfigGuidByActorGuid::ParamType' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterConfigGuidByActorGuid, ParamValueString) == 0x000008, "Member 'CalliopeAsset_GetParameterConfigGuidByActorGuid::ParamValueString' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterConfigGuidByActorGuid, ParamValueInt) == 0x000018, "Member 'CalliopeAsset_GetParameterConfigGuidByActorGuid::ParamValueInt' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterConfigGuidByActorGuid, ParamValueName) == 0x00001C, "Member 'CalliopeAsset_GetParameterConfigGuidByActorGuid::ParamValueName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterConfigGuidByActorGuid, OutGuid) == 0x000024, "Member 'CalliopeAsset_GetParameterConfigGuidByActorGuid::OutGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterConfigGuidByActorGuid, ReturnValue) == 0x000034, "Member 'CalliopeAsset_GetParameterConfigGuidByActorGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetParameterDisplayNameByConfigGuid \ +static_assert(alignof(CalliopeAsset_GetParameterDisplayNameByConfigGuid) == 0x000008, "Wrong alignment on CalliopeAsset_GetParameterDisplayNameByConfigGuid"); \ +static_assert(sizeof(CalliopeAsset_GetParameterDisplayNameByConfigGuid) == 0x000038, "Wrong size on CalliopeAsset_GetParameterDisplayNameByConfigGuid"); \ +static_assert(offsetof(CalliopeAsset_GetParameterDisplayNameByConfigGuid, InConfigGuid) == 0x000000, "Member 'CalliopeAsset_GetParameterDisplayNameByConfigGuid::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterDisplayNameByConfigGuid, InPropertyName) == 0x000010, "Member 'CalliopeAsset_GetParameterDisplayNameByConfigGuid::InPropertyName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterDisplayNameByConfigGuid, OutDisplayName) == 0x000020, "Member 'CalliopeAsset_GetParameterDisplayNameByConfigGuid::OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterDisplayNameByConfigGuid, ReturnValue) == 0x000030, "Member 'CalliopeAsset_GetParameterDisplayNameByConfigGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetParameterSequenceIDByConfigGuid \ +static_assert(alignof(CalliopeAsset_GetParameterSequenceIDByConfigGuid) == 0x000004, "Wrong alignment on CalliopeAsset_GetParameterSequenceIDByConfigGuid"); \ +static_assert(sizeof(CalliopeAsset_GetParameterSequenceIDByConfigGuid) == 0x000018, "Wrong size on CalliopeAsset_GetParameterSequenceIDByConfigGuid"); \ +static_assert(offsetof(CalliopeAsset_GetParameterSequenceIDByConfigGuid, InConfigGuid) == 0x000000, "Member 'CalliopeAsset_GetParameterSequenceIDByConfigGuid::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterSequenceIDByConfigGuid, OutSequenceID) == 0x000010, "Member 'CalliopeAsset_GetParameterSequenceIDByConfigGuid::OutSequenceID' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterSequenceIDByConfigGuid, ReturnValue) == 0x000014, "Member 'CalliopeAsset_GetParameterSequenceIDByConfigGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetParameterTaskStateIDByConfigGuid \ +static_assert(alignof(CalliopeAsset_GetParameterTaskStateIDByConfigGuid) == 0x000004, "Wrong alignment on CalliopeAsset_GetParameterTaskStateIDByConfigGuid"); \ +static_assert(sizeof(CalliopeAsset_GetParameterTaskStateIDByConfigGuid) == 0x000018, "Wrong size on CalliopeAsset_GetParameterTaskStateIDByConfigGuid"); \ +static_assert(offsetof(CalliopeAsset_GetParameterTaskStateIDByConfigGuid, InConfigGuid) == 0x000000, "Member 'CalliopeAsset_GetParameterTaskStateIDByConfigGuid::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterTaskStateIDByConfigGuid, OutTaskStageID) == 0x000010, "Member 'CalliopeAsset_GetParameterTaskStateIDByConfigGuid::OutTaskStageID' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetParameterTaskStateIDByConfigGuid, ReturnValue) == 0x000014, "Member 'CalliopeAsset_GetParameterTaskStateIDByConfigGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_IsAutoClearRecodes \ +static_assert(alignof(CalliopeAsset_IsAutoClearRecodes) == 0x000001, "Wrong alignment on CalliopeAsset_IsAutoClearRecodes"); \ +static_assert(sizeof(CalliopeAsset_IsAutoClearRecodes) == 0x000001, "Wrong size on CalliopeAsset_IsAutoClearRecodes"); \ +static_assert(offsetof(CalliopeAsset_IsAutoClearRecodes, ReturnValue) == 0x000000, "Member 'CalliopeAsset_IsAutoClearRecodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_OnNodeActivate \ +static_assert(alignof(CalliopeAsset_OnNodeActivate) == 0x000008, "Wrong alignment on CalliopeAsset_OnNodeActivate"); \ +static_assert(sizeof(CalliopeAsset_OnNodeActivate) == 0x000008, "Wrong size on CalliopeAsset_OnNodeActivate"); \ +static_assert(offsetof(CalliopeAsset_OnNodeActivate, Node) == 0x000000, "Member 'CalliopeAsset_OnNodeActivate::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_OnNodeDeactivate \ +static_assert(alignof(CalliopeAsset_OnNodeDeactivate) == 0x000008, "Wrong alignment on CalliopeAsset_OnNodeDeactivate"); \ +static_assert(sizeof(CalliopeAsset_OnNodeDeactivate) == 0x000008, "Wrong size on CalliopeAsset_OnNodeDeactivate"); \ +static_assert(offsetof(CalliopeAsset_OnNodeDeactivate, Node) == 0x000000, "Member 'CalliopeAsset_OnNodeDeactivate::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_OnPropertyChanged \ +static_assert(alignof(CalliopeAsset_OnPropertyChanged) == 0x000008, "Wrong alignment on CalliopeAsset_OnPropertyChanged"); \ +static_assert(sizeof(CalliopeAsset_OnPropertyChanged) == 0x000020, "Wrong size on CalliopeAsset_OnPropertyChanged"); \ +static_assert(offsetof(CalliopeAsset_OnPropertyChanged, MemberName) == 0x000000, "Member 'CalliopeAsset_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_OnPropertyChanged, PropertyName) == 0x000010, "Member 'CalliopeAsset_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_PostDuplicateInCS \ +static_assert(alignof(CalliopeAsset_PostDuplicateInCS) == 0x000001, "Wrong alignment on CalliopeAsset_PostDuplicateInCS"); \ +static_assert(sizeof(CalliopeAsset_PostDuplicateInCS) == 0x000001, "Wrong size on CalliopeAsset_PostDuplicateInCS"); \ +static_assert(offsetof(CalliopeAsset_PostDuplicateInCS, bDuplicateForPIE) == 0x000000, "Member 'CalliopeAsset_PostDuplicateInCS::bDuplicateForPIE' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_RecordInput \ +static_assert(alignof(CalliopeAsset_RecordInput) == 0x000004, "Wrong alignment on CalliopeAsset_RecordInput"); \ +static_assert(sizeof(CalliopeAsset_RecordInput) == 0x000018, "Wrong size on CalliopeAsset_RecordInput"); \ +static_assert(offsetof(CalliopeAsset_RecordInput, InGuid) == 0x000000, "Member 'CalliopeAsset_RecordInput::InGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_RecordInput, InPinName) == 0x000010, "Member 'CalliopeAsset_RecordInput::InPinName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_RecordOnlyNode \ +static_assert(alignof(CalliopeAsset_RecordOnlyNode) == 0x000004, "Wrong alignment on CalliopeAsset_RecordOnlyNode"); \ +static_assert(sizeof(CalliopeAsset_RecordOnlyNode) == 0x000010, "Wrong size on CalliopeAsset_RecordOnlyNode"); \ +static_assert(offsetof(CalliopeAsset_RecordOnlyNode, InGuid) == 0x000000, "Member 'CalliopeAsset_RecordOnlyNode::InGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_RecordOutput \ +static_assert(alignof(CalliopeAsset_RecordOutput) == 0x000004, "Wrong alignment on CalliopeAsset_RecordOutput"); \ +static_assert(sizeof(CalliopeAsset_RecordOutput) == 0x000018, "Wrong size on CalliopeAsset_RecordOutput"); \ +static_assert(offsetof(CalliopeAsset_RecordOutput, InGuid) == 0x000000, "Member 'CalliopeAsset_RecordOutput::InGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_RecordOutput, InPinName) == 0x000010, "Member 'CalliopeAsset_RecordOutput::InPinName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_RegisterNode \ +static_assert(alignof(CalliopeAsset_RegisterNode) == 0x000008, "Wrong alignment on CalliopeAsset_RegisterNode"); \ +static_assert(sizeof(CalliopeAsset_RegisterNode) == 0x000018, "Wrong size on CalliopeAsset_RegisterNode"); \ +static_assert(offsetof(CalliopeAsset_RegisterNode, NewGuid) == 0x000000, "Member 'CalliopeAsset_RegisterNode::NewGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_RegisterNode, NewNode) == 0x000010, "Member 'CalliopeAsset_RegisterNode::NewNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_RemoveBranchGraph \ +static_assert(alignof(CalliopeAsset_RemoveBranchGraph) == 0x000004, "Wrong alignment on CalliopeAsset_RemoveBranchGraph"); \ +static_assert(sizeof(CalliopeAsset_RemoveBranchGraph) == 0x000008, "Wrong size on CalliopeAsset_RemoveBranchGraph"); \ +static_assert(offsetof(CalliopeAsset_RemoveBranchGraph, GraphName) == 0x000000, "Member 'CalliopeAsset_RemoveBranchGraph::GraphName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_SetSubGraphAssetInPIE \ +static_assert(alignof(CalliopeAsset_SetSubGraphAssetInPIE) == 0x000008, "Wrong alignment on CalliopeAsset_SetSubGraphAssetInPIE"); \ +static_assert(sizeof(CalliopeAsset_SetSubGraphAssetInPIE) == 0x000018, "Wrong size on CalliopeAsset_SetSubGraphAssetInPIE"); \ +static_assert(offsetof(CalliopeAsset_SetSubGraphAssetInPIE, InGuid) == 0x000000, "Member 'CalliopeAsset_SetSubGraphAssetInPIE::InGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_SetSubGraphAssetInPIE, CalliopeAsset) == 0x000010, "Member 'CalliopeAsset_SetSubGraphAssetInPIE::CalliopeAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_StartAsSubInstance \ +static_assert(alignof(CalliopeAsset_StartAsSubInstance) == 0x000008, "Wrong alignment on CalliopeAsset_StartAsSubInstance"); \ +static_assert(sizeof(CalliopeAsset_StartAsSubInstance) == 0x000018, "Wrong size on CalliopeAsset_StartAsSubInstance"); \ +static_assert(offsetof(CalliopeAsset_StartAsSubInstance, ParentInstance) == 0x000000, "Member 'CalliopeAsset_StartAsSubInstance::ParentInstance' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_StartAsSubInstance, InSubNodeGuid) == 0x000008, "Member 'CalliopeAsset_StartAsSubInstance::InSubNodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_UnregisterNode \ +static_assert(alignof(CalliopeAsset_UnregisterNode) == 0x000004, "Wrong alignment on CalliopeAsset_UnregisterNode"); \ +static_assert(sizeof(CalliopeAsset_UnregisterNode) == 0x000010, "Wrong size on CalliopeAsset_UnregisterNode"); \ +static_assert(offsetof(CalliopeAsset_UnregisterNode, NodeGuid) == 0x000000, "Member 'CalliopeAsset_UnregisterNode::NodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_UpdateParameterActorReferenceAndAliasName \ +static_assert(alignof(CalliopeAsset_UpdateParameterActorReferenceAndAliasName) == 0x000008, "Wrong alignment on CalliopeAsset_UpdateParameterActorReferenceAndAliasName"); \ +static_assert(sizeof(CalliopeAsset_UpdateParameterActorReferenceAndAliasName) == 0x000028, "Wrong size on CalliopeAsset_UpdateParameterActorReferenceAndAliasName"); \ +static_assert(offsetof(CalliopeAsset_UpdateParameterActorReferenceAndAliasName, ObjectPath) == 0x000000, "Member 'CalliopeAsset_UpdateParameterActorReferenceAndAliasName::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_UpdateParameterActorReferenceAndAliasName, ActorGuid) == 0x000010, "Member 'CalliopeAsset_UpdateParameterActorReferenceAndAliasName::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_UpdateParameterActorReferenceAndAliasName, AliasName) == 0x000020, "Member 'CalliopeAsset_UpdateParameterActorReferenceAndAliasName::AliasName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_Focus2Node \ +static_assert(alignof(CalliopeAsset_Focus2Node) == 0x000008, "Wrong alignment on CalliopeAsset_Focus2Node"); \ +static_assert(sizeof(CalliopeAsset_Focus2Node) == 0x000008, "Wrong size on CalliopeAsset_Focus2Node"); \ +static_assert(offsetof(CalliopeAsset_Focus2Node, Focus2Node_0) == 0x000000, "Member 'CalliopeAsset_Focus2Node::Focus2Node_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetCustomInputs \ +static_assert(alignof(CalliopeAsset_GetCustomInputs) == 0x000008, "Wrong alignment on CalliopeAsset_GetCustomInputs"); \ +static_assert(sizeof(CalliopeAsset_GetCustomInputs) == 0x000010, "Wrong size on CalliopeAsset_GetCustomInputs"); \ +static_assert(offsetof(CalliopeAsset_GetCustomInputs, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetCustomInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetCustomOutputs \ +static_assert(alignof(CalliopeAsset_GetCustomOutputs) == 0x000008, "Wrong alignment on CalliopeAsset_GetCustomOutputs"); \ +static_assert(sizeof(CalliopeAsset_GetCustomOutputs) == 0x000010, "Wrong size on CalliopeAsset_GetCustomOutputs"); \ +static_assert(offsetof(CalliopeAsset_GetCustomOutputs, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetCustomOutputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(CalliopeAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on CalliopeAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(CalliopeAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on CalliopeAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'CalliopeAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'CalliopeAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'CalliopeAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(CalliopeAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on CalliopeAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(CalliopeAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on CalliopeAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'CalliopeAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'CalliopeAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'CalliopeAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetNode \ +static_assert(alignof(CalliopeAsset_GetNode) == 0x000008, "Wrong alignment on CalliopeAsset_GetNode"); \ +static_assert(sizeof(CalliopeAsset_GetNode) == 0x000018, "Wrong size on CalliopeAsset_GetNode"); \ +static_assert(offsetof(CalliopeAsset_GetNode, InGuid) == 0x000000, "Member 'CalliopeAsset_GetNode::InGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetNode, ReturnValue) == 0x000010, "Member 'CalliopeAsset_GetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetNodes \ +static_assert(alignof(CalliopeAsset_GetNodes) == 0x000008, "Wrong alignment on CalliopeAsset_GetNodes"); \ +static_assert(sizeof(CalliopeAsset_GetNodes) == 0x000050, "Wrong size on CalliopeAsset_GetNodes"); \ +static_assert(offsetof(CalliopeAsset_GetNodes, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetPossibleParamsCS \ +static_assert(alignof(CalliopeAsset_GetPossibleParamsCS) == 0x000008, "Wrong alignment on CalliopeAsset_GetPossibleParamsCS"); \ +static_assert(sizeof(CalliopeAsset_GetPossibleParamsCS) == 0x000038, "Wrong size on CalliopeAsset_GetPossibleParamsCS"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamsCS, ParentPropertyName) == 0x000000, "Member 'CalliopeAsset_GetPossibleParamsCS::ParentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamsCS, PropertyName) == 0x000010, "Member 'CalliopeAsset_GetPossibleParamsCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamsCS, OutParamArray) == 0x000020, "Member 'CalliopeAsset_GetPossibleParamsCS::OutParamArray' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamsCS, ReturnValue) == 0x000030, "Member 'CalliopeAsset_GetPossibleParamsCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetPossibleParamTypeCS \ +static_assert(alignof(CalliopeAsset_GetPossibleParamTypeCS) == 0x000008, "Wrong alignment on CalliopeAsset_GetPossibleParamTypeCS"); \ +static_assert(sizeof(CalliopeAsset_GetPossibleParamTypeCS) == 0x000038, "Wrong size on CalliopeAsset_GetPossibleParamTypeCS"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamTypeCS, ParentPropertyName) == 0x000000, "Member 'CalliopeAsset_GetPossibleParamTypeCS::ParentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamTypeCS, PropertyName) == 0x000010, "Member 'CalliopeAsset_GetPossibleParamTypeCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamTypeCS, OutParamTypeArray) == 0x000020, "Member 'CalliopeAsset_GetPossibleParamTypeCS::OutParamTypeArray' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamTypeCS, bHasEmptyMatch) == 0x000030, "Member 'CalliopeAsset_GetPossibleParamTypeCS::bHasEmptyMatch' has a wrong offset!"); \ +static_assert(offsetof(CalliopeAsset_GetPossibleParamTypeCS, ReturnValue) == 0x000034, "Member 'CalliopeAsset_GetPossibleParamTypeCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetRerouteNodeClass \ +static_assert(alignof(CalliopeAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on CalliopeAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(CalliopeAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on CalliopeAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(CalliopeAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(CalliopeAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on CalliopeAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(CalliopeAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on CalliopeAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(CalliopeAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetStartNodeClass \ +static_assert(alignof(CalliopeAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on CalliopeAsset_GetStartNodeClass"); \ +static_assert(sizeof(CalliopeAsset_GetStartNodeClass) == 0x000008, "Wrong size on CalliopeAsset_GetStartNodeClass"); \ +static_assert(offsetof(CalliopeAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(CalliopeAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on CalliopeAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(CalliopeAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on CalliopeAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(CalliopeAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_GetViewType \ +static_assert(alignof(CalliopeAsset_GetViewType) == 0x000001, "Wrong alignment on CalliopeAsset_GetViewType"); \ +static_assert(sizeof(CalliopeAsset_GetViewType) == 0x000001, "Wrong size on CalliopeAsset_GetViewType"); \ +static_assert(offsetof(CalliopeAsset_GetViewType, ReturnValue) == 0x000000, "Member 'CalliopeAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeAsset_IsEditorOnlyCS \ +static_assert(alignof(CalliopeAsset_IsEditorOnlyCS) == 0x000001, "Wrong alignment on CalliopeAsset_IsEditorOnlyCS"); \ +static_assert(sizeof(CalliopeAsset_IsEditorOnlyCS) == 0x000001, "Wrong size on CalliopeAsset_IsEditorOnlyCS"); \ +static_assert(offsetof(CalliopeAsset_IsEditorOnlyCS, ReturnValue) == 0x000000, "Member 'CalliopeAsset_IsEditorOnlyCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeAsset \ +static_assert(alignof(UCalliopeAsset) == 0x000008, "Wrong alignment on UCalliopeAsset"); \ +static_assert(sizeof(UCalliopeAsset) == 0x0003F0, "Wrong size on UCalliopeAsset"); \ +static_assert(offsetof(UCalliopeAsset, CustomInputs) == 0x000048, "Member 'UCalliopeAsset::CustomInputs' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, CustomOutputs) == 0x000068, "Member 'UCalliopeAsset::CustomOutputs' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, Nodes) == 0x000088, "Member 'UCalliopeAsset::Nodes' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, PreloadedNodes) == 0x0000D8, "Member 'UCalliopeAsset::PreloadedNodes' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, ActiveNodes) == 0x000128, "Member 'UCalliopeAsset::ActiveNodes' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, RecordedNodes) == 0x000138, "Member 'UCalliopeAsset::RecordedNodes' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, ExecuteHistory) == 0x000148, "Member 'UCalliopeAsset::ExecuteHistory' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, LastEditedDocuments) == 0x000158, "Member 'UCalliopeAsset::LastEditedDocuments' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, BranchGraphNames) == 0x000168, "Member 'UCalliopeAsset::BranchGraphNames' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, BranchGraphSchema) == 0x0001B8, "Member 'UCalliopeAsset::BranchGraphSchema' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, CategorySorting) == 0x0001C0, "Member 'UCalliopeAsset::CategorySorting' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, NeedPreloadAssets) == 0x0001D0, "Member 'UCalliopeAsset::NeedPreloadAssets' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, CalliopeParameters) == 0x0001E0, "Member 'UCalliopeAsset::CalliopeParameters' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, SearchNodeGuid) == 0x000350, "Member 'UCalliopeAsset::SearchNodeGuid' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, SearchNodeIndex) == 0x000360, "Member 'UCalliopeAsset::SearchNodeIndex' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, TemplateAsset) == 0x0003C8, "Member 'UCalliopeAsset::TemplateAsset' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeAsset, ActiveInstances) == 0x0003D8, "Member 'UCalliopeAsset::ActiveInstances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeParameterMappingDataAsset \ +static_assert(alignof(UCalliopeParameterMappingDataAsset) == 0x000008, "Wrong alignment on UCalliopeParameterMappingDataAsset"); \ +static_assert(sizeof(UCalliopeParameterMappingDataAsset) == 0x000070, "Wrong size on UCalliopeParameterMappingDataAsset"); \ +static_assert(offsetof(UCalliopeParameterMappingDataAsset, MappedAsset) == 0x000030, "Member 'UCalliopeParameterMappingDataAsset::MappedAsset' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeParameterMappingDataAsset, bRunTemplateInstance) == 0x000058, "Member 'UCalliopeParameterMappingDataAsset::bRunTemplateInstance' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeParameterMappingDataAsset, Groups) == 0x000060, "Member 'UCalliopeParameterMappingDataAsset::Groups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_BindActorByName \ +static_assert(alignof(CalliopeLevelSequenceActor_BindActorByName) == 0x000008, "Wrong alignment on CalliopeLevelSequenceActor_BindActorByName"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_BindActorByName) == 0x000010, "Wrong size on CalliopeLevelSequenceActor_BindActorByName"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_BindActorByName, BindingName) == 0x000000, "Member 'CalliopeLevelSequenceActor_BindActorByName::BindingName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_BindActorByName, BindingActor) == 0x000008, "Member 'CalliopeLevelSequenceActor_BindActorByName::BindingActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_BindActorsByTag \ +static_assert(alignof(CalliopeLevelSequenceActor_BindActorsByTag) == 0x000008, "Wrong alignment on CalliopeLevelSequenceActor_BindActorsByTag"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_BindActorsByTag) == 0x000050, "Wrong size on CalliopeLevelSequenceActor_BindActorsByTag"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_BindActorsByTag, TagActors) == 0x000000, "Member 'CalliopeLevelSequenceActor_BindActorsByTag::TagActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_MeshPrestreamTextures \ +static_assert(alignof(CalliopeLevelSequenceActor_MeshPrestreamTextures) == 0x000008, "Wrong alignment on CalliopeLevelSequenceActor_MeshPrestreamTextures"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_MeshPrestreamTextures) == 0x000010, "Wrong size on CalliopeLevelSequenceActor_MeshPrestreamTextures"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_MeshPrestreamTextures, Mesh) == 0x000000, "Member 'CalliopeLevelSequenceActor_MeshPrestreamTextures::Mesh' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_MeshPrestreamTextures, DurationTimeSeconds) == 0x000008, "Member 'CalliopeLevelSequenceActor_MeshPrestreamTextures::DurationTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_MeshPrestreamTextures, bEnable) == 0x00000C, "Member 'CalliopeLevelSequenceActor_MeshPrestreamTextures::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation \ +static_assert(alignof(CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation) == 0x000008, "Wrong alignment on CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation) == 0x000010, "Wrong size on CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation, Mesh) == 0x000000, "Member 'CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation::Mesh' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation, bEnable) == 0x000008, "Member 'CalliopeLevelSequenceActor_MeshSetClothLocalSpaceSimulation::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_ReSetSequence \ +static_assert(alignof(CalliopeLevelSequenceActor_ReSetSequence) == 0x000008, "Wrong alignment on CalliopeLevelSequenceActor_ReSetSequence"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_ReSetSequence) == 0x000008, "Wrong size on CalliopeLevelSequenceActor_ReSetSequence"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_ReSetSequence, InSequence) == 0x000000, "Member 'CalliopeLevelSequenceActor_ReSetSequence::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_SetAllMeshPropertyInSequence \ +static_assert(alignof(CalliopeLevelSequenceActor_SetAllMeshPropertyInSequence) == 0x000001, "Wrong alignment on CalliopeLevelSequenceActor_SetAllMeshPropertyInSequence"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_SetAllMeshPropertyInSequence) == 0x000001, "Wrong size on CalliopeLevelSequenceActor_SetAllMeshPropertyInSequence"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_SetAllMeshPropertyInSequence, bEnable) == 0x000000, "Member 'CalliopeLevelSequenceActor_SetAllMeshPropertyInSequence::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_SetAllPerformerTickEnabled \ +static_assert(alignof(CalliopeLevelSequenceActor_SetAllPerformerTickEnabled) == 0x000008, "Wrong alignment on CalliopeLevelSequenceActor_SetAllPerformerTickEnabled"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_SetAllPerformerTickEnabled) == 0x000058, "Wrong size on CalliopeLevelSequenceActor_SetAllPerformerTickEnabled"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_SetAllPerformerTickEnabled, bEnable) == 0x000000, "Member 'CalliopeLevelSequenceActor_SetAllPerformerTickEnabled::bEnable' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_SetAllPerformerTickEnabled, OutPerformers) == 0x000008, "Member 'CalliopeLevelSequenceActor_SetAllPerformerTickEnabled::OutPerformers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_SetPaused \ +static_assert(alignof(CalliopeLevelSequenceActor_SetPaused) == 0x000001, "Wrong alignment on CalliopeLevelSequenceActor_SetPaused"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_SetPaused) == 0x000001, "Wrong size on CalliopeLevelSequenceActor_SetPaused"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_SetPaused, bInPaused) == 0x000000, "Member 'CalliopeLevelSequenceActor_SetPaused::bInPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequenceActor_GetBindingTags \ +static_assert(alignof(CalliopeLevelSequenceActor_GetBindingTags) == 0x000008, "Wrong alignment on CalliopeLevelSequenceActor_GetBindingTags"); \ +static_assert(sizeof(CalliopeLevelSequenceActor_GetBindingTags) == 0x000058, "Wrong size on CalliopeLevelSequenceActor_GetBindingTags"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_GetBindingTags, OutBindingTags) == 0x000000, "Member 'CalliopeLevelSequenceActor_GetBindingTags::OutBindingTags' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequenceActor_GetBindingTags, ReturnValue) == 0x000050, "Member 'CalliopeLevelSequenceActor_GetBindingTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACalliopeLevelSequenceActor \ +static_assert(alignof(ACalliopeLevelSequenceActor) == 0x000008, "Wrong alignment on ACalliopeLevelSequenceActor"); \ +static_assert(sizeof(ACalliopeLevelSequenceActor) == 0x0003B0, "Wrong size on ACalliopeLevelSequenceActor"); \ +static_assert(offsetof(ACalliopeLevelSequenceActor, DurationTime) == 0x0003A8, "Member 'ACalliopeLevelSequenceActor::DurationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeFunctionLibrary_MarkDirtyAllCalliopeTrack \ +static_assert(alignof(CalliopeFunctionLibrary_MarkDirtyAllCalliopeTrack) == 0x000008, "Wrong alignment on CalliopeFunctionLibrary_MarkDirtyAllCalliopeTrack"); \ +static_assert(sizeof(CalliopeFunctionLibrary_MarkDirtyAllCalliopeTrack) == 0x000008, "Wrong size on CalliopeFunctionLibrary_MarkDirtyAllCalliopeTrack"); \ +static_assert(offsetof(CalliopeFunctionLibrary_MarkDirtyAllCalliopeTrack, InSequence) == 0x000000, "Member 'CalliopeFunctionLibrary_MarkDirtyAllCalliopeTrack::InSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeFunctionLibrary \ +static_assert(alignof(UCalliopeFunctionLibrary) == 0x000008, "Wrong alignment on UCalliopeFunctionLibrary"); \ +static_assert(sizeof(UCalliopeFunctionLibrary) == 0x000028, "Wrong size on UCalliopeFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_CalliopeGameplayTagLibrary_AddGamePlayTagToINI \ +static_assert(alignof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI) == 0x000008, "Wrong alignment on CalliopeGameplayTagLibrary_AddGamePlayTagToINI"); \ +static_assert(sizeof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI) == 0x000030, "Wrong size on CalliopeGameplayTagLibrary_AddGamePlayTagToINI"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI, NewTag) == 0x000000, "Member 'CalliopeGameplayTagLibrary_AddGamePlayTagToINI::NewTag' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI, Comment) == 0x000010, "Member 'CalliopeGameplayTagLibrary_AddGamePlayTagToINI::Comment' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI, TagSourceName) == 0x000020, "Member 'CalliopeGameplayTagLibrary_AddGamePlayTagToINI::TagSourceName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI, bIsRestrictedTag) == 0x000028, "Member 'CalliopeGameplayTagLibrary_AddGamePlayTagToINI::bIsRestrictedTag' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI, bAllowNonRestrictedChildren) == 0x000029, "Member 'CalliopeGameplayTagLibrary_AddGamePlayTagToINI::bAllowNonRestrictedChildren' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_AddGamePlayTagToINI, ReturnValue) == 0x00002A, "Member 'CalliopeGameplayTagLibrary_AddGamePlayTagToINI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeGameplayTagLibrary_FilterTag \ +static_assert(alignof(CalliopeGameplayTagLibrary_FilterTag) == 0x000008, "Wrong alignment on CalliopeGameplayTagLibrary_FilterTag"); \ +static_assert(sizeof(CalliopeGameplayTagLibrary_FilterTag) == 0x000050, "Wrong size on CalliopeGameplayTagLibrary_FilterTag"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTag, Container) == 0x000000, "Member 'CalliopeGameplayTagLibrary_FilterTag::Container' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTag, Tag) == 0x000020, "Member 'CalliopeGameplayTagLibrary_FilterTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTag, bExactMatch) == 0x000028, "Member 'CalliopeGameplayTagLibrary_FilterTag::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTag, ReturnValue) == 0x000030, "Member 'CalliopeGameplayTagLibrary_FilterTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeGameplayTagLibrary_FilterTags \ +static_assert(alignof(CalliopeGameplayTagLibrary_FilterTags) == 0x000008, "Wrong alignment on CalliopeGameplayTagLibrary_FilterTags"); \ +static_assert(sizeof(CalliopeGameplayTagLibrary_FilterTags) == 0x000068, "Wrong size on CalliopeGameplayTagLibrary_FilterTags"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTags, Container) == 0x000000, "Member 'CalliopeGameplayTagLibrary_FilterTags::Container' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTags, OtherContainer) == 0x000020, "Member 'CalliopeGameplayTagLibrary_FilterTags::OtherContainer' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTags, bExactMatch) == 0x000040, "Member 'CalliopeGameplayTagLibrary_FilterTags::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_FilterTags, ReturnValue) == 0x000048, "Member 'CalliopeGameplayTagLibrary_FilterTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeGameplayTagLibrary_HasTagName \ +static_assert(alignof(CalliopeGameplayTagLibrary_HasTagName) == 0x000008, "Wrong alignment on CalliopeGameplayTagLibrary_HasTagName"); \ +static_assert(sizeof(CalliopeGameplayTagLibrary_HasTagName) == 0x000030, "Wrong size on CalliopeGameplayTagLibrary_HasTagName"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_HasTagName, TagContainer) == 0x000000, "Member 'CalliopeGameplayTagLibrary_HasTagName::TagContainer' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_HasTagName, TagName) == 0x000020, "Member 'CalliopeGameplayTagLibrary_HasTagName::TagName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_HasTagName, bExactMatch) == 0x000028, "Member 'CalliopeGameplayTagLibrary_HasTagName::bExactMatch' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_HasTagName, ReturnValue) == 0x000029, "Member 'CalliopeGameplayTagLibrary_HasTagName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeGameplayTagLibrary_MakeGameplayTagContainer \ +static_assert(alignof(CalliopeGameplayTagLibrary_MakeGameplayTagContainer) == 0x000008, "Wrong alignment on CalliopeGameplayTagLibrary_MakeGameplayTagContainer"); \ +static_assert(sizeof(CalliopeGameplayTagLibrary_MakeGameplayTagContainer) == 0x000020, "Wrong size on CalliopeGameplayTagLibrary_MakeGameplayTagContainer"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_MakeGameplayTagContainer, ReturnValue) == 0x000000, "Member 'CalliopeGameplayTagLibrary_MakeGameplayTagContainer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeGameplayTagLibrary_MakeGameplayTagFromName \ +static_assert(alignof(CalliopeGameplayTagLibrary_MakeGameplayTagFromName) == 0x000004, "Wrong alignment on CalliopeGameplayTagLibrary_MakeGameplayTagFromName"); \ +static_assert(sizeof(CalliopeGameplayTagLibrary_MakeGameplayTagFromName) == 0x000010, "Wrong size on CalliopeGameplayTagLibrary_MakeGameplayTagFromName"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_MakeGameplayTagFromName, TagName) == 0x000000, "Member 'CalliopeGameplayTagLibrary_MakeGameplayTagFromName::TagName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_MakeGameplayTagFromName, ReturnValue) == 0x000008, "Member 'CalliopeGameplayTagLibrary_MakeGameplayTagFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeGameplayTagLibrary_MakeGameplayTagFromString \ +static_assert(alignof(CalliopeGameplayTagLibrary_MakeGameplayTagFromString) == 0x000008, "Wrong alignment on CalliopeGameplayTagLibrary_MakeGameplayTagFromString"); \ +static_assert(sizeof(CalliopeGameplayTagLibrary_MakeGameplayTagFromString) == 0x000018, "Wrong size on CalliopeGameplayTagLibrary_MakeGameplayTagFromString"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_MakeGameplayTagFromString, TagStr) == 0x000000, "Member 'CalliopeGameplayTagLibrary_MakeGameplayTagFromString::TagStr' has a wrong offset!"); \ +static_assert(offsetof(CalliopeGameplayTagLibrary_MakeGameplayTagFromString, ReturnValue) == 0x000010, "Member 'CalliopeGameplayTagLibrary_MakeGameplayTagFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeGameplayTagLibrary \ +static_assert(alignof(UCalliopeGameplayTagLibrary) == 0x000008, "Wrong alignment on UCalliopeGameplayTagLibrary"); \ +static_assert(sizeof(UCalliopeGameplayTagLibrary) == 0x000028, "Wrong size on UCalliopeGameplayTagLibrary"); \ + +#define DUMPER7_ASSERTS_ICalliopeInteract \ +static_assert(alignof(ICalliopeInteract) == 0x000001, "Wrong alignment on ICalliopeInteract"); \ +static_assert(sizeof(ICalliopeInteract) == 0x000001, "Wrong size on ICalliopeInteract"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_ConvertCalliopeGuidToGuid \ +static_assert(alignof(CalliopeInteractor_ConvertCalliopeGuidToGuid) == 0x000004, "Wrong alignment on CalliopeInteractor_ConvertCalliopeGuidToGuid"); \ +static_assert(sizeof(CalliopeInteractor_ConvertCalliopeGuidToGuid) == 0x000020, "Wrong size on CalliopeInteractor_ConvertCalliopeGuidToGuid"); \ +static_assert(offsetof(CalliopeInteractor_ConvertCalliopeGuidToGuid, InCalliopeGuid) == 0x000000, "Member 'CalliopeInteractor_ConvertCalliopeGuidToGuid::InCalliopeGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_ConvertCalliopeGuidToGuid, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_ConvertCalliopeGuidToGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetInstanceChecked \ +static_assert(alignof(CalliopeInteractor_GetInstanceChecked) == 0x000008, "Wrong alignment on CalliopeInteractor_GetInstanceChecked"); \ +static_assert(sizeof(CalliopeInteractor_GetInstanceChecked) == 0x000008, "Wrong size on CalliopeInteractor_GetInstanceChecked"); \ +static_assert(offsetof(CalliopeInteractor_GetInstanceChecked, ReturnValue) == 0x000000, "Member 'CalliopeInteractor_GetInstanceChecked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_RegisterInstance \ +static_assert(alignof(CalliopeInteractor_RegisterInstance) == 0x000008, "Wrong alignment on CalliopeInteractor_RegisterInstance"); \ +static_assert(sizeof(CalliopeInteractor_RegisterInstance) == 0x000008, "Wrong size on CalliopeInteractor_RegisterInstance"); \ +static_assert(offsetof(CalliopeInteractor_RegisterInstance, Instance) == 0x000000, "Member 'CalliopeInteractor_RegisterInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetAssetClass \ +static_assert(alignof(CalliopeInteractor_GetAssetClass) == 0x000008, "Wrong alignment on CalliopeInteractor_GetAssetClass"); \ +static_assert(sizeof(CalliopeInteractor_GetAssetClass) == 0x000010, "Wrong size on CalliopeInteractor_GetAssetClass"); \ +static_assert(offsetof(CalliopeInteractor_GetAssetClass, InViewType) == 0x000000, "Member 'CalliopeInteractor_GetAssetClass::InViewType' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetAssetClass, ReturnValue) == 0x000008, "Member 'CalliopeInteractor_GetAssetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_SetCustomInputNodeEventName \ +static_assert(alignof(CalliopeInteractor_SetCustomInputNodeEventName) == 0x000008, "Wrong alignment on CalliopeInteractor_SetCustomInputNodeEventName"); \ +static_assert(sizeof(CalliopeInteractor_SetCustomInputNodeEventName) == 0x000018, "Wrong size on CalliopeInteractor_SetCustomInputNodeEventName"); \ +static_assert(offsetof(CalliopeInteractor_SetCustomInputNodeEventName, Node) == 0x000000, "Member 'CalliopeInteractor_SetCustomInputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_SetCustomInputNodeEventName, InEventName) == 0x000008, "Member 'CalliopeInteractor_SetCustomInputNodeEventName::InEventName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_SetCustomInputNodeEventName, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_SetCustomInputNodeEventName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_SetCustomOutputNodeEventName \ +static_assert(alignof(CalliopeInteractor_SetCustomOutputNodeEventName) == 0x000008, "Wrong alignment on CalliopeInteractor_SetCustomOutputNodeEventName"); \ +static_assert(sizeof(CalliopeInteractor_SetCustomOutputNodeEventName) == 0x000018, "Wrong size on CalliopeInteractor_SetCustomOutputNodeEventName"); \ +static_assert(offsetof(CalliopeInteractor_SetCustomOutputNodeEventName, Node) == 0x000000, "Member 'CalliopeInteractor_SetCustomOutputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_SetCustomOutputNodeEventName, InEventName) == 0x000008, "Member 'CalliopeInteractor_SetCustomOutputNodeEventName::InEventName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_SetCustomOutputNodeEventName, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_SetCustomOutputNodeEventName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetComponentObserverNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetComponentObserverNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetComponentObserverNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetComponentObserverNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetComponentObserverNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetComponentObserverNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetComponentObserverNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetComponentObserverNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetComponentObserverNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetCustomInputNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetCustomInputNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetCustomInputNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetCustomInputNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetCustomInputNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomInputNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetCustomInputNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomInputNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetCustomInputNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetCustomInputNodeEventName \ +static_assert(alignof(CalliopeInteractor_GetCustomInputNodeEventName) == 0x000008, "Wrong alignment on CalliopeInteractor_GetCustomInputNodeEventName"); \ +static_assert(sizeof(CalliopeInteractor_GetCustomInputNodeEventName) == 0x000018, "Wrong size on CalliopeInteractor_GetCustomInputNodeEventName"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomInputNodeEventName, Node) == 0x000000, "Member 'CalliopeInteractor_GetCustomInputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomInputNodeEventName, OutEventName) == 0x000008, "Member 'CalliopeInteractor_GetCustomInputNodeEventName::OutEventName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomInputNodeEventName, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetCustomInputNodeEventName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetCustomOutputNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetCustomOutputNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetCustomOutputNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetCustomOutputNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetCustomOutputNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomOutputNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetCustomOutputNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomOutputNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetCustomOutputNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetCustomOutputNodeEventName \ +static_assert(alignof(CalliopeInteractor_GetCustomOutputNodeEventName) == 0x000008, "Wrong alignment on CalliopeInteractor_GetCustomOutputNodeEventName"); \ +static_assert(sizeof(CalliopeInteractor_GetCustomOutputNodeEventName) == 0x000018, "Wrong size on CalliopeInteractor_GetCustomOutputNodeEventName"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomOutputNodeEventName, Node) == 0x000000, "Member 'CalliopeInteractor_GetCustomOutputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomOutputNodeEventName, OutEventName) == 0x000008, "Member 'CalliopeInteractor_GetCustomOutputNodeEventName::OutEventName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetCustomOutputNodeEventName, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetCustomOutputNodeEventName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetExecutionMultiGateNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetExecutionMultiGateNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetExecutionMultiGateNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetExecutionMultiGateNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetExecutionMultiGateNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetExecutionMultiGateNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetExecutionMultiGateNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetExecutionMultiGateNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetExecutionMultiGateNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetExecutionSequenceNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetExecutionSequenceNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetExecutionSequenceNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetExecutionSequenceNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetExecutionSequenceNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetExecutionSequenceNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetExecutionSequenceNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetExecutionSequenceNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetExecutionSequenceNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetFinishNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetFinishNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetFinishNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetFinishNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetFinishNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetFinishNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetFinishNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetFinishNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetFinishNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetRerouteNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetRerouteNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetRerouteNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetRerouteNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetRerouteNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetRerouteNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetRerouteNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetRerouteNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetRerouteNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetStartNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetStartNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetStartNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetStartNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetStartNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetStartNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetStartNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetStartNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetStartNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeInteractor_GetSubGraphNodeClasses \ +static_assert(alignof(CalliopeInteractor_GetSubGraphNodeClasses) == 0x000008, "Wrong alignment on CalliopeInteractor_GetSubGraphNodeClasses"); \ +static_assert(sizeof(CalliopeInteractor_GetSubGraphNodeClasses) == 0x000018, "Wrong size on CalliopeInteractor_GetSubGraphNodeClasses"); \ +static_assert(offsetof(CalliopeInteractor_GetSubGraphNodeClasses, OutClasses) == 0x000000, "Member 'CalliopeInteractor_GetSubGraphNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(CalliopeInteractor_GetSubGraphNodeClasses, ReturnValue) == 0x000010, "Member 'CalliopeInteractor_GetSubGraphNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeInteractor \ +static_assert(alignof(UCalliopeInteractor) == 0x000008, "Wrong alignment on UCalliopeInteractor"); \ +static_assert(sizeof(UCalliopeInteractor) == 0x000078, "Wrong size on UCalliopeInteractor"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer \ +static_assert(alignof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer) == 0x000008, "Wrong alignment on CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer"); \ +static_assert(sizeof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer) == 0x000038, "Wrong size on CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer, WorldContextObject) == 0x000000, "Member 'CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer, LevelSequence) == 0x000008, "Member 'CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer, Settings) == 0x000010, "Member 'CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer::Settings' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer, CameraSettings) == 0x000024, "Member 'CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer::CameraSettings' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer, OutActor) == 0x000028, "Member 'CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer::OutActor' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer, ReturnValue) == 0x000030, "Member 'CalliopeLevelSequencePlayer_CreateCalliopeLevelSequencePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequencePlayer_FixSectionData \ +static_assert(alignof(CalliopeLevelSequencePlayer_FixSectionData) == 0x000008, "Wrong alignment on CalliopeLevelSequencePlayer_FixSectionData"); \ +static_assert(sizeof(CalliopeLevelSequencePlayer_FixSectionData) == 0x000008, "Wrong size on CalliopeLevelSequencePlayer_FixSectionData"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_FixSectionData, InMovieScene) == 0x000000, "Member 'CalliopeLevelSequencePlayer_FixSectionData::InMovieScene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequencePlayer_SetEventReceiver \ +static_assert(alignof(CalliopeLevelSequencePlayer_SetEventReceiver) == 0x000008, "Wrong alignment on CalliopeLevelSequencePlayer_SetEventReceiver"); \ +static_assert(sizeof(CalliopeLevelSequencePlayer_SetEventReceiver) == 0x000008, "Wrong size on CalliopeLevelSequencePlayer_SetEventReceiver"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_SetEventReceiver, InEventReceiver) == 0x000000, "Member 'CalliopeLevelSequencePlayer_SetEventReceiver::InEventReceiver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequencePlayer_GetPlaybackContext \ +static_assert(alignof(CalliopeLevelSequencePlayer_GetPlaybackContext) == 0x000008, "Wrong alignment on CalliopeLevelSequencePlayer_GetPlaybackContext"); \ +static_assert(sizeof(CalliopeLevelSequencePlayer_GetPlaybackContext) == 0x000008, "Wrong size on CalliopeLevelSequencePlayer_GetPlaybackContext"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_GetPlaybackContext, ReturnValue) == 0x000000, "Member 'CalliopeLevelSequencePlayer_GetPlaybackContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequencePlayer_TryGetMarkedFrameTime \ +static_assert(alignof(CalliopeLevelSequencePlayer_TryGetMarkedFrameTime) == 0x000008, "Wrong alignment on CalliopeLevelSequencePlayer_TryGetMarkedFrameTime"); \ +static_assert(sizeof(CalliopeLevelSequencePlayer_TryGetMarkedFrameTime) == 0x000020, "Wrong size on CalliopeLevelSequencePlayer_TryGetMarkedFrameTime"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_TryGetMarkedFrameTime, InFrameLabel) == 0x000000, "Member 'CalliopeLevelSequencePlayer_TryGetMarkedFrameTime::InFrameLabel' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_TryGetMarkedFrameTime, OutFrameTime) == 0x000010, "Member 'CalliopeLevelSequencePlayer_TryGetMarkedFrameTime::OutFrameTime' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_TryGetMarkedFrameTime, ReturnValue) == 0x000018, "Member 'CalliopeLevelSequencePlayer_TryGetMarkedFrameTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeLevelSequencePlayer_TryGetMarkedSecond \ +static_assert(alignof(CalliopeLevelSequencePlayer_TryGetMarkedSecond) == 0x000008, "Wrong alignment on CalliopeLevelSequencePlayer_TryGetMarkedSecond"); \ +static_assert(sizeof(CalliopeLevelSequencePlayer_TryGetMarkedSecond) == 0x000018, "Wrong size on CalliopeLevelSequencePlayer_TryGetMarkedSecond"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_TryGetMarkedSecond, InFrameLabel) == 0x000000, "Member 'CalliopeLevelSequencePlayer_TryGetMarkedSecond::InFrameLabel' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_TryGetMarkedSecond, OutTimeSecond) == 0x000010, "Member 'CalliopeLevelSequencePlayer_TryGetMarkedSecond::OutTimeSecond' has a wrong offset!"); \ +static_assert(offsetof(CalliopeLevelSequencePlayer_TryGetMarkedSecond, ReturnValue) == 0x000014, "Member 'CalliopeLevelSequencePlayer_TryGetMarkedSecond::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeLevelSequencePlayer \ +static_assert(alignof(UCalliopeLevelSequencePlayer) == 0x000008, "Wrong alignment on UCalliopeLevelSequencePlayer"); \ +static_assert(sizeof(UCalliopeLevelSequencePlayer) == 0x0005E0, "Wrong size on UCalliopeLevelSequencePlayer"); \ +static_assert(offsetof(UCalliopeLevelSequencePlayer, MovieInstanceIndex) == 0x0005D0, "Member 'UCalliopeLevelSequencePlayer::MovieInstanceIndex' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeLevelSequencePlayer, SeqJumpError) == 0x0005D4, "Member 'UCalliopeLevelSequencePlayer::SeqJumpError' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeLevelSequencePlayer, EventReceiver) == 0x0005D8, "Member 'UCalliopeLevelSequencePlayer::EventReceiver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeMovieSceneCameraCutSection_SetCameraBindingID \ +static_assert(alignof(CalliopeMovieSceneCameraCutSection_SetCameraBindingID) == 0x000004, "Wrong alignment on CalliopeMovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(sizeof(CalliopeMovieSceneCameraCutSection_SetCameraBindingID) == 0x000018, "Wrong size on CalliopeMovieSceneCameraCutSection_SetCameraBindingID"); \ +static_assert(offsetof(CalliopeMovieSceneCameraCutSection_SetCameraBindingID, InCameraBindingID) == 0x000000, "Member 'CalliopeMovieSceneCameraCutSection_SetCameraBindingID::InCameraBindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeMovieSceneCameraCutSection_GetCameraBindingID \ +static_assert(alignof(CalliopeMovieSceneCameraCutSection_GetCameraBindingID) == 0x000004, "Wrong alignment on CalliopeMovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(sizeof(CalliopeMovieSceneCameraCutSection_GetCameraBindingID) == 0x000018, "Wrong size on CalliopeMovieSceneCameraCutSection_GetCameraBindingID"); \ +static_assert(offsetof(CalliopeMovieSceneCameraCutSection_GetCameraBindingID, ReturnValue) == 0x000000, "Member 'CalliopeMovieSceneCameraCutSection_GetCameraBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeMovieSceneCameraCutSection \ +static_assert(alignof(UCalliopeMovieSceneCameraCutSection) == 0x000010, "Wrong alignment on UCalliopeMovieSceneCameraCutSection"); \ +static_assert(sizeof(UCalliopeMovieSceneCameraCutSection) == 0x000190, "Wrong size on UCalliopeMovieSceneCameraCutSection"); \ +static_assert(offsetof(UCalliopeMovieSceneCameraCutSection, bLockPreviousCamera) == 0x0000F0, "Member 'UCalliopeMovieSceneCameraCutSection::bLockPreviousCamera' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeMovieSceneCameraCutSection, CameraGuid) == 0x0000F4, "Member 'UCalliopeMovieSceneCameraCutSection::CameraGuid' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeMovieSceneCameraCutSection, CameraBindingID) == 0x000104, "Member 'UCalliopeMovieSceneCameraCutSection::CameraBindingID' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeMovieSceneCameraCutSection, InitialCameraCutTransform) == 0x000120, "Member 'UCalliopeMovieSceneCameraCutSection::InitialCameraCutTransform' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeMovieSceneCameraCutSection, bHasInitialCameraCutTransform) == 0x000180, "Member 'UCalliopeMovieSceneCameraCutSection::bHasInitialCameraCutTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeMovieSceneCameraCutTrack \ +static_assert(alignof(UCalliopeMovieSceneCameraCutTrack) == 0x000008, "Wrong alignment on UCalliopeMovieSceneCameraCutTrack"); \ +static_assert(sizeof(UCalliopeMovieSceneCameraCutTrack) == 0x0000A8, "Wrong size on UCalliopeMovieSceneCameraCutTrack"); \ +static_assert(offsetof(UCalliopeMovieSceneCameraCutTrack, bCanBlend) == 0x000090, "Member 'UCalliopeMovieSceneCameraCutTrack::bCanBlend' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeMovieSceneCameraCutTrack, Sections) == 0x000098, "Member 'UCalliopeMovieSceneCameraCutTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeMovieSceneCameraCutTrackInstance \ +static_assert(alignof(UCalliopeMovieSceneCameraCutTrackInstance) == 0x000008, "Wrong alignment on UCalliopeMovieSceneCameraCutTrackInstance"); \ +static_assert(sizeof(UCalliopeMovieSceneCameraCutTrackInstance) == 0x0000B8, "Wrong size on UCalliopeMovieSceneCameraCutTrackInstance"); \ + +#define DUMPER7_ASSERTS_UCalliopeMovieSceneCinematicShotTrack \ +static_assert(alignof(UCalliopeMovieSceneCinematicShotTrack) == 0x000008, "Wrong alignment on UCalliopeMovieSceneCinematicShotTrack"); \ +static_assert(sizeof(UCalliopeMovieSceneCinematicShotTrack) == 0x0000A0, "Wrong size on UCalliopeMovieSceneCinematicShotTrack"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_AddInputPins \ +static_assert(alignof(CalliopeNode_AddInputPins) == 0x000008, "Wrong alignment on CalliopeNode_AddInputPins"); \ +static_assert(sizeof(CalliopeNode_AddInputPins) == 0x000010, "Wrong size on CalliopeNode_AddInputPins"); \ +static_assert(offsetof(CalliopeNode_AddInputPins, PinNames) == 0x000000, "Member 'CalliopeNode_AddInputPins::PinNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_AddOutputPins \ +static_assert(alignof(CalliopeNode_AddOutputPins) == 0x000008, "Wrong alignment on CalliopeNode_AddOutputPins"); \ +static_assert(sizeof(CalliopeNode_AddOutputPins) == 0x000010, "Wrong size on CalliopeNode_AddOutputPins"); \ +static_assert(offsetof(CalliopeNode_AddOutputPins, PinNames) == 0x000000, "Member 'CalliopeNode_AddOutputPins::PinNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_AssignInteractorGroupIDPolice \ +static_assert(alignof(CalliopeNode_AssignInteractorGroupIDPolice) == 0x000004, "Wrong alignment on CalliopeNode_AssignInteractorGroupIDPolice"); \ +static_assert(sizeof(CalliopeNode_AssignInteractorGroupIDPolice) == 0x000008, "Wrong size on CalliopeNode_AssignInteractorGroupIDPolice"); \ +static_assert(offsetof(CalliopeNode_AssignInteractorGroupIDPolice, InIndex) == 0x000000, "Member 'CalliopeNode_AssignInteractorGroupIDPolice::InIndex' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_AssignInteractorGroupIDPolice, InGroupIDIndex) == 0x000004, "Member 'CalliopeNode_AssignInteractorGroupIDPolice::InGroupIDIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_BindAssetOnSubGraphReconstructionRequested \ +static_assert(alignof(CalliopeNode_BindAssetOnSubGraphReconstructionRequested) == 0x000008, "Wrong alignment on CalliopeNode_BindAssetOnSubGraphReconstructionRequested"); \ +static_assert(sizeof(CalliopeNode_BindAssetOnSubGraphReconstructionRequested) == 0x000008, "Wrong size on CalliopeNode_BindAssetOnSubGraphReconstructionRequested"); \ +static_assert(offsetof(CalliopeNode_BindAssetOnSubGraphReconstructionRequested, Asset) == 0x000000, "Member 'CalliopeNode_BindAssetOnSubGraphReconstructionRequested::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_CheckCanPassNodeInfo \ +static_assert(alignof(CalliopeNode_CheckCanPassNodeInfo) == 0x000004, "Wrong alignment on CalliopeNode_CheckCanPassNodeInfo"); \ +static_assert(sizeof(CalliopeNode_CheckCanPassNodeInfo) == 0x000014, "Wrong size on CalliopeNode_CheckCanPassNodeInfo"); \ +static_assert(offsetof(CalliopeNode_CheckCanPassNodeInfo, PreviousNodeGuid) == 0x000000, "Member 'CalliopeNode_CheckCanPassNodeInfo::PreviousNodeGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_CheckCanPassNodeInfo, ReturnValue) == 0x000010, "Member 'CalliopeNode_CheckCanPassNodeInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetActorToFocusInCS \ +static_assert(alignof(CalliopeNode_GetActorToFocusInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetActorToFocusInCS"); \ +static_assert(sizeof(CalliopeNode_GetActorToFocusInCS) == 0x000008, "Wrong size on CalliopeNode_GetActorToFocusInCS"); \ +static_assert(offsetof(CalliopeNode_GetActorToFocusInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetActorToFocusInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetAssetPathInCS \ +static_assert(alignof(CalliopeNode_GetAssetPathInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetAssetPathInCS"); \ +static_assert(sizeof(CalliopeNode_GetAssetPathInCS) == 0x000010, "Wrong size on CalliopeNode_GetAssetPathInCS"); \ +static_assert(offsetof(CalliopeNode_GetAssetPathInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetAssetPathInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetAssetToEditInCS \ +static_assert(alignof(CalliopeNode_GetAssetToEditInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetAssetToEditInCS"); \ +static_assert(sizeof(CalliopeNode_GetAssetToEditInCS) == 0x000008, "Wrong size on CalliopeNode_GetAssetToEditInCS"); \ +static_assert(offsetof(CalliopeNode_GetAssetToEditInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetAssetToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetBranchGraphToEditInCS \ +static_assert(alignof(CalliopeNode_GetBranchGraphToEditInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetBranchGraphToEditInCS"); \ +static_assert(sizeof(CalliopeNode_GetBranchGraphToEditInCS) == 0x000018, "Wrong size on CalliopeNode_GetBranchGraphToEditInCS"); \ +static_assert(offsetof(CalliopeNode_GetBranchGraphToEditInCS, OutBranchGraphIdentifier) == 0x000000, "Member 'CalliopeNode_GetBranchGraphToEditInCS::OutBranchGraphIdentifier' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_GetBranchGraphToEditInCS, ReturnValue) == 0x000010, "Member 'CalliopeNode_GetBranchGraphToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetConnections \ +static_assert(alignof(CalliopeNode_GetConnections) == 0x000008, "Wrong alignment on CalliopeNode_GetConnections"); \ +static_assert(sizeof(CalliopeNode_GetConnections) == 0x000050, "Wrong size on CalliopeNode_GetConnections"); \ +static_assert(offsetof(CalliopeNode_GetConnections, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetConnections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetContextInputsInCS \ +static_assert(alignof(CalliopeNode_GetContextInputsInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetContextInputsInCS"); \ +static_assert(sizeof(CalliopeNode_GetContextInputsInCS) == 0x000010, "Wrong size on CalliopeNode_GetContextInputsInCS"); \ +static_assert(offsetof(CalliopeNode_GetContextInputsInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetContextInputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetContextOutputsInCS \ +static_assert(alignof(CalliopeNode_GetContextOutputsInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetContextOutputsInCS"); \ +static_assert(sizeof(CalliopeNode_GetContextOutputsInCS) == 0x000010, "Wrong size on CalliopeNode_GetContextOutputsInCS"); \ +static_assert(offsetof(CalliopeNode_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetDefaultInputPin \ +static_assert(alignof(CalliopeNode_GetDefaultInputPin) == 0x000008, "Wrong alignment on CalliopeNode_GetDefaultInputPin"); \ +static_assert(sizeof(CalliopeNode_GetDefaultInputPin) == 0x000018, "Wrong size on CalliopeNode_GetDefaultInputPin"); \ +static_assert(offsetof(CalliopeNode_GetDefaultInputPin, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetDefaultInputPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetDefaultOutputPin \ +static_assert(alignof(CalliopeNode_GetDefaultOutputPin) == 0x000008, "Wrong alignment on CalliopeNode_GetDefaultOutputPin"); \ +static_assert(sizeof(CalliopeNode_GetDefaultOutputPin) == 0x000018, "Wrong size on CalliopeNode_GetDefaultOutputPin"); \ +static_assert(offsetof(CalliopeNode_GetDefaultOutputPin, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetDefaultOutputPin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsBattleStateNode \ +static_assert(alignof(CalliopeNode_IsBattleStateNode) == 0x000001, "Wrong alignment on CalliopeNode_IsBattleStateNode"); \ +static_assert(sizeof(CalliopeNode_IsBattleStateNode) == 0x000001, "Wrong size on CalliopeNode_IsBattleStateNode"); \ +static_assert(offsetof(CalliopeNode_IsBattleStateNode, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsBattleStateNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsCalliopeActive \ +static_assert(alignof(CalliopeNode_IsCalliopeActive) == 0x000001, "Wrong alignment on CalliopeNode_IsCalliopeActive"); \ +static_assert(sizeof(CalliopeNode_IsCalliopeActive) == 0x000001, "Wrong size on CalliopeNode_IsCalliopeActive"); \ +static_assert(offsetof(CalliopeNode_IsCalliopeActive, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsCalliopeActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsCalliopeNeverActivated \ +static_assert(alignof(CalliopeNode_IsCalliopeNeverActivated) == 0x000001, "Wrong alignment on CalliopeNode_IsCalliopeNeverActivated"); \ +static_assert(sizeof(CalliopeNode_IsCalliopeNeverActivated) == 0x000001, "Wrong size on CalliopeNode_IsCalliopeNeverActivated"); \ +static_assert(offsetof(CalliopeNode_IsCalliopeNeverActivated, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsCalliopeNeverActivated::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsCalliopeWasActive \ +static_assert(alignof(CalliopeNode_IsCalliopeWasActive) == 0x000001, "Wrong alignment on CalliopeNode_IsCalliopeWasActive"); \ +static_assert(sizeof(CalliopeNode_IsCalliopeWasActive) == 0x000001, "Wrong size on CalliopeNode_IsCalliopeWasActive"); \ +static_assert(offsetof(CalliopeNode_IsCalliopeWasActive, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsCalliopeWasActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_LoadAssetInCS \ +static_assert(alignof(CalliopeNode_LoadAssetInCS) == 0x000008, "Wrong alignment on CalliopeNode_LoadAssetInCS"); \ +static_assert(sizeof(CalliopeNode_LoadAssetInCS) == 0x000030, "Wrong size on CalliopeNode_LoadAssetInCS"); \ +static_assert(offsetof(CalliopeNode_LoadAssetInCS, AssetPtr) == 0x000000, "Member 'CalliopeNode_LoadAssetInCS::AssetPtr' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_LoadAssetInCS, ReturnValue) == 0x000028, "Member 'CalliopeNode_LoadAssetInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_LogError \ +static_assert(alignof(CalliopeNode_LogError) == 0x000008, "Wrong alignment on CalliopeNode_LogError"); \ +static_assert(sizeof(CalliopeNode_LogError) == 0x000010, "Wrong size on CalliopeNode_LogError"); \ +static_assert(offsetof(CalliopeNode_LogError, Message) == 0x000000, "Member 'CalliopeNode_LogError::Message' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_PostPropertyChanged \ +static_assert(alignof(CalliopeNode_PostPropertyChanged) == 0x000008, "Wrong alignment on CalliopeNode_PostPropertyChanged"); \ +static_assert(sizeof(CalliopeNode_PostPropertyChanged) == 0x000020, "Wrong size on CalliopeNode_PostPropertyChanged"); \ +static_assert(offsetof(CalliopeNode_PostPropertyChanged, MemberName) == 0x000000, "Member 'CalliopeNode_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_PostPropertyChanged, PropertyName) == 0x000010, "Member 'CalliopeNode_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_PrePropertyChanged \ +static_assert(alignof(CalliopeNode_PrePropertyChanged) == 0x000008, "Wrong alignment on CalliopeNode_PrePropertyChanged"); \ +static_assert(sizeof(CalliopeNode_PrePropertyChanged) == 0x000010, "Wrong size on CalliopeNode_PrePropertyChanged"); \ +static_assert(offsetof(CalliopeNode_PrePropertyChanged, PropertyName) == 0x000000, "Member 'CalliopeNode_PrePropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_RecordInput \ +static_assert(alignof(CalliopeNode_RecordInput) == 0x000004, "Wrong alignment on CalliopeNode_RecordInput"); \ +static_assert(sizeof(CalliopeNode_RecordInput) == 0x000008, "Wrong size on CalliopeNode_RecordInput"); \ +static_assert(offsetof(CalliopeNode_RecordInput, PinName) == 0x000000, "Member 'CalliopeNode_RecordInput::PinName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_RecordOutput \ +static_assert(alignof(CalliopeNode_RecordOutput) == 0x000004, "Wrong alignment on CalliopeNode_RecordOutput"); \ +static_assert(sizeof(CalliopeNode_RecordOutput) == 0x000008, "Wrong size on CalliopeNode_RecordOutput"); \ +static_assert(offsetof(CalliopeNode_RecordOutput, PinName) == 0x000000, "Member 'CalliopeNode_RecordOutput::PinName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_RefreshSceneObjPoliceConfig \ +static_assert(alignof(CalliopeNode_RefreshSceneObjPoliceConfig) == 0x000008, "Wrong alignment on CalliopeNode_RefreshSceneObjPoliceConfig"); \ +static_assert(sizeof(CalliopeNode_RefreshSceneObjPoliceConfig) == 0x000008, "Wrong size on CalliopeNode_RefreshSceneObjPoliceConfig"); \ +static_assert(offsetof(CalliopeNode_RefreshSceneObjPoliceConfig, PreviousNode) == 0x000000, "Member 'CalliopeNode_RefreshSceneObjPoliceConfig::PreviousNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_SetConnections \ +static_assert(alignof(CalliopeNode_SetConnections) == 0x000008, "Wrong alignment on CalliopeNode_SetConnections"); \ +static_assert(sizeof(CalliopeNode_SetConnections) == 0x000050, "Wrong size on CalliopeNode_SetConnections"); \ +static_assert(offsetof(CalliopeNode_SetConnections, InConnections) == 0x000000, "Member 'CalliopeNode_SetConnections::InConnections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_SetInputPins \ +static_assert(alignof(CalliopeNode_SetInputPins) == 0x000008, "Wrong alignment on CalliopeNode_SetInputPins"); \ +static_assert(sizeof(CalliopeNode_SetInputPins) == 0x000010, "Wrong size on CalliopeNode_SetInputPins"); \ +static_assert(offsetof(CalliopeNode_SetInputPins, InInputPins) == 0x000000, "Member 'CalliopeNode_SetInputPins::InInputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_SetOutputPins \ +static_assert(alignof(CalliopeNode_SetOutputPins) == 0x000008, "Wrong alignment on CalliopeNode_SetOutputPins"); \ +static_assert(sizeof(CalliopeNode_SetOutputPins) == 0x000010, "Wrong size on CalliopeNode_SetOutputPins"); \ +static_assert(offsetof(CalliopeNode_SetOutputPins, InOutputPins) == 0x000000, "Member 'CalliopeNode_SetOutputPins::InOutputPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_UnBindAssetOnSubGraphReconstructionRequested \ +static_assert(alignof(CalliopeNode_UnBindAssetOnSubGraphReconstructionRequested) == 0x000008, "Wrong alignment on CalliopeNode_UnBindAssetOnSubGraphReconstructionRequested"); \ +static_assert(sizeof(CalliopeNode_UnBindAssetOnSubGraphReconstructionRequested) == 0x000008, "Wrong size on CalliopeNode_UnBindAssetOnSubGraphReconstructionRequested"); \ +static_assert(offsetof(CalliopeNode_UnBindAssetOnSubGraphReconstructionRequested, Asset) == 0x000000, "Member 'CalliopeNode_UnBindAssetOnSubGraphReconstructionRequested::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_CanShowInMyCalliope \ +static_assert(alignof(CalliopeNode_CanShowInMyCalliope) == 0x000008, "Wrong alignment on CalliopeNode_CanShowInMyCalliope"); \ +static_assert(sizeof(CalliopeNode_CanShowInMyCalliope) == 0x000028, "Wrong size on CalliopeNode_CanShowInMyCalliope"); \ +static_assert(offsetof(CalliopeNode_CanShowInMyCalliope, OutCategory) == 0x000000, "Member 'CalliopeNode_CanShowInMyCalliope::OutCategory' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_CanShowInMyCalliope, OutDisplayName) == 0x000010, "Member 'CalliopeNode_CanShowInMyCalliope::OutDisplayName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_CanShowInMyCalliope, ReturnValue) == 0x000020, "Member 'CalliopeNode_CanShowInMyCalliope::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_CanUserAddInputInCS \ +static_assert(alignof(CalliopeNode_CanUserAddInputInCS) == 0x000001, "Wrong alignment on CalliopeNode_CanUserAddInputInCS"); \ +static_assert(sizeof(CalliopeNode_CanUserAddInputInCS) == 0x000001, "Wrong size on CalliopeNode_CanUserAddInputInCS"); \ +static_assert(offsetof(CalliopeNode_CanUserAddInputInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_CanUserAddInputInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_CanUserAddOutputInCS \ +static_assert(alignof(CalliopeNode_CanUserAddOutputInCS) == 0x000001, "Wrong alignment on CalliopeNode_CanUserAddOutputInCS"); \ +static_assert(sizeof(CalliopeNode_CanUserAddOutputInCS) == 0x000001, "Wrong size on CalliopeNode_CanUserAddOutputInCS"); \ +static_assert(offsetof(CalliopeNode_CanUserAddOutputInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_CanUserAddOutputInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetCalliopeAsset \ +static_assert(alignof(CalliopeNode_GetCalliopeAsset) == 0x000008, "Wrong alignment on CalliopeNode_GetCalliopeAsset"); \ +static_assert(sizeof(CalliopeNode_GetCalliopeAsset) == 0x000008, "Wrong size on CalliopeNode_GetCalliopeAsset"); \ +static_assert(offsetof(CalliopeNode_GetCalliopeAsset, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetCalliopeAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetConnection \ +static_assert(alignof(CalliopeNode_GetConnection) == 0x000004, "Wrong alignment on CalliopeNode_GetConnection"); \ +static_assert(sizeof(CalliopeNode_GetConnection) == 0x000020, "Wrong size on CalliopeNode_GetConnection"); \ +static_assert(offsetof(CalliopeNode_GetConnection, OutputName) == 0x000000, "Member 'CalliopeNode_GetConnection::OutputName' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_GetConnection, ReturnValue) == 0x000008, "Member 'CalliopeNode_GetConnection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetGraphGuidInCS \ +static_assert(alignof(CalliopeNode_GetGraphGuidInCS) == 0x000004, "Wrong alignment on CalliopeNode_GetGraphGuidInCS"); \ +static_assert(sizeof(CalliopeNode_GetGraphGuidInCS) == 0x000014, "Wrong size on CalliopeNode_GetGraphGuidInCS"); \ +static_assert(offsetof(CalliopeNode_GetGraphGuidInCS, OutGraphGuid) == 0x000000, "Member 'CalliopeNode_GetGraphGuidInCS::OutGraphGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_GetGraphGuidInCS, ReturnValue) == 0x000010, "Member 'CalliopeNode_GetGraphGuidInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetGraphIdentifierInCS \ +static_assert(alignof(CalliopeNode_GetGraphIdentifierInCS) == 0x000004, "Wrong alignment on CalliopeNode_GetGraphIdentifierInCS"); \ +static_assert(sizeof(CalliopeNode_GetGraphIdentifierInCS) == 0x00000C, "Wrong size on CalliopeNode_GetGraphIdentifierInCS"); \ +static_assert(offsetof(CalliopeNode_GetGraphIdentifierInCS, OutGraphIdentifier) == 0x000000, "Member 'CalliopeNode_GetGraphIdentifierInCS::OutGraphIdentifier' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_GetGraphIdentifierInCS, ReturnValue) == 0x000008, "Member 'CalliopeNode_GetGraphIdentifierInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetGraphNodeInCS \ +static_assert(alignof(CalliopeNode_GetGraphNodeInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetGraphNodeInCS"); \ +static_assert(sizeof(CalliopeNode_GetGraphNodeInCS) == 0x000008, "Wrong size on CalliopeNode_GetGraphNodeInCS"); \ +static_assert(offsetof(CalliopeNode_GetGraphNodeInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetGraphNodeInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetGuid \ +static_assert(alignof(CalliopeNode_GetGuid) == 0x000004, "Wrong alignment on CalliopeNode_GetGuid"); \ +static_assert(sizeof(CalliopeNode_GetGuid) == 0x000010, "Wrong size on CalliopeNode_GetGuid"); \ +static_assert(offsetof(CalliopeNode_GetGuid, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetInputNames \ +static_assert(alignof(CalliopeNode_GetInputNames) == 0x000008, "Wrong alignment on CalliopeNode_GetInputNames"); \ +static_assert(sizeof(CalliopeNode_GetInputNames) == 0x000010, "Wrong size on CalliopeNode_GetInputNames"); \ +static_assert(offsetof(CalliopeNode_GetInputNames, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetInputNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetInputPins \ +static_assert(alignof(CalliopeNode_GetInputPins) == 0x000008, "Wrong alignment on CalliopeNode_GetInputPins"); \ +static_assert(sizeof(CalliopeNode_GetInputPins) == 0x000010, "Wrong size on CalliopeNode_GetInputPins"); \ +static_assert(offsetof(CalliopeNode_GetInputPins, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetInputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetNodeDescriptionInCS \ +static_assert(alignof(CalliopeNode_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetNodeDescriptionInCS"); \ +static_assert(sizeof(CalliopeNode_GetNodeDescriptionInCS) == 0x000010, "Wrong size on CalliopeNode_GetNodeDescriptionInCS"); \ +static_assert(offsetof(CalliopeNode_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetNodePos \ +static_assert(alignof(CalliopeNode_GetNodePos) == 0x000004, "Wrong alignment on CalliopeNode_GetNodePos"); \ +static_assert(sizeof(CalliopeNode_GetNodePos) == 0x00000C, "Wrong size on CalliopeNode_GetNodePos"); \ +static_assert(offsetof(CalliopeNode_GetNodePos, PosX) == 0x000000, "Member 'CalliopeNode_GetNodePos::PosX' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_GetNodePos, PosY) == 0x000004, "Member 'CalliopeNode_GetNodePos::PosY' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_GetNodePos, ReturnValue) == 0x000008, "Member 'CalliopeNode_GetNodePos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetOutputNames \ +static_assert(alignof(CalliopeNode_GetOutputNames) == 0x000008, "Wrong alignment on CalliopeNode_GetOutputNames"); \ +static_assert(sizeof(CalliopeNode_GetOutputNames) == 0x000010, "Wrong size on CalliopeNode_GetOutputNames"); \ +static_assert(offsetof(CalliopeNode_GetOutputNames, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetOutputNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetOutputPins \ +static_assert(alignof(CalliopeNode_GetOutputPins) == 0x000008, "Wrong alignment on CalliopeNode_GetOutputPins"); \ +static_assert(sizeof(CalliopeNode_GetOutputPins) == 0x000010, "Wrong size on CalliopeNode_GetOutputPins"); \ +static_assert(offsetof(CalliopeNode_GetOutputPins, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetOutputPins::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetParentNodes \ +static_assert(alignof(CalliopeNode_GetParentNodes) == 0x000008, "Wrong alignment on CalliopeNode_GetParentNodes"); \ +static_assert(sizeof(CalliopeNode_GetParentNodes) == 0x000010, "Wrong size on CalliopeNode_GetParentNodes"); \ +static_assert(offsetof(CalliopeNode_GetParentNodes, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetParentNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_GetStatusStringInCS \ +static_assert(alignof(CalliopeNode_GetStatusStringInCS) == 0x000008, "Wrong alignment on CalliopeNode_GetStatusStringInCS"); \ +static_assert(sizeof(CalliopeNode_GetStatusStringInCS) == 0x000010, "Wrong size on CalliopeNode_GetStatusStringInCS"); \ +static_assert(offsetof(CalliopeNode_GetStatusStringInCS, ReturnValue) == 0x000000, "Member 'CalliopeNode_GetStatusStringInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsBranchGraphNode \ +static_assert(alignof(CalliopeNode_IsBranchGraphNode) == 0x000001, "Wrong alignment on CalliopeNode_IsBranchGraphNode"); \ +static_assert(sizeof(CalliopeNode_IsBranchGraphNode) == 0x000001, "Wrong size on CalliopeNode_IsBranchGraphNode"); \ +static_assert(offsetof(CalliopeNode_IsBranchGraphNode, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsBranchGraphNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsOutputConnectTo \ +static_assert(alignof(CalliopeNode_IsOutputConnectTo) == 0x000004, "Wrong alignment on CalliopeNode_IsOutputConnectTo"); \ +static_assert(sizeof(CalliopeNode_IsOutputConnectTo) == 0x000014, "Wrong size on CalliopeNode_IsOutputConnectTo"); \ +static_assert(offsetof(CalliopeNode_IsOutputConnectTo, TargetNodeGuid) == 0x000000, "Member 'CalliopeNode_IsOutputConnectTo::TargetNodeGuid' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_IsOutputConnectTo, ReturnValue) == 0x000010, "Member 'CalliopeNode_IsOutputConnectTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsPlayInEditor \ +static_assert(alignof(CalliopeNode_IsPlayInEditor) == 0x000001, "Wrong alignment on CalliopeNode_IsPlayInEditor"); \ +static_assert(sizeof(CalliopeNode_IsPlayInEditor) == 0x000001, "Wrong size on CalliopeNode_IsPlayInEditor"); \ +static_assert(offsetof(CalliopeNode_IsPlayInEditor, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsPlayInEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsPreloaded \ +static_assert(alignof(CalliopeNode_IsPreloaded) == 0x000001, "Wrong alignment on CalliopeNode_IsPreloaded"); \ +static_assert(sizeof(CalliopeNode_IsPreloaded) == 0x000001, "Wrong size on CalliopeNode_IsPreloaded"); \ +static_assert(offsetof(CalliopeNode_IsPreloaded, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsPreloaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsRerouteNode \ +static_assert(alignof(CalliopeNode_IsRerouteNode) == 0x000001, "Wrong alignment on CalliopeNode_IsRerouteNode"); \ +static_assert(sizeof(CalliopeNode_IsRerouteNode) == 0x000001, "Wrong size on CalliopeNode_IsRerouteNode"); \ +static_assert(offsetof(CalliopeNode_IsRerouteNode, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsRerouteNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsSubGraphNode \ +static_assert(alignof(CalliopeNode_IsSubGraphNode) == 0x000001, "Wrong alignment on CalliopeNode_IsSubGraphNode"); \ +static_assert(sizeof(CalliopeNode_IsSubGraphNode) == 0x000001, "Wrong size on CalliopeNode_IsSubGraphNode"); \ +static_assert(offsetof(CalliopeNode_IsSubGraphNode, ReturnValue) == 0x000000, "Member 'CalliopeNode_IsSubGraphNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_IsSupportViewType \ +static_assert(alignof(CalliopeNode_IsSupportViewType) == 0x000001, "Wrong alignment on CalliopeNode_IsSupportViewType"); \ +static_assert(sizeof(CalliopeNode_IsSupportViewType) == 0x000002, "Wrong size on CalliopeNode_IsSupportViewType"); \ +static_assert(offsetof(CalliopeNode_IsSupportViewType, InViewType) == 0x000000, "Member 'CalliopeNode_IsSupportViewType::InViewType' has a wrong offset!"); \ +static_assert(offsetof(CalliopeNode_IsSupportViewType, ReturnValue) == 0x000001, "Member 'CalliopeNode_IsSupportViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeNode_SetSubGraphAssetInPIE \ +static_assert(alignof(CalliopeNode_SetSubGraphAssetInPIE) == 0x000008, "Wrong alignment on CalliopeNode_SetSubGraphAssetInPIE"); \ +static_assert(sizeof(CalliopeNode_SetSubGraphAssetInPIE) == 0x000008, "Wrong size on CalliopeNode_SetSubGraphAssetInPIE"); \ +static_assert(offsetof(CalliopeNode_SetSubGraphAssetInPIE, InSubGraphAsset) == 0x000000, "Member 'CalliopeNode_SetSubGraphAssetInPIE::InSubGraphAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeNode \ +static_assert(alignof(UCalliopeNode) == 0x000008, "Wrong alignment on UCalliopeNode"); \ +static_assert(sizeof(UCalliopeNode) == 0x0002A0, "Wrong size on UCalliopeNode"); \ +static_assert(offsetof(UCalliopeNode, GraphNode) == 0x000030, "Member 'UCalliopeNode::GraphNode' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, bSupportsContextPins) == 0x000038, "Member 'UCalliopeNode::bSupportsContextPins' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, Category) == 0x000040, "Member 'UCalliopeNode::Category' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, NodeStyle) == 0x000050, "Member 'UCalliopeNode::NodeStyle' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, InputPins) == 0x000058, "Member 'UCalliopeNode::InputPins' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, OutputPins) == 0x000068, "Member 'UCalliopeNode::OutputPins' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, Connections) == 0x000078, "Member 'UCalliopeNode::Connections' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, NodeGuid) == 0x0001B0, "Member 'UCalliopeNode::NodeGuid' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, bNodeHasError) == 0x0001C0, "Member 'UCalliopeNode::bNodeHasError' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, bBossPhaseRequireActive) == 0x0001C1, "Member 'UCalliopeNode::bBossPhaseRequireActive' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, NodeIndex) == 0x0001C4, "Member 'UCalliopeNode::NodeIndex' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, InputNames) == 0x0001C8, "Member 'UCalliopeNode::InputNames' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, OutputNames) == 0x0001D8, "Member 'UCalliopeNode::OutputNames' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, ParentNode) == 0x0001E8, "Member 'UCalliopeNode::ParentNode' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, SceneObjPoliceConfig) == 0x0001F8, "Member 'UCalliopeNode::SceneObjPoliceConfig' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeNode, ReferenceInitialNodes) == 0x000290, "Member 'UCalliopeNode::ReferenceInitialNodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeSettings \ +static_assert(alignof(UCalliopeSettings) == 0x000008, "Wrong alignment on UCalliopeSettings"); \ +static_assert(sizeof(UCalliopeSettings) == 0x000098, "Wrong size on UCalliopeSettings"); \ +static_assert(offsetof(UCalliopeSettings, bEnableDebugLogs) == 0x000038, "Member 'UCalliopeSettings::bEnableDebugLogs' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeSettings, bCreateCalliopeSubsystemOnClients) == 0x000039, "Member 'UCalliopeSettings::bCreateCalliopeSubsystemOnClients' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeSettings, DefaultPreloadDepth) == 0x000040, "Member 'UCalliopeSettings::DefaultPreloadDepth' has a wrong offset!"); \ +static_assert(offsetof(UCalliopeSettings, MaxTimeForAutoClearRecord) == 0x000090, "Member 'UCalliopeSettings::MaxTimeForAutoClearRecord' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IGsSmartParamObject \ +static_assert(alignof(IGsSmartParamObject) == 0x000001, "Wrong alignment on IGsSmartParamObject"); \ +static_assert(sizeof(IGsSmartParamObject) == 0x000001, "Wrong size on IGsSmartParamObject"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_GetCalliopePlayer \ +static_assert(alignof(MovieSceneCalliopeSectionData_GetCalliopePlayer) == 0x000008, "Wrong alignment on MovieSceneCalliopeSectionData_GetCalliopePlayer"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_GetCalliopePlayer) == 0x000008, "Wrong size on MovieSceneCalliopeSectionData_GetCalliopePlayer"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_GetCalliopePlayer, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_GetCalliopePlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_GetPlaybackContext \ +static_assert(alignof(MovieSceneCalliopeSectionData_GetPlaybackContext) == 0x000008, "Wrong alignment on MovieSceneCalliopeSectionData_GetPlaybackContext"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_GetPlaybackContext) == 0x000008, "Wrong size on MovieSceneCalliopeSectionData_GetPlaybackContext"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_GetPlaybackContext, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_GetPlaybackContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_GetObjectBindingID \ +static_assert(alignof(MovieSceneCalliopeSectionData_GetObjectBindingID) == 0x000004, "Wrong alignment on MovieSceneCalliopeSectionData_GetObjectBindingID"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_GetObjectBindingID) == 0x000010, "Wrong size on MovieSceneCalliopeSectionData_GetObjectBindingID"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_GetObjectBindingID, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_GetObjectBindingID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_GetSequenceID \ +static_assert(alignof(MovieSceneCalliopeSectionData_GetSequenceID) == 0x000004, "Wrong alignment on MovieSceneCalliopeSectionData_GetSequenceID"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_GetSequenceID) == 0x000004, "Wrong size on MovieSceneCalliopeSectionData_GetSequenceID"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_GetSequenceID, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_GetSequenceID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_GetStatus \ +static_assert(alignof(MovieSceneCalliopeSectionData_GetStatus) == 0x000001, "Wrong alignment on MovieSceneCalliopeSectionData_GetStatus"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_GetStatus) == 0x000001, "Wrong size on MovieSceneCalliopeSectionData_GetStatus"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_GetStatus, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_GetStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_GetTimeInSeconds \ +static_assert(alignof(MovieSceneCalliopeSectionData_GetTimeInSeconds) == 0x000004, "Wrong alignment on MovieSceneCalliopeSectionData_GetTimeInSeconds"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_GetTimeInSeconds) == 0x000004, "Wrong size on MovieSceneCalliopeSectionData_GetTimeInSeconds"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_GetTimeInSeconds, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_GetTimeInSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_HasJumped \ +static_assert(alignof(MovieSceneCalliopeSectionData_HasJumped) == 0x000001, "Wrong alignment on MovieSceneCalliopeSectionData_HasJumped"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_HasJumped) == 0x000001, "Wrong size on MovieSceneCalliopeSectionData_HasJumped"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_HasJumped, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_HasJumped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_IsForwardPlay \ +static_assert(alignof(MovieSceneCalliopeSectionData_IsForwardPlay) == 0x000001, "Wrong alignment on MovieSceneCalliopeSectionData_IsForwardPlay"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_IsForwardPlay) == 0x000001, "Wrong size on MovieSceneCalliopeSectionData_IsForwardPlay"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_IsForwardPlay, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_IsForwardPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_IsOperandValid \ +static_assert(alignof(MovieSceneCalliopeSectionData_IsOperandValid) == 0x000001, "Wrong alignment on MovieSceneCalliopeSectionData_IsOperandValid"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_IsOperandValid) == 0x000001, "Wrong size on MovieSceneCalliopeSectionData_IsOperandValid"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_IsOperandValid, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_IsOperandValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionData_IsSilent \ +static_assert(alignof(MovieSceneCalliopeSectionData_IsSilent) == 0x000001, "Wrong alignment on MovieSceneCalliopeSectionData_IsSilent"); \ +static_assert(sizeof(MovieSceneCalliopeSectionData_IsSilent) == 0x000001, "Wrong size on MovieSceneCalliopeSectionData_IsSilent"); \ +static_assert(offsetof(MovieSceneCalliopeSectionData_IsSilent, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionData_IsSilent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCalliopeSectionData \ +static_assert(alignof(UMovieSceneCalliopeSectionData) == 0x000008, "Wrong alignment on UMovieSceneCalliopeSectionData"); \ +static_assert(sizeof(UMovieSceneCalliopeSectionData) == 0x0000C0, "Wrong size on UMovieSceneCalliopeSectionData"); \ +static_assert(offsetof(UMovieSceneCalliopeSectionData, bValid) == 0x000028, "Member 'UMovieSceneCalliopeSectionData::bValid' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCalliopeSectionData, bIsPreview) == 0x000029, "Member 'UMovieSceneCalliopeSectionData::bIsPreview' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeSectionBase_GetDisplayName \ +static_assert(alignof(MovieSceneCalliopeSectionBase_GetDisplayName) == 0x000008, "Wrong alignment on MovieSceneCalliopeSectionBase_GetDisplayName"); \ +static_assert(sizeof(MovieSceneCalliopeSectionBase_GetDisplayName) == 0x000010, "Wrong size on MovieSceneCalliopeSectionBase_GetDisplayName"); \ +static_assert(offsetof(MovieSceneCalliopeSectionBase_GetDisplayName, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeSectionBase_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCalliopeSectionBase \ +static_assert(alignof(UMovieSceneCalliopeSectionBase) == 0x000008, "Wrong alignment on UMovieSceneCalliopeSectionBase"); \ +static_assert(sizeof(UMovieSceneCalliopeSectionBase) == 0x0000F8, "Wrong size on UMovieSceneCalliopeSectionBase"); \ +static_assert(offsetof(UMovieSceneCalliopeSectionBase, PlaybackRange) == 0x0000E8, "Member 'UMovieSceneCalliopeSectionBase::PlaybackRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNormalSection_Evaluate \ +static_assert(alignof(MovieSceneCalliopeNormalSection_Evaluate) == 0x000008, "Wrong alignment on MovieSceneCalliopeNormalSection_Evaluate"); \ +static_assert(sizeof(MovieSceneCalliopeNormalSection_Evaluate) == 0x000008, "Wrong size on MovieSceneCalliopeNormalSection_Evaluate"); \ +static_assert(offsetof(MovieSceneCalliopeNormalSection_Evaluate, InSectionData) == 0x000000, "Member 'MovieSceneCalliopeNormalSection_Evaluate::InSectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNormalSection_GetDurationTime \ +static_assert(alignof(MovieSceneCalliopeNormalSection_GetDurationTime) == 0x000004, "Wrong alignment on MovieSceneCalliopeNormalSection_GetDurationTime"); \ +static_assert(sizeof(MovieSceneCalliopeNormalSection_GetDurationTime) == 0x000004, "Wrong size on MovieSceneCalliopeNormalSection_GetDurationTime"); \ +static_assert(offsetof(MovieSceneCalliopeNormalSection_GetDurationTime, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeNormalSection_GetDurationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNormalSection_GetEndTime \ +static_assert(alignof(MovieSceneCalliopeNormalSection_GetEndTime) == 0x000004, "Wrong alignment on MovieSceneCalliopeNormalSection_GetEndTime"); \ +static_assert(sizeof(MovieSceneCalliopeNormalSection_GetEndTime) == 0x000004, "Wrong size on MovieSceneCalliopeNormalSection_GetEndTime"); \ +static_assert(offsetof(MovieSceneCalliopeNormalSection_GetEndTime, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeNormalSection_GetEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNormalSection_GetMovieMaxDuration \ +static_assert(alignof(MovieSceneCalliopeNormalSection_GetMovieMaxDuration) == 0x000004, "Wrong alignment on MovieSceneCalliopeNormalSection_GetMovieMaxDuration"); \ +static_assert(sizeof(MovieSceneCalliopeNormalSection_GetMovieMaxDuration) == 0x000004, "Wrong size on MovieSceneCalliopeNormalSection_GetMovieMaxDuration"); \ +static_assert(offsetof(MovieSceneCalliopeNormalSection_GetMovieMaxDuration, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeNormalSection_GetMovieMaxDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNormalSection_GetStartTime \ +static_assert(alignof(MovieSceneCalliopeNormalSection_GetStartTime) == 0x000004, "Wrong alignment on MovieSceneCalliopeNormalSection_GetStartTime"); \ +static_assert(sizeof(MovieSceneCalliopeNormalSection_GetStartTime) == 0x000004, "Wrong size on MovieSceneCalliopeNormalSection_GetStartTime"); \ +static_assert(offsetof(MovieSceneCalliopeNormalSection_GetStartTime, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeNormalSection_GetStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNormalSection_MakeSectionData \ +static_assert(alignof(MovieSceneCalliopeNormalSection_MakeSectionData) == 0x000008, "Wrong alignment on MovieSceneCalliopeNormalSection_MakeSectionData"); \ +static_assert(sizeof(MovieSceneCalliopeNormalSection_MakeSectionData) == 0x000008, "Wrong size on MovieSceneCalliopeNormalSection_MakeSectionData"); \ +static_assert(offsetof(MovieSceneCalliopeNormalSection_MakeSectionData, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeNormalSection_MakeSectionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNormalSection_SectionBeingDestroyed \ +static_assert(alignof(MovieSceneCalliopeNormalSection_SectionBeingDestroyed) == 0x000008, "Wrong alignment on MovieSceneCalliopeNormalSection_SectionBeingDestroyed"); \ +static_assert(sizeof(MovieSceneCalliopeNormalSection_SectionBeingDestroyed) == 0x000008, "Wrong size on MovieSceneCalliopeNormalSection_SectionBeingDestroyed"); \ +static_assert(offsetof(MovieSceneCalliopeNormalSection_SectionBeingDestroyed, InSectionData) == 0x000000, "Member 'MovieSceneCalliopeNormalSection_SectionBeingDestroyed::InSectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCalliopeNormalSection \ +static_assert(alignof(UMovieSceneCalliopeNormalSection) == 0x000008, "Wrong alignment on UMovieSceneCalliopeNormalSection"); \ +static_assert(sizeof(UMovieSceneCalliopeNormalSection) == 0x000100, "Wrong size on UMovieSceneCalliopeNormalSection"); \ +static_assert(offsetof(UMovieSceneCalliopeNormalSection, SectionNameForShow) == 0x0000F8, "Member 'UMovieSceneCalliopeNormalSection::SectionNameForShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifySection_GetDurationTime \ +static_assert(alignof(MovieSceneCalliopeNotifySection_GetDurationTime) == 0x000004, "Wrong alignment on MovieSceneCalliopeNotifySection_GetDurationTime"); \ +static_assert(sizeof(MovieSceneCalliopeNotifySection_GetDurationTime) == 0x000004, "Wrong size on MovieSceneCalliopeNotifySection_GetDurationTime"); \ +static_assert(offsetof(MovieSceneCalliopeNotifySection_GetDurationTime, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeNotifySection_GetDurationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifySection_OnNotify \ +static_assert(alignof(MovieSceneCalliopeNotifySection_OnNotify) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifySection_OnNotify"); \ +static_assert(sizeof(MovieSceneCalliopeNotifySection_OnNotify) == 0x000010, "Wrong size on MovieSceneCalliopeNotifySection_OnNotify"); \ +static_assert(offsetof(MovieSceneCalliopeNotifySection_OnNotify, Player) == 0x000000, "Member 'MovieSceneCalliopeNotifySection_OnNotify::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifySection_OnNotify, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifySection_OnNotify::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifySection_OnNotify, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifySection_OnNotify::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifySection_OnPreviewNotify \ +static_assert(alignof(MovieSceneCalliopeNotifySection_OnPreviewNotify) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifySection_OnPreviewNotify"); \ +static_assert(sizeof(MovieSceneCalliopeNotifySection_OnPreviewNotify) == 0x000010, "Wrong size on MovieSceneCalliopeNotifySection_OnPreviewNotify"); \ +static_assert(offsetof(MovieSceneCalliopeNotifySection_OnPreviewNotify, InPlaybackContext) == 0x000000, "Member 'MovieSceneCalliopeNotifySection_OnPreviewNotify::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifySection_OnPreviewNotify, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifySection_OnPreviewNotify::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifySection_OnPreviewNotify, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifySection_OnPreviewNotify::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCalliopeNotifySection \ +static_assert(alignof(UMovieSceneCalliopeNotifySection) == 0x000008, "Wrong alignment on UMovieSceneCalliopeNotifySection"); \ +static_assert(sizeof(UMovieSceneCalliopeNotifySection) == 0x000100, "Wrong size on UMovieSceneCalliopeNotifySection"); \ +static_assert(offsetof(UMovieSceneCalliopeNotifySection, NotifyNameForShow) == 0x0000F8, "Member 'UMovieSceneCalliopeNotifySection::NotifyNameForShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifyStateSection_GetDurationTime \ +static_assert(alignof(MovieSceneCalliopeNotifyStateSection_GetDurationTime) == 0x000004, "Wrong alignment on MovieSceneCalliopeNotifyStateSection_GetDurationTime"); \ +static_assert(sizeof(MovieSceneCalliopeNotifyStateSection_GetDurationTime) == 0x000004, "Wrong size on MovieSceneCalliopeNotifyStateSection_GetDurationTime"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_GetDurationTime, ReturnValue) == 0x000000, "Member 'MovieSceneCalliopeNotifyStateSection_GetDurationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifyStateSection_OnNotifyBegin \ +static_assert(alignof(MovieSceneCalliopeNotifyStateSection_OnNotifyBegin) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifyStateSection_OnNotifyBegin"); \ +static_assert(sizeof(MovieSceneCalliopeNotifyStateSection_OnNotifyBegin) == 0x000010, "Wrong size on MovieSceneCalliopeNotifyStateSection_OnNotifyBegin"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyBegin, Player) == 0x000000, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyBegin::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyBegin, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyBegin::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyBegin, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyBegin::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifyStateSection_OnNotifyEnd \ +static_assert(alignof(MovieSceneCalliopeNotifyStateSection_OnNotifyEnd) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifyStateSection_OnNotifyEnd"); \ +static_assert(sizeof(MovieSceneCalliopeNotifyStateSection_OnNotifyEnd) == 0x000010, "Wrong size on MovieSceneCalliopeNotifyStateSection_OnNotifyEnd"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyEnd, Player) == 0x000000, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyEnd::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyEnd, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyEnd::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyEnd, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyEnd::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifyStateSection_OnNotifyTick \ +static_assert(alignof(MovieSceneCalliopeNotifyStateSection_OnNotifyTick) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifyStateSection_OnNotifyTick"); \ +static_assert(sizeof(MovieSceneCalliopeNotifyStateSection_OnNotifyTick) == 0x000010, "Wrong size on MovieSceneCalliopeNotifyStateSection_OnNotifyTick"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyTick, Player) == 0x000000, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyTick::Player' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyTick, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyTick::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnNotifyTick, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifyStateSection_OnNotifyTick::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin \ +static_assert(alignof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin"); \ +static_assert(sizeof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin) == 0x000010, "Wrong size on MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin, InPlaybackContext) == 0x000000, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyBegin::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd \ +static_assert(alignof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd"); \ +static_assert(sizeof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd) == 0x000010, "Wrong size on MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd, InPlaybackContext) == 0x000000, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyEnd::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick \ +static_assert(alignof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick) == 0x000008, "Wrong alignment on MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick"); \ +static_assert(sizeof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick) == 0x000010, "Wrong size on MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick, InPlaybackContext) == 0x000000, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick, InStatus) == 0x000008, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick::InStatus' has a wrong offset!"); \ +static_assert(offsetof(MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick, bInBackwards) == 0x00000C, "Member 'MovieSceneCalliopeNotifyStateSection_OnPreviewNotifyTick::bInBackwards' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCalliopeNotifyStateSection \ +static_assert(alignof(UMovieSceneCalliopeNotifyStateSection) == 0x000008, "Wrong alignment on UMovieSceneCalliopeNotifyStateSection"); \ +static_assert(sizeof(UMovieSceneCalliopeNotifyStateSection) == 0x000100, "Wrong size on UMovieSceneCalliopeNotifyStateSection"); \ +static_assert(offsetof(UMovieSceneCalliopeNotifyStateSection, NotifyStateNameForShow) == 0x0000F8, "Member 'UMovieSceneCalliopeNotifyStateSection::NotifyStateNameForShow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCalliopeTrack \ +static_assert(alignof(UMovieSceneCalliopeTrack) == 0x000008, "Wrong alignment on UMovieSceneCalliopeTrack"); \ +static_assert(sizeof(UMovieSceneCalliopeTrack) == 0x0000B0, "Wrong size on UMovieSceneCalliopeTrack"); \ +static_assert(offsetof(UMovieSceneCalliopeTrack, EventPosition) == 0x00009C, "Member 'UMovieSceneCalliopeTrack::EventPosition' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCalliopeTrack, Sections) == 0x0000A0, "Member 'UMovieSceneCalliopeTrack::Sections' 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) == 0x000288, "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_GetAllTrackedEnvironmentCaptureProbes \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedEnvironmentCaptureProbes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedImages \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedImages) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedImages"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedImages) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedImages"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedImages, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedImages::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPlanes \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPlanes) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPlanes"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPlanes) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPlanes"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPlanes, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPlanes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPoints \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPoints) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPoints"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPoints) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPoints"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPoints, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetAllTrackedPoses \ +static_assert(alignof(ARBlueprintLibrary_GetAllTrackedPoses) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetAllTrackedPoses"); \ +static_assert(sizeof(ARBlueprintLibrary_GetAllTrackedPoses) == 0x000010, "Wrong size on ARBlueprintLibrary_GetAllTrackedPoses"); \ +static_assert(offsetof(ARBlueprintLibrary_GetAllTrackedPoses, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetAllTrackedPoses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARSessionStatus \ +static_assert(alignof(ARBlueprintLibrary_GetARSessionStatus) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetARSessionStatus"); \ +static_assert(sizeof(ARBlueprintLibrary_GetARSessionStatus) == 0x000018, "Wrong size on ARBlueprintLibrary_GetARSessionStatus"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARSessionStatus, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetARSessionStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARTexture \ +static_assert(alignof(ARBlueprintLibrary_GetARTexture) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetARTexture"); \ +static_assert(sizeof(ARBlueprintLibrary_GetARTexture) == 0x000010, "Wrong size on ARBlueprintLibrary_GetARTexture"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARTexture, TextureType) == 0x000000, "Member 'ARBlueprintLibrary_GetARTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARTexture, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetARTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetARWorldScale \ +static_assert(alignof(ARBlueprintLibrary_GetARWorldScale) == 0x000004, "Wrong alignment on ARBlueprintLibrary_GetARWorldScale"); \ +static_assert(sizeof(ARBlueprintLibrary_GetARWorldScale) == 0x000004, "Wrong size on ARBlueprintLibrary_GetARWorldScale"); \ +static_assert(offsetof(ARBlueprintLibrary_GetARWorldScale, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetARWorldScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraDepth \ +static_assert(alignof(ARBlueprintLibrary_GetCameraDepth) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCameraDepth"); \ +static_assert(sizeof(ARBlueprintLibrary_GetCameraDepth) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCameraDepth"); \ +static_assert(offsetof(ARBlueprintLibrary_GetCameraDepth, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraDepth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraImage \ +static_assert(alignof(ARBlueprintLibrary_GetCameraImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetCameraImage"); \ +static_assert(sizeof(ARBlueprintLibrary_GetCameraImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetCameraImage"); \ +static_assert(offsetof(ARBlueprintLibrary_GetCameraImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetCameraImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetCameraIntrinsics \ +static_assert(alignof(ARBlueprintLibrary_GetCameraIntrinsics) == 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_GetPersonSegmentationDepthImage \ +static_assert(alignof(ARBlueprintLibrary_GetPersonSegmentationDepthImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPersonSegmentationDepthImage"); \ +static_assert(sizeof(ARBlueprintLibrary_GetPersonSegmentationDepthImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetPersonSegmentationDepthImage"); \ +static_assert(offsetof(ARBlueprintLibrary_GetPersonSegmentationDepthImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPersonSegmentationDepthImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPersonSegmentationImage \ +static_assert(alignof(ARBlueprintLibrary_GetPersonSegmentationImage) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPersonSegmentationImage"); \ +static_assert(sizeof(ARBlueprintLibrary_GetPersonSegmentationImage) == 0x000008, "Wrong size on ARBlueprintLibrary_GetPersonSegmentationImage"); \ +static_assert(offsetof(ARBlueprintLibrary_GetPersonSegmentationImage, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPersonSegmentationImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetPointCloud \ +static_assert(alignof(ARBlueprintLibrary_GetPointCloud) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetPointCloud"); \ +static_assert(sizeof(ARBlueprintLibrary_GetPointCloud) == 0x000010, "Wrong size on ARBlueprintLibrary_GetPointCloud"); \ +static_assert(offsetof(ARBlueprintLibrary_GetPointCloud, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetPointCloud::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetSessionConfig \ +static_assert(alignof(ARBlueprintLibrary_GetSessionConfig) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetSessionConfig"); \ +static_assert(sizeof(ARBlueprintLibrary_GetSessionConfig) == 0x000008, "Wrong size on ARBlueprintLibrary_GetSessionConfig"); \ +static_assert(offsetof(ARBlueprintLibrary_GetSessionConfig, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetSessionConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetSupportedVideoFormats \ +static_assert(alignof(ARBlueprintLibrary_GetSupportedVideoFormats) == 0x000008, "Wrong alignment on ARBlueprintLibrary_GetSupportedVideoFormats"); \ +static_assert(sizeof(ARBlueprintLibrary_GetSupportedVideoFormats) == 0x000018, "Wrong size on ARBlueprintLibrary_GetSupportedVideoFormats"); \ +static_assert(offsetof(ARBlueprintLibrary_GetSupportedVideoFormats, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_GetSupportedVideoFormats::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_GetSupportedVideoFormats, ReturnValue) == 0x000008, "Member 'ARBlueprintLibrary_GetSupportedVideoFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetTrackingQuality \ +static_assert(alignof(ARBlueprintLibrary_GetTrackingQuality) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetTrackingQuality"); \ +static_assert(sizeof(ARBlueprintLibrary_GetTrackingQuality) == 0x000001, "Wrong size on ARBlueprintLibrary_GetTrackingQuality"); \ +static_assert(offsetof(ARBlueprintLibrary_GetTrackingQuality, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetTrackingQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetTrackingQualityReason \ +static_assert(alignof(ARBlueprintLibrary_GetTrackingQualityReason) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetTrackingQualityReason"); \ +static_assert(sizeof(ARBlueprintLibrary_GetTrackingQualityReason) == 0x000001, "Wrong size on ARBlueprintLibrary_GetTrackingQualityReason"); \ +static_assert(offsetof(ARBlueprintLibrary_GetTrackingQualityReason, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetTrackingQualityReason::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_GetWorldMappingStatus \ +static_assert(alignof(ARBlueprintLibrary_GetWorldMappingStatus) == 0x000001, "Wrong alignment on ARBlueprintLibrary_GetWorldMappingStatus"); \ +static_assert(sizeof(ARBlueprintLibrary_GetWorldMappingStatus) == 0x000001, "Wrong size on ARBlueprintLibrary_GetWorldMappingStatus"); \ +static_assert(offsetof(ARBlueprintLibrary_GetWorldMappingStatus, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_GetWorldMappingStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARPinLocalStoreReady \ +static_assert(alignof(ARBlueprintLibrary_IsARPinLocalStoreReady) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARPinLocalStoreReady"); \ +static_assert(sizeof(ARBlueprintLibrary_IsARPinLocalStoreReady) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARPinLocalStoreReady"); \ +static_assert(offsetof(ARBlueprintLibrary_IsARPinLocalStoreReady, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARPinLocalStoreReady::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARPinLocalStoreSupported \ +static_assert(alignof(ARBlueprintLibrary_IsARPinLocalStoreSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARPinLocalStoreSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsARPinLocalStoreSupported) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARPinLocalStoreSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsARPinLocalStoreSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARPinLocalStoreSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsARSupported \ +static_assert(alignof(ARBlueprintLibrary_IsARSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsARSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsARSupported) == 0x000001, "Wrong size on ARBlueprintLibrary_IsARSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsARSupported, ReturnValue) == 0x000000, "Member 'ARBlueprintLibrary_IsARSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSceneReconstructionSupported \ +static_assert(alignof(ARBlueprintLibrary_IsSceneReconstructionSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSceneReconstructionSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsSceneReconstructionSupported) == 0x000003, "Wrong size on ARBlueprintLibrary_IsSceneReconstructionSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, SceneReconstructionMethod) == 0x000001, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::SceneReconstructionMethod' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSceneReconstructionSupported, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_IsSceneReconstructionSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSessionTrackingFeatureSupported \ +static_assert(alignof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSessionTrackingFeatureSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported) == 0x000003, "Wrong size on ARBlueprintLibrary_IsSessionTrackingFeatureSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, SessionTrackingFeature) == 0x000001, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::SessionTrackingFeature' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTrackingFeatureSupported, ReturnValue) == 0x000002, "Member 'ARBlueprintLibrary_IsSessionTrackingFeatureSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_IsSessionTypeSupported \ +static_assert(alignof(ARBlueprintLibrary_IsSessionTypeSupported) == 0x000001, "Wrong alignment on ARBlueprintLibrary_IsSessionTypeSupported"); \ +static_assert(sizeof(ARBlueprintLibrary_IsSessionTypeSupported) == 0x000002, "Wrong size on ARBlueprintLibrary_IsSessionTypeSupported"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTypeSupported, SessionType) == 0x000000, "Member 'ARBlueprintLibrary_IsSessionTypeSupported::SessionType' has a wrong offset!"); \ +static_assert(offsetof(ARBlueprintLibrary_IsSessionTypeSupported, ReturnValue) == 0x000001, "Member 'ARBlueprintLibrary_IsSessionTypeSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARBlueprintLibrary_LineTraceTrackedObjects \ +static_assert(alignof(ARBlueprintLibrary_LineTraceTrackedObjects) == 0x000008, "Wrong alignment on ARBlueprintLibrary_LineTraceTrackedObjects"); \ +static_assert(sizeof(ARBlueprintLibrary_LineTraceTrackedObjects) == 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) == 0x000340, "Wrong size on UARComponent"); \ +static_assert(offsetof(UARComponent, NativeID) == 0x0002C0, "Member 'UARComponent::NativeID' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, bUseDefaultReplication) == 0x000300, "Member 'UARComponent::bUseDefaultReplication' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultMeshMaterial) == 0x000308, "Member 'UARComponent::DefaultMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, DefaultWireframeMeshMaterial) == 0x000310, "Member 'UARComponent::DefaultWireframeMeshMaterial' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MRMeshComponent) == 0x000318, "Member 'UARComponent::MRMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(UARComponent, MyTrackedGeometry) == 0x000320, "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) == 0x000410, "Wrong size on UARPlaneComponent"); \ +static_assert(offsetof(UARPlaneComponent, ReplicatedPayload) == 0x000340, "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) == 0x000350, "Wrong size on UARPointComponent"); \ +static_assert(offsetof(UARPointComponent, ReplicatedPayload) == 0x000340, "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) == 0x0003D0, "Wrong size on UARFaceComponent"); \ +static_assert(offsetof(UARFaceComponent, TransformSetting) == 0x000340, "Member 'UARFaceComponent::TransformSetting' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bUpdateVertexNormal) == 0x000341, "Member 'UARFaceComponent::bUpdateVertexNormal' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, bFaceOutOfScreen) == 0x000342, "Member 'UARFaceComponent::bFaceOutOfScreen' has a wrong offset!"); \ +static_assert(offsetof(UARFaceComponent, ReplicatedPayload) == 0x000348, "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) == 0x0003E0, "Wrong size on UARImageComponent"); \ +static_assert(offsetof(UARImageComponent, ReplicatedPayload) == 0x000340, "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) == 0x0003F0, "Wrong size on UARQRCodeComponent"); \ +static_assert(offsetof(UARQRCodeComponent, ReplicatedPayload) == 0x000340, "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) == 0x0003B0, "Wrong size on UARPoseComponent"); \ +static_assert(offsetof(UARPoseComponent, ReplicatedPayload) == 0x000340, "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) == 0x0003A0, "Wrong size on UAREnvironmentProbeComponent"); \ +static_assert(offsetof(UAREnvironmentProbeComponent, ReplicatedPayload) == 0x000340, "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) == 0x0003A0, "Wrong size on UARObjectComponent"); \ +static_assert(offsetof(UARObjectComponent, ReplicatedPayload) == 0x000340, "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) == 0x0003D0, "Wrong size on UARMeshComponent"); \ +static_assert(offsetof(UARMeshComponent, ReplicatedPayload) == 0x000340, "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) == 0x0003E0, "Wrong size on UARGeoAnchorComponent"); \ +static_assert(offsetof(UARGeoAnchorComponent, ReplicatedPayload) == 0x000340, "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) == 0x0002F0, "Wrong size on UARLifeCycleComponent"); \ +static_assert(offsetof(UARLifeCycleComponent, OnARActorSpawnedDelegate) == 0x0002C0, "Member 'UARLifeCycleComponent::OnARActorSpawnedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UARLifeCycleComponent, OnARActorToBeDestroyedDelegate) == 0x0002D0, "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) == 0x000288, "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_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) == 0x000330, "Wrong size on AARSharedWorldGameState"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageData) == 0x0002F8, "Member 'AARSharedWorldGameState::PreviewImageData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldData) == 0x000308, "Member 'AARSharedWorldGameState::ARWorldData' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesTotal) == 0x000318, "Member 'AARSharedWorldGameState::PreviewImageBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesTotal) == 0x00031C, "Member 'AARSharedWorldGameState::ARWorldBytesTotal' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, PreviewImageBytesDelivered) == 0x000320, "Member 'AARSharedWorldGameState::PreviewImageBytesDelivered' has a wrong offset!"); \ +static_assert(offsetof(AARSharedWorldGameState, ARWorldBytesDelivered) == 0x000324, "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) == 0x0007E0, "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) == 0x0002A8, "Wrong size on AARSkyLight"); \ +static_assert(offsetof(AARSkyLight, CaptureProbe) == 0x000298, "Member 'AARSkyLight::CaptureProbe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTexture \ +static_assert(alignof(UARTexture) == 0x000010, "Wrong alignment on UARTexture"); \ +static_assert(sizeof(UARTexture) == 0x000220, "Wrong size on UARTexture"); \ +static_assert(offsetof(UARTexture, TextureType) == 0x0001F0, "Member 'UARTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Timestamp) == 0x0001F4, "Member 'UARTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, ExternalTextureGuid) == 0x0001F8, "Member 'UARTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UARTexture, Size) == 0x000208, "Member 'UARTexture::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraImage \ +static_assert(alignof(UARTextureCameraImage) == 0x000010, "Wrong alignment on UARTextureCameraImage"); \ +static_assert(sizeof(UARTextureCameraImage) == 0x000220, "Wrong size on UARTextureCameraImage"); \ + +#define DUMPER7_ASSERTS_UARTextureCameraDepth \ +static_assert(alignof(UARTextureCameraDepth) == 0x000010, "Wrong alignment on UARTextureCameraDepth"); \ +static_assert(sizeof(UARTextureCameraDepth) == 0x000220, "Wrong size on UARTextureCameraDepth"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthQuality) == 0x000218, "Member 'UARTextureCameraDepth::DepthQuality' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, DepthAccuracy) == 0x000219, "Member 'UARTextureCameraDepth::DepthAccuracy' has a wrong offset!"); \ +static_assert(offsetof(UARTextureCameraDepth, bIsTemporallySmoothed) == 0x00021A, "Member 'UARTextureCameraDepth::bIsTemporallySmoothed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAREnvironmentCaptureProbeTexture \ +static_assert(alignof(UAREnvironmentCaptureProbeTexture) == 0x000010, "Wrong alignment on UAREnvironmentCaptureProbeTexture"); \ +static_assert(sizeof(UAREnvironmentCaptureProbeTexture) == 0x0002C0, "Wrong size on UAREnvironmentCaptureProbeTexture"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, TextureType) == 0x000290, "Member 'UAREnvironmentCaptureProbeTexture::TextureType' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Timestamp) == 0x000294, "Member 'UAREnvironmentCaptureProbeTexture::Timestamp' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, ExternalTextureGuid) == 0x000298, "Member 'UAREnvironmentCaptureProbeTexture::ExternalTextureGuid' has a wrong offset!"); \ +static_assert(offsetof(UAREnvironmentCaptureProbeTexture, Size) == 0x0002A8, "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) == 0x000210, "Wrong size on UARTrackableNotifyComponent"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedGeometry) == 0x0000C0, "Member 'UARTrackableNotifyComponent::OnAddTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedGeometry) == 0x0000D0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedGeometry) == 0x0000E0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedGeometry' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPlane) == 0x0000F0, "Member 'UARTrackableNotifyComponent::OnAddTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPlane) == 0x000100, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPlane) == 0x000110, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPlane' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedPoint) == 0x000120, "Member 'UARTrackableNotifyComponent::OnAddTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedPoint) == 0x000130, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedPoint) == 0x000140, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedPoint' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedImage) == 0x000150, "Member 'UARTrackableNotifyComponent::OnAddTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedImage) == 0x000160, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedImage) == 0x000170, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedImage' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedFace) == 0x000180, "Member 'UARTrackableNotifyComponent::OnAddTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedFace) == 0x000190, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedFace) == 0x0001A0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedFace' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedEnvProbe) == 0x0001B0, "Member 'UARTrackableNotifyComponent::OnAddTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedEnvProbe) == 0x0001C0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedEnvProbe) == 0x0001D0, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedEnvProbe' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnAddTrackedObject) == 0x0001E0, "Member 'UARTrackableNotifyComponent::OnAddTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnUpdateTrackedObject) == 0x0001F0, "Member 'UARTrackableNotifyComponent::OnUpdateTrackedObject' has a wrong offset!"); \ +static_assert(offsetof(UARTrackableNotifyComponent, OnRemoveTrackedObject) == 0x000200, "Member 'UARTrackableNotifyComponent::OnRemoveTrackedObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UARTypesDummyClass \ +static_assert(alignof(UARTypesDummyClass) == 0x000008, "Wrong alignment on UARTypesDummyClass"); \ +static_assert(sizeof(UARTypesDummyClass) == 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_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_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_FGameplayTagReferenceHelper \ +static_assert(alignof(FGameplayTagReferenceHelper) == 0x000008, "Wrong alignment on FGameplayTagReferenceHelper"); \ +static_assert(sizeof(FGameplayTagReferenceHelper) == 0x000010, "Wrong size on FGameplayTagReferenceHelper"); \ + +#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_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_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_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_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_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_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_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_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) == 0x000240, "Wrong size on UGameplayTagsManager"); \ +static_assert(offsetof(UGameplayTagsManager, TagSources) == 0x000160, "Member 'UGameplayTagsManager::TagSources' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTagsManager, GameplayTagTables) == 0x000230, "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, FastReplication) == 0x00004B, "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_CalliopeMoviePipelineSetting_AfterLevelSequenceActorInitializedCS \ +static_assert(alignof(CalliopeMoviePipelineSetting_AfterLevelSequenceActorInitializedCS) == 0x000008, "Wrong alignment on CalliopeMoviePipelineSetting_AfterLevelSequenceActorInitializedCS"); \ +static_assert(sizeof(CalliopeMoviePipelineSetting_AfterLevelSequenceActorInitializedCS) == 0x000008, "Wrong size on CalliopeMoviePipelineSetting_AfterLevelSequenceActorInitializedCS"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_AfterLevelSequenceActorInitializedCS, InPipeline) == 0x000000, "Member 'CalliopeMoviePipelineSetting_AfterLevelSequenceActorInitializedCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeMoviePipelineSetting_SequenceBindActorsByTag \ +static_assert(alignof(CalliopeMoviePipelineSetting_SequenceBindActorsByTag) == 0x000008, "Wrong alignment on CalliopeMoviePipelineSetting_SequenceBindActorsByTag"); \ +static_assert(sizeof(CalliopeMoviePipelineSetting_SequenceBindActorsByTag) == 0x000058, "Wrong size on CalliopeMoviePipelineSetting_SequenceBindActorsByTag"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_SequenceBindActorsByTag, InPipeline) == 0x000000, "Member 'CalliopeMoviePipelineSetting_SequenceBindActorsByTag::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_SequenceBindActorsByTag, TagActors) == 0x000008, "Member 'CalliopeMoviePipelineSetting_SequenceBindActorsByTag::TagActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeMoviePipelineSetting_SetupForPipelineCS \ +static_assert(alignof(CalliopeMoviePipelineSetting_SetupForPipelineCS) == 0x000008, "Wrong alignment on CalliopeMoviePipelineSetting_SetupForPipelineCS"); \ +static_assert(sizeof(CalliopeMoviePipelineSetting_SetupForPipelineCS) == 0x000008, "Wrong size on CalliopeMoviePipelineSetting_SetupForPipelineCS"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_SetupForPipelineCS, InPipeline) == 0x000000, "Member 'CalliopeMoviePipelineSetting_SetupForPipelineCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeMoviePipelineSetting_TeardownForPipelineCS \ +static_assert(alignof(CalliopeMoviePipelineSetting_TeardownForPipelineCS) == 0x000008, "Wrong alignment on CalliopeMoviePipelineSetting_TeardownForPipelineCS"); \ +static_assert(sizeof(CalliopeMoviePipelineSetting_TeardownForPipelineCS) == 0x000008, "Wrong size on CalliopeMoviePipelineSetting_TeardownForPipelineCS"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_TeardownForPipelineCS, InPipeline) == 0x000000, "Member 'CalliopeMoviePipelineSetting_TeardownForPipelineCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeMoviePipelineSetting_GetSequenceBindingTags \ +static_assert(alignof(CalliopeMoviePipelineSetting_GetSequenceBindingTags) == 0x000008, "Wrong alignment on CalliopeMoviePipelineSetting_GetSequenceBindingTags"); \ +static_assert(sizeof(CalliopeMoviePipelineSetting_GetSequenceBindingTags) == 0x000060, "Wrong size on CalliopeMoviePipelineSetting_GetSequenceBindingTags"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_GetSequenceBindingTags, InPipeline) == 0x000000, "Member 'CalliopeMoviePipelineSetting_GetSequenceBindingTags::InPipeline' has a wrong offset!"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_GetSequenceBindingTags, OutBindingTags) == 0x000008, "Member 'CalliopeMoviePipelineSetting_GetSequenceBindingTags::OutBindingTags' has a wrong offset!"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_GetSequenceBindingTags, ReturnValue) == 0x000058, "Member 'CalliopeMoviePipelineSetting_GetSequenceBindingTags::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CalliopeMoviePipelineSetting_IgnoreTransientFiltersCS \ +static_assert(alignof(CalliopeMoviePipelineSetting_IgnoreTransientFiltersCS) == 0x000001, "Wrong alignment on CalliopeMoviePipelineSetting_IgnoreTransientFiltersCS"); \ +static_assert(sizeof(CalliopeMoviePipelineSetting_IgnoreTransientFiltersCS) == 0x000001, "Wrong size on CalliopeMoviePipelineSetting_IgnoreTransientFiltersCS"); \ +static_assert(offsetof(CalliopeMoviePipelineSetting_IgnoreTransientFiltersCS, ReturnValue) == 0x000000, "Member 'CalliopeMoviePipelineSetting_IgnoreTransientFiltersCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCalliopeMoviePipelineSetting \ +static_assert(alignof(UCalliopeMoviePipelineSetting) == 0x000008, "Wrong alignment on UCalliopeMoviePipelineSetting"); \ +static_assert(sizeof(UCalliopeMoviePipelineSetting) == 0x000048, "Wrong size on UCalliopeMoviePipelineSetting"); \ + +#define DUMPER7_ASSERTS_GSSlateUtilsBPLibrary_ClearCacheSlateBrush \ +static_assert(alignof(GSSlateUtilsBPLibrary_ClearCacheSlateBrush) == 0x000008, "Wrong alignment on GSSlateUtilsBPLibrary_ClearCacheSlateBrush"); \ +static_assert(sizeof(GSSlateUtilsBPLibrary_ClearCacheSlateBrush) == 0x000008, "Wrong size on GSSlateUtilsBPLibrary_ClearCacheSlateBrush"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_ClearCacheSlateBrush, TargetUserWidget) == 0x000000, "Member 'GSSlateUtilsBPLibrary_ClearCacheSlateBrush::TargetUserWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage \ +static_assert(alignof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage) == 0x000008, "Wrong alignment on GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage"); \ +static_assert(sizeof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage) == 0x000020, "Wrong size on GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage, TargetUserWidget) == 0x000000, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage::TargetUserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage, TargetName) == 0x000008, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage, Texture) == 0x000010, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage::Texture' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage, ReturnValue) == 0x000018, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_SImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock \ +static_assert(alignof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock) == 0x000008, "Wrong alignment on GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock"); \ +static_assert(sizeof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock) == 0x000030, "Wrong size on GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock, TargetUserWidget) == 0x000000, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock::TargetUserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock, TargetName) == 0x000008, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock, TextContent) == 0x000010, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock::TextContent' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock, ReturnValue) == 0x000028, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByName_STextBlock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage \ +static_assert(alignof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage) == 0x000008, "Wrong alignment on GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage"); \ +static_assert(sizeof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage) == 0x000020, "Wrong size on GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage, TargetUserWidget) == 0x000000, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage::TargetUserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage, TargetUImage) == 0x000008, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage::TargetUImage' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage, Texture) == 0x000010, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage::Texture' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage, ReturnValue) == 0x000018, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUImage_SImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock \ +static_assert(alignof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock) == 0x000008, "Wrong alignment on GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock"); \ +static_assert(sizeof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock) == 0x000030, "Wrong size on GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock, TargetUserWidget) == 0x000000, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock::TargetUserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock, TargetUTextBlock) == 0x000008, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock::TargetUTextBlock' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock, TextContent) == 0x000010, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock::TextContent' has a wrong offset!"); \ +static_assert(offsetof(GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock, ReturnValue) == 0x000028, "Member 'GSSlateUtilsBPLibrary_SetChildrenWidgetByUTextBlock_STextBlock::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSlateUtilsBPLibrary \ +static_assert(alignof(UGSSlateUtilsBPLibrary) == 0x000008, "Wrong alignment on UGSSlateUtilsBPLibrary"); \ +static_assert(sizeof(UGSSlateUtilsBPLibrary) == 0x000028, "Wrong size on UGSSlateUtilsBPLibrary"); \ + +#define DUMPER7_ASSERTS_UHephaestusBPLibrary \ +static_assert(alignof(UHephaestusBPLibrary) == 0x000008, "Wrong alignment on UHephaestusBPLibrary"); \ +static_assert(sizeof(UHephaestusBPLibrary) == 0x000028, "Wrong size on UHephaestusBPLibrary"); \ + +#define DUMPER7_ASSERTS_UNiagaraTickInvoker \ +static_assert(alignof(UNiagaraTickInvoker) == 0x000008, "Wrong alignment on UNiagaraTickInvoker"); \ +static_assert(sizeof(UNiagaraTickInvoker) == 0x0000C8, "Wrong size on UNiagaraTickInvoker"); \ +static_assert(offsetof(UNiagaraTickInvoker, PauseDistance) == 0x0000C0, "Member 'UNiagaraTickInvoker::PauseDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NiagaraTickWorldSubsystem_OnComponentActivated \ +static_assert(alignof(NiagaraTickWorldSubsystem_OnComponentActivated) == 0x000008, "Wrong alignment on NiagaraTickWorldSubsystem_OnComponentActivated"); \ +static_assert(sizeof(NiagaraTickWorldSubsystem_OnComponentActivated) == 0x000010, "Wrong size on NiagaraTickWorldSubsystem_OnComponentActivated"); \ +static_assert(offsetof(NiagaraTickWorldSubsystem_OnComponentActivated, Component) == 0x000000, "Member 'NiagaraTickWorldSubsystem_OnComponentActivated::Component' has a wrong offset!"); \ +static_assert(offsetof(NiagaraTickWorldSubsystem_OnComponentActivated, bReset) == 0x000008, "Member 'NiagaraTickWorldSubsystem_OnComponentActivated::bReset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraTickWorldSubsystem \ +static_assert(alignof(UNiagaraTickWorldSubsystem) == 0x000008, "Wrong alignment on UNiagaraTickWorldSubsystem"); \ +static_assert(sizeof(UNiagaraTickWorldSubsystem) == 0x0000A8, "Wrong size on UNiagaraTickWorldSubsystem"); \ + +#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) == 0x000060, "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, Processor) == 0x000038, "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) == 0x000068, "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_FIKRigSkeletonChain \ +static_assert(alignof(FIKRigSkeletonChain) == 0x000004, "Wrong alignment on FIKRigSkeletonChain"); \ +static_assert(sizeof(FIKRigSkeletonChain) == 0x000010, "Wrong size on FIKRigSkeletonChain"); \ + +#define DUMPER7_ASSERTS_FIKRigInputSkeleton \ +static_assert(alignof(FIKRigInputSkeleton) == 0x000008, "Wrong alignment on FIKRigInputSkeleton"); \ +static_assert(sizeof(FIKRigInputSkeleton) == 0x000030, "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_URetargetChainSettings \ +static_assert(alignof(URetargetChainSettings) == 0x000008, "Wrong alignment on URetargetChainSettings"); \ +static_assert(sizeof(URetargetChainSettings) == 0x000090, "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, CopyPoseUsingFK) == 0x000038, "Member 'URetargetChainSettings::CopyPoseUsingFK' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, RotationMode) == 0x000039, "Member 'URetargetChainSettings::RotationMode' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, RotationAlpha) == 0x00003C, "Member 'URetargetChainSettings::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, TranslationMode) == 0x000040, "Member 'URetargetChainSettings::TranslationMode' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, TranslationAlpha) == 0x000044, "Member 'URetargetChainSettings::TranslationAlpha' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, DriveIKGoal) == 0x000048, "Member 'URetargetChainSettings::DriveIKGoal' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, BlendToSource) == 0x00004C, "Member 'URetargetChainSettings::BlendToSource' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, BlendToSourceWeights) == 0x000050, "Member 'URetargetChainSettings::BlendToSourceWeights' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, StaticOffset) == 0x000068, "Member 'URetargetChainSettings::StaticOffset' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, Extension) == 0x000080, "Member 'URetargetChainSettings::Extension' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, MatchSourceVelocity) == 0x000084, "Member 'URetargetChainSettings::MatchSourceVelocity' has a wrong offset!"); \ +static_assert(offsetof(URetargetChainSettings, VelocityThreshold) == 0x000088, "Member 'URetargetChainSettings::VelocityThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargeter \ +static_assert(alignof(UIKRetargeter) == 0x000008, "Wrong alignment on UIKRetargeter"); \ +static_assert(sizeof(UIKRetargeter) == 0x0000B8, "Wrong size on UIKRetargeter"); \ +static_assert(offsetof(UIKRetargeter, SourceIKRigAsset) == 0x000028, "Member 'UIKRetargeter::SourceIKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, TargetIKRigAsset) == 0x000030, "Member 'UIKRetargeter::TargetIKRigAsset' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, bRetargetRoot) == 0x000038, "Member 'UIKRetargeter::bRetargetRoot' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, bRetargetFK) == 0x000039, "Member 'UIKRetargeter::bRetargetFK' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, bRetargetIK) == 0x00003A, "Member 'UIKRetargeter::bRetargetIK' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, RetargetPoses) == 0x000040, "Member 'UIKRetargeter::RetargetPoses' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, ChainMapping) == 0x000090, "Member 'UIKRetargeter::ChainMapping' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, ChainSettings) == 0x0000A0, "Member 'UIKRetargeter::ChainSettings' has a wrong offset!"); \ +static_assert(offsetof(UIKRetargeter, CurrentRetargetPose) == 0x0000B0, "Member 'UIKRetargeter::CurrentRetargetPose' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRetargetProcessor \ +static_assert(alignof(UIKRetargetProcessor) == 0x000010, "Wrong alignment on UIKRetargetProcessor"); \ +static_assert(sizeof(UIKRetargetProcessor) == 0x000200, "Wrong size on UIKRetargetProcessor"); \ +static_assert(offsetof(UIKRetargetProcessor, IKRigProcessor) == 0x000118, "Member 'UIKRetargetProcessor::IKRigProcessor' 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) == 0x0000D8, "Wrong size on UIKRigComponent"); \ + +#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) == 0x0000E0, "Wrong size on UIKRigDefinition"); \ +static_assert(offsetof(UIKRigDefinition, PreviewSkeletalMesh) == 0x000030, "Member 'UIKRigDefinition::PreviewSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Skeleton) == 0x000038, "Member 'UIKRigDefinition::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Goals) == 0x0000A8, "Member 'UIKRigDefinition::Goals' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, Solvers) == 0x0000B8, "Member 'UIKRigDefinition::Solvers' has a wrong offset!"); \ +static_assert(offsetof(UIKRigDefinition, RetargetDefinition) == 0x0000C8, "Member 'UIKRigDefinition::RetargetDefinition' 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_UIKRigProcessor \ +static_assert(alignof(UIKRigProcessor) == 0x000008, "Wrong alignment on UIKRigProcessor"); \ +static_assert(sizeof(UIKRigProcessor) == 0x000110, "Wrong size on UIKRigProcessor"); \ +static_assert(offsetof(UIKRigProcessor, Solvers) == 0x000028, "Member 'UIKRigProcessor::Solvers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigSolver \ +static_assert(alignof(UIKRigSolver) == 0x000008, "Wrong alignment on UIKRigSolver"); \ +static_assert(sizeof(UIKRigSolver) == 0x000028, "Wrong size on UIKRigSolver"); \ + +#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) == 0x000078, "Wrong size on UIKRig_BodyMover"); \ +static_assert(offsetof(UIKRig_BodyMover, RootBone) == 0x000028, "Member 'UIKRig_BodyMover::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionAlpha) == 0x000030, "Member 'UIKRig_BodyMover::PositionAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveX) == 0x000034, "Member 'UIKRig_BodyMover::PositionPositiveX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeX) == 0x000038, "Member 'UIKRig_BodyMover::PositionNegativeX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveY) == 0x00003C, "Member 'UIKRig_BodyMover::PositionPositiveY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeY) == 0x000040, "Member 'UIKRig_BodyMover::PositionNegativeY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionPositiveZ) == 0x000044, "Member 'UIKRig_BodyMover::PositionPositiveZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, PositionNegativeZ) == 0x000048, "Member 'UIKRig_BodyMover::PositionNegativeZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotationAlpha) == 0x00004C, "Member 'UIKRig_BodyMover::RotationAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateXAlpha) == 0x000050, "Member 'UIKRig_BodyMover::RotateXAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateYAlpha) == 0x000054, "Member 'UIKRig_BodyMover::RotateYAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, RotateZAlpha) == 0x000058, "Member 'UIKRig_BodyMover::RotateZAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_BodyMover, Effectors) == 0x000060, "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) == 0x000088, "Wrong size on UIKRig_LimbSolver"); \ +static_assert(offsetof(UIKRig_LimbSolver, RootName) == 0x000028, "Member 'UIKRig_LimbSolver::RootName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, ReachPrecision) == 0x000030, "Member 'UIKRig_LimbSolver::ReachPrecision' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, HingeRotationAxis) == 0x000034, "Member 'UIKRig_LimbSolver::HingeRotationAxis' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, MaxIterations) == 0x000038, "Member 'UIKRig_LimbSolver::MaxIterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bEnableLimit) == 0x00003C, "Member 'UIKRig_LimbSolver::bEnableLimit' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, MinRotationAngle) == 0x000040, "Member 'UIKRig_LimbSolver::MinRotationAngle' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bAveragePull) == 0x000044, "Member 'UIKRig_LimbSolver::bAveragePull' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, PullDistribution) == 0x000048, "Member 'UIKRig_LimbSolver::PullDistribution' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, ReachStepAlpha) == 0x00004C, "Member 'UIKRig_LimbSolver::ReachStepAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, bEnableTwistCorrection) == 0x000050, "Member 'UIKRig_LimbSolver::bEnableTwistCorrection' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, EndBoneForwardAxis) == 0x000051, "Member 'UIKRig_LimbSolver::EndBoneForwardAxis' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_LimbSolver, Effector) == 0x000058, "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) == 0x000048, "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, StrengthAlpha) == 0x000038, "Member 'UIKRig_FBIKEffector::StrengthAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, PullChainAlpha) == 0x00003C, "Member 'UIKRig_FBIKEffector::PullChainAlpha' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, PinRotation) == 0x000040, "Member 'UIKRig_FBIKEffector::PinRotation' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_FBIKEffector, IndexInSolver) == 0x000044, "Member 'UIKRig_FBIKEffector::IndexInSolver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRig_PBIKBoneSettings \ +static_assert(alignof(UIKRig_PBIKBoneSettings) == 0x000008, "Wrong alignment on UIKRig_PBIKBoneSettings"); \ +static_assert(sizeof(UIKRig_PBIKBoneSettings) == 0x000078, "Wrong size on UIKRig_PBIKBoneSettings"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, bone) == 0x000028, "Member 'UIKRig_PBIKBoneSettings::bone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, RotationStiffness) == 0x000030, "Member 'UIKRig_PBIKBoneSettings::RotationStiffness' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, PositionStiffness) == 0x000034, "Member 'UIKRig_PBIKBoneSettings::PositionStiffness' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, X) == 0x000038, "Member 'UIKRig_PBIKBoneSettings::X' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, MinX) == 0x00003C, "Member 'UIKRig_PBIKBoneSettings::MinX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, MaxX) == 0x000040, "Member 'UIKRig_PBIKBoneSettings::MaxX' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, Y) == 0x000044, "Member 'UIKRig_PBIKBoneSettings::Y' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, MinY) == 0x000048, "Member 'UIKRig_PBIKBoneSettings::MinY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, MaxY) == 0x00004C, "Member 'UIKRig_PBIKBoneSettings::MaxY' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, Z) == 0x000050, "Member 'UIKRig_PBIKBoneSettings::Z' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, MinZ) == 0x000054, "Member 'UIKRig_PBIKBoneSettings::MinZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, MaxZ) == 0x000058, "Member 'UIKRig_PBIKBoneSettings::MaxZ' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, bUsePreferredAngles) == 0x00005C, "Member 'UIKRig_PBIKBoneSettings::bUsePreferredAngles' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PBIKBoneSettings, PreferredAngles) == 0x000060, "Member 'UIKRig_PBIKBoneSettings::PreferredAngles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKRigPBIKSolver \ +static_assert(alignof(UIKRigPBIKSolver) == 0x000008, "Wrong alignment on UIKRigPBIKSolver"); \ +static_assert(sizeof(UIKRigPBIKSolver) == 0x0000C8, "Wrong size on UIKRigPBIKSolver"); \ +static_assert(offsetof(UIKRigPBIKSolver, RootBone) == 0x000028, "Member 'UIKRigPBIKSolver::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, Iterations) == 0x000030, "Member 'UIKRigPBIKSolver::Iterations' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, MassMultiplier) == 0x000034, "Member 'UIKRigPBIKSolver::MassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, MinMassMultiplier) == 0x000038, "Member 'UIKRigPBIKSolver::MinMassMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, bAllowStretch) == 0x00003C, "Member 'UIKRigPBIKSolver::bAllowStretch' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, RootBehavior) == 0x00003D, "Member 'UIKRigPBIKSolver::RootBehavior' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, bStartSolveFromInputPose) == 0x00003E, "Member 'UIKRigPBIKSolver::bStartSolveFromInputPose' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, Effectors) == 0x000040, "Member 'UIKRigPBIKSolver::Effectors' has a wrong offset!"); \ +static_assert(offsetof(UIKRigPBIKSolver, BoneSettings) == 0x000050, "Member 'UIKRigPBIKSolver::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) == 0x000060, "Wrong size on UIKRig_PoleSolver"); \ +static_assert(offsetof(UIKRig_PoleSolver, RootName) == 0x000028, "Member 'UIKRig_PoleSolver::RootName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolver, EndName) == 0x000030, "Member 'UIKRig_PoleSolver::EndName' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_PoleSolver, Effector) == 0x000038, "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) == 0x000048, "Wrong size on UIKRig_SetTransform"); \ +static_assert(offsetof(UIKRig_SetTransform, Goal) == 0x000028, "Member 'UIKRig_SetTransform::Goal' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransform, RootBone) == 0x000030, "Member 'UIKRig_SetTransform::RootBone' has a wrong offset!"); \ +static_assert(offsetof(UIKRig_SetTransform, Effector) == 0x000038, "Member 'UIKRig_SetTransform::Effector' has a wrong offset!"); \ + +#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_FTickAnimationSharingFunction \ +static_assert(alignof(FTickAnimationSharingFunction) == 0x000008, "Wrong alignment on FTickAnimationSharingFunction"); \ +static_assert(sizeof(FTickAnimationSharingFunction) == 0x000040, "Wrong size on FTickAnimationSharingFunction"); \ + +#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_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) == 0x000370, "Wrong size on UAnimSharingStateInstance"); \ +static_assert(offsetof(UAnimSharingStateInstance, AnimationToPlay) == 0x000348, "Member 'UAnimSharingStateInstance::AnimationToPlay' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PermutationTimeOffset) == 0x000350, "Member 'UAnimSharingStateInstance::PermutationTimeOffset' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, PlayRate) == 0x000354, "Member 'UAnimSharingStateInstance::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, bStateBool) == 0x000358, "Member 'UAnimSharingStateInstance::bStateBool' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingStateInstance, Instance) == 0x000360, "Member 'UAnimSharingStateInstance::Instance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingTransitionInstance \ +static_assert(alignof(UAnimSharingTransitionInstance) == 0x000010, "Wrong alignment on UAnimSharingTransitionInstance"); \ +static_assert(sizeof(UAnimSharingTransitionInstance) == 0x000360, "Wrong size on UAnimSharingTransitionInstance"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, FromComponent) == 0x000348, "Member 'UAnimSharingTransitionInstance::FromComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, ToComponent) == 0x000350, "Member 'UAnimSharingTransitionInstance::ToComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, BlendTime) == 0x000358, "Member 'UAnimSharingTransitionInstance::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingTransitionInstance, bBlendBool) == 0x00035C, "Member 'UAnimSharingTransitionInstance::bBlendBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSharingAdditiveInstance \ +static_assert(alignof(UAnimSharingAdditiveInstance) == 0x000010, "Wrong alignment on UAnimSharingAdditiveInstance"); \ +static_assert(sizeof(UAnimSharingAdditiveInstance) == 0x000360, "Wrong size on UAnimSharingAdditiveInstance"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, BaseComponent) == 0x000348, "Member 'UAnimSharingAdditiveInstance::BaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, AdditiveAnimation) == 0x000350, "Member 'UAnimSharingAdditiveInstance::AdditiveAnimation' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, alpha) == 0x000358, "Member 'UAnimSharingAdditiveInstance::alpha' has a wrong offset!"); \ +static_assert(offsetof(UAnimSharingAdditiveInstance, bStateBool) == 0x00035C, "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) == 0x000098, "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_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_USignificanceManager \ +static_assert(alignof(USignificanceManager) == 0x000008, "Wrong alignment on USignificanceManager"); \ +static_assert(sizeof(USignificanceManager) == 0x000120, "Wrong size on USignificanceManager"); \ +static_assert(offsetof(USignificanceManager, SignificanceManagerClassName) == 0x000108, "Member 'USignificanceManager::SignificanceManagerClassName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMyPluginStruct \ +static_assert(alignof(FMyPluginStruct) == 0x000008, "Wrong alignment on FMyPluginStruct"); \ +static_assert(sizeof(FMyPluginStruct) == 0x000010, "Wrong size on FMyPluginStruct"); \ +static_assert(offsetof(FMyPluginStruct, TestString) == 0x000000, "Member 'FMyPluginStruct::TestString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMyPluginObject \ +static_assert(alignof(UMyPluginObject) == 0x000008, "Wrong alignment on UMyPluginObject"); \ +static_assert(sizeof(UMyPluginObject) == 0x000038, "Wrong size on UMyPluginObject"); \ +static_assert(offsetof(UMyPluginObject, MyStruct) == 0x000028, "Member 'UMyPluginObject::MyStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioCurveSourceComponent \ +static_assert(alignof(UAudioCurveSourceComponent) == 0x000010, "Wrong alignment on UAudioCurveSourceComponent"); \ +static_assert(sizeof(UAudioCurveSourceComponent) == 0x000B70, "Wrong size on UAudioCurveSourceComponent"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSourceBindingName) == 0x000B38, "Member 'UAudioCurveSourceComponent::CurveSourceBindingName' has a wrong offset!"); \ +static_assert(offsetof(UAudioCurveSourceComponent, CurveSyncOffset) == 0x000B40, "Member 'UAudioCurveSourceComponent::CurveSyncOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot \ +static_assert(alignof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000008, "Wrong alignment on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ +static_assert(sizeof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot) == 0x000028, "Wrong size on AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, ScreenshotName) == 0x000000, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::ScreenshotName' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxGlobalError) == 0x000010, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxGlobalError' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MaxLocalError) == 0x000014, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MaxLocalError' has a wrong offset!"); \ +static_assert(offsetof(AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot, MapNameOverride) == 0x000018, "Member 'AutomationUtilsBlueprintLibrary_TakeGameplayAutomationScreenshot::MapNameOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutomationUtilsBlueprintLibrary \ +static_assert(alignof(UAutomationUtilsBlueprintLibrary) == 0x000008, "Wrong alignment on UAutomationUtilsBlueprintLibrary"); \ +static_assert(sizeof(UAutomationUtilsBlueprintLibrary) == 0x000028, "Wrong size on UAutomationUtilsBlueprintLibrary"); \ + +#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_FClothCollisionData \ +static_assert(alignof(FClothCollisionData) == 0x000008, "Wrong alignment on FClothCollisionData"); \ +static_assert(sizeof(FClothCollisionData) == 0x000040, "Wrong size on FClothCollisionData"); \ +static_assert(offsetof(FClothCollisionData, Spheres) == 0x000000, "Member 'FClothCollisionData::Spheres' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, SphereConnections) == 0x000010, "Member 'FClothCollisionData::SphereConnections' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Convexes) == 0x000020, "Member 'FClothCollisionData::Convexes' has a wrong offset!"); \ +static_assert(offsetof(FClothCollisionData, Boxes) == 0x000030, "Member 'FClothCollisionData::Boxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothVertBoneData \ +static_assert(alignof(FClothVertBoneData) == 0x000004, "Wrong alignment on FClothVertBoneData"); \ +static_assert(sizeof(FClothVertBoneData) == 0x00004C, "Wrong size on FClothVertBoneData"); \ +static_assert(offsetof(FClothVertBoneData, NumInfluences) == 0x000000, "Member 'FClothVertBoneData::NumInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneIndices) == 0x000004, "Member 'FClothVertBoneData::BoneIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothVertBoneData, BoneWeights) == 0x00001C, "Member 'FClothVertBoneData::BoneWeights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UClothConfigBase \ +static_assert(alignof(UClothConfigBase) == 0x000008, "Wrong alignment on UClothConfigBase"); \ +static_assert(sizeof(UClothConfigBase) == 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_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_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_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_FClothTetherData \ +static_assert(alignof(FClothTetherData) == 0x000008, "Wrong alignment on FClothTetherData"); \ +static_assert(sizeof(FClothTetherData) == 0x000010, "Wrong size on FClothTetherData"); \ + +#define DUMPER7_ASSERTS_FPointWeightMap \ +static_assert(alignof(FPointWeightMap) == 0x000008, "Wrong alignment on FPointWeightMap"); \ +static_assert(sizeof(FPointWeightMap) == 0x000010, "Wrong size on FPointWeightMap"); \ +static_assert(offsetof(FPointWeightMap, Values) == 0x000000, "Member 'FPointWeightMap::Values' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothPhysicalMeshData \ +static_assert(alignof(FClothPhysicalMeshData) == 0x000008, "Wrong alignment on FClothPhysicalMeshData"); \ +static_assert(sizeof(FClothPhysicalMeshData) == 0x0000D8, "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, SelfCollisionIndices) == 0x0000A0, "Member 'FClothPhysicalMeshData::SelfCollisionIndices' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, EuclideanTethers) == 0x0000B0, "Member 'FClothPhysicalMeshData::EuclideanTethers' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, GeodesicTethers) == 0x0000C0, "Member 'FClothPhysicalMeshData::GeodesicTethers' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, MaxBoneWeights) == 0x0000D0, "Member 'FClothPhysicalMeshData::MaxBoneWeights' has a wrong offset!"); \ +static_assert(offsetof(FClothPhysicalMeshData, NumFixedVerts) == 0x0000D4, "Member 'FClothPhysicalMeshData::NumFixedVerts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FClothLODDataCommon \ +static_assert(alignof(FClothLODDataCommon) == 0x000008, "Wrong alignment on FClothLODDataCommon"); \ +static_assert(sizeof(FClothLODDataCommon) == 0x000148, "Wrong size on FClothLODDataCommon"); \ +static_assert(offsetof(FClothLODDataCommon, PhysicalMeshData) == 0x000000, "Member 'FClothLODDataCommon::PhysicalMeshData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, CollisionData) == 0x0000D8, "Member 'FClothLODDataCommon::CollisionData' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bUseMultipleInfluences) == 0x000118, "Member 'FClothLODDataCommon::bUseMultipleInfluences' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, SkinningKernelRadius) == 0x00011C, "Member 'FClothLODDataCommon::SkinningKernelRadius' has a wrong offset!"); \ +static_assert(offsetof(FClothLODDataCommon, bSmoothTransition) == 0x000120, "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_UClothLODDataCommon_Legacy \ +static_assert(alignof(UClothLODDataCommon_Legacy) == 0x000008, "Wrong alignment on UClothLODDataCommon_Legacy"); \ +static_assert(sizeof(UClothLODDataCommon_Legacy) == 0x000168, "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) == 0x000108, "Member 'UClothLODDataCommon_Legacy::CollisionData' has a wrong offset!"); \ + +#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_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_UChaosClothingSimulationInteractor \ +static_assert(alignof(UChaosClothingSimulationInteractor) == 0x000008, "Wrong alignment on UChaosClothingSimulationInteractor"); \ +static_assert(sizeof(UChaosClothingSimulationInteractor) == 0x0000A0, "Wrong size on UChaosClothingSimulationInteractor"); \ + +#define DUMPER7_ASSERTS_UChaosClothConfig \ +static_assert(alignof(UChaosClothConfig) == 0x000008, "Wrong alignment on UChaosClothConfig"); \ +static_assert(sizeof(UChaosClothConfig) == 0x000100, "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, AreaStiffnessWeighted) == 0x000050, "Member 'UChaosClothConfig::AreaStiffnessWeighted' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, VolumeStiffness) == 0x000058, "Member 'UChaosClothConfig::VolumeStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TetherStiffness) == 0x00005C, "Member 'UChaosClothConfig::TetherStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, TetherScale) == 0x000064, "Member 'UChaosClothConfig::TetherScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGeodesicDistance) == 0x00006C, "Member 'UChaosClothConfig::bUseGeodesicDistance' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, ShapeTargetStiffness) == 0x000070, "Member 'UChaosClothConfig::ShapeTargetStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, CollisionThickness) == 0x000074, "Member 'UChaosClothConfig::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FrictionCoefficient) == 0x000078, "Member 'UChaosClothConfig::FrictionCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseCCD) == 0x00007C, "Member 'UChaosClothConfig::bUseCCD' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseSelfCollisions) == 0x00007D, "Member 'UChaosClothConfig::bUseSelfCollisions' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, SelfCollisionThickness) == 0x000080, "Member 'UChaosClothConfig::SelfCollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseLegacyBackstop) == 0x000084, "Member 'UChaosClothConfig::bUseLegacyBackstop' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, DampingCoefficient) == 0x000088, "Member 'UChaosClothConfig::DampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LocalDampingCoefficient) == 0x00008C, "Member 'UChaosClothConfig::LocalDampingCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUsePointBasedWindModel) == 0x000090, "Member 'UChaosClothConfig::bUsePointBasedWindModel' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Drag) == 0x000094, "Member 'UChaosClothConfig::Drag' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Lift) == 0x00009C, "Member 'UChaosClothConfig::Lift' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseGravityOverride) == 0x0000A4, "Member 'UChaosClothConfig::bUseGravityOverride' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, GravityScale) == 0x0000A8, "Member 'UChaosClothConfig::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, Gravity) == 0x0000B0, "Member 'UChaosClothConfig::Gravity' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveStiffness) == 0x0000C8, "Member 'UChaosClothConfig::AnimDriveStiffness' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AnimDriveDamping) == 0x0000D0, "Member 'UChaosClothConfig::AnimDriveDamping' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, LinearVelocityScale) == 0x0000D8, "Member 'UChaosClothConfig::LinearVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, AngularVelocityScale) == 0x0000F0, "Member 'UChaosClothConfig::AngularVelocityScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, FictitiousAngularScale) == 0x0000F4, "Member 'UChaosClothConfig::FictitiousAngularScale' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseTetrahedralConstraints) == 0x0000F8, "Member 'UChaosClothConfig::bUseTetrahedralConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseThinShellVolumeConstraints) == 0x0000F9, "Member 'UChaosClothConfig::bUseThinShellVolumeConstraints' has a wrong offset!"); \ +static_assert(offsetof(UChaosClothConfig, bUseContinuousCollisionDetection) == 0x0000FA, "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) == 0x000004, "Wrong size on ChaosClothingInteractor_SetDamping"); \ +static_assert(offsetof(ChaosClothingInteractor_SetDamping, DampingCoefficient) == 0x000000, "Member 'ChaosClothingInteractor_SetDamping::DampingCoefficient' 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_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) == 0x000040, "Wrong size on UChaosClothingInteractor"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionParams \ +static_assert(alignof(FMovieSceneGeometryCollectionParams) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionParams"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionParams) == 0x000030, "Wrong size on FMovieSceneGeometryCollectionParams"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, GeometryCollectionCache) == 0x000008, "Member 'FMovieSceneGeometryCollectionParams::GeometryCollectionCache' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, StartFrameOffset) == 0x000020, "Member 'FMovieSceneGeometryCollectionParams::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, EndFrameOffset) == 0x000024, "Member 'FMovieSceneGeometryCollectionParams::EndFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionParams, PlayRate) == 0x000028, "Member 'FMovieSceneGeometryCollectionParams::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplateParameters \ +static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplateParameters) == 0x000038, "Wrong size on FMovieSceneGeometryCollectionSectionTemplateParameters"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionStartTime) == 0x000030, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionStartTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneGeometryCollectionSectionTemplateParameters, SectionEndTime) == 0x000034, "Member 'FMovieSceneGeometryCollectionSectionTemplateParameters::SectionEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneGeometryCollectionSectionTemplate \ +static_assert(alignof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneGeometryCollectionSectionTemplate"); \ +static_assert(sizeof(FMovieSceneGeometryCollectionSectionTemplate) == 0x000058, "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) == 0x000118, "Wrong size on UMovieSceneGeometryCollectionSection"); \ +static_assert(offsetof(UMovieSceneGeometryCollectionSection, Params_0) == 0x0000E8, "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) == 0x0000A8, "Wrong size on UMovieSceneGeometryCollectionTrack"); \ +static_assert(offsetof(UMovieSceneGeometryCollectionTrack, AnimationSections) == 0x000098, "Member 'UMovieSceneGeometryCollectionTrack::AnimationSections' 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_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_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_FMediaCaptureDevice \ +static_assert(alignof(FMediaCaptureDevice) == 0x000008, "Wrong alignment on FMediaCaptureDevice"); \ +static_assert(sizeof(FMediaCaptureDevice) == 0x000028, "Wrong size on FMediaCaptureDevice"); \ +static_assert(offsetof(FMediaCaptureDevice, DisplayName) == 0x000000, "Member 'FMediaCaptureDevice::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FMediaCaptureDevice, URL) == 0x000018, "Member 'FMediaCaptureDevice::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaSoundComponentSpectralData \ +static_assert(alignof(FMediaSoundComponentSpectralData) == 0x000004, "Wrong alignment on FMediaSoundComponentSpectralData"); \ +static_assert(sizeof(FMediaSoundComponentSpectralData) == 0x000008, "Wrong size on FMediaSoundComponentSpectralData"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, FrequencyHz) == 0x000000, "Member 'FMediaSoundComponentSpectralData::FrequencyHz' has a wrong offset!"); \ +static_assert(offsetof(FMediaSoundComponentSpectralData, Magnitude) == 0x000004, "Member 'FMediaSoundComponentSpectralData::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_MediaPlayer_CanPlaySource \ +static_assert(alignof(MediaPlayer_CanPlaySource) == 0x000008, "Wrong alignment on MediaPlayer_CanPlaySource"); \ +static_assert(sizeof(MediaPlayer_CanPlaySource) == 0x000010, "Wrong size on MediaPlayer_CanPlaySource"); \ +static_assert(offsetof(MediaPlayer_CanPlaySource, MediaSource) == 0x000000, "Member 'MediaPlayer_CanPlaySource::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_CanPlaySource, ReturnValue) == 0x000008, "Member 'MediaPlayer_CanPlaySource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_CanPlayUrl \ +static_assert(alignof(MediaPlayer_CanPlayUrl) == 0x000008, "Wrong alignment on MediaPlayer_CanPlayUrl"); \ +static_assert(sizeof(MediaPlayer_CanPlayUrl) == 0x000018, "Wrong size on MediaPlayer_CanPlayUrl"); \ +static_assert(offsetof(MediaPlayer_CanPlayUrl, URL) == 0x000000, "Member 'MediaPlayer_CanPlayUrl::URL' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_CanPlayUrl, ReturnValue) == 0x000010, "Member 'MediaPlayer_CanPlayUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Next \ +static_assert(alignof(MediaPlayer_Next) == 0x000001, "Wrong alignment on MediaPlayer_Next"); \ +static_assert(sizeof(MediaPlayer_Next) == 0x000001, "Wrong size on MediaPlayer_Next"); \ +static_assert(offsetof(MediaPlayer_Next, ReturnValue) == 0x000000, "Member 'MediaPlayer_Next::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenFile \ +static_assert(alignof(MediaPlayer_OpenFile) == 0x000008, "Wrong alignment on MediaPlayer_OpenFile"); \ +static_assert(sizeof(MediaPlayer_OpenFile) == 0x000018, "Wrong size on MediaPlayer_OpenFile"); \ +static_assert(offsetof(MediaPlayer_OpenFile, FilePath) == 0x000000, "Member 'MediaPlayer_OpenFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenFile, ReturnValue) == 0x000010, "Member 'MediaPlayer_OpenFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylist \ +static_assert(alignof(MediaPlayer_OpenPlaylist) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylist"); \ +static_assert(sizeof(MediaPlayer_OpenPlaylist) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylist"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylist, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylist::InPlaylist' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylist, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenPlaylist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenPlaylistIndex \ +static_assert(alignof(MediaPlayer_OpenPlaylistIndex) == 0x000008, "Wrong alignment on MediaPlayer_OpenPlaylistIndex"); \ +static_assert(sizeof(MediaPlayer_OpenPlaylistIndex) == 0x000010, "Wrong size on MediaPlayer_OpenPlaylistIndex"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, InPlaylist) == 0x000000, "Member 'MediaPlayer_OpenPlaylistIndex::InPlaylist' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, Index_0) == 0x000008, "Member 'MediaPlayer_OpenPlaylistIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenPlaylistIndex, ReturnValue) == 0x00000C, "Member 'MediaPlayer_OpenPlaylistIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSource \ +static_assert(alignof(MediaPlayer_OpenSource) == 0x000008, "Wrong alignment on MediaPlayer_OpenSource"); \ +static_assert(sizeof(MediaPlayer_OpenSource) == 0x000010, "Wrong size on MediaPlayer_OpenSource"); \ +static_assert(offsetof(MediaPlayer_OpenSource, MediaSource) == 0x000000, "Member 'MediaPlayer_OpenSource::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSource, ReturnValue) == 0x000008, "Member 'MediaPlayer_OpenSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSourceLatent \ +static_assert(alignof(MediaPlayer_OpenSourceLatent) == 0x000008, "Wrong alignment on MediaPlayer_OpenSourceLatent"); \ +static_assert(sizeof(MediaPlayer_OpenSourceLatent) == 0x000060, "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) == 0x000058, "Member 'MediaPlayer_OpenSourceLatent::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenSourceWithOptions \ +static_assert(alignof(MediaPlayer_OpenSourceWithOptions) == 0x000008, "Wrong alignment on MediaPlayer_OpenSourceWithOptions"); \ +static_assert(sizeof(MediaPlayer_OpenSourceWithOptions) == 0x000040, "Wrong size on MediaPlayer_OpenSourceWithOptions"); \ +static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, MediaSource) == 0x000000, "Member 'MediaPlayer_OpenSourceWithOptions::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, Options) == 0x000008, "Member 'MediaPlayer_OpenSourceWithOptions::Options' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenSourceWithOptions, ReturnValue) == 0x000038, "Member 'MediaPlayer_OpenSourceWithOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_OpenUrl \ +static_assert(alignof(MediaPlayer_OpenUrl) == 0x000008, "Wrong alignment on MediaPlayer_OpenUrl"); \ +static_assert(sizeof(MediaPlayer_OpenUrl) == 0x000018, "Wrong size on MediaPlayer_OpenUrl"); \ +static_assert(offsetof(MediaPlayer_OpenUrl, URL) == 0x000000, "Member 'MediaPlayer_OpenUrl::URL' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_OpenUrl, ReturnValue) == 0x000010, "Member 'MediaPlayer_OpenUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Pause \ +static_assert(alignof(MediaPlayer_Pause) == 0x000001, "Wrong alignment on MediaPlayer_Pause"); \ +static_assert(sizeof(MediaPlayer_Pause) == 0x000001, "Wrong size on MediaPlayer_Pause"); \ +static_assert(offsetof(MediaPlayer_Pause, ReturnValue) == 0x000000, "Member 'MediaPlayer_Pause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Play \ +static_assert(alignof(MediaPlayer_Play) == 0x000001, "Wrong alignment on MediaPlayer_Play"); \ +static_assert(sizeof(MediaPlayer_Play) == 0x000001, "Wrong size on MediaPlayer_Play"); \ +static_assert(offsetof(MediaPlayer_Play, ReturnValue) == 0x000000, "Member 'MediaPlayer_Play::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Previous \ +static_assert(alignof(MediaPlayer_Previous) == 0x000001, "Wrong alignment on MediaPlayer_Previous"); \ +static_assert(sizeof(MediaPlayer_Previous) == 0x000001, "Wrong size on MediaPlayer_Previous"); \ +static_assert(offsetof(MediaPlayer_Previous, ReturnValue) == 0x000000, "Member 'MediaPlayer_Previous::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Reopen \ +static_assert(alignof(MediaPlayer_Reopen) == 0x000001, "Wrong alignment on MediaPlayer_Reopen"); \ +static_assert(sizeof(MediaPlayer_Reopen) == 0x000001, "Wrong size on MediaPlayer_Reopen"); \ +static_assert(offsetof(MediaPlayer_Reopen, ReturnValue) == 0x000000, "Member 'MediaPlayer_Reopen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Rewind \ +static_assert(alignof(MediaPlayer_Rewind) == 0x000001, "Wrong alignment on MediaPlayer_Rewind"); \ +static_assert(sizeof(MediaPlayer_Rewind) == 0x000001, "Wrong size on MediaPlayer_Rewind"); \ +static_assert(offsetof(MediaPlayer_Rewind, ReturnValue) == 0x000000, "Member 'MediaPlayer_Rewind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_Seek \ +static_assert(alignof(MediaPlayer_Seek) == 0x000008, "Wrong alignment on MediaPlayer_Seek"); \ +static_assert(sizeof(MediaPlayer_Seek) == 0x000010, "Wrong size on MediaPlayer_Seek"); \ +static_assert(offsetof(MediaPlayer_Seek, Time) == 0x000000, "Member 'MediaPlayer_Seek::Time' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_Seek, ReturnValue) == 0x000008, "Member 'MediaPlayer_Seek::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SelectTrack \ +static_assert(alignof(MediaPlayer_SelectTrack) == 0x000004, "Wrong alignment on MediaPlayer_SelectTrack"); \ +static_assert(sizeof(MediaPlayer_SelectTrack) == 0x00000C, "Wrong size on MediaPlayer_SelectTrack"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, TrackType) == 0x000000, "Member 'MediaPlayer_SelectTrack::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, TrackIndex) == 0x000004, "Member 'MediaPlayer_SelectTrack::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SelectTrack, ReturnValue) == 0x000008, "Member 'MediaPlayer_SelectTrack::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetBlockOnTime \ +static_assert(alignof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong alignment on MediaPlayer_SetBlockOnTime"); \ +static_assert(sizeof(MediaPlayer_SetBlockOnTime) == 0x000008, "Wrong size on MediaPlayer_SetBlockOnTime"); \ +static_assert(offsetof(MediaPlayer_SetBlockOnTime, Time) == 0x000000, "Member 'MediaPlayer_SetBlockOnTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SetDesiredPlayerName \ +static_assert(alignof(MediaPlayer_SetDesiredPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_SetDesiredPlayerName"); \ +static_assert(sizeof(MediaPlayer_SetDesiredPlayerName) == 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_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_GetDuration \ +static_assert(alignof(MediaPlayer_GetDuration) == 0x000008, "Wrong alignment on MediaPlayer_GetDuration"); \ +static_assert(sizeof(MediaPlayer_GetDuration) == 0x000008, "Wrong size on MediaPlayer_GetDuration"); \ +static_assert(offsetof(MediaPlayer_GetDuration, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetDuration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetHorizontalFieldOfView \ +static_assert(alignof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetHorizontalFieldOfView"); \ +static_assert(sizeof(MediaPlayer_GetHorizontalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetHorizontalFieldOfView"); \ +static_assert(offsetof(MediaPlayer_GetHorizontalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetHorizontalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetMediaName \ +static_assert(alignof(MediaPlayer_GetMediaName) == 0x000008, "Wrong alignment on MediaPlayer_GetMediaName"); \ +static_assert(sizeof(MediaPlayer_GetMediaName) == 0x000018, "Wrong size on MediaPlayer_GetMediaName"); \ +static_assert(offsetof(MediaPlayer_GetMediaName, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetMediaName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetNumTrackFormats \ +static_assert(alignof(MediaPlayer_GetNumTrackFormats) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTrackFormats"); \ +static_assert(sizeof(MediaPlayer_GetNumTrackFormats) == 0x00000C, "Wrong size on MediaPlayer_GetNumTrackFormats"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTrackFormats::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetNumTrackFormats::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTrackFormats, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetNumTrackFormats::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetNumTracks \ +static_assert(alignof(MediaPlayer_GetNumTracks) == 0x000004, "Wrong alignment on MediaPlayer_GetNumTracks"); \ +static_assert(sizeof(MediaPlayer_GetNumTracks) == 0x000008, "Wrong size on MediaPlayer_GetNumTracks"); \ +static_assert(offsetof(MediaPlayer_GetNumTracks, TrackType) == 0x000000, "Member 'MediaPlayer_GetNumTracks::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetNumTracks, ReturnValue) == 0x000004, "Member 'MediaPlayer_GetNumTracks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetPlayerName \ +static_assert(alignof(MediaPlayer_GetPlayerName) == 0x000004, "Wrong alignment on MediaPlayer_GetPlayerName"); \ +static_assert(sizeof(MediaPlayer_GetPlayerName) == 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) == 0x000020, "Wrong size on MediaPlayer_GetTrackDisplayName"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackDisplayName::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackDisplayName::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackDisplayName, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackFormat \ +static_assert(alignof(MediaPlayer_GetTrackFormat) == 0x000004, "Wrong alignment on MediaPlayer_GetTrackFormat"); \ +static_assert(sizeof(MediaPlayer_GetTrackFormat) == 0x00000C, "Wrong size on MediaPlayer_GetTrackFormat"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackFormat::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackFormat::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackFormat, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackFormat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetTrackLanguage \ +static_assert(alignof(MediaPlayer_GetTrackLanguage) == 0x000008, "Wrong alignment on MediaPlayer_GetTrackLanguage"); \ +static_assert(sizeof(MediaPlayer_GetTrackLanguage) == 0x000018, "Wrong size on MediaPlayer_GetTrackLanguage"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackType) == 0x000000, "Member 'MediaPlayer_GetTrackLanguage::TrackType' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, TrackIndex) == 0x000004, "Member 'MediaPlayer_GetTrackLanguage::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetTrackLanguage, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetTrackLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetUrl \ +static_assert(alignof(MediaPlayer_GetUrl) == 0x000008, "Wrong alignment on MediaPlayer_GetUrl"); \ +static_assert(sizeof(MediaPlayer_GetUrl) == 0x000010, "Wrong size on MediaPlayer_GetUrl"); \ +static_assert(offsetof(MediaPlayer_GetUrl, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVerticalFieldOfView \ +static_assert(alignof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong alignment on MediaPlayer_GetVerticalFieldOfView"); \ +static_assert(sizeof(MediaPlayer_GetVerticalFieldOfView) == 0x000004, "Wrong size on MediaPlayer_GetVerticalFieldOfView"); \ +static_assert(offsetof(MediaPlayer_GetVerticalFieldOfView, ReturnValue) == 0x000000, "Member 'MediaPlayer_GetVerticalFieldOfView::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackAspectRatio \ +static_assert(alignof(MediaPlayer_GetVideoTrackAspectRatio) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackAspectRatio"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackAspectRatio) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackAspectRatio"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackAspectRatio::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackAspectRatio::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackAspectRatio, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackDimensions \ +static_assert(alignof(MediaPlayer_GetVideoTrackDimensions) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackDimensions"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackDimensions) == 0x000010, "Wrong size on MediaPlayer_GetVideoTrackDimensions"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackDimensions::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackDimensions::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackDimensions, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackDimensions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRate \ +static_assert(alignof(MediaPlayer_GetVideoTrackFrameRate) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRate"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRate) == 0x00000C, "Wrong size on MediaPlayer_GetVideoTrackFrameRate"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRate::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRate::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRate, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackFrameRates \ +static_assert(alignof(MediaPlayer_GetVideoTrackFrameRates) == 0x000004, "Wrong alignment on MediaPlayer_GetVideoTrackFrameRates"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackFrameRates) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackFrameRates"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackFrameRates::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackFrameRates::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackFrameRates, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackFrameRates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetVideoTrackType \ +static_assert(alignof(MediaPlayer_GetVideoTrackType) == 0x000008, "Wrong alignment on MediaPlayer_GetVideoTrackType"); \ +static_assert(sizeof(MediaPlayer_GetVideoTrackType) == 0x000018, "Wrong size on MediaPlayer_GetVideoTrackType"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, TrackIndex) == 0x000000, "Member 'MediaPlayer_GetVideoTrackType::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, FormatIndex) == 0x000004, "Member 'MediaPlayer_GetVideoTrackType::FormatIndex' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_GetVideoTrackType, ReturnValue) == 0x000008, "Member 'MediaPlayer_GetVideoTrackType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_GetViewRotation \ +static_assert(alignof(MediaPlayer_GetViewRotation) == 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_SupportsRate \ +static_assert(alignof(MediaPlayer_SupportsRate) == 0x000004, "Wrong alignment on MediaPlayer_SupportsRate"); \ +static_assert(sizeof(MediaPlayer_SupportsRate) == 0x000008, "Wrong size on MediaPlayer_SupportsRate"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, Rate) == 0x000000, "Member 'MediaPlayer_SupportsRate::Rate' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, Unthinned) == 0x000004, "Member 'MediaPlayer_SupportsRate::Unthinned' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayer_SupportsRate, ReturnValue) == 0x000005, "Member 'MediaPlayer_SupportsRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsScrubbing \ +static_assert(alignof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong alignment on MediaPlayer_SupportsScrubbing"); \ +static_assert(sizeof(MediaPlayer_SupportsScrubbing) == 0x000001, "Wrong size on MediaPlayer_SupportsScrubbing"); \ +static_assert(offsetof(MediaPlayer_SupportsScrubbing, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsScrubbing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayer_SupportsSeeking \ +static_assert(alignof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong alignment on MediaPlayer_SupportsSeeking"); \ +static_assert(sizeof(MediaPlayer_SupportsSeeking) == 0x000001, "Wrong size on MediaPlayer_SupportsSeeking"); \ +static_assert(offsetof(MediaPlayer_SupportsSeeking, ReturnValue) == 0x000000, "Member 'MediaPlayer_SupportsSeeking::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlayer \ +static_assert(alignof(UMediaPlayer) == 0x000008, "Wrong alignment on UMediaPlayer"); \ +static_assert(sizeof(UMediaPlayer) == 0x000140, "Wrong size on UMediaPlayer"); \ +static_assert(offsetof(UMediaPlayer, OnEndReached) == 0x000028, "Member 'UMediaPlayer::OnEndReached' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaClosed) == 0x000038, "Member 'UMediaPlayer::OnMediaClosed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaOpened) == 0x000048, "Member 'UMediaPlayer::OnMediaOpened' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnMediaOpenFailed) == 0x000058, "Member 'UMediaPlayer::OnMediaOpenFailed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnPlaybackResumed) == 0x000068, "Member 'UMediaPlayer::OnPlaybackResumed' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnPlaybackSuspended) == 0x000078, "Member 'UMediaPlayer::OnPlaybackSuspended' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnSeekCompleted) == 0x000088, "Member 'UMediaPlayer::OnSeekCompleted' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, OnTracksChanged) == 0x000098, "Member 'UMediaPlayer::OnTracksChanged' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheAhead) == 0x0000A8, "Member 'UMediaPlayer::CacheAhead' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehind) == 0x0000B0, "Member 'UMediaPlayer::CacheBehind' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, CacheBehindGame) == 0x0000B8, "Member 'UMediaPlayer::CacheBehindGame' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, NativeAudioOut) == 0x0000C0, "Member 'UMediaPlayer::NativeAudioOut' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayOnOpen) == 0x0000C1, "Member 'UMediaPlayer::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayList) == 0x0000C8, "Member 'UMediaPlayer::PlayList' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlaylistIndex) == 0x0000D0, "Member 'UMediaPlayer::PlaylistIndex' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, TimeDelay) == 0x0000D8, "Member 'UMediaPlayer::TimeDelay' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, HorizontalFieldOfView) == 0x0000E0, "Member 'UMediaPlayer::HorizontalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, VerticalFieldOfView) == 0x0000E4, "Member 'UMediaPlayer::VerticalFieldOfView' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, ViewRotation) == 0x0000E8, "Member 'UMediaPlayer::ViewRotation' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayer, PlayerGuid) == 0x000128, "Member 'UMediaPlayer::PlayerGuid' has a wrong offset!"); \ + +#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_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_MediaComponent_GetMediaPlayer \ +static_assert(alignof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaComponent_GetMediaPlayer"); \ +static_assert(sizeof(MediaComponent_GetMediaPlayer) == 0x000008, "Wrong size on MediaComponent_GetMediaPlayer"); \ +static_assert(offsetof(MediaComponent_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaComponent_GetMediaTexture \ +static_assert(alignof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong alignment on MediaComponent_GetMediaTexture"); \ +static_assert(sizeof(MediaComponent_GetMediaTexture) == 0x000008, "Wrong size on MediaComponent_GetMediaTexture"); \ +static_assert(offsetof(MediaComponent_GetMediaTexture, ReturnValue) == 0x000000, "Member 'MediaComponent_GetMediaTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaComponent \ +static_assert(alignof(UMediaComponent) == 0x000008, "Wrong alignment on UMediaComponent"); \ +static_assert(sizeof(UMediaComponent) == 0x0000D0, "Wrong size on UMediaComponent"); \ +static_assert(offsetof(UMediaComponent, MediaTexture) == 0x0000C0, "Member 'UMediaComponent::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UMediaComponent, MediaPlayer) == 0x0000C8, "Member 'UMediaComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaTimeStampInfo \ +static_assert(alignof(UMediaTimeStampInfo) == 0x000008, "Wrong alignment on UMediaTimeStampInfo"); \ +static_assert(sizeof(UMediaTimeStampInfo) == 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_MediaSoundComponent_BP_GetAttenuationSettingsToApply \ +static_assert(alignof(MediaSoundComponent_BP_GetAttenuationSettingsToApply) == 0x000008, "Wrong alignment on MediaSoundComponent_BP_GetAttenuationSettingsToApply"); \ +static_assert(sizeof(MediaSoundComponent_BP_GetAttenuationSettingsToApply) == 0x0003D0, "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) == 0x0003C8, "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) == 0x000960, "Wrong size on UMediaSoundComponent"); \ +static_assert(offsetof(UMediaSoundComponent, Channels) == 0x0007B0, "Member 'UMediaSoundComponent::Channels' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, DynamicRateAdjustment) == 0x0007B4, "Member 'UMediaSoundComponent::DynamicRateAdjustment' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentFactor) == 0x0007B8, "Member 'UMediaSoundComponent::RateAdjustmentFactor' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, RateAdjustmentRange) == 0x0007BC, "Member 'UMediaSoundComponent::RateAdjustmentRange' has a wrong offset!"); \ +static_assert(offsetof(UMediaSoundComponent, MediaPlayer) == 0x0007D0, "Member 'UMediaSoundComponent::MediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_SetMediaPlayer \ +static_assert(alignof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_SetMediaPlayer"); \ +static_assert(sizeof(MediaTexture_SetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_SetMediaPlayer"); \ +static_assert(offsetof(MediaTexture_SetMediaPlayer, NewMediaPlayer) == 0x000000, "Member 'MediaTexture_SetMediaPlayer::NewMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetAspectRatio \ +static_assert(alignof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong alignment on MediaTexture_GetAspectRatio"); \ +static_assert(sizeof(MediaTexture_GetAspectRatio) == 0x000004, "Wrong size on MediaTexture_GetAspectRatio"); \ +static_assert(offsetof(MediaTexture_GetAspectRatio, ReturnValue) == 0x000000, "Member 'MediaTexture_GetAspectRatio::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetHeight \ +static_assert(alignof(MediaTexture_GetHeight) == 0x000004, "Wrong alignment on MediaTexture_GetHeight"); \ +static_assert(sizeof(MediaTexture_GetHeight) == 0x000004, "Wrong size on MediaTexture_GetHeight"); \ +static_assert(offsetof(MediaTexture_GetHeight, ReturnValue) == 0x000000, "Member 'MediaTexture_GetHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetMediaPlayer \ +static_assert(alignof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong alignment on MediaTexture_GetMediaPlayer"); \ +static_assert(sizeof(MediaTexture_GetMediaPlayer) == 0x000008, "Wrong size on MediaTexture_GetMediaPlayer"); \ +static_assert(offsetof(MediaTexture_GetMediaPlayer, ReturnValue) == 0x000000, "Member 'MediaTexture_GetMediaPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetTextureNumMips \ +static_assert(alignof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong alignment on MediaTexture_GetTextureNumMips"); \ +static_assert(sizeof(MediaTexture_GetTextureNumMips) == 0x000004, "Wrong size on MediaTexture_GetTextureNumMips"); \ +static_assert(offsetof(MediaTexture_GetTextureNumMips, ReturnValue) == 0x000000, "Member 'MediaTexture_GetTextureNumMips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaTexture_GetWidth \ +static_assert(alignof(MediaTexture_GetWidth) == 0x000004, "Wrong alignment on MediaTexture_GetWidth"); \ +static_assert(sizeof(MediaTexture_GetWidth) == 0x000004, "Wrong size on MediaTexture_GetWidth"); \ +static_assert(offsetof(MediaTexture_GetWidth, ReturnValue) == 0x000000, "Member 'MediaTexture_GetWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaTexture \ +static_assert(alignof(UMediaTexture) == 0x000010, "Wrong alignment on UMediaTexture"); \ +static_assert(sizeof(UMediaTexture) == 0x0002D0, "Wrong size on UMediaTexture"); \ +static_assert(offsetof(UMediaTexture, AddressX) == 0x0001F0, "Member 'UMediaTexture::AddressX' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AddressY) == 0x0001F1, "Member 'UMediaTexture::AddressY' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, AutoClear) == 0x0001F2, "Member 'UMediaTexture::AutoClear' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, ClearColor) == 0x0001F4, "Member 'UMediaTexture::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, EnableGenMips) == 0x000204, "Member 'UMediaTexture::EnableGenMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NumMips) == 0x000205, "Member 'UMediaTexture::NumMips' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, NewStyleOutput) == 0x000206, "Member 'UMediaTexture::NewStyleOutput' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, OutputFormat) == 0x000207, "Member 'UMediaTexture::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentAspectRatio) == 0x000208, "Member 'UMediaTexture::CurrentAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, CurrentOrientation) == 0x00020C, "Member 'UMediaTexture::CurrentOrientation' has a wrong offset!"); \ +static_assert(offsetof(UMediaTexture, MediaPlayer) == 0x000210, "Member 'UMediaTexture::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) == 0x000098, "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!"); \ + +#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_AddGlobalCamera \ +static_assert(alignof(ImgMediaSource_AddGlobalCamera) == 0x000008, "Wrong alignment on ImgMediaSource_AddGlobalCamera"); \ +static_assert(sizeof(ImgMediaSource_AddGlobalCamera) == 0x000008, "Wrong size on ImgMediaSource_AddGlobalCamera"); \ +static_assert(offsetof(ImgMediaSource_AddGlobalCamera, InActor) == 0x000000, "Member 'ImgMediaSource_AddGlobalCamera::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_AddTargetObject \ +static_assert(alignof(ImgMediaSource_AddTargetObject) == 0x000008, "Wrong alignment on ImgMediaSource_AddTargetObject"); \ +static_assert(sizeof(ImgMediaSource_AddTargetObject) == 0x000010, "Wrong size on ImgMediaSource_AddTargetObject"); \ +static_assert(offsetof(ImgMediaSource_AddTargetObject, InActor) == 0x000000, "Member 'ImgMediaSource_AddTargetObject::InActor' has a wrong offset!"); \ +static_assert(offsetof(ImgMediaSource_AddTargetObject, Width) == 0x000008, "Member 'ImgMediaSource_AddTargetObject::Width' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ImgMediaSource_RemoveGlobalCamera \ +static_assert(alignof(ImgMediaSource_RemoveGlobalCamera) == 0x000008, "Wrong alignment on ImgMediaSource_RemoveGlobalCamera"); \ +static_assert(sizeof(ImgMediaSource_RemoveGlobalCamera) == 0x000008, "Wrong size on ImgMediaSource_RemoveGlobalCamera"); \ +static_assert(offsetof(ImgMediaSource_RemoveGlobalCamera, InActor) == 0x000000, "Member 'ImgMediaSource_RemoveGlobalCamera::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_SetMipLevelDistance \ +static_assert(alignof(ImgMediaSource_SetMipLevelDistance) == 0x000004, "Wrong alignment on ImgMediaSource_SetMipLevelDistance"); \ +static_assert(sizeof(ImgMediaSource_SetMipLevelDistance) == 0x000004, "Wrong size on ImgMediaSource_SetMipLevelDistance"); \ +static_assert(offsetof(ImgMediaSource_SetMipLevelDistance, Distance) == 0x000000, "Member 'ImgMediaSource_SetMipLevelDistance::Distance' 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_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_UImgMediaPlaybackComponent \ +static_assert(alignof(UImgMediaPlaybackComponent) == 0x000008, "Wrong alignment on UImgMediaPlaybackComponent"); \ +static_assert(sizeof(UImgMediaPlaybackComponent) == 0x0000E8, "Wrong size on UImgMediaPlaybackComponent"); \ +static_assert(offsetof(UImgMediaPlaybackComponent, Width) == 0x0000C0, "Member 'UImgMediaPlaybackComponent::Width' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaPlaybackComponent, LODBias) == 0x0000C4, "Member 'UImgMediaPlaybackComponent::LODBias' 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, CacheBehindPercentage) == 0x000030, "Member 'UImgMediaSettings::CacheBehindPercentage' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheSizeGB) == 0x000034, "Member 'UImgMediaSettings::CacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreads) == 0x000038, "Member 'UImgMediaSettings::CacheThreads' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, CacheThreadStackSizeKB) == 0x00003C, "Member 'UImgMediaSettings::CacheThreadStackSizeKB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, GlobalCacheSizeGB) == 0x000040, "Member 'UImgMediaSettings::GlobalCacheSizeGB' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, UseGlobalCache) == 0x000044, "Member 'UImgMediaSettings::UseGlobalCache' has a wrong offset!"); \ +static_assert(offsetof(UImgMediaSettings, ExrDecoderThreads) == 0x000048, "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_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) == 0x000030, "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, MediaTexture) == 0x000010, "Member 'FMovieSceneMediaSectionParams::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, MediaPlayer) == 0x000018, "Member 'FMovieSceneMediaSectionParams::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, SectionStartFrame) == 0x000020, "Member 'FMovieSceneMediaSectionParams::SectionStartFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, SectionEndFrame) == 0x000024, "Member 'FMovieSceneMediaSectionParams::SectionEndFrame' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, bLooping) == 0x000028, "Member 'FMovieSceneMediaSectionParams::bLooping' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneMediaSectionParams, StartFrameOffset) == 0x00002C, "Member 'FMovieSceneMediaSectionParams::StartFrameOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneMediaSectionTemplate \ +static_assert(alignof(FMovieSceneMediaSectionTemplate) == 0x000008, "Wrong alignment on FMovieSceneMediaSectionTemplate"); \ +static_assert(sizeof(FMovieSceneMediaSectionTemplate) == 0x000050, "Wrong size on FMovieSceneMediaSectionTemplate"); \ +static_assert(offsetof(FMovieSceneMediaSectionTemplate, Params) == 0x000020, "Member 'FMovieSceneMediaSectionTemplate::Params' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertySection \ +static_assert(alignof(UMovieSceneMediaPlayerPropertySection) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertySection"); \ +static_assert(sizeof(UMovieSceneMediaPlayerPropertySection) == 0x0000F8, "Wrong size on UMovieSceneMediaPlayerPropertySection"); \ +static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, MediaSource) == 0x0000E8, "Member 'UMovieSceneMediaPlayerPropertySection::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaPlayerPropertySection, bLoop) == 0x0000F0, "Member 'UMovieSceneMediaPlayerPropertySection::bLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaPlayerPropertyTrack \ +static_assert(alignof(UMovieSceneMediaPlayerPropertyTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaPlayerPropertyTrack"); \ +static_assert(sizeof(UMovieSceneMediaPlayerPropertyTrack) == 0x0000C8, "Wrong size on UMovieSceneMediaPlayerPropertyTrack"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaSection \ +static_assert(alignof(UMovieSceneMediaSection) == 0x000008, "Wrong alignment on UMovieSceneMediaSection"); \ +static_assert(sizeof(UMovieSceneMediaSection) == 0x000118, "Wrong size on UMovieSceneMediaSection"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSource) == 0x0000E8, "Member 'UMovieSceneMediaSection::MediaSource' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bLooping) == 0x0000F0, "Member 'UMovieSceneMediaSection::bLooping' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, StartFrameOffset) == 0x0000F4, "Member 'UMovieSceneMediaSection::StartFrameOffset' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaTexture) == 0x0000F8, "Member 'UMovieSceneMediaSection::MediaTexture' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, MediaSoundComponent) == 0x000100, "Member 'UMovieSceneMediaSection::MediaSoundComponent' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, bUseExternalMediaPlayer) == 0x000108, "Member 'UMovieSceneMediaSection::bUseExternalMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneMediaSection, ExternalMediaPlayer) == 0x000110, "Member 'UMovieSceneMediaSection::ExternalMediaPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneMediaTrack \ +static_assert(alignof(UMovieSceneMediaTrack) == 0x000008, "Wrong alignment on UMovieSceneMediaTrack"); \ +static_assert(sizeof(UMovieSceneMediaTrack) == 0x0000A8, "Wrong size on UMovieSceneMediaTrack"); \ +static_assert(offsetof(UMovieSceneMediaTrack, MediaSections) == 0x000098, "Member 'UMovieSceneMediaTrack::MediaSections' 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) == 0x000058, "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, bStopServiceWhenAppDeactivates) == 0x000054, "Member 'UTcpMessagingSettings::bStopServiceWhenAppDeactivates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUdpMockMessage \ +static_assert(alignof(FUdpMockMessage) == 0x000008, "Wrong alignment on FUdpMockMessage"); \ +static_assert(sizeof(FUdpMockMessage) == 0x000010, "Wrong size on FUdpMockMessage"); \ +static_assert(offsetof(FUdpMockMessage, Data) == 0x000000, "Member 'FUdpMockMessage::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUdpMessagingSettings \ +static_assert(alignof(UUdpMessagingSettings) == 0x000008, "Wrong alignment on UUdpMessagingSettings"); \ +static_assert(sizeof(UUdpMessagingSettings) == 0x0000A8, "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, bStopServiceWhenAppDeactivates) == 0x000034, "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, EnableTunnel) == 0x000070, "Member 'UUdpMessagingSettings::EnableTunnel' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelUnicastEndpoint) == 0x000078, "Member 'UUdpMessagingSettings::TunnelUnicastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, TunnelMulticastEndpoint) == 0x000088, "Member 'UUdpMessagingSettings::TunnelMulticastEndpoint' has a wrong offset!"); \ +static_assert(offsetof(UUdpMessagingSettings, RemoteTunnelEndpoints) == 0x000098, "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) == 0x000088, "Wrong size on UActorSequence"); \ +static_assert(offsetof(UActorSequence, MovieScene) == 0x000060, "Member 'UActorSequence::MovieScene' has a wrong offset!"); \ +static_assert(offsetof(UActorSequence, ObjectReferences) == 0x000068, "Member 'UActorSequence::ObjectReferences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequenceComponent \ +static_assert(alignof(UActorSequenceComponent) == 0x000008, "Wrong alignment on UActorSequenceComponent"); \ +static_assert(sizeof(UActorSequenceComponent) == 0x0000F0, "Wrong size on UActorSequenceComponent"); \ +static_assert(offsetof(UActorSequenceComponent, PlaybackSettings) == 0x0000C8, "Member 'UActorSequenceComponent::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, Sequence) == 0x0000E0, "Member 'UActorSequenceComponent::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UActorSequenceComponent, SequencePlayer) == 0x0000E8, "Member 'UActorSequenceComponent::SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorSequencePlayer \ +static_assert(alignof(UActorSequencePlayer) == 0x000008, "Wrong alignment on UActorSequencePlayer"); \ +static_assert(sizeof(UActorSequencePlayer) == 0x0004D0, "Wrong size on UActorSequencePlayer"); \ + +#define DUMPER7_ASSERTS_AndroidFileServerBPLibrary_IsFileServerRunning \ +static_assert(alignof(AndroidFileServerBPLibrary_IsFileServerRunning) == 0x000001, "Wrong alignment on AndroidFileServerBPLibrary_IsFileServerRunning"); \ +static_assert(sizeof(AndroidFileServerBPLibrary_IsFileServerRunning) == 0x000001, "Wrong size on AndroidFileServerBPLibrary_IsFileServerRunning"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_IsFileServerRunning, ReturnValue) == 0x000000, "Member 'AndroidFileServerBPLibrary_IsFileServerRunning::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AndroidFileServerBPLibrary_StartFileServer \ +static_assert(alignof(AndroidFileServerBPLibrary_StartFileServer) == 0x000004, "Wrong alignment on AndroidFileServerBPLibrary_StartFileServer"); \ +static_assert(sizeof(AndroidFileServerBPLibrary_StartFileServer) == 0x00000C, "Wrong size on AndroidFileServerBPLibrary_StartFileServer"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_StartFileServer, bUSB) == 0x000000, "Member 'AndroidFileServerBPLibrary_StartFileServer::bUSB' has a wrong offset!"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_StartFileServer, bNetwork) == 0x000001, "Member 'AndroidFileServerBPLibrary_StartFileServer::bNetwork' has a wrong offset!"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_StartFileServer, Port) == 0x000004, "Member 'AndroidFileServerBPLibrary_StartFileServer::Port' has a wrong offset!"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_StartFileServer, ReturnValue) == 0x000008, "Member 'AndroidFileServerBPLibrary_StartFileServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AndroidFileServerBPLibrary_StopFileServer \ +static_assert(alignof(AndroidFileServerBPLibrary_StopFileServer) == 0x000001, "Wrong alignment on AndroidFileServerBPLibrary_StopFileServer"); \ +static_assert(sizeof(AndroidFileServerBPLibrary_StopFileServer) == 0x000003, "Wrong size on AndroidFileServerBPLibrary_StopFileServer"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_StopFileServer, bUSB) == 0x000000, "Member 'AndroidFileServerBPLibrary_StopFileServer::bUSB' has a wrong offset!"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_StopFileServer, bNetwork) == 0x000001, "Member 'AndroidFileServerBPLibrary_StopFileServer::bNetwork' has a wrong offset!"); \ +static_assert(offsetof(AndroidFileServerBPLibrary_StopFileServer, ReturnValue) == 0x000002, "Member 'AndroidFileServerBPLibrary_StopFileServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAndroidFileServerBPLibrary \ +static_assert(alignof(UAndroidFileServerBPLibrary) == 0x000008, "Wrong alignment on UAndroidFileServerBPLibrary"); \ +static_assert(sizeof(UAndroidFileServerBPLibrary) == 0x000028, "Wrong size on UAndroidFileServerBPLibrary"); \ + +#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_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_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_IAppleImageInterface \ +static_assert(alignof(IAppleImageInterface) == 0x000001, "Wrong alignment on IAppleImageInterface"); \ +static_assert(sizeof(IAppleImageInterface) == 0x000001, "Wrong size on IAppleImageInterface"); \ + +#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) == 0x000070, "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) == 0x000060, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetTagsSubsystem_GetCollectionsContainingAssetPtr \ +static_assert(alignof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000008, "Wrong alignment on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ +static_assert(sizeof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr) == 0x000018, "Wrong size on AssetTagsSubsystem_GetCollectionsContainingAssetPtr"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, AssetPtr) == 0x000000, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::AssetPtr' has a wrong offset!"); \ +static_assert(offsetof(AssetTagsSubsystem_GetCollectionsContainingAssetPtr, ReturnValue) == 0x000008, "Member 'AssetTagsSubsystem_GetCollectionsContainingAssetPtr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetTagsSubsystem \ +static_assert(alignof(UAssetTagsSubsystem) == 0x000008, "Wrong alignment on UAssetTagsSubsystem"); \ +static_assert(sizeof(UAssetTagsSubsystem) == 0x000030, "Wrong size on UAssetTagsSubsystem"); \ + +#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) == 0x000870, "Wrong size on UAudioCaptureComponent"); \ +static_assert(offsetof(UAudioCaptureComponent, JitterLatencyFrames) == 0x0007B0, "Member 'UAudioCaptureComponent::JitterLatencyFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACableActor \ +static_assert(alignof(ACableActor) == 0x000008, "Wrong alignment on ACableActor"); \ +static_assert(sizeof(ACableActor) == 0x000290, "Wrong size on ACableActor"); \ +static_assert(offsetof(ACableActor, CableComponent) == 0x000288, "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) == 0x000640, "Wrong size on UCableComponent"); \ +static_assert(offsetof(UCableComponent, bAttachStart) == 0x000590, "Member 'UCableComponent::bAttachStart' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bAttachEnd) == 0x000591, "Member 'UCableComponent::bAttachEnd' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndTo) == 0x000598, "Member 'UCableComponent::AttachEndTo' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, AttachEndToSocketName) == 0x0005C0, "Member 'UCableComponent::AttachEndToSocketName' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, EndLocation) == 0x0005C8, "Member 'UCableComponent::EndLocation' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableLength) == 0x0005E0, "Member 'UCableComponent::CableLength' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSegments) == 0x0005E4, "Member 'UCableComponent::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SubstepTime) == 0x0005E8, "Member 'UCableComponent::SubstepTime' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, SolverIterations) == 0x0005EC, "Member 'UCableComponent::SolverIterations' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableStiffness) == 0x0005F0, "Member 'UCableComponent::bEnableStiffness' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bUseSubstepping) == 0x0005F1, "Member 'UCableComponent::bUseSubstepping' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotVisible) == 0x0005F2, "Member 'UCableComponent::bSkipCableUpdateWhenNotVisible' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bSkipCableUpdateWhenNotOwnerRecentlyRendered) == 0x0005F3, "Member 'UCableComponent::bSkipCableUpdateWhenNotOwnerRecentlyRendered' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, bEnableCollision) == 0x0005F4, "Member 'UCableComponent::bEnableCollision' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CollisionFriction) == 0x0005F8, "Member 'UCableComponent::CollisionFriction' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableForce) == 0x000600, "Member 'UCableComponent::CableForce' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableGravityScale) == 0x000618, "Member 'UCableComponent::CableGravityScale' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, CableWidth) == 0x00061C, "Member 'UCableComponent::CableWidth' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, NumSides) == 0x000620, "Member 'UCableComponent::NumSides' has a wrong offset!"); \ +static_assert(offsetof(UCableComponent, TileMaterial) == 0x000624, "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) == 0x0005A0, "Wrong size on UCustomMeshComponent"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_CancelDownload \ +static_assert(alignof(GooglePADFunctionLibrary_CancelDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_CancelDownload"); \ +static_assert(sizeof(GooglePADFunctionLibrary_CancelDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_CancelDownload"); \ +static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_CancelDownload::AssetPacks' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_CancelDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_CancelDownload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetPackLocation \ +static_assert(alignof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetPackLocation"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetAssetPackLocation) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetPackLocation"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, Location) == 0x000010, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetPackLocation, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetAssetPackLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetAssetsPath \ +static_assert(alignof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetAssetsPath"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetAssetsPath) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetAssetsPath"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetAssetsPath::Location' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetAssetsPath, ReturnValue) == 0x000008, "Member 'GooglePADFunctionLibrary_GetAssetsPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetBytesDownloaded \ +static_assert(alignof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetBytesDownloaded"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetBytesDownloaded) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetBytesDownloaded"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetBytesDownloaded, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetBytesDownloaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadState \ +static_assert(alignof(GooglePADFunctionLibrary_GetDownloadState) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadState"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadState) == 0x000018, "Wrong size on GooglePADFunctionLibrary_GetDownloadState"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadState::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, State) == 0x000010, "Member 'GooglePADFunctionLibrary_GetDownloadState::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadState, ReturnValue) == 0x000014, "Member 'GooglePADFunctionLibrary_GetDownloadState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetDownloadStatus \ +static_assert(alignof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetDownloadStatus"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetDownloadStatus) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetDownloadStatus"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetDownloadStatus, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetDownloadStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus \ +static_assert(alignof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus) == 0x000002, "Wrong size on GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, Status) == 0x000000, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::Status' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus, ReturnValue) == 0x000001, "Member 'GooglePADFunctionLibrary_GetShowCellularDataConfirmationStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetStorageMethod \ +static_assert(alignof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetStorageMethod"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetStorageMethod) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetStorageMethod"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_GetStorageMethod::Location' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetStorageMethod, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetStorageMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_GetTotalBytesToDownload \ +static_assert(alignof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ +static_assert(sizeof(GooglePADFunctionLibrary_GetTotalBytesToDownload) == 0x000008, "Wrong size on GooglePADFunctionLibrary_GetTotalBytesToDownload"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, State) == 0x000000, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::State' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_GetTotalBytesToDownload, ReturnValue) == 0x000004, "Member 'GooglePADFunctionLibrary_GetTotalBytesToDownload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseAssetPackLocation \ +static_assert(alignof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ +static_assert(sizeof(GooglePADFunctionLibrary_ReleaseAssetPackLocation) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseAssetPackLocation"); \ +static_assert(offsetof(GooglePADFunctionLibrary_ReleaseAssetPackLocation, Location) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseAssetPackLocation::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ReleaseDownloadState \ +static_assert(alignof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong alignment on GooglePADFunctionLibrary_ReleaseDownloadState"); \ +static_assert(sizeof(GooglePADFunctionLibrary_ReleaseDownloadState) == 0x000004, "Wrong size on GooglePADFunctionLibrary_ReleaseDownloadState"); \ +static_assert(offsetof(GooglePADFunctionLibrary_ReleaseDownloadState, State) == 0x000000, "Member 'GooglePADFunctionLibrary_ReleaseDownloadState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestDownload \ +static_assert(alignof(GooglePADFunctionLibrary_RequestDownload) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestDownload"); \ +static_assert(sizeof(GooglePADFunctionLibrary_RequestDownload) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestDownload"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestDownload::AssetPacks' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestDownload, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestDownload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestInfo \ +static_assert(alignof(GooglePADFunctionLibrary_RequestInfo) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestInfo"); \ +static_assert(sizeof(GooglePADFunctionLibrary_RequestInfo) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestInfo"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, AssetPacks) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestInfo::AssetPacks' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestInfo, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_RequestRemoval \ +static_assert(alignof(GooglePADFunctionLibrary_RequestRemoval) == 0x000008, "Wrong alignment on GooglePADFunctionLibrary_RequestRemoval"); \ +static_assert(sizeof(GooglePADFunctionLibrary_RequestRemoval) == 0x000018, "Wrong size on GooglePADFunctionLibrary_RequestRemoval"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, Name_0) == 0x000000, "Member 'GooglePADFunctionLibrary_RequestRemoval::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GooglePADFunctionLibrary_RequestRemoval, ReturnValue) == 0x000010, "Member 'GooglePADFunctionLibrary_RequestRemoval::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GooglePADFunctionLibrary_ShowCellularDataConfirmation \ +static_assert(alignof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong alignment on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ +static_assert(sizeof(GooglePADFunctionLibrary_ShowCellularDataConfirmation) == 0x000001, "Wrong size on GooglePADFunctionLibrary_ShowCellularDataConfirmation"); \ +static_assert(offsetof(GooglePADFunctionLibrary_ShowCellularDataConfirmation, ReturnValue) == 0x000000, "Member 'GooglePADFunctionLibrary_ShowCellularDataConfirmation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGooglePADFunctionLibrary \ +static_assert(alignof(UGooglePADFunctionLibrary) == 0x000008, "Wrong alignment on UGooglePADFunctionLibrary"); \ +static_assert(sizeof(UGooglePADFunctionLibrary) == 0x000028, "Wrong size on UGooglePADFunctionLibrary"); \ + +#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) == 0x000018, "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_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_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) == 0x000308, "Wrong size on AResonanceAudioDirectivityVisualizer"); \ +static_assert(offsetof(AResonanceAudioDirectivityVisualizer, Material) == 0x0002F8, "Member 'AResonanceAudioDirectivityVisualizer::Material' has a wrong offset!"); \ +static_assert(offsetof(AResonanceAudioDirectivityVisualizer, Settings) == 0x000300, "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) == 0x000078, "Wrong size on UResonanceAudioSettings"); \ +static_assert(offsetof(UResonanceAudioSettings, OutputSubmix) == 0x000028, "Member 'UResonanceAudioSettings::OutputSubmix' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSettings, QualityMode) == 0x000040, "Member 'UResonanceAudioSettings::QualityMode' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSettings, GlobalReverbPreset) == 0x000048, "Member 'UResonanceAudioSettings::GlobalReverbPreset' has a wrong offset!"); \ +static_assert(offsetof(UResonanceAudioSettings, GlobalSourcePreset) == 0x000060, "Member 'UResonanceAudioSettings::GlobalSourcePreset' 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_FSynth1PatchCable \ +static_assert(alignof(FSynth1PatchCable) == 0x000004, "Wrong alignment on FSynth1PatchCable"); \ +static_assert(sizeof(FSynth1PatchCable) == 0x000008, "Wrong size on FSynth1PatchCable"); \ +static_assert(offsetof(FSynth1PatchCable, Depth) == 0x000000, "Member 'FSynth1PatchCable::Depth' has a wrong offset!"); \ +static_assert(offsetof(FSynth1PatchCable, Destination) == 0x000004, "Member 'FSynth1PatchCable::Destination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEpicSynth1Patch \ +static_assert(alignof(FEpicSynth1Patch) == 0x000008, "Wrong alignment on FEpicSynth1Patch"); \ +static_assert(sizeof(FEpicSynth1Patch) == 0x000018, "Wrong size on FEpicSynth1Patch"); \ +static_assert(offsetof(FEpicSynth1Patch, PatchSource) == 0x000000, "Member 'FEpicSynth1Patch::PatchSource' has a wrong offset!"); \ +static_assert(offsetof(FEpicSynth1Patch, PatchCables) == 0x000008, "Member 'FEpicSynth1Patch::PatchCables' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularSynthPreset \ +static_assert(alignof(FModularSynthPreset) == 0x000008, "Wrong alignment on FModularSynthPreset"); \ +static_assert(sizeof(FModularSynthPreset) == 0x0000E0, "Wrong size on FModularSynthPreset"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Type) == 0x00000C, "Member 'FModularSynthPreset::Osc1Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Gain) == 0x000010, "Member 'FModularSynthPreset::Osc1Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Octave) == 0x000014, "Member 'FModularSynthPreset::Osc1Octave' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Semitones) == 0x000018, "Member 'FModularSynthPreset::Osc1Semitones' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1Cents) == 0x00001C, "Member 'FModularSynthPreset::Osc1Cents' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc1PulseWidth) == 0x000020, "Member 'FModularSynthPreset::Osc1PulseWidth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Type) == 0x000024, "Member 'FModularSynthPreset::Osc2Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Gain) == 0x000028, "Member 'FModularSynthPreset::Osc2Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Octave) == 0x00002C, "Member 'FModularSynthPreset::Osc2Octave' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Semitones) == 0x000030, "Member 'FModularSynthPreset::Osc2Semitones' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2Cents) == 0x000034, "Member 'FModularSynthPreset::Osc2Cents' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Osc2PulseWidth) == 0x000038, "Member 'FModularSynthPreset::Osc2PulseWidth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Portamento) == 0x00003C, "Member 'FModularSynthPreset::Portamento' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Spread) == 0x000044, "Member 'FModularSynthPreset::Spread' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Pan) == 0x000048, "Member 'FModularSynthPreset::Pan' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Frequency) == 0x00004C, "Member 'FModularSynthPreset::LFO1Frequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Gain) == 0x000050, "Member 'FModularSynthPreset::LFO1Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Type) == 0x000054, "Member 'FModularSynthPreset::LFO1Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1Mode) == 0x000055, "Member 'FModularSynthPreset::LFO1Mode' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO1PatchType) == 0x000056, "Member 'FModularSynthPreset::LFO1PatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Frequency) == 0x000058, "Member 'FModularSynthPreset::LFO2Frequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Gain) == 0x00005C, "Member 'FModularSynthPreset::LFO2Gain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Type) == 0x000060, "Member 'FModularSynthPreset::LFO2Type' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2Mode) == 0x000061, "Member 'FModularSynthPreset::LFO2Mode' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, LFO2PatchType) == 0x000062, "Member 'FModularSynthPreset::LFO2PatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, GainDb) == 0x000064, "Member 'FModularSynthPreset::GainDb' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, AttackTime) == 0x000068, "Member 'FModularSynthPreset::AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, DecayTime) == 0x00006C, "Member 'FModularSynthPreset::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, SustainGain) == 0x000070, "Member 'FModularSynthPreset::SustainGain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ReleaseTime) == 0x000074, "Member 'FModularSynthPreset::ReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModEnvPatchType) == 0x000078, "Member 'FModularSynthPreset::ModEnvPatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModEnvBiasPatchType) == 0x000079, "Member 'FModularSynthPreset::ModEnvBiasPatchType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDepth) == 0x000080, "Member 'FModularSynthPreset::ModulationEnvelopeDepth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeAttackTime) == 0x000084, "Member 'FModularSynthPreset::ModulationEnvelopeAttackTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeDecayTime) == 0x000088, "Member 'FModularSynthPreset::ModulationEnvelopeDecayTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeSustainGain) == 0x00008C, "Member 'FModularSynthPreset::ModulationEnvelopeSustainGain' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ModulationEnvelopeReleaseTime) == 0x000090, "Member 'FModularSynthPreset::ModulationEnvelopeReleaseTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterFrequency) == 0x000098, "Member 'FModularSynthPreset::FilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterQ) == 0x00009C, "Member 'FModularSynthPreset::FilterQ' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterType) == 0x0000A0, "Member 'FModularSynthPreset::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, FilterAlgorithm) == 0x0000A1, "Member 'FModularSynthPreset::FilterAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayMode) == 0x0000A8, "Member 'FModularSynthPreset::StereoDelayMode' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayTime) == 0x0000AC, "Member 'FModularSynthPreset::StereoDelayTime' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayFeedback) == 0x0000B0, "Member 'FModularSynthPreset::StereoDelayFeedback' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayWetlevel) == 0x0000B4, "Member 'FModularSynthPreset::StereoDelayWetlevel' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, StereoDelayRatio) == 0x0000B8, "Member 'FModularSynthPreset::StereoDelayRatio' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ChorusDepth) == 0x0000C0, "Member 'FModularSynthPreset::ChorusDepth' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ChorusFeedback) == 0x0000C4, "Member 'FModularSynthPreset::ChorusFeedback' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, ChorusFrequency) == 0x0000C8, "Member 'FModularSynthPreset::ChorusFrequency' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPreset, Patches) == 0x0000D0, "Member 'FModularSynthPreset::Patches' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FModularSynthPresetBankEntry \ +static_assert(alignof(FModularSynthPresetBankEntry) == 0x000008, "Wrong alignment on FModularSynthPresetBankEntry"); \ +static_assert(sizeof(FModularSynthPresetBankEntry) == 0x0000F0, "Wrong size on FModularSynthPresetBankEntry"); \ +static_assert(offsetof(FModularSynthPresetBankEntry, PresetName) == 0x000000, "Member 'FModularSynthPresetBankEntry::PresetName' has a wrong offset!"); \ +static_assert(offsetof(FModularSynthPresetBankEntry, Preset) == 0x000010, "Member 'FModularSynthPresetBankEntry::Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPatchId \ +static_assert(alignof(FPatchId) == 0x000004, "Wrong alignment on FPatchId"); \ +static_assert(sizeof(FPatchId) == 0x000004, "Wrong size on FPatchId"); \ +static_assert(offsetof(FPatchId, ID) == 0x000000, "Member 'FPatchId::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000030, "Wrong size on FSourceEffectBitCrusherSettings"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedSampleRate) == 0x000000, "Member 'FSourceEffectBitCrusherSettings::CrushedSampleRate' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, SampleRateModulation) == 0x000008, "Member 'FSourceEffectBitCrusherSettings::SampleRateModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, CrushedBits) == 0x000018, "Member 'FSourceEffectBitCrusherSettings::CrushedBits' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectBitCrusherSettings, BitModulation) == 0x000020, "Member 'FSourceEffectBitCrusherSettings::BitModulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000078, "Wrong size on FSourceEffectChorusSettings"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Depth) == 0x000000, "Member 'FSourceEffectChorusSettings::Depth' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Frequency) == 0x000004, "Member 'FSourceEffectChorusSettings::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Feedback) == 0x000008, "Member 'FSourceEffectChorusSettings::Feedback' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, WetLevel) == 0x00000C, "Member 'FSourceEffectChorusSettings::WetLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, DryLevel) == 0x000010, "Member 'FSourceEffectChorusSettings::DryLevel' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, Spread) == 0x000014, "Member 'FSourceEffectChorusSettings::Spread' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, DepthModulation) == 0x000018, "Member 'FSourceEffectChorusSettings::DepthModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, FrequencyModulation) == 0x000028, "Member 'FSourceEffectChorusSettings::FrequencyModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, FeedbackModulation) == 0x000038, "Member 'FSourceEffectChorusSettings::FeedbackModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, WetModulation) == 0x000048, "Member 'FSourceEffectChorusSettings::WetModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, DryModulation) == 0x000058, "Member 'FSourceEffectChorusSettings::DryModulation' has a wrong offset!"); \ +static_assert(offsetof(FSourceEffectChorusSettings, SpreadModulation) == 0x000068, "Member 'FSourceEffectChorusSettings::SpreadModulation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x000028, "Wrong size on FSubmixEffectConvolutionReverbSettings"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, NormalizationVolumeDb) == 0x000000, "Member 'FSubmixEffectConvolutionReverbSettings::NormalizationVolumeDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bBypass) == 0x000004, "Member 'FSubmixEffectConvolutionReverbSettings::bBypass' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixInputChannelFormatToImpulseResponseFormat) == 0x000005, "Member 'FSubmixEffectConvolutionReverbSettings::bMixInputChannelFormatToImpulseResponseFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bMixReverbOutputToOutputChannelFormat) == 0x000006, "Member 'FSubmixEffectConvolutionReverbSettings::bMixReverbOutputToOutputChannelFormat' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedDb) == 0x000008, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedDb' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bInvertRearChannelBleedPhase) == 0x00000C, "Member 'FSubmixEffectConvolutionReverbSettings::bInvertRearChannelBleedPhase' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, bSurroundRearChannelFlip) == 0x00000D, "Member 'FSubmixEffectConvolutionReverbSettings::bSurroundRearChannelFlip' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, SurroundRearChannelBleedAmount) == 0x000010, "Member 'FSubmixEffectConvolutionReverbSettings::SurroundRearChannelBleedAmount' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, ImpulseResponse) == 0x000018, "Member 'FSubmixEffectConvolutionReverbSettings::ImpulseResponse' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectConvolutionReverbSettings, AllowHArdwareAcceleration) == 0x000020, "Member 'FSubmixEffectConvolutionReverbSettings::AllowHArdwareAcceleration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectDelaySettings \ +static_assert(alignof(FSubmixEffectDelaySettings) == 0x000004, "Wrong alignment on FSubmixEffectDelaySettings"); \ +static_assert(sizeof(FSubmixEffectDelaySettings) == 0x00000C, "Wrong size on FSubmixEffectDelaySettings"); \ +static_assert(offsetof(FSubmixEffectDelaySettings, MaximumDelayLength) == 0x000000, "Member 'FSubmixEffectDelaySettings::MaximumDelayLength' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDelaySettings, InterpolationTime) == 0x000004, "Member 'FSubmixEffectDelaySettings::InterpolationTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectDelaySettings, DelayLength) == 0x000008, "Member 'FSubmixEffectDelaySettings::DelayLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectFilterSettings \ +static_assert(alignof(FSubmixEffectFilterSettings) == 0x000004, "Wrong alignment on FSubmixEffectFilterSettings"); \ +static_assert(sizeof(FSubmixEffectFilterSettings) == 0x00000C, "Wrong size on FSubmixEffectFilterSettings"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterType) == 0x000000, "Member 'FSubmixEffectFilterSettings::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterAlgorithm) == 0x000001, "Member 'FSubmixEffectFilterSettings::FilterAlgorithm' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterFrequency) == 0x000004, "Member 'FSubmixEffectFilterSettings::FilterFrequency' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFilterSettings, FilterQ) == 0x000008, "Member 'FSubmixEffectFilterSettings::FilterQ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectFlexiverbSettings \ +static_assert(alignof(FSubmixEffectFlexiverbSettings) == 0x000004, "Wrong alignment on FSubmixEffectFlexiverbSettings"); \ +static_assert(sizeof(FSubmixEffectFlexiverbSettings) == 0x000010, "Wrong size on FSubmixEffectFlexiverbSettings"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, PreDelay) == 0x000000, "Member 'FSubmixEffectFlexiverbSettings::PreDelay' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, DecayTime) == 0x000004, "Member 'FSubmixEffectFlexiverbSettings::DecayTime' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, RoomDampening) == 0x000008, "Member 'FSubmixEffectFlexiverbSettings::RoomDampening' has a wrong offset!"); \ +static_assert(offsetof(FSubmixEffectFlexiverbSettings, Complexity) == 0x00000C, "Member 'FSubmixEffectFlexiverbSettings::Complexity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicsBandSettings \ +static_assert(alignof(FDynamicsBandSettings) == 0x000004, "Wrong alignment on FDynamicsBandSettings"); \ +static_assert(sizeof(FDynamicsBandSettings) == 0x000020, "Wrong size on FDynamicsBandSettings"); \ +static_assert(offsetof(FDynamicsBandSettings, CrossoverTopFrequency) == 0x000000, "Member 'FDynamicsBandSettings::CrossoverTopFrequency' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, AttackTimeMsec) == 0x000004, "Member 'FDynamicsBandSettings::AttackTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, ReleaseTimeMsec) == 0x000008, "Member 'FDynamicsBandSettings::ReleaseTimeMsec' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, ThresholdDb) == 0x00000C, "Member 'FDynamicsBandSettings::ThresholdDb' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, Ratio) == 0x000010, "Member 'FDynamicsBandSettings::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, KneeBandwidthDb) == 0x000014, "Member 'FDynamicsBandSettings::KneeBandwidthDb' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, InputGainDb) == 0x000018, "Member 'FDynamicsBandSettings::InputGainDb' has a wrong offset!"); \ +static_assert(offsetof(FDynamicsBandSettings, OutputGainDb) == 0x00001C, "Member 'FDynamicsBandSettings::OutputGainDb' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSubmixEffectMultibandCompressorSettings \ +static_assert(alignof(FSubmixEffectMultibandCompressorSettings) == 0x000008, "Wrong alignment on FSubmixEffectMultibandCompressorSettings"); \ +static_assert(sizeof(FSubmixEffectMultibandCompressorSettings) == 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_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_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_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) == 0x000E70, "Wrong size on UModularSynthComponent"); \ +static_assert(offsetof(UModularSynthComponent, VoiceCount) == 0x0007B0, "Member 'UModularSynthComponent::VoiceCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBitModulator \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetBitModulator"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetBitModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetBitModulator"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetBitModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBitModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetBits \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetBits"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetBits) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetBits"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetBits, Bits) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetBits::Bits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetModulationSettings \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetModulationSettings"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetModulationSettings) == 0x000030, "Wrong size on SourceEffectBitCrusherPreset_SetModulationSettings"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRate \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRate"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRate) == 0x000004, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRate"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRate, SampleRate) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRate::SampleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSampleRateModulator \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong alignment on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSampleRateModulator) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSampleRateModulator"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSampleRateModulator, Modulator) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSampleRateModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectBitCrusherPreset_SetSettings \ +static_assert(alignof(SourceEffectBitCrusherPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectBitCrusherPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectBitCrusherPreset_SetSettings) == 0x000008, "Wrong size on SourceEffectBitCrusherPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectBitCrusherPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectBitCrusherPreset_SetSettings::Settings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectBitCrusherPreset \ +static_assert(alignof(USourceEffectBitCrusherPreset) == 0x000008, "Wrong alignment on USourceEffectBitCrusherPreset"); \ +static_assert(sizeof(USourceEffectBitCrusherPreset) == 0x0000F0, "Wrong size on USourceEffectBitCrusherPreset"); \ +static_assert(offsetof(USourceEffectBitCrusherPreset, Settings) == 0x0000C0, "Member 'USourceEffectBitCrusherPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepth \ +static_assert(alignof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDepth"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDepth) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDepth"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDepth, Depth) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepth::Depth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDepthModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDepthModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDepthModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDepthModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDepthModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDepthModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDry \ +static_assert(alignof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetDry"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDry) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetDry"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDry, DryAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetDry::DryAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetDryModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetDryModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetDryModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetDryModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetDryModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetDryModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedback \ +static_assert(alignof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFeedback"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFeedback) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFeedback"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFeedback, Feedback) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedback::Feedback' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFeedbackModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFeedbackModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFeedbackModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFeedbackModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFeedbackModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFeedbackModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequency \ +static_assert(alignof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetFrequency"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFrequency) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetFrequency"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFrequency, Frequency) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequency::Frequency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetFrequencyModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetFrequencyModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetFrequencyModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetFrequencyModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetFrequencyModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetFrequencyModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetModulationSettings \ +static_assert(alignof(SourceEffectChorusPreset_SetModulationSettings) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetModulationSettings"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetModulationSettings) == 0x000078, "Wrong size on SourceEffectChorusPreset_SetModulationSettings"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetModulationSettings, ModulationSettings) == 0x000000, "Member 'SourceEffectChorusPreset_SetModulationSettings::ModulationSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSettings \ +static_assert(alignof(SourceEffectChorusPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetSettings) == 0x000018, "Wrong size on SourceEffectChorusPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetSettings, Settings_0) == 0x000000, "Member 'SourceEffectChorusPreset_SetSettings::Settings_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpread \ +static_assert(alignof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetSpread"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetSpread) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetSpread"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetSpread, Spread) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpread::Spread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetSpreadModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetSpreadModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetSpreadModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetSpreadModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetSpreadModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetSpreadModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWet \ +static_assert(alignof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong alignment on SourceEffectChorusPreset_SetWet"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetWet) == 0x000004, "Wrong size on SourceEffectChorusPreset_SetWet"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetWet, WetAmount) == 0x000000, "Member 'SourceEffectChorusPreset_SetWet::WetAmount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectChorusPreset_SetWetModulator \ +static_assert(alignof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong alignment on SourceEffectChorusPreset_SetWetModulator"); \ +static_assert(sizeof(SourceEffectChorusPreset_SetWetModulator) == 0x000008, "Wrong size on SourceEffectChorusPreset_SetWetModulator"); \ +static_assert(offsetof(SourceEffectChorusPreset_SetWetModulator, Modulator) == 0x000000, "Member 'SourceEffectChorusPreset_SetWetModulator::Modulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectChorusPreset \ +static_assert(alignof(USourceEffectChorusPreset) == 0x000008, "Wrong alignment on USourceEffectChorusPreset"); \ +static_assert(sizeof(USourceEffectChorusPreset) == 0x000180, "Wrong size on USourceEffectChorusPreset"); \ +static_assert(offsetof(USourceEffectChorusPreset, Settings) == 0x000108, "Member 'USourceEffectChorusPreset::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SourceEffectDynamicsProcessorPreset_SetSettings \ +static_assert(alignof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000004, "Wrong alignment on SourceEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(sizeof(SourceEffectDynamicsProcessorPreset_SetSettings) == 0x000028, "Wrong size on SourceEffectDynamicsProcessorPreset_SetSettings"); \ +static_assert(offsetof(SourceEffectDynamicsProcessorPreset_SetSettings, InSettings) == 0x000000, "Member 'SourceEffectDynamicsProcessorPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USourceEffectDynamicsProcessorPreset \ +static_assert(alignof(USourceEffectDynamicsProcessorPreset) == 0x000008, "Wrong alignment on USourceEffectDynamicsProcessorPreset"); \ +static_assert(sizeof(USourceEffectDynamicsProcessorPreset) == 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) == 0x0000E0, "Wrong size on UEnvelopeFollowerListener"); \ +static_assert(offsetof(UEnvelopeFollowerListener, OnEnvelopeFollowerUpdate) == 0x0000C0, "Member 'UEnvelopeFollowerListener::OnEnvelopeFollowerUpdate' 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_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_SubmixEffectConvolutionReverbPreset_SetImpulseResponse \ +static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ +static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse) == 0x000008, "Wrong size on SubmixEffectConvolutionReverbPreset_SetImpulseResponse"); \ +static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetImpulseResponse, InImpulseResponse) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetImpulseResponse::InImpulseResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SubmixEffectConvolutionReverbPreset_SetSettings \ +static_assert(alignof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000008, "Wrong alignment on SubmixEffectConvolutionReverbPreset_SetSettings"); \ +static_assert(sizeof(SubmixEffectConvolutionReverbPreset_SetSettings) == 0x000028, "Wrong size on SubmixEffectConvolutionReverbPreset_SetSettings"); \ +static_assert(offsetof(SubmixEffectConvolutionReverbPreset_SetSettings, InSettings) == 0x000000, "Member 'SubmixEffectConvolutionReverbPreset_SetSettings::InSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USubmixEffectConvolutionReverbPreset \ +static_assert(alignof(USubmixEffectConvolutionReverbPreset) == 0x000008, "Wrong alignment on USubmixEffectConvolutionReverbPreset"); \ +static_assert(sizeof(USubmixEffectConvolutionReverbPreset) == 0x0000F0, "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) == 0x000098, "Member 'USubmixEffectConvolutionReverbPreset::BlockSize' has a wrong offset!"); \ +static_assert(offsetof(USubmixEffectConvolutionReverbPreset, bEnableHardwareAcceleration) == 0x000099, "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_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_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) == 0x000620, "Wrong size on USynth2DSlider"); \ +static_assert(offsetof(USynth2DSlider, ValueX) == 0x000130, "Member 'USynth2DSlider::ValueX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueY) == 0x000134, "Member 'USynth2DSlider::ValueY' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueXDelegate) == 0x000138, "Member 'USynth2DSlider::ValueXDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, ValueYDelegate) == 0x000148, "Member 'USynth2DSlider::ValueYDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, WidgetStyle) == 0x000160, "Member 'USynth2DSlider::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, SliderHandleColor) == 0x000590, "Member 'USynth2DSlider::SliderHandleColor' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IndentHandle) == 0x0005A0, "Member 'USynth2DSlider::IndentHandle' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, Locked) == 0x0005A1, "Member 'USynth2DSlider::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, StepSize) == 0x0005A4, "Member 'USynth2DSlider::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, IsFocusable) == 0x0005A8, "Member 'USynth2DSlider::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureBegin) == 0x0005B0, "Member 'USynth2DSlider::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnMouseCaptureEnd) == 0x0005C0, "Member 'USynth2DSlider::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureBegin) == 0x0005D0, "Member 'USynth2DSlider::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnControllerCaptureEnd) == 0x0005E0, "Member 'USynth2DSlider::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedX) == 0x0005F0, "Member 'USynth2DSlider::OnValueChangedX' has a wrong offset!"); \ +static_assert(offsetof(USynth2DSlider, OnValueChangedY) == 0x000600, "Member 'USynth2DSlider::OnValueChangedY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_NoteOff \ +static_assert(alignof(GranularSynth_NoteOff) == 0x000004, "Wrong alignment on GranularSynth_NoteOff"); \ +static_assert(sizeof(GranularSynth_NoteOff) == 0x000008, "Wrong size on GranularSynth_NoteOff"); \ +static_assert(offsetof(GranularSynth_NoteOff, Note) == 0x000000, "Member 'GranularSynth_NoteOff::Note' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOff, bKill) == 0x000004, "Member 'GranularSynth_NoteOff::bKill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_NoteOn \ +static_assert(alignof(GranularSynth_NoteOn) == 0x000004, "Wrong alignment on GranularSynth_NoteOn"); \ +static_assert(sizeof(GranularSynth_NoteOn) == 0x00000C, "Wrong size on GranularSynth_NoteOn"); \ +static_assert(offsetof(GranularSynth_NoteOn, Note) == 0x000000, "Member 'GranularSynth_NoteOn::Note' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOn, Velocity) == 0x000004, "Member 'GranularSynth_NoteOn::Velocity' has a wrong offset!"); \ +static_assert(offsetof(GranularSynth_NoteOn, Duration) == 0x000008, "Member 'GranularSynth_NoteOn::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetAttackTime \ +static_assert(alignof(GranularSynth_SetAttackTime) == 0x000004, "Wrong alignment on GranularSynth_SetAttackTime"); \ +static_assert(sizeof(GranularSynth_SetAttackTime) == 0x000004, "Wrong size on GranularSynth_SetAttackTime"); \ +static_assert(offsetof(GranularSynth_SetAttackTime, AttackTimeMsec) == 0x000000, "Member 'GranularSynth_SetAttackTime::AttackTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetDecayTime \ +static_assert(alignof(GranularSynth_SetDecayTime) == 0x000004, "Wrong alignment on GranularSynth_SetDecayTime"); \ +static_assert(sizeof(GranularSynth_SetDecayTime) == 0x000004, "Wrong size on GranularSynth_SetDecayTime"); \ +static_assert(offsetof(GranularSynth_SetDecayTime, DecayTimeMsec) == 0x000000, "Member 'GranularSynth_SetDecayTime::DecayTimeMsec' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GranularSynth_SetGrainDuration \ +static_assert(alignof(GranularSynth_SetGrainDuration) == 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) == 0x000B90, "Wrong size on UGranularSynth"); \ +static_assert(offsetof(UGranularSynth, GranulatedSoundWave) == 0x0007B0, "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) == 0x000EF0, "Wrong size on USynthComponentMonoWaveTable"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnTableAltered) == 0x0007B0, "Member 'USynthComponentMonoWaveTable::OnTableAltered' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, OnNumTablesChanged) == 0x0007C0, "Member 'USynthComponentMonoWaveTable::OnNumTablesChanged' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentMonoWaveTable, CurrentPreset) == 0x0007D0, "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) == 0x0008A0, "Wrong size on USynthComponentToneGenerator"); \ +static_assert(offsetof(USynthComponentToneGenerator, Frequency) == 0x0007B0, "Member 'USynthComponentToneGenerator::Frequency' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, Volume) == 0x0007B4, "Member 'USynthComponentToneGenerator::Volume' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, DistanceAttenuationCurve) == 0x0007B8, "Member 'USynthComponentToneGenerator::DistanceAttenuationCurve' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, DistanceRange) == 0x000840, "Member 'USynthComponentToneGenerator::DistanceRange' has a wrong offset!"); \ +static_assert(offsetof(USynthComponentToneGenerator, AttenuationDbAtMaxRange) == 0x000850, "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) == 0x0008E0, "Wrong size on USynthSamplePlayer"); \ +static_assert(offsetof(USynthSamplePlayer, SoundWave) == 0x0007B0, "Member 'USynthSamplePlayer::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSampleLoaded) == 0x0007B8, "Member 'USynthSamplePlayer::OnSampleLoaded' has a wrong offset!"); \ +static_assert(offsetof(USynthSamplePlayer, OnSamplePlaybackProgress) == 0x0007C8, "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_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) == 0x000560, "Wrong size on USynthKnob"); \ +static_assert(offsetof(USynthKnob, Value) == 0x000130, "Member 'USynthKnob::Value' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, StepSize) == 0x000134, "Member 'USynthKnob::StepSize' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseSpeed) == 0x000138, "Member 'USynthKnob::MouseSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, MouseFineTuneSpeed) == 0x00013C, "Member 'USynthKnob::MouseFineTuneSpeed' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterName) == 0x000148, "Member 'USynthKnob::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ParameterUnits) == 0x000160, "Member 'USynthKnob::ParameterUnits' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, ValueDelegate) == 0x000178, "Member 'USynthKnob::ValueDelegate' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, WidgetStyle) == 0x000190, "Member 'USynthKnob::WidgetStyle' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, Locked) == 0x0004F0, "Member 'USynthKnob::Locked' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, IsFocusable) == 0x0004F1, "Member 'USynthKnob::IsFocusable' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureBegin) == 0x0004F8, "Member 'USynthKnob::OnMouseCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnMouseCaptureEnd) == 0x000508, "Member 'USynthKnob::OnMouseCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureBegin) == 0x000518, "Member 'USynthKnob::OnControllerCaptureBegin' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnControllerCaptureEnd) == 0x000528, "Member 'USynthKnob::OnControllerCaptureEnd' has a wrong offset!"); \ +static_assert(offsetof(USynthKnob, OnValueChanged) == 0x000538, "Member 'USynthKnob::OnValueChanged' 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_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_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) == 0x000090, "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_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_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_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_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_UAudioSynesthesiaNRT \ +static_assert(alignof(UAudioSynesthesiaNRT) == 0x000008, "Wrong alignment on UAudioSynesthesiaNRT"); \ +static_assert(sizeof(UAudioSynesthesiaNRT) == 0x000078, "Wrong size on UAudioSynesthesiaNRT"); \ + +#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) == 0x0000D8, "Wrong size on ULoudnessAnalyzer"); \ +static_assert(offsetof(ULoudnessAnalyzer, Settings) == 0x000090, "Member 'ULoudnessAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnOverallLoudnessResults) == 0x000098, "Member 'ULoudnessAnalyzer::OnOverallLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnPerChannelLoudnessResults) == 0x0000A8, "Member 'ULoudnessAnalyzer::OnPerChannelLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnLatestOverallLoudnessResults) == 0x0000B8, "Member 'ULoudnessAnalyzer::OnLatestOverallLoudnessResults' has a wrong offset!"); \ +static_assert(offsetof(ULoudnessAnalyzer, OnLatestPerChannelLoudnessResults) == 0x0000C8, "Member 'ULoudnessAnalyzer::OnLatestPerChannelLoudnessResults' 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) == 0x000138, "Wrong size on UMeterAnalyzer"); \ +static_assert(offsetof(UMeterAnalyzer, Settings) == 0x000090, "Member 'UMeterAnalyzer::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnOverallMeterResults) == 0x000098, "Member 'UMeterAnalyzer::OnOverallMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnPerChannelMeterResults) == 0x0000C0, "Member 'UMeterAnalyzer::OnPerChannelMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnLatestOverallMeterResults) == 0x0000E8, "Member 'UMeterAnalyzer::OnLatestOverallMeterResults' has a wrong offset!"); \ +static_assert(offsetof(UMeterAnalyzer, OnLatestPerChannelMeterResults) == 0x000110, "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_FUStCheckShape \ +static_assert(alignof(FUStCheckShape) == 0x000008, "Wrong alignment on FUStCheckShape"); \ +static_assert(sizeof(FUStCheckShape) == 0x000050, "Wrong size on FUStCheckShape"); \ +static_assert(offsetof(FUStCheckShape, IsCapsuleShape) == 0x000000, "Member 'FUStCheckShape::IsCapsuleShape' has a wrong offset!"); \ +static_assert(offsetof(FUStCheckShape, Rotation) == 0x000008, "Member 'FUStCheckShape::Rotation' has a wrong offset!"); \ +static_assert(offsetof(FUStCheckShape, Scale) == 0x000020, "Member 'FUStCheckShape::Scale' has a wrong offset!"); \ +static_assert(offsetof(FUStCheckShape, Radius) == 0x000038, "Member 'FUStCheckShape::Radius' has a wrong offset!"); \ +static_assert(offsetof(FUStCheckShape, SocketName) == 0x00003C, "Member 'FUStCheckShape::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FUStCheckShape, SKComp) == 0x000048, "Member 'FUStCheckShape::SKComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGUReplicatedAcceleration \ +static_assert(alignof(FBGUReplicatedAcceleration) == 0x000001, "Wrong alignment on FBGUReplicatedAcceleration"); \ +static_assert(sizeof(FBGUReplicatedAcceleration) == 0x000003, "Wrong size on FBGUReplicatedAcceleration"); \ +static_assert(offsetof(FBGUReplicatedAcceleration, AccelXYRadians) == 0x000000, "Member 'FBGUReplicatedAcceleration::AccelXYRadians' has a wrong offset!"); \ +static_assert(offsetof(FBGUReplicatedAcceleration, AccelXYMagnitude) == 0x000001, "Member 'FBGUReplicatedAcceleration::AccelXYMagnitude' has a wrong offset!"); \ +static_assert(offsetof(FBGUReplicatedAcceleration, AccelZ) == 0x000002, "Member 'FBGUReplicatedAcceleration::AccelZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUStGSHitResult \ +static_assert(alignof(FUStGSHitResult) == 0x000008, "Wrong alignment on FUStGSHitResult"); \ +static_assert(sizeof(FUStGSHitResult) == 0x000078, "Wrong size on FUStGSHitResult"); \ +static_assert(offsetof(FUStGSHitResult, PreCheckLocation) == 0x000000, "Member 'FUStGSHitResult::PreCheckLocation' has a wrong offset!"); \ +static_assert(offsetof(FUStGSHitResult, CurCheckLocation) == 0x000018, "Member 'FUStGSHitResult::CurCheckLocation' has a wrong offset!"); \ +static_assert(offsetof(FUStGSHitResult, Actor) == 0x000030, "Member 'FUStGSHitResult::Actor' has a wrong offset!"); \ +static_assert(offsetof(FUStGSHitResult, ImpactPoint) == 0x000038, "Member 'FUStGSHitResult::ImpactPoint' has a wrong offset!"); \ +static_assert(offsetof(FUStGSHitResult, HitComponent) == 0x000050, "Member 'FUStGSHitResult::HitComponent' has a wrong offset!"); \ +static_assert(offsetof(FUStGSHitResult, BoneName) == 0x000058, "Member 'FUStGSHitResult::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FUStGSHitResult, Normal) == 0x000060, "Member 'FUStGSHitResult::Normal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBWC_DispLibEnvSettings \ +static_assert(alignof(FBWC_DispLibEnvSettings) == 0x000010, "Wrong alignment on FBWC_DispLibEnvSettings"); \ +static_assert(sizeof(FBWC_DispLibEnvSettings) == 0x0001E0, "Wrong size on FBWC_DispLibEnvSettings"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, Weather) == 0x000006, "Member 'FBWC_DispLibEnvSettings::Weather' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, WeatherProbability) == 0x000008, "Member 'FBWC_DispLibEnvSettings::WeatherProbability' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunLightIntensity) == 0x00000C, "Member 'FBWC_DispLibEnvSettings::SunLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunLightColor) == 0x000010, "Member 'FBWC_DispLibEnvSettings::SunLightColor' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunAngle) == 0x000020, "Member 'FBWC_DispLibEnvSettings::SunAngle' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunInclination) == 0x000024, "Member 'FBWC_DispLibEnvSettings::SunInclination' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunExtentDawnAndDusk) == 0x000028, "Member 'FBWC_DispLibEnvSettings::SunExtentDawnAndDusk' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunVolumetricScattering) == 0x00002C, "Member 'FBWC_DispLibEnvSettings::SunVolumetricScattering' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunColorCurveValue) == 0x000030, "Member 'FBWC_DispLibEnvSettings::SunColorCurveValue' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SunColorCurve) == 0x000040, "Member 'FBWC_DispLibEnvSettings::SunColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonLightIntensity) == 0x000048, "Member 'FBWC_DispLibEnvSettings::MoonLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonLightColor) == 0x00004C, "Member 'FBWC_DispLibEnvSettings::MoonLightColor' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonInclination) == 0x00005C, "Member 'FBWC_DispLibEnvSettings::MoonInclination' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonOrbitOffset) == 0x000060, "Member 'FBWC_DispLibEnvSettings::MoonOrbitOffset' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonAngle) == 0x000064, "Member 'FBWC_DispLibEnvSettings::MoonAngle' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonVolumetricScattering) == 0x000068, "Member 'FBWC_DispLibEnvSettings::MoonVolumetricScattering' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonColorCurveValue) == 0x00006C, "Member 'FBWC_DispLibEnvSettings::MoonColorCurveValue' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, MoonColorCurve) == 0x000080, "Member 'FBWC_DispLibEnvSettings::MoonColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SkyLightIntensity) == 0x000088, "Member 'FBWC_DispLibEnvSettings::SkyLightIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SkyLightColor) == 0x00008C, "Member 'FBWC_DispLibEnvSettings::SkyLightColor' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SkyLightVolumetricScattering) == 0x00009C, "Member 'FBWC_DispLibEnvSettings::SkyLightVolumetricScattering' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SkyLightCubeMap) == 0x0000A0, "Member 'FBWC_DispLibEnvSettings::SkyLightCubeMap' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, SkyLightCubeArrayValue) == 0x0000A8, "Member 'FBWC_DispLibEnvSettings::SkyLightCubeArrayValue' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogDensity) == 0x0000AC, "Member 'FBWC_DispLibEnvSettings::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogDensityCurveValue) == 0x0000B0, "Member 'FBWC_DispLibEnvSettings::FogDensityCurveValue' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogHeightFalloff) == 0x0000B4, "Member 'FBWC_DispLibEnvSettings::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogScatteringDistribution) == 0x0000B8, "Member 'FBWC_DispLibEnvSettings::FogScatteringDistribution' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogExtinctionScale) == 0x0000BC, "Member 'FBWC_DispLibEnvSettings::FogExtinctionScale' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogStartDistance) == 0x0000C0, "Member 'FBWC_DispLibEnvSettings::FogStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogViewDistance) == 0x0000C4, "Member 'FBWC_DispLibEnvSettings::FogViewDistance' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogAlbedoCurveValue) == 0x0000C8, "Member 'FBWC_DispLibEnvSettings::FogAlbedoCurveValue' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogEmissiveCurveValue) == 0x0000D8, "Member 'FBWC_DispLibEnvSettings::FogEmissiveCurveValue' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogScatteringColor) == 0x0000E8, "Member 'FBWC_DispLibEnvSettings::FogScatteringColor' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogAlbedo) == 0x0000F8, "Member 'FBWC_DispLibEnvSettings::FogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogEmissive) == 0x000108, "Member 'FBWC_DispLibEnvSettings::FogEmissive' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogDensityCurve) == 0x000118, "Member 'FBWC_DispLibEnvSettings::FogDensityCurve' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogAlbedoCurve) == 0x000120, "Member 'FBWC_DispLibEnvSettings::FogAlbedoCurve' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, FogEmissiveCurve) == 0x000128, "Member 'FBWC_DispLibEnvSettings::FogEmissiveCurve' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogWeatherTexMask) == 0x000130, "Member 'FBWC_DispLibEnvSettings::LocalFogWeatherTexMask' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogDensityMinMax) == 0x000138, "Member 'FBWC_DispLibEnvSettings::LocalFogDensityMinMax' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogHeightFalloff) == 0x000148, "Member 'FBWC_DispLibEnvSettings::LocalFogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogAlbedo) == 0x00014C, "Member 'FBWC_DispLibEnvSettings::LocalFogAlbedo' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogEmissive) == 0x00015C, "Member 'FBWC_DispLibEnvSettings::LocalFogEmissive' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogWeatherTexTilingAndFlowDir) == 0x000170, "Member 'FBWC_DispLibEnvSettings::LocalFogWeatherTexTilingAndFlowDir' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogDensityTex) == 0x000190, "Member 'FBWC_DispLibEnvSettings::LocalFogDensityTex' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogDensityTilingScale) == 0x000198, "Member 'FBWC_DispLibEnvSettings::LocalFogDensityTilingScale' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, LocalFogStartDistance) == 0x0001B0, "Member 'FBWC_DispLibEnvSettings::LocalFogStartDistance' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, WindStrengthScale) == 0x0001B4, "Member 'FBWC_DispLibEnvSettings::WindStrengthScale' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, WindStrengthCurveValue) == 0x0001B8, "Member 'FBWC_DispLibEnvSettings::WindStrengthCurveValue' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, WindStrengthCurve) == 0x0001C0, "Member 'FBWC_DispLibEnvSettings::WindStrengthCurve' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, WeatherFX) == 0x0001C8, "Member 'FBWC_DispLibEnvSettings::WeatherFX' has a wrong offset!"); \ +static_assert(offsetof(FBWC_DispLibEnvSettings, WeatherFXActor) == 0x0001D0, "Member 'FBWC_DispLibEnvSettings::WeatherFXActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSEQSExParam \ +static_assert(alignof(FGSEQSExParam) == 0x000004, "Wrong alignment on FGSEQSExParam"); \ +static_assert(sizeof(FGSEQSExParam) == 0x00000C, "Wrong size on FGSEQSExParam"); \ +static_assert(offsetof(FGSEQSExParam, RunEQSObjReason) == 0x000000, "Member 'FGSEQSExParam::RunEQSObjReason' has a wrong offset!"); \ +static_assert(offsetof(FGSEQSExParam, ExParam_Bool) == 0x000001, "Member 'FGSEQSExParam::ExParam_Bool' has a wrong offset!"); \ +static_assert(offsetof(FGSEQSExParam, ExParam_Int) == 0x000004, "Member 'FGSEQSExParam::ExParam_Int' has a wrong offset!"); \ +static_assert(offsetof(FGSEQSExParam, ExParam_Int2) == 0x000008, "Member 'FGSEQSExParam::ExParam_Int2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSEnvQueryTestItem \ +static_assert(alignof(FGSEnvQueryTestItem) == 0x000008, "Wrong alignment on FGSEnvQueryTestItem"); \ +static_assert(sizeof(FGSEnvQueryTestItem) == 0x000040, "Wrong size on FGSEnvQueryTestItem"); \ +static_assert(offsetof(FGSEnvQueryTestItem, ItemLocation) == 0x000000, "Member 'FGSEnvQueryTestItem::ItemLocation' has a wrong offset!"); \ +static_assert(offsetof(FGSEnvQueryTestItem, ContextActors) == 0x000018, "Member 'FGSEnvQueryTestItem::ContextActors' has a wrong offset!"); \ +static_assert(offsetof(FGSEnvQueryTestItem, ContextLocations) == 0x000028, "Member 'FGSEnvQueryTestItem::ContextLocations' has a wrong offset!"); \ +static_assert(offsetof(FGSEnvQueryTestItem, bContextPerItem) == 0x000038, "Member 'FGSEnvQueryTestItem::bContextPerItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorEventReg \ +static_assert(alignof(FActorEventReg) == 0x000008, "Wrong alignment on FActorEventReg"); \ +static_assert(sizeof(FActorEventReg) == 0x000010, "Wrong size on FActorEventReg"); \ +static_assert(offsetof(FActorEventReg, EventID) == 0x000000, "Member 'FActorEventReg::EventID' has a wrong offset!"); \ +static_assert(offsetof(FActorEventReg, Comp) == 0x000008, "Member 'FActorEventReg::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectionData \ +static_assert(alignof(FProjectionData) == 0x000004, "Wrong alignment on FProjectionData"); \ +static_assert(sizeof(FProjectionData) == 0x00000C, "Wrong size on FProjectionData"); \ +static_assert(offsetof(FProjectionData, ExtentX) == 0x000000, "Member 'FProjectionData::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FProjectionData, ProjectDown) == 0x000004, "Member 'FProjectionData::ProjectDown' has a wrong offset!"); \ +static_assert(offsetof(FProjectionData, ProjectUp) == 0x000008, "Member 'FProjectionData::ProjectUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNotifySoftRefs \ +static_assert(alignof(FNotifySoftRefs) == 0x000008, "Wrong alignment on FNotifySoftRefs"); \ +static_assert(sizeof(FNotifySoftRefs) == 0x000050, "Wrong size on FNotifySoftRefs"); \ +static_assert(offsetof(FNotifySoftRefs, SoftPaths) == 0x000000, "Member 'FNotifySoftRefs::SoftPaths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnorderedObjDict \ +static_assert(alignof(FUnorderedObjDict) == 0x000008, "Wrong alignment on FUnorderedObjDict"); \ +static_assert(sizeof(FUnorderedObjDict) == 0x000078, "Wrong size on FUnorderedObjDict"); \ +static_assert(offsetof(FUnorderedObjDict, mItrIdx) == 0x000000, "Member 'FUnorderedObjDict::mItrIdx' has a wrong offset!"); \ +static_assert(offsetof(FUnorderedObjDict, mSize) == 0x000004, "Member 'FUnorderedObjDict::mSize' has a wrong offset!"); \ +static_assert(offsetof(FUnorderedObjDict, mKey2Idx) == 0x000008, "Member 'FUnorderedObjDict::mKey2Idx' has a wrong offset!"); \ +static_assert(offsetof(FUnorderedObjDict, mIdx2Key) == 0x000058, "Member 'FUnorderedObjDict::mIdx2Key' has a wrong offset!"); \ +static_assert(offsetof(FUnorderedObjDict, mLoopArr) == 0x000068, "Member 'FUnorderedObjDict::mLoopArr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUStCheckTransformArray \ +static_assert(alignof(FUStCheckTransformArray) == 0x000008, "Wrong alignment on FUStCheckTransformArray"); \ +static_assert(sizeof(FUStCheckTransformArray) == 0x000010, "Wrong size on FUStCheckTransformArray"); \ +static_assert(offsetof(FUStCheckTransformArray, TransformList) == 0x000000, "Member 'FUStCheckTransformArray::TransformList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCppTestStructInnerInner \ +static_assert(alignof(FCppTestStructInnerInner) == 0x000004, "Wrong alignment on FCppTestStructInnerInner"); \ +static_assert(sizeof(FCppTestStructInnerInner) == 0x00000C, "Wrong size on FCppTestStructInnerInner"); \ +static_assert(offsetof(FCppTestStructInnerInner, FloatVal) == 0x000000, "Member 'FCppTestStructInnerInner::FloatVal' has a wrong offset!"); \ +static_assert(offsetof(FCppTestStructInnerInner, GameTag) == 0x000004, "Member 'FCppTestStructInnerInner::GameTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUStGSNotifyParam \ +static_assert(alignof(FUStGSNotifyParam) == 0x000008, "Wrong alignment on FUStGSNotifyParam"); \ +static_assert(sizeof(FUStGSNotifyParam) == 0x000048, "Wrong size on FUStGSNotifyParam"); \ +static_assert(offsetof(FUStGSNotifyParam, World) == 0x000000, "Member 'FUStGSNotifyParam::World' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, Owner) == 0x000008, "Member 'FUStGSNotifyParam::Owner' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, CurInstanceID) == 0x000010, "Member 'FUStGSNotifyParam::CurInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, FromInstanceID) == 0x000014, "Member 'FUStGSNotifyParam::FromInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, UniqueId) == 0x000018, "Member 'FUStGSNotifyParam::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, MeshComp) == 0x000020, "Member 'FUStGSNotifyParam::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, Animation) == 0x000028, "Member 'FUStGSNotifyParam::Animation' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, AnimNotifyEvent_LinkValue) == 0x000030, "Member 'FUStGSNotifyParam::AnimNotifyEvent_LinkValue' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, NotifyBeginTime) == 0x000034, "Member 'FUStGSNotifyParam::NotifyBeginTime' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, NotifyEndTime) == 0x000038, "Member 'FUStGSNotifyParam::NotifyEndTime' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyParam, FromSectionName) == 0x00003C, "Member 'FUStGSNotifyParam::FromSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUStGSNotifyDelayExecuteContext \ +static_assert(alignof(FUStGSNotifyDelayExecuteContext) == 0x000008, "Wrong alignment on FUStGSNotifyDelayExecuteContext"); \ +static_assert(sizeof(FUStGSNotifyDelayExecuteContext) == 0x0000A8, "Wrong size on FUStGSNotifyDelayExecuteContext"); \ +static_assert(offsetof(FUStGSNotifyDelayExecuteContext, NotifyParam) == 0x000000, "Member 'FUStGSNotifyDelayExecuteContext::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyDelayExecuteContext, NotifyEventType) == 0x000048, "Member 'FUStGSNotifyDelayExecuteContext::NotifyEventType' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyDelayExecuteContext, GSNotify) == 0x000050, "Member 'FUStGSNotifyDelayExecuteContext::GSNotify' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyDelayExecuteContext, GSNotifyState) == 0x000058, "Member 'FUStGSNotifyDelayExecuteContext::GSNotifyState' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyDelayExecuteContext, ScaledNotifyStateTotalTime) == 0x000060, "Member 'FUStGSNotifyDelayExecuteContext::ScaledNotifyStateTotalTime' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyDelayExecuteContext, FrameDeltaTime) == 0x000064, "Member 'FUStGSNotifyDelayExecuteContext::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyDelayExecuteContext, EventReference) == 0x000068, "Member 'FUStGSNotifyDelayExecuteContext::EventReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUStGSNotifyStateCache \ +static_assert(alignof(FUStGSNotifyStateCache) == 0x000008, "Wrong alignment on FUStGSNotifyStateCache"); \ +static_assert(sizeof(FUStGSNotifyStateCache) == 0x000020, "Wrong size on FUStGSNotifyStateCache"); \ +static_assert(offsetof(FUStGSNotifyStateCache, NotifyParams) == 0x000000, "Member 'FUStGSNotifyStateCache::NotifyParams' has a wrong offset!"); \ +static_assert(offsetof(FUStGSNotifyStateCache, NotifyStatePtrs) == 0x000010, "Member 'FUStGSNotifyStateCache::NotifyStatePtrs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitWeaponPreview \ +static_assert(alignof(FUnitWeaponPreview) == 0x000008, "Wrong alignment on FUnitWeaponPreview"); \ +static_assert(sizeof(FUnitWeaponPreview) == 0x000010, "Wrong size on FUnitWeaponPreview"); \ +static_assert(offsetof(FUnitWeaponPreview, Weapon) == 0x000000, "Member 'FUnitWeaponPreview::Weapon' has a wrong offset!"); \ +static_assert(offsetof(FUnitWeaponPreview, SocketName) == 0x000008, "Member 'FUnitWeaponPreview::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSocketName \ +static_assert(alignof(FSocketName) == 0x000004, "Wrong alignment on FSocketName"); \ +static_assert(sizeof(FSocketName) == 0x000010, "Wrong size on FSocketName"); \ +static_assert(offsetof(FSocketName, FirstSocketName) == 0x000000, "Member 'FSocketName::FirstSocketName' has a wrong offset!"); \ +static_assert(offsetof(FSocketName, SecondSocketName) == 0x000008, "Member 'FSocketName::SecondSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FB1ConnectionAlwaysRelevantNodePair \ +static_assert(alignof(FB1ConnectionAlwaysRelevantNodePair) == 0x000008, "Wrong alignment on FB1ConnectionAlwaysRelevantNodePair"); \ +static_assert(sizeof(FB1ConnectionAlwaysRelevantNodePair) == 0x000010, "Wrong size on FB1ConnectionAlwaysRelevantNodePair"); \ +static_assert(offsetof(FB1ConnectionAlwaysRelevantNodePair, NetConnection) == 0x000000, "Member 'FB1ConnectionAlwaysRelevantNodePair::NetConnection' has a wrong offset!"); \ +static_assert(offsetof(FB1ConnectionAlwaysRelevantNodePair, Node) == 0x000008, "Member 'FB1ConnectionAlwaysRelevantNodePair::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorGuidOption \ +static_assert(alignof(FActorGuidOption) == 0x000008, "Wrong alignment on FActorGuidOption"); \ +static_assert(sizeof(FActorGuidOption) == 0x000020, "Wrong size on FActorGuidOption"); \ +static_assert(offsetof(FActorGuidOption, DisplayName) == 0x000000, "Member 'FActorGuidOption::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FActorGuidOption, ActorGuid) == 0x000010, "Member 'FActorGuidOption::ActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRootMotionSource_CopyAnim \ +static_assert(alignof(FRootMotionSource_CopyAnim) == 0x000010, "Wrong alignment on FRootMotionSource_CopyAnim"); \ +static_assert(sizeof(FRootMotionSource_CopyAnim) == 0x000140, "Wrong size on FRootMotionSource_CopyAnim"); \ +static_assert(offsetof(FRootMotionSource_CopyAnim, AnimRootMotionTransform) == 0x0000E0, "Member 'FRootMotionSource_CopyAnim::AnimRootMotionTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitResultSimple \ +static_assert(alignof(FHitResultSimple) == 0x000008, "Wrong alignment on FHitResultSimple"); \ +static_assert(sizeof(FHitResultSimple) == 0x000048, "Wrong size on FHitResultSimple"); \ +static_assert(offsetof(FHitResultSimple, SurfaceType) == 0x000000, "Member 'FHitResultSimple::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FHitResultSimple, HitLocation) == 0x000008, "Member 'FHitResultSimple::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FHitResultSimple, HitImpactNormal) == 0x000020, "Member 'FHitResultSimple::HitImpactNormal' has a wrong offset!"); \ +static_assert(offsetof(FHitResultSimple, HitActor) == 0x000038, "Member 'FHitResultSimple::HitActor' has a wrong offset!"); \ +static_assert(offsetof(FHitResultSimple, bIsBlockingHit) == 0x000040, "Member 'FHitResultSimple::bIsBlockingHit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerHighLODMeshConfig \ +static_assert(alignof(FTamerHighLODMeshConfig) == 0x000010, "Wrong alignment on FTamerHighLODMeshConfig"); \ +static_assert(sizeof(FTamerHighLODMeshConfig) == 0x000080, "Wrong size on FTamerHighLODMeshConfig"); \ +static_assert(offsetof(FTamerHighLODMeshConfig, Mesh) == 0x000000, "Member 'FTamerHighLODMeshConfig::Mesh' has a wrong offset!"); \ +static_assert(offsetof(FTamerHighLODMeshConfig, BstdAnim) == 0x000008, "Member 'FTamerHighLODMeshConfig::BstdAnim' has a wrong offset!"); \ +static_assert(offsetof(FTamerHighLODMeshConfig, MeshTransform) == 0x000010, "Member 'FTamerHighLODMeshConfig::MeshTransform' has a wrong offset!"); \ +static_assert(offsetof(FTamerHighLODMeshConfig, Materials) == 0x000070, "Member 'FTamerHighLODMeshConfig::Materials' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerHighLODRootMeshConfig \ +static_assert(alignof(FTamerHighLODRootMeshConfig) == 0x000010, "Wrong alignment on FTamerHighLODRootMeshConfig"); \ +static_assert(sizeof(FTamerHighLODRootMeshConfig) == 0x0000D0, "Wrong size on FTamerHighLODRootMeshConfig"); \ +static_assert(offsetof(FTamerHighLODRootMeshConfig, SubMeshes) == 0x000080, "Member 'FTamerHighLODRootMeshConfig::SubMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceTickWarningConfig \ +static_assert(alignof(FTraceTickWarningConfig) == 0x000008, "Wrong alignment on FTraceTickWarningConfig"); \ +static_assert(sizeof(FTraceTickWarningConfig) == 0x000068, "Wrong size on FTraceTickWarningConfig"); \ +static_assert(offsetof(FTraceTickWarningConfig, TraceStatWarningInfo) == 0x000000, "Member 'FTraceTickWarningConfig::TraceStatWarningInfo' has a wrong offset!"); \ +static_assert(offsetof(FTraceTickWarningConfig, EngineLoopAndSlate_TickTimeWarningLineMS) == 0x000050, "Member 'FTraceTickWarningConfig::EngineLoopAndSlate_TickTimeWarningLineMS' has a wrong offset!"); \ +static_assert(offsetof(FTraceTickWarningConfig, StatCacheRange) == 0x000058, "Member 'FTraceTickWarningConfig::StatCacheRange' has a wrong offset!"); \ +static_assert(offsetof(FTraceTickWarningConfig, TickSortType) == 0x000060, "Member 'FTraceTickWarningConfig::TickSortType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStutteringWarningConfig \ +static_assert(alignof(FStutteringWarningConfig) == 0x000008, "Wrong alignment on FStutteringWarningConfig"); \ +static_assert(sizeof(FStutteringWarningConfig) == 0x000018, "Wrong size on FStutteringWarningConfig"); \ +static_assert(offsetof(FStutteringWarningConfig, StutteringTime) == 0x000000, "Member 'FStutteringWarningConfig::StutteringTime' has a wrong offset!"); \ +static_assert(offsetof(FStutteringWarningConfig, StatNameList) == 0x000008, "Member 'FStutteringWarningConfig::StatNameList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExtraWarningConfig \ +static_assert(alignof(FExtraWarningConfig) == 0x000008, "Wrong alignment on FExtraWarningConfig"); \ +static_assert(sizeof(FExtraWarningConfig) == 0x000050, "Wrong size on FExtraWarningConfig"); \ +static_assert(offsetof(FExtraWarningConfig, ExtraStatWarningInfo) == 0x000000, "Member 'FExtraWarningConfig::ExtraStatWarningInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceSpawnAndSyncWarningConfig \ +static_assert(alignof(FTraceSpawnAndSyncWarningConfig) == 0x000008, "Wrong alignment on FTraceSpawnAndSyncWarningConfig"); \ +static_assert(sizeof(FTraceSpawnAndSyncWarningConfig) == 0x000058, "Wrong size on FTraceSpawnAndSyncWarningConfig"); \ +static_assert(offsetof(FTraceSpawnAndSyncWarningConfig, SpawnAndSyncSortType) == 0x000000, "Member 'FTraceSpawnAndSyncWarningConfig::SpawnAndSyncSortType' has a wrong offset!"); \ +static_assert(offsetof(FTraceSpawnAndSyncWarningConfig, TraceSpawnAndSyncWarningInfo) == 0x000008, "Member 'FTraceSpawnAndSyncWarningConfig::TraceSpawnAndSyncWarningInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGlobalTraceConfig \ +static_assert(alignof(FGlobalTraceConfig) == 0x000008, "Wrong alignment on FGlobalTraceConfig"); \ +static_assert(sizeof(FGlobalTraceConfig) == 0x000130, "Wrong size on FGlobalTraceConfig"); \ +static_assert(offsetof(FGlobalTraceConfig, EnableTraceing) == 0x000000, "Member 'FGlobalTraceConfig::EnableTraceing' has a wrong offset!"); \ +static_assert(offsetof(FGlobalTraceConfig, TickWarningConfig) == 0x000008, "Member 'FGlobalTraceConfig::TickWarningConfig' has a wrong offset!"); \ +static_assert(offsetof(FGlobalTraceConfig, SpawnAndSyncWarningConfig) == 0x000070, "Member 'FGlobalTraceConfig::SpawnAndSyncWarningConfig' has a wrong offset!"); \ +static_assert(offsetof(FGlobalTraceConfig, ExtraWarningConfig) == 0x0000C8, "Member 'FGlobalTraceConfig::ExtraWarningConfig' has a wrong offset!"); \ +static_assert(offsetof(FGlobalTraceConfig, StutteringWarningConfig) == 0x000118, "Member 'FGlobalTraceConfig::StutteringWarningConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickTraceOutPutInfo \ +static_assert(alignof(FTickTraceOutPutInfo) == 0x000008, "Wrong alignment on FTickTraceOutPutInfo"); \ +static_assert(sizeof(FTickTraceOutPutInfo) == 0x000040, "Wrong size on FTickTraceOutPutInfo"); \ +static_assert(offsetof(FTickTraceOutPutInfo, StatName) == 0x000000, "Member 'FTickTraceOutPutInfo::StatName' has a wrong offset!"); \ +static_assert(offsetof(FTickTraceOutPutInfo, WarningTime) == 0x000010, "Member 'FTickTraceOutPutInfo::WarningTime' has a wrong offset!"); \ +static_assert(offsetof(FTickTraceOutPutInfo, MaxTickTime) == 0x000018, "Member 'FTickTraceOutPutInfo::MaxTickTime' has a wrong offset!"); \ +static_assert(offsetof(FTickTraceOutPutInfo, AvgTime) == 0x000020, "Member 'FTickTraceOutPutInfo::AvgTime' has a wrong offset!"); \ +static_assert(offsetof(FTickTraceOutPutInfo, AboveWarningTimeCount) == 0x000028, "Member 'FTickTraceOutPutInfo::AboveWarningTimeCount' has a wrong offset!"); \ +static_assert(offsetof(FTickTraceOutPutInfo, AboveWarningTimePercent) == 0x000030, "Member 'FTickTraceOutPutInfo::AboveWarningTimePercent' has a wrong offset!"); \ +static_assert(offsetof(FTickTraceOutPutInfo, AvgCallCount) == 0x000038, "Member 'FTickTraceOutPutInfo::AvgCallCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTickTraceTimerOutPutInfo \ +static_assert(alignof(FTickTraceTimerOutPutInfo) == 0x000008, "Wrong alignment on FTickTraceTimerOutPutInfo"); \ +static_assert(sizeof(FTickTraceTimerOutPutInfo) == 0x000018, "Wrong size on FTickTraceTimerOutPutInfo"); \ +static_assert(offsetof(FTickTraceTimerOutPutInfo, StatName) == 0x000000, "Member 'FTickTraceTimerOutPutInfo::StatName' has a wrong offset!"); \ +static_assert(offsetof(FTickTraceTimerOutPutInfo, AvgTime) == 0x000010, "Member 'FTickTraceTimerOutPutInfo::AvgTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnAndSyncOutPutInfo \ +static_assert(alignof(FSpawnAndSyncOutPutInfo) == 0x000008, "Wrong alignment on FSpawnAndSyncOutPutInfo"); \ +static_assert(sizeof(FSpawnAndSyncOutPutInfo) == 0x000020, "Wrong size on FSpawnAndSyncOutPutInfo"); \ +static_assert(offsetof(FSpawnAndSyncOutPutInfo, StatName) == 0x000000, "Member 'FSpawnAndSyncOutPutInfo::StatName' has a wrong offset!"); \ +static_assert(offsetof(FSpawnAndSyncOutPutInfo, ElapsedTime) == 0x000010, "Member 'FSpawnAndSyncOutPutInfo::ElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(FSpawnAndSyncOutPutInfo, ExpectTime) == 0x000018, "Member 'FSpawnAndSyncOutPutInfo::ExpectTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStutteringOutPutInfo \ +static_assert(alignof(FStutteringOutPutInfo) == 0x000008, "Wrong alignment on FStutteringOutPutInfo"); \ +static_assert(sizeof(FStutteringOutPutInfo) == 0x000020, "Wrong size on FStutteringOutPutInfo"); \ +static_assert(offsetof(FStutteringOutPutInfo, FrameIndex) == 0x000000, "Member 'FStutteringOutPutInfo::FrameIndex' has a wrong offset!"); \ +static_assert(offsetof(FStutteringOutPutInfo, STAT_FrameTime) == 0x000008, "Member 'FStutteringOutPutInfo::STAT_FrameTime' has a wrong offset!"); \ +static_assert(offsetof(FStutteringOutPutInfo, StatInfnList) == 0x000010, "Member 'FStutteringOutPutInfo::StatInfnList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceDataTimerInfo \ +static_assert(alignof(FTraceDataTimerInfo) == 0x000008, "Wrong alignment on FTraceDataTimerInfo"); \ +static_assert(sizeof(FTraceDataTimerInfo) == 0x000018, "Wrong size on FTraceDataTimerInfo"); \ +static_assert(offsetof(FTraceDataTimerInfo, FrameCount_InFetchTick) == 0x000000, "Member 'FTraceDataTimerInfo::FrameCount_InFetchTick' has a wrong offset!"); \ +static_assert(offsetof(FTraceDataTimerInfo, TickStatDatas) == 0x000008, "Member 'FTraceDataTimerInfo::TickStatDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSCycleStatResult \ +static_assert(alignof(FGSCycleStatResult) == 0x000008, "Wrong alignment on FGSCycleStatResult"); \ +static_assert(sizeof(FGSCycleStatResult) == 0x000020, "Wrong size on FGSCycleStatResult"); \ +static_assert(offsetof(FGSCycleStatResult, StatName) == 0x000000, "Member 'FGSCycleStatResult::StatName' has a wrong offset!"); \ +static_assert(offsetof(FGSCycleStatResult, Value) == 0x000010, "Member 'FGSCycleStatResult::Value' has a wrong offset!"); \ +static_assert(offsetof(FGSCycleStatResult, StatType) == 0x000018, "Member 'FGSCycleStatResult::StatType' has a wrong offset!"); \ +static_assert(offsetof(FGSCycleStatResult, CallCount) == 0x00001C, "Member 'FGSCycleStatResult::CallCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTraceStatResult \ +static_assert(alignof(FTraceStatResult) == 0x000008, "Wrong alignment on FTraceStatResult"); \ +static_assert(sizeof(FTraceStatResult) == 0x000018, "Wrong size on FTraceStatResult"); \ +static_assert(offsetof(FTraceStatResult, StatName) == 0x000000, "Member 'FTraceStatResult::StatName' has a wrong offset!"); \ +static_assert(offsetof(FTraceStatResult, Value) == 0x000010, "Member 'FTraceStatResult::Value' has a wrong offset!"); \ +static_assert(offsetof(FTraceStatResult, StatType) == 0x000014, "Member 'FTraceStatResult::StatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGWOnlineAchievementTag \ +static_assert(alignof(FBGWOnlineAchievementTag) == 0x000008, "Wrong alignment on FBGWOnlineAchievementTag"); \ +static_assert(sizeof(FBGWOnlineAchievementTag) == 0x000018, "Wrong size on FBGWOnlineAchievementTag"); \ +static_assert(offsetof(FBGWOnlineAchievementTag, ID) == 0x000000, "Member 'FBGWOnlineAchievementTag::ID' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineAchievementTag, Progress) == 0x000010, "Member 'FBGWOnlineAchievementTag::Progress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGWOnlineAchievementDesc \ +static_assert(alignof(FBGWOnlineAchievementDesc) == 0x000008, "Wrong alignment on FBGWOnlineAchievementDesc"); \ +static_assert(sizeof(FBGWOnlineAchievementDesc) == 0x000058, "Wrong size on FBGWOnlineAchievementDesc"); \ +static_assert(offsetof(FBGWOnlineAchievementDesc, Title) == 0x000000, "Member 'FBGWOnlineAchievementDesc::Title' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineAchievementDesc, LockedDesc) == 0x000018, "Member 'FBGWOnlineAchievementDesc::LockedDesc' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineAchievementDesc, UnlockedDesc) == 0x000030, "Member 'FBGWOnlineAchievementDesc::UnlockedDesc' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineAchievementDesc, bIsHidden) == 0x000048, "Member 'FBGWOnlineAchievementDesc::bIsHidden' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineAchievementDesc, UnlockTime) == 0x000050, "Member 'FBGWOnlineAchievementDesc::UnlockTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGWOnlineFriendInfo \ +static_assert(alignof(FBGWOnlineFriendInfo) == 0x000008, "Wrong alignment on FBGWOnlineFriendInfo"); \ +static_assert(sizeof(FBGWOnlineFriendInfo) == 0x000038, "Wrong size on FBGWOnlineFriendInfo"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, SessionId) == 0x000000, "Member 'FBGWOnlineFriendInfo::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, DisplayName) == 0x000010, "Member 'FBGWOnlineFriendInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, RealName) == 0x000020, "Member 'FBGWOnlineFriendInfo::RealName' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, bIsOnline) == 0x000030, "Member 'FBGWOnlineFriendInfo::bIsOnline' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, bIsPlaying) == 0x000031, "Member 'FBGWOnlineFriendInfo::bIsPlaying' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, bIsPlayingThisGame) == 0x000032, "Member 'FBGWOnlineFriendInfo::bIsPlayingThisGame' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, bIsJoinable) == 0x000033, "Member 'FBGWOnlineFriendInfo::bIsJoinable' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, bHasVoiceSupport) == 0x000034, "Member 'FBGWOnlineFriendInfo::bHasVoiceSupport' has a wrong offset!"); \ +static_assert(offsetof(FBGWOnlineFriendInfo, Status) == 0x000035, "Member 'FBGWOnlineFriendInfo::Status' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGWSessionSearchResult \ +static_assert(alignof(FBGWSessionSearchResult) == 0x000008, "Wrong alignment on FBGWSessionSearchResult"); \ +static_assert(sizeof(FBGWSessionSearchResult) == 0x000140, "Wrong size on FBGWSessionSearchResult"); \ +static_assert(offsetof(FBGWSessionSearchResult, OwningUserId) == 0x000108, "Member 'FBGWSessionSearchResult::OwningUserId' has a wrong offset!"); \ +static_assert(offsetof(FBGWSessionSearchResult, SessionId) == 0x000118, "Member 'FBGWSessionSearchResult::SessionId' has a wrong offset!"); \ +static_assert(offsetof(FBGWSessionSearchResult, OwningUserName) == 0x000128, "Member 'FBGWSessionSearchResult::OwningUserName' has a wrong offset!"); \ +static_assert(offsetof(FBGWSessionSearchResult, MaxPlayerCount) == 0x000138, "Member 'FBGWSessionSearchResult::MaxPlayerCount' has a wrong offset!"); \ +static_assert(offsetof(FBGWSessionSearchResult, AvaiablePlayercount) == 0x00013C, "Member 'FBGWSessionSearchResult::AvaiablePlayercount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGWOnlineSessionContext \ +static_assert(alignof(FBGWOnlineSessionContext) == 0x000008, "Wrong alignment on FBGWOnlineSessionContext"); \ +static_assert(sizeof(FBGWOnlineSessionContext) == 0x000010, "Wrong size on FBGWOnlineSessionContext"); \ +static_assert(offsetof(FBGWOnlineSessionContext, SearchResults) == 0x000000, "Member 'FBGWOnlineSessionContext::SearchResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlueprintSearchResult \ +static_assert(alignof(FBlueprintSearchResult) == 0x000008, "Wrong alignment on FBlueprintSearchResult"); \ +static_assert(sizeof(FBlueprintSearchResult) == 0x000160, "Wrong size on FBlueprintSearchResult"); \ +static_assert(offsetof(FBlueprintSearchResult, ServerName) == 0x000108, "Member 'FBlueprintSearchResult::ServerName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintSearchResult, bIsInProgress) == 0x000118, "Member 'FBlueprintSearchResult::bIsInProgress' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintSearchResult, MapName) == 0x000120, "Member 'FBlueprintSearchResult::MapName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintSearchResult, PingInMs) == 0x000130, "Member 'FBlueprintSearchResult::PingInMs' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintSearchResult, CurrentPlayers) == 0x000134, "Member 'FBlueprintSearchResult::CurrentPlayers' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintSearchResult, MaxPlayers) == 0x000138, "Member 'FBlueprintSearchResult::MaxPlayers' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintSearchResult, HostPlayerName) == 0x000140, "Member 'FBlueprintSearchResult::HostPlayerName' has a wrong offset!"); \ +static_assert(offsetof(FBlueprintSearchResult, MessageDigest) == 0x000150, "Member 'FBlueprintSearchResult::MessageDigest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDesiredStatTableRow \ +static_assert(alignof(FDesiredStatTableRow) == 0x000008, "Wrong alignment on FDesiredStatTableRow"); \ +static_assert(sizeof(FDesiredStatTableRow) == 0x000020, "Wrong size on FDesiredStatTableRow"); \ +static_assert(offsetof(FDesiredStatTableRow, Label) == 0x000008, "Member 'FDesiredStatTableRow::Label' has a wrong offset!"); \ +static_assert(offsetof(FDesiredStatTableRow, Threshold) == 0x000018, "Member 'FDesiredStatTableRow::Threshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRHIResourceSummaryInfo \ +static_assert(alignof(FRHIResourceSummaryInfo) == 0x000004, "Wrong alignment on FRHIResourceSummaryInfo"); \ +static_assert(sizeof(FRHIResourceSummaryInfo) == 0x000008, "Wrong size on FRHIResourceSummaryInfo"); \ +static_assert(offsetof(FRHIResourceSummaryInfo, VRAMAllocation) == 0x000000, "Member 'FRHIResourceSummaryInfo::VRAMAllocation' has a wrong offset!"); \ +static_assert(offsetof(FRHIResourceSummaryInfo, Percentage) == 0x000004, "Member 'FRHIResourceSummaryInfo::Percentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRHIMemInfo \ +static_assert(alignof(FRHIMemInfo) == 0x000008, "Wrong alignment on FRHIMemInfo"); \ +static_assert(sizeof(FRHIMemInfo) == 0x000058, "Wrong size on FRHIMemInfo"); \ +static_assert(offsetof(FRHIMemInfo, TotalVRAM) == 0x000000, "Member 'FRHIMemInfo::TotalVRAM' has a wrong offset!"); \ +static_assert(offsetof(FRHIMemInfo, SummaryInfo) == 0x000008, "Member 'FRHIMemInfo::SummaryInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSLevelLatentAction \ +static_assert(alignof(FGSLevelLatentAction) == 0x000008, "Wrong alignment on FGSLevelLatentAction"); \ +static_assert(sizeof(FGSLevelLatentAction) == 0x000028, "Wrong size on FGSLevelLatentAction"); \ + +#define DUMPER7_ASSERTS_FSetLevelsStateTask \ +static_assert(alignof(FSetLevelsStateTask) == 0x000008, "Wrong alignment on FSetLevelsStateTask"); \ +static_assert(sizeof(FSetLevelsStateTask) == 0x000030, "Wrong size on FSetLevelsStateTask"); \ + +#define DUMPER7_ASSERTS_FBGWLevelStreamingVolumeArr \ +static_assert(alignof(FBGWLevelStreamingVolumeArr) == 0x000008, "Wrong alignment on FBGWLevelStreamingVolumeArr"); \ +static_assert(sizeof(FBGWLevelStreamingVolumeArr) == 0x000010, "Wrong size on FBGWLevelStreamingVolumeArr"); \ +static_assert(offsetof(FBGWLevelStreamingVolumeArr, VolumeArr) == 0x000000, "Member 'FBGWLevelStreamingVolumeArr::VolumeArr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGWVisibleLevelStreamingSettings \ +static_assert(alignof(FBGWVisibleLevelStreamingSettings) == 0x000001, "Wrong alignment on FBGWVisibleLevelStreamingSettings"); \ +static_assert(sizeof(FBGWVisibleLevelStreamingSettings) == 0x000003, "Wrong size on FBGWVisibleLevelStreamingSettings"); \ + +#define DUMPER7_ASSERTS_FGSCameraSequenceData \ +static_assert(alignof(FGSCameraSequenceData) == 0x000008, "Wrong alignment on FGSCameraSequenceData"); \ +static_assert(sizeof(FGSCameraSequenceData) == 0x000018, "Wrong size on FGSCameraSequenceData"); \ +static_assert(offsetof(FGSCameraSequenceData, CameraSequence) == 0x000000, "Member 'FGSCameraSequenceData::CameraSequence' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequenceData, CameraRailClass) == 0x000008, "Member 'FGSCameraSequenceData::CameraRailClass' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequenceData, bShouldUseCinematicCamera) == 0x000010, "Member 'FGSCameraSequenceData::bShouldUseCinematicCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSCameraSequencePlaySetting \ +static_assert(alignof(FGSCameraSequencePlaySetting) == 0x000008, "Wrong alignment on FGSCameraSequencePlaySetting"); \ +static_assert(sizeof(FGSCameraSequencePlaySetting) == 0x000030, "Wrong size on FGSCameraSequencePlaySetting"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, CameraSequenceList) == 0x000000, "Member 'FGSCameraSequencePlaySetting::CameraSequenceList' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, RefRotatorType) == 0x000010, "Member 'FGSCameraSequencePlaySetting::RefRotatorType' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, InCameraBlendType) == 0x000011, "Member 'FGSCameraSequencePlaySetting::InCameraBlendType' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, InCameraBlendSpeed) == 0x000014, "Member 'FGSCameraSequencePlaySetting::InCameraBlendSpeed' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, InCameraBlendTimeUseNotifyStateLength) == 0x000018, "Member 'FGSCameraSequencePlaySetting::InCameraBlendTimeUseNotifyStateLength' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, InCameraBlendFuncType) == 0x000019, "Member 'FGSCameraSequencePlaySetting::InCameraBlendFuncType' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, InCameraBlendFuncExp) == 0x00001C, "Member 'FGSCameraSequencePlaySetting::InCameraBlendFuncExp' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, OutCameraBlendTime) == 0x000020, "Member 'FGSCameraSequencePlaySetting::OutCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, OutCameraBlendFuncType) == 0x000024, "Member 'FGSCameraSequencePlaySetting::OutCameraBlendFuncType' has a wrong offset!"); \ +static_assert(offsetof(FGSCameraSequencePlaySetting, OutCameraBlendFuncExp) == 0x000028, "Member 'FGSCameraSequencePlaySetting::OutCameraBlendFuncExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUStGSOverlapResult \ +static_assert(alignof(FUStGSOverlapResult) == 0x000004, "Wrong alignment on FUStGSOverlapResult"); \ +static_assert(sizeof(FUStGSOverlapResult) == 0x000014, "Wrong size on FUStGSOverlapResult"); \ +static_assert(offsetof(FUStGSOverlapResult, Actor) == 0x000000, "Member 'FUStGSOverlapResult::Actor' has a wrong offset!"); \ +static_assert(offsetof(FUStGSOverlapResult, Component) == 0x000008, "Member 'FUStGSOverlapResult::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomJumpData \ +static_assert(alignof(FCustomJumpData) == 0x000004, "Wrong alignment on FCustomJumpData"); \ +static_assert(sizeof(FCustomJumpData) == 0x000010, "Wrong size on FCustomJumpData"); \ +static_assert(offsetof(FCustomJumpData, CustomJumpVelocityIncrement_Pressed) == 0x000000, "Member 'FCustomJumpData::CustomJumpVelocityIncrement_Pressed' has a wrong offset!"); \ +static_assert(offsetof(FCustomJumpData, LastCustomJumpVelocityIncrement_Pressed) == 0x000004, "Member 'FCustomJumpData::LastCustomJumpVelocityIncrement_Pressed' has a wrong offset!"); \ +static_assert(offsetof(FCustomJumpData, Delta_VelocityZIncrement_CustomJump) == 0x000008, "Member 'FCustomJumpData::Delta_VelocityZIncrement_CustomJump' has a wrong offset!"); \ +static_assert(offsetof(FCustomJumpData, LastVelocityZIncrement_CustomJump) == 0x00000C, "Member 'FCustomJumpData::LastVelocityZIncrement_CustomJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSSweepCheckShapeInfo \ +static_assert(alignof(FGSSweepCheckShapeInfo) == 0x000008, "Wrong alignment on FGSSweepCheckShapeInfo"); \ +static_assert(sizeof(FGSSweepCheckShapeInfo) == 0x000028, "Wrong size on FGSSweepCheckShapeInfo"); \ +static_assert(offsetof(FGSSweepCheckShapeInfo, SweepCheckShapeType) == 0x000000, "Member 'FGSSweepCheckShapeInfo::SweepCheckShapeType' has a wrong offset!"); \ +static_assert(offsetof(FGSSweepCheckShapeInfo, ShapeParamVector) == 0x000008, "Member 'FGSSweepCheckShapeInfo::ShapeParamVector' has a wrong offset!"); \ +static_assert(offsetof(FGSSweepCheckShapeInfo, ShapeParamFloat) == 0x000020, "Member 'FGSSweepCheckShapeInfo::ShapeParamFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSFloatCurveToParam \ +static_assert(alignof(FGSFloatCurveToParam) == 0x000008, "Wrong alignment on FGSFloatCurveToParam"); \ +static_assert(sizeof(FGSFloatCurveToParam) == 0x000028, "Wrong size on FGSFloatCurveToParam"); \ +static_assert(offsetof(FGSFloatCurveToParam, CurveFloat) == 0x000000, "Member 'FGSFloatCurveToParam::CurveFloat' has a wrong offset!"); \ +static_assert(offsetof(FGSFloatCurveToParam, NotUseCurve) == 0x000008, "Member 'FGSFloatCurveToParam::NotUseCurve' has a wrong offset!"); \ +static_assert(offsetof(FGSFloatCurveToParam, OriFloatValue) == 0x00000C, "Member 'FGSFloatCurveToParam::OriFloatValue' has a wrong offset!"); \ +static_assert(offsetof(FGSFloatCurveToParam, TargetFloatValue) == 0x000010, "Member 'FGSFloatCurveToParam::TargetFloatValue' has a wrong offset!"); \ +static_assert(offsetof(FGSFloatCurveToParam, ParamName) == 0x000014, "Member 'FGSFloatCurveToParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FGSFloatCurveToParam, Association) == 0x00001C, "Member 'FGSFloatCurveToParam::Association' has a wrong offset!"); \ +static_assert(offsetof(FGSFloatCurveToParam, LayerFunction) == 0x000020, "Member 'FGSFloatCurveToParam::LayerFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSLinearColorCurveToParam \ +static_assert(alignof(FGSLinearColorCurveToParam) == 0x000008, "Wrong alignment on FGSLinearColorCurveToParam"); \ +static_assert(sizeof(FGSLinearColorCurveToParam) == 0x000040, "Wrong size on FGSLinearColorCurveToParam"); \ +static_assert(offsetof(FGSLinearColorCurveToParam, CurveLinearColor) == 0x000000, "Member 'FGSLinearColorCurveToParam::CurveLinearColor' has a wrong offset!"); \ +static_assert(offsetof(FGSLinearColorCurveToParam, NotUseCurve) == 0x000008, "Member 'FGSLinearColorCurveToParam::NotUseCurve' has a wrong offset!"); \ +static_assert(offsetof(FGSLinearColorCurveToParam, OriLinearColorValue) == 0x00000C, "Member 'FGSLinearColorCurveToParam::OriLinearColorValue' has a wrong offset!"); \ +static_assert(offsetof(FGSLinearColorCurveToParam, TargetLinearColorValue) == 0x00001C, "Member 'FGSLinearColorCurveToParam::TargetLinearColorValue' has a wrong offset!"); \ +static_assert(offsetof(FGSLinearColorCurveToParam, ParamName) == 0x00002C, "Member 'FGSLinearColorCurveToParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FGSLinearColorCurveToParam, Association) == 0x000034, "Member 'FGSLinearColorCurveToParam::Association' has a wrong offset!"); \ +static_assert(offsetof(FGSLinearColorCurveToParam, LayerFunction) == 0x000038, "Member 'FGSLinearColorCurveToParam::LayerFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSStreamingLevelLoadSetting \ +static_assert(alignof(FGSStreamingLevelLoadSetting) == 0x000001, "Wrong alignment on FGSStreamingLevelLoadSetting"); \ +static_assert(sizeof(FGSStreamingLevelLoadSetting) == 0x000003, "Wrong size on FGSStreamingLevelLoadSetting"); \ +static_assert(offsetof(FGSStreamingLevelLoadSetting, bShouldBeLoaded) == 0x000000, "Member 'FGSStreamingLevelLoadSetting::bShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(FGSStreamingLevelLoadSetting, bShouldBeVisible) == 0x000001, "Member 'FGSStreamingLevelLoadSetting::bShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(FGSStreamingLevelLoadSetting, bShouldBlockOnLoad) == 0x000002, "Member 'FGSStreamingLevelLoadSetting::bShouldBlockOnLoad' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSEnvNamedValue \ +static_assert(alignof(FGSEnvNamedValue) == 0x000004, "Wrong alignment on FGSEnvNamedValue"); \ +static_assert(sizeof(FGSEnvNamedValue) == 0x000010, "Wrong size on FGSEnvNamedValue"); \ +static_assert(offsetof(FGSEnvNamedValue, ParamName) == 0x000000, "Member 'FGSEnvNamedValue::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FGSEnvNamedValue, ParamType) == 0x000008, "Member 'FGSEnvNamedValue::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FGSEnvNamedValue, Value) == 0x00000C, "Member 'FGSEnvNamedValue::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSMontageCostInfoData \ +static_assert(alignof(FGSMontageCostInfoData) == 0x000008, "Wrong alignment on FGSMontageCostInfoData"); \ +static_assert(sizeof(FGSMontageCostInfoData) == 0x000018, "Wrong size on FGSMontageCostInfoData"); \ +static_assert(offsetof(FGSMontageCostInfoData, StartMontage) == 0x000000, "Member 'FGSMontageCostInfoData::StartMontage' has a wrong offset!"); \ +static_assert(offsetof(FGSMontageCostInfoData, NextMontage) == 0x000008, "Member 'FGSMontageCostInfoData::NextMontage' has a wrong offset!"); \ +static_assert(offsetof(FGSMontageCostInfoData, CostValue) == 0x000010, "Member 'FGSMontageCostInfoData::CostValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSSetLevelStateFailedInfo \ +static_assert(alignof(FGSSetLevelStateFailedInfo) == 0x000008, "Wrong alignment on FGSSetLevelStateFailedInfo"); \ +static_assert(sizeof(FGSSetLevelStateFailedInfo) == 0x000018, "Wrong size on FGSSetLevelStateFailedInfo"); \ +static_assert(offsetof(FGSSetLevelStateFailedInfo, LevelName) == 0x000000, "Member 'FGSSetLevelStateFailedInfo::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FGSSetLevelStateFailedInfo, Result) == 0x000010, "Member 'FGSSetLevelStateFailedInfo::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSFloatValueTableRow \ +static_assert(alignof(FGSFloatValueTableRow) == 0x000008, "Wrong alignment on FGSFloatValueTableRow"); \ +static_assert(sizeof(FGSFloatValueTableRow) == 0x000010, "Wrong size on FGSFloatValueTableRow"); \ +static_assert(offsetof(FGSFloatValueTableRow, Value) == 0x000008, "Member 'FGSFloatValueTableRow::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUAnimSettingsLocomotionEx \ +static_assert(alignof(FBUAnimSettingsLocomotionEx) == 0x000008, "Wrong alignment on FBUAnimSettingsLocomotionEx"); \ +static_assert(sizeof(FBUAnimSettingsLocomotionEx) == 0x000040, "Wrong size on FBUAnimSettingsLocomotionEx"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, bUpperBodyOnly) == 0x000000, "Member 'FBUAnimSettingsLocomotionEx::bUpperBodyOnly' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, bUseExAnim) == 0x000001, "Member 'FBUAnimSettingsLocomotionEx::bUseExAnim' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, AnimSeqIdle) == 0x000008, "Member 'FBUAnimSettingsLocomotionEx::AnimSeqIdle' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, AnimSeqEnter) == 0x000010, "Member 'FBUAnimSettingsLocomotionEx::AnimSeqEnter' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, AnimSeqExit) == 0x000018, "Member 'FBUAnimSettingsLocomotionEx::AnimSeqExit' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, AnimSeqMoveFwd) == 0x000020, "Member 'FBUAnimSettingsLocomotionEx::AnimSeqMoveFwd' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, AnimSeqMoveBwd) == 0x000028, "Member 'FBUAnimSettingsLocomotionEx::AnimSeqMoveBwd' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, AnimSeqMoveLeft) == 0x000030, "Member 'FBUAnimSettingsLocomotionEx::AnimSeqMoveLeft' has a wrong offset!"); \ +static_assert(offsetof(FBUAnimSettingsLocomotionEx, AnimSeqMoveRight) == 0x000038, "Member 'FBUAnimSettingsLocomotionEx::AnimSeqMoveRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGU_AIMoverRequest \ +static_assert(alignof(FBGU_AIMoverRequest) == 0x000008, "Wrong alignment on FBGU_AIMoverRequest"); \ +static_assert(sizeof(FBGU_AIMoverRequest) == 0x000030, "Wrong size on FBGU_AIMoverRequest"); \ +static_assert(offsetof(FBGU_AIMoverRequest, AllowPartialPath) == 0x000000, "Member 'FBGU_AIMoverRequest::AllowPartialPath' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, CanStrafe) == 0x000001, "Member 'FBGU_AIMoverRequest::CanStrafe' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, ReachTestIncludesAgentRadius) == 0x000002, "Member 'FBGU_AIMoverRequest::ReachTestIncludesAgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, ReachTestIncludesGoalRadius) == 0x000003, "Member 'FBGU_AIMoverRequest::ReachTestIncludesGoalRadius' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, ProjectGoalLocation) == 0x000004, "Member 'FBGU_AIMoverRequest::ProjectGoalLocation' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, UsePathfinding) == 0x000005, "Member 'FBGU_AIMoverRequest::UsePathfinding' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, AcceptanceRadius) == 0x000008, "Member 'FBGU_AIMoverRequest::AcceptanceRadius' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, TargetActor) == 0x000010, "Member 'FBGU_AIMoverRequest::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FBGU_AIMoverRequest, TargetLocation) == 0x000018, "Member 'FBGU_AIMoverRequest::TargetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FECSNetSerialization \ +static_assert(alignof(FECSNetSerialization) == 0x000008, "Wrong alignment on FECSNetSerialization"); \ +static_assert(sizeof(FECSNetSerialization) == 0x000010, "Wrong size on FECSNetSerialization"); \ + +#define DUMPER7_ASSERTS_FItemGenerationInfo \ +static_assert(alignof(FItemGenerationInfo) == 0x000001, "Wrong alignment on FItemGenerationInfo"); \ +static_assert(sizeof(FItemGenerationInfo) == 0x000001, "Wrong size on FItemGenerationInfo"); \ + +#define DUMPER7_ASSERTS_FCppTestStructInner \ +static_assert(alignof(FCppTestStructInner) == 0x000008, "Wrong alignment on FCppTestStructInner"); \ +static_assert(sizeof(FCppTestStructInner) == 0x000020, "Wrong size on FCppTestStructInner"); \ +static_assert(offsetof(FCppTestStructInner, ItemInts) == 0x000000, "Member 'FCppTestStructInner::ItemInts' has a wrong offset!"); \ +static_assert(offsetof(FCppTestStructInner, InnerStruct) == 0x000010, "Member 'FCppTestStructInner::InnerStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCppTestStructOuter \ +static_assert(alignof(FCppTestStructOuter) == 0x000008, "Wrong alignment on FCppTestStructOuter"); \ +static_assert(sizeof(FCppTestStructOuter) == 0x000018, "Wrong size on FCppTestStructOuter"); \ +static_assert(offsetof(FCppTestStructOuter, TestInt) == 0x000000, "Member 'FCppTestStructOuter::TestInt' has a wrong offset!"); \ +static_assert(offsetof(FCppTestStructOuter, ItemStructs) == 0x000008, "Member 'FCppTestStructOuter::ItemStructs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUSharpTestStructAsClass \ +static_assert(alignof(FUSharpTestStructAsClass) == 0x000008, "Wrong alignment on FUSharpTestStructAsClass"); \ +static_assert(sizeof(FUSharpTestStructAsClass) == 0x000018, "Wrong size on FUSharpTestStructAsClass"); \ +static_assert(offsetof(FUSharpTestStructAsClass, Haha) == 0x000000, "Member 'FUSharpTestStructAsClass::Haha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorDataContainer_AddDataObjInCS \ +static_assert(alignof(ActorDataContainer_AddDataObjInCS) == 0x000008, "Wrong alignment on ActorDataContainer_AddDataObjInCS"); \ +static_assert(sizeof(ActorDataContainer_AddDataObjInCS) == 0x000008, "Wrong size on ActorDataContainer_AddDataObjInCS"); \ +static_assert(offsetof(ActorDataContainer_AddDataObjInCS, Obj) == 0x000000, "Member 'ActorDataContainer_AddDataObjInCS::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorDataContainer \ +static_assert(alignof(UActorDataContainer) == 0x000008, "Wrong alignment on UActorDataContainer"); \ +static_assert(sizeof(UActorDataContainer) == 0x0000D0, "Wrong size on UActorDataContainer"); \ +static_assert(offsetof(UActorDataContainer, mDatas) == 0x0000C0, "Member 'UActorDataContainer::mDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorCompContainer_FillDataContainer \ +static_assert(alignof(ActorCompContainer_FillDataContainer) == 0x000008, "Wrong alignment on ActorCompContainer_FillDataContainer"); \ +static_assert(sizeof(ActorCompContainer_FillDataContainer) == 0x000008, "Wrong size on ActorCompContainer_FillDataContainer"); \ +static_assert(offsetof(ActorCompContainer_FillDataContainer, DataObj) == 0x000000, "Member 'ActorCompContainer_FillDataContainer::DataObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorCompContainer_FillEventCollection \ +static_assert(alignof(ActorCompContainer_FillEventCollection) == 0x000008, "Wrong alignment on ActorCompContainer_FillEventCollection"); \ +static_assert(sizeof(ActorCompContainer_FillEventCollection) == 0x000008, "Wrong size on ActorCompContainer_FillEventCollection"); \ +static_assert(offsetof(ActorCompContainer_FillEventCollection, DataObj) == 0x000000, "Member 'ActorCompContainer_FillEventCollection::DataObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorCompContainer_SetTeamID \ +static_assert(alignof(ActorCompContainer_SetTeamID) == 0x000004, "Wrong alignment on ActorCompContainer_SetTeamID"); \ +static_assert(sizeof(ActorCompContainer_SetTeamID) == 0x000004, "Wrong size on ActorCompContainer_SetTeamID"); \ +static_assert(offsetof(ActorCompContainer_SetTeamID, ID) == 0x000000, "Member 'ActorCompContainer_SetTeamID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorCompContainer \ +static_assert(alignof(UActorCompContainer) == 0x000008, "Wrong alignment on UActorCompContainer"); \ +static_assert(sizeof(UActorCompContainer) == 0x0000D8, "Wrong size on UActorCompContainer"); \ +static_assert(offsetof(UActorCompContainer, DataContainer) == 0x0000C0, "Member 'UActorCompContainer::DataContainer' has a wrong offset!"); \ +static_assert(offsetof(UActorCompContainer, EventCollection) == 0x0000C8, "Member 'UActorCompContainer::EventCollection' has a wrong offset!"); \ +static_assert(offsetof(UActorCompContainer, TeamID) == 0x0000D0, "Member 'UActorCompContainer::TeamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCrowdFollowingComponent_SetCrowdFollowingEnabled \ +static_assert(alignof(BGUCrowdFollowingComponent_SetCrowdFollowingEnabled) == 0x000001, "Wrong alignment on BGUCrowdFollowingComponent_SetCrowdFollowingEnabled"); \ +static_assert(sizeof(BGUCrowdFollowingComponent_SetCrowdFollowingEnabled) == 0x000002, "Wrong size on BGUCrowdFollowingComponent_SetCrowdFollowingEnabled"); \ +static_assert(offsetof(BGUCrowdFollowingComponent_SetCrowdFollowingEnabled, bEnabled) == 0x000000, "Member 'BGUCrowdFollowingComponent_SetCrowdFollowingEnabled::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(BGUCrowdFollowingComponent_SetCrowdFollowingEnabled, bIsObstacle) == 0x000001, "Member 'BGUCrowdFollowingComponent_SetCrowdFollowingEnabled::bIsObstacle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCrowdFollowingComponent_SetCrowdFollowingParam \ +static_assert(alignof(BGUCrowdFollowingComponent_SetCrowdFollowingParam) == 0x000004, "Wrong alignment on BGUCrowdFollowingComponent_SetCrowdFollowingParam"); \ +static_assert(sizeof(BGUCrowdFollowingComponent_SetCrowdFollowingParam) == 0x000010, "Wrong size on BGUCrowdFollowingComponent_SetCrowdFollowingParam"); \ +static_assert(offsetof(BGUCrowdFollowingComponent_SetCrowdFollowingParam, fSeparationWeight) == 0x000000, "Member 'BGUCrowdFollowingComponent_SetCrowdFollowingParam::fSeparationWeight' has a wrong offset!"); \ +static_assert(offsetof(BGUCrowdFollowingComponent_SetCrowdFollowingParam, fCollisionQueryRange) == 0x000004, "Member 'BGUCrowdFollowingComponent_SetCrowdFollowingParam::fCollisionQueryRange' has a wrong offset!"); \ +static_assert(offsetof(BGUCrowdFollowingComponent_SetCrowdFollowingParam, fPathOptimizationRange) == 0x000008, "Member 'BGUCrowdFollowingComponent_SetCrowdFollowingParam::fPathOptimizationRange' has a wrong offset!"); \ +static_assert(offsetof(BGUCrowdFollowingComponent_SetCrowdFollowingParam, iAvoidanceQualityLevel) == 0x00000C, "Member 'BGUCrowdFollowingComponent_SetCrowdFollowingParam::iAvoidanceQualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUCrowdFollowingComponent \ +static_assert(alignof(UBGUCrowdFollowingComponent) == 0x000008, "Wrong alignment on UBGUCrowdFollowingComponent"); \ +static_assert(sizeof(UBGUCrowdFollowingComponent) == 0x0003B8, "Wrong size on UBGUCrowdFollowingComponent"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, RotationSpeed) == 0x000328, "Member 'UBGUCrowdFollowingComponent::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, bPause) == 0x00032C, "Member 'UBGUCrowdFollowingComponent::bPause' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, DesiredVelocity) == 0x000330, "Member 'UBGUCrowdFollowingComponent::DesiredVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, DesiredAngleDelta) == 0x000348, "Member 'UBGUCrowdFollowingComponent::DesiredAngleDelta' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, RequestedVelocity) == 0x000350, "Member 'UBGUCrowdFollowingComponent::RequestedVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, YawDelta) == 0x000368, "Member 'UBGUCrowdFollowingComponent::YawDelta' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, TerrainRotation) == 0x000370, "Member 'UBGUCrowdFollowingComponent::TerrainRotation' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, SpeedLimit) == 0x000388, "Member 'UBGUCrowdFollowingComponent::SpeedLimit' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, DeltaPosition) == 0x000390, "Member 'UBGUCrowdFollowingComponent::DeltaPosition' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, RotationSpeedMax) == 0x0003A8, "Member 'UBGUCrowdFollowingComponent::RotationSpeedMax' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, RotationSpeedAcc) == 0x0003AC, "Member 'UBGUCrowdFollowingComponent::RotationSpeedAcc' has a wrong offset!"); \ +static_assert(offsetof(UBGUCrowdFollowingComponent, bSupportFlock) == 0x0003B0, "Member 'UBGUCrowdFollowingComponent::bSupportFlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute \ +static_assert(alignof(AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute) == 0x000008, "Wrong alignment on AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute"); \ +static_assert(sizeof(AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute) == 0x000010, "Wrong size on AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute, NotifyOwner) == 0x000000, "Member 'AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute::NotifyOwner' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute, ReturnValue) == 0x000008, "Member 'AnimNotifyFuncLibrary_ActorTryAnimNotifyDelayExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute \ +static_assert(alignof(AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute) == 0x000008, "Wrong alignment on AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute"); \ +static_assert(sizeof(AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute) == 0x000010, "Wrong size on AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute, NotifyOwner) == 0x000000, "Member 'AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute::NotifyOwner' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute, ReturnValue) == 0x000008, "Member 'AnimNotifyFuncLibrary_CanAnimNotifyDelayExecute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState \ +static_assert(alignof(AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState) == 0x000008, "Wrong alignment on AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState"); \ +static_assert(sizeof(AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState) == 0x000028, "Wrong size on AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState, AnimMontage) == 0x000000, "Member 'AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState, NotifyTypeList) == 0x000008, "Member 'AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState::NotifyTypeList' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState, NotifyStateTypeList) == 0x000018, "Member 'AnimNotifyFuncLibrary_DeleteAnimNotifyAndAnimNotifyState::NotifyStateTypeList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset \ +static_assert(alignof(AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset) == 0x000008, "Wrong alignment on AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset"); \ +static_assert(sizeof(AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset) == 0x0000A8, "Wrong size on AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset, AnimBase) == 0x000000, "Member 'AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset::AnimBase' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset, outNotifyRefs) == 0x000008, "Member 'AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset::outNotifyRefs' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset, outNotifyStateRefs) == 0x000058, "Member 'AnimNotifyFuncLibrary_GetAllAnimNotifySoftAsset::outNotifyStateRefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset \ +static_assert(alignof(AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset) == 0x000008, "Wrong alignment on AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset"); \ +static_assert(sizeof(AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset) == 0x0000B0, "Wrong size on AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset, AnimBases) == 0x000000, "Member 'AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset::AnimBases' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset, outNotifyRefs) == 0x000010, "Member 'AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset::outNotifyRefs' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset, outNotifyStateRefs) == 0x000060, "Member 'AnimNotifyFuncLibrary_PrepareAnimationsNotifySoftAsset::outNotifyStateRefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset \ +static_assert(alignof(AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset) == 0x000008, "Wrong alignment on AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset"); \ +static_assert(sizeof(AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset) == 0x0000A8, "Wrong size on AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset, AnimBase) == 0x000000, "Member 'AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset::AnimBase' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset, outNotifyRefs) == 0x000008, "Member 'AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset::outNotifyRefs' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset, outNotifyStateRefs) == 0x000058, "Member 'AnimNotifyFuncLibrary_PrepareAnimNotifySoftAsset::outNotifyStateRefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyFuncLibrary \ +static_assert(alignof(UAnimNotifyFuncLibrary) == 0x000008, "Wrong alignment on UAnimNotifyFuncLibrary"); \ +static_assert(sizeof(UAnimNotifyFuncLibrary) == 0x000028, "Wrong size on UAnimNotifyFuncLibrary"); \ + +#define DUMPER7_ASSERTS_BGUDataComp_InitWithAIController \ +static_assert(alignof(BGUDataComp_InitWithAIController) == 0x000008, "Wrong alignment on BGUDataComp_InitWithAIController"); \ +static_assert(sizeof(BGUDataComp_InitWithAIController) == 0x000008, "Wrong size on BGUDataComp_InitWithAIController"); \ +static_assert(offsetof(BGUDataComp_InitWithAIController, AIController) == 0x000000, "Member 'BGUDataComp_InitWithAIController::AIController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDataComp_InitWithCharacter \ +static_assert(alignof(BGUDataComp_InitWithCharacter) == 0x000008, "Wrong alignment on BGUDataComp_InitWithCharacter"); \ +static_assert(sizeof(BGUDataComp_InitWithCharacter) == 0x000008, "Wrong size on BGUDataComp_InitWithCharacter"); \ +static_assert(offsetof(BGUDataComp_InitWithCharacter, Character) == 0x000000, "Member 'BGUDataComp_InitWithCharacter::Character' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUDataComp \ +static_assert(alignof(UBGUDataComp) == 0x000008, "Wrong alignment on UBGUDataComp"); \ +static_assert(sizeof(UBGUDataComp) == 0x0000E0, "Wrong size on UBGUDataComp"); \ +static_assert(offsetof(UBGUDataComp, mUBUC_AIComponent) == 0x0000D0, "Member 'UBGUDataComp::mUBUC_AIComponent' has a wrong offset!"); \ +static_assert(offsetof(UBGUDataComp, mUBUC_ACharacterComponent) == 0x0000D8, "Member 'UBGUDataComp::mUBUC_ACharacterComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_AddPreloadedAsset \ +static_assert(alignof(AnimNotifyState_GSBase_AddPreloadedAsset) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_AddPreloadedAsset"); \ +static_assert(sizeof(AnimNotifyState_GSBase_AddPreloadedAsset) == 0x000008, "Wrong size on AnimNotifyState_GSBase_AddPreloadedAsset"); \ +static_assert(offsetof(AnimNotifyState_GSBase_AddPreloadedAsset, Obj) == 0x000000, "Member 'AnimNotifyState_GSBase_AddPreloadedAsset::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GetAnimNSType \ +static_assert(alignof(AnimNotifyState_GSBase_GetAnimNSType) == 0x000001, "Wrong alignment on AnimNotifyState_GSBase_GetAnimNSType"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GetAnimNSType) == 0x000001, "Wrong size on AnimNotifyState_GSBase_GetAnimNSType"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GetAnimNSType, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GSBase_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GetJumpableSectionPrefix \ +static_assert(alignof(AnimNotifyState_GSBase_GetJumpableSectionPrefix) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GetJumpableSectionPrefix"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GetJumpableSectionPrefix) == 0x000010, "Wrong size on AnimNotifyState_GSBase_GetJumpableSectionPrefix"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GetJumpableSectionPrefix, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GSBase_GetJumpableSectionPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GetModifySpeedRate \ +static_assert(alignof(AnimNotifyState_GSBase_GetModifySpeedRate) == 0x000004, "Wrong alignment on AnimNotifyState_GSBase_GetModifySpeedRate"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GetModifySpeedRate) == 0x000004, "Wrong size on AnimNotifyState_GSBase_GetModifySpeedRate"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GetModifySpeedRate, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GSBase_GetModifySpeedRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GetPreloadedAssets \ +static_assert(alignof(AnimNotifyState_GSBase_GetPreloadedAssets) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GetPreloadedAssets"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GetPreloadedAssets) == 0x000010, "Wrong size on AnimNotifyState_GSBase_GetPreloadedAssets"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GetPreloadedAssets, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GSBase_GetPreloadedAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GetSoftReferences \ +static_assert(alignof(AnimNotifyState_GSBase_GetSoftReferences) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GetSoftReferences"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GetSoftReferences) == 0x000010, "Wrong size on AnimNotifyState_GSBase_GetSoftReferences"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GetSoftReferences, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GSBase_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSAllowCrossSection \ +static_assert(alignof(AnimNotifyState_GSBase_GSAllowCrossSection) == 0x000001, "Wrong alignment on AnimNotifyState_GSBase_GSAllowCrossSection"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSAllowCrossSection) == 0x000001, "Wrong size on AnimNotifyState_GSBase_GSAllowCrossSection"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSAllowCrossSection, ReturnValue) == 0x000000, "Member 'AnimNotifyState_GSBase_GSAllowCrossSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyBegin_Delay \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyBegin_Delay) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyBegin_Delay"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyBegin_Delay) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyBegin_Delay"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyBegin_Delay, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyBegin_Delay::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyBegin_Delay, TotalDuration) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyBegin_Delay::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyBeginCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyBeginCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyBeginCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyBeginCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyBeginCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS, ReturnValue) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPostBeginCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyDebugPostEndCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyDebugPostEndCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyDebugPostEndCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyDebugPostEndCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyDebugPostEndCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPostEndCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPostEndCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPostEndCS, ReturnValue) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPostEndCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyDebugPostTickCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyDebugPostTickCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyDebugPostTickCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyDebugPostTickCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyDebugPostTickCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPostTickCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPostTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPostTickCS, ReturnValue) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPostTickCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS, ReturnValue) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPreBeginCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyDebugPreEndCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyDebugPreEndCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyDebugPreEndCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyDebugPreEndCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyDebugPreEndCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPreEndCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPreEndCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPreEndCS, ReturnValue) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPreEndCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyDebugPreTickCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyDebugPreTickCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyDebugPreTickCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyDebugPreTickCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyDebugPreTickCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPreTickCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPreTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyDebugPreTickCS, ReturnValue) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyDebugPreTickCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyEnd_Delay \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyEnd_Delay) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyEnd_Delay"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyEnd_Delay) == 0x000048, "Wrong size on AnimNotifyState_GSBase_GSNotifyEnd_Delay"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyEnd_Delay, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyEnd_Delay::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyEndCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyEndCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyEndCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyEndCS) == 0x000048, "Wrong size on AnimNotifyState_GSBase_GSNotifyEndCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyTick_Delay \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyTick_Delay) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyTick_Delay"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyTick_Delay) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyTick_Delay"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyTick_Delay, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyTick_Delay::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyTick_Delay, FrameDeltaTime) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyTick_Delay::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSNotifyTickCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSNotifyTickCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSNotifyTickCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSNotifyTickCS) == 0x000050, "Wrong size on AnimNotifyState_GSBase_GSNotifyTickCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSBase_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'AnimNotifyState_GSBase_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSOnSectionManuallyChanged \ +static_assert(alignof(AnimNotifyState_GSBase_GSOnSectionManuallyChanged) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSOnSectionManuallyChanged"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSOnSectionManuallyChanged) == 0x000010, "Wrong size on AnimNotifyState_GSBase_GSOnSectionManuallyChanged"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSOnSectionManuallyChanged, OwnerChar) == 0x000000, "Member 'AnimNotifyState_GSBase_GSOnSectionManuallyChanged::OwnerChar' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSOnSectionManuallyChanged, RemainingDuration) == 0x000008, "Member 'AnimNotifyState_GSBase_GSOnSectionManuallyChanged::RemainingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_GSValidateInputCS \ +static_assert(alignof(AnimNotifyState_GSBase_GSValidateInputCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_GSValidateInputCS"); \ +static_assert(sizeof(AnimNotifyState_GSBase_GSValidateInputCS) == 0x000008, "Wrong size on AnimNotifyState_GSBase_GSValidateInputCS"); \ +static_assert(offsetof(AnimNotifyState_GSBase_GSValidateInputCS, Actor) == 0x000000, "Member 'AnimNotifyState_GSBase_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSBase_UpdateDataOnNotifyStateReplace \ +static_assert(alignof(AnimNotifyState_GSBase_UpdateDataOnNotifyStateReplace) == 0x000008, "Wrong alignment on AnimNotifyState_GSBase_UpdateDataOnNotifyStateReplace"); \ +static_assert(sizeof(AnimNotifyState_GSBase_UpdateDataOnNotifyStateReplace) == 0x000008, "Wrong size on AnimNotifyState_GSBase_UpdateDataOnNotifyStateReplace"); \ +static_assert(offsetof(AnimNotifyState_GSBase_UpdateDataOnNotifyStateReplace, NewNotifyState) == 0x000000, "Member 'AnimNotifyState_GSBase_UpdateDataOnNotifyStateReplace::NewNotifyState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSBase \ +static_assert(alignof(UAnimNotifyState_GSBase) == 0x000008, "Wrong alignment on UAnimNotifyState_GSBase"); \ +static_assert(sizeof(UAnimNotifyState_GSBase) == 0x000048, "Wrong size on UAnimNotifyState_GSBase"); \ +static_assert(offsetof(UAnimNotifyState_GSBase, AnimNSType) == 0x000030, "Member 'UAnimNotifyState_GSBase::AnimNSType' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSBase, bCanTriggerEndByCrossMontageBegin) == 0x000031, "Member 'UAnimNotifyState_GSBase::bCanTriggerEndByCrossMontageBegin' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSBase, IsCheckAnimInstance) == 0x000032, "Member 'UAnimNotifyState_GSBase::IsCheckAnimInstance' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSBase, CanBePlacedInASCS) == 0x000033, "Member 'UAnimNotifyState_GSBase::CanBePlacedInASCS' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSBase, CanUseQueuedType) == 0x000034, "Member 'UAnimNotifyState_GSBase::CanUseQueuedType' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSBase, isPreload) == 0x000035, "Member 'UAnimNotifyState_GSBase::isPreload' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSBase, PreloadedAssets) == 0x000038, "Member 'UAnimNotifyState_GSBase::PreloadedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation \ +static_assert(alignof(EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation) == 0x000008, "Wrong alignment on EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation"); \ +static_assert(sizeof(EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation) == 0x000020, "Wrong size on EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation"); \ +static_assert(offsetof(EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation, Location) == 0x000000, "Member 'EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation::Location' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation, ReturnValue) == 0x000018, "Member 'EnvironmentSurfaceEffectMgr_GetEnvironmentSurfaceVolumeByLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvironmentSurfaceEffectMgr_RegisterVolume \ +static_assert(alignof(EnvironmentSurfaceEffectMgr_RegisterVolume) == 0x000008, "Wrong alignment on EnvironmentSurfaceEffectMgr_RegisterVolume"); \ +static_assert(sizeof(EnvironmentSurfaceEffectMgr_RegisterVolume) == 0x000028, "Wrong size on EnvironmentSurfaceEffectMgr_RegisterVolume"); \ +static_assert(offsetof(EnvironmentSurfaceEffectMgr_RegisterVolume, InVolume) == 0x000000, "Member 'EnvironmentSurfaceEffectMgr_RegisterVolume::InVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EnvironmentSurfaceEffectMgr_UnregisterVolume \ +static_assert(alignof(EnvironmentSurfaceEffectMgr_UnregisterVolume) == 0x000008, "Wrong alignment on EnvironmentSurfaceEffectMgr_UnregisterVolume"); \ +static_assert(sizeof(EnvironmentSurfaceEffectMgr_UnregisterVolume) == 0x000030, "Wrong size on EnvironmentSurfaceEffectMgr_UnregisterVolume"); \ +static_assert(offsetof(EnvironmentSurfaceEffectMgr_UnregisterVolume, InVolume) == 0x000000, "Member 'EnvironmentSurfaceEffectMgr_UnregisterVolume::InVolume' has a wrong offset!"); \ +static_assert(offsetof(EnvironmentSurfaceEffectMgr_UnregisterVolume, IsDisableVolume) == 0x000028, "Member 'EnvironmentSurfaceEffectMgr_UnregisterVolume::IsDisableVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AEnvironmentSurfaceEffectMgr \ +static_assert(alignof(AEnvironmentSurfaceEffectMgr) == 0x000008, "Wrong alignment on AEnvironmentSurfaceEffectMgr"); \ +static_assert(sizeof(AEnvironmentSurfaceEffectMgr) == 0x0002B0, "Wrong size on AEnvironmentSurfaceEffectMgr"); \ +static_assert(offsetof(AEnvironmentSurfaceEffectMgr, DefaultEnvironmentSurfaceEffectID) == 0x000288, "Member 'AEnvironmentSurfaceEffectMgr::DefaultEnvironmentSurfaceEffectID' has a wrong offset!"); \ +static_assert(offsetof(AEnvironmentSurfaceEffectMgr, WeatherType) == 0x00028C, "Member 'AEnvironmentSurfaceEffectMgr::WeatherType' has a wrong offset!"); \ +static_assert(offsetof(AEnvironmentSurfaceEffectMgr, RegisteredVolumes) == 0x000290, "Member 'AEnvironmentSurfaceEffectMgr::RegisteredVolumes' has a wrong offset!"); \ +static_assert(offsetof(AEnvironmentSurfaceEffectMgr, DisabledVolumes) == 0x0002A0, "Member 'AEnvironmentSurfaceEffectMgr::DisabledVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugCircleComponent_SetCircleRadius \ +static_assert(alignof(BGUDebugCircleComponent_SetCircleRadius) == 0x000004, "Wrong alignment on BGUDebugCircleComponent_SetCircleRadius"); \ +static_assert(sizeof(BGUDebugCircleComponent_SetCircleRadius) == 0x000004, "Wrong size on BGUDebugCircleComponent_SetCircleRadius"); \ +static_assert(offsetof(BGUDebugCircleComponent_SetCircleRadius, InCircleRadius) == 0x000000, "Member 'BGUDebugCircleComponent_SetCircleRadius::InCircleRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugCircleComponent_GetScaledCircleRadius \ +static_assert(alignof(BGUDebugCircleComponent_GetScaledCircleRadius) == 0x000004, "Wrong alignment on BGUDebugCircleComponent_GetScaledCircleRadius"); \ +static_assert(sizeof(BGUDebugCircleComponent_GetScaledCircleRadius) == 0x000004, "Wrong size on BGUDebugCircleComponent_GetScaledCircleRadius"); \ +static_assert(offsetof(BGUDebugCircleComponent_GetScaledCircleRadius, ReturnValue) == 0x000000, "Member 'BGUDebugCircleComponent_GetScaledCircleRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugCircleComponent_GetShapeScale \ +static_assert(alignof(BGUDebugCircleComponent_GetShapeScale) == 0x000004, "Wrong alignment on BGUDebugCircleComponent_GetShapeScale"); \ +static_assert(sizeof(BGUDebugCircleComponent_GetShapeScale) == 0x000004, "Wrong size on BGUDebugCircleComponent_GetShapeScale"); \ +static_assert(offsetof(BGUDebugCircleComponent_GetShapeScale, ReturnValue) == 0x000000, "Member 'BGUDebugCircleComponent_GetShapeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugCircleComponent_GetUnscaledCircleRadius \ +static_assert(alignof(BGUDebugCircleComponent_GetUnscaledCircleRadius) == 0x000004, "Wrong alignment on BGUDebugCircleComponent_GetUnscaledCircleRadius"); \ +static_assert(sizeof(BGUDebugCircleComponent_GetUnscaledCircleRadius) == 0x000004, "Wrong size on BGUDebugCircleComponent_GetUnscaledCircleRadius"); \ +static_assert(offsetof(BGUDebugCircleComponent_GetUnscaledCircleRadius, ReturnValue) == 0x000000, "Member 'BGUDebugCircleComponent_GetUnscaledCircleRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUDebugCircleComponent \ +static_assert(alignof(UBGUDebugCircleComponent) == 0x000010, "Wrong alignment on UBGUDebugCircleComponent"); \ +static_assert(sizeof(UBGUDebugCircleComponent) == 0x000590, "Wrong size on UBGUDebugCircleComponent"); \ +static_assert(offsetof(UBGUDebugCircleComponent, CircleRadius) == 0x000580, "Member 'UBGUDebugCircleComponent::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGUDebugCircleComponent, CircleThickness) == 0x000584, "Member 'UBGUDebugCircleComponent::CircleThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSDevLineHit \ +static_assert(alignof(UAnimNotifyState_GSDevLineHit) == 0x000008, "Wrong alignment on UAnimNotifyState_GSDevLineHit"); \ +static_assert(sizeof(UAnimNotifyState_GSDevLineHit) == 0x000060, "Wrong size on UAnimNotifyState_GSDevLineHit"); \ +static_assert(offsetof(UAnimNotifyState_GSDevLineHit, CollisionChannel) == 0x000048, "Member 'UAnimNotifyState_GSDevLineHit::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSDevLineHit, ResultFilterType) == 0x000049, "Member 'UAnimNotifyState_GSDevLineHit::ResultFilterType' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSDevLineHit, HitVEffectID) == 0x00004C, "Member 'UAnimNotifyState_GSDevLineHit::HitVEffectID' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSDevLineHit, HitCheckRadius) == 0x000054, "Member 'UAnimNotifyState_GSDevLineHit::HitCheckRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugSectorComponent_SetSectorMaxAngle \ +static_assert(alignof(BGUDebugSectorComponent_SetSectorMaxAngle) == 0x000004, "Wrong alignment on BGUDebugSectorComponent_SetSectorMaxAngle"); \ +static_assert(sizeof(BGUDebugSectorComponent_SetSectorMaxAngle) == 0x000004, "Wrong size on BGUDebugSectorComponent_SetSectorMaxAngle"); \ +static_assert(offsetof(BGUDebugSectorComponent_SetSectorMaxAngle, InMaxAngle) == 0x000000, "Member 'BGUDebugSectorComponent_SetSectorMaxAngle::InMaxAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugSectorComponent_SetSectorMinAngle \ +static_assert(alignof(BGUDebugSectorComponent_SetSectorMinAngle) == 0x000004, "Wrong alignment on BGUDebugSectorComponent_SetSectorMinAngle"); \ +static_assert(sizeof(BGUDebugSectorComponent_SetSectorMinAngle) == 0x000004, "Wrong size on BGUDebugSectorComponent_SetSectorMinAngle"); \ +static_assert(offsetof(BGUDebugSectorComponent_SetSectorMinAngle, InMinAngle) == 0x000000, "Member 'BGUDebugSectorComponent_SetSectorMinAngle::InMinAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugSectorComponent_SetSectorRadius \ +static_assert(alignof(BGUDebugSectorComponent_SetSectorRadius) == 0x000004, "Wrong alignment on BGUDebugSectorComponent_SetSectorRadius"); \ +static_assert(sizeof(BGUDebugSectorComponent_SetSectorRadius) == 0x000004, "Wrong size on BGUDebugSectorComponent_SetSectorRadius"); \ +static_assert(offsetof(BGUDebugSectorComponent_SetSectorRadius, InSectorRadius) == 0x000000, "Member 'BGUDebugSectorComponent_SetSectorRadius::InSectorRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugSectorComponent_GetScaledSectorRadius \ +static_assert(alignof(BGUDebugSectorComponent_GetScaledSectorRadius) == 0x000004, "Wrong alignment on BGUDebugSectorComponent_GetScaledSectorRadius"); \ +static_assert(sizeof(BGUDebugSectorComponent_GetScaledSectorRadius) == 0x000004, "Wrong size on BGUDebugSectorComponent_GetScaledSectorRadius"); \ +static_assert(offsetof(BGUDebugSectorComponent_GetScaledSectorRadius, ReturnValue) == 0x000000, "Member 'BGUDebugSectorComponent_GetScaledSectorRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugSectorComponent_GetShapeScale \ +static_assert(alignof(BGUDebugSectorComponent_GetShapeScale) == 0x000004, "Wrong alignment on BGUDebugSectorComponent_GetShapeScale"); \ +static_assert(sizeof(BGUDebugSectorComponent_GetShapeScale) == 0x000004, "Wrong size on BGUDebugSectorComponent_GetShapeScale"); \ +static_assert(offsetof(BGUDebugSectorComponent_GetShapeScale, ReturnValue) == 0x000000, "Member 'BGUDebugSectorComponent_GetShapeScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDebugSectorComponent_GetUnscaledSectorRadius \ +static_assert(alignof(BGUDebugSectorComponent_GetUnscaledSectorRadius) == 0x000004, "Wrong alignment on BGUDebugSectorComponent_GetUnscaledSectorRadius"); \ +static_assert(sizeof(BGUDebugSectorComponent_GetUnscaledSectorRadius) == 0x000004, "Wrong size on BGUDebugSectorComponent_GetUnscaledSectorRadius"); \ +static_assert(offsetof(BGUDebugSectorComponent_GetUnscaledSectorRadius, ReturnValue) == 0x000000, "Member 'BGUDebugSectorComponent_GetUnscaledSectorRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUDebugSectorComponent \ +static_assert(alignof(UBGUDebugSectorComponent) == 0x000010, "Wrong alignment on UBGUDebugSectorComponent"); \ +static_assert(sizeof(UBGUDebugSectorComponent) == 0x000590, "Wrong size on UBGUDebugSectorComponent"); \ +static_assert(offsetof(UBGUDebugSectorComponent, SectorRadius) == 0x000580, "Member 'UBGUDebugSectorComponent::SectorRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGUDebugSectorComponent, SectorMinAngle) == 0x000584, "Member 'UBGUDebugSectorComponent::SectorMinAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGUDebugSectorComponent, SectorMaxAngle) == 0x000588, "Member 'UBGUDebugSectorComponent::SectorMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGUDebugSectorComponent, SectorThickness) == 0x00058C, "Member 'UBGUDebugSectorComponent::SectorThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSEditorHelper \ +static_assert(alignof(UAnimNotifyState_GSEditorHelper) == 0x000008, "Wrong alignment on UAnimNotifyState_GSEditorHelper"); \ +static_assert(sizeof(UAnimNotifyState_GSEditorHelper) == 0x000048, "Wrong size on UAnimNotifyState_GSEditorHelper"); \ + +#define DUMPER7_ASSERTS_UBUC_ACharacterComponent \ +static_assert(alignof(UBUC_ACharacterComponent) == 0x000008, "Wrong alignment on UBUC_ACharacterComponent"); \ +static_assert(sizeof(UBUC_ACharacterComponent) == 0x000050, "Wrong size on UBUC_ACharacterComponent"); \ +static_assert(offsetof(UBUC_ACharacterComponent, OwnerCharacter) == 0x000028, "Member 'UBUC_ACharacterComponent::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBUC_ACharacterComponent, OwnerMovement) == 0x000030, "Member 'UBUC_ACharacterComponent::OwnerMovement' has a wrong offset!"); \ +static_assert(offsetof(UBUC_ACharacterComponent, OwnerShapeComponent) == 0x000038, "Member 'UBUC_ACharacterComponent::OwnerShapeComponent' has a wrong offset!"); \ +static_assert(offsetof(UBUC_ACharacterComponent, MainSkinMesh) == 0x000040, "Member 'UBUC_ACharacterComponent::MainSkinMesh' has a wrong offset!"); \ +static_assert(offsetof(UBUC_ACharacterComponent, OwnerController) == 0x000048, "Member 'UBUC_ACharacterComponent::OwnerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEditorTickableActor_GetViewportCameraLocation \ +static_assert(alignof(BGUEditorTickableActor_GetViewportCameraLocation) == 0x000008, "Wrong alignment on BGUEditorTickableActor_GetViewportCameraLocation"); \ +static_assert(sizeof(BGUEditorTickableActor_GetViewportCameraLocation) == 0x000018, "Wrong size on BGUEditorTickableActor_GetViewportCameraLocation"); \ +static_assert(offsetof(BGUEditorTickableActor_GetViewportCameraLocation, ReturnValue) == 0x000000, "Member 'BGUEditorTickableActor_GetViewportCameraLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUEditorTickableActor \ +static_assert(alignof(ABGUEditorTickableActor) == 0x000008, "Wrong alignment on ABGUEditorTickableActor"); \ +static_assert(sizeof(ABGUEditorTickableActor) == 0x0002A0, "Wrong size on ABGUEditorTickableActor"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSHeadLock \ +static_assert(alignof(UAnimNotifyState_GSHeadLock) == 0x000008, "Wrong alignment on UAnimNotifyState_GSHeadLock"); \ +static_assert(sizeof(UAnimNotifyState_GSHeadLock) == 0x000050, "Wrong size on UAnimNotifyState_GSHeadLock"); \ +static_assert(offsetof(UAnimNotifyState_GSHeadLock, ReduceHeadLockAlphaScale) == 0x000048, "Member 'UAnimNotifyState_GSHeadLock::ReduceHeadLockAlphaScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEQSObject_EQSObjRun \ +static_assert(alignof(BGUEQSObject_EQSObjRun) == 0x000008, "Wrong alignment on BGUEQSObject_EQSObjRun"); \ +static_assert(sizeof(BGUEQSObject_EQSObjRun) == 0x000028, "Wrong size on BGUEQSObject_EQSObjRun"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRun, EnvQueryObj) == 0x000000, "Member 'BGUEQSObject_EQSObjRun::EnvQueryObj' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRun, Querier) == 0x000008, "Member 'BGUEQSObject_EQSObjRun::Querier' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRun, Reason) == 0x000010, "Member 'BGUEQSObject_EQSObjRun::Reason' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRun, _ExParam) == 0x000014, "Member 'BGUEQSObject_EQSObjRun::_ExParam' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRun, ReturnValue) == 0x000020, "Member 'BGUEQSObject_EQSObjRun::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEQSObject_EQSObjRunInstant \ +static_assert(alignof(BGUEQSObject_EQSObjRunInstant) == 0x000008, "Wrong alignment on BGUEQSObject_EQSObjRunInstant"); \ +static_assert(sizeof(BGUEQSObject_EQSObjRunInstant) == 0x000030, "Wrong size on BGUEQSObject_EQSObjRunInstant"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstant, EnvQueryObj) == 0x000000, "Member 'BGUEQSObject_EQSObjRunInstant::EnvQueryObj' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstant, Querier) == 0x000008, "Member 'BGUEQSObject_EQSObjRunInstant::Querier' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstant, Locations) == 0x000010, "Member 'BGUEQSObject_EQSObjRunInstant::Locations' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstant, Scores) == 0x000020, "Member 'BGUEQSObject_EQSObjRunInstant::Scores' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEQSObject_EQSObjRunInstantWithCustomParams \ +static_assert(alignof(BGUEQSObject_EQSObjRunInstantWithCustomParams) == 0x000008, "Wrong alignment on BGUEQSObject_EQSObjRunInstantWithCustomParams"); \ +static_assert(sizeof(BGUEQSObject_EQSObjRunInstantWithCustomParams) == 0x000040, "Wrong size on BGUEQSObject_EQSObjRunInstantWithCustomParams"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstantWithCustomParams, EnvQueryObj) == 0x000000, "Member 'BGUEQSObject_EQSObjRunInstantWithCustomParams::EnvQueryObj' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstantWithCustomParams, Querier) == 0x000008, "Member 'BGUEQSObject_EQSObjRunInstantWithCustomParams::Querier' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstantWithCustomParams, NamedParams) == 0x000010, "Member 'BGUEQSObject_EQSObjRunInstantWithCustomParams::NamedParams' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstantWithCustomParams, Locations) == 0x000020, "Member 'BGUEQSObject_EQSObjRunInstantWithCustomParams::Locations' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunInstantWithCustomParams, Scores) == 0x000030, "Member 'BGUEQSObject_EQSObjRunInstantWithCustomParams::Scores' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEQSObject_EQSObjRunWithCustomParams \ +static_assert(alignof(BGUEQSObject_EQSObjRunWithCustomParams) == 0x000008, "Wrong alignment on BGUEQSObject_EQSObjRunWithCustomParams"); \ +static_assert(sizeof(BGUEQSObject_EQSObjRunWithCustomParams) == 0x000030, "Wrong size on BGUEQSObject_EQSObjRunWithCustomParams"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunWithCustomParams, EnvQueryObj) == 0x000000, "Member 'BGUEQSObject_EQSObjRunWithCustomParams::EnvQueryObj' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunWithCustomParams, Querier) == 0x000008, "Member 'BGUEQSObject_EQSObjRunWithCustomParams::Querier' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunWithCustomParams, Reason) == 0x000010, "Member 'BGUEQSObject_EQSObjRunWithCustomParams::Reason' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunWithCustomParams, NamedParams) == 0x000018, "Member 'BGUEQSObject_EQSObjRunWithCustomParams::NamedParams' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSObjRunWithCustomParams, ReturnValue) == 0x000028, "Member 'BGUEQSObject_EQSObjRunWithCustomParams::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEQSObject_EQSRun \ +static_assert(alignof(BGUEQSObject_EQSRun) == 0x000008, "Wrong alignment on BGUEQSObject_EQSRun"); \ +static_assert(sizeof(BGUEQSObject_EQSRun) == 0x000030, "Wrong size on BGUEQSObject_EQSRun"); \ +static_assert(offsetof(BGUEQSObject_EQSRun, EQSPath) == 0x000000, "Member 'BGUEQSObject_EQSRun::EQSPath' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSRun, Querier) == 0x000010, "Member 'BGUEQSObject_EQSRun::Querier' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSRun, Reason) == 0x000018, "Member 'BGUEQSObject_EQSRun::Reason' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSRun, _ExParam) == 0x00001C, "Member 'BGUEQSObject_EQSRun::_ExParam' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSObject_EQSRun, ReturnValue) == 0x000028, "Member 'BGUEQSObject_EQSRun::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUEQSObject \ +static_assert(alignof(UBGUEQSObject) == 0x000008, "Wrong alignment on UBGUEQSObject"); \ +static_assert(sizeof(UBGUEQSObject) == 0x000100, "Wrong size on UBGUEQSObject"); \ +static_assert(offsetof(UBGUEQSObject, EnvQuery) == 0x000028, "Member 'UBGUEQSObject::EnvQuery' has a wrong offset!"); \ +static_assert(offsetof(UBGUEQSObject, EvnQueryReq) == 0x000030, "Member 'UBGUEQSObject::EvnQueryReq' has a wrong offset!"); \ +static_assert(offsetof(UBGUEQSObject, QuerierObject) == 0x000098, "Member 'UBGUEQSObject::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(UBGUEQSObject, Req_ExParamMap) == 0x0000A0, "Member 'UBGUEQSObject::Req_ExParamMap' has a wrong offset!"); \ +static_assert(offsetof(UBGUEQSObject, FBUE_RunEQSFinish) == 0x0000F0, "Member 'UBGUEQSObject::FBUE_RunEQSFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSLockHandFoot \ +static_assert(alignof(UAnimNotifyState_GSLockHandFoot) == 0x000008, "Wrong alignment on UAnimNotifyState_GSLockHandFoot"); \ +static_assert(sizeof(UAnimNotifyState_GSLockHandFoot) == 0x000050, "Wrong size on UAnimNotifyState_GSLockHandFoot"); \ +static_assert(offsetof(UAnimNotifyState_GSLockHandFoot, NeedLockType) == 0x000048, "Member 'UAnimNotifyState_GSLockHandFoot::NeedLockType' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSLockHandFoot, BeginReduceScale) == 0x00004C, "Member 'UAnimNotifyState_GSLockHandFoot::BeginReduceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFluid2DComponent_GetPressureDivergenceTexture \ +static_assert(alignof(BGUFluid2DComponent_GetPressureDivergenceTexture) == 0x000008, "Wrong alignment on BGUFluid2DComponent_GetPressureDivergenceTexture"); \ +static_assert(sizeof(BGUFluid2DComponent_GetPressureDivergenceTexture) == 0x000008, "Wrong size on BGUFluid2DComponent_GetPressureDivergenceTexture"); \ +static_assert(offsetof(BGUFluid2DComponent_GetPressureDivergenceTexture, ReturnValue) == 0x000000, "Member 'BGUFluid2DComponent_GetPressureDivergenceTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFluid2DComponent_GetVeloDensityTexture \ +static_assert(alignof(BGUFluid2DComponent_GetVeloDensityTexture) == 0x000008, "Wrong alignment on BGUFluid2DComponent_GetVeloDensityTexture"); \ +static_assert(sizeof(BGUFluid2DComponent_GetVeloDensityTexture) == 0x000008, "Wrong size on BGUFluid2DComponent_GetVeloDensityTexture"); \ +static_assert(offsetof(BGUFluid2DComponent_GetVeloDensityTexture, ReturnValue) == 0x000000, "Member 'BGUFluid2DComponent_GetVeloDensityTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFluid2DComponent \ +static_assert(alignof(UBGUFluid2DComponent) == 0x000008, "Wrong alignment on UBGUFluid2DComponent"); \ +static_assert(sizeof(UBGUFluid2DComponent) == 0x0002D8, "Wrong size on UBGUFluid2DComponent"); \ +static_assert(offsetof(UBGUFluid2DComponent, toggleSim) == 0x0000C0, "Member 'UBGUFluid2DComponent::toggleSim' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, bPostProcessCollisionData) == 0x0000C1, "Member 'UBGUFluid2DComponent::bPostProcessCollisionData' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, blueprintDrivenParameters) == 0x0000C2, "Member 'UBGUFluid2DComponent::blueprintDrivenParameters' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, bMovedCheck) == 0x0000C3, "Member 'UBGUFluid2DComponent::bMovedCheck' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, blocationCheck) == 0x0000C4, "Member 'UBGUFluid2DComponent::blocationCheck' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, bLocalSim) == 0x0000C5, "Member 'UBGUFluid2DComponent::bLocalSim' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, bHighQualitySim) == 0x0000C6, "Member 'UBGUFluid2DComponent::bHighQualitySim' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, bSimAreaClamp) == 0x0000C7, "Member 'UBGUFluid2DComponent::bSimAreaClamp' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, MaxIteration) == 0x0000C8, "Member 'UBGUFluid2DComponent::MaxIteration' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, SimulationResX) == 0x0000CC, "Member 'UBGUFluid2DComponent::SimulationResX' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, SimulationResY) == 0x0000D0, "Member 'UBGUFluid2DComponent::SimulationResY' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, SimAreaSizeInCM) == 0x0000D4, "Member 'UBGUFluid2DComponent::SimAreaSizeInCM' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, SnappedPosParameterName) == 0x0000D8, "Member 'UBGUFluid2DComponent::SnappedPosParameterName' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, dynamicSDFMpc) == 0x0000E0, "Member 'UBGUFluid2DComponent::dynamicSDFMpc' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, worldOffsetThreshold) == 0x0000E8, "Member 'UBGUFluid2DComponent::worldOffsetThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, moveThreadhold) == 0x0000EC, "Member 'UBGUFluid2DComponent::moveThreadhold' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, edgeExtendSize) == 0x0000F0, "Member 'UBGUFluid2DComponent::edgeExtendSize' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, bExportVeloDensity) == 0x0000F4, "Member 'UBGUFluid2DComponent::bExportVeloDensity' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, bExportPressureDivergence) == 0x0000F5, "Member 'UBGUFluid2DComponent::bExportPressureDivergence' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, veloDensityOutput) == 0x0000F8, "Member 'UBGUFluid2DComponent::veloDensityOutput' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, pressureDivergenceOutput) == 0x000100, "Member 'UBGUFluid2DComponent::pressureDivergenceOutput' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, CollisionQueryMaterial) == 0x000108, "Member 'UBGUFluid2DComponent::CollisionQueryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, PPCollisionQueryMaterial) == 0x000110, "Member 'UBGUFluid2DComponent::PPCollisionQueryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, CompositeMaterial) == 0x000118, "Member 'UBGUFluid2DComponent::CompositeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, AdvectMaterial) == 0x000120, "Member 'UBGUFluid2DComponent::AdvectMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DivergenceMaterial) == 0x000128, "Member 'UBGUFluid2DComponent::DivergenceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, PressureStep1Material) == 0x000130, "Member 'UBGUFluid2DComponent::PressureStep1Material' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, PressureStep2Material) == 0x000138, "Member 'UBGUFluid2DComponent::PressureStep2Material' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, BrushPuncture) == 0x000140, "Member 'UBGUFluid2DComponent::BrushPuncture' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloDirNoise) == 0x000144, "Member 'UBGUFluid2DComponent::VeloDirNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, Speed) == 0x000148, "Member 'UBGUFluid2DComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloFromSimAreaMotion) == 0x00014C, "Member 'UBGUFluid2DComponent::VeloFromSimAreaMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, SimEdgeBouncyness) == 0x000150, "Member 'UBGUFluid2DComponent::SimEdgeBouncyness' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, FadeDensityAtSimEdge) == 0x000154, "Member 'UBGUFluid2DComponent::FadeDensityAtSimEdge' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloDirNoiseSize) == 0x000158, "Member 'UBGUFluid2DComponent::VeloDirNoiseSize' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloDirNoiseSpeed) == 0x00015C, "Member 'UBGUFluid2DComponent::VeloDirNoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloOffsetX) == 0x000160, "Member 'UBGUFluid2DComponent::VeloOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloOffsetY) == 0x000164, "Member 'UBGUFluid2DComponent::VeloOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloFromBrushMotion) == 0x000168, "Member 'UBGUFluid2DComponent::VeloFromBrushMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloStrength) == 0x00016C, "Member 'UBGUFluid2DComponent::VeloStrength' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloRotate) == 0x000170, "Member 'UBGUFluid2DComponent::VeloRotate' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloAmpNoise) == 0x000174, "Member 'UBGUFluid2DComponent::VeloAmpNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, InputFeedback) == 0x000178, "Member 'UBGUFluid2DComponent::InputFeedback' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, FlowFeedback) == 0x00017C, "Member 'UBGUFluid2DComponent::FlowFeedback' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, Divergence) == 0x000180, "Member 'UBGUFluid2DComponent::Divergence' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, BrushSize) == 0x000184, "Member 'UBGUFluid2DComponent::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, BrushStrength) == 0x000188, "Member 'UBGUFluid2DComponent::BrushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, EraserMode) == 0x00018C, "Member 'UBGUFluid2DComponent::EraserMode' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, BrushHardness) == 0x000190, "Member 'UBGUFluid2DComponent::BrushHardness' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityTemplate) == 0x000198, "Member 'UBGUFluid2DComponent::DensityTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VelocityTemplate) == 0x0001A0, "Member 'UBGUFluid2DComponent::VelocityTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VelocityOffsetSpeed) == 0x0001A8, "Member 'UBGUFluid2DComponent::VelocityOffsetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, EdgeMaskWidth) == 0x0001AC, "Member 'UBGUFluid2DComponent::EdgeMaskWidth' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityTxtMult) == 0x0001B0, "Member 'UBGUFluid2DComponent::DensityTxtMult' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityTxtScale) == 0x0001B4, "Member 'UBGUFluid2DComponent::DensityTxtScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityTxtOffsetX) == 0x0001B8, "Member 'UBGUFluid2DComponent::DensityTxtOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityTxtOffsetY) == 0x0001BC, "Member 'UBGUFluid2DComponent::DensityTxtOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, BrushNoise) == 0x0001C0, "Member 'UBGUFluid2DComponent::BrushNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, VeloInputTile) == 0x0001C4, "Member 'UBGUFluid2DComponent::VeloInputTile' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityInputNoiseAmp) == 0x0001C8, "Member 'UBGUFluid2DComponent::DensityInputNoiseAmp' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityInputNoiseOffset) == 0x0001CC, "Member 'UBGUFluid2DComponent::DensityInputNoiseOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DensityInputNoiseTile) == 0x0001D0, "Member 'UBGUFluid2DComponent::DensityInputNoiseTile' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, BrushRnd) == 0x0001D4, "Member 'UBGUFluid2DComponent::BrushRnd' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, worldOffsetX) == 0x0001D8, "Member 'UBGUFluid2DComponent::worldOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, worldOffsetY) == 0x0001DC, "Member 'UBGUFluid2DComponent::worldOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, RT_CollisionResult) == 0x000270, "Member 'UBGUFluid2DComponent::RT_CollisionResult' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, RT_PPCollisionResult) == 0x000278, "Member 'UBGUFluid2DComponent::RT_PPCollisionResult' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, RT_Advection) == 0x000280, "Member 'UBGUFluid2DComponent::RT_Advection' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, RT_PressureDivergence) == 0x000288, "Member 'UBGUFluid2DComponent::RT_PressureDivergence' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, RT_Composite) == 0x000290, "Member 'UBGUFluid2DComponent::RT_Composite' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, RT_PressureDivergenceTemp) == 0x000298, "Member 'UBGUFluid2DComponent::RT_PressureDivergenceTemp' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, CollisionQueryMaterialInstance) == 0x0002A0, "Member 'UBGUFluid2DComponent::CollisionQueryMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, PPCollisionQueryMaterialInstance) == 0x0002A8, "Member 'UBGUFluid2DComponent::PPCollisionQueryMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, CompositeMaterialInstance) == 0x0002B0, "Member 'UBGUFluid2DComponent::CompositeMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, AdvectMaterialInstance) == 0x0002B8, "Member 'UBGUFluid2DComponent::AdvectMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, DivergenceMaterialInstance) == 0x0002C0, "Member 'UBGUFluid2DComponent::DivergenceMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, PressureStep1MaterialInstance) == 0x0002C8, "Member 'UBGUFluid2DComponent::PressureStep1MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGUFluid2DComponent, PressureStep2MaterialInstance) == 0x0002D0, "Member 'UBGUFluid2DComponent::PressureStep2MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSNvFlow \ +static_assert(alignof(UAnimNotifyState_GSNvFlow) == 0x000008, "Wrong alignment on UAnimNotifyState_GSNvFlow"); \ +static_assert(sizeof(UAnimNotifyState_GSNvFlow) == 0x000050, "Wrong size on UAnimNotifyState_GSNvFlow"); \ +static_assert(offsetof(UAnimNotifyState_GSNvFlow, bFlowEmit) == 0x000048, "Member 'UAnimNotifyState_GSNvFlow::bFlowEmit' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSNvFlow, bFlowCollision) == 0x000049, "Member 'UAnimNotifyState_GSNvFlow::bFlowCollision' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSNvFlow, CollisionIndex) == 0x00004C, "Member 'UAnimNotifyState_GSNvFlow::CollisionIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_AIMover_GetRequestID \ +static_assert(alignof(BGU_AIMover_GetRequestID) == 0x000004, "Wrong alignment on BGU_AIMover_GetRequestID"); \ +static_assert(sizeof(BGU_AIMover_GetRequestID) == 0x000004, "Wrong size on BGU_AIMover_GetRequestID"); \ +static_assert(offsetof(BGU_AIMover_GetRequestID, ReturnValue) == 0x000000, "Member 'BGU_AIMover_GetRequestID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_AIMover_Init \ +static_assert(alignof(BGU_AIMover_Init) == 0x000008, "Wrong alignment on BGU_AIMover_Init"); \ +static_assert(sizeof(BGU_AIMover_Init) == 0x000008, "Wrong size on BGU_AIMover_Init"); \ +static_assert(offsetof(BGU_AIMover_Init, OwnerAICtrl) == 0x000000, "Member 'BGU_AIMover_Init::OwnerAICtrl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_AIMover_IsOutOfRange \ +static_assert(alignof(BGU_AIMover_IsOutOfRange) == 0x000001, "Wrong alignment on BGU_AIMover_IsOutOfRange"); \ +static_assert(sizeof(BGU_AIMover_IsOutOfRange) == 0x000001, "Wrong size on BGU_AIMover_IsOutOfRange"); \ +static_assert(offsetof(BGU_AIMover_IsOutOfRange, ReturnValue) == 0x000000, "Member 'BGU_AIMover_IsOutOfRange::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_AIMover_IsRequestValid \ +static_assert(alignof(BGU_AIMover_IsRequestValid) == 0x000001, "Wrong alignment on BGU_AIMover_IsRequestValid"); \ +static_assert(sizeof(BGU_AIMover_IsRequestValid) == 0x000001, "Wrong size on BGU_AIMover_IsRequestValid"); \ +static_assert(offsetof(BGU_AIMover_IsRequestValid, ReturnValue) == 0x000000, "Member 'BGU_AIMover_IsRequestValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_AIMover_MoveTo \ +static_assert(alignof(BGU_AIMover_MoveTo) == 0x000008, "Wrong alignment on BGU_AIMover_MoveTo"); \ +static_assert(sizeof(BGU_AIMover_MoveTo) == 0x000030, "Wrong size on BGU_AIMover_MoveTo"); \ +static_assert(offsetof(BGU_AIMover_MoveTo, request) == 0x000000, "Member 'BGU_AIMover_MoveTo::request' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_AIMover_GetMoveStatus \ +static_assert(alignof(BGU_AIMover_GetMoveStatus) == 0x000001, "Wrong alignment on BGU_AIMover_GetMoveStatus"); \ +static_assert(sizeof(BGU_AIMover_GetMoveStatus) == 0x000001, "Wrong size on BGU_AIMover_GetMoveStatus"); \ +static_assert(offsetof(BGU_AIMover_GetMoveStatus, ReturnValue) == 0x000000, "Member 'BGU_AIMover_GetMoveStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_AIMover_GetPathFollowingComponent \ +static_assert(alignof(BGU_AIMover_GetPathFollowingComponent) == 0x000008, "Wrong alignment on BGU_AIMover_GetPathFollowingComponent"); \ +static_assert(sizeof(BGU_AIMover_GetPathFollowingComponent) == 0x000008, "Wrong size on BGU_AIMover_GetPathFollowingComponent"); \ +static_assert(offsetof(BGU_AIMover_GetPathFollowingComponent, ReturnValue) == 0x000000, "Member 'BGU_AIMover_GetPathFollowingComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGU_AIMover \ +static_assert(alignof(UBGU_AIMover) == 0x000008, "Wrong alignment on UBGU_AIMover"); \ +static_assert(sizeof(UBGU_AIMover) == 0x000060, "Wrong size on UBGU_AIMover"); \ +static_assert(offsetof(UBGU_AIMover, FBUE_OnMoveComplete) == 0x000028, "Member 'UBGU_AIMover::FBUE_OnMoveComplete' has a wrong offset!"); \ +static_assert(offsetof(UBGU_AIMover, OwnerCtrl) == 0x000038, "Member 'UBGU_AIMover::OwnerCtrl' has a wrong offset!"); \ +static_assert(offsetof(UBGU_AIMover, PathFollowingComponent) == 0x000040, "Member 'UBGU_AIMover::PathFollowingComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagEnum \ +static_assert(alignof(BGUFuncLibData_BGUGetTagEnum) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagEnum"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagEnum) == 0x000018, "Wrong size on BGUFuncLibData_BGUGetTagEnum"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagEnum, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagEnum::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagEnum, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagEnum::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagEnum, IsValid) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagEnum::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagEnum, Out) == 0x000011, "Member 'BGUFuncLibData_BGUGetTagEnum::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagFloat \ +static_assert(alignof(BGUFuncLibData_BGUGetTagFloat) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagFloat"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagFloat) == 0x000018, "Wrong size on BGUFuncLibData_BGUGetTagFloat"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloat, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagFloat::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloat, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagFloat::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloat, IsValid) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagFloat::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloat, Out) == 0x000014, "Member 'BGUFuncLibData_BGUGetTagFloat::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagFloatByName \ +static_assert(alignof(BGUFuncLibData_BGUGetTagFloatByName) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagFloatByName"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagFloatByName) == 0x000018, "Wrong size on BGUFuncLibData_BGUGetTagFloatByName"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloatByName, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagFloatByName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloatByName, TagName) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagFloatByName::TagName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloatByName, IsValid) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagFloatByName::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagFloatByName, Out) == 0x000014, "Member 'BGUFuncLibData_BGUGetTagFloatByName::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagInt \ +static_assert(alignof(BGUFuncLibData_BGUGetTagInt) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagInt"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagInt) == 0x000018, "Wrong size on BGUFuncLibData_BGUGetTagInt"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagInt, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagInt::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagInt, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagInt::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagInt, IsValid) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagInt::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagInt, Out) == 0x000014, "Member 'BGUFuncLibData_BGUGetTagInt::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagIntByName \ +static_assert(alignof(BGUFuncLibData_BGUGetTagIntByName) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagIntByName"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagIntByName) == 0x000018, "Wrong size on BGUFuncLibData_BGUGetTagIntByName"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagIntByName, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagIntByName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagIntByName, TagName) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagIntByName::TagName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagIntByName, IsValid) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagIntByName::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagIntByName, Out) == 0x000014, "Member 'BGUFuncLibData_BGUGetTagIntByName::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagName \ +static_assert(alignof(BGUFuncLibData_BGUGetTagName) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagName"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagName) == 0x000020, "Wrong size on BGUFuncLibData_BGUGetTagName"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagName, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagName, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagName::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagName, IsValid) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagName::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagName, Out) == 0x000014, "Member 'BGUFuncLibData_BGUGetTagName::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagObject \ +static_assert(alignof(BGUFuncLibData_BGUGetTagObject) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagObject"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagObject) == 0x000018, "Wrong size on BGUFuncLibData_BGUGetTagObject"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagObject, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagObject::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagObject, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagObject::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagObject, ReturnValue) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUGetTagVector \ +static_assert(alignof(BGUFuncLibData_BGUGetTagVector) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUGetTagVector"); \ +static_assert(sizeof(BGUFuncLibData_BGUGetTagVector) == 0x000030, "Wrong size on BGUFuncLibData_BGUGetTagVector"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagVector, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUGetTagVector::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagVector, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUGetTagVector::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagVector, IsValid) == 0x000010, "Member 'BGUFuncLibData_BGUGetTagVector::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUGetTagVector, Out) == 0x000018, "Member 'BGUFuncLibData_BGUGetTagVector::Out' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagEnum \ +static_assert(alignof(BGUFuncLibData_BGUSetTagEnum) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagEnum"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagEnum) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagEnum"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagEnum, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagEnum::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagEnum, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagEnum::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagEnum, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagEnum::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagFloat \ +static_assert(alignof(BGUFuncLibData_BGUSetTagFloat) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagFloat"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagFloat) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagFloat"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagFloat, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagFloat::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagFloat, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagFloat::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagFloat, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagFloat::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagFloatByName \ +static_assert(alignof(BGUFuncLibData_BGUSetTagFloatByName) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagFloatByName"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagFloatByName) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagFloatByName"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagFloatByName, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagFloatByName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagFloatByName, TagName) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagFloatByName::TagName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagFloatByName, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagFloatByName::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagInt \ +static_assert(alignof(BGUFuncLibData_BGUSetTagInt) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagInt"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagInt) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagInt"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagInt, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagInt::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagInt, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagInt::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagInt, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagInt::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagIntByName \ +static_assert(alignof(BGUFuncLibData_BGUSetTagIntByName) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagIntByName"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagIntByName) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagIntByName"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagIntByName, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagIntByName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagIntByName, TagName) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagIntByName::TagName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagIntByName, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagIntByName::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagName \ +static_assert(alignof(BGUFuncLibData_BGUSetTagName) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagName"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagName) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagName"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagName, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagName, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagName::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagName, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagName::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagNameWithGameplayTag \ +static_assert(alignof(BGUFuncLibData_BGUSetTagNameWithGameplayTag) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagNameWithGameplayTag"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagNameWithGameplayTag) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagNameWithGameplayTag"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagNameWithGameplayTag, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagNameWithGameplayTag::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagNameWithGameplayTag, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagNameWithGameplayTag::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagNameWithGameplayTag, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagNameWithGameplayTag::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagObject \ +static_assert(alignof(BGUFuncLibData_BGUSetTagObject) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagObject"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagObject) == 0x000018, "Wrong size on BGUFuncLibData_BGUSetTagObject"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagObject, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagObject::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagObject, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagObject::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagObject, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagObject::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibData_BGUSetTagVector \ +static_assert(alignof(BGUFuncLibData_BGUSetTagVector) == 0x000008, "Wrong alignment on BGUFuncLibData_BGUSetTagVector"); \ +static_assert(sizeof(BGUFuncLibData_BGUSetTagVector) == 0x000028, "Wrong size on BGUFuncLibData_BGUSetTagVector"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagVector, Unit) == 0x000000, "Member 'BGUFuncLibData_BGUSetTagVector::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagVector, Tag) == 0x000008, "Member 'BGUFuncLibData_BGUSetTagVector::Tag' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibData_BGUSetTagVector, Val) == 0x000010, "Member 'BGUFuncLibData_BGUSetTagVector::Val' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibData \ +static_assert(alignof(UBGUFuncLibData) == 0x000008, "Wrong alignment on UBGUFuncLibData"); \ +static_assert(sizeof(UBGUFuncLibData) == 0x000028, "Wrong size on UBGUFuncLibData"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSTimedParticleEffect \ +static_assert(alignof(UAnimNotifyState_GSTimedParticleEffect) == 0x000008, "Wrong alignment on UAnimNotifyState_GSTimedParticleEffect"); \ +static_assert(sizeof(UAnimNotifyState_GSTimedParticleEffect) == 0x000090, "Wrong size on UAnimNotifyState_GSTimedParticleEffect"); \ +static_assert(offsetof(UAnimNotifyState_GSTimedParticleEffect, AttachRule) == 0x000078, "Member 'UAnimNotifyState_GSTimedParticleEffect::AttachRule' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSTimedParticleEffect, InstanceParameters) == 0x000080, "Member 'UAnimNotifyState_GSTimedParticleEffect::InstanceParameters' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQGBase_ProjectedPoint_AddGeneratedActor \ +static_assert(alignof(GSEQGBase_ProjectedPoint_AddGeneratedActor) == 0x000008, "Wrong alignment on GSEQGBase_ProjectedPoint_AddGeneratedActor"); \ +static_assert(sizeof(GSEQGBase_ProjectedPoint_AddGeneratedActor) == 0x000008, "Wrong size on GSEQGBase_ProjectedPoint_AddGeneratedActor"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_AddGeneratedActor, GeneratedActor) == 0x000000, "Member 'GSEQGBase_ProjectedPoint_AddGeneratedActor::GeneratedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQGBase_ProjectedPoint_AddGeneratedVector \ +static_assert(alignof(GSEQGBase_ProjectedPoint_AddGeneratedVector) == 0x000008, "Wrong alignment on GSEQGBase_ProjectedPoint_AddGeneratedVector"); \ +static_assert(sizeof(GSEQGBase_ProjectedPoint_AddGeneratedVector) == 0x000018, "Wrong size on GSEQGBase_ProjectedPoint_AddGeneratedVector"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_AddGeneratedVector, GeneratedVector) == 0x000000, "Member 'GSEQGBase_ProjectedPoint_AddGeneratedVector::GeneratedVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQGBase_ProjectedPoint_DoItemGenerationCS \ +static_assert(alignof(GSEQGBase_ProjectedPoint_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQGBase_ProjectedPoint_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQGBase_ProjectedPoint_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQGBase_ProjectedPoint_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQGBase_ProjectedPoint_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQGBase_ProjectedPoint_GetQuerier \ +static_assert(alignof(GSEQGBase_ProjectedPoint_GetQuerier) == 0x000008, "Wrong alignment on GSEQGBase_ProjectedPoint_GetQuerier"); \ +static_assert(sizeof(GSEQGBase_ProjectedPoint_GetQuerier) == 0x000008, "Wrong size on GSEQGBase_ProjectedPoint_GetQuerier"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_GetQuerier, ReturnValue) == 0x000000, "Member 'GSEQGBase_ProjectedPoint_GetQuerier::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS \ +static_assert(alignof(GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS) == 0x000008, "Wrong alignment on GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS"); \ +static_assert(sizeof(GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS) == 0x000020, "Wrong size on GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS, Points) == 0x000000, "Member 'GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS::Points' has a wrong offset!"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS, ReturnValue) == 0x000010, "Member 'GSEQGBase_ProjectedPoint_ProjectAndFilterNavPointsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQGBase_ProjectedPoint_RunNavRaycastsInCS \ +static_assert(alignof(GSEQGBase_ProjectedPoint_RunNavRaycastsInCS) == 0x000008, "Wrong alignment on GSEQGBase_ProjectedPoint_RunNavRaycastsInCS"); \ +static_assert(sizeof(GSEQGBase_ProjectedPoint_RunNavRaycastsInCS) == 0x000038, "Wrong size on GSEQGBase_ProjectedPoint_RunNavRaycastsInCS"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_RunNavRaycastsInCS, Points) == 0x000000, "Member 'GSEQGBase_ProjectedPoint_RunNavRaycastsInCS::Points' has a wrong offset!"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_RunNavRaycastsInCS, SourcePt) == 0x000010, "Member 'GSEQGBase_ProjectedPoint_RunNavRaycastsInCS::SourcePt' has a wrong offset!"); \ +static_assert(offsetof(GSEQGBase_ProjectedPoint_RunNavRaycastsInCS, ReturnValue) == 0x000028, "Member 'GSEQGBase_ProjectedPoint_RunNavRaycastsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQGBase_ProjectedPoint \ +static_assert(alignof(UGSEQGBase_ProjectedPoint) == 0x000008, "Wrong alignment on UGSEQGBase_ProjectedPoint"); \ +static_assert(sizeof(UGSEQGBase_ProjectedPoint) == 0x000108, "Wrong size on UGSEQGBase_ProjectedPoint"); \ +static_assert(offsetof(UGSEQGBase_ProjectedPoint, ProjectionData) == 0x000050, "Member 'UGSEQGBase_ProjectedPoint::ProjectionData' has a wrong offset!"); \ +static_assert(offsetof(UGSEQGBase_ProjectedPoint, GeneratorsActionDescription) == 0x000090, "Member 'UGSEQGBase_ProjectedPoint::GeneratorsActionDescription' has a wrong offset!"); \ +static_assert(offsetof(UGSEQGBase_ProjectedPoint, Context) == 0x0000A8, "Member 'UGSEQGBase_ProjectedPoint::Context' has a wrong offset!"); \ +static_assert(offsetof(UGSEQGBase_ProjectedPoint, GenerateItemList) == 0x0000B0, "Member 'UGSEQGBase_ProjectedPoint::GenerateItemList' has a wrong offset!"); \ +static_assert(offsetof(UGSEQGBase_ProjectedPoint, TraceData) == 0x0000C0, "Member 'UGSEQGBase_ProjectedPoint::TraceData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibMove_BGUMovementForceSaveBaseLocation \ +static_assert(alignof(BGUFuncLibMove_BGUMovementForceSaveBaseLocation) == 0x000008, "Wrong alignment on BGUFuncLibMove_BGUMovementForceSaveBaseLocation"); \ +static_assert(sizeof(BGUFuncLibMove_BGUMovementForceSaveBaseLocation) == 0x000008, "Wrong size on BGUFuncLibMove_BGUMovementForceSaveBaseLocation"); \ +static_assert(offsetof(BGUFuncLibMove_BGUMovementForceSaveBaseLocation, MoveComp) == 0x000000, "Member 'BGUFuncLibMove_BGUMovementForceSaveBaseLocation::MoveComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibMove \ +static_assert(alignof(UBGUFuncLibMove) == 0x000008, "Wrong alignment on UBGUFuncLibMove"); \ +static_assert(sizeof(UBGUFuncLibMove) == 0x000028, "Wrong size on UBGUFuncLibMove"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSTrail \ +static_assert(alignof(UAnimNotifyState_GSTrail) == 0x000008, "Wrong alignment on UAnimNotifyState_GSTrail"); \ +static_assert(sizeof(UAnimNotifyState_GSTrail) == 0x000060, "Wrong size on UAnimNotifyState_GSTrail"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAI_BGUAICaculateTargetAngle \ +static_assert(alignof(BGUFuncLibAI_BGUAICaculateTargetAngle) == 0x000008, "Wrong alignment on BGUFuncLibAI_BGUAICaculateTargetAngle"); \ +static_assert(sizeof(BGUFuncLibAI_BGUAICaculateTargetAngle) == 0x000018, "Wrong size on BGUFuncLibAI_BGUAICaculateTargetAngle"); \ +static_assert(offsetof(BGUFuncLibAI_BGUAICaculateTargetAngle, Target) == 0x000000, "Member 'BGUFuncLibAI_BGUAICaculateTargetAngle::Target' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAI_BGUAICaculateTargetAngle, MySelf) == 0x000008, "Member 'BGUFuncLibAI_BGUAICaculateTargetAngle::MySelf' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAI_BGUAICaculateTargetAngle, ReturnValue) == 0x000010, "Member 'BGUFuncLibAI_BGUAICaculateTargetAngle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAI_BGUIsAIRequestActive \ +static_assert(alignof(BGUFuncLibAI_BGUIsAIRequestActive) == 0x000008, "Wrong alignment on BGUFuncLibAI_BGUIsAIRequestActive"); \ +static_assert(sizeof(BGUFuncLibAI_BGUIsAIRequestActive) == 0x000010, "Wrong size on BGUFuncLibAI_BGUIsAIRequestActive"); \ +static_assert(offsetof(BGUFuncLibAI_BGUIsAIRequestActive, Unit) == 0x000000, "Member 'BGUFuncLibAI_BGUIsAIRequestActive::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAI_BGUIsAIRequestActive, RequestID) == 0x000008, "Member 'BGUFuncLibAI_BGUIsAIRequestActive::RequestID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAI_BGUIsAIRequestActive, ReturnValue) == 0x00000C, "Member 'BGUFuncLibAI_BGUIsAIRequestActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAI_BGURequestAITurnTo \ +static_assert(alignof(BGUFuncLibAI_BGURequestAITurnTo) == 0x000008, "Wrong alignment on BGUFuncLibAI_BGURequestAITurnTo"); \ +static_assert(sizeof(BGUFuncLibAI_BGURequestAITurnTo) == 0x000028, "Wrong size on BGUFuncLibAI_BGURequestAITurnTo"); \ +static_assert(offsetof(BGUFuncLibAI_BGURequestAITurnTo, Unit) == 0x000000, "Member 'BGUFuncLibAI_BGURequestAITurnTo::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAI_BGURequestAITurnTo, position) == 0x000008, "Member 'BGUFuncLibAI_BGURequestAITurnTo::position' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAI_BGURequestAITurnTo, ReturnValue) == 0x000020, "Member 'BGUFuncLibAI_BGURequestAITurnTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibAI \ +static_assert(alignof(UBGUFuncLibAI) == 0x000008, "Wrong alignment on UBGUFuncLibAI"); \ +static_assert(sizeof(UBGUFuncLibAI) == 0x000028, "Wrong size on UBGUFuncLibAI"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSTrailWithArray_OverridePSTemplate \ +static_assert(alignof(AnimNotifyState_GSTrailWithArray_OverridePSTemplate) == 0x000008, "Wrong alignment on AnimNotifyState_GSTrailWithArray_OverridePSTemplate"); \ +static_assert(sizeof(AnimNotifyState_GSTrailWithArray_OverridePSTemplate) == 0x000018, "Wrong size on AnimNotifyState_GSTrailWithArray_OverridePSTemplate"); \ +static_assert(offsetof(AnimNotifyState_GSTrailWithArray_OverridePSTemplate, MeshComp) == 0x000000, "Member 'AnimNotifyState_GSTrailWithArray_OverridePSTemplate::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSTrailWithArray_OverridePSTemplate, Animation) == 0x000008, "Member 'AnimNotifyState_GSTrailWithArray_OverridePSTemplate::Animation' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSTrailWithArray_OverridePSTemplate, ReturnValue) == 0x000010, "Member 'AnimNotifyState_GSTrailWithArray_OverridePSTemplate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSTrailWithArray \ +static_assert(alignof(UAnimNotifyState_GSTrailWithArray) == 0x000008, "Wrong alignment on UAnimNotifyState_GSTrailWithArray"); \ +static_assert(sizeof(UAnimNotifyState_GSTrailWithArray) == 0x000058, "Wrong size on UAnimNotifyState_GSTrailWithArray"); \ +static_assert(offsetof(UAnimNotifyState_GSTrailWithArray, PSTemplate) == 0x000030, "Member 'UAnimNotifyState_GSTrailWithArray::PSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSTrailWithArray, SocketNameList) == 0x000038, "Member 'UAnimNotifyState_GSTrailWithArray::SocketNameList' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSTrailWithArray, WidthScaleMode) == 0x000048, "Member 'UAnimNotifyState_GSTrailWithArray::WidthScaleMode' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotifyState_GSTrailWithArray, WidthScaleCurve) == 0x00004C, "Member 'UAnimNotifyState_GSTrailWithArray::WidthScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime \ +static_assert(alignof(BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime) == 0x000008, "Wrong alignment on BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime"); \ +static_assert(sizeof(BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime) == 0x000010, "Wrong size on BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime, Unit) == 0x000000, "Member 'BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime, FromAMInstanceID) == 0x000008, "Member 'BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime::FromAMInstanceID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime, ReturnValue) == 0x00000C, "Member 'BGUFuncLibSkill_BGUCalcMontageNeedModifyTotalTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime \ +static_assert(alignof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime) == 0x000008, "Wrong alignment on BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime"); \ +static_assert(sizeof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime) == 0x000028, "Wrong size on BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime, Unit) == 0x000000, "Member 'BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime, FromAMInstanceID) == 0x000008, "Member 'BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime::FromAMInstanceID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime, LeftTime) == 0x00000C, "Member 'BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime::LeftTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime, RightTime) == 0x000010, "Member 'BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime::RightTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime, CurMontage) == 0x000018, "Member 'BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime::CurMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime, ReturnValue) == 0x000020, "Member 'BGUFuncLibSkill_BGUCalcMontageSpecificRangeTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime \ +static_assert(alignof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime) == 0x000008, "Wrong alignment on BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime"); \ +static_assert(sizeof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime) == 0x000020, "Wrong size on BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime, Unit) == 0x000000, "Member 'BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime, NotifyEvent) == 0x000008, "Member 'BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime::NotifyEvent' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime, FromAMInstanceID) == 0x000010, "Member 'BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime::FromAMInstanceID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime, CurNSLeftTime) == 0x000014, "Member 'BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime::CurNSLeftTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime, CurNSRightTime) == 0x000018, "Member 'BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime::CurNSRightTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime, ReturnValue) == 0x00001C, "Member 'BGUFuncLibSkill_BGUCalcNotifyNeedModifyTotalTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage \ +static_assert(alignof(BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage) == 0x000008, "Wrong alignment on BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage"); \ +static_assert(sizeof(BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage) == 0x000018, "Wrong size on BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage, AnimInstance) == 0x000000, "Member 'BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage, Montage) == 0x000008, "Member 'BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage, ReturnValue) == 0x000010, "Member 'BGUFuncLibSkill_BGUGetActiveInstanceIDForMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_BGUGetMontageHasRootMotion \ +static_assert(alignof(BGUFuncLibSkill_BGUGetMontageHasRootMotion) == 0x000008, "Wrong alignment on BGUFuncLibSkill_BGUGetMontageHasRootMotion"); \ +static_assert(sizeof(BGUFuncLibSkill_BGUGetMontageHasRootMotion) == 0x000010, "Wrong size on BGUFuncLibSkill_BGUGetMontageHasRootMotion"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetMontageHasRootMotion, Montage) == 0x000000, "Member 'BGUFuncLibSkill_BGUGetMontageHasRootMotion::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetMontageHasRootMotion, ReturnValue) == 0x000008, "Member 'BGUFuncLibSkill_BGUGetMontageHasRootMotion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_BGUGetMontageNotifies \ +static_assert(alignof(BGUFuncLibSkill_BGUGetMontageNotifies) == 0x000008, "Wrong alignment on BGUFuncLibSkill_BGUGetMontageNotifies"); \ +static_assert(sizeof(BGUFuncLibSkill_BGUGetMontageNotifies) == 0x000018, "Wrong size on BGUFuncLibSkill_BGUGetMontageNotifies"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetMontageNotifies, Montage) == 0x000000, "Member 'BGUFuncLibSkill_BGUGetMontageNotifies::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetMontageNotifies, OutActiveNotifies) == 0x000008, "Member 'BGUFuncLibSkill_BGUGetMontageNotifies::OutActiveNotifies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_BGUGetMotionDirFromSkill \ +static_assert(alignof(BGUFuncLibSkill_BGUGetMotionDirFromSkill) == 0x000008, "Wrong alignment on BGUFuncLibSkill_BGUGetMotionDirFromSkill"); \ +static_assert(sizeof(BGUFuncLibSkill_BGUGetMotionDirFromSkill) == 0x000020, "Wrong size on BGUFuncLibSkill_BGUGetMotionDirFromSkill"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetMotionDirFromSkill, SkillID) == 0x000000, "Member 'BGUFuncLibSkill_BGUGetMotionDirFromSkill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_BGUGetMotionDirFromSkill, ReturnValue) == 0x000008, "Member 'BGUFuncLibSkill_BGUGetMotionDirFromSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel \ +static_assert(alignof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel) == 0x000008, "Wrong alignment on BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel"); \ +static_assert(sizeof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel) == 0x000028, "Wrong size on BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel, AnimInstance) == 0x000000, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel, Montage) == 0x000008, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel, Object) == 0x000010, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel::Object' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel, FunctionName) == 0x000018, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel, ReturnValue) == 0x000020, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontageBlendOutDel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel \ +static_assert(alignof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel) == 0x000008, "Wrong alignment on BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel"); \ +static_assert(sizeof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel) == 0x000028, "Wrong size on BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel, AnimInstance) == 0x000000, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel, Montage) == 0x000008, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel, Object) == 0x000010, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel::Object' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel, FunctionName) == 0x000018, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel::FunctionName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel, ReturnValue) == 0x000020, "Member 'BGUFuncLibSkill_MontageInstanceBindUFunctionToMontegeEndDel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel \ +static_assert(alignof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel) == 0x000008, "Wrong alignment on BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel"); \ +static_assert(sizeof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel) == 0x000018, "Wrong size on BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel, AnimInstance) == 0x000000, "Member 'BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel, Montage) == 0x000008, "Member 'BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel, ReturnValue) == 0x000010, "Member 'BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontageBlendOutDel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel \ +static_assert(alignof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel) == 0x000008, "Wrong alignment on BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel"); \ +static_assert(sizeof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel) == 0x000018, "Wrong size on BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel, AnimInstance) == 0x000000, "Member 'BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel, Montage) == 0x000008, "Member 'BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel, ReturnValue) == 0x000010, "Member 'BGUFuncLibSkill_MontageInstanceUnBindUFunctionToMontegeEndDel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibSkill \ +static_assert(alignof(UBGUFuncLibSkill) == 0x000008, "Wrong alignment on UBGUFuncLibSkill"); \ +static_assert(sizeof(UBGUFuncLibSkill) == 0x000028, "Wrong size on UBGUFuncLibSkill"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_AddPreloadedAsset \ +static_assert(alignof(AnimNotify_GSBase_AddPreloadedAsset) == 0x000008, "Wrong alignment on AnimNotify_GSBase_AddPreloadedAsset"); \ +static_assert(sizeof(AnimNotify_GSBase_AddPreloadedAsset) == 0x000008, "Wrong size on AnimNotify_GSBase_AddPreloadedAsset"); \ +static_assert(offsetof(AnimNotify_GSBase_AddPreloadedAsset, Obj) == 0x000000, "Member 'AnimNotify_GSBase_AddPreloadedAsset::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_bIsNativeBranchingPointCS \ +static_assert(alignof(AnimNotify_GSBase_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on AnimNotify_GSBase_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(AnimNotify_GSBase_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on AnimNotify_GSBase_bIsNativeBranchingPointCS"); \ +static_assert(offsetof(AnimNotify_GSBase_bIsNativeBranchingPointCS, ReturnValue) == 0x000000, "Member 'AnimNotify_GSBase_bIsNativeBranchingPointCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GetAnimNType \ +static_assert(alignof(AnimNotify_GSBase_GetAnimNType) == 0x000001, "Wrong alignment on AnimNotify_GSBase_GetAnimNType"); \ +static_assert(sizeof(AnimNotify_GSBase_GetAnimNType) == 0x000001, "Wrong size on AnimNotify_GSBase_GetAnimNType"); \ +static_assert(offsetof(AnimNotify_GSBase_GetAnimNType, ReturnValue) == 0x000000, "Member 'AnimNotify_GSBase_GetAnimNType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GetJumpableSectionPrefix \ +static_assert(alignof(AnimNotify_GSBase_GetJumpableSectionPrefix) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GetJumpableSectionPrefix"); \ +static_assert(sizeof(AnimNotify_GSBase_GetJumpableSectionPrefix) == 0x000010, "Wrong size on AnimNotify_GSBase_GetJumpableSectionPrefix"); \ +static_assert(offsetof(AnimNotify_GSBase_GetJumpableSectionPrefix, ReturnValue) == 0x000000, "Member 'AnimNotify_GSBase_GetJumpableSectionPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GetPreloadedAssets \ +static_assert(alignof(AnimNotify_GSBase_GetPreloadedAssets) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GetPreloadedAssets"); \ +static_assert(sizeof(AnimNotify_GSBase_GetPreloadedAssets) == 0x000010, "Wrong size on AnimNotify_GSBase_GetPreloadedAssets"); \ +static_assert(offsetof(AnimNotify_GSBase_GetPreloadedAssets, ReturnValue) == 0x000000, "Member 'AnimNotify_GSBase_GetPreloadedAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GetSoftReferences \ +static_assert(alignof(AnimNotify_GSBase_GetSoftReferences) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GetSoftReferences"); \ +static_assert(sizeof(AnimNotify_GSBase_GetSoftReferences) == 0x000010, "Wrong size on AnimNotify_GSBase_GetSoftReferences"); \ +static_assert(offsetof(AnimNotify_GSBase_GetSoftReferences, ReturnValue) == 0x000000, "Member 'AnimNotify_GSBase_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GSNotify_Delay \ +static_assert(alignof(AnimNotify_GSBase_GSNotify_Delay) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GSNotify_Delay"); \ +static_assert(sizeof(AnimNotify_GSBase_GSNotify_Delay) == 0x000048, "Wrong size on AnimNotify_GSBase_GSNotify_Delay"); \ +static_assert(offsetof(AnimNotify_GSBase_GSNotify_Delay, NotifyParam) == 0x000000, "Member 'AnimNotify_GSBase_GSNotify_Delay::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GSNotifyCS \ +static_assert(alignof(AnimNotify_GSBase_GSNotifyCS) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GSNotifyCS"); \ +static_assert(sizeof(AnimNotify_GSBase_GSNotifyCS) == 0x000048, "Wrong size on AnimNotify_GSBase_GSNotifyCS"); \ +static_assert(offsetof(AnimNotify_GSBase_GSNotifyCS, NotifyParam) == 0x000000, "Member 'AnimNotify_GSBase_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GSPostNotifyDebugCS \ +static_assert(alignof(AnimNotify_GSBase_GSPostNotifyDebugCS) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GSPostNotifyDebugCS"); \ +static_assert(sizeof(AnimNotify_GSBase_GSPostNotifyDebugCS) == 0x000050, "Wrong size on AnimNotify_GSBase_GSPostNotifyDebugCS"); \ +static_assert(offsetof(AnimNotify_GSBase_GSPostNotifyDebugCS, NotifyParam) == 0x000000, "Member 'AnimNotify_GSBase_GSPostNotifyDebugCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GSBase_GSPostNotifyDebugCS, ReturnValue) == 0x000048, "Member 'AnimNotify_GSBase_GSPostNotifyDebugCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GSPreNotifyDebugCS \ +static_assert(alignof(AnimNotify_GSBase_GSPreNotifyDebugCS) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GSPreNotifyDebugCS"); \ +static_assert(sizeof(AnimNotify_GSBase_GSPreNotifyDebugCS) == 0x000050, "Wrong size on AnimNotify_GSBase_GSPreNotifyDebugCS"); \ +static_assert(offsetof(AnimNotify_GSBase_GSPreNotifyDebugCS, NotifyParam) == 0x000000, "Member 'AnimNotify_GSBase_GSPreNotifyDebugCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotify_GSBase_GSPreNotifyDebugCS, ReturnValue) == 0x000048, "Member 'AnimNotify_GSBase_GSPreNotifyDebugCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSBase_GSValidateInputCS \ +static_assert(alignof(AnimNotify_GSBase_GSValidateInputCS) == 0x000008, "Wrong alignment on AnimNotify_GSBase_GSValidateInputCS"); \ +static_assert(sizeof(AnimNotify_GSBase_GSValidateInputCS) == 0x000008, "Wrong size on AnimNotify_GSBase_GSValidateInputCS"); \ +static_assert(offsetof(AnimNotify_GSBase_GSValidateInputCS, Actor) == 0x000000, "Member 'AnimNotify_GSBase_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GSBase \ +static_assert(alignof(UAnimNotify_GSBase) == 0x000008, "Wrong alignment on UAnimNotify_GSBase"); \ +static_assert(sizeof(UAnimNotify_GSBase) == 0x000050, "Wrong size on UAnimNotify_GSBase"); \ +static_assert(offsetof(UAnimNotify_GSBase, CanBePlacedInASCS) == 0x000038, "Member 'UAnimNotify_GSBase::CanBePlacedInASCS' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSBase, isPreload) == 0x000039, "Member 'UAnimNotify_GSBase::isPreload' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSBase, PreloadedAssets) == 0x000040, "Member 'UAnimNotify_GSBase::PreloadedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibGM_TestIntPtr \ +static_assert(alignof(BGUFuncLibGM_TestIntPtr) == 0x000004, "Wrong alignment on BGUFuncLibGM_TestIntPtr"); \ +static_assert(sizeof(BGUFuncLibGM_TestIntPtr) == 0x000014, "Wrong size on BGUFuncLibGM_TestIntPtr"); \ +static_assert(offsetof(BGUFuncLibGM_TestIntPtr, Count) == 0x000000, "Member 'BGUFuncLibGM_TestIntPtr::Count' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibGM_TestIntPtr, InputPtr) == 0x000004, "Member 'BGUFuncLibGM_TestIntPtr::InputPtr' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibGM_TestIntPtr, ReturnValue) == 0x00000C, "Member 'BGUFuncLibGM_TestIntPtr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibGM \ +static_assert(alignof(UBGUFuncLibGM) == 0x000008, "Wrong alignment on UBGUFuncLibGM"); \ +static_assert(sizeof(UBGUFuncLibGM) == 0x000028, "Wrong size on UBGUFuncLibGM"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GSPlayCameraSequence \ +static_assert(alignof(UAnimNotify_GSPlayCameraSequence) == 0x000008, "Wrong alignment on UAnimNotify_GSPlayCameraSequence"); \ +static_assert(sizeof(UAnimNotify_GSPlayCameraSequence) == 0x000068, "Wrong size on UAnimNotify_GSPlayCameraSequence"); \ +static_assert(offsetof(UAnimNotify_GSPlayCameraSequence, LevelSequenceForCamera) == 0x000038, "Member 'UAnimNotify_GSPlayCameraSequence::LevelSequenceForCamera' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayCameraSequence, RebindingObjName) == 0x000040, "Member 'UAnimNotify_GSPlayCameraSequence::RebindingObjName' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayCameraSequence, PlayerFollowCameraPitchMin) == 0x00004C, "Member 'UAnimNotify_GSPlayCameraSequence::PlayerFollowCameraPitchMin' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayCameraSequence, PlayerFollowCameraPitchMax) == 0x000054, "Member 'UAnimNotify_GSPlayCameraSequence::PlayerFollowCameraPitchMax' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayCameraSequence, PlayerFollowCameraYawMin) == 0x00005C, "Member 'UAnimNotify_GSPlayCameraSequence::PlayerFollowCameraYawMin' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayCameraSequence, PlayerFollowCameraYawMax) == 0x000064, "Member 'UAnimNotify_GSPlayCameraSequence::PlayerFollowCameraYawMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUC_GameplayTagData \ +static_assert(alignof(UBUC_GameplayTagData) == 0x000008, "Wrong alignment on UBUC_GameplayTagData"); \ +static_assert(sizeof(UBUC_GameplayTagData) == 0x000208, "Wrong size on UBUC_GameplayTagData"); \ +static_assert(offsetof(UBUC_GameplayTagData, TagInts) == 0x000028, "Member 'UBUC_GameplayTagData::TagInts' has a wrong offset!"); \ +static_assert(offsetof(UBUC_GameplayTagData, TagFloats) == 0x000078, "Member 'UBUC_GameplayTagData::TagFloats' has a wrong offset!"); \ +static_assert(offsetof(UBUC_GameplayTagData, TagVectors) == 0x0000C8, "Member 'UBUC_GameplayTagData::TagVectors' has a wrong offset!"); \ +static_assert(offsetof(UBUC_GameplayTagData, TagEnums) == 0x000118, "Member 'UBUC_GameplayTagData::TagEnums' has a wrong offset!"); \ +static_assert(offsetof(UBUC_GameplayTagData, TagNames) == 0x000168, "Member 'UBUC_GameplayTagData::TagNames' has a wrong offset!"); \ +static_assert(offsetof(UBUC_GameplayTagData, TagObjects) == 0x0001B8, "Member 'UBUC_GameplayTagData::TagObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUComponentSweepMulti \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUComponentSweepMulti) == 0x000010, "Wrong alignment on BGUFuncLibSelectTargets_BGUComponentSweepMulti"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUComponentSweepMulti) == 0x0000C0, "Wrong size on BGUFuncLibSelectTargets_BGUComponentSweepMulti"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, TraceChannel) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, PrimComp) == 0x000010, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::PrimComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, Start) == 0x000018, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, End) == 0x000030, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::End' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, Rot) == 0x000050, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, SweepResults) == 0x000070, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::SweepResults' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, IgnoreActors) == 0x000080, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, BlockChannelsForFilter) == 0x000090, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::BlockChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, OverlapChannelsForFilter) == 0x0000A0, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::OverlapChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComponentSweepMulti, ReturnValue) == 0x0000B0, "Member 'BGUFuncLibSelectTargets_BGUComponentSweepMulti::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel) == 0x000040, "Wrong size on BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel, Component) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel::Component' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel, TraceChannel) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel, ComponentClassFilter) == 0x000010, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel, ActorsToIgnore) == 0x000018, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel, OutComponents) == 0x000028, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel, ReturnValue) == 0x000038, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType) == 0x000048, "Wrong size on BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType, Component) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType::Component' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType, ObjectTypes) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType, ComponentClassFilter) == 0x000018, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType, ActorsToIgnore) == 0x000020, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType, OutComponents) == 0x000030, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType, ReturnValue) == 0x000040, "Member 'BGUFuncLibSelectTargets_BGUCompOverlapCompsByObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUComputePenetration \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUComputePenetration) == 0x000010, "Wrong alignment on BGUFuncLibSelectTargets_BGUComputePenetration"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUComputePenetration) == 0x000080, "Wrong size on BGUFuncLibSelectTargets_BGUComputePenetration"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComputePenetration, SelfComponent) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUComputePenetration::SelfComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComputePenetration, Direction) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUComputePenetration::Direction' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComputePenetration, Distance) == 0x000020, "Member 'BGUFuncLibSelectTargets_BGUComputePenetration::Distance' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComputePenetration, OtherComponent) == 0x000028, "Member 'BGUFuncLibSelectTargets_BGUComputePenetration::OtherComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComputePenetration, Pos) == 0x000030, "Member 'BGUFuncLibSelectTargets_BGUComputePenetration::Pos' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComputePenetration, Rot) == 0x000050, "Member 'BGUFuncLibSelectTargets_BGUComputePenetration::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUComputePenetration, ReturnValue) == 0x000070, "Member 'BGUFuncLibSelectTargets_BGUComputePenetration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUGetPerceivedActors \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUGetPerceivedActors) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGUGetPerceivedActors"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUGetPerceivedActors) == 0x000018, "Wrong size on BGUFuncLibSelectTargets_BGUGetPerceivedActors"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetPerceivedActors, PerceptionComp) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUGetPerceivedActors::PerceptionComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetPerceivedActors, ReturnValue) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUGetPerceivedActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUGetSightPerceivedActors \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUGetSightPerceivedActors) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGUGetSightPerceivedActors"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUGetSightPerceivedActors) == 0x000018, "Wrong size on BGUFuncLibSelectTargets_BGUGetSightPerceivedActors"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSightPerceivedActors, PerceptionComp) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUGetSightPerceivedActors::PerceptionComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSightPerceivedActors, ReturnValue) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUGetSightPerceivedActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel) == 0x000010, "Wrong alignment on BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel) == 0x000170, "Wrong size on BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, PreTransform) == 0x000010, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::PreTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, CurTransform) == 0x000070, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::CurTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, Rot) == 0x0000D0, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, CollisionChannel) == 0x0000F0, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, SweepCheckShapeInfo) == 0x0000F8, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::SweepCheckShapeInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, SweepResults) == 0x000120, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::SweepResults' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, IgnoreActors) == 0x000130, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, BlockChannelsForFilter) == 0x000140, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::BlockChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, OverlapChannelsForFilter) == 0x000150, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::OverlapChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel, IsDrawDebugShape) == 0x000160, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannel::IsDrawDebugShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster) == 0x000010, "Wrong alignment on BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster) == 0x000180, "Wrong size on BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, PreTransform) == 0x000010, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::PreTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, CurTransform) == 0x000070, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::CurTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, Rot) == 0x0000D0, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, CollisionChannel) == 0x0000F0, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, SweepCheckShapeInfo) == 0x0000F8, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::SweepCheckShapeInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, SweepResults) == 0x000120, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::SweepResults' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, IgnoreActors) == 0x000130, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, BlockChannelsForFilter) == 0x000140, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::BlockChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, OverlapChannelsForFilter) == 0x000150, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::OverlapChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, IsDrawDebugShape) == 0x000160, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::IsDrawDebugShape' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, Caster) == 0x000168, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::Caster' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, GroupId) == 0x000170, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::GroupId' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster, SweepCheckType) == 0x000174, "Member 'BGUFuncLibSelectTargets_BGUGetSweepCheckResultsByCollisionChannelWithCaster::SweepCheckType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP) == 0x000018, "Wrong size on BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP, Caster) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP::Caster' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP, Target) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP::Target' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP, Filter) == 0x000010, "Member 'BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP::Filter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP, ReturnValue) == 0x000014, "Member 'BGUFuncLibSelectTargets_BGUIsSelectTargetInFilterBP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel \ +static_assert(alignof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel) == 0x000088, "Wrong size on BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, Start) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, End) == 0x000020, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::End' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, CollisionChannel) == 0x000038, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, SweepResults) == 0x000040, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::SweepResults' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, IgnoreActors) == 0x000050, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, BlockChannelsForFilter) == 0x000060, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::BlockChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, OverlapChannelsForFilter) == 0x000070, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::OverlapChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, IsDrawDebug) == 0x000080, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::IsDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel, ReturnValue) == 0x000081, "Member 'BGUFuncLibSelectTargets_BGULineTraceMultiByCollisionChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel \ +static_assert(alignof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel) == 0x0000F0, "Wrong size on BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, Start) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, End) == 0x000020, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::End' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, CollisionChannel) == 0x000038, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, SweepResult) == 0x000040, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::SweepResult' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, IgnoreActors) == 0x0000B8, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, BlockChannelsForFilter) == 0x0000C8, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::BlockChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, OverlapChannelsForFilter) == 0x0000D8, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::OverlapChannelsForFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, IsDrawDebug) == 0x0000E8, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::IsDrawDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel, ReturnValue) == 0x0000E9, "Member 'BGUFuncLibSelectTargets_BGULineTraceSingleByCollisionChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType) == 0x000070, "Wrong size on BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, OverlapShapeComponents) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::OverlapShapeComponents' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, ObjectTypes) == 0x000018, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, IgnoreActors) == 0x000028, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, OverlapComps) == 0x000038, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::OverlapComps' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, OverlapOtherActors) == 0x000048, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::OverlapOtherActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, OverlapOtherComps) == 0x000058, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::OverlapOtherComps' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType, ReturnValue) == 0x000068, "Member 'BGUFuncLibSelectTargets_BGUMultiCompOverlapByObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType) == 0x000058, "Wrong size on BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType, Pos) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType::Pos' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType, ObjectTypes) == 0x000020, "Member 'BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType, CollisionShape) == 0x000030, "Member 'BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType::CollisionShape' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType, ShapeExtent) == 0x000038, "Member 'BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType::ShapeExtent' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType, ReturnValue) == 0x000050, "Member 'BGUFuncLibSelectTargets_BGUOverlapAnyTestByObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType \ +static_assert(alignof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType) == 0x000010, "Wrong alignment on BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType"); \ +static_assert(sizeof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType) == 0x0000A0, "Wrong size on BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, WorldContextObject) == 0x000000, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, Origin) == 0x000008, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::Origin' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, Rot) == 0x000020, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, ObjectTypes) == 0x000040, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, OverlapShapeInfo) == 0x000050, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::OverlapShapeInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, IgnoreActors) == 0x000078, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::IgnoreActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, OverlapResults) == 0x000088, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::OverlapResults' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType, IsDrawDebugShape) == 0x000098, "Member 'BGUFuncLibSelectTargets_BGUOverlapMultiByObjectType::IsDrawDebugShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibSelectTargets \ +static_assert(alignof(UBGUFuncLibSelectTargets) == 0x000008, "Wrong alignment on UBGUFuncLibSelectTargets"); \ +static_assert(sizeof(UBGUFuncLibSelectTargets) == 0x000028, "Wrong size on UBGUFuncLibSelectTargets"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GSPlayCameraShake \ +static_assert(alignof(UAnimNotify_GSPlayCameraShake) == 0x000008, "Wrong alignment on UAnimNotify_GSPlayCameraShake"); \ +static_assert(sizeof(UAnimNotify_GSPlayCameraShake) == 0x000038, "Wrong size on UAnimNotify_GSPlayCameraShake"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GSPlayFX \ +static_assert(alignof(UAnimNotify_GSPlayFX) == 0x000010, "Wrong alignment on UAnimNotify_GSPlayFX"); \ +static_assert(sizeof(UAnimNotify_GSPlayFX) == 0x000120, "Wrong size on UAnimNotify_GSPlayFX"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, TemporaryClose) == 0x0000C0, "Member 'UAnimNotify_GSPlayFX::TemporaryClose' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, AttachRule) == 0x0000C1, "Member 'UAnimNotify_GSPlayFX::AttachRule' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, InstanceParameters) == 0x0000C8, "Member 'UAnimNotify_GSPlayFX::InstanceParameters' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, NiagaraSystem) == 0x0000D8, "Member 'UAnimNotify_GSPlayFX::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, bIsTraceObject) == 0x0000E0, "Member 'UAnimNotify_GSPlayFX::bIsTraceObject' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, bIsDebug) == 0x0000E1, "Member 'UAnimNotify_GSPlayFX::bIsDebug' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, TraceObjectType) == 0x0000E8, "Member 'UAnimNotify_GSPlayFX::TraceObjectType' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, TraceObjectClass) == 0x0000F8, "Member 'UAnimNotify_GSPlayFX::TraceObjectClass' has a wrong offset!"); \ +static_assert(offsetof(UAnimNotify_GSPlayFX, TraceOffset) == 0x000108, "Member 'UAnimNotify_GSPlayFX::TraceOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo \ +static_assert(alignof(AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo) == 0x000008, "Wrong alignment on AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo"); \ +static_assert(sizeof(AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo) == 0x000040, "Wrong size on AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo"); \ +static_assert(offsetof(AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo, InTileSourceInfoArray) == 0x000000, "Member 'AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo::InTileSourceInfoArray' has a wrong offset!"); \ +static_assert(offsetof(AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo, InResolution) == 0x000010, "Member 'AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo::InResolution' has a wrong offset!"); \ +static_assert(offsetof(AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo, InTileCount) == 0x000020, "Member 'AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo::InTileCount' has a wrong offset!"); \ +static_assert(offsetof(AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo, InIntensityScaleFactor) == 0x000028, "Member 'AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo::InIntensityScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo, InBaseImagePath) == 0x000030, "Member 'AutoMovePerfEditorVisualizer_DisplayVisualizedPerfInfo::InBaseImagePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAutoMovePerfEditorVisualizer \ +static_assert(alignof(AAutoMovePerfEditorVisualizer) == 0x000010, "Wrong alignment on AAutoMovePerfEditorVisualizer"); \ +static_assert(sizeof(AAutoMovePerfEditorVisualizer) == 0x000370, "Wrong size on AAutoMovePerfEditorVisualizer"); \ +static_assert(offsetof(AAutoMovePerfEditorVisualizer, BaseImageBrush) == 0x000290, "Member 'AAutoMovePerfEditorVisualizer::BaseImageBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ActorChannel \ +static_assert(alignof(UB1ActorChannel) == 0x000008, "Wrong alignment on UB1ActorChannel"); \ +static_assert(sizeof(UB1ActorChannel) == 0x000290, "Wrong size on UB1ActorChannel"); \ + +#define DUMPER7_ASSERTS_UB1DebugUtil \ +static_assert(alignof(UB1DebugUtil) == 0x000008, "Wrong alignment on UB1DebugUtil"); \ +static_assert(sizeof(UB1DebugUtil) == 0x000028, "Wrong size on UB1DebugUtil"); \ + +#define DUMPER7_ASSERTS_UB1IpNetDriver \ +static_assert(alignof(UB1IpNetDriver) == 0x000008, "Wrong alignment on UB1IpNetDriver"); \ +static_assert(sizeof(UB1IpNetDriver) == 0x000808, "Wrong size on UB1IpNetDriver"); \ + +#define DUMPER7_ASSERTS_UB1NetDriverForStandAloneHookBase \ +static_assert(alignof(UB1NetDriverForStandAloneHookBase) == 0x000008, "Wrong alignment on UB1NetDriverForStandAloneHookBase"); \ +static_assert(sizeof(UB1NetDriverForStandAloneHookBase) == 0x000780, "Wrong size on UB1NetDriverForStandAloneHookBase"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_ActorChannelOpenAcked \ +static_assert(alignof(GSE_OnlineFuncLib_ActorChannelOpenAcked) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_ActorChannelOpenAcked"); \ +static_assert(sizeof(GSE_OnlineFuncLib_ActorChannelOpenAcked) == 0x000018, "Wrong size on GSE_OnlineFuncLib_ActorChannelOpenAcked"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ActorChannelOpenAcked, Actor) == 0x000000, "Member 'GSE_OnlineFuncLib_ActorChannelOpenAcked::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ActorChannelOpenAcked, PlayerController) == 0x000008, "Member 'GSE_OnlineFuncLib_ActorChannelOpenAcked::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ActorChannelOpenAcked, ReturnValue) == 0x000010, "Member 'GSE_OnlineFuncLib_ActorChannelOpenAcked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_ActorChannelValid \ +static_assert(alignof(GSE_OnlineFuncLib_ActorChannelValid) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_ActorChannelValid"); \ +static_assert(sizeof(GSE_OnlineFuncLib_ActorChannelValid) == 0x000018, "Wrong size on GSE_OnlineFuncLib_ActorChannelValid"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ActorChannelValid, Actor) == 0x000000, "Member 'GSE_OnlineFuncLib_ActorChannelValid::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ActorChannelValid, PlayerController) == 0x000008, "Member 'GSE_OnlineFuncLib_ActorChannelValid::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ActorChannelValid, ReturnValue) == 0x000010, "Member 'GSE_OnlineFuncLib_ActorChannelValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController \ +static_assert(alignof(GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController"); \ +static_assert(sizeof(GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController) == 0x000018, "Wrong size on GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController, Actor) == 0x000000, "Member 'GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController, PlayerController) == 0x000008, "Member 'GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController, CloseReason) == 0x000010, "Member 'GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController::CloseReason' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController, ReturnValue) == 0x000014, "Member 'GSE_OnlineFuncLib_CloseActorChannelByActorAndPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_CloseClientConnection \ +static_assert(alignof(GSE_OnlineFuncLib_CloseClientConnection) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_CloseClientConnection"); \ +static_assert(sizeof(GSE_OnlineFuncLib_CloseClientConnection) == 0x000010, "Wrong size on GSE_OnlineFuncLib_CloseClientConnection"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseClientConnection, CloseResult) == 0x000000, "Member 'GSE_OnlineFuncLib_CloseClientConnection::CloseResult' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseClientConnection, ClientPlayerController) == 0x000008, "Member 'GSE_OnlineFuncLib_CloseClientConnection::ClientPlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_CloseServerConnection \ +static_assert(alignof(GSE_OnlineFuncLib_CloseServerConnection) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_CloseServerConnection"); \ +static_assert(sizeof(GSE_OnlineFuncLib_CloseServerConnection) == 0x000010, "Wrong size on GSE_OnlineFuncLib_CloseServerConnection"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseServerConnection, CloseResult) == 0x000000, "Member 'GSE_OnlineFuncLib_CloseServerConnection::CloseResult' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_CloseServerConnection, WorldContext) == 0x000008, "Member 'GSE_OnlineFuncLib_CloseServerConnection::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_ForceRemoveNetGuid \ +static_assert(alignof(GSE_OnlineFuncLib_ForceRemoveNetGuid) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_ForceRemoveNetGuid"); \ +static_assert(sizeof(GSE_OnlineFuncLib_ForceRemoveNetGuid) == 0x000010, "Wrong size on GSE_OnlineFuncLib_ForceRemoveNetGuid"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ForceRemoveNetGuid, Obj) == 0x000000, "Member 'GSE_OnlineFuncLib_ForceRemoveNetGuid::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ForceRemoveNetGuid, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_ForceRemoveNetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GEngineHandleDisconnect \ +static_assert(alignof(GSE_OnlineFuncLib_GEngineHandleDisconnect) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GEngineHandleDisconnect"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GEngineHandleDisconnect) == 0x000008, "Wrong size on GSE_OnlineFuncLib_GEngineHandleDisconnect"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GEngineHandleDisconnect, World) == 0x000000, "Member 'GSE_OnlineFuncLib_GEngineHandleDisconnect::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetActorChannelActor \ +static_assert(alignof(GSE_OnlineFuncLib_GetActorChannelActor) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetActorChannelActor"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetActorChannelActor) == 0x000010, "Wrong size on GSE_OnlineFuncLib_GetActorChannelActor"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetActorChannelActor, Channel) == 0x000000, "Member 'GSE_OnlineFuncLib_GetActorChannelActor::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetActorChannelActor, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_GetActorChannelActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetGameDefaultMap \ +static_assert(alignof(GSE_OnlineFuncLib_GetGameDefaultMap) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetGameDefaultMap"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetGameDefaultMap) == 0x000010, "Wrong size on GSE_OnlineFuncLib_GetGameDefaultMap"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetGameDefaultMap, ReturnValue) == 0x000000, "Member 'GSE_OnlineFuncLib_GetGameDefaultMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetObjByNetGuid \ +static_assert(alignof(GSE_OnlineFuncLib_GetObjByNetGuid) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetObjByNetGuid"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetObjByNetGuid) == 0x000018, "Wrong size on GSE_OnlineFuncLib_GetObjByNetGuid"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetObjByNetGuid, WorldCtx) == 0x000000, "Member 'GSE_OnlineFuncLib_GetObjByNetGuid::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetObjByNetGuid, Guid) == 0x000008, "Member 'GSE_OnlineFuncLib_GetObjByNetGuid::Guid' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetObjByNetGuid, ReturnValue) == 0x000010, "Member 'GSE_OnlineFuncLib_GetObjByNetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetObjNetGuid \ +static_assert(alignof(GSE_OnlineFuncLib_GetObjNetGuid) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetObjNetGuid"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetObjNetGuid) == 0x000010, "Wrong size on GSE_OnlineFuncLib_GetObjNetGuid"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetObjNetGuid, Obj) == 0x000000, "Member 'GSE_OnlineFuncLib_GetObjNetGuid::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetObjNetGuid, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_GetObjNetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetObjNetGuidByChannel \ +static_assert(alignof(GSE_OnlineFuncLib_GetObjNetGuidByChannel) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetObjNetGuidByChannel"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetObjNetGuidByChannel) == 0x000010, "Wrong size on GSE_OnlineFuncLib_GetObjNetGuidByChannel"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetObjNetGuidByChannel, Channel) == 0x000000, "Member 'GSE_OnlineFuncLib_GetObjNetGuidByChannel::Channel' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetObjNetGuidByChannel, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_GetObjNetGuidByChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetReplicationGraph \ +static_assert(alignof(GSE_OnlineFuncLib_GetReplicationGraph) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetReplicationGraph"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetReplicationGraph) == 0x000010, "Wrong size on GSE_OnlineFuncLib_GetReplicationGraph"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetReplicationGraph, WorldCtx) == 0x000000, "Member 'GSE_OnlineFuncLib_GetReplicationGraph::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetReplicationGraph, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_GetReplicationGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl \ +static_assert(alignof(GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl) == 0x000040, "Wrong size on GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl, UniqueId) == 0x000000, "Member 'GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl, ReturnValue) == 0x000030, "Member 'GSE_OnlineFuncLib_GetUniqueNetIdStringByFUniqueNetIdRepl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController \ +static_assert(alignof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController) == 0x000018, "Wrong size on GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController, Controller) == 0x000000, "Member 'GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController::Controller' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState \ +static_assert(alignof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState"); \ +static_assert(sizeof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState) == 0x000018, "Wrong size on GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState, PlayerState) == 0x000000, "Member 'GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState::PlayerState' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_GetUniqueNetIdStringByPlayerState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_InServerReal \ +static_assert(alignof(GSE_OnlineFuncLib_InServerReal) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_InServerReal"); \ +static_assert(sizeof(GSE_OnlineFuncLib_InServerReal) == 0x000010, "Wrong size on GSE_OnlineFuncLib_InServerReal"); \ +static_assert(offsetof(GSE_OnlineFuncLib_InServerReal, WorldCtx) == 0x000000, "Member 'GSE_OnlineFuncLib_InServerReal::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_InServerReal, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_InServerReal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_IsActorChannelReadyForClient \ +static_assert(alignof(GSE_OnlineFuncLib_IsActorChannelReadyForClient) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_IsActorChannelReadyForClient"); \ +static_assert(sizeof(GSE_OnlineFuncLib_IsActorChannelReadyForClient) == 0x000010, "Wrong size on GSE_OnlineFuncLib_IsActorChannelReadyForClient"); \ +static_assert(offsetof(GSE_OnlineFuncLib_IsActorChannelReadyForClient, Actor) == 0x000000, "Member 'GSE_OnlineFuncLib_IsActorChannelReadyForClient::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_IsActorChannelReadyForClient, ReturnValue) == 0x000008, "Member 'GSE_OnlineFuncLib_IsActorChannelReadyForClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_IsActorChannelReadyForServer \ +static_assert(alignof(GSE_OnlineFuncLib_IsActorChannelReadyForServer) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_IsActorChannelReadyForServer"); \ +static_assert(sizeof(GSE_OnlineFuncLib_IsActorChannelReadyForServer) == 0x000018, "Wrong size on GSE_OnlineFuncLib_IsActorChannelReadyForServer"); \ +static_assert(offsetof(GSE_OnlineFuncLib_IsActorChannelReadyForServer, Actor) == 0x000000, "Member 'GSE_OnlineFuncLib_IsActorChannelReadyForServer::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_IsActorChannelReadyForServer, PlayerController) == 0x000008, "Member 'GSE_OnlineFuncLib_IsActorChannelReadyForServer::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_IsActorChannelReadyForServer, ReturnValue) == 0x000010, "Member 'GSE_OnlineFuncLib_IsActorChannelReadyForServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_MarkActorRoleDirty \ +static_assert(alignof(GSE_OnlineFuncLib_MarkActorRoleDirty) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_MarkActorRoleDirty"); \ +static_assert(sizeof(GSE_OnlineFuncLib_MarkActorRoleDirty) == 0x000008, "Wrong size on GSE_OnlineFuncLib_MarkActorRoleDirty"); \ +static_assert(offsetof(GSE_OnlineFuncLib_MarkActorRoleDirty, Actor) == 0x000000, "Member 'GSE_OnlineFuncLib_MarkActorRoleDirty::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_RegisterNetGuid \ +static_assert(alignof(GSE_OnlineFuncLib_RegisterNetGuid) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_RegisterNetGuid"); \ +static_assert(sizeof(GSE_OnlineFuncLib_RegisterNetGuid) == 0x000010, "Wrong size on GSE_OnlineFuncLib_RegisterNetGuid"); \ +static_assert(offsetof(GSE_OnlineFuncLib_RegisterNetGuid, Guid) == 0x000000, "Member 'GSE_OnlineFuncLib_RegisterNetGuid::Guid' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_RegisterNetGuid, Obj) == 0x000008, "Member 'GSE_OnlineFuncLib_RegisterNetGuid::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_ResetNetGuidAckStat \ +static_assert(alignof(GSE_OnlineFuncLib_ResetNetGuidAckStat) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_ResetNetGuidAckStat"); \ +static_assert(sizeof(GSE_OnlineFuncLib_ResetNetGuidAckStat) == 0x000010, "Wrong size on GSE_OnlineFuncLib_ResetNetGuidAckStat"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ResetNetGuidAckStat, Guid) == 0x000000, "Member 'GSE_OnlineFuncLib_ResetNetGuidAckStat::Guid' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ResetNetGuidAckStat, NetConnection) == 0x000008, "Member 'GSE_OnlineFuncLib_ResetNetGuidAckStat::NetConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer \ +static_assert(alignof(GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer"); \ +static_assert(sizeof(GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer) == 0x000018, "Wrong size on GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer, Actor) == 0x000000, "Member 'GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer, PlayerController) == 0x000008, "Member 'GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer, ReturnValue) == 0x000010, "Member 'GSE_OnlineFuncLib_ServerReplicateOneActorToPlayer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_SetGameDefaultMap \ +static_assert(alignof(GSE_OnlineFuncLib_SetGameDefaultMap) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_SetGameDefaultMap"); \ +static_assert(sizeof(GSE_OnlineFuncLib_SetGameDefaultMap) == 0x000010, "Wrong size on GSE_OnlineFuncLib_SetGameDefaultMap"); \ +static_assert(offsetof(GSE_OnlineFuncLib_SetGameDefaultMap, NewMap) == 0x000000, "Member 'GSE_OnlineFuncLib_SetGameDefaultMap::NewMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineFuncLib_SlowMakeUniqueObjectName \ +static_assert(alignof(GSE_OnlineFuncLib_SlowMakeUniqueObjectName) == 0x000008, "Wrong alignment on GSE_OnlineFuncLib_SlowMakeUniqueObjectName"); \ +static_assert(sizeof(GSE_OnlineFuncLib_SlowMakeUniqueObjectName) == 0x000020, "Wrong size on GSE_OnlineFuncLib_SlowMakeUniqueObjectName"); \ +static_assert(offsetof(GSE_OnlineFuncLib_SlowMakeUniqueObjectName, Parent) == 0x000000, "Member 'GSE_OnlineFuncLib_SlowMakeUniqueObjectName::Parent' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_SlowMakeUniqueObjectName, Class_0) == 0x000008, "Member 'GSE_OnlineFuncLib_SlowMakeUniqueObjectName::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_SlowMakeUniqueObjectName, InBaseName) == 0x000010, "Member 'GSE_OnlineFuncLib_SlowMakeUniqueObjectName::InBaseName' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineFuncLib_SlowMakeUniqueObjectName, ReturnValue) == 0x000018, "Member 'GSE_OnlineFuncLib_SlowMakeUniqueObjectName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_OnlineFuncLib \ +static_assert(alignof(UGSE_OnlineFuncLib) == 0x000008, "Wrong alignment on UGSE_OnlineFuncLib"); \ +static_assert(sizeof(UGSE_OnlineFuncLib) == 0x000028, "Wrong size on UGSE_OnlineFuncLib"); \ + +#define DUMPER7_ASSERTS_B1OnlineSession_EndOnlineSessionCS \ +static_assert(alignof(B1OnlineSession_EndOnlineSessionCS) == 0x000004, "Wrong alignment on B1OnlineSession_EndOnlineSessionCS"); \ +static_assert(sizeof(B1OnlineSession_EndOnlineSessionCS) == 0x000008, "Wrong size on B1OnlineSession_EndOnlineSessionCS"); \ +static_assert(offsetof(B1OnlineSession_EndOnlineSessionCS, SessionName) == 0x000000, "Member 'B1OnlineSession_EndOnlineSessionCS::SessionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1OnlineSession_HandleDisconnectCS \ +static_assert(alignof(B1OnlineSession_HandleDisconnectCS) == 0x000008, "Wrong alignment on B1OnlineSession_HandleDisconnectCS"); \ +static_assert(sizeof(B1OnlineSession_HandleDisconnectCS) == 0x000010, "Wrong size on B1OnlineSession_HandleDisconnectCS"); \ +static_assert(offsetof(B1OnlineSession_HandleDisconnectCS, World) == 0x000000, "Member 'B1OnlineSession_HandleDisconnectCS::World' has a wrong offset!"); \ +static_assert(offsetof(B1OnlineSession_HandleDisconnectCS, NetDriver) == 0x000008, "Member 'B1OnlineSession_HandleDisconnectCS::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1OnlineSession_OnSessionUserInviteAcceptedCS \ +static_assert(alignof(B1OnlineSession_OnSessionUserInviteAcceptedCS) == 0x000004, "Wrong alignment on B1OnlineSession_OnSessionUserInviteAcceptedCS"); \ +static_assert(sizeof(B1OnlineSession_OnSessionUserInviteAcceptedCS) == 0x000008, "Wrong size on B1OnlineSession_OnSessionUserInviteAcceptedCS"); \ +static_assert(offsetof(B1OnlineSession_OnSessionUserInviteAcceptedCS, bWasSuccess) == 0x000000, "Member 'B1OnlineSession_OnSessionUserInviteAcceptedCS::bWasSuccess' has a wrong offset!"); \ +static_assert(offsetof(B1OnlineSession_OnSessionUserInviteAcceptedCS, ControllerId) == 0x000004, "Member 'B1OnlineSession_OnSessionUserInviteAcceptedCS::ControllerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1OnlineSession_StartOnlineSessionCS \ +static_assert(alignof(B1OnlineSession_StartOnlineSessionCS) == 0x000004, "Wrong alignment on B1OnlineSession_StartOnlineSessionCS"); \ +static_assert(sizeof(B1OnlineSession_StartOnlineSessionCS) == 0x000008, "Wrong size on B1OnlineSession_StartOnlineSessionCS"); \ +static_assert(offsetof(B1OnlineSession_StartOnlineSessionCS, SessionName) == 0x000000, "Member 'B1OnlineSession_StartOnlineSessionCS::SessionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1OnlineSession \ +static_assert(alignof(UB1OnlineSession) == 0x000008, "Wrong alignment on UB1OnlineSession"); \ +static_assert(sizeof(UB1OnlineSession) == 0x000028, "Wrong size on UB1OnlineSession"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphNode_AlwaysRelevant \ +static_assert(alignof(UB1ReplicationGraphNode_AlwaysRelevant) == 0x000008, "Wrong alignment on UB1ReplicationGraphNode_AlwaysRelevant"); \ +static_assert(sizeof(UB1ReplicationGraphNode_AlwaysRelevant) == 0x0000D0, "Wrong size on UB1ReplicationGraphNode_AlwaysRelevant"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnection_GetPlayerControllerCS \ +static_assert(alignof(B1NetReplicationGraphConnection_GetPlayerControllerCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnection_GetPlayerControllerCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnection_GetPlayerControllerCS) == 0x000008, "Wrong size on B1NetReplicationGraphConnection_GetPlayerControllerCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_GetPlayerControllerCS, ReturnValue) == 0x000000, "Member 'B1NetReplicationGraphConnection_GetPlayerControllerCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnection_GSAddB1ActorChannel \ +static_assert(alignof(B1NetReplicationGraphConnection_GSAddB1ActorChannel) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnection_GSAddB1ActorChannel"); \ +static_assert(sizeof(B1NetReplicationGraphConnection_GSAddB1ActorChannel) == 0x000008, "Wrong size on B1NetReplicationGraphConnection_GSAddB1ActorChannel"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_GSAddB1ActorChannel, Actor) == 0x000000, "Member 'B1NetReplicationGraphConnection_GSAddB1ActorChannel::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnection_IsInServerReal \ +static_assert(alignof(B1NetReplicationGraphConnection_IsInServerReal) == 0x000001, "Wrong alignment on B1NetReplicationGraphConnection_IsInServerReal"); \ +static_assert(sizeof(B1NetReplicationGraphConnection_IsInServerReal) == 0x000001, "Wrong size on B1NetReplicationGraphConnection_IsInServerReal"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_IsInServerReal, ReturnValue) == 0x000000, "Member 'B1NetReplicationGraphConnection_IsInServerReal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnection_NotifyActorChannelAddedCS \ +static_assert(alignof(B1NetReplicationGraphConnection_NotifyActorChannelAddedCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnection_NotifyActorChannelAddedCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnection_NotifyActorChannelAddedCS) == 0x000010, "Wrong size on B1NetReplicationGraphConnection_NotifyActorChannelAddedCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_NotifyActorChannelAddedCS, Actor) == 0x000000, "Member 'B1NetReplicationGraphConnection_NotifyActorChannelAddedCS::Actor' has a wrong offset!"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_NotifyActorChannelAddedCS, Channel) == 0x000008, "Member 'B1NetReplicationGraphConnection_NotifyActorChannelAddedCS::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS \ +static_assert(alignof(B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS) == 0x000010, "Wrong size on B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS, ActorChannel) == 0x000000, "Member 'B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS::ActorChannel' has a wrong offset!"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS, CloseReason) == 0x000008, "Member 'B1NetReplicationGraphConnection_NotifyActorChannelCleanedUpCS::CloseReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnection_NotifyActorChannelRemovedCS \ +static_assert(alignof(B1NetReplicationGraphConnection_NotifyActorChannelRemovedCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnection_NotifyActorChannelRemovedCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnection_NotifyActorChannelRemovedCS) == 0x000008, "Wrong size on B1NetReplicationGraphConnection_NotifyActorChannelRemovedCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_NotifyActorChannelRemovedCS, Actor) == 0x000000, "Member 'B1NetReplicationGraphConnection_NotifyActorChannelRemovedCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnection_SetActorNotDormantOnConnectionCS \ +static_assert(alignof(B1NetReplicationGraphConnection_SetActorNotDormantOnConnectionCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnection_SetActorNotDormantOnConnectionCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnection_SetActorNotDormantOnConnectionCS) == 0x000008, "Wrong size on B1NetReplicationGraphConnection_SetActorNotDormantOnConnectionCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnection_SetActorNotDormantOnConnectionCS, InActor) == 0x000000, "Member 'B1NetReplicationGraphConnection_SetActorNotDormantOnConnectionCS::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1NetReplicationGraphConnection \ +static_assert(alignof(UB1NetReplicationGraphConnection) == 0x000008, "Wrong alignment on UB1NetReplicationGraphConnection"); \ +static_assert(sizeof(UB1NetReplicationGraphConnection) == 0x0002D8, "Wrong size on UB1NetReplicationGraphConnection"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphNode_AlwaysRelevant_ForConnection \ +static_assert(alignof(UB1ReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x000008, "Wrong alignment on UB1ReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(sizeof(UB1ReplicationGraphNode_AlwaysRelevant_ForConnection) == 0x0000F0, "Wrong size on UB1ReplicationGraphNode_AlwaysRelevant_ForConnection"); \ +static_assert(offsetof(UB1ReplicationGraphNode_AlwaysRelevant_ForConnection, PastRelevantActors) == 0x0000E0, "Member 'UB1ReplicationGraphNode_AlwaysRelevant_ForConnection::PastRelevantActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_AddBGUCharacterToAlwaysRelevantNodeCS \ +static_assert(alignof(B1ReplicationGraph_AddBGUCharacterToAlwaysRelevantNodeCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_AddBGUCharacterToAlwaysRelevantNodeCS"); \ +static_assert(sizeof(B1ReplicationGraph_AddBGUCharacterToAlwaysRelevantNodeCS) == 0x000008, "Wrong size on B1ReplicationGraph_AddBGUCharacterToAlwaysRelevantNodeCS"); \ +static_assert(offsetof(B1ReplicationGraph_AddBGUCharacterToAlwaysRelevantNodeCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_AddBGUCharacterToAlwaysRelevantNodeCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_AddConnectionGraphNodeCS \ +static_assert(alignof(B1ReplicationGraph_AddConnectionGraphNodeCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_AddConnectionGraphNodeCS"); \ +static_assert(sizeof(B1ReplicationGraph_AddConnectionGraphNodeCS) == 0x000010, "Wrong size on B1ReplicationGraph_AddConnectionGraphNodeCS"); \ +static_assert(offsetof(B1ReplicationGraph_AddConnectionGraphNodeCS, GraphNode) == 0x000000, "Member 'B1ReplicationGraph_AddConnectionGraphNodeCS::GraphNode' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_AddConnectionGraphNodeCS, ConnectionManager) == 0x000008, "Member 'B1ReplicationGraph_AddConnectionGraphNodeCS::ConnectionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_AddNetworkActorCS \ +static_assert(alignof(B1ReplicationGraph_AddNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_AddNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraph_AddNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraph_AddNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraph_AddNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_AddNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_ClienResetActorChannelCS \ +static_assert(alignof(B1ReplicationGraph_ClienResetActorChannelCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_ClienResetActorChannelCS"); \ +static_assert(sizeof(B1ReplicationGraph_ClienResetActorChannelCS) == 0x000008, "Wrong size on B1ReplicationGraph_ClienResetActorChannelCS"); \ +static_assert(offsetof(B1ReplicationGraph_ClienResetActorChannelCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_ClienResetActorChannelCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_GetConnectionByIndexCS \ +static_assert(alignof(B1ReplicationGraph_GetConnectionByIndexCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_GetConnectionByIndexCS"); \ +static_assert(sizeof(B1ReplicationGraph_GetConnectionByIndexCS) == 0x000010, "Wrong size on B1ReplicationGraph_GetConnectionByIndexCS"); \ +static_assert(offsetof(B1ReplicationGraph_GetConnectionByIndexCS, Idx) == 0x000000, "Member 'B1ReplicationGraph_GetConnectionByIndexCS::Idx' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_GetConnectionByIndexCS, ReturnValue) == 0x000008, "Member 'B1ReplicationGraph_GetConnectionByIndexCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_GetReplicationGraphConnectionByPC \ +static_assert(alignof(B1ReplicationGraph_GetReplicationGraphConnectionByPC) == 0x000008, "Wrong alignment on B1ReplicationGraph_GetReplicationGraphConnectionByPC"); \ +static_assert(sizeof(B1ReplicationGraph_GetReplicationGraphConnectionByPC) == 0x000010, "Wrong size on B1ReplicationGraph_GetReplicationGraphConnectionByPC"); \ +static_assert(offsetof(B1ReplicationGraph_GetReplicationGraphConnectionByPC, PlayerController) == 0x000000, "Member 'B1ReplicationGraph_GetReplicationGraphConnectionByPC::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_GetReplicationGraphConnectionByPC, ReturnValue) == 0x000008, "Member 'B1ReplicationGraph_GetReplicationGraphConnectionByPC::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_GetServerConnectionCS \ +static_assert(alignof(B1ReplicationGraph_GetServerConnectionCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_GetServerConnectionCS"); \ +static_assert(sizeof(B1ReplicationGraph_GetServerConnectionCS) == 0x000008, "Wrong size on B1ReplicationGraph_GetServerConnectionCS"); \ +static_assert(offsetof(B1ReplicationGraph_GetServerConnectionCS, ReturnValue) == 0x000000, "Member 'B1ReplicationGraph_GetServerConnectionCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_GetWorldCS \ +static_assert(alignof(B1ReplicationGraph_GetWorldCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_GetWorldCS"); \ +static_assert(sizeof(B1ReplicationGraph_GetWorldCS) == 0x000008, "Wrong size on B1ReplicationGraph_GetWorldCS"); \ +static_assert(offsetof(B1ReplicationGraph_GetWorldCS, ReturnValue) == 0x000000, "Member 'B1ReplicationGraph_GetWorldCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_GSNetworkRemapPathCS \ +static_assert(alignof(B1ReplicationGraph_GSNetworkRemapPathCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_GSNetworkRemapPathCS"); \ +static_assert(sizeof(B1ReplicationGraph_GSNetworkRemapPathCS) == 0x000028, "Wrong size on B1ReplicationGraph_GSNetworkRemapPathCS"); \ +static_assert(offsetof(B1ReplicationGraph_GSNetworkRemapPathCS, Outer_0) == 0x000000, "Member 'B1ReplicationGraph_GSNetworkRemapPathCS::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_GSNetworkRemapPathCS, OriginName) == 0x000008, "Member 'B1ReplicationGraph_GSNetworkRemapPathCS::OriginName' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_GSNetworkRemapPathCS, Name_0) == 0x000018, "Member 'B1ReplicationGraph_GSNetworkRemapPathCS::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_InitConnectionGraphNodesCS \ +static_assert(alignof(B1ReplicationGraph_InitConnectionGraphNodesCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_InitConnectionGraphNodesCS"); \ +static_assert(sizeof(B1ReplicationGraph_InitConnectionGraphNodesCS) == 0x000008, "Wrong size on B1ReplicationGraph_InitConnectionGraphNodesCS"); \ +static_assert(offsetof(B1ReplicationGraph_InitConnectionGraphNodesCS, RepGraphConnection) == 0x000000, "Member 'B1ReplicationGraph_InitConnectionGraphNodesCS::RepGraphConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_InitNodeCS \ +static_assert(alignof(B1ReplicationGraph_InitNodeCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_InitNodeCS"); \ +static_assert(sizeof(B1ReplicationGraph_InitNodeCS) == 0x000008, "Wrong size on B1ReplicationGraph_InitNodeCS"); \ +static_assert(offsetof(B1ReplicationGraph_InitNodeCS, CSNode) == 0x000000, "Member 'B1ReplicationGraph_InitNodeCS::CSNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_RemoveBGUCharacterFromAlwaysRelevantNodeCS \ +static_assert(alignof(B1ReplicationGraph_RemoveBGUCharacterFromAlwaysRelevantNodeCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_RemoveBGUCharacterFromAlwaysRelevantNodeCS"); \ +static_assert(sizeof(B1ReplicationGraph_RemoveBGUCharacterFromAlwaysRelevantNodeCS) == 0x000008, "Wrong size on B1ReplicationGraph_RemoveBGUCharacterFromAlwaysRelevantNodeCS"); \ +static_assert(offsetof(B1ReplicationGraph_RemoveBGUCharacterFromAlwaysRelevantNodeCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_RemoveBGUCharacterFromAlwaysRelevantNodeCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_RemoveConnectionGraphNodeCS \ +static_assert(alignof(B1ReplicationGraph_RemoveConnectionGraphNodeCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_RemoveConnectionGraphNodeCS"); \ +static_assert(sizeof(B1ReplicationGraph_RemoveConnectionGraphNodeCS) == 0x000010, "Wrong size on B1ReplicationGraph_RemoveConnectionGraphNodeCS"); \ +static_assert(offsetof(B1ReplicationGraph_RemoveConnectionGraphNodeCS, GraphNode) == 0x000000, "Member 'B1ReplicationGraph_RemoveConnectionGraphNodeCS::GraphNode' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_RemoveConnectionGraphNodeCS, ConnectionManager) == 0x000008, "Member 'B1ReplicationGraph_RemoveConnectionGraphNodeCS::ConnectionManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_RemoveNetworkActorCS \ +static_assert(alignof(B1ReplicationGraph_RemoveNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_RemoveNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraph_RemoveNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraph_RemoveNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraph_RemoveNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_RemoveNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_RouteAddNetworkActorToNodesCS \ +static_assert(alignof(B1ReplicationGraph_RouteAddNetworkActorToNodesCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_RouteAddNetworkActorToNodesCS"); \ +static_assert(sizeof(B1ReplicationGraph_RouteAddNetworkActorToNodesCS) == 0x000020, "Wrong size on B1ReplicationGraph_RouteAddNetworkActorToNodesCS"); \ +static_assert(offsetof(B1ReplicationGraph_RouteAddNetworkActorToNodesCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_RouteAddNetworkActorToNodesCS::Actor' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_RouteAddNetworkActorToNodesCS, WorldLocation) == 0x000008, "Member 'B1ReplicationGraph_RouteAddNetworkActorToNodesCS::WorldLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_RouteRemoveNetworkActorToNodesCS \ +static_assert(alignof(B1ReplicationGraph_RouteRemoveNetworkActorToNodesCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_RouteRemoveNetworkActorToNodesCS"); \ +static_assert(sizeof(B1ReplicationGraph_RouteRemoveNetworkActorToNodesCS) == 0x000008, "Wrong size on B1ReplicationGraph_RouteRemoveNetworkActorToNodesCS"); \ +static_assert(offsetof(B1ReplicationGraph_RouteRemoveNetworkActorToNodesCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_RouteRemoveNetworkActorToNodesCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_SetAlwaysRelevantNodeCS \ +static_assert(alignof(B1ReplicationGraph_SetAlwaysRelevantNodeCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_SetAlwaysRelevantNodeCS"); \ +static_assert(sizeof(B1ReplicationGraph_SetAlwaysRelevantNodeCS) == 0x000008, "Wrong size on B1ReplicationGraph_SetAlwaysRelevantNodeCS"); \ +static_assert(offsetof(B1ReplicationGraph_SetAlwaysRelevantNodeCS, AlwaysRelevantNodeCS) == 0x000000, "Member 'B1ReplicationGraph_SetAlwaysRelevantNodeCS::AlwaysRelevantNodeCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_SetGlobalReplicationClassInfo \ +static_assert(alignof(B1ReplicationGraph_SetGlobalReplicationClassInfo) == 0x000008, "Wrong alignment on B1ReplicationGraph_SetGlobalReplicationClassInfo"); \ +static_assert(sizeof(B1ReplicationGraph_SetGlobalReplicationClassInfo) == 0x000010, "Wrong size on B1ReplicationGraph_SetGlobalReplicationClassInfo"); \ +static_assert(offsetof(B1ReplicationGraph_SetGlobalReplicationClassInfo, ReplicatedClass) == 0x000000, "Member 'B1ReplicationGraph_SetGlobalReplicationClassInfo::ReplicatedClass' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_SetGlobalReplicationClassInfo, CullDistanceSquared) == 0x000008, "Member 'B1ReplicationGraph_SetGlobalReplicationClassInfo::CullDistanceSquared' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_SetGlobalReplicationClassInfo, ReplicationPeriodFrame) == 0x00000C, "Member 'B1ReplicationGraph_SetGlobalReplicationClassInfo::ReplicationPeriodFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_SetRoleSwapOnReplicateCS \ +static_assert(alignof(B1ReplicationGraph_SetRoleSwapOnReplicateCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_SetRoleSwapOnReplicateCS"); \ +static_assert(sizeof(B1ReplicationGraph_SetRoleSwapOnReplicateCS) == 0x000010, "Wrong size on B1ReplicationGraph_SetRoleSwapOnReplicateCS"); \ +static_assert(offsetof(B1ReplicationGraph_SetRoleSwapOnReplicateCS, Actor) == 0x000000, "Member 'B1ReplicationGraph_SetRoleSwapOnReplicateCS::Actor' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_SetRoleSwapOnReplicateCS, Swap) == 0x000008, "Member 'B1ReplicationGraph_SetRoleSwapOnReplicateCS::Swap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS \ +static_assert(alignof(B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS) == 0x000008, "Wrong alignment on B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS"); \ +static_assert(sizeof(B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS) == 0x000020, "Wrong size on B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS"); \ +static_assert(offsetof(B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS, Controller) == 0x000000, "Member 'B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS::Controller' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS, Actor) == 0x000008, "Member 'B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS::Actor' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS, FuncAddr) == 0x000010, "Member 'B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS::FuncAddr' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS, ReturnValue) == 0x000018, "Member 'B1ReplicationGraph_ShouldServerMultiCastRPCForPlayerCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraph \ +static_assert(alignof(UB1ReplicationGraph) == 0x000010, "Wrong alignment on UB1ReplicationGraph"); \ +static_assert(sizeof(UB1ReplicationGraph) == 0x0005A0, "Wrong size on UB1ReplicationGraph"); \ +static_assert(offsetof(UB1ReplicationGraph, AlwaysRelevantNode) == 0x000558, "Member 'UB1ReplicationGraph::AlwaysRelevantNode' has a wrong offset!"); \ +static_assert(offsetof(UB1ReplicationGraph, ActorsWithoutNetConnection) == 0x000560, "Member 'UB1ReplicationGraph::ActorsWithoutNetConnection' has a wrong offset!"); \ +static_assert(offsetof(UB1ReplicationGraph, AlwaysRelevantForConnectionList) == 0x000570, "Member 'UB1ReplicationGraph::AlwaysRelevantForConnectionList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_CSBase_GatherActorListsForConnectionCS \ +static_assert(alignof(B1ReplicationGraphNode_CSBase_GatherActorListsForConnectionCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_CSBase_GatherActorListsForConnectionCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_CSBase_GatherActorListsForConnectionCS) == 0x000008, "Wrong size on B1ReplicationGraphNode_CSBase_GatherActorListsForConnectionCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_CSBase_GatherActorListsForConnectionCS, PlayerController) == 0x000000, "Member 'B1ReplicationGraphNode_CSBase_GatherActorListsForConnectionCS::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_CSBase_NotifyAddNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphNode_CSBase_NotifyAddNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_CSBase_NotifyAddNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_CSBase_NotifyAddNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraphNode_CSBase_NotifyAddNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_CSBase_NotifyAddNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphNode_CSBase_NotifyAddNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS) == 0x000010, "Wrong size on B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS::Actor' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS, bWarnIfNotFound) == 0x000008, "Member 'B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS::bWarnIfNotFound' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS, ReturnValue) == 0x000009, "Member 'B1ReplicationGraphNode_CSBase_NotifyRemoveNetworkActorCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_CSBase_LogNodeCS \ +static_assert(alignof(B1ReplicationGraphNode_CSBase_LogNodeCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_CSBase_LogNodeCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_CSBase_LogNodeCS) == 0x000018, "Wrong size on B1ReplicationGraphNode_CSBase_LogNodeCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_CSBase_LogNodeCS, Flag) == 0x000000, "Member 'B1ReplicationGraphNode_CSBase_LogNodeCS::Flag' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraphNode_CSBase_LogNodeCS, NodeName) == 0x000008, "Member 'B1ReplicationGraphNode_CSBase_LogNodeCS::NodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphNode_CSBase \ +static_assert(alignof(UB1ReplicationGraphNode_CSBase) == 0x000008, "Wrong alignment on UB1ReplicationGraphNode_CSBase"); \ +static_assert(sizeof(UB1ReplicationGraphNode_CSBase) == 0x000080, "Wrong size on UB1ReplicationGraphNode_CSBase"); \ +static_assert(offsetof(UB1ReplicationGraphNode_CSBase, CachedRepActors) == 0x000050, "Member 'UB1ReplicationGraphNode_CSBase::CachedRepActors' has a wrong offset!"); \ +static_assert(offsetof(UB1ReplicationGraphNode_CSBase, CachedUpdateRepFrameActors) == 0x000060, "Member 'UB1ReplicationGraphNode_CSBase::CachedUpdateRepFrameActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_CheckIsSimulationPlayMode \ +static_assert(alignof(B1Util_CheckIsSimulationPlayMode) == 0x000001, "Wrong alignment on B1Util_CheckIsSimulationPlayMode"); \ +static_assert(sizeof(B1Util_CheckIsSimulationPlayMode) == 0x000001, "Wrong size on B1Util_CheckIsSimulationPlayMode"); \ +static_assert(offsetof(B1Util_CheckIsSimulationPlayMode, ReturnValue) == 0x000000, "Member 'B1Util_CheckIsSimulationPlayMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_CopyStringToClipboard \ +static_assert(alignof(B1Util_CopyStringToClipboard) == 0x000008, "Wrong alignment on B1Util_CopyStringToClipboard"); \ +static_assert(sizeof(B1Util_CopyStringToClipboard) == 0x000010, "Wrong size on B1Util_CopyStringToClipboard"); \ +static_assert(offsetof(B1Util_CopyStringToClipboard, Text) == 0x000000, "Member 'B1Util_CopyStringToClipboard::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetAgreementReaded \ +static_assert(alignof(B1Util_GetAgreementReaded) == 0x000004, "Wrong alignment on B1Util_GetAgreementReaded"); \ +static_assert(sizeof(B1Util_GetAgreementReaded) == 0x000004, "Wrong size on B1Util_GetAgreementReaded"); \ +static_assert(offsetof(B1Util_GetAgreementReaded, ReturnValue) == 0x000000, "Member 'B1Util_GetAgreementReaded::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetArchiveMarkFinish \ +static_assert(alignof(B1Util_GetArchiveMarkFinish) == 0x000001, "Wrong alignment on B1Util_GetArchiveMarkFinish"); \ +static_assert(sizeof(B1Util_GetArchiveMarkFinish) == 0x000001, "Wrong size on B1Util_GetArchiveMarkFinish"); \ +static_assert(offsetof(B1Util_GetArchiveMarkFinish, ReturnValue) == 0x000000, "Member 'B1Util_GetArchiveMarkFinish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetAvailableMaps \ +static_assert(alignof(B1Util_GetAvailableMaps) == 0x000008, "Wrong alignment on B1Util_GetAvailableMaps"); \ +static_assert(sizeof(B1Util_GetAvailableMaps) == 0x000018, "Wrong size on B1Util_GetAvailableMaps"); \ +static_assert(offsetof(B1Util_GetAvailableMaps, OutAvailableMaps) == 0x000000, "Member 'B1Util_GetAvailableMaps::OutAvailableMaps' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetAvailableMaps, ReturnValue) == 0x000010, "Member 'B1Util_GetAvailableMaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetFirstSettingFinish \ +static_assert(alignof(B1Util_GetFirstSettingFinish) == 0x000001, "Wrong alignment on B1Util_GetFirstSettingFinish"); \ +static_assert(sizeof(B1Util_GetFirstSettingFinish) == 0x000001, "Wrong size on B1Util_GetFirstSettingFinish"); \ +static_assert(offsetof(B1Util_GetFirstSettingFinish, ReturnValue) == 0x000000, "Member 'B1Util_GetFirstSettingFinish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetGMCommandList \ +static_assert(alignof(B1Util_GetGMCommandList) == 0x000008, "Wrong alignment on B1Util_GetGMCommandList"); \ +static_assert(sizeof(B1Util_GetGMCommandList) == 0x000058, "Wrong size on B1Util_GetGMCommandList"); \ +static_assert(offsetof(B1Util_GetGMCommandList, OutGMCommandList) == 0x000000, "Member 'B1Util_GetGMCommandList::OutGMCommandList' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetGMCommandList, ReturnValue) == 0x000050, "Member 'B1Util_GetGMCommandList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetPrivacyAgreement \ +static_assert(alignof(B1Util_GetPrivacyAgreement) == 0x000004, "Wrong alignment on B1Util_GetPrivacyAgreement"); \ +static_assert(sizeof(B1Util_GetPrivacyAgreement) == 0x000004, "Wrong size on B1Util_GetPrivacyAgreement"); \ +static_assert(offsetof(B1Util_GetPrivacyAgreement, ReturnValue) == 0x000000, "Member 'B1Util_GetPrivacyAgreement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetRandomNumberFloat \ +static_assert(alignof(B1Util_GetRandomNumberFloat) == 0x000004, "Wrong alignment on B1Util_GetRandomNumberFloat"); \ +static_assert(sizeof(B1Util_GetRandomNumberFloat) == 0x00000C, "Wrong size on B1Util_GetRandomNumberFloat"); \ +static_assert(offsetof(B1Util_GetRandomNumberFloat, LeftNum) == 0x000000, "Member 'B1Util_GetRandomNumberFloat::LeftNum' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetRandomNumberFloat, RightNum) == 0x000004, "Member 'B1Util_GetRandomNumberFloat::RightNum' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetRandomNumberFloat, ReturnValue) == 0x000008, "Member 'B1Util_GetRandomNumberFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetRandomNumberInt \ +static_assert(alignof(B1Util_GetRandomNumberInt) == 0x000004, "Wrong alignment on B1Util_GetRandomNumberInt"); \ +static_assert(sizeof(B1Util_GetRandomNumberInt) == 0x00000C, "Wrong size on B1Util_GetRandomNumberInt"); \ +static_assert(offsetof(B1Util_GetRandomNumberInt, LeftNum) == 0x000000, "Member 'B1Util_GetRandomNumberInt::LeftNum' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetRandomNumberInt, RightNum) == 0x000004, "Member 'B1Util_GetRandomNumberInt::RightNum' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetRandomNumberInt, ReturnValue) == 0x000008, "Member 'B1Util_GetRandomNumberInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetStartCommandList \ +static_assert(alignof(B1Util_GetStartCommandList) == 0x000008, "Wrong alignment on B1Util_GetStartCommandList"); \ +static_assert(sizeof(B1Util_GetStartCommandList) == 0x000018, "Wrong size on B1Util_GetStartCommandList"); \ +static_assert(offsetof(B1Util_GetStartCommandList, OutStartCommandList) == 0x000000, "Member 'B1Util_GetStartCommandList::OutStartCommandList' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetStartCommandList, ReturnValue) == 0x000010, "Member 'B1Util_GetStartCommandList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetStartLevelName \ +static_assert(alignof(B1Util_GetStartLevelName) == 0x000008, "Wrong alignment on B1Util_GetStartLevelName"); \ +static_assert(sizeof(B1Util_GetStartLevelName) == 0x000010, "Wrong size on B1Util_GetStartLevelName"); \ +static_assert(offsetof(B1Util_GetStartLevelName, ReturnValue) == 0x000000, "Member 'B1Util_GetStartLevelName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetUISettingCustomData \ +static_assert(alignof(B1Util_GetUISettingCustomData) == 0x000008, "Wrong alignment on B1Util_GetUISettingCustomData"); \ +static_assert(sizeof(B1Util_GetUISettingCustomData) == 0x000058, "Wrong size on B1Util_GetUISettingCustomData"); \ +static_assert(offsetof(B1Util_GetUISettingCustomData, OutDetailSettingData) == 0x000000, "Member 'B1Util_GetUISettingCustomData::OutDetailSettingData' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetUISettingCustomData, ReturnValue) == 0x000050, "Member 'B1Util_GetUISettingCustomData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetUISettingData \ +static_assert(alignof(B1Util_GetUISettingData) == 0x000008, "Wrong alignment on B1Util_GetUISettingData"); \ +static_assert(sizeof(B1Util_GetUISettingData) == 0x000058, "Wrong size on B1Util_GetUISettingData"); \ +static_assert(offsetof(B1Util_GetUISettingData, OutUISettingData) == 0x000000, "Member 'B1Util_GetUISettingData::OutUISettingData' has a wrong offset!"); \ +static_assert(offsetof(B1Util_GetUISettingData, ReturnValue) == 0x000050, "Member 'B1Util_GetUISettingData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_GetUISettingPbTag \ +static_assert(alignof(B1Util_GetUISettingPbTag) == 0x000004, "Wrong alignment on B1Util_GetUISettingPbTag"); \ +static_assert(sizeof(B1Util_GetUISettingPbTag) == 0x000004, "Wrong size on B1Util_GetUISettingPbTag"); \ +static_assert(offsetof(B1Util_GetUISettingPbTag, ReturnValue) == 0x000000, "Member 'B1Util_GetUISettingPbTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_IsNeverShowStartupUI \ +static_assert(alignof(B1Util_IsNeverShowStartupUI) == 0x000001, "Wrong alignment on B1Util_IsNeverShowStartupUI"); \ +static_assert(sizeof(B1Util_IsNeverShowStartupUI) == 0x000001, "Wrong size on B1Util_IsNeverShowStartupUI"); \ +static_assert(offsetof(B1Util_IsNeverShowStartupUI, ReturnValue) == 0x000000, "Member 'B1Util_IsNeverShowStartupUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_IsStartupConfigEnable \ +static_assert(alignof(B1Util_IsStartupConfigEnable) == 0x000001, "Wrong alignment on B1Util_IsStartupConfigEnable"); \ +static_assert(sizeof(B1Util_IsStartupConfigEnable) == 0x000001, "Wrong size on B1Util_IsStartupConfigEnable"); \ +static_assert(offsetof(B1Util_IsStartupConfigEnable, ReturnValue) == 0x000000, "Member 'B1Util_IsStartupConfigEnable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_OpenFileBrowser \ +static_assert(alignof(B1Util_OpenFileBrowser) == 0x000008, "Wrong alignment on B1Util_OpenFileBrowser"); \ +static_assert(sizeof(B1Util_OpenFileBrowser) == 0x000010, "Wrong size on B1Util_OpenFileBrowser"); \ +static_assert(offsetof(B1Util_OpenFileBrowser, FolderPath) == 0x000000, "Member 'B1Util_OpenFileBrowser::FolderPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetAgreementReaded \ +static_assert(alignof(B1Util_SetAgreementReaded) == 0x000004, "Wrong alignment on B1Util_SetAgreementReaded"); \ +static_assert(sizeof(B1Util_SetAgreementReaded) == 0x000004, "Wrong size on B1Util_SetAgreementReaded"); \ +static_assert(offsetof(B1Util_SetAgreementReaded, NewValue) == 0x000000, "Member 'B1Util_SetAgreementReaded::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetArchiveMarkFinish \ +static_assert(alignof(B1Util_SetArchiveMarkFinish) == 0x000001, "Wrong alignment on B1Util_SetArchiveMarkFinish"); \ +static_assert(sizeof(B1Util_SetArchiveMarkFinish) == 0x000001, "Wrong size on B1Util_SetArchiveMarkFinish"); \ +static_assert(offsetof(B1Util_SetArchiveMarkFinish, NewValue) == 0x000000, "Member 'B1Util_SetArchiveMarkFinish::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetFirstSettingFinish \ +static_assert(alignof(B1Util_SetFirstSettingFinish) == 0x000001, "Wrong alignment on B1Util_SetFirstSettingFinish"); \ +static_assert(sizeof(B1Util_SetFirstSettingFinish) == 0x000001, "Wrong size on B1Util_SetFirstSettingFinish"); \ +static_assert(offsetof(B1Util_SetFirstSettingFinish, NewValue) == 0x000000, "Member 'B1Util_SetFirstSettingFinish::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetGMCommandList \ +static_assert(alignof(B1Util_SetGMCommandList) == 0x000008, "Wrong alignment on B1Util_SetGMCommandList"); \ +static_assert(sizeof(B1Util_SetGMCommandList) == 0x000050, "Wrong size on B1Util_SetGMCommandList"); \ +static_assert(offsetof(B1Util_SetGMCommandList, InGMCommandList) == 0x000000, "Member 'B1Util_SetGMCommandList::InGMCommandList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetMainMonitorID \ +static_assert(alignof(B1Util_SetMainMonitorID) == 0x000008, "Wrong alignment on B1Util_SetMainMonitorID"); \ +static_assert(sizeof(B1Util_SetMainMonitorID) == 0x000010, "Wrong size on B1Util_SetMainMonitorID"); \ +static_assert(offsetof(B1Util_SetMainMonitorID, MonitorID) == 0x000000, "Member 'B1Util_SetMainMonitorID::MonitorID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetNeverShowStartupUI \ +static_assert(alignof(B1Util_SetNeverShowStartupUI) == 0x000001, "Wrong alignment on B1Util_SetNeverShowStartupUI"); \ +static_assert(sizeof(B1Util_SetNeverShowStartupUI) == 0x000001, "Wrong size on B1Util_SetNeverShowStartupUI"); \ +static_assert(offsetof(B1Util_SetNeverShowStartupUI, bInNeverShowStartupUI) == 0x000000, "Member 'B1Util_SetNeverShowStartupUI::bInNeverShowStartupUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetPrivacyAgreement \ +static_assert(alignof(B1Util_SetPrivacyAgreement) == 0x000004, "Wrong alignment on B1Util_SetPrivacyAgreement"); \ +static_assert(sizeof(B1Util_SetPrivacyAgreement) == 0x000004, "Wrong size on B1Util_SetPrivacyAgreement"); \ +static_assert(offsetof(B1Util_SetPrivacyAgreement, NewValue) == 0x000000, "Member 'B1Util_SetPrivacyAgreement::NewValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetStartCommandList \ +static_assert(alignof(B1Util_SetStartCommandList) == 0x000008, "Wrong alignment on B1Util_SetStartCommandList"); \ +static_assert(sizeof(B1Util_SetStartCommandList) == 0x000010, "Wrong size on B1Util_SetStartCommandList"); \ +static_assert(offsetof(B1Util_SetStartCommandList, InStartCommandList) == 0x000000, "Member 'B1Util_SetStartCommandList::InStartCommandList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetStartLevelName \ +static_assert(alignof(B1Util_SetStartLevelName) == 0x000008, "Wrong alignment on B1Util_SetStartLevelName"); \ +static_assert(sizeof(B1Util_SetStartLevelName) == 0x000010, "Wrong size on B1Util_SetStartLevelName"); \ +static_assert(offsetof(B1Util_SetStartLevelName, InStartLevelName) == 0x000000, "Member 'B1Util_SetStartLevelName::InStartLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetStartupConfigEnable \ +static_assert(alignof(B1Util_SetStartupConfigEnable) == 0x000001, "Wrong alignment on B1Util_SetStartupConfigEnable"); \ +static_assert(sizeof(B1Util_SetStartupConfigEnable) == 0x000001, "Wrong size on B1Util_SetStartupConfigEnable"); \ +static_assert(offsetof(B1Util_SetStartupConfigEnable, bEnable) == 0x000000, "Member 'B1Util_SetStartupConfigEnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetUISettingCustomData \ +static_assert(alignof(B1Util_SetUISettingCustomData) == 0x000008, "Wrong alignment on B1Util_SetUISettingCustomData"); \ +static_assert(sizeof(B1Util_SetUISettingCustomData) == 0x000050, "Wrong size on B1Util_SetUISettingCustomData"); \ +static_assert(offsetof(B1Util_SetUISettingCustomData, DetailSettingData) == 0x000000, "Member 'B1Util_SetUISettingCustomData::DetailSettingData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetUISettingData \ +static_assert(alignof(B1Util_SetUISettingData) == 0x000008, "Wrong alignment on B1Util_SetUISettingData"); \ +static_assert(sizeof(B1Util_SetUISettingData) == 0x000050, "Wrong size on B1Util_SetUISettingData"); \ +static_assert(offsetof(B1Util_SetUISettingData, SetUISettingData_0) == 0x000000, "Member 'B1Util_SetUISettingData::SetUISettingData_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1Util_SetUISettingPbTag \ +static_assert(alignof(B1Util_SetUISettingPbTag) == 0x000004, "Wrong alignment on B1Util_SetUISettingPbTag"); \ +static_assert(sizeof(B1Util_SetUISettingPbTag) == 0x000004, "Wrong size on B1Util_SetUISettingPbTag"); \ +static_assert(offsetof(B1Util_SetUISettingPbTag, TagId) == 0x000000, "Member 'B1Util_SetUISettingPbTag::TagId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1Util \ +static_assert(alignof(UB1Util) == 0x000008, "Wrong alignment on UB1Util"); \ +static_assert(sizeof(UB1Util) == 0x000028, "Wrong size on UB1Util"); \ + +#define DUMPER7_ASSERTS_SmartActorGuidObj_CanManageStates \ +static_assert(alignof(SmartActorGuidObj_CanManageStates) == 0x000001, "Wrong alignment on SmartActorGuidObj_CanManageStates"); \ +static_assert(sizeof(SmartActorGuidObj_CanManageStates) == 0x000001, "Wrong size on SmartActorGuidObj_CanManageStates"); \ +static_assert(offsetof(SmartActorGuidObj_CanManageStates, ReturnValue) == 0x000000, "Member 'SmartActorGuidObj_CanManageStates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartActorGuidObj_GetActorGuid \ +static_assert(alignof(SmartActorGuidObj_GetActorGuid) == 0x000008, "Wrong alignment on SmartActorGuidObj_GetActorGuid"); \ +static_assert(sizeof(SmartActorGuidObj_GetActorGuid) == 0x000020, "Wrong size on SmartActorGuidObj_GetActorGuid"); \ +static_assert(offsetof(SmartActorGuidObj_GetActorGuid, InActor) == 0x000000, "Member 'SmartActorGuidObj_GetActorGuid::InActor' has a wrong offset!"); \ +static_assert(offsetof(SmartActorGuidObj_GetActorGuid, OutActorGuid) == 0x000008, "Member 'SmartActorGuidObj_GetActorGuid::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(SmartActorGuidObj_GetActorGuid, ReturnValue) == 0x000018, "Member 'SmartActorGuidObj_GetActorGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SmartActorGuidObj_GetActorGuidOptions \ +static_assert(alignof(SmartActorGuidObj_GetActorGuidOptions) == 0x000008, "Wrong alignment on SmartActorGuidObj_GetActorGuidOptions"); \ +static_assert(sizeof(SmartActorGuidObj_GetActorGuidOptions) == 0x000028, "Wrong size on SmartActorGuidObj_GetActorGuidOptions"); \ +static_assert(offsetof(SmartActorGuidObj_GetActorGuidOptions, PropertyName) == 0x000000, "Member 'SmartActorGuidObj_GetActorGuidOptions::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(SmartActorGuidObj_GetActorGuidOptions, OutOptions) == 0x000010, "Member 'SmartActorGuidObj_GetActorGuidOptions::OutOptions' has a wrong offset!"); \ +static_assert(offsetof(SmartActorGuidObj_GetActorGuidOptions, ReturnValue) == 0x000020, "Member 'SmartActorGuidObj_GetActorGuidOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ISmartActorGuidObj \ +static_assert(alignof(ISmartActorGuidObj) == 0x000001, "Wrong alignment on ISmartActorGuidObj"); \ +static_assert(sizeof(ISmartActorGuidObj) == 0x000001, "Wrong size on ISmartActorGuidObj"); \ + +#define DUMPER7_ASSERTS_BaseActorComp_ApplyWorldOffsetCS \ +static_assert(alignof(BaseActorComp_ApplyWorldOffsetCS) == 0x000008, "Wrong alignment on BaseActorComp_ApplyWorldOffsetCS"); \ +static_assert(sizeof(BaseActorComp_ApplyWorldOffsetCS) == 0x000020, "Wrong size on BaseActorComp_ApplyWorldOffsetCS"); \ +static_assert(offsetof(BaseActorComp_ApplyWorldOffsetCS, InOffset) == 0x000000, "Member 'BaseActorComp_ApplyWorldOffsetCS::InOffset' has a wrong offset!"); \ +static_assert(offsetof(BaseActorComp_ApplyWorldOffsetCS, bWorldShift) == 0x000018, "Member 'BaseActorComp_ApplyWorldOffsetCS::bWorldShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseActorComp_EndPlayInCS \ +static_assert(alignof(BaseActorComp_EndPlayInCS) == 0x000001, "Wrong alignment on BaseActorComp_EndPlayInCS"); \ +static_assert(sizeof(BaseActorComp_EndPlayInCS) == 0x000001, "Wrong size on BaseActorComp_EndPlayInCS"); \ +static_assert(offsetof(BaseActorComp_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'BaseActorComp_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseActorComp_GetDebugID \ +static_assert(alignof(BaseActorComp_GetDebugID) == 0x000004, "Wrong alignment on BaseActorComp_GetDebugID"); \ +static_assert(sizeof(BaseActorComp_GetDebugID) == 0x000004, "Wrong size on BaseActorComp_GetDebugID"); \ +static_assert(offsetof(BaseActorComp_GetDebugID, ReturnValue) == 0x000000, "Member 'BaseActorComp_GetDebugID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseActorComp_GetLogLvl \ +static_assert(alignof(BaseActorComp_GetLogLvl) == 0x000004, "Wrong alignment on BaseActorComp_GetLogLvl"); \ +static_assert(sizeof(BaseActorComp_GetLogLvl) == 0x000004, "Wrong size on BaseActorComp_GetLogLvl"); \ +static_assert(offsetof(BaseActorComp_GetLogLvl, ReturnValue) == 0x000000, "Member 'BaseActorComp_GetLogLvl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseActorComp \ +static_assert(alignof(UBaseActorComp) == 0x000008, "Wrong alignment on UBaseActorComp"); \ +static_assert(sizeof(UBaseActorComp) == 0x0000D0, "Wrong size on UBaseActorComp"); \ +static_assert(offsetof(UBaseActorComp, DebugID) == 0x0000C0, "Member 'UBaseActorComp::DebugID' has a wrong offset!"); \ +static_assert(offsetof(UBaseActorComp, LogLvl) == 0x0000C4, "Member 'UBaseActorComp::LogLvl' has a wrong offset!"); \ +static_assert(offsetof(UBaseActorComp, ActorCompContainer) == 0x0000C8, "Member 'UBaseActorComp::ActorCompContainer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BaseActorCompTickable_TickComponentInCS \ +static_assert(alignof(BaseActorCompTickable_TickComponentInCS) == 0x000004, "Wrong alignment on BaseActorCompTickable_TickComponentInCS"); \ +static_assert(sizeof(BaseActorCompTickable_TickComponentInCS) == 0x000004, "Wrong size on BaseActorCompTickable_TickComponentInCS"); \ +static_assert(offsetof(BaseActorCompTickable_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BaseActorCompTickable_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseActorCompTickable \ +static_assert(alignof(UBaseActorCompTickable) == 0x000008, "Wrong alignment on UBaseActorCompTickable"); \ +static_assert(sizeof(UBaseActorCompTickable) == 0x0000D0, "Wrong size on UBaseActorCompTickable"); \ + +#define DUMPER7_ASSERTS_BaseEditorTickableActorComp_OnPropertyChanged \ +static_assert(alignof(BaseEditorTickableActorComp_OnPropertyChanged) == 0x000008, "Wrong alignment on BaseEditorTickableActorComp_OnPropertyChanged"); \ +static_assert(sizeof(BaseEditorTickableActorComp_OnPropertyChanged) == 0x000020, "Wrong size on BaseEditorTickableActorComp_OnPropertyChanged"); \ +static_assert(offsetof(BaseEditorTickableActorComp_OnPropertyChanged, MemberName) == 0x000000, "Member 'BaseEditorTickableActorComp_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BaseEditorTickableActorComp_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BaseEditorTickableActorComp_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBaseEditorTickableActorComp \ +static_assert(alignof(UBaseEditorTickableActorComp) == 0x000008, "Wrong alignment on UBaseEditorTickableActorComp"); \ +static_assert(sizeof(UBaseEditorTickableActorComp) == 0x0000D0, "Wrong size on UBaseEditorTickableActorComp"); \ + +#define DUMPER7_ASSERTS_SceneComponentTickable_EndPlayGS \ +static_assert(alignof(SceneComponentTickable_EndPlayGS) == 0x000001, "Wrong alignment on SceneComponentTickable_EndPlayGS"); \ +static_assert(sizeof(SceneComponentTickable_EndPlayGS) == 0x000001, "Wrong size on SceneComponentTickable_EndPlayGS"); \ +static_assert(offsetof(SceneComponentTickable_EndPlayGS, EndPlayReason) == 0x000000, "Member 'SceneComponentTickable_EndPlayGS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SceneComponentTickable_TickComponentGS \ +static_assert(alignof(SceneComponentTickable_TickComponentGS) == 0x000004, "Wrong alignment on SceneComponentTickable_TickComponentGS"); \ +static_assert(sizeof(SceneComponentTickable_TickComponentGS) == 0x000004, "Wrong size on SceneComponentTickable_TickComponentGS"); \ +static_assert(offsetof(SceneComponentTickable_TickComponentGS, DeltaTime) == 0x000000, "Member 'SceneComponentTickable_TickComponentGS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USceneComponentTickable \ +static_assert(alignof(USceneComponentTickable) == 0x000010, "Wrong alignment on USceneComponentTickable"); \ +static_assert(sizeof(USceneComponentTickable) == 0x0002C0, "Wrong size on USceneComponentTickable"); \ + +#define DUMPER7_ASSERTS_EditorOnlyCompBase_GetParamDisplayNameCS \ +static_assert(alignof(EditorOnlyCompBase_GetParamDisplayNameCS) == 0x000008, "Wrong alignment on EditorOnlyCompBase_GetParamDisplayNameCS"); \ +static_assert(sizeof(EditorOnlyCompBase_GetParamDisplayNameCS) == 0x000030, "Wrong size on EditorOnlyCompBase_GetParamDisplayNameCS"); \ +static_assert(offsetof(EditorOnlyCompBase_GetParamDisplayNameCS, PropertyName) == 0x000000, "Member 'EditorOnlyCompBase_GetParamDisplayNameCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(EditorOnlyCompBase_GetParamDisplayNameCS, ConfigGuid) == 0x000010, "Member 'EditorOnlyCompBase_GetParamDisplayNameCS::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(EditorOnlyCompBase_GetParamDisplayNameCS, ReturnValue) == 0x000020, "Member 'EditorOnlyCompBase_GetParamDisplayNameCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_EditorOnlyCompBase_GetPossibleParamsCS \ +static_assert(alignof(EditorOnlyCompBase_GetPossibleParamsCS) == 0x000008, "Wrong alignment on EditorOnlyCompBase_GetPossibleParamsCS"); \ +static_assert(sizeof(EditorOnlyCompBase_GetPossibleParamsCS) == 0x000030, "Wrong size on EditorOnlyCompBase_GetPossibleParamsCS"); \ +static_assert(offsetof(EditorOnlyCompBase_GetPossibleParamsCS, ParentPropertyName) == 0x000000, "Member 'EditorOnlyCompBase_GetPossibleParamsCS::ParentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(EditorOnlyCompBase_GetPossibleParamsCS, PropertyName) == 0x000010, "Member 'EditorOnlyCompBase_GetPossibleParamsCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(EditorOnlyCompBase_GetPossibleParamsCS, OutParamArray) == 0x000020, "Member 'EditorOnlyCompBase_GetPossibleParamsCS::OutParamArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEditorOnlyCompBase \ +static_assert(alignof(UEditorOnlyCompBase) == 0x000008, "Wrong alignment on UEditorOnlyCompBase"); \ +static_assert(sizeof(UEditorOnlyCompBase) == 0x0000C8, "Wrong size on UEditorOnlyCompBase"); \ + +#define DUMPER7_ASSERTS_BGPPlayerCameraManager_OnViewTargetChangedCS \ +static_assert(alignof(BGPPlayerCameraManager_OnViewTargetChangedCS) == 0x000008, "Wrong alignment on BGPPlayerCameraManager_OnViewTargetChangedCS"); \ +static_assert(sizeof(BGPPlayerCameraManager_OnViewTargetChangedCS) == 0x000018, "Wrong size on BGPPlayerCameraManager_OnViewTargetChangedCS"); \ +static_assert(offsetof(BGPPlayerCameraManager_OnViewTargetChangedCS, PC) == 0x000000, "Member 'BGPPlayerCameraManager_OnViewTargetChangedCS::PC' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerCameraManager_OnViewTargetChangedCS, OldViewTarget) == 0x000008, "Member 'BGPPlayerCameraManager_OnViewTargetChangedCS::OldViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerCameraManager_OnViewTargetChangedCS, NewViewTarget) == 0x000010, "Member 'BGPPlayerCameraManager_OnViewTargetChangedCS::NewViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerCameraManager_SetViewTargetCS \ +static_assert(alignof(BGPPlayerCameraManager_SetViewTargetCS) == 0x000008, "Wrong alignment on BGPPlayerCameraManager_SetViewTargetCS"); \ +static_assert(sizeof(BGPPlayerCameraManager_SetViewTargetCS) == 0x000018, "Wrong size on BGPPlayerCameraManager_SetViewTargetCS"); \ +static_assert(offsetof(BGPPlayerCameraManager_SetViewTargetCS, NewViewTarget) == 0x000000, "Member 'BGPPlayerCameraManager_SetViewTargetCS::NewViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerCameraManager_SetViewTargetCS, TransitionParams) == 0x000008, "Member 'BGPPlayerCameraManager_SetViewTargetCS::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerCameraManager_UpdateCameraCS \ +static_assert(alignof(BGPPlayerCameraManager_UpdateCameraCS) == 0x000004, "Wrong alignment on BGPPlayerCameraManager_UpdateCameraCS"); \ +static_assert(sizeof(BGPPlayerCameraManager_UpdateCameraCS) == 0x000004, "Wrong size on BGPPlayerCameraManager_UpdateCameraCS"); \ +static_assert(offsetof(BGPPlayerCameraManager_UpdateCameraCS, DeltaTime) == 0x000000, "Member 'BGPPlayerCameraManager_UpdateCameraCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerCameraManager_GetPendingViewTargetCS \ +static_assert(alignof(BGPPlayerCameraManager_GetPendingViewTargetCS) == 0x000008, "Wrong alignment on BGPPlayerCameraManager_GetPendingViewTargetCS"); \ +static_assert(sizeof(BGPPlayerCameraManager_GetPendingViewTargetCS) == 0x000008, "Wrong size on BGPPlayerCameraManager_GetPendingViewTargetCS"); \ +static_assert(offsetof(BGPPlayerCameraManager_GetPendingViewTargetCS, ReturnValue) == 0x000000, "Member 'BGPPlayerCameraManager_GetPendingViewTargetCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerCameraManager_GetViewTargetCS \ +static_assert(alignof(BGPPlayerCameraManager_GetViewTargetCS) == 0x000008, "Wrong alignment on BGPPlayerCameraManager_GetViewTargetCS"); \ +static_assert(sizeof(BGPPlayerCameraManager_GetViewTargetCS) == 0x000008, "Wrong size on BGPPlayerCameraManager_GetViewTargetCS"); \ +static_assert(offsetof(BGPPlayerCameraManager_GetViewTargetCS, ReturnValue) == 0x000000, "Member 'BGPPlayerCameraManager_GetViewTargetCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGPPlayerCameraManager \ +static_assert(alignof(ABGPPlayerCameraManager) == 0x000010, "Wrong alignment on ABGPPlayerCameraManager"); \ +static_assert(sizeof(ABGPPlayerCameraManager) == 0x003890, "Wrong size on ABGPPlayerCameraManager"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetCachedConsoleCommandCS \ +static_assert(alignof(BGPPlayerController_GetCachedConsoleCommandCS) == 0x000008, "Wrong alignment on BGPPlayerController_GetCachedConsoleCommandCS"); \ +static_assert(sizeof(BGPPlayerController_GetCachedConsoleCommandCS) == 0x000010, "Wrong size on BGPPlayerController_GetCachedConsoleCommandCS"); \ +static_assert(offsetof(BGPPlayerController_GetCachedConsoleCommandCS, ReturnValue) == 0x000000, "Member 'BGPPlayerController_GetCachedConsoleCommandCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetCachedConsoleWorldContext \ +static_assert(alignof(BGPPlayerController_GetCachedConsoleWorldContext) == 0x000008, "Wrong alignment on BGPPlayerController_GetCachedConsoleWorldContext"); \ +static_assert(sizeof(BGPPlayerController_GetCachedConsoleWorldContext) == 0x000008, "Wrong size on BGPPlayerController_GetCachedConsoleWorldContext"); \ +static_assert(offsetof(BGPPlayerController_GetCachedConsoleWorldContext, ReturnValue) == 0x000000, "Member 'BGPPlayerController_GetCachedConsoleWorldContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_ConsoleCommandCS \ +static_assert(alignof(BGPPlayerController_ConsoleCommandCS) == 0x000008, "Wrong alignment on BGPPlayerController_ConsoleCommandCS"); \ +static_assert(sizeof(BGPPlayerController_ConsoleCommandCS) == 0x000010, "Wrong size on BGPPlayerController_ConsoleCommandCS"); \ +static_assert(offsetof(BGPPlayerController_ConsoleCommandCS, Command) == 0x000000, "Member 'BGPPlayerController_ConsoleCommandCS::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetCameraBlendTimeToGo \ +static_assert(alignof(BGPPlayerController_GetCameraBlendTimeToGo) == 0x000004, "Wrong alignment on BGPPlayerController_GetCameraBlendTimeToGo"); \ +static_assert(sizeof(BGPPlayerController_GetCameraBlendTimeToGo) == 0x000004, "Wrong size on BGPPlayerController_GetCameraBlendTimeToGo"); \ +static_assert(offsetof(BGPPlayerController_GetCameraBlendTimeToGo, ReturnValue) == 0x000000, "Member 'BGPPlayerController_GetCameraBlendTimeToGo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetIsShouldPerformFullTickWhenPaused \ +static_assert(alignof(BGPPlayerController_GetIsShouldPerformFullTickWhenPaused) == 0x000001, "Wrong alignment on BGPPlayerController_GetIsShouldPerformFullTickWhenPaused"); \ +static_assert(sizeof(BGPPlayerController_GetIsShouldPerformFullTickWhenPaused) == 0x000001, "Wrong size on BGPPlayerController_GetIsShouldPerformFullTickWhenPaused"); \ +static_assert(offsetof(BGPPlayerController_GetIsShouldPerformFullTickWhenPaused, ReturnValue) == 0x000000, "Member 'BGPPlayerController_GetIsShouldPerformFullTickWhenPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetNetConnectionCS \ +static_assert(alignof(BGPPlayerController_GetNetConnectionCS) == 0x000008, "Wrong alignment on BGPPlayerController_GetNetConnectionCS"); \ +static_assert(sizeof(BGPPlayerController_GetNetConnectionCS) == 0x000008, "Wrong size on BGPPlayerController_GetNetConnectionCS"); \ +static_assert(offsetof(BGPPlayerController_GetNetConnectionCS, ReturnValue) == 0x000000, "Member 'BGPPlayerController_GetNetConnectionCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetPendingViewTarget \ +static_assert(alignof(BGPPlayerController_GetPendingViewTarget) == 0x000008, "Wrong alignment on BGPPlayerController_GetPendingViewTarget"); \ +static_assert(sizeof(BGPPlayerController_GetPendingViewTarget) == 0x000008, "Wrong size on BGPPlayerController_GetPendingViewTarget"); \ +static_assert(offsetof(BGPPlayerController_GetPendingViewTarget, ReturnValue) == 0x000000, "Member 'BGPPlayerController_GetPendingViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetSeamlessTravelActorListCS \ +static_assert(alignof(BGPPlayerController_GetSeamlessTravelActorListCS) == 0x000008, "Wrong alignment on BGPPlayerController_GetSeamlessTravelActorListCS"); \ +static_assert(sizeof(BGPPlayerController_GetSeamlessTravelActorListCS) == 0x000018, "Wrong size on BGPPlayerController_GetSeamlessTravelActorListCS"); \ +static_assert(offsetof(BGPPlayerController_GetSeamlessTravelActorListCS, bToEntry) == 0x000000, "Member 'BGPPlayerController_GetSeamlessTravelActorListCS::bToEntry' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_GetSeamlessTravelActorListCS, ActorList) == 0x000008, "Member 'BGPPlayerController_GetSeamlessTravelActorListCS::ActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetSpawnLocationCS \ +static_assert(alignof(BGPPlayerController_GetSpawnLocationCS) == 0x000008, "Wrong alignment on BGPPlayerController_GetSpawnLocationCS"); \ +static_assert(sizeof(BGPPlayerController_GetSpawnLocationCS) == 0x000018, "Wrong size on BGPPlayerController_GetSpawnLocationCS"); \ +static_assert(offsetof(BGPPlayerController_GetSpawnLocationCS, ReturnValue) == 0x000000, "Member 'BGPPlayerController_GetSpawnLocationCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_OnPossessWithViewTargetBlend \ +static_assert(alignof(BGPPlayerController_OnPossessWithViewTargetBlend) == 0x000008, "Wrong alignment on BGPPlayerController_OnPossessWithViewTargetBlend"); \ +static_assert(sizeof(BGPPlayerController_OnPossessWithViewTargetBlend) == 0x000018, "Wrong size on BGPPlayerController_OnPossessWithViewTargetBlend"); \ +static_assert(offsetof(BGPPlayerController_OnPossessWithViewTargetBlend, InPawn) == 0x000000, "Member 'BGPPlayerController_OnPossessWithViewTargetBlend::InPawn' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_OnPossessWithViewTargetBlend, BlendTime) == 0x000008, "Member 'BGPPlayerController_OnPossessWithViewTargetBlend::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_OnPossessWithViewTargetBlend, BlendFunc) == 0x00000C, "Member 'BGPPlayerController_OnPossessWithViewTargetBlend::BlendFunc' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_OnPossessWithViewTargetBlend, BlendExp) == 0x000010, "Member 'BGPPlayerController_OnPossessWithViewTargetBlend::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_OnPossessWithViewTargetBlend, bLockOutgoing) == 0x000014, "Member 'BGPPlayerController_OnPossessWithViewTargetBlend::bLockOutgoing' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_OnPossessWithViewTargetBlend, EnableBlendViewTarget) == 0x000015, "Member 'BGPPlayerController_OnPossessWithViewTargetBlend::EnableBlendViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_SetIsShouldPerformFullTickWhenPaused \ +static_assert(alignof(BGPPlayerController_SetIsShouldPerformFullTickWhenPaused) == 0x000001, "Wrong alignment on BGPPlayerController_SetIsShouldPerformFullTickWhenPaused"); \ +static_assert(sizeof(BGPPlayerController_SetIsShouldPerformFullTickWhenPaused) == 0x000001, "Wrong size on BGPPlayerController_SetIsShouldPerformFullTickWhenPaused"); \ +static_assert(offsetof(BGPPlayerController_SetIsShouldPerformFullTickWhenPaused, IsShould) == 0x000000, "Member 'BGPPlayerController_SetIsShouldPerformFullTickWhenPaused::IsShould' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_SetSpawnLocationCS \ +static_assert(alignof(BGPPlayerController_SetSpawnLocationCS) == 0x000008, "Wrong alignment on BGPPlayerController_SetSpawnLocationCS"); \ +static_assert(sizeof(BGPPlayerController_SetSpawnLocationCS) == 0x000018, "Wrong size on BGPPlayerController_SetSpawnLocationCS"); \ +static_assert(offsetof(BGPPlayerController_SetSpawnLocationCS, NewLocation) == 0x000000, "Member 'BGPPlayerController_SetSpawnLocationCS::NewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetAudioListenerPositionCS \ +static_assert(alignof(BGPPlayerController_GetAudioListenerPositionCS) == 0x000008, "Wrong alignment on BGPPlayerController_GetAudioListenerPositionCS"); \ +static_assert(sizeof(BGPPlayerController_GetAudioListenerPositionCS) == 0x000048, "Wrong size on BGPPlayerController_GetAudioListenerPositionCS"); \ +static_assert(offsetof(BGPPlayerController_GetAudioListenerPositionCS, OutLocation) == 0x000000, "Member 'BGPPlayerController_GetAudioListenerPositionCS::OutLocation' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_GetAudioListenerPositionCS, OutFrontDir) == 0x000018, "Member 'BGPPlayerController_GetAudioListenerPositionCS::OutFrontDir' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_GetAudioListenerPositionCS, OutRightDir) == 0x000030, "Member 'BGPPlayerController_GetAudioListenerPositionCS::OutRightDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetAudioListenerRotationCS \ +static_assert(alignof(BGPPlayerController_GetAudioListenerRotationCS) == 0x000008, "Wrong alignment on BGPPlayerController_GetAudioListenerRotationCS"); \ +static_assert(sizeof(BGPPlayerController_GetAudioListenerRotationCS) == 0x000018, "Wrong size on BGPPlayerController_GetAudioListenerRotationCS"); \ +static_assert(offsetof(BGPPlayerController_GetAudioListenerRotationCS, OutRotation) == 0x000000, "Member 'BGPPlayerController_GetAudioListenerRotationCS::OutRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerController_GetPlayerViewPointCS \ +static_assert(alignof(BGPPlayerController_GetPlayerViewPointCS) == 0x000008, "Wrong alignment on BGPPlayerController_GetPlayerViewPointCS"); \ +static_assert(sizeof(BGPPlayerController_GetPlayerViewPointCS) == 0x000038, "Wrong size on BGPPlayerController_GetPlayerViewPointCS"); \ +static_assert(offsetof(BGPPlayerController_GetPlayerViewPointCS, out_Location) == 0x000000, "Member 'BGPPlayerController_GetPlayerViewPointCS::out_Location' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_GetPlayerViewPointCS, out_Rotation) == 0x000018, "Member 'BGPPlayerController_GetPlayerViewPointCS::out_Rotation' has a wrong offset!"); \ +static_assert(offsetof(BGPPlayerController_GetPlayerViewPointCS, ReturnValue) == 0x000030, "Member 'BGPPlayerController_GetPlayerViewPointCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGPPlayerController \ +static_assert(alignof(ABGPPlayerController) == 0x000008, "Wrong alignment on ABGPPlayerController"); \ +static_assert(sizeof(ABGPPlayerController) == 0x0007F0, "Wrong size on ABGPPlayerController"); \ +static_assert(offsetof(ABGPPlayerController, bGSIsLocalPlayerController) == 0x0007D8, "Member 'ABGPPlayerController::bGSIsLocalPlayerController' has a wrong offset!"); \ +static_assert(offsetof(ABGPPlayerController, PathFollowingComponent) == 0x0007E0, "Member 'ABGPPlayerController::PathFollowingComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGPPlayerController, bIsInTeleport) == 0x0007E8, "Member 'ABGPPlayerController::bIsInTeleport' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGPPlayerReverseReplicator_SetOwnerBGUChr \ +static_assert(alignof(BGPPlayerReverseReplicator_SetOwnerBGUChr) == 0x000008, "Wrong alignment on BGPPlayerReverseReplicator_SetOwnerBGUChr"); \ +static_assert(sizeof(BGPPlayerReverseReplicator_SetOwnerBGUChr) == 0x000008, "Wrong size on BGPPlayerReverseReplicator_SetOwnerBGUChr"); \ +static_assert(offsetof(BGPPlayerReverseReplicator_SetOwnerBGUChr, BGUOwner) == 0x000000, "Member 'BGPPlayerReverseReplicator_SetOwnerBGUChr::BGUOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGPPlayerReverseReplicator \ +static_assert(alignof(ABGPPlayerReverseReplicator) == 0x000008, "Wrong alignment on ABGPPlayerReverseReplicator"); \ +static_assert(sizeof(ABGPPlayerReverseReplicator) == 0x0002A0, "Wrong size on ABGPPlayerReverseReplicator"); \ +static_assert(offsetof(ABGPPlayerReverseReplicator, ECSDataNetSerialization) == 0x000288, "Member 'ABGPPlayerReverseReplicator::ECSDataNetSerialization' has a wrong offset!"); \ +static_assert(offsetof(ABGPPlayerReverseReplicator, OwnerBGUChr) == 0x000298, "Member 'ABGPPlayerReverseReplicator::OwnerBGUChr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGPPlayerState \ +static_assert(alignof(ABGPPlayerState) == 0x000008, "Wrong alignment on ABGPPlayerState"); \ +static_assert(sizeof(ABGPPlayerState) == 0x0003B8, "Wrong size on ABGPPlayerState"); \ +static_assert(offsetof(ABGPPlayerState, ECSDataNetSerialization) == 0x0003A0, "Member 'ABGPPlayerState::ECSDataNetSerialization' has a wrong offset!"); \ +static_assert(offsetof(ABGPPlayerState, BGPDataComp) == 0x0003B0, "Member 'ABGPPlayerState::BGPDataComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGU3rdCameraBase \ +static_assert(alignof(ABGU3rdCameraBase) == 0x000008, "Wrong alignment on ABGU3rdCameraBase"); \ +static_assert(sizeof(ABGU3rdCameraBase) == 0x000298, "Wrong size on ABGU3rdCameraBase"); \ +static_assert(offsetof(ABGU3rdCameraBase, CameraBoom) == 0x000288, "Member 'ABGU3rdCameraBase::CameraBoom' has a wrong offset!"); \ +static_assert(offsetof(ABGU3rdCameraBase, FollowCamera) == 0x000290, "Member 'ABGU3rdCameraBase::FollowCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_ApplyWorldOffsetCS \ +static_assert(alignof(BGUActorBase_ApplyWorldOffsetCS) == 0x000008, "Wrong alignment on BGUActorBase_ApplyWorldOffsetCS"); \ +static_assert(sizeof(BGUActorBase_ApplyWorldOffsetCS) == 0x000020, "Wrong size on BGUActorBase_ApplyWorldOffsetCS"); \ +static_assert(offsetof(BGUActorBase_ApplyWorldOffsetCS, InOffset) == 0x000000, "Member 'BGUActorBase_ApplyWorldOffsetCS::InOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUActorBase_ApplyWorldOffsetCS, bWorldShift) == 0x000018, "Member 'BGUActorBase_ApplyWorldOffsetCS::bWorldShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_AttachBaseActorComp \ +static_assert(alignof(BGUActorBase_AttachBaseActorComp) == 0x000008, "Wrong alignment on BGUActorBase_AttachBaseActorComp"); \ +static_assert(sizeof(BGUActorBase_AttachBaseActorComp) == 0x000008, "Wrong size on BGUActorBase_AttachBaseActorComp"); \ +static_assert(offsetof(BGUActorBase_AttachBaseActorComp, Comp) == 0x000000, "Member 'BGUActorBase_AttachBaseActorComp::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_GetBUSEventCollection \ +static_assert(alignof(BGUActorBase_GetBUSEventCollection) == 0x000008, "Wrong alignment on BGUActorBase_GetBUSEventCollection"); \ +static_assert(sizeof(BGUActorBase_GetBUSEventCollection) == 0x000008, "Wrong size on BGUActorBase_GetBUSEventCollection"); \ +static_assert(offsetof(BGUActorBase_GetBUSEventCollection, ReturnValue) == 0x000000, "Member 'BGUActorBase_GetBUSEventCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_OnConstructionCS \ +static_assert(alignof(BGUActorBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUActorBase_OnConstructionCS"); \ +static_assert(sizeof(BGUActorBase_OnConstructionCS) == 0x000060, "Wrong size on BGUActorBase_OnConstructionCS"); \ +static_assert(offsetof(BGUActorBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUActorBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_OnPostEditMove \ +static_assert(alignof(BGUActorBase_OnPostEditMove) == 0x000001, "Wrong alignment on BGUActorBase_OnPostEditMove"); \ +static_assert(sizeof(BGUActorBase_OnPostEditMove) == 0x000001, "Wrong size on BGUActorBase_OnPostEditMove"); \ +static_assert(offsetof(BGUActorBase_OnPostEditMove, bFinish) == 0x000000, "Member 'BGUActorBase_OnPostEditMove::bFinish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_OnPropertyChanged \ +static_assert(alignof(BGUActorBase_OnPropertyChanged) == 0x000008, "Wrong alignment on BGUActorBase_OnPropertyChanged"); \ +static_assert(sizeof(BGUActorBase_OnPropertyChanged) == 0x000020, "Wrong size on BGUActorBase_OnPropertyChanged"); \ +static_assert(offsetof(BGUActorBase_OnPropertyChanged, MemberName) == 0x000000, "Member 'BGUActorBase_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BGUActorBase_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BGUActorBase_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_SetCompCanEverAffectNavigation \ +static_assert(alignof(BGUActorBase_SetCompCanEverAffectNavigation) == 0x000008, "Wrong alignment on BGUActorBase_SetCompCanEverAffectNavigation"); \ +static_assert(sizeof(BGUActorBase_SetCompCanEverAffectNavigation) == 0x000010, "Wrong size on BGUActorBase_SetCompCanEverAffectNavigation"); \ +static_assert(offsetof(BGUActorBase_SetCompCanEverAffectNavigation, ActorComponent) == 0x000000, "Member 'BGUActorBase_SetCompCanEverAffectNavigation::ActorComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUActorBase_SetCompCanEverAffectNavigation, bRelevant) == 0x000008, "Member 'BGUActorBase_SetCompCanEverAffectNavigation::bRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_SetRootComponentCS \ +static_assert(alignof(BGUActorBase_SetRootComponentCS) == 0x000008, "Wrong alignment on BGUActorBase_SetRootComponentCS"); \ +static_assert(sizeof(BGUActorBase_SetRootComponentCS) == 0x000008, "Wrong size on BGUActorBase_SetRootComponentCS"); \ +static_assert(offsetof(BGUActorBase_SetRootComponentCS, NewRootComponent) == 0x000000, "Member 'BGUActorBase_SetRootComponentCS::NewRootComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_SetTeamID \ +static_assert(alignof(BGUActorBase_SetTeamID) == 0x000004, "Wrong alignment on BGUActorBase_SetTeamID"); \ +static_assert(sizeof(BGUActorBase_SetTeamID) == 0x000004, "Wrong size on BGUActorBase_SetTeamID"); \ +static_assert(offsetof(BGUActorBase_SetTeamID, ID) == 0x000000, "Member 'BGUActorBase_SetTeamID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_GetActorGuid \ +static_assert(alignof(BGUActorBase_GetActorGuid) == 0x000008, "Wrong alignment on BGUActorBase_GetActorGuid"); \ +static_assert(sizeof(BGUActorBase_GetActorGuid) == 0x000018, "Wrong size on BGUActorBase_GetActorGuid"); \ +static_assert(offsetof(BGUActorBase_GetActorGuid, OutActorGuid) == 0x000000, "Member 'BGUActorBase_GetActorGuid::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(BGUActorBase_GetActorGuid, ReturnValue) == 0x000010, "Member 'BGUActorBase_GetActorGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_GetActorGuidCS \ +static_assert(alignof(BGUActorBase_GetActorGuidCS) == 0x000008, "Wrong alignment on BGUActorBase_GetActorGuidCS"); \ +static_assert(sizeof(BGUActorBase_GetActorGuidCS) == 0x000018, "Wrong size on BGUActorBase_GetActorGuidCS"); \ +static_assert(offsetof(BGUActorBase_GetActorGuidCS, OutActorGuid) == 0x000000, "Member 'BGUActorBase_GetActorGuidCS::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(BGUActorBase_GetActorGuidCS, ReturnValue) == 0x000010, "Member 'BGUActorBase_GetActorGuidCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_GetTeamID \ +static_assert(alignof(BGUActorBase_GetTeamID) == 0x000004, "Wrong alignment on BGUActorBase_GetTeamID"); \ +static_assert(sizeof(BGUActorBase_GetTeamID) == 0x000004, "Wrong size on BGUActorBase_GetTeamID"); \ +static_assert(offsetof(BGUActorBase_GetTeamID, ReturnValue) == 0x000000, "Member 'BGUActorBase_GetTeamID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBase_GetTeamIDCS \ +static_assert(alignof(BGUActorBase_GetTeamIDCS) == 0x000004, "Wrong alignment on BGUActorBase_GetTeamIDCS"); \ +static_assert(sizeof(BGUActorBase_GetTeamIDCS) == 0x000004, "Wrong size on BGUActorBase_GetTeamIDCS"); \ +static_assert(offsetof(BGUActorBase_GetTeamIDCS, ReturnValue) == 0x000000, "Member 'BGUActorBase_GetTeamIDCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUActorBase \ +static_assert(alignof(ABGUActorBase) == 0x000008, "Wrong alignment on ABGUActorBase"); \ +static_assert(sizeof(ABGUActorBase) == 0x0002E0, "Wrong size on ABGUActorBase"); \ +static_assert(offsetof(ABGUActorBase, bBeginPlayFromLevelStreaming) == 0x000298, "Member 'ABGUActorBase::bBeginPlayFromLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBase, ActorCompContainer) == 0x0002A0, "Member 'ABGUActorBase::ActorCompContainer' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBase, EventCollection) == 0x0002A8, "Member 'ABGUActorBase::EventCollection' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBase, bIsFullyInit) == 0x0002B0, "Member 'ABGUActorBase::bIsFullyInit' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBase, ECSDataNetSerialization) == 0x0002B8, "Member 'ABGUActorBase::ECSDataNetSerialization' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBase, AnimNotifyLogicDelayExecuteList) == 0x0002C8, "Member 'ABGUActorBase::AnimNotifyLogicDelayExecuteList' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBase, bCanActorNotifyLogicDelayExecutedCS) == 0x0002D8, "Member 'ABGUActorBase::bCanActorNotifyLogicDelayExecutedCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBGUActorI \ +static_assert(alignof(IBGUActorI) == 0x000001, "Wrong alignment on IBGUActorI"); \ +static_assert(sizeof(IBGUActorI) == 0x000001, "Wrong size on IBGUActorI"); \ + +#define DUMPER7_ASSERTS_ABGUAIController \ +static_assert(alignof(ABGUAIController) == 0x000008, "Wrong alignment on ABGUAIController"); \ +static_assert(sizeof(ABGUAIController) == 0x0003C8, "Wrong size on ABGUAIController"); \ +static_assert(offsetof(ABGUAIController, BlackboardComp) == 0x0003B0, "Member 'ABGUAIController::BlackboardComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUAIController, BehaviorComp) == 0x0003B8, "Member 'ABGUAIController::BehaviorComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUAIController, AIPerceptionComp) == 0x0003C0, "Member 'ABGUAIController::AIPerceptionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUAIPlayerController \ +static_assert(alignof(ABGUAIPlayerController) == 0x000008, "Wrong alignment on ABGUAIPlayerController"); \ +static_assert(sizeof(ABGUAIPlayerController) == 0x0003C8, "Wrong size on ABGUAIPlayerController"); \ + +#define DUMPER7_ASSERTS_BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest \ +static_assert(alignof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest) == 0x000008, "Wrong alignment on BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest"); \ +static_assert(sizeof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest) == 0x000040, "Wrong size on BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, InGuestMontage) == 0x000000, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::InGuestMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, InTargetSyncPointOnHost) == 0x000008, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::InTargetSyncPointOnHost' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, InSelfSyncPointOnGuest) == 0x000010, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::InSelfSyncPointOnGuest' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, bEnableDebugDraw) == 0x000018, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::bEnableDebugDraw' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, NotifyBeginTime) == 0x00001C, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::NotifyBeginTime' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, DummyMesh) == 0x000020, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::DummyMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, InGuestActor) == 0x000028, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::InGuestActor' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, InBlendInTime) == 0x000030, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::InBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, PlayRate) == 0x000034, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest, bIgnoreSceneCollision) == 0x000038, "Member 'BGUAnimationSyncComponent_OnBeginSyncAnimationOnGuest::bIgnoreSceneCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAnimationSyncComponent_OnEndSyncAnimationOnGuest \ +static_assert(alignof(BGUAnimationSyncComponent_OnEndSyncAnimationOnGuest) == 0x000001, "Wrong alignment on BGUAnimationSyncComponent_OnEndSyncAnimationOnGuest"); \ +static_assert(sizeof(BGUAnimationSyncComponent_OnEndSyncAnimationOnGuest) == 0x000001, "Wrong size on BGUAnimationSyncComponent_OnEndSyncAnimationOnGuest"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnEndSyncAnimationOnGuest, bStopGuestMontage) == 0x000000, "Member 'BGUAnimationSyncComponent_OnEndSyncAnimationOnGuest::bStopGuestMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAnimationSyncComponent_OnRespectCollisionInASS \ +static_assert(alignof(BGUAnimationSyncComponent_OnRespectCollisionInASS) == 0x000001, "Wrong alignment on BGUAnimationSyncComponent_OnRespectCollisionInASS"); \ +static_assert(sizeof(BGUAnimationSyncComponent_OnRespectCollisionInASS) == 0x000001, "Wrong size on BGUAnimationSyncComponent_OnRespectCollisionInASS"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnRespectCollisionInASS, bRespect) == 0x000000, "Member 'BGUAnimationSyncComponent_OnRespectCollisionInASS::bRespect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAnimationSyncComponent_OnSwitchSyncGuestTarget \ +static_assert(alignof(BGUAnimationSyncComponent_OnSwitchSyncGuestTarget) == 0x000008, "Wrong alignment on BGUAnimationSyncComponent_OnSwitchSyncGuestTarget"); \ +static_assert(sizeof(BGUAnimationSyncComponent_OnSwitchSyncGuestTarget) == 0x000008, "Wrong size on BGUAnimationSyncComponent_OnSwitchSyncGuestTarget"); \ +static_assert(offsetof(BGUAnimationSyncComponent_OnSwitchSyncGuestTarget, NewGuest) == 0x000000, "Member 'BGUAnimationSyncComponent_OnSwitchSyncGuestTarget::NewGuest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUAnimationSyncComponent \ +static_assert(alignof(UBGUAnimationSyncComponent) == 0x000008, "Wrong alignment on UBGUAnimationSyncComponent"); \ +static_assert(sizeof(UBGUAnimationSyncComponent) == 0x000158, "Wrong size on UBGUAnimationSyncComponent"); \ +static_assert(offsetof(UBGUAnimationSyncComponent, OwnerMasterComp) == 0x0000C8, "Member 'UBGUAnimationSyncComponent::OwnerMasterComp' has a wrong offset!"); \ +static_assert(offsetof(UBGUAnimationSyncComponent, DummyMeshComp) == 0x0000D0, "Member 'UBGUAnimationSyncComponent::DummyMeshComp' has a wrong offset!"); \ +static_assert(offsetof(UBGUAnimationSyncComponent, DrivingComp) == 0x0000D8, "Member 'UBGUAnimationSyncComponent::DrivingComp' has a wrong offset!"); \ +static_assert(offsetof(UBGUAnimationSyncComponent, GuestActor) == 0x000118, "Member 'UBGUAnimationSyncComponent::GuestActor' has a wrong offset!"); \ +static_assert(offsetof(UBGUAnimationSyncComponent, GuestMeshComp) == 0x000120, "Member 'UBGUAnimationSyncComponent::GuestMeshComp' has a wrong offset!"); \ +static_assert(offsetof(UBGUAnimationSyncComponent, GuestMontage) == 0x000128, "Member 'UBGUAnimationSyncComponent::GuestMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUBirthPoint \ +static_assert(alignof(ABGUBirthPoint) == 0x000008, "Wrong alignment on ABGUBirthPoint"); \ +static_assert(sizeof(ABGUBirthPoint) == 0x0002B8, "Wrong size on ABGUBirthPoint"); \ +static_assert(offsetof(ABGUBirthPoint, BirthPointID) == 0x0002B0, "Member 'ABGUBirthPoint::BirthPointID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUBounceCheckObject_BindBounceEvent \ +static_assert(alignof(BGUBounceCheckObject_BindBounceEvent) == 0x000008, "Wrong alignment on BGUBounceCheckObject_BindBounceEvent"); \ +static_assert(sizeof(BGUBounceCheckObject_BindBounceEvent) == 0x000008, "Wrong size on BGUBounceCheckObject_BindBounceEvent"); \ +static_assert(offsetof(BGUBounceCheckObject_BindBounceEvent, ProjectileMovementComp) == 0x000000, "Member 'BGUBounceCheckObject_BindBounceEvent::ProjectileMovementComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUBounceCheckObject_OnBounceCheck \ +static_assert(alignof(BGUBounceCheckObject_OnBounceCheck) == 0x000008, "Wrong alignment on BGUBounceCheckObject_OnBounceCheck"); \ +static_assert(sizeof(BGUBounceCheckObject_OnBounceCheck) == 0x000100, "Wrong size on BGUBounceCheckObject_OnBounceCheck"); \ +static_assert(offsetof(BGUBounceCheckObject_OnBounceCheck, Hit) == 0x000000, "Member 'BGUBounceCheckObject_OnBounceCheck::Hit' has a wrong offset!"); \ +static_assert(offsetof(BGUBounceCheckObject_OnBounceCheck, OldVelocity) == 0x0000E8, "Member 'BGUBounceCheckObject_OnBounceCheck::OldVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUBounceCheckObject \ +static_assert(alignof(UBGUBounceCheckObject) == 0x000008, "Wrong alignment on UBGUBounceCheckObject"); \ +static_assert(sizeof(UBGUBounceCheckObject) == 0x000030, "Wrong size on UBGUBounceCheckObject"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_AttachBaseActorComp \ +static_assert(alignof(BGUCharacter_AttachBaseActorComp) == 0x000008, "Wrong alignment on BGUCharacter_AttachBaseActorComp"); \ +static_assert(sizeof(BGUCharacter_AttachBaseActorComp) == 0x000008, "Wrong size on BGUCharacter_AttachBaseActorComp"); \ +static_assert(offsetof(BGUCharacter_AttachBaseActorComp, Comp) == 0x000000, "Member 'BGUCharacter_AttachBaseActorComp::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetBUSEventCollection \ +static_assert(alignof(BGUCharacter_GetBUSEventCollection) == 0x000008, "Wrong alignment on BGUCharacter_GetBUSEventCollection"); \ +static_assert(sizeof(BGUCharacter_GetBUSEventCollection) == 0x000008, "Wrong size on BGUCharacter_GetBUSEventCollection"); \ +static_assert(offsetof(BGUCharacter_GetBUSEventCollection, ReturnValue) == 0x000000, "Member 'BGUCharacter_GetBUSEventCollection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetGSAuthorityPlayerCS \ +static_assert(alignof(BGUCharacter_GetGSAuthorityPlayerCS) == 0x000008, "Wrong alignment on BGUCharacter_GetGSAuthorityPlayerCS"); \ +static_assert(sizeof(BGUCharacter_GetGSAuthorityPlayerCS) == 0x000008, "Wrong size on BGUCharacter_GetGSAuthorityPlayerCS"); \ +static_assert(offsetof(BGUCharacter_GetGSAuthorityPlayerCS, ReturnValue) == 0x000000, "Member 'BGUCharacter_GetGSAuthorityPlayerCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetHostSyncMontageSyncStartTime \ +static_assert(alignof(BGUCharacter_GetHostSyncMontageSyncStartTime) == 0x000004, "Wrong alignment on BGUCharacter_GetHostSyncMontageSyncStartTime"); \ +static_assert(sizeof(BGUCharacter_GetHostSyncMontageSyncStartTime) == 0x000004, "Wrong size on BGUCharacter_GetHostSyncMontageSyncStartTime"); \ +static_assert(offsetof(BGUCharacter_GetHostSyncMontageSyncStartTime, ReturnValue) == 0x000000, "Member 'BGUCharacter_GetHostSyncMontageSyncStartTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GSSwapNetRoleCS \ +static_assert(alignof(BGUCharacter_GSSwapNetRoleCS) == 0x000001, "Wrong alignment on BGUCharacter_GSSwapNetRoleCS"); \ +static_assert(sizeof(BGUCharacter_GSSwapNetRoleCS) == 0x000001, "Wrong size on BGUCharacter_GSSwapNetRoleCS"); \ +static_assert(offsetof(BGUCharacter_GSSwapNetRoleCS, HasAuthority_0) == 0x000000, "Member 'BGUCharacter_GSSwapNetRoleCS::HasAuthority_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_IsInGuestSyncMontage \ +static_assert(alignof(BGUCharacter_IsInGuestSyncMontage) == 0x000001, "Wrong alignment on BGUCharacter_IsInGuestSyncMontage"); \ +static_assert(sizeof(BGUCharacter_IsInGuestSyncMontage) == 0x000001, "Wrong size on BGUCharacter_IsInGuestSyncMontage"); \ +static_assert(offsetof(BGUCharacter_IsInGuestSyncMontage, ReturnValue) == 0x000000, "Member 'BGUCharacter_IsInGuestSyncMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_IsPlayerCharacterCS \ +static_assert(alignof(BGUCharacter_IsPlayerCharacterCS) == 0x000001, "Wrong alignment on BGUCharacter_IsPlayerCharacterCS"); \ +static_assert(sizeof(BGUCharacter_IsPlayerCharacterCS) == 0x000001, "Wrong size on BGUCharacter_IsPlayerCharacterCS"); \ +static_assert(offsetof(BGUCharacter_IsPlayerCharacterCS, ReturnValue) == 0x000000, "Member 'BGUCharacter_IsPlayerCharacterCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnActorChannelOpen \ +static_assert(alignof(BGUCharacter_OnActorChannelOpen) == 0x000008, "Wrong alignment on BGUCharacter_OnActorChannelOpen"); \ +static_assert(sizeof(BGUCharacter_OnActorChannelOpen) == 0x000008, "Wrong size on BGUCharacter_OnActorChannelOpen"); \ +static_assert(offsetof(BGUCharacter_OnActorChannelOpen, Connection) == 0x000000, "Member 'BGUCharacter_OnActorChannelOpen::Connection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnConstructionCS \ +static_assert(alignof(BGUCharacter_OnConstructionCS) == 0x000010, "Wrong alignment on BGUCharacter_OnConstructionCS"); \ +static_assert(sizeof(BGUCharacter_OnConstructionCS) == 0x000060, "Wrong size on BGUCharacter_OnConstructionCS"); \ +static_assert(offsetof(BGUCharacter_OnConstructionCS, Transform) == 0x000000, "Member 'BGUCharacter_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnGuestSyncMontage \ +static_assert(alignof(BGUCharacter_OnGuestSyncMontage) == 0x000008, "Wrong alignment on BGUCharacter_OnGuestSyncMontage"); \ +static_assert(sizeof(BGUCharacter_OnGuestSyncMontage) == 0x000010, "Wrong size on BGUCharacter_OnGuestSyncMontage"); \ +static_assert(offsetof(BGUCharacter_OnGuestSyncMontage, _HostSyncMontage) == 0x000000, "Member 'BGUCharacter_OnGuestSyncMontage::_HostSyncMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_OnGuestSyncMontage, _HostSyncMontageStartTime) == 0x000008, "Member 'BGUCharacter_OnGuestSyncMontage::_HostSyncMontageStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnMovementModeChangedCS \ +static_assert(alignof(BGUCharacter_OnMovementModeChangedCS) == 0x000001, "Wrong alignment on BGUCharacter_OnMovementModeChangedCS"); \ +static_assert(sizeof(BGUCharacter_OnMovementModeChangedCS) == 0x000004, "Wrong size on BGUCharacter_OnMovementModeChangedCS"); \ +static_assert(offsetof(BGUCharacter_OnMovementModeChangedCS, PrevMovementMode) == 0x000000, "Member 'BGUCharacter_OnMovementModeChangedCS::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_OnMovementModeChangedCS, NewMovementMode) == 0x000001, "Member 'BGUCharacter_OnMovementModeChangedCS::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_OnMovementModeChangedCS, PrevCustomMode) == 0x000002, "Member 'BGUCharacter_OnMovementModeChangedCS::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_OnMovementModeChangedCS, NewCustomMode) == 0x000003, "Member 'BGUCharacter_OnMovementModeChangedCS::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnPlayOrStopNewMontage_FromNotify \ +static_assert(alignof(BGUCharacter_OnPlayOrStopNewMontage_FromNotify) == 0x000004, "Wrong alignment on BGUCharacter_OnPlayOrStopNewMontage_FromNotify"); \ +static_assert(sizeof(BGUCharacter_OnPlayOrStopNewMontage_FromNotify) == 0x000004, "Wrong size on BGUCharacter_OnPlayOrStopNewMontage_FromNotify"); \ +static_assert(offsetof(BGUCharacter_OnPlayOrStopNewMontage_FromNotify, OldMontageInstID) == 0x000000, "Member 'BGUCharacter_OnPlayOrStopNewMontage_FromNotify::OldMontageInstID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnPossessedCS \ +static_assert(alignof(BGUCharacter_OnPossessedCS) == 0x000008, "Wrong alignment on BGUCharacter_OnPossessedCS"); \ +static_assert(sizeof(BGUCharacter_OnPossessedCS) == 0x000008, "Wrong size on BGUCharacter_OnPossessedCS"); \ +static_assert(offsetof(BGUCharacter_OnPossessedCS, NewController) == 0x000000, "Member 'BGUCharacter_OnPossessedCS::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnSetMontageJumpSection_FromNotify \ +static_assert(alignof(BGUCharacter_OnSetMontageJumpSection_FromNotify) == 0x000004, "Wrong alignment on BGUCharacter_OnSetMontageJumpSection_FromNotify"); \ +static_assert(sizeof(BGUCharacter_OnSetMontageJumpSection_FromNotify) == 0x00000C, "Wrong size on BGUCharacter_OnSetMontageJumpSection_FromNotify"); \ +static_assert(offsetof(BGUCharacter_OnSetMontageJumpSection_FromNotify, MontageInstID) == 0x000000, "Member 'BGUCharacter_OnSetMontageJumpSection_FromNotify::MontageInstID' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_OnSetMontageJumpSection_FromNotify, SectionName) == 0x000004, "Member 'BGUCharacter_OnSetMontageJumpSection_FromNotify::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_OnSetMontageNextSection_FromNotify \ +static_assert(alignof(BGUCharacter_OnSetMontageNextSection_FromNotify) == 0x000004, "Wrong alignment on BGUCharacter_OnSetMontageNextSection_FromNotify"); \ +static_assert(sizeof(BGUCharacter_OnSetMontageNextSection_FromNotify) == 0x00000C, "Wrong size on BGUCharacter_OnSetMontageNextSection_FromNotify"); \ +static_assert(offsetof(BGUCharacter_OnSetMontageNextSection_FromNotify, MontageInstID) == 0x000000, "Member 'BGUCharacter_OnSetMontageNextSection_FromNotify::MontageInstID' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_OnSetMontageNextSection_FromNotify, SectionName) == 0x000004, "Member 'BGUCharacter_OnSetMontageNextSection_FromNotify::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_SetPreferActorRotToControlRot \ +static_assert(alignof(BGUCharacter_SetPreferActorRotToControlRot) == 0x000001, "Wrong alignment on BGUCharacter_SetPreferActorRotToControlRot"); \ +static_assert(sizeof(BGUCharacter_SetPreferActorRotToControlRot) == 0x000001, "Wrong size on BGUCharacter_SetPreferActorRotToControlRot"); \ +static_assert(offsetof(BGUCharacter_SetPreferActorRotToControlRot, bValue) == 0x000000, "Member 'BGUCharacter_SetPreferActorRotToControlRot::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_SetTamerOwner \ +static_assert(alignof(BGUCharacter_SetTamerOwner) == 0x000008, "Wrong alignment on BGUCharacter_SetTamerOwner"); \ +static_assert(sizeof(BGUCharacter_SetTamerOwner) == 0x000008, "Wrong size on BGUCharacter_SetTamerOwner"); \ +static_assert(offsetof(BGUCharacter_SetTamerOwner, NewOwner) == 0x000000, "Member 'BGUCharacter_SetTamerOwner::NewOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_SetTeamID \ +static_assert(alignof(BGUCharacter_SetTeamID) == 0x000004, "Wrong alignment on BGUCharacter_SetTeamID"); \ +static_assert(sizeof(BGUCharacter_SetTeamID) == 0x000004, "Wrong size on BGUCharacter_SetTeamID"); \ +static_assert(offsetof(BGUCharacter_SetTeamID, ID) == 0x000000, "Member 'BGUCharacter_SetTeamID::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_SetupPlayerInputComponentCS \ +static_assert(alignof(BGUCharacter_SetupPlayerInputComponentCS) == 0x000008, "Wrong alignment on BGUCharacter_SetupPlayerInputComponentCS"); \ +static_assert(sizeof(BGUCharacter_SetupPlayerInputComponentCS) == 0x000008, "Wrong size on BGUCharacter_SetupPlayerInputComponentCS"); \ +static_assert(offsetof(BGUCharacter_SetupPlayerInputComponentCS, PlayerInputComponent) == 0x000000, "Member 'BGUCharacter_SetupPlayerInputComponentCS::PlayerInputComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_SetViewRotationYawOffset \ +static_assert(alignof(BGUCharacter_SetViewRotationYawOffset) == 0x000004, "Wrong alignment on BGUCharacter_SetViewRotationYawOffset"); \ +static_assert(sizeof(BGUCharacter_SetViewRotationYawOffset) == 0x000004, "Wrong size on BGUCharacter_SetViewRotationYawOffset"); \ +static_assert(offsetof(BGUCharacter_SetViewRotationYawOffset, NewOffset) == 0x000000, "Member 'BGUCharacter_SetViewRotationYawOffset::NewOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_SwitchNetRoleOnly \ +static_assert(alignof(BGUCharacter_SwitchNetRoleOnly) == 0x000001, "Wrong alignment on BGUCharacter_SwitchNetRoleOnly"); \ +static_assert(sizeof(BGUCharacter_SwitchNetRoleOnly) == 0x000001, "Wrong size on BGUCharacter_SwitchNetRoleOnly"); \ +static_assert(offsetof(BGUCharacter_SwitchNetRoleOnly, HasAuthority_0) == 0x000000, "Member 'BGUCharacter_SwitchNetRoleOnly::HasAuthority_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_TryGetComponentByName \ +static_assert(alignof(BGUCharacter_TryGetComponentByName) == 0x000008, "Wrong alignment on BGUCharacter_TryGetComponentByName"); \ +static_assert(sizeof(BGUCharacter_TryGetComponentByName) == 0x000010, "Wrong size on BGUCharacter_TryGetComponentByName"); \ +static_assert(offsetof(BGUCharacter_TryGetComponentByName, CompName) == 0x000000, "Member 'BGUCharacter_TryGetComponentByName::CompName' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_TryGetComponentByName, ReturnValue) == 0x000008, "Member 'BGUCharacter_TryGetComponentByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_TryGetHostSyncMontage \ +static_assert(alignof(BGUCharacter_TryGetHostSyncMontage) == 0x000008, "Wrong alignment on BGUCharacter_TryGetHostSyncMontage"); \ +static_assert(sizeof(BGUCharacter_TryGetHostSyncMontage) == 0x000008, "Wrong size on BGUCharacter_TryGetHostSyncMontage"); \ +static_assert(offsetof(BGUCharacter_TryGetHostSyncMontage, ReturnValue) == 0x000000, "Member 'BGUCharacter_TryGetHostSyncMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetActorGuid \ +static_assert(alignof(BGUCharacter_GetActorGuid) == 0x000008, "Wrong alignment on BGUCharacter_GetActorGuid"); \ +static_assert(sizeof(BGUCharacter_GetActorGuid) == 0x000018, "Wrong size on BGUCharacter_GetActorGuid"); \ +static_assert(offsetof(BGUCharacter_GetActorGuid, OutActorGuid) == 0x000000, "Member 'BGUCharacter_GetActorGuid::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_GetActorGuid, ReturnValue) == 0x000010, "Member 'BGUCharacter_GetActorGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetActorGuidCS \ +static_assert(alignof(BGUCharacter_GetActorGuidCS) == 0x000008, "Wrong alignment on BGUCharacter_GetActorGuidCS"); \ +static_assert(sizeof(BGUCharacter_GetActorGuidCS) == 0x000018, "Wrong size on BGUCharacter_GetActorGuidCS"); \ +static_assert(offsetof(BGUCharacter_GetActorGuidCS, OutActorGuid) == 0x000000, "Member 'BGUCharacter_GetActorGuidCS::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacter_GetActorGuidCS, ReturnValue) == 0x000010, "Member 'BGUCharacter_GetActorGuidCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetTamerOwner \ +static_assert(alignof(BGUCharacter_GetTamerOwner) == 0x000008, "Wrong alignment on BGUCharacter_GetTamerOwner"); \ +static_assert(sizeof(BGUCharacter_GetTamerOwner) == 0x000008, "Wrong size on BGUCharacter_GetTamerOwner"); \ +static_assert(offsetof(BGUCharacter_GetTamerOwner, ReturnValue) == 0x000000, "Member 'BGUCharacter_GetTamerOwner::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetTeamID \ +static_assert(alignof(BGUCharacter_GetTeamID) == 0x000004, "Wrong alignment on BGUCharacter_GetTeamID"); \ +static_assert(sizeof(BGUCharacter_GetTeamID) == 0x000004, "Wrong size on BGUCharacter_GetTeamID"); \ +static_assert(offsetof(BGUCharacter_GetTeamID, ReturnValue) == 0x000000, "Member 'BGUCharacter_GetTeamID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacter_GetViewRotationYawOffset \ +static_assert(alignof(BGUCharacter_GetViewRotationYawOffset) == 0x000004, "Wrong alignment on BGUCharacter_GetViewRotationYawOffset"); \ +static_assert(sizeof(BGUCharacter_GetViewRotationYawOffset) == 0x000004, "Wrong size on BGUCharacter_GetViewRotationYawOffset"); \ +static_assert(offsetof(BGUCharacter_GetViewRotationYawOffset, ReturnValue) == 0x000000, "Member 'BGUCharacter_GetViewRotationYawOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCharacter \ +static_assert(alignof(ABGUCharacter) == 0x000010, "Wrong alignment on ABGUCharacter"); \ +static_assert(sizeof(ABGUCharacter) == 0x0008E0, "Wrong size on ABGUCharacter"); \ +static_assert(offsetof(ABGUCharacter, ActorCompContainer) == 0x000618, "Member 'ABGUCharacter::ActorCompContainer' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, BGUDataComp) == 0x000620, "Member 'ABGUCharacter::BGUDataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, EventCollection) == 0x000628, "Member 'ABGUCharacter::EventCollection' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, bIsFullyInit) == 0x000630, "Member 'ABGUCharacter::bIsFullyInit' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, bPreferActorRotToControlRot) == 0x000631, "Member 'ABGUCharacter::bPreferActorRotToControlRot' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, ViewRotationYawOffset) == 0x000634, "Member 'ABGUCharacter::ViewRotationYawOffset' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, ReplicatedAcceleration) == 0x000638, "Member 'ABGUCharacter::ReplicatedAcceleration' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, GSNetInitFinish) == 0x000690, "Member 'ABGUCharacter::GSNetInitFinish' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, ECSDataNetSerialization) == 0x000698, "Member 'ABGUCharacter::ECSDataNetSerialization' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, AnimCapsule) == 0x0006A8, "Member 'ABGUCharacter::AnimCapsule' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, AnimMoveComp) == 0x0006B0, "Member 'ABGUCharacter::AnimMoveComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, bBeginPlayFromLevelStreaming) == 0x0006B8, "Member 'ABGUCharacter::bBeginPlayFromLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, TamerOwner) == 0x0006C0, "Member 'ABGUCharacter::TamerOwner' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, AIPerceptionStimuliSourceComponent) == 0x0006C8, "Member 'ABGUCharacter::AIPerceptionStimuliSourceComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, CurMontageSection) == 0x0006D0, "Member 'ABGUCharacter::CurMontageSection' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, MontageNextSectionName_FromNotify) == 0x000720, "Member 'ABGUCharacter::MontageNextSectionName_FromNotify' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, MontageJumpSectionName_FromNotify) == 0x000770, "Member 'ABGUCharacter::MontageJumpSectionName_FromNotify' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, BeenInteruptedMonatgeID) == 0x0007C0, "Member 'ABGUCharacter::BeenInteruptedMonatgeID' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, BeenBlockedNotifyState) == 0x000810, "Member 'ABGUCharacter::BeenBlockedNotifyState' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, TeamIDDeprecate) == 0x000870, "Member 'ABGUCharacter::TeamIDDeprecate' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, BranchPointNotifyStateCache) == 0x000878, "Member 'ABGUCharacter::BranchPointNotifyStateCache' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, HostSyncMontage) == 0x0008C8, "Member 'ABGUCharacter::HostSyncMontage' has a wrong offset!"); \ +static_assert(offsetof(ABGUCharacter, HostSyncMontageStartTime) == 0x0008D0, "Member 'ABGUCharacter::HostSyncMontageStartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_AddOrModifyHitMoveCollision \ +static_assert(alignof(BGUCharacterMovementComponent_AddOrModifyHitMoveCollision) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_AddOrModifyHitMoveCollision"); \ +static_assert(sizeof(BGUCharacterMovementComponent_AddOrModifyHitMoveCollision) == 0x000010, "Wrong size on BGUCharacterMovementComponent_AddOrModifyHitMoveCollision"); \ +static_assert(offsetof(BGUCharacterMovementComponent_AddOrModifyHitMoveCollision, ShapeComp) == 0x000000, "Member 'BGUCharacterMovementComponent_AddOrModifyHitMoveCollision::ShapeComp' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterMovementComponent_AddOrModifyHitMoveCollision, HitMoveDir) == 0x000008, "Member 'BGUCharacterMovementComponent_AddOrModifyHitMoveCollision::HitMoveDir' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterMovementComponent_AddOrModifyHitMoveCollision, IsEnabled) == 0x000009, "Member 'BGUCharacterMovementComponent_AddOrModifyHitMoveCollision::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_CanGetNormalAndSurfaceTypeInfoFromMovement \ +static_assert(alignof(BGUCharacterMovementComponent_CanGetNormalAndSurfaceTypeInfoFromMovement) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_CanGetNormalAndSurfaceTypeInfoFromMovement"); \ +static_assert(sizeof(BGUCharacterMovementComponent_CanGetNormalAndSurfaceTypeInfoFromMovement) == 0x000001, "Wrong size on BGUCharacterMovementComponent_CanGetNormalAndSurfaceTypeInfoFromMovement"); \ +static_assert(offsetof(BGUCharacterMovementComponent_CanGetNormalAndSurfaceTypeInfoFromMovement, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_CanGetNormalAndSurfaceTypeInfoFromMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled \ +static_assert(alignof(BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled"); \ +static_assert(sizeof(BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled) == 0x000010, "Wrong size on BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled"); \ +static_assert(offsetof(BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled, ShapeComp) == 0x000000, "Member 'BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled::ShapeComp' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled, IsEnabled) == 0x000008, "Member 'BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled::IsEnabled' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled, ReturnValue) == 0x000009, "Member 'BGUCharacterMovementComponent_GetHitMoveCollisionIsEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_GetTopZInFalling \ +static_assert(alignof(BGUCharacterMovementComponent_GetTopZInFalling) == 0x000004, "Wrong alignment on BGUCharacterMovementComponent_GetTopZInFalling"); \ +static_assert(sizeof(BGUCharacterMovementComponent_GetTopZInFalling) == 0x000004, "Wrong size on BGUCharacterMovementComponent_GetTopZInFalling"); \ +static_assert(offsetof(BGUCharacterMovementComponent_GetTopZInFalling, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_GetTopZInFalling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_HasAnimRootMotion_CS \ +static_assert(alignof(BGUCharacterMovementComponent_HasAnimRootMotion_CS) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_HasAnimRootMotion_CS"); \ +static_assert(sizeof(BGUCharacterMovementComponent_HasAnimRootMotion_CS) == 0x000001, "Wrong size on BGUCharacterMovementComponent_HasAnimRootMotion_CS"); \ +static_assert(offsetof(BGUCharacterMovementComponent_HasAnimRootMotion_CS, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_HasAnimRootMotion_CS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_IsUseSeparateBrakingFriction \ +static_assert(alignof(BGUCharacterMovementComponent_IsUseSeparateBrakingFriction) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_IsUseSeparateBrakingFriction"); \ +static_assert(sizeof(BGUCharacterMovementComponent_IsUseSeparateBrakingFriction) == 0x000001, "Wrong size on BGUCharacterMovementComponent_IsUseSeparateBrakingFriction"); \ +static_assert(offsetof(BGUCharacterMovementComponent_IsUseSeparateBrakingFriction, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_IsUseSeparateBrakingFriction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_LaunchVelocityZ \ +static_assert(alignof(BGUCharacterMovementComponent_LaunchVelocityZ) == 0x000004, "Wrong alignment on BGUCharacterMovementComponent_LaunchVelocityZ"); \ +static_assert(sizeof(BGUCharacterMovementComponent_LaunchVelocityZ) == 0x000004, "Wrong size on BGUCharacterMovementComponent_LaunchVelocityZ"); \ +static_assert(offsetof(BGUCharacterMovementComponent_LaunchVelocityZ, VelocityZ) == 0x000000, "Member 'BGUCharacterMovementComponent_LaunchVelocityZ::VelocityZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_MoveUpdateHitMove \ +static_assert(alignof(BGUCharacterMovementComponent_MoveUpdateHitMove) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_MoveUpdateHitMove"); \ +static_assert(sizeof(BGUCharacterMovementComponent_MoveUpdateHitMove) == 0x000018, "Wrong size on BGUCharacterMovementComponent_MoveUpdateHitMove"); \ +static_assert(offsetof(BGUCharacterMovementComponent_MoveUpdateHitMove, Delta) == 0x000000, "Member 'BGUCharacterMovementComponent_MoveUpdateHitMove::Delta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetCustomJumpVelocityIncrement \ +static_assert(alignof(BGUCharacterMovementComponent_SetCustomJumpVelocityIncrement) == 0x000004, "Wrong alignment on BGUCharacterMovementComponent_SetCustomJumpVelocityIncrement"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetCustomJumpVelocityIncrement) == 0x000004, "Wrong size on BGUCharacterMovementComponent_SetCustomJumpVelocityIncrement"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetCustomJumpVelocityIncrement, VelocityIncrement) == 0x000000, "Member 'BGUCharacterMovementComponent_SetCustomJumpVelocityIncrement::VelocityIncrement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetDisableNavWalkOptByWhiteList \ +static_assert(alignof(BGUCharacterMovementComponent_SetDisableNavWalkOptByWhiteList) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_SetDisableNavWalkOptByWhiteList"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetDisableNavWalkOptByWhiteList) == 0x000001, "Wrong size on BGUCharacterMovementComponent_SetDisableNavWalkOptByWhiteList"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetDisableNavWalkOptByWhiteList, bDisable) == 0x000000, "Member 'BGUCharacterMovementComponent_SetDisableNavWalkOptByWhiteList::bDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetEnableSimplePhysWalkCollision \ +static_assert(alignof(BGUCharacterMovementComponent_SetEnableSimplePhysWalkCollision) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_SetEnableSimplePhysWalkCollision"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetEnableSimplePhysWalkCollision) == 0x000001, "Wrong size on BGUCharacterMovementComponent_SetEnableSimplePhysWalkCollision"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetEnableSimplePhysWalkCollision, bEnable) == 0x000000, "Member 'BGUCharacterMovementComponent_SetEnableSimplePhysWalkCollision::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetHitMoveCollisionDirection \ +static_assert(alignof(BGUCharacterMovementComponent_SetHitMoveCollisionDirection) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_SetHitMoveCollisionDirection"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetHitMoveCollisionDirection) == 0x000010, "Wrong size on BGUCharacterMovementComponent_SetHitMoveCollisionDirection"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetHitMoveCollisionDirection, ShapeComp) == 0x000000, "Member 'BGUCharacterMovementComponent_SetHitMoveCollisionDirection::ShapeComp' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetHitMoveCollisionDirection, HitMoveDir) == 0x000008, "Member 'BGUCharacterMovementComponent_SetHitMoveCollisionDirection::HitMoveDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetHitMoveCollisionEnabled \ +static_assert(alignof(BGUCharacterMovementComponent_SetHitMoveCollisionEnabled) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_SetHitMoveCollisionEnabled"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetHitMoveCollisionEnabled) == 0x000010, "Wrong size on BGUCharacterMovementComponent_SetHitMoveCollisionEnabled"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetHitMoveCollisionEnabled, ShapeComp) == 0x000000, "Member 'BGUCharacterMovementComponent_SetHitMoveCollisionEnabled::ShapeComp' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetHitMoveCollisionEnabled, IsEnabled) == 0x000008, "Member 'BGUCharacterMovementComponent_SetHitMoveCollisionEnabled::IsEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetHitMoveIgnoredActor \ +static_assert(alignof(BGUCharacterMovementComponent_SetHitMoveIgnoredActor) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_SetHitMoveIgnoredActor"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetHitMoveIgnoredActor) == 0x000010, "Wrong size on BGUCharacterMovementComponent_SetHitMoveIgnoredActor"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetHitMoveIgnoredActor, Actor) == 0x000000, "Member 'BGUCharacterMovementComponent_SetHitMoveIgnoredActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetHitMoveIgnoredActor, RemoveIgnoredActor) == 0x000008, "Member 'BGUCharacterMovementComponent_SetHitMoveIgnoredActor::RemoveIgnoredActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetNavWalkOptLevel \ +static_assert(alignof(BGUCharacterMovementComponent_SetNavWalkOptLevel) == 0x000004, "Wrong alignment on BGUCharacterMovementComponent_SetNavWalkOptLevel"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetNavWalkOptLevel) == 0x000004, "Wrong size on BGUCharacterMovementComponent_SetNavWalkOptLevel"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetNavWalkOptLevel, NewLevel) == 0x000000, "Member 'BGUCharacterMovementComponent_SetNavWalkOptLevel::NewLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetNavWalkOptMassiveMode \ +static_assert(alignof(BGUCharacterMovementComponent_SetNavWalkOptMassiveMode) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_SetNavWalkOptMassiveMode"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetNavWalkOptMassiveMode) == 0x000001, "Wrong size on BGUCharacterMovementComponent_SetNavWalkOptMassiveMode"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetNavWalkOptMassiveMode, bMassiveOpt) == 0x000000, "Member 'BGUCharacterMovementComponent_SetNavWalkOptMassiveMode::bMassiveOpt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetOnMovingPlatform \ +static_assert(alignof(BGUCharacterMovementComponent_SetOnMovingPlatform) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_SetOnMovingPlatform"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetOnMovingPlatform) == 0x000001, "Wrong size on BGUCharacterMovementComponent_SetOnMovingPlatform"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetOnMovingPlatform, bIsOnMovingPlatform) == 0x000000, "Member 'BGUCharacterMovementComponent_SetOnMovingPlatform::bIsOnMovingPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetSwitchToNavWalkCumulateTime \ +static_assert(alignof(BGUCharacterMovementComponent_SetSwitchToNavWalkCumulateTime) == 0x000004, "Wrong alignment on BGUCharacterMovementComponent_SetSwitchToNavWalkCumulateTime"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetSwitchToNavWalkCumulateTime) == 0x000004, "Wrong size on BGUCharacterMovementComponent_SetSwitchToNavWalkCumulateTime"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetSwitchToNavWalkCumulateTime, Time) == 0x000000, "Member 'BGUCharacterMovementComponent_SetSwitchToNavWalkCumulateTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetUseSeparateBrakingFriction \ +static_assert(alignof(BGUCharacterMovementComponent_SetUseSeparateBrakingFriction) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_SetUseSeparateBrakingFriction"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetUseSeparateBrakingFriction) == 0x000001, "Wrong size on BGUCharacterMovementComponent_SetUseSeparateBrakingFriction"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetUseSeparateBrakingFriction, bUse) == 0x000000, "Member 'BGUCharacterMovementComponent_SetUseSeparateBrakingFriction::bUse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_TryGetCurHitPointFromMovement \ +static_assert(alignof(BGUCharacterMovementComponent_TryGetCurHitPointFromMovement) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_TryGetCurHitPointFromMovement"); \ +static_assert(sizeof(BGUCharacterMovementComponent_TryGetCurHitPointFromMovement) == 0x000018, "Wrong size on BGUCharacterMovementComponent_TryGetCurHitPointFromMovement"); \ +static_assert(offsetof(BGUCharacterMovementComponent_TryGetCurHitPointFromMovement, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_TryGetCurHitPointFromMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_TryGetCurNormalFromMovement \ +static_assert(alignof(BGUCharacterMovementComponent_TryGetCurNormalFromMovement) == 0x000008, "Wrong alignment on BGUCharacterMovementComponent_TryGetCurNormalFromMovement"); \ +static_assert(sizeof(BGUCharacterMovementComponent_TryGetCurNormalFromMovement) == 0x000018, "Wrong size on BGUCharacterMovementComponent_TryGetCurNormalFromMovement"); \ +static_assert(offsetof(BGUCharacterMovementComponent_TryGetCurNormalFromMovement, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_TryGetCurNormalFromMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_TryGetCurSurfaceTypeFromMovement \ +static_assert(alignof(BGUCharacterMovementComponent_TryGetCurSurfaceTypeFromMovement) == 0x000004, "Wrong alignment on BGUCharacterMovementComponent_TryGetCurSurfaceTypeFromMovement"); \ +static_assert(sizeof(BGUCharacterMovementComponent_TryGetCurSurfaceTypeFromMovement) == 0x000004, "Wrong size on BGUCharacterMovementComponent_TryGetCurSurfaceTypeFromMovement"); \ +static_assert(offsetof(BGUCharacterMovementComponent_TryGetCurSurfaceTypeFromMovement, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_TryGetCurSurfaceTypeFromMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_IsInJumpOffAdjust \ +static_assert(alignof(BGUCharacterMovementComponent_IsInJumpOffAdjust) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_IsInJumpOffAdjust"); \ +static_assert(sizeof(BGUCharacterMovementComponent_IsInJumpOffAdjust) == 0x000001, "Wrong size on BGUCharacterMovementComponent_IsInJumpOffAdjust"); \ +static_assert(offsetof(BGUCharacterMovementComponent_IsInJumpOffAdjust, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_IsInJumpOffAdjust::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_IsInNavWalkOptMode \ +static_assert(alignof(BGUCharacterMovementComponent_IsInNavWalkOptMode) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_IsInNavWalkOptMode"); \ +static_assert(sizeof(BGUCharacterMovementComponent_IsInNavWalkOptMode) == 0x000001, "Wrong size on BGUCharacterMovementComponent_IsInNavWalkOptMode"); \ +static_assert(offsetof(BGUCharacterMovementComponent_IsInNavWalkOptMode, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_IsInNavWalkOptMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_IsWalkOnDitch \ +static_assert(alignof(BGUCharacterMovementComponent_IsWalkOnDitch) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_IsWalkOnDitch"); \ +static_assert(sizeof(BGUCharacterMovementComponent_IsWalkOnDitch) == 0x000001, "Wrong size on BGUCharacterMovementComponent_IsWalkOnDitch"); \ +static_assert(offsetof(BGUCharacterMovementComponent_IsWalkOnDitch, ReturnValue) == 0x000000, "Member 'BGUCharacterMovementComponent_IsWalkOnDitch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetJumpOffState \ +static_assert(alignof(BGUCharacterMovementComponent_SetJumpOffState) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_SetJumpOffState"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetJumpOffState) == 0x000001, "Wrong size on BGUCharacterMovementComponent_SetJumpOffState"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetJumpOffState, JumpOff) == 0x000000, "Member 'BGUCharacterMovementComponent_SetJumpOffState::JumpOff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterMovementComponent_SetWalkOnDitch \ +static_assert(alignof(BGUCharacterMovementComponent_SetWalkOnDitch) == 0x000001, "Wrong alignment on BGUCharacterMovementComponent_SetWalkOnDitch"); \ +static_assert(sizeof(BGUCharacterMovementComponent_SetWalkOnDitch) == 0x000001, "Wrong size on BGUCharacterMovementComponent_SetWalkOnDitch"); \ +static_assert(offsetof(BGUCharacterMovementComponent_SetWalkOnDitch, bDitch) == 0x000000, "Member 'BGUCharacterMovementComponent_SetWalkOnDitch::bDitch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUCharacterMovementComponent \ +static_assert(alignof(UBGUCharacterMovementComponent) == 0x000010, "Wrong alignment on UBGUCharacterMovementComponent"); \ +static_assert(sizeof(UBGUCharacterMovementComponent) == 0x001680, "Wrong size on UBGUCharacterMovementComponent"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bWalkOnDitch) == 0x000F30, "Member 'UBGUCharacterMovementComponent::bWalkOnDitch' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_GravityScale_Config) == 0x000F34, "Member 'UBGUCharacterMovementComponent::JumpOff_GravityScale_Config' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_GravityScaleResetTime) == 0x000F38, "Member 'UBGUCharacterMovementComponent::JumpOff_GravityScaleResetTime' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_TestTickTime) == 0x000F3C, "Member 'UBGUCharacterMovementComponent::JumpOff_TestTickTime' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_XYMaxSpeed) == 0x000F40, "Member 'UBGUCharacterMovementComponent::JumpOff_XYMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_ZAddtionalVelocity) == 0x000F44, "Member 'UBGUCharacterMovementComponent::JumpOff_ZAddtionalVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_XYMaxSpeedAddtionalScale) == 0x000F48, "Member 'UBGUCharacterMovementComponent::JumpOff_XYMaxSpeedAddtionalScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_XYBaseCapsuelAddtionalScale) == 0x000F4C, "Member 'UBGUCharacterMovementComponent::JumpOff_XYBaseCapsuelAddtionalScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, JumpOff_GravityScaleResetTimer) == 0x000F54, "Member 'UBGUCharacterMovementComponent::JumpOff_GravityScaleResetTimer' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bImmediateUpdateRootMotion) == 0x000F58, "Member 'UBGUCharacterMovementComponent::bImmediateUpdateRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bOnMovingPlatform) == 0x000F59, "Member 'UBGUCharacterMovementComponent::bOnMovingPlatform' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bEnableSimplifiedMove) == 0x000F5A, "Member 'UBGUCharacterMovementComponent::bEnableSimplifiedMove' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, CurNavOptFloorNormal) == 0x000F60, "Member 'UBGUCharacterMovementComponent::CurNavOptFloorNormal' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, CurHitPoint) == 0x000F78, "Member 'UBGUCharacterMovementComponent::CurHitPoint' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, CanSwitchToNavWalkCD) == 0x000F94, "Member 'UBGUCharacterMovementComponent::CanSwitchToNavWalkCD' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, CanSwitchToNavWalkMaxCD) == 0x000F98, "Member 'UBGUCharacterMovementComponent::CanSwitchToNavWalkMaxCD' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, NavWalkCanStepHeight) == 0x000F9C, "Member 'UBGUCharacterMovementComponent::NavWalkCanStepHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, NavWalkFallingHight) == 0x000FA0, "Member 'UBGUCharacterMovementComponent::NavWalkFallingHight' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, LastDesireDeltaFloorZ) == 0x000FA4, "Member 'UBGUCharacterMovementComponent::LastDesireDeltaFloorZ' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, CapsuleRadiusRayExtraAdditiveScale) == 0x000FA8, "Member 'UBGUCharacterMovementComponent::CapsuleRadiusRayExtraAdditiveScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, NavWalkOptLevel) == 0x000FAC, "Member 'UBGUCharacterMovementComponent::NavWalkOptLevel' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, XYMoveCenterBlockTriggerRollBackCapsuleScale) == 0x000FB0, "Member 'UBGUCharacterMovementComponent::XYMoveCenterBlockTriggerRollBackCapsuleScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, XYMoveSideBlockTriggerRollBackCapsuleScale) == 0x000FB4, "Member 'UBGUCharacterMovementComponent::XYMoveSideBlockTriggerRollBackCapsuleScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bNavWalkOpt_MassiveOpt) == 0x000FB8, "Member 'UBGUCharacterMovementComponent::bNavWalkOpt_MassiveOpt' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bOverridePhysWalkingParam) == 0x000FB9, "Member 'UBGUCharacterMovementComponent::bOverridePhysWalkingParam' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, NavWalkCanStepAngel) == 0x000FBC, "Member 'UBGUCharacterMovementComponent::NavWalkCanStepAngel' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bJumpOff) == 0x000FC0, "Member 'UBGUCharacterMovementComponent::bJumpOff' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, NavWalkCanStepDotValue) == 0x000FC4, "Member 'UBGUCharacterMovementComponent::NavWalkCanStepDotValue' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, NavWalkCanStepCapsuelHeightScale) == 0x000FC8, "Member 'UBGUCharacterMovementComponent::NavWalkCanStepCapsuelHeightScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, NavWalkCapsuelStepLinTraceZOffsetFromCenter) == 0x000FCC, "Member 'UBGUCharacterMovementComponent::NavWalkCapsuelStepLinTraceZOffsetFromCenter' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bNavWalkDebugEnable) == 0x000FD0, "Member 'UBGUCharacterMovementComponent::bNavWalkDebugEnable' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bForceOrgNavWalk) == 0x000FD1, "Member 'UBGUCharacterMovementComponent::bForceOrgNavWalk' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bEnableCheckFloor) == 0x000FD3, "Member 'UBGUCharacterMovementComponent::bEnableCheckFloor' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, SimplePhysWalkCollisionRadius) == 0x000FD4, "Member 'UBGUCharacterMovementComponent::SimplePhysWalkCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, SimplePhysWalkStartPenetratingRollBack) == 0x000FD8, "Member 'UBGUCharacterMovementComponent::SimplePhysWalkStartPenetratingRollBack' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, SimplePhysWalkStartPenetratingMaxRollBack) == 0x000FDC, "Member 'UBGUCharacterMovementComponent::SimplePhysWalkStartPenetratingMaxRollBack' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bEnableSimplePhysWalkCollision) == 0x000FE0, "Member 'UBGUCharacterMovementComponent::bEnableSimplePhysWalkCollision' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, RootMotionTranslationScale) == 0x000FE8, "Member 'UBGUCharacterMovementComponent::RootMotionTranslationScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, MMRootMotionScale) == 0x001000, "Member 'UBGUCharacterMovementComponent::MMRootMotionScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, OptimizeDistanceLevel1) == 0x001018, "Member 'UBGUCharacterMovementComponent::OptimizeDistanceLevel1' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, FinalNavWalkOptDistanceLevel1) == 0x00101C, "Member 'UBGUCharacterMovementComponent::FinalNavWalkOptDistanceLevel1' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, OptimizeDistanceLevel2) == 0x001020, "Member 'UBGUCharacterMovementComponent::OptimizeDistanceLevel2' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, FinalNavWalkOptDistanceLevel2) == 0x001024, "Member 'UBGUCharacterMovementComponent::FinalNavWalkOptDistanceLevel2' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bCanOptimizeFromCS) == 0x001028, "Member 'UBGUCharacterMovementComponent::bCanOptimizeFromCS' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bIsPatrolling) == 0x001029, "Member 'UBGUCharacterMovementComponent::bIsPatrolling' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bIsInBattle) == 0x00102A, "Member 'UBGUCharacterMovementComponent::bIsInBattle' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bEnableBlendAnimRootMotion) == 0x00102B, "Member 'UBGUCharacterMovementComponent::bEnableBlendAnimRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bReplicateRootMotionMove) == 0x00102C, "Member 'UBGUCharacterMovementComponent::bReplicateRootMotionMove' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bDisableRootMotionFollowMode) == 0x00102D, "Member 'UBGUCharacterMovementComponent::bDisableRootMotionFollowMode' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bIsInFollowState) == 0x00102E, "Member 'UBGUCharacterMovementComponent::bIsInFollowState' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, FollowClampDistanceOverride) == 0x001030, "Member 'UBGUCharacterMovementComponent::FollowClampDistanceOverride' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, DefaultFollowClampDistance) == 0x001034, "Member 'UBGUCharacterMovementComponent::DefaultFollowClampDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bEnablePrediction) == 0x001038, "Member 'UBGUCharacterMovementComponent::bEnablePrediction' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, PredictionTime) == 0x00103C, "Member 'UBGUCharacterMovementComponent::PredictionTime' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, PredictionPointNum) == 0x001040, "Member 'UBGUCharacterMovementComponent::PredictionPointNum' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, bIsAI) == 0x001044, "Member 'UBGUCharacterMovementComponent::bIsAI' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, MovementModeChangeTimeInOneFrame) == 0x001064, "Member 'UBGUCharacterMovementComponent::MovementModeChangeTimeInOneFrame' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, MovementModeChangeTimeInOneFrame_MutilTimes) == 0x001068, "Member 'UBGUCharacterMovementComponent::MovementModeChangeTimeInOneFrame_MutilTimes' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, HitMoveWeight) == 0x0010A8, "Member 'UBGUCharacterMovementComponent::HitMoveWeight' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, HitMoveIsEnabled) == 0x0010AC, "Member 'UBGUCharacterMovementComponent::HitMoveIsEnabled' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, HitMoveIsUnmovable) == 0x0010AD, "Member 'UBGUCharacterMovementComponent::HitMoveIsUnmovable' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, HitMoveCanUpdate) == 0x0010AE, "Member 'UBGUCharacterMovementComponent::HitMoveCanUpdate' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, MoveStartHistoryZDeltaNum_NavWalkOpt) == 0x00147C, "Member 'UBGUCharacterMovementComponent::MoveStartHistoryZDeltaNum_NavWalkOpt' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, MoveEndHistoryZDeltaNum_NavWalkOpt) == 0x001480, "Member 'UBGUCharacterMovementComponent::MoveEndHistoryZDeltaNum_NavWalkOpt' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, ZDeltaThrehold_NavWalkOpt) == 0x001484, "Member 'UBGUCharacterMovementComponent::ZDeltaThrehold_NavWalkOpt' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, FloorZSlopeDeltaThrehold_Anisotropy) == 0x001488, "Member 'UBGUCharacterMovementComponent::FloorZSlopeDeltaThrehold_Anisotropy' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, FloorZSlopeDeltaThrehold_Syntropy) == 0x00148C, "Member 'UBGUCharacterMovementComponent::FloorZSlopeDeltaThrehold_Syntropy' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, CurFloorZAdditionalWeight) == 0x001490, "Member 'UBGUCharacterMovementComponent::CurFloorZAdditionalWeight' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, FloorZTraceStartScaleShrink) == 0x001494, "Member 'UBGUCharacterMovementComponent::FloorZTraceStartScaleShrink' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, FloorTestCapsuleRadiusScale) == 0x001498, "Member 'UBGUCharacterMovementComponent::FloorTestCapsuleRadiusScale' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, DitchFallDeltaMoveForTest) == 0x0014A0, "Member 'UBGUCharacterMovementComponent::DitchFallDeltaMoveForTest' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, DebugLength) == 0x0014FC, "Member 'UBGUCharacterMovementComponent::DebugLength' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, DebugSingleStep) == 0x001500, "Member 'UBGUCharacterMovementComponent::DebugSingleStep' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, DebugZOffset) == 0x001508, "Member 'UBGUCharacterMovementComponent::DebugZOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, LastRootMotion) == 0x0015B0, "Member 'UBGUCharacterMovementComponent::LastRootMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, PredictionTrajectoryTransforms) == 0x001620, "Member 'UBGUCharacterMovementComponent::PredictionTrajectoryTransforms' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, TopZInFalling) == 0x001630, "Member 'UBGUCharacterMovementComponent::TopZInFalling' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, CustomJumpData) == 0x001634, "Member 'UBGUCharacterMovementComponent::CustomJumpData' has a wrong offset!"); \ +static_assert(offsetof(UBGUCharacterMovementComponent, SwitchToNavWalkCumulateTime) == 0x00166C, "Member 'UBGUCharacterMovementComponent::SwitchToNavWalkCumulateTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSSystem_CSGetDataByClass \ +static_assert(alignof(BGUFuncLibCSSystem_CSGetDataByClass) == 0x000008, "Wrong alignment on BGUFuncLibCSSystem_CSGetDataByClass"); \ +static_assert(sizeof(BGUFuncLibCSSystem_CSGetDataByClass) == 0x000018, "Wrong size on BGUFuncLibCSSystem_CSGetDataByClass"); \ +static_assert(offsetof(BGUFuncLibCSSystem_CSGetDataByClass, Comp) == 0x000000, "Member 'BGUFuncLibCSSystem_CSGetDataByClass::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibCSSystem_CSGetDataByClass, Cls) == 0x000008, "Member 'BGUFuncLibCSSystem_CSGetDataByClass::Cls' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibCSSystem_CSGetDataByClass, ReturnValue) == 0x000010, "Member 'BGUFuncLibCSSystem_CSGetDataByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSSystem_CSGetReadOnlyData \ +static_assert(alignof(BGUFuncLibCSSystem_CSGetReadOnlyData) == 0x000008, "Wrong alignment on BGUFuncLibCSSystem_CSGetReadOnlyData"); \ +static_assert(sizeof(BGUFuncLibCSSystem_CSGetReadOnlyData) == 0x000018, "Wrong size on BGUFuncLibCSSystem_CSGetReadOnlyData"); \ +static_assert(offsetof(BGUFuncLibCSSystem_CSGetReadOnlyData, OwnerActor) == 0x000000, "Member 'BGUFuncLibCSSystem_CSGetReadOnlyData::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibCSSystem_CSGetReadOnlyData, Cls) == 0x000008, "Member 'BGUFuncLibCSSystem_CSGetReadOnlyData::Cls' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibCSSystem_CSGetReadOnlyData, ReturnValue) == 0x000010, "Member 'BGUFuncLibCSSystem_CSGetReadOnlyData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibCSSystem \ +static_assert(alignof(UBGUFuncLibCSSystem) == 0x000008, "Wrong alignment on UBGUFuncLibCSSystem"); \ +static_assert(sizeof(UBGUFuncLibCSSystem) == 0x000028, "Wrong size on UBGUFuncLibCSSystem"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_AddLevelStreaming \ +static_assert(alignof(BGUFunctionLibrary_AddLevelStreaming) == 0x000008, "Wrong alignment on BGUFunctionLibrary_AddLevelStreaming"); \ +static_assert(sizeof(BGUFunctionLibrary_AddLevelStreaming) == 0x000050, "Wrong size on BGUFunctionLibrary_AddLevelStreaming"); \ +static_assert(offsetof(BGUFunctionLibrary_AddLevelStreaming, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_AddLevelStreaming::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_AddLevelStreaming, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_AddLevelStreaming::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_AddLevelStreaming, Location) == 0x000010, "Member 'BGUFunctionLibrary_AddLevelStreaming::Location' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_AddLevelStreaming, Rotation) == 0x000028, "Member 'BGUFunctionLibrary_AddLevelStreaming::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_AddLevelStreaming, bShouldBlockOnLoad) == 0x000040, "Member 'BGUFunctionLibrary_AddLevelStreaming::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_AddLevelStreaming, ReturnValue) == 0x000044, "Member 'BGUFunctionLibrary_AddLevelStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_ApplyLevelTransform \ +static_assert(alignof(BGUFunctionLibrary_ApplyLevelTransform) == 0x000010, "Wrong alignment on BGUFunctionLibrary_ApplyLevelTransform"); \ +static_assert(sizeof(BGUFunctionLibrary_ApplyLevelTransform) == 0x000070, "Wrong size on BGUFunctionLibrary_ApplyLevelTransform"); \ +static_assert(offsetof(BGUFunctionLibrary_ApplyLevelTransform, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_ApplyLevelTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_ApplyLevelTransform, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_ApplyLevelTransform::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_ApplyLevelTransform, LevelTransform) == 0x000010, "Member 'BGUFunctionLibrary_ApplyLevelTransform::LevelTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUActorUpdateAllTFXComp \ +static_assert(alignof(BGUFunctionLibrary_BGUActorUpdateAllTFXComp) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUActorUpdateAllTFXComp"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUActorUpdateAllTFXComp) == 0x000008, "Wrong size on BGUFunctionLibrary_BGUActorUpdateAllTFXComp"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUActorUpdateAllTFXComp, Actor) == 0x000000, "Member 'BGUFunctionLibrary_BGUActorUpdateAllTFXComp::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass \ +static_assert(alignof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass) == 0x000010, "Wrong alignment on BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass) == 0x000090, "Wrong size on BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass, ActorClass) == 0x000008, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass, SpawnTransform) == 0x000010, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass, CollisionHandlingOverride) == 0x000070, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass::CollisionHandlingOverride' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass, Owner) == 0x000078, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass, ReturnValue) == 0x000080, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName \ +static_assert(alignof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName) == 0x000010, "Wrong alignment on BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName) == 0x0000A0, "Wrong size on BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, ActorClass) == 0x000008, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, SpawnTransform) == 0x000010, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, CollisionHandlingOverride) == 0x000070, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::CollisionHandlingOverride' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, Owner) == 0x000078, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, ActorName) == 0x000080, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::ActorName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, OverrideLevel) == 0x000088, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::OverrideLevel' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName, ReturnValue) == 0x000090, "Member 'BGUFunctionLibrary_BGUBeginDeferredActorSpawnFromClassWithName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUCalcBounds \ +static_assert(alignof(BGUFunctionLibrary_BGUCalcBounds) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUCalcBounds"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUCalcBounds) == 0x000040, "Wrong size on BGUFunctionLibrary_BGUCalcBounds"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUCalcBounds, StaticMesh) == 0x000000, "Member 'BGUFunctionLibrary_BGUCalcBounds::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUCalcBounds, Origin) == 0x000008, "Member 'BGUFunctionLibrary_BGUCalcBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUCalcBounds, BoxExtent) == 0x000020, "Member 'BGUFunctionLibrary_BGUCalcBounds::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUCalcBounds, SphereRadius) == 0x000038, "Member 'BGUFunctionLibrary_BGUCalcBounds::SphereRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUFindFirstActorWithTag \ +static_assert(alignof(BGUFunctionLibrary_BGUFindFirstActorWithTag) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUFindFirstActorWithTag"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUFindFirstActorWithTag) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUFindFirstActorWithTag"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUFindFirstActorWithTag, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUFindFirstActorWithTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUFindFirstActorWithTag, TagName) == 0x000008, "Member 'BGUFunctionLibrary_BGUFindFirstActorWithTag::TagName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUFindFirstActorWithTag, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_BGUFindFirstActorWithTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUFinishSpawningActor \ +static_assert(alignof(BGUFunctionLibrary_BGUFinishSpawningActor) == 0x000010, "Wrong alignment on BGUFunctionLibrary_BGUFinishSpawningActor"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUFinishSpawningActor) == 0x000080, "Wrong size on BGUFunctionLibrary_BGUFinishSpawningActor"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUFinishSpawningActor, Actor) == 0x000000, "Member 'BGUFunctionLibrary_BGUFinishSpawningActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUFinishSpawningActor, SpawnTransform) == 0x000010, "Member 'BGUFunctionLibrary_BGUFinishSpawningActor::SpawnTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUFinishSpawningActor, ReturnValue) == 0x000070, "Member 'BGUFunctionLibrary_BGUFinishSpawningActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUFlushLevelStreamingOnlyVisibility \ +static_assert(alignof(BGUFunctionLibrary_BGUFlushLevelStreamingOnlyVisibility) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUFlushLevelStreamingOnlyVisibility"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUFlushLevelStreamingOnlyVisibility) == 0x000008, "Wrong size on BGUFunctionLibrary_BGUFlushLevelStreamingOnlyVisibility"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUFlushLevelStreamingOnlyVisibility, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUFlushLevelStreamingOnlyVisibility::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGenComponent \ +static_assert(alignof(BGUFunctionLibrary_BGUGenComponent) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGenComponent"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGenComponent) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUGenComponent"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenComponent, Actor) == 0x000000, "Member 'BGUFunctionLibrary_BGUGenComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenComponent, ActorComponentClass) == 0x000008, "Member 'BGUFunctionLibrary_BGUGenComponent::ActorComponentClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenComponent, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_BGUGenComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGenComponentAndAdd \ +static_assert(alignof(BGUFunctionLibrary_BGUGenComponentAndAdd) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGenComponentAndAdd"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGenComponentAndAdd) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUGenComponentAndAdd"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenComponentAndAdd, Actor) == 0x000000, "Member 'BGUFunctionLibrary_BGUGenComponentAndAdd::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenComponentAndAdd, ActorComponentClass) == 0x000008, "Member 'BGUFunctionLibrary_BGUGenComponentAndAdd::ActorComponentClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenComponentAndAdd, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_BGUGenComponentAndAdd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGenProceduralLevel \ +static_assert(alignof(BGUFunctionLibrary_BGUGenProceduralLevel) == 0x000010, "Wrong alignment on BGUFunctionLibrary_BGUGenProceduralLevel"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGenProceduralLevel) == 0x000090, "Wrong size on BGUFunctionLibrary_BGUGenProceduralLevel"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenProceduralLevel, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUGenProceduralLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenProceduralLevel, WorldAssetName) == 0x000008, "Member 'BGUFunctionLibrary_BGUGenProceduralLevel::WorldAssetName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenProceduralLevel, InLevelName) == 0x000010, "Member 'BGUFunctionLibrary_BGUGenProceduralLevel::InLevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenProceduralLevel, InLevelTransform) == 0x000020, "Member 'BGUFunctionLibrary_BGUGenProceduralLevel::InLevelTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGenProceduralLevel, ReturnValue) == 0x000080, "Member 'BGUFunctionLibrary_BGUGenProceduralLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetActiveMontagePosition \ +static_assert(alignof(BGUFunctionLibrary_BGUGetActiveMontagePosition) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetActiveMontagePosition"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetActiveMontagePosition) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUGetActiveMontagePosition"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetActiveMontagePosition, Actor) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetActiveMontagePosition::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetActiveMontagePosition, Montage) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetActiveMontagePosition::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetActiveMontagePosition, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_BGUGetActiveMontagePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted \ +static_assert(alignof(BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted) == 0x000030, "Wrong size on BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted, CenterActor) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted::CenterActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted, TagName) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted::TagName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted, Range) == 0x000010, "Member 'BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted::Range' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted, OutActors) == 0x000018, "Member 'BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted::OutActors' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted, ReturnValue) == 0x000028, "Member 'BGUFunctionLibrary_BGUGetAllActorsWithTagInRangeSorted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetHitResultActor \ +static_assert(alignof(BGUFunctionLibrary_BGUGetHitResultActor) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetHitResultActor"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetHitResultActor) == 0x000020, "Wrong size on BGUFunctionLibrary_BGUGetHitResultActor"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetHitResultActor, ActorInstanceHandle) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetHitResultActor::ActorInstanceHandle' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetHitResultActor, ReturnValue) == 0x000018, "Member 'BGUFunctionLibrary_BGUGetHitResultActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex \ +static_assert(alignof(BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex, Unit) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex, AnimMontage) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex, Index_0) == 0x000010, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex, ReturnValue) == 0x000014, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetMontageSectionLengthByName \ +static_assert(alignof(BGUFunctionLibrary_BGUGetMontageSectionLengthByName) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetMontageSectionLengthByName"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetMontageSectionLengthByName) == 0x000020, "Wrong size on BGUFunctionLibrary_BGUGetMontageSectionLengthByName"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByName, Unit) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByName, AnimMontage) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByName::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByName, SectionName) == 0x000010, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByName::SectionName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionLengthByName, ReturnValue) == 0x000018, "Member 'BGUFunctionLibrary_BGUGetMontageSectionLengthByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime \ +static_assert(alignof(BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime) == 0x000020, "Wrong size on BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime, AnimMontage) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime, SectionName) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime::SectionName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime, OutStartTime) == 0x000010, "Member 'BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime::OutStartTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime, OutEndTime) == 0x000014, "Member 'BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime::OutEndTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime, ReturnValue) == 0x000018, "Member 'BGUFunctionLibrary_BGUGetMontageSectionStartAndEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos \ +static_assert(alignof(BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos, Unit) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos, AnimMontage) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos, position) == 0x000010, "Member 'BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos::position' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos, ReturnValue) == 0x000014, "Member 'BGUFunctionLibrary_BGUGetMontageSectionTimeLeftFromPos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum \ +static_assert(alignof(BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum, SkeletalMesh) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum, BoneName) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum, bIncludeSelf) == 0x000010, "Member 'BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum::bIncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum, ReturnValue) == 0x000014, "Member 'BGUFunctionLibrary_BGUGetSkeletalMeshSimulatedBodiesBelowNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetTeamID \ +static_assert(alignof(BGUFunctionLibrary_BGUGetTeamID) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetTeamID"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetTeamID) == 0x000010, "Wrong size on BGUFunctionLibrary_BGUGetTeamID"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetTeamID, Unit) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetTeamID::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetTeamID, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetTeamID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUGetWindParameters_GameThread \ +static_assert(alignof(BGUFunctionLibrary_BGUGetWindParameters_GameThread) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUGetWindParameters_GameThread"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUGetWindParameters_GameThread) == 0x000048, "Wrong size on BGUFunctionLibrary_BGUGetWindParameters_GameThread"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetWindParameters_GameThread, WorldContext) == 0x000000, "Member 'BGUFunctionLibrary_BGUGetWindParameters_GameThread::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetWindParameters_GameThread, position) == 0x000008, "Member 'BGUFunctionLibrary_BGUGetWindParameters_GameThread::position' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetWindParameters_GameThread, OutDirection) == 0x000020, "Member 'BGUFunctionLibrary_BGUGetWindParameters_GameThread::OutDirection' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetWindParameters_GameThread, OutSpeed) == 0x000038, "Member 'BGUFunctionLibrary_BGUGetWindParameters_GameThread::OutSpeed' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetWindParameters_GameThread, OutMinGustAmt) == 0x00003C, "Member 'BGUFunctionLibrary_BGUGetWindParameters_GameThread::OutMinGustAmt' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUGetWindParameters_GameThread, OutMaxGustAmt) == 0x000040, "Member 'BGUFunctionLibrary_BGUGetWindParameters_GameThread::OutMaxGustAmt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUHasFuncName \ +static_assert(alignof(BGUFunctionLibrary_BGUHasFuncName) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUHasFuncName"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUHasFuncName) == 0x000020, "Wrong size on BGUFunctionLibrary_BGUHasFuncName"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUHasFuncName, FuncName) == 0x000000, "Member 'BGUFunctionLibrary_BGUHasFuncName::FuncName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUHasFuncName, Object) == 0x000008, "Member 'BGUFunctionLibrary_BGUHasFuncName::Object' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUHasFuncName, StopAtClass) == 0x000010, "Member 'BGUFunctionLibrary_BGUHasFuncName::StopAtClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUHasFuncName, ReturnValue) == 0x000018, "Member 'BGUFunctionLibrary_BGUHasFuncName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUIsExistFile \ +static_assert(alignof(BGUFunctionLibrary_BGUIsExistFile) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUIsExistFile"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUIsExistFile) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUIsExistFile"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUIsExistFile, Path) == 0x000000, "Member 'BGUFunctionLibrary_BGUIsExistFile::Path' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUIsExistFile, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_BGUIsExistFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGULoadStreamLevel \ +static_assert(alignof(BGUFunctionLibrary_BGULoadStreamLevel) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGULoadStreamLevel"); \ +static_assert(sizeof(BGUFunctionLibrary_BGULoadStreamLevel) == 0x000030, "Wrong size on BGUFunctionLibrary_BGULoadStreamLevel"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, bMakeVisibleAfterLoad) == 0x000010, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::bMakeVisibleAfterLoad' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, bShouldBlockOnLoad) == 0x000011, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, CallbackTarget) == 0x000018, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::CallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, CallbackFunc) == 0x000020, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::CallbackFunc' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, ActionID) == 0x000028, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::ActionID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGULoadStreamLevel, Linkage) == 0x00002C, "Member 'BGUFunctionLibrary_BGULoadStreamLevel::Linkage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUMergeSkeletalMesh \ +static_assert(alignof(BGUFunctionLibrary_BGUMergeSkeletalMesh) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUMergeSkeletalMesh"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUMergeSkeletalMesh) == 0x000020, "Wrong size on BGUFunctionLibrary_BGUMergeSkeletalMesh"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUMergeSkeletalMesh, InMergeMesh) == 0x000000, "Member 'BGUFunctionLibrary_BGUMergeSkeletalMesh::InMergeMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUMergeSkeletalMesh, InSrcMeshList) == 0x000008, "Member 'BGUFunctionLibrary_BGUMergeSkeletalMesh::InSrcMeshList' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUMergeSkeletalMesh, StripTopLODS) == 0x000018, "Member 'BGUFunctionLibrary_BGUMergeSkeletalMesh::StripTopLODS' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUMergeSkeletalMesh, MeshBufferAccess) == 0x00001C, "Member 'BGUFunctionLibrary_BGUMergeSkeletalMesh::MeshBufferAccess' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUMergeSkeletalMesh, ReturnValue) == 0x00001D, "Member 'BGUFunctionLibrary_BGUMergeSkeletalMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUNavigationCalPathCost \ +static_assert(alignof(BGUFunctionLibrary_BGUNavigationCalPathCost) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUNavigationCalPathCost"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUNavigationCalPathCost) == 0x000048, "Wrong size on BGUFunctionLibrary_BGUNavigationCalPathCost"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationCalPathCost, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUNavigationCalPathCost::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationCalPathCost, PathStart) == 0x000008, "Member 'BGUFunctionLibrary_BGUNavigationCalPathCost::PathStart' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationCalPathCost, PathEnd) == 0x000020, "Member 'BGUFunctionLibrary_BGUNavigationCalPathCost::PathEnd' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationCalPathCost, PathCost) == 0x000038, "Member 'BGUFunctionLibrary_BGUNavigationCalPathCost::PathCost' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationCalPathCost, Querier) == 0x000040, "Member 'BGUFunctionLibrary_BGUNavigationCalPathCost::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUNavigationRaycast \ +static_assert(alignof(BGUFunctionLibrary_BGUNavigationRaycast) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUNavigationRaycast"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUNavigationRaycast) == 0x000068, "Wrong size on BGUFunctionLibrary_BGUNavigationRaycast"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationRaycast, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUNavigationRaycast::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationRaycast, RayStart) == 0x000008, "Member 'BGUFunctionLibrary_BGUNavigationRaycast::RayStart' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationRaycast, RayEnd) == 0x000020, "Member 'BGUFunctionLibrary_BGUNavigationRaycast::RayEnd' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationRaycast, HitLocation) == 0x000038, "Member 'BGUFunctionLibrary_BGUNavigationRaycast::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationRaycast, FilterClass) == 0x000050, "Member 'BGUFunctionLibrary_BGUNavigationRaycast::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationRaycast, Querier) == 0x000058, "Member 'BGUFunctionLibrary_BGUNavigationRaycast::Querier' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUNavigationRaycast, ReturnValue) == 0x000060, "Member 'BGUFunctionLibrary_BGUNavigationRaycast::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUPerlinNoise1D \ +static_assert(alignof(BGUFunctionLibrary_BGUPerlinNoise1D) == 0x000004, "Wrong alignment on BGUFunctionLibrary_BGUPerlinNoise1D"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUPerlinNoise1D) == 0x000008, "Wrong size on BGUFunctionLibrary_BGUPerlinNoise1D"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUPerlinNoise1D, Value) == 0x000000, "Member 'BGUFunctionLibrary_BGUPerlinNoise1D::Value' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUPerlinNoise1D, ReturnValue) == 0x000004, "Member 'BGUFunctionLibrary_BGUPerlinNoise1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint \ +static_assert(alignof(BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint) == 0x000038, "Wrong size on BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint, PlayerCtrler) == 0x000000, "Member 'BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint::PlayerCtrler' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint, out_Location) == 0x000008, "Member 'BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint::out_Location' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint, out_Rotation) == 0x000020, "Member 'BGUFunctionLibrary_BGUPlayerCtrlerGetViewPoint::out_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUProcessLatentActions \ +static_assert(alignof(BGUFunctionLibrary_BGUProcessLatentActions) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUProcessLatentActions"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUProcessLatentActions) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUProcessLatentActions"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProcessLatentActions, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUProcessLatentActions::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProcessLatentActions, InObject) == 0x000008, "Member 'BGUFunctionLibrary_BGUProcessLatentActions::InObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProcessLatentActions, DeltaTime) == 0x000010, "Member 'BGUFunctionLibrary_BGUProcessLatentActions::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUProjectPointToNavigation \ +static_assert(alignof(BGUFunctionLibrary_BGUProjectPointToNavigation) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUProjectPointToNavigation"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUProjectPointToNavigation) == 0x000068, "Wrong size on BGUFunctionLibrary_BGUProjectPointToNavigation"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProjectPointToNavigation, Point) == 0x000008, "Member 'BGUFunctionLibrary_BGUProjectPointToNavigation::Point' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProjectPointToNavigation, ProjectedLocation) == 0x000020, "Member 'BGUFunctionLibrary_BGUProjectPointToNavigation::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProjectPointToNavigation, NavData) == 0x000038, "Member 'BGUFunctionLibrary_BGUProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProjectPointToNavigation, FilterClass) == 0x000040, "Member 'BGUFunctionLibrary_BGUProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProjectPointToNavigation, QueryExtent) == 0x000048, "Member 'BGUFunctionLibrary_BGUProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUProjectPointToNavigation, ReturnValue) == 0x000060, "Member 'BGUFunctionLibrary_BGUProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGURenameActorComponent \ +static_assert(alignof(BGUFunctionLibrary_BGURenameActorComponent) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGURenameActorComponent"); \ +static_assert(sizeof(BGUFunctionLibrary_BGURenameActorComponent) == 0x000018, "Wrong size on BGUFunctionLibrary_BGURenameActorComponent"); \ +static_assert(offsetof(BGUFunctionLibrary_BGURenameActorComponent, Comp) == 0x000000, "Member 'BGUFunctionLibrary_BGURenameActorComponent::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGURenameActorComponent, NewName) == 0x000008, "Member 'BGUFunctionLibrary_BGURenameActorComponent::NewName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUResetActorVelocity \ +static_assert(alignof(BGUFunctionLibrary_BGUResetActorVelocity) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUResetActorVelocity"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUResetActorVelocity) == 0x000008, "Wrong size on BGUFunctionLibrary_BGUResetActorVelocity"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUResetActorVelocity, Actor) == 0x000000, "Member 'BGUFunctionLibrary_BGUResetActorVelocity::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUResetGeometryCollectionComponent \ +static_assert(alignof(BGUFunctionLibrary_BGUResetGeometryCollectionComponent) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUResetGeometryCollectionComponent"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUResetGeometryCollectionComponent) == 0x000008, "Wrong size on BGUFunctionLibrary_BGUResetGeometryCollectionComponent"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUResetGeometryCollectionComponent, GeometryCollectionComponent) == 0x000000, "Member 'BGUFunctionLibrary_BGUResetGeometryCollectionComponent::GeometryCollectionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUResetToDefaultBoomCameraLagSpeed \ +static_assert(alignof(BGUFunctionLibrary_BGUResetToDefaultBoomCameraLagSpeed) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUResetToDefaultBoomCameraLagSpeed"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUResetToDefaultBoomCameraLagSpeed) == 0x000008, "Wrong size on BGUFunctionLibrary_BGUResetToDefaultBoomCameraLagSpeed"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUResetToDefaultBoomCameraLagSpeed, PlayerCharacter) == 0x000000, "Member 'BGUFunctionLibrary_BGUResetToDefaultBoomCameraLagSpeed::PlayerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSaveUnitAttrToFile \ +static_assert(alignof(BGUFunctionLibrary_BGUSaveUnitAttrToFile) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSaveUnitAttrToFile"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSaveUnitAttrToFile) == 0x000028, "Wrong size on BGUFunctionLibrary_BGUSaveUnitAttrToFile"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSaveUnitAttrToFile, Name_0) == 0x000000, "Member 'BGUFunctionLibrary_BGUSaveUnitAttrToFile::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSaveUnitAttrToFile, Text) == 0x000010, "Member 'BGUFunctionLibrary_BGUSaveUnitAttrToFile::Text' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSaveUnitAttrToFile, Overwrite) == 0x000020, "Member 'BGUFunctionLibrary_BGUSaveUnitAttrToFile::Overwrite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSeparatingAxisPointCheck \ +static_assert(alignof(BGUFunctionLibrary_BGUSeparatingAxisPointCheck) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSeparatingAxisPointCheck"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSeparatingAxisPointCheck) == 0x000048, "Wrong size on BGUFunctionLibrary_BGUSeparatingAxisPointCheck"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSeparatingAxisPointCheck, InPolyVertices) == 0x000000, "Member 'BGUFunctionLibrary_BGUSeparatingAxisPointCheck::InPolyVertices' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSeparatingAxisPointCheck, InBoxCenter) == 0x000010, "Member 'BGUFunctionLibrary_BGUSeparatingAxisPointCheck::InBoxCenter' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSeparatingAxisPointCheck, InBoxExtent) == 0x000028, "Member 'BGUFunctionLibrary_BGUSeparatingAxisPointCheck::InBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSeparatingAxisPointCheck, bInCalcLeastPenetration) == 0x000040, "Member 'BGUFunctionLibrary_BGUSeparatingAxisPointCheck::bInCalcLeastPenetration' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSeparatingAxisPointCheck, ReturnValue) == 0x000041, "Member 'BGUFunctionLibrary_BGUSeparatingAxisPointCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSetActiveMontagePosition \ +static_assert(alignof(BGUFunctionLibrary_BGUSetActiveMontagePosition) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSetActiveMontagePosition"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSetActiveMontagePosition) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUSetActiveMontagePosition"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetActiveMontagePosition, Character) == 0x000000, "Member 'BGUFunctionLibrary_BGUSetActiveMontagePosition::Character' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetActiveMontagePosition, Montage) == 0x000008, "Member 'BGUFunctionLibrary_BGUSetActiveMontagePosition::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetActiveMontagePosition, position) == 0x000010, "Member 'BGUFunctionLibrary_BGUSetActiveMontagePosition::position' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetActiveMontagePosition, ReturnValue) == 0x000014, "Member 'BGUFunctionLibrary_BGUSetActiveMontagePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSetEnableGravity \ +static_assert(alignof(BGUFunctionLibrary_BGUSetEnableGravity) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSetEnableGravity"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSetEnableGravity) == 0x000010, "Wrong size on BGUFunctionLibrary_BGUSetEnableGravity"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetEnableGravity, TargetMesh) == 0x000000, "Member 'BGUFunctionLibrary_BGUSetEnableGravity::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetEnableGravity, bEnableGravity) == 0x000008, "Member 'BGUFunctionLibrary_BGUSetEnableGravity::bEnableGravity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh \ +static_assert(alignof(BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh) == 0x000020, "Wrong size on BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh, MeshInst) == 0x000000, "Member 'BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh::MeshInst' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh, ParameterName) == 0x000008, "Member 'BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh, LinearColorParameterValue) == 0x000010, "Member 'BGUFunctionLibrary_BGUSetLinearColorParameterValueToMesh::LinearColorParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial \ +static_assert(alignof(BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial, TFXComp) == 0x000000, "Member 'BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial::TFXComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial, Asset) == 0x000008, "Member 'BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial::Asset' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial, Material) == 0x000010, "Member 'BGUFunctionLibrary_BGUSetTressFXAssetAndMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSetValueToCurveFloat \ +static_assert(alignof(BGUFunctionLibrary_BGUSetValueToCurveFloat) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSetValueToCurveFloat"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSetValueToCurveFloat) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUSetValueToCurveFloat"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveFloat, CurveFloat) == 0x000000, "Member 'BGUFunctionLibrary_BGUSetValueToCurveFloat::CurveFloat' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveFloat, Key) == 0x000008, "Member 'BGUFunctionLibrary_BGUSetValueToCurveFloat::Key' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveFloat, Value) == 0x00000C, "Member 'BGUFunctionLibrary_BGUSetValueToCurveFloat::Value' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveFloat, InterpMode) == 0x000010, "Member 'BGUFunctionLibrary_BGUSetValueToCurveFloat::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSetValueToCurveVector \ +static_assert(alignof(BGUFunctionLibrary_BGUSetValueToCurveVector) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSetValueToCurveVector"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSetValueToCurveVector) == 0x000030, "Wrong size on BGUFunctionLibrary_BGUSetValueToCurveVector"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveVector, CurveVector) == 0x000000, "Member 'BGUFunctionLibrary_BGUSetValueToCurveVector::CurveVector' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveVector, Key) == 0x000008, "Member 'BGUFunctionLibrary_BGUSetValueToCurveVector::Key' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveVector, Value) == 0x000010, "Member 'BGUFunctionLibrary_BGUSetValueToCurveVector::Value' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSetValueToCurveVector, InterpMode) == 0x000028, "Member 'BGUFunctionLibrary_BGUSetValueToCurveVector::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUShapeSweepMultiByObjectType \ +static_assert(alignof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUShapeSweepMultiByObjectType"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType) == 0x000068, "Wrong size on BGUFunctionLibrary_BGUShapeSweepMultiByObjectType"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, ShapeComp) == 0x000000, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::ShapeComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, Start) == 0x000008, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, End) == 0x000020, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::End' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, ObjectTypes) == 0x000038, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, bTraceComplex) == 0x000048, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, OutHits) == 0x000050, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::OutHits' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, bIgnoreSelf) == 0x000060, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUShapeSweepMultiByObjectType, ReturnValue) == 0x000061, "Member 'BGUFunctionLibrary_BGUShapeSweepMultiByObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUSKMeshContainSocket \ +static_assert(alignof(BGUFunctionLibrary_BGUSKMeshContainSocket) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUSKMeshContainSocket"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUSKMeshContainSocket) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUSKMeshContainSocket"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSKMeshContainSocket, SkMeshComp) == 0x000000, "Member 'BGUFunctionLibrary_BGUSKMeshContainSocket::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSKMeshContainSocket, SocketName) == 0x000008, "Member 'BGUFunctionLibrary_BGUSKMeshContainSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUSKMeshContainSocket, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_BGUSKMeshContainSocket::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUUnloadStreamLevel \ +static_assert(alignof(BGUFunctionLibrary_BGUUnloadStreamLevel) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUUnloadStreamLevel"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUUnloadStreamLevel) == 0x000030, "Wrong size on BGUFunctionLibrary_BGUUnloadStreamLevel"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUnloadStreamLevel, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_BGUUnloadStreamLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUnloadStreamLevel, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_BGUUnloadStreamLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUnloadStreamLevel, bShouldBlockOnUnload) == 0x000010, "Member 'BGUFunctionLibrary_BGUUnloadStreamLevel::bShouldBlockOnUnload' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUnloadStreamLevel, CallbackTarget) == 0x000018, "Member 'BGUFunctionLibrary_BGUUnloadStreamLevel::CallbackTarget' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUnloadStreamLevel, CallbackFunc) == 0x000020, "Member 'BGUFunctionLibrary_BGUUnloadStreamLevel::CallbackFunc' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUnloadStreamLevel, ActionID) == 0x000028, "Member 'BGUFunctionLibrary_BGUUnloadStreamLevel::ActionID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUnloadStreamLevel, Linkage) == 0x00002C, "Member 'BGUFunctionLibrary_BGUUnloadStreamLevel::Linkage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUUpdateLevelStreaming \ +static_assert(alignof(BGUFunctionLibrary_BGUUpdateLevelStreaming) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUUpdateLevelStreaming"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUUpdateLevelStreaming) == 0x000008, "Wrong size on BGUFunctionLibrary_BGUUpdateLevelStreaming"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUUpdateLevelStreaming, CurWorld) == 0x000000, "Member 'BGUFunctionLibrary_BGUUpdateLevelStreaming::CurWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BGUWoodTestCharacter \ +static_assert(alignof(BGUFunctionLibrary_BGUWoodTestCharacter) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BGUWoodTestCharacter"); \ +static_assert(sizeof(BGUFunctionLibrary_BGUWoodTestCharacter) == 0x000018, "Wrong size on BGUFunctionLibrary_BGUWoodTestCharacter"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUWoodTestCharacter, Character) == 0x000000, "Member 'BGUFunctionLibrary_BGUWoodTestCharacter::Character' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUWoodTestCharacter, Montage) == 0x000008, "Member 'BGUFunctionLibrary_BGUWoodTestCharacter::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BGUWoodTestCharacter, ScaleRate) == 0x000010, "Member 'BGUFunctionLibrary_BGUWoodTestCharacter::ScaleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_BonesSphereMask \ +static_assert(alignof(BGUFunctionLibrary_BonesSphereMask) == 0x000008, "Wrong alignment on BGUFunctionLibrary_BonesSphereMask"); \ +static_assert(sizeof(BGUFunctionLibrary_BonesSphereMask) == 0x000038, "Wrong size on BGUFunctionLibrary_BonesSphereMask"); \ +static_assert(offsetof(BGUFunctionLibrary_BonesSphereMask, TargetSkeletalMesh) == 0x000000, "Member 'BGUFunctionLibrary_BonesSphereMask::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BonesSphereMask, Radius) == 0x000008, "Member 'BGUFunctionLibrary_BonesSphereMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BonesSphereMask, WorldPosition) == 0x000010, "Member 'BGUFunctionLibrary_BonesSphereMask::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_BonesSphereMask, ReturnValue) == 0x000028, "Member 'BGUFunctionLibrary_BonesSphereMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_CalculateMontageCostValue \ +static_assert(alignof(BGUFunctionLibrary_CalculateMontageCostValue) == 0x000008, "Wrong alignment on BGUFunctionLibrary_CalculateMontageCostValue"); \ +static_assert(sizeof(BGUFunctionLibrary_CalculateMontageCostValue) == 0x000020, "Wrong size on BGUFunctionLibrary_CalculateMontageCostValue"); \ +static_assert(offsetof(BGUFunctionLibrary_CalculateMontageCostValue, MontageList) == 0x000000, "Member 'BGUFunctionLibrary_CalculateMontageCostValue::MontageList' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_CalculateMontageCostValue, BoneNameList) == 0x000010, "Member 'BGUFunctionLibrary_CalculateMontageCostValue::BoneNameList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_DrawDebugString \ +static_assert(alignof(BGUFunctionLibrary_DrawDebugString) == 0x000008, "Wrong alignment on BGUFunctionLibrary_DrawDebugString"); \ +static_assert(sizeof(BGUFunctionLibrary_DrawDebugString) == 0x000050, "Wrong size on BGUFunctionLibrary_DrawDebugString"); \ +static_assert(offsetof(BGUFunctionLibrary_DrawDebugString, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_DrawDebugString::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_DrawDebugString, TextLocation) == 0x000008, "Member 'BGUFunctionLibrary_DrawDebugString::TextLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_DrawDebugString, Text) == 0x000020, "Member 'BGUFunctionLibrary_DrawDebugString::Text' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_DrawDebugString, TestBaseActor) == 0x000030, "Member 'BGUFunctionLibrary_DrawDebugString::TestBaseActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_DrawDebugString, TextColor) == 0x000038, "Member 'BGUFunctionLibrary_DrawDebugString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_DrawDebugString, Duration) == 0x000048, "Member 'BGUFunctionLibrary_DrawDebugString::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_ForceLoadTileLOD \ +static_assert(alignof(BGUFunctionLibrary_ForceLoadTileLOD) == 0x000008, "Wrong alignment on BGUFunctionLibrary_ForceLoadTileLOD"); \ +static_assert(sizeof(BGUFunctionLibrary_ForceLoadTileLOD) == 0x000020, "Wrong size on BGUFunctionLibrary_ForceLoadTileLOD"); \ +static_assert(offsetof(BGUFunctionLibrary_ForceLoadTileLOD, WorldContext) == 0x000000, "Member 'BGUFunctionLibrary_ForceLoadTileLOD::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_ForceLoadTileLOD, TileName) == 0x000008, "Member 'BGUFunctionLibrary_ForceLoadTileLOD::TileName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_ForceLoadTileLOD, SwitchOn) == 0x000018, "Member 'BGUFunctionLibrary_ForceLoadTileLOD::SwitchOn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetAllActorsInLevel \ +static_assert(alignof(BGUFunctionLibrary_GetAllActorsInLevel) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetAllActorsInLevel"); \ +static_assert(sizeof(BGUFunctionLibrary_GetAllActorsInLevel) == 0x000018, "Wrong size on BGUFunctionLibrary_GetAllActorsInLevel"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllActorsInLevel, Level) == 0x000000, "Member 'BGUFunctionLibrary_GetAllActorsInLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllActorsInLevel, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetAllActorsInLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetAllActorsInWorld \ +static_assert(alignof(BGUFunctionLibrary_GetAllActorsInWorld) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetAllActorsInWorld"); \ +static_assert(sizeof(BGUFunctionLibrary_GetAllActorsInWorld) == 0x000018, "Wrong size on BGUFunctionLibrary_GetAllActorsInWorld"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllActorsInWorld, World) == 0x000000, "Member 'BGUFunctionLibrary_GetAllActorsInWorld::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllActorsInWorld, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetAllActorsInWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetAllAssetDependencies \ +static_assert(alignof(BGUFunctionLibrary_GetAllAssetDependencies) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetAllAssetDependencies"); \ +static_assert(sizeof(BGUFunctionLibrary_GetAllAssetDependencies) == 0x000018, "Wrong size on BGUFunctionLibrary_GetAllAssetDependencies"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllAssetDependencies, SelectedPackageName) == 0x000000, "Member 'BGUFunctionLibrary_GetAllAssetDependencies::SelectedPackageName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllAssetDependencies, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetAllAssetDependencies::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetAllAssetReference \ +static_assert(alignof(BGUFunctionLibrary_GetAllAssetReference) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetAllAssetReference"); \ +static_assert(sizeof(BGUFunctionLibrary_GetAllAssetReference) == 0x000018, "Wrong size on BGUFunctionLibrary_GetAllAssetReference"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllAssetReference, SelectedPackageName) == 0x000000, "Member 'BGUFunctionLibrary_GetAllAssetReference::SelectedPackageName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAllAssetReference, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetAllAssetReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetAssetLongPackageName \ +static_assert(alignof(BGUFunctionLibrary_GetAssetLongPackageName) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetAssetLongPackageName"); \ +static_assert(sizeof(BGUFunctionLibrary_GetAssetLongPackageName) == 0x000020, "Wrong size on BGUFunctionLibrary_GetAssetLongPackageName"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAssetLongPackageName, ClassName) == 0x000000, "Member 'BGUFunctionLibrary_GetAssetLongPackageName::ClassName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAssetLongPackageName, AssetName) == 0x000008, "Member 'BGUFunctionLibrary_GetAssetLongPackageName::AssetName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetAssetLongPackageName, ReturnValue) == 0x000018, "Member 'BGUFunctionLibrary_GetAssetLongPackageName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetLevelStreaming \ +static_assert(alignof(BGUFunctionLibrary_GetLevelStreaming) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetLevelStreaming"); \ +static_assert(sizeof(BGUFunctionLibrary_GetLevelStreaming) == 0x000018, "Wrong size on BGUFunctionLibrary_GetLevelStreaming"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreaming, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_GetLevelStreaming::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreaming, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetLevelStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetLevelStreamingFromWorld \ +static_assert(alignof(BGUFunctionLibrary_GetLevelStreamingFromWorld) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetLevelStreamingFromWorld"); \ +static_assert(sizeof(BGUFunctionLibrary_GetLevelStreamingFromWorld) == 0x000018, "Wrong size on BGUFunctionLibrary_GetLevelStreamingFromWorld"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingFromWorld, World) == 0x000000, "Member 'BGUFunctionLibrary_GetLevelStreamingFromWorld::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingFromWorld, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetLevelStreamingFromWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetLevelStreamingLevelTransformByName \ +static_assert(alignof(BGUFunctionLibrary_GetLevelStreamingLevelTransformByName) == 0x000010, "Wrong alignment on BGUFunctionLibrary_GetLevelStreamingLevelTransformByName"); \ +static_assert(sizeof(BGUFunctionLibrary_GetLevelStreamingLevelTransformByName) == 0x000070, "Wrong size on BGUFunctionLibrary_GetLevelStreamingLevelTransformByName"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingLevelTransformByName, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_GetLevelStreamingLevelTransformByName::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingLevelTransformByName, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_GetLevelStreamingLevelTransformByName::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingLevelTransformByName, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_GetLevelStreamingLevelTransformByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetLevelStreamingState \ +static_assert(alignof(BGUFunctionLibrary_GetLevelStreamingState) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetLevelStreamingState"); \ +static_assert(sizeof(BGUFunctionLibrary_GetLevelStreamingState) == 0x000018, "Wrong size on BGUFunctionLibrary_GetLevelStreamingState"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingState, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_GetLevelStreamingState::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingState, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_GetLevelStreamingState::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetLevelStreamingState, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_GetLevelStreamingState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetNearestBoneName \ +static_assert(alignof(BGUFunctionLibrary_GetNearestBoneName) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetNearestBoneName"); \ +static_assert(sizeof(BGUFunctionLibrary_GetNearestBoneName) == 0x000038, "Wrong size on BGUFunctionLibrary_GetNearestBoneName"); \ +static_assert(offsetof(BGUFunctionLibrary_GetNearestBoneName, TargetSkeletalMesh) == 0x000000, "Member 'BGUFunctionLibrary_GetNearestBoneName::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetNearestBoneName, WorldPosition) == 0x000008, "Member 'BGUFunctionLibrary_GetNearestBoneName::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetNearestBoneName, OptionalWhiteList) == 0x000020, "Member 'BGUFunctionLibrary_GetNearestBoneName::OptionalWhiteList' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetNearestBoneName, ReturnValue) == 0x000030, "Member 'BGUFunctionLibrary_GetNearestBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetPlayerCharacter \ +static_assert(alignof(BGUFunctionLibrary_GetPlayerCharacter) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetPlayerCharacter"); \ +static_assert(sizeof(BGUFunctionLibrary_GetPlayerCharacter) == 0x000010, "Wrong size on BGUFunctionLibrary_GetPlayerCharacter"); \ +static_assert(offsetof(BGUFunctionLibrary_GetPlayerCharacter, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_GetPlayerCharacter::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetPlayerCharacter, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetPlayerCharacter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_GetStreamingVolumeBounds \ +static_assert(alignof(BGUFunctionLibrary_GetStreamingVolumeBounds) == 0x000008, "Wrong alignment on BGUFunctionLibrary_GetStreamingVolumeBounds"); \ +static_assert(sizeof(BGUFunctionLibrary_GetStreamingVolumeBounds) == 0x000040, "Wrong size on BGUFunctionLibrary_GetStreamingVolumeBounds"); \ +static_assert(offsetof(BGUFunctionLibrary_GetStreamingVolumeBounds, LevelStreaming) == 0x000000, "Member 'BGUFunctionLibrary_GetStreamingVolumeBounds::LevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_GetStreamingVolumeBounds, ReturnValue) == 0x000008, "Member 'BGUFunctionLibrary_GetStreamingVolumeBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_MoveLevel \ +static_assert(alignof(BGUFunctionLibrary_MoveLevel) == 0x000008, "Wrong alignment on BGUFunctionLibrary_MoveLevel"); \ +static_assert(sizeof(BGUFunctionLibrary_MoveLevel) == 0x000030, "Wrong size on BGUFunctionLibrary_MoveLevel"); \ +static_assert(offsetof(BGUFunctionLibrary_MoveLevel, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_MoveLevel::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_MoveLevel, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_MoveLevel::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_MoveLevel, InWorldOffset) == 0x000010, "Member 'BGUFunctionLibrary_MoveLevel::InWorldOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_MoveLevel, bActorOnly) == 0x000028, "Member 'BGUFunctionLibrary_MoveLevel::bActorOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_RemoveActorComponentFromLevelActor \ +static_assert(alignof(BGUFunctionLibrary_RemoveActorComponentFromLevelActor) == 0x000008, "Wrong alignment on BGUFunctionLibrary_RemoveActorComponentFromLevelActor"); \ +static_assert(sizeof(BGUFunctionLibrary_RemoveActorComponentFromLevelActor) == 0x000010, "Wrong size on BGUFunctionLibrary_RemoveActorComponentFromLevelActor"); \ +static_assert(offsetof(BGUFunctionLibrary_RemoveActorComponentFromLevelActor, TargetLevelActor) == 0x000000, "Member 'BGUFunctionLibrary_RemoveActorComponentFromLevelActor::TargetLevelActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_RemoveActorComponentFromLevelActor, InActorComponent) == 0x000008, "Member 'BGUFunctionLibrary_RemoveActorComponentFromLevelActor::InActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_RemoveLevelStreaming \ +static_assert(alignof(BGUFunctionLibrary_RemoveLevelStreaming) == 0x000008, "Wrong alignment on BGUFunctionLibrary_RemoveLevelStreaming"); \ +static_assert(sizeof(BGUFunctionLibrary_RemoveLevelStreaming) == 0x000010, "Wrong size on BGUFunctionLibrary_RemoveLevelStreaming"); \ +static_assert(offsetof(BGUFunctionLibrary_RemoveLevelStreaming, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibrary_RemoveLevelStreaming::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_RemoveLevelStreaming, LevelName) == 0x000008, "Member 'BGUFunctionLibrary_RemoveLevelStreaming::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_SerializeActorComponentToLevelActor \ +static_assert(alignof(BGUFunctionLibrary_SerializeActorComponentToLevelActor) == 0x000008, "Wrong alignment on BGUFunctionLibrary_SerializeActorComponentToLevelActor"); \ +static_assert(sizeof(BGUFunctionLibrary_SerializeActorComponentToLevelActor) == 0x000010, "Wrong size on BGUFunctionLibrary_SerializeActorComponentToLevelActor"); \ +static_assert(offsetof(BGUFunctionLibrary_SerializeActorComponentToLevelActor, TargetLevelActor) == 0x000000, "Member 'BGUFunctionLibrary_SerializeActorComponentToLevelActor::TargetLevelActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SerializeActorComponentToLevelActor, InActorComponent) == 0x000008, "Member 'BGUFunctionLibrary_SerializeActorComponentToLevelActor::InActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics \ +static_assert(alignof(BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics) == 0x000008, "Wrong alignment on BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(sizeof(BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics) == 0x000018, "Wrong size on BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics"); \ +static_assert(offsetof(BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics, TargetMesh) == 0x000000, "Member 'BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics, InBoneName) == 0x000008, "Member 'BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics, bNewSimulate) == 0x000010, "Member 'BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics::bNewSimulate' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics, bIncludeSelf) == 0x000011, "Member 'BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics::bIncludeSelf' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics, bSkipCustomPhysicsType) == 0x000012, "Member 'BGUFunctionLibrary_SetAllBodiesBelowSimulatePhysics::bSkipCustomPhysicsType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_SetBodyBonePhysic \ +static_assert(alignof(BGUFunctionLibrary_SetBodyBonePhysic) == 0x000008, "Wrong alignment on BGUFunctionLibrary_SetBodyBonePhysic"); \ +static_assert(sizeof(BGUFunctionLibrary_SetBodyBonePhysic) == 0x000018, "Wrong size on BGUFunctionLibrary_SetBodyBonePhysic"); \ +static_assert(offsetof(BGUFunctionLibrary_SetBodyBonePhysic, TargetMesh) == 0x000000, "Member 'BGUFunctionLibrary_SetBodyBonePhysic::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetBodyBonePhysic, BoneName) == 0x000008, "Member 'BGUFunctionLibrary_SetBodyBonePhysic::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetBodyBonePhysic, NewBool) == 0x000010, "Member 'BGUFunctionLibrary_SetBodyBonePhysic::NewBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_SetIKValid \ +static_assert(alignof(BGUFunctionLibrary_SetIKValid) == 0x000008, "Wrong alignment on BGUFunctionLibrary_SetIKValid"); \ +static_assert(sizeof(BGUFunctionLibrary_SetIKValid) == 0x000010, "Wrong size on BGUFunctionLibrary_SetIKValid"); \ +static_assert(offsetof(BGUFunctionLibrary_SetIKValid, Character) == 0x000000, "Member 'BGUFunctionLibrary_SetIKValid::Character' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetIKValid, NewValid) == 0x000008, "Member 'BGUFunctionLibrary_SetIKValid::NewValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_SetLocalKinematics \ +static_assert(alignof(BGUFunctionLibrary_SetLocalKinematics) == 0x000008, "Wrong alignment on BGUFunctionLibrary_SetLocalKinematics"); \ +static_assert(sizeof(BGUFunctionLibrary_SetLocalKinematics) == 0x000010, "Wrong size on BGUFunctionLibrary_SetLocalKinematics"); \ +static_assert(offsetof(BGUFunctionLibrary_SetLocalKinematics, TargetMesh) == 0x000000, "Member 'BGUFunctionLibrary_SetLocalKinematics::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SetLocalKinematics, NewBool) == 0x000008, "Member 'BGUFunctionLibrary_SetLocalKinematics::NewBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_SphereComponentInitRadius \ +static_assert(alignof(BGUFunctionLibrary_SphereComponentInitRadius) == 0x000008, "Wrong alignment on BGUFunctionLibrary_SphereComponentInitRadius"); \ +static_assert(sizeof(BGUFunctionLibrary_SphereComponentInitRadius) == 0x000010, "Wrong size on BGUFunctionLibrary_SphereComponentInitRadius"); \ +static_assert(offsetof(BGUFunctionLibrary_SphereComponentInitRadius, SphereComp) == 0x000000, "Member 'BGUFunctionLibrary_SphereComponentInitRadius::SphereComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_SphereComponentInitRadius, Radius) == 0x000008, "Member 'BGUFunctionLibrary_SphereComponentInitRadius::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_VolumeEncompassPoint \ +static_assert(alignof(BGUFunctionLibrary_VolumeEncompassPoint) == 0x000008, "Wrong alignment on BGUFunctionLibrary_VolumeEncompassPoint"); \ +static_assert(sizeof(BGUFunctionLibrary_VolumeEncompassPoint) == 0x000030, "Wrong size on BGUFunctionLibrary_VolumeEncompassPoint"); \ +static_assert(offsetof(BGUFunctionLibrary_VolumeEncompassPoint, Volume) == 0x000000, "Member 'BGUFunctionLibrary_VolumeEncompassPoint::Volume' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_VolumeEncompassPoint, Point) == 0x000008, "Member 'BGUFunctionLibrary_VolumeEncompassPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_VolumeEncompassPoint, SphereRadius) == 0x000020, "Member 'BGUFunctionLibrary_VolumeEncompassPoint::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_VolumeEncompassPoint, OutDistanceToPoint) == 0x000024, "Member 'BGUFunctionLibrary_VolumeEncompassPoint::OutDistanceToPoint' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_VolumeEncompassPoint, ReturnValue) == 0x000028, "Member 'BGUFunctionLibrary_VolumeEncompassPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_WrapHitResult \ +static_assert(alignof(BGUFunctionLibrary_WrapHitResult) == 0x000008, "Wrong alignment on BGUFunctionLibrary_WrapHitResult"); \ +static_assert(sizeof(BGUFunctionLibrary_WrapHitResult) == 0x000160, "Wrong size on BGUFunctionLibrary_WrapHitResult"); \ +static_assert(offsetof(BGUFunctionLibrary_WrapHitResult, HitResult) == 0x000000, "Member 'BGUFunctionLibrary_WrapHitResult::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_WrapHitResult, ReturnValue) == 0x0000E8, "Member 'BGUFunctionLibrary_WrapHitResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibrary_MakeUniqueTamerMonsterName \ +static_assert(alignof(BGUFunctionLibrary_MakeUniqueTamerMonsterName) == 0x000008, "Wrong alignment on BGUFunctionLibrary_MakeUniqueTamerMonsterName"); \ +static_assert(sizeof(BGUFunctionLibrary_MakeUniqueTamerMonsterName) == 0x000018, "Wrong size on BGUFunctionLibrary_MakeUniqueTamerMonsterName"); \ +static_assert(offsetof(BGUFunctionLibrary_MakeUniqueTamerMonsterName, SpawnLevel) == 0x000000, "Member 'BGUFunctionLibrary_MakeUniqueTamerMonsterName::SpawnLevel' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_MakeUniqueTamerMonsterName, InBaseName) == 0x000008, "Member 'BGUFunctionLibrary_MakeUniqueTamerMonsterName::InBaseName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibrary_MakeUniqueTamerMonsterName, ReturnValue) == 0x000010, "Member 'BGUFunctionLibrary_MakeUniqueTamerMonsterName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunctionLibrary \ +static_assert(alignof(UBGUFunctionLibrary) == 0x000008, "Wrong alignment on UBGUFunctionLibrary"); \ +static_assert(sizeof(UBGUFunctionLibrary) == 0x000028, "Wrong size on UBGUFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_AddNotifyPreloadedAsset \ +static_assert(alignof(BGUFunctionLibraryForCS_AddNotifyPreloadedAsset) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_AddNotifyPreloadedAsset"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_AddNotifyPreloadedAsset) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_AddNotifyPreloadedAsset"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_AddNotifyPreloadedAsset, Notify) == 0x000000, "Member 'BGUFunctionLibraryForCS_AddNotifyPreloadedAsset::Notify' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_AddNotifyPreloadedAsset, Asset) == 0x000008, "Member 'BGUFunctionLibraryForCS_AddNotifyPreloadedAsset::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent, Actor) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent, FuncName) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUBindOnActorBeginOverlapEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent, Actor) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent, FuncName) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUBindOnActorEndOverlapEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished, Obj) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished, FuncName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUBindOnAllSetLevelsStateFinished::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent, Comp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent, FuncName) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentBeginOverlapEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent, Comp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent, FuncName) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentEndOverlapEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent, Comp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent, Func_0) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUBindOnComponentHitEvent::Func_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished, Obj) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished, FuncName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUBindOnSetLevelsStateFinished::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration) == 0x000058, "Wrong size on BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration, SelfActor) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration::SelfActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration, OverlappedOtherActorInfos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration::OverlappedOtherActorInfos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration, SelfWeight) == 0x000018, "Member 'BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration::SelfWeight' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration, PlaneNormalVector) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration::PlaneNormalVector' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration, MaxComputeRound) == 0x000038, "Member 'BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration::MaxComputeRound' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration, Epsilon) == 0x00003C, "Member 'BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration::Epsilon' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration, ReturnValue) == 0x000040, "Member 'BGUFunctionLibraryForCS_BGUComputeActorHitMovePenetration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap) == 0x000030, "Wrong size on BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap, Landscape) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap::Landscape' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap, PackageName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap::PackageName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap, AssetName) == 0x000018, "Member 'BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap::AssetName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap, ReturnValue) == 0x000028, "Member 'BGUFunctionLibraryForCS_BGUCreateLandscapeHeightMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector) == 0x000058, "Wrong size on BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, Direction) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::Direction' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, InnerRadius) == 0x000038, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, OuterRadius) == 0x00003C, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, HalfAngle) == 0x000040, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::HalfAngle' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, Color) == 0x000044, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::Color' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, Duration) == 0x000048, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::Duration' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, Thickness) == 0x00004C, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::Thickness' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector, Segments) == 0x000050, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugAnnularSector::Segments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawDebugCircle \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawDebugCircle) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawDebugCircle"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawDebugCircle) == 0x000028, "Wrong size on BGUFunctionLibraryForCS_BGUDrawDebugCircle"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircle, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircle::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircle, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircle::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircle, Raidus) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircle::Raidus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawDebugCircleEx \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawDebugCircleEx) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawDebugCircleEx"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawDebugCircleEx) == 0x000030, "Wrong size on BGUFunctionLibraryForCS_BGUDrawDebugCircleEx"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircleEx, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircleEx::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircleEx, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircleEx::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircleEx, Raidus) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircleEx::Raidus' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircleEx, KeepTime) == 0x000024, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircleEx::KeepTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugCircleEx, Color) == 0x000028, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugCircleEx::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawDebugRect \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawDebugRect) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawDebugRect"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawDebugRect) == 0x000040, "Wrong size on BGUFunctionLibraryForCS_BGUDrawDebugRect"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugRect, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugRect::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugRect, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugRect::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugRect, Direction) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugRect::Direction' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugRect, Width) == 0x000038, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugRect::Width' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugRect, Length) == 0x00003C, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugRect::Length' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawDebugSphere \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawDebugSphere) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawDebugSphere"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawDebugSphere) == 0x000028, "Wrong size on BGUFunctionLibraryForCS_BGUDrawDebugSphere"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphere, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphere::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphere, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphere::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphere, Raidus) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphere::Raidus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawDebugSphereEx \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawDebugSphereEx) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawDebugSphereEx"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawDebugSphereEx) == 0x000030, "Wrong size on BGUFunctionLibraryForCS_BGUDrawDebugSphereEx"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphereEx, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphereEx::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphereEx, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphereEx::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphereEx, Raidus) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphereEx::Raidus' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphereEx, KeepTime) == 0x000024, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphereEx::KeepTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawDebugSphereEx, Color) == 0x000028, "Member 'BGUFunctionLibraryForCS_BGUDrawDebugSphereEx::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawLineArrow \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawLineArrow) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawLineArrow"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawLineArrow) == 0x000040, "Wrong size on BGUFunctionLibraryForCS_BGUDrawLineArrow"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrow, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrow::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrow, LineStart) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrow, LineEnd) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrow, ArrowSize) == 0x000038, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrow::ArrowSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawLineArrowEx \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawLineArrowEx"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx) == 0x000048, "Wrong size on BGUFunctionLibraryForCS_BGUDrawLineArrowEx"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrowEx::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx, LineStart) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrowEx::LineStart' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx, LineEnd) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrowEx::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx, ArrowSize) == 0x000038, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrowEx::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx, Color) == 0x00003C, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrowEx::Color' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx, IsPersistentLines) == 0x000040, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrowEx::IsPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawLineArrowEx, LifeTime) == 0x000044, "Member 'BGUFunctionLibraryForCS_BGUDrawLineArrowEx::LifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawSphereSweep \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawSphereSweep) == 0x000010, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawSphereSweep"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawSphereSweep) == 0x0000E0, "Wrong size on BGUFunctionLibraryForCS_BGUDrawSphereSweep"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSphereSweep, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawSphereSweep::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSphereSweep, Start) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUDrawSphereSweep::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSphereSweep, End) == 0x000070, "Member 'BGUFunctionLibraryForCS_BGUDrawSphereSweep::End' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSphereSweep, Radius) == 0x0000D0, "Member 'BGUFunctionLibraryForCS_BGUDrawSphereSweep::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor \ +static_assert(alignof(BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor) == 0x000010, "Wrong alignment on BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor) == 0x0000E0, "Wrong size on BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor, Start) == 0x000010, "Member 'BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor, End) == 0x000070, "Member 'BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor::End' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor, Radius) == 0x0000D0, "Member 'BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor::Radius' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor, Color) == 0x0000D4, "Member 'BGUFunctionLibraryForCS_BguDrawSphereSweepWithColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUDrawSweepCheckShape \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUDrawSweepCheckShape) == 0x000010, "Wrong alignment on BGUFunctionLibraryForCS_BGUDrawSweepCheckShape"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUDrawSweepCheckShape) == 0x000070, "Wrong size on BGUFunctionLibraryForCS_BGUDrawSweepCheckShape"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSweepCheckShape, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUDrawSweepCheckShape::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSweepCheckShape, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUDrawSweepCheckShape::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSweepCheckShape, Rot) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUDrawSweepCheckShape::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUDrawSweepCheckShape, SweepCheckShapeInfo) == 0x000040, "Member 'BGUFunctionLibraryForCS_BGUDrawSweepCheckShape::SweepCheckShapeInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor \ +static_assert(alignof(BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor) == 0x000010, "Wrong alignment on BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor) == 0x000070, "Wrong size on BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor, World) == 0x000000, "Member 'BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor, CenterPos) == 0x000008, "Member 'BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor::CenterPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor, Rot) == 0x000020, "Member 'BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor, SweepCheckShapeInfo) == 0x000040, "Member 'BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor::SweepCheckShapeInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor, Color) == 0x000068, "Member 'BGUFunctionLibraryForCS_BguDrawSweepCheckShapeWithColor::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUEnableActorTick \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUEnableActorTick) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUEnableActorTick"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUEnableActorTick) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUEnableActorTick"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUEnableActorTick, Actor) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUEnableActorTick::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUEnableActorTick, bEnable) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUEnableActorTick::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUExceutePyCode \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUExceutePyCode) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUExceutePyCode"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUExceutePyCode) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUExceutePyCode"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUExceutePyCode, PyPath) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUExceutePyCode::PyPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetActorLevelName \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetActorLevelName) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetActorLevelName"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetActorLevelName) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUGetActorLevelName"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetActorLevelName, Unit) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetActorLevelName::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetActorLevelName, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetActorLevelName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed) == 0x000060, "Wrong size on BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed, Stimulus) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed::Stimulus' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed, ReturnValue) == 0x000058, "Member 'BGUFunctionLibraryForCS_BGUGetAIStimulusWasSuccessfullySensed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor) == 0x000020, "Wrong size on BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor, GroupActor) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor::GroupActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor, bRecurse) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor::bRecurse' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUGetAllActorsFromGroupActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetBodyRadius \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetBodyRadius) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetBodyRadius"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetBodyRadius) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUGetBodyRadius"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetBodyRadius, SkMeshComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetBodyRadius::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetBodyRadius, BoneName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetBodyRadius::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetBodyRadius, bGetWelded) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUGetBodyRadius::bGetWelded' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetBodyRadius, ReturnValue) == 0x000014, "Member 'BGUFunctionLibraryForCS_BGUGetBodyRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetBounds \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetBounds) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetBounds"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetBounds) == 0x000038, "Wrong size on BGUFunctionLibraryForCS_BGUGetBounds"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetBounds, PrimComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetBounds::PrimComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetBounds, Origin) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetBounds::Origin' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetBounds, BoxExtent) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUGetBounds::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID, AnimInstance) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetCurActiveMontageInstID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetCurrentTime \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetCurrentTime) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetCurrentTime"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetCurrentTime) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetCurrentTime"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetCurrentTime, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetCurrentTime::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetCurrentTime, IsValid) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetCurrentTime::IsValid' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetCurrentTime, ReturnValue) == 0x00000C, "Member 'BGUFunctionLibraryForCS_BGUGetCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetFloatValueTableRow \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetFloatValueTableRow"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow) == 0x000038, "Wrong size on BGUFunctionLibraryForCS_BGUGetFloatValueTableRow"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow, DataTable) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetFloatValueTableRow::DataTable' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow, RowName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetFloatValueTableRow::RowName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow, Result) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUGetFloatValueTableRow::Result' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow, ContextString) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUGetFloatValueTableRow::ContextString' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow, bWarnIfRowMissing) == 0x000030, "Member 'BGUFunctionLibraryForCS_BGUGetFloatValueTableRow::bWarnIfRowMissing' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetFloatValueTableRow, ReturnValue) == 0x000031, "Member 'BGUFunctionLibraryForCS_BGUGetFloatValueTableRow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetIsBuildShipping \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetIsBuildShipping) == 0x000001, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetIsBuildShipping"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetIsBuildShipping) == 0x000001, "Wrong size on BGUFunctionLibraryForCS_BGUGetIsBuildShipping"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsBuildShipping, ReturnValue) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetIsBuildShipping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetIsEditor \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetIsEditor) == 0x000001, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetIsEditor"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetIsEditor) == 0x000001, "Wrong size on BGUFunctionLibraryForCS_BGUGetIsEditor"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsEditor, ReturnValue) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetIsEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetIsInEditorPreview \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetIsInEditorPreview) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetIsInEditorPreview"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetIsInEditorPreview) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetIsInEditorPreview"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsInEditorPreview, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetIsInEditorPreview::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsInEditorPreview, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetIsInEditorPreview::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetIsInGameWorld \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetIsInGameWorld) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetIsInGameWorld"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetIsInGameWorld) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetIsInGameWorld"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsInGameWorld, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetIsInGameWorld::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsInGameWorld, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetIsInGameWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetIsRuntionShowCollision::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetLandscapeExtent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetLandscapeExtent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetLandscapeExtent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetLandscapeExtent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUGetLandscapeExtent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLandscapeExtent, Landscape) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetLandscapeExtent::Landscape' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLandscapeExtent, MinX) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetLandscapeExtent::MinX' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLandscapeExtent, MinY) == 0x00000C, "Member 'BGUFunctionLibraryForCS_BGUGetLandscapeExtent::MinY' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLandscapeExtent, MaxX) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUGetLandscapeExtent::MaxX' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLandscapeExtent, MaxY) == 0x000014, "Member 'BGUFunctionLibraryForCS_BGUGetLandscapeExtent::MaxY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime, LeveleSequencePlayer) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime::LeveleSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetLevelSequenceCurTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetLevelSequenceLength \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetLevelSequenceLength) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetLevelSequenceLength"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetLevelSequenceLength) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetLevelSequenceLength"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLevelSequenceLength, LeveleSequencePlayer) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetLevelSequenceLength::LeveleSequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetLevelSequenceLength, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetLevelSequenceLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel, MeshComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetMeshPredictedLODLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetPaperSpriteSize \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetPaperSpriteSize) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetPaperSpriteSize"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetPaperSpriteSize) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUGetPaperSpriteSize"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetPaperSpriteSize, PaperSprite) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetPaperSpriteSize::PaperSprite' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetPaperSpriteSize, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetPaperSpriteSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName, PA) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName::PA' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName, BoneName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName, BodyRadius) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName::BodyRadius' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName, ReturnValue) == 0x000014, "Member 'BGUFunctionLibraryForCS_BGUGetPARadiusByBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping, ParticleForPlay) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping::ParticleForPlay' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetParticleSystemIsLooping::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh) == 0x000060, "Wrong size on BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh, InProcMesh) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh, SectionIndex) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh::SectionIndex' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh, Vertices) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh::Vertices' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh, Triangles) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh::Triangles' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh, Normals) == 0x000030, "Member 'BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh::Normals' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh, UVs) == 0x000040, "Member 'BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh::UVs' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh, Tangents) == 0x000050, "Member 'BGUFunctionLibraryForCS_BGUGetSectionFromProceduralMesh::Tangents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUGetUWorld \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUGetUWorld) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUGetUWorld"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUGetUWorld) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUGetUWorld"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetUWorld, InnerObject) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUGetUWorld::InnerObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUGetUWorld, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUGetUWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch, BBKey) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch::BBKey' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch, BBKeyType) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch::BBKeyType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch, ReturnValue) == 0x000009, "Member 'BGUFunctionLibraryForCS_BGUIsBlackBoardKeyTypeMatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact) == 0x000110, "Wrong size on BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact, MoveComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact::MoveComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact, Hit) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact::Hit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact, TimeSlice) == 0x0000F0, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact::TimeSlice' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact, MoveDelta) == 0x0000F8, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentHandleImpact::MoveDelta' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface) == 0x000220, "Wrong size on BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, MoveComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::MoveComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, Delta) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::Delta' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, Time) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::Time' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, Normal) == 0x000028, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::Normal' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, InHit) == 0x000040, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::InHit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, bHandleImpact) == 0x000128, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::bHandleImpact' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, OutHit) == 0x000130, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::OutHit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface, ReturnValue) == 0x000218, "Member 'BGUFunctionLibraryForCS_BGUMovementComponentSlideAlongSurface::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGURegistComp \ +static_assert(alignof(BGUFunctionLibraryForCS_BGURegistComp) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGURegistComp"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGURegistComp) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGURegistComp"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGURegistComp, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGURegistComp::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGURegistComp, ActorComp) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGURegistComp::ActorComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGURegistComp, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGURegistComp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGURestartBT \ +static_assert(alignof(BGUFunctionLibraryForCS_BGURestartBT) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGURestartBT"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGURestartBT) == 0x000008, "Wrong size on BGUFunctionLibraryForCS_BGURestartBT"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGURestartBT, AIController) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGURestartBT::AIController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUSetDecalSize \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUSetDecalSize) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUSetDecalSize"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUSetDecalSize) == 0x000020, "Wrong size on BGUFunctionLibraryForCS_BGUSetDecalSize"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetDecalSize, DecalComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUSetDecalSize::DecalComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetDecalSize, Size) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUSetDecalSize::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUSetIKComponentValid \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUSetIKComponentValid) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUSetIKComponentValid"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUSetIKComponentValid) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUSetIKComponentValid"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetIKComponentValid, Character) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUSetIKComponentValid::Character' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetIKComponentValid, NewValid) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUSetIKComponentValid::NewValid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod, ParticleComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod::ParticleComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod, PoolMethod) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUSetParticleSysCompPoolingMethod::PoolMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority, ParticleSystemComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority::ParticleSystemComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority, SortPriority) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUSetParticleSysSortPriority::SortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUSliceProceduralMesh \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUSliceProceduralMesh"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh) == 0x000058, "Wrong size on BGUFunctionLibraryForCS_BGUSliceProceduralMesh"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh, InProcMesh) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUSliceProceduralMesh::InProcMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh, PlanePosition) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUSliceProceduralMesh::PlanePosition' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh, PlaneNormal) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUSliceProceduralMesh::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh, bCreateOtherHalf) == 0x000038, "Member 'BGUFunctionLibraryForCS_BGUSliceProceduralMesh::bCreateOtherHalf' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh, OutOtherHalfProcMesh) == 0x000040, "Member 'BGUFunctionLibraryForCS_BGUSliceProceduralMesh::OutOtherHalfProcMesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh, CapOption) == 0x000048, "Member 'BGUFunctionLibraryForCS_BGUSliceProceduralMesh::CapOption' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSliceProceduralMesh, CapMaterial) == 0x000050, "Member 'BGUFunctionLibraryForCS_BGUSliceProceduralMesh::CapMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUSpawnDecalAttached \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUSpawnDecalAttached"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached) == 0x000070, "Wrong size on BGUFunctionLibraryForCS_BGUSpawnDecalAttached"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, DecalMaterial) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::DecalMaterial' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, DecalSize) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, AttachToComponent) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::AttachToComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, AttachPointName) == 0x000028, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, Location) == 0x000030, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::Location' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, Rotation) == 0x000048, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, LocationType) == 0x000060, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::LocationType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, LifeSpan) == 0x000064, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::LifeSpan' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUSpawnDecalAttached, ReturnValue) == 0x000068, "Member 'BGUFunctionLibraryForCS_BGUSpawnDecalAttached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUTeleportTo \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUTeleportTo) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUTeleportTo"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUTeleportTo) == 0x000040, "Wrong size on BGUFunctionLibraryForCS_BGUTeleportTo"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUTeleportTo, Owner) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUTeleportTo::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUTeleportTo, DestLocation) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUTeleportTo::DestLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUTeleportTo, DestRotation) == 0x000020, "Member 'BGUFunctionLibraryForCS_BGUTeleportTo::DestRotation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUTeleportTo, bIsATest) == 0x000038, "Member 'BGUFunctionLibraryForCS_BGUTeleportTo::bIsATest' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUTeleportTo, bNoCheck) == 0x000039, "Member 'BGUFunctionLibraryForCS_BGUTeleportTo::bNoCheck' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUTeleportTo, ReturnValue) == 0x00003A, "Member 'BGUFunctionLibraryForCS_BGUTeleportTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished, Obj) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished, FuncName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnAllSetLevelsStateFinished::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent, Comp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent, FuncName) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentBeginOverlapEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent, Comp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent, FuncName) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentEndOverlapEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent) == 0x000018, "Wrong size on BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent, Comp) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent, Obj) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent, Func_0) == 0x000010, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnComponentHitEvent::Func_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished \ +static_assert(alignof(BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished, Obj) == 0x000000, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished::Obj' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished, FuncName) == 0x000008, "Member 'BGUFunctionLibraryForCS_BGUUnBindOnSetLevelsStateFinished::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies \ +static_assert(alignof(BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies, OwnerChar) == 0x000000, "Member 'BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies::OwnerChar' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies, NewSectionName) == 0x000008, "Member 'BGUFunctionLibraryForCS_CallSectionManuallyChangeOnCrossSectionNotifies::NewSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_CompForceUpdateOverlaps \ +static_assert(alignof(BGUFunctionLibraryForCS_CompForceUpdateOverlaps) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_CompForceUpdateOverlaps"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_CompForceUpdateOverlaps) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_CompForceUpdateOverlaps"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CompForceUpdateOverlaps, Comp) == 0x000000, "Member 'BGUFunctionLibraryForCS_CompForceUpdateOverlaps::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CompForceUpdateOverlaps, bDoNotifies) == 0x000008, "Member 'BGUFunctionLibraryForCS_CompForceUpdateOverlaps::bDoNotifies' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CompForceUpdateOverlaps, ReturnValue) == 0x000009, "Member 'BGUFunctionLibraryForCS_CompForceUpdateOverlaps::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel \ +static_assert(alignof(BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel) == 0x000001, "Wrong alignment on BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel) == 0x000002, "Wrong size on BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel, ObjectType) == 0x000000, "Member 'BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel, ReturnValue) == 0x000001, "Member 'BGUFunctionLibraryForCS_ConvertObjectTypeToCollisionChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_ConvertToObjectType \ +static_assert(alignof(BGUFunctionLibraryForCS_ConvertToObjectType) == 0x000001, "Wrong alignment on BGUFunctionLibraryForCS_ConvertToObjectType"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_ConvertToObjectType) == 0x000002, "Wrong size on BGUFunctionLibraryForCS_ConvertToObjectType"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertToObjectType, CollisionChannel) == 0x000000, "Member 'BGUFunctionLibraryForCS_ConvertToObjectType::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertToObjectType, ReturnValue) == 0x000001, "Member 'BGUFunctionLibraryForCS_ConvertToObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_ConvertToTraceType \ +static_assert(alignof(BGUFunctionLibraryForCS_ConvertToTraceType) == 0x000001, "Wrong alignment on BGUFunctionLibraryForCS_ConvertToTraceType"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_ConvertToTraceType) == 0x000002, "Wrong size on BGUFunctionLibraryForCS_ConvertToTraceType"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertToTraceType, CollisionChannel) == 0x000000, "Member 'BGUFunctionLibraryForCS_ConvertToTraceType::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertToTraceType, ReturnValue) == 0x000001, "Member 'BGUFunctionLibraryForCS_ConvertToTraceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel \ +static_assert(alignof(BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel) == 0x000001, "Wrong alignment on BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel) == 0x000002, "Wrong size on BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel, TraceType) == 0x000000, "Member 'BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel::TraceType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel, ReturnValue) == 0x000001, "Member 'BGUFunctionLibraryForCS_ConvertTraceTypeToCollisionChannel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent \ +static_assert(alignof(BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent) == 0x000020, "Wrong size on BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent, StaticMeshComponent) == 0x000000, "Member 'BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent, LODIndex) == 0x000008, "Member 'BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent::LODIndex' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent, ProcMeshComponent) == 0x000010, "Member 'BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent::ProcMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent, bCreateCollision) == 0x000018, "Member 'BGUFunctionLibraryForCS_CopyProceduralMeshFromStaticMeshComponent::bCreateCollision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_RemoveAllQueriesByQuerier \ +static_assert(alignof(BGUFunctionLibraryForCS_RemoveAllQueriesByQuerier) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_RemoveAllQueriesByQuerier"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_RemoveAllQueriesByQuerier) == 0x000008, "Wrong size on BGUFunctionLibraryForCS_RemoveAllQueriesByQuerier"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_RemoveAllQueriesByQuerier, Querier) == 0x000000, "Member 'BGUFunctionLibraryForCS_RemoveAllQueriesByQuerier::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_RequestGameplayTag \ +static_assert(alignof(BGUFunctionLibraryForCS_RequestGameplayTag) == 0x000004, "Wrong alignment on BGUFunctionLibraryForCS_RequestGameplayTag"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_RequestGameplayTag) == 0x000014, "Wrong size on BGUFunctionLibraryForCS_RequestGameplayTag"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_RequestGameplayTag, TagName) == 0x000000, "Member 'BGUFunctionLibraryForCS_RequestGameplayTag::TagName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_RequestGameplayTag, ErrorIfNotFound) == 0x000008, "Member 'BGUFunctionLibraryForCS_RequestGameplayTag::ErrorIfNotFound' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_RequestGameplayTag, ReturnValue) == 0x00000C, "Member 'BGUFunctionLibraryForCS_RequestGameplayTag::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_ValidateMontagesForCrossSectionNS \ +static_assert(alignof(BGUFunctionLibraryForCS_ValidateMontagesForCrossSectionNS) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_ValidateMontagesForCrossSectionNS"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_ValidateMontagesForCrossSectionNS) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_ValidateMontagesForCrossSectionNS"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_ValidateMontagesForCrossSectionNS, ResourcePath) == 0x000000, "Member 'BGUFunctionLibraryForCS_ValidateMontagesForCrossSectionNS::ResourcePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder \ +static_assert(alignof(BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder, OverlapActor) == 0x000000, "Member 'BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder::OverlapActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder, OtherActor) == 0x000008, "Member 'BGUFunctionLibraryForCS_OnActorBeginOverlapPlaceholder::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder \ +static_assert(alignof(BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder) == 0x000010, "Wrong size on BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder, OverlapActor) == 0x000000, "Member 'BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder::OverlapActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder, OtherActor) == 0x000008, "Member 'BGUFunctionLibraryForCS_OnActorEndOverlapPlaceholder::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder \ +static_assert(alignof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder) == 0x000108, "Wrong size on BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder, OverlappedComponent) == 0x000000, "Member 'BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder, OtherActor) == 0x000008, "Member 'BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder, OtherComp) == 0x000010, "Member 'BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder, OtherBodyIndex) == 0x000018, "Member 'BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder, bFromSweep) == 0x00001C, "Member 'BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder::bFromSweep' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder, SweepResult) == 0x000020, "Member 'BGUFunctionLibraryForCS_OnComponentBeginOverlapPlaceholder::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder \ +static_assert(alignof(BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder) == 0x000020, "Wrong size on BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder, OverlappedComponent) == 0x000000, "Member 'BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder, OtherActor) == 0x000008, "Member 'BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder, OtherComp) == 0x000010, "Member 'BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder, OtherBodyIndex) == 0x000018, "Member 'BGUFunctionLibraryForCS_OnComponentEndOverlapPlaceholder::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_OnComponentHitPlaceholder \ +static_assert(alignof(BGUFunctionLibraryForCS_OnComponentHitPlaceholder) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_OnComponentHitPlaceholder"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_OnComponentHitPlaceholder) == 0x000118, "Wrong size on BGUFunctionLibraryForCS_OnComponentHitPlaceholder"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentHitPlaceholder, HitComp) == 0x000000, "Member 'BGUFunctionLibraryForCS_OnComponentHitPlaceholder::HitComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentHitPlaceholder, OtherActor) == 0x000008, "Member 'BGUFunctionLibraryForCS_OnComponentHitPlaceholder::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentHitPlaceholder, OtherComp) == 0x000010, "Member 'BGUFunctionLibraryForCS_OnComponentHitPlaceholder::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentHitPlaceholder, HitImpule) == 0x000018, "Member 'BGUFunctionLibraryForCS_OnComponentHitPlaceholder::HitImpule' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnComponentHitPlaceholder, Hit) == 0x000030, "Member 'BGUFunctionLibraryForCS_OnComponentHitPlaceholder::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder \ +static_assert(alignof(BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder) == 0x000008, "Wrong alignment on BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder"); \ +static_assert(sizeof(BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder) == 0x000028, "Wrong size on BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder, InTargetLevelsKeyword) == 0x000000, "Member 'BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder::InTargetLevelsKeyword' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder, InTargetLevelState) == 0x000010, "Member 'BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder::InTargetLevelState' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder, InOperationID) == 0x000020, "Member 'BGUFunctionLibraryForCS_OnSetLevelsStateFinishedPlaceHolder::InOperationID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunctionLibraryForCS \ +static_assert(alignof(UBGUFunctionLibraryForCS) == 0x000008, "Wrong alignment on UBGUFunctionLibraryForCS"); \ +static_assert(sizeof(UBGUFunctionLibraryForCS) == 0x000028, "Wrong size on UBGUFunctionLibraryForCS"); \ + +#define DUMPER7_ASSERTS_GSEQCBase_ProvideActorsSetCS \ +static_assert(alignof(GSEQCBase_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQCBase_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQCBase_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQCBase_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQCBase_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQCBase_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQCBase_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQCBase_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQCBase_ProvideLocationsSetCS \ +static_assert(alignof(GSEQCBase_ProvideLocationsSetCS) == 0x000008, "Wrong alignment on GSEQCBase_ProvideLocationsSetCS"); \ +static_assert(sizeof(GSEQCBase_ProvideLocationsSetCS) == 0x000010, "Wrong size on GSEQCBase_ProvideLocationsSetCS"); \ +static_assert(offsetof(GSEQCBase_ProvideLocationsSetCS, QuerierObject) == 0x000000, "Member 'GSEQCBase_ProvideLocationsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQCBase_ProvideLocationsSetCS, QuerierActor) == 0x000008, "Member 'GSEQCBase_ProvideLocationsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQCBase_ProvideSingleActorCS \ +static_assert(alignof(GSEQCBase_ProvideSingleActorCS) == 0x000008, "Wrong alignment on GSEQCBase_ProvideSingleActorCS"); \ +static_assert(sizeof(GSEQCBase_ProvideSingleActorCS) == 0x000010, "Wrong size on GSEQCBase_ProvideSingleActorCS"); \ +static_assert(offsetof(GSEQCBase_ProvideSingleActorCS, QuerierObject) == 0x000000, "Member 'GSEQCBase_ProvideSingleActorCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQCBase_ProvideSingleActorCS, QuerierActor) == 0x000008, "Member 'GSEQCBase_ProvideSingleActorCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQCBase_ProvideSingleLocationCS \ +static_assert(alignof(GSEQCBase_ProvideSingleLocationCS) == 0x000008, "Wrong alignment on GSEQCBase_ProvideSingleLocationCS"); \ +static_assert(sizeof(GSEQCBase_ProvideSingleLocationCS) == 0x000010, "Wrong size on GSEQCBase_ProvideSingleLocationCS"); \ +static_assert(offsetof(GSEQCBase_ProvideSingleLocationCS, QuerierObject) == 0x000000, "Member 'GSEQCBase_ProvideSingleLocationCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQCBase_ProvideSingleLocationCS, QuerierActor) == 0x000008, "Member 'GSEQCBase_ProvideSingleLocationCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQCBase \ +static_assert(alignof(UGSEQCBase) == 0x000008, "Wrong alignment on UGSEQCBase"); \ +static_assert(sizeof(UGSEQCBase) == 0x000070, "Wrong size on UGSEQCBase"); \ +static_assert(offsetof(UGSEQCBase, EQCQueryType) == 0x000028, "Member 'UGSEQCBase::EQCQueryType' has a wrong offset!"); \ +static_assert(offsetof(UGSEQCBase, SingleActorResult) == 0x000030, "Member 'UGSEQCBase::SingleActorResult' has a wrong offset!"); \ +static_assert(offsetof(UGSEQCBase, SingleLocationResult) == 0x000038, "Member 'UGSEQCBase::SingleLocationResult' has a wrong offset!"); \ +static_assert(offsetof(UGSEQCBase, ActorsSetResult) == 0x000050, "Member 'UGSEQCBase::ActorsSetResult' has a wrong offset!"); \ +static_assert(offsetof(UGSEQCBase, LocationsSetResult) == 0x000060, "Member 'UGSEQCBase::LocationsSetResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_AkCompSetSwitch \ +static_assert(alignof(BGUFunctionLibAK_AkCompSetSwitch) == 0x000008, "Wrong alignment on BGUFunctionLibAK_AkCompSetSwitch"); \ +static_assert(sizeof(BGUFunctionLibAK_AkCompSetSwitch) == 0x000020, "Wrong size on BGUFunctionLibAK_AkCompSetSwitch"); \ +static_assert(offsetof(BGUFunctionLibAK_AkCompSetSwitch, AkComp) == 0x000000, "Member 'BGUFunctionLibAK_AkCompSetSwitch::AkComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_AkCompSetSwitch, SwitchValue) == 0x000008, "Member 'BGUFunctionLibAK_AkCompSetSwitch::SwitchValue' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_AkCompSetSwitch, SwitchGroup) == 0x000010, "Member 'BGUFunctionLibAK_AkCompSetSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_AkCompSetSwitch, SwitchState) == 0x000018, "Member 'BGUFunctionLibAK_AkCompSetSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_AkEventPinInGarbageCollector \ +static_assert(alignof(BGUFunctionLibAK_AkEventPinInGarbageCollector) == 0x000008, "Wrong alignment on BGUFunctionLibAK_AkEventPinInGarbageCollector"); \ +static_assert(sizeof(BGUFunctionLibAK_AkEventPinInGarbageCollector) == 0x000010, "Wrong size on BGUFunctionLibAK_AkEventPinInGarbageCollector"); \ +static_assert(offsetof(BGUFunctionLibAK_AkEventPinInGarbageCollector, Event) == 0x000000, "Member 'BGUFunctionLibAK_AkEventPinInGarbageCollector::Event' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_AkEventPinInGarbageCollector, PlayingID) == 0x000008, "Member 'BGUFunctionLibAK_AkEventPinInGarbageCollector::PlayingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_BGUAKStopPlayingID \ +static_assert(alignof(BGUFunctionLibAK_BGUAKStopPlayingID) == 0x000004, "Wrong alignment on BGUFunctionLibAK_BGUAKStopPlayingID"); \ +static_assert(sizeof(BGUFunctionLibAK_BGUAKStopPlayingID) == 0x00000C, "Wrong size on BGUFunctionLibAK_BGUAKStopPlayingID"); \ +static_assert(offsetof(BGUFunctionLibAK_BGUAKStopPlayingID, PlayingID) == 0x000000, "Member 'BGUFunctionLibAK_BGUAKStopPlayingID::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_BGUAKStopPlayingID, FadeOutTimeMs) == 0x000004, "Member 'BGUFunctionLibAK_BGUAKStopPlayingID::FadeOutTimeMs' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_BGUAKStopPlayingID, FadeOutCurveType) == 0x000008, "Member 'BGUFunctionLibAK_BGUAKStopPlayingID::FadeOutCurveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_ExecuteActionOnPlayingID \ +static_assert(alignof(BGUFunctionLibAK_ExecuteActionOnPlayingID) == 0x000004, "Wrong alignment on BGUFunctionLibAK_ExecuteActionOnPlayingID"); \ +static_assert(sizeof(BGUFunctionLibAK_ExecuteActionOnPlayingID) == 0x000010, "Wrong size on BGUFunctionLibAK_ExecuteActionOnPlayingID"); \ +static_assert(offsetof(BGUFunctionLibAK_ExecuteActionOnPlayingID, ActionType) == 0x000000, "Member 'BGUFunctionLibAK_ExecuteActionOnPlayingID::ActionType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_ExecuteActionOnPlayingID, PlayingID) == 0x000004, "Member 'BGUFunctionLibAK_ExecuteActionOnPlayingID::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_ExecuteActionOnPlayingID, FadeOutTimeMs) == 0x000008, "Member 'BGUFunctionLibAK_ExecuteActionOnPlayingID::FadeOutTimeMs' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_ExecuteActionOnPlayingID, FadeOutCurveType) == 0x00000C, "Member 'BGUFunctionLibAK_ExecuteActionOnPlayingID::FadeOutCurveType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_GetSourcePlayPosition \ +static_assert(alignof(BGUFunctionLibAK_GetSourcePlayPosition) == 0x000004, "Wrong alignment on BGUFunctionLibAK_GetSourcePlayPosition"); \ +static_assert(sizeof(BGUFunctionLibAK_GetSourcePlayPosition) == 0x000008, "Wrong size on BGUFunctionLibAK_GetSourcePlayPosition"); \ +static_assert(offsetof(BGUFunctionLibAK_GetSourcePlayPosition, PlayingID) == 0x000000, "Member 'BGUFunctionLibAK_GetSourcePlayPosition::PlayingID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_GetSourcePlayPosition, ReturnValue) == 0x000004, "Member 'BGUFunctionLibAK_GetSourcePlayPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_LoadBank \ +static_assert(alignof(BGUFunctionLibAK_LoadBank) == 0x000008, "Wrong alignment on BGUFunctionLibAK_LoadBank"); \ +static_assert(sizeof(BGUFunctionLibAK_LoadBank) == 0x000010, "Wrong size on BGUFunctionLibAK_LoadBank"); \ +static_assert(offsetof(BGUFunctionLibAK_LoadBank, BankName) == 0x000000, "Member 'BGUFunctionLibAK_LoadBank::BankName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_PostAkEventOnDummyActor \ +static_assert(alignof(BGUFunctionLibAK_PostAkEventOnDummyActor) == 0x000008, "Wrong alignment on BGUFunctionLibAK_PostAkEventOnDummyActor"); \ +static_assert(sizeof(BGUFunctionLibAK_PostAkEventOnDummyActor) == 0x000020, "Wrong size on BGUFunctionLibAK_PostAkEventOnDummyActor"); \ +static_assert(offsetof(BGUFunctionLibAK_PostAkEventOnDummyActor, EventName) == 0x000000, "Member 'BGUFunctionLibAK_PostAkEventOnDummyActor::EventName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_PostAkEventOnDummyActor, Event) == 0x000010, "Member 'BGUFunctionLibAK_PostAkEventOnDummyActor::Event' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_PostAkEventOnDummyActor, ReturnValue) == 0x000018, "Member 'BGUFunctionLibAK_PostAkEventOnDummyActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_SeekOnEvent \ +static_assert(alignof(BGUFunctionLibAK_SeekOnEvent) == 0x000008, "Wrong alignment on BGUFunctionLibAK_SeekOnEvent"); \ +static_assert(sizeof(BGUFunctionLibAK_SeekOnEvent) == 0x000028, "Wrong size on BGUFunctionLibAK_SeekOnEvent"); \ +static_assert(offsetof(BGUFunctionLibAK_SeekOnEvent, InEventName) == 0x000000, "Member 'BGUFunctionLibAK_SeekOnEvent::InEventName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_SeekOnEvent, InComponent) == 0x000010, "Member 'BGUFunctionLibAK_SeekOnEvent::InComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_SeekOnEvent, InPercent) == 0x000018, "Member 'BGUFunctionLibAK_SeekOnEvent::InPercent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_SeekOnEvent, bInSeekToNearestMarker) == 0x00001C, "Member 'BGUFunctionLibAK_SeekOnEvent::bInSeekToNearestMarker' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_SeekOnEvent, InPlayingID) == 0x000020, "Member 'BGUFunctionLibAK_SeekOnEvent::InPlayingID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_SeekOnEvent, ReturnValue) == 0x000024, "Member 'BGUFunctionLibAK_SeekOnEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_SetUnrealGlobalSwitch \ +static_assert(alignof(BGUFunctionLibAK_SetUnrealGlobalSwitch) == 0x000004, "Wrong alignment on BGUFunctionLibAK_SetUnrealGlobalSwitch"); \ +static_assert(sizeof(BGUFunctionLibAK_SetUnrealGlobalSwitch) == 0x000010, "Wrong size on BGUFunctionLibAK_SetUnrealGlobalSwitch"); \ +static_assert(offsetof(BGUFunctionLibAK_SetUnrealGlobalSwitch, SwitchGroup) == 0x000000, "Member 'BGUFunctionLibAK_SetUnrealGlobalSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibAK_SetUnrealGlobalSwitch, SwitchState) == 0x000008, "Member 'BGUFunctionLibAK_SetUnrealGlobalSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibAK_UnLoadBank \ +static_assert(alignof(BGUFunctionLibAK_UnLoadBank) == 0x000008, "Wrong alignment on BGUFunctionLibAK_UnLoadBank"); \ +static_assert(sizeof(BGUFunctionLibAK_UnLoadBank) == 0x000010, "Wrong size on BGUFunctionLibAK_UnLoadBank"); \ +static_assert(offsetof(BGUFunctionLibAK_UnLoadBank, BankName) == 0x000000, "Member 'BGUFunctionLibAK_UnLoadBank::BankName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunctionLibAK \ +static_assert(alignof(UBGUFunctionLibAK) == 0x000008, "Wrong alignment on UBGUFunctionLibAK"); \ +static_assert(sizeof(UBGUFunctionLibAK) == 0x000028, "Wrong size on UBGUFunctionLibAK"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels \ +static_assert(alignof(BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels) == 0x000008, "Wrong alignment on BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels"); \ +static_assert(sizeof(BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels) == 0x000060, "Wrong size on BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels, Comp) == 0x000000, "Member 'BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels, OutResponseToChannels) == 0x000008, "Member 'BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels::OutResponseToChannels' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels, ReturnValue) == 0x000058, "Member 'BGUFunctionLibCollisionChannel_BGUGetCollisionResponseToChannels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels \ +static_assert(alignof(BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels) == 0x000008, "Wrong alignment on BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels"); \ +static_assert(sizeof(BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels) == 0x000058, "Wrong size on BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels, Comp) == 0x000000, "Member 'BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels, ResponseToChannels) == 0x000008, "Member 'BGUFunctionLibCollisionChannel_BGUSetCollisionResponseToChannels::ResponseToChannels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType \ +static_assert(alignof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType) == 0x000001, "Wrong alignment on BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType"); \ +static_assert(sizeof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType) == 0x000002, "Wrong size on BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType, ObjectType) == 0x000000, "Member 'BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType, ReturnValue) == 0x000001, "Member 'BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType \ +static_assert(alignof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType) == 0x000001, "Wrong alignment on BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType"); \ +static_assert(sizeof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType) == 0x000002, "Wrong size on BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType, TraceType) == 0x000000, "Member 'BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType::TraceType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType, ReturnValue) == 0x000001, "Member 'BGUFunctionLibCollisionChannel_ConvertToCollisionChannelByTraceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibCollisionChannel_ConvertToObjectType \ +static_assert(alignof(BGUFunctionLibCollisionChannel_ConvertToObjectType) == 0x000001, "Wrong alignment on BGUFunctionLibCollisionChannel_ConvertToObjectType"); \ +static_assert(sizeof(BGUFunctionLibCollisionChannel_ConvertToObjectType) == 0x000002, "Wrong size on BGUFunctionLibCollisionChannel_ConvertToObjectType"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToObjectType, CollisionChannel) == 0x000000, "Member 'BGUFunctionLibCollisionChannel_ConvertToObjectType::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToObjectType, ReturnValue) == 0x000001, "Member 'BGUFunctionLibCollisionChannel_ConvertToObjectType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibCollisionChannel_ConvertToTraceType \ +static_assert(alignof(BGUFunctionLibCollisionChannel_ConvertToTraceType) == 0x000001, "Wrong alignment on BGUFunctionLibCollisionChannel_ConvertToTraceType"); \ +static_assert(sizeof(BGUFunctionLibCollisionChannel_ConvertToTraceType) == 0x000002, "Wrong size on BGUFunctionLibCollisionChannel_ConvertToTraceType"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToTraceType, CollisionChannel) == 0x000000, "Member 'BGUFunctionLibCollisionChannel_ConvertToTraceType::CollisionChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_ConvertToTraceType, ReturnValue) == 0x000001, "Member 'BGUFunctionLibCollisionChannel_ConvertToTraceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibCollisionChannel_GetCollisionProfileData \ +static_assert(alignof(BGUFunctionLibCollisionChannel_GetCollisionProfileData) == 0x000008, "Wrong alignment on BGUFunctionLibCollisionChannel_GetCollisionProfileData"); \ +static_assert(sizeof(BGUFunctionLibCollisionChannel_GetCollisionProfileData) == 0x000070, "Wrong size on BGUFunctionLibCollisionChannel_GetCollisionProfileData"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_GetCollisionProfileData, Comp) == 0x000000, "Member 'BGUFunctionLibCollisionChannel_GetCollisionProfileData::Comp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_GetCollisionProfileData, ProfileName) == 0x000008, "Member 'BGUFunctionLibCollisionChannel_GetCollisionProfileData::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_GetCollisionProfileData, OutCollisionEnabled) == 0x000010, "Member 'BGUFunctionLibCollisionChannel_GetCollisionProfileData::OutCollisionEnabled' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_GetCollisionProfileData, OutObjectType) == 0x000011, "Member 'BGUFunctionLibCollisionChannel_GetCollisionProfileData::OutObjectType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_GetCollisionProfileData, OutResponseToChannels) == 0x000018, "Member 'BGUFunctionLibCollisionChannel_GetCollisionProfileData::OutResponseToChannels' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibCollisionChannel_GetCollisionProfileData, ReturnValue) == 0x000068, "Member 'BGUFunctionLibCollisionChannel_GetCollisionProfileData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunctionLibCollisionChannel \ +static_assert(alignof(UBGUFunctionLibCollisionChannel) == 0x000008, "Wrong alignment on UBGUFunctionLibCollisionChannel"); \ +static_assert(sizeof(UBGUFunctionLibCollisionChannel) == 0x000028, "Wrong size on UBGUFunctionLibCollisionChannel"); \ + +#define DUMPER7_ASSERTS_UGSEQT_ProjectionPathFinding \ +static_assert(alignof(UGSEQT_ProjectionPathFinding) == 0x000008, "Wrong alignment on UGSEQT_ProjectionPathFinding"); \ +static_assert(sizeof(UGSEQT_ProjectionPathFinding) == 0x000290, "Wrong size on UGSEQT_ProjectionPathFinding"); \ +static_assert(offsetof(UGSEQT_ProjectionPathFinding, ProjectionData) == 0x000280, "Member 'UGSEQT_ProjectionPathFinding::ProjectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTDecoratorCheckCondition \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTDecoratorCheckCondition) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTDecoratorCheckCondition"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTDecoratorCheckCondition) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTDecoratorCheckCondition"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTDecoratorCheckCondition, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTDecoratorCheckCondition::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTServiceActivation \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTServiceActivation) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTServiceActivation"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTServiceActivation) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTServiceActivation"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTServiceActivation, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTServiceActivation::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTServiceDeactivation \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTServiceDeactivation) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTServiceDeactivation"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTServiceDeactivation) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTServiceDeactivation"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTServiceDeactivation, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTServiceDeactivation::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTServiceSearchStart \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTServiceSearchStart) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTServiceSearchStart"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTServiceSearchStart) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTServiceSearchStart"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTServiceSearchStart, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTServiceSearchStart::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTServiceTick \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTServiceTick) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTServiceTick"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTServiceTick) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTServiceTick"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTServiceTick, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTServiceTick::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTTaskAbort \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTTaskAbort) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTTaskAbort"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTTaskAbort) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTTaskAbort"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTTaskAbort, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTTaskAbort::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTTaskExecute \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTTaskExecute) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTTaskExecute"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTTaskExecute) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTTaskExecute"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTTaskExecute, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTTaskExecute::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_BTTaskTick \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_BTTaskTick) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_BTTaskTick"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_BTTaskTick) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_BTTaskTick"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_BTTaskTick, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_BTTaskTick::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_ResetProperty \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_ResetProperty) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_ResetProperty"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_ResetProperty) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_ResetProperty"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_ResetProperty, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_ResetProperty::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_SetCollisionResponseProperty \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_SetCollisionResponseProperty) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_SetCollisionResponseProperty"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_SetCollisionResponseProperty) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_SetCollisionResponseProperty"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_SetCollisionResponseProperty, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_SetCollisionResponseProperty::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_SetEnumProperty \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_SetEnumProperty) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_SetEnumProperty"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_SetEnumProperty) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_SetEnumProperty"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_SetEnumProperty, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_SetEnumProperty::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibCSDelegateRegister_Register_SetFloatProperty \ +static_assert(alignof(BGUFuncLibCSDelegateRegister_Register_SetFloatProperty) == 0x000004, "Wrong alignment on BGUFuncLibCSDelegateRegister_Register_SetFloatProperty"); \ +static_assert(sizeof(BGUFuncLibCSDelegateRegister_Register_SetFloatProperty) == 0x000008, "Wrong size on BGUFuncLibCSDelegateRegister_Register_SetFloatProperty"); \ +static_assert(offsetof(BGUFuncLibCSDelegateRegister_Register_SetFloatProperty, FuncPtr) == 0x000000, "Member 'BGUFuncLibCSDelegateRegister_Register_SetFloatProperty::FuncPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibCSDelegateRegister \ +static_assert(alignof(UBGUFuncLibCSDelegateRegister) == 0x000008, "Wrong alignment on UBGUFuncLibCSDelegateRegister"); \ +static_assert(sizeof(UBGUFuncLibCSDelegateRegister) == 0x000028, "Wrong size on UBGUFuncLibCSDelegateRegister"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_CacheWorldCompositionLevelNames \ +static_assert(alignof(BGUWCStreamingFuncLib_CacheWorldCompositionLevelNames) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_CacheWorldCompositionLevelNames"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_CacheWorldCompositionLevelNames) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_CacheWorldCompositionLevelNames"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_CacheWorldCompositionLevelNames, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_CacheWorldCompositionLevelNames::InWorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_CacheWorldCompositionStreamingLayers \ +static_assert(alignof(BGUWCStreamingFuncLib_CacheWorldCompositionStreamingLayers) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_CacheWorldCompositionStreamingLayers"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_CacheWorldCompositionStreamingLayers) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_CacheWorldCompositionStreamingLayers"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_CacheWorldCompositionStreamingLayers, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_CacheWorldCompositionStreamingLayers::InWorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_CheckLevelState \ +static_assert(alignof(BGUWCStreamingFuncLib_CheckLevelState) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_CheckLevelState"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_CheckLevelState) == 0x000018, "Wrong size on BGUWCStreamingFuncLib_CheckLevelState"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_CheckLevelState, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_CheckLevelState::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_CheckLevelState, InTargetLevelName) == 0x000008, "Member 'BGUWCStreamingFuncLib_CheckLevelState::InTargetLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_DestroyGSWCWorldStreamingSources \ +static_assert(alignof(BGUWCStreamingFuncLib_DestroyGSWCWorldStreamingSources) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_DestroyGSWCWorldStreamingSources"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_DestroyGSWCWorldStreamingSources) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_DestroyGSWCWorldStreamingSources"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_DestroyGSWCWorldStreamingSources, WorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_DestroyGSWCWorldStreamingSources::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_DisableStreamingSource \ +static_assert(alignof(BGUWCStreamingFuncLib_DisableStreamingSource) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_DisableStreamingSource"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_DisableStreamingSource) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_DisableStreamingSource"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_DisableStreamingSource, InActor) == 0x000000, "Member 'BGUWCStreamingFuncLib_DisableStreamingSource::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_EnableStreamingSource \ +static_assert(alignof(BGUWCStreamingFuncLib_EnableStreamingSource) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_EnableStreamingSource"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_EnableStreamingSource) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_EnableStreamingSource"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_EnableStreamingSource, InActor) == 0x000000, "Member 'BGUWCStreamingFuncLib_EnableStreamingSource::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_FlushAllLevelState \ +static_assert(alignof(BGUWCStreamingFuncLib_FlushAllLevelState) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_FlushAllLevelState"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_FlushAllLevelState) == 0x000018, "Wrong size on BGUWCStreamingFuncLib_FlushAllLevelState"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_FlushAllLevelState, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_FlushAllLevelState::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_FlushAllLevelState, InExcludedLevelKeywords) == 0x000008, "Member 'BGUWCStreamingFuncLib_FlushAllLevelState::InExcludedLevelKeywords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_ForceLoadAllStreamingLevels \ +static_assert(alignof(BGUWCStreamingFuncLib_ForceLoadAllStreamingLevels) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_ForceLoadAllStreamingLevels"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_ForceLoadAllStreamingLevels) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_ForceLoadAllStreamingLevels"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_ForceLoadAllStreamingLevels, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_ForceLoadAllStreamingLevels::InWorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_GetAllLevelCurrentState \ +static_assert(alignof(BGUWCStreamingFuncLib_GetAllLevelCurrentState) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_GetAllLevelCurrentState"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_GetAllLevelCurrentState) == 0x000060, "Wrong size on BGUWCStreamingFuncLib_GetAllLevelCurrentState"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetAllLevelCurrentState, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_GetAllLevelCurrentState::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetAllLevelCurrentState, OutLevelStreamingList) == 0x000008, "Member 'BGUWCStreamingFuncLib_GetAllLevelCurrentState::OutLevelStreamingList' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetAllLevelCurrentState, bIgnoreWCTile) == 0x000058, "Member 'BGUWCStreamingFuncLib_GetAllLevelCurrentState::bIgnoreWCTile' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetAllLevelCurrentState, ReturnValue) == 0x00005C, "Member 'BGUWCStreamingFuncLib_GetAllLevelCurrentState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate \ +static_assert(alignof(BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate) == 0x0000B8, "Wrong size on BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate, LevelNames) == 0x000008, "Member 'BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate::LevelNames' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate, OutLevelStreamingList) == 0x000018, "Member 'BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate::OutLevelStreamingList' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate, OutCosideredUpdateSet) == 0x000068, "Member 'BGUWCStreamingFuncLib_GetLevelCurrentStateAndIsConsideredUpdate::OutCosideredUpdateSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_GetLevelFullNames \ +static_assert(alignof(BGUWCStreamingFuncLib_GetLevelFullNames) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_GetLevelFullNames"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_GetLevelFullNames) == 0x000020, "Wrong size on BGUWCStreamingFuncLib_GetLevelFullNames"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelFullNames, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_GetLevelFullNames::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelFullNames, OutLevelNames) == 0x000008, "Member 'BGUWCStreamingFuncLib_GetLevelFullNames::OutLevelNames' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelFullNames, ReturnValue) == 0x000018, "Member 'BGUWCStreamingFuncLib_GetLevelFullNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_GetLevelNames \ +static_assert(alignof(BGUWCStreamingFuncLib_GetLevelNames) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_GetLevelNames"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_GetLevelNames) == 0x000020, "Wrong size on BGUWCStreamingFuncLib_GetLevelNames"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelNames, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_GetLevelNames::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelNames, OutLevelNames) == 0x000008, "Member 'BGUWCStreamingFuncLib_GetLevelNames::OutLevelNames' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelNames, ReturnValue) == 0x000018, "Member 'BGUWCStreamingFuncLib_GetLevelNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_GetLevelNamesByKeyword \ +static_assert(alignof(BGUWCStreamingFuncLib_GetLevelNamesByKeyword) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_GetLevelNamesByKeyword"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_GetLevelNamesByKeyword) == 0x000028, "Wrong size on BGUWCStreamingFuncLib_GetLevelNamesByKeyword"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelNamesByKeyword, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_GetLevelNamesByKeyword::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelNamesByKeyword, InLevelNameKeyword) == 0x000008, "Member 'BGUWCStreamingFuncLib_GetLevelNamesByKeyword::InLevelNameKeyword' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetLevelNamesByKeyword, ReturnValue) == 0x000018, "Member 'BGUWCStreamingFuncLib_GetLevelNamesByKeyword::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum \ +static_assert(alignof(BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum) == 0x000010, "Wrong size on BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum, ReturnValue) == 0x000008, "Member 'BGUWCStreamingFuncLib_GetProcessingStreamingLevelNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_IsLevelStreamable \ +static_assert(alignof(BGUWCStreamingFuncLib_IsLevelStreamable) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_IsLevelStreamable"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_IsLevelStreamable) == 0x000020, "Wrong size on BGUWCStreamingFuncLib_IsLevelStreamable"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_IsLevelStreamable, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_IsLevelStreamable::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_IsLevelStreamable, InTargetLevelName) == 0x000008, "Member 'BGUWCStreamingFuncLib_IsLevelStreamable::InTargetLevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_IsLevelStreamable, ReturnValue) == 0x000018, "Member 'BGUWCStreamingFuncLib_IsLevelStreamable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer \ +static_assert(alignof(BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer) == 0x000028, "Wrong size on BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer, InTargetLayerName) == 0x000008, "Member 'BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer::InTargetLayerName' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer, InTargetLODIndex) == 0x000018, "Member 'BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer::InTargetLODIndex' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer, InTargetScaleFactor) == 0x00001C, "Member 'BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer::InTargetScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer, bBlockTillStreamingCompleted) == 0x000020, "Member 'BGUWCStreamingFuncLib_ModifyStreamingDistanceScaleByStreamingLayer::bBlockTillStreamingCompleted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_PauseDistanceStreaming \ +static_assert(alignof(BGUWCStreamingFuncLib_PauseDistanceStreaming) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_PauseDistanceStreaming"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_PauseDistanceStreaming) == 0x000018, "Wrong size on BGUWCStreamingFuncLib_PauseDistanceStreaming"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_PauseDistanceStreaming, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_PauseDistanceStreaming::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_PauseDistanceStreaming, InExcludedLevelKeywords) == 0x000008, "Member 'BGUWCStreamingFuncLib_PauseDistanceStreaming::InExcludedLevelKeywords' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_QueryProcessingStreamingLevels \ +static_assert(alignof(BGUWCStreamingFuncLib_QueryProcessingStreamingLevels) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_QueryProcessingStreamingLevels"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_QueryProcessingStreamingLevels) == 0x000058, "Wrong size on BGUWCStreamingFuncLib_QueryProcessingStreamingLevels"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_QueryProcessingStreamingLevels, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_QueryProcessingStreamingLevels::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_QueryProcessingStreamingLevels, ReturnValue) == 0x000008, "Member 'BGUWCStreamingFuncLib_QueryProcessingStreamingLevels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_RegisterAsStreamingSource \ +static_assert(alignof(BGUWCStreamingFuncLib_RegisterAsStreamingSource) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_RegisterAsStreamingSource"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_RegisterAsStreamingSource) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_RegisterAsStreamingSource"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_RegisterAsStreamingSource, InActor) == 0x000000, "Member 'BGUWCStreamingFuncLib_RegisterAsStreamingSource::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_SetLevelsState \ +static_assert(alignof(BGUWCStreamingFuncLib_SetLevelsState) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_SetLevelsState"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_SetLevelsState) == 0x000038, "Wrong size on BGUWCStreamingFuncLib_SetLevelsState"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsState, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_SetLevelsState::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsState, InTargetLevelNameOrKeyword) == 0x000008, "Member 'BGUWCStreamingFuncLib_SetLevelsState::InTargetLevelNameOrKeyword' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsState, InTargetState) == 0x000018, "Member 'BGUWCStreamingFuncLib_SetLevelsState::InTargetState' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsState, InOperationID) == 0x00001C, "Member 'BGUWCStreamingFuncLib_SetLevelsState::InOperationID' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsState, bKeywordMatch) == 0x000020, "Member 'BGUWCStreamingFuncLib_SetLevelsState::bKeywordMatch' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsState, bBlockOnLoad) == 0x000021, "Member 'BGUWCStreamingFuncLib_SetLevelsState::bBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsState, ReturnValue) == 0x000028, "Member 'BGUWCStreamingFuncLib_SetLevelsState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_SetLevelsStateByNames \ +static_assert(alignof(BGUWCStreamingFuncLib_SetLevelsStateByNames) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_SetLevelsStateByNames"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_SetLevelsStateByNames) == 0x000038, "Wrong size on BGUWCStreamingFuncLib_SetLevelsStateByNames"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsStateByNames, InWorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_SetLevelsStateByNames::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsStateByNames, InTargetLevelNames) == 0x000008, "Member 'BGUWCStreamingFuncLib_SetLevelsStateByNames::InTargetLevelNames' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsStateByNames, InTargetState) == 0x000018, "Member 'BGUWCStreamingFuncLib_SetLevelsStateByNames::InTargetState' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsStateByNames, InOperationID) == 0x00001C, "Member 'BGUWCStreamingFuncLib_SetLevelsStateByNames::InOperationID' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsStateByNames, bBlockOnLoad) == 0x000020, "Member 'BGUWCStreamingFuncLib_SetLevelsStateByNames::bBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetLevelsStateByNames, ReturnValue) == 0x000028, "Member 'BGUWCStreamingFuncLib_SetLevelsStateByNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_SetStreamingManagerViewSource \ +static_assert(alignof(BGUWCStreamingFuncLib_SetStreamingManagerViewSource) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_SetStreamingManagerViewSource"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_SetStreamingManagerViewSource) == 0x000020, "Wrong size on BGUWCStreamingFuncLib_SetStreamingManagerViewSource"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetStreamingManagerViewSource, ViewLocation) == 0x000000, "Member 'BGUWCStreamingFuncLib_SetStreamingManagerViewSource::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SetStreamingManagerViewSource, Duration) == 0x000018, "Member 'BGUWCStreamingFuncLib_SetStreamingManagerViewSource::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_SpawnStreamingSource \ +static_assert(alignof(BGUWCStreamingFuncLib_SpawnStreamingSource) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_SpawnStreamingSource"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_SpawnStreamingSource) == 0x000020, "Wrong size on BGUWCStreamingFuncLib_SpawnStreamingSource"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SpawnStreamingSource, WorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_SpawnStreamingSource::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_SpawnStreamingSource, SpawnLocation) == 0x000008, "Member 'BGUWCStreamingFuncLib_SpawnStreamingSource::SpawnLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_UnregisterFromStreamingSource \ +static_assert(alignof(BGUWCStreamingFuncLib_UnregisterFromStreamingSource) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_UnregisterFromStreamingSource"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_UnregisterFromStreamingSource) == 0x000008, "Wrong size on BGUWCStreamingFuncLib_UnregisterFromStreamingSource"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_UnregisterFromStreamingSource, InActor) == 0x000000, "Member 'BGUWCStreamingFuncLib_UnregisterFromStreamingSource::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUWCStreamingFuncLib_UpdateStreamingState \ +static_assert(alignof(BGUWCStreamingFuncLib_UpdateStreamingState) == 0x000008, "Wrong alignment on BGUWCStreamingFuncLib_UpdateStreamingState"); \ +static_assert(sizeof(BGUWCStreamingFuncLib_UpdateStreamingState) == 0x000010, "Wrong size on BGUWCStreamingFuncLib_UpdateStreamingState"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_UpdateStreamingState, WorldContext) == 0x000000, "Member 'BGUWCStreamingFuncLib_UpdateStreamingState::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUWCStreamingFuncLib_UpdateStreamingState, bBlockTillComplete) == 0x000008, "Member 'BGUWCStreamingFuncLib_UpdateStreamingState::bBlockTillComplete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUWCStreamingFuncLib \ +static_assert(alignof(UBGUWCStreamingFuncLib) == 0x000008, "Wrong alignment on UBGUWCStreamingFuncLib"); \ +static_assert(sizeof(UBGUWCStreamingFuncLib) == 0x000028, "Wrong size on UBGUWCStreamingFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSEQG_SimpleTeleport \ +static_assert(alignof(UGSEQG_SimpleTeleport) == 0x000008, "Wrong alignment on UGSEQG_SimpleTeleport"); \ +static_assert(sizeof(UGSEQG_SimpleTeleport) == 0x0000D0, "Wrong size on UGSEQG_SimpleTeleport"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bUseCustomCapsuleSize) == 0x000050, "Member 'UGSEQG_SimpleTeleport::bUseCustomCapsuleSize' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, CustomCapsuleHalfHeight) == 0x000054, "Member 'UGSEQG_SimpleTeleport::CustomCapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, CustomCapsuleRadius) == 0x000058, "Member 'UGSEQG_SimpleTeleport::CustomCapsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, ContextBase) == 0x00005C, "Member 'UGSEQG_SimpleTeleport::ContextBase' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, CustomActorContext) == 0x000060, "Member 'UGSEQG_SimpleTeleport::CustomActorContext' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, SceneItemTag) == 0x000068, "Member 'UGSEQG_SimpleTeleport::SceneItemTag' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, SceneItemClass) == 0x000070, "Member 'UGSEQG_SimpleTeleport::SceneItemClass' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, QuerierContext) == 0x000078, "Member 'UGSEQG_SimpleTeleport::QuerierContext' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, PlayerContext) == 0x000080, "Member 'UGSEQG_SimpleTeleport::PlayerContext' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, TargetContext) == 0x000088, "Member 'UGSEQG_SimpleTeleport::TargetContext' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bContextNavProjection) == 0x000090, "Member 'UGSEQG_SimpleTeleport::bContextNavProjection' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, NavProjectionMaxRange) == 0x000094, "Member 'UGSEQG_SimpleTeleport::NavProjectionMaxRange' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bEnableNavigationTrace) == 0x000098, "Member 'UGSEQG_SimpleTeleport::bEnableNavigationTrace' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bEnableCapsuleTrace) == 0x000099, "Member 'UGSEQG_SimpleTeleport::bEnableCapsuleTrace' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bEnableNavigationProjection) == 0x00009A, "Member 'UGSEQG_SimpleTeleport::bEnableNavigationProjection' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bCapsuleHalfHeightAsVerticalOffset) == 0x00009B, "Member 'UGSEQG_SimpleTeleport::bCapsuleHalfHeightAsVerticalOffset' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bEnableCapsuleProjection) == 0x00009C, "Member 'UGSEQG_SimpleTeleport::bEnableCapsuleProjection' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bQuerierNavPathExist) == 0x00009D, "Member 'UGSEQG_SimpleTeleport::bQuerierNavPathExist' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bPlayerNavPathExist) == 0x00009E, "Member 'UGSEQG_SimpleTeleport::bPlayerNavPathExist' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, bTestCapsuleOverlap) == 0x00009F, "Member 'UGSEQG_SimpleTeleport::bTestCapsuleOverlap' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, MaxNavCost) == 0x0000A0, "Member 'UGSEQG_SimpleTeleport::MaxNavCost' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, NavProjectionTest) == 0x0000A8, "Member 'UGSEQG_SimpleTeleport::NavProjectionTest' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, CapsuleProjectionTest) == 0x0000B0, "Member 'UGSEQG_SimpleTeleport::CapsuleProjectionTest' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, PlayerNavPathExistTest) == 0x0000B8, "Member 'UGSEQG_SimpleTeleport::PlayerNavPathExistTest' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, QuerierNavPathExistTest) == 0x0000C0, "Member 'UGSEQG_SimpleTeleport::QuerierNavPathExistTest' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleTeleport, CapsuleOverlapTest) == 0x0000C8, "Member 'UGSEQG_SimpleTeleport::CapsuleOverlapTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_Circle \ +static_assert(alignof(UGSEQG_Circle) == 0x000008, "Wrong alignment on UGSEQG_Circle"); \ +static_assert(sizeof(UGSEQG_Circle) == 0x0000E8, "Wrong size on UGSEQG_Circle"); \ +static_assert(offsetof(UGSEQG_Circle, CircleRadius) == 0x0000D0, "Member 'UGSEQG_Circle::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Circle, SpaceBetween) == 0x0000D4, "Member 'UGSEQG_Circle::SpaceBetween' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Circle, NumberOfPoints) == 0x0000D8, "Member 'UGSEQG_Circle::NumberOfPoints' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Circle, PointOnCircleSpacingMethod) == 0x0000DC, "Member 'UGSEQG_Circle::PointOnCircleSpacingMethod' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Circle, AngleCenterDirection) == 0x0000DD, "Member 'UGSEQG_Circle::AngleCenterDirection' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Circle, LeftAngle) == 0x0000E0, "Member 'UGSEQG_Circle::LeftAngle' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Circle, RightAngle) == 0x0000E4, "Member 'UGSEQG_Circle::RightAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUHiddenDistanceComponent \ +static_assert(alignof(UBGUHiddenDistanceComponent) == 0x000008, "Wrong alignment on UBGUHiddenDistanceComponent"); \ +static_assert(sizeof(UBGUHiddenDistanceComponent) == 0x0000E8, "Wrong size on UBGUHiddenDistanceComponent"); \ +static_assert(offsetof(UBGUHiddenDistanceComponent, SupportComponents) == 0x0000C0, "Member 'UBGUHiddenDistanceComponent::SupportComponents' has a wrong offset!"); \ +static_assert(offsetof(UBGUHiddenDistanceComponent, FadeOutDistance) == 0x0000D0, "Member 'UBGUHiddenDistanceComponent::FadeOutDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGUHiddenDistanceComponent, bFadeOut) == 0x0000D4, "Member 'UBGUHiddenDistanceComponent::bFadeOut' has a wrong offset!"); \ +static_assert(offsetof(UBGUHiddenDistanceComponent, SwitchedComponents) == 0x0000D8, "Member 'UBGUHiddenDistanceComponent::SwitchedComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGULevelSequenceActor \ +static_assert(alignof(ABGULevelSequenceActor) == 0x000008, "Wrong alignment on ABGULevelSequenceActor"); \ +static_assert(sizeof(ABGULevelSequenceActor) == 0x000310, "Wrong size on ABGULevelSequenceActor"); \ + +#define DUMPER7_ASSERTS_UBGULevelSequenceInstanceData \ +static_assert(alignof(UBGULevelSequenceInstanceData) == 0x000010, "Wrong alignment on UBGULevelSequenceInstanceData"); \ +static_assert(sizeof(UBGULevelSequenceInstanceData) == 0x0000A0, "Wrong size on UBGULevelSequenceInstanceData"); \ + +#define DUMPER7_ASSERTS_UBGULevelStreamingPauseSection \ +static_assert(alignof(UBGULevelStreamingPauseSection) == 0x000008, "Wrong alignment on UBGULevelStreamingPauseSection"); \ +static_assert(sizeof(UBGULevelStreamingPauseSection) == 0x0000F0, "Wrong size on UBGULevelStreamingPauseSection"); \ + +#define DUMPER7_ASSERTS_UBGULevelStreamingPauseTrack \ +static_assert(alignof(UBGULevelStreamingPauseTrack) == 0x000008, "Wrong alignment on UBGULevelStreamingPauseTrack"); \ +static_assert(sizeof(UBGULevelStreamingPauseTrack) == 0x0000A0, "Wrong size on UBGULevelStreamingPauseTrack"); \ +static_assert(offsetof(UBGULevelStreamingPauseTrack, Sections) == 0x000090, "Member 'UBGULevelStreamingPauseTrack::Sections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_BoolRetTest \ +static_assert(alignof(USharpPerfTestBase_BoolRetTest) == 0x000004, "Wrong alignment on USharpPerfTestBase_BoolRetTest"); \ +static_assert(sizeof(USharpPerfTestBase_BoolRetTest) == 0x00000C, "Wrong size on USharpPerfTestBase_BoolRetTest"); \ +static_assert(offsetof(USharpPerfTestBase_BoolRetTest, p1) == 0x000000, "Member 'USharpPerfTestBase_BoolRetTest::p1' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_BoolRetTest, p2) == 0x000004, "Member 'USharpPerfTestBase_BoolRetTest::p2' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_BoolRetTest, bP3) == 0x000008, "Member 'USharpPerfTestBase_BoolRetTest::bP3' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_BoolRetTest, ReturnValue) == 0x000009, "Member 'USharpPerfTestBase_BoolRetTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_EmptyCallableFuncWithParams \ +static_assert(alignof(USharpPerfTestBase_EmptyCallableFuncWithParams) == 0x000004, "Wrong alignment on USharpPerfTestBase_EmptyCallableFuncWithParams"); \ +static_assert(sizeof(USharpPerfTestBase_EmptyCallableFuncWithParams) == 0x000010, "Wrong size on USharpPerfTestBase_EmptyCallableFuncWithParams"); \ +static_assert(offsetof(USharpPerfTestBase_EmptyCallableFuncWithParams, p1) == 0x000000, "Member 'USharpPerfTestBase_EmptyCallableFuncWithParams::p1' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_EmptyCallableFuncWithParams, p2) == 0x000004, "Member 'USharpPerfTestBase_EmptyCallableFuncWithParams::p2' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_EmptyCallableFuncWithParams, p3) == 0x000008, "Member 'USharpPerfTestBase_EmptyCallableFuncWithParams::p3' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_EmptyCallableFuncWithParams, bP4) == 0x00000C, "Member 'USharpPerfTestBase_EmptyCallableFuncWithParams::bP4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_EmptyCallableFuncWithParams2 \ +static_assert(alignof(USharpPerfTestBase_EmptyCallableFuncWithParams2) == 0x000008, "Wrong alignment on USharpPerfTestBase_EmptyCallableFuncWithParams2"); \ +static_assert(sizeof(USharpPerfTestBase_EmptyCallableFuncWithParams2) == 0x000030, "Wrong size on USharpPerfTestBase_EmptyCallableFuncWithParams2"); \ +static_assert(offsetof(USharpPerfTestBase_EmptyCallableFuncWithParams2, p1) == 0x000000, "Member 'USharpPerfTestBase_EmptyCallableFuncWithParams2::p1' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_EmptyCallableFuncWithParams2, p2) == 0x000008, "Member 'USharpPerfTestBase_EmptyCallableFuncWithParams2::p2' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_EmptyCallableFuncWithParams2, p3) == 0x000018, "Member 'USharpPerfTestBase_EmptyCallableFuncWithParams2::p3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_IntRetTest \ +static_assert(alignof(USharpPerfTestBase_IntRetTest) == 0x000004, "Wrong alignment on USharpPerfTestBase_IntRetTest"); \ +static_assert(sizeof(USharpPerfTestBase_IntRetTest) == 0x000014, "Wrong size on USharpPerfTestBase_IntRetTest"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest, p1) == 0x000000, "Member 'USharpPerfTestBase_IntRetTest::p1' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest, p2) == 0x000004, "Member 'USharpPerfTestBase_IntRetTest::p2' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest, bP3) == 0x000008, "Member 'USharpPerfTestBase_IntRetTest::bP3' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest, Out1) == 0x00000C, "Member 'USharpPerfTestBase_IntRetTest::Out1' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest, ReturnValue) == 0x000010, "Member 'USharpPerfTestBase_IntRetTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_IntRetTest2 \ +static_assert(alignof(USharpPerfTestBase_IntRetTest2) == 0x000004, "Wrong alignment on USharpPerfTestBase_IntRetTest2"); \ +static_assert(sizeof(USharpPerfTestBase_IntRetTest2) == 0x000010, "Wrong size on USharpPerfTestBase_IntRetTest2"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest2, p1) == 0x000000, "Member 'USharpPerfTestBase_IntRetTest2::p1' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest2, p2) == 0x000004, "Member 'USharpPerfTestBase_IntRetTest2::p2' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest2, bP3) == 0x000008, "Member 'USharpPerfTestBase_IntRetTest2::bP3' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_IntRetTest2, ReturnValue) == 0x00000C, "Member 'USharpPerfTestBase_IntRetTest2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_InvokeMultiDelegate \ +static_assert(alignof(USharpPerfTestBase_InvokeMultiDelegate) == 0x000004, "Wrong alignment on USharpPerfTestBase_InvokeMultiDelegate"); \ +static_assert(sizeof(USharpPerfTestBase_InvokeMultiDelegate) == 0x000010, "Wrong size on USharpPerfTestBase_InvokeMultiDelegate"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegate, AttrID) == 0x000000, "Member 'USharpPerfTestBase_InvokeMultiDelegate::AttrID' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegate, RealNewValue) == 0x000004, "Member 'USharpPerfTestBase_InvokeMultiDelegate::RealNewValue' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegate, RealOrgValue) == 0x000008, "Member 'USharpPerfTestBase_InvokeMultiDelegate::RealOrgValue' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegate, ExpectChangeValue) == 0x00000C, "Member 'USharpPerfTestBase_InvokeMultiDelegate::ExpectChangeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_InvokeMultiDelegateNoDyn \ +static_assert(alignof(USharpPerfTestBase_InvokeMultiDelegateNoDyn) == 0x000004, "Wrong alignment on USharpPerfTestBase_InvokeMultiDelegateNoDyn"); \ +static_assert(sizeof(USharpPerfTestBase_InvokeMultiDelegateNoDyn) == 0x000010, "Wrong size on USharpPerfTestBase_InvokeMultiDelegateNoDyn"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegateNoDyn, AttrID) == 0x000000, "Member 'USharpPerfTestBase_InvokeMultiDelegateNoDyn::AttrID' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegateNoDyn, RealNewValue) == 0x000004, "Member 'USharpPerfTestBase_InvokeMultiDelegateNoDyn::RealNewValue' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegateNoDyn, RealOrgValue) == 0x000008, "Member 'USharpPerfTestBase_InvokeMultiDelegateNoDyn::RealOrgValue' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_InvokeMultiDelegateNoDyn, ExpectChangeValue) == 0x00000C, "Member 'USharpPerfTestBase_InvokeMultiDelegateNoDyn::ExpectChangeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_StructAsClassCreate \ +static_assert(alignof(USharpPerfTestBase_StructAsClassCreate) == 0x000008, "Wrong alignment on USharpPerfTestBase_StructAsClassCreate"); \ +static_assert(sizeof(USharpPerfTestBase_StructAsClassCreate) == 0x000020, "Wrong size on USharpPerfTestBase_StructAsClassCreate"); \ +static_assert(offsetof(USharpPerfTestBase_StructAsClassCreate, RawValue) == 0x000000, "Member 'USharpPerfTestBase_StructAsClassCreate::RawValue' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_StructAsClassCreate, ReturnValue) == 0x000008, "Member 'USharpPerfTestBase_StructAsClassCreate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_StructAsClassGetInt \ +static_assert(alignof(USharpPerfTestBase_StructAsClassGetInt) == 0x000008, "Wrong alignment on USharpPerfTestBase_StructAsClassGetInt"); \ +static_assert(sizeof(USharpPerfTestBase_StructAsClassGetInt) == 0x000020, "Wrong size on USharpPerfTestBase_StructAsClassGetInt"); \ +static_assert(offsetof(USharpPerfTestBase_StructAsClassGetInt, InVal) == 0x000000, "Member 'USharpPerfTestBase_StructAsClassGetInt::InVal' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_StructAsClassGetInt, ReturnValue) == 0x000018, "Member 'USharpPerfTestBase_StructAsClassGetInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_TestFastFuncExport \ +static_assert(alignof(USharpPerfTestBase_TestFastFuncExport) == 0x000004, "Wrong alignment on USharpPerfTestBase_TestFastFuncExport"); \ +static_assert(sizeof(USharpPerfTestBase_TestFastFuncExport) == 0x000014, "Wrong size on USharpPerfTestBase_TestFastFuncExport"); \ +static_assert(offsetof(USharpPerfTestBase_TestFastFuncExport, p1) == 0x000000, "Member 'USharpPerfTestBase_TestFastFuncExport::p1' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_TestFastFuncExport, p2) == 0x000004, "Member 'USharpPerfTestBase_TestFastFuncExport::p2' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_TestFastFuncExport, p3) == 0x000008, "Member 'USharpPerfTestBase_TestFastFuncExport::p3' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_TestFastFuncExport, bP4) == 0x00000C, "Member 'USharpPerfTestBase_TestFastFuncExport::bP4' has a wrong offset!"); \ +static_assert(offsetof(USharpPerfTestBase_TestFastFuncExport, ReturnValue) == 0x000010, "Member 'USharpPerfTestBase_TestFastFuncExport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USharpPerfTestBase_TickInCS \ +static_assert(alignof(USharpPerfTestBase_TickInCS) == 0x000004, "Wrong alignment on USharpPerfTestBase_TickInCS"); \ +static_assert(sizeof(USharpPerfTestBase_TickInCS) == 0x000004, "Wrong size on USharpPerfTestBase_TickInCS"); \ +static_assert(offsetof(USharpPerfTestBase_TickInCS, DeltaTime) == 0x000000, "Member 'USharpPerfTestBase_TickInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AUSharpPerfTestBase \ +static_assert(alignof(AUSharpPerfTestBase) == 0x000008, "Wrong alignment on AUSharpPerfTestBase"); \ +static_assert(sizeof(AUSharpPerfTestBase) == 0x0002B8, "Wrong size on AUSharpPerfTestBase"); \ +static_assert(offsetof(AUSharpPerfTestBase, IntProp) == 0x000288, "Member 'AUSharpPerfTestBase::IntProp' has a wrong offset!"); \ +static_assert(offsetof(AUSharpPerfTestBase, FBUE_USharpCallbackPerfTest) == 0x000290, "Member 'AUSharpPerfTestBase::FBUE_USharpCallbackPerfTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGULevelStreamingPauseTrackInstance \ +static_assert(alignof(UBGULevelStreamingPauseTrackInstance) == 0x000008, "Wrong alignment on UBGULevelStreamingPauseTrackInstance"); \ +static_assert(sizeof(UBGULevelStreamingPauseTrackInstance) == 0x000050, "Wrong size on UBGULevelStreamingPauseTrackInstance"); \ + +#define DUMPER7_ASSERTS_BGULocalFluid2DComponent_GetPressureDivergenceTexture \ +static_assert(alignof(BGULocalFluid2DComponent_GetPressureDivergenceTexture) == 0x000008, "Wrong alignment on BGULocalFluid2DComponent_GetPressureDivergenceTexture"); \ +static_assert(sizeof(BGULocalFluid2DComponent_GetPressureDivergenceTexture) == 0x000008, "Wrong size on BGULocalFluid2DComponent_GetPressureDivergenceTexture"); \ +static_assert(offsetof(BGULocalFluid2DComponent_GetPressureDivergenceTexture, ReturnValue) == 0x000000, "Member 'BGULocalFluid2DComponent_GetPressureDivergenceTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGULocalFluid2DComponent_GetVeloDensityTexture \ +static_assert(alignof(BGULocalFluid2DComponent_GetVeloDensityTexture) == 0x000008, "Wrong alignment on BGULocalFluid2DComponent_GetVeloDensityTexture"); \ +static_assert(sizeof(BGULocalFluid2DComponent_GetVeloDensityTexture) == 0x000008, "Wrong size on BGULocalFluid2DComponent_GetVeloDensityTexture"); \ +static_assert(offsetof(BGULocalFluid2DComponent_GetVeloDensityTexture, ReturnValue) == 0x000000, "Member 'BGULocalFluid2DComponent_GetVeloDensityTexture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGULocalFluid2DComponent \ +static_assert(alignof(UBGULocalFluid2DComponent) == 0x000008, "Wrong alignment on UBGULocalFluid2DComponent"); \ +static_assert(sizeof(UBGULocalFluid2DComponent) == 0x0002D0, "Wrong size on UBGULocalFluid2DComponent"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, toggleSim) == 0x0000C0, "Member 'UBGULocalFluid2DComponent::toggleSim' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, bPostProcessCollisionData) == 0x0000C1, "Member 'UBGULocalFluid2DComponent::bPostProcessCollisionData' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, blueprintDrivenParameters) == 0x0000C2, "Member 'UBGULocalFluid2DComponent::blueprintDrivenParameters' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, bMovedCheck) == 0x0000C3, "Member 'UBGULocalFluid2DComponent::bMovedCheck' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, blocationCheck) == 0x0000C4, "Member 'UBGULocalFluid2DComponent::blocationCheck' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, bLocalSim) == 0x0000C5, "Member 'UBGULocalFluid2DComponent::bLocalSim' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, bHighQualitySim) == 0x0000C6, "Member 'UBGULocalFluid2DComponent::bHighQualitySim' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, bSimAreaClamp) == 0x0000C7, "Member 'UBGULocalFluid2DComponent::bSimAreaClamp' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, MaxIteration) == 0x0000C8, "Member 'UBGULocalFluid2DComponent::MaxIteration' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, SimulationResX) == 0x0000CC, "Member 'UBGULocalFluid2DComponent::SimulationResX' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, SimulationResY) == 0x0000D0, "Member 'UBGULocalFluid2DComponent::SimulationResY' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, SimAreaSizeInCM) == 0x0000D4, "Member 'UBGULocalFluid2DComponent::SimAreaSizeInCM' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, SnappedPosParameterName) == 0x0000D8, "Member 'UBGULocalFluid2DComponent::SnappedPosParameterName' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, dynamicSDFMpc) == 0x0000E0, "Member 'UBGULocalFluid2DComponent::dynamicSDFMpc' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, worldOffsetThreshold) == 0x0000E8, "Member 'UBGULocalFluid2DComponent::worldOffsetThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, moveThreadhold) == 0x0000EC, "Member 'UBGULocalFluid2DComponent::moveThreadhold' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, edgeExtendSize) == 0x0000F0, "Member 'UBGULocalFluid2DComponent::edgeExtendSize' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, bExportVeloDensity) == 0x0000F4, "Member 'UBGULocalFluid2DComponent::bExportVeloDensity' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, bExportPressureDivergence) == 0x0000F5, "Member 'UBGULocalFluid2DComponent::bExportPressureDivergence' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, veloDensityOutput) == 0x0000F8, "Member 'UBGULocalFluid2DComponent::veloDensityOutput' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, pressureDivergenceOutput) == 0x000100, "Member 'UBGULocalFluid2DComponent::pressureDivergenceOutput' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, CollisionQueryMaterial) == 0x000108, "Member 'UBGULocalFluid2DComponent::CollisionQueryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, PPCollisionQueryMaterial) == 0x000110, "Member 'UBGULocalFluid2DComponent::PPCollisionQueryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, CompositeMaterial) == 0x000118, "Member 'UBGULocalFluid2DComponent::CompositeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, AdvectMaterial) == 0x000120, "Member 'UBGULocalFluid2DComponent::AdvectMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DivergenceMaterial) == 0x000128, "Member 'UBGULocalFluid2DComponent::DivergenceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, PressureStep1Material) == 0x000130, "Member 'UBGULocalFluid2DComponent::PressureStep1Material' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, PressureStep2Material) == 0x000138, "Member 'UBGULocalFluid2DComponent::PressureStep2Material' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, BrushPuncture) == 0x000140, "Member 'UBGULocalFluid2DComponent::BrushPuncture' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloDirNoise) == 0x000144, "Member 'UBGULocalFluid2DComponent::VeloDirNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, Speed) == 0x000148, "Member 'UBGULocalFluid2DComponent::Speed' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloFromSimAreaMotion) == 0x00014C, "Member 'UBGULocalFluid2DComponent::VeloFromSimAreaMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, SimEdgeBouncyness) == 0x000150, "Member 'UBGULocalFluid2DComponent::SimEdgeBouncyness' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, FadeDensityAtSimEdge) == 0x000154, "Member 'UBGULocalFluid2DComponent::FadeDensityAtSimEdge' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloDirNoiseSize) == 0x000158, "Member 'UBGULocalFluid2DComponent::VeloDirNoiseSize' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloDirNoiseSpeed) == 0x00015C, "Member 'UBGULocalFluid2DComponent::VeloDirNoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloOffsetX) == 0x000160, "Member 'UBGULocalFluid2DComponent::VeloOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloOffsetY) == 0x000164, "Member 'UBGULocalFluid2DComponent::VeloOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloFromBrushMotion) == 0x000168, "Member 'UBGULocalFluid2DComponent::VeloFromBrushMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloStrength) == 0x00016C, "Member 'UBGULocalFluid2DComponent::VeloStrength' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloRotate) == 0x000170, "Member 'UBGULocalFluid2DComponent::VeloRotate' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloAmpNoise) == 0x000174, "Member 'UBGULocalFluid2DComponent::VeloAmpNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, InputFeedback) == 0x000178, "Member 'UBGULocalFluid2DComponent::InputFeedback' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, FlowFeedback) == 0x00017C, "Member 'UBGULocalFluid2DComponent::FlowFeedback' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, Divergence) == 0x000180, "Member 'UBGULocalFluid2DComponent::Divergence' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, BrushSize) == 0x000184, "Member 'UBGULocalFluid2DComponent::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, BrushStrength) == 0x000188, "Member 'UBGULocalFluid2DComponent::BrushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, EraserMode) == 0x00018C, "Member 'UBGULocalFluid2DComponent::EraserMode' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, BrushHardness) == 0x000190, "Member 'UBGULocalFluid2DComponent::BrushHardness' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityTemplate) == 0x000198, "Member 'UBGULocalFluid2DComponent::DensityTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VelocityTemplate) == 0x0001A0, "Member 'UBGULocalFluid2DComponent::VelocityTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VelocityOffsetSpeed) == 0x0001A8, "Member 'UBGULocalFluid2DComponent::VelocityOffsetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, EdgeMaskWidth) == 0x0001AC, "Member 'UBGULocalFluid2DComponent::EdgeMaskWidth' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityTxtMult) == 0x0001B0, "Member 'UBGULocalFluid2DComponent::DensityTxtMult' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityTxtScale) == 0x0001B4, "Member 'UBGULocalFluid2DComponent::DensityTxtScale' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityTxtOffsetX) == 0x0001B8, "Member 'UBGULocalFluid2DComponent::DensityTxtOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityTxtOffsetY) == 0x0001BC, "Member 'UBGULocalFluid2DComponent::DensityTxtOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, BrushNoise) == 0x0001C0, "Member 'UBGULocalFluid2DComponent::BrushNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, VeloInputTile) == 0x0001C4, "Member 'UBGULocalFluid2DComponent::VeloInputTile' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityInputNoiseAmp) == 0x0001C8, "Member 'UBGULocalFluid2DComponent::DensityInputNoiseAmp' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityInputNoiseOffset) == 0x0001CC, "Member 'UBGULocalFluid2DComponent::DensityInputNoiseOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DensityInputNoiseTile) == 0x0001D0, "Member 'UBGULocalFluid2DComponent::DensityInputNoiseTile' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, BrushRnd) == 0x0001D4, "Member 'UBGULocalFluid2DComponent::BrushRnd' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, worldOffsetX) == 0x0001D8, "Member 'UBGULocalFluid2DComponent::worldOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, worldOffsetY) == 0x0001DC, "Member 'UBGULocalFluid2DComponent::worldOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, RT_CollisionResult) == 0x000268, "Member 'UBGULocalFluid2DComponent::RT_CollisionResult' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, RT_PPCollisionResult) == 0x000270, "Member 'UBGULocalFluid2DComponent::RT_PPCollisionResult' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, RT_Advection) == 0x000278, "Member 'UBGULocalFluid2DComponent::RT_Advection' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, RT_PressureDivergence) == 0x000280, "Member 'UBGULocalFluid2DComponent::RT_PressureDivergence' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, RT_Composite) == 0x000288, "Member 'UBGULocalFluid2DComponent::RT_Composite' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, RT_PressureDivergenceTemp) == 0x000290, "Member 'UBGULocalFluid2DComponent::RT_PressureDivergenceTemp' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, CollisionQueryMaterialInstance) == 0x000298, "Member 'UBGULocalFluid2DComponent::CollisionQueryMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, PPCollisionQueryMaterialInstance) == 0x0002A0, "Member 'UBGULocalFluid2DComponent::PPCollisionQueryMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, CompositeMaterialInstance) == 0x0002A8, "Member 'UBGULocalFluid2DComponent::CompositeMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, AdvectMaterialInstance) == 0x0002B0, "Member 'UBGULocalFluid2DComponent::AdvectMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, DivergenceMaterialInstance) == 0x0002B8, "Member 'UBGULocalFluid2DComponent::DivergenceMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, PressureStep1MaterialInstance) == 0x0002C0, "Member 'UBGULocalFluid2DComponent::PressureStep1MaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(UBGULocalFluid2DComponent, PressureStep2MaterialInstance) == 0x0002C8, "Member 'UBGULocalFluid2DComponent::PressureStep2MaterialInstance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPerformerActor_SetOptimizeEnabled \ +static_assert(alignof(BGUPerformerActor_SetOptimizeEnabled) == 0x000001, "Wrong alignment on BGUPerformerActor_SetOptimizeEnabled"); \ +static_assert(sizeof(BGUPerformerActor_SetOptimizeEnabled) == 0x000001, "Wrong size on BGUPerformerActor_SetOptimizeEnabled"); \ +static_assert(offsetof(BGUPerformerActor_SetOptimizeEnabled, bEnable) == 0x000000, "Member 'BGUPerformerActor_SetOptimizeEnabled::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPerformerActor \ +static_assert(alignof(ABGUPerformerActor) == 0x000008, "Wrong alignment on ABGUPerformerActor"); \ +static_assert(sizeof(ABGUPerformerActor) == 0x000300, "Wrong size on ABGUPerformerActor"); \ +static_assert(offsetof(ABGUPerformerActor, Mesh) == 0x0002E8, "Member 'ABGUPerformerActor::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUPerformerActor, CapsuleComponent) == 0x0002F0, "Member 'ABGUPerformerActor::CapsuleComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlacedEditorUtilityBase_GetActorReference \ +static_assert(alignof(BGUPlacedEditorUtilityBase_GetActorReference) == 0x000008, "Wrong alignment on BGUPlacedEditorUtilityBase_GetActorReference"); \ +static_assert(sizeof(BGUPlacedEditorUtilityBase_GetActorReference) == 0x000018, "Wrong size on BGUPlacedEditorUtilityBase_GetActorReference"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_GetActorReference, PathToActor) == 0x000000, "Member 'BGUPlacedEditorUtilityBase_GetActorReference::PathToActor' has a wrong offset!"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_GetActorReference, ReturnValue) == 0x000010, "Member 'BGUPlacedEditorUtilityBase_GetActorReference::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo \ +static_assert(alignof(BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo) == 0x000008, "Wrong alignment on BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo"); \ +static_assert(sizeof(BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo) == 0x000038, "Wrong size on BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo, CameraLocation) == 0x000000, "Member 'BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo::CameraLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo, CameraRotation) == 0x000018, "Member 'BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo, ReturnValue) == 0x000030, "Member 'BGUPlacedEditorUtilityBase_GetLevelViewportCameraInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlacedEditorUtilityBase_GetSelectionSet \ +static_assert(alignof(BGUPlacedEditorUtilityBase_GetSelectionSet) == 0x000008, "Wrong alignment on BGUPlacedEditorUtilityBase_GetSelectionSet"); \ +static_assert(sizeof(BGUPlacedEditorUtilityBase_GetSelectionSet) == 0x000010, "Wrong size on BGUPlacedEditorUtilityBase_GetSelectionSet"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_GetSelectionSet, ReturnValue) == 0x000000, "Member 'BGUPlacedEditorUtilityBase_GetSelectionSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlacedEditorUtilityBase_OnWorldCleanup \ +static_assert(alignof(BGUPlacedEditorUtilityBase_OnWorldCleanup) == 0x000008, "Wrong alignment on BGUPlacedEditorUtilityBase_OnWorldCleanup"); \ +static_assert(sizeof(BGUPlacedEditorUtilityBase_OnWorldCleanup) == 0x000010, "Wrong size on BGUPlacedEditorUtilityBase_OnWorldCleanup"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_OnWorldCleanup, World) == 0x000000, "Member 'BGUPlacedEditorUtilityBase_OnWorldCleanup::World' has a wrong offset!"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_OnWorldCleanup, SessionEnded) == 0x000008, "Member 'BGUPlacedEditorUtilityBase_OnWorldCleanup::SessionEnded' has a wrong offset!"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_OnWorldCleanup, CleanupResources) == 0x000009, "Member 'BGUPlacedEditorUtilityBase_OnWorldCleanup::CleanupResources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlacedEditorUtilityBase_SetActorSelectionState \ +static_assert(alignof(BGUPlacedEditorUtilityBase_SetActorSelectionState) == 0x000008, "Wrong alignment on BGUPlacedEditorUtilityBase_SetActorSelectionState"); \ +static_assert(sizeof(BGUPlacedEditorUtilityBase_SetActorSelectionState) == 0x000010, "Wrong size on BGUPlacedEditorUtilityBase_SetActorSelectionState"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_SetActorSelectionState, Actor) == 0x000000, "Member 'BGUPlacedEditorUtilityBase_SetActorSelectionState::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_SetActorSelectionState, bShouldBeSelected) == 0x000008, "Member 'BGUPlacedEditorUtilityBase_SetActorSelectionState::bShouldBeSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo \ +static_assert(alignof(BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo) == 0x000008, "Wrong alignment on BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo"); \ +static_assert(sizeof(BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo) == 0x000030, "Wrong size on BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo, CameraLocation) == 0x000000, "Member 'BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo::CameraLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo, CameraRotation) == 0x000018, "Member 'BGUPlacedEditorUtilityBase_SetLevelViewportCameraInfo::CameraRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPlacedEditorUtilityBase \ +static_assert(alignof(ABGUPlacedEditorUtilityBase) == 0x000008, "Wrong alignment on ABGUPlacedEditorUtilityBase"); \ +static_assert(sizeof(ABGUPlacedEditorUtilityBase) == 0x000298, "Wrong size on ABGUPlacedEditorUtilityBase"); \ +static_assert(offsetof(ABGUPlacedEditorUtilityBase, HelpText) == 0x000288, "Member 'ABGUPlacedEditorUtilityBase::HelpText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPlayerStart \ +static_assert(alignof(ABGUPlayerStart) == 0x000008, "Wrong alignment on ABGUPlayerStart"); \ +static_assert(sizeof(ABGUPlayerStart) == 0x0002B8, "Wrong size on ABGUPlayerStart"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_DisableAllScreenMessages \ +static_assert(alignof(U3DebugUtil_DisableAllScreenMessages) == 0x000008, "Wrong alignment on U3DebugUtil_DisableAllScreenMessages"); \ +static_assert(sizeof(U3DebugUtil_DisableAllScreenMessages) == 0x000008, "Wrong size on U3DebugUtil_DisableAllScreenMessages"); \ +static_assert(offsetof(U3DebugUtil_DisableAllScreenMessages, WorldCtx) == 0x000000, "Member 'U3DebugUtil_DisableAllScreenMessages::WorldCtx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawCircle \ +static_assert(alignof(U3DebugUtil_U3DrawCircle) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawCircle"); \ +static_assert(sizeof(U3DebugUtil_U3DrawCircle) == 0x000070, "Wrong size on U3DebugUtil_U3DrawCircle"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawCircle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, Base) == 0x000008, "Member 'U3DebugUtil_U3DrawCircle::Base' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, X) == 0x000020, "Member 'U3DebugUtil_U3DrawCircle::X' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, Y) == 0x000038, "Member 'U3DebugUtil_U3DrawCircle::Y' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, Color) == 0x000050, "Member 'U3DebugUtil_U3DrawCircle::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, Radius) == 0x000054, "Member 'U3DebugUtil_U3DrawCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, NumSides) == 0x000058, "Member 'U3DebugUtil_U3DrawCircle::NumSides' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, bPersistentLines) == 0x00005C, "Member 'U3DebugUtil_U3DrawCircle::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, LifeTime) == 0x000060, "Member 'U3DebugUtil_U3DrawCircle::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, DepthPriority) == 0x000064, "Member 'U3DebugUtil_U3DrawCircle::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawCircle, Thickness) == 0x000068, "Member 'U3DebugUtil_U3DrawCircle::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebug2DDonut \ +static_assert(alignof(U3DebugUtil_U3DrawDebug2DDonut) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebug2DDonut"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebug2DDonut) == 0x0000B0, "Wrong size on U3DebugUtil_U3DrawDebug2DDonut"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebug2DDonut::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, TransformMatrix) == 0x000010, "Member 'U3DebugUtil_U3DrawDebug2DDonut::TransformMatrix' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, InnerRadius) == 0x000090, "Member 'U3DebugUtil_U3DrawDebug2DDonut::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, OuterRadius) == 0x000094, "Member 'U3DebugUtil_U3DrawDebug2DDonut::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, Segments) == 0x000098, "Member 'U3DebugUtil_U3DrawDebug2DDonut::Segments' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, Color) == 0x00009C, "Member 'U3DebugUtil_U3DrawDebug2DDonut::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, bPersistentLines) == 0x0000A0, "Member 'U3DebugUtil_U3DrawDebug2DDonut::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, LifeTime) == 0x0000A4, "Member 'U3DebugUtil_U3DrawDebug2DDonut::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, DepthPriority) == 0x0000A8, "Member 'U3DebugUtil_U3DrawDebug2DDonut::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebug2DDonut, Thickness) == 0x0000AC, "Member 'U3DebugUtil_U3DrawDebug2DDonut::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugAltCone \ +static_assert(alignof(U3DebugUtil_U3DrawDebugAltCone) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugAltCone"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugAltCone) == 0x000058, "Wrong size on U3DebugUtil_U3DrawDebugAltCone"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugAltCone::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, Origin) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugAltCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, Rotation) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugAltCone::Rotation' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, Length) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugAltCone::Length' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, AngleWidth) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugAltCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, AngleHeight) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugAltCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, DrawColor) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugAltCone::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, bPersistentLines) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugAltCone::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, LifeTime) == 0x00004C, "Member 'U3DebugUtil_U3DrawDebugAltCone::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, DepthPriority) == 0x000050, "Member 'U3DebugUtil_U3DrawDebugAltCone::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugAltCone, Thickness) == 0x000054, "Member 'U3DebugUtil_U3DrawDebugAltCone::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugBox \ +static_assert(alignof(U3DebugUtil_U3DrawDebugBox) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugBox"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugBox) == 0x000050, "Wrong size on U3DebugUtil_U3DrawDebugBox"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugBox::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugBox::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, Extent) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, Color) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugBox::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, bPersistentLines) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugBox::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, LifeTime) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugBox::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, DepthPriority) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugBox::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox, Thickness) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugBox::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugBox2 \ +static_assert(alignof(U3DebugUtil_U3DrawDebugBox2) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugBox2"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugBox2) == 0x000080, "Wrong size on U3DebugUtil_U3DrawDebugBox2"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugBox2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugBox2::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, Extent) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugBox2::Extent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, Rotation) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugBox2::Rotation' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, Color) == 0x000060, "Member 'U3DebugUtil_U3DrawDebugBox2::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, bPersistentLines) == 0x000064, "Member 'U3DebugUtil_U3DrawDebugBox2::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, LifeTime) == 0x000068, "Member 'U3DebugUtil_U3DrawDebugBox2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, DepthPriority) == 0x00006C, "Member 'U3DebugUtil_U3DrawDebugBox2::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugBox2, Thickness) == 0x000070, "Member 'U3DebugUtil_U3DrawDebugBox2::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCamera \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCamera) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCamera"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCamera) == 0x000050, "Wrong size on U3DebugUtil_U3DrawDebugCamera"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCamera::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, Location) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCamera::Location' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, Rotation) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCamera::Rotation' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, FOVDeg) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCamera::FOVDeg' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, Scale) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugCamera::Scale' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, Color) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugCamera::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, bPersistentLines) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugCamera::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, LifeTime) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugCamera::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCamera, DepthPriority) == 0x00004C, "Member 'U3DebugUtil_U3DrawDebugCamera::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvas2DBox \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvas2DBox) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvas2DBox"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvas2DBox) == 0x000048, "Wrong size on U3DebugUtil_U3DrawDebugCanvas2DBox"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DBox, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvas2DBox::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DBox, Box) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCanvas2DBox::Box' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DBox, LineColor) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugCanvas2DBox::LineColor' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DBox, LineThickness) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugCanvas2DBox::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvas2DCircle \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvas2DCircle) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvas2DCircle"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvas2DCircle) == 0x000038, "Wrong size on U3DebugUtil_U3DrawDebugCanvas2DCircle"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DCircle, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvas2DCircle::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DCircle, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCanvas2DCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DCircle, Radius) == 0x000018, "Member 'U3DebugUtil_U3DrawDebugCanvas2DCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DCircle, NumSides) == 0x00001C, "Member 'U3DebugUtil_U3DrawDebugCanvas2DCircle::NumSides' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DCircle, LineColor) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCanvas2DCircle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DCircle, LineThickness) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugCanvas2DCircle::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvas2DLine \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvas2DLine) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvas2DLine"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvas2DLine) == 0x000048, "Wrong size on U3DebugUtil_U3DrawDebugCanvas2DLine"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine, Start) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine::Start' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine, End) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine::End' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine, LineColor) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine::LineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvas2DLine2 \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvas2DLine2) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvas2DLine2"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvas2DLine2) == 0x000040, "Wrong size on U3DebugUtil_U3DrawDebugCanvas2DLine2"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine2, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine2::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine2, StartPosition) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine2::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine2, EndPosition) == 0x000018, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine2::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine2, LineColor) == 0x000028, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine2::LineColor' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvas2DLine2, LineThickness) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCanvas2DLine2::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvasCircle \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvasCircle) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvasCircle"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvasCircle) == 0x000060, "Wrong size on U3DebugUtil_U3DrawDebugCanvasCircle"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasCircle, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvasCircle::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasCircle, Base) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCanvasCircle::Base' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasCircle, X) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCanvasCircle::X' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasCircle, Y) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCanvasCircle::Y' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasCircle, Color) == 0x000050, "Member 'U3DebugUtil_U3DrawDebugCanvasCircle::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasCircle, Radius) == 0x000054, "Member 'U3DebugUtil_U3DrawDebugCanvasCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasCircle, NumSides) == 0x000058, "Member 'U3DebugUtil_U3DrawDebugCanvasCircle::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvasLine \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvasLine) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvasLine"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvasLine) == 0x000048, "Wrong size on U3DebugUtil_U3DrawDebugCanvasLine"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasLine, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvasLine::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasLine, Start) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCanvasLine::Start' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasLine, End) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCanvasLine::End' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasLine, LineColor) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCanvasLine::LineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvasWireCone \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvasWireCone) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvasWireCone"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvasWireCone) == 0x000080, "Wrong size on U3DebugUtil_U3DrawDebugCanvasWireCone"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireCone, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvasWireCone::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireCone, Transform) == 0x000010, "Member 'U3DebugUtil_U3DrawDebugCanvasWireCone::Transform' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireCone, ConeRadius) == 0x000070, "Member 'U3DebugUtil_U3DrawDebugCanvasWireCone::ConeRadius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireCone, ConeAngle) == 0x000074, "Member 'U3DebugUtil_U3DrawDebugCanvasWireCone::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireCone, ConeSides) == 0x000078, "Member 'U3DebugUtil_U3DrawDebugCanvasWireCone::ConeSides' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireCone, Color) == 0x00007C, "Member 'U3DebugUtil_U3DrawDebugCanvasWireCone::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCanvasWireSphere \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCanvasWireSphere) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCanvasWireSphere"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCanvasWireSphere) == 0x000030, "Wrong size on U3DebugUtil_U3DrawDebugCanvasWireSphere"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireSphere, Canvas) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCanvasWireSphere::Canvas' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireSphere, Base) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCanvasWireSphere::Base' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireSphere, Color) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCanvasWireSphere::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireSphere, Radius) == 0x000024, "Member 'U3DebugUtil_U3DrawDebugCanvasWireSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCanvasWireSphere, NumSides) == 0x000028, "Member 'U3DebugUtil_U3DrawDebugCanvasWireSphere::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCapsule \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCapsule) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugCapsule"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCapsule) == 0x000070, "Wrong size on U3DebugUtil_U3DrawDebugCapsule"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCapsule::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCapsule::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, HalfHeight) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, Radius) == 0x000024, "Member 'U3DebugUtil_U3DrawDebugCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, Rotation) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, Color) == 0x000050, "Member 'U3DebugUtil_U3DrawDebugCapsule::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, bPersistentLines) == 0x000054, "Member 'U3DebugUtil_U3DrawDebugCapsule::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, LifeTime) == 0x000058, "Member 'U3DebugUtil_U3DrawDebugCapsule::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, DepthPriority) == 0x00005C, "Member 'U3DebugUtil_U3DrawDebugCapsule::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCapsule, Thickness) == 0x000060, "Member 'U3DebugUtil_U3DrawDebugCapsule::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCircle \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCircle) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugCircle"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCircle) == 0x0000B0, "Wrong size on U3DebugUtil_U3DrawDebugCircle"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCircle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, TransformMatrix) == 0x000010, "Member 'U3DebugUtil_U3DrawDebugCircle::TransformMatrix' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, Radius) == 0x000090, "Member 'U3DebugUtil_U3DrawDebugCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, Segments) == 0x000094, "Member 'U3DebugUtil_U3DrawDebugCircle::Segments' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, Color) == 0x000098, "Member 'U3DebugUtil_U3DrawDebugCircle::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, bPersistentLines) == 0x00009C, "Member 'U3DebugUtil_U3DrawDebugCircle::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, LifeTime) == 0x0000A0, "Member 'U3DebugUtil_U3DrawDebugCircle::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, DepthPriority) == 0x0000A4, "Member 'U3DebugUtil_U3DrawDebugCircle::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, Thickness) == 0x0000A8, "Member 'U3DebugUtil_U3DrawDebugCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle, bDrawAxis) == 0x0000AC, "Member 'U3DebugUtil_U3DrawDebugCircle::bDrawAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCircle2 \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCircle2) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCircle2"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCircle2) == 0x000078, "Wrong size on U3DebugUtil_U3DrawDebugCircle2"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCircle2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCircle2::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, Radius) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCircle2::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, Segments) == 0x000024, "Member 'U3DebugUtil_U3DrawDebugCircle2::Segments' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, Color) == 0x000028, "Member 'U3DebugUtil_U3DrawDebugCircle2::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, bPersistentLines) == 0x00002C, "Member 'U3DebugUtil_U3DrawDebugCircle2::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, LifeTime) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugCircle2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, DepthPriority) == 0x000034, "Member 'U3DebugUtil_U3DrawDebugCircle2::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, Thickness) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCircle2::Thickness' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, YAxis) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugCircle2::YAxis' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, ZAxis) == 0x000058, "Member 'U3DebugUtil_U3DrawDebugCircle2::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCircle2, bDrawAxis) == 0x000070, "Member 'U3DebugUtil_U3DrawDebugCircle2::bDrawAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCone \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCone) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCone"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCone) == 0x000060, "Wrong size on U3DebugUtil_U3DrawDebugCone"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCone::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, Origin) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, Direction) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, Length) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCone::Length' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, AngleWidth) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, AngleHeight) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, NumSides) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugCone::NumSides' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, Color) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugCone::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, bPersistentLines) == 0x00004C, "Member 'U3DebugUtil_U3DrawDebugCone::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, LifeTime) == 0x000050, "Member 'U3DebugUtil_U3DrawDebugCone::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, DepthPriority) == 0x000054, "Member 'U3DebugUtil_U3DrawDebugCone::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCone, Thickness) == 0x000058, "Member 'U3DebugUtil_U3DrawDebugCone::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCoordinateSystem \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCoordinateSystem) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCoordinateSystem"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCoordinateSystem) == 0x000050, "Wrong size on U3DebugUtil_U3DrawDebugCoordinateSystem"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, AxisLoc) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::AxisLoc' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, AxisRot) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, Scale) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::Scale' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, bPersistentLines) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, LifeTime) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, DepthPriority) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCoordinateSystem, Thickness) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugCoordinateSystem::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCrosshairs \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCrosshairs) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCrosshairs"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCrosshairs) == 0x000050, "Wrong size on U3DebugUtil_U3DrawDebugCrosshairs"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, AxisLoc) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::AxisLoc' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, AxisRot) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, Scale) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::Scale' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, Color) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, bPersistentLines) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, LifeTime) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCrosshairs, DepthPriority) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugCrosshairs::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugCylinder \ +static_assert(alignof(U3DebugUtil_U3DrawDebugCylinder) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugCylinder"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugCylinder) == 0x000058, "Wrong size on U3DebugUtil_U3DrawDebugCylinder"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugCylinder::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, Start) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, End) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, Radius) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, Segments) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugCylinder::Segments' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, Color) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugCylinder::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, bPersistentLines) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugCylinder::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, LifeTime) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugCylinder::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, DepthPriority) == 0x00004C, "Member 'U3DebugUtil_U3DrawDebugCylinder::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugCylinder, Thickness) == 0x000050, "Member 'U3DebugUtil_U3DrawDebugCylinder::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugDirectionalArrow \ +static_assert(alignof(U3DebugUtil_U3DrawDebugDirectionalArrow) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugDirectionalArrow"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugDirectionalArrow) == 0x000050, "Wrong size on U3DebugUtil_U3DrawDebugDirectionalArrow"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, LineStart) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, LineEnd) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, ArrowSize) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, Color) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, bPersistentLines) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, LifeTime) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, DepthPriority) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugDirectionalArrow, Thickness) == 0x00004C, "Member 'U3DebugUtil_U3DrawDebugDirectionalArrow::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugFrustum \ +static_assert(alignof(U3DebugUtil_U3DrawDebugFrustum) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugFrustum"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugFrustum) == 0x0000B0, "Wrong size on U3DebugUtil_U3DrawDebugFrustum"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugFrustum, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugFrustum::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugFrustum, FrustumToWorld) == 0x000010, "Member 'U3DebugUtil_U3DrawDebugFrustum::FrustumToWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugFrustum, Color) == 0x000090, "Member 'U3DebugUtil_U3DrawDebugFrustum::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugFrustum, bPersistentLines) == 0x000094, "Member 'U3DebugUtil_U3DrawDebugFrustum::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugFrustum, LifeTime) == 0x000098, "Member 'U3DebugUtil_U3DrawDebugFrustum::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugFrustum, DepthPriority) == 0x00009C, "Member 'U3DebugUtil_U3DrawDebugFrustum::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugFrustum, Thickness) == 0x0000A0, "Member 'U3DebugUtil_U3DrawDebugFrustum::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugLine \ +static_assert(alignof(U3DebugUtil_U3DrawDebugLine) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugLine"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugLine) == 0x000050, "Wrong size on U3DebugUtil_U3DrawDebugLine"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugLine::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, LineStart) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugLine::LineStart' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, LineEnd) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugLine::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, Color) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugLine::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, bPersistentLines) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugLine::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, LifeTime) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugLine::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, DepthPriority) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugLine::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugLine, Thickness) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugLine::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugMesh \ +static_assert(alignof(U3DebugUtil_U3DrawDebugMesh) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugMesh"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugMesh) == 0x000038, "Wrong size on U3DebugUtil_U3DrawDebugMesh"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugMesh, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugMesh::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugMesh, Verts) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugMesh::Verts' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugMesh, Indices) == 0x000018, "Member 'U3DebugUtil_U3DrawDebugMesh::Indices' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugMesh, Color) == 0x000028, "Member 'U3DebugUtil_U3DrawDebugMesh::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugMesh, bPersistent) == 0x00002C, "Member 'U3DebugUtil_U3DrawDebugMesh::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugMesh, LifeTime) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugMesh::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugMesh, DepthPriority) == 0x000034, "Member 'U3DebugUtil_U3DrawDebugMesh::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugPoint \ +static_assert(alignof(U3DebugUtil_U3DrawDebugPoint) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugPoint"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugPoint) == 0x000038, "Wrong size on U3DebugUtil_U3DrawDebugPoint"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugPoint, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugPoint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugPoint, position) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugPoint::position' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugPoint, Size) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugPoint, PointColor) == 0x000024, "Member 'U3DebugUtil_U3DrawDebugPoint::PointColor' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugPoint, bPersistentLines) == 0x000028, "Member 'U3DebugUtil_U3DrawDebugPoint::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugPoint, LifeTime) == 0x00002C, "Member 'U3DebugUtil_U3DrawDebugPoint::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugPoint, DepthPriority) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugPoint::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugSolidBox \ +static_assert(alignof(U3DebugUtil_U3DrawDebugSolidBox) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugSolidBox"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugSolidBox) == 0x0000C0, "Wrong size on U3DebugUtil_U3DrawDebugSolidBox"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugSolidBox::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox, Box) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugSolidBox::Box' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox, Color) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugSolidBox::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox, Transform) == 0x000050, "Member 'U3DebugUtil_U3DrawDebugSolidBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox, bPersistent) == 0x0000B0, "Member 'U3DebugUtil_U3DrawDebugSolidBox::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox, LifeTime) == 0x0000B4, "Member 'U3DebugUtil_U3DrawDebugSolidBox::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox, DepthPriority) == 0x0000B8, "Member 'U3DebugUtil_U3DrawDebugSolidBox::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugSolidBox2 \ +static_assert(alignof(U3DebugUtil_U3DrawDebugSolidBox2) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugSolidBox2"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugSolidBox2) == 0x000048, "Wrong size on U3DebugUtil_U3DrawDebugSolidBox2"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox2, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugSolidBox2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox2, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugSolidBox2::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox2, Extent) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugSolidBox2::Extent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox2, Color) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugSolidBox2::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox2, bPersistent) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugSolidBox2::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox2, LifeTime) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugSolidBox2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox2, DepthPriority) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugSolidBox2::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugSolidBox3 \ +static_assert(alignof(U3DebugUtil_U3DrawDebugSolidBox3) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugSolidBox3"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugSolidBox3) == 0x000070, "Wrong size on U3DebugUtil_U3DrawDebugSolidBox3"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, Extent) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::Extent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, Rotation) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::Rotation' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, Color) == 0x000060, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, bPersistent) == 0x000064, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, LifeTime) == 0x000068, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidBox3, DepthPriority) == 0x00006C, "Member 'U3DebugUtil_U3DrawDebugSolidBox3::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugSolidPlane \ +static_assert(alignof(U3DebugUtil_U3DrawDebugSolidPlane) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugSolidPlane"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugSolidPlane) == 0x000060, "Wrong size on U3DebugUtil_U3DrawDebugSolidPlane"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, P) == 0x000010, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::P' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, Loc) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::Loc' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, Size) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::Size' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, Color) == 0x00004C, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, bPersistent) == 0x000050, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, LifeTime) == 0x000054, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane, DepthPriority) == 0x000058, "Member 'U3DebugUtil_U3DrawDebugSolidPlane::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugSolidPlane2 \ +static_assert(alignof(U3DebugUtil_U3DrawDebugSolidPlane2) == 0x000010, "Wrong alignment on U3DebugUtil_U3DrawDebugSolidPlane2"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugSolidPlane2) == 0x000070, "Wrong size on U3DebugUtil_U3DrawDebugSolidPlane2"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, P) == 0x000010, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::P' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, Loc) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::Loc' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, Extents) == 0x000048, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::Extents' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, Color) == 0x000058, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, bPersistent) == 0x00005C, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, LifeTime) == 0x000060, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSolidPlane2, DepthPriority) == 0x000064, "Member 'U3DebugUtil_U3DrawDebugSolidPlane2::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugSphere \ +static_assert(alignof(U3DebugUtil_U3DrawDebugSphere) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugSphere"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugSphere) == 0x000040, "Wrong size on U3DebugUtil_U3DrawDebugSphere"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugSphere::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, Center) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, Radius) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, Segments) == 0x000024, "Member 'U3DebugUtil_U3DrawDebugSphere::Segments' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, Color) == 0x000028, "Member 'U3DebugUtil_U3DrawDebugSphere::Color' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, bPersistentLines) == 0x00002C, "Member 'U3DebugUtil_U3DrawDebugSphere::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, LifeTime) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugSphere::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, DepthPriority) == 0x000034, "Member 'U3DebugUtil_U3DrawDebugSphere::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugSphere, Thickness) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugSphere::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3DrawDebugString \ +static_assert(alignof(U3DebugUtil_U3DrawDebugString) == 0x000008, "Wrong alignment on U3DebugUtil_U3DrawDebugString"); \ +static_assert(sizeof(U3DebugUtil_U3DrawDebugString) == 0x000048, "Wrong size on U3DebugUtil_U3DrawDebugString"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, InWorld) == 0x000000, "Member 'U3DebugUtil_U3DrawDebugString::InWorld' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, TextLocation) == 0x000008, "Member 'U3DebugUtil_U3DrawDebugString::TextLocation' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, Text) == 0x000020, "Member 'U3DebugUtil_U3DrawDebugString::Text' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, TestBaseActor) == 0x000030, "Member 'U3DebugUtil_U3DrawDebugString::TestBaseActor' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, TextColor) == 0x000038, "Member 'U3DebugUtil_U3DrawDebugString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, Duration) == 0x00003C, "Member 'U3DebugUtil_U3DrawDebugString::Duration' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, bDrawShadow) == 0x000040, "Member 'U3DebugUtil_U3DrawDebugString::bDrawShadow' has a wrong offset!"); \ +static_assert(offsetof(U3DebugUtil_U3DrawDebugString, FontScale) == 0x000044, "Member 'U3DebugUtil_U3DrawDebugString::FontScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3FlushDebugStrings \ +static_assert(alignof(U3DebugUtil_U3FlushDebugStrings) == 0x000008, "Wrong alignment on U3DebugUtil_U3FlushDebugStrings"); \ +static_assert(sizeof(U3DebugUtil_U3FlushDebugStrings) == 0x000008, "Wrong size on U3DebugUtil_U3FlushDebugStrings"); \ +static_assert(offsetof(U3DebugUtil_U3FlushDebugStrings, InWorld) == 0x000000, "Member 'U3DebugUtil_U3FlushDebugStrings::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_U3DebugUtil_U3FlushPersistentDebugLines \ +static_assert(alignof(U3DebugUtil_U3FlushPersistentDebugLines) == 0x000008, "Wrong alignment on U3DebugUtil_U3FlushPersistentDebugLines"); \ +static_assert(sizeof(U3DebugUtil_U3FlushPersistentDebugLines) == 0x000008, "Wrong size on U3DebugUtil_U3FlushPersistentDebugLines"); \ +static_assert(offsetof(U3DebugUtil_U3FlushPersistentDebugLines, InWorld) == 0x000000, "Member 'U3DebugUtil_U3FlushPersistentDebugLines::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UU3DebugUtil \ +static_assert(alignof(UU3DebugUtil) == 0x000008, "Wrong alignment on UU3DebugUtil"); \ +static_assert(sizeof(UU3DebugUtil) == 0x000028, "Wrong size on UU3DebugUtil"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage \ +static_assert(alignof(BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000008, "Wrong alignment on BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(sizeof(BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage) == 0x000018, "Wrong size on BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, ReqIdx) == 0x000000, "Member 'BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::ReqIdx' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, MontageToPlay) == 0x000008, "Member 'BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage, ReturnValue) == 0x000010, "Member 'BGUPlayMontageCallbackProxy_CreateProxyObjectForPlayMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageCallbackProxy_OnMontageBlendingOut \ +static_assert(alignof(BGUPlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000008, "Wrong alignment on BGUPlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(sizeof(BGUPlayMontageCallbackProxy_OnMontageBlendingOut) == 0x000010, "Wrong size on BGUPlayMontageCallbackProxy_OnMontageBlendingOut"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnMontageBlendingOut, Montage) == 0x000000, "Member 'BGUPlayMontageCallbackProxy_OnMontageBlendingOut::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnMontageBlendingOut, bInterrupted) == 0x000008, "Member 'BGUPlayMontageCallbackProxy_OnMontageBlendingOut::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageCallbackProxy_OnMontageEnded \ +static_assert(alignof(BGUPlayMontageCallbackProxy_OnMontageEnded) == 0x000008, "Wrong alignment on BGUPlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(sizeof(BGUPlayMontageCallbackProxy_OnMontageEnded) == 0x000010, "Wrong size on BGUPlayMontageCallbackProxy_OnMontageEnded"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnMontageEnded, Montage) == 0x000000, "Member 'BGUPlayMontageCallbackProxy_OnMontageEnded::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnMontageEnded, bInterrupted) == 0x000008, "Member 'BGUPlayMontageCallbackProxy_OnMontageEnded::bInterrupted' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageCallbackProxy_OnNotifyBeginReceived \ +static_assert(alignof(BGUPlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000008, "Wrong alignment on BGUPlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(sizeof(BGUPlayMontageCallbackProxy_OnNotifyBeginReceived) == 0x000028, "Wrong size on BGUPlayMontageCallbackProxy_OnNotifyBeginReceived"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnNotifyBeginReceived, NotifyName) == 0x000000, "Member 'BGUPlayMontageCallbackProxy_OnNotifyBeginReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnNotifyBeginReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'BGUPlayMontageCallbackProxy_OnNotifyBeginReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageCallbackProxy_OnNotifyEndReceived \ +static_assert(alignof(BGUPlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000008, "Wrong alignment on BGUPlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(sizeof(BGUPlayMontageCallbackProxy_OnNotifyEndReceived) == 0x000028, "Wrong size on BGUPlayMontageCallbackProxy_OnNotifyEndReceived"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnNotifyEndReceived, NotifyName) == 0x000000, "Member 'BGUPlayMontageCallbackProxy_OnNotifyEndReceived::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_OnNotifyEndReceived, BranchingPointNotifyPayload) == 0x000008, "Member 'BGUPlayMontageCallbackProxy_OnNotifyEndReceived::BranchingPointNotifyPayload' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageCallbackProxy_PlayMontage \ +static_assert(alignof(BGUPlayMontageCallbackProxy_PlayMontage) == 0x000008, "Wrong alignment on BGUPlayMontageCallbackProxy_PlayMontage"); \ +static_assert(sizeof(BGUPlayMontageCallbackProxy_PlayMontage) == 0x000030, "Wrong size on BGUPlayMontageCallbackProxy_PlayMontage"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, InSkeletalMeshComponent) == 0x000000, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::InSkeletalMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, MontageToPlay) == 0x000008, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::MontageToPlay' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, PlayRate) == 0x000010, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, StartingPosition) == 0x000014, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::StartingPosition' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, bSnapShot) == 0x000018, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::bSnapShot' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, StartingSection) == 0x00001C, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::StartingSection' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, ExceptAdditiveSlot) == 0x000024, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::ExceptAdditiveSlot' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageCallbackProxy_PlayMontage, ReturnValue) == 0x00002C, "Member 'BGUPlayMontageCallbackProxy_PlayMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUPlayMontageCallbackProxy \ +static_assert(alignof(UBGUPlayMontageCallbackProxy) == 0x000008, "Wrong alignment on UBGUPlayMontageCallbackProxy"); \ +static_assert(sizeof(UBGUPlayMontageCallbackProxy) == 0x0000B8, "Wrong size on UBGUPlayMontageCallbackProxy"); \ +static_assert(offsetof(UBGUPlayMontageCallbackProxy, OnCompleted) == 0x000030, "Member 'UBGUPlayMontageCallbackProxy::OnCompleted' has a wrong offset!"); \ +static_assert(offsetof(UBGUPlayMontageCallbackProxy, OnBlendOut) == 0x000040, "Member 'UBGUPlayMontageCallbackProxy::OnBlendOut' has a wrong offset!"); \ +static_assert(offsetof(UBGUPlayMontageCallbackProxy, OnInterrupted) == 0x000050, "Member 'UBGUPlayMontageCallbackProxy::OnInterrupted' has a wrong offset!"); \ +static_assert(offsetof(UBGUPlayMontageCallbackProxy, OnNotifyBegin) == 0x000060, "Member 'UBGUPlayMontageCallbackProxy::OnNotifyBegin' has a wrong offset!"); \ +static_assert(offsetof(UBGUPlayMontageCallbackProxy, OnNotifyEnd) == 0x000070, "Member 'UBGUPlayMontageCallbackProxy::OnNotifyEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUProjectileMovementComponent \ +static_assert(alignof(UBGUProjectileMovementComponent) == 0x000010, "Wrong alignment on UBGUProjectileMovementComponent"); \ +static_assert(sizeof(UBGUProjectileMovementComponent) == 0x000280, "Wrong size on UBGUProjectileMovementComponent"); \ +static_assert(offsetof(UBGUProjectileMovementComponent, bForceEnableSimulateWithoutBounce) == 0x000258, "Member 'UBGUProjectileMovementComponent::bForceEnableSimulateWithoutBounce' has a wrong offset!"); \ +static_assert(offsetof(UBGUProjectileMovementComponent, bComputeMoveDeltaOnClient) == 0x000259, "Member 'UBGUProjectileMovementComponent::bComputeMoveDeltaOnClient' has a wrong offset!"); \ +static_assert(offsetof(UBGUProjectileMovementComponent, RepLocation) == 0x000260, "Member 'UBGUProjectileMovementComponent::RepLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGURootMotionFollowMovementComponent_GetMasterMoveComp \ +static_assert(alignof(BGURootMotionFollowMovementComponent_GetMasterMoveComp) == 0x000008, "Wrong alignment on BGURootMotionFollowMovementComponent_GetMasterMoveComp"); \ +static_assert(sizeof(BGURootMotionFollowMovementComponent_GetMasterMoveComp) == 0x000008, "Wrong size on BGURootMotionFollowMovementComponent_GetMasterMoveComp"); \ +static_assert(offsetof(BGURootMotionFollowMovementComponent_GetMasterMoveComp, ReturnValue) == 0x000000, "Member 'BGURootMotionFollowMovementComponent_GetMasterMoveComp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGURootMotionFollowMovementComponent \ +static_assert(alignof(UBGURootMotionFollowMovementComponent) == 0x000010, "Wrong alignment on UBGURootMotionFollowMovementComponent"); \ +static_assert(sizeof(UBGURootMotionFollowMovementComponent) == 0x001680, "Wrong size on UBGURootMotionFollowMovementComponent"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_DisableAllScreenMessages \ +static_assert(alignof(X2DebugUtil_DisableAllScreenMessages) == 0x000008, "Wrong alignment on X2DebugUtil_DisableAllScreenMessages"); \ +static_assert(sizeof(X2DebugUtil_DisableAllScreenMessages) == 0x000008, "Wrong size on X2DebugUtil_DisableAllScreenMessages"); \ +static_assert(offsetof(X2DebugUtil_DisableAllScreenMessages, WorldCtx) == 0x000000, "Member 'X2DebugUtil_DisableAllScreenMessages::WorldCtx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawCircle \ +static_assert(alignof(X2DebugUtil_X2DrawCircle) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawCircle"); \ +static_assert(sizeof(X2DebugUtil_X2DrawCircle) == 0x000078, "Wrong size on X2DebugUtil_X2DrawCircle"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawCircle::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawCircle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, Base) == 0x000010, "Member 'X2DebugUtil_X2DrawCircle::Base' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, X) == 0x000028, "Member 'X2DebugUtil_X2DrawCircle::X' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, Y) == 0x000040, "Member 'X2DebugUtil_X2DrawCircle::Y' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, Color) == 0x000058, "Member 'X2DebugUtil_X2DrawCircle::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, Radius) == 0x00005C, "Member 'X2DebugUtil_X2DrawCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, NumSides) == 0x000060, "Member 'X2DebugUtil_X2DrawCircle::NumSides' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, bPersistentLines) == 0x000064, "Member 'X2DebugUtil_X2DrawCircle::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, LifeTime) == 0x000068, "Member 'X2DebugUtil_X2DrawCircle::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, DepthPriority) == 0x00006C, "Member 'X2DebugUtil_X2DrawCircle::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawCircle, Thickness) == 0x000070, "Member 'X2DebugUtil_X2DrawCircle::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebug2DDonut \ +static_assert(alignof(X2DebugUtil_X2DrawDebug2DDonut) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebug2DDonut"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebug2DDonut) == 0x0000B0, "Wrong size on X2DebugUtil_X2DrawDebug2DDonut"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebug2DDonut::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebug2DDonut::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, TransformMatrix) == 0x000010, "Member 'X2DebugUtil_X2DrawDebug2DDonut::TransformMatrix' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, InnerRadius) == 0x000090, "Member 'X2DebugUtil_X2DrawDebug2DDonut::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, OuterRadius) == 0x000094, "Member 'X2DebugUtil_X2DrawDebug2DDonut::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, Segments) == 0x000098, "Member 'X2DebugUtil_X2DrawDebug2DDonut::Segments' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, Color) == 0x00009C, "Member 'X2DebugUtil_X2DrawDebug2DDonut::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, bPersistentLines) == 0x0000A0, "Member 'X2DebugUtil_X2DrawDebug2DDonut::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, LifeTime) == 0x0000A4, "Member 'X2DebugUtil_X2DrawDebug2DDonut::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, DepthPriority) == 0x0000A8, "Member 'X2DebugUtil_X2DrawDebug2DDonut::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebug2DDonut, Thickness) == 0x0000AC, "Member 'X2DebugUtil_X2DrawDebug2DDonut::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugAltCone \ +static_assert(alignof(X2DebugUtil_X2DrawDebugAltCone) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugAltCone"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugAltCone) == 0x000060, "Wrong size on X2DebugUtil_X2DrawDebugAltCone"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugAltCone::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugAltCone::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, Origin) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugAltCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, Rotation) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugAltCone::Rotation' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, Length) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugAltCone::Length' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, AngleWidth) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugAltCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, AngleHeight) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugAltCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, DrawColor) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugAltCone::DrawColor' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, bPersistentLines) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugAltCone::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, LifeTime) == 0x000054, "Member 'X2DebugUtil_X2DrawDebugAltCone::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, DepthPriority) == 0x000058, "Member 'X2DebugUtil_X2DrawDebugAltCone::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugAltCone, Thickness) == 0x00005C, "Member 'X2DebugUtil_X2DrawDebugAltCone::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugBox \ +static_assert(alignof(X2DebugUtil_X2DrawDebugBox) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugBox"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugBox) == 0x000058, "Wrong size on X2DebugUtil_X2DrawDebugBox"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugBox::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugBox::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugBox::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, Extent) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugBox::Extent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, Color) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugBox::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, bPersistentLines) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugBox::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, LifeTime) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugBox::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, DepthPriority) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugBox::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox, Thickness) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugBox::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugBox2 \ +static_assert(alignof(X2DebugUtil_X2DrawDebugBox2) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugBox2"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugBox2) == 0x000080, "Wrong size on X2DebugUtil_X2DrawDebugBox2"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugBox2::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugBox2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugBox2::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, Extent) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugBox2::Extent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, Rotation) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugBox2::Rotation' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, Color) == 0x000060, "Member 'X2DebugUtil_X2DrawDebugBox2::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, bPersistentLines) == 0x000064, "Member 'X2DebugUtil_X2DrawDebugBox2::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, LifeTime) == 0x000068, "Member 'X2DebugUtil_X2DrawDebugBox2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, DepthPriority) == 0x00006C, "Member 'X2DebugUtil_X2DrawDebugBox2::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugBox2, Thickness) == 0x000070, "Member 'X2DebugUtil_X2DrawDebugBox2::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCamera \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCamera) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCamera"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCamera) == 0x000058, "Wrong size on X2DebugUtil_X2DrawDebugCamera"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCamera::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCamera::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, Location) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCamera::Location' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, Rotation) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCamera::Rotation' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, FOVDeg) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCamera::FOVDeg' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, Scale) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugCamera::Scale' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, Color) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugCamera::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, bPersistentLines) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugCamera::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, LifeTime) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugCamera::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCamera, DepthPriority) == 0x000054, "Member 'X2DebugUtil_X2DrawDebugCamera::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvas2DBox \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvas2DBox) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvas2DBox"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvas2DBox) == 0x000050, "Wrong size on X2DebugUtil_X2DrawDebugCanvas2DBox"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DBox, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvas2DBox::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DBox, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvas2DBox::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DBox, Box) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvas2DBox::Box' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DBox, LineColor) == 0x000038, "Member 'X2DebugUtil_X2DrawDebugCanvas2DBox::LineColor' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DBox, LineThickness) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugCanvas2DBox::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvas2DCircle \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvas2DCircle) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvas2DCircle"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvas2DCircle) == 0x000040, "Wrong size on X2DebugUtil_X2DrawDebugCanvas2DCircle"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DCircle, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvas2DCircle::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DCircle, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvas2DCircle::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DCircle, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvas2DCircle::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DCircle, Radius) == 0x000020, "Member 'X2DebugUtil_X2DrawDebugCanvas2DCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DCircle, NumSides) == 0x000024, "Member 'X2DebugUtil_X2DrawDebugCanvas2DCircle::NumSides' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DCircle, LineColor) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCanvas2DCircle::LineColor' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DCircle, LineThickness) == 0x000038, "Member 'X2DebugUtil_X2DrawDebugCanvas2DCircle::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvas2DLine \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvas2DLine) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvas2DLine"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvas2DLine) == 0x000050, "Wrong size on X2DebugUtil_X2DrawDebugCanvas2DLine"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine, Start) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine::Start' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine, End) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine::End' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine, LineColor) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine::LineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvas2DLine2 \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvas2DLine2) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvas2DLine2"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvas2DLine2) == 0x000048, "Wrong size on X2DebugUtil_X2DrawDebugCanvas2DLine2"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine2, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine2::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine2, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine2::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine2, StartPosition) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine2::StartPosition' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine2, EndPosition) == 0x000020, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine2::EndPosition' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine2, LineColor) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine2::LineColor' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvas2DLine2, LineThickness) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCanvas2DLine2::LineThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvasCircle \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvasCircle) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvasCircle"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvasCircle) == 0x000068, "Wrong size on X2DebugUtil_X2DrawDebugCanvasCircle"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, Base) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::Base' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, X) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::X' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, Y) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::Y' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, Color) == 0x000058, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, Radius) == 0x00005C, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasCircle, NumSides) == 0x000060, "Member 'X2DebugUtil_X2DrawDebugCanvasCircle::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvasLine \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvasLine) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvasLine"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvasLine) == 0x000050, "Wrong size on X2DebugUtil_X2DrawDebugCanvasLine"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasLine, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvasLine::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasLine, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvasLine::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasLine, Start) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvasLine::Start' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasLine, End) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCanvasLine::End' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasLine, LineColor) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCanvasLine::LineColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvasWireCone \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvasWireCone) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvasWireCone"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvasWireCone) == 0x000080, "Wrong size on X2DebugUtil_X2DrawDebugCanvasWireCone"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireCone, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvasWireCone::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireCone, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvasWireCone::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireCone, Transform) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvasWireCone::Transform' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireCone, ConeRadius) == 0x000070, "Member 'X2DebugUtil_X2DrawDebugCanvasWireCone::ConeRadius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireCone, ConeAngle) == 0x000074, "Member 'X2DebugUtil_X2DrawDebugCanvasWireCone::ConeAngle' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireCone, ConeSides) == 0x000078, "Member 'X2DebugUtil_X2DrawDebugCanvasWireCone::ConeSides' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireCone, Color) == 0x00007C, "Member 'X2DebugUtil_X2DrawDebugCanvasWireCone::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCanvasWireSphere \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCanvasWireSphere) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCanvasWireSphere"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCanvasWireSphere) == 0x000038, "Wrong size on X2DebugUtil_X2DrawDebugCanvasWireSphere"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireSphere, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCanvasWireSphere::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireSphere, Canvas) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCanvasWireSphere::Canvas' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireSphere, Base) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCanvasWireSphere::Base' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireSphere, Color) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCanvasWireSphere::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireSphere, Radius) == 0x00002C, "Member 'X2DebugUtil_X2DrawDebugCanvasWireSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCanvasWireSphere, NumSides) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugCanvasWireSphere::NumSides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCapsule \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCapsule) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugCapsule"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCapsule) == 0x000070, "Wrong size on X2DebugUtil_X2DrawDebugCapsule"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCapsule::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCapsule::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCapsule::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, HalfHeight) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCapsule::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, Radius) == 0x00002C, "Member 'X2DebugUtil_X2DrawDebugCapsule::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, Rotation) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugCapsule::Rotation' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, Color) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugCapsule::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, bPersistentLines) == 0x000054, "Member 'X2DebugUtil_X2DrawDebugCapsule::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, LifeTime) == 0x000058, "Member 'X2DebugUtil_X2DrawDebugCapsule::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, DepthPriority) == 0x00005C, "Member 'X2DebugUtil_X2DrawDebugCapsule::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCapsule, Thickness) == 0x000060, "Member 'X2DebugUtil_X2DrawDebugCapsule::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCircle \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCircle) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugCircle"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCircle) == 0x0000B0, "Wrong size on X2DebugUtil_X2DrawDebugCircle"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCircle::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCircle::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, TransformMatrix) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCircle::TransformMatrix' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, Radius) == 0x000090, "Member 'X2DebugUtil_X2DrawDebugCircle::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, Segments) == 0x000094, "Member 'X2DebugUtil_X2DrawDebugCircle::Segments' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, Color) == 0x000098, "Member 'X2DebugUtil_X2DrawDebugCircle::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, bPersistentLines) == 0x00009C, "Member 'X2DebugUtil_X2DrawDebugCircle::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, LifeTime) == 0x0000A0, "Member 'X2DebugUtil_X2DrawDebugCircle::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, DepthPriority) == 0x0000A4, "Member 'X2DebugUtil_X2DrawDebugCircle::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, Thickness) == 0x0000A8, "Member 'X2DebugUtil_X2DrawDebugCircle::Thickness' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle, bDrawAxis) == 0x0000AC, "Member 'X2DebugUtil_X2DrawDebugCircle::bDrawAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCircle2 \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCircle2) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCircle2"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCircle2) == 0x000080, "Wrong size on X2DebugUtil_X2DrawDebugCircle2"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCircle2::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCircle2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCircle2::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, Radius) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCircle2::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, Segments) == 0x00002C, "Member 'X2DebugUtil_X2DrawDebugCircle2::Segments' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, Color) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugCircle2::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, bPersistentLines) == 0x000034, "Member 'X2DebugUtil_X2DrawDebugCircle2::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, LifeTime) == 0x000038, "Member 'X2DebugUtil_X2DrawDebugCircle2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, DepthPriority) == 0x00003C, "Member 'X2DebugUtil_X2DrawDebugCircle2::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, Thickness) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCircle2::Thickness' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, YAxis) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugCircle2::YAxis' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, ZAxis) == 0x000060, "Member 'X2DebugUtil_X2DrawDebugCircle2::ZAxis' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCircle2, bDrawAxis) == 0x000078, "Member 'X2DebugUtil_X2DrawDebugCircle2::bDrawAxis' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCone \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCone) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCone"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCone) == 0x000068, "Wrong size on X2DebugUtil_X2DrawDebugCone"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCone::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCone::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, Origin) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCone::Origin' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, Direction) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCone::Direction' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, Length) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCone::Length' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, AngleWidth) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugCone::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, AngleHeight) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugCone::AngleHeight' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, NumSides) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugCone::NumSides' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, Color) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugCone::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, bPersistentLines) == 0x000054, "Member 'X2DebugUtil_X2DrawDebugCone::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, LifeTime) == 0x000058, "Member 'X2DebugUtil_X2DrawDebugCone::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, DepthPriority) == 0x00005C, "Member 'X2DebugUtil_X2DrawDebugCone::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCone, Thickness) == 0x000060, "Member 'X2DebugUtil_X2DrawDebugCone::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCoordinateSystem \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCoordinateSystem) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCoordinateSystem"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCoordinateSystem) == 0x000058, "Wrong size on X2DebugUtil_X2DrawDebugCoordinateSystem"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, AxisLoc) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::AxisLoc' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, AxisRot) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, Scale) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::Scale' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, bPersistentLines) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, LifeTime) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, DepthPriority) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCoordinateSystem, Thickness) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugCoordinateSystem::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCrosshairs \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCrosshairs) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCrosshairs"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCrosshairs) == 0x000058, "Wrong size on X2DebugUtil_X2DrawDebugCrosshairs"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, AxisLoc) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::AxisLoc' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, AxisRot) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::AxisRot' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, Scale) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::Scale' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, Color) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, bPersistentLines) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, LifeTime) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCrosshairs, DepthPriority) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugCrosshairs::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugCylinder \ +static_assert(alignof(X2DebugUtil_X2DrawDebugCylinder) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugCylinder"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugCylinder) == 0x000060, "Wrong size on X2DebugUtil_X2DrawDebugCylinder"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugCylinder::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugCylinder::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, Start) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugCylinder::Start' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, End) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugCylinder::End' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, Radius) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugCylinder::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, Segments) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugCylinder::Segments' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, Color) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugCylinder::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, bPersistentLines) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugCylinder::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, LifeTime) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugCylinder::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, DepthPriority) == 0x000054, "Member 'X2DebugUtil_X2DrawDebugCylinder::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugCylinder, Thickness) == 0x000058, "Member 'X2DebugUtil_X2DrawDebugCylinder::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugDirectionalArrow \ +static_assert(alignof(X2DebugUtil_X2DrawDebugDirectionalArrow) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugDirectionalArrow"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugDirectionalArrow) == 0x000058, "Wrong size on X2DebugUtil_X2DrawDebugDirectionalArrow"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, LineStart) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::LineStart' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, LineEnd) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, ArrowSize) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, Color) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, bPersistentLines) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, LifeTime) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, DepthPriority) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugDirectionalArrow, Thickness) == 0x000054, "Member 'X2DebugUtil_X2DrawDebugDirectionalArrow::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugFrustum \ +static_assert(alignof(X2DebugUtil_X2DrawDebugFrustum) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugFrustum"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugFrustum) == 0x0000B0, "Wrong size on X2DebugUtil_X2DrawDebugFrustum"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugFrustum::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugFrustum::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, FrustumToWorld) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugFrustum::FrustumToWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, Color) == 0x000090, "Member 'X2DebugUtil_X2DrawDebugFrustum::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, bPersistentLines) == 0x000094, "Member 'X2DebugUtil_X2DrawDebugFrustum::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, LifeTime) == 0x000098, "Member 'X2DebugUtil_X2DrawDebugFrustum::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, DepthPriority) == 0x00009C, "Member 'X2DebugUtil_X2DrawDebugFrustum::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugFrustum, Thickness) == 0x0000A0, "Member 'X2DebugUtil_X2DrawDebugFrustum::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugLine \ +static_assert(alignof(X2DebugUtil_X2DrawDebugLine) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugLine"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugLine) == 0x000058, "Wrong size on X2DebugUtil_X2DrawDebugLine"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugLine::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugLine::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, LineStart) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugLine::LineStart' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, LineEnd) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugLine::LineEnd' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, Color) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugLine::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, bPersistentLines) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugLine::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, LifeTime) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugLine::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, DepthPriority) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugLine::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugLine, Thickness) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugLine::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugMesh \ +static_assert(alignof(X2DebugUtil_X2DrawDebugMesh) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugMesh"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugMesh) == 0x000040, "Wrong size on X2DebugUtil_X2DrawDebugMesh"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugMesh::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugMesh::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, Verts) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugMesh::Verts' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, Indices) == 0x000020, "Member 'X2DebugUtil_X2DrawDebugMesh::Indices' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, Color) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugMesh::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, bPersistent) == 0x000034, "Member 'X2DebugUtil_X2DrawDebugMesh::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, LifeTime) == 0x000038, "Member 'X2DebugUtil_X2DrawDebugMesh::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugMesh, DepthPriority) == 0x00003C, "Member 'X2DebugUtil_X2DrawDebugMesh::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugPoint \ +static_assert(alignof(X2DebugUtil_X2DrawDebugPoint) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugPoint"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugPoint) == 0x000040, "Wrong size on X2DebugUtil_X2DrawDebugPoint"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugPoint::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugPoint::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, position) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugPoint::position' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, Size) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugPoint::Size' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, PointColor) == 0x00002C, "Member 'X2DebugUtil_X2DrawDebugPoint::PointColor' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, bPersistentLines) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugPoint::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, LifeTime) == 0x000034, "Member 'X2DebugUtil_X2DrawDebugPoint::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugPoint, DepthPriority) == 0x000038, "Member 'X2DebugUtil_X2DrawDebugPoint::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugSolidBox \ +static_assert(alignof(X2DebugUtil_X2DrawDebugSolidBox) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugSolidBox"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugSolidBox) == 0x0000C0, "Wrong size on X2DebugUtil_X2DrawDebugSolidBox"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugSolidBox::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugSolidBox::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, Box) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugSolidBox::Box' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, Color) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugSolidBox::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, Transform) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugSolidBox::Transform' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, bPersistent) == 0x0000B0, "Member 'X2DebugUtil_X2DrawDebugSolidBox::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, LifeTime) == 0x0000B4, "Member 'X2DebugUtil_X2DrawDebugSolidBox::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox, DepthPriority) == 0x0000B8, "Member 'X2DebugUtil_X2DrawDebugSolidBox::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugSolidBox2 \ +static_assert(alignof(X2DebugUtil_X2DrawDebugSolidBox2) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugSolidBox2"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugSolidBox2) == 0x000050, "Wrong size on X2DebugUtil_X2DrawDebugSolidBox2"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, Extent) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::Extent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, Color) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, bPersistent) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, LifeTime) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox2, DepthPriority) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugSolidBox2::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugSolidBox3 \ +static_assert(alignof(X2DebugUtil_X2DrawDebugSolidBox3) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugSolidBox3"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugSolidBox3) == 0x000070, "Wrong size on X2DebugUtil_X2DrawDebugSolidBox3"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, Extent) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::Extent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, Rotation) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::Rotation' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, Color) == 0x000060, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, bPersistent) == 0x000064, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, LifeTime) == 0x000068, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidBox3, DepthPriority) == 0x00006C, "Member 'X2DebugUtil_X2DrawDebugSolidBox3::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugSolidPlane \ +static_assert(alignof(X2DebugUtil_X2DrawDebugSolidPlane) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugSolidPlane"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugSolidPlane) == 0x000060, "Wrong size on X2DebugUtil_X2DrawDebugSolidPlane"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, P) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::P' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, Loc) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::Loc' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, Size) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::Size' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, Color) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, bPersistent) == 0x000050, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, LifeTime) == 0x000054, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane, DepthPriority) == 0x000058, "Member 'X2DebugUtil_X2DrawDebugSolidPlane::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugSolidPlane2 \ +static_assert(alignof(X2DebugUtil_X2DrawDebugSolidPlane2) == 0x000010, "Wrong alignment on X2DebugUtil_X2DrawDebugSolidPlane2"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugSolidPlane2) == 0x000070, "Wrong size on X2DebugUtil_X2DrawDebugSolidPlane2"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, P) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::P' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, Loc) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::Loc' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, Extents) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::Extents' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, Color) == 0x000058, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, bPersistent) == 0x00005C, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::bPersistent' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, LifeTime) == 0x000060, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSolidPlane2, DepthPriority) == 0x000064, "Member 'X2DebugUtil_X2DrawDebugSolidPlane2::DepthPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugSphere \ +static_assert(alignof(X2DebugUtil_X2DrawDebugSphere) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugSphere"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugSphere) == 0x000048, "Wrong size on X2DebugUtil_X2DrawDebugSphere"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugSphere::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugSphere::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, Center) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugSphere::Center' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, Radius) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, Segments) == 0x00002C, "Member 'X2DebugUtil_X2DrawDebugSphere::Segments' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, Color) == 0x000030, "Member 'X2DebugUtil_X2DrawDebugSphere::Color' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, bPersistentLines) == 0x000034, "Member 'X2DebugUtil_X2DrawDebugSphere::bPersistentLines' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, LifeTime) == 0x000038, "Member 'X2DebugUtil_X2DrawDebugSphere::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, DepthPriority) == 0x00003C, "Member 'X2DebugUtil_X2DrawDebugSphere::DepthPriority' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugSphere, Thickness) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugSphere::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2DrawDebugString \ +static_assert(alignof(X2DebugUtil_X2DrawDebugString) == 0x000008, "Wrong alignment on X2DebugUtil_X2DrawDebugString"); \ +static_assert(sizeof(X2DebugUtil_X2DrawDebugString) == 0x000050, "Wrong size on X2DebugUtil_X2DrawDebugString"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2DrawDebugString::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, InWorld) == 0x000008, "Member 'X2DebugUtil_X2DrawDebugString::InWorld' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, TextLocation) == 0x000010, "Member 'X2DebugUtil_X2DrawDebugString::TextLocation' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, Text) == 0x000028, "Member 'X2DebugUtil_X2DrawDebugString::Text' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, TestBaseActor) == 0x000038, "Member 'X2DebugUtil_X2DrawDebugString::TestBaseActor' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, TextColor) == 0x000040, "Member 'X2DebugUtil_X2DrawDebugString::TextColor' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, Duration) == 0x000044, "Member 'X2DebugUtil_X2DrawDebugString::Duration' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, bDrawShadow) == 0x000048, "Member 'X2DebugUtil_X2DrawDebugString::bDrawShadow' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2DrawDebugString, FontScale) == 0x00004C, "Member 'X2DebugUtil_X2DrawDebugString::FontScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2FlushDebugStrings \ +static_assert(alignof(X2DebugUtil_X2FlushDebugStrings) == 0x000008, "Wrong alignment on X2DebugUtil_X2FlushDebugStrings"); \ +static_assert(sizeof(X2DebugUtil_X2FlushDebugStrings) == 0x000010, "Wrong size on X2DebugUtil_X2FlushDebugStrings"); \ +static_assert(offsetof(X2DebugUtil_X2FlushDebugStrings, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2FlushDebugStrings::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2FlushDebugStrings, InWorld) == 0x000008, "Member 'X2DebugUtil_X2FlushDebugStrings::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_X2DebugUtil_X2FlushPersistentDebugLines \ +static_assert(alignof(X2DebugUtil_X2FlushPersistentDebugLines) == 0x000008, "Wrong alignment on X2DebugUtil_X2FlushPersistentDebugLines"); \ +static_assert(sizeof(X2DebugUtil_X2FlushPersistentDebugLines) == 0x000010, "Wrong size on X2DebugUtil_X2FlushPersistentDebugLines"); \ +static_assert(offsetof(X2DebugUtil_X2FlushPersistentDebugLines, DebugTag) == 0x000000, "Member 'X2DebugUtil_X2FlushPersistentDebugLines::DebugTag' has a wrong offset!"); \ +static_assert(offsetof(X2DebugUtil_X2FlushPersistentDebugLines, InWorld) == 0x000008, "Member 'X2DebugUtil_X2FlushPersistentDebugLines::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UX2DebugUtil \ +static_assert(alignof(UX2DebugUtil) == 0x000008, "Wrong alignment on UX2DebugUtil"); \ +static_assert(sizeof(UX2DebugUtil) == 0x000028, "Wrong size on UX2DebugUtil"); \ + +#define DUMPER7_ASSERTS_BGURootMotionSourceObject_Base_Init \ +static_assert(alignof(BGURootMotionSourceObject_Base_Init) == 0x000008, "Wrong alignment on BGURootMotionSourceObject_Base_Init"); \ +static_assert(sizeof(BGURootMotionSourceObject_Base_Init) == 0x000010, "Wrong size on BGURootMotionSourceObject_Base_Init"); \ +static_assert(offsetof(BGURootMotionSourceObject_Base_Init, MoveComp) == 0x000000, "Member 'BGURootMotionSourceObject_Base_Init::MoveComp' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_Base_Init, InInstanceName) == 0x000008, "Member 'BGURootMotionSourceObject_Base_Init::InInstanceName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGURootMotionSourceObject_Base \ +static_assert(alignof(UBGURootMotionSourceObject_Base) == 0x000008, "Wrong alignment on UBGURootMotionSourceObject_Base"); \ +static_assert(sizeof(UBGURootMotionSourceObject_Base) == 0x000040, "Wrong size on UBGURootMotionSourceObject_Base"); \ +static_assert(offsetof(UBGURootMotionSourceObject_Base, CharacterMovement) == 0x000030, "Member 'UBGURootMotionSourceObject_Base::CharacterMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource \ +static_assert(alignof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource) == 0x000008, "Wrong alignment on BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource"); \ +static_assert(sizeof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource) == 0x000058, "Wrong size on BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, WorldDirection) == 0x000000, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::WorldDirection' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, Strength) == 0x000018, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::Strength' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, Duration) == 0x00001C, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::Duration' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, bIsAdditive) == 0x000020, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::bIsAdditive' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, StrengthOverTime) == 0x000028, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::StrengthOverTime' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, FinishVelocityMode) == 0x000030, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::FinishVelocityMode' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, FinishSetVelocity) == 0x000038, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::FinishSetVelocity' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, FinishClampVelocity) == 0x000050, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::FinishClampVelocity' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, bEnableGravity) == 0x000054, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::bEnableGravity' has a wrong offset!"); \ +static_assert(offsetof(BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource, ReturnValue) == 0x000055, "Member 'BGURootMotionSourceObject_ConstantForce_ApplyRootMotionSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGURootMotionSourceObject_ConstantForce \ +static_assert(alignof(UBGURootMotionSourceObject_ConstantForce) == 0x000008, "Wrong alignment on UBGURootMotionSourceObject_ConstantForce"); \ +static_assert(sizeof(UBGURootMotionSourceObject_ConstantForce) == 0x000040, "Wrong size on UBGURootMotionSourceObject_ConstantForce"); \ + +#define DUMPER7_ASSERTS_IInterface_DispLibEnvVolume \ +static_assert(alignof(IInterface_DispLibEnvVolume) == 0x000001, "Wrong alignment on IInterface_DispLibEnvVolume"); \ +static_assert(sizeof(IInterface_DispLibEnvVolume) == 0x000001, "Wrong size on IInterface_DispLibEnvVolume"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_BoxOverlapBGUCharacters \ +static_assert(alignof(BGUSelectUtil_BoxOverlapBGUCharacters) == 0x000008, "Wrong alignment on BGUSelectUtil_BoxOverlapBGUCharacters"); \ +static_assert(sizeof(BGUSelectUtil_BoxOverlapBGUCharacters) == 0x000050, "Wrong size on BGUSelectUtil_BoxOverlapBGUCharacters"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapBGUCharacters, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_BoxOverlapBGUCharacters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapBGUCharacters, BoxPos) == 0x000008, "Member 'BGUSelectUtil_BoxOverlapBGUCharacters::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapBGUCharacters, BoxExtent) == 0x000020, "Member 'BGUSelectUtil_BoxOverlapBGUCharacters::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapBGUCharacters, OutArray) == 0x000038, "Member 'BGUSelectUtil_BoxOverlapBGUCharacters::OutArray' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapBGUCharacters, QueryChannel) == 0x000048, "Member 'BGUSelectUtil_BoxOverlapBGUCharacters::QueryChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapBGUCharacters, ReturnValue) == 0x00004C, "Member 'BGUSelectUtil_BoxOverlapBGUCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_BoxOverlapV2BGUCharacters \ +static_assert(alignof(BGUSelectUtil_BoxOverlapV2BGUCharacters) == 0x000010, "Wrong alignment on BGUSelectUtil_BoxOverlapV2BGUCharacters"); \ +static_assert(sizeof(BGUSelectUtil_BoxOverlapV2BGUCharacters) == 0x000070, "Wrong size on BGUSelectUtil_BoxOverlapV2BGUCharacters"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapV2BGUCharacters, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_BoxOverlapV2BGUCharacters::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapV2BGUCharacters, BoxPos) == 0x000008, "Member 'BGUSelectUtil_BoxOverlapV2BGUCharacters::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapV2BGUCharacters, Rot) == 0x000020, "Member 'BGUSelectUtil_BoxOverlapV2BGUCharacters::Rot' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapV2BGUCharacters, BoxExtent) == 0x000040, "Member 'BGUSelectUtil_BoxOverlapV2BGUCharacters::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapV2BGUCharacters, OutArray) == 0x000058, "Member 'BGUSelectUtil_BoxOverlapV2BGUCharacters::OutArray' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_BoxOverlapV2BGUCharacters, ReturnValue) == 0x000068, "Member 'BGUSelectUtil_BoxOverlapV2BGUCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_GetHitUnderCursor \ +static_assert(alignof(BGUSelectUtil_GetHitUnderCursor) == 0x000008, "Wrong alignment on BGUSelectUtil_GetHitUnderCursor"); \ +static_assert(sizeof(BGUSelectUtil_GetHitUnderCursor) == 0x000060, "Wrong size on BGUSelectUtil_GetHitUnderCursor"); \ +static_assert(offsetof(BGUSelectUtil_GetHitUnderCursor, PlayerCtrl) == 0x000000, "Member 'BGUSelectUtil_GetHitUnderCursor::PlayerCtrl' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_GetHitUnderCursor, QueryChnl) == 0x000008, "Member 'BGUSelectUtil_GetHitUnderCursor::QueryChnl' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_GetHitUnderCursor, bTraceComplex) == 0x000009, "Member 'BGUSelectUtil_GetHitUnderCursor::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_GetHitUnderCursor, HitResult) == 0x000010, "Member 'BGUSelectUtil_GetHitUnderCursor::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_GetHitUnderCursor, ReturnValue) == 0x000058, "Member 'BGUSelectUtil_GetHitUnderCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_LineTraceForObjects \ +static_assert(alignof(BGUSelectUtil_LineTraceForObjects) == 0x000008, "Wrong alignment on BGUSelectUtil_LineTraceForObjects"); \ +static_assert(sizeof(BGUSelectUtil_LineTraceForObjects) == 0x0000A0, "Wrong size on BGUSelectUtil_LineTraceForObjects"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjects, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_LineTraceForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjects, StartTrace) == 0x000008, "Member 'BGUSelectUtil_LineTraceForObjects::StartTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjects, EndTrace) == 0x000020, "Member 'BGUSelectUtil_LineTraceForObjects::EndTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjects, ObjectTypes) == 0x000038, "Member 'BGUSelectUtil_LineTraceForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjects, bDebug) == 0x000048, "Member 'BGUSelectUtil_LineTraceForObjects::bDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjects, HitResult) == 0x000050, "Member 'BGUSelectUtil_LineTraceForObjects::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjects, ReturnValue) == 0x000098, "Member 'BGUSelectUtil_LineTraceForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_LineTraceForObjectsTypeSimple \ +static_assert(alignof(BGUSelectUtil_LineTraceForObjectsTypeSimple) == 0x000008, "Wrong alignment on BGUSelectUtil_LineTraceForObjectsTypeSimple"); \ +static_assert(sizeof(BGUSelectUtil_LineTraceForObjectsTypeSimple) == 0x0000A0, "Wrong size on BGUSelectUtil_LineTraceForObjectsTypeSimple"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, StartTrace) == 0x000008, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::StartTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, EndTrace) == 0x000020, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::EndTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, ObjectTypes) == 0x000038, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, bDebug) == 0x000048, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::bDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, HitResult) == 0x000050, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, bTraceComplex) == 0x000098, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceForObjectsTypeSimple, ReturnValue) == 0x00009C, "Member 'BGUSelectUtil_LineTraceForObjectsTypeSimple::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_LineTraceMultiByObjType \ +static_assert(alignof(BGUSelectUtil_LineTraceMultiByObjType) == 0x000008, "Wrong alignment on BGUSelectUtil_LineTraceMultiByObjType"); \ +static_assert(sizeof(BGUSelectUtil_LineTraceMultiByObjType) == 0x000068, "Wrong size on BGUSelectUtil_LineTraceMultiByObjType"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceMultiByObjType, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_LineTraceMultiByObjType::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceMultiByObjType, StartTrace) == 0x000008, "Member 'BGUSelectUtil_LineTraceMultiByObjType::StartTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceMultiByObjType, EndTrace) == 0x000020, "Member 'BGUSelectUtil_LineTraceMultiByObjType::EndTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceMultiByObjType, ObjectTypes) == 0x000038, "Member 'BGUSelectUtil_LineTraceMultiByObjType::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceMultiByObjType, bDebug) == 0x000048, "Member 'BGUSelectUtil_LineTraceMultiByObjType::bDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceMultiByObjType, HitResultList) == 0x000050, "Member 'BGUSelectUtil_LineTraceMultiByObjType::HitResultList' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceMultiByObjType, ReturnValue) == 0x000060, "Member 'BGUSelectUtil_LineTraceMultiByObjType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_LineTraceOnlyCheck \ +static_assert(alignof(BGUSelectUtil_LineTraceOnlyCheck) == 0x000008, "Wrong alignment on BGUSelectUtil_LineTraceOnlyCheck"); \ +static_assert(sizeof(BGUSelectUtil_LineTraceOnlyCheck) == 0x0000A0, "Wrong size on BGUSelectUtil_LineTraceOnlyCheck"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_LineTraceOnlyCheck::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, StartTrace) == 0x000008, "Member 'BGUSelectUtil_LineTraceOnlyCheck::StartTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, EndTrace) == 0x000020, "Member 'BGUSelectUtil_LineTraceOnlyCheck::EndTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, QueryChnl) == 0x000038, "Member 'BGUSelectUtil_LineTraceOnlyCheck::QueryChnl' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, bDebug) == 0x000039, "Member 'BGUSelectUtil_LineTraceOnlyCheck::bDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, HitResult) == 0x000040, "Member 'BGUSelectUtil_LineTraceOnlyCheck::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, Ingnores) == 0x000088, "Member 'BGUSelectUtil_LineTraceOnlyCheck::Ingnores' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, bTraceComplex) == 0x000098, "Member 'BGUSelectUtil_LineTraceOnlyCheck::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceOnlyCheck, ReturnValue) == 0x00009C, "Member 'BGUSelectUtil_LineTraceOnlyCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_LineTraceSimple \ +static_assert(alignof(BGUSelectUtil_LineTraceSimple) == 0x000008, "Wrong alignment on BGUSelectUtil_LineTraceSimple"); \ +static_assert(sizeof(BGUSelectUtil_LineTraceSimple) == 0x0000A0, "Wrong size on BGUSelectUtil_LineTraceSimple"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_LineTraceSimple::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, StartTrace) == 0x000008, "Member 'BGUSelectUtil_LineTraceSimple::StartTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, EndTrace) == 0x000020, "Member 'BGUSelectUtil_LineTraceSimple::EndTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, QueryChnl) == 0x000038, "Member 'BGUSelectUtil_LineTraceSimple::QueryChnl' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, bDebug) == 0x000039, "Member 'BGUSelectUtil_LineTraceSimple::bDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, HitResult) == 0x000040, "Member 'BGUSelectUtil_LineTraceSimple::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, Ingnores) == 0x000088, "Member 'BGUSelectUtil_LineTraceSimple::Ingnores' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, bTraceComplex) == 0x000098, "Member 'BGUSelectUtil_LineTraceSimple::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSimple, ReturnValue) == 0x00009C, "Member 'BGUSelectUtil_LineTraceSimple::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_LineTraceSingleForObjects \ +static_assert(alignof(BGUSelectUtil_LineTraceSingleForObjects) == 0x000008, "Wrong alignment on BGUSelectUtil_LineTraceSingleForObjects"); \ +static_assert(sizeof(BGUSelectUtil_LineTraceSingleForObjects) == 0x000180, "Wrong size on BGUSelectUtil_LineTraceSingleForObjects"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_LineTraceSingleForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, Start) == 0x000008, "Member 'BGUSelectUtil_LineTraceSingleForObjects::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, End) == 0x000020, "Member 'BGUSelectUtil_LineTraceSingleForObjects::End' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, ObjectTypes) == 0x000038, "Member 'BGUSelectUtil_LineTraceSingleForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, bTraceComplex) == 0x000048, "Member 'BGUSelectUtil_LineTraceSingleForObjects::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, ActorsToIgnore) == 0x000050, "Member 'BGUSelectUtil_LineTraceSingleForObjects::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, DrawDebugType) == 0x000060, "Member 'BGUSelectUtil_LineTraceSingleForObjects::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, OutHit) == 0x000068, "Member 'BGUSelectUtil_LineTraceSingleForObjects::OutHit' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, bIgnoreSelf) == 0x000150, "Member 'BGUSelectUtil_LineTraceSingleForObjects::bIgnoreSelf' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, TraceColor) == 0x000154, "Member 'BGUSelectUtil_LineTraceSingleForObjects::TraceColor' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, TraceHitColor) == 0x000164, "Member 'BGUSelectUtil_LineTraceSingleForObjects::TraceHitColor' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, DrawTime) == 0x000174, "Member 'BGUSelectUtil_LineTraceSingleForObjects::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_LineTraceSingleForObjects, ReturnValue) == 0x000178, "Member 'BGUSelectUtil_LineTraceSingleForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_MultiSphereTraceForObjects \ +static_assert(alignof(BGUSelectUtil_MultiSphereTraceForObjects) == 0x000008, "Wrong alignment on BGUSelectUtil_MultiSphereTraceForObjects"); \ +static_assert(sizeof(BGUSelectUtil_MultiSphereTraceForObjects) == 0x000070, "Wrong size on BGUSelectUtil_MultiSphereTraceForObjects"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, StartTrace) == 0x000008, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::StartTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, EndTrace) == 0x000020, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::EndTrace' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, Radius) == 0x000038, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::Radius' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, ObjectTypes) == 0x000040, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, bDebug) == 0x000050, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::bDebug' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, HitResultList) == 0x000058, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::HitResultList' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_MultiSphereTraceForObjects, ReturnValue) == 0x000068, "Member 'BGUSelectUtil_MultiSphereTraceForObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_SelectBGUCharactersInCircle \ +static_assert(alignof(BGUSelectUtil_SelectBGUCharactersInCircle) == 0x000008, "Wrong alignment on BGUSelectUtil_SelectBGUCharactersInCircle"); \ +static_assert(sizeof(BGUSelectUtil_SelectBGUCharactersInCircle) == 0x000040, "Wrong size on BGUSelectUtil_SelectBGUCharactersInCircle"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCircle, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_SelectBGUCharactersInCircle::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCircle, OutActors) == 0x000008, "Member 'BGUSelectUtil_SelectBGUCharactersInCircle::OutActors' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCircle, TargetBase) == 0x000018, "Member 'BGUSelectUtil_SelectBGUCharactersInCircle::TargetBase' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCircle, TargetCount) == 0x000020, "Member 'BGUSelectUtil_SelectBGUCharactersInCircle::TargetCount' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCircle, TargetFilter) == 0x000024, "Member 'BGUSelectUtil_SelectBGUCharactersInCircle::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCircle, Params_0) == 0x000028, "Member 'BGUSelectUtil_SelectBGUCharactersInCircle::Params_0' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCircle, ReturnValue) == 0x000038, "Member 'BGUSelectUtil_SelectBGUCharactersInCircle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_SelectBGUCharactersInCylinder \ +static_assert(alignof(BGUSelectUtil_SelectBGUCharactersInCylinder) == 0x000008, "Wrong alignment on BGUSelectUtil_SelectBGUCharactersInCylinder"); \ +static_assert(sizeof(BGUSelectUtil_SelectBGUCharactersInCylinder) == 0x000040, "Wrong size on BGUSelectUtil_SelectBGUCharactersInCylinder"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCylinder, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_SelectBGUCharactersInCylinder::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCylinder, OutActors) == 0x000008, "Member 'BGUSelectUtil_SelectBGUCharactersInCylinder::OutActors' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCylinder, TargetBase) == 0x000018, "Member 'BGUSelectUtil_SelectBGUCharactersInCylinder::TargetBase' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCylinder, TargetCount) == 0x000020, "Member 'BGUSelectUtil_SelectBGUCharactersInCylinder::TargetCount' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCylinder, TargetFilter) == 0x000024, "Member 'BGUSelectUtil_SelectBGUCharactersInCylinder::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCylinder, Params_0) == 0x000028, "Member 'BGUSelectUtil_SelectBGUCharactersInCylinder::Params_0' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInCylinder, ReturnValue) == 0x000038, "Member 'BGUSelectUtil_SelectBGUCharactersInCylinder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_SelectBGUCharactersInRect \ +static_assert(alignof(BGUSelectUtil_SelectBGUCharactersInRect) == 0x000008, "Wrong alignment on BGUSelectUtil_SelectBGUCharactersInRect"); \ +static_assert(sizeof(BGUSelectUtil_SelectBGUCharactersInRect) == 0x000040, "Wrong size on BGUSelectUtil_SelectBGUCharactersInRect"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInRect, WorldContextObject) == 0x000000, "Member 'BGUSelectUtil_SelectBGUCharactersInRect::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInRect, OutActors) == 0x000008, "Member 'BGUSelectUtil_SelectBGUCharactersInRect::OutActors' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInRect, TargetBase) == 0x000018, "Member 'BGUSelectUtil_SelectBGUCharactersInRect::TargetBase' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInRect, TargetCount) == 0x000020, "Member 'BGUSelectUtil_SelectBGUCharactersInRect::TargetCount' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInRect, TargetFilter) == 0x000024, "Member 'BGUSelectUtil_SelectBGUCharactersInRect::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInRect, Params_0) == 0x000028, "Member 'BGUSelectUtil_SelectBGUCharactersInRect::Params_0' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SelectBGUCharactersInRect, ReturnValue) == 0x000038, "Member 'BGUSelectUtil_SelectBGUCharactersInRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSelectUtil_SphereOverlapBGUCharacters \ +static_assert(alignof(BGUSelectUtil_SphereOverlapBGUCharacters) == 0x000008, "Wrong alignment on BGUSelectUtil_SphereOverlapBGUCharacters"); \ +static_assert(sizeof(BGUSelectUtil_SphereOverlapBGUCharacters) == 0x000040, "Wrong size on BGUSelectUtil_SphereOverlapBGUCharacters"); \ +static_assert(offsetof(BGUSelectUtil_SphereOverlapBGUCharacters, WorldContext) == 0x000000, "Member 'BGUSelectUtil_SphereOverlapBGUCharacters::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SphereOverlapBGUCharacters, SphereCenter) == 0x000008, "Member 'BGUSelectUtil_SphereOverlapBGUCharacters::SphereCenter' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SphereOverlapBGUCharacters, Radius) == 0x000020, "Member 'BGUSelectUtil_SphereOverlapBGUCharacters::Radius' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SphereOverlapBGUCharacters, OutArray) == 0x000028, "Member 'BGUSelectUtil_SphereOverlapBGUCharacters::OutArray' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SphereOverlapBGUCharacters, QueryChannel) == 0x000038, "Member 'BGUSelectUtil_SphereOverlapBGUCharacters::QueryChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUSelectUtil_SphereOverlapBGUCharacters, ReturnValue) == 0x00003C, "Member 'BGUSelectUtil_SphereOverlapBGUCharacters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUSelectUtil \ +static_assert(alignof(UBGUSelectUtil) == 0x000008, "Wrong alignment on UBGUSelectUtil"); \ +static_assert(sizeof(UBGUSelectUtil) == 0x000028, "Wrong size on UBGUSelectUtil"); \ + +#define DUMPER7_ASSERTS_ABGUSpiderCharacter \ +static_assert(alignof(ABGUSpiderCharacter) == 0x000010, "Wrong alignment on ABGUSpiderCharacter"); \ +static_assert(sizeof(ABGUSpiderCharacter) == 0x000610, "Wrong size on ABGUSpiderCharacter"); \ + +#define DUMPER7_ASSERTS_UBGUSpiderMovementComponent \ +static_assert(alignof(UBGUSpiderMovementComponent) == 0x000010, "Wrong alignment on UBGUSpiderMovementComponent"); \ +static_assert(sizeof(UBGUSpiderMovementComponent) == 0x001850, "Wrong size on UBGUSpiderMovementComponent"); \ +static_assert(offsetof(UBGUSpiderMovementComponent, bIsOnPlatform) == 0x001848, "Member 'UBGUSpiderMovementComponent::bIsOnPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUSpringArmSettings \ +static_assert(alignof(UBGUSpringArmSettings) == 0x000008, "Wrong alignment on UBGUSpringArmSettings"); \ +static_assert(sizeof(UBGUSpringArmSettings) == 0x000098, "Wrong size on UBGUSpringArmSettings"); \ +static_assert(offsetof(UBGUSpringArmSettings, SurfaceHeightMap) == 0x000038, "Member 'UBGUSpringArmSettings::SurfaceHeightMap' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmSettings, SurfaceMaxHeight) == 0x000088, "Member 'UBGUSpringArmSettings::SurfaceMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmSettings, MaxHeightAboveCharacter) == 0x00008C, "Member 'UBGUSpringArmSettings::MaxHeightAboveCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmSettings, MixArmLengthTolerance) == 0x000090, "Member 'UBGUSpringArmSettings::MixArmLengthTolerance' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmSettings, bDrawDebugSphere) == 0x000094, "Member 'UBGUSpringArmSettings::bDrawDebugSphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSpringArmComponent_BlendLocationsInCS \ +static_assert(alignof(BGUSpringArmComponent_BlendLocationsInCS) == 0x000008, "Wrong alignment on BGUSpringArmComponent_BlendLocationsInCS"); \ +static_assert(sizeof(BGUSpringArmComponent_BlendLocationsInCS) == 0x000138, "Wrong size on BGUSpringArmComponent_BlendLocationsInCS"); \ +static_assert(offsetof(BGUSpringArmComponent_BlendLocationsInCS, OriginArmLocation) == 0x000000, "Member 'BGUSpringArmComponent_BlendLocationsInCS::OriginArmLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_BlendLocationsInCS, DesiredArmLocation) == 0x000018, "Member 'BGUSpringArmComponent_BlendLocationsInCS::DesiredArmLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_BlendLocationsInCS, HitResult) == 0x000030, "Member 'BGUSpringArmComponent_BlendLocationsInCS::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_BlendLocationsInCS, DeltaTime) == 0x000118, "Member 'BGUSpringArmComponent_BlendLocationsInCS::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_BlendLocationsInCS, ReturnValue) == 0x000120, "Member 'BGUSpringArmComponent_BlendLocationsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSpringArmComponent_CalcSmoothLocation \ +static_assert(alignof(BGUSpringArmComponent_CalcSmoothLocation) == 0x000008, "Wrong alignment on BGUSpringArmComponent_CalcSmoothLocation"); \ +static_assert(sizeof(BGUSpringArmComponent_CalcSmoothLocation) == 0x000068, "Wrong size on BGUSpringArmComponent_CalcSmoothLocation"); \ +static_assert(offsetof(BGUSpringArmComponent_CalcSmoothLocation, Current) == 0x000000, "Member 'BGUSpringArmComponent_CalcSmoothLocation::Current' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_CalcSmoothLocation, Target) == 0x000018, "Member 'BGUSpringArmComponent_CalcSmoothLocation::Target' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_CalcSmoothLocation, DeltaTime) == 0x000030, "Member 'BGUSpringArmComponent_CalcSmoothLocation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_CalcSmoothLocation, SmoothSpeed) == 0x000038, "Member 'BGUSpringArmComponent_CalcSmoothLocation::SmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_CalcSmoothLocation, ReturnValue) == 0x000050, "Member 'BGUSpringArmComponent_CalcSmoothLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSpringArmComponent_GetPreviousValues \ +static_assert(alignof(BGUSpringArmComponent_GetPreviousValues) == 0x000008, "Wrong alignment on BGUSpringArmComponent_GetPreviousValues"); \ +static_assert(sizeof(BGUSpringArmComponent_GetPreviousValues) == 0x000048, "Wrong size on BGUSpringArmComponent_GetPreviousValues"); \ +static_assert(offsetof(BGUSpringArmComponent_GetPreviousValues, OutPreviousDesiredLoc) == 0x000000, "Member 'BGUSpringArmComponent_GetPreviousValues::OutPreviousDesiredLoc' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_GetPreviousValues, OutPreviousArmOrigin) == 0x000018, "Member 'BGUSpringArmComponent_GetPreviousValues::OutPreviousArmOrigin' has a wrong offset!"); \ +static_assert(offsetof(BGUSpringArmComponent_GetPreviousValues, OutPreviousDesiredRot) == 0x000030, "Member 'BGUSpringArmComponent_GetPreviousValues::OutPreviousDesiredRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUSpringArmComponent \ +static_assert(alignof(UBGUSpringArmComponent) == 0x000010, "Wrong alignment on UBGUSpringArmComponent"); \ +static_assert(sizeof(UBGUSpringArmComponent) == 0x000430, "Wrong size on UBGUSpringArmComponent"); \ +static_assert(offsetof(UBGUSpringArmComponent, bEnableHideMeshTrace) == 0x0003C0, "Member 'UBGUSpringArmComponent::bEnableHideMeshTrace' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmComponent, SpringBackSpeed) == 0x0003C4, "Member 'UBGUSpringArmComponent::SpringBackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmComponent, CameraLagMaxDistance3Axis) == 0x0003C8, "Member 'UBGUSpringArmComponent::CameraLagMaxDistance3Axis' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmComponent, CameraLagSpeed3Axis) == 0x0003E0, "Member 'UBGUSpringArmComponent::CameraLagSpeed3Axis' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmComponent, CameraLagInverseSpeed3Axis) == 0x0003F8, "Member 'UBGUSpringArmComponent::CameraLagInverseSpeed3Axis' has a wrong offset!"); \ +static_assert(offsetof(UBGUSpringArmComponent, CameraLagUseMaxOffset) == 0x000410, "Member 'UBGUSpringArmComponent::CameraLagUseMaxOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_ApplyWorldOffsetCS \ +static_assert(alignof(BGUTamerBase_ApplyWorldOffsetCS) == 0x000008, "Wrong alignment on BGUTamerBase_ApplyWorldOffsetCS"); \ +static_assert(sizeof(BGUTamerBase_ApplyWorldOffsetCS) == 0x000020, "Wrong size on BGUTamerBase_ApplyWorldOffsetCS"); \ +static_assert(offsetof(BGUTamerBase_ApplyWorldOffsetCS, InOffset) == 0x000000, "Member 'BGUTamerBase_ApplyWorldOffsetCS::InOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUTamerBase_ApplyWorldOffsetCS, bWorldShift) == 0x000018, "Member 'BGUTamerBase_ApplyWorldOffsetCS::bWorldShift' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_GetHighLODMeshConfig \ +static_assert(alignof(BGUTamerBase_GetHighLODMeshConfig) == 0x000010, "Wrong alignment on BGUTamerBase_GetHighLODMeshConfig"); \ +static_assert(sizeof(BGUTamerBase_GetHighLODMeshConfig) == 0x0000E0, "Wrong size on BGUTamerBase_GetHighLODMeshConfig"); \ +static_assert(offsetof(BGUTamerBase_GetHighLODMeshConfig, OutMeshConfig) == 0x000000, "Member 'BGUTamerBase_GetHighLODMeshConfig::OutMeshConfig' has a wrong offset!"); \ +static_assert(offsetof(BGUTamerBase_GetHighLODMeshConfig, ReturnValue) == 0x0000D0, "Member 'BGUTamerBase_GetHighLODMeshConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_OnConstructionCS \ +static_assert(alignof(BGUTamerBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUTamerBase_OnConstructionCS"); \ +static_assert(sizeof(BGUTamerBase_OnConstructionCS) == 0x000060, "Wrong size on BGUTamerBase_OnConstructionCS"); \ +static_assert(offsetof(BGUTamerBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUTamerBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_OnPostEditMove \ +static_assert(alignof(BGUTamerBase_OnPostEditMove) == 0x000001, "Wrong alignment on BGUTamerBase_OnPostEditMove"); \ +static_assert(sizeof(BGUTamerBase_OnPostEditMove) == 0x000001, "Wrong size on BGUTamerBase_OnPostEditMove"); \ +static_assert(offsetof(BGUTamerBase_OnPostEditMove, bFisnish) == 0x000000, "Member 'BGUTamerBase_OnPostEditMove::bFisnish' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_OnPropertyChanged \ +static_assert(alignof(BGUTamerBase_OnPropertyChanged) == 0x000008, "Wrong alignment on BGUTamerBase_OnPropertyChanged"); \ +static_assert(sizeof(BGUTamerBase_OnPropertyChanged) == 0x000020, "Wrong size on BGUTamerBase_OnPropertyChanged"); \ +static_assert(offsetof(BGUTamerBase_OnPropertyChanged, MemberName) == 0x000000, "Member 'BGUTamerBase_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BGUTamerBase_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BGUTamerBase_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_SetLODMeshVisible \ +static_assert(alignof(BGUTamerBase_SetLODMeshVisible) == 0x000001, "Wrong alignment on BGUTamerBase_SetLODMeshVisible"); \ +static_assert(sizeof(BGUTamerBase_SetLODMeshVisible) == 0x000001, "Wrong size on BGUTamerBase_SetLODMeshVisible"); \ +static_assert(offsetof(BGUTamerBase_SetLODMeshVisible, invisible) == 0x000000, "Member 'BGUTamerBase_SetLODMeshVisible::invisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_GetActorGuid \ +static_assert(alignof(BGUTamerBase_GetActorGuid) == 0x000008, "Wrong alignment on BGUTamerBase_GetActorGuid"); \ +static_assert(sizeof(BGUTamerBase_GetActorGuid) == 0x000018, "Wrong size on BGUTamerBase_GetActorGuid"); \ +static_assert(offsetof(BGUTamerBase_GetActorGuid, OutActorGuid) == 0x000000, "Member 'BGUTamerBase_GetActorGuid::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(BGUTamerBase_GetActorGuid, ReturnValue) == 0x000010, "Member 'BGUTamerBase_GetActorGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTamerBase_GetActorGuidCS \ +static_assert(alignof(BGUTamerBase_GetActorGuidCS) == 0x000008, "Wrong alignment on BGUTamerBase_GetActorGuidCS"); \ +static_assert(sizeof(BGUTamerBase_GetActorGuidCS) == 0x000018, "Wrong size on BGUTamerBase_GetActorGuidCS"); \ +static_assert(offsetof(BGUTamerBase_GetActorGuidCS, OutActorGuid) == 0x000000, "Member 'BGUTamerBase_GetActorGuidCS::OutActorGuid' has a wrong offset!"); \ +static_assert(offsetof(BGUTamerBase_GetActorGuidCS, ReturnValue) == 0x000010, "Member 'BGUTamerBase_GetActorGuidCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTamerBase \ +static_assert(alignof(ABGUTamerBase) == 0x000008, "Wrong alignment on ABGUTamerBase"); \ +static_assert(sizeof(ABGUTamerBase) == 0x000328, "Wrong size on ABGUTamerBase"); \ +static_assert(offsetof(ABGUTamerBase, bBeginPlayFromLevelStreaming) == 0x000288, "Member 'ABGUTamerBase::bBeginPlayFromLevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, SpawnedPlayerState) == 0x000290, "Member 'ABGUTamerBase::SpawnedPlayerState' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, SpawnedTamerGuid) == 0x000298, "Member 'ABGUTamerBase::SpawnedTamerGuid' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, TamerType) == 0x0002A8, "Member 'ABGUTamerBase::TamerType' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, bEnableShowLODMesh) == 0x0002AC, "Member 'ABGUTamerBase::bEnableShowLODMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, LODMaxDistance) == 0x0002B0, "Member 'ABGUTamerBase::LODMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, Mesh) == 0x0002B8, "Member 'ABGUTamerBase::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, CapsuleComponent) == 0x0002C0, "Member 'ABGUTamerBase::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, LowLODMesh) == 0x0002C8, "Member 'ABGUTamerBase::LowLODMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUTamerBase, HighLODMeshComponents) == 0x0002D0, "Member 'ABGUTamerBase::HighLODMeshComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTeleportPoint_GetGSActorLablel \ +static_assert(alignof(BGUTeleportPoint_GetGSActorLablel) == 0x000008, "Wrong alignment on BGUTeleportPoint_GetGSActorLablel"); \ +static_assert(sizeof(BGUTeleportPoint_GetGSActorLablel) == 0x000010, "Wrong size on BGUTeleportPoint_GetGSActorLablel"); \ +static_assert(offsetof(BGUTeleportPoint_GetGSActorLablel, ReturnValue) == 0x000000, "Member 'BGUTeleportPoint_GetGSActorLablel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTeleportPoint \ +static_assert(alignof(ABGUTeleportPoint) == 0x000008, "Wrong alignment on ABGUTeleportPoint"); \ +static_assert(sizeof(ABGUTeleportPoint) == 0x000298, "Wrong size on ABGUTeleportPoint"); \ +static_assert(offsetof(ABGUTeleportPoint, GSActorLabel) == 0x000288, "Member 'ABGUTeleportPoint::GSActorLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWActorVisibilityVolume \ +static_assert(alignof(ABGWActorVisibilityVolume) == 0x000008, "Wrong alignment on ABGWActorVisibilityVolume"); \ +static_assert(sizeof(ABGWActorVisibilityVolume) == 0x0002D8, "Wrong size on ABGWActorVisibilityVolume"); \ +static_assert(offsetof(ABGWActorVisibilityVolume, AttachedActors) == 0x0002C0, "Member 'ABGWActorVisibilityVolume::AttachedActors' has a wrong offset!"); \ +static_assert(offsetof(ABGWActorVisibilityVolume, IsHide) == 0x0002D0, "Member 'ABGWActorVisibilityVolume::IsHide' has a wrong offset!"); \ +static_assert(offsetof(ABGWActorVisibilityVolume, bDisabled) == 0x0002D1, "Member 'ABGWActorVisibilityVolume::bDisabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWActorVisibilityVolumeManager \ +static_assert(alignof(UBGWActorVisibilityVolumeManager) == 0x000008, "Wrong alignment on UBGWActorVisibilityVolumeManager"); \ +static_assert(sizeof(UBGWActorVisibilityVolumeManager) == 0x000050, "Wrong size on UBGWActorVisibilityVolumeManager"); \ +static_assert(offsetof(UBGWActorVisibilityVolumeManager, ActorShownVolumes) == 0x000028, "Member 'UBGWActorVisibilityVolumeManager::ActorShownVolumes' has a wrong offset!"); \ +static_assert(offsetof(UBGWActorVisibilityVolumeManager, ActorHiddenVolumes) == 0x000038, "Member 'UBGWActorVisibilityVolumeManager::ActorHiddenVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoader_AsyncLoadClass \ +static_assert(alignof(BGWAssetLoader_AsyncLoadClass) == 0x000008, "Wrong alignment on BGWAssetLoader_AsyncLoadClass"); \ +static_assert(sizeof(BGWAssetLoader_AsyncLoadClass) == 0x000028, "Wrong size on BGWAssetLoader_AsyncLoadClass"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadClass, LoadPath) == 0x000000, "Member 'BGWAssetLoader_AsyncLoadClass::LoadPath' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadClass, request) == 0x000018, "Member 'BGWAssetLoader_AsyncLoadClass::request' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadClass, Priority) == 0x000020, "Member 'BGWAssetLoader_AsyncLoadClass::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoader_AsyncLoadObject \ +static_assert(alignof(BGWAssetLoader_AsyncLoadObject) == 0x000008, "Wrong alignment on BGWAssetLoader_AsyncLoadObject"); \ +static_assert(sizeof(BGWAssetLoader_AsyncLoadObject) == 0x000028, "Wrong size on BGWAssetLoader_AsyncLoadObject"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadObject, LoadPath) == 0x000000, "Member 'BGWAssetLoader_AsyncLoadObject::LoadPath' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadObject, request) == 0x000018, "Member 'BGWAssetLoader_AsyncLoadObject::request' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadObject, Priority) == 0x000020, "Member 'BGWAssetLoader_AsyncLoadObject::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoader_AsyncLoadObjects \ +static_assert(alignof(BGWAssetLoader_AsyncLoadObjects) == 0x000008, "Wrong alignment on BGWAssetLoader_AsyncLoadObjects"); \ +static_assert(sizeof(BGWAssetLoader_AsyncLoadObjects) == 0x000020, "Wrong size on BGWAssetLoader_AsyncLoadObjects"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadObjects, LoadList) == 0x000000, "Member 'BGWAssetLoader_AsyncLoadObjects::LoadList' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadObjects, request) == 0x000010, "Member 'BGWAssetLoader_AsyncLoadObjects::request' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_AsyncLoadObjects, Priority) == 0x000018, "Member 'BGWAssetLoader_AsyncLoadObjects::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoader_SyncLoadObject \ +static_assert(alignof(BGWAssetLoader_SyncLoadObject) == 0x000008, "Wrong alignment on BGWAssetLoader_SyncLoadObject"); \ +static_assert(sizeof(BGWAssetLoader_SyncLoadObject) == 0x000020, "Wrong size on BGWAssetLoader_SyncLoadObject"); \ +static_assert(offsetof(BGWAssetLoader_SyncLoadObject, Path) == 0x000000, "Member 'BGWAssetLoader_SyncLoadObject::Path' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_SyncLoadObject, ReturnValue) == 0x000018, "Member 'BGWAssetLoader_SyncLoadObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoader_SyncLoadObjects \ +static_assert(alignof(BGWAssetLoader_SyncLoadObjects) == 0x000008, "Wrong alignment on BGWAssetLoader_SyncLoadObjects"); \ +static_assert(sizeof(BGWAssetLoader_SyncLoadObjects) == 0x000028, "Wrong size on BGWAssetLoader_SyncLoadObjects"); \ +static_assert(offsetof(BGWAssetLoader_SyncLoadObjects, LoadList) == 0x000000, "Member 'BGWAssetLoader_SyncLoadObjects::LoadList' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_SyncLoadObjects, outObjList) == 0x000010, "Member 'BGWAssetLoader_SyncLoadObjects::outObjList' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoader_SyncLoadObjects, ReturnValue) == 0x000020, "Member 'BGWAssetLoader_SyncLoadObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWAssetLoader \ +static_assert(alignof(UBGWAssetLoader) == 0x000008, "Wrong alignment on UBGWAssetLoader"); \ +static_assert(sizeof(UBGWAssetLoader) == 0x000028, "Wrong size on UBGWAssetLoader"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_Cancel \ +static_assert(alignof(BGWAssetLoaderRequest_Cancel) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_Cancel"); \ +static_assert(sizeof(BGWAssetLoaderRequest_Cancel) == 0x000001, "Wrong size on BGWAssetLoaderRequest_Cancel"); \ +static_assert(offsetof(BGWAssetLoaderRequest_Cancel, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_Cancel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_WaitUntilComplete \ +static_assert(alignof(BGWAssetLoaderRequest_WaitUntilComplete) == 0x000004, "Wrong alignment on BGWAssetLoaderRequest_WaitUntilComplete"); \ +static_assert(sizeof(BGWAssetLoaderRequest_WaitUntilComplete) == 0x000008, "Wrong size on BGWAssetLoaderRequest_WaitUntilComplete"); \ +static_assert(offsetof(BGWAssetLoaderRequest_WaitUntilComplete, Timeout) == 0x000000, "Member 'BGWAssetLoaderRequest_WaitUntilComplete::Timeout' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoaderRequest_WaitUntilComplete, bStartStalledHandles) == 0x000004, "Member 'BGWAssetLoaderRequest_WaitUntilComplete::bStartStalledHandles' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoaderRequest_WaitUntilComplete, ReturnValue) == 0x000005, "Member 'BGWAssetLoaderRequest_WaitUntilComplete::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_GetDebugName \ +static_assert(alignof(BGWAssetLoaderRequest_GetDebugName) == 0x000008, "Wrong alignment on BGWAssetLoaderRequest_GetDebugName"); \ +static_assert(sizeof(BGWAssetLoaderRequest_GetDebugName) == 0x000010, "Wrong size on BGWAssetLoaderRequest_GetDebugName"); \ +static_assert(offsetof(BGWAssetLoaderRequest_GetDebugName, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_GetDebugName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_GetLoadedAssets \ +static_assert(alignof(BGWAssetLoaderRequest_GetLoadedAssets) == 0x000008, "Wrong alignment on BGWAssetLoaderRequest_GetLoadedAssets"); \ +static_assert(sizeof(BGWAssetLoaderRequest_GetLoadedAssets) == 0x000010, "Wrong size on BGWAssetLoaderRequest_GetLoadedAssets"); \ +static_assert(offsetof(BGWAssetLoaderRequest_GetLoadedAssets, LoadedAssets) == 0x000000, "Member 'BGWAssetLoaderRequest_GetLoadedAssets::LoadedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_GetLoadedCount \ +static_assert(alignof(BGWAssetLoaderRequest_GetLoadedCount) == 0x000004, "Wrong alignment on BGWAssetLoaderRequest_GetLoadedCount"); \ +static_assert(sizeof(BGWAssetLoaderRequest_GetLoadedCount) == 0x000008, "Wrong size on BGWAssetLoaderRequest_GetLoadedCount"); \ +static_assert(offsetof(BGWAssetLoaderRequest_GetLoadedCount, LoadedCount) == 0x000000, "Member 'BGWAssetLoaderRequest_GetLoadedCount::LoadedCount' has a wrong offset!"); \ +static_assert(offsetof(BGWAssetLoaderRequest_GetLoadedCount, RequestedCount) == 0x000004, "Member 'BGWAssetLoaderRequest_GetLoadedCount::RequestedCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_GetPriority \ +static_assert(alignof(BGWAssetLoaderRequest_GetPriority) == 0x000004, "Wrong alignment on BGWAssetLoaderRequest_GetPriority"); \ +static_assert(sizeof(BGWAssetLoaderRequest_GetPriority) == 0x000004, "Wrong size on BGWAssetLoaderRequest_GetPriority"); \ +static_assert(offsetof(BGWAssetLoaderRequest_GetPriority, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_GetPriority::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_GetProgress \ +static_assert(alignof(BGWAssetLoaderRequest_GetProgress) == 0x000004, "Wrong alignment on BGWAssetLoaderRequest_GetProgress"); \ +static_assert(sizeof(BGWAssetLoaderRequest_GetProgress) == 0x000004, "Wrong size on BGWAssetLoaderRequest_GetProgress"); \ +static_assert(offsetof(BGWAssetLoaderRequest_GetProgress, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_GetProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_GetRequestedAssets \ +static_assert(alignof(BGWAssetLoaderRequest_GetRequestedAssets) == 0x000008, "Wrong alignment on BGWAssetLoaderRequest_GetRequestedAssets"); \ +static_assert(sizeof(BGWAssetLoaderRequest_GetRequestedAssets) == 0x000010, "Wrong size on BGWAssetLoaderRequest_GetRequestedAssets"); \ +static_assert(offsetof(BGWAssetLoaderRequest_GetRequestedAssets, AssetList) == 0x000000, "Member 'BGWAssetLoaderRequest_GetRequestedAssets::AssetList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_HasLoadCompleted \ +static_assert(alignof(BGWAssetLoaderRequest_HasLoadCompleted) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_HasLoadCompleted"); \ +static_assert(sizeof(BGWAssetLoaderRequest_HasLoadCompleted) == 0x000001, "Wrong size on BGWAssetLoaderRequest_HasLoadCompleted"); \ +static_assert(offsetof(BGWAssetLoaderRequest_HasLoadCompleted, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_HasLoadCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_HasLoadCompletedOrStalled \ +static_assert(alignof(BGWAssetLoaderRequest_HasLoadCompletedOrStalled) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_HasLoadCompletedOrStalled"); \ +static_assert(sizeof(BGWAssetLoaderRequest_HasLoadCompletedOrStalled) == 0x000001, "Wrong size on BGWAssetLoaderRequest_HasLoadCompletedOrStalled"); \ +static_assert(offsetof(BGWAssetLoaderRequest_HasLoadCompletedOrStalled, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_HasLoadCompletedOrStalled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_IsActive \ +static_assert(alignof(BGWAssetLoaderRequest_IsActive) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_IsActive"); \ +static_assert(sizeof(BGWAssetLoaderRequest_IsActive) == 0x000001, "Wrong size on BGWAssetLoaderRequest_IsActive"); \ +static_assert(offsetof(BGWAssetLoaderRequest_IsActive, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_IsActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_IsCombinedHandle \ +static_assert(alignof(BGWAssetLoaderRequest_IsCombinedHandle) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_IsCombinedHandle"); \ +static_assert(sizeof(BGWAssetLoaderRequest_IsCombinedHandle) == 0x000001, "Wrong size on BGWAssetLoaderRequest_IsCombinedHandle"); \ +static_assert(offsetof(BGWAssetLoaderRequest_IsCombinedHandle, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_IsCombinedHandle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_IsLoadingInProgress \ +static_assert(alignof(BGWAssetLoaderRequest_IsLoadingInProgress) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_IsLoadingInProgress"); \ +static_assert(sizeof(BGWAssetLoaderRequest_IsLoadingInProgress) == 0x000001, "Wrong size on BGWAssetLoaderRequest_IsLoadingInProgress"); \ +static_assert(offsetof(BGWAssetLoaderRequest_IsLoadingInProgress, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_IsLoadingInProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_IsStalled \ +static_assert(alignof(BGWAssetLoaderRequest_IsStalled) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_IsStalled"); \ +static_assert(sizeof(BGWAssetLoaderRequest_IsStalled) == 0x000001, "Wrong size on BGWAssetLoaderRequest_IsStalled"); \ +static_assert(offsetof(BGWAssetLoaderRequest_IsStalled, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_IsStalled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWAssetLoaderRequest_WasCanceled \ +static_assert(alignof(BGWAssetLoaderRequest_WasCanceled) == 0x000001, "Wrong alignment on BGWAssetLoaderRequest_WasCanceled"); \ +static_assert(sizeof(BGWAssetLoaderRequest_WasCanceled) == 0x000001, "Wrong size on BGWAssetLoaderRequest_WasCanceled"); \ +static_assert(offsetof(BGWAssetLoaderRequest_WasCanceled, ReturnValue) == 0x000000, "Member 'BGWAssetLoaderRequest_WasCanceled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWAssetLoaderRequest \ +static_assert(alignof(UBGWAssetLoaderRequest) == 0x000008, "Wrong alignment on UBGWAssetLoaderRequest"); \ +static_assert(sizeof(UBGWAssetLoaderRequest) == 0x000038, "Wrong size on UBGWAssetLoaderRequest"); \ + +#define DUMPER7_ASSERTS_ABGWCalliopeActor \ +static_assert(alignof(ABGWCalliopeActor) == 0x000008, "Wrong alignment on ABGWCalliopeActor"); \ +static_assert(sizeof(ABGWCalliopeActor) == 0x0002D0, "Wrong size on ABGWCalliopeActor"); \ +static_assert(offsetof(ABGWCalliopeActor, Asset) == 0x000288, "Member 'ABGWCalliopeActor::Asset' has a wrong offset!"); \ +static_assert(offsetof(ABGWCalliopeActor, PreloadedAssets) == 0x0002B0, "Member 'ABGWCalliopeActor::PreloadedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWVolumeBase \ +static_assert(alignof(ABGWVolumeBase) == 0x000008, "Wrong alignment on ABGWVolumeBase"); \ +static_assert(sizeof(ABGWVolumeBase) == 0x0002D0, "Wrong size on ABGWVolumeBase"); \ +static_assert(offsetof(ABGWVolumeBase, Priority) == 0x0002C0, "Member 'ABGWVolumeBase::Priority' has a wrong offset!"); \ +static_assert(offsetof(ABGWVolumeBase, BlendLength) == 0x0002C4, "Member 'ABGWVolumeBase::BlendLength' has a wrong offset!"); \ +static_assert(offsetof(ABGWVolumeBase, BlendTime) == 0x0002C8, "Member 'ABGWVolumeBase::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWCameraGroupVolume \ +static_assert(alignof(ABGWCameraGroupVolume) == 0x000008, "Wrong alignment on ABGWCameraGroupVolume"); \ +static_assert(sizeof(ABGWCameraGroupVolume) == 0x0002D8, "Wrong size on ABGWCameraGroupVolume"); \ +static_assert(offsetof(ABGWCameraGroupVolume, CameraGroupId) == 0x0002D0, "Member 'ABGWCameraGroupVolume::CameraGroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWVolumeManagerBase \ +static_assert(alignof(UBGWVolumeManagerBase) == 0x000008, "Wrong alignment on UBGWVolumeManagerBase"); \ +static_assert(sizeof(UBGWVolumeManagerBase) == 0x000038, "Wrong size on UBGWVolumeManagerBase"); \ +static_assert(offsetof(UBGWVolumeManagerBase, RegisteredVolumes) == 0x000028, "Member 'UBGWVolumeManagerBase::RegisteredVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWCameraGroupVolumeManager_Get \ +static_assert(alignof(BGWCameraGroupVolumeManager_Get) == 0x000008, "Wrong alignment on BGWCameraGroupVolumeManager_Get"); \ +static_assert(sizeof(BGWCameraGroupVolumeManager_Get) == 0x000010, "Wrong size on BGWCameraGroupVolumeManager_Get"); \ +static_assert(offsetof(BGWCameraGroupVolumeManager_Get, WorldContext) == 0x000000, "Member 'BGWCameraGroupVolumeManager_Get::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGWCameraGroupVolumeManager_Get, ReturnValue) == 0x000008, "Member 'BGWCameraGroupVolumeManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWCameraGroupVolumeManager \ +static_assert(alignof(UBGWCameraGroupVolumeManager) == 0x000008, "Wrong alignment on UBGWCameraGroupVolumeManager"); \ +static_assert(sizeof(UBGWCameraGroupVolumeManager) == 0x000078, "Wrong size on UBGWCameraGroupVolumeManager"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, OnSwitchCameraGroupTo) == 0x000038, "Member 'UBGWCameraGroupVolumeManager::OnSwitchCameraGroupTo' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, bEnableCameraGroupManager) == 0x000048, "Member 'UBGWCameraGroupVolumeManager::bEnableCameraGroupManager' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, TickIntervalMs) == 0x00004C, "Member 'UBGWCameraGroupVolumeManager::TickIntervalMs' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, LastFrameTargetGroupId) == 0x000050, "Member 'UBGWCameraGroupVolumeManager::LastFrameTargetGroupId' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, PlayerController) == 0x000058, "Member 'UBGWCameraGroupVolumeManager::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, TargetVolume) == 0x000060, "Member 'UBGWCameraGroupVolumeManager::TargetVolume' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, TargetAlpha) == 0x000068, "Member 'UBGWCameraGroupVolumeManager::TargetAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, TickIntervalSeconds) == 0x00006C, "Member 'UBGWCameraGroupVolumeManager::TickIntervalSeconds' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, TickTime) == 0x000070, "Member 'UBGWCameraGroupVolumeManager::TickTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWCameraGroupVolumeManager, LastFrameAlpha) == 0x000074, "Member 'UBGWCameraGroupVolumeManager::LastFrameAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWCellSpacePartitionSubSystem \ +static_assert(alignof(UBGWCellSpacePartitionSubSystem) == 0x000008, "Wrong alignment on UBGWCellSpacePartitionSubSystem"); \ +static_assert(sizeof(UBGWCellSpacePartitionSubSystem) == 0x000030, "Wrong size on UBGWCellSpacePartitionSubSystem"); \ + +#define DUMPER7_ASSERTS_BGWCppExport_GetAllFuncAsMap \ +static_assert(alignof(BGWCppExport_GetAllFuncAsMap) == 0x000008, "Wrong alignment on BGWCppExport_GetAllFuncAsMap"); \ +static_assert(sizeof(BGWCppExport_GetAllFuncAsMap) == 0x000050, "Wrong size on BGWCppExport_GetAllFuncAsMap"); \ +static_assert(offsetof(BGWCppExport_GetAllFuncAsMap, ReturnValue) == 0x000000, "Member 'BGWCppExport_GetAllFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWCppExport \ +static_assert(alignof(UBGWCppExport) == 0x000008, "Wrong alignment on UBGWCppExport"); \ +static_assert(sizeof(UBGWCppExport) == 0x000028, "Wrong size on UBGWCppExport"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset \ +static_assert(alignof(UBGWDataAsset) == 0x000008, "Wrong alignment on UBGWDataAsset"); \ +static_assert(sizeof(UBGWDataAsset) == 0x000030, "Wrong size on UBGWDataAsset"); \ + +#define DUMPER7_ASSERTS_UBGWPreloadDataAsset \ +static_assert(alignof(UBGWPreloadDataAsset) == 0x000008, "Wrong alignment on UBGWPreloadDataAsset"); \ +static_assert(sizeof(UBGWPreloadDataAsset) == 0x000040, "Wrong size on UBGWPreloadDataAsset"); \ +static_assert(offsetof(UBGWPreloadDataAsset, PreloadAssets) == 0x000030, "Member 'UBGWPreloadDataAsset::PreloadAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWSaveCheckDataAsset_SaveCheckCS \ +static_assert(alignof(BGWSaveCheckDataAsset_SaveCheckCS) == 0x000008, "Wrong alignment on BGWSaveCheckDataAsset_SaveCheckCS"); \ +static_assert(sizeof(BGWSaveCheckDataAsset_SaveCheckCS) == 0x000028, "Wrong size on BGWSaveCheckDataAsset_SaveCheckCS"); \ +static_assert(offsetof(BGWSaveCheckDataAsset_SaveCheckCS, OutTitle) == 0x000000, "Member 'BGWSaveCheckDataAsset_SaveCheckCS::OutTitle' has a wrong offset!"); \ +static_assert(offsetof(BGWSaveCheckDataAsset_SaveCheckCS, OutMessage) == 0x000010, "Member 'BGWSaveCheckDataAsset_SaveCheckCS::OutMessage' has a wrong offset!"); \ +static_assert(offsetof(BGWSaveCheckDataAsset_SaveCheckCS, ReturnValue) == 0x000020, "Member 'BGWSaveCheckDataAsset_SaveCheckCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWSaveCheckDataAsset \ +static_assert(alignof(UBGWSaveCheckDataAsset) == 0x000008, "Wrong alignment on UBGWSaveCheckDataAsset"); \ +static_assert(sizeof(UBGWSaveCheckDataAsset) == 0x000030, "Wrong size on UBGWSaveCheckDataAsset"); \ + +#define DUMPER7_ASSERTS_BGWConfigDataAsset_OnPropertyChanged \ +static_assert(alignof(BGWConfigDataAsset_OnPropertyChanged) == 0x000008, "Wrong alignment on BGWConfigDataAsset_OnPropertyChanged"); \ +static_assert(sizeof(BGWConfigDataAsset_OnPropertyChanged) == 0x000020, "Wrong size on BGWConfigDataAsset_OnPropertyChanged"); \ +static_assert(offsetof(BGWConfigDataAsset_OnPropertyChanged, MemberName) == 0x000000, "Member 'BGWConfigDataAsset_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BGWConfigDataAsset_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BGWConfigDataAsset_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWConfigDataAsset \ +static_assert(alignof(UBGWConfigDataAsset) == 0x000008, "Wrong alignment on UBGWConfigDataAsset"); \ +static_assert(sizeof(UBGWConfigDataAsset) == 0x000030, "Wrong size on UBGWConfigDataAsset"); \ + +#define DUMPER7_ASSERTS_UBGWDeviceProfile \ +static_assert(alignof(UBGWDeviceProfile) == 0x000008, "Wrong alignment on UBGWDeviceProfile"); \ +static_assert(sizeof(UBGWDeviceProfile) == 0x0000C0, "Wrong size on UBGWDeviceProfile"); \ + +#define DUMPER7_ASSERTS_ABWC_DispLibEnvVolume \ +static_assert(alignof(ABWC_DispLibEnvVolume) == 0x000008, "Wrong alignment on ABWC_DispLibEnvVolume"); \ +static_assert(sizeof(ABWC_DispLibEnvVolume) == 0x0002E8, "Wrong size on ABWC_DispLibEnvVolume"); \ +static_assert(offsetof(ABWC_DispLibEnvVolume, Settings) == 0x0002C8, "Member 'ABWC_DispLibEnvVolume::Settings' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibEnvVolume, Priority) == 0x0002D8, "Member 'ABWC_DispLibEnvVolume::Priority' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibEnvVolume, BlendRadius) == 0x0002DC, "Member 'ABWC_DispLibEnvVolume::BlendRadius' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibEnvVolume, BlendWeight) == 0x0002E0, "Member 'ABWC_DispLibEnvVolume::BlendWeight' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibEnvVolume, bEnabled) == 0x0002E4, "Member 'ABWC_DispLibEnvVolume::bEnabled' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibEnvVolume, bUnbound) == 0x0002E5, "Member 'ABWC_DispLibEnvVolume::bUnbound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBWS_DispLibEnvSystemConf \ +static_assert(alignof(UBWS_DispLibEnvSystemConf) == 0x000008, "Wrong alignment on UBWS_DispLibEnvSystemConf"); \ +static_assert(sizeof(UBWS_DispLibEnvSystemConf) == 0x000060, "Wrong size on UBWS_DispLibEnvSystemConf"); \ +static_assert(offsetof(UBWS_DispLibEnvSystemConf, DayLength) == 0x000030, "Member 'UBWS_DispLibEnvSystemConf::DayLength' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibEnvSystemConf, NightLength) == 0x000034, "Member 'UBWS_DispLibEnvSystemConf::NightLength' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibEnvSystemConf, SunnyTimeRange) == 0x000038, "Member 'UBWS_DispLibEnvSystemConf::SunnyTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibEnvSystemConf, WeatherTimeRange) == 0x000048, "Member 'UBWS_DispLibEnvSystemConf::WeatherTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibEnvSystemConf, WeatherChangeDuration) == 0x000058, "Member 'UBWS_DispLibEnvSystemConf::WeatherChangeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBWS_DispLibEnvWeatherSetting \ +static_assert(alignof(UBWS_DispLibEnvWeatherSetting) == 0x000010, "Wrong alignment on UBWS_DispLibEnvWeatherSetting"); \ +static_assert(sizeof(UBWS_DispLibEnvWeatherSetting) == 0x000210, "Wrong size on UBWS_DispLibEnvWeatherSetting"); \ +static_assert(offsetof(UBWS_DispLibEnvWeatherSetting, Setting) == 0x000030, "Member 'UBWS_DispLibEnvWeatherSetting::Setting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibLocalFogWrapper_SetLocalFogParameter \ +static_assert(alignof(BWC_DispLibLocalFogWrapper_SetLocalFogParameter) == 0x000010, "Wrong alignment on BWC_DispLibLocalFogWrapper_SetLocalFogParameter"); \ +static_assert(sizeof(BWC_DispLibLocalFogWrapper_SetLocalFogParameter) == 0x0001F0, "Wrong size on BWC_DispLibLocalFogWrapper_SetLocalFogParameter"); \ +static_assert(offsetof(BWC_DispLibLocalFogWrapper_SetLocalFogParameter, InSettings) == 0x000000, "Member 'BWC_DispLibLocalFogWrapper_SetLocalFogParameter::InSettings' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibLocalFogWrapper_SetLocalFogParameter, WindDir) == 0x0001E0, "Member 'BWC_DispLibLocalFogWrapper_SetLocalFogParameter::WindDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABWC_DispLibLocalFogWrapper \ +static_assert(alignof(ABWC_DispLibLocalFogWrapper) == 0x000008, "Wrong alignment on ABWC_DispLibLocalFogWrapper"); \ +static_assert(sizeof(ABWC_DispLibLocalFogWrapper) == 0x000288, "Wrong size on ABWC_DispLibLocalFogWrapper"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_IsWeatherAvailable \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_IsWeatherAvailable) == 0x000008, "Wrong alignment on BWC_DispLibDynamicEnvManager_IsWeatherAvailable"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_IsWeatherAvailable) == 0x000028, "Wrong size on BWC_DispLibDynamicEnvManager_IsWeatherAvailable"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_IsWeatherAvailable, InWeather) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_IsWeatherAvailable::InWeather' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_IsWeatherAvailable, ViewLocation) == 0x000008, "Member 'BWC_DispLibDynamicEnvManager_IsWeatherAvailable::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_IsWeatherAvailable, ReturnValue) == 0x000020, "Member 'BWC_DispLibDynamicEnvManager_IsWeatherAvailable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_OnApplyEnvSettings \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_OnApplyEnvSettings) == 0x000001, "Wrong alignment on BWC_DispLibDynamicEnvManager_OnApplyEnvSettings"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_OnApplyEnvSettings) == 0x000001, "Wrong size on BWC_DispLibDynamicEnvManager_OnApplyEnvSettings"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnApplyEnvSettings, IsNight) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_OnApplyEnvSettings::IsNight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_OnLerpEnvSettings \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_OnLerpEnvSettings) == 0x000010, "Wrong alignment on BWC_DispLibDynamicEnvManager_OnLerpEnvSettings"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_OnLerpEnvSettings) == 0x0001F0, "Wrong size on BWC_DispLibDynamicEnvManager_OnLerpEnvSettings"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnLerpEnvSettings, Weight) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_OnLerpEnvSettings::Weight' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnLerpEnvSettings, InTime) == 0x000004, "Member 'BWC_DispLibDynamicEnvManager_OnLerpEnvSettings::InTime' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnLerpEnvSettings, Src) == 0x000010, "Member 'BWC_DispLibDynamicEnvManager_OnLerpEnvSettings::Src' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_OnTickEnvVolume \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_OnTickEnvVolume) == 0x000010, "Wrong alignment on BWC_DispLibDynamicEnvManager_OnTickEnvVolume"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_OnTickEnvVolume) == 0x000200, "Wrong size on BWC_DispLibDynamicEnvManager_OnTickEnvVolume"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnTickEnvVolume, EnvSettings) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_OnTickEnvVolume::EnvSettings' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnTickEnvVolume, ViewLocation) == 0x0001E0, "Member 'BWC_DispLibDynamicEnvManager_OnTickEnvVolume::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnTickEnvVolume, InTime) == 0x0001F8, "Member 'BWC_DispLibDynamicEnvManager_OnTickEnvVolume::InTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_OnWeatherChanged \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_OnWeatherChanged) == 0x000008, "Wrong alignment on BWC_DispLibDynamicEnvManager_OnWeatherChanged"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_OnWeatherChanged) == 0x000018, "Wrong size on BWC_DispLibDynamicEnvManager_OnWeatherChanged"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OnWeatherChanged, CameraLocation) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_OnWeatherChanged::CameraLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_OverrideEnvSettings \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_OverrideEnvSettings) == 0x000010, "Wrong alignment on BWC_DispLibDynamicEnvManager_OverrideEnvSettings"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_OverrideEnvSettings) == 0x0003D0, "Wrong size on BWC_DispLibDynamicEnvManager_OverrideEnvSettings"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OverrideEnvSettings, Src) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_OverrideEnvSettings::Src' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OverrideEnvSettings, Dest) == 0x0001E0, "Member 'BWC_DispLibDynamicEnvManager_OverrideEnvSettings::Dest' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_OverrideEnvSettings, Weight) == 0x0003C0, "Member 'BWC_DispLibDynamicEnvManager_OverrideEnvSettings::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_RandomWeather \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_RandomWeather) == 0x000008, "Wrong alignment on BWC_DispLibDynamicEnvManager_RandomWeather"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_RandomWeather) == 0x000020, "Wrong size on BWC_DispLibDynamicEnvManager_RandomWeather"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_RandomWeather, ViewLocation) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_RandomWeather::ViewLocation' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_RandomWeather, ReturnValue) == 0x000018, "Member 'BWC_DispLibDynamicEnvManager_RandomWeather::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_SetEnvSettings \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_SetEnvSettings) == 0x000008, "Wrong alignment on BWC_DispLibDynamicEnvManager_SetEnvSettings"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_SetEnvSettings) == 0x000020, "Wrong size on BWC_DispLibDynamicEnvManager_SetEnvSettings"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_SetEnvSettings, IsNight) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_SetEnvSettings::IsNight' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_SetEnvSettings, CameraLocation) == 0x000008, "Member 'BWC_DispLibDynamicEnvManager_SetEnvSettings::CameraLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_SetWeather \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_SetWeather) == 0x000001, "Wrong alignment on BWC_DispLibDynamicEnvManager_SetWeather"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_SetWeather) == 0x000001, "Wrong size on BWC_DispLibDynamicEnvManager_SetWeather"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_SetWeather, InWeather) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_SetWeather::InWeather' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_SwithToNarrative \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_SwithToNarrative) == 0x000004, "Wrong alignment on BWC_DispLibDynamicEnvManager_SwithToNarrative"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_SwithToNarrative) == 0x000008, "Wrong size on BWC_DispLibDynamicEnvManager_SwithToNarrative"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_SwithToNarrative, Enable) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_SwithToNarrative::Enable' has a wrong offset!"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_SwithToNarrative, ChangeDuration) == 0x000004, "Member 'BWC_DispLibDynamicEnvManager_SwithToNarrative::ChangeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_UpdateEnvSystemConfig \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_UpdateEnvSystemConfig) == 0x000008, "Wrong alignment on BWC_DispLibDynamicEnvManager_UpdateEnvSystemConfig"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_UpdateEnvSystemConfig) == 0x000008, "Wrong size on BWC_DispLibDynamicEnvManager_UpdateEnvSystemConfig"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_UpdateEnvSystemConfig, SystemConf) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_UpdateEnvSystemConfig::SystemConf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWC_DispLibDynamicEnvManager_UpdateSunAndMoonAngle \ +static_assert(alignof(BWC_DispLibDynamicEnvManager_UpdateSunAndMoonAngle) == 0x000010, "Wrong alignment on BWC_DispLibDynamicEnvManager_UpdateSunAndMoonAngle"); \ +static_assert(sizeof(BWC_DispLibDynamicEnvManager_UpdateSunAndMoonAngle) == 0x0001E0, "Wrong size on BWC_DispLibDynamicEnvManager_UpdateSunAndMoonAngle"); \ +static_assert(offsetof(BWC_DispLibDynamicEnvManager_UpdateSunAndMoonAngle, Settings) == 0x000000, "Member 'BWC_DispLibDynamicEnvManager_UpdateSunAndMoonAngle::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABWC_DispLibDynamicEnvManager \ +static_assert(alignof(ABWC_DispLibDynamicEnvManager) == 0x000010, "Wrong alignment on ABWC_DispLibDynamicEnvManager"); \ +static_assert(sizeof(ABWC_DispLibDynamicEnvManager) == 0x000510, "Wrong size on ABWC_DispLibDynamicEnvManager"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, MoonPositionCurve) == 0x000288, "Member 'ABWC_DispLibDynamicEnvManager::MoonPositionCurve' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, EnvSystemConf) == 0x000290, "Member 'ABWC_DispLibDynamicEnvManager::EnvSystemConf' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, Weather) == 0x000298, "Member 'ABWC_DispLibDynamicEnvManager::Weather' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, TimeOfDay) == 0x00029C, "Member 'ABWC_DispLibDynamicEnvManager::TimeOfDay' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, AutoTimeOfDay) == 0x0002A0, "Member 'ABWC_DispLibDynamicEnvManager::AutoTimeOfDay' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, AutoRandormWeather) == 0x0002A1, "Member 'ABWC_DispLibDynamicEnvManager::AutoRandormWeather' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, bEnableDayNightCircle) == 0x0002A2, "Member 'ABWC_DispLibDynamicEnvManager::bEnableDayNightCircle' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, WindDir) == 0x0002A8, "Member 'ABWC_DispLibDynamicEnvManager::WindDir' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, FinalEnvSettings) == 0x0002C0, "Member 'ABWC_DispLibDynamicEnvManager::FinalEnvSettings' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, SceneRoot) == 0x0004A0, "Member 'ABWC_DispLibDynamicEnvManager::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, SunLight) == 0x0004A8, "Member 'ABWC_DispLibDynamicEnvManager::SunLight' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, MoonLight) == 0x0004B0, "Member 'ABWC_DispLibDynamicEnvManager::MoonLight' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, SkyLight) == 0x0004B8, "Member 'ABWC_DispLibDynamicEnvManager::SkyLight' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, HeightFog) == 0x0004C0, "Member 'ABWC_DispLibDynamicEnvManager::HeightFog' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, SkyAtmosphere) == 0x0004C8, "Member 'ABWC_DispLibDynamicEnvManager::SkyAtmosphere' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, SunRoot) == 0x0004D0, "Member 'ABWC_DispLibDynamicEnvManager::SunRoot' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, MoonRoot) == 0x0004D8, "Member 'ABWC_DispLibDynamicEnvManager::MoonRoot' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, WeathFXRoot) == 0x0004E0, "Member 'ABWC_DispLibDynamicEnvManager::WeathFXRoot' has a wrong offset!"); \ +static_assert(offsetof(ABWC_DispLibDynamicEnvManager, WeatherFXActor) == 0x0004E8, "Member 'ABWC_DispLibDynamicEnvManager::WeatherFXActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBWC_DispLibEnvRuntimeSubsystem \ +static_assert(alignof(UBWC_DispLibEnvRuntimeSubsystem) == 0x000008, "Wrong alignment on UBWC_DispLibEnvRuntimeSubsystem"); \ +static_assert(sizeof(UBWC_DispLibEnvRuntimeSubsystem) == 0x000048, "Wrong size on UBWC_DispLibEnvRuntimeSubsystem"); \ + +#define DUMPER7_ASSERTS_ABGWEnvironmentSurfaceVolume \ +static_assert(alignof(ABGWEnvironmentSurfaceVolume) == 0x000008, "Wrong alignment on ABGWEnvironmentSurfaceVolume"); \ +static_assert(sizeof(ABGWEnvironmentSurfaceVolume) == 0x0002C8, "Wrong size on ABGWEnvironmentSurfaceVolume"); \ +static_assert(offsetof(ABGWEnvironmentSurfaceVolume, EnvironmentSurfaceEffectID) == 0x0002C0, "Member 'ABGWEnvironmentSurfaceVolume::EnvironmentSurfaceEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_b1__UBGW_EventCollection \ +static_assert(alignof(b1::UBGW_EventCollection) == 0x000008, "Wrong alignment on b1::UBGW_EventCollection"); \ +static_assert(sizeof(b1::UBGW_EventCollection) == 0x000098, "Wrong size on b1::UBGW_EventCollection"); \ +static_assert(offsetof(b1::UBGW_EventCollection, TestWorldEvent) == 0x000028, "Member 'b1::UBGW_EventCollection::TestWorldEvent' has a wrong offset!"); \ +static_assert(offsetof(b1::UBGW_EventCollection, FBWE_OldMKBorn) == 0x000038, "Member 'b1::UBGW_EventCollection::FBWE_OldMKBorn' has a wrong offset!"); \ +static_assert(offsetof(b1::UBGW_EventCollection, FBWE_TianBing04Dead) == 0x000048, "Member 'b1::UBGW_EventCollection::FBWE_TianBing04Dead' has a wrong offset!"); \ +static_assert(offsetof(b1::UBGW_EventCollection, FBWE_UnitBeAttack) == 0x000058, "Member 'b1::UBGW_EventCollection::FBWE_UnitBeAttack' has a wrong offset!"); \ +static_assert(offsetof(b1::UBGW_EventCollection, FBWE_TianJiangQTEEnd) == 0x000068, "Member 'b1::UBGW_EventCollection::FBWE_TianJiangQTEEnd' has a wrong offset!"); \ +static_assert(offsetof(b1::UBGW_EventCollection, FBWE_DemoTianJiangBorn) == 0x000078, "Member 'b1::UBGW_EventCollection::FBWE_DemoTianJiangBorn' has a wrong offset!"); \ +static_assert(offsetof(b1::UBGW_EventCollection, FBWE_DemoEnterCloudPlatform) == 0x000088, "Member 'b1::UBGW_EventCollection::FBWE_DemoEnterCloudPlatform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWAddLevelToBlackList \ +static_assert(alignof(BGWFunctionLibrary_BGWAddLevelToBlackList) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWAddLevelToBlackList"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWAddLevelToBlackList) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWAddLevelToBlackList"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWAddLevelToBlackList, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWAddLevelToBlackList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWAddLevelToBlackList, InLevelName) == 0x000008, "Member 'BGWFunctionLibrary_BGWAddLevelToBlackList::InLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWAddLevelToWhiteList \ +static_assert(alignof(BGWFunctionLibrary_BGWAddLevelToWhiteList) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWAddLevelToWhiteList"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWAddLevelToWhiteList) == 0x000018, "Wrong size on BGWFunctionLibrary_BGWAddLevelToWhiteList"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWAddLevelToWhiteList, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWAddLevelToWhiteList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWAddLevelToWhiteList, InLevelName) == 0x000008, "Member 'BGWFunctionLibrary_BGWAddLevelToWhiteList::InLevelName' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWAddLevelToWhiteList, InUsage) == 0x000010, "Member 'BGWFunctionLibrary_BGWAddLevelToWhiteList::InUsage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWFindWorldInPackage \ +static_assert(alignof(BGWFunctionLibrary_BGWFindWorldInPackage) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWFindWorldInPackage"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWFindWorldInPackage) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWFindWorldInPackage"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWFindWorldInPackage, Package) == 0x000000, "Member 'BGWFunctionLibrary_BGWFindWorldInPackage::Package' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWFindWorldInPackage, ReturnValue) == 0x000008, "Member 'BGWFunctionLibrary_BGWFindWorldInPackage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWGetAllStreamingLevels \ +static_assert(alignof(BGWFunctionLibrary_BGWGetAllStreamingLevels) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWGetAllStreamingLevels"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWGetAllStreamingLevels) == 0x000018, "Wrong size on BGWFunctionLibrary_BGWGetAllStreamingLevels"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWGetAllStreamingLevels, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWGetAllStreamingLevels::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWGetAllStreamingLevels, ReturnValue) == 0x000008, "Member 'BGWFunctionLibrary_BGWGetAllStreamingLevels::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWGetAlwaysCookPathList \ +static_assert(alignof(BGWFunctionLibrary_BGWGetAlwaysCookPathList) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWGetAlwaysCookPathList"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWGetAlwaysCookPathList) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWGetAlwaysCookPathList"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWGetAlwaysCookPathList, ReturnValue) == 0x000000, "Member 'BGWFunctionLibrary_BGWGetAlwaysCookPathList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused \ +static_assert(alignof(BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused, ReturnValue) == 0x000008, "Member 'BGWFunctionLibrary_BGWGetIsCameraMoveableWhenPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels \ +static_assert(alignof(BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels) == 0x000058, "Wrong size on BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels, OutStreamingLevels) == 0x000008, "Member 'BGWFunctionLibrary_BGWGetStatusChangedStreamingLevels::OutStreamingLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWProcessLevelStreamingVolumes \ +static_assert(alignof(BGWFunctionLibrary_BGWProcessLevelStreamingVolumes) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWProcessLevelStreamingVolumes"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWProcessLevelStreamingVolumes) == 0x000028, "Wrong size on BGWFunctionLibrary_BGWProcessLevelStreamingVolumes"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWProcessLevelStreamingVolumes, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWProcessLevelStreamingVolumes::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWProcessLevelStreamingVolumes, OverrideViewLocation) == 0x000008, "Member 'BGWFunctionLibrary_BGWProcessLevelStreamingVolumes::OverrideViewLocation' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWProcessLevelStreamingVolumes, bUseOverrideViewLocation) == 0x000020, "Member 'BGWFunctionLibrary_BGWProcessLevelStreamingVolumes::bUseOverrideViewLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWRemoveLevelFromBlackList \ +static_assert(alignof(BGWFunctionLibrary_BGWRemoveLevelFromBlackList) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWRemoveLevelFromBlackList"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWRemoveLevelFromBlackList) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWRemoveLevelFromBlackList"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWRemoveLevelFromBlackList, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWRemoveLevelFromBlackList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWRemoveLevelFromBlackList, InLevelName) == 0x000008, "Member 'BGWFunctionLibrary_BGWRemoveLevelFromBlackList::InLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWRemoveLevelFromWhiteList \ +static_assert(alignof(BGWFunctionLibrary_BGWRemoveLevelFromWhiteList) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWRemoveLevelFromWhiteList"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWRemoveLevelFromWhiteList) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWRemoveLevelFromWhiteList"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWRemoveLevelFromWhiteList, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWRemoveLevelFromWhiteList::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWRemoveLevelFromWhiteList, InLevelName) == 0x000008, "Member 'BGWFunctionLibrary_BGWRemoveLevelFromWhiteList::InLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWRequestAsyncLoad \ +static_assert(alignof(BGWFunctionLibrary_BGWRequestAsyncLoad) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWRequestAsyncLoad"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWRequestAsyncLoad) == 0x000028, "Wrong size on BGWFunctionLibrary_BGWRequestAsyncLoad"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWRequestAsyncLoad, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWRequestAsyncLoad::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWRequestAsyncLoad, LoadList) == 0x000008, "Member 'BGWFunctionLibrary_BGWRequestAsyncLoad::LoadList' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWRequestAsyncLoad, CallBackDelegate) == 0x000018, "Member 'BGWFunctionLibrary_BGWRequestAsyncLoad::CallBackDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled \ +static_assert(alignof(BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled, bEnabled) == 0x000008, "Member 'BGWFunctionLibrary_BGWSetAllLevelStreamingVolumeEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWSetGamePaused \ +static_assert(alignof(BGWFunctionLibrary_BGWSetGamePaused) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWSetGamePaused"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWSetGamePaused) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWSetGamePaused"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWSetGamePaused, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWSetGamePaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWSetGamePaused, bPaused) == 0x000008, "Member 'BGWFunctionLibrary_BGWSetGamePaused::bPaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused \ +static_assert(alignof(BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused) == 0x000008, "Wrong alignment on BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused"); \ +static_assert(sizeof(BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused) == 0x000010, "Wrong size on BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused, IsCameraMoveable) == 0x000008, "Member 'BGWFunctionLibrary_BGWSetIsCameraMoveableWhenPaused::IsCameraMoveable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_GetBGWEvents \ +static_assert(alignof(BGWFunctionLibrary_GetBGWEvents) == 0x000008, "Wrong alignment on BGWFunctionLibrary_GetBGWEvents"); \ +static_assert(sizeof(BGWFunctionLibrary_GetBGWEvents) == 0x000010, "Wrong size on BGWFunctionLibrary_GetBGWEvents"); \ +static_assert(offsetof(BGWFunctionLibrary_GetBGWEvents, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_GetBGWEvents::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_GetBGWEvents, ReturnValue) == 0x000008, "Member 'BGWFunctionLibrary_GetBGWEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_GetLevelStreamingAssetName \ +static_assert(alignof(BGWFunctionLibrary_GetLevelStreamingAssetName) == 0x000008, "Wrong alignment on BGWFunctionLibrary_GetLevelStreamingAssetName"); \ +static_assert(sizeof(BGWFunctionLibrary_GetLevelStreamingAssetName) == 0x000018, "Wrong size on BGWFunctionLibrary_GetLevelStreamingAssetName"); \ +static_assert(offsetof(BGWFunctionLibrary_GetLevelStreamingAssetName, LevelStreaming) == 0x000000, "Member 'BGWFunctionLibrary_GetLevelStreamingAssetName::LevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_GetLevelStreamingAssetName, ReturnValue) == 0x000008, "Member 'BGWFunctionLibrary_GetLevelStreamingAssetName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_IsDistanceStreamingValid \ +static_assert(alignof(BGWFunctionLibrary_IsDistanceStreamingValid) == 0x000008, "Wrong alignment on BGWFunctionLibrary_IsDistanceStreamingValid"); \ +static_assert(sizeof(BGWFunctionLibrary_IsDistanceStreamingValid) == 0x000010, "Wrong size on BGWFunctionLibrary_IsDistanceStreamingValid"); \ +static_assert(offsetof(BGWFunctionLibrary_IsDistanceStreamingValid, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_IsDistanceStreamingValid::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_IsDistanceStreamingValid, ReturnValue) == 0x000008, "Member 'BGWFunctionLibrary_IsDistanceStreamingValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_MaintainVolumesContainYuanjing \ +static_assert(alignof(BGWFunctionLibrary_MaintainVolumesContainYuanjing) == 0x000008, "Wrong alignment on BGWFunctionLibrary_MaintainVolumesContainYuanjing"); \ +static_assert(sizeof(BGWFunctionLibrary_MaintainVolumesContainYuanjing) == 0x000010, "Wrong size on BGWFunctionLibrary_MaintainVolumesContainYuanjing"); \ +static_assert(offsetof(BGWFunctionLibrary_MaintainVolumesContainYuanjing, InStreamingVolumes) == 0x000000, "Member 'BGWFunctionLibrary_MaintainVolumesContainYuanjing::InStreamingVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_PauseBGWVolumeLevelStreaming \ +static_assert(alignof(BGWFunctionLibrary_PauseBGWVolumeLevelStreaming) == 0x000008, "Wrong alignment on BGWFunctionLibrary_PauseBGWVolumeLevelStreaming"); \ +static_assert(sizeof(BGWFunctionLibrary_PauseBGWVolumeLevelStreaming) == 0x000008, "Wrong size on BGWFunctionLibrary_PauseBGWVolumeLevelStreaming"); \ +static_assert(offsetof(BGWFunctionLibrary_PauseBGWVolumeLevelStreaming, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_PauseBGWVolumeLevelStreaming::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_ResumeBGWVolumeLevelStreaming \ +static_assert(alignof(BGWFunctionLibrary_ResumeBGWVolumeLevelStreaming) == 0x000008, "Wrong alignment on BGWFunctionLibrary_ResumeBGWVolumeLevelStreaming"); \ +static_assert(sizeof(BGWFunctionLibrary_ResumeBGWVolumeLevelStreaming) == 0x000008, "Wrong size on BGWFunctionLibrary_ResumeBGWVolumeLevelStreaming"); \ +static_assert(offsetof(BGWFunctionLibrary_ResumeBGWVolumeLevelStreaming, WorldContextObject) == 0x000000, "Member 'BGWFunctionLibrary_ResumeBGWVolumeLevelStreaming::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWFunctionLibrary_RetargetLevelStreamingLevelNames \ +static_assert(alignof(BGWFunctionLibrary_RetargetLevelStreamingLevelNames) == 0x000008, "Wrong alignment on BGWFunctionLibrary_RetargetLevelStreamingLevelNames"); \ +static_assert(sizeof(BGWFunctionLibrary_RetargetLevelStreamingLevelNames) == 0x000038, "Wrong size on BGWFunctionLibrary_RetargetLevelStreamingLevelNames"); \ +static_assert(offsetof(BGWFunctionLibrary_RetargetLevelStreamingLevelNames, WorldContext) == 0x000000, "Member 'BGWFunctionLibrary_RetargetLevelStreamingLevelNames::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_RetargetLevelStreamingLevelNames, sourceNames) == 0x000008, "Member 'BGWFunctionLibrary_RetargetLevelStreamingLevelNames::sourceNames' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_RetargetLevelStreamingLevelNames, destNames) == 0x000018, "Member 'BGWFunctionLibrary_RetargetLevelStreamingLevelNames::destNames' has a wrong offset!"); \ +static_assert(offsetof(BGWFunctionLibrary_RetargetLevelStreamingLevelNames, levelPrefix) == 0x000028, "Member 'BGWFunctionLibrary_RetargetLevelStreamingLevelNames::levelPrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWFunctionLibrary \ +static_assert(alignof(UBGWFunctionLibrary) == 0x000008, "Wrong alignment on UBGWFunctionLibrary"); \ +static_assert(sizeof(UBGWFunctionLibrary) == 0x000028, "Wrong size on UBGWFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_ABGW_GameInstanceTicker \ +static_assert(alignof(ABGW_GameInstanceTicker) == 0x000008, "Wrong alignment on ABGW_GameInstanceTicker"); \ +static_assert(sizeof(ABGW_GameInstanceTicker) == 0x0002D0, "Wrong size on ABGW_GameInstanceTicker"); \ +static_assert(offsetof(ABGW_GameInstanceTicker, Parent) == 0x000288, "Member 'ABGW_GameInstanceTicker::Parent' has a wrong offset!"); \ +static_assert(offsetof(ABGW_GameInstanceTicker, TickGroup) == 0x000290, "Member 'ABGW_GameInstanceTicker::TickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGW_GameInstanceTickerEvenWhenPaused \ +static_assert(alignof(ABGW_GameInstanceTickerEvenWhenPaused) == 0x000008, "Wrong alignment on ABGW_GameInstanceTickerEvenWhenPaused"); \ +static_assert(sizeof(ABGW_GameInstanceTickerEvenWhenPaused) == 0x000298, "Wrong size on ABGW_GameInstanceTickerEvenWhenPaused"); \ +static_assert(offsetof(ABGW_GameInstanceTickerEvenWhenPaused, Parent) == 0x000288, "Member 'ABGW_GameInstanceTickerEvenWhenPaused::Parent' has a wrong offset!"); \ +static_assert(offsetof(ABGW_GameInstanceTickerEvenWhenPaused, TickGroup) == 0x000290, "Member 'ABGW_GameInstanceTickerEvenWhenPaused::TickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_BeginToggleLoadingTips \ +static_assert(alignof(BGWGameInstance_BeginToggleLoadingTips) == 0x000008, "Wrong alignment on BGWGameInstance_BeginToggleLoadingTips"); \ +static_assert(sizeof(BGWGameInstance_BeginToggleLoadingTips) == 0x000008, "Wrong size on BGWGameInstance_BeginToggleLoadingTips"); \ +static_assert(offsetof(BGWGameInstance_BeginToggleLoadingTips, InputComponent) == 0x000000, "Member 'BGWGameInstance_BeginToggleLoadingTips::InputComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_CanFadeAway \ +static_assert(alignof(BGWGameInstance_CanFadeAway) == 0x000001, "Wrong alignment on BGWGameInstance_CanFadeAway"); \ +static_assert(sizeof(BGWGameInstance_CanFadeAway) == 0x000001, "Wrong size on BGWGameInstance_CanFadeAway"); \ +static_assert(offsetof(BGWGameInstance_CanFadeAway, ReturnValue) == 0x000000, "Member 'BGWGameInstance_CanFadeAway::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetCurLoadingScreenState \ +static_assert(alignof(BGWGameInstance_GetCurLoadingScreenState) == 0x000001, "Wrong alignment on BGWGameInstance_GetCurLoadingScreenState"); \ +static_assert(sizeof(BGWGameInstance_GetCurLoadingScreenState) == 0x000001, "Wrong size on BGWGameInstance_GetCurLoadingScreenState"); \ +static_assert(offsetof(BGWGameInstance_GetCurLoadingScreenState, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetCurLoadingScreenState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetCurLoadingScreenType \ +static_assert(alignof(BGWGameInstance_GetCurLoadingScreenType) == 0x000001, "Wrong alignment on BGWGameInstance_GetCurLoadingScreenType"); \ +static_assert(sizeof(BGWGameInstance_GetCurLoadingScreenType) == 0x000001, "Wrong size on BGWGameInstance_GetCurLoadingScreenType"); \ +static_assert(offsetof(BGWGameInstance_GetCurLoadingScreenType, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetCurLoadingScreenType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetEvents \ +static_assert(alignof(BGWGameInstance_GetEvents) == 0x000008, "Wrong alignment on BGWGameInstance_GetEvents"); \ +static_assert(sizeof(BGWGameInstance_GetEvents) == 0x000008, "Wrong size on BGWGameInstance_GetEvents"); \ +static_assert(offsetof(BGWGameInstance_GetEvents, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetEvents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetFirstGamePlayerForCS \ +static_assert(alignof(BGWGameInstance_GetFirstGamePlayerForCS) == 0x000008, "Wrong alignment on BGWGameInstance_GetFirstGamePlayerForCS"); \ +static_assert(sizeof(BGWGameInstance_GetFirstGamePlayerForCS) == 0x000008, "Wrong size on BGWGameInstance_GetFirstGamePlayerForCS"); \ +static_assert(offsetof(BGWGameInstance_GetFirstGamePlayerForCS, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetFirstGamePlayerForCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetLastUseTips \ +static_assert(alignof(BGWGameInstance_GetLastUseTips) == 0x000008, "Wrong alignment on BGWGameInstance_GetLastUseTips"); \ +static_assert(sizeof(BGWGameInstance_GetLastUseTips) == 0x000010, "Wrong size on BGWGameInstance_GetLastUseTips"); \ +static_assert(offsetof(BGWGameInstance_GetLastUseTips, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetLastUseTips::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetOnlineSessionClassCS \ +static_assert(alignof(BGWGameInstance_GetOnlineSessionClassCS) == 0x000008, "Wrong alignment on BGWGameInstance_GetOnlineSessionClassCS"); \ +static_assert(sizeof(BGWGameInstance_GetOnlineSessionClassCS) == 0x000008, "Wrong size on BGWGameInstance_GetOnlineSessionClassCS"); \ +static_assert(offsetof(BGWGameInstance_GetOnlineSessionClassCS, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetOnlineSessionClassCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetTimeInMSSinceLoadingOpen \ +static_assert(alignof(BGWGameInstance_GetTimeInMSSinceLoadingOpen) == 0x000008, "Wrong alignment on BGWGameInstance_GetTimeInMSSinceLoadingOpen"); \ +static_assert(sizeof(BGWGameInstance_GetTimeInMSSinceLoadingOpen) == 0x000008, "Wrong size on BGWGameInstance_GetTimeInMSSinceLoadingOpen"); \ +static_assert(offsetof(BGWGameInstance_GetTimeInMSSinceLoadingOpen, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetTimeInMSSinceLoadingOpen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetTravelURLForCS \ +static_assert(alignof(BGWGameInstance_GetTravelURLForCS) == 0x000008, "Wrong alignment on BGWGameInstance_GetTravelURLForCS"); \ +static_assert(sizeof(BGWGameInstance_GetTravelURLForCS) == 0x000010, "Wrong size on BGWGameInstance_GetTravelURLForCS"); \ +static_assert(offsetof(BGWGameInstance_GetTravelURLForCS, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetTravelURLForCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetTravelURLHost \ +static_assert(alignof(BGWGameInstance_GetTravelURLHost) == 0x000008, "Wrong alignment on BGWGameInstance_GetTravelURLHost"); \ +static_assert(sizeof(BGWGameInstance_GetTravelURLHost) == 0x000010, "Wrong size on BGWGameInstance_GetTravelURLHost"); \ +static_assert(offsetof(BGWGameInstance_GetTravelURLHost, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetTravelURLHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_GetWorldForCS \ +static_assert(alignof(BGWGameInstance_GetWorldForCS) == 0x000008, "Wrong alignment on BGWGameInstance_GetWorldForCS"); \ +static_assert(sizeof(BGWGameInstance_GetWorldForCS) == 0x000008, "Wrong size on BGWGameInstance_GetWorldForCS"); \ +static_assert(offsetof(BGWGameInstance_GetWorldForCS, ReturnValue) == 0x000000, "Member 'BGWGameInstance_GetWorldForCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_IsLoadingScreenFadeAwayFinish \ +static_assert(alignof(BGWGameInstance_IsLoadingScreenFadeAwayFinish) == 0x000001, "Wrong alignment on BGWGameInstance_IsLoadingScreenFadeAwayFinish"); \ +static_assert(sizeof(BGWGameInstance_IsLoadingScreenFadeAwayFinish) == 0x000001, "Wrong size on BGWGameInstance_IsLoadingScreenFadeAwayFinish"); \ +static_assert(offsetof(BGWGameInstance_IsLoadingScreenFadeAwayFinish, ReturnValue) == 0x000000, "Member 'BGWGameInstance_IsLoadingScreenFadeAwayFinish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_IsToggleLoadingTipsFinish \ +static_assert(alignof(BGWGameInstance_IsToggleLoadingTipsFinish) == 0x000001, "Wrong alignment on BGWGameInstance_IsToggleLoadingTipsFinish"); \ +static_assert(sizeof(BGWGameInstance_IsToggleLoadingTipsFinish) == 0x000001, "Wrong size on BGWGameInstance_IsToggleLoadingTipsFinish"); \ +static_assert(offsetof(BGWGameInstance_IsToggleLoadingTipsFinish, ReturnValue) == 0x000000, "Member 'BGWGameInstance_IsToggleLoadingTipsFinish::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_OnGameModeMatchStateSetCS \ +static_assert(alignof(BGWGameInstance_OnGameModeMatchStateSetCS) == 0x000004, "Wrong alignment on BGWGameInstance_OnGameModeMatchStateSetCS"); \ +static_assert(sizeof(BGWGameInstance_OnGameModeMatchStateSetCS) == 0x000008, "Wrong size on BGWGameInstance_OnGameModeMatchStateSetCS"); \ +static_assert(offsetof(BGWGameInstance_OnGameModeMatchStateSetCS, NewMatchState) == 0x000000, "Member 'BGWGameInstance_OnGameModeMatchStateSetCS::NewMatchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_OnPostActorTickCS \ +static_assert(alignof(BGWGameInstance_OnPostActorTickCS) == 0x000008, "Wrong alignment on BGWGameInstance_OnPostActorTickCS"); \ +static_assert(sizeof(BGWGameInstance_OnPostActorTickCS) == 0x000008, "Wrong size on BGWGameInstance_OnPostActorTickCS"); \ +static_assert(offsetof(BGWGameInstance_OnPostActorTickCS, World) == 0x000000, "Member 'BGWGameInstance_OnPostActorTickCS::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_OnWorldChangedCS \ +static_assert(alignof(BGWGameInstance_OnWorldChangedCS) == 0x000008, "Wrong alignment on BGWGameInstance_OnWorldChangedCS"); \ +static_assert(sizeof(BGWGameInstance_OnWorldChangedCS) == 0x000010, "Wrong size on BGWGameInstance_OnWorldChangedCS"); \ +static_assert(offsetof(BGWGameInstance_OnWorldChangedCS, OldWorld) == 0x000000, "Member 'BGWGameInstance_OnWorldChangedCS::OldWorld' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstance_OnWorldChangedCS, NewWorld) == 0x000008, "Member 'BGWGameInstance_OnWorldChangedCS::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_OnWorldTickStartCS \ +static_assert(alignof(BGWGameInstance_OnWorldTickStartCS) == 0x000008, "Wrong alignment on BGWGameInstance_OnWorldTickStartCS"); \ +static_assert(sizeof(BGWGameInstance_OnWorldTickStartCS) == 0x000008, "Wrong size on BGWGameInstance_OnWorldTickStartCS"); \ +static_assert(offsetof(BGWGameInstance_OnWorldTickStartCS, World) == 0x000000, "Member 'BGWGameInstance_OnWorldTickStartCS::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_OpenLoadingScreen \ +static_assert(alignof(BGWGameInstance_OpenLoadingScreen) == 0x000001, "Wrong alignment on BGWGameInstance_OpenLoadingScreen"); \ +static_assert(sizeof(BGWGameInstance_OpenLoadingScreen) == 0x000002, "Wrong size on BGWGameInstance_OpenLoadingScreen"); \ +static_assert(offsetof(BGWGameInstance_OpenLoadingScreen, UseSlateThread) == 0x000000, "Member 'BGWGameInstance_OpenLoadingScreen::UseSlateThread' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstance_OpenLoadingScreen, LoadingScreenType) == 0x000001, "Member 'BGWGameInstance_OpenLoadingScreen::LoadingScreenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_ReceiveTick \ +static_assert(alignof(BGWGameInstance_ReceiveTick) == 0x000004, "Wrong alignment on BGWGameInstance_ReceiveTick"); \ +static_assert(sizeof(BGWGameInstance_ReceiveTick) == 0x000008, "Wrong size on BGWGameInstance_ReceiveTick"); \ +static_assert(offsetof(BGWGameInstance_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGWGameInstance_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstance_ReceiveTick, TickGroup) == 0x000004, "Member 'BGWGameInstance_ReceiveTick::TickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_ReceiveTickEvenWhenPaused \ +static_assert(alignof(BGWGameInstance_ReceiveTickEvenWhenPaused) == 0x000004, "Wrong alignment on BGWGameInstance_ReceiveTickEvenWhenPaused"); \ +static_assert(sizeof(BGWGameInstance_ReceiveTickEvenWhenPaused) == 0x000008, "Wrong size on BGWGameInstance_ReceiveTickEvenWhenPaused"); \ +static_assert(offsetof(BGWGameInstance_ReceiveTickEvenWhenPaused, DeltaSeconds) == 0x000000, "Member 'BGWGameInstance_ReceiveTickEvenWhenPaused::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstance_ReceiveTickEvenWhenPaused, TickGroup) == 0x000004, "Member 'BGWGameInstance_ReceiveTickEvenWhenPaused::TickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_RegisterBossRushInfo \ +static_assert(alignof(BGWGameInstance_RegisterBossRushInfo) == 0x000008, "Wrong alignment on BGWGameInstance_RegisterBossRushInfo"); \ +static_assert(sizeof(BGWGameInstance_RegisterBossRushInfo) == 0x000100, "Wrong size on BGWGameInstance_RegisterBossRushInfo"); \ +static_assert(offsetof(BGWGameInstance_RegisterBossRushInfo, BossRushInfo) == 0x000000, "Member 'BGWGameInstance_RegisterBossRushInfo::BossRushInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_RegisterChapterInfo \ +static_assert(alignof(BGWGameInstance_RegisterChapterInfo) == 0x000008, "Wrong alignment on BGWGameInstance_RegisterChapterInfo"); \ +static_assert(sizeof(BGWGameInstance_RegisterChapterInfo) == 0x000040, "Wrong size on BGWGameInstance_RegisterChapterInfo"); \ +static_assert(offsetof(BGWGameInstance_RegisterChapterInfo, ChapterInfo) == 0x000000, "Member 'BGWGameInstance_RegisterChapterInfo::ChapterInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_RegisterLoadingTipsInfo \ +static_assert(alignof(BGWGameInstance_RegisterLoadingTipsInfo) == 0x000008, "Wrong alignment on BGWGameInstance_RegisterLoadingTipsInfo"); \ +static_assert(sizeof(BGWGameInstance_RegisterLoadingTipsInfo) == 0x000040, "Wrong size on BGWGameInstance_RegisterLoadingTipsInfo"); \ +static_assert(offsetof(BGWGameInstance_RegisterLoadingTipsInfo, TipsInfo) == 0x000000, "Member 'BGWGameInstance_RegisterLoadingTipsInfo::TipsInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_RegisterLoadingTipsMask \ +static_assert(alignof(BGWGameInstance_RegisterLoadingTipsMask) == 0x000008, "Wrong alignment on BGWGameInstance_RegisterLoadingTipsMask"); \ +static_assert(sizeof(BGWGameInstance_RegisterLoadingTipsMask) == 0x000008, "Wrong size on BGWGameInstance_RegisterLoadingTipsMask"); \ +static_assert(offsetof(BGWGameInstance_RegisterLoadingTipsMask, MaskTexture) == 0x000000, "Member 'BGWGameInstance_RegisterLoadingTipsMask::MaskTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_StartGameInstanceForCS \ +static_assert(alignof(BGWGameInstance_StartGameInstanceForCS) == 0x000001, "Wrong alignment on BGWGameInstance_StartGameInstanceForCS"); \ +static_assert(sizeof(BGWGameInstance_StartGameInstanceForCS) == 0x000001, "Wrong size on BGWGameInstance_StartGameInstanceForCS"); \ +static_assert(offsetof(BGWGameInstance_StartGameInstanceForCS, StartType) == 0x000000, "Member 'BGWGameInstance_StartGameInstanceForCS::StartType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_SwitchLoadingScreenThread \ +static_assert(alignof(BGWGameInstance_SwitchLoadingScreenThread) == 0x000001, "Wrong alignment on BGWGameInstance_SwitchLoadingScreenThread"); \ +static_assert(sizeof(BGWGameInstance_SwitchLoadingScreenThread) == 0x000001, "Wrong size on BGWGameInstance_SwitchLoadingScreenThread"); \ +static_assert(offsetof(BGWGameInstance_SwitchLoadingScreenThread, UseSlateThread) == 0x000000, "Member 'BGWGameInstance_SwitchLoadingScreenThread::UseSlateThread' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_TravelURLHasHost \ +static_assert(alignof(BGWGameInstance_TravelURLHasHost) == 0x000001, "Wrong alignment on BGWGameInstance_TravelURLHasHost"); \ +static_assert(sizeof(BGWGameInstance_TravelURLHasHost) == 0x000001, "Wrong size on BGWGameInstance_TravelURLHasHost"); \ +static_assert(offsetof(BGWGameInstance_TravelURLHasHost, ReturnValue) == 0x000000, "Member 'BGWGameInstance_TravelURLHasHost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstance_TravelURLHasOption \ +static_assert(alignof(BGWGameInstance_TravelURLHasOption) == 0x000008, "Wrong alignment on BGWGameInstance_TravelURLHasOption"); \ +static_assert(sizeof(BGWGameInstance_TravelURLHasOption) == 0x000018, "Wrong size on BGWGameInstance_TravelURLHasOption"); \ +static_assert(offsetof(BGWGameInstance_TravelURLHasOption, Option) == 0x000000, "Member 'BGWGameInstance_TravelURLHasOption::Option' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstance_TravelURLHasOption, ReturnValue) == 0x000010, "Member 'BGWGameInstance_TravelURLHasOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWGameInstance \ +static_assert(alignof(UBGWGameInstance) == 0x000008, "Wrong alignment on UBGWGameInstance"); \ +static_assert(sizeof(UBGWGameInstance) == 0x000340, "Wrong size on UBGWGameInstance"); \ +static_assert(offsetof(UBGWGameInstance, MainActorWorld) == 0x0001B0, "Member 'UBGWGameInstance::MainActorWorld' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, VolumeMgr) == 0x0001B8, "Member 'UBGWGameInstance::VolumeMgr' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, Events) == 0x0001C0, "Member 'UBGWGameInstance::Events' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_ParallelMovement) == 0x0001C8, "Member 'UBGWGameInstance::TickActor_ParallelMovement' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_PreAnimation) == 0x0001D0, "Member 'UBGWGameInstance::TickActor_PreAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_PrePhysics) == 0x0001D8, "Member 'UBGWGameInstance::TickActor_PrePhysics' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_BeforeStartPhysics) == 0x0001E0, "Member 'UBGWGameInstance::TickActor_BeforeStartPhysics' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_DuringPhysics) == 0x0001E8, "Member 'UBGWGameInstance::TickActor_DuringPhysics' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_BeforePostPhysics) == 0x0001F0, "Member 'UBGWGameInstance::TickActor_BeforePostPhysics' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_PostPhysics) == 0x0001F8, "Member 'UBGWGameInstance::TickActor_PostPhysics' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_BeforePostUpdateWork) == 0x000200, "Member 'UBGWGameInstance::TickActor_BeforePostUpdateWork' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_PostUpdateWork) == 0x000208, "Member 'UBGWGameInstance::TickActor_PostUpdateWork' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_ParallelMovement_EvenWhenPaused) == 0x000210, "Member 'UBGWGameInstance::TickActor_ParallelMovement_EvenWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_PrePhysics_EvenWhenPaused) == 0x000218, "Member 'UBGWGameInstance::TickActor_PrePhysics_EvenWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, TickActor_BeforePostUpdateWork_EvenWhenPaused) == 0x000220, "Member 'UBGWGameInstance::TickActor_BeforePostUpdateWork_EvenWhenPaused' has a wrong offset!"); \ +static_assert(offsetof(UBGWGameInstance, AssetLoader) == 0x000228, "Member 'UBGWGameInstance::AssetLoader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_BeginEndPlayCS \ +static_assert(alignof(BGWGameMode_BeginEndPlayCS) == 0x000001, "Wrong alignment on BGWGameMode_BeginEndPlayCS"); \ +static_assert(sizeof(BGWGameMode_BeginEndPlayCS) == 0x000001, "Wrong size on BGWGameMode_BeginEndPlayCS"); \ +static_assert(offsetof(BGWGameMode_BeginEndPlayCS, EndPlayReason) == 0x000000, "Member 'BGWGameMode_BeginEndPlayCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_GetSeamlessTravelActorListCS \ +static_assert(alignof(BGWGameMode_GetSeamlessTravelActorListCS) == 0x000008, "Wrong alignment on BGWGameMode_GetSeamlessTravelActorListCS"); \ +static_assert(sizeof(BGWGameMode_GetSeamlessTravelActorListCS) == 0x000018, "Wrong size on BGWGameMode_GetSeamlessTravelActorListCS"); \ +static_assert(offsetof(BGWGameMode_GetSeamlessTravelActorListCS, bToTransition) == 0x000000, "Member 'BGWGameMode_GetSeamlessTravelActorListCS::bToTransition' has a wrong offset!"); \ +static_assert(offsetof(BGWGameMode_GetSeamlessTravelActorListCS, ActorList) == 0x000008, "Member 'BGWGameMode_GetSeamlessTravelActorListCS::ActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_HandleStartingNewPlayerCS \ +static_assert(alignof(BGWGameMode_HandleStartingNewPlayerCS) == 0x000008, "Wrong alignment on BGWGameMode_HandleStartingNewPlayerCS"); \ +static_assert(sizeof(BGWGameMode_HandleStartingNewPlayerCS) == 0x000008, "Wrong size on BGWGameMode_HandleStartingNewPlayerCS"); \ +static_assert(offsetof(BGWGameMode_HandleStartingNewPlayerCS, NewPlayer) == 0x000000, "Member 'BGWGameMode_HandleStartingNewPlayerCS::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_InitGameCS \ +static_assert(alignof(BGWGameMode_InitGameCS) == 0x000008, "Wrong alignment on BGWGameMode_InitGameCS"); \ +static_assert(sizeof(BGWGameMode_InitGameCS) == 0x000030, "Wrong size on BGWGameMode_InitGameCS"); \ +static_assert(offsetof(BGWGameMode_InitGameCS, MapName) == 0x000000, "Member 'BGWGameMode_InitGameCS::MapName' has a wrong offset!"); \ +static_assert(offsetof(BGWGameMode_InitGameCS, Options) == 0x000010, "Member 'BGWGameMode_InitGameCS::Options' has a wrong offset!"); \ +static_assert(offsetof(BGWGameMode_InitGameCS, ErrorMessag) == 0x000020, "Member 'BGWGameMode_InitGameCS::ErrorMessag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_LoginOutCS \ +static_assert(alignof(BGWGameMode_LoginOutCS) == 0x000008, "Wrong alignment on BGWGameMode_LoginOutCS"); \ +static_assert(sizeof(BGWGameMode_LoginOutCS) == 0x000008, "Wrong size on BGWGameMode_LoginOutCS"); \ +static_assert(offsetof(BGWGameMode_LoginOutCS, Exiting) == 0x000000, "Member 'BGWGameMode_LoginOutCS::Exiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_PostLoginCS \ +static_assert(alignof(BGWGameMode_PostLoginCS) == 0x000008, "Wrong alignment on BGWGameMode_PostLoginCS"); \ +static_assert(sizeof(BGWGameMode_PostLoginCS) == 0x000008, "Wrong size on BGWGameMode_PostLoginCS"); \ +static_assert(offsetof(BGWGameMode_PostLoginCS, NewPlayer) == 0x000000, "Member 'BGWGameMode_PostLoginCS::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_PreLoginCS \ +static_assert(alignof(BGWGameMode_PreLoginCS) == 0x000008, "Wrong alignment on BGWGameMode_PreLoginCS"); \ +static_assert(sizeof(BGWGameMode_PreLoginCS) == 0x000040, "Wrong size on BGWGameMode_PreLoginCS"); \ +static_assert(offsetof(BGWGameMode_PreLoginCS, Options) == 0x000000, "Member 'BGWGameMode_PreLoginCS::Options' has a wrong offset!"); \ +static_assert(offsetof(BGWGameMode_PreLoginCS, LoginAddress) == 0x000010, "Member 'BGWGameMode_PreLoginCS::LoginAddress' has a wrong offset!"); \ +static_assert(offsetof(BGWGameMode_PreLoginCS, UniqueId) == 0x000020, "Member 'BGWGameMode_PreLoginCS::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(BGWGameMode_PreLoginCS, ErrorMessage) == 0x000030, "Member 'BGWGameMode_PreLoginCS::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_RestartPlayerCS \ +static_assert(alignof(BGWGameMode_RestartPlayerCS) == 0x000008, "Wrong alignment on BGWGameMode_RestartPlayerCS"); \ +static_assert(sizeof(BGWGameMode_RestartPlayerCS) == 0x000008, "Wrong size on BGWGameMode_RestartPlayerCS"); \ +static_assert(offsetof(BGWGameMode_RestartPlayerCS, NewPlayer) == 0x000000, "Member 'BGWGameMode_RestartPlayerCS::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameMode_IsMovieRendering \ +static_assert(alignof(BGWGameMode_IsMovieRendering) == 0x000001, "Wrong alignment on BGWGameMode_IsMovieRendering"); \ +static_assert(sizeof(BGWGameMode_IsMovieRendering) == 0x000001, "Wrong size on BGWGameMode_IsMovieRendering"); \ +static_assert(offsetof(BGWGameMode_IsMovieRendering, ReturnValue) == 0x000000, "Member 'BGWGameMode_IsMovieRendering::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWGameMode \ +static_assert(alignof(ABGWGameMode) == 0x000008, "Wrong alignment on ABGWGameMode"); \ +static_assert(sizeof(ABGWGameMode) == 0x000370, "Wrong size on ABGWGameMode"); \ + +#define DUMPER7_ASSERTS_BGWGamePlayTraceObject_CanShutdown \ +static_assert(alignof(BGWGamePlayTraceObject_CanShutdown) == 0x000001, "Wrong alignment on BGWGamePlayTraceObject_CanShutdown"); \ +static_assert(sizeof(BGWGamePlayTraceObject_CanShutdown) == 0x000001, "Wrong size on BGWGamePlayTraceObject_CanShutdown"); \ +static_assert(offsetof(BGWGamePlayTraceObject_CanShutdown, ReturnValue) == 0x000000, "Member 'BGWGamePlayTraceObject_CanShutdown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGamePlayTraceObject_GetEnableTraceing \ +static_assert(alignof(BGWGamePlayTraceObject_GetEnableTraceing) == 0x000001, "Wrong alignment on BGWGamePlayTraceObject_GetEnableTraceing"); \ +static_assert(sizeof(BGWGamePlayTraceObject_GetEnableTraceing) == 0x000001, "Wrong size on BGWGamePlayTraceObject_GetEnableTraceing"); \ +static_assert(offsetof(BGWGamePlayTraceObject_GetEnableTraceing, ReturnValue) == 0x000000, "Member 'BGWGamePlayTraceObject_GetEnableTraceing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGamePlayTraceObject_OnTick \ +static_assert(alignof(BGWGamePlayTraceObject_OnTick) == 0x000004, "Wrong alignment on BGWGamePlayTraceObject_OnTick"); \ +static_assert(sizeof(BGWGamePlayTraceObject_OnTick) == 0x000004, "Wrong size on BGWGamePlayTraceObject_OnTick"); \ +static_assert(offsetof(BGWGamePlayTraceObject_OnTick, DeltaTime) == 0x000000, "Member 'BGWGamePlayTraceObject_OnTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGamePlayTraceObject_RecordFrameRate_Stop \ +static_assert(alignof(BGWGamePlayTraceObject_RecordFrameRate_Stop) == 0x000008, "Wrong alignment on BGWGamePlayTraceObject_RecordFrameRate_Stop"); \ +static_assert(sizeof(BGWGamePlayTraceObject_RecordFrameRate_Stop) == 0x000010, "Wrong size on BGWGamePlayTraceObject_RecordFrameRate_Stop"); \ +static_assert(offsetof(BGWGamePlayTraceObject_RecordFrameRate_Stop, ReturnValue) == 0x000000, "Member 'BGWGamePlayTraceObject_RecordFrameRate_Stop::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGamePlayTraceObject_TraceStart \ +static_assert(alignof(BGWGamePlayTraceObject_TraceStart) == 0x000008, "Wrong alignment on BGWGamePlayTraceObject_TraceStart"); \ +static_assert(sizeof(BGWGamePlayTraceObject_TraceStart) == 0x000010, "Wrong size on BGWGamePlayTraceObject_TraceStart"); \ +static_assert(offsetof(BGWGamePlayTraceObject_TraceStart, TraceTaskName) == 0x000000, "Member 'BGWGamePlayTraceObject_TraceStart::TraceTaskName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWGamePlayTraceObject \ +static_assert(alignof(UBGWGamePlayTraceObject) == 0x000008, "Wrong alignment on UBGWGamePlayTraceObject"); \ +static_assert(sizeof(UBGWGamePlayTraceObject) == 0x000228, "Wrong size on UBGWGamePlayTraceObject"); \ + +#define DUMPER7_ASSERTS_BGUSimpleGamePlayTraceObject_AddTraceStatByName \ +static_assert(alignof(BGUSimpleGamePlayTraceObject_AddTraceStatByName) == 0x000008, "Wrong alignment on BGUSimpleGamePlayTraceObject_AddTraceStatByName"); \ +static_assert(sizeof(BGUSimpleGamePlayTraceObject_AddTraceStatByName) == 0x000010, "Wrong size on BGUSimpleGamePlayTraceObject_AddTraceStatByName"); \ +static_assert(offsetof(BGUSimpleGamePlayTraceObject_AddTraceStatByName, Name_0) == 0x000000, "Member 'BGUSimpleGamePlayTraceObject_AddTraceStatByName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSimpleGamePlayTraceObject_FindTraceStatResult \ +static_assert(alignof(BGUSimpleGamePlayTraceObject_FindTraceStatResult) == 0x000008, "Wrong alignment on BGUSimpleGamePlayTraceObject_FindTraceStatResult"); \ +static_assert(sizeof(BGUSimpleGamePlayTraceObject_FindTraceStatResult) == 0x000028, "Wrong size on BGUSimpleGamePlayTraceObject_FindTraceStatResult"); \ +static_assert(offsetof(BGUSimpleGamePlayTraceObject_FindTraceStatResult, Name_0) == 0x000000, "Member 'BGUSimpleGamePlayTraceObject_FindTraceStatResult::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BGUSimpleGamePlayTraceObject_FindTraceStatResult, ReturnValue) == 0x000010, "Member 'BGUSimpleGamePlayTraceObject_FindTraceStatResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSimpleGamePlayTraceObject_OnTick \ +static_assert(alignof(BGUSimpleGamePlayTraceObject_OnTick) == 0x000004, "Wrong alignment on BGUSimpleGamePlayTraceObject_OnTick"); \ +static_assert(sizeof(BGUSimpleGamePlayTraceObject_OnTick) == 0x000004, "Wrong size on BGUSimpleGamePlayTraceObject_OnTick"); \ +static_assert(offsetof(BGUSimpleGamePlayTraceObject_OnTick, DeltaTime) == 0x000000, "Member 'BGUSimpleGamePlayTraceObject_OnTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUSimpleGamePlayTraceObject \ +static_assert(alignof(UBGUSimpleGamePlayTraceObject) == 0x000008, "Wrong alignment on UBGUSimpleGamePlayTraceObject"); \ +static_assert(sizeof(UBGUSimpleGamePlayTraceObject) == 0x000078, "Wrong size on UBGUSimpleGamePlayTraceObject"); \ + +#define DUMPER7_ASSERTS_BGWGameState_IsGSEventDebuggerOpenCS \ +static_assert(alignof(BGWGameState_IsGSEventDebuggerOpenCS) == 0x000001, "Wrong alignment on BGWGameState_IsGSEventDebuggerOpenCS"); \ +static_assert(sizeof(BGWGameState_IsGSEventDebuggerOpenCS) == 0x000001, "Wrong size on BGWGameState_IsGSEventDebuggerOpenCS"); \ +static_assert(offsetof(BGWGameState_IsGSEventDebuggerOpenCS, ReturnValue) == 0x000000, "Member 'BGWGameState_IsGSEventDebuggerOpenCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameState_OnTickDispatchEventCS \ +static_assert(alignof(BGWGameState_OnTickDispatchEventCS) == 0x000004, "Wrong alignment on BGWGameState_OnTickDispatchEventCS"); \ +static_assert(sizeof(BGWGameState_OnTickDispatchEventCS) == 0x000004, "Wrong size on BGWGameState_OnTickDispatchEventCS"); \ +static_assert(offsetof(BGWGameState_OnTickDispatchEventCS, DeltaTime) == 0x000000, "Member 'BGWGameState_OnTickDispatchEventCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWGameState \ +static_assert(alignof(ABGWGameState) == 0x000008, "Wrong alignment on ABGWGameState"); \ +static_assert(sizeof(ABGWGameState) == 0x000310, "Wrong size on ABGWGameState"); \ +static_assert(offsetof(ABGWGameState, BGSDataComp) == 0x0002F8, "Member 'ABGWGameState::BGSDataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGWGameState, ECSDataNetSerialization) == 0x000300, "Member 'ABGWGameState::ECSDataNetSerialization' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWGSStreamingSourceActor \ +static_assert(alignof(ABGWGSStreamingSourceActor) == 0x000008, "Wrong alignment on ABGWGSStreamingSourceActor"); \ +static_assert(sizeof(ABGWGSStreamingSourceActor) == 0x000288, "Wrong size on ABGWGSStreamingSourceActor"); \ + +#define DUMPER7_ASSERTS_ABGWLevelStreamingStateVolume \ +static_assert(alignof(ABGWLevelStreamingStateVolume) == 0x000008, "Wrong alignment on ABGWLevelStreamingStateVolume"); \ +static_assert(sizeof(ABGWLevelStreamingStateVolume) == 0x0002C0, "Wrong size on ABGWLevelStreamingStateVolume"); \ + +#define DUMPER7_ASSERTS_BGWLevelStreamingStateVolumeManager_Get \ +static_assert(alignof(BGWLevelStreamingStateVolumeManager_Get) == 0x000008, "Wrong alignment on BGWLevelStreamingStateVolumeManager_Get"); \ +static_assert(sizeof(BGWLevelStreamingStateVolumeManager_Get) == 0x000010, "Wrong size on BGWLevelStreamingStateVolumeManager_Get"); \ +static_assert(offsetof(BGWLevelStreamingStateVolumeManager_Get, WorldContext) == 0x000000, "Member 'BGWLevelStreamingStateVolumeManager_Get::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGWLevelStreamingStateVolumeManager_Get, ReturnValue) == 0x000008, "Member 'BGWLevelStreamingStateVolumeManager_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWLevelStreamingStateVolumeManager \ +static_assert(alignof(UBGWLevelStreamingStateVolumeManager) == 0x000008, "Wrong alignment on UBGWLevelStreamingStateVolumeManager"); \ +static_assert(sizeof(UBGWLevelStreamingStateVolumeManager) == 0x000070, "Wrong size on UBGWLevelStreamingStateVolumeManager"); \ +static_assert(offsetof(UBGWLevelStreamingStateVolumeManager, OnRequestUpdateLevelState) == 0x000028, "Member 'UBGWLevelStreamingStateVolumeManager::OnRequestUpdateLevelState' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingStateVolumeManager, CurrentActiveVolumes) == 0x000038, "Member 'UBGWLevelStreamingStateVolumeManager::CurrentActiveVolumes' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingStateVolumeManager, RegisteredVolumePtrs) == 0x000048, "Member 'UBGWLevelStreamingStateVolumeManager::RegisteredVolumePtrs' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingStateVolumeManager, CurrentActiveVolumePtrs) == 0x000058, "Member 'UBGWLevelStreamingStateVolumeManager::CurrentActiveVolumePtrs' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingStateVolumeManager, PlayerController) == 0x000068, "Member 'UBGWLevelStreamingStateVolumeManager::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWLevelStreamingVolume_SetEnableWorldCompositionGroup \ +static_assert(alignof(BGWLevelStreamingVolume_SetEnableWorldCompositionGroup) == 0x000001, "Wrong alignment on BGWLevelStreamingVolume_SetEnableWorldCompositionGroup"); \ +static_assert(sizeof(BGWLevelStreamingVolume_SetEnableWorldCompositionGroup) == 0x000001, "Wrong size on BGWLevelStreamingVolume_SetEnableWorldCompositionGroup"); \ +static_assert(offsetof(BGWLevelStreamingVolume_SetEnableWorldCompositionGroup, bEnable) == 0x000000, "Member 'BGWLevelStreamingVolume_SetEnableWorldCompositionGroup::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWLevelStreamingVolume \ +static_assert(alignof(ABGWLevelStreamingVolume) == 0x000008, "Wrong alignment on ABGWLevelStreamingVolume"); \ +static_assert(sizeof(ABGWLevelStreamingVolume) == 0x0002F0, "Wrong size on ABGWLevelStreamingVolume"); \ +static_assert(offsetof(ABGWLevelStreamingVolume, StreamingLevelNames) == 0x0002C0, "Member 'ABGWLevelStreamingVolume::StreamingLevelNames' has a wrong offset!"); \ +static_assert(offsetof(ABGWLevelStreamingVolume, ForceHideStreamingLevelNames) == 0x0002D0, "Member 'ABGWLevelStreamingVolume::ForceHideStreamingLevelNames' has a wrong offset!"); \ +static_assert(offsetof(ABGWLevelStreamingVolume, StreamingUsage) == 0x0002E4, "Member 'ABGWLevelStreamingVolume::StreamingUsage' has a wrong offset!"); \ +static_assert(offsetof(ABGWLevelStreamingVolume, MinTimeBetweenVolumeUnloadRequests) == 0x0002EC, "Member 'ABGWLevelStreamingVolume::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWMeshActor \ +static_assert(alignof(ABGWMeshActor) == 0x000008, "Wrong alignment on ABGWMeshActor"); \ +static_assert(sizeof(ABGWMeshActor) == 0x000298, "Wrong size on ABGWMeshActor"); \ +static_assert(offsetof(ABGWMeshActor, OriginBlueprint) == 0x000288, "Member 'ABGWMeshActor::OriginBlueprint' has a wrong offset!"); \ +static_assert(offsetof(ABGWMeshActor, SceneRoot) == 0x000290, "Member 'ABGWMeshActor::SceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_Overlap \ +static_assert(alignof(UGSEQT_Overlap) == 0x000008, "Wrong alignment on UGSEQT_Overlap"); \ +static_assert(sizeof(UGSEQT_Overlap) == 0x000228, "Wrong size on UGSEQT_Overlap"); \ +static_assert(offsetof(UGSEQT_Overlap, OverlapData) == 0x0001F8, "Member 'UGSEQT_Overlap::OverlapData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWObjectExtend_OnPropertyChanged \ +static_assert(alignof(BGWObjectExtend_OnPropertyChanged) == 0x000008, "Wrong alignment on BGWObjectExtend_OnPropertyChanged"); \ +static_assert(sizeof(BGWObjectExtend_OnPropertyChanged) == 0x000020, "Wrong size on BGWObjectExtend_OnPropertyChanged"); \ +static_assert(offsetof(BGWObjectExtend_OnPropertyChanged, MemberName) == 0x000000, "Member 'BGWObjectExtend_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BGWObjectExtend_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BGWObjectExtend_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWObjectExtend \ +static_assert(alignof(UBGWObjectExtend) == 0x000008, "Wrong alignment on UBGWObjectExtend"); \ +static_assert(sizeof(UBGWObjectExtend) == 0x000028, "Wrong size on UBGWObjectExtend"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineInterface \ +static_assert(alignof(UBGWOnlineInterface) == 0x000008, "Wrong alignment on UBGWOnlineInterface"); \ +static_assert(sizeof(UBGWOnlineInterface) == 0x000028, "Wrong size on UBGWOnlineInterface"); \ + +#define DUMPER7_ASSERTS_BGWOnlineAchievement_GetAllAchievements \ +static_assert(alignof(BGWOnlineAchievement_GetAllAchievements) == 0x000008, "Wrong alignment on BGWOnlineAchievement_GetAllAchievements"); \ +static_assert(sizeof(BGWOnlineAchievement_GetAllAchievements) == 0x000018, "Wrong size on BGWOnlineAchievement_GetAllAchievements"); \ +static_assert(offsetof(BGWOnlineAchievement_GetAllAchievements, outAchievements) == 0x000000, "Member 'BGWOnlineAchievement_GetAllAchievements::outAchievements' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineAchievement_GetAllAchievements, ReturnValue) == 0x000010, "Member 'BGWOnlineAchievement_GetAllAchievements::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineAchievement_Init \ +static_assert(alignof(BGWOnlineAchievement_Init) == 0x000004, "Wrong alignment on BGWOnlineAchievement_Init"); \ +static_assert(sizeof(BGWOnlineAchievement_Init) == 0x000004, "Wrong size on BGWOnlineAchievement_Init"); \ +static_assert(offsetof(BGWOnlineAchievement_Init, ReturnValue) == 0x000000, "Member 'BGWOnlineAchievement_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineAchievement_OnAchievementsWrittenCompleteCS \ +static_assert(alignof(BGWOnlineAchievement_OnAchievementsWrittenCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineAchievement_OnAchievementsWrittenCompleteCS"); \ +static_assert(sizeof(BGWOnlineAchievement_OnAchievementsWrittenCompleteCS) == 0x000001, "Wrong size on BGWOnlineAchievement_OnAchievementsWrittenCompleteCS"); \ +static_assert(offsetof(BGWOnlineAchievement_OnAchievementsWrittenCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineAchievement_OnAchievementsWrittenCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineAchievement_OnQueryAchievementsCompleteCS \ +static_assert(alignof(BGWOnlineAchievement_OnQueryAchievementsCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineAchievement_OnQueryAchievementsCompleteCS"); \ +static_assert(sizeof(BGWOnlineAchievement_OnQueryAchievementsCompleteCS) == 0x000001, "Wrong size on BGWOnlineAchievement_OnQueryAchievementsCompleteCS"); \ +static_assert(offsetof(BGWOnlineAchievement_OnQueryAchievementsCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineAchievement_OnQueryAchievementsCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineAchievement_OnStatUpdatedCompleteCS \ +static_assert(alignof(BGWOnlineAchievement_OnStatUpdatedCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineAchievement_OnStatUpdatedCompleteCS"); \ +static_assert(sizeof(BGWOnlineAchievement_OnStatUpdatedCompleteCS) == 0x000001, "Wrong size on BGWOnlineAchievement_OnStatUpdatedCompleteCS"); \ +static_assert(offsetof(BGWOnlineAchievement_OnStatUpdatedCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineAchievement_OnStatUpdatedCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineAchievement_UpdateStat \ +static_assert(alignof(BGWOnlineAchievement_UpdateStat) == 0x000008, "Wrong alignment on BGWOnlineAchievement_UpdateStat"); \ +static_assert(sizeof(BGWOnlineAchievement_UpdateStat) == 0x000018, "Wrong size on BGWOnlineAchievement_UpdateStat"); \ +static_assert(offsetof(BGWOnlineAchievement_UpdateStat, StatName) == 0x000000, "Member 'BGWOnlineAchievement_UpdateStat::StatName' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineAchievement_UpdateStat, StatValue) == 0x000010, "Member 'BGWOnlineAchievement_UpdateStat::StatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineAchievement_WriteAchievement \ +static_assert(alignof(BGWOnlineAchievement_WriteAchievement) == 0x000008, "Wrong alignment on BGWOnlineAchievement_WriteAchievement"); \ +static_assert(sizeof(BGWOnlineAchievement_WriteAchievement) == 0x000018, "Wrong size on BGWOnlineAchievement_WriteAchievement"); \ +static_assert(offsetof(BGWOnlineAchievement_WriteAchievement, writeObjKey) == 0x000000, "Member 'BGWOnlineAchievement_WriteAchievement::writeObjKey' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineAchievement_WriteAchievement, writeObjValue) == 0x000010, "Member 'BGWOnlineAchievement_WriteAchievement::writeObjValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineAchievement \ +static_assert(alignof(UBGWOnlineAchievement) == 0x000008, "Wrong alignment on UBGWOnlineAchievement"); \ +static_assert(sizeof(UBGWOnlineAchievement) == 0x000058, "Wrong size on UBGWOnlineAchievement"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_EndActivity \ +static_assert(alignof(BGWOnlineActivity_EndActivity) == 0x000008, "Wrong alignment on BGWOnlineActivity_EndActivity"); \ +static_assert(sizeof(BGWOnlineActivity_EndActivity) == 0x000018, "Wrong size on BGWOnlineActivity_EndActivity"); \ +static_assert(offsetof(BGWOnlineActivity_EndActivity, ActivityId) == 0x000000, "Member 'BGWOnlineActivity_EndActivity::ActivityId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineActivity_EndActivity, Outcome) == 0x000010, "Member 'BGWOnlineActivity_EndActivity::Outcome' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_Init \ +static_assert(alignof(BGWOnlineActivity_Init) == 0x000004, "Wrong alignment on BGWOnlineActivity_Init"); \ +static_assert(sizeof(BGWOnlineActivity_Init) == 0x000004, "Wrong size on BGWOnlineActivity_Init"); \ +static_assert(offsetof(BGWOnlineActivity_Init, ReturnValue) == 0x000000, "Member 'BGWOnlineActivity_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_OnEndActivityCompleteCS \ +static_assert(alignof(BGWOnlineActivity_OnEndActivityCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineActivity_OnEndActivityCompleteCS"); \ +static_assert(sizeof(BGWOnlineActivity_OnEndActivityCompleteCS) == 0x000001, "Wrong size on BGWOnlineActivity_OnEndActivityCompleteCS"); \ +static_assert(offsetof(BGWOnlineActivity_OnEndActivityCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineActivity_OnEndActivityCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_OnGameActivityActivationCompleteCS \ +static_assert(alignof(BGWOnlineActivity_OnGameActivityActivationCompleteCS) == 0x000008, "Wrong alignment on BGWOnlineActivity_OnGameActivityActivationCompleteCS"); \ +static_assert(sizeof(BGWOnlineActivity_OnGameActivityActivationCompleteCS) == 0x000020, "Wrong size on BGWOnlineActivity_OnGameActivityActivationCompleteCS"); \ +static_assert(offsetof(BGWOnlineActivity_OnGameActivityActivationCompleteCS, ActivityId) == 0x000000, "Member 'BGWOnlineActivity_OnGameActivityActivationCompleteCS::ActivityId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineActivity_OnGameActivityActivationCompleteCS, SessionStr) == 0x000010, "Member 'BGWOnlineActivity_OnGameActivityActivationCompleteCS::SessionStr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_OnResetAllActiveActivitiesCompleteCS \ +static_assert(alignof(BGWOnlineActivity_OnResetAllActiveActivitiesCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineActivity_OnResetAllActiveActivitiesCompleteCS"); \ +static_assert(sizeof(BGWOnlineActivity_OnResetAllActiveActivitiesCompleteCS) == 0x000001, "Wrong size on BGWOnlineActivity_OnResetAllActiveActivitiesCompleteCS"); \ +static_assert(offsetof(BGWOnlineActivity_OnResetAllActiveActivitiesCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineActivity_OnResetAllActiveActivitiesCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_OnResumeActivityCompleteCS \ +static_assert(alignof(BGWOnlineActivity_OnResumeActivityCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineActivity_OnResumeActivityCompleteCS"); \ +static_assert(sizeof(BGWOnlineActivity_OnResumeActivityCompleteCS) == 0x000001, "Wrong size on BGWOnlineActivity_OnResumeActivityCompleteCS"); \ +static_assert(offsetof(BGWOnlineActivity_OnResumeActivityCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineActivity_OnResumeActivityCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_OnSetActivityAvailabilityCompleteCS \ +static_assert(alignof(BGWOnlineActivity_OnSetActivityAvailabilityCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineActivity_OnSetActivityAvailabilityCompleteCS"); \ +static_assert(sizeof(BGWOnlineActivity_OnSetActivityAvailabilityCompleteCS) == 0x000001, "Wrong size on BGWOnlineActivity_OnSetActivityAvailabilityCompleteCS"); \ +static_assert(offsetof(BGWOnlineActivity_OnSetActivityAvailabilityCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineActivity_OnSetActivityAvailabilityCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_OnSetActivityPriorityCompleteCS \ +static_assert(alignof(BGWOnlineActivity_OnSetActivityPriorityCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineActivity_OnSetActivityPriorityCompleteCS"); \ +static_assert(sizeof(BGWOnlineActivity_OnSetActivityPriorityCompleteCS) == 0x000001, "Wrong size on BGWOnlineActivity_OnSetActivityPriorityCompleteCS"); \ +static_assert(offsetof(BGWOnlineActivity_OnSetActivityPriorityCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineActivity_OnSetActivityPriorityCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_OnStartActivityCompleteCS \ +static_assert(alignof(BGWOnlineActivity_OnStartActivityCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineActivity_OnStartActivityCompleteCS"); \ +static_assert(sizeof(BGWOnlineActivity_OnStartActivityCompleteCS) == 0x000001, "Wrong size on BGWOnlineActivity_OnStartActivityCompleteCS"); \ +static_assert(offsetof(BGWOnlineActivity_OnStartActivityCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineActivity_OnStartActivityCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_ResumeActivity \ +static_assert(alignof(BGWOnlineActivity_ResumeActivity) == 0x000008, "Wrong alignment on BGWOnlineActivity_ResumeActivity"); \ +static_assert(sizeof(BGWOnlineActivity_ResumeActivity) == 0x000030, "Wrong size on BGWOnlineActivity_ResumeActivity"); \ +static_assert(offsetof(BGWOnlineActivity_ResumeActivity, ActivityId) == 0x000000, "Member 'BGWOnlineActivity_ResumeActivity::ActivityId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineActivity_ResumeActivity, InProgressTasks) == 0x000010, "Member 'BGWOnlineActivity_ResumeActivity::InProgressTasks' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineActivity_ResumeActivity, CompletedTasks) == 0x000020, "Member 'BGWOnlineActivity_ResumeActivity::CompletedTasks' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_SetActivityAvailability \ +static_assert(alignof(BGWOnlineActivity_SetActivityAvailability) == 0x000008, "Wrong alignment on BGWOnlineActivity_SetActivityAvailability"); \ +static_assert(sizeof(BGWOnlineActivity_SetActivityAvailability) == 0x000018, "Wrong size on BGWOnlineActivity_SetActivityAvailability"); \ +static_assert(offsetof(BGWOnlineActivity_SetActivityAvailability, ActivityId) == 0x000000, "Member 'BGWOnlineActivity_SetActivityAvailability::ActivityId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineActivity_SetActivityAvailability, bEnable) == 0x000010, "Member 'BGWOnlineActivity_SetActivityAvailability::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_SetActivityPriority \ +static_assert(alignof(BGWOnlineActivity_SetActivityPriority) == 0x000008, "Wrong alignment on BGWOnlineActivity_SetActivityPriority"); \ +static_assert(sizeof(BGWOnlineActivity_SetActivityPriority) == 0x000050, "Wrong size on BGWOnlineActivity_SetActivityPriority"); \ +static_assert(offsetof(BGWOnlineActivity_SetActivityPriority, PriorityMap) == 0x000000, "Member 'BGWOnlineActivity_SetActivityPriority::PriorityMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineActivity_StartActivity \ +static_assert(alignof(BGWOnlineActivity_StartActivity) == 0x000008, "Wrong alignment on BGWOnlineActivity_StartActivity"); \ +static_assert(sizeof(BGWOnlineActivity_StartActivity) == 0x000010, "Wrong size on BGWOnlineActivity_StartActivity"); \ +static_assert(offsetof(BGWOnlineActivity_StartActivity, ActivityId) == 0x000000, "Member 'BGWOnlineActivity_StartActivity::ActivityId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineActivity \ +static_assert(alignof(UBGWOnlineActivity) == 0x000008, "Wrong alignment on UBGWOnlineActivity"); \ +static_assert(sizeof(UBGWOnlineActivity) == 0x0000E0, "Wrong size on UBGWOnlineActivity"); \ + +#define DUMPER7_ASSERTS_GSLocalPlayer_GetGameLoginOptionsCS \ +static_assert(alignof(GSLocalPlayer_GetGameLoginOptionsCS) == 0x000008, "Wrong alignment on GSLocalPlayer_GetGameLoginOptionsCS"); \ +static_assert(sizeof(GSLocalPlayer_GetGameLoginOptionsCS) == 0x000010, "Wrong size on GSLocalPlayer_GetGameLoginOptionsCS"); \ +static_assert(offsetof(GSLocalPlayer_GetGameLoginOptionsCS, ReturnValue) == 0x000000, "Member 'GSLocalPlayer_GetGameLoginOptionsCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSLocalPlayer \ +static_assert(alignof(UGSLocalPlayer) == 0x000008, "Wrong alignment on UGSLocalPlayer"); \ +static_assert(sizeof(UGSLocalPlayer) == 0x0002A0, "Wrong size on UGSLocalPlayer"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_DeleteUserFile \ +static_assert(alignof(BGWOnlineCloud_DeleteUserFile) == 0x000008, "Wrong alignment on BGWOnlineCloud_DeleteUserFile"); \ +static_assert(sizeof(BGWOnlineCloud_DeleteUserFile) == 0x000018, "Wrong size on BGWOnlineCloud_DeleteUserFile"); \ +static_assert(offsetof(BGWOnlineCloud_DeleteUserFile, Filename) == 0x000000, "Member 'BGWOnlineCloud_DeleteUserFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineCloud_DeleteUserFile, bCloudDelete) == 0x000010, "Member 'BGWOnlineCloud_DeleteUserFile::bCloudDelete' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineCloud_DeleteUserFile, bLocalDelete) == 0x000011, "Member 'BGWOnlineCloud_DeleteUserFile::bLocalDelete' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_Init \ +static_assert(alignof(BGWOnlineCloud_Init) == 0x000004, "Wrong alignment on BGWOnlineCloud_Init"); \ +static_assert(sizeof(BGWOnlineCloud_Init) == 0x000004, "Wrong size on BGWOnlineCloud_Init"); \ +static_assert(offsetof(BGWOnlineCloud_Init, ReturnValue) == 0x000000, "Member 'BGWOnlineCloud_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_OnDeleteUserFilesCompleteCS \ +static_assert(alignof(BGWOnlineCloud_OnDeleteUserFilesCompleteCS) == 0x000008, "Wrong alignment on BGWOnlineCloud_OnDeleteUserFilesCompleteCS"); \ +static_assert(sizeof(BGWOnlineCloud_OnDeleteUserFilesCompleteCS) == 0x000018, "Wrong size on BGWOnlineCloud_OnDeleteUserFilesCompleteCS"); \ +static_assert(offsetof(BGWOnlineCloud_OnDeleteUserFilesCompleteCS, Filename) == 0x000000, "Member 'BGWOnlineCloud_OnDeleteUserFilesCompleteCS::Filename' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineCloud_OnDeleteUserFilesCompleteCS, bWasSuccessful) == 0x000010, "Member 'BGWOnlineCloud_OnDeleteUserFilesCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_OnEnumerateUserFilesCompleteCS \ +static_assert(alignof(BGWOnlineCloud_OnEnumerateUserFilesCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineCloud_OnEnumerateUserFilesCompleteCS"); \ +static_assert(sizeof(BGWOnlineCloud_OnEnumerateUserFilesCompleteCS) == 0x000001, "Wrong size on BGWOnlineCloud_OnEnumerateUserFilesCompleteCS"); \ +static_assert(offsetof(BGWOnlineCloud_OnEnumerateUserFilesCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineCloud_OnEnumerateUserFilesCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_OnReadUserFilesCompleteCS \ +static_assert(alignof(BGWOnlineCloud_OnReadUserFilesCompleteCS) == 0x000008, "Wrong alignment on BGWOnlineCloud_OnReadUserFilesCompleteCS"); \ +static_assert(sizeof(BGWOnlineCloud_OnReadUserFilesCompleteCS) == 0x000018, "Wrong size on BGWOnlineCloud_OnReadUserFilesCompleteCS"); \ +static_assert(offsetof(BGWOnlineCloud_OnReadUserFilesCompleteCS, Filename) == 0x000000, "Member 'BGWOnlineCloud_OnReadUserFilesCompleteCS::Filename' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineCloud_OnReadUserFilesCompleteCS, bWasSuccessful) == 0x000010, "Member 'BGWOnlineCloud_OnReadUserFilesCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_OnWriteUserCloudFileCompleteCS \ +static_assert(alignof(BGWOnlineCloud_OnWriteUserCloudFileCompleteCS) == 0x000008, "Wrong alignment on BGWOnlineCloud_OnWriteUserCloudFileCompleteCS"); \ +static_assert(sizeof(BGWOnlineCloud_OnWriteUserCloudFileCompleteCS) == 0x000018, "Wrong size on BGWOnlineCloud_OnWriteUserCloudFileCompleteCS"); \ +static_assert(offsetof(BGWOnlineCloud_OnWriteUserCloudFileCompleteCS, Filename) == 0x000000, "Member 'BGWOnlineCloud_OnWriteUserCloudFileCompleteCS::Filename' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineCloud_OnWriteUserCloudFileCompleteCS, bWasSuccessful) == 0x000010, "Member 'BGWOnlineCloud_OnWriteUserCloudFileCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_ReadAllUserFiles \ +static_assert(alignof(BGWOnlineCloud_ReadAllUserFiles) == 0x000001, "Wrong alignment on BGWOnlineCloud_ReadAllUserFiles"); \ +static_assert(sizeof(BGWOnlineCloud_ReadAllUserFiles) == 0x000001, "Wrong size on BGWOnlineCloud_ReadAllUserFiles"); \ +static_assert(offsetof(BGWOnlineCloud_ReadAllUserFiles, ReturnValue) == 0x000000, "Member 'BGWOnlineCloud_ReadAllUserFiles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_ReadUserFile \ +static_assert(alignof(BGWOnlineCloud_ReadUserFile) == 0x000008, "Wrong alignment on BGWOnlineCloud_ReadUserFile"); \ +static_assert(sizeof(BGWOnlineCloud_ReadUserFile) == 0x000018, "Wrong size on BGWOnlineCloud_ReadUserFile"); \ +static_assert(offsetof(BGWOnlineCloud_ReadUserFile, Filename) == 0x000000, "Member 'BGWOnlineCloud_ReadUserFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineCloud_ReadUserFile, ReturnValue) == 0x000010, "Member 'BGWOnlineCloud_ReadUserFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineCloud_WriteUserFile \ +static_assert(alignof(BGWOnlineCloud_WriteUserFile) == 0x000008, "Wrong alignment on BGWOnlineCloud_WriteUserFile"); \ +static_assert(sizeof(BGWOnlineCloud_WriteUserFile) == 0x000020, "Wrong size on BGWOnlineCloud_WriteUserFile"); \ +static_assert(offsetof(BGWOnlineCloud_WriteUserFile, Filename) == 0x000000, "Member 'BGWOnlineCloud_WriteUserFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineCloud_WriteUserFile, UserData) == 0x000010, "Member 'BGWOnlineCloud_WriteUserFile::UserData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineCloud \ +static_assert(alignof(UBGWOnlineCloud) == 0x000008, "Wrong alignment on UBGWOnlineCloud"); \ +static_assert(sizeof(UBGWOnlineCloud) == 0x0000D8, "Wrong size on UBGWOnlineCloud"); \ + +#define DUMPER7_ASSERTS_BGWOnlineFriend_GetFriend \ +static_assert(alignof(BGWOnlineFriend_GetFriend) == 0x000008, "Wrong alignment on BGWOnlineFriend_GetFriend"); \ +static_assert(sizeof(BGWOnlineFriend_GetFriend) == 0x000018, "Wrong size on BGWOnlineFriend_GetFriend"); \ +static_assert(offsetof(BGWOnlineFriend_GetFriend, ListName) == 0x000000, "Member 'BGWOnlineFriend_GetFriend::ListName' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineFriend_GetFriend, ReturnValue) == 0x000010, "Member 'BGWOnlineFriend_GetFriend::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineFriend_GetFriendsList \ +static_assert(alignof(BGWOnlineFriend_GetFriendsList) == 0x000008, "Wrong alignment on BGWOnlineFriend_GetFriendsList"); \ +static_assert(sizeof(BGWOnlineFriend_GetFriendsList) == 0x000020, "Wrong size on BGWOnlineFriend_GetFriendsList"); \ +static_assert(offsetof(BGWOnlineFriend_GetFriendsList, ListType) == 0x000000, "Member 'BGWOnlineFriend_GetFriendsList::ListType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineFriend_GetFriendsList, OutFriends) == 0x000008, "Member 'BGWOnlineFriend_GetFriendsList::OutFriends' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineFriend_GetFriendsList, ReturnValue) == 0x000018, "Member 'BGWOnlineFriend_GetFriendsList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineFriend_Init \ +static_assert(alignof(BGWOnlineFriend_Init) == 0x000004, "Wrong alignment on BGWOnlineFriend_Init"); \ +static_assert(sizeof(BGWOnlineFriend_Init) == 0x000004, "Wrong size on BGWOnlineFriend_Init"); \ +static_assert(offsetof(BGWOnlineFriend_Init, ReturnValue) == 0x000000, "Member 'BGWOnlineFriend_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineFriend_OnReadFriendListCompleteCS \ +static_assert(alignof(BGWOnlineFriend_OnReadFriendListCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineFriend_OnReadFriendListCompleteCS"); \ +static_assert(sizeof(BGWOnlineFriend_OnReadFriendListCompleteCS) == 0x000001, "Wrong size on BGWOnlineFriend_OnReadFriendListCompleteCS"); \ +static_assert(offsetof(BGWOnlineFriend_OnReadFriendListCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineFriend_OnReadFriendListCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineFriend_ReadFriendsList \ +static_assert(alignof(BGWOnlineFriend_ReadFriendsList) == 0x000001, "Wrong alignment on BGWOnlineFriend_ReadFriendsList"); \ +static_assert(sizeof(BGWOnlineFriend_ReadFriendsList) == 0x000001, "Wrong size on BGWOnlineFriend_ReadFriendsList"); \ +static_assert(offsetof(BGWOnlineFriend_ReadFriendsList, ListType) == 0x000000, "Member 'BGWOnlineFriend_ReadFriendsList::ListType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineFriend \ +static_assert(alignof(UBGWOnlineFriend) == 0x000008, "Wrong alignment on UBGWOnlineFriend"); \ +static_assert(sizeof(UBGWOnlineFriend) == 0x000068, "Wrong size on UBGWOnlineFriend"); \ + +#define DUMPER7_ASSERTS_UGSEQG_SimpleGrid \ +static_assert(alignof(UGSEQG_SimpleGrid) == 0x000008, "Wrong alignment on UGSEQG_SimpleGrid"); \ +static_assert(sizeof(UGSEQG_SimpleGrid) == 0x0000D8, "Wrong size on UGSEQG_SimpleGrid"); \ +static_assert(offsetof(UGSEQG_SimpleGrid, GridHalfSize) == 0x0000D0, "Member 'UGSEQG_SimpleGrid::GridHalfSize' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SimpleGrid, SpaceBetween) == 0x0000D4, "Member 'UGSEQG_SimpleGrid::SpaceBetween' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_GetAuthToken \ +static_assert(alignof(BGWOnlineIdentity_GetAuthToken) == 0x000008, "Wrong alignment on BGWOnlineIdentity_GetAuthToken"); \ +static_assert(sizeof(BGWOnlineIdentity_GetAuthToken) == 0x000010, "Wrong size on BGWOnlineIdentity_GetAuthToken"); \ +static_assert(offsetof(BGWOnlineIdentity_GetAuthToken, ReturnValue) == 0x000000, "Member 'BGWOnlineIdentity_GetAuthToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_GetLinkedAccountExternalToken \ +static_assert(alignof(BGWOnlineIdentity_GetLinkedAccountExternalToken) == 0x000008, "Wrong alignment on BGWOnlineIdentity_GetLinkedAccountExternalToken"); \ +static_assert(sizeof(BGWOnlineIdentity_GetLinkedAccountExternalToken) == 0x000010, "Wrong size on BGWOnlineIdentity_GetLinkedAccountExternalToken"); \ +static_assert(offsetof(BGWOnlineIdentity_GetLinkedAccountExternalToken, ReturnValue) == 0x000000, "Member 'BGWOnlineIdentity_GetLinkedAccountExternalToken::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_GetUserPrivilege \ +static_assert(alignof(BGWOnlineIdentity_GetUserPrivilege) == 0x000001, "Wrong alignment on BGWOnlineIdentity_GetUserPrivilege"); \ +static_assert(sizeof(BGWOnlineIdentity_GetUserPrivilege) == 0x000001, "Wrong size on BGWOnlineIdentity_GetUserPrivilege"); \ +static_assert(offsetof(BGWOnlineIdentity_GetUserPrivilege, Privilege) == 0x000000, "Member 'BGWOnlineIdentity_GetUserPrivilege::Privilege' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_Init \ +static_assert(alignof(BGWOnlineIdentity_Init) == 0x000004, "Wrong alignment on BGWOnlineIdentity_Init"); \ +static_assert(sizeof(BGWOnlineIdentity_Init) == 0x000004, "Wrong size on BGWOnlineIdentity_Init"); \ +static_assert(offsetof(BGWOnlineIdentity_Init, ReturnValue) == 0x000000, "Member 'BGWOnlineIdentity_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS \ +static_assert(alignof(BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS"); \ +static_assert(sizeof(BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS) == 0x000002, "Wrong size on BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS"); \ +static_assert(offsetof(BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS, Privilege) == 0x000000, "Member 'BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS::Privilege' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS, PrivilegeResult) == 0x000001, "Member 'BGWOnlineIdentity_OnGetUserPrivilegeCompleteCS::PrivilegeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_OnLoginCompletedCS \ +static_assert(alignof(BGWOnlineIdentity_OnLoginCompletedCS) == 0x000001, "Wrong alignment on BGWOnlineIdentity_OnLoginCompletedCS"); \ +static_assert(sizeof(BGWOnlineIdentity_OnLoginCompletedCS) == 0x000001, "Wrong size on BGWOnlineIdentity_OnLoginCompletedCS"); \ +static_assert(offsetof(BGWOnlineIdentity_OnLoginCompletedCS, bSuccessful) == 0x000000, "Member 'BGWOnlineIdentity_OnLoginCompletedCS::bSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_OnRecvAntiAddictionActionCS \ +static_assert(alignof(BGWOnlineIdentity_OnRecvAntiAddictionActionCS) == 0x000008, "Wrong alignment on BGWOnlineIdentity_OnRecvAntiAddictionActionCS"); \ +static_assert(sizeof(BGWOnlineIdentity_OnRecvAntiAddictionActionCS) == 0x000010, "Wrong size on BGWOnlineIdentity_OnRecvAntiAddictionActionCS"); \ +static_assert(offsetof(BGWOnlineIdentity_OnRecvAntiAddictionActionCS, RecvActionsJsonStr) == 0x000000, "Member 'BGWOnlineIdentity_OnRecvAntiAddictionActionCS::RecvActionsJsonStr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_GetAuthOnlineUserId \ +static_assert(alignof(BGWOnlineIdentity_GetAuthOnlineUserId) == 0x000008, "Wrong alignment on BGWOnlineIdentity_GetAuthOnlineUserId"); \ +static_assert(sizeof(BGWOnlineIdentity_GetAuthOnlineUserId) == 0x000010, "Wrong size on BGWOnlineIdentity_GetAuthOnlineUserId"); \ +static_assert(offsetof(BGWOnlineIdentity_GetAuthOnlineUserId, ReturnValue) == 0x000000, "Member 'BGWOnlineIdentity_GetAuthOnlineUserId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_GetLoginStatus \ +static_assert(alignof(BGWOnlineIdentity_GetLoginStatus) == 0x000001, "Wrong alignment on BGWOnlineIdentity_GetLoginStatus"); \ +static_assert(sizeof(BGWOnlineIdentity_GetLoginStatus) == 0x000001, "Wrong size on BGWOnlineIdentity_GetLoginStatus"); \ +static_assert(offsetof(BGWOnlineIdentity_GetLoginStatus, ReturnValue) == 0x000000, "Member 'BGWOnlineIdentity_GetLoginStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_GetPlayerNickname \ +static_assert(alignof(BGWOnlineIdentity_GetPlayerNickname) == 0x000008, "Wrong alignment on BGWOnlineIdentity_GetPlayerNickname"); \ +static_assert(sizeof(BGWOnlineIdentity_GetPlayerNickname) == 0x000010, "Wrong size on BGWOnlineIdentity_GetPlayerNickname"); \ +static_assert(offsetof(BGWOnlineIdentity_GetPlayerNickname, ReturnValue) == 0x000000, "Member 'BGWOnlineIdentity_GetPlayerNickname::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineIdentity_GetUniquePlayerId \ +static_assert(alignof(BGWOnlineIdentity_GetUniquePlayerId) == 0x000008, "Wrong alignment on BGWOnlineIdentity_GetUniquePlayerId"); \ +static_assert(sizeof(BGWOnlineIdentity_GetUniquePlayerId) == 0x000010, "Wrong size on BGWOnlineIdentity_GetUniquePlayerId"); \ +static_assert(offsetof(BGWOnlineIdentity_GetUniquePlayerId, ReturnValue) == 0x000000, "Member 'BGWOnlineIdentity_GetUniquePlayerId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineIdentity \ +static_assert(alignof(UBGWOnlineIdentity) == 0x000008, "Wrong alignment on UBGWOnlineIdentity"); \ +static_assert(sizeof(UBGWOnlineIdentity) == 0x000058, "Wrong size on UBGWOnlineIdentity"); \ + +#define DUMPER7_ASSERTS_BGWOnlinePresence_Init \ +static_assert(alignof(BGWOnlinePresence_Init) == 0x000004, "Wrong alignment on BGWOnlinePresence_Init"); \ +static_assert(sizeof(BGWOnlinePresence_Init) == 0x000004, "Wrong size on BGWOnlinePresence_Init"); \ +static_assert(offsetof(BGWOnlinePresence_Init, ReturnValue) == 0x000000, "Member 'BGWOnlinePresence_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlinePresence_OnSetPresenceCompleteCS \ +static_assert(alignof(BGWOnlinePresence_OnSetPresenceCompleteCS) == 0x000001, "Wrong alignment on BGWOnlinePresence_OnSetPresenceCompleteCS"); \ +static_assert(sizeof(BGWOnlinePresence_OnSetPresenceCompleteCS) == 0x000001, "Wrong size on BGWOnlinePresence_OnSetPresenceCompleteCS"); \ +static_assert(offsetof(BGWOnlinePresence_OnSetPresenceCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlinePresence_OnSetPresenceCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlinePresence_SetRichPresence \ +static_assert(alignof(BGWOnlinePresence_SetRichPresence) == 0x000008, "Wrong alignment on BGWOnlinePresence_SetRichPresence"); \ +static_assert(sizeof(BGWOnlinePresence_SetRichPresence) == 0x000070, "Wrong size on BGWOnlinePresence_SetRichPresence"); \ +static_assert(offsetof(BGWOnlinePresence_SetRichPresence, PresenceId) == 0x000000, "Member 'BGWOnlinePresence_SetRichPresence::PresenceId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlinePresence_SetRichPresence, StatusStr) == 0x000010, "Member 'BGWOnlinePresence_SetRichPresence::StatusStr' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlinePresence_SetRichPresence, Properties) == 0x000020, "Member 'BGWOnlinePresence_SetRichPresence::Properties' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlinePresence \ +static_assert(alignof(UBGWOnlinePresence) == 0x000008, "Wrong alignment on UBGWOnlinePresence"); \ +static_assert(sizeof(UBGWOnlinePresence) == 0x000070, "Wrong size on UBGWOnlinePresence"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_CreateSession \ +static_assert(alignof(BGWOnlineSession_CreateSession) == 0x000008, "Wrong alignment on BGWOnlineSession_CreateSession"); \ +static_assert(sizeof(BGWOnlineSession_CreateSession) == 0x000070, "Wrong size on BGWOnlineSession_CreateSession"); \ +static_assert(offsetof(BGWOnlineSession_CreateSession, SessionType) == 0x000000, "Member 'BGWOnlineSession_CreateSession::SessionType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_CreateSession, MaxNumPlayers) == 0x000004, "Member 'BGWOnlineSession_CreateSession::MaxNumPlayers' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_CreateSession, CustumSettings) == 0x000008, "Member 'BGWOnlineSession_CreateSession::CustumSettings' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_CreateSession, bIsLANMatch) == 0x000058, "Member 'BGWOnlineSession_CreateSession::bIsLANMatch' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_CreateSession, OverrideSessionTemplate) == 0x000060, "Member 'BGWOnlineSession_CreateSession::OverrideSessionTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_DestroySession \ +static_assert(alignof(BGWOnlineSession_DestroySession) == 0x000001, "Wrong alignment on BGWOnlineSession_DestroySession"); \ +static_assert(sizeof(BGWOnlineSession_DestroySession) == 0x000001, "Wrong size on BGWOnlineSession_DestroySession"); \ +static_assert(offsetof(BGWOnlineSession_DestroySession, SessionType) == 0x000000, "Member 'BGWOnlineSession_DestroySession::SessionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_FindSessionById \ +static_assert(alignof(BGWOnlineSession_FindSessionById) == 0x000008, "Wrong alignment on BGWOnlineSession_FindSessionById"); \ +static_assert(sizeof(BGWOnlineSession_FindSessionById) == 0x000018, "Wrong size on BGWOnlineSession_FindSessionById"); \ +static_assert(offsetof(BGWOnlineSession_FindSessionById, SessionId) == 0x000000, "Member 'BGWOnlineSession_FindSessionById::SessionId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_FindSessionById, IsGameSession) == 0x000010, "Member 'BGWOnlineSession_FindSessionById::IsGameSession' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_GetSessionIdStr \ +static_assert(alignof(BGWOnlineSession_GetSessionIdStr) == 0x000008, "Wrong alignment on BGWOnlineSession_GetSessionIdStr"); \ +static_assert(sizeof(BGWOnlineSession_GetSessionIdStr) == 0x000018, "Wrong size on BGWOnlineSession_GetSessionIdStr"); \ +static_assert(offsetof(BGWOnlineSession_GetSessionIdStr, SessionType) == 0x000000, "Member 'BGWOnlineSession_GetSessionIdStr::SessionType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_GetSessionIdStr, ReturnValue) == 0x000008, "Member 'BGWOnlineSession_GetSessionIdStr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_GetSessionState \ +static_assert(alignof(BGWOnlineSession_GetSessionState) == 0x000001, "Wrong alignment on BGWOnlineSession_GetSessionState"); \ +static_assert(sizeof(BGWOnlineSession_GetSessionState) == 0x000002, "Wrong size on BGWOnlineSession_GetSessionState"); \ +static_assert(offsetof(BGWOnlineSession_GetSessionState, SessionType) == 0x000000, "Member 'BGWOnlineSession_GetSessionState::SessionType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_GetSessionState, ReturnValue) == 0x000001, "Member 'BGWOnlineSession_GetSessionState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_GetTravelUrl \ +static_assert(alignof(BGWOnlineSession_GetTravelUrl) == 0x000008, "Wrong alignment on BGWOnlineSession_GetTravelUrl"); \ +static_assert(sizeof(BGWOnlineSession_GetTravelUrl) == 0x000018, "Wrong size on BGWOnlineSession_GetTravelUrl"); \ +static_assert(offsetof(BGWOnlineSession_GetTravelUrl, SessionType) == 0x000000, "Member 'BGWOnlineSession_GetTravelUrl::SessionType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_GetTravelUrl, ReturnValue) == 0x000008, "Member 'BGWOnlineSession_GetTravelUrl::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_Init \ +static_assert(alignof(BGWOnlineSession_Init) == 0x000004, "Wrong alignment on BGWOnlineSession_Init"); \ +static_assert(sizeof(BGWOnlineSession_Init) == 0x000004, "Wrong size on BGWOnlineSession_Init"); \ +static_assert(offsetof(BGWOnlineSession_Init, ReturnValue) == 0x000000, "Member 'BGWOnlineSession_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_JoinSession \ +static_assert(alignof(BGWOnlineSession_JoinSession) == 0x000008, "Wrong alignment on BGWOnlineSession_JoinSession"); \ +static_assert(sizeof(BGWOnlineSession_JoinSession) == 0x000018, "Wrong size on BGWOnlineSession_JoinSession"); \ +static_assert(offsetof(BGWOnlineSession_JoinSession, SessionType) == 0x000000, "Member 'BGWOnlineSession_JoinSession::SessionType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_JoinSession, SessionId) == 0x000008, "Member 'BGWOnlineSession_JoinSession::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_OnCreateSessionCompleteCS \ +static_assert(alignof(BGWOnlineSession_OnCreateSessionCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineSession_OnCreateSessionCompleteCS"); \ +static_assert(sizeof(BGWOnlineSession_OnCreateSessionCompleteCS) == 0x000001, "Wrong size on BGWOnlineSession_OnCreateSessionCompleteCS"); \ +static_assert(offsetof(BGWOnlineSession_OnCreateSessionCompleteCS, Success) == 0x000000, "Member 'BGWOnlineSession_OnCreateSessionCompleteCS::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_OnDestroySessionCompleteCS \ +static_assert(alignof(BGWOnlineSession_OnDestroySessionCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineSession_OnDestroySessionCompleteCS"); \ +static_assert(sizeof(BGWOnlineSession_OnDestroySessionCompleteCS) == 0x000002, "Wrong size on BGWOnlineSession_OnDestroySessionCompleteCS"); \ +static_assert(offsetof(BGWOnlineSession_OnDestroySessionCompleteCS, SessionType) == 0x000000, "Member 'BGWOnlineSession_OnDestroySessionCompleteCS::SessionType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_OnDestroySessionCompleteCS, Success) == 0x000001, "Member 'BGWOnlineSession_OnDestroySessionCompleteCS::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_OnFindSessionByIdCompleteCS \ +static_assert(alignof(BGWOnlineSession_OnFindSessionByIdCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineSession_OnFindSessionByIdCompleteCS"); \ +static_assert(sizeof(BGWOnlineSession_OnFindSessionByIdCompleteCS) == 0x000001, "Wrong size on BGWOnlineSession_OnFindSessionByIdCompleteCS"); \ +static_assert(offsetof(BGWOnlineSession_OnFindSessionByIdCompleteCS, Success) == 0x000000, "Member 'BGWOnlineSession_OnFindSessionByIdCompleteCS::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_OnJoinSessionCompleteCS \ +static_assert(alignof(BGWOnlineSession_OnJoinSessionCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineSession_OnJoinSessionCompleteCS"); \ +static_assert(sizeof(BGWOnlineSession_OnJoinSessionCompleteCS) == 0x000001, "Wrong size on BGWOnlineSession_OnJoinSessionCompleteCS"); \ +static_assert(offsetof(BGWOnlineSession_OnJoinSessionCompleteCS, Result) == 0x000000, "Member 'BGWOnlineSession_OnJoinSessionCompleteCS::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_OnSearchSessionsCompleteCS \ +static_assert(alignof(BGWOnlineSession_OnSearchSessionsCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineSession_OnSearchSessionsCompleteCS"); \ +static_assert(sizeof(BGWOnlineSession_OnSearchSessionsCompleteCS) == 0x000001, "Wrong size on BGWOnlineSession_OnSearchSessionsCompleteCS"); \ +static_assert(offsetof(BGWOnlineSession_OnSearchSessionsCompleteCS, Success) == 0x000000, "Member 'BGWOnlineSession_OnSearchSessionsCompleteCS::Success' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_OnSessionUserInviteAcceptedCS \ +static_assert(alignof(BGWOnlineSession_OnSessionUserInviteAcceptedCS) == 0x000001, "Wrong alignment on BGWOnlineSession_OnSessionUserInviteAcceptedCS"); \ +static_assert(sizeof(BGWOnlineSession_OnSessionUserInviteAcceptedCS) == 0x000001, "Wrong size on BGWOnlineSession_OnSessionUserInviteAcceptedCS"); \ +static_assert(offsetof(BGWOnlineSession_OnSessionUserInviteAcceptedCS, bWasSuccess) == 0x000000, "Member 'BGWOnlineSession_OnSessionUserInviteAcceptedCS::bWasSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_SearchSessions \ +static_assert(alignof(BGWOnlineSession_SearchSessions) == 0x000008, "Wrong alignment on BGWOnlineSession_SearchSessions"); \ +static_assert(sizeof(BGWOnlineSession_SearchSessions) == 0x000060, "Wrong size on BGWOnlineSession_SearchSessions"); \ +static_assert(offsetof(BGWOnlineSession_SearchSessions, SessionType) == 0x000000, "Member 'BGWOnlineSession_SearchSessions::SessionType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_SearchSessions, SearchFilters) == 0x000008, "Member 'BGWOnlineSession_SearchSessions::SearchFilters' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSession_SearchSessions, bIsLANMatch) == 0x000058, "Member 'BGWOnlineSession_SearchSessions::bIsLANMatch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSession_ShowInviteUI \ +static_assert(alignof(BGWOnlineSession_ShowInviteUI) == 0x000001, "Wrong alignment on BGWOnlineSession_ShowInviteUI"); \ +static_assert(sizeof(BGWOnlineSession_ShowInviteUI) == 0x000001, "Wrong size on BGWOnlineSession_ShowInviteUI"); \ +static_assert(offsetof(BGWOnlineSession_ShowInviteUI, SessionType) == 0x000000, "Member 'BGWOnlineSession_ShowInviteUI::SessionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineSession \ +static_assert(alignof(UBGWOnlineSession) == 0x000008, "Wrong alignment on UBGWOnlineSession"); \ +static_assert(sizeof(UBGWOnlineSession) == 0x0000B0, "Wrong size on UBGWOnlineSession"); \ +static_assert(offsetof(UBGWOnlineSession, Context) == 0x000050, "Member 'UBGWOnlineSession::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_GetSubsystemType \ +static_assert(alignof(BGWOnlineSubsystem_GetSubsystemType) == 0x000001, "Wrong alignment on BGWOnlineSubsystem_GetSubsystemType"); \ +static_assert(sizeof(BGWOnlineSubsystem_GetSubsystemType) == 0x000001, "Wrong size on BGWOnlineSubsystem_GetSubsystemType"); \ +static_assert(offsetof(BGWOnlineSubsystem_GetSubsystemType, ReturnValue) == 0x000000, "Member 'BGWOnlineSubsystem_GetSubsystemType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_AfterInit \ +static_assert(alignof(BGWOnlineSubsystem_AfterInit) == 0x000004, "Wrong alignment on BGWOnlineSubsystem_AfterInit"); \ +static_assert(sizeof(BGWOnlineSubsystem_AfterInit) == 0x000004, "Wrong size on BGWOnlineSubsystem_AfterInit"); \ +static_assert(offsetof(BGWOnlineSubsystem_AfterInit, ReturnValue) == 0x000000, "Member 'BGWOnlineSubsystem_AfterInit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_GetInstanceName \ +static_assert(alignof(BGWOnlineSubsystem_GetInstanceName) == 0x000004, "Wrong alignment on BGWOnlineSubsystem_GetInstanceName"); \ +static_assert(sizeof(BGWOnlineSubsystem_GetInstanceName) == 0x000008, "Wrong size on BGWOnlineSubsystem_GetInstanceName"); \ +static_assert(offsetof(BGWOnlineSubsystem_GetInstanceName, ReturnValue) == 0x000000, "Member 'BGWOnlineSubsystem_GetInstanceName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_GetLocalPlatformName \ +static_assert(alignof(BGWOnlineSubsystem_GetLocalPlatformName) == 0x000008, "Wrong alignment on BGWOnlineSubsystem_GetLocalPlatformName"); \ +static_assert(sizeof(BGWOnlineSubsystem_GetLocalPlatformName) == 0x000010, "Wrong size on BGWOnlineSubsystem_GetLocalPlatformName"); \ +static_assert(offsetof(BGWOnlineSubsystem_GetLocalPlatformName, ReturnValue) == 0x000000, "Member 'BGWOnlineSubsystem_GetLocalPlatformName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_GetSubsystemNameForDebug \ +static_assert(alignof(BGWOnlineSubsystem_GetSubsystemNameForDebug) == 0x000004, "Wrong alignment on BGWOnlineSubsystem_GetSubsystemNameForDebug"); \ +static_assert(sizeof(BGWOnlineSubsystem_GetSubsystemNameForDebug) == 0x000008, "Wrong size on BGWOnlineSubsystem_GetSubsystemNameForDebug"); \ +static_assert(offsetof(BGWOnlineSubsystem_GetSubsystemNameForDebug, ReturnValue) == 0x000000, "Member 'BGWOnlineSubsystem_GetSubsystemNameForDebug::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_Init \ +static_assert(alignof(BGWOnlineSubsystem_Init) == 0x000004, "Wrong alignment on BGWOnlineSubsystem_Init"); \ +static_assert(sizeof(BGWOnlineSubsystem_Init) == 0x000004, "Wrong size on BGWOnlineSubsystem_Init"); \ +static_assert(offsetof(BGWOnlineSubsystem_Init, ReturnValue) == 0x000000, "Member 'BGWOnlineSubsystem_Init::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_OnConnectionStatusChangedCS \ +static_assert(alignof(BGWOnlineSubsystem_OnConnectionStatusChangedCS) == 0x000001, "Wrong alignment on BGWOnlineSubsystem_OnConnectionStatusChangedCS"); \ +static_assert(sizeof(BGWOnlineSubsystem_OnConnectionStatusChangedCS) == 0x000001, "Wrong size on BGWOnlineSubsystem_OnConnectionStatusChangedCS"); \ +static_assert(offsetof(BGWOnlineSubsystem_OnConnectionStatusChangedCS, Connected) == 0x000000, "Member 'BGWOnlineSubsystem_OnConnectionStatusChangedCS::Connected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS \ +static_assert(alignof(BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS) == 0x000008, "Wrong alignment on BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS"); \ +static_assert(sizeof(BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS) == 0x000018, "Wrong size on BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS"); \ +static_assert(offsetof(BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS, EntitlementId) == 0x000000, "Member 'BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS::EntitlementId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS, bWasSuccessful) == 0x000010, "Member 'BGWOnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_OnShowStoreUIClosedCS \ +static_assert(alignof(BGWOnlineSubsystem_OnShowStoreUIClosedCS) == 0x000001, "Wrong alignment on BGWOnlineSubsystem_OnShowStoreUIClosedCS"); \ +static_assert(sizeof(BGWOnlineSubsystem_OnShowStoreUIClosedCS) == 0x000001, "Wrong size on BGWOnlineSubsystem_OnShowStoreUIClosedCS"); \ +static_assert(offsetof(BGWOnlineSubsystem_OnShowStoreUIClosedCS, bPurchased) == 0x000000, "Member 'BGWOnlineSubsystem_OnShowStoreUIClosedCS::bPurchased' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_QueryIsOwnAdditionContent \ +static_assert(alignof(BGWOnlineSubsystem_QueryIsOwnAdditionContent) == 0x000008, "Wrong alignment on BGWOnlineSubsystem_QueryIsOwnAdditionContent"); \ +static_assert(sizeof(BGWOnlineSubsystem_QueryIsOwnAdditionContent) == 0x000010, "Wrong size on BGWOnlineSubsystem_QueryIsOwnAdditionContent"); \ +static_assert(offsetof(BGWOnlineSubsystem_QueryIsOwnAdditionContent, EntitlementId) == 0x000000, "Member 'BGWOnlineSubsystem_QueryIsOwnAdditionContent::EntitlementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_QueryIsOwnAdditionContentSync \ +static_assert(alignof(BGWOnlineSubsystem_QueryIsOwnAdditionContentSync) == 0x000008, "Wrong alignment on BGWOnlineSubsystem_QueryIsOwnAdditionContentSync"); \ +static_assert(sizeof(BGWOnlineSubsystem_QueryIsOwnAdditionContentSync) == 0x000018, "Wrong size on BGWOnlineSubsystem_QueryIsOwnAdditionContentSync"); \ +static_assert(offsetof(BGWOnlineSubsystem_QueryIsOwnAdditionContentSync, EntitlementId) == 0x000000, "Member 'BGWOnlineSubsystem_QueryIsOwnAdditionContentSync::EntitlementId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubsystem_QueryIsOwnAdditionContentSync, ReturnValue) == 0x000010, "Member 'BGWOnlineSubsystem_QueryIsOwnAdditionContentSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubsystem_ShowStoreUI \ +static_assert(alignof(BGWOnlineSubsystem_ShowStoreUI) == 0x000008, "Wrong alignment on BGWOnlineSubsystem_ShowStoreUI"); \ +static_assert(sizeof(BGWOnlineSubsystem_ShowStoreUI) == 0x000018, "Wrong size on BGWOnlineSubsystem_ShowStoreUI"); \ +static_assert(offsetof(BGWOnlineSubsystem_ShowStoreUI, ProductId) == 0x000000, "Member 'BGWOnlineSubsystem_ShowStoreUI::ProductId' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubsystem_ShowStoreUI, AddToCard) == 0x000010, "Member 'BGWOnlineSubsystem_ShowStoreUI::AddToCard' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubsystem_ShowStoreUI, ReturnValue) == 0x000011, "Member 'BGWOnlineSubsystem_ShowStoreUI::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineSubsystem \ +static_assert(alignof(UBGWOnlineSubsystem) == 0x000008, "Wrong alignment on UBGWOnlineSubsystem"); \ +static_assert(sizeof(UBGWOnlineSubsystem) == 0x000048, "Wrong size on UBGWOnlineSubsystem"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_FindGames \ +static_assert(alignof(BGWOnlineSubSystemMgr_FindGames) == 0x000001, "Wrong alignment on BGWOnlineSubSystemMgr_FindGames"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_FindGames) == 0x000001, "Wrong size on BGWOnlineSubSystemMgr_FindGames"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_FindGames, bIsLAN) == 0x000000, "Member 'BGWOnlineSubSystemMgr_FindGames::bIsLAN' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_HandleNetworkErrorCS \ +static_assert(alignof(BGWOnlineSubSystemMgr_HandleNetworkErrorCS) == 0x000008, "Wrong alignment on BGWOnlineSubSystemMgr_HandleNetworkErrorCS"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_HandleNetworkErrorCS) == 0x000020, "Wrong size on BGWOnlineSubSystemMgr_HandleNetworkErrorCS"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_HandleNetworkErrorCS, World) == 0x000000, "Member 'BGWOnlineSubSystemMgr_HandleNetworkErrorCS::World' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_HandleNetworkErrorCS, FailureType) == 0x000008, "Member 'BGWOnlineSubSystemMgr_HandleNetworkErrorCS::FailureType' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_HandleNetworkErrorCS, ErrorString) == 0x000010, "Member 'BGWOnlineSubSystemMgr_HandleNetworkErrorCS::ErrorString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_HostGame \ +static_assert(alignof(BGWOnlineSubSystemMgr_HostGame) == 0x000008, "Wrong alignment on BGWOnlineSubSystemMgr_HostGame"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_HostGame) == 0x000060, "Wrong size on BGWOnlineSubSystemMgr_HostGame"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_HostGame, bIsLAN) == 0x000000, "Member 'BGWOnlineSubSystemMgr_HostGame::bIsLAN' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_HostGame, MaxNumPlayers) == 0x000004, "Member 'BGWOnlineSubSystemMgr_HostGame::MaxNumPlayers' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_HostGame, CustumSettings) == 0x000008, "Member 'BGWOnlineSubSystemMgr_HostGame::CustumSettings' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_HostGame, ReturnValue) == 0x000058, "Member 'BGWOnlineSubSystemMgr_HostGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_JoinGame \ +static_assert(alignof(BGWOnlineSubSystemMgr_JoinGame) == 0x000008, "Wrong alignment on BGWOnlineSubSystemMgr_JoinGame"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_JoinGame) == 0x000168, "Wrong size on BGWOnlineSubSystemMgr_JoinGame"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_JoinGame, Result) == 0x000000, "Member 'BGWOnlineSubSystemMgr_JoinGame::Result' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_JoinGame, ReturnValue) == 0x000160, "Member 'BGWOnlineSubSystemMgr_JoinGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS \ +static_assert(alignof(BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS) == 0x000004, "Wrong alignment on BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS) == 0x00000C, "Wrong size on BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS, SessionName) == 0x000000, "Member 'BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS::SessionName' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS, bWasSuccessful) == 0x000008, "Member 'BGWOnlineSubSystemMgr_OnCreateSessionCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS \ +static_assert(alignof(BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS) == 0x000004, "Wrong alignment on BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS) == 0x00000C, "Wrong size on BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS, SessionName) == 0x000000, "Member 'BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS::SessionName' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS, bWasSuccessful) == 0x000008, "Member 'BGWOnlineSubSystemMgr_OnDestroySessionCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_OnFindSessionsCompleteCS \ +static_assert(alignof(BGWOnlineSubSystemMgr_OnFindSessionsCompleteCS) == 0x000001, "Wrong alignment on BGWOnlineSubSystemMgr_OnFindSessionsCompleteCS"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_OnFindSessionsCompleteCS) == 0x000001, "Wrong size on BGWOnlineSubSystemMgr_OnFindSessionsCompleteCS"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnFindSessionsCompleteCS, bWasSuccessful) == 0x000000, "Member 'BGWOnlineSubSystemMgr_OnFindSessionsCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS \ +static_assert(alignof(BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS) == 0x000004, "Wrong alignment on BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS) == 0x00000C, "Wrong size on BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS, SessionName) == 0x000000, "Member 'BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS::SessionName' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS, Result) == 0x000008, "Member 'BGWOnlineSubSystemMgr_OnJoinSessionCompleteCS::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS \ +static_assert(alignof(BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS) == 0x000004, "Wrong alignment on BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS) == 0x00000C, "Wrong size on BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS, SessionName) == 0x000000, "Member 'BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS::SessionName' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS, bWasSuccessful) == 0x000008, "Member 'BGWOnlineSubSystemMgr_OnStartOnlineGameCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS \ +static_assert(alignof(BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS) == 0x000004, "Wrong alignment on BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS"); \ +static_assert(sizeof(BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS) == 0x00000C, "Wrong size on BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS, SessionName) == 0x000000, "Member 'BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS::SessionName' has a wrong offset!"); \ +static_assert(offsetof(BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS, bWasSuccessful) == 0x000008, "Member 'BGWOnlineSubSystemMgr_OnUpdateSessionCompleteCS::bWasSuccessful' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWOnlineSubSystemMgr \ +static_assert(alignof(UBGWOnlineSubSystemMgr) == 0x000008, "Wrong alignment on UBGWOnlineSubSystemMgr"); \ +static_assert(sizeof(UBGWOnlineSubSystemMgr) == 0x000108, "Wrong size on UBGWOnlineSubSystemMgr"); \ +static_assert(offsetof(UBGWOnlineSubSystemMgr, WorldCtx) == 0x000028, "Member 'UBGWOnlineSubSystemMgr::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(UBGWOnlineSubSystemMgr, OnLineGameMapName) == 0x000030, "Member 'UBGWOnlineSubSystemMgr::OnLineGameMapName' has a wrong offset!"); \ +static_assert(offsetof(UBGWOnlineSubSystemMgr, MainMenuMapName) == 0x000038, "Member 'UBGWOnlineSubSystemMgr::MainMenuMapName' has a wrong offset!"); \ +static_assert(offsetof(UBGWOnlineSubSystemMgr, SearchResults) == 0x000040, "Member 'UBGWOnlineSubSystemMgr::SearchResults' has a wrong offset!"); \ +static_assert(offsetof(UBGWOnlineSubSystemMgr, QueryFlag) == 0x000050, "Member 'UBGWOnlineSubSystemMgr::QueryFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWPlatformEventMgr_OnNetworkInitializedChangeCS \ +static_assert(alignof(BGWPlatformEventMgr_OnNetworkInitializedChangeCS) == 0x000001, "Wrong alignment on BGWPlatformEventMgr_OnNetworkInitializedChangeCS"); \ +static_assert(sizeof(BGWPlatformEventMgr_OnNetworkInitializedChangeCS) == 0x000001, "Wrong size on BGWPlatformEventMgr_OnNetworkInitializedChangeCS"); \ +static_assert(offsetof(BGWPlatformEventMgr_OnNetworkInitializedChangeCS, bIsNetworkInitialized) == 0x000000, "Member 'BGWPlatformEventMgr_OnNetworkInitializedChangeCS::bIsNetworkInitialized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWPlatformEventMgr_OnUserLoginChangeCS \ +static_assert(alignof(BGWPlatformEventMgr_OnUserLoginChangeCS) == 0x000004, "Wrong alignment on BGWPlatformEventMgr_OnUserLoginChangeCS"); \ +static_assert(sizeof(BGWPlatformEventMgr_OnUserLoginChangeCS) == 0x00000C, "Wrong size on BGWPlatformEventMgr_OnUserLoginChangeCS"); \ +static_assert(offsetof(BGWPlatformEventMgr_OnUserLoginChangeCS, bIsSignIn) == 0x000000, "Member 'BGWPlatformEventMgr_OnUserLoginChangeCS::bIsSignIn' has a wrong offset!"); \ +static_assert(offsetof(BGWPlatformEventMgr_OnUserLoginChangeCS, PlatformUserId) == 0x000004, "Member 'BGWPlatformEventMgr_OnUserLoginChangeCS::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(BGWPlatformEventMgr_OnUserLoginChangeCS, UserIndex) == 0x000008, "Member 'BGWPlatformEventMgr_OnUserLoginChangeCS::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWPlatformEventMgr \ +static_assert(alignof(UBGWPlatformEventMgr) == 0x000008, "Wrong alignment on UBGWPlatformEventMgr"); \ +static_assert(sizeof(UBGWPlatformEventMgr) == 0x000028, "Wrong size on UBGWPlatformEventMgr"); \ + +#define DUMPER7_ASSERTS_BGWPlayerController_BGWDeprojectScreenToWorld \ +static_assert(alignof(BGWPlayerController_BGWDeprojectScreenToWorld) == 0x000008, "Wrong alignment on BGWPlayerController_BGWDeprojectScreenToWorld"); \ +static_assert(sizeof(BGWPlayerController_BGWDeprojectScreenToWorld) == 0x000048, "Wrong size on BGWPlayerController_BGWDeprojectScreenToWorld"); \ +static_assert(offsetof(BGWPlayerController_BGWDeprojectScreenToWorld, ScreenPosition) == 0x000000, "Member 'BGWPlayerController_BGWDeprojectScreenToWorld::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_BGWDeprojectScreenToWorld, RayOrigin) == 0x000010, "Member 'BGWPlayerController_BGWDeprojectScreenToWorld::RayOrigin' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_BGWDeprojectScreenToWorld, RayDirection) == 0x000028, "Member 'BGWPlayerController_BGWDeprojectScreenToWorld::RayDirection' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_BGWDeprojectScreenToWorld, ReturnValue) == 0x000040, "Member 'BGWPlayerController_BGWDeprojectScreenToWorld::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWPlayerController_GetViewportClientMousePosition \ +static_assert(alignof(BGWPlayerController_GetViewportClientMousePosition) == 0x000008, "Wrong alignment on BGWPlayerController_GetViewportClientMousePosition"); \ +static_assert(sizeof(BGWPlayerController_GetViewportClientMousePosition) == 0x000018, "Wrong size on BGWPlayerController_GetViewportClientMousePosition"); \ +static_assert(offsetof(BGWPlayerController_GetViewportClientMousePosition, MousePosition) == 0x000000, "Member 'BGWPlayerController_GetViewportClientMousePosition::MousePosition' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_GetViewportClientMousePosition, ReturnValue) == 0x000010, "Member 'BGWPlayerController_GetViewportClientMousePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWPlayerController_ProcessPlayerInputCS \ +static_assert(alignof(BGWPlayerController_ProcessPlayerInputCS) == 0x000004, "Wrong alignment on BGWPlayerController_ProcessPlayerInputCS"); \ +static_assert(sizeof(BGWPlayerController_ProcessPlayerInputCS) == 0x000008, "Wrong size on BGWPlayerController_ProcessPlayerInputCS"); \ +static_assert(offsetof(BGWPlayerController_ProcessPlayerInputCS, DeltaTime) == 0x000000, "Member 'BGWPlayerController_ProcessPlayerInputCS::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_ProcessPlayerInputCS, bGamePaused) == 0x000004, "Member 'BGWPlayerController_ProcessPlayerInputCS::bGamePaused' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWPlayerController_BGWGetHitResultAtScreenPosition \ +static_assert(alignof(BGWPlayerController_BGWGetHitResultAtScreenPosition) == 0x000008, "Wrong alignment on BGWPlayerController_BGWGetHitResultAtScreenPosition"); \ +static_assert(sizeof(BGWPlayerController_BGWGetHitResultAtScreenPosition) == 0x000108, "Wrong size on BGWPlayerController_BGWGetHitResultAtScreenPosition"); \ +static_assert(offsetof(BGWPlayerController_BGWGetHitResultAtScreenPosition, ScreenPosition) == 0x000000, "Member 'BGWPlayerController_BGWGetHitResultAtScreenPosition::ScreenPosition' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_BGWGetHitResultAtScreenPosition, TraceChannel) == 0x000010, "Member 'BGWPlayerController_BGWGetHitResultAtScreenPosition::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_BGWGetHitResultAtScreenPosition, bTraceComplex) == 0x000011, "Member 'BGWPlayerController_BGWGetHitResultAtScreenPosition::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_BGWGetHitResultAtScreenPosition, HitResult) == 0x000018, "Member 'BGWPlayerController_BGWGetHitResultAtScreenPosition::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_BGWGetHitResultAtScreenPosition, ReturnValue) == 0x000100, "Member 'BGWPlayerController_BGWGetHitResultAtScreenPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWPlayerController_GetPlayerInputTouch \ +static_assert(alignof(BGWPlayerController_GetPlayerInputTouch) == 0x000008, "Wrong alignment on BGWPlayerController_GetPlayerInputTouch"); \ +static_assert(sizeof(BGWPlayerController_GetPlayerInputTouch) == 0x000020, "Wrong size on BGWPlayerController_GetPlayerInputTouch"); \ +static_assert(offsetof(BGWPlayerController_GetPlayerInputTouch, Idx) == 0x000000, "Member 'BGWPlayerController_GetPlayerInputTouch::Idx' has a wrong offset!"); \ +static_assert(offsetof(BGWPlayerController_GetPlayerInputTouch, ReturnValue) == 0x000008, "Member 'BGWPlayerController_GetPlayerInputTouch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWPlayerController_GetPlayerInputTouchesCount \ +static_assert(alignof(BGWPlayerController_GetPlayerInputTouchesCount) == 0x000004, "Wrong alignment on BGWPlayerController_GetPlayerInputTouchesCount"); \ +static_assert(sizeof(BGWPlayerController_GetPlayerInputTouchesCount) == 0x000004, "Wrong size on BGWPlayerController_GetPlayerInputTouchesCount"); \ +static_assert(offsetof(BGWPlayerController_GetPlayerInputTouchesCount, ReturnValue) == 0x000000, "Member 'BGWPlayerController_GetPlayerInputTouchesCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWPlayerController \ +static_assert(alignof(ABGWPlayerController) == 0x000008, "Wrong alignment on ABGWPlayerController"); \ +static_assert(sizeof(ABGWPlayerController) == 0x0007E0, "Wrong size on ABGWPlayerController"); \ + +#define DUMPER7_ASSERTS_ABGWSluaActor \ +static_assert(alignof(ABGWSluaActor) == 0x000008, "Wrong alignment on ABGWSluaActor"); \ +static_assert(sizeof(ABGWSluaActor) == 0x000288, "Wrong size on ABGWSluaActor"); \ + +#define DUMPER7_ASSERTS_BGWSplinePrismVolume_K2_EncompassesPoint \ +static_assert(alignof(BGWSplinePrismVolume_K2_EncompassesPoint) == 0x000008, "Wrong alignment on BGWSplinePrismVolume_K2_EncompassesPoint"); \ +static_assert(sizeof(BGWSplinePrismVolume_K2_EncompassesPoint) == 0x000028, "Wrong size on BGWSplinePrismVolume_K2_EncompassesPoint"); \ +static_assert(offsetof(BGWSplinePrismVolume_K2_EncompassesPoint, InPoint) == 0x000000, "Member 'BGWSplinePrismVolume_K2_EncompassesPoint::InPoint' has a wrong offset!"); \ +static_assert(offsetof(BGWSplinePrismVolume_K2_EncompassesPoint, OutDistanceToPoint) == 0x000018, "Member 'BGWSplinePrismVolume_K2_EncompassesPoint::OutDistanceToPoint' has a wrong offset!"); \ +static_assert(offsetof(BGWSplinePrismVolume_K2_EncompassesPoint, SphereRadius) == 0x00001C, "Member 'BGWSplinePrismVolume_K2_EncompassesPoint::SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BGWSplinePrismVolume_K2_EncompassesPoint, ReturnValue) == 0x000020, "Member 'BGWSplinePrismVolume_K2_EncompassesPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWSplinePrismVolume \ +static_assert(alignof(ABGWSplinePrismVolume) == 0x000008, "Wrong alignment on ABGWSplinePrismVolume"); \ +static_assert(sizeof(ABGWSplinePrismVolume) == 0x0002F0, "Wrong size on ABGWSplinePrismVolume"); \ +static_assert(offsetof(ABGWSplinePrismVolume, Spline) == 0x0002C0, "Member 'ABGWSplinePrismVolume::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABGWSplinePrismVolume, MidPoint) == 0x0002C8, "Member 'ABGWSplinePrismVolume::MidPoint' has a wrong offset!"); \ +static_assert(offsetof(ABGWSplinePrismVolume, PrismMidPoint) == 0x0002D0, "Member 'ABGWSplinePrismVolume::PrismMidPoint' has a wrong offset!"); \ +static_assert(offsetof(ABGWSplinePrismVolume, Height) == 0x0002E8, "Member 'ABGWSplinePrismVolume::Height' has a wrong offset!"); \ +static_assert(offsetof(ABGWSplinePrismVolume, bDesc1) == 0x0002EC, "Member 'ABGWSplinePrismVolume::bDesc1' has a wrong offset!"); \ +static_assert(offsetof(ABGWSplinePrismVolume, bDesc2) == 0x0002ED, "Member 'ABGWSplinePrismVolume::bDesc2' has a wrong offset!"); \ +static_assert(offsetof(ABGWSplinePrismVolume, bDesc3) == 0x0002EE, "Member 'ABGWSplinePrismVolume::bDesc3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWSpatialAudioVolume \ +static_assert(alignof(ABGWSpatialAudioVolume) == 0x000008, "Wrong alignment on ABGWSpatialAudioVolume"); \ +static_assert(sizeof(ABGWSpatialAudioVolume) == 0x000308, "Wrong size on ABGWSpatialAudioVolume"); \ +static_assert(offsetof(ABGWSpatialAudioVolume, SurfaceReflectorSet) == 0x0002F0, "Member 'ABGWSpatialAudioVolume::SurfaceReflectorSet' has a wrong offset!"); \ +static_assert(offsetof(ABGWSpatialAudioVolume, LateReverb) == 0x0002F8, "Member 'ABGWSpatialAudioVolume::LateReverb' has a wrong offset!"); \ +static_assert(offsetof(ABGWSpatialAudioVolume, Room) == 0x000300, "Member 'ABGWSpatialAudioVolume::Room' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWStatsCapturer_DisableCapturing \ +static_assert(alignof(BGWStatsCapturer_DisableCapturing) == 0x000001, "Wrong alignment on BGWStatsCapturer_DisableCapturing"); \ +static_assert(sizeof(BGWStatsCapturer_DisableCapturing) == 0x000001, "Wrong size on BGWStatsCapturer_DisableCapturing"); \ +static_assert(offsetof(BGWStatsCapturer_DisableCapturing, bIsStop) == 0x000000, "Member 'BGWStatsCapturer_DisableCapturing::bIsStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWStatsCapturer_EnableCapturing \ +static_assert(alignof(BGWStatsCapturer_EnableCapturing) == 0x000008, "Wrong alignment on BGWStatsCapturer_EnableCapturing"); \ +static_assert(sizeof(BGWStatsCapturer_EnableCapturing) == 0x000018, "Wrong size on BGWStatsCapturer_EnableCapturing"); \ +static_assert(offsetof(BGWStatsCapturer_EnableCapturing, bTriggerLogListening) == 0x000000, "Member 'BGWStatsCapturer_EnableCapturing::bTriggerLogListening' has a wrong offset!"); \ +static_assert(offsetof(BGWStatsCapturer_EnableCapturing, MetricsConfigPathUnderProjDir) == 0x000008, "Member 'BGWStatsCapturer_EnableCapturing::MetricsConfigPathUnderProjDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWStatsCapturer_EnableCapturing_DT \ +static_assert(alignof(BGWStatsCapturer_EnableCapturing_DT) == 0x000008, "Wrong alignment on BGWStatsCapturer_EnableCapturing_DT"); \ +static_assert(sizeof(BGWStatsCapturer_EnableCapturing_DT) == 0x000010, "Wrong size on BGWStatsCapturer_EnableCapturing_DT"); \ +static_assert(offsetof(BGWStatsCapturer_EnableCapturing_DT, bTriggerLogListening) == 0x000000, "Member 'BGWStatsCapturer_EnableCapturing_DT::bTriggerLogListening' has a wrong offset!"); \ +static_assert(offsetof(BGWStatsCapturer_EnableCapturing_DT, InStatDataTable) == 0x000008, "Member 'BGWStatsCapturer_EnableCapturing_DT::InStatDataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWStatsCapturer_GetDesiredStatsValue \ +static_assert(alignof(BGWStatsCapturer_GetDesiredStatsValue) == 0x000008, "Wrong alignment on BGWStatsCapturer_GetDesiredStatsValue"); \ +static_assert(sizeof(BGWStatsCapturer_GetDesiredStatsValue) == 0x000010, "Wrong size on BGWStatsCapturer_GetDesiredStatsValue"); \ +static_assert(offsetof(BGWStatsCapturer_GetDesiredStatsValue, ReturnValue) == 0x000000, "Member 'BGWStatsCapturer_GetDesiredStatsValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWStatsCapturer_GetDesiredVRAMInfo \ +static_assert(alignof(BGWStatsCapturer_GetDesiredVRAMInfo) == 0x000008, "Wrong alignment on BGWStatsCapturer_GetDesiredVRAMInfo"); \ +static_assert(sizeof(BGWStatsCapturer_GetDesiredVRAMInfo) == 0x000010, "Wrong size on BGWStatsCapturer_GetDesiredVRAMInfo"); \ +static_assert(offsetof(BGWStatsCapturer_GetDesiredVRAMInfo, ReturnValue) == 0x000000, "Member 'BGWStatsCapturer_GetDesiredVRAMInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWStatsCapturer_GetStartCycle \ +static_assert(alignof(BGWStatsCapturer_GetStartCycle) == 0x000008, "Wrong alignment on BGWStatsCapturer_GetStartCycle"); \ +static_assert(sizeof(BGWStatsCapturer_GetStartCycle) == 0x000008, "Wrong size on BGWStatsCapturer_GetStartCycle"); \ +static_assert(offsetof(BGWStatsCapturer_GetStartCycle, ReturnValue) == 0x000000, "Member 'BGWStatsCapturer_GetStartCycle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWStatsCapturer_GetTotalCapturedPerfInfo \ +static_assert(alignof(BGWStatsCapturer_GetTotalCapturedPerfInfo) == 0x000008, "Wrong alignment on BGWStatsCapturer_GetTotalCapturedPerfInfo"); \ +static_assert(sizeof(BGWStatsCapturer_GetTotalCapturedPerfInfo) == 0x000010, "Wrong size on BGWStatsCapturer_GetTotalCapturedPerfInfo"); \ +static_assert(offsetof(BGWStatsCapturer_GetTotalCapturedPerfInfo, ReturnValue) == 0x000000, "Member 'BGWStatsCapturer_GetTotalCapturedPerfInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWStatsCapturer \ +static_assert(alignof(ABGWStatsCapturer) == 0x000008, "Wrong alignment on ABGWStatsCapturer"); \ +static_assert(sizeof(ABGWStatsCapturer) == 0x000340, "Wrong size on ABGWStatsCapturer"); \ +static_assert(offsetof(ABGWStatsCapturer, TickInterval) == 0x000288, "Member 'ABGWStatsCapturer::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(ABGWStatsCapturer, bCaptureSwitch) == 0x00028C, "Member 'ABGWStatsCapturer::bCaptureSwitch' has a wrong offset!"); \ +static_assert(offsetof(ABGWStatsCapturer, bCapturingVRAMInfo) == 0x00028D, "Member 'ABGWStatsCapturer::bCapturingVRAMInfo' has a wrong offset!"); \ +static_assert(offsetof(ABGWStatsCapturer, StatDataTable) == 0x000290, "Member 'ABGWStatsCapturer::StatDataTable' has a wrong offset!"); \ +static_assert(offsetof(ABGWStatsCapturer, StatNameList) == 0x000298, "Member 'ABGWStatsCapturer::StatNameList' has a wrong offset!"); \ +static_assert(offsetof(ABGWStatsCapturer, VRAMCategoryList) == 0x0002A8, "Member 'ABGWStatsCapturer::VRAMCategoryList' has a wrong offset!"); \ +static_assert(offsetof(ABGWStatsCapturer, DesiredStatsValue) == 0x0002B8, "Member 'ABGWStatsCapturer::DesiredStatsValue' has a wrong offset!"); \ +static_assert(offsetof(ABGWStatsCapturer, DesiredVRAMInfo) == 0x0002C8, "Member 'ABGWStatsCapturer::DesiredVRAMInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWVolumSubSystem \ +static_assert(alignof(UBGWVolumSubSystem) == 0x000008, "Wrong alignment on UBGWVolumSubSystem"); \ +static_assert(sizeof(UBGWVolumSubSystem) == 0x000030, "Wrong size on UBGWVolumSubSystem"); \ + +#define DUMPER7_ASSERTS_BGWVolumeManager_OnGSLevelStateChanged \ +static_assert(alignof(BGWVolumeManager_OnGSLevelStateChanged) == 0x000004, "Wrong alignment on BGWVolumeManager_OnGSLevelStateChanged"); \ +static_assert(sizeof(BGWVolumeManager_OnGSLevelStateChanged) == 0x000008, "Wrong size on BGWVolumeManager_OnGSLevelStateChanged"); \ +static_assert(offsetof(BGWVolumeManager_OnGSLevelStateChanged, ActionID) == 0x000000, "Member 'BGWVolumeManager_OnGSLevelStateChanged::ActionID' has a wrong offset!"); \ +static_assert(offsetof(BGWVolumeManager_OnGSLevelStateChanged, Linkage) == 0x000004, "Member 'BGWVolumeManager_OnGSLevelStateChanged::Linkage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWVolumeManager \ +static_assert(alignof(UBGWVolumeManager) == 0x000008, "Wrong alignment on UBGWVolumeManager"); \ +static_assert(sizeof(UBGWVolumeManager) == 0x0001A8, "Wrong size on UBGWVolumeManager"); \ +static_assert(offsetof(UBGWVolumeManager, LevelSteamingVolumeManager) == 0x000028, "Member 'UBGWVolumeManager::LevelSteamingVolumeManager' has a wrong offset!"); \ +static_assert(offsetof(UBGWVolumeManager, ActorVisibilityVolumeManager) == 0x000030, "Member 'UBGWVolumeManager::ActorVisibilityVolumeManager' has a wrong offset!"); \ +static_assert(offsetof(UBGWVolumeManager, CameraGroupVolumeManager) == 0x000038, "Member 'UBGWVolumeManager::CameraGroupVolumeManager' has a wrong offset!"); \ +static_assert(offsetof(UBGWVolumeManager, LevelStreamingStateVolumeManager) == 0x000040, "Member 'UBGWVolumeManager::LevelStreamingStateVolumeManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWTileLevelGroup \ +static_assert(alignof(UBGWTileLevelGroup) == 0x000008, "Wrong alignment on UBGWTileLevelGroup"); \ +static_assert(sizeof(UBGWTileLevelGroup) == 0x000060, "Wrong size on UBGWTileLevelGroup"); \ +static_assert(offsetof(UBGWTileLevelGroup, bShouldBeLoaded) == 0x000028, "Member 'UBGWTileLevelGroup::bShouldBeLoaded' has a wrong offset!"); \ +static_assert(offsetof(UBGWTileLevelGroup, bShouldBeVisible) == 0x000029, "Member 'UBGWTileLevelGroup::bShouldBeVisible' has a wrong offset!"); \ +static_assert(offsetof(UBGWTileLevelGroup, bShouldBlockOnLoad) == 0x00002A, "Member 'UBGWTileLevelGroup::bShouldBlockOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UBGWTileLevelGroup, LastVolumeUnloadRequestTime) == 0x00002C, "Member 'UBGWTileLevelGroup::LastVolumeUnloadRequestTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWTileLevelGroup, MinTimeBetweenVolumeUnloadRequests) == 0x000030, "Member 'UBGWTileLevelGroup::MinTimeBetweenVolumeUnloadRequests' has a wrong offset!"); \ +static_assert(offsetof(UBGWTileLevelGroup, Volumes) == 0x000038, "Member 'UBGWTileLevelGroup::Volumes' has a wrong offset!"); \ +static_assert(offsetof(UBGWTileLevelGroup, Levels) == 0x000048, "Member 'UBGWTileLevelGroup::Levels' has a wrong offset!"); \ +static_assert(offsetof(UBGWTileLevelGroup, Name_0) == 0x000058, "Member 'UBGWTileLevelGroup::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWLevelStreamingVolumeManager \ +static_assert(alignof(UBGWLevelStreamingVolumeManager) == 0x000008, "Wrong alignment on UBGWLevelStreamingVolumeManager"); \ +static_assert(sizeof(UBGWLevelStreamingVolumeManager) == 0x0002F8, "Wrong size on UBGWLevelStreamingVolumeManager"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, LevelStreamingVolumes) == 0x000028, "Member 'UBGWLevelStreamingVolumeManager::LevelStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, ForceHideLevelStreamingVolumes) == 0x000078, "Member 'UBGWLevelStreamingVolumeManager::ForceHideLevelStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, TileLevelStreamingGroupWithKeyWords) == 0x0000C8, "Member 'UBGWLevelStreamingVolumeManager::TileLevelStreamingGroupWithKeyWords' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, ForceHideGroupWithKeyWords) == 0x000118, "Member 'UBGWLevelStreamingVolumeManager::ForceHideGroupWithKeyWords' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, DisabledDistanceStreamingLevels) == 0x000168, "Member 'UBGWLevelStreamingVolumeManager::DisabledDistanceStreamingLevels' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, LevelStreamingObjectsWithVolumes) == 0x000178, "Member 'UBGWLevelStreamingVolumeManager::LevelStreamingObjectsWithVolumes' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, LevelStreamingObjectsWithVolumesOtherThanBlockingLoad) == 0x000188, "Member 'UBGWLevelStreamingVolumeManager::LevelStreamingObjectsWithVolumesOtherThanBlockingLoad' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, StatusChangedStreamingLevels) == 0x0001D8, "Member 'UBGWLevelStreamingVolumeManager::StatusChangedStreamingLevels' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, LevelStreamingWhiteList) == 0x000228, "Member 'UBGWLevelStreamingVolumeManager::LevelStreamingWhiteList' has a wrong offset!"); \ +static_assert(offsetof(UBGWLevelStreamingVolumeManager, LevelStreamingBlackList) == 0x000278, "Member 'UBGWLevelStreamingVolumeManager::LevelStreamingBlackList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWWorldSettings \ +static_assert(alignof(ABGWWorldSettings) == 0x000008, "Wrong alignment on ABGWWorldSettings"); \ +static_assert(sizeof(ABGWWorldSettings) == 0x0004A8, "Wrong size on ABGWWorldSettings"); \ +static_assert(offsetof(ABGWWorldSettings, FBGWOnWorldCleanup) == 0x000498, "Member 'ABGWWorldSettings::FBGWOnWorldCleanup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWWorldSubSystem_GetWorldRefCS \ +static_assert(alignof(BGWWorldSubSystem_GetWorldRefCS) == 0x000008, "Wrong alignment on BGWWorldSubSystem_GetWorldRefCS"); \ +static_assert(sizeof(BGWWorldSubSystem_GetWorldRefCS) == 0x000008, "Wrong size on BGWWorldSubSystem_GetWorldRefCS"); \ +static_assert(offsetof(BGWWorldSubSystem_GetWorldRefCS, ReturnValue) == 0x000000, "Member 'BGWWorldSubSystem_GetWorldRefCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWWorldSubSystem_OnWorldBeginPlayCS \ +static_assert(alignof(BGWWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong alignment on BGWWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(sizeof(BGWWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong size on BGWWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(offsetof(BGWWorldSubSystem_OnWorldBeginPlayCS, InWorld) == 0x000000, "Member 'BGWWorldSubSystem_OnWorldBeginPlayCS::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWWorldSubSystem_OnWorldComponentsUpdatedCS \ +static_assert(alignof(BGWWorldSubSystem_OnWorldComponentsUpdatedCS) == 0x000008, "Wrong alignment on BGWWorldSubSystem_OnWorldComponentsUpdatedCS"); \ +static_assert(sizeof(BGWWorldSubSystem_OnWorldComponentsUpdatedCS) == 0x000008, "Wrong size on BGWWorldSubSystem_OnWorldComponentsUpdatedCS"); \ +static_assert(offsetof(BGWWorldSubSystem_OnWorldComponentsUpdatedCS, World) == 0x000000, "Member 'BGWWorldSubSystem_OnWorldComponentsUpdatedCS::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWWorldSubSystem_DoesSupportWorldTypeCS \ +static_assert(alignof(BGWWorldSubSystem_DoesSupportWorldTypeCS) == 0x000004, "Wrong alignment on BGWWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(sizeof(BGWWorldSubSystem_DoesSupportWorldTypeCS) == 0x000008, "Wrong size on BGWWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(offsetof(BGWWorldSubSystem_DoesSupportWorldTypeCS, WorldType) == 0x000000, "Member 'BGWWorldSubSystem_DoesSupportWorldTypeCS::WorldType' has a wrong offset!"); \ +static_assert(offsetof(BGWWorldSubSystem_DoesSupportWorldTypeCS, ReturnValue) == 0x000004, "Member 'BGWWorldSubSystem_DoesSupportWorldTypeCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWWorldSubSystem \ +static_assert(alignof(UBGWWorldSubSystem) == 0x000008, "Wrong alignment on UBGWWorldSubSystem"); \ +static_assert(sizeof(UBGWWorldSubSystem) == 0x000030, "Wrong size on UBGWWorldSubSystem"); \ + +#define DUMPER7_ASSERTS_BGWTickableWorldSubSystem_GetWorldRefCS \ +static_assert(alignof(BGWTickableWorldSubSystem_GetWorldRefCS) == 0x000008, "Wrong alignment on BGWTickableWorldSubSystem_GetWorldRefCS"); \ +static_assert(sizeof(BGWTickableWorldSubSystem_GetWorldRefCS) == 0x000008, "Wrong size on BGWTickableWorldSubSystem_GetWorldRefCS"); \ +static_assert(offsetof(BGWTickableWorldSubSystem_GetWorldRefCS, ReturnValue) == 0x000000, "Member 'BGWTickableWorldSubSystem_GetWorldRefCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWTickableWorldSubSystem_OnTickCS \ +static_assert(alignof(BGWTickableWorldSubSystem_OnTickCS) == 0x000004, "Wrong alignment on BGWTickableWorldSubSystem_OnTickCS"); \ +static_assert(sizeof(BGWTickableWorldSubSystem_OnTickCS) == 0x000004, "Wrong size on BGWTickableWorldSubSystem_OnTickCS"); \ +static_assert(offsetof(BGWTickableWorldSubSystem_OnTickCS, DeltaTime) == 0x000000, "Member 'BGWTickableWorldSubSystem_OnTickCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWTickableWorldSubSystem_OnWorldBeginPlayCS \ +static_assert(alignof(BGWTickableWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong alignment on BGWTickableWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(sizeof(BGWTickableWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong size on BGWTickableWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(offsetof(BGWTickableWorldSubSystem_OnWorldBeginPlayCS, InWorld) == 0x000000, "Member 'BGWTickableWorldSubSystem_OnWorldBeginPlayCS::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWTickableWorldSubSystem_OnWorldComponentsUpdatedCS \ +static_assert(alignof(BGWTickableWorldSubSystem_OnWorldComponentsUpdatedCS) == 0x000008, "Wrong alignment on BGWTickableWorldSubSystem_OnWorldComponentsUpdatedCS"); \ +static_assert(sizeof(BGWTickableWorldSubSystem_OnWorldComponentsUpdatedCS) == 0x000008, "Wrong size on BGWTickableWorldSubSystem_OnWorldComponentsUpdatedCS"); \ +static_assert(offsetof(BGWTickableWorldSubSystem_OnWorldComponentsUpdatedCS, World) == 0x000000, "Member 'BGWTickableWorldSubSystem_OnWorldComponentsUpdatedCS::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWTickableWorldSubSystem_DoesSupportWorldTypeCS \ +static_assert(alignof(BGWTickableWorldSubSystem_DoesSupportWorldTypeCS) == 0x000004, "Wrong alignment on BGWTickableWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(sizeof(BGWTickableWorldSubSystem_DoesSupportWorldTypeCS) == 0x000008, "Wrong size on BGWTickableWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(offsetof(BGWTickableWorldSubSystem_DoesSupportWorldTypeCS, WorldType) == 0x000000, "Member 'BGWTickableWorldSubSystem_DoesSupportWorldTypeCS::WorldType' has a wrong offset!"); \ +static_assert(offsetof(BGWTickableWorldSubSystem_DoesSupportWorldTypeCS, ReturnValue) == 0x000004, "Member 'BGWTickableWorldSubSystem_DoesSupportWorldTypeCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWTickableWorldSubSystem \ +static_assert(alignof(UBGWTickableWorldSubSystem) == 0x000008, "Wrong alignment on UBGWTickableWorldSubSystem"); \ +static_assert(sizeof(UBGWTickableWorldSubSystem) == 0x000040, "Wrong size on UBGWTickableWorldSubSystem"); \ + +#define DUMPER7_ASSERTS_UHitMoveOverlapOtherActorCollisionsInfo \ +static_assert(alignof(UHitMoveOverlapOtherActorCollisionsInfo) == 0x000008, "Wrong alignment on UHitMoveOverlapOtherActorCollisionsInfo"); \ +static_assert(sizeof(UHitMoveOverlapOtherActorCollisionsInfo) == 0x000088, "Wrong size on UHitMoveOverlapOtherActorCollisionsInfo"); \ +static_assert(offsetof(UHitMoveOverlapOtherActorCollisionsInfo, OtherActor) == 0x000028, "Member 'UHitMoveOverlapOtherActorCollisionsInfo::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(UHitMoveOverlapOtherActorCollisionsInfo, OtherActorWeight) == 0x000030, "Member 'UHitMoveOverlapOtherActorCollisionsInfo::OtherActorWeight' has a wrong offset!"); \ +static_assert(offsetof(UHitMoveOverlapOtherActorCollisionsInfo, OtherCollisions) == 0x000038, "Member 'UHitMoveOverlapOtherActorCollisionsInfo::OtherCollisions' has a wrong offset!"); \ +static_assert(offsetof(UHitMoveOverlapOtherActorCollisionsInfo, OtherCollisionDirections) == 0x000048, "Member 'UHitMoveOverlapOtherActorCollisionsInfo::OtherCollisionDirections' has a wrong offset!"); \ +static_assert(offsetof(UHitMoveOverlapOtherActorCollisionsInfo, SelfCollisions) == 0x000058, "Member 'UHitMoveOverlapOtherActorCollisionsInfo::SelfCollisions' has a wrong offset!"); \ +static_assert(offsetof(UHitMoveOverlapOtherActorCollisionsInfo, SelfCollisionDirections) == 0x000068, "Member 'UHitMoveOverlapOtherActorCollisionsInfo::SelfCollisionDirections' has a wrong offset!"); \ +static_assert(offsetof(UHitMoveOverlapOtherActorCollisionsInfo, OtherCollisionsLastTickCounts) == 0x000078, "Member 'UHitMoveOverlapOtherActorCollisionsInfo::OtherCollisionsLastTickCounts' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName \ +static_assert(alignof(GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName) == 0x000004, "Wrong alignment on GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName"); \ +static_assert(sizeof(GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName) == 0x00000C, "Wrong size on GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName"); \ +static_assert(offsetof(GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName, RowName) == 0x000000, "Member 'GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName::RowName' has a wrong offset!"); \ +static_assert(offsetof(GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName, ReturnValue) == 0x000008, "Member 'GSDescPropertyDetailCustomizationHelper_FindDescIdByRowName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId \ +static_assert(alignof(GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId) == 0x000004, "Wrong alignment on GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId"); \ +static_assert(sizeof(GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId) == 0x000010, "Wrong size on GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId"); \ +static_assert(offsetof(GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId, DescID) == 0x000000, "Member 'GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId::DescID' has a wrong offset!"); \ +static_assert(offsetof(GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId, RowName) == 0x000004, "Member 'GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId::RowName' has a wrong offset!"); \ +static_assert(offsetof(GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId, ReturnValue) == 0x00000C, "Member 'GSDescPropertyDetailCustomizationHelper_GetRowNameByDescId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDescPropertyDetailCustomizationHelper_OnGetRowStrings \ +static_assert(alignof(GSDescPropertyDetailCustomizationHelper_OnGetRowStrings) == 0x000008, "Wrong alignment on GSDescPropertyDetailCustomizationHelper_OnGetRowStrings"); \ +static_assert(sizeof(GSDescPropertyDetailCustomizationHelper_OnGetRowStrings) == 0x000020, "Wrong size on GSDescPropertyDetailCustomizationHelper_OnGetRowStrings"); \ +static_assert(offsetof(GSDescPropertyDetailCustomizationHelper_OnGetRowStrings, OutStrings) == 0x000000, "Member 'GSDescPropertyDetailCustomizationHelper_OnGetRowStrings::OutStrings' has a wrong offset!"); \ +static_assert(offsetof(GSDescPropertyDetailCustomizationHelper_OnGetRowStrings, OutRestrictedItems) == 0x000010, "Member 'GSDescPropertyDetailCustomizationHelper_OnGetRowStrings::OutRestrictedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSDescPropertyDetailCustomizationHelper \ +static_assert(alignof(UGSDescPropertyDetailCustomizationHelper) == 0x000008, "Wrong alignment on UGSDescPropertyDetailCustomizationHelper"); \ +static_assert(sizeof(UGSDescPropertyDetailCustomizationHelper) == 0x000028, "Wrong size on UGSDescPropertyDetailCustomizationHelper"); \ + +#define DUMPER7_ASSERTS_BTDecorator_USharpBase_OnPropertyChanged \ +static_assert(alignof(BTDecorator_USharpBase_OnPropertyChanged) == 0x000008, "Wrong alignment on BTDecorator_USharpBase_OnPropertyChanged"); \ +static_assert(sizeof(BTDecorator_USharpBase_OnPropertyChanged) == 0x000020, "Wrong size on BTDecorator_USharpBase_OnPropertyChanged"); \ +static_assert(offsetof(BTDecorator_USharpBase_OnPropertyChanged, MemberName) == 0x000000, "Member 'BTDecorator_USharpBase_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BTDecorator_USharpBase_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BTDecorator_USharpBase_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTDecorator_USharpBase_SetNodeNameInCS \ +static_assert(alignof(BTDecorator_USharpBase_SetNodeNameInCS) == 0x000008, "Wrong alignment on BTDecorator_USharpBase_SetNodeNameInCS"); \ +static_assert(sizeof(BTDecorator_USharpBase_SetNodeNameInCS) == 0x000010, "Wrong size on BTDecorator_USharpBase_SetNodeNameInCS"); \ +static_assert(offsetof(BTDecorator_USharpBase_SetNodeNameInCS, NewNodeName) == 0x000000, "Member 'BTDecorator_USharpBase_SetNodeNameInCS::NewNodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTDecorator_USharpBase \ +static_assert(alignof(UBTDecorator_USharpBase) == 0x000008, "Wrong alignment on UBTDecorator_USharpBase"); \ +static_assert(sizeof(UBTDecorator_USharpBase) == 0x000090, "Wrong size on UBTDecorator_USharpBase"); \ +static_assert(offsetof(UBTDecorator_USharpBase, AIOwner) == 0x000068, "Member 'UBTDecorator_USharpBase::AIOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_USharpBase_OnPropertyChanged \ +static_assert(alignof(BTService_USharpBase_OnPropertyChanged) == 0x000008, "Wrong alignment on BTService_USharpBase_OnPropertyChanged"); \ +static_assert(sizeof(BTService_USharpBase_OnPropertyChanged) == 0x000020, "Wrong size on BTService_USharpBase_OnPropertyChanged"); \ +static_assert(offsetof(BTService_USharpBase_OnPropertyChanged, MemberName) == 0x000000, "Member 'BTService_USharpBase_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BTService_USharpBase_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BTService_USharpBase_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_USharpBase_SetNodeNameInCS \ +static_assert(alignof(BTService_USharpBase_SetNodeNameInCS) == 0x000008, "Wrong alignment on BTService_USharpBase_SetNodeNameInCS"); \ +static_assert(sizeof(BTService_USharpBase_SetNodeNameInCS) == 0x000010, "Wrong size on BTService_USharpBase_SetNodeNameInCS"); \ +static_assert(offsetof(BTService_USharpBase_SetNodeNameInCS, NewNodeName) == 0x000000, "Member 'BTService_USharpBase_SetNodeNameInCS::NewNodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTService_USharpBase_IsServiceActive \ +static_assert(alignof(BTService_USharpBase_IsServiceActive) == 0x000001, "Wrong alignment on BTService_USharpBase_IsServiceActive"); \ +static_assert(sizeof(BTService_USharpBase_IsServiceActive) == 0x000001, "Wrong size on BTService_USharpBase_IsServiceActive"); \ +static_assert(offsetof(BTService_USharpBase_IsServiceActive, ReturnValue) == 0x000000, "Member 'BTService_USharpBase_IsServiceActive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTService_USharpBase \ +static_assert(alignof(UBTService_USharpBase) == 0x000008, "Wrong alignment on UBTService_USharpBase"); \ +static_assert(sizeof(UBTService_USharpBase) == 0x000098, "Wrong size on UBTService_USharpBase"); \ +static_assert(offsetof(UBTService_USharpBase, AIOwner) == 0x000070, "Member 'UBTService_USharpBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTService_USharpBase, ActorOwner) == 0x000078, "Member 'UBTService_USharpBase::ActorOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_USharpBase_FinishExecute \ +static_assert(alignof(BTTask_USharpBase_FinishExecute) == 0x000001, "Wrong alignment on BTTask_USharpBase_FinishExecute"); \ +static_assert(sizeof(BTTask_USharpBase_FinishExecute) == 0x000001, "Wrong size on BTTask_USharpBase_FinishExecute"); \ +static_assert(offsetof(BTTask_USharpBase_FinishExecute, bSuccess) == 0x000000, "Member 'BTTask_USharpBase_FinishExecute::bSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_USharpBase_OnPropertyChanged \ +static_assert(alignof(BTTask_USharpBase_OnPropertyChanged) == 0x000008, "Wrong alignment on BTTask_USharpBase_OnPropertyChanged"); \ +static_assert(sizeof(BTTask_USharpBase_OnPropertyChanged) == 0x000020, "Wrong size on BTTask_USharpBase_OnPropertyChanged"); \ +static_assert(offsetof(BTTask_USharpBase_OnPropertyChanged, MemberName) == 0x000000, "Member 'BTTask_USharpBase_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BTTask_USharpBase_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BTTask_USharpBase_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_USharpBase_SetNodeNameInCS \ +static_assert(alignof(BTTask_USharpBase_SetNodeNameInCS) == 0x000008, "Wrong alignment on BTTask_USharpBase_SetNodeNameInCS"); \ +static_assert(sizeof(BTTask_USharpBase_SetNodeNameInCS) == 0x000010, "Wrong size on BTTask_USharpBase_SetNodeNameInCS"); \ +static_assert(offsetof(BTTask_USharpBase_SetNodeNameInCS, NewNodeName) == 0x000000, "Member 'BTTask_USharpBase_SetNodeNameInCS::NewNodeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_USharpBase_IsTaskAborting \ +static_assert(alignof(BTTask_USharpBase_IsTaskAborting) == 0x000001, "Wrong alignment on BTTask_USharpBase_IsTaskAborting"); \ +static_assert(sizeof(BTTask_USharpBase_IsTaskAborting) == 0x000001, "Wrong size on BTTask_USharpBase_IsTaskAborting"); \ +static_assert(offsetof(BTTask_USharpBase_IsTaskAborting, ReturnValue) == 0x000000, "Member 'BTTask_USharpBase_IsTaskAborting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BTTask_USharpBase_IsTaskExecuting \ +static_assert(alignof(BTTask_USharpBase_IsTaskExecuting) == 0x000001, "Wrong alignment on BTTask_USharpBase_IsTaskExecuting"); \ +static_assert(sizeof(BTTask_USharpBase_IsTaskExecuting) == 0x000001, "Wrong size on BTTask_USharpBase_IsTaskExecuting"); \ +static_assert(offsetof(BTTask_USharpBase_IsTaskExecuting, ReturnValue) == 0x000000, "Member 'BTTask_USharpBase_IsTaskExecuting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBTTask_USharpBase \ +static_assert(alignof(UBTTask_USharpBase) == 0x000008, "Wrong alignment on UBTTask_USharpBase"); \ +static_assert(sizeof(UBTTask_USharpBase) == 0x0000A8, "Wrong size on UBTTask_USharpBase"); \ +static_assert(offsetof(UBTTask_USharpBase, AIOwner) == 0x000070, "Member 'UBTTask_USharpBase::AIOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_USharpBase, ActorOwner) == 0x000078, "Member 'UBTTask_USharpBase::ActorOwner' has a wrong offset!"); \ +static_assert(offsetof(UBTTask_USharpBase, TickInterval) == 0x000080, "Member 'UBTTask_USharpBase::TickInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimLocomotionEx_SetLocoExEnable \ +static_assert(alignof(BUAnimLocomotionEx_SetLocoExEnable) == 0x000001, "Wrong alignment on BUAnimLocomotionEx_SetLocoExEnable"); \ +static_assert(sizeof(BUAnimLocomotionEx_SetLocoExEnable) == 0x000001, "Wrong size on BUAnimLocomotionEx_SetLocoExEnable"); \ +static_assert(offsetof(BUAnimLocomotionEx_SetLocoExEnable, bEnable) == 0x000000, "Member 'BUAnimLocomotionEx_SetLocoExEnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimLocomotionEx_SetLocoExSettings \ +static_assert(alignof(BUAnimLocomotionEx_SetLocoExSettings) == 0x000008, "Wrong alignment on BUAnimLocomotionEx_SetLocoExSettings"); \ +static_assert(sizeof(BUAnimLocomotionEx_SetLocoExSettings) == 0x000040, "Wrong size on BUAnimLocomotionEx_SetLocoExSettings"); \ +static_assert(offsetof(BUAnimLocomotionEx_SetLocoExSettings, Settings) == 0x000000, "Member 'BUAnimLocomotionEx_SetLocoExSettings::Settings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBUAnimLocomotionEx \ +static_assert(alignof(IBUAnimLocomotionEx) == 0x000001, "Wrong alignment on IBUAnimLocomotionEx"); \ +static_assert(sizeof(IBUAnimLocomotionEx) == 0x000001, "Wrong size on IBUAnimLocomotionEx"); \ + +#define DUMPER7_ASSERTS_IBUAnimHandAndFootIKAction \ +static_assert(alignof(IBUAnimHandAndFootIKAction) == 0x000001, "Wrong alignment on IBUAnimHandAndFootIKAction"); \ +static_assert(sizeof(IBUAnimHandAndFootIKAction) == 0x000001, "Wrong size on IBUAnimHandAndFootIKAction"); \ + +#define DUMPER7_ASSERTS_UBUC_AIComponent \ +static_assert(alignof(UBUC_AIComponent) == 0x000008, "Wrong alignment on UBUC_AIComponent"); \ +static_assert(sizeof(UBUC_AIComponent) == 0x000038, "Wrong size on UBUC_AIComponent"); \ +static_assert(offsetof(UBUC_AIComponent, AIController) == 0x000028, "Member 'UBUC_AIComponent::AIController' has a wrong offset!"); \ +static_assert(offsetof(UBUC_AIComponent, PerceptionComp) == 0x000030, "Member 'UBUC_AIComponent::PerceptionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_EventCollection \ +static_assert(alignof(UBUS_EventCollection) == 0x000008, "Wrong alignment on UBUS_EventCollection"); \ +static_assert(sizeof(UBUS_EventCollection) == 0x000110, "Wrong size on UBUS_EventCollection"); \ +static_assert(offsetof(UBUS_EventCollection, FBUE_BounceCheck) == 0x0000C0, "Member 'UBUS_EventCollection::FBUE_BounceCheck' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EventCollection, FBUE_BP_UnitDie) == 0x0000D0, "Member 'UBUS_EventCollection::FBUE_BP_UnitDie' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EventCollection, FBUE_BP_ClearCameraLock) == 0x0000E0, "Member 'UBUS_EventCollection::FBUE_BP_ClearCameraLock' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EventCollection, FBUE_BP_AI_FSMEventTrigger) == 0x0000F0, "Member 'UBUS_EventCollection::FBUE_BP_AI_FSMEventTrigger' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EventCollection, FBUE_GrantItemsDeferred_CS) == 0x000100, "Member 'UBUS_EventCollection::FBUE_GrantItemsDeferred_CS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_CalcDegreeFromRotatorsInYaw \ +static_assert(alignof(BUS_UtilComm_CalcDegreeFromRotatorsInYaw) == 0x000008, "Wrong alignment on BUS_UtilComm_CalcDegreeFromRotatorsInYaw"); \ +static_assert(sizeof(BUS_UtilComm_CalcDegreeFromRotatorsInYaw) == 0x000038, "Wrong size on BUS_UtilComm_CalcDegreeFromRotatorsInYaw"); \ +static_assert(offsetof(BUS_UtilComm_CalcDegreeFromRotatorsInYaw, ARotator) == 0x000000, "Member 'BUS_UtilComm_CalcDegreeFromRotatorsInYaw::ARotator' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcDegreeFromRotatorsInYaw, BRotator) == 0x000018, "Member 'BUS_UtilComm_CalcDegreeFromRotatorsInYaw::BRotator' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcDegreeFromRotatorsInYaw, ReturnValue) == 0x000030, "Member 'BUS_UtilComm_CalcDegreeFromRotatorsInYaw::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane \ +static_assert(alignof(BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane) == 0x000008, "Wrong alignment on BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane"); \ +static_assert(sizeof(BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane) == 0x000038, "Wrong size on BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane"); \ +static_assert(offsetof(BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane, AVector) == 0x000000, "Member 'BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane::AVector' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane, BVector) == 0x000018, "Member 'BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane::BVector' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane, ReturnValue) == 0x000030, "Member 'BUS_UtilComm_CalcDegreeFromVectorsProjectInXYPlane::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_CalcDirWithInput \ +static_assert(alignof(BUS_UtilComm_CalcDirWithInput) == 0x000008, "Wrong alignment on BUS_UtilComm_CalcDirWithInput"); \ +static_assert(sizeof(BUS_UtilComm_CalcDirWithInput) == 0x000028, "Wrong size on BUS_UtilComm_CalcDirWithInput"); \ +static_assert(offsetof(BUS_UtilComm_CalcDirWithInput, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_CalcDirWithInput::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcDirWithInput, ForwardVal) == 0x000008, "Member 'BUS_UtilComm_CalcDirWithInput::ForwardVal' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcDirWithInput, RightVal) == 0x00000C, "Member 'BUS_UtilComm_CalcDirWithInput::RightVal' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcDirWithInput, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_CalcDirWithInput::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_CalcYawRotator \ +static_assert(alignof(BUS_UtilComm_CalcYawRotator) == 0x000008, "Wrong alignment on BUS_UtilComm_CalcYawRotator"); \ +static_assert(sizeof(BUS_UtilComm_CalcYawRotator) == 0x000048, "Wrong size on BUS_UtilComm_CalcYawRotator"); \ +static_assert(offsetof(BUS_UtilComm_CalcYawRotator, TargetLocation) == 0x000000, "Member 'BUS_UtilComm_CalcYawRotator::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcYawRotator, FromLocation) == 0x000018, "Member 'BUS_UtilComm_CalcYawRotator::FromLocation' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_CalcYawRotator, ReturnValue) == 0x000030, "Member 'BUS_UtilComm_CalcYawRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_GetCurActiveMontagePos \ +static_assert(alignof(BUS_UtilComm_GetCurActiveMontagePos) == 0x000008, "Wrong alignment on BUS_UtilComm_GetCurActiveMontagePos"); \ +static_assert(sizeof(BUS_UtilComm_GetCurActiveMontagePos) == 0x000010, "Wrong size on BUS_UtilComm_GetCurActiveMontagePos"); \ +static_assert(offsetof(BUS_UtilComm_GetCurActiveMontagePos, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_GetCurActiveMontagePos::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GetCurActiveMontagePos, ReturnValue) == 0x000008, "Member 'BUS_UtilComm_GetCurActiveMontagePos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_GetEasingFuncType \ +static_assert(alignof(BUS_UtilComm_GetEasingFuncType) == 0x000004, "Wrong alignment on BUS_UtilComm_GetEasingFuncType"); \ +static_assert(sizeof(BUS_UtilComm_GetEasingFuncType) == 0x000008, "Wrong size on BUS_UtilComm_GetEasingFuncType"); \ +static_assert(offsetof(BUS_UtilComm_GetEasingFuncType, GSBlengTypeG) == 0x000000, "Member 'BUS_UtilComm_GetEasingFuncType::GSBlengTypeG' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GetEasingFuncType, ReturnValue) == 0x000004, "Member 'BUS_UtilComm_GetEasingFuncType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime \ +static_assert(alignof(BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime) == 0x000008, "Wrong alignment on BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime"); \ +static_assert(sizeof(BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime) == 0x000010, "Wrong size on BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime"); \ +static_assert(offsetof(BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime, CameraShake) == 0x000000, "Member 'BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime, ReturnValue) == 0x000008, "Member 'BUS_UtilComm_GetUMatineeCameraShakeBlendOutTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_GSEase \ +static_assert(alignof(BUS_UtilComm_GSEase) == 0x000004, "Wrong alignment on BUS_UtilComm_GSEase"); \ +static_assert(sizeof(BUS_UtilComm_GSEase) == 0x000018, "Wrong size on BUS_UtilComm_GSEase"); \ +static_assert(offsetof(BUS_UtilComm_GSEase, Start) == 0x000000, "Member 'BUS_UtilComm_GSEase::Start' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEase, End) == 0x000004, "Member 'BUS_UtilComm_GSEase::End' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEase, alpha) == 0x000008, "Member 'BUS_UtilComm_GSEase::alpha' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEase, GSBlendTypeG) == 0x00000C, "Member 'BUS_UtilComm_GSEase::GSBlendTypeG' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEase, EaseExp) == 0x000010, "Member 'BUS_UtilComm_GSEase::EaseExp' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEase, ReturnValue) == 0x000014, "Member 'BUS_UtilComm_GSEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_GSEaseRotator \ +static_assert(alignof(BUS_UtilComm_GSEaseRotator) == 0x000008, "Wrong alignment on BUS_UtilComm_GSEaseRotator"); \ +static_assert(sizeof(BUS_UtilComm_GSEaseRotator) == 0x000058, "Wrong size on BUS_UtilComm_GSEaseRotator"); \ +static_assert(offsetof(BUS_UtilComm_GSEaseRotator, Start) == 0x000000, "Member 'BUS_UtilComm_GSEaseRotator::Start' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEaseRotator, End) == 0x000018, "Member 'BUS_UtilComm_GSEaseRotator::End' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEaseRotator, alpha) == 0x000030, "Member 'BUS_UtilComm_GSEaseRotator::alpha' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEaseRotator, GSBlendTypeG) == 0x000034, "Member 'BUS_UtilComm_GSEaseRotator::GSBlendTypeG' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEaseRotator, EaseExp) == 0x000038, "Member 'BUS_UtilComm_GSEaseRotator::EaseExp' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEaseRotator, IsShortestPath) == 0x00003C, "Member 'BUS_UtilComm_GSEaseRotator::IsShortestPath' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_GSEaseRotator, ReturnValue) == 0x000040, "Member 'BUS_UtilComm_GSEaseRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_IsCharacterStoped \ +static_assert(alignof(BUS_UtilComm_IsCharacterStoped) == 0x000008, "Wrong alignment on BUS_UtilComm_IsCharacterStoped"); \ +static_assert(sizeof(BUS_UtilComm_IsCharacterStoped) == 0x000010, "Wrong size on BUS_UtilComm_IsCharacterStoped"); \ +static_assert(offsetof(BUS_UtilComm_IsCharacterStoped, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_IsCharacterStoped::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_IsCharacterStoped, ReturnValue) == 0x000008, "Member 'BUS_UtilComm_IsCharacterStoped::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_LoadAKEventFromString \ +static_assert(alignof(BUS_UtilComm_LoadAKEventFromString) == 0x000008, "Wrong alignment on BUS_UtilComm_LoadAKEventFromString"); \ +static_assert(sizeof(BUS_UtilComm_LoadAKEventFromString) == 0x000018, "Wrong size on BUS_UtilComm_LoadAKEventFromString"); \ +static_assert(offsetof(BUS_UtilComm_LoadAKEventFromString, ResPath) == 0x000000, "Member 'BUS_UtilComm_LoadAKEventFromString::ResPath' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_LoadAKEventFromString, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_LoadAKEventFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_LoadAnimMontageFromString \ +static_assert(alignof(BUS_UtilComm_LoadAnimMontageFromString) == 0x000008, "Wrong alignment on BUS_UtilComm_LoadAnimMontageFromString"); \ +static_assert(sizeof(BUS_UtilComm_LoadAnimMontageFromString) == 0x000018, "Wrong size on BUS_UtilComm_LoadAnimMontageFromString"); \ +static_assert(offsetof(BUS_UtilComm_LoadAnimMontageFromString, ResPath) == 0x000000, "Member 'BUS_UtilComm_LoadAnimMontageFromString::ResPath' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_LoadAnimMontageFromString, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_LoadAnimMontageFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_LoadCameraShakeFromString \ +static_assert(alignof(BUS_UtilComm_LoadCameraShakeFromString) == 0x000008, "Wrong alignment on BUS_UtilComm_LoadCameraShakeFromString"); \ +static_assert(sizeof(BUS_UtilComm_LoadCameraShakeFromString) == 0x000018, "Wrong size on BUS_UtilComm_LoadCameraShakeFromString"); \ +static_assert(offsetof(BUS_UtilComm_LoadCameraShakeFromString, ResPath) == 0x000000, "Member 'BUS_UtilComm_LoadCameraShakeFromString::ResPath' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_LoadCameraShakeFromString, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_LoadCameraShakeFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_LoadCurveFloatFromString \ +static_assert(alignof(BUS_UtilComm_LoadCurveFloatFromString) == 0x000008, "Wrong alignment on BUS_UtilComm_LoadCurveFloatFromString"); \ +static_assert(sizeof(BUS_UtilComm_LoadCurveFloatFromString) == 0x000018, "Wrong size on BUS_UtilComm_LoadCurveFloatFromString"); \ +static_assert(offsetof(BUS_UtilComm_LoadCurveFloatFromString, ResPath) == 0x000000, "Member 'BUS_UtilComm_LoadCurveFloatFromString::ResPath' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_LoadCurveFloatFromString, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_LoadCurveFloatFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_LoadLevelSequenceFromString \ +static_assert(alignof(BUS_UtilComm_LoadLevelSequenceFromString) == 0x000008, "Wrong alignment on BUS_UtilComm_LoadLevelSequenceFromString"); \ +static_assert(sizeof(BUS_UtilComm_LoadLevelSequenceFromString) == 0x000018, "Wrong size on BUS_UtilComm_LoadLevelSequenceFromString"); \ +static_assert(offsetof(BUS_UtilComm_LoadLevelSequenceFromString, ResPath) == 0x000000, "Member 'BUS_UtilComm_LoadLevelSequenceFromString::ResPath' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_LoadLevelSequenceFromString, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_LoadLevelSequenceFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_LoadParticleSystemFromString \ +static_assert(alignof(BUS_UtilComm_LoadParticleSystemFromString) == 0x000008, "Wrong alignment on BUS_UtilComm_LoadParticleSystemFromString"); \ +static_assert(sizeof(BUS_UtilComm_LoadParticleSystemFromString) == 0x000020, "Wrong size on BUS_UtilComm_LoadParticleSystemFromString"); \ +static_assert(offsetof(BUS_UtilComm_LoadParticleSystemFromString, ResPath) == 0x000000, "Member 'BUS_UtilComm_LoadParticleSystemFromString::ResPath' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_LoadParticleSystemFromString, DefaultDelayTime) == 0x000010, "Member 'BUS_UtilComm_LoadParticleSystemFromString::DefaultDelayTime' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_LoadParticleSystemFromString, ReturnValue) == 0x000018, "Member 'BUS_UtilComm_LoadParticleSystemFromString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate \ +static_assert(alignof(BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate) == 0x000008, "Wrong alignment on BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate"); \ +static_assert(sizeof(BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate) == 0x000010, "Wrong size on BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate"); \ +static_assert(offsetof(BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate, TimeRate) == 0x000008, "Member 'BUS_UtilComm_ParticleSystemComponentTrailSetTimeRate::TimeRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_PlayCameraShakeByClass \ +static_assert(alignof(BUS_UtilComm_PlayCameraShakeByClass) == 0x000008, "Wrong alignment on BUS_UtilComm_PlayCameraShakeByClass"); \ +static_assert(sizeof(BUS_UtilComm_PlayCameraShakeByClass) == 0x000018, "Wrong size on BUS_UtilComm_PlayCameraShakeByClass"); \ +static_assert(offsetof(BUS_UtilComm_PlayCameraShakeByClass, Caster) == 0x000000, "Member 'BUS_UtilComm_PlayCameraShakeByClass::Caster' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_PlayCameraShakeByClass, CameraShakeCls) == 0x000008, "Member 'BUS_UtilComm_PlayCameraShakeByClass::CameraShakeCls' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_PlayCameraShakeByClass, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_PlayCameraShakeByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_PlayMontage \ +static_assert(alignof(BUS_UtilComm_PlayMontage) == 0x000008, "Wrong alignment on BUS_UtilComm_PlayMontage"); \ +static_assert(sizeof(BUS_UtilComm_PlayMontage) == 0x000018, "Wrong size on BUS_UtilComm_PlayMontage"); \ +static_assert(offsetof(BUS_UtilComm_PlayMontage, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_PlayMontage::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_PlayMontage, AnimMontage) == 0x000008, "Member 'BUS_UtilComm_PlayMontage::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_PlayMontage, ReturnValue) == 0x000010, "Member 'BUS_UtilComm_PlayMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_SafeSetCharacterMontagePlaying \ +static_assert(alignof(BUS_UtilComm_SafeSetCharacterMontagePlaying) == 0x000008, "Wrong alignment on BUS_UtilComm_SafeSetCharacterMontagePlaying"); \ +static_assert(sizeof(BUS_UtilComm_SafeSetCharacterMontagePlaying) == 0x000010, "Wrong size on BUS_UtilComm_SafeSetCharacterMontagePlaying"); \ +static_assert(offsetof(BUS_UtilComm_SafeSetCharacterMontagePlaying, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_SafeSetCharacterMontagePlaying::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_SafeSetCharacterMontagePlaying, IsPlaying) == 0x000008, "Member 'BUS_UtilComm_SafeSetCharacterMontagePlaying::IsPlaying' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_SafeSetCharacterMontagePlaying, ReturnValue) == 0x000009, "Member 'BUS_UtilComm_SafeSetCharacterMontagePlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_SafeSetCharacterMontagePlayingRate \ +static_assert(alignof(BUS_UtilComm_SafeSetCharacterMontagePlayingRate) == 0x000008, "Wrong alignment on BUS_UtilComm_SafeSetCharacterMontagePlayingRate"); \ +static_assert(sizeof(BUS_UtilComm_SafeSetCharacterMontagePlayingRate) == 0x000010, "Wrong size on BUS_UtilComm_SafeSetCharacterMontagePlayingRate"); \ +static_assert(offsetof(BUS_UtilComm_SafeSetCharacterMontagePlayingRate, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_SafeSetCharacterMontagePlayingRate::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_SafeSetCharacterMontagePlayingRate, PlayRate) == 0x000008, "Member 'BUS_UtilComm_SafeSetCharacterMontagePlayingRate::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_SafeSetCharacterMontagePlayingRate, ReturnValue) == 0x00000C, "Member 'BUS_UtilComm_SafeSetCharacterMontagePlayingRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UtilComm_SetCurActiveMontagePos \ +static_assert(alignof(BUS_UtilComm_SetCurActiveMontagePos) == 0x000008, "Wrong alignment on BUS_UtilComm_SetCurActiveMontagePos"); \ +static_assert(sizeof(BUS_UtilComm_SetCurActiveMontagePos) == 0x000010, "Wrong size on BUS_UtilComm_SetCurActiveMontagePos"); \ +static_assert(offsetof(BUS_UtilComm_SetCurActiveMontagePos, CurCharacter) == 0x000000, "Member 'BUS_UtilComm_SetCurActiveMontagePos::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BUS_UtilComm_SetCurActiveMontagePos, TargetPos) == 0x000008, "Member 'BUS_UtilComm_SetCurActiveMontagePos::TargetPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_UtilComm \ +static_assert(alignof(UBUS_UtilComm) == 0x000008, "Wrong alignment on UBUS_UtilComm"); \ +static_assert(sizeof(UBUS_UtilComm) == 0x000028, "Wrong size on UBUS_UtilComm"); \ + +#define DUMPER7_ASSERTS_UGSEnvQueryAsset \ +static_assert(alignof(UGSEnvQueryAsset) == 0x000008, "Wrong alignment on UGSEnvQueryAsset"); \ +static_assert(sizeof(UGSEnvQueryAsset) == 0x000048, "Wrong size on UGSEnvQueryAsset"); \ +static_assert(offsetof(UGSEnvQueryAsset, EnvQueryTemplate) == 0x000030, "Member 'UGSEnvQueryAsset::EnvQueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(UGSEnvQueryAsset, QueryConfig) == 0x000038, "Member 'UGSEnvQueryAsset::QueryConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEnvQueryManager \ +static_assert(alignof(UGSEnvQueryManager) == 0x000008, "Wrong alignment on UGSEnvQueryManager"); \ +static_assert(sizeof(UGSEnvQueryManager) == 0x000158, "Wrong size on UGSEnvQueryManager"); \ + +#define DUMPER7_ASSERTS_UGSEQG_Donut \ +static_assert(alignof(UGSEQG_Donut) == 0x000008, "Wrong alignment on UGSEQG_Donut"); \ +static_assert(sizeof(UGSEQG_Donut) == 0x0000F0, "Wrong size on UGSEQG_Donut"); \ +static_assert(offsetof(UGSEQG_Donut, InnerRadius) == 0x0000D0, "Member 'UGSEQG_Donut::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Donut, OuterRadius) == 0x0000D4, "Member 'UGSEQG_Donut::OuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Donut, NumberOfRings) == 0x0000D8, "Member 'UGSEQG_Donut::NumberOfRings' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Donut, PointsPerRing) == 0x0000DC, "Member 'UGSEQG_Donut::PointsPerRing' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Donut, AngleCenterDirection) == 0x0000E0, "Member 'UGSEQG_Donut::AngleCenterDirection' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Donut, LeftAngle) == 0x0000E4, "Member 'UGSEQG_Donut::LeftAngle' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_Donut, RightAngle) == 0x0000E8, "Member 'UGSEQG_Donut::RightAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_GetWorkOnFloatValuesCS \ +static_assert(alignof(GSEQTBase_GetWorkOnFloatValuesCS) == 0x000001, "Wrong alignment on GSEQTBase_GetWorkOnFloatValuesCS"); \ +static_assert(sizeof(GSEQTBase_GetWorkOnFloatValuesCS) == 0x000001, "Wrong size on GSEQTBase_GetWorkOnFloatValuesCS"); \ +static_assert(offsetof(GSEQTBase_GetWorkOnFloatValuesCS, ReturnValue) == 0x000000, "Member 'GSEQTBase_GetWorkOnFloatValuesCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_OnPropertyChanged \ +static_assert(alignof(GSEQTBase_OnPropertyChanged) == 0x000008, "Wrong alignment on GSEQTBase_OnPropertyChanged"); \ +static_assert(sizeof(GSEQTBase_OnPropertyChanged) == 0x000020, "Wrong size on GSEQTBase_OnPropertyChanged"); \ +static_assert(offsetof(GSEQTBase_OnPropertyChanged, MemberName) == 0x000000, "Member 'GSEQTBase_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(GSEQTBase_OnPropertyChanged, PropertyName) == 0x000010, "Member 'GSEQTBase_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_SetWorkOnFloatValuesCS \ +static_assert(alignof(GSEQTBase_SetWorkOnFloatValuesCS) == 0x000001, "Wrong alignment on GSEQTBase_SetWorkOnFloatValuesCS"); \ +static_assert(sizeof(GSEQTBase_SetWorkOnFloatValuesCS) == 0x000001, "Wrong size on GSEQTBase_SetWorkOnFloatValuesCS"); \ +static_assert(offsetof(GSEQTBase_SetWorkOnFloatValuesCS, bWorkOnFloats) == 0x000000, "Member 'GSEQTBase_SetWorkOnFloatValuesCS::bWorkOnFloats' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_GetDescriptionDetailsCS \ +static_assert(alignof(GSEQTBase_GetDescriptionDetailsCS) == 0x000008, "Wrong alignment on GSEQTBase_GetDescriptionDetailsCS"); \ +static_assert(sizeof(GSEQTBase_GetDescriptionDetailsCS) == 0x000010, "Wrong size on GSEQTBase_GetDescriptionDetailsCS"); \ +static_assert(offsetof(GSEQTBase_GetDescriptionDetailsCS, ReturnValue) == 0x000000, "Member 'GSEQTBase_GetDescriptionDetailsCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_GetDescriptionTitleCS \ +static_assert(alignof(GSEQTBase_GetDescriptionTitleCS) == 0x000008, "Wrong alignment on GSEQTBase_GetDescriptionTitleCS"); \ +static_assert(sizeof(GSEQTBase_GetDescriptionTitleCS) == 0x000010, "Wrong size on GSEQTBase_GetDescriptionTitleCS"); \ +static_assert(offsetof(GSEQTBase_GetDescriptionTitleCS, ReturnValue) == 0x000000, "Member 'GSEQTBase_GetDescriptionTitleCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_PreProcessItems \ +static_assert(alignof(GSEQTBase_PreProcessItems) == 0x000008, "Wrong alignment on GSEQTBase_PreProcessItems"); \ +static_assert(sizeof(GSEQTBase_PreProcessItems) == 0x000020, "Wrong size on GSEQTBase_PreProcessItems"); \ +static_assert(offsetof(GSEQTBase_PreProcessItems, ContextActors) == 0x000000, "Member 'GSEQTBase_PreProcessItems::ContextActors' has a wrong offset!"); \ +static_assert(offsetof(GSEQTBase_PreProcessItems, ContextLocations) == 0x000010, "Member 'GSEQTBase_PreProcessItems::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_ProcessCustomItemScoreCS \ +static_assert(alignof(GSEQTBase_ProcessCustomItemScoreCS) == 0x000008, "Wrong alignment on GSEQTBase_ProcessCustomItemScoreCS"); \ +static_assert(sizeof(GSEQTBase_ProcessCustomItemScoreCS) == 0x000040, "Wrong size on GSEQTBase_ProcessCustomItemScoreCS"); \ +static_assert(offsetof(GSEQTBase_ProcessCustomItemScoreCS, Item) == 0x000000, "Member 'GSEQTBase_ProcessCustomItemScoreCS::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_ProcessItemCS \ +static_assert(alignof(GSEQTBase_ProcessItemCS) == 0x000008, "Wrong alignment on GSEQTBase_ProcessItemCS"); \ +static_assert(sizeof(GSEQTBase_ProcessItemCS) == 0x000038, "Wrong size on GSEQTBase_ProcessItemCS"); \ +static_assert(offsetof(GSEQTBase_ProcessItemCS, World) == 0x000000, "Member 'GSEQTBase_ProcessItemCS::World' has a wrong offset!"); \ +static_assert(offsetof(GSEQTBase_ProcessItemCS, ItemLocation) == 0x000008, "Member 'GSEQTBase_ProcessItemCS::ItemLocation' has a wrong offset!"); \ +static_assert(offsetof(GSEQTBase_ProcessItemCS, ItemActor) == 0x000020, "Member 'GSEQTBase_ProcessItemCS::ItemActor' has a wrong offset!"); \ +static_assert(offsetof(GSEQTBase_ProcessItemCS, Querier) == 0x000028, "Member 'GSEQTBase_ProcessItemCS::Querier' has a wrong offset!"); \ +static_assert(offsetof(GSEQTBase_ProcessItemCS, ReturnValue) == 0x000030, "Member 'GSEQTBase_ProcessItemCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_SetItemScoreBool \ +static_assert(alignof(GSEQTBase_SetItemScoreBool) == 0x000001, "Wrong alignment on GSEQTBase_SetItemScoreBool"); \ +static_assert(sizeof(GSEQTBase_SetItemScoreBool) == 0x000001, "Wrong size on GSEQTBase_SetItemScoreBool"); \ +static_assert(offsetof(GSEQTBase_SetItemScoreBool, bScore) == 0x000000, "Member 'GSEQTBase_SetItemScoreBool::bScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_SetItemScoreFloat \ +static_assert(alignof(GSEQTBase_SetItemScoreFloat) == 0x000004, "Wrong alignment on GSEQTBase_SetItemScoreFloat"); \ +static_assert(sizeof(GSEQTBase_SetItemScoreFloat) == 0x000004, "Wrong size on GSEQTBase_SetItemScoreFloat"); \ +static_assert(offsetof(GSEQTBase_SetItemScoreFloat, Score) == 0x000000, "Member 'GSEQTBase_SetItemScoreFloat::Score' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_ShouldPrepareContext \ +static_assert(alignof(GSEQTBase_ShouldPrepareContext) == 0x000001, "Wrong alignment on GSEQTBase_ShouldPrepareContext"); \ +static_assert(sizeof(GSEQTBase_ShouldPrepareContext) == 0x000001, "Wrong size on GSEQTBase_ShouldPrepareContext"); \ +static_assert(offsetof(GSEQTBase_ShouldPrepareContext, ReturnValue) == 0x000000, "Member 'GSEQTBase_ShouldPrepareContext::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQTBase_ShouldUseCustomItemScore \ +static_assert(alignof(GSEQTBase_ShouldUseCustomItemScore) == 0x000001, "Wrong alignment on GSEQTBase_ShouldUseCustomItemScore"); \ +static_assert(sizeof(GSEQTBase_ShouldUseCustomItemScore) == 0x000001, "Wrong size on GSEQTBase_ShouldUseCustomItemScore"); \ +static_assert(offsetof(GSEQTBase_ShouldUseCustomItemScore, ReturnValue) == 0x000000, "Member 'GSEQTBase_ShouldUseCustomItemScore::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQTBase \ +static_assert(alignof(UGSEQTBase) == 0x000008, "Wrong alignment on UGSEQTBase"); \ +static_assert(sizeof(UGSEQTBase) == 0x000208, "Wrong size on UGSEQTBase"); \ +static_assert(offsetof(UGSEQTBase, Context) == 0x0001F8, "Member 'UGSEQTBase::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_Project \ +static_assert(alignof(UGSEQT_Project) == 0x000008, "Wrong alignment on UGSEQT_Project"); \ +static_assert(sizeof(UGSEQT_Project) == 0x000238, "Wrong size on UGSEQT_Project"); \ +static_assert(offsetof(UGSEQT_Project, ProjectionData) == 0x0001F8, "Member 'UGSEQT_Project::ProjectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSVersionSettings \ +static_assert(alignof(UGSVersionSettings) == 0x000008, "Wrong alignment on UGSVersionSettings"); \ +static_assert(sizeof(UGSVersionSettings) == 0x000070, "Wrong size on UGSVersionSettings"); \ +static_assert(offsetof(UGSVersionSettings, AppVersion) == 0x000038, "Member 'UGSVersionSettings::AppVersion' has a wrong offset!"); \ +static_assert(offsetof(UGSVersionSettings, PS5MasterVersion) == 0x000048, "Member 'UGSVersionSettings::PS5MasterVersion' has a wrong offset!"); \ +static_assert(offsetof(UGSVersionSettings, XBoxMasterVersion) == 0x000058, "Member 'UGSVersionSettings::XBoxMasterVersion' has a wrong offset!"); \ +static_assert(offsetof(UGSVersionSettings, Revision) == 0x000068, "Member 'UGSVersionSettings::Revision' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IInterface_DispLibEnvSubsystem \ +static_assert(alignof(IInterface_DispLibEnvSubsystem) == 0x000001, "Wrong alignment on IInterface_DispLibEnvSubsystem"); \ +static_assert(sizeof(IInterface_DispLibEnvSubsystem) == 0x000001, "Wrong size on IInterface_DispLibEnvSubsystem"); \ + +#define DUMPER7_ASSERTS_AUSharpStructPersistentTest \ +static_assert(alignof(AUSharpStructPersistentTest) == 0x000008, "Wrong alignment on AUSharpStructPersistentTest"); \ +static_assert(sizeof(AUSharpStructPersistentTest) == 0x000288, "Wrong size on AUSharpStructPersistentTest"); \ + +#define DUMPER7_ASSERTS_UWorldActorContainer \ +static_assert(alignof(UWorldActorContainer) == 0x000008, "Wrong alignment on UWorldActorContainer"); \ +static_assert(sizeof(UWorldActorContainer) == 0x000120, "Wrong size on UWorldActorContainer"); \ +static_assert(offsetof(UWorldActorContainer, AllocID) == 0x000028, "Member 'UWorldActorContainer::AllocID' has a wrong offset!"); \ +static_assert(offsetof(UWorldActorContainer, ActorCompsMap) == 0x000030, "Member 'UWorldActorContainer::ActorCompsMap' has a wrong offset!"); \ +static_assert(offsetof(UWorldActorContainer, ActorMap) == 0x000080, "Member 'UWorldActorContainer::ActorMap' has a wrong offset!"); \ +static_assert(offsetof(UWorldActorContainer, PlayerCtrlMap) == 0x0000D0, "Member 'UWorldActorContainer::PlayerCtrlMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoMovementViewingPattern \ +static_assert(alignof(FAutoMovementViewingPattern) == 0x000008, "Wrong alignment on FAutoMovementViewingPattern"); \ +static_assert(sizeof(FAutoMovementViewingPattern) == 0x000058, "Wrong size on FAutoMovementViewingPattern"); \ +static_assert(offsetof(FAutoMovementViewingPattern, PathPointsFilePath) == 0x000000, "Member 'FAutoMovementViewingPattern::PathPointsFilePath' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, bUseSparseVersion) == 0x000010, "Member 'FAutoMovementViewingPattern::bUseSparseVersion' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, bVisualizeScatteredPoints) == 0x000011, "Member 'FAutoMovementViewingPattern::bVisualizeScatteredPoints' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, PointInstanceScale) == 0x000014, "Member 'FAutoMovementViewingPattern::PointInstanceScale' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, InitialRotation) == 0x000018, "Member 'FAutoMovementViewingPattern::InitialRotation' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, DirectionCount) == 0x000030, "Member 'FAutoMovementViewingPattern::DirectionCount' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, TotalPitchDegree) == 0x00003C, "Member 'FAutoMovementViewingPattern::TotalPitchDegree' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, TotalYawDegree) == 0x000040, "Member 'FAutoMovementViewingPattern::TotalYawDegree' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, DistanceCheckBias) == 0x000044, "Member 'FAutoMovementViewingPattern::DistanceCheckBias' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, RotationCheckBias) == 0x000048, "Member 'FAutoMovementViewingPattern::RotationCheckBias' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, PoseTickTotalCount) == 0x00004C, "Member 'FAutoMovementViewingPattern::PoseTickTotalCount' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, bUseVirtualPlayer) == 0x000050, "Member 'FAutoMovementViewingPattern::bUseVirtualPlayer' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementViewingPattern, bAttractEnemy) == 0x000051, "Member 'FAutoMovementViewingPattern::bAttractEnemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoMovementHeatmapConfig \ +static_assert(alignof(FAutoMovementHeatmapConfig) == 0x000008, "Wrong alignment on FAutoMovementHeatmapConfig"); \ +static_assert(sizeof(FAutoMovementHeatmapConfig) == 0x000068, "Wrong size on FAutoMovementHeatmapConfig"); \ +static_assert(offsetof(FAutoMovementHeatmapConfig, HeatmapPlaneOrigin) == 0x000000, "Member 'FAutoMovementHeatmapConfig::HeatmapPlaneOrigin' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementHeatmapConfig, HeatmapPlaneSize) == 0x000018, "Member 'FAutoMovementHeatmapConfig::HeatmapPlaneSize' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementHeatmapConfig, HeatmapTexParentFolder) == 0x000030, "Member 'FAutoMovementHeatmapConfig::HeatmapTexParentFolder' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementHeatmapConfig, HeatmapBaseImgPath) == 0x000040, "Member 'FAutoMovementHeatmapConfig::HeatmapBaseImgPath' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementHeatmapConfig, HeatmapProfilingFilePath) == 0x000050, "Member 'FAutoMovementHeatmapConfig::HeatmapProfilingFilePath' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementHeatmapConfig, HeatmapIntensityScale) == 0x000060, "Member 'FAutoMovementHeatmapConfig::HeatmapIntensityScale' has a wrong offset!"); \ +static_assert(offsetof(FAutoMovementHeatmapConfig, HeatmapTileCount) == 0x000064, "Member 'FAutoMovementHeatmapConfig::HeatmapTileCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSPathPointStatInfo \ +static_assert(alignof(FGSPathPointStatInfo) == 0x000008, "Wrong alignment on FGSPathPointStatInfo"); \ +static_assert(sizeof(FGSPathPointStatInfo) == 0x000078, "Wrong size on FGSPathPointStatInfo"); \ +static_assert(offsetof(FGSPathPointStatInfo, StatNameAndValue) == 0x000000, "Member 'FGSPathPointStatInfo::StatNameAndValue' has a wrong offset!"); \ +static_assert(offsetof(FGSPathPointStatInfo, position) == 0x000050, "Member 'FGSPathPointStatInfo::position' has a wrong offset!"); \ +static_assert(offsetof(FGSPathPointStatInfo, Duration) == 0x000068, "Member 'FGSPathPointStatInfo::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapturedInfoSequencePerPoint \ +static_assert(alignof(FCapturedInfoSequencePerPoint) == 0x000008, "Wrong alignment on FCapturedInfoSequencePerPoint"); \ +static_assert(sizeof(FCapturedInfoSequencePerPoint) == 0x000018, "Wrong size on FCapturedInfoSequencePerPoint"); \ +static_assert(offsetof(FCapturedInfoSequencePerPoint, CapturedInfoSequencePerPoint) == 0x000000, "Member 'FCapturedInfoSequencePerPoint::CapturedInfoSequencePerPoint' has a wrong offset!"); \ +static_assert(offsetof(FCapturedInfoSequencePerPoint, StatType) == 0x000010, "Member 'FCapturedInfoSequencePerPoint::StatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCapturedInfoArrayPerPoint \ +static_assert(alignof(FCapturedInfoArrayPerPoint) == 0x000008, "Wrong alignment on FCapturedInfoArrayPerPoint"); \ +static_assert(sizeof(FCapturedInfoArrayPerPoint) == 0x000050, "Wrong size on FCapturedInfoArrayPerPoint"); \ +static_assert(offsetof(FCapturedInfoArrayPerPoint, InfoMap) == 0x000000, "Member 'FCapturedInfoArrayPerPoint::InfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAsyncLineTraceSingleResult \ +static_assert(alignof(FAsyncLineTraceSingleResult) == 0x000008, "Wrong alignment on FAsyncLineTraceSingleResult"); \ +static_assert(sizeof(FAsyncLineTraceSingleResult) == 0x000018, "Wrong size on FAsyncLineTraceSingleResult"); \ +static_assert(offsetof(FAsyncLineTraceSingleResult, ReqID) == 0x000000, "Member 'FAsyncLineTraceSingleResult::ReqID' has a wrong offset!"); \ +static_assert(offsetof(FAsyncLineTraceSingleResult, HitResults) == 0x000008, "Member 'FAsyncLineTraceSingleResult::HitResults' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAsyncLineTraceReq \ +static_assert(alignof(FAsyncLineTraceReq) == 0x000008, "Wrong alignment on FAsyncLineTraceReq"); \ +static_assert(sizeof(FAsyncLineTraceReq) == 0x000038, "Wrong size on FAsyncLineTraceReq"); \ +static_assert(offsetof(FAsyncLineTraceReq, ReqID) == 0x000000, "Member 'FAsyncLineTraceReq::ReqID' has a wrong offset!"); \ +static_assert(offsetof(FAsyncLineTraceReq, TraceStart) == 0x000008, "Member 'FAsyncLineTraceReq::TraceStart' has a wrong offset!"); \ +static_assert(offsetof(FAsyncLineTraceReq, TraceEnd) == 0x000020, "Member 'FAsyncLineTraceReq::TraceEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAsyncLineTraceReqArray \ +static_assert(alignof(FAsyncLineTraceReqArray) == 0x000008, "Wrong alignment on FAsyncLineTraceReqArray"); \ +static_assert(sizeof(FAsyncLineTraceReqArray) == 0x000010, "Wrong size on FAsyncLineTraceReqArray"); \ +static_assert(offsetof(FAsyncLineTraceReqArray, ReqArr) == 0x000000, "Member 'FAsyncLineTraceReqArray::ReqArr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGUMaterialParameterInfo \ +static_assert(alignof(FBGUMaterialParameterInfo) == 0x000008, "Wrong alignment on FBGUMaterialParameterInfo"); \ +static_assert(sizeof(FBGUMaterialParameterInfo) == 0x000020, "Wrong size on FBGUMaterialParameterInfo"); \ +static_assert(offsetof(FBGUMaterialParameterInfo, LayerMaterial) == 0x000010, "Member 'FBGUMaterialParameterInfo::LayerMaterial' has a wrong offset!"); \ +static_assert(offsetof(FBGUMaterialParameterInfo, BlendMaterial) == 0x000018, "Member 'FBGUMaterialParameterInfo::BlendMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGUScalarParameterInfoAndCurve \ +static_assert(alignof(FBGUScalarParameterInfoAndCurve) == 0x000008, "Wrong alignment on FBGUScalarParameterInfoAndCurve"); \ +static_assert(sizeof(FBGUScalarParameterInfoAndCurve) == 0x000118, "Wrong size on FBGUScalarParameterInfoAndCurve"); \ +static_assert(offsetof(FBGUScalarParameterInfoAndCurve, ParameterInfo) == 0x000000, "Member 'FBGUScalarParameterInfoAndCurve::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBGUScalarParameterInfoAndCurve, BGUParameterInfo) == 0x000010, "Member 'FBGUScalarParameterInfoAndCurve::BGUParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBGUScalarParameterInfoAndCurve, ParameterCurve) == 0x000030, "Member 'FBGUScalarParameterInfoAndCurve::ParameterCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGUVectorParameterInfoAndCurves \ +static_assert(alignof(FBGUVectorParameterInfoAndCurves) == 0x000008, "Wrong alignment on FBGUVectorParameterInfoAndCurves"); \ +static_assert(sizeof(FBGUVectorParameterInfoAndCurves) == 0x0002E8, "Wrong size on FBGUVectorParameterInfoAndCurves"); \ +static_assert(offsetof(FBGUVectorParameterInfoAndCurves, ParameterInfo) == 0x000000, "Member 'FBGUVectorParameterInfoAndCurves::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBGUVectorParameterInfoAndCurves, BGUParameterInfo) == 0x000010, "Member 'FBGUVectorParameterInfoAndCurves::BGUParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBGUVectorParameterInfoAndCurves, XCurve) == 0x000030, "Member 'FBGUVectorParameterInfoAndCurves::XCurve' has a wrong offset!"); \ +static_assert(offsetof(FBGUVectorParameterInfoAndCurves, YCurve) == 0x000118, "Member 'FBGUVectorParameterInfoAndCurves::YCurve' has a wrong offset!"); \ +static_assert(offsetof(FBGUVectorParameterInfoAndCurves, ZCurve) == 0x000200, "Member 'FBGUVectorParameterInfoAndCurves::ZCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGUColorParameterInfoAndCurves \ +static_assert(alignof(FBGUColorParameterInfoAndCurves) == 0x000008, "Wrong alignment on FBGUColorParameterInfoAndCurves"); \ +static_assert(sizeof(FBGUColorParameterInfoAndCurves) == 0x0003D0, "Wrong size on FBGUColorParameterInfoAndCurves"); \ +static_assert(offsetof(FBGUColorParameterInfoAndCurves, ParameterInfo) == 0x000000, "Member 'FBGUColorParameterInfoAndCurves::ParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBGUColorParameterInfoAndCurves, BGUParameterInfo) == 0x000010, "Member 'FBGUColorParameterInfoAndCurves::BGUParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBGUColorParameterInfoAndCurves, RedCurve) == 0x000030, "Member 'FBGUColorParameterInfoAndCurves::RedCurve' has a wrong offset!"); \ +static_assert(offsetof(FBGUColorParameterInfoAndCurves, GreenCurve) == 0x000118, "Member 'FBGUColorParameterInfoAndCurves::GreenCurve' has a wrong offset!"); \ +static_assert(offsetof(FBGUColorParameterInfoAndCurves, BlueCurve) == 0x000200, "Member 'FBGUColorParameterInfoAndCurves::BlueCurve' has a wrong offset!"); \ +static_assert(offsetof(FBGUColorParameterInfoAndCurves, AlphaCurve) == 0x0002E8, "Member 'FBGUColorParameterInfoAndCurves::AlphaCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGUMovieSceneComponentMaterialSectionTemplate \ +static_assert(alignof(FBGUMovieSceneComponentMaterialSectionTemplate) == 0x000008, "Wrong alignment on FBGUMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(sizeof(FBGUMovieSceneComponentMaterialSectionTemplate) == 0x0000B8, "Wrong size on FBGUMovieSceneComponentMaterialSectionTemplate"); \ +static_assert(offsetof(FBGUMovieSceneComponentMaterialSectionTemplate, ScalarParams) == 0x000080, "Member 'FBGUMovieSceneComponentMaterialSectionTemplate::ScalarParams' has a wrong offset!"); \ +static_assert(offsetof(FBGUMovieSceneComponentMaterialSectionTemplate, VectorParams) == 0x000090, "Member 'FBGUMovieSceneComponentMaterialSectionTemplate::VectorParams' has a wrong offset!"); \ +static_assert(offsetof(FBGUMovieSceneComponentMaterialSectionTemplate, ColorParams) == 0x0000A0, "Member 'FBGUMovieSceneComponentMaterialSectionTemplate::ColorParams' has a wrong offset!"); \ +static_assert(offsetof(FBGUMovieSceneComponentMaterialSectionTemplate, MaterialIndex) == 0x0000B0, "Member 'FBGUMovieSceneComponentMaterialSectionTemplate::MaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(FBGUMovieSceneComponentMaterialSectionTemplate, bAffectClothMaterial) == 0x0000B4, "Member 'FBGUMovieSceneComponentMaterialSectionTemplate::bAffectClothMaterial' has a wrong offset!"); \ +static_assert(offsetof(FBGUMovieSceneComponentMaterialSectionTemplate, bAffectAllMaterial) == 0x0000B5, "Member 'FBGUMovieSceneComponentMaterialSectionTemplate::bAffectAllMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntPtr \ +static_assert(alignof(FIntPtr) == 0x000004, "Wrong alignment on FIntPtr"); \ +static_assert(sizeof(FIntPtr) == 0x000008, "Wrong size on FIntPtr"); \ +static_assert(offsetof(FIntPtr, LowerBits) == 0x000000, "Member 'FIntPtr::LowerBits' has a wrong offset!"); \ +static_assert(offsetof(FIntPtr, HigherBits) == 0x000004, "Member 'FIntPtr::HigherBits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FColorBufferPtr \ +static_assert(alignof(FColorBufferPtr) == 0x000004, "Wrong alignment on FColorBufferPtr"); \ +static_assert(sizeof(FColorBufferPtr) == 0x000008, "Wrong size on FColorBufferPtr"); \ +static_assert(offsetof(FColorBufferPtr, B) == 0x000000, "Member 'FColorBufferPtr::B' has a wrong offset!"); \ +static_assert(offsetof(FColorBufferPtr, G) == 0x000001, "Member 'FColorBufferPtr::G' has a wrong offset!"); \ +static_assert(offsetof(FColorBufferPtr, R) == 0x000002, "Member 'FColorBufferPtr::R' has a wrong offset!"); \ +static_assert(offsetof(FColorBufferPtr, A) == 0x000003, "Member 'FColorBufferPtr::A' has a wrong offset!"); \ +static_assert(offsetof(FColorBufferPtr, AlignmentDummy) == 0x000004, "Member 'FColorBufferPtr::AlignmentDummy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSInputActionKeyMapping \ +static_assert(alignof(FGSInputActionKeyMapping) == 0x000004, "Wrong alignment on FGSInputActionKeyMapping"); \ +static_assert(sizeof(FGSInputActionKeyMapping) == 0x000014, "Wrong size on FGSInputActionKeyMapping"); \ +static_assert(offsetof(FGSInputActionKeyMapping, ActionName) == 0x000000, "Member 'FGSInputActionKeyMapping::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FGSInputActionKeyMapping, Key) == 0x00000C, "Member 'FGSInputActionKeyMapping::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSInputAxisKeyMapping \ +static_assert(alignof(FGSInputAxisKeyMapping) == 0x000004, "Wrong alignment on FGSInputAxisKeyMapping"); \ +static_assert(sizeof(FGSInputAxisKeyMapping) == 0x000014, "Wrong size on FGSInputAxisKeyMapping"); \ +static_assert(offsetof(FGSInputAxisKeyMapping, AxisName) == 0x000000, "Member 'FGSInputAxisKeyMapping::AxisName' has a wrong offset!"); \ +static_assert(offsetof(FGSInputAxisKeyMapping, Scale) == 0x000008, "Member 'FGSInputAxisKeyMapping::Scale' has a wrong offset!"); \ +static_assert(offsetof(FGSInputAxisKeyMapping, Key) == 0x00000C, "Member 'FGSInputAxisKeyMapping::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSNotifyEventTimeInfo \ +static_assert(alignof(FGSNotifyEventTimeInfo) == 0x000004, "Wrong alignment on FGSNotifyEventTimeInfo"); \ +static_assert(sizeof(FGSNotifyEventTimeInfo) == 0x000008, "Wrong size on FGSNotifyEventTimeInfo"); \ +static_assert(offsetof(FGSNotifyEventTimeInfo, TriggerTime) == 0x000000, "Member 'FGSNotifyEventTimeInfo::TriggerTime' has a wrong offset!"); \ +static_assert(offsetof(FGSNotifyEventTimeInfo, EndTriggerTime) == 0x000004, "Member 'FGSNotifyEventTimeInfo::EndTriggerTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSNiagaraSysParam \ +static_assert(alignof(FGSNiagaraSysParam) == 0x000008, "Wrong alignment on FGSNiagaraSysParam"); \ +static_assert(sizeof(FGSNiagaraSysParam) == 0x000040, "Wrong size on FGSNiagaraSysParam"); \ +static_assert(offsetof(FGSNiagaraSysParam, Name) == 0x000000, "Member 'FGSNiagaraSysParam::Name' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraSysParam, ParamType) == 0x000008, "Member 'FGSNiagaraSysParam::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraSysParam, FloatValue) == 0x00000C, "Member 'FGSNiagaraSysParam::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraSysParam, BoolValue) == 0x000010, "Member 'FGSNiagaraSysParam::BoolValue' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraSysParam, IntValue) == 0x000014, "Member 'FGSNiagaraSysParam::IntValue' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraSysParam, VectorValue) == 0x000018, "Member 'FGSNiagaraSysParam::VectorValue' has a wrong offset!"); \ +static_assert(offsetof(FGSNiagaraSysParam, LinearColorValue) == 0x000030, "Member 'FGSNiagaraSysParam::LinearColorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSMontageAndNotifiesWarp \ +static_assert(alignof(FGSMontageAndNotifiesWarp) == 0x000008, "Wrong alignment on FGSMontageAndNotifiesWarp"); \ +static_assert(sizeof(FGSMontageAndNotifiesWarp) == 0x000018, "Wrong size on FGSMontageAndNotifiesWarp"); \ +static_assert(offsetof(FGSMontageAndNotifiesWarp, AM) == 0x000000, "Member 'FGSMontageAndNotifiesWarp::AM' has a wrong offset!"); \ +static_assert(offsetof(FGSMontageAndNotifiesWarp, ANEArr) == 0x000008, "Member 'FGSMontageAndNotifiesWarp::ANEArr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNotifyEventSimple \ +static_assert(alignof(FAnimNotifyEventSimple) == 0x000008, "Wrong alignment on FAnimNotifyEventSimple"); \ +static_assert(sizeof(FAnimNotifyEventSimple) == 0x000038, "Wrong size on FAnimNotifyEventSimple"); \ +static_assert(offsetof(FAnimNotifyEventSimple, StartTime) == 0x000000, "Member 'FAnimNotifyEventSimple::StartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventSimple, Duration) == 0x000004, "Member 'FAnimNotifyEventSimple::Duration' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventSimple, NotifyName) == 0x000008, "Member 'FAnimNotifyEventSimple::NotifyName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventSimple, Notify) == 0x000010, "Member 'FAnimNotifyEventSimple::Notify' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventSimple, NotifyStateClass) == 0x000018, "Member 'FAnimNotifyEventSimple::NotifyStateClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventSimple, GuidString) == 0x000020, "Member 'FAnimNotifyEventSimple::GuidString' has a wrong offset!"); \ +static_assert(offsetof(FAnimNotifyEventSimple, TrackIndex) == 0x000030, "Member 'FAnimNotifyEventSimple::TrackIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBehaviorTreeNodeData \ +static_assert(alignof(FBehaviorTreeNodeData) == 0x000008, "Wrong alignment on FBehaviorTreeNodeData"); \ +static_assert(sizeof(FBehaviorTreeNodeData) == 0x000010, "Wrong size on FBehaviorTreeNodeData"); \ +static_assert(offsetof(FBehaviorTreeNodeData, TaskNodeList) == 0x000000, "Member 'FBehaviorTreeNodeData::TaskNodeList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSCapturedStatResult \ +static_assert(alignof(FGSCapturedStatResult) == 0x000008, "Wrong alignment on FGSCapturedStatResult"); \ +static_assert(sizeof(FGSCapturedStatResult) == 0x000018, "Wrong size on FGSCapturedStatResult"); \ +static_assert(offsetof(FGSCapturedStatResult, StatName) == 0x000000, "Member 'FGSCapturedStatResult::StatName' has a wrong offset!"); \ +static_assert(offsetof(FGSCapturedStatResult, Value) == 0x000010, "Member 'FGSCapturedStatResult::Value' has a wrong offset!"); \ +static_assert(offsetof(FGSCapturedStatResult, StatType) == 0x000014, "Member 'FGSCapturedStatResult::StatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCachedActivityIntentReceivedParamCS \ +static_assert(alignof(FCachedActivityIntentReceivedParamCS) == 0x000008, "Wrong alignment on FCachedActivityIntentReceivedParamCS"); \ +static_assert(sizeof(FCachedActivityIntentReceivedParamCS) == 0x000030, "Wrong size on FCachedActivityIntentReceivedParamCS"); \ +static_assert(offsetof(FCachedActivityIntentReceivedParamCS, UserId) == 0x000000, "Member 'FCachedActivityIntentReceivedParamCS::UserId' has a wrong offset!"); \ +static_assert(offsetof(FCachedActivityIntentReceivedParamCS, ActivityId) == 0x000010, "Member 'FCachedActivityIntentReceivedParamCS::ActivityId' has a wrong offset!"); \ +static_assert(offsetof(FCachedActivityIntentReceivedParamCS, SessionId) == 0x000020, "Member 'FCachedActivityIntentReceivedParamCS::SessionId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGamePresets \ +static_assert(alignof(FGamePresets) == 0x000004, "Wrong alignment on FGamePresets"); \ +static_assert(sizeof(FGamePresets) == 0x000020, "Wrong size on FGamePresets"); \ +static_assert(offsetof(FGamePresets, difficulty) == 0x000000, "Member 'FGamePresets::difficulty' has a wrong offset!"); \ +static_assert(offsetof(FGamePresets, Priority) == 0x000004, "Member 'FGamePresets::Priority' has a wrong offset!"); \ +static_assert(offsetof(FGamePresets, invertVerticalViewFor1stPersonView) == 0x000008, "Member 'FGamePresets::invertVerticalViewFor1stPersonView' has a wrong offset!"); \ +static_assert(offsetof(FGamePresets, invertHorizontalViewFor1stPersonView) == 0x00000C, "Member 'FGamePresets::invertHorizontalViewFor1stPersonView' has a wrong offset!"); \ +static_assert(offsetof(FGamePresets, invertVerticalViewFor3rdPersonView) == 0x000010, "Member 'FGamePresets::invertVerticalViewFor3rdPersonView' has a wrong offset!"); \ +static_assert(offsetof(FGamePresets, invertHorizontalViewFor3rdPersonView) == 0x000014, "Member 'FGamePresets::invertHorizontalViewFor3rdPersonView' has a wrong offset!"); \ +static_assert(offsetof(FGamePresets, displaySubtitles) == 0x000018, "Member 'FGamePresets::displaySubtitles' has a wrong offset!"); \ +static_assert(offsetof(FGamePresets, audioLanguage) == 0x00001C, "Member 'FGamePresets::audioLanguage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridlyTableCell \ +static_assert(alignof(FGridlyTableCell) == 0x000008, "Wrong alignment on FGridlyTableCell"); \ +static_assert(sizeof(FGridlyTableCell) == 0x000030, "Wrong size on FGridlyTableCell"); \ +static_assert(offsetof(FGridlyTableCell, ColumnId) == 0x000000, "Member 'FGridlyTableCell::ColumnId' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableCell, DependencyStatus) == 0x000010, "Member 'FGridlyTableCell::DependencyStatus' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableCell, Value) == 0x000020, "Member 'FGridlyTableCell::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridlyTableRow \ +static_assert(alignof(FGridlyTableRow) == 0x000008, "Wrong alignment on FGridlyTableRow"); \ +static_assert(sizeof(FGridlyTableRow) == 0x000030, "Wrong size on FGridlyTableRow"); \ +static_assert(offsetof(FGridlyTableRow, ID) == 0x000000, "Member 'FGridlyTableRow::ID' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableRow, Path) == 0x000010, "Member 'FGridlyTableRow::Path' has a wrong offset!"); \ +static_assert(offsetof(FGridlyTableRow, Cells) == 0x000020, "Member 'FGridlyTableRow::Cells' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSConnectionInfo \ +static_assert(alignof(FGSConnectionInfo) == 0x000008, "Wrong alignment on FGSConnectionInfo"); \ +static_assert(sizeof(FGSConnectionInfo) == 0x000058, "Wrong size on FGSConnectionInfo"); \ +static_assert(offsetof(FGSConnectionInfo, URLInfo) == 0x000000, "Member 'FGSConnectionInfo::URLInfo' has a wrong offset!"); \ +static_assert(offsetof(FGSConnectionInfo, InSpeedByte) == 0x000010, "Member 'FGSConnectionInfo::InSpeedByte' has a wrong offset!"); \ +static_assert(offsetof(FGSConnectionInfo, OutSpeedByte) == 0x000014, "Member 'FGSConnectionInfo::OutSpeedByte' has a wrong offset!"); \ +static_assert(offsetof(FGSConnectionInfo, NetLagMS) == 0x000018, "Member 'FGSConnectionInfo::NetLagMS' has a wrong offset!"); \ +static_assert(offsetof(FGSConnectionInfo, PlayerId) == 0x000020, "Member 'FGSConnectionInfo::PlayerId' has a wrong offset!"); \ +static_assert(offsetof(FGSConnectionInfo, PktLostRate) == 0x000050, "Member 'FGSConnectionInfo::PktLostRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSequenceBindingIDInCS \ +static_assert(alignof(FSequenceBindingIDInCS) == 0x000004, "Wrong alignment on FSequenceBindingIDInCS"); \ +static_assert(sizeof(FSequenceBindingIDInCS) == 0x000018, "Wrong size on FSequenceBindingIDInCS"); \ +static_assert(offsetof(FSequenceBindingIDInCS, SequenceID) == 0x000000, "Member 'FSequenceBindingIDInCS::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FSequenceBindingIDInCS, Space) == 0x000004, "Member 'FSequenceBindingIDInCS::Space' has a wrong offset!"); \ +static_assert(offsetof(FSequenceBindingIDInCS, Guid) == 0x000008, "Member 'FSequenceBindingIDInCS::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSScalabilityQualities \ +static_assert(alignof(FGSScalabilityQualities) == 0x000004, "Wrong alignment on FGSScalabilityQualities"); \ +static_assert(sizeof(FGSScalabilityQualities) == 0x000010, "Wrong size on FGSScalabilityQualities"); \ +static_assert(offsetof(FGSScalabilityQualities, ResolutionQualityScale) == 0x000000, "Member 'FGSScalabilityQualities::ResolutionQualityScale' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, ViewDistanceQuality) == 0x000004, "Member 'FGSScalabilityQualities::ViewDistanceQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, AntiAliasingQuality) == 0x000005, "Member 'FGSScalabilityQualities::AntiAliasingQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, ShadowQuality) == 0x000006, "Member 'FGSScalabilityQualities::ShadowQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, PostProcessQuality) == 0x000007, "Member 'FGSScalabilityQualities::PostProcessQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, TextureQuality) == 0x000008, "Member 'FGSScalabilityQualities::TextureQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, EffectsQuality) == 0x000009, "Member 'FGSScalabilityQualities::EffectsQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, FoliageQuality) == 0x00000A, "Member 'FGSScalabilityQualities::FoliageQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, ShadingQuality) == 0x00000B, "Member 'FGSScalabilityQualities::ShadingQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, GlobalIlluminationQuality) == 0x00000C, "Member 'FGSScalabilityQualities::GlobalIlluminationQuality' has a wrong offset!"); \ +static_assert(offsetof(FGSScalabilityQualities, ReflectionQuality) == 0x00000D, "Member 'FGSScalabilityQualities::ReflectionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSMonitorInfo \ +static_assert(alignof(FGSMonitorInfo) == 0x000008, "Wrong alignment on FGSMonitorInfo"); \ +static_assert(sizeof(FGSMonitorInfo) == 0x000038, "Wrong size on FGSMonitorInfo"); \ +static_assert(offsetof(FGSMonitorInfo, Name) == 0x000000, "Member 'FGSMonitorInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FGSMonitorInfo, ID) == 0x000010, "Member 'FGSMonitorInfo::ID' has a wrong offset!"); \ +static_assert(offsetof(FGSMonitorInfo, bIsPrimary) == 0x000020, "Member 'FGSMonitorInfo::bIsPrimary' has a wrong offset!"); \ +static_assert(offsetof(FGSMonitorInfo, NativeResolution) == 0x000024, "Member 'FGSMonitorInfo::NativeResolution' has a wrong offset!"); \ +static_assert(offsetof(FGSMonitorInfo, DisplayResolution) == 0x00002C, "Member 'FGSMonitorInfo::DisplayResolution' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjWidgetInfo \ +static_assert(alignof(FProjWidgetInfo) == 0x000008, "Wrong alignment on FProjWidgetInfo"); \ +static_assert(sizeof(FProjWidgetInfo) == 0x000070, "Wrong size on FProjWidgetInfo"); \ +static_assert(offsetof(FProjWidgetInfo, Widget) == 0x000000, "Member 'FProjWidgetInfo::Widget' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, WorldPos) == 0x000008, "Member 'FProjWidgetInfo::WorldPos' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, RoundRect) == 0x000020, "Member 'FProjWidgetInfo::RoundRect' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, UseRoundRectCalSize) == 0x000028, "Member 'FProjWidgetInfo::UseRoundRectCalSize' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, RoundRectCalSize) == 0x000030, "Member 'FProjWidgetInfo::RoundRectCalSize' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, HideRoundRect) == 0x000040, "Member 'FProjWidgetInfo::HideRoundRect' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, NeedCheckProjView) == 0x000048, "Member 'FProjWidgetInfo::NeedCheckProjView' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, ShowDistanceMax) == 0x00004C, "Member 'FProjWidgetInfo::ShowDistanceMax' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, UseDistanceZoom) == 0x000050, "Member 'FProjWidgetInfo::UseDistanceZoom' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, MinScale) == 0x000054, "Member 'FProjWidgetInfo::MinScale' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, MaxScale) == 0x000058, "Member 'FProjWidgetInfo::MaxScale' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, ScaleRate) == 0x00005C, "Member 'FProjWidgetInfo::ScaleRate' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, XMinScale) == 0x000060, "Member 'FProjWidgetInfo::XMinScale' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, XMaxScale) == 0x000064, "Member 'FProjWidgetInfo::XMaxScale' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, YMinScale) == 0x000068, "Member 'FProjWidgetInfo::YMinScale' has a wrong offset!"); \ +static_assert(offsetof(FProjWidgetInfo, YMaxScale) == 0x00006C, "Member 'FProjWidgetInfo::YMaxScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjResult \ +static_assert(alignof(FProjResult) == 0x000008, "Wrong alignment on FProjResult"); \ +static_assert(sizeof(FProjResult) == 0x000038, "Wrong size on FProjResult"); \ +static_assert(offsetof(FProjResult, IsInSight) == 0x000000, "Member 'FProjResult::IsInSight' has a wrong offset!"); \ +static_assert(offsetof(FProjResult, IsInRound) == 0x000001, "Member 'FProjResult::IsInRound' has a wrong offset!"); \ +static_assert(offsetof(FProjResult, ScrPos) == 0x000008, "Member 'FProjResult::ScrPos' has a wrong offset!"); \ +static_assert(offsetof(FProjResult, RectAngle) == 0x000018, "Member 'FProjResult::RectAngle' has a wrong offset!"); \ +static_assert(offsetof(FProjResult, IndicatorType) == 0x00001C, "Member 'FProjResult::IndicatorType' has a wrong offset!"); \ +static_assert(offsetof(FProjResult, Scale) == 0x000020, "Member 'FProjResult::Scale' has a wrong offset!"); \ +static_assert(offsetof(FProjResult, SizeScale) == 0x000028, "Member 'FProjResult::SizeScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextFoldingConfig \ +static_assert(alignof(FTextFoldingConfig) == 0x000008, "Wrong alignment on FTextFoldingConfig"); \ +static_assert(sizeof(FTextFoldingConfig) == 0x000020, "Wrong size on FTextFoldingConfig"); \ +static_assert(offsetof(FTextFoldingConfig, BeginIndex) == 0x000000, "Member 'FTextFoldingConfig::BeginIndex' has a wrong offset!"); \ +static_assert(offsetof(FTextFoldingConfig, EndIndex) == 0x000004, "Member 'FTextFoldingConfig::EndIndex' has a wrong offset!"); \ +static_assert(offsetof(FTextFoldingConfig, DisplayWidth) == 0x000008, "Member 'FTextFoldingConfig::DisplayWidth' has a wrong offset!"); \ +static_assert(offsetof(FTextFoldingConfig, SubstituteString) == 0x000010, "Member 'FTextFoldingConfig::SubstituteString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorInfo \ +static_assert(alignof(FActorInfo) == 0x000004, "Wrong alignment on FActorInfo"); \ +static_assert(sizeof(FActorInfo) == 0x000008, "Wrong size on FActorInfo"); \ + +#define DUMPER7_ASSERTS_FGSRichCaltureConfig \ +static_assert(alignof(FGSRichCaltureConfig) == 0x000004, "Wrong alignment on FGSRichCaltureConfig"); \ +static_assert(sizeof(FGSRichCaltureConfig) == 0x000014, "Wrong size on FGSRichCaltureConfig"); \ +static_assert(offsetof(FGSRichCaltureConfig, LinePercent) == 0x000000, "Member 'FGSRichCaltureConfig::LinePercent' has a wrong offset!"); \ +static_assert(offsetof(FGSRichCaltureConfig, Margin) == 0x000004, "Member 'FGSRichCaltureConfig::Margin' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMesh \ +static_assert(alignof(FMesh) == 0x000008, "Wrong alignment on FMesh"); \ +static_assert(sizeof(FMesh) == 0x000020, "Wrong size on FMesh"); \ +static_assert(offsetof(FMesh, Indices) == 0x000000, "Member 'FMesh::Indices' has a wrong offset!"); \ +static_assert(offsetof(FMesh, Positions) == 0x000010, "Member 'FMesh::Positions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeReaderWeightData \ +static_assert(alignof(FLandscapeReaderWeightData) == 0x000008, "Wrong alignment on FLandscapeReaderWeightData"); \ +static_assert(sizeof(FLandscapeReaderWeightData) == 0x000048, "Wrong size on FLandscapeReaderWeightData"); \ +static_assert(offsetof(FLandscapeReaderWeightData, LayerName) == 0x000000, "Member 'FLandscapeReaderWeightData::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeReaderWeightData, PhysicMatName) == 0x000010, "Member 'FLandscapeReaderWeightData::PhysicMatName' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeReaderWeightData, SurfaceType) == 0x000020, "Member 'FLandscapeReaderWeightData::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeReaderWeightData, LayerUsageDebugColor) == 0x000024, "Member 'FLandscapeReaderWeightData::LayerUsageDebugColor' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeReaderWeightData, arrData) == 0x000038, "Member 'FLandscapeReaderWeightData::arrData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeReaderAllWeightData \ +static_assert(alignof(FLandscapeReaderAllWeightData) == 0x000008, "Wrong alignment on FLandscapeReaderAllWeightData"); \ +static_assert(sizeof(FLandscapeReaderAllWeightData) == 0x000010, "Wrong size on FLandscapeReaderAllWeightData"); \ +static_assert(offsetof(FLandscapeReaderAllWeightData, AllLayerData) == 0x000000, "Member 'FLandscapeReaderAllWeightData::AllLayerData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLayerData \ +static_assert(alignof(FLayerData) == 0x000008, "Wrong alignment on FLayerData"); \ +static_assert(sizeof(FLayerData) == 0x000048, "Wrong size on FLayerData"); \ +static_assert(offsetof(FLayerData, LayerName) == 0x000000, "Member 'FLayerData::LayerName' has a wrong offset!"); \ +static_assert(offsetof(FLayerData, PhysicMatName) == 0x000010, "Member 'FLayerData::PhysicMatName' has a wrong offset!"); \ +static_assert(offsetof(FLayerData, SurfaceType) == 0x000020, "Member 'FLayerData::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FLayerData, LayerUsageDebugColor) == 0x000024, "Member 'FLayerData::LayerUsageDebugColor' has a wrong offset!"); \ +static_assert(offsetof(FLayerData, WeightData) == 0x000038, "Member 'FLayerData::WeightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAllLayerData \ +static_assert(alignof(FAllLayerData) == 0x000008, "Wrong alignment on FAllLayerData"); \ +static_assert(sizeof(FAllLayerData) == 0x000020, "Wrong size on FAllLayerData"); \ +static_assert(offsetof(FAllLayerData, AllLayerData) == 0x000000, "Member 'FAllLayerData::AllLayerData' has a wrong offset!"); \ +static_assert(offsetof(FAllLayerData, HeightData) == 0x000010, "Member 'FAllLayerData::HeightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBilinearSamplePoint \ +static_assert(alignof(FBilinearSamplePoint) == 0x000004, "Wrong alignment on FBilinearSamplePoint"); \ +static_assert(sizeof(FBilinearSamplePoint) == 0x000028, "Wrong size on FBilinearSamplePoint"); \ + +#define DUMPER7_ASSERTS_FUsbStorageDeviceInfo \ +static_assert(alignof(FUsbStorageDeviceInfo) == 0x000008, "Wrong alignment on FUsbStorageDeviceInfo"); \ +static_assert(sizeof(FUsbStorageDeviceInfo) == 0x000020, "Wrong size on FUsbStorageDeviceInfo"); \ +static_assert(offsetof(FUsbStorageDeviceInfo, TotalSpace) == 0x000000, "Member 'FUsbStorageDeviceInfo::TotalSpace' has a wrong offset!"); \ +static_assert(offsetof(FUsbStorageDeviceInfo, AvailableSpace) == 0x000008, "Member 'FUsbStorageDeviceInfo::AvailableSpace' has a wrong offset!"); \ +static_assert(offsetof(FUsbStorageDeviceInfo, Manufacture) == 0x000010, "Member 'FUsbStorageDeviceInfo::Manufacture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRTAvatarRectLightConfig \ +static_assert(alignof(FRTAvatarRectLightConfig) == 0x000010, "Wrong alignment on FRTAvatarRectLightConfig"); \ +static_assert(sizeof(FRTAvatarRectLightConfig) == 0x000080, "Wrong size on FRTAvatarRectLightConfig"); \ +static_assert(offsetof(FRTAvatarRectLightConfig, LightTransform) == 0x000000, "Member 'FRTAvatarRectLightConfig::LightTransform' has a wrong offset!"); \ +static_assert(offsetof(FRTAvatarRectLightConfig, Intensity) == 0x000060, "Member 'FRTAvatarRectLightConfig::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FRTAvatarRectLightConfig, LightColor) == 0x000064, "Member 'FRTAvatarRectLightConfig::LightColor' has a wrong offset!"); \ +static_assert(offsetof(FRTAvatarRectLightConfig, SourceWidth) == 0x000074, "Member 'FRTAvatarRectLightConfig::SourceWidth' has a wrong offset!"); \ +static_assert(offsetof(FRTAvatarRectLightConfig, SourceHeight) == 0x000078, "Member 'FRTAvatarRectLightConfig::SourceHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFadeObjStruct \ +static_assert(alignof(FFadeObjStruct) == 0x000008, "Wrong alignment on FFadeObjStruct"); \ +static_assert(sizeof(FFadeObjStruct) == 0x000030, "Wrong size on FFadeObjStruct"); \ +static_assert(offsetof(FFadeObjStruct, primitiveComp) == 0x000000, "Member 'FFadeObjStruct::primitiveComp' has a wrong offset!"); \ +static_assert(offsetof(FFadeObjStruct, baseMatInterface) == 0x000008, "Member 'FFadeObjStruct::baseMatInterface' has a wrong offset!"); \ +static_assert(offsetof(FFadeObjStruct, fadeMID) == 0x000018, "Member 'FFadeObjStruct::fadeMID' has a wrong offset!"); \ +static_assert(offsetof(FFadeObjStruct, fadeCurrent) == 0x000028, "Member 'FFadeObjStruct::fadeCurrent' has a wrong offset!"); \ +static_assert(offsetof(FFadeObjStruct, bToHide) == 0x00002C, "Member 'FFadeObjStruct::bToHide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeshSection \ +static_assert(alignof(FMeshSection) == 0x000008, "Wrong alignment on FMeshSection"); \ +static_assert(sizeof(FMeshSection) == 0x000060, "Wrong size on FMeshSection"); \ +static_assert(offsetof(FMeshSection, PointHeight) == 0x000000, "Member 'FMeshSection::PointHeight' has a wrong offset!"); \ +static_assert(offsetof(FMeshSection, Colors) == 0x000010, "Member 'FMeshSection::Colors' has a wrong offset!"); \ +static_assert(offsetof(FMeshSection, SectionWorldBoundBox) == 0x000020, "Member 'FMeshSection::SectionWorldBoundBox' has a wrong offset!"); \ +static_assert(offsetof(FMeshSection, SectionDirty) == 0x000058, "Member 'FMeshSection::SectionDirty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatUISimulatedGraphicsCardScaleFactor \ +static_assert(alignof(FStatUISimulatedGraphicsCardScaleFactor) == 0x000008, "Wrong alignment on FStatUISimulatedGraphicsCardScaleFactor"); \ +static_assert(sizeof(FStatUISimulatedGraphicsCardScaleFactor) == 0x000058, "Wrong size on FStatUISimulatedGraphicsCardScaleFactor"); \ +static_assert(offsetof(FStatUISimulatedGraphicsCardScaleFactor, GraphicsCard) == 0x000000, "Member 'FStatUISimulatedGraphicsCardScaleFactor::GraphicsCard' has a wrong offset!"); \ +static_assert(offsetof(FStatUISimulatedGraphicsCardScaleFactor, PerformanceScaleFactorMap) == 0x000008, "Member 'FStatUISimulatedGraphicsCardScaleFactor::PerformanceScaleFactorMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStatInfoThreshold \ +static_assert(alignof(FStatInfoThreshold) == 0x000008, "Wrong alignment on FStatInfoThreshold"); \ +static_assert(sizeof(FStatInfoThreshold) == 0x000048, "Wrong size on FStatInfoThreshold"); \ +static_assert(offsetof(FStatInfoThreshold, StatName) == 0x000000, "Member 'FStatInfoThreshold::StatName' has a wrong offset!"); \ +static_assert(offsetof(FStatInfoThreshold, Label) == 0x000010, "Member 'FStatInfoThreshold::Label' has a wrong offset!"); \ +static_assert(offsetof(FStatInfoThreshold, Value) == 0x000020, "Member 'FStatInfoThreshold::Value' has a wrong offset!"); \ +static_assert(offsetof(FStatInfoThreshold, ValueString) == 0x000028, "Member 'FStatInfoThreshold::ValueString' has a wrong offset!"); \ +static_assert(offsetof(FStatInfoThreshold, MediumThreshold) == 0x000038, "Member 'FStatInfoThreshold::MediumThreshold' has a wrong offset!"); \ +static_assert(offsetof(FStatInfoThreshold, HighThreshold) == 0x00003C, "Member 'FStatInfoThreshold::HighThreshold' has a wrong offset!"); \ +static_assert(offsetof(FStatInfoThreshold, SevereThreshold) == 0x000040, "Member 'FStatInfoThreshold::SevereThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerRefLineTraceContext \ +static_assert(alignof(FTamerRefLineTraceContext) == 0x000008, "Wrong alignment on FTamerRefLineTraceContext"); \ +static_assert(sizeof(FTamerRefLineTraceContext) == 0x000038, "Wrong size on FTamerRefLineTraceContext"); \ +static_assert(offsetof(FTamerRefLineTraceContext, RefID) == 0x000000, "Member 'FTamerRefLineTraceContext::RefID' has a wrong offset!"); \ +static_assert(offsetof(FTamerRefLineTraceContext, TraceEnds) == 0x000008, "Member 'FTamerRefLineTraceContext::TraceEnds' has a wrong offset!"); \ +static_assert(offsetof(FTamerRefLineTraceContext, Location) == 0x000018, "Member 'FTamerRefLineTraceContext::Location' has a wrong offset!"); \ +static_assert(offsetof(FTamerRefLineTraceContext, CapsuleHalfHeight) == 0x000030, "Member 'FTamerRefLineTraceContext::CapsuleHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVATAnimClipInfo \ +static_assert(alignof(FVATAnimClipInfo) == 0x000008, "Wrong alignment on FVATAnimClipInfo"); \ +static_assert(sizeof(FVATAnimClipInfo) == 0x000020, "Wrong size on FVATAnimClipInfo"); \ +static_assert(offsetof(FVATAnimClipInfo, State) == 0x000000, "Member 'FVATAnimClipInfo::State' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimClipInfo, StartFrame) == 0x000004, "Member 'FVATAnimClipInfo::StartFrame' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimClipInfo, EndFrame) == 0x000008, "Member 'FVATAnimClipInfo::EndFrame' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimClipInfo, Name) == 0x000010, "Member 'FVATAnimClipInfo::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVATAnimMachineConfig \ +static_assert(alignof(FVATAnimMachineConfig) == 0x000008, "Wrong alignment on FVATAnimMachineConfig"); \ +static_assert(sizeof(FVATAnimMachineConfig) == 0x000028, "Wrong size on FVATAnimMachineConfig"); \ +static_assert(offsetof(FVATAnimMachineConfig, PlaySpeed) == 0x000000, "Member 'FVATAnimMachineConfig::PlaySpeed' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, FrameRate) == 0x000004, "Member 'FVATAnimMachineConfig::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, BlendRatio) == 0x000008, "Member 'FVATAnimMachineConfig::BlendRatio' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, Loop) == 0x00000C, "Member 'FVATAnimMachineConfig::Loop' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, ClipTexture) == 0x000010, "Member 'FVATAnimMachineConfig::ClipTexture' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, WindDirectionX) == 0x000018, "Member 'FVATAnimMachineConfig::WindDirectionX' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, WindDirectionY) == 0x00001C, "Member 'FVATAnimMachineConfig::WindDirectionY' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, WindIntensity) == 0x000020, "Member 'FVATAnimMachineConfig::WindIntensity' has a wrong offset!"); \ +static_assert(offsetof(FVATAnimMachineConfig, IdleClip) == 0x000024, "Member 'FVATAnimMachineConfig::IdleClip' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FoliageFuncLib_IFA_GetSelectedInstanceName \ +static_assert(alignof(GSE_FoliageFuncLib_IFA_GetSelectedInstanceName) == 0x000008, "Wrong alignment on GSE_FoliageFuncLib_IFA_GetSelectedInstanceName"); \ +static_assert(sizeof(GSE_FoliageFuncLib_IFA_GetSelectedInstanceName) == 0x000018, "Wrong size on GSE_FoliageFuncLib_IFA_GetSelectedInstanceName"); \ +static_assert(offsetof(GSE_FoliageFuncLib_IFA_GetSelectedInstanceName, FoliageActor) == 0x000000, "Member 'GSE_FoliageFuncLib_IFA_GetSelectedInstanceName::FoliageActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_FoliageFuncLib_IFA_GetSelectedInstanceName, ReturnValue) == 0x000008, "Member 'GSE_FoliageFuncLib_IFA_GetSelectedInstanceName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance \ +static_assert(alignof(GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance) == 0x000008, "Wrong alignment on GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance"); \ +static_assert(sizeof(GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance) == 0x000010, "Wrong size on GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance"); \ +static_assert(offsetof(GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance, FoliageActor) == 0x000000, "Member 'GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance::FoliageActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance, MinLodDist) == 0x000008, "Member 'GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance::MinLodDist' has a wrong offset!"); \ +static_assert(offsetof(GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance, MaxLodDist) == 0x00000C, "Member 'GSE_FoliageFuncLib_InstancedFoliageActorSetCullDistance::MaxLodDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_FoliageFuncLib \ +static_assert(alignof(UGSE_FoliageFuncLib) == 0x000008, "Wrong alignment on UGSE_FoliageFuncLib"); \ +static_assert(sizeof(UGSE_FoliageFuncLib) == 0x000028, "Wrong size on UGSE_FoliageFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSCrowdFollowingComponent \ +static_assert(alignof(UGSCrowdFollowingComponent) == 0x000008, "Wrong alignment on UGSCrowdFollowingComponent"); \ +static_assert(sizeof(UGSCrowdFollowingComponent) == 0x000328, "Wrong size on UGSCrowdFollowingComponent"); \ + +#define DUMPER7_ASSERTS_GSE_NetFuncLib_GetAllActiveConnectionInfo \ +static_assert(alignof(GSE_NetFuncLib_GetAllActiveConnectionInfo) == 0x000008, "Wrong alignment on GSE_NetFuncLib_GetAllActiveConnectionInfo"); \ +static_assert(sizeof(GSE_NetFuncLib_GetAllActiveConnectionInfo) == 0x000018, "Wrong size on GSE_NetFuncLib_GetAllActiveConnectionInfo"); \ +static_assert(offsetof(GSE_NetFuncLib_GetAllActiveConnectionInfo, WorldContext) == 0x000000, "Member 'GSE_NetFuncLib_GetAllActiveConnectionInfo::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_NetFuncLib_GetAllActiveConnectionInfo, ConnectionInfos) == 0x000008, "Member 'GSE_NetFuncLib_GetAllActiveConnectionInfo::ConnectionInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_NetFuncLib \ +static_assert(alignof(UGSE_NetFuncLib) == 0x000008, "Wrong alignment on UGSE_NetFuncLib"); \ +static_assert(sizeof(UGSE_NetFuncLib) == 0x000028, "Wrong size on UGSE_NetFuncLib"); \ + +#define DUMPER7_ASSERTS_AlphaScanButton_SetAdvancedHitAlpha \ +static_assert(alignof(AlphaScanButton_SetAdvancedHitAlpha) == 0x000004, "Wrong alignment on AlphaScanButton_SetAdvancedHitAlpha"); \ +static_assert(sizeof(AlphaScanButton_SetAdvancedHitAlpha) == 0x000004, "Wrong size on AlphaScanButton_SetAdvancedHitAlpha"); \ +static_assert(offsetof(AlphaScanButton_SetAdvancedHitAlpha, InAlpha) == 0x000000, "Member 'AlphaScanButton_SetAdvancedHitAlpha::InAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AlphaScanButton_SetAdvancedHitTexture \ +static_assert(alignof(AlphaScanButton_SetAdvancedHitTexture) == 0x000008, "Wrong alignment on AlphaScanButton_SetAdvancedHitTexture"); \ +static_assert(sizeof(AlphaScanButton_SetAdvancedHitTexture) == 0x000008, "Wrong size on AlphaScanButton_SetAdvancedHitTexture"); \ +static_assert(offsetof(AlphaScanButton_SetAdvancedHitTexture, InTexture) == 0x000000, "Member 'AlphaScanButton_SetAdvancedHitTexture::InTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAlphaScanButton \ +static_assert(alignof(UAlphaScanButton) == 0x000010, "Wrong alignment on UAlphaScanButton"); \ +static_assert(sizeof(UAlphaScanButton) == 0x0005E0, "Wrong size on UAlphaScanButton"); \ +static_assert(offsetof(UAlphaScanButton, AdvancedHitTexture) == 0x0005C8, "Member 'UAlphaScanButton::AdvancedHitTexture' has a wrong offset!"); \ +static_assert(offsetof(UAlphaScanButton, AdvancedHitAlpha) == 0x0005D0, "Member 'UAlphaScanButton::AdvancedHitAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_NiagaraFuncLib_ClearUnusedPooledNiagara \ +static_assert(alignof(GSE_NiagaraFuncLib_ClearUnusedPooledNiagara) == 0x000008, "Wrong alignment on GSE_NiagaraFuncLib_ClearUnusedPooledNiagara"); \ +static_assert(sizeof(GSE_NiagaraFuncLib_ClearUnusedPooledNiagara) == 0x000010, "Wrong size on GSE_NiagaraFuncLib_ClearUnusedPooledNiagara"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_ClearUnusedPooledNiagara, World) == 0x000000, "Member 'GSE_NiagaraFuncLib_ClearUnusedPooledNiagara::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_ClearUnusedPooledNiagara, OverrideKillUnusedTime) == 0x000008, "Member 'GSE_NiagaraFuncLib_ClearUnusedPooledNiagara::OverrideKillUnusedTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_NiagaraFuncLib_ForceDestroyNiagaraComponent \ +static_assert(alignof(GSE_NiagaraFuncLib_ForceDestroyNiagaraComponent) == 0x000008, "Wrong alignment on GSE_NiagaraFuncLib_ForceDestroyNiagaraComponent"); \ +static_assert(sizeof(GSE_NiagaraFuncLib_ForceDestroyNiagaraComponent) == 0x000008, "Wrong size on GSE_NiagaraFuncLib_ForceDestroyNiagaraComponent"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_ForceDestroyNiagaraComponent, NC) == 0x000000, "Member 'GSE_NiagaraFuncLib_ForceDestroyNiagaraComponent::NC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod \ +static_assert(alignof(GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod) == 0x000008, "Wrong alignment on GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod"); \ +static_assert(sizeof(GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod) == 0x000010, "Wrong size on GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod, NC) == 0x000000, "Member 'GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod::NC' has a wrong offset!"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod, ReturnValue) == 0x000008, "Member 'GSE_NiagaraFuncLib_GetNiagaraComponentPoolMethod::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_NiagaraFuncLib_SetEffectTypeManagerState \ +static_assert(alignof(GSE_NiagaraFuncLib_SetEffectTypeManagerState) == 0x000001, "Wrong alignment on GSE_NiagaraFuncLib_SetEffectTypeManagerState"); \ +static_assert(sizeof(GSE_NiagaraFuncLib_SetEffectTypeManagerState) == 0x000001, "Wrong size on GSE_NiagaraFuncLib_SetEffectTypeManagerState"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_SetEffectTypeManagerState, NewMode) == 0x000000, "Member 'GSE_NiagaraFuncLib_SetEffectTypeManagerState::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials \ +static_assert(alignof(GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials) == 0x000008, "Wrong alignment on GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials"); \ +static_assert(sizeof(GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials) == 0x000018, "Wrong size on GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials, NiagaraComponent) == 0x000000, "Member 'GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials::NiagaraComponent' has a wrong offset!"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials, ParameterName) == 0x000008, "Member 'GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials, ParameterValue) == 0x000010, "Member 'GSE_NiagaraFuncLib_SetTextureParameterValueOnMeshRenderMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_NiagaraFuncLib \ +static_assert(alignof(UGSE_NiagaraFuncLib) == 0x000008, "Wrong alignment on UGSE_NiagaraFuncLib"); \ +static_assert(sizeof(UGSE_NiagaraFuncLib) == 0x000028, "Wrong size on UGSE_NiagaraFuncLib"); \ + +#define DUMPER7_ASSERTS_AudioVisualizeBox_SetAudioInfo \ +static_assert(alignof(AudioVisualizeBox_SetAudioInfo) == 0x000008, "Wrong alignment on AudioVisualizeBox_SetAudioInfo"); \ +static_assert(sizeof(AudioVisualizeBox_SetAudioInfo) == 0x000020, "Wrong size on AudioVisualizeBox_SetAudioInfo"); \ +static_assert(offsetof(AudioVisualizeBox_SetAudioInfo, InLoudness) == 0x000000, "Member 'AudioVisualizeBox_SetAudioInfo::InLoudness' has a wrong offset!"); \ +static_assert(offsetof(AudioVisualizeBox_SetAudioInfo, InConstantInfo) == 0x000010, "Member 'AudioVisualizeBox_SetAudioInfo::InConstantInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVisualizeBox_SetFreqInfo \ +static_assert(alignof(AudioVisualizeBox_SetFreqInfo) == 0x000008, "Wrong alignment on AudioVisualizeBox_SetFreqInfo"); \ +static_assert(sizeof(AudioVisualizeBox_SetFreqInfo) == 0x000010, "Wrong size on AudioVisualizeBox_SetFreqInfo"); \ +static_assert(offsetof(AudioVisualizeBox_SetFreqInfo, InConstantInfo) == 0x000000, "Member 'AudioVisualizeBox_SetFreqInfo::InConstantInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVisualizeBox_SetFreqNum \ +static_assert(alignof(AudioVisualizeBox_SetFreqNum) == 0x000004, "Wrong alignment on AudioVisualizeBox_SetFreqNum"); \ +static_assert(sizeof(AudioVisualizeBox_SetFreqNum) == 0x000004, "Wrong size on AudioVisualizeBox_SetFreqNum"); \ +static_assert(offsetof(AudioVisualizeBox_SetFreqNum, InFreqNum) == 0x000000, "Member 'AudioVisualizeBox_SetFreqNum::InFreqNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioVisualizeBox_SetLoudnessInfo \ +static_assert(alignof(AudioVisualizeBox_SetLoudnessInfo) == 0x000008, "Wrong alignment on AudioVisualizeBox_SetLoudnessInfo"); \ +static_assert(sizeof(AudioVisualizeBox_SetLoudnessInfo) == 0x000010, "Wrong size on AudioVisualizeBox_SetLoudnessInfo"); \ +static_assert(offsetof(AudioVisualizeBox_SetLoudnessInfo, InLoudness) == 0x000000, "Member 'AudioVisualizeBox_SetLoudnessInfo::InLoudness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioVisualizeBox \ +static_assert(alignof(UAudioVisualizeBox) == 0x000008, "Wrong alignment on UAudioVisualizeBox"); \ +static_assert(sizeof(UAudioVisualizeBox) == 0x000340, "Wrong size on UAudioVisualizeBox"); \ +static_assert(offsetof(UAudioVisualizeBox, LayoutWidget) == 0x000298, "Member 'UAudioVisualizeBox::LayoutWidget' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqNum) == 0x0002A0, "Member 'UAudioVisualizeBox::FreqNum' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, LoudnessNum) == 0x0002A4, "Member 'UAudioVisualizeBox::LoudnessNum' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqSpecInfoArray) == 0x0002A8, "Member 'UAudioVisualizeBox::FreqSpecInfoArray' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, LoudnessInfoArray) == 0x0002B8, "Member 'UAudioVisualizeBox::LoudnessInfoArray' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqThickness) == 0x0002C8, "Member 'UAudioVisualizeBox::FreqThickness' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqColor) == 0x0002CC, "Member 'UAudioVisualizeBox::FreqColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqHeightFinalScale) == 0x0002DC, "Member 'UAudioVisualizeBox::FreqHeightFinalScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqHeightScale) == 0x0002E0, "Member 'UAudioVisualizeBox::FreqHeightScale' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqPaintPower) == 0x0002E4, "Member 'UAudioVisualizeBox::FreqPaintPower' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, LoudnessThickness) == 0x0002E8, "Member 'UAudioVisualizeBox::LoudnessThickness' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, LoudnessColor) == 0x0002EC, "Member 'UAudioVisualizeBox::LoudnessColor' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, LoudnessHeightRange) == 0x000300, "Member 'UAudioVisualizeBox::LoudnessHeightRange' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, LoudnessRandomScaleFactor) == 0x000310, "Member 'UAudioVisualizeBox::LoudnessRandomScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, OffsetInWidget) == 0x000318, "Member 'UAudioVisualizeBox::OffsetInWidget' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, PaintFreq) == 0x000328, "Member 'UAudioVisualizeBox::PaintFreq' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, PaintLoudness) == 0x000329, "Member 'UAudioVisualizeBox::PaintLoudness' has a wrong offset!"); \ +static_assert(offsetof(UAudioVisualizeBox, FreqDisturbInterval) == 0x00032C, "Member 'UAudioVisualizeBox::FreqDisturbInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SaveGameFuncLib_GetAllSaveGameSlotNames \ +static_assert(alignof(GSE_SaveGameFuncLib_GetAllSaveGameSlotNames) == 0x000008, "Wrong alignment on GSE_SaveGameFuncLib_GetAllSaveGameSlotNames"); \ +static_assert(sizeof(GSE_SaveGameFuncLib_GetAllSaveGameSlotNames) == 0x000010, "Wrong size on GSE_SaveGameFuncLib_GetAllSaveGameSlotNames"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_GetAllSaveGameSlotNames, ReturnValue) == 0x000000, "Member 'GSE_SaveGameFuncLib_GetAllSaveGameSlotNames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SaveGameFuncLib_LoadDataFromSlot \ +static_assert(alignof(GSE_SaveGameFuncLib_LoadDataFromSlot) == 0x000008, "Wrong alignment on GSE_SaveGameFuncLib_LoadDataFromSlot"); \ +static_assert(sizeof(GSE_SaveGameFuncLib_LoadDataFromSlot) == 0x000028, "Wrong size on GSE_SaveGameFuncLib_LoadDataFromSlot"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_LoadDataFromSlot, OutSaveData) == 0x000000, "Member 'GSE_SaveGameFuncLib_LoadDataFromSlot::OutSaveData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_LoadDataFromSlot, SlotName) == 0x000010, "Member 'GSE_SaveGameFuncLib_LoadDataFromSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_LoadDataFromSlot, UserIndex) == 0x000020, "Member 'GSE_SaveGameFuncLib_LoadDataFromSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_LoadDataFromSlot, ReturnValue) == 0x000024, "Member 'GSE_SaveGameFuncLib_LoadDataFromSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SaveGameFuncLib_SaveDataToSlot \ +static_assert(alignof(GSE_SaveGameFuncLib_SaveDataToSlot) == 0x000008, "Wrong alignment on GSE_SaveGameFuncLib_SaveDataToSlot"); \ +static_assert(sizeof(GSE_SaveGameFuncLib_SaveDataToSlot) == 0x000028, "Wrong size on GSE_SaveGameFuncLib_SaveDataToSlot"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_SaveDataToSlot, InSaveData) == 0x000000, "Member 'GSE_SaveGameFuncLib_SaveDataToSlot::InSaveData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_SaveDataToSlot, SlotName) == 0x000010, "Member 'GSE_SaveGameFuncLib_SaveDataToSlot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_SaveDataToSlot, UserIndex) == 0x000020, "Member 'GSE_SaveGameFuncLib_SaveDataToSlot::UserIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_SaveGameFuncLib_SaveDataToSlot, ReturnValue) == 0x000024, "Member 'GSE_SaveGameFuncLib_SaveDataToSlot::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SaveGameFuncLib \ +static_assert(alignof(UGSE_SaveGameFuncLib) == 0x000008, "Wrong alignment on UGSE_SaveGameFuncLib"); \ +static_assert(sizeof(UGSE_SaveGameFuncLib) == 0x000028, "Wrong size on UGSE_SaveGameFuncLib"); \ + +#define DUMPER7_ASSERTS_AudioVisualizeUtil_OnAudioPlaybackPercentCallback \ +static_assert(alignof(AudioVisualizeUtil_OnAudioPlaybackPercentCallback) == 0x000008, "Wrong alignment on AudioVisualizeUtil_OnAudioPlaybackPercentCallback"); \ +static_assert(sizeof(AudioVisualizeUtil_OnAudioPlaybackPercentCallback) == 0x000010, "Wrong size on AudioVisualizeUtil_OnAudioPlaybackPercentCallback"); \ +static_assert(offsetof(AudioVisualizeUtil_OnAudioPlaybackPercentCallback, SoundWave) == 0x000000, "Member 'AudioVisualizeUtil_OnAudioPlaybackPercentCallback::SoundWave' has a wrong offset!"); \ +static_assert(offsetof(AudioVisualizeUtil_OnAudioPlaybackPercentCallback, Percent) == 0x000008, "Member 'AudioVisualizeUtil_OnAudioPlaybackPercentCallback::Percent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAudioVisualizeUtil \ +static_assert(alignof(AAudioVisualizeUtil) == 0x000008, "Wrong alignment on AAudioVisualizeUtil"); \ +static_assert(sizeof(AAudioVisualizeUtil) == 0x0002B8, "Wrong size on AAudioVisualizeUtil"); \ +static_assert(offsetof(AAudioVisualizeUtil, Audio) == 0x000288, "Member 'AAudioVisualizeUtil::Audio' has a wrong offset!"); \ +static_assert(offsetof(AAudioVisualizeUtil, LoudnessAnalyzer) == 0x000290, "Member 'AAudioVisualizeUtil::LoudnessAnalyzer' has a wrong offset!"); \ +static_assert(offsetof(AAudioVisualizeUtil, ConstantAnalyzer) == 0x000298, "Member 'AAudioVisualizeUtil::ConstantAnalyzer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HttpResposeListener_OnReponseComplete \ +static_assert(alignof(HttpResposeListener_OnReponseComplete) == 0x000008, "Wrong alignment on HttpResposeListener_OnReponseComplete"); \ +static_assert(sizeof(HttpResposeListener_OnReponseComplete) == 0x000018, "Wrong size on HttpResposeListener_OnReponseComplete"); \ +static_assert(offsetof(HttpResposeListener_OnReponseComplete, bSuccess) == 0x000000, "Member 'HttpResposeListener_OnReponseComplete::bSuccess' has a wrong offset!"); \ +static_assert(offsetof(HttpResposeListener_OnReponseComplete, HttpCode) == 0x000004, "Member 'HttpResposeListener_OnReponseComplete::HttpCode' has a wrong offset!"); \ +static_assert(offsetof(HttpResposeListener_OnReponseComplete, Content) == 0x000008, "Member 'HttpResposeListener_OnReponseComplete::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HttpResposeListener_OnRequestProgress \ +static_assert(alignof(HttpResposeListener_OnRequestProgress) == 0x000004, "Wrong alignment on HttpResposeListener_OnRequestProgress"); \ +static_assert(sizeof(HttpResposeListener_OnRequestProgress) == 0x00000C, "Wrong size on HttpResposeListener_OnRequestProgress"); \ +static_assert(offsetof(HttpResposeListener_OnRequestProgress, sentBytes) == 0x000000, "Member 'HttpResposeListener_OnRequestProgress::sentBytes' has a wrong offset!"); \ +static_assert(offsetof(HttpResposeListener_OnRequestProgress, lReceivedBytes) == 0x000004, "Member 'HttpResposeListener_OnRequestProgress::lReceivedBytes' has a wrong offset!"); \ +static_assert(offsetof(HttpResposeListener_OnRequestProgress, lTotalBytes) == 0x000008, "Member 'HttpResposeListener_OnRequestProgress::lTotalBytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HttpResposeListener_IsNeedProgress \ +static_assert(alignof(HttpResposeListener_IsNeedProgress) == 0x000001, "Wrong alignment on HttpResposeListener_IsNeedProgress"); \ +static_assert(sizeof(HttpResposeListener_IsNeedProgress) == 0x000001, "Wrong size on HttpResposeListener_IsNeedProgress"); \ +static_assert(offsetof(HttpResposeListener_IsNeedProgress, ReturnValue) == 0x000000, "Member 'HttpResposeListener_IsNeedProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHttpResposeListener \ +static_assert(alignof(UHttpResposeListener) == 0x000008, "Wrong alignment on UHttpResposeListener"); \ +static_assert(sizeof(UHttpResposeListener) == 0x000030, "Wrong size on UHttpResposeListener"); \ + +#define DUMPER7_ASSERTS_UAutoMovementPattern \ +static_assert(alignof(UAutoMovementPattern) == 0x000008, "Wrong alignment on UAutoMovementPattern"); \ +static_assert(sizeof(UAutoMovementPattern) == 0x0000F8, "Wrong size on UAutoMovementPattern"); \ +static_assert(offsetof(UAutoMovementPattern, TickInterval) == 0x000030, "Member 'UAutoMovementPattern::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(UAutoMovementPattern, ViewingPattern) == 0x000038, "Member 'UAutoMovementPattern::ViewingPattern' has a wrong offset!"); \ +static_assert(offsetof(UAutoMovementPattern, HeatmapConfig) == 0x000090, "Member 'UAutoMovementPattern::HeatmapConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_AddCrashUserData \ +static_assert(alignof(GSE_SDKFuncLib_AddCrashUserData) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_AddCrashUserData"); \ +static_assert(sizeof(GSE_SDKFuncLib_AddCrashUserData) == 0x000028, "Wrong size on GSE_SDKFuncLib_AddCrashUserData"); \ +static_assert(offsetof(GSE_SDKFuncLib_AddCrashUserData, Key) == 0x000000, "Member 'GSE_SDKFuncLib_AddCrashUserData::Key' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_AddCrashUserData, Value) == 0x000010, "Member 'GSE_SDKFuncLib_AddCrashUserData::Value' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_AddCrashUserData, ReturnValue) == 0x000020, "Member 'GSE_SDKFuncLib_AddCrashUserData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_FCommandLine_AddArg \ +static_assert(alignof(GSE_SDKFuncLib_FCommandLine_AddArg) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_FCommandLine_AddArg"); \ +static_assert(sizeof(GSE_SDKFuncLib_FCommandLine_AddArg) == 0x000010, "Wrong size on GSE_SDKFuncLib_FCommandLine_AddArg"); \ +static_assert(offsetof(GSE_SDKFuncLib_FCommandLine_AddArg, Command) == 0x000000, "Member 'GSE_SDKFuncLib_FCommandLine_AddArg::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_FCommandLine_Get \ +static_assert(alignof(GSE_SDKFuncLib_FCommandLine_Get) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_FCommandLine_Get"); \ +static_assert(sizeof(GSE_SDKFuncLib_FCommandLine_Get) == 0x000010, "Wrong size on GSE_SDKFuncLib_FCommandLine_Get"); \ +static_assert(offsetof(GSE_SDKFuncLib_FCommandLine_Get, ReturnValue) == 0x000000, "Member 'GSE_SDKFuncLib_FCommandLine_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId \ +static_assert(alignof(GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId) == 0x000018, "Wrong size on GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId, OutIds) == 0x000000, "Member 'GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId::OutIds' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId, ReturnValue) == 0x000010, "Member 'GSE_SDKFuncLib_GetAllPS5UsbStorageDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetGameRunEnvContext \ +static_assert(alignof(GSE_SDKFuncLib_GetGameRunEnvContext) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_GetGameRunEnvContext"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetGameRunEnvContext) == 0x000050, "Wrong size on GSE_SDKFuncLib_GetGameRunEnvContext"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetGameRunEnvContext, OutContext) == 0x000000, "Member 'GSE_SDKFuncLib_GetGameRunEnvContext::OutContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetIOSBundlePath \ +static_assert(alignof(GSE_SDKFuncLib_GetIOSBundlePath) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_GetIOSBundlePath"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetIOSBundlePath) == 0x000010, "Wrong size on GSE_SDKFuncLib_GetIOSBundlePath"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetIOSBundlePath, ReturnValue) == 0x000000, "Member 'GSE_SDKFuncLib_GetIOSBundlePath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetIOSDocumentPath \ +static_assert(alignof(GSE_SDKFuncLib_GetIOSDocumentPath) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_GetIOSDocumentPath"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetIOSDocumentPath) == 0x000010, "Wrong size on GSE_SDKFuncLib_GetIOSDocumentPath"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetIOSDocumentPath, ReturnValue) == 0x000000, "Member 'GSE_SDKFuncLib_GetIOSDocumentPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetNatInfo \ +static_assert(alignof(GSE_SDKFuncLib_GetNatInfo) == 0x000001, "Wrong alignment on GSE_SDKFuncLib_GetNatInfo"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetNatInfo) == 0x000001, "Wrong size on GSE_SDKFuncLib_GetNatInfo"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetNatInfo, ReturnValue) == 0x000000, "Member 'GSE_SDKFuncLib_GetNatInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo \ +static_assert(alignof(GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo) == 0x000038, "Wrong size on GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo, DeviceID) == 0x000000, "Member 'GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo, OutInfo) == 0x000010, "Member 'GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo::OutInfo' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo, ReturnValue) == 0x000030, "Member 'GSE_SDKFuncLib_GetPS5UsbStorageDeviceInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetPS5UserAccountRegionCode \ +static_assert(alignof(GSE_SDKFuncLib_GetPS5UserAccountRegionCode) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_GetPS5UserAccountRegionCode"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetPS5UserAccountRegionCode) == 0x000010, "Wrong size on GSE_SDKFuncLib_GetPS5UserAccountRegionCode"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetPS5UserAccountRegionCode, ReturnValue) == 0x000000, "Member 'GSE_SDKFuncLib_GetPS5UserAccountRegionCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_GetPS5UserDefinedParam \ +static_assert(alignof(GSE_SDKFuncLib_GetPS5UserDefinedParam) == 0x000004, "Wrong alignment on GSE_SDKFuncLib_GetPS5UserDefinedParam"); \ +static_assert(sizeof(GSE_SDKFuncLib_GetPS5UserDefinedParam) == 0x000008, "Wrong size on GSE_SDKFuncLib_GetPS5UserDefinedParam"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetPS5UserDefinedParam, Index_0) == 0x000000, "Member 'GSE_SDKFuncLib_GetPS5UserDefinedParam::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_GetPS5UserDefinedParam, ReturnValue) == 0x000004, "Member 'GSE_SDKFuncLib_GetPS5UserDefinedParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_HttpPostFile \ +static_assert(alignof(GSE_SDKFuncLib_HttpPostFile) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_HttpPostFile"); \ +static_assert(sizeof(GSE_SDKFuncLib_HttpPostFile) == 0x000080, "Wrong size on GSE_SDKFuncLib_HttpPostFile"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFile, PostUrl) == 0x000000, "Member 'GSE_SDKFuncLib_HttpPostFile::PostUrl' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFile, ExHeaders) == 0x000010, "Member 'GSE_SDKFuncLib_HttpPostFile::ExHeaders' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFile, FilePath) == 0x000060, "Member 'GSE_SDKFuncLib_HttpPostFile::FilePath' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFile, Listener) == 0x000070, "Member 'GSE_SDKFuncLib_HttpPostFile::Listener' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFile, ReturnValue) == 0x000078, "Member 'GSE_SDKFuncLib_HttpPostFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_HttpPostFileContent \ +static_assert(alignof(GSE_SDKFuncLib_HttpPostFileContent) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_HttpPostFileContent"); \ +static_assert(sizeof(GSE_SDKFuncLib_HttpPostFileContent) == 0x000090, "Wrong size on GSE_SDKFuncLib_HttpPostFileContent"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileContent, PostUrl) == 0x000000, "Member 'GSE_SDKFuncLib_HttpPostFileContent::PostUrl' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileContent, ExHeaders) == 0x000010, "Member 'GSE_SDKFuncLib_HttpPostFileContent::ExHeaders' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileContent, Filename) == 0x000060, "Member 'GSE_SDKFuncLib_HttpPostFileContent::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileContent, FileContentData) == 0x000070, "Member 'GSE_SDKFuncLib_HttpPostFileContent::FileContentData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileContent, Listener) == 0x000080, "Member 'GSE_SDKFuncLib_HttpPostFileContent::Listener' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileContent, ReturnValue) == 0x000088, "Member 'GSE_SDKFuncLib_HttpPostFileContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_HttpPostFileList \ +static_assert(alignof(GSE_SDKFuncLib_HttpPostFileList) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_HttpPostFileList"); \ +static_assert(sizeof(GSE_SDKFuncLib_HttpPostFileList) == 0x000080, "Wrong size on GSE_SDKFuncLib_HttpPostFileList"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileList, PostUrl) == 0x000000, "Member 'GSE_SDKFuncLib_HttpPostFileList::PostUrl' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileList, ExHeaders) == 0x000010, "Member 'GSE_SDKFuncLib_HttpPostFileList::ExHeaders' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileList, FilePathList) == 0x000060, "Member 'GSE_SDKFuncLib_HttpPostFileList::FilePathList' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileList, Listener) == 0x000070, "Member 'GSE_SDKFuncLib_HttpPostFileList::Listener' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_HttpPostFileList, ReturnValue) == 0x000078, "Member 'GSE_SDKFuncLib_HttpPostFileList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_IsCleanVersion \ +static_assert(alignof(GSE_SDKFuncLib_IsCleanVersion) == 0x000001, "Wrong alignment on GSE_SDKFuncLib_IsCleanVersion"); \ +static_assert(sizeof(GSE_SDKFuncLib_IsCleanVersion) == 0x000001, "Wrong size on GSE_SDKFuncLib_IsCleanVersion"); \ +static_assert(offsetof(GSE_SDKFuncLib_IsCleanVersion, ReturnValue) == 0x000000, "Member 'GSE_SDKFuncLib_IsCleanVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_IsPureVersion \ +static_assert(alignof(GSE_SDKFuncLib_IsPureVersion) == 0x000001, "Wrong alignment on GSE_SDKFuncLib_IsPureVersion"); \ +static_assert(sizeof(GSE_SDKFuncLib_IsPureVersion) == 0x000001, "Wrong size on GSE_SDKFuncLib_IsPureVersion"); \ +static_assert(offsetof(GSE_SDKFuncLib_IsPureVersion, ReturnValue) == 0x000000, "Member 'GSE_SDKFuncLib_IsPureVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode \ +static_assert(alignof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode"); \ +static_assert(sizeof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode) == 0x0000E0, "Wrong size on GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode"); \ +static_assert(offsetof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode, URL) == 0x000000, "Member 'GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode::URL' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode, Method) == 0x000010, "Member 'GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode::Method' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode, ExHeaders) == 0x000020, "Member 'GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode::ExHeaders' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode, PostRawData) == 0x000070, "Member 'GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode::PostRawData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode, RequestTimeout) == 0x000080, "Member 'GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode::RequestTimeout' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode, OutResponse) == 0x000088, "Member 'GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode::OutResponse' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode, ReturnValue) == 0x0000D8, "Member 'GSE_SDKFuncLib_NonGameThreadStartHttpRawDataRequestWithBlockMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_PostException \ +static_assert(alignof(GSE_SDKFuncLib_PostException) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_PostException"); \ +static_assert(sizeof(GSE_SDKFuncLib_PostException) == 0x000040, "Wrong size on GSE_SDKFuncLib_PostException"); \ +static_assert(offsetof(GSE_SDKFuncLib_PostException, Type) == 0x000000, "Member 'GSE_SDKFuncLib_PostException::Type' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PostException, Name_0) == 0x000008, "Member 'GSE_SDKFuncLib_PostException::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PostException, Message) == 0x000018, "Member 'GSE_SDKFuncLib_PostException::Message' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PostException, StackTrace) == 0x000028, "Member 'GSE_SDKFuncLib_PostException::StackTrace' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PostException, ReturnValue) == 0x000038, "Member 'GSE_SDKFuncLib_PostException::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_PostExceptionSample \ +static_assert(alignof(GSE_SDKFuncLib_PostExceptionSample) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_PostExceptionSample"); \ +static_assert(sizeof(GSE_SDKFuncLib_PostExceptionSample) == 0x000018, "Wrong size on GSE_SDKFuncLib_PostExceptionSample"); \ +static_assert(offsetof(GSE_SDKFuncLib_PostExceptionSample, Message) == 0x000000, "Member 'GSE_SDKFuncLib_PostExceptionSample::Message' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PostExceptionSample, ReturnValue) == 0x000010, "Member 'GSE_SDKFuncLib_PostExceptionSample::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_PS5ExportDataToUsb \ +static_assert(alignof(GSE_SDKFuncLib_PS5ExportDataToUsb) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_PS5ExportDataToUsb"); \ +static_assert(sizeof(GSE_SDKFuncLib_PS5ExportDataToUsb) == 0x000028, "Wrong size on GSE_SDKFuncLib_PS5ExportDataToUsb"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5ExportDataToUsb, Filename) == 0x000000, "Member 'GSE_SDKFuncLib_PS5ExportDataToUsb::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5ExportDataToUsb, FileContentData) == 0x000010, "Member 'GSE_SDKFuncLib_PS5ExportDataToUsb::FileContentData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5ExportDataToUsb, ReturnValue) == 0x000020, "Member 'GSE_SDKFuncLib_PS5ExportDataToUsb::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_PS5RequestMapUsb \ +static_assert(alignof(GSE_SDKFuncLib_PS5RequestMapUsb) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_PS5RequestMapUsb"); \ +static_assert(sizeof(GSE_SDKFuncLib_PS5RequestMapUsb) == 0x000038, "Wrong size on GSE_SDKFuncLib_PS5RequestMapUsb"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5RequestMapUsb, DeviceID) == 0x000000, "Member 'GSE_SDKFuncLib_PS5RequestMapUsb::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5RequestMapUsb, UsrDir) == 0x000010, "Member 'GSE_SDKFuncLib_PS5RequestMapUsb::UsrDir' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5RequestMapUsb, OutMountPoint) == 0x000020, "Member 'GSE_SDKFuncLib_PS5RequestMapUsb::OutMountPoint' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5RequestMapUsb, ReturnValue) == 0x000030, "Member 'GSE_SDKFuncLib_PS5RequestMapUsb::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_PS5RequestUnMapUsb \ +static_assert(alignof(GSE_SDKFuncLib_PS5RequestUnMapUsb) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_PS5RequestUnMapUsb"); \ +static_assert(sizeof(GSE_SDKFuncLib_PS5RequestUnMapUsb) == 0x000028, "Wrong size on GSE_SDKFuncLib_PS5RequestUnMapUsb"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5RequestUnMapUsb, DeviceID) == 0x000000, "Member 'GSE_SDKFuncLib_PS5RequestUnMapUsb::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5RequestUnMapUsb, UsrDir) == 0x000010, "Member 'GSE_SDKFuncLib_PS5RequestUnMapUsb::UsrDir' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5RequestUnMapUsb, ReturnValue) == 0x000020, "Member 'GSE_SDKFuncLib_PS5RequestUnMapUsb::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_PS5UsbMkSubDir \ +static_assert(alignof(GSE_SDKFuncLib_PS5UsbMkSubDir) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_PS5UsbMkSubDir"); \ +static_assert(sizeof(GSE_SDKFuncLib_PS5UsbMkSubDir) == 0x000058, "Wrong size on GSE_SDKFuncLib_PS5UsbMkSubDir"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbMkSubDir, DeviceID) == 0x000000, "Member 'GSE_SDKFuncLib_PS5UsbMkSubDir::DeviceID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbMkSubDir, MountPoint) == 0x000010, "Member 'GSE_SDKFuncLib_PS5UsbMkSubDir::MountPoint' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbMkSubDir, UsrDir) == 0x000020, "Member 'GSE_SDKFuncLib_PS5UsbMkSubDir::UsrDir' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbMkSubDir, SubDir) == 0x000030, "Member 'GSE_SDKFuncLib_PS5UsbMkSubDir::SubDir' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbMkSubDir, OutDirPath) == 0x000040, "Member 'GSE_SDKFuncLib_PS5UsbMkSubDir::OutDirPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbMkSubDir, ReturnValue) == 0x000050, "Member 'GSE_SDKFuncLib_PS5UsbMkSubDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_PS5UsbSelectDevice \ +static_assert(alignof(GSE_SDKFuncLib_PS5UsbSelectDevice) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_PS5UsbSelectDevice"); \ +static_assert(sizeof(GSE_SDKFuncLib_PS5UsbSelectDevice) == 0x000028, "Wrong size on GSE_SDKFuncLib_PS5UsbSelectDevice"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbSelectDevice, UsrDir) == 0x000000, "Member 'GSE_SDKFuncLib_PS5UsbSelectDevice::UsrDir' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbSelectDevice, OutDeviceId) == 0x000010, "Member 'GSE_SDKFuncLib_PS5UsbSelectDevice::OutDeviceId' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_PS5UsbSelectDevice, ReturnValue) == 0x000020, "Member 'GSE_SDKFuncLib_PS5UsbSelectDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync \ +static_assert(alignof(GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync"); \ +static_assert(sizeof(GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync) == 0x000018, "Wrong size on GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync"); \ +static_assert(offsetof(GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync, QueryEntitlementId) == 0x000000, "Member 'GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync::QueryEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync, ReturnValue) == 0x000010, "Member 'GSE_SDKFuncLib_QueryIsOwnPS5EntitlementSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync \ +static_assert(alignof(GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync"); \ +static_assert(sizeof(GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync) == 0x000018, "Wrong size on GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync"); \ +static_assert(offsetof(GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync, QueryEntitlementId) == 0x000000, "Member 'GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync::QueryEntitlementId' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync, ReturnValue) == 0x000010, "Member 'GSE_SDKFuncLib_QueryIsOwnXBOXEntitlementSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_SentryCrashReporterSetContext \ +static_assert(alignof(GSE_SDKFuncLib_SentryCrashReporterSetContext) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_SentryCrashReporterSetContext"); \ +static_assert(sizeof(GSE_SDKFuncLib_SentryCrashReporterSetContext) == 0x000060, "Wrong size on GSE_SDKFuncLib_SentryCrashReporterSetContext"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetContext, Key) == 0x000000, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetContext::Key' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetContext, ContextValues) == 0x000010, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetContext::ContextValues' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_SentryCrashReporterSetRoot \ +static_assert(alignof(GSE_SDKFuncLib_SentryCrashReporterSetRoot) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_SentryCrashReporterSetRoot"); \ +static_assert(sizeof(GSE_SDKFuncLib_SentryCrashReporterSetRoot) == 0x000020, "Wrong size on GSE_SDKFuncLib_SentryCrashReporterSetRoot"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetRoot, RootKey) == 0x000000, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetRoot::RootKey' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetRoot, RootValue) == 0x000010, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetRoot::RootValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_SentryCrashReporterSetTag \ +static_assert(alignof(GSE_SDKFuncLib_SentryCrashReporterSetTag) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_SentryCrashReporterSetTag"); \ +static_assert(sizeof(GSE_SDKFuncLib_SentryCrashReporterSetTag) == 0x000020, "Wrong size on GSE_SDKFuncLib_SentryCrashReporterSetTag"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetTag, Key) == 0x000000, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetTag::Key' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetTag, Value) == 0x000010, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetTag::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_SentryCrashReporterSetUser \ +static_assert(alignof(GSE_SDKFuncLib_SentryCrashReporterSetUser) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_SentryCrashReporterSetUser"); \ +static_assert(sizeof(GSE_SDKFuncLib_SentryCrashReporterSetUser) == 0x000020, "Wrong size on GSE_SDKFuncLib_SentryCrashReporterSetUser"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetUser, UserKey) == 0x000000, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetUser::UserKey' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_SentryCrashReporterSetUser, UserValue) == 0x000010, "Member 'GSE_SDKFuncLib_SentryCrashReporterSetUser::UserValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_SetAppIsAutoTestingMode \ +static_assert(alignof(GSE_SDKFuncLib_SetAppIsAutoTestingMode) == 0x000004, "Wrong alignment on GSE_SDKFuncLib_SetAppIsAutoTestingMode"); \ +static_assert(sizeof(GSE_SDKFuncLib_SetAppIsAutoTestingMode) == 0x000004, "Wrong size on GSE_SDKFuncLib_SetAppIsAutoTestingMode"); \ +static_assert(offsetof(GSE_SDKFuncLib_SetAppIsAutoTestingMode, bEnable) == 0x000000, "Member 'GSE_SDKFuncLib_SetAppIsAutoTestingMode::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_SetBuglyUserMap \ +static_assert(alignof(GSE_SDKFuncLib_SetBuglyUserMap) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_SetBuglyUserMap"); \ +static_assert(sizeof(GSE_SDKFuncLib_SetBuglyUserMap) == 0x000028, "Wrong size on GSE_SDKFuncLib_SetBuglyUserMap"); \ +static_assert(offsetof(GSE_SDKFuncLib_SetBuglyUserMap, Key) == 0x000000, "Member 'GSE_SDKFuncLib_SetBuglyUserMap::Key' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_SetBuglyUserMap, Value) == 0x000010, "Member 'GSE_SDKFuncLib_SetBuglyUserMap::Value' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_SetBuglyUserMap, ReturnValue) == 0x000020, "Member 'GSE_SDKFuncLib_SetBuglyUserMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_SetCrashReportClientEnable \ +static_assert(alignof(GSE_SDKFuncLib_SetCrashReportClientEnable) == 0x000004, "Wrong alignment on GSE_SDKFuncLib_SetCrashReportClientEnable"); \ +static_assert(sizeof(GSE_SDKFuncLib_SetCrashReportClientEnable) == 0x000004, "Wrong size on GSE_SDKFuncLib_SetCrashReportClientEnable"); \ +static_assert(offsetof(GSE_SDKFuncLib_SetCrashReportClientEnable, bEnable) == 0x000000, "Member 'GSE_SDKFuncLib_SetCrashReportClientEnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_StartHttpBase64DataRequest \ +static_assert(alignof(GSE_SDKFuncLib_StartHttpBase64DataRequest) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_StartHttpBase64DataRequest"); \ +static_assert(sizeof(GSE_SDKFuncLib_StartHttpBase64DataRequest) == 0x000090, "Wrong size on GSE_SDKFuncLib_StartHttpBase64DataRequest"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpBase64DataRequest, URL) == 0x000000, "Member 'GSE_SDKFuncLib_StartHttpBase64DataRequest::URL' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpBase64DataRequest, Method) == 0x000010, "Member 'GSE_SDKFuncLib_StartHttpBase64DataRequest::Method' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpBase64DataRequest, ExHeaders) == 0x000020, "Member 'GSE_SDKFuncLib_StartHttpBase64DataRequest::ExHeaders' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpBase64DataRequest, Base64PostData) == 0x000070, "Member 'GSE_SDKFuncLib_StartHttpBase64DataRequest::Base64PostData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpBase64DataRequest, Listener) == 0x000080, "Member 'GSE_SDKFuncLib_StartHttpBase64DataRequest::Listener' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpBase64DataRequest, RequestTimeout) == 0x000088, "Member 'GSE_SDKFuncLib_StartHttpBase64DataRequest::RequestTimeout' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpBase64DataRequest, ReturnValue) == 0x00008C, "Member 'GSE_SDKFuncLib_StartHttpBase64DataRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_StartHttpRawDataRequest \ +static_assert(alignof(GSE_SDKFuncLib_StartHttpRawDataRequest) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_StartHttpRawDataRequest"); \ +static_assert(sizeof(GSE_SDKFuncLib_StartHttpRawDataRequest) == 0x000090, "Wrong size on GSE_SDKFuncLib_StartHttpRawDataRequest"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpRawDataRequest, URL) == 0x000000, "Member 'GSE_SDKFuncLib_StartHttpRawDataRequest::URL' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpRawDataRequest, Method) == 0x000010, "Member 'GSE_SDKFuncLib_StartHttpRawDataRequest::Method' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpRawDataRequest, ExHeaders) == 0x000020, "Member 'GSE_SDKFuncLib_StartHttpRawDataRequest::ExHeaders' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpRawDataRequest, PostRawData) == 0x000070, "Member 'GSE_SDKFuncLib_StartHttpRawDataRequest::PostRawData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpRawDataRequest, Listener) == 0x000080, "Member 'GSE_SDKFuncLib_StartHttpRawDataRequest::Listener' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpRawDataRequest, RequestTimeout) == 0x000088, "Member 'GSE_SDKFuncLib_StartHttpRawDataRequest::RequestTimeout' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_StartHttpRawDataRequest, ReturnValue) == 0x00008C, "Member 'GSE_SDKFuncLib_StartHttpRawDataRequest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_TestCallAndroidFunc \ +static_assert(alignof(GSE_SDKFuncLib_TestCallAndroidFunc) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_TestCallAndroidFunc"); \ +static_assert(sizeof(GSE_SDKFuncLib_TestCallAndroidFunc) == 0x000018, "Wrong size on GSE_SDKFuncLib_TestCallAndroidFunc"); \ +static_assert(offsetof(GSE_SDKFuncLib_TestCallAndroidFunc, Content) == 0x000000, "Member 'GSE_SDKFuncLib_TestCallAndroidFunc::Content' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_TestCallAndroidFunc, ReturnValue) == 0x000010, "Member 'GSE_SDKFuncLib_TestCallAndroidFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SDKFuncLib_UsbStorageIsExist \ +static_assert(alignof(GSE_SDKFuncLib_UsbStorageIsExist) == 0x000008, "Wrong alignment on GSE_SDKFuncLib_UsbStorageIsExist"); \ +static_assert(sizeof(GSE_SDKFuncLib_UsbStorageIsExist) == 0x000028, "Wrong size on GSE_SDKFuncLib_UsbStorageIsExist"); \ +static_assert(offsetof(GSE_SDKFuncLib_UsbStorageIsExist, DeviceIdStr) == 0x000000, "Member 'GSE_SDKFuncLib_UsbStorageIsExist::DeviceIdStr' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_UsbStorageIsExist, Path) == 0x000010, "Member 'GSE_SDKFuncLib_UsbStorageIsExist::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_UsbStorageIsExist, IsFile) == 0x000020, "Member 'GSE_SDKFuncLib_UsbStorageIsExist::IsFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_SDKFuncLib_UsbStorageIsExist, ReturnValue) == 0x000021, "Member 'GSE_SDKFuncLib_UsbStorageIsExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SDKFuncLib \ +static_assert(alignof(UGSE_SDKFuncLib) == 0x000008, "Wrong alignment on UGSE_SDKFuncLib"); \ +static_assert(sizeof(UGSE_SDKFuncLib) == 0x000028, "Wrong size on UGSE_SDKFuncLib"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_CheckHitRotation \ +static_assert(alignof(AutoMovementMonitor_CheckHitRotation) == 0x000008, "Wrong alignment on AutoMovementMonitor_CheckHitRotation"); \ +static_assert(sizeof(AutoMovementMonitor_CheckHitRotation) == 0x000018, "Wrong size on AutoMovementMonitor_CheckHitRotation"); \ +static_assert(offsetof(AutoMovementMonitor_CheckHitRotation, InRotator) == 0x000000, "Member 'AutoMovementMonitor_CheckHitRotation::InRotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_CreatePointInstances \ +static_assert(alignof(AutoMovementMonitor_CreatePointInstances) == 0x000008, "Wrong alignment on AutoMovementMonitor_CreatePointInstances"); \ +static_assert(sizeof(AutoMovementMonitor_CreatePointInstances) == 0x000010, "Wrong size on AutoMovementMonitor_CreatePointInstances"); \ +static_assert(offsetof(AutoMovementMonitor_CreatePointInstances, InPoints) == 0x000000, "Member 'AutoMovementMonitor_CreatePointInstances::InPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_DrawStatOnHeatmap \ +static_assert(alignof(AutoMovementMonitor_DrawStatOnHeatmap) == 0x000008, "Wrong alignment on AutoMovementMonitor_DrawStatOnHeatmap"); \ +static_assert(sizeof(AutoMovementMonitor_DrawStatOnHeatmap) == 0x000018, "Wrong size on AutoMovementMonitor_DrawStatOnHeatmap"); \ +static_assert(offsetof(AutoMovementMonitor_DrawStatOnHeatmap, InStatName) == 0x000000, "Member 'AutoMovementMonitor_DrawStatOnHeatmap::InStatName' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_DrawStatOnHeatmap, InTileCount) == 0x000010, "Member 'AutoMovementMonitor_DrawStatOnHeatmap::InTileCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_GetPointExecutionDurationInfo \ +static_assert(alignof(AutoMovementMonitor_GetPointExecutionDurationInfo) == 0x000008, "Wrong alignment on AutoMovementMonitor_GetPointExecutionDurationInfo"); \ +static_assert(sizeof(AutoMovementMonitor_GetPointExecutionDurationInfo) == 0x000018, "Wrong size on AutoMovementMonitor_GetPointExecutionDurationInfo"); \ +static_assert(offsetof(AutoMovementMonitor_GetPointExecutionDurationInfo, InStartTimestamp) == 0x000000, "Member 'AutoMovementMonitor_GetPointExecutionDurationInfo::InStartTimestamp' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_GetPointExecutionDurationInfo, ReturnValue) == 0x000008, "Member 'AutoMovementMonitor_GetPointExecutionDurationInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_GetRotationIncrement \ +static_assert(alignof(AutoMovementMonitor_GetRotationIncrement) == 0x000008, "Wrong alignment on AutoMovementMonitor_GetRotationIncrement"); \ +static_assert(sizeof(AutoMovementMonitor_GetRotationIncrement) == 0x000088, "Wrong size on AutoMovementMonitor_GetRotationIncrement"); \ +static_assert(offsetof(AutoMovementMonitor_GetRotationIncrement, InRotatorMask) == 0x000000, "Member 'AutoMovementMonitor_GetRotationIncrement::InRotatorMask' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_GetRotationIncrement, ViewingPattern) == 0x000018, "Member 'AutoMovementMonitor_GetRotationIncrement::ViewingPattern' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_GetRotationIncrement, ReturnValue) == 0x000070, "Member 'AutoMovementMonitor_GetRotationIncrement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_IncreaseViewingRotation \ +static_assert(alignof(AutoMovementMonitor_IncreaseViewingRotation) == 0x000001, "Wrong alignment on AutoMovementMonitor_IncreaseViewingRotation"); \ +static_assert(sizeof(AutoMovementMonitor_IncreaseViewingRotation) == 0x000002, "Wrong size on AutoMovementMonitor_IncreaseViewingRotation"); \ +static_assert(offsetof(AutoMovementMonitor_IncreaseViewingRotation, RotateType) == 0x000000, "Member 'AutoMovementMonitor_IncreaseViewingRotation::RotateType' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_IncreaseViewingRotation, bProxyCall) == 0x000001, "Member 'AutoMovementMonitor_IncreaseViewingRotation::bProxyCall' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_ProcessAutoMovement \ +static_assert(alignof(AutoMovementMonitor_ProcessAutoMovement) == 0x000008, "Wrong alignment on AutoMovementMonitor_ProcessAutoMovement"); \ +static_assert(sizeof(AutoMovementMonitor_ProcessAutoMovement) == 0x000030, "Wrong size on AutoMovementMonitor_ProcessAutoMovement"); \ +static_assert(offsetof(AutoMovementMonitor_ProcessAutoMovement, InLocation) == 0x000000, "Member 'AutoMovementMonitor_ProcessAutoMovement::InLocation' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_ProcessAutoMovement, InRotator) == 0x000018, "Member 'AutoMovementMonitor_ProcessAutoMovement::InRotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_SetSparseVersionEnabled \ +static_assert(alignof(AutoMovementMonitor_SetSparseVersionEnabled) == 0x000001, "Wrong alignment on AutoMovementMonitor_SetSparseVersionEnabled"); \ +static_assert(sizeof(AutoMovementMonitor_SetSparseVersionEnabled) == 0x000001, "Wrong size on AutoMovementMonitor_SetSparseVersionEnabled"); \ +static_assert(offsetof(AutoMovementMonitor_SetSparseVersionEnabled, bEnabled) == 0x000000, "Member 'AutoMovementMonitor_SetSparseVersionEnabled::bEnabled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_SwitchToVirtualPawn \ +static_assert(alignof(AutoMovementMonitor_SwitchToVirtualPawn) == 0x000008, "Wrong alignment on AutoMovementMonitor_SwitchToVirtualPawn"); \ +static_assert(sizeof(AutoMovementMonitor_SwitchToVirtualPawn) == 0x000020, "Wrong size on AutoMovementMonitor_SwitchToVirtualPawn"); \ +static_assert(offsetof(AutoMovementMonitor_SwitchToVirtualPawn, VirtualPlayerBaseClass) == 0x000000, "Member 'AutoMovementMonitor_SwitchToVirtualPawn::VirtualPlayerBaseClass' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_SwitchToVirtualPawn, SpawningOffset) == 0x000008, "Member 'AutoMovementMonitor_SwitchToVirtualPawn::SpawningOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_TransportViewingPosition \ +static_assert(alignof(AutoMovementMonitor_TransportViewingPosition) == 0x000008, "Wrong alignment on AutoMovementMonitor_TransportViewingPosition"); \ +static_assert(sizeof(AutoMovementMonitor_TransportViewingPosition) == 0x000038, "Wrong size on AutoMovementMonitor_TransportViewingPosition"); \ +static_assert(offsetof(AutoMovementMonitor_TransportViewingPosition, InLocation) == 0x000000, "Member 'AutoMovementMonitor_TransportViewingPosition::InLocation' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_TransportViewingPosition, InRotator) == 0x000018, "Member 'AutoMovementMonitor_TransportViewingPosition::InRotator' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_TransportViewingPosition, bProxyCall) == 0x000030, "Member 'AutoMovementMonitor_TransportViewingPosition::bProxyCall' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_CheckAutoMovementCompleted \ +static_assert(alignof(AutoMovementMonitor_CheckAutoMovementCompleted) == 0x000001, "Wrong alignment on AutoMovementMonitor_CheckAutoMovementCompleted"); \ +static_assert(sizeof(AutoMovementMonitor_CheckAutoMovementCompleted) == 0x000001, "Wrong size on AutoMovementMonitor_CheckAutoMovementCompleted"); \ +static_assert(offsetof(AutoMovementMonitor_CheckAutoMovementCompleted, ReturnValue) == 0x000000, "Member 'AutoMovementMonitor_CheckAutoMovementCompleted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_CheckHitLocation \ +static_assert(alignof(AutoMovementMonitor_CheckHitLocation) == 0x000008, "Wrong alignment on AutoMovementMonitor_CheckHitLocation"); \ +static_assert(sizeof(AutoMovementMonitor_CheckHitLocation) == 0x000020, "Wrong size on AutoMovementMonitor_CheckHitLocation"); \ +static_assert(offsetof(AutoMovementMonitor_CheckHitLocation, InLocation) == 0x000000, "Member 'AutoMovementMonitor_CheckHitLocation::InLocation' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementMonitor_CheckHitLocation, ReturnValue) == 0x000018, "Member 'AutoMovementMonitor_CheckHitLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_HasCompletedPitchingObservation \ +static_assert(alignof(AutoMovementMonitor_HasCompletedPitchingObservation) == 0x000001, "Wrong alignment on AutoMovementMonitor_HasCompletedPitchingObservation"); \ +static_assert(sizeof(AutoMovementMonitor_HasCompletedPitchingObservation) == 0x000001, "Wrong size on AutoMovementMonitor_HasCompletedPitchingObservation"); \ +static_assert(offsetof(AutoMovementMonitor_HasCompletedPitchingObservation, ReturnValue) == 0x000000, "Member 'AutoMovementMonitor_HasCompletedPitchingObservation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementMonitor_HasCompletedYawingObservation \ +static_assert(alignof(AutoMovementMonitor_HasCompletedYawingObservation) == 0x000001, "Wrong alignment on AutoMovementMonitor_HasCompletedYawingObservation"); \ +static_assert(sizeof(AutoMovementMonitor_HasCompletedYawingObservation) == 0x000001, "Wrong size on AutoMovementMonitor_HasCompletedYawingObservation"); \ +static_assert(offsetof(AutoMovementMonitor_HasCompletedYawingObservation, ReturnValue) == 0x000000, "Member 'AutoMovementMonitor_HasCompletedYawingObservation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAutoMovementMonitor \ +static_assert(alignof(AAutoMovementMonitor) == 0x000008, "Wrong alignment on AAutoMovementMonitor"); \ +static_assert(sizeof(AAutoMovementMonitor) == 0x000330, "Wrong size on AAutoMovementMonitor"); \ +static_assert(offsetof(AAutoMovementMonitor, AutoMovePattern) == 0x000288, "Member 'AAutoMovementMonitor::AutoMovePattern' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, ReportFilePath) == 0x000290, "Member 'AAutoMovementMonitor::ReportFilePath' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, PathPoints) == 0x0002A0, "Member 'AAutoMovementMonitor::PathPoints' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, CachedPathPoints) == 0x0002B0, "Member 'AAutoMovementMonitor::CachedPathPoints' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, bLogProcessingState) == 0x0002C0, "Member 'AAutoMovementMonitor::bLogProcessingState' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, bIsReadyToProcess) == 0x0002C1, "Member 'AAutoMovementMonitor::bIsReadyToProcess' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, bPitchingPositively) == 0x0002C2, "Member 'AAutoMovementMonitor::bPitchingPositively' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, TargetPositionIndex) == 0x0002C4, "Member 'AAutoMovementMonitor::TargetPositionIndex' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, TargetYawIndex) == 0x0002C8, "Member 'AAutoMovementMonitor::TargetYawIndex' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, TargetPitchIndex) == 0x0002CC, "Member 'AAutoMovementMonitor::TargetPitchIndex' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, TargetPosition) == 0x0002D0, "Member 'AAutoMovementMonitor::TargetPosition' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, TargetRotation) == 0x0002E8, "Member 'AAutoMovementMonitor::TargetRotation' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, ViewingPhaseIndex) == 0x000300, "Member 'AAutoMovementMonitor::ViewingPhaseIndex' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, AutoMoveStartTimeSinceAppStarted) == 0x000308, "Member 'AAutoMovementMonitor::AutoMoveStartTimeSinceAppStarted' has a wrong offset!"); \ +static_assert(offsetof(AAutoMovementMonitor, LastPointEndTimestamp) == 0x000318, "Member 'AAutoMovementMonitor::LastPointEndTimestamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSE_SequenceMasterCppBase \ +static_assert(alignof(AGSE_SequenceMasterCppBase) == 0x000008, "Wrong alignment on AGSE_SequenceMasterCppBase"); \ +static_assert(sizeof(AGSE_SequenceMasterCppBase) == 0x000288, "Wrong size on AGSE_SequenceMasterCppBase"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_AppendGeneralStatisticsToCapturedReport \ +static_assert(alignof(AutoMovementUtil_AppendGeneralStatisticsToCapturedReport) == 0x000008, "Wrong alignment on AutoMovementUtil_AppendGeneralStatisticsToCapturedReport"); \ +static_assert(sizeof(AutoMovementUtil_AppendGeneralStatisticsToCapturedReport) == 0x000018, "Wrong size on AutoMovementUtil_AppendGeneralStatisticsToCapturedReport"); \ +static_assert(offsetof(AutoMovementUtil_AppendGeneralStatisticsToCapturedReport, InFilename) == 0x000000, "Member 'AutoMovementUtil_AppendGeneralStatisticsToCapturedReport::InFilename' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_AppendGeneralStatisticsToCapturedReport, MetricsNum) == 0x000010, "Member 'AutoMovementUtil_AppendGeneralStatisticsToCapturedReport::MetricsNum' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_AppendGeneralStatisticsToCapturedReport, PointNum) == 0x000014, "Member 'AutoMovementUtil_AppendGeneralStatisticsToCapturedReport::PointNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_AppendHeaderToCapturedReport \ +static_assert(alignof(AutoMovementUtil_AppendHeaderToCapturedReport) == 0x000008, "Wrong alignment on AutoMovementUtil_AppendHeaderToCapturedReport"); \ +static_assert(sizeof(AutoMovementUtil_AppendHeaderToCapturedReport) == 0x000020, "Wrong size on AutoMovementUtil_AppendHeaderToCapturedReport"); \ +static_assert(offsetof(AutoMovementUtil_AppendHeaderToCapturedReport, CapturedInfoNameList) == 0x000000, "Member 'AutoMovementUtil_AppendHeaderToCapturedReport::CapturedInfoNameList' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_AppendHeaderToCapturedReport, InFilename) == 0x000010, "Member 'AutoMovementUtil_AppendHeaderToCapturedReport::InFilename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_AppendOfflinePathPoints \ +static_assert(alignof(AutoMovementUtil_AppendOfflinePathPoints) == 0x000008, "Wrong alignment on AutoMovementUtil_AppendOfflinePathPoints"); \ +static_assert(sizeof(AutoMovementUtil_AppendOfflinePathPoints) == 0x000020, "Wrong size on AutoMovementUtil_AppendOfflinePathPoints"); \ +static_assert(offsetof(AutoMovementUtil_AppendOfflinePathPoints, InPoints) == 0x000000, "Member 'AutoMovementUtil_AppendOfflinePathPoints::InPoints' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_AppendOfflinePathPoints, InFilePathUnderProjFolder) == 0x000010, "Member 'AutoMovementUtil_AppendOfflinePathPoints::InFilePathUnderProjFolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_ExportCapturedInfoBatch \ +static_assert(alignof(AutoMovementUtil_ExportCapturedInfoBatch) == 0x000008, "Wrong alignment on AutoMovementUtil_ExportCapturedInfoBatch"); \ +static_assert(sizeof(AutoMovementUtil_ExportCapturedInfoBatch) == 0x000030, "Wrong size on AutoMovementUtil_ExportCapturedInfoBatch"); \ +static_assert(offsetof(AutoMovementUtil_ExportCapturedInfoBatch, BatchSize) == 0x000000, "Member 'AutoMovementUtil_ExportCapturedInfoBatch::BatchSize' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportCapturedInfoBatch, TotalPointNum) == 0x000004, "Member 'AutoMovementUtil_ExportCapturedInfoBatch::TotalPointNum' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportCapturedInfoBatch, InPathPointStatsInfo) == 0x000008, "Member 'AutoMovementUtil_ExportCapturedInfoBatch::InPathPointStatsInfo' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportCapturedInfoBatch, InFilename) == 0x000018, "Member 'AutoMovementUtil_ExportCapturedInfoBatch::InFilename' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportCapturedInfoBatch, bLastBatch) == 0x000028, "Member 'AutoMovementUtil_ExportCapturedInfoBatch::bLastBatch' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportCapturedInfoBatch, bOutputHeader) == 0x000029, "Member 'AutoMovementUtil_ExportCapturedInfoBatch::bOutputHeader' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportCapturedInfoBatch, ReturnValue) == 0x00002A, "Member 'AutoMovementUtil_ExportCapturedInfoBatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_ExportStatsCapturedReport \ +static_assert(alignof(AutoMovementUtil_ExportStatsCapturedReport) == 0x000008, "Wrong alignment on AutoMovementUtil_ExportStatsCapturedReport"); \ +static_assert(sizeof(AutoMovementUtil_ExportStatsCapturedReport) == 0x000028, "Wrong size on AutoMovementUtil_ExportStatsCapturedReport"); \ +static_assert(offsetof(AutoMovementUtil_ExportStatsCapturedReport, InPathPointStatsInfo) == 0x000000, "Member 'AutoMovementUtil_ExportStatsCapturedReport::InPathPointStatsInfo' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportStatsCapturedReport, InFilename) == 0x000010, "Member 'AutoMovementUtil_ExportStatsCapturedReport::InFilename' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportStatsCapturedReport, bAppend) == 0x000020, "Member 'AutoMovementUtil_ExportStatsCapturedReport::bAppend' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExportStatsCapturedReport, bOutputHeader) == 0x000021, "Member 'AutoMovementUtil_ExportStatsCapturedReport::bOutputHeader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_ExtractDateTimeInfo \ +static_assert(alignof(AutoMovementUtil_ExtractDateTimeInfo) == 0x000008, "Wrong alignment on AutoMovementUtil_ExtractDateTimeInfo"); \ +static_assert(sizeof(AutoMovementUtil_ExtractDateTimeInfo) == 0x000020, "Wrong size on AutoMovementUtil_ExtractDateTimeInfo"); \ +static_assert(offsetof(AutoMovementUtil_ExtractDateTimeInfo, InString) == 0x000000, "Member 'AutoMovementUtil_ExtractDateTimeInfo::InString' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_ExtractDateTimeInfo, ReturnValue) == 0x000010, "Member 'AutoMovementUtil_ExtractDateTimeInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_FormatTimeAuto \ +static_assert(alignof(AutoMovementUtil_FormatTimeAuto) == 0x000008, "Wrong alignment on AutoMovementUtil_FormatTimeAuto"); \ +static_assert(sizeof(AutoMovementUtil_FormatTimeAuto) == 0x000020, "Wrong size on AutoMovementUtil_FormatTimeAuto"); \ +static_assert(offsetof(AutoMovementUtil_FormatTimeAuto, InDuration) == 0x000000, "Member 'AutoMovementUtil_FormatTimeAuto::InDuration' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_FormatTimeAuto, NumDigits) == 0x000008, "Member 'AutoMovementUtil_FormatTimeAuto::NumDigits' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_FormatTimeAuto, ReturnValue) == 0x000010, "Member 'AutoMovementUtil_FormatTimeAuto::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_FormatTimeSeconds \ +static_assert(alignof(AutoMovementUtil_FormatTimeSeconds) == 0x000008, "Wrong alignment on AutoMovementUtil_FormatTimeSeconds"); \ +static_assert(sizeof(AutoMovementUtil_FormatTimeSeconds) == 0x000018, "Wrong size on AutoMovementUtil_FormatTimeSeconds"); \ +static_assert(offsetof(AutoMovementUtil_FormatTimeSeconds, InDuration) == 0x000000, "Member 'AutoMovementUtil_FormatTimeSeconds::InDuration' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_FormatTimeSeconds, ReturnValue) == 0x000008, "Member 'AutoMovementUtil_FormatTimeSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_FromTimestamp \ +static_assert(alignof(AutoMovementUtil_FromTimestamp) == 0x000008, "Wrong alignment on AutoMovementUtil_FromTimestamp"); \ +static_assert(sizeof(AutoMovementUtil_FromTimestamp) == 0x000010, "Wrong size on AutoMovementUtil_FromTimestamp"); \ +static_assert(offsetof(AutoMovementUtil_FromTimestamp, Time) == 0x000000, "Member 'AutoMovementUtil_FromTimestamp::Time' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_FromTimestamp, ReturnValue) == 0x000008, "Member 'AutoMovementUtil_FromTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_GetCurPointProcessedMetricsMap \ +static_assert(alignof(AutoMovementUtil_GetCurPointProcessedMetricsMap) == 0x000008, "Wrong alignment on AutoMovementUtil_GetCurPointProcessedMetricsMap"); \ +static_assert(sizeof(AutoMovementUtil_GetCurPointProcessedMetricsMap) == 0x0000A0, "Wrong size on AutoMovementUtil_GetCurPointProcessedMetricsMap"); \ +static_assert(offsetof(AutoMovementUtil_GetCurPointProcessedMetricsMap, InCapturedInfoPerPoint) == 0x000000, "Member 'AutoMovementUtil_GetCurPointProcessedMetricsMap::InCapturedInfoPerPoint' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_GetCurPointProcessedMetricsMap, ReturnValue) == 0x000050, "Member 'AutoMovementUtil_GetCurPointProcessedMetricsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_GetNowTimestamp \ +static_assert(alignof(AutoMovementUtil_GetNowTimestamp) == 0x000008, "Wrong alignment on AutoMovementUtil_GetNowTimestamp"); \ +static_assert(sizeof(AutoMovementUtil_GetNowTimestamp) == 0x000008, "Wrong size on AutoMovementUtil_GetNowTimestamp"); \ +static_assert(offsetof(AutoMovementUtil_GetNowTimestamp, ReturnValue) == 0x000000, "Member 'AutoMovementUtil_GetNowTimestamp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_GetOfflinePathPoints \ +static_assert(alignof(AutoMovementUtil_GetOfflinePathPoints) == 0x000008, "Wrong alignment on AutoMovementUtil_GetOfflinePathPoints"); \ +static_assert(sizeof(AutoMovementUtil_GetOfflinePathPoints) == 0x000028, "Wrong size on AutoMovementUtil_GetOfflinePathPoints"); \ +static_assert(offsetof(AutoMovementUtil_GetOfflinePathPoints, InFilePathUnderProjDir) == 0x000000, "Member 'AutoMovementUtil_GetOfflinePathPoints::InFilePathUnderProjDir' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_GetOfflinePathPoints, bUseSparsePoints) == 0x000010, "Member 'AutoMovementUtil_GetOfflinePathPoints::bUseSparsePoints' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_GetOfflinePathPoints, ReturnValue) == 0x000018, "Member 'AutoMovementUtil_GetOfflinePathPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_GetVfxAutoPlayerRootFolderPath \ +static_assert(alignof(AutoMovementUtil_GetVfxAutoPlayerRootFolderPath) == 0x000008, "Wrong alignment on AutoMovementUtil_GetVfxAutoPlayerRootFolderPath"); \ +static_assert(sizeof(AutoMovementUtil_GetVfxAutoPlayerRootFolderPath) == 0x000010, "Wrong size on AutoMovementUtil_GetVfxAutoPlayerRootFolderPath"); \ +static_assert(offsetof(AutoMovementUtil_GetVfxAutoPlayerRootFolderPath, ReturnValue) == 0x000000, "Member 'AutoMovementUtil_GetVfxAutoPlayerRootFolderPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint \ +static_assert(alignof(AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint) == 0x000008, "Wrong alignment on AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint"); \ +static_assert(sizeof(AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint) == 0x0000B0, "Wrong size on AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint"); \ +static_assert(offsetof(AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint, RawCapturedData) == 0x000000, "Member 'AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint::RawCapturedData' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint, CapturedInfoArrayPerPoint) == 0x000010, "Member 'AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint::CapturedInfoArrayPerPoint' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint, ReturnValue) == 0x000060, "Member 'AutoMovementUtil_InsertIntoCapturedInfoArrayPerPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_LoadStatsCapturerReport \ +static_assert(alignof(AutoMovementUtil_LoadStatsCapturerReport) == 0x000008, "Wrong alignment on AutoMovementUtil_LoadStatsCapturerReport"); \ +static_assert(sizeof(AutoMovementUtil_LoadStatsCapturerReport) == 0x000028, "Wrong size on AutoMovementUtil_LoadStatsCapturerReport"); \ +static_assert(offsetof(AutoMovementUtil_LoadStatsCapturerReport, InFileNameUnderProjFolder) == 0x000000, "Member 'AutoMovementUtil_LoadStatsCapturerReport::InFileNameUnderProjFolder' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_LoadStatsCapturerReport, AllPathPointStatInfo) == 0x000010, "Member 'AutoMovementUtil_LoadStatsCapturerReport::AllPathPointStatInfo' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_LoadStatsCapturerReport, PointNum) == 0x000020, "Member 'AutoMovementUtil_LoadStatsCapturerReport::PointNum' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_LoadStatsCapturerReport, ReturnValue) == 0x000024, "Member 'AutoMovementUtil_LoadStatsCapturerReport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_MergeMipReportsWithFileNameKeyword \ +static_assert(alignof(AutoMovementUtil_MergeMipReportsWithFileNameKeyword) == 0x000008, "Wrong alignment on AutoMovementUtil_MergeMipReportsWithFileNameKeyword"); \ +static_assert(sizeof(AutoMovementUtil_MergeMipReportsWithFileNameKeyword) == 0x000038, "Wrong size on AutoMovementUtil_MergeMipReportsWithFileNameKeyword"); \ +static_assert(offsetof(AutoMovementUtil_MergeMipReportsWithFileNameKeyword, InDirectoryUnderProjDir) == 0x000000, "Member 'AutoMovementUtil_MergeMipReportsWithFileNameKeyword::InDirectoryUnderProjDir' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_MergeMipReportsWithFileNameKeyword, InFileNameKeyword) == 0x000010, "Member 'AutoMovementUtil_MergeMipReportsWithFileNameKeyword::InFileNameKeyword' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_MergeMipReportsWithFileNameKeyword, OutputMergedFileName) == 0x000020, "Member 'AutoMovementUtil_MergeMipReportsWithFileNameKeyword::OutputMergedFileName' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_MergeMipReportsWithFileNameKeyword, ReturnValue) == 0x000030, "Member 'AutoMovementUtil_MergeMipReportsWithFileNameKeyword::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_MergeMultiTextureMipReports \ +static_assert(alignof(AutoMovementUtil_MergeMultiTextureMipReports) == 0x000008, "Wrong alignment on AutoMovementUtil_MergeMultiTextureMipReports"); \ +static_assert(sizeof(AutoMovementUtil_MergeMultiTextureMipReports) == 0x000028, "Wrong size on AutoMovementUtil_MergeMultiTextureMipReports"); \ +static_assert(offsetof(AutoMovementUtil_MergeMultiTextureMipReports, InReportFilePaths) == 0x000000, "Member 'AutoMovementUtil_MergeMultiTextureMipReports::InReportFilePaths' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_MergeMultiTextureMipReports, OutputMergedFileName) == 0x000010, "Member 'AutoMovementUtil_MergeMultiTextureMipReports::OutputMergedFileName' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_MergeMultiTextureMipReports, ReturnValue) == 0x000020, "Member 'AutoMovementUtil_MergeMultiTextureMipReports::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_SaveOfflinePathPoints \ +static_assert(alignof(AutoMovementUtil_SaveOfflinePathPoints) == 0x000008, "Wrong alignment on AutoMovementUtil_SaveOfflinePathPoints"); \ +static_assert(sizeof(AutoMovementUtil_SaveOfflinePathPoints) == 0x000020, "Wrong size on AutoMovementUtil_SaveOfflinePathPoints"); \ +static_assert(offsetof(AutoMovementUtil_SaveOfflinePathPoints, InPoints) == 0x000000, "Member 'AutoMovementUtil_SaveOfflinePathPoints::InPoints' has a wrong offset!"); \ +static_assert(offsetof(AutoMovementUtil_SaveOfflinePathPoints, InFilePathUnderProjFolder) == 0x000010, "Member 'AutoMovementUtil_SaveOfflinePathPoints::InFilePathUnderProjFolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMovementUtil_SetVfxAutoPlayerRootFolderPath \ +static_assert(alignof(AutoMovementUtil_SetVfxAutoPlayerRootFolderPath) == 0x000008, "Wrong alignment on AutoMovementUtil_SetVfxAutoPlayerRootFolderPath"); \ +static_assert(sizeof(AutoMovementUtil_SetVfxAutoPlayerRootFolderPath) == 0x000010, "Wrong size on AutoMovementUtil_SetVfxAutoPlayerRootFolderPath"); \ +static_assert(offsetof(AutoMovementUtil_SetVfxAutoPlayerRootFolderPath, InRootFolderPath) == 0x000000, "Member 'AutoMovementUtil_SetVfxAutoPlayerRootFolderPath::InRootFolderPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoMovementUtil \ +static_assert(alignof(UAutoMovementUtil) == 0x000008, "Wrong alignment on UAutoMovementUtil"); \ +static_assert(sizeof(UAutoMovementUtil) == 0x000028, "Wrong size on UAutoMovementUtil"); \ + +#define DUMPER7_ASSERTS_AutoMoveTaskAssembler_IncreaseSubTaskViewingRotation \ +static_assert(alignof(AutoMoveTaskAssembler_IncreaseSubTaskViewingRotation) == 0x000001, "Wrong alignment on AutoMoveTaskAssembler_IncreaseSubTaskViewingRotation"); \ +static_assert(sizeof(AutoMoveTaskAssembler_IncreaseSubTaskViewingRotation) == 0x000001, "Wrong size on AutoMoveTaskAssembler_IncreaseSubTaskViewingRotation"); \ +static_assert(offsetof(AutoMoveTaskAssembler_IncreaseSubTaskViewingRotation, InRotateType) == 0x000000, "Member 'AutoMoveTaskAssembler_IncreaseSubTaskViewingRotation::InRotateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoMoveTaskAssembler_TransportSubTaskViewingPosition \ +static_assert(alignof(AutoMoveTaskAssembler_TransportSubTaskViewingPosition) == 0x000008, "Wrong alignment on AutoMoveTaskAssembler_TransportSubTaskViewingPosition"); \ +static_assert(sizeof(AutoMoveTaskAssembler_TransportSubTaskViewingPosition) == 0x000030, "Wrong size on AutoMoveTaskAssembler_TransportSubTaskViewingPosition"); \ +static_assert(offsetof(AutoMoveTaskAssembler_TransportSubTaskViewingPosition, InLocation) == 0x000000, "Member 'AutoMoveTaskAssembler_TransportSubTaskViewingPosition::InLocation' has a wrong offset!"); \ +static_assert(offsetof(AutoMoveTaskAssembler_TransportSubTaskViewingPosition, InRotator) == 0x000018, "Member 'AutoMoveTaskAssembler_TransportSubTaskViewingPosition::InRotator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAutoMoveTaskAssembler \ +static_assert(alignof(AAutoMoveTaskAssembler) == 0x000008, "Wrong alignment on AAutoMoveTaskAssembler"); \ +static_assert(sizeof(AAutoMoveTaskAssembler) == 0x000358, "Wrong size on AAutoMoveTaskAssembler"); \ +static_assert(offsetof(AAutoMoveTaskAssembler, Tasks) == 0x000330, "Member 'AAutoMoveTaskAssembler::Tasks' has a wrong offset!"); \ +static_assert(offsetof(AAutoMoveTaskAssembler, TaskID) == 0x000340, "Member 'AAutoMoveTaskAssembler::TaskID' has a wrong offset!"); \ +static_assert(offsetof(AAutoMoveTaskAssembler, PointsTaskIdList) == 0x000348, "Member 'AAutoMoveTaskAssembler::PointsTaskIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoOnlineSubsystemTest \ +static_assert(alignof(UAutoOnlineSubsystemTest) == 0x000008, "Wrong alignment on UAutoOnlineSubsystemTest"); \ +static_assert(sizeof(UAutoOnlineSubsystemTest) == 0x000028, "Wrong size on UAutoOnlineSubsystemTest"); \ + +#define DUMPER7_ASSERTS_ABattleCloud \ +static_assert(alignof(ABattleCloud) == 0x000008, "Wrong alignment on ABattleCloud"); \ +static_assert(sizeof(ABattleCloud) == 0x000290, "Wrong size on ABattleCloud"); \ +static_assert(offsetof(ABattleCloud, EnableSim) == 0x000288, "Member 'ABattleCloud::EnableSim' has a wrong offset!"); \ +static_assert(offsetof(ABattleCloud, MipmapDistanceScale) == 0x00028C, "Member 'ABattleCloud::MipmapDistanceScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic \ +static_assert(alignof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic) == 0x000048, "Wrong size on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic, InLineTraceObject) == 0x000000, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic::InLineTraceObject' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic, ReqID) == 0x000008, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic::ReqID' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic, Start) == 0x000010, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic, End) == 0x000028, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic::End' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic, TraceChannel) == 0x000040, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic, bTraceComplex) == 0x000041, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic, bDebug) == 0x000042, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingleStatic::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic \ +static_assert(alignof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic) == 0x000058, "Wrong size on BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic, InLineTraceObject) == 0x000000, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic::InLineTraceObject' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic, ReqID) == 0x000008, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic::ReqID' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic, Start) == 0x000010, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic, End) == 0x000028, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic::End' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic, ObjectTypes) == 0x000040, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic, bTraceComplex) == 0x000050, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic, bDebug) == 0x000051, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingleStatic::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_GetAndCleanLineTraceResults \ +static_assert(alignof(BGUAsyncLineTraceObject_GetAndCleanLineTraceResults) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_GetAndCleanLineTraceResults"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_GetAndCleanLineTraceResults) == 0x000018, "Wrong size on BGUAsyncLineTraceObject_GetAndCleanLineTraceResults"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_GetAndCleanLineTraceResults, OutAsyncLineTraceResults) == 0x000000, "Member 'BGUAsyncLineTraceObject_GetAndCleanLineTraceResults::OutAsyncLineTraceResults' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_GetAndCleanLineTraceResults, ReturnValue) == 0x000010, "Member 'BGUAsyncLineTraceObject_GetAndCleanLineTraceResults::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck \ +static_assert(alignof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck) == 0x000040, "Wrong size on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck, ReqID) == 0x000000, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck::ReqID' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck, Start) == 0x000008, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck, End) == 0x000020, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck::End' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck, TraceChannel) == 0x000038, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck, bTraceComplex) == 0x000039, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck, bDebug) == 0x00003A, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelOnlyCheck::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle \ +static_assert(alignof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle) == 0x000040, "Wrong size on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle, ReqID) == 0x000000, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle::ReqID' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle, Start) == 0x000008, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle, End) == 0x000020, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle::End' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle, TraceChannel) == 0x000038, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle, bTraceComplex) == 0x000039, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle, bDebug) == 0x00003A, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch \ +static_assert(alignof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch) == 0x000018, "Wrong size on BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch, ReqList) == 0x000000, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch::ReqList' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch, TraceChannel) == 0x000010, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch, bTraceComplex) == 0x000011, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch, bDebug) == 0x000012, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByChannelSingle_Batch::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle \ +static_assert(alignof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle) == 0x000050, "Wrong size on BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle, ReqID) == 0x000000, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle::ReqID' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle, Start) == 0x000008, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle::Start' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle, End) == 0x000020, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle::End' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle, ObjectTypes) == 0x000038, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle, bTraceComplex) == 0x000048, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle, bDebug) == 0x000049, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch \ +static_assert(alignof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch) == 0x000008, "Wrong alignment on BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch"); \ +static_assert(sizeof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch) == 0x000028, "Wrong size on BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch, ReqList) == 0x000000, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch::ReqList' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch, ObjectTypes) == 0x000010, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch, bTraceComplex) == 0x000020, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch, bDebug) == 0x000021, "Member 'BGUAsyncLineTraceObject_RequestAsyncLineTraceByObjectTypeSingle_Batch::bDebug' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUAsyncLineTraceObject \ +static_assert(alignof(UBGUAsyncLineTraceObject) == 0x000008, "Wrong alignment on UBGUAsyncLineTraceObject"); \ +static_assert(sizeof(UBGUAsyncLineTraceObject) == 0x000058, "Wrong size on UBGUAsyncLineTraceObject"); \ +static_assert(offsetof(UBGUAsyncLineTraceObject, IgnoreActors) == 0x000028, "Member 'UBGUAsyncLineTraceObject::IgnoreActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUMovieSceneComponentMaterialTrack \ +static_assert(alignof(UBGUMovieSceneComponentMaterialTrack) == 0x000008, "Wrong alignment on UBGUMovieSceneComponentMaterialTrack"); \ +static_assert(sizeof(UBGUMovieSceneComponentMaterialTrack) == 0x0000B0, "Wrong size on UBGUMovieSceneComponentMaterialTrack"); \ +static_assert(offsetof(UBGUMovieSceneComponentMaterialTrack, MaterialIndex) == 0x0000A8, "Member 'UBGUMovieSceneComponentMaterialTrack::MaterialIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_AddColorParameterKey \ +static_assert(alignof(BGUMovieSceneParameterSection_AddColorParameterKey) == 0x000008, "Wrong alignment on BGUMovieSceneParameterSection_AddColorParameterKey"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_AddColorParameterKey) == 0x000038, "Wrong size on BGUMovieSceneParameterSection_AddColorParameterKey"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddColorParameterKey, InParameterInfo) == 0x000000, "Member 'BGUMovieSceneParameterSection_AddColorParameterKey::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddColorParameterKey, InTime) == 0x000020, "Member 'BGUMovieSceneParameterSection_AddColorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddColorParameterKey, InValue) == 0x000024, "Member 'BGUMovieSceneParameterSection_AddColorParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_AddScalarParameterKey \ +static_assert(alignof(BGUMovieSceneParameterSection_AddScalarParameterKey) == 0x000008, "Wrong alignment on BGUMovieSceneParameterSection_AddScalarParameterKey"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_AddScalarParameterKey) == 0x000028, "Wrong size on BGUMovieSceneParameterSection_AddScalarParameterKey"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddScalarParameterKey, InParameterInfo) == 0x000000, "Member 'BGUMovieSceneParameterSection_AddScalarParameterKey::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddScalarParameterKey, InTime) == 0x000020, "Member 'BGUMovieSceneParameterSection_AddScalarParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddScalarParameterKey, InValue) == 0x000024, "Member 'BGUMovieSceneParameterSection_AddScalarParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_AddVectorParameterKey \ +static_assert(alignof(BGUMovieSceneParameterSection_AddVectorParameterKey) == 0x000008, "Wrong alignment on BGUMovieSceneParameterSection_AddVectorParameterKey"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_AddVectorParameterKey) == 0x000040, "Wrong size on BGUMovieSceneParameterSection_AddVectorParameterKey"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddVectorParameterKey, InParameterInfo) == 0x000000, "Member 'BGUMovieSceneParameterSection_AddVectorParameterKey::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddVectorParameterKey, InTime) == 0x000020, "Member 'BGUMovieSceneParameterSection_AddVectorParameterKey::InTime' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_AddVectorParameterKey, InValue) == 0x000028, "Member 'BGUMovieSceneParameterSection_AddVectorParameterKey::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_RemoveColorParameter \ +static_assert(alignof(BGUMovieSceneParameterSection_RemoveColorParameter) == 0x000008, "Wrong alignment on BGUMovieSceneParameterSection_RemoveColorParameter"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_RemoveColorParameter) == 0x000028, "Wrong size on BGUMovieSceneParameterSection_RemoveColorParameter"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveColorParameter, InParameterInfo) == 0x000000, "Member 'BGUMovieSceneParameterSection_RemoveColorParameter::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveColorParameter, ReturnValue) == 0x000020, "Member 'BGUMovieSceneParameterSection_RemoveColorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_RemoveColorParameterByName \ +static_assert(alignof(BGUMovieSceneParameterSection_RemoveColorParameterByName) == 0x000004, "Wrong alignment on BGUMovieSceneParameterSection_RemoveColorParameterByName"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_RemoveColorParameterByName) == 0x00000C, "Wrong size on BGUMovieSceneParameterSection_RemoveColorParameterByName"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveColorParameterByName, InParameterInfoName) == 0x000000, "Member 'BGUMovieSceneParameterSection_RemoveColorParameterByName::InParameterInfoName' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveColorParameterByName, ReturnValue) == 0x000008, "Member 'BGUMovieSceneParameterSection_RemoveColorParameterByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_RemoveScalarParameter \ +static_assert(alignof(BGUMovieSceneParameterSection_RemoveScalarParameter) == 0x000008, "Wrong alignment on BGUMovieSceneParameterSection_RemoveScalarParameter"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_RemoveScalarParameter) == 0x000028, "Wrong size on BGUMovieSceneParameterSection_RemoveScalarParameter"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveScalarParameter, InParameterInfo) == 0x000000, "Member 'BGUMovieSceneParameterSection_RemoveScalarParameter::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveScalarParameter, ReturnValue) == 0x000020, "Member 'BGUMovieSceneParameterSection_RemoveScalarParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_RemoveScalarParameterByName \ +static_assert(alignof(BGUMovieSceneParameterSection_RemoveScalarParameterByName) == 0x000004, "Wrong alignment on BGUMovieSceneParameterSection_RemoveScalarParameterByName"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_RemoveScalarParameterByName) == 0x00000C, "Wrong size on BGUMovieSceneParameterSection_RemoveScalarParameterByName"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveScalarParameterByName, InParameterInfoName) == 0x000000, "Member 'BGUMovieSceneParameterSection_RemoveScalarParameterByName::InParameterInfoName' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveScalarParameterByName, ReturnValue) == 0x000008, "Member 'BGUMovieSceneParameterSection_RemoveScalarParameterByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_RemoveVectorParameter \ +static_assert(alignof(BGUMovieSceneParameterSection_RemoveVectorParameter) == 0x000008, "Wrong alignment on BGUMovieSceneParameterSection_RemoveVectorParameter"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_RemoveVectorParameter) == 0x000028, "Wrong size on BGUMovieSceneParameterSection_RemoveVectorParameter"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveVectorParameter, InParameterInfo) == 0x000000, "Member 'BGUMovieSceneParameterSection_RemoveVectorParameter::InParameterInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveVectorParameter, ReturnValue) == 0x000020, "Member 'BGUMovieSceneParameterSection_RemoveVectorParameter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_RemoveVectorParameterByName \ +static_assert(alignof(BGUMovieSceneParameterSection_RemoveVectorParameterByName) == 0x000004, "Wrong alignment on BGUMovieSceneParameterSection_RemoveVectorParameterByName"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_RemoveVectorParameterByName) == 0x00000C, "Wrong size on BGUMovieSceneParameterSection_RemoveVectorParameterByName"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveVectorParameterByName, InParameterInfoName) == 0x000000, "Member 'BGUMovieSceneParameterSection_RemoveVectorParameterByName::InParameterInfoName' has a wrong offset!"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_RemoveVectorParameterByName, ReturnValue) == 0x000008, "Member 'BGUMovieSceneParameterSection_RemoveVectorParameterByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMovieSceneParameterSection_GetParameterInfos \ +static_assert(alignof(BGUMovieSceneParameterSection_GetParameterInfos) == 0x000008, "Wrong alignment on BGUMovieSceneParameterSection_GetParameterInfos"); \ +static_assert(sizeof(BGUMovieSceneParameterSection_GetParameterInfos) == 0x000050, "Wrong size on BGUMovieSceneParameterSection_GetParameterInfos"); \ +static_assert(offsetof(BGUMovieSceneParameterSection_GetParameterInfos, ParameterInfos) == 0x000000, "Member 'BGUMovieSceneParameterSection_GetParameterInfos::ParameterInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUMovieSceneParameterSection \ +static_assert(alignof(UBGUMovieSceneParameterSection) == 0x000008, "Wrong alignment on UBGUMovieSceneParameterSection"); \ +static_assert(sizeof(UBGUMovieSceneParameterSection) == 0x000120, "Wrong size on UBGUMovieSceneParameterSection"); \ +static_assert(offsetof(UBGUMovieSceneParameterSection, bAffectClothMaterial) == 0x0000E8, "Member 'UBGUMovieSceneParameterSection::bAffectClothMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGUMovieSceneParameterSection, bAffectAllMaterial) == 0x0000E9, "Member 'UBGUMovieSceneParameterSection::bAffectAllMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGUMovieSceneParameterSection, ScalarParameterInfosAndCurves) == 0x0000F0, "Member 'UBGUMovieSceneParameterSection::ScalarParameterInfosAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UBGUMovieSceneParameterSection, VectorParameterInfosAndCurves) == 0x000100, "Member 'UBGUMovieSceneParameterSection::VectorParameterInfosAndCurves' has a wrong offset!"); \ +static_assert(offsetof(UBGUMovieSceneParameterSection, ColorParameterInfosAndCurves) == 0x000110, "Member 'UBGUMovieSceneParameterSection::ColorParameterInfosAndCurves' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWBlockingVolume \ +static_assert(alignof(ABGWBlockingVolume) == 0x000008, "Wrong alignment on ABGWBlockingVolume"); \ +static_assert(sizeof(ABGWBlockingVolume) == 0x0002D0, "Wrong size on ABGWBlockingVolume"); \ +static_assert(offsetof(ABGWBlockingVolume, bNavModify) == 0x0002C8, "Member 'ABGWBlockingVolume::bNavModify' has a wrong offset!"); \ +static_assert(offsetof(ABGWBlockingVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x0002C9, "Member 'ABGWBlockingVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ACLRBindingTrigger \ +static_assert(alignof(ACLRBindingTrigger) == 0x000008, "Wrong alignment on ACLRBindingTrigger"); \ +static_assert(sizeof(ACLRBindingTrigger) == 0x000288, "Wrong size on ACLRBindingTrigger"); \ + +#define DUMPER7_ASSERTS_AssetDataArray_GetAssetDataCount \ +static_assert(alignof(AssetDataArray_GetAssetDataCount) == 0x000004, "Wrong alignment on AssetDataArray_GetAssetDataCount"); \ +static_assert(sizeof(AssetDataArray_GetAssetDataCount) == 0x000004, "Wrong size on AssetDataArray_GetAssetDataCount"); \ +static_assert(offsetof(AssetDataArray_GetAssetDataCount, ReturnValue) == 0x000000, "Member 'AssetDataArray_GetAssetDataCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetDataArray_GetTagValueByIdx \ +static_assert(alignof(AssetDataArray_GetTagValueByIdx) == 0x000008, "Wrong alignment on AssetDataArray_GetTagValueByIdx"); \ +static_assert(sizeof(AssetDataArray_GetTagValueByIdx) == 0x000020, "Wrong size on AssetDataArray_GetTagValueByIdx"); \ +static_assert(offsetof(AssetDataArray_GetTagValueByIdx, TagName) == 0x000000, "Member 'AssetDataArray_GetTagValueByIdx::TagName' has a wrong offset!"); \ +static_assert(offsetof(AssetDataArray_GetTagValueByIdx, Idx) == 0x000008, "Member 'AssetDataArray_GetTagValueByIdx::Idx' has a wrong offset!"); \ +static_assert(offsetof(AssetDataArray_GetTagValueByIdx, ReturnValue) == 0x000010, "Member 'AssetDataArray_GetTagValueByIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetDataArray_SetActiveIdx \ +static_assert(alignof(AssetDataArray_SetActiveIdx) == 0x000004, "Wrong alignment on AssetDataArray_SetActiveIdx"); \ +static_assert(sizeof(AssetDataArray_SetActiveIdx) == 0x000004, "Wrong size on AssetDataArray_SetActiveIdx"); \ +static_assert(offsetof(AssetDataArray_SetActiveIdx, Idx) == 0x000000, "Member 'AssetDataArray_SetActiveIdx::Idx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAssetDataArray \ +static_assert(alignof(UAssetDataArray) == 0x000008, "Wrong alignment on UAssetDataArray"); \ +static_assert(sizeof(UAssetDataArray) == 0x000040, "Wrong size on UAssetDataArray"); \ +static_assert(offsetof(UAssetDataArray, AssetDataArr) == 0x000028, "Member 'UAssetDataArray::AssetDataArr' has a wrong offset!"); \ +static_assert(offsetof(UAssetDataArray, ActiveIdx) == 0x000038, "Member 'UAssetDataArray::ActiveIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExedreScriptedTexture \ +static_assert(alignof(UExedreScriptedTexture) == 0x000010, "Wrong alignment on UExedreScriptedTexture"); \ +static_assert(sizeof(UExedreScriptedTexture) == 0x000340, "Wrong size on UExedreScriptedTexture"); \ +static_assert(offsetof(UExedreScriptedTexture, UseMipMaps) == 0x0002C0, "Member 'UExedreScriptedTexture::UseMipMaps' has a wrong offset!"); \ +static_assert(offsetof(UExedreScriptedTexture, RTFormat) == 0x0002C1, "Member 'UExedreScriptedTexture::RTFormat' has a wrong offset!"); \ +static_assert(offsetof(UExedreScriptedTexture, ScriptedTexture) == 0x000328, "Member 'UExedreScriptedTexture::ScriptedTexture' has a wrong offset!"); \ +static_assert(offsetof(UExedreScriptedTexture, RenderingWidget) == 0x000330, "Member 'UExedreScriptedTexture::RenderingWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExedreWidgetRenderTarget \ +static_assert(alignof(UExedreWidgetRenderTarget) == 0x000010, "Wrong alignment on UExedreWidgetRenderTarget"); \ +static_assert(sizeof(UExedreWidgetRenderTarget) == 0x000390, "Wrong size on UExedreWidgetRenderTarget"); \ +static_assert(offsetof(UExedreWidgetRenderTarget, RenderingMaterial) == 0x0002A8, "Member 'UExedreWidgetRenderTarget::RenderingMaterial' has a wrong offset!"); \ +static_assert(offsetof(UExedreWidgetRenderTarget, ImageBrush) == 0x0002B0, "Member 'UExedreWidgetRenderTarget::ImageBrush' has a wrong offset!"); \ +static_assert(offsetof(UExedreWidgetRenderTarget, DefaultTexture) == 0x000380, "Member 'UExedreWidgetRenderTarget::DefaultTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFoliageInteractiveVolume \ +static_assert(alignof(AFoliageInteractiveVolume) == 0x000008, "Wrong alignment on AFoliageInteractiveVolume"); \ +static_assert(sizeof(AFoliageInteractiveVolume) == 0x000290, "Wrong size on AFoliageInteractiveVolume"); \ + +#define DUMPER7_ASSERTS_AGenerateLandscapeHeightfieldVolume \ +static_assert(alignof(AGenerateLandscapeHeightfieldVolume) == 0x000008, "Wrong alignment on AGenerateLandscapeHeightfieldVolume"); \ +static_assert(sizeof(AGenerateLandscapeHeightfieldVolume) == 0x0002C0, "Wrong size on AGenerateLandscapeHeightfieldVolume"); \ + +#define DUMPER7_ASSERTS_AGenerateLandscapeVolume \ +static_assert(alignof(AGenerateLandscapeVolume) == 0x000008, "Wrong alignment on AGenerateLandscapeVolume"); \ +static_assert(sizeof(AGenerateLandscapeVolume) == 0x000360, "Wrong size on AGenerateLandscapeVolume"); \ +static_assert(offsetof(AGenerateLandscapeVolume, ExportFilename) == 0x0002C0, "Member 'AGenerateLandscapeVolume::ExportFilename' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, LandscapeHeightLiftUp) == 0x0002D0, "Member 'AGenerateLandscapeVolume::LandscapeHeightLiftUp' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, ResolutionPerComponent) == 0x0002D4, "Member 'AGenerateLandscapeVolume::ResolutionPerComponent' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, LandscapeMaterial) == 0x0002D8, "Member 'AGenerateLandscapeVolume::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, LandscapeHoleMaterial) == 0x0002E0, "Member 'AGenerateLandscapeVolume::LandscapeHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, StaticMeshToPMGrassList) == 0x0002E8, "Member 'AGenerateLandscapeVolume::StaticMeshToPMGrassList' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, IgnoreActorTags) == 0x0002F0, "Member 'AGenerateLandscapeVolume::IgnoreActorTags' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, ComponentScaleXY) == 0x000300, "Member 'AGenerateLandscapeVolume::ComponentScaleXY' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, OriginPoint) == 0x000310, "Member 'AGenerateLandscapeVolume::OriginPoint' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, MaxDeltaZ) == 0x000328, "Member 'AGenerateLandscapeVolume::MaxDeltaZ' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, ComponentMinIndex) == 0x00032C, "Member 'AGenerateLandscapeVolume::ComponentMinIndex' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, ComponentNum) == 0x000334, "Member 'AGenerateLandscapeVolume::ComponentNum' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, HeightfieldResolution) == 0x00033C, "Member 'AGenerateLandscapeVolume::HeightfieldResolution' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, LandscapeActor) == 0x000348, "Member 'AGenerateLandscapeVolume::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(AGenerateLandscapeVolume, LandscapeStreamingProxies) == 0x000350, "Member 'AGenerateLandscapeVolume::LandscapeStreamingProxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSBitmapFontBox_SetText \ +static_assert(alignof(GSBitmapFontBox_SetText) == 0x000008, "Wrong alignment on GSBitmapFontBox_SetText"); \ +static_assert(sizeof(GSBitmapFontBox_SetText) == 0x000018, "Wrong size on GSBitmapFontBox_SetText"); \ +static_assert(offsetof(GSBitmapFontBox_SetText, InText) == 0x000000, "Member 'GSBitmapFontBox_SetText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSBitmapFontBox \ +static_assert(alignof(UGSBitmapFontBox) == 0x000010, "Wrong alignment on UGSBitmapFontBox"); \ +static_assert(sizeof(UGSBitmapFontBox) == 0x000270, "Wrong size on UGSBitmapFontBox"); \ +static_assert(offsetof(UGSBitmapFontBox, Brush) == 0x000130, "Member 'UGSBitmapFontBox::Brush' has a wrong offset!"); \ +static_assert(offsetof(UGSBitmapFontBox, BrushDelegate) == 0x000200, "Member 'UGSBitmapFontBox::BrushDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSBitmapFontBox, Font) == 0x000210, "Member 'UGSBitmapFontBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UGSBitmapFontBox, Text) == 0x000218, "Member 'UGSBitmapFontBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UGSBitmapFontBox, TextDelegate) == 0x000230, "Member 'UGSBitmapFontBox::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSBitmapFontBox, FontScaleFactor) == 0x000240, "Member 'UGSBitmapFontBox::FontScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UGSBitmapFontBox, CharSpacing) == 0x000244, "Member 'UGSBitmapFontBox::CharSpacing' has a wrong offset!"); \ +static_assert(offsetof(UGSBitmapFontBox, Justification) == 0x000248, "Member 'UGSBitmapFontBox::Justification' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSCrowdManagerV1 \ +static_assert(alignof(UGSCrowdManagerV1) == 0x000008, "Wrong alignment on UGSCrowdManagerV1"); \ +static_assert(sizeof(UGSCrowdManagerV1) == 0x0001A0, "Wrong size on UGSCrowdManagerV1"); \ + +#define DUMPER7_ASSERTS_UGSDropCanvasPanel \ +static_assert(alignof(UGSDropCanvasPanel) == 0x000008, "Wrong alignment on UGSDropCanvasPanel"); \ +static_assert(sizeof(UGSDropCanvasPanel) == 0x000168, "Wrong size on UGSDropCanvasPanel"); \ +static_assert(offsetof(UGSDropCanvasPanel, OnDropEvent) == 0x000158, "Member 'UGSDropCanvasPanel::OnDropEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSEWaterBodyRiver \ +static_assert(alignof(AGSEWaterBodyRiver) == 0x000008, "Wrong alignment on AGSEWaterBodyRiver"); \ +static_assert(sizeof(AGSEWaterBodyRiver) == 0x0002B8, "Wrong size on AGSEWaterBodyRiver"); \ + +#define DUMPER7_ASSERTS_GSE_AIFuncLib_AISetBT \ +static_assert(alignof(GSE_AIFuncLib_AISetBT) == 0x000008, "Wrong alignment on GSE_AIFuncLib_AISetBT"); \ +static_assert(sizeof(GSE_AIFuncLib_AISetBT) == 0x000010, "Wrong size on GSE_AIFuncLib_AISetBT"); \ +static_assert(offsetof(GSE_AIFuncLib_AISetBT, Actor) == 0x000000, "Member 'GSE_AIFuncLib_AISetBT::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_AISetBT, BTAsset) == 0x000008, "Member 'GSE_AIFuncLib_AISetBT::BTAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AIFuncLib_ListenerForgetsActor \ +static_assert(alignof(GSE_AIFuncLib_ListenerForgetsActor) == 0x000008, "Wrong alignment on GSE_AIFuncLib_ListenerForgetsActor"); \ +static_assert(sizeof(GSE_AIFuncLib_ListenerForgetsActor) == 0x000010, "Wrong size on GSE_AIFuncLib_ListenerForgetsActor"); \ +static_assert(offsetof(GSE_AIFuncLib_ListenerForgetsActor, PerceptionComp) == 0x000000, "Member 'GSE_AIFuncLib_ListenerForgetsActor::PerceptionComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_ListenerForgetsActor, ActorToForget) == 0x000008, "Member 'GSE_AIFuncLib_ListenerForgetsActor::ActorToForget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AIFuncLib_SetAIBTPause \ +static_assert(alignof(GSE_AIFuncLib_SetAIBTPause) == 0x000008, "Wrong alignment on GSE_AIFuncLib_SetAIBTPause"); \ +static_assert(sizeof(GSE_AIFuncLib_SetAIBTPause) == 0x000010, "Wrong size on GSE_AIFuncLib_SetAIBTPause"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAIBTPause, BrainComponent) == 0x000000, "Member 'GSE_AIFuncLib_SetAIBTPause::BrainComponent' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAIBTPause, bEnable) == 0x000008, "Member 'GSE_AIFuncLib_SetAIBTPause::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AIFuncLib_SetAIBTStop \ +static_assert(alignof(GSE_AIFuncLib_SetAIBTStop) == 0x000008, "Wrong alignment on GSE_AIFuncLib_SetAIBTStop"); \ +static_assert(sizeof(GSE_AIFuncLib_SetAIBTStop) == 0x000008, "Wrong size on GSE_AIFuncLib_SetAIBTStop"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAIBTStop, BTComp) == 0x000000, "Member 'GSE_AIFuncLib_SetAIBTStop::BTComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AIFuncLib_SetAISenseConfig \ +static_assert(alignof(GSE_AIFuncLib_SetAISenseConfig) == 0x000008, "Wrong alignment on GSE_AIFuncLib_SetAISenseConfig"); \ +static_assert(sizeof(GSE_AIFuncLib_SetAISenseConfig) == 0x000020, "Wrong size on GSE_AIFuncLib_SetAISenseConfig"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, PerceptionComp) == 0x000000, "Member 'GSE_AIFuncLib_SetAISenseConfig::PerceptionComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, HearRange) == 0x000008, "Member 'GSE_AIFuncLib_SetAISenseConfig::HearRange' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, SightRange) == 0x00000C, "Member 'GSE_AIFuncLib_SetAISenseConfig::SightRange' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, LoseSightRange) == 0x000010, "Member 'GSE_AIFuncLib_SetAISenseConfig::LoseSightRange' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, VisionAngleDegrees) == 0x000014, "Member 'GSE_AIFuncLib_SetAISenseConfig::VisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, ASRangeFromLastSeenLoc) == 0x000018, "Member 'GSE_AIFuncLib_SetAISenseConfig::ASRangeFromLastSeenLoc' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, IsSightDominantSense) == 0x00001C, "Member 'GSE_AIFuncLib_SetAISenseConfig::IsSightDominantSense' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, IsHearingSet) == 0x00001D, "Member 'GSE_AIFuncLib_SetAISenseConfig::IsHearingSet' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SetAISenseConfig, IsSightSet) == 0x00001E, "Member 'GSE_AIFuncLib_SetAISenseConfig::IsSightSet' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AIFuncLib_SetPerceptionForgetAll \ +static_assert(alignof(GSE_AIFuncLib_SetPerceptionForgetAll) == 0x000008, "Wrong alignment on GSE_AIFuncLib_SetPerceptionForgetAll"); \ +static_assert(sizeof(GSE_AIFuncLib_SetPerceptionForgetAll) == 0x000008, "Wrong size on GSE_AIFuncLib_SetPerceptionForgetAll"); \ +static_assert(offsetof(GSE_AIFuncLib_SetPerceptionForgetAll, PerceptionComp) == 0x000000, "Member 'GSE_AIFuncLib_SetPerceptionForgetAll::PerceptionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AIFuncLib_SinglePerceptionSetEnable \ +static_assert(alignof(GSE_AIFuncLib_SinglePerceptionSetEnable) == 0x000008, "Wrong alignment on GSE_AIFuncLib_SinglePerceptionSetEnable"); \ +static_assert(sizeof(GSE_AIFuncLib_SinglePerceptionSetEnable) == 0x000010, "Wrong size on GSE_AIFuncLib_SinglePerceptionSetEnable"); \ +static_assert(offsetof(GSE_AIFuncLib_SinglePerceptionSetEnable, PerceptionComp) == 0x000000, "Member 'GSE_AIFuncLib_SinglePerceptionSetEnable::PerceptionComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SinglePerceptionSetEnable, IsHearing) == 0x000008, "Member 'GSE_AIFuncLib_SinglePerceptionSetEnable::IsHearing' has a wrong offset!"); \ +static_assert(offsetof(GSE_AIFuncLib_SinglePerceptionSetEnable, bEnable) == 0x000009, "Member 'GSE_AIFuncLib_SinglePerceptionSetEnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_AIFuncLib \ +static_assert(alignof(UGSE_AIFuncLib) == 0x000008, "Wrong alignment on UGSE_AIFuncLib"); \ +static_assert(sizeof(UGSE_AIFuncLib) == 0x000028, "Wrong size on UGSE_AIFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_AnimationFuncLib_AnimationBindAllPossessableObject \ +static_assert(alignof(GSE_AnimationFuncLib_AnimationBindAllPossessableObject) == 0x000008, "Wrong alignment on GSE_AnimationFuncLib_AnimationBindAllPossessableObject"); \ +static_assert(sizeof(GSE_AnimationFuncLib_AnimationBindAllPossessableObject) == 0x000018, "Wrong size on GSE_AnimationFuncLib_AnimationBindAllPossessableObject"); \ +static_assert(offsetof(GSE_AnimationFuncLib_AnimationBindAllPossessableObject, RootWidget) == 0x000000, "Member 'GSE_AnimationFuncLib_AnimationBindAllPossessableObject::RootWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_AnimationBindAllPossessableObject, Animation) == 0x000008, "Member 'GSE_AnimationFuncLib_AnimationBindAllPossessableObject::Animation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_AnimationBindAllPossessableObject, UseDisplayName) == 0x000010, "Member 'GSE_AnimationFuncLib_AnimationBindAllPossessableObject::UseDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimationFuncLib_AnimationBindPossessableObjectCS \ +static_assert(alignof(GSE_AnimationFuncLib_AnimationBindPossessableObjectCS) == 0x000008, "Wrong alignment on GSE_AnimationFuncLib_AnimationBindPossessableObjectCS"); \ +static_assert(sizeof(GSE_AnimationFuncLib_AnimationBindPossessableObjectCS) == 0x000030, "Wrong size on GSE_AnimationFuncLib_AnimationBindPossessableObjectCS"); \ +static_assert(offsetof(GSE_AnimationFuncLib_AnimationBindPossessableObjectCS, Animation) == 0x000000, "Member 'GSE_AnimationFuncLib_AnimationBindPossessableObjectCS::Animation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_AnimationBindPossessableObjectCS, BindingID) == 0x000008, "Member 'GSE_AnimationFuncLib_AnimationBindPossessableObjectCS::BindingID' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_AnimationBindPossessableObjectCS, BindObj) == 0x000020, "Member 'GSE_AnimationFuncLib_AnimationBindPossessableObjectCS::BindObj' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_AnimationBindPossessableObjectCS, Ctx) == 0x000028, "Member 'GSE_AnimationFuncLib_AnimationBindPossessableObjectCS::Ctx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimationFuncLib_DuplicateAnimation \ +static_assert(alignof(GSE_AnimationFuncLib_DuplicateAnimation) == 0x000008, "Wrong alignment on GSE_AnimationFuncLib_DuplicateAnimation"); \ +static_assert(sizeof(GSE_AnimationFuncLib_DuplicateAnimation) == 0x000020, "Wrong size on GSE_AnimationFuncLib_DuplicateAnimation"); \ +static_assert(offsetof(GSE_AnimationFuncLib_DuplicateAnimation, InAnimation) == 0x000000, "Member 'GSE_AnimationFuncLib_DuplicateAnimation::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_DuplicateAnimation, Outer_0) == 0x000008, "Member 'GSE_AnimationFuncLib_DuplicateAnimation::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_DuplicateAnimation, Name_0) == 0x000010, "Member 'GSE_AnimationFuncLib_DuplicateAnimation::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_DuplicateAnimation, ReturnValue) == 0x000018, "Member 'GSE_AnimationFuncLib_DuplicateAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName \ +static_assert(alignof(GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName) == 0x000008, "Wrong alignment on GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName"); \ +static_assert(sizeof(GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName) == 0x000028, "Wrong size on GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName, Animation) == 0x000000, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName::Animation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName, TargetName) == 0x000008, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName, ReturnValue) == 0x000010, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimationFuncLib_GetAnimationBindingIDByName \ +static_assert(alignof(GSE_AnimationFuncLib_GetAnimationBindingIDByName) == 0x000008, "Wrong alignment on GSE_AnimationFuncLib_GetAnimationBindingIDByName"); \ +static_assert(sizeof(GSE_AnimationFuncLib_GetAnimationBindingIDByName) == 0x000028, "Wrong size on GSE_AnimationFuncLib_GetAnimationBindingIDByName"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByName, Animation) == 0x000000, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByName::Animation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByName, TargetName) == 0x000008, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByName::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByName, ReturnValue) == 0x000010, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS \ +static_assert(alignof(GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS) == 0x000008, "Wrong alignment on GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS"); \ +static_assert(sizeof(GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS) == 0x000028, "Wrong size on GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS, Animation) == 0x000000, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS::Animation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS, TargetName) == 0x000008, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS, ReturnValue) == 0x000010, "Member 'GSE_AnimationFuncLib_GetAnimationBindingIDByNameCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimationFuncLib_SaveAsset \ +static_assert(alignof(GSE_AnimationFuncLib_SaveAsset) == 0x000008, "Wrong alignment on GSE_AnimationFuncLib_SaveAsset"); \ +static_assert(sizeof(GSE_AnimationFuncLib_SaveAsset) == 0x000030, "Wrong size on GSE_AnimationFuncLib_SaveAsset"); \ +static_assert(offsetof(GSE_AnimationFuncLib_SaveAsset, InAnimation) == 0x000000, "Member 'GSE_AnimationFuncLib_SaveAsset::InAnimation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_SaveAsset, Path) == 0x000008, "Member 'GSE_AnimationFuncLib_SaveAsset::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_SaveAsset, Name_0) == 0x000018, "Member 'GSE_AnimationFuncLib_SaveAsset::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimationFuncLib_SaveAsset, ReturnValue) == 0x000028, "Member 'GSE_AnimationFuncLib_SaveAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_AnimationFuncLib \ +static_assert(alignof(UGSE_AnimationFuncLib) == 0x000008, "Wrong alignment on UGSE_AnimationFuncLib"); \ +static_assert(sizeof(UGSE_AnimationFuncLib) == 0x000028, "Wrong size on UGSE_AnimationFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget \ +static_assert(alignof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget) == 0x000008, "Wrong alignment on GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget"); \ +static_assert(sizeof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget) == 0x000050, "Wrong size on GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget, UpdateContext) == 0x000000, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget, SequenceEvaluator) == 0x000010, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget, DistanceToTarget) == 0x000020, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget::DistanceToTarget' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget, DistanceCurveName) == 0x000024, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget::DistanceCurveName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget, PlayRateClamp) == 0x000030, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget::PlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget, ReturnValue) == 0x000040, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeByDistanceMatchToTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching \ +static_assert(alignof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching) == 0x000008, "Wrong alignment on GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching"); \ +static_assert(sizeof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching) == 0x000048, "Wrong size on GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching, UpdateContext) == 0x000000, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching::UpdateContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching, SequenceEvaluator) == 0x000010, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching::SequenceEvaluator' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching, SpeedToMatch) == 0x000020, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching::SpeedToMatch' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching, PlayRateClamp) == 0x000028, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching::PlayRateClamp' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching, ReturnValue) == 0x000038, "Member 'GSE_AnimDistanceMatchingLibrary_AdvanceTimeBySpeedMatching::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_AnimDistanceMatchingLibrary \ +static_assert(alignof(UGSE_AnimDistanceMatchingLibrary) == 0x000008, "Wrong alignment on UGSE_AnimDistanceMatchingLibrary"); \ +static_assert(sizeof(UGSE_AnimDistanceMatchingLibrary) == 0x000028, "Wrong size on UGSE_AnimDistanceMatchingLibrary"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight \ +static_assert(alignof(GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight"); \ +static_assert(sizeof(GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight) == 0x000020, "Wrong size on GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight"); \ +static_assert(offsetof(GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight, StateMachineName) == 0x000008, "Member 'GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight::StateMachineName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight, StateName) == 0x000010, "Member 'GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight::StateName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight, ReturnValue) == 0x000018, "Member 'GSE_AnimFuncLib_ABPStateMachineGetGlobalWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AddAnimSequence \ +static_assert(alignof(GSE_AnimFuncLib_AddAnimSequence) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AddAnimSequence"); \ +static_assert(sizeof(GSE_AnimFuncLib_AddAnimSequence) == 0x000018, "Wrong size on GSE_AnimFuncLib_AddAnimSequence"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddAnimSequence, TargetMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AddAnimSequence::TargetMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddAnimSequence, Sequence) == 0x000008, "Member 'GSE_AnimFuncLib_AddAnimSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddAnimSequence, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_AddAnimSequence::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AddPoint \ +static_assert(alignof(GSE_AnimFuncLib_AddPoint) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AddPoint"); \ +static_assert(sizeof(GSE_AnimFuncLib_AddPoint) == 0x000030, "Wrong size on GSE_AnimFuncLib_AddPoint"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPoint, BlendSpace) == 0x000000, "Member 'GSE_AnimFuncLib_AddPoint::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPoint, PointSequence) == 0x000008, "Member 'GSE_AnimFuncLib_AddPoint::PointSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPoint, PointValue) == 0x000010, "Member 'GSE_AnimFuncLib_AddPoint::PointValue' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPoint, ReturnValue) == 0x000028, "Member 'GSE_AnimFuncLib_AddPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AddPreviewAssetToSkeleton \ +static_assert(alignof(GSE_AnimFuncLib_AddPreviewAssetToSkeleton) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AddPreviewAssetToSkeleton"); \ +static_assert(sizeof(GSE_AnimFuncLib_AddPreviewAssetToSkeleton) == 0x000028, "Wrong size on GSE_AnimFuncLib_AddPreviewAssetToSkeleton"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPreviewAssetToSkeleton, InUSkeleton) == 0x000000, "Member 'GSE_AnimFuncLib_AddPreviewAssetToSkeleton::InUSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPreviewAssetToSkeleton, BoneName) == 0x000008, "Member 'GSE_AnimFuncLib_AddPreviewAssetToSkeleton::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPreviewAssetToSkeleton, PreviewAsset) == 0x000018, "Member 'GSE_AnimFuncLib_AddPreviewAssetToSkeleton::PreviewAsset' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddPreviewAssetToSkeleton, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_AddPreviewAssetToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AddSocketToSkeleton \ +static_assert(alignof(GSE_AnimFuncLib_AddSocketToSkeleton) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_AddSocketToSkeleton"); \ +static_assert(sizeof(GSE_AnimFuncLib_AddSocketToSkeleton) == 0x0000A0, "Wrong size on GSE_AnimFuncLib_AddSocketToSkeleton"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddSocketToSkeleton, InUSkeleton) == 0x000000, "Member 'GSE_AnimFuncLib_AddSocketToSkeleton::InUSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddSocketToSkeleton, BoneName) == 0x000008, "Member 'GSE_AnimFuncLib_AddSocketToSkeleton::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddSocketToSkeleton, SocketName) == 0x000018, "Member 'GSE_AnimFuncLib_AddSocketToSkeleton::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddSocketToSkeleton, Offset) == 0x000030, "Member 'GSE_AnimFuncLib_AddSocketToSkeleton::Offset' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AddSocketToSkeleton, ReturnValue) == 0x000090, "Member 'GSE_AnimFuncLib_AddSocketToSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimInstanceMontageSetPos \ +static_assert(alignof(GSE_AnimFuncLib_AnimInstanceMontageSetPos) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimInstanceMontageSetPos"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimInstanceMontageSetPos) == 0x000010, "Wrong size on GSE_AnimFuncLib_AnimInstanceMontageSetPos"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimInstanceMontageSetPos, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_AnimInstanceMontageSetPos::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimInstanceMontageSetPos, MontagePos) == 0x000008, "Member 'GSE_AnimFuncLib_AnimInstanceMontageSetPos::MontagePos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime \ +static_assert(alignof(GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime) == 0x000010, "Wrong size on GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime, BlendInTime) == 0x000008, "Member 'GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime, BlendOutTime) == 0x00000C, "Member 'GSE_AnimFuncLib_AnimMontageGetBlendInAndOutTime::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimMontageGetBoneTransformWS \ +static_assert(alignof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_AnimMontageGetBoneTransformWS"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS) == 0x0000A0, "Wrong size on GSE_AnimFuncLib_AnimMontageGetBoneTransformWS"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimMontageGetBoneTransformWS::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS, MeshComponent) == 0x000008, "Member 'GSE_AnimFuncLib_AnimMontageGetBoneTransformWS::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS, BoneName) == 0x000010, "Member 'GSE_AnimFuncLib_AnimMontageGetBoneTransformWS::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS, Pos) == 0x000018, "Member 'GSE_AnimFuncLib_AnimMontageGetBoneTransformWS::Pos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS, IsNeedFixRotator) == 0x00001C, "Member 'GSE_AnimFuncLib_AnimMontageGetBoneTransformWS::IsNeedFixRotator' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS, FixRotator) == 0x000020, "Member 'GSE_AnimFuncLib_AnimMontageGetBoneTransformWS::FixRotator' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetBoneTransformWS, ReturnValue) == 0x000040, "Member 'GSE_AnimFuncLib_AnimMontageGetBoneTransformWS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale \ +static_assert(alignof(GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale) == 0x000010, "Wrong size on GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_AnimMontageGetMontageEndTimeForScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform \ +static_assert(alignof(GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform) == 0x000080, "Wrong size on GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform, MeshComponent) == 0x000008, "Member 'GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform::MeshComponent' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform, BoneName) == 0x000010, "Member 'GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform, Pos) == 0x000018, "Member 'GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform::Pos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_AnimMontageGetQTEBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale \ +static_assert(alignof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale) == 0x000048, "Wrong size on GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale, OutStartPos) == 0x000008, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale::OutStartPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale, OutEndPos) == 0x000020, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale, LeftScaleTime) == 0x000038, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale::LeftScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale, RightScaleTime) == 0x00003C, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale::RightScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale, ReturnValue) == 0x000040, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionLocationForScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale \ +static_assert(alignof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale) == 0x000048, "Wrong size on GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale, OutStartRotation) == 0x000008, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale::OutStartRotation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale, OutEndRotation) == 0x000020, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale::OutEndRotation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale, LeftScaleTime) == 0x000038, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale::LeftScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale, RightScaleTime) == 0x00003C, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale::RightScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale, ReturnValue) == 0x000040, "Member 'GSE_AnimFuncLib_AnimMontageGetRootMotionRotationForScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale \ +static_assert(alignof(GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale) == 0x000040, "Wrong size on GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale, OutEndPos) == 0x000008, "Member 'GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale, ScaleTime) == 0x000020, "Member 'GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale::ScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale, SocketName) == 0x000028, "Member 'GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale, ReturnValue) == 0x000038, "Member 'GSE_AnimFuncLib_AnimMontageGetSocketLocationForScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve \ +static_assert(alignof(GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve) == 0x000018, "Wrong size on GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve, AnimationSequence) == 0x000000, "Member 'GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve::AnimationSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve, CurveName) == 0x000008, "Member 'GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve::CurveName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve, DistanceValue) == 0x000010, "Member 'GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve::DistanceValue' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve, ReturnValue) == 0x000014, "Member 'GSE_AnimFuncLib_AnimSequenceFindPosWithDistanceCurve::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale \ +static_assert(alignof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale) == 0x000048, "Wrong size on GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale, OutStartPos) == 0x000008, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale::OutStartPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale, OutEndPos) == 0x000020, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale, LeftScaleTime) == 0x000038, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale::LeftScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale, RightScaleTime) == 0x00003C, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale::RightScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale, ReturnValue) == 0x000040, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionLocationForScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale \ +static_assert(alignof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale"); \ +static_assert(sizeof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale) == 0x000060, "Wrong size on GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale, OutStartPos) == 0x000010, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale::OutStartPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale, OutEndPos) == 0x000030, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale::OutEndPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale, LeftScaleTime) == 0x000050, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale::LeftScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale, RightScaleTime) == 0x000054, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale::RightScaleTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale, ReturnValue) == 0x000058, "Member 'GSE_AnimFuncLib_AnimSequenceGetRootMotionRotationForScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_ApplyDamage \ +static_assert(alignof(GSE_AnimFuncLib_ApplyDamage) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_ApplyDamage"); \ +static_assert(sizeof(GSE_AnimFuncLib_ApplyDamage) == 0x000048, "Wrong size on GSE_AnimFuncLib_ApplyDamage"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyDamage, Destructible) == 0x000000, "Member 'GSE_AnimFuncLib_ApplyDamage::Destructible' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyDamage, DamageAmount) == 0x000008, "Member 'GSE_AnimFuncLib_ApplyDamage::DamageAmount' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyDamage, HitLocation) == 0x000010, "Member 'GSE_AnimFuncLib_ApplyDamage::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyDamage, ImpulseDir) == 0x000028, "Member 'GSE_AnimFuncLib_ApplyDamage::ImpulseDir' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyDamage, ImpulseStrength) == 0x000040, "Member 'GSE_AnimFuncLib_ApplyDamage::ImpulseStrength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_ApplyRadiusDamage \ +static_assert(alignof(GSE_AnimFuncLib_ApplyRadiusDamage) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_ApplyRadiusDamage"); \ +static_assert(sizeof(GSE_AnimFuncLib_ApplyRadiusDamage) == 0x000038, "Wrong size on GSE_AnimFuncLib_ApplyRadiusDamage"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyRadiusDamage, Destructible) == 0x000000, "Member 'GSE_AnimFuncLib_ApplyRadiusDamage::Destructible' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyRadiusDamage, BaseDamage) == 0x000008, "Member 'GSE_AnimFuncLib_ApplyRadiusDamage::BaseDamage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyRadiusDamage, HurtOrigin) == 0x000010, "Member 'GSE_AnimFuncLib_ApplyRadiusDamage::HurtOrigin' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyRadiusDamage, DamageRadius) == 0x000028, "Member 'GSE_AnimFuncLib_ApplyRadiusDamage::DamageRadius' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyRadiusDamage, ImpulseStrength) == 0x00002C, "Member 'GSE_AnimFuncLib_ApplyRadiusDamage::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ApplyRadiusDamage, bFullDamage) == 0x000030, "Member 'GSE_AnimFuncLib_ApplyRadiusDamage::bFullDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_CalcSlotMontageLocalWeight \ +static_assert(alignof(GSE_AnimFuncLib_CalcSlotMontageLocalWeight) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_CalcSlotMontageLocalWeight"); \ +static_assert(sizeof(GSE_AnimFuncLib_CalcSlotMontageLocalWeight) == 0x000018, "Wrong size on GSE_AnimFuncLib_CalcSlotMontageLocalWeight"); \ +static_assert(offsetof(GSE_AnimFuncLib_CalcSlotMontageLocalWeight, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_CalcSlotMontageLocalWeight::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CalcSlotMontageLocalWeight, SlotNodeName) == 0x000008, "Member 'GSE_AnimFuncLib_CalcSlotMontageLocalWeight::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CalcSlotMontageLocalWeight, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_CalcSlotMontageLocalWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_ChangeAnimSeqParamAndSave \ +static_assert(alignof(GSE_AnimFuncLib_ChangeAnimSeqParamAndSave) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_ChangeAnimSeqParamAndSave"); \ +static_assert(sizeof(GSE_AnimFuncLib_ChangeAnimSeqParamAndSave) == 0x000010, "Wrong size on GSE_AnimFuncLib_ChangeAnimSeqParamAndSave"); \ +static_assert(offsetof(GSE_AnimFuncLib_ChangeAnimSeqParamAndSave, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_ChangeAnimSeqParamAndSave::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ChangeAnimSeqParamAndSave, bRootMotion) == 0x000008, "Member 'GSE_AnimFuncLib_ChangeAnimSeqParamAndSave::bRootMotion' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ChangeAnimSeqParamAndSave, bForceRootLock) == 0x000009, "Member 'GSE_AnimFuncLib_ChangeAnimSeqParamAndSave::bForceRootLock' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ChangeAnimSeqParamAndSave, ReturnValue) == 0x00000A, "Member 'GSE_AnimFuncLib_ChangeAnimSeqParamAndSave::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_ConditionallyDispatchQueuedAnimEvents \ +static_assert(alignof(GSE_AnimFuncLib_ConditionallyDispatchQueuedAnimEvents) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_ConditionallyDispatchQueuedAnimEvents"); \ +static_assert(sizeof(GSE_AnimFuncLib_ConditionallyDispatchQueuedAnimEvents) == 0x000008, "Wrong size on GSE_AnimFuncLib_ConditionallyDispatchQueuedAnimEvents"); \ +static_assert(offsetof(GSE_AnimFuncLib_ConditionallyDispatchQueuedAnimEvents, SkeletalMeshComp) == 0x000000, "Member 'GSE_AnimFuncLib_ConditionallyDispatchQueuedAnimEvents::SkeletalMeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_CreateAimOffsetBlendSpace \ +static_assert(alignof(GSE_AnimFuncLib_CreateAimOffsetBlendSpace) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_CreateAimOffsetBlendSpace"); \ +static_assert(sizeof(GSE_AnimFuncLib_CreateAimOffsetBlendSpace) == 0x000030, "Wrong size on GSE_AnimFuncLib_CreateAimOffsetBlendSpace"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAimOffsetBlendSpace, Path) == 0x000000, "Member 'GSE_AnimFuncLib_CreateAimOffsetBlendSpace::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAimOffsetBlendSpace, Name_0) == 0x000010, "Member 'GSE_AnimFuncLib_CreateAimOffsetBlendSpace::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAimOffsetBlendSpace, TargetSkeleton) == 0x000020, "Member 'GSE_AnimFuncLib_CreateAimOffsetBlendSpace::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAimOffsetBlendSpace, ReturnValue) == 0x000028, "Member 'GSE_AnimFuncLib_CreateAimOffsetBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_CreateAnimMontage \ +static_assert(alignof(GSE_AnimFuncLib_CreateAnimMontage) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_CreateAnimMontage"); \ +static_assert(sizeof(GSE_AnimFuncLib_CreateAnimMontage) == 0x000030, "Wrong size on GSE_AnimFuncLib_CreateAnimMontage"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAnimMontage, Path) == 0x000000, "Member 'GSE_AnimFuncLib_CreateAnimMontage::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAnimMontage, Name_0) == 0x000010, "Member 'GSE_AnimFuncLib_CreateAnimMontage::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAnimMontage, TargetSkeleton) == 0x000020, "Member 'GSE_AnimFuncLib_CreateAnimMontage::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateAnimMontage, ReturnValue) == 0x000028, "Member 'GSE_AnimFuncLib_CreateAnimMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_CreateBlendSpace \ +static_assert(alignof(GSE_AnimFuncLib_CreateBlendSpace) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_CreateBlendSpace"); \ +static_assert(sizeof(GSE_AnimFuncLib_CreateBlendSpace) == 0x000030, "Wrong size on GSE_AnimFuncLib_CreateBlendSpace"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace, Path) == 0x000000, "Member 'GSE_AnimFuncLib_CreateBlendSpace::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace, Name_0) == 0x000010, "Member 'GSE_AnimFuncLib_CreateBlendSpace::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace, TargetSkeleton) == 0x000020, "Member 'GSE_AnimFuncLib_CreateBlendSpace::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace, ReturnValue) == 0x000028, "Member 'GSE_AnimFuncLib_CreateBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_CreateBlendSpace1D \ +static_assert(alignof(GSE_AnimFuncLib_CreateBlendSpace1D) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_CreateBlendSpace1D"); \ +static_assert(sizeof(GSE_AnimFuncLib_CreateBlendSpace1D) == 0x000030, "Wrong size on GSE_AnimFuncLib_CreateBlendSpace1D"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace1D, Path) == 0x000000, "Member 'GSE_AnimFuncLib_CreateBlendSpace1D::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace1D, Name_0) == 0x000010, "Member 'GSE_AnimFuncLib_CreateBlendSpace1D::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace1D, TargetSkeleton) == 0x000020, "Member 'GSE_AnimFuncLib_CreateBlendSpace1D::TargetSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_CreateBlendSpace1D, ReturnValue) == 0x000028, "Member 'GSE_AnimFuncLib_CreateBlendSpace1D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID \ +static_assert(alignof(GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID"); \ +static_assert(sizeof(GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID) == 0x000010, "Wrong size on GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID"); \ +static_assert(offsetof(GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID, Character) == 0x000000, "Member 'GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID::Character' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID, MontageInstanceID) == 0x000008, "Member 'GSE_AnimFuncLib_DisableMontageRootMotionByInstanceID::MontageInstanceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_ExtractRootMotionFromAnimation \ +static_assert(alignof(GSE_AnimFuncLib_ExtractRootMotionFromAnimation) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_ExtractRootMotionFromAnimation"); \ +static_assert(sizeof(GSE_AnimFuncLib_ExtractRootMotionFromAnimation) == 0x000070, "Wrong size on GSE_AnimFuncLib_ExtractRootMotionFromAnimation"); \ +static_assert(offsetof(GSE_AnimFuncLib_ExtractRootMotionFromAnimation, Animation) == 0x000000, "Member 'GSE_AnimFuncLib_ExtractRootMotionFromAnimation::Animation' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ExtractRootMotionFromAnimation, StartTime) == 0x000008, "Member 'GSE_AnimFuncLib_ExtractRootMotionFromAnimation::StartTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ExtractRootMotionFromAnimation, EndTime) == 0x00000C, "Member 'GSE_AnimFuncLib_ExtractRootMotionFromAnimation::EndTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_ExtractRootMotionFromAnimation, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_ExtractRootMotionFromAnimation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_FindAsset \ +static_assert(alignof(GSE_AnimFuncLib_FindAsset) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_FindAsset"); \ +static_assert(sizeof(GSE_AnimFuncLib_FindAsset) == 0x000028, "Wrong size on GSE_AnimFuncLib_FindAsset"); \ +static_assert(offsetof(GSE_AnimFuncLib_FindAsset, Path) == 0x000000, "Member 'GSE_AnimFuncLib_FindAsset::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_FindAsset, InClass) == 0x000010, "Member 'GSE_AnimFuncLib_FindAsset::InClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_FindAsset, AssetData) == 0x000018, "Member 'GSE_AnimFuncLib_FindAsset::AssetData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName \ +static_assert(alignof(GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName"); \ +static_assert(sizeof(GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName) == 0x000028, "Wrong size on GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName"); \ +static_assert(offsetof(GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName, FolderPath) == 0x000000, "Member 'GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName::FolderPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName, BoneName) == 0x000010, "Member 'GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_FindDestructibleMeshFromPathByBoneName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GenerateAimOffsetBlendSpace \ +static_assert(alignof(GSE_AnimFuncLib_GenerateAimOffsetBlendSpace) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GenerateAimOffsetBlendSpace"); \ +static_assert(sizeof(GSE_AnimFuncLib_GenerateAimOffsetBlendSpace) == 0x000030, "Wrong size on GSE_AnimFuncLib_GenerateAimOffsetBlendSpace"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateAimOffsetBlendSpace, AimOffset) == 0x000000, "Member 'GSE_AnimFuncLib_GenerateAimOffsetBlendSpace::AimOffset' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateAimOffsetBlendSpace, Path) == 0x000008, "Member 'GSE_AnimFuncLib_GenerateAimOffsetBlendSpace::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateAimOffsetBlendSpace, ExampleName) == 0x000018, "Member 'GSE_AnimFuncLib_GenerateAimOffsetBlendSpace::ExampleName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateAimOffsetBlendSpace, ReturnValue) == 0x000028, "Member 'GSE_AnimFuncLib_GenerateAimOffsetBlendSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GenerateDefaultAxisParameters \ +static_assert(alignof(GSE_AnimFuncLib_GenerateDefaultAxisParameters) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GenerateDefaultAxisParameters"); \ +static_assert(sizeof(GSE_AnimFuncLib_GenerateDefaultAxisParameters) == 0x000010, "Wrong size on GSE_AnimFuncLib_GenerateDefaultAxisParameters"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDefaultAxisParameters, BlendSpace) == 0x000000, "Member 'GSE_AnimFuncLib_GenerateDefaultAxisParameters::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDefaultAxisParameters, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_GenerateDefaultAxisParameters::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GenerateDestructibleComponentFromPath \ +static_assert(alignof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPath) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GenerateDestructibleComponentFromPath"); \ +static_assert(sizeof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPath) == 0x000040, "Wrong size on GSE_AnimFuncLib_GenerateDestructibleComponentFromPath"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPath, FolderPath) == 0x000000, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPath::FolderPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPath, TargetSkeletalMeshComp) == 0x000010, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPath::TargetSkeletalMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPath, DestructibleMeshArray) == 0x000018, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPath::DestructibleMeshArray' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPath, BoneNameArray) == 0x000028, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPath::BoneNameArray' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPath, ReturnValue) == 0x000038, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor \ +static_assert(alignof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor"); \ +static_assert(sizeof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor) == 0x000020, "Wrong size on GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor, FolderPath) == 0x000000, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor::FolderPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor, TargetActor) == 0x000010, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor, ReturnValue) == 0x000018, "Member 'GSE_AnimFuncLib_GenerateDestructibleComponentFromPathWithEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetActiveMontageInstanceID \ +static_assert(alignof(GSE_AnimFuncLib_GetActiveMontageInstanceID) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetActiveMontageInstanceID"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetActiveMontageInstanceID) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetActiveMontageInstanceID"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetActiveMontageInstanceID, AnimInstance) == 0x000000, "Member 'GSE_AnimFuncLib_GetActiveMontageInstanceID::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetActiveMontageInstanceID, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_GetActiveMontageInstanceID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetAllAnimationsOfSkeleton \ +static_assert(alignof(GSE_AnimFuncLib_GetAllAnimationsOfSkeleton) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetAllAnimationsOfSkeleton"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetAllAnimationsOfSkeleton) == 0x000028, "Wrong size on GSE_AnimFuncLib_GetAllAnimationsOfSkeleton"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllAnimationsOfSkeleton, SkeletonMesh) == 0x000000, "Member 'GSE_AnimFuncLib_GetAllAnimationsOfSkeleton::SkeletonMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllAnimationsOfSkeleton, AnimationBasePath) == 0x000008, "Member 'GSE_AnimFuncLib_GetAllAnimationsOfSkeleton::AnimationBasePath' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllAnimationsOfSkeleton, ReturnValue) == 0x000018, "Member 'GSE_AnimFuncLib_GetAllAnimationsOfSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetAllAnimSyncMarkers \ +static_assert(alignof(GSE_AnimFuncLib_GetAllAnimSyncMarkers) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetAllAnimSyncMarkers"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetAllAnimSyncMarkers) == 0x000020, "Wrong size on GSE_AnimFuncLib_GetAllAnimSyncMarkers"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllAnimSyncMarkers, AnimSequence) == 0x000000, "Member 'GSE_AnimFuncLib_GetAllAnimSyncMarkers::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllAnimSyncMarkers, OutSyncMarkers) == 0x000008, "Member 'GSE_AnimFuncLib_GetAllAnimSyncMarkers::OutSyncMarkers' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllAnimSyncMarkers, ReturnValue) == 0x000018, "Member 'GSE_AnimFuncLib_GetAllAnimSyncMarkers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetAllNotifyEvent \ +static_assert(alignof(GSE_AnimFuncLib_GetAllNotifyEvent) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetAllNotifyEvent"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetAllNotifyEvent) == 0x000018, "Wrong size on GSE_AnimFuncLib_GetAllNotifyEvent"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllNotifyEvent, TargetMontage) == 0x000000, "Member 'GSE_AnimFuncLib_GetAllNotifyEvent::TargetMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllNotifyEvent, AnimNotifyEventList) == 0x000008, "Member 'GSE_AnimFuncLib_GetAllNotifyEvent::AnimNotifyEventList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetAllNotifyEventInAM \ +static_assert(alignof(GSE_AnimFuncLib_GetAllNotifyEventInAM) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetAllNotifyEventInAM"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetAllNotifyEventInAM) == 0x000028, "Wrong size on GSE_AnimFuncLib_GetAllNotifyEventInAM"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllNotifyEventInAM, TargetMontage) == 0x000000, "Member 'GSE_AnimFuncLib_GetAllNotifyEventInAM::TargetMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllNotifyEventInAM, TimeInfoList) == 0x000008, "Member 'GSE_AnimFuncLib_GetAllNotifyEventInAM::TimeInfoList' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAllNotifyEventInAM, ReturnValue) == 0x000018, "Member 'GSE_AnimFuncLib_GetAllNotifyEventInAM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS \ +static_assert(alignof(GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS) == 0x000020, "Wrong size on GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS, AnimBases) == 0x000000, "Member 'GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS::AnimBases' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS, AnimNotifyEventList) == 0x000010, "Member 'GSE_AnimFuncLib_GetAnimAllNotifyEventIncludeAS::AnimNotifyEventList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetAnimCurrentTime \ +static_assert(alignof(GSE_AnimFuncLib_GetAnimCurrentTime) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetAnimCurrentTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetAnimCurrentTime) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetAnimCurrentTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAnimCurrentTime, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_GetAnimCurrentTime::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAnimCurrentTime, FromInstanceID) == 0x000008, "Member 'GSE_AnimFuncLib_GetAnimCurrentTime::FromInstanceID' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetAnimCurrentTime, ReturnValue) == 0x00000C, "Member 'GSE_AnimFuncLib_GetAnimCurrentTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetBoneTransform \ +static_assert(alignof(GSE_AnimFuncLib_GetBoneTransform) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_GetBoneTransform"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetBoneTransform) == 0x000070, "Wrong size on GSE_AnimFuncLib_GetBoneTransform"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransform, Mesh) == 0x000000, "Member 'GSE_AnimFuncLib_GetBoneTransform::Mesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransform, BoneIndex) == 0x000008, "Member 'GSE_AnimFuncLib_GetBoneTransform::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransform, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_GetBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetBoneTransformByTime \ +static_assert(alignof(GSE_AnimFuncLib_GetBoneTransformByTime) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_GetBoneTransformByTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetBoneTransformByTime) == 0x000080, "Wrong size on GSE_AnimFuncLib_GetBoneTransformByTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransformByTime, AnimationSequence) == 0x000000, "Member 'GSE_AnimFuncLib_GetBoneTransformByTime::AnimationSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransformByTime, Time) == 0x000008, "Member 'GSE_AnimFuncLib_GetBoneTransformByTime::Time' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransformByTime, TrackIndex) == 0x00000C, "Member 'GSE_AnimFuncLib_GetBoneTransformByTime::TrackIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransformByTime, UseRawData) == 0x000010, "Member 'GSE_AnimFuncLib_GetBoneTransformByTime::UseRawData' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetBoneTransformByTime, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_GetBoneTransformByTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetChildBones \ +static_assert(alignof(GSE_AnimFuncLib_GetChildBones) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetChildBones"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetChildBones) == 0x000078, "Wrong size on GSE_AnimFuncLib_GetChildBones"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildBones, InSkeleton) == 0x000000, "Member 'GSE_AnimFuncLib_GetChildBones::InSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildBones, ParentBoneName) == 0x000008, "Member 'GSE_AnimFuncLib_GetChildBones::ParentBoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildBones, BoneNameFilter) == 0x000010, "Member 'GSE_AnimFuncLib_GetChildBones::BoneNameFilter' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildBones, ChildBones) == 0x000020, "Member 'GSE_AnimFuncLib_GetChildBones::ChildBones' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildBones, ReturnValue) == 0x000070, "Member 'GSE_AnimFuncLib_GetChildBones::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetChildSockets \ +static_assert(alignof(GSE_AnimFuncLib_GetChildSockets) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetChildSockets"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetChildSockets) == 0x000020, "Wrong size on GSE_AnimFuncLib_GetChildSockets"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildSockets, SkeletalMeshComp) == 0x000000, "Member 'GSE_AnimFuncLib_GetChildSockets::SkeletalMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildSockets, BaseBoneName) == 0x000008, "Member 'GSE_AnimFuncLib_GetChildSockets::BaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetChildSockets, ChildSocketNames) == 0x000010, "Member 'GSE_AnimFuncLib_GetChildSockets::ChildSocketNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID \ +static_assert(alignof(GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID, Character) == 0x000000, "Member 'GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID::Character' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_GetCurrentActiveMontageInstanceID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetFolderPathFromFullPath \ +static_assert(alignof(GSE_AnimFuncLib_GetFolderPathFromFullPath) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetFolderPathFromFullPath"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetFolderPathFromFullPath) == 0x000020, "Wrong size on GSE_AnimFuncLib_GetFolderPathFromFullPath"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetFolderPathFromFullPath, FullPath) == 0x000000, "Member 'GSE_AnimFuncLib_GetFolderPathFromFullPath::FullPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetFolderPathFromFullPath, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_GetFolderPathFromFullPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageComboSkillID \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageComboSkillID) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageComboSkillID"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageComboSkillID) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetMontageComboSkillID"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageComboSkillID, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageComboSkillID::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageComboSkillID, Index_0) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageComboSkillID::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageComboSkillID, ReturnValue) == 0x00000C, "Member 'GSE_AnimFuncLib_GetMontageComboSkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageEffectID \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageEffectID) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageEffectID"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageEffectID) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetMontageEffectID"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageEffectID, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageEffectID::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageEffectID, Index_0) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageEffectID::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageEffectID, ReturnValue) == 0x00000C, "Member 'GSE_AnimFuncLib_GetMontageEffectID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageNextSection \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageNextSection) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageNextSection"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageNextSection) == 0x000018, "Wrong size on GSE_AnimFuncLib_GetMontageNextSection"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNextSection, AnimInstance) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageNextSection::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNextSection, AnimMontage) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageNextSection::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNextSection, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_GetMontageNextSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageNotifyName \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageNotifyName) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageNotifyName"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageNotifyName) == 0x000020, "Wrong size on GSE_AnimFuncLib_GetMontageNotifyName"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNotifyName, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageNotifyName::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNotifyName, Index_0) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageNotifyName::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNotifyName, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_GetMontageNotifyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageNotifyTriggerTime \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageNotifyTriggerTime) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageNotifyTriggerTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageNotifyTriggerTime) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetMontageNotifyTriggerTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNotifyTriggerTime, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageNotifyTriggerTime::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNotifyTriggerTime, FromInstanceID) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageNotifyTriggerTime::FromInstanceID' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageNotifyTriggerTime, ReturnValue) == 0x00000C, "Member 'GSE_AnimFuncLib_GetMontageNotifyTriggerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageSectionName \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageSectionName) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageSectionName"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageSectionName) == 0x000018, "Wrong size on GSE_AnimFuncLib_GetMontageSectionName"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSectionName, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageSectionName::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSectionName, Index_0) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageSectionName::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSectionName, ReturnValue) == 0x00000C, "Member 'GSE_AnimFuncLib_GetMontageSectionName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageSectionStartAndEndTime \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageSectionStartAndEndTime) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageSectionStartAndEndTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageSectionStartAndEndTime) == 0x000018, "Wrong size on GSE_AnimFuncLib_GetMontageSectionStartAndEndTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSectionStartAndEndTime, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageSectionStartAndEndTime::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSectionStartAndEndTime, SectionName) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageSectionStartAndEndTime::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSectionStartAndEndTime, OutStartTime) == 0x000010, "Member 'GSE_AnimFuncLib_GetMontageSectionStartAndEndTime::OutStartTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSectionStartAndEndTime, OutEndTime) == 0x000014, "Member 'GSE_AnimFuncLib_GetMontageSectionStartAndEndTime::OutEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetMontageSlotName \ +static_assert(alignof(GSE_AnimFuncLib_GetMontageSlotName) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetMontageSlotName"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetMontageSlotName) == 0x000018, "Wrong size on GSE_AnimFuncLib_GetMontageSlotName"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSlotName, Montage) == 0x000000, "Member 'GSE_AnimFuncLib_GetMontageSlotName::Montage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSlotName, SlotIndex) == 0x000008, "Member 'GSE_AnimFuncLib_GetMontageSlotName::SlotIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetMontageSlotName, ReturnValue) == 0x00000C, "Member 'GSE_AnimFuncLib_GetMontageSlotName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetNotifyComboEndTime \ +static_assert(alignof(GSE_AnimFuncLib_GetNotifyComboEndTime) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetNotifyComboEndTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetNotifyComboEndTime) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetNotifyComboEndTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetNotifyComboEndTime, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_GetNotifyComboEndTime::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetNotifyComboEndTime, Index_0) == 0x000008, "Member 'GSE_AnimFuncLib_GetNotifyComboEndTime::Index_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetNotifyComboEndTime, ReturnValue) == 0x00000C, "Member 'GSE_AnimFuncLib_GetNotifyComboEndTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetNotifyEndTriggerTime \ +static_assert(alignof(GSE_AnimFuncLib_GetNotifyEndTriggerTime) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetNotifyEndTriggerTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetNotifyEndTriggerTime) == 0x0000C0, "Wrong size on GSE_AnimFuncLib_GetNotifyEndTriggerTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetNotifyEndTriggerTime, AnimNotifyEvent) == 0x000000, "Member 'GSE_AnimFuncLib_GetNotifyEndTriggerTime::AnimNotifyEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetNotifyEndTriggerTime, ReturnValue) == 0x0000B8, "Member 'GSE_AnimFuncLib_GetNotifyEndTriggerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetNotifyTriggerTime \ +static_assert(alignof(GSE_AnimFuncLib_GetNotifyTriggerTime) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetNotifyTriggerTime"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetNotifyTriggerTime) == 0x0000C0, "Wrong size on GSE_AnimFuncLib_GetNotifyTriggerTime"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetNotifyTriggerTime, AnimNotifyEvent) == 0x000000, "Member 'GSE_AnimFuncLib_GetNotifyTriggerTime::AnimNotifyEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetNotifyTriggerTime, ReturnValue) == 0x0000B8, "Member 'GSE_AnimFuncLib_GetNotifyTriggerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS \ +static_assert(alignof(GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS) == 0x000018, "Wrong size on GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS, TargetAnim) == 0x000000, "Member 'GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS::TargetAnim' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS, AnimNotifyEventList) == 0x000008, "Member 'GSE_AnimFuncLib_GetOneAnimAllNotifyEventIncludeAS::AnimNotifyEventList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_GetSkeleton \ +static_assert(alignof(GSE_AnimFuncLib_GetSkeleton) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_GetSkeleton"); \ +static_assert(sizeof(GSE_AnimFuncLib_GetSkeleton) == 0x000010, "Wrong size on GSE_AnimFuncLib_GetSkeleton"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetSkeleton, AnimSequenceBase) == 0x000000, "Member 'GSE_AnimFuncLib_GetSkeleton::AnimSequenceBase' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_GetSkeleton, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_GetSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_InitAnimGraphNode \ +static_assert(alignof(GSE_AnimFuncLib_InitAnimGraphNode) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_InitAnimGraphNode"); \ +static_assert(sizeof(GSE_AnimFuncLib_InitAnimGraphNode) == 0x000010, "Wrong size on GSE_AnimFuncLib_InitAnimGraphNode"); \ +static_assert(offsetof(GSE_AnimFuncLib_InitAnimGraphNode, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_InitAnimGraphNode::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_InitAnimGraphNode, Tag) == 0x000008, "Member 'GSE_AnimFuncLib_InitAnimGraphNode::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_IsInRootMotionAM \ +static_assert(alignof(GSE_AnimFuncLib_IsInRootMotionAM) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_IsInRootMotionAM"); \ +static_assert(sizeof(GSE_AnimFuncLib_IsInRootMotionAM) == 0x000010, "Wrong size on GSE_AnimFuncLib_IsInRootMotionAM"); \ +static_assert(offsetof(GSE_AnimFuncLib_IsInRootMotionAM, Character) == 0x000000, "Member 'GSE_AnimFuncLib_IsInRootMotionAM::Character' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_IsInRootMotionAM, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_IsInRootMotionAM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_IsSlotPlayingMontage \ +static_assert(alignof(GSE_AnimFuncLib_IsSlotPlayingMontage) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_IsSlotPlayingMontage"); \ +static_assert(sizeof(GSE_AnimFuncLib_IsSlotPlayingMontage) == 0x000018, "Wrong size on GSE_AnimFuncLib_IsSlotPlayingMontage"); \ +static_assert(offsetof(GSE_AnimFuncLib_IsSlotPlayingMontage, AnimInst) == 0x000000, "Member 'GSE_AnimFuncLib_IsSlotPlayingMontage::AnimInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_IsSlotPlayingMontage, SlotNodeName) == 0x000008, "Member 'GSE_AnimFuncLib_IsSlotPlayingMontage::SlotNodeName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_IsSlotPlayingMontage, ReturnValue) == 0x000010, "Member 'GSE_AnimFuncLib_IsSlotPlayingMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_MarkDirty \ +static_assert(alignof(GSE_AnimFuncLib_MarkDirty) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_MarkDirty"); \ +static_assert(sizeof(GSE_AnimFuncLib_MarkDirty) == 0x000008, "Wrong size on GSE_AnimFuncLib_MarkDirty"); \ +static_assert(offsetof(GSE_AnimFuncLib_MarkDirty, Obj) == 0x000000, "Member 'GSE_AnimFuncLib_MarkDirty::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS \ +static_assert(alignof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS"); \ +static_assert(sizeof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS) == 0x000080, "Wrong size on GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS, InMontage) == 0x000000, "Member 'GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS::InMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS, InTime) == 0x000008, "Member 'GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS::InTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS, InBoneName) == 0x00000C, "Member 'GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS, InSlotName) == 0x000014, "Member 'GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS::InSlotName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS, bExtractRootMotion) == 0x00001C, "Member 'GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS::bExtractRootMotion' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_Montage_GetBoneRelativeTransformCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_Montage_GetBoneTransformCS \ +static_assert(alignof(GSE_AnimFuncLib_Montage_GetBoneTransformCS) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_Montage_GetBoneTransformCS"); \ +static_assert(sizeof(GSE_AnimFuncLib_Montage_GetBoneTransformCS) == 0x000080, "Wrong size on GSE_AnimFuncLib_Montage_GetBoneTransformCS"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneTransformCS, InMontage) == 0x000000, "Member 'GSE_AnimFuncLib_Montage_GetBoneTransformCS::InMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneTransformCS, InTime) == 0x000008, "Member 'GSE_AnimFuncLib_Montage_GetBoneTransformCS::InTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneTransformCS, InBoneName) == 0x00000C, "Member 'GSE_AnimFuncLib_Montage_GetBoneTransformCS::InBoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneTransformCS, InSlotName) == 0x000014, "Member 'GSE_AnimFuncLib_Montage_GetBoneTransformCS::InSlotName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneTransformCS, bExtractRootMotion) == 0x00001C, "Member 'GSE_AnimFuncLib_Montage_GetBoneTransformCS::bExtractRootMotion' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Montage_GetBoneTransformCS, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_Montage_GetBoneTransformCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_MontageIsValidAdditive \ +static_assert(alignof(GSE_AnimFuncLib_MontageIsValidAdditive) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_MontageIsValidAdditive"); \ +static_assert(sizeof(GSE_AnimFuncLib_MontageIsValidAdditive) == 0x000010, "Wrong size on GSE_AnimFuncLib_MontageIsValidAdditive"); \ +static_assert(offsetof(GSE_AnimFuncLib_MontageIsValidAdditive, AnimMontage) == 0x000000, "Member 'GSE_AnimFuncLib_MontageIsValidAdditive::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_MontageIsValidAdditive, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_MontageIsValidAdditive::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_ReinitAnim \ +static_assert(alignof(GSE_AnimFuncLib_ReinitAnim) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_ReinitAnim"); \ +static_assert(sizeof(GSE_AnimFuncLib_ReinitAnim) == 0x000008, "Wrong size on GSE_AnimFuncLib_ReinitAnim"); \ +static_assert(offsetof(GSE_AnimFuncLib_ReinitAnim, Owner) == 0x000000, "Member 'GSE_AnimFuncLib_ReinitAnim::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_RemoveAllPoints \ +static_assert(alignof(GSE_AnimFuncLib_RemoveAllPoints) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_RemoveAllPoints"); \ +static_assert(sizeof(GSE_AnimFuncLib_RemoveAllPoints) == 0x000010, "Wrong size on GSE_AnimFuncLib_RemoveAllPoints"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemoveAllPoints, BlendSpace) == 0x000000, "Member 'GSE_AnimFuncLib_RemoveAllPoints::BlendSpace' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemoveAllPoints, ReturnValue) == 0x000008, "Member 'GSE_AnimFuncLib_RemoveAllPoints::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_RemoveNotifyEventByIndex \ +static_assert(alignof(GSE_AnimFuncLib_RemoveNotifyEventByIndex) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_RemoveNotifyEventByIndex"); \ +static_assert(sizeof(GSE_AnimFuncLib_RemoveNotifyEventByIndex) == 0x000010, "Wrong size on GSE_AnimFuncLib_RemoveNotifyEventByIndex"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemoveNotifyEventByIndex, TargetMontage) == 0x000000, "Member 'GSE_AnimFuncLib_RemoveNotifyEventByIndex::TargetMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemoveNotifyEventByIndex, Index_0) == 0x000008, "Member 'GSE_AnimFuncLib_RemoveNotifyEventByIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_RemoveNotifyTrackByName \ +static_assert(alignof(GSE_AnimFuncLib_RemoveNotifyTrackByName) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_RemoveNotifyTrackByName"); \ +static_assert(sizeof(GSE_AnimFuncLib_RemoveNotifyTrackByName) == 0x000010, "Wrong size on GSE_AnimFuncLib_RemoveNotifyTrackByName"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemoveNotifyTrackByName, TargetMontage) == 0x000000, "Member 'GSE_AnimFuncLib_RemoveNotifyTrackByName::TargetMontage' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemoveNotifyTrackByName, Name_0) == 0x000008, "Member 'GSE_AnimFuncLib_RemoveNotifyTrackByName::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton \ +static_assert(alignof(GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton"); \ +static_assert(sizeof(GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton) == 0x000020, "Wrong size on GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton, InUSkeleton) == 0x000000, "Member 'GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton::InUSkeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton, BoneName) == 0x000008, "Member 'GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton, ReturnValue) == 0x000018, "Member 'GSE_AnimFuncLib_RemovePreviewAssetFromSkeleton::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_Sequence_GetBoneTransformCS \ +static_assert(alignof(GSE_AnimFuncLib_Sequence_GetBoneTransformCS) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_Sequence_GetBoneTransformCS"); \ +static_assert(sizeof(GSE_AnimFuncLib_Sequence_GetBoneTransformCS) == 0x000080, "Wrong size on GSE_AnimFuncLib_Sequence_GetBoneTransformCS"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetBoneTransformCS, AnimSeq) == 0x000000, "Member 'GSE_AnimFuncLib_Sequence_GetBoneTransformCS::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetBoneTransformCS, InTime) == 0x000008, "Member 'GSE_AnimFuncLib_Sequence_GetBoneTransformCS::InTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetBoneTransformCS, BoneName) == 0x00000C, "Member 'GSE_AnimFuncLib_Sequence_GetBoneTransformCS::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetBoneTransformCS, bExtractRootMotion) == 0x000014, "Member 'GSE_AnimFuncLib_Sequence_GetBoneTransformCS::bExtractRootMotion' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetBoneTransformCS, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_Sequence_GetBoneTransformCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS \ +static_assert(alignof(GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS) == 0x000010, "Wrong alignment on GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS"); \ +static_assert(sizeof(GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS) == 0x000080, "Wrong size on GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS, AnimSeq) == 0x000000, "Member 'GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS, InTime) == 0x000008, "Member 'GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS::InTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS, BoneName) == 0x00000C, "Member 'GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS, bExtractRootMotion) == 0x000014, "Member 'GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS::bExtractRootMotion' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS, ReturnValue) == 0x000020, "Member 'GSE_AnimFuncLib_Sequence_GetRelativeBoneTransformCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_SetAnimcurveType \ +static_assert(alignof(GSE_AnimFuncLib_SetAnimcurveType) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_SetAnimcurveType"); \ +static_assert(sizeof(GSE_AnimFuncLib_SetAnimcurveType) == 0x000020, "Wrong size on GSE_AnimFuncLib_SetAnimcurveType"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetAnimcurveType, Skeleton) == 0x000000, "Member 'GSE_AnimFuncLib_SetAnimcurveType::Skeleton' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetAnimcurveType, CurveName) == 0x000008, "Member 'GSE_AnimFuncLib_SetAnimcurveType::CurveName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetAnimcurveType, Value) == 0x000018, "Member 'GSE_AnimFuncLib_SetAnimcurveType::Value' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetAnimcurveType, ReturnValue) == 0x000019, "Member 'GSE_AnimFuncLib_SetAnimcurveType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_SetBlendSpaceInput \ +static_assert(alignof(GSE_AnimFuncLib_SetBlendSpaceInput) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_SetBlendSpaceInput"); \ +static_assert(sizeof(GSE_AnimFuncLib_SetBlendSpaceInput) == 0x000020, "Wrong size on GSE_AnimFuncLib_SetBlendSpaceInput"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetBlendSpaceInput, Obj) == 0x000000, "Member 'GSE_AnimFuncLib_SetBlendSpaceInput::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetBlendSpaceInput, BlendParams) == 0x000008, "Member 'GSE_AnimFuncLib_SetBlendSpaceInput::BlendParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_SetMaterial \ +static_assert(alignof(GSE_AnimFuncLib_SetMaterial) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_SetMaterial"); \ +static_assert(sizeof(GSE_AnimFuncLib_SetMaterial) == 0x000018, "Wrong size on GSE_AnimFuncLib_SetMaterial"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetMaterial, Material) == 0x000000, "Member 'GSE_AnimFuncLib_SetMaterial::Material' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetMaterial, TargetMesh) == 0x000008, "Member 'GSE_AnimFuncLib_SetMaterial::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetMaterial, Index_0) == 0x000010, "Member 'GSE_AnimFuncLib_SetMaterial::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch \ +static_assert(alignof(GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch"); \ +static_assert(sizeof(GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch) == 0x000010, "Wrong size on GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch, Character) == 0x000000, "Member 'GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch::Character' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch, IsOpen) == 0x000008, "Member 'GSE_AnimFuncLib_SetRootMotionFromEverythingSwitch::IsOpen' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_StopAllMontages \ +static_assert(alignof(GSE_AnimFuncLib_StopAllMontages) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_StopAllMontages"); \ +static_assert(sizeof(GSE_AnimFuncLib_StopAllMontages) == 0x000010, "Wrong size on GSE_AnimFuncLib_StopAllMontages"); \ +static_assert(offsetof(GSE_AnimFuncLib_StopAllMontages, Owner) == 0x000000, "Member 'GSE_AnimFuncLib_StopAllMontages::Owner' has a wrong offset!"); \ +static_assert(offsetof(GSE_AnimFuncLib_StopAllMontages, BlendOutTime) == 0x000008, "Member 'GSE_AnimFuncLib_StopAllMontages::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_TickAnimation \ +static_assert(alignof(GSE_AnimFuncLib_TickAnimation) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_TickAnimation"); \ +static_assert(sizeof(GSE_AnimFuncLib_TickAnimation) == 0x000008, "Wrong size on GSE_AnimFuncLib_TickAnimation"); \ +static_assert(offsetof(GSE_AnimFuncLib_TickAnimation, Owner) == 0x000000, "Member 'GSE_AnimFuncLib_TickAnimation::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_TickAnimationAndRefreshBone \ +static_assert(alignof(GSE_AnimFuncLib_TickAnimationAndRefreshBone) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_TickAnimationAndRefreshBone"); \ +static_assert(sizeof(GSE_AnimFuncLib_TickAnimationAndRefreshBone) == 0x000008, "Wrong size on GSE_AnimFuncLib_TickAnimationAndRefreshBone"); \ +static_assert(offsetof(GSE_AnimFuncLib_TickAnimationAndRefreshBone, Owner) == 0x000000, "Member 'GSE_AnimFuncLib_TickAnimationAndRefreshBone::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AnimFuncLib_TickAnimationAndRefreshBone_SkeletalMesh \ +static_assert(alignof(GSE_AnimFuncLib_TickAnimationAndRefreshBone_SkeletalMesh) == 0x000008, "Wrong alignment on GSE_AnimFuncLib_TickAnimationAndRefreshBone_SkeletalMesh"); \ +static_assert(sizeof(GSE_AnimFuncLib_TickAnimationAndRefreshBone_SkeletalMesh) == 0x000008, "Wrong size on GSE_AnimFuncLib_TickAnimationAndRefreshBone_SkeletalMesh"); \ +static_assert(offsetof(GSE_AnimFuncLib_TickAnimationAndRefreshBone_SkeletalMesh, SkeletalMeshComp) == 0x000000, "Member 'GSE_AnimFuncLib_TickAnimationAndRefreshBone_SkeletalMesh::SkeletalMeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_AnimFuncLib \ +static_assert(alignof(UGSE_AnimFuncLib) == 0x000008, "Wrong alignment on UGSE_AnimFuncLib"); \ +static_assert(sizeof(UGSE_AnimFuncLib) == 0x000028, "Wrong size on UGSE_AnimFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx \ +static_assert(alignof(GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx) == 0x000008, "Wrong alignment on GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx"); \ +static_assert(sizeof(GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx) == 0x000010, "Wrong size on GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx, BTDecorator) == 0x000000, "Member 'GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx::BTDecorator' has a wrong offset!"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx, NewIndex) == 0x000008, "Member 'GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx::NewIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx, ReturnValue) == 0x00000C, "Member 'GSE_BehaviorTreeFuncLib_BTDecoratorOverrideChildIdx::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_BehaviorTreeFuncLib_GetBTTaskNodes \ +static_assert(alignof(GSE_BehaviorTreeFuncLib_GetBTTaskNodes) == 0x000008, "Wrong alignment on GSE_BehaviorTreeFuncLib_GetBTTaskNodes"); \ +static_assert(sizeof(GSE_BehaviorTreeFuncLib_GetBTTaskNodes) == 0x000018, "Wrong size on GSE_BehaviorTreeFuncLib_GetBTTaskNodes"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_GetBTTaskNodes, BT) == 0x000000, "Member 'GSE_BehaviorTreeFuncLib_GetBTTaskNodes::BT' has a wrong offset!"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_GetBTTaskNodes, NodeData) == 0x000008, "Member 'GSE_BehaviorTreeFuncLib_GetBTTaskNodes::NodeData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo \ +static_assert(alignof(GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo) == 0x000008, "Wrong alignment on GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo"); \ +static_assert(sizeof(GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo) == 0x000018, "Wrong size on GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo, BehaviorTreeComp) == 0x000000, "Member 'GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo::BehaviorTreeComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo, ReturnValue) == 0x000008, "Member 'GSE_BehaviorTreeFuncLib_GetCurrentBTActiveNodeInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_BehaviorTreeFuncLib_GetCurrentTree \ +static_assert(alignof(GSE_BehaviorTreeFuncLib_GetCurrentTree) == 0x000008, "Wrong alignment on GSE_BehaviorTreeFuncLib_GetCurrentTree"); \ +static_assert(sizeof(GSE_BehaviorTreeFuncLib_GetCurrentTree) == 0x000010, "Wrong size on GSE_BehaviorTreeFuncLib_GetCurrentTree"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_GetCurrentTree, AIController) == 0x000000, "Member 'GSE_BehaviorTreeFuncLib_GetCurrentTree::AIController' has a wrong offset!"); \ +static_assert(offsetof(GSE_BehaviorTreeFuncLib_GetCurrentTree, ReturnValue) == 0x000008, "Member 'GSE_BehaviorTreeFuncLib_GetCurrentTree::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_BehaviorTreeFuncLib \ +static_assert(alignof(UGSE_BehaviorTreeFuncLib) == 0x000008, "Wrong alignment on UGSE_BehaviorTreeFuncLib"); \ +static_assert(sizeof(UGSE_BehaviorTreeFuncLib) == 0x000028, "Wrong size on UGSE_BehaviorTreeFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_AddComponentByClass \ +static_assert(alignof(GSE_ActorFuncLib_AddComponentByClass) == 0x000010, "Wrong alignment on GSE_ActorFuncLib_AddComponentByClass"); \ +static_assert(sizeof(GSE_ActorFuncLib_AddComponentByClass) == 0x000090, "Wrong size on GSE_ActorFuncLib_AddComponentByClass"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddComponentByClass, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_AddComponentByClass::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddComponentByClass, Class_0) == 0x000008, "Member 'GSE_ActorFuncLib_AddComponentByClass::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddComponentByClass, bManualAttachment) == 0x000010, "Member 'GSE_ActorFuncLib_AddComponentByClass::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddComponentByClass, RelativeTransform) == 0x000020, "Member 'GSE_ActorFuncLib_AddComponentByClass::RelativeTransform' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddComponentByClass, bDeferredFinish) == 0x000080, "Member 'GSE_ActorFuncLib_AddComponentByClass::bDeferredFinish' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddComponentByClass, ReturnValue) == 0x000088, "Member 'GSE_ActorFuncLib_AddComponentByClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_AddInstanceComponent \ +static_assert(alignof(GSE_ActorFuncLib_AddInstanceComponent) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_AddInstanceComponent"); \ +static_assert(sizeof(GSE_ActorFuncLib_AddInstanceComponent) == 0x000010, "Wrong size on GSE_ActorFuncLib_AddInstanceComponent"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddInstanceComponent, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_AddInstanceComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddInstanceComponent, Component) == 0x000008, "Member 'GSE_ActorFuncLib_AddInstanceComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_AddNamePrefix \ +static_assert(alignof(GSE_ActorFuncLib_AddNamePrefix) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_AddNamePrefix"); \ +static_assert(sizeof(GSE_ActorFuncLib_AddNamePrefix) == 0x000018, "Wrong size on GSE_ActorFuncLib_AddNamePrefix"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddNamePrefix, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_AddNamePrefix::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_AddNamePrefix, NamePrefix) == 0x000008, "Member 'GSE_ActorFuncLib_AddNamePrefix::NamePrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_CheckActorWasRecentlyRendered \ +static_assert(alignof(GSE_ActorFuncLib_CheckActorWasRecentlyRendered) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_CheckActorWasRecentlyRendered"); \ +static_assert(sizeof(GSE_ActorFuncLib_CheckActorWasRecentlyRendered) == 0x000010, "Wrong size on GSE_ActorFuncLib_CheckActorWasRecentlyRendered"); \ +static_assert(offsetof(GSE_ActorFuncLib_CheckActorWasRecentlyRendered, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_CheckActorWasRecentlyRendered::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_CheckActorWasRecentlyRendered, ReturnValue) == 0x000008, "Member 'GSE_ActorFuncLib_CheckActorWasRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_DetectRegionCenter \ +static_assert(alignof(GSE_ActorFuncLib_DetectRegionCenter) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_DetectRegionCenter"); \ +static_assert(sizeof(GSE_ActorFuncLib_DetectRegionCenter) == 0x000050, "Wrong size on GSE_ActorFuncLib_DetectRegionCenter"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_DetectRegionCenter::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, TraceDirectionList) == 0x000008, "Member 'GSE_ActorFuncLib_DetectRegionCenter::TraceDirectionList' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, TraceDistance) == 0x000018, "Member 'GSE_ActorFuncLib_DetectRegionCenter::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, TraceChannel) == 0x00001C, "Member 'GSE_ActorFuncLib_DetectRegionCenter::TraceChannel' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, DrawDebugType) == 0x00001D, "Member 'GSE_ActorFuncLib_DetectRegionCenter::DrawDebugType' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, DrawTime) == 0x000020, "Member 'GSE_ActorFuncLib_DetectRegionCenter::DrawTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, VaildRange) == 0x000024, "Member 'GSE_ActorFuncLib_DetectRegionCenter::VaildRange' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, AdjustedLocation) == 0x000028, "Member 'GSE_ActorFuncLib_DetectRegionCenter::AdjustedLocation' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, AdjustedRadius) == 0x000040, "Member 'GSE_ActorFuncLib_DetectRegionCenter::AdjustedRadius' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_DetectRegionCenter, IsSuccess) == 0x000048, "Member 'GSE_ActorFuncLib_DetectRegionCenter::IsSuccess' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_FinishAddComponent \ +static_assert(alignof(GSE_ActorFuncLib_FinishAddComponent) == 0x000010, "Wrong alignment on GSE_ActorFuncLib_FinishAddComponent"); \ +static_assert(sizeof(GSE_ActorFuncLib_FinishAddComponent) == 0x000080, "Wrong size on GSE_ActorFuncLib_FinishAddComponent"); \ +static_assert(offsetof(GSE_ActorFuncLib_FinishAddComponent, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_FinishAddComponent::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_FinishAddComponent, NewActorComp) == 0x000008, "Member 'GSE_ActorFuncLib_FinishAddComponent::NewActorComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_FinishAddComponent, bManualAttachment) == 0x000010, "Member 'GSE_ActorFuncLib_FinishAddComponent::bManualAttachment' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_FinishAddComponent, RelativeTransform) == 0x000020, "Member 'GSE_ActorFuncLib_FinishAddComponent::RelativeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetActorForwardVector \ +static_assert(alignof(GSE_ActorFuncLib_GetActorForwardVector) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_GetActorForwardVector"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetActorForwardVector) == 0x000020, "Wrong size on GSE_ActorFuncLib_GetActorForwardVector"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorForwardVector, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_GetActorForwardVector::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorForwardVector, OutDir) == 0x000008, "Member 'GSE_ActorFuncLib_GetActorForwardVector::OutDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetActorHasAuthority \ +static_assert(alignof(GSE_ActorFuncLib_GetActorHasAuthority) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_GetActorHasAuthority"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetActorHasAuthority) == 0x000010, "Wrong size on GSE_ActorFuncLib_GetActorHasAuthority"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorHasAuthority, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_GetActorHasAuthority::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorHasAuthority, OutHasAuthority) == 0x000008, "Member 'GSE_ActorFuncLib_GetActorHasAuthority::OutHasAuthority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetActorLocationSimple \ +static_assert(alignof(GSE_ActorFuncLib_GetActorLocationSimple) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_GetActorLocationSimple"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetActorLocationSimple) == 0x000020, "Wrong size on GSE_ActorFuncLib_GetActorLocationSimple"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorLocationSimple, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_GetActorLocationSimple::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorLocationSimple, OutPos) == 0x000008, "Member 'GSE_ActorFuncLib_GetActorLocationSimple::OutPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetActorRotationSimple \ +static_assert(alignof(GSE_ActorFuncLib_GetActorRotationSimple) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_GetActorRotationSimple"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetActorRotationSimple) == 0x000020, "Wrong size on GSE_ActorFuncLib_GetActorRotationSimple"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorRotationSimple, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_GetActorRotationSimple::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorRotationSimple, OutRot) == 0x000008, "Member 'GSE_ActorFuncLib_GetActorRotationSimple::OutRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetActorTransformSimple \ +static_assert(alignof(GSE_ActorFuncLib_GetActorTransformSimple) == 0x000010, "Wrong alignment on GSE_ActorFuncLib_GetActorTransformSimple"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetActorTransformSimple) == 0x000070, "Wrong size on GSE_ActorFuncLib_GetActorTransformSimple"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorTransformSimple, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_GetActorTransformSimple::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetActorTransformSimple, OutTrans) == 0x000010, "Member 'GSE_ActorFuncLib_GetActorTransformSimple::OutTrans' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetAttachParentActor \ +static_assert(alignof(GSE_ActorFuncLib_GetAttachParentActor) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_GetAttachParentActor"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetAttachParentActor) == 0x000010, "Wrong size on GSE_ActorFuncLib_GetAttachParentActor"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetAttachParentActor, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_GetAttachParentActor::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetAttachParentActor, AttachParentActor) == 0x000008, "Member 'GSE_ActorFuncLib_GetAttachParentActor::AttachParentActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetVelocity \ +static_assert(alignof(GSE_ActorFuncLib_GetVelocity) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_GetVelocity"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetVelocity) == 0x000020, "Wrong size on GSE_ActorFuncLib_GetVelocity"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetVelocity, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_GetVelocity::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetVelocity, OutVelocity) == 0x000008, "Member 'GSE_ActorFuncLib_GetVelocity::OutVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_GetWorldTransformFast \ +static_assert(alignof(GSE_ActorFuncLib_GetWorldTransformFast) == 0x000010, "Wrong alignment on GSE_ActorFuncLib_GetWorldTransformFast"); \ +static_assert(sizeof(GSE_ActorFuncLib_GetWorldTransformFast) == 0x000070, "Wrong size on GSE_ActorFuncLib_GetWorldTransformFast"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetWorldTransformFast, SceneComp) == 0x000000, "Member 'GSE_ActorFuncLib_GetWorldTransformFast::SceneComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_GetWorldTransformFast, OutWorldTransform) == 0x000010, "Member 'GSE_ActorFuncLib_GetWorldTransformFast::OutWorldTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_IsAABoundBoxInVolume \ +static_assert(alignof(GSE_ActorFuncLib_IsAABoundBoxInVolume) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_IsAABoundBoxInVolume"); \ +static_assert(sizeof(GSE_ActorFuncLib_IsAABoundBoxInVolume) == 0x000040, "Wrong size on GSE_ActorFuncLib_IsAABoundBoxInVolume"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsAABoundBoxInVolume, VolumeActor) == 0x000000, "Member 'GSE_ActorFuncLib_IsAABoundBoxInVolume::VolumeActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsAABoundBoxInVolume, BoundOrigin) == 0x000008, "Member 'GSE_ActorFuncLib_IsAABoundBoxInVolume::BoundOrigin' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsAABoundBoxInVolume, BoundExtent) == 0x000020, "Member 'GSE_ActorFuncLib_IsAABoundBoxInVolume::BoundExtent' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsAABoundBoxInVolume, isFullContain) == 0x000038, "Member 'GSE_ActorFuncLib_IsAABoundBoxInVolume::isFullContain' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsAABoundBoxInVolume, ReturnValue) == 0x000039, "Member 'GSE_ActorFuncLib_IsAABoundBoxInVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming \ +static_assert(alignof(GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming"); \ +static_assert(sizeof(GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming) == 0x000010, "Wrong size on GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming, ReturnValue) == 0x000008, "Member 'GSE_ActorFuncLib_IsActorBeginningPlayFromLevelStreaming::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_IsPointInVolume \ +static_assert(alignof(GSE_ActorFuncLib_IsPointInVolume) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_IsPointInVolume"); \ +static_assert(sizeof(GSE_ActorFuncLib_IsPointInVolume) == 0x000028, "Wrong size on GSE_ActorFuncLib_IsPointInVolume"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsPointInVolume, VolumeActor) == 0x000000, "Member 'GSE_ActorFuncLib_IsPointInVolume::VolumeActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsPointInVolume, Point) == 0x000008, "Member 'GSE_ActorFuncLib_IsPointInVolume::Point' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsPointInVolume, Radius) == 0x000020, "Member 'GSE_ActorFuncLib_IsPointInVolume::Radius' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_IsPointInVolume, ReturnValue) == 0x000024, "Member 'GSE_ActorFuncLib_IsPointInVolume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_LoadReflectionCubeLocation \ +static_assert(alignof(GSE_ActorFuncLib_LoadReflectionCubeLocation) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_LoadReflectionCubeLocation"); \ +static_assert(sizeof(GSE_ActorFuncLib_LoadReflectionCubeLocation) == 0x000020, "Wrong size on GSE_ActorFuncLib_LoadReflectionCubeLocation"); \ +static_assert(offsetof(GSE_ActorFuncLib_LoadReflectionCubeLocation, PathPointList) == 0x000000, "Member 'GSE_ActorFuncLib_LoadReflectionCubeLocation::PathPointList' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_LoadReflectionCubeLocation, FilePathUnderProjFolder) == 0x000010, "Member 'GSE_ActorFuncLib_LoadReflectionCubeLocation::FilePathUnderProjFolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_RemoveComponent \ +static_assert(alignof(GSE_ActorFuncLib_RemoveComponent) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_RemoveComponent"); \ +static_assert(sizeof(GSE_ActorFuncLib_RemoveComponent) == 0x000008, "Wrong size on GSE_ActorFuncLib_RemoveComponent"); \ +static_assert(offsetof(GSE_ActorFuncLib_RemoveComponent, Component) == 0x000000, "Member 'GSE_ActorFuncLib_RemoveComponent::Component' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SetActorComponentsTickEnable \ +static_assert(alignof(GSE_ActorFuncLib_SetActorComponentsTickEnable) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_SetActorComponentsTickEnable"); \ +static_assert(sizeof(GSE_ActorFuncLib_SetActorComponentsTickEnable) == 0x000010, "Wrong size on GSE_ActorFuncLib_SetActorComponentsTickEnable"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorComponentsTickEnable, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_SetActorComponentsTickEnable::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorComponentsTickEnable, bEnable) == 0x000008, "Member 'GSE_ActorFuncLib_SetActorComponentsTickEnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SetActorComponentsTickInterval \ +static_assert(alignof(GSE_ActorFuncLib_SetActorComponentsTickInterval) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_SetActorComponentsTickInterval"); \ +static_assert(sizeof(GSE_ActorFuncLib_SetActorComponentsTickInterval) == 0x000010, "Wrong size on GSE_ActorFuncLib_SetActorComponentsTickInterval"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorComponentsTickInterval, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_SetActorComponentsTickInterval::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorComponentsTickInterval, NewInterval) == 0x000008, "Member 'GSE_ActorFuncLib_SetActorComponentsTickInterval::NewInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SetActorLocationAndRotationSimple \ +static_assert(alignof(GSE_ActorFuncLib_SetActorLocationAndRotationSimple) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_SetActorLocationAndRotationSimple"); \ +static_assert(sizeof(GSE_ActorFuncLib_SetActorLocationAndRotationSimple) == 0x000040, "Wrong size on GSE_ActorFuncLib_SetActorLocationAndRotationSimple"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationAndRotationSimple, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_SetActorLocationAndRotationSimple::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationAndRotationSimple, Pos) == 0x000008, "Member 'GSE_ActorFuncLib_SetActorLocationAndRotationSimple::Pos' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationAndRotationSimple, Rot) == 0x000020, "Member 'GSE_ActorFuncLib_SetActorLocationAndRotationSimple::Rot' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationAndRotationSimple, bSweep) == 0x000038, "Member 'GSE_ActorFuncLib_SetActorLocationAndRotationSimple::bSweep' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationAndRotationSimple, iTeleportType) == 0x00003C, "Member 'GSE_ActorFuncLib_SetActorLocationAndRotationSimple::iTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SetActorLocationSimple \ +static_assert(alignof(GSE_ActorFuncLib_SetActorLocationSimple) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_SetActorLocationSimple"); \ +static_assert(sizeof(GSE_ActorFuncLib_SetActorLocationSimple) == 0x000028, "Wrong size on GSE_ActorFuncLib_SetActorLocationSimple"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationSimple, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_SetActorLocationSimple::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationSimple, Pos) == 0x000008, "Member 'GSE_ActorFuncLib_SetActorLocationSimple::Pos' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationSimple, bSweep) == 0x000020, "Member 'GSE_ActorFuncLib_SetActorLocationSimple::bSweep' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorLocationSimple, iTeleportType) == 0x000024, "Member 'GSE_ActorFuncLib_SetActorLocationSimple::iTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SetActorRotationSimple \ +static_assert(alignof(GSE_ActorFuncLib_SetActorRotationSimple) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_SetActorRotationSimple"); \ +static_assert(sizeof(GSE_ActorFuncLib_SetActorRotationSimple) == 0x000028, "Wrong size on GSE_ActorFuncLib_SetActorRotationSimple"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorRotationSimple, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_SetActorRotationSimple::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorRotationSimple, Rot) == 0x000008, "Member 'GSE_ActorFuncLib_SetActorRotationSimple::Rot' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorRotationSimple, iTeleportType) == 0x000020, "Member 'GSE_ActorFuncLib_SetActorRotationSimple::iTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SetActorTransformSimple \ +static_assert(alignof(GSE_ActorFuncLib_SetActorTransformSimple) == 0x000010, "Wrong alignment on GSE_ActorFuncLib_SetActorTransformSimple"); \ +static_assert(sizeof(GSE_ActorFuncLib_SetActorTransformSimple) == 0x000080, "Wrong size on GSE_ActorFuncLib_SetActorTransformSimple"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorTransformSimple, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_SetActorTransformSimple::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorTransformSimple, Trans) == 0x000010, "Member 'GSE_ActorFuncLib_SetActorTransformSimple::Trans' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorTransformSimple, bSweep) == 0x000070, "Member 'GSE_ActorFuncLib_SetActorTransformSimple::bSweep' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetActorTransformSimple, iTeleportType) == 0x000074, "Member 'GSE_ActorFuncLib_SetActorTransformSimple::iTeleportType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel \ +static_assert(alignof(GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel"); \ +static_assert(sizeof(GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel) == 0x000018, "Wrong size on GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel, Material) == 0x000008, "Member 'GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel::Material' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel, QualityLevel) == 0x000010, "Member 'GSE_ActorFuncLib_SetMaterialInterfaceQualityLevel::QualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SpawnBlueprintActorByFactory \ +static_assert(alignof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory) == 0x000010, "Wrong alignment on GSE_ActorFuncLib_SpawnBlueprintActorByFactory"); \ +static_assert(sizeof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory) == 0x000080, "Wrong size on GSE_ActorFuncLib_SpawnBlueprintActorByFactory"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory, InAsset) == 0x000000, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory::InAsset' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory, InLevel) == 0x000008, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory::InLevel' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory, InTransform) == 0x000010, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory::InTransform' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory, ReturnValue) == 0x000070, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP \ +static_assert(alignof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP) == 0x000010, "Wrong alignment on GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP"); \ +static_assert(sizeof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP) == 0x000080, "Wrong size on GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP, InAsset) == 0x000000, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP::InAsset' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP, Obj) == 0x000008, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP, InTransform) == 0x000010, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP::InTransform' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP, ReturnValue) == 0x000070, "Member 'GSE_ActorFuncLib_SpawnBlueprintActorByFactory_BP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_SpawnSphereUniformPoints \ +static_assert(alignof(GSE_ActorFuncLib_SpawnSphereUniformPoints) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_SpawnSphereUniformPoints"); \ +static_assert(sizeof(GSE_ActorFuncLib_SpawnSphereUniformPoints) == 0x000018, "Wrong size on GSE_ActorFuncLib_SpawnSphereUniformPoints"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnSphereUniformPoints, SphereUniformPoints) == 0x000000, "Member 'GSE_ActorFuncLib_SpawnSphereUniformPoints::SphereUniformPoints' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnSphereUniformPoints, NumOfPoints) == 0x000010, "Member 'GSE_ActorFuncLib_SpawnSphereUniformPoints::NumOfPoints' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_SpawnSphereUniformPoints, Radius) == 0x000014, "Member 'GSE_ActorFuncLib_SpawnSphereUniformPoints::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_StatLevelNaniteMemory \ +static_assert(alignof(GSE_ActorFuncLib_StatLevelNaniteMemory) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_StatLevelNaniteMemory"); \ +static_assert(sizeof(GSE_ActorFuncLib_StatLevelNaniteMemory) == 0x000030, "Wrong size on GSE_ActorFuncLib_StatLevelNaniteMemory"); \ +static_assert(offsetof(GSE_ActorFuncLib_StatLevelNaniteMemory, LoadedLevels) == 0x000000, "Member 'GSE_ActorFuncLib_StatLevelNaniteMemory::LoadedLevels' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_StatLevelNaniteMemory, WorldPositionFile) == 0x000010, "Member 'GSE_ActorFuncLib_StatLevelNaniteMemory::WorldPositionFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ActorFuncLib_StatLevelNaniteMemory, MemoryFile) == 0x000020, "Member 'GSE_ActorFuncLib_StatLevelNaniteMemory::MemoryFile' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ActorFuncLib_UpdateActorOverlaps \ +static_assert(alignof(GSE_ActorFuncLib_UpdateActorOverlaps) == 0x000008, "Wrong alignment on GSE_ActorFuncLib_UpdateActorOverlaps"); \ +static_assert(sizeof(GSE_ActorFuncLib_UpdateActorOverlaps) == 0x000008, "Wrong size on GSE_ActorFuncLib_UpdateActorOverlaps"); \ +static_assert(offsetof(GSE_ActorFuncLib_UpdateActorOverlaps, Actor) == 0x000000, "Member 'GSE_ActorFuncLib_UpdateActorOverlaps::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_ActorFuncLib \ +static_assert(alignof(UGSE_ActorFuncLib) == 0x000008, "Wrong alignment on UGSE_ActorFuncLib"); \ +static_assert(sizeof(UGSE_ActorFuncLib) == 0x000028, "Wrong size on UGSE_ActorFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple \ +static_assert(alignof(GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple) == 0x000008, "Wrong alignment on GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple"); \ +static_assert(sizeof(GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple) == 0x000038, "Wrong size on GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple"); \ +static_assert(offsetof(GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple, InSceneComponent) == 0x000000, "Member 'GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple::InSceneComponent' has a wrong offset!"); \ +static_assert(offsetof(GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple, Pos) == 0x000008, "Member 'GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple::Pos' has a wrong offset!"); \ +static_assert(offsetof(GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple, Rot) == 0x000020, "Member 'GSE_SceneComponentFuncLib_SetWorldLocationAndRotationSimple::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SceneComponentFuncLib \ +static_assert(alignof(UGSE_SceneComponentFuncLib) == 0x000008, "Wrong alignment on UGSE_SceneComponentFuncLib"); \ +static_assert(sizeof(UGSE_SceneComponentFuncLib) == 0x000028, "Wrong size on UGSE_SceneComponentFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSE_SplineComponentFuncLib \ +static_assert(alignof(UGSE_SplineComponentFuncLib) == 0x000008, "Wrong alignment on UGSE_SplineComponentFuncLib"); \ +static_assert(sizeof(UGSE_SplineComponentFuncLib) == 0x000028, "Wrong size on UGSE_SplineComponentFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_CalculateMaxDistanceFactor \ +static_assert(alignof(GSE_CharacterFuncLib_CalculateMaxDistanceFactor) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_CalculateMaxDistanceFactor"); \ +static_assert(sizeof(GSE_CharacterFuncLib_CalculateMaxDistanceFactor) == 0x000010, "Wrong size on GSE_CharacterFuncLib_CalculateMaxDistanceFactor"); \ +static_assert(offsetof(GSE_CharacterFuncLib_CalculateMaxDistanceFactor, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_CalculateMaxDistanceFactor::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_CalculateMaxDistanceFactor, ReturnValue) == 0x000008, "Member 'GSE_CharacterFuncLib_CalculateMaxDistanceFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_CalculateScreenPercentageFromController \ +static_assert(alignof(GSE_CharacterFuncLib_CalculateScreenPercentageFromController) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_CalculateScreenPercentageFromController"); \ +static_assert(sizeof(GSE_CharacterFuncLib_CalculateScreenPercentageFromController) == 0x000018, "Wrong size on GSE_CharacterFuncLib_CalculateScreenPercentageFromController"); \ +static_assert(offsetof(GSE_CharacterFuncLib_CalculateScreenPercentageFromController, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_CalculateScreenPercentageFromController::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_CalculateScreenPercentageFromController, Controller) == 0x000008, "Member 'GSE_CharacterFuncLib_CalculateScreenPercentageFromController::Controller' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_CalculateScreenPercentageFromController, ReturnValue) == 0x000010, "Member 'GSE_CharacterFuncLib_CalculateScreenPercentageFromController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetActorBoundingSphereRadius \ +static_assert(alignof(GSE_CharacterFuncLib_GetActorBoundingSphereRadius) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_GetActorBoundingSphereRadius"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetActorBoundingSphereRadius) == 0x000010, "Wrong size on GSE_CharacterFuncLib_GetActorBoundingSphereRadius"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetActorBoundingSphereRadius, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_GetActorBoundingSphereRadius::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetActorBoundingSphereRadius, ReturnValue) == 0x000008, "Member 'GSE_CharacterFuncLib_GetActorBoundingSphereRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetBoneTransform \ +static_assert(alignof(GSE_CharacterFuncLib_GetBoneTransform) == 0x000010, "Wrong alignment on GSE_CharacterFuncLib_GetBoneTransform"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetBoneTransform) == 0x000070, "Wrong size on GSE_CharacterFuncLib_GetBoneTransform"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetBoneTransform, Character) == 0x000000, "Member 'GSE_CharacterFuncLib_GetBoneTransform::Character' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetBoneTransform, BoneIndex) == 0x000008, "Member 'GSE_CharacterFuncLib_GetBoneTransform::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetBoneTransform, ReturnValue) == 0x000010, "Member 'GSE_CharacterFuncLib_GetBoneTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetBoneTransformByMesh \ +static_assert(alignof(GSE_CharacterFuncLib_GetBoneTransformByMesh) == 0x000010, "Wrong alignment on GSE_CharacterFuncLib_GetBoneTransformByMesh"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetBoneTransformByMesh) == 0x000070, "Wrong size on GSE_CharacterFuncLib_GetBoneTransformByMesh"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetBoneTransformByMesh, Mesh) == 0x000000, "Member 'GSE_CharacterFuncLib_GetBoneTransformByMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetBoneTransformByMesh, BoneIndex) == 0x000008, "Member 'GSE_CharacterFuncLib_GetBoneTransformByMesh::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetBoneTransformByMesh, ReturnValue) == 0x000010, "Member 'GSE_CharacterFuncLib_GetBoneTransformByMesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetPathFollowingBrakingDistance \ +static_assert(alignof(GSE_CharacterFuncLib_GetPathFollowingBrakingDistance) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_GetPathFollowingBrakingDistance"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetPathFollowingBrakingDistance) == 0x000010, "Wrong size on GSE_CharacterFuncLib_GetPathFollowingBrakingDistance"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetPathFollowingBrakingDistance, CharacterMovement) == 0x000000, "Member 'GSE_CharacterFuncLib_GetPathFollowingBrakingDistance::CharacterMovement' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetPathFollowingBrakingDistance, ReturnValue) == 0x000008, "Member 'GSE_CharacterFuncLib_GetPathFollowingBrakingDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetSceneComponentByName \ +static_assert(alignof(GSE_CharacterFuncLib_GetSceneComponentByName) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_GetSceneComponentByName"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetSceneComponentByName) == 0x000020, "Wrong size on GSE_CharacterFuncLib_GetSceneComponentByName"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSceneComponentByName, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_GetSceneComponentByName::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSceneComponentByName, ComponentName) == 0x000008, "Member 'GSE_CharacterFuncLib_GetSceneComponentByName::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSceneComponentByName, ReturnValue) == 0x000018, "Member 'GSE_CharacterFuncLib_GetSceneComponentByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetSceneComponentTransformByName \ +static_assert(alignof(GSE_CharacterFuncLib_GetSceneComponentTransformByName) == 0x000010, "Wrong alignment on GSE_CharacterFuncLib_GetSceneComponentTransformByName"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetSceneComponentTransformByName) == 0x000080, "Wrong size on GSE_CharacterFuncLib_GetSceneComponentTransformByName"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSceneComponentTransformByName, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_GetSceneComponentTransformByName::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSceneComponentTransformByName, ComponentName) == 0x000008, "Member 'GSE_CharacterFuncLib_GetSceneComponentTransformByName::ComponentName' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSceneComponentTransformByName, ReturnValue) == 0x000020, "Member 'GSE_CharacterFuncLib_GetSceneComponentTransformByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetSocketLocation \ +static_assert(alignof(GSE_CharacterFuncLib_GetSocketLocation) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_GetSocketLocation"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetSocketLocation) == 0x000028, "Wrong size on GSE_CharacterFuncLib_GetSocketLocation"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketLocation, Comp) == 0x000000, "Member 'GSE_CharacterFuncLib_GetSocketLocation::Comp' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketLocation, SocketName) == 0x000008, "Member 'GSE_CharacterFuncLib_GetSocketLocation::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketLocation, ReturnValue) == 0x000010, "Member 'GSE_CharacterFuncLib_GetSocketLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetSocketRotation \ +static_assert(alignof(GSE_CharacterFuncLib_GetSocketRotation) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_GetSocketRotation"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetSocketRotation) == 0x000028, "Wrong size on GSE_CharacterFuncLib_GetSocketRotation"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketRotation, Comp) == 0x000000, "Member 'GSE_CharacterFuncLib_GetSocketRotation::Comp' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketRotation, SocketName) == 0x000008, "Member 'GSE_CharacterFuncLib_GetSocketRotation::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketRotation, ReturnValue) == 0x000010, "Member 'GSE_CharacterFuncLib_GetSocketRotation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_GetSocketTransform \ +static_assert(alignof(GSE_CharacterFuncLib_GetSocketTransform) == 0x000010, "Wrong alignment on GSE_CharacterFuncLib_GetSocketTransform"); \ +static_assert(sizeof(GSE_CharacterFuncLib_GetSocketTransform) == 0x000080, "Wrong size on GSE_CharacterFuncLib_GetSocketTransform"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketTransform, Comp) == 0x000000, "Member 'GSE_CharacterFuncLib_GetSocketTransform::Comp' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketTransform, SocketName) == 0x000008, "Member 'GSE_CharacterFuncLib_GetSocketTransform::SocketName' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketTransform, TransfromSpace) == 0x000010, "Member 'GSE_CharacterFuncLib_GetSocketTransform::TransfromSpace' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_GetSocketTransform, ReturnValue) == 0x000020, "Member 'GSE_CharacterFuncLib_GetSocketTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_RecreatePhysicsState \ +static_assert(alignof(GSE_CharacterFuncLib_RecreatePhysicsState) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_RecreatePhysicsState"); \ +static_assert(sizeof(GSE_CharacterFuncLib_RecreatePhysicsState) == 0x000008, "Wrong size on GSE_CharacterFuncLib_RecreatePhysicsState"); \ +static_assert(offsetof(GSE_CharacterFuncLib_RecreatePhysicsState, Mesh) == 0x000000, "Member 'GSE_CharacterFuncLib_RecreatePhysicsState::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations \ +static_assert(alignof(GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations"); \ +static_assert(sizeof(GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations) == 0x000010, "Wrong size on GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations, bEnable) == 0x000008, "Member 'GSE_CharacterFuncLib_SetActorSKMeshesUpdateRateOptimizations::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels \ +static_assert(alignof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels"); \ +static_assert(sizeof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels) == 0x000018, "Wrong size on GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels, Mesh) == 0x000000, "Member 'GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels::Mesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels, BoneName) == 0x000008, "Member 'GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels, NewResponse) == 0x000010, "Member 'GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToAllChannels::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels \ +static_assert(alignof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels"); \ +static_assert(sizeof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels) == 0x000028, "Wrong size on GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels, Mesh) == 0x000000, "Member 'GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels::Mesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels, BoneName) == 0x000008, "Member 'GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels, Channels) == 0x000010, "Member 'GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels::Channels' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels, NewResponse) == 0x000020, "Member 'GSE_CharacterFuncLib_SetAllPABodiesBelowResponseToChannels::NewResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale \ +static_assert(alignof(GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale"); \ +static_assert(sizeof(GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale) == 0x000010, "Wrong size on GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale, Character) == 0x000000, "Member 'GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale::Character' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale, Scale) == 0x000008, "Member 'GSE_CharacterFuncLib_SetAnimRootMotionTranslationScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController \ +static_assert(alignof(GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController"); \ +static_assert(sizeof(GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController) == 0x000018, "Wrong size on GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController, Controller) == 0x000008, "Member 'GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController::Controller' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController, ScreenPercentage) == 0x000010, "Member 'GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController::ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController, OutLocalScreenPercentage) == 0x000014, "Member 'GSE_CharacterFuncLib_SetLocalScreenPercentageIfLocalController::OutLocalScreenPercentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_SetMontagePlayRate \ +static_assert(alignof(GSE_CharacterFuncLib_SetMontagePlayRate) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_SetMontagePlayRate"); \ +static_assert(sizeof(GSE_CharacterFuncLib_SetMontagePlayRate) == 0x000010, "Wrong size on GSE_CharacterFuncLib_SetMontagePlayRate"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetMontagePlayRate, Character) == 0x000000, "Member 'GSE_CharacterFuncLib_SetMontagePlayRate::Character' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_SetMontagePlayRate, PlayRate) == 0x000008, "Member 'GSE_CharacterFuncLib_SetMontagePlayRate::PlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_Tick \ +static_assert(alignof(GSE_CharacterFuncLib_Tick) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_Tick"); \ +static_assert(sizeof(GSE_CharacterFuncLib_Tick) == 0x000010, "Wrong size on GSE_CharacterFuncLib_Tick"); \ +static_assert(offsetof(GSE_CharacterFuncLib_Tick, Actor) == 0x000000, "Member 'GSE_CharacterFuncLib_Tick::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_Tick, DeltaTime) == 0x000008, "Member 'GSE_CharacterFuncLib_Tick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CharacterFuncLib_ToggleActorTickEnabled \ +static_assert(alignof(GSE_CharacterFuncLib_ToggleActorTickEnabled) == 0x000008, "Wrong alignment on GSE_CharacterFuncLib_ToggleActorTickEnabled"); \ +static_assert(sizeof(GSE_CharacterFuncLib_ToggleActorTickEnabled) == 0x000010, "Wrong size on GSE_CharacterFuncLib_ToggleActorTickEnabled"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, InActor) == 0x000000, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::InActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, bEnable) == 0x000008, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::bEnable' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, ToggleActorTick) == 0x000009, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::ToggleActorTick' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, ToggleMoveComp) == 0x00000A, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::ToggleMoveComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, ToggleAIComp) == 0x00000B, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::ToggleAIComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, ToggleSKMeshComp) == 0x00000C, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::ToggleSKMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, ToggleAkComp) == 0x00000D, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::ToggleAkComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_CharacterFuncLib_ToggleActorTickEnabled, ToggleINCLUDE_CHILD_ACTOR) == 0x00000E, "Member 'GSE_CharacterFuncLib_ToggleActorTickEnabled::ToggleINCLUDE_CHILD_ACTOR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_CharacterFuncLib \ +static_assert(alignof(UGSE_CharacterFuncLib) == 0x000008, "Wrong alignment on UGSE_CharacterFuncLib"); \ +static_assert(sizeof(UGSE_CharacterFuncLib) == 0x000028, "Wrong size on UGSE_CharacterFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_ChunkFuncLib_IsPlayGoInstalling \ +static_assert(alignof(GSE_ChunkFuncLib_IsPlayGoInstalling) == 0x000001, "Wrong alignment on GSE_ChunkFuncLib_IsPlayGoInstalling"); \ +static_assert(sizeof(GSE_ChunkFuncLib_IsPlayGoInstalling) == 0x000001, "Wrong size on GSE_ChunkFuncLib_IsPlayGoInstalling"); \ +static_assert(offsetof(GSE_ChunkFuncLib_IsPlayGoInstalling, ReturnValue) == 0x000000, "Member 'GSE_ChunkFuncLib_IsPlayGoInstalling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ChunkFuncLib_TryGetPlayGoInfo \ +static_assert(alignof(GSE_ChunkFuncLib_TryGetPlayGoInfo) == 0x000008, "Wrong alignment on GSE_ChunkFuncLib_TryGetPlayGoInfo"); \ +static_assert(sizeof(GSE_ChunkFuncLib_TryGetPlayGoInfo) == 0x000020, "Wrong size on GSE_ChunkFuncLib_TryGetPlayGoInfo"); \ +static_assert(offsetof(GSE_ChunkFuncLib_TryGetPlayGoInfo, ProgressSize) == 0x000000, "Member 'GSE_ChunkFuncLib_TryGetPlayGoInfo::ProgressSize' has a wrong offset!"); \ +static_assert(offsetof(GSE_ChunkFuncLib_TryGetPlayGoInfo, TotalSize) == 0x000008, "Member 'GSE_ChunkFuncLib_TryGetPlayGoInfo::TotalSize' has a wrong offset!"); \ +static_assert(offsetof(GSE_ChunkFuncLib_TryGetPlayGoInfo, CurrentTime) == 0x000010, "Member 'GSE_ChunkFuncLib_TryGetPlayGoInfo::CurrentTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_ChunkFuncLib_TryGetPlayGoInfo, ReturnValue) == 0x000018, "Member 'GSE_ChunkFuncLib_TryGetPlayGoInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_ChunkFuncLib \ +static_assert(alignof(UGSE_ChunkFuncLib) == 0x000008, "Wrong alignment on UGSE_ChunkFuncLib"); \ +static_assert(sizeof(UGSE_ChunkFuncLib) == 0x000028, "Wrong size on UGSE_ChunkFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_Flush \ +static_assert(alignof(GSE_ConfigFuncLib_Flush) == 0x000001, "Wrong alignment on GSE_ConfigFuncLib_Flush"); \ +static_assert(sizeof(GSE_ConfigFuncLib_Flush) == 0x000002, "Wrong size on GSE_ConfigFuncLib_Flush"); \ +static_assert(offsetof(GSE_ConfigFuncLib_Flush, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_Flush::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_Flush, bRefreshInConfigSystem) == 0x000001, "Member 'GSE_ConfigFuncLib_Flush::bRefreshInConfigSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetArray \ +static_assert(alignof(GSE_ConfigFuncLib_GetArray) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetArray"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetArray) == 0x000040, "Wrong size on GSE_ConfigFuncLib_GetArray"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetArray, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetArray::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetArray, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetArray::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetArray, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetArray::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetArray, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetArray::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetArray, ReturnValue) == 0x000030, "Member 'GSE_ConfigFuncLib_GetArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetBool \ +static_assert(alignof(GSE_ConfigFuncLib_GetBool) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetBool"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetBool) == 0x000030, "Wrong size on GSE_ConfigFuncLib_GetBool"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetBool, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetBool::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetBool, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetBool::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetBool, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetBool::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetBool, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetBool::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetBool, ReturnValue) == 0x000029, "Member 'GSE_ConfigFuncLib_GetBool::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetColor \ +static_assert(alignof(GSE_ConfigFuncLib_GetColor) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetColor"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetColor) == 0x000030, "Wrong size on GSE_ConfigFuncLib_GetColor"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetColor, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetColor::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetColor, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetColor::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetColor, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetColor::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetColor, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetColor::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetColor, ReturnValue) == 0x00002C, "Member 'GSE_ConfigFuncLib_GetColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetFloat \ +static_assert(alignof(GSE_ConfigFuncLib_GetFloat) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetFloat"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetFloat) == 0x000030, "Wrong size on GSE_ConfigFuncLib_GetFloat"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetFloat, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetFloat::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetFloat, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetFloat::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetFloat, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetFloat::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetFloat, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetFloat::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetFloat, ReturnValue) == 0x00002C, "Member 'GSE_ConfigFuncLib_GetFloat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetInt \ +static_assert(alignof(GSE_ConfigFuncLib_GetInt) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetInt"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetInt) == 0x000030, "Wrong size on GSE_ConfigFuncLib_GetInt"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetInt, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetInt::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetInt, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetInt::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetInt, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetInt::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetInt, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetInt::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetInt, ReturnValue) == 0x00002C, "Member 'GSE_ConfigFuncLib_GetInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetRotator \ +static_assert(alignof(GSE_ConfigFuncLib_GetRotator) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetRotator"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetRotator) == 0x000048, "Wrong size on GSE_ConfigFuncLib_GetRotator"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetRotator, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetRotator::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetRotator, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetRotator::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetRotator, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetRotator::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetRotator, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetRotator::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetRotator, ReturnValue) == 0x000030, "Member 'GSE_ConfigFuncLib_GetRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetString \ +static_assert(alignof(GSE_ConfigFuncLib_GetString) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetString"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetString) == 0x000040, "Wrong size on GSE_ConfigFuncLib_GetString"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetString, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetString::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetString, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetString::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetString, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetString::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetString, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetString::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetString, ReturnValue) == 0x000030, "Member 'GSE_ConfigFuncLib_GetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetText \ +static_assert(alignof(GSE_ConfigFuncLib_GetText) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetText"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetText) == 0x000048, "Wrong size on GSE_ConfigFuncLib_GetText"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetText, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetText::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetText, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetText::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetText, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetText::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetText, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetText::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetText, ReturnValue) == 0x000030, "Member 'GSE_ConfigFuncLib_GetText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetVector \ +static_assert(alignof(GSE_ConfigFuncLib_GetVector) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetVector"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetVector) == 0x000048, "Wrong size on GSE_ConfigFuncLib_GetVector"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetVector::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetVector::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetVector::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetVector::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector, ReturnValue) == 0x000030, "Member 'GSE_ConfigFuncLib_GetVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetVector2D \ +static_assert(alignof(GSE_ConfigFuncLib_GetVector2D) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_GetVector2D"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetVector2D) == 0x000040, "Wrong size on GSE_ConfigFuncLib_GetVector2D"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector2D, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetVector2D::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector2D, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetVector2D::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector2D, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetVector2D::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector2D, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetVector2D::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector2D, ReturnValue) == 0x000030, "Member 'GSE_ConfigFuncLib_GetVector2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_GetVector4 \ +static_assert(alignof(GSE_ConfigFuncLib_GetVector4) == 0x000010, "Wrong alignment on GSE_ConfigFuncLib_GetVector4"); \ +static_assert(sizeof(GSE_ConfigFuncLib_GetVector4) == 0x000050, "Wrong size on GSE_ConfigFuncLib_GetVector4"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector4, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_GetVector4::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector4, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_GetVector4::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector4, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_GetVector4::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector4, bWasFound) == 0x000028, "Member 'GSE_ConfigFuncLib_GetVector4::bWasFound' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_GetVector4, ReturnValue) == 0x000030, "Member 'GSE_ConfigFuncLib_GetVector4::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetArray \ +static_assert(alignof(GSE_ConfigFuncLib_SetArray) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetArray"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetArray) == 0x000038, "Wrong size on GSE_ConfigFuncLib_SetArray"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetArray, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetArray::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetArray, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetArray::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetArray, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetArray::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetArray, ArrayValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetArray::ArrayValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetBool \ +static_assert(alignof(GSE_ConfigFuncLib_SetBool) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetBool"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetBool) == 0x000030, "Wrong size on GSE_ConfigFuncLib_SetBool"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetBool, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetBool::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetBool, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetBool::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetBool, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetBool::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetBool, BoolValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetBool::BoolValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetColor \ +static_assert(alignof(GSE_ConfigFuncLib_SetColor) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetColor"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetColor) == 0x000030, "Wrong size on GSE_ConfigFuncLib_SetColor"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetColor, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetColor::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetColor, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetColor::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetColor, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetColor::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetColor, ColorValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetColor::ColorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetFloat \ +static_assert(alignof(GSE_ConfigFuncLib_SetFloat) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetFloat"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetFloat) == 0x000030, "Wrong size on GSE_ConfigFuncLib_SetFloat"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetFloat, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetFloat::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetFloat, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetFloat::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetFloat, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetFloat::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetFloat, FloatValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetFloat::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetInt \ +static_assert(alignof(GSE_ConfigFuncLib_SetInt) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetInt"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetInt) == 0x000030, "Wrong size on GSE_ConfigFuncLib_SetInt"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetInt, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetInt::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetInt, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetInt::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetInt, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetInt::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetInt, IntValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetInt::IntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetRotator \ +static_assert(alignof(GSE_ConfigFuncLib_SetRotator) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetRotator"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetRotator) == 0x000040, "Wrong size on GSE_ConfigFuncLib_SetRotator"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetRotator, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetRotator::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetRotator, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetRotator::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetRotator, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetRotator::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetRotator, RotatorValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetRotator::RotatorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetString \ +static_assert(alignof(GSE_ConfigFuncLib_SetString) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetString"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetString) == 0x000038, "Wrong size on GSE_ConfigFuncLib_SetString"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetString, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetString::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetString, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetString::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetString, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetString::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetString, StringValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetString::StringValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetText \ +static_assert(alignof(GSE_ConfigFuncLib_SetText) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetText"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetText) == 0x000040, "Wrong size on GSE_ConfigFuncLib_SetText"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetText, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetText::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetText, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetText::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetText, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetText::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetText, TextValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetText::TextValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetVector \ +static_assert(alignof(GSE_ConfigFuncLib_SetVector) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetVector"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetVector) == 0x000040, "Wrong size on GSE_ConfigFuncLib_SetVector"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetVector::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetVector::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetVector::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector, VectorValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetVector::VectorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetVector2D \ +static_assert(alignof(GSE_ConfigFuncLib_SetVector2D) == 0x000008, "Wrong alignment on GSE_ConfigFuncLib_SetVector2D"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetVector2D) == 0x000038, "Wrong size on GSE_ConfigFuncLib_SetVector2D"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector2D, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetVector2D::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector2D, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetVector2D::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector2D, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetVector2D::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector2D, Vector2DValue) == 0x000028, "Member 'GSE_ConfigFuncLib_SetVector2D::Vector2DValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ConfigFuncLib_SetVector4 \ +static_assert(alignof(GSE_ConfigFuncLib_SetVector4) == 0x000010, "Wrong alignment on GSE_ConfigFuncLib_SetVector4"); \ +static_assert(sizeof(GSE_ConfigFuncLib_SetVector4) == 0x000050, "Wrong size on GSE_ConfigFuncLib_SetVector4"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector4, ConfigFile) == 0x000000, "Member 'GSE_ConfigFuncLib_SetVector4::ConfigFile' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector4, SectionName) == 0x000008, "Member 'GSE_ConfigFuncLib_SetVector4::SectionName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector4, PropertyName) == 0x000018, "Member 'GSE_ConfigFuncLib_SetVector4::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ConfigFuncLib_SetVector4, Vector4Value) == 0x000030, "Member 'GSE_ConfigFuncLib_SetVector4::Vector4Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_ConfigFuncLib \ +static_assert(alignof(UGSE_ConfigFuncLib) == 0x000008, "Wrong alignment on UGSE_ConfigFuncLib"); \ +static_assert(sizeof(UGSE_ConfigFuncLib) == 0x000028, "Wrong size on UGSE_ConfigFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetActorFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetActorFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetActorFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetActorFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetActorFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetActorFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetActorFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetAIFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetAIFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetAIFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetAIFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetAIFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetAIFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetAIFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetAnimFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetAnimFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetAnimFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetAnimFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetAnimFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetAnimFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetAnimFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetAsyncLineTraceReqFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetAsyncLineTraceReqFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetAsyncLineTraceReqFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetAsyncLineTraceReqFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetAsyncLineTraceReqFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetAsyncLineTraceReqFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetAsyncLineTraceReqFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetCVarFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetCVarFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetCVarFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetCVarFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetCVarFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetCVarFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetCVarFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetGameplayTagFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetGameplayTagFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetGameplayTagFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetGameplayTagFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetGameplayTagFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetGameplayTagFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetGameplayTagFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetGSCVarFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetGSCVarFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetGSCVarFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetGSCVarFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetGSCVarFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetGSCVarFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetGSCVarFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetInputFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetInputFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetInputFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetInputFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetInputFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetInputFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetInputFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetLineTraceFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetLineTraceFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetLineTraceFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetLineTraceFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetLineTraceFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetLineTraceFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetLineTraceFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetMathFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetMathFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetMathFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetMathFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetMathFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetMathFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetMathFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetNiagaraFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetNiagaraFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetNiagaraFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetNiagaraFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetNiagaraFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetNiagaraFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetNiagaraFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetProfilerFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetProfilerFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetProfilerFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetProfilerFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetProfilerFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetProfilerFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetProfilerFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetRenderFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetRenderFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetRenderFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetRenderFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetRenderFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetRenderFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetRenderFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetSceneComponentFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetSceneComponentFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetSceneComponentFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetSceneComponentFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetSceneComponentFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetSceneComponentFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetSceneComponentFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetSplineComponentFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetSplineComponentFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetSplineComponentFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetSplineComponentFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetSplineComponentFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetSplineComponentFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetSplineComponentFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetTaskGraphFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetTaskGraphFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetTaskGraphFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetTaskGraphFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetTaskGraphFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetTaskGraphFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetTaskGraphFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CppExport_GetUMGFuncAsMap \ +static_assert(alignof(GSE_CppExport_GetUMGFuncAsMap) == 0x000008, "Wrong alignment on GSE_CppExport_GetUMGFuncAsMap"); \ +static_assert(sizeof(GSE_CppExport_GetUMGFuncAsMap) == 0x000050, "Wrong size on GSE_CppExport_GetUMGFuncAsMap"); \ +static_assert(offsetof(GSE_CppExport_GetUMGFuncAsMap, ReturnValue) == 0x000000, "Member 'GSE_CppExport_GetUMGFuncAsMap::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_CppExport \ +static_assert(alignof(UGSE_CppExport) == 0x000008, "Wrong alignment on UGSE_CppExport"); \ +static_assert(sizeof(UGSE_CppExport) == 0x000028, "Wrong size on UGSE_CppExport"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_AssetPath_GetCDO \ +static_assert(alignof(GSE_EditorFuncLib_AssetPath_GetCDO) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_AssetPath_GetCDO"); \ +static_assert(sizeof(GSE_EditorFuncLib_AssetPath_GetCDO) == 0x000028, "Wrong size on GSE_EditorFuncLib_AssetPath_GetCDO"); \ +static_assert(offsetof(GSE_EditorFuncLib_AssetPath_GetCDO, Outer_0) == 0x000000, "Member 'GSE_EditorFuncLib_AssetPath_GetCDO::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_AssetPath_GetCDO, Path) == 0x000008, "Member 'GSE_EditorFuncLib_AssetPath_GetCDO::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_AssetPath_GetCDO, Blueprint) == 0x000018, "Member 'GSE_EditorFuncLib_AssetPath_GetCDO::Blueprint' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_AssetPath_GetCDO, ReturnValue) == 0x000020, "Member 'GSE_EditorFuncLib_AssetPath_GetCDO::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_BGUGetStaticMeshComp \ +static_assert(alignof(GSE_EditorFuncLib_BGUGetStaticMeshComp) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_BGUGetStaticMeshComp"); \ +static_assert(sizeof(GSE_EditorFuncLib_BGUGetStaticMeshComp) == 0x000010, "Wrong size on GSE_EditorFuncLib_BGUGetStaticMeshComp"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGUGetStaticMeshComp, Actor) == 0x000000, "Member 'GSE_EditorFuncLib_BGUGetStaticMeshComp::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGUGetStaticMeshComp, ReturnValue) == 0x000008, "Member 'GSE_EditorFuncLib_BGUGetStaticMeshComp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_BGULandscapeCameraCollsion \ +static_assert(alignof(GSE_EditorFuncLib_BGULandscapeCameraCollsion) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_BGULandscapeCameraCollsion"); \ +static_assert(sizeof(GSE_EditorFuncLib_BGULandscapeCameraCollsion) == 0x000020, "Wrong size on GSE_EditorFuncLib_BGULandscapeCameraCollsion"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGULandscapeCameraCollsion, WorldContextObject) == 0x000000, "Member 'GSE_EditorFuncLib_BGULandscapeCameraCollsion::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGULandscapeCameraCollsion, SurfaceType) == 0x000008, "Member 'GSE_EditorFuncLib_BGULandscapeCameraCollsion::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGULandscapeCameraCollsion, CellSize) == 0x00000C, "Member 'GSE_EditorFuncLib_BGULandscapeCameraCollsion::CellSize' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGULandscapeCameraCollsion, MaxHeightOffset) == 0x000010, "Member 'GSE_EditorFuncLib_BGULandscapeCameraCollsion::MaxHeightOffset' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGULandscapeCameraCollsion, MaxDisplacement) == 0x000014, "Member 'GSE_EditorFuncLib_BGULandscapeCameraCollsion::MaxDisplacement' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_BGULandscapeCameraCollsion, CameraCollisionOffset) == 0x000018, "Member 'GSE_EditorFuncLib_BGULandscapeCameraCollsion::CameraCollisionOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_CheckActorBoundsInfo \ +static_assert(alignof(GSE_EditorFuncLib_CheckActorBoundsInfo) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_CheckActorBoundsInfo"); \ +static_assert(sizeof(GSE_EditorFuncLib_CheckActorBoundsInfo) == 0x000048, "Wrong size on GSE_EditorFuncLib_CheckActorBoundsInfo"); \ +static_assert(offsetof(GSE_EditorFuncLib_CheckActorBoundsInfo, InActor) == 0x000000, "Member 'GSE_EditorFuncLib_CheckActorBoundsInfo::InActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_CheckActorBoundsInfo, bIncludeNonCollision) == 0x000008, "Member 'GSE_EditorFuncLib_CheckActorBoundsInfo::bIncludeNonCollision' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_CheckActorBoundsInfo, OutActorLevelBoundsRelevant) == 0x000009, "Member 'GSE_EditorFuncLib_CheckActorBoundsInfo::OutActorLevelBoundsRelevant' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_CheckActorBoundsInfo, OutActorBounds) == 0x000010, "Member 'GSE_EditorFuncLib_CheckActorBoundsInfo::OutActorBounds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_FAssetData_GetAsset \ +static_assert(alignof(GSE_EditorFuncLib_FAssetData_GetAsset) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_FAssetData_GetAsset"); \ +static_assert(sizeof(GSE_EditorFuncLib_FAssetData_GetAsset) == 0x000010, "Wrong size on GSE_EditorFuncLib_FAssetData_GetAsset"); \ +static_assert(offsetof(GSE_EditorFuncLib_FAssetData_GetAsset, AssetData) == 0x000000, "Member 'GSE_EditorFuncLib_FAssetData_GetAsset::AssetData' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_FAssetData_GetAsset, ReturnValue) == 0x000008, "Member 'GSE_EditorFuncLib_FAssetData_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_FAssetData_GetClass \ +static_assert(alignof(GSE_EditorFuncLib_FAssetData_GetClass) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_FAssetData_GetClass"); \ +static_assert(sizeof(GSE_EditorFuncLib_FAssetData_GetClass) == 0x000010, "Wrong size on GSE_EditorFuncLib_FAssetData_GetClass"); \ +static_assert(offsetof(GSE_EditorFuncLib_FAssetData_GetClass, AssetData) == 0x000000, "Member 'GSE_EditorFuncLib_FAssetData_GetClass::AssetData' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_FAssetData_GetClass, ReturnValue) == 0x000008, "Member 'GSE_EditorFuncLib_FAssetData_GetClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_FAssetData_GetTagValue \ +static_assert(alignof(GSE_EditorFuncLib_FAssetData_GetTagValue) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_FAssetData_GetTagValue"); \ +static_assert(sizeof(GSE_EditorFuncLib_FAssetData_GetTagValue) == 0x000020, "Wrong size on GSE_EditorFuncLib_FAssetData_GetTagValue"); \ +static_assert(offsetof(GSE_EditorFuncLib_FAssetData_GetTagValue, AssetData) == 0x000000, "Member 'GSE_EditorFuncLib_FAssetData_GetTagValue::AssetData' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_FAssetData_GetTagValue, TagName) == 0x000008, "Member 'GSE_EditorFuncLib_FAssetData_GetTagValue::TagName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_FAssetData_GetTagValue, ReturnValue) == 0x000010, "Member 'GSE_EditorFuncLib_FAssetData_GetTagValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_GetBrushBounds \ +static_assert(alignof(GSE_EditorFuncLib_GetBrushBounds) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_GetBrushBounds"); \ +static_assert(sizeof(GSE_EditorFuncLib_GetBrushBounds) == 0x000040, "Wrong size on GSE_EditorFuncLib_GetBrushBounds"); \ +static_assert(offsetof(GSE_EditorFuncLib_GetBrushBounds, BrushCom) == 0x000000, "Member 'GSE_EditorFuncLib_GetBrushBounds::BrushCom' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_GetBrushBounds, ReturnValue) == 0x000008, "Member 'GSE_EditorFuncLib_GetBrushBounds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_GetCDONodeComponents \ +static_assert(alignof(GSE_EditorFuncLib_GetCDONodeComponents) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_GetCDONodeComponents"); \ +static_assert(sizeof(GSE_EditorFuncLib_GetCDONodeComponents) == 0x000018, "Wrong size on GSE_EditorFuncLib_GetCDONodeComponents"); \ +static_assert(offsetof(GSE_EditorFuncLib_GetCDONodeComponents, CDO) == 0x000000, "Member 'GSE_EditorFuncLib_GetCDONodeComponents::CDO' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_GetCDONodeComponents, ReturnValue) == 0x000008, "Member 'GSE_EditorFuncLib_GetCDONodeComponents::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_GetContentBrowserSelections \ +static_assert(alignof(GSE_EditorFuncLib_GetContentBrowserSelections) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_GetContentBrowserSelections"); \ +static_assert(sizeof(GSE_EditorFuncLib_GetContentBrowserSelections) == 0x000008, "Wrong size on GSE_EditorFuncLib_GetContentBrowserSelections"); \ +static_assert(offsetof(GSE_EditorFuncLib_GetContentBrowserSelections, ReturnValue) == 0x000000, "Member 'GSE_EditorFuncLib_GetContentBrowserSelections::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_GetValidPostProcessVolumes \ +static_assert(alignof(GSE_EditorFuncLib_GetValidPostProcessVolumes) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_GetValidPostProcessVolumes"); \ +static_assert(sizeof(GSE_EditorFuncLib_GetValidPostProcessVolumes) == 0x000018, "Wrong size on GSE_EditorFuncLib_GetValidPostProcessVolumes"); \ +static_assert(offsetof(GSE_EditorFuncLib_GetValidPostProcessVolumes, InWorld) == 0x000000, "Member 'GSE_EditorFuncLib_GetValidPostProcessVolumes::InWorld' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_GetValidPostProcessVolumes, ReturnValue) == 0x000008, "Member 'GSE_EditorFuncLib_GetValidPostProcessVolumes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_ImportCSVToStringTable \ +static_assert(alignof(GSE_EditorFuncLib_ImportCSVToStringTable) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_ImportCSVToStringTable"); \ +static_assert(sizeof(GSE_EditorFuncLib_ImportCSVToStringTable) == 0x000018, "Wrong size on GSE_EditorFuncLib_ImportCSVToStringTable"); \ +static_assert(offsetof(GSE_EditorFuncLib_ImportCSVToStringTable, TableId) == 0x000000, "Member 'GSE_EditorFuncLib_ImportCSVToStringTable::TableId' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_ImportCSVToStringTable, CSVPath) == 0x000008, "Member 'GSE_EditorFuncLib_ImportCSVToStringTable::CSVPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_IsClassPlaceable \ +static_assert(alignof(GSE_EditorFuncLib_IsClassPlaceable) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_IsClassPlaceable"); \ +static_assert(sizeof(GSE_EditorFuncLib_IsClassPlaceable) == 0x000010, "Wrong size on GSE_EditorFuncLib_IsClassPlaceable"); \ +static_assert(offsetof(GSE_EditorFuncLib_IsClassPlaceable, AssetClass) == 0x000000, "Member 'GSE_EditorFuncLib_IsClassPlaceable::AssetClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_IsClassPlaceable, ReturnValue) == 0x000008, "Member 'GSE_EditorFuncLib_IsClassPlaceable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_SetActorEditorOnly \ +static_assert(alignof(GSE_EditorFuncLib_SetActorEditorOnly) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_SetActorEditorOnly"); \ +static_assert(sizeof(GSE_EditorFuncLib_SetActorEditorOnly) == 0x000010, "Wrong size on GSE_EditorFuncLib_SetActorEditorOnly"); \ +static_assert(offsetof(GSE_EditorFuncLib_SetActorEditorOnly, Actor) == 0x000000, "Member 'GSE_EditorFuncLib_SetActorEditorOnly::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_SetActorEditorOnly, NewEnable) == 0x000008, "Member 'GSE_EditorFuncLib_SetActorEditorOnly::NewEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EditorFuncLib_SetActorLevelBoundsRelevant \ +static_assert(alignof(GSE_EditorFuncLib_SetActorLevelBoundsRelevant) == 0x000008, "Wrong alignment on GSE_EditorFuncLib_SetActorLevelBoundsRelevant"); \ +static_assert(sizeof(GSE_EditorFuncLib_SetActorLevelBoundsRelevant) == 0x000010, "Wrong size on GSE_EditorFuncLib_SetActorLevelBoundsRelevant"); \ +static_assert(offsetof(GSE_EditorFuncLib_SetActorLevelBoundsRelevant, InActor) == 0x000000, "Member 'GSE_EditorFuncLib_SetActorLevelBoundsRelevant::InActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EditorFuncLib_SetActorLevelBoundsRelevant, bRelevant) == 0x000008, "Member 'GSE_EditorFuncLib_SetActorLevelBoundsRelevant::bRelevant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_EditorFuncLib \ +static_assert(alignof(UGSE_EditorFuncLib) == 0x000008, "Wrong alignment on UGSE_EditorFuncLib"); \ +static_assert(sizeof(UGSE_EditorFuncLib) == 0x000028, "Wrong size on UGSE_EditorFuncLib"); \ + +#define DUMPER7_ASSERTS_UActorComponentCS \ +static_assert(alignof(UActorComponentCS) == 0x000008, "Wrong alignment on UActorComponentCS"); \ +static_assert(sizeof(UActorComponentCS) == 0x0000C0, "Wrong size on UActorComponentCS"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_AdjustPSOPrecompileBatch \ +static_assert(alignof(GSE_EngineFuncLib_AdjustPSOPrecompileBatch) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_AdjustPSOPrecompileBatch"); \ +static_assert(sizeof(GSE_EngineFuncLib_AdjustPSOPrecompileBatch) == 0x000008, "Wrong size on GSE_EngineFuncLib_AdjustPSOPrecompileBatch"); \ +static_assert(offsetof(GSE_EngineFuncLib_AdjustPSOPrecompileBatch, BatchSize) == 0x000000, "Member 'GSE_EngineFuncLib_AdjustPSOPrecompileBatch::BatchSize' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_AdjustPSOPrecompileBatch, BatchTime) == 0x000004, "Member 'GSE_EngineFuncLib_AdjustPSOPrecompileBatch::BatchTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ApplyMarkPackageExistFromSection \ +static_assert(alignof(GSE_EngineFuncLib_ApplyMarkPackageExistFromSection) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ApplyMarkPackageExistFromSection"); \ +static_assert(sizeof(GSE_EngineFuncLib_ApplyMarkPackageExistFromSection) == 0x000018, "Wrong size on GSE_EngineFuncLib_ApplyMarkPackageExistFromSection"); \ +static_assert(offsetof(GSE_EngineFuncLib_ApplyMarkPackageExistFromSection, bMarkExist) == 0x000000, "Member 'GSE_EngineFuncLib_ApplyMarkPackageExistFromSection::bMarkExist' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ApplyMarkPackageExistFromSection, Section) == 0x000008, "Member 'GSE_EngineFuncLib_ApplyMarkPackageExistFromSection::Section' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_AsyncDownloadImage \ +static_assert(alignof(GSE_EngineFuncLib_AsyncDownloadImage) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_AsyncDownloadImage"); \ +static_assert(sizeof(GSE_EngineFuncLib_AsyncDownloadImage) == 0x000018, "Wrong size on GSE_EngineFuncLib_AsyncDownloadImage"); \ +static_assert(offsetof(GSE_EngineFuncLib_AsyncDownloadImage, URL) == 0x000000, "Member 'GSE_EngineFuncLib_AsyncDownloadImage::URL' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_AsyncDownloadImage, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_AsyncDownloadImage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_BindAudioUtilAndBox \ +static_assert(alignof(GSE_EngineFuncLib_BindAudioUtilAndBox) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_BindAudioUtilAndBox"); \ +static_assert(sizeof(GSE_EngineFuncLib_BindAudioUtilAndBox) == 0x000018, "Wrong size on GSE_EngineFuncLib_BindAudioUtilAndBox"); \ +static_assert(offsetof(GSE_EngineFuncLib_BindAudioUtilAndBox, AudioUtilActor) == 0x000000, "Member 'GSE_EngineFuncLib_BindAudioUtilAndBox::AudioUtilActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BindAudioUtilAndBox, AudioBox) == 0x000008, "Member 'GSE_EngineFuncLib_BindAudioUtilAndBox::AudioBox' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BindAudioUtilAndBox, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_BindAudioUtilAndBox::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_BinkMediaPlayerGoTo \ +static_assert(alignof(GSE_EngineFuncLib_BinkMediaPlayerGoTo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_BinkMediaPlayerGoTo"); \ +static_assert(sizeof(GSE_EngineFuncLib_BinkMediaPlayerGoTo) == 0x000010, "Wrong size on GSE_EngineFuncLib_BinkMediaPlayerGoTo"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerGoTo, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_BinkMediaPlayerGoTo::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerGoTo, TargetFrame) == 0x000008, "Member 'GSE_EngineFuncLib_BinkMediaPlayerGoTo::TargetFrame' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerGoTo, ReturnValue) == 0x00000C, "Member 'GSE_EngineFuncLib_BinkMediaPlayerGoTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs \ +static_assert(alignof(GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs"); \ +static_assert(sizeof(GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs) == 0x000018, "Wrong size on GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs, TargetFrame) == 0x000008, "Member 'GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs::TargetFrame' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs, ProcMS) == 0x00000C, "Member 'GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs::ProcMS' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_BinkMediaPlayerGoToWithProcMs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_BinkMediaPlayerTimeSeek \ +static_assert(alignof(GSE_EngineFuncLib_BinkMediaPlayerTimeSeek) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_BinkMediaPlayerTimeSeek"); \ +static_assert(sizeof(GSE_EngineFuncLib_BinkMediaPlayerTimeSeek) == 0x000010, "Wrong size on GSE_EngineFuncLib_BinkMediaPlayerTimeSeek"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerTimeSeek, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_BinkMediaPlayerTimeSeek::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_BinkMediaPlayerTimeSeek, Time) == 0x000008, "Member 'GSE_EngineFuncLib_BinkMediaPlayerTimeSeek::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_BlockTillLevelStreamingCompleted \ +static_assert(alignof(GSE_EngineFuncLib_BlockTillLevelStreamingCompleted) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_BlockTillLevelStreamingCompleted"); \ +static_assert(sizeof(GSE_EngineFuncLib_BlockTillLevelStreamingCompleted) == 0x000008, "Wrong size on GSE_EngineFuncLib_BlockTillLevelStreamingCompleted"); \ +static_assert(offsetof(GSE_EngineFuncLib_BlockTillLevelStreamingCompleted, WorldContextObject) == 0x000000, "Member 'GSE_EngineFuncLib_BlockTillLevelStreamingCompleted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_BlockTillSuspendedLevelsCompleted \ +static_assert(alignof(GSE_EngineFuncLib_BlockTillSuspendedLevelsCompleted) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_BlockTillSuspendedLevelsCompleted"); \ +static_assert(sizeof(GSE_EngineFuncLib_BlockTillSuspendedLevelsCompleted) == 0x000008, "Wrong size on GSE_EngineFuncLib_BlockTillSuspendedLevelsCompleted"); \ +static_assert(offsetof(GSE_EngineFuncLib_BlockTillSuspendedLevelsCompleted, WorldContextObject) == 0x000000, "Member 'GSE_EngineFuncLib_BlockTillSuspendedLevelsCompleted::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_CaptureCurrentViewport \ +static_assert(alignof(GSE_EngineFuncLib_CaptureCurrentViewport) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_CaptureCurrentViewport"); \ +static_assert(sizeof(GSE_EngineFuncLib_CaptureCurrentViewport) == 0x000001, "Wrong size on GSE_EngineFuncLib_CaptureCurrentViewport"); \ +static_assert(offsetof(GSE_EngineFuncLib_CaptureCurrentViewport, bCapture) == 0x000000, "Member 'GSE_EngineFuncLib_CaptureCurrentViewport::bCapture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ClientSeamlessTravel \ +static_assert(alignof(GSE_EngineFuncLib_ClientSeamlessTravel) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ClientSeamlessTravel"); \ +static_assert(sizeof(GSE_EngineFuncLib_ClientSeamlessTravel) == 0x000018, "Wrong size on GSE_EngineFuncLib_ClientSeamlessTravel"); \ +static_assert(offsetof(GSE_EngineFuncLib_ClientSeamlessTravel, PC) == 0x000000, "Member 'GSE_EngineFuncLib_ClientSeamlessTravel::PC' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ClientSeamlessTravel, URL) == 0x000008, "Member 'GSE_EngineFuncLib_ClientSeamlessTravel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_CloseNetConnection \ +static_assert(alignof(GSE_EngineFuncLib_CloseNetConnection) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_CloseNetConnection"); \ +static_assert(sizeof(GSE_EngineFuncLib_CloseNetConnection) == 0x000008, "Wrong size on GSE_EngineFuncLib_CloseNetConnection"); \ +static_assert(offsetof(GSE_EngineFuncLib_CloseNetConnection, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_CloseNetConnection::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ConsoleVarGetInt \ +static_assert(alignof(GSE_EngineFuncLib_ConsoleVarGetInt) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ConsoleVarGetInt"); \ +static_assert(sizeof(GSE_EngineFuncLib_ConsoleVarGetInt) == 0x000018, "Wrong size on GSE_EngineFuncLib_ConsoleVarGetInt"); \ +static_assert(offsetof(GSE_EngineFuncLib_ConsoleVarGetInt, Name_0) == 0x000000, "Member 'GSE_EngineFuncLib_ConsoleVarGetInt::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ConsoleVarGetInt, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_ConsoleVarGetInt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ConsoleVariableSetMouseCursor \ +static_assert(alignof(GSE_EngineFuncLib_ConsoleVariableSetMouseCursor) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_ConsoleVariableSetMouseCursor"); \ +static_assert(sizeof(GSE_EngineFuncLib_ConsoleVariableSetMouseCursor) == 0x000001, "Wrong size on GSE_EngineFuncLib_ConsoleVariableSetMouseCursor"); \ +static_assert(offsetof(GSE_EngineFuncLib_ConsoleVariableSetMouseCursor, MouseCursor) == 0x000000, "Member 'GSE_EngineFuncLib_ConsoleVariableSetMouseCursor::MouseCursor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_CopyToClipBoard \ +static_assert(alignof(GSE_EngineFuncLib_CopyToClipBoard) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_CopyToClipBoard"); \ +static_assert(sizeof(GSE_EngineFuncLib_CopyToClipBoard) == 0x000010, "Wrong size on GSE_EngineFuncLib_CopyToClipBoard"); \ +static_assert(offsetof(GSE_EngineFuncLib_CopyToClipBoard, InStr) == 0x000000, "Member 'GSE_EngineFuncLib_CopyToClipBoard::InStr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_CreateAsset \ +static_assert(alignof(GSE_EngineFuncLib_CreateAsset) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_CreateAsset"); \ +static_assert(sizeof(GSE_EngineFuncLib_CreateAsset) == 0x000030, "Wrong size on GSE_EngineFuncLib_CreateAsset"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateAsset, Path) == 0x000000, "Member 'GSE_EngineFuncLib_CreateAsset::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateAsset, Name_0) == 0x000010, "Member 'GSE_EngineFuncLib_CreateAsset::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateAsset, CreatedClass) == 0x000020, "Member 'GSE_EngineFuncLib_CreateAsset::CreatedClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateAsset, ReturnValue) == 0x000028, "Member 'GSE_EngineFuncLib_CreateAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_CreateDragDropOperation \ +static_assert(alignof(GSE_EngineFuncLib_CreateDragDropOperation) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_CreateDragDropOperation"); \ +static_assert(sizeof(GSE_EngineFuncLib_CreateDragDropOperation) == 0x000010, "Wrong size on GSE_EngineFuncLib_CreateDragDropOperation"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateDragDropOperation, OperationClass) == 0x000000, "Member 'GSE_EngineFuncLib_CreateDragDropOperation::OperationClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateDragDropOperation, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_CreateDragDropOperation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_CreateNamedNetDriver \ +static_assert(alignof(GSE_EngineFuncLib_CreateNamedNetDriver) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_CreateNamedNetDriver"); \ +static_assert(sizeof(GSE_EngineFuncLib_CreateNamedNetDriver) == 0x000018, "Wrong size on GSE_EngineFuncLib_CreateNamedNetDriver"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateNamedNetDriver, InWorld) == 0x000000, "Member 'GSE_EngineFuncLib_CreateNamedNetDriver::InWorld' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateNamedNetDriver, NetDriverName) == 0x000008, "Member 'GSE_EngineFuncLib_CreateNamedNetDriver::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateNamedNetDriver, NetDriverDefinition) == 0x000010, "Member 'GSE_EngineFuncLib_CreateNamedNetDriver::NetDriverDefinition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_CreateReplicationDriver \ +static_assert(alignof(GSE_EngineFuncLib_CreateReplicationDriver) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_CreateReplicationDriver"); \ +static_assert(sizeof(GSE_EngineFuncLib_CreateReplicationDriver) == 0x000018, "Wrong size on GSE_EngineFuncLib_CreateReplicationDriver"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateReplicationDriver, NetDriver) == 0x000000, "Member 'GSE_EngineFuncLib_CreateReplicationDriver::NetDriver' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateReplicationDriver, World) == 0x000008, "Member 'GSE_EngineFuncLib_CreateReplicationDriver::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_CreateReplicationDriver, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_CreateReplicationDriver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_DestroyActor \ +static_assert(alignof(GSE_EngineFuncLib_DestroyActor) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_DestroyActor"); \ +static_assert(sizeof(GSE_EngineFuncLib_DestroyActor) == 0x000008, "Wrong size on GSE_EngineFuncLib_DestroyActor"); \ +static_assert(offsetof(GSE_EngineFuncLib_DestroyActor, Actor) == 0x000000, "Member 'GSE_EngineFuncLib_DestroyActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword \ +static_assert(alignof(GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword"); \ +static_assert(sizeof(GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword) == 0x000018, "Wrong size on GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword"); \ +static_assert(offsetof(GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword, InWorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword, InKeyword) == 0x000008, "Member 'GSE_EngineFuncLib_DestroyActorsWithSpecifiedKeyword::InKeyword' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_DetectDragIfPressed \ +static_assert(alignof(GSE_EngineFuncLib_DetectDragIfPressed) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_DetectDragIfPressed"); \ +static_assert(sizeof(GSE_EngineFuncLib_DetectDragIfPressed) == 0x000158, "Wrong size on GSE_EngineFuncLib_DetectDragIfPressed"); \ +static_assert(offsetof(GSE_EngineFuncLib_DetectDragIfPressed, PointerEvent) == 0x000000, "Member 'GSE_EngineFuncLib_DetectDragIfPressed::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DetectDragIfPressed, WidgetDetectingDrag) == 0x000090, "Member 'GSE_EngineFuncLib_DetectDragIfPressed::WidgetDetectingDrag' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DetectDragIfPressed, KeyName) == 0x000098, "Member 'GSE_EngineFuncLib_DetectDragIfPressed::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DetectDragIfPressed, ReturnValue) == 0x0000A0, "Member 'GSE_EngineFuncLib_DetectDragIfPressed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_DisableDebugExecBindings \ +static_assert(alignof(GSE_EngineFuncLib_DisableDebugExecBindings) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_DisableDebugExecBindings"); \ +static_assert(sizeof(GSE_EngineFuncLib_DisableDebugExecBindings) == 0x000010, "Wrong size on GSE_EngineFuncLib_DisableDebugExecBindings"); \ +static_assert(offsetof(GSE_EngineFuncLib_DisableDebugExecBindings, WorldCtx) == 0x000000, "Member 'GSE_EngineFuncLib_DisableDebugExecBindings::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DisableDebugExecBindings, IsDisable) == 0x000008, "Member 'GSE_EngineFuncLib_DisableDebugExecBindings::IsDisable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_DrawDebugCircleArc \ +static_assert(alignof(GSE_EngineFuncLib_DrawDebugCircleArc) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_DrawDebugCircleArc"); \ +static_assert(sizeof(GSE_EngineFuncLib_DrawDebugCircleArc) == 0x000060, "Wrong size on GSE_EngineFuncLib_DrawDebugCircleArc"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, WorldContextObject) == 0x000000, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, Center) == 0x000008, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::Center' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, Radius) == 0x000020, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::Radius' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, Direction) == 0x000028, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::Direction' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, AngleWidth) == 0x000040, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::AngleWidth' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, NumSegments) == 0x000044, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::NumSegments' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, LineColor) == 0x000048, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::LineColor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, Duration) == 0x000058, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::Duration' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DrawDebugCircleArc, Thickness) == 0x00005C, "Member 'GSE_EngineFuncLib_DrawDebugCircleArc::Thickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_DuplicateAsset \ +static_assert(alignof(GSE_EngineFuncLib_DuplicateAsset) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_DuplicateAsset"); \ +static_assert(sizeof(GSE_EngineFuncLib_DuplicateAsset) == 0x000030, "Wrong size on GSE_EngineFuncLib_DuplicateAsset"); \ +static_assert(offsetof(GSE_EngineFuncLib_DuplicateAsset, AssetName) == 0x000000, "Member 'GSE_EngineFuncLib_DuplicateAsset::AssetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DuplicateAsset, PackagePath) == 0x000010, "Member 'GSE_EngineFuncLib_DuplicateAsset::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DuplicateAsset, OriginalObject) == 0x000020, "Member 'GSE_EngineFuncLib_DuplicateAsset::OriginalObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_DuplicateAsset, ReturnValue) == 0x000028, "Member 'GSE_EngineFuncLib_DuplicateAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck \ +static_assert(alignof(GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck"); \ +static_assert(sizeof(GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck) == 0x000002, "Wrong size on GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck"); \ +static_assert(offsetof(GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck, Enable) == 0x000000, "Member 'GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck::Enable' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck, IgnoreEditor) == 0x000001, "Member 'GSE_EngineFuncLib_EnableForceStreamdOutLevelGCCheck::IgnoreEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_EngineGC \ +static_assert(alignof(GSE_EngineFuncLib_EngineGC) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_EngineGC"); \ +static_assert(sizeof(GSE_EngineFuncLib_EngineGC) == 0x000001, "Wrong size on GSE_EngineFuncLib_EngineGC"); \ +static_assert(offsetof(GSE_EngineFuncLib_EngineGC, bFullPurge) == 0x000000, "Member 'GSE_EngineFuncLib_EngineGC::bFullPurge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ExecCmdOutGLog \ +static_assert(alignof(GSE_EngineFuncLib_ExecCmdOutGLog) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ExecCmdOutGLog"); \ +static_assert(sizeof(GSE_EngineFuncLib_ExecCmdOutGLog) == 0x000018, "Wrong size on GSE_EngineFuncLib_ExecCmdOutGLog"); \ +static_assert(offsetof(GSE_EngineFuncLib_ExecCmdOutGLog, Cmd) == 0x000000, "Member 'GSE_EngineFuncLib_ExecCmdOutGLog::Cmd' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ExecCmdOutGLog, WorldCtx) == 0x000010, "Member 'GSE_EngineFuncLib_ExecCmdOutGLog::WorldCtx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject \ +static_assert(alignof(GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject"); \ +static_assert(sizeof(GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject) == 0x000018, "Wrong size on GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject, Obj) == 0x000000, "Member 'GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_FindAndPrintStaleReferencesToObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath \ +static_assert(alignof(GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath"); \ +static_assert(sizeof(GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath) == 0x000020, "Wrong size on GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath, InObjectPath) == 0x000000, "Member 'GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath::InObjectPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_FindAndPrintStaleRefsByObjectPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_FindNamedNetDriver \ +static_assert(alignof(GSE_EngineFuncLib_FindNamedNetDriver) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_FindNamedNetDriver"); \ +static_assert(sizeof(GSE_EngineFuncLib_FindNamedNetDriver) == 0x000018, "Wrong size on GSE_EngineFuncLib_FindNamedNetDriver"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindNamedNetDriver, InWorld) == 0x000000, "Member 'GSE_EngineFuncLib_FindNamedNetDriver::InWorld' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindNamedNetDriver, NetDriverName) == 0x000008, "Member 'GSE_EngineFuncLib_FindNamedNetDriver::NetDriverName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindNamedNetDriver, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_FindNamedNetDriver::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_FindPathSync \ +static_assert(alignof(GSE_EngineFuncLib_FindPathSync) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_FindPathSync"); \ +static_assert(sizeof(GSE_EngineFuncLib_FindPathSync) == 0x000030, "Wrong size on GSE_EngineFuncLib_FindPathSync"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindPathSync, Controller) == 0x000000, "Member 'GSE_EngineFuncLib_FindPathSync::Controller' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindPathSync, TargetLocation) == 0x000008, "Member 'GSE_EngineFuncLib_FindPathSync::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_FindPathSync, ReturnValue) == 0x000020, "Member 'GSE_EngineFuncLib_FindPathSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_FlushMainAudioDevice \ +static_assert(alignof(GSE_EngineFuncLib_FlushMainAudioDevice) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_FlushMainAudioDevice"); \ +static_assert(sizeof(GSE_EngineFuncLib_FlushMainAudioDevice) == 0x000004, "Wrong size on GSE_EngineFuncLib_FlushMainAudioDevice"); \ +static_assert(offsetof(GSE_EngineFuncLib_FlushMainAudioDevice, DeviceID) == 0x000000, "Member 'GSE_EngineFuncLib_FlushMainAudioDevice::DeviceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GameInstanceIsDedicatedServer \ +static_assert(alignof(GSE_EngineFuncLib_GameInstanceIsDedicatedServer) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GameInstanceIsDedicatedServer"); \ +static_assert(sizeof(GSE_EngineFuncLib_GameInstanceIsDedicatedServer) == 0x000010, "Wrong size on GSE_EngineFuncLib_GameInstanceIsDedicatedServer"); \ +static_assert(offsetof(GSE_EngineFuncLib_GameInstanceIsDedicatedServer, GameInst) == 0x000000, "Member 'GSE_EngineFuncLib_GameInstanceIsDedicatedServer::GameInst' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GameInstanceIsDedicatedServer, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GameInstanceIsDedicatedServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetActionMappings \ +static_assert(alignof(GSE_EngineFuncLib_GetActionMappings) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetActionMappings"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetActionMappings) == 0x000018, "Wrong size on GSE_EngineFuncLib_GetActionMappings"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetActionMappings, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_GetActionMappings::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetActionMappings, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetActionMappings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetActualQualityLevel \ +static_assert(alignof(GSE_EngineFuncLib_GetActualQualityLevel) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_GetActualQualityLevel"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetActualQualityLevel) == 0x000002, "Wrong size on GSE_EngineFuncLib_GetActualQualityLevel"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetActualQualityLevel, bLogInfo) == 0x000000, "Member 'GSE_EngineFuncLib_GetActualQualityLevel::bLogInfo' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetActualQualityLevel, ReturnValue) == 0x000001, "Member 'GSE_EngineFuncLib_GetActualQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetAnalogInputKey \ +static_assert(alignof(GSE_EngineFuncLib_GetAnalogInputKey) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetAnalogInputKey"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetAnalogInputKey) == 0x000058, "Wrong size on GSE_EngineFuncLib_GetAnalogInputKey"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAnalogInputKey, AnalogInputEvent) == 0x000000, "Member 'GSE_EngineFuncLib_GetAnalogInputKey::AnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAnalogInputKey, ReturnValue) == 0x000040, "Member 'GSE_EngineFuncLib_GetAnalogInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetAnalogValue \ +static_assert(alignof(GSE_EngineFuncLib_GetAnalogValue) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetAnalogValue"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetAnalogValue) == 0x000048, "Wrong size on GSE_EngineFuncLib_GetAnalogValue"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAnalogValue, AnalogInputEvent) == 0x000000, "Member 'GSE_EngineFuncLib_GetAnalogValue::AnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAnalogValue, ReturnValue) == 0x000040, "Member 'GSE_EngineFuncLib_GetAnalogValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetAsyncLoadPercentage \ +static_assert(alignof(GSE_EngineFuncLib_GetAsyncLoadPercentage) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_GetAsyncLoadPercentage"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetAsyncLoadPercentage) == 0x00000C, "Wrong size on GSE_EngineFuncLib_GetAsyncLoadPercentage"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAsyncLoadPercentage, PackageName) == 0x000000, "Member 'GSE_EngineFuncLib_GetAsyncLoadPercentage::PackageName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAsyncLoadPercentage, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetAsyncLoadPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize \ +static_assert(alignof(GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize) == 0x000018, "Wrong size on GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize, AudioUtilActor) == 0x000000, "Member 'GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize::AudioUtilActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize, AudioDuration) == 0x000008, "Member 'GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize::AudioDuration' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_GetAudioInfoOfAudioVisualize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetAvailablePhysical \ +static_assert(alignof(GSE_EngineFuncLib_GetAvailablePhysical) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_GetAvailablePhysical"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetAvailablePhysical) == 0x000004, "Wrong size on GSE_EngineFuncLib_GetAvailablePhysical"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAvailablePhysical, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetAvailablePhysical::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetAxisMappings \ +static_assert(alignof(GSE_EngineFuncLib_GetAxisMappings) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetAxisMappings"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetAxisMappings) == 0x000018, "Wrong size on GSE_EngineFuncLib_GetAxisMappings"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAxisMappings, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_GetAxisMappings::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetAxisMappings, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetAxisMappings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame \ +static_assert(alignof(GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerCurFrame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetBinkMediaPlayerDuartion \ +static_assert(alignof(GSE_EngineFuncLib_GetBinkMediaPlayerDuartion) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetBinkMediaPlayerDuartion"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetBinkMediaPlayerDuartion) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetBinkMediaPlayerDuartion"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerDuartion, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerDuartion::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerDuartion, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerDuartion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate \ +static_assert(alignof(GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerFrameRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetBinkMediaPlayerTime \ +static_assert(alignof(GSE_EngineFuncLib_GetBinkMediaPlayerTime) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetBinkMediaPlayerTime"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetBinkMediaPlayerTime) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetBinkMediaPlayerTime"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerTime, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerTime::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerTime, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames \ +static_assert(alignof(GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetBinkMediaPlayerTotalFrames::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetChildActors \ +static_assert(alignof(GSE_EngineFuncLib_GetChildActors) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetChildActors"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetChildActors) == 0x000018, "Wrong size on GSE_EngineFuncLib_GetChildActors"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetChildActors, Actor) == 0x000000, "Member 'GSE_EngineFuncLib_GetChildActors::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetChildActors, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetChildActors::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetCurrentRhiName \ +static_assert(alignof(GSE_EngineFuncLib_GetCurrentRhiName) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetCurrentRhiName"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetCurrentRhiName) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetCurrentRhiName"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetCurrentRhiName, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetCurrentRhiName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetDefaultLanguageCS \ +static_assert(alignof(GSE_EngineFuncLib_GetDefaultLanguageCS) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetDefaultLanguageCS"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetDefaultLanguageCS) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetDefaultLanguageCS"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDefaultLanguageCS, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetDefaultLanguageCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetDeviceId \ +static_assert(alignof(GSE_EngineFuncLib_GetDeviceId) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetDeviceId"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetDeviceId) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetDeviceId"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDeviceId, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetDeviceId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetDeviceInfo \ +static_assert(alignof(GSE_EngineFuncLib_GetDeviceInfo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetDeviceInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetDeviceInfo) == 0x000028, "Wrong size on GSE_EngineFuncLib_GetDeviceInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDeviceInfo, Cpu) == 0x000000, "Member 'GSE_EngineFuncLib_GetDeviceInfo::Cpu' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDeviceInfo, Gpu) == 0x000010, "Member 'GSE_EngineFuncLib_GetDeviceInfo::Gpu' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDeviceInfo, MemSize) == 0x000020, "Member 'GSE_EngineFuncLib_GetDeviceInfo::MemSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetDisplayGamma \ +static_assert(alignof(GSE_EngineFuncLib_GetDisplayGamma) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetDisplayGamma"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetDisplayGamma) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetDisplayGamma"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDisplayGamma, WorldCtx) == 0x000000, "Member 'GSE_EngineFuncLib_GetDisplayGamma::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDisplayGamma, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetDisplayGamma::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetDisplayName \ +static_assert(alignof(GSE_EngineFuncLib_GetDisplayName) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetDisplayName"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetDisplayName) == 0x000018, "Wrong size on GSE_EngineFuncLib_GetDisplayName"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDisplayName, Object) == 0x000000, "Member 'GSE_EngineFuncLib_GetDisplayName::Object' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetDisplayName, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetEngineMinorVersion \ +static_assert(alignof(GSE_EngineFuncLib_GetEngineMinorVersion) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_GetEngineMinorVersion"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetEngineMinorVersion) == 0x000004, "Wrong size on GSE_EngineFuncLib_GetEngineMinorVersion"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetEngineMinorVersion, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetEngineMinorVersion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetFirstLocalPlayerController \ +static_assert(alignof(GSE_EngineFuncLib_GetFirstLocalPlayerController) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetFirstLocalPlayerController"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetFirstLocalPlayerController) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetFirstLocalPlayerController"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetFirstLocalPlayerController, WorldCtx) == 0x000000, "Member 'GSE_EngineFuncLib_GetFirstLocalPlayerController::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetFirstLocalPlayerController, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetFirstLocalPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetGFrameCounter \ +static_assert(alignof(GSE_EngineFuncLib_GetGFrameCounter) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetGFrameCounter"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetGFrameCounter) == 0x000008, "Wrong size on GSE_EngineFuncLib_GetGFrameCounter"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetGFrameCounter, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetGFrameCounter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetInputDeadZone \ +static_assert(alignof(GSE_EngineFuncLib_GetInputDeadZone) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetInputDeadZone"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetInputDeadZone) == 0x000018, "Wrong size on GSE_EngineFuncLib_GetInputDeadZone"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetInputDeadZone, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_GetInputDeadZone::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetInputDeadZone, AxisName) == 0x000008, "Member 'GSE_EngineFuncLib_GetInputDeadZone::AxisName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetInputDeadZone, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_GetInputDeadZone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetInputKey \ +static_assert(alignof(GSE_EngineFuncLib_GetInputKey) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetInputKey"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetInputKey) == 0x000050, "Wrong size on GSE_EngineFuncLib_GetInputKey"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetInputKey, KeyEvent) == 0x000000, "Member 'GSE_EngineFuncLib_GetInputKey::KeyEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetInputKey, ReturnValue) == 0x000038, "Member 'GSE_EngineFuncLib_GetInputKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetLaunchValue \ +static_assert(alignof(GSE_EngineFuncLib_GetLaunchValue) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetLaunchValue"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetLaunchValue) == 0x000020, "Wrong size on GSE_EngineFuncLib_GetLaunchValue"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetLaunchValue, Option) == 0x000000, "Member 'GSE_EngineFuncLib_GetLaunchValue::Option' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetLaunchValue, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_GetLaunchValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetLocalPlayerCameraManager \ +static_assert(alignof(GSE_EngineFuncLib_GetLocalPlayerCameraManager) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetLocalPlayerCameraManager"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetLocalPlayerCameraManager) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetLocalPlayerCameraManager"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetLocalPlayerCameraManager, WorldCtx) == 0x000000, "Member 'GSE_EngineFuncLib_GetLocalPlayerCameraManager::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetLocalPlayerCameraManager, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetLocalPlayerCameraManager::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetLoginId \ +static_assert(alignof(GSE_EngineFuncLib_GetLoginId) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetLoginId"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetLoginId) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetLoginId"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetLoginId, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetLoginId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetMacAddress \ +static_assert(alignof(GSE_EngineFuncLib_GetMacAddress) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetMacAddress"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetMacAddress) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetMacAddress"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetMacAddress, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetMacAddress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetMediaPlayerDuartion \ +static_assert(alignof(GSE_EngineFuncLib_GetMediaPlayerDuartion) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetMediaPlayerDuartion"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetMediaPlayerDuartion) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetMediaPlayerDuartion"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetMediaPlayerDuartion, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_GetMediaPlayerDuartion::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetMediaPlayerDuartion, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetMediaPlayerDuartion::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetMediaPlayerTime \ +static_assert(alignof(GSE_EngineFuncLib_GetMediaPlayerTime) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetMediaPlayerTime"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetMediaPlayerTime) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetMediaPlayerTime"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetMediaPlayerTime, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_GetMediaPlayerTime::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetMediaPlayerTime, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetMediaPlayerTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetPawnAutoPossessConfig \ +static_assert(alignof(GSE_EngineFuncLib_GetPawnAutoPossessConfig) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetPawnAutoPossessConfig"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetPawnAutoPossessConfig) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetPawnAutoPossessConfig"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPawnAutoPossessConfig, PC) == 0x000000, "Member 'GSE_EngineFuncLib_GetPawnAutoPossessConfig::PC' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPawnAutoPossessConfig, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetPawnAutoPossessConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetPlatformTime \ +static_assert(alignof(GSE_EngineFuncLib_GetPlatformTime) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetPlatformTime"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetPlatformTime) == 0x000008, "Wrong size on GSE_EngineFuncLib_GetPlatformTime"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlatformTime, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetPlatformTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetPlayerViewProjectionMatrix \ +static_assert(alignof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrix) == 0x000010, "Wrong alignment on GSE_EngineFuncLib_GetPlayerViewProjectionMatrix"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrix) == 0x000090, "Wrong size on GSE_EngineFuncLib_GetPlayerViewProjectionMatrix"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrix, Player) == 0x000000, "Member 'GSE_EngineFuncLib_GetPlayerViewProjectionMatrix::Player' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrix, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_GetPlayerViewProjectionMatrix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv \ +static_assert(alignof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv) == 0x000010, "Wrong alignment on GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv) == 0x000090, "Wrong size on GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv, Player) == 0x000000, "Member 'GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv::Player' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_GetPlayerViewProjectionMatrixInv::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetPlayerViewRect \ +static_assert(alignof(GSE_EngineFuncLib_GetPlayerViewRect) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetPlayerViewRect"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetPlayerViewRect) == 0x000048, "Wrong size on GSE_EngineFuncLib_GetPlayerViewRect"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRect, Player) == 0x000000, "Member 'GSE_EngineFuncLib_GetPlayerViewRect::Player' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRect, OutConstrainedViewRectMin) == 0x000008, "Member 'GSE_EngineFuncLib_GetPlayerViewRect::OutConstrainedViewRectMin' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRect, OutConstrainedViewRectMax) == 0x000018, "Member 'GSE_EngineFuncLib_GetPlayerViewRect::OutConstrainedViewRectMax' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRect, OutViewRectMin) == 0x000028, "Member 'GSE_EngineFuncLib_GetPlayerViewRect::OutViewRectMin' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRect, OutViewRectMax) == 0x000038, "Member 'GSE_EngineFuncLib_GetPlayerViewRect::OutViewRectMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo \ +static_assert(alignof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo) == 0x000010, "Wrong alignment on GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo) == 0x0000D0, "Wrong size on GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo, Player) == 0x000000, "Member 'GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo::Player' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo, ViewProjectionMatrixInv) == 0x000010, "Member 'GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo::ViewProjectionMatrixInv' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo, OutConstrainedViewRectMin) == 0x000090, "Member 'GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo::OutConstrainedViewRectMin' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo, OutConstrainedViewRectMax) == 0x0000A0, "Member 'GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo::OutConstrainedViewRectMax' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo, OutViewRectMin) == 0x0000B0, "Member 'GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo::OutViewRectMin' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo, OutViewRectMax) == 0x0000C0, "Member 'GSE_EngineFuncLib_GetPlayerViewRectMatrixInfo::OutViewRectMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetProjectDir \ +static_assert(alignof(GSE_EngineFuncLib_GetProjectDir) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetProjectDir"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetProjectDir) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetProjectDir"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetProjectDir, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetProjectDir::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetProjectSettingDefaultGameMode \ +static_assert(alignof(GSE_EngineFuncLib_GetProjectSettingDefaultGameMode) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetProjectSettingDefaultGameMode"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetProjectSettingDefaultGameMode) == 0x000008, "Wrong size on GSE_EngineFuncLib_GetProjectSettingDefaultGameMode"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetProjectSettingDefaultGameMode, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetProjectSettingDefaultGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetRecommendedQualityLevel \ +static_assert(alignof(GSE_EngineFuncLib_GetRecommendedQualityLevel) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_GetRecommendedQualityLevel"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetRecommendedQualityLevel) == 0x000002, "Wrong size on GSE_EngineFuncLib_GetRecommendedQualityLevel"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetRecommendedQualityLevel, bLogInfo) == 0x000000, "Member 'GSE_EngineFuncLib_GetRecommendedQualityLevel::bLogInfo' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetRecommendedQualityLevel, ReturnValue) == 0x000001, "Member 'GSE_EngineFuncLib_GetRecommendedQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetRegexMatchInfo \ +static_assert(alignof(GSE_EngineFuncLib_GetRegexMatchInfo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetRegexMatchInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetRegexMatchInfo) == 0x000030, "Wrong size on GSE_EngineFuncLib_GetRegexMatchInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetRegexMatchInfo, InStr) == 0x000000, "Member 'GSE_EngineFuncLib_GetRegexMatchInfo::InStr' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetRegexMatchInfo, RegexExpression) == 0x000010, "Member 'GSE_EngineFuncLib_GetRegexMatchInfo::RegexExpression' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetRegexMatchInfo, ExtractedInfo) == 0x000020, "Member 'GSE_EngineFuncLib_GetRegexMatchInfo::ExtractedInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetRemainingPsoPrecompileNum \ +static_assert(alignof(GSE_EngineFuncLib_GetRemainingPsoPrecompileNum) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_GetRemainingPsoPrecompileNum"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetRemainingPsoPrecompileNum) == 0x000004, "Wrong size on GSE_EngineFuncLib_GetRemainingPsoPrecompileNum"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetRemainingPsoPrecompileNum, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetRemainingPsoPrecompileNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetShadowQualityLevel \ +static_assert(alignof(GSE_EngineFuncLib_GetShadowQualityLevel) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_GetShadowQualityLevel"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetShadowQualityLevel) == 0x000004, "Wrong size on GSE_EngineFuncLib_GetShadowQualityLevel"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetShadowQualityLevel, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetShadowQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetTimeSpanFromSeconds \ +static_assert(alignof(GSE_EngineFuncLib_GetTimeSpanFromSeconds) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetTimeSpanFromSeconds"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetTimeSpanFromSeconds) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetTimeSpanFromSeconds"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetTimeSpanFromSeconds, Seconds) == 0x000000, "Member 'GSE_EngineFuncLib_GetTimeSpanFromSeconds::Seconds' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetTimeSpanFromSeconds, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetTimeSpanFromSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetTotalPsoPrecompileNum \ +static_assert(alignof(GSE_EngineFuncLib_GetTotalPsoPrecompileNum) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_GetTotalPsoPrecompileNum"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetTotalPsoPrecompileNum) == 0x000004, "Wrong size on GSE_EngineFuncLib_GetTotalPsoPrecompileNum"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetTotalPsoPrecompileNum, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetTotalPsoPrecompileNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetTransientPackage \ +static_assert(alignof(GSE_EngineFuncLib_GetTransientPackage) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetTransientPackage"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetTransientPackage) == 0x000008, "Wrong size on GSE_EngineFuncLib_GetTransientPackage"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetTransientPackage, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetTransientPackage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetWarningPhysicsAssetList \ +static_assert(alignof(GSE_EngineFuncLib_GetWarningPhysicsAssetList) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetWarningPhysicsAssetList"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetWarningPhysicsAssetList) == 0x000028, "Wrong size on GSE_EngineFuncLib_GetWarningPhysicsAssetList"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningPhysicsAssetList, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_GetWarningPhysicsAssetList::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningPhysicsAssetList, TraverseRootPath) == 0x000008, "Member 'GSE_EngineFuncLib_GetWarningPhysicsAssetList::TraverseRootPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningPhysicsAssetList, ReturnValue) == 0x000018, "Member 'GSE_EngineFuncLib_GetWarningPhysicsAssetList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetWarningUITexList \ +static_assert(alignof(GSE_EngineFuncLib_GetWarningUITexList) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetWarningUITexList"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetWarningUITexList) == 0x000048, "Wrong size on GSE_EngineFuncLib_GetWarningUITexList"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningUITexList, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_GetWarningUITexList::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningUITexList, TraverseRootPath) == 0x000008, "Member 'GSE_EngineFuncLib_GetWarningUITexList::TraverseRootPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningUITexList, SourceFileCommPath) == 0x000018, "Member 'GSE_EngineFuncLib_GetWarningUITexList::SourceFileCommPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningUITexList, ExcludedPathList) == 0x000028, "Member 'GSE_EngineFuncLib_GetWarningUITexList::ExcludedPathList' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWarningUITexList, ReturnValue) == 0x000038, "Member 'GSE_EngineFuncLib_GetWarningUITexList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetWindowScreenResolution \ +static_assert(alignof(GSE_EngineFuncLib_GetWindowScreenResolution) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetWindowScreenResolution"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetWindowScreenResolution) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetWindowScreenResolution"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWindowScreenResolution, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetWindowScreenResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetWorldFromObj \ +static_assert(alignof(GSE_EngineFuncLib_GetWorldFromObj) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetWorldFromObj"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetWorldFromObj) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetWorldFromObj"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWorldFromObj, Context) == 0x000000, "Member 'GSE_EngineFuncLib_GetWorldFromObj::Context' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWorldFromObj, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetWorldFromObj::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetWorldMainAudioDeviceID \ +static_assert(alignof(GSE_EngineFuncLib_GetWorldMainAudioDeviceID) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetWorldMainAudioDeviceID"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetWorldMainAudioDeviceID) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetWorldMainAudioDeviceID"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWorldMainAudioDeviceID, WorldContextObject) == 0x000000, "Member 'GSE_EngineFuncLib_GetWorldMainAudioDeviceID::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetWorldMainAudioDeviceID, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_GetWorldMainAudioDeviceID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GetXboxSerialDeviceType \ +static_assert(alignof(GSE_EngineFuncLib_GetXboxSerialDeviceType) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GetXboxSerialDeviceType"); \ +static_assert(sizeof(GSE_EngineFuncLib_GetXboxSerialDeviceType) == 0x000010, "Wrong size on GSE_EngineFuncLib_GetXboxSerialDeviceType"); \ +static_assert(offsetof(GSE_EngineFuncLib_GetXboxSerialDeviceType, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_GetXboxSerialDeviceType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_GSSaveConfig \ +static_assert(alignof(GSE_EngineFuncLib_GSSaveConfig) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_GSSaveConfig"); \ +static_assert(sizeof(GSE_EngineFuncLib_GSSaveConfig) == 0x000008, "Wrong size on GSE_EngineFuncLib_GSSaveConfig"); \ +static_assert(offsetof(GSE_EngineFuncLib_GSSaveConfig, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_GSSaveConfig::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_HasLaunchOption \ +static_assert(alignof(GSE_EngineFuncLib_HasLaunchOption) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_HasLaunchOption"); \ +static_assert(sizeof(GSE_EngineFuncLib_HasLaunchOption) == 0x000018, "Wrong size on GSE_EngineFuncLib_HasLaunchOption"); \ +static_assert(offsetof(GSE_EngineFuncLib_HasLaunchOption, Option) == 0x000000, "Member 'GSE_EngineFuncLib_HasLaunchOption::Option' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_HasLaunchOption, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_HasLaunchOption::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_HasValidCaptureData \ +static_assert(alignof(GSE_EngineFuncLib_HasValidCaptureData) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_HasValidCaptureData"); \ +static_assert(sizeof(GSE_EngineFuncLib_HasValidCaptureData) == 0x000010, "Wrong size on GSE_EngineFuncLib_HasValidCaptureData"); \ +static_assert(offsetof(GSE_EngineFuncLib_HasValidCaptureData, Component) == 0x000000, "Member 'GSE_EngineFuncLib_HasValidCaptureData::Component' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_HasValidCaptureData, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_HasValidCaptureData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsClient \ +static_assert(alignof(GSE_EngineFuncLib_IsClient) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_IsClient"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsClient) == 0x000010, "Wrong size on GSE_EngineFuncLib_IsClient"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsClient, World) == 0x000000, "Member 'GSE_EngineFuncLib_IsClient::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsClient, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_IsClient::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsCommandLineHasParam \ +static_assert(alignof(GSE_EngineFuncLib_IsCommandLineHasParam) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_IsCommandLineHasParam"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsCommandLineHasParam) == 0x000018, "Wrong size on GSE_EngineFuncLib_IsCommandLineHasParam"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsCommandLineHasParam, QueryParam) == 0x000000, "Member 'GSE_EngineFuncLib_IsCommandLineHasParam::QueryParam' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsCommandLineHasParam, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_IsCommandLineHasParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsControllerInPlayState \ +static_assert(alignof(GSE_EngineFuncLib_IsControllerInPlayState) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_IsControllerInPlayState"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsControllerInPlayState) == 0x000010, "Wrong size on GSE_EngineFuncLib_IsControllerInPlayState"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsControllerInPlayState, Controller) == 0x000000, "Member 'GSE_EngineFuncLib_IsControllerInPlayState::Controller' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsControllerInPlayState, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_IsControllerInPlayState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsDedicateServer \ +static_assert(alignof(GSE_EngineFuncLib_IsDedicateServer) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_IsDedicateServer"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsDedicateServer) == 0x000010, "Wrong size on GSE_EngineFuncLib_IsDedicateServer"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsDedicateServer, World) == 0x000000, "Member 'GSE_EngineFuncLib_IsDedicateServer::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsDedicateServer, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_IsDedicateServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsDevelopmentBuild \ +static_assert(alignof(GSE_EngineFuncLib_IsDevelopmentBuild) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsDevelopmentBuild"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsDevelopmentBuild) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsDevelopmentBuild"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsDevelopmentBuild, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsDevelopmentBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsDriverVersionMismatch \ +static_assert(alignof(GSE_EngineFuncLib_IsDriverVersionMismatch) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsDriverVersionMismatch"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsDriverVersionMismatch) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsDriverVersionMismatch"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsDriverVersionMismatch, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsDriverVersionMismatch::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsEditor \ +static_assert(alignof(GSE_EngineFuncLib_IsEditor) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsEditor"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsEditor) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsEditor"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsEditor, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsEditor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsListenServer \ +static_assert(alignof(GSE_EngineFuncLib_IsListenServer) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_IsListenServer"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsListenServer) == 0x000010, "Wrong size on GSE_EngineFuncLib_IsListenServer"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsListenServer, World) == 0x000000, "Member 'GSE_EngineFuncLib_IsListenServer::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsListenServer, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_IsListenServer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsPSOBatchingPaused \ +static_assert(alignof(GSE_EngineFuncLib_IsPSOBatchingPaused) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsPSOBatchingPaused"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsPSOBatchingPaused) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsPSOBatchingPaused"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsPSOBatchingPaused, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsPSOBatchingPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsRegexMatched \ +static_assert(alignof(GSE_EngineFuncLib_IsRegexMatched) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_IsRegexMatched"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsRegexMatched) == 0x000028, "Wrong size on GSE_EngineFuncLib_IsRegexMatched"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsRegexMatched, InStr) == 0x000000, "Member 'GSE_EngineFuncLib_IsRegexMatched::InStr' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsRegexMatched, RegexExpression) == 0x000010, "Member 'GSE_EngineFuncLib_IsRegexMatched::RegexExpression' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsRegexMatched, ReturnValue) == 0x000020, "Member 'GSE_EngineFuncLib_IsRegexMatched::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsSavePSOCacheInErrorState \ +static_assert(alignof(GSE_EngineFuncLib_IsSavePSOCacheInErrorState) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsSavePSOCacheInErrorState"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsSavePSOCacheInErrorState) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsSavePSOCacheInErrorState"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsSavePSOCacheInErrorState, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsSavePSOCacheInErrorState::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsShippingBuild \ +static_assert(alignof(GSE_EngineFuncLib_IsShippingBuild) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsShippingBuild"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsShippingBuild) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsShippingBuild"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsShippingBuild, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsShippingBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsStandAlone \ +static_assert(alignof(GSE_EngineFuncLib_IsStandAlone) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_IsStandAlone"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsStandAlone) == 0x000010, "Wrong size on GSE_EngineFuncLib_IsStandAlone"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsStandAlone, World) == 0x000000, "Member 'GSE_EngineFuncLib_IsStandAlone::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsStandAlone, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_IsStandAlone::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsStandaloneGame \ +static_assert(alignof(GSE_EngineFuncLib_IsStandaloneGame) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsStandaloneGame"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsStandaloneGame) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsStandaloneGame"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsStandaloneGame, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsStandaloneGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsTestBuild \ +static_assert(alignof(GSE_EngineFuncLib_IsTestBuild) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsTestBuild"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsTestBuild) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsTestBuild"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsTestBuild, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsTestBuild::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_IsUnloadPSOFinished \ +static_assert(alignof(GSE_EngineFuncLib_IsUnloadPSOFinished) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_IsUnloadPSOFinished"); \ +static_assert(sizeof(GSE_EngineFuncLib_IsUnloadPSOFinished) == 0x000001, "Wrong size on GSE_EngineFuncLib_IsUnloadPSOFinished"); \ +static_assert(offsetof(GSE_EngineFuncLib_IsUnloadPSOFinished, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_IsUnloadPSOFinished::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LoadFileToString \ +static_assert(alignof(GSE_EngineFuncLib_LoadFileToString) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LoadFileToString"); \ +static_assert(sizeof(GSE_EngineFuncLib_LoadFileToString) == 0x000020, "Wrong size on GSE_EngineFuncLib_LoadFileToString"); \ +static_assert(offsetof(GSE_EngineFuncLib_LoadFileToString, Path) == 0x000000, "Member 'GSE_EngineFuncLib_LoadFileToString::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LoadFileToString, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_LoadFileToString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogDbg \ +static_assert(alignof(GSE_EngineFuncLib_LogDbg) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogDbg"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogDbg) == 0x000018, "Wrong size on GSE_EngineFuncLib_LogDbg"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbg, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogDbg::Str' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbg, bPrintScreen) == 0x000010, "Member 'GSE_EngineFuncLib_LogDbg::bPrintScreen' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbg, TimeToDisplay) == 0x000014, "Member 'GSE_EngineFuncLib_LogDbg::TimeToDisplay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogDbgWithColor \ +static_assert(alignof(GSE_EngineFuncLib_LogDbgWithColor) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogDbgWithColor"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogDbgWithColor) == 0x000020, "Wrong size on GSE_EngineFuncLib_LogDbgWithColor"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbgWithColor, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogDbgWithColor::Str' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbgWithColor, bPrintScreen) == 0x000010, "Member 'GSE_EngineFuncLib_LogDbgWithColor::bPrintScreen' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbgWithColor, TimeToDisplay) == 0x000014, "Member 'GSE_EngineFuncLib_LogDbgWithColor::TimeToDisplay' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbgWithColor, Color) == 0x000018, "Member 'GSE_EngineFuncLib_LogDbgWithColor::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogDbgWithColor, Key) == 0x00001C, "Member 'GSE_EngineFuncLib_LogDbgWithColor::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogError \ +static_assert(alignof(GSE_EngineFuncLib_LogError) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogError"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogError) == 0x000010, "Wrong size on GSE_EngineFuncLib_LogError"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogError, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogError::Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogInfo \ +static_assert(alignof(GSE_EngineFuncLib_LogInfo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogInfo) == 0x000010, "Wrong size on GSE_EngineFuncLib_LogInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogInfo, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogInfo::Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogShipping \ +static_assert(alignof(GSE_EngineFuncLib_LogShipping) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogShipping"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogShipping) == 0x000010, "Wrong size on GSE_EngineFuncLib_LogShipping"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogShipping, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogShipping::Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogShippingError \ +static_assert(alignof(GSE_EngineFuncLib_LogShippingError) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogShippingError"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogShippingError) == 0x000010, "Wrong size on GSE_EngineFuncLib_LogShippingError"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogShippingError, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogShippingError::Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogWarning \ +static_assert(alignof(GSE_EngineFuncLib_LogWarning) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogWarning"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogWarning) == 0x000010, "Wrong size on GSE_EngineFuncLib_LogWarning"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogWarning, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogWarning::Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_LogWLevel \ +static_assert(alignof(GSE_EngineFuncLib_LogWLevel) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_LogWLevel"); \ +static_assert(sizeof(GSE_EngineFuncLib_LogWLevel) == 0x000018, "Wrong size on GSE_EngineFuncLib_LogWLevel"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogWLevel, Str) == 0x000000, "Member 'GSE_EngineFuncLib_LogWLevel::Str' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_LogWLevel, InLogLevel) == 0x000010, "Member 'GSE_EngineFuncLib_LogWLevel::InLogLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MarkPackageExist \ +static_assert(alignof(GSE_EngineFuncLib_MarkPackageExist) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_MarkPackageExist"); \ +static_assert(sizeof(GSE_EngineFuncLib_MarkPackageExist) == 0x00000C, "Wrong size on GSE_EngineFuncLib_MarkPackageExist"); \ +static_assert(offsetof(GSE_EngineFuncLib_MarkPackageExist, PackageName) == 0x000000, "Member 'GSE_EngineFuncLib_MarkPackageExist::PackageName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MarkPackageExist, bMarkExist) == 0x000008, "Member 'GSE_EngineFuncLib_MarkPackageExist::bMarkExist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MathEase \ +static_assert(alignof(GSE_EngineFuncLib_MathEase) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_MathEase"); \ +static_assert(sizeof(GSE_EngineFuncLib_MathEase) == 0x00001C, "Wrong size on GSE_EngineFuncLib_MathEase"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase, A) == 0x000000, "Member 'GSE_EngineFuncLib_MathEase::A' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase, B) == 0x000004, "Member 'GSE_EngineFuncLib_MathEase::B' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase, alpha) == 0x000008, "Member 'GSE_EngineFuncLib_MathEase::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase, EasingFunc) == 0x00000C, "Member 'GSE_EngineFuncLib_MathEase::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase, BlendExp) == 0x000010, "Member 'GSE_EngineFuncLib_MathEase::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase, Steps) == 0x000014, "Member 'GSE_EngineFuncLib_MathEase::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase, ReturnValue) == 0x000018, "Member 'GSE_EngineFuncLib_MathEase::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MathEase2D \ +static_assert(alignof(GSE_EngineFuncLib_MathEase2D) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_MathEase2D"); \ +static_assert(sizeof(GSE_EngineFuncLib_MathEase2D) == 0x000040, "Wrong size on GSE_EngineFuncLib_MathEase2D"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase2D, A) == 0x000000, "Member 'GSE_EngineFuncLib_MathEase2D::A' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase2D, B) == 0x000010, "Member 'GSE_EngineFuncLib_MathEase2D::B' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase2D, alpha) == 0x000020, "Member 'GSE_EngineFuncLib_MathEase2D::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase2D, EasingFunc) == 0x000024, "Member 'GSE_EngineFuncLib_MathEase2D::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase2D, BlendExp) == 0x000028, "Member 'GSE_EngineFuncLib_MathEase2D::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase2D, Steps) == 0x00002C, "Member 'GSE_EngineFuncLib_MathEase2D::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEase2D, ReturnValue) == 0x000030, "Member 'GSE_EngineFuncLib_MathEase2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MathEaseLinearColor \ +static_assert(alignof(GSE_EngineFuncLib_MathEaseLinearColor) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_MathEaseLinearColor"); \ +static_assert(sizeof(GSE_EngineFuncLib_MathEaseLinearColor) == 0x000040, "Wrong size on GSE_EngineFuncLib_MathEaseLinearColor"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseLinearColor, A) == 0x000000, "Member 'GSE_EngineFuncLib_MathEaseLinearColor::A' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseLinearColor, B) == 0x000010, "Member 'GSE_EngineFuncLib_MathEaseLinearColor::B' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseLinearColor, alpha) == 0x000020, "Member 'GSE_EngineFuncLib_MathEaseLinearColor::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseLinearColor, EasingFunc) == 0x000024, "Member 'GSE_EngineFuncLib_MathEaseLinearColor::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseLinearColor, BlendExp) == 0x000028, "Member 'GSE_EngineFuncLib_MathEaseLinearColor::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseLinearColor, Steps) == 0x00002C, "Member 'GSE_EngineFuncLib_MathEaseLinearColor::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseLinearColor, ReturnValue) == 0x000030, "Member 'GSE_EngineFuncLib_MathEaseLinearColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MathEaseR \ +static_assert(alignof(GSE_EngineFuncLib_MathEaseR) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_MathEaseR"); \ +static_assert(sizeof(GSE_EngineFuncLib_MathEaseR) == 0x000058, "Wrong size on GSE_EngineFuncLib_MathEaseR"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, A) == 0x000000, "Member 'GSE_EngineFuncLib_MathEaseR::A' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, B) == 0x000018, "Member 'GSE_EngineFuncLib_MathEaseR::B' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, alpha) == 0x000030, "Member 'GSE_EngineFuncLib_MathEaseR::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, bShortestPath) == 0x000034, "Member 'GSE_EngineFuncLib_MathEaseR::bShortestPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, EasingFunc) == 0x000035, "Member 'GSE_EngineFuncLib_MathEaseR::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, BlendExp) == 0x000038, "Member 'GSE_EngineFuncLib_MathEaseR::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, Steps) == 0x00003C, "Member 'GSE_EngineFuncLib_MathEaseR::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseR, ReturnValue) == 0x000040, "Member 'GSE_EngineFuncLib_MathEaseR::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MathEaseV \ +static_assert(alignof(GSE_EngineFuncLib_MathEaseV) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_MathEaseV"); \ +static_assert(sizeof(GSE_EngineFuncLib_MathEaseV) == 0x000058, "Wrong size on GSE_EngineFuncLib_MathEaseV"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseV, A) == 0x000000, "Member 'GSE_EngineFuncLib_MathEaseV::A' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseV, B) == 0x000018, "Member 'GSE_EngineFuncLib_MathEaseV::B' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseV, alpha) == 0x000030, "Member 'GSE_EngineFuncLib_MathEaseV::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseV, EasingFunc) == 0x000034, "Member 'GSE_EngineFuncLib_MathEaseV::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseV, BlendExp) == 0x000038, "Member 'GSE_EngineFuncLib_MathEaseV::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseV, Steps) == 0x00003C, "Member 'GSE_EngineFuncLib_MathEaseV::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MathEaseV, ReturnValue) == 0x000040, "Member 'GSE_EngineFuncLib_MathEaseV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MediaPlayerTimeSeek \ +static_assert(alignof(GSE_EngineFuncLib_MediaPlayerTimeSeek) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_MediaPlayerTimeSeek"); \ +static_assert(sizeof(GSE_EngineFuncLib_MediaPlayerTimeSeek) == 0x000010, "Wrong size on GSE_EngineFuncLib_MediaPlayerTimeSeek"); \ +static_assert(offsetof(GSE_EngineFuncLib_MediaPlayerTimeSeek, MediaPlayer) == 0x000000, "Member 'GSE_EngineFuncLib_MediaPlayerTimeSeek::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MediaPlayerTimeSeek, Time) == 0x000008, "Member 'GSE_EngineFuncLib_MediaPlayerTimeSeek::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_MultipleColorLerp \ +static_assert(alignof(GSE_EngineFuncLib_MultipleColorLerp) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_MultipleColorLerp"); \ +static_assert(sizeof(GSE_EngineFuncLib_MultipleColorLerp) == 0x000054, "Wrong size on GSE_EngineFuncLib_MultipleColorLerp"); \ +static_assert(offsetof(GSE_EngineFuncLib_MultipleColorLerp, v1) == 0x000000, "Member 'GSE_EngineFuncLib_MultipleColorLerp::v1' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MultipleColorLerp, v2) == 0x000010, "Member 'GSE_EngineFuncLib_MultipleColorLerp::v2' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MultipleColorLerp, V3) == 0x000020, "Member 'GSE_EngineFuncLib_MultipleColorLerp::V3' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MultipleColorLerp, V4) == 0x000030, "Member 'GSE_EngineFuncLib_MultipleColorLerp::V4' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MultipleColorLerp, LerpAlpha) == 0x000040, "Member 'GSE_EngineFuncLib_MultipleColorLerp::LerpAlpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_MultipleColorLerp, ReturnValue) == 0x000044, "Member 'GSE_EngineFuncLib_MultipleColorLerp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_PauseAudio \ +static_assert(alignof(GSE_EngineFuncLib_PauseAudio) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_PauseAudio"); \ +static_assert(sizeof(GSE_EngineFuncLib_PauseAudio) == 0x000008, "Wrong size on GSE_EngineFuncLib_PauseAudio"); \ +static_assert(offsetof(GSE_EngineFuncLib_PauseAudio, AudioUtilActor) == 0x000000, "Member 'GSE_EngineFuncLib_PauseAudio::AudioUtilActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_PerfTest \ +static_assert(alignof(GSE_EngineFuncLib_PerfTest) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_PerfTest"); \ +static_assert(sizeof(GSE_EngineFuncLib_PerfTest) == 0x000008, "Wrong size on GSE_EngineFuncLib_PerfTest"); \ +static_assert(offsetof(GSE_EngineFuncLib_PerfTest, CaseID) == 0x000000, "Member 'GSE_EngineFuncLib_PerfTest::CaseID' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_PerfTest, Count) == 0x000004, "Member 'GSE_EngineFuncLib_PerfTest::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_PlayAudio \ +static_assert(alignof(GSE_EngineFuncLib_PlayAudio) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_PlayAudio"); \ +static_assert(sizeof(GSE_EngineFuncLib_PlayAudio) == 0x000010, "Wrong size on GSE_EngineFuncLib_PlayAudio"); \ +static_assert(offsetof(GSE_EngineFuncLib_PlayAudio, AudioUtilActor) == 0x000000, "Member 'GSE_EngineFuncLib_PlayAudio::AudioUtilActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_PlayAudio, VisualOnly) == 0x000008, "Member 'GSE_EngineFuncLib_PlayAudio::VisualOnly' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_PrepareLevelsNeedToBeUnloaded \ +static_assert(alignof(GSE_EngineFuncLib_PrepareLevelsNeedToBeUnloaded) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_PrepareLevelsNeedToBeUnloaded"); \ +static_assert(sizeof(GSE_EngineFuncLib_PrepareLevelsNeedToBeUnloaded) == 0x000008, "Wrong size on GSE_EngineFuncLib_PrepareLevelsNeedToBeUnloaded"); \ +static_assert(offsetof(GSE_EngineFuncLib_PrepareLevelsNeedToBeUnloaded, WorldContextObject) == 0x000000, "Member 'GSE_EngineFuncLib_PrepareLevelsNeedToBeUnloaded::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_QAGetSimpleCollisionCylinder \ +static_assert(alignof(GSE_EngineFuncLib_QAGetSimpleCollisionCylinder) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_QAGetSimpleCollisionCylinder"); \ +static_assert(sizeof(GSE_EngineFuncLib_QAGetSimpleCollisionCylinder) == 0x000010, "Wrong size on GSE_EngineFuncLib_QAGetSimpleCollisionCylinder"); \ +static_assert(offsetof(GSE_EngineFuncLib_QAGetSimpleCollisionCylinder, AgentActor) == 0x000000, "Member 'GSE_EngineFuncLib_QAGetSimpleCollisionCylinder::AgentActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_QAGetSimpleCollisionCylinder, CollisionRadius) == 0x000008, "Member 'GSE_EngineFuncLib_QAGetSimpleCollisionCylinder::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_QAGetSimpleCollisionCylinder, CollisionHalfHeight) == 0x00000C, "Member 'GSE_EngineFuncLib_QAGetSimpleCollisionCylinder::CollisionHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_QAHasReached \ +static_assert(alignof(GSE_EngineFuncLib_QAHasReached) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_QAHasReached"); \ +static_assert(sizeof(GSE_EngineFuncLib_QAHasReached) == 0x000018, "Wrong size on GSE_EngineFuncLib_QAHasReached"); \ +static_assert(offsetof(GSE_EngineFuncLib_QAHasReached, AgentActor) == 0x000000, "Member 'GSE_EngineFuncLib_QAHasReached::AgentActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_QAHasReached, GoalActor) == 0x000008, "Member 'GSE_EngineFuncLib_QAHasReached::GoalActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_QAHasReached, ReturnValue) == 0x000010, "Member 'GSE_EngineFuncLib_QAHasReached::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_QAIsCompiling \ +static_assert(alignof(GSE_EngineFuncLib_QAIsCompiling) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_QAIsCompiling"); \ +static_assert(sizeof(GSE_EngineFuncLib_QAIsCompiling) == 0x000001, "Wrong size on GSE_EngineFuncLib_QAIsCompiling"); \ +static_assert(offsetof(GSE_EngineFuncLib_QAIsCompiling, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_QAIsCompiling::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_QuitGame \ +static_assert(alignof(GSE_EngineFuncLib_QuitGame) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_QuitGame"); \ +static_assert(sizeof(GSE_EngineFuncLib_QuitGame) == 0x000008, "Wrong size on GSE_EngineFuncLib_QuitGame"); \ +static_assert(offsetof(GSE_EngineFuncLib_QuitGame, WorldCtx) == 0x000000, "Member 'GSE_EngineFuncLib_QuitGame::WorldCtx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_RegisteConsoleKey \ +static_assert(alignof(GSE_EngineFuncLib_RegisteConsoleKey) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_RegisteConsoleKey"); \ +static_assert(sizeof(GSE_EngineFuncLib_RegisteConsoleKey) == 0x000010, "Wrong size on GSE_EngineFuncLib_RegisteConsoleKey"); \ +static_assert(offsetof(GSE_EngineFuncLib_RegisteConsoleKey, Keys) == 0x000000, "Member 'GSE_EngineFuncLib_RegisteConsoleKey::Keys' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_RegisterComponent \ +static_assert(alignof(GSE_EngineFuncLib_RegisterComponent) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_RegisterComponent"); \ +static_assert(sizeof(GSE_EngineFuncLib_RegisterComponent) == 0x000008, "Wrong size on GSE_EngineFuncLib_RegisterComponent"); \ +static_assert(offsetof(GSE_EngineFuncLib_RegisterComponent, ActorComponent) == 0x000000, "Member 'GSE_EngineFuncLib_RegisterComponent::ActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ReplaceInputActionList \ +static_assert(alignof(GSE_EngineFuncLib_ReplaceInputActionList) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ReplaceInputActionList"); \ +static_assert(sizeof(GSE_EngineFuncLib_ReplaceInputActionList) == 0x000018, "Wrong size on GSE_EngineFuncLib_ReplaceInputActionList"); \ +static_assert(offsetof(GSE_EngineFuncLib_ReplaceInputActionList, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_ReplaceInputActionList::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ReplaceInputActionList, ActionMappings) == 0x000008, "Member 'GSE_EngineFuncLib_ReplaceInputActionList::ActionMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ReplaceInputAxisList \ +static_assert(alignof(GSE_EngineFuncLib_ReplaceInputAxisList) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ReplaceInputAxisList"); \ +static_assert(sizeof(GSE_EngineFuncLib_ReplaceInputAxisList) == 0x000018, "Wrong size on GSE_EngineFuncLib_ReplaceInputAxisList"); \ +static_assert(offsetof(GSE_EngineFuncLib_ReplaceInputAxisList, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_ReplaceInputAxisList::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ReplaceInputAxisList, AxisMappings) == 0x000008, "Member 'GSE_EngineFuncLib_ReplaceInputAxisList::AxisMappings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_RequestExit \ +static_assert(alignof(GSE_EngineFuncLib_RequestExit) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_RequestExit"); \ +static_assert(sizeof(GSE_EngineFuncLib_RequestExit) == 0x000001, "Wrong size on GSE_EngineFuncLib_RequestExit"); \ +static_assert(offsetof(GSE_EngineFuncLib_RequestExit, Force) == 0x000000, "Member 'GSE_EngineFuncLib_RequestExit::Force' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_RequestQuit \ +static_assert(alignof(GSE_EngineFuncLib_RequestQuit) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_RequestQuit"); \ +static_assert(sizeof(GSE_EngineFuncLib_RequestQuit) == 0x000010, "Wrong size on GSE_EngineFuncLib_RequestQuit"); \ +static_assert(offsetof(GSE_EngineFuncLib_RequestQuit, Desc) == 0x000000, "Member 'GSE_EngineFuncLib_RequestQuit::Desc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ResetAudioVisualizing \ +static_assert(alignof(GSE_EngineFuncLib_ResetAudioVisualizing) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ResetAudioVisualizing"); \ +static_assert(sizeof(GSE_EngineFuncLib_ResetAudioVisualizing) == 0x000008, "Wrong size on GSE_EngineFuncLib_ResetAudioVisualizing"); \ +static_assert(offsetof(GSE_EngineFuncLib_ResetAudioVisualizing, AudioBox) == 0x000000, "Member 'GSE_EngineFuncLib_ResetAudioVisualizing::AudioBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_RestartGame \ +static_assert(alignof(GSE_EngineFuncLib_RestartGame) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_RestartGame"); \ +static_assert(sizeof(GSE_EngineFuncLib_RestartGame) == 0x000008, "Wrong size on GSE_EngineFuncLib_RestartGame"); \ +static_assert(offsetof(GSE_EngineFuncLib_RestartGame, GameMode) == 0x000000, "Member 'GSE_EngineFuncLib_RestartGame::GameMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_RunProcess \ +static_assert(alignof(GSE_EngineFuncLib_RunProcess) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_RunProcess"); \ +static_assert(sizeof(GSE_EngineFuncLib_RunProcess) == 0x000010, "Wrong size on GSE_EngineFuncLib_RunProcess"); \ +static_assert(offsetof(GSE_EngineFuncLib_RunProcess, InProcessPath) == 0x000000, "Member 'GSE_EngineFuncLib_RunProcess::InProcessPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_RunProcessWithCheck \ +static_assert(alignof(GSE_EngineFuncLib_RunProcessWithCheck) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_RunProcessWithCheck"); \ +static_assert(sizeof(GSE_EngineFuncLib_RunProcessWithCheck) == 0x000010, "Wrong size on GSE_EngineFuncLib_RunProcessWithCheck"); \ +static_assert(offsetof(GSE_EngineFuncLib_RunProcessWithCheck, InProcessPath) == 0x000000, "Member 'GSE_EngineFuncLib_RunProcessWithCheck::InProcessPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SaveStringToFile \ +static_assert(alignof(GSE_EngineFuncLib_SaveStringToFile) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SaveStringToFile"); \ +static_assert(sizeof(GSE_EngineFuncLib_SaveStringToFile) == 0x000020, "Wrong size on GSE_EngineFuncLib_SaveStringToFile"); \ +static_assert(offsetof(GSE_EngineFuncLib_SaveStringToFile, Path) == 0x000000, "Member 'GSE_EngineFuncLib_SaveStringToFile::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SaveStringToFile, Data) == 0x000010, "Member 'GSE_EngineFuncLib_SaveStringToFile::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ServerSeamlessTravel \ +static_assert(alignof(GSE_EngineFuncLib_ServerSeamlessTravel) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ServerSeamlessTravel"); \ +static_assert(sizeof(GSE_EngineFuncLib_ServerSeamlessTravel) == 0x000018, "Wrong size on GSE_EngineFuncLib_ServerSeamlessTravel"); \ +static_assert(offsetof(GSE_EngineFuncLib_ServerSeamlessTravel, World) == 0x000000, "Member 'GSE_EngineFuncLib_ServerSeamlessTravel::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ServerSeamlessTravel, URL) == 0x000008, "Member 'GSE_EngineFuncLib_ServerSeamlessTravel::URL' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetActorComponentMobilityMovable \ +static_assert(alignof(GSE_EngineFuncLib_SetActorComponentMobilityMovable) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetActorComponentMobilityMovable"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetActorComponentMobilityMovable) == 0x000010, "Wrong size on GSE_EngineFuncLib_SetActorComponentMobilityMovable"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetActorComponentMobilityMovable, Actor) == 0x000000, "Member 'GSE_EngineFuncLib_SetActorComponentMobilityMovable::Actor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetActorComponentMobilityMovable, IsMovable) == 0x000008, "Member 'GSE_EngineFuncLib_SetActorComponentMobilityMovable::IsMovable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetAudioBoxFreqNum \ +static_assert(alignof(GSE_EngineFuncLib_SetAudioBoxFreqNum) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetAudioBoxFreqNum"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetAudioBoxFreqNum) == 0x000010, "Wrong size on GSE_EngineFuncLib_SetAudioBoxFreqNum"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetAudioBoxFreqNum, AudioBox) == 0x000000, "Member 'GSE_EngineFuncLib_SetAudioBoxFreqNum::AudioBox' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetAudioBoxFreqNum, InFreqNum) == 0x000008, "Member 'GSE_EngineFuncLib_SetAudioBoxFreqNum::InFreqNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetCanEverTick \ +static_assert(alignof(GSE_EngineFuncLib_SetCanEverTick) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetCanEverTick"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetCanEverTick) == 0x000010, "Wrong size on GSE_EngineFuncLib_SetCanEverTick"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetCanEverTick, Obj) == 0x000000, "Member 'GSE_EngineFuncLib_SetCanEverTick::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetCanEverTick, bEnable) == 0x000008, "Member 'GSE_EngineFuncLib_SetCanEverTick::bEnable' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetCanEverTick, ReturnValue) == 0x000009, "Member 'GSE_EngineFuncLib_SetCanEverTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetDesiredQualityLevel \ +static_assert(alignof(GSE_EngineFuncLib_SetDesiredQualityLevel) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_SetDesiredQualityLevel"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetDesiredQualityLevel) == 0x000001, "Wrong size on GSE_EngineFuncLib_SetDesiredQualityLevel"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetDesiredQualityLevel, TargetGSQualityLevel) == 0x000000, "Member 'GSE_EngineFuncLib_SetDesiredQualityLevel::TargetGSQualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetDisplayGamma \ +static_assert(alignof(GSE_EngineFuncLib_SetDisplayGamma) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetDisplayGamma"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetDisplayGamma) == 0x000010, "Wrong size on GSE_EngineFuncLib_SetDisplayGamma"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetDisplayGamma, WorldCtx) == 0x000000, "Member 'GSE_EngineFuncLib_SetDisplayGamma::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetDisplayGamma, Gamma) == 0x000008, "Member 'GSE_EngineFuncLib_SetDisplayGamma::Gamma' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetInputDeadZone \ +static_assert(alignof(GSE_EngineFuncLib_SetInputDeadZone) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetInputDeadZone"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetInputDeadZone) == 0x000018, "Wrong size on GSE_EngineFuncLib_SetInputDeadZone"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetInputDeadZone, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_SetInputDeadZone::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetInputDeadZone, AxisName) == 0x000008, "Member 'GSE_EngineFuncLib_SetInputDeadZone::AxisName' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetInputDeadZone, DeadZone) == 0x000010, "Member 'GSE_EngineFuncLib_SetInputDeadZone::DeadZone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetInputModeGameOnly \ +static_assert(alignof(GSE_EngineFuncLib_SetInputModeGameOnly) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetInputModeGameOnly"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetInputModeGameOnly) == 0x000008, "Wrong size on GSE_EngineFuncLib_SetInputModeGameOnly"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetInputModeGameOnly, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_SetInputModeGameOnly::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetInputModeUIOnly \ +static_assert(alignof(GSE_EngineFuncLib_SetInputModeUIOnly) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetInputModeUIOnly"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetInputModeUIOnly) == 0x000018, "Wrong size on GSE_EngineFuncLib_SetInputModeUIOnly"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetInputModeUIOnly, Target) == 0x000000, "Member 'GSE_EngineFuncLib_SetInputModeUIOnly::Target' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetInputModeUIOnly, InWidgetToFocus) == 0x000008, "Member 'GSE_EngineFuncLib_SetInputModeUIOnly::InWidgetToFocus' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetInputModeUIOnly, InMouseLockMode) == 0x000010, "Member 'GSE_EngineFuncLib_SetInputModeUIOnly::InMouseLockMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetLevelRequestSuspend \ +static_assert(alignof(GSE_EngineFuncLib_SetLevelRequestSuspend) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_SetLevelRequestSuspend"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetLevelRequestSuspend) == 0x000001, "Wrong size on GSE_EngineFuncLib_SetLevelRequestSuspend"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetLevelRequestSuspend, ShouldSuspend) == 0x000000, "Member 'GSE_EngineFuncLib_SetLevelRequestSuspend::ShouldSuspend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetLogEnable \ +static_assert(alignof(GSE_EngineFuncLib_SetLogEnable) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_SetLogEnable"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetLogEnable) == 0x000003, "Wrong size on GSE_EngineFuncLib_SetLogEnable"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetLogEnable, bEnableDbg) == 0x000000, "Member 'GSE_EngineFuncLib_SetLogEnable::bEnableDbg' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetLogEnable, bEnableDbgDisplay) == 0x000001, "Member 'GSE_EngineFuncLib_SetLogEnable::bEnableDbgDisplay' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetLogEnable, bEnableInfo) == 0x000002, "Member 'GSE_EngineFuncLib_SetLogEnable::bEnableInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetMouseCursorWidgetVisible \ +static_assert(alignof(GSE_EngineFuncLib_SetMouseCursorWidgetVisible) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_SetMouseCursorWidgetVisible"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetMouseCursorWidgetVisible) == 0x000010, "Wrong size on GSE_EngineFuncLib_SetMouseCursorWidgetVisible"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetMouseCursorWidgetVisible, PlayerController) == 0x000000, "Member 'GSE_EngineFuncLib_SetMouseCursorWidgetVisible::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetMouseCursorWidgetVisible, bVisible) == 0x000008, "Member 'GSE_EngineFuncLib_SetMouseCursorWidgetVisible::bVisible' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_SetPSOCacheUsageMask \ +static_assert(alignof(GSE_EngineFuncLib_SetPSOCacheUsageMask) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_SetPSOCacheUsageMask"); \ +static_assert(sizeof(GSE_EngineFuncLib_SetPSOCacheUsageMask) == 0x000010, "Wrong size on GSE_EngineFuncLib_SetPSOCacheUsageMask"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetPSOCacheUsageMask, MapIndex) == 0x000000, "Member 'GSE_EngineFuncLib_SetPSOCacheUsageMask::MapIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetPSOCacheUsageMask, MaterialQualityLevel) == 0x000004, "Member 'GSE_EngineFuncLib_SetPSOCacheUsageMask::MaterialQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetPSOCacheUsageMask, NiagaraQualityLevel) == 0x000008, "Member 'GSE_EngineFuncLib_SetPSOCacheUsageMask::NiagaraQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_SetPSOCacheUsageMask, ShadowQualityLevel) == 0x00000C, "Member 'GSE_EngineFuncLib_SetPSOCacheUsageMask::ShadowQualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_StopAudio \ +static_assert(alignof(GSE_EngineFuncLib_StopAudio) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_StopAudio"); \ +static_assert(sizeof(GSE_EngineFuncLib_StopAudio) == 0x000008, "Wrong size on GSE_EngineFuncLib_StopAudio"); \ +static_assert(offsetof(GSE_EngineFuncLib_StopAudio, AudioUtilActor) == 0x000000, "Member 'GSE_EngineFuncLib_StopAudio::AudioUtilActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_TestPathSync \ +static_assert(alignof(GSE_EngineFuncLib_TestPathSync) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_TestPathSync"); \ +static_assert(sizeof(GSE_EngineFuncLib_TestPathSync) == 0x000028, "Wrong size on GSE_EngineFuncLib_TestPathSync"); \ +static_assert(offsetof(GSE_EngineFuncLib_TestPathSync, Controller) == 0x000000, "Member 'GSE_EngineFuncLib_TestPathSync::Controller' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_TestPathSync, TargetLocation) == 0x000008, "Member 'GSE_EngineFuncLib_TestPathSync::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_TestPathSync, ReturnValue) == 0x000020, "Member 'GSE_EngineFuncLib_TestPathSync::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_ToMilliseconds \ +static_assert(alignof(GSE_EngineFuncLib_ToMilliseconds) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_ToMilliseconds"); \ +static_assert(sizeof(GSE_EngineFuncLib_ToMilliseconds) == 0x000010, "Wrong size on GSE_EngineFuncLib_ToMilliseconds"); \ +static_assert(offsetof(GSE_EngineFuncLib_ToMilliseconds, Cycles) == 0x000000, "Member 'GSE_EngineFuncLib_ToMilliseconds::Cycles' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_ToMilliseconds, ReturnValue) == 0x000008, "Member 'GSE_EngineFuncLib_ToMilliseconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_UpdateAudioUtilAnalyzer \ +static_assert(alignof(GSE_EngineFuncLib_UpdateAudioUtilAnalyzer) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_UpdateAudioUtilAnalyzer"); \ +static_assert(sizeof(GSE_EngineFuncLib_UpdateAudioUtilAnalyzer) == 0x000028, "Wrong size on GSE_EngineFuncLib_UpdateAudioUtilAnalyzer"); \ +static_assert(offsetof(GSE_EngineFuncLib_UpdateAudioUtilAnalyzer, AudioUtilActor) == 0x000000, "Member 'GSE_EngineFuncLib_UpdateAudioUtilAnalyzer::AudioUtilActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_UpdateAudioUtilAnalyzer, LoudnessAnalyzerAssetPath) == 0x000008, "Member 'GSE_EngineFuncLib_UpdateAudioUtilAnalyzer::LoudnessAnalyzerAssetPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_UpdateAudioUtilAnalyzer, ConstantAnalyzerAssetPath) == 0x000018, "Member 'GSE_EngineFuncLib_UpdateAudioUtilAnalyzer::ConstantAnalyzerAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_UploadPSOHttpRequest \ +static_assert(alignof(GSE_EngineFuncLib_UploadPSOHttpRequest) == 0x000004, "Wrong alignment on GSE_EngineFuncLib_UploadPSOHttpRequest"); \ +static_assert(sizeof(GSE_EngineFuncLib_UploadPSOHttpRequest) == 0x000004, "Wrong size on GSE_EngineFuncLib_UploadPSOHttpRequest"); \ +static_assert(offsetof(GSE_EngineFuncLib_UploadPSOHttpRequest, Num) == 0x000000, "Member 'GSE_EngineFuncLib_UploadPSOHttpRequest::Num' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_UseStatsMacro \ +static_assert(alignof(GSE_EngineFuncLib_UseStatsMacro) == 0x000001, "Wrong alignment on GSE_EngineFuncLib_UseStatsMacro"); \ +static_assert(sizeof(GSE_EngineFuncLib_UseStatsMacro) == 0x000001, "Wrong size on GSE_EngineFuncLib_UseStatsMacro"); \ +static_assert(offsetof(GSE_EngineFuncLib_UseStatsMacro, ReturnValue) == 0x000000, "Member 'GSE_EngineFuncLib_UseStatsMacro::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogBoxError \ +static_assert(alignof(GSE_EngineFuncLib_VLogBoxError) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogBoxError"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogBoxError) == 0x000060, "Wrong size on GSE_EngineFuncLib_VLogBoxError"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxError, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogBoxError::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxError, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogBoxError::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxError, Box) == 0x000010, "Member 'GSE_EngineFuncLib_VLogBoxError::Box' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxError, Color) == 0x000048, "Member 'GSE_EngineFuncLib_VLogBoxError::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxError, Text) == 0x000050, "Member 'GSE_EngineFuncLib_VLogBoxError::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogBoxInfo \ +static_assert(alignof(GSE_EngineFuncLib_VLogBoxInfo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogBoxInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogBoxInfo) == 0x000060, "Wrong size on GSE_EngineFuncLib_VLogBoxInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxInfo, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogBoxInfo::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxInfo, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogBoxInfo::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxInfo, Box) == 0x000010, "Member 'GSE_EngineFuncLib_VLogBoxInfo::Box' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxInfo, Color) == 0x000048, "Member 'GSE_EngineFuncLib_VLogBoxInfo::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxInfo, Text) == 0x000050, "Member 'GSE_EngineFuncLib_VLogBoxInfo::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogBoxWarning \ +static_assert(alignof(GSE_EngineFuncLib_VLogBoxWarning) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogBoxWarning"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogBoxWarning) == 0x000060, "Wrong size on GSE_EngineFuncLib_VLogBoxWarning"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxWarning, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogBoxWarning::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxWarning, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogBoxWarning::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxWarning, Box) == 0x000010, "Member 'GSE_EngineFuncLib_VLogBoxWarning::Box' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxWarning, Color) == 0x000048, "Member 'GSE_EngineFuncLib_VLogBoxWarning::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogBoxWarning, Text) == 0x000050, "Member 'GSE_EngineFuncLib_VLogBoxWarning::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogError \ +static_assert(alignof(GSE_EngineFuncLib_VLogError) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogError"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogError) == 0x000020, "Wrong size on GSE_EngineFuncLib_VLogError"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogError, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogError::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogError, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogError::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogError, Text) == 0x000010, "Member 'GSE_EngineFuncLib_VLogError::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogInfo \ +static_assert(alignof(GSE_EngineFuncLib_VLogInfo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogInfo) == 0x000020, "Wrong size on GSE_EngineFuncLib_VLogInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogInfo, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogInfo::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogInfo, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogInfo::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogInfo, Text) == 0x000010, "Member 'GSE_EngineFuncLib_VLogInfo::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogLocationError \ +static_assert(alignof(GSE_EngineFuncLib_VLogLocationError) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogLocationError"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogLocationError) == 0x000040, "Wrong size on GSE_EngineFuncLib_VLogLocationError"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationError, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogLocationError::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationError, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogLocationError::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationError, Location) == 0x000010, "Member 'GSE_EngineFuncLib_VLogLocationError::Location' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationError, Radius) == 0x000028, "Member 'GSE_EngineFuncLib_VLogLocationError::Radius' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationError, Color) == 0x00002C, "Member 'GSE_EngineFuncLib_VLogLocationError::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationError, Text) == 0x000030, "Member 'GSE_EngineFuncLib_VLogLocationError::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogLocationInfo \ +static_assert(alignof(GSE_EngineFuncLib_VLogLocationInfo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogLocationInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogLocationInfo) == 0x000040, "Wrong size on GSE_EngineFuncLib_VLogLocationInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationInfo, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogLocationInfo::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationInfo, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogLocationInfo::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationInfo, Location) == 0x000010, "Member 'GSE_EngineFuncLib_VLogLocationInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationInfo, Radius) == 0x000028, "Member 'GSE_EngineFuncLib_VLogLocationInfo::Radius' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationInfo, Color) == 0x00002C, "Member 'GSE_EngineFuncLib_VLogLocationInfo::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationInfo, Text) == 0x000030, "Member 'GSE_EngineFuncLib_VLogLocationInfo::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogLocationWarning \ +static_assert(alignof(GSE_EngineFuncLib_VLogLocationWarning) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogLocationWarning"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogLocationWarning) == 0x000040, "Wrong size on GSE_EngineFuncLib_VLogLocationWarning"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationWarning, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogLocationWarning::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationWarning, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogLocationWarning::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationWarning, Location) == 0x000010, "Member 'GSE_EngineFuncLib_VLogLocationWarning::Location' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationWarning, Radius) == 0x000028, "Member 'GSE_EngineFuncLib_VLogLocationWarning::Radius' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationWarning, Color) == 0x00002C, "Member 'GSE_EngineFuncLib_VLogLocationWarning::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogLocationWarning, Text) == 0x000030, "Member 'GSE_EngineFuncLib_VLogLocationWarning::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogSegmentError \ +static_assert(alignof(GSE_EngineFuncLib_VLogSegmentError) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogSegmentError"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogSegmentError) == 0x000058, "Wrong size on GSE_EngineFuncLib_VLogSegmentError"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentError, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogSegmentError::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentError, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogSegmentError::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentError, SegmentStart) == 0x000010, "Member 'GSE_EngineFuncLib_VLogSegmentError::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentError, SegmentEnd) == 0x000028, "Member 'GSE_EngineFuncLib_VLogSegmentError::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentError, Color) == 0x000040, "Member 'GSE_EngineFuncLib_VLogSegmentError::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentError, Thickness) == 0x000044, "Member 'GSE_EngineFuncLib_VLogSegmentError::Thickness' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentError, Text) == 0x000048, "Member 'GSE_EngineFuncLib_VLogSegmentError::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogSegmentInfo \ +static_assert(alignof(GSE_EngineFuncLib_VLogSegmentInfo) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogSegmentInfo"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogSegmentInfo) == 0x000058, "Wrong size on GSE_EngineFuncLib_VLogSegmentInfo"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentInfo, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogSegmentInfo::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentInfo, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogSegmentInfo::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentInfo, SegmentStart) == 0x000010, "Member 'GSE_EngineFuncLib_VLogSegmentInfo::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentInfo, SegmentEnd) == 0x000028, "Member 'GSE_EngineFuncLib_VLogSegmentInfo::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentInfo, Color) == 0x000040, "Member 'GSE_EngineFuncLib_VLogSegmentInfo::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentInfo, Thickness) == 0x000044, "Member 'GSE_EngineFuncLib_VLogSegmentInfo::Thickness' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentInfo, Text) == 0x000048, "Member 'GSE_EngineFuncLib_VLogSegmentInfo::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogSegmentWarning \ +static_assert(alignof(GSE_EngineFuncLib_VLogSegmentWarning) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogSegmentWarning"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogSegmentWarning) == 0x000058, "Wrong size on GSE_EngineFuncLib_VLogSegmentWarning"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentWarning, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogSegmentWarning::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentWarning, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogSegmentWarning::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentWarning, SegmentStart) == 0x000010, "Member 'GSE_EngineFuncLib_VLogSegmentWarning::SegmentStart' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentWarning, SegmentEnd) == 0x000028, "Member 'GSE_EngineFuncLib_VLogSegmentWarning::SegmentEnd' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentWarning, Color) == 0x000040, "Member 'GSE_EngineFuncLib_VLogSegmentWarning::Color' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentWarning, Thickness) == 0x000044, "Member 'GSE_EngineFuncLib_VLogSegmentWarning::Thickness' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogSegmentWarning, Text) == 0x000048, "Member 'GSE_EngineFuncLib_VLogSegmentWarning::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogWarning \ +static_assert(alignof(GSE_EngineFuncLib_VLogWarning) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogWarning"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogWarning) == 0x000020, "Wrong size on GSE_EngineFuncLib_VLogWarning"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogWarning, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogWarning::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogWarning, Catogary) == 0x000008, "Member 'GSE_EngineFuncLib_VLogWarning::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogWarning, Text) == 0x000010, "Member 'GSE_EngineFuncLib_VLogWarning::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_VLogWLevel \ +static_assert(alignof(GSE_EngineFuncLib_VLogWLevel) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_VLogWLevel"); \ +static_assert(sizeof(GSE_EngineFuncLib_VLogWLevel) == 0x000028, "Wrong size on GSE_EngineFuncLib_VLogWLevel"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogWLevel, WorldContext) == 0x000000, "Member 'GSE_EngineFuncLib_VLogWLevel::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogWLevel, InLogLevel) == 0x000008, "Member 'GSE_EngineFuncLib_VLogWLevel::InLogLevel' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogWLevel, Catogary) == 0x00000C, "Member 'GSE_EngineFuncLib_VLogWLevel::Catogary' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_VLogWLevel, Text) == 0x000018, "Member 'GSE_EngineFuncLib_VLogWLevel::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_EngineFuncLib_WasActorRecentlyRendered \ +static_assert(alignof(GSE_EngineFuncLib_WasActorRecentlyRendered) == 0x000008, "Wrong alignment on GSE_EngineFuncLib_WasActorRecentlyRendered"); \ +static_assert(sizeof(GSE_EngineFuncLib_WasActorRecentlyRendered) == 0x000010, "Wrong size on GSE_EngineFuncLib_WasActorRecentlyRendered"); \ +static_assert(offsetof(GSE_EngineFuncLib_WasActorRecentlyRendered, InActor) == 0x000000, "Member 'GSE_EngineFuncLib_WasActorRecentlyRendered::InActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_WasActorRecentlyRendered, InTolerence) == 0x000008, "Member 'GSE_EngineFuncLib_WasActorRecentlyRendered::InTolerence' has a wrong offset!"); \ +static_assert(offsetof(GSE_EngineFuncLib_WasActorRecentlyRendered, ReturnValue) == 0x00000C, "Member 'GSE_EngineFuncLib_WasActorRecentlyRendered::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_EngineFuncLib \ +static_assert(alignof(UGSE_EngineFuncLib) == 0x000008, "Wrong alignment on UGSE_EngineFuncLib"); \ +static_assert(sizeof(UGSE_EngineFuncLib) == 0x000028, "Wrong size on UGSE_EngineFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_WorldFuncLib_GetWorldSettings \ +static_assert(alignof(GSE_WorldFuncLib_GetWorldSettings) == 0x000008, "Wrong alignment on GSE_WorldFuncLib_GetWorldSettings"); \ +static_assert(sizeof(GSE_WorldFuncLib_GetWorldSettings) == 0x000018, "Wrong size on GSE_WorldFuncLib_GetWorldSettings"); \ +static_assert(offsetof(GSE_WorldFuncLib_GetWorldSettings, Level) == 0x000000, "Member 'GSE_WorldFuncLib_GetWorldSettings::Level' has a wrong offset!"); \ +static_assert(offsetof(GSE_WorldFuncLib_GetWorldSettings, bChecked) == 0x000008, "Member 'GSE_WorldFuncLib_GetWorldSettings::bChecked' has a wrong offset!"); \ +static_assert(offsetof(GSE_WorldFuncLib_GetWorldSettings, ReturnValue) == 0x000010, "Member 'GSE_WorldFuncLib_GetWorldSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WorldFuncLib_NotifyWorldSettingsBeginPlay \ +static_assert(alignof(GSE_WorldFuncLib_NotifyWorldSettingsBeginPlay) == 0x000008, "Wrong alignment on GSE_WorldFuncLib_NotifyWorldSettingsBeginPlay"); \ +static_assert(sizeof(GSE_WorldFuncLib_NotifyWorldSettingsBeginPlay) == 0x000008, "Wrong size on GSE_WorldFuncLib_NotifyWorldSettingsBeginPlay"); \ +static_assert(offsetof(GSE_WorldFuncLib_NotifyWorldSettingsBeginPlay, World) == 0x000000, "Member 'GSE_WorldFuncLib_NotifyWorldSettingsBeginPlay::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WorldFuncLib_NotifyWorldSettingsMatchStart \ +static_assert(alignof(GSE_WorldFuncLib_NotifyWorldSettingsMatchStart) == 0x000008, "Wrong alignment on GSE_WorldFuncLib_NotifyWorldSettingsMatchStart"); \ +static_assert(sizeof(GSE_WorldFuncLib_NotifyWorldSettingsMatchStart) == 0x000008, "Wrong size on GSE_WorldFuncLib_NotifyWorldSettingsMatchStart"); \ +static_assert(offsetof(GSE_WorldFuncLib_NotifyWorldSettingsMatchStart, World) == 0x000000, "Member 'GSE_WorldFuncLib_NotifyWorldSettingsMatchStart::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WorldFuncLib_WorldGetCurrentLevel \ +static_assert(alignof(GSE_WorldFuncLib_WorldGetCurrentLevel) == 0x000008, "Wrong alignment on GSE_WorldFuncLib_WorldGetCurrentLevel"); \ +static_assert(sizeof(GSE_WorldFuncLib_WorldGetCurrentLevel) == 0x000010, "Wrong size on GSE_WorldFuncLib_WorldGetCurrentLevel"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldGetCurrentLevel, World) == 0x000000, "Member 'GSE_WorldFuncLib_WorldGetCurrentLevel::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldGetCurrentLevel, ReturnValue) == 0x000008, "Member 'GSE_WorldFuncLib_WorldGetCurrentLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WorldFuncLib_WorldGetPersistentLevel \ +static_assert(alignof(GSE_WorldFuncLib_WorldGetPersistentLevel) == 0x000008, "Wrong alignment on GSE_WorldFuncLib_WorldGetPersistentLevel"); \ +static_assert(sizeof(GSE_WorldFuncLib_WorldGetPersistentLevel) == 0x000010, "Wrong size on GSE_WorldFuncLib_WorldGetPersistentLevel"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldGetPersistentLevel, World) == 0x000000, "Member 'GSE_WorldFuncLib_WorldGetPersistentLevel::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldGetPersistentLevel, ReturnValue) == 0x000008, "Member 'GSE_WorldFuncLib_WorldGetPersistentLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WorldFuncLib_WorldViewportCursorVisible \ +static_assert(alignof(GSE_WorldFuncLib_WorldViewportCursorVisible) == 0x000008, "Wrong alignment on GSE_WorldFuncLib_WorldViewportCursorVisible"); \ +static_assert(sizeof(GSE_WorldFuncLib_WorldViewportCursorVisible) == 0x000010, "Wrong size on GSE_WorldFuncLib_WorldViewportCursorVisible"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldViewportCursorVisible, World) == 0x000000, "Member 'GSE_WorldFuncLib_WorldViewportCursorVisible::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldViewportCursorVisible, ReturnValue) == 0x000008, "Member 'GSE_WorldFuncLib_WorldViewportCursorVisible::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WorldFuncLib_WorldViewportForeground \ +static_assert(alignof(GSE_WorldFuncLib_WorldViewportForeground) == 0x000008, "Wrong alignment on GSE_WorldFuncLib_WorldViewportForeground"); \ +static_assert(sizeof(GSE_WorldFuncLib_WorldViewportForeground) == 0x000010, "Wrong size on GSE_WorldFuncLib_WorldViewportForeground"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldViewportForeground, World) == 0x000000, "Member 'GSE_WorldFuncLib_WorldViewportForeground::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_WorldFuncLib_WorldViewportForeground, ReturnValue) == 0x000008, "Member 'GSE_WorldFuncLib_WorldViewportForeground::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_WorldFuncLib \ +static_assert(alignof(UGSE_WorldFuncLib) == 0x000008, "Wrong alignment on UGSE_WorldFuncLib"); \ +static_assert(sizeof(UGSE_WorldFuncLib) == 0x000028, "Wrong size on UGSE_WorldFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_ProfilerFuncLib_CaptureAllStatsInfo \ +static_assert(alignof(GSE_ProfilerFuncLib_CaptureAllStatsInfo) == 0x000008, "Wrong alignment on GSE_ProfilerFuncLib_CaptureAllStatsInfo"); \ +static_assert(sizeof(GSE_ProfilerFuncLib_CaptureAllStatsInfo) == 0x000010, "Wrong size on GSE_ProfilerFuncLib_CaptureAllStatsInfo"); \ +static_assert(offsetof(GSE_ProfilerFuncLib_CaptureAllStatsInfo, ReturnValue) == 0x000000, "Member 'GSE_ProfilerFuncLib_CaptureAllStatsInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ProfilerFuncLib_CaptureSpecificStatsInfo \ +static_assert(alignof(GSE_ProfilerFuncLib_CaptureSpecificStatsInfo) == 0x000008, "Wrong alignment on GSE_ProfilerFuncLib_CaptureSpecificStatsInfo"); \ +static_assert(sizeof(GSE_ProfilerFuncLib_CaptureSpecificStatsInfo) == 0x000020, "Wrong size on GSE_ProfilerFuncLib_CaptureSpecificStatsInfo"); \ +static_assert(offsetof(GSE_ProfilerFuncLib_CaptureSpecificStatsInfo, StatNames) == 0x000000, "Member 'GSE_ProfilerFuncLib_CaptureSpecificStatsInfo::StatNames' has a wrong offset!"); \ +static_assert(offsetof(GSE_ProfilerFuncLib_CaptureSpecificStatsInfo, ReturnValue) == 0x000010, "Member 'GSE_ProfilerFuncLib_CaptureSpecificStatsInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_ProfilerFuncLib_StartRecordingPerfChart \ +static_assert(alignof(GSE_ProfilerFuncLib_StartRecordingPerfChart) == 0x000008, "Wrong alignment on GSE_ProfilerFuncLib_StartRecordingPerfChart"); \ +static_assert(sizeof(GSE_ProfilerFuncLib_StartRecordingPerfChart) == 0x000018, "Wrong size on GSE_ProfilerFuncLib_StartRecordingPerfChart"); \ +static_assert(offsetof(GSE_ProfilerFuncLib_StartRecordingPerfChart, TargetFileName) == 0x000000, "Member 'GSE_ProfilerFuncLib_StartRecordingPerfChart::TargetFileName' has a wrong offset!"); \ +static_assert(offsetof(GSE_ProfilerFuncLib_StartRecordingPerfChart, InTotalFrames) == 0x000010, "Member 'GSE_ProfilerFuncLib_StartRecordingPerfChart::InTotalFrames' has a wrong offset!"); \ +static_assert(offsetof(GSE_ProfilerFuncLib_StartRecordingPerfChart, bCollectInsightData) == 0x000014, "Member 'GSE_ProfilerFuncLib_StartRecordingPerfChart::bCollectInsightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_ProfilerFuncLib \ +static_assert(alignof(UGSE_ProfilerFuncLib) == 0x000008, "Wrong alignment on UGSE_ProfilerFuncLib"); \ +static_assert(sizeof(UGSE_ProfilerFuncLib) == 0x000028, "Wrong size on UGSE_ProfilerFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings \ +static_assert(alignof(GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings) == 0x000010, "Wrong alignment on GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings) == 0x0007C0, "Wrong size on GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings, WorldContext) == 0x000000, "Member 'GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings, ReturnValue) == 0x000010, "Member 'GSE_PostProcessFuncLib_GetSceneViewFinalPostProcessSettings::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_RemovePPCompWeightBlendable \ +static_assert(alignof(GSE_PostProcessFuncLib_RemovePPCompWeightBlendable) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_RemovePPCompWeightBlendable"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_RemovePPCompWeightBlendable) == 0x000010, "Wrong size on GSE_PostProcessFuncLib_RemovePPCompWeightBlendable"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_RemovePPCompWeightBlendable, PPComp) == 0x000000, "Member 'GSE_PostProcessFuncLib_RemovePPCompWeightBlendable::PPComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_RemovePPCompWeightBlendable, PPMaterialInterface) == 0x000008, "Member 'GSE_PostProcessFuncLib_RemovePPCompWeightBlendable::PPMaterialInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_RemovePPVWeightBlendable \ +static_assert(alignof(GSE_PostProcessFuncLib_RemovePPVWeightBlendable) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_RemovePPVWeightBlendable"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_RemovePPVWeightBlendable) == 0x000010, "Wrong size on GSE_PostProcessFuncLib_RemovePPVWeightBlendable"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_RemovePPVWeightBlendable, PPV) == 0x000000, "Member 'GSE_PostProcessFuncLib_RemovePPVWeightBlendable::PPV' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_RemovePPVWeightBlendable, PPMaterialInterface) == 0x000008, "Member 'GSE_PostProcessFuncLib_RemovePPVWeightBlendable::PPMaterialInterface' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex \ +static_assert(alignof(GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex) == 0x000010, "Wrong size on GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex, CameraComp) == 0x000000, "Member 'GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex::CameraComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex, PPMatIndex) == 0x000008, "Member 'GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex::PPMatIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex, Weight) == 0x00000C, "Member 'GSE_PostProcessFuncLib_SetCameraCompWeightedBlendableWeightByIndex::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex \ +static_assert(alignof(GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex) == 0x000010, "Wrong size on GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex, CameraActor) == 0x000000, "Member 'GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex, PPMatIndex) == 0x000008, "Member 'GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex::PPMatIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex, Weight) == 0x00000C, "Member 'GSE_PostProcessFuncLib_SetCameraWeightedBlendableWeightByIndex::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight \ +static_assert(alignof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight) == 0x000018, "Wrong size on GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight, PPComp) == 0x000000, "Member 'GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight::PPComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight, PPMaterialInterface) == 0x000008, "Member 'GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight::PPMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight, Weight) == 0x000010, "Member 'GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex \ +static_assert(alignof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex) == 0x000010, "Wrong size on GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex, PPComp) == 0x000000, "Member 'GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex::PPComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex, PPMatIndex) == 0x000008, "Member 'GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex::PPMatIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex, Weight) == 0x00000C, "Member 'GSE_PostProcessFuncLib_SetPPCompWeightedBlendableWeightByIndex::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight \ +static_assert(alignof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight) == 0x000018, "Wrong size on GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight, PPV) == 0x000000, "Member 'GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight::PPV' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight, PPMaterialInterface) == 0x000008, "Member 'GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight::PPMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight, Weight) == 0x000010, "Member 'GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex \ +static_assert(alignof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex) == 0x000008, "Wrong alignment on GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex"); \ +static_assert(sizeof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex) == 0x000010, "Wrong size on GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex, PPV) == 0x000000, "Member 'GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex::PPV' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex, PPMatIndex) == 0x000008, "Member 'GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex::PPMatIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex, Weight) == 0x00000C, "Member 'GSE_PostProcessFuncLib_SetPPVWeightedBlendableWeightByIndex::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_PostProcessFuncLib \ +static_assert(alignof(UGSE_PostProcessFuncLib) == 0x000008, "Wrong alignment on UGSE_PostProcessFuncLib"); \ +static_assert(sizeof(UGSE_PostProcessFuncLib) == 0x000028, "Wrong size on UGSE_PostProcessFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_RenderUtilFuncLib_GetSceneViewPreExposure \ +static_assert(alignof(GSE_RenderUtilFuncLib_GetSceneViewPreExposure) == 0x000008, "Wrong alignment on GSE_RenderUtilFuncLib_GetSceneViewPreExposure"); \ +static_assert(sizeof(GSE_RenderUtilFuncLib_GetSceneViewPreExposure) == 0x000010, "Wrong size on GSE_RenderUtilFuncLib_GetSceneViewPreExposure"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_GetSceneViewPreExposure, WorldContext) == 0x000000, "Member 'GSE_RenderUtilFuncLib_GetSceneViewPreExposure::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_GetSceneViewPreExposure, ReturnValue) == 0x000008, "Member 'GSE_RenderUtilFuncLib_GetSceneViewPreExposure::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_RenderUtilFuncLib_MarkRenderStateDirty \ +static_assert(alignof(GSE_RenderUtilFuncLib_MarkRenderStateDirty) == 0x000008, "Wrong alignment on GSE_RenderUtilFuncLib_MarkRenderStateDirty"); \ +static_assert(sizeof(GSE_RenderUtilFuncLib_MarkRenderStateDirty) == 0x000008, "Wrong size on GSE_RenderUtilFuncLib_MarkRenderStateDirty"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_MarkRenderStateDirty, ActorComponent) == 0x000000, "Member 'GSE_RenderUtilFuncLib_MarkRenderStateDirty::ActorComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones \ +static_assert(alignof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones) == 0x000008, "Wrong alignment on GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones"); \ +static_assert(sizeof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones) == 0x000028, "Wrong size on GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones, NiagaraSystem) == 0x000000, "Member 'GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones, OverrideName) == 0x000008, "Member 'GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones, OverrideFilteredBones) == 0x000018, "Member 'GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredBones::OverrideFilteredBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets \ +static_assert(alignof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets) == 0x000008, "Wrong alignment on GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets"); \ +static_assert(sizeof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets) == 0x000028, "Wrong size on GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets, NiagaraSystem) == 0x000000, "Member 'GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets::NiagaraSystem' has a wrong offset!"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets, OverrideName) == 0x000008, "Member 'GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets::OverrideName' has a wrong offset!"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets, OverrideFilteredSockets) == 0x000018, "Member 'GSE_RenderUtilFuncLib_OverrideSystemUserVariableSKMFilteredSockets::OverrideFilteredSockets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_RenderUtilFuncLib_PlayCameraShake \ +static_assert(alignof(GSE_RenderUtilFuncLib_PlayCameraShake) == 0x000008, "Wrong alignment on GSE_RenderUtilFuncLib_PlayCameraShake"); \ +static_assert(sizeof(GSE_RenderUtilFuncLib_PlayCameraShake) == 0x000010, "Wrong size on GSE_RenderUtilFuncLib_PlayCameraShake"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_PlayCameraShake, CameraShakeCls) == 0x000000, "Member 'GSE_RenderUtilFuncLib_PlayCameraShake::CameraShakeCls' has a wrong offset!"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_PlayCameraShake, Camera) == 0x000008, "Member 'GSE_RenderUtilFuncLib_PlayCameraShake::Camera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_RenderUtilFuncLib_SetRenderCustomDepth \ +static_assert(alignof(GSE_RenderUtilFuncLib_SetRenderCustomDepth) == 0x000008, "Wrong alignment on GSE_RenderUtilFuncLib_SetRenderCustomDepth"); \ +static_assert(sizeof(GSE_RenderUtilFuncLib_SetRenderCustomDepth) == 0x000010, "Wrong size on GSE_RenderUtilFuncLib_SetRenderCustomDepth"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_SetRenderCustomDepth, AA) == 0x000000, "Member 'GSE_RenderUtilFuncLib_SetRenderCustomDepth::AA' has a wrong offset!"); \ +static_assert(offsetof(GSE_RenderUtilFuncLib_SetRenderCustomDepth, bValue) == 0x000008, "Member 'GSE_RenderUtilFuncLib_SetRenderCustomDepth::bValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_RenderUtilFuncLib \ +static_assert(alignof(UGSE_RenderUtilFuncLib) == 0x000008, "Wrong alignment on UGSE_RenderUtilFuncLib"); \ +static_assert(sizeof(UGSE_RenderUtilFuncLib) == 0x000028, "Wrong size on UGSE_RenderUtilFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_CameraUtilFuncLib_GetCameraFocalParams \ +static_assert(alignof(GSE_CameraUtilFuncLib_GetCameraFocalParams) == 0x000008, "Wrong alignment on GSE_CameraUtilFuncLib_GetCameraFocalParams"); \ +static_assert(sizeof(GSE_CameraUtilFuncLib_GetCameraFocalParams) == 0x000018, "Wrong size on GSE_CameraUtilFuncLib_GetCameraFocalParams"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_GetCameraFocalParams, InCamera) == 0x000000, "Member 'GSE_CameraUtilFuncLib_GetCameraFocalParams::InCamera' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_GetCameraFocalParams, OutFocalDistance) == 0x000008, "Member 'GSE_CameraUtilFuncLib_GetCameraFocalParams::OutFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_GetCameraFocalParams, OutDepthBlurKm) == 0x00000C, "Member 'GSE_CameraUtilFuncLib_GetCameraFocalParams::OutDepthBlurKm' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_GetCameraFocalParams, OutDepthBlurRadius) == 0x000010, "Member 'GSE_CameraUtilFuncLib_GetCameraFocalParams::OutDepthBlurRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CameraUtilFuncLib_GetCameraViewTarget \ +static_assert(alignof(GSE_CameraUtilFuncLib_GetCameraViewTarget) == 0x000008, "Wrong alignment on GSE_CameraUtilFuncLib_GetCameraViewTarget"); \ +static_assert(sizeof(GSE_CameraUtilFuncLib_GetCameraViewTarget) == 0x000010, "Wrong size on GSE_CameraUtilFuncLib_GetCameraViewTarget"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_GetCameraViewTarget, CameraManager) == 0x000000, "Member 'GSE_CameraUtilFuncLib_GetCameraViewTarget::CameraManager' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_GetCameraViewTarget, ReturnValue) == 0x000008, "Member 'GSE_CameraUtilFuncLib_GetCameraViewTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CameraUtilFuncLib_IsPositionInScreenViewport \ +static_assert(alignof(GSE_CameraUtilFuncLib_IsPositionInScreenViewport) == 0x000008, "Wrong alignment on GSE_CameraUtilFuncLib_IsPositionInScreenViewport"); \ +static_assert(sizeof(GSE_CameraUtilFuncLib_IsPositionInScreenViewport) == 0x000028, "Wrong size on GSE_CameraUtilFuncLib_IsPositionInScreenViewport"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_IsPositionInScreenViewport, WorldContext) == 0x000000, "Member 'GSE_CameraUtilFuncLib_IsPositionInScreenViewport::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_IsPositionInScreenViewport, position) == 0x000008, "Member 'GSE_CameraUtilFuncLib_IsPositionInScreenViewport::position' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_IsPositionInScreenViewport, ReturnValue) == 0x000020, "Member 'GSE_CameraUtilFuncLib_IsPositionInScreenViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CameraUtilFuncLib_SetCameraFocalParams \ +static_assert(alignof(GSE_CameraUtilFuncLib_SetCameraFocalParams) == 0x000008, "Wrong alignment on GSE_CameraUtilFuncLib_SetCameraFocalParams"); \ +static_assert(sizeof(GSE_CameraUtilFuncLib_SetCameraFocalParams) == 0x000018, "Wrong size on GSE_CameraUtilFuncLib_SetCameraFocalParams"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_SetCameraFocalParams, InCamera) == 0x000000, "Member 'GSE_CameraUtilFuncLib_SetCameraFocalParams::InCamera' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_SetCameraFocalParams, InFocalDistance) == 0x000008, "Member 'GSE_CameraUtilFuncLib_SetCameraFocalParams::InFocalDistance' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_SetCameraFocalParams, InDepthBlurKm) == 0x00000C, "Member 'GSE_CameraUtilFuncLib_SetCameraFocalParams::InDepthBlurKm' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_SetCameraFocalParams, DepthBlurRadius) == 0x000010, "Member 'GSE_CameraUtilFuncLib_SetCameraFocalParams::DepthBlurRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint \ +static_assert(alignof(GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint) == 0x000008, "Wrong alignment on GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint"); \ +static_assert(sizeof(GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint) == 0x000010, "Wrong size on GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint, PlayerController) == 0x000000, "Member 'GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint, TargetAspectRatioAxisConstraint) == 0x000008, "Member 'GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint::TargetAspectRatioAxisConstraint' has a wrong offset!"); \ +static_assert(offsetof(GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint, ReturnValue) == 0x000009, "Member 'GSE_CameraUtilFuncLib_SetLocalPlayerAspectRatioAxisConstraint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_CameraUtilFuncLib \ +static_assert(alignof(UGSE_CameraUtilFuncLib) == 0x000008, "Wrong alignment on UGSE_CameraUtilFuncLib"); \ +static_assert(sizeof(UGSE_CameraUtilFuncLib) == 0x000028, "Wrong size on UGSE_CameraUtilFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetAssetDataAsset \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetAssetDataAsset) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetAssetDataAsset"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetAssetDataAsset) == 0x000010, "Wrong size on GSE_AssetUtilFuncLib_GetAssetDataAsset"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataAsset, AssetData) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetAssetDataAsset::AssetData' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataAsset, ReturnValue) == 0x000008, "Member 'GSE_AssetUtilFuncLib_GetAssetDataAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetAssetDataClass \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetAssetDataClass) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetAssetDataClass"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetAssetDataClass) == 0x000010, "Wrong size on GSE_AssetUtilFuncLib_GetAssetDataClass"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataClass, AssetData) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetAssetDataClass::AssetData' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataClass, ReturnValue) == 0x000008, "Member 'GSE_AssetUtilFuncLib_GetAssetDataClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj) == 0x000018, "Wrong size on GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj, PackageObjects) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj::PackageObjects' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj, ReturnValue) == 0x000010, "Member 'GSE_AssetUtilFuncLib_GetAssetDataFromPackageObj::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetAssetDataTagValue \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetAssetDataTagValue) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetAssetDataTagValue"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetAssetDataTagValue) == 0x000020, "Wrong size on GSE_AssetUtilFuncLib_GetAssetDataTagValue"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataTagValue, AssetData) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetAssetDataTagValue::AssetData' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataTagValue, TagName) == 0x000008, "Member 'GSE_AssetUtilFuncLib_GetAssetDataTagValue::TagName' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetDataTagValue, ReturnValue) == 0x000010, "Member 'GSE_AssetUtilFuncLib_GetAssetDataTagValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetAssetsByPath \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetAssetsByPath) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetAssetsByPath"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetAssetsByPath) == 0x000018, "Wrong size on GSE_AssetUtilFuncLib_GetAssetsByPath"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetsByPath, Paths) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetAssetsByPath::Paths' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetsByPath, ReturnValue) == 0x000010, "Member 'GSE_AssetUtilFuncLib_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetAssetsInFolder \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetAssetsInFolder) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetAssetsInFolder"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetAssetsInFolder) == 0x000018, "Wrong size on GSE_AssetUtilFuncLib_GetAssetsInFolder"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetsInFolder, FolderPath) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetAssetsInFolder::FolderPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetsInFolder, bRecursive) == 0x000008, "Member 'GSE_AssetUtilFuncLib_GetAssetsInFolder::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetsInFolder, bIncludeOnlyOnDiskAssets) == 0x000009, "Member 'GSE_AssetUtilFuncLib_GetAssetsInFolder::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetAssetsInFolder, ReturnValue) == 0x000010, "Member 'GSE_AssetUtilFuncLib_GetAssetsInFolder::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets) == 0x000010, "Wrong size on GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets, Assets) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets::Assets' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets, ReturnValue) == 0x000008, "Member 'GSE_AssetUtilFuncLib_GetDependenciesAssetsFromAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets) == 0x000010, "Wrong size on GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets, Assets) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets::Assets' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets, ReturnValue) == 0x000008, "Member 'GSE_AssetUtilFuncLib_GetReferenceAssetsFromAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects \ +static_assert(alignof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects) == 0x000018, "Wrong size on GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects, LoadedSourceAssets) == 0x000000, "Member 'GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects::LoadedSourceAssets' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects, ReturnValue) == 0x000010, "Member 'GSE_AssetUtilFuncLib_GetReferenceAssetsFromObjects::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_AssetUtilFuncLib_LoadObjectsFromAssetData \ +static_assert(alignof(GSE_AssetUtilFuncLib_LoadObjectsFromAssetData) == 0x000008, "Wrong alignment on GSE_AssetUtilFuncLib_LoadObjectsFromAssetData"); \ +static_assert(sizeof(GSE_AssetUtilFuncLib_LoadObjectsFromAssetData) == 0x000018, "Wrong size on GSE_AssetUtilFuncLib_LoadObjectsFromAssetData"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_LoadObjectsFromAssetData, Assets) == 0x000000, "Member 'GSE_AssetUtilFuncLib_LoadObjectsFromAssetData::Assets' has a wrong offset!"); \ +static_assert(offsetof(GSE_AssetUtilFuncLib_LoadObjectsFromAssetData, ReturnValue) == 0x000008, "Member 'GSE_AssetUtilFuncLib_LoadObjectsFromAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_AssetUtilFuncLib \ +static_assert(alignof(UGSE_AssetUtilFuncLib) == 0x000008, "Wrong alignment on UGSE_AssetUtilFuncLib"); \ +static_assert(sizeof(UGSE_AssetUtilFuncLib) == 0x000028, "Wrong size on UGSE_AssetUtilFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_LoadingUtilFuncLib_ClientSetBlockOnAsyncLoading \ +static_assert(alignof(GSE_LoadingUtilFuncLib_ClientSetBlockOnAsyncLoading) == 0x000008, "Wrong alignment on GSE_LoadingUtilFuncLib_ClientSetBlockOnAsyncLoading"); \ +static_assert(sizeof(GSE_LoadingUtilFuncLib_ClientSetBlockOnAsyncLoading) == 0x000008, "Wrong size on GSE_LoadingUtilFuncLib_ClientSetBlockOnAsyncLoading"); \ +static_assert(offsetof(GSE_LoadingUtilFuncLib_ClientSetBlockOnAsyncLoading, PlayerController) == 0x000000, "Member 'GSE_LoadingUtilFuncLib_ClientSetBlockOnAsyncLoading::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_LoadingUtilFuncLib_SyncLoadObject \ +static_assert(alignof(GSE_LoadingUtilFuncLib_SyncLoadObject) == 0x000008, "Wrong alignment on GSE_LoadingUtilFuncLib_SyncLoadObject"); \ +static_assert(sizeof(GSE_LoadingUtilFuncLib_SyncLoadObject) == 0x000018, "Wrong size on GSE_LoadingUtilFuncLib_SyncLoadObject"); \ +static_assert(offsetof(GSE_LoadingUtilFuncLib_SyncLoadObject, Path) == 0x000000, "Member 'GSE_LoadingUtilFuncLib_SyncLoadObject::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_LoadingUtilFuncLib_SyncLoadObject, ReturnValue) == 0x000010, "Member 'GSE_LoadingUtilFuncLib_SyncLoadObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_LoadingUtilFuncLib \ +static_assert(alignof(UGSE_LoadingUtilFuncLib) == 0x000008, "Wrong alignment on UGSE_LoadingUtilFuncLib"); \ +static_assert(sizeof(UGSE_LoadingUtilFuncLib) == 0x000028, "Wrong size on UGSE_LoadingUtilFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineSocketFuncLib_GetLocalListenIp \ +static_assert(alignof(GSE_OnlineSocketFuncLib_GetLocalListenIp) == 0x000008, "Wrong alignment on GSE_OnlineSocketFuncLib_GetLocalListenIp"); \ +static_assert(sizeof(GSE_OnlineSocketFuncLib_GetLocalListenIp) == 0x000018, "Wrong size on GSE_OnlineSocketFuncLib_GetLocalListenIp"); \ +static_assert(offsetof(GSE_OnlineSocketFuncLib_GetLocalListenIp, WorldContext) == 0x000000, "Member 'GSE_OnlineSocketFuncLib_GetLocalListenIp::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineSocketFuncLib_GetLocalListenIp, ReturnValue) == 0x000008, "Member 'GSE_OnlineSocketFuncLib_GetLocalListenIp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OnlineSocketFuncLib_GetLocalListenPort \ +static_assert(alignof(GSE_OnlineSocketFuncLib_GetLocalListenPort) == 0x000008, "Wrong alignment on GSE_OnlineSocketFuncLib_GetLocalListenPort"); \ +static_assert(sizeof(GSE_OnlineSocketFuncLib_GetLocalListenPort) == 0x000010, "Wrong size on GSE_OnlineSocketFuncLib_GetLocalListenPort"); \ +static_assert(offsetof(GSE_OnlineSocketFuncLib_GetLocalListenPort, WorldContext) == 0x000000, "Member 'GSE_OnlineSocketFuncLib_GetLocalListenPort::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_OnlineSocketFuncLib_GetLocalListenPort, ReturnValue) == 0x000008, "Member 'GSE_OnlineSocketFuncLib_GetLocalListenPort::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_OnlineSocketFuncLib \ +static_assert(alignof(UGSE_OnlineSocketFuncLib) == 0x000008, "Wrong alignment on UGSE_OnlineSocketFuncLib"); \ +static_assert(sizeof(UGSE_OnlineSocketFuncLib) == 0x000028, "Wrong size on UGSE_OnlineSocketFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile \ +static_assert(alignof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile) == 0x000008, "Wrong alignment on GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile"); \ +static_assert(sizeof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile) == 0x000078, "Wrong size on GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, WorldContextObject) == 0x000000, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, Start) == 0x000008, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::Start' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, End) == 0x000020, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::End' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, Radius) == 0x000038, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::Radius' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, HalfHeight) == 0x00003C, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::HalfHeight' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, ProfileName) == 0x000040, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, bTraceComplex) == 0x000048, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::bTraceComplex' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, IgnoreActor) == 0x000050, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::IgnoreActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, OutHitLocation) == 0x000058, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::OutHitLocation' has a wrong offset!"); \ +static_assert(offsetof(GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile, ReturnValue) == 0x000070, "Member 'GSE_TraceFuncLib_CharacterCapsuleTraceSingleByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_TraceFuncLib \ +static_assert(alignof(UGSE_TraceFuncLib) == 0x000008, "Wrong alignment on UGSE_TraceFuncLib"); \ +static_assert(sizeof(UGSE_TraceFuncLib) == 0x000028, "Wrong size on UGSE_TraceFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_OverlapFuncLib_BoxOverlapActorsByProfile \ +static_assert(alignof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile) == 0x000008, "Wrong alignment on GSE_OverlapFuncLib_BoxOverlapActorsByProfile"); \ +static_assert(sizeof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile) == 0x000070, "Wrong size on GSE_OverlapFuncLib_BoxOverlapActorsByProfile"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, WorldContextObject) == 0x000000, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, BoxPos) == 0x000008, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, BoxExtent) == 0x000020, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, ProfileName) == 0x000038, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, ActorClassFilter) == 0x000040, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::ActorClassFilter' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, ActorsToIgnore) == 0x000048, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, OutActors) == 0x000058, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::OutActors' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapActorsByProfile, ReturnValue) == 0x000068, "Member 'GSE_OverlapFuncLib_BoxOverlapActorsByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_OverlapFuncLib_BoxOverlapComponentsByProfile \ +static_assert(alignof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile) == 0x000008, "Wrong alignment on GSE_OverlapFuncLib_BoxOverlapComponentsByProfile"); \ +static_assert(sizeof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile) == 0x000070, "Wrong size on GSE_OverlapFuncLib_BoxOverlapComponentsByProfile"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, WorldContextObject) == 0x000000, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, BoxPos) == 0x000008, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::BoxPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, BoxExtent) == 0x000020, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::BoxExtent' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, ProfileName) == 0x000038, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::ProfileName' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, ComponentClassFilter) == 0x000040, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::ComponentClassFilter' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, ActorsToIgnore) == 0x000048, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::ActorsToIgnore' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, OutComponents) == 0x000058, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::OutComponents' has a wrong offset!"); \ +static_assert(offsetof(GSE_OverlapFuncLib_BoxOverlapComponentsByProfile, ReturnValue) == 0x000068, "Member 'GSE_OverlapFuncLib_BoxOverlapComponentsByProfile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_OverlapFuncLib \ +static_assert(alignof(UGSE_OverlapFuncLib) == 0x000008, "Wrong alignment on UGSE_OverlapFuncLib"); \ +static_assert(sizeof(UGSE_OverlapFuncLib) == 0x000028, "Wrong size on UGSE_OverlapFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_AndroidExtractFolderFromApk \ +static_assert(alignof(GSE_FileFuncLib_AndroidExtractFolderFromApk) == 0x000008, "Wrong alignment on GSE_FileFuncLib_AndroidExtractFolderFromApk"); \ +static_assert(sizeof(GSE_FileFuncLib_AndroidExtractFolderFromApk) == 0x000028, "Wrong size on GSE_FileFuncLib_AndroidExtractFolderFromApk"); \ +static_assert(offsetof(GSE_FileFuncLib_AndroidExtractFolderFromApk, SrcPath) == 0x000000, "Member 'GSE_FileFuncLib_AndroidExtractFolderFromApk::SrcPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_AndroidExtractFolderFromApk, DestPath) == 0x000010, "Member 'GSE_FileFuncLib_AndroidExtractFolderFromApk::DestPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_AndroidExtractFolderFromApk, ReturnValue) == 0x000020, "Member 'GSE_FileFuncLib_AndroidExtractFolderFromApk::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_AndroidHasFileInApk \ +static_assert(alignof(GSE_FileFuncLib_AndroidHasFileInApk) == 0x000008, "Wrong alignment on GSE_FileFuncLib_AndroidHasFileInApk"); \ +static_assert(sizeof(GSE_FileFuncLib_AndroidHasFileInApk) == 0x000018, "Wrong size on GSE_FileFuncLib_AndroidHasFileInApk"); \ +static_assert(offsetof(GSE_FileFuncLib_AndroidHasFileInApk, SrcPath) == 0x000000, "Member 'GSE_FileFuncLib_AndroidHasFileInApk::SrcPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_AndroidHasFileInApk, ReturnValue) == 0x000010, "Member 'GSE_FileFuncLib_AndroidHasFileInApk::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_ExtractDirToPath \ +static_assert(alignof(GSE_FileFuncLib_ExtractDirToPath) == 0x000008, "Wrong alignment on GSE_FileFuncLib_ExtractDirToPath"); \ +static_assert(sizeof(GSE_FileFuncLib_ExtractDirToPath) == 0x000028, "Wrong size on GSE_FileFuncLib_ExtractDirToPath"); \ +static_assert(offsetof(GSE_FileFuncLib_ExtractDirToPath, Src) == 0x000000, "Member 'GSE_FileFuncLib_ExtractDirToPath::Src' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_ExtractDirToPath, Dest) == 0x000010, "Member 'GSE_FileFuncLib_ExtractDirToPath::Dest' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_ExtractDirToPath, ReturnValue) == 0x000020, "Member 'GSE_FileFuncLib_ExtractDirToPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_ExtractFileToPath \ +static_assert(alignof(GSE_FileFuncLib_ExtractFileToPath) == 0x000008, "Wrong alignment on GSE_FileFuncLib_ExtractFileToPath"); \ +static_assert(sizeof(GSE_FileFuncLib_ExtractFileToPath) == 0x000028, "Wrong size on GSE_FileFuncLib_ExtractFileToPath"); \ +static_assert(offsetof(GSE_FileFuncLib_ExtractFileToPath, Src) == 0x000000, "Member 'GSE_FileFuncLib_ExtractFileToPath::Src' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_ExtractFileToPath, Dest) == 0x000010, "Member 'GSE_FileFuncLib_ExtractFileToPath::Dest' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_ExtractFileToPath, ReturnValue) == 0x000020, "Member 'GSE_FileFuncLib_ExtractFileToPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_FindFiles \ +static_assert(alignof(GSE_FileFuncLib_FindFiles) == 0x000008, "Wrong alignment on GSE_FileFuncLib_FindFiles"); \ +static_assert(sizeof(GSE_FileFuncLib_FindFiles) == 0x000038, "Wrong size on GSE_FileFuncLib_FindFiles"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFiles, Directory) == 0x000000, "Member 'GSE_FileFuncLib_FindFiles::Directory' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFiles, FoundFiles) == 0x000010, "Member 'GSE_FileFuncLib_FindFiles::FoundFiles' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFiles, FileExtension) == 0x000020, "Member 'GSE_FileFuncLib_FindFiles::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFiles, ReturnValue) == 0x000030, "Member 'GSE_FileFuncLib_FindFiles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_FindFilesRecursively \ +static_assert(alignof(GSE_FileFuncLib_FindFilesRecursively) == 0x000008, "Wrong alignment on GSE_FileFuncLib_FindFilesRecursively"); \ +static_assert(sizeof(GSE_FileFuncLib_FindFilesRecursively) == 0x000038, "Wrong size on GSE_FileFuncLib_FindFilesRecursively"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFilesRecursively, Directory) == 0x000000, "Member 'GSE_FileFuncLib_FindFilesRecursively::Directory' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFilesRecursively, FoundFiles) == 0x000010, "Member 'GSE_FileFuncLib_FindFilesRecursively::FoundFiles' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFilesRecursively, FileExtension) == 0x000020, "Member 'GSE_FileFuncLib_FindFilesRecursively::FileExtension' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_FindFilesRecursively, ReturnValue) == 0x000030, "Member 'GSE_FileFuncLib_FindFilesRecursively::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_LoadFileToArray \ +static_assert(alignof(GSE_FileFuncLib_LoadFileToArray) == 0x000008, "Wrong alignment on GSE_FileFuncLib_LoadFileToArray"); \ +static_assert(sizeof(GSE_FileFuncLib_LoadFileToArray) == 0x000028, "Wrong size on GSE_FileFuncLib_LoadFileToArray"); \ +static_assert(offsetof(GSE_FileFuncLib_LoadFileToArray, Path) == 0x000000, "Member 'GSE_FileFuncLib_LoadFileToArray::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_LoadFileToArray, FileData) == 0x000010, "Member 'GSE_FileFuncLib_LoadFileToArray::FileData' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_LoadFileToArray, ReturnValue) == 0x000020, "Member 'GSE_FileFuncLib_LoadFileToArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_MountAllPakFiles \ +static_assert(alignof(GSE_FileFuncLib_MountAllPakFiles) == 0x000008, "Wrong alignment on GSE_FileFuncLib_MountAllPakFiles"); \ +static_assert(sizeof(GSE_FileFuncLib_MountAllPakFiles) == 0x000018, "Wrong size on GSE_FileFuncLib_MountAllPakFiles"); \ +static_assert(offsetof(GSE_FileFuncLib_MountAllPakFiles, PakFolders) == 0x000000, "Member 'GSE_FileFuncLib_MountAllPakFiles::PakFolders' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_MountAllPakFiles, ReturnValue) == 0x000010, "Member 'GSE_FileFuncLib_MountAllPakFiles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_MountPak \ +static_assert(alignof(GSE_FileFuncLib_MountPak) == 0x000008, "Wrong alignment on GSE_FileFuncLib_MountPak"); \ +static_assert(sizeof(GSE_FileFuncLib_MountPak) == 0x000018, "Wrong size on GSE_FileFuncLib_MountPak"); \ +static_assert(offsetof(GSE_FileFuncLib_MountPak, InPakFilename) == 0x000000, "Member 'GSE_FileFuncLib_MountPak::InPakFilename' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_MountPak, PakOrder) == 0x000010, "Member 'GSE_FileFuncLib_MountPak::PakOrder' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_MountPak, ReturnValue) == 0x000014, "Member 'GSE_FileFuncLib_MountPak::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_MountPakWithInPath \ +static_assert(alignof(GSE_FileFuncLib_MountPakWithInPath) == 0x000008, "Wrong alignment on GSE_FileFuncLib_MountPakWithInPath"); \ +static_assert(sizeof(GSE_FileFuncLib_MountPakWithInPath) == 0x000030, "Wrong size on GSE_FileFuncLib_MountPakWithInPath"); \ +static_assert(offsetof(GSE_FileFuncLib_MountPakWithInPath, InPakFilename) == 0x000000, "Member 'GSE_FileFuncLib_MountPakWithInPath::InPakFilename' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_MountPakWithInPath, PakOrder) == 0x000010, "Member 'GSE_FileFuncLib_MountPakWithInPath::PakOrder' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_MountPakWithInPath, InPath) == 0x000018, "Member 'GSE_FileFuncLib_MountPakWithInPath::InPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_MountPakWithInPath, ReturnValue) == 0x000028, "Member 'GSE_FileFuncLib_MountPakWithInPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_ReadFile \ +static_assert(alignof(GSE_FileFuncLib_ReadFile) == 0x000008, "Wrong alignment on GSE_FileFuncLib_ReadFile"); \ +static_assert(sizeof(GSE_FileFuncLib_ReadFile) == 0x000028, "Wrong size on GSE_FileFuncLib_ReadFile"); \ +static_assert(offsetof(GSE_FileFuncLib_ReadFile, Path) == 0x000000, "Member 'GSE_FileFuncLib_ReadFile::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_ReadFile, BytesToRead) == 0x000010, "Member 'GSE_FileFuncLib_ReadFile::BytesToRead' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_ReadFile, ReturnValue) == 0x000020, "Member 'GSE_FileFuncLib_ReadFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FileFuncLib_WriteFile \ +static_assert(alignof(GSE_FileFuncLib_WriteFile) == 0x000008, "Wrong alignment on GSE_FileFuncLib_WriteFile"); \ +static_assert(sizeof(GSE_FileFuncLib_WriteFile) == 0x000028, "Wrong size on GSE_FileFuncLib_WriteFile"); \ +static_assert(offsetof(GSE_FileFuncLib_WriteFile, Path) == 0x000000, "Member 'GSE_FileFuncLib_WriteFile::Path' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_WriteFile, BytesToWrite) == 0x000010, "Member 'GSE_FileFuncLib_WriteFile::BytesToWrite' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_WriteFile, bAppend) == 0x000020, "Member 'GSE_FileFuncLib_WriteFile::bAppend' has a wrong offset!"); \ +static_assert(offsetof(GSE_FileFuncLib_WriteFile, ReturnValue) == 0x000021, "Member 'GSE_FileFuncLib_WriteFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_FileFuncLib \ +static_assert(alignof(UGSE_FileFuncLib) == 0x000008, "Wrong alignment on UGSE_FileFuncLib"); \ +static_assert(sizeof(UGSE_FileFuncLib) == 0x000028, "Wrong size on UGSE_FileFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam \ +static_assert(alignof(GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam) == 0x000008, "Wrong alignment on GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam"); \ +static_assert(sizeof(GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam) == 0x000038, "Wrong size on GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam"); \ +static_assert(offsetof(GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam, OutParamCS) == 0x000000, "Member 'GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam::OutParamCS' has a wrong offset!"); \ +static_assert(offsetof(GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam, ReturnValue) == 0x000030, "Member 'GSE_GameIntentFuncLib_GetCachedActivityIntentReceivedParam::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_GameIntentFuncLib \ +static_assert(alignof(UGSE_GameIntentFuncLib) == 0x000008, "Wrong alignment on UGSE_GameIntentFuncLib"); \ +static_assert(sizeof(UGSE_GameIntentFuncLib) == 0x000028, "Wrong size on UGSE_GameIntentFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_GamePresetsFuncLib_GetPlatformGamePresets \ +static_assert(alignof(GSE_GamePresetsFuncLib_GetPlatformGamePresets) == 0x000004, "Wrong alignment on GSE_GamePresetsFuncLib_GetPlatformGamePresets"); \ +static_assert(sizeof(GSE_GamePresetsFuncLib_GetPlatformGamePresets) == 0x000024, "Wrong size on GSE_GamePresetsFuncLib_GetPlatformGamePresets"); \ +static_assert(offsetof(GSE_GamePresetsFuncLib_GetPlatformGamePresets, GamePresets) == 0x000000, "Member 'GSE_GamePresetsFuncLib_GetPlatformGamePresets::GamePresets' has a wrong offset!"); \ +static_assert(offsetof(GSE_GamePresetsFuncLib_GetPlatformGamePresets, ReturnValue) == 0x000020, "Member 'GSE_GamePresetsFuncLib_GetPlatformGamePresets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_GamePresetsFuncLib \ +static_assert(alignof(UGSE_GamePresetsFuncLib) == 0x000008, "Wrong alignment on UGSE_GamePresetsFuncLib"); \ +static_assert(sizeof(UGSE_GamePresetsFuncLib) == 0x000028, "Wrong size on UGSE_GamePresetsFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_GridlyFuncLib_GetSupportCultures \ +static_assert(alignof(GSE_GridlyFuncLib_GetSupportCultures) == 0x000008, "Wrong alignment on GSE_GridlyFuncLib_GetSupportCultures"); \ +static_assert(sizeof(GSE_GridlyFuncLib_GetSupportCultures) == 0x000010, "Wrong size on GSE_GridlyFuncLib_GetSupportCultures"); \ +static_assert(offsetof(GSE_GridlyFuncLib_GetSupportCultures, ReturnValue) == 0x000000, "Member 'GSE_GridlyFuncLib_GetSupportCultures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GridlyFuncLib_RequestPage \ +static_assert(alignof(GSE_GridlyFuncLib_RequestPage) == 0x000008, "Wrong alignment on GSE_GridlyFuncLib_RequestPage"); \ +static_assert(sizeof(GSE_GridlyFuncLib_RequestPage) == 0x000008, "Wrong size on GSE_GridlyFuncLib_RequestPage"); \ +static_assert(offsetof(GSE_GridlyFuncLib_RequestPage, Obj) == 0x000000, "Member 'GSE_GridlyFuncLib_RequestPage::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_GridlyFuncLib \ +static_assert(alignof(UGSE_GridlyFuncLib) == 0x000008, "Wrong alignment on UGSE_GridlyFuncLib"); \ +static_assert(sizeof(UGSE_GridlyFuncLib) == 0x000028, "Wrong size on UGSE_GridlyFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_ApplyGSGameResolutionSettings \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_ApplyGSGameResolutionSettings) == 0x000001, "Wrong alignment on GSE_GSGameSettingsFuncLib_ApplyGSGameResolutionSettings"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_ApplyGSGameResolutionSettings) == 0x000001, "Wrong size on GSE_GSGameSettingsFuncLib_ApplyGSGameResolutionSettings"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_ApplyGSGameResolutionSettings, bSaveSettings) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_ApplyGSGameResolutionSettings::bSaveSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_ApplyGSGameSettings \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_ApplyGSGameSettings) == 0x000001, "Wrong alignment on GSE_GSGameSettingsFuncLib_ApplyGSGameSettings"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_ApplyGSGameSettings) == 0x000001, "Wrong size on GSE_GSGameSettingsFuncLib_ApplyGSGameSettings"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_ApplyGSGameSettings, bSaveSettings) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_ApplyGSGameSettings::bSaveSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_GetCurGameMainScreen \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_GetCurGameMainScreen) == 0x000004, "Wrong alignment on GSE_GSGameSettingsFuncLib_GetCurGameMainScreen"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_GetCurGameMainScreen) == 0x000004, "Wrong size on GSE_GSGameSettingsFuncLib_GetCurGameMainScreen"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetCurGameMainScreen, ReturnValue) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_GetCurGameMainScreen::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_GetDefaultLanguage \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_GetDefaultLanguage) == 0x000008, "Wrong alignment on GSE_GSGameSettingsFuncLib_GetDefaultLanguage"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_GetDefaultLanguage) == 0x000010, "Wrong size on GSE_GSGameSettingsFuncLib_GetDefaultLanguage"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetDefaultLanguage, ReturnValue) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_GetDefaultLanguage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_GetGRHISupportsRayTracing \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_GetGRHISupportsRayTracing) == 0x000001, "Wrong alignment on GSE_GSGameSettingsFuncLib_GetGRHISupportsRayTracing"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_GetGRHISupportsRayTracing) == 0x000001, "Wrong size on GSE_GSGameSettingsFuncLib_GetGRHISupportsRayTracing"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetGRHISupportsRayTracing, ReturnValue) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_GetGRHISupportsRayTracing::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_GetIsHDRViewport \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_GetIsHDRViewport) == 0x000008, "Wrong alignment on GSE_GSGameSettingsFuncLib_GetIsHDRViewport"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_GetIsHDRViewport) == 0x000010, "Wrong size on GSE_GSGameSettingsFuncLib_GetIsHDRViewport"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetIsHDRViewport, World) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_GetIsHDRViewport::World' has a wrong offset!"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetIsHDRViewport, ReturnValue) == 0x000008, "Member 'GSE_GSGameSettingsFuncLib_GetIsHDRViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_GetIsPS5Pro \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_GetIsPS5Pro) == 0x000001, "Wrong alignment on GSE_GSGameSettingsFuncLib_GetIsPS5Pro"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_GetIsPS5Pro) == 0x000001, "Wrong size on GSE_GSGameSettingsFuncLib_GetIsPS5Pro"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetIsPS5Pro, ReturnValue) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_GetIsPS5Pro::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_GetMainMonitorID \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_GetMainMonitorID) == 0x000008, "Wrong alignment on GSE_GSGameSettingsFuncLib_GetMainMonitorID"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_GetMainMonitorID) == 0x000010, "Wrong size on GSE_GSGameSettingsFuncLib_GetMainMonitorID"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetMainMonitorID, ReturnValue) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_GetMainMonitorID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_GetRHIAdapterName \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_GetRHIAdapterName) == 0x000008, "Wrong alignment on GSE_GSGameSettingsFuncLib_GetRHIAdapterName"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_GetRHIAdapterName) == 0x000010, "Wrong size on GSE_GSGameSettingsFuncLib_GetRHIAdapterName"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_GetRHIAdapterName, ReturnValue) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_GetRHIAdapterName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_IsLowFeatureLevelGPU \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_IsLowFeatureLevelGPU) == 0x000001, "Wrong alignment on GSE_GSGameSettingsFuncLib_IsLowFeatureLevelGPU"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_IsLowFeatureLevelGPU) == 0x000001, "Wrong size on GSE_GSGameSettingsFuncLib_IsLowFeatureLevelGPU"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_IsLowFeatureLevelGPU, ReturnValue) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_IsLowFeatureLevelGPU::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_SetRayTracingQuality \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_SetRayTracingQuality) == 0x000004, "Wrong alignment on GSE_GSGameSettingsFuncLib_SetRayTracingQuality"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_SetRayTracingQuality) == 0x000004, "Wrong size on GSE_GSGameSettingsFuncLib_SetRayTracingQuality"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_SetRayTracingQuality, RTXLevel) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_SetRayTracingQuality::RTXLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_GSGameSettingsFuncLib_SetXeSSPercentage \ +static_assert(alignof(GSE_GSGameSettingsFuncLib_SetXeSSPercentage) == 0x000004, "Wrong alignment on GSE_GSGameSettingsFuncLib_SetXeSSPercentage"); \ +static_assert(sizeof(GSE_GSGameSettingsFuncLib_SetXeSSPercentage) == 0x000004, "Wrong size on GSE_GSGameSettingsFuncLib_SetXeSSPercentage"); \ +static_assert(offsetof(GSE_GSGameSettingsFuncLib_SetXeSSPercentage, Percentage) == 0x000000, "Member 'GSE_GSGameSettingsFuncLib_SetXeSSPercentage::Percentage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_GSGameSettingsFuncLib \ +static_assert(alignof(UGSE_GSGameSettingsFuncLib) == 0x000008, "Wrong alignment on UGSE_GSGameSettingsFuncLib"); \ +static_assert(sizeof(UGSE_GSGameSettingsFuncLib) == 0x000028, "Wrong size on UGSE_GSGameSettingsFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_LandscapeFuncLib_AddLocationsToStreamingManager \ +static_assert(alignof(GSE_LandscapeFuncLib_AddLocationsToStreamingManager) == 0x000008, "Wrong alignment on GSE_LandscapeFuncLib_AddLocationsToStreamingManager"); \ +static_assert(sizeof(GSE_LandscapeFuncLib_AddLocationsToStreamingManager) == 0x000018, "Wrong size on GSE_LandscapeFuncLib_AddLocationsToStreamingManager"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_AddLocationsToStreamingManager, Locations) == 0x000000, "Member 'GSE_LandscapeFuncLib_AddLocationsToStreamingManager::Locations' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_AddLocationsToStreamingManager, Duration) == 0x000010, "Member 'GSE_LandscapeFuncLib_AddLocationsToStreamingManager::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_LandscapeFuncLib_GetLandscapeOriginOffset \ +static_assert(alignof(GSE_LandscapeFuncLib_GetLandscapeOriginOffset) == 0x000008, "Wrong alignment on GSE_LandscapeFuncLib_GetLandscapeOriginOffset"); \ +static_assert(sizeof(GSE_LandscapeFuncLib_GetLandscapeOriginOffset) == 0x000020, "Wrong size on GSE_LandscapeFuncLib_GetLandscapeOriginOffset"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_GetLandscapeOriginOffset, LandscapeActor) == 0x000000, "Member 'GSE_LandscapeFuncLib_GetLandscapeOriginOffset::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_GetLandscapeOriginOffset, ReturnValue) == 0x000008, "Member 'GSE_LandscapeFuncLib_GetLandscapeOriginOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_LandscapeFuncLib_RecreateLandscapeActorByProxy \ +static_assert(alignof(GSE_LandscapeFuncLib_RecreateLandscapeActorByProxy) == 0x000008, "Wrong alignment on GSE_LandscapeFuncLib_RecreateLandscapeActorByProxy"); \ +static_assert(sizeof(GSE_LandscapeFuncLib_RecreateLandscapeActorByProxy) == 0x000008, "Wrong size on GSE_LandscapeFuncLib_RecreateLandscapeActorByProxy"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_RecreateLandscapeActorByProxy, LandscapeProxy) == 0x000000, "Member 'GSE_LandscapeFuncLib_RecreateLandscapeActorByProxy::LandscapeProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex \ +static_assert(alignof(GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex) == 0x000008, "Wrong alignment on GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex"); \ +static_assert(sizeof(GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex) == 0x000040, "Wrong size on GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex, PackagePath) == 0x000000, "Member 'GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex, AssetName) == 0x000010, "Member 'GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex::AssetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex, LandscapeActor) == 0x000020, "Member 'GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex, LayerName) == 0x000028, "Member 'GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex::LayerName' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex, ReturnValue) == 0x000038, "Member 'GSE_LandscapeFuncLib_SaveLandscapeLayerWeightTex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_LandscapeFuncLib_SaveLandscapeWeight \ +static_assert(alignof(GSE_LandscapeFuncLib_SaveLandscapeWeight) == 0x000008, "Wrong alignment on GSE_LandscapeFuncLib_SaveLandscapeWeight"); \ +static_assert(sizeof(GSE_LandscapeFuncLib_SaveLandscapeWeight) == 0x000030, "Wrong size on GSE_LandscapeFuncLib_SaveLandscapeWeight"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeWeight, PackagePath) == 0x000000, "Member 'GSE_LandscapeFuncLib_SaveLandscapeWeight::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeWeight, LandscapeActor) == 0x000010, "Member 'GSE_LandscapeFuncLib_SaveLandscapeWeight::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_LandscapeFuncLib_SaveLandscapeWeight, ReturnValue) == 0x000018, "Member 'GSE_LandscapeFuncLib_SaveLandscapeWeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_LandscapeFuncLib \ +static_assert(alignof(UGSE_LandscapeFuncLib) == 0x000008, "Wrong alignment on UGSE_LandscapeFuncLib"); \ +static_assert(sizeof(UGSE_LandscapeFuncLib) == 0x000028, "Wrong size on UGSE_LandscapeFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_NavigationFuncLib_SetCollisionNavAreaClass \ +static_assert(alignof(GSE_NavigationFuncLib_SetCollisionNavAreaClass) == 0x000008, "Wrong alignment on GSE_NavigationFuncLib_SetCollisionNavAreaClass"); \ +static_assert(sizeof(GSE_NavigationFuncLib_SetCollisionNavAreaClass) == 0x000010, "Wrong size on GSE_NavigationFuncLib_SetCollisionNavAreaClass"); \ +static_assert(offsetof(GSE_NavigationFuncLib_SetCollisionNavAreaClass, Collision) == 0x000000, "Member 'GSE_NavigationFuncLib_SetCollisionNavAreaClass::Collision' has a wrong offset!"); \ +static_assert(offsetof(GSE_NavigationFuncLib_SetCollisionNavAreaClass, AreaClass) == 0x000008, "Member 'GSE_NavigationFuncLib_SetCollisionNavAreaClass::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle \ +static_assert(alignof(GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle) == 0x000008, "Wrong alignment on GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle"); \ +static_assert(sizeof(GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle) == 0x000010, "Wrong size on GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle"); \ +static_assert(offsetof(GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle, Collision) == 0x000000, "Member 'GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle::Collision' has a wrong offset!"); \ +static_assert(offsetof(GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle, bDynamicObstacle) == 0x000008, "Member 'GSE_NavigationFuncLib_SetCollisionNavDynamicObstacle::bDynamicObstacle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_NavigationFuncLib \ +static_assert(alignof(UGSE_NavigationFuncLib) == 0x000008, "Wrong alignment on UGSE_NavigationFuncLib"); \ +static_assert(sizeof(UGSE_NavigationFuncLib) == 0x000028, "Wrong size on UGSE_NavigationFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_FQualifiedTimeAsSeconds \ +static_assert(alignof(GSE_SequencerFuncLib_FQualifiedTimeAsSeconds) == 0x000004, "Wrong alignment on GSE_SequencerFuncLib_FQualifiedTimeAsSeconds"); \ +static_assert(sizeof(GSE_SequencerFuncLib_FQualifiedTimeAsSeconds) == 0x000014, "Wrong size on GSE_SequencerFuncLib_FQualifiedTimeAsSeconds"); \ +static_assert(offsetof(GSE_SequencerFuncLib_FQualifiedTimeAsSeconds, FrameTime) == 0x000000, "Member 'GSE_SequencerFuncLib_FQualifiedTimeAsSeconds::FrameTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_FQualifiedTimeAsSeconds, ReturnValue) == 0x000010, "Member 'GSE_SequencerFuncLib_FQualifiedTimeAsSeconds::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName \ +static_assert(alignof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName"); \ +static_assert(sizeof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName) == 0x000028, "Wrong size on GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName, LevelSequence) == 0x000000, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName, TargetName) == 0x000008, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName, ReturnValue) == 0x000010, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName \ +static_assert(alignof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName"); \ +static_assert(sizeof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName) == 0x000028, "Wrong size on GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName, LevelSequence) == 0x000000, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName, TargetName) == 0x000008, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName, ReturnValue) == 0x000010, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS \ +static_assert(alignof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS"); \ +static_assert(sizeof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS) == 0x000028, "Wrong size on GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS, LevelSequence) == 0x000000, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS, TargetName) == 0x000008, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS, ReturnValue) == 0x000010, "Member 'GSE_SequencerFuncLib_GetLevelSequenceBindingIDByNameCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS \ +static_assert(alignof(GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS) == 0x000004, "Wrong alignment on GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS"); \ +static_assert(sizeof(GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS) == 0x00001C, "Wrong size on GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS"); \ +static_assert(offsetof(GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS, BindID) == 0x000000, "Member 'GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS::BindID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS, ReturnValue) == 0x000018, "Member 'GSE_SequencerFuncLib_IsMovieSceneObjectBindingIDValidCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS \ +static_assert(alignof(GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS"); \ +static_assert(sizeof(GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS) == 0x000030, "Wrong size on GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS"); \ +static_assert(offsetof(GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS, LevelSequence) == 0x000000, "Member 'GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS, BindingID) == 0x000008, "Member 'GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS::BindingID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS, BindObj) == 0x000020, "Member 'GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS::BindObj' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS, Ctx) == 0x000028, "Member 'GSE_SequencerFuncLib_LevelSequenceBindPossessableObjectCS::Ctx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS \ +static_assert(alignof(GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS"); \ +static_assert(sizeof(GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS) == 0x000020, "Wrong size on GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS"); \ +static_assert(offsetof(GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS, LevelSequence) == 0x000000, "Member 'GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS::LevelSequence' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS, BindingID) == 0x000008, "Member 'GSE_SequencerFuncLib_LevelSequenceUnbindPossessableObjectCS::BindingID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_SequenceActorAddBindingCS \ +static_assert(alignof(GSE_SequencerFuncLib_SequenceActorAddBindingCS) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_SequenceActorAddBindingCS"); \ +static_assert(sizeof(GSE_SequencerFuncLib_SequenceActorAddBindingCS) == 0x000028, "Wrong size on GSE_SequencerFuncLib_SequenceActorAddBindingCS"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorAddBindingCS, SeqActor) == 0x000000, "Member 'GSE_SequencerFuncLib_SequenceActorAddBindingCS::SeqActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorAddBindingCS, BindingID) == 0x000008, "Member 'GSE_SequencerFuncLib_SequenceActorAddBindingCS::BindingID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorAddBindingCS, Actor) == 0x000020, "Member 'GSE_SequencerFuncLib_SequenceActorAddBindingCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_SequenceActorInitPlayerCS \ +static_assert(alignof(GSE_SequencerFuncLib_SequenceActorInitPlayerCS) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_SequenceActorInitPlayerCS"); \ +static_assert(sizeof(GSE_SequencerFuncLib_SequenceActorInitPlayerCS) == 0x000018, "Wrong size on GSE_SequencerFuncLib_SequenceActorInitPlayerCS"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorInitPlayerCS, SeqActor) == 0x000000, "Member 'GSE_SequencerFuncLib_SequenceActorInitPlayerCS::SeqActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorInitPlayerCS, Lvl) == 0x000008, "Member 'GSE_SequencerFuncLib_SequenceActorInitPlayerCS::Lvl' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorInitPlayerCS, LevelSeq) == 0x000010, "Member 'GSE_SequencerFuncLib_SequenceActorInitPlayerCS::LevelSeq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_SequenceActorSetBindingByName \ +static_assert(alignof(GSE_SequencerFuncLib_SequenceActorSetBindingByName) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_SequenceActorSetBindingByName"); \ +static_assert(sizeof(GSE_SequencerFuncLib_SequenceActorSetBindingByName) == 0x000028, "Wrong size on GSE_SequencerFuncLib_SequenceActorSetBindingByName"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorSetBindingByName, SequenceActor) == 0x000000, "Member 'GSE_SequencerFuncLib_SequenceActorSetBindingByName::SequenceActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorSetBindingByName, TargetName) == 0x000008, "Member 'GSE_SequencerFuncLib_SequenceActorSetBindingByName::TargetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorSetBindingByName, Actors) == 0x000010, "Member 'GSE_SequencerFuncLib_SequenceActorSetBindingByName::Actors' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorSetBindingByName, bUseDisplayName) == 0x000020, "Member 'GSE_SequencerFuncLib_SequenceActorSetBindingByName::bUseDisplayName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceActorSetBindingByName, ReturnValue) == 0x000021, "Member 'GSE_SequencerFuncLib_SequenceActorSetBindingByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_SequenceMasterAutoBind \ +static_assert(alignof(GSE_SequencerFuncLib_SequenceMasterAutoBind) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_SequenceMasterAutoBind"); \ +static_assert(sizeof(GSE_SequencerFuncLib_SequenceMasterAutoBind) == 0x000018, "Wrong size on GSE_SequencerFuncLib_SequenceMasterAutoBind"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceMasterAutoBind, SequenceActor) == 0x000000, "Member 'GSE_SequencerFuncLib_SequenceMasterAutoBind::SequenceActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceMasterAutoBind, MasterActor) == 0x000008, "Member 'GSE_SequencerFuncLib_SequenceMasterAutoBind::MasterActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceMasterAutoBind, ReturnValue) == 0x000010, "Member 'GSE_SequencerFuncLib_SequenceMasterAutoBind::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SequencerFuncLib_SequenceSetClockSource \ +static_assert(alignof(GSE_SequencerFuncLib_SequenceSetClockSource) == 0x000008, "Wrong alignment on GSE_SequencerFuncLib_SequenceSetClockSource"); \ +static_assert(sizeof(GSE_SequencerFuncLib_SequenceSetClockSource) == 0x000010, "Wrong size on GSE_SequencerFuncLib_SequenceSetClockSource"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceSetClockSource, SequencePlayer) == 0x000000, "Member 'GSE_SequencerFuncLib_SequenceSetClockSource::SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceSetClockSource, ClockSource) == 0x000008, "Member 'GSE_SequencerFuncLib_SequenceSetClockSource::ClockSource' has a wrong offset!"); \ +static_assert(offsetof(GSE_SequencerFuncLib_SequenceSetClockSource, ReturnValue) == 0x000009, "Member 'GSE_SequencerFuncLib_SequenceSetClockSource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SequencerFuncLib \ +static_assert(alignof(UGSE_SequencerFuncLib) == 0x000008, "Wrong alignment on UGSE_SequencerFuncLib"); \ +static_assert(sizeof(UGSE_SequencerFuncLib) == 0x000028, "Wrong size on UGSE_SequencerFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_BakeSkinInfoToUVs \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_BakeSkinInfoToUVs) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_BakeSkinInfoToUVs"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_BakeSkinInfoToUVs) == 0x000008, "Wrong size on GSE_SkeletalMeshFuncLib_BakeSkinInfoToUVs"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_BakeSkinInfoToUVs, TargetSkeletalMesh) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_BakeSkinInfoToUVs::TargetSkeletalMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName) == 0x000020, "Wrong size on GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName, SkMeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName, BoneName) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName, bGetWelded) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName::bGetWelded' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName, ReturnValue) == 0x000014, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceCollisionProfileName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable) == 0x000018, "Wrong size on GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable, SkMeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable, BoneName) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable, ShapeIndex) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable::ShapeIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable, bGetWelded) == 0x000014, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable::bGetWelded' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable, ReturnValue) == 0x000015, "Member 'GSE_SkeletalMeshFuncLib_GetBodyInstanceShapeCollisionEnable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum) == 0x000010, "Wrong size on GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum, LODSettings) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum::LODSettings' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum, ReturnValue) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_GetLODSettingsGroupNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials) == 0x000010, "Wrong size on GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials, SKComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials::SKComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials, ReturnValue) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_GetNumOverrideMaterials::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_GetRefPoseTransform \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_GetRefPoseTransform) == 0x000010, "Wrong alignment on GSE_SkeletalMeshFuncLib_GetRefPoseTransform"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_GetRefPoseTransform) == 0x000070, "Wrong size on GSE_SkeletalMeshFuncLib_GetRefPoseTransform"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetRefPoseTransform, MeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_GetRefPoseTransform::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetRefPoseTransform, BoneIndex) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_GetRefPoseTransform::BoneIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetRefPoseTransform, bIsLocal) == 0x00000C, "Member 'GSE_SkeletalMeshFuncLib_GetRefPoseTransform::bIsLocal' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetRefPoseTransform, ReturnValue) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_GetRefPoseTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_GetUROResult \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_GetUROResult) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_GetUROResult"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_GetUROResult) == 0x000010, "Wrong size on GSE_SkeletalMeshFuncLib_GetUROResult"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetUROResult, OwnerActor) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_GetUROResult::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetUROResult, OutAccumulatedDeltaTime) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_GetUROResult::OutAccumulatedDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GetUROResult, ReturnValue) == 0x00000C, "Member 'GSE_SkeletalMeshFuncLib_GetUROResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled) == 0x000010, "Wrong size on GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled, SKComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled::SKComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled, bVal) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_GS_SetEndPhysicsTickEnabled::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_IsCPUAccess \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_IsCPUAccess) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_IsCPUAccess"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_IsCPUAccess) == 0x000010, "Wrong size on GSE_SkeletalMeshFuncLib_IsCPUAccess"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_IsCPUAccess, SKMesh) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_IsCPUAccess::SKMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_IsCPUAccess, ReturnValue) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_IsCPUAccess::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled) == 0x000010, "Wrong size on GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled, SKComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled::SKComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled, Type) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled::Type' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled, bUpdateFilterData) == 0x000009, "Member 'GSE_SkeletalMeshFuncLib_SetAllBodiesShapeCollisionEnabled::bUpdateFilterData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld) == 0x000018, "Wrong size on GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld, SkMeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld, BoneName) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld, bAutoWeld) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld::bAutoWeld' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld, bGetWelded) == 0x000011, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceAutoWeld::bGetWelded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable) == 0x000018, "Wrong size on GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable, SkMeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable, BoneName) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable, NewType) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable::NewType' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable, bUpdatePhysicsFilterData) == 0x000011, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable::bUpdatePhysicsFilterData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable, bGetWelded) == 0x000012, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionEnable::bGetWelded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName) == 0x000020, "Wrong size on GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName, SkMeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName, BoneName) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName, InCollisionProfileName) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName::InCollisionProfileName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName, bGetWelded) == 0x000018, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceCollisionProfileName::bGetWelded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable) == 0x000018, "Wrong size on GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable, SkMeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable::SkMeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable, BoneName) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable::BoneName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable, ShapeIndex) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable::ShapeIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable, NewType) == 0x000014, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable::NewType' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable, bUpdatePhysicsFilterData) == 0x000015, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable::bUpdatePhysicsFilterData' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable, bGetWelded) == 0x000016, "Member 'GSE_SkeletalMeshFuncLib_SetBodyInstanceShapeCollisionEnable::bGetWelded' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials) == 0x000018, "Wrong size on GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials, MeshComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials, ParameterName) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials, ParameterValue) == 0x000010, "Member 'GSE_SkeletalMeshFuncLib_SetTextureParameterValueOnMaterials::ParameterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize) == 0x000010, "Wrong size on GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize, SKComp) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize::SKComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize, bVal) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_SetUpdateOverlapsOnAnimationFinalize::bVal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SkeletalMeshFuncLib_UpdateUROParams \ +static_assert(alignof(GSE_SkeletalMeshFuncLib_UpdateUROParams) == 0x000008, "Wrong alignment on GSE_SkeletalMeshFuncLib_UpdateUROParams"); \ +static_assert(sizeof(GSE_SkeletalMeshFuncLib_UpdateUROParams) == 0x000020, "Wrong size on GSE_SkeletalMeshFuncLib_UpdateUROParams"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_UpdateUROParams, OwnerActor) == 0x000000, "Member 'GSE_SkeletalMeshFuncLib_UpdateUROParams::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_UpdateUROParams, BaseVisibleDistanceFactorThesholds) == 0x000008, "Member 'GSE_SkeletalMeshFuncLib_UpdateUROParams::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ +static_assert(offsetof(GSE_SkeletalMeshFuncLib_UpdateUROParams, BaseNonRenderedUpdateRate) == 0x000018, "Member 'GSE_SkeletalMeshFuncLib_UpdateUROParams::BaseNonRenderedUpdateRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SkeletalMeshFuncLib \ +static_assert(alignof(UGSE_SkeletalMeshFuncLib) == 0x000008, "Wrong alignment on UGSE_SkeletalMeshFuncLib"); \ +static_assert(sizeof(UGSE_SkeletalMeshFuncLib) == 0x000028, "Wrong size on UGSE_SkeletalMeshFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_GetCollisionComplexity \ +static_assert(alignof(GSE_StaticMeshFunLib_GetCollisionComplexity) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_GetCollisionComplexity"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_GetCollisionComplexity) == 0x000010, "Wrong size on GSE_StaticMeshFunLib_GetCollisionComplexity"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetCollisionComplexity, TargetStaticMesh) == 0x000000, "Member 'GSE_StaticMeshFunLib_GetCollisionComplexity::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetCollisionComplexity, ReturnValue) == 0x000008, "Member 'GSE_StaticMeshFunLib_GetCollisionComplexity::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers \ +static_assert(alignof(GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers) == 0x000010, "Wrong size on GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers, TargetStaticMesh) == 0x000000, "Member 'GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers, ReturnValue) == 0x000008, "Member 'GSE_StaticMeshFunLib_GetCollisionPremitiveNumbers::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_GetCustomPrimitiveData \ +static_assert(alignof(GSE_StaticMeshFunLib_GetCustomPrimitiveData) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_GetCustomPrimitiveData"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_GetCustomPrimitiveData) == 0x000018, "Wrong size on GSE_StaticMeshFunLib_GetCustomPrimitiveData"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetCustomPrimitiveData, StaticMeshComponent) == 0x000000, "Member 'GSE_StaticMeshFunLib_GetCustomPrimitiveData::StaticMeshComponent' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetCustomPrimitiveData, ReturnValue) == 0x000008, "Member 'GSE_StaticMeshFunLib_GetCustomPrimitiveData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_GetStaticMeshMaterialNum \ +static_assert(alignof(GSE_StaticMeshFunLib_GetStaticMeshMaterialNum) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_GetStaticMeshMaterialNum"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_GetStaticMeshMaterialNum) == 0x000010, "Wrong size on GSE_StaticMeshFunLib_GetStaticMeshMaterialNum"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetStaticMeshMaterialNum, TargetStaticMesh) == 0x000000, "Member 'GSE_StaticMeshFunLib_GetStaticMeshMaterialNum::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_GetStaticMeshMaterialNum, ReturnValue) == 0x000008, "Member 'GSE_StaticMeshFunLib_GetStaticMeshMaterialNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_IsCPUAccess \ +static_assert(alignof(GSE_StaticMeshFunLib_IsCPUAccess) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_IsCPUAccess"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_IsCPUAccess) == 0x000010, "Wrong size on GSE_StaticMeshFunLib_IsCPUAccess"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_IsCPUAccess, StaticMesh) == 0x000000, "Member 'GSE_StaticMeshFunLib_IsCPUAccess::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_IsCPUAccess, ReturnValue) == 0x000008, "Member 'GSE_StaticMeshFunLib_IsCPUAccess::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_SetCollisionComplexity \ +static_assert(alignof(GSE_StaticMeshFunLib_SetCollisionComplexity) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_SetCollisionComplexity"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_SetCollisionComplexity) == 0x000010, "Wrong size on GSE_StaticMeshFunLib_SetCollisionComplexity"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetCollisionComplexity, TargetStaticMesh) == 0x000000, "Member 'GSE_StaticMeshFunLib_SetCollisionComplexity::TargetStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetCollisionComplexity, _CollisionTraceFlag) == 0x000008, "Member 'GSE_StaticMeshFunLib_SetCollisionComplexity::_CollisionTraceFlag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials \ +static_assert(alignof(GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials) == 0x000020, "Wrong size on GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials, MeshComp) == 0x000000, "Member 'GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials, ParamName) == 0x000008, "Member 'GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials::ParamName' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials, ParamValue) == 0x000010, "Member 'GSE_StaticMeshFunLib_SetLinearColorParameterValueOnMaterials::ParamValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_StaticMeshFunLib_SetStaticMeshActorVisibility \ +static_assert(alignof(GSE_StaticMeshFunLib_SetStaticMeshActorVisibility) == 0x000008, "Wrong alignment on GSE_StaticMeshFunLib_SetStaticMeshActorVisibility"); \ +static_assert(sizeof(GSE_StaticMeshFunLib_SetStaticMeshActorVisibility) == 0x000010, "Wrong size on GSE_StaticMeshFunLib_SetStaticMeshActorVisibility"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetStaticMeshActorVisibility, TargetActor) == 0x000000, "Member 'GSE_StaticMeshFunLib_SetStaticMeshActorVisibility::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetStaticMeshActorVisibility, Visible) == 0x000008, "Member 'GSE_StaticMeshFunLib_SetStaticMeshActorVisibility::Visible' has a wrong offset!"); \ +static_assert(offsetof(GSE_StaticMeshFunLib_SetStaticMeshActorVisibility, recurseToChildActor) == 0x000009, "Member 'GSE_StaticMeshFunLib_SetStaticMeshActorVisibility::recurseToChildActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_StaticMeshFunLib \ +static_assert(alignof(UGSE_StaticMeshFunLib) == 0x000008, "Wrong alignment on UGSE_StaticMeshFunLib"); \ +static_assert(sizeof(UGSE_StaticMeshFunLib) == 0x000028, "Wrong size on UGSE_StaticMeshFunLib"); \ + +#define DUMPER7_ASSERTS_GSE_SubsystemFunctionLibrary_GetEngineSubsystem \ +static_assert(alignof(GSE_SubsystemFunctionLibrary_GetEngineSubsystem) == 0x000008, "Wrong alignment on GSE_SubsystemFunctionLibrary_GetEngineSubsystem"); \ +static_assert(sizeof(GSE_SubsystemFunctionLibrary_GetEngineSubsystem) == 0x000010, "Wrong size on GSE_SubsystemFunctionLibrary_GetEngineSubsystem"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetEngineSubsystem, Class_0) == 0x000000, "Member 'GSE_SubsystemFunctionLibrary_GetEngineSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetEngineSubsystem, ReturnValue) == 0x000008, "Member 'GSE_SubsystemFunctionLibrary_GetEngineSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem \ +static_assert(alignof(GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem) == 0x000008, "Wrong alignment on GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem"); \ +static_assert(sizeof(GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem) == 0x000018, "Wrong size on GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem, ContextObject) == 0x000000, "Member 'GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem, Class_0) == 0x000008, "Member 'GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem, ReturnValue) == 0x000010, "Member 'GSE_SubsystemFunctionLibrary_GetGameInstanceSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem \ +static_assert(alignof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem) == 0x000008, "Wrong alignment on GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem"); \ +static_assert(sizeof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem) == 0x000018, "Wrong size on GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem, ContextObject) == 0x000000, "Member 'GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem, Class_0) == 0x000008, "Member 'GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem, ReturnValue) == 0x000010, "Member 'GSE_SubsystemFunctionLibrary_GetLocalPlayerSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController \ +static_assert(alignof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000008, "Wrong alignment on GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ +static_assert(sizeof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController) == 0x000018, "Wrong size on GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController, PlayerController) == 0x000000, "Member 'GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController, Class_0) == 0x000008, "Member 'GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController, ReturnValue) == 0x000010, "Member 'GSE_SubsystemFunctionLibrary_GetLocalPlayerSubSystemFromPlayerController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SubsystemFunctionLibrary_GetWorldSubsystem \ +static_assert(alignof(GSE_SubsystemFunctionLibrary_GetWorldSubsystem) == 0x000008, "Wrong alignment on GSE_SubsystemFunctionLibrary_GetWorldSubsystem"); \ +static_assert(sizeof(GSE_SubsystemFunctionLibrary_GetWorldSubsystem) == 0x000018, "Wrong size on GSE_SubsystemFunctionLibrary_GetWorldSubsystem"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetWorldSubsystem, ContextObject) == 0x000000, "Member 'GSE_SubsystemFunctionLibrary_GetWorldSubsystem::ContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetWorldSubsystem, Class_0) == 0x000008, "Member 'GSE_SubsystemFunctionLibrary_GetWorldSubsystem::Class_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_SubsystemFunctionLibrary_GetWorldSubsystem, ReturnValue) == 0x000010, "Member 'GSE_SubsystemFunctionLibrary_GetWorldSubsystem::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SubsystemFunctionLibrary \ +static_assert(alignof(UGSE_SubsystemFunctionLibrary) == 0x000008, "Wrong alignment on UGSE_SubsystemFunctionLibrary"); \ +static_assert(sizeof(UGSE_SubsystemFunctionLibrary) == 0x000028, "Wrong size on UGSE_SubsystemFunctionLibrary"); \ + +#define DUMPER7_ASSERTS_GSE_SuperRSFuncLib_GetDLSSLisFeatureSupported \ +static_assert(alignof(GSE_SuperRSFuncLib_GetDLSSLisFeatureSupported) == 0x000001, "Wrong alignment on GSE_SuperRSFuncLib_GetDLSSLisFeatureSupported"); \ +static_assert(sizeof(GSE_SuperRSFuncLib_GetDLSSLisFeatureSupported) == 0x000001, "Wrong size on GSE_SuperRSFuncLib_GetDLSSLisFeatureSupported"); \ +static_assert(offsetof(GSE_SuperRSFuncLib_GetDLSSLisFeatureSupported, ReturnValue) == 0x000000, "Member 'GSE_SuperRSFuncLib_GetDLSSLisFeatureSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SuperRSFuncLib_GetIsDX12 \ +static_assert(alignof(GSE_SuperRSFuncLib_GetIsDX12) == 0x000001, "Wrong alignment on GSE_SuperRSFuncLib_GetIsDX12"); \ +static_assert(sizeof(GSE_SuperRSFuncLib_GetIsDX12) == 0x000001, "Wrong size on GSE_SuperRSFuncLib_GetIsDX12"); \ +static_assert(offsetof(GSE_SuperRSFuncLib_GetIsDX12, ReturnValue) == 0x000000, "Member 'GSE_SuperRSFuncLib_GetIsDX12::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SuperRSFuncLib_GetIsXeSSSupported \ +static_assert(alignof(GSE_SuperRSFuncLib_GetIsXeSSSupported) == 0x000001, "Wrong alignment on GSE_SuperRSFuncLib_GetIsXeSSSupported"); \ +static_assert(sizeof(GSE_SuperRSFuncLib_GetIsXeSSSupported) == 0x000001, "Wrong size on GSE_SuperRSFuncLib_GetIsXeSSSupported"); \ +static_assert(offsetof(GSE_SuperRSFuncLib_GetIsXeSSSupported, ReturnValue) == 0x000000, "Member 'GSE_SuperRSFuncLib_GetIsXeSSSupported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SuperRSFuncLib \ +static_assert(alignof(UGSE_SuperRSFuncLib) == 0x000008, "Wrong alignment on UGSE_SuperRSFuncLib"); \ +static_assert(sizeof(UGSE_SuperRSFuncLib) == 0x000028, "Wrong size on UGSE_SuperRSFuncLib"); \ + +#define DUMPER7_ASSERTS_UBenchmarkMonitorSubsystem \ +static_assert(alignof(UBenchmarkMonitorSubsystem) == 0x000008, "Wrong alignment on UBenchmarkMonitorSubsystem"); \ +static_assert(sizeof(UBenchmarkMonitorSubsystem) == 0x000058, "Wrong size on UBenchmarkMonitorSubsystem"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_ApplySystemSettings \ +static_assert(alignof(GSE_SystemSettingsFuncLib_ApplySystemSettings) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_ApplySystemSettings"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_ApplySystemSettings) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_ApplySystemSettings"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_ApplySystemSettings, bSaveSettings) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_ApplySystemSettings::bSaveSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent \ +static_assert(alignof(GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent, Obj) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent, FuncName) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_BGUBindOnCultureChangedEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange \ +static_assert(alignof(GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange, Obj) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange, FuncName) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_BGUBindOnMonitorAsPrimaryChange::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent \ +static_assert(alignof(GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent, Obj) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent, FuncName) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_BGUBindOnViewportResizedEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent \ +static_assert(alignof(GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent, Obj) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent, FuncName) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_BGUUnBindOnCultureChangedEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange \ +static_assert(alignof(GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange, Obj) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange, FuncName) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_BGUUnBindOnMonitorAsPrimaryChange::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent \ +static_assert(alignof(GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent, Obj) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent::Obj' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent, FuncName) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_BGUUnBindOnViewportResizedEvent::FuncName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_EngineSettingGetString \ +static_assert(alignof(GSE_SystemSettingsFuncLib_EngineSettingGetString) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_EngineSettingGetString"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_EngineSettingGetString) == 0x000030, "Wrong size on GSE_SystemSettingsFuncLib_EngineSettingGetString"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_EngineSettingGetString, Section) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_EngineSettingGetString::Section' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_EngineSettingGetString, Key) == 0x000010, "Member 'GSE_SystemSettingsFuncLib_EngineSettingGetString::Key' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_EngineSettingGetString, ReturnValue) == 0x000020, "Member 'GSE_SystemSettingsFuncLib_EngineSettingGetString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetAllMonitorInfo \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetAllMonitorInfo) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_GetAllMonitorInfo"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetAllMonitorInfo) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_GetAllMonitorInfo"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetAllMonitorInfo, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetAllMonitorInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetAntiLag2Supported \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetAntiLag2Supported) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_GetAntiLag2Supported"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetAntiLag2Supported) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_GetAntiLag2Supported"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetAntiLag2Supported, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetAntiLag2Supported::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory) == 0x000008, "Wrong size on GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory, InQueryType) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory::InQueryType' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory, ReturnValue) == 0x000004, "Member 'GSE_SystemSettingsFuncLib_GetAvailableGraphicsMemory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetAvailableResolutions \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetAvailableResolutions) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_GetAvailableResolutions"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetAvailableResolutions) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_GetAvailableResolutions"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetAvailableResolutions, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetAvailableResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID) == 0x000018, "Wrong size on GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID, InMonitorID) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID::InMonitorID' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID, ReturnValue) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_GetAvailableResolutionsByMonitorID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCPUUsedPercentage \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCPUUsedPercentage) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCPUUsedPercentage"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCPUUsedPercentage) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GetCPUUsedPercentage"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCPUUsedPercentage, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCPUUsedPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCPUUsedTime \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCPUUsedTime) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCPUUsedTime"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCPUUsedTime) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GetCPUUsedTime"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCPUUsedTime, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCPUUsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCurrentFPS \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCurrentFPS) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCurrentFPS"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCurrentFPS) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GetCurrentFPS"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentFPS, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCurrentFPS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCurrentResolution \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCurrentResolution) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCurrentResolution"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCurrentResolution) == 0x000008, "Wrong size on GSE_SystemSettingsFuncLib_GetCurrentResolution"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentResolution, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCurrentResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities) == 0x000014, "Wrong size on GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities, bLogInfo) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities::bLogInfo' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities, ReturnValue) == 0x000004, "Member 'GSE_SystemSettingsFuncLib_GetCurrentScalabilityQualities::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality) == 0x000014, "Wrong size on GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality, bLogInfo) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality::bLogInfo' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality, ReturnValue) == 0x000004, "Member 'GSE_SystemSettingsFuncLib_GetCurrentScalabilityQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCurrentScreenMode \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCurrentScreenMode) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCurrentScreenMode"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCurrentScreenMode) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_GetCurrentScreenMode"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentScreenMode, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCurrentScreenMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetCurrentScreenModeV2 \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetCurrentScreenModeV2) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_GetCurrentScreenModeV2"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetCurrentScreenModeV2) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_GetCurrentScreenModeV2"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetCurrentScreenModeV2, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetCurrentScreenModeV2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetFrameRateLimit \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetFrameRateLimit) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetFrameRateLimit"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetFrameRateLimit) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GetFrameRateLimit"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetFrameRateLimit, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetFrameRateLimit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetGPUUsedPercentage \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetGPUUsedPercentage) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetGPUUsedPercentage"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetGPUUsedPercentage) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GetGPUUsedPercentage"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetGPUUsedPercentage, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetGPUUsedPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetGPUUsedTime \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetGPUUsedTime) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetGPUUsedTime"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetGPUUsedTime) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GetGPUUsedTime"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetGPUUsedTime, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetGPUUsedTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo) == 0x000008, "Wrong size on GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo, InGraphicsMemoryMode) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo::InGraphicsMemoryMode' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo, ReturnValue) == 0x000004, "Member 'GSE_SystemSettingsFuncLib_GetGraphicsMemoryInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetGSystemResolution \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetGSystemResolution) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetGSystemResolution"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetGSystemResolution) == 0x000008, "Wrong size on GSE_SystemSettingsFuncLib_GetGSystemResolution"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetGSystemResolution, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetGSystemResolution::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetMaxRefreshRate \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetMaxRefreshRate) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetMaxRefreshRate"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetMaxRefreshRate) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GetMaxRefreshRate"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetMaxRefreshRate, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetMaxRefreshRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetProportionalResolutions \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetProportionalResolutions) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_GetProportionalResolutions"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetProportionalResolutions) == 0x000018, "Wrong size on GSE_SystemSettingsFuncLib_GetProportionalResolutions"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetProportionalResolutions, AspectRatio) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetProportionalResolutions::AspectRatio' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetProportionalResolutions, ReturnValue) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_GetProportionalResolutions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality) == 0x000014, "Wrong size on GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality, bLogInfo) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality::bLogInfo' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality, ReturnValue) == 0x000004, "Member 'GSE_SystemSettingsFuncLib_GetRecommendedScalabilityQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel) == 0x000008, "Wrong size on GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel, InQualityLevel) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel::InQualityLevel' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel, ReturnValue) == 0x000004, "Member 'GSE_SystemSettingsFuncLib_GetResolutionScaleFromQualityLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetScreenSize \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetScreenSize) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_GetScreenSize"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetScreenSize) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_GetScreenSize"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetScreenSize, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetScreenSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory) == 0x000008, "Wrong size on GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory, InQueryType) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory::InQueryType' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory, ReturnValue) == 0x000004, "Member 'GSE_SystemSettingsFuncLib_GetUsedGraphicsMemory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GetVSyncEnabled \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GetVSyncEnabled) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_GetVSyncEnabled"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GetVSyncEnabled) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_GetVSyncEnabled"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GetVSyncEnabled, ReturnValue) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GetVSyncEnabled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_GMChangeMonitorAsPrimary \ +static_assert(alignof(GSE_SystemSettingsFuncLib_GMChangeMonitorAsPrimary) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_GMChangeMonitorAsPrimary"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_GMChangeMonitorAsPrimary) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_GMChangeMonitorAsPrimary"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_GMChangeMonitorAsPrimary, MonitorIdx) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_GMChangeMonitorAsPrimary::MonitorIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetAntiAliasingQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetAntiAliasingQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetAntiAliasingQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetAntiAliasingQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetAntiAliasingQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetAntiAliasingQuality, InAntiAliasingQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetAntiAliasingQuality::InAntiAliasingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetEffectsQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetEffectsQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetEffectsQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetEffectsQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetEffectsQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetEffectsQuality, InEffectQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetEffectsQuality::InEffectQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetFoliageQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetFoliageQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetFoliageQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetFoliageQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetFoliageQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetFoliageQuality, InFoliageQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetFoliageQuality::InFoliageQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetFrameRateLimit \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetFrameRateLimit) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_SetFrameRateLimit"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetFrameRateLimit) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_SetFrameRateLimit"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetFrameRateLimit, InFrameRateLimit) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetFrameRateLimit::InFrameRateLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetGlobalIlluminationQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetGlobalIlluminationQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetGlobalIlluminationQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetGlobalIlluminationQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetGlobalIlluminationQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetGlobalIlluminationQuality, InGIQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetGlobalIlluminationQuality::InGIQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetMonitorAsPrimary \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetMonitorAsPrimary) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_SetMonitorAsPrimary"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetMonitorAsPrimary) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_SetMonitorAsPrimary"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetMonitorAsPrimary, MonitorID) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetMonitorAsPrimary::MonitorID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetMonitorAsPrimaryV2 \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetMonitorAsPrimaryV2) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_SetMonitorAsPrimaryV2"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetMonitorAsPrimaryV2) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_SetMonitorAsPrimaryV2"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetMonitorAsPrimaryV2, InMonitorID) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetMonitorAsPrimaryV2::InMonitorID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetPostProcessQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetPostProcessQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetPostProcessQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetPostProcessQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetPostProcessQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetPostProcessQuality, InPostProcessQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetPostProcessQuality::InPostProcessQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetPriorityMode \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetPriorityMode) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetPriorityMode"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetPriorityMode) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetPriorityMode"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetPriorityMode, InPriorityMode) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetPriorityMode::InPriorityMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetReflectionQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetReflectionQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetReflectionQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetReflectionQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetReflectionQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetReflectionQuality, InReflectionQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetReflectionQuality::InReflectionQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetResolutionQualityLevel \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetResolutionQualityLevel) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetResolutionQualityLevel"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetResolutionQualityLevel) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetResolutionQualityLevel"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetResolutionQualityLevel, InResolutionQualityLevel) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetResolutionQualityLevel::InResolutionQualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetResolutionQualityScale \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetResolutionQualityScale) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_SetResolutionQualityScale"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetResolutionQualityScale) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_SetResolutionQualityScale"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetResolutionQualityScale, InResolutionQualityScale) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetResolutionQualityScale::InResolutionQualityScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetScalabilityQualities \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetScalabilityQualities) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_SetScalabilityQualities"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetScalabilityQualities) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_SetScalabilityQualities"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetScalabilityQualities, Qualities) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetScalabilityQualities::Qualities' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetScalabilityQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetScalabilityQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetScalabilityQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetScalabilityQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetScalabilityQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetScalabilityQuality, TargetGSQualityLevel) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetScalabilityQuality::TargetGSQualityLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetScreenPos \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetScreenPos) == 0x000008, "Wrong alignment on GSE_SystemSettingsFuncLib_SetScreenPos"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetScreenPos) == 0x000010, "Wrong size on GSE_SystemSettingsFuncLib_SetScreenPos"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetScreenPos, position) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetScreenPos::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetShadingQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetShadingQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetShadingQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetShadingQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetShadingQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetShadingQuality, InShadingQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetShadingQuality::InShadingQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetShadowQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetShadowQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetShadowQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetShadowQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetShadowQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetShadowQuality, InShadowQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetShadowQuality::InShadowQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetTargetResolution \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetTargetResolution) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_SetTargetResolution"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetTargetResolution) == 0x00000C, "Wrong size on GSE_SystemSettingsFuncLib_SetTargetResolution"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetTargetResolution, TargetResolution) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetTargetResolution::TargetResolution' has a wrong offset!"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetTargetResolution, NeedFresh) == 0x000008, "Member 'GSE_SystemSettingsFuncLib_SetTargetResolution::NeedFresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetTargetScreenMode \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetTargetScreenMode) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetTargetScreenMode"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetTargetScreenMode) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetTargetScreenMode"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetTargetScreenMode, TargetScreenMode) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetTargetScreenMode::TargetScreenMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetTargetScreenModeV2 \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetTargetScreenModeV2) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetTargetScreenModeV2"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetTargetScreenModeV2) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetTargetScreenModeV2"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetTargetScreenModeV2, TargetWindowMode) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetTargetScreenModeV2::TargetWindowMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetTextureQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetTextureQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetTextureQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetTextureQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetTextureQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetTextureQuality, InTextureQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetTextureQuality::InTextureQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetViewDistanceQuality \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetViewDistanceQuality) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetViewDistanceQuality"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetViewDistanceQuality) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetViewDistanceQuality"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetViewDistanceQuality, InViewDistanceQuality) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetViewDistanceQuality::InViewDistanceQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_SetVSyncEnabled \ +static_assert(alignof(GSE_SystemSettingsFuncLib_SetVSyncEnabled) == 0x000001, "Wrong alignment on GSE_SystemSettingsFuncLib_SetVSyncEnabled"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_SetVSyncEnabled) == 0x000001, "Wrong size on GSE_SystemSettingsFuncLib_SetVSyncEnabled"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_SetVSyncEnabled, bEnableVSync) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_SetVSyncEnabled::bEnableVSync' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_OnMonitorAsPrimaryChange \ +static_assert(alignof(GSE_SystemSettingsFuncLib_OnMonitorAsPrimaryChange) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_OnMonitorAsPrimaryChange"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_OnMonitorAsPrimaryChange) == 0x000004, "Wrong size on GSE_SystemSettingsFuncLib_OnMonitorAsPrimaryChange"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_OnMonitorAsPrimaryChange, TargetPrimaryMonitorIndex) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_OnMonitorAsPrimaryChange::TargetPrimaryMonitorIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_SystemSettingsFuncLib_OnViewportResizedEvent \ +static_assert(alignof(GSE_SystemSettingsFuncLib_OnViewportResizedEvent) == 0x000004, "Wrong alignment on GSE_SystemSettingsFuncLib_OnViewportResizedEvent"); \ +static_assert(sizeof(GSE_SystemSettingsFuncLib_OnViewportResizedEvent) == 0x000008, "Wrong size on GSE_SystemSettingsFuncLib_OnViewportResizedEvent"); \ +static_assert(offsetof(GSE_SystemSettingsFuncLib_OnViewportResizedEvent, NewSize) == 0x000000, "Member 'GSE_SystemSettingsFuncLib_OnViewportResizedEvent::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_SystemSettingsFuncLib \ +static_assert(alignof(UGSE_SystemSettingsFuncLib) == 0x000008, "Wrong alignment on UGSE_SystemSettingsFuncLib"); \ +static_assert(sizeof(UGSE_SystemSettingsFuncLib) == 0x000028, "Wrong size on UGSE_SystemSettingsFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_BuildStreamedLowMips \ +static_assert(alignof(GSE_TextureFuncLib_BuildStreamedLowMips) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_BuildStreamedLowMips"); \ +static_assert(sizeof(GSE_TextureFuncLib_BuildStreamedLowMips) == 0x000008, "Wrong size on GSE_TextureFuncLib_BuildStreamedLowMips"); \ +static_assert(offsetof(GSE_TextureFuncLib_BuildStreamedLowMips, RVTComponent) == 0x000000, "Member 'GSE_TextureFuncLib_BuildStreamedLowMips::RVTComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_CalculateAverageColorInTiles \ +static_assert(alignof(GSE_TextureFuncLib_CalculateAverageColorInTiles) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_CalculateAverageColorInTiles"); \ +static_assert(sizeof(GSE_TextureFuncLib_CalculateAverageColorInTiles) == 0x000028, "Wrong size on GSE_TextureFuncLib_CalculateAverageColorInTiles"); \ +static_assert(offsetof(GSE_TextureFuncLib_CalculateAverageColorInTiles, InTexture) == 0x000000, "Member 'GSE_TextureFuncLib_CalculateAverageColorInTiles::InTexture' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CalculateAverageColorInTiles, TileCount) == 0x000008, "Member 'GSE_TextureFuncLib_CalculateAverageColorInTiles::TileCount' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CalculateAverageColorInTiles, bDebugLog) == 0x000010, "Member 'GSE_TextureFuncLib_CalculateAverageColorInTiles::bDebugLog' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CalculateAverageColorInTiles, ReturnValue) == 0x000018, "Member 'GSE_TextureFuncLib_CalculateAverageColorInTiles::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_ChangeImageMaterial \ +static_assert(alignof(GSE_TextureFuncLib_ChangeImageMaterial) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_ChangeImageMaterial"); \ +static_assert(sizeof(GSE_TextureFuncLib_ChangeImageMaterial) == 0x000028, "Wrong size on GSE_TextureFuncLib_ChangeImageMaterial"); \ +static_assert(offsetof(GSE_TextureFuncLib_ChangeImageMaterial, WorldContextObject) == 0x000000, "Member 'GSE_TextureFuncLib_ChangeImageMaterial::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ChangeImageMaterial, Image) == 0x000008, "Member 'GSE_TextureFuncLib_ChangeImageMaterial::Image' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ChangeImageMaterial, MatPath) == 0x000010, "Member 'GSE_TextureFuncLib_ChangeImageMaterial::MatPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ChangeImageMaterial, ReturnValue) == 0x000020, "Member 'GSE_TextureFuncLib_ChangeImageMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_CreateRenderTarget2D \ +static_assert(alignof(GSE_TextureFuncLib_CreateRenderTarget2D) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_CreateRenderTarget2D"); \ +static_assert(sizeof(GSE_TextureFuncLib_CreateRenderTarget2D) == 0x000028, "Wrong size on GSE_TextureFuncLib_CreateRenderTarget2D"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateRenderTarget2D, WorldContextObject) == 0x000000, "Member 'GSE_TextureFuncLib_CreateRenderTarget2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateRenderTarget2D, Width) == 0x000008, "Member 'GSE_TextureFuncLib_CreateRenderTarget2D::Width' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateRenderTarget2D, Height) == 0x00000C, "Member 'GSE_TextureFuncLib_CreateRenderTarget2D::Height' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateRenderTarget2D, ClearColor) == 0x000010, "Member 'GSE_TextureFuncLib_CreateRenderTarget2D::ClearColor' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateRenderTarget2D, ReturnValue) == 0x000020, "Member 'GSE_TextureFuncLib_CreateRenderTarget2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_CreateStaticTexture2D \ +static_assert(alignof(GSE_TextureFuncLib_CreateStaticTexture2D) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_CreateStaticTexture2D"); \ +static_assert(sizeof(GSE_TextureFuncLib_CreateStaticTexture2D) == 0x000028, "Wrong size on GSE_TextureFuncLib_CreateStaticTexture2D"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateStaticTexture2D, SourceRT) == 0x000000, "Member 'GSE_TextureFuncLib_CreateStaticTexture2D::SourceRT' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateStaticTexture2D, OutputPath) == 0x000008, "Member 'GSE_TextureFuncLib_CreateStaticTexture2D::OutputPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateStaticTexture2D, OutputFileName) == 0x000018, "Member 'GSE_TextureFuncLib_CreateStaticTexture2D::OutputFileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_CreateTexture2D \ +static_assert(alignof(GSE_TextureFuncLib_CreateTexture2D) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_CreateTexture2D"); \ +static_assert(sizeof(GSE_TextureFuncLib_CreateTexture2D) == 0x000028, "Wrong size on GSE_TextureFuncLib_CreateTexture2D"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2D, SrcWidth) == 0x000000, "Member 'GSE_TextureFuncLib_CreateTexture2D::SrcWidth' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2D, SrcHeight) == 0x000004, "Member 'GSE_TextureFuncLib_CreateTexture2D::SrcHeight' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2D, Name_0) == 0x000008, "Member 'GSE_TextureFuncLib_CreateTexture2D::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2D, InFormat) == 0x000018, "Member 'GSE_TextureFuncLib_CreateTexture2D::InFormat' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2D, ReturnValue) == 0x000020, "Member 'GSE_TextureFuncLib_CreateTexture2D::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_CreateTexture2DFromColorData \ +static_assert(alignof(GSE_TextureFuncLib_CreateTexture2DFromColorData) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_CreateTexture2DFromColorData"); \ +static_assert(sizeof(GSE_TextureFuncLib_CreateTexture2DFromColorData) == 0x000030, "Wrong size on GSE_TextureFuncLib_CreateTexture2DFromColorData"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2DFromColorData, SrcWidth) == 0x000000, "Member 'GSE_TextureFuncLib_CreateTexture2DFromColorData::SrcWidth' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2DFromColorData, SrcHeight) == 0x000004, "Member 'GSE_TextureFuncLib_CreateTexture2DFromColorData::SrcHeight' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2DFromColorData, ColorData) == 0x000008, "Member 'GSE_TextureFuncLib_CreateTexture2DFromColorData::ColorData' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2DFromColorData, Name_0) == 0x000018, "Member 'GSE_TextureFuncLib_CreateTexture2DFromColorData::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_CreateTexture2DFromColorData, ReturnValue) == 0x000028, "Member 'GSE_TextureFuncLib_CreateTexture2DFromColorData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_ExportColorDataAsPNG \ +static_assert(alignof(GSE_TextureFuncLib_ExportColorDataAsPNG) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_ExportColorDataAsPNG"); \ +static_assert(sizeof(GSE_TextureFuncLib_ExportColorDataAsPNG) == 0x000028, "Wrong size on GSE_TextureFuncLib_ExportColorDataAsPNG"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportColorDataAsPNG, SrcWidth) == 0x000000, "Member 'GSE_TextureFuncLib_ExportColorDataAsPNG::SrcWidth' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportColorDataAsPNG, SrcHeight) == 0x000004, "Member 'GSE_TextureFuncLib_ExportColorDataAsPNG::SrcHeight' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportColorDataAsPNG, FilePath) == 0x000008, "Member 'GSE_TextureFuncLib_ExportColorDataAsPNG::FilePath' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportColorDataAsPNG, ColorBuffer) == 0x000018, "Member 'GSE_TextureFuncLib_ExportColorDataAsPNG::ColorBuffer' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportColorDataAsPNG, Count) == 0x000020, "Member 'GSE_TextureFuncLib_ExportColorDataAsPNG::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_ExportTexture2D \ +static_assert(alignof(GSE_TextureFuncLib_ExportTexture2D) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_ExportTexture2D"); \ +static_assert(sizeof(GSE_TextureFuncLib_ExportTexture2D) == 0x000030, "Wrong size on GSE_TextureFuncLib_ExportTexture2D"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportTexture2D, WorldContextObject) == 0x000000, "Member 'GSE_TextureFuncLib_ExportTexture2D::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportTexture2D, Texture) == 0x000008, "Member 'GSE_TextureFuncLib_ExportTexture2D::Texture' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportTexture2D, FilePath) == 0x000010, "Member 'GSE_TextureFuncLib_ExportTexture2D::FilePath' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_ExportTexture2D, Filename) == 0x000020, "Member 'GSE_TextureFuncLib_ExportTexture2D::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_ReleaseRenderTarget \ +static_assert(alignof(GSE_TextureFuncLib_ReleaseRenderTarget) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_ReleaseRenderTarget"); \ +static_assert(sizeof(GSE_TextureFuncLib_ReleaseRenderTarget) == 0x000008, "Wrong size on GSE_TextureFuncLib_ReleaseRenderTarget"); \ +static_assert(offsetof(GSE_TextureFuncLib_ReleaseRenderTarget, TextureRenderTarget) == 0x000000, "Member 'GSE_TextureFuncLib_ReleaseRenderTarget::TextureRenderTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_WriteToTexture_GameThread \ +static_assert(alignof(GSE_TextureFuncLib_WriteToTexture_GameThread) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_WriteToTexture_GameThread"); \ +static_assert(sizeof(GSE_TextureFuncLib_WriteToTexture_GameThread) == 0x000020, "Wrong size on GSE_TextureFuncLib_WriteToTexture_GameThread"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_GameThread, TargetTexture) == 0x000000, "Member 'GSE_TextureFuncLib_WriteToTexture_GameThread::TargetTexture' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_GameThread, ColorBuffer) == 0x000008, "Member 'GSE_TextureFuncLib_WriteToTexture_GameThread::ColorBuffer' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_GameThread, Count) == 0x000010, "Member 'GSE_TextureFuncLib_WriteToTexture_GameThread::Count' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_GameThread, MipMapIndex) == 0x000014, "Member 'GSE_TextureFuncLib_WriteToTexture_GameThread::MipMapIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_GameThread, ReturnValue) == 0x000018, "Member 'GSE_TextureFuncLib_WriteToTexture_GameThread::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_TextureFuncLib_WriteToTexture_RenderingThread \ +static_assert(alignof(GSE_TextureFuncLib_WriteToTexture_RenderingThread) == 0x000008, "Wrong alignment on GSE_TextureFuncLib_WriteToTexture_RenderingThread"); \ +static_assert(sizeof(GSE_TextureFuncLib_WriteToTexture_RenderingThread) == 0x000018, "Wrong size on GSE_TextureFuncLib_WriteToTexture_RenderingThread"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_RenderingThread, TargetTexture) == 0x000000, "Member 'GSE_TextureFuncLib_WriteToTexture_RenderingThread::TargetTexture' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_RenderingThread, ColorBuffer) == 0x000008, "Member 'GSE_TextureFuncLib_WriteToTexture_RenderingThread::ColorBuffer' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_RenderingThread, Count) == 0x000010, "Member 'GSE_TextureFuncLib_WriteToTexture_RenderingThread::Count' has a wrong offset!"); \ +static_assert(offsetof(GSE_TextureFuncLib_WriteToTexture_RenderingThread, MipMapIndex) == 0x000014, "Member 'GSE_TextureFuncLib_WriteToTexture_RenderingThread::MipMapIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_TextureFuncLib \ +static_assert(alignof(UGSE_TextureFuncLib) == 0x000008, "Wrong alignment on UGSE_TextureFuncLib"); \ +static_assert(sizeof(UGSE_TextureFuncLib) == 0x000028, "Wrong size on UGSE_TextureFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_AddNavigationActionKey \ +static_assert(alignof(GSE_UINavigationFuncLib_AddNavigationActionKey) == 0x000004, "Wrong alignment on GSE_UINavigationFuncLib_AddNavigationActionKey"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_AddNavigationActionKey) == 0x00000C, "Wrong size on GSE_UINavigationFuncLib_AddNavigationActionKey"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_AddNavigationActionKey, TargetNavigationAction) == 0x000000, "Member 'GSE_UINavigationFuncLib_AddNavigationActionKey::TargetNavigationAction' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_AddNavigationActionKey, KeyName) == 0x000004, "Member 'GSE_UINavigationFuncLib_AddNavigationActionKey::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_AddNavigationKey \ +static_assert(alignof(GSE_UINavigationFuncLib_AddNavigationKey) == 0x000004, "Wrong alignment on GSE_UINavigationFuncLib_AddNavigationKey"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_AddNavigationKey) == 0x00000C, "Wrong size on GSE_UINavigationFuncLib_AddNavigationKey"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_AddNavigationKey, TargetNavigation) == 0x000000, "Member 'GSE_UINavigationFuncLib_AddNavigationKey::TargetNavigation' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_AddNavigationKey, KeyName) == 0x000004, "Member 'GSE_UINavigationFuncLib_AddNavigationKey::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_BlockConflictNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_BlockConflictNavigation) == 0x000008, "Wrong alignment on GSE_UINavigationFuncLib_BlockConflictNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_BlockConflictNavigation) == 0x000018, "Wrong size on GSE_UINavigationFuncLib_BlockConflictNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_BlockConflictNavigation, ConflictNavigationType) == 0x000000, "Member 'GSE_UINavigationFuncLib_BlockConflictNavigation::ConflictNavigationType' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_BlockConflictNavigation, bBlock) == 0x000001, "Member 'GSE_UINavigationFuncLib_BlockConflictNavigation::bBlock' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_BlockConflictNavigation, NotBlockNavigations) == 0x000008, "Member 'GSE_UINavigationFuncLib_BlockConflictNavigation::NotBlockNavigations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_ClearNavigationActionKey \ +static_assert(alignof(GSE_UINavigationFuncLib_ClearNavigationActionKey) == 0x000004, "Wrong alignment on GSE_UINavigationFuncLib_ClearNavigationActionKey"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_ClearNavigationActionKey) == 0x000008, "Wrong size on GSE_UINavigationFuncLib_ClearNavigationActionKey"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_ClearNavigationActionKey, KeyName) == 0x000000, "Member 'GSE_UINavigationFuncLib_ClearNavigationActionKey::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_ClearNavigationActionKeyByAction \ +static_assert(alignof(GSE_UINavigationFuncLib_ClearNavigationActionKeyByAction) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_ClearNavigationActionKeyByAction"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_ClearNavigationActionKeyByAction) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_ClearNavigationActionKeyByAction"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_ClearNavigationActionKeyByAction, TargetNavigationAction) == 0x000000, "Member 'GSE_UINavigationFuncLib_ClearNavigationActionKeyByAction::TargetNavigationAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_ClearNavigationKey \ +static_assert(alignof(GSE_UINavigationFuncLib_ClearNavigationKey) == 0x000004, "Wrong alignment on GSE_UINavigationFuncLib_ClearNavigationKey"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_ClearNavigationKey) == 0x000008, "Wrong size on GSE_UINavigationFuncLib_ClearNavigationKey"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_ClearNavigationKey, KeyName) == 0x000000, "Member 'GSE_UINavigationFuncLib_ClearNavigationKey::KeyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_ClearNavigationKeyByNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_ClearNavigationKeyByNavigation) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_ClearNavigationKeyByNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_ClearNavigationKeyByNavigation) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_ClearNavigationKeyByNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_ClearNavigationKeyByNavigation, TargetNavigation) == 0x000000, "Member 'GSE_UINavigationFuncLib_ClearNavigationKeyByNavigation::TargetNavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_GetIsNeedAnalogNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_GetIsNeedAnalogNavigation) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_GetIsNeedAnalogNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_GetIsNeedAnalogNavigation) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_GetIsNeedAnalogNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetIsNeedAnalogNavigation, ReturnValue) == 0x000000, "Member 'GSE_UINavigationFuncLib_GetIsNeedAnalogNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_GetIsNeedKeyNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_GetIsNeedKeyNavigation) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_GetIsNeedKeyNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_GetIsNeedKeyNavigation) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_GetIsNeedKeyNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetIsNeedKeyNavigation, ReturnValue) == 0x000000, "Member 'GSE_UINavigationFuncLib_GetIsNeedKeyNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_GetIsNeedNavigationAction \ +static_assert(alignof(GSE_UINavigationFuncLib_GetIsNeedNavigationAction) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_GetIsNeedNavigationAction"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_GetIsNeedNavigationAction) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_GetIsNeedNavigationAction"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetIsNeedNavigationAction, ReturnValue) == 0x000000, "Member 'GSE_UINavigationFuncLib_GetIsNeedNavigationAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_GetIsNeedTabKeyNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_GetIsNeedTabKeyNavigation) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_GetIsNeedTabKeyNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_GetIsNeedTabKeyNavigation) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_GetIsNeedTabKeyNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetIsNeedTabKeyNavigation, ReturnValue) == 0x000000, "Member 'GSE_UINavigationFuncLib_GetIsNeedTabKeyNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_GetNavigationActionFromKey \ +static_assert(alignof(GSE_UINavigationFuncLib_GetNavigationActionFromKey) == 0x000008, "Wrong alignment on GSE_UINavigationFuncLib_GetNavigationActionFromKey"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_GetNavigationActionFromKey) == 0x000040, "Wrong size on GSE_UINavigationFuncLib_GetNavigationActionFromKey"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetNavigationActionFromKey, InKeyEvent) == 0x000000, "Member 'GSE_UINavigationFuncLib_GetNavigationActionFromKey::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetNavigationActionFromKey, ReturnValue) == 0x000038, "Member 'GSE_UINavigationFuncLib_GetNavigationActionFromKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP \ +static_assert(alignof(GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP) == 0x000008, "Wrong alignment on GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP) == 0x000048, "Wrong size on GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP, InAnalogEvent) == 0x000000, "Member 'GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP::InAnalogEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP, ReturnValue) == 0x000040, "Member 'GSE_UINavigationFuncLib_GetNavigationDirectionFromAnalogForOP::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_GetNavigationDirectionFromKey \ +static_assert(alignof(GSE_UINavigationFuncLib_GetNavigationDirectionFromKey) == 0x000008, "Wrong alignment on GSE_UINavigationFuncLib_GetNavigationDirectionFromKey"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_GetNavigationDirectionFromKey) == 0x000040, "Wrong size on GSE_UINavigationFuncLib_GetNavigationDirectionFromKey"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetNavigationDirectionFromKey, InKeyEvent) == 0x000000, "Member 'GSE_UINavigationFuncLib_GetNavigationDirectionFromKey::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_GetNavigationDirectionFromKey, ReturnValue) == 0x000038, "Member 'GSE_UINavigationFuncLib_GetNavigationDirectionFromKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_IsRepeatAction \ +static_assert(alignof(GSE_UINavigationFuncLib_IsRepeatAction) == 0x000008, "Wrong alignment on GSE_UINavigationFuncLib_IsRepeatAction"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_IsRepeatAction) == 0x000040, "Wrong size on GSE_UINavigationFuncLib_IsRepeatAction"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_IsRepeatAction, InKeyEvent) == 0x000000, "Member 'GSE_UINavigationFuncLib_IsRepeatAction::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_IsRepeatAction, ReturnValue) == 0x000038, "Member 'GSE_UINavigationFuncLib_IsRepeatAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_SetAnalogNavigationHorizontalThreshold \ +static_assert(alignof(GSE_UINavigationFuncLib_SetAnalogNavigationHorizontalThreshold) == 0x000004, "Wrong alignment on GSE_UINavigationFuncLib_SetAnalogNavigationHorizontalThreshold"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_SetAnalogNavigationHorizontalThreshold) == 0x000004, "Wrong size on GSE_UINavigationFuncLib_SetAnalogNavigationHorizontalThreshold"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetAnalogNavigationHorizontalThreshold, TargetThreshold) == 0x000000, "Member 'GSE_UINavigationFuncLib_SetAnalogNavigationHorizontalThreshold::TargetThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_SetAnalogNavigationVerticalThreshold \ +static_assert(alignof(GSE_UINavigationFuncLib_SetAnalogNavigationVerticalThreshold) == 0x000004, "Wrong alignment on GSE_UINavigationFuncLib_SetAnalogNavigationVerticalThreshold"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_SetAnalogNavigationVerticalThreshold) == 0x000004, "Wrong size on GSE_UINavigationFuncLib_SetAnalogNavigationVerticalThreshold"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetAnalogNavigationVerticalThreshold, TargetThreshold) == 0x000000, "Member 'GSE_UINavigationFuncLib_SetAnalogNavigationVerticalThreshold::TargetThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_SetNeedAnalogNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_SetNeedAnalogNavigation) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_SetNeedAnalogNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_SetNeedAnalogNavigation) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_SetNeedAnalogNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetNeedAnalogNavigation, IsNeed) == 0x000000, "Member 'GSE_UINavigationFuncLib_SetNeedAnalogNavigation::IsNeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_SetNeedKeyNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_SetNeedKeyNavigation) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_SetNeedKeyNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_SetNeedKeyNavigation) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_SetNeedKeyNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetNeedKeyNavigation, IsNeed) == 0x000000, "Member 'GSE_UINavigationFuncLib_SetNeedKeyNavigation::IsNeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_SetNeedNavigationAction \ +static_assert(alignof(GSE_UINavigationFuncLib_SetNeedNavigationAction) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_SetNeedNavigationAction"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_SetNeedNavigationAction) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_SetNeedNavigationAction"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetNeedNavigationAction, IsNeed) == 0x000000, "Member 'GSE_UINavigationFuncLib_SetNeedNavigationAction::IsNeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_SetNeedTabKeyNavigation \ +static_assert(alignof(GSE_UINavigationFuncLib_SetNeedTabKeyNavigation) == 0x000001, "Wrong alignment on GSE_UINavigationFuncLib_SetNeedTabKeyNavigation"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_SetNeedTabKeyNavigation) == 0x000001, "Wrong size on GSE_UINavigationFuncLib_SetNeedTabKeyNavigation"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetNeedTabKeyNavigation, IsNeed) == 0x000000, "Member 'GSE_UINavigationFuncLib_SetNeedTabKeyNavigation::IsNeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UINavigationFuncLib_SetRepeatFactor \ +static_assert(alignof(GSE_UINavigationFuncLib_SetRepeatFactor) == 0x000004, "Wrong alignment on GSE_UINavigationFuncLib_SetRepeatFactor"); \ +static_assert(sizeof(GSE_UINavigationFuncLib_SetRepeatFactor) == 0x000010, "Wrong size on GSE_UINavigationFuncLib_SetRepeatFactor"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetRepeatFactor, RepeatFactorInDefault) == 0x000000, "Member 'GSE_UINavigationFuncLib_SetRepeatFactor::RepeatFactorInDefault' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetRepeatFactor, RepeatFactorInPressure) == 0x000004, "Member 'GSE_UINavigationFuncLib_SetRepeatFactor::RepeatFactorInPressure' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetRepeatFactor, RepeatPressureFactor) == 0x000008, "Member 'GSE_UINavigationFuncLib_SetRepeatFactor::RepeatPressureFactor' has a wrong offset!"); \ +static_assert(offsetof(GSE_UINavigationFuncLib_SetRepeatFactor, RepeatPressureCondition) == 0x00000C, "Member 'GSE_UINavigationFuncLib_SetRepeatFactor::RepeatPressureCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_UINavigationFuncLib \ +static_assert(alignof(UGSE_UINavigationFuncLib) == 0x000008, "Wrong alignment on UGSE_UINavigationFuncLib"); \ +static_assert(sizeof(UGSE_UINavigationFuncLib) == 0x000028, "Wrong size on UGSE_UINavigationFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSViewPortHelper \ +static_assert(alignof(UGSViewPortHelper) == 0x000008, "Wrong alignment on UGSViewPortHelper"); \ +static_assert(sizeof(UGSViewPortHelper) == 0x000038, "Wrong size on UGSViewPortHelper"); \ +static_assert(offsetof(UGSViewPortHelper, OnViewPortResized) == 0x000028, "Member 'UGSViewPortHelper::OnViewPortResized' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_ActiveVirtualKeyboard \ +static_assert(alignof(GSE_UMGFuncLib_ActiveVirtualKeyboard) == 0x000001, "Wrong alignment on GSE_UMGFuncLib_ActiveVirtualKeyboard"); \ +static_assert(sizeof(GSE_UMGFuncLib_ActiveVirtualKeyboard) == 0x000001, "Wrong size on GSE_UMGFuncLib_ActiveVirtualKeyboard"); \ +static_assert(offsetof(GSE_UMGFuncLib_ActiveVirtualKeyboard, IsActive) == 0x000000, "Member 'GSE_UMGFuncLib_ActiveVirtualKeyboard::IsActive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport \ +static_assert(alignof(GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport"); \ +static_assert(sizeof(GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport) == 0x000010, "Wrong size on GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport"); \ +static_assert(offsetof(GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport, ZOrder) == 0x000008, "Member 'GSE_UMGFuncLib_AddUserWidgetAsSlateToViewport::ZOrder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_BindBorderOnMouseDownEvent \ +static_assert(alignof(GSE_UMGFuncLib_BindBorderOnMouseDownEvent) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_BindBorderOnMouseDownEvent"); \ +static_assert(sizeof(GSE_UMGFuncLib_BindBorderOnMouseDownEvent) == 0x000020, "Wrong size on GSE_UMGFuncLib_BindBorderOnMouseDownEvent"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindBorderOnMouseDownEvent, Border) == 0x000000, "Member 'GSE_UMGFuncLib_BindBorderOnMouseDownEvent::Border' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindBorderOnMouseDownEvent, TargetObj) == 0x000008, "Member 'GSE_UMGFuncLib_BindBorderOnMouseDownEvent::TargetObj' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindBorderOnMouseDownEvent, Name_0) == 0x000010, "Member 'GSE_UMGFuncLib_BindBorderOnMouseDownEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindBorderOnMouseDownEvent, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_BindBorderOnMouseDownEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_BindImageOnMouseDownEvent \ +static_assert(alignof(GSE_UMGFuncLib_BindImageOnMouseDownEvent) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_BindImageOnMouseDownEvent"); \ +static_assert(sizeof(GSE_UMGFuncLib_BindImageOnMouseDownEvent) == 0x000020, "Wrong size on GSE_UMGFuncLib_BindImageOnMouseDownEvent"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindImageOnMouseDownEvent, Image) == 0x000000, "Member 'GSE_UMGFuncLib_BindImageOnMouseDownEvent::Image' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindImageOnMouseDownEvent, TargetObj) == 0x000008, "Member 'GSE_UMGFuncLib_BindImageOnMouseDownEvent::TargetObj' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindImageOnMouseDownEvent, Name_0) == 0x000010, "Member 'GSE_UMGFuncLib_BindImageOnMouseDownEvent::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_BindImageOnMouseDownEvent, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_BindImageOnMouseDownEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_CalcImageTexture \ +static_assert(alignof(GSE_UMGFuncLib_CalcImageTexture) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_CalcImageTexture"); \ +static_assert(sizeof(GSE_UMGFuncLib_CalcImageTexture) == 0x000028, "Wrong size on GSE_UMGFuncLib_CalcImageTexture"); \ +static_assert(offsetof(GSE_UMGFuncLib_CalcImageTexture, InImage) == 0x000000, "Member 'GSE_UMGFuncLib_CalcImageTexture::InImage' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CalcImageTexture, OutColorArray) == 0x000008, "Member 'GSE_UMGFuncLib_CalcImageTexture::OutColorArray' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CalcImageTexture, OutPosArray) == 0x000018, "Member 'GSE_UMGFuncLib_CalcImageTexture::OutPosArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_CloneUserWidget \ +static_assert(alignof(GSE_UMGFuncLib_CloneUserWidget) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_CloneUserWidget"); \ +static_assert(sizeof(GSE_UMGFuncLib_CloneUserWidget) == 0x000018, "Wrong size on GSE_UMGFuncLib_CloneUserWidget"); \ +static_assert(offsetof(GSE_UMGFuncLib_CloneUserWidget, BaseWidget) == 0x000000, "Member 'GSE_UMGFuncLib_CloneUserWidget::BaseWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CloneUserWidget, Name_0) == 0x000008, "Member 'GSE_UMGFuncLib_CloneUserWidget::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CloneUserWidget, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_CloneUserWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_ConstructUWidgetWithClass \ +static_assert(alignof(GSE_UMGFuncLib_ConstructUWidgetWithClass) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_ConstructUWidgetWithClass"); \ +static_assert(sizeof(GSE_UMGFuncLib_ConstructUWidgetWithClass) == 0x000018, "Wrong size on GSE_UMGFuncLib_ConstructUWidgetWithClass"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConstructUWidgetWithClass, FromWidget) == 0x000000, "Member 'GSE_UMGFuncLib_ConstructUWidgetWithClass::FromWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConstructUWidgetWithClass, WidgetClass) == 0x000008, "Member 'GSE_UMGFuncLib_ConstructUWidgetWithClass::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConstructUWidgetWithClass, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_ConstructUWidgetWithClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_ConvertToDateText \ +static_assert(alignof(GSE_UMGFuncLib_ConvertToDateText) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_ConvertToDateText"); \ +static_assert(sizeof(GSE_UMGFuncLib_ConvertToDateText) == 0x000030, "Wrong size on GSE_UMGFuncLib_ConvertToDateText"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToDateText, Year) == 0x000000, "Member 'GSE_UMGFuncLib_ConvertToDateText::Year' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToDateText, Month) == 0x000004, "Member 'GSE_UMGFuncLib_ConvertToDateText::Month' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToDateText, Day) == 0x000008, "Member 'GSE_UMGFuncLib_ConvertToDateText::Day' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToDateText, Hour) == 0x00000C, "Member 'GSE_UMGFuncLib_ConvertToDateText::Hour' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToDateText, Minute) == 0x000010, "Member 'GSE_UMGFuncLib_ConvertToDateText::Minute' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToDateText, Second) == 0x000014, "Member 'GSE_UMGFuncLib_ConvertToDateText::Second' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToDateText, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_ConvertToDateText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_ConvertToTimeText \ +static_assert(alignof(GSE_UMGFuncLib_ConvertToTimeText) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_ConvertToTimeText"); \ +static_assert(sizeof(GSE_UMGFuncLib_ConvertToTimeText) == 0x000030, "Wrong size on GSE_UMGFuncLib_ConvertToTimeText"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToTimeText, Year) == 0x000000, "Member 'GSE_UMGFuncLib_ConvertToTimeText::Year' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToTimeText, Month) == 0x000004, "Member 'GSE_UMGFuncLib_ConvertToTimeText::Month' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToTimeText, Day) == 0x000008, "Member 'GSE_UMGFuncLib_ConvertToTimeText::Day' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToTimeText, Hour) == 0x00000C, "Member 'GSE_UMGFuncLib_ConvertToTimeText::Hour' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToTimeText, Minute) == 0x000010, "Member 'GSE_UMGFuncLib_ConvertToTimeText::Minute' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToTimeText, Second) == 0x000014, "Member 'GSE_UMGFuncLib_ConvertToTimeText::Second' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_ConvertToTimeText, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_ConvertToTimeText::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_CreateEditorStandaloneWidget \ +static_assert(alignof(GSE_UMGFuncLib_CreateEditorStandaloneWidget) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_CreateEditorStandaloneWidget"); \ +static_assert(sizeof(GSE_UMGFuncLib_CreateEditorStandaloneWidget) == 0x000028, "Wrong size on GSE_UMGFuncLib_CreateEditorStandaloneWidget"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateEditorStandaloneWidget, OwningWidget) == 0x000000, "Member 'GSE_UMGFuncLib_CreateEditorStandaloneWidget::OwningWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateEditorStandaloneWidget, ResPath) == 0x000008, "Member 'GSE_UMGFuncLib_CreateEditorStandaloneWidget::ResPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateEditorStandaloneWidget, Name_0) == 0x000018, "Member 'GSE_UMGFuncLib_CreateEditorStandaloneWidget::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateEditorStandaloneWidget, ReturnValue) == 0x000020, "Member 'GSE_UMGFuncLib_CreateEditorStandaloneWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_CreateGSAnimKeyStateBlender \ +static_assert(alignof(GSE_UMGFuncLib_CreateGSAnimKeyStateBlender) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_CreateGSAnimKeyStateBlender"); \ +static_assert(sizeof(GSE_UMGFuncLib_CreateGSAnimKeyStateBlender) == 0x000010, "Wrong size on GSE_UMGFuncLib_CreateGSAnimKeyStateBlender"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateGSAnimKeyStateBlender, WorldContext) == 0x000000, "Member 'GSE_UMGFuncLib_CreateGSAnimKeyStateBlender::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateGSAnimKeyStateBlender, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_CreateGSAnimKeyStateBlender::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_CreateGSViewPortHelper \ +static_assert(alignof(GSE_UMGFuncLib_CreateGSViewPortHelper) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_CreateGSViewPortHelper"); \ +static_assert(sizeof(GSE_UMGFuncLib_CreateGSViewPortHelper) == 0x000010, "Wrong size on GSE_UMGFuncLib_CreateGSViewPortHelper"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateGSViewPortHelper, WorldContext) == 0x000000, "Member 'GSE_UMGFuncLib_CreateGSViewPortHelper::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateGSViewPortHelper, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_CreateGSViewPortHelper::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_CreateUserWidget \ +static_assert(alignof(GSE_UMGFuncLib_CreateUserWidget) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_CreateUserWidget"); \ +static_assert(sizeof(GSE_UMGFuncLib_CreateUserWidget) == 0x000020, "Wrong size on GSE_UMGFuncLib_CreateUserWidget"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateUserWidget, WorldContext) == 0x000000, "Member 'GSE_UMGFuncLib_CreateUserWidget::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateUserWidget, ResPath) == 0x000008, "Member 'GSE_UMGFuncLib_CreateUserWidget::ResPath' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateUserWidget, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_CreateUserWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_CreateUserWidgetWithClass \ +static_assert(alignof(GSE_UMGFuncLib_CreateUserWidgetWithClass) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_CreateUserWidgetWithClass"); \ +static_assert(sizeof(GSE_UMGFuncLib_CreateUserWidgetWithClass) == 0x000018, "Wrong size on GSE_UMGFuncLib_CreateUserWidgetWithClass"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateUserWidgetWithClass, WorldContext) == 0x000000, "Member 'GSE_UMGFuncLib_CreateUserWidgetWithClass::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateUserWidgetWithClass, WidgetClass) == 0x000008, "Member 'GSE_UMGFuncLib_CreateUserWidgetWithClass::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_CreateUserWidgetWithClass, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_CreateUserWidgetWithClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_FindChildWidget \ +static_assert(alignof(GSE_UMGFuncLib_FindChildWidget) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_FindChildWidget"); \ +static_assert(sizeof(GSE_UMGFuncLib_FindChildWidget) == 0x000020, "Wrong size on GSE_UMGFuncLib_FindChildWidget"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidget, UserWidget) == 0x000000, "Member 'GSE_UMGFuncLib_FindChildWidget::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidget, ParentWidget) == 0x000008, "Member 'GSE_UMGFuncLib_FindChildWidget::ParentWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidget, ChildWidgetName) == 0x000010, "Member 'GSE_UMGFuncLib_FindChildWidget::ChildWidgetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidget, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_FindChildWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_FindChildWidgetIndex \ +static_assert(alignof(GSE_UMGFuncLib_FindChildWidgetIndex) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_FindChildWidgetIndex"); \ +static_assert(sizeof(GSE_UMGFuncLib_FindChildWidgetIndex) == 0x000020, "Wrong size on GSE_UMGFuncLib_FindChildWidgetIndex"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidgetIndex, UserWidget) == 0x000000, "Member 'GSE_UMGFuncLib_FindChildWidgetIndex::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidgetIndex, ParentWidget) == 0x000008, "Member 'GSE_UMGFuncLib_FindChildWidgetIndex::ParentWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidgetIndex, ChildWidgetName) == 0x000010, "Member 'GSE_UMGFuncLib_FindChildWidgetIndex::ChildWidgetName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_FindChildWidgetIndex, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_FindChildWidgetIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_FoldTextContent \ +static_assert(alignof(GSE_UMGFuncLib_FoldTextContent) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_FoldTextContent"); \ +static_assert(sizeof(GSE_UMGFuncLib_FoldTextContent) == 0x000028, "Wrong size on GSE_UMGFuncLib_FoldTextContent"); \ +static_assert(offsetof(GSE_UMGFuncLib_FoldTextContent, InTextBlock) == 0x000000, "Member 'GSE_UMGFuncLib_FoldTextContent::InTextBlock' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_FoldTextContent, InFoldingConfig) == 0x000008, "Member 'GSE_UMGFuncLib_FoldTextContent::InFoldingConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetAllChildUserWidget \ +static_assert(alignof(GSE_UMGFuncLib_GetAllChildUserWidget) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetAllChildUserWidget"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetAllChildUserWidget) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetAllChildUserWidget"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildUserWidget, ParentWidget) == 0x000000, "Member 'GSE_UMGFuncLib_GetAllChildUserWidget::ParentWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildUserWidget, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetAllChildUserWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetAllChildUserWidgetWithClass \ +static_assert(alignof(GSE_UMGFuncLib_GetAllChildUserWidgetWithClass) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetAllChildUserWidgetWithClass"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetAllChildUserWidgetWithClass) == 0x000020, "Wrong size on GSE_UMGFuncLib_GetAllChildUserWidgetWithClass"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildUserWidgetWithClass, UserWidget) == 0x000000, "Member 'GSE_UMGFuncLib_GetAllChildUserWidgetWithClass::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildUserWidgetWithClass, WidgetClass) == 0x000008, "Member 'GSE_UMGFuncLib_GetAllChildUserWidgetWithClass::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildUserWidgetWithClass, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_GetAllChildUserWidgetWithClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetAllChildWidget \ +static_assert(alignof(GSE_UMGFuncLib_GetAllChildWidget) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetAllChildWidget"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetAllChildWidget) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetAllChildWidget"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildWidget, UserWidget) == 0x000000, "Member 'GSE_UMGFuncLib_GetAllChildWidget::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildWidget, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetAllChildWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetAllChildWidgetWithClass \ +static_assert(alignof(GSE_UMGFuncLib_GetAllChildWidgetWithClass) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetAllChildWidgetWithClass"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetAllChildWidgetWithClass) == 0x000020, "Wrong size on GSE_UMGFuncLib_GetAllChildWidgetWithClass"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildWidgetWithClass, UserWidget) == 0x000000, "Member 'GSE_UMGFuncLib_GetAllChildWidgetWithClass::UserWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildWidgetWithClass, WidgetClass) == 0x000008, "Member 'GSE_UMGFuncLib_GetAllChildWidgetWithClass::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAllChildWidgetWithClass, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_GetAllChildWidgetWithClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetAnalogKey \ +static_assert(alignof(GSE_UMGFuncLib_GetAnalogKey) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetAnalogKey"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetAnalogKey) == 0x000058, "Wrong size on GSE_UMGFuncLib_GetAnalogKey"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAnalogKey, AnalogInputEvent) == 0x000000, "Member 'GSE_UMGFuncLib_GetAnalogKey::AnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAnalogKey, ReturnValue) == 0x000040, "Member 'GSE_UMGFuncLib_GetAnalogKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetAnalogKeyIsRepeat \ +static_assert(alignof(GSE_UMGFuncLib_GetAnalogKeyIsRepeat) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetAnalogKeyIsRepeat"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetAnalogKeyIsRepeat) == 0x000048, "Wrong size on GSE_UMGFuncLib_GetAnalogKeyIsRepeat"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAnalogKeyIsRepeat, AnalogInputEvent) == 0x000000, "Member 'GSE_UMGFuncLib_GetAnalogKeyIsRepeat::AnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAnalogKeyIsRepeat, ReturnValue) == 0x000040, "Member 'GSE_UMGFuncLib_GetAnalogKeyIsRepeat::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetAnalogValue \ +static_assert(alignof(GSE_UMGFuncLib_GetAnalogValue) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetAnalogValue"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetAnalogValue) == 0x000048, "Wrong size on GSE_UMGFuncLib_GetAnalogValue"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAnalogValue, AnalogInputEvent) == 0x000000, "Member 'GSE_UMGFuncLib_GetAnalogValue::AnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetAnalogValue, ReturnValue) == 0x000040, "Member 'GSE_UMGFuncLib_GetAnalogValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetChildWidgetAt \ +static_assert(alignof(GSE_UMGFuncLib_GetChildWidgetAt) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetChildWidgetAt"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetChildWidgetAt) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetChildWidgetAt"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetChildWidgetAt, ParentWidget) == 0x000000, "Member 'GSE_UMGFuncLib_GetChildWidgetAt::ParentWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetChildWidgetAt, ChildIndex) == 0x000008, "Member 'GSE_UMGFuncLib_GetChildWidgetAt::ChildIndex' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetChildWidgetAt, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_GetChildWidgetAt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetCurrentCulture \ +static_assert(alignof(GSE_UMGFuncLib_GetCurrentCulture) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetCurrentCulture"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetCurrentCulture) == 0x000010, "Wrong size on GSE_UMGFuncLib_GetCurrentCulture"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetCurrentCulture, ReturnValue) == 0x000000, "Member 'GSE_UMGFuncLib_GetCurrentCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetFocusEventCause \ +static_assert(alignof(GSE_UMGFuncLib_GetFocusEventCause) == 0x000004, "Wrong alignment on GSE_UMGFuncLib_GetFocusEventCause"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetFocusEventCause) == 0x00000C, "Wrong size on GSE_UMGFuncLib_GetFocusEventCause"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetFocusEventCause, FocusEvent) == 0x000000, "Member 'GSE_UMGFuncLib_GetFocusEventCause::FocusEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetFocusEventCause, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetFocusEventCause::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetFocusEventUser \ +static_assert(alignof(GSE_UMGFuncLib_GetFocusEventUser) == 0x000004, "Wrong alignment on GSE_UMGFuncLib_GetFocusEventUser"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetFocusEventUser) == 0x00000C, "Wrong size on GSE_UMGFuncLib_GetFocusEventUser"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetFocusEventUser, FocusEvent) == 0x000000, "Member 'GSE_UMGFuncLib_GetFocusEventUser::FocusEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetFocusEventUser, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetFocusEventUser::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetIsAxis1DKey \ +static_assert(alignof(GSE_UMGFuncLib_GetIsAxis1DKey) == 0x000004, "Wrong alignment on GSE_UMGFuncLib_GetIsAxis1DKey"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetIsAxis1DKey) == 0x00000C, "Wrong size on GSE_UMGFuncLib_GetIsAxis1DKey"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetIsAxis1DKey, KeyName) == 0x000000, "Member 'GSE_UMGFuncLib_GetIsAxis1DKey::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetIsAxis1DKey, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetIsAxis1DKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetIsGamepadKey \ +static_assert(alignof(GSE_UMGFuncLib_GetIsGamepadKey) == 0x000004, "Wrong alignment on GSE_UMGFuncLib_GetIsGamepadKey"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetIsGamepadKey) == 0x00000C, "Wrong size on GSE_UMGFuncLib_GetIsGamepadKey"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetIsGamepadKey, KeyName) == 0x000000, "Member 'GSE_UMGFuncLib_GetIsGamepadKey::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetIsGamepadKey, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetIsGamepadKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetKeyWithName \ +static_assert(alignof(GSE_UMGFuncLib_GetKeyWithName) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetKeyWithName"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetKeyWithName) == 0x000020, "Wrong size on GSE_UMGFuncLib_GetKeyWithName"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetKeyWithName, KeyName) == 0x000000, "Member 'GSE_UMGFuncLib_GetKeyWithName::KeyName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetKeyWithName, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetKeyWithName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetMediaPlayerTimer \ +static_assert(alignof(GSE_UMGFuncLib_GetMediaPlayerTimer) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetMediaPlayerTimer"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetMediaPlayerTimer) == 0x000010, "Wrong size on GSE_UMGFuncLib_GetMediaPlayerTimer"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMediaPlayerTimer, MediaPlayer) == 0x000000, "Member 'GSE_UMGFuncLib_GetMediaPlayerTimer::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMediaPlayerTimer, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetMediaPlayerTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetMouseKey \ +static_assert(alignof(GSE_UMGFuncLib_GetMouseKey) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetMouseKey"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetMouseKey) == 0x0000A8, "Wrong size on GSE_UMGFuncLib_GetMouseKey"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMouseKey, PointerEvent) == 0x000000, "Member 'GSE_UMGFuncLib_GetMouseKey::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMouseKey, ReturnValue) == 0x000090, "Member 'GSE_UMGFuncLib_GetMouseKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetMousePositionFromViewport \ +static_assert(alignof(GSE_UMGFuncLib_GetMousePositionFromViewport) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetMousePositionFromViewport"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetMousePositionFromViewport) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetMousePositionFromViewport"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMousePositionFromViewport, OutPosition) == 0x000000, "Member 'GSE_UMGFuncLib_GetMousePositionFromViewport::OutPosition' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMousePositionFromViewport, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_GetMousePositionFromViewport::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetMouseWheelDelta \ +static_assert(alignof(GSE_UMGFuncLib_GetMouseWheelDelta) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetMouseWheelDelta"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetMouseWheelDelta) == 0x000098, "Wrong size on GSE_UMGFuncLib_GetMouseWheelDelta"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMouseWheelDelta, PointerEvent) == 0x000000, "Member 'GSE_UMGFuncLib_GetMouseWheelDelta::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetMouseWheelDelta, ReturnValue) == 0x000090, "Member 'GSE_UMGFuncLib_GetMouseWheelDelta::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetRichTextBlockKey \ +static_assert(alignof(GSE_UMGFuncLib_GetRichTextBlockKey) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetRichTextBlockKey"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetRichTextBlockKey) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetRichTextBlockKey"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetRichTextBlockKey, InTextBlock) == 0x000000, "Member 'GSE_UMGFuncLib_GetRichTextBlockKey::InTextBlock' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetRichTextBlockKey, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetRichTextBlockKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetRootWidget \ +static_assert(alignof(GSE_UMGFuncLib_GetRootWidget) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetRootWidget"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetRootWidget) == 0x000010, "Wrong size on GSE_UMGFuncLib_GetRootWidget"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetRootWidget, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetRootWidget::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetRootWidget, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetRootWidget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetSafeZonePaddingSize \ +static_assert(alignof(GSE_UMGFuncLib_GetSafeZonePaddingSize) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetSafeZonePaddingSize"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetSafeZonePaddingSize) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetSafeZonePaddingSize"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetSafeZonePaddingSize, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_GetSafeZonePaddingSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetSafeZonePaddingSize, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetSafeZonePaddingSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetTexDAColor \ +static_assert(alignof(GSE_UMGFuncLib_GetTexDAColor) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetTexDAColor"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetTexDAColor) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetTexDAColor"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTexDAColor, HitAreaDA) == 0x000000, "Member 'GSE_UMGFuncLib_GetTexDAColor::HitAreaDA' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTexDAColor, X) == 0x000008, "Member 'GSE_UMGFuncLib_GetTexDAColor::X' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTexDAColor, Y) == 0x00000C, "Member 'GSE_UMGFuncLib_GetTexDAColor::Y' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTexDAColor, OutColor) == 0x000010, "Member 'GSE_UMGFuncLib_GetTexDAColor::OutColor' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTexDAColor, ReturnValue) == 0x000020, "Member 'GSE_UMGFuncLib_GetTexDAColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetTextBlockKey \ +static_assert(alignof(GSE_UMGFuncLib_GetTextBlockKey) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetTextBlockKey"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetTextBlockKey) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetTextBlockKey"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextBlockKey, InTextBlock) == 0x000000, "Member 'GSE_UMGFuncLib_GetTextBlockKey::InTextBlock' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextBlockKey, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetTextBlockKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial \ +static_assert(alignof(GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial) == 0x000010, "Wrong size on GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial, TextBlock) == 0x000000, "Member 'GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial::TextBlock' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetTextBlockOutlineDynamicMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetTextKey \ +static_assert(alignof(GSE_UMGFuncLib_GetTextKey) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetTextKey"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetTextKey) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetTextKey"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextKey, InText) == 0x000000, "Member 'GSE_UMGFuncLib_GetTextKey::InText' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextKey, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_GetTextKey::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetTextNamespace \ +static_assert(alignof(GSE_UMGFuncLib_GetTextNamespace) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetTextNamespace"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetTextNamespace) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetTextNamespace"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextNamespace, InText) == 0x000000, "Member 'GSE_UMGFuncLib_GetTextNamespace::InText' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetTextNamespace, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_GetTextNamespace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetViewPortAbsPosition \ +static_assert(alignof(GSE_UMGFuncLib_GetViewPortAbsPosition) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetViewPortAbsPosition"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetViewPortAbsPosition) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetViewPortAbsPosition"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetViewPortAbsPosition, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_GetViewPortAbsPosition::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetViewPortAbsPosition, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetViewPortAbsPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetViewPortScale \ +static_assert(alignof(GSE_UMGFuncLib_GetViewPortScale) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetViewPortScale"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetViewPortScale) == 0x000010, "Wrong size on GSE_UMGFuncLib_GetViewPortScale"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetViewPortScale, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_GetViewPortScale::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetViewPortScale, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetViewPortScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetViewportSize \ +static_assert(alignof(GSE_UMGFuncLib_GetViewportSize) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetViewportSize"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetViewportSize) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetViewportSize"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetViewportSize, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_GetViewportSize::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetViewportSize, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetViewportSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetViewportSizeXY \ +static_assert(alignof(GSE_UMGFuncLib_GetViewportSizeXY) == 0x000004, "Wrong alignment on GSE_UMGFuncLib_GetViewportSizeXY"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetViewportSizeXY) == 0x000008, "Wrong size on GSE_UMGFuncLib_GetViewportSizeXY"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetViewportSizeXY, ReturnValue) == 0x000000, "Member 'GSE_UMGFuncLib_GetViewportSizeXY::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetAbsolutePosition \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetAbsolutePosition) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetAbsolutePosition"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetAbsolutePosition) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetWidgetAbsolutePosition"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePosition, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePosition::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePosition, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates, NormalCoordinates) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates::NormalCoordinates' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace, NormalCoordinates) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace::NormalCoordinates' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_GetWidgetAbsolutePositionAtCoordinatesWithPaintSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetAbsoluteSize \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetAbsoluteSize) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetAbsoluteSize"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetAbsoluteSize) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetWidgetAbsoluteSize"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsoluteSize, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetAbsoluteSize::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsoluteSize, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetAbsoluteSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetAbsScale \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetAbsScale) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetAbsScale"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetAbsScale) == 0x000010, "Wrong size on GSE_UMGFuncLib_GetWidgetAbsScale"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsScale, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetAbsScale::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAbsScale, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetAbsScale::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetAnimationByName \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetAnimationByName) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetAnimationByName"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetAnimationByName) == 0x000020, "Wrong size on GSE_UMGFuncLib_GetWidgetAnimationByName"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAnimationByName, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetAnimationByName::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAnimationByName, Name_0) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetAnimationByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAnimationByName, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_GetWidgetAnimationByName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetAnimationName \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetAnimationName) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetAnimationName"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetAnimationName) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetWidgetAnimationName"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAnimationName, Animation) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetAnimationName::Animation' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetAnimationName, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetAnimationName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetFromName \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetFromName) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetFromName"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetFromName) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetWidgetFromName"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetFromName, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetFromName::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetFromName, Name_0) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetFromName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetFromName, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_GetWidgetFromName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetIsVariable \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetIsVariable) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetIsVariable"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetIsVariable) == 0x000010, "Wrong size on GSE_UMGFuncLib_GetWidgetIsVariable"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetIsVariable, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetIsVariable::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetIsVariable, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetIsVariable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates, NormalCoordinates) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates::NormalCoordinates' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinates::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace, NormalCoordinates) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace::NormalCoordinates' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_GetWidgetLocalPositionAtCoordinatesWithPaintSpace::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetLocalSize \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetLocalSize) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetLocalSize"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetLocalSize) == 0x000018, "Wrong size on GSE_UMGFuncLib_GetWidgetLocalSize"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalSize, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetLocalSize::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetLocalSize, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetLocalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort \ +static_assert(alignof(GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort"); \ +static_assert(sizeof(GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort) == 0x000028, "Wrong size on GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort, position) == 0x000008, "Member 'GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort::position' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort, WidgetSize) == 0x000018, "Member 'GSE_UMGFuncLib_GetWidgetPositionSizeRefViewPort::WidgetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GSProjectWidgetList \ +static_assert(alignof(GSE_UMGFuncLib_GSProjectWidgetList) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GSProjectWidgetList"); \ +static_assert(sizeof(GSE_UMGFuncLib_GSProjectWidgetList) == 0x000030, "Wrong size on GSE_UMGFuncLib_GSProjectWidgetList"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWidgetList, PlayerController) == 0x000000, "Member 'GSE_UMGFuncLib_GSProjectWidgetList::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWidgetList, Canvas) == 0x000008, "Member 'GSE_UMGFuncLib_GSProjectWidgetList::Canvas' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWidgetList, ProjWidgetInfos) == 0x000010, "Member 'GSE_UMGFuncLib_GSProjectWidgetList::ProjWidgetInfos' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWidgetList, Results) == 0x000020, "Member 'GSE_UMGFuncLib_GSProjectWidgetList::Results' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition \ +static_assert(alignof(GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition"); \ +static_assert(sizeof(GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition) == 0x000038, "Wrong size on GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition, PlayerController) == 0x000000, "Member 'GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition, WorldLocation) == 0x000008, "Member 'GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition::WorldLocation' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition, ViewportPosition) == 0x000020, "Member 'GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition::ViewportPosition' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition, bIsInFront) == 0x000030, "Member 'GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition::bIsInFront' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition, ReturnValue) == 0x000031, "Member 'GSE_UMGFuncLib_GSProjectWorldLocationToWidgetPosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GSTestFunc \ +static_assert(alignof(GSE_UMGFuncLib_GSTestFunc) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GSTestFunc"); \ +static_assert(sizeof(GSE_UMGFuncLib_GSTestFunc) == 0x000020, "Wrong size on GSE_UMGFuncLib_GSTestFunc"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSTestFunc, Params_0) == 0x000000, "Member 'GSE_UMGFuncLib_GSTestFunc::Params_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSTestFunc, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_GSTestFunc::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_GSTestFuncV2 \ +static_assert(alignof(GSE_UMGFuncLib_GSTestFuncV2) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_GSTestFuncV2"); \ +static_assert(sizeof(GSE_UMGFuncLib_GSTestFuncV2) == 0x0000F0, "Wrong size on GSE_UMGFuncLib_GSTestFuncV2"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSTestFuncV2, Params_0) == 0x000000, "Member 'GSE_UMGFuncLib_GSTestFuncV2::Params_0' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSTestFuncV2, ParamsV2) == 0x000050, "Member 'GSE_UMGFuncLib_GSTestFuncV2::ParamsV2' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_GSTestFuncV2, ReturnValue) == 0x0000A0, "Member 'GSE_UMGFuncLib_GSTestFuncV2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_InvokeWidgetInputEvent \ +static_assert(alignof(GSE_UMGFuncLib_InvokeWidgetInputEvent) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_InvokeWidgetInputEvent"); \ +static_assert(sizeof(GSE_UMGFuncLib_InvokeWidgetInputEvent) == 0x0000E0, "Wrong size on GSE_UMGFuncLib_InvokeWidgetInputEvent"); \ +static_assert(offsetof(GSE_UMGFuncLib_InvokeWidgetInputEvent, uWidget) == 0x000000, "Member 'GSE_UMGFuncLib_InvokeWidgetInputEvent::uWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_InvokeWidgetInputEvent, InputType) == 0x000008, "Member 'GSE_UMGFuncLib_InvokeWidgetInputEvent::InputType' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_InvokeWidgetInputEvent, MyGeometry) == 0x000010, "Member 'GSE_UMGFuncLib_InvokeWidgetInputEvent::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_InvokeWidgetInputEvent, MouseEvent) == 0x000050, "Member 'GSE_UMGFuncLib_InvokeWidgetInputEvent::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_IsBinkMediaBeginPlay \ +static_assert(alignof(GSE_UMGFuncLib_IsBinkMediaBeginPlay) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_IsBinkMediaBeginPlay"); \ +static_assert(sizeof(GSE_UMGFuncLib_IsBinkMediaBeginPlay) == 0x000010, "Wrong size on GSE_UMGFuncLib_IsBinkMediaBeginPlay"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsBinkMediaBeginPlay, BinkMediaPlayer) == 0x000000, "Member 'GSE_UMGFuncLib_IsBinkMediaBeginPlay::BinkMediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsBinkMediaBeginPlay, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_IsBinkMediaBeginPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_IsMediaBeginPlay \ +static_assert(alignof(GSE_UMGFuncLib_IsMediaBeginPlay) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_IsMediaBeginPlay"); \ +static_assert(sizeof(GSE_UMGFuncLib_IsMediaBeginPlay) == 0x000010, "Wrong size on GSE_UMGFuncLib_IsMediaBeginPlay"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsMediaBeginPlay, MediaPlayer) == 0x000000, "Member 'GSE_UMGFuncLib_IsMediaBeginPlay::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsMediaBeginPlay, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_IsMediaBeginPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_IsWidgetVisiableWithParent \ +static_assert(alignof(GSE_UMGFuncLib_IsWidgetVisiableWithParent) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_IsWidgetVisiableWithParent"); \ +static_assert(sizeof(GSE_UMGFuncLib_IsWidgetVisiableWithParent) == 0x000010, "Wrong size on GSE_UMGFuncLib_IsWidgetVisiableWithParent"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsWidgetVisiableWithParent, TargetWidget) == 0x000000, "Member 'GSE_UMGFuncLib_IsWidgetVisiableWithParent::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsWidgetVisiableWithParent, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_IsWidgetVisiableWithParent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_IsWidgetVisiableWithParentInList \ +static_assert(alignof(GSE_UMGFuncLib_IsWidgetVisiableWithParentInList) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_IsWidgetVisiableWithParentInList"); \ +static_assert(sizeof(GSE_UMGFuncLib_IsWidgetVisiableWithParentInList) == 0x000020, "Wrong size on GSE_UMGFuncLib_IsWidgetVisiableWithParentInList"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsWidgetVisiableWithParentInList, InWidgetList) == 0x000000, "Member 'GSE_UMGFuncLib_IsWidgetVisiableWithParentInList::InWidgetList' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_IsWidgetVisiableWithParentInList, OutWidgetList) == 0x000010, "Member 'GSE_UMGFuncLib_IsWidgetVisiableWithParentInList::OutWidgetList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_LoadTexture2DToAreaIDArray \ +static_assert(alignof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_LoadTexture2DToAreaIDArray"); \ +static_assert(sizeof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray) == 0x0000E0, "Wrong size on GSE_UMGFuncLib_LoadTexture2DToAreaIDArray"); \ +static_assert(offsetof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray, TargetTexture) == 0x000000, "Member 'GSE_UMGFuncLib_LoadTexture2DToAreaIDArray::TargetTexture' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray, AreaColorIDMap) == 0x000008, "Member 'GSE_UMGFuncLib_LoadTexture2DToAreaIDArray::AreaColorIDMap' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray, AreaData) == 0x000058, "Member 'GSE_UMGFuncLib_LoadTexture2DToAreaIDArray::AreaData' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray, OutOriginPos) == 0x0000A8, "Member 'GSE_UMGFuncLib_LoadTexture2DToAreaIDArray::OutOriginPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray, OutMapSize) == 0x0000B8, "Member 'GSE_UMGFuncLib_LoadTexture2DToAreaIDArray::OutMapSize' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray, ErrMsg) == 0x0000C8, "Member 'GSE_UMGFuncLib_LoadTexture2DToAreaIDArray::ErrMsg' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LoadTexture2DToAreaIDArray, ReturnValue) == 0x0000D8, "Member 'GSE_UMGFuncLib_LoadTexture2DToAreaIDArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_LocalToViewPortPixelPos \ +static_assert(alignof(GSE_UMGFuncLib_LocalToViewPortPixelPos) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_LocalToViewPortPixelPos"); \ +static_assert(sizeof(GSE_UMGFuncLib_LocalToViewPortPixelPos) == 0x000058, "Wrong size on GSE_UMGFuncLib_LocalToViewPortPixelPos"); \ +static_assert(offsetof(GSE_UMGFuncLib_LocalToViewPortPixelPos, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_LocalToViewPortPixelPos::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LocalToViewPortPixelPos, Geometry) == 0x000008, "Member 'GSE_UMGFuncLib_LocalToViewPortPixelPos::Geometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LocalToViewPortPixelPos, ReturnValue) == 0x000048, "Member 'GSE_UMGFuncLib_LocalToViewPortPixelPos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_LocalToViewPortPos \ +static_assert(alignof(GSE_UMGFuncLib_LocalToViewPortPos) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_LocalToViewPortPos"); \ +static_assert(sizeof(GSE_UMGFuncLib_LocalToViewPortPos) == 0x000058, "Wrong size on GSE_UMGFuncLib_LocalToViewPortPos"); \ +static_assert(offsetof(GSE_UMGFuncLib_LocalToViewPortPos, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_LocalToViewPortPos::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LocalToViewPortPos, Geometry) == 0x000008, "Member 'GSE_UMGFuncLib_LocalToViewPortPos::Geometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_LocalToViewPortPos, ReturnValue) == 0x000048, "Member 'GSE_UMGFuncLib_LocalToViewPortPos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_MakeEventReply \ +static_assert(alignof(GSE_UMGFuncLib_MakeEventReply) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_MakeEventReply"); \ +static_assert(sizeof(GSE_UMGFuncLib_MakeEventReply) == 0x0000C0, "Wrong size on GSE_UMGFuncLib_MakeEventReply"); \ +static_assert(offsetof(GSE_UMGFuncLib_MakeEventReply, IsHandled) == 0x000000, "Member 'GSE_UMGFuncLib_MakeEventReply::IsHandled' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_MakeEventReply, ReturnValue) == 0x000008, "Member 'GSE_UMGFuncLib_MakeEventReply::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_NeedExecuteAction \ +static_assert(alignof(GSE_UMGFuncLib_NeedExecuteAction) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_NeedExecuteAction"); \ +static_assert(sizeof(GSE_UMGFuncLib_NeedExecuteAction) == 0x0000E0, "Wrong size on GSE_UMGFuncLib_NeedExecuteAction"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteAction, MyGeometry) == 0x000000, "Member 'GSE_UMGFuncLib_NeedExecuteAction::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteAction, MouseEvent) == 0x000040, "Member 'GSE_UMGFuncLib_NeedExecuteAction::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteAction, AdvancedHitTexture) == 0x0000D0, "Member 'GSE_UMGFuncLib_NeedExecuteAction::AdvancedHitTexture' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteAction, AdvancedHitAlpha) == 0x0000D8, "Member 'GSE_UMGFuncLib_NeedExecuteAction::AdvancedHitAlpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteAction, ReturnValue) == 0x0000DC, "Member 'GSE_UMGFuncLib_NeedExecuteAction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_NeedExecuteActionWithDA \ +static_assert(alignof(GSE_UMGFuncLib_NeedExecuteActionWithDA) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_NeedExecuteActionWithDA"); \ +static_assert(sizeof(GSE_UMGFuncLib_NeedExecuteActionWithDA) == 0x0000E0, "Wrong size on GSE_UMGFuncLib_NeedExecuteActionWithDA"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteActionWithDA, MyGeometry) == 0x000000, "Member 'GSE_UMGFuncLib_NeedExecuteActionWithDA::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteActionWithDA, MouseEvent) == 0x000040, "Member 'GSE_UMGFuncLib_NeedExecuteActionWithDA::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteActionWithDA, HitAreaDA) == 0x0000D0, "Member 'GSE_UMGFuncLib_NeedExecuteActionWithDA::HitAreaDA' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteActionWithDA, AdvancedHitAlpha) == 0x0000D8, "Member 'GSE_UMGFuncLib_NeedExecuteActionWithDA::AdvancedHitAlpha' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NeedExecuteActionWithDA, ReturnValue) == 0x0000DC, "Member 'GSE_UMGFuncLib_NeedExecuteActionWithDA::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_NewLocalStringTable \ +static_assert(alignof(GSE_UMGFuncLib_NewLocalStringTable) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_NewLocalStringTable"); \ +static_assert(sizeof(GSE_UMGFuncLib_NewLocalStringTable) == 0x000020, "Wrong size on GSE_UMGFuncLib_NewLocalStringTable"); \ +static_assert(offsetof(GSE_UMGFuncLib_NewLocalStringTable, ID) == 0x000000, "Member 'GSE_UMGFuncLib_NewLocalStringTable::ID' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NewLocalStringTable, Namespace) == 0x000008, "Member 'GSE_UMGFuncLib_NewLocalStringTable::Namespace' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_NewLocalStringTable, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_NewLocalStringTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_PointerEvent_GetPointerIndex \ +static_assert(alignof(GSE_UMGFuncLib_PointerEvent_GetPointerIndex) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_PointerEvent_GetPointerIndex"); \ +static_assert(sizeof(GSE_UMGFuncLib_PointerEvent_GetPointerIndex) == 0x000098, "Wrong size on GSE_UMGFuncLib_PointerEvent_GetPointerIndex"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_GetPointerIndex, PointerEvent) == 0x000000, "Member 'GSE_UMGFuncLib_PointerEvent_GetPointerIndex::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_GetPointerIndex, ReturnValue) == 0x000090, "Member 'GSE_UMGFuncLib_PointerEvent_GetPointerIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry \ +static_assert(alignof(GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry"); \ +static_assert(sizeof(GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry) == 0x0000E0, "Wrong size on GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry, Geometry) == 0x000000, "Member 'GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry::Geometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry, PointerEvent) == 0x000040, "Member 'GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry, ReturnValue) == 0x0000D0, "Member 'GSE_UMGFuncLib_PointerEvent_GetPositionInGeometry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition \ +static_assert(alignof(GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition"); \ +static_assert(sizeof(GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition) == 0x0000A0, "Wrong size on GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition, PointerEvent) == 0x000000, "Member 'GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition, ReturnValue) == 0x000090, "Member 'GSE_UMGFuncLib_PointerEvent_GetScreenSpacePosition::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown \ +static_assert(alignof(GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown"); \ +static_assert(sizeof(GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown) == 0x0000A0, "Wrong size on GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown, PointerEvent) == 0x000000, "Member 'GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown, MouseButtonName) == 0x000090, "Member 'GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown::MouseButtonName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown, ReturnValue) == 0x000098, "Member 'GSE_UMGFuncLib_PointerEvent_IsMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent \ +static_assert(alignof(GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent"); \ +static_assert(sizeof(GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent) == 0x000098, "Wrong size on GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent, PointerEvent) == 0x000000, "Member 'GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent, ReturnValue) == 0x000090, "Member 'GSE_UMGFuncLib_PointerEvent_IsMouseTouchEvent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove \ +static_assert(alignof(GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove"); \ +static_assert(sizeof(GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove) == 0x000098, "Wrong size on GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove, PointerEvent) == 0x000000, "Member 'GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove, ReturnValue) == 0x000090, "Member 'GSE_UMGFuncLib_PointerEvent_IsTouchFirstMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_QAGetAllWidgetsOfClass \ +static_assert(alignof(GSE_UMGFuncLib_QAGetAllWidgetsOfClass) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_QAGetAllWidgetsOfClass"); \ +static_assert(sizeof(GSE_UMGFuncLib_QAGetAllWidgetsOfClass) == 0x000020, "Wrong size on GSE_UMGFuncLib_QAGetAllWidgetsOfClass"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetAllWidgetsOfClass, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_QAGetAllWidgetsOfClass::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetAllWidgetsOfClass, FoundWidgets) == 0x000008, "Member 'GSE_UMGFuncLib_QAGetAllWidgetsOfClass::FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetAllWidgetsOfClass, WidgetClass) == 0x000018, "Member 'GSE_UMGFuncLib_QAGetAllWidgetsOfClass::WidgetClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_QAGetWidgetCenterPosition \ +static_assert(alignof(GSE_UMGFuncLib_QAGetWidgetCenterPosition) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_QAGetWidgetCenterPosition"); \ +static_assert(sizeof(GSE_UMGFuncLib_QAGetWidgetCenterPosition) == 0x000038, "Wrong size on GSE_UMGFuncLib_QAGetWidgetCenterPosition"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetWidgetCenterPosition, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_QAGetWidgetCenterPosition::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetWidgetCenterPosition, WidgetPosition) == 0x000008, "Member 'GSE_UMGFuncLib_QAGetWidgetCenterPosition::WidgetPosition' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetWidgetCenterPosition, CenterPosition) == 0x000018, "Member 'GSE_UMGFuncLib_QAGetWidgetCenterPosition::CenterPosition' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetWidgetCenterPosition, WidgetSize) == 0x000028, "Member 'GSE_UMGFuncLib_QAGetWidgetCenterPosition::WidgetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_QAGetWidgetWithText \ +static_assert(alignof(GSE_UMGFuncLib_QAGetWidgetWithText) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_QAGetWidgetWithText"); \ +static_assert(sizeof(GSE_UMGFuncLib_QAGetWidgetWithText) == 0x000028, "Wrong size on GSE_UMGFuncLib_QAGetWidgetWithText"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetWidgetWithText, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_QAGetWidgetWithText::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetWidgetWithText, FoundWidgets) == 0x000008, "Member 'GSE_UMGFuncLib_QAGetWidgetWithText::FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_QAGetWidgetWithText, Text) == 0x000018, "Member 'GSE_UMGFuncLib_QAGetWidgetWithText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_RefreshDPIScale \ +static_assert(alignof(GSE_UMGFuncLib_RefreshDPIScale) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_RefreshDPIScale"); \ +static_assert(sizeof(GSE_UMGFuncLib_RefreshDPIScale) == 0x000008, "Wrong size on GSE_UMGFuncLib_RefreshDPIScale"); \ +static_assert(offsetof(GSE_UMGFuncLib_RefreshDPIScale, WorldContext) == 0x000000, "Member 'GSE_UMGFuncLib_RefreshDPIScale::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_RefreshRichTextDefaultStyle \ +static_assert(alignof(GSE_UMGFuncLib_RefreshRichTextDefaultStyle) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_RefreshRichTextDefaultStyle"); \ +static_assert(sizeof(GSE_UMGFuncLib_RefreshRichTextDefaultStyle) == 0x000008, "Wrong size on GSE_UMGFuncLib_RefreshRichTextDefaultStyle"); \ +static_assert(offsetof(GSE_UMGFuncLib_RefreshRichTextDefaultStyle, RichTextBlock) == 0x000000, "Member 'GSE_UMGFuncLib_RefreshRichTextDefaultStyle::RichTextBlock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_RemoveUserWidgetAsSlateFromViewport \ +static_assert(alignof(GSE_UMGFuncLib_RemoveUserWidgetAsSlateFromViewport) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_RemoveUserWidgetAsSlateFromViewport"); \ +static_assert(sizeof(GSE_UMGFuncLib_RemoveUserWidgetAsSlateFromViewport) == 0x000008, "Wrong size on GSE_UMGFuncLib_RemoveUserWidgetAsSlateFromViewport"); \ +static_assert(offsetof(GSE_UMGFuncLib_RemoveUserWidgetAsSlateFromViewport, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_RemoveUserWidgetAsSlateFromViewport::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetBrushResource \ +static_assert(alignof(GSE_UMGFuncLib_SetBrushResource) == 0x000010, "Wrong alignment on GSE_UMGFuncLib_SetBrushResource"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetBrushResource) == 0x0001B0, "Wrong size on GSE_UMGFuncLib_SetBrushResource"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetBrushResource, InBrush) == 0x000000, "Member 'GSE_UMGFuncLib_SetBrushResource::InBrush' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetBrushResource, InResourceObject) == 0x0000D0, "Member 'GSE_UMGFuncLib_SetBrushResource::InResourceObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetBrushResource, OutBrush) == 0x0000E0, "Member 'GSE_UMGFuncLib_SetBrushResource::OutBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetColorVisionDeficiencyType \ +static_assert(alignof(GSE_UMGFuncLib_SetColorVisionDeficiencyType) == 0x000004, "Wrong alignment on GSE_UMGFuncLib_SetColorVisionDeficiencyType"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetColorVisionDeficiencyType) == 0x00000C, "Wrong size on GSE_UMGFuncLib_SetColorVisionDeficiencyType"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetColorVisionDeficiencyType, Type) == 0x000000, "Member 'GSE_UMGFuncLib_SetColorVisionDeficiencyType::Type' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetColorVisionDeficiencyType, Severity) == 0x000004, "Member 'GSE_UMGFuncLib_SetColorVisionDeficiencyType::Severity' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetColorVisionDeficiencyType, CorrectDeficiency) == 0x000008, "Member 'GSE_UMGFuncLib_SetColorVisionDeficiencyType::CorrectDeficiency' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetColorVisionDeficiencyType, ShowCorrectionWithDeficiency) == 0x000009, "Member 'GSE_UMGFuncLib_SetColorVisionDeficiencyType::ShowCorrectionWithDeficiency' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetCurrentCulture \ +static_assert(alignof(GSE_UMGFuncLib_SetCurrentCulture) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SetCurrentCulture"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetCurrentCulture) == 0x000018, "Wrong size on GSE_UMGFuncLib_SetCurrentCulture"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetCurrentCulture, CultureName) == 0x000000, "Member 'GSE_UMGFuncLib_SetCurrentCulture::CultureName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetCurrentCulture, ReturnValue) == 0x000010, "Member 'GSE_UMGFuncLib_SetCurrentCulture::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetHardwareCursor \ +static_assert(alignof(GSE_UMGFuncLib_SetHardwareCursor) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SetHardwareCursor"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetHardwareCursor) == 0x000030, "Wrong size on GSE_UMGFuncLib_SetHardwareCursor"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetHardwareCursor, WorldContextObject) == 0x000000, "Member 'GSE_UMGFuncLib_SetHardwareCursor::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetHardwareCursor, CursorShape) == 0x000008, "Member 'GSE_UMGFuncLib_SetHardwareCursor::CursorShape' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetHardwareCursor, CursorName) == 0x00000C, "Member 'GSE_UMGFuncLib_SetHardwareCursor::CursorName' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetHardwareCursor, HotSpot) == 0x000018, "Member 'GSE_UMGFuncLib_SetHardwareCursor::HotSpot' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetHardwareCursor, ReturnValue) == 0x000028, "Member 'GSE_UMGFuncLib_SetHardwareCursor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetLocalStringTableEntry \ +static_assert(alignof(GSE_UMGFuncLib_SetLocalStringTableEntry) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SetLocalStringTableEntry"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetLocalStringTableEntry) == 0x000030, "Wrong size on GSE_UMGFuncLib_SetLocalStringTableEntry"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetLocalStringTableEntry, ID) == 0x000000, "Member 'GSE_UMGFuncLib_SetLocalStringTableEntry::ID' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetLocalStringTableEntry, Key) == 0x000008, "Member 'GSE_UMGFuncLib_SetLocalStringTableEntry::Key' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetLocalStringTableEntry, Src) == 0x000018, "Member 'GSE_UMGFuncLib_SetLocalStringTableEntry::Src' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetLocalStringTableEntry, ReturnValue) == 0x000028, "Member 'GSE_UMGFuncLib_SetLocalStringTableEntry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetTextToBitmapFontBox \ +static_assert(alignof(GSE_UMGFuncLib_SetTextToBitmapFontBox) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SetTextToBitmapFontBox"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetTextToBitmapFontBox) == 0x000020, "Wrong size on GSE_UMGFuncLib_SetTextToBitmapFontBox"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetTextToBitmapFontBox, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_SetTextToBitmapFontBox::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetTextToBitmapFontBox, Text) == 0x000008, "Member 'GSE_UMGFuncLib_SetTextToBitmapFontBox::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetUserFocusWithCause \ +static_assert(alignof(GSE_UMGFuncLib_SetUserFocusWithCause) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SetUserFocusWithCause"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetUserFocusWithCause) == 0x000018, "Wrong size on GSE_UMGFuncLib_SetUserFocusWithCause"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetUserFocusWithCause, PlayerController) == 0x000000, "Member 'GSE_UMGFuncLib_SetUserFocusWithCause::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetUserFocusWithCause, Widget) == 0x000008, "Member 'GSE_UMGFuncLib_SetUserFocusWithCause::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetUserFocusWithCause, Cause) == 0x000010, "Member 'GSE_UMGFuncLib_SetUserFocusWithCause::Cause' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SetWidgetEnable \ +static_assert(alignof(GSE_UMGFuncLib_SetWidgetEnable) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SetWidgetEnable"); \ +static_assert(sizeof(GSE_UMGFuncLib_SetWidgetEnable) == 0x000010, "Wrong size on GSE_UMGFuncLib_SetWidgetEnable"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetWidgetEnable, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_SetWidgetEnable::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SetWidgetEnable, Enable) == 0x000008, "Member 'GSE_UMGFuncLib_SetWidgetEnable::Enable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SlateAbsoluteToLocal \ +static_assert(alignof(GSE_UMGFuncLib_SlateAbsoluteToLocal) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SlateAbsoluteToLocal"); \ +static_assert(sizeof(GSE_UMGFuncLib_SlateAbsoluteToLocal) == 0x000060, "Wrong size on GSE_UMGFuncLib_SlateAbsoluteToLocal"); \ +static_assert(offsetof(GSE_UMGFuncLib_SlateAbsoluteToLocal, Geometry) == 0x000000, "Member 'GSE_UMGFuncLib_SlateAbsoluteToLocal::Geometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SlateAbsoluteToLocal, AbsolutePos) == 0x000040, "Member 'GSE_UMGFuncLib_SlateAbsoluteToLocal::AbsolutePos' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SlateAbsoluteToLocal, ReturnValue) == 0x000050, "Member 'GSE_UMGFuncLib_SlateAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_SlateLocalToAbsolute \ +static_assert(alignof(GSE_UMGFuncLib_SlateLocalToAbsolute) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_SlateLocalToAbsolute"); \ +static_assert(sizeof(GSE_UMGFuncLib_SlateLocalToAbsolute) == 0x000060, "Wrong size on GSE_UMGFuncLib_SlateLocalToAbsolute"); \ +static_assert(offsetof(GSE_UMGFuncLib_SlateLocalToAbsolute, Geometry) == 0x000000, "Member 'GSE_UMGFuncLib_SlateLocalToAbsolute::Geometry' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SlateLocalToAbsolute, LocalPos) == 0x000040, "Member 'GSE_UMGFuncLib_SlateLocalToAbsolute::LocalPos' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_SlateLocalToAbsolute, ReturnValue) == 0x000050, "Member 'GSE_UMGFuncLib_SlateLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_WidgetAbsoluteToLocal \ +static_assert(alignof(GSE_UMGFuncLib_WidgetAbsoluteToLocal) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_WidgetAbsoluteToLocal"); \ +static_assert(sizeof(GSE_UMGFuncLib_WidgetAbsoluteToLocal) == 0x000028, "Wrong size on GSE_UMGFuncLib_WidgetAbsoluteToLocal"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetAbsoluteToLocal, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_WidgetAbsoluteToLocal::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetAbsoluteToLocal, AbsoluteCoordinates) == 0x000008, "Member 'GSE_UMGFuncLib_WidgetAbsoluteToLocal::AbsoluteCoordinates' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetAbsoluteToLocal, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_WidgetAbsoluteToLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_WidgetLocalToAbsolute \ +static_assert(alignof(GSE_UMGFuncLib_WidgetLocalToAbsolute) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_WidgetLocalToAbsolute"); \ +static_assert(sizeof(GSE_UMGFuncLib_WidgetLocalToAbsolute) == 0x000028, "Wrong size on GSE_UMGFuncLib_WidgetLocalToAbsolute"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetLocalToAbsolute, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_WidgetLocalToAbsolute::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetLocalToAbsolute, LocalCoordinates) == 0x000008, "Member 'GSE_UMGFuncLib_WidgetLocalToAbsolute::LocalCoordinates' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetLocalToAbsolute, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_WidgetLocalToAbsolute::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_UMGFuncLib_WidgetLocalToRoundedLocal \ +static_assert(alignof(GSE_UMGFuncLib_WidgetLocalToRoundedLocal) == 0x000008, "Wrong alignment on GSE_UMGFuncLib_WidgetLocalToRoundedLocal"); \ +static_assert(sizeof(GSE_UMGFuncLib_WidgetLocalToRoundedLocal) == 0x000028, "Wrong size on GSE_UMGFuncLib_WidgetLocalToRoundedLocal"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetLocalToRoundedLocal, Widget) == 0x000000, "Member 'GSE_UMGFuncLib_WidgetLocalToRoundedLocal::Widget' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetLocalToRoundedLocal, LocalCoordinates) == 0x000008, "Member 'GSE_UMGFuncLib_WidgetLocalToRoundedLocal::LocalCoordinates' has a wrong offset!"); \ +static_assert(offsetof(GSE_UMGFuncLib_WidgetLocalToRoundedLocal, ReturnValue) == 0x000018, "Member 'GSE_UMGFuncLib_WidgetLocalToRoundedLocal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_UMGFuncLib \ +static_assert(alignof(UGSE_UMGFuncLib) == 0x000008, "Wrong alignment on UGSE_UMGFuncLib"); \ +static_assert(sizeof(UGSE_UMGFuncLib) == 0x000028, "Wrong size on UGSE_UMGFuncLib"); \ + +#define DUMPER7_ASSERTS_GSE_WidgetCompFuncLib_DestoryWidgetComponent \ +static_assert(alignof(GSE_WidgetCompFuncLib_DestoryWidgetComponent) == 0x000008, "Wrong alignment on GSE_WidgetCompFuncLib_DestoryWidgetComponent"); \ +static_assert(sizeof(GSE_WidgetCompFuncLib_DestoryWidgetComponent) == 0x000008, "Wrong size on GSE_WidgetCompFuncLib_DestoryWidgetComponent"); \ +static_assert(offsetof(GSE_WidgetCompFuncLib_DestoryWidgetComponent, Comp) == 0x000000, "Member 'GSE_WidgetCompFuncLib_DestoryWidgetComponent::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WidgetCompFuncLib_RegisterWidgetComponent \ +static_assert(alignof(GSE_WidgetCompFuncLib_RegisterWidgetComponent) == 0x000008, "Wrong alignment on GSE_WidgetCompFuncLib_RegisterWidgetComponent"); \ +static_assert(sizeof(GSE_WidgetCompFuncLib_RegisterWidgetComponent) == 0x000008, "Wrong size on GSE_WidgetCompFuncLib_RegisterWidgetComponent"); \ +static_assert(offsetof(GSE_WidgetCompFuncLib_RegisterWidgetComponent, Comp) == 0x000000, "Member 'GSE_WidgetCompFuncLib_RegisterWidgetComponent::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_WidgetCompFuncLib_UnregisterWidgetComponent \ +static_assert(alignof(GSE_WidgetCompFuncLib_UnregisterWidgetComponent) == 0x000008, "Wrong alignment on GSE_WidgetCompFuncLib_UnregisterWidgetComponent"); \ +static_assert(sizeof(GSE_WidgetCompFuncLib_UnregisterWidgetComponent) == 0x000008, "Wrong size on GSE_WidgetCompFuncLib_UnregisterWidgetComponent"); \ +static_assert(offsetof(GSE_WidgetCompFuncLib_UnregisterWidgetComponent, Comp) == 0x000000, "Member 'GSE_WidgetCompFuncLib_UnregisterWidgetComponent::Comp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSE_WidgetCompFuncLib \ +static_assert(alignof(UGSE_WidgetCompFuncLib) == 0x000008, "Wrong alignment on UGSE_WidgetCompFuncLib"); \ +static_assert(sizeof(UGSE_WidgetCompFuncLib) == 0x000028, "Wrong size on UGSE_WidgetCompFuncLib"); \ + +#define DUMPER7_ASSERTS_UGSFocusWidget \ +static_assert(alignof(UGSFocusWidget) == 0x000008, "Wrong alignment on UGSFocusWidget"); \ +static_assert(sizeof(UGSFocusWidget) == 0x000148, "Wrong size on UGSFocusWidget"); \ +static_assert(offsetof(UGSFocusWidget, IsFocusable) == 0x000130, "Member 'UGSFocusWidget::IsFocusable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSLerpCon \ +static_assert(alignof(UGSLerpCon) == 0x000008, "Wrong alignment on UGSLerpCon"); \ +static_assert(sizeof(UGSLerpCon) == 0x000158, "Wrong size on UGSLerpCon"); \ + +#define DUMPER7_ASSERTS_UGSLerpConSlot \ +static_assert(alignof(UGSLerpConSlot) == 0x000008, "Wrong alignment on UGSLerpConSlot"); \ +static_assert(sizeof(UGSLerpConSlot) == 0x000048, "Wrong size on UGSLerpConSlot"); \ + +#define DUMPER7_ASSERTS_AGSNavigationChunkContainerActor \ +static_assert(alignof(AGSNavigationChunkContainerActor) == 0x000008, "Wrong alignment on AGSNavigationChunkContainerActor"); \ +static_assert(sizeof(AGSNavigationChunkContainerActor) == 0x000290, "Wrong size on AGSNavigationChunkContainerActor"); \ +static_assert(offsetof(AGSNavigationChunkContainerActor, ChunkActorGridSize) == 0x000288, "Member 'AGSNavigationChunkContainerActor::ChunkActorGridSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSNavigationSystemModuleConfig \ +static_assert(alignof(UGSNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UGSNavigationSystemModuleConfig"); \ +static_assert(sizeof(UGSNavigationSystemModuleConfig) == 0x000058, "Wrong size on UGSNavigationSystemModuleConfig"); \ + +#define DUMPER7_ASSERTS_UGSNavigationSystemV1 \ +static_assert(alignof(UGSNavigationSystemV1) == 0x000008, "Wrong alignment on UGSNavigationSystemV1"); \ +static_assert(sizeof(UGSNavigationSystemV1) == 0x001698, "Wrong size on UGSNavigationSystemV1"); \ + +#define DUMPER7_ASSERTS_UGSNavigationWorldSubsystem \ +static_assert(alignof(UGSNavigationWorldSubsystem) == 0x000008, "Wrong alignment on UGSNavigationWorldSubsystem"); \ +static_assert(sizeof(UGSNavigationWorldSubsystem) == 0x0000F0, "Wrong size on UGSNavigationWorldSubsystem"); \ + +#define DUMPER7_ASSERTS_UGSOfflineFontBox \ +static_assert(alignof(UGSOfflineFontBox) == 0x000008, "Wrong alignment on UGSOfflineFontBox"); \ +static_assert(sizeof(UGSOfflineFontBox) == 0x000190, "Wrong size on UGSOfflineFontBox"); \ +static_assert(offsetof(UGSOfflineFontBox, BrushArray) == 0x000130, "Member 'UGSOfflineFontBox::BrushArray' has a wrong offset!"); \ +static_assert(offsetof(UGSOfflineFontBox, Font) == 0x000140, "Member 'UGSOfflineFontBox::Font' has a wrong offset!"); \ +static_assert(offsetof(UGSOfflineFontBox, Text) == 0x000148, "Member 'UGSOfflineFontBox::Text' has a wrong offset!"); \ +static_assert(offsetof(UGSOfflineFontBox, TextDelegate) == 0x000160, "Member 'UGSOfflineFontBox::TextDelegate' has a wrong offset!"); \ +static_assert(offsetof(UGSOfflineFontBox, FontScaleFactor) == 0x000170, "Member 'UGSOfflineFontBox::FontScaleFactor' has a wrong offset!"); \ +static_assert(offsetof(UGSOfflineFontBox, UVPadding) == 0x000178, "Member 'UGSOfflineFontBox::UVPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRetainerBox_OnViewWidgetSizeChangedEvent \ +static_assert(alignof(GSRetainerBox_OnViewWidgetSizeChangedEvent) == 0x000008, "Wrong alignment on GSRetainerBox_OnViewWidgetSizeChangedEvent"); \ +static_assert(sizeof(GSRetainerBox_OnViewWidgetSizeChangedEvent) == 0x000010, "Wrong size on GSRetainerBox_OnViewWidgetSizeChangedEvent"); \ +static_assert(offsetof(GSRetainerBox_OnViewWidgetSizeChangedEvent, Size) == 0x000000, "Member 'GSRetainerBox_OnViewWidgetSizeChangedEvent::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRetainerBox_SetEffectMaterial \ +static_assert(alignof(GSRetainerBox_SetEffectMaterial) == 0x000008, "Wrong alignment on GSRetainerBox_SetEffectMaterial"); \ +static_assert(sizeof(GSRetainerBox_SetEffectMaterial) == 0x000008, "Wrong size on GSRetainerBox_SetEffectMaterial"); \ +static_assert(offsetof(GSRetainerBox_SetEffectMaterial, EffectMaterial_0) == 0x000000, "Member 'GSRetainerBox_SetEffectMaterial::EffectMaterial_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRetainerBox_SetRenderingPhase \ +static_assert(alignof(GSRetainerBox_SetRenderingPhase) == 0x000004, "Wrong alignment on GSRetainerBox_SetRenderingPhase"); \ +static_assert(sizeof(GSRetainerBox_SetRenderingPhase) == 0x000008, "Wrong size on GSRetainerBox_SetRenderingPhase"); \ +static_assert(offsetof(GSRetainerBox_SetRenderingPhase, RenderPhase) == 0x000000, "Member 'GSRetainerBox_SetRenderingPhase::RenderPhase' has a wrong offset!"); \ +static_assert(offsetof(GSRetainerBox_SetRenderingPhase, TotalPhases) == 0x000004, "Member 'GSRetainerBox_SetRenderingPhase::TotalPhases' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRetainerBox_SetRetainRendering \ +static_assert(alignof(GSRetainerBox_SetRetainRendering) == 0x000001, "Wrong alignment on GSRetainerBox_SetRetainRendering"); \ +static_assert(sizeof(GSRetainerBox_SetRetainRendering) == 0x000001, "Wrong size on GSRetainerBox_SetRetainRendering"); \ +static_assert(offsetof(GSRetainerBox_SetRetainRendering, bInRetainRendering) == 0x000000, "Member 'GSRetainerBox_SetRetainRendering::bInRetainRendering' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRetainerBox_SetTextureParameter \ +static_assert(alignof(GSRetainerBox_SetTextureParameter) == 0x000004, "Wrong alignment on GSRetainerBox_SetTextureParameter"); \ +static_assert(sizeof(GSRetainerBox_SetTextureParameter) == 0x000008, "Wrong size on GSRetainerBox_SetTextureParameter"); \ +static_assert(offsetof(GSRetainerBox_SetTextureParameter, TextureParameter_0) == 0x000000, "Member 'GSRetainerBox_SetTextureParameter::TextureParameter_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRetainerBox_GetEffectMaterial \ +static_assert(alignof(GSRetainerBox_GetEffectMaterial) == 0x000008, "Wrong alignment on GSRetainerBox_GetEffectMaterial"); \ +static_assert(sizeof(GSRetainerBox_GetEffectMaterial) == 0x000008, "Wrong size on GSRetainerBox_GetEffectMaterial"); \ +static_assert(offsetof(GSRetainerBox_GetEffectMaterial, ReturnValue) == 0x000000, "Member 'GSRetainerBox_GetEffectMaterial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UnrealExtent__UGSRetainerBox \ +static_assert(alignof(UnrealExtent::UGSRetainerBox) == 0x000008, "Wrong alignment on UnrealExtent::UGSRetainerBox"); \ +static_assert(sizeof(UnrealExtent::UGSRetainerBox) == 0x000178, "Wrong size on UnrealExtent::UGSRetainerBox"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, bRetainRender) == 0x000148, "Member 'UnrealExtent::UGSRetainerBox::bRetainRender' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, RenderOnInvalidation) == 0x000149, "Member 'UnrealExtent::UGSRetainerBox::RenderOnInvalidation' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, RenderOnPhase) == 0x00014A, "Member 'UnrealExtent::UGSRetainerBox::RenderOnPhase' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, Phase) == 0x00014C, "Member 'UnrealExtent::UGSRetainerBox::Phase' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, PhaseCount) == 0x000150, "Member 'UnrealExtent::UGSRetainerBox::PhaseCount' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, IsGSPixToPix) == 0x000154, "Member 'UnrealExtent::UGSRetainerBox::IsGSPixToPix' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, EffectMaterial) == 0x000158, "Member 'UnrealExtent::UGSRetainerBox::EffectMaterial' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSRetainerBox, TextureParameter) == 0x000160, "Member 'UnrealExtent::UGSRetainerBox::TextureParameter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichTextBlock_ApplyText \ +static_assert(alignof(GSRichTextBlock_ApplyText) == 0x000008, "Wrong alignment on GSRichTextBlock_ApplyText"); \ +static_assert(sizeof(GSRichTextBlock_ApplyText) == 0x000018, "Wrong size on GSRichTextBlock_ApplyText"); \ +static_assert(offsetof(GSRichTextBlock_ApplyText, InText) == 0x000000, "Member 'GSRichTextBlock_ApplyText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichTextBlock_SetDefaultIndentSize \ +static_assert(alignof(GSRichTextBlock_SetDefaultIndentSize) == 0x000004, "Wrong alignment on GSRichTextBlock_SetDefaultIndentSize"); \ +static_assert(sizeof(GSRichTextBlock_SetDefaultIndentSize) == 0x000004, "Wrong size on GSRichTextBlock_SetDefaultIndentSize"); \ +static_assert(offsetof(GSRichTextBlock_SetDefaultIndentSize, InDefaultIndentSize) == 0x000000, "Member 'GSRichTextBlock_SetDefaultIndentSize::InDefaultIndentSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichTextBlock_SetUseIndent \ +static_assert(alignof(GSRichTextBlock_SetUseIndent) == 0x000001, "Wrong alignment on GSRichTextBlock_SetUseIndent"); \ +static_assert(sizeof(GSRichTextBlock_SetUseIndent) == 0x000001, "Wrong size on GSRichTextBlock_SetUseIndent"); \ +static_assert(offsetof(GSRichTextBlock_SetUseIndent, InUseIndent) == 0x000000, "Member 'GSRichTextBlock_SetUseIndent::InUseIndent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichTextBlock_GetContent \ +static_assert(alignof(GSRichTextBlock_GetContent) == 0x000008, "Wrong alignment on GSRichTextBlock_GetContent"); \ +static_assert(sizeof(GSRichTextBlock_GetContent) == 0x000010, "Wrong size on GSRichTextBlock_GetContent"); \ +static_assert(offsetof(GSRichTextBlock_GetContent, ReturnValue) == 0x000000, "Member 'GSRichTextBlock_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichTextBlock_GetDefaultIndentSize \ +static_assert(alignof(GSRichTextBlock_GetDefaultIndentSize) == 0x000004, "Wrong alignment on GSRichTextBlock_GetDefaultIndentSize"); \ +static_assert(sizeof(GSRichTextBlock_GetDefaultIndentSize) == 0x000004, "Wrong size on GSRichTextBlock_GetDefaultIndentSize"); \ +static_assert(offsetof(GSRichTextBlock_GetDefaultIndentSize, ReturnValue) == 0x000000, "Member 'GSRichTextBlock_GetDefaultIndentSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichTextBlock_GetUseIndent \ +static_assert(alignof(GSRichTextBlock_GetUseIndent) == 0x000001, "Wrong alignment on GSRichTextBlock_GetUseIndent"); \ +static_assert(sizeof(GSRichTextBlock_GetUseIndent) == 0x000001, "Wrong size on GSRichTextBlock_GetUseIndent"); \ +static_assert(offsetof(GSRichTextBlock_GetUseIndent, ReturnValue) == 0x000000, "Member 'GSRichTextBlock_GetUseIndent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSRichTextBlock \ +static_assert(alignof(UGSRichTextBlock) == 0x000010, "Wrong alignment on UGSRichTextBlock"); \ +static_assert(sizeof(UGSRichTextBlock) == 0x000970, "Wrong size on UGSRichTextBlock"); \ +static_assert(offsetof(UGSRichTextBlock, UseIndent) == 0x0008B8, "Member 'UGSRichTextBlock::UseIndent' has a wrong offset!"); \ +static_assert(offsetof(UGSRichTextBlock, Ellipsis) == 0x0008C0, "Member 'UGSRichTextBlock::Ellipsis' has a wrong offset!"); \ +static_assert(offsetof(UGSRichTextBlock, DefaultIndentSize) == 0x0008D0, "Member 'UGSRichTextBlock::DefaultIndentSize' has a wrong offset!"); \ +static_assert(offsetof(UGSRichTextBlock, DefaultCaltureConfig) == 0x0008D4, "Member 'UGSRichTextBlock::DefaultCaltureConfig' has a wrong offset!"); \ +static_assert(offsetof(UGSRichTextBlock, JapanCaltureConfig) == 0x0008E8, "Member 'UGSRichTextBlock::JapanCaltureConfig' has a wrong offset!"); \ +static_assert(offsetof(UGSRichTextBlock, Content) == 0x000900, "Member 'UGSRichTextBlock::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSHeightOverride \ +static_assert(alignof(GSRichScaleText_SetGSHeightOverride) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSHeightOverride"); \ +static_assert(sizeof(GSRichScaleText_SetGSHeightOverride) == 0x000004, "Wrong size on GSRichScaleText_SetGSHeightOverride"); \ +static_assert(offsetof(GSRichScaleText_SetGSHeightOverride, InGSHeightOverride) == 0x000000, "Member 'GSRichScaleText_SetGSHeightOverride::InGSHeightOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSMaxAspectRatio \ +static_assert(alignof(GSRichScaleText_SetGSMaxAspectRatio) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSMaxAspectRatio"); \ +static_assert(sizeof(GSRichScaleText_SetGSMaxAspectRatio) == 0x000004, "Wrong size on GSRichScaleText_SetGSMaxAspectRatio"); \ +static_assert(offsetof(GSRichScaleText_SetGSMaxAspectRatio, InGSMaxAspectRatio) == 0x000000, "Member 'GSRichScaleText_SetGSMaxAspectRatio::InGSMaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSMaxDesiredHeight \ +static_assert(alignof(GSRichScaleText_SetGSMaxDesiredHeight) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSMaxDesiredHeight"); \ +static_assert(sizeof(GSRichScaleText_SetGSMaxDesiredHeight) == 0x000004, "Wrong size on GSRichScaleText_SetGSMaxDesiredHeight"); \ +static_assert(offsetof(GSRichScaleText_SetGSMaxDesiredHeight, InGSMaxDesiredHeight) == 0x000000, "Member 'GSRichScaleText_SetGSMaxDesiredHeight::InGSMaxDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSMaxDesiredWidth \ +static_assert(alignof(GSRichScaleText_SetGSMaxDesiredWidth) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSMaxDesiredWidth"); \ +static_assert(sizeof(GSRichScaleText_SetGSMaxDesiredWidth) == 0x000004, "Wrong size on GSRichScaleText_SetGSMaxDesiredWidth"); \ +static_assert(offsetof(GSRichScaleText_SetGSMaxDesiredWidth, InGSMaxDesiredWidth) == 0x000000, "Member 'GSRichScaleText_SetGSMaxDesiredWidth::InGSMaxDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSMinAspectRatio \ +static_assert(alignof(GSRichScaleText_SetGSMinAspectRatio) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSMinAspectRatio"); \ +static_assert(sizeof(GSRichScaleText_SetGSMinAspectRatio) == 0x000004, "Wrong size on GSRichScaleText_SetGSMinAspectRatio"); \ +static_assert(offsetof(GSRichScaleText_SetGSMinAspectRatio, InGSMinAspectRatio) == 0x000000, "Member 'GSRichScaleText_SetGSMinAspectRatio::InGSMinAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSMinDesiredHeight \ +static_assert(alignof(GSRichScaleText_SetGSMinDesiredHeight) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSMinDesiredHeight"); \ +static_assert(sizeof(GSRichScaleText_SetGSMinDesiredHeight) == 0x000004, "Wrong size on GSRichScaleText_SetGSMinDesiredHeight"); \ +static_assert(offsetof(GSRichScaleText_SetGSMinDesiredHeight, InGSMinDesiredHeight) == 0x000000, "Member 'GSRichScaleText_SetGSMinDesiredHeight::InGSMinDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSMinDesiredWidth \ +static_assert(alignof(GSRichScaleText_SetGSMinDesiredWidth) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSMinDesiredWidth"); \ +static_assert(sizeof(GSRichScaleText_SetGSMinDesiredWidth) == 0x000004, "Wrong size on GSRichScaleText_SetGSMinDesiredWidth"); \ +static_assert(offsetof(GSRichScaleText_SetGSMinDesiredWidth, InGSMinDesiredWidth) == 0x000000, "Member 'GSRichScaleText_SetGSMinDesiredWidth::InGSMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetGSWidthOverride \ +static_assert(alignof(GSRichScaleText_SetGSWidthOverride) == 0x000004, "Wrong alignment on GSRichScaleText_SetGSWidthOverride"); \ +static_assert(sizeof(GSRichScaleText_SetGSWidthOverride) == 0x000004, "Wrong size on GSRichScaleText_SetGSWidthOverride"); \ +static_assert(offsetof(GSRichScaleText_SetGSWidthOverride, InGSWidthOverride) == 0x000000, "Member 'GSRichScaleText_SetGSWidthOverride::InGSWidthOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetHorizontalAlignment \ +static_assert(alignof(GSRichScaleText_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GSRichScaleText_SetHorizontalAlignment"); \ +static_assert(sizeof(GSRichScaleText_SetHorizontalAlignment) == 0x000001, "Wrong size on GSRichScaleText_SetHorizontalAlignment"); \ +static_assert(offsetof(GSRichScaleText_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GSRichScaleText_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetIgnoreInheritedScale \ +static_assert(alignof(GSRichScaleText_SetIgnoreInheritedScale) == 0x000001, "Wrong alignment on GSRichScaleText_SetIgnoreInheritedScale"); \ +static_assert(sizeof(GSRichScaleText_SetIgnoreInheritedScale) == 0x000001, "Wrong size on GSRichScaleText_SetIgnoreInheritedScale"); \ +static_assert(offsetof(GSRichScaleText_SetIgnoreInheritedScale, bInIgnoreInheritedScale) == 0x000000, "Member 'GSRichScaleText_SetIgnoreInheritedScale::bInIgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetStretch \ +static_assert(alignof(GSRichScaleText_SetStretch) == 0x000001, "Wrong alignment on GSRichScaleText_SetStretch"); \ +static_assert(sizeof(GSRichScaleText_SetStretch) == 0x000001, "Wrong size on GSRichScaleText_SetStretch"); \ +static_assert(offsetof(GSRichScaleText_SetStretch, InStretch) == 0x000000, "Member 'GSRichScaleText_SetStretch::InStretch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetStretchDirection \ +static_assert(alignof(GSRichScaleText_SetStretchDirection) == 0x000001, "Wrong alignment on GSRichScaleText_SetStretchDirection"); \ +static_assert(sizeof(GSRichScaleText_SetStretchDirection) == 0x000001, "Wrong size on GSRichScaleText_SetStretchDirection"); \ +static_assert(offsetof(GSRichScaleText_SetStretchDirection, InStretchDirection) == 0x000000, "Member 'GSRichScaleText_SetStretchDirection::InStretchDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetUserSpecifiedScale \ +static_assert(alignof(GSRichScaleText_SetUserSpecifiedScale) == 0x000004, "Wrong alignment on GSRichScaleText_SetUserSpecifiedScale"); \ +static_assert(sizeof(GSRichScaleText_SetUserSpecifiedScale) == 0x000004, "Wrong size on GSRichScaleText_SetUserSpecifiedScale"); \ +static_assert(offsetof(GSRichScaleText_SetUserSpecifiedScale, InUserSpecifiedScale) == 0x000000, "Member 'GSRichScaleText_SetUserSpecifiedScale::InUserSpecifiedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRichScaleText_SetVerticalAlignment \ +static_assert(alignof(GSRichScaleText_SetVerticalAlignment) == 0x000001, "Wrong alignment on GSRichScaleText_SetVerticalAlignment"); \ +static_assert(sizeof(GSRichScaleText_SetVerticalAlignment) == 0x000001, "Wrong size on GSRichScaleText_SetVerticalAlignment"); \ +static_assert(offsetof(GSRichScaleText_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GSRichScaleText_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSRichScaleText \ +static_assert(alignof(UGSRichScaleText) == 0x000010, "Wrong alignment on UGSRichScaleText"); \ +static_assert(sizeof(UGSRichScaleText) == 0x0009C0, "Wrong size on UGSRichScaleText"); \ +static_assert(offsetof(UGSRichScaleText, GSWidthOverride) == 0x000970, "Member 'UGSRichScaleText::GSWidthOverride' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, GSHeightOverride) == 0x000974, "Member 'UGSRichScaleText::GSHeightOverride' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, GSMinDesiredWidth) == 0x000978, "Member 'UGSRichScaleText::GSMinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, GSMinDesiredHeight) == 0x00097C, "Member 'UGSRichScaleText::GSMinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, GSMaxDesiredWidth) == 0x000980, "Member 'UGSRichScaleText::GSMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, GSMaxDesiredHeight) == 0x000984, "Member 'UGSRichScaleText::GSMaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, GSMinAspectRatio) == 0x000988, "Member 'UGSRichScaleText::GSMinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, GSMaxAspectRatio) == 0x00098C, "Member 'UGSRichScaleText::GSMaxAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, Stretch) == 0x000991, "Member 'UGSRichScaleText::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, StretchDirection) == 0x000992, "Member 'UGSRichScaleText::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, UserSpecifiedScale) == 0x000994, "Member 'UGSRichScaleText::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, IgnoreInheritedScale) == 0x000998, "Member 'UGSRichScaleText::IgnoreInheritedScale' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, HorizontalAlignment) == 0x000999, "Member 'UGSRichScaleText::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGSRichScaleText, VerticalAlignment) == 0x00099A, "Member 'UGSRichScaleText::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRoundRect_CalcMappingRoundRectPoint \ +static_assert(alignof(GSRoundRect_CalcMappingRoundRectPoint) == 0x000008, "Wrong alignment on GSRoundRect_CalcMappingRoundRectPoint"); \ +static_assert(sizeof(GSRoundRect_CalcMappingRoundRectPoint) == 0x000060, "Wrong size on GSRoundRect_CalcMappingRoundRectPoint"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, PosInViewPort) == 0x000000, "Member 'GSRoundRect_CalcMappingRoundRectPoint::PosInViewPort' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, IsInFront) == 0x000010, "Member 'GSRoundRect_CalcMappingRoundRectPoint::IsInFront' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, InnerContentRectSize) == 0x000018, "Member 'GSRoundRect_CalcMappingRoundRectPoint::InnerContentRectSize' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, InnerContentRectAlign) == 0x000028, "Member 'GSRoundRect_CalcMappingRoundRectPoint::InnerContentRectAlign' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, IsOuter) == 0x000038, "Member 'GSRoundRect_CalcMappingRoundRectPoint::IsOuter' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, BorderPosRefRoundRect) == 0x000040, "Member 'GSRoundRect_CalcMappingRoundRectPoint::BorderPosRefRoundRect' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, RectAngle) == 0x000050, "Member 'GSRoundRect_CalcMappingRoundRectPoint::RectAngle' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, OutIndicatorType) == 0x000054, "Member 'GSRoundRect_CalcMappingRoundRectPoint::OutIndicatorType' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRect_CalcMappingRoundRectPoint, ReturnValue) == 0x000058, "Member 'GSRoundRect_CalcMappingRoundRectPoint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSRoundRect \ +static_assert(alignof(UGSRoundRect) == 0x000008, "Wrong alignment on UGSRoundRect"); \ +static_assert(sizeof(UGSRoundRect) == 0x000158, "Wrong size on UGSRoundRect"); \ + +#define DUMPER7_ASSERTS_UGSRoundRectQuick \ +static_assert(alignof(UGSRoundRectQuick) == 0x000010, "Wrong alignment on UGSRoundRectQuick"); \ +static_assert(sizeof(UGSRoundRectQuick) == 0x0001F0, "Wrong size on UGSRoundRectQuick"); \ +static_assert(offsetof(UGSRoundRectQuick, RadiusCfg) == 0x000160, "Member 'UGSRoundRectQuick::RadiusCfg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSafeZone \ +static_assert(alignof(UGSSafeZone) == 0x000008, "Wrong alignment on UGSSafeZone"); \ +static_assert(sizeof(UGSSafeZone) == 0x000150, "Wrong size on UGSSafeZone"); \ +static_assert(offsetof(UGSSafeZone, SafeZoneBrushColor) == 0x000130, "Member 'UGSSafeZone::SafeZoneBrushColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTextBlock_ApplyText \ +static_assert(alignof(GSTextBlock_ApplyText) == 0x000008, "Wrong alignment on GSTextBlock_ApplyText"); \ +static_assert(sizeof(GSTextBlock_ApplyText) == 0x000018, "Wrong size on GSTextBlock_ApplyText"); \ +static_assert(offsetof(GSTextBlock_ApplyText, InText) == 0x000000, "Member 'GSTextBlock_ApplyText::InText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTextBlock_SetDefaultIndentSize \ +static_assert(alignof(GSTextBlock_SetDefaultIndentSize) == 0x000004, "Wrong alignment on GSTextBlock_SetDefaultIndentSize"); \ +static_assert(sizeof(GSTextBlock_SetDefaultIndentSize) == 0x000004, "Wrong size on GSTextBlock_SetDefaultIndentSize"); \ +static_assert(offsetof(GSTextBlock_SetDefaultIndentSize, InDefaultIndentSize) == 0x000000, "Member 'GSTextBlock_SetDefaultIndentSize::InDefaultIndentSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTextBlock_SetUseIndent \ +static_assert(alignof(GSTextBlock_SetUseIndent) == 0x000001, "Wrong alignment on GSTextBlock_SetUseIndent"); \ +static_assert(sizeof(GSTextBlock_SetUseIndent) == 0x000001, "Wrong size on GSTextBlock_SetUseIndent"); \ +static_assert(offsetof(GSTextBlock_SetUseIndent, InUseIndent) == 0x000000, "Member 'GSTextBlock_SetUseIndent::InUseIndent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTextBlock_GetContent \ +static_assert(alignof(GSTextBlock_GetContent) == 0x000008, "Wrong alignment on GSTextBlock_GetContent"); \ +static_assert(sizeof(GSTextBlock_GetContent) == 0x000010, "Wrong size on GSTextBlock_GetContent"); \ +static_assert(offsetof(GSTextBlock_GetContent, ReturnValue) == 0x000000, "Member 'GSTextBlock_GetContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTextBlock_GetDefaultIndentSize \ +static_assert(alignof(GSTextBlock_GetDefaultIndentSize) == 0x000004, "Wrong alignment on GSTextBlock_GetDefaultIndentSize"); \ +static_assert(sizeof(GSTextBlock_GetDefaultIndentSize) == 0x000004, "Wrong size on GSTextBlock_GetDefaultIndentSize"); \ +static_assert(offsetof(GSTextBlock_GetDefaultIndentSize, ReturnValue) == 0x000000, "Member 'GSTextBlock_GetDefaultIndentSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTextBlock_GetUseIndent \ +static_assert(alignof(GSTextBlock_GetUseIndent) == 0x000001, "Wrong alignment on GSTextBlock_GetUseIndent"); \ +static_assert(sizeof(GSTextBlock_GetUseIndent) == 0x000001, "Wrong size on GSTextBlock_GetUseIndent"); \ +static_assert(offsetof(GSTextBlock_GetUseIndent, ReturnValue) == 0x000000, "Member 'GSTextBlock_GetUseIndent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSTextBlock \ +static_assert(alignof(UGSTextBlock) == 0x000010, "Wrong alignment on UGSTextBlock"); \ +static_assert(sizeof(UGSTextBlock) == 0x0003D0, "Wrong size on UGSTextBlock"); \ +static_assert(offsetof(UGSTextBlock, UseIndent) == 0x000350, "Member 'UGSTextBlock::UseIndent' has a wrong offset!"); \ +static_assert(offsetof(UGSTextBlock, Ellipsis) == 0x000358, "Member 'UGSTextBlock::Ellipsis' has a wrong offset!"); \ +static_assert(offsetof(UGSTextBlock, DefaultIndentSize) == 0x000368, "Member 'UGSTextBlock::DefaultIndentSize' has a wrong offset!"); \ +static_assert(offsetof(UGSTextBlock, Content) == 0x000370, "Member 'UGSTextBlock::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSHeightOverride \ +static_assert(alignof(GSScaleText_SetGSHeightOverride) == 0x000004, "Wrong alignment on GSScaleText_SetGSHeightOverride"); \ +static_assert(sizeof(GSScaleText_SetGSHeightOverride) == 0x000004, "Wrong size on GSScaleText_SetGSHeightOverride"); \ +static_assert(offsetof(GSScaleText_SetGSHeightOverride, InGSHeightOverride) == 0x000000, "Member 'GSScaleText_SetGSHeightOverride::InGSHeightOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSMaxAspectRatio \ +static_assert(alignof(GSScaleText_SetGSMaxAspectRatio) == 0x000004, "Wrong alignment on GSScaleText_SetGSMaxAspectRatio"); \ +static_assert(sizeof(GSScaleText_SetGSMaxAspectRatio) == 0x000004, "Wrong size on GSScaleText_SetGSMaxAspectRatio"); \ +static_assert(offsetof(GSScaleText_SetGSMaxAspectRatio, InGSMaxAspectRatio) == 0x000000, "Member 'GSScaleText_SetGSMaxAspectRatio::InGSMaxAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSMaxDesiredHeight \ +static_assert(alignof(GSScaleText_SetGSMaxDesiredHeight) == 0x000004, "Wrong alignment on GSScaleText_SetGSMaxDesiredHeight"); \ +static_assert(sizeof(GSScaleText_SetGSMaxDesiredHeight) == 0x000004, "Wrong size on GSScaleText_SetGSMaxDesiredHeight"); \ +static_assert(offsetof(GSScaleText_SetGSMaxDesiredHeight, InGSMaxDesiredHeight) == 0x000000, "Member 'GSScaleText_SetGSMaxDesiredHeight::InGSMaxDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSMaxDesiredWidth \ +static_assert(alignof(GSScaleText_SetGSMaxDesiredWidth) == 0x000004, "Wrong alignment on GSScaleText_SetGSMaxDesiredWidth"); \ +static_assert(sizeof(GSScaleText_SetGSMaxDesiredWidth) == 0x000004, "Wrong size on GSScaleText_SetGSMaxDesiredWidth"); \ +static_assert(offsetof(GSScaleText_SetGSMaxDesiredWidth, InGSMaxDesiredWidth) == 0x000000, "Member 'GSScaleText_SetGSMaxDesiredWidth::InGSMaxDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSMinAspectRatio \ +static_assert(alignof(GSScaleText_SetGSMinAspectRatio) == 0x000004, "Wrong alignment on GSScaleText_SetGSMinAspectRatio"); \ +static_assert(sizeof(GSScaleText_SetGSMinAspectRatio) == 0x000004, "Wrong size on GSScaleText_SetGSMinAspectRatio"); \ +static_assert(offsetof(GSScaleText_SetGSMinAspectRatio, InGSMinAspectRatio) == 0x000000, "Member 'GSScaleText_SetGSMinAspectRatio::InGSMinAspectRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSMinDesiredHeight \ +static_assert(alignof(GSScaleText_SetGSMinDesiredHeight) == 0x000004, "Wrong alignment on GSScaleText_SetGSMinDesiredHeight"); \ +static_assert(sizeof(GSScaleText_SetGSMinDesiredHeight) == 0x000004, "Wrong size on GSScaleText_SetGSMinDesiredHeight"); \ +static_assert(offsetof(GSScaleText_SetGSMinDesiredHeight, InGSMinDesiredHeight) == 0x000000, "Member 'GSScaleText_SetGSMinDesiredHeight::InGSMinDesiredHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSMinDesiredWidth \ +static_assert(alignof(GSScaleText_SetGSMinDesiredWidth) == 0x000004, "Wrong alignment on GSScaleText_SetGSMinDesiredWidth"); \ +static_assert(sizeof(GSScaleText_SetGSMinDesiredWidth) == 0x000004, "Wrong size on GSScaleText_SetGSMinDesiredWidth"); \ +static_assert(offsetof(GSScaleText_SetGSMinDesiredWidth, InGSMinDesiredWidth) == 0x000000, "Member 'GSScaleText_SetGSMinDesiredWidth::InGSMinDesiredWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetGSWidthOverride \ +static_assert(alignof(GSScaleText_SetGSWidthOverride) == 0x000004, "Wrong alignment on GSScaleText_SetGSWidthOverride"); \ +static_assert(sizeof(GSScaleText_SetGSWidthOverride) == 0x000004, "Wrong size on GSScaleText_SetGSWidthOverride"); \ +static_assert(offsetof(GSScaleText_SetGSWidthOverride, InGSWidthOverride) == 0x000000, "Member 'GSScaleText_SetGSWidthOverride::InGSWidthOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetHorizontalAlignment \ +static_assert(alignof(GSScaleText_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GSScaleText_SetHorizontalAlignment"); \ +static_assert(sizeof(GSScaleText_SetHorizontalAlignment) == 0x000001, "Wrong size on GSScaleText_SetHorizontalAlignment"); \ +static_assert(offsetof(GSScaleText_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GSScaleText_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetIgnoreInheritedScale \ +static_assert(alignof(GSScaleText_SetIgnoreInheritedScale) == 0x000001, "Wrong alignment on GSScaleText_SetIgnoreInheritedScale"); \ +static_assert(sizeof(GSScaleText_SetIgnoreInheritedScale) == 0x000001, "Wrong size on GSScaleText_SetIgnoreInheritedScale"); \ +static_assert(offsetof(GSScaleText_SetIgnoreInheritedScale, bInIgnoreInheritedScale) == 0x000000, "Member 'GSScaleText_SetIgnoreInheritedScale::bInIgnoreInheritedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetStretch \ +static_assert(alignof(GSScaleText_SetStretch) == 0x000001, "Wrong alignment on GSScaleText_SetStretch"); \ +static_assert(sizeof(GSScaleText_SetStretch) == 0x000001, "Wrong size on GSScaleText_SetStretch"); \ +static_assert(offsetof(GSScaleText_SetStretch, InStretch) == 0x000000, "Member 'GSScaleText_SetStretch::InStretch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetStretchDirection \ +static_assert(alignof(GSScaleText_SetStretchDirection) == 0x000001, "Wrong alignment on GSScaleText_SetStretchDirection"); \ +static_assert(sizeof(GSScaleText_SetStretchDirection) == 0x000001, "Wrong size on GSScaleText_SetStretchDirection"); \ +static_assert(offsetof(GSScaleText_SetStretchDirection, InStretchDirection) == 0x000000, "Member 'GSScaleText_SetStretchDirection::InStretchDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetUserSpecifiedScale \ +static_assert(alignof(GSScaleText_SetUserSpecifiedScale) == 0x000004, "Wrong alignment on GSScaleText_SetUserSpecifiedScale"); \ +static_assert(sizeof(GSScaleText_SetUserSpecifiedScale) == 0x000004, "Wrong size on GSScaleText_SetUserSpecifiedScale"); \ +static_assert(offsetof(GSScaleText_SetUserSpecifiedScale, InUserSpecifiedScale) == 0x000000, "Member 'GSScaleText_SetUserSpecifiedScale::InUserSpecifiedScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScaleText_SetVerticalAlignment \ +static_assert(alignof(GSScaleText_SetVerticalAlignment) == 0x000001, "Wrong alignment on GSScaleText_SetVerticalAlignment"); \ +static_assert(sizeof(GSScaleText_SetVerticalAlignment) == 0x000001, "Wrong size on GSScaleText_SetVerticalAlignment"); \ +static_assert(offsetof(GSScaleText_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GSScaleText_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSScaleText \ +static_assert(alignof(UGSScaleText) == 0x000010, "Wrong alignment on UGSScaleText"); \ +static_assert(sizeof(UGSScaleText) == 0x000420, "Wrong size on UGSScaleText"); \ +static_assert(offsetof(UGSScaleText, GSWidthOverride) == 0x0003D0, "Member 'UGSScaleText::GSWidthOverride' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, GSHeightOverride) == 0x0003D4, "Member 'UGSScaleText::GSHeightOverride' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, GSMinDesiredWidth) == 0x0003D8, "Member 'UGSScaleText::GSMinDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, GSMinDesiredHeight) == 0x0003DC, "Member 'UGSScaleText::GSMinDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, GSMaxDesiredWidth) == 0x0003E0, "Member 'UGSScaleText::GSMaxDesiredWidth' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, GSMaxDesiredHeight) == 0x0003E4, "Member 'UGSScaleText::GSMaxDesiredHeight' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, GSMinAspectRatio) == 0x0003E8, "Member 'UGSScaleText::GSMinAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, GSMaxAspectRatio) == 0x0003EC, "Member 'UGSScaleText::GSMaxAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, Stretch) == 0x0003F1, "Member 'UGSScaleText::Stretch' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, StretchDirection) == 0x0003F2, "Member 'UGSScaleText::StretchDirection' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, UserSpecifiedScale) == 0x0003F4, "Member 'UGSScaleText::UserSpecifiedScale' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, IgnoreInheritedScale) == 0x0003F8, "Member 'UGSScaleText::IgnoreInheritedScale' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, HorizontalAlignment) == 0x0003F9, "Member 'UGSScaleText::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGSScaleText, VerticalAlignment) == 0x0003FA, "Member 'UGSScaleText::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_GetBottomSpacer \ +static_assert(alignof(GSScrollBox_GetBottomSpacer) == 0x000004, "Wrong alignment on GSScrollBox_GetBottomSpacer"); \ +static_assert(sizeof(GSScrollBox_GetBottomSpacer) == 0x000004, "Wrong size on GSScrollBox_GetBottomSpacer"); \ +static_assert(offsetof(GSScrollBox_GetBottomSpacer, ReturnValue) == 0x000000, "Member 'GSScrollBox_GetBottomSpacer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_GetTopSpacer \ +static_assert(alignof(GSScrollBox_GetTopSpacer) == 0x000004, "Wrong alignment on GSScrollBox_GetTopSpacer"); \ +static_assert(sizeof(GSScrollBox_GetTopSpacer) == 0x000004, "Wrong size on GSScrollBox_GetTopSpacer"); \ +static_assert(offsetof(GSScrollBox_GetTopSpacer, ReturnValue) == 0x000000, "Member 'GSScrollBox_GetTopSpacer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_ScrollWidgetIntoView \ +static_assert(alignof(GSScrollBox_ScrollWidgetIntoView) == 0x000008, "Wrong alignment on GSScrollBox_ScrollWidgetIntoView"); \ +static_assert(sizeof(GSScrollBox_ScrollWidgetIntoView) == 0x000010, "Wrong size on GSScrollBox_ScrollWidgetIntoView"); \ +static_assert(offsetof(GSScrollBox_ScrollWidgetIntoView, WidgetToFind) == 0x000000, "Member 'GSScrollBox_ScrollWidgetIntoView::WidgetToFind' has a wrong offset!"); \ +static_assert(offsetof(GSScrollBox_ScrollWidgetIntoView, AnimateScroll) == 0x000008, "Member 'GSScrollBox_ScrollWidgetIntoView::AnimateScroll' has a wrong offset!"); \ +static_assert(offsetof(GSScrollBox_ScrollWidgetIntoView, ScrollDestination) == 0x000009, "Member 'GSScrollBox_ScrollWidgetIntoView::ScrollDestination' has a wrong offset!"); \ +static_assert(offsetof(GSScrollBox_ScrollWidgetIntoView, Padding) == 0x00000C, "Member 'GSScrollBox_ScrollWidgetIntoView::Padding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetAlwaysShowScrollbar \ +static_assert(alignof(GSScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong alignment on GSScrollBox_SetAlwaysShowScrollbar"); \ +static_assert(sizeof(GSScrollBox_SetAlwaysShowScrollbar) == 0x000001, "Wrong size on GSScrollBox_SetAlwaysShowScrollbar"); \ +static_assert(offsetof(GSScrollBox_SetAlwaysShowScrollbar, NewAlwaysShowScrollbar) == 0x000000, "Member 'GSScrollBox_SetAlwaysShowScrollbar::NewAlwaysShowScrollbar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetBottomSpacer \ +static_assert(alignof(GSScrollBox_SetBottomSpacer) == 0x000004, "Wrong alignment on GSScrollBox_SetBottomSpacer"); \ +static_assert(sizeof(GSScrollBox_SetBottomSpacer) == 0x000004, "Wrong size on GSScrollBox_SetBottomSpacer"); \ +static_assert(offsetof(GSScrollBox_SetBottomSpacer, InBottomSpacer) == 0x000000, "Member 'GSScrollBox_SetBottomSpacer::InBottomSpacer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetNavCanLoop \ +static_assert(alignof(GSScrollBox_SetNavCanLoop) == 0x000001, "Wrong alignment on GSScrollBox_SetNavCanLoop"); \ +static_assert(sizeof(GSScrollBox_SetNavCanLoop) == 0x000001, "Wrong size on GSScrollBox_SetNavCanLoop"); \ +static_assert(offsetof(GSScrollBox_SetNavCanLoop, InNavCanLoop) == 0x000000, "Member 'GSScrollBox_SetNavCanLoop::InNavCanLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetNavigationDestination \ +static_assert(alignof(GSScrollBox_SetNavigationDestination) == 0x000001, "Wrong alignment on GSScrollBox_SetNavigationDestination"); \ +static_assert(sizeof(GSScrollBox_SetNavigationDestination) == 0x000001, "Wrong size on GSScrollBox_SetNavigationDestination"); \ +static_assert(offsetof(GSScrollBox_SetNavigationDestination, NewNavigationDestination) == 0x000000, "Member 'GSScrollBox_SetNavigationDestination::NewNavigationDestination' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetNavigationScrollPadding \ +static_assert(alignof(GSScrollBox_SetNavigationScrollPadding) == 0x000004, "Wrong alignment on GSScrollBox_SetNavigationScrollPadding"); \ +static_assert(sizeof(GSScrollBox_SetNavigationScrollPadding) == 0x000004, "Wrong size on GSScrollBox_SetNavigationScrollPadding"); \ +static_assert(offsetof(GSScrollBox_SetNavigationScrollPadding, NewNavigationScrollPadding) == 0x000000, "Member 'GSScrollBox_SetNavigationScrollPadding::NewNavigationScrollPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetOrientation \ +static_assert(alignof(GSScrollBox_SetOrientation) == 0x000001, "Wrong alignment on GSScrollBox_SetOrientation"); \ +static_assert(sizeof(GSScrollBox_SetOrientation) == 0x000001, "Wrong size on GSScrollBox_SetOrientation"); \ +static_assert(offsetof(GSScrollBox_SetOrientation, NewOrientation) == 0x000000, "Member 'GSScrollBox_SetOrientation::NewOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetScrollbarPadding \ +static_assert(alignof(GSScrollBox_SetScrollbarPadding) == 0x000004, "Wrong alignment on GSScrollBox_SetScrollbarPadding"); \ +static_assert(sizeof(GSScrollBox_SetScrollbarPadding) == 0x000010, "Wrong size on GSScrollBox_SetScrollbarPadding"); \ +static_assert(offsetof(GSScrollBox_SetScrollbarPadding, NewScrollbarPadding) == 0x000000, "Member 'GSScrollBox_SetScrollbarPadding::NewScrollbarPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetScrollbarThickness \ +static_assert(alignof(GSScrollBox_SetScrollbarThickness) == 0x000008, "Wrong alignment on GSScrollBox_SetScrollbarThickness"); \ +static_assert(sizeof(GSScrollBox_SetScrollbarThickness) == 0x000010, "Wrong size on GSScrollBox_SetScrollbarThickness"); \ +static_assert(offsetof(GSScrollBox_SetScrollbarThickness, NewScrollbarThickness) == 0x000000, "Member 'GSScrollBox_SetScrollbarThickness::NewScrollbarThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetScrollbarVisibility \ +static_assert(alignof(GSScrollBox_SetScrollbarVisibility) == 0x000001, "Wrong alignment on GSScrollBox_SetScrollbarVisibility"); \ +static_assert(sizeof(GSScrollBox_SetScrollbarVisibility) == 0x000001, "Wrong size on GSScrollBox_SetScrollbarVisibility"); \ +static_assert(offsetof(GSScrollBox_SetScrollbarVisibility, NewScrollBarVisibility) == 0x000000, "Member 'GSScrollBox_SetScrollbarVisibility::NewScrollBarVisibility' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetScrollOffset \ +static_assert(alignof(GSScrollBox_SetScrollOffset) == 0x000004, "Wrong alignment on GSScrollBox_SetScrollOffset"); \ +static_assert(sizeof(GSScrollBox_SetScrollOffset) == 0x000004, "Wrong size on GSScrollBox_SetScrollOffset"); \ +static_assert(offsetof(GSScrollBox_SetScrollOffset, InScrollOffset) == 0x000000, "Member 'GSScrollBox_SetScrollOffset::InScrollOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetScrollWhenFocusChanges \ +static_assert(alignof(GSScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong alignment on GSScrollBox_SetScrollWhenFocusChanges"); \ +static_assert(sizeof(GSScrollBox_SetScrollWhenFocusChanges) == 0x000001, "Wrong size on GSScrollBox_SetScrollWhenFocusChanges"); \ +static_assert(offsetof(GSScrollBox_SetScrollWhenFocusChanges, NewScrollWhenFocusChanges) == 0x000000, "Member 'GSScrollBox_SetScrollWhenFocusChanges::NewScrollWhenFocusChanges' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetTargetScrollOffset \ +static_assert(alignof(GSScrollBox_SetTargetScrollOffset) == 0x000004, "Wrong alignment on GSScrollBox_SetTargetScrollOffset"); \ +static_assert(sizeof(GSScrollBox_SetTargetScrollOffset) == 0x000004, "Wrong size on GSScrollBox_SetTargetScrollOffset"); \ +static_assert(offsetof(GSScrollBox_SetTargetScrollOffset, InTargetScrollOffset) == 0x000000, "Member 'GSScrollBox_SetTargetScrollOffset::InTargetScrollOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_SetTopSpacer \ +static_assert(alignof(GSScrollBox_SetTopSpacer) == 0x000004, "Wrong alignment on GSScrollBox_SetTopSpacer"); \ +static_assert(sizeof(GSScrollBox_SetTopSpacer) == 0x000004, "Wrong size on GSScrollBox_SetTopSpacer"); \ +static_assert(offsetof(GSScrollBox_SetTopSpacer, InTopSpacer) == 0x000000, "Member 'GSScrollBox_SetTopSpacer::InTopSpacer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_GetScrollContent \ +static_assert(alignof(GSScrollBox_GetScrollContent) == 0x000004, "Wrong alignment on GSScrollBox_GetScrollContent"); \ +static_assert(sizeof(GSScrollBox_GetScrollContent) == 0x000004, "Wrong size on GSScrollBox_GetScrollContent"); \ +static_assert(offsetof(GSScrollBox_GetScrollContent, ReturnValue) == 0x000000, "Member 'GSScrollBox_GetScrollContent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_GetScrollContentWithOutSpacer \ +static_assert(alignof(GSScrollBox_GetScrollContentWithOutSpacer) == 0x000004, "Wrong alignment on GSScrollBox_GetScrollContentWithOutSpacer"); \ +static_assert(sizeof(GSScrollBox_GetScrollContentWithOutSpacer) == 0x000004, "Wrong size on GSScrollBox_GetScrollContentWithOutSpacer"); \ +static_assert(offsetof(GSScrollBox_GetScrollContentWithOutSpacer, ReturnValue) == 0x000000, "Member 'GSScrollBox_GetScrollContentWithOutSpacer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_GetScrollOffset \ +static_assert(alignof(GSScrollBox_GetScrollOffset) == 0x000004, "Wrong alignment on GSScrollBox_GetScrollOffset"); \ +static_assert(sizeof(GSScrollBox_GetScrollOffset) == 0x000004, "Wrong size on GSScrollBox_GetScrollOffset"); \ +static_assert(offsetof(GSScrollBox_GetScrollOffset, ReturnValue) == 0x000000, "Member 'GSScrollBox_GetScrollOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_GetScrollOffsetOfEnd \ +static_assert(alignof(GSScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong alignment on GSScrollBox_GetScrollOffsetOfEnd"); \ +static_assert(sizeof(GSScrollBox_GetScrollOffsetOfEnd) == 0x000004, "Wrong size on GSScrollBox_GetScrollOffsetOfEnd"); \ +static_assert(offsetof(GSScrollBox_GetScrollOffsetOfEnd, ReturnValue) == 0x000000, "Member 'GSScrollBox_GetScrollOffsetOfEnd::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_GetViewOffsetFraction \ +static_assert(alignof(GSScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong alignment on GSScrollBox_GetViewOffsetFraction"); \ +static_assert(sizeof(GSScrollBox_GetViewOffsetFraction) == 0x000004, "Wrong size on GSScrollBox_GetViewOffsetFraction"); \ +static_assert(offsetof(GSScrollBox_GetViewOffsetFraction, ReturnValue) == 0x000000, "Member 'GSScrollBox_GetViewOffsetFraction::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UnrealExtent__UGSScrollBox \ +static_assert(alignof(UnrealExtent::UGSScrollBox) == 0x000010, "Wrong alignment on UnrealExtent::UGSScrollBox"); \ +static_assert(sizeof(UnrealExtent::UGSScrollBox) == 0x000930, "Wrong size on UnrealExtent::UGSScrollBox"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, WidgetBarStyle) == 0x000150, "Member 'UnrealExtent::UGSScrollBox::WidgetBarStyle' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, BarStyle) == 0x0008C0, "Member 'UnrealExtent::UGSScrollBox::BarStyle' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, Orientation) == 0x0008C8, "Member 'UnrealExtent::UGSScrollBox::Orientation' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, ScrollBarVisibility) == 0x0008C9, "Member 'UnrealExtent::UGSScrollBox::ScrollBarVisibility' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, ScrollbarThickness) == 0x0008D0, "Member 'UnrealExtent::UGSScrollBox::ScrollbarThickness' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, ScrollbarPadding) == 0x0008E0, "Member 'UnrealExtent::UGSScrollBox::ScrollbarPadding' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, AlwaysShowScrollbar) == 0x0008F0, "Member 'UnrealExtent::UGSScrollBox::AlwaysShowScrollbar' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, AlwaysShowScrollbarTrack) == 0x0008F1, "Member 'UnrealExtent::UGSScrollBox::AlwaysShowScrollbarTrack' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, NavCanLoop) == 0x0008F2, "Member 'UnrealExtent::UGSScrollBox::NavCanLoop' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSScrollBox, OnUserScrolled) == 0x0008F8, "Member 'UnrealExtent::UGSScrollBox::OnUserScrolled' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBoxSlot_SetHorizontalAlignment \ +static_assert(alignof(GSScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong alignment on GSScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(sizeof(GSScrollBoxSlot_SetHorizontalAlignment) == 0x000001, "Wrong size on GSScrollBoxSlot_SetHorizontalAlignment"); \ +static_assert(offsetof(GSScrollBoxSlot_SetHorizontalAlignment, InHorizontalAlignment) == 0x000000, "Member 'GSScrollBoxSlot_SetHorizontalAlignment::InHorizontalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBoxSlot_SetPadding \ +static_assert(alignof(GSScrollBoxSlot_SetPadding) == 0x000004, "Wrong alignment on GSScrollBoxSlot_SetPadding"); \ +static_assert(sizeof(GSScrollBoxSlot_SetPadding) == 0x000010, "Wrong size on GSScrollBoxSlot_SetPadding"); \ +static_assert(offsetof(GSScrollBoxSlot_SetPadding, InPadding) == 0x000000, "Member 'GSScrollBoxSlot_SetPadding::InPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBoxSlot_SetVerticalAlignment \ +static_assert(alignof(GSScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong alignment on GSScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(sizeof(GSScrollBoxSlot_SetVerticalAlignment) == 0x000001, "Wrong size on GSScrollBoxSlot_SetVerticalAlignment"); \ +static_assert(offsetof(GSScrollBoxSlot_SetVerticalAlignment, InVerticalAlignment) == 0x000000, "Member 'GSScrollBoxSlot_SetVerticalAlignment::InVerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSScrollBoxSlot \ +static_assert(alignof(UGSScrollBoxSlot) == 0x000008, "Wrong alignment on UGSScrollBoxSlot"); \ +static_assert(sizeof(UGSScrollBoxSlot) == 0x000058, "Wrong size on UGSScrollBoxSlot"); \ +static_assert(offsetof(UGSScrollBoxSlot, Padding) == 0x000038, "Member 'UGSScrollBoxSlot::Padding' has a wrong offset!"); \ +static_assert(offsetof(UGSScrollBoxSlot, HorizontalAlignment) == 0x000048, "Member 'UGSScrollBoxSlot::HorizontalAlignment' has a wrong offset!"); \ +static_assert(offsetof(UGSScrollBoxSlot, VerticalAlignment) == 0x000049, "Member 'UGSScrollBoxSlot::VerticalAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSTestWidget \ +static_assert(alignof(UGSTestWidget) == 0x000008, "Wrong alignment on UGSTestWidget"); \ +static_assert(sizeof(UGSTestWidget) == 0x0002B0, "Wrong size on UGSTestWidget"); \ +static_assert(offsetof(UGSTestWidget, TestNum) == 0x000298, "Member 'UGSTestWidget::TestNum' has a wrong offset!"); \ +static_assert(offsetof(UGSTestWidget, TestImage) == 0x0002A0, "Member 'UGSTestWidget::TestImage' has a wrong offset!"); \ +static_assert(offsetof(UGSTestWidget, TestAudioEvent) == 0x0002A8, "Member 'UGSTestWidget::TestAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_AddBottomScrollWidget \ +static_assert(alignof(GSTileView_AddBottomScrollWidget) == 0x000008, "Wrong alignment on GSTileView_AddBottomScrollWidget"); \ +static_assert(sizeof(GSTileView_AddBottomScrollWidget) == 0x000008, "Wrong size on GSTileView_AddBottomScrollWidget"); \ +static_assert(offsetof(GSTileView_AddBottomScrollWidget, WidgetToAppend) == 0x000000, "Member 'GSTileView_AddBottomScrollWidget::WidgetToAppend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_AddTopScrollWidget \ +static_assert(alignof(GSTileView_AddTopScrollWidget) == 0x000008, "Wrong alignment on GSTileView_AddTopScrollWidget"); \ +static_assert(sizeof(GSTileView_AddTopScrollWidget) == 0x000008, "Wrong size on GSTileView_AddTopScrollWidget"); \ +static_assert(offsetof(GSTileView_AddTopScrollWidget, WidgetToAppend) == 0x000000, "Member 'GSTileView_AddTopScrollWidget::WidgetToAppend' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_GetFirstLine \ +static_assert(alignof(GSTileView_GetFirstLine) == 0x000004, "Wrong alignment on GSTileView_GetFirstLine"); \ +static_assert(sizeof(GSTileView_GetFirstLine) == 0x000004, "Wrong size on GSTileView_GetFirstLine"); \ +static_assert(offsetof(GSTileView_GetFirstLine, ReturnValue) == 0x000000, "Member 'GSTileView_GetFirstLine::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_InsertBottomScrollWidget \ +static_assert(alignof(GSTileView_InsertBottomScrollWidget) == 0x000008, "Wrong alignment on GSTileView_InsertBottomScrollWidget"); \ +static_assert(sizeof(GSTileView_InsertBottomScrollWidget) == 0x000008, "Wrong size on GSTileView_InsertBottomScrollWidget"); \ +static_assert(offsetof(GSTileView_InsertBottomScrollWidget, WidgetToInset) == 0x000000, "Member 'GSTileView_InsertBottomScrollWidget::WidgetToInset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_InsertTopScrollWidget \ +static_assert(alignof(GSTileView_InsertTopScrollWidget) == 0x000008, "Wrong alignment on GSTileView_InsertTopScrollWidget"); \ +static_assert(sizeof(GSTileView_InsertTopScrollWidget) == 0x000008, "Wrong size on GSTileView_InsertTopScrollWidget"); \ +static_assert(offsetof(GSTileView_InsertTopScrollWidget, WidgetToInset) == 0x000000, "Member 'GSTileView_InsertTopScrollWidget::WidgetToInset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_ItemScrolledIntoViewEvent \ +static_assert(alignof(GSTileView_ItemScrolledIntoViewEvent) == 0x000008, "Wrong alignment on GSTileView_ItemScrolledIntoViewEvent"); \ +static_assert(sizeof(GSTileView_ItemScrolledIntoViewEvent) == 0x000010, "Wrong size on GSTileView_ItemScrolledIntoViewEvent"); \ +static_assert(offsetof(GSTileView_ItemScrolledIntoViewEvent, Item) == 0x000000, "Member 'GSTileView_ItemScrolledIntoViewEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(GSTileView_ItemScrolledIntoViewEvent, Widget) == 0x000008, "Member 'GSTileView_ItemScrolledIntoViewEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_OnEntryInitializedEvent \ +static_assert(alignof(GSTileView_OnEntryInitializedEvent) == 0x000008, "Wrong alignment on GSTileView_OnEntryInitializedEvent"); \ +static_assert(sizeof(GSTileView_OnEntryInitializedEvent) == 0x000010, "Wrong size on GSTileView_OnEntryInitializedEvent"); \ +static_assert(offsetof(GSTileView_OnEntryInitializedEvent, Item) == 0x000000, "Member 'GSTileView_OnEntryInitializedEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(GSTileView_OnEntryInitializedEvent, Widget) == 0x000008, "Member 'GSTileView_OnEntryInitializedEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_OnEntryWidgetGeneratedEvent \ +static_assert(alignof(GSTileView_OnEntryWidgetGeneratedEvent) == 0x000008, "Wrong alignment on GSTileView_OnEntryWidgetGeneratedEvent"); \ +static_assert(sizeof(GSTileView_OnEntryWidgetGeneratedEvent) == 0x000008, "Wrong size on GSTileView_OnEntryWidgetGeneratedEvent"); \ +static_assert(offsetof(GSTileView_OnEntryWidgetGeneratedEvent, Widget) == 0x000000, "Member 'GSTileView_OnEntryWidgetGeneratedEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_OnEntryWidgetReleasedEvent \ +static_assert(alignof(GSTileView_OnEntryWidgetReleasedEvent) == 0x000008, "Wrong alignment on GSTileView_OnEntryWidgetReleasedEvent"); \ +static_assert(sizeof(GSTileView_OnEntryWidgetReleasedEvent) == 0x000008, "Wrong size on GSTileView_OnEntryWidgetReleasedEvent"); \ +static_assert(offsetof(GSTileView_OnEntryWidgetReleasedEvent, Widget) == 0x000000, "Member 'GSTileView_OnEntryWidgetReleasedEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_OnViewWidgetSizeChangedEvent \ +static_assert(alignof(GSTileView_OnViewWidgetSizeChangedEvent) == 0x000008, "Wrong alignment on GSTileView_OnViewWidgetSizeChangedEvent"); \ +static_assert(sizeof(GSTileView_OnViewWidgetSizeChangedEvent) == 0x000010, "Wrong size on GSTileView_OnViewWidgetSizeChangedEvent"); \ +static_assert(offsetof(GSTileView_OnViewWidgetSizeChangedEvent, Size) == 0x000000, "Member 'GSTileView_OnViewWidgetSizeChangedEvent::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetBottomItemPosList \ +static_assert(alignof(GSTileView_SetBottomItemPosList) == 0x000008, "Wrong alignment on GSTileView_SetBottomItemPosList"); \ +static_assert(sizeof(GSTileView_SetBottomItemPosList) == 0x000010, "Wrong size on GSTileView_SetBottomItemPosList"); \ +static_assert(offsetof(GSTileView_SetBottomItemPosList, InChildsPosList) == 0x000000, "Member 'GSTileView_SetBottomItemPosList::InChildsPosList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetBottomSpacerSize \ +static_assert(alignof(GSTileView_SetBottomSpacerSize) == 0x000004, "Wrong alignment on GSTileView_SetBottomSpacerSize"); \ +static_assert(sizeof(GSTileView_SetBottomSpacerSize) == 0x000004, "Wrong size on GSTileView_SetBottomSpacerSize"); \ +static_assert(offsetof(GSTileView_SetBottomSpacerSize, InBottomSpacerSize) == 0x000000, "Member 'GSTileView_SetBottomSpacerSize::InBottomSpacerSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetEntryHeight \ +static_assert(alignof(GSTileView_SetEntryHeight) == 0x000004, "Wrong alignment on GSTileView_SetEntryHeight"); \ +static_assert(sizeof(GSTileView_SetEntryHeight) == 0x000004, "Wrong size on GSTileView_SetEntryHeight"); \ +static_assert(offsetof(GSTileView_SetEntryHeight, NewHeight) == 0x000000, "Member 'GSTileView_SetEntryHeight::NewHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetEntryWidth \ +static_assert(alignof(GSTileView_SetEntryWidth) == 0x000004, "Wrong alignment on GSTileView_SetEntryWidth"); \ +static_assert(sizeof(GSTileView_SetEntryWidth) == 0x000004, "Wrong size on GSTileView_SetEntryWidth"); \ +static_assert(offsetof(GSTileView_SetEntryWidth, NewWidth) == 0x000000, "Member 'GSTileView_SetEntryWidth::NewWidth' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetForceNeedBottomSpacer \ +static_assert(alignof(GSTileView_SetForceNeedBottomSpacer) == 0x000001, "Wrong alignment on GSTileView_SetForceNeedBottomSpacer"); \ +static_assert(sizeof(GSTileView_SetForceNeedBottomSpacer) == 0x000001, "Wrong size on GSTileView_SetForceNeedBottomSpacer"); \ +static_assert(offsetof(GSTileView_SetForceNeedBottomSpacer, InForceNeedBottomSpacer) == 0x000000, "Member 'GSTileView_SetForceNeedBottomSpacer::InForceNeedBottomSpacer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetForceNeedTopSpacer \ +static_assert(alignof(GSTileView_SetForceNeedTopSpacer) == 0x000001, "Wrong alignment on GSTileView_SetForceNeedTopSpacer"); \ +static_assert(sizeof(GSTileView_SetForceNeedTopSpacer) == 0x000001, "Wrong size on GSTileView_SetForceNeedTopSpacer"); \ +static_assert(offsetof(GSTileView_SetForceNeedTopSpacer, InForceNeedTopSpacer) == 0x000000, "Member 'GSTileView_SetForceNeedTopSpacer::InForceNeedTopSpacer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetItemWidget \ +static_assert(alignof(GSTileView_SetItemWidget) == 0x000008, "Wrong alignment on GSTileView_SetItemWidget"); \ +static_assert(sizeof(GSTileView_SetItemWidget) == 0x000008, "Wrong size on GSTileView_SetItemWidget"); \ +static_assert(offsetof(GSTileView_SetItemWidget, InItemWidget) == 0x000000, "Member 'GSTileView_SetItemWidget::InItemWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetOrientation \ +static_assert(alignof(GSTileView_SetOrientation) == 0x000001, "Wrong alignment on GSTileView_SetOrientation"); \ +static_assert(sizeof(GSTileView_SetOrientation) == 0x000001, "Wrong size on GSTileView_SetOrientation"); \ +static_assert(offsetof(GSTileView_SetOrientation, InOrientation) == 0x000000, "Member 'GSTileView_SetOrientation::InOrientation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetShowScrollBar \ +static_assert(alignof(GSTileView_SetShowScrollBar) == 0x000001, "Wrong alignment on GSTileView_SetShowScrollBar"); \ +static_assert(sizeof(GSTileView_SetShowScrollBar) == 0x000001, "Wrong size on GSTileView_SetShowScrollBar"); \ +static_assert(offsetof(GSTileView_SetShowScrollBar, InShowScrollBar) == 0x000000, "Member 'GSTileView_SetShowScrollBar::InShowScrollBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetTileAlignment \ +static_assert(alignof(GSTileView_SetTileAlignment) == 0x000001, "Wrong alignment on GSTileView_SetTileAlignment"); \ +static_assert(sizeof(GSTileView_SetTileAlignment) == 0x000001, "Wrong size on GSTileView_SetTileAlignment"); \ +static_assert(offsetof(GSTileView_SetTileAlignment, InTileAlignment) == 0x000000, "Member 'GSTileView_SetTileAlignment::InTileAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetTopItemPosList \ +static_assert(alignof(GSTileView_SetTopItemPosList) == 0x000008, "Wrong alignment on GSTileView_SetTopItemPosList"); \ +static_assert(sizeof(GSTileView_SetTopItemPosList) == 0x000010, "Wrong size on GSTileView_SetTopItemPosList"); \ +static_assert(offsetof(GSTileView_SetTopItemPosList, InChildsPosList) == 0x000000, "Member 'GSTileView_SetTopItemPosList::InChildsPosList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_SetTopSpacerSize \ +static_assert(alignof(GSTileView_SetTopSpacerSize) == 0x000004, "Wrong alignment on GSTileView_SetTopSpacerSize"); \ +static_assert(sizeof(GSTileView_SetTopSpacerSize) == 0x000004, "Wrong size on GSTileView_SetTopSpacerSize"); \ +static_assert(offsetof(GSTileView_SetTopSpacerSize, InTopSpacerSize) == 0x000000, "Member 'GSTileView_SetTopSpacerSize::InTopSpacerSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_GetBottomSpacerSize \ +static_assert(alignof(GSTileView_GetBottomSpacerSize) == 0x000004, "Wrong alignment on GSTileView_GetBottomSpacerSize"); \ +static_assert(sizeof(GSTileView_GetBottomSpacerSize) == 0x000004, "Wrong size on GSTileView_GetBottomSpacerSize"); \ +static_assert(offsetof(GSTileView_GetBottomSpacerSize, ReturnValue) == 0x000000, "Member 'GSTileView_GetBottomSpacerSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_GetEntryHeight \ +static_assert(alignof(GSTileView_GetEntryHeight) == 0x000004, "Wrong alignment on GSTileView_GetEntryHeight"); \ +static_assert(sizeof(GSTileView_GetEntryHeight) == 0x000004, "Wrong size on GSTileView_GetEntryHeight"); \ +static_assert(offsetof(GSTileView_GetEntryHeight, ReturnValue) == 0x000000, "Member 'GSTileView_GetEntryHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_GetEntryWidth \ +static_assert(alignof(GSTileView_GetEntryWidth) == 0x000004, "Wrong alignment on GSTileView_GetEntryWidth"); \ +static_assert(sizeof(GSTileView_GetEntryWidth) == 0x000004, "Wrong size on GSTileView_GetEntryWidth"); \ +static_assert(offsetof(GSTileView_GetEntryWidth, ReturnValue) == 0x000000, "Member 'GSTileView_GetEntryWidth::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_GetTopSpacerSize \ +static_assert(alignof(GSTileView_GetTopSpacerSize) == 0x000004, "Wrong alignment on GSTileView_GetTopSpacerSize"); \ +static_assert(sizeof(GSTileView_GetTopSpacerSize) == 0x000004, "Wrong size on GSTileView_GetTopSpacerSize"); \ +static_assert(offsetof(GSTileView_GetTopSpacerSize, ReturnValue) == 0x000000, "Member 'GSTileView_GetTopSpacerSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UnrealExtent__UGSTileView \ +static_assert(alignof(UnrealExtent::UGSTileView) == 0x000010, "Wrong alignment on UnrealExtent::UGSTileView"); \ +static_assert(sizeof(UnrealExtent::UGSTileView) == 0x000C20, "Wrong size on UnrealExtent::UGSTileView"); \ +static_assert(offsetof(UnrealExtent::UGSTileView, EntryHeight) == 0x000BF0, "Member 'UnrealExtent::UGSTileView::EntryHeight' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSTileView, EntryWidth) == 0x000BF4, "Member 'UnrealExtent::UGSTileView::EntryWidth' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSTileView, TileAlignment) == 0x000BF8, "Member 'UnrealExtent::UGSTileView::TileAlignment' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSTileView, TopSpacerSize) == 0x000BFC, "Member 'UnrealExtent::UGSTileView::TopSpacerSize' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSTileView, BottomSpacerSize) == 0x000C00, "Member 'UnrealExtent::UGSTileView::BottomSpacerSize' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSTileView, ShowScrollBar) == 0x000C04, "Member 'UnrealExtent::UGSTileView::ShowScrollBar' has a wrong offset!"); \ +static_assert(offsetof(UnrealExtent::UGSTileView, bWrapHorizontalNavigation) == 0x000C05, "Member 'UnrealExtent::UGSTileView::bWrapHorizontalNavigation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSUINavigationDel_GSOnNavigationChangedFocus \ +static_assert(alignof(GSUINavigationDel_GSOnNavigationChangedFocus) == 0x000008, "Wrong alignment on GSUINavigationDel_GSOnNavigationChangedFocus"); \ +static_assert(sizeof(GSUINavigationDel_GSOnNavigationChangedFocus) == 0x000018, "Wrong size on GSUINavigationDel_GSOnNavigationChangedFocus"); \ +static_assert(offsetof(GSUINavigationDel_GSOnNavigationChangedFocus, OldWidget) == 0x000000, "Member 'GSUINavigationDel_GSOnNavigationChangedFocus::OldWidget' has a wrong offset!"); \ +static_assert(offsetof(GSUINavigationDel_GSOnNavigationChangedFocus, NewWidget) == 0x000008, "Member 'GSUINavigationDel_GSOnNavigationChangedFocus::NewWidget' has a wrong offset!"); \ +static_assert(offsetof(GSUINavigationDel_GSOnNavigationChangedFocus, FocusEvent) == 0x000010, "Member 'GSUINavigationDel_GSOnNavigationChangedFocus::FocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSUINavigationDel \ +static_assert(alignof(UGSUINavigationDel) == 0x000008, "Wrong alignment on UGSUINavigationDel"); \ +static_assert(sizeof(UGSUINavigationDel) == 0x000028, "Wrong size on UGSUINavigationDel"); \ + +#define DUMPER7_ASSERTS_UGSUserWidgetOnFocusChange \ +static_assert(alignof(UGSUserWidgetOnFocusChange) == 0x000008, "Wrong alignment on UGSUserWidgetOnFocusChange"); \ +static_assert(sizeof(UGSUserWidgetOnFocusChange) == 0x000298, "Wrong size on UGSUserWidgetOnFocusChange"); \ + +#define DUMPER7_ASSERTS_AGSWCStreamingSourceActor \ +static_assert(alignof(AGSWCStreamingSourceActor) == 0x000008, "Wrong alignment on AGSWCStreamingSourceActor"); \ +static_assert(sizeof(AGSWCStreamingSourceActor) == 0x000290, "Wrong size on AGSWCStreamingSourceActor"); \ +static_assert(offsetof(AGSWCStreamingSourceActor, StreamingSorceComponent) == 0x000288, "Member 'AGSWCStreamingSourceActor::StreamingSorceComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSWidgetRender_GetUserWidgetObject \ +static_assert(alignof(GSWidgetRender_GetUserWidgetObject) == 0x000008, "Wrong alignment on GSWidgetRender_GetUserWidgetObject"); \ +static_assert(sizeof(GSWidgetRender_GetUserWidgetObject) == 0x000008, "Wrong size on GSWidgetRender_GetUserWidgetObject"); \ +static_assert(offsetof(GSWidgetRender_GetUserWidgetObject, ReturnValue) == 0x000000, "Member 'GSWidgetRender_GetUserWidgetObject::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSWidgetRender \ +static_assert(alignof(UGSWidgetRender) == 0x000010, "Wrong alignment on UGSWidgetRender"); \ +static_assert(sizeof(UGSWidgetRender) == 0x000320, "Wrong size on UGSWidgetRender"); \ +static_assert(offsetof(UGSWidgetRender, WidgetClass) == 0x0002C0, "Member 'UGSWidgetRender::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(UGSWidgetRender, RenderTarget) == 0x0002C8, "Member 'UGSWidgetRender::RenderTarget' has a wrong offset!"); \ +static_assert(offsetof(UGSWidgetRender, bApplyGammaCorrection) == 0x0002D0, "Member 'UGSWidgetRender::bApplyGammaCorrection' has a wrong offset!"); \ +static_assert(offsetof(UGSWidgetRender, bIsAutoUpdate) == 0x0002D1, "Member 'UGSWidgetRender::bIsAutoUpdate' has a wrong offset!"); \ +static_assert(offsetof(UGSWidgetRender, bIsUseViewPortWindowSize) == 0x0002D2, "Member 'UGSWidgetRender::bIsUseViewPortWindowSize' has a wrong offset!"); \ +static_assert(offsetof(UGSWidgetRender, RefWindowSize) == 0x0002D8, "Member 'UGSWidgetRender::RefWindowSize' has a wrong offset!"); \ +static_assert(offsetof(UGSWidgetRender, InstWidget) == 0x0002E8, "Member 'UGSWidgetRender::InstWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGS_PCGStaticMeshSpawner \ +static_assert(alignof(UGS_PCGStaticMeshSpawner) == 0x000008, "Wrong alignment on UGS_PCGStaticMeshSpawner"); \ +static_assert(sizeof(UGS_PCGStaticMeshSpawner) == 0x0002B0, "Wrong size on UGS_PCGStaticMeshSpawner"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, matSwitchParams) == 0x0001B8, "Member 'UGS_PCGStaticMeshSpawner::matSwitchParams' has a wrong offset!"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, matScalarParams) == 0x000208, "Member 'UGS_PCGStaticMeshSpawner::matScalarParams' has a wrong offset!"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, matVectorParams) == 0x000258, "Member 'UGS_PCGStaticMeshSpawner::matVectorParams' has a wrong offset!"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, ICPDVersion) == 0x0002A8, "Member 'UGS_PCGStaticMeshSpawner::ICPDVersion' has a wrong offset!"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, bAutoSaveICPDMat) == 0x0002AC, "Member 'UGS_PCGStaticMeshSpawner::bAutoSaveICPDMat' has a wrong offset!"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, bGetOriginalCPDParams) == 0x0002AD, "Member 'UGS_PCGStaticMeshSpawner::bGetOriginalCPDParams' has a wrong offset!"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, bClearICPDMat) == 0x0002AE, "Member 'UGS_PCGStaticMeshSpawner::bClearICPDMat' has a wrong offset!"); \ +static_assert(offsetof(UGS_PCGStaticMeshSpawner, bDeleteICPDMatWhenClear) == 0x0002AF, "Member 'UGS_PCGStaticMeshSpawner::bDeleteICPDMatWhenClear' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitPhysicalAnimComp_BeHit \ +static_assert(alignof(HitPhysicalAnimComp_BeHit) == 0x000008, "Wrong alignment on HitPhysicalAnimComp_BeHit"); \ +static_assert(sizeof(HitPhysicalAnimComp_BeHit) == 0x000030, "Wrong size on HitPhysicalAnimComp_BeHit"); \ +static_assert(offsetof(HitPhysicalAnimComp_BeHit, BoneList) == 0x000000, "Member 'HitPhysicalAnimComp_BeHit::BoneList' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_BeHit, InForceVector) == 0x000010, "Member 'HitPhysicalAnimComp_BeHit::InForceVector' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_BeHit, InForceStrength) == 0x000028, "Member 'HitPhysicalAnimComp_BeHit::InForceStrength' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_BeHit, ReturnValue) == 0x00002C, "Member 'HitPhysicalAnimComp_BeHit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitPhysicalAnimComp_BonesSphereMask \ +static_assert(alignof(HitPhysicalAnimComp_BonesSphereMask) == 0x000008, "Wrong alignment on HitPhysicalAnimComp_BonesSphereMask"); \ +static_assert(sizeof(HitPhysicalAnimComp_BonesSphereMask) == 0x000048, "Wrong size on HitPhysicalAnimComp_BonesSphereMask"); \ +static_assert(offsetof(HitPhysicalAnimComp_BonesSphereMask, TargetSkeletalMesh) == 0x000000, "Member 'HitPhysicalAnimComp_BonesSphereMask::TargetSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_BonesSphereMask, Radius) == 0x000008, "Member 'HitPhysicalAnimComp_BonesSphereMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_BonesSphereMask, WorldPosition) == 0x000010, "Member 'HitPhysicalAnimComp_BonesSphereMask::WorldPosition' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_BonesSphereMask, WhiteNamesList) == 0x000028, "Member 'HitPhysicalAnimComp_BonesSphereMask::WhiteNamesList' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_BonesSphereMask, ReturnValue) == 0x000038, "Member 'HitPhysicalAnimComp_BonesSphereMask::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitPhysicalAnimComp_CreateTimer \ +static_assert(alignof(HitPhysicalAnimComp_CreateTimer) == 0x000004, "Wrong alignment on HitPhysicalAnimComp_CreateTimer"); \ +static_assert(sizeof(HitPhysicalAnimComp_CreateTimer) == 0x000008, "Wrong size on HitPhysicalAnimComp_CreateTimer"); \ +static_assert(offsetof(HitPhysicalAnimComp_CreateTimer, TimeDelay) == 0x000000, "Member 'HitPhysicalAnimComp_CreateTimer::TimeDelay' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_CreateTimer, ReturnValue) == 0x000004, "Member 'HitPhysicalAnimComp_CreateTimer::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitPhysicalAnimComp_SetBodyBonePhysic \ +static_assert(alignof(HitPhysicalAnimComp_SetBodyBonePhysic) == 0x000008, "Wrong alignment on HitPhysicalAnimComp_SetBodyBonePhysic"); \ +static_assert(sizeof(HitPhysicalAnimComp_SetBodyBonePhysic) == 0x000018, "Wrong size on HitPhysicalAnimComp_SetBodyBonePhysic"); \ +static_assert(offsetof(HitPhysicalAnimComp_SetBodyBonePhysic, TargetMesh) == 0x000000, "Member 'HitPhysicalAnimComp_SetBodyBonePhysic::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_SetBodyBonePhysic, BoneName) == 0x000008, "Member 'HitPhysicalAnimComp_SetBodyBonePhysic::BoneName' has a wrong offset!"); \ +static_assert(offsetof(HitPhysicalAnimComp_SetBodyBonePhysic, NewBool) == 0x000010, "Member 'HitPhysicalAnimComp_SetBodyBonePhysic::NewBool' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitPhysicalAnimComp_SetBonesKinematic \ +static_assert(alignof(HitPhysicalAnimComp_SetBonesKinematic) == 0x000008, "Wrong alignment on HitPhysicalAnimComp_SetBonesKinematic"); \ +static_assert(sizeof(HitPhysicalAnimComp_SetBonesKinematic) == 0x000010, "Wrong size on HitPhysicalAnimComp_SetBonesKinematic"); \ +static_assert(offsetof(HitPhysicalAnimComp_SetBonesKinematic, BoneNames) == 0x000000, "Member 'HitPhysicalAnimComp_SetBonesKinematic::BoneNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitPhysicalAnimComp_SetBonesPhysic \ +static_assert(alignof(HitPhysicalAnimComp_SetBonesPhysic) == 0x000008, "Wrong alignment on HitPhysicalAnimComp_SetBonesPhysic"); \ +static_assert(sizeof(HitPhysicalAnimComp_SetBonesPhysic) == 0x000010, "Wrong size on HitPhysicalAnimComp_SetBonesPhysic"); \ +static_assert(offsetof(HitPhysicalAnimComp_SetBonesPhysic, BoneNames) == 0x000000, "Member 'HitPhysicalAnimComp_SetBonesPhysic::BoneNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HitPhysicalAnimComp_SetBonesPhysicWeight \ +static_assert(alignof(HitPhysicalAnimComp_SetBonesPhysicWeight) == 0x000008, "Wrong alignment on HitPhysicalAnimComp_SetBonesPhysicWeight"); \ +static_assert(sizeof(HitPhysicalAnimComp_SetBonesPhysicWeight) == 0x000010, "Wrong size on HitPhysicalAnimComp_SetBonesPhysicWeight"); \ +static_assert(offsetof(HitPhysicalAnimComp_SetBonesPhysicWeight, BoneNames) == 0x000000, "Member 'HitPhysicalAnimComp_SetBonesPhysicWeight::BoneNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UHitPhysicalAnimComp \ +static_assert(alignof(UHitPhysicalAnimComp) == 0x000008, "Wrong alignment on UHitPhysicalAnimComp"); \ +static_assert(sizeof(UHitPhysicalAnimComp) == 0x0001A0, "Wrong size on UHitPhysicalAnimComp"); \ +static_assert(offsetof(UHitPhysicalAnimComp, PhysicalAnimationData) == 0x000100, "Member 'UHitPhysicalAnimComp::PhysicalAnimationData' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, WeightCurve) == 0x000128, "Member 'UHitPhysicalAnimComp::WeightCurve' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, HitSegmentation) == 0x000130, "Member 'UHitPhysicalAnimComp::HitSegmentation' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, CurveWeightAtTime) == 0x000134, "Member 'UHitPhysicalAnimComp::CurveWeightAtTime' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, TimeSum) == 0x000138, "Member 'UHitPhysicalAnimComp::TimeSum' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, HitBoneNames) == 0x000140, "Member 'UHitPhysicalAnimComp::HitBoneNames' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, ForceVector) == 0x000150, "Member 'UHitPhysicalAnimComp::ForceVector' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, ForceStrength) == 0x000168, "Member 'UHitPhysicalAnimComp::ForceStrength' has a wrong offset!"); \ +static_assert(offsetof(UHitPhysicalAnimComp, Mesh) == 0x000170, "Member 'UHitPhysicalAnimComp::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIKMeshControlComponent \ +static_assert(alignof(UIKMeshControlComponent) == 0x000008, "Wrong alignment on UIKMeshControlComponent"); \ +static_assert(sizeof(UIKMeshControlComponent) == 0x0000F8, "Wrong size on UIKMeshControlComponent"); \ +static_assert(offsetof(UIKMeshControlComponent, TargetMeshOwner) == 0x0000C0, "Member 'UIKMeshControlComponent::TargetMeshOwner' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, TargetMesh) == 0x0000C8, "Member 'UIKMeshControlComponent::TargetMesh' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, DefaultMeshZOffset) == 0x0000D0, "Member 'UIKMeshControlComponent::DefaultMeshZOffset' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, bIsTraceDebug) == 0x0000D4, "Member 'UIKMeshControlComponent::bIsTraceDebug' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, bIsIKActive) == 0x0000D5, "Member 'UIKMeshControlComponent::bIsIKActive' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, IKFootLeftBoneName) == 0x0000D8, "Member 'UIKMeshControlComponent::IKFootLeftBoneName' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, IKFootRightoneName) == 0x0000E0, "Member 'UIKMeshControlComponent::IKFootRightoneName' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, MaxCheckSpeed) == 0x0000E8, "Member 'UIKMeshControlComponent::MaxCheckSpeed' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, TraceDepth) == 0x0000EC, "Member 'UIKMeshControlComponent::TraceDepth' has a wrong offset!"); \ +static_assert(offsetof(UIKMeshControlComponent, OffsetLerpAlpha) == 0x0000F0, "Member 'UIKMeshControlComponent::OffsetLerpAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeCreateHelperVolume \ +static_assert(alignof(ALandscapeCreateHelperVolume) == 0x000008, "Wrong alignment on ALandscapeCreateHelperVolume"); \ +static_assert(sizeof(ALandscapeCreateHelperVolume) == 0x000318, "Wrong size on ALandscapeCreateHelperVolume"); \ +static_assert(offsetof(ALandscapeCreateHelperVolume, ResolutionPerComponent) == 0x0002C0, "Member 'ALandscapeCreateHelperVolume::ResolutionPerComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeCreateHelperVolume, ComponentScaleXYZ) == 0x0002C8, "Member 'ALandscapeCreateHelperVolume::ComponentScaleXYZ' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeCreateHelperVolume, OriginPoint) == 0x0002E0, "Member 'ALandscapeCreateHelperVolume::OriginPoint' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeCreateHelperVolume, ComponentMinIndex) == 0x0002F8, "Member 'ALandscapeCreateHelperVolume::ComponentMinIndex' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeCreateHelperVolume, ComponentNum) == 0x000300, "Member 'ALandscapeCreateHelperVolume::ComponentNum' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeCreateHelperVolume, HeightfieldResolution) == 0x000308, "Member 'ALandscapeCreateHelperVolume::HeightfieldResolution' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeCreateHelperVolume, LandscapeActor) == 0x000310, "Member 'ALandscapeCreateHelperVolume::LandscapeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeHeightModifierVolume \ +static_assert(alignof(ALandscapeHeightModifierVolume) == 0x000008, "Wrong alignment on ALandscapeHeightModifierVolume"); \ +static_assert(sizeof(ALandscapeHeightModifierVolume) == 0x000340, "Wrong size on ALandscapeHeightModifierVolume"); \ +static_assert(offsetof(ALandscapeHeightModifierVolume, GenerateVolume) == 0x0002C0, "Member 'ALandscapeHeightModifierVolume::GenerateVolume' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeHeightModifierVolume, LandscapeActor) == 0x0002C8, "Member 'ALandscapeHeightModifierVolume::LandscapeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapePhysicalMatModifierVolume \ +static_assert(alignof(ALandscapePhysicalMatModifierVolume) == 0x000008, "Wrong alignment on ALandscapePhysicalMatModifierVolume"); \ +static_assert(sizeof(ALandscapePhysicalMatModifierVolume) == 0x000350, "Wrong size on ALandscapePhysicalMatModifierVolume"); \ +static_assert(offsetof(ALandscapePhysicalMatModifierVolume, GenerateVolume) == 0x0002C0, "Member 'ALandscapePhysicalMatModifierVolume::GenerateVolume' has a wrong offset!"); \ +static_assert(offsetof(ALandscapePhysicalMatModifierVolume, LandscapeActor) == 0x0002C8, "Member 'ALandscapePhysicalMatModifierVolume::LandscapeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_Cache \ +static_assert(alignof(LandscapeReader_Cache) == 0x000008, "Wrong alignment on LandscapeReader_Cache"); \ +static_assert(sizeof(LandscapeReader_Cache) == 0x000008, "Wrong size on LandscapeReader_Cache"); \ +static_assert(offsetof(LandscapeReader_Cache, NewLandscapeProxy) == 0x000000, "Member 'LandscapeReader_Cache::NewLandscapeProxy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_GetHeightData \ +static_assert(alignof(LandscapeReader_GetHeightData) == 0x000004, "Wrong alignment on LandscapeReader_GetHeightData"); \ +static_assert(sizeof(LandscapeReader_GetHeightData) == 0x000008, "Wrong size on LandscapeReader_GetHeightData"); \ +static_assert(offsetof(LandscapeReader_GetHeightData, ReturnValue) == 0x000000, "Member 'LandscapeReader_GetHeightData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_GetHeightDataInRect \ +static_assert(alignof(LandscapeReader_GetHeightDataInRect) == 0x000004, "Wrong alignment on LandscapeReader_GetHeightDataInRect"); \ +static_assert(sizeof(LandscapeReader_GetHeightDataInRect) == 0x000018, "Wrong size on LandscapeReader_GetHeightDataInRect"); \ +static_assert(offsetof(LandscapeReader_GetHeightDataInRect, MinX) == 0x000000, "Member 'LandscapeReader_GetHeightDataInRect::MinX' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetHeightDataInRect, MinY) == 0x000004, "Member 'LandscapeReader_GetHeightDataInRect::MinY' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetHeightDataInRect, MaxX) == 0x000008, "Member 'LandscapeReader_GetHeightDataInRect::MaxX' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetHeightDataInRect, MaxY) == 0x00000C, "Member 'LandscapeReader_GetHeightDataInRect::MaxY' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetHeightDataInRect, ReturnValue) == 0x000010, "Member 'LandscapeReader_GetHeightDataInRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_GetWeightData \ +static_assert(alignof(LandscapeReader_GetWeightData) == 0x000004, "Wrong alignment on LandscapeReader_GetWeightData"); \ +static_assert(sizeof(LandscapeReader_GetWeightData) == 0x00000C, "Wrong size on LandscapeReader_GetWeightData"); \ +static_assert(offsetof(LandscapeReader_GetWeightData, LayerIndex) == 0x000000, "Member 'LandscapeReader_GetWeightData::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetWeightData, ReturnValue) == 0x000004, "Member 'LandscapeReader_GetWeightData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_GetWeightDataInRect \ +static_assert(alignof(LandscapeReader_GetWeightDataInRect) == 0x000004, "Wrong alignment on LandscapeReader_GetWeightDataInRect"); \ +static_assert(sizeof(LandscapeReader_GetWeightDataInRect) == 0x00001C, "Wrong size on LandscapeReader_GetWeightDataInRect"); \ +static_assert(offsetof(LandscapeReader_GetWeightDataInRect, MinX) == 0x000000, "Member 'LandscapeReader_GetWeightDataInRect::MinX' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetWeightDataInRect, MinY) == 0x000004, "Member 'LandscapeReader_GetWeightDataInRect::MinY' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetWeightDataInRect, MaxX) == 0x000008, "Member 'LandscapeReader_GetWeightDataInRect::MaxX' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetWeightDataInRect, MaxY) == 0x00000C, "Member 'LandscapeReader_GetWeightDataInRect::MaxY' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetWeightDataInRect, LayerIndex) == 0x000010, "Member 'LandscapeReader_GetWeightDataInRect::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_GetWeightDataInRect, ReturnValue) == 0x000014, "Member 'LandscapeReader_GetWeightDataInRect::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_HeightDataElementNum \ +static_assert(alignof(LandscapeReader_HeightDataElementNum) == 0x000004, "Wrong alignment on LandscapeReader_HeightDataElementNum"); \ +static_assert(sizeof(LandscapeReader_HeightDataElementNum) == 0x000004, "Wrong size on LandscapeReader_HeightDataElementNum"); \ +static_assert(offsetof(LandscapeReader_HeightDataElementNum, ReturnValue) == 0x000000, "Member 'LandscapeReader_HeightDataElementNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_HeightDataElementSize \ +static_assert(alignof(LandscapeReader_HeightDataElementSize) == 0x000004, "Wrong alignment on LandscapeReader_HeightDataElementSize"); \ +static_assert(sizeof(LandscapeReader_HeightDataElementSize) == 0x000004, "Wrong size on LandscapeReader_HeightDataElementSize"); \ +static_assert(offsetof(LandscapeReader_HeightDataElementSize, ReturnValue) == 0x000000, "Member 'LandscapeReader_HeightDataElementSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_SampleHeightData \ +static_assert(alignof(LandscapeReader_SampleHeightData) == 0x000008, "Wrong alignment on LandscapeReader_SampleHeightData"); \ +static_assert(sizeof(LandscapeReader_SampleHeightData) == 0x000020, "Wrong size on LandscapeReader_SampleHeightData"); \ +static_assert(offsetof(LandscapeReader_SampleHeightData, WorldPos) == 0x000000, "Member 'LandscapeReader_SampleHeightData::WorldPos' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_SampleHeightData, SampleType) == 0x000018, "Member 'LandscapeReader_SampleHeightData::SampleType' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_SampleHeightData, ReturnValue) == 0x00001C, "Member 'LandscapeReader_SampleHeightData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_SampleWeightData \ +static_assert(alignof(LandscapeReader_SampleWeightData) == 0x000008, "Wrong alignment on LandscapeReader_SampleWeightData"); \ +static_assert(sizeof(LandscapeReader_SampleWeightData) == 0x000028, "Wrong size on LandscapeReader_SampleWeightData"); \ +static_assert(offsetof(LandscapeReader_SampleWeightData, WorldPos) == 0x000000, "Member 'LandscapeReader_SampleWeightData::WorldPos' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_SampleWeightData, LayerIndex) == 0x000018, "Member 'LandscapeReader_SampleWeightData::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_SampleWeightData, SampleType) == 0x00001C, "Member 'LandscapeReader_SampleWeightData::SampleType' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_SampleWeightData, ReturnValue) == 0x000020, "Member 'LandscapeReader_SampleWeightData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_WeightDataElementNum \ +static_assert(alignof(LandscapeReader_WeightDataElementNum) == 0x000004, "Wrong alignment on LandscapeReader_WeightDataElementNum"); \ +static_assert(sizeof(LandscapeReader_WeightDataElementNum) == 0x000008, "Wrong size on LandscapeReader_WeightDataElementNum"); \ +static_assert(offsetof(LandscapeReader_WeightDataElementNum, LayerIndex) == 0x000000, "Member 'LandscapeReader_WeightDataElementNum::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(LandscapeReader_WeightDataElementNum, ReturnValue) == 0x000004, "Member 'LandscapeReader_WeightDataElementNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeReader_WeightDataElementSize \ +static_assert(alignof(LandscapeReader_WeightDataElementSize) == 0x000004, "Wrong alignment on LandscapeReader_WeightDataElementSize"); \ +static_assert(sizeof(LandscapeReader_WeightDataElementSize) == 0x000004, "Wrong size on LandscapeReader_WeightDataElementSize"); \ +static_assert(offsetof(LandscapeReader_WeightDataElementSize, ReturnValue) == 0x000000, "Member 'LandscapeReader_WeightDataElementSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeReader \ +static_assert(alignof(ULandscapeReader) == 0x000010, "Wrong alignment on ULandscapeReader"); \ +static_assert(sizeof(ULandscapeReader) == 0x000110, "Wrong size on ULandscapeReader"); \ +static_assert(offsetof(ULandscapeReader, TargetProxy) == 0x000028, "Member 'ULandscapeReader::TargetProxy' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeReader, ProxyTransform) == 0x000030, "Member 'ULandscapeReader::ProxyTransform' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeReader, ActorSpaceExtendsMin) == 0x000090, "Member 'ULandscapeReader::ActorSpaceExtendsMin' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeReader, ActorSpaceExtendsMax) == 0x000098, "Member 'ULandscapeReader::ActorSpaceExtendsMax' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeReader, isCached) == 0x0000A0, "Member 'ULandscapeReader::isCached' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeReader, LayerWeights) == 0x0000A8, "Member 'ULandscapeReader::LayerWeights' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeReader, HeightData) == 0x0000B8, "Member 'ULandscapeReader::HeightData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LayerSceneInfo_QueryWeightInfo \ +static_assert(alignof(LayerSceneInfo_QueryWeightInfo) == 0x000008, "Wrong alignment on LayerSceneInfo_QueryWeightInfo"); \ +static_assert(sizeof(LayerSceneInfo_QueryWeightInfo) == 0x000028, "Wrong size on LayerSceneInfo_QueryWeightInfo"); \ +static_assert(offsetof(LayerSceneInfo_QueryWeightInfo, WorldPos) == 0x000000, "Member 'LayerSceneInfo_QueryWeightInfo::WorldPos' has a wrong offset!"); \ +static_assert(offsetof(LayerSceneInfo_QueryWeightInfo, LayerIndex) == 0x000018, "Member 'LayerSceneInfo_QueryWeightInfo::LayerIndex' has a wrong offset!"); \ +static_assert(offsetof(LayerSceneInfo_QueryWeightInfo, Nearest) == 0x00001C, "Member 'LayerSceneInfo_QueryWeightInfo::Nearest' has a wrong offset!"); \ +static_assert(offsetof(LayerSceneInfo_QueryWeightInfo, Value) == 0x000020, "Member 'LayerSceneInfo_QueryWeightInfo::Value' has a wrong offset!"); \ +static_assert(offsetof(LayerSceneInfo_QueryWeightInfo, ReturnValue) == 0x000024, "Member 'LayerSceneInfo_QueryWeightInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALayerSceneInfo \ +static_assert(alignof(ALayerSceneInfo) == 0x000010, "Wrong alignment on ALayerSceneInfo"); \ +static_assert(sizeof(ALayerSceneInfo) == 0x000330, "Wrong size on ALayerSceneInfo"); \ +static_assert(offsetof(ALayerSceneInfo, LandscapeActor) == 0x000288, "Member 'ALayerSceneInfo::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(ALayerSceneInfo, ActorSpaceExtendsMin) == 0x000290, "Member 'ALayerSceneInfo::ActorSpaceExtendsMin' has a wrong offset!"); \ +static_assert(offsetof(ALayerSceneInfo, ActorSpaceExtendsMax) == 0x000298, "Member 'ALayerSceneInfo::ActorSpaceExtendsMax' has a wrong offset!"); \ +static_assert(offsetof(ALayerSceneInfo, LandscapeTransform) == 0x0002A0, "Member 'ALayerSceneInfo::LandscapeTransform' has a wrong offset!"); \ +static_assert(offsetof(ALayerSceneInfo, AllLandscapeLayerData) == 0x000300, "Member 'ALayerSceneInfo::AllLandscapeLayerData' has a wrong offset!"); \ +static_assert(offsetof(ALayerSceneInfo, LayerPreviewInEditor) == 0x000320, "Member 'ALayerSceneInfo::LayerPreviewInEditor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatInfoBaseWidget_GetGPUBrand \ +static_assert(alignof(StatInfoBaseWidget_GetGPUBrand) == 0x000008, "Wrong alignment on StatInfoBaseWidget_GetGPUBrand"); \ +static_assert(sizeof(StatInfoBaseWidget_GetGPUBrand) == 0x000010, "Wrong size on StatInfoBaseWidget_GetGPUBrand"); \ +static_assert(offsetof(StatInfoBaseWidget_GetGPUBrand, ReturnValue) == 0x000000, "Member 'StatInfoBaseWidget_GetGPUBrand::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor \ +static_assert(alignof(StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor) == 0x000008, "Wrong alignment on StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor"); \ +static_assert(sizeof(StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor) == 0x000018, "Wrong size on StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor"); \ +static_assert(offsetof(StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor, InStatName) == 0x000000, "Member 'StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor::InStatName' has a wrong offset!"); \ +static_assert(offsetof(StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor, ReturnValue) == 0x000010, "Member 'StatInfoBaseWidget_GetSimulatedGraphicsCardScaleFactor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatInfoBaseWidget_SaveRecordsToFiles \ +static_assert(alignof(StatInfoBaseWidget_SaveRecordsToFiles) == 0x000004, "Wrong alignment on StatInfoBaseWidget_SaveRecordsToFiles"); \ +static_assert(sizeof(StatInfoBaseWidget_SaveRecordsToFiles) == 0x000004, "Wrong size on StatInfoBaseWidget_SaveRecordsToFiles"); \ +static_assert(offsetof(StatInfoBaseWidget_SaveRecordsToFiles, NeedCleanup) == 0x000000, "Member 'StatInfoBaseWidget_SaveRecordsToFiles::NeedCleanup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_StatInfoBaseWidget_StartRecord \ +static_assert(alignof(StatInfoBaseWidget_StartRecord) == 0x000008, "Wrong alignment on StatInfoBaseWidget_StartRecord"); \ +static_assert(sizeof(StatInfoBaseWidget_StartRecord) == 0x000048, "Wrong size on StatInfoBaseWidget_StartRecord"); \ +static_assert(offsetof(StatInfoBaseWidget_StartRecord, FXConfig) == 0x000000, "Member 'StatInfoBaseWidget_StartRecord::FXConfig' has a wrong offset!"); \ +static_assert(offsetof(StatInfoBaseWidget_StartRecord, UnitName) == 0x000010, "Member 'StatInfoBaseWidget_StartRecord::UnitName' has a wrong offset!"); \ +static_assert(offsetof(StatInfoBaseWidget_StartRecord, SkillName) == 0x000020, "Member 'StatInfoBaseWidget_StartRecord::SkillName' has a wrong offset!"); \ +static_assert(offsetof(StatInfoBaseWidget_StartRecord, AssetPath) == 0x000030, "Member 'StatInfoBaseWidget_StartRecord::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(StatInfoBaseWidget_StartRecord, MontageLength) == 0x000040, "Member 'StatInfoBaseWidget_StartRecord::MontageLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatInfoBaseWidget \ +static_assert(alignof(UStatInfoBaseWidget) == 0x000008, "Wrong alignment on UStatInfoBaseWidget"); \ +static_assert(sizeof(UStatInfoBaseWidget) == 0x000310, "Wrong size on UStatInfoBaseWidget"); \ +static_assert(offsetof(UStatInfoBaseWidget, StatGroupThresholdConfig) == 0x000298, "Member 'UStatInfoBaseWidget::StatGroupThresholdConfig' has a wrong offset!"); \ +static_assert(offsetof(UStatInfoBaseWidget, FetchStatInfoInterval) == 0x0002A0, "Member 'UStatInfoBaseWidget::FetchStatInfoInterval' has a wrong offset!"); \ +static_assert(offsetof(UStatInfoBaseWidget, SimulatedGraphicsCard) == 0x0002A4, "Member 'UStatInfoBaseWidget::SimulatedGraphicsCard' has a wrong offset!"); \ +static_assert(offsetof(UStatInfoBaseWidget, SelfGraphicsCard) == 0x0002A5, "Member 'UStatInfoBaseWidget::SelfGraphicsCard' has a wrong offset!"); \ +static_assert(offsetof(UStatInfoBaseWidget, bEnableRecordPerformanceData) == 0x0002A6, "Member 'UStatInfoBaseWidget::bEnableRecordPerformanceData' has a wrong offset!"); \ +static_assert(offsetof(UStatInfoBaseWidget, RecordFileName) == 0x0002A8, "Member 'UStatInfoBaseWidget::RecordFileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNiagaraStatInfoUI \ +static_assert(alignof(UNiagaraStatInfoUI) == 0x000008, "Wrong alignment on UNiagaraStatInfoUI"); \ +static_assert(sizeof(UNiagaraStatInfoUI) == 0x000318, "Wrong size on UNiagaraStatInfoUI"); \ +static_assert(offsetof(UNiagaraStatInfoUI, VBox_StatList) == 0x000310, "Member 'UNiagaraStatInfoUI::VBox_StatList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_APrefabStaticMeshActor \ +static_assert(alignof(APrefabStaticMeshActor) == 0x000008, "Wrong alignment on APrefabStaticMeshActor"); \ +static_assert(sizeof(APrefabStaticMeshActor) == 0x000298, "Wrong size on APrefabStaticMeshActor"); \ + +#define DUMPER7_ASSERTS_UGSRTAvatarConfigPreset \ +static_assert(alignof(UGSRTAvatarConfigPreset) == 0x000010, "Wrong alignment on UGSRTAvatarConfigPreset"); \ +static_assert(sizeof(UGSRTAvatarConfigPreset) == 0x000120, "Wrong size on UGSRTAvatarConfigPreset"); \ +static_assert(offsetof(UGSRTAvatarConfigPreset, HeroActorBPPath) == 0x000030, "Member 'UGSRTAvatarConfigPreset::HeroActorBPPath' has a wrong offset!"); \ +static_assert(offsetof(UGSRTAvatarConfigPreset, HeroTransform) == 0x000040, "Member 'UGSRTAvatarConfigPreset::HeroTransform' has a wrong offset!"); \ +static_assert(offsetof(UGSRTAvatarConfigPreset, RTCamTransform) == 0x0000A0, "Member 'UGSRTAvatarConfigPreset::RTCamTransform' has a wrong offset!"); \ +static_assert(offsetof(UGSRTAvatarConfigPreset, RTCamFOV) == 0x000100, "Member 'UGSRTAvatarConfigPreset::RTCamFOV' has a wrong offset!"); \ +static_assert(offsetof(UGSRTAvatarConfigPreset, LightConfigs) == 0x000108, "Member 'UGSRTAvatarConfigPreset::LightConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URTAvatarUtil \ +static_assert(alignof(URTAvatarUtil) == 0x000008, "Wrong alignment on URTAvatarUtil"); \ +static_assert(sizeof(URTAvatarUtil) == 0x000028, "Wrong size on URTAvatarUtil"); \ + +#define DUMPER7_ASSERTS_USFadeObjectsComponent \ +static_assert(alignof(USFadeObjectsComponent) == 0x000008, "Wrong alignment on USFadeObjectsComponent"); \ +static_assert(sizeof(USFadeObjectsComponent) == 0x000188, "Wrong size on USFadeObjectsComponent"); \ +static_assert(offsetof(USFadeObjectsComponent, fadeObjects) == 0x0000C0, "Member 'USFadeObjectsComponent::fadeObjects' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, timerHandle_ObjectComputeTimer) == 0x0000D0, "Member 'USFadeObjectsComponent::timerHandle_ObjectComputeTimer' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, timerHandle_AddObjectsTimer) == 0x0000D8, "Member 'USFadeObjectsComponent::timerHandle_AddObjectsTimer' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, currentFade) == 0x0000E0, "Member 'USFadeObjectsComponent::currentFade' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, fadeNowID) == 0x0000E4, "Member 'USFadeObjectsComponent::fadeNowID' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, fadeObjectsTemp) == 0x0000E8, "Member 'USFadeObjectsComponent::fadeObjectsTemp' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, fadeObjectsHit) == 0x0000F8, "Member 'USFadeObjectsComponent::fadeObjectsHit' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, fadeMaterial) == 0x000108, "Member 'USFadeObjectsComponent::fadeMaterial' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, bEnable) == 0x000110, "Member 'USFadeObjectsComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, addObjectInterval) == 0x000114, "Member 'USFadeObjectsComponent::addObjectInterval' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, calcFadeInterval) == 0x000118, "Member 'USFadeObjectsComponent::calcFadeInterval' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, workDistance) == 0x00011C, "Member 'USFadeObjectsComponent::workDistance' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, nearCameraRadius) == 0x000120, "Member 'USFadeObjectsComponent::nearCameraRadius' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, playerClass) == 0x000128, "Member 'USFadeObjectsComponent::playerClass' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, ObjectTypes) == 0x000130, "Member 'USFadeObjectsComponent::ObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, ChannelType) == 0x000140, "Member 'USFadeObjectsComponent::ChannelType' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, actorsIgnore) == 0x000148, "Member 'USFadeObjectsComponent::actorsIgnore' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, FadeRate) == 0x000158, "Member 'USFadeObjectsComponent::FadeRate' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, CapsuleHalfHeight) == 0x00015C, "Member 'USFadeObjectsComponent::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, capsuleRadius) == 0x000160, "Member 'USFadeObjectsComponent::capsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, characterArray) == 0x000168, "Member 'USFadeObjectsComponent::characterArray' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, nearObjectFade) == 0x000178, "Member 'USFadeObjectsComponent::nearObjectFade' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, farObjectFade) == 0x00017C, "Member 'USFadeObjectsComponent::farObjectFade' has a wrong offset!"); \ +static_assert(offsetof(USFadeObjectsComponent, immediatelyFade) == 0x000180, "Member 'USFadeObjectsComponent::immediatelyFade' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlateDebugInfo \ +static_assert(alignof(USlateDebugInfo) == 0x000008, "Wrong alignment on USlateDebugInfo"); \ +static_assert(sizeof(USlateDebugInfo) == 0x000310, "Wrong size on USlateDebugInfo"); \ +static_assert(offsetof(USlateDebugInfo, txt_Fps) == 0x000298, "Member 'USlateDebugInfo::txt_Fps' has a wrong offset!"); \ +static_assert(offsetof(USlateDebugInfo, txt_TickTime) == 0x0002A0, "Member 'USlateDebugInfo::txt_TickTime' has a wrong offset!"); \ +static_assert(offsetof(USlateDebugInfo, txt_SlateRender) == 0x0002A8, "Member 'USlateDebugInfo::txt_SlateRender' has a wrong offset!"); \ +static_assert(offsetof(USlateDebugInfo, txt_WidgetRender) == 0x0002B0, "Member 'USlateDebugInfo::txt_WidgetRender' has a wrong offset!"); \ +static_assert(offsetof(USlateDebugInfo, txt_Prepass) == 0x0002B8, "Member 'USlateDebugInfo::txt_Prepass' has a wrong offset!"); \ +static_assert(offsetof(USlateDebugInfo, txt_NumBatches) == 0x0002C0, "Member 'USlateDebugInfo::txt_NumBatches' has a wrong offset!"); \ +static_assert(offsetof(USlateDebugInfo, txt_WidgetAllocSize) == 0x0002C8, "Member 'USlateDebugInfo::txt_WidgetAllocSize' has a wrong offset!"); \ +static_assert(offsetof(USlateDebugInfo, GetStatInfoInterval) == 0x0002D0, "Member 'USlateDebugInfo::GetStatInfoInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USlopeViewComponent \ +static_assert(alignof(USlopeViewComponent) == 0x000010, "Wrong alignment on USlopeViewComponent"); \ +static_assert(sizeof(USlopeViewComponent) == 0x000600, "Wrong size on USlopeViewComponent"); \ +static_assert(offsetof(USlopeViewComponent, bEnable) == 0x000568, "Member 'USlopeViewComponent::bEnable' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, QuadNumInSection) == 0x00056C, "Member 'USlopeViewComponent::QuadNumInSection' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, QuadSize) == 0x000570, "Member 'USlopeViewComponent::QuadSize' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, ComponentOriginalPoint) == 0x000578, "Member 'USlopeViewComponent::ComponentOriginalPoint' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, TotalSectionIndexX) == 0x000590, "Member 'USlopeViewComponent::TotalSectionIndexX' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, TotalSectionIndexY) == 0x000594, "Member 'USlopeViewComponent::TotalSectionIndexY' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, Sections) == 0x000598, "Member 'USlopeViewComponent::Sections' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, DrawDistance) == 0x0005E8, "Member 'USlopeViewComponent::DrawDistance' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, MaxProcessDirtySectionNumPerTick) == 0x0005EC, "Member 'USlopeViewComponent::MaxProcessDirtySectionNumPerTick' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, DrawDebugSectionBox) == 0x0005F0, "Member 'USlopeViewComponent::DrawDebugSectionBox' has a wrong offset!"); \ +static_assert(offsetof(USlopeViewComponent, SectionMaterial) == 0x0005F8, "Member 'USlopeViewComponent::SectionMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStatGroupInfoThresholdConfig \ +static_assert(alignof(UStatGroupInfoThresholdConfig) == 0x000008, "Wrong alignment on UStatGroupInfoThresholdConfig"); \ +static_assert(sizeof(UStatGroupInfoThresholdConfig) == 0x000080, "Wrong size on UStatGroupInfoThresholdConfig"); \ +static_assert(offsetof(UStatGroupInfoThresholdConfig, SimulatedGraphicsCardConfig) == 0x000030, "Member 'UStatGroupInfoThresholdConfig::SimulatedGraphicsCardConfig' has a wrong offset!"); \ +static_assert(offsetof(UStatGroupInfoThresholdConfig, ThresholdConfig) == 0x000040, "Member 'UStatGroupInfoThresholdConfig::ThresholdConfig' has a wrong offset!"); \ +static_assert(offsetof(UStatGroupInfoThresholdConfig, TextColor_Medium) == 0x000050, "Member 'UStatGroupInfoThresholdConfig::TextColor_Medium' has a wrong offset!"); \ +static_assert(offsetof(UStatGroupInfoThresholdConfig, TextColor_High) == 0x000060, "Member 'UStatGroupInfoThresholdConfig::TextColor_High' has a wrong offset!"); \ +static_assert(offsetof(UStatGroupInfoThresholdConfig, TextColor_Severe) == 0x000070, "Member 'UStatGroupInfoThresholdConfig::TextColor_Severe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult \ +static_assert(alignof(TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult) == 0x000008, "Wrong alignment on TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult"); \ +static_assert(sizeof(TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult) == 0x000028, "Wrong size on TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult, OutVisibleTamers) == 0x000000, "Member 'TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult::OutVisibleTamers' has a wrong offset!"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult, OutInvisibleTamers) == 0x000010, "Member 'TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult::OutInvisibleTamers' has a wrong offset!"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult, ReturnValue) == 0x000020, "Member 'TamerAsyncLineTraceManager_GetAndCleanAsyncLineTraceResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TamerAsyncLineTraceManager_RegisterTamerRef \ +static_assert(alignof(TamerAsyncLineTraceManager_RegisterTamerRef) == 0x000008, "Wrong alignment on TamerAsyncLineTraceManager_RegisterTamerRef"); \ +static_assert(sizeof(TamerAsyncLineTraceManager_RegisterTamerRef) == 0x000028, "Wrong size on TamerAsyncLineTraceManager_RegisterTamerRef"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_RegisterTamerRef, InRefID) == 0x000000, "Member 'TamerAsyncLineTraceManager_RegisterTamerRef::InRefID' has a wrong offset!"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_RegisterTamerRef, InLocation) == 0x000008, "Member 'TamerAsyncLineTraceManager_RegisterTamerRef::InLocation' has a wrong offset!"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_RegisterTamerRef, InCapsuleHalfHeight) == 0x000020, "Member 'TamerAsyncLineTraceManager_RegisterTamerRef::InCapsuleHalfHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TamerAsyncLineTraceManager_StartAsyncLineTrace \ +static_assert(alignof(TamerAsyncLineTraceManager_StartAsyncLineTrace) == 0x000008, "Wrong alignment on TamerAsyncLineTraceManager_StartAsyncLineTrace"); \ +static_assert(sizeof(TamerAsyncLineTraceManager_StartAsyncLineTrace) == 0x000028, "Wrong size on TamerAsyncLineTraceManager_StartAsyncLineTrace"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_StartAsyncLineTrace, InPlayerLocation) == 0x000000, "Member 'TamerAsyncLineTraceManager_StartAsyncLineTrace::InPlayerLocation' has a wrong offset!"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_StartAsyncLineTrace, InTraceTamers) == 0x000018, "Member 'TamerAsyncLineTraceManager_StartAsyncLineTrace::InTraceTamers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TamerAsyncLineTraceManager_UnregisterTamerRef \ +static_assert(alignof(TamerAsyncLineTraceManager_UnregisterTamerRef) == 0x000004, "Wrong alignment on TamerAsyncLineTraceManager_UnregisterTamerRef"); \ +static_assert(sizeof(TamerAsyncLineTraceManager_UnregisterTamerRef) == 0x000004, "Wrong size on TamerAsyncLineTraceManager_UnregisterTamerRef"); \ +static_assert(offsetof(TamerAsyncLineTraceManager_UnregisterTamerRef, InRefID) == 0x000000, "Member 'TamerAsyncLineTraceManager_UnregisterTamerRef::InRefID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTamerAsyncLineTraceManager \ +static_assert(alignof(UTamerAsyncLineTraceManager) == 0x000008, "Wrong alignment on UTamerAsyncLineTraceManager"); \ +static_assert(sizeof(UTamerAsyncLineTraceManager) == 0x000148, "Wrong size on UTamerAsyncLineTraceManager"); \ +static_assert(offsetof(UTamerAsyncLineTraceManager, VisibleCount) == 0x0000F0, "Member 'UTamerAsyncLineTraceManager::VisibleCount' has a wrong offset!"); \ +static_assert(offsetof(UTamerAsyncLineTraceManager, WaitTraceFrameCount) == 0x000140, "Member 'UTamerAsyncLineTraceManager::WaitTraceFrameCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTilingImage \ +static_assert(alignof(UTilingImage) == 0x000010, "Wrong alignment on UTilingImage"); \ +static_assert(sizeof(UTilingImage) == 0x0002B0, "Wrong size on UTilingImage"); \ + +#define DUMPER7_ASSERTS_UVATAnimClipsInfoConfig \ +static_assert(alignof(UVATAnimClipsInfoConfig) == 0x000008, "Wrong alignment on UVATAnimClipsInfoConfig"); \ +static_assert(sizeof(UVATAnimClipsInfoConfig) == 0x000048, "Wrong size on UVATAnimClipsInfoConfig"); \ +static_assert(offsetof(UVATAnimClipsInfoConfig, ClipConfigs) == 0x000030, "Member 'UVATAnimClipsInfoConfig::ClipConfigs' has a wrong offset!"); \ +static_assert(offsetof(UVATAnimClipsInfoConfig, TotalFrames) == 0x000040, "Member 'UVATAnimClipsInfoConfig::TotalFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATAnimMachineInst_UpdateAnimProgress \ +static_assert(alignof(VATAnimMachineInst_UpdateAnimProgress) == 0x000004, "Wrong alignment on VATAnimMachineInst_UpdateAnimProgress"); \ +static_assert(sizeof(VATAnimMachineInst_UpdateAnimProgress) == 0x000004, "Wrong size on VATAnimMachineInst_UpdateAnimProgress"); \ +static_assert(offsetof(VATAnimMachineInst_UpdateAnimProgress, InAnimProgress) == 0x000000, "Member 'VATAnimMachineInst_UpdateAnimProgress::InAnimProgress' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATAnimMachineInst_UpdateAnimSpeed \ +static_assert(alignof(VATAnimMachineInst_UpdateAnimSpeed) == 0x000004, "Wrong alignment on VATAnimMachineInst_UpdateAnimSpeed"); \ +static_assert(sizeof(VATAnimMachineInst_UpdateAnimSpeed) == 0x000004, "Wrong size on VATAnimMachineInst_UpdateAnimSpeed"); \ +static_assert(offsetof(VATAnimMachineInst_UpdateAnimSpeed, InPlaySpeed) == 0x000000, "Member 'VATAnimMachineInst_UpdateAnimSpeed::InPlaySpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATAnimMachineInst_UpdateBlendRatio \ +static_assert(alignof(VATAnimMachineInst_UpdateBlendRatio) == 0x000004, "Wrong alignment on VATAnimMachineInst_UpdateBlendRatio"); \ +static_assert(sizeof(VATAnimMachineInst_UpdateBlendRatio) == 0x000004, "Wrong size on VATAnimMachineInst_UpdateBlendRatio"); \ +static_assert(offsetof(VATAnimMachineInst_UpdateBlendRatio, InBlendRatio) == 0x000000, "Member 'VATAnimMachineInst_UpdateBlendRatio::InBlendRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATAnimMachineInst_UpdateWindDirection \ +static_assert(alignof(VATAnimMachineInst_UpdateWindDirection) == 0x000008, "Wrong alignment on VATAnimMachineInst_UpdateWindDirection"); \ +static_assert(sizeof(VATAnimMachineInst_UpdateWindDirection) == 0x000010, "Wrong size on VATAnimMachineInst_UpdateWindDirection"); \ +static_assert(offsetof(VATAnimMachineInst_UpdateWindDirection, InWindDirection) == 0x000000, "Member 'VATAnimMachineInst_UpdateWindDirection::InWindDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATAnimMachineInst_UpdateWindIntensity \ +static_assert(alignof(VATAnimMachineInst_UpdateWindIntensity) == 0x000004, "Wrong alignment on VATAnimMachineInst_UpdateWindIntensity"); \ +static_assert(sizeof(VATAnimMachineInst_UpdateWindIntensity) == 0x000004, "Wrong size on VATAnimMachineInst_UpdateWindIntensity"); \ +static_assert(offsetof(VATAnimMachineInst_UpdateWindIntensity, InWindIntensity) == 0x000000, "Member 'VATAnimMachineInst_UpdateWindIntensity::InWindIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVATAnimMachineInst \ +static_assert(alignof(AVATAnimMachineInst) == 0x000008, "Wrong alignment on AVATAnimMachineInst"); \ +static_assert(sizeof(AVATAnimMachineInst) == 0x000310, "Wrong size on AVATAnimMachineInst"); \ +static_assert(offsetof(AVATAnimMachineInst, AnimClipsConfig) == 0x000288, "Member 'AVATAnimMachineInst::AnimClipsConfig' has a wrong offset!"); \ +static_assert(offsetof(AVATAnimMachineInst, AnimMachineConfig) == 0x000290, "Member 'AVATAnimMachineInst::AnimMachineConfig' has a wrong offset!"); \ +static_assert(offsetof(AVATAnimMachineInst, DynamicMIs) == 0x0002B8, "Member 'AVATAnimMachineInst::DynamicMIs' has a wrong offset!"); \ +static_assert(offsetof(AVATAnimMachineInst, DebugAnimProgress) == 0x0002C8, "Member 'AVATAnimMachineInst::DebugAnimProgress' has a wrong offset!"); \ +static_assert(offsetof(AVATAnimMachineInst, WindParamLerpSpeed) == 0x0002CC, "Member 'AVATAnimMachineInst::WindParamLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(AVATAnimMachineInst, bLerpWindDirection) == 0x0002D0, "Member 'AVATAnimMachineInst::bLerpWindDirection' has a wrong offset!"); \ +static_assert(offsetof(AVATAnimMachineInst, bLerpWindIntensity) == 0x0002D1, "Member 'AVATAnimMachineInst::bLerpWindIntensity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATNiagaraInst_UpdateNiagaraFloatVariable \ +static_assert(alignof(VATNiagaraInst_UpdateNiagaraFloatVariable) == 0x000008, "Wrong alignment on VATNiagaraInst_UpdateNiagaraFloatVariable"); \ +static_assert(sizeof(VATNiagaraInst_UpdateNiagaraFloatVariable) == 0x000018, "Wrong size on VATNiagaraInst_UpdateNiagaraFloatVariable"); \ +static_assert(offsetof(VATNiagaraInst_UpdateNiagaraFloatVariable, VariableName) == 0x000000, "Member 'VATNiagaraInst_UpdateNiagaraFloatVariable::VariableName' has a wrong offset!"); \ +static_assert(offsetof(VATNiagaraInst_UpdateNiagaraFloatVariable, TargetValue) == 0x000010, "Member 'VATNiagaraInst_UpdateNiagaraFloatVariable::TargetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATNiagaraInst_UpdateNiagaraVector2Variable \ +static_assert(alignof(VATNiagaraInst_UpdateNiagaraVector2Variable) == 0x000008, "Wrong alignment on VATNiagaraInst_UpdateNiagaraVector2Variable"); \ +static_assert(sizeof(VATNiagaraInst_UpdateNiagaraVector2Variable) == 0x000020, "Wrong size on VATNiagaraInst_UpdateNiagaraVector2Variable"); \ +static_assert(offsetof(VATNiagaraInst_UpdateNiagaraVector2Variable, VariableName) == 0x000000, "Member 'VATNiagaraInst_UpdateNiagaraVector2Variable::VariableName' has a wrong offset!"); \ +static_assert(offsetof(VATNiagaraInst_UpdateNiagaraVector2Variable, TargetValue) == 0x000010, "Member 'VATNiagaraInst_UpdateNiagaraVector2Variable::TargetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VATNiagaraInst_UpdateNiagaraVectorVariable \ +static_assert(alignof(VATNiagaraInst_UpdateNiagaraVectorVariable) == 0x000008, "Wrong alignment on VATNiagaraInst_UpdateNiagaraVectorVariable"); \ +static_assert(sizeof(VATNiagaraInst_UpdateNiagaraVectorVariable) == 0x000028, "Wrong size on VATNiagaraInst_UpdateNiagaraVectorVariable"); \ +static_assert(offsetof(VATNiagaraInst_UpdateNiagaraVectorVariable, VariableName) == 0x000000, "Member 'VATNiagaraInst_UpdateNiagaraVectorVariable::VariableName' has a wrong offset!"); \ +static_assert(offsetof(VATNiagaraInst_UpdateNiagaraVectorVariable, TargetValue) == 0x000010, "Member 'VATNiagaraInst_UpdateNiagaraVectorVariable::TargetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVATNiagaraInst \ +static_assert(alignof(AVATNiagaraInst) == 0x000008, "Wrong alignment on AVATNiagaraInst"); \ +static_assert(sizeof(AVATNiagaraInst) == 0x000290, "Wrong size on AVATNiagaraInst"); \ + +#define DUMPER7_ASSERTS_VFXAutoPlayer_BuildPlayList \ +static_assert(alignof(VFXAutoPlayer_BuildPlayList) == 0x000008, "Wrong alignment on VFXAutoPlayer_BuildPlayList"); \ +static_assert(sizeof(VFXAutoPlayer_BuildPlayList) == 0x000010, "Wrong size on VFXAutoPlayer_BuildPlayList"); \ +static_assert(offsetof(VFXAutoPlayer_BuildPlayList, InFolder) == 0x000000, "Member 'VFXAutoPlayer_BuildPlayList::InFolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VFXAutoPlayer_CurNiagaraStatusChanged \ +static_assert(alignof(VFXAutoPlayer_CurNiagaraStatusChanged) == 0x000001, "Wrong alignment on VFXAutoPlayer_CurNiagaraStatusChanged"); \ +static_assert(sizeof(VFXAutoPlayer_CurNiagaraStatusChanged) == 0x000002, "Wrong size on VFXAutoPlayer_CurNiagaraStatusChanged"); \ +static_assert(offsetof(VFXAutoPlayer_CurNiagaraStatusChanged, bNumDecreased) == 0x000000, "Member 'VFXAutoPlayer_CurNiagaraStatusChanged::bNumDecreased' has a wrong offset!"); \ +static_assert(offsetof(VFXAutoPlayer_CurNiagaraStatusChanged, ReturnValue) == 0x000001, "Member 'VFXAutoPlayer_CurNiagaraStatusChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VFXAutoPlayer_GetInternalPlayList \ +static_assert(alignof(VFXAutoPlayer_GetInternalPlayList) == 0x000008, "Wrong alignment on VFXAutoPlayer_GetInternalPlayList"); \ +static_assert(sizeof(VFXAutoPlayer_GetInternalPlayList) == 0x000010, "Wrong size on VFXAutoPlayer_GetInternalPlayList"); \ +static_assert(offsetof(VFXAutoPlayer_GetInternalPlayList, ReturnValue) == 0x000000, "Member 'VFXAutoPlayer_GetInternalPlayList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VFXAutoPlayer_ListCompletedPlaying \ +static_assert(alignof(VFXAutoPlayer_ListCompletedPlaying) == 0x000001, "Wrong alignment on VFXAutoPlayer_ListCompletedPlaying"); \ +static_assert(sizeof(VFXAutoPlayer_ListCompletedPlaying) == 0x000001, "Wrong size on VFXAutoPlayer_ListCompletedPlaying"); \ +static_assert(offsetof(VFXAutoPlayer_ListCompletedPlaying, ReturnValue) == 0x000000, "Member 'VFXAutoPlayer_ListCompletedPlaying::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_VFXAutoPlayer_PlayNiagara \ +static_assert(alignof(VFXAutoPlayer_PlayNiagara) == 0x000004, "Wrong alignment on VFXAutoPlayer_PlayNiagara"); \ +static_assert(sizeof(VFXAutoPlayer_PlayNiagara) == 0x000004, "Wrong size on VFXAutoPlayer_PlayNiagara"); \ +static_assert(offsetof(VFXAutoPlayer_PlayNiagara, InTargetNiagaraPtr) == 0x000000, "Member 'VFXAutoPlayer_PlayNiagara::InTargetNiagaraPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AVFXAutoPlayer \ +static_assert(alignof(AVFXAutoPlayer) == 0x000008, "Wrong alignment on AVFXAutoPlayer"); \ +static_assert(sizeof(AVFXAutoPlayer) == 0x0002F8, "Wrong size on AVFXAutoPlayer"); \ +static_assert(offsetof(AVFXAutoPlayer, PlayList) == 0x000288, "Member 'AVFXAutoPlayer::PlayList' has a wrong offset!"); \ +static_assert(offsetof(AVFXAutoPlayer, InternalPlayList) == 0x000298, "Member 'AVFXAutoPlayer::InternalPlayList' has a wrong offset!"); \ +static_assert(offsetof(AVFXAutoPlayer, PlayingPtr) == 0x0002A8, "Member 'AVFXAutoPlayer::PlayingPtr' has a wrong offset!"); \ +static_assert(offsetof(AVFXAutoPlayer, MaxLifeSpan) == 0x0002AC, "Member 'AVFXAutoPlayer::MaxLifeSpan' has a wrong offset!"); \ +static_assert(offsetof(AVFXAutoPlayer, AutoMovingRange) == 0x0002B0, "Member 'AVFXAutoPlayer::AutoMovingRange' has a wrong offset!"); \ +static_assert(offsetof(AVFXAutoPlayer, AutoMovingSpeed) == 0x0002B4, "Member 'AVFXAutoPlayer::AutoMovingSpeed' 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_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_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_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_FNavLinkCustomInstanceData \ +static_assert(alignof(FNavLinkCustomInstanceData) == 0x000008, "Wrong alignment on FNavLinkCustomInstanceData"); \ +static_assert(sizeof(FNavLinkCustomInstanceData) == 0x000070, "Wrong size on FNavLinkCustomInstanceData"); \ +static_assert(offsetof(FNavLinkCustomInstanceData, NavLinkUserId) == 0x000068, "Member 'FNavLinkCustomInstanceData::NavLinkUserId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecastNavMeshGenerationProperties \ +static_assert(alignof(FRecastNavMeshGenerationProperties) == 0x000004, "Wrong alignment on FRecastNavMeshGenerationProperties"); \ +static_assert(sizeof(FRecastNavMeshGenerationProperties) == 0x000040, "Wrong size on FRecastNavMeshGenerationProperties"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TilePoolSize) == 0x000000, "Member 'FRecastNavMeshGenerationProperties::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TileSizeUU) == 0x000004, "Member 'FRecastNavMeshGenerationProperties::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, CellSize) == 0x000008, "Member 'FRecastNavMeshGenerationProperties::CellSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, CellHeight) == 0x00000C, "Member 'FRecastNavMeshGenerationProperties::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentRadius) == 0x000010, "Member 'FRecastNavMeshGenerationProperties::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentHeight) == 0x000014, "Member 'FRecastNavMeshGenerationProperties::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxSlope) == 0x000018, "Member 'FRecastNavMeshGenerationProperties::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, AgentMaxStepHeight) == 0x00001C, "Member 'FRecastNavMeshGenerationProperties::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MinRegionArea) == 0x000020, "Member 'FRecastNavMeshGenerationProperties::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MergeRegionSize) == 0x000024, "Member 'FRecastNavMeshGenerationProperties::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, MaxSimplificationError) == 0x000028, "Member 'FRecastNavMeshGenerationProperties::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, TileNumberHardLimit) == 0x00002C, "Member 'FRecastNavMeshGenerationProperties::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionPartitioning) == 0x000030, "Member 'FRecastNavMeshGenerationProperties::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerPartitioning) == 0x000031, "Member 'FRecastNavMeshGenerationProperties::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, RegionChunkSplits) == 0x000034, "Member 'FRecastNavMeshGenerationProperties::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(FRecastNavMeshGenerationProperties, LayerChunkSplits) == 0x000038, "Member 'FRecastNavMeshGenerationProperties::LayerChunkSplits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRecastNavMeshTileGenerationDebug \ +static_assert(alignof(FRecastNavMeshTileGenerationDebug) == 0x000004, "Wrong alignment on FRecastNavMeshTileGenerationDebug"); \ +static_assert(sizeof(FRecastNavMeshTileGenerationDebug) == 0x000014, "Wrong size on FRecastNavMeshTileGenerationDebug"); \ +static_assert(offsetof(FRecastNavMeshTileGenerationDebug, TileCoordinate) == 0x000004, "Member 'FRecastNavMeshTileGenerationDebug::TileCoordinate' 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_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_UNavigationSystemModuleConfig \ +static_assert(alignof(UNavigationSystemModuleConfig) == 0x000008, "Wrong alignment on UNavigationSystemModuleConfig"); \ +static_assert(sizeof(UNavigationSystemModuleConfig) == 0x000058, "Wrong size on UNavigationSystemModuleConfig"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_FindNearestPoly \ +static_assert(alignof(NavigationSystemV1_FindNearestPoly) == 0x000008, "Wrong alignment on NavigationSystemV1_FindNearestPoly"); \ +static_assert(sizeof(NavigationSystemV1_FindNearestPoly) == 0x000050, "Wrong size on NavigationSystemV1_FindNearestPoly"); \ +static_assert(offsetof(NavigationSystemV1_FindNearestPoly, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_FindNearestPoly::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindNearestPoly, Loc) == 0x000008, "Member 'NavigationSystemV1_FindNearestPoly::Loc' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindNearestPoly, Extent) == 0x000020, "Member 'NavigationSystemV1_FindNearestPoly::Extent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindNearestPoly, NavData) == 0x000038, "Member 'NavigationSystemV1_FindNearestPoly::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindNearestPoly, FilterClass) == 0x000040, "Member 'NavigationSystemV1_FindNearestPoly::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_FindNearestPoly, ReturnValue) == 0x000048, "Member 'NavigationSystemV1_FindNearestPoly::ReturnValue' 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_GetRandomPointInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_GetRandomPointInNavigableRadius) == 0x000050, "Wrong size on NavigationSystemV1_GetRandomPointInNavigableRadius"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomPointInNavigableRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetRandomPointInNavigableRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_GetRandomReachablePointInRadius \ +static_assert(alignof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_GetRandomReachablePointInRadius"); \ +static_assert(sizeof(NavigationSystemV1_GetRandomReachablePointInRadius) == 0x000050, "Wrong size on NavigationSystemV1_GetRandomReachablePointInRadius"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Origin) == 0x000008, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Origin' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, Radius) == 0x000020, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::Radius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, NavData) == 0x000028, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, FilterClass) == 0x000030, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_GetRandomReachablePointInRadius, ReturnValue) == 0x000038, "Member 'NavigationSystemV1_GetRandomReachablePointInRadius::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuilt \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuilt) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuilt"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuilt, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuilt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_IsNavigationBeingBuiltOrLocked \ +static_assert(alignof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000008, "Wrong alignment on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(sizeof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked) == 0x000010, "Wrong size on NavigationSystemV1_IsNavigationBeingBuiltOrLocked"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_IsNavigationBeingBuiltOrLocked, ReturnValue) == 0x000008, "Member 'NavigationSystemV1_IsNavigationBeingBuiltOrLocked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_GetRandomLocationInNavigableRadius \ +static_assert(alignof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_GetRandomLocationInNavigableRadius"); \ +static_assert(sizeof(NavigationSystemV1_K2_GetRandomLocationInNavigableRadius) == 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_ProjectPointToNavigation \ +static_assert(alignof(NavigationSystemV1_ProjectPointToNavigation) == 0x000008, "Wrong alignment on NavigationSystemV1_ProjectPointToNavigation"); \ +static_assert(sizeof(NavigationSystemV1_ProjectPointToNavigation) == 0x000060, "Wrong size on NavigationSystemV1_ProjectPointToNavigation"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, WorldContextObject) == 0x000000, "Member 'NavigationSystemV1_ProjectPointToNavigation::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, Point) == 0x000008, "Member 'NavigationSystemV1_ProjectPointToNavigation::Point' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, NavData) == 0x000020, "Member 'NavigationSystemV1_ProjectPointToNavigation::NavData' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, FilterClass) == 0x000028, "Member 'NavigationSystemV1_ProjectPointToNavigation::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, QueryExtent) == 0x000030, "Member 'NavigationSystemV1_ProjectPointToNavigation::QueryExtent' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_ProjectPointToNavigation, ReturnValue) == 0x000048, "Member 'NavigationSystemV1_ProjectPointToNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToActor \ +static_assert(alignof(NavigationSystemV1_SimpleMoveToActor) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToActor"); \ +static_assert(sizeof(NavigationSystemV1_SimpleMoveToActor) == 0x000010, "Wrong size on NavigationSystemV1_SimpleMoveToActor"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToActor::Controller' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToActor, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToActor::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SimpleMoveToLocation \ +static_assert(alignof(NavigationSystemV1_SimpleMoveToLocation) == 0x000008, "Wrong alignment on NavigationSystemV1_SimpleMoveToLocation"); \ +static_assert(sizeof(NavigationSystemV1_SimpleMoveToLocation) == 0x000020, "Wrong size on NavigationSystemV1_SimpleMoveToLocation"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Controller) == 0x000000, "Member 'NavigationSystemV1_SimpleMoveToLocation::Controller' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_SimpleMoveToLocation, Goal) == 0x000008, "Member 'NavigationSystemV1_SimpleMoveToLocation::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_K2_ReplaceAreaInOctreeData \ +static_assert(alignof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000008, "Wrong alignment on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(sizeof(NavigationSystemV1_K2_ReplaceAreaInOctreeData) == 0x000020, "Wrong size on NavigationSystemV1_K2_ReplaceAreaInOctreeData"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, Object) == 0x000000, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::Object' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, OldArea) == 0x000008, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::OldArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, NewArea) == 0x000010, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::NewArea' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_K2_ReplaceAreaInOctreeData, ReturnValue) == 0x000018, "Member 'NavigationSystemV1_K2_ReplaceAreaInOctreeData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_OnNavigationBoundsUpdated \ +static_assert(alignof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong alignment on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(sizeof(NavigationSystemV1_OnNavigationBoundsUpdated) == 0x000008, "Wrong size on NavigationSystemV1_OnNavigationBoundsUpdated"); \ +static_assert(offsetof(NavigationSystemV1_OnNavigationBoundsUpdated, NavVolume) == 0x000000, "Member 'NavigationSystemV1_OnNavigationBoundsUpdated::NavVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_RegisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_RegisterNavigationInvoker) == 0x000010, "Wrong size on NavigationSystemV1_RegisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_RegisterNavigationInvoker::Invoker' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileGenerationRadius) == 0x000008, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(NavigationSystemV1_RegisterNavigationInvoker, TileRemovalRadius) == 0x00000C, "Member 'NavigationSystemV1_RegisterNavigationInvoker::TileRemovalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetGeometryGatheringMode \ +static_assert(alignof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong alignment on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(sizeof(NavigationSystemV1_SetGeometryGatheringMode) == 0x000001, "Wrong size on NavigationSystemV1_SetGeometryGatheringMode"); \ +static_assert(offsetof(NavigationSystemV1_SetGeometryGatheringMode, NewMode) == 0x000000, "Member 'NavigationSystemV1_SetGeometryGatheringMode::NewMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount \ +static_assert(alignof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong alignment on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(sizeof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount) == 0x000004, "Wrong size on NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount"); \ +static_assert(offsetof(NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount, MaxNumberOfJobs) == 0x000000, "Member 'NavigationSystemV1_SetMaxSimultaneousTileGenerationJobsCount::MaxNumberOfJobs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationSystemV1_UnregisterNavigationInvoker \ +static_assert(alignof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong alignment on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(sizeof(NavigationSystemV1_UnregisterNavigationInvoker) == 0x000008, "Wrong size on NavigationSystemV1_UnregisterNavigationInvoker"); \ +static_assert(offsetof(NavigationSystemV1_UnregisterNavigationInvoker, Invoker) == 0x000000, "Member 'NavigationSystemV1_UnregisterNavigationInvoker::Invoker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationSystemV1 \ +static_assert(alignof(UNavigationSystemV1) == 0x000008, "Wrong alignment on UNavigationSystemV1"); \ +static_assert(sizeof(UNavigationSystemV1) == 0x001648, "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, ActiveTilesUpdateInterval) == 0x00006C, "Member 'UNavigationSystemV1::ActiveTilesUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DataGatheringMode) == 0x000070, "Member 'UNavigationSystemV1::DataGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreaWarningSizeThreshold) == 0x000074, "Member 'UNavigationSystemV1::DirtyAreaWarningSizeThreshold' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, GatheringNavModifiersWarningLimitTime) == 0x000078, "Member 'UNavigationSystemV1::GatheringNavModifiersWarningLimitTime' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgents) == 0x000080, "Member 'UNavigationSystemV1::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, SupportedAgentsMask) == 0x000090, "Member 'UNavigationSystemV1::SupportedAgentsMask' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, BuildBounds) == 0x000098, "Member 'UNavigationSystemV1::BuildBounds' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataSet) == 0x0000D0, "Member 'UNavigationSystemV1::NavDataSet' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, NavDataRegistrationQueue) == 0x0000E0, "Member 'UNavigationSystemV1::NavDataRegistrationQueue' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavDataRegisteredEvent) == 0x000100, "Member 'UNavigationSystemV1::OnNavDataRegisteredEvent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OnNavigationGenerationFinishedDelegate) == 0x000110, "Member 'UNavigationSystemV1::OnNavigationGenerationFinishedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, OperationMode) == 0x0001FC, "Member 'UNavigationSystemV1::OperationMode' has a wrong offset!"); \ +static_assert(offsetof(UNavigationSystemV1, DirtyAreasUpdateFreq) == 0x001624, "Member 'UNavigationSystemV1::DirtyAreasUpdateFreq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavigationData \ +static_assert(alignof(ANavigationData) == 0x000008, "Wrong alignment on ANavigationData"); \ +static_assert(sizeof(ANavigationData) == 0x0004A0, "Wrong size on ANavigationData"); \ +static_assert(offsetof(ANavigationData, RenderingComp) == 0x000290, "Member 'ANavigationData::RenderingComp' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, NavDataConfig) == 0x000298, "Member 'ANavigationData::NavDataConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, RuntimeGeneration) == 0x000324, "Member 'ANavigationData::RuntimeGeneration' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, ObservedPathsTickInterval) == 0x000328, "Member 'ANavigationData::ObservedPathsTickInterval' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, DataVersion) == 0x00032C, "Member 'ANavigationData::DataVersion' has a wrong offset!"); \ +static_assert(offsetof(ANavigationData, SupportedAreas) == 0x000438, "Member 'ANavigationData::SupportedAreas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AAbstractNavData \ +static_assert(alignof(AAbstractNavData) == 0x000008, "Wrong alignment on AAbstractNavData"); \ +static_assert(sizeof(AAbstractNavData) == 0x0004A0, "Wrong size on AAbstractNavData"); \ + +#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) == 0x0000D0, "Wrong size on UNavCollision"); \ +static_assert(offsetof(UNavCollision, CylinderCollision) == 0x000080, "Member 'UNavCollision::CylinderCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, BoxCollision) == 0x000090, "Member 'UNavCollision::BoxCollision' has a wrong offset!"); \ +static_assert(offsetof(UNavCollision, AreaClass) == 0x0000A0, "Member 'UNavCollision::AreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavigationGraph \ +static_assert(alignof(ANavigationGraph) == 0x000008, "Wrong alignment on ANavigationGraph"); \ +static_assert(sizeof(ANavigationGraph) == 0x0004A0, "Wrong size on ANavigationGraph"); \ + +#define DUMPER7_ASSERTS_ANavigationGraphNode \ +static_assert(alignof(ANavigationGraphNode) == 0x000008, "Wrong alignment on ANavigationGraphNode"); \ +static_assert(sizeof(ANavigationGraphNode) == 0x000288, "Wrong size on ANavigationGraphNode"); \ + +#define DUMPER7_ASSERTS_UNavigationGraphNodeComponent \ +static_assert(alignof(UNavigationGraphNodeComponent) == 0x000010, "Wrong alignment on UNavigationGraphNodeComponent"); \ +static_assert(sizeof(UNavigationGraphNodeComponent) == 0x0002F0, "Wrong size on UNavigationGraphNodeComponent"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, Node) == 0x0002C0, "Member 'UNavigationGraphNodeComponent::Node' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, NextNodeComponent) == 0x0002D8, "Member 'UNavigationGraphNodeComponent::NextNodeComponent' has a wrong offset!"); \ +static_assert(offsetof(UNavigationGraphNodeComponent, PrevNodeComponent) == 0x0002E0, "Member 'UNavigationGraphNodeComponent::PrevNodeComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationInvokerComponent \ +static_assert(alignof(UNavigationInvokerComponent) == 0x000008, "Wrong alignment on UNavigationInvokerComponent"); \ +static_assert(sizeof(UNavigationInvokerComponent) == 0x0000C8, "Wrong size on UNavigationInvokerComponent"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileGenerationRadius) == 0x0000C0, "Member 'UNavigationInvokerComponent::TileGenerationRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavigationInvokerComponent, TileRemovalRadius) == 0x0000C4, "Member 'UNavigationInvokerComponent::TileRemovalRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableDebugDrawing \ +static_assert(alignof(NavigationPath_EnableDebugDrawing) == 0x000004, "Wrong alignment on NavigationPath_EnableDebugDrawing"); \ +static_assert(sizeof(NavigationPath_EnableDebugDrawing) == 0x000014, "Wrong size on NavigationPath_EnableDebugDrawing"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, bShouldDrawDebugData) == 0x000000, "Member 'NavigationPath_EnableDebugDrawing::bShouldDrawDebugData' has a wrong offset!"); \ +static_assert(offsetof(NavigationPath_EnableDebugDrawing, PathColor) == 0x000004, "Member 'NavigationPath_EnableDebugDrawing::PathColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_EnableRecalculationOnInvalidation \ +static_assert(alignof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong alignment on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(sizeof(NavigationPath_EnableRecalculationOnInvalidation) == 0x000001, "Wrong size on NavigationPath_EnableRecalculationOnInvalidation"); \ +static_assert(offsetof(NavigationPath_EnableRecalculationOnInvalidation, DoRecalculation) == 0x000000, "Member 'NavigationPath_EnableRecalculationOnInvalidation::DoRecalculation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetDebugString \ +static_assert(alignof(NavigationPath_GetDebugString) == 0x000008, "Wrong alignment on NavigationPath_GetDebugString"); \ +static_assert(sizeof(NavigationPath_GetDebugString) == 0x000010, "Wrong size on NavigationPath_GetDebugString"); \ +static_assert(offsetof(NavigationPath_GetDebugString, ReturnValue) == 0x000000, "Member 'NavigationPath_GetDebugString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathCost \ +static_assert(alignof(NavigationPath_GetPathCost) == 0x000004, "Wrong alignment on NavigationPath_GetPathCost"); \ +static_assert(sizeof(NavigationPath_GetPathCost) == 0x000004, "Wrong size on NavigationPath_GetPathCost"); \ +static_assert(offsetof(NavigationPath_GetPathCost, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathCost::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_GetPathLength \ +static_assert(alignof(NavigationPath_GetPathLength) == 0x000004, "Wrong alignment on NavigationPath_GetPathLength"); \ +static_assert(sizeof(NavigationPath_GetPathLength) == 0x000004, "Wrong size on NavigationPath_GetPathLength"); \ +static_assert(offsetof(NavigationPath_GetPathLength, ReturnValue) == 0x000000, "Member 'NavigationPath_GetPathLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsPartial \ +static_assert(alignof(NavigationPath_IsPartial) == 0x000001, "Wrong alignment on NavigationPath_IsPartial"); \ +static_assert(sizeof(NavigationPath_IsPartial) == 0x000001, "Wrong size on NavigationPath_IsPartial"); \ +static_assert(offsetof(NavigationPath_IsPartial, ReturnValue) == 0x000000, "Member 'NavigationPath_IsPartial::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsStringPulled \ +static_assert(alignof(NavigationPath_IsStringPulled) == 0x000001, "Wrong alignment on NavigationPath_IsStringPulled"); \ +static_assert(sizeof(NavigationPath_IsStringPulled) == 0x000001, "Wrong size on NavigationPath_IsStringPulled"); \ +static_assert(offsetof(NavigationPath_IsStringPulled, ReturnValue) == 0x000000, "Member 'NavigationPath_IsStringPulled::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavigationPath_IsValid \ +static_assert(alignof(NavigationPath_IsValid) == 0x000001, "Wrong alignment on NavigationPath_IsValid"); \ +static_assert(sizeof(NavigationPath_IsValid) == 0x000001, "Wrong size on NavigationPath_IsValid"); \ +static_assert(offsetof(NavigationPath_IsValid, ReturnValue) == 0x000000, "Member 'NavigationPath_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavigationPath \ +static_assert(alignof(UNavigationPath) == 0x000008, "Wrong alignment on UNavigationPath"); \ +static_assert(sizeof(UNavigationPath) == 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_INavigationPathGenerator \ +static_assert(alignof(INavigationPathGenerator) == 0x000001, "Wrong alignment on INavigationPathGenerator"); \ +static_assert(sizeof(INavigationPathGenerator) == 0x000001, "Wrong size on INavigationPathGenerator"); \ + +#define DUMPER7_ASSERTS_UNavigationQueryFilter \ +static_assert(alignof(UNavigationQueryFilter) == 0x000008, "Wrong alignment on UNavigationQueryFilter"); \ +static_assert(sizeof(UNavigationQueryFilter) == 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_ANavigationTestingActor \ +static_assert(alignof(ANavigationTestingActor) == 0x000008, "Wrong alignment on ANavigationTestingActor"); \ +static_assert(sizeof(ANavigationTestingActor) == 0x0003A0, "Wrong size on ANavigationTestingActor"); \ +static_assert(offsetof(ANavigationTestingActor, CapsuleComponent) == 0x000298, "Member 'ANavigationTestingActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, InvokerComponent) == 0x0002A0, "Member 'ANavigationTestingActor::InvokerComponent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, NavAgentProps) == 0x0002B0, "Member 'ANavigationTestingActor::NavAgentProps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, QueryingExtent) == 0x0002E0, "Member 'ANavigationTestingActor::QueryingExtent' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MyNavData) == 0x0002F8, "Member 'ANavigationTestingActor::MyNavData' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ProjectedLocation) == 0x000300, "Member 'ANavigationTestingActor::ProjectedLocation' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostLimitFactor) == 0x00031C, "Member 'ANavigationTestingActor::CostLimitFactor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, MinimumCostLimit) == 0x000320, "Member 'ANavigationTestingActor::MinimumCostLimit' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, CostDisplayMode) == 0x000328, "Member 'ANavigationTestingActor::CostDisplayMode' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, TextCanvasOffset) == 0x000330, "Member 'ANavigationTestingActor::TextCanvasOffset' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingTime) == 0x000344, "Member 'ANavigationTestingActor::PathfindingTime' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathCost) == 0x000348, "Member 'ANavigationTestingActor::PathCost' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, PathfindingSteps) == 0x00034C, "Member 'ANavigationTestingActor::PathfindingSteps' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OtherActor) == 0x000350, "Member 'ANavigationTestingActor::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, FilterClass) == 0x000358, "Member 'ANavigationTestingActor::FilterClass' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, ShowStepIndex) == 0x000360, "Member 'ANavigationTestingActor::ShowStepIndex' has a wrong offset!"); \ +static_assert(offsetof(ANavigationTestingActor, OffsetFromCornersDistance) == 0x000364, "Member 'ANavigationTestingActor::OffsetFromCornersDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkComponent \ +static_assert(alignof(UNavLinkComponent) == 0x000010, "Wrong alignment on UNavLinkComponent"); \ +static_assert(sizeof(UNavLinkComponent) == 0x000580, "Wrong size on UNavLinkComponent"); \ +static_assert(offsetof(UNavLinkComponent, links) == 0x000570, "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) == 0x000110, "Wrong size on UNavRelevantComponent"); \ +static_assert(offsetof(UNavRelevantComponent, CachedNavParent) == 0x000108, "Member 'UNavRelevantComponent::CachedNavParent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavLinkCustomComponent \ +static_assert(alignof(UNavLinkCustomComponent) == 0x000008, "Wrong alignment on UNavLinkCustomComponent"); \ +static_assert(sizeof(UNavLinkCustomComponent) == 0x0001F0, "Wrong size on UNavLinkCustomComponent"); \ +static_assert(offsetof(UNavLinkCustomComponent, NavLinkUserId) == 0x000118, "Member 'UNavLinkCustomComponent::NavLinkUserId' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, EnabledAreaClass) == 0x000120, "Member 'UNavLinkCustomComponent::EnabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, DisabledAreaClass) == 0x000128, "Member 'UNavLinkCustomComponent::DisabledAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, SupportedAgents) == 0x000130, "Member 'UNavLinkCustomComponent::SupportedAgents' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeStart) == 0x000138, "Member 'UNavLinkCustomComponent::LinkRelativeStart' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkRelativeEnd) == 0x000150, "Member 'UNavLinkCustomComponent::LinkRelativeEnd' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, LinkDirection) == 0x000168, "Member 'UNavLinkCustomComponent::LinkDirection' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleOffset) == 0x000170, "Member 'UNavLinkCustomComponent::ObstacleOffset' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleExtent) == 0x000188, "Member 'UNavLinkCustomComponent::ObstacleExtent' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, ObstacleAreaClass) == 0x0001A0, "Member 'UNavLinkCustomComponent::ObstacleAreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastRadius) == 0x0001A8, "Member 'UNavLinkCustomComponent::BroadcastRadius' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastInterval) == 0x0001AC, "Member 'UNavLinkCustomComponent::BroadcastInterval' has a wrong offset!"); \ +static_assert(offsetof(UNavLinkCustomComponent, BroadcastChannel) == 0x0001B0, "Member 'UNavLinkCustomComponent::BroadcastChannel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavLinkCustomInterface \ +static_assert(alignof(INavLinkCustomInterface) == 0x000001, "Wrong alignment on INavLinkCustomInterface"); \ +static_assert(sizeof(INavLinkCustomInterface) == 0x000001, "Wrong size on INavLinkCustomInterface"); \ + +#define DUMPER7_ASSERTS_INavLinkHostInterface \ +static_assert(alignof(INavLinkHostInterface) == 0x000001, "Wrong alignment on INavLinkHostInterface"); \ +static_assert(sizeof(INavLinkHostInterface) == 0x000001, "Wrong size on INavLinkHostInterface"); \ + +#define DUMPER7_ASSERTS_UNavLinkRenderingComponent \ +static_assert(alignof(UNavLinkRenderingComponent) == 0x000010, "Wrong alignment on UNavLinkRenderingComponent"); \ +static_assert(sizeof(UNavLinkRenderingComponent) == 0x000570, "Wrong size on UNavLinkRenderingComponent"); \ + +#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_ANavMeshBoundsVolume \ +static_assert(alignof(ANavMeshBoundsVolume) == 0x000008, "Wrong alignment on ANavMeshBoundsVolume"); \ +static_assert(sizeof(ANavMeshBoundsVolume) == 0x0002C8, "Wrong size on ANavMeshBoundsVolume"); \ +static_assert(offsetof(ANavMeshBoundsVolume, SupportedAgents) == 0x0002C0, "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_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) == 0x0001B0, "Wrong size on UNavModifierComponent"); \ +static_assert(offsetof(UNavModifierComponent, AreaClass) == 0x000110, "Member 'UNavModifierComponent::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(UNavModifierComponent, FailsafeExtent) == 0x000118, "Member 'UNavModifierComponent::FailsafeExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_NavModifierVolume_SetAreaClass \ +static_assert(alignof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong alignment on NavModifierVolume_SetAreaClass"); \ +static_assert(sizeof(NavModifierVolume_SetAreaClass) == 0x000008, "Wrong size on NavModifierVolume_SetAreaClass"); \ +static_assert(offsetof(NavModifierVolume_SetAreaClass, NewAreaClass) == 0x000000, "Member 'NavModifierVolume_SetAreaClass::NewAreaClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ANavModifierVolume \ +static_assert(alignof(ANavModifierVolume) == 0x000008, "Wrong alignment on ANavModifierVolume"); \ +static_assert(sizeof(ANavModifierVolume) == 0x0002D8, "Wrong size on ANavModifierVolume"); \ +static_assert(offsetof(ANavModifierVolume, AreaClass) == 0x0002C8, "Member 'ANavModifierVolume::AreaClass' has a wrong offset!"); \ +static_assert(offsetof(ANavModifierVolume, bMaskFillCollisionUnderneathForNavmesh) == 0x0002D0, "Member 'ANavModifierVolume::bMaskFillCollisionUnderneathForNavmesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_INavNodeInterface \ +static_assert(alignof(INavNodeInterface) == 0x000001, "Wrong alignment on INavNodeInterface"); \ +static_assert(sizeof(INavNodeInterface) == 0x000001, "Wrong size on INavNodeInterface"); \ + +#define DUMPER7_ASSERTS_ANavSystemConfigOverride \ +static_assert(alignof(ANavSystemConfigOverride) == 0x000008, "Wrong alignment on ANavSystemConfigOverride"); \ +static_assert(sizeof(ANavSystemConfigOverride) == 0x000298, "Wrong size on ANavSystemConfigOverride"); \ +static_assert(offsetof(ANavSystemConfigOverride, NavigationSystemConfig) == 0x000288, "Member 'ANavSystemConfigOverride::NavigationSystemConfig' has a wrong offset!"); \ +static_assert(offsetof(ANavSystemConfigOverride, OverridePolicy) == 0x000290, "Member 'ANavSystemConfigOverride::OverridePolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UNavTestRenderingComponent \ +static_assert(alignof(UNavTestRenderingComponent) == 0x000010, "Wrong alignment on UNavTestRenderingComponent"); \ +static_assert(sizeof(UNavTestRenderingComponent) == 0x000570, "Wrong size on UNavTestRenderingComponent"); \ + +#define DUMPER7_ASSERTS_URecastFilter_UseDefaultArea \ +static_assert(alignof(URecastFilter_UseDefaultArea) == 0x000008, "Wrong alignment on URecastFilter_UseDefaultArea"); \ +static_assert(sizeof(URecastFilter_UseDefaultArea) == 0x000048, "Wrong size on URecastFilter_UseDefaultArea"); \ + +#define DUMPER7_ASSERTS_RecastNavMesh_K2_ReplaceAreaInTileBounds \ +static_assert(alignof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 0x000008, "Wrong alignment on RecastNavMesh_K2_ReplaceAreaInTileBounds"); \ +static_assert(sizeof(RecastNavMesh_K2_ReplaceAreaInTileBounds) == 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) == 0x000578, "Wrong size on ARecastNavMesh"); \ +static_assert(offsetof(ARecastNavMesh, DrawOffset) == 0x0004A4, "Member 'ARecastNavMesh::DrawOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileGenerationDebug) == 0x0004A8, "Member 'ARecastNavMesh::TileGenerationDebug' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TilePoolSize) == 0x0004C0, "Member 'ARecastNavMesh::TilePoolSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSizeUU) == 0x0004C4, "Member 'ARecastNavMesh::TileSizeUU' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellSize) == 0x0004C8, "Member 'ARecastNavMesh::CellSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, CellHeight) == 0x0004CC, "Member 'ARecastNavMesh::CellHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentRadius) == 0x0004D0, "Member 'ARecastNavMesh::AgentRadius' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentHeight) == 0x0004D4, "Member 'ARecastNavMesh::AgentHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxSlope) == 0x0004D8, "Member 'ARecastNavMesh::AgentMaxSlope' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, AgentMaxStepHeight) == 0x0004DC, "Member 'ARecastNavMesh::AgentMaxStepHeight' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MinRegionArea) == 0x0004E0, "Member 'ARecastNavMesh::MinRegionArea' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MergeRegionSize) == 0x0004E4, "Member 'ARecastNavMesh::MergeRegionSize' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimplificationError) == 0x0004E8, "Member 'ARecastNavMesh::MaxSimplificationError' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, MaxSimultaneousTileGenerationJobsCount) == 0x0004EC, "Member 'ARecastNavMesh::MaxSimultaneousTileGenerationJobsCount' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileNumberHardLimit) == 0x0004F0, "Member 'ARecastNavMesh::TileNumberHardLimit' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefTileBits) == 0x0004F4, "Member 'ARecastNavMesh::PolyRefTileBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefNavPolyBits) == 0x0004F8, "Member 'ARecastNavMesh::PolyRefNavPolyBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, PolyRefSaltBits) == 0x0004FC, "Member 'ARecastNavMesh::PolyRefSaltBits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, NavMeshOriginOffset) == 0x000500, "Member 'ARecastNavMesh::NavMeshOriginOffset' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultDrawDistance) == 0x000518, "Member 'ARecastNavMesh::DefaultDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxSearchNodes) == 0x00051C, "Member 'ARecastNavMesh::DefaultMaxSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, DefaultMaxHierarchicalSearchNodes) == 0x000520, "Member 'ARecastNavMesh::DefaultMaxHierarchicalSearchNodes' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionPartitioning) == 0x000524, "Member 'ARecastNavMesh::RegionPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerPartitioning) == 0x000525, "Member 'ARecastNavMesh::LayerPartitioning' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, RegionChunkSplits) == 0x000528, "Member 'ARecastNavMesh::RegionChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, LayerChunkSplits) == 0x00052C, "Member 'ARecastNavMesh::LayerChunkSplits' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, TileSetUpdateInterval) == 0x000534, "Member 'ARecastNavMesh::TileSetUpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, HeuristicScale) == 0x000540, "Member 'ARecastNavMesh::HeuristicScale' has a wrong offset!"); \ +static_assert(offsetof(ARecastNavMesh, VerticalDeviationFromGroundCompensation) == 0x000544, "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_FAssetInfo \ +static_assert(alignof(FAssetInfo) == 0x000004, "Wrong alignment on FAssetInfo"); \ +static_assert(sizeof(FAssetInfo) == 0x000018, "Wrong size on FAssetInfo"); \ +static_assert(offsetof(FAssetInfo, PackageName) == 0x000000, "Member 'FAssetInfo::PackageName' has a wrong offset!"); \ +static_assert(offsetof(FAssetInfo, PackagePath) == 0x000008, "Member 'FAssetInfo::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(FAssetInfo, AssetName) == 0x000010, "Member 'FAssetInfo::AssetName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_CreateDirectory \ +static_assert(alignof(GSFileHelper_CreateDirectory) == 0x000008, "Wrong alignment on GSFileHelper_CreateDirectory"); \ +static_assert(sizeof(GSFileHelper_CreateDirectory) == 0x000018, "Wrong size on GSFileHelper_CreateDirectory"); \ +static_assert(offsetof(GSFileHelper_CreateDirectory, Directory) == 0x000000, "Member 'GSFileHelper_CreateDirectory::Directory' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_CreateDirectory, ReturnValue) == 0x000010, "Member 'GSFileHelper_CreateDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_DeleteDirectory \ +static_assert(alignof(GSFileHelper_DeleteDirectory) == 0x000008, "Wrong alignment on GSFileHelper_DeleteDirectory"); \ +static_assert(sizeof(GSFileHelper_DeleteDirectory) == 0x000018, "Wrong size on GSFileHelper_DeleteDirectory"); \ +static_assert(offsetof(GSFileHelper_DeleteDirectory, Directory) == 0x000000, "Member 'GSFileHelper_DeleteDirectory::Directory' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_DeleteDirectory, ReturnValue) == 0x000010, "Member 'GSFileHelper_DeleteDirectory::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_DeleteFile \ +static_assert(alignof(GSFileHelper_DeleteFile) == 0x000008, "Wrong alignment on GSFileHelper_DeleteFile"); \ +static_assert(sizeof(GSFileHelper_DeleteFile) == 0x000018, "Wrong size on GSFileHelper_DeleteFile"); \ +static_assert(offsetof(GSFileHelper_DeleteFile, Filename) == 0x000000, "Member 'GSFileHelper_DeleteFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_DeleteFile, ReturnValue) == 0x000010, "Member 'GSFileHelper_DeleteFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_DirectoryExists \ +static_assert(alignof(GSFileHelper_DirectoryExists) == 0x000008, "Wrong alignment on GSFileHelper_DirectoryExists"); \ +static_assert(sizeof(GSFileHelper_DirectoryExists) == 0x000018, "Wrong size on GSFileHelper_DirectoryExists"); \ +static_assert(offsetof(GSFileHelper_DirectoryExists, Directory) == 0x000000, "Member 'GSFileHelper_DirectoryExists::Directory' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_DirectoryExists, ReturnValue) == 0x000010, "Member 'GSFileHelper_DirectoryExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_FileExists \ +static_assert(alignof(GSFileHelper_FileExists) == 0x000008, "Wrong alignment on GSFileHelper_FileExists"); \ +static_assert(sizeof(GSFileHelper_FileExists) == 0x000018, "Wrong size on GSFileHelper_FileExists"); \ +static_assert(offsetof(GSFileHelper_FileExists, Filename) == 0x000000, "Member 'GSFileHelper_FileExists::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_FileExists, ReturnValue) == 0x000010, "Member 'GSFileHelper_FileExists::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_FileSize \ +static_assert(alignof(GSFileHelper_FileSize) == 0x000008, "Wrong alignment on GSFileHelper_FileSize"); \ +static_assert(sizeof(GSFileHelper_FileSize) == 0x000020, "Wrong size on GSFileHelper_FileSize"); \ +static_assert(offsetof(GSFileHelper_FileSize, Filename) == 0x000000, "Member 'GSFileHelper_FileSize::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_FileSize, IsStandardPath) == 0x000010, "Member 'GSFileHelper_FileSize::IsStandardPath' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_FileSize, ReturnValue) == 0x000018, "Member 'GSFileHelper_FileSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_FindFiles \ +static_assert(alignof(GSFileHelper_FindFiles) == 0x000008, "Wrong alignment on GSFileHelper_FindFiles"); \ +static_assert(sizeof(GSFileHelper_FindFiles) == 0x000030, "Wrong size on GSFileHelper_FindFiles"); \ +static_assert(offsetof(GSFileHelper_FindFiles, Directory) == 0x000000, "Member 'GSFileHelper_FindFiles::Directory' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_FindFiles, FoundFiles) == 0x000010, "Member 'GSFileHelper_FindFiles::FoundFiles' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_FindFiles, FileExtension) == 0x000020, "Member 'GSFileHelper_FindFiles::FileExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_FindFilesRecursively \ +static_assert(alignof(GSFileHelper_FindFilesRecursively) == 0x000008, "Wrong alignment on GSFileHelper_FindFilesRecursively"); \ +static_assert(sizeof(GSFileHelper_FindFilesRecursively) == 0x000030, "Wrong size on GSFileHelper_FindFilesRecursively"); \ +static_assert(offsetof(GSFileHelper_FindFilesRecursively, Directory) == 0x000000, "Member 'GSFileHelper_FindFilesRecursively::Directory' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_FindFilesRecursively, FoundFiles) == 0x000010, "Member 'GSFileHelper_FindFilesRecursively::FoundFiles' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_FindFilesRecursively, FileExtension) == 0x000020, "Member 'GSFileHelper_FindFilesRecursively::FileExtension' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_GetTimeStampTicks \ +static_assert(alignof(GSFileHelper_GetTimeStampTicks) == 0x000008, "Wrong alignment on GSFileHelper_GetTimeStampTicks"); \ +static_assert(sizeof(GSFileHelper_GetTimeStampTicks) == 0x000018, "Wrong size on GSFileHelper_GetTimeStampTicks"); \ +static_assert(offsetof(GSFileHelper_GetTimeStampTicks, Filename) == 0x000000, "Member 'GSFileHelper_GetTimeStampTicks::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_GetTimeStampTicks, ReturnValue) == 0x000010, "Member 'GSFileHelper_GetTimeStampTicks::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_ReadFile \ +static_assert(alignof(GSFileHelper_ReadFile) == 0x000008, "Wrong alignment on GSFileHelper_ReadFile"); \ +static_assert(sizeof(GSFileHelper_ReadFile) == 0x000028, "Wrong size on GSFileHelper_ReadFile"); \ +static_assert(offsetof(GSFileHelper_ReadFile, Filename) == 0x000000, "Member 'GSFileHelper_ReadFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_ReadFile, BytesToRead) == 0x000010, "Member 'GSFileHelper_ReadFile::BytesToRead' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_ReadFile, IsStandardPath) == 0x000020, "Member 'GSFileHelper_ReadFile::IsStandardPath' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_ReadFile, ReturnValue) == 0x000021, "Member 'GSFileHelper_ReadFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSFileHelper_WriteFile \ +static_assert(alignof(GSFileHelper_WriteFile) == 0x000008, "Wrong alignment on GSFileHelper_WriteFile"); \ +static_assert(sizeof(GSFileHelper_WriteFile) == 0x000028, "Wrong size on GSFileHelper_WriteFile"); \ +static_assert(offsetof(GSFileHelper_WriteFile, Filename) == 0x000000, "Member 'GSFileHelper_WriteFile::Filename' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_WriteFile, BytesToWrite) == 0x000010, "Member 'GSFileHelper_WriteFile::BytesToWrite' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_WriteFile, bAppend) == 0x000020, "Member 'GSFileHelper_WriteFile::bAppend' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_WriteFile, IsStandardPath) == 0x000021, "Member 'GSFileHelper_WriteFile::IsStandardPath' has a wrong offset!"); \ +static_assert(offsetof(GSFileHelper_WriteFile, ReturnValue) == 0x000022, "Member 'GSFileHelper_WriteFile::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSFileHelper \ +static_assert(alignof(UGSFileHelper) == 0x000008, "Wrong alignment on UGSFileHelper"); \ +static_assert(sizeof(UGSFileHelper) == 0x000028, "Wrong size on UGSFileHelper"); \ + +#define DUMPER7_ASSERTS_GSAssetHelper_GetAssetsByPath \ +static_assert(alignof(GSAssetHelper_GetAssetsByPath) == 0x000008, "Wrong alignment on GSAssetHelper_GetAssetsByPath"); \ +static_assert(sizeof(GSAssetHelper_GetAssetsByPath) == 0x000028, "Wrong size on GSAssetHelper_GetAssetsByPath"); \ +static_assert(offsetof(GSAssetHelper_GetAssetsByPath, PackagePath) == 0x000000, "Member 'GSAssetHelper_GetAssetsByPath::PackagePath' has a wrong offset!"); \ +static_assert(offsetof(GSAssetHelper_GetAssetsByPath, OutAssetInfos) == 0x000010, "Member 'GSAssetHelper_GetAssetsByPath::OutAssetInfos' has a wrong offset!"); \ +static_assert(offsetof(GSAssetHelper_GetAssetsByPath, bRecursive) == 0x000020, "Member 'GSAssetHelper_GetAssetsByPath::bRecursive' has a wrong offset!"); \ +static_assert(offsetof(GSAssetHelper_GetAssetsByPath, bIncludeOnlyOnDiskAssets) == 0x000021, "Member 'GSAssetHelper_GetAssetsByPath::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(GSAssetHelper_GetAssetsByPath, ReturnValue) == 0x000022, "Member 'GSAssetHelper_GetAssetsByPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSAssetHelper_HasAsset \ +static_assert(alignof(GSAssetHelper_HasAsset) == 0x000008, "Wrong alignment on GSAssetHelper_HasAsset"); \ +static_assert(sizeof(GSAssetHelper_HasAsset) == 0x000018, "Wrong size on GSAssetHelper_HasAsset"); \ +static_assert(offsetof(GSAssetHelper_HasAsset, ObjectPath) == 0x000000, "Member 'GSAssetHelper_HasAsset::ObjectPath' has a wrong offset!"); \ +static_assert(offsetof(GSAssetHelper_HasAsset, bIncludeOnlyOnDiskAssets) == 0x000010, "Member 'GSAssetHelper_HasAsset::bIncludeOnlyOnDiskAssets' has a wrong offset!"); \ +static_assert(offsetof(GSAssetHelper_HasAsset, ReturnValue) == 0x000011, "Member 'GSAssetHelper_HasAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSAssetHelper \ +static_assert(alignof(UGSAssetHelper) == 0x000008, "Wrong alignment on UGSAssetHelper"); \ +static_assert(sizeof(UGSAssetHelper) == 0x000028, "Wrong size on UGSAssetHelper"); \ + +#define DUMPER7_ASSERTS_FDownloadFile \ +static_assert(alignof(FDownloadFile) == 0x000008, "Wrong alignment on FDownloadFile"); \ +static_assert(sizeof(FDownloadFile) == 0x000048, "Wrong size on FDownloadFile"); \ +static_assert(offsetof(FDownloadFile, Name) == 0x000000, "Member 'FDownloadFile::Name' has a wrong offset!"); \ +static_assert(offsetof(FDownloadFile, URL) == 0x000010, "Member 'FDownloadFile::URL' has a wrong offset!"); \ +static_assert(offsetof(FDownloadFile, Size) == 0x000020, "Member 'FDownloadFile::Size' has a wrong offset!"); \ +static_assert(offsetof(FDownloadFile, Hash) == 0x000028, "Member 'FDownloadFile::Hash' has a wrong offset!"); \ +static_assert(offsetof(FDownloadFile, SavePath) == 0x000038, "Member 'FDownloadFile::SavePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_ReDownload \ +static_assert(alignof(DownloadProxy_ReDownload) == 0x000001, "Wrong alignment on DownloadProxy_ReDownload"); \ +static_assert(sizeof(DownloadProxy_ReDownload) == 0x000001, "Wrong size on DownloadProxy_ReDownload"); \ +static_assert(offsetof(DownloadProxy_ReDownload, ReturnValue) == 0x000000, "Member 'DownloadProxy_ReDownload::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_RequestDownload \ +static_assert(alignof(DownloadProxy_RequestDownload) == 0x000008, "Wrong alignment on DownloadProxy_RequestDownload"); \ +static_assert(sizeof(DownloadProxy_RequestDownload) == 0x000030, "Wrong size on DownloadProxy_RequestDownload"); \ +static_assert(offsetof(DownloadProxy_RequestDownload, InURL) == 0x000000, "Member 'DownloadProxy_RequestDownload::InURL' has a wrong offset!"); \ +static_assert(offsetof(DownloadProxy_RequestDownload, InSavePathOpt) == 0x000010, "Member 'DownloadProxy_RequestDownload::InSavePathOpt' has a wrong offset!"); \ +static_assert(offsetof(DownloadProxy_RequestDownload, bInSliceOpt) == 0x000020, "Member 'DownloadProxy_RequestDownload::bInSliceOpt' has a wrong offset!"); \ +static_assert(offsetof(DownloadProxy_RequestDownload, InSliceByteSizeOpt) == 0x000024, "Member 'DownloadProxy_RequestDownload::InSliceByteSizeOpt' has a wrong offset!"); \ +static_assert(offsetof(DownloadProxy_RequestDownload, bInForceOpt) == 0x000028, "Member 'DownloadProxy_RequestDownload::bInForceOpt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_Resume \ +static_assert(alignof(DownloadProxy_Resume) == 0x000001, "Wrong alignment on DownloadProxy_Resume"); \ +static_assert(sizeof(DownloadProxy_Resume) == 0x000001, "Wrong size on DownloadProxy_Resume"); \ +static_assert(offsetof(DownloadProxy_Resume, ReturnValue) == 0x000000, "Member 'DownloadProxy_Resume::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_Tick \ +static_assert(alignof(DownloadProxy_Tick) == 0x000004, "Wrong alignment on DownloadProxy_Tick"); \ +static_assert(sizeof(DownloadProxy_Tick) == 0x000008, "Wrong size on DownloadProxy_Tick"); \ +static_assert(offsetof(DownloadProxy_Tick, Delta) == 0x000000, "Member 'DownloadProxy_Tick::Delta' has a wrong offset!"); \ +static_assert(offsetof(DownloadProxy_Tick, ReturnValue) == 0x000004, "Member 'DownloadProxy_Tick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_GetDownloadedFileInfo \ +static_assert(alignof(DownloadProxy_GetDownloadedFileInfo) == 0x000008, "Wrong alignment on DownloadProxy_GetDownloadedFileInfo"); \ +static_assert(sizeof(DownloadProxy_GetDownloadedFileInfo) == 0x000048, "Wrong size on DownloadProxy_GetDownloadedFileInfo"); \ +static_assert(offsetof(DownloadProxy_GetDownloadedFileInfo, ReturnValue) == 0x000000, "Member 'DownloadProxy_GetDownloadedFileInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_GetDownloadedSize \ +static_assert(alignof(DownloadProxy_GetDownloadedSize) == 0x000004, "Wrong alignment on DownloadProxy_GetDownloadedSize"); \ +static_assert(sizeof(DownloadProxy_GetDownloadedSize) == 0x000004, "Wrong size on DownloadProxy_GetDownloadedSize"); \ +static_assert(offsetof(DownloadProxy_GetDownloadedSize, ReturnValue) == 0x000000, "Member 'DownloadProxy_GetDownloadedSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_GetDownloadProgress \ +static_assert(alignof(DownloadProxy_GetDownloadProgress) == 0x000004, "Wrong alignment on DownloadProxy_GetDownloadProgress"); \ +static_assert(sizeof(DownloadProxy_GetDownloadProgress) == 0x000004, "Wrong size on DownloadProxy_GetDownloadProgress"); \ +static_assert(offsetof(DownloadProxy_GetDownloadProgress, ReturnValue) == 0x000000, "Member 'DownloadProxy_GetDownloadProgress::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_GetDownloadSpeed \ +static_assert(alignof(DownloadProxy_GetDownloadSpeed) == 0x000004, "Wrong alignment on DownloadProxy_GetDownloadSpeed"); \ +static_assert(sizeof(DownloadProxy_GetDownloadSpeed) == 0x000004, "Wrong size on DownloadProxy_GetDownloadSpeed"); \ +static_assert(offsetof(DownloadProxy_GetDownloadSpeed, ReturnValue) == 0x000000, "Member 'DownloadProxy_GetDownloadSpeed::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_GetDownloadSpeedKbs \ +static_assert(alignof(DownloadProxy_GetDownloadSpeedKbs) == 0x000004, "Wrong alignment on DownloadProxy_GetDownloadSpeedKbs"); \ +static_assert(sizeof(DownloadProxy_GetDownloadSpeedKbs) == 0x000004, "Wrong size on DownloadProxy_GetDownloadSpeedKbs"); \ +static_assert(offsetof(DownloadProxy_GetDownloadSpeedKbs, ReturnValue) == 0x000000, "Member 'DownloadProxy_GetDownloadSpeedKbs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_GetDownloadStatus \ +static_assert(alignof(DownloadProxy_GetDownloadStatus) == 0x000001, "Wrong alignment on DownloadProxy_GetDownloadStatus"); \ +static_assert(sizeof(DownloadProxy_GetDownloadStatus) == 0x000001, "Wrong size on DownloadProxy_GetDownloadStatus"); \ +static_assert(offsetof(DownloadProxy_GetDownloadStatus, ReturnValue) == 0x000000, "Member 'DownloadProxy_GetDownloadStatus::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_GetTotalSize \ +static_assert(alignof(DownloadProxy_GetTotalSize) == 0x000004, "Wrong alignment on DownloadProxy_GetTotalSize"); \ +static_assert(sizeof(DownloadProxy_GetTotalSize) == 0x000004, "Wrong size on DownloadProxy_GetTotalSize"); \ +static_assert(offsetof(DownloadProxy_GetTotalSize, ReturnValue) == 0x000000, "Member 'DownloadProxy_GetTotalSize::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DownloadProxy_HashCheck \ +static_assert(alignof(DownloadProxy_HashCheck) == 0x000008, "Wrong alignment on DownloadProxy_HashCheck"); \ +static_assert(sizeof(DownloadProxy_HashCheck) == 0x000018, "Wrong size on DownloadProxy_HashCheck"); \ +static_assert(offsetof(DownloadProxy_HashCheck, InMD5Hash) == 0x000000, "Member 'DownloadProxy_HashCheck::InMD5Hash' has a wrong offset!"); \ +static_assert(offsetof(DownloadProxy_HashCheck, ReturnValue) == 0x000010, "Member 'DownloadProxy_HashCheck::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDownloadProxy \ +static_assert(alignof(UDownloadProxy) == 0x000008, "Wrong alignment on UDownloadProxy"); \ +static_assert(sizeof(UDownloadProxy) == 0x0001B0, "Wrong size on UDownloadProxy"); \ +static_assert(offsetof(UDownloadProxy, OnDownloadCompleteDyMultiDlg) == 0x000028, "Member 'UDownloadProxy::OnDownloadCompleteDyMultiDlg' has a wrong offset!"); \ +static_assert(offsetof(UDownloadProxy, OnDownloadPausedDyMultiDlg) == 0x000038, "Member 'UDownloadProxy::OnDownloadPausedDyMultiDlg' has a wrong offset!"); \ +static_assert(offsetof(UDownloadProxy, OnDownloadCanceledDyMultiDlg) == 0x000048, "Member 'UDownloadProxy::OnDownloadCanceledDyMultiDlg' has a wrong offset!"); \ +static_assert(offsetof(UDownloadProxy, OnDownloadResumedDyMultiDlg) == 0x000058, "Member 'UDownloadProxy::OnDownloadResumedDyMultiDlg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilterOptionPerAxis \ +static_assert(alignof(FFilterOptionPerAxis) == 0x000001, "Wrong alignment on FFilterOptionPerAxis"); \ +static_assert(sizeof(FFilterOptionPerAxis) == 0x000003, "Wrong size on FFilterOptionPerAxis"); \ +static_assert(offsetof(FFilterOptionPerAxis, bX) == 0x000000, "Member 'FFilterOptionPerAxis::bX' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bY) == 0x000001, "Member 'FFilterOptionPerAxis::bY' has a wrong offset!"); \ +static_assert(offsetof(FFilterOptionPerAxis, bZ) == 0x000002, "Member 'FFilterOptionPerAxis::bZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FConstraintDescription \ +static_assert(alignof(FConstraintDescription) == 0x000001, "Wrong alignment on FConstraintDescription"); \ +static_assert(sizeof(FConstraintDescription) == 0x00000D, "Wrong size on FConstraintDescription"); \ +static_assert(offsetof(FConstraintDescription, bTranslation) == 0x000000, "Member 'FConstraintDescription::bTranslation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bRotation) == 0x000001, "Member 'FConstraintDescription::bRotation' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bScale) == 0x000002, "Member 'FConstraintDescription::bScale' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, bParent) == 0x000003, "Member 'FConstraintDescription::bParent' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, TranslationAxes) == 0x000004, "Member 'FConstraintDescription::TranslationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, RotationAxes) == 0x000007, "Member 'FConstraintDescription::RotationAxes' has a wrong offset!"); \ +static_assert(offsetof(FConstraintDescription, ScaleAxes) == 0x00000A, "Member 'FConstraintDescription::ScaleAxes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformConstraint \ +static_assert(alignof(FTransformConstraint) == 0x000004, "Wrong alignment on FTransformConstraint"); \ +static_assert(sizeof(FTransformConstraint) == 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_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_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_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_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_FTransformFilter \ +static_assert(alignof(FTransformFilter) == 0x000001, "Wrong alignment on FTransformFilter"); \ +static_assert(sizeof(FTransformFilter) == 0x000009, "Wrong size on FTransformFilter"); \ +static_assert(offsetof(FTransformFilter, TranslationFilter) == 0x000000, "Member 'FTransformFilter::TranslationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, RotationFilter) == 0x000003, "Member 'FTransformFilter::RotationFilter' has a wrong offset!"); \ +static_assert(offsetof(FTransformFilter, ScaleFilter) == 0x000006, "Member 'FTransformFilter::ScaleFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCCDIKChainLink \ +static_assert(alignof(FCCDIKChainLink) == 0x000010, "Wrong alignment on FCCDIKChainLink"); \ +static_assert(sizeof(FCCDIKChainLink) == 0x0000E0, "Wrong size on FCCDIKChainLink"); \ + +#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_FConstraintDescriptionEx \ +static_assert(alignof(FConstraintDescriptionEx) == 0x000008, "Wrong alignment on FConstraintDescriptionEx"); \ +static_assert(sizeof(FConstraintDescriptionEx) == 0x000010, "Wrong size on FConstraintDescriptionEx"); \ +static_assert(offsetof(FConstraintDescriptionEx, AxesFilterOption) == 0x000008, "Member 'FConstraintDescriptionEx::AxesFilterOption' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAimConstraintDescription \ +static_assert(alignof(FAimConstraintDescription) == 0x000008, "Wrong alignment on FAimConstraintDescription"); \ +static_assert(sizeof(FAimConstraintDescription) == 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_FFABRIKChainLink \ +static_assert(alignof(FFABRIKChainLink) == 0x000008, "Wrong alignment on FFABRIKChainLink"); \ +static_assert(sizeof(FFABRIKChainLink) == 0x000050, "Wrong size on FFABRIKChainLink"); \ + +#define DUMPER7_ASSERTS_FTransformConstraintDescription \ +static_assert(alignof(FTransformConstraintDescription) == 0x000008, "Wrong alignment on FTransformConstraintDescription"); \ +static_assert(sizeof(FTransformConstraintDescription) == 0x000018, "Wrong size on FTransformConstraintDescription"); \ +static_assert(offsetof(FTransformConstraintDescription, TransformType) == 0x000010, "Member 'FTransformConstraintDescription::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNodeChain \ +static_assert(alignof(FNodeChain) == 0x000008, "Wrong alignment on FNodeChain"); \ +static_assert(sizeof(FNodeChain) == 0x000010, "Wrong size on FNodeChain"); \ +static_assert(offsetof(FNodeChain, Nodes) == 0x000000, "Member 'FNodeChain::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransformNoScale \ +static_assert(alignof(FTransformNoScale) == 0x000010, "Wrong alignment on FTransformNoScale"); \ +static_assert(sizeof(FTransformNoScale) == 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_FMargin \ +static_assert(alignof(FMargin) == 0x000004, "Wrong alignment on FMargin"); \ +static_assert(sizeof(FMargin) == 0x000010, "Wrong size on FMargin"); \ +static_assert(offsetof(FMargin, Left) == 0x000000, "Member 'FMargin::Left' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Top) == 0x000004, "Member 'FMargin::Top' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Right) == 0x000008, "Member 'FMargin::Right' has a wrong offset!"); \ +static_assert(offsetof(FMargin, Bottom) == 0x00000C, "Member 'FMargin::Bottom' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateColor \ +static_assert(alignof(FSlateColor) == 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, ImageSize) == 0x000010, "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!"); \ +static_assert(offsetof(FSlateBrush, DrawAs) == 0x0000B4, "Member 'FSlateBrush::DrawAs' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Tiling) == 0x0000B5, "Member 'FSlateBrush::Tiling' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, Mirroring) == 0x0000B6, "Member 'FSlateBrush::Mirroring' has a wrong offset!"); \ +static_assert(offsetof(FSlateBrush, ImageType) == 0x0000B7, "Member 'FSlateBrush::ImageType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateWidgetStyle \ +static_assert(alignof(FSlateWidgetStyle) == 0x000008, "Wrong alignment on FSlateWidgetStyle"); \ +static_assert(sizeof(FSlateWidgetStyle) == 0x000008, "Wrong size on FSlateWidgetStyle"); \ + +#define DUMPER7_ASSERTS_FFontGSSoftShadowCfg \ +static_assert(alignof(FFontGSSoftShadowCfg) == 0x000004, "Wrong alignment on FFontGSSoftShadowCfg"); \ +static_assert(sizeof(FFontGSSoftShadowCfg) == 0x000024, "Wrong size on FFontGSSoftShadowCfg"); \ +static_assert(offsetof(FFontGSSoftShadowCfg, GSSoftShadowV2Layout) == 0x000000, "Member 'FFontGSSoftShadowCfg::GSSoftShadowV2Layout' has a wrong offset!"); \ +static_assert(offsetof(FFontGSSoftShadowCfg, GSSoftShadowType) == 0x000001, "Member 'FFontGSSoftShadowCfg::GSSoftShadowType' has a wrong offset!"); \ +static_assert(offsetof(FFontGSSoftShadowCfg, GSSoftShadowSize) == 0x000004, "Member 'FFontGSSoftShadowCfg::GSSoftShadowSize' has a wrong offset!"); \ +static_assert(offsetof(FFontGSSoftShadowCfg, GSSoftShadowOffset) == 0x000008, "Member 'FFontGSSoftShadowCfg::GSSoftShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FFontGSSoftShadowCfg, GSSoftShadowFactor) == 0x000010, "Member 'FFontGSSoftShadowCfg::GSSoftShadowFactor' has a wrong offset!"); \ +static_assert(offsetof(FFontGSSoftShadowCfg, GSSoftShadowColor) == 0x000014, "Member 'FFontGSSoftShadowCfg::GSSoftShadowColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFontOutlineSettings \ +static_assert(alignof(FFontOutlineSettings) == 0x000008, "Wrong alignment on FFontOutlineSettings"); \ +static_assert(sizeof(FFontOutlineSettings) == 0x000048, "Wrong size on FFontOutlineSettings"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineSize) == 0x000000, "Member 'FFontOutlineSettings::OutlineSize' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bSeparateFillAlpha) == 0x000004, "Member 'FFontOutlineSettings::bSeparateFillAlpha' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, bApplyOutlineToDropShadows) == 0x000005, "Member 'FFontOutlineSettings::bApplyOutlineToDropShadows' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineMaterial) == 0x000008, "Member 'FFontOutlineSettings::OutlineMaterial' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, OutlineColor) == 0x000010, "Member 'FFontOutlineSettings::OutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FFontOutlineSettings, GSSoftShadowCfg) == 0x000020, "Member 'FFontOutlineSettings::GSSoftShadowCfg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSlateFontInfo \ +static_assert(alignof(FSlateFontInfo) == 0x000008, "Wrong alignment on FSlateFontInfo"); \ +static_assert(sizeof(FSlateFontInfo) == 0x000088, "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, bGSIsWithFontUVExtend) == 0x000010, "Member 'FSlateFontInfo::bGSIsWithFontUVExtend' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, OutlineSettings) == 0x000018, "Member 'FSlateFontInfo::OutlineSettings' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, TypefaceFontName) == 0x000070, "Member 'FSlateFontInfo::TypefaceFontName' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, Size) == 0x000078, "Member 'FSlateFontInfo::Size' has a wrong offset!"); \ +static_assert(offsetof(FSlateFontInfo, LetterSpacing) == 0x00007C, "Member 'FSlateFontInfo::LetterSpacing' 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!"); \ + +#define DUMPER7_ASSERTS_FEditableTextBoxStyle \ +static_assert(alignof(FEditableTextBoxStyle) == 0x000010, "Wrong alignment on FEditableTextBoxStyle"); \ +static_assert(sizeof(FEditableTextBoxStyle) == 0x000BD0, "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, Font) == 0x000360, "Member 'FEditableTextBoxStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ForegroundColor) == 0x0003E8, "Member 'FEditableTextBoxStyle::ForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, BackgroundColor) == 0x0003FC, "Member 'FEditableTextBoxStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ReadOnlyForegroundColor) == 0x000410, "Member 'FEditableTextBoxStyle::ReadOnlyForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, FocusedForegroundColor) == 0x000424, "Member 'FEditableTextBoxStyle::FocusedForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, HScrollBarPadding) == 0x000438, "Member 'FEditableTextBoxStyle::HScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, VScrollBarPadding) == 0x000448, "Member 'FEditableTextBoxStyle::VScrollBarPadding' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextBoxStyle, ScrollBarStyle) == 0x000460, "Member 'FEditableTextBoxStyle::ScrollBarStyle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSearchBoxStyle \ +static_assert(alignof(FSearchBoxStyle) == 0x000010, "Wrong alignment on FSearchBoxStyle"); \ +static_assert(sizeof(FSearchBoxStyle) == 0x000FD0, "Wrong size on FSearchBoxStyle"); \ +static_assert(offsetof(FSearchBoxStyle, TextBoxStyle) == 0x000010, "Member 'FSearchBoxStyle::TextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ActiveFontInfo) == 0x000BE0, "Member 'FSearchBoxStyle::ActiveFontInfo' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, UpArrowImage) == 0x000C70, "Member 'FSearchBoxStyle::UpArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, DownArrowImage) == 0x000D40, "Member 'FSearchBoxStyle::DownArrowImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, GlassImage) == 0x000E10, "Member 'FSearchBoxStyle::GlassImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ClearImage) == 0x000EE0, "Member 'FSearchBoxStyle::ClearImage' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, ImagePadding) == 0x000FB0, "Member 'FSearchBoxStyle::ImagePadding' has a wrong offset!"); \ +static_assert(offsetof(FSearchBoxStyle, bLeftAlignButtons) == 0x000FC0, "Member 'FSearchBoxStyle::bLeftAlignButtons' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeometry \ +static_assert(alignof(FGeometry) == 0x000008, "Wrong alignment on FGeometry"); \ +static_assert(sizeof(FGeometry) == 0x000040, "Wrong size on FGeometry"); \ + +#define DUMPER7_ASSERTS_FInputEvent \ +static_assert(alignof(FInputEvent) == 0x000008, "Wrong alignment on FInputEvent"); \ +static_assert(sizeof(FInputEvent) == 0x000018, "Wrong size on FInputEvent"); \ + +#define DUMPER7_ASSERTS_FKeyEvent \ +static_assert(alignof(FKeyEvent) == 0x000008, "Wrong alignment on FKeyEvent"); \ +static_assert(sizeof(FKeyEvent) == 0x000038, "Wrong size on FKeyEvent"); \ + +#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_FTextBlockStyle \ +static_assert(alignof(FTextBlockStyle) == 0x000010, "Wrong alignment on FTextBlockStyle"); \ +static_assert(sizeof(FTextBlockStyle) == 0x000370, "Wrong size on FTextBlockStyle"); \ +static_assert(offsetof(FTextBlockStyle, Font) == 0x000008, "Member 'FTextBlockStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ColorAndOpacity) == 0x000090, "Member 'FTextBlockStyle::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ShadowOffset) == 0x0000A8, "Member 'FTextBlockStyle::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, ShadowColorAndOpacity) == 0x0000B8, "Member 'FTextBlockStyle::ShadowColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, SelectedBackgroundColor) == 0x0000C8, "Member 'FTextBlockStyle::SelectedBackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightColor) == 0x0000DC, "Member 'FTextBlockStyle::HighlightColor' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, HighlightShape) == 0x0000F0, "Member 'FTextBlockStyle::HighlightShape' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, StrikeBrush) == 0x0001C0, "Member 'FTextBlockStyle::StrikeBrush' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, UnderlineBrush) == 0x000290, "Member 'FTextBlockStyle::UnderlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, TransformPolicy) == 0x000360, "Member 'FTextBlockStyle::TransformPolicy' has a wrong offset!"); \ +static_assert(offsetof(FTextBlockStyle, OverflowPolicy) == 0x000361, "Member 'FTextBlockStyle::OverflowPolicy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInlineEditableTextBlockStyle \ +static_assert(alignof(FInlineEditableTextBlockStyle) == 0x000010, "Wrong alignment on FInlineEditableTextBlockStyle"); \ +static_assert(sizeof(FInlineEditableTextBlockStyle) == 0x000F50, "Wrong size on FInlineEditableTextBlockStyle"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, EditableTextBoxStyle) == 0x000010, "Member 'FInlineEditableTextBlockStyle::EditableTextBoxStyle' has a wrong offset!"); \ +static_assert(offsetof(FInlineEditableTextBlockStyle, TextStyle) == 0x000BE0, "Member 'FInlineEditableTextBlockStyle::TextStyle' 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_FPointerEvent \ +static_assert(alignof(FPointerEvent) == 0x000008, "Wrong alignment on FPointerEvent"); \ +static_assert(sizeof(FPointerEvent) == 0x000090, "Wrong size on FPointerEvent"); \ + +#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_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_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_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) == 0x0004E0, "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_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_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_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_FCompositeFont \ +static_assert(alignof(FCompositeFont) == 0x000008, "Wrong alignment on FCompositeFont"); \ +static_assert(sizeof(FCompositeFont) == 0x000038, "Wrong size on FCompositeFont"); \ +static_assert(offsetof(FCompositeFont, DefaultTypeface) == 0x000000, "Member 'FCompositeFont::DefaultTypeface' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFont, FallbackTypeface) == 0x000010, "Member 'FCompositeFont::FallbackTypeface' has a wrong offset!"); \ +static_assert(offsetof(FCompositeFont, SubTypefaces) == 0x000028, "Member 'FCompositeFont::SubTypefaces' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditableTextStyle \ +static_assert(alignof(FEditableTextStyle) == 0x000010, "Wrong alignment on FEditableTextStyle"); \ +static_assert(sizeof(FEditableTextStyle) == 0x000320, "Wrong size on FEditableTextStyle"); \ +static_assert(offsetof(FEditableTextStyle, Font) == 0x000008, "Member 'FEditableTextStyle::Font' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, ColorAndOpacity) == 0x000090, "Member 'FEditableTextStyle::ColorAndOpacity' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageSelected) == 0x0000B0, "Member 'FEditableTextStyle::BackgroundImageSelected' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, BackgroundImageComposing) == 0x000180, "Member 'FEditableTextStyle::BackgroundImageComposing' has a wrong offset!"); \ +static_assert(offsetof(FEditableTextStyle, CaretImage) == 0x000250, "Member 'FEditableTextStyle::CaretImage' 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_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_FStyleTheme \ +static_assert(alignof(FStyleTheme) == 0x000008, "Wrong alignment on FStyleTheme"); \ +static_assert(sizeof(FStyleTheme) == 0x000048, "Wrong size on FStyleTheme"); \ + +#define DUMPER7_ASSERTS_FCharacterEvent \ +static_assert(alignof(FCharacterEvent) == 0x000008, "Wrong alignment on FCharacterEvent"); \ +static_assert(sizeof(FCharacterEvent) == 0x000020, "Wrong size on FCharacterEvent"); \ + +#define DUMPER7_ASSERTS_FNavigationEvent \ +static_assert(alignof(FNavigationEvent) == 0x000008, "Wrong alignment on FNavigationEvent"); \ +static_assert(sizeof(FNavigationEvent) == 0x000020, "Wrong size on FNavigationEvent"); \ + +#define DUMPER7_ASSERTS_FAnalogInputEvent \ +static_assert(alignof(FAnalogInputEvent) == 0x000008, "Wrong alignment on FAnalogInputEvent"); \ +static_assert(sizeof(FAnalogInputEvent) == 0x000040, "Wrong size on FAnalogInputEvent"); \ + +#define DUMPER7_ASSERTS_FWindowStyle \ +static_assert(alignof(FWindowStyle) == 0x000010, "Wrong alignment on FWindowStyle"); \ +static_assert(sizeof(FWindowStyle) == 0x001970, "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) == 0x001340, "Member 'FWindowStyle::ActiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, InactiveTitleBrush) == 0x001410, "Member 'FWindowStyle::InactiveTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, FlashTitleBrush) == 0x0014E0, "Member 'FWindowStyle::FlashTitleBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundColor) == 0x0015B0, "Member 'FWindowStyle::BackgroundColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineBrush) == 0x0015D0, "Member 'FWindowStyle::OutlineBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, OutlineColor) == 0x0016A0, "Member 'FWindowStyle::OutlineColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderBrush) == 0x0016C0, "Member 'FWindowStyle::BorderBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderColor) == 0x001790, "Member 'FWindowStyle::BorderColor' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BackgroundBrush) == 0x0017B0, "Member 'FWindowStyle::BackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, ChildBackgroundBrush) == 0x001880, "Member 'FWindowStyle::ChildBackgroundBrush' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, WindowCornerRadius) == 0x001950, "Member 'FWindowStyle::WindowCornerRadius' has a wrong offset!"); \ +static_assert(offsetof(FWindowStyle, BorderPadding) == 0x001954, "Member 'FWindowStyle::BorderPadding' 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_FCaptureLostEvent \ +static_assert(alignof(FCaptureLostEvent) == 0x000004, "Wrong alignment on FCaptureLostEvent"); \ +static_assert(sizeof(FCaptureLostEvent) == 0x000008, "Wrong size on FCaptureLostEvent"); \ + +#define DUMPER7_ASSERTS_FMotionEvent \ +static_assert(alignof(FMotionEvent) == 0x000008, "Wrong alignment on FMotionEvent"); \ +static_assert(sizeof(FMotionEvent) == 0x000078, "Wrong size on FMotionEvent"); \ + +#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_FHyperlinkStyle \ +static_assert(alignof(FHyperlinkStyle) == 0x000010, "Wrong alignment on FHyperlinkStyle"); \ +static_assert(sizeof(FHyperlinkStyle) == 0x000780, "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) == 0x000770, "Member 'FHyperlinkStyle::Padding' has a wrong offset!"); \ + +#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_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_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_FDockTabStyle \ +static_assert(alignof(FDockTabStyle) == 0x000010, "Wrong alignment on FDockTabStyle"); \ +static_assert(sizeof(FDockTabStyle) == 0x000DB0, "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) == 0x000D20, "Member 'FDockTabStyle::TabPadding' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconSize) == 0x000D30, "Member 'FDockTabStyle::IconSize' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, OverlapWidth) == 0x000D40, "Member 'FDockTabStyle::OverlapWidth' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, FlashColor) == 0x000D44, "Member 'FDockTabStyle::FlashColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, NormalForegroundColor) == 0x000D58, "Member 'FDockTabStyle::NormalForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, HoveredForegroundColor) == 0x000D6C, "Member 'FDockTabStyle::HoveredForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ActiveForegroundColor) == 0x000D80, "Member 'FDockTabStyle::ActiveForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, ForegroundForegroundColor) == 0x000D94, "Member 'FDockTabStyle::ForegroundForegroundColor' has a wrong offset!"); \ +static_assert(offsetof(FDockTabStyle, IconBorderPadding) == 0x000DA8, "Member 'FDockTabStyle::IconBorderPadding' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollBoxStyle \ +static_assert(alignof(FScrollBoxStyle) == 0x000010, "Wrong alignment on FScrollBoxStyle"); \ +static_assert(sizeof(FScrollBoxStyle) == 0x000350, "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!"); \ + +#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_FStyleColorList \ +static_assert(alignof(FStyleColorList) == 0x000008, "Wrong alignment on FStyleColorList"); \ +static_assert(sizeof(FStyleColorList) == 0x000988, "Wrong size on FStyleColorList"); \ +static_assert(offsetof(FStyleColorList, StyleColors) == 0x000000, "Member 'FStyleColorList::StyleColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FToolBarStyle \ +static_assert(alignof(FToolBarStyle) == 0x000010, "Wrong alignment on FToolBarStyle"); \ +static_assert(sizeof(FToolBarStyle) == 0x003BE0, "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) == 0x0005F0, "Member 'FToolBarStyle::EditableTextStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ToggleButton) == 0x0011C0, "Member 'FToolBarStyle::ToggleButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboButtonStyle) == 0x001C90, "Member 'FToolBarStyle::ComboButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsButtonStyle) == 0x002290, "Member 'FToolBarStyle::SettingsButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsComboButton) == 0x002680, "Member 'FToolBarStyle::SettingsComboButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SettingsToggleButton) == 0x002C80, "Member 'FToolBarStyle::SettingsToggleButton' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonStyle) == 0x003750, "Member 'FToolBarStyle::ButtonStyle' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, LabelPadding) == 0x003B40, "Member 'FToolBarStyle::LabelPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, SeparatorPadding) == 0x003B50, "Member 'FToolBarStyle::SeparatorPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ComboButtonPadding) == 0x003B60, "Member 'FToolBarStyle::ComboButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, ButtonPadding) == 0x003B70, "Member 'FToolBarStyle::ButtonPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, CheckBoxPadding) == 0x003B80, "Member 'FToolBarStyle::CheckBoxPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, BlockPadding) == 0x003B90, "Member 'FToolBarStyle::BlockPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IndentedBlockPadding) == 0x003BA0, "Member 'FToolBarStyle::IndentedBlockPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, BackgroundPadding) == 0x003BB0, "Member 'FToolBarStyle::BackgroundPadding' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, IconSize) == 0x003BC0, "Member 'FToolBarStyle::IconSize' has a wrong offset!"); \ +static_assert(offsetof(FToolBarStyle, bShowLabels) == 0x003BD0, "Member 'FToolBarStyle::bShowLabels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFontBulkData \ +static_assert(alignof(UFontBulkData) == 0x000008, "Wrong alignment on UFontBulkData"); \ +static_assert(sizeof(UFontBulkData) == 0x000070, "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_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_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) == 0x0009C0, "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_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_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_FCustomizedToolMenu \ +static_assert(alignof(FCustomizedToolMenu) == 0x000008, "Wrong alignment on FCustomizedToolMenu"); \ +static_assert(sizeof(FCustomizedToolMenu) == 0x0001F0, "Wrong size on FCustomizedToolMenu"); \ +static_assert(offsetof(FCustomizedToolMenu, Name) == 0x000000, "Member 'FCustomizedToolMenu::Name' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, Entries) == 0x000008, "Member 'FCustomizedToolMenu::Entries' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, Sections) == 0x000058, "Member 'FCustomizedToolMenu::Sections' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, EntryOrder) == 0x0000A8, "Member 'FCustomizedToolMenu::EntryOrder' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedToolMenu, SectionOrder) == 0x0000F8, "Member 'FCustomizedToolMenu::SectionOrder' 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_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_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) == 0x000C00, "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) == 0x000350, "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) == 0x000380, "Wrong size on UScrollBoxWidgetStyle"); \ +static_assert(offsetof(UScrollBoxWidgetStyle, ScrollBoxStyle) == 0x000030, "Member 'UScrollBoxWidgetStyle::ScrollBoxStyle' has a wrong offset!"); \ + +#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_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) == 0x0003A0, "Wrong size on UTextBlockWidgetStyle"); \ +static_assert(offsetof(UTextBlockWidgetStyle, TextBlockStyle) == 0x000030, "Member 'UTextBlockWidgetStyle::TextBlockStyle' 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_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) == 0x000009, "Wrong size on FMaterialQualityOverrides"); \ +static_assert(offsetof(FMaterialQualityOverrides, bDiscardQualityDuringCook) == 0x000000, "Member 'FMaterialQualityOverrides::bDiscardQualityDuringCook' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bEnableOverride) == 0x000001, "Member 'FMaterialQualityOverrides::bEnableOverride' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceFullyRough) == 0x000002, "Member 'FMaterialQualityOverrides::bForceFullyRough' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceNonMetal) == 0x000003, "Member 'FMaterialQualityOverrides::bForceNonMetal' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceDisableLMDirectionality) == 0x000004, "Member 'FMaterialQualityOverrides::bForceDisableLMDirectionality' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceLQReflections) == 0x000005, "Member 'FMaterialQualityOverrides::bForceLQReflections' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bForceDisablePreintegratedGF) == 0x000006, "Member 'FMaterialQualityOverrides::bForceDisablePreintegratedGF' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, bDisableMaterialNormalCalculation) == 0x000007, "Member 'FMaterialQualityOverrides::bDisableMaterialNormalCalculation' has a wrong offset!"); \ +static_assert(offsetof(FMaterialQualityOverrides, MobileShadowQuality) == 0x000008, "Member 'FMaterialQualityOverrides::MobileShadowQuality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialShaderQualitySettings \ +static_assert(alignof(UMaterialShaderQualitySettings) == 0x000008, "Wrong alignment on UMaterialShaderQualitySettings"); \ +static_assert(sizeof(UMaterialShaderQualitySettings) == 0x000078, "Wrong size on UMaterialShaderQualitySettings"); \ +static_assert(offsetof(UMaterialShaderQualitySettings, ForwardSettingMap) == 0x000028, "Member 'UMaterialShaderQualitySettings::ForwardSettingMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UShaderPlatformQualitySettings \ +static_assert(alignof(UShaderPlatformQualitySettings) == 0x000008, "Wrong alignment on UShaderPlatformQualitySettings"); \ +static_assert(sizeof(UShaderPlatformQualitySettings) == 0x000060, "Wrong size on UShaderPlatformQualitySettings"); \ +static_assert(offsetof(UShaderPlatformQualitySettings, QualityOverrides) == 0x000028, "Member 'UShaderPlatformQualitySettings::QualityOverrides' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEyeTrackerGazeData \ +static_assert(alignof(FEyeTrackerGazeData) == 0x000008, "Wrong alignment on FEyeTrackerGazeData"); \ +static_assert(sizeof(FEyeTrackerGazeData) == 0x000050, "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!"); \ + +#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) == 0x000058, "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) == 0x000050, "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) == 0x0005B0, "Wrong size on USparseVolumeTextureViewerComponent"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, SparseVolumeTexturePreview) == 0x000568, "Member 'USparseVolumeTextureViewerComponent::SparseVolumeTexturePreview' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, AnimationFrame) == 0x000574, "Member 'USparseVolumeTextureViewerComponent::AnimationFrame' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, FrameRate) == 0x000578, "Member 'USparseVolumeTextureViewerComponent::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, AnimationTime) == 0x00057C, "Member 'USparseVolumeTextureViewerComponent::AnimationTime' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, PreviewAttribute) == 0x000580, "Member 'USparseVolumeTextureViewerComponent::PreviewAttribute' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, MipLevel) == 0x000584, "Member 'USparseVolumeTextureViewerComponent::MipLevel' has a wrong offset!"); \ +static_assert(offsetof(USparseVolumeTextureViewerComponent, Extinction) == 0x000588, "Member 'USparseVolumeTextureViewerComponent::Extinction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASparseVolumeTextureViewer \ +static_assert(alignof(ASparseVolumeTextureViewer) == 0x000008, "Wrong alignment on ASparseVolumeTextureViewer"); \ +static_assert(sizeof(ASparseVolumeTextureViewer) == 0x000290, "Wrong size on ASparseVolumeTextureViewer"); \ +static_assert(offsetof(ASparseVolumeTextureViewer, SparseVolumeTextureViewerComponent) == 0x000288, "Member 'ASparseVolumeTextureViewer::SparseVolumeTextureViewerComponent' 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) == 0x000028, "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) == 0x000048, "Wrong size on FTemplateMapInfoOverride"); \ +static_assert(offsetof(FTemplateMapInfoOverride, Thumbnail) == 0x000000, "Member 'FTemplateMapInfoOverride::Thumbnail' has a wrong offset!"); \ +static_assert(offsetof(FTemplateMapInfoOverride, Map) == 0x000018, "Member 'FTemplateMapInfoOverride::Map' has a wrong offset!"); \ +static_assert(offsetof(FTemplateMapInfoOverride, DisplayName) == 0x000030, "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) == 0x0000F0, "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) == 0x000050, "Member 'UGameMapsSettings::bUseSplitscreen' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, TwoPlayerSplitscreenLayout) == 0x000051, "Member 'UGameMapsSettings::TwoPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ThreePlayerSplitscreenLayout) == 0x000052, "Member 'UGameMapsSettings::ThreePlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, FourPlayerSplitscreenLayout) == 0x000053, "Member 'UGameMapsSettings::FourPlayerSplitscreenLayout' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, bOffsetPlayerGamepadIds) == 0x000054, "Member 'UGameMapsSettings::bOffsetPlayerGamepadIds' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameInstanceClass) == 0x000058, "Member 'UGameMapsSettings::GameInstanceClass' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameDefaultMap) == 0x000070, "Member 'UGameMapsSettings::GameDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, ServerDefaultMap) == 0x000088, "Member 'UGameMapsSettings::ServerDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultGameMode) == 0x0000A0, "Member 'UGameMapsSettings::GlobalDefaultGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GlobalDefaultServerGameMode) == 0x0000B8, "Member 'UGameMapsSettings::GlobalDefaultServerGameMode' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeMapPrefixes) == 0x0000D0, "Member 'UGameMapsSettings::GameModeMapPrefixes' has a wrong offset!"); \ +static_assert(offsetof(UGameMapsSettings, GameModeClassAliases) == 0x0000E0, "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) == 0x000110, "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) == 0x0000F0, "Member 'UGeneralProjectSettings::ProjectDebugTitleInfo' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bShouldWindowPreserveAspectRatio) == 0x000108, "Member 'UGeneralProjectSettings::bShouldWindowPreserveAspectRatio' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bUseBorderlessWindow) == 0x000109, "Member 'UGeneralProjectSettings::bUseBorderlessWindow' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bStartInVR) == 0x00010A, "Member 'UGeneralProjectSettings::bStartInVR' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowWindowResize) == 0x00010B, "Member 'UGeneralProjectSettings::bAllowWindowResize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowClose) == 0x00010C, "Member 'UGeneralProjectSettings::bAllowClose' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMaximize) == 0x00010D, "Member 'UGeneralProjectSettings::bAllowMaximize' has a wrong offset!"); \ +static_assert(offsetof(UGeneralProjectSettings, bAllowMinimize) == 0x00010E, "Member 'UGeneralProjectSettings::bAllowMinimize' 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_FBodyInstanceCore \ +static_assert(alignof(FBodyInstanceCore) == 0x000008, "Wrong alignment on FBodyInstanceCore"); \ +static_assert(sizeof(FBodyInstanceCore) == 0x000018, "Wrong size on FBodyInstanceCore"); \ + +#define DUMPER7_ASSERTS_UBodySetupCore \ +static_assert(alignof(UBodySetupCore) == 0x000008, "Wrong alignment on UBodySetupCore"); \ +static_assert(sizeof(UBodySetupCore) == 0x000048, "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) == 0x000080, "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!"); \ + +#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_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, bEnableShapeSharing) == 0x000050, "Member 'UPhysicsSettingsCore::bEnableShapeSharing' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnablePCM) == 0x000051, "Member 'UPhysicsSettingsCore::bEnablePCM' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnableStabilization) == 0x000052, "Member 'UPhysicsSettingsCore::bEnableStabilization' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bWarnMissingLocks) == 0x000053, "Member 'UPhysicsSettingsCore::bWarnMissingLocks' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bEnable2DPhysics) == 0x000054, "Member 'UPhysicsSettingsCore::bEnable2DPhysics' has a wrong offset!"); \ +static_assert(offsetof(UPhysicsSettingsCore, bDefaultHasComplexCollision) == 0x000055, "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_FMRMeshConfiguration \ +static_assert(alignof(FMRMeshConfiguration) == 0x000001, "Wrong alignment on FMRMeshConfiguration"); \ +static_assert(sizeof(FMRMeshConfiguration) == 0x000001, "Wrong size on FMRMeshConfiguration"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_ConnectMRMesh \ +static_assert(alignof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong alignment on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(sizeof(MeshReconstructorBase_ConnectMRMesh) == 0x000008, "Wrong size on MeshReconstructorBase_ConnectMRMesh"); \ +static_assert(offsetof(MeshReconstructorBase_ConnectMRMesh, Mesh) == 0x000000, "Member 'MeshReconstructorBase_ConnectMRMesh::Mesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionPaused \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionPaused) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionPaused"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionPaused, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionPaused::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MeshReconstructorBase_IsReconstructionStarted \ +static_assert(alignof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong alignment on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(sizeof(MeshReconstructorBase_IsReconstructionStarted) == 0x000001, "Wrong size on MeshReconstructorBase_IsReconstructionStarted"); \ +static_assert(offsetof(MeshReconstructorBase_IsReconstructionStarted, ReturnValue) == 0x000000, "Member 'MeshReconstructorBase_IsReconstructionStarted::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMeshReconstructorBase \ +static_assert(alignof(UMeshReconstructorBase) == 0x000008, "Wrong alignment on UMeshReconstructorBase"); \ +static_assert(sizeof(UMeshReconstructorBase) == 0x000028, "Wrong size on UMeshReconstructorBase"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_ConnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_ConnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_ConnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_ConnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_ConnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MockDataMeshTrackerComponent_DisconnectMRMesh \ +static_assert(alignof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong alignment on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(sizeof(MockDataMeshTrackerComponent_DisconnectMRMesh) == 0x000008, "Wrong size on MockDataMeshTrackerComponent_DisconnectMRMesh"); \ +static_assert(offsetof(MockDataMeshTrackerComponent_DisconnectMRMesh, InMRMeshPtr) == 0x000000, "Member 'MockDataMeshTrackerComponent_DisconnectMRMesh::InMRMeshPtr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMockDataMeshTrackerComponent \ +static_assert(alignof(UMockDataMeshTrackerComponent) == 0x000010, "Wrong alignment on UMockDataMeshTrackerComponent"); \ +static_assert(sizeof(UMockDataMeshTrackerComponent) == 0x000330, "Wrong size on UMockDataMeshTrackerComponent"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, OnMeshTrackerUpdated) == 0x0002C0, "Member 'UMockDataMeshTrackerComponent::OnMeshTrackerUpdated' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, ScanWorld) == 0x0002D0, "Member 'UMockDataMeshTrackerComponent::ScanWorld' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestNormals) == 0x0002D1, "Member 'UMockDataMeshTrackerComponent::RequestNormals' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, RequestVertexConfidence) == 0x0002D2, "Member 'UMockDataMeshTrackerComponent::RequestVertexConfidence' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorMode) == 0x0002D3, "Member 'UMockDataMeshTrackerComponent::VertexColorMode' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, BlockVertexColors) == 0x0002D8, "Member 'UMockDataMeshTrackerComponent::BlockVertexColors' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceZero) == 0x0002E8, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceZero' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, VertexColorFromConfidenceOne) == 0x0002F8, "Member 'UMockDataMeshTrackerComponent::VertexColorFromConfidenceOne' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, UpdateInterval) == 0x000308, "Member 'UMockDataMeshTrackerComponent::UpdateInterval' has a wrong offset!"); \ +static_assert(offsetof(UMockDataMeshTrackerComponent, MRMesh) == 0x000310, "Member 'UMockDataMeshTrackerComponent::MRMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMRMeshBodyHolder \ +static_assert(alignof(UMRMeshBodyHolder) == 0x000008, "Wrong alignment on UMRMeshBodyHolder"); \ +static_assert(sizeof(UMRMeshBodyHolder) == 0x000230, "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) == 0x0005F0, "Wrong size on UMRMeshComponent"); \ +static_assert(offsetof(UMRMeshComponent, Material) == 0x000570, "Member 'UMRMeshComponent::Material' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, WireframeMaterial) == 0x000578, "Member 'UMRMeshComponent::WireframeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bCreateMeshProxySections) == 0x000580, "Member 'UMRMeshComponent::bCreateMeshProxySections' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bUpdateNavMeshOnMeshUpdate) == 0x000581, "Member 'UMRMeshComponent::bUpdateNavMeshOnMeshUpdate' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, bNeverCreateCollisionMesh) == 0x000583, "Member 'UMRMeshComponent::bNeverCreateCollisionMesh' has a wrong offset!"); \ +static_assert(offsetof(UMRMeshComponent, BodyHolders) == 0x0005C8, "Member 'UMRMeshComponent::BodyHolders' has a wrong offset!"); \ + +#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) == 0x0000E0, "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, HandKeyPositions) == 0x0000A0, "Member 'FXRMotionControllerData::HandKeyPositions' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRotations) == 0x0000B0, "Member 'FXRMotionControllerData::HandKeyRotations' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, HandKeyRadii) == 0x0000C0, "Member 'FXRMotionControllerData::HandKeyRadii' has a wrong offset!"); \ +static_assert(offsetof(FXRMotionControllerData, bIsGrasped) == 0x0000D0, "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_FXRGestureConfig \ +static_assert(alignof(FXRGestureConfig) == 0x000001, "Wrong alignment on FXRGestureConfig"); \ +static_assert(sizeof(FXRGestureConfig) == 0x000006, "Wrong size on FXRGestureConfig"); \ +static_assert(offsetof(FXRGestureConfig, bTap) == 0x000000, "Member 'FXRGestureConfig::bTap' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bHold) == 0x000001, "Member 'FXRGestureConfig::bHold' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, AxisGesture) == 0x000002, "Member 'FXRGestureConfig::AxisGesture' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisX) == 0x000003, "Member 'FXRGestureConfig::bNavigationAxisX' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisY) == 0x000004, "Member 'FXRGestureConfig::bNavigationAxisY' has a wrong offset!"); \ +static_assert(offsetof(FXRGestureConfig, bNavigationAxisZ) == 0x000005, "Member 'FXRGestureConfig::bNavigationAxisZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_BreakKey \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_BreakKey) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_BreakKey"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_BreakKey) == 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_ConfigureGestures \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_ConfigureGestures) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ConfigureGestures"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ConfigureGestures) == 0x000007, "Wrong size on HeadMountedDisplayFunctionLibrary_ConfigureGestures"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConfigureGestures, GestureConfig) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ConfigureGestures::GestureConfig' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConfigureGestures, ReturnValue) == 0x000006, "Member 'HeadMountedDisplayFunctionLibrary_ConfigureGestures::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice) == 0x000018, "Wrong size on HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, IPAddress) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::IPAddress' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, BitRate) == 0x000010, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::BitRate' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice, ReturnValue) == 0x000014, "Member 'HeadMountedDisplayFunctionLibrary_ConnectRemoteXRDevice::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnableHMD \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnableHMD) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnableHMD"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnableHMD) == 0x000002, "Wrong size on HeadMountedDisplayFunctionLibrary_EnableHMD"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableHMD, bEnable) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnableHMD::bEnable' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableHMD, ReturnValue) == 0x000001, "Member 'HeadMountedDisplayFunctionLibrary_EnableHMD::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode, bEnable) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnableLowPersistenceMode::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices) == 0x000020, "Wrong size on HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, SystemId) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices::SystemId' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_EnumerateTrackedDevices, DeviceType) == 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, AngularVelocityRadPerSec) == 0x000080, "Member 'HeadMountedDisplayFunctionLibrary_GetControllerTransformForTime::AngularVelocityRadPerSec' 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_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) == 0x0000F0, "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_GetPositionalTrackingCameraParameters \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x000008, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters) == 0x000048, "Wrong size on HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraOrigin) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraOrigin' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraRotation) == 0x000018, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, HFOV) == 0x000030, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::HFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, VFOV) == 0x000034, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::VFOV' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, CameraDistance) == 0x000038, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::CameraDistance' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, NearPlane) == 0x00003C, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::NearPlane' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters, FarPlane) == 0x000040, "Member 'HeadMountedDisplayFunctionLibrary_GetPositionalTrackingCameraParameters::FarPlane' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetScreenPercentage \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage) == 0x000004, "Wrong size on HeadMountedDisplayFunctionLibrary_GetScreenPercentage"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetScreenPercentage, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetScreenPercentage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_GetTrackingOrigin \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_GetTrackingOrigin"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_GetTrackingOrigin, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_GetTrackingOrigin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_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_IsInLowPersistenceMode \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsInLowPersistenceMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable, ReturnValue) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_IsSpectatorScreenModeControllable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, Yaw) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::Yaw' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition, Options) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_ResetOrientationAndPosition::Options' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetClippingPlanes \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000004, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes) == 0x000008, "Wrong size on HeadMountedDisplayFunctionLibrary_SetClippingPlanes"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Near) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Near' has a wrong offset!"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetClippingPlanes, Far) == 0x000004, "Member 'HeadMountedDisplayFunctionLibrary_SetClippingPlanes::Far' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong alignment on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ +static_assert(sizeof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode) == 0x000001, "Wrong size on HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode"); \ +static_assert(offsetof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode, Mode) == 0x000000, "Member 'HeadMountedDisplayFunctionLibrary_SetSpectatorScreenMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout \ +static_assert(alignof(HeadMountedDisplayFunctionLibrary_SetSpectatorScreenModeTexturePlusEyeLayout) == 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_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_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_SetCustomDisplayMesh \ +static_assert(alignof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong alignment on MotionControllerComponent_SetCustomDisplayMesh"); \ +static_assert(sizeof(MotionControllerComponent_SetCustomDisplayMesh) == 0x000008, "Wrong size on MotionControllerComponent_SetCustomDisplayMesh"); \ +static_assert(offsetof(MotionControllerComponent_SetCustomDisplayMesh, NewDisplayMesh) == 0x000000, "Member 'MotionControllerComponent_SetCustomDisplayMesh::NewDisplayMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetDisplayModelSource \ +static_assert(alignof(MotionControllerComponent_SetDisplayModelSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetDisplayModelSource"); \ +static_assert(sizeof(MotionControllerComponent_SetDisplayModelSource) == 0x000008, "Wrong size on MotionControllerComponent_SetDisplayModelSource"); \ +static_assert(offsetof(MotionControllerComponent_SetDisplayModelSource, NewDisplayModelSource) == 0x000000, "Member 'MotionControllerComponent_SetDisplayModelSource::NewDisplayModelSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetShowDeviceModel \ +static_assert(alignof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong alignment on MotionControllerComponent_SetShowDeviceModel"); \ +static_assert(sizeof(MotionControllerComponent_SetShowDeviceModel) == 0x000001, "Wrong size on MotionControllerComponent_SetShowDeviceModel"); \ +static_assert(offsetof(MotionControllerComponent_SetShowDeviceModel, bShowControllerModel) == 0x000000, "Member 'MotionControllerComponent_SetShowDeviceModel::bShowControllerModel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionControllerComponent_SetTrackingMotionSource \ +static_assert(alignof(MotionControllerComponent_SetTrackingMotionSource) == 0x000004, "Wrong alignment on MotionControllerComponent_SetTrackingMotionSource"); \ +static_assert(sizeof(MotionControllerComponent_SetTrackingMotionSource) == 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_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) == 0x000650, "Wrong size on UMotionControllerComponent"); \ +static_assert(offsetof(UMotionControllerComponent, PlayerIndex) == 0x000568, "Member 'UMotionControllerComponent::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, Hand) == 0x00056C, "Member 'UMotionControllerComponent::Hand' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, MotionSource) == 0x000570, "Member 'UMotionControllerComponent::MotionSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CurrentTrackingStatus) == 0x00057C, "Member 'UMotionControllerComponent::CurrentTrackingStatus' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, bDisplayDeviceModel) == 0x00057D, "Member 'UMotionControllerComponent::bDisplayDeviceModel' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayModelSource) == 0x000580, "Member 'UMotionControllerComponent::DisplayModelSource' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, CustomDisplayMesh) == 0x000588, "Member 'UMotionControllerComponent::CustomDisplayMesh' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayMeshMaterialOverrides) == 0x000590, "Member 'UMotionControllerComponent::DisplayMeshMaterialOverrides' has a wrong offset!"); \ +static_assert(offsetof(UMotionControllerComponent, DisplayComponent) == 0x000638, "Member 'UMotionControllerComponent::DisplayComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent, MotionControllerComponent) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingForComponent::MotionControllerComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer) == 0x000004, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfControllersForPlayer::PlayerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice) == 0x000008, "Wrong size on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, PlayerIndex) == 0x000000, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::PlayerIndex' has a wrong offset!"); \ +static_assert(offsetof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice, Hand) == 0x000004, "Member 'MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfDevice::Hand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource \ +static_assert(alignof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 0x000004, "Wrong alignment on MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource"); \ +static_assert(sizeof(MotionTrackedDeviceFunctionLibrary_DisableMotionTrackingOfSource) == 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) == 0x000150, "Wrong size on UVRNotificationsComponent"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate) == 0x0000C0, "Member 'UVRNotificationsComponent::HMDTrackingInitializingAndNeedsHMDToBeTrackedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDTrackingInitializedDelegate) == 0x0000D0, "Member 'UVRNotificationsComponent::HMDTrackingInitializedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRecenteredDelegate) == 0x0000E0, "Member 'UVRNotificationsComponent::HMDRecenteredDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDLostDelegate) == 0x0000F0, "Member 'UVRNotificationsComponent::HMDLostDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDReconnectedDelegate) == 0x000100, "Member 'UVRNotificationsComponent::HMDReconnectedDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDConnectCanceledDelegate) == 0x000110, "Member 'UVRNotificationsComponent::HMDConnectCanceledDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDPutOnHeadDelegate) == 0x000120, "Member 'UVRNotificationsComponent::HMDPutOnHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, HMDRemovedFromHeadDelegate) == 0x000130, "Member 'UVRNotificationsComponent::HMDRemovedFromHeadDelegate' has a wrong offset!"); \ +static_assert(offsetof(UVRNotificationsComponent, VRControllerRecenteredDelegate) == 0x000140, "Member 'UVRNotificationsComponent::VRControllerRecenteredDelegate' has a wrong offset!"); \ + +#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_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_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_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_FChunkPartData \ +static_assert(alignof(FChunkPartData) == 0x000004, "Wrong alignment on FChunkPartData"); \ +static_assert(sizeof(FChunkPartData) == 0x000018, "Wrong size on FChunkPartData"); \ +static_assert(offsetof(FChunkPartData, Guid) == 0x000000, "Member 'FChunkPartData::Guid' has a wrong offset!"); \ +static_assert(offsetof(FChunkPartData, Offset) == 0x000010, "Member 'FChunkPartData::Offset' has a wrong offset!"); \ +static_assert(offsetof(FChunkPartData, Size) == 0x000014, "Member 'FChunkPartData::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFileManifestData \ +static_assert(alignof(FFileManifestData) == 0x000008, "Wrong alignment on FFileManifestData"); \ +static_assert(sizeof(FFileManifestData) == 0x000068, "Wrong size on FFileManifestData"); \ +static_assert(offsetof(FFileManifestData, Filename) == 0x000000, "Member 'FFileManifestData::Filename' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, FileHash) == 0x000010, "Member 'FFileManifestData::FileHash' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, FileChunkParts) == 0x000028, "Member 'FFileManifestData::FileChunkParts' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, InstallTags) == 0x000038, "Member 'FFileManifestData::InstallTags' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, bIsUnixExecutable) == 0x000048, "Member 'FFileManifestData::bIsUnixExecutable' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, SymlinkTarget) == 0x000050, "Member 'FFileManifestData::SymlinkTarget' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, bIsReadOnly) == 0x000060, "Member 'FFileManifestData::bIsReadOnly' has a wrong offset!"); \ +static_assert(offsetof(FFileManifestData, bIsCompressed) == 0x000061, "Member 'FFileManifestData::bIsCompressed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_ABP_SkillSelectHelper_C \ +static_assert(alignof(ABP_SkillSelectHelper_C) == 0x000008, "Wrong alignment on ABP_SkillSelectHelper_C"); \ +static_assert(sizeof(ABP_SkillSelectHelper_C) == 0x000310, "Wrong size on ABP_SkillSelectHelper_C"); \ +static_assert(offsetof(ABP_SkillSelectHelper_C, DefaultSceneRoot) == 0x000308, "Member 'ABP_SkillSelectHelper_C::DefaultSceneRoot' 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_FScriptTypedElementListProxy \ +static_assert(alignof(FScriptTypedElementListProxy) == 0x000008, "Wrong alignment on FScriptTypedElementListProxy"); \ +static_assert(sizeof(FScriptTypedElementListProxy) == 0x000010, "Wrong size on FScriptTypedElementListProxy"); \ + +#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_TestTypedElementInterfaceA_GetDisplayName \ +static_assert(alignof(TestTypedElementInterfaceA_GetDisplayName) == 0x000008, "Wrong alignment on TestTypedElementInterfaceA_GetDisplayName"); \ +static_assert(sizeof(TestTypedElementInterfaceA_GetDisplayName) == 0x000020, "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) == 0x000028, "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) == 0x000020, "Member 'TestTypedElementInterfaceA_SetDisplayName::bNotify' has a wrong offset!"); \ +static_assert(offsetof(TestTypedElementInterfaceA_SetDisplayName, ReturnValue) == 0x000021, "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_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_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) == 0x000948, "Wrong size on UTypedElementRegistry"); \ + +#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_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_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_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_UInteractiveFoliageComponent \ +static_assert(alignof(UInteractiveFoliageComponent) == 0x000010, "Wrong alignment on UInteractiveFoliageComponent"); \ +static_assert(sizeof(UInteractiveFoliageComponent) == 0x000600, "Wrong size on UInteractiveFoliageComponent"); \ + +#define DUMPER7_ASSERTS_UFoliageInstancedStaticMeshComponent \ +static_assert(alignof(UFoliageInstancedStaticMeshComponent) == 0x000010, "Wrong alignment on UFoliageInstancedStaticMeshComponent"); \ +static_assert(sizeof(UFoliageInstancedStaticMeshComponent) == 0x000900, "Wrong size on UFoliageInstancedStaticMeshComponent"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakePointDamage) == 0x0008C8, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakePointDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, OnInstanceTakeRadialDamage) == 0x0008D8, "Member 'UFoliageInstancedStaticMeshComponent::OnInstanceTakeRadialDamage' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, bEnableDiscardOnLoad) == 0x0008E8, "Member 'UFoliageInstancedStaticMeshComponent::bEnableDiscardOnLoad' has a wrong offset!"); \ +static_assert(offsetof(UFoliageInstancedStaticMeshComponent, GenerationGuid) == 0x0008EC, "Member 'UFoliageInstancedStaticMeshComponent::GenerationGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FoliageStatistics_FoliageOverlappingBoxCount \ +static_assert(alignof(FoliageStatistics_FoliageOverlappingBoxCount) == 0x000008, "Wrong alignment on FoliageStatistics_FoliageOverlappingBoxCount"); \ +static_assert(sizeof(FoliageStatistics_FoliageOverlappingBoxCount) == 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_UFoliageType \ +static_assert(alignof(UFoliageType) == 0x000008, "Wrong alignment on UFoliageType"); \ +static_assert(sizeof(UFoliageType) == 0x0004F0, "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, CustomData) == 0x0000A8, "Member 'UFoliageType::CustomData' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ZOffset) == 0x0000D0, "Member 'UFoliageType::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AlignMaxAngle) == 0x0000DC, "Member 'UFoliageType::AlignMaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RandomPitchAngle) == 0x0000E4, "Member 'UFoliageType::RandomPitchAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, GroundSlopeAngle) == 0x0000E8, "Member 'UFoliageType::GroundSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Height) == 0x0000F0, "Member 'UFoliageType::Height' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayers) == 0x0000F8, "Member 'UFoliageType::LandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumLayerWeight) == 0x000108, "Member 'UFoliageType::MinimumLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ExclusionLandscapeLayers) == 0x000110, "Member 'UFoliageType::ExclusionLandscapeLayers' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MinimumExclusionLayerWeight) == 0x000120, "Member 'UFoliageType::MinimumExclusionLayerWeight' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LandscapeLayer) == 0x000124, "Member 'UFoliageType::LandscapeLayer' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionScale) == 0x000130, "Member 'UFoliageType::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageNormalSampleCount) == 0x000148, "Member 'UFoliageType::AverageNormalSampleCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MeshBounds) == 0x000150, "Member 'UFoliageType::MeshBounds' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LowBoundOriginRadius) == 0x000188, "Member 'UFoliageType::LowBoundOriginRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, Mobility) == 0x0001A0, "Member 'UFoliageType::Mobility' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CullDistance) == 0x0001A4, "Member 'UFoliageType::CullDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverriddenLightMapRes) == 0x0001B8, "Member 'UFoliageType::OverriddenLightMapRes' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightmapType) == 0x0001BC, "Member 'UFoliageType::LightmapType' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, BodyInstance) == 0x0001C8, "Member 'UFoliageType::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomNavigableGeometry) == 0x000358, "Member 'UFoliageType::CustomNavigableGeometry' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, LightingChannels) == 0x000359, "Member 'UFoliageType::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilWriteMask) == 0x000360, "Member 'UFoliageType::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CustomDepthStencilValue) == 0x000364, "Member 'UFoliageType::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, TranslucencySortPriority) == 0x000368, "Member 'UFoliageType::TranslucencySortPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, CollisionRadius) == 0x00036C, "Member 'UFoliageType::CollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ShadeRadius) == 0x000370, "Member 'UFoliageType::ShadeRadius' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, NumSteps) == 0x000374, "Member 'UFoliageType::NumSteps' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, InitialSeedDensity) == 0x000378, "Member 'UFoliageType::InitialSeedDensity' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, AverageSpreadDistance) == 0x00037C, "Member 'UFoliageType::AverageSpreadDistance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SpreadVariance) == 0x000380, "Member 'UFoliageType::SpreadVariance' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, SeedsPerStep) == 0x000384, "Member 'UFoliageType::SeedsPerStep' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DistributionSeed) == 0x000388, "Member 'UFoliageType::DistributionSeed' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialSeedOffset) == 0x00038C, "Member 'UFoliageType::MaxInitialSeedOffset' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bCanGrowInShade) == 0x000390, "Member 'UFoliageType::bCanGrowInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, bSpawnsInShade) == 0x000391, "Member 'UFoliageType::bSpawnsInShade' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxInitialAge) == 0x000394, "Member 'UFoliageType::MaxInitialAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, MaxAge) == 0x000398, "Member 'UFoliageType::MaxAge' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, OverlapPriority) == 0x00039C, "Member 'UFoliageType::OverlapPriority' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ProceduralScale) == 0x0003A0, "Member 'UFoliageType::ProceduralScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScaleCurve) == 0x0003A8, "Member 'UFoliageType::ScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityFalloff) == 0x000430, "Member 'UFoliageType::DensityFalloff' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ChangeCount) == 0x0004C0, "Member 'UFoliageType::ChangeCount' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, ScalabilityScalePower) == 0x0004C8, "Member 'UFoliageType::ScalabilityScalePower' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, DensityScale) == 0x0004CC, "Member 'UFoliageType::DensityScale' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, RuntimeVirtualTextures) == 0x0004D8, "Member 'UFoliageType::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureCullMips) == 0x0004E8, "Member 'UFoliageType::VirtualTextureCullMips' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType, VirtualTextureRenderPassType) == 0x0004EC, "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) == 0x000508, "Wrong size on UFoliageType_Actor"); \ +static_assert(offsetof(UFoliageType_Actor, ActorClass) == 0x0004F0, "Member 'UFoliageType_Actor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bShouldAttachToBaseComponent) == 0x0004F8, "Member 'UFoliageType_Actor::bShouldAttachToBaseComponent' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, bStaticMeshOnly) == 0x0004F9, "Member 'UFoliageType_Actor::bStaticMeshOnly' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_Actor, StaticMeshOnlyComponentClass) == 0x000500, "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) == 0x000510, "Wrong size on UFoliageType_InstancedStaticMesh"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, Mesh) == 0x0004F0, "Member 'UFoliageType_InstancedStaticMesh::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, OverrideMaterials) == 0x0004F8, "Member 'UFoliageType_InstancedStaticMesh::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(UFoliageType_InstancedStaticMesh, ComponentClass) == 0x000508, "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) == 0x0002E8, "Wrong size on AInstancedFoliageActor"); \ + +#define DUMPER7_ASSERTS_InteractiveFoliageActor_CapsuleTouched \ +static_assert(alignof(InteractiveFoliageActor_CapsuleTouched) == 0x000008, "Wrong alignment on InteractiveFoliageActor_CapsuleTouched"); \ +static_assert(sizeof(InteractiveFoliageActor_CapsuleTouched) == 0x000108, "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) == 0x000328, "Wrong size on AInteractiveFoliageActor"); \ +static_assert(offsetof(AInteractiveFoliageActor, CapsuleComponent) == 0x000298, "Member 'AInteractiveFoliageActor::CapsuleComponent' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, TouchingActorEntryPosition) == 0x0002A0, "Member 'AInteractiveFoliageActor::TouchingActorEntryPosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageVelocity) == 0x0002B8, "Member 'AInteractiveFoliageActor::FoliageVelocity' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageForce) == 0x0002D0, "Member 'AInteractiveFoliageActor::FoliageForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliagePosition) == 0x0002E8, "Member 'AInteractiveFoliageActor::FoliagePosition' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamageImpulseScale) == 0x000300, "Member 'AInteractiveFoliageActor::FoliageDamageImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageTouchImpulseScale) == 0x000304, "Member 'AInteractiveFoliageActor::FoliageTouchImpulseScale' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffness) == 0x000308, "Member 'AInteractiveFoliageActor::FoliageStiffness' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageStiffnessQuadratic) == 0x00030C, "Member 'AInteractiveFoliageActor::FoliageStiffnessQuadratic' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, FoliageDamping) == 0x000310, "Member 'AInteractiveFoliageActor::FoliageDamping' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxDamageImpulse) == 0x000314, "Member 'AInteractiveFoliageActor::MaxDamageImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxTouchImpulse) == 0x000318, "Member 'AInteractiveFoliageActor::MaxTouchImpulse' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, MaxForce) == 0x00031C, "Member 'AInteractiveFoliageActor::MaxForce' has a wrong offset!"); \ +static_assert(offsetof(AInteractiveFoliageActor, Mass) == 0x000320, "Member 'AInteractiveFoliageActor::Mass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AProceduralFoliageBlockingVolume \ +static_assert(alignof(AProceduralFoliageBlockingVolume) == 0x000008, "Wrong alignment on AProceduralFoliageBlockingVolume"); \ +static_assert(sizeof(AProceduralFoliageBlockingVolume) == 0x000358, "Wrong size on AProceduralFoliageBlockingVolume"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, ProceduralFoliageVolume) == 0x0002C0, "Member 'AProceduralFoliageBlockingVolume::ProceduralFoliageVolume' has a wrong offset!"); \ +static_assert(offsetof(AProceduralFoliageBlockingVolume, DensityFalloff) == 0x0002C8, "Member 'AProceduralFoliageBlockingVolume::DensityFalloff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageComponent \ +static_assert(alignof(UProceduralFoliageComponent) == 0x000008, "Wrong alignment on UProceduralFoliageComponent"); \ +static_assert(sizeof(UProceduralFoliageComponent) == 0x0000E8, "Wrong size on UProceduralFoliageComponent"); \ +static_assert(offsetof(UProceduralFoliageComponent, FoliageSpawner) == 0x0000C0, "Member 'UProceduralFoliageComponent::FoliageSpawner' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, TileOverlap) == 0x0000C8, "Member 'UProceduralFoliageComponent::TileOverlap' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, SpawningVolume) == 0x0000D0, "Member 'UProceduralFoliageComponent::SpawningVolume' has a wrong offset!"); \ +static_assert(offsetof(UProceduralFoliageComponent, ProceduralGuid) == 0x0000D8, "Member 'UProceduralFoliageComponent::ProceduralGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ProceduralFoliageSpawner_Simulate \ +static_assert(alignof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong alignment on ProceduralFoliageSpawner_Simulate"); \ +static_assert(sizeof(ProceduralFoliageSpawner_Simulate) == 0x000004, "Wrong size on ProceduralFoliageSpawner_Simulate"); \ +static_assert(offsetof(ProceduralFoliageSpawner_Simulate, NumSteps) == 0x000000, "Member 'ProceduralFoliageSpawner_Simulate::NumSteps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProceduralFoliageSpawner \ +static_assert(alignof(UProceduralFoliageSpawner) == 0x000008, "Wrong alignment on UProceduralFoliageSpawner"); \ +static_assert(sizeof(UProceduralFoliageSpawner) == 0x000068, "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!"); \ + +#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) == 0x0002C8, "Wrong size on AProceduralFoliageVolume"); \ +static_assert(offsetof(AProceduralFoliageVolume, ProceduralComponent) == 0x0002C0, "Member 'AProceduralFoliageVolume::ProceduralComponent' 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_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_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_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) == 0x000058, "Wrong size on FGrassVariety"); \ +static_assert(offsetof(FGrassVariety, GrassMesh) == 0x000000, "Member 'FGrassVariety::GrassMesh' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, OverrideMaterials) == 0x000008, "Member 'FGrassVariety::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, GrassDensity) == 0x000018, "Member 'FGrassVariety::GrassDensity' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseGrid) == 0x00001C, "Member 'FGrassVariety::bUseGrid' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, PlacementJitter) == 0x000020, "Member 'FGrassVariety::PlacementJitter' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, StartCullDistance) == 0x000024, "Member 'FGrassVariety::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, EndCullDistance) == 0x000028, "Member 'FGrassVariety::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, MinLOD) == 0x00002C, "Member 'FGrassVariety::MinLOD' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, Scaling) == 0x000030, "Member 'FGrassVariety::Scaling' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleX) == 0x000034, "Member 'FGrassVariety::ScaleX' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleY) == 0x00003C, "Member 'FGrassVariety::ScaleY' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, ScaleZ) == 0x000044, "Member 'FGrassVariety::ScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, RandomRotation) == 0x00004C, "Member 'FGrassVariety::RandomRotation' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, AlignToSurface) == 0x00004D, "Member 'FGrassVariety::AlignToSurface' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bUseLandscapeLightmap) == 0x00004E, "Member 'FGrassVariety::bUseLandscapeLightmap' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, LightingChannels) == 0x00004F, "Member 'FGrassVariety::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bReceivesDecals) == 0x000050, "Member 'FGrassVariety::bReceivesDecals' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastDynamicShadow) == 0x000051, "Member 'FGrassVariety::bCastDynamicShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bCastContactShadow) == 0x000052, "Member 'FGrassVariety::bCastContactShadow' has a wrong offset!"); \ +static_assert(offsetof(FGrassVariety, bKeepInstanceBufferCPUCopy) == 0x000053, "Member 'FGrassVariety::bKeepInstanceBufferCPUCopy' 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_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_FLandscapeEditorLayerSettings \ +static_assert(alignof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong alignment on FLandscapeEditorLayerSettings"); \ +static_assert(sizeof(FLandscapeEditorLayerSettings) == 0x000001, "Wrong size on FLandscapeEditorLayerSettings"); \ + +#define DUMPER7_ASSERTS_FLandscapeLayerStruct \ +static_assert(alignof(FLandscapeLayerStruct) == 0x000008, "Wrong alignment on FLandscapeLayerStruct"); \ +static_assert(sizeof(FLandscapeLayerStruct) == 0x000008, "Wrong size on FLandscapeLayerStruct"); \ +static_assert(offsetof(FLandscapeLayerStruct, LayerInfoObj) == 0x000000, "Member 'FLandscapeLayerStruct::LayerInfoObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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) == 0x000028, "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) == 0x000058, "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) == 0x00000C, "Member 'FLayerBlendInput::LayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, HeightInput) == 0x000020, "Member 'FLayerBlendInput::HeightInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, PreviewWeight) == 0x000034, "Member 'FLayerBlendInput::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstLayerInput) == 0x000038, "Member 'FLayerBlendInput::ConstLayerInput' has a wrong offset!"); \ +static_assert(offsetof(FLayerBlendInput, ConstHeightInput) == 0x000050, "Member 'FLayerBlendInput::ConstHeightInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicalMaterialInput \ +static_assert(alignof(FPhysicalMaterialInput) == 0x000008, "Wrong alignment on FPhysicalMaterialInput"); \ +static_assert(sizeof(FPhysicalMaterialInput) == 0x000020, "Wrong size on FPhysicalMaterialInput"); \ +static_assert(offsetof(FPhysicalMaterialInput, PhysicalMaterial) == 0x000000, "Member 'FPhysicalMaterialInput::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(FPhysicalMaterialInput, Input) == 0x000008, "Member 'FPhysicalMaterialInput::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AControlPointMeshActor \ +static_assert(alignof(AControlPointMeshActor) == 0x000008, "Wrong alignment on AControlPointMeshActor"); \ +static_assert(sizeof(AControlPointMeshActor) == 0x000290, "Wrong size on AControlPointMeshActor"); \ +static_assert(offsetof(AControlPointMeshActor, ControlPointMeshComponent) == 0x000288, "Member 'AControlPointMeshActor::ControlPointMeshComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UControlPointMeshComponent \ +static_assert(alignof(UControlPointMeshComponent) == 0x000010, "Wrong alignment on UControlPointMeshComponent"); \ +static_assert(sizeof(UControlPointMeshComponent) == 0x000600, "Wrong size on UControlPointMeshComponent"); \ +static_assert(offsetof(UControlPointMeshComponent, VirtualTextureMainPassMaxDrawDistance) == 0x0005F8, "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_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_ALandscapeProxy \ +static_assert(alignof(ALandscapeProxy) == 0x000008, "Wrong alignment on ALandscapeProxy"); \ +static_assert(sizeof(ALandscapeProxy) == 0x0005E0, "Wrong size on ALandscapeProxy"); \ +static_assert(offsetof(ALandscapeProxy, SplineComponent) == 0x000290, "Member 'ALandscapeProxy::SplineComponent' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeGuid) == 0x000298, "Member 'ALandscapeProxy::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeSectionOffset) == 0x0002A8, "Member 'ALandscapeProxy::LandscapeSectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MaxLodLevel) == 0x0002B0, "Member 'ALandscapeProxy::MaxLodLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistanceFactor) == 0x0002B4, "Member 'ALandscapeProxy::LODDistanceFactor' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODFalloff) == 0x0002B8, "Member 'ALandscapeProxy::LODFalloff' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentScreenSizeToUseSubSections) == 0x0002BC, "Member 'ALandscapeProxy::ComponentScreenSizeToUseSubSections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, Lod0ScreenSize) == 0x0002C0, "Member 'ALandscapeProxy::Lod0ScreenSize' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LOD0DistributionSetting) == 0x0002C4, "Member 'ALandscapeProxy::LOD0DistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LODDistributionSetting) == 0x0002C8, "Member 'ALandscapeProxy::LODDistributionSetting' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingLOD) == 0x0002CC, "Member 'ALandscapeProxy::StaticLightingLOD' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, DefaultPhysMaterial) == 0x0002D0, "Member 'ALandscapeProxy::DefaultPhysMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StreamingDistanceMultiplier) == 0x0002D8, "Member 'ALandscapeProxy::StreamingDistanceMultiplier' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterial) == 0x0002E0, "Member 'ALandscapeProxy::LandscapeMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeHoleMaterial) == 0x000308, "Member 'ALandscapeProxy::LandscapeHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeMaterialsOverride) == 0x000310, "Member 'ALandscapeProxy::LandscapeMaterialsOverride' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bMeshHoles) == 0x000320, "Member 'ALandscapeProxy::bMeshHoles' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, MeshHolesMaxLod) == 0x000321, "Member 'ALandscapeProxy::MeshHolesMaxLod' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, RuntimeVirtualTextures) == 0x000328, "Member 'ALandscapeProxy::RuntimeVirtualTextures' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bSetCreateRuntimeVirtualTextureVolumes) == 0x000338, "Member 'ALandscapeProxy::bSetCreateRuntimeVirtualTextureVolumes' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureNumLods) == 0x00033C, "Member 'ALandscapeProxy::VirtualTextureNumLods' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureLodBias) == 0x000340, "Member 'ALandscapeProxy::VirtualTextureLodBias' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, VirtualTextureRenderPassType) == 0x000344, "Member 'ALandscapeProxy::VirtualTextureRenderPassType' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NegativeZBoundsExtension) == 0x000348, "Member 'ALandscapeProxy::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, PositiveZBoundsExtension) == 0x00034C, "Member 'ALandscapeProxy::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LandscapeComponents) == 0x000350, "Member 'ALandscapeProxy::LandscapeComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionComponents) == 0x000360, "Member 'ALandscapeProxy::CollisionComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, FoliageComponents) == 0x000370, "Member 'ALandscapeProxy::FoliageComponents' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLandscapeGrass) == 0x0003E4, "Member 'ALandscapeProxy::bHasLandscapeGrass' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, StaticLightingResolution) == 0x0003E8, "Member 'ALandscapeProxy::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightingChannels) == 0x0003FD, "Member 'ALandscapeProxy::LightingChannels' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilWriteMask) == 0x000404, "Member 'ALandscapeProxy::CustomDepthStencilWriteMask' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CustomDepthStencilValue) == 0x000408, "Member 'ALandscapeProxy::CustomDepthStencilValue' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LDMaxDrawDistance) == 0x00040C, "Member 'ALandscapeProxy::LDMaxDrawDistance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, LightmassSettings) == 0x000410, "Member 'ALandscapeProxy::LightmassSettings' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionMipLevel) == 0x000428, "Member 'ALandscapeProxy::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SimpleCollisionMipLevel) == 0x00042C, "Member 'ALandscapeProxy::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, CollisionThickness) == 0x000430, "Member 'ALandscapeProxy::CollisionThickness' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, BodyInstance) == 0x000438, "Member 'ALandscapeProxy::BodyInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, ComponentSizeQuads) == 0x0005CC, "Member 'ALandscapeProxy::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, SubsectionSizeQuads) == 0x0005D0, "Member 'ALandscapeProxy::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NumSubsections) == 0x0005D4, "Member 'ALandscapeProxy::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseDynamicMaterialInstance) == 0x0005DC, "Member 'ALandscapeProxy::bUseDynamicMaterialInstance' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, NavigationGeometryGatheringMode) == 0x0005DD, "Member 'ALandscapeProxy::NavigationGeometryGatheringMode' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bUseLandscapeForCullingInvisibleHLODVertices) == 0x0005DE, "Member 'ALandscapeProxy::bUseLandscapeForCullingInvisibleHLODVertices' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeProxy, bHasLayersContent) == 0x0005DF, "Member 'ALandscapeProxy::bHasLayersContent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscape \ +static_assert(alignof(ALandscape) == 0x000008, "Wrong alignment on ALandscape"); \ +static_assert(sizeof(ALandscape) == 0x0005E0, "Wrong size on ALandscape"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies \ +static_assert(alignof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000008, "Wrong alignment on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies) == 0x000010, "Wrong size on LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies"); \ +static_assert(offsetof(LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies, OutStreamableAssets) == 0x000000, "Member 'LandscapeBlueprintBrushBase_GetBlueprintRenderDependencies::OutStreamableAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBlueprintBrushBase_Initialize \ +static_assert(alignof(LandscapeBlueprintBrushBase_Initialize) == 0x000010, "Wrong alignment on LandscapeBlueprintBrushBase_Initialize"); \ +static_assert(sizeof(LandscapeBlueprintBrushBase_Initialize) == 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_ALandscapeBlueprintBrushBase \ +static_assert(alignof(ALandscapeBlueprintBrushBase) == 0x000008, "Wrong alignment on ALandscapeBlueprintBrushBase"); \ +static_assert(sizeof(ALandscapeBlueprintBrushBase) == 0x000288, "Wrong size on ALandscapeBlueprintBrushBase"); \ + +#define DUMPER7_ASSERTS_ULandscapeLODStreamingProxy \ +static_assert(alignof(ULandscapeLODStreamingProxy) == 0x000008, "Wrong alignment on ULandscapeLODStreamingProxy"); \ +static_assert(sizeof(ULandscapeLODStreamingProxy) == 0x0000D8, "Wrong size on ULandscapeLODStreamingProxy"); \ + +#define DUMPER7_ASSERTS_LandscapeComponent_EditorGetPaintLayerWeightAtLocation \ +static_assert(alignof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 0x000008, "Wrong alignment on LandscapeComponent_EditorGetPaintLayerWeightAtLocation"); \ +static_assert(sizeof(LandscapeComponent_EditorGetPaintLayerWeightAtLocation) == 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_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) == 0x0007D0, "Wrong size on ULandscapeComponent"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseX) == 0x000568, "Member 'ULandscapeComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SectionBaseY) == 0x00056C, "Member 'ULandscapeComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ComponentSizeQuads) == 0x000570, "Member 'ULandscapeComponent::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SubsectionSizeQuads) == 0x000574, "Member 'ULandscapeComponent::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NumSubsections) == 0x000578, "Member 'ULandscapeComponent::NumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterial) == 0x000580, "Member 'ULandscapeComponent::OverrideMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideHoleMaterial) == 0x000588, "Member 'ULandscapeComponent::OverrideHoleMaterial' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, OverrideMaterials) == 0x000590, "Member 'ULandscapeComponent::OverrideMaterials' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstances) == 0x0005A0, "Member 'ULandscapeComponent::MaterialInstances' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MaterialInstancesDynamic) == 0x0005B0, "Member 'ULandscapeComponent::MaterialInstancesDynamic' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODIndexToMaterialIndex) == 0x0005C0, "Member 'ULandscapeComponent::LODIndexToMaterialIndex' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, XYOffsetmapTexture) == 0x0005D0, "Member 'ULandscapeComponent::XYOffsetmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapScaleBias) == 0x0005E0, "Member 'ULandscapeComponent::WeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapSubsectionOffset) == 0x000600, "Member 'ULandscapeComponent::WeightmapSubsectionOffset' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapScaleBias) == 0x000610, "Member 'ULandscapeComponent::HeightmapScaleBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CachedLocalBox) == 0x000630, "Member 'ULandscapeComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionComponent) == 0x000668, "Member 'ULandscapeComponent::CollisionComponent' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, HeightmapTexture) == 0x000688, "Member 'ULandscapeComponent::HeightmapTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapLayerAllocations) == 0x000690, "Member 'ULandscapeComponent::WeightmapLayerAllocations' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, WeightmapTextures) == 0x0006A0, "Member 'ULandscapeComponent::WeightmapTextures' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODStreamingProxy) == 0x0006B0, "Member 'ULandscapeComponent::LODStreamingProxy' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MapBuildDataId) == 0x0006B8, "Member 'ULandscapeComponent::MapBuildDataId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, IrrelevantLights) == 0x0006C8, "Member 'ULandscapeComponent::IrrelevantLights' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, CollisionMipLevel) == 0x0006D8, "Member 'ULandscapeComponent::CollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, SimpleCollisionMipLevel) == 0x0006DC, "Member 'ULandscapeComponent::SimpleCollisionMipLevel' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, NegativeZBoundsExtension) == 0x0006E0, "Member 'ULandscapeComponent::NegativeZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, PositiveZBoundsExtension) == 0x0006E4, "Member 'ULandscapeComponent::PositiveZBoundsExtension' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StaticLightingResolution) == 0x0006E8, "Member 'ULandscapeComponent::StaticLightingResolution' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, ForcedLOD) == 0x0006EC, "Member 'ULandscapeComponent::ForcedLOD' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LODBias) == 0x0006F0, "Member 'ULandscapeComponent::LODBias' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, StateId) == 0x0006F4, "Member 'ULandscapeComponent::StateId' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, BakedTextureMaterialGuid) == 0x000704, "Member 'ULandscapeComponent::BakedTextureMaterialGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, LastBakedTextureMaterialGuid) == 0x000714, "Member 'ULandscapeComponent::LastBakedTextureMaterialGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, GIBakedBaseColorTexture) == 0x000728, "Member 'ULandscapeComponent::GIBakedBaseColorTexture' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileBlendableLayerMask) == 0x000730, "Member 'ULandscapeComponent::MobileBlendableLayerMask' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterface) == 0x000738, "Member 'ULandscapeComponent::MobileMaterialInterface' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileMaterialInterfaces) == 0x000740, "Member 'ULandscapeComponent::MobileMaterialInterfaces' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeComponent, MobileWeightmapTextures) == 0x000750, "Member 'ULandscapeComponent::MobileWeightmapTextures' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActor \ +static_assert(alignof(ALandscapeGizmoActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActor"); \ +static_assert(sizeof(ALandscapeGizmoActor) == 0x000288, "Wrong size on ALandscapeGizmoActor"); \ + +#define DUMPER7_ASSERTS_ALandscapeGizmoActiveActor \ +static_assert(alignof(ALandscapeGizmoActiveActor) == 0x000008, "Wrong alignment on ALandscapeGizmoActiveActor"); \ +static_assert(sizeof(ALandscapeGizmoActiveActor) == 0x0002D8, "Wrong size on ALandscapeGizmoActiveActor"); \ + +#define DUMPER7_ASSERTS_ULandscapeGizmoRenderComponent \ +static_assert(alignof(ULandscapeGizmoRenderComponent) == 0x000010, "Wrong alignment on ULandscapeGizmoRenderComponent"); \ +static_assert(sizeof(ULandscapeGizmoRenderComponent) == 0x000570, "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, 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) == 0x000670, "Wrong size on ULandscapeHeightfieldCollisionComponent"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, ComponentLayerInfos) == 0x000568, "Member 'ULandscapeHeightfieldCollisionComponent::ComponentLayerInfos' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseX) == 0x000578, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseX' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SectionBaseY) == 0x00057C, "Member 'ULandscapeHeightfieldCollisionComponent::SectionBaseY' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionSizeQuads) == 0x000580, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionScale) == 0x000584, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, SimpleCollisionSizeQuads) == 0x000588, "Member 'ULandscapeHeightfieldCollisionComponent::SimpleCollisionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CollisionQuadFlags) == 0x000590, "Member 'ULandscapeHeightfieldCollisionComponent::CollisionQuadFlags' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, HeightfieldGuid) == 0x0005A0, "Member 'ULandscapeHeightfieldCollisionComponent::HeightfieldGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CachedLocalBox) == 0x0005B0, "Member 'ULandscapeHeightfieldCollisionComponent::CachedLocalBox' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, RenderComponent) == 0x0005E8, "Member 'ULandscapeHeightfieldCollisionComponent::RenderComponent' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeHeightfieldCollisionComponent, CookedPhysicalMaterials) == 0x000618, "Member 'ULandscapeHeightfieldCollisionComponent::CookedPhysicalMaterials' has a wrong offset!"); \ + +#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) == 0x000218, "Wrong size on ULandscapeInfo"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeActor) == 0x000028, "Member 'ULandscapeInfo::LandscapeActor' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, LandscapeGuid) == 0x000044, "Member 'ULandscapeInfo::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentSizeQuads) == 0x000054, "Member 'ULandscapeInfo::ComponentSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, SubsectionSizeQuads) == 0x000058, "Member 'ULandscapeInfo::SubsectionSizeQuads' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, ComponentNumSubsections) == 0x00005C, "Member 'ULandscapeInfo::ComponentNumSubsections' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, DrawScale) == 0x000060, "Member 'ULandscapeInfo::DrawScale' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeInfo, Proxies) == 0x000118, "Member 'ULandscapeInfo::Proxies' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeInfoMap \ +static_assert(alignof(ULandscapeInfoMap) == 0x000008, "Wrong alignment on ULandscapeInfoMap"); \ +static_assert(sizeof(ULandscapeInfoMap) == 0x000080, "Wrong size on ULandscapeInfoMap"); \ + +#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) == 0x000238, "Wrong size on ULandscapeMaterialInstanceConstant"); \ +static_assert(offsetof(ULandscapeMaterialInstanceConstant, TextureStreamingInfo) == 0x000220, "Member 'ULandscapeMaterialInstanceConstant::TextureStreamingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshCollisionComponent \ +static_assert(alignof(ULandscapeMeshCollisionComponent) == 0x000010, "Wrong alignment on ULandscapeMeshCollisionComponent"); \ +static_assert(sizeof(ULandscapeMeshCollisionComponent) == 0x000680, "Wrong size on ULandscapeMeshCollisionComponent"); \ +static_assert(offsetof(ULandscapeMeshCollisionComponent, MeshGuid) == 0x000668, "Member 'ULandscapeMeshCollisionComponent::MeshGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeMeshProxyActor \ +static_assert(alignof(ALandscapeMeshProxyActor) == 0x000008, "Wrong alignment on ALandscapeMeshProxyActor"); \ +static_assert(sizeof(ALandscapeMeshProxyActor) == 0x000290, "Wrong size on ALandscapeMeshProxyActor"); \ +static_assert(offsetof(ALandscapeMeshProxyActor, LandscapeMeshProxyComponent) == 0x000288, "Member 'ALandscapeMeshProxyActor::LandscapeMeshProxyComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeMeshProxyComponent \ +static_assert(alignof(ULandscapeMeshProxyComponent) == 0x000010, "Wrong alignment on ULandscapeMeshProxyComponent"); \ +static_assert(sizeof(ULandscapeMeshProxyComponent) == 0x000620, "Wrong size on ULandscapeMeshProxyComponent"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, LandscapeGuid) == 0x0005F8, "Member 'ULandscapeMeshProxyComponent::LandscapeGuid' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyComponentBases) == 0x000608, "Member 'ULandscapeMeshProxyComponent::ProxyComponentBases' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeMeshProxyComponent, ProxyLOD) == 0x000618, "Member 'ULandscapeMeshProxyComponent::ProxyLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSettings \ +static_assert(alignof(ULandscapeSettings) == 0x000008, "Wrong alignment on ULandscapeSettings"); \ +static_assert(sizeof(ULandscapeSettings) == 0x000040, "Wrong size on ULandscapeSettings"); \ +static_assert(offsetof(ULandscapeSettings, MaxNumberOfLayers) == 0x000038, "Member 'ULandscapeSettings::MaxNumberOfLayers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeSplineActor \ +static_assert(alignof(ALandscapeSplineActor) == 0x000008, "Wrong alignment on ALandscapeSplineActor"); \ +static_assert(sizeof(ALandscapeSplineActor) == 0x0002A0, "Wrong size on ALandscapeSplineActor"); \ +static_assert(offsetof(ALandscapeSplineActor, LandscapeGuid) == 0x000290, "Member 'ALandscapeSplineActor::LandscapeGuid' 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) == 0x0005A0, "Wrong size on ULandscapeSplinesComponent"); \ +static_assert(offsetof(ULandscapeSplinesComponent, ControlPoints) == 0x000568, "Member 'ULandscapeSplinesComponent::ControlPoints' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, Segments) == 0x000578, "Member 'ULandscapeSplinesComponent::Segments' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeSplinesComponent, CookedForeignMeshComponents) == 0x000588, "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) == 0x000600, "Wrong size on ALandscapeStreamingProxy"); \ +static_assert(offsetof(ALandscapeStreamingProxy, LandscapeActor) == 0x0005E0, "Member 'ALandscapeStreamingProxy::LandscapeActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeSubsystem \ +static_assert(alignof(ULandscapeSubsystem) == 0x000008, "Wrong alignment on ULandscapeSubsystem"); \ +static_assert(sizeof(ULandscapeSubsystem) == 0x000058, "Wrong size on ULandscapeSubsystem"); \ + +#define DUMPER7_ASSERTS_ULandscapeWeightmapUsage \ +static_assert(alignof(ULandscapeWeightmapUsage) == 0x000008, "Wrong alignment on ULandscapeWeightmapUsage"); \ +static_assert(sizeof(ULandscapeWeightmapUsage) == 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) == 0x000050, "Wrong size on UMaterialExpressionLandscapeGrassOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapeGrassOutput, GrassTypes) == 0x000040, "Member 'UMaterialExpressionLandscapeGrassOutput::GrassTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerBlend \ +static_assert(alignof(UMaterialExpressionLandscapeLayerBlend) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerBlend) == 0x000050, "Wrong size on UMaterialExpressionLandscapeLayerBlend"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerBlend, Layers) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerBlend::Layers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerCoords \ +static_assert(alignof(UMaterialExpressionLandscapeLayerCoords) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerCoords) == 0x000058, "Wrong size on UMaterialExpressionLandscapeLayerCoords"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingType) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, CustomUVType) == 0x000041, "Member 'UMaterialExpressionLandscapeLayerCoords::CustomUVType' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingScale) == 0x000044, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingScale' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingRotation) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingRotation' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanU) == 0x00004C, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanU' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerCoords, MappingPanV) == 0x000050, "Member 'UMaterialExpressionLandscapeLayerCoords::MappingPanV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSample \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSample) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSample) == 0x000050, "Wrong size on UMaterialExpressionLandscapeLayerSample"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, ParameterName) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSample::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSample, PreviewWeight) == 0x000048, "Member 'UMaterialExpressionLandscapeLayerSample::PreviewWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerSwitch \ +static_assert(alignof(UMaterialExpressionLandscapeLayerSwitch) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerSwitch) == 0x000078, "Wrong size on UMaterialExpressionLandscapeLayerSwitch"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerUsed) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, LayerNotUsed) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerSwitch::LayerNotUsed' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerSwitch, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerSwitch::ParameterName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeLayerWeight \ +static_assert(alignof(UMaterialExpressionLandscapeLayerWeight) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(sizeof(UMaterialExpressionLandscapeLayerWeight) == 0x000090, "Wrong size on UMaterialExpressionLandscapeLayerWeight"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Base) == 0x000040, "Member 'UMaterialExpressionLandscapeLayerWeight::Base' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, Layer) == 0x000054, "Member 'UMaterialExpressionLandscapeLayerWeight::Layer' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ParameterName) == 0x000068, "Member 'UMaterialExpressionLandscapeLayerWeight::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, PreviewWeight) == 0x000070, "Member 'UMaterialExpressionLandscapeLayerWeight::PreviewWeight' has a wrong offset!"); \ +static_assert(offsetof(UMaterialExpressionLandscapeLayerWeight, ConstBase) == 0x000078, "Member 'UMaterialExpressionLandscapeLayerWeight::ConstBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapePhysicalMaterialOutput \ +static_assert(alignof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(sizeof(UMaterialExpressionLandscapePhysicalMaterialOutput) == 0x000050, "Wrong size on UMaterialExpressionLandscapePhysicalMaterialOutput"); \ +static_assert(offsetof(UMaterialExpressionLandscapePhysicalMaterialOutput, Inputs) == 0x000040, "Member 'UMaterialExpressionLandscapePhysicalMaterialOutput::Inputs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMaterialExpressionLandscapeVisibilityMask \ +static_assert(alignof(UMaterialExpressionLandscapeVisibilityMask) == 0x000008, "Wrong alignment on UMaterialExpressionLandscapeVisibilityMask"); \ +static_assert(sizeof(UMaterialExpressionLandscapeVisibilityMask) == 0x000040, "Wrong size on UMaterialExpressionLandscapeVisibilityMask"); \ + +#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) == 0x000028, "Wrong size on UGenlockedCustomTimeStep"); \ + +#define DUMPER7_ASSERTS_UGenlockedFixedRateCustomTimeStep \ +static_assert(alignof(UGenlockedFixedRateCustomTimeStep) == 0x000008, "Wrong alignment on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(sizeof(UGenlockedFixedRateCustomTimeStep) == 0x000048, "Wrong size on UGenlockedFixedRateCustomTimeStep"); \ +static_assert(offsetof(UGenlockedFixedRateCustomTimeStep, FrameRate) == 0x000028, "Member 'UGenlockedFixedRateCustomTimeStep::FrameRate' 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_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_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_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_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_LayeredBoneBlend \ +static_assert(alignof(FAnimNode_LayeredBoneBlend) == 0x000008, "Wrong alignment on FAnimNode_LayeredBoneBlend"); \ +static_assert(sizeof(FAnimNode_LayeredBoneBlend) == 0x0000E0, "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_BlendSpacePlayer \ +static_assert(alignof(FAnimNode_BlendSpacePlayer) == 0x000008, "Wrong alignment on FAnimNode_BlendSpacePlayer"); \ +static_assert(sizeof(FAnimNode_BlendSpacePlayer) == 0x000068, "Wrong size on FAnimNode_BlendSpacePlayer"); \ +static_assert(offsetof(FAnimNode_BlendSpacePlayer, PreviousBlendSpace) == 0x000060, "Member 'FAnimNode_BlendSpacePlayer::PreviousBlendSpace' 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_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_FAnimationStateResultReference \ +static_assert(alignof(FAnimationStateResultReference) == 0x000008, "Wrong alignment on FAnimationStateResultReference"); \ +static_assert(sizeof(FAnimationStateResultReference) == 0x000010, "Wrong size on FAnimationStateResultReference"); \ + +#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_FIKFootPelvisPullDownSolver \ +static_assert(alignof(FIKFootPelvisPullDownSolver) == 0x000008, "Wrong alignment on FIKFootPelvisPullDownSolver"); \ +static_assert(sizeof(FIKFootPelvisPullDownSolver) == 0x000070, "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) == 0x000064, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentErrorTolerance) == 0x000068, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentErrorTolerance' has a wrong offset!"); \ +static_assert(offsetof(FIKFootPelvisPullDownSolver, PelvisAdjustmentMaxIter) == 0x00006C, "Member 'FIKFootPelvisPullDownSolver::PelvisAdjustmentMaxIter' 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) == 0x0001D8, "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_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_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_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_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_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) == 0x0005D0, "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, BoxExtents) == 0x0001C0, "Member 'FAnimNode_AnimDynamics::BoxExtents' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LocalJointOffset) == 0x0001D8, "Member 'FAnimNode_AnimDynamics::LocalJointOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityScale) == 0x0001F0, "Member 'FAnimNode_AnimDynamics::GravityScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, GravityOverride) == 0x0001F8, "Member 'FAnimNode_AnimDynamics::GravityOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, LinearSpringConstant) == 0x000210, "Member 'FAnimNode_AnimDynamics::LinearSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularSpringConstant) == 0x000214, "Member 'FAnimNode_AnimDynamics::AngularSpringConstant' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, WindScale) == 0x000218, "Member 'FAnimNode_AnimDynamics::WindScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearAccScale) == 0x000220, "Member 'FAnimNode_AnimDynamics::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentLinearVelScale) == 0x000238, "Member 'FAnimNode_AnimDynamics::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ComponentAppliedLinearAccClamp) == 0x000250, "Member 'FAnimNode_AnimDynamics::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, AngularBiasOverride) == 0x000268, "Member 'FAnimNode_AnimDynamics::AngularBiasOverride' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPreUpdate) == 0x00026C, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPreUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, NumSolverIterationsPostUpdate) == 0x000270, "Member 'FAnimNode_AnimDynamics::NumSolverIterationsPostUpdate' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ConstraintSetup) == 0x000278, "Member 'FAnimNode_AnimDynamics::ConstraintSetup' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphericalLimits) == 0x000300, "Member 'FAnimNode_AnimDynamics::SphericalLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SphereCollisionRadius) == 0x000310, "Member 'FAnimNode_AnimDynamics::SphereCollisionRadius' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, ExternalForce) == 0x000318, "Member 'FAnimNode_AnimDynamics::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, PlanarLimits) == 0x000330, "Member 'FAnimNode_AnimDynamics::PlanarLimits' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, CollisionType) == 0x000340, "Member 'FAnimNode_AnimDynamics::CollisionType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, SimulationSpace) == 0x000341, "Member 'FAnimNode_AnimDynamics::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_AnimDynamics, RetargetingSettings) == 0x000350, "Member 'FAnimNode_AnimDynamics::RetargetingSettings' has a wrong offset!"); \ + +#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_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) == 0x000070, "Wrong size on FAnimNode_BlendSpaceEvaluator"); \ +static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, NormalizedTime) == 0x000068, "Member 'FAnimNode_BlendSpaceEvaluator::NormalizedTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BlendSpaceEvaluator, bTeleportToNormalizedTime) == 0x00006C, "Member 'FAnimNode_BlendSpaceEvaluator::bTeleportToNormalizedTime' 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_BoneDrivenController \ +static_assert(alignof(FAnimNode_BoneDrivenController) == 0x000008, "Wrong alignment on FAnimNode_BoneDrivenController"); \ +static_assert(sizeof(FAnimNode_BoneDrivenController) == 0x000118, "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) == 0x0000E4, "Member 'FAnimNode_BoneDrivenController::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RangeMax) == 0x0000E8, "Member 'FAnimNode_BoneDrivenController::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMin) == 0x0000EC, "Member 'FAnimNode_BoneDrivenController::RemappedMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, RemappedMax) == 0x0000F0, "Member 'FAnimNode_BoneDrivenController::RemappedMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ParameterName) == 0x0000F4, "Member 'FAnimNode_BoneDrivenController::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, TargetBone) == 0x0000FC, "Member 'FAnimNode_BoneDrivenController::TargetBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, DestinationMode) == 0x00010C, "Member 'FAnimNode_BoneDrivenController::DestinationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, ModificationMode) == 0x00010D, "Member 'FAnimNode_BoneDrivenController::ModificationMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_BoneDrivenController, SourceComponent) == 0x00010E, "Member 'FAnimNode_BoneDrivenController::SourceComponent' 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_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_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_HandIKRetargeting \ +static_assert(alignof(FAnimNode_HandIKRetargeting) == 0x000008, "Wrong alignment on FAnimNode_HandIKRetargeting"); \ +static_assert(sizeof(FAnimNode_HandIKRetargeting) == 0x000120, "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, HandFKWeight) == 0x000118, "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) == 0x000048, "Wrong size on FIKChain"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKDefinition \ +static_assert(alignof(FAnimLegIKDefinition) == 0x000004, "Wrong alignment on FAnimLegIKDefinition"); \ +static_assert(sizeof(FAnimLegIKDefinition) == 0x00002C, "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!"); \ + +#define DUMPER7_ASSERTS_FAnimLegIKData \ +static_assert(alignof(FAnimLegIKData) == 0x000010, "Wrong alignment on FAnimLegIKData"); \ +static_assert(sizeof(FAnimLegIKData) == 0x0000E0, "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) == 0x0000F8, "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, LegsDefinition) == 0x0000D0, "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_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_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_ModifyCurve \ +static_assert(alignof(FAnimNode_ModifyCurve) == 0x000008, "Wrong alignment on FAnimNode_ModifyCurve"); \ +static_assert(sizeof(FAnimNode_ModifyCurve) == 0x000100, "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) == 0x0000F4, "Member 'FAnimNode_ModifyCurve::alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_ModifyCurve, ApplyMode) == 0x0000F8, "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_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_PoseHandler \ +static_assert(alignof(FAnimNode_PoseHandler) == 0x000008, "Wrong alignment on FAnimNode_PoseHandler"); \ +static_assert(sizeof(FAnimNode_PoseHandler) == 0x000090, "Wrong size on FAnimNode_PoseHandler"); \ +static_assert(offsetof(FAnimNode_PoseHandler, PoseAsset) == 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) == 0x0000B0, "Wrong size on FAnimNode_PoseBlendNode"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, SourcePose) == 0x000090, "Member 'FAnimNode_PoseBlendNode::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, BlendOption) == 0x0000A0, "Member 'FAnimNode_PoseBlendNode::BlendOption' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseBlendNode, CustomCurve) == 0x0000A8, "Member 'FAnimNode_PoseBlendNode::CustomCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_PoseByName \ +static_assert(alignof(FAnimNode_PoseByName) == 0x000008, "Wrong alignment on FAnimNode_PoseByName"); \ +static_assert(sizeof(FAnimNode_PoseByName) == 0x0000A8, "Wrong size on FAnimNode_PoseByName"); \ +static_assert(offsetof(FAnimNode_PoseByName, PoseName) == 0x000090, "Member 'FAnimNode_PoseByName::PoseName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseByName, PoseWeight) == 0x000098, "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) == 0x000188, "Wrong size on FAnimNode_PoseDriver"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourcePose) == 0x000090, "Member 'FAnimNode_PoseDriver::SourcePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, SourceBones) == 0x0000A0, "Member 'FAnimNode_PoseDriver::SourceBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, OnlyDriveBones) == 0x0000B0, "Member 'FAnimNode_PoseDriver::OnlyDriveBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, PoseTargets) == 0x0000C0, "Member 'FAnimNode_PoseDriver::PoseTargets' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, EvalSpaceBone) == 0x000100, "Member 'FAnimNode_PoseDriver::EvalSpaceBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, bEvalFromRefPose) == 0x000110, "Member 'FAnimNode_PoseDriver::bEvalFromRefPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, RBFParams) == 0x000118, "Member 'FAnimNode_PoseDriver::RBFParams' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveSource) == 0x000150, "Member 'FAnimNode_PoseDriver::DriveSource' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, DriveOutput) == 0x000151, "Member 'FAnimNode_PoseDriver::DriveOutput' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_PoseDriver, LODThreshold) == 0x000154, "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, bShuffleMode) == 0x000070, "Member 'FAnimNode_RandomPlayer::bShuffleMode' 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_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_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) == 0x000068, "Wrong size on FSimSpaceSettings"); \ +static_assert(offsetof(FSimSpaceSettings, MasterAlpha) == 0x000000, "Member 'FSimSpaceSettings::MasterAlpha' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, VelocityScaleZ) == 0x000004, "Member 'FSimSpaceSettings::VelocityScaleZ' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearVelocity) == 0x000008, "Member 'FSimSpaceSettings::MaxLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularVelocity) == 0x00000C, "Member 'FSimSpaceSettings::MaxAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxLinearAcceleration) == 0x000010, "Member 'FSimSpaceSettings::MaxLinearAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, MaxAngularAcceleration) == 0x000014, "Member 'FSimSpaceSettings::MaxAngularAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearDrag) == 0x000018, "Member 'FSimSpaceSettings::ExternalLinearDrag' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearDragV) == 0x000020, "Member 'FSimSpaceSettings::ExternalLinearDragV' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalLinearVelocity) == 0x000038, "Member 'FSimSpaceSettings::ExternalLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(FSimSpaceSettings, ExternalAngularVelocity) == 0x000050, "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) == 0x000990, "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, OverrideWorldGravity) == 0x0001F8, "Member 'FAnimNode_RigidBody::OverrideWorldGravity' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ExternalForce) == 0x000210, "Member 'FAnimNode_RigidBody::ExternalForce' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearAccScale) == 0x000228, "Member 'FAnimNode_RigidBody::ComponentLinearAccScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentLinearVelScale) == 0x000240, "Member 'FAnimNode_RigidBody::ComponentLinearVelScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, ComponentAppliedLinearAccClamp) == 0x000258, "Member 'FAnimNode_RigidBody::ComponentAppliedLinearAccClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimSpaceSettings) == 0x000270, "Member 'FAnimNode_RigidBody::SimSpaceSettings' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, CachedBoundsScale) == 0x0002D8, "Member 'FAnimNode_RigidBody::CachedBoundsScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, BaseBoneRef) == 0x0002DC, "Member 'FAnimNode_RigidBody::BaseBoneRef' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, OverlapChannel) == 0x0002EC, "Member 'FAnimNode_RigidBody::OverlapChannel' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, SimulationSpace) == 0x0002ED, "Member 'FAnimNode_RigidBody::SimulationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, bForceDisableCollisionBetweenConstraintBodies) == 0x0002EE, "Member 'FAnimNode_RigidBody::bForceDisableCollisionBetweenConstraintBodies' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, WorldSpaceMinimumScale) == 0x0002F4, "Member 'FAnimNode_RigidBody::WorldSpaceMinimumScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RigidBody, EvaluationResetTime) == 0x0002F8, "Member 'FAnimNode_RigidBody::EvaluationResetTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotateRootBone \ +static_assert(alignof(FAnimNode_RotateRootBone) == 0x000008, "Wrong alignment on FAnimNode_RotateRootBone"); \ +static_assert(sizeof(FAnimNode_RotateRootBone) == 0x0000E8, "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, Roll) == 0x000028, "Member 'FAnimNode_RotateRootBone::Roll' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, PitchScaleBiasClamp) == 0x00002C, "Member 'FAnimNode_RotateRootBone::PitchScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, YawScaleBiasClamp) == 0x00005C, "Member 'FAnimNode_RotateRootBone::YawScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, RollScaleBiasClamp) == 0x00008C, "Member 'FAnimNode_RotateRootBone::RollScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotateRootBone, MeshToComponent) == 0x0000C0, "Member 'FAnimNode_RotateRootBone::MeshToComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_RotationMultiplier \ +static_assert(alignof(FAnimNode_RotationMultiplier) == 0x000008, "Wrong alignment on FAnimNode_RotationMultiplier"); \ +static_assert(sizeof(FAnimNode_RotationMultiplier) == 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_FAnimNode_RotationOffsetBlendSpace \ +static_assert(alignof(FAnimNode_RotationOffsetBlendSpace) == 0x000008, "Wrong alignment on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(sizeof(FAnimNode_RotationOffsetBlendSpace) == 0x000110, "Wrong size on FAnimNode_RotationOffsetBlendSpace"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, BasePose) == 0x000068, "Member 'FAnimNode_RotationOffsetBlendSpace::BasePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, LODThreshold) == 0x000078, "Member 'FAnimNode_RotationOffsetBlendSpace::LODThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, alpha) == 0x00007C, "Member 'FAnimNode_RotationOffsetBlendSpace::alpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBias) == 0x000080, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBias' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaBoolBlend) == 0x000088, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaBoolBlend' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaCurveName) == 0x0000D0, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaCurveName' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaScaleBiasClamp) == 0x0000D8, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaScaleBiasClamp' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, AlphaInputType) == 0x00010C, "Member 'FAnimNode_RotationOffsetBlendSpace::AlphaInputType' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_RotationOffsetBlendSpace, bAlphaBoolEnabled) == 0x00010D, "Member 'FAnimNode_RotationOffsetBlendSpace::bAlphaBoolEnabled' 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_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_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_SequenceEvaluator_Standalone \ +static_assert(alignof(FAnimNode_SequenceEvaluator_Standalone) == 0x000008, "Wrong alignment on FAnimNode_SequenceEvaluator_Standalone"); \ +static_assert(sizeof(FAnimNode_SequenceEvaluator_Standalone) == 0x000068, "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, bShouldLoop) == 0x00005C, "Member 'FAnimNode_SequenceEvaluator_Standalone::bShouldLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, bTeleportToExplicitTime) == 0x00005D, "Member 'FAnimNode_SequenceEvaluator_Standalone::bTeleportToExplicitTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, ReinitializationBehavior) == 0x00005E, "Member 'FAnimNode_SequenceEvaluator_Standalone::ReinitializationBehavior' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SequenceEvaluator_Standalone, StartPosition) == 0x000060, "Member 'FAnimNode_SequenceEvaluator_Standalone::StartPosition' 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_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) == 0x000158, "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) == 0x0000DC, "Member 'FAnimNode_SpringBone::SpringStiffness' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, SpringDamping) == 0x0000E0, "Member 'FAnimNode_SpringBone::SpringDamping' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_SpringBone, ErrorResetThresh) == 0x0000E4, "Member 'FAnimNode_SpringBone::ErrorResetThresh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_StateResult \ +static_assert(alignof(FAnimNode_StateResult) == 0x000008, "Wrong alignment on FAnimNode_StateResult"); \ +static_assert(sizeof(FAnimNode_StateResult) == 0x000020, "Wrong size on FAnimNode_StateResult"); \ + +#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_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, Curve) == 0x000154, "Member 'FAnimNode_TwistCorrectiveNode::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwoBoneIK \ +static_assert(alignof(FAnimNode_TwoBoneIK) == 0x000010, "Wrong alignment on FAnimNode_TwoBoneIK"); \ +static_assert(sizeof(FAnimNode_TwoBoneIK) == 0x000270, "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) == 0x0000DC, "Member 'FAnimNode_TwoBoneIK::MaxStretchScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocation) == 0x0000E0, "Member 'FAnimNode_TwoBoneIK::EffectorLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorTarget) == 0x000100, "Member 'FAnimNode_TwoBoneIK::EffectorTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocation) == 0x000190, "Member 'FAnimNode_TwoBoneIK::JointTargetLocation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTarget) == 0x0001B0, "Member 'FAnimNode_TwoBoneIK::JointTarget' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, TwistAxis) == 0x000240, "Member 'FAnimNode_TwoBoneIK::TwistAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, EffectorLocationSpace) == 0x000260, "Member 'FAnimNode_TwoBoneIK::EffectorLocationSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_TwoBoneIK, JointTargetLocationSpace) == 0x000261, "Member 'FAnimNode_TwoBoneIK::JointTargetLocationSpace' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimNode_TwoWayBlend \ +static_assert(alignof(FAnimNode_TwoWayBlend) == 0x000008, "Wrong alignment on FAnimNode_TwoWayBlend"); \ +static_assert(sizeof(FAnimNode_TwoWayBlend) == 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) == 0x000BB0, "Wrong size on FAnimSequencerInstanceProxy"); \ + +#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_FLinkedAnimGraphReference \ +static_assert(alignof(FLinkedAnimGraphReference) == 0x000008, "Wrong alignment on FLinkedAnimGraphReference"); \ +static_assert(sizeof(FLinkedAnimGraphReference) == 0x000010, "Wrong size on FLinkedAnimGraphReference"); \ + +#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_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_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_UAnimationStateMachineLibrary \ +static_assert(alignof(UAnimationStateMachineLibrary) == 0x000008, "Wrong alignment on UAnimationStateMachineLibrary"); \ +static_assert(sizeof(UAnimationStateMachineLibrary) == 0x000028, "Wrong size on UAnimationStateMachineLibrary"); \ + +#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_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_UAnimNotify_PlayMontageNotifyWindow \ +static_assert(alignof(UAnimNotify_PlayMontageNotifyWindow) == 0x000008, "Wrong alignment on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(sizeof(UAnimNotify_PlayMontageNotifyWindow) == 0x000038, "Wrong size on UAnimNotify_PlayMontageNotifyWindow"); \ +static_assert(offsetof(UAnimNotify_PlayMontageNotifyWindow, NotifyName) == 0x000030, "Member 'UAnimNotify_PlayMontageNotifyWindow::NotifyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimSequencerInstance \ +static_assert(alignof(UAnimSequencerInstance) == 0x000010, "Wrong alignment on UAnimSequencerInstance"); \ +static_assert(sizeof(UAnimSequencerInstance) == 0x000350, "Wrong size on UAnimSequencerInstance"); \ + +#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_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_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_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_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_FTypedElementSelectionOptions \ +static_assert(alignof(FTypedElementSelectionOptions) == 0x000001, "Wrong alignment on FTypedElementSelectionOptions"); \ +static_assert(sizeof(FTypedElementSelectionOptions) == 0x000005, "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, ChildElementInclusionMethod) == 0x000004, "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_FTypedElementIsSelectedOptions \ +static_assert(alignof(FTypedElementIsSelectedOptions) == 0x000001, "Wrong alignment on FTypedElementIsSelectedOptions"); \ +static_assert(sizeof(FTypedElementIsSelectedOptions) == 0x000001, "Wrong size on FTypedElementIsSelectedOptions"); \ +static_assert(offsetof(FTypedElementIsSelectedOptions, bAllowIndirect) == 0x000000, "Member 'FTypedElementIsSelectedOptions::bAllowIndirect' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTypedElementSelectionNormalizationOptions \ +static_assert(alignof(FTypedElementSelectionNormalizationOptions) == 0x000001, "Wrong alignment on FTypedElementSelectionNormalizationOptions"); \ +static_assert(sizeof(FTypedElementSelectionNormalizationOptions) == 0x000002, "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_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) == 0x000068, "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_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) == 0x000010, "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) == 0x00000D, "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) == 0x000010, "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) == 0x00000D, "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) == 0x000020, "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) == 0x00001D, "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) == 0x000020, "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) == 0x000019, "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) == 0x000020, "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) == 0x00001D, "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_TypedElementSelectionSet_ClearSelection \ +static_assert(alignof(TypedElementSelectionSet_ClearSelection) == 0x000001, "Wrong alignment on TypedElementSelectionSet_ClearSelection"); \ +static_assert(sizeof(TypedElementSelectionSet_ClearSelection) == 0x000006, "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) == 0x000005, "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) == 0x000010, "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) == 0x00000D, "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) == 0x000018, "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) == 0x000015, "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) == 0x000010, "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) == 0x00000D, "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) == 0x000018, "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) == 0x000015, "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) == 0x000018, "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) == 0x000015, "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) == 0x000010, "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) == 0x00000D, "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) == 0x000010, "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) == 0x00000D, "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) == 0x000010, "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) == 0x000009, "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) == 0x000898, "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_TypedElementSelectionSetLibrary_DeselectElementsFromList \ +static_assert(alignof(TypedElementSelectionSetLibrary_DeselectElementsFromList) == 0x000008, "Wrong alignment on TypedElementSelectionSetLibrary_DeselectElementsFromList"); \ +static_assert(sizeof(TypedElementSelectionSetLibrary_DeselectElementsFromList) == 0x000020, "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) == 0x00001D, "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) == 0x000030, "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) == 0x000020, "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) == 0x000020, "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) == 0x000010, "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) == 0x000020, "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) == 0x00001D, "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) == 0x000020, "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) == 0x00001D, "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_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_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_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_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_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_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_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_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_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_UAssetRegistryImpl \ +static_assert(alignof(UAssetRegistryImpl) == 0x000008, "Wrong alignment on UAssetRegistryImpl"); \ +static_assert(sizeof(UAssetRegistryImpl) == 0x000908, "Wrong size on UAssetRegistryImpl"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_CreateAssetData \ +static_assert(alignof(AssetRegistryHelpers_CreateAssetData) == 0x000008, "Wrong alignment on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(sizeof(AssetRegistryHelpers_CreateAssetData) == 0x000070, "Wrong size on AssetRegistryHelpers_CreateAssetData"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, InAsset) == 0x000000, "Member 'AssetRegistryHelpers_CreateAssetData::InAsset' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, bAllowBlueprintClass) == 0x000008, "Member 'AssetRegistryHelpers_CreateAssetData::bAllowBlueprintClass' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_CreateAssetData, ReturnValue) == 0x000010, "Member 'AssetRegistryHelpers_CreateAssetData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAsset \ +static_assert(alignof(AssetRegistryHelpers_GetAsset) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAsset"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAsset) == 0x000068, "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) == 0x000060, "Member 'AssetRegistryHelpers_GetAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetAssetRegistry \ +static_assert(alignof(AssetRegistryHelpers_GetAssetRegistry) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(sizeof(AssetRegistryHelpers_GetAssetRegistry) == 0x000010, "Wrong size on AssetRegistryHelpers_GetAssetRegistry"); \ +static_assert(offsetof(AssetRegistryHelpers_GetAssetRegistry, ReturnValue) == 0x000000, "Member 'AssetRegistryHelpers_GetAssetRegistry::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_GetClass \ +static_assert(alignof(AssetRegistryHelpers_GetClass) == 0x000008, "Wrong alignment on AssetRegistryHelpers_GetClass"); \ +static_assert(sizeof(AssetRegistryHelpers_GetClass) == 0x000068, "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) == 0x000060, "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) == 0x000070, "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) == 0x000060, "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) == 0x000070, "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) == 0x000060, "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) == 0x000080, "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) == 0x000060, "Member 'AssetRegistryHelpers_GetTagValue::InTagName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, OutTagValue) == 0x000068, "Member 'AssetRegistryHelpers_GetTagValue::OutTagValue' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_GetTagValue, ReturnValue) == 0x000078, "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) == 0x000068, "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) == 0x000060, "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) == 0x000068, "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) == 0x000060, "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) == 0x000068, "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) == 0x000060, "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) == 0x000068, "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) == 0x000060, "Member 'AssetRegistryHelpers_IsValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_SetFilterTagsAndValues \ +static_assert(alignof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x000008, "Wrong alignment on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(sizeof(AssetRegistryHelpers_SetFilterTagsAndValues) == 0x0001F0, "Wrong size on AssetRegistryHelpers_SetFilterTagsAndValues"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InFilter) == 0x000000, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InFilter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, InTagsAndValues) == 0x0000F0, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::InTagsAndValues' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistryHelpers_SetFilterTagsAndValues, ReturnValue) == 0x000100, "Member 'AssetRegistryHelpers_SetFilterTagsAndValues::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistryHelpers_ToSoftObjectPath \ +static_assert(alignof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000008, "Wrong alignment on AssetRegistryHelpers_ToSoftObjectPath"); \ +static_assert(sizeof(AssetRegistryHelpers_ToSoftObjectPath) == 0x000078, "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) == 0x000060, "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_GetAssetByObjectPath \ +static_assert(alignof(AssetRegistry_GetAssetByObjectPath) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetByObjectPath"); \ +static_assert(sizeof(AssetRegistry_GetAssetByObjectPath) == 0x000070, "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) == 0x000108, "Wrong size on AssetRegistry_GetAssets"); \ +static_assert(offsetof(AssetRegistry_GetAssets, Filter) == 0x000000, "Member 'AssetRegistry_GetAssets::Filter' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, OutAssetData) == 0x0000F0, "Member 'AssetRegistry_GetAssets::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssets, ReturnValue) == 0x000100, "Member 'AssetRegistry_GetAssets::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_GetAssetsByClass \ +static_assert(alignof(AssetRegistry_GetAssetsByClass) == 0x000008, "Wrong alignment on AssetRegistry_GetAssetsByClass"); \ +static_assert(sizeof(AssetRegistry_GetAssetsByClass) == 0x000020, "Wrong size on AssetRegistry_GetAssetsByClass"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ClassName) == 0x000000, "Member 'AssetRegistry_GetAssetsByClass::ClassName' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, OutAssetData) == 0x000008, "Member 'AssetRegistry_GetAssetsByClass::OutAssetData' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, bSearchSubClasses) == 0x000018, "Member 'AssetRegistry_GetAssetsByClass::bSearchSubClasses' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_GetAssetsByClass, ReturnValue) == 0x000019, "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, ReturnValue) == 0x000019, "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_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_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) == 0x000100, "Wrong size on AssetRegistry_RunAssetsThroughFilter"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, AssetDataList) == 0x000000, "Member 'AssetRegistry_RunAssetsThroughFilter::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_RunAssetsThroughFilter, Filter) == 0x000010, "Member 'AssetRegistry_RunAssetsThroughFilter::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AssetRegistry_UseFilterToExcludeAssets \ +static_assert(alignof(AssetRegistry_UseFilterToExcludeAssets) == 0x000008, "Wrong alignment on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(sizeof(AssetRegistry_UseFilterToExcludeAssets) == 0x000100, "Wrong size on AssetRegistry_UseFilterToExcludeAssets"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, AssetDataList) == 0x000000, "Member 'AssetRegistry_UseFilterToExcludeAssets::AssetDataList' has a wrong offset!"); \ +static_assert(offsetof(AssetRegistry_UseFilterToExcludeAssets, Filter) == 0x000010, "Member 'AssetRegistry_UseFilterToExcludeAssets::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IAssetRegistry \ +static_assert(alignof(IAssetRegistry) == 0x000001, "Wrong alignment on IAssetRegistry"); \ +static_assert(sizeof(IAssetRegistry) == 0x000001, "Wrong size on IAssetRegistry"); \ + +#define DUMPER7_ASSERTS_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_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_UAudioLinkSettingsAbstract \ +static_assert(alignof(UAudioLinkSettingsAbstract) == 0x000008, "Wrong alignment on UAudioLinkSettingsAbstract"); \ +static_assert(sizeof(UAudioLinkSettingsAbstract) == 0x000038, "Wrong size on UAudioLinkSettingsAbstract"); \ + +#define DUMPER7_ASSERTS_FCompositionGraphCapturePasses \ +static_assert(alignof(FCompositionGraphCapturePasses) == 0x000008, "Wrong alignment on FCompositionGraphCapturePasses"); \ +static_assert(sizeof(FCompositionGraphCapturePasses) == 0x000010, "Wrong size on FCompositionGraphCapturePasses"); \ +static_assert(offsetof(FCompositionGraphCapturePasses, Value) == 0x000000, "Member 'FCompositionGraphCapturePasses::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFrameMetrics \ +static_assert(alignof(FFrameMetrics) == 0x000004, "Wrong alignment on FFrameMetrics"); \ +static_assert(sizeof(FFrameMetrics) == 0x000010, "Wrong size on FFrameMetrics"); \ +static_assert(offsetof(FFrameMetrics, TotalElapsedTime) == 0x000000, "Member 'FFrameMetrics::TotalElapsedTime' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, FrameDelta) == 0x000004, "Member 'FFrameMetrics::FrameDelta' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, FrameNumber) == 0x000008, "Member 'FFrameMetrics::FrameNumber' has a wrong offset!"); \ +static_assert(offsetof(FFrameMetrics, NumDroppedFrames) == 0x00000C, "Member 'FFrameMetrics::NumDroppedFrames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCaptureResolution \ +static_assert(alignof(FCaptureResolution) == 0x000004, "Wrong alignment on FCaptureResolution"); \ +static_assert(sizeof(FCaptureResolution) == 0x000008, "Wrong size on FCaptureResolution"); \ +static_assert(offsetof(FCaptureResolution, ResX) == 0x000000, "Member 'FCaptureResolution::ResX' has a wrong offset!"); \ +static_assert(offsetof(FCaptureResolution, ResY) == 0x000004, "Member 'FCaptureResolution::ResY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSceneCaptureSettings \ +static_assert(alignof(FMovieSceneCaptureSettings) == 0x000008, "Wrong alignment on FMovieSceneCaptureSettings"); \ +static_assert(sizeof(FMovieSceneCaptureSettings) == 0x000070, "Wrong size on FMovieSceneCaptureSettings"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, OutputDirectory) == 0x000000, "Member 'FMovieSceneCaptureSettings::OutputDirectory' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, GameModeOverride) == 0x000010, "Member 'FMovieSceneCaptureSettings::GameModeOverride' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, OutputFormat) == 0x000018, "Member 'FMovieSceneCaptureSettings::OutputFormat' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bOverwriteExisting) == 0x000028, "Member 'FMovieSceneCaptureSettings::bOverwriteExisting' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUseRelativeFrameNumbers) == 0x000029, "Member 'FMovieSceneCaptureSettings::bUseRelativeFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, HandleFrames) == 0x00002C, "Member 'FMovieSceneCaptureSettings::HandleFrames' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, MovieExtension) == 0x000030, "Member 'FMovieSceneCaptureSettings::MovieExtension' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, ZeroPadFrameNumbers) == 0x000040, "Member 'FMovieSceneCaptureSettings::ZeroPadFrameNumbers' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, FrameRate) == 0x000044, "Member 'FMovieSceneCaptureSettings::FrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUseCustomFrameRate) == 0x00004C, "Member 'FMovieSceneCaptureSettings::bUseCustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, CustomFrameRate) == 0x000050, "Member 'FMovieSceneCaptureSettings::CustomFrameRate' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, Resolution) == 0x000058, "Member 'FMovieSceneCaptureSettings::Resolution' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bEnableTextureStreaming) == 0x000060, "Member 'FMovieSceneCaptureSettings::bEnableTextureStreaming' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicEngineScalability) == 0x000061, "Member 'FMovieSceneCaptureSettings::bCinematicEngineScalability' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bCinematicMode) == 0x000062, "Member 'FMovieSceneCaptureSettings::bCinematicMode' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bAllowMovement) == 0x000063, "Member 'FMovieSceneCaptureSettings::bAllowMovement' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bAllowTurning) == 0x000064, "Member 'FMovieSceneCaptureSettings::bAllowTurning' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bShowPlayer) == 0x000065, "Member 'FMovieSceneCaptureSettings::bShowPlayer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bShowHUD) == 0x000066, "Member 'FMovieSceneCaptureSettings::bShowHUD' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, bUsePathTracer) == 0x000067, "Member 'FMovieSceneCaptureSettings::bUsePathTracer' has a wrong offset!"); \ +static_assert(offsetof(FMovieSceneCaptureSettings, PathTracerSamplePerPixel) == 0x000068, "Member 'FMovieSceneCaptureSettings::PathTracerSamplePerPixel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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) == 0x0000C0, "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) == 0x000090, "Member 'UCompositionGraphCaptureProtocol::bDisableScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(UCompositionGraphCaptureProtocol, PostProcessingMaterialPtr) == 0x000098, "Member 'UCompositionGraphCaptureProtocol::PostProcessingMaterialPtr' has a wrong offset!"); \ + +#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_IMovieSceneCaptureInterface \ +static_assert(alignof(IMovieSceneCaptureInterface) == 0x000001, "Wrong alignment on IMovieSceneCaptureInterface"); \ +static_assert(sizeof(IMovieSceneCaptureInterface) == 0x000001, "Wrong size on IMovieSceneCaptureInterface"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_GetAudioCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetAudioCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetAudioCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetAudioCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetAudioCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_GetImageCaptureProtocol \ +static_assert(alignof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong alignment on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(sizeof(MovieSceneCapture_GetImageCaptureProtocol) == 0x000008, "Wrong size on MovieSceneCapture_GetImageCaptureProtocol"); \ +static_assert(offsetof(MovieSceneCapture_GetImageCaptureProtocol, ReturnValue) == 0x000000, "Member 'MovieSceneCapture_GetImageCaptureProtocol::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetAudioCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetAudioCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetAudioCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetAudioCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetAudioCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MovieSceneCapture_SetImageCaptureProtocolType \ +static_assert(alignof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong alignment on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(sizeof(MovieSceneCapture_SetImageCaptureProtocolType) == 0x000008, "Wrong size on MovieSceneCapture_SetImageCaptureProtocolType"); \ +static_assert(offsetof(MovieSceneCapture_SetImageCaptureProtocolType, ProtocolType) == 0x000000, "Member 'MovieSceneCapture_SetImageCaptureProtocolType::ProtocolType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieSceneCapture \ +static_assert(alignof(UMovieSceneCapture) == 0x000008, "Wrong alignment on UMovieSceneCapture"); \ +static_assert(sizeof(UMovieSceneCapture) == 0x000228, "Wrong size on UMovieSceneCapture"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocolType) == 0x000038, "Member 'UMovieSceneCapture::ImageCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocolType) == 0x000050, "Member 'UMovieSceneCapture::AudioCaptureProtocolType' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, ImageCaptureProtocol) == 0x000068, "Member 'UMovieSceneCapture::ImageCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AudioCaptureProtocol) == 0x000070, "Member 'UMovieSceneCapture::AudioCaptureProtocol' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, Settings) == 0x000078, "Member 'UMovieSceneCapture::Settings' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bUseSeparateProcess) == 0x0000E8, "Member 'UMovieSceneCapture::bUseSeparateProcess' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, bCloseEditorWhenCaptureStarts) == 0x0000E9, "Member 'UMovieSceneCapture::bCloseEditorWhenCaptureStarts' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, AdditionalCommandLineArguments) == 0x0000F0, "Member 'UMovieSceneCapture::AdditionalCommandLineArguments' has a wrong offset!"); \ +static_assert(offsetof(UMovieSceneCapture, InheritedCommandLineArguments) == 0x000100, "Member 'UMovieSceneCapture::InheritedCommandLineArguments' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULevelCapture \ +static_assert(alignof(ULevelCapture) == 0x000008, "Wrong alignment on ULevelCapture"); \ +static_assert(sizeof(ULevelCapture) == 0x000248, "Wrong size on ULevelCapture"); \ +static_assert(offsetof(ULevelCapture, bAutoStartCapture) == 0x000228, "Member 'ULevelCapture::bAutoStartCapture' has a wrong offset!"); \ +static_assert(offsetof(ULevelCapture, PrerequisiteActorId) == 0x000234, "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_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_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_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_UGameplayTasksComponent \ +static_assert(alignof(UGameplayTasksComponent) == 0x000008, "Wrong alignment on UGameplayTasksComponent"); \ +static_assert(sizeof(UGameplayTasksComponent) == 0x000130, "Wrong size on UGameplayTasksComponent"); \ +static_assert(offsetof(UGameplayTasksComponent, SimulatedTasks) == 0x0000D0, "Member 'UGameplayTasksComponent::SimulatedTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TaskPriorityQueue) == 0x0000E0, "Member 'UGameplayTasksComponent::TaskPriorityQueue' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, TickingTasks) == 0x000100, "Member 'UGameplayTasksComponent::TickingTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, KnownTasks) == 0x000110, "Member 'UGameplayTasksComponent::KnownTasks' has a wrong offset!"); \ +static_assert(offsetof(UGameplayTasksComponent, OnClaimedResourcesChange) == 0x000120, "Member 'UGameplayTasksComponent::OnClaimedResourcesChange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResource \ +static_assert(alignof(GameplayTask_ClaimResource_ClaimResource) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResource"); \ +static_assert(sizeof(GameplayTask_ClaimResource_ClaimResource) == 0x000030, "Wrong size on GameplayTask_ClaimResource_ClaimResource"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResource::InTaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ResourceClass) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResource::ResourceClass' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, Priority) == 0x000018, "Member 'GameplayTask_ClaimResource_ClaimResource::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, TaskInstanceName) == 0x00001C, "Member 'GameplayTask_ClaimResource_ClaimResource::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResource, ReturnValue) == 0x000028, "Member 'GameplayTask_ClaimResource_ClaimResource::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GameplayTask_ClaimResource_ClaimResources \ +static_assert(alignof(GameplayTask_ClaimResource_ClaimResources) == 0x000008, "Wrong alignment on GameplayTask_ClaimResource_ClaimResources"); \ +static_assert(sizeof(GameplayTask_ClaimResource_ClaimResources) == 0x000038, "Wrong size on GameplayTask_ClaimResource_ClaimResources"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, InTaskOwner) == 0x000000, "Member 'GameplayTask_ClaimResource_ClaimResources::InTaskOwner' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ResourceClasses) == 0x000010, "Member 'GameplayTask_ClaimResource_ClaimResources::ResourceClasses' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, Priority) == 0x000020, "Member 'GameplayTask_ClaimResource_ClaimResources::Priority' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, TaskInstanceName) == 0x000024, "Member 'GameplayTask_ClaimResource_ClaimResources::TaskInstanceName' has a wrong offset!"); \ +static_assert(offsetof(GameplayTask_ClaimResource_ClaimResources, ReturnValue) == 0x000030, "Member 'GameplayTask_ClaimResource_ClaimResources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameplayTask_ClaimResource \ +static_assert(alignof(UGameplayTask_ClaimResource) == 0x000008, "Wrong alignment on UGameplayTask_ClaimResource"); \ +static_assert(sizeof(UGameplayTask_ClaimResource) == 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) == 0x000098, "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) == 0x000080, "Wrong size on UGameplayTask_WaitDelay"); \ +static_assert(offsetof(UGameplayTask_WaitDelay, OnFinish) == 0x000068, "Member 'UGameplayTask_WaitDelay::OnFinish' 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_FChaosBreakEvent \ +static_assert(alignof(FChaosBreakEvent) == 0x000008, "Wrong alignment on FChaosBreakEvent"); \ +static_assert(sizeof(FChaosBreakEvent) == 0x000058, "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, Mass) == 0x000050, "Member 'FChaosBreakEvent::Mass' 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_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_FRemovalEventCallbackWrapper \ +static_assert(alignof(FRemovalEventCallbackWrapper) == 0x000010, "Wrong alignment on FRemovalEventCallbackWrapper"); \ +static_assert(sizeof(FRemovalEventCallbackWrapper) == 0x000040, "Wrong size on FRemovalEventCallbackWrapper"); \ + +#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_UChaosDebugDrawComponent \ +static_assert(alignof(UChaosDebugDrawComponent) == 0x000008, "Wrong alignment on UChaosDebugDrawComponent"); \ +static_assert(sizeof(UChaosDebugDrawComponent) == 0x0000C8, "Wrong size on UChaosDebugDrawComponent"); \ + +#define DUMPER7_ASSERTS_UChaosEventListenerComponent \ +static_assert(alignof(UChaosEventListenerComponent) == 0x000008, "Wrong alignment on UChaosEventListenerComponent"); \ +static_assert(sizeof(UChaosEventListenerComponent) == 0x0000C8, "Wrong size on UChaosEventListenerComponent"); \ + +#define DUMPER7_ASSERTS_UChaosGameplayEventDispatcher \ +static_assert(alignof(UChaosGameplayEventDispatcher) == 0x000008, "Wrong alignment on UChaosGameplayEventDispatcher"); \ +static_assert(sizeof(UChaosGameplayEventDispatcher) == 0x0002D8, "Wrong size on UChaosGameplayEventDispatcher"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, CollisionEventRegistrations) == 0x0001D8, "Member 'UChaosGameplayEventDispatcher::CollisionEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, BreakEventRegistrations) == 0x000228, "Member 'UChaosGameplayEventDispatcher::BreakEventRegistrations' has a wrong offset!"); \ +static_assert(offsetof(UChaosGameplayEventDispatcher, RemovalEventRegistrations) == 0x000278, "Member 'UChaosGameplayEventDispatcher::RemovalEventRegistrations' 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) == 0x0001A8, "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) == 0x000388, "Wrong size on AChaosSolverActor"); \ +static_assert(offsetof(AChaosSolverActor, Properties) == 0x000288, "Member 'AChaosSolverActor::Properties' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TimeStepMultiplier) == 0x0002F4, "Member 'AChaosSolverActor::TimeStepMultiplier' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionIterations) == 0x0002F8, "Member 'AChaosSolverActor::CollisionIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutIterations) == 0x0002FC, "Member 'AChaosSolverActor::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, PushOutPairIterations) == 0x000300, "Member 'AChaosSolverActor::PushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterConnectionFactor) == 0x000304, "Member 'AChaosSolverActor::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ClusterUnionConnectionType) == 0x000308, "Member 'AChaosSolverActor::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateCollisionData) == 0x000309, "Member 'AChaosSolverActor::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, CollisionFilterSettings) == 0x00030C, "Member 'AChaosSolverActor::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateBreakingData) == 0x00031C, "Member 'AChaosSolverActor::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, BreakingFilterSettings) == 0x000320, "Member 'AChaosSolverActor::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, DoGenerateTrailingData) == 0x000330, "Member 'AChaosSolverActor::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, TrailingFilterSettings) == 0x000334, "Member 'AChaosSolverActor::TrailingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, MassScale) == 0x000344, "Member 'AChaosSolverActor::MassScale' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bGenerateContactGraph) == 0x000348, "Member 'AChaosSolverActor::bGenerateContactGraph' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, bHasFloor) == 0x000349, "Member 'AChaosSolverActor::bHasFloor' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, FloorHeight) == 0x00034C, "Member 'AChaosSolverActor::FloorHeight' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, ChaosDebugSubstepControl) == 0x000350, "Member 'AChaosSolverActor::ChaosDebugSubstepControl' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, SpriteComponent) == 0x000358, "Member 'AChaosSolverActor::SpriteComponent' has a wrong offset!"); \ +static_assert(offsetof(AChaosSolverActor, GameplayEventDispatcherComponent) == 0x000378, "Member 'AChaosSolverActor::GameplayEventDispatcherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UChaosSolverSettings \ +static_assert(alignof(UChaosSolverSettings) == 0x000008, "Wrong alignment on UChaosSolverSettings"); \ +static_assert(sizeof(UChaosSolverSettings) == 0x000058, "Wrong size on UChaosSolverSettings"); \ +static_assert(offsetof(UChaosSolverSettings, DefaultChaosSolverActorClass) == 0x000040, "Member 'UChaosSolverSettings::DefaultChaosSolverActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldObjectCommands \ +static_assert(alignof(FFieldObjectCommands) == 0x000008, "Wrong alignment on FFieldObjectCommands"); \ +static_assert(sizeof(FFieldObjectCommands) == 0x000030, "Wrong size on FFieldObjectCommands"); \ +static_assert(offsetof(FFieldObjectCommands, TargetNames) == 0x000000, "Member 'FFieldObjectCommands::TargetNames' has a wrong offset!"); \ +static_assert(offsetof(FFieldObjectCommands, RootNodes) == 0x000010, "Member 'FFieldObjectCommands::RootNodes' has a wrong offset!"); \ +static_assert(offsetof(FFieldObjectCommands, MetaDatas) == 0x000020, "Member 'FFieldObjectCommands::MetaDatas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AFieldSystemActor \ +static_assert(alignof(AFieldSystemActor) == 0x000008, "Wrong alignment on AFieldSystemActor"); \ +static_assert(sizeof(AFieldSystemActor) == 0x000290, "Wrong size on AFieldSystemActor"); \ +static_assert(offsetof(AFieldSystemActor, FieldSystemComponent) == 0x000288, "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) == 0x000640, "Wrong size on UFieldSystemComponent"); \ +static_assert(offsetof(UFieldSystemComponent, FieldSystem) == 0x000568, "Member 'UFieldSystemComponent::FieldSystem' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsWorldField) == 0x000570, "Member 'UFieldSystemComponent::bIsWorldField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, bIsChaosField) == 0x000571, "Member 'UFieldSystemComponent::bIsChaosField' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, SupportedSolvers) == 0x000578, "Member 'UFieldSystemComponent::SupportedSolvers' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, ConstructionCommands) == 0x000588, "Member 'UFieldSystemComponent::ConstructionCommands' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemComponent, BufferCommands) == 0x0005B8, "Member 'UFieldSystemComponent::BufferCommands' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaData \ +static_assert(alignof(UFieldSystemMetaData) == 0x000008, "Wrong alignment on UFieldSystemMetaData"); \ +static_assert(sizeof(UFieldSystemMetaData) == 0x0000C0, "Wrong size on UFieldSystemMetaData"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataIteration_SetMetaDataIteration \ +static_assert(alignof(FieldSystemMetaDataIteration_SetMetaDataIteration) == 0x000008, "Wrong alignment on FieldSystemMetaDataIteration_SetMetaDataIteration"); \ +static_assert(sizeof(FieldSystemMetaDataIteration_SetMetaDataIteration) == 0x000010, "Wrong size on FieldSystemMetaDataIteration_SetMetaDataIteration"); \ +static_assert(offsetof(FieldSystemMetaDataIteration_SetMetaDataIteration, Iterations_0) == 0x000000, "Member 'FieldSystemMetaDataIteration_SetMetaDataIteration::Iterations_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataIteration_SetMetaDataIteration, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataIteration_SetMetaDataIteration::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataIteration \ +static_assert(alignof(UFieldSystemMetaDataIteration) == 0x000008, "Wrong alignment on UFieldSystemMetaDataIteration"); \ +static_assert(sizeof(UFieldSystemMetaDataIteration) == 0x0000C8, "Wrong size on UFieldSystemMetaDataIteration"); \ +static_assert(offsetof(UFieldSystemMetaDataIteration, Iterations) == 0x0000C0, "Member 'UFieldSystemMetaDataIteration::Iterations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType \ +static_assert(alignof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType) == 0x000008, "Wrong alignment on FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType"); \ +static_assert(sizeof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType) == 0x000010, "Wrong size on FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType"); \ +static_assert(offsetof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType, ResolutionType_0) == 0x000000, "Member 'FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType::ResolutionType_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType, ReturnValue) == 0x000008, "Member 'FieldSystemMetaDataProcessingResolution_SetMetaDataaProcessingResolutionType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldSystemMetaDataProcessingResolution \ +static_assert(alignof(UFieldSystemMetaDataProcessingResolution) == 0x000008, "Wrong alignment on UFieldSystemMetaDataProcessingResolution"); \ +static_assert(sizeof(UFieldSystemMetaDataProcessingResolution) == 0x0000C8, "Wrong size on UFieldSystemMetaDataProcessingResolution"); \ +static_assert(offsetof(UFieldSystemMetaDataProcessingResolution, ResolutionType) == 0x0000C0, "Member 'UFieldSystemMetaDataProcessingResolution::ResolutionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FieldSystemMetaDataFilter_SetMetaDataFilterType \ +static_assert(alignof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000008, "Wrong alignment on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ +static_assert(sizeof(FieldSystemMetaDataFilter_SetMetaDataFilterType) == 0x000010, "Wrong size on FieldSystemMetaDataFilter_SetMetaDataFilterType"); \ +static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, FilterType_0) == 0x000000, "Member 'FieldSystemMetaDataFilter_SetMetaDataFilterType::FilterType_0' has a wrong offset!"); \ +static_assert(offsetof(FieldSystemMetaDataFilter_SetMetaDataFilterType, 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) == 0x0000C8, "Wrong size on UFieldSystemMetaDataFilter"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, FilterType) == 0x0000C0, "Member 'UFieldSystemMetaDataFilter::FilterType' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, ObjectType) == 0x0000C1, "Member 'UFieldSystemMetaDataFilter::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UFieldSystemMetaDataFilter, PositionType) == 0x0000C2, "Member 'UFieldSystemMetaDataFilter::PositionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFieldNodeBase \ +static_assert(alignof(UFieldNodeBase) == 0x000008, "Wrong alignment on UFieldNodeBase"); \ +static_assert(sizeof(UFieldNodeBase) == 0x0000C0, "Wrong size on UFieldNodeBase"); \ + +#define DUMPER7_ASSERTS_UFieldNodeInt \ +static_assert(alignof(UFieldNodeInt) == 0x000008, "Wrong alignment on UFieldNodeInt"); \ +static_assert(sizeof(UFieldNodeInt) == 0x0000C0, "Wrong size on UFieldNodeInt"); \ + +#define DUMPER7_ASSERTS_UFieldNodeFloat \ +static_assert(alignof(UFieldNodeFloat) == 0x000008, "Wrong alignment on UFieldNodeFloat"); \ +static_assert(sizeof(UFieldNodeFloat) == 0x0000C0, "Wrong size on UFieldNodeFloat"); \ + +#define DUMPER7_ASSERTS_UFieldNodeVector \ +static_assert(alignof(UFieldNodeVector) == 0x000008, "Wrong alignment on UFieldNodeVector"); \ +static_assert(sizeof(UFieldNodeVector) == 0x0000C0, "Wrong size on UFieldNodeVector"); \ + +#define DUMPER7_ASSERTS_UniformInteger_SetUniformInteger \ +static_assert(alignof(UniformInteger_SetUniformInteger) == 0x000008, "Wrong alignment on UniformInteger_SetUniformInteger"); \ +static_assert(sizeof(UniformInteger_SetUniformInteger) == 0x000010, "Wrong size on UniformInteger_SetUniformInteger"); \ +static_assert(offsetof(UniformInteger_SetUniformInteger, Magnitude_0) == 0x000000, "Member 'UniformInteger_SetUniformInteger::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformInteger_SetUniformInteger, ReturnValue) == 0x000008, "Member 'UniformInteger_SetUniformInteger::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformInteger \ +static_assert(alignof(UUniformInteger) == 0x000008, "Wrong alignment on UUniformInteger"); \ +static_assert(sizeof(UUniformInteger) == 0x0000C8, "Wrong size on UUniformInteger"); \ +static_assert(offsetof(UUniformInteger, Magnitude) == 0x0000C0, "Member 'UUniformInteger::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RadialIntMask_SetRadialIntMask \ +static_assert(alignof(RadialIntMask_SetRadialIntMask) == 0x000008, "Wrong alignment on RadialIntMask_SetRadialIntMask"); \ +static_assert(sizeof(RadialIntMask_SetRadialIntMask) == 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) == 0x0000F0, "Wrong size on URadialIntMask"); \ +static_assert(offsetof(URadialIntMask, Radius) == 0x0000C0, "Member 'URadialIntMask::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, position) == 0x0000C8, "Member 'URadialIntMask::position' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, InteriorValue) == 0x0000E0, "Member 'URadialIntMask::InteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, ExteriorValue) == 0x0000E4, "Member 'URadialIntMask::ExteriorValue' has a wrong offset!"); \ +static_assert(offsetof(URadialIntMask, SetMaskCondition) == 0x0000E8, "Member 'URadialIntMask::SetMaskCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformScalar_SetUniformScalar \ +static_assert(alignof(UniformScalar_SetUniformScalar) == 0x000008, "Wrong alignment on UniformScalar_SetUniformScalar"); \ +static_assert(sizeof(UniformScalar_SetUniformScalar) == 0x000010, "Wrong size on UniformScalar_SetUniformScalar"); \ +static_assert(offsetof(UniformScalar_SetUniformScalar, Magnitude_0) == 0x000000, "Member 'UniformScalar_SetUniformScalar::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(UniformScalar_SetUniformScalar, ReturnValue) == 0x000008, "Member 'UniformScalar_SetUniformScalar::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUniformScalar \ +static_assert(alignof(UUniformScalar) == 0x000008, "Wrong alignment on UUniformScalar"); \ +static_assert(sizeof(UUniformScalar) == 0x0000C8, "Wrong size on UUniformScalar"); \ +static_assert(offsetof(UUniformScalar, Magnitude) == 0x0000C0, "Member 'UUniformScalar::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WaveScalar_SetWaveScalar \ +static_assert(alignof(WaveScalar_SetWaveScalar) == 0x000008, "Wrong alignment on WaveScalar_SetWaveScalar"); \ +static_assert(sizeof(WaveScalar_SetWaveScalar) == 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) == 0x0000F0, "Wrong size on UWaveScalar"); \ +static_assert(offsetof(UWaveScalar, Magnitude) == 0x0000C0, "Member 'UWaveScalar::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, position) == 0x0000C8, "Member 'UWaveScalar::position' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, WaveLength) == 0x0000E0, "Member 'UWaveScalar::WaveLength' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Period) == 0x0000E4, "Member 'UWaveScalar::Period' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Function) == 0x0000E8, "Member 'UWaveScalar::Function' has a wrong offset!"); \ +static_assert(offsetof(UWaveScalar, Falloff) == 0x0000E9, "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) == 0x0000F8, "Wrong size on URadialFalloff"); \ +static_assert(offsetof(URadialFalloff, Magnitude) == 0x0000C0, "Member 'URadialFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MinRange) == 0x0000C4, "Member 'URadialFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, MaxRange) == 0x0000C8, "Member 'URadialFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Default) == 0x0000CC, "Member 'URadialFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Radius) == 0x0000D0, "Member 'URadialFalloff::Radius' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, position) == 0x0000D8, "Member 'URadialFalloff::position' has a wrong offset!"); \ +static_assert(offsetof(URadialFalloff, Falloff) == 0x0000F0, "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) == 0x000110, "Wrong size on UPlaneFalloff"); \ +static_assert(offsetof(UPlaneFalloff, Magnitude) == 0x0000C0, "Member 'UPlaneFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MinRange) == 0x0000C4, "Member 'UPlaneFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, MaxRange) == 0x0000C8, "Member 'UPlaneFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Default) == 0x0000CC, "Member 'UPlaneFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Distance) == 0x0000D0, "Member 'UPlaneFalloff::Distance' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, position) == 0x0000D8, "Member 'UPlaneFalloff::position' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Normal) == 0x0000F0, "Member 'UPlaneFalloff::Normal' has a wrong offset!"); \ +static_assert(offsetof(UPlaneFalloff, Falloff) == 0x000108, "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) == 0x000140, "Wrong size on UBoxFalloff"); \ +static_assert(offsetof(UBoxFalloff, Magnitude) == 0x0000C0, "Member 'UBoxFalloff::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MinRange) == 0x0000C4, "Member 'UBoxFalloff::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, MaxRange) == 0x0000C8, "Member 'UBoxFalloff::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Default) == 0x0000CC, "Member 'UBoxFalloff::Default' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Transform) == 0x0000D0, "Member 'UBoxFalloff::Transform' has a wrong offset!"); \ +static_assert(offsetof(UBoxFalloff, Falloff) == 0x000130, "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) == 0x000130, "Wrong size on UNoiseField"); \ +static_assert(offsetof(UNoiseField, MinRange) == 0x0000C0, "Member 'UNoiseField::MinRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, MaxRange) == 0x0000C4, "Member 'UNoiseField::MaxRange' has a wrong offset!"); \ +static_assert(offsetof(UNoiseField, Transform) == 0x0000D0, "Member 'UNoiseField::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UniformVector_SetUniformVector \ +static_assert(alignof(UniformVector_SetUniformVector) == 0x000008, "Wrong alignment on UniformVector_SetUniformVector"); \ +static_assert(sizeof(UniformVector_SetUniformVector) == 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) == 0x0000E0, "Wrong size on UUniformVector"); \ +static_assert(offsetof(UUniformVector, Magnitude) == 0x0000C0, "Member 'UUniformVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UUniformVector, Direction) == 0x0000C8, "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) == 0x0000E0, "Wrong size on URadialVector"); \ +static_assert(offsetof(URadialVector, Magnitude) == 0x0000C0, "Member 'URadialVector::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(URadialVector, position) == 0x0000C8, "Member 'URadialVector::position' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_RandomVector_SetRandomVector \ +static_assert(alignof(RandomVector_SetRandomVector) == 0x000008, "Wrong alignment on RandomVector_SetRandomVector"); \ +static_assert(sizeof(RandomVector_SetRandomVector) == 0x000010, "Wrong size on RandomVector_SetRandomVector"); \ +static_assert(offsetof(RandomVector_SetRandomVector, Magnitude_0) == 0x000000, "Member 'RandomVector_SetRandomVector::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(RandomVector_SetRandomVector, ReturnValue) == 0x000008, "Member 'RandomVector_SetRandomVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URandomVector \ +static_assert(alignof(URandomVector) == 0x000008, "Wrong alignment on URandomVector"); \ +static_assert(sizeof(URandomVector) == 0x0000C8, "Wrong size on URandomVector"); \ +static_assert(offsetof(URandomVector, Magnitude) == 0x0000C0, "Member 'URandomVector::Magnitude' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OperatorField_SetOperatorField \ +static_assert(alignof(OperatorField_SetOperatorField) == 0x000008, "Wrong alignment on OperatorField_SetOperatorField"); \ +static_assert(sizeof(OperatorField_SetOperatorField) == 0x000028, "Wrong size on OperatorField_SetOperatorField"); \ +static_assert(offsetof(OperatorField_SetOperatorField, Magnitude_0) == 0x000000, "Member 'OperatorField_SetOperatorField::Magnitude_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, LeftField_0) == 0x000008, "Member 'OperatorField_SetOperatorField::LeftField_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, RightField_0) == 0x000010, "Member 'OperatorField_SetOperatorField::RightField_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, Operation_0) == 0x000018, "Member 'OperatorField_SetOperatorField::Operation_0' has a wrong offset!"); \ +static_assert(offsetof(OperatorField_SetOperatorField, ReturnValue) == 0x000020, "Member 'OperatorField_SetOperatorField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOperatorField \ +static_assert(alignof(UOperatorField) == 0x000008, "Wrong alignment on UOperatorField"); \ +static_assert(sizeof(UOperatorField) == 0x0000E0, "Wrong size on UOperatorField"); \ +static_assert(offsetof(UOperatorField, Magnitude) == 0x0000C0, "Member 'UOperatorField::Magnitude' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, RightField) == 0x0000C8, "Member 'UOperatorField::RightField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, LeftField) == 0x0000D0, "Member 'UOperatorField::LeftField' has a wrong offset!"); \ +static_assert(offsetof(UOperatorField, Operation) == 0x0000D8, "Member 'UOperatorField::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ToIntegerField_SetToIntegerField \ +static_assert(alignof(ToIntegerField_SetToIntegerField) == 0x000008, "Wrong alignment on ToIntegerField_SetToIntegerField"); \ +static_assert(sizeof(ToIntegerField_SetToIntegerField) == 0x000010, "Wrong size on ToIntegerField_SetToIntegerField"); \ +static_assert(offsetof(ToIntegerField_SetToIntegerField, FloatField_0) == 0x000000, "Member 'ToIntegerField_SetToIntegerField::FloatField_0' has a wrong offset!"); \ +static_assert(offsetof(ToIntegerField_SetToIntegerField, ReturnValue) == 0x000008, "Member 'ToIntegerField_SetToIntegerField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToIntegerField \ +static_assert(alignof(UToIntegerField) == 0x000008, "Wrong alignment on UToIntegerField"); \ +static_assert(sizeof(UToIntegerField) == 0x0000C8, "Wrong size on UToIntegerField"); \ +static_assert(offsetof(UToIntegerField, FloatField) == 0x0000C0, "Member 'UToIntegerField::FloatField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ToFloatField_SetToFloatField \ +static_assert(alignof(ToFloatField_SetToFloatField) == 0x000008, "Wrong alignment on ToFloatField_SetToFloatField"); \ +static_assert(sizeof(ToFloatField_SetToFloatField) == 0x000010, "Wrong size on ToFloatField_SetToFloatField"); \ +static_assert(offsetof(ToFloatField_SetToFloatField, IntegerField) == 0x000000, "Member 'ToFloatField_SetToFloatField::IntegerField' has a wrong offset!"); \ +static_assert(offsetof(ToFloatField_SetToFloatField, ReturnValue) == 0x000008, "Member 'ToFloatField_SetToFloatField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UToFloatField \ +static_assert(alignof(UToFloatField) == 0x000008, "Wrong alignment on UToFloatField"); \ +static_assert(sizeof(UToFloatField) == 0x0000C8, "Wrong size on UToFloatField"); \ +static_assert(offsetof(UToFloatField, IntField) == 0x0000C0, "Member 'UToFloatField::IntField' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CullingField_SetCullingField \ +static_assert(alignof(CullingField_SetCullingField) == 0x000008, "Wrong alignment on CullingField_SetCullingField"); \ +static_assert(sizeof(CullingField_SetCullingField) == 0x000020, "Wrong size on CullingField_SetCullingField"); \ +static_assert(offsetof(CullingField_SetCullingField, Culling_0) == 0x000000, "Member 'CullingField_SetCullingField::Culling_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, Field_0) == 0x000008, "Member 'CullingField_SetCullingField::Field_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, Operation_0) == 0x000010, "Member 'CullingField_SetCullingField::Operation_0' has a wrong offset!"); \ +static_assert(offsetof(CullingField_SetCullingField, ReturnValue) == 0x000018, "Member 'CullingField_SetCullingField::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCullingField \ +static_assert(alignof(UCullingField) == 0x000008, "Wrong alignment on UCullingField"); \ +static_assert(sizeof(UCullingField) == 0x0000D8, "Wrong size on UCullingField"); \ +static_assert(offsetof(UCullingField, Culling) == 0x0000C0, "Member 'UCullingField::Culling' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Field) == 0x0000C8, "Member 'UCullingField::Field' has a wrong offset!"); \ +static_assert(offsetof(UCullingField, Operation) == 0x0000D0, "Member 'UCullingField::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ReturnResultsTerminal_SetReturnResultsTerminal \ +static_assert(alignof(ReturnResultsTerminal_SetReturnResultsTerminal) == 0x000008, "Wrong alignment on ReturnResultsTerminal_SetReturnResultsTerminal"); \ +static_assert(sizeof(ReturnResultsTerminal_SetReturnResultsTerminal) == 0x000008, "Wrong size on ReturnResultsTerminal_SetReturnResultsTerminal"); \ +static_assert(offsetof(ReturnResultsTerminal_SetReturnResultsTerminal, ReturnValue) == 0x000000, "Member 'ReturnResultsTerminal_SetReturnResultsTerminal::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UReturnResultsTerminal \ +static_assert(alignof(UReturnResultsTerminal) == 0x000008, "Wrong alignment on UReturnResultsTerminal"); \ +static_assert(sizeof(UReturnResultsTerminal) == 0x0000C0, "Wrong size on UReturnResultsTerminal"); \ + +#define DUMPER7_ASSERTS_FGeometryCollectionRepData \ +static_assert(alignof(FGeometryCollectionRepData) == 0x000008, "Wrong alignment on FGeometryCollectionRepData"); \ +static_assert(sizeof(FGeometryCollectionRepData) == 0x000018, "Wrong size on FGeometryCollectionRepData"); \ + +#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_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_FGeometryCollectionDebugDrawWarningMessage \ +static_assert(alignof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong alignment on FGeometryCollectionDebugDrawWarningMessage"); \ +static_assert(sizeof(FGeometryCollectionDebugDrawWarningMessage) == 0x000001, "Wrong size on FGeometryCollectionDebugDrawWarningMessage"); \ + +#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_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_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_FGeometryCollectionSource \ +static_assert(alignof(FGeometryCollectionSource) == 0x000010, "Wrong alignment on FGeometryCollectionSource"); \ +static_assert(sizeof(FGeometryCollectionSource) == 0x000090, "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!"); \ + +#define DUMPER7_ASSERTS_FGeomComponentCacheParameters \ +static_assert(alignof(FGeomComponentCacheParameters) == 0x000008, "Wrong alignment on FGeomComponentCacheParameters"); \ +static_assert(sizeof(FGeomComponentCacheParameters) == 0x000050, "Wrong size on FGeomComponentCacheParameters"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CacheMode) == 0x000000, "Member 'FGeomComponentCacheParameters::CacheMode' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TargetCache) == 0x000008, "Member 'FGeomComponentCacheParameters::TargetCache' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, ReverseCacheBeginTime) == 0x000010, "Member 'FGeomComponentCacheParameters::ReverseCacheBeginTime' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveCollisionData) == 0x000014, "Member 'FGeomComponentCacheParameters::SaveCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateCollisionData) == 0x000015, "Member 'FGeomComponentCacheParameters::DoGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSizeMax) == 0x000018, "Member 'FGeomComponentCacheParameters::CollisionDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoCollisionDataSpatialHash) == 0x00001C, "Member 'FGeomComponentCacheParameters::DoCollisionDataSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, CollisionDataSpatialHashRadius) == 0x000020, "Member 'FGeomComponentCacheParameters::CollisionDataSpatialHashRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, MaxCollisionPerCell) == 0x000024, "Member 'FGeomComponentCacheParameters::MaxCollisionPerCell' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveBreakingData) == 0x000028, "Member 'FGeomComponentCacheParameters::SaveBreakingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateBreakingData) == 0x000029, "Member 'FGeomComponentCacheParameters::DoGenerateBreakingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSizeMax) == 0x00002C, "Member 'FGeomComponentCacheParameters::BreakingDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoBreakingDataSpatialHash) == 0x000030, "Member 'FGeomComponentCacheParameters::DoBreakingDataSpatialHash' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, BreakingDataSpatialHashRadius) == 0x000034, "Member 'FGeomComponentCacheParameters::BreakingDataSpatialHashRadius' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, MaxBreakingPerCell) == 0x000038, "Member 'FGeomComponentCacheParameters::MaxBreakingPerCell' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, SaveTrailingData) == 0x00003C, "Member 'FGeomComponentCacheParameters::SaveTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, DoGenerateTrailingData) == 0x00003D, "Member 'FGeomComponentCacheParameters::DoGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingDataSizeMax) == 0x000040, "Member 'FGeomComponentCacheParameters::TrailingDataSizeMax' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinSpeedThreshold) == 0x000044, "Member 'FGeomComponentCacheParameters::TrailingMinSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(FGeomComponentCacheParameters, TrailingMinVolumeThreshold) == 0x000048, "Member 'FGeomComponentCacheParameters::TrailingMinVolumeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosCollisionEventRequestSettings \ +static_assert(alignof(FChaosCollisionEventRequestSettings) == 0x000004, "Wrong alignment on FChaosCollisionEventRequestSettings"); \ +static_assert(sizeof(FChaosCollisionEventRequestSettings) == 0x000018, "Wrong size on FChaosCollisionEventRequestSettings"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxNumberResults) == 0x000000, "Member 'FChaosCollisionEventRequestSettings::MaxNumberResults' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MinMass) == 0x000004, "Member 'FChaosCollisionEventRequestSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MinSpeed) == 0x000008, "Member 'FChaosCollisionEventRequestSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MinImpulse) == 0x00000C, "Member 'FChaosCollisionEventRequestSettings::MinImpulse' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, MaxDistance) == 0x000010, "Member 'FChaosCollisionEventRequestSettings::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosCollisionEventRequestSettings, SortMethod) == 0x000014, "Member 'FChaosCollisionEventRequestSettings::SortMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_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_FGeometryCollectionEmbeddedExemplar \ +static_assert(alignof(FGeometryCollectionEmbeddedExemplar) == 0x000008, "Wrong alignment on FGeometryCollectionEmbeddedExemplar"); \ +static_assert(sizeof(FGeometryCollectionEmbeddedExemplar) == 0x000028, "Wrong size on FGeometryCollectionEmbeddedExemplar"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StaticMeshExemplar) == 0x000000, "Member 'FGeometryCollectionEmbeddedExemplar::StaticMeshExemplar' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, StartCullDistance) == 0x000018, "Member 'FGeometryCollectionEmbeddedExemplar::StartCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, EndCullDistance) == 0x00001C, "Member 'FGeometryCollectionEmbeddedExemplar::EndCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FGeometryCollectionEmbeddedExemplar, InstanceCount) == 0x000020, "Member 'FGeometryCollectionEmbeddedExemplar::InstanceCount' 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_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_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) == 0x000570, "Wrong size on UChaosDestructionListener"); \ +static_assert(offsetof(UChaosDestructionListener, CollisionEventRequestSettings) == 0x0002C4, "Member 'UChaosDestructionListener::CollisionEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, BreakingEventRequestSettings) == 0x0002DC, "Member 'UChaosDestructionListener::BreakingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, TrailingEventRequestSettings) == 0x0002F4, "Member 'UChaosDestructionListener::TrailingEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, RemovalEventRequestSettings) == 0x00030C, "Member 'UChaosDestructionListener::RemovalEventRequestSettings' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, ChaosSolverActors) == 0x000320, "Member 'UChaosDestructionListener::ChaosSolverActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, GeometryCollectionActors) == 0x000370, "Member 'UChaosDestructionListener::GeometryCollectionActors' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnCollisionEvents) == 0x0003C0, "Member 'UChaosDestructionListener::OnCollisionEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnBreakingEvents) == 0x0003D0, "Member 'UChaosDestructionListener::OnBreakingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnTrailingEvents) == 0x0003E0, "Member 'UChaosDestructionListener::OnTrailingEvents' has a wrong offset!"); \ +static_assert(offsetof(UChaosDestructionListener, OnRemovalEvents) == 0x0003F0, "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) == 0x000120, "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) == 0x000118, "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) == 0x000298, "Wrong size on AGeometryCollectionActor"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionComponent) == 0x000288, "Member 'AGeometryCollectionActor::GeometryCollectionComponent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionActor, GeometryCollectionDebugDrawComponent) == 0x000290, "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_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_ApplyPhysicsField \ +static_assert(alignof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(sizeof(GeometryCollectionComponent_ApplyPhysicsField) == 0x000018, "Wrong size on GeometryCollectionComponent_ApplyPhysicsField"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Enabled) == 0x000000, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Enabled' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Target) == 0x000001, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Target' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, MetaData) == 0x000008, "Member 'GeometryCollectionComponent_ApplyPhysicsField::MetaData' has a wrong offset!"); \ +static_assert(offsetof(GeometryCollectionComponent_ApplyPhysicsField, Field) == 0x000010, "Member 'GeometryCollectionComponent_ApplyPhysicsField::Field' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_NetAbandonCluster \ +static_assert(alignof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong alignment on GeometryCollectionComponent_NetAbandonCluster"); \ +static_assert(sizeof(GeometryCollectionComponent_NetAbandonCluster) == 0x000004, "Wrong size on GeometryCollectionComponent_NetAbandonCluster"); \ +static_assert(offsetof(GeometryCollectionComponent_NetAbandonCluster, TransformIndex) == 0x000000, "Member 'GeometryCollectionComponent_NetAbandonCluster::TransformIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_OnRep_RepData \ +static_assert(alignof(GeometryCollectionComponent_OnRep_RepData) == 0x000008, "Wrong alignment on GeometryCollectionComponent_OnRep_RepData"); \ +static_assert(sizeof(GeometryCollectionComponent_OnRep_RepData) == 0x000018, "Wrong size on GeometryCollectionComponent_OnRep_RepData"); \ +static_assert(offsetof(GeometryCollectionComponent_OnRep_RepData, OldData) == 0x000000, "Member 'GeometryCollectionComponent_OnRep_RepData::OldData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GeometryCollectionComponent_ReceivePhysicsCollision \ +static_assert(alignof(GeometryCollectionComponent_ReceivePhysicsCollision) == 0x000008, "Wrong alignment on GeometryCollectionComponent_ReceivePhysicsCollision"); \ +static_assert(sizeof(GeometryCollectionComponent_ReceivePhysicsCollision) == 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_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_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_UGeometryCollectionComponent \ +static_assert(alignof(UGeometryCollectionComponent) == 0x000010, "Wrong alignment on UGeometryCollectionComponent"); \ +static_assert(sizeof(UGeometryCollectionComponent) == 0x000AD0, "Wrong size on UGeometryCollectionComponent"); \ +static_assert(offsetof(UGeometryCollectionComponent, ChaosSolverActor) == 0x000598, "Member 'UGeometryCollectionComponent::ChaosSolverActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestCollection) == 0x000688, "Member 'UGeometryCollectionComponent::RestCollection' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitializationFields) == 0x000690, "Member 'UGeometryCollectionComponent::InitializationFields' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, Simulating) == 0x0006A0, "Member 'UGeometryCollectionComponent::Simulating' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ObjectType) == 0x0006A8, "Member 'UGeometryCollectionComponent::ObjectType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bForceMotionBlur) == 0x0006A9, "Member 'UGeometryCollectionComponent::bForceMotionBlur' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EnableClustering) == 0x0006AA, "Member 'UGeometryCollectionComponent::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterGroupIndex) == 0x0006AC, "Member 'UGeometryCollectionComponent::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, MaxClusterLevel) == 0x0006B0, "Member 'UGeometryCollectionComponent::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DamageThreshold) == 0x0006B8, "Member 'UGeometryCollectionComponent::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bUseSizeSpecificDamageThreshold) == 0x0006C8, "Member 'UGeometryCollectionComponent::bUseSizeSpecificDamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ClusterConnectionType) == 0x0006C9, "Member 'UGeometryCollectionComponent::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionGroup) == 0x0006CC, "Member 'UGeometryCollectionComponent::CollisionGroup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CollisionSampleFraction) == 0x0006D0, "Member 'UGeometryCollectionComponent::CollisionSampleFraction' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, LinearEtherDrag) == 0x0006D4, "Member 'UGeometryCollectionComponent::LinearEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, AngularEtherDrag) == 0x0006D8, "Member 'UGeometryCollectionComponent::AngularEtherDrag' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterial) == 0x0006E0, "Member 'UGeometryCollectionComponent::PhysicalMaterial' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialVelocityType) == 0x0006E8, "Member 'UGeometryCollectionComponent::InitialVelocityType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialLinearVelocity) == 0x0006F0, "Member 'UGeometryCollectionComponent::InitialLinearVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, InitialAngularVelocity) == 0x000708, "Member 'UGeometryCollectionComponent::InitialAngularVelocity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, PhysicalMaterialOverride) == 0x000720, "Member 'UGeometryCollectionComponent::PhysicalMaterialOverride' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CacheParameters) == 0x000728, "Member 'UGeometryCollectionComponent::CacheParameters' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RestTransforms) == 0x000778, "Member 'UGeometryCollectionComponent::RestTransforms' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsStateChange) == 0x000788, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, NotifyGeometryCollectionPhysicsLoadingStateChange) == 0x000798, "Member 'UGeometryCollectionComponent::NotifyGeometryCollectionPhysicsLoadingStateChange' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosBreakEvent) == 0x0007C0, "Member 'UGeometryCollectionComponent::OnChaosBreakEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosRemovalEvent) == 0x0007D0, "Member 'UGeometryCollectionComponent::OnChaosRemovalEvent' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DesiredCacheTime) == 0x0007E0, "Member 'UGeometryCollectionComponent::DesiredCacheTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, CachePlayback) == 0x0007E4, "Member 'UGeometryCollectionComponent::CachePlayback' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, OnChaosPhysicsCollision) == 0x0007E8, "Member 'UGeometryCollectionComponent::OnChaosPhysicsCollision' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyBreaks) == 0x0007F8, "Member 'UGeometryCollectionComponent::bNotifyBreaks' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyCollisions) == 0x0007F9, "Member 'UGeometryCollectionComponent::bNotifyCollisions' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyTrailing) == 0x0007FA, "Member 'UGeometryCollectionComponent::bNotifyTrailing' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bNotifyRemovals) == 0x0007FB, "Member 'UGeometryCollectionComponent::bNotifyRemovals' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bStoreVelocities) == 0x0007FC, "Member 'UGeometryCollectionComponent::bStoreVelocities' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bShowBoneColors) == 0x0007FD, "Member 'UGeometryCollectionComponent::bShowBoneColors' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableReplication) == 0x0007FE, "Member 'UGeometryCollectionComponent::bEnableReplication' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, bEnableAbandonAfterLevel) == 0x0007FF, "Member 'UGeometryCollectionComponent::bEnableAbandonAfterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, ReplicationAbandonClusterLevel) == 0x000800, "Member 'UGeometryCollectionComponent::ReplicationAbandonClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, RepData) == 0x000808, "Member 'UGeometryCollectionComponent::RepData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, DummyBodySetup) == 0x000AA8, "Member 'UGeometryCollectionComponent::DummyBodySetup' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionComponent, EmbeddedGeometryComponents) == 0x000AB8, "Member 'UGeometryCollectionComponent::EmbeddedGeometryComponents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGeometryCollectionDebugDrawActor \ +static_assert(alignof(AGeometryCollectionDebugDrawActor) == 0x000008, "Wrong alignment on AGeometryCollectionDebugDrawActor"); \ +static_assert(sizeof(AGeometryCollectionDebugDrawActor) == 0x000348, "Wrong size on AGeometryCollectionDebugDrawActor"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, WarningMessage) == 0x000288, "Member 'AGeometryCollectionDebugDrawActor::WarningMessage' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SelectedRigidBody) == 0x000290, "Member 'AGeometryCollectionDebugDrawActor::SelectedRigidBody' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawWholeCollection) == 0x0002A8, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawWholeCollection' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawHierarchy) == 0x0002A9, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawHierarchy' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bDebugDrawClustering) == 0x0002AA, "Member 'AGeometryCollectionDebugDrawActor::bDebugDrawClustering' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, HideGeometry) == 0x0002AB, "Member 'AGeometryCollectionDebugDrawActor::HideGeometry' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyId) == 0x0002AC, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyId' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyCollision) == 0x0002AD, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyCollision' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bCollisionAtOrigin) == 0x0002AE, "Member 'AGeometryCollectionDebugDrawActor::bCollisionAtOrigin' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyTransform) == 0x0002AF, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInertia) == 0x0002B0, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInertia' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyVelocity) == 0x0002B1, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyVelocity' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyForce) == 0x0002B2, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyForce' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowRigidBodyInfos) == 0x0002B3, "Member 'AGeometryCollectionDebugDrawActor::bShowRigidBodyInfos' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransformIndex) == 0x0002B4, "Member 'AGeometryCollectionDebugDrawActor::bShowTransformIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowTransform) == 0x0002B5, "Member 'AGeometryCollectionDebugDrawActor::bShowTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowParent) == 0x0002B6, "Member 'AGeometryCollectionDebugDrawActor::bShowParent' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowLevel) == 0x0002B7, "Member 'AGeometryCollectionDebugDrawActor::bShowLevel' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowConnectivityEdges) == 0x0002B8, "Member 'AGeometryCollectionDebugDrawActor::bShowConnectivityEdges' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryIndex) == 0x0002B9, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowGeometryTransform) == 0x0002BA, "Member 'AGeometryCollectionDebugDrawActor::bShowGeometryTransform' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowBoundingBox) == 0x0002BB, "Member 'AGeometryCollectionDebugDrawActor::bShowBoundingBox' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaces) == 0x0002BC, "Member 'AGeometryCollectionDebugDrawActor::bShowFaces' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceIndices) == 0x0002BD, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowFaceNormals) == 0x0002BE, "Member 'AGeometryCollectionDebugDrawActor::bShowFaceNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowSingleFace) == 0x0002BF, "Member 'AGeometryCollectionDebugDrawActor::bShowSingleFace' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceIndex) == 0x0002C0, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceIndex' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertices) == 0x0002C4, "Member 'AGeometryCollectionDebugDrawActor::bShowVertices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexIndices) == 0x0002C5, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexIndices' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bShowVertexNormals) == 0x0002C6, "Member 'AGeometryCollectionDebugDrawActor::bShowVertexNormals' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bUseActiveVisualization) == 0x0002C7, "Member 'AGeometryCollectionDebugDrawActor::bUseActiveVisualization' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, PointThickness) == 0x0002C8, "Member 'AGeometryCollectionDebugDrawActor::PointThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LineThickness) == 0x0002CC, "Member 'AGeometryCollectionDebugDrawActor::LineThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, bTextShadow) == 0x0002D0, "Member 'AGeometryCollectionDebugDrawActor::bTextShadow' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TextScale) == 0x0002D4, "Member 'AGeometryCollectionDebugDrawActor::TextScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, NormalScale) == 0x0002D8, "Member 'AGeometryCollectionDebugDrawActor::NormalScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, AxisScale) == 0x0002DC, "Member 'AGeometryCollectionDebugDrawActor::AxisScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ArrowScale) == 0x0002E0, "Member 'AGeometryCollectionDebugDrawActor::ArrowScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyIdColor) == 0x0002E4, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyIdColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyTransformScale) == 0x0002E8, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyCollisionColor) == 0x0002EC, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyCollisionColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInertiaColor) == 0x0002F0, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInertiaColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyVelocityColor) == 0x0002F4, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyVelocityColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyForceColor) == 0x0002F8, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyForceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, RigidBodyInfoColor) == 0x0002FC, "Member 'AGeometryCollectionDebugDrawActor::RigidBodyInfoColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformIndexColor) == 0x000300, "Member 'AGeometryCollectionDebugDrawActor::TransformIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, TransformScale) == 0x000304, "Member 'AGeometryCollectionDebugDrawActor::TransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, LevelColor) == 0x000308, "Member 'AGeometryCollectionDebugDrawActor::LevelColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ParentColor) == 0x00030C, "Member 'AGeometryCollectionDebugDrawActor::ParentColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, ConnectivityEdgeThickness) == 0x000310, "Member 'AGeometryCollectionDebugDrawActor::ConnectivityEdgeThickness' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryIndexColor) == 0x000314, "Member 'AGeometryCollectionDebugDrawActor::GeometryIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, GeometryTransformScale) == 0x000318, "Member 'AGeometryCollectionDebugDrawActor::GeometryTransformScale' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, BoundingBoxColor) == 0x00031C, "Member 'AGeometryCollectionDebugDrawActor::BoundingBoxColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceColor) == 0x000320, "Member 'AGeometryCollectionDebugDrawActor::FaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceIndexColor) == 0x000324, "Member 'AGeometryCollectionDebugDrawActor::FaceIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, FaceNormalColor) == 0x000328, "Member 'AGeometryCollectionDebugDrawActor::FaceNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SingleFaceColor) == 0x00032C, "Member 'AGeometryCollectionDebugDrawActor::SingleFaceColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexColor) == 0x000330, "Member 'AGeometryCollectionDebugDrawActor::VertexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexIndexColor) == 0x000334, "Member 'AGeometryCollectionDebugDrawActor::VertexIndexColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, VertexNormalColor) == 0x000338, "Member 'AGeometryCollectionDebugDrawActor::VertexNormalColor' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionDebugDrawActor, SpriteComponent) == 0x000340, "Member 'AGeometryCollectionDebugDrawActor::SpriteComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollectionDebugDrawComponent \ +static_assert(alignof(UGeometryCollectionDebugDrawComponent) == 0x000008, "Wrong alignment on UGeometryCollectionDebugDrawComponent"); \ +static_assert(sizeof(UGeometryCollectionDebugDrawComponent) == 0x0000D8, "Wrong size on UGeometryCollectionDebugDrawComponent"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionDebugDrawActor) == 0x0000C0, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionDebugDrawActor' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollectionDebugDrawComponent, GeometryCollectionRenderLevelSetActor) == 0x0000C8, "Member 'UGeometryCollectionDebugDrawComponent::GeometryCollectionRenderLevelSetActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGeometryCollection \ +static_assert(alignof(UGeometryCollection) == 0x000008, "Wrong alignment on UGeometryCollection"); \ +static_assert(sizeof(UGeometryCollection) == 0x000108, "Wrong size on UGeometryCollection"); \ +static_assert(offsetof(UGeometryCollection, EnableClustering) == 0x000030, "Member 'UGeometryCollection::EnableClustering' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterGroupIndex) == 0x000034, "Member 'UGeometryCollection::ClusterGroupIndex' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaxClusterLevel) == 0x000038, "Member 'UGeometryCollection::MaxClusterLevel' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, DamageThreshold) == 0x000040, "Member 'UGeometryCollection::DamageThreshold' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, ClusterConnectionType) == 0x000050, "Member 'UGeometryCollection::ClusterConnectionType' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Materials) == 0x000058, "Member 'UGeometryCollection::Materials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EmbeddedGeometryExemplar) == 0x000068, "Member 'UGeometryCollection::EmbeddedGeometryExemplar' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bUseFullPrecisionUVs) == 0x000078, "Member 'UGeometryCollection::bUseFullPrecisionUVs' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bStripOnCook) == 0x000079, "Member 'UGeometryCollection::bStripOnCook' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableNanite) == 0x00007A, "Member 'UGeometryCollection::EnableNanite' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bMassAsDensity) == 0x00007B, "Member 'UGeometryCollection::bMassAsDensity' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, Mass) == 0x00007C, "Member 'UGeometryCollection::Mass' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MinimumMassClamp) == 0x000080, "Member 'UGeometryCollection::MinimumMassClamp' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, bRemoveOnMaxSleep) == 0x000084, "Member 'UGeometryCollection::bRemoveOnMaxSleep' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, MaximumSleepTime) == 0x000088, "Member 'UGeometryCollection::MaximumSleepTime' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemovalDuration) == 0x000098, "Member 'UGeometryCollection::RemovalDuration' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, SizeSpecificData) == 0x0000A8, "Member 'UGeometryCollection::SizeSpecificData' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, EnableRemovePiecesOnFracture) == 0x0000B8, "Member 'UGeometryCollection::EnableRemovePiecesOnFracture' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, RemoveOnFractureMaterials) == 0x0000C0, "Member 'UGeometryCollection::RemoveOnFractureMaterials' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, PersistentGuid) == 0x0000D0, "Member 'UGeometryCollection::PersistentGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, StateGuid) == 0x0000E0, "Member 'UGeometryCollection::StateGuid' has a wrong offset!"); \ +static_assert(offsetof(UGeometryCollection, BoneSelectedMaterialIndex) == 0x0000F0, "Member 'UGeometryCollection::BoneSelectedMaterialIndex' 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) == 0x000288, "Member 'AGeometryCollectionRenderLevelSetActor::TargetVolumeTexture' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RayMarchMaterial) == 0x000290, "Member 'AGeometryCollectionRenderLevelSetActor::RayMarchMaterial' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, SurfaceTolerance) == 0x000298, "Member 'AGeometryCollectionRenderLevelSetActor::SurfaceTolerance' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Isovalue) == 0x00029C, "Member 'AGeometryCollectionRenderLevelSetActor::Isovalue' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, Enabled) == 0x0002A0, "Member 'AGeometryCollectionRenderLevelSetActor::Enabled' has a wrong offset!"); \ +static_assert(offsetof(AGeometryCollectionRenderLevelSetActor, RenderVolumeBoundingBox) == 0x0002A1, "Member 'AGeometryCollectionRenderLevelSetActor::RenderVolumeBoundingBox' 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_FRigVMTernaryOp \ +static_assert(alignof(FRigVMTernaryOp) == 0x000002, "Wrong alignment on FRigVMTernaryOp"); \ +static_assert(sizeof(FRigVMTernaryOp) == 0x000014, "Wrong size on FRigVMTernaryOp"); \ + +#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_FRigVMExecuteContext \ +static_assert(alignof(FRigVMExecuteContext) == 0x000010, "Wrong alignment on FRigVMExecuteContext"); \ +static_assert(sizeof(FRigVMExecuteContext) == 0x0000C0, "Wrong size on FRigVMExecuteContext"); \ + +#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_FRigVMUnaryOp \ +static_assert(alignof(FRigVMUnaryOp) == 0x000002, "Wrong alignment on FRigVMUnaryOp"); \ +static_assert(sizeof(FRigVMUnaryOp) == 0x000008, "Wrong size on FRigVMUnaryOp"); \ + +#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_FRigVMExecuteOp \ +static_assert(alignof(FRigVMExecuteOp) == 0x000002, "Wrong alignment on FRigVMExecuteOp"); \ +static_assert(sizeof(FRigVMExecuteOp) == 0x000004, "Wrong size on FRigVMExecuteOp"); \ + +#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_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_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_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_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_FRigVMInstruction \ +static_assert(alignof(FRigVMInstruction) == 0x000008, "Wrong alignment on FRigVMInstruction"); \ +static_assert(sizeof(FRigVMInstruction) == 0x000010, "Wrong size on FRigVMInstruction"); \ +static_assert(offsetof(FRigVMInstruction, ByteCodeIndex) == 0x000000, "Member 'FRigVMInstruction::ByteCodeIndex' has a wrong offset!"); \ +static_assert(offsetof(FRigVMInstruction, OpCode) == 0x000008, "Member 'FRigVMInstruction::OpCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMInstruction, OperandAlignment) == 0x000009, "Member 'FRigVMInstruction::OperandAlignment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMInstructionArray \ +static_assert(alignof(FRigVMInstructionArray) == 0x000008, "Wrong alignment on FRigVMInstructionArray"); \ +static_assert(sizeof(FRigVMInstructionArray) == 0x000010, "Wrong size on FRigVMInstructionArray"); \ +static_assert(offsetof(FRigVMInstructionArray, Instructions) == 0x000000, "Member 'FRigVMInstructionArray::Instructions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_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_FRigVMByteCode \ +static_assert(alignof(FRigVMByteCode) == 0x000008, "Wrong alignment on FRigVMByteCode"); \ +static_assert(sizeof(FRigVMByteCode) == 0x000030, "Wrong size on FRigVMByteCode"); \ +static_assert(offsetof(FRigVMByteCode, ByteCode) == 0x000000, "Member 'FRigVMByteCode::ByteCode' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, NumInstructions) == 0x000010, "Member 'FRigVMByteCode::NumInstructions' has a wrong offset!"); \ +static_assert(offsetof(FRigVMByteCode, Entries) == 0x000018, "Member 'FRigVMByteCode::Entries' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRigVMBreakpoint \ +static_assert(alignof(FRigVMBreakpoint) == 0x000008, "Wrong alignment on FRigVMBreakpoint"); \ +static_assert(sizeof(FRigVMBreakpoint) == 0x000018, "Wrong size on FRigVMBreakpoint"); \ + +#define DUMPER7_ASSERTS_FRigVMDebugInfo \ +static_assert(alignof(FRigVMDebugInfo) == 0x000008, "Wrong alignment on FRigVMDebugInfo"); \ +static_assert(sizeof(FRigVMDebugInfo) == 0x0000E0, "Wrong size on FRigVMDebugInfo"); \ + +#define DUMPER7_ASSERTS_FRigVMSlice \ +static_assert(alignof(FRigVMSlice) == 0x000004, "Wrong alignment on FRigVMSlice"); \ +static_assert(sizeof(FRigVMSlice) == 0x00000C, "Wrong size on FRigVMSlice"); \ + +#define DUMPER7_ASSERTS_FRigVMRuntimeSettings \ +static_assert(alignof(FRigVMRuntimeSettings) == 0x000010, "Wrong alignment on FRigVMRuntimeSettings"); \ +static_assert(sizeof(FRigVMRuntimeSettings) == 0x000050, "Wrong size on FRigVMRuntimeSettings"); \ +static_assert(offsetof(FRigVMRuntimeSettings, MaximumArraySize) == 0x000000, "Member 'FRigVMRuntimeSettings::MaximumArraySize' 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_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_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_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_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) == 0x000004, "Wrong alignment on RigVM_Execute"); \ +static_assert(sizeof(RigVM_Execute) == 0x00000C, "Wrong size on RigVM_Execute"); \ +static_assert(offsetof(RigVM_Execute, InEntryName) == 0x000000, "Member 'RigVM_Execute::InEntryName' has a wrong offset!"); \ +static_assert(offsetof(RigVM_Execute, ReturnValue) == 0x000008, "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) == 0x000010, "Wrong alignment on URigVM"); \ +static_assert(sizeof(URigVM) == 0x0002C0, "Wrong size on URigVM"); \ +static_assert(offsetof(URigVM, WorkMemoryStorageObject) == 0x000028, "Member 'URigVM::WorkMemoryStorageObject' has a wrong offset!"); \ +static_assert(offsetof(URigVM, LiteralMemoryStorageObject) == 0x000030, "Member 'URigVM::LiteralMemoryStorageObject' has a wrong offset!"); \ +static_assert(offsetof(URigVM, DebugMemoryStorageObject) == 0x000038, "Member 'URigVM::DebugMemoryStorageObject' has a wrong offset!"); \ +static_assert(offsetof(URigVM, ByteCodeStorage) == 0x000060, "Member 'URigVM::ByteCodeStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Instructions) == 0x000098, "Member 'URigVM::Instructions' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Context) == 0x0000B0, "Member 'URigVM::Context' has a wrong offset!"); \ +static_assert(offsetof(URigVM, NumExecutions) == 0x000170, "Member 'URigVM::NumExecutions' has a wrong offset!"); \ +static_assert(offsetof(URigVM, FunctionNamesStorage) == 0x000178, "Member 'URigVM::FunctionNamesStorage' has a wrong offset!"); \ +static_assert(offsetof(URigVM, Parameters) == 0x0001A8, "Member 'URigVM::Parameters' has a wrong offset!"); \ +static_assert(offsetof(URigVM, ParametersNameMap) == 0x0001B8, "Member 'URigVM::ParametersNameMap' has a wrong offset!"); \ +static_assert(offsetof(URigVM, DeferredVMToCopy) == 0x0002A0, "Member 'URigVM::DeferredVMToCopy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_URigVMMemoryStorageGeneratorClass \ +static_assert(alignof(URigVMMemoryStorageGeneratorClass) == 0x000008, "Wrong alignment on URigVMMemoryStorageGeneratorClass"); \ +static_assert(sizeof(URigVMMemoryStorageGeneratorClass) == 0x000268, "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_GSDataShareAPI_BPCheckDataValid \ +static_assert(alignof(GSDataShareAPI_BPCheckDataValid) == 0x000004, "Wrong alignment on GSDataShareAPI_BPCheckDataValid"); \ +static_assert(sizeof(GSDataShareAPI_BPCheckDataValid) == 0x000004, "Wrong size on GSDataShareAPI_BPCheckDataValid"); \ +static_assert(offsetof(GSDataShareAPI_BPCheckDataValid, ReturnValue) == 0x000000, "Member 'GSDataShareAPI_BPCheckDataValid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDataShareAPI_BPInitLoadData \ +static_assert(alignof(GSDataShareAPI_BPInitLoadData) == 0x000004, "Wrong alignment on GSDataShareAPI_BPInitLoadData"); \ +static_assert(sizeof(GSDataShareAPI_BPInitLoadData) == 0x000004, "Wrong size on GSDataShareAPI_BPInitLoadData"); \ +static_assert(offsetof(GSDataShareAPI_BPInitLoadData, ReturnValue) == 0x000000, "Member 'GSDataShareAPI_BPInitLoadData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDataShareAPI_BPReloadData \ +static_assert(alignof(GSDataShareAPI_BPReloadData) == 0x000004, "Wrong alignment on GSDataShareAPI_BPReloadData"); \ +static_assert(sizeof(GSDataShareAPI_BPReloadData) == 0x000004, "Wrong size on GSDataShareAPI_BPReloadData"); \ +static_assert(offsetof(GSDataShareAPI_BPReloadData, ReturnValue) == 0x000000, "Member 'GSDataShareAPI_BPReloadData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSDataShareAPI \ +static_assert(alignof(UGSDataShareAPI) == 0x000008, "Wrong alignment on UGSDataShareAPI"); \ +static_assert(sizeof(UGSDataShareAPI) == 0x000028, "Wrong size on UGSDataShareAPI"); \ + +#define DUMPER7_ASSERTS_GSDataShareAPIHelper_IsAssetExist \ +static_assert(alignof(GSDataShareAPIHelper_IsAssetExist) == 0x000008, "Wrong alignment on GSDataShareAPIHelper_IsAssetExist"); \ +static_assert(sizeof(GSDataShareAPIHelper_IsAssetExist) == 0x000018, "Wrong size on GSDataShareAPIHelper_IsAssetExist"); \ +static_assert(offsetof(GSDataShareAPIHelper_IsAssetExist, AssetPath) == 0x000000, "Member 'GSDataShareAPIHelper_IsAssetExist::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(GSDataShareAPIHelper_IsAssetExist, ReturnValue) == 0x000010, "Member 'GSDataShareAPIHelper_IsAssetExist::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSDataShareAPIHelper \ +static_assert(alignof(UGSDataShareAPIHelper) == 0x000008, "Wrong alignment on UGSDataShareAPIHelper"); \ +static_assert(sizeof(UGSDataShareAPIHelper) == 0x000028, "Wrong size on UGSDataShareAPIHelper"); \ + +#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_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) == 0x000350, "Wrong size on FRigUnit_FullbodyIK"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Root) == 0x0000D0, "Member 'FRigUnit_FullbodyIK::Root' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Effectors) == 0x0000E0, "Member 'FRigUnit_FullbodyIK::Effectors' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, Constraints) == 0x0000F0, "Member 'FRigUnit_FullbodyIK::Constraints' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, SolverProperty) == 0x000100, "Member 'FRigUnit_FullbodyIK::SolverProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, MotionProperty) == 0x000124, "Member 'FRigUnit_FullbodyIK::MotionProperty' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, bPropagateToChildren) == 0x000126, "Member 'FRigUnit_FullbodyIK::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, DebugOption) == 0x000130, "Member 'FRigUnit_FullbodyIK::DebugOption' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FullbodyIK, WorkData) == 0x0001B0, "Member 'FRigUnit_FullbodyIK::WorkData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FControlRigSplineImpl \ +static_assert(alignof(FControlRigSplineImpl) == 0x000008, "Wrong alignment on FControlRigSplineImpl"); \ +static_assert(sizeof(FControlRigSplineImpl) == 0x000060, "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, 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_SetSplinePoints \ +static_assert(alignof(FRigUnit_SetSplinePoints) == 0x000010, "Wrong alignment on FRigUnit_SetSplinePoints"); \ +static_assert(sizeof(FRigUnit_SetSplinePoints) == 0x000100, "Wrong size on FRigUnit_SetSplinePoints"); \ +static_assert(offsetof(FRigUnit_SetSplinePoints, Points) == 0x0000D0, "Member 'FRigUnit_SetSplinePoints::Points' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_SetSplinePoints, Spline) == 0x0000E0, "Member 'FRigUnit_SetSplinePoints::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_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) == 0x000100, "Wrong size on FRigUnit_DrawControlRigSpline"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Spline) == 0x0000D0, "Member 'FRigUnit_DrawControlRigSpline::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Color) == 0x0000E8, "Member 'FRigUnit_DrawControlRigSpline::Color' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Thickness) == 0x0000F8, "Member 'FRigUnit_DrawControlRigSpline::Thickness' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_DrawControlRigSpline, Detail) == 0x0000FC, "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_FitChainToSplineCurve \ +static_assert(alignof(FRigUnit_FitChainToSplineCurve) == 0x000010, "Wrong alignment on FRigUnit_FitChainToSplineCurve"); \ +static_assert(sizeof(FRigUnit_FitChainToSplineCurve) == 0x0002A0, "Wrong size on FRigUnit_FitChainToSplineCurve"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Items) == 0x0000D0, "Member 'FRigUnit_FitChainToSplineCurve::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Spline) == 0x0000E0, "Member 'FRigUnit_FitChainToSplineCurve::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Alignment) == 0x0000F8, "Member 'FRigUnit_FitChainToSplineCurve::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Minimum) == 0x0000FC, "Member 'FRigUnit_FitChainToSplineCurve::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Maximum) == 0x000100, "Member 'FRigUnit_FitChainToSplineCurve::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, SamplingPrecision) == 0x000104, "Member 'FRigUnit_FitChainToSplineCurve::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, PrimaryAxis) == 0x000108, "Member 'FRigUnit_FitChainToSplineCurve::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, SecondaryAxis) == 0x000120, "Member 'FRigUnit_FitChainToSplineCurve::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, PoleVectorPosition) == 0x000138, "Member 'FRigUnit_FitChainToSplineCurve::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Rotations) == 0x000150, "Member 'FRigUnit_FitChainToSplineCurve::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, RotationEaseType) == 0x000160, "Member 'FRigUnit_FitChainToSplineCurve::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, Weight) == 0x000164, "Member 'FRigUnit_FitChainToSplineCurve::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, bPropagateToChildren) == 0x000168, "Member 'FRigUnit_FitChainToSplineCurve::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, DebugSettings) == 0x000170, "Member 'FRigUnit_FitChainToSplineCurve::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurve, WorkData) == 0x000200, "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) == 0x0002A0, "Wrong size on FRigUnit_FitChainToSplineCurveItemArray"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Items) == 0x0000D0, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Spline) == 0x0000E0, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Spline' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Alignment) == 0x0000F8, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Minimum) == 0x0000FC, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Minimum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Maximum) == 0x000100, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Maximum' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, SamplingPrecision) == 0x000104, "Member 'FRigUnit_FitChainToSplineCurveItemArray::SamplingPrecision' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, PrimaryAxis) == 0x000108, "Member 'FRigUnit_FitChainToSplineCurveItemArray::PrimaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, SecondaryAxis) == 0x000120, "Member 'FRigUnit_FitChainToSplineCurveItemArray::SecondaryAxis' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, PoleVectorPosition) == 0x000138, "Member 'FRigUnit_FitChainToSplineCurveItemArray::PoleVectorPosition' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Rotations) == 0x000150, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Rotations' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, RotationEaseType) == 0x000160, "Member 'FRigUnit_FitChainToSplineCurveItemArray::RotationEaseType' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, Weight) == 0x000164, "Member 'FRigUnit_FitChainToSplineCurveItemArray::Weight' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, bPropagateToChildren) == 0x000168, "Member 'FRigUnit_FitChainToSplineCurveItemArray::bPropagateToChildren' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, DebugSettings) == 0x000170, "Member 'FRigUnit_FitChainToSplineCurveItemArray::DebugSettings' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitChainToSplineCurveItemArray, WorkData) == 0x000200, "Member 'FRigUnit_FitChainToSplineCurveItemArray::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) == 0x000100, "Wrong size on FRigUnit_FitSplineCurveToChain"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChain, Items) == 0x0000D0, "Member 'FRigUnit_FitSplineCurveToChain::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChain, Spline) == 0x0000E0, "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) == 0x000100, "Wrong size on FRigUnit_FitSplineCurveToChainItemArray"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChainItemArray, Items) == 0x0000D0, "Member 'FRigUnit_FitSplineCurveToChainItemArray::Items' has a wrong offset!"); \ +static_assert(offsetof(FRigUnit_FitSplineCurveToChainItemArray, Spline) == 0x0000E0, "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_FSolverCollisionFilterSettings \ +static_assert(alignof(FSolverCollisionFilterSettings) == 0x000004, "Wrong alignment on FSolverCollisionFilterSettings"); \ +static_assert(sizeof(FSolverCollisionFilterSettings) == 0x000010, "Wrong size on FSolverCollisionFilterSettings"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverCollisionFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinMass) == 0x000004, "Member 'FSolverCollisionFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverCollisionFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverCollisionFilterSettings, MinImpulse) == 0x00000C, "Member 'FSolverCollisionFilterSettings::MinImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverBreakingFilterSettings \ +static_assert(alignof(FSolverBreakingFilterSettings) == 0x000004, "Wrong alignment on FSolverBreakingFilterSettings"); \ +static_assert(sizeof(FSolverBreakingFilterSettings) == 0x000010, "Wrong size on FSolverBreakingFilterSettings"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverBreakingFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinMass) == 0x000004, "Member 'FSolverBreakingFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverBreakingFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverBreakingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverBreakingFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSolverTrailingFilterSettings \ +static_assert(alignof(FSolverTrailingFilterSettings) == 0x000004, "Wrong alignment on FSolverTrailingFilterSettings"); \ +static_assert(sizeof(FSolverTrailingFilterSettings) == 0x000010, "Wrong size on FSolverTrailingFilterSettings"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, FilterEnabled) == 0x000000, "Member 'FSolverTrailingFilterSettings::FilterEnabled' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinMass) == 0x000004, "Member 'FSolverTrailingFilterSettings::MinMass' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinSpeed) == 0x000008, "Member 'FSolverTrailingFilterSettings::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSolverTrailingFilterSettings, MinVolume) == 0x00000C, "Member 'FSolverTrailingFilterSettings::MinVolume' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChaosSolverConfiguration \ +static_assert(alignof(FChaosSolverConfiguration) == 0x000004, "Wrong alignment on FChaosSolverConfiguration"); \ +static_assert(sizeof(FChaosSolverConfiguration) == 0x00006C, "Wrong size on FChaosSolverConfiguration"); \ +static_assert(offsetof(FChaosSolverConfiguration, Iterations) == 0x000000, "Member 'FChaosSolverConfiguration::Iterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionPairIterations) == 0x000004, "Member 'FChaosSolverConfiguration::CollisionPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, PushOutIterations) == 0x000008, "Member 'FChaosSolverConfiguration::PushOutIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionPushOutPairIterations) == 0x00000C, "Member 'FChaosSolverConfiguration::CollisionPushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginFraction) == 0x000010, "Member 'FChaosSolverConfiguration::CollisionMarginFraction' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMarginMax) == 0x000014, "Member 'FChaosSolverConfiguration::CollisionMarginMax' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionCullDistance) == 0x000018, "Member 'FChaosSolverConfiguration::CollisionCullDistance' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionMaxPushOutVelocity) == 0x00001C, "Member 'FChaosSolverConfiguration::CollisionMaxPushOutVelocity' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, JointPairIterations) == 0x000020, "Member 'FChaosSolverConfiguration::JointPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, JointPushOutPairIterations) == 0x000024, "Member 'FChaosSolverConfiguration::JointPushOutPairIterations' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterConnectionFactor) == 0x000028, "Member 'FChaosSolverConfiguration::ClusterConnectionFactor' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, ClusterUnionConnectionType) == 0x00002C, "Member 'FChaosSolverConfiguration::ClusterUnionConnectionType' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateCollisionData) == 0x00002D, "Member 'FChaosSolverConfiguration::bGenerateCollisionData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, CollisionFilterSettings) == 0x000030, "Member 'FChaosSolverConfiguration::CollisionFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateBreakData) == 0x000040, "Member 'FChaosSolverConfiguration::bGenerateBreakData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, BreakingFilterSettings) == 0x000044, "Member 'FChaosSolverConfiguration::BreakingFilterSettings' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, bGenerateTrailingData) == 0x000054, "Member 'FChaosSolverConfiguration::bGenerateTrailingData' has a wrong offset!"); \ +static_assert(offsetof(FChaosSolverConfiguration, TrailingFilterSettings) == 0x000058, "Member 'FChaosSolverConfiguration::TrailingFilterSettings' 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_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_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_FMediaPlayerTrackOptions \ +static_assert(alignof(FMediaPlayerTrackOptions) == 0x000004, "Wrong alignment on FMediaPlayerTrackOptions"); \ +static_assert(sizeof(FMediaPlayerTrackOptions) == 0x00001C, "Wrong size on FMediaPlayerTrackOptions"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Audio) == 0x000000, "Member 'FMediaPlayerTrackOptions::Audio' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Caption) == 0x000004, "Member 'FMediaPlayerTrackOptions::Caption' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, MetaData) == 0x000008, "Member 'FMediaPlayerTrackOptions::MetaData' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Script) == 0x00000C, "Member 'FMediaPlayerTrackOptions::Script' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Subtitle) == 0x000010, "Member 'FMediaPlayerTrackOptions::Subtitle' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Text) == 0x000014, "Member 'FMediaPlayerTrackOptions::Text' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerTrackOptions, Video) == 0x000018, "Member 'FMediaPlayerTrackOptions::Video' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMediaPlayerOptions \ +static_assert(alignof(FMediaPlayerOptions) == 0x000008, "Wrong alignment on FMediaPlayerOptions"); \ +static_assert(sizeof(FMediaPlayerOptions) == 0x000030, "Wrong size on FMediaPlayerOptions"); \ +static_assert(offsetof(FMediaPlayerOptions, Tracks) == 0x000000, "Member 'FMediaPlayerOptions::Tracks' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, SeekTime) == 0x000020, "Member 'FMediaPlayerOptions::SeekTime' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, PlayOnOpen) == 0x000028, "Member 'FMediaPlayerOptions::PlayOnOpen' has a wrong offset!"); \ +static_assert(offsetof(FMediaPlayerOptions, Loop) == 0x000029, "Member 'FMediaPlayerOptions::Loop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_LoadingV2_C \ +static_assert(alignof(UBUI_LoadingV2_C) == 0x000008, "Wrong alignment on UBUI_LoadingV2_C"); \ +static_assert(sizeof(UBUI_LoadingV2_C) == 0x000410, "Wrong size on UBUI_LoadingV2_C"); \ +static_assert(offsetof(UBUI_LoadingV2_C, _PreviewAnimHide) == 0x000298, "Member 'UBUI_LoadingV2_C::_PreviewAnimHide' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, _PreviewAnimShow) == 0x0002A0, "Member 'UBUI_LoadingV2_C::_PreviewAnimShow' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BGDown) == 0x0002A8, "Member 'UBUI_LoadingV2_C::BGDown' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BGLeft) == 0x0002B0, "Member 'UBUI_LoadingV2_C::BGLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BGRight) == 0x0002B8, "Member 'UBUI_LoadingV2_C::BGRight' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BGTop) == 0x0002C0, "Member 'UBUI_LoadingV2_C::BGTop' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Enemy_0) == 0x0002C8, "Member 'UBUI_LoadingV2_C::BI_Enemy_0' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Enemy_1) == 0x0002D0, "Member 'UBUI_LoadingV2_C::BI_Enemy_1' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Enemy_2) == 0x0002D8, "Member 'UBUI_LoadingV2_C::BI_Enemy_2' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Enemy_3) == 0x0002E0, "Member 'UBUI_LoadingV2_C::BI_Enemy_3' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Enemy_4) == 0x0002E8, "Member 'UBUI_LoadingV2_C::BI_Enemy_4' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Enemy_5) == 0x0002F0, "Member 'UBUI_LoadingV2_C::BI_Enemy_5' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Loading_Item_Name_1) == 0x0002F8, "Member 'UBUI_LoadingV2_C::BI_Loading_Item_Name_1' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, BI_Loading_Item_Name_2) == 0x000300, "Member 'UBUI_LoadingV2_C::BI_Loading_Item_Name_2' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ContinueTipsBtnKB) == 0x000308, "Member 'UBUI_LoadingV2_C::ContinueTipsBtnKB' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ContinueTipsBtnPS) == 0x000310, "Member 'UBUI_LoadingV2_C::ContinueTipsBtnPS' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ContinueTipsBtnXSX) == 0x000318, "Member 'UBUI_LoadingV2_C::ContinueTipsBtnXSX' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgChapter) == 0x000320, "Member 'UBUI_LoadingV2_C::ImgChapter' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgCoreDebuffBg) == 0x000328, "Member 'UBUI_LoadingV2_C::ImgCoreDebuffBg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgCoreIterations) == 0x000330, "Member 'UBUI_LoadingV2_C::ImgCoreIterations' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgCoreRechallenge) == 0x000338, "Member 'UBUI_LoadingV2_C::ImgCoreRechallenge' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgCoreSubTitle) == 0x000340, "Member 'UBUI_LoadingV2_C::ImgCoreSubTitle' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgDebuffState) == 0x000348, "Member 'UBUI_LoadingV2_C::ImgDebuffState' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTipsBtn_1) == 0x000350, "Member 'UBUI_LoadingV2_C::ImgTipsBtn_1' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTipsBtn_2) == 0x000358, "Member 'UBUI_LoadingV2_C::ImgTipsBtn_2' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTipsBtn_3) == 0x000360, "Member 'UBUI_LoadingV2_C::ImgTipsBtn_3' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTipsBtn_4) == 0x000368, "Member 'UBUI_LoadingV2_C::ImgTipsBtn_4' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTipsBtn_5) == 0x000370, "Member 'UBUI_LoadingV2_C::ImgTipsBtn_5' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTipsBtn_6) == 0x000378, "Member 'UBUI_LoadingV2_C::ImgTipsBtn_6' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTipsTextBg) == 0x000380, "Member 'UBUI_LoadingV2_C::ImgTipsTextBg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTitleIterations) == 0x000388, "Member 'UBUI_LoadingV2_C::ImgTitleIterations' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTitleRechallenge) == 0x000390, "Member 'UBUI_LoadingV2_C::ImgTitleRechallenge' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTitleTxtIterations) == 0x000398, "Member 'UBUI_LoadingV2_C::ImgTitleTxtIterations' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ImgTitleTxtRechallenge) == 0x0003A0, "Member 'UBUI_LoadingV2_C::ImgTitleTxtRechallenge' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, IterationsImage) == 0x0003A8, "Member 'UBUI_LoadingV2_C::IterationsImage' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, IterationsMask) == 0x0003B0, "Member 'UBUI_LoadingV2_C::IterationsMask' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, MainBgImg) == 0x0003B8, "Member 'UBUI_LoadingV2_C::MainBgImg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, MarkerBonus) == 0x0003C0, "Member 'UBUI_LoadingV2_C::MarkerBonus' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, MaskLoadingtips) == 0x0003C8, "Member 'UBUI_LoadingV2_C::MaskLoadingtips' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, ProgressImg) == 0x0003D0, "Member 'UBUI_LoadingV2_C::ProgressImg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, RechallengeImage) == 0x0003D8, "Member 'UBUI_LoadingV2_C::RechallengeImage' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, RechallengeMask) == 0x0003E0, "Member 'UBUI_LoadingV2_C::RechallengeMask' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, SliderImg) == 0x0003E8, "Member 'UBUI_LoadingV2_C::SliderImg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, TipsTxt) == 0x0003F0, "Member 'UBUI_LoadingV2_C::TipsTxt' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, TitleBgImg) == 0x0003F8, "Member 'UBUI_LoadingV2_C::TitleBgImg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, TxtNameIterations) == 0x000400, "Member 'UBUI_LoadingV2_C::TxtNameIterations' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoadingV2_C, TxtNameRechallenge) == 0x000408, "Member 'UBUI_LoadingV2_C::TxtNameRechallenge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkUInt64Wrapper \ +static_assert(alignof(FAkUInt64Wrapper) == 0x000008, "Wrong alignment on FAkUInt64Wrapper"); \ +static_assert(sizeof(FAkUInt64Wrapper) == 0x000008, "Wrong size on FAkUInt64Wrapper"); \ +static_assert(offsetof(FAkUInt64Wrapper, UInt64Value) == 0x000000, "Member 'FAkUInt64Wrapper::UInt64Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkUInt32Wrapper \ +static_assert(alignof(FAkUInt32Wrapper) == 0x000004, "Wrong alignment on FAkUInt32Wrapper"); \ +static_assert(sizeof(FAkUInt32Wrapper) == 0x000004, "Wrong size on FAkUInt32Wrapper"); \ +static_assert(offsetof(FAkUInt32Wrapper, UInt32Value) == 0x000000, "Member 'FAkUInt32Wrapper::UInt32Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAkOutputDeviceID \ +static_assert(alignof(FAkOutputDeviceID) == 0x000008, "Wrong alignment on FAkOutputDeviceID"); \ +static_assert(sizeof(FAkOutputDeviceID) == 0x000008, "Wrong size on FAkOutputDeviceID"); \ + +#define DUMPER7_ASSERTS_FAkUniqueID \ +static_assert(alignof(FAkUniqueID) == 0x000004, "Wrong alignment on FAkUniqueID"); \ +static_assert(sizeof(FAkUniqueID) == 0x000004, "Wrong size on FAkUniqueID"); \ + +#define DUMPER7_ASSERTS_FAnimNode_OrientationWarping \ +static_assert(alignof(FAnimNode_OrientationWarping) == 0x000008, "Wrong alignment on FAnimNode_OrientationWarping"); \ +static_assert(sizeof(FAnimNode_OrientationWarping) == 0x000160, "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, LocomotionAngleDeltaThreshold) == 0x0000D4, "Member 'FAnimNode_OrientationWarping::LocomotionAngleDeltaThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, SpineBones) == 0x0000D8, "Member 'FAnimNode_OrientationWarping::SpineBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, IKFootRootBone) == 0x0000E8, "Member 'FAnimNode_OrientationWarping::IKFootRootBone' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, IKFootBones) == 0x0000F8, "Member 'FAnimNode_OrientationWarping::IKFootBones' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, RotationAxis) == 0x000108, "Member 'FAnimNode_OrientationWarping::RotationAxis' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, DistributedBoneOrientationAlpha) == 0x00010C, "Member 'FAnimNode_OrientationWarping::DistributedBoneOrientationAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_OrientationWarping, RotationInterpSpeed) == 0x000110, "Member 'FAnimNode_OrientationWarping::RotationInterpSpeed' 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_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) == 0x000238, "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, MinLocomotionSpeedThreshold) == 0x0000F0, "Member 'FAnimNode_StrideWarping::MinLocomotionSpeedThreshold' 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) == 0x0001F0, "Member 'FAnimNode_StrideWarping::bOrientStrideDirectionUsingFloorNormal' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bCompensateIKUsingFKThighRotation) == 0x0001F1, "Member 'FAnimNode_StrideWarping::bCompensateIKUsingFKThighRotation' has a wrong offset!"); \ +static_assert(offsetof(FAnimNode_StrideWarping, bClampIKUsingFKLimits) == 0x0001F2, "Member 'FAnimNode_StrideWarping::bClampIKUsingFKLimits' 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_FChunkedStructBuffer \ +static_assert(alignof(FChunkedStructBuffer) == 0x000008, "Wrong alignment on FChunkedStructBuffer"); \ +static_assert(sizeof(FChunkedStructBuffer) == 0x000020, "Wrong size on FChunkedStructBuffer"); \ + +#define DUMPER7_ASSERTS_FInstancedStructStream \ +static_assert(alignof(FInstancedStructStream) == 0x000008, "Wrong alignment on FInstancedStructStream"); \ +static_assert(sizeof(FInstancedStructStream) == 0x000020, "Wrong size on FInstancedStructStream"); \ + +#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_FSharedStruct \ +static_assert(alignof(FSharedStruct) == 0x000008, "Wrong alignment on FSharedStruct"); \ +static_assert(sizeof(FSharedStruct) == 0x000010, "Wrong size on FSharedStruct"); \ + +#define DUMPER7_ASSERTS_FPropertyPathSegment \ +static_assert(alignof(FPropertyPathSegment) == 0x000008, "Wrong alignment on FPropertyPathSegment"); \ +static_assert(sizeof(FPropertyPathSegment) == 0x000028, "Wrong size on FPropertyPathSegment"); \ +static_assert(offsetof(FPropertyPathSegment, Name) == 0x000000, "Member 'FPropertyPathSegment::Name' has a wrong offset!"); \ +static_assert(offsetof(FPropertyPathSegment, ArrayIndex) == 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) == 0x000028, "Wrong size on FCachedPropertyPath"); \ +static_assert(offsetof(FCachedPropertyPath, Segments) == 0x000000, "Member 'FCachedPropertyPath::Segments' has a wrong offset!"); \ +static_assert(offsetof(FCachedPropertyPath, CachedFunction) == 0x000018, "Member 'FCachedPropertyPath::CachedFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLumen \ +static_assert(alignof(FLumen) == 0x000008, "Wrong alignment on FLumen"); \ +static_assert(sizeof(FLumen) == 0x000180, "Wrong size on FLumen"); \ +static_assert(offsetof(FLumen, LumenHWRayTracing_2_145DF82742C3EF8CB5D17EA203F8040D) == 0x000000, "Member 'FLumen::LumenHWRayTracing_2_145DF82742C3EF8CB5D17EA203F8040D' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenHWLightingMode_23_36B8098749009A0C2FA2B684309A387F) == 0x000010, "Member 'FLumen::LumenHWLightingMode_23_36B8098749009A0C2FA2B684309A387F' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenReflectionsAllow_24_B267C9BC4D88FFD0AAFD3FB98D6ADB62) == 0x000020, "Member 'FLumen::LumenReflectionsAllow_24_B267C9BC4D88FFD0AAFD3FB98D6ADB62' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenHWReflections_25_89D57A95439A749030DD5ABDFEE9A4BE) == 0x000030, "Member 'FLumen::LumenHWReflections_25_89D57A95439A749030DD5ABDFEE9A4BE' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenReflectionsMaxRoughnessToTrace_26_ADF13EDC4D4722E02F288DA06B382620) == 0x000040, "Member 'FLumen::LumenReflectionsMaxRoughnessToTrace_26_ADF13EDC4D4722E02F288DA06B382620' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenHWReflectionsTraceTranslucent_27_CE11651845352F91DBC58298DA95E215) == 0x000050, "Member 'FLumen::LumenHWReflectionsTraceTranslucent_27_CE11651845352F91DBC58298DA95E215' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenHWReflectionsTraceTranslucentMaxHitCount_28_EE15039B4C375AB99D763FB15AA4D212) == 0x000060, "Member 'FLumen::LumenHWReflectionsTraceTranslucentMaxHitCount_28_EE15039B4C375AB99D763FB15AA4D212' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenHWReflectionsTraceTranslucentTMax_29_E66CD8994237D80B7DFDF5B5F7DA251E) == 0x000070, "Member 'FLumen::LumenHWReflectionsTraceTranslucentTMax_29_E66CD8994237D80B7DFDF5B5F7DA251E' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenHWReflectionsTraceTranslucentTMin_30_F2A7C4C94BC3E812B4A725AA88B8C009) == 0x000080, "Member 'FLumen::LumenHWReflectionsTraceTranslucentTMin_30_F2A7C4C94BC3E812B4A725AA88B8C009' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenHWReflectionsTraceTranslucentType_31_4358618D4B5206A00666ECB1787A7912) == 0x000090, "Member 'FLumen::LumenHWReflectionsTraceTranslucentType_31_4358618D4B5206A00666ECB1787A7912' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenTranslucencyReflectionsFrontLayerAllow_32_355DDCC64AEDFD3919F9A992394E417A) == 0x0000A0, "Member 'FLumen::LumenTranslucencyReflectionsFrontLayerAllow_32_355DDCC64AEDFD3919F9A992394E417A' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenTranslucencyReflectionsFrontLayerEnable_33_CCE5EA7B422D2D1D4A5C26BAA57747AF) == 0x0000B0, "Member 'FLumen::LumenTranslucencyReflectionsFrontLayerEnable_33_CCE5EA7B422D2D1D4A5C26BAA57747AF' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenDiffuseIndirectAllow_34_C81E8C3540F76B1C45E643804259B754) == 0x0000C0, "Member 'FLumen::LumenDiffuseIndirectAllow_34_C81E8C3540F76B1C45E643804259B754' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenSceneFarField_35_28808D544141F0D827F4558A8BD48502) == 0x0000D0, "Member 'FLumen::LumenSceneFarField_35_28808D544141F0D827F4558A8BD48502' has a wrong offset!"); \ +static_assert(offsetof(FLumen, ScreenProbeGatherScreenTraces_36_32D5613B48D605F8D9064ABF78CAD21B) == 0x0000E0, "Member 'FLumen::ScreenProbeGatherScreenTraces_36_32D5613B48D605F8D9064ABF78CAD21B' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenSceneRadiosity_37_E2594D394CA7E5DDB3A6BF947E6D31A3) == 0x0000F0, "Member 'FLumen::LumenSceneRadiosity_37_E2594D394CA7E5DDB3A6BF947E6D31A3' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenVisualizeCardPlacement_38_65ACF23F40E1CEAB97E6DBB5526BCED2) == 0x000100, "Member 'FLumen::LumenVisualizeCardPlacement_38_65ACF23F40E1CEAB97E6DBB5526BCED2' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenReflectionsScreenTraces_39_1D390A3344C4626A8E0C158EEF36D6BA) == 0x000110, "Member 'FLumen::LumenReflectionsScreenTraces_39_1D390A3344C4626A8E0C158EEF36D6BA' has a wrong offset!"); \ +static_assert(offsetof(FLumen, DynamicGlobalIlluminationMethod_40_FA6DC361420561E07450B1A8A566A119) == 0x000120, "Member 'FLumen::DynamicGlobalIlluminationMethod_40_FA6DC361420561E07450B1A8A566A119' has a wrong offset!"); \ +static_assert(offsetof(FLumen, ReflectionMethod_41_690336D445178C33A1330B8EEB61A2E3) == 0x000130, "Member 'FLumen::ReflectionMethod_41_690336D445178C33A1330B8EEB61A2E3' has a wrong offset!"); \ +static_assert(offsetof(FLumen, ReflectionsMaxRoughnessToTraceForFoliage_42_85F9D09A48CFD2C2A167CA9AD3D41E38) == 0x000140, "Member 'FLumen::ReflectionsMaxRoughnessToTraceForFoliage_42_85F9D09A48CFD2C2A167CA9AD3D41E38' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenReflectionSER_47_7D33229E48C56701DDB61FBC8C351288) == 0x000150, "Member 'FLumen::LumenReflectionSER_47_7D33229E48C56701DDB61FBC8C351288' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenScreenProbeGatherSER_48_E7787DF645157E021672B28CDEE73BCF) == 0x000160, "Member 'FLumen::LumenScreenProbeGatherSER_48_E7787DF645157E021672B28CDEE73BCF' has a wrong offset!"); \ +static_assert(offsetof(FLumen, LumenRadianceCacheSER_49_6778EFFC47B34054B65DCC805B3DA684) == 0x000170, "Member 'FLumen::LumenRadianceCacheSER_49_6778EFFC47B34054B65DCC805B3DA684' 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_FStructSerializerNumericTestStruct \ +static_assert(alignof(FStructSerializerNumericTestStruct) == 0x000008, "Wrong alignment on FStructSerializerNumericTestStruct"); \ +static_assert(sizeof(FStructSerializerNumericTestStruct) == 0x000030, "Wrong size on FStructSerializerNumericTestStruct"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int8) == 0x000000, "Member 'FStructSerializerNumericTestStruct::Int8' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int16) == 0x000002, "Member 'FStructSerializerNumericTestStruct::Int16' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int32) == 0x000004, "Member 'FStructSerializerNumericTestStruct::Int32' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Int64) == 0x000008, "Member 'FStructSerializerNumericTestStruct::Int64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt8) == 0x000010, "Member 'FStructSerializerNumericTestStruct::UInt8' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt16) == 0x000012, "Member 'FStructSerializerNumericTestStruct::UInt16' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt32) == 0x000014, "Member 'FStructSerializerNumericTestStruct::UInt32' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, UInt64) == 0x000018, "Member 'FStructSerializerNumericTestStruct::UInt64' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Float) == 0x000020, "Member 'FStructSerializerNumericTestStruct::Float' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerNumericTestStruct, Double) == 0x000028, "Member 'FStructSerializerNumericTestStruct::Double' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBooleanTestStruct \ +static_assert(alignof(FStructSerializerBooleanTestStruct) == 0x000001, "Wrong alignment on FStructSerializerBooleanTestStruct"); \ +static_assert(sizeof(FStructSerializerBooleanTestStruct) == 0x000003, "Wrong size on FStructSerializerBooleanTestStruct"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolFalse) == 0x000000, "Member 'FStructSerializerBooleanTestStruct::BoolFalse' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBooleanTestStruct, BoolTrue) == 0x000001, "Member 'FStructSerializerBooleanTestStruct::BoolTrue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerObjectTestStruct \ +static_assert(alignof(FStructSerializerObjectTestStruct) == 0x000008, "Wrong alignment on FStructSerializerObjectTestStruct"); \ +static_assert(sizeof(FStructSerializerObjectTestStruct) == 0x0000B0, "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) == 0x000098, "Member 'FStructSerializerObjectTestStruct::ObjectPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStructSerializerBuiltinTestStruct \ +static_assert(alignof(FStructSerializerBuiltinTestStruct) == 0x000010, "Wrong alignment on FStructSerializerBuiltinTestStruct"); \ +static_assert(sizeof(FStructSerializerBuiltinTestStruct) == 0x0000D0, "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) == 0x000040, "Member 'FStructSerializerBuiltinTestStruct::Vector' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Vector4) == 0x000060, "Member 'FStructSerializerBuiltinTestStruct::Vector4' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Rotator) == 0x000080, "Member 'FStructSerializerBuiltinTestStruct::Rotator' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Quat) == 0x0000A0, "Member 'FStructSerializerBuiltinTestStruct::Quat' has a wrong offset!"); \ +static_assert(offsetof(FStructSerializerBuiltinTestStruct, Color) == 0x0000C0, "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) == 0x0002A0, "Member 'FStructSerializerLWCTypesTest::Float' 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) == 0x000158, "Member 'FStructSerializerNonLWCTypesTest::Float' 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) == 0x0000F0, "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_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_FWebJSCallbackBase \ +static_assert(alignof(FWebJSCallbackBase) == 0x000008, "Wrong alignment on FWebJSCallbackBase"); \ +static_assert(sizeof(FWebJSCallbackBase) == 0x000020, "Wrong size on FWebJSCallbackBase"); \ + +#define DUMPER7_ASSERTS_FWebJSFunction \ +static_assert(alignof(FWebJSFunction) == 0x000008, "Wrong alignment on FWebJSFunction"); \ +static_assert(sizeof(FWebJSFunction) == 0x000020, "Wrong size on FWebJSFunction"); \ + +#define DUMPER7_ASSERTS_FWebJSResponse \ +static_assert(alignof(FWebJSResponse) == 0x000008, "Wrong alignment on FWebJSResponse"); \ +static_assert(sizeof(FWebJSResponse) == 0x000020, "Wrong size on FWebJSResponse"); \ + +#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_BP_RTX_Parameter_Interface_C_Enable_DLSS_RR \ +static_assert(alignof(BP_RTX_Parameter_Interface_C_Enable_DLSS_RR) == 0x000001, "Wrong alignment on BP_RTX_Parameter_Interface_C_Enable_DLSS_RR"); \ +static_assert(sizeof(BP_RTX_Parameter_Interface_C_Enable_DLSS_RR) == 0x000001, "Wrong size on BP_RTX_Parameter_Interface_C_Enable_DLSS_RR"); \ +static_assert(offsetof(BP_RTX_Parameter_Interface_C_Enable_DLSS_RR, Enable_DLSSD) == 0x000000, "Member 'BP_RTX_Parameter_Interface_C_Enable_DLSS_RR::Enable_DLSSD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI \ +static_assert(alignof(BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI) == 0x000008, "Wrong alignment on BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI"); \ +static_assert(sizeof(BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI) == 0x000028, "Wrong size on BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI"); \ +static_assert(offsetof(BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI, AA_Method) == 0x000000, "Member 'BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI::AA_Method' has a wrong offset!"); \ +static_assert(offsetof(BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI, DLSS_Quality) == 0x000010, "Member 'BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI::DLSS_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI, Enable_Override_From_UI) == 0x000020, "Member 'BP_RTX_Parameter_Interface_C_RTX_Switch_DLSS_From_UI::Enable_Override_From_UI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RTX_Parameter_Interface_C_RTX_Switch_Preset_From_UI \ +static_assert(alignof(BP_RTX_Parameter_Interface_C_RTX_Switch_Preset_From_UI) == 0x000001, "Wrong alignment on BP_RTX_Parameter_Interface_C_RTX_Switch_Preset_From_UI"); \ +static_assert(sizeof(BP_RTX_Parameter_Interface_C_RTX_Switch_Preset_From_UI) == 0x000001, "Wrong size on BP_RTX_Parameter_Interface_C_RTX_Switch_Preset_From_UI"); \ +static_assert(offsetof(BP_RTX_Parameter_Interface_C_RTX_Switch_Preset_From_UI, RTX_Preset) == 0x000000, "Member 'BP_RTX_Parameter_Interface_C_RTX_Switch_Preset_From_UI::RTX_Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IBP_RTX_Parameter_Interface_C \ +static_assert(alignof(IBP_RTX_Parameter_Interface_C) == 0x000001, "Wrong alignment on IBP_RTX_Parameter_Interface_C"); \ +static_assert(sizeof(IBP_RTX_Parameter_Interface_C) == 0x000001, "Wrong size on IBP_RTX_Parameter_Interface_C"); \ + +#define DUMPER7_ASSERTS_BUI_StartGameManaged_C_PreConstruct \ +static_assert(alignof(BUI_StartGameManaged_C_PreConstruct) == 0x000001, "Wrong alignment on BUI_StartGameManaged_C_PreConstruct"); \ +static_assert(sizeof(BUI_StartGameManaged_C_PreConstruct) == 0x000001, "Wrong size on BUI_StartGameManaged_C_PreConstruct"); \ +static_assert(offsetof(BUI_StartGameManaged_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BUI_StartGameManaged_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged \ +static_assert(alignof(BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged) == 0x000004, "Wrong alignment on BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged"); \ +static_assert(sizeof(BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged) == 0x000008, "Wrong size on BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged"); \ +static_assert(offsetof(BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged, EntryPoint) == 0x000000, "Member 'BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BUI_StartGameManaged_C_ExecuteUbergraph_BUI_StartGameManaged::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_StartGameManaged_C \ +static_assert(alignof(UBUI_StartGameManaged_C) == 0x000008, "Wrong alignment on UBUI_StartGameManaged_C"); \ +static_assert(sizeof(UBUI_StartGameManaged_C) == 0x0003F0, "Wrong size on UBUI_StartGameManaged_C"); \ +static_assert(offsetof(UBUI_StartGameManaged_C, UberGraphFrame) == 0x0003D8, "Member 'UBUI_StartGameManaged_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGameManaged_C, GSAnimBG) == 0x0003E0, "Member 'UBUI_StartGameManaged_C::GSAnimBG' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGameManaged_C, ImgBg) == 0x0003E8, "Member 'UBUI_StartGameManaged_C::ImgBg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWater_Caustics_Parameters \ +static_assert(alignof(FWater_Caustics_Parameters) == 0x000008, "Wrong alignment on FWater_Caustics_Parameters"); \ +static_assert(sizeof(FWater_Caustics_Parameters) == 0x0001F8, "Wrong size on FWater_Caustics_Parameters"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsType_10_22E9DB2B44EBA1DDFCD669BFC4F5A2C3) == 0x000000, "Member 'FWater_Caustics_Parameters::WaterCausticsType_10_22E9DB2B44EBA1DDFCD669BFC4F5A2C3' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsBufferScale_11_4891F1C1433E69AD7AE583B26CB8B74F) == 0x000010, "Member 'FWater_Caustics_Parameters::WaterCausticsBufferScale_11_4891F1C1433E69AD7AE583B26CB8B74F' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsRefractiveIntensity_12_84E7671A4C1BAFCE5A912E8B9D549C41) == 0x000020, "Member 'FWater_Caustics_Parameters::WaterCausticsRefractiveIntensity_12_84E7671A4C1BAFCE5A912E8B9D549C41' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsReflectiveIntensity_13_A8FAED5646D272D518F78DBF2EC3FFF3) == 0x000030, "Member 'FWater_Caustics_Parameters::WaterCausticsReflectiveIntensity_13_A8FAED5646D272D518F78DBF2EC3FFF3' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsFresnelBaseReflectFraction_23_28BA9C044FF67107897D8E983B459690) == 0x000040, "Member 'FWater_Caustics_Parameters::WaterCausticsFresnelBaseReflectFraction_23_28BA9C044FF67107897D8E983B459690' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMapSizeX_24_0DD69E77451F51BCA32B16A0B271FC6C) == 0x000050, "Member 'FWater_Caustics_Parameters::WaterCausticsMapSizeX_24_0DD69E77451F51BCA32B16A0B271FC6C' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMapSizeY_25_5995CB844729B31103795D9CACF0CF3E) == 0x000060, "Member 'FWater_Caustics_Parameters::WaterCausticsMapSizeY_25_5995CB844729B31103795D9CACF0CF3E' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsNumDenoisePasses_26_5FDE5D6146B749E8B952F89B329F61B2) == 0x000070, "Member 'FWater_Caustics_Parameters::WaterCausticsNumDenoisePasses_26_5FDE5D6146B749E8B952F89B329F61B2' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMinReflectionRayDistance_27_45097790417E6E7F541B1382E5A0C9AA) == 0x000080, "Member 'FWater_Caustics_Parameters::WaterCausticsMinReflectionRayDistance_27_45097790417E6E7F541B1382E5A0C9AA' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMaxReflectionRayDistance_28_67F4322D4AF3ACF0CD8B2895974A115B) == 0x000090, "Member 'FWater_Caustics_Parameters::WaterCausticsMaxReflectionRayDistance_28_67F4322D4AF3ACF0CD8B2895974A115B' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMinRefractionRayDistance_29_E9C281484F546DBCAF69C5A7866FD0B2) == 0x0000A0, "Member 'FWater_Caustics_Parameters::WaterCausticsMinRefractionRayDistance_29_E9C281484F546DBCAF69C5A7866FD0B2' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMaxRefractionRayDistance_30_3B0E91A54E9D4AD25FCDD18B13E2A9EB) == 0x0000B0, "Member 'FWater_Caustics_Parameters::WaterCausticsMaxRefractionRayDistance_30_3B0E91A54E9D4AD25FCDD18B13E2A9EB' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsRectLightTemporalWeight_32_6729E6744212BBA47350FDB9D6743EF6) == 0x0000C0, "Member 'FWater_Caustics_Parameters::WaterCausticsRectLightTemporalWeight_32_6729E6744212BBA47350FDB9D6743EF6' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsRefractBackFaceCullingThreshold_33_7EC526954286067A65F5C7A1F3F7A71A) == 0x0000D0, "Member 'FWater_Caustics_Parameters::WaterCausticsRefractBackFaceCullingThreshold_33_7EC526954286067A65F5C7A1F3F7A71A' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsReflectBackFaceCullingThreshold_36_16DE876A4587F2728ED6C2BA6FD54C98) == 0x0000E0, "Member 'FWater_Caustics_Parameters::WaterCausticsReflectBackFaceCullingThreshold_36_16DE876A4587F2728ED6C2BA6FD54C98' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMapCascades_48_C35E153E4FD3359DF08CED8FD8911D43) == 0x0000F0, "Member 'FWater_Caustics_Parameters::WaterCausticsMapCascades_48_C35E153E4FD3359DF08CED8FD8911D43' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMapCascadeScale_47_59ED42134835FEEF0A3586B7A60856F1) == 0x000100, "Member 'FWater_Caustics_Parameters::WaterCausticsMapCascadeScale_47_59ED42134835FEEF0A3586B7A60856F1' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsMapForceLevel_51_4FE7525E45C9D08EA0F96D8388F5BFF6) == 0x000110, "Member 'FWater_Caustics_Parameters::WaterCausticsMapForceLevel_51_4FE7525E45C9D08EA0F96D8388F5BFF6' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsShowPhoton_46_B3215C834DEFE8DC5DA4A6A8F292D91D) == 0x000120, "Member 'FWater_Caustics_Parameters::WaterCausticsShowPhoton_46_B3215C834DEFE8DC5DA4A6A8F292D91D' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsPhotonScale_54_1E5BBCA644165B132F85C78276BB702F) == 0x000130, "Member 'FWater_Caustics_Parameters::WaterCausticsPhotonScale_54_1E5BBCA644165B132F85C78276BB702F' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsCascadeSamplingOffsetX_61_2719694E494E4EB376BB5DAF45921638) == 0x000140, "Member 'FWater_Caustics_Parameters::WaterCausticsCascadeSamplingOffsetX_61_2719694E494E4EB376BB5DAF45921638' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsCascadeSamplingOffsetY_63_98AADADD45FD2ED6D43DC0ADDEC6C53A) == 0x000150, "Member 'FWater_Caustics_Parameters::WaterCausticsCascadeSamplingOffsetY_63_98AADADD45FD2ED6D43DC0ADDEC6C53A' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsCascadeSamplingUVScaleX_64_3141DE974ACBDD26008C3E8B72619B44) == 0x000160, "Member 'FWater_Caustics_Parameters::WaterCausticsCascadeSamplingUVScaleX_64_3141DE974ACBDD26008C3E8B72619B44' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsCascadeSamplingUVScaley_65_A879211B4B47DBCDA46BE4A1A4A3F47D) == 0x000170, "Member 'FWater_Caustics_Parameters::WaterCausticsCascadeSamplingUVScaley_65_A879211B4B47DBCDA46BE4A1A4A3F47D' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, UseSceneLightDir_68_7B35F1EA4CDF9B9D16F068BF886419AF) == 0x000180, "Member 'FWater_Caustics_Parameters::UseSceneLightDir_68_7B35F1EA4CDF9B9D16F068BF886419AF' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsReflectiveNormalScale_72_8E7BE7F040BCAA5474D9C58BBEB1FEC7) == 0x000190, "Member 'FWater_Caustics_Parameters::WaterCausticsReflectiveNormalScale_72_8E7BE7F040BCAA5474D9C58BBEB1FEC7' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsRefractiveNormalScale_75_11BB4FDF492EC51614A427BC18CFF5B0) == 0x0001A0, "Member 'FWater_Caustics_Parameters::WaterCausticsRefractiveNormalScale_75_11BB4FDF492EC51614A427BC18CFF5B0' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsViewCulling_80_F608F01E4E5DAAE17E8D7B935E7F82DC) == 0x0001B0, "Member 'FWater_Caustics_Parameters::WaterCausticsViewCulling_80_F608F01E4E5DAAE17E8D7B935E7F82DC' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsEnableShadowRay_85_CD902F404203091E5DF9C5842CB306D6) == 0x0001C0, "Member 'FWater_Caustics_Parameters::WaterCausticsEnableShadowRay_85_CD902F404203091E5DF9C5842CB306D6' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsShadowRayMaxDistance_86_3F679E3E4D7596B2D597F59985A5ABEE) == 0x0001D0, "Member 'FWater_Caustics_Parameters::WaterCausticsShadowRayMaxDistance_86_3F679E3E4D7596B2D597F59985A5ABEE' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, WaterCausticsEpsilonArea_89_CA86C4EA4576D49218C593A01A6D5E73) == 0x0001E0, "Member 'FWater_Caustics_Parameters::WaterCausticsEpsilonArea_89_CA86C4EA4576D49218C593A01A6D5E73' has a wrong offset!"); \ +static_assert(offsetof(FWater_Caustics_Parameters, UseAdaptiveWaterCausticsMapResolution_77_A47539CC44ACAA1663FE2FBB69A479C6) == 0x0001F0, "Member 'FWater_Caustics_Parameters::UseAdaptiveWaterCausticsMapResolution_77_A47539CC44ACAA1663FE2FBB69A479C6' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTranslucency_Parameters \ +static_assert(alignof(FTranslucency_Parameters) == 0x000008, "Wrong alignment on FTranslucency_Parameters"); \ +static_assert(sizeof(FTranslucency_Parameters) == 0x0001A0, "Wrong size on FTranslucency_Parameters"); \ +static_assert(offsetof(FTranslucency_Parameters, EnableTranslucensy_14_332FFB204F3B00FC3DF8B59EF91BC71D) == 0x000000, "Member 'FTranslucency_Parameters::EnableTranslucensy_14_332FFB204F3B00FC3DF8B59EF91BC71D' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, EnableTranslucencyHeightFog_15_29C6A9F440F6A207C82331939CE3DCE1) == 0x000010, "Member 'FTranslucency_Parameters::EnableTranslucencyHeightFog_15_29C6A9F440F6A207C82331939CE3DCE1' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, EnableTranslucencyShadows_16_7B2E0CEB49AD9CB4A47AF9A9D3EF8AA7) == 0x000020, "Member 'FTranslucency_Parameters::EnableTranslucencyShadows_16_7B2E0CEB49AD9CB4A47AF9A9D3EF8AA7' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, EnableRefraction_17_72999B57452A259A9A901A8E6E51A5D9) == 0x000030, "Member 'FTranslucency_Parameters::EnableRefraction_17_72999B57452A259A9A901A8E6E51A5D9' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyMaxRoughness_18_C605CB7A47F91F3AE88A7D9AA0CBB46A) == 0x000040, "Member 'FTranslucency_Parameters::TranslucencyMaxRoughness_18_C605CB7A47F91F3AE88A7D9AA0CBB46A' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyMaxRayDistance_55_26924FA44157F01CA1C304982260E721) == 0x000050, "Member 'FTranslucency_Parameters::TranslucencyMaxRayDistance_55_26924FA44157F01CA1C304982260E721' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, MaxRefractionRays_19_69E233FA4710FF92A41E4D8558ED5CF9) == 0x000060, "Member 'FTranslucency_Parameters::MaxRefractionRays_19_69E233FA4710FF92A41E4D8558ED5CF9' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, HybridTranslucencyDepthThreshold_30_61E75A7D4A65B629146E84BC73B58997) == 0x000070, "Member 'FTranslucency_Parameters::HybridTranslucencyDepthThreshold_30_61E75A7D4A65B629146E84BC73B58997' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, HybridTranslucencyLayers_22_8DDEED384B9ED866CB1E5CA52763214D) == 0x000080, "Member 'FTranslucency_Parameters::HybridTranslucencyLayers_22_8DDEED384B9ED866CB1E5CA52763214D' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyMask_24_275B41B2429D609EA96B8E97E439F67B) == 0x000090, "Member 'FTranslucency_Parameters::TranslucencyMask_24_275B41B2429D609EA96B8E97E439F67B' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyRoughnessMultiplier_26_E69F7D934C950B2F98443380A571C42E) == 0x0000A0, "Member 'FTranslucency_Parameters::TranslucencyRoughnessMultiplier_26_E69F7D934C950B2F98443380A571C42E' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, ExcludeTranslucentsFromShadows_31_9A3A2D7F4B9E4A5336D34EAD1B7B8A7B) == 0x0000B0, "Member 'FTranslucency_Parameters::ExcludeTranslucentsFromShadows_31_9A3A2D7F4B9E4A5336D34EAD1B7B8A7B' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyEnableAbsorption_34_37C4F9144AB560F9FB3B05A728807878) == 0x0000C0, "Member 'FTranslucency_Parameters::TranslucencyEnableAbsorption_34_37C4F9144AB560F9FB3B05A728807878' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, EnableTranslucencyinReflection_49_D325071D4CF3B5B35F33BBB3AE61E7A4) == 0x0000D0, "Member 'FTranslucency_Parameters::EnableTranslucencyinReflection_49_D325071D4CF3B5B35F33BBB3AE61E7A4' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, RefractionBackgroundSampleFallback_37_B38E1670400FA3C5B25342BD27FBF35A) == 0x0000E0, "Member 'FTranslucency_Parameters::RefractionBackgroundSampleFallback_37_B38E1670400FA3C5B25342BD27FBF35A' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyIgnoreBackfaceOpacity_40_7B969FFF4087B1E90A0919AA274F255F) == 0x0000F0, "Member 'FTranslucency_Parameters::TranslucencyIgnoreBackfaceOpacity_40_7B969FFF4087B1E90A0919AA274F255F' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, AbsorptionForceShadingOnOpaqueObjects_43_A8CE4EE74EA5CDDD66AF47945083DC33) == 0x000100, "Member 'FTranslucency_Parameters::AbsorptionForceShadingOnOpaqueObjects_43_A8CE4EE74EA5CDDD66AF47945083DC33' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, EnableRayTracedDOF_52_F50B2D7E435260144400BC9C33E543D4) == 0x000110, "Member 'FTranslucency_Parameters::EnableRayTracedDOF_52_F50B2D7E435260144400BC9C33E543D4' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, HalfResRefraction_46_43CE013F48A027E289B1A39918778984) == 0x000120, "Member 'FTranslucency_Parameters::HalfResRefraction_46_43CE013F48A027E289B1A39918778984' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TransmissionSamplingDistanceCulling_58_E8A0028642F5FB00EECF69A77D2A5B08) == 0x000130, "Member 'FTranslucency_Parameters::TransmissionSamplingDistanceCulling_58_E8A0028642F5FB00EECF69A77D2A5B08' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyAtmosphericFog_61_8EFF0D5845C3931C602D29B079FE27B3) == 0x000140, "Member 'FTranslucency_Parameters::TranslucencyAtmosphericFog_61_8EFF0D5845C3931C602D29B079FE27B3' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, ExcludeDecals_64_6BE0964448E668CC8DA021B3D3259B8C) == 0x000150, "Member 'FTranslucency_Parameters::ExcludeDecals_64_6BE0964448E668CC8DA021B3D3259B8C' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyEnableGI_67_42DF1541445C7578A3CF0A89373AD133) == 0x000160, "Member 'FTranslucency_Parameters::TranslucencyEnableGI_67_42DF1541445C7578A3CF0A89373AD133' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, PrimaryRaysReflectionCaptures_70_1CD0679044BF3F47EA259CA4A82E7F14) == 0x000170, "Member 'FTranslucency_Parameters::PrimaryRaysReflectionCaptures_70_1CD0679044BF3F47EA259CA4A82E7F14' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencyUseLumenLighting_73_A04E588D4B72F668C7FAADB74C2F42D7) == 0x000180, "Member 'FTranslucency_Parameters::TranslucencyUseLumenLighting_73_A04E588D4B72F668C7FAADB74C2F42D7' has a wrong offset!"); \ +static_assert(offsetof(FTranslucency_Parameters, TranslucencySER_76_A04C27094E638FBB0F5F63A19723462B) == 0x000190, "Member 'FTranslucency_Parameters::TranslucencySER_76_A04C27094E638FBB0F5F63A19723462B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkyLight_Parameters \ +static_assert(alignof(FSkyLight_Parameters) == 0x000008, "Wrong alignment on FSkyLight_Parameters"); \ +static_assert(sizeof(FSkyLight_Parameters) == 0x0000A0, "Wrong size on FSkyLight_Parameters"); \ +static_assert(offsetof(FSkyLight_Parameters, GIEvalSkyLight_8_88EC9CBF40393B83BEDA22BB48A2B4CD) == 0x000000, "Member 'FSkyLight_Parameters::GIEvalSkyLight_8_88EC9CBF40393B83BEDA22BB48A2B4CD' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, EnableRTSkyLight_9_EEE1CC6A47D2E47508784A94A05AA80F) == 0x000010, "Member 'FSkyLight_Parameters::EnableRTSkyLight_9_EEE1CC6A47D2E47508784A94A05AA80F' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, EnableSkyLightDenoiser_10_640DC6C94DF5030E3BDF69AA07720EEF) == 0x000020, "Member 'FSkyLight_Parameters::EnableSkyLightDenoiser_10_640DC6C94DF5030E3BDF69AA07720EEF' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, SkyLightEnableTwoSidedGeomtry_11_E5C3B38F423C10ECE9207C8B9031AEB7) == 0x000030, "Member 'FSkyLight_Parameters::SkyLightEnableTwoSidedGeomtry_11_E5C3B38F423C10ECE9207C8B9031AEB7' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, SkyLightMaxRayDistance_12_5399303843881FD92F8337BF45C730CF) == 0x000040, "Member 'FSkyLight_Parameters::SkyLightMaxRayDistance_12_5399303843881FD92F8337BF45C730CF' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, SkyLightSPP_13_2D3640B64C7D0103C812CB8533C87237) == 0x000050, "Member 'FSkyLight_Parameters::SkyLightSPP_13_2D3640B64C7D0103C812CB8533C87237' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, SkyLightEnableMaterials_14_302F08D048720E799343BDB5D30E9479) == 0x000060, "Member 'FSkyLight_Parameters::SkyLightEnableMaterials_14_302F08D048720E799343BDB5D30E9479' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, FinalGatherSkyLightIntensity_18_E1A9004942D802B91427469CF88EB838) == 0x000070, "Member 'FSkyLight_Parameters::FinalGatherSkyLightIntensity_18_E1A9004942D802B91427469CF88EB838' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, FinalGatherSkyLightIndirectMultiplier_19_C397D4FF42305F4582CEEF8263868ABF) == 0x000080, "Member 'FSkyLight_Parameters::FinalGatherSkyLightIndirectMultiplier_19_C397D4FF42305F4582CEEF8263868ABF' has a wrong offset!"); \ +static_assert(offsetof(FSkyLight_Parameters, SkyLightScreenPercentage_23_59F3CFEA490786A67F0AB6B16115C3E4) == 0x000090, "Member 'FSkyLight_Parameters::SkyLightScreenPercentage_23_59F3CFEA490786A67F0AB6B16115C3E4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FShadow_Parameters \ +static_assert(alignof(FShadow_Parameters) == 0x000008, "Wrong alignment on FShadow_Parameters"); \ +static_assert(sizeof(FShadow_Parameters) == 0x000270, "Wrong size on FShadow_Parameters"); \ +static_assert(offsetof(FShadow_Parameters, EnableShadow_16_42E314114DF52DDA1F746998967D0D69) == 0x000000, "Member 'FShadow_Parameters::EnableShadow_16_42E314114DF52DDA1F746998967D0D69' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, EvaluateMaterialsinShadow_17_728A35714A2D2CE2BB782C87F8EDF254) == 0x000010, "Member 'FShadow_Parameters::EvaluateMaterialsinShadow_17_728A35714A2D2CE2BB782C87F8EDF254' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowEnableTwoSidedGeometry_18_E4F0F479419BF5462B8CA386C52019CC) == 0x000020, "Member 'FShadow_Parameters::ShadowEnableTwoSidedGeometry_18_E4F0F479419BF5462B8CA386C52019CC' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowSPP_19_222F23EF4151A938C7D877B0D90F3255) == 0x000030, "Member 'FShadow_Parameters::ShadowSPP_19_222F23EF4151A938C7D877B0D90F3255' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowDenoiserMaxBatchSize_21_A4511D17403925B727BEE6BE72A868F8) == 0x000040, "Member 'FShadow_Parameters::ShadowDenoiserMaxBatchSize_21_A4511D17403925B727BEE6BE72A868F8' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsSupportTranslucency_51_569C8F954113622FFC40F5B0308485F2) == 0x000050, "Member 'FShadow_Parameters::ShadowsSupportTranslucency_51_569C8F954113622FFC40F5B0308485F2' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, SupportLightFunction_28_D1DCAE474964239358DA70AD73C35624) == 0x000060, "Member 'FShadow_Parameters::SupportLightFunction_28_D1DCAE474964239358DA70AD73C35624' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, LightChannelSupport_30_0503581A4B0BF0D27C6B678786D81196) == 0x000070, "Member 'FShadow_Parameters::LightChannelSupport_30_0503581A4B0BF0D27C6B678786D81196' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, Per_LightShadowCasting_32_119CD88B437AD7F2A694BEBFF9DAFFF7) == 0x000080, "Member 'FShadow_Parameters::Per_LightShadowCasting_32_119CD88B437AD7F2A694BEBFF9DAFFF7' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, EnableVolumetricShadow_35_DF3AEAC645A1EE6B1D68F1A045EB5ACF) == 0x000090, "Member 'FShadow_Parameters::EnableVolumetricShadow_35_DF3AEAC645A1EE6B1D68F1A045EB5ACF' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsLODTransitionStart_55_B585CA5A498907A43C39F28E62A9DE7D) == 0x0000A0, "Member 'FShadow_Parameters::ShadowsLODTransitionStart_55_B585CA5A498907A43C39F28E62A9DE7D' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsLODTransitionEnd_56_3F000C594E373DD3FA646A87A2925A7D) == 0x0000B0, "Member 'FShadow_Parameters::ShadowsLODTransitionEnd_56_3F000C594E373DD3FA646A87A2925A7D' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowCSMMaxCascade_59_A529B8084F999ABBA92452AAC23F28E4) == 0x0000C0, "Member 'FShadow_Parameters::ShadowCSMMaxCascade_59_A529B8084F999ABBA92452AAC23F28E4' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ContactShadow_61_BBD754AF4DCC5DD126705B8E5E27D9E7) == 0x0000D0, "Member 'FShadow_Parameters::ContactShadow_61_BBD754AF4DCC5DD126705B8E5E27D9E7' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsAcceptFirstHit_64_8A92CAF74AF97AE6213DBCB602D7C167) == 0x0000E0, "Member 'FShadow_Parameters::ShadowsAcceptFirstHit_64_8A92CAF74AF97AE6213DBCB602D7C167' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, NaniteShadowModeHybirdModeDepthThreshold_78_40C9F10245D06820C8A824BFD16A7ED9) == 0x0000F0, "Member 'FShadow_Parameters::NaniteShadowModeHybirdModeDepthThreshold_78_40C9F10245D06820C8A824BFD16A7ED9' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, NaniteShadowModeHybirdModeRayTraceNear_79_59C6E6C94E80B16AFC61858BDFD332B9) == 0x000100, "Member 'FShadow_Parameters::NaniteShadowModeHybirdModeRayTraceNear_79_59C6E6C94E80B16AFC61858BDFD332B9' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsAvoidSelfIntersectionTraceDistance_84_DC17290F419FAF0519E4B995D41F88E2) == 0x000110, "Member 'FShadow_Parameters::ShadowsAvoidSelfIntersectionTraceDistance_84_DC17290F419FAF0519E4B995D41F88E2' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsSupportTwoSidedFoliage_86_80833D7A4CA753046DFD12B679555091) == 0x000120, "Member 'FShadow_Parameters::ShadowsSupportTwoSidedFoliage_86_80833D7A4CA753046DFD12B679555091' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsUseTraceRayInline_89_427D5807425436F2BC116A92D75D0E5C) == 0x000130, "Member 'FShadow_Parameters::ShadowsUseTraceRayInline_89_427D5807425436F2BC116A92D75D0E5C' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, GenerateRTSceneDepth_95_D0BEE39F4DA7094AC8D653AC70078778) == 0x000140, "Member 'FShadow_Parameters::GenerateRTSceneDepth_95_D0BEE39F4DA7094AC8D653AC70078778' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, LightingMaxLights_96_B4BA51CC4E4FD77B5CC3919DB591828D) == 0x000150, "Member 'FShadow_Parameters::LightingMaxLights_96_B4BA51CC4E4FD77B5CC3919DB591828D' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, LightingMaxShadowLights_97_A258AB164DAEB2F5799A72BFEC1BEA25) == 0x000160, "Member 'FShadow_Parameters::LightingMaxShadowLights_97_A258AB164DAEB2F5799A72BFEC1BEA25' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, LightingObeyShadows_98_F595261B460230DE4480ACB1F765B80D) == 0x000170, "Member 'FShadow_Parameters::LightingObeyShadows_98_F595261B460230DE4480ACB1F765B80D' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, PrioritizeDirectional_104_D35D3899473D1557A11472AFB56998D5) == 0x000180, "Member 'FShadow_Parameters::PrioritizeDirectional_104_D35D3899473D1557A11472AFB56998D5' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowMaxLights_105_DB1FBF6D4BED3D0674251CB9AD27F069) == 0x000190, "Member 'FShadow_Parameters::ShadowMaxLights_105_DB1FBF6D4BED3D0674251CB9AD27F069' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowMaxDenoisedLights_106_557E02334641EA07DF3256BF3B5B6F80) == 0x0001A0, "Member 'FShadow_Parameters::ShadowMaxDenoisedLights_106_557E02334641EA07DF3256BF3B5B6F80' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowFallbackToSharp_107_AA44FEA54E08488AD4660BBA750DDAF7) == 0x0001B0, "Member 'FShadow_Parameters::ShadowFallbackToSharp_107_AA44FEA54E08488AD4660BBA750DDAF7' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowMaxBatchSize_110_36A01EF946D738B22F551586D6B88377) == 0x0001C0, "Member 'FShadow_Parameters::ShadowMaxBatchSize_110_36A01EF946D738B22F551586D6B88377' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, RTSceneDepthTolerance_113_8A5587864FD9C77B487F789A6824FA60) == 0x0001D0, "Member 'FShadow_Parameters::RTSceneDepthTolerance_113_8A5587864FD9C77B487F789A6824FA60' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ShadowsPointLightMode_116_FEF0CF4E498EFD6C6141F895B0325CF1) == 0x0001E0, "Member 'FShadow_Parameters::ShadowsPointLightMode_116_FEF0CF4E498EFD6C6141F895B0325CF1' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, FoliageUseRTDepthInRTPasses_129_9FA431B4459DE434452A6CA3E5D81241) == 0x0001F0, "Member 'FShadow_Parameters::FoliageUseRTDepthInRTPasses_129_9FA431B4459DE434452A6CA3E5D81241' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, NaniteDepthUseTraceRayInline_122_B6E29F6644722C3430D961A363B07020) == 0x000200, "Member 'FShadow_Parameters::NaniteDepthUseTraceRayInline_122_B6E29F6644722C3430D961A363B07020' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, RTShadowsMode_125_F5BA06A545836A1EB67A5AA8156CA0DD) == 0x000210, "Member 'FShadow_Parameters::RTShadowsMode_125_F5BA06A545836A1EB67A5AA8156CA0DD' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, HeterogeneousVolumesRayTracedShadowMode_128_0928BD184D76AB720953D8917C60BAB9) == 0x000220, "Member 'FShadow_Parameters::HeterogeneousVolumesRayTracedShadowMode_128_0928BD184D76AB720953D8917C60BAB9' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, DirectionalFakeHairSurfaceDensity_132_E0B683784875F7C431DC0AA295682765) == 0x000230, "Member 'FShadow_Parameters::DirectionalFakeHairSurfaceDensity_132_E0B683784875F7C431DC0AA295682765' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, HybridInsetShadow_135_48065E7E47830917D0CA689EEB9CD5C4) == 0x000240, "Member 'FShadow_Parameters::HybridInsetShadow_135_48065E7E47830917D0CA689EEB9CD5C4' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, ContactShadowsPatchRTShadow_138_0D3E40C14EF76E9F0D0A04B13D279388) == 0x000250, "Member 'FShadow_Parameters::ContactShadowsPatchRTShadow_138_0D3E40C14EF76E9F0D0A04B13D279388' has a wrong offset!"); \ +static_assert(offsetof(FShadow_Parameters, MaxPatchContactShadowLength_141_52B2023D4B83F3F8A72C8AB9259F7D9B) == 0x000260, "Member 'FShadow_Parameters::MaxPatchContactShadowLength_141_52B2023D4B83F3F8A72C8AB9259F7D9B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRTXDI_NRD_Parameters \ +static_assert(alignof(FRTXDI_NRD_Parameters) == 0x000008, "Wrong alignment on FRTXDI_NRD_Parameters"); \ +static_assert(sizeof(FRTXDI_NRD_Parameters) == 0x000108, "Wrong size on FRTXDI_NRD_Parameters"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, EnableRTXDI_2_4F8A33CA4FCF7AF48FE0CDA92D2DD102) == 0x000000, "Member 'FRTXDI_NRD_Parameters::EnableRTXDI_2_4F8A33CA4FCF7AF48FE0CDA92D2DD102' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, EnableNRD_4_6B53E8CA4BF8DF54FFB76EA8EFB6A046) == 0x000010, "Member 'FRTXDI_NRD_Parameters::EnableNRD_4_6B53E8CA4BF8DF54FFB76EA8EFB6A046' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RTXDIQuality_7_0F125504431980E0E4E1EFAE5DDAB930) == 0x000020, "Member 'FRTXDI_NRD_Parameters::RTXDIQuality_7_0F125504431980E0E4E1EFAE5DDAB930' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, DiffuseIndirectTechnique_18_A24067A240B8AF3AA87D2181A5BC31E4) == 0x000028, "Member 'FRTXDI_NRD_Parameters::DiffuseIndirectTechnique_18_A24067A240B8AF3AA87D2181A5BC31E4' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxAtrousDiffuseLobeAngleFraction_19_9C47121C4CC50BD7374452B280354527) == 0x000038, "Member 'FRTXDI_NRD_Parameters::RelaxAtrousDiffuseLobeAngleFraction_19_9C47121C4CC50BD7374452B280354527' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxAtrousDiffuseMinLuminanceWeight_20_DB069B4B4BA42F200349B0AE4BE65805) == 0x000048, "Member 'FRTXDI_NRD_Parameters::RelaxAtrousDiffuseMinLuminanceWeight_20_DB069B4B4BA42F200349B0AE4BE65805' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxAtrousDiffusePhiLuminance_21_6252DC5F4FA5E29183C69CB0E3D7B6E2) == 0x000058, "Member 'FRTXDI_NRD_Parameters::RelaxAtrousDiffusePhiLuminance_21_6252DC5F4FA5E29183C69CB0E3D7B6E2' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxAtrousIterations_22_7932BA1246CF015EFCD8DA9C42FDC30B) == 0x000068, "Member 'FRTXDI_NRD_Parameters::RelaxAtrousIterations_22_7932BA1246CF015EFCD8DA9C42FDC30B' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxFireflySupression_26_609531234D829DF68DA4279261FFE10A) == 0x000078, "Member 'FRTXDI_NRD_Parameters::RelaxFireflySupression_26_609531234D829DF68DA4279261FFE10A' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxHistoryFixFrameNum_28_AFE117F94A3DCB859D0D3CB681AFE28D) == 0x000088, "Member 'FRTXDI_NRD_Parameters::RelaxHistoryFixFrameNum_28_AFE117F94A3DCB859D0D3CB681AFE28D' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxDiffuseFastMaxAccumulatedFrameNum_33_E8FC05574F4C2BD03B40F2ADF7E93CDD) == 0x000098, "Member 'FRTXDI_NRD_Parameters::RelaxDiffuseFastMaxAccumulatedFrameNum_33_E8FC05574F4C2BD03B40F2ADF7E93CDD' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxDiffuseMaxAccumulatedFrameNum_34_D1DB12E24B16CE4BEE4DC492A5C0EE7A) == 0x0000A8, "Member 'FRTXDI_NRD_Parameters::RelaxDiffuseMaxAccumulatedFrameNum_34_D1DB12E24B16CE4BEE4DC492A5C0EE7A' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, RelaxDisocclusionThreshold_35_885B06B8460E41131CF20183FBC9DD4E) == 0x0000B8, "Member 'FRTXDI_NRD_Parameters::RelaxDisocclusionThreshold_35_885B06B8460E41131CF20183FBC9DD4E' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, SpecularLobeAngleFraction_39_83B56E2640095BA1DDADAAA689FFF072) == 0x0000C8, "Member 'FRTXDI_NRD_Parameters::SpecularLobeAngleFraction_39_83B56E2640095BA1DDADAAA689FFF072' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, SpecularBlurRadius_40_70889B2849C889FB785735B1D2DA1CE3) == 0x0000D8, "Member 'FRTXDI_NRD_Parameters::SpecularBlurRadius_40_70889B2849C889FB785735B1D2DA1CE3' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, SpecularLobeAngleSlack_43_3ECCC53445E00A433843FF9083B002A7) == 0x0000E8, "Member 'FRTXDI_NRD_Parameters::SpecularLobeAngleSlack_43_3ECCC53445E00A433843FF9083B002A7' has a wrong offset!"); \ +static_assert(offsetof(FRTXDI_NRD_Parameters, SpecularMinLuminanceWeight_46_B2CAE1DC4B520854F7A84BACCF4FFE1E) == 0x0000F8, "Member 'FRTXDI_NRD_Parameters::SpecularMinLuminanceWeight_46_B2CAE1DC4B520854F7A84BACCF4FFE1E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRTX_PostProcess_Settings \ +static_assert(alignof(FRTX_PostProcess_Settings) == 0x000010, "Wrong alignment on FRTX_PostProcess_Settings"); \ +static_assert(sizeof(FRTX_PostProcess_Settings) == 0x0007C0, "Wrong size on FRTX_PostProcess_Settings"); \ +static_assert(offsetof(FRTX_PostProcess_Settings, RTXPostProcessSettings_2_F5F7708F4E83FAC705A16388FF06FB09) == 0x000000, "Member 'FRTX_PostProcess_Settings::RTXPostProcessSettings_2_F5F7708F4E83FAC705A16388FF06FB09' has a wrong offset!"); \ +static_assert(offsetof(FRTX_PostProcess_Settings, PostProcessWeight_5_1188286A49AC49349A20F8AA6289C4A3) == 0x0007B0, "Member 'FRTX_PostProcess_Settings::PostProcessWeight_5_1188286A49AC49349A20F8AA6289C4A3' has a wrong offset!"); \ +static_assert(offsetof(FRTX_PostProcess_Settings, RTXPostProcessPriority_11_2871BEF94A8E61F2640AA297CA1481AE) == 0x0007B4, "Member 'FRTX_PostProcess_Settings::RTXPostProcessPriority_11_2871BEF94A8E61F2640AA297CA1481AE' has a wrong offset!"); \ +static_assert(offsetof(FRTX_PostProcess_Settings, Unbound_7_7B0858BA4548AD147D2D9083D9CB5FF7) == 0x0007B8, "Member 'FRTX_PostProcess_Settings::Unbound_7_7B0858BA4548AD147D2D9083D9CB5FF7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMesh_Caustics_Parameters \ +static_assert(alignof(FMesh_Caustics_Parameters) == 0x000008, "Wrong alignment on FMesh_Caustics_Parameters"); \ +static_assert(sizeof(FMesh_Caustics_Parameters) == 0x000160, "Wrong size on FMesh_Caustics_Parameters"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, EnableMeshCaustics_11_EF17A54E4000730673FD55AFA7851310) == 0x000000, "Member 'FMesh_Caustics_Parameters::EnableMeshCaustics_11_EF17A54E4000730673FD55AFA7851310' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsResolution_12_8CBAF5AD40511B86FFECDBBE10551070) == 0x000010, "Member 'FMesh_Caustics_Parameters::MeshCausticsResolution_12_8CBAF5AD40511B86FFECDBBE10551070' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsBufferScale_13_82AC6AEE4DE3DABA0E6EF8AFC173099A) == 0x000020, "Member 'FMesh_Caustics_Parameters::MeshCausticsBufferScale_13_82AC6AEE4DE3DABA0E6EF8AFC173099A' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsTemporalStrength_14_53019FA5437B781E8F3DCDA3EAA12347) == 0x000030, "Member 'FMesh_Caustics_Parameters::MeshCausticsTemporalStrength_14_53019FA5437B781E8F3DCDA3EAA12347' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsJitter_15_A7EFA23F493F73491A338F833DD71740) == 0x000040, "Member 'FMesh_Caustics_Parameters::MeshCausticsJitter_15_A7EFA23F493F73491A338F833DD71740' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsEnableDispersion_16_D1059E664DB569A0DCD2868ED0E410C0) == 0x000050, "Member 'FMesh_Caustics_Parameters::MeshCausticsEnableDispersion_16_D1059E664DB569A0DCD2868ED0E410C0' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsTranslucentReflectionMode_57_234A3311428BB4FD6186D485A258D216) == 0x000060, "Member 'FMesh_Caustics_Parameters::MeshCausticsTranslucentReflectionMode_57_234A3311428BB4FD6186D485A258D216' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsMaxTraceDepth_18_E5DFC534448262757F618C984430031B) == 0x000070, "Member 'FMesh_Caustics_Parameters::MeshCausticsMaxTraceDepth_18_E5DFC534448262757F618C984430031B' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsAdaptivePhotonSize_19_75A570FD45DDB1FFB198EAB522F1327C) == 0x000080, "Member 'FMesh_Caustics_Parameters::MeshCausticsAdaptivePhotonSize_19_75A570FD45DDB1FFB198EAB522F1327C' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsEnableTemporalFilter_20_B10DF55042CC5EB4BBBD3C9029E72D25) == 0x000090, "Member 'FMesh_Caustics_Parameters::MeshCausticsEnableTemporalFilter_20_B10DF55042CC5EB4BBBD3C9029E72D25' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsAdaptiveSmooth_26_B237A3464D57ACD60A63CEB0E381F8AF) == 0x0000A0, "Member 'FMesh_Caustics_Parameters::MeshCausticsAdaptiveSmooth_26_B237A3464D57ACD60A63CEB0E381F8AF' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsAdaptiveUpdateSpeed_27_EBAA130A425D904E6219BC847C5D4E7E) == 0x0000B0, "Member 'FMesh_Caustics_Parameters::MeshCausticsAdaptiveUpdateSpeed_27_EBAA130A425D904E6219BC847C5D4E7E' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsAdaptiveVarianceGain_28_D612A8F64E9A6BB74AD5D0A9FC85241B) == 0x0000C0, "Member 'FMesh_Caustics_Parameters::MeshCausticsAdaptiveVarianceGain_28_D612A8F64E9A6BB74AD5D0A9FC85241B' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsFixedLight_29_9C6912304FA41791E112799EF9B09B26) == 0x0000D0, "Member 'FMesh_Caustics_Parameters::MeshCausticsFixedLight_29_9C6912304FA41791E112799EF9B09B26' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsMaxIntensity_30_0571085B49EBB70A2506CC898A54B72E) == 0x0000E0, "Member 'FMesh_Caustics_Parameters::MeshCausticsMaxIntensity_30_0571085B49EBB70A2506CC898A54B72E' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsSoftCausticsSample_34_23B75C3A4673EC4C06FB7380A1AFC77B) == 0x0000F0, "Member 'FMesh_Caustics_Parameters::MeshCausticsSoftCausticsSample_34_23B75C3A4673EC4C06FB7380A1AFC77B' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsEnableAdvancedSoftCaustics_40_EF539D7E4B254D3FF7354499EA1ADA17) == 0x000100, "Member 'FMesh_Caustics_Parameters::MeshCausticsEnableAdvancedSoftCaustics_40_EF539D7E4B254D3FF7354499EA1ADA17' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsMidCullColorThreshold_46_603884CE4A61EB477D7D2C82EFE3E844) == 0x000110, "Member 'FMesh_Caustics_Parameters::MeshCausticsMidCullColorThreshold_46_603884CE4A61EB477D7D2C82EFE3E844' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsFinalCullColorThreshold_47_ADE4A81B4FC53161666873B6CE1C1E16) == 0x000120, "Member 'FMesh_Caustics_Parameters::MeshCausticsFinalCullColorThreshold_47_ADE4A81B4FC53161666873B6CE1C1E16' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsIntensity_50_8E96F81D40BC087613695CBE1946AD28) == 0x000130, "Member 'FMesh_Caustics_Parameters::MeshCausticsIntensity_50_8E96F81D40BC087613695CBE1946AD28' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsMaxRayDistance_53_7A78E57D4BA078EDB6381A846432F21C) == 0x000140, "Member 'FMesh_Caustics_Parameters::MeshCausticsMaxRayDistance_53_7A78E57D4BA078EDB6381A846432F21C' has a wrong offset!"); \ +static_assert(offsetof(FMesh_Caustics_Parameters, MeshCausticsTemporalColorTolerance_56_C9E20A13401A4696C5D960922F2ED319) == 0x000150, "Member 'FMesh_Caustics_Parameters::MeshCausticsTemporalColorTolerance_56_C9E20A13401A4696C5D960922F2ED319' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandscapeAndFoliage_Parameter \ +static_assert(alignof(FLandscapeAndFoliage_Parameter) == 0x000008, "Wrong alignment on FLandscapeAndFoliage_Parameter"); \ +static_assert(sizeof(FLandscapeAndFoliage_Parameter) == 0x000140, "Wrong size on FLandscapeAndFoliage_Parameter"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, EnableLandscapeDetectTextureStreaming_8_34CD37624CF32D930CE49B8AE1EDF932) == 0x000000, "Member 'FLandscapeAndFoliage_Parameter::EnableLandscapeDetectTextureStreaming_8_34CD37624CF32D930CE49B8AE1EDF932' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, EnableLandscapeLODUpdateEveryFrame_9_5FA37320403A8777FE4A8FA2225C2F81) == 0x000010, "Member 'FLandscapeAndFoliage_Parameter::EnableLandscapeLODUpdateEveryFrame_9_5FA37320403A8777FE4A8FA2225C2F81' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, EnableInstancedStaticMesh_10_F759681E42E05A6B2AC9FEA6EE2E717F) == 0x000020, "Member 'FLandscapeAndFoliage_Parameter::EnableInstancedStaticMesh_10_F759681E42E05A6B2AC9FEA6EE2E717F' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, EnableInstancedStaticMeshesCulling_11_DB7739364F5EED0508F78483F32D333D) == 0x000030, "Member 'FLandscapeAndFoliage_Parameter::EnableInstancedStaticMeshesCulling_11_DB7739364F5EED0508F78483F32D333D' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesCullingRadius_12_790EF6C34AB6F7B443A365B703D17049) == 0x000040, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesCullingRadius_12_790EF6C34AB6F7B443A365B703D17049' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, EnableLandscapeInRT_13_EB1398FC4CE59D76E6A49B9D289BA6A2) == 0x000050, "Member 'FLandscapeAndFoliage_Parameter::EnableLandscapeInRT_13_EB1398FC4CE59D76E6A49B9D289BA6A2' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesCullingAngle_16_6EB44C0E474474F85AD359B7B8A0B9BC) == 0x000060, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesCullingAngle_16_6EB44C0E474474F85AD359B7B8A0B9BC' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesEvaluateWPO_22_3E0D1EF54BCDB5B2D1E1A48429415469) == 0x000070, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesEvaluateWPO_22_3E0D1EF54BCDB5B2D1E1A48429415469' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesSimulationCount_23_3F44BC814B40CF9EB483F2A9D063BB0A) == 0x000080, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesSimulationCount_23_3F44BC814B40CF9EB483F2A9D063BB0A' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, ShadowUseBiasForSkipWPOEval_24_EE03629D4D672D9F32340FBB0ED1F0A9) == 0x000090, "Member 'FLandscapeAndFoliage_Parameter::ShadowUseBiasForSkipWPOEval_24_EE03629D4D672D9F32340FBB0ED1F0A9' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, ShadowMaxBiasForInexactGeometry_25_50FA131B48D2AEE0BE24A1AAEBCC1205) == 0x0000A0, "Member 'FLandscapeAndFoliage_Parameter::ShadowMaxBiasForInexactGeometry_25_50FA131B48D2AEE0BE24A1AAEBCC1205' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, AutoInstance_29_703C2F464F835FBA52AF74ABDEE8DC9D) == 0x0000B0, "Member 'FLandscapeAndFoliage_Parameter::AutoInstance_29_703C2F464F835FBA52AF74ABDEE8DC9D' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, AOUseBiasForSkipWPOEval_33_2006F3134F1344D7F76F8FAA1D641BBB) == 0x0000C0, "Member 'FLandscapeAndFoliage_Parameter::AOUseBiasForSkipWPOEval_33_2006F3134F1344D7F76F8FAA1D641BBB' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, AOMaxBiasForInexactGeometry_34_C821B15B4E6AADD30289B4BBC8CE3C09) == 0x0000D0, "Member 'FLandscapeAndFoliage_Parameter::AOMaxBiasForInexactGeometry_34_C821B15B4E6AADD30289B4BBC8CE3C09' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesEnableInstancesCluster_37_D38812BE4A99F312B4A2EBAE877B7926) == 0x0000E0, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesEnableInstancesCluster_37_D38812BE4A99F312B4A2EBAE877B7926' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesInstancesClusterThreshold_40_6794D7BB4A7807AA66D0BEBE5522808C) == 0x0000F0, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesInstancesClusterThreshold_40_6794D7BB4A7807AA66D0BEBE5522808C' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesCullingClusterSize_43_3604AD0F47E09E96CBCB2698AD22EF7C) == 0x000100, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesCullingClusterSize_43_3604AD0F47E09E96CBCB2698AD22EF7C' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesLodBias_46_1359E4EE43A68E48F5BA2EBD36B12DCF) == 0x000110, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesLodBias_46_1359E4EE43A68E48F5BA2EBD36B12DCF' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, FoliageExpandOffset_49_4709C88E49A4E52865AE65B1D62A3B09) == 0x000120, "Member 'FLandscapeAndFoliage_Parameter::FoliageExpandOffset_49_4709C88E49A4E52865AE65B1D62A3B09' has a wrong offset!"); \ +static_assert(offsetof(FLandscapeAndFoliage_Parameter, InstancedStaticMeshesSimulationClusterRadius_52_04DF0B8A40F0623929E4EBBAE5EED159) == 0x000130, "Member 'FLandscapeAndFoliage_Parameter::InstancedStaticMeshesSimulationClusterRadius_52_04DF0B8A40F0623929E4EBBAE5EED159' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGI_Parameters \ +static_assert(alignof(FGI_Parameters) == 0x000008, "Wrong alignment on FGI_Parameters"); \ +static_assert(sizeof(FGI_Parameters) == 0x000458, "Wrong size on FGI_Parameters"); \ +static_assert(offsetof(FGI_Parameters, GItype_13_FEFC00D7428DF3F2EA0F9097A9353822) == 0x000000, "Member 'FGI_Parameters::GItype_13_FEFC00D7428DF3F2EA0F9097A9353822' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIMaxBounce_14_9C271AFE40D4E53E4469F8A0B0726358) == 0x000010, "Member 'FGI_Parameters::GIMaxBounce_14_9C271AFE40D4E53E4469F8A0B0726358' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIMaxRayDistance_15_AD8A4E9844AE373D5012FB9DACC25082) == 0x000020, "Member 'FGI_Parameters::GIMaxRayDistance_15_AD8A4E9844AE373D5012FB9DACC25082' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GISPP_16_1CA01D6E4CD423E3952E13A05D8EDCF5) == 0x000030, "Member 'FGI_Parameters::GISPP_16_1CA01D6E4CD423E3952E13A05D8EDCF5' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIScreenPercentage_17_51DD44EE4074DBDCF36076B79D47F981) == 0x000040, "Member 'FGI_Parameters::GIScreenPercentage_17_51DD44EE4074DBDCF36076B79D47F981' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIUseRussianRoulette_18_03B4F71A41F8B1991B5C9093866E7C8D) == 0x000050, "Member 'FGI_Parameters::GIUseRussianRoulette_18_03B4F71A41F8B1991B5C9093866E7C8D' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDiffuseThreshold_19_4C91F5304F3E0F86F2DE64BE0555EBFC) == 0x000060, "Member 'FGI_Parameters::GIDiffuseThreshold_19_4C91F5304F3E0F86F2DE64BE0555EBFC' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GISortMaterials_21_FB1F0EBB431301AE76B7CEB2D0B466E8) == 0x000070, "Member 'FGI_Parameters::GISortMaterials_21_FB1F0EBB431301AE76B7CEB2D0B466E8' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIEnableTwoSidedGeometry_22_F38481B04AA8C5C6C1B93087D28F17CE) == 0x000080, "Member 'FGI_Parameters::GIEnableTwoSidedGeometry_22_F38481B04AA8C5C6C1B93087D28F17CE' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherDistance_23_06E7E9F0467A1E30FB9C0989EBD3E956) == 0x000090, "Member 'FGI_Parameters::FinalGatherDistance_23_06E7E9F0467A1E30FB9C0989EBD3E956' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIMaxLightCount_26_5B5538634898D5C09E00E0B76188BF5D) == 0x0000A0, "Member 'FGI_Parameters::GIMaxLightCount_26_5B5538634898D5C09E00E0B76188BF5D' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiserType_32_B2E8F2D04E72BB68627D6EBCA107C472) == 0x0000B0, "Member 'FGI_Parameters::GIDenoiserType_32_B2E8F2D04E72BB68627D6EBCA107C472' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIApplyAO_33_1BA016C145BE87B51CFBDDBEB7FBEE0D) == 0x0000C0, "Member 'FGI_Parameters::GIApplyAO_33_1BA016C145BE87B51CFBDDBEB7FBEE0D' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiserColorClamp_34_116D4CA9441D9B54F1CC09A4773FC856) == 0x0000D0, "Member 'FGI_Parameters::GIDenoiserColorClamp_34_116D4CA9441D9B54F1CC09A4773FC856' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiserNormalTolerance_35_B6026F734DEA82ADC79D678F82ED05EA) == 0x0000E0, "Member 'FGI_Parameters::GIDenoiserNormalTolerance_35_B6026F734DEA82ADC79D678F82ED05EA' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiseHistoryLength_41_6444C26341627DFA45693FBF3E6C18CF) == 0x0000F0, "Member 'FGI_Parameters::GIDenoiseHistoryLength_41_6444C26341627DFA45693FBF3E6C18CF' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SpatialNormalTolerance_38_90A4369D46760D1D3D12B1B90AC93BB2) == 0x000100, "Member 'FGI_Parameters::SpatialNormalTolerance_38_90A4369D46760D1D3D12B1B90AC93BB2' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SpatialFilterIteration_44_43991F984232FCDF0F486A8122EC4EE5) == 0x000110, "Member 'FGI_Parameters::SpatialFilterIteration_44_43991F984232FCDF0F486A8122EC4EE5' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDiffuseBoost_47_206FAADE4EB4EB482502AFBADB7283BC) == 0x000120, "Member 'FGI_Parameters::GIDiffuseBoost_47_206FAADE4EB4EB482502AFBADB7283BC' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherUseReservoirResampling_51_B645C5324122AF3297A88BA441BBF97D) == 0x000130, "Member 'FGI_Parameters::FinalGatherUseReservoirResampling_51_B645C5324122AF3297A88BA441BBF97D' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIMetalicSupport_54_E529B8F747A267DC767E098206DB5CC4) == 0x000140, "Member 'FGI_Parameters::GIMetalicSupport_54_E529B8F747A267DC767E098206DB5CC4' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiserSpatialFilterType_57_35EDA4DA4FDAE461034E11A329D5FCE1) == 0x000150, "Member 'FGI_Parameters::GIDenoiserSpatialFilterType_57_35EDA4DA4FDAE461034E11A329D5FCE1' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiserUseSH_62_6A8CFE524B495BB040710BA60BBD39E0) == 0x000160, "Member 'FGI_Parameters::GIDenoiserUseSH_62_6A8CFE524B495BB040710BA60BBD39E0' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiserSHSharpness_61_E2DE071B4E3C5411289FF0AC4D8A8D41) == 0x000170, "Member 'FGI_Parameters::GIDenoiserSHSharpness_61_E2DE071B4E3C5411289FF0AC4D8A8D41' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, ATrousDepthTolerance_65_1759F98545A1EAAC4D34079C5EF23FAB) == 0x000180, "Member 'FGI_Parameters::ATrousDepthTolerance_65_1759F98545A1EAAC4D34079C5EF23FAB' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherIterations_70_4AF615CF472D7320C330A4911D16FB84) == 0x000190, "Member 'FGI_Parameters::FinalGatherIterations_70_4AF615CF472D7320C330A4911D16FB84' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherFilterWidth_71_D2D42ACB40D4E30DE24D4B917B965521) == 0x0001A0, "Member 'FGI_Parameters::FinalGatherFilterWidth_71_D2D42ACB40D4E30DE24D4B917B965521' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIFireflySuppression_72_EEAF55A1422455A4AEE4FC90DA0C1746) == 0x0001B0, "Member 'FGI_Parameters::GIFireflySuppression_72_EEAF55A1422455A4AEE4FC90DA0C1746' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, ReservoirResamplingInterval_76_80AB856F43395C864203B9A3135F2DB9) == 0x0001C0, "Member 'FGI_Parameters::ReservoirResamplingInterval_76_80AB856F43395C864203B9A3135F2DB9' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherNormalFromDepth_80_8D4264AA4A8998ABC3EEA99265BE762C) == 0x0001D0, "Member 'FGI_Parameters::FinalGatherNormalFromDepth_80_8D4264AA4A8998ABC3EEA99265BE762C' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherMaxReuseWeight_81_2D108C2B4C14D43EC6EC9192CD7C9689) == 0x0001E0, "Member 'FGI_Parameters::FinalGatherMaxReuseWeight_81_2D108C2B4C14D43EC6EC9192CD7C9689' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherAggressiveReservoirReuse_84_1B3372034365E9F31EB6019F153A3A77) == 0x0001F0, "Member 'FGI_Parameters::FinalGatherAggressiveReservoirReuse_84_1B3372034365E9F31EB6019F153A3A77' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIDenoiseATrousFilterWidth_87_985CA20D455F90D2B3A71092519BA3E6) == 0x000200, "Member 'FGI_Parameters::GIDenoiseATrousFilterWidth_87_985CA20D455F90D2B3A71092519BA3E6' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIAccumulateEmissive_90_77129ADE421CED99235DF8A2C64DE1FB) == 0x000210, "Member 'FGI_Parameters::GIAccumulateEmissive_90_77129ADE421CED99235DF8A2C64DE1FB' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIMultiBounceInterval_92_F65C03A246D2D4273AAA648629A2E8B9) == 0x000220, "Member 'FGI_Parameters::GIMultiBounceInterval_92_F65C03A246D2D4273AAA648629A2E8B9' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SpatialReservoirSamples_95_3B6B91134E739B748488E8A9ECB31DB1) == 0x000230, "Member 'FGI_Parameters::SpatialReservoirSamples_95_3B6B91134E739B748488E8A9ECB31DB1' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIEnableSimpleRefractShadow_106_E00CC1074BCE12332F7182A2F91117BE) == 0x000240, "Member 'FGI_Parameters::GIEnableSimpleRefractShadow_106_E00CC1074BCE12332F7182A2F91117BE' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, ReflectionDiffuseBoost_107_C943572C4919594AF5D1BEB455C5FEF2) == 0x000250, "Member 'FGI_Parameters::ReflectionDiffuseBoost_107_C943572C4919594AF5D1BEB455C5FEF2' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FirstLayerReflectionGIMaxRoughness_108_720C9E9D4AA910B396ED818A79011587) == 0x000260, "Member 'FGI_Parameters::FirstLayerReflectionGIMaxRoughness_108_720C9E9D4AA910B396ED818A79011587' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, UniformLightSelection_109_EF1FA31740D84E772391288E3FAF01C2) == 0x000270, "Member 'FGI_Parameters::UniformLightSelection_109_EF1FA31740D84E772391288E3FAF01C2' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GISER_110_3CD870CF409CAF5993AC6B9CB1C08C5F) == 0x000280, "Member 'FGI_Parameters::GISER_110_3CD870CF409CAF5993AC6B9CB1C08C5F' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherUseTraceRayInline_111_FED649C548E62AFE57C6D49B4F11BE2F) == 0x000290, "Member 'FGI_Parameters::FinalGatherUseTraceRayInline_111_FED649C548E62AFE57C6D49B4F11BE2F' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIEnableTransmission_112_8019DBB74D15BA94C2BF7E958584F051) == 0x0002A0, "Member 'FGI_Parameters::GIEnableTransmission_112_8019DBB74D15BA94C2BF7E958584F051' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, TransmissionHitThreshold_113_FC435AE6461C8A37E3E7849A88366397) == 0x0002B0, "Member 'FGI_Parameters::TransmissionHitThreshold_113_FC435AE6461C8A37E3E7849A88366397' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIMaxShadowDistance_116_F4CCB60D4F5476A48E8698B531E7FC64) == 0x0002C0, "Member 'FGI_Parameters::GIMaxShadowDistance_116_F4CCB60D4F5476A48E8698B531E7FC64' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, TemporalReservoirSamples_119_B018302E44082CE8D280D79EB7DFF19A) == 0x0002D0, "Member 'FGI_Parameters::TemporalReservoirSamples_119_B018302E44082CE8D280D79EB7DFF19A' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, ReSTIRMode_122_77D1B20A44593125C440FB8ED08E3F44) == 0x0002E0, "Member 'FGI_Parameters::ReSTIRMode_122_77D1B20A44593125C440FB8ED08E3F44' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, IntensityScale_125_0998B98B459B6A93FA587EA2812A819F) == 0x0002F0, "Member 'FGI_Parameters::IntensityScale_125_0998B98B459B6A93FA587EA2812A819F' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherSpatialSearchRadiusRatio_141_E59371B745FC97296B1C95A397C65019) == 0x000300, "Member 'FGI_Parameters::FinalGatherSpatialSearchRadiusRatio_141_E59371B745FC97296B1C95A397C65019' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SkyLightLeakFactor_131_9C630E7D4A7F8A52D09D35A1511E269D) == 0x000310, "Member 'FGI_Parameters::SkyLightLeakFactor_131_9C630E7D4A7F8A52D09D35A1511E269D' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, UseLumenSkyLightLookup_134_C213FBF34F2C8939865DFCBA92CE8C92) == 0x000320, "Member 'FGI_Parameters::UseLumenSkyLightLookup_134_C213FBF34F2C8939865DFCBA92CE8C92' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, FinalGatherMaxIntensity_137_264A924A46CCAF090E416685ADA6F0D1) == 0x000330, "Member 'FGI_Parameters::FinalGatherMaxIntensity_137_264A924A46CCAF090E416685ADA6F0D1' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, TransmissionIntensityScale_140_0C07DA714B3EFB79419E3CB91F8D96B9) == 0x000340, "Member 'FGI_Parameters::TransmissionIntensityScale_140_0C07DA714B3EFB79419E3CB91F8D96B9' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, CreatePointsInHalfRes_145_68F34BFF4C14E2B5AB1B02B88FF50035) == 0x000350, "Member 'FGI_Parameters::CreatePointsInHalfRes_145_68F34BFF4C14E2B5AB1B02B88FF50035' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SharcEnable_149_8B72C4334C7002357CA561B42E660C67) == 0x000360, "Member 'FGI_Parameters::SharcEnable_149_8B72C4334C7002357CA561B42E660C67' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GIEnableSharc_150_A6B327E24261AEA5A1C1618200DD54D3) == 0x000370, "Member 'FGI_Parameters::GIEnableSharc_150_A6B327E24261AEA5A1C1618200DD54D3' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, DLSSDRandomFactor_155_84C019744FFA534AC4B83DB1BA4B9C47) == 0x000380, "Member 'FGI_Parameters::DLSSDRandomFactor_155_84C019744FFA534AC4B83DB1BA4B9C47' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SharcDownscaleFactor_158_35626650488EAACD0093A9A6D762BB5B) == 0x000390, "Member 'FGI_Parameters::SharcDownscaleFactor_158_35626650488EAACD0093A9A6D762BB5B' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SharcMode_161_E6E2AA8E44E581EA7A1708864F903DFE) == 0x0003A0, "Member 'FGI_Parameters::SharcMode_161_E6E2AA8E44E581EA7A1708864F903DFE' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SpatialSampleMaxShadowDistance_164_2A597C2F4987B562071E9E8D969D0926) == 0x0003B0, "Member 'FGI_Parameters::SpatialSampleMaxShadowDistance_164_2A597C2F4987B562071E9E8D969D0926' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, ShadowRayInSpatialReuse_167_74DA0B814F046D0F3E7E33A8B346A8BE) == 0x0003C0, "Member 'FGI_Parameters::ShadowRayInSpatialReuse_167_74DA0B814F046D0F3E7E33A8B346A8BE' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, ShadowIntensityScale_170_7F01837E4C93B9A072FDF5AE9845F371) == 0x0003D0, "Member 'FGI_Parameters::ShadowIntensityScale_170_7F01837E4C93B9A072FDF5AE9845F371' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GISpecularFactor_173_0DBAA5DB4B97D5D726F0D19BEBE145D3) == 0x0003E0, "Member 'FGI_Parameters::GISpecularFactor_173_0DBAA5DB4B97D5D726F0D19BEBE145D3' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, SpecularMaxRoughness_176_C738291F406E272CEB8D858FDA792EE4) == 0x0003F0, "Member 'FGI_Parameters::SpecularMaxRoughness_176_C738291F406E272CEB8D858FDA792EE4' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, NRDSpecularDenoiser_179_52610DAD414DE12D8A4588850998E265) == 0x000400, "Member 'FGI_Parameters::NRDSpecularDenoiser_179_52610DAD414DE12D8A4588850998E265' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, HalfResDLSSDRandomFactor_182_EF9740F8423851573F898BB82D175916) == 0x000410, "Member 'FGI_Parameters::HalfResDLSSDRandomFactor_182_EF9740F8423851573F898BB82D175916' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, HalfResDLSSRRGIIntensityScale_185_E8C02F3B4CABB03065EE61AFB00C2B72) == 0x000420, "Member 'FGI_Parameters::HalfResDLSSRRGIIntensityScale_185_E8C02F3B4CABB03065EE61AFB00C2B72' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, EnableGIIntensityOverride_188_172304DB4309EF39F03960B657119FA0) == 0x000430, "Member 'FGI_Parameters::EnableGIIntensityOverride_188_172304DB4309EF39F03960B657119FA0' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, GILightCullingDistance_191_3BC5909C468B84BB8108D5BB4D59C7AB) == 0x000438, "Member 'FGI_Parameters::GILightCullingDistance_191_3BC5909C468B84BB8108D5BB4D59C7AB' has a wrong offset!"); \ +static_assert(offsetof(FGI_Parameters, TransmissionHairScale_194_11B4DF4C4028C3B0A898A4A71BC9F358) == 0x000448, "Member 'FGI_Parameters::TransmissionHairScale_194_11B4DF4C4028C3B0A898A4A71BC9F358' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDLSS_Parameters \ +static_assert(alignof(FDLSS_Parameters) == 0x000008, "Wrong alignment on FDLSS_Parameters"); \ +static_assert(sizeof(FDLSS_Parameters) == 0x0000C0, "Wrong size on FDLSS_Parameters"); \ +static_assert(offsetof(FDLSS_Parameters, Sharpness_2_35A008B94CA19E1D1157B4BEE3664DDE) == 0x000000, "Member 'FDLSS_Parameters::Sharpness_2_35A008B94CA19E1D1157B4BEE3664DDE' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, DLSSEnable_39_13810A794156D8CEAF3F7AA78AD87AA4) == 0x000010, "Member 'FDLSS_Parameters::DLSSEnable_39_13810A794156D8CEAF3F7AA78AD87AA4' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, TranslucencyEnableTAABeforeDLSS_21_7E947A1D40EA2E0800C722881BCA5577) == 0x000020, "Member 'FDLSS_Parameters::TranslucencyEnableTAABeforeDLSS_21_7E947A1D40EA2E0800C722881BCA5577' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, ParticleReapplyTAAafterDLSS_38_01F8076E42227DCDF5D7C6BD22E42432) == 0x000030, "Member 'FDLSS_Parameters::ParticleReapplyTAAafterDLSS_38_01F8076E42227DCDF5D7C6BD22E42432' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, FramesUntilFeatureDesturction_41_146725084183D5B8875F03B095965D14) == 0x000040, "Member 'FDLSS_Parameters::FramesUntilFeatureDesturction_41_146725084183D5B8875F03B095965D14' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, DilateMotionVectors_42_75D786CA4852F3DA32BBD5A03196AD6A) == 0x000050, "Member 'FDLSS_Parameters::DilateMotionVectors_42_75D786CA4852F3DA32BBD5A03196AD6A' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, ReflectionsTAA_43_E0D798E64EE07DDF022D31A71335EFD3) == 0x000060, "Member 'FDLSS_Parameters::ReflectionsTAA_43_E0D798E64EE07DDF022D31A71335EFD3' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, WaterReflectionsTAA_44_71C49B4347FB341069C65DA4366CAC3E) == 0x000070, "Member 'FDLSS_Parameters::WaterReflectionsTAA_44_71C49B4347FB341069C65DA4366CAC3E' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, AutoExposure_53_3B81091947B3E1695525D69D252AD247) == 0x000080, "Member 'FDLSS_Parameters::AutoExposure_53_3B81091947B3E1695525D69D252AD247' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, DLSSPreset_61_56304D034D2FED16A510D794D93C7A39) == 0x000090, "Member 'FDLSS_Parameters::DLSSPreset_61_56304D034D2FED16A510D794D93C7A39' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, DLSSPreferNISSharpen_64_5855019044DF7F164E52C28AE4C8C524) == 0x0000A0, "Member 'FDLSS_Parameters::DLSSPreferNISSharpen_64_5855019044DF7F164E52C28AE4C8C524' has a wrong offset!"); \ +static_assert(offsetof(FDLSS_Parameters, DLSSDEnable_67_A38F458F45431729B35D24880DF1D1D3) == 0x0000B0, "Member 'FDLSS_Parameters::DLSSDEnable_67_A38F458F45431729B35D24880DF1D1D3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DispLibWorld_C \ +static_assert(alignof(ABP_DispLibWorld_C) == 0x000008, "Wrong alignment on ABP_DispLibWorld_C"); \ +static_assert(sizeof(ABP_DispLibWorld_C) == 0x000308, "Wrong size on ABP_DispLibWorld_C"); \ +static_assert(offsetof(ABP_DispLibWorld_C, Scene) == 0x000300, "Member 'ABP_DispLibWorld_C::Scene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebug_Parameters \ +static_assert(alignof(FDebug_Parameters) == 0x000008, "Wrong alignment on FDebug_Parameters"); \ +static_assert(sizeof(FDebug_Parameters) == 0x0001B8, "Wrong size on FDebug_Parameters"); \ +static_assert(offsetof(FDebug_Parameters, NormalBias_15_8A32C7694BB9E814F5B79080A92D92FF) == 0x000000, "Member 'FDebug_Parameters::NormalBias_15_8A32C7694BB9E814F5B79080A92D92FF' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, DebugForceOpaque_16_C804BF5D4DD6036507DFF789796FA3D2) == 0x000010, "Member 'FDebug_Parameters::DebugForceOpaque_16_C804BF5D4DD6036507DFF789796FA3D2' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, DebugDisableTriangleCull_18_F6A8E355470D11CB81EAB8B19AC1C7A6) == 0x000020, "Member 'FDebug_Parameters::DebugDisableTriangleCull_18_F6A8E355470D11CB81EAB8B19AC1C7A6' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, EnableReflectionDenoiser_20_12D307E54569217835508CB0D10A7977) == 0x000030, "Member 'FDebug_Parameters::EnableReflectionDenoiser_20_12D307E54569217835508CB0D10A7977' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, EnableShadowDenoiser_21_66089741487B775E6A06E499B3D14354) == 0x000040, "Member 'FDebug_Parameters::EnableShadowDenoiser_21_66089741487B775E6A06E499B3D14354' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, EnableGIDenoiser_22_048015BE4ECE190E94DAC98FC43DBFBC) == 0x000050, "Member 'FDebug_Parameters::EnableGIDenoiser_22_048015BE4ECE190E94DAC98FC43DBFBC' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, EnableMaterials_86_49932A5A461504BB59F75CB217B2162E) == 0x000060, "Member 'FDebug_Parameters::EnableMaterials_86_49932A5A461504BB59F75CB217B2162E' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, RTXSwitch_26_CF19681044E915DF3EE1B7A42E9CE572) == 0x000070, "Member 'FDebug_Parameters::RTXSwitch_26_CF19681044E915DF3EE1B7A42E9CE572' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, UseShaderWPO_32_EF11C3E64B117CFB7C16B0BAA7F5A01D) == 0x000080, "Member 'FDebug_Parameters::UseShaderWPO_32_EF11C3E64B117CFB7C16B0BAA7F5A01D' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, ParallelMeshBatchSize_66_DD9B821743F54A691D43C8A24A9BE556) == 0x000088, "Member 'FDebug_Parameters::ParallelMeshBatchSize_66_DD9B821743F54A691D43C8A24A9BE556' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, BuildRayTracingMeshForCaustics_68_BDEEC918403656B6270A94A80C0DE5DB) == 0x000098, "Member 'FDebug_Parameters::BuildRayTracingMeshForCaustics_68_BDEEC918403656B6270A94A80C0DE5DB' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, ParallelMeshBatchSetup_56_86CA6095450FFE588738FC85344DC2FD) == 0x0000A8, "Member 'FDebug_Parameters::ParallelMeshBatchSetup_56_86CA6095450FFE588738FC85344DC2FD' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, NonBlockingPipelineCreation_79_48AF81E64271EABF0A7934900DCD8A49) == 0x0000B8, "Member 'FDebug_Parameters::NonBlockingPipelineCreation_79_48AF81E64271EABF0A7934900DCD8A49' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, DynamicGeometryLastRenderTimeUpdateDistance_82_85FDD70C4ECBD20FDB4138A3032A7F47) == 0x0000C8, "Member 'FDebug_Parameters::DynamicGeometryLastRenderTimeUpdateDistance_82_85FDD70C4ECBD20FDB4138A3032A7F47' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, RTXTickInterval_71_9F40A6F64535D2EC280D3A931AB6EBC1) == 0x0000D8, "Member 'FDebug_Parameters::RTXTickInterval_71_9F40A6F64535D2EC280D3A931AB6EBC1' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, PlayerMaxVelocityThreshold_73_ED82F8D84E62D435C28326AD3146CBC0) == 0x0000E0, "Member 'FDebug_Parameters::PlayerMaxVelocityThreshold_73_ED82F8D84E62D435C28326AD3146CBC0' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, EnableAdaptiveRTXRender_76_D6F55266402401FBB0ED1293B4FEA290) == 0x0000E8, "Member 'FDebug_Parameters::EnableAdaptiveRTXRender_76_D6F55266402401FBB0ED1293B4FEA290' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, UseRasterCaustics_89_538AA5884238B1737615599CDB58D3E3) == 0x0000F0, "Member 'FDebug_Parameters::UseRasterCaustics_89_538AA5884238B1737615599CDB58D3E3' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, VolumetricScatteringIntensityScale_92_A6C5C006449DEB6D498E979D106DE13F) == 0x0000F8, "Member 'FDebug_Parameters::VolumetricScatteringIntensityScale_92_A6C5C006449DEB6D498E979D106DE13F' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, UseSkeletalMeshLODBias_95_0791AE8B47FA4B1E69C461BD05775B1B) == 0x000108, "Member 'FDebug_Parameters::UseSkeletalMeshLODBias_95_0791AE8B47FA4B1E69C461BD05775B1B' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, AsyncBuild_98_C5509A2A41941095244BB4AF21BA307E) == 0x000118, "Member 'FDebug_Parameters::AsyncBuild_98_C5509A2A41941095244BB4AF21BA307E' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, MaxBuiltPrimitivesPerFrame_101_5C3E2B904E972515BCAFE1B2452227C0) == 0x000128, "Member 'FDebug_Parameters::MaxBuiltPrimitivesPerFrame_101_5C3E2B904E972515BCAFE1B2452227C0' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, NiagaraUseRayTracingShadow_104_BBA72FFC4AE13955CE1D1D901C9628E3) == 0x000138, "Member 'FDebug_Parameters::NiagaraUseRayTracingShadow_104_BBA72FFC4AE13955CE1D1D901C9628E3' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, NiagaraShadowSupportLocalLight_106_C8173766479122BE412F13A77FDB4787) == 0x000148, "Member 'FDebug_Parameters::NiagaraShadowSupportLocalLight_106_C8173766479122BE412F13A77FDB4787' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, ParticleIndirectLightingScale_112_5D781F6949A23E70EC5ED29EA799FB3B) == 0x000158, "Member 'FDebug_Parameters::ParticleIndirectLightingScale_112_5D781F6949A23E70EC5ED29EA799FB3B' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, RayTMinOffset_115_141A9E1E4AF662C272DD98B51FF50B68) == 0x000168, "Member 'FDebug_Parameters::RayTMinOffset_115_141A9E1E4AF662C272DD98B51FF50B68' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, VolumetricFogGridPixelSize_118_284C27EC4A2299E78E6122BA955BC0D9) == 0x000178, "Member 'FDebug_Parameters::VolumetricFogGridPixelSize_118_284C27EC4A2299E78E6122BA955BC0D9' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, VolumetricFogGridSizeZ_120_EDBC7293434C85D7DAE550A91C8B1256) == 0x000188, "Member 'FDebug_Parameters::VolumetricFogGridSizeZ_120_EDBC7293434C85D7DAE550A91C8B1256' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, RTArtistParameterOverride_122_A1B6A5EF46D9B7CFC801D199C1E885B5) == 0x000198, "Member 'FDebug_Parameters::RTArtistParameterOverride_122_A1B6A5EF46D9B7CFC801D199C1E885B5' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, TonemapperSharpen_125_6F7FF43E4B9767E311F20DBFBF88A4E2) == 0x0001A0, "Member 'FDebug_Parameters::TonemapperSharpen_125_6F7FF43E4B9767E311F20DBFBF88A4E2' has a wrong offset!"); \ +static_assert(offsetof(FDebug_Parameters, DLSSRRSSSParameterOverride_127_E71D2B684331350521848A863B97DE14) == 0x0001B0, "Member 'FDebug_Parameters::DLSSRRSSSParameterOverride_127_E71D2B684331350521848A863B97DE14' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDataType_Support \ +static_assert(alignof(FDataType_Support) == 0x000008, "Wrong alignment on FDataType_Support"); \ +static_assert(sizeof(FDataType_Support) == 0x0001B0, "Wrong size on FDataType_Support"); \ +static_assert(offsetof(FDataType_Support, GeometryCache_10_60EECC624C693307F620398174DF4F78) == 0x000000, "Member 'FDataType_Support::GeometryCache_10_60EECC624C693307F620398174DF4F78' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, StaticMeshes_11_CACE76324DB5B67A06E6BEA8FF4E9134) == 0x000010, "Member 'FDataType_Support::StaticMeshes_11_CACE76324DB5B67A06E6BEA8FF4E9134' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, StaticMeshesEnableWPO_12_589C74A44AC1367B026C8FBFA0045D44) == 0x000020, "Member 'FDataType_Support::StaticMeshesEnableWPO_12_589C74A44AC1367B026C8FBFA0045D44' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, StaticMeshesEnableWPOCulling_13_177AB1CE478B5AC40D24B791225322F5) == 0x000030, "Member 'FDataType_Support::StaticMeshesEnableWPOCulling_13_177AB1CE478B5AC40D24B791225322F5' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, StaticMeshesWPOCullingRadius_14_7BC25E7A4F0CD3C0F47B229B1D9DE927) == 0x000040, "Member 'FDataType_Support::StaticMeshesWPOCullingRadius_14_7BC25E7A4F0CD3C0F47B229B1D9DE927' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, SkeletalMeshes_15_FFC240AB4BED120417AAC69C70124464) == 0x000050, "Member 'FDataType_Support::SkeletalMeshes_15_FFC240AB4BED120417AAC69C70124464' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, ProceduralMeshes_21_36D63E534869DBA1D0DA50A3A01827F9) == 0x000060, "Member 'FDataType_Support::ProceduralMeshes_21_36D63E534869DBA1D0DA50A3A01827F9' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, NiagaraMeshes_16_10268FE94CA08A6B9573EAA7DADE014B) == 0x000070, "Member 'FDataType_Support::NiagaraMeshes_16_10268FE94CA08A6B9573EAA7DADE014B' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, NiagaraRibbons_17_B678BB4940773D107B14C2B4BE0095AF) == 0x000080, "Member 'FDataType_Support::NiagaraRibbons_17_B678BB4940773D107B14C2B4BE0095AF' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, NiagaraSprites_18_05F8C4284E3C7649FE73ECB35F94FF34) == 0x000090, "Member 'FDataType_Support::NiagaraSprites_18_05F8C4284E3C7649FE73ECB35F94FF34' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, GIDirectionalLight_32_5B36A08C409AF3F6263AACA6D880682A) == 0x0000A0, "Member 'FDataType_Support::GIDirectionalLight_32_5B36A08C409AF3F6263AACA6D880682A' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, GIPointLight_33_41CEC9CA46598970DF2B9EAF7240AF95) == 0x0000B0, "Member 'FDataType_Support::GIPointLight_33_41CEC9CA46598970DF2B9EAF7240AF95' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, GIRectLight_34_570E86F346FC898FB785DD9FA7B2CF69) == 0x0000C0, "Member 'FDataType_Support::GIRectLight_34_570E86F346FC898FB785DD9FA7B2CF69' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, GISkyLight_35_24DDF0D54211597D5928CC8279BA2613) == 0x0000D0, "Member 'FDataType_Support::GISkyLight_35_24DDF0D54211597D5928CC8279BA2613' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, GISpotLight_36_CA892FD74CE62E79DAC8EEA2A6942E59) == 0x0000E0, "Member 'FDataType_Support::GISpotLight_36_CA892FD74CE62E79DAC8EEA2A6942E59' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, ShadowsDirectional_37_158E74B94A0A037FDCB9DFA5ECF785C7) == 0x0000F0, "Member 'FDataType_Support::ShadowsDirectional_37_158E74B94A0A037FDCB9DFA5ECF785C7' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, ShadowsPoint_38_EE2768114270CF56FBC5729DD8063DAA) == 0x000100, "Member 'FDataType_Support::ShadowsPoint_38_EE2768114270CF56FBC5729DD8063DAA' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, ShadowsRect_39_ED1CE4DC401687164B18EC89981A8854) == 0x000110, "Member 'FDataType_Support::ShadowsRect_39_ED1CE4DC401687164B18EC89981A8854' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, ShadowsSpot_40_8D4FCC9F4561A67CCCE062B526D23A3C) == 0x000120, "Member 'FDataType_Support::ShadowsSpot_40_8D4FCC9F4561A67CCCE062B526D23A3C' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, EnableRayTracingCulling_45_51CAE4294A3A6F89F3317988496B5AA1) == 0x000130, "Member 'FDataType_Support::EnableRayTracingCulling_45_51CAE4294A3A6F89F3317988496B5AA1' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, RayTracingCullingAngle_46_372A6A3140C6BFC4B19E7AAEBA56C702) == 0x000140, "Member 'FDataType_Support::RayTracingCullingAngle_46_372A6A3140C6BFC4B19E7AAEBA56C702' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, RayTracingCullingRadius_47_E8E0FA1F4B28E157718787819ACC7807) == 0x000150, "Member 'FDataType_Support::RayTracingCullingRadius_47_E8E0FA1F4B28E157718787819ACC7807' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, GeometryCollection_50_533FAFAA4789DB5A4682C88245C96756) == 0x000160, "Member 'FDataType_Support::GeometryCollection_50_533FAFAA4789DB5A4682C88245C96756' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, NiagaraRibbonsReorientation_55_E85B138144FA9078054F87BED77E9DE3) == 0x000170, "Member 'FDataType_Support::NiagaraRibbonsReorientation_55_E85B138144FA9078054F87BED77E9DE3' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, NiagaraSpritesReorientation_56_C32368894CF127C861A7F69410C5D5CA) == 0x000180, "Member 'FDataType_Support::NiagaraSpritesReorientation_56_C32368894CF127C861A7F69410C5D5CA' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, ReorientedNiagaraCullingDistance_57_DE807CBA46B92D276D87578C0C00E65F) == 0x000190, "Member 'FDataType_Support::ReorientedNiagaraCullingDistance_57_DE807CBA46B92D276D87578C0C00E65F' has a wrong offset!"); \ +static_assert(offsetof(FDataType_Support, ReorientedNiagaraCullingAngle_60_435C37984F971823471C75B0BC63F619) == 0x0001A0, "Member 'FDataType_Support::ReorientedNiagaraCullingAngle_60_435C37984F971823471C75B0BC63F619' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAO_Parameters \ +static_assert(alignof(FAO_Parameters) == 0x000008, "Wrong alignment on FAO_Parameters"); \ +static_assert(sizeof(FAO_Parameters) == 0x000050, "Wrong size on FAO_Parameters"); \ +static_assert(offsetof(FAO_Parameters, EnableAO_4_402B20584E745E3C12F1B7AF7AA87854) == 0x000000, "Member 'FAO_Parameters::EnableAO_4_402B20584E745E3C12F1B7AF7AA87854' has a wrong offset!"); \ +static_assert(offsetof(FAO_Parameters, AOEnableMaterial_5_CC7E87EA478E0E374391B688FD73F056) == 0x000010, "Member 'FAO_Parameters::AOEnableMaterial_5_CC7E87EA478E0E374391B688FD73F056' has a wrong offset!"); \ +static_assert(offsetof(FAO_Parameters, AOEnableTwoSideGeometry_6_C6D7C81641885C9241D31F8F7FDB1BFD) == 0x000020, "Member 'FAO_Parameters::AOEnableTwoSideGeometry_6_C6D7C81641885C9241D31F8F7FDB1BFD' has a wrong offset!"); \ +static_assert(offsetof(FAO_Parameters, AOSPP_10_2666C0F2490AC980438465B1B37CDDDC) == 0x000030, "Member 'FAO_Parameters::AOSPP_10_2666C0F2490AC980438465B1B37CDDDC' has a wrong offset!"); \ +static_assert(offsetof(FAO_Parameters, AODenoiserHistoryConvolutionSampleCount_13_50EF88A94EC31AFC5F939FA82C735B40) == 0x000040, "Member 'FAO_Parameters::AODenoiserHistoryConvolutionSampleCount_13_50EF88A94EC31AFC5F939FA82C735B40' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FXbox \ +static_assert(alignof(FXbox) == 0x000010, "Wrong alignment on FXbox"); \ +static_assert(sizeof(FXbox) == 0x001ED0, "Wrong size on FXbox"); \ +static_assert(offsetof(FXbox, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FXbox::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FXbox, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FXbox::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FXbox, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FXbox::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FXbox, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FXbox::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FXbox, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FXbox::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FXbox, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FXbox::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FXbox, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FXbox::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FXbox, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FXbox::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FXbox, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FXbox::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FXbox, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FXbox::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FXbox, DLSSParameters_310_7E4DC0424931B31C9DF0779DC71B119B) == 0x001208, "Member 'FXbox::DLSSParameters_310_7E4DC0424931B31C9DF0779DC71B119B' has a wrong offset!"); \ +static_assert(offsetof(FXbox, RTXPostProcessSettings_316_79EC232848BAB964A67DDB9C114B7FDA) == 0x0012D0, "Member 'FXbox::RTXPostProcessSettings_316_79EC232848BAB964A67DDB9C114B7FDA' has a wrong offset!"); \ +static_assert(offsetof(FXbox, DataTypeSupport_319_494E11E145D7CB4FE9D0638B520247FA) == 0x001A90, "Member 'FXbox::DataTypeSupport_319_494E11E145D7CB4FE9D0638B520247FA' has a wrong offset!"); \ +static_assert(offsetof(FXbox, RTXDINRDParameters_322_E13DA7974F6B55109174A6965220CDC3) == 0x001C40, "Member 'FXbox::RTXDINRDParameters_322_E13DA7974F6B55109174A6965220CDC3' has a wrong offset!"); \ +static_assert(offsetof(FXbox, LumenParameters_325_192977A44A09453C77C3F88FB1A0AEE1) == 0x001D48, "Member 'FXbox::LumenParameters_325_192977A44A09453C77C3F88FB1A0AEE1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FVeryHigh \ +static_assert(alignof(FVeryHigh) == 0x000010, "Wrong alignment on FVeryHigh"); \ +static_assert(sizeof(FVeryHigh) == 0x001ED0, "Wrong size on FVeryHigh"); \ +static_assert(offsetof(FVeryHigh, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FVeryHigh::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FVeryHigh::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FVeryHigh::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FVeryHigh::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FVeryHigh::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FVeryHigh::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FVeryHigh::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FVeryHigh::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FVeryHigh::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FVeryHigh::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, DLSSParameters_310_DF713E70420757F4C67C13BBDC8E3A9E) == 0x001208, "Member 'FVeryHigh::DLSSParameters_310_DF713E70420757F4C67C13BBDC8E3A9E' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, RTXPostProcessSettings_316_D6EED34F42FA2FE3B39C158FD4BF7119) == 0x0012D0, "Member 'FVeryHigh::RTXPostProcessSettings_316_D6EED34F42FA2FE3B39C158FD4BF7119' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, DataTypeSupport_319_CD2540CC44DAD7284D977B822E41DA90) == 0x001A90, "Member 'FVeryHigh::DataTypeSupport_319_CD2540CC44DAD7284D977B822E41DA90' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, RTXDINRDParameters_322_12ABD63D4E4FA246A008DB8456D3CEA8) == 0x001C40, "Member 'FVeryHigh::RTXDINRDParameters_322_12ABD63D4E4FA246A008DB8456D3CEA8' has a wrong offset!"); \ +static_assert(offsetof(FVeryHigh, LumenParameters_325_CA53004643E4461588EDC09E87BFDC14) == 0x001D48, "Member 'FVeryHigh::LumenParameters_325_CA53004643E4461588EDC09E87BFDC14' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRT_Parameters \ +static_assert(alignof(FRT_Parameters) == 0x000010, "Wrong alignment on FRT_Parameters"); \ +static_assert(sizeof(FRT_Parameters) == 0x001ED0, "Wrong size on FRT_Parameters"); \ +static_assert(offsetof(FRT_Parameters, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FRT_Parameters::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FRT_Parameters::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FRT_Parameters::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FRT_Parameters::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FRT_Parameters::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FRT_Parameters::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FRT_Parameters::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FRT_Parameters::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FRT_Parameters::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FRT_Parameters::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, DLSSParameters_310_DF713E70420757F4C67C13BBDC8E3A9E) == 0x001208, "Member 'FRT_Parameters::DLSSParameters_310_DF713E70420757F4C67C13BBDC8E3A9E' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, RTXPostProcessSettings_316_D6EED34F42FA2FE3B39C158FD4BF7119) == 0x0012D0, "Member 'FRT_Parameters::RTXPostProcessSettings_316_D6EED34F42FA2FE3B39C158FD4BF7119' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, DataTypeSupport_319_A2EECCC8445A98F5802C0C8A6D0AF6F0) == 0x001A90, "Member 'FRT_Parameters::DataTypeSupport_319_A2EECCC8445A98F5802C0C8A6D0AF6F0' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, RTXDINRDParameters_322_4FF432304D555333653C01ACDEE2F6F9) == 0x001C40, "Member 'FRT_Parameters::RTXDINRDParameters_322_4FF432304D555333653C01ACDEE2F6F9' has a wrong offset!"); \ +static_assert(offsetof(FRT_Parameters, LumenParameters_325_32ED6859420822E658D14088DA44606E) == 0x001D48, "Member 'FRT_Parameters::LumenParameters_325_32ED6859420822E658D14088DA44606E' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPS5 \ +static_assert(alignof(FPS5) == 0x000010, "Wrong alignment on FPS5"); \ +static_assert(sizeof(FPS5) == 0x001ED0, "Wrong size on FPS5"); \ +static_assert(offsetof(FPS5, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FPS5::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FPS5, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FPS5::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FPS5, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FPS5::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FPS5, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FPS5::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FPS5, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FPS5::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FPS5, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FPS5::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FPS5, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FPS5::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FPS5, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FPS5::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FPS5, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FPS5::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FPS5, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FPS5::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FPS5, DLSSParameters_310_4A3CCCF54093EB9F67DCA6BAF9FDEA66) == 0x001208, "Member 'FPS5::DLSSParameters_310_4A3CCCF54093EB9F67DCA6BAF9FDEA66' has a wrong offset!"); \ +static_assert(offsetof(FPS5, RTXPostProcessSettings_316_78467B544CA2D05E4E2F1AA0BF710D08) == 0x0012D0, "Member 'FPS5::RTXPostProcessSettings_316_78467B544CA2D05E4E2F1AA0BF710D08' has a wrong offset!"); \ +static_assert(offsetof(FPS5, DataTypeSupport_319_4D6E102D4F70C0E8215E079F8EF87059) == 0x001A90, "Member 'FPS5::DataTypeSupport_319_4D6E102D4F70C0E8215E079F8EF87059' has a wrong offset!"); \ +static_assert(offsetof(FPS5, RTXDINRDParameters_322_67F50E2C436988B4811C718FD8D23669) == 0x001C40, "Member 'FPS5::RTXDINRDParameters_322_67F50E2C436988B4811C718FD8D23669' has a wrong offset!"); \ +static_assert(offsetof(FPS5, LumenParameters_325_5F3875404713AD8375FB769310CF35D3) == 0x001D48, "Member 'FPS5::LumenParameters_325_5F3875404713AD8375FB769310CF35D3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMedium \ +static_assert(alignof(FMedium) == 0x000010, "Wrong alignment on FMedium"); \ +static_assert(sizeof(FMedium) == 0x001ED0, "Wrong size on FMedium"); \ +static_assert(offsetof(FMedium, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FMedium::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FMedium, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FMedium::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FMedium, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FMedium::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FMedium, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FMedium::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FMedium, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FMedium::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FMedium, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FMedium::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FMedium, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FMedium::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FMedium, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FMedium::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FMedium, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FMedium::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FMedium, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FMedium::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FMedium, DLSSParameters_310_3A6775704CF641DFEEC2478C297B7D69) == 0x001208, "Member 'FMedium::DLSSParameters_310_3A6775704CF641DFEEC2478C297B7D69' has a wrong offset!"); \ +static_assert(offsetof(FMedium, RTXPostProcessSettings_316_268786DF438462588539E5BAF602ED34) == 0x0012D0, "Member 'FMedium::RTXPostProcessSettings_316_268786DF438462588539E5BAF602ED34' has a wrong offset!"); \ +static_assert(offsetof(FMedium, DataTypeSupport_319_F3DA97704E7BA941885A888135560397) == 0x001A90, "Member 'FMedium::DataTypeSupport_319_F3DA97704E7BA941885A888135560397' has a wrong offset!"); \ +static_assert(offsetof(FMedium, RTXDINRDParameters_322_677780954E483D61F4E045B92097C72E) == 0x001C40, "Member 'FMedium::RTXDINRDParameters_322_677780954E483D61F4E045B92097C72E' has a wrong offset!"); \ +static_assert(offsetof(FMedium, LumenParameters_325_14BF69CA42ACBC51FE4E9D9E7238958A) == 0x001D48, "Member 'FMedium::LumenParameters_325_14BF69CA42ACBC51FE4E9D9E7238958A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLow \ +static_assert(alignof(FLow) == 0x000010, "Wrong alignment on FLow"); \ +static_assert(sizeof(FLow) == 0x001ED0, "Wrong size on FLow"); \ +static_assert(offsetof(FLow, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FLow::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FLow, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FLow::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FLow, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FLow::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FLow, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FLow::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FLow, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FLow::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FLow, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FLow::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FLow, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FLow::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FLow, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FLow::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FLow, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FLow::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FLow, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FLow::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FLow, DLSSParameters_310_126107EB4BCF56CDC4C5B1A3FA2B8964) == 0x001208, "Member 'FLow::DLSSParameters_310_126107EB4BCF56CDC4C5B1A3FA2B8964' has a wrong offset!"); \ +static_assert(offsetof(FLow, RTXPostProcessSettings_316_C236E627421415551C877990D27B9167) == 0x0012D0, "Member 'FLow::RTXPostProcessSettings_316_C236E627421415551C877990D27B9167' has a wrong offset!"); \ +static_assert(offsetof(FLow, DataTypeSupport_319_F81A2A3D466037A56125EE9FAD06E4C6) == 0x001A90, "Member 'FLow::DataTypeSupport_319_F81A2A3D466037A56125EE9FAD06E4C6' has a wrong offset!"); \ +static_assert(offsetof(FLow, RTXDINRDParameters_322_B6BB100E454A58ECDAE0A787577725BF) == 0x001C40, "Member 'FLow::RTXDINRDParameters_322_B6BB100E454A58ECDAE0A787577725BF' has a wrong offset!"); \ +static_assert(offsetof(FLow, LumenParameters_325_64A064244AF263D44A5CA6A8C144C774) == 0x001D48, "Member 'FLow::LumenParameters_325_64A064244AF263D44A5CA6A8C144C774' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHigh \ +static_assert(alignof(FHigh) == 0x000010, "Wrong alignment on FHigh"); \ +static_assert(sizeof(FHigh) == 0x001ED0, "Wrong size on FHigh"); \ +static_assert(offsetof(FHigh, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FHigh::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FHigh, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FHigh::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FHigh, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FHigh::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FHigh, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FHigh::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FHigh, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FHigh::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FHigh, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FHigh::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FHigh, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FHigh::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FHigh, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FHigh::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FHigh, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FHigh::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FHigh, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FHigh::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FHigh, DLSSParameters_310_AD9A759A4B351C95067BE9BC4F8BAB51) == 0x001208, "Member 'FHigh::DLSSParameters_310_AD9A759A4B351C95067BE9BC4F8BAB51' has a wrong offset!"); \ +static_assert(offsetof(FHigh, RTXPostProcessSettings_316_B2D33BEB48B4C7919E389880C9AC3F93) == 0x0012D0, "Member 'FHigh::RTXPostProcessSettings_316_B2D33BEB48B4C7919E389880C9AC3F93' has a wrong offset!"); \ +static_assert(offsetof(FHigh, DataTypeSupport_319_1FA8C49A4FABAC900D28DCB3A3D948FB) == 0x001A90, "Member 'FHigh::DataTypeSupport_319_1FA8C49A4FABAC900D28DCB3A3D948FB' has a wrong offset!"); \ +static_assert(offsetof(FHigh, RTXDINRDParameters_322_1987EB5F4D50A4EF4A040EBC205AEA8B) == 0x001C40, "Member 'FHigh::RTXDINRDParameters_322_1987EB5F4D50A4EF4A040EBC205AEA8B' has a wrong offset!"); \ +static_assert(offsetof(FHigh, LumenParameters_325_B2890586461D00BF95A088ADE9BB2E00) == 0x001D48, "Member 'FHigh::LumenParameters_325_B2890586461D00BF95A088ADE9BB2E00' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFilm \ +static_assert(alignof(FFilm) == 0x000010, "Wrong alignment on FFilm"); \ +static_assert(sizeof(FFilm) == 0x001ED0, "Wrong size on FFilm"); \ +static_assert(offsetof(FFilm, AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7) == 0x000000, "Member 'FFilm::AO_Parameters_290_3E5B873044B400F2CBFF3483EB9004F7' has a wrong offset!"); \ +static_assert(offsetof(FFilm, Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698) == 0x000050, "Member 'FFilm::Debug_Parameters_292_8E67B1AD44F1BFE4AA4994BD260F4698' has a wrong offset!"); \ +static_assert(offsetof(FFilm, GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C) == 0x000208, "Member 'FFilm::GI_Parameters_294_5991E68E41477E3C67FBD9B532E65D7C' has a wrong offset!"); \ +static_assert(offsetof(FFilm, LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94) == 0x000660, "Member 'FFilm::LandscapeAndFoliage_Parameter_296_549A67554ED7BBC8A7326BAF09E10B94' has a wrong offset!"); \ +static_assert(offsetof(FFilm, Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1) == 0x0007A0, "Member 'FFilm::Reflection_Parameters_298_A167D2B1452F751451C99E818E7C05E1' has a wrong offset!"); \ +static_assert(offsetof(FFilm, Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684) == 0x000A00, "Member 'FFilm::Shadow_Parameters_301_DD835C514AFAE876A87A799983D13684' has a wrong offset!"); \ +static_assert(offsetof(FFilm, SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC) == 0x000C70, "Member 'FFilm::SkyLight_Parameters_303_98539BB9469068C9E259929CDEF4B9FC' has a wrong offset!"); \ +static_assert(offsetof(FFilm, Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625) == 0x000D10, "Member 'FFilm::Translucency_Parameters_307_94092BBE40B82EF55D80B3858FEEA625' has a wrong offset!"); \ +static_assert(offsetof(FFilm, WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39) == 0x000EB0, "Member 'FFilm::WaterCausticsParameters_285_DD002BE7481CEB47274E64932E70EC39' has a wrong offset!"); \ +static_assert(offsetof(FFilm, MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A) == 0x0010A8, "Member 'FFilm::MeshCausticsParameters_288_16B34040457BC7049BEFDE94A384AB2A' has a wrong offset!"); \ +static_assert(offsetof(FFilm, DLSSParameters_310_1FF18AE34628A2E7E3B9D1A3B90943A2) == 0x001208, "Member 'FFilm::DLSSParameters_310_1FF18AE34628A2E7E3B9D1A3B90943A2' has a wrong offset!"); \ +static_assert(offsetof(FFilm, RTXPostProcessSettings_316_87CE5EF04E423A2573F0718792B9B575) == 0x0012D0, "Member 'FFilm::RTXPostProcessSettings_316_87CE5EF04E423A2573F0718792B9B575' has a wrong offset!"); \ +static_assert(offsetof(FFilm, DataTypeSupport_319_6F9BCE734E712BCA043CC89EFAC55DE2) == 0x001A90, "Member 'FFilm::DataTypeSupport_319_6F9BCE734E712BCA043CC89EFAC55DE2' has a wrong offset!"); \ +static_assert(offsetof(FFilm, RTXDINRDParameters_322_D78759234E0EAF7E7B76298405CD9090) == 0x001C40, "Member 'FFilm::RTXDINRDParameters_322_D78759234E0EAF7E7B76298405CD9090' has a wrong offset!"); \ +static_assert(offsetof(FFilm, LumenParameters_325_178F1BA34E46F0026BC1C493B3E2D8DD) == 0x001D48, "Member 'FFilm::LumenParameters_325_178F1BA34E46F0026BC1C493B3E2D8DD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed) == 0x000030, "Wrong size on BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x000001, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_BooleanAND_ReturnValue) == 0x000002, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_BooleanAND_ReturnValue_1) == 0x000003, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_GreaterEqual_DoubleDouble_ReturnValue) == 0x000004, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_GreaterEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_GetPlayerPawn_ReturnValue) == 0x000008, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_GetPlayerPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_GetVelocity_ReturnValue) == 0x000010, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_GetVelocity_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed, CallFunc_VSize_ReturnValue) == 0x000028, "Member 'BP_RT_Quality_Parameters_C_Adaptive_Reflection_and_Water_Caustics_Based_on_Player_Speed::CallFunc_VSize_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Check_DLSSRR \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Check_DLSSRR) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_Check_DLSSRR"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Check_DLSSRR) == 0x000038, "Wrong size on BP_RT_Quality_Parameters_C_Check_DLSSRR"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Check_DLSSRR, CallFunc_Concat_StrStr_ReturnValue) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Check_DLSSRR::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Check_DLSSRR, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000010, "Member 'BP_RT_Quality_Parameters_C_Check_DLSSRR::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Check_DLSSRR, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000020, "Member 'BP_RT_Quality_Parameters_C_Check_DLSSRR::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Check_DLSSRR, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000024, "Member 'BP_RT_Quality_Parameters_C_Check_DLSSRR::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Check_DLSSRR, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000028, "Member 'BP_RT_Quality_Parameters_C_Check_DLSSRR::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Check_DLSSRR, CallFunc_EqualEqual_DoubleDouble_A_WideningCast) == 0x000030, "Member 'BP_RT_Quality_Parameters_C_Check_DLSSRR::CallFunc_EqualEqual_DoubleDouble_A_WideningCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Construct_RT_Parameter \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Construct_RT_Parameter) == 0x000010, "Wrong alignment on BP_RT_Quality_Parameters_C_Construct_RT_Parameter"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Construct_RT_Parameter) == 0x001ED0, "Wrong size on BP_RT_Quality_Parameters_C_Construct_RT_Parameter"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Construct_RT_Parameter, K2Node_MakeStruct_VeryHigh) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Construct_RT_Parameter::K2Node_MakeStruct_VeryHigh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Enable_DLSS_RR \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_Enable_DLSS_RR"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR) == 0x000070, "Wrong size on BP_RT_Quality_Parameters_C_Enable_DLSS_RR"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, Enable_DLSSRR) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::Enable_DLSSRR' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_Concat_StrStr_ReturnValue) == 0x000008, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_Concat_StrStr_ReturnValue_1) == 0x000018, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_Concat_StrStr_ReturnValue_2) == 0x000028, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_Concat_StrStr_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_Concat_StrStr_ReturnValue_3) == 0x000038, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_Concat_StrStr_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_IsDLSSRRSupported_ReturnValue) == 0x000048, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_IsDLSSRRSupported_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_Concat_StrStr_ReturnValue_4) == 0x000050, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_Concat_StrStr_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000060, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000064, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_EqualEqual_StrStr_ReturnValue) == 0x000065, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_EqualEqual_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR, CallFunc_EqualEqual_DoubleDouble_A_WideningCast) == 0x000068, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR::CallFunc_EqualEqual_DoubleDouble_A_WideningCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Enable_DLSS_RR_0 \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR_0) == 0x000001, "Wrong alignment on BP_RT_Quality_Parameters_C_Enable_DLSS_RR_0"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR_0) == 0x000001, "Wrong size on BP_RT_Quality_Parameters_C_Enable_DLSS_RR_0"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Enable_DLSS_RR_0, Enable_DLSSD) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Enable_DLSS_RR_0::Enable_DLSSD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters \ +static_assert(alignof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters) == 0x000030, "Wrong size on BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters, EntryPoint) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters, K2Node_Event_Enable_DLSSD) == 0x000004, "Member 'BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters::K2Node_Event_Enable_DLSSD' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters, K2Node_Event_RTX_Preset) == 0x000005, "Member 'BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters::K2Node_Event_RTX_Preset' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters, K2Node_Event_AA_Method) == 0x000008, "Member 'BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters::K2Node_Event_AA_Method' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters, K2Node_Event_DLSS_Quality) == 0x000018, "Member 'BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters::K2Node_Event_DLSS_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters, K2Node_Event_Enable_Override_From_UI) == 0x000028, "Member 'BP_RT_Quality_Parameters_C_ExecuteUbergraph_BP_RT_Quality_Parameters::K2Node_Event_Enable_Override_From_UI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res) == 0x000028, "Wrong size on BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_GetGameUserSettings_ReturnValue) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_GetGameUserSettings_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_GetGameUserSettings_ReturnValue_1) == 0x000008, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_GetGameUserSettings_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_GetDesktopResolution_ReturnValue) == 0x000010, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_GetDesktopResolution_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_GetDesktopResolution_ReturnValue_1) == 0x000018, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_GetDesktopResolution_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_LessEqual_IntInt_ReturnValue) == 0x000020, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_LessEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_LessEqual_IntInt_ReturnValue_1) == 0x000021, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_LessEqual_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_LessEqual_IntInt_ReturnValue_2) == 0x000022, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_LessEqual_IntInt_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_LessEqual_IntInt_ReturnValue_3) == 0x000023, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_LessEqual_IntInt_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_BooleanAND_ReturnValue) == 0x000024, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res, CallFunc_BooleanAND_ReturnValue_1) == 0x000025, "Member 'BP_RT_Quality_Parameters_C_Force_Override_RT_Parameters__On_Screen_Res::CallFunc_BooleanAND_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Ini_RT_Parameter \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Ini_RT_Parameter) == 0x000010, "Wrong alignment on BP_RT_Quality_Parameters_C_Ini_RT_Parameter"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Ini_RT_Parameter) == 0x001EF0, "Wrong size on BP_RT_Quality_Parameters_C_Ini_RT_Parameter"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Ini_RT_Parameter, RT_Parameters) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Ini_RT_Parameter::RT_Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Ini_RT_Parameter, K2Node_VariableSet_RTX_Post_Process_Weight_WideningCast) == 0x001ED0, "Member 'BP_RT_Quality_Parameters_C_Ini_RT_Parameter::K2Node_VariableSet_RTX_Post_Process_Weight_WideningCast' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Ini_RT_Parameter, K2Node_VariableSet_RTX_Post_Process_Priority_WideningCast) == 0x001ED8, "Member 'BP_RT_Quality_Parameters_C_Ini_RT_Parameter::K2Node_VariableSet_RTX_Post_Process_Priority_WideningCast' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Ini_RT_Parameter, K2Node_VariableSet_UseRasterCaustics_NarrowingCast) == 0x001EE0, "Member 'BP_RT_Quality_Parameters_C_Ini_RT_Parameter::K2Node_VariableSet_UseRasterCaustics_NarrowingCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale) == 0x000058, "Wrong size on BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, Temp_int_Array_Index_Variable) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, Temp_int_Loop_Counter_Variable) == 0x000004, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Add_IntInt_ReturnValue) == 0x000008, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, Temp_int_Array_Index_Variable_1) == 0x00000C, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, Temp_int_Loop_Counter_Variable_1) == 0x000010, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Add_IntInt_ReturnValue_1) == 0x000014, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_GetAllActorsOfClass_OutActors) == 0x000018, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_GetAllActorsOfClass_OutActors_1) == 0x000028, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_GetAllActorsOfClass_OutActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Array_Get_Item) == 0x000038, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Array_Get_Item_1) == 0x000040, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Array_Length_ReturnValue) == 0x000048, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Array_Length_ReturnValue_1) == 0x00004C, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Less_IntInt_ReturnValue) == 0x000050, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale, CallFunc_Less_IntInt_ReturnValue_1) == 0x000051, "Member 'BP_RT_Quality_Parameters_C_Override_Light_Source_Radius_And_Specular_Scale::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage \ +static_assert(alignof(BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage) == 0x000010, "Wrong size on BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x000004, "Member 'BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage, CallFunc_Greater_DoubleDouble_A_WideningCast) == 0x000008, "Member 'BP_RT_Quality_Parameters_C_Override_RT_Parameters_Based_on_Screenpercentage::CallFunc_Greater_DoubleDouble_A_WideningCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_RT_Custom_Preset \ +static_assert(alignof(BP_RT_Quality_Parameters_C_RT_Custom_Preset) == 0x000010, "Wrong alignment on BP_RT_Quality_Parameters_C_RT_Custom_Preset"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_RT_Custom_Preset) == 0x001EF0, "Wrong size on BP_RT_Quality_Parameters_C_RT_Custom_Preset"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, RTX_Parameters) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::RTX_Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, CallFunc_GetConsoleVariableFloatValue_ReturnValue) == 0x001ED0, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::CallFunc_GetConsoleVariableFloatValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, CallFunc_Greater_DoubleDouble_ReturnValue) == 0x001ED4, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::CallFunc_Greater_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, CallFunc_GetConsoleVariableFloatValue_ReturnValue_1) == 0x001ED8, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::CallFunc_GetConsoleVariableFloatValue_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, CallFunc_IsEditor_ReturnValue) == 0x001EDC, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::CallFunc_IsEditor_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x001EDD, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, CallFunc_Greater_DoubleDouble_A_WideningCast) == 0x001EE0, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::CallFunc_Greater_DoubleDouble_A_WideningCast' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RT_Custom_Preset, CallFunc_EqualEqual_DoubleDouble_A_WideningCast) == 0x001EE8, "Member 'BP_RT_Quality_Parameters_C_RT_Custom_Preset::CallFunc_EqualEqual_DoubleDouble_A_WideningCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI \ +static_assert(alignof(BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI) == 0x000008, "Wrong alignment on BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI) == 0x000028, "Wrong size on BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI, AA_Method) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI::AA_Method' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI, DLSS_Quality) == 0x000010, "Member 'BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI::DLSS_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI, Enable_Override_From_UI) == 0x000020, "Member 'BP_RT_Quality_Parameters_C_RTX_Switch_DLSS_From_UI::Enable_Override_From_UI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_RT_Quality_Parameters_C_RTX_Switch_Preset_From_UI \ +static_assert(alignof(BP_RT_Quality_Parameters_C_RTX_Switch_Preset_From_UI) == 0x000001, "Wrong alignment on BP_RT_Quality_Parameters_C_RTX_Switch_Preset_From_UI"); \ +static_assert(sizeof(BP_RT_Quality_Parameters_C_RTX_Switch_Preset_From_UI) == 0x000001, "Wrong size on BP_RT_Quality_Parameters_C_RTX_Switch_Preset_From_UI"); \ +static_assert(offsetof(BP_RT_Quality_Parameters_C_RTX_Switch_Preset_From_UI, RTX_Preset) == 0x000000, "Member 'BP_RT_Quality_Parameters_C_RTX_Switch_Preset_From_UI::RTX_Preset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_RT_Quality_Parameters_C \ +static_assert(alignof(ABP_RT_Quality_Parameters_C) == 0x000010, "Wrong alignment on ABP_RT_Quality_Parameters_C"); \ +static_assert(sizeof(ABP_RT_Quality_Parameters_C) == 0x011840, "Wrong size on ABP_RT_Quality_Parameters_C"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, UberGraphFrame) == 0x000288, "Member 'ABP_RT_Quality_Parameters_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DefaultSceneRoot) == 0x000290, "Member 'ABP_RT_Quality_Parameters_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Reflection) == 0x000298, "Member 'ABP_RT_Quality_Parameters_C::Enable_Reflection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_AO) == 0x0002A8, "Member 'ABP_RT_Quality_Parameters_C::Enable_AO' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Shadow) == 0x0002B8, "Member 'ABP_RT_Quality_Parameters_C::Enable_Shadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Translucensy) == 0x0002C8, "Member 'ABP_RT_Quality_Parameters_C::Enable_Translucensy' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Translucency_Height_Fog) == 0x0002D8, "Member 'ABP_RT_Quality_Parameters_C::Enable_Translucency_Height_Fog' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Translucency_Shadows) == 0x0002E8, "Member 'ABP_RT_Quality_Parameters_C::Enable_Translucency_Shadows' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Refraction) == 0x0002F8, "Member 'ABP_RT_Quality_Parameters_C::Enable_Refraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Max_Roughness) == 0x000308, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Max_Roughness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Max_Ray_Distance_) == 0x000318, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Max_Ray_Distance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Max_Refraction_Rays) == 0x000328, "Member 'ABP_RT_Quality_Parameters_C::Max_Refraction_Rays' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Evaluate_Materials_in_Shadow) == 0x000338, "Member 'ABP_RT_Quality_Parameters_C::Evaluate_Materials_in_Shadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_Enable_Two_Sided_Geometry) == 0x000348, "Member 'ABP_RT_Quality_Parameters_C::Shadow_Enable_Two_Sided_Geometry' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Height_Fog_in_Reflection) == 0x000358, "Member 'ABP_RT_Quality_Parameters_C::Enable_Height_Fog_in_Reflection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Sort_Materials) == 0x000368, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Sort_Materials' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Reflection_Shadow) == 0x000378, "Member 'ABP_RT_Quality_Parameters_C::Enable_Reflection_Shadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Max_Roughness) == 0x000388, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Max_Roughness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Screen_Percentage) == 0x000398, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Screen_Percentage' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Box_Reletive_Scale) == 0x0003A8, "Member 'ABP_RT_Quality_Parameters_C::Box_Reletive_Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Hidden_in_Game) == 0x0003C0, "Member 'ABP_RT_Quality_Parameters_C::Hidden_in_Game' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Normal_Bias) == 0x0003C8, "Member 'ABP_RT_Quality_Parameters_C::Normal_Bias' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Debug_Force_Opaque) == 0x0003D8, "Member 'ABP_RT_Quality_Parameters_C::Debug_Force_Opaque' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Debug_Disable_Triangle_Cull) == 0x0003E8, "Member 'ABP_RT_Quality_Parameters_C::Debug_Disable_Triangle_Cull' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Max_Ray_Distance) == 0x0003F8, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Max_Ray_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Min_Ray_Distance) == 0x000408, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Min_Ray_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Max_Bounces) == 0x000418, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Max_Bounces' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_SPP) == 0x000428, "Member 'ABP_RT_Quality_Parameters_C::Reflection_SPP' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_SPP) == 0x000438, "Member 'ABP_RT_Quality_Parameters_C::Shadow_SPP' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Reflection_Denoiser) == 0x000448, "Member 'ABP_RT_Quality_Parameters_C::Enable_Reflection_Denoiser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Shadow_Denoiser) == 0x000458, "Member 'ABP_RT_Quality_Parameters_C::Enable_Shadow_Denoiser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enum_RT_QualitySwitch) == 0x000468, "Member 'ABP_RT_Quality_Parameters_C::Enum_RT_QualitySwitch' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_type) == 0x000470, "Member 'ABP_RT_Quality_Parameters_C::GI_type' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_GI_Denoiser) == 0x000480, "Member 'ABP_RT_Quality_Parameters_C::Enable_GI_Denoiser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_EvalSkyLight) == 0x000490, "Member 'ABP_RT_Quality_Parameters_C::GI_EvalSkyLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_MaxBounce) == 0x0004A0, "Member 'ABP_RT_Quality_Parameters_C::GI_MaxBounce' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_MaxRayDistance) == 0x0004B0, "Member 'ABP_RT_Quality_Parameters_C::GI_MaxRayDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_SPP) == 0x0004C0, "Member 'ABP_RT_Quality_Parameters_C::GI_SPP' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Screen_Percentage) == 0x0004D0, "Member 'ABP_RT_Quality_Parameters_C::GI_Screen_Percentage' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_UseRussianRoulette_) == 0x0004E0, "Member 'ABP_RT_Quality_Parameters_C::GI_UseRussianRoulette_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_RT_SkyLight) == 0x0004F0, "Member 'ABP_RT_Quality_Parameters_C::Enable_RT_SkyLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_SkyLight_Denoiser) == 0x000500, "Member 'ABP_RT_Quality_Parameters_C::Enable_SkyLight_Denoiser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SkyLight_Enable_Two_Sided_Geomtry) == 0x000510, "Member 'ABP_RT_Quality_Parameters_C::SkyLight_Enable_Two_Sided_Geomtry' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SkyLight_MaxRay_Distance) == 0x000520, "Member 'ABP_RT_Quality_Parameters_C::SkyLight_MaxRay_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SkyLight_SPP) == 0x000530, "Member 'ABP_RT_Quality_Parameters_C::SkyLight_SPP' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Materials) == 0x000540, "Member 'ABP_RT_Quality_Parameters_C::Enable_Materials' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Very_High) == 0x000550, "Member 'ABP_RT_Quality_Parameters_C::Very_High' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, High) == 0x002420, "Member 'ABP_RT_Quality_Parameters_C::High' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Medium) == 0x0042F0, "Member 'ABP_RT_Quality_Parameters_C::Medium' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Low) == 0x0061C0, "Member 'ABP_RT_Quality_Parameters_C::Low' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Film) == 0x008090, "Member 'ABP_RT_Quality_Parameters_C::Film' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Disable) == 0x009F60, "Member 'ABP_RT_Quality_Parameters_C::Disable' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Xbox) == 0x00BE30, "Member 'ABP_RT_Quality_Parameters_C::Xbox' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, PS5) == 0x00DD00, "Member 'ABP_RT_Quality_Parameters_C::PS5' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RT_Enable_Reflection_Capture_) == 0x00FBD0, "Member 'ABP_RT_Quality_Parameters_C::RT_Enable_Reflection_Capture_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, AO_Enable_Material) == 0x00FBE0, "Member 'ABP_RT_Quality_Parameters_C::AO_Enable_Material' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, AO_Enable_Two_Sided_Geometry) == 0x00FBF0, "Member 'ABP_RT_Quality_Parameters_C::AO_Enable_Two_Sided_Geometry' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Landscape_Detect_Texture_Streaming) == 0x00FC00, "Member 'ABP_RT_Quality_Parameters_C::Enable_Landscape_Detect_Texture_Streaming' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Landscape_LOD_UpdateEveryFrame) == 0x00FC10, "Member 'ABP_RT_Quality_Parameters_C::Enable_Landscape_LOD_UpdateEveryFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Instanced_Static_Mesh) == 0x00FC20, "Member 'ABP_RT_Quality_Parameters_C::Enable_Instanced_Static_Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Instanced_Static_Meshes_Culling) == 0x00FC30, "Member 'ABP_RT_Quality_Parameters_C::Enable_Instanced_Static_Meshes_Culling' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Instanced_Static_Meshes_Culling_Radius) == 0x00FC40, "Member 'ABP_RT_Quality_Parameters_C::Instanced_Static_Meshes_Culling_Radius' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_Max_Batch_Size) == 0x00FC50, "Member 'ABP_RT_Quality_Parameters_C::Shadow_Max_Batch_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Diffuse_Threshold) == 0x00FC60, "Member 'ABP_RT_Quality_Parameters_C::GI_Diffuse_Threshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_Denoiser_Max_Batch_Size) == 0x00FC70, "Member 'ABP_RT_Quality_Parameters_C::Shadow_Denoiser_Max_Batch_Size' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Landscape_In_RT) == 0x00FC80, "Member 'ABP_RT_Quality_Parameters_C::Enable_Landscape_In_RT' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTX_Switch) == 0x00FC90, "Member 'ABP_RT_Quality_Parameters_C::RTX_Switch' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Reflection_Test_Roughness) == 0x00FCA0, "Member 'ABP_RT_Quality_Parameters_C::Enable_Reflection_Test_Roughness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, UseShaderWPO) == 0x00FCB0, "Member 'ABP_RT_Quality_Parameters_C::UseShaderWPO' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Sky_Light_Contribution) == 0x00FCB8, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Sky_Light_Contribution' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Sort_Materials) == 0x00FCC8, "Member 'ABP_RT_Quality_Parameters_C::GI_Sort_Materials' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Enable_Two_Sided_Geometry) == 0x00FCD8, "Member 'ABP_RT_Quality_Parameters_C::GI_Enable_Two_Sided_Geometry' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Final_Gather_Distance) == 0x00FCE8, "Member 'ABP_RT_Quality_Parameters_C::Final_Gather_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Hybrid_Translucency_DepthThreshold_) == 0x00FCF8, "Member 'ABP_RT_Quality_Parameters_C::Hybrid_Translucency_DepthThreshold_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Hybrid_Translucency_Layers) == 0x00FD08, "Member 'ABP_RT_Quality_Parameters_C::Hybrid_Translucency_Layers' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Mask_) == 0x00FD18, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Mask_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SkyLight_Enable_Materials) == 0x00FD28, "Member 'ABP_RT_Quality_Parameters_C::SkyLight_Enable_Materials' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_Support_Translucency) == 0x00FD38, "Member 'ABP_RT_Quality_Parameters_C::Shadows_Support_Translucency' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Support_Light_Function) == 0x00FD48, "Member 'ABP_RT_Quality_Parameters_C::Support_Light_Function' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Light_Channel_Support) == 0x00FD58, "Member 'ABP_RT_Quality_Parameters_C::Light_Channel_Support' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Roughness_Multiplier_) == 0x00FD68, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Roughness_Multiplier_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_Roughness_Multiplier_) == 0x00FD78, "Member 'ABP_RT_Quality_Parameters_C::Reflections_Roughness_Multiplier_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Hybrid_Reflection) == 0x00FD88, "Member 'ABP_RT_Quality_Parameters_C::Hybrid_Reflection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Per_Light_Shadow_Casting) == 0x00FD98, "Member 'ABP_RT_Quality_Parameters_C::Per_Light_Shadow_Casting' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ParallelMeshBatchSize) == 0x00FDA8, "Member 'ABP_RT_Quality_Parameters_C::ParallelMeshBatchSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, BuildRayTracingMeshForCaustics) == 0x00FDB8, "Member 'ABP_RT_Quality_Parameters_C::BuildRayTracingMeshForCaustics' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Exclude_Translucents_From_Shadows_) == 0x00FDC8, "Member 'ABP_RT_Quality_Parameters_C::Exclude_Translucents_From_Shadows_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Auto_Instance_) == 0x00FDD8, "Member 'ABP_RT_Quality_Parameters_C::Auto_Instance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Parallel_Mesh_Batch_Setup_) == 0x00FDE8, "Member 'ABP_RT_Quality_Parameters_C::Parallel_Mesh_Batch_Setup_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NonBlockingPipelineCreation_) == 0x00FDF8, "Member 'ABP_RT_Quality_Parameters_C::NonBlockingPipelineCreation_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Mesh_Caustics) == 0x00FE08, "Member 'ABP_RT_Quality_Parameters_C::Enable_Mesh_Caustics' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Type) == 0x00FE18, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Type' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Refractive_Intensity_) == 0x00FE28, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Refractive_Intensity_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Reflective_Intensity_) == 0x00FE38, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Reflective_Intensity_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Fresnel_Base_Reflect_Fraction_) == 0x00FE48, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Fresnel_Base_Reflect_Fraction_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Map_Size_X__) == 0x00FE58, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Map_Size_X__' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Map_Size_Y) == 0x00FE68, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Map_Size_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Num_Denoise_Passes_) == 0x00FE78, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Num_Denoise_Passes_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Min_Reflection_Ray_Distance_) == 0x00FE88, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Min_Reflection_Ray_Distance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Max_Reflection_Ray_Distance_) == 0x00FE98, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Max_Reflection_Ray_Distance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Min_Refraction_Ray_Distance_) == 0x00FEA8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Min_Refraction_Ray_Distance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Max_Refraction_Ray_Distance_) == 0x00FEB8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Max_Refraction_Ray_Distance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Rect_Light_Temporal_Weight_) == 0x00FEC8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Rect_Light_Temporal_Weight_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Resolution_) == 0x00FED8, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Resolution_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Intensity_) == 0x00FEE8, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Intensity_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Buffer_Scale_) == 0x00FEF8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Buffer_Scale_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Buffer_Scale_) == 0x00FF08, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Buffer_Scale_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Temporal_Strength_) == 0x00FF18, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Temporal_Strength_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Jitter_) == 0x00FF28, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Jitter_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Enable_Dispersion_) == 0x00FF38, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Enable_Dispersion_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Translucent_Reflection_Mode) == 0x00FF48, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Translucent_Reflection_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Max_Trace_Depth_) == 0x00FF58, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Max_Trace_Depth_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Adaptive_Photon_Size_) == 0x00FF68, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Adaptive_Photon_Size_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Enable_Temporal_Filter_) == 0x00FF78, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Enable_Temporal_Filter_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Adaptive_Smooth_) == 0x00FF88, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Adaptive_Smooth_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Adaptive_Update_Speed_) == 0x00FF98, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Adaptive_Update_Speed_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Adaptive_Variance_Gain_) == 0x00FFA8, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Adaptive_Variance_Gain_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Fixed_Light_) == 0x00FFB8, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Fixed_Light_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Max_Intensity_) == 0x00FFC8, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Max_Intensity_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Enable_Absorption_) == 0x00FFD8, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Enable_Absorption_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Soft_Caustics_Sample_) == 0x00FFE8, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Soft_Caustics_Sample_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Refract_Back_Face_Culling_Threshold_) == 0x00FFF8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Refract_Back_Face_Culling_Threshold_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Reflect_Back_Face_Culling_Threshold_) == 0x010008, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Reflect_Back_Face_Culling_Threshold_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Map_Cascades_) == 0x010018, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Map_Cascades_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Map_Force_Level_) == 0x010028, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Map_Force_Level_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Map_Cascade_Scale_) == 0x010038, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Map_Cascade_Scale_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Show_Photon_) == 0x010048, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Show_Photon_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Photon_Scale) == 0x010058, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Photon_Scale' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Enable_Advanced_Soft_Caustics_) == 0x010068, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Enable_Advanced_Soft_Caustics_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Mid_Cull_Color_Threshold_) == 0x010078, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Mid_Cull_Color_Threshold_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Final_Cull_Color_Threshold_) == 0x010088, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Final_Cull_Color_Threshold_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Cascade_Sampling_Offset_X_) == 0x010098, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Cascade_Sampling_Offset_X_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Cascade_Sampling_Offset_Y) == 0x0100A8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Cascade_Sampling_Offset_Y' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Cascade_Sampling_UVScale_X_) == 0x0100B8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Cascade_Sampling_UVScale_X_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Cascade_Sampling_UVScale_Y_) == 0x0100C8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Cascade_Sampling_UVScale_Y_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Sharpness) == 0x0100D8, "Member 'ABP_RT_Quality_Parameters_C::Sharpness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DLSS_Enable) == 0x0100E8, "Member 'ABP_RT_Quality_Parameters_C::DLSS_Enable' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Enable_TAA_Before_DLSS_) == 0x0100F8, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Enable_TAA_Before_DLSS_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Max_Light_Count_) == 0x010108, "Member 'ABP_RT_Quality_Parameters_C::GI_Max_Light_Count_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, AO_SPP) == 0x010118, "Member 'ABP_RT_Quality_Parameters_C::AO_SPP' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Denoiser_Type) == 0x010128, "Member 'ABP_RT_Quality_Parameters_C::GI_Denoiser_Type' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Apply_AO) == 0x010138, "Member 'ABP_RT_Quality_Parameters_C::GI_Apply_AO' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Denoiser_Color_Clamp) == 0x010148, "Member 'ABP_RT_Quality_Parameters_C::GI_Denoiser_Color_Clamp' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Denoiser_Normal_Tolerance) == 0x010158, "Member 'ABP_RT_Quality_Parameters_C::GI_Denoiser_Normal_Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Spatial_Normal_Tolerance) == 0x010168, "Member 'ABP_RT_Quality_Parameters_C::Spatial_Normal_Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Particle_Reapply_TAA_after_DLSS) == 0x010178, "Member 'ABP_RT_Quality_Parameters_C::Particle_Reapply_TAA_after_DLSS' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Refraction_Background_Sample_Fallback_) == 0x010188, "Member 'ABP_RT_Quality_Parameters_C::Refraction_Background_Sample_Fallback_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Denoise_History_Length) == 0x010198, "Member 'ABP_RT_Quality_Parameters_C::GI_Denoise_History_Length' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Spatial_Filter_Iteration) == 0x0101A8, "Member 'ABP_RT_Quality_Parameters_C::Spatial_Filter_Iteration' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Ignore_Backface_Opacity) == 0x0101B8, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Ignore_Backface_Opacity' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Use_Scene_Light_Dir) == 0x0101C8, "Member 'ABP_RT_Quality_Parameters_C::Use_Scene_Light_Dir' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Volumetric_Shadow) == 0x0101D8, "Member 'ABP_RT_Quality_Parameters_C::Enable_Volumetric_Shadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Absorption_Force_Shading_On_Opaque_Objects) == 0x0101E8, "Member 'ABP_RT_Quality_Parameters_C::Absorption_Force_Shading_On_Opaque_Objects' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Max_Ray_Distance) == 0x0101F8, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Max_Ray_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Mesh_Caustics_Temporal_Color_Tolerance) == 0x010208, "Member 'ABP_RT_Quality_Parameters_C::Mesh_Caustics_Temporal_Color_Tolerance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Diffuse_Boost) == 0x010218, "Member 'ABP_RT_Quality_Parameters_C::GI_Diffuse_Boost' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflected_Translucency_Mode) == 0x010228, "Member 'ABP_RT_Quality_Parameters_C::Reflected_Translucency_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflected_Translucency_Max_Bounces) == 0x010238, "Member 'ABP_RT_Quality_Parameters_C::Reflected_Translucency_Max_Bounces' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflected_Translucency_Transmission_Threshold) == 0x010248, "Member 'ABP_RT_Quality_Parameters_C::Reflected_Translucency_Transmission_Threshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Half_Res_Refraction) == 0x010258, "Member 'ABP_RT_Quality_Parameters_C::Half_Res_Refraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, AO_Denoiser_History_Convolution_Sample_Count_) == 0x010268, "Member 'ABP_RT_Quality_Parameters_C::AO_Denoiser_History_Convolution_Sample_Count_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Frames_Until_Feature_Desturction) == 0x010278, "Member 'ABP_RT_Quality_Parameters_C::Frames_Until_Feature_Desturction' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Dilate_Motion_Vectors) == 0x010288, "Member 'ABP_RT_Quality_Parameters_C::Dilate_Motion_Vectors' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_TAA) == 0x010298, "Member 'ABP_RT_Quality_Parameters_C::Reflections_TAA' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Reflections_TAA) == 0x0102A8, "Member 'ABP_RT_Quality_Parameters_C::Water_Reflections_TAA' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Instanced_Static_Meshes_Culling_Angle) == 0x0102B8, "Member 'ABP_RT_Quality_Parameters_C::Instanced_Static_Meshes_Culling_Angle' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTX_Post_Process_Settings) == 0x0102D0, "Member 'ABP_RT_Quality_Parameters_C::RTX_Post_Process_Settings' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTX_Post_Process_Weight) == 0x010A80, "Member 'ABP_RT_Quality_Parameters_C::RTX_Post_Process_Weight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Translucency_in_Reflection) == 0x010A88, "Member 'ABP_RT_Quality_Parameters_C::Enable_Translucency_in_Reflection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Unbound) == 0x010A98, "Member 'ABP_RT_Quality_Parameters_C::Unbound' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTX_Post_Process_Priority) == 0x010AA0, "Member 'ABP_RT_Quality_Parameters_C::RTX_Post_Process_Priority' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, FinalGather_UseReservoirResampling) == 0x010AA8, "Member 'ABP_RT_Quality_Parameters_C::FinalGather_UseReservoirResampling' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Metalic_Support) == 0x010AB8, "Member 'ABP_RT_Quality_Parameters_C::GI_Metalic_Support' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Denoiser_Spatial_Filter_Type) == 0x010AC8, "Member 'ABP_RT_Quality_Parameters_C::GI_Denoiser_Spatial_Filter_Type' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Denoiser_Use_SH) == 0x010AD8, "Member 'ABP_RT_Quality_Parameters_C::GI_Denoiser_Use_SH' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Denoiser_SH_Sharpness) == 0x010AE8, "Member 'ABP_RT_Quality_Parameters_C::GI_Denoiser_SH_Sharpness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ATrous_Depth_Tolerance_) == 0x010AF8, "Member 'ABP_RT_Quality_Parameters_C::ATrous_Depth_Tolerance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Final_Gather_SkyLight_Intensity_) == 0x010B08, "Member 'ABP_RT_Quality_Parameters_C::Final_Gather_SkyLight_Intensity_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Final_Gather_SkyLight_IndirectMultiplier_) == 0x010B18, "Member 'ABP_RT_Quality_Parameters_C::Final_Gather_SkyLight_IndirectMultiplier_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Instanced_Static_Meshes_Evaluate_WPO) == 0x010B28, "Member 'ABP_RT_Quality_Parameters_C::Instanced_Static_Meshes_Evaluate_WPO' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Instanced_Static_Meshes_Simulation_Count) == 0x010B38, "Member 'ABP_RT_Quality_Parameters_C::Instanced_Static_Meshes_Simulation_Count' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_UseBiasForSkipWPOEval) == 0x010B48, "Member 'ABP_RT_Quality_Parameters_C::Shadow_UseBiasForSkipWPOEval' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_MaxBiasForInexactGeometry) == 0x010B58, "Member 'ABP_RT_Quality_Parameters_C::Shadow_MaxBiasForInexactGeometry' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Ray_Tracing_Culling) == 0x010B68, "Member 'ABP_RT_Quality_Parameters_C::Enable_Ray_Tracing_Culling' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Ray_Tracing_Culling_Angle) == 0x010B78, "Member 'ABP_RT_Quality_Parameters_C::Ray_Tracing_Culling_Angle' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Ray_Tracing_Culling_Radius) == 0x010B88, "Member 'ABP_RT_Quality_Parameters_C::Ray_Tracing_Culling_Radius' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Sky_Light_Screen_Percentage) == 0x010B98, "Member 'ABP_RT_Quality_Parameters_C::Sky_Light_Screen_Percentage' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, FinalGather_Iterations_) == 0x010BA8, "Member 'ABP_RT_Quality_Parameters_C::FinalGather_Iterations_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, FinalGather_Filter_Width) == 0x010BB8, "Member 'ABP_RT_Quality_Parameters_C::FinalGather_Filter_Width' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Firefly_Suppression) == 0x010BC8, "Member 'ABP_RT_Quality_Parameters_C::GI_Firefly_Suppression' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_EnableTwoSidedGeometry_) == 0x010BD8, "Member 'ABP_RT_Quality_Parameters_C::Reflections_EnableTwoSidedGeometry_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GeometryCache) == 0x010BE8, "Member 'ABP_RT_Quality_Parameters_C::GeometryCache' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, StaticMeshes) == 0x010BF8, "Member 'ABP_RT_Quality_Parameters_C::StaticMeshes' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, StaticMeshes_Enable_WPO_) == 0x010C08, "Member 'ABP_RT_Quality_Parameters_C::StaticMeshes_Enable_WPO_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, StaticMeshes_Enable_WPO_Culling) == 0x010C18, "Member 'ABP_RT_Quality_Parameters_C::StaticMeshes_Enable_WPO_Culling' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, StaticMeshes_WPO_Culling_Radius_) == 0x010C28, "Member 'ABP_RT_Quality_Parameters_C::StaticMeshes_WPO_Culling_Radius_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SkeletalMeshes_) == 0x010C38, "Member 'ABP_RT_Quality_Parameters_C::SkeletalMeshes_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ProceduralMeshes_) == 0x010C48, "Member 'ABP_RT_Quality_Parameters_C::ProceduralMeshes_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NiagaraMeshes) == 0x010C58, "Member 'ABP_RT_Quality_Parameters_C::NiagaraMeshes' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NiagaraRibbons) == 0x010C68, "Member 'ABP_RT_Quality_Parameters_C::NiagaraRibbons' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NiagaraSprites) == 0x010C78, "Member 'ABP_RT_Quality_Parameters_C::NiagaraSprites' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Directional_Light) == 0x010C88, "Member 'ABP_RT_Quality_Parameters_C::GI_Directional_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Point_Light) == 0x010C98, "Member 'ABP_RT_Quality_Parameters_C::GI_Point_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Rect_Light) == 0x010CA8, "Member 'ABP_RT_Quality_Parameters_C::GI_Rect_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Sky_Light) == 0x010CB8, "Member 'ABP_RT_Quality_Parameters_C::GI_Sky_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Spot_Light) == 0x010CC8, "Member 'ABP_RT_Quality_Parameters_C::GI_Spot_Light' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_Directional) == 0x010CD8, "Member 'ABP_RT_Quality_Parameters_C::Shadows_Directional' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_Point) == 0x010CE8, "Member 'ABP_RT_Quality_Parameters_C::Shadows_Point' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_Rect) == 0x010CF8, "Member 'ABP_RT_Quality_Parameters_C::Shadows_Rect' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_Spot) == 0x010D08, "Member 'ABP_RT_Quality_Parameters_C::Shadows_Spot' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, AO_UseBiasForSkipWPOEval_) == 0x010D18, "Member 'ABP_RT_Quality_Parameters_C::AO_UseBiasForSkipWPOEval_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, AO_MaxBiasForInexactGeometry_) == 0x010D28, "Member 'ABP_RT_Quality_Parameters_C::AO_MaxBiasForInexactGeometry_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Reservoir_Update_Interval_) == 0x010D38, "Member 'ABP_RT_Quality_Parameters_C::GI_Reservoir_Update_Interval_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Final_Gather_Normal_From_Depth) == 0x010D48, "Member 'ABP_RT_Quality_Parameters_C::Final_Gather_Normal_From_Depth' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Final_Gather_Max_Reuse_Weight) == 0x010D58, "Member 'ABP_RT_Quality_Parameters_C::Final_Gather_Max_Reuse_Weight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Final_Gather_Aggressive_Reservoir_Reuse_) == 0x010D68, "Member 'ABP_RT_Quality_Parameters_C::Final_Gather_Aggressive_Reservoir_Reuse_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GIDenoise_ATrous_Filter_Width) == 0x010D78, "Member 'ABP_RT_Quality_Parameters_C::GIDenoise_ATrous_Filter_Width' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, WaterCaustics_ReflectiveNormalScale_) == 0x010D88, "Member 'ABP_RT_Quality_Parameters_C::WaterCaustics_ReflectiveNormalScale_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, WaterCaustics_RefractiveNormalScale_) == 0x010D98, "Member 'ABP_RT_Quality_Parameters_C::WaterCaustics_RefractiveNormalScale_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Max_Under_Coat_Bounces_) == 0x010DA8, "Member 'ABP_RT_Quality_Parameters_C::Max_Under_Coat_Bounces_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Adaptive_Reflection_Based_On_Player_Speed) == 0x010DB8, "Member 'ABP_RT_Quality_Parameters_C::Enable_Adaptive_Reflection_Based_On_Player_Speed' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DynamicGeometryLastRenderTimeUpdateDistance_) == 0x010DC0, "Member 'ABP_RT_Quality_Parameters_C::DynamicGeometryLastRenderTimeUpdateDistance_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTX_Tick_Interval) == 0x010DD0, "Member 'ABP_RT_Quality_Parameters_C::RTX_Tick_Interval' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Player_Max_Velocity_Threshold) == 0x010DD8, "Member 'ABP_RT_Quality_Parameters_C::Player_Max_Velocity_Threshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Adaptive_Screen_Res_Factor) == 0x010DE0, "Member 'ABP_RT_Quality_Parameters_C::Adaptive_Screen_Res_Factor' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Player_Current_Velocity) == 0x010DE8, "Member 'ABP_RT_Quality_Parameters_C::Player_Current_Velocity' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Adaptive_Screen_Res) == 0x010DF0, "Member 'ABP_RT_Quality_Parameters_C::Enable_Adaptive_Screen_Res' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Use_Adaptive_Water_Caustics_Map_Resolution) == 0x010DF1, "Member 'ABP_RT_Quality_Parameters_C::Use_Adaptive_Water_Caustics_Map_Resolution' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Adaptive_RTX_Render) == 0x010DF2, "Member 'ABP_RT_Quality_Parameters_C::Enable_Adaptive_RTX_Render' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_RTX_DI) == 0x010DF8, "Member 'ABP_RT_Quality_Parameters_C::Enable_RTX_DI' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_NRD) == 0x010E08, "Member 'ABP_RT_Quality_Parameters_C::Enable_NRD' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTXDI_Quality) == 0x010E18, "Member 'ABP_RT_Quality_Parameters_C::RTXDI_Quality' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Accumulate_Emissive) == 0x010E20, "Member 'ABP_RT_Quality_Parameters_C::GI_Accumulate_Emissive' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_MultiBounce_Interval) == 0x010E30, "Member 'ABP_RT_Quality_Parameters_C::GI_MultiBounce_Interval' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTX_Gate) == 0x010E40, "Member 'ABP_RT_Quality_Parameters_C::RTX_Gate' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_Ray_Traced_DOF) == 0x010E48, "Member 'ABP_RT_Quality_Parameters_C::Enable_Ray_Traced_DOF' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Transmission_Sampling_Distance_Culling_) == 0x010E58, "Member 'ABP_RT_Quality_Parameters_C::Transmission_Sampling_Distance_Culling_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_AtmosphericFog_) == 0x010E68, "Member 'ABP_RT_Quality_Parameters_C::Translucency_AtmosphericFog_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Exclude_Decals_) == 0x010E78, "Member 'ABP_RT_Quality_Parameters_C::Exclude_Decals_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_View_Culling) == 0x010E88, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_View_Culling' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_LODTransitionStart_) == 0x010E98, "Member 'ABP_RT_Quality_Parameters_C::Shadows_LODTransitionStart_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_LODTransitionEnd_) == 0x010EA8, "Member 'ABP_RT_Quality_Parameters_C::Shadows_LODTransitionEnd_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Enable_Shadow_Ray) == 0x010EB8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Enable_Shadow_Ray' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Shadow_Ray_Max_Distance) == 0x010EC8, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Shadow_Ray_Max_Distance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_Enable_GI) == 0x010ED8, "Member 'ABP_RT_Quality_Parameters_C::Translucency_Enable_GI' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, HalfResSceneColor_TAA) == 0x010EE8, "Member 'ABP_RT_Quality_Parameters_C::HalfResSceneColor_TAA' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_ExperimentalDeferred_Reflection) == 0x010EF8, "Member 'ABP_RT_Quality_Parameters_C::Enable_ExperimentalDeferred_Reflection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Contact_Shadow) == 0x010F08, "Member 'ABP_RT_Quality_Parameters_C::Contact_Shadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_CSM_Max_Cascade) == 0x010F18, "Member 'ABP_RT_Quality_Parameters_C::Shadow_CSM_Max_Cascade' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_Accept_First_Hit) == 0x010F28, "Member 'ABP_RT_Quality_Parameters_C::Shadows_Accept_First_Hit' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Auto_Exposure) == 0x010F38, "Member 'ABP_RT_Quality_Parameters_C::Auto_Exposure' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Water_Caustics_Epsilon_Area) == 0x010F48, "Member 'ABP_RT_Quality_Parameters_C::Water_Caustics_Epsilon_Area' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Spatial_Reservoir_Samples_) == 0x010F58, "Member 'ABP_RT_Quality_Parameters_C::Spatial_Reservoir_Samples_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, PrimaryRays_ReflectionCaptures) == 0x010F68, "Member 'ABP_RT_Quality_Parameters_C::PrimaryRays_ReflectionCaptures' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GeometryCollection) == 0x010F78, "Member 'ABP_RT_Quality_Parameters_C::GeometryCollection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Nanite_Shadow_Mode_HybirdMode_DepthThreshold) == 0x010F88, "Member 'ABP_RT_Quality_Parameters_C::Nanite_Shadow_Mode_HybirdMode_DepthThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Nanite_Shadow_Mode_HybirdMode_RayTraceNear) == 0x010F98, "Member 'ABP_RT_Quality_Parameters_C::Nanite_Shadow_Mode_HybirdMode_RayTraceNear' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_UseLumenLighting_) == 0x010FA8, "Member 'ABP_RT_Quality_Parameters_C::Translucency_UseLumenLighting_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Enable_Simple_RefractShadow_) == 0x010FB8, "Member 'ABP_RT_Quality_Parameters_C::GI_Enable_Simple_RefractShadow_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Diffuse_Boost) == 0x010FC8, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Diffuse_Boost' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, First_Layer_Reflection_GI_Max_Roughness) == 0x010FD8, "Member 'ABP_RT_Quality_Parameters_C::First_Layer_Reflection_GI_Max_Roughness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, UniformLightSelection) == 0x010FE8, "Member 'ABP_RT_Quality_Parameters_C::UniformLightSelection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_SER) == 0x010FF8, "Member 'ABP_RT_Quality_Parameters_C::GI_SER' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, FinalGather_UseTraceRayInline) == 0x011008, "Member 'ABP_RT_Quality_Parameters_C::FinalGather_UseTraceRayInline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_EnableTransmission) == 0x011018, "Member 'ABP_RT_Quality_Parameters_C::GI_EnableTransmission' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, TransmissionHitThreshold) == 0x011028, "Member 'ABP_RT_Quality_Parameters_C::TransmissionHitThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_AvoidSelfIntersectionTraceDistance) == 0x011038, "Member 'ABP_RT_Quality_Parameters_C::Shadows_AvoidSelfIntersectionTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_SupportTwoSidedFoliage) == 0x011048, "Member 'ABP_RT_Quality_Parameters_C::Shadows_SupportTwoSidedFoliage' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_SER) == 0x011058, "Member 'ABP_RT_Quality_Parameters_C::Reflection_SER' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, First_Layer_Reflection_GI) == 0x011068, "Member 'ABP_RT_Quality_Parameters_C::First_Layer_Reflection_GI' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_GI_Screen_Percentage_) == 0x011078, "Member 'ABP_RT_Quality_Parameters_C::Reflection_GI_Screen_Percentage_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, _Reflection_GI_Denoise) == 0x011088, "Member 'ABP_RT_Quality_Parameters_C::_Reflection_GI_Denoise' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflection_Restir_GI_) == 0x011098, "Member 'ABP_RT_Quality_Parameters_C::Reflection_Restir_GI_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Translucency_SER) == 0x0110A8, "Member 'ABP_RT_Quality_Parameters_C::Translucency_SER' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, PrimaryRays_ReflectionMinRayDistance) == 0x0110B8, "Member 'ABP_RT_Quality_Parameters_C::PrimaryRays_ReflectionMinRayDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, PrimaryRays_RefractionMinRayDistance) == 0x0110C8, "Member 'ABP_RT_Quality_Parameters_C::PrimaryRays_RefractionMinRayDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_RayTracing) == 0x0110D8, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_RayTracing' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_Lighting_Mode) == 0x0110E8, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_Lighting_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_Reflections_Allow_) == 0x0110F8, "Member 'ABP_RT_Quality_Parameters_C::Lumen_Reflections_Allow_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_Reflections) == 0x011108, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_Reflections' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_Reflections_MaxRoughnessToTrace) == 0x011118, "Member 'ABP_RT_Quality_Parameters_C::Lumen_Reflections_MaxRoughnessToTrace' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_Reflections_Trace_Translucent) == 0x011128, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_Reflections_Trace_Translucent' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_Reflections_Trace_Translucent_MaxHitCount) == 0x011138, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_Reflections_Trace_Translucent_MaxHitCount' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_Reflections_Trace_Translucent_TMax) == 0x011148, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_Reflections_Trace_Translucent_TMax' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_Reflections_Trace_Translucent_TMin) == 0x011158, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_Reflections_Trace_Translucent_TMin' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_HW_Reflections_Trace_Translucent_Type) == 0x011168, "Member 'ABP_RT_Quality_Parameters_C::Lumen_HW_Reflections_Trace_Translucent_Type' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_TranslucencyReflections_FrontLayer_Allow_) == 0x011178, "Member 'ABP_RT_Quality_Parameters_C::Lumen_TranslucencyReflections_FrontLayer_Allow_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_TranslucencyReflections_FrontLayer_Enable_) == 0x011188, "Member 'ABP_RT_Quality_Parameters_C::Lumen_TranslucencyReflections_FrontLayer_Enable_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_DiffuseIndirect_Allow_) == 0x011198, "Member 'ABP_RT_Quality_Parameters_C::Lumen_DiffuseIndirect_Allow_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, LumenScene_FarField_) == 0x0111A8, "Member 'ABP_RT_Quality_Parameters_C::LumenScene_FarField_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ScreenProbeGather_ScreenTraces) == 0x0111B8, "Member 'ABP_RT_Quality_Parameters_C::ScreenProbeGather_ScreenTraces' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, LumenScene_Radiosity_) == 0x0111C8, "Member 'ABP_RT_Quality_Parameters_C::LumenScene_Radiosity_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_Visualize_CardPlacement_) == 0x0111D8, "Member 'ABP_RT_Quality_Parameters_C::Lumen_Visualize_CardPlacement_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_Reflections_ScreenTraces_) == 0x0111E8, "Member 'ABP_RT_Quality_Parameters_C::Lumen_Reflections_ScreenTraces_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DynamicGlobalIlluminationMethod) == 0x0111F8, "Member 'ABP_RT_Quality_Parameters_C::DynamicGlobalIlluminationMethod' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ReflectionMethod) == 0x011208, "Member 'ABP_RT_Quality_Parameters_C::ReflectionMethod' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_MaxRoughnessToTraceForFoliage) == 0x011218, "Member 'ABP_RT_Quality_Parameters_C::Reflections_MaxRoughnessToTraceForFoliage' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_Reflection_SER) == 0x011228, "Member 'ABP_RT_Quality_Parameters_C::Lumen_Reflection_SER' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_UseTraceRayInline) == 0x011238, "Member 'ABP_RT_Quality_Parameters_C::Shadows_UseTraceRayInline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DLSS_Preset) == 0x011248, "Member 'ABP_RT_Quality_Parameters_C::DLSS_Preset' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DLSS_PreferNISSharpen) == 0x011258, "Member 'ABP_RT_Quality_Parameters_C::DLSS_PreferNISSharpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_ScreenProbeGather_SER) == 0x011268, "Member 'ABP_RT_Quality_Parameters_C::Lumen_ScreenProbeGather_SER' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lumen_RadianceCache_SER) == 0x011278, "Member 'ABP_RT_Quality_Parameters_C::Lumen_RadianceCache_SER' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GenerateRTSceneDepth__) == 0x011288, "Member 'ABP_RT_Quality_Parameters_C::GenerateRTSceneDepth__' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lighting_MaxLights) == 0x011298, "Member 'ABP_RT_Quality_Parameters_C::Lighting_MaxLights' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lighting_MaxShadowLights) == 0x0112A8, "Member 'ABP_RT_Quality_Parameters_C::Lighting_MaxShadowLights' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Lighting_ObeyShadows) == 0x0112B8, "Member 'ABP_RT_Quality_Parameters_C::Lighting_ObeyShadows' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_MaxShadowDistance) == 0x0112C8, "Member 'ABP_RT_Quality_Parameters_C::GI_MaxShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, PrioritizeDirectional) == 0x0112D8, "Member 'ABP_RT_Quality_Parameters_C::PrioritizeDirectional' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_MaxLights) == 0x0112E8, "Member 'ABP_RT_Quality_Parameters_C::Shadow_MaxLights' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_MaxDenoisedLights) == 0x0112F8, "Member 'ABP_RT_Quality_Parameters_C::Shadow_MaxDenoisedLights' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadow_FallbackToSharp) == 0x011308, "Member 'ABP_RT_Quality_Parameters_C::Shadow_FallbackToSharp' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RTSceneDepthTolerance) == 0x011318, "Member 'ABP_RT_Quality_Parameters_C::RTSceneDepthTolerance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, TemporalReservoirSamples) == 0x011328, "Member 'ABP_RT_Quality_Parameters_C::TemporalReservoirSamples' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Shadows_PointLightMode) == 0x011338, "Member 'ABP_RT_Quality_Parameters_C::Shadows_PointLightMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ReSTIRMode) == 0x011348, "Member 'ABP_RT_Quality_Parameters_C::ReSTIRMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, IntensityScale) == 0x011358, "Member 'ABP_RT_Quality_Parameters_C::IntensityScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, FinalGather_SpatialSearchRadiusRatio) == 0x011368, "Member 'ABP_RT_Quality_Parameters_C::FinalGather_SpatialSearchRadiusRatio' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, UseRasterCaustics) == 0x011378, "Member 'ABP_RT_Quality_Parameters_C::UseRasterCaustics' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, VolumetricScatteringIntensityScale_) == 0x011380, "Member 'ABP_RT_Quality_Parameters_C::VolumetricScatteringIntensityScale_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SkyLightLeakFactor) == 0x011390, "Member 'ABP_RT_Quality_Parameters_C::SkyLightLeakFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, UseSkeletalMeshLODBias) == 0x0113A0, "Member 'ABP_RT_Quality_Parameters_C::UseSkeletalMeshLODBias' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DiffuseIndirectTechnique) == 0x0113B0, "Member 'ABP_RT_Quality_Parameters_C::DiffuseIndirectTechnique' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_Atrous_DiffuseLobeAngleFraction) == 0x0113C0, "Member 'ABP_RT_Quality_Parameters_C::Relax_Atrous_DiffuseLobeAngleFraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_Atrous_DiffuseMinLuminanceWeight) == 0x0113D0, "Member 'ABP_RT_Quality_Parameters_C::Relax_Atrous_DiffuseMinLuminanceWeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_Atrous_DiffusePhiLuminance) == 0x0113E0, "Member 'ABP_RT_Quality_Parameters_C::Relax_Atrous_DiffusePhiLuminance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_Atrous_Iterations) == 0x0113F0, "Member 'ABP_RT_Quality_Parameters_C::Relax_Atrous_Iterations' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_FireflySupression) == 0x011400, "Member 'ABP_RT_Quality_Parameters_C::Relax_FireflySupression' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_HistoryFix_FrameNum) == 0x011410, "Member 'ABP_RT_Quality_Parameters_C::Relax_HistoryFix_FrameNum' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_DiffuseFastMaxAccumulatedFrameNum) == 0x011420, "Member 'ABP_RT_Quality_Parameters_C::Relax_DiffuseFastMaxAccumulatedFrameNum' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_DiffuseMaxAccumulatedFrameNum) == 0x011430, "Member 'ABP_RT_Quality_Parameters_C::Relax_DiffuseMaxAccumulatedFrameNum' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Relax_DisocclusionThreshold) == 0x011440, "Member 'ABP_RT_Quality_Parameters_C::Relax_DisocclusionThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NiagaraRibbons_Reorientation) == 0x011450, "Member 'ABP_RT_Quality_Parameters_C::NiagaraRibbons_Reorientation' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NiagaraSprites_Reorientation) == 0x011460, "Member 'ABP_RT_Quality_Parameters_C::NiagaraSprites_Reorientation' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ReorientedNiagara_CullingDistance) == 0x011470, "Member 'ABP_RT_Quality_Parameters_C::ReorientedNiagara_CullingDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, UseLumenSkyLightLookup) == 0x011480, "Member 'ABP_RT_Quality_Parameters_C::UseLumenSkyLightLookup' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, AsyncBuild) == 0x011490, "Member 'ABP_RT_Quality_Parameters_C::AsyncBuild' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DLSS_RR_Enable) == 0x0114A0, "Member 'ABP_RT_Quality_Parameters_C::DLSS_RR_Enable' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, FinalGather_MaxIntensity) == 0x0114B0, "Member 'ABP_RT_Quality_Parameters_C::FinalGather_MaxIntensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, MaxBuiltPrimitivesPerFrame) == 0x0114C0, "Member 'ABP_RT_Quality_Parameters_C::MaxBuiltPrimitivesPerFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, TransmissionIntensityScale_) == 0x0114D0, "Member 'ABP_RT_Quality_Parameters_C::TransmissionIntensityScale_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, CreatePointsInHalfRes_) == 0x0114E0, "Member 'ABP_RT_Quality_Parameters_C::CreatePointsInHalfRes_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NaniteDepth_UseTraceRayInline) == 0x0114F0, "Member 'ABP_RT_Quality_Parameters_C::NaniteDepth_UseTraceRayInline' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Sharc_Enable) == 0x011500, "Member 'ABP_RT_Quality_Parameters_C::Sharc_Enable' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_Enable_Sharc) == 0x011510, "Member 'ABP_RT_Quality_Parameters_C::GI_Enable_Sharc' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ReorientedNiagara_CullingAngle) == 0x011520, "Member 'ABP_RT_Quality_Parameters_C::ReorientedNiagara_CullingAngle' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RT_Shadows_Mode) == 0x011530, "Member 'ABP_RT_Quality_Parameters_C::RT_Shadows_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DLSSDRandomFactor_) == 0x011540, "Member 'ABP_RT_Quality_Parameters_C::DLSSDRandomFactor_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ReorientedSprite_HalfRes) == 0x011550, "Member 'ABP_RT_Quality_Parameters_C::ReorientedSprite_HalfRes' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Sharc_DownscaleFactor) == 0x011560, "Member 'ABP_RT_Quality_Parameters_C::Sharc_DownscaleFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, HeterogeneousVolumes_RayTracedShadowMode) == 0x011570, "Member 'ABP_RT_Quality_Parameters_C::HeterogeneousVolumes_RayTracedShadowMode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, InstancedStaticMeshes_EnableInstancesCluster) == 0x011580, "Member 'ABP_RT_Quality_Parameters_C::InstancedStaticMeshes_EnableInstancesCluster' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, InstancedStaticMeshes_InstancesClusterThreshold) == 0x011590, "Member 'ABP_RT_Quality_Parameters_C::InstancedStaticMeshes_InstancesClusterThreshold' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, InstancedStaticMeshes_Culling_ClusterSize) == 0x0115A0, "Member 'ABP_RT_Quality_Parameters_C::InstancedStaticMeshes_Culling_ClusterSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, InstancedStaticMeshes_LodBias) == 0x0115B0, "Member 'ABP_RT_Quality_Parameters_C::InstancedStaticMeshes_LodBias' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Foliage_UseRTDepthInRTPasses) == 0x0115C0, "Member 'ABP_RT_Quality_Parameters_C::Foliage_UseRTDepthInRTPasses' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Sharc_Mode) == 0x0115D0, "Member 'ABP_RT_Quality_Parameters_C::Sharc_Mode' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SingleLayer_Reflection) == 0x0115E0, "Member 'ABP_RT_Quality_Parameters_C::SingleLayer_Reflection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SpatialSampleMaxShadowDistance) == 0x0115F0, "Member 'ABP_RT_Quality_Parameters_C::SpatialSampleMaxShadowDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_MinClearCoatLevel) == 0x011600, "Member 'ABP_RT_Quality_Parameters_C::Reflections_MinClearCoatLevel' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ShadowRayInSpatialReuse) == 0x011610, "Member 'ABP_RT_Quality_Parameters_C::ShadowRayInSpatialReuse' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, DirectionalFakeHairSurfaceDensity) == 0x011620, "Member 'ABP_RT_Quality_Parameters_C::DirectionalFakeHairSurfaceDensity' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ShadowIntensityScale) == 0x011630, "Member 'ABP_RT_Quality_Parameters_C::ShadowIntensityScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_SpecularFactor) == 0x011640, "Member 'ABP_RT_Quality_Parameters_C::GI_SpecularFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SpecularMaxRoughness) == 0x011650, "Member 'ABP_RT_Quality_Parameters_C::SpecularMaxRoughness' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SpecularLobeAngleFraction) == 0x011660, "Member 'ABP_RT_Quality_Parameters_C::SpecularLobeAngleFraction' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SpecularBlurRadius) == 0x011670, "Member 'ABP_RT_Quality_Parameters_C::SpecularBlurRadius' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, NRD_Specular_Denoiser) == 0x011680, "Member 'ABP_RT_Quality_Parameters_C::NRD_Specular_Denoiser' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Hybrid_Inset_Shadow) == 0x011690, "Member 'ABP_RT_Quality_Parameters_C::Hybrid_Inset_Shadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_GIHybrid) == 0x0116A0, "Member 'ABP_RT_Quality_Parameters_C::Reflections_GIHybrid' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Niagara_UseRayTracingShadow) == 0x0116B0, "Member 'ABP_RT_Quality_Parameters_C::Niagara_UseRayTracingShadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Niagara_Shadow_SupportLocalLight) == 0x0116C0, "Member 'ABP_RT_Quality_Parameters_C::Niagara_Shadow_SupportLocalLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SpecularLobeAngleSlack) == 0x0116D0, "Member 'ABP_RT_Quality_Parameters_C::SpecularLobeAngleSlack' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ReflectionGI_EnableVisibilityTest_) == 0x0116E0, "Member 'ABP_RT_Quality_Parameters_C::ReflectionGI_EnableVisibilityTest_' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, ContactShadows_PatchRTShadow) == 0x0116F0, "Member 'ABP_RT_Quality_Parameters_C::ContactShadows_PatchRTShadow' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Particle_IndirectLightingScale) == 0x011700, "Member 'ABP_RT_Quality_Parameters_C::Particle_IndirectLightingScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RayTMinOffset) == 0x011710, "Member 'ABP_RT_Quality_Parameters_C::RayTMinOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, FoliageExpandOffset) == 0x011720, "Member 'ABP_RT_Quality_Parameters_C::FoliageExpandOffset' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, HalfRes_DLSSDRandomFactor) == 0x011730, "Member 'ABP_RT_Quality_Parameters_C::HalfRes_DLSSDRandomFactor' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SpecularMinLuminanceWeight) == 0x011740, "Member 'ABP_RT_Quality_Parameters_C::SpecularMinLuminanceWeight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, HalfRes_DLSSRR_GI_IntensityScale) == 0x011750, "Member 'ABP_RT_Quality_Parameters_C::HalfRes_DLSSRR_GI_IntensityScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Enable_GI_Intensity_Override) == 0x011760, "Member 'ABP_RT_Quality_Parameters_C::Enable_GI_Intensity_Override' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, GI_LightCullingDistance) == 0x011768, "Member 'ABP_RT_Quality_Parameters_C::GI_LightCullingDistance' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Transmission_HairScale) == 0x011778, "Member 'ABP_RT_Quality_Parameters_C::Transmission_HairScale' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, VolumetricFog_GridPixelSize) == 0x011788, "Member 'ABP_RT_Quality_Parameters_C::VolumetricFog_GridPixelSize' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, VolumetricFog_GridSizeZ) == 0x011798, "Member 'ABP_RT_Quality_Parameters_C::VolumetricFog_GridSizeZ' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SingleLayer_Reflection_ScreenPercentage) == 0x0117A8, "Member 'ABP_RT_Quality_Parameters_C::SingleLayer_Reflection_ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SingleLayer_Reflection_GI_ScreenPercentage) == 0x0117B8, "Member 'ABP_RT_Quality_Parameters_C::SingleLayer_Reflection_GI_ScreenPercentage' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SingleLayer_Reflection_GI_Enable) == 0x0117C8, "Member 'ABP_RT_Quality_Parameters_C::SingleLayer_Reflection_GI_Enable' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, SLW_Enable_Reflection) == 0x0117D8, "Member 'ABP_RT_Quality_Parameters_C::SLW_Enable_Reflection' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_OpaqueSurfaces) == 0x0117E8, "Member 'ABP_RT_Quality_Parameters_C::Reflections_OpaqueSurfaces' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, RT_Artist_Parameter_Override) == 0x0117F8, "Member 'ABP_RT_Quality_Parameters_C::RT_Artist_Parameter_Override' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, MaxPatchContactShadowLength) == 0x011800, "Member 'ABP_RT_Quality_Parameters_C::MaxPatchContactShadowLength' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Reflections_ForceDisableSkyLight) == 0x011810, "Member 'ABP_RT_Quality_Parameters_C::Reflections_ForceDisableSkyLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, Tonemapper_Sharpen) == 0x011820, "Member 'ABP_RT_Quality_Parameters_C::Tonemapper_Sharpen' has a wrong offset!"); \ +static_assert(offsetof(ABP_RT_Quality_Parameters_C, InstancedStaticMeshes_SimulationClusterRadius) == 0x011830, "Member 'ABP_RT_Quality_Parameters_C::InstancedStaticMeshes_SimulationClusterRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality \ +static_assert(alignof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality) == 0x000004, "Wrong alignment on BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality"); \ +static_assert(sizeof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality) == 0x000010, "Wrong size on BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, EntryPoint) == 0x000000, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, Temp_byte_Variable) == 0x000004, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::Temp_byte_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, Temp_byte_Variable_1) == 0x000005, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::Temp_byte_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, K2Node_Event_Quality) == 0x000006, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::K2Node_Event_Quality' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, K2Node_Event_bInEnable) == 0x000007, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::K2Node_Event_bInEnable' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, CallFunc_GetValidValue_ReturnValue) == 0x000008, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::CallFunc_GetValidValue_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, K2Node_Event_bEnable) == 0x000009, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::K2Node_Event_bEnable' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x00000A, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x00000B, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, Temp_bool_Variable) == 0x00000C, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::Temp_bool_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, K2Node_Select_Default) == 0x00000D, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::K2Node_Select_Default' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality, CallFunc_EqualEqual_ByteByte_ReturnValue_1) == 0x00000E, "Member 'BP_gs_rt_quality_C_ExecuteUbergraph_BP_gs_rt_quality::CallFunc_EqualEqual_ByteByte_ReturnValue_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_ForceUpdateRTX \ +static_assert(alignof(BP_gs_rt_quality_C_ForceUpdateRTX) == 0x000010, "Wrong alignment on BP_gs_rt_quality_C_ForceUpdateRTX"); \ +static_assert(sizeof(BP_gs_rt_quality_C_ForceUpdateRTX) == 0x00F690, "Wrong size on BP_gs_rt_quality_C_ForceUpdateRTX"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters) == 0x000000, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters_1) == 0x001ED0, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters_1' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters_2) == 0x003DA0, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters_2' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters_3) == 0x005C70, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters_3' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_SwitchEnum_CmpSuccess) == 0x007B40, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_SwitchEnum_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters_4) == 0x007B50, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters_4' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters_5) == 0x009A20, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters_5' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters_6) == 0x00B8F0, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters_6' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_ForceUpdateRTX, K2Node_MakeStruct_RT_Parameters_7) == 0x00D7C0, "Member 'BP_gs_rt_quality_C_ForceUpdateRTX::K2Node_MakeStruct_RT_Parameters_7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_GetRTXQuality \ +static_assert(alignof(BP_gs_rt_quality_C_GetRTXQuality) == 0x000001, "Wrong alignment on BP_gs_rt_quality_C_GetRTXQuality"); \ +static_assert(sizeof(BP_gs_rt_quality_C_GetRTXQuality) == 0x000001, "Wrong size on BP_gs_rt_quality_C_GetRTXQuality"); \ +static_assert(offsetof(BP_gs_rt_quality_C_GetRTXQuality, ReturnValue) == 0x000000, "Member 'BP_gs_rt_quality_C_GetRTXQuality::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_IsDLSSRREnabled \ +static_assert(alignof(BP_gs_rt_quality_C_IsDLSSRREnabled) == 0x000001, "Wrong alignment on BP_gs_rt_quality_C_IsDLSSRREnabled"); \ +static_assert(sizeof(BP_gs_rt_quality_C_IsDLSSRREnabled) == 0x000002, "Wrong size on BP_gs_rt_quality_C_IsDLSSRREnabled"); \ +static_assert(offsetof(BP_gs_rt_quality_C_IsDLSSRREnabled, ReturnValue) == 0x000000, "Member 'BP_gs_rt_quality_C_IsDLSSRREnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_IsDLSSRREnabled, CallFunc_IsDLSSRREnabled_ReturnValue) == 0x000001, "Member 'BP_gs_rt_quality_C_IsDLSSRREnabled::CallFunc_IsDLSSRREnabled_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_IsRTXEnabled \ +static_assert(alignof(BP_gs_rt_quality_C_IsRTXEnabled) == 0x000001, "Wrong alignment on BP_gs_rt_quality_C_IsRTXEnabled"); \ +static_assert(sizeof(BP_gs_rt_quality_C_IsRTXEnabled) == 0x000002, "Wrong size on BP_gs_rt_quality_C_IsRTXEnabled"); \ +static_assert(offsetof(BP_gs_rt_quality_C_IsRTXEnabled, ReturnValue) == 0x000000, "Member 'BP_gs_rt_quality_C_IsRTXEnabled::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_gs_rt_quality_C_IsRTXEnabled, CallFunc_NotEqual_ByteByte_ReturnValue) == 0x000001, "Member 'BP_gs_rt_quality_C_IsRTXEnabled::CallFunc_NotEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_SetDlssRREnable \ +static_assert(alignof(BP_gs_rt_quality_C_SetDlssRREnable) == 0x000001, "Wrong alignment on BP_gs_rt_quality_C_SetDlssRREnable"); \ +static_assert(sizeof(BP_gs_rt_quality_C_SetDlssRREnable) == 0x000001, "Wrong size on BP_gs_rt_quality_C_SetDlssRREnable"); \ +static_assert(offsetof(BP_gs_rt_quality_C_SetDlssRREnable, bEnable) == 0x000000, "Member 'BP_gs_rt_quality_C_SetDlssRREnable::bEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_SetRTXEnabled \ +static_assert(alignof(BP_gs_rt_quality_C_SetRTXEnabled) == 0x000001, "Wrong alignment on BP_gs_rt_quality_C_SetRTXEnabled"); \ +static_assert(sizeof(BP_gs_rt_quality_C_SetRTXEnabled) == 0x000001, "Wrong size on BP_gs_rt_quality_C_SetRTXEnabled"); \ +static_assert(offsetof(BP_gs_rt_quality_C_SetRTXEnabled, bInEnable) == 0x000000, "Member 'BP_gs_rt_quality_C_SetRTXEnabled::bInEnable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_gs_rt_quality_C_SetRTXQuality \ +static_assert(alignof(BP_gs_rt_quality_C_SetRTXQuality) == 0x000001, "Wrong alignment on BP_gs_rt_quality_C_SetRTXQuality"); \ +static_assert(sizeof(BP_gs_rt_quality_C_SetRTXQuality) == 0x000001, "Wrong size on BP_gs_rt_quality_C_SetRTXQuality"); \ +static_assert(offsetof(BP_gs_rt_quality_C_SetRTXQuality, Quality) == 0x000000, "Member 'BP_gs_rt_quality_C_SetRTXQuality::Quality' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_gs_rt_quality_C \ +static_assert(alignof(ABP_gs_rt_quality_C) == 0x000010, "Wrong alignment on ABP_gs_rt_quality_C"); \ +static_assert(sizeof(ABP_gs_rt_quality_C) == 0x011850, "Wrong size on ABP_gs_rt_quality_C"); \ +static_assert(offsetof(ABP_gs_rt_quality_C, UberGraphFrame_BP_gs_rt_quality_C) == 0x011840, "Member 'ABP_gs_rt_quality_C::UberGraphFrame_BP_gs_rt_quality_C' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPropertyBag_0 \ +static_assert(alignof(FPropertyBag_0) == 0x000001, "Wrong alignment on FPropertyBag_0"); \ +static_assert(sizeof(FPropertyBag_0) == 0x000001, "Wrong size on FPropertyBag_0"); \ + +#define DUMPER7_ASSERTS_FEffectorData \ +static_assert(alignof(FEffectorData) == 0x000008, "Wrong alignment on FEffectorData"); \ +static_assert(sizeof(FEffectorData) == 0x000030, "Wrong size on FEffectorData"); \ +static_assert(offsetof(FEffectorData, EffectorRootName) == 0x000000, "Member 'FEffectorData::EffectorRootName' has a wrong offset!"); \ +static_assert(offsetof(FEffectorData, BoneName) == 0x000008, "Member 'FEffectorData::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FEffectorData, position) == 0x000010, "Member 'FEffectorData::position' has a wrong offset!"); \ +static_assert(offsetof(FEffectorData, alpha) == 0x000028, "Member 'FEffectorData::alpha' has a wrong offset!"); \ +static_assert(offsetof(FEffectorData, AlphaCurveValue) == 0x00002C, "Member 'FEffectorData::AlphaCurveValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNeutralAnimalConfig \ +static_assert(alignof(FNeutralAnimalConfig) == 0x000004, "Wrong alignment on FNeutralAnimalConfig"); \ +static_assert(sizeof(FNeutralAnimalConfig) == 0x000008, "Wrong size on FNeutralAnimalConfig"); \ +static_assert(offsetof(FNeutralAnimalConfig, NeutralAnimalType) == 0x000000, "Member 'FNeutralAnimalConfig::NeutralAnimalType' has a wrong offset!"); \ +static_assert(offsetof(FNeutralAnimalConfig, BackToPatrolRange) == 0x000004, "Member 'FNeutralAnimalConfig::BackToPatrolRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUDispLib_PostProcessBlueprintConf \ +static_assert(alignof(FUDispLib_PostProcessBlueprintConf) == 0x000008, "Wrong alignment on FUDispLib_PostProcessBlueprintConf"); \ +static_assert(sizeof(FUDispLib_PostProcessBlueprintConf) == 0x000008, "Wrong size on FUDispLib_PostProcessBlueprintConf"); \ +static_assert(offsetof(FUDispLib_PostProcessBlueprintConf, Blueprint) == 0x000000, "Member 'FUDispLib_PostProcessBlueprintConf::Blueprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_CurrentBeAttackedStiffLevel \ +static_assert(alignof(FDetectCondition_CurrentBeAttackedStiffLevel) == 0x000004, "Wrong alignment on FDetectCondition_CurrentBeAttackedStiffLevel"); \ +static_assert(sizeof(FDetectCondition_CurrentBeAttackedStiffLevel) == 0x000008, "Wrong size on FDetectCondition_CurrentBeAttackedStiffLevel"); \ +static_assert(offsetof(FDetectCondition_CurrentBeAttackedStiffLevel, CompareOperation) == 0x000000, "Member 'FDetectCondition_CurrentBeAttackedStiffLevel::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_CurrentBeAttackedStiffLevel, CompareValueInt) == 0x000004, "Member 'FDetectCondition_CurrentBeAttackedStiffLevel::CompareValueInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDispInteractOverride \ +static_assert(alignof(FDispInteractOverride) == 0x000008, "Wrong alignment on FDispInteractOverride"); \ +static_assert(sizeof(FDispInteractOverride) == 0x000040, "Wrong size on FDispInteractOverride"); \ +static_assert(offsetof(FDispInteractOverride, FirstBoneName) == 0x000000, "Member 'FDispInteractOverride::FirstBoneName' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, NextBoneName) == 0x000008, "Member 'FDispInteractOverride::NextBoneName' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, FirstScaleValue) == 0x000010, "Member 'FDispInteractOverride::FirstScaleValue' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, NextScaleValue) == 0x000014, "Member 'FDispInteractOverride::NextScaleValue' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, FirstScaleCurve) == 0x000018, "Member 'FDispInteractOverride::FirstScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, NextScaleCurve) == 0x000020, "Member 'FDispInteractOverride::NextScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, FirstOffsetValue) == 0x000028, "Member 'FDispInteractOverride::FirstOffsetValue' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, NextOffsetValue) == 0x00002C, "Member 'FDispInteractOverride::NextOffsetValue' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, FirstOffsetCurve) == 0x000030, "Member 'FDispInteractOverride::FirstOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractOverride, NextOffsetCurve) == 0x000038, "Member 'FDispInteractOverride::NextOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileDisableAbilityMask \ +static_assert(alignof(FProjectileDisableAbilityMask) == 0x000004, "Wrong alignment on FProjectileDisableAbilityMask"); \ +static_assert(sizeof(FProjectileDisableAbilityMask) == 0x000004, "Wrong size on FProjectileDisableAbilityMask"); \ +static_assert(offsetof(FProjectileDisableAbilityMask, mask) == 0x000000, "Member 'FProjectileDisableAbilityMask::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnePCurveScalarPoint \ +static_assert(alignof(FOnePCurveScalarPoint) == 0x000004, "Wrong alignment on FOnePCurveScalarPoint"); \ +static_assert(sizeof(FOnePCurveScalarPoint) == 0x00000C, "Wrong size on FOnePCurveScalarPoint"); \ +static_assert(offsetof(FOnePCurveScalarPoint, Mode) == 0x000000, "Member 'FOnePCurveScalarPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(FOnePCurveScalarPoint, Value) == 0x000004, "Member 'FOnePCurveScalarPoint::Value' has a wrong offset!"); \ +static_assert(offsetof(FOnePCurveScalarPoint, DurationToPrePoint) == 0x000008, "Member 'FOnePCurveScalarPoint::DurationToPrePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCPCurveScalar \ +static_assert(alignof(FBUC_DispLibUtil_DBCPCurveScalar) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCPCurveScalar"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCPCurveScalar) == 0x000028, "Wrong size on FBUC_DispLibUtil_DBCPCurveScalar"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalar, PointsList) == 0x000000, "Member 'FBUC_DispLibUtil_DBCPCurveScalar::PointsList' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalar, Duration) == 0x000014, "Member 'FBUC_DispLibUtil_DBCPCurveScalar::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalar, EndToPoint) == 0x000018, "Member 'FBUC_DispLibUtil_DBCPCurveScalar::EndToPoint' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalar, ReleaseParameterControlMode) == 0x000024, "Member 'FBUC_DispLibUtil_DBCPCurveScalar::ReleaseParameterControlMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_PlayCameraShake \ +static_assert(alignof(FBUC_DispLibDBC_PlayCameraShake) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_PlayCameraShake"); \ +static_assert(sizeof(FBUC_DispLibDBC_PlayCameraShake) == 0x000060, "Wrong size on FBUC_DispLibDBC_PlayCameraShake"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_PlayCameraShake::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, CameraShake) == 0x000008, "Member 'FBUC_DispLibDBC_PlayCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, Override_Oscillation_Duration) == 0x000010, "Member 'FBUC_DispLibDBC_PlayCameraShake::Override_Oscillation_Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, CustomScaleCurve) == 0x000018, "Member 'FBUC_DispLibDBC_PlayCameraShake::CustomScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, AttachedTargetSocketName) == 0x000044, "Member 'FBUC_DispLibDBC_PlayCameraShake::AttachedTargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, CamShakeScaleByDistCurve) == 0x000050, "Member 'FBUC_DispLibDBC_PlayCameraShake::CamShakeScaleByDistCurve' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, MaxDistance) == 0x000058, "Member 'FBUC_DispLibDBC_PlayCameraShake::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCameraShake, PausePriority) == 0x00005C, "Member 'FBUC_DispLibDBC_PlayCameraShake::PausePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Across_High \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Across_High) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Across_High"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Across_High) == 0x000028, "Wrong size on FAnimHumanoidSetting_ParkourMove_Across_High"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_High, ASParkourHighAcrossStart) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Across_High::ASParkourHighAcrossStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_High, ASParkourHighAcrossThrough) == 0x000008, "Member 'FAnimHumanoidSetting_ParkourMove_Across_High::ASParkourHighAcrossThrough' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_High, ASParkourHighAcrossFallLoop) == 0x000010, "Member 'FAnimHumanoidSetting_ParkourMove_Across_High::ASParkourHighAcrossFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_High, ASParkourHighAcrossLand) == 0x000018, "Member 'FAnimHumanoidSetting_ParkourMove_Across_High::ASParkourHighAcrossLand' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_High, ASParkourHighAcrossLandMove) == 0x000020, "Member 'FAnimHumanoidSetting_ParkourMove_Across_High::ASParkourHighAcrossLandMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsActorGuidReference \ +static_assert(alignof(FGsActorGuidReference) == 0x000008, "Wrong alignment on FGsActorGuidReference"); \ +static_assert(sizeof(FGsActorGuidReference) == 0x000038, "Wrong size on FGsActorGuidReference"); \ +static_assert(offsetof(FGsActorGuidReference, ActorRef) == 0x000000, "Member 'FGsActorGuidReference::ActorRef' has a wrong offset!"); \ +static_assert(offsetof(FGsActorGuidReference, ActorGuid) == 0x000028, "Member 'FGsActorGuidReference::ActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSourceAsset \ +static_assert(alignof(FSourceAsset) == 0x000008, "Wrong alignment on FSourceAsset"); \ +static_assert(sizeof(FSourceAsset) == 0x000010, "Wrong size on FSourceAsset"); \ +static_assert(offsetof(FSourceAsset, AssetName) == 0x000000, "Member 'FSourceAsset::AssetName' has a wrong offset!"); \ +static_assert(offsetof(FSourceAsset, MeshAsset) == 0x000008, "Member 'FSourceAsset::MeshAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndLColor \ +static_assert(alignof(FBUC_DispLibUtil_NameAndLColor) == 0x000004, "Wrong alignment on FBUC_DispLibUtil_NameAndLColor"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndLColor) == 0x000018, "Wrong size on FBUC_DispLibUtil_NameAndLColor"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndLColor, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndLColor::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndLColor, Value) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndLColor::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPAQI_SelectUnitTypeInfo \ +static_assert(alignof(FFPAQI_SelectUnitTypeInfo) == 0x000008, "Wrong alignment on FFPAQI_SelectUnitTypeInfo"); \ +static_assert(sizeof(FFPAQI_SelectUnitTypeInfo) == 0x000028, "Wrong size on FFPAQI_SelectUnitTypeInfo"); \ +static_assert(offsetof(FFPAQI_SelectUnitTypeInfo, SelectUnitType) == 0x000000, "Member 'FFPAQI_SelectUnitTypeInfo::SelectUnitType' has a wrong offset!"); \ +static_assert(offsetof(FFPAQI_SelectUnitTypeInfo, SelectUnitTypeIntParams) == 0x000008, "Member 'FFPAQI_SelectUnitTypeInfo::SelectUnitTypeIntParams' has a wrong offset!"); \ +static_assert(offsetof(FFPAQI_SelectUnitTypeInfo, SelectUnitTypeFloatParams) == 0x000018, "Member 'FFPAQI_SelectUnitTypeInfo::SelectUnitTypeFloatParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_SimpleState \ +static_assert(alignof(FDetectCondition_SimpleState) == 0x000001, "Wrong alignment on FDetectCondition_SimpleState"); \ +static_assert(sizeof(FDetectCondition_SimpleState) == 0x000001, "Wrong size on FDetectCondition_SimpleState"); \ +static_assert(offsetof(FDetectCondition_SimpleState, SimpleState) == 0x000000, "Member 'FDetectCondition_SimpleState::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHelloUStructTest \ +static_assert(alignof(FHelloUStructTest) == 0x000004, "Wrong alignment on FHelloUStructTest"); \ +static_assert(sizeof(FHelloUStructTest) == 0x000004, "Wrong size on FHelloUStructTest"); \ +static_assert(offsetof(FHelloUStructTest, TestValue) == 0x000000, "Member 'FHelloUStructTest::TestValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBirth_AbnomalState \ +static_assert(alignof(FBirth_AbnomalState) == 0x000004, "Wrong alignment on FBirth_AbnomalState"); \ +static_assert(sizeof(FBirth_AbnomalState) == 0x000008, "Wrong size on FBirth_AbnomalState"); \ +static_assert(offsetof(FBirth_AbnomalState, AbnormalStateType) == 0x000000, "Member 'FBirth_AbnomalState::AbnormalStateType' has a wrong offset!"); \ +static_assert(offsetof(FBirth_AbnomalState, AbnormalStateLevel) == 0x000004, "Member 'FBirth_AbnomalState::AbnormalStateLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndScalar \ +static_assert(alignof(FBUC_DispLibUtil_NameAndScalar) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndScalar"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndScalar) == 0x000028, "Wrong size on FBUC_DispLibUtil_NameAndScalar"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndScalar, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndScalar::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndScalar, Value) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndScalar::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndScalar, TimeStage) == 0x000010, "Member 'FBUC_DispLibUtil_NameAndScalar::TimeStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomDepthStencilInfo \ +static_assert(alignof(FCustomDepthStencilInfo) == 0x000004, "Wrong alignment on FCustomDepthStencilInfo"); \ +static_assert(sizeof(FCustomDepthStencilInfo) == 0x000010, "Wrong size on FCustomDepthStencilInfo"); \ +static_assert(offsetof(FCustomDepthStencilInfo, ComponentTag) == 0x000000, "Member 'FCustomDepthStencilInfo::ComponentTag' has a wrong offset!"); \ +static_assert(offsetof(FCustomDepthStencilInfo, CustomDepthStencilValue) == 0x00000C, "Member 'FCustomDepthStencilInfo::CustomDepthStencilValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEditorNiagaraReviewToolConfig \ +static_assert(alignof(FEditorNiagaraReviewToolConfig) == 0x000008, "Wrong alignment on FEditorNiagaraReviewToolConfig"); \ +static_assert(sizeof(FEditorNiagaraReviewToolConfig) == 0x000050, "Wrong size on FEditorNiagaraReviewToolConfig"); \ +static_assert(offsetof(FEditorNiagaraReviewToolConfig, TamersPreset) == 0x000000, "Member 'FEditorNiagaraReviewToolConfig::TamersPreset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings \ +static_assert(alignof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings"); \ +static_assert(sizeof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings) == 0x000048, "Wrong size on FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings"); \ +static_assert(offsetof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings, MaxSystemInstanceCount) == 0x000004, "Member 'FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings::MaxSystemInstanceCount' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings, Mode) == 0x000008, "Member 'FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings::Mode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings, AgeWeight) == 0x000010, "Member 'FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings::AgeWeight' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings, CameraDistanceWeight) == 0x000020, "Member 'FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings::CameraDistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings, CameraForwardDirDotWeight) == 0x000030, "Member 'FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings::CameraForwardDirDotWeight' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings, CustomWeightAdd) == 0x000040, "Member 'FBUC_DispLibDBC_OneEffectQualityNiagaraScalabilitySettings::CustomWeightAdd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_NiagaraEventScalabilitySettings \ +static_assert(alignof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_NiagaraEventScalabilitySettings"); \ +static_assert(sizeof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings) == 0x000170, "Wrong size on FBUC_DispLibDBC_NiagaraEventScalabilitySettings"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings, PoolMode) == 0x000001, "Member 'FBUC_DispLibDBC_NiagaraEventScalabilitySettings::PoolMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings, Low) == 0x000008, "Member 'FBUC_DispLibDBC_NiagaraEventScalabilitySettings::Low' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings, Medium) == 0x000050, "Member 'FBUC_DispLibDBC_NiagaraEventScalabilitySettings::Medium' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings, High) == 0x000098, "Member 'FBUC_DispLibDBC_NiagaraEventScalabilitySettings::High' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings, Epic) == 0x0000E0, "Member 'FBUC_DispLibDBC_NiagaraEventScalabilitySettings::Epic' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventScalabilitySettings, Cinematic) == 0x000128, "Member 'FBUC_DispLibDBC_NiagaraEventScalabilitySettings::Cinematic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_PlayNiagara \ +static_assert(alignof(FBUC_DispLibDBC_PlayNiagara) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_PlayNiagara"); \ +static_assert(sizeof(FBUC_DispLibDBC_PlayNiagara) == 0x000238, "Wrong size on FBUC_DispLibDBC_PlayNiagara"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_PlayNiagara::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, EndMode) == 0x000004, "Member 'FBUC_DispLibDBC_PlayNiagara::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, Duration) == 0x000008, "Member 'FBUC_DispLibDBC_PlayNiagara::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, DelayTimeAfterStop) == 0x00000C, "Member 'FBUC_DispLibDBC_PlayNiagara::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, DestroyTiming) == 0x000010, "Member 'FBUC_DispLibDBC_PlayNiagara::DestroyTiming' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, Template) == 0x000018, "Member 'FBUC_DispLibDBC_PlayNiagara::Template' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, OverrideMeshCompTagName) == 0x000040, "Member 'FBUC_DispLibDBC_PlayNiagara::OverrideMeshCompTagName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, AttachedTargetSocketName) == 0x00004C, "Member 'FBUC_DispLibDBC_PlayNiagara::AttachedTargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, LocationOffset) == 0x000058, "Member 'FBUC_DispLibDBC_PlayNiagara::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, RotationOffset) == 0x000070, "Member 'FBUC_DispLibDBC_PlayNiagara::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, Scale) == 0x000088, "Member 'FBUC_DispLibDBC_PlayNiagara::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, SnapGroundRotationMode) == 0x0000A1, "Member 'FBUC_DispLibDBC_PlayNiagara::SnapGroundRotationMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, TranslucentSortPriority) == 0x0000A4, "Member 'FBUC_DispLibDBC_PlayNiagara::TranslucentSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, PausePriority) == 0x0000AC, "Member 'FBUC_DispLibDBC_PlayNiagara::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, PauseMode) == 0x0000B0, "Member 'FBUC_DispLibDBC_PlayNiagara::PauseMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, EndStagePriority) == 0x0000B4, "Member 'FBUC_DispLibDBC_PlayNiagara::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, ForceChangeVisibleStateDEFPriority) == 0x0000B8, "Member 'FBUC_DispLibDBC_PlayNiagara::ForceChangeVisibleStateDEFPriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, ForceVisibleStateDefaultMode) == 0x0000BC, "Member 'FBUC_DispLibDBC_PlayNiagara::ForceVisibleStateDefaultMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, MetaString) == 0x0000C0, "Member 'FBUC_DispLibDBC_PlayNiagara::MetaString' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayNiagara, ScalabilitySettings) == 0x0000C8, "Member 'FBUC_DispLibDBC_PlayNiagara::ScalabilitySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnePCurveColorPoint \ +static_assert(alignof(FOnePCurveColorPoint) == 0x000004, "Wrong alignment on FOnePCurveColorPoint"); \ +static_assert(sizeof(FOnePCurveColorPoint) == 0x000018, "Wrong size on FOnePCurveColorPoint"); \ +static_assert(offsetof(FOnePCurveColorPoint, Mode) == 0x000000, "Member 'FOnePCurveColorPoint::Mode' has a wrong offset!"); \ +static_assert(offsetof(FOnePCurveColorPoint, Value) == 0x000004, "Member 'FOnePCurveColorPoint::Value' has a wrong offset!"); \ +static_assert(offsetof(FOnePCurveColorPoint, DurationToPrePoint) == 0x000014, "Member 'FOnePCurveColorPoint::DurationToPrePoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCheckAssignTargetInfo \ +static_assert(alignof(FCheckAssignTargetInfo) == 0x000008, "Wrong alignment on FCheckAssignTargetInfo"); \ +static_assert(sizeof(FCheckAssignTargetInfo) == 0x000048, "Wrong size on FCheckAssignTargetInfo"); \ +static_assert(offsetof(FCheckAssignTargetInfo, CheckUnitGUID) == 0x000008, "Member 'FCheckAssignTargetInfo::CheckUnitGUID' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, CheckConditionType) == 0x000018, "Member 'FCheckAssignTargetInfo::CheckConditionType' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, HpLowPercent) == 0x00001C, "Member 'FCheckAssignTargetInfo::HpLowPercent' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, RangeDistance) == 0x000020, "Member 'FCheckAssignTargetInfo::RangeDistance' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, PartId) == 0x000024, "Member 'FCheckAssignTargetInfo::PartId' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, BuffID) == 0x00002C, "Member 'FCheckAssignTargetInfo::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, BuffLayer) == 0x000030, "Member 'FCheckAssignTargetInfo::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, BeatbackStiffLevel) == 0x000034, "Member 'FCheckAssignTargetInfo::BeatbackStiffLevel' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, SkillID) == 0x00003C, "Member 'FCheckAssignTargetInfo::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FCheckAssignTargetInfo, CheckAbnormalStateType) == 0x000040, "Member 'FCheckAssignTargetInfo::CheckAbnormalStateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNiagaraRefByUnitDescription_Collection \ +static_assert(alignof(FNiagaraRefByUnitDescription_Collection) == 0x000008, "Wrong alignment on FNiagaraRefByUnitDescription_Collection"); \ +static_assert(sizeof(FNiagaraRefByUnitDescription_Collection) == 0x0001D8, "Wrong size on FNiagaraRefByUnitDescription_Collection"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, NiagaraAssetPath) == 0x000000, "Member 'FNiagaraRefByUnitDescription_Collection::NiagaraAssetPath' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, IndexInSourceList) == 0x000010, "Member 'FNiagaraRefByUnitDescription_Collection::IndexInSourceList' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, NiagaraUseAllMemory_PC) == 0x000018, "Member 'FNiagaraRefByUnitDescription_Collection::NiagaraUseAllMemory_PC' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, NiagaraUseAllMemory_PS5) == 0x000028, "Member 'FNiagaraRefByUnitDescription_Collection::NiagaraUseAllMemory_PS5' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, NiagaraUseAllMemory_XSS) == 0x000038, "Member 'FNiagaraRefByUnitDescription_Collection::NiagaraUseAllMemory_XSS' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, ExpectedLowAssetsPath) == 0x000048, "Member 'FNiagaraRefByUnitDescription_Collection::ExpectedLowAssetsPath' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, LowAsset_NiagaraUseAllMemory_PC) == 0x000058, "Member 'FNiagaraRefByUnitDescription_Collection::LowAsset_NiagaraUseAllMemory_PC' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, LowAsset_NiagaraUseAllMemory_PS5) == 0x000068, "Member 'FNiagaraRefByUnitDescription_Collection::LowAsset_NiagaraUseAllMemory_PS5' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, LowAsset_NiagaraUseAllMemory_XSS) == 0x000078, "Member 'FNiagaraRefByUnitDescription_Collection::LowAsset_NiagaraUseAllMemory_XSS' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, Final_NiagaraUseAllMemory_XSS) == 0x000088, "Member 'FNiagaraRefByUnitDescription_Collection::Final_NiagaraUseAllMemory_XSS' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, RefBy_DBCDA) == 0x000098, "Member 'FNiagaraRefByUnitDescription_Collection::RefBy_DBCDA' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, RefByAnimNotify_Niagara) == 0x0000E8, "Member 'FNiagaraRefByUnitDescription_Collection::RefByAnimNotify_Niagara' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, RefBy_Projectile) == 0x000138, "Member 'FNiagaraRefByUnitDescription_Collection::RefBy_Projectile' has a wrong offset!"); \ +static_assert(offsetof(FNiagaraRefByUnitDescription_Collection, RefByAnimNotify_DBCDA) == 0x000188, "Member 'FNiagaraRefByUnitDescription_Collection::RefByAnimNotify_DBCDA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_PlayCustomCameraShake \ +static_assert(alignof(FBUC_DispLibDBC_PlayCustomCameraShake) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_PlayCustomCameraShake"); \ +static_assert(sizeof(FBUC_DispLibDBC_PlayCustomCameraShake) == 0x000270, "Wrong size on FBUC_DispLibDBC_PlayCustomCameraShake"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, TotalTime) == 0x000004, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::TotalTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, DelayTimeAfterStop) == 0x000008, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, RO_Noise) == 0x00000E, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::RO_Noise' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, RO_Pitch_Amplitude) == 0x000010, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::RO_Pitch_Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, RO_Yaw_Amplitude) == 0x000038, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::RO_Yaw_Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, RO_Roll_Amplitude) == 0x000060, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::RO_Roll_Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, RO_Pitch_Frequency) == 0x000088, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::RO_Pitch_Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, RO_Yaw_Frequency) == 0x0000B0, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::RO_Yaw_Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, RO_Roll_Frequency) == 0x0000D8, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::RO_Roll_Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, LO_Noise) == 0x000101, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::LO_Noise' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, LO_X_Amplitude) == 0x000108, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::LO_X_Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, LO_Y_Amplitude) == 0x000130, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::LO_Y_Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, LO_Z_Amplitude) == 0x000158, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::LO_Z_Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, LO_X_Frequency) == 0x000180, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::LO_X_Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, LO_Y_Frequency) == 0x0001A8, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::LO_Y_Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, LO_Z_Frequency) == 0x0001D0, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::LO_Z_Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, FOV_Noise) == 0x0001F9, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::FOV_Noise' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, FOV_Amplitude) == 0x000200, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::FOV_Amplitude' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, FOV_Frequency) == 0x000228, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::FOV_Frequency' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, AttachedTargetSocketName) == 0x000254, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::AttachedTargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, CamShakeScaleByDistCurve) == 0x000260, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::CamShakeScaleByDistCurve' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, MaxDistance) == 0x000268, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCustomCameraShake, PausePriority) == 0x00026C, "Member 'FBUC_DispLibDBC_PlayCustomCameraShake::PausePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGlobalFXConfigInfo \ +static_assert(alignof(FGlobalFXConfigInfo) == 0x000008, "Wrong alignment on FGlobalFXConfigInfo"); \ +static_assert(sizeof(FGlobalFXConfigInfo) == 0x000050, "Wrong size on FGlobalFXConfigInfo"); \ +static_assert(offsetof(FGlobalFXConfigInfo, FXTemplate) == 0x000000, "Member 'FGlobalFXConfigInfo::FXTemplate' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, FXTag) == 0x000008, "Member 'FGlobalFXConfigInfo::FXTag' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, BulletPositionParamName) == 0x000010, "Member 'FGlobalFXConfigInfo::BulletPositionParamName' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, MFSpherePosParamName) == 0x000018, "Member 'FGlobalFXConfigInfo::MFSpherePosParamName' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, MFSphereRadiusParamName) == 0x000020, "Member 'FGlobalFXConfigInfo::MFSphereRadiusParamName' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, AvoidanceMFSpherePosParamName) == 0x00002C, "Member 'FGlobalFXConfigInfo::AvoidanceMFSpherePosParamName' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, AvoidanceMFSphereRadiusParamName) == 0x000034, "Member 'FGlobalFXConfigInfo::AvoidanceMFSphereRadiusParamName' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, FXStartPointTag) == 0x000040, "Member 'FGlobalFXConfigInfo::FXStartPointTag' has a wrong offset!"); \ +static_assert(offsetof(FGlobalFXConfigInfo, FXStartPointParamName) == 0x000048, "Member 'FGlobalFXConfigInfo::FXStartPointParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMayaShadingEngineToUnrealMaterial \ +static_assert(alignof(FMayaShadingEngineToUnrealMaterial) == 0x000008, "Wrong alignment on FMayaShadingEngineToUnrealMaterial"); \ +static_assert(sizeof(FMayaShadingEngineToUnrealMaterial) == 0x000010, "Wrong size on FMayaShadingEngineToUnrealMaterial"); \ +static_assert(offsetof(FMayaShadingEngineToUnrealMaterial, MayaShadingEngineName) == 0x000000, "Member 'FMayaShadingEngineToUnrealMaterial::MayaShadingEngineName' has a wrong offset!"); \ +static_assert(offsetof(FMayaShadingEngineToUnrealMaterial, Material) == 0x000008, "Member 'FMayaShadingEngineToUnrealMaterial::Material' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWEFMLODSetting \ +static_assert(alignof(FWEFMLODSetting) == 0x000008, "Wrong alignment on FWEFMLODSetting"); \ +static_assert(sizeof(FWEFMLODSetting) == 0x000028, "Wrong size on FWEFMLODSetting"); \ +static_assert(offsetof(FWEFMLODSetting, CellLength) == 0x000000, "Member 'FWEFMLODSetting::CellLength' has a wrong offset!"); \ +static_assert(offsetof(FWEFMLODSetting, CellNumV3) == 0x000008, "Member 'FWEFMLODSetting::CellNumV3' has a wrong offset!"); \ +static_assert(offsetof(FWEFMLODSetting, ScaleRT2DSize) == 0x000020, "Member 'FWEFMLODSetting::ScaleRT2DSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUDispLib_PostProcessRadialBlurConf \ +static_assert(alignof(FUDispLib_PostProcessRadialBlurConf) == 0x000008, "Wrong alignment on FUDispLib_PostProcessRadialBlurConf"); \ +static_assert(sizeof(FUDispLib_PostProcessRadialBlurConf) == 0x000048, "Wrong size on FUDispLib_PostProcessRadialBlurConf"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, Material) == 0x000000, "Member 'FUDispLib_PostProcessRadialBlurConf::Material' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, RadialCenter) == 0x000008, "Member 'FUDispLib_PostProcessRadialBlurConf::RadialCenter' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, BlurIntensity) == 0x000018, "Member 'FUDispLib_PostProcessRadialBlurConf::BlurIntensity' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, IterationCount) == 0x00001C, "Member 'FUDispLib_PostProcessRadialBlurConf::IterationCount' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, DepthRange) == 0x000020, "Member 'FUDispLib_PostProcessRadialBlurConf::DepthRange' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, DepthMaskBias) == 0x000024, "Member 'FUDispLib_PostProcessRadialBlurConf::DepthMaskBias' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, TintColor) == 0x000028, "Member 'FUDispLib_PostProcessRadialBlurConf::TintColor' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, DesaturationFaction) == 0x000038, "Member 'FUDispLib_PostProcessRadialBlurConf::DesaturationFaction' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, BeginningDuration) == 0x00003C, "Member 'FUDispLib_PostProcessRadialBlurConf::BeginningDuration' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostProcessRadialBlurConf, FinishingDuration) == 0x000040, "Member 'FUDispLib_PostProcessRadialBlurConf::FinishingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTortoiseLevelGroupConfig \ +static_assert(alignof(FTortoiseLevelGroupConfig) == 0x000008, "Wrong alignment on FTortoiseLevelGroupConfig"); \ +static_assert(sizeof(FTortoiseLevelGroupConfig) == 0x000010, "Wrong size on FTortoiseLevelGroupConfig"); \ +static_assert(offsetof(FTortoiseLevelGroupConfig, ManagedLevels) == 0x000000, "Member 'FTortoiseLevelGroupConfig::ManagedLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTortoiseManagedStateLevelConfig \ +static_assert(alignof(FTortoiseManagedStateLevelConfig) == 0x000008, "Wrong alignment on FTortoiseManagedStateLevelConfig"); \ +static_assert(sizeof(FTortoiseManagedStateLevelConfig) == 0x000050, "Wrong size on FTortoiseManagedStateLevelConfig"); \ +static_assert(offsetof(FTortoiseManagedStateLevelConfig, ManagedStateLevels) == 0x000000, "Member 'FTortoiseManagedStateLevelConfig::ManagedStateLevels' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUDispLib_PostPorcessCommonConf \ +static_assert(alignof(FUDispLib_PostPorcessCommonConf) == 0x000008, "Wrong alignment on FUDispLib_PostPorcessCommonConf"); \ +static_assert(sizeof(FUDispLib_PostPorcessCommonConf) == 0x000030, "Wrong size on FUDispLib_PostPorcessCommonConf"); \ +static_assert(offsetof(FUDispLib_PostPorcessCommonConf, ID) == 0x000000, "Member 'FUDispLib_PostPorcessCommonConf::ID' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostPorcessCommonConf, Name) == 0x000008, "Member 'FUDispLib_PostPorcessCommonConf::Name' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostPorcessCommonConf, ActorType) == 0x000018, "Member 'FUDispLib_PostPorcessCommonConf::ActorType' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostPorcessCommonConf, BeginningDuration) == 0x000020, "Member 'FUDispLib_PostPorcessCommonConf::BeginningDuration' has a wrong offset!"); \ +static_assert(offsetof(FUDispLib_PostPorcessCommonConf, FinishingDuration) == 0x000024, "Member 'FUDispLib_PostPorcessCommonConf::FinishingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor \ +static_assert(alignof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor"); \ +static_assert(sizeof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor) == 0x000060, "Wrong size on FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, Mode) == 0x000000, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::Mode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, SpecAttType) == 0x000002, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::SpecAttType' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, Value) == 0x000004, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, RangeMin) == 0x000014, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, RangeMax) == 0x000024, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, Period) == 0x000038, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::Period' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, Duration) == 0x00003C, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, EndStageDuration) == 0x000040, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::EndStageDuration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, EndValue) == 0x000044, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::EndValue' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, Scale) == 0x000054, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor, Curve) == 0x000058, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColor::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimKeyStateBlendCfg \ +static_assert(alignof(FAnimKeyStateBlendCfg) == 0x000008, "Wrong alignment on FAnimKeyStateBlendCfg"); \ +static_assert(sizeof(FAnimKeyStateBlendCfg) == 0x000030, "Wrong size on FAnimKeyStateBlendCfg"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, AnimationName) == 0x000000, "Member 'FAnimKeyStateBlendCfg::AnimationName' has a wrong offset!"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, EasingFullTime) == 0x000010, "Member 'FAnimKeyStateBlendCfg::EasingFullTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, EasingFunc) == 0x000014, "Member 'FAnimKeyStateBlendCfg::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, EasingBlendExp) == 0x000018, "Member 'FAnimKeyStateBlendCfg::EasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, EasingSteps) == 0x000020, "Member 'FAnimKeyStateBlendCfg::EasingSteps' has a wrong offset!"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, DelayEasingTime) == 0x000024, "Member 'FAnimKeyStateBlendCfg::DelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, EnumValEasingType) == 0x000028, "Member 'FAnimKeyStateBlendCfg::EnumValEasingType' has a wrong offset!"); \ +static_assert(offsetof(FAnimKeyStateBlendCfg, BoolValEasingType) == 0x000029, "Member 'FAnimKeyStateBlendCfg::BoolValEasingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRandomAnims \ +static_assert(alignof(FRandomAnims) == 0x000008, "Wrong alignment on FRandomAnims"); \ +static_assert(sizeof(FRandomAnims) == 0x000010, "Wrong size on FRandomAnims"); \ +static_assert(offsetof(FRandomAnims, AnimSequences) == 0x000000, "Member 'FRandomAnims::AnimSequences' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSingleBGMConfig \ +static_assert(alignof(FSingleBGMConfig) == 0x000008, "Wrong alignment on FSingleBGMConfig"); \ +static_assert(sizeof(FSingleBGMConfig) == 0x000010, "Wrong size on FSingleBGMConfig"); \ +static_assert(offsetof(FSingleBGMConfig, AkEventBegin) == 0x000000, "Member 'FSingleBGMConfig::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(FSingleBGMConfig, AkEventStop) == 0x000008, "Member 'FSingleBGMConfig::AkEventStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ModifyNiagaraParams_Float \ +static_assert(alignof(FBUC_DispLibUtil_ModifyNiagaraParams_Float) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_ModifyNiagaraParams_Float"); \ +static_assert(sizeof(FBUC_DispLibUtil_ModifyNiagaraParams_Float) == 0x000030, "Wrong size on FBUC_DispLibUtil_ModifyNiagaraParams_Float"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, Mode) == 0x000000, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::Mode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, SpecAttType) == 0x000002, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::SpecAttType' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, Value) == 0x000004, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, RangeMin) == 0x000008, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, RangeMax) == 0x00000C, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, Period) == 0x000014, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::Period' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, Duration) == 0x000018, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, EndStageDuration) == 0x00001C, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::EndStageDuration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, EndValue) == 0x000020, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::EndValue' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, Scale) == 0x000024, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_Float, Curve) == 0x000028, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_Float::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam \ +static_assert(alignof(FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam) == 0x000038, "Wrong size on FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam, ProcessValue) == 0x000008, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FloatParam::ProcessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_NiagaraEventMergedSettings \ +static_assert(alignof(FBUC_DispLibDBC_NiagaraEventMergedSettings) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_NiagaraEventMergedSettings"); \ +static_assert(sizeof(FBUC_DispLibDBC_NiagaraEventMergedSettings) == 0x000088, "Wrong size on FBUC_DispLibDBC_NiagaraEventMergedSettings"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventMergedSettings, PerCreateCount) == 0x000004, "Member 'FBUC_DispLibDBC_NiagaraEventMergedSettings::PerCreateCount' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventMergedSettings, CustomVectorParamNameMap) == 0x000010, "Member 'FBUC_DispLibDBC_NiagaraEventMergedSettings::CustomVectorParamNameMap' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_NiagaraEventMergedSettings, MergeMangerSystem) == 0x000060, "Member 'FBUC_DispLibDBC_NiagaraEventMergedSettings::MergeMangerSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_QuadrupedLocomotion \ +static_assert(alignof(FAnimHumanoidSetting_QuadrupedLocomotion) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_QuadrupedLocomotion"); \ +static_assert(sizeof(FAnimHumanoidSetting_QuadrupedLocomotion) == 0x000160, "Wrong size on FAnimHumanoidSetting_QuadrupedLocomotion"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, AnimIdleList) == 0x000000, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::AnimIdleList' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, BSMove) == 0x000010, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::BSMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, BSMoveBack) == 0x000018, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::BSMoveBack' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASWalkStop) == 0x000020, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASWalkStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunStartF) == 0x000028, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunStartF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunStartL) == 0x000030, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunStartL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunStartR) == 0x000038, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunStartR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunStartBL) == 0x000040, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunStartBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunStartBR) == 0x000048, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunStartBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunTurnStop) == 0x000050, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunTurnStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunTurnL) == 0x000058, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunTurnL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunTurnR) == 0x000060, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunTurnR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunTurnBL) == 0x000068, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunTurnBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunTurnBR) == 0x000070, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunTurnBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunStop) == 0x000078, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushStartF) == 0x000080, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushStartF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushStartL) == 0x000088, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushStartL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushStartR) == 0x000090, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushStartR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushStartBL) == 0x000098, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushStartBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushStartBR) == 0x0000A0, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushStartBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushTurnStop) == 0x0000A8, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushTurnStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushTurnL) == 0x0000B0, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushTurnL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushTurnR) == 0x0000B8, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushTurnR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushTurnBL) == 0x0000C0, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushTurnBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushTurnBR) == 0x0000C8, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushTurnBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushStop) == 0x0000D0, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunJump) == 0x0000D8, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunJump' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushJump) == 0x0000E0, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushJump' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunJumpSlope) == 0x0000E8, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunJumpSlope' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushJumpSlope) == 0x0000F0, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushJumpSlope' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, JumpSlopeAngleThreahold) == 0x0000F8, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::JumpSlopeAngleThreahold' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunFall) == 0x000100, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunFall' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushFall) == 0x000108, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushFall' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunFallSlope) == 0x000110, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunFallSlope' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushFallSlope) == 0x000118, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushFallSlope' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunLandMove) == 0x000120, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunLandMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushLandMove) == 0x000128, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushLandMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunLandMoveSlope) == 0x000130, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunLandMoveSlope' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushLandMoveSlope) == 0x000138, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushLandMoveSlope' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunLandStop) == 0x000140, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunLandStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushLandStop) == 0x000148, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushLandStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRunLandStopSlope) == 0x000150, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRunLandStopSlope' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_QuadrupedLocomotion, ASRushLandStopSlope) == 0x000158, "Member 'FAnimHumanoidSetting_QuadrupedLocomotion::ASRushLandStopSlope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ModifyNiagaraParams_FVector \ +static_assert(alignof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_ModifyNiagaraParams_FVector"); \ +static_assert(sizeof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector) == 0x000088, "Wrong size on FBUC_DispLibUtil_ModifyNiagaraParams_FVector"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, Mode) == 0x000000, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::Mode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, SpecAttType) == 0x000002, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::SpecAttType' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, Value) == 0x000008, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, RangeMin) == 0x000020, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::RangeMin' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, RangeMax) == 0x000038, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::RangeMax' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, Period) == 0x000054, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::Period' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, Duration) == 0x000058, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, EndStageDuration) == 0x00005C, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::EndStageDuration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, EndValue) == 0x000060, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::EndValue' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, Scale) == 0x000078, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVector, Curve) == 0x000080, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVector::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam \ +static_assert(alignof(FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam) == 0x000090, "Wrong size on FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam, ProcessValue) == 0x000008, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FVectorParam::ProcessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim \ +static_assert(alignof(FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim"); \ +static_assert(sizeof(FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim) == 0x000018, "Wrong size on FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim, ASStopBlendAnim) == 0x000000, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim::ASStopBlendAnim' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim, BlendInTime) == 0x000008, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim, BlendOutTime) == 0x00000C, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim, PlayRate) == 0x000010, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim::PlayRate' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim, StartPosition) == 0x000014, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_StopBlendAnim::StartPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam \ +static_assert(alignof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam) == 0x000068, "Wrong size on FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam, ProcessValue) == 0x000008, "Member 'FBUC_DispLibUtil_ModifyNiagaraParams_FLinearColorParam::ProcessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_CameraEnvFXInfo \ +static_assert(alignof(FBUC_DispLibDBC_CameraEnvFXInfo) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_CameraEnvFXInfo"); \ +static_assert(sizeof(FBUC_DispLibDBC_CameraEnvFXInfo) == 0x000010, "Wrong size on FBUC_DispLibDBC_CameraEnvFXInfo"); \ +static_assert(offsetof(FBUC_DispLibDBC_CameraEnvFXInfo, LevelName) == 0x000000, "Member 'FBUC_DispLibDBC_CameraEnvFXInfo::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_CameraEnvFXInfo, NiagaraSystem) == 0x000008, "Member 'FBUC_DispLibDBC_CameraEnvFXInfo::NiagaraSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCAdvProcessScalar \ +static_assert(alignof(FBUC_DispLibUtil_DBCAdvProcessScalar) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCAdvProcessScalar"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCAdvProcessScalar) == 0x000040, "Wrong size on FBUC_DispLibUtil_DBCAdvProcessScalar"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, Mode) == 0x000000, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::Mode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, Value) == 0x000004, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, Range) == 0x000008, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::Range' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, Period) == 0x00001C, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::Period' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, Duration) == 0x000020, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, EndStageDuration) == 0x000024, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::EndStageDuration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, EndValue) == 0x000028, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::EndValue' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, ReleaseParameterControlMode) == 0x00002C, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::ReleaseParameterControlMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, Scale) == 0x000030, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalar, Curve) == 0x000038, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalar::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCAdvProcessScalarParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCAdvProcessScalarParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCAdvProcessScalarParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCAdvProcessScalarParam) == 0x000048, "Wrong size on FBUC_DispLibUtil_DBCAdvProcessScalarParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalarParam, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalarParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalarParam, ProcessValue) == 0x000008, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalarParam::ProcessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBuffDispTickData \ +static_assert(alignof(FBuffDispTickData) == 0x000001, "Wrong alignment on FBuffDispTickData"); \ +static_assert(sizeof(FBuffDispTickData) == 0x000001, "Wrong size on FBuffDispTickData"); \ + +#define DUMPER7_ASSERTS_FSkillDamageConfig \ +static_assert(alignof(FSkillDamageConfig) == 0x000008, "Wrong alignment on FSkillDamageConfig"); \ +static_assert(sizeof(FSkillDamageConfig) == 0x000038, "Wrong size on FSkillDamageConfig"); \ +static_assert(offsetof(FSkillDamageConfig, DmgReason) == 0x000000, "Member 'FSkillDamageConfig::DmgReason' has a wrong offset!"); \ +static_assert(offsetof(FSkillDamageConfig, DmgReasonEffectID) == 0x000004, "Member 'FSkillDamageConfig::DmgReasonEffectID' has a wrong offset!"); \ +static_assert(offsetof(FSkillDamageConfig, DmgReasonEffectIdx) == 0x000008, "Member 'FSkillDamageConfig::DmgReasonEffectIdx' has a wrong offset!"); \ +static_assert(offsetof(FSkillDamageConfig, BuffOwner) == 0x000010, "Member 'FSkillDamageConfig::BuffOwner' has a wrong offset!"); \ +static_assert(offsetof(FSkillDamageConfig, DamageCalcType) == 0x000018, "Member 'FSkillDamageConfig::DamageCalcType' has a wrong offset!"); \ +static_assert(offsetof(FSkillDamageConfig, DamageImmueLevel) == 0x00001C, "Member 'FSkillDamageConfig::DamageImmueLevel' has a wrong offset!"); \ +static_assert(offsetof(FSkillDamageConfig, HPMaxINV10000Damage_Abs) == 0x000020, "Member 'FSkillDamageConfig::HPMaxINV10000Damage_Abs' has a wrong offset!"); \ +static_assert(offsetof(FSkillDamageConfig, CameraShakeDA) == 0x000028, "Member 'FSkillDamageConfig::CameraShakeDA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_EntityEffectTargetInfo \ +static_assert(alignof(FBUC_DispLibDBC_EntityEffectTargetInfo) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_EntityEffectTargetInfo"); \ +static_assert(sizeof(FBUC_DispLibDBC_EntityEffectTargetInfo) == 0x000018, "Wrong size on FBUC_DispLibDBC_EntityEffectTargetInfo"); \ +static_assert(offsetof(FBUC_DispLibDBC_EntityEffectTargetInfo, CompsFilterMode) == 0x000000, "Member 'FBUC_DispLibDBC_EntityEffectTargetInfo::CompsFilterMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_EntityEffectTargetInfo, CompTags) == 0x000008, "Member 'FBUC_DispLibDBC_EntityEffectTargetInfo::CompTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFollowPartnerIdleWaitingInfo \ +static_assert(alignof(FFollowPartnerIdleWaitingInfo) == 0x000008, "Wrong alignment on FFollowPartnerIdleWaitingInfo"); \ +static_assert(sizeof(FFollowPartnerIdleWaitingInfo) == 0x000018, "Wrong size on FFollowPartnerIdleWaitingInfo"); \ +static_assert(offsetof(FFollowPartnerIdleWaitingInfo, TriggerCD) == 0x000004, "Member 'FFollowPartnerIdleWaitingInfo::TriggerCD' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerIdleWaitingInfo, IdleRandomMontageList) == 0x000008, "Member 'FFollowPartnerIdleWaitingInfo::IdleRandomMontageList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCAdvProcessFLinearColor \ +static_assert(alignof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCAdvProcessFLinearColor"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor) == 0x000058, "Wrong size on FBUC_DispLibUtil_DBCAdvProcessFLinearColor"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, Mode) == 0x000000, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::Mode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, Value) == 0x000004, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, Range) == 0x000018, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::Range' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, Period) == 0x00002C, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::Period' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, Duration) == 0x000030, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, EndStageDuration) == 0x000034, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::EndStageDuration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, EndValue) == 0x000038, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::EndValue' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, ReleaseParameterControlMode) == 0x000048, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::ReleaseParameterControlMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, Scale) == 0x00004C, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColor, Curve) == 0x000050, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColor::Curve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam) == 0x000060, "Wrong size on FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam, ProcessValue) == 0x000008, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColorParam::ProcessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPairSkillIDBeginEnd \ +static_assert(alignof(FPairSkillIDBeginEnd) == 0x000004, "Wrong alignment on FPairSkillIDBeginEnd"); \ +static_assert(sizeof(FPairSkillIDBeginEnd) == 0x000008, "Wrong size on FPairSkillIDBeginEnd"); \ +static_assert(offsetof(FPairSkillIDBeginEnd, SkillIDBegin) == 0x000000, "Member 'FPairSkillIDBeginEnd::SkillIDBegin' has a wrong offset!"); \ +static_assert(offsetof(FPairSkillIDBeginEnd, SkillIDEnd) == 0x000004, "Member 'FPairSkillIDBeginEnd::SkillIDEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkillTypeInfo \ +static_assert(alignof(FSkillTypeInfo) == 0x000008, "Wrong alignment on FSkillTypeInfo"); \ +static_assert(sizeof(FSkillTypeInfo) == 0x000010, "Wrong size on FSkillTypeInfo"); \ +static_assert(offsetof(FSkillTypeInfo, SkillIDBeginEndList) == 0x000000, "Member 'FSkillTypeInfo::SkillIDBeginEndList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOneUnitPreloadInfo \ +static_assert(alignof(FOneUnitPreloadInfo) == 0x000008, "Wrong alignment on FOneUnitPreloadInfo"); \ +static_assert(sizeof(FOneUnitPreloadInfo) == 0x0000A8, "Wrong size on FOneUnitPreloadInfo"); \ +static_assert(offsetof(FOneUnitPreloadInfo, WhiteListPreloadTypeMap) == 0x000008, "Member 'FOneUnitPreloadInfo::WhiteListPreloadTypeMap' has a wrong offset!"); \ +static_assert(offsetof(FOneUnitPreloadInfo, WhiteListPreloadTypeInfoMap) == 0x000058, "Member 'FOneUnitPreloadInfo::WhiteListPreloadTypeInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_ModifyNiagaraTargetInfo \ +static_assert(alignof(FBUC_DispLibDBC_ModifyNiagaraTargetInfo) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_ModifyNiagaraTargetInfo"); \ +static_assert(sizeof(FBUC_DispLibDBC_ModifyNiagaraTargetInfo) == 0x000020, "Wrong size on FBUC_DispLibDBC_ModifyNiagaraTargetInfo"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraTargetInfo, FilterMode) == 0x000000, "Member 'FBUC_DispLibDBC_ModifyNiagaraTargetInfo::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraTargetInfo, TargetString) == 0x000008, "Member 'FBUC_DispLibDBC_ModifyNiagaraTargetInfo::TargetString' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraTargetInfo, TargetSystem) == 0x000018, "Member 'FBUC_DispLibDBC_ModifyNiagaraTargetInfo::TargetSystem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam) == 0x000058, "Wrong size on FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam, Association) == 0x000000, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam::Association' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam, LayerFunction) == 0x000008, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam, ParamName) == 0x000010, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam, ProcessValue) == 0x000018, "Member 'FBUC_DispLibUtil_DBCAdvProcessScalarMatLayerParam::ProcessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSDescRowHandle \ +static_assert(alignof(FFGSDescRowHandle) == 0x000008, "Wrong alignment on FFGSDescRowHandle"); \ +static_assert(sizeof(FFGSDescRowHandle) == 0x000018, "Wrong size on FFGSDescRowHandle"); \ +static_assert(offsetof(FFGSDescRowHandle, DescID) == 0x000000, "Member 'FFGSDescRowHandle::DescID' has a wrong offset!"); \ +static_assert(offsetof(FFGSDescRowHandle, RowName) == 0x000004, "Member 'FFGSDescRowHandle::RowName' has a wrong offset!"); \ +static_assert(offsetof(FFGSDescRowHandle, DescCustomizationHelperClass) == 0x000010, "Member 'FFGSDescRowHandle::DescCustomizationHelperClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_MaterialEffectTargetInfo \ +static_assert(alignof(FBUC_DispLibDBC_MaterialEffectTargetInfo) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_MaterialEffectTargetInfo"); \ +static_assert(sizeof(FBUC_DispLibDBC_MaterialEffectTargetInfo) == 0x000050, "Wrong size on FBUC_DispLibDBC_MaterialEffectTargetInfo"); \ +static_assert(offsetof(FBUC_DispLibDBC_MaterialEffectTargetInfo, CompsFilterMode) == 0x000000, "Member 'FBUC_DispLibDBC_MaterialEffectTargetInfo::CompsFilterMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_MaterialEffectTargetInfo, CompTags) == 0x000008, "Member 'FBUC_DispLibDBC_MaterialEffectTargetInfo::CompTags' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_MaterialEffectTargetInfo, MatsFilterMode) == 0x000018, "Member 'FBUC_DispLibDBC_MaterialEffectTargetInfo::MatsFilterMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_MaterialEffectTargetInfo, MatSlotNames) == 0x000020, "Member 'FBUC_DispLibDBC_MaterialEffectTargetInfo::MatSlotNames' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_MaterialEffectTargetInfo, MatIndexes) == 0x000030, "Member 'FBUC_DispLibDBC_MaterialEffectTargetInfo::MatIndexes' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_MaterialEffectTargetInfo, MatShaders) == 0x000040, "Member 'FBUC_DispLibDBC_MaterialEffectTargetInfo::MatShaders' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChildActorActionInfo \ +static_assert(alignof(FChildActorActionInfo) == 0x000004, "Wrong alignment on FChildActorActionInfo"); \ +static_assert(sizeof(FChildActorActionInfo) == 0x000024, "Wrong size on FChildActorActionInfo"); \ +static_assert(offsetof(FChildActorActionInfo, ActionType) == 0x000000, "Member 'FChildActorActionInfo::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FChildActorActionInfo, SkillID) == 0x000004, "Member 'FChildActorActionInfo::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FChildActorActionInfo, MontageStartSectionName) == 0x00000C, "Member 'FChildActorActionInfo::MontageStartSectionName' has a wrong offset!"); \ +static_assert(offsetof(FChildActorActionInfo, BuffID) == 0x000014, "Member 'FChildActorActionInfo::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FChildActorActionInfo, BuffLayer) == 0x000018, "Member 'FChildActorActionInfo::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(FChildActorActionInfo, BuffDuration) == 0x00001C, "Member 'FChildActorActionInfo::BuffDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Spider_Trace \ +static_assert(alignof(FAnimHumanoidSetting_Spider_Trace) == 0x000004, "Wrong alignment on FAnimHumanoidSetting_Spider_Trace"); \ +static_assert(sizeof(FAnimHumanoidSetting_Spider_Trace) == 0x000028, "Wrong size on FAnimHumanoidSetting_Spider_Trace"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, traceHeadDistance) == 0x000000, "Member 'FAnimHumanoidSetting_Spider_Trace::traceHeadDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, traceHalfHeight) == 0x000004, "Member 'FAnimHumanoidSetting_Spider_Trace::traceHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, traceHalfWidth) == 0x000008, "Member 'FAnimHumanoidSetting_Spider_Trace::traceHalfWidth' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, traceGridHeight) == 0x00000C, "Member 'FAnimHumanoidSetting_Spider_Trace::traceGridHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, traceGridWidth) == 0x000010, "Member 'FAnimHumanoidSetting_Spider_Trace::traceGridWidth' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, maxTraceNumber) == 0x000014, "Member 'FAnimHumanoidSetting_Spider_Trace::maxTraceNumber' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, verticalDivisionNumber) == 0x000018, "Member 'FAnimHumanoidSetting_Spider_Trace::verticalDivisionNumber' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, horizontalDivisionNumber) == 0x00001C, "Member 'FAnimHumanoidSetting_Spider_Trace::horizontalDivisionNumber' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, IKTraceDistance) == 0x000020, "Member 'FAnimHumanoidSetting_Spider_Trace::IKTraceDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Trace, maxLegIkOffset) == 0x000024, "Member 'FAnimHumanoidSetting_Spider_Trace::maxLegIkOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam) == 0x000070, "Wrong size on FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam, Association) == 0x000000, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam::Association' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam, LayerFunction) == 0x000008, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam, ParamName) == 0x000010, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam, ProcessValue) == 0x000018, "Member 'FBUC_DispLibUtil_DBCAdvProcessFLinearColorMatLayerParam::ProcessValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBattleAttrSnapShot \ +static_assert(alignof(FBattleAttrSnapShot) == 0x000004, "Wrong alignment on FBattleAttrSnapShot"); \ +static_assert(sizeof(FBattleAttrSnapShot) == 0x000024, "Wrong size on FBattleAttrSnapShot"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_CritRate) == 0x000000, "Member 'FBattleAttrSnapShot::Attr_CritRate' has a wrong offset!"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_Atk) == 0x000004, "Member 'FBattleAttrSnapShot::Attr_Atk' has a wrong offset!"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_CritMultiplier) == 0x000008, "Member 'FBattleAttrSnapShot::Attr_CritMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_DmgAddition) == 0x00000C, "Member 'FBattleAttrSnapShot::Attr_DmgAddition' has a wrong offset!"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_FreezeAtk) == 0x000010, "Member 'FBattleAttrSnapShot::Attr_FreezeAtk' has a wrong offset!"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_BurnAtk) == 0x000014, "Member 'FBattleAttrSnapShot::Attr_BurnAtk' has a wrong offset!"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_PoisonAtk) == 0x000018, "Member 'FBattleAttrSnapShot::Attr_PoisonAtk' has a wrong offset!"); \ +static_assert(offsetof(FBattleAttrSnapShot, Attr_ThunderAtk) == 0x00001C, "Member 'FBattleAttrSnapShot::Attr_ThunderAtk' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMeditationPointConfig \ +static_assert(alignof(FMeditationPointConfig) == 0x000004, "Wrong alignment on FMeditationPointConfig"); \ +static_assert(sizeof(FMeditationPointConfig) == 0x000008, "Wrong size on FMeditationPointConfig"); \ +static_assert(offsetof(FMeditationPointConfig, MeditationPointID) == 0x000000, "Member 'FMeditationPointConfig::MeditationPointID' has a wrong offset!"); \ +static_assert(offsetof(FMeditationPointConfig, TargetCheckRange) == 0x000004, "Member 'FMeditationPointConfig::TargetCheckRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_CustomEvent \ +static_assert(alignof(FBUC_DispLibDBC_CustomEvent) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_CustomEvent"); \ +static_assert(sizeof(FBUC_DispLibDBC_CustomEvent) == 0x000020, "Wrong size on FBUC_DispLibDBC_CustomEvent"); \ +static_assert(offsetof(FBUC_DispLibDBC_CustomEvent, TriggerMode) == 0x000000, "Member 'FBUC_DispLibDBC_CustomEvent::TriggerMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_CustomEvent, DelayTime) == 0x000004, "Member 'FBUC_DispLibDBC_CustomEvent::DelayTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_CustomEvent, EndMode) == 0x000008, "Member 'FBUC_DispLibDBC_CustomEvent::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_CustomEvent, Duration) == 0x00000C, "Member 'FBUC_DispLibDBC_CustomEvent::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_CustomEvent, DelayTimeAfterStop) == 0x000010, "Member 'FBUC_DispLibDBC_CustomEvent::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_CustomEvent, ParametersDataAssets) == 0x000018, "Member 'FBUC_DispLibDBC_CustomEvent::ParametersDataAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_TargetInAngleRange \ +static_assert(alignof(FDetectCondition_TargetInAngleRange) == 0x000004, "Wrong alignment on FDetectCondition_TargetInAngleRange"); \ +static_assert(sizeof(FDetectCondition_TargetInAngleRange) == 0x000008, "Wrong size on FDetectCondition_TargetInAngleRange"); \ +static_assert(offsetof(FDetectCondition_TargetInAngleRange, MinYawAngle) == 0x000000, "Member 'FDetectCondition_TargetInAngleRange::MinYawAngle' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_TargetInAngleRange, MaxYawAngle) == 0x000004, "Member 'FDetectCondition_TargetInAngleRange::MaxYawAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBehaviorNodeGroupBuffList \ +static_assert(alignof(FBehaviorNodeGroupBuffList) == 0x000004, "Wrong alignment on FBehaviorNodeGroupBuffList"); \ +static_assert(sizeof(FBehaviorNodeGroupBuffList) == 0x000018, "Wrong size on FBehaviorNodeGroupBuffList"); \ +static_assert(offsetof(FBehaviorNodeGroupBuffList, BuffID) == 0x000000, "Member 'FBehaviorNodeGroupBuffList::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorNodeGroupBuffList, BuffLayer) == 0x000004, "Member 'FBehaviorNodeGroupBuffList::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorNodeGroupBuffList, BuffDuration) == 0x000008, "Member 'FBehaviorNodeGroupBuffList::BuffDuration' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorNodeGroupBuffList, AddNum) == 0x00000C, "Member 'FBehaviorNodeGroupBuffList::AddNum' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorNodeGroupBuffList, CheckBuffId) == 0x000010, "Member 'FBehaviorNodeGroupBuffList::CheckBuffId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_PlayCascade \ +static_assert(alignof(FBUC_DispLibDBC_PlayCascade) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_PlayCascade"); \ +static_assert(sizeof(FBUC_DispLibDBC_PlayCascade) == 0x000078, "Wrong size on FBUC_DispLibDBC_PlayCascade"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_PlayCascade::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, EndMode) == 0x000004, "Member 'FBUC_DispLibDBC_PlayCascade::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, Duration) == 0x000008, "Member 'FBUC_DispLibDBC_PlayCascade::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, Template) == 0x000010, "Member 'FBUC_DispLibDBC_PlayCascade::Template' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, AttachedTargetSocketName) == 0x00001C, "Member 'FBUC_DispLibDBC_PlayCascade::AttachedTargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, LocationOffset) == 0x000028, "Member 'FBUC_DispLibDBC_PlayCascade::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, RotationOffset) == 0x000040, "Member 'FBUC_DispLibDBC_PlayCascade::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, Scale) == 0x000058, "Member 'FBUC_DispLibDBC_PlayCascade::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayCascade, TranslucentSortPriority) == 0x000070, "Member 'FBUC_DispLibDBC_PlayCascade::TranslucentSortPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSMeleeAutoLockSetting \ +static_assert(alignof(FFGSMeleeAutoLockSetting) == 0x000004, "Wrong alignment on FFGSMeleeAutoLockSetting"); \ +static_assert(sizeof(FFGSMeleeAutoLockSetting) == 0x000010, "Wrong size on FFGSMeleeAutoLockSetting"); \ +static_assert(offsetof(FFGSMeleeAutoLockSetting, Range) == 0x000000, "Member 'FFGSMeleeAutoLockSetting::Range' has a wrong offset!"); \ +static_assert(offsetof(FFGSMeleeAutoLockSetting, AngleMax) == 0x000004, "Member 'FFGSMeleeAutoLockSetting::AngleMax' has a wrong offset!"); \ +static_assert(offsetof(FFGSMeleeAutoLockSetting, turnSpeed) == 0x000008, "Member 'FFGSMeleeAutoLockSetting::turnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSMeleeAutoLockSetting, PreferActorDistTolerance) == 0x00000C, "Member 'FFGSMeleeAutoLockSetting::PreferActorDistTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBehaviorNodeGroupSkillList \ +static_assert(alignof(FBehaviorNodeGroupSkillList) == 0x000008, "Wrong alignment on FBehaviorNodeGroupSkillList"); \ +static_assert(sizeof(FBehaviorNodeGroupSkillList) == 0x000020, "Wrong size on FBehaviorNodeGroupSkillList"); \ +static_assert(offsetof(FBehaviorNodeGroupSkillList, SkillID) == 0x000000, "Member 'FBehaviorNodeGroupSkillList::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorNodeGroupSkillList, CheckBuffId) == 0x000004, "Member 'FBehaviorNodeGroupSkillList::CheckBuffId' has a wrong offset!"); \ +static_assert(offsetof(FBehaviorNodeGroupSkillList, MontagePath) == 0x000010, "Member 'FBehaviorNodeGroupSkillList::MontagePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_WEFMPermanentWind \ +static_assert(alignof(FBUC_DispLibDBC_WEFMPermanentWind) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_WEFMPermanentWind"); \ +static_assert(sizeof(FBUC_DispLibDBC_WEFMPermanentWind) == 0x000080, "Wrong size on FBUC_DispLibDBC_WEFMPermanentWind"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, EventName) == 0x000000, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::EventName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, SocketName) == 0x000008, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, SocketLocalOffset) == 0x000010, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::SocketLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, Radius) == 0x000028, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::Radius' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, VelocityThreshold) == 0x00002C, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, BaseIntensity) == 0x000030, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::BaseIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, ScaleVelocityIntensity) == 0x000034, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::ScaleVelocityIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, DistanceDamplingRate) == 0x000038, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::DistanceDamplingRate' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, WindMotorMode) == 0x00003C, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::WindMotorMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, RangeAxis) == 0x00003D, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::RangeAxis' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, RangeAxisLocalRotation) == 0x000040, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::RangeAxisLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, RangeMask) == 0x000058, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::RangeMask' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, VelocityDir) == 0x00005C, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::VelocityDir' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, VelocityDirLocalRotation) == 0x000060, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::VelocityDirLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMPermanentWind, ScaleSecondVelocity) == 0x000078, "Member 'FBUC_DispLibDBC_WEFMPermanentWind::ScaleSecondVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSCameraAutoLockSetting \ +static_assert(alignof(FFGSCameraAutoLockSetting) == 0x000004, "Wrong alignment on FFGSCameraAutoLockSetting"); \ +static_assert(sizeof(FFGSCameraAutoLockSetting) == 0x000028, "Wrong size on FFGSCameraAutoLockSetting"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, MaxCamLockTargetDistance) == 0x000000, "Member 'FFGSCameraAutoLockSetting::MaxCamLockTargetDistance' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, CamLockAngleMax) == 0x000004, "Member 'FFGSCameraAutoLockSetting::CamLockAngleMax' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, CamLockSwitchAngleMax) == 0x000008, "Member 'FFGSCameraAutoLockSetting::CamLockSwitchAngleMax' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, DistScoreRate) == 0x00000C, "Member 'FFGSCameraAutoLockSetting::DistScoreRate' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, G4SpotTurnSpeed) == 0x000010, "Member 'FFGSCameraAutoLockSetting::G4SpotTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, CamLockTurnSpeed) == 0x000014, "Member 'FFGSCameraAutoLockSetting::CamLockTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, RollSkillTurnSpeed) == 0x000018, "Member 'FFGSCameraAutoLockSetting::RollSkillTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, RotateToCameraTurnSpeed) == 0x00001C, "Member 'FFGSCameraAutoLockSetting::RotateToCameraTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, SkillResumeMoveBlendTime) == 0x000020, "Member 'FFGSCameraAutoLockSetting::SkillResumeMoveBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraAutoLockSetting, Camera4GRotateSpeed) == 0x000024, "Member 'FFGSCameraAutoLockSetting::Camera4GRotateSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCPCurveScalarParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCPCurveScalarParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCPCurveScalarParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCPCurveScalarParam) == 0x000030, "Wrong size on FBUC_DispLibUtil_DBCPCurveScalarParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalarParam, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_DBCPCurveScalarParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalarParam, PCurve) == 0x000008, "Member 'FBUC_DispLibUtil_DBCPCurveScalarParam::PCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGeoAreaIdListInfo \ +static_assert(alignof(FGeoAreaIdListInfo) == 0x000008, "Wrong alignment on FGeoAreaIdListInfo"); \ +static_assert(sizeof(FGeoAreaIdListInfo) == 0x000010, "Wrong size on FGeoAreaIdListInfo"); \ +static_assert(offsetof(FGeoAreaIdListInfo, AreaIdList) == 0x000000, "Member 'FGeoAreaIdListInfo::AreaIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitAttrCondition \ +static_assert(alignof(FUnitAttrCondition) == 0x000004, "Wrong alignment on FUnitAttrCondition"); \ +static_assert(sizeof(FUnitAttrCondition) == 0x000008, "Wrong size on FUnitAttrCondition"); \ +static_assert(offsetof(FUnitAttrCondition, AttrFloatType) == 0x000000, "Member 'FUnitAttrCondition::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FUnitAttrCondition, CompareOperation) == 0x000001, "Member 'FUnitAttrCondition::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FUnitAttrCondition, CompareValue) == 0x000004, "Member 'FUnitAttrCondition::CompareValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_WEFMWind \ +static_assert(alignof(FBUC_DispLibDBC_WEFMWind) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_WEFMWind"); \ +static_assert(sizeof(FBUC_DispLibDBC_WEFMWind) == 0x000158, "Wrong size on FBUC_DispLibDBC_WEFMWind"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, EventName) == 0x000000, "Member 'FBUC_DispLibDBC_WEFMWind::EventName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, SocketName) == 0x000008, "Member 'FBUC_DispLibDBC_WEFMWind::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, Delay) == 0x000010, "Member 'FBUC_DispLibDBC_WEFMWind::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, EndMode) == 0x000014, "Member 'FBUC_DispLibDBC_WEFMWind::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, Duration) == 0x000018, "Member 'FBUC_DispLibDBC_WEFMWind::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, SocketLocalOffset) == 0x000020, "Member 'FBUC_DispLibDBC_WEFMWind::SocketLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, TriggerProbability) == 0x000038, "Member 'FBUC_DispLibDBC_WEFMWind::TriggerProbability' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, Radius) == 0x000040, "Member 'FBUC_DispLibDBC_WEFMWind::Radius' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, VelocityThreshold) == 0x000080, "Member 'FBUC_DispLibDBC_WEFMWind::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, BaseIntensity) == 0x000088, "Member 'FBUC_DispLibDBC_WEFMWind::BaseIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, ScaleVelocityIntensity) == 0x0000C8, "Member 'FBUC_DispLibDBC_WEFMWind::ScaleVelocityIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, DistanceDamplingRate) == 0x0000CC, "Member 'FBUC_DispLibDBC_WEFMWind::DistanceDamplingRate' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, WindMotorMode) == 0x0000D0, "Member 'FBUC_DispLibDBC_WEFMWind::WindMotorMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, RangeAxis) == 0x0000D1, "Member 'FBUC_DispLibDBC_WEFMWind::RangeAxis' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, RangeAxisLocalRotation) == 0x0000D8, "Member 'FBUC_DispLibDBC_WEFMWind::RangeAxisLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, RangeMask) == 0x0000F0, "Member 'FBUC_DispLibDBC_WEFMWind::RangeMask' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, VelocityDir) == 0x0000F4, "Member 'FBUC_DispLibDBC_WEFMWind::VelocityDir' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, VelocityDirLocalRotation) == 0x0000F8, "Member 'FBUC_DispLibDBC_WEFMWind::VelocityDirLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, ScaleSecondVelocity) == 0x000110, "Member 'FBUC_DispLibDBC_WEFMWind::ScaleSecondVelocity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_WEFMWind, PausePriority) == 0x000150, "Member 'FBUC_DispLibDBC_WEFMWind::PausePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitDestructibleActorConfig \ +static_assert(alignof(FHitDestructibleActorConfig) == 0x000001, "Wrong alignment on FHitDestructibleActorConfig"); \ +static_assert(sizeof(FHitDestructibleActorConfig) == 0x000003, "Wrong size on FHitDestructibleActorConfig"); \ +static_assert(offsetof(FHitDestructibleActorConfig, HitStrengthLevel) == 0x000001, "Member 'FHitDestructibleActorConfig::HitStrengthLevel' has a wrong offset!"); \ +static_assert(offsetof(FHitDestructibleActorConfig, HitDirection) == 0x000002, "Member 'FHitDestructibleActorConfig::HitDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_Heat \ +static_assert(alignof(FBUC_DispLibDBC_Heat) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_Heat"); \ +static_assert(sizeof(FBUC_DispLibDBC_Heat) == 0x000060, "Wrong size on FBUC_DispLibDBC_Heat"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, EventName) == 0x000000, "Member 'FBUC_DispLibDBC_Heat::EventName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, SocketName) == 0x000008, "Member 'FBUC_DispLibDBC_Heat::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, SocketLocalOffset) == 0x000010, "Member 'FBUC_DispLibDBC_Heat::SocketLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, SocketLocalRotation) == 0x000028, "Member 'FBUC_DispLibDBC_Heat::SocketLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, Radius) == 0x000040, "Member 'FBUC_DispLibDBC_Heat::Radius' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, TriggerProbability) == 0x000044, "Member 'FBUC_DispLibDBC_Heat::TriggerProbability' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, MinIntensity) == 0x000048, "Member 'FBUC_DispLibDBC_Heat::MinIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, MaxIntensity) == 0x00004C, "Member 'FBUC_DispLibDBC_Heat::MaxIntensity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, DistanceDamplingRate) == 0x000050, "Member 'FBUC_DispLibDBC_Heat::DistanceDamplingRate' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, RangeAxis) == 0x000054, "Member 'FBUC_DispLibDBC_Heat::RangeAxis' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, RangeMask) == 0x000058, "Member 'FBUC_DispLibDBC_Heat::RangeMask' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_Heat, PausePriority) == 0x00005C, "Member 'FBUC_DispLibDBC_Heat::PausePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndVectorCurve \ +static_assert(alignof(FBUC_DispLibUtil_NameAndVectorCurve) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndVectorCurve"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndVectorCurve) == 0x000018, "Wrong size on FBUC_DispLibUtil_NameAndVectorCurve"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndVectorCurve, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndVectorCurve::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndVectorCurve, Value) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndVectorCurve::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndVectorCurve, Time) == 0x000010, "Member 'FBUC_DispLibUtil_NameAndVectorCurve::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndScalarCurve \ +static_assert(alignof(FBUC_DispLibUtil_NameAndScalarCurve) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndScalarCurve"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndScalarCurve) == 0x000018, "Wrong size on FBUC_DispLibUtil_NameAndScalarCurve"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndScalarCurve, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndScalarCurve::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndScalarCurve, Value) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndScalarCurve::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndScalarCurve, Time) == 0x000010, "Member 'FBUC_DispLibUtil_NameAndScalarCurve::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndLColorCurve \ +static_assert(alignof(FBUC_DispLibUtil_NameAndLColorCurve) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndLColorCurve"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndLColorCurve) == 0x000018, "Wrong size on FBUC_DispLibUtil_NameAndLColorCurve"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndLColorCurve, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndLColorCurve::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndLColorCurve, Value) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndLColorCurve::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndLColorCurve, Time) == 0x000010, "Member 'FBUC_DispLibUtil_NameAndLColorCurve::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ForceVisibleStateCustomMode \ +static_assert(alignof(FBUC_DispLibUtil_ForceVisibleStateCustomMode) == 0x000004, "Wrong alignment on FBUC_DispLibUtil_ForceVisibleStateCustomMode"); \ +static_assert(sizeof(FBUC_DispLibUtil_ForceVisibleStateCustomMode) == 0x000008, "Wrong size on FBUC_DispLibUtil_ForceVisibleStateCustomMode"); \ +static_assert(offsetof(FBUC_DispLibUtil_ForceVisibleStateCustomMode, RequestATKPriority) == 0x000000, "Member 'FBUC_DispLibUtil_ForceVisibleStateCustomMode::RequestATKPriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ForceVisibleStateCustomMode, Mode) == 0x000004, "Member 'FBUC_DispLibUtil_ForceVisibleStateCustomMode::Mode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_PlayAdvanceNiagara \ +static_assert(alignof(FBUC_DispLibDBC_PlayAdvanceNiagara) == 0x000010, "Wrong alignment on FBUC_DispLibDBC_PlayAdvanceNiagara"); \ +static_assert(sizeof(FBUC_DispLibDBC_PlayAdvanceNiagara) == 0x0003B0, "Wrong size on FBUC_DispLibDBC_PlayAdvanceNiagara"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, EndMode) == 0x000004, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, Duration) == 0x000008, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, DelayTimeAfterStop) == 0x00000C, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, DispLogicMode) == 0x000010, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::DispLogicMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, DestroyTiming) == 0x000011, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::DestroyTiming' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, Template) == 0x000018, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::Template' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, OverrideMeshCompTagName) == 0x000040, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::OverrideMeshCompTagName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, TargetSocketSearchMode) == 0x000049, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::TargetSocketSearchMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachedTargetSocketName) == 0x00004C, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachedTargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachedTargetLocationOffset) == 0x000058, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachedTargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachedTargetRotationOffset) == 0x000070, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachedTargetRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, EmitterSocketSearchMode) == 0x000089, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::EmitterSocketSearchMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachedEmitterSocketName) == 0x00008C, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachedEmitterSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachedEmitterLocationOffset) == 0x000098, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachedEmitterLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachedEmitterRotationOffset) == 0x0000B0, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachedEmitterRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, Scale) == 0x0000C8, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::Scale' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, SnapGroundRotationMode) == 0x0000E1, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::SnapGroundRotationMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, CustomV4Param) == 0x0000F0, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::CustomV4Param' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, SetScalarParam) == 0x000118, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::SetScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, SetColorParam) == 0x000128, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::SetColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, SetCurveScalarParam) == 0x000138, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::SetCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, SetCurveLColorParam) == 0x000148, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::SetCurveLColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, SetCurveV3Param) == 0x000158, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::SetCurveV3Param' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachConstraintMode) == 0x000169, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachConstraintMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, AttachConstraintValue) == 0x000170, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::AttachConstraintValue' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, TranslucentSortPriority) == 0x000184, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::TranslucentSortPriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, PausePriority) == 0x00018C, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, PauseMode) == 0x000190, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::PauseMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, EndStagePriority) == 0x000194, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, ForceChangeVisibleStateDEFPriority) == 0x000198, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::ForceChangeVisibleStateDEFPriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, ForceVisibleStateDefaultMode) == 0x00019C, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::ForceVisibleStateDefaultMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, ForceVisibleStateCustomMode) == 0x0001A0, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::ForceVisibleStateCustomMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, MetaString) == 0x0001B0, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::MetaString' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, ScalabilitySettings) == 0x0001B8, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::ScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAdvanceNiagara, MergedSettings) == 0x000328, "Member 'FBUC_DispLibDBC_PlayAdvanceNiagara::MergedSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkillSequencePlaySettings \ +static_assert(alignof(FSkillSequencePlaySettings) == 0x000008, "Wrong alignment on FSkillSequencePlaySettings"); \ +static_assert(sizeof(FSkillSequencePlaySettings) == 0x000058, "Wrong size on FSkillSequencePlaySettings"); \ +static_assert(offsetof(FSkillSequencePlaySettings, SequenceList) == 0x000000, "Member 'FSkillSequencePlaySettings::SequenceList' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, SequenceCameraTransforms) == 0x000010, "Member 'FSkillSequencePlaySettings::SequenceCameraTransforms' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, RotationType) == 0x000020, "Member 'FSkillSequencePlaySettings::RotationType' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, DummyMeshAttachSocketName) == 0x000024, "Member 'FSkillSequencePlaySettings::DummyMeshAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, ExtraCameraForSeqBindTag) == 0x00002C, "Member 'FSkillSequencePlaySettings::ExtraCameraForSeqBindTag' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, AttachedCameraFOV) == 0x000034, "Member 'FSkillSequencePlaySettings::AttachedCameraFOV' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, TeleportAngleDeg) == 0x000038, "Member 'FSkillSequencePlaySettings::TeleportAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, InCameraBlendTime) == 0x00003C, "Member 'FSkillSequencePlaySettings::InCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, InCameraBlendFactor) == 0x000040, "Member 'FSkillSequencePlaySettings::InCameraBlendFactor' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, OutCameraBlendTime) == 0x000048, "Member 'FSkillSequencePlaySettings::OutCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, OutCameraBlendFactor) == 0x00004C, "Member 'FSkillSequencePlaySettings::OutCameraBlendFactor' has a wrong offset!"); \ +static_assert(offsetof(FSkillSequencePlaySettings, TotalDuration) == 0x000050, "Member 'FSkillSequencePlaySettings::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_PlayArtFresnel \ +static_assert(alignof(FBUC_DispLibDBC_PlayArtFresnel) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_PlayArtFresnel"); \ +static_assert(sizeof(FBUC_DispLibDBC_PlayArtFresnel) == 0x000090, "Wrong size on FBUC_DispLibDBC_PlayArtFresnel"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, FilterMode) == 0x000000, "Member 'FBUC_DispLibDBC_PlayArtFresnel::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, Delay) == 0x000050, "Member 'FBUC_DispLibDBC_PlayArtFresnel::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, CustomUAFDataAsset) == 0x000058, "Member 'FBUC_DispLibDBC_PlayArtFresnel::CustomUAFDataAsset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, Priority) == 0x000060, "Member 'FBUC_DispLibDBC_PlayArtFresnel::Priority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, EndMode) == 0x000064, "Member 'FBUC_DispLibDBC_PlayArtFresnel::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideTime) == 0x000068, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideSimpleProgrammedCurve) == 0x00006C, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideSimpleProgrammedCurve' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideFadeInTime) == 0x000070, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideFadeInTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideCommonTime) == 0x000074, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideCommonTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideFadeOutTime) == 0x000078, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideFadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideProgrammedPowerMax) == 0x00007C, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideProgrammedPowerMax' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideOnePeriodTime) == 0x000080, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideOnePeriodTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, OverrideLoop) == 0x000084, "Member 'FBUC_DispLibDBC_PlayArtFresnel::OverrideLoop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayArtFresnel, PausePriority) == 0x000088, "Member 'FBUC_DispLibDBC_PlayArtFresnel::PausePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_PlayAudio \ +static_assert(alignof(FBUC_DispLibDBC_PlayAudio) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_PlayAudio"); \ +static_assert(sizeof(FBUC_DispLibDBC_PlayAudio) == 0x000048, "Wrong size on FBUC_DispLibDBC_PlayAudio"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_PlayAudio::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, EndMode) == 0x000004, "Member 'FBUC_DispLibDBC_PlayAudio::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, Duration) == 0x000008, "Member 'FBUC_DispLibDBC_PlayAudio::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, CompTag) == 0x000010, "Member 'FBUC_DispLibDBC_PlayAudio::CompTag' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, SocketName) == 0x000018, "Member 'FBUC_DispLibDBC_PlayAudio::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, AkAudioEvent) == 0x000028, "Member 'FBUC_DispLibDBC_PlayAudio::AkAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, RTPC) == 0x000030, "Member 'FBUC_DispLibDBC_PlayAudio::RTPC' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, FadeOutTime) == 0x000040, "Member 'FBUC_DispLibDBC_PlayAudio::FadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_PlayAudio, PausePriority) == 0x000044, "Member 'FBUC_DispLibDBC_PlayAudio::PausePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLeisureWithWeight \ +static_assert(alignof(FLeisureWithWeight) == 0x000008, "Wrong alignment on FLeisureWithWeight"); \ +static_assert(sizeof(FLeisureWithWeight) == 0x000010, "Wrong size on FLeisureWithWeight"); \ +static_assert(offsetof(FLeisureWithWeight, LeisureReference) == 0x000000, "Member 'FLeisureWithWeight::LeisureReference' has a wrong offset!"); \ +static_assert(offsetof(FLeisureWithWeight, Weight) == 0x000008, "Member 'FLeisureWithWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEaseFuncParams \ +static_assert(alignof(FEaseFuncParams) == 0x000004, "Wrong alignment on FEaseFuncParams"); \ +static_assert(sizeof(FEaseFuncParams) == 0x000010, "Wrong size on FEaseFuncParams"); \ +static_assert(offsetof(FEaseFuncParams, AnimEaseFunc) == 0x000000, "Member 'FEaseFuncParams::AnimEaseFunc' has a wrong offset!"); \ +static_assert(offsetof(FEaseFuncParams, Param) == 0x000004, "Member 'FEaseFuncParams::Param' has a wrong offset!"); \ +static_assert(offsetof(FEaseFuncParams, BlendExp) == 0x000008, "Member 'FEaseFuncParams::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(FEaseFuncParams, Steps) == 0x00000C, "Member 'FEaseFuncParams::Steps' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapAnimParams \ +static_assert(alignof(FMapAnimParams) == 0x000004, "Wrong alignment on FMapAnimParams"); \ +static_assert(sizeof(FMapAnimParams) == 0x00002C, "Wrong size on FMapAnimParams"); \ +static_assert(offsetof(FMapAnimParams, AnimCountLimit) == 0x000000, "Member 'FMapAnimParams::AnimCountLimit' has a wrong offset!"); \ +static_assert(offsetof(FMapAnimParams, AnimMinTime) == 0x000004, "Member 'FMapAnimParams::AnimMinTime' has a wrong offset!"); \ +static_assert(offsetof(FMapAnimParams, AnimMaxTime) == 0x000008, "Member 'FMapAnimParams::AnimMaxTime' has a wrong offset!"); \ +static_assert(offsetof(FMapAnimParams, TimeEaseFuncParams) == 0x00000C, "Member 'FMapAnimParams::TimeEaseFuncParams' has a wrong offset!"); \ +static_assert(offsetof(FMapAnimParams, EaseFuncParams) == 0x00001C, "Member 'FMapAnimParams::EaseFuncParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitTeam \ +static_assert(alignof(FUnitTeam) == 0x000008, "Wrong alignment on FUnitTeam"); \ +static_assert(sizeof(FUnitTeam) == 0x000010, "Wrong size on FUnitTeam"); \ +static_assert(offsetof(FUnitTeam, CharacterList) == 0x000000, "Member 'FUnitTeam::CharacterList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObserveActorInfo \ +static_assert(alignof(FObserveActorInfo) == 0x000004, "Wrong alignment on FObserveActorInfo"); \ +static_assert(sizeof(FObserveActorInfo) == 0x00002C, "Wrong size on FObserveActorInfo"); \ +static_assert(offsetof(FObserveActorInfo, ConditionType) == 0x000000, "Member 'FObserveActorInfo::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FObserveActorInfo, ObservedPlayerOrUnitOrActor) == 0x000004, "Member 'FObserveActorInfo::ObservedPlayerOrUnitOrActor' has a wrong offset!"); \ +static_assert(offsetof(FObserveActorInfo, UnitState) == 0x000014, "Member 'FObserveActorInfo::UnitState' has a wrong offset!"); \ +static_assert(offsetof(FObserveActorInfo, SimpleState) == 0x000015, "Member 'FObserveActorInfo::SimpleState' has a wrong offset!"); \ +static_assert(offsetof(FObserveActorInfo, AttrFloatType) == 0x000016, "Member 'FObserveActorInfo::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FObserveActorInfo, CompareOperation) == 0x000017, "Member 'FObserveActorInfo::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FObserveActorInfo, CompareValue) == 0x000018, "Member 'FObserveActorInfo::CompareValue' has a wrong offset!"); \ +static_assert(offsetof(FObserveActorInfo, Buff) == 0x00001C, "Member 'FObserveActorInfo::Buff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCliffUnbalanceAMConfig \ +static_assert(alignof(FCliffUnbalanceAMConfig) == 0x000008, "Wrong alignment on FCliffUnbalanceAMConfig"); \ +static_assert(sizeof(FCliffUnbalanceAMConfig) == 0x000020, "Wrong size on FCliffUnbalanceAMConfig"); \ +static_assert(offsetof(FCliffUnbalanceAMConfig, CliffUnbalance_F) == 0x000000, "Member 'FCliffUnbalanceAMConfig::CliffUnbalance_F' has a wrong offset!"); \ +static_assert(offsetof(FCliffUnbalanceAMConfig, CliffUnbalance_B) == 0x000008, "Member 'FCliffUnbalanceAMConfig::CliffUnbalance_B' has a wrong offset!"); \ +static_assert(offsetof(FCliffUnbalanceAMConfig, CliffUnbalance_L) == 0x000010, "Member 'FCliffUnbalanceAMConfig::CliffUnbalance_L' has a wrong offset!"); \ +static_assert(offsetof(FCliffUnbalanceAMConfig, CliffUnbalance_R) == 0x000018, "Member 'FCliffUnbalanceAMConfig::CliffUnbalance_R' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_SpawnSimpleActor \ +static_assert(alignof(FBUC_DispLibDBC_SpawnSimpleActor) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_SpawnSimpleActor"); \ +static_assert(sizeof(FBUC_DispLibDBC_SpawnSimpleActor) == 0x0000A8, "Wrong size on FBUC_DispLibDBC_SpawnSimpleActor"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, Template) == 0x000008, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::Template' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, EndMode) == 0x000010, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, Duration) == 0x000014, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, DelayTimeAfterStop) == 0x000018, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, AttachedTargetSocketName) == 0x000020, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::AttachedTargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, AttachedTargetLocationOffset) == 0x000028, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::AttachedTargetLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, AttachedTargetRotationOffset) == 0x000040, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::AttachedTargetRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, AttachedEmitterSocketName) == 0x00005C, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::AttachedEmitterSocketName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, AttachedEmitterLocationOffset) == 0x000068, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::AttachedEmitterLocationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, AttachedEmitterRotationOffset) == 0x000080, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::AttachedEmitterRotationOffset' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, PausePriority) == 0x00009C, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_SpawnSimpleActor, EndStagePriority) == 0x0000A0, "Member 'FBUC_DispLibDBC_SpawnSimpleActor::EndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_ScenePhysicalInteractor \ +static_assert(alignof(FBUC_DispLibDBC_ScenePhysicalInteractor) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_ScenePhysicalInteractor"); \ +static_assert(sizeof(FBUC_DispLibDBC_ScenePhysicalInteractor) == 0x000048, "Wrong size on FBUC_DispLibDBC_ScenePhysicalInteractor"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, Delay) == 0x000000, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, EffectSize) == 0x000008, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::EffectSize' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, EffectType) == 0x000020, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::EffectType' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, DestructibleTriggerLevel) == 0x000021, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::DestructibleTriggerLevel' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, Intensity) == 0x000024, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::Intensity' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, Duration) == 0x000028, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, QueryObjectTypes) == 0x000030, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::QueryObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, DestructibleDamage) == 0x000040, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::DestructibleDamage' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ScenePhysicalInteractor, PausePriority) == 0x000044, "Member 'FBUC_DispLibDBC_ScenePhysicalInteractor::PausePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWidgetConfig \ +static_assert(alignof(FWidgetConfig) == 0x000008, "Wrong alignment on FWidgetConfig"); \ +static_assert(sizeof(FWidgetConfig) == 0x000040, "Wrong size on FWidgetConfig"); \ +static_assert(offsetof(FWidgetConfig, WidgetName) == 0x000000, "Member 'FWidgetConfig::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FWidgetConfig, Visibility) == 0x000010, "Member 'FWidgetConfig::Visibility' has a wrong offset!"); \ +static_assert(offsetof(FWidgetConfig, Size) == 0x000018, "Member 'FWidgetConfig::Size' has a wrong offset!"); \ +static_assert(offsetof(FWidgetConfig, Pos) == 0x000030, "Member 'FWidgetConfig::Pos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatSyncConfig \ +static_assert(alignof(FMatSyncConfig) == 0x000004, "Wrong alignment on FMatSyncConfig"); \ +static_assert(sizeof(FMatSyncConfig) == 0x00000C, "Wrong size on FMatSyncConfig"); \ +static_assert(offsetof(FMatSyncConfig, Name) == 0x000000, "Member 'FMatSyncConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FMatSyncConfig, MatType) == 0x000008, "Member 'FMatSyncConfig::MatType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImageConfig \ +static_assert(alignof(FImageConfig) == 0x000010, "Wrong alignment on FImageConfig"); \ +static_assert(sizeof(FImageConfig) == 0x000130, "Wrong size on FImageConfig"); \ +static_assert(offsetof(FImageConfig, ImgBrush) == 0x000000, "Member 'FImageConfig::ImgBrush' has a wrong offset!"); \ +static_assert(offsetof(FImageConfig, ImgSize) == 0x0000D8, "Member 'FImageConfig::ImgSize' has a wrong offset!"); \ +static_assert(offsetof(FImageConfig, ImgPos) == 0x0000F0, "Member 'FImageConfig::ImgPos' has a wrong offset!"); \ +static_assert(offsetof(FImageConfig, MatSyncType) == 0x000100, "Member 'FImageConfig::MatSyncType' has a wrong offset!"); \ +static_assert(offsetof(FImageConfig, ExMatSyncList) == 0x000108, "Member 'FImageConfig::ExMatSyncList' has a wrong offset!"); \ +static_assert(offsetof(FImageConfig, Sprite) == 0x000120, "Member 'FImageConfig::Sprite' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FImageWidget \ +static_assert(alignof(FImageWidget) == 0x000010, "Wrong alignment on FImageWidget"); \ +static_assert(sizeof(FImageWidget) == 0x000140, "Wrong size on FImageWidget"); \ +static_assert(offsetof(FImageWidget, WidgetName) == 0x000000, "Member 'FImageWidget::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FImageWidget, ImgConfig) == 0x000010, "Member 'FImageWidget::ImgConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextConfig \ +static_assert(alignof(FTextConfig) == 0x000008, "Wrong alignment on FTextConfig"); \ +static_assert(sizeof(FTextConfig) == 0x000168, "Wrong size on FTextConfig"); \ +static_assert(offsetof(FTextConfig, Anchors) == 0x000000, "Member 'FTextConfig::Anchors' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, Alignment) == 0x000020, "Member 'FTextConfig::Alignment' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, Pos) == 0x000030, "Member 'FTextConfig::Pos' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, Color) == 0x000040, "Member 'FTextConfig::Color' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, FontSize) == 0x000058, "Member 'FTextConfig::FontSize' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, LetterSpacing) == 0x000060, "Member 'FTextConfig::LetterSpacing' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, ShadowOffset) == 0x000068, "Member 'FTextConfig::ShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, ShadowColor) == 0x000078, "Member 'FTextConfig::ShadowColor' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, Justification) == 0x000088, "Member 'FTextConfig::Justification' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, FontInfo) == 0x000090, "Member 'FTextConfig::FontInfo' has a wrong offset!"); \ +static_assert(offsetof(FTextConfig, ColorMap) == 0x000118, "Member 'FTextConfig::ColorMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTextWidget \ +static_assert(alignof(FTextWidget) == 0x000008, "Wrong alignment on FTextWidget"); \ +static_assert(sizeof(FTextWidget) == 0x000178, "Wrong size on FTextWidget"); \ +static_assert(offsetof(FTextWidget, WidgetName) == 0x000000, "Member 'FTextWidget::WidgetName' has a wrong offset!"); \ +static_assert(offsetof(FTextWidget, TextConfig) == 0x000010, "Member 'FTextWidget::TextConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFUIData \ +static_assert(alignof(FFUIData) == 0x000008, "Wrong alignment on FFUIData"); \ +static_assert(sizeof(FFUIData) == 0x000048, "Wrong size on FFUIData"); \ +static_assert(offsetof(FFUIData, Con) == 0x000000, "Member 'FFUIData::Con' has a wrong offset!"); \ +static_assert(offsetof(FFUIData, Img) == 0x000010, "Member 'FFUIData::Img' has a wrong offset!"); \ +static_assert(offsetof(FFUIData, Text) == 0x000020, "Member 'FFUIData::Text' has a wrong offset!"); \ +static_assert(offsetof(FFUIData, AdvancedHitTexture) == 0x000030, "Member 'FFUIData::AdvancedHitTexture' has a wrong offset!"); \ +static_assert(offsetof(FFUIData, AdvancedHitDA) == 0x000038, "Member 'FFUIData::AdvancedHitDA' has a wrong offset!"); \ +static_assert(offsetof(FFUIData, AdvancedHitAlpha) == 0x000040, "Member 'FFUIData::AdvancedHitAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRelationLevelInfo \ +static_assert(alignof(FRelationLevelInfo) == 0x000008, "Wrong alignment on FRelationLevelInfo"); \ +static_assert(sizeof(FRelationLevelInfo) == 0x000020, "Wrong size on FRelationLevelInfo"); \ +static_assert(offsetof(FRelationLevelInfo, LevelName) == 0x000000, "Member 'FRelationLevelInfo::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FRelationLevelInfo, RelationInfo) == 0x000010, "Member 'FRelationLevelInfo::RelationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_PCurve_NameAndScalar \ +static_assert(alignof(FBUC_DispLibUtil_PCurve_NameAndScalar) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_PCurve_NameAndScalar"); \ +static_assert(sizeof(FBUC_DispLibUtil_PCurve_NameAndScalar) == 0x000028, "Wrong size on FBUC_DispLibUtil_PCurve_NameAndScalar"); \ +static_assert(offsetof(FBUC_DispLibUtil_PCurve_NameAndScalar, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_PCurve_NameAndScalar::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_PCurve_NameAndScalar, Value) == 0x000008, "Member 'FBUC_DispLibUtil_PCurve_NameAndScalar::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_PCurve_NameAndScalar, TimeStage) == 0x000010, "Member 'FBUC_DispLibUtil_PCurve_NameAndScalar::TimeStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_PCurve_NameAndLColor \ +static_assert(alignof(FBUC_DispLibUtil_PCurve_NameAndLColor) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_PCurve_NameAndLColor"); \ +static_assert(sizeof(FBUC_DispLibUtil_PCurve_NameAndLColor) == 0x000030, "Wrong size on FBUC_DispLibUtil_PCurve_NameAndLColor"); \ +static_assert(offsetof(FBUC_DispLibUtil_PCurve_NameAndLColor, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_PCurve_NameAndLColor::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_PCurve_NameAndLColor, Value) == 0x000008, "Member 'FBUC_DispLibUtil_PCurve_NameAndLColor::Value' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_PCurve_NameAndLColor, TimeStage) == 0x000018, "Member 'FBUC_DispLibUtil_PCurve_NameAndLColor::TimeStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_ChangeMaterial \ +static_assert(alignof(FBUC_DispLibDBC_ChangeMaterial) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_ChangeMaterial"); \ +static_assert(sizeof(FBUC_DispLibDBC_ChangeMaterial) == 0x000118, "Wrong size on FBUC_DispLibDBC_ChangeMaterial"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, FilterMode) == 0x000000, "Member 'FBUC_DispLibDBC_ChangeMaterial::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, Delay) == 0x000050, "Member 'FBUC_DispLibDBC_ChangeMaterial::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, EndMode) == 0x000054, "Member 'FBUC_DispLibDBC_ChangeMaterial::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, Duration) == 0x000058, "Member 'FBUC_DispLibDBC_ChangeMaterial::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, DelayTimeAfterStop) == 0x00005C, "Member 'FBUC_DispLibDBC_ChangeMaterial::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, Template) == 0x000060, "Member 'FBUC_DispLibDBC_ChangeMaterial::Template' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, InheriParamsMode) == 0x000068, "Member 'FBUC_DispLibDBC_ChangeMaterial::InheriParamsMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, InheritScalarParam) == 0x000070, "Member 'FBUC_DispLibDBC_ChangeMaterial::InheritScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, InheritFLinearColorParam) == 0x000080, "Member 'FBUC_DispLibDBC_ChangeMaterial::InheritFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, InheritTextureParam) == 0x000090, "Member 'FBUC_DispLibDBC_ChangeMaterial::InheritTextureParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, SetScalarParam) == 0x0000A0, "Member 'FBUC_DispLibDBC_ChangeMaterial::SetScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, SetColorParam) == 0x0000B0, "Member 'FBUC_DispLibDBC_ChangeMaterial::SetColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, SetCurveScalarParam) == 0x0000C0, "Member 'FBUC_DispLibDBC_ChangeMaterial::SetCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, SetCurveLColorParam) == 0x0000D0, "Member 'FBUC_DispLibDBC_ChangeMaterial::SetCurveLColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, SetCurveV3Param) == 0x0000E0, "Member 'FBUC_DispLibDBC_ChangeMaterial::SetCurveV3Param' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, EndStage_SetPCurveScalarParam) == 0x0000F0, "Member 'FBUC_DispLibDBC_ChangeMaterial::EndStage_SetPCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, EndStage_SetPCurveLColorParam) == 0x000100, "Member 'FBUC_DispLibDBC_ChangeMaterial::EndStage_SetPCurveLColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, PausePriority) == 0x000110, "Member 'FBUC_DispLibDBC_ChangeMaterial::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ChangeMaterial, EndStagePriority) == 0x000114, "Member 'FBUC_DispLibDBC_ChangeMaterial::EndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCTexture \ +static_assert(alignof(FBUC_DispLibUtil_DBCTexture) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCTexture"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCTexture) == 0x000010, "Wrong size on FBUC_DispLibUtil_DBCTexture"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCTexture, TextureValue) == 0x000000, "Member 'FBUC_DispLibUtil_DBCTexture::TextureValue' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCTexture, Duration) == 0x000008, "Member 'FBUC_DispLibUtil_DBCTexture::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCTextureMatLayerParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCTextureMatLayerParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCTextureMatLayerParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCTextureMatLayerParam) == 0x000028, "Wrong size on FBUC_DispLibUtil_DBCTextureMatLayerParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCTextureMatLayerParam, Association) == 0x000000, "Member 'FBUC_DispLibUtil_DBCTextureMatLayerParam::Association' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCTextureMatLayerParam, LayerFunction) == 0x000008, "Member 'FBUC_DispLibUtil_DBCTextureMatLayerParam::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCTextureMatLayerParam, ParamName) == 0x000010, "Member 'FBUC_DispLibUtil_DBCTextureMatLayerParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCTextureMatLayerParam, TextureValue) == 0x000018, "Member 'FBUC_DispLibUtil_DBCTextureMatLayerParam::TextureValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCPCurveColor \ +static_assert(alignof(FBUC_DispLibUtil_DBCPCurveColor) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCPCurveColor"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCPCurveColor) == 0x000038, "Wrong size on FBUC_DispLibUtil_DBCPCurveColor"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColor, PointsList) == 0x000000, "Member 'FBUC_DispLibUtil_DBCPCurveColor::PointsList' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColor, Duration) == 0x000014, "Member 'FBUC_DispLibUtil_DBCPCurveColor::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColor, EndToPoint) == 0x000018, "Member 'FBUC_DispLibUtil_DBCPCurveColor::EndToPoint' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColor, ReleaseParameterControlMode) == 0x000030, "Member 'FBUC_DispLibUtil_DBCPCurveColor::ReleaseParameterControlMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCPCurveColorMatLayerParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCPCurveColorMatLayerParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCPCurveColorMatLayerParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCPCurveColorMatLayerParam) == 0x000050, "Wrong size on FBUC_DispLibUtil_DBCPCurveColorMatLayerParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColorMatLayerParam, Association) == 0x000000, "Member 'FBUC_DispLibUtil_DBCPCurveColorMatLayerParam::Association' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColorMatLayerParam, LayerFunction) == 0x000008, "Member 'FBUC_DispLibUtil_DBCPCurveColorMatLayerParam::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColorMatLayerParam, ParamName) == 0x000010, "Member 'FBUC_DispLibUtil_DBCPCurveColorMatLayerParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColorMatLayerParam, PCurve) == 0x000018, "Member 'FBUC_DispLibUtil_DBCPCurveColorMatLayerParam::PCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam) == 0x000040, "Wrong size on FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam, Association) == 0x000000, "Member 'FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam::Association' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam, LayerFunction) == 0x000008, "Member 'FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam::LayerFunction' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam, ParamName) == 0x000010, "Member 'FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam, PCurve) == 0x000018, "Member 'FBUC_DispLibUtil_DBCPCurveScalarMatLayerParam::PCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_ModifyMaterial \ +static_assert(alignof(FBUC_DispLibDBC_ModifyMaterial) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_ModifyMaterial"); \ +static_assert(sizeof(FBUC_DispLibDBC_ModifyMaterial) == 0x000108, "Wrong size on FBUC_DispLibDBC_ModifyMaterial"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, FilterMode) == 0x000000, "Member 'FBUC_DispLibDBC_ModifyMaterial::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, Delay) == 0x000050, "Member 'FBUC_DispLibDBC_ModifyMaterial::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, EndMode) == 0x000054, "Member 'FBUC_DispLibDBC_ModifyMaterial::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, Duration) == 0x000058, "Member 'FBUC_DispLibDBC_ModifyMaterial::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, DelayTimeAfterStop) == 0x00005C, "Member 'FBUC_DispLibDBC_ModifyMaterial::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, Template) == 0x000060, "Member 'FBUC_DispLibDBC_ModifyMaterial::Template' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, InheriParamsMode) == 0x000068, "Member 'FBUC_DispLibDBC_ModifyMaterial::InheriParamsMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, InheritScalarParam) == 0x000070, "Member 'FBUC_DispLibDBC_ModifyMaterial::InheritScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, InheritFLinearColorParam) == 0x000080, "Member 'FBUC_DispLibDBC_ModifyMaterial::InheritFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, InheritTextureParam) == 0x000090, "Member 'FBUC_DispLibDBC_ModifyMaterial::InheritTextureParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, SetScalarParam) == 0x0000A0, "Member 'FBUC_DispLibDBC_ModifyMaterial::SetScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, SetFLinearColorParam) == 0x0000B0, "Member 'FBUC_DispLibDBC_ModifyMaterial::SetFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, SetTextureParam) == 0x0000C0, "Member 'FBUC_DispLibDBC_ModifyMaterial::SetTextureParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, SetPCurveScalarParam) == 0x0000D0, "Member 'FBUC_DispLibDBC_ModifyMaterial::SetPCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, SetPCurveFLinearColorParam) == 0x0000E0, "Member 'FBUC_DispLibDBC_ModifyMaterial::SetPCurveFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, PausePriority) == 0x0000F0, "Member 'FBUC_DispLibDBC_ModifyMaterial::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, EndStagePriority) == 0x0000F4, "Member 'FBUC_DispLibDBC_ModifyMaterial::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, ModMatPriority) == 0x0000F8, "Member 'FBUC_DispLibDBC_ModifyMaterial::ModMatPriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, ModMatEndStagePriority) == 0x0000FC, "Member 'FBUC_DispLibDBC_ModifyMaterial::ModMatEndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterial, Scalability_DistanceOverride) == 0x000104, "Member 'FBUC_DispLibDBC_ModifyMaterial::Scalability_DistanceOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSArmorCounterWithBlood \ +static_assert(alignof(FFGSArmorCounterWithBlood) == 0x000004, "Wrong alignment on FFGSArmorCounterWithBlood"); \ +static_assert(sizeof(FFGSArmorCounterWithBlood) == 0x00000C, "Wrong size on FFGSArmorCounterWithBlood"); \ +static_assert(offsetof(FFGSArmorCounterWithBlood, BloodChangeLine) == 0x000000, "Member 'FFGSArmorCounterWithBlood::BloodChangeLine' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorCounterWithBlood, BeHitNum_Min) == 0x000004, "Member 'FFGSArmorCounterWithBlood::BeHitNum_Min' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorCounterWithBlood, BeHitNum_Max) == 0x000008, "Member 'FFGSArmorCounterWithBlood::BeHitNum_Max' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSArmorSettingInBP \ +static_assert(alignof(FFGSArmorSettingInBP) == 0x000008, "Wrong alignment on FFGSArmorSettingInBP"); \ +static_assert(sizeof(FFGSArmorSettingInBP) == 0x000050, "Wrong size on FFGSArmorSettingInBP"); \ +static_assert(offsetof(FFGSArmorSettingInBP, TopRandomSkillPercent) == 0x000004, "Member 'FFGSArmorSettingInBP::TopRandomSkillPercent' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, Armor_SkillID) == 0x000008, "Member 'FFGSArmorSettingInBP::Armor_SkillID' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, Armor_Timer) == 0x000018, "Member 'FFGSArmorSettingInBP::Armor_Timer' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, BeHitCountType) == 0x00001C, "Member 'FFGSArmorSettingInBP::BeHitCountType' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, OriBeHitNum_Min) == 0x000020, "Member 'FFGSArmorSettingInBP::OriBeHitNum_Min' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, OriBeHitNum_Max) == 0x000024, "Member 'FFGSArmorSettingInBP::OriBeHitNum_Max' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, CounterWithBloodConfig) == 0x000028, "Member 'FFGSArmorSettingInBP::CounterWithBloodConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, MaxBlockTimes) == 0x000038, "Member 'FFGSArmorSettingInBP::MaxBlockTimes' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, PerfectBlockTimes) == 0x00003C, "Member 'FFGSArmorSettingInBP::PerfectBlockTimes' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, BlockCoolDownTime) == 0x000040, "Member 'FFGSArmorSettingInBP::BlockCoolDownTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, ResetBlockCounterTime) == 0x000044, "Member 'FFGSArmorSettingInBP::ResetBlockCounterTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSArmorSettingInBP, DefaultBlockInfoConfig) == 0x000048, "Member 'FFGSArmorSettingInBP::DefaultBlockInfoConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_ModNiagara_NameAndBoolValue \ +static_assert(alignof(FBUC_DispLibUtil_ModNiagara_NameAndBoolValue) == 0x000004, "Wrong alignment on FBUC_DispLibUtil_ModNiagara_NameAndBoolValue"); \ +static_assert(sizeof(FBUC_DispLibUtil_ModNiagara_NameAndBoolValue) == 0x000018, "Wrong size on FBUC_DispLibUtil_ModNiagara_NameAndBoolValue"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModNiagara_NameAndBoolValue, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_ModNiagara_NameAndBoolValue::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModNiagara_NameAndBoolValue, Duration) == 0x00000C, "Member 'FBUC_DispLibUtil_ModNiagara_NameAndBoolValue::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_ModNiagara_NameAndBoolValue, EndStageDuration) == 0x000010, "Member 'FBUC_DispLibUtil_ModNiagara_NameAndBoolValue::EndStageDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndFloatArray \ +static_assert(alignof(FBUC_DispLibUtil_NameAndFloatArray) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndFloatArray"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndFloatArray) == 0x000020, "Wrong size on FBUC_DispLibUtil_NameAndFloatArray"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndFloatArray, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndFloatArray::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndFloatArray, FloatArray) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndFloatArray::FloatArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndInt32Array \ +static_assert(alignof(FBUC_DispLibUtil_NameAndInt32Array) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndInt32Array"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndInt32Array) == 0x000020, "Wrong size on FBUC_DispLibUtil_NameAndInt32Array"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndInt32Array, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndInt32Array::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndInt32Array, Int32Array) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndInt32Array::Int32Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndFVectorArray \ +static_assert(alignof(FBUC_DispLibUtil_NameAndFVectorArray) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndFVectorArray"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndFVectorArray) == 0x000020, "Wrong size on FBUC_DispLibUtil_NameAndFVectorArray"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndFVectorArray, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndFVectorArray::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndFVectorArray, FVectorArray) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndFVectorArray::FVectorArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_ModifyNiagaraParams \ +static_assert(alignof(FBUC_DispLibDBC_ModifyNiagaraParams) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_ModifyNiagaraParams"); \ +static_assert(sizeof(FBUC_DispLibDBC_ModifyNiagaraParams) == 0x0000F8, "Wrong size on FBUC_DispLibDBC_ModifyNiagaraParams"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, MeshCompFilterInfo) == 0x000000, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::MeshCompFilterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, NiagaraCompFilterInfo) == 0x000018, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::NiagaraCompFilterInfo' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, Delay) == 0x000038, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, EndMode) == 0x00003C, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, Duration) == 0x000040, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, DelayTimeAfterStop) == 0x000044, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetBoolParam) == 0x000048, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetBoolParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetFloatParam) == 0x000058, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetFloatParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetInt32Param) == 0x000068, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetInt32Param' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetFVectorParam) == 0x000078, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetFVectorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetFLinearColorParam) == 0x000088, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetFloatArrayParam) == 0x000098, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetFloatArrayParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetInt32ArrayParam) == 0x0000A8, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetInt32ArrayParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetFVectorArrayParam) == 0x0000B8, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetFVectorArrayParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetOverrideSelfMeshBones) == 0x0000C8, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetOverrideSelfMeshBones' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, SetOverrideSelfMeshSockets) == 0x0000D8, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::SetOverrideSelfMeshSockets' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, PauseMode) == 0x0000E8, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::PauseMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, PausePriority) == 0x0000EC, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyNiagaraParams, EndStagePriority) == 0x0000F0, "Member 'FBUC_DispLibDBC_ModifyNiagaraParams::EndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMonsterManualInfo \ +static_assert(alignof(FMonsterManualInfo) == 0x000008, "Wrong alignment on FMonsterManualInfo"); \ +static_assert(sizeof(FMonsterManualInfo) == 0x0000A0, "Wrong size on FMonsterManualInfo"); \ +static_assert(offsetof(FMonsterManualInfo, ScalarParameterMap) == 0x000000, "Member 'FMonsterManualInfo::ScalarParameterMap' has a wrong offset!"); \ +static_assert(offsetof(FMonsterManualInfo, VectorParameterMap) == 0x000050, "Member 'FMonsterManualInfo::VectorParameterMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_DBCPCurveColorParam \ +static_assert(alignof(FBUC_DispLibUtil_DBCPCurveColorParam) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_DBCPCurveColorParam"); \ +static_assert(sizeof(FBUC_DispLibUtil_DBCPCurveColorParam) == 0x000040, "Wrong size on FBUC_DispLibUtil_DBCPCurveColorParam"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColorParam, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_DBCPCurveColorParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_DBCPCurveColorParam, PCurve) == 0x000008, "Member 'FBUC_DispLibUtil_DBCPCurveColorParam::PCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibDBC_ModifyMaterialParameterCollection \ +static_assert(alignof(FBUC_DispLibDBC_ModifyMaterialParameterCollection) == 0x000008, "Wrong alignment on FBUC_DispLibDBC_ModifyMaterialParameterCollection"); \ +static_assert(sizeof(FBUC_DispLibDBC_ModifyMaterialParameterCollection) == 0x000070, "Wrong size on FBUC_DispLibDBC_ModifyMaterialParameterCollection"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, MPCAssetPath) == 0x000000, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::MPCAssetPath' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, Delay) == 0x000010, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::Delay' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, EndMode) == 0x000014, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, Duration) == 0x000018, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::Duration' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, DelayTimeAfterStop) == 0x00001C, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, SetScalarParam) == 0x000020, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::SetScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, SetFLinearColorParam) == 0x000030, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::SetFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, SetPCurveScalarParam) == 0x000040, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::SetPCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, SetPCurveFLinearColorParam) == 0x000050, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::SetPCurveFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, PausePriority) == 0x000060, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, EndStagePriority) == 0x000064, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, ModMPCPriority) == 0x000068, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::ModMPCPriority' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibDBC_ModifyMaterialParameterCollection, ModMPCEndStagePriority) == 0x00006C, "Member 'FBUC_DispLibDBC_ModifyMaterialParameterCollection::ModMPCEndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSplinePatrolJumpPoint \ +static_assert(alignof(FFGSSplinePatrolJumpPoint) == 0x000008, "Wrong alignment on FFGSSplinePatrolJumpPoint"); \ +static_assert(sizeof(FFGSSplinePatrolJumpPoint) == 0x000010, "Wrong size on FFGSSplinePatrolJumpPoint"); \ +static_assert(offsetof(FFGSSplinePatrolJumpPoint, JumpAM) == 0x000000, "Member 'FFGSSplinePatrolJumpPoint::JumpAM' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplinePatrolJumpPoint, JumpForce) == 0x000008, "Member 'FFGSSplinePatrolJumpPoint::JumpForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStopEventConditionConfig \ +static_assert(alignof(FStopEventConditionConfig) == 0x000008, "Wrong alignment on FStopEventConditionConfig"); \ +static_assert(sizeof(FStopEventConditionConfig) == 0x000010, "Wrong size on FStopEventConditionConfig"); \ +static_assert(offsetof(FStopEventConditionConfig, LeaveBattleEventStop) == 0x000000, "Member 'FStopEventConditionConfig::LeaveBattleEventStop' has a wrong offset!"); \ +static_assert(offsetof(FStopEventConditionConfig, PlayerDeadEventStop) == 0x000008, "Member 'FStopEventConditionConfig::PlayerDeadEventStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSingleBattleBGMConfig \ +static_assert(alignof(FSingleBattleBGMConfig) == 0x000008, "Wrong alignment on FSingleBattleBGMConfig"); \ +static_assert(sizeof(FSingleBattleBGMConfig) == 0x000020, "Wrong size on FSingleBattleBGMConfig"); \ +static_assert(offsetof(FSingleBattleBGMConfig, AkEventBegin) == 0x000000, "Member 'FSingleBattleBGMConfig::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(FSingleBattleBGMConfig, AkEventStop) == 0x000008, "Member 'FSingleBattleBGMConfig::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(FSingleBattleBGMConfig, StopEventConditionConfig) == 0x000010, "Member 'FSingleBattleBGMConfig::StopEventConditionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTreeImposter_TaskData \ +static_assert(alignof(FTreeImposter_TaskData) == 0x000008, "Wrong alignment on FTreeImposter_TaskData"); \ +static_assert(sizeof(FTreeImposter_TaskData) == 0x000028, "Wrong size on FTreeImposter_TaskData"); \ +static_assert(offsetof(FTreeImposter_TaskData, TreeMeshAsset) == 0x000000, "Member 'FTreeImposter_TaskData::TreeMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_TaskData, BakeLOD) == 0x000008, "Member 'FTreeImposter_TaskData::BakeLOD' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_TaskData, CardMicoScale) == 0x00000C, "Member 'FTreeImposter_TaskData::CardMicoScale' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_TaskData, CardPairCount) == 0x000010, "Member 'FTreeImposter_TaskData::CardPairCount' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_TaskData, CaptureRTSize) == 0x000014, "Member 'FTreeImposter_TaskData::CaptureRTSize' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_TaskData, ShotTextureSize) == 0x000018, "Member 'FTreeImposter_TaskData::ShotTextureSize' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_TaskData, TrunkMaskThreshold) == 0x00001C, "Member 'FTreeImposter_TaskData::TrunkMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_TaskData, LeafMaskThreshold) == 0x000020, "Member 'FTreeImposter_TaskData::LeafMaskThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTreeImposter_OverrideMatScalarParam \ +static_assert(alignof(FTreeImposter_OverrideMatScalarParam) == 0x000004, "Wrong alignment on FTreeImposter_OverrideMatScalarParam"); \ +static_assert(sizeof(FTreeImposter_OverrideMatScalarParam) == 0x00000C, "Wrong size on FTreeImposter_OverrideMatScalarParam"); \ +static_assert(offsetof(FTreeImposter_OverrideMatScalarParam, ParamName) == 0x000000, "Member 'FTreeImposter_OverrideMatScalarParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_OverrideMatScalarParam, Value) == 0x000008, "Member 'FTreeImposter_OverrideMatScalarParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTreeImposter_OverrideMatLinearColorParam \ +static_assert(alignof(FTreeImposter_OverrideMatLinearColorParam) == 0x000004, "Wrong alignment on FTreeImposter_OverrideMatLinearColorParam"); \ +static_assert(sizeof(FTreeImposter_OverrideMatLinearColorParam) == 0x000018, "Wrong size on FTreeImposter_OverrideMatLinearColorParam"); \ +static_assert(offsetof(FTreeImposter_OverrideMatLinearColorParam, ParamName) == 0x000000, "Member 'FTreeImposter_OverrideMatLinearColorParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_OverrideMatLinearColorParam, Value) == 0x000008, "Member 'FTreeImposter_OverrideMatLinearColorParam::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTreeImposter_OverrideMPCParam \ +static_assert(alignof(FTreeImposter_OverrideMPCParam) == 0x000008, "Wrong alignment on FTreeImposter_OverrideMPCParam"); \ +static_assert(sizeof(FTreeImposter_OverrideMPCParam) == 0x000028, "Wrong size on FTreeImposter_OverrideMPCParam"); \ +static_assert(offsetof(FTreeImposter_OverrideMPCParam, MPC) == 0x000000, "Member 'FTreeImposter_OverrideMPCParam::MPC' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_OverrideMPCParam, ScalarParam) == 0x000008, "Member 'FTreeImposter_OverrideMPCParam::ScalarParam' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_OverrideMPCParam, LinearColorParam) == 0x000018, "Member 'FTreeImposter_OverrideMPCParam::LinearColorParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSCellPatitionLayerConfig \ +static_assert(alignof(FFGSCellPatitionLayerConfig) == 0x000008, "Wrong alignment on FFGSCellPatitionLayerConfig"); \ +static_assert(sizeof(FFGSCellPatitionLayerConfig) == 0x000028, "Wrong size on FFGSCellPatitionLayerConfig"); \ +static_assert(offsetof(FFGSCellPatitionLayerConfig, CellPartionInstanceName) == 0x000000, "Member 'FFGSCellPatitionLayerConfig::CellPartionInstanceName' has a wrong offset!"); \ +static_assert(offsetof(FFGSCellPatitionLayerConfig, Radius) == 0x000010, "Member 'FFGSCellPatitionLayerConfig::Radius' has a wrong offset!"); \ +static_assert(offsetof(FFGSCellPatitionLayerConfig, UnitFilter) == 0x000014, "Member 'FFGSCellPatitionLayerConfig::UnitFilter' has a wrong offset!"); \ +static_assert(offsetof(FFGSCellPatitionLayerConfig, TeamFilter) == 0x000018, "Member 'FFGSCellPatitionLayerConfig::TeamFilter' has a wrong offset!"); \ +static_assert(offsetof(FFGSCellPatitionLayerConfig, Priority) == 0x00001C, "Member 'FFGSCellPatitionLayerConfig::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnBulletMinMaxValue \ +static_assert(alignof(FSpawnBulletMinMaxValue) == 0x000004, "Wrong alignment on FSpawnBulletMinMaxValue"); \ +static_assert(sizeof(FSpawnBulletMinMaxValue) == 0x00000C, "Wrong size on FSpawnBulletMinMaxValue"); \ +static_assert(offsetof(FSpawnBulletMinMaxValue, LeftValue) == 0x000000, "Member 'FSpawnBulletMinMaxValue::LeftValue' has a wrong offset!"); \ +static_assert(offsetof(FSpawnBulletMinMaxValue, RightValue) == 0x000004, "Member 'FSpawnBulletMinMaxValue::RightValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnBulletSpeed \ +static_assert(alignof(FSpawnBulletSpeed) == 0x000008, "Wrong alignment on FSpawnBulletSpeed"); \ +static_assert(sizeof(FSpawnBulletSpeed) == 0x000018, "Wrong size on FSpawnBulletSpeed"); \ +static_assert(offsetof(FSpawnBulletSpeed, Spd) == 0x000000, "Member 'FSpawnBulletSpeed::Spd' has a wrong offset!"); \ +static_assert(offsetof(FSpawnBulletSpeed, AccelerationTime) == 0x00000C, "Member 'FSpawnBulletSpeed::AccelerationTime' has a wrong offset!"); \ +static_assert(offsetof(FSpawnBulletSpeed, SpdCurve) == 0x000010, "Member 'FSpawnBulletSpeed::SpdCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGamePlusSpawnerConfig \ +static_assert(alignof(FGamePlusSpawnerConfig) == 0x000008, "Wrong alignment on FGamePlusSpawnerConfig"); \ +static_assert(sizeof(FGamePlusSpawnerConfig) == 0x000010, "Wrong size on FGamePlusSpawnerConfig"); \ +static_assert(offsetof(FGamePlusSpawnerConfig, Rate) == 0x000000, "Member 'FGamePlusSpawnerConfig::Rate' has a wrong offset!"); \ +static_assert(offsetof(FGamePlusSpawnerConfig, ActorClass) == 0x000008, "Member 'FGamePlusSpawnerConfig::ActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelNameConfig \ +static_assert(alignof(FLevelNameConfig) == 0x000008, "Wrong alignment on FLevelNameConfig"); \ +static_assert(sizeof(FLevelNameConfig) == 0x000010, "Wrong size on FLevelNameConfig"); \ +static_assert(offsetof(FLevelNameConfig, NameList) == 0x000000, "Member 'FLevelNameConfig::NameList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTreeImposter_OverrideTexSetting \ +static_assert(alignof(FTreeImposter_OverrideTexSetting) == 0x000004, "Wrong alignment on FTreeImposter_OverrideTexSetting"); \ +static_assert(sizeof(FTreeImposter_OverrideTexSetting) == 0x000020, "Wrong size on FTreeImposter_OverrideTexSetting"); \ +static_assert(offsetof(FTreeImposter_OverrideTexSetting, TexName) == 0x000000, "Member 'FTreeImposter_OverrideTexSetting::TexName' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_OverrideTexSetting, CompressionSettings) == 0x00000C, "Member 'FTreeImposter_OverrideTexSetting::CompressionSettings' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_OverrideTexSetting, LODGroup) == 0x000010, "Member 'FTreeImposter_OverrideTexSetting::LODGroup' has a wrong offset!"); \ +static_assert(offsetof(FTreeImposter_OverrideTexSetting, Filter) == 0x000018, "Member 'FTreeImposter_OverrideTexSetting::Filter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDBCTestStruct \ +static_assert(alignof(FDBCTestStruct) == 0x000004, "Wrong alignment on FDBCTestStruct"); \ +static_assert(sizeof(FDBCTestStruct) == 0x000010, "Wrong size on FDBCTestStruct"); \ +static_assert(offsetof(FDBCTestStruct, Delay) == 0x000000, "Member 'FDBCTestStruct::Delay' has a wrong offset!"); \ +static_assert(offsetof(FDBCTestStruct, EndMode) == 0x000004, "Member 'FDBCTestStruct::EndMode' has a wrong offset!"); \ +static_assert(offsetof(FDBCTestStruct, Duration) == 0x000008, "Member 'FDBCTestStruct::Duration' has a wrong offset!"); \ +static_assert(offsetof(FDBCTestStruct, DelayTimeAfterStop) == 0x00000C, "Member 'FDBCTestStruct::DelayTimeAfterStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitWeapon \ +static_assert(alignof(FUnitWeapon) == 0x000008, "Wrong alignment on FUnitWeapon"); \ +static_assert(sizeof(FUnitWeapon) == 0x000018, "Wrong size on FUnitWeapon"); \ +static_assert(offsetof(FUnitWeapon, Weapon) == 0x000000, "Member 'FUnitWeapon::Weapon' has a wrong offset!"); \ +static_assert(offsetof(FUnitWeapon, SocketName) == 0x000008, "Member 'FUnitWeapon::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndInt \ +static_assert(alignof(FBUC_DispLibUtil_NameAndInt) == 0x000004, "Wrong alignment on FBUC_DispLibUtil_NameAndInt"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndInt) == 0x00000C, "Wrong size on FBUC_DispLibUtil_NameAndInt"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndInt, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndInt::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndInt, Value) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndInt::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndString \ +static_assert(alignof(FBUC_DispLibUtil_NameAndString) == 0x000008, "Wrong alignment on FBUC_DispLibUtil_NameAndString"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndString) == 0x000018, "Wrong size on FBUC_DispLibUtil_NameAndString"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndString, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndString::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndString, Value) == 0x000008, "Member 'FBUC_DispLibUtil_NameAndString::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBUC_DispLibUtil_NameAndV4 \ +static_assert(alignof(FBUC_DispLibUtil_NameAndV4) == 0x000010, "Wrong alignment on FBUC_DispLibUtil_NameAndV4"); \ +static_assert(sizeof(FBUC_DispLibUtil_NameAndV4) == 0x000030, "Wrong size on FBUC_DispLibUtil_NameAndV4"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndV4, ParamName) == 0x000000, "Member 'FBUC_DispLibUtil_NameAndV4::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FBUC_DispLibUtil_NameAndV4, Value) == 0x000010, "Member 'FBUC_DispLibUtil_NameAndV4::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBattleStartCondition \ +static_assert(alignof(FBattleStartCondition) == 0x000004, "Wrong alignment on FBattleStartCondition"); \ +static_assert(sizeof(FBattleStartCondition) == 0x000034, "Wrong size on FBattleStartCondition"); \ +static_assert(offsetof(FBattleStartCondition, StartConditionType) == 0x000000, "Member 'FBattleStartCondition::StartConditionType' has a wrong offset!"); \ +static_assert(offsetof(FBattleStartCondition, Unit) == 0x000004, "Member 'FBattleStartCondition::Unit' has a wrong offset!"); \ +static_assert(offsetof(FBattleStartCondition, Spawner) == 0x000014, "Member 'FBattleStartCondition::Spawner' has a wrong offset!"); \ +static_assert(offsetof(FBattleStartCondition, Overlap) == 0x000024, "Member 'FBattleStartCondition::Overlap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_AbnormalState \ +static_assert(alignof(FDetectCondition_AbnormalState) == 0x000001, "Wrong alignment on FDetectCondition_AbnormalState"); \ +static_assert(sizeof(FDetectCondition_AbnormalState) == 0x000001, "Wrong size on FDetectCondition_AbnormalState"); \ +static_assert(offsetof(FDetectCondition_AbnormalState, AbnormalStateType) == 0x000000, "Member 'FDetectCondition_AbnormalState::AbnormalStateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSBuffInfo \ +static_assert(alignof(FFGSBuffInfo) == 0x000004, "Wrong alignment on FFGSBuffInfo"); \ +static_assert(sizeof(FFGSBuffInfo) == 0x000008, "Wrong size on FFGSBuffInfo"); \ +static_assert(offsetof(FFGSBuffInfo, BuffID) == 0x000000, "Member 'FFGSBuffInfo::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffInfo, BuffDuration) == 0x000004, "Member 'FFGSBuffInfo::BuffDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTeleportParam_BossRush \ +static_assert(alignof(FTeleportParam_BossRush) == 0x000004, "Wrong alignment on FTeleportParam_BossRush"); \ +static_assert(sizeof(FTeleportParam_BossRush) == 0x000008, "Wrong size on FTeleportParam_BossRush"); \ +static_assert(offsetof(FTeleportParam_BossRush, LevelID) == 0x000000, "Member 'FTeleportParam_BossRush::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_BossRush, LoadingScreenType) == 0x000004, "Member 'FTeleportParam_BossRush::LoadingScreenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransitionCondition_State \ +static_assert(alignof(FTransitionCondition_State) == 0x000008, "Wrong alignment on FTransitionCondition_State"); \ +static_assert(sizeof(FTransitionCondition_State) == 0x0000A8, "Wrong size on FTransitionCondition_State"); \ +static_assert(offsetof(FTransitionCondition_State, ConditionType) == 0x000000, "Member 'FTransitionCondition_State::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, UnitList) == 0x000008, "Member 'FTransitionCondition_State::UnitList' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, UnitSpawner) == 0x000018, "Member 'FTransitionCondition_State::UnitSpawner' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, Unit) == 0x000028, "Member 'FTransitionCondition_State::Unit' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, Buff) == 0x000038, "Member 'FTransitionCondition_State::Buff' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, Overlap) == 0x000048, "Member 'FTransitionCondition_State::Overlap' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, Interactor) == 0x000058, "Member 'FTransitionCondition_State::Interactor' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, Sequence) == 0x000068, "Member 'FTransitionCondition_State::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, TaskStage) == 0x000078, "Member 'FTransitionCondition_State::TaskStage' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, TaskStageStatus) == 0x000088, "Member 'FTransitionCondition_State::TaskStageStatus' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, CounterType) == 0x000089, "Member 'FTransitionCondition_State::CounterType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, CounterValue) == 0x00008C, "Member 'FTransitionCondition_State::CounterValue' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, Comment) == 0x000090, "Member 'FTransitionCondition_State::Comment' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_State, CircusMemberNickName) == 0x0000A0, "Member 'FTransitionCondition_State::CircusMemberNickName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMoveAMPath \ +static_assert(alignof(FMoveAMPath) == 0x000008, "Wrong alignment on FMoveAMPath"); \ +static_assert(sizeof(FMoveAMPath) == 0x000020, "Wrong size on FMoveAMPath"); \ +static_assert(offsetof(FMoveAMPath, OriginPath) == 0x000000, "Member 'FMoveAMPath::OriginPath' has a wrong offset!"); \ +static_assert(offsetof(FMoveAMPath, NewAMName) == 0x000010, "Member 'FMoveAMPath::NewAMName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLightningFXSpawnConfig \ +static_assert(alignof(FLightningFXSpawnConfig) == 0x000008, "Wrong alignment on FLightningFXSpawnConfig"); \ +static_assert(sizeof(FLightningFXSpawnConfig) == 0x000060, "Wrong size on FLightningFXSpawnConfig"); \ +static_assert(offsetof(FLightningFXSpawnConfig, LightningTemplate) == 0x000000, "Member 'FLightningFXSpawnConfig::LightningTemplate' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, DecalActorClass) == 0x000008, "Member 'FLightningFXSpawnConfig::DecalActorClass' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, SpawnWaves) == 0x000010, "Member 'FLightningFXSpawnConfig::SpawnWaves' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, WaveGap) == 0x000014, "Member 'FLightningFXSpawnConfig::WaveGap' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, SpawnNumPerWave) == 0x000018, "Member 'FLightningFXSpawnConfig::SpawnNumPerWave' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, LightningDelaySpawnDecalTime) == 0x00001C, "Member 'FLightningFXSpawnConfig::LightningDelaySpawnDecalTime' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, RangeDir_X) == 0x000024, "Member 'FLightningFXSpawnConfig::RangeDir_X' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, RangeDir_Y) == 0x000034, "Member 'FLightningFXSpawnConfig::RangeDir_Y' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, RangeDir_Z) == 0x000044, "Member 'FLightningFXSpawnConfig::RangeDir_Z' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, LineTraceMaxLength) == 0x000054, "Member 'FLightningFXSpawnConfig::LineTraceMaxLength' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, TraceTypeQuery) == 0x000058, "Member 'FLightningFXSpawnConfig::TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(FLightningFXSpawnConfig, PointMinBetween) == 0x00005C, "Member 'FLightningFXSpawnConfig::PointMinBetween' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_DistanceFromNearestPlayer \ +static_assert(alignof(FDetectCondition_DistanceFromNearestPlayer) == 0x000004, "Wrong alignment on FDetectCondition_DistanceFromNearestPlayer"); \ +static_assert(sizeof(FDetectCondition_DistanceFromNearestPlayer) == 0x000008, "Wrong size on FDetectCondition_DistanceFromNearestPlayer"); \ +static_assert(offsetof(FDetectCondition_DistanceFromNearestPlayer, CompareOperation) == 0x000000, "Member 'FDetectCondition_DistanceFromNearestPlayer::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_DistanceFromNearestPlayer, CompareValueInt) == 0x000004, "Member 'FDetectCondition_DistanceFromNearestPlayer::CompareValueInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSBeamFXPlaySetting \ +static_assert(alignof(FFGSBeamFXPlaySetting) == 0x000008, "Wrong alignment on FFGSBeamFXPlaySetting"); \ +static_assert(sizeof(FFGSBeamFXPlaySetting) == 0x000070, "Wrong size on FFGSBeamFXPlaySetting"); \ +static_assert(offsetof(FFGSBeamFXPlaySetting, BeamTemplate) == 0x000000, "Member 'FFGSBeamFXPlaySetting::BeamTemplate' has a wrong offset!"); \ +static_assert(offsetof(FFGSBeamFXPlaySetting, AttachSocketName) == 0x00002C, "Member 'FFGSBeamFXPlaySetting::AttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(FFGSBeamFXPlaySetting, Scale) == 0x000038, "Member 'FFGSBeamFXPlaySetting::Scale' has a wrong offset!"); \ +static_assert(offsetof(FFGSBeamFXPlaySetting, GSBeamTargetType) == 0x000050, "Member 'FFGSBeamFXPlaySetting::GSBeamTargetType' has a wrong offset!"); \ +static_assert(offsetof(FFGSBeamFXPlaySetting, GSBeamTargetParamName) == 0x000058, "Member 'FFGSBeamFXPlaySetting::GSBeamTargetParamName' has a wrong offset!"); \ +static_assert(offsetof(FFGSBeamFXPlaySetting, TargetSocketName) == 0x000068, "Member 'FFGSBeamFXPlaySetting::TargetSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedLevelStates \ +static_assert(alignof(FManagedLevelStates) == 0x000008, "Wrong alignment on FManagedLevelStates"); \ +static_assert(sizeof(FManagedLevelStates) == 0x000018, "Wrong size on FManagedLevelStates"); \ +static_assert(offsetof(FManagedLevelStates, LevelState) == 0x000000, "Member 'FManagedLevelStates::LevelState' has a wrong offset!"); \ +static_assert(offsetof(FManagedLevelStates, LevelNames) == 0x000008, "Member 'FManagedLevelStates::LevelNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedStreamingLevelStateConfig \ +static_assert(alignof(FManagedStreamingLevelStateConfig) == 0x000008, "Wrong alignment on FManagedStreamingLevelStateConfig"); \ +static_assert(sizeof(FManagedStreamingLevelStateConfig) == 0x000020, "Wrong size on FManagedStreamingLevelStateConfig"); \ +static_assert(offsetof(FManagedStreamingLevelStateConfig, Description) == 0x000000, "Member 'FManagedStreamingLevelStateConfig::Description' has a wrong offset!"); \ +static_assert(offsetof(FManagedStreamingLevelStateConfig, LevelStateConfigs) == 0x000010, "Member 'FManagedStreamingLevelStateConfig::LevelStateConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedStreamingLevelStateBoxConfig \ +static_assert(alignof(FManagedStreamingLevelStateBoxConfig) == 0x000008, "Wrong alignment on FManagedStreamingLevelStateBoxConfig"); \ +static_assert(sizeof(FManagedStreamingLevelStateBoxConfig) == 0x000058, "Wrong size on FManagedStreamingLevelStateBoxConfig"); \ +static_assert(offsetof(FManagedStreamingLevelStateBoxConfig, Actor) == 0x000000, "Member 'FManagedStreamingLevelStateBoxConfig::Actor' has a wrong offset!"); \ +static_assert(offsetof(FManagedStreamingLevelStateBoxConfig, ManagedStateLevelsConfig) == 0x000038, "Member 'FManagedStreamingLevelStateBoxConfig::ManagedStateLevelsConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAreaAbilityMask \ +static_assert(alignof(FAreaAbilityMask) == 0x000004, "Wrong alignment on FAreaAbilityMask"); \ +static_assert(sizeof(FAreaAbilityMask) == 0x000004, "Wrong size on FAreaAbilityMask"); \ +static_assert(offsetof(FAreaAbilityMask, mask) == 0x000000, "Member 'FAreaAbilityMask::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKillUnitMapConfig \ +static_assert(alignof(FKillUnitMapConfig) == 0x000001, "Wrong alignment on FKillUnitMapConfig"); \ +static_assert(sizeof(FKillUnitMapConfig) == 0x000002, "Wrong size on FKillUnitMapConfig"); \ +static_assert(offsetof(FKillUnitMapConfig, Cond) == 0x000000, "Member 'FKillUnitMapConfig::Cond' has a wrong offset!"); \ +static_assert(offsetof(FKillUnitMapConfig, Result) == 0x000001, "Member 'FKillUnitMapConfig::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayerMappingInfo \ +static_assert(alignof(FMaterialLayerMappingInfo) == 0x000004, "Wrong alignment on FMaterialLayerMappingInfo"); \ +static_assert(sizeof(FMaterialLayerMappingInfo) == 0x00000C, "Wrong size on FMaterialLayerMappingInfo"); \ +static_assert(offsetof(FMaterialLayerMappingInfo, LayerMappingIdx) == 0x000000, "Member 'FMaterialLayerMappingInfo::LayerMappingIdx' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerMappingInfo, LayerMappingName) == 0x000004, "Member 'FMaterialLayerMappingInfo::LayerMappingName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayerKeyData \ +static_assert(alignof(FMaterialLayerKeyData) == 0x000004, "Wrong alignment on FMaterialLayerKeyData"); \ +static_assert(sizeof(FMaterialLayerKeyData) == 0x000014, "Wrong size on FMaterialLayerKeyData"); \ +static_assert(offsetof(FMaterialLayerKeyData, LayerMappingInfo) == 0x000000, "Member 'FMaterialLayerKeyData::LayerMappingInfo' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerKeyData, ParamName) == 0x00000C, "Member 'FMaterialLayerKeyData::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayerParamData \ +static_assert(alignof(FMaterialLayerParamData) == 0x000008, "Wrong alignment on FMaterialLayerParamData"); \ +static_assert(sizeof(FMaterialLayerParamData) == 0x000058, "Wrong size on FMaterialLayerParamData"); \ +static_assert(offsetof(FMaterialLayerParamData, LayerKeyData) == 0x000000, "Member 'FMaterialLayerParamData::LayerKeyData' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamData, ParamType) == 0x000014, "Member 'FMaterialLayerParamData::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamData, ScalarValue) == 0x000018, "Member 'FMaterialLayerParamData::ScalarValue' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamData, ColorValue) == 0x00001C, "Member 'FMaterialLayerParamData::ColorValue' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamData, ScalarCurve) == 0x000030, "Member 'FMaterialLayerParamData::ScalarCurve' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamData, ColorCurve) == 0x000038, "Member 'FMaterialLayerParamData::ColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamData, AutoBlendOutScalarValue) == 0x000044, "Member 'FMaterialLayerParamData::AutoBlendOutScalarValue' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamData, AutoBlendOutColorValue) == 0x000048, "Member 'FMaterialLayerParamData::AutoBlendOutColorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBGUCostAttrInfo \ +static_assert(alignof(FBGUCostAttrInfo) == 0x000004, "Wrong alignment on FBGUCostAttrInfo"); \ +static_assert(sizeof(FBGUCostAttrInfo) == 0x000008, "Wrong size on FBGUCostAttrInfo"); \ +static_assert(offsetof(FBGUCostAttrInfo, Attr) == 0x000000, "Member 'FBGUCostAttrInfo::Attr' has a wrong offset!"); \ +static_assert(offsetof(FBGUCostAttrInfo, CostValue) == 0x000004, "Member 'FBGUCostAttrInfo::CostValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransitionCondition_Group \ +static_assert(alignof(FTransitionCondition_Group) == 0x000008, "Wrong alignment on FTransitionCondition_Group"); \ +static_assert(sizeof(FTransitionCondition_Group) == 0x0000B0, "Wrong size on FTransitionCondition_Group"); \ +static_assert(offsetof(FTransitionCondition_Group, ConditionType) == 0x000000, "Member 'FTransitionCondition_Group::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, UnitList) == 0x000008, "Member 'FTransitionCondition_Group::UnitList' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, UnitSpawner) == 0x000018, "Member 'FTransitionCondition_Group::UnitSpawner' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, Unit) == 0x000028, "Member 'FTransitionCondition_Group::Unit' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, Buff) == 0x000038, "Member 'FTransitionCondition_Group::Buff' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, UnitKillOrder) == 0x000048, "Member 'FTransitionCondition_Group::UnitKillOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, Overlap) == 0x000058, "Member 'FTransitionCondition_Group::Overlap' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, Interactor) == 0x000068, "Member 'FTransitionCondition_Group::Interactor' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, GameStateCondition) == 0x000078, "Member 'FTransitionCondition_Group::GameStateCondition' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, Sequence) == 0x00007C, "Member 'FTransitionCondition_Group::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, TaskStage) == 0x00008C, "Member 'FTransitionCondition_Group::TaskStage' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, TaskStageStatus) == 0x00009C, "Member 'FTransitionCondition_Group::TaskStageStatus' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Group, Comment) == 0x0000A0, "Member 'FTransitionCondition_Group::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPoleDrinkCondition \ +static_assert(alignof(FPoleDrinkCondition) == 0x000004, "Wrong alignment on FPoleDrinkCondition"); \ +static_assert(sizeof(FPoleDrinkCondition) == 0x000008, "Wrong size on FPoleDrinkCondition"); \ +static_assert(offsetof(FPoleDrinkCondition, ConditionType) == 0x000000, "Member 'FPoleDrinkCondition::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FPoleDrinkCondition, TalentID) == 0x000004, "Member 'FPoleDrinkCondition::TalentID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPriorityActInfo_CastSkill \ +static_assert(alignof(FPriorityActInfo_CastSkill) == 0x000004, "Wrong alignment on FPriorityActInfo_CastSkill"); \ +static_assert(sizeof(FPriorityActInfo_CastSkill) == 0x000004, "Wrong size on FPriorityActInfo_CastSkill"); \ +static_assert(offsetof(FPriorityActInfo_CastSkill, SkillID) == 0x000000, "Member 'FPriorityActInfo_CastSkill::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPriorityActInfo_MoveToPos \ +static_assert(alignof(FPriorityActInfo_MoveToPos) == 0x000008, "Wrong alignment on FPriorityActInfo_MoveToPos"); \ +static_assert(sizeof(FPriorityActInfo_MoveToPos) == 0x000018, "Wrong size on FPriorityActInfo_MoveToPos"); \ +static_assert(offsetof(FPriorityActInfo_MoveToPos, MoveActionEnvQueryTemplate) == 0x000000, "Member 'FPriorityActInfo_MoveToPos::MoveActionEnvQueryTemplate' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActInfo_MoveToPos, WaitTime) == 0x000008, "Member 'FPriorityActInfo_MoveToPos::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActInfo_MoveToPos, AcceptableRadius) == 0x00000C, "Member 'FPriorityActInfo_MoveToPos::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActInfo_MoveToPos, SpeedType) == 0x000010, "Member 'FPriorityActInfo_MoveToPos::SpeedType' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActInfo_MoveToPos, MoveAIType) == 0x000011, "Member 'FPriorityActInfo_MoveToPos::MoveAIType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPriorityActInfo_AddBuff \ +static_assert(alignof(FPriorityActInfo_AddBuff) == 0x000008, "Wrong alignment on FPriorityActInfo_AddBuff"); \ +static_assert(sizeof(FPriorityActInfo_AddBuff) == 0x000010, "Wrong size on FPriorityActInfo_AddBuff"); \ +static_assert(offsetof(FPriorityActInfo_AddBuff, BuffIDList) == 0x000000, "Member 'FPriorityActInfo_AddBuff::BuffIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnePriorityActionInfo \ +static_assert(alignof(FOnePriorityActionInfo) == 0x000008, "Wrong alignment on FOnePriorityActionInfo"); \ +static_assert(sizeof(FOnePriorityActionInfo) == 0x000040, "Wrong size on FOnePriorityActionInfo"); \ +static_assert(offsetof(FOnePriorityActionInfo, WaitForBeginTime) == 0x000000, "Member 'FOnePriorityActionInfo::WaitForBeginTime' has a wrong offset!"); \ +static_assert(offsetof(FOnePriorityActionInfo, BeginNoiseTime) == 0x000008, "Member 'FOnePriorityActionInfo::BeginNoiseTime' has a wrong offset!"); \ +static_assert(offsetof(FOnePriorityActionInfo, ActionType) == 0x00000C, "Member 'FOnePriorityActionInfo::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FOnePriorityActionInfo, PAI_MoveToPos) == 0x000010, "Member 'FOnePriorityActionInfo::PAI_MoveToPos' has a wrong offset!"); \ +static_assert(offsetof(FOnePriorityActionInfo, PAI_CastSkill) == 0x000028, "Member 'FOnePriorityActionInfo::PAI_CastSkill' has a wrong offset!"); \ +static_assert(offsetof(FOnePriorityActionInfo, PAI_AddBuff) == 0x000030, "Member 'FOnePriorityActionInfo::PAI_AddBuff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvironmentMaskData \ +static_assert(alignof(FEnvironmentMaskData) == 0x000004, "Wrong alignment on FEnvironmentMaskData"); \ +static_assert(sizeof(FEnvironmentMaskData) == 0x000008, "Wrong size on FEnvironmentMaskData"); \ +static_assert(offsetof(FEnvironmentMaskData, SurfaceType) == 0x000000, "Member 'FEnvironmentMaskData::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentMaskData, Increment) == 0x000004, "Member 'FEnvironmentMaskData::Increment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputActionOverrideConfig \ +static_assert(alignof(FInputActionOverrideConfig) == 0x000008, "Wrong alignment on FInputActionOverrideConfig"); \ +static_assert(sizeof(FInputActionOverrideConfig) == 0x000050, "Wrong size on FInputActionOverrideConfig"); \ +static_assert(offsetof(FInputActionOverrideConfig, OverrideTriggerEvents) == 0x000000, "Member 'FInputActionOverrideConfig::OverrideTriggerEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedInputOverrideConfig \ +static_assert(alignof(FCustomizedInputOverrideConfig) == 0x000008, "Wrong alignment on FCustomizedInputOverrideConfig"); \ +static_assert(sizeof(FCustomizedInputOverrideConfig) == 0x000068, "Wrong size on FCustomizedInputOverrideConfig"); \ +static_assert(offsetof(FCustomizedInputOverrideConfig, InputMappingContext) == 0x000000, "Member 'FCustomizedInputOverrideConfig::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedInputOverrideConfig, OverrideInputActionTriggerEvents) == 0x000008, "Member 'FCustomizedInputOverrideConfig::OverrideInputActionTriggerEvents' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedInputOverrideConfig, Priority) == 0x00005C, "Member 'FCustomizedInputOverrideConfig::Priority' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedInputOverrideConfig, TriggerPriority) == 0x000060, "Member 'FCustomizedInputOverrideConfig::TriggerPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalliopeSkillMappingCondition \ +static_assert(alignof(FCalliopeSkillMappingCondition) == 0x000008, "Wrong alignment on FCalliopeSkillMappingCondition"); \ +static_assert(sizeof(FCalliopeSkillMappingCondition) == 0x000068, "Wrong size on FCalliopeSkillMappingCondition"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, SkillMappingConditionType) == 0x000000, "Member 'FCalliopeSkillMappingCondition::SkillMappingConditionType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, HasBuffs_BuffIdList) == 0x000008, "Member 'FCalliopeSkillMappingCondition::HasBuffs_BuffIdList' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, BySurfaceType_SurfaceTypes) == 0x000018, "Member 'FCalliopeSkillMappingCondition::BySurfaceType_SurfaceTypes' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, BySurfaceType_DetectRadius) == 0x00002C, "Member 'FCalliopeSkillMappingCondition::BySurfaceType_DetectRadius' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByAttr_AttrFloatType) == 0x000030, "Member 'FCalliopeSkillMappingCondition::ByAttr_AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByAttr_CompareOperation) == 0x000031, "Member 'FCalliopeSkillMappingCondition::ByAttr_CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByAttr_CompareValue) == 0x000034, "Member 'FCalliopeSkillMappingCondition::ByAttr_CompareValue' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, HasTalent_TalentId) == 0x000038, "Member 'FCalliopeSkillMappingCondition::HasTalent_TalentId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, TalentLevel_TalentId) == 0x00003C, "Member 'FCalliopeSkillMappingCondition::TalentLevel_TalentId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, TalentLevel_CompareType) == 0x000040, "Member 'FCalliopeSkillMappingCondition::TalentLevel_CompareType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, TalentLevel_TalentLevel) == 0x000044, "Member 'FCalliopeSkillMappingCondition::TalentLevel_TalentLevel' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByCeilingHeight_CompareType) == 0x000048, "Member 'FCalliopeSkillMappingCondition::ByCeilingHeight_CompareType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByCeilingHeight_CeilingHeight) == 0x00004C, "Member 'FCalliopeSkillMappingCondition::ByCeilingHeight_CeilingHeight' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, Random_Rate) == 0x000050, "Member 'FCalliopeSkillMappingCondition::Random_Rate' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByTargetDistance_CompareType) == 0x000054, "Member 'FCalliopeSkillMappingCondition::ByTargetDistance_CompareType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByTargetDistance_CompareValue) == 0x000058, "Member 'FCalliopeSkillMappingCondition::ByTargetDistance_CompareValue' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByTargetAngle_MinAngle) == 0x00005C, "Member 'FCalliopeSkillMappingCondition::ByTargetAngle_MinAngle' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeSkillMappingCondition, ByTargetAngle_MaxAngle) == 0x000060, "Member 'FCalliopeSkillMappingCondition::ByTargetAngle_MaxAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNormalStiffInfo \ +static_assert(alignof(FNormalStiffInfo) == 0x000004, "Wrong alignment on FNormalStiffInfo"); \ +static_assert(sizeof(FNormalStiffInfo) == 0x000028, "Wrong size on FNormalStiffInfo"); \ +static_assert(offsetof(FNormalStiffInfo, StiffLevelID) == 0x000000, "Member 'FNormalStiffInfo::StiffLevelID' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, StiffLevelReuseID) == 0x000008, "Member 'FNormalStiffInfo::StiffLevelReuseID' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, EllipsisType) == 0x00000C, "Member 'FNormalStiffInfo::EllipsisType' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, SectorsType) == 0x00000E, "Member 'FNormalStiffInfo::SectorsType' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, NormalStiffRotateForwardLeft_FNB) == 0x000010, "Member 'FNormalStiffInfo::NormalStiffRotateForwardLeft_FNB' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, NormalStiffRotateForwardRight_FNB) == 0x000014, "Member 'FNormalStiffInfo::NormalStiffRotateForwardRight_FNB' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, NormalStiffRotateForwardLeft_FourDir) == 0x000018, "Member 'FNormalStiffInfo::NormalStiffRotateForwardLeft_FourDir' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, NormalStiffRotateForwardRight_FourDir) == 0x00001C, "Member 'FNormalStiffInfo::NormalStiffRotateForwardRight_FourDir' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, NormalStiffRotateBackwardLeft_FourDir) == 0x000020, "Member 'FNormalStiffInfo::NormalStiffRotateBackwardLeft_FourDir' has a wrong offset!"); \ +static_assert(offsetof(FNormalStiffInfo, NormalStiffRotateBackwardRight_FourDir) == 0x000024, "Member 'FNormalStiffInfo::NormalStiffRotateBackwardRight_FourDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCalliopeTaskStageDetectCondition \ +static_assert(alignof(FCalliopeTaskStageDetectCondition) == 0x000008, "Wrong alignment on FCalliopeTaskStageDetectCondition"); \ +static_assert(sizeof(FCalliopeTaskStageDetectCondition) == 0x0000F8, "Wrong size on FCalliopeTaskStageDetectCondition"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, TaskStageDetectConditionType) == 0x000000, "Member 'FCalliopeTaskStageDetectCondition::TaskStageDetectConditionType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, SequenceStart_SequenceId) == 0x000004, "Member 'FCalliopeTaskStageDetectCondition::SequenceStart_SequenceId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, SequencePlayFinish_SequenceId) == 0x000014, "Member 'FCalliopeTaskStageDetectCondition::SequencePlayFinish_SequenceId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitsDeadWithOrder_UnitIdList) == 0x000028, "Member 'FCalliopeTaskStageDetectCondition::UnitsDeadWithOrder_UnitIdList' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, CheckItemNum_ItemType) == 0x000038, "Member 'FCalliopeTaskStageDetectCondition::CheckItemNum_ItemType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, CheckItemNum_ItemId) == 0x00003C, "Member 'FCalliopeTaskStageDetectCondition::CheckItemNum_ItemId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, CheckItemNum_CompareOperationType) == 0x000040, "Member 'FCalliopeTaskStageDetectCondition::CheckItemNum_CompareOperationType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, CheckItemNum_Num) == 0x000044, "Member 'FCalliopeTaskStageDetectCondition::CheckItemNum_Num' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, InteractionRecord_InteractionGroupId) == 0x000048, "Member 'FCalliopeTaskStageDetectCondition::InteractionRecord_InteractionGroupId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, InteractionRecord_InteractionStep) == 0x000058, "Member 'FCalliopeTaskStageDetectCondition::InteractionRecord_InteractionStep' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, TaskStage_TaskStageId) == 0x00005C, "Member 'FCalliopeTaskStageDetectCondition::TaskStage_TaskStageId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, TaskStage_TaskStageState) == 0x00006C, "Member 'FCalliopeTaskStageDetectCondition::TaskStage_TaskStageState' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, MonsterCollection_MonsterId) == 0x000070, "Member 'FCalliopeTaskStageDetectCondition::MonsterCollection_MonsterId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, PlayerEnterArea_OverlapBox) == 0x000074, "Member 'FCalliopeTaskStageDetectCondition::PlayerEnterArea_OverlapBox' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, PlayerInteract_InteractId) == 0x000084, "Member 'FCalliopeTaskStageDetectCondition::PlayerInteract_InteractId' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, PlayerInteract_InteractPhase) == 0x000094, "Member 'FCalliopeTaskStageDetectCondition::PlayerInteract_InteractPhase' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitDead_Unit) == 0x000098, "Member 'FCalliopeTaskStageDetectCondition::UnitDead_Unit' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, GateState_Gate) == 0x0000A8, "Member 'FCalliopeTaskStageDetectCondition::GateState_Gate' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, GateState_State) == 0x0000B8, "Member 'FCalliopeTaskStageDetectCondition::GateState_State' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitAttr_Unit) == 0x0000BC, "Member 'FCalliopeTaskStageDetectCondition::UnitAttr_Unit' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitAttr_AttrFloatType) == 0x0000CC, "Member 'FCalliopeTaskStageDetectCondition::UnitAttr_AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitAttr_CompareOperation) == 0x0000CD, "Member 'FCalliopeTaskStageDetectCondition::UnitAttr_CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitAttr_CompareValue) == 0x0000D0, "Member 'FCalliopeTaskStageDetectCondition::UnitAttr_CompareValue' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitBuff_Unit) == 0x0000D4, "Member 'FCalliopeTaskStageDetectCondition::UnitBuff_Unit' has a wrong offset!"); \ +static_assert(offsetof(FCalliopeTaskStageDetectCondition, UnitBuff_BuffId) == 0x0000E4, "Member 'FCalliopeTaskStageDetectCondition::UnitBuff_BuffId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHeroIconInfo \ +static_assert(alignof(FHeroIconInfo) == 0x000008, "Wrong alignment on FHeroIconInfo"); \ +static_assert(sizeof(FHeroIconInfo) == 0x000010, "Wrong size on FHeroIconInfo"); \ +static_assert(offsetof(FHeroIconInfo, ResID) == 0x000000, "Member 'FHeroIconInfo::ResID' has a wrong offset!"); \ +static_assert(offsetof(FHeroIconInfo, IconTexture) == 0x000008, "Member 'FHeroIconInfo::IconTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBeAttackedBlockDamageInfo \ +static_assert(alignof(FBeAttackedBlockDamageInfo) == 0x000004, "Wrong alignment on FBeAttackedBlockDamageInfo"); \ +static_assert(sizeof(FBeAttackedBlockDamageInfo) == 0x000008, "Wrong size on FBeAttackedBlockDamageInfo"); \ +static_assert(offsetof(FBeAttackedBlockDamageInfo, TriggerDeductBlockArmorLevel) == 0x000000, "Member 'FBeAttackedBlockDamageInfo::TriggerDeductBlockArmorLevel' has a wrong offset!"); \ +static_assert(offsetof(FBeAttackedBlockDamageInfo, DeductBlockArmorValue) == 0x000004, "Member 'FBeAttackedBlockDamageInfo::DeductBlockArmorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerInfo_ForAbnormal \ +static_assert(alignof(FTamerInfo_ForAbnormal) == 0x000008, "Wrong alignment on FTamerInfo_ForAbnormal"); \ +static_assert(sizeof(FTamerInfo_ForAbnormal) == 0x000070, "Wrong size on FTamerInfo_ForAbnormal"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, TamerFileName) == 0x000000, "Member 'FTamerInfo_ForAbnormal::TamerFileName' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, TamerPath) == 0x000010, "Member 'FTamerInfo_ForAbnormal::TamerPath' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, ResID) == 0x000020, "Member 'FTamerInfo_ForAbnormal::ResID' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, SKMeshPath) == 0x000028, "Member 'FTamerInfo_ForAbnormal::SKMeshPath' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, SKScale) == 0x000038, "Member 'FTamerInfo_ForAbnormal::SKScale' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, FinnalExtendID) == 0x00003C, "Member 'FTamerInfo_ForAbnormal::FinnalExtendID' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, AbnormalDispID_Attacker) == 0x000040, "Member 'FTamerInfo_ForAbnormal::AbnormalDispID_Attacker' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, AbnormalDispID_Victim) == 0x000044, "Member 'FTamerInfo_ForAbnormal::AbnormalDispID_Victim' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, ErrorLog) == 0x000050, "Member 'FTamerInfo_ForAbnormal::ErrorLog' has a wrong offset!"); \ +static_assert(offsetof(FTamerInfo_ForAbnormal, ImmueList) == 0x000060, "Member 'FTamerInfo_ForAbnormal::ImmueList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGridRow_ForAbnormalDisp \ +static_assert(alignof(FGridRow_ForAbnormalDisp) == 0x000008, "Wrong alignment on FGridRow_ForAbnormalDisp"); \ +static_assert(sizeof(FGridRow_ForAbnormalDisp) == 0x000010, "Wrong size on FGridRow_ForAbnormalDisp"); \ +static_assert(offsetof(FGridRow_ForAbnormalDisp, ActorList) == 0x000000, "Member 'FGridRow_ForAbnormalDisp::ActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimalSpawnTemplate \ +static_assert(alignof(FAnimalSpawnTemplate) == 0x000008, "Wrong alignment on FAnimalSpawnTemplate"); \ +static_assert(sizeof(FAnimalSpawnTemplate) == 0x000028, "Wrong size on FAnimalSpawnTemplate"); \ +static_assert(offsetof(FAnimalSpawnTemplate, AnimalTamerClass) == 0x000000, "Member 'FAnimalSpawnTemplate::AnimalTamerClass' has a wrong offset!"); \ +static_assert(offsetof(FAnimalSpawnTemplate, SpawnCountRange) == 0x000008, "Member 'FAnimalSpawnTemplate::SpawnCountRange' has a wrong offset!"); \ +static_assert(offsetof(FAnimalSpawnTemplate, ScaleRange) == 0x000018, "Member 'FAnimalSpawnTemplate::ScaleRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_FootIK \ +static_assert(alignof(FAnimHumanoidSetting_FootIK) == 0x000001, "Wrong alignment on FAnimHumanoidSetting_FootIK"); \ +static_assert(sizeof(FAnimHumanoidSetting_FootIK) == 0x000004, "Wrong size on FAnimHumanoidSetting_FootIK"); \ + +#define DUMPER7_ASSERTS_FSpawnWaveStartCondition \ +static_assert(alignof(FSpawnWaveStartCondition) == 0x000004, "Wrong alignment on FSpawnWaveStartCondition"); \ +static_assert(sizeof(FSpawnWaveStartCondition) == 0x000008, "Wrong size on FSpawnWaveStartCondition"); \ +static_assert(offsetof(FSpawnWaveStartCondition, ConditionType) == 0x000000, "Member 'FSpawnWaveStartCondition::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveStartCondition, Time) == 0x000004, "Member 'FSpawnWaveStartCondition::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNeutralAnimalTerritoryInfo \ +static_assert(alignof(FNeutralAnimalTerritoryInfo) == 0x000010, "Wrong alignment on FNeutralAnimalTerritoryInfo"); \ +static_assert(sizeof(FNeutralAnimalTerritoryInfo) == 0x0000A0, "Wrong size on FNeutralAnimalTerritoryInfo"); \ +static_assert(offsetof(FNeutralAnimalTerritoryInfo, BoxTransform) == 0x000000, "Member 'FNeutralAnimalTerritoryInfo::BoxTransform' has a wrong offset!"); \ +static_assert(offsetof(FNeutralAnimalTerritoryInfo, PresetSpawnPositions) == 0x000060, "Member 'FNeutralAnimalTerritoryInfo::PresetSpawnPositions' has a wrong offset!"); \ +static_assert(offsetof(FNeutralAnimalTerritoryInfo, BoxExtend) == 0x000070, "Member 'FNeutralAnimalTerritoryInfo::BoxExtend' has a wrong offset!"); \ +static_assert(offsetof(FNeutralAnimalTerritoryInfo, AnimalTemplates) == 0x000088, "Member 'FNeutralAnimalTerritoryInfo::AnimalTemplates' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCircusConfig \ +static_assert(alignof(FCircusConfig) == 0x000008, "Wrong alignment on FCircusConfig"); \ +static_assert(sizeof(FCircusConfig) == 0x000018, "Wrong size on FCircusConfig"); \ +static_assert(offsetof(FCircusConfig, NickName) == 0x000008, "Member 'FCircusConfig::NickName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAreaUnitFilter \ +static_assert(alignof(FAreaUnitFilter) == 0x000008, "Wrong alignment on FAreaUnitFilter"); \ +static_assert(sizeof(FAreaUnitFilter) == 0x000018, "Wrong size on FAreaUnitFilter"); \ +static_assert(offsetof(FAreaUnitFilter, UnitFilterType) == 0x000000, "Member 'FAreaUnitFilter::UnitFilterType' has a wrong offset!"); \ +static_assert(offsetof(FAreaUnitFilter, SpecifiedResIDList) == 0x000008, "Member 'FAreaUnitFilter::SpecifiedResIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSForceFightUnitCondition \ +static_assert(alignof(FFGSForceFightUnitCondition) == 0x000008, "Wrong alignment on FFGSForceFightUnitCondition"); \ +static_assert(sizeof(FFGSForceFightUnitCondition) == 0x000078, "Wrong size on FFGSForceFightUnitCondition"); \ +static_assert(offsetof(FFGSForceFightUnitCondition, ObservedUnits) == 0x000000, "Member 'FFGSForceFightUnitCondition::ObservedUnits' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitCondition, ObservedTamers) == 0x000010, "Member 'FFGSForceFightUnitCondition::ObservedTamers' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitCondition, ObservedTamerRefs) == 0x000020, "Member 'FFGSForceFightUnitCondition::ObservedTamerRefs' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitCondition, ObserveUnitStates) == 0x000038, "Member 'FFGSForceFightUnitCondition::ObserveUnitStates' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitCondition, ObserveSimpleStates) == 0x000050, "Member 'FFGSForceFightUnitCondition::ObserveSimpleStates' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitCondition, ObserveBuffIDs) == 0x000068, "Member 'FFGSForceFightUnitCondition::ObserveBuffIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Spider_Speed \ +static_assert(alignof(FAnimHumanoidSetting_Spider_Speed) == 0x000004, "Wrong alignment on FAnimHumanoidSetting_Spider_Speed"); \ +static_assert(sizeof(FAnimHumanoidSetting_Spider_Speed) == 0x000030, "Wrong size on FAnimHumanoidSetting_Spider_Speed"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, forwardSpeed) == 0x000000, "Member 'FAnimHumanoidSetting_Spider_Speed::forwardSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, turnSpeed) == 0x000004, "Member 'FAnimHumanoidSetting_Spider_Speed::turnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, sideStepSpeed) == 0x000008, "Member 'FAnimHumanoidSetting_Spider_Speed::sideStepSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, targetForwardSpeed) == 0x00000C, "Member 'FAnimHumanoidSetting_Spider_Speed::targetForwardSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, targetTurnSpeed) == 0x000010, "Member 'FAnimHumanoidSetting_Spider_Speed::targetTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, targetSideStepSpeed) == 0x000014, "Member 'FAnimHumanoidSetting_Spider_Speed::targetSideStepSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, forwardSpeedScale) == 0x000018, "Member 'FAnimHumanoidSetting_Spider_Speed::forwardSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, turnSpeedScale) == 0x00001C, "Member 'FAnimHumanoidSetting_Spider_Speed::turnSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, sideStepSpeedScale) == 0x000020, "Member 'FAnimHumanoidSetting_Spider_Speed::sideStepSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, speedLerpSpeed) == 0x000024, "Member 'FAnimHumanoidSetting_Spider_Speed::speedLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, IKInterpSpeedFast) == 0x000028, "Member 'FAnimHumanoidSetting_Spider_Speed::IKInterpSpeedFast' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Speed, IKInterpSpeedSlow) == 0x00002C, "Member 'FAnimHumanoidSetting_Spider_Speed::IKInterpSpeedSlow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBossPhaseInfo \ +static_assert(alignof(FBossPhaseInfo) == 0x000001, "Wrong alignment on FBossPhaseInfo"); \ +static_assert(sizeof(FBossPhaseInfo) == 0x000001, "Wrong size on FBossPhaseInfo"); \ + +#define DUMPER7_ASSERTS_FCompositeTransitionCondition_State \ +static_assert(alignof(FCompositeTransitionCondition_State) == 0x000008, "Wrong alignment on FCompositeTransitionCondition_State"); \ +static_assert(sizeof(FCompositeTransitionCondition_State) == 0x0000E0, "Wrong size on FCompositeTransitionCondition_State"); \ +static_assert(offsetof(FCompositeTransitionCondition_State, Single) == 0x000000, "Member 'FCompositeTransitionCondition_State::Single' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_State, Conditions) == 0x0000B0, "Member 'FCompositeTransitionCondition_State::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_State, ConditionalRelation) == 0x0000C0, "Member 'FCompositeTransitionCondition_State::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_State, Comment) == 0x0000C8, "Member 'FCompositeTransitionCondition_State::Comment' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_State, BossPhaseInfo) == 0x0000D8, "Member 'FCompositeTransitionCondition_State::BossPhaseInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSForceFightWhiteListConfig \ +static_assert(alignof(FFGSForceFightWhiteListConfig) == 0x000008, "Wrong alignment on FFGSForceFightWhiteListConfig"); \ +static_assert(sizeof(FFGSForceFightWhiteListConfig) == 0x000038, "Wrong size on FFGSForceFightWhiteListConfig"); \ +static_assert(offsetof(FFGSForceFightWhiteListConfig, IgnoreUnits) == 0x000008, "Member 'FFGSForceFightWhiteListConfig::IgnoreUnits' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightWhiteListConfig, IgnoreTamers) == 0x000018, "Member 'FFGSForceFightWhiteListConfig::IgnoreTamers' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightWhiteListConfig, IgnoreTamerRefs) == 0x000028, "Member 'FFGSForceFightWhiteListConfig::IgnoreTamerRefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEffectInstReq \ +static_assert(alignof(FEffectInstReq) == 0x000008, "Wrong alignment on FEffectInstReq"); \ +static_assert(sizeof(FEffectInstReq) == 0x0000D0, "Wrong size on FEffectInstReq"); \ +static_assert(offsetof(FEffectInstReq, ObjectId) == 0x000000, "Member 'FEffectInstReq::ObjectId' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, HitLocation) == 0x000008, "Member 'FEffectInstReq::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, HitPointNormalDir) == 0x000020, "Member 'FEffectInstReq::HitPointNormalDir' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, HitActionDir) == 0x000038, "Member 'FEffectInstReq::HitActionDir' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, SweepCheckBegin) == 0x000040, "Member 'FEffectInstReq::SweepCheckBegin' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, SweepCheckEnd) == 0x000058, "Member 'FEffectInstReq::SweepCheckEnd' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, HitDiretionRealDir) == 0x000070, "Member 'FEffectInstReq::HitDiretionRealDir' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, HitBoneName) == 0x000088, "Member 'FEffectInstReq::HitBoneName' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, HitComp) == 0x000090, "Member 'FEffectInstReq::HitComp' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, Attacker) == 0x000098, "Member 'FEffectInstReq::Attacker' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, AudioID_HitChr) == 0x0000A0, "Member 'FEffectInstReq::AudioID_HitChr' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, FXWeight_HitChr) == 0x0000A4, "Member 'FEffectInstReq::FXWeight_HitChr' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, TriggerSkillId) == 0x0000A8, "Member 'FEffectInstReq::TriggerSkillId' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, LaserStiffDir) == 0x0000B0, "Member 'FEffectInstReq::LaserStiffDir' has a wrong offset!"); \ +static_assert(offsetof(FEffectInstReq, HitPartID) == 0x0000C8, "Member 'FEffectInstReq::HitPartID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSForceFightTriggerUnitFilter \ +static_assert(alignof(FFGSForceFightTriggerUnitFilter) == 0x000008, "Wrong alignment on FFGSForceFightTriggerUnitFilter"); \ +static_assert(sizeof(FFGSForceFightTriggerUnitFilter) == 0x000048, "Wrong size on FFGSForceFightTriggerUnitFilter"); \ +static_assert(offsetof(FFGSForceFightTriggerUnitFilter, FilterType) == 0x000000, "Member 'FFGSForceFightTriggerUnitFilter::FilterType' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightTriggerUnitFilter, FilterUnits) == 0x000008, "Member 'FFGSForceFightTriggerUnitFilter::FilterUnits' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightTriggerUnitFilter, FilterTamers) == 0x000018, "Member 'FFGSForceFightTriggerUnitFilter::FilterTamers' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightTriggerUnitFilter, FilterTamerRefs) == 0x000028, "Member 'FFGSForceFightTriggerUnitFilter::FilterTamerRefs' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightTriggerUnitFilter, FilterUnitTypes) == 0x000038, "Member 'FFGSForceFightTriggerUnitFilter::FilterUnitTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Climb_High \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Climb_High) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Climb_High"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Climb_High) == 0x000028, "Wrong size on FAnimHumanoidSetting_ParkourMove_Climb_High"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_High, ASParkourHighClimbStart) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_High::ASParkourHighClimbStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_High, ASParkourHighClimbGetUp) == 0x000008, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_High::ASParkourHighClimbGetUp' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_High, ASParkourHighClimbFallLoop) == 0x000010, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_High::ASParkourHighClimbFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_High, ASParkourHighClimbLand) == 0x000018, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_High::ASParkourHighClimbLand' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_High, ASParkourHighClimbLandMove) == 0x000020, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_High::ASParkourHighClimbLandMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_AdvancedMonsterLocomotion \ +static_assert(alignof(FAnimHumanoidSetting_AdvancedMonsterLocomotion) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_AdvancedMonsterLocomotion"); \ +static_assert(sizeof(FAnimHumanoidSetting_AdvancedMonsterLocomotion) == 0x000338, "Wrong size on FAnimHumanoidSetting_AdvancedMonsterLocomotion"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, FreeMode) == 0x000000, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::FreeMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, LockMode) == 0x000001, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::LockMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, WalkMaxAcceleration) == 0x000004, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::WalkMaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, WalkBrakingFriction) == 0x000008, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::WalkBrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, WalkBrakingDecelerationWalking) == 0x00000C, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::WalkBrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, RunMaxAcceleration) == 0x000010, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::RunMaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, RunBrakingFriction) == 0x000014, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::RunBrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, RunBrakingDecelerationWalking) == 0x000018, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::RunBrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, RushMaxAcceleration) == 0x00001C, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::RushMaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, RushBrakingFriction) == 0x000020, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::RushBrakingFriction' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, RushBrakingDecelerationWalking) == 0x000024, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::RushBrakingDecelerationWalking' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, StartAndTurnAnimPlayRateClamped) == 0x000028, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::StartAndTurnAnimPlayRateClamped' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, LoopAnimPlayRateClamped) == 0x000038, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::LoopAnimPlayRateClamped' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASIdleList) == 0x000048, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASIdleList' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartFwd) == 0x000058, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartBwd) == 0x000060, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartLeftMin) == 0x000068, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartLeftMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartLeftMax) == 0x000070, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartLeftMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartRightMin) == 0x000078, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartRightMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartRightMax) == 0x000080, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartRightMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartLF) == 0x000088, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartLB) == 0x000090, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartRF) == 0x000098, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStartRB) == 0x0000A0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStartRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopFwd) == 0x0000A8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopBwd) == 0x0000B0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopLF) == 0x0000B8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopLB) == 0x0000C0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopRF) == 0x0000C8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopRB) == 0x0000D0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkSharpturnLeftMin) == 0x0000D8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkSharpturnLeftMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkSharpturnLeftMax) == 0x0000E0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkSharpturnLeftMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkSharpturnRightMin) == 0x0000E8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkSharpturnRightMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkSharpturnRightMax) == 0x0000F0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkSharpturnRightMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkPivotFwd) == 0x0000F8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkPivotFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkPivotBwd) == 0x000100, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkPivotBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkPivotLF) == 0x000108, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkPivotLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkPivotLB) == 0x000110, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkPivotLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkPivotRF) == 0x000118, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkPivotRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkPivotRB) == 0x000120, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkPivotRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkTransFRToBR) == 0x000128, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkTransFRToBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkTransBRToFR) == 0x000130, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkTransBRToFR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkTransFLToBL) == 0x000138, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkTransFLToBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkTransBLToFL) == 0x000140, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkTransBLToFL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStopFwd) == 0x000148, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStopBwd) == 0x000150, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStopBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStopLF) == 0x000158, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStopLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStopLB) == 0x000160, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStopLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStopRF) == 0x000168, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStopRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkStopRB) == 0x000170, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkStopRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopAddPose) == 0x000178, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopAddPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASWalkLoopAdditiveList) == 0x000180, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASWalkLoopAdditiveList' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartFwd) == 0x000190, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartBwd) == 0x000198, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartLeftMin) == 0x0001A0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartLeftMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartLeftMax) == 0x0001A8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartLeftMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartRightMin) == 0x0001B0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartRightMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartRightMax) == 0x0001B8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartRightMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartLF) == 0x0001C0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartLB) == 0x0001C8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartRF) == 0x0001D0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStartRB) == 0x0001D8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStartRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopFwd) == 0x0001E0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopBwd) == 0x0001E8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopLF) == 0x0001F0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopLB) == 0x0001F8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopRF) == 0x000200, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopRB) == 0x000208, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunSharpturnLeftMin) == 0x000210, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunSharpturnLeftMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunSharpturnLeftMax) == 0x000218, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunSharpturnLeftMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunSharpturnRightMin) == 0x000220, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunSharpturnRightMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunSharpturnRightMax) == 0x000228, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunSharpturnRightMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunPivotFwd) == 0x000230, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunPivotFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunPivotBwd) == 0x000238, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunPivotBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunPivotLF) == 0x000240, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunPivotLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunPivotLB) == 0x000248, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunPivotLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunPivotRF) == 0x000250, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunPivotRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunPivotRB) == 0x000258, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunPivotRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunTransFRToBR) == 0x000260, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunTransFRToBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunTransBRToFR) == 0x000268, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunTransBRToFR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunTransFLToBL) == 0x000270, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunTransFLToBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunTransBLToFL) == 0x000278, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunTransBLToFL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStopFwd) == 0x000280, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStopBwd) == 0x000288, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStopBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStopLF) == 0x000290, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStopLF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStopLB) == 0x000298, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStopLB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStopRF) == 0x0002A0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStopRF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunStopRB) == 0x0002A8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunStopRB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopAddPose) == 0x0002B0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopAddPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRunLoopAdditiveList) == 0x0002B8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRunLoopAdditiveList' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushStartFwd) == 0x0002C8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushStartLeftMin) == 0x0002D0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushStartLeftMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushStartLeftMax) == 0x0002D8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushStartLeftMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushStartRightMin) == 0x0002E0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushStartRightMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushStartRightMax) == 0x0002E8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushStartRightMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushLoopFwd) == 0x0002F0, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushSharpturnLeftMin) == 0x0002F8, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushSharpturnLeftMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushSharpturnLeftMax) == 0x000300, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushSharpturnLeftMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushSharpturnRightMin) == 0x000308, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushSharpturnRightMin' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushSharpturnRightMax) == 0x000310, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushSharpturnRightMax' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushStopFwd) == 0x000318, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushStopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushLoopAddPose) == 0x000320, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushLoopAddPose' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AdvancedMonsterLocomotion, ASRushLoopAdditiveList) == 0x000328, "Member 'FAnimHumanoidSetting_AdvancedMonsterLocomotion::ASRushLoopAdditiveList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSForceFightUnitGroupConfig \ +static_assert(alignof(FFGSForceFightUnitGroupConfig) == 0x000008, "Wrong alignment on FFGSForceFightUnitGroupConfig"); \ +static_assert(sizeof(FFGSForceFightUnitGroupConfig) == 0x000170, "Wrong size on FFGSForceFightUnitGroupConfig"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TriggerCondition) == 0x000000, "Member 'FFGSForceFightUnitGroupConfig::TriggerCondition' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TriggerUnitFilter) == 0x000008, "Member 'FFGSForceFightUnitGroupConfig::TriggerUnitFilter' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, ObserveUnitsConditions) == 0x000050, "Member 'FFGSForceFightUnitGroupConfig::ObserveUnitsConditions' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, ForceFightTargetType) == 0x000060, "Member 'FFGSForceFightUnitGroupConfig::ForceFightTargetType' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TargetUnit) == 0x000068, "Member 'FFGSForceFightUnitGroupConfig::TargetUnit' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TargetTamer) == 0x000090, "Member 'FFGSForceFightUnitGroupConfig::TargetTamer' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TargetTamerRef) == 0x0000B8, "Member 'FFGSForceFightUnitGroupConfig::TargetTamerRef' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TriggerUnitsType) == 0x0000F0, "Member 'FFGSForceFightUnitGroupConfig::TriggerUnitsType' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TriggerUnits) == 0x000100, "Member 'FFGSForceFightUnitGroupConfig::TriggerUnits' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TriggerTamers) == 0x000110, "Member 'FFGSForceFightUnitGroupConfig::TriggerTamers' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TriggerTamerRefs) == 0x000120, "Member 'FFGSForceFightUnitGroupConfig::TriggerTamerRefs' has a wrong offset!"); \ +static_assert(offsetof(FFGSForceFightUnitGroupConfig, TriggerUnitsWhiteList) == 0x000130, "Member 'FFGSForceFightUnitGroupConfig::TriggerUnitsWhiteList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpeedGroupValue \ +static_assert(alignof(FSpeedGroupValue) == 0x000004, "Wrong alignment on FSpeedGroupValue"); \ +static_assert(sizeof(FSpeedGroupValue) == 0x00000C, "Wrong size on FSpeedGroupValue"); \ +static_assert(offsetof(FSpeedGroupValue, LeftValue) == 0x000000, "Member 'FSpeedGroupValue::LeftValue' has a wrong offset!"); \ +static_assert(offsetof(FSpeedGroupValue, RightValue) == 0x000004, "Member 'FSpeedGroupValue::RightValue' has a wrong offset!"); \ +static_assert(offsetof(FSpeedGroupValue, AccelerationTime) == 0x000008, "Member 'FSpeedGroupValue::AccelerationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnBulletSpeedGroup \ +static_assert(alignof(FSpawnBulletSpeedGroup) == 0x000008, "Wrong alignment on FSpawnBulletSpeedGroup"); \ +static_assert(sizeof(FSpawnBulletSpeedGroup) == 0x000010, "Wrong size on FSpawnBulletSpeedGroup"); \ +static_assert(offsetof(FSpawnBulletSpeedGroup, SpdGroup) == 0x000000, "Member 'FSpawnBulletSpeedGroup::SpdGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSLeisureWithWeight \ +static_assert(alignof(FFGSLeisureWithWeight) == 0x000008, "Wrong alignment on FFGSLeisureWithWeight"); \ +static_assert(sizeof(FFGSLeisureWithWeight) == 0x000010, "Wrong size on FFGSLeisureWithWeight"); \ +static_assert(offsetof(FFGSLeisureWithWeight, LeisureReference) == 0x000000, "Member 'FFGSLeisureWithWeight::LeisureReference' has a wrong offset!"); \ +static_assert(offsetof(FFGSLeisureWithWeight, Weight) == 0x000008, "Member 'FFGSLeisureWithWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFEQSRunParamInfo \ +static_assert(alignof(FFEQSRunParamInfo) == 0x000008, "Wrong alignment on FFEQSRunParamInfo"); \ +static_assert(sizeof(FFEQSRunParamInfo) == 0x000058, "Wrong size on FFEQSRunParamInfo"); \ +static_assert(offsetof(FFEQSRunParamInfo, AcceptableRadius) == 0x000000, "Member 'FFEQSRunParamInfo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, EQSTemplate) == 0x000008, "Member 'FFEQSRunParamInfo::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, MoveAIType) == 0x000010, "Member 'FFEQSRunParamInfo::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, SpeedRateType) == 0x000011, "Member 'FFEQSRunParamInfo::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, SpeedRateDistanceCurve) == 0x000018, "Member 'FFEQSRunParamInfo::SpeedRateDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, MinAcceptableRadius) == 0x000024, "Member 'FFEQSRunParamInfo::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, MaxAcceptableRadius) == 0x000028, "Member 'FFEQSRunParamInfo::MaxAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, ContinuousPathFindingRadiusThreshold) == 0x000030, "Member 'FFEQSRunParamInfo::ContinuousPathFindingRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, AutoUpdatePathTime) == 0x000034, "Member 'FFEQSRunParamInfo::AutoUpdatePathTime' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, IntervalTime) == 0x00003C, "Member 'FFEQSRunParamInfo::IntervalTime' has a wrong offset!"); \ +static_assert(offsetof(FFEQSRunParamInfo, LeisureList) == 0x000040, "Member 'FFEQSRunParamInfo::LeisureList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvironmentItemStateMachineExtAbilityMask \ +static_assert(alignof(FEnvironmentItemStateMachineExtAbilityMask) == 0x000004, "Wrong alignment on FEnvironmentItemStateMachineExtAbilityMask"); \ +static_assert(sizeof(FEnvironmentItemStateMachineExtAbilityMask) == 0x000004, "Wrong size on FEnvironmentItemStateMachineExtAbilityMask"); \ +static_assert(offsetof(FEnvironmentItemStateMachineExtAbilityMask, mask) == 0x000000, "Member 'FEnvironmentItemStateMachineExtAbilityMask::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_UnitState \ +static_assert(alignof(FDetectCondition_UnitState) == 0x000001, "Wrong alignment on FDetectCondition_UnitState"); \ +static_assert(sizeof(FDetectCondition_UnitState) == 0x000001, "Wrong size on FDetectCondition_UnitState"); \ +static_assert(offsetof(FDetectCondition_UnitState, UnitState) == 0x000000, "Member 'FDetectCondition_UnitState::UnitState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapSymbolConfig \ +static_assert(alignof(FMapSymbolConfig) == 0x000008, "Wrong alignment on FMapSymbolConfig"); \ +static_assert(sizeof(FMapSymbolConfig) == 0x000020, "Wrong size on FMapSymbolConfig"); \ +static_assert(offsetof(FMapSymbolConfig, Name) == 0x000000, "Member 'FMapSymbolConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FMapSymbolConfig, MapSymbolType) == 0x000010, "Member 'FMapSymbolConfig::MapSymbolType' has a wrong offset!"); \ +static_assert(offsetof(FMapSymbolConfig, UnlockRadius) == 0x000014, "Member 'FMapSymbolConfig::UnlockRadius' has a wrong offset!"); \ +static_assert(offsetof(FMapSymbolConfig, UnlockHeight) == 0x000018, "Member 'FMapSymbolConfig::UnlockHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialParameterConfig \ +static_assert(alignof(FMaterialParameterConfig) == 0x000008, "Wrong alignment on FMaterialParameterConfig"); \ +static_assert(sizeof(FMaterialParameterConfig) == 0x000028, "Wrong size on FMaterialParameterConfig"); \ +static_assert(offsetof(FMaterialParameterConfig, InterpSpeed) == 0x000000, "Member 'FMaterialParameterConfig::InterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterConfig, AttrValueMapCurve) == 0x000008, "Member 'FMaterialParameterConfig::AttrValueMapCurve' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterConfig, ParameterAssociation) == 0x000010, "Member 'FMaterialParameterConfig::ParameterAssociation' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterConfig, ParameterName) == 0x000014, "Member 'FMaterialParameterConfig::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FMaterialParameterConfig, ParameterLayerFunction) == 0x000020, "Member 'FMaterialParameterConfig::ParameterLayerFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTreeInfo \ +static_assert(alignof(FTreeInfo) == 0x000008, "Wrong alignment on FTreeInfo"); \ +static_assert(sizeof(FTreeInfo) == 0x000048, "Wrong size on FTreeInfo"); \ +static_assert(offsetof(FTreeInfo, Bounds_WithScaled) == 0x000000, "Member 'FTreeInfo::Bounds_WithScaled' has a wrong offset!"); \ +static_assert(offsetof(FTreeInfo, Pos) == 0x000018, "Member 'FTreeInfo::Pos' has a wrong offset!"); \ +static_assert(offsetof(FTreeInfo, Rot) == 0x000030, "Member 'FTreeInfo::Rot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop \ +static_assert(alignof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop) == 0x000004, "Wrong alignment on FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop"); \ +static_assert(sizeof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop) == 0x000018, "Wrong size on FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop, Fwd) == 0x000000, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop::Fwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop, FL) == 0x000004, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop::FL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop, BL) == 0x000008, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop::BL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop, FR) == 0x00000C, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop::FR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop, BR) == 0x000010, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop::BR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop, Bwd) == 0x000014, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock_ExplicitTimeForMoveStop::Bwd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_MonsterLocomotion_Lock \ +static_assert(alignof(FAnimHumanoidSetting_MonsterLocomotion_Lock) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_MonsterLocomotion_Lock"); \ +static_assert(sizeof(FAnimHumanoidSetting_MonsterLocomotion_Lock) == 0x000090, "Wrong size on FAnimHumanoidSetting_MonsterLocomotion_Lock"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ASLockWalkFwd) == 0x000000, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ASLockWalkFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ASLockWalkFR) == 0x000008, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ASLockWalkFR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ASLockWalkBR) == 0x000010, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ASLockWalkBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ASLockWalkFL) == 0x000018, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ASLockWalkFL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ASLockWalkBL) == 0x000020, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ASLockWalkBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ASLockWalkBwd) == 0x000028, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ASLockWalkBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ExplicitTimeForLeftFootStop) == 0x000030, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ExplicitTimeForLeftFootStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, ExplicitTimeForRightFootStop) == 0x000048, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::ExplicitTimeForRightFootStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, StopLeftBlendAnim) == 0x000060, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::StopLeftBlendAnim' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Lock, StopRightBlendAnim) == 0x000078, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Lock::StopRightBlendAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransitionCondition_Guide \ +static_assert(alignof(FTransitionCondition_Guide) == 0x000008, "Wrong alignment on FTransitionCondition_Guide"); \ +static_assert(sizeof(FTransitionCondition_Guide) == 0x000080, "Wrong size on FTransitionCondition_Guide"); \ +static_assert(offsetof(FTransitionCondition_Guide, ConditionType) == 0x000000, "Member 'FTransitionCondition_Guide::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, Overlap) == 0x000004, "Member 'FTransitionCondition_Guide::Overlap' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, AbnormalState) == 0x000014, "Member 'FTransitionCondition_Guide::AbnormalState' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, RebirthPointId) == 0x000018, "Member 'FTransitionCondition_Guide::RebirthPointId' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, Unit) == 0x00001C, "Member 'FTransitionCondition_Guide::Unit' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, ItemId) == 0x00002C, "Member 'FTransitionCondition_Guide::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, CheckRange) == 0x000030, "Member 'FTransitionCondition_Guide::CheckRange' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, CheckResIdList) == 0x000038, "Member 'FTransitionCondition_Guide::CheckResIdList' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, AttrFloatType) == 0x000048, "Member 'FTransitionCondition_Guide::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, CompareOperation) == 0x000049, "Member 'FTransitionCondition_Guide::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, CompareValue) == 0x00004C, "Member 'FTransitionCondition_Guide::CompareValue' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, TaskStage) == 0x000050, "Member 'FTransitionCondition_Guide::TaskStage' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, TaskStageStatus) == 0x000060, "Member 'FTransitionCondition_Guide::TaskStageStatus' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, MapId) == 0x000064, "Member 'FTransitionCondition_Guide::MapId' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, TalentID) == 0x000068, "Member 'FTransitionCondition_Guide::TalentID' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, UIPageType) == 0x00006C, "Member 'FTransitionCondition_Guide::UIPageType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, GuideGroupId) == 0x000070, "Member 'FTransitionCondition_Guide::GuideGroupId' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, SequenceID) == 0x000074, "Member 'FTransitionCondition_Guide::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, SequencePhase) == 0x000078, "Member 'FTransitionCondition_Guide::SequencePhase' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Guide, ItemNum) == 0x00007C, "Member 'FTransitionCondition_Guide::ItemNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDynamicTamerSpawnReq \ +static_assert(alignof(FDynamicTamerSpawnReq) == 0x000010, "Wrong alignment on FDynamicTamerSpawnReq"); \ +static_assert(sizeof(FDynamicTamerSpawnReq) == 0x000090, "Wrong size on FDynamicTamerSpawnReq"); \ +static_assert(offsetof(FDynamicTamerSpawnReq, TamerGuidOverride) == 0x000000, "Member 'FDynamicTamerSpawnReq::TamerGuidOverride' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTamerSpawnReq, TamerClass) == 0x000010, "Member 'FDynamicTamerSpawnReq::TamerClass' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTamerSpawnReq, SpawnWorldTransform) == 0x000020, "Member 'FDynamicTamerSpawnReq::SpawnWorldTransform' has a wrong offset!"); \ +static_assert(offsetof(FDynamicTamerSpawnReq, TriggerSpawnActor) == 0x000080, "Member 'FDynamicTamerSpawnReq::TriggerSpawnActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTreeBirdSpawnConfig \ +static_assert(alignof(FTreeBirdSpawnConfig) == 0x000008, "Wrong alignment on FTreeBirdSpawnConfig"); \ +static_assert(sizeof(FTreeBirdSpawnConfig) == 0x000038, "Wrong size on FTreeBirdSpawnConfig"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, SpawnTemplate) == 0x000000, "Member 'FTreeBirdSpawnConfig::SpawnTemplate' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, InnerRadius) == 0x000008, "Member 'FTreeBirdSpawnConfig::InnerRadius' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, OutRadius) == 0x00000C, "Member 'FTreeBirdSpawnConfig::OutRadius' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, PlayerSpdControl) == 0x000010, "Member 'FTreeBirdSpawnConfig::PlayerSpdControl' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, SprintSpawnAreaAngle) == 0x000014, "Member 'FTreeBirdSpawnConfig::SprintSpawnAreaAngle' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, SpawnCheckInterval) == 0x000018, "Member 'FTreeBirdSpawnConfig::SpawnCheckInterval' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, RefreshDistance) == 0x00001C, "Member 'FTreeBirdSpawnConfig::RefreshDistance' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, SpawnNum) == 0x000020, "Member 'FTreeBirdSpawnConfig::SpawnNum' has a wrong offset!"); \ +static_assert(offsetof(FTreeBirdSpawnConfig, DestroyDist) == 0x000030, "Member 'FTreeBirdSpawnConfig::DestroyDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_SkillCanCast \ +static_assert(alignof(FDetectCondition_SkillCanCast) == 0x000004, "Wrong alignment on FDetectCondition_SkillCanCast"); \ +static_assert(sizeof(FDetectCondition_SkillCanCast) == 0x000004, "Wrong size on FDetectCondition_SkillCanCast"); \ +static_assert(offsetof(FDetectCondition_SkillCanCast, SkillID) == 0x000000, "Member 'FDetectCondition_SkillCanCast::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSWakeUpDirectionOnFightSkillConfig \ +static_assert(alignof(FFGSWakeUpDirectionOnFightSkillConfig) == 0x000004, "Wrong alignment on FFGSWakeUpDirectionOnFightSkillConfig"); \ +static_assert(sizeof(FFGSWakeUpDirectionOnFightSkillConfig) == 0x00000C, "Wrong size on FFGSWakeUpDirectionOnFightSkillConfig"); \ +static_assert(offsetof(FFGSWakeUpDirectionOnFightSkillConfig, OnFightSkillIDBack) == 0x000000, "Member 'FFGSWakeUpDirectionOnFightSkillConfig::OnFightSkillIDBack' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpDirectionOnFightSkillConfig, OnFightSkillIDLeft) == 0x000004, "Member 'FFGSWakeUpDirectionOnFightSkillConfig::OnFightSkillIDLeft' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpDirectionOnFightSkillConfig, OnFightSkillIDRight) == 0x000008, "Member 'FFGSWakeUpDirectionOnFightSkillConfig::OnFightSkillIDRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedTaskUnit \ +static_assert(alignof(FManagedTaskUnit) == 0x000008, "Wrong alignment on FManagedTaskUnit"); \ +static_assert(sizeof(FManagedTaskUnit) == 0x000068, "Wrong size on FManagedTaskUnit"); \ +static_assert(offsetof(FManagedTaskUnit, Actor) == 0x000000, "Member 'FManagedTaskUnit::Actor' has a wrong offset!"); \ +static_assert(offsetof(FManagedTaskUnit, Tamer) == 0x000028, "Member 'FManagedTaskUnit::Tamer' has a wrong offset!"); \ +static_assert(offsetof(FManagedTaskUnit, ActorGuid) == 0x000050, "Member 'FManagedTaskUnit::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FManagedTaskUnit, AliasName) == 0x000060, "Member 'FManagedTaskUnit::AliasName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTortoiseLevelStreamingBoxConfig \ +static_assert(alignof(FTortoiseLevelStreamingBoxConfig) == 0x000008, "Wrong alignment on FTortoiseLevelStreamingBoxConfig"); \ +static_assert(sizeof(FTortoiseLevelStreamingBoxConfig) == 0x000088, "Wrong size on FTortoiseLevelStreamingBoxConfig"); \ +static_assert(offsetof(FTortoiseLevelStreamingBoxConfig, Actor) == 0x000000, "Member 'FTortoiseLevelStreamingBoxConfig::Actor' has a wrong offset!"); \ +static_assert(offsetof(FTortoiseLevelStreamingBoxConfig, ManagedStateLevelsConfig) == 0x000038, "Member 'FTortoiseLevelStreamingBoxConfig::ManagedStateLevelsConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDelaySpawnInfo \ +static_assert(alignof(FDelaySpawnInfo) == 0x000001, "Wrong alignment on FDelaySpawnInfo"); \ +static_assert(sizeof(FDelaySpawnInfo) == 0x000001, "Wrong size on FDelaySpawnInfo"); \ + +#define DUMPER7_ASSERTS_FSectorParam \ +static_assert(alignof(FSectorParam) == 0x000004, "Wrong alignment on FSectorParam"); \ +static_assert(sizeof(FSectorParam) == 0x000010, "Wrong size on FSectorParam"); \ +static_assert(offsetof(FSectorParam, MinR) == 0x000000, "Member 'FSectorParam::MinR' has a wrong offset!"); \ +static_assert(offsetof(FSectorParam, MaxR) == 0x000004, "Member 'FSectorParam::MaxR' has a wrong offset!"); \ +static_assert(offsetof(FSectorParam, LeftAngle) == 0x000008, "Member 'FSectorParam::LeftAngle' has a wrong offset!"); \ +static_assert(offsetof(FSectorParam, RightAngle) == 0x00000C, "Member 'FSectorParam::RightAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFTPModeConfigTabInfo \ +static_assert(alignof(FFTPModeConfigTabInfo) == 0x000008, "Wrong alignment on FFTPModeConfigTabInfo"); \ +static_assert(sizeof(FFTPModeConfigTabInfo) == 0x000008, "Wrong size on FFTPModeConfigTabInfo"); \ +static_assert(offsetof(FFTPModeConfigTabInfo, ImageTex) == 0x000000, "Member 'FFTPModeConfigTabInfo::ImageTex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineFlyMoveConfig \ +static_assert(alignof(FSplineFlyMoveConfig) == 0x000008, "Wrong alignment on FSplineFlyMoveConfig"); \ +static_assert(sizeof(FSplineFlyMoveConfig) == 0x000070, "Wrong size on FSplineFlyMoveConfig"); \ +static_assert(offsetof(FSplineFlyMoveConfig, UnitType) == 0x000000, "Member 'FSplineFlyMoveConfig::UnitType' has a wrong offset!"); \ +static_assert(offsetof(FSplineFlyMoveConfig, Unit) == 0x000008, "Member 'FSplineFlyMoveConfig::Unit' has a wrong offset!"); \ +static_assert(offsetof(FSplineFlyMoveConfig, SplineActor) == 0x000030, "Member 'FSplineFlyMoveConfig::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(FSplineFlyMoveConfig, FlySpeed) == 0x000058, "Member 'FSplineFlyMoveConfig::FlySpeed' has a wrong offset!"); \ +static_assert(offsetof(FSplineFlyMoveConfig, DelayTime) == 0x000060, "Member 'FSplineFlyMoveConfig::DelayTime' has a wrong offset!"); \ +static_assert(offsetof(FSplineFlyMoveConfig, JogSpeed) == 0x000064, "Member 'FSplineFlyMoveConfig::JogSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSplineFlyMoveConfig, RunSpeed) == 0x000068, "Member 'FSplineFlyMoveConfig::RunSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSplineFlyMoveConfig, SprintSpeed) == 0x00006C, "Member 'FSplineFlyMoveConfig::SprintSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHatchConfigInfo \ +static_assert(alignof(FHatchConfigInfo) == 0x000008, "Wrong alignment on FHatchConfigInfo"); \ +static_assert(sizeof(FHatchConfigInfo) == 0x000048, "Wrong size on FHatchConfigInfo"); \ +static_assert(offsetof(FHatchConfigInfo, TamerClass) == 0x000000, "Member 'FHatchConfigInfo::TamerClass' has a wrong offset!"); \ +static_assert(offsetof(FHatchConfigInfo, SpawnAMList) == 0x000008, "Member 'FHatchConfigInfo::SpawnAMList' has a wrong offset!"); \ +static_assert(offsetof(FHatchConfigInfo, SpawnSocketName) == 0x000018, "Member 'FHatchConfigInfo::SpawnSocketName' has a wrong offset!"); \ +static_assert(offsetof(FHatchConfigInfo, SpawnDBC) == 0x000028, "Member 'FHatchConfigInfo::SpawnDBC' has a wrong offset!"); \ +static_assert(offsetof(FHatchConfigInfo, BirthBuffIDList) == 0x000038, "Member 'FHatchConfigInfo::BirthBuffIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapLevelConfig \ +static_assert(alignof(FMapLevelConfig) == 0x000004, "Wrong alignment on FMapLevelConfig"); \ +static_assert(sizeof(FMapLevelConfig) == 0x000024, "Wrong size on FMapLevelConfig"); \ +static_assert(offsetof(FMapLevelConfig, Priority) == 0x000000, "Member 'FMapLevelConfig::Priority' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, Size) == 0x000004, "Member 'FMapLevelConfig::Size' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, Range) == 0x000008, "Member 'FMapLevelConfig::Range' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, Friction) == 0x00000C, "Member 'FMapLevelConfig::Friction' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, MinScale) == 0x000010, "Member 'FMapLevelConfig::MinScale' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, MaxScale) == 0x000014, "Member 'FMapLevelConfig::MaxScale' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, SelectedScale) == 0x000018, "Member 'FMapLevelConfig::SelectedScale' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, MinCanShowScale) == 0x00001C, "Member 'FMapLevelConfig::MinCanShowScale' has a wrong offset!"); \ +static_assert(offsetof(FMapLevelConfig, MaxCanShowScale) == 0x000020, "Member 'FMapLevelConfig::MaxCanShowScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieTriggerRelationInfo \ +static_assert(alignof(FMovieTriggerRelationInfo) == 0x000008, "Wrong alignment on FMovieTriggerRelationInfo"); \ +static_assert(sizeof(FMovieTriggerRelationInfo) == 0x000048, "Wrong size on FMovieTriggerRelationInfo"); \ +static_assert(offsetof(FMovieTriggerRelationInfo, TriggerType) == 0x000000, "Member 'FMovieTriggerRelationInfo::TriggerType' has a wrong offset!"); \ +static_assert(offsetof(FMovieTriggerRelationInfo, Monsters) == 0x000008, "Member 'FMovieTriggerRelationInfo::Monsters' has a wrong offset!"); \ +static_assert(offsetof(FMovieTriggerRelationInfo, ActorGuid) == 0x000018, "Member 'FMovieTriggerRelationInfo::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FMovieTriggerRelationInfo, Location) == 0x000028, "Member 'FMovieTriggerRelationInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FMovieTriggerRelationInfo, TaskStageStatus) == 0x000040, "Member 'FMovieTriggerRelationInfo::TaskStageStatus' has a wrong offset!"); \ +static_assert(offsetof(FMovieTriggerRelationInfo, TaskStage) == 0x000044, "Member 'FMovieTriggerRelationInfo::TaskStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimWheelSetting_WheelMove \ +static_assert(alignof(FAnimWheelSetting_WheelMove) == 0x000008, "Wrong alignment on FAnimWheelSetting_WheelMove"); \ +static_assert(sizeof(FAnimWheelSetting_WheelMove) == 0x000038, "Wrong size on FAnimWheelSetting_WheelMove"); \ +static_assert(offsetof(FAnimWheelSetting_WheelMove, MoveNearParamCurve) == 0x000000, "Member 'FAnimWheelSetting_WheelMove::MoveNearParamCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimWheelSetting_WheelMove, MoveFarParamCurve) == 0x000008, "Member 'FAnimWheelSetting_WheelMove::MoveFarParamCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimWheelSetting_WheelMove, ASIdle) == 0x000010, "Member 'FAnimWheelSetting_WheelMove::ASIdle' has a wrong offset!"); \ +static_assert(offsetof(FAnimWheelSetting_WheelMove, ASSpeedUp) == 0x000018, "Member 'FAnimWheelSetting_WheelMove::ASSpeedUp' has a wrong offset!"); \ +static_assert(offsetof(FAnimWheelSetting_WheelMove, ASSpeedDown) == 0x000020, "Member 'FAnimWheelSetting_WheelMove::ASSpeedDown' has a wrong offset!"); \ +static_assert(offsetof(FAnimWheelSetting_WheelMove, ASMoveLoop) == 0x000028, "Member 'FAnimWheelSetting_WheelMove::ASMoveLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimWheelSetting_WheelMove, BSRotationAdditive) == 0x000030, "Member 'FAnimWheelSetting_WheelMove::BSRotationAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDebugDrawPoint \ +static_assert(alignof(FDebugDrawPoint) == 0x000008, "Wrong alignment on FDebugDrawPoint"); \ +static_assert(sizeof(FDebugDrawPoint) == 0x000038, "Wrong size on FDebugDrawPoint"); \ +static_assert(offsetof(FDebugDrawPoint, Name) == 0x000000, "Member 'FDebugDrawPoint::Name' has a wrong offset!"); \ +static_assert(offsetof(FDebugDrawPoint, Point) == 0x000010, "Member 'FDebugDrawPoint::Point' has a wrong offset!"); \ +static_assert(offsetof(FDebugDrawPoint, Color) == 0x000020, "Member 'FDebugDrawPoint::Color' has a wrong offset!"); \ +static_assert(offsetof(FDebugDrawPoint, Size) == 0x000030, "Member 'FDebugDrawPoint::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileExtAbilityMask \ +static_assert(alignof(FProjectileExtAbilityMask) == 0x000004, "Wrong alignment on FProjectileExtAbilityMask"); \ +static_assert(sizeof(FProjectileExtAbilityMask) == 0x000004, "Wrong size on FProjectileExtAbilityMask"); \ +static_assert(offsetof(FProjectileExtAbilityMask, mask) == 0x000000, "Member 'FProjectileExtAbilityMask::mask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieRelationInfo \ +static_assert(alignof(FMovieRelationInfo) == 0x000008, "Wrong alignment on FMovieRelationInfo"); \ +static_assert(sizeof(FMovieRelationInfo) == 0x000030, "Wrong size on FMovieRelationInfo"); \ +static_assert(offsetof(FMovieRelationInfo, MovieRelationType) == 0x000000, "Member 'FMovieRelationInfo::MovieRelationType' has a wrong offset!"); \ +static_assert(offsetof(FMovieRelationInfo, ActorGuid) == 0x000008, "Member 'FMovieRelationInfo::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FMovieRelationInfo, Location) == 0x000018, "Member 'FMovieRelationInfo::Location' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieRelationInfoCollection \ +static_assert(alignof(FMovieRelationInfoCollection) == 0x000008, "Wrong alignment on FMovieRelationInfoCollection"); \ +static_assert(sizeof(FMovieRelationInfoCollection) == 0x000028, "Wrong size on FMovieRelationInfoCollection"); \ +static_assert(offsetof(FMovieRelationInfoCollection, SequenceID) == 0x000000, "Member 'FMovieRelationInfoCollection::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(FMovieRelationInfoCollection, RelationInfos) == 0x000008, "Member 'FMovieRelationInfoCollection::RelationInfos' has a wrong offset!"); \ +static_assert(offsetof(FMovieRelationInfoCollection, ManualRelationInfos) == 0x000018, "Member 'FMovieRelationInfoCollection::ManualRelationInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSeqLevelRelationInfo \ +static_assert(alignof(FSeqLevelRelationInfo) == 0x000008, "Wrong alignment on FSeqLevelRelationInfo"); \ +static_assert(sizeof(FSeqLevelRelationInfo) == 0x000020, "Wrong size on FSeqLevelRelationInfo"); \ +static_assert(offsetof(FSeqLevelRelationInfo, LevelName) == 0x000000, "Member 'FSeqLevelRelationInfo::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FSeqLevelRelationInfo, RelationMovie) == 0x000010, "Member 'FSeqLevelRelationInfo::RelationMovie' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_GlideMove_Start \ +static_assert(alignof(FAnimHumanoidSetting_GlideMove_Start) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_GlideMove_Start"); \ +static_assert(sizeof(FAnimHumanoidSetting_GlideMove_Start) == 0x000050, "Wrong size on FAnimHumanoidSetting_GlideMove_Start"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartGroundFlatSlow) == 0x000000, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartGroundFlatSlow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartGroundFlatFast) == 0x000008, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartGroundFlatFast' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartGroundSteepSlow) == 0x000010, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartGroundSteepSlow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartGroundSteepFast) == 0x000018, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartGroundSteepFast' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartAirFlatSlow) == 0x000020, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartAirFlatSlow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartAirFlatFast) == 0x000028, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartAirFlatFast' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartAirSteepSlow) == 0x000030, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartAirSteepSlow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartAirSteepFast) == 0x000038, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartAirSteepFast' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartBackAirFlat) == 0x000040, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartBackAirFlat' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Start, ASGlideStartBackAirSteep) == 0x000048, "Member 'FAnimHumanoidSetting_GlideMove_Start::ASGlideStartBackAirSteep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputMappingContextLevelInfo \ +static_assert(alignof(FInputMappingContextLevelInfo) == 0x000001, "Wrong alignment on FInputMappingContextLevelInfo"); \ +static_assert(sizeof(FInputMappingContextLevelInfo) == 0x000002, "Wrong size on FInputMappingContextLevelInfo"); \ +static_assert(offsetof(FInputMappingContextLevelInfo, LevelInfoType) == 0x000000, "Member 'FInputMappingContextLevelInfo::LevelInfoType' has a wrong offset!"); \ +static_assert(offsetof(FInputMappingContextLevelInfo, LevelTag) == 0x000001, "Member 'FInputMappingContextLevelInfo::LevelTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputMappingContextConfigV2 \ +static_assert(alignof(FInputMappingContextConfigV2) == 0x000008, "Wrong alignment on FInputMappingContextConfigV2"); \ +static_assert(sizeof(FInputMappingContextConfigV2) == 0x000078, "Wrong size on FInputMappingContextConfigV2"); \ +static_assert(offsetof(FInputMappingContextConfigV2, InputMappingContext) == 0x000000, "Member 'FInputMappingContextConfigV2::InputMappingContext' has a wrong offset!"); \ +static_assert(offsetof(FInputMappingContextConfigV2, Priority) == 0x000008, "Member 'FInputMappingContextConfigV2::Priority' has a wrong offset!"); \ +static_assert(offsetof(FInputMappingContextConfigV2, TriggerPriority) == 0x00000C, "Member 'FInputMappingContextConfigV2::TriggerPriority' has a wrong offset!"); \ +static_assert(offsetof(FInputMappingContextConfigV2, TriggerContextTags) == 0x000010, "Member 'FInputMappingContextConfigV2::TriggerContextTags' has a wrong offset!"); \ +static_assert(offsetof(FInputMappingContextConfigV2, InputMode) == 0x000020, "Member 'FInputMappingContextConfigV2::InputMode' has a wrong offset!"); \ +static_assert(offsetof(FInputMappingContextConfigV2, LevelInfo) == 0x000023, "Member 'FInputMappingContextConfigV2::LevelInfo' has a wrong offset!"); \ +static_assert(offsetof(FInputMappingContextConfigV2, CustomizedInputOverrideConfigs) == 0x000028, "Member 'FInputMappingContextConfigV2::CustomizedInputOverrideConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_GlideMove_End \ +static_assert(alignof(FAnimHumanoidSetting_GlideMove_End) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_GlideMove_End"); \ +static_assert(sizeof(FAnimHumanoidSetting_GlideMove_End) == 0x000010, "Wrong size on FAnimHumanoidSetting_GlideMove_End"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_End, ASGlideEndSlow) == 0x000000, "Member 'FAnimHumanoidSetting_GlideMove_End::ASGlideEndSlow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_End, ASGlideEndFast) == 0x000008, "Member 'FAnimHumanoidSetting_GlideMove_End::ASGlideEndFast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Jump_Land \ +static_assert(alignof(FAnimHumanoidSetting_Jump_Land) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_Jump_Land"); \ +static_assert(sizeof(FAnimHumanoidSetting_Jump_Land) == 0x000020, "Wrong size on FAnimHumanoidSetting_Jump_Land"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump_Land, AnimSeq_Land) == 0x000000, "Member 'FAnimHumanoidSetting_Jump_Land::AnimSeq_Land' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump_Land, WalkAnimLand_MoveTime) == 0x000008, "Member 'FAnimHumanoidSetting_Jump_Land::WalkAnimLand_MoveTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump_Land, AnimLand_MoveTime) == 0x00000C, "Member 'FAnimHumanoidSetting_Jump_Land::AnimLand_MoveTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump_Land, AnimLand_JumpTime) == 0x000010, "Member 'FAnimHumanoidSetting_Jump_Land::AnimLand_JumpTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump_Land, AnimLand_AttackTime) == 0x000014, "Member 'FAnimHumanoidSetting_Jump_Land::AnimLand_AttackTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump_Land, AnimLand_DodgeTime) == 0x000018, "Member 'FAnimHumanoidSetting_Jump_Land::AnimLand_DodgeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Fall \ +static_assert(alignof(FAnimHumanoidSetting_Fall) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_Fall"); \ +static_assert(sizeof(FAnimHumanoidSetting_Fall) == 0x000030, "Wrong size on FAnimHumanoidSetting_Fall"); \ +static_assert(offsetof(FAnimHumanoidSetting_Fall, AnimFallStart) == 0x000000, "Member 'FAnimHumanoidSetting_Fall::AnimFallStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Fall, AnimFallLoop) == 0x000008, "Member 'FAnimHumanoidSetting_Fall::AnimFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Fall, LandSetting) == 0x000010, "Member 'FAnimHumanoidSetting_Fall::LandSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFCBGCastSkillInfo \ +static_assert(alignof(FFCBGCastSkillInfo) == 0x000004, "Wrong alignment on FFCBGCastSkillInfo"); \ +static_assert(sizeof(FFCBGCastSkillInfo) == 0x000010, "Wrong size on FFCBGCastSkillInfo"); \ +static_assert(offsetof(FFCBGCastSkillInfo, SkillID) == 0x000000, "Member 'FFCBGCastSkillInfo::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FFCBGCastSkillInfo, MontageStartSectionName) == 0x000004, "Member 'FFCBGCastSkillInfo::MontageStartSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWeightConfig \ +static_assert(alignof(FWeightConfig) == 0x000004, "Wrong alignment on FWeightConfig"); \ +static_assert(sizeof(FWeightConfig) == 0x000010, "Wrong size on FWeightConfig"); \ +static_assert(offsetof(FWeightConfig, Weight) == 0x000000, "Member 'FWeightConfig::Weight' has a wrong offset!"); \ +static_assert(offsetof(FWeightConfig, Comment) == 0x000004, "Member 'FWeightConfig::Comment' has a wrong offset!"); \ +static_assert(offsetof(FWeightConfig, RandomValue) == 0x00000C, "Member 'FWeightConfig::RandomValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDispInteractInfo \ +static_assert(alignof(FDispInteractInfo) == 0x000008, "Wrong alignment on FDispInteractInfo"); \ +static_assert(sizeof(FDispInteractInfo) == 0x000038, "Wrong size on FDispInteractInfo"); \ +static_assert(offsetof(FDispInteractInfo, FirstPos) == 0x000000, "Member 'FDispInteractInfo::FirstPos' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractInfo, NextPos) == 0x000018, "Member 'FDispInteractInfo::NextPos' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractInfo, FirstRadius) == 0x000030, "Member 'FDispInteractInfo::FirstRadius' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractInfo, NextRadius) == 0x000034, "Member 'FDispInteractInfo::NextRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLimbIKData \ +static_assert(alignof(FLimbIKData) == 0x000008, "Wrong alignment on FLimbIKData"); \ +static_assert(sizeof(FLimbIKData) == 0x000028, "Wrong size on FLimbIKData"); \ +static_assert(offsetof(FLimbIKData, LimbRootBoneName) == 0x000000, "Member 'FLimbIKData::LimbRootBoneName' has a wrong offset!"); \ +static_assert(offsetof(FLimbIKData, LimbEndBoneName) == 0x000008, "Member 'FLimbIKData::LimbEndBoneName' has a wrong offset!"); \ +static_assert(offsetof(FLimbIKData, LimbTraceUP) == 0x000018, "Member 'FLimbIKData::LimbTraceUP' has a wrong offset!"); \ +static_assert(offsetof(FLimbIKData, LimbTraceDown) == 0x00001C, "Member 'FLimbIKData::LimbTraceDown' has a wrong offset!"); \ +static_assert(offsetof(FLimbIKData, LimbCurveName) == 0x000020, "Member 'FLimbIKData::LimbCurveName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_SpineIK \ +static_assert(alignof(FAnimHumanoidSetting_SpineIK) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_SpineIK"); \ +static_assert(sizeof(FAnimHumanoidSetting_SpineIK) == 0x000030, "Wrong size on FAnimHumanoidSetting_SpineIK"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpineIK, SpineIKTraceUpDistance) == 0x000004, "Member 'FAnimHumanoidSetting_SpineIK::SpineIKTraceUpDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpineIK, SpineIKTraceDownDistance) == 0x000008, "Member 'FAnimHumanoidSetting_SpineIK::SpineIKTraceDownDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpineIK, OffsetPitch) == 0x00000C, "Member 'FAnimHumanoidSetting_SpineIK::OffsetPitch' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpineIK, OffsetRoll) == 0x000010, "Member 'FAnimHumanoidSetting_SpineIK::OffsetRoll' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpineIK, LerpSpeed) == 0x000014, "Member 'FAnimHumanoidSetting_SpineIK::LerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpineIK, IgnoreDistance) == 0x00001C, "Member 'FAnimHumanoidSetting_SpineIK::IgnoreDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpineIK, LimbIKDataList) == 0x000020, "Member 'FAnimHumanoidSetting_SpineIK::LimbIKDataList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBossRushLevelState \ +static_assert(alignof(FBossRushLevelState) == 0x000008, "Wrong alignment on FBossRushLevelState"); \ +static_assert(sizeof(FBossRushLevelState) == 0x000018, "Wrong size on FBossRushLevelState"); \ +static_assert(offsetof(FBossRushLevelState, LevelName) == 0x000000, "Member 'FBossRushLevelState::LevelName' has a wrong offset!"); \ +static_assert(offsetof(FBossRushLevelState, OriginLevelState) == 0x000013, "Member 'FBossRushLevelState::OriginLevelState' has a wrong offset!"); \ +static_assert(offsetof(FBossRushLevelState, ModifyLevelState) == 0x000014, "Member 'FBossRushLevelState::ModifyLevelState' has a wrong offset!"); \ +static_assert(offsetof(FBossRushLevelState, SeqControlLevelState) == 0x000015, "Member 'FBossRushLevelState::SeqControlLevelState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerOverridePropertyCollection \ +static_assert(alignof(FTamerOverridePropertyCollection) == 0x000004, "Wrong alignment on FTamerOverridePropertyCollection"); \ +static_assert(sizeof(FTamerOverridePropertyCollection) == 0x000014, "Wrong size on FTamerOverridePropertyCollection"); \ +static_assert(offsetof(FTamerOverridePropertyCollection, Unit) == 0x000000, "Member 'FTamerOverridePropertyCollection::Unit' has a wrong offset!"); \ +static_assert(offsetof(FTamerOverridePropertyCollection, BattleExtendID) == 0x000010, "Member 'FTamerOverridePropertyCollection::BattleExtendID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FServantOverridePropertyCollection \ +static_assert(alignof(FServantOverridePropertyCollection) == 0x000004, "Wrong alignment on FServantOverridePropertyCollection"); \ +static_assert(sizeof(FServantOverridePropertyCollection) == 0x000008, "Wrong size on FServantOverridePropertyCollection"); \ +static_assert(offsetof(FServantOverridePropertyCollection, SummonID) == 0x000000, "Member 'FServantOverridePropertyCollection::SummonID' has a wrong offset!"); \ +static_assert(offsetof(FServantOverridePropertyCollection, BattleExtendID) == 0x000004, "Member 'FServantOverridePropertyCollection::BattleExtendID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBossRushBattleConfigForGroup \ +static_assert(alignof(FBossRushBattleConfigForGroup) == 0x000008, "Wrong alignment on FBossRushBattleConfigForGroup"); \ +static_assert(sizeof(FBossRushBattleConfigForGroup) == 0x000028, "Wrong size on FBossRushBattleConfigForGroup"); \ +static_assert(offsetof(FBossRushBattleConfigForGroup, OverrideLevelNumericalStrength) == 0x000000, "Member 'FBossRushBattleConfigForGroup::OverrideLevelNumericalStrength' has a wrong offset!"); \ +static_assert(offsetof(FBossRushBattleConfigForGroup, OverridePropertyCollections) == 0x000008, "Member 'FBossRushBattleConfigForGroup::OverridePropertyCollections' has a wrong offset!"); \ +static_assert(offsetof(FBossRushBattleConfigForGroup, OverrideServantExtendID) == 0x000018, "Member 'FBossRushBattleConfigForGroup::OverrideServantExtendID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerfectBlockDamageInfo \ +static_assert(alignof(FPerfectBlockDamageInfo) == 0x000004, "Wrong alignment on FPerfectBlockDamageInfo"); \ +static_assert(sizeof(FPerfectBlockDamageInfo) == 0x000008, "Wrong size on FPerfectBlockDamageInfo"); \ +static_assert(offsetof(FPerfectBlockDamageInfo, TriggerDeductPerfectBlockValueHitWeight) == 0x000000, "Member 'FPerfectBlockDamageInfo::TriggerDeductPerfectBlockValueHitWeight' has a wrong offset!"); \ +static_assert(offsetof(FPerfectBlockDamageInfo, DeductPerfectBlockValueRadio) == 0x000004, "Member 'FPerfectBlockDamageInfo::DeductPerfectBlockValueRadio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOneBlockListInfo \ +static_assert(alignof(FOneBlockListInfo) == 0x000008, "Wrong alignment on FOneBlockListInfo"); \ +static_assert(sizeof(FOneBlockListInfo) == 0x000020, "Wrong size on FOneBlockListInfo"); \ +static_assert(offsetof(FOneBlockListInfo, Skill2Block) == 0x000004, "Member 'FOneBlockListInfo::Skill2Block' has a wrong offset!"); \ +static_assert(offsetof(FOneBlockListInfo, AM2Block) == 0x000008, "Member 'FOneBlockListInfo::AM2Block' has a wrong offset!"); \ +static_assert(offsetof(FOneBlockListInfo, Skill2BlockBounce) == 0x000014, "Member 'FOneBlockListInfo::Skill2BlockBounce' has a wrong offset!"); \ +static_assert(offsetof(FOneBlockListInfo, BlockBounceAM) == 0x000018, "Member 'FOneBlockListInfo::BlockBounceAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOneDirectBlockAMInfo \ +static_assert(alignof(FOneDirectBlockAMInfo) == 0x000008, "Wrong alignment on FOneDirectBlockAMInfo"); \ +static_assert(sizeof(FOneDirectBlockAMInfo) == 0x000038, "Wrong size on FOneDirectBlockAMInfo"); \ +static_assert(offsetof(FOneDirectBlockAMInfo, Skill2Block) == 0x000004, "Member 'FOneDirectBlockAMInfo::Skill2Block' has a wrong offset!"); \ +static_assert(offsetof(FOneDirectBlockAMInfo, AM2Block) == 0x000008, "Member 'FOneDirectBlockAMInfo::AM2Block' has a wrong offset!"); \ +static_assert(offsetof(FOneDirectBlockAMInfo, Skill2BlockBounce) == 0x000014, "Member 'FOneDirectBlockAMInfo::Skill2BlockBounce' has a wrong offset!"); \ +static_assert(offsetof(FOneDirectBlockAMInfo, BlockBounceAM) == 0x000018, "Member 'FOneDirectBlockAMInfo::BlockBounceAM' has a wrong offset!"); \ +static_assert(offsetof(FOneDirectBlockAMInfo, OneBlockListInfo) == 0x000028, "Member 'FOneDirectBlockAMInfo::OneBlockListInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDirectBlockAMInfo \ +static_assert(alignof(FDirectBlockAMInfo) == 0x000008, "Wrong alignment on FDirectBlockAMInfo"); \ +static_assert(sizeof(FDirectBlockAMInfo) == 0x0000E0, "Wrong size on FDirectBlockAMInfo"); \ +static_assert(offsetof(FDirectBlockAMInfo, ForwardBlockAMInfo) == 0x000000, "Member 'FDirectBlockAMInfo::ForwardBlockAMInfo' has a wrong offset!"); \ +static_assert(offsetof(FDirectBlockAMInfo, BackwardBlockAMInfo) == 0x000038, "Member 'FDirectBlockAMInfo::BackwardBlockAMInfo' has a wrong offset!"); \ +static_assert(offsetof(FDirectBlockAMInfo, LeftSideBlockAMInfo) == 0x000070, "Member 'FDirectBlockAMInfo::LeftSideBlockAMInfo' has a wrong offset!"); \ +static_assert(offsetof(FDirectBlockAMInfo, RightSideBlockAMInfo) == 0x0000A8, "Member 'FDirectBlockAMInfo::RightSideBlockAMInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockAMInfo \ +static_assert(alignof(FBlockAMInfo) == 0x000008, "Wrong alignment on FBlockAMInfo"); \ +static_assert(sizeof(FBlockAMInfo) == 0x000100, "Wrong size on FBlockAMInfo"); \ +static_assert(offsetof(FBlockAMInfo, BlockBuffList) == 0x000000, "Member 'FBlockAMInfo::BlockBuffList' has a wrong offset!"); \ +static_assert(offsetof(FBlockAMInfo, BlockBouncedBuffList) == 0x000010, "Member 'FBlockAMInfo::BlockBouncedBuffList' has a wrong offset!"); \ +static_assert(offsetof(FBlockAMInfo, DirectBlockAMInfo) == 0x000020, "Member 'FBlockAMInfo::DirectBlockAMInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockInfoWarp_Perfect \ +static_assert(alignof(FBlockInfoWarp_Perfect) == 0x000008, "Wrong alignment on FBlockInfoWarp_Perfect"); \ +static_assert(sizeof(FBlockInfoWarp_Perfect) == 0x000038, "Wrong size on FBlockInfoWarp_Perfect"); \ +static_assert(offsetof(FBlockInfoWarp_Perfect, PerfectBlockDamageInfoList) == 0x000000, "Member 'FBlockInfoWarp_Perfect::PerfectBlockDamageInfoList' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_Perfect, BlockAMInfoList) == 0x000010, "Member 'FBlockInfoWarp_Perfect::BlockAMInfoList' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_Perfect, BreakBlockAM) == 0x000020, "Member 'FBlockInfoWarp_Perfect::BreakBlockAM' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_Perfect, TriggerBlock2WeakMinHitWeight) == 0x000028, "Member 'FBlockInfoWarp_Perfect::TriggerBlock2WeakMinHitWeight' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_Perfect, BreakBlock2WeakAM) == 0x000030, "Member 'FBlockInfoWarp_Perfect::BreakBlock2WeakAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieConditionQueryConfig \ +static_assert(alignof(FMovieConditionQueryConfig) == 0x000004, "Wrong alignment on FMovieConditionQueryConfig"); \ +static_assert(sizeof(FMovieConditionQueryConfig) == 0x00000C, "Wrong size on FMovieConditionQueryConfig"); \ +static_assert(offsetof(FMovieConditionQueryConfig, ConditionQueryType) == 0x000000, "Member 'FMovieConditionQueryConfig::ConditionQueryType' has a wrong offset!"); \ +static_assert(offsetof(FMovieConditionQueryConfig, GroupUnitGuid) == 0x000004, "Member 'FMovieConditionQueryConfig::GroupUnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSCameraOffsetSetting \ +static_assert(alignof(FFGSCameraOffsetSetting) == 0x000008, "Wrong alignment on FFGSCameraOffsetSetting"); \ +static_assert(sizeof(FFGSCameraOffsetSetting) == 0x000020, "Wrong size on FFGSCameraOffsetSetting"); \ +static_assert(offsetof(FFGSCameraOffsetSetting, ArmLengthOffsetCurve) == 0x000008, "Member 'FFGSCameraOffsetSetting::ArmLengthOffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(FFGSCameraOffsetSetting, FOVOffsetCurve) == 0x000018, "Member 'FFGSCameraOffsetSetting::FOVOffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieLevelStateRequestConfig \ +static_assert(alignof(FMovieLevelStateRequestConfig) == 0x000004, "Wrong alignment on FMovieLevelStateRequestConfig"); \ +static_assert(sizeof(FMovieLevelStateRequestConfig) == 0x000008, "Wrong size on FMovieLevelStateRequestConfig"); \ +static_assert(offsetof(FMovieLevelStateRequestConfig, LevelID) == 0x000000, "Member 'FMovieLevelStateRequestConfig::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FMovieLevelStateRequestConfig, ConfigID) == 0x000004, "Member 'FMovieLevelStateRequestConfig::ConfigID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkillMontageConfig \ +static_assert(alignof(FSkillMontageConfig) == 0x000008, "Wrong alignment on FSkillMontageConfig"); \ +static_assert(sizeof(FSkillMontageConfig) == 0x000040, "Wrong size on FSkillMontageConfig"); \ +static_assert(offsetof(FSkillMontageConfig, Montage) == 0x000000, "Member 'FSkillMontageConfig::Montage' has a wrong offset!"); \ +static_assert(offsetof(FSkillMontageConfig, StartSection) == 0x000028, "Member 'FSkillMontageConfig::StartSection' has a wrong offset!"); \ +static_assert(offsetof(FSkillMontageConfig, BeginPos) == 0x000030, "Member 'FSkillMontageConfig::BeginPos' has a wrong offset!"); \ +static_assert(offsetof(FSkillMontageConfig, Weight) == 0x000034, "Member 'FSkillMontageConfig::Weight' has a wrong offset!"); \ +static_assert(offsetof(FSkillMontageConfig, Rate) == 0x000038, "Member 'FSkillMontageConfig::Rate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkillMappingBranch \ +static_assert(alignof(FSkillMappingBranch) == 0x000004, "Wrong alignment on FSkillMappingBranch"); \ +static_assert(sizeof(FSkillMappingBranch) == 0x000010, "Wrong size on FSkillMappingBranch"); \ +static_assert(offsetof(FSkillMappingBranch, Priority) == 0x000000, "Member 'FSkillMappingBranch::Priority' has a wrong offset!"); \ +static_assert(offsetof(FSkillMappingBranch, Weight) == 0x000004, "Member 'FSkillMappingBranch::Weight' has a wrong offset!"); \ +static_assert(offsetof(FSkillMappingBranch, RandomRate) == 0x000008, "Member 'FSkillMappingBranch::RandomRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBulletSkillTestInfo \ +static_assert(alignof(FBulletSkillTestInfo) == 0x000008, "Wrong alignment on FBulletSkillTestInfo"); \ +static_assert(sizeof(FBulletSkillTestInfo) == 0x000018, "Wrong size on FBulletSkillTestInfo"); \ +static_assert(offsetof(FBulletSkillTestInfo, TamerActor) == 0x000000, "Member 'FBulletSkillTestInfo::TamerActor' has a wrong offset!"); \ +static_assert(offsetof(FBulletSkillTestInfo, SkillIdList) == 0x000008, "Member 'FBulletSkillTestInfo::SkillIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_GlideJump \ +static_assert(alignof(FAnimHumanoidSetting_GlideJump) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_GlideJump"); \ +static_assert(sizeof(FAnimHumanoidSetting_GlideJump) == 0x000008, "Wrong size on FAnimHumanoidSetting_GlideJump"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideJump, ASGlideJumpStart) == 0x000000, "Member 'FAnimHumanoidSetting_GlideJump::ASGlideJumpStart' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Jump \ +static_assert(alignof(FAnimHumanoidSetting_Jump) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_Jump"); \ +static_assert(sizeof(FAnimHumanoidSetting_Jump) == 0x000190, "Wrong size on FAnimHumanoidSetting_Jump"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, CustomJumpVelocityIncrementWhenPressed) == 0x000000, "Member 'FAnimHumanoidSetting_Jump::CustomJumpVelocityIncrementWhenPressed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, CustomJumpVelocityIncrementWhenPressed_Locked) == 0x000004, "Member 'FAnimHumanoidSetting_Jump::CustomJumpVelocityIncrementWhenPressed_Locked' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, BS_jump_start_fwd) == 0x000008, "Member 'FAnimHumanoidSetting_Jump::BS_jump_start_fwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, BS_jump_start_bwd) == 0x000010, "Member 'FAnimHumanoidSetting_Jump::BS_jump_start_bwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, BS_jump_loop_fwd) == 0x000018, "Member 'FAnimHumanoidSetting_Jump::BS_jump_loop_fwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, BS_jump_loop_bwd) == 0x000020, "Member 'FAnimHumanoidSetting_Jump::BS_jump_loop_bwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, BS_jump_additive_lean) == 0x000028, "Member 'FAnimHumanoidSetting_Jump::BS_jump_additive_lean' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, BS_jump_additive_rot) == 0x000030, "Member 'FAnimHumanoidSetting_Jump::BS_jump_additive_rot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimJumpStart_N) == 0x000038, "Member 'FAnimHumanoidSetting_Jump::AnimJumpStart_N' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimJumpStart_F) == 0x000040, "Member 'FAnimHumanoidSetting_Jump::AnimJumpStart_F' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimJumpStart_L) == 0x000048, "Member 'FAnimHumanoidSetting_Jump::AnimJumpStart_L' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimJumpStart_R) == 0x000050, "Member 'FAnimHumanoidSetting_Jump::AnimJumpStart_R' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimJumpStart_B) == 0x000058, "Member 'FAnimHumanoidSetting_Jump::AnimJumpStart_B' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimFallStart_N) == 0x000060, "Member 'FAnimHumanoidSetting_Jump::AnimFallStart_N' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimFallStart_F) == 0x000068, "Member 'FAnimHumanoidSetting_Jump::AnimFallStart_F' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimFallStart_F_Dash) == 0x000070, "Member 'FAnimHumanoidSetting_Jump::AnimFallStart_F_Dash' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimFallStart_B) == 0x000078, "Member 'FAnimHumanoidSetting_Jump::AnimFallStart_B' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimFallStart_L) == 0x000080, "Member 'FAnimHumanoidSetting_Jump::AnimFallStart_L' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimFallStart_R) == 0x000088, "Member 'FAnimHumanoidSetting_Jump::AnimFallStart_R' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AnimFallLoop) == 0x000090, "Member 'FAnimHumanoidSetting_Jump::AnimFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, TriggerLandHeight) == 0x000098, "Member 'FAnimHumanoidSetting_Jump::TriggerLandHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, HeightDividingLine_Low) == 0x00009C, "Member 'FAnimHumanoidSetting_Jump::HeightDividingLine_Low' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, HeightDividingLine_Mid) == 0x0000A0, "Member 'FAnimHumanoidSetting_Jump::HeightDividingLine_Mid' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, Land_F_Low) == 0x0000A8, "Member 'FAnimHumanoidSetting_Jump::Land_F_Low' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, Land_F_Mid) == 0x0000C8, "Member 'FAnimHumanoidSetting_Jump::Land_F_Mid' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, Land_F_High) == 0x0000E8, "Member 'FAnimHumanoidSetting_Jump::Land_F_High' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, Land_L) == 0x000108, "Member 'FAnimHumanoidSetting_Jump::Land_L' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, Land_R) == 0x000128, "Member 'FAnimHumanoidSetting_Jump::Land_R' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, Land_B) == 0x000148, "Member 'FAnimHumanoidSetting_Jump::Land_B' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AddtiveMoveAfterJump_F) == 0x000168, "Member 'FAnimHumanoidSetting_Jump::AddtiveMoveAfterJump_F' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AddtiveMoveAfterJump_B) == 0x000170, "Member 'FAnimHumanoidSetting_Jump::AddtiveMoveAfterJump_B' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AddtiveMoveAfterJump_L) == 0x000178, "Member 'FAnimHumanoidSetting_Jump::AddtiveMoveAfterJump_L' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, AddtiveMoveAfterJump_R) == 0x000180, "Member 'FAnimHumanoidSetting_Jump::AddtiveMoveAfterJump_R' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Jump, GlideJump) == 0x000188, "Member 'FAnimHumanoidSetting_Jump::GlideJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSingleTransBGMConfig \ +static_assert(alignof(FSingleTransBGMConfig) == 0x000008, "Wrong alignment on FSingleTransBGMConfig"); \ +static_assert(sizeof(FSingleTransBGMConfig) == 0x000018, "Wrong size on FSingleTransBGMConfig"); \ +static_assert(offsetof(FSingleTransBGMConfig, AkEventBegin) == 0x000000, "Member 'FSingleTransBGMConfig::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(FSingleTransBGMConfig, AkEventStop) == 0x000008, "Member 'FSingleTransBGMConfig::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(FSingleTransBGMConfig, LeaveBattleEventStop) == 0x000010, "Member 'FSingleTransBGMConfig::LeaveBattleEventStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSplineInfo \ +static_assert(alignof(FSplineInfo) == 0x000008, "Wrong alignment on FSplineInfo"); \ +static_assert(sizeof(FSplineInfo) == 0x000048, "Wrong size on FSplineInfo"); \ +static_assert(offsetof(FSplineInfo, SplineStart) == 0x000000, "Member 'FSplineInfo::SplineStart' has a wrong offset!"); \ +static_assert(offsetof(FSplineInfo, SplineEnd) == 0x000018, "Member 'FSplineInfo::SplineEnd' has a wrong offset!"); \ +static_assert(offsetof(FSplineInfo, SplineActor) == 0x000030, "Member 'FSplineInfo::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(FSplineInfo, Guid) == 0x000038, "Member 'FSplineInfo::Guid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelIdListInfo \ +static_assert(alignof(FLevelIdListInfo) == 0x000008, "Wrong alignment on FLevelIdListInfo"); \ +static_assert(sizeof(FLevelIdListInfo) == 0x000010, "Wrong size on FLevelIdListInfo"); \ +static_assert(offsetof(FLevelIdListInfo, LevelIdList) == 0x000000, "Member 'FLevelIdListInfo::LevelIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPatrolGroupSetting \ +static_assert(alignof(FPatrolGroupSetting) == 0x000008, "Wrong alignment on FPatrolGroupSetting"); \ +static_assert(sizeof(FPatrolGroupSetting) == 0x000060, "Wrong size on FPatrolGroupSetting"); \ +static_assert(offsetof(FPatrolGroupSetting, SplineActor) == 0x000000, "Member 'FPatrolGroupSetting::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(FPatrolGroupSetting, GroupSplinePatrolType) == 0x000038, "Member 'FPatrolGroupSetting::GroupSplinePatrolType' has a wrong offset!"); \ +static_assert(offsetof(FPatrolGroupSetting, GroupMembers) == 0x000040, "Member 'FPatrolGroupSetting::GroupMembers' has a wrong offset!"); \ +static_assert(offsetof(FPatrolGroupSetting, GroupFormation) == 0x000050, "Member 'FPatrolGroupSetting::GroupFormation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSummonSpawnConfigWrap \ +static_assert(alignof(FSummonSpawnConfigWrap) == 0x000008, "Wrong alignment on FSummonSpawnConfigWrap"); \ +static_assert(sizeof(FSummonSpawnConfigWrap) == 0x0000C8, "Wrong size on FSummonSpawnConfigWrap"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SummonAliveTime) == 0x000000, "Member 'FSummonSpawnConfigWrap::SummonAliveTime' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BornDelayTime) == 0x000004, "Member 'FSummonSpawnConfigWrap::BornDelayTime' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BornEffDisplayTime) == 0x000008, "Member 'FSummonSpawnConfigWrap::BornEffDisplayTime' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BeforeBornTime) == 0x00000C, "Member 'FSummonSpawnConfigWrap::BeforeBornTime' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, TamerTemplate) == 0x000010, "Member 'FSummonSpawnConfigWrap::TamerTemplate' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SearchTargetType) == 0x000018, "Member 'FSummonSpawnConfigWrap::SearchTargetType' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SummonUnitRotationType) == 0x000019, "Member 'FSummonSpawnConfigWrap::SummonUnitRotationType' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SummonUnitLocationType) == 0x00001A, "Member 'FSummonSpawnConfigWrap::SummonUnitLocationType' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SummonPointDA) == 0x000020, "Member 'FSummonSpawnConfigWrap::SummonPointDA' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, EQSTemplate) == 0x000028, "Member 'FSummonSpawnConfigWrap::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, PointSetCachedReqID) == 0x000030, "Member 'FSummonSpawnConfigWrap::PointSetCachedReqID' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SpawnSocketName) == 0x000034, "Member 'FSummonSpawnConfigWrap::SpawnSocketName' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SpawnScaleRange) == 0x000040, "Member 'FSummonSpawnConfigWrap::SpawnScaleRange' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BornSkillIDs) == 0x000058, "Member 'FSummonSpawnConfigWrap::BornSkillIDs' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BornMontages) == 0x000068, "Member 'FSummonSpawnConfigWrap::BornMontages' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, CopyAttrConfigID) == 0x000078, "Member 'FSummonSpawnConfigWrap::CopyAttrConfigID' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, InitSpeed) == 0x000080, "Member 'FSummonSpawnConfigWrap::InitSpeed' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, SpawnBirthBuff) == 0x000088, "Member 'FSummonSpawnConfigWrap::SpawnBirthBuff' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BornParticle) == 0x000098, "Member 'FSummonSpawnConfigWrap::BornParticle' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BornNiagara) == 0x0000A0, "Member 'FSummonSpawnConfigWrap::BornNiagara' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, BornDBC) == 0x0000A8, "Member 'FSummonSpawnConfigWrap::BornDBC' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, DisappearMontagePathList) == 0x0000B0, "Member 'FSummonSpawnConfigWrap::DisappearMontagePathList' has a wrong offset!"); \ +static_assert(offsetof(FSummonSpawnConfigWrap, DestroyDelayTime) == 0x0000C0, "Member 'FSummonSpawnConfigWrap::DestroyDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbnomalAttrConfigInfo \ +static_assert(alignof(FAbnomalAttrConfigInfo) == 0x000004, "Wrong alignment on FAbnomalAttrConfigInfo"); \ +static_assert(sizeof(FAbnomalAttrConfigInfo) == 0x000018, "Wrong size on FAbnomalAttrConfigInfo"); \ +static_assert(offsetof(FAbnomalAttrConfigInfo, DefaultAccumulatedValue) == 0x000000, "Member 'FAbnomalAttrConfigInfo::DefaultAccumulatedValue' has a wrong offset!"); \ +static_assert(offsetof(FAbnomalAttrConfigInfo, DefaultAccValueDecreaseSpd) == 0x000004, "Member 'FAbnomalAttrConfigInfo::DefaultAccValueDecreaseSpd' has a wrong offset!"); \ +static_assert(offsetof(FAbnomalAttrConfigInfo, BRKAbnormalNeedHP_INV10000) == 0x000008, "Member 'FAbnomalAttrConfigInfo::BRKAbnormalNeedHP_INV10000' has a wrong offset!"); \ +static_assert(offsetof(FAbnomalAttrConfigInfo, BRKAbnormalTriggerSkillEffectID) == 0x00000C, "Member 'FAbnomalAttrConfigInfo::BRKAbnormalTriggerSkillEffectID' has a wrong offset!"); \ +static_assert(offsetof(FAbnomalAttrConfigInfo, MaxAccumulatedValue_Increase_PerINV10000) == 0x000010, "Member 'FAbnomalAttrConfigInfo::MaxAccumulatedValue_Increase_PerINV10000' has a wrong offset!"); \ +static_assert(offsetof(FAbnomalAttrConfigInfo, MaxAccumulatedValue_Increase_CounterMax) == 0x000014, "Member 'FAbnomalAttrConfigInfo::MaxAccumulatedValue_Increase_CounterMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FContinueBehaviorInfo \ +static_assert(alignof(FContinueBehaviorInfo) == 0x000008, "Wrong alignment on FContinueBehaviorInfo"); \ +static_assert(sizeof(FContinueBehaviorInfo) == 0x000018, "Wrong size on FContinueBehaviorInfo"); \ +static_assert(offsetof(FContinueBehaviorInfo, CBT) == 0x000000, "Member 'FContinueBehaviorInfo::CBT' has a wrong offset!"); \ +static_assert(offsetof(FContinueBehaviorInfo, MontagePos) == 0x000004, "Member 'FContinueBehaviorInfo::MontagePos' has a wrong offset!"); \ +static_assert(offsetof(FContinueBehaviorInfo, SkillID) == 0x000008, "Member 'FContinueBehaviorInfo::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FContinueBehaviorInfo, BeatbackMontage) == 0x000010, "Member 'FContinueBehaviorInfo::BeatbackMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSummonReq \ +static_assert(alignof(FSummonReq) == 0x000008, "Wrong alignment on FSummonReq"); \ +static_assert(sizeof(FSummonReq) == 0x000158, "Wrong size on FSummonReq"); \ +static_assert(offsetof(FSummonReq, SummonType) == 0x000000, "Member 'FSummonReq::SummonType' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, SummonGuid) == 0x000004, "Member 'FSummonReq::SummonGuid' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, SummonID) == 0x000014, "Member 'FSummonReq::SummonID' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, SummonCount) == 0x000018, "Member 'FSummonReq::SummonCount' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, Summoner) == 0x000020, "Member 'FSummonReq::Summoner' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, EffectCaster) == 0x000030, "Member 'FSummonReq::EffectCaster' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, BuffOwner) == 0x000038, "Member 'FSummonReq::BuffOwner' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, HitLocation) == 0x000040, "Member 'FSummonReq::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, SpawnPointRot) == 0x000058, "Member 'FSummonReq::SpawnPointRot' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, ContinueBehaviorInfo) == 0x000070, "Member 'FSummonReq::ContinueBehaviorInfo' has a wrong offset!"); \ +static_assert(offsetof(FSummonReq, SpawnConfigWrap) == 0x000090, "Member 'FSummonReq::SpawnConfigWrap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FServantReq \ +static_assert(alignof(FServantReq) == 0x000010, "Wrong alignment on FServantReq"); \ +static_assert(sizeof(FServantReq) == 0x0001E0, "Wrong size on FServantReq"); \ +static_assert(offsetof(FServantReq, SummonID) == 0x000000, "Member 'FServantReq::SummonID' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, SummonInstanceID) == 0x000004, "Member 'FServantReq::SummonInstanceID' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, ServantTamerGuid) == 0x000018, "Member 'FServantReq::ServantTamerGuid' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, Summoner) == 0x000028, "Member 'FServantReq::Summoner' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, CatchTarget) == 0x000030, "Member 'FServantReq::CatchTarget' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, ServantType) == 0x000038, "Member 'FServantReq::ServantType' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, CBI) == 0x000040, "Member 'FServantReq::CBI' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, AnimationSyncHostGuid) == 0x000058, "Member 'FServantReq::AnimationSyncHostGuid' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, SearchTargetType) == 0x000068, "Member 'FServantReq::SearchTargetType' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, CooperativeSCGuid) == 0x000070, "Member 'FServantReq::CooperativeSCGuid' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, DelayBornTime) == 0x000080, "Member 'FServantReq::DelayBornTime' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, BornMontage) == 0x000088, "Member 'FServantReq::BornMontage' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, BornSkill) == 0x000090, "Member 'FServantReq::BornSkill' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, DelayEffectTime) == 0x000094, "Member 'FServantReq::DelayEffectTime' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, DelaySummonTime) == 0x000098, "Member 'FServantReq::DelaySummonTime' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, BornTransform) == 0x0000A0, "Member 'FServantReq::BornTransform' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, AliveTime) == 0x000100, "Member 'FServantReq::AliveTime' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, TamerTemplate) == 0x000108, "Member 'FServantReq::TamerTemplate' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, MasterActor) == 0x000110, "Member 'FServantReq::MasterActor' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, DummyServantActor) == 0x000118, "Member 'FServantReq::DummyServantActor' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, MapEquip) == 0x000120, "Member 'FServantReq::MapEquip' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, AttrSnapShot) == 0x000170, "Member 'FServantReq::AttrSnapShot' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, AttrCopyConfigDesc) == 0x000180, "Member 'FServantReq::AttrCopyConfigDesc' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, InitSpeed) == 0x000194, "Member 'FServantReq::InitSpeed' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, BornParticle) == 0x000198, "Member 'FServantReq::BornParticle' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, BornNiagara) == 0x0001A0, "Member 'FServantReq::BornNiagara' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, BornDBC) == 0x0001A8, "Member 'FServantReq::BornDBC' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, BirthBuffIDs) == 0x0001B0, "Member 'FServantReq::BirthBuffIDs' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, DisappearMontagePathList) == 0x0001C0, "Member 'FServantReq::DisappearMontagePathList' has a wrong offset!"); \ +static_assert(offsetof(FServantReq, DestroyDelayTime) == 0x0001D0, "Member 'FServantReq::DestroyDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatCommParams \ +static_assert(alignof(FMatCommParams) == 0x000008, "Wrong alignment on FMatCommParams"); \ +static_assert(sizeof(FMatCommParams) == 0x000060, "Wrong size on FMatCommParams"); \ +static_assert(offsetof(FMatCommParams, Timer) == 0x000004, "Member 'FMatCommParams::Timer' has a wrong offset!"); \ +static_assert(offsetof(FMatCommParams, RandomUpdate) == 0x00000C, "Member 'FMatCommParams::RandomUpdate' has a wrong offset!"); \ +static_assert(offsetof(FMatCommParams, MousePos) == 0x000018, "Member 'FMatCommParams::MousePos' has a wrong offset!"); \ +static_assert(offsetof(FMatCommParams, MouseSpeed) == 0x000028, "Member 'FMatCommParams::MouseSpeed' has a wrong offset!"); \ +static_assert(offsetof(FMatCommParams, ViewportScale) == 0x000030, "Member 'FMatCommParams::ViewportScale' has a wrong offset!"); \ +static_assert(offsetof(FMatCommParams, AbsPos) == 0x000038, "Member 'FMatCommParams::AbsPos' has a wrong offset!"); \ +static_assert(offsetof(FMatCommParams, AbsSize) == 0x000048, "Member 'FMatCommParams::AbsSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayerTransactionInteractStartParams \ +static_assert(alignof(FPlayerTransactionInteractStartParams) == 0x000008, "Wrong alignment on FPlayerTransactionInteractStartParams"); \ +static_assert(sizeof(FPlayerTransactionInteractStartParams) == 0x000008, "Wrong size on FPlayerTransactionInteractStartParams"); \ +static_assert(offsetof(FPlayerTransactionInteractStartParams, InteractTarget) == 0x000000, "Member 'FPlayerTransactionInteractStartParams::InteractTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquipMeshConfig \ +static_assert(alignof(FEquipMeshConfig) == 0x000008, "Wrong alignment on FEquipMeshConfig"); \ +static_assert(sizeof(FEquipMeshConfig) == 0x000030, "Wrong size on FEquipMeshConfig"); \ +static_assert(offsetof(FEquipMeshConfig, Head) == 0x000000, "Member 'FEquipMeshConfig::Head' has a wrong offset!"); \ +static_assert(offsetof(FEquipMeshConfig, UpWear) == 0x000008, "Member 'FEquipMeshConfig::UpWear' has a wrong offset!"); \ +static_assert(offsetof(FEquipMeshConfig, Arm) == 0x000010, "Member 'FEquipMeshConfig::Arm' has a wrong offset!"); \ +static_assert(offsetof(FEquipMeshConfig, Foot) == 0x000018, "Member 'FEquipMeshConfig::Foot' has a wrong offset!"); \ +static_assert(offsetof(FEquipMeshConfig, Hulu) == 0x000020, "Member 'FEquipMeshConfig::Hulu' has a wrong offset!"); \ +static_assert(offsetof(FEquipMeshConfig, Weapon) == 0x000028, "Member 'FEquipMeshConfig::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicBlendInfo \ +static_assert(alignof(FPhysicBlendInfo) == 0x000004, "Wrong alignment on FPhysicBlendInfo"); \ +static_assert(sizeof(FPhysicBlendInfo) == 0x000018, "Wrong size on FPhysicBlendInfo"); \ +static_assert(offsetof(FPhysicBlendInfo, BoneName) == 0x000000, "Member 'FPhysicBlendInfo::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicBlendInfo, PhysicBlendInType) == 0x000008, "Member 'FPhysicBlendInfo::PhysicBlendInType' has a wrong offset!"); \ +static_assert(offsetof(FPhysicBlendInfo, BlendInTime) == 0x00000C, "Member 'FPhysicBlendInfo::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(FPhysicBlendInfo, PhysicBlendOutType) == 0x000010, "Member 'FPhysicBlendInfo::PhysicBlendOutType' has a wrong offset!"); \ +static_assert(offsetof(FPhysicBlendInfo, BlendOutTime) == 0x000014, "Member 'FPhysicBlendInfo::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquipAbpConfig \ +static_assert(alignof(FEquipAbpConfig) == 0x000008, "Wrong alignment on FEquipAbpConfig"); \ +static_assert(sizeof(FEquipAbpConfig) == 0x000030, "Wrong size on FEquipAbpConfig"); \ +static_assert(offsetof(FEquipAbpConfig, Head) == 0x000000, "Member 'FEquipAbpConfig::Head' has a wrong offset!"); \ +static_assert(offsetof(FEquipAbpConfig, UpWear) == 0x000008, "Member 'FEquipAbpConfig::UpWear' has a wrong offset!"); \ +static_assert(offsetof(FEquipAbpConfig, Arm) == 0x000010, "Member 'FEquipAbpConfig::Arm' has a wrong offset!"); \ +static_assert(offsetof(FEquipAbpConfig, Foot) == 0x000018, "Member 'FEquipAbpConfig::Foot' has a wrong offset!"); \ +static_assert(offsetof(FEquipAbpConfig, Hulu) == 0x000020, "Member 'FEquipAbpConfig::Hulu' has a wrong offset!"); \ +static_assert(offsetof(FEquipAbpConfig, Weapon) == 0x000028, "Member 'FEquipAbpConfig::Weapon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove) == 0x000098, "Wrong size on FAnimHumanoidSetting_ParkourMove"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpLeftFootLow) == 0x000008, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpLeftFootLow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpRightFootLow) == 0x000010, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpRightFootLow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpLeftFootHigh) == 0x000018, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpLeftFootHigh' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpRightFootHigh) == 0x000020, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpRightFootHigh' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpLeftFootFall) == 0x000028, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpLeftFootFall' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpRightFootFall) == 0x000030, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpRightFootFall' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpLeftFootEnd) == 0x000038, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpLeftFootEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpRightFootEnd) == 0x000040, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpRightFootEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpLeftFootLandMove) == 0x000048, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpLeftFootLandMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideUpRightFootLandMove) == 0x000050, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideUpRightFootLandMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownLeftFoot) == 0x000058, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownRightFoot) == 0x000060, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownRightFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownLeftFootFall) == 0x000068, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownLeftFootFall' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownRightFootFall) == 0x000070, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownRightFootFall' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownLeftFootEnd) == 0x000078, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownLeftFootEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownRightFootEnd) == 0x000080, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownRightFootEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownLeftFootLandMove) == 0x000088, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownLeftFootLandMove' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove, ASStrideDownRightFootLandMove) == 0x000090, "Member 'FAnimHumanoidSetting_ParkourMove::ASStrideDownRightFootLandMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerformerTag \ +static_assert(alignof(FPerformerTag) == 0x000008, "Wrong alignment on FPerformerTag"); \ +static_assert(sizeof(FPerformerTag) == 0x000030, "Wrong size on FPerformerTag"); \ +static_assert(offsetof(FPerformerTag, GameplayTagContainer) == 0x000000, "Member 'FPerformerTag::GameplayTagContainer' has a wrong offset!"); \ +static_assert(offsetof(FPerformerTag, Name) == 0x000020, "Member 'FPerformerTag::Name' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCircusCollector \ +static_assert(alignof(FCircusCollector) == 0x000008, "Wrong alignment on FCircusCollector"); \ +static_assert(sizeof(FCircusCollector) == 0x000040, "Wrong size on FCircusCollector"); \ +static_assert(offsetof(FCircusCollector, Socket) == 0x000004, "Member 'FCircusCollector::Socket' has a wrong offset!"); \ +static_assert(offsetof(FCircusCollector, ResID) == 0x00000C, "Member 'FCircusCollector::ResID' has a wrong offset!"); \ +static_assert(offsetof(FCircusCollector, Member) == 0x000010, "Member 'FCircusCollector::Member' has a wrong offset!"); \ +static_assert(offsetof(FCircusCollector, MemberType) == 0x000018, "Member 'FCircusCollector::MemberType' has a wrong offset!"); \ +static_assert(offsetof(FCircusCollector, NickName) == 0x000020, "Member 'FCircusCollector::NickName' has a wrong offset!"); \ +static_assert(offsetof(FCircusCollector, ChildMembers) == 0x000030, "Member 'FCircusCollector::ChildMembers' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpiderSpawnPointData \ +static_assert(alignof(FSpiderSpawnPointData) == 0x000008, "Wrong alignment on FSpiderSpawnPointData"); \ +static_assert(sizeof(FSpiderSpawnPointData) == 0x000018, "Wrong size on FSpiderSpawnPointData"); \ +static_assert(offsetof(FSpiderSpawnPointData, Tag) == 0x000000, "Member 'FSpiderSpawnPointData::Tag' has a wrong offset!"); \ +static_assert(offsetof(FSpiderSpawnPointData, SpiderSpawnPoints) == 0x000008, "Member 'FSpiderSpawnPointData::SpiderSpawnPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSBuffTriggerConfig \ +static_assert(alignof(FFGSBuffTriggerConfig) == 0x000008, "Wrong alignment on FFGSBuffTriggerConfig"); \ +static_assert(sizeof(FFGSBuffTriggerConfig) == 0x000090, "Wrong size on FFGSBuffTriggerConfig"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, AddBuffIDList) == 0x000000, "Member 'FFGSBuffTriggerConfig::AddBuffIDList' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, AddBuffCondition) == 0x000010, "Member 'FFGSBuffTriggerConfig::AddBuffCondition' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, AddBuffTarget) == 0x000011, "Member 'FFGSBuffTriggerConfig::AddBuffTarget' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, AddSceneTamer) == 0x000018, "Member 'FFGSBuffTriggerConfig::AddSceneTamer' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, AddSceneTamerRef) == 0x000028, "Member 'FFGSBuffTriggerConfig::AddSceneTamerRef' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, RemoveBuffIDList) == 0x000038, "Member 'FFGSBuffTriggerConfig::RemoveBuffIDList' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, RemoveBuffCondition) == 0x000048, "Member 'FFGSBuffTriggerConfig::RemoveBuffCondition' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, RemoveBuffTarget) == 0x000049, "Member 'FFGSBuffTriggerConfig::RemoveBuffTarget' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, RemoveSceneTamer) == 0x000050, "Member 'FFGSBuffTriggerConfig::RemoveSceneTamer' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, RemoveSceneTamerRef) == 0x000060, "Member 'FFGSBuffTriggerConfig::RemoveSceneTamerRef' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, AddSceneUnit) == 0x000070, "Member 'FFGSBuffTriggerConfig::AddSceneUnit' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerConfig, RemoveSceneUnit) == 0x000080, "Member 'FFGSBuffTriggerConfig::RemoveSceneUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSBuffTriggerUnitCondition \ +static_assert(alignof(FFGSBuffTriggerUnitCondition) == 0x000008, "Wrong alignment on FFGSBuffTriggerUnitCondition"); \ +static_assert(sizeof(FFGSBuffTriggerUnitCondition) == 0x0001A8, "Wrong size on FFGSBuffTriggerUnitCondition"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ConditionsTarget) == 0x000000, "Member 'FFGSBuffTriggerUnitCondition::ConditionsTarget' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, Tags) == 0x000008, "Member 'FFGSBuffTriggerUnitCondition::Tags' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObservedTamers) == 0x000018, "Member 'FFGSBuffTriggerUnitCondition::ObservedTamers' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObservedTamerRefs) == 0x000028, "Member 'FFGSBuffTriggerUnitCondition::ObservedTamerRefs' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveActiveTamers) == 0x000040, "Member 'FFGSBuffTriggerUnitCondition::ObserveActiveTamers' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveActiveTamerRefs) == 0x000050, "Member 'FFGSBuffTriggerUnitCondition::ObserveActiveTamerRefs' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveDeadTamers) == 0x000068, "Member 'FFGSBuffTriggerUnitCondition::ObserveDeadTamers' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveDeadTamerRefs) == 0x000078, "Member 'FFGSBuffTriggerUnitCondition::ObserveDeadTamerRefs' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveUnitStates) == 0x000090, "Member 'FFGSBuffTriggerUnitCondition::ObserveUnitStates' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveSimpleStates) == 0x0000A8, "Member 'FFGSBuffTriggerUnitCondition::ObserveSimpleStates' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveBuffIDs) == 0x0000C0, "Member 'FFGSBuffTriggerUnitCondition::ObserveBuffIDs' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveUnitAttrs) == 0x0000D8, "Member 'FFGSBuffTriggerUnitCondition::ObserveUnitAttrs' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, BuffTriggerConfig) == 0x0000E8, "Member 'FFGSBuffTriggerUnitCondition::BuffTriggerConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObservedUnits) == 0x000178, "Member 'FFGSBuffTriggerUnitCondition::ObservedUnits' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveActiveUnits) == 0x000188, "Member 'FFGSBuffTriggerUnitCondition::ObserveActiveUnits' has a wrong offset!"); \ +static_assert(offsetof(FFGSBuffTriggerUnitCondition, ObserveDeadUnits) == 0x000198, "Member 'FFGSBuffTriggerUnitCondition::ObserveDeadUnits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFAKEventParamter \ +static_assert(alignof(FFAKEventParamter) == 0x000008, "Wrong alignment on FFAKEventParamter"); \ +static_assert(sizeof(FFAKEventParamter) == 0x000078, "Wrong size on FFAKEventParamter"); \ +static_assert(offsetof(FFAKEventParamter, AttachPointName) == 0x000000, "Member 'FFAKEventParamter::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(FFAKEventParamter, AkEvent) == 0x000010, "Member 'FFAKEventParamter::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(FFAKEventParamter, AkStopEvent) == 0x000038, "Member 'FFAKEventParamter::AkStopEvent' has a wrong offset!"); \ +static_assert(offsetof(FFAKEventParamter, EventName) == 0x000068, "Member 'FFAKEventParamter::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBulletBeAttackedReactionInfo \ +static_assert(alignof(FBulletBeAttackedReactionInfo) == 0x000008, "Wrong alignment on FBulletBeAttackedReactionInfo"); \ +static_assert(sizeof(FBulletBeAttackedReactionInfo) == 0x000028, "Wrong size on FBulletBeAttackedReactionInfo"); \ +static_assert(offsetof(FBulletBeAttackedReactionInfo, CheckID) == 0x000000, "Member 'FBulletBeAttackedReactionInfo::CheckID' has a wrong offset!"); \ +static_assert(offsetof(FBulletBeAttackedReactionInfo, TriggerEffectID) == 0x000008, "Member 'FBulletBeAttackedReactionInfo::TriggerEffectID' has a wrong offset!"); \ +static_assert(offsetof(FBulletBeAttackedReactionInfo, AttackerTriggerEffectID) == 0x000018, "Member 'FBulletBeAttackedReactionInfo::AttackerTriggerEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitCheckConf \ +static_assert(alignof(FHitCheckConf) == 0x000001, "Wrong alignment on FHitCheckConf"); \ +static_assert(sizeof(FHitCheckConf) == 0x000003, "Wrong size on FHitCheckConf"); \ +static_assert(offsetof(FHitCheckConf, HitActionDir) == 0x000000, "Member 'FHitCheckConf::HitActionDir' has a wrong offset!"); \ +static_assert(offsetof(FHitCheckConf, ResultFilterType) == 0x000001, "Member 'FHitCheckConf::ResultFilterType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerFamilyMatchChildInfo \ +static_assert(alignof(FTamerFamilyMatchChildInfo) == 0x000004, "Wrong alignment on FTamerFamilyMatchChildInfo"); \ +static_assert(sizeof(FTamerFamilyMatchChildInfo) == 0x00001C, "Wrong size on FTamerFamilyMatchChildInfo"); \ +static_assert(offsetof(FTamerFamilyMatchChildInfo, Filter) == 0x000000, "Member 'FTamerFamilyMatchChildInfo::Filter' has a wrong offset!"); \ +static_assert(offsetof(FTamerFamilyMatchChildInfo, MatchSocketType) == 0x000001, "Member 'FTamerFamilyMatchChildInfo::MatchSocketType' has a wrong offset!"); \ +static_assert(offsetof(FTamerFamilyMatchChildInfo, SocketName) == 0x000004, "Member 'FTamerFamilyMatchChildInfo::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FTamerFamilyMatchChildInfo, ResID) == 0x00000C, "Member 'FTamerFamilyMatchChildInfo::ResID' has a wrong offset!"); \ +static_assert(offsetof(FTamerFamilyMatchChildInfo, NickName) == 0x000010, "Member 'FTamerFamilyMatchChildInfo::NickName' has a wrong offset!"); \ +static_assert(offsetof(FTamerFamilyMatchChildInfo, BuffID) == 0x000018, "Member 'FTamerFamilyMatchChildInfo::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition \ +static_assert(alignof(FDetectCondition) == 0x000008, "Wrong alignment on FDetectCondition"); \ +static_assert(sizeof(FDetectCondition) == 0x000098, "Wrong size on FDetectCondition"); \ +static_assert(offsetof(FDetectCondition, DetectedElementType) == 0x000000, "Member 'FDetectCondition::DetectedElementType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, SimpleState) == 0x000001, "Member 'FDetectCondition::SimpleState' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, UnitState) == 0x000002, "Member 'FDetectCondition::UnitState' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, BuffID) == 0x000004, "Member 'FDetectCondition::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, AttrFloatType) == 0x000008, "Member 'FDetectCondition::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, CompareOperation) == 0x000009, "Member 'FDetectCondition::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, CompareValue) == 0x00000C, "Member 'FDetectCondition::CompareValue' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, AbnormalStateType) == 0x000010, "Member 'FDetectCondition::AbnormalStateType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, FsmState) == 0x000011, "Member 'FDetectCondition::FsmState' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, SkillID) == 0x000014, "Member 'FDetectCondition::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, DistanceCompareOperations) == 0x000018, "Member 'FDetectCondition::DistanceCompareOperations' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, DistanceCompareValue) == 0x00001C, "Member 'FDetectCondition::DistanceCompareValue' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, CustomFsmState) == 0x000020, "Member 'FDetectCondition::CustomFsmState' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, CompareValueInt) == 0x000028, "Member 'FDetectCondition::CompareValueInt' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, BaseDirection) == 0x00002C, "Member 'FDetectCondition::BaseDirection' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, MinYawAngle) == 0x000030, "Member 'FDetectCondition::MinYawAngle' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, MaxYawAngle) == 0x000034, "Member 'FDetectCondition::MaxYawAngle' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, SkillIdList) == 0x000038, "Member 'FDetectCondition::SkillIdList' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, MatchInfo) == 0x000048, "Member 'FDetectCondition::MatchInfo' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, ResID) == 0x000064, "Member 'FDetectCondition::ResID' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, SuccessRate) == 0x000068, "Member 'FDetectCondition::SuccessRate' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, AliveUnitNum) == 0x00006C, "Member 'FDetectCondition::AliveUnitNum' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, BuffLayer) == 0x000070, "Member 'FDetectCondition::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, OperationType) == 0x000074, "Member 'FDetectCondition::OperationType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, GamePlusCount) == 0x000078, "Member 'FDetectCondition::GamePlusCount' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, SurfaceType) == 0x00007C, "Member 'FDetectCondition::SurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, PlayerLeisureOverTime) == 0x000080, "Member 'FDetectCondition::PlayerLeisureOverTime' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition, Comment) == 0x000088, "Member 'FDetectCondition::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerAbnormalCondition \ +static_assert(alignof(FTriggerAbnormalCondition) == 0x000008, "Wrong alignment on FTriggerAbnormalCondition"); \ +static_assert(sizeof(FTriggerAbnormalCondition) == 0x000020, "Wrong size on FTriggerAbnormalCondition"); \ +static_assert(offsetof(FTriggerAbnormalCondition, UnitType) == 0x000000, "Member 'FTriggerAbnormalCondition::UnitType' has a wrong offset!"); \ +static_assert(offsetof(FTriggerAbnormalCondition, Conditions) == 0x000008, "Member 'FTriggerAbnormalCondition::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FTriggerAbnormalCondition, ConditionalRelation) == 0x000018, "Member 'FTriggerAbnormalCondition::ConditionalRelation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAbnormalStateAccConfig \ +static_assert(alignof(FAbnormalStateAccConfig) == 0x000008, "Wrong alignment on FAbnormalStateAccConfig"); \ +static_assert(sizeof(FAbnormalStateAccConfig) == 0x000030, "Wrong size on FAbnormalStateAccConfig"); \ +static_assert(offsetof(FAbnormalStateAccConfig, Condition) == 0x000000, "Member 'FAbnormalStateAccConfig::Condition' has a wrong offset!"); \ +static_assert(offsetof(FAbnormalStateAccConfig, AbnormalStateType) == 0x000020, "Member 'FAbnormalStateAccConfig::AbnormalStateType' has a wrong offset!"); \ +static_assert(offsetof(FAbnormalStateAccConfig, Level) == 0x000024, "Member 'FAbnormalStateAccConfig::Level' has a wrong offset!"); \ +static_assert(offsetof(FAbnormalStateAccConfig, AccType) == 0x000028, "Member 'FAbnormalStateAccConfig::AccType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTriggerEffectWithCondition \ +static_assert(alignof(FTriggerEffectWithCondition) == 0x000008, "Wrong alignment on FTriggerEffectWithCondition"); \ +static_assert(sizeof(FTriggerEffectWithCondition) == 0x000030, "Wrong size on FTriggerEffectWithCondition"); \ +static_assert(offsetof(FTriggerEffectWithCondition, UnitType) == 0x000000, "Member 'FTriggerEffectWithCondition::UnitType' has a wrong offset!"); \ +static_assert(offsetof(FTriggerEffectWithCondition, Conditions) == 0x000008, "Member 'FTriggerEffectWithCondition::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FTriggerEffectWithCondition, ConditionalRelation) == 0x000018, "Member 'FTriggerEffectWithCondition::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FTriggerEffectWithCondition, EffectIDList) == 0x000020, "Member 'FTriggerEffectWithCondition::EffectIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSweepCheckParamter \ +static_assert(alignof(FSweepCheckParamter) == 0x000008, "Wrong alignment on FSweepCheckParamter"); \ +static_assert(sizeof(FSweepCheckParamter) == 0x0000A0, "Wrong size on FSweepCheckParamter"); \ +static_assert(offsetof(FSweepCheckParamter, WeaponIndex) == 0x000000, "Member 'FSweepCheckParamter::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, SweepCheckShape) == 0x000008, "Member 'FSweepCheckParamter::SweepCheckShape' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, EffectIDList) == 0x000018, "Member 'FSweepCheckParamter::EffectIDList' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, AbnormalStateEffectList) == 0x000028, "Member 'FSweepCheckParamter::AbnormalStateEffectList' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, EffectIDListForSceneItem) == 0x000038, "Member 'FSweepCheckParamter::EffectIDListForSceneItem' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, HitDestructibleActorConfig) == 0x000048, "Member 'FSweepCheckParamter::HitDestructibleActorConfig' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, HitChrAudioID) == 0x00004C, "Member 'FSweepCheckParamter::HitChrAudioID' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, HitChrFXWeight) == 0x000050, "Member 'FSweepCheckParamter::HitChrFXWeight' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, HitCheckConfl) == 0x000054, "Member 'FSweepCheckParamter::HitCheckConfl' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, SweepCheckProtectTime) == 0x000058, "Member 'FSweepCheckParamter::SweepCheckProtectTime' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, Animation) == 0x000060, "Member 'FSweepCheckParamter::Animation' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, AtkReboundingAM) == 0x000068, "Member 'FSweepCheckParamter::AtkReboundingAM' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, LowAtkReboundingAM) == 0x000070, "Member 'FSweepCheckParamter::LowAtkReboundingAM' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, SweepCheckGroupID) == 0x000078, "Member 'FSweepCheckParamter::SweepCheckGroupID' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, EffectsWithCondition_Before) == 0x000080, "Member 'FSweepCheckParamter::EffectsWithCondition_Before' has a wrong offset!"); \ +static_assert(offsetof(FSweepCheckParamter, EffectsWithCondition_After) == 0x000090, "Member 'FSweepCheckParamter::EffectsWithCondition_After' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAudioConfig \ +static_assert(alignof(FAudioConfig) == 0x000008, "Wrong alignment on FAudioConfig"); \ +static_assert(sizeof(FAudioConfig) == 0x000010, "Wrong size on FAudioConfig"); \ +static_assert(offsetof(FAudioConfig, AudioEvent) == 0x000000, "Member 'FAudioConfig::AudioEvent' has a wrong offset!"); \ +static_assert(offsetof(FAudioConfig, DelayTime) == 0x000008, "Member 'FAudioConfig::DelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCanvasPainterData \ +static_assert(alignof(FCanvasPainterData) == 0x000008, "Wrong alignment on FCanvasPainterData"); \ +static_assert(sizeof(FCanvasPainterData) == 0x0000A0, "Wrong size on FCanvasPainterData"); \ +static_assert(offsetof(FCanvasPainterData, RTTextureParamName) == 0x000000, "Member 'FCanvasPainterData::RTTextureParamName' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, RTPing) == 0x000008, "Member 'FCanvasPainterData::RTPing' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, RTPong) == 0x000030, "Member 'FCanvasPainterData::RTPong' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, RTResult) == 0x000058, "Member 'FCanvasPainterData::RTResult' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, PainterMaterial) == 0x000080, "Member 'FCanvasPainterData::PainterMaterial' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, CanvasMaterial) == 0x000088, "Member 'FCanvasPainterData::CanvasMaterial' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, FadeOutTime) == 0x000090, "Member 'FCanvasPainterData::FadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, EndTime) == 0x000094, "Member 'FCanvasPainterData::EndTime' has a wrong offset!"); \ +static_assert(offsetof(FCanvasPainterData, RTSize) == 0x000098, "Member 'FCanvasPainterData::RTSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStiffLevelInfo \ +static_assert(alignof(FStiffLevelInfo) == 0x000008, "Wrong alignment on FStiffLevelInfo"); \ +static_assert(sizeof(FStiffLevelInfo) == 0x000018, "Wrong size on FStiffLevelInfo"); \ +static_assert(offsetof(FStiffLevelInfo, StiffLevelValue) == 0x000000, "Member 'FStiffLevelInfo::StiffLevelValue' has a wrong offset!"); \ +static_assert(offsetof(FStiffLevelInfo, StiffLevelName) == 0x000008, "Member 'FStiffLevelInfo::StiffLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAiConversationFact \ +static_assert(alignof(FAiConversationFact) == 0x000008, "Wrong alignment on FAiConversationFact"); \ +static_assert(sizeof(FAiConversationFact) == 0x000030, "Wrong size on FAiConversationFact"); \ +static_assert(offsetof(FAiConversationFact, KeyName) == 0x000000, "Member 'FAiConversationFact::KeyName' has a wrong offset!"); \ +static_assert(offsetof(FAiConversationFact, FactType) == 0x000010, "Member 'FAiConversationFact::FactType' has a wrong offset!"); \ +static_assert(offsetof(FAiConversationFact, DefaultValue_Int) == 0x000014, "Member 'FAiConversationFact::DefaultValue_Int' has a wrong offset!"); \ +static_assert(offsetof(FAiConversationFact, DefaultValue_Str) == 0x000020, "Member 'FAiConversationFact::DefaultValue_Str' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFNPCIdleAnimInfo \ +static_assert(alignof(FFNPCIdleAnimInfo) == 0x000008, "Wrong alignment on FFNPCIdleAnimInfo"); \ +static_assert(sizeof(FFNPCIdleAnimInfo) == 0x000018, "Wrong size on FFNPCIdleAnimInfo"); \ +static_assert(offsetof(FFNPCIdleAnimInfo, IdleAnim) == 0x000000, "Member 'FFNPCIdleAnimInfo::IdleAnim' has a wrong offset!"); \ +static_assert(offsetof(FFNPCIdleAnimInfo, Comment) == 0x000008, "Member 'FFNPCIdleAnimInfo::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBtlBGMBPConfig \ +static_assert(alignof(FBtlBGMBPConfig) == 0x000008, "Wrong alignment on FBtlBGMBPConfig"); \ +static_assert(sizeof(FBtlBGMBPConfig) == 0x000028, "Wrong size on FBtlBGMBPConfig"); \ +static_assert(offsetof(FBtlBGMBPConfig, TransMusicConfig) == 0x000001, "Member 'FBtlBGMBPConfig::TransMusicConfig' has a wrong offset!"); \ +static_assert(offsetof(FBtlBGMBPConfig, BGMStopDistance) == 0x000004, "Member 'FBtlBGMBPConfig::BGMStopDistance' has a wrong offset!"); \ +static_assert(offsetof(FBtlBGMBPConfig, AkEventBegin) == 0x000008, "Member 'FBtlBGMBPConfig::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(FBtlBGMBPConfig, AkEventStop) == 0x000010, "Member 'FBtlBGMBPConfig::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(FBtlBGMBPConfig, StopEventConditionConfig) == 0x000018, "Member 'FBtlBGMBPConfig::StopEventConditionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTeleportParam_SimpleLevelIdAndTransform \ +static_assert(alignof(FTeleportParam_SimpleLevelIdAndTransform) == 0x000010, "Wrong alignment on FTeleportParam_SimpleLevelIdAndTransform"); \ +static_assert(sizeof(FTeleportParam_SimpleLevelIdAndTransform) == 0x000080, "Wrong size on FTeleportParam_SimpleLevelIdAndTransform"); \ +static_assert(offsetof(FTeleportParam_SimpleLevelIdAndTransform, LevelID) == 0x000000, "Member 'FTeleportParam_SimpleLevelIdAndTransform::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_SimpleLevelIdAndTransform, TeleportTransform) == 0x000010, "Member 'FTeleportParam_SimpleLevelIdAndTransform::TeleportTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroupAIBPConfig \ +static_assert(alignof(FGroupAIBPConfig) == 0x000008, "Wrong alignment on FGroupAIBPConfig"); \ +static_assert(sizeof(FGroupAIBPConfig) == 0x000048, "Wrong size on FGroupAIBPConfig"); \ +static_assert(offsetof(FGroupAIBPConfig, GroupAIOnFightSkillList) == 0x000008, "Member 'FGroupAIBPConfig::GroupAIOnFightSkillList' has a wrong offset!"); \ +static_assert(offsetof(FGroupAIBPConfig, BuffListWhenReceiveToken) == 0x000020, "Member 'FGroupAIBPConfig::BuffListWhenReceiveToken' has a wrong offset!"); \ +static_assert(offsetof(FGroupAIBPConfig, BuffListWhenLostToken) == 0x000038, "Member 'FGroupAIBPConfig::BuffListWhenLostToken' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStaminaTextureInfo \ +static_assert(alignof(FStaminaTextureInfo) == 0x000008, "Wrong alignment on FStaminaTextureInfo"); \ +static_assert(sizeof(FStaminaTextureInfo) == 0x0000F0, "Wrong size on FStaminaTextureInfo"); \ +static_assert(offsetof(FStaminaTextureInfo, StaminaTextureConfig) == 0x000000, "Member 'FStaminaTextureInfo::StaminaTextureConfig' has a wrong offset!"); \ +static_assert(offsetof(FStaminaTextureInfo, StaminaCostTextureConfig) == 0x000050, "Member 'FStaminaTextureInfo::StaminaCostTextureConfig' has a wrong offset!"); \ +static_assert(offsetof(FStaminaTextureInfo, StaminaRecoverColorConfig) == 0x0000A0, "Member 'FStaminaTextureInfo::StaminaRecoverColorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTeleportParam_RebirthPoint \ +static_assert(alignof(FTeleportParam_RebirthPoint) == 0x000004, "Wrong alignment on FTeleportParam_RebirthPoint"); \ +static_assert(sizeof(FTeleportParam_RebirthPoint) == 0x000008, "Wrong size on FTeleportParam_RebirthPoint"); \ +static_assert(offsetof(FTeleportParam_RebirthPoint, RebirthPointId) == 0x000000, "Member 'FTeleportParam_RebirthPoint::RebirthPointId' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_RebirthPoint, RebirthType) == 0x000004, "Member 'FTeleportParam_RebirthPoint::RebirthType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSTROConfig \ +static_assert(alignof(FFGSTROConfig) == 0x000008, "Wrong alignment on FFGSTROConfig"); \ +static_assert(sizeof(FFGSTROConfig) == 0x000030, "Wrong size on FFGSTROConfig"); \ +static_assert(offsetof(FFGSTROConfig, PatitionLayerConfig) == 0x000000, "Member 'FFGSTROConfig::PatitionLayerConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSTROConfig, TROLevel) == 0x000028, "Member 'FFGSTROConfig::TROLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEquipPreviewPositionConfig \ +static_assert(alignof(FEquipPreviewPositionConfig) == 0x000008, "Wrong alignment on FEquipPreviewPositionConfig"); \ +static_assert(sizeof(FEquipPreviewPositionConfig) == 0x000088, "Wrong size on FEquipPreviewPositionConfig"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, DBCDAMap) == 0x000000, "Member 'FEquipPreviewPositionConfig::DBCDAMap' has a wrong offset!"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, AnimIn) == 0x000050, "Member 'FEquipPreviewPositionConfig::AnimIn' has a wrong offset!"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, HeadAnimIn) == 0x000058, "Member 'FEquipPreviewPositionConfig::HeadAnimIn' has a wrong offset!"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, AnimOutSuccess) == 0x000060, "Member 'FEquipPreviewPositionConfig::AnimOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, HeadAnimOutSuccess) == 0x000068, "Member 'FEquipPreviewPositionConfig::HeadAnimOutSuccess' has a wrong offset!"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, AnimOutBack) == 0x000070, "Member 'FEquipPreviewPositionConfig::AnimOutBack' has a wrong offset!"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, HeadAnimOutBack) == 0x000078, "Member 'FEquipPreviewPositionConfig::HeadAnimOutBack' has a wrong offset!"); \ +static_assert(offsetof(FEquipPreviewPositionConfig, MarkIcon) == 0x000080, "Member 'FEquipPreviewPositionConfig::MarkIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTeleportParam_TeleportNamedPoint \ +static_assert(alignof(FTeleportParam_TeleportNamedPoint) == 0x000004, "Wrong alignment on FTeleportParam_TeleportNamedPoint"); \ +static_assert(sizeof(FTeleportParam_TeleportNamedPoint) == 0x00000C, "Wrong size on FTeleportParam_TeleportNamedPoint"); \ +static_assert(offsetof(FTeleportParam_TeleportNamedPoint, LevelID) == 0x000000, "Member 'FTeleportParam_TeleportNamedPoint::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_TeleportNamedPoint, TeleportPointName) == 0x000004, "Member 'FTeleportParam_TeleportNamedPoint::TeleportPointName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockInfoByHitLevel \ +static_assert(alignof(FBlockInfoByHitLevel) == 0x000008, "Wrong alignment on FBlockInfoByHitLevel"); \ +static_assert(sizeof(FBlockInfoByHitLevel) == 0x000018, "Wrong size on FBlockInfoByHitLevel"); \ +static_assert(offsetof(FBlockInfoByHitLevel, HitLevel) == 0x000000, "Member 'FBlockInfoByHitLevel::HitLevel' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoByHitLevel, BlockAMInfoList) == 0x000008, "Member 'FBlockInfoByHitLevel::BlockAMInfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSCastDingShenSetting \ +static_assert(alignof(FFGSCastDingShenSetting) == 0x000004, "Wrong alignment on FFGSCastDingShenSetting"); \ +static_assert(sizeof(FFGSCastDingShenSetting) == 0x00001C, "Wrong size on FFGSCastDingShenSetting"); \ +static_assert(offsetof(FFGSCastDingShenSetting, DingShenBuffID) == 0x000000, "Member 'FFGSCastDingShenSetting::DingShenBuffID' has a wrong offset!"); \ +static_assert(offsetof(FFGSCastDingShenSetting, SelectCount) == 0x000008, "Member 'FFGSCastDingShenSetting::SelectCount' has a wrong offset!"); \ +static_assert(offsetof(FFGSCastDingShenSetting, RangeRadius) == 0x00000C, "Member 'FFGSCastDingShenSetting::RangeRadius' has a wrong offset!"); \ +static_assert(offsetof(FFGSCastDingShenSetting, TargetFilter) == 0x000010, "Member 'FFGSCastDingShenSetting::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(FFGSCastDingShenSetting, TargetTypeFilter) == 0x000014, "Member 'FFGSCastDingShenSetting::TargetTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(FFGSCastDingShenSetting, AffiliationTypeFilter) == 0x000018, "Member 'FFGSCastDingShenSetting::AffiliationTypeFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTeleportParam_Dream \ +static_assert(alignof(FTeleportParam_Dream) == 0x000004, "Wrong alignment on FTeleportParam_Dream"); \ +static_assert(sizeof(FTeleportParam_Dream) == 0x000014, "Wrong size on FTeleportParam_Dream"); \ +static_assert(offsetof(FTeleportParam_Dream, LevelID) == 0x000000, "Member 'FTeleportParam_Dream::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_Dream, TeleportPointName) == 0x000004, "Member 'FTeleportParam_Dream::TeleportPointName' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_Dream, RebirthPointId) == 0x00000C, "Member 'FTeleportParam_Dream::RebirthPointId' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_Dream, LoadingScreenType) == 0x000011, "Member 'FTeleportParam_Dream::LoadingScreenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSMontageMoveData \ +static_assert(alignof(FFGSMontageMoveData) == 0x000008, "Wrong alignment on FFGSMontageMoveData"); \ +static_assert(sizeof(FFGSMontageMoveData) == 0x000020, "Wrong size on FFGSMontageMoveData"); \ +static_assert(offsetof(FFGSMontageMoveData, Montage) == 0x000000, "Member 'FFGSMontageMoveData::Montage' has a wrong offset!"); \ +static_assert(offsetof(FFGSMontageMoveData, Scale) == 0x000008, "Member 'FFGSMontageMoveData::Scale' has a wrong offset!"); \ +static_assert(offsetof(FFGSMontageMoveData, PlayTimeRate) == 0x00000C, "Member 'FFGSMontageMoveData::PlayTimeRate' has a wrong offset!"); \ +static_assert(offsetof(FFGSMontageMoveData, MontagePosOffset) == 0x000010, "Member 'FFGSMontageMoveData::MontagePosOffset' has a wrong offset!"); \ +static_assert(offsetof(FFGSMontageMoveData, StartSectionName) == 0x000014, "Member 'FFGSMontageMoveData::StartSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFTPModeStickerImage \ +static_assert(alignof(FFTPModeStickerImage) == 0x000008, "Wrong alignment on FFTPModeStickerImage"); \ +static_assert(sizeof(FFTPModeStickerImage) == 0x000020, "Wrong size on FFTPModeStickerImage"); \ +static_assert(offsetof(FFTPModeStickerImage, DisplayName) == 0x000000, "Member 'FFTPModeStickerImage::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FFTPModeStickerImage, ImageTex) == 0x000018, "Member 'FFTPModeStickerImage::ImageTex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTeleportParam_PlayerRebirth \ +static_assert(alignof(FTeleportParam_PlayerRebirth) == 0x000004, "Wrong alignment on FTeleportParam_PlayerRebirth"); \ +static_assert(sizeof(FTeleportParam_PlayerRebirth) == 0x00000C, "Wrong size on FTeleportParam_PlayerRebirth"); \ +static_assert(offsetof(FTeleportParam_PlayerRebirth, LevelID) == 0x000000, "Member 'FTeleportParam_PlayerRebirth::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FTeleportParam_PlayerRebirth, TeleportPointName) == 0x000004, "Member 'FTeleportParam_PlayerRebirth::TeleportPointName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboSkill \ +static_assert(alignof(FComboSkill) == 0x000008, "Wrong alignment on FComboSkill"); \ +static_assert(sizeof(FComboSkill) == 0x000010, "Wrong size on FComboSkill"); \ +static_assert(offsetof(FComboSkill, SkillID) == 0x000000, "Member 'FComboSkill::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTeleportParam_NextChapter \ +static_assert(alignof(FTeleportParam_NextChapter) == 0x000004, "Wrong alignment on FTeleportParam_NextChapter"); \ +static_assert(sizeof(FTeleportParam_NextChapter) == 0x000004, "Wrong size on FTeleportParam_NextChapter"); \ +static_assert(offsetof(FTeleportParam_NextChapter, LevelID) == 0x000000, "Member 'FTeleportParam_NextChapter::LevelID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransitionCondition_Idle \ +static_assert(alignof(FTransitionCondition_Idle) == 0x000008, "Wrong alignment on FTransitionCondition_Idle"); \ +static_assert(sizeof(FTransitionCondition_Idle) == 0x000110, "Wrong size on FTransitionCondition_Idle"); \ +static_assert(offsetof(FTransitionCondition_Idle, ConditionType) == 0x000000, "Member 'FTransitionCondition_Idle::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, Overlap) == 0x000004, "Member 'FTransitionCondition_Idle::Overlap' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, Interactor) == 0x000014, "Member 'FTransitionCondition_Idle::Interactor' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, Unit) == 0x000024, "Member 'FTransitionCondition_Idle::Unit' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, NPCUnit) == 0x000034, "Member 'FTransitionCondition_Idle::NPCUnit' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, GameStateCondition) == 0x000044, "Member 'FTransitionCondition_Idle::GameStateCondition' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, Timer_InArea) == 0x000048, "Member 'FTransitionCondition_Idle::Timer_InArea' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, Timer_OutArea) == 0x00004C, "Member 'FTransitionCondition_Idle::Timer_OutArea' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, TaskStage) == 0x000050, "Member 'FTransitionCondition_Idle::TaskStage' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, TaskStageStatus) == 0x000060, "Member 'FTransitionCondition_Idle::TaskStageStatus' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, InteractionGroupID) == 0x000064, "Member 'FTransitionCondition_Idle::InteractionGroupID' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, InteractionStep) == 0x000068, "Member 'FTransitionCondition_Idle::InteractionStep' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, OwningItemID) == 0x00006C, "Member 'FTransitionCondition_Idle::OwningItemID' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, OwningNum) == 0x000070, "Member 'FTransitionCondition_Idle::OwningNum' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, ConsumeItemID) == 0x000074, "Member 'FTransitionCondition_Idle::ConsumeItemID' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, ConsumptionQuantity) == 0x000078, "Member 'FTransitionCondition_Idle::ConsumptionQuantity' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, TargetActor) == 0x000080, "Member 'FTransitionCondition_Idle::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, SplineActor) == 0x0000B8, "Member 'FTransitionCondition_Idle::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, NpcMoveType) == 0x0000F0, "Member 'FTransitionCondition_Idle::NpcMoveType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, MoveAcceptableRadius) == 0x0000F4, "Member 'FTransitionCondition_Idle::MoveAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, SkillID) == 0x0000F8, "Member 'FTransitionCondition_Idle::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Idle, Comment) == 0x000100, "Member 'FTransitionCondition_Idle::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateNodeChildActorControlJJSObstacle \ +static_assert(alignof(FStateNodeChildActorControlJJSObstacle) == 0x000004, "Wrong alignment on FStateNodeChildActorControlJJSObstacle"); \ +static_assert(sizeof(FStateNodeChildActorControlJJSObstacle) == 0x00000C, "Wrong size on FStateNodeChildActorControlJJSObstacle"); \ +static_assert(offsetof(FStateNodeChildActorControlJJSObstacle, NickName) == 0x000000, "Member 'FStateNodeChildActorControlJJSObstacle::NickName' has a wrong offset!"); \ +static_assert(offsetof(FStateNodeChildActorControlJJSObstacle, State) == 0x000008, "Member 'FStateNodeChildActorControlJJSObstacle::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStateNodeChildActorControl \ +static_assert(alignof(FStateNodeChildActorControl) == 0x000008, "Wrong alignment on FStateNodeChildActorControl"); \ +static_assert(sizeof(FStateNodeChildActorControl) == 0x000010, "Wrong size on FStateNodeChildActorControl"); \ +static_assert(offsetof(FStateNodeChildActorControl, JJSObstacleCollection) == 0x000000, "Member 'FStateNodeChildActorControl::JJSObstacleCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_HasBuff \ +static_assert(alignof(FDetectCondition_HasBuff) == 0x000004, "Wrong alignment on FDetectCondition_HasBuff"); \ +static_assert(sizeof(FDetectCondition_HasBuff) == 0x000004, "Wrong size on FDetectCondition_HasBuff"); \ +static_assert(offsetof(FDetectCondition_HasBuff, BuffID) == 0x000000, "Member 'FDetectCondition_HasBuff::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_BodyBlend \ +static_assert(alignof(FAnimHumanoidSetting_BodyBlend) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_BodyBlend"); \ +static_assert(sizeof(FAnimHumanoidSetting_BodyBlend) == 0x000008, "Wrong size on FAnimHumanoidSetting_BodyBlend"); \ +static_assert(offsetof(FAnimHumanoidSetting_BodyBlend, BSUpperBodyBlendAdditive) == 0x000000, "Member 'FAnimHumanoidSetting_BodyBlend::BSUpperBodyBlendAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_UnitAttr \ +static_assert(alignof(FDetectCondition_UnitAttr) == 0x000004, "Wrong alignment on FDetectCondition_UnitAttr"); \ +static_assert(sizeof(FDetectCondition_UnitAttr) == 0x000008, "Wrong size on FDetectCondition_UnitAttr"); \ +static_assert(offsetof(FDetectCondition_UnitAttr, AttrFloatType) == 0x000000, "Member 'FDetectCondition_UnitAttr::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_UnitAttr, CompareOperation) == 0x000001, "Member 'FDetectCondition_UnitAttr::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_UnitAttr, CompareValue) == 0x000004, "Member 'FDetectCondition_UnitAttr::CompareValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_FsmState \ +static_assert(alignof(FDetectCondition_FsmState) == 0x000001, "Wrong alignment on FDetectCondition_FsmState"); \ +static_assert(sizeof(FDetectCondition_FsmState) == 0x000001, "Wrong size on FDetectCondition_FsmState"); \ +static_assert(offsetof(FDetectCondition_FsmState, FsmState) == 0x000000, "Member 'FDetectCondition_FsmState::FsmState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_SkillCoolDown \ +static_assert(alignof(FDetectCondition_SkillCoolDown) == 0x000004, "Wrong alignment on FDetectCondition_SkillCoolDown"); \ +static_assert(sizeof(FDetectCondition_SkillCoolDown) == 0x000004, "Wrong size on FDetectCondition_SkillCoolDown"); \ +static_assert(offsetof(FDetectCondition_SkillCoolDown, SkillID) == 0x000000, "Member 'FDetectCondition_SkillCoolDown::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSpawnProbabilityConfig \ +static_assert(alignof(FFGSSpawnProbabilityConfig) == 0x000008, "Wrong alignment on FFGSSpawnProbabilityConfig"); \ +static_assert(sizeof(FFGSSpawnProbabilityConfig) == 0x000078, "Wrong size on FFGSSpawnProbabilityConfig"); \ +static_assert(offsetof(FFGSSpawnProbabilityConfig, describe) == 0x000000, "Member 'FFGSSpawnProbabilityConfig::describe' has a wrong offset!"); \ +static_assert(offsetof(FFGSSpawnProbabilityConfig, MaxNum) == 0x000010, "Member 'FFGSSpawnProbabilityConfig::MaxNum' has a wrong offset!"); \ +static_assert(offsetof(FFGSSpawnProbabilityConfig, MinNum) == 0x000014, "Member 'FFGSSpawnProbabilityConfig::MinNum' has a wrong offset!"); \ +static_assert(offsetof(FFGSSpawnProbabilityConfig, PlusRate) == 0x000018, "Member 'FFGSSpawnProbabilityConfig::PlusRate' has a wrong offset!"); \ +static_assert(offsetof(FFGSSpawnProbabilityConfig, ChiefRate) == 0x00001C, "Member 'FFGSSpawnProbabilityConfig::ChiefRate' has a wrong offset!"); \ +static_assert(offsetof(FFGSSpawnProbabilityConfig, FreshDelta) == 0x000020, "Member 'FFGSSpawnProbabilityConfig::FreshDelta' has a wrong offset!"); \ +static_assert(offsetof(FFGSSpawnProbabilityConfig, ActorDict) == 0x000028, "Member 'FFGSSpawnProbabilityConfig::ActorDict' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSpawnProbabilityGroup \ +static_assert(alignof(FFGSSpawnProbabilityGroup) == 0x000008, "Wrong alignment on FFGSSpawnProbabilityGroup"); \ +static_assert(sizeof(FFGSSpawnProbabilityGroup) == 0x000050, "Wrong size on FFGSSpawnProbabilityGroup"); \ +static_assert(offsetof(FFGSSpawnProbabilityGroup, SpawnProbabilityGroup) == 0x000000, "Member 'FFGSSpawnProbabilityGroup::SpawnProbabilityGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_DistanceFromTarget \ +static_assert(alignof(FDetectCondition_DistanceFromTarget) == 0x000004, "Wrong alignment on FDetectCondition_DistanceFromTarget"); \ +static_assert(sizeof(FDetectCondition_DistanceFromTarget) == 0x000008, "Wrong size on FDetectCondition_DistanceFromTarget"); \ +static_assert(offsetof(FDetectCondition_DistanceFromTarget, DistanceCompareOperations) == 0x000000, "Member 'FDetectCondition_DistanceFromTarget::DistanceCompareOperations' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_DistanceFromTarget, DistanceCompareValue) == 0x000004, "Member 'FDetectCondition_DistanceFromTarget::DistanceCompareValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeTransitionCondition_Idle \ +static_assert(alignof(FCompositeTransitionCondition_Idle) == 0x000008, "Wrong alignment on FCompositeTransitionCondition_Idle"); \ +static_assert(sizeof(FCompositeTransitionCondition_Idle) == 0x000140, "Wrong size on FCompositeTransitionCondition_Idle"); \ +static_assert(offsetof(FCompositeTransitionCondition_Idle, Single) == 0x000000, "Member 'FCompositeTransitionCondition_Idle::Single' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Idle, Conditions) == 0x000118, "Member 'FCompositeTransitionCondition_Idle::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Idle, ConditionalRelation) == 0x000128, "Member 'FCompositeTransitionCondition_Idle::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Idle, Comment) == 0x000130, "Member 'FCompositeTransitionCondition_Idle::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_CustomFsmState \ +static_assert(alignof(FDetectCondition_CustomFsmState) == 0x000004, "Wrong alignment on FDetectCondition_CustomFsmState"); \ +static_assert(sizeof(FDetectCondition_CustomFsmState) == 0x000008, "Wrong size on FDetectCondition_CustomFsmState"); \ +static_assert(offsetof(FDetectCondition_CustomFsmState, CustomFsmState) == 0x000000, "Member 'FDetectCondition_CustomFsmState::CustomFsmState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FActorAttachConfig \ +static_assert(alignof(FActorAttachConfig) == 0x000008, "Wrong alignment on FActorAttachConfig"); \ +static_assert(sizeof(FActorAttachConfig) == 0x000010, "Wrong size on FActorAttachConfig"); \ +static_assert(offsetof(FActorAttachConfig, AttachBone) == 0x000000, "Member 'FActorAttachConfig::AttachBone' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_LastBeAttackedStiffLevel \ +static_assert(alignof(FDetectCondition_LastBeAttackedStiffLevel) == 0x000004, "Wrong alignment on FDetectCondition_LastBeAttackedStiffLevel"); \ +static_assert(sizeof(FDetectCondition_LastBeAttackedStiffLevel) == 0x000008, "Wrong size on FDetectCondition_LastBeAttackedStiffLevel"); \ +static_assert(offsetof(FDetectCondition_LastBeAttackedStiffLevel, CompareOperation) == 0x000000, "Member 'FDetectCondition_LastBeAttackedStiffLevel::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_LastBeAttackedStiffLevel, CompareValueInt) == 0x000004, "Member 'FDetectCondition_LastBeAttackedStiffLevel::CompareValueInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPriorityActionQueInfo \ +static_assert(alignof(FPriorityActionQueInfo) == 0x000008, "Wrong alignment on FPriorityActionQueInfo"); \ +static_assert(sizeof(FPriorityActionQueInfo) == 0x000048, "Wrong size on FPriorityActionQueInfo"); \ +static_assert(offsetof(FPriorityActionQueInfo, ExecutorNum) == 0x000000, "Member 'FPriorityActionQueInfo::ExecutorNum' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActionQueInfo, ResID) == 0x000004, "Member 'FPriorityActionQueInfo::ResID' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActionQueInfo, SelectUnitTypeInfo) == 0x000008, "Member 'FPriorityActionQueInfo::SelectUnitTypeInfo' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActionQueInfo, UnitType) == 0x000030, "Member 'FPriorityActionQueInfo::UnitType' has a wrong offset!"); \ +static_assert(offsetof(FPriorityActionQueInfo, Actions) == 0x000038, "Member 'FPriorityActionQueInfo::Actions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_DistanceFromMaster \ +static_assert(alignof(FDetectCondition_DistanceFromMaster) == 0x000004, "Wrong alignment on FDetectCondition_DistanceFromMaster"); \ +static_assert(sizeof(FDetectCondition_DistanceFromMaster) == 0x000008, "Wrong size on FDetectCondition_DistanceFromMaster"); \ +static_assert(offsetof(FDetectCondition_DistanceFromMaster, DistanceCompareOperations) == 0x000000, "Member 'FDetectCondition_DistanceFromMaster::DistanceCompareOperations' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_DistanceFromMaster, DistanceCompareValue) == 0x000004, "Member 'FDetectCondition_DistanceFromMaster::DistanceCompareValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_ActorYawRotation \ +static_assert(alignof(FDetectCondition_ActorYawRotation) == 0x000004, "Wrong alignment on FDetectCondition_ActorYawRotation"); \ +static_assert(sizeof(FDetectCondition_ActorYawRotation) == 0x00000C, "Wrong size on FDetectCondition_ActorYawRotation"); \ +static_assert(offsetof(FDetectCondition_ActorYawRotation, BaseDirection) == 0x000000, "Member 'FDetectCondition_ActorYawRotation::BaseDirection' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_ActorYawRotation, MinYawAngle) == 0x000004, "Member 'FDetectCondition_ActorYawRotation::MinYawAngle' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_ActorYawRotation, MaxYawAngle) == 0x000008, "Member 'FDetectCondition_ActorYawRotation::MaxYawAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboCondition \ +static_assert(alignof(FComboCondition) == 0x000008, "Wrong alignment on FComboCondition"); \ +static_assert(sizeof(FComboCondition) == 0x000058, "Wrong size on FComboCondition"); \ +static_assert(offsetof(FComboCondition, ConditionType) == 0x000000, "Member 'FComboCondition::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, UnitState) == 0x000001, "Member 'FComboCondition::UnitState' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, SimpleState) == 0x000002, "Member 'FComboCondition::SimpleState' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, AttrFloatType) == 0x000003, "Member 'FComboCondition::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, CompareOperation) == 0x000004, "Member 'FComboCondition::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, CompareValue) == 0x000008, "Member 'FComboCondition::CompareValue' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, BuffID) == 0x00000C, "Member 'FComboCondition::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, TalentID) == 0x000010, "Member 'FComboCondition::TalentID' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, ComparePotentialEnergyOperation) == 0x000014, "Member 'FComboCondition::ComparePotentialEnergyOperation' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, PotentialEnergyLevel) == 0x000018, "Member 'FComboCondition::PotentialEnergyLevel' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, CompareChargeOperation) == 0x00001C, "Member 'FComboCondition::CompareChargeOperation' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, ChargeLevel) == 0x000020, "Member 'FComboCondition::ChargeLevel' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, CompareCeilingHeightOperation) == 0x000024, "Member 'FComboCondition::CompareCeilingHeightOperation' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, CeilingHeight) == 0x000028, "Member 'FComboCondition::CeilingHeight' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, StanceType) == 0x00002C, "Member 'FComboCondition::StanceType' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, SkillIdList) == 0x000030, "Member 'FComboCondition::SkillIdList' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, MoveMode) == 0x000040, "Member 'FComboCondition::MoveMode' has a wrong offset!"); \ +static_assert(offsetof(FComboCondition, ConditionIdentity) == 0x000048, "Member 'FComboCondition::ConditionIdentity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_GlobalCastSkillCount \ +static_assert(alignof(FDetectCondition_GlobalCastSkillCount) == 0x000004, "Wrong alignment on FDetectCondition_GlobalCastSkillCount"); \ +static_assert(sizeof(FDetectCondition_GlobalCastSkillCount) == 0x00000C, "Wrong size on FDetectCondition_GlobalCastSkillCount"); \ +static_assert(offsetof(FDetectCondition_GlobalCastSkillCount, SkillID) == 0x000000, "Member 'FDetectCondition_GlobalCastSkillCount::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_GlobalCastSkillCount, CompareOperation) == 0x000004, "Member 'FDetectCondition_GlobalCastSkillCount::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_GlobalCastSkillCount, CompareValueInt) == 0x000008, "Member 'FDetectCondition_GlobalCastSkillCount::CompareValueInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRangePointSetRule \ +static_assert(alignof(FRangePointSetRule) == 0x000008, "Wrong alignment on FRangePointSetRule"); \ +static_assert(sizeof(FRangePointSetRule) == 0x000028, "Wrong size on FRangePointSetRule"); \ +static_assert(offsetof(FRangePointSetRule, RangePointSetType) == 0x000000, "Member 'FRangePointSetRule::RangePointSetType' has a wrong offset!"); \ +static_assert(offsetof(FRangePointSetRule, MatrixDensity) == 0x000004, "Member 'FRangePointSetRule::MatrixDensity' has a wrong offset!"); \ +static_assert(offsetof(FRangePointSetRule, CircleRadius) == 0x000008, "Member 'FRangePointSetRule::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(FRangePointSetRule, InnerCircleRadius) == 0x00000C, "Member 'FRangePointSetRule::InnerCircleRadius' has a wrong offset!"); \ +static_assert(offsetof(FRangePointSetRule, Noise) == 0x000010, "Member 'FRangePointSetRule::Noise' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_DurCastSkill \ +static_assert(alignof(FDetectCondition_DurCastSkill) == 0x000008, "Wrong alignment on FDetectCondition_DurCastSkill"); \ +static_assert(sizeof(FDetectCondition_DurCastSkill) == 0x000010, "Wrong size on FDetectCondition_DurCastSkill"); \ +static_assert(offsetof(FDetectCondition_DurCastSkill, SkillIdList) == 0x000000, "Member 'FDetectCondition_DurCastSkill::SkillIdList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSplinePatrolWaitPoint \ +static_assert(alignof(FFGSSplinePatrolWaitPoint) == 0x000008, "Wrong alignment on FFGSSplinePatrolWaitPoint"); \ +static_assert(sizeof(FFGSSplinePatrolWaitPoint) == 0x000008, "Wrong size on FFGSSplinePatrolWaitPoint"); \ +static_assert(offsetof(FFGSSplinePatrolWaitPoint, WaitAM) == 0x000000, "Member 'FFGSSplinePatrolWaitPoint::WaitAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_CurSkillCostDmgNum \ +static_assert(alignof(FDetectCondition_CurSkillCostDmgNum) == 0x000004, "Wrong alignment on FDetectCondition_CurSkillCostDmgNum"); \ +static_assert(sizeof(FDetectCondition_CurSkillCostDmgNum) == 0x000008, "Wrong size on FDetectCondition_CurSkillCostDmgNum"); \ +static_assert(offsetof(FDetectCondition_CurSkillCostDmgNum, CompareOperation) == 0x000000, "Member 'FDetectCondition_CurSkillCostDmgNum::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_CurSkillCostDmgNum, CompareValueInt) == 0x000004, "Member 'FDetectCondition_CurSkillCostDmgNum::CompareValueInt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGamePlusSpawnConfig \ +static_assert(alignof(FGamePlusSpawnConfig) == 0x000008, "Wrong alignment on FGamePlusSpawnConfig"); \ +static_assert(sizeof(FGamePlusSpawnConfig) == 0x000018, "Wrong size on FGamePlusSpawnConfig"); \ +static_assert(offsetof(FGamePlusSpawnConfig, GamePlusCount) == 0x000000, "Member 'FGamePlusSpawnConfig::GamePlusCount' has a wrong offset!"); \ +static_assert(offsetof(FGamePlusSpawnConfig, SpawnerConfig) == 0x000008, "Member 'FGamePlusSpawnConfig::SpawnerConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeTransitionCondition_Group \ +static_assert(alignof(FCompositeTransitionCondition_Group) == 0x000008, "Wrong alignment on FCompositeTransitionCondition_Group"); \ +static_assert(sizeof(FCompositeTransitionCondition_Group) == 0x0000E0, "Wrong size on FCompositeTransitionCondition_Group"); \ +static_assert(offsetof(FCompositeTransitionCondition_Group, Single) == 0x000000, "Member 'FCompositeTransitionCondition_Group::Single' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Group, Conditions) == 0x0000B8, "Member 'FCompositeTransitionCondition_Group::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Group, ConditionalRelation) == 0x0000C8, "Member 'FCompositeTransitionCondition_Group::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Group, Comment) == 0x0000D0, "Member 'FCompositeTransitionCondition_Group::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_SocketUnitsDead \ +static_assert(alignof(FDetectCondition_SocketUnitsDead) == 0x000004, "Wrong alignment on FDetectCondition_SocketUnitsDead"); \ +static_assert(sizeof(FDetectCondition_SocketUnitsDead) == 0x00001C, "Wrong size on FDetectCondition_SocketUnitsDead"); \ +static_assert(offsetof(FDetectCondition_SocketUnitsDead, MatchInfo) == 0x000000, "Member 'FDetectCondition_SocketUnitsDead::MatchInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitSealthSkillIDPair \ +static_assert(alignof(FUnitSealthSkillIDPair) == 0x000004, "Wrong alignment on FUnitSealthSkillIDPair"); \ +static_assert(sizeof(FUnitSealthSkillIDPair) == 0x000008, "Wrong size on FUnitSealthSkillIDPair"); \ +static_assert(offsetof(FUnitSealthSkillIDPair, BeginStealthSkillID) == 0x000000, "Member 'FUnitSealthSkillIDPair::BeginStealthSkillID' has a wrong offset!"); \ +static_assert(offsetof(FUnitSealthSkillIDPair, EndStealthSkillID) == 0x000004, "Member 'FUnitSealthSkillIDPair::EndStealthSkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_SpecifyResIdUnitsDead \ +static_assert(alignof(FDetectCondition_SpecifyResIdUnitsDead) == 0x000004, "Wrong alignment on FDetectCondition_SpecifyResIdUnitsDead"); \ +static_assert(sizeof(FDetectCondition_SpecifyResIdUnitsDead) == 0x000004, "Wrong size on FDetectCondition_SpecifyResIdUnitsDead"); \ +static_assert(offsetof(FDetectCondition_SpecifyResIdUnitsDead, ResID) == 0x000000, "Member 'FDetectCondition_SpecifyResIdUnitsDead::ResID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_FamilySpecifyUnitAttr \ +static_assert(alignof(FDetectCondition_FamilySpecifyUnitAttr) == 0x000004, "Wrong alignment on FDetectCondition_FamilySpecifyUnitAttr"); \ +static_assert(sizeof(FDetectCondition_FamilySpecifyUnitAttr) == 0x000024, "Wrong size on FDetectCondition_FamilySpecifyUnitAttr"); \ +static_assert(offsetof(FDetectCondition_FamilySpecifyUnitAttr, MatchInfo) == 0x000000, "Member 'FDetectCondition_FamilySpecifyUnitAttr::MatchInfo' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_FamilySpecifyUnitAttr, AttrFloatType) == 0x00001C, "Member 'FDetectCondition_FamilySpecifyUnitAttr::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_FamilySpecifyUnitAttr, CompareOperation) == 0x00001D, "Member 'FDetectCondition_FamilySpecifyUnitAttr::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_FamilySpecifyUnitAttr, CompareValue) == 0x000020, "Member 'FDetectCondition_FamilySpecifyUnitAttr::CompareValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTortoiseRotateTriggerBoxInfo \ +static_assert(alignof(FTortoiseRotateTriggerBoxInfo) == 0x000008, "Wrong alignment on FTortoiseRotateTriggerBoxInfo"); \ +static_assert(sizeof(FTortoiseRotateTriggerBoxInfo) == 0x000020, "Wrong size on FTortoiseRotateTriggerBoxInfo"); \ +static_assert(offsetof(FTortoiseRotateTriggerBoxInfo, RotationAnimation) == 0x000008, "Member 'FTortoiseRotateTriggerBoxInfo::RotationAnimation' has a wrong offset!"); \ +static_assert(offsetof(FTortoiseRotateTriggerBoxInfo, RotationCurve) == 0x000010, "Member 'FTortoiseRotateTriggerBoxInfo::RotationCurve' has a wrong offset!"); \ +static_assert(offsetof(FTortoiseRotateTriggerBoxInfo, TransitionCurve) == 0x000018, "Member 'FTortoiseRotateTriggerBoxInfo::TransitionCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTileItemConfig \ +static_assert(alignof(FTileItemConfig) == 0x000008, "Wrong alignment on FTileItemConfig"); \ +static_assert(sizeof(FTileItemConfig) == 0x000030, "Wrong size on FTileItemConfig"); \ +static_assert(offsetof(FTileItemConfig, Size) == 0x000000, "Member 'FTileItemConfig::Size' has a wrong offset!"); \ +static_assert(offsetof(FTileItemConfig, Spacer) == 0x000010, "Member 'FTileItemConfig::Spacer' has a wrong offset!"); \ +static_assert(offsetof(FTileItemConfig, ItemPath) == 0x000020, "Member 'FTileItemConfig::ItemPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_Random \ +static_assert(alignof(FDetectCondition_Random) == 0x000004, "Wrong alignment on FDetectCondition_Random"); \ +static_assert(sizeof(FDetectCondition_Random) == 0x000004, "Wrong size on FDetectCondition_Random"); \ +static_assert(offsetof(FDetectCondition_Random, SuccessRate) == 0x000000, "Member 'FDetectCondition_Random::SuccessRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_StriderMove \ +static_assert(alignof(FAnimHumanoidSetting_StriderMove) == 0x000004, "Wrong alignment on FAnimHumanoidSetting_StriderMove"); \ +static_assert(sizeof(FAnimHumanoidSetting_StriderMove) == 0x000014, "Wrong size on FAnimHumanoidSetting_StriderMove"); \ +static_assert(offsetof(FAnimHumanoidSetting_StriderMove, StriderStopTime) == 0x000000, "Member 'FAnimHumanoidSetting_StriderMove::StriderStopTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_StriderMove, StriderStopDistance) == 0x000004, "Member 'FAnimHumanoidSetting_StriderMove::StriderStopDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_StriderMove, StriderLoopAnimTimeStart) == 0x000008, "Member 'FAnimHumanoidSetting_StriderMove::StriderLoopAnimTimeStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_StriderMove, StriderGuiChuTime) == 0x00000C, "Member 'FAnimHumanoidSetting_StriderMove::StriderGuiChuTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_StriderMove, StriderSingleStep) == 0x000010, "Member 'FAnimHumanoidSetting_StriderMove::StriderSingleStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_FamilyUnitAliveNum \ +static_assert(alignof(FDetectCondition_FamilyUnitAliveNum) == 0x000004, "Wrong alignment on FDetectCondition_FamilyUnitAliveNum"); \ +static_assert(sizeof(FDetectCondition_FamilyUnitAliveNum) == 0x000024, "Wrong size on FDetectCondition_FamilyUnitAliveNum"); \ +static_assert(offsetof(FDetectCondition_FamilyUnitAliveNum, MatchInfo) == 0x000000, "Member 'FDetectCondition_FamilyUnitAliveNum::MatchInfo' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_FamilyUnitAliveNum, CompareOperation) == 0x00001C, "Member 'FDetectCondition_FamilyUnitAliveNum::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_FamilyUnitAliveNum, AliveUnitNum) == 0x000020, "Member 'FDetectCondition_FamilyUnitAliveNum::AliveUnitNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnWaveUnitConfig \ +static_assert(alignof(FSpawnWaveUnitConfig) == 0x000008, "Wrong alignment on FSpawnWaveUnitConfig"); \ +static_assert(sizeof(FSpawnWaveUnitConfig) == 0x0000D0, "Wrong size on FSpawnWaveUnitConfig"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, SpawnPointType) == 0x000000, "Member 'FSpawnWaveUnitConfig::SpawnPointType' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, EQSTemplate) == 0x000008, "Member 'FSpawnWaveUnitConfig::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, QueryConfig) == 0x000010, "Member 'FSpawnWaveUnitConfig::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, LocalSpaceType) == 0x000020, "Member 'FSpawnWaveUnitConfig::LocalSpaceType' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, LocalSpaceOffset) == 0x000028, "Member 'FSpawnWaveUnitConfig::LocalSpaceOffset' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, UnitType) == 0x000040, "Member 'FSpawnWaveUnitConfig::UnitType' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, TamerClass) == 0x000048, "Member 'FSpawnWaveUnitConfig::TamerClass' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, SpawnPoints) == 0x000050, "Member 'FSpawnWaveUnitConfig::SpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, BirthBuff) == 0x000060, "Member 'FSpawnWaveUnitConfig::BirthBuff' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, SpawnMontage) == 0x000070, "Member 'FSpawnWaveUnitConfig::SpawnMontage' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, SpawnMaster) == 0x000080, "Member 'FSpawnWaveUnitConfig::SpawnMaster' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveUnitConfig, MasterTamer) == 0x0000A8, "Member 'FSpawnWaveUnitConfig::MasterTamer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnWaveConfig_Infinite_OneWaveWrap \ +static_assert(alignof(FSpawnWaveConfig_Infinite_OneWaveWrap) == 0x000008, "Wrong alignment on FSpawnWaveConfig_Infinite_OneWaveWrap"); \ +static_assert(sizeof(FSpawnWaveConfig_Infinite_OneWaveWrap) == 0x000028, "Wrong size on FSpawnWaveConfig_Infinite_OneWaveWrap"); \ +static_assert(offsetof(FSpawnWaveConfig_Infinite_OneWaveWrap, SpawnWaveUnits) == 0x000000, "Member 'FSpawnWaveConfig_Infinite_OneWaveWrap::SpawnWaveUnits' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveConfig_Infinite_OneWaveWrap, RemainUnitNumToTriggerFill) == 0x000010, "Member 'FSpawnWaveConfig_Infinite_OneWaveWrap::RemainUnitNumToTriggerFill' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveConfig_Infinite_OneWaveWrap, SpawnWaveUnits_Fill) == 0x000018, "Member 'FSpawnWaveConfig_Infinite_OneWaveWrap::SpawnWaveUnits_Fill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitGuidData \ +static_assert(alignof(FUnitGuidData) == 0x000004, "Wrong alignment on FUnitGuidData"); \ +static_assert(sizeof(FUnitGuidData) == 0x000010, "Wrong size on FUnitGuidData"); \ +static_assert(offsetof(FUnitGuidData, GameplayTagGuid) == 0x000000, "Member 'FUnitGuidData::GameplayTagGuid' has a wrong offset!"); \ +static_assert(offsetof(FUnitGuidData, GameplayTagGuidForGroup) == 0x000008, "Member 'FUnitGuidData::GameplayTagGuidForGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_CompareBuffLayer \ +static_assert(alignof(FDetectCondition_CompareBuffLayer) == 0x000004, "Wrong alignment on FDetectCondition_CompareBuffLayer"); \ +static_assert(sizeof(FDetectCondition_CompareBuffLayer) == 0x00000C, "Wrong size on FDetectCondition_CompareBuffLayer"); \ +static_assert(offsetof(FDetectCondition_CompareBuffLayer, BuffID) == 0x000000, "Member 'FDetectCondition_CompareBuffLayer::BuffID' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_CompareBuffLayer, BuffLayer) == 0x000004, "Member 'FDetectCondition_CompareBuffLayer::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_CompareBuffLayer, OperationType) == 0x000008, "Member 'FDetectCondition_CompareBuffLayer::OperationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_CompareGamePlusCount \ +static_assert(alignof(FDetectCondition_CompareGamePlusCount) == 0x000004, "Wrong alignment on FDetectCondition_CompareGamePlusCount"); \ +static_assert(sizeof(FDetectCondition_CompareGamePlusCount) == 0x000008, "Wrong size on FDetectCondition_CompareGamePlusCount"); \ +static_assert(offsetof(FDetectCondition_CompareGamePlusCount, OperationType) == 0x000000, "Member 'FDetectCondition_CompareGamePlusCount::OperationType' has a wrong offset!"); \ +static_assert(offsetof(FDetectCondition_CompareGamePlusCount, GamePlusCount) == 0x000004, "Member 'FDetectCondition_CompareGamePlusCount::GamePlusCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_CheckSurfaceType \ +static_assert(alignof(FDetectCondition_CheckSurfaceType) == 0x000001, "Wrong alignment on FDetectCondition_CheckSurfaceType"); \ +static_assert(sizeof(FDetectCondition_CheckSurfaceType) == 0x000001, "Wrong size on FDetectCondition_CheckSurfaceType"); \ +static_assert(offsetof(FDetectCondition_CheckSurfaceType, SurfaceType) == 0x000000, "Member 'FDetectCondition_CheckSurfaceType::SurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileMulTargetRule \ +static_assert(alignof(FProjectileMulTargetRule) == 0x000004, "Wrong alignment on FProjectileMulTargetRule"); \ +static_assert(sizeof(FProjectileMulTargetRule) == 0x00000C, "Wrong size on FProjectileMulTargetRule"); \ +static_assert(offsetof(FProjectileMulTargetRule, HalfAngle) == 0x000000, "Member 'FProjectileMulTargetRule::HalfAngle' has a wrong offset!"); \ +static_assert(offsetof(FProjectileMulTargetRule, MaxDistance) == 0x000004, "Member 'FProjectileMulTargetRule::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FProjectileMulTargetRule, MaxTargetNum) == 0x000008, "Member 'FProjectileMulTargetRule::MaxTargetNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectCondition_PlayerLeisureOverTime \ +static_assert(alignof(FDetectCondition_PlayerLeisureOverTime) == 0x000004, "Wrong alignment on FDetectCondition_PlayerLeisureOverTime"); \ +static_assert(sizeof(FDetectCondition_PlayerLeisureOverTime) == 0x000004, "Wrong size on FDetectCondition_PlayerLeisureOverTime"); \ +static_assert(offsetof(FDetectCondition_PlayerLeisureOverTime, PlayerLeisureOverTime) == 0x000000, "Member 'FDetectCondition_PlayerLeisureOverTime::PlayerLeisureOverTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationInfo \ +static_assert(alignof(FAnimationInfo) == 0x000008, "Wrong alignment on FAnimationInfo"); \ +static_assert(sizeof(FAnimationInfo) == 0x000020, "Wrong size on FAnimationInfo"); \ +static_assert(offsetof(FAnimationInfo, AnimationClipName) == 0x000000, "Member 'FAnimationInfo::AnimationClipName' has a wrong offset!"); \ +static_assert(offsetof(FAnimationInfo, AnimationClipStartTime) == 0x000010, "Member 'FAnimationInfo::AnimationClipStartTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimationInfo, AnimationClipEndTime) == 0x000014, "Member 'FAnimationInfo::AnimationClipEndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationInfoWithRef \ +static_assert(alignof(FAnimationInfoWithRef) == 0x000008, "Wrong alignment on FAnimationInfoWithRef"); \ +static_assert(sizeof(FAnimationInfoWithRef) == 0x000028, "Wrong size on FAnimationInfoWithRef"); \ +static_assert(offsetof(FAnimationInfoWithRef, WidgetAnimationRef) == 0x000000, "Member 'FAnimationInfoWithRef::WidgetAnimationRef' has a wrong offset!"); \ +static_assert(offsetof(FAnimationInfoWithRef, AnimInfo) == 0x000008, "Member 'FAnimationInfoWithRef::AnimInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeTransitionCondition_Guide \ +static_assert(alignof(FCompositeTransitionCondition_Guide) == 0x000008, "Wrong alignment on FCompositeTransitionCondition_Guide"); \ +static_assert(sizeof(FCompositeTransitionCondition_Guide) == 0x0000B0, "Wrong size on FCompositeTransitionCondition_Guide"); \ +static_assert(offsetof(FCompositeTransitionCondition_Guide, Single) == 0x000000, "Member 'FCompositeTransitionCondition_Guide::Single' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Guide, Conditions) == 0x000088, "Member 'FCompositeTransitionCondition_Guide::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Guide, ConditionalRelation) == 0x000098, "Member 'FCompositeTransitionCondition_Guide::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Guide, Comment) == 0x0000A0, "Member 'FCompositeTransitionCondition_Guide::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerRoleSync \ +static_assert(alignof(FTamerRoleSync) == 0x000008, "Wrong alignment on FTamerRoleSync"); \ +static_assert(sizeof(FTamerRoleSync) == 0x000018, "Wrong size on FTamerRoleSync"); \ +static_assert(offsetof(FTamerRoleSync, Guid) == 0x000000, "Member 'FTamerRoleSync::Guid' has a wrong offset!"); \ +static_assert(offsetof(FTamerRoleSync, SyncState) == 0x000010, "Member 'FTamerRoleSync::SyncState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIntimidateBPConfig \ +static_assert(alignof(FIntimidateBPConfig) == 0x000008, "Wrong alignment on FIntimidateBPConfig"); \ +static_assert(sizeof(FIntimidateBPConfig) == 0x000030, "Wrong size on FIntimidateBPConfig"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatingProbability) == 0x000000, "Member 'FIntimidateBPConfig::IntimidatingProbability' has a wrong offset!"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatingMinStiffLevel) == 0x000004, "Member 'FIntimidateBPConfig::IntimidatingMinStiffLevel' has a wrong offset!"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatingCD) == 0x000008, "Member 'FIntimidateBPConfig::IntimidatingCD' has a wrong offset!"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatingRange) == 0x00000C, "Member 'FIntimidateBPConfig::IntimidatingRange' has a wrong offset!"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatingInfluenceMaxNum) == 0x000010, "Member 'FIntimidateBPConfig::IntimidatingInfluenceMaxNum' has a wrong offset!"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatedSkillList) == 0x000018, "Member 'FIntimidateBPConfig::IntimidatedSkillList' has a wrong offset!"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatedProbability) == 0x000028, "Member 'FIntimidateBPConfig::IntimidatedProbability' has a wrong offset!"); \ +static_assert(offsetof(FIntimidateBPConfig, IntimidatedCD) == 0x00002C, "Member 'FIntimidateBPConfig::IntimidatedCD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitLockTargetInfo \ +static_assert(alignof(FUnitLockTargetInfo) == 0x000008, "Wrong alignment on FUnitLockTargetInfo"); \ +static_assert(sizeof(FUnitLockTargetInfo) == 0x000048, "Wrong size on FUnitLockTargetInfo"); \ +static_assert(offsetof(FUnitLockTargetInfo, LockTargetEntity) == 0x000000, "Member 'FUnitLockTargetInfo::LockTargetEntity' has a wrong offset!"); \ +static_assert(offsetof(FUnitLockTargetInfo, LockTargetWayType) == 0x000004, "Member 'FUnitLockTargetInfo::LockTargetWayType' has a wrong offset!"); \ +static_assert(offsetof(FUnitLockTargetInfo, LockTargetType) == 0x000005, "Member 'FUnitLockTargetInfo::LockTargetType' has a wrong offset!"); \ +static_assert(offsetof(FUnitLockTargetInfo, LockTargetSceneCompName) == 0x000008, "Member 'FUnitLockTargetInfo::LockTargetSceneCompName' has a wrong offset!"); \ +static_assert(offsetof(FUnitLockTargetInfo, LockTargetSkeletonSocketName) == 0x000018, "Member 'FUnitLockTargetInfo::LockTargetSkeletonSocketName' has a wrong offset!"); \ +static_assert(offsetof(FUnitLockTargetInfo, LockPointLocation) == 0x000028, "Member 'FUnitLockTargetInfo::LockPointLocation' has a wrong offset!"); \ +static_assert(offsetof(FUnitLockTargetInfo, SourceType) == 0x000040, "Member 'FUnitLockTargetInfo::SourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSCellPatitionInsatnceConfig \ +static_assert(alignof(FFGSCellPatitionInsatnceConfig) == 0x000008, "Wrong alignment on FFGSCellPatitionInsatnceConfig"); \ +static_assert(sizeof(FFGSCellPatitionInsatnceConfig) == 0x000028, "Wrong size on FFGSCellPatitionInsatnceConfig"); \ +static_assert(offsetof(FFGSCellPatitionInsatnceConfig, WorldCellPatitionSize) == 0x000000, "Member 'FFGSCellPatitionInsatnceConfig::WorldCellPatitionSize' has a wrong offset!"); \ +static_assert(offsetof(FFGSCellPatitionInsatnceConfig, WorldCellPatitionBias) == 0x000010, "Member 'FFGSCellPatitionInsatnceConfig::WorldCellPatitionBias' has a wrong offset!"); \ +static_assert(offsetof(FFGSCellPatitionInsatnceConfig, CellXCount) == 0x000020, "Member 'FFGSCellPatitionInsatnceConfig::CellXCount' has a wrong offset!"); \ +static_assert(offsetof(FFGSCellPatitionInsatnceConfig, CellYCount) == 0x000024, "Member 'FFGSCellPatitionInsatnceConfig::CellYCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSRepGraphConfig \ +static_assert(alignof(FFGSRepGraphConfig) == 0x000008, "Wrong alignment on FFGSRepGraphConfig"); \ +static_assert(sizeof(FFGSRepGraphConfig) == 0x000030, "Wrong size on FFGSRepGraphConfig"); \ +static_assert(offsetof(FFGSRepGraphConfig, PatitionLayerConfig) == 0x000000, "Member 'FFGSRepGraphConfig::PatitionLayerConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSRepGraphConfig, RepGraphLevel) == 0x000028, "Member 'FFGSRepGraphConfig::RepGraphLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTerrainEffectInfo \ +static_assert(alignof(FTerrainEffectInfo) == 0x000004, "Wrong alignment on FTerrainEffectInfo"); \ +static_assert(sizeof(FTerrainEffectInfo) == 0x000004, "Wrong size on FTerrainEffectInfo"); \ +static_assert(offsetof(FTerrainEffectInfo, BuffID) == 0x000000, "Member 'FTerrainEffectInfo::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSplinePatrolConfig \ +static_assert(alignof(FFGSSplinePatrolConfig) == 0x000008, "Wrong alignment on FFGSSplinePatrolConfig"); \ +static_assert(sizeof(FFGSSplinePatrolConfig) == 0x0000B8, "Wrong size on FFGSSplinePatrolConfig"); \ +static_assert(offsetof(FFGSSplinePatrolConfig, SplineActor) == 0x000000, "Member 'FFGSSplinePatrolConfig::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplinePatrolConfig, TriggerBox) == 0x000010, "Member 'FFGSSplinePatrolConfig::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplinePatrolConfig, WaitPointConfig) == 0x000018, "Member 'FFGSSplinePatrolConfig::WaitPointConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplinePatrolConfig, JumpPointConfig) == 0x000068, "Member 'FFGSSplinePatrolConfig::JumpPointConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitForZBBInfo \ +static_assert(alignof(FHitForZBBInfo) == 0x000001, "Wrong alignment on FHitForZBBInfo"); \ +static_assert(sizeof(FHitForZBBInfo) == 0x000001, "Wrong size on FHitForZBBInfo"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Across_Normal \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Across_Normal) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Across_Normal"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Across_Normal) == 0x000028, "Wrong size on FAnimHumanoidSetting_ParkourMove_Across_Normal"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Normal, ASParkourNormalAcrossStart) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Normal::ASParkourNormalAcrossStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Normal, ASParkourNormalAcrossThrough) == 0x000008, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Normal::ASParkourNormalAcrossThrough' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Normal, ASParkourNormalAcrossFallLoop) == 0x000010, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Normal::ASParkourNormalAcrossFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Normal, ASParkourNormalAcrossLand) == 0x000018, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Normal::ASParkourNormalAcrossLand' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Normal, ASParkourNormalAcrossLandMove) == 0x000020, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Normal::ASParkourNormalAcrossLandMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FZBBPreviewConfig \ +static_assert(alignof(FZBBPreviewConfig) == 0x000008, "Wrong alignment on FZBBPreviewConfig"); \ +static_assert(sizeof(FZBBPreviewConfig) == 0x000048, "Wrong size on FZBBPreviewConfig"); \ +static_assert(offsetof(FZBBPreviewConfig, AttackerClass) == 0x000008, "Member 'FZBBPreviewConfig::AttackerClass' has a wrong offset!"); \ +static_assert(offsetof(FZBBPreviewConfig, SkillID) == 0x000010, "Member 'FZBBPreviewConfig::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FZBBPreviewConfig, Delay) == 0x000014, "Member 'FZBBPreviewConfig::Delay' has a wrong offset!"); \ +static_assert(offsetof(FZBBPreviewConfig, DistRange) == 0x000020, "Member 'FZBBPreviewConfig::DistRange' has a wrong offset!"); \ +static_assert(offsetof(FZBBPreviewConfig, MapSize) == 0x000030, "Member 'FZBBPreviewConfig::MapSize' has a wrong offset!"); \ +static_assert(offsetof(FZBBPreviewConfig, SectorFilterList) == 0x000038, "Member 'FZBBPreviewConfig::SectorFilterList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputTipsOneCfg \ +static_assert(alignof(FInputTipsOneCfg) == 0x000008, "Wrong alignment on FInputTipsOneCfg"); \ +static_assert(sizeof(FInputTipsOneCfg) == 0x000020, "Wrong size on FInputTipsOneCfg"); \ +static_assert(offsetof(FInputTipsOneCfg, InputAction) == 0x000000, "Member 'FInputTipsOneCfg::InputAction' has a wrong offset!"); \ +static_assert(offsetof(FInputTipsOneCfg, TxtDesc) == 0x000008, "Member 'FInputTipsOneCfg::TxtDesc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputTipsList \ +static_assert(alignof(FInputTipsList) == 0x000008, "Wrong alignment on FInputTipsList"); \ +static_assert(sizeof(FInputTipsList) == 0x000010, "Wrong size on FInputTipsList"); \ +static_assert(offsetof(FInputTipsList, InputActionList) == 0x000000, "Member 'FInputTipsList::InputActionList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputTipsCfg \ +static_assert(alignof(FInputTipsCfg) == 0x000008, "Wrong alignment on FInputTipsCfg"); \ +static_assert(sizeof(FInputTipsCfg) == 0x000060, "Wrong size on FInputTipsCfg"); \ +static_assert(offsetof(FInputTipsCfg, AwalysShowInput) == 0x000000, "Member 'FInputTipsCfg::AwalysShowInput' has a wrong offset!"); \ +static_assert(offsetof(FInputTipsCfg, OptionShowInput) == 0x000010, "Member 'FInputTipsCfg::OptionShowInput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInputTipsLeftRightCfg \ +static_assert(alignof(FInputTipsLeftRightCfg) == 0x000008, "Wrong alignment on FInputTipsLeftRightCfg"); \ +static_assert(sizeof(FInputTipsLeftRightCfg) == 0x0000C0, "Wrong size on FInputTipsLeftRightCfg"); \ +static_assert(offsetof(FInputTipsLeftRightCfg, LeftInputTipsCfg) == 0x000000, "Member 'FInputTipsLeftRightCfg::LeftInputTipsCfg' has a wrong offset!"); \ +static_assert(offsetof(FInputTipsLeftRightCfg, RightInputTipsCfg) == 0x000060, "Member 'FInputTipsLeftRightCfg::RightInputTipsCfg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPhysicBlendInfoForDeath \ +static_assert(alignof(FPhysicBlendInfoForDeath) == 0x000004, "Wrong alignment on FPhysicBlendInfoForDeath"); \ +static_assert(sizeof(FPhysicBlendInfoForDeath) == 0x000010, "Wrong size on FPhysicBlendInfoForDeath"); \ +static_assert(offsetof(FPhysicBlendInfoForDeath, BoneName) == 0x000000, "Member 'FPhysicBlendInfoForDeath::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FPhysicBlendInfoForDeath, PhysicBlendInType) == 0x000008, "Member 'FPhysicBlendInfoForDeath::PhysicBlendInType' has a wrong offset!"); \ +static_assert(offsetof(FPhysicBlendInfoForDeath, BlendFinalValue) == 0x00000C, "Member 'FPhysicBlendInfoForDeath::BlendFinalValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSObjActorMoveInfo \ +static_assert(alignof(FGSObjActorMoveInfo) == 0x000001, "Wrong alignment on FGSObjActorMoveInfo"); \ +static_assert(sizeof(FGSObjActorMoveInfo) == 0x000001, "Wrong size on FGSObjActorMoveInfo"); \ + +#define DUMPER7_ASSERTS_FCloudBreakAnimSetting \ +static_assert(alignof(FCloudBreakAnimSetting) == 0x000008, "Wrong alignment on FCloudBreakAnimSetting"); \ +static_assert(sizeof(FCloudBreakAnimSetting) == 0x000060, "Wrong size on FCloudBreakAnimSetting"); \ +static_assert(offsetof(FCloudBreakAnimSetting, CloudBreakAnimSetting_Low) == 0x000000, "Member 'FCloudBreakAnimSetting::CloudBreakAnimSetting_Low' has a wrong offset!"); \ +static_assert(offsetof(FCloudBreakAnimSetting, CloudBreakAnimSetting_High) == 0x000030, "Member 'FCloudBreakAnimSetting::CloudBreakAnimSetting_High' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSwitchBulletMovableInfo \ +static_assert(alignof(FFGSwitchBulletMovableInfo) == 0x000001, "Wrong alignment on FFGSwitchBulletMovableInfo"); \ +static_assert(sizeof(FFGSwitchBulletMovableInfo) == 0x000001, "Wrong size on FFGSwitchBulletMovableInfo"); \ + +#define DUMPER7_ASSERTS_FDispInteractLandscapeInfo \ +static_assert(alignof(FDispInteractLandscapeInfo) == 0x000008, "Wrong alignment on FDispInteractLandscapeInfo"); \ +static_assert(sizeof(FDispInteractLandscapeInfo) == 0x000048, "Wrong size on FDispInteractLandscapeInfo"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, Landscape) == 0x000000, "Member 'FDispInteractLandscapeInfo::Landscape' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, LS_HeightMap) == 0x000008, "Member 'FDispInteractLandscapeInfo::LS_HeightMap' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, LS_WeightMap) == 0x000010, "Member 'FDispInteractLandscapeInfo::LS_WeightMap' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, _LandscapeOriginOffset) == 0x000018, "Member 'FDispInteractLandscapeInfo::_LandscapeOriginOffset' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, VertexCount_Width) == 0x000030, "Member 'FDispInteractLandscapeInfo::VertexCount_Width' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, VertexCount_Height) == 0x000034, "Member 'FDispInteractLandscapeInfo::VertexCount_Height' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, MaxHeight) == 0x000038, "Member 'FDispInteractLandscapeInfo::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, SimulationSize_cm) == 0x00003C, "Member 'FDispInteractLandscapeInfo::SimulationSize_cm' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, InteractiveData_StorageSize_cm) == 0x000040, "Member 'FDispInteractLandscapeInfo::InteractiveData_StorageSize_cm' has a wrong offset!"); \ +static_assert(offsetof(FDispInteractLandscapeInfo, InteractDistLimitToDispActor) == 0x000044, "Member 'FDispInteractLandscapeInfo::InteractDistLimitToDispActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetailLevelInfo \ +static_assert(alignof(FDetailLevelInfo) == 0x000004, "Wrong alignment on FDetailLevelInfo"); \ +static_assert(sizeof(FDetailLevelInfo) == 0x000018, "Wrong size on FDetailLevelInfo"); \ +static_assert(offsetof(FDetailLevelInfo, MainMenuLevelId) == 0x000000, "Member 'FDetailLevelInfo::MainMenuLevelId' has a wrong offset!"); \ +static_assert(offsetof(FDetailLevelInfo, SetConfigLevelId) == 0x000004, "Member 'FDetailLevelInfo::SetConfigLevelId' has a wrong offset!"); \ +static_assert(offsetof(FDetailLevelInfo, PrologueLevelId) == 0x000008, "Member 'FDetailLevelInfo::PrologueLevelId' has a wrong offset!"); \ +static_assert(offsetof(FDetailLevelInfo, AfterPrologueLevelId) == 0x00000C, "Member 'FDetailLevelInfo::AfterPrologueLevelId' has a wrong offset!"); \ +static_assert(offsetof(FDetailLevelInfo, StandAlonePartyId) == 0x000010, "Member 'FDetailLevelInfo::StandAlonePartyId' has a wrong offset!"); \ +static_assert(offsetof(FDetailLevelInfo, OnlinePartyId) == 0x000014, "Member 'FDetailLevelInfo::OnlinePartyId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFFXActorConfig \ +static_assert(alignof(FFFXActorConfig) == 0x000004, "Wrong alignment on FFFXActorConfig"); \ +static_assert(sizeof(FFFXActorConfig) == 0x00000C, "Wrong size on FFFXActorConfig"); \ +static_assert(offsetof(FFFXActorConfig, LifeTime) == 0x000000, "Member 'FFFXActorConfig::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(FFFXActorConfig, DelayDestroyTime) == 0x000004, "Member 'FFFXActorConfig::DelayDestroyTime' has a wrong offset!"); \ +static_assert(offsetof(FFFXActorConfig, FXActorType) == 0x000008, "Member 'FFFXActorConfig::FXActorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRebirthPointConfig \ +static_assert(alignof(FRebirthPointConfig) == 0x000004, "Wrong alignment on FRebirthPointConfig"); \ +static_assert(sizeof(FRebirthPointConfig) == 0x00000C, "Wrong size on FRebirthPointConfig"); \ +static_assert(offsetof(FRebirthPointConfig, RebirthPointId) == 0x000000, "Member 'FRebirthPointConfig::RebirthPointId' has a wrong offset!"); \ +static_assert(offsetof(FRebirthPointConfig, TargetCheckRange) == 0x000008, "Member 'FRebirthPointConfig::TargetCheckRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPickingConditionItem \ +static_assert(alignof(FPickingConditionItem) == 0x000004, "Wrong alignment on FPickingConditionItem"); \ +static_assert(sizeof(FPickingConditionItem) == 0x00000C, "Wrong size on FPickingConditionItem"); \ +static_assert(offsetof(FPickingConditionItem, Condi_HasItem_TargetItemID) == 0x000004, "Member 'FPickingConditionItem::Condi_HasItem_TargetItemID' has a wrong offset!"); \ +static_assert(offsetof(FPickingConditionItem, Condi_HasItem_InteractGroupID) == 0x000008, "Member 'FPickingConditionItem::Condi_HasItem_InteractGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRectParam \ +static_assert(alignof(FRectParam) == 0x000004, "Wrong alignment on FRectParam"); \ +static_assert(sizeof(FRectParam) == 0x00000C, "Wrong size on FRectParam"); \ +static_assert(offsetof(FRectParam, Height) == 0x000000, "Member 'FRectParam::Height' has a wrong offset!"); \ +static_assert(offsetof(FRectParam, Width) == 0x000004, "Member 'FRectParam::Width' has a wrong offset!"); \ +static_assert(offsetof(FRectParam, RotateAngle) == 0x000008, "Member 'FRectParam::RotateAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterSpawnerLibInfo \ +static_assert(alignof(FCharacterSpawnerLibInfo) == 0x000008, "Wrong alignment on FCharacterSpawnerLibInfo"); \ +static_assert(sizeof(FCharacterSpawnerLibInfo) == 0x000010, "Wrong size on FCharacterSpawnerLibInfo"); \ +static_assert(offsetof(FCharacterSpawnerLibInfo, SpawnClass) == 0x000000, "Member 'FCharacterSpawnerLibInfo::SpawnClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCharacterAssetConfig \ +static_assert(alignof(FCharacterAssetConfig) == 0x000008, "Wrong alignment on FCharacterAssetConfig"); \ +static_assert(sizeof(FCharacterAssetConfig) == 0x000018, "Wrong size on FCharacterAssetConfig"); \ +static_assert(offsetof(FCharacterAssetConfig, MobAttackTypeList) == 0x000000, "Member 'FCharacterAssetConfig::MobAttackTypeList' has a wrong offset!"); \ +static_assert(offsetof(FCharacterAssetConfig, MinSpawnNum) == 0x000010, "Member 'FCharacterAssetConfig::MinSpawnNum' has a wrong offset!"); \ +static_assert(offsetof(FCharacterAssetConfig, MaxSpawnNum) == 0x000014, "Member 'FCharacterAssetConfig::MaxSpawnNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGamepadCustomizedInputDetailConfig \ +static_assert(alignof(FGamepadCustomizedInputDetailConfig) == 0x000008, "Wrong alignment on FGamepadCustomizedInputDetailConfig"); \ +static_assert(sizeof(FGamepadCustomizedInputDetailConfig) == 0x000030, "Wrong size on FGamepadCustomizedInputDetailConfig"); \ +static_assert(offsetof(FGamepadCustomizedInputDetailConfig, DetailUIWord) == 0x000000, "Member 'FGamepadCustomizedInputDetailConfig::DetailUIWord' has a wrong offset!"); \ +static_assert(offsetof(FGamepadCustomizedInputDetailConfig, AnimationName) == 0x000004, "Member 'FGamepadCustomizedInputDetailConfig::AnimationName' has a wrong offset!"); \ +static_assert(offsetof(FGamepadCustomizedInputDetailConfig, FirstMappableNames) == 0x000010, "Member 'FGamepadCustomizedInputDetailConfig::FirstMappableNames' has a wrong offset!"); \ +static_assert(offsetof(FGamepadCustomizedInputDetailConfig, SecondMappableNames) == 0x000020, "Member 'FGamepadCustomizedInputDetailConfig::SecondMappableNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGamepadCustomizedInputConfig \ +static_assert(alignof(FGamepadCustomizedInputConfig) == 0x000008, "Wrong alignment on FGamepadCustomizedInputConfig"); \ +static_assert(sizeof(FGamepadCustomizedInputConfig) == 0x000010, "Wrong size on FGamepadCustomizedInputConfig"); \ +static_assert(offsetof(FGamepadCustomizedInputConfig, DetailConfigs) == 0x000000, "Member 'FGamepadCustomizedInputConfig::DetailConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProceduralSpawnWaveConfig \ +static_assert(alignof(FProceduralSpawnWaveConfig) == 0x000008, "Wrong alignment on FProceduralSpawnWaveConfig"); \ +static_assert(sizeof(FProceduralSpawnWaveConfig) == 0x000030, "Wrong size on FProceduralSpawnWaveConfig"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, CharacterAssetConfig) == 0x000000, "Member 'FProceduralSpawnWaveConfig::CharacterAssetConfig' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, SpawnEffectDataAsset) == 0x000018, "Member 'FProceduralSpawnWaveConfig::SpawnEffectDataAsset' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, SpawnMethod) == 0x000020, "Member 'FProceduralSpawnWaveConfig::SpawnMethod' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, SpawnBaseLoc) == 0x000021, "Member 'FProceduralSpawnWaveConfig::SpawnBaseLoc' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, SpawnCondition) == 0x000022, "Member 'FProceduralSpawnWaveConfig::SpawnCondition' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, SpawnPercentageParam) == 0x000024, "Member 'FProceduralSpawnWaveConfig::SpawnPercentageParam' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, SpawnWaveIndexParam) == 0x000028, "Member 'FProceduralSpawnWaveConfig::SpawnWaveIndexParam' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnWaveConfig, SpawnTriggerDistanceParam) == 0x00002C, "Member 'FProceduralSpawnWaveConfig::SpawnTriggerDistanceParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSummonSpawnPoints \ +static_assert(alignof(FSummonSpawnPoints) == 0x000008, "Wrong alignment on FSummonSpawnPoints"); \ +static_assert(sizeof(FSummonSpawnPoints) == 0x000010, "Wrong size on FSummonSpawnPoints"); \ +static_assert(offsetof(FSummonSpawnPoints, SpawnPoints) == 0x000000, "Member 'FSummonSpawnPoints::SpawnPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSummonSpawnQuene \ +static_assert(alignof(FSummonSpawnQuene) == 0x000008, "Wrong alignment on FSummonSpawnQuene"); \ +static_assert(sizeof(FSummonSpawnQuene) == 0x000010, "Wrong size on FSummonSpawnQuene"); \ +static_assert(offsetof(FSummonSpawnQuene, SpawnQuenes) == 0x000000, "Member 'FSummonSpawnQuene::SpawnQuenes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProceduralSpawnCharaterConfig \ +static_assert(alignof(FProceduralSpawnCharaterConfig) == 0x000008, "Wrong alignment on FProceduralSpawnCharaterConfig"); \ +static_assert(sizeof(FProceduralSpawnCharaterConfig) == 0x000018, "Wrong size on FProceduralSpawnCharaterConfig"); \ +static_assert(offsetof(FProceduralSpawnCharaterConfig, ProceduralSpawnRadius) == 0x000000, "Member 'FProceduralSpawnCharaterConfig::ProceduralSpawnRadius' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnCharaterConfig, ProceduralWaveConfigs) == 0x000008, "Member 'FProceduralSpawnCharaterConfig::ProceduralWaveConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProceduralSpawnSceneItemInfo \ +static_assert(alignof(FProceduralSpawnSceneItemInfo) == 0x000008, "Wrong alignment on FProceduralSpawnSceneItemInfo"); \ +static_assert(sizeof(FProceduralSpawnSceneItemInfo) == 0x000008, "Wrong size on FProceduralSpawnSceneItemInfo"); \ +static_assert(offsetof(FProceduralSpawnSceneItemInfo, SpawnClass) == 0x000000, "Member 'FProceduralSpawnSceneItemInfo::SpawnClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProceduralSpawnSceneItemConfig \ +static_assert(alignof(FProceduralSpawnSceneItemConfig) == 0x000008, "Wrong alignment on FProceduralSpawnSceneItemConfig"); \ +static_assert(sizeof(FProceduralSpawnSceneItemConfig) == 0x000018, "Wrong size on FProceduralSpawnSceneItemConfig"); \ +static_assert(offsetof(FProceduralSpawnSceneItemConfig, ProceduralSpawnList) == 0x000000, "Member 'FProceduralSpawnSceneItemConfig::ProceduralSpawnList' has a wrong offset!"); \ +static_assert(offsetof(FProceduralSpawnSceneItemConfig, SpawnRadius) == 0x000014, "Member 'FProceduralSpawnSceneItemConfig::SpawnRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSpawnMagicFieldInfo \ +static_assert(alignof(FFGSSpawnMagicFieldInfo) == 0x000001, "Wrong alignment on FFGSSpawnMagicFieldInfo"); \ +static_assert(sizeof(FFGSSpawnMagicFieldInfo) == 0x000001, "Wrong size on FFGSSpawnMagicFieldInfo"); \ + +#define DUMPER7_ASSERTS_FFGSSceneActorActivationInfo \ +static_assert(alignof(FFGSSceneActorActivationInfo) == 0x000004, "Wrong alignment on FFGSSceneActorActivationInfo"); \ +static_assert(sizeof(FFGSSceneActorActivationInfo) == 0x000010, "Wrong size on FFGSSceneActorActivationInfo"); \ +static_assert(offsetof(FFGSSceneActorActivationInfo, SceneActorActivationType) == 0x000000, "Member 'FFGSSceneActorActivationInfo::SceneActorActivationType' has a wrong offset!"); \ +static_assert(offsetof(FFGSSceneActorActivationInfo, ActivateDistance) == 0x000004, "Member 'FFGSSceneActorActivationInfo::ActivateDistance' has a wrong offset!"); \ +static_assert(offsetof(FFGSSceneActorActivationInfo, Tag) == 0x000008, "Member 'FFGSSceneActorActivationInfo::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneObjWithState \ +static_assert(alignof(FSceneObjWithState) == 0x000008, "Wrong alignment on FSceneObjWithState"); \ +static_assert(sizeof(FSceneObjWithState) == 0x000018, "Wrong size on FSceneObjWithState"); \ +static_assert(offsetof(FSceneObjWithState, UnitGuid) == 0x000000, "Member 'FSceneObjWithState::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(FSceneObjWithState, ActiveState) == 0x000010, "Member 'FSceneObjWithState::ActiveState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSceneObjTriggerEvent \ +static_assert(alignof(FSceneObjTriggerEvent) == 0x000008, "Wrong alignment on FSceneObjTriggerEvent"); \ +static_assert(sizeof(FSceneObjTriggerEvent) == 0x000018, "Wrong size on FSceneObjTriggerEvent"); \ +static_assert(offsetof(FSceneObjTriggerEvent, UnitGuid) == 0x000000, "Member 'FSceneObjTriggerEvent::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(FSceneObjTriggerEvent, UnTriggerEvent) == 0x000010, "Member 'FSceneObjTriggerEvent::UnTriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(FSceneObjTriggerEvent, TriggerEvent) == 0x000011, "Member 'FSceneObjTriggerEvent::TriggerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Common \ +static_assert(alignof(FAnimHumanoidSetting_Common) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_Common"); \ +static_assert(sizeof(FAnimHumanoidSetting_Common) == 0x000040, "Wrong size on FAnimHumanoidSetting_Common"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, ABPMoveMode) == 0x000001, "Member 'FAnimHumanoidSetting_Common::ABPMoveMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, AnimSeqIdle) == 0x000008, "Member 'FAnimHumanoidSetting_Common::AnimSeqIdle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, RetargetAnimSeqIdle) == 0x000010, "Member 'FAnimHumanoidSetting_Common::RetargetAnimSeqIdle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, AnimTurnMinAngle) == 0x00001C, "Member 'FAnimHumanoidSetting_Common::AnimTurnMinAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, AnimTurnLeft90) == 0x000020, "Member 'FAnimHumanoidSetting_Common::AnimTurnLeft90' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, AnimTurnRight90) == 0x000028, "Member 'FAnimHumanoidSetting_Common::AnimTurnRight90' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, AnimTurnLeft180) == 0x000030, "Member 'FAnimHumanoidSetting_Common::AnimTurnLeft180' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Common, AnimTurnRight180) == 0x000038, "Member 'FAnimHumanoidSetting_Common::AnimTurnRight180' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHiAltFxAnimalRotInfo \ +static_assert(alignof(FHiAltFxAnimalRotInfo) == 0x000008, "Wrong alignment on FHiAltFxAnimalRotInfo"); \ +static_assert(sizeof(FHiAltFxAnimalRotInfo) == 0x000020, "Wrong size on FHiAltFxAnimalRotInfo"); \ +static_assert(offsetof(FHiAltFxAnimalRotInfo, RotType) == 0x000000, "Member 'FHiAltFxAnimalRotInfo::RotType' has a wrong offset!"); \ +static_assert(offsetof(FHiAltFxAnimalRotInfo, SurroundOffset) == 0x000008, "Member 'FHiAltFxAnimalRotInfo::SurroundOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHiAltFxAnimalSpawnTemplate \ +static_assert(alignof(FHiAltFxAnimalSpawnTemplate) == 0x000008, "Wrong alignment on FHiAltFxAnimalSpawnTemplate"); \ +static_assert(sizeof(FHiAltFxAnimalSpawnTemplate) == 0x000060, "Wrong size on FHiAltFxAnimalSpawnTemplate"); \ +static_assert(offsetof(FHiAltFxAnimalSpawnTemplate, FXAnimalTemplateList) == 0x000000, "Member 'FHiAltFxAnimalSpawnTemplate::FXAnimalTemplateList' has a wrong offset!"); \ +static_assert(offsetof(FHiAltFxAnimalSpawnTemplate, EQSTemplateList) == 0x000010, "Member 'FHiAltFxAnimalSpawnTemplate::EQSTemplateList' has a wrong offset!"); \ +static_assert(offsetof(FHiAltFxAnimalSpawnTemplate, ZOffset) == 0x000020, "Member 'FHiAltFxAnimalSpawnTemplate::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(FHiAltFxAnimalSpawnTemplate, RotInfo) == 0x000038, "Member 'FHiAltFxAnimalSpawnTemplate::RotInfo' has a wrong offset!"); \ +static_assert(offsetof(FHiAltFxAnimalSpawnTemplate, ReSpawnCoolDown) == 0x000058, "Member 'FHiAltFxAnimalSpawnTemplate::ReSpawnCoolDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_MotionMatching \ +static_assert(alignof(FAnimHumanoidSetting_MotionMatching) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_MotionMatching"); \ +static_assert(sizeof(FAnimHumanoidSetting_MotionMatching) == 0x0000B8, "Wrong size on FAnimHumanoidSetting_MotionMatching"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, Walk2RunAA) == 0x000000, "Member 'FAnimHumanoidSetting_MotionMatching::Walk2RunAA' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, RotateAdditiveBS) == 0x000010, "Member 'FAnimHumanoidSetting_MotionMatching::RotateAdditiveBS' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, MMUpBodyStateAlpha) == 0x000018, "Member 'FAnimHumanoidSetting_MotionMatching::MMUpBodyStateAlpha' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, DefaultMMState) == 0x00001C, "Member 'FAnimHumanoidSetting_MotionMatching::DefaultMMState' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, SpareMoveMode) == 0x00001D, "Member 'FAnimHumanoidSetting_MotionMatching::SpareMoveMode' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, MMState2AACS) == 0x000020, "Member 'FAnimHumanoidSetting_MotionMatching::MMState2AACS' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, AnimationAnalyzerBlendTime) == 0x000070, "Member 'FAnimHumanoidSetting_MotionMatching::AnimationAnalyzerBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, MotionBlendTime) == 0x000074, "Member 'FAnimHumanoidSetting_MotionMatching::MotionBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, Retargeter) == 0x000078, "Member 'FAnimHumanoidSetting_MotionMatching::Retargeter' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, PelvisOffsetZ) == 0x000080, "Member 'FAnimHumanoidSetting_MotionMatching::PelvisOffsetZ' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, FootOffsetScale) == 0x000084, "Member 'FAnimHumanoidSetting_MotionMatching::FootOffsetScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, ForceSetRotAnimSpeed) == 0x000088, "Member 'FAnimHumanoidSetting_MotionMatching::ForceSetRotAnimSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, DisableRotVerifyAnimSpeed) == 0x00008C, "Member 'FAnimHumanoidSetting_MotionMatching::DisableRotVerifyAnimSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, ToIdleAnimSpeed) == 0x000090, "Member 'FAnimHumanoidSetting_MotionMatching::ToIdleAnimSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, MMAdditivePose) == 0x000098, "Member 'FAnimHumanoidSetting_MotionMatching::MMAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, MMAdditiveWeight) == 0x0000A0, "Member 'FAnimHumanoidSetting_MotionMatching::MMAdditiveWeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MotionMatching, MMAdditiveLayerSetup) == 0x0000A8, "Member 'FAnimHumanoidSetting_MotionMatching::MMAdditiveLayerSetup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Simple4Dir \ +static_assert(alignof(FAnimHumanoidSetting_Simple4Dir) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_Simple4Dir"); \ +static_assert(sizeof(FAnimHumanoidSetting_Simple4Dir) == 0x000060, "Wrong size on FAnimHumanoidSetting_Simple4Dir"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSStart) == 0x000000, "Member 'FAnimHumanoidSetting_Simple4Dir::BSStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSEnd) == 0x000008, "Member 'FAnimHumanoidSetting_Simple4Dir::BSEnd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, CardinalDirectionBlendTime) == 0x000010, "Member 'FAnimHumanoidSetting_Simple4Dir::CardinalDirectionBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSWalkFwd) == 0x000018, "Member 'FAnimHumanoidSetting_Simple4Dir::BSWalkFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSWalkBwd) == 0x000020, "Member 'FAnimHumanoidSetting_Simple4Dir::BSWalkBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSWalkLeft) == 0x000028, "Member 'FAnimHumanoidSetting_Simple4Dir::BSWalkLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSWalkRight) == 0x000030, "Member 'FAnimHumanoidSetting_Simple4Dir::BSWalkRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSRunFwd) == 0x000038, "Member 'FAnimHumanoidSetting_Simple4Dir::BSRunFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSRunBwd) == 0x000040, "Member 'FAnimHumanoidSetting_Simple4Dir::BSRunBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSRunLeft) == 0x000048, "Member 'FAnimHumanoidSetting_Simple4Dir::BSRunLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSRunRight) == 0x000050, "Member 'FAnimHumanoidSetting_Simple4Dir::BSRunRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Simple4Dir, BSSprint) == 0x000058, "Member 'FAnimHumanoidSetting_Simple4Dir::BSSprint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCricketJumpPlayerAnimConfig \ +static_assert(alignof(FCricketJumpPlayerAnimConfig) == 0x000008, "Wrong alignment on FCricketJumpPlayerAnimConfig"); \ +static_assert(sizeof(FCricketJumpPlayerAnimConfig) == 0x000010, "Wrong size on FCricketJumpPlayerAnimConfig"); \ +static_assert(offsetof(FCricketJumpPlayerAnimConfig, AMPlayerJump) == 0x000000, "Member 'FCricketJumpPlayerAnimConfig::AMPlayerJump' has a wrong offset!"); \ +static_assert(offsetof(FCricketJumpPlayerAnimConfig, AnimDummyMeshJump) == 0x000008, "Member 'FCricketJumpPlayerAnimConfig::AnimDummyMeshJump' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_AimOffset \ +static_assert(alignof(FAnimHumanoidSetting_AimOffset) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_AimOffset"); \ +static_assert(sizeof(FAnimHumanoidSetting_AimOffset) == 0x000018, "Wrong size on FAnimHumanoidSetting_AimOffset"); \ +static_assert(offsetof(FAnimHumanoidSetting_AimOffset, AimOffsetTurnSpeed) == 0x000000, "Member 'FAnimHumanoidSetting_AimOffset::AimOffsetTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AimOffset, AimOffsetBlindAngle) == 0x000004, "Member 'FAnimHumanoidSetting_AimOffset::AimOffsetBlindAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AimOffset, DefaultAimOffset) == 0x000008, "Member 'FAnimHumanoidSetting_AimOffset::DefaultAimOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_AimOffset, AttackAimOffset) == 0x000010, "Member 'FAnimHumanoidSetting_AimOffset::AttackAimOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_DingShen \ +static_assert(alignof(FAnimHumanoidSetting_DingShen) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_DingShen"); \ +static_assert(sizeof(FAnimHumanoidSetting_DingShen) == 0x000010, "Wrong size on FAnimHumanoidSetting_DingShen"); \ +static_assert(offsetof(FAnimHumanoidSetting_DingShen, AnimDingShenStart) == 0x000000, "Member 'FAnimHumanoidSetting_DingShen::AnimDingShenStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_DingShen, AnimDingShenHold) == 0x000008, "Member 'FAnimHumanoidSetting_DingShen::AnimDingShenHold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBattleSCInfo \ +static_assert(alignof(FBattleSCInfo) == 0x000008, "Wrong alignment on FBattleSCInfo"); \ +static_assert(sizeof(FBattleSCInfo) == 0x000050, "Wrong size on FBattleSCInfo"); \ +static_assert(offsetof(FBattleSCInfo, BattleEventMap) == 0x000000, "Member 'FBattleSCInfo::BattleEventMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Patrol \ +static_assert(alignof(FAnimHumanoidSetting_Patrol) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_Patrol"); \ +static_assert(sizeof(FAnimHumanoidSetting_Patrol) == 0x000048, "Wrong size on FAnimHumanoidSetting_Patrol"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, AnimIdle) == 0x000000, "Member 'FAnimHumanoidSetting_Patrol::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSWalkFwd) == 0x000008, "Member 'FAnimHumanoidSetting_Patrol::BSWalkFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSWalkBwd) == 0x000010, "Member 'FAnimHumanoidSetting_Patrol::BSWalkBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSWalkLeft) == 0x000018, "Member 'FAnimHumanoidSetting_Patrol::BSWalkLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSWalkRight) == 0x000020, "Member 'FAnimHumanoidSetting_Patrol::BSWalkRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSRunFwd) == 0x000028, "Member 'FAnimHumanoidSetting_Patrol::BSRunFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSRunBwd) == 0x000030, "Member 'FAnimHumanoidSetting_Patrol::BSRunBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSRunLeft) == 0x000038, "Member 'FAnimHumanoidSetting_Patrol::BSRunLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Patrol, BSRunRight) == 0x000040, "Member 'FAnimHumanoidSetting_Patrol::BSRunRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_FlyControl \ +static_assert(alignof(FAnimHumanoidSetting_FlyControl) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_FlyControl"); \ +static_assert(sizeof(FAnimHumanoidSetting_FlyControl) == 0x000030, "Wrong size on FAnimHumanoidSetting_FlyControl"); \ +static_assert(offsetof(FAnimHumanoidSetting_FlyControl, BSFly) == 0x000000, "Member 'FAnimHumanoidSetting_FlyControl::BSFly' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_FlyControl, ASFlyUpward) == 0x000008, "Member 'FAnimHumanoidSetting_FlyControl::ASFlyUpward' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_FlyControl, ASFlyDownward) == 0x000010, "Member 'FAnimHumanoidSetting_FlyControl::ASFlyDownward' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_FlyControl, ASFlyUpToDown) == 0x000018, "Member 'FAnimHumanoidSetting_FlyControl::ASFlyUpToDown' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_FlyControl, ASFlyDownToUp) == 0x000020, "Member 'FAnimHumanoidSetting_FlyControl::ASFlyDownToUp' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_FlyControl, BSFlyLean) == 0x000028, "Member 'FAnimHumanoidSetting_FlyControl::BSFlyLean' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_PlayerLocomotion_Free \ +static_assert(alignof(FAnimHumanoidSetting_PlayerLocomotion_Free) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_PlayerLocomotion_Free"); \ +static_assert(sizeof(FAnimHumanoidSetting_PlayerLocomotion_Free) == 0x000168, "Wrong size on FAnimHumanoidSetting_PlayerLocomotion_Free"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, FreeMovementCurve) == 0x000000, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::FreeMovementCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, BSFreeAdditiveMovingLean) == 0x000008, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::BSFreeAdditiveMovingLean' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, BSWalkLoopFwd) == 0x000010, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::BSWalkLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, BSRunLoopFwd) == 0x000018, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::BSRunLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, BSRunLoopAdditive) == 0x000020, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::BSRunLoopAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, BSRunLoopRotationAdditive) == 0x000028, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::BSRunLoopRotationAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, BSRushLoopFwd) == 0x000030, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::BSRushLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, BSRushLoopLean) == 0x000038, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::BSRushLoopLean' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkStartBwdL) == 0x000040, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkStartLeft) == 0x000048, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkStartLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkStartFwd) == 0x000050, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkStartRight) == 0x000058, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkStartRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkStartBwdR) == 0x000060, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkTurnBwdL) == 0x000068, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkTurnBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkTurnLeft) == 0x000070, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkTurnLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkTurnRight) == 0x000078, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkTurnRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASWalkTurnBwdR) == 0x000080, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASWalkTurnBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeWalkStop) == 0x000088, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeWalkStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunStartBwdL) == 0x000090, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunStartLeft) == 0x000098, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunStartLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunStartFwd) == 0x0000A0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunStartRight) == 0x0000A8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunStartRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunStartBwdR) == 0x0000B0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnBwdL) == 0x0000B8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnLeft) == 0x0000C0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnFwdL) == 0x0000C8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnFwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnFwdR) == 0x0000D0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnFwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnRight) == 0x0000D8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnBwdR) == 0x0000E0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnFwdFallingVelocityAdditive) == 0x0000E8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnFwdFallingVelocityAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnFwdSpeedAdditive) == 0x0000F0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnFwdSpeedAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASRunTurnBwdFallingVelocityAdditive) == 0x0000F8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASRunTurnBwdFallingVelocityAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeRunStop) == 0x000100, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeRunStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintStartBwdL) == 0x000108, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintStartLeft) == 0x000110, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintStartLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintStartFwd) == 0x000118, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintStartRight) == 0x000120, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintStartRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintStartBwdR) == 0x000128, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintTurnBwdL) == 0x000130, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintTurnBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintTurnLeft) == 0x000138, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintTurnLeft' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintTurnRight) == 0x000140, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintTurnRight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintTurnBwdR) == 0x000148, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintTurnBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintStop) == 0x000150, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, SprintStopSlopeAngleThreshold) == 0x000158, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::SprintStopSlopeAngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Free, ASFreeSprintStopSlopeUp) == 0x000160, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Free::ASFreeSprintStopSlopeUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_PlayerLocomotion_Lock \ +static_assert(alignof(FAnimHumanoidSetting_PlayerLocomotion_Lock) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_PlayerLocomotion_Lock"); \ +static_assert(sizeof(FAnimHumanoidSetting_PlayerLocomotion_Lock) == 0x0002D8, "Wrong size on FAnimHumanoidSetting_PlayerLocomotion_Lock"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, LockMovementCurve) == 0x000000, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::LockMovementCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopFwd) == 0x000008, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopBwd) == 0x000010, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopLeftF) == 0x000018, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopLeftF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopRightF) == 0x000020, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopRightF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopLeftB) == 0x000028, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopLeftB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopRightB) == 0x000030, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopRightB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopLeftFAdd) == 0x000038, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopLeftFAdd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkLoopRightFAdd) == 0x000040, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkLoopRightFAdd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopFwd) == 0x000048, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopLeftF) == 0x000050, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopLeftF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopLeftB) == 0x000058, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopLeftB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopLeftFAdd) == 0x000060, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopLeftFAdd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopRightF) == 0x000068, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopRightF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopRightB) == 0x000070, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopRightB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopRightFAdd) == 0x000078, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopRightFAdd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunLoopBwd) == 0x000080, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkStartFwd) == 0x000088, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkStartBwd) == 0x000090, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkStartBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartFwdL) == 0x000098, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartFwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartFwdR) == 0x0000A0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartFwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartBwdL) == 0x0000A8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartBwdR) == 0x0000B0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartLeftF) == 0x0000B8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartLeftF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartLeftB) == 0x0000C0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartLeftB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartRightF) == 0x0000C8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartRightF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStartRightB) == 0x0000D0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStartRightB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunStartFwd) == 0x0000D8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunStartBwd) == 0x0000E0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunStartBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartFwdL) == 0x0000E8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartFwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartFwdR) == 0x0000F0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartFwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartBwdL) == 0x0000F8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartBwdR) == 0x000100, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartLeftF) == 0x000108, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartLeftF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartLeftB) == 0x000110, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartLeftB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartRightF) == 0x000118, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartRightF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStartRightB) == 0x000120, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStartRightB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnF2B) == 0x000128, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnF2B' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnB2F) == 0x000130, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnB2F' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnFR2BL) == 0x000138, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnFR2BL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnBR2FL) == 0x000140, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnBR2FL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnBL2FR) == 0x000148, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnBL2FR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnFL2BR) == 0x000150, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnFL2BR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnFR2FL) == 0x000158, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnFR2FL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnFL2FR) == 0x000160, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnFL2FR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnBL2FL) == 0x000168, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnBL2FL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnFL2BL) == 0x000170, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnFL2BL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnBR2FR) == 0x000178, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnBR2FR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockWalkTurnFR2BR) == 0x000180, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockWalkTurnFR2BR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnF2B) == 0x000188, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnF2B' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnB2F) == 0x000190, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnB2F' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnBR2FL) == 0x000198, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnBR2FL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnFR2FL) == 0x0001A0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnFR2FL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnBL2FL) == 0x0001A8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnBL2FL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnFR2BL) == 0x0001B0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnFR2BL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnFL2BL) == 0x0001B8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnFL2BL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnFL2FR) == 0x0001C0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnFL2FR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnBL2FR) == 0x0001C8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnBL2FR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnBR2FR) == 0x0001D0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnBR2FR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnFL2BR) == 0x0001D8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnFL2BR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockRunTurnFR2BR) == 0x0001E0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockRunTurnFR2BR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnFRFromFRBL) == 0x0001E8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnFRFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnFRFromFLBR) == 0x0001F0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnFRFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnBRFromFRBL) == 0x0001F8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnBRFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnBRFromFLBR) == 0x000200, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnBRFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnBLFromFRBL) == 0x000208, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnBLFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnBLFromFLBR) == 0x000210, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnBLFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnFLFromFRBL) == 0x000218, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnFLFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnFLFromFLBR) == 0x000220, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnFLFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnStopFL) == 0x000228, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnStopFL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnStopFR) == 0x000230, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnStopFR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnStopBL) == 0x000238, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnStopBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, BSLockTurnStopBR) == 0x000240, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::BSLockTurnStopBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopFwd) == 0x000248, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopBwd) == 0x000250, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopBwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopLeftF) == 0x000258, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopLeftF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopLeftB) == 0x000260, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopLeftB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopRightF) == 0x000268, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopRightF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopRightB) == 0x000270, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopRightB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopFL45) == 0x000278, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopFL45' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopFR45) == 0x000280, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopFR45' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopBL45) == 0x000288, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopBL45' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockWalkStopBR45) == 0x000290, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockWalkStopBR45' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopFwdL) == 0x000298, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopFwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopFwdR) == 0x0002A0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopFwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopLeftF) == 0x0002A8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopLeftF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopLeftB) == 0x0002B0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopLeftB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopRightF) == 0x0002B8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopRightF' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopRightB) == 0x0002C0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopRightB' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopBwdL) == 0x0002C8, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion_Lock, ASLockRunStopBwdR) == 0x0002D0, "Member 'FAnimHumanoidSetting_PlayerLocomotion_Lock::ASLockRunStopBwdR' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResourceID_PreloadOutlaw \ +static_assert(alignof(FResourceID_PreloadOutlaw) == 0x000008, "Wrong alignment on FResourceID_PreloadOutlaw"); \ +static_assert(sizeof(FResourceID_PreloadOutlaw) == 0x000018, "Wrong size on FResourceID_PreloadOutlaw"); \ +static_assert(offsetof(FResourceID_PreloadOutlaw, Type) == 0x000000, "Member 'FResourceID_PreloadOutlaw::Type' has a wrong offset!"); \ +static_assert(offsetof(FResourceID_PreloadOutlaw, ID) == 0x000004, "Member 'FResourceID_PreloadOutlaw::ID' has a wrong offset!"); \ +static_assert(offsetof(FResourceID_PreloadOutlaw, RefInfo) == 0x000008, "Member 'FResourceID_PreloadOutlaw::RefInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FResourceID_PreloadOutlaws \ +static_assert(alignof(FResourceID_PreloadOutlaws) == 0x000008, "Wrong alignment on FResourceID_PreloadOutlaws"); \ +static_assert(sizeof(FResourceID_PreloadOutlaws) == 0x000010, "Wrong size on FResourceID_PreloadOutlaws"); \ +static_assert(offsetof(FResourceID_PreloadOutlaws, Array) == 0x000000, "Member 'FResourceID_PreloadOutlaws::Array' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_PlayerLocomotion \ +static_assert(alignof(FAnimHumanoidSetting_PlayerLocomotion) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_PlayerLocomotion"); \ +static_assert(sizeof(FAnimHumanoidSetting_PlayerLocomotion) == 0x000480, "Wrong size on FAnimHumanoidSetting_PlayerLocomotion"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, ASIdleList) == 0x000000, "Member 'FAnimHumanoidSetting_PlayerLocomotion::ASIdleList' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, ASSequenceTransitionMoveFromWalkLFoot) == 0x000010, "Member 'FAnimHumanoidSetting_PlayerLocomotion::ASSequenceTransitionMoveFromWalkLFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, ASSequenceTransitionMoveFromWalkRFoot) == 0x000018, "Member 'FAnimHumanoidSetting_PlayerLocomotion::ASSequenceTransitionMoveFromWalkRFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, ASSequenceTransitionMoveFromRunLFoot) == 0x000020, "Member 'FAnimHumanoidSetting_PlayerLocomotion::ASSequenceTransitionMoveFromRunLFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, ASSequenceTransitionMoveFromRunRFoot) == 0x000028, "Member 'FAnimHumanoidSetting_PlayerLocomotion::ASSequenceTransitionMoveFromRunRFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, ASSequenceTransitionMoveFromRushLFoot) == 0x000030, "Member 'FAnimHumanoidSetting_PlayerLocomotion::ASSequenceTransitionMoveFromRushLFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, ASSequenceTransitionMoveFromRushRFoot) == 0x000038, "Member 'FAnimHumanoidSetting_PlayerLocomotion::ASSequenceTransitionMoveFromRushRFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, Free) == 0x000040, "Member 'FAnimHumanoidSetting_PlayerLocomotion::Free' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_PlayerLocomotion, Lock) == 0x0001A8, "Member 'FAnimHumanoidSetting_PlayerLocomotion::Lock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_GlideMove_Loop \ +static_assert(alignof(FAnimHumanoidSetting_GlideMove_Loop) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_GlideMove_Loop"); \ +static_assert(sizeof(FAnimHumanoidSetting_GlideMove_Loop) == 0x000050, "Wrong size on FAnimHumanoidSetting_GlideMove_Loop"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, ASGlideLoopSteep) == 0x000000, "Member 'FAnimHumanoidSetting_GlideMove_Loop::ASGlideLoopSteep' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, BSGlideLoopSteepAdditive) == 0x000008, "Member 'FAnimHumanoidSetting_GlideMove_Loop::BSGlideLoopSteepAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, ASGlideLoopFlatSlow) == 0x000010, "Member 'FAnimHumanoidSetting_GlideMove_Loop::ASGlideLoopFlatSlow' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, ASGlideLoopFlatFast) == 0x000018, "Member 'FAnimHumanoidSetting_GlideMove_Loop::ASGlideLoopFlatFast' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, BSGlideLoopFlatSlowDirAdditive) == 0x000020, "Member 'FAnimHumanoidSetting_GlideMove_Loop::BSGlideLoopFlatSlowDirAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, BSGlideLoopFlatFastDirAdditive) == 0x000028, "Member 'FAnimHumanoidSetting_GlideMove_Loop::BSGlideLoopFlatFastDirAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, BSGlideLoopFlatVerticalInputAdditive) == 0x000030, "Member 'FAnimHumanoidSetting_GlideMove_Loop::BSGlideLoopFlatVerticalInputAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, BSGlideLoopFlatHorizonalInputAdditive) == 0x000038, "Member 'FAnimHumanoidSetting_GlideMove_Loop::BSGlideLoopFlatHorizonalInputAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, ASGlideLoopFlatRotationLeftAdditive) == 0x000040, "Member 'FAnimHumanoidSetting_GlideMove_Loop::ASGlideLoopFlatRotationLeftAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove_Loop, ASGlideLoopFlatRotationRightAdditive) == 0x000048, "Member 'FAnimHumanoidSetting_GlideMove_Loop::ASGlideLoopFlatRotationRightAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_GlideMove \ +static_assert(alignof(FAnimHumanoidSetting_GlideMove) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_GlideMove"); \ +static_assert(sizeof(FAnimHumanoidSetting_GlideMove) == 0x0000C0, "Wrong size on FAnimHumanoidSetting_GlideMove"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove, MoveParamCurve) == 0x000008, "Member 'FAnimHumanoidSetting_GlideMove::MoveParamCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove, Start) == 0x000010, "Member 'FAnimHumanoidSetting_GlideMove::Start' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove, Loop) == 0x000060, "Member 'FAnimHumanoidSetting_GlideMove::Loop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_GlideMove, End) == 0x0000B0, "Member 'FAnimHumanoidSetting_GlideMove::End' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Climb_Low \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Climb_Low) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Climb_Low"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Climb_Low) == 0x000028, "Wrong size on FAnimHumanoidSetting_ParkourMove_Climb_Low"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Low, ASParkourLowClimbStart) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Low::ASParkourLowClimbStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Low, ASParkourLowClimbGetUp) == 0x000008, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Low::ASParkourLowClimbGetUp' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Low, ASParkourLowClimbFallLoop) == 0x000010, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Low::ASParkourLowClimbFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Low, ASParkourLowClimbLand) == 0x000018, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Low::ASParkourLowClimbLand' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Low, ASParkourLowClimbLandMove) == 0x000020, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Low::ASParkourLowClimbLandMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Climb_Normal \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Climb_Normal) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Climb_Normal"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Climb_Normal) == 0x000028, "Wrong size on FAnimHumanoidSetting_ParkourMove_Climb_Normal"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Normal, ASParkourNormalClimbStart) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Normal::ASParkourNormalClimbStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Normal, ASParkourNormalClimbGetUp) == 0x000008, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Normal::ASParkourNormalClimbGetUp' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Normal, ASParkourNormalClimbFallLoop) == 0x000010, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Normal::ASParkourNormalClimbFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Normal, ASParkourNormalClimbLand) == 0x000018, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Normal::ASParkourNormalClimbLand' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb_Normal, ASParkourNormalClimbLandMove) == 0x000020, "Member 'FAnimHumanoidSetting_ParkourMove_Climb_Normal::ASParkourNormalClimbLandMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Climb \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Climb) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Climb"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Climb) == 0x000078, "Wrong size on FAnimHumanoidSetting_ParkourMove_Climb"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb, Low) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Climb::Low' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb, Normal) == 0x000028, "Member 'FAnimHumanoidSetting_ParkourMove_Climb::Normal' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Climb, High) == 0x000050, "Member 'FAnimHumanoidSetting_ParkourMove_Climb::High' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Across_Low \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Across_Low) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Across_Low"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Across_Low) == 0x000028, "Wrong size on FAnimHumanoidSetting_ParkourMove_Across_Low"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Low, ASParkourLowAcrossStart) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Low::ASParkourLowAcrossStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Low, ASParkourLowAcrossThrough) == 0x000008, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Low::ASParkourLowAcrossThrough' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Low, ASParkourLowAcrossFallLoop) == 0x000010, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Low::ASParkourLowAcrossFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Low, ASParkourLowAcrossLand) == 0x000018, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Low::ASParkourLowAcrossLand' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across_Low, ASParkourLowAcrossLandMove) == 0x000020, "Member 'FAnimHumanoidSetting_ParkourMove_Across_Low::ASParkourLowAcrossLandMove' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_ParkourMove_Across \ +static_assert(alignof(FAnimHumanoidSetting_ParkourMove_Across) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_ParkourMove_Across"); \ +static_assert(sizeof(FAnimHumanoidSetting_ParkourMove_Across) == 0x000078, "Wrong size on FAnimHumanoidSetting_ParkourMove_Across"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across, Low) == 0x000000, "Member 'FAnimHumanoidSetting_ParkourMove_Across::Low' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across, Normal) == 0x000028, "Member 'FAnimHumanoidSetting_ParkourMove_Across::Normal' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_ParkourMove_Across, High) == 0x000050, "Member 'FAnimHumanoidSetting_ParkourMove_Across::High' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChangeMaterialByUnitAttrConfig \ +static_assert(alignof(FChangeMaterialByUnitAttrConfig) == 0x000008, "Wrong alignment on FChangeMaterialByUnitAttrConfig"); \ +static_assert(sizeof(FChangeMaterialByUnitAttrConfig) == 0x000018, "Wrong size on FChangeMaterialByUnitAttrConfig"); \ +static_assert(offsetof(FChangeMaterialByUnitAttrConfig, UnitAttrType) == 0x000000, "Member 'FChangeMaterialByUnitAttrConfig::UnitAttrType' has a wrong offset!"); \ +static_assert(offsetof(FChangeMaterialByUnitAttrConfig, MaterialParameterConfig) == 0x000008, "Member 'FChangeMaterialByUnitAttrConfig::MaterialParameterConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_MonsterLocomotion_Free \ +static_assert(alignof(FAnimHumanoidSetting_MonsterLocomotion_Free) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_MonsterLocomotion_Free"); \ +static_assert(sizeof(FAnimHumanoidSetting_MonsterLocomotion_Free) == 0x000050, "Wrong size on FAnimHumanoidSetting_MonsterLocomotion_Free"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunFwd) == 0x000000, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunStartFwd) == 0x000008, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunStartFR) == 0x000010, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunStartFR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunStartBR) == 0x000018, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunStartBR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunStartFL) == 0x000020, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunStartFL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunStartBL) == 0x000028, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunStartBL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, BSFreeLeanAdditive) == 0x000030, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::BSFreeLeanAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, BSFreeRotAdditive) == 0x000038, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::BSFreeRotAdditive' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunStopLeftFoot) == 0x000040, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunStopLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion_Free, ASFreeRunStopRightFoot) == 0x000048, "Member 'FAnimHumanoidSetting_MonsterLocomotion_Free::ASFreeRunStopRightFoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollData \ +static_assert(alignof(FScrollData) == 0x000004, "Wrong alignment on FScrollData"); \ +static_assert(sizeof(FScrollData) == 0x000018, "Wrong size on FScrollData"); \ +static_assert(offsetof(FScrollData, MaxSpeed) == 0x000000, "Member 'FScrollData::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FScrollData, Resistance) == 0x000004, "Member 'FScrollData::Resistance' has a wrong offset!"); \ +static_assert(offsetof(FScrollData, Frequency) == 0x00000C, "Member 'FScrollData::Frequency' has a wrong offset!"); \ +static_assert(offsetof(FScrollData, Damping) == 0x000010, "Member 'FScrollData::Damping' has a wrong offset!"); \ +static_assert(offsetof(FScrollData, InitResponse) == 0x000014, "Member 'FScrollData::InitResponse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_MonsterLocomotion \ +static_assert(alignof(FAnimHumanoidSetting_MonsterLocomotion) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_MonsterLocomotion"); \ +static_assert(sizeof(FAnimHumanoidSetting_MonsterLocomotion) == 0x0000E0, "Wrong size on FAnimHumanoidSetting_MonsterLocomotion"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion, Free) == 0x000000, "Member 'FAnimHumanoidSetting_MonsterLocomotion::Free' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_MonsterLocomotion, Lock) == 0x000050, "Member 'FAnimHumanoidSetting_MonsterLocomotion::Lock' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Spider_Character \ +static_assert(alignof(FAnimHumanoidSetting_Spider_Character) == 0x000010, "Wrong alignment on FAnimHumanoidSetting_Spider_Character"); \ +static_assert(sizeof(FAnimHumanoidSetting_Spider_Character) == 0x0000F0, "Wrong size on FAnimHumanoidSetting_Spider_Character"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, bodyTransOffset) == 0x000000, "Member 'FAnimHumanoidSetting_Spider_Character::bodyTransOffset' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, TargetTransform) == 0x000060, "Member 'FAnimHumanoidSetting_Spider_Character::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, bodyTransLerpSpeed) == 0x0000C0, "Member 'FAnimHumanoidSetting_Spider_Character::bodyTransLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, meanHeadHeight) == 0x0000C4, "Member 'FAnimHumanoidSetting_Spider_Character::meanHeadHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, meanGroundNormal) == 0x0000C8, "Member 'FAnimHumanoidSetting_Spider_Character::meanGroundNormal' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, maxHeadHeight) == 0x0000E0, "Member 'FAnimHumanoidSetting_Spider_Character::maxHeadHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, GroundedFootNum) == 0x0000E4, "Member 'FAnimHumanoidSetting_Spider_Character::GroundedFootNum' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, standardHeadHeight) == 0x0000E8, "Member 'FAnimHumanoidSetting_Spider_Character::standardHeadHeight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider_Character, capsuleHeightOffset) == 0x0000EC, "Member 'FAnimHumanoidSetting_Spider_Character::capsuleHeightOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_Spider \ +static_assert(alignof(FAnimHumanoidSetting_Spider) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_Spider"); \ +static_assert(sizeof(FAnimHumanoidSetting_Spider) == 0x000060, "Wrong size on FAnimHumanoidSetting_Spider"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, AnimSeqIdle) == 0x000000, "Member 'FAnimHumanoidSetting_Spider::AnimSeqIdle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, JumpStart) == 0x000008, "Member 'FAnimHumanoidSetting_Spider::JumpStart' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, JumpLoop) == 0x000010, "Member 'FAnimHumanoidSetting_Spider::JumpLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, JumpEndLight) == 0x000018, "Member 'FAnimHumanoidSetting_Spider::JumpEndLight' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, JumpEndHeavy) == 0x000020, "Member 'FAnimHumanoidSetting_Spider::JumpEndHeavy' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, FallingHeightThreshold) == 0x000028, "Member 'FAnimHumanoidSetting_Spider::FallingHeightThreshold' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, RelativeScale) == 0x00002C, "Member 'FAnimHumanoidSetting_Spider::RelativeScale' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, LegMoveDistance) == 0x000030, "Member 'FAnimHumanoidSetting_Spider::LegMoveDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, LegForwardDistance) == 0x000040, "Member 'FAnimHumanoidSetting_Spider::LegForwardDistance' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_Spider, LegNames) == 0x000050, "Member 'FAnimHumanoidSetting_Spider::LegNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_CloudLocomotion \ +static_assert(alignof(FAnimHumanoidSetting_CloudLocomotion) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_CloudLocomotion"); \ +static_assert(sizeof(FAnimHumanoidSetting_CloudLocomotion) == 0x000128, "Wrong size on FAnimHumanoidSetting_CloudLocomotion"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RotationSpeedCurve) == 0x000000, "Member 'FAnimHumanoidSetting_CloudLocomotion::RotationSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, AnimIdleList) == 0x000008, "Member 'FAnimHumanoidSetting_CloudLocomotion::AnimIdleList' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, LeanPitchAdditvie_Up) == 0x000018, "Member 'FAnimHumanoidSetting_CloudLocomotion::LeanPitchAdditvie_Up' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, LeanPitchAdditvie_Down) == 0x000020, "Member 'FAnimHumanoidSetting_CloudLocomotion::LeanPitchAdditvie_Down' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, StartFwd) == 0x000028, "Member 'FAnimHumanoidSetting_CloudLocomotion::StartFwd' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, StartFwdL) == 0x000030, "Member 'FAnimHumanoidSetting_CloudLocomotion::StartFwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, StartFwdR) == 0x000038, "Member 'FAnimHumanoidSetting_CloudLocomotion::StartFwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, StartBwdL) == 0x000040, "Member 'FAnimHumanoidSetting_CloudLocomotion::StartBwdL' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, StartBwdR) == 0x000048, "Member 'FAnimHumanoidSetting_CloudLocomotion::StartBwdR' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RunLoop) == 0x000050, "Member 'FAnimHumanoidSetting_CloudLocomotion::RunLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RushLoop) == 0x000058, "Member 'FAnimHumanoidSetting_CloudLocomotion::RushLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RunLoopAdditvie_Left) == 0x000060, "Member 'FAnimHumanoidSetting_CloudLocomotion::RunLoopAdditvie_Left' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RunLoopAdditvie_Right) == 0x000068, "Member 'FAnimHumanoidSetting_CloudLocomotion::RunLoopAdditvie_Right' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RushLoopAdditvie_Left) == 0x000070, "Member 'FAnimHumanoidSetting_CloudLocomotion::RushLoopAdditvie_Left' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RushLoopAdditvie_Right) == 0x000078, "Member 'FAnimHumanoidSetting_CloudLocomotion::RushLoopAdditvie_Right' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RunStop) == 0x000080, "Member 'FAnimHumanoidSetting_CloudLocomotion::RunStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, RushStop) == 0x000088, "Member 'FAnimHumanoidSetting_CloudLocomotion::RushStop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, CloudFallLoop) == 0x000090, "Member 'FAnimHumanoidSetting_CloudLocomotion::CloudFallLoop' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, CloudLand_High) == 0x000098, "Member 'FAnimHumanoidSetting_CloudLocomotion::CloudLand_High' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, CloudLand_Low) == 0x0000B8, "Member 'FAnimHumanoidSetting_CloudLocomotion::CloudLand_Low' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_CloudLocomotion, CloudBreakAnimSettings) == 0x0000D8, "Member 'FAnimHumanoidSetting_CloudLocomotion::CloudBreakAnimSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimHumanoidSetting_SpecialAdditive \ +static_assert(alignof(FAnimHumanoidSetting_SpecialAdditive) == 0x000008, "Wrong alignment on FAnimHumanoidSetting_SpecialAdditive"); \ +static_assert(sizeof(FAnimHumanoidSetting_SpecialAdditive) == 0x000020, "Wrong size on FAnimHumanoidSetting_SpecialAdditive"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpecialAdditive, MinSlopeAngle) == 0x000000, "Member 'FAnimHumanoidSetting_SpecialAdditive::MinSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpecialAdditive, MaxSlopeAngle) == 0x000004, "Member 'FAnimHumanoidSetting_SpecialAdditive::MaxSlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpecialAdditive, ASSlopeAdditiveLocalSpace) == 0x000008, "Member 'FAnimHumanoidSetting_SpecialAdditive::ASSlopeAdditiveLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpecialAdditive, ASSlopeAdditiveMeshSpace) == 0x000010, "Member 'FAnimHumanoidSetting_SpecialAdditive::ASSlopeAdditiveMeshSpace' has a wrong offset!"); \ +static_assert(offsetof(FAnimHumanoidSetting_SpecialAdditive, BSMoveSpeedAdditive) == 0x000018, "Member 'FAnimHumanoidSetting_SpecialAdditive::BSMoveSpeedAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimMotionMatchingConfig \ +static_assert(alignof(FAnimMotionMatchingConfig) == 0x000001, "Wrong alignment on FAnimMotionMatchingConfig"); \ +static_assert(sizeof(FAnimMotionMatchingConfig) == 0x000001, "Wrong size on FAnimMotionMatchingConfig"); \ + +#define DUMPER7_ASSERTS_FUnitCDesc \ +static_assert(alignof(FUnitCDesc) == 0x000008, "Wrong alignment on FUnitCDesc"); \ +static_assert(sizeof(FUnitCDesc) == 0x000058, "Wrong size on FUnitCDesc"); \ +static_assert(offsetof(FUnitCDesc, Weapons) == 0x000000, "Member 'FUnitCDesc::Weapons' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, ResID) == 0x000010, "Member 'FUnitCDesc::ResID' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, OverrideID) == 0x000014, "Member 'FUnitCDesc::OverrideID' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, BirthBuffs) == 0x000018, "Member 'FUnitCDesc::BirthBuffs' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, StealthSkillIDPair) == 0x000028, "Member 'FUnitCDesc::StealthSkillIDPair' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, PhysicBlendInfos) == 0x000030, "Member 'FUnitCDesc::PhysicBlendInfos' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, PhysicBlendWeight) == 0x000040, "Member 'FUnitCDesc::PhysicBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, BeAttackedDirForwardRight) == 0x000044, "Member 'FUnitCDesc::BeAttackedDirForwardRight' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, BeAttackedDirForwardLeft) == 0x000048, "Member 'FUnitCDesc::BeAttackedDirForwardLeft' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, BeAttackedDirBackwardLeft) == 0x00004C, "Member 'FUnitCDesc::BeAttackedDirBackwardLeft' has a wrong offset!"); \ +static_assert(offsetof(FUnitCDesc, BeAttackedDirBackwardRight) == 0x000050, "Member 'FUnitCDesc::BeAttackedDirBackwardRight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDispInteractSolverConfig \ +static_assert(alignof(FDispInteractSolverConfig) == 0x000004, "Wrong alignment on FDispInteractSolverConfig"); \ +static_assert(sizeof(FDispInteractSolverConfig) == 0x000008, "Wrong size on FDispInteractSolverConfig"); \ +static_assert(offsetof(FDispInteractSolverConfig, Pority) == 0x000004, "Member 'FDispInteractSolverConfig::Pority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FStalemateInfo \ +static_assert(alignof(FStalemateInfo) == 0x000008, "Wrong alignment on FStalemateInfo"); \ +static_assert(sizeof(FStalemateInfo) == 0x000018, "Wrong size on FStalemateInfo"); \ +static_assert(offsetof(FStalemateInfo, StalemateSkillID) == 0x000000, "Member 'FStalemateInfo::StalemateSkillID' has a wrong offset!"); \ +static_assert(offsetof(FStalemateInfo, ReturnHomeSkillID) == 0x000010, "Member 'FStalemateInfo::ReturnHomeSkillID' has a wrong offset!"); \ +static_assert(offsetof(FStalemateInfo, ReturnHomeBuffID) == 0x000014, "Member 'FStalemateInfo::ReturnHomeBuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitAIDesc \ +static_assert(alignof(FUnitAIDesc) == 0x000008, "Wrong alignment on FUnitAIDesc"); \ +static_assert(sizeof(FUnitAIDesc) == 0x000070, "Wrong size on FUnitAIDesc"); \ +static_assert(offsetof(FUnitAIDesc, SightRange) == 0x000004, "Member 'FUnitAIDesc::SightRange' has a wrong offset!"); \ +static_assert(offsetof(FUnitAIDesc, VisionAngleDegrees) == 0x000008, "Member 'FUnitAIDesc::VisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(FUnitAIDesc, HearRange) == 0x00000C, "Member 'FUnitAIDesc::HearRange' has a wrong offset!"); \ +static_assert(offsetof(FUnitAIDesc, PursuitRange) == 0x000010, "Member 'FUnitAIDesc::PursuitRange' has a wrong offset!"); \ +static_assert(offsetof(FUnitAIDesc, AIWatchTimeMin) == 0x000014, "Member 'FUnitAIDesc::AIWatchTimeMin' has a wrong offset!"); \ +static_assert(offsetof(FUnitAIDesc, AIWatchTimeMax) == 0x000018, "Member 'FUnitAIDesc::AIWatchTimeMax' has a wrong offset!"); \ +static_assert(offsetof(FUnitAIDesc, UnitAIAttackType) == 0x00001D, "Member 'FUnitAIDesc::UnitAIAttackType' has a wrong offset!"); \ +static_assert(offsetof(FUnitAIDesc, StalemateInfoMap) == 0x000020, "Member 'FUnitAIDesc::StalemateInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitPhysicsDesc \ +static_assert(alignof(FUnitPhysicsDesc) == 0x000008, "Wrong alignment on FUnitPhysicsDesc"); \ +static_assert(sizeof(FUnitPhysicsDesc) == 0x000008, "Wrong size on FUnitPhysicsDesc"); \ +static_assert(offsetof(FUnitPhysicsDesc, DefaultTigerWoodsConfig) == 0x000000, "Member 'FUnitPhysicsDesc::DefaultTigerWoodsConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCircusConfigNonCharacter \ +static_assert(alignof(FCircusConfigNonCharacter) == 0x000008, "Wrong alignment on FCircusConfigNonCharacter"); \ +static_assert(sizeof(FCircusConfigNonCharacter) == 0x000010, "Wrong size on FCircusConfigNonCharacter"); \ +static_assert(offsetof(FCircusConfigNonCharacter, NickName) == 0x000000, "Member 'FCircusConfigNonCharacter::NickName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTireMarkUnit \ +static_assert(alignof(FTireMarkUnit) == 0x000008, "Wrong alignment on FTireMarkUnit"); \ +static_assert(sizeof(FTireMarkUnit) == 0x000038, "Wrong size on FTireMarkUnit"); \ +static_assert(offsetof(FTireMarkUnit, DecalComp) == 0x000000, "Member 'FTireMarkUnit::DecalComp' has a wrong offset!"); \ +static_assert(offsetof(FTireMarkUnit, SocketName) == 0x000008, "Member 'FTireMarkUnit::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FTireMarkUnit, SpawnPos) == 0x000010, "Member 'FTireMarkUnit::SpawnPos' has a wrong offset!"); \ +static_assert(offsetof(FTireMarkUnit, OriDecalLength) == 0x000028, "Member 'FTireMarkUnit::OriDecalLength' has a wrong offset!"); \ +static_assert(offsetof(FTireMarkUnit, DelayFadeTimer) == 0x00002C, "Member 'FTireMarkUnit::DelayFadeTimer' has a wrong offset!"); \ +static_assert(offsetof(FTireMarkUnit, FadeTime) == 0x000030, "Member 'FTireMarkUnit::FadeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FExponentialHeightFogConfig \ +static_assert(alignof(FExponentialHeightFogConfig) == 0x000001, "Wrong alignment on FExponentialHeightFogConfig"); \ +static_assert(sizeof(FExponentialHeightFogConfig) == 0x000001, "Wrong size on FExponentialHeightFogConfig"); \ + +#define DUMPER7_ASSERTS_FFTWForceData \ +static_assert(alignof(FFTWForceData) == 0x000008, "Wrong alignment on FFTWForceData"); \ +static_assert(sizeof(FFTWForceData) == 0x000048, "Wrong size on FFTWForceData"); \ +static_assert(offsetof(FFTWForceData, VectorUseType) == 0x000000, "Member 'FFTWForceData::VectorUseType' has a wrong offset!"); \ +static_assert(offsetof(FFTWForceData, VectorBaseLow) == 0x000008, "Member 'FFTWForceData::VectorBaseLow' has a wrong offset!"); \ +static_assert(offsetof(FFTWForceData, VectorBaseHigh) == 0x000020, "Member 'FFTWForceData::VectorBaseHigh' has a wrong offset!"); \ +static_assert(offsetof(FFTWForceData, BlendCurve) == 0x000038, "Member 'FFTWForceData::BlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FFTWForceData, ScalarMultiplier) == 0x000040, "Member 'FFTWForceData::ScalarMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFTWImpulseData \ +static_assert(alignof(FFTWImpulseData) == 0x000008, "Wrong alignment on FFTWImpulseData"); \ +static_assert(sizeof(FFTWImpulseData) == 0x000050, "Wrong size on FFTWImpulseData"); \ +static_assert(offsetof(FFTWImpulseData, VectorUseType) == 0x000000, "Member 'FFTWImpulseData::VectorUseType' has a wrong offset!"); \ +static_assert(offsetof(FFTWImpulseData, VectorBaseLow) == 0x000008, "Member 'FFTWImpulseData::VectorBaseLow' has a wrong offset!"); \ +static_assert(offsetof(FFTWImpulseData, VectorBaseHigh) == 0x000020, "Member 'FFTWImpulseData::VectorBaseHigh' has a wrong offset!"); \ +static_assert(offsetof(FFTWImpulseData, ZAmplitudeRatio) == 0x000038, "Member 'FFTWImpulseData::ZAmplitudeRatio' has a wrong offset!"); \ +static_assert(offsetof(FFTWImpulseData, BlendCurve) == 0x000040, "Member 'FFTWImpulseData::BlendCurve' has a wrong offset!"); \ +static_assert(offsetof(FFTWImpulseData, ScalarMultiplier) == 0x000048, "Member 'FFTWImpulseData::ScalarMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileBornDirOffsetStruct \ +static_assert(alignof(FProjectileBornDirOffsetStruct) == 0x000008, "Wrong alignment on FProjectileBornDirOffsetStruct"); \ +static_assert(sizeof(FProjectileBornDirOffsetStruct) == 0x000050, "Wrong size on FProjectileBornDirOffsetStruct"); \ +static_assert(offsetof(FProjectileBornDirOffsetStruct, ExtraAimPointName) == 0x000004, "Member 'FProjectileBornDirOffsetStruct::ExtraAimPointName' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBornDirOffsetStruct, MaxDiffAngle) == 0x00000C, "Member 'FProjectileBornDirOffsetStruct::MaxDiffAngle' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBornDirOffsetStruct, AimConstraintAxis) == 0x000010, "Member 'FProjectileBornDirOffsetStruct::AimConstraintAxis' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBornDirOffsetStruct, BornDirOffsetX) == 0x000028, "Member 'FProjectileBornDirOffsetStruct::BornDirOffsetX' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBornDirOffsetStruct, BornDirOffsetY) == 0x000034, "Member 'FProjectileBornDirOffsetStruct::BornDirOffsetY' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBornDirOffsetStruct, BornDirOffsetZ) == 0x000040, "Member 'FProjectileBornDirOffsetStruct::BornDirOffsetZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileBornDirStruct \ +static_assert(alignof(FProjectileBornDirStruct) == 0x000004, "Wrong alignment on FProjectileBornDirStruct"); \ +static_assert(sizeof(FProjectileBornDirStruct) == 0x000008, "Wrong size on FProjectileBornDirStruct"); \ +static_assert(offsetof(FProjectileBornDirStruct, BornDirType) == 0x000000, "Member 'FProjectileBornDirStruct::BornDirType' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBornDirStruct, PointSetCachedReqID) == 0x000004, "Member 'FProjectileBornDirStruct::PointSetCachedReqID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectilePosOffsetStruct \ +static_assert(alignof(FProjectilePosOffsetStruct) == 0x000008, "Wrong alignment on FProjectilePosOffsetStruct"); \ +static_assert(sizeof(FProjectilePosOffsetStruct) == 0x000058, "Wrong size on FProjectilePosOffsetStruct"); \ +static_assert(offsetof(FProjectilePosOffsetStruct, PosOffsetType) == 0x000000, "Member 'FProjectilePosOffsetStruct::PosOffsetType' has a wrong offset!"); \ +static_assert(offsetof(FProjectilePosOffsetStruct, OffsetSpace) == 0x000001, "Member 'FProjectilePosOffsetStruct::OffsetSpace' has a wrong offset!"); \ +static_assert(offsetof(FProjectilePosOffsetStruct, BaseType) == 0x000002, "Member 'FProjectilePosOffsetStruct::BaseType' has a wrong offset!"); \ +static_assert(offsetof(FProjectilePosOffsetStruct, SocketName) == 0x000004, "Member 'FProjectilePosOffsetStruct::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FProjectilePosOffsetStruct, PosOffset) == 0x000010, "Member 'FProjectilePosOffsetStruct::PosOffset' has a wrong offset!"); \ +static_assert(offsetof(FProjectilePosOffsetStruct, RangeOffsetInfo) == 0x000028, "Member 'FProjectilePosOffsetStruct::RangeOffsetInfo' has a wrong offset!"); \ +static_assert(offsetof(FProjectilePosOffsetStruct, VerticalOffset_World) == 0x000050, "Member 'FProjectilePosOffsetStruct::VerticalOffset_World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileBaseStruct \ +static_assert(alignof(FProjectileBaseStruct) == 0x000008, "Wrong alignment on FProjectileBaseStruct"); \ +static_assert(sizeof(FProjectileBaseStruct) == 0x000020, "Wrong size on FProjectileBaseStruct"); \ +static_assert(offsetof(FProjectileBaseStruct, BaseType) == 0x000000, "Member 'FProjectileBaseStruct::BaseType' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBaseStruct, SocketName) == 0x000004, "Member 'FProjectileBaseStruct::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBaseStruct, PointSetCachedReqID) == 0x00000C, "Member 'FProjectileBaseStruct::PointSetCachedReqID' has a wrong offset!"); \ +static_assert(offsetof(FProjectileBaseStruct, EQSTemplate) == 0x000010, "Member 'FProjectileBaseStruct::EQSTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitZBBInfo \ +static_assert(alignof(FUnitZBBInfo) == 0x000001, "Wrong alignment on FUnitZBBInfo"); \ +static_assert(sizeof(FUnitZBBInfo) == 0x000001, "Wrong size on FUnitZBBInfo"); \ + +#define DUMPER7_ASSERTS_FBoneUseForDispMap \ +static_assert(alignof(FBoneUseForDispMap) == 0x000004, "Wrong alignment on FBoneUseForDispMap"); \ +static_assert(sizeof(FBoneUseForDispMap) == 0x00001C, "Wrong size on FBoneUseForDispMap"); \ +static_assert(offsetof(FBoneUseForDispMap, WeaponIndex) == 0x000000, "Member 'FBoneUseForDispMap::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(FBoneUseForDispMap, FirstBoneName) == 0x000004, "Member 'FBoneUseForDispMap::FirstBoneName' has a wrong offset!"); \ +static_assert(offsetof(FBoneUseForDispMap, FirstRadius) == 0x00000C, "Member 'FBoneUseForDispMap::FirstRadius' has a wrong offset!"); \ +static_assert(offsetof(FBoneUseForDispMap, NextBoneName) == 0x000010, "Member 'FBoneUseForDispMap::NextBoneName' has a wrong offset!"); \ +static_assert(offsetof(FBoneUseForDispMap, NextRadius) == 0x000018, "Member 'FBoneUseForDispMap::NextRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBoneUseForDispList \ +static_assert(alignof(FBoneUseForDispList) == 0x000008, "Wrong alignment on FBoneUseForDispList"); \ +static_assert(sizeof(FBoneUseForDispList) == 0x000010, "Wrong size on FBoneUseForDispList"); \ +static_assert(offsetof(FBoneUseForDispList, InfoList) == 0x000000, "Member 'FBoneUseForDispList::InfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitCompFlagConfig \ +static_assert(alignof(FUnitCompFlagConfig) == 0x000008, "Wrong alignment on FUnitCompFlagConfig"); \ +static_assert(sizeof(FUnitCompFlagConfig) == 0x0000F8, "Wrong size on FUnitCompFlagConfig"); \ +static_assert(offsetof(FUnitCompFlagConfig, UnitTemplateType) == 0x000000, "Member 'FUnitCompFlagConfig::UnitTemplateType' has a wrong offset!"); \ +static_assert(offsetof(FUnitCompFlagConfig, PlayerAlterTags) == 0x000008, "Member 'FUnitCompFlagConfig::PlayerAlterTags' has a wrong offset!"); \ +static_assert(offsetof(FUnitCompFlagConfig, MonsterAlterTags) == 0x000058, "Member 'FUnitCompFlagConfig::MonsterAlterTags' has a wrong offset!"); \ +static_assert(offsetof(FUnitCompFlagConfig, MonsterRejectTags) == 0x0000A8, "Member 'FUnitCompFlagConfig::MonsterRejectTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvChangeConfig \ +static_assert(alignof(FEnvChangeConfig) == 0x000001, "Wrong alignment on FEnvChangeConfig"); \ +static_assert(sizeof(FEnvChangeConfig) == 0x000001, "Wrong size on FEnvChangeConfig"); \ + +#define DUMPER7_ASSERTS_FRandomPatrolConfig \ +static_assert(alignof(FRandomPatrolConfig) == 0x000008, "Wrong alignment on FRandomPatrolConfig"); \ +static_assert(sizeof(FRandomPatrolConfig) == 0x000020, "Wrong size on FRandomPatrolConfig"); \ +static_assert(offsetof(FRandomPatrolConfig, EnvQuery) == 0x000000, "Member 'FRandomPatrolConfig::EnvQuery' has a wrong offset!"); \ +static_assert(offsetof(FRandomPatrolConfig, WaitAMProbability) == 0x000008, "Member 'FRandomPatrolConfig::WaitAMProbability' has a wrong offset!"); \ +static_assert(offsetof(FRandomPatrolConfig, WaitAM) == 0x000010, "Member 'FRandomPatrolConfig::WaitAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvironmentAbnormalRecoverRate \ +static_assert(alignof(FEnvironmentAbnormalRecoverRate) == 0x000004, "Wrong alignment on FEnvironmentAbnormalRecoverRate"); \ +static_assert(sizeof(FEnvironmentAbnormalRecoverRate) == 0x000008, "Wrong size on FEnvironmentAbnormalRecoverRate"); \ +static_assert(offsetof(FEnvironmentAbnormalRecoverRate, AbnormalStateType) == 0x000000, "Member 'FEnvironmentAbnormalRecoverRate::AbnormalStateType' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentAbnormalRecoverRate, AutoRecoverRate) == 0x000004, "Member 'FEnvironmentAbnormalRecoverRate::AutoRecoverRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointsGenExtParam \ +static_assert(alignof(FPointsGenExtParam) == 0x000008, "Wrong alignment on FPointsGenExtParam"); \ +static_assert(sizeof(FPointsGenExtParam) == 0x000080, "Wrong size on FPointsGenExtParam"); \ +static_assert(offsetof(FPointsGenExtParam, SocketName) == 0x000000, "Member 'FPointsGenExtParam::SocketName' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, SocketNameList) == 0x000008, "Member 'FPointsGenExtParam::SocketNameList' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, EQSPath) == 0x000018, "Member 'FPointsGenExtParam::EQSPath' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, EQSTemplate) == 0x000028, "Member 'FPointsGenExtParam::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, SceneItemTag) == 0x000030, "Member 'FPointsGenExtParam::SceneItemTag' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, Explode_DesiredNum) == 0x000040, "Member 'FPointsGenExtParam::Explode_DesiredNum' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, Explode_LineTraceMaxLength) == 0x000044, "Member 'FPointsGenExtParam::Explode_LineTraceMaxLength' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, Explode_TraceTypeQuery) == 0x000048, "Member 'FPointsGenExtParam::Explode_TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, Explode_PointMinBetween) == 0x00004C, "Member 'FPointsGenExtParam::Explode_PointMinBetween' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, Explode_RangeDir_X) == 0x000050, "Member 'FPointsGenExtParam::Explode_RangeDir_X' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, Explode_RangeDir_Y) == 0x000060, "Member 'FPointsGenExtParam::Explode_RangeDir_Y' has a wrong offset!"); \ +static_assert(offsetof(FPointsGenExtParam, Explode_RangeDir_Z) == 0x000070, "Member 'FPointsGenExtParam::Explode_RangeDir_Z' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProjectileSpawnEventInfo \ +static_assert(alignof(FProjectileSpawnEventInfo) == 0x000004, "Wrong alignment on FProjectileSpawnEventInfo"); \ +static_assert(sizeof(FProjectileSpawnEventInfo) == 0x000008, "Wrong size on FProjectileSpawnEventInfo"); \ +static_assert(offsetof(FProjectileSpawnEventInfo, TotalNumInAWave) == 0x000000, "Member 'FProjectileSpawnEventInfo::TotalNumInAWave' has a wrong offset!"); \ +static_assert(offsetof(FProjectileSpawnEventInfo, SelfIndexInAWave) == 0x000004, "Member 'FProjectileSpawnEventInfo::SelfIndexInAWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSTimeScaleSetting \ +static_assert(alignof(FFGSTimeScaleSetting) == 0x000004, "Wrong alignment on FFGSTimeScaleSetting"); \ +static_assert(sizeof(FFGSTimeScaleSetting) == 0x000020, "Wrong size on FFGSTimeScaleSetting"); \ +static_assert(offsetof(FFGSTimeScaleSetting, TimeScale) == 0x000000, "Member 'FFGSTimeScaleSetting::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(FFGSTimeScaleSetting, BlendInRealTime) == 0x000004, "Member 'FFGSTimeScaleSetting::BlendInRealTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSTimeScaleSetting, BlendInType) == 0x000008, "Member 'FFGSTimeScaleSetting::BlendInType' has a wrong offset!"); \ +static_assert(offsetof(FFGSTimeScaleSetting, BlendInExp) == 0x00000C, "Member 'FFGSTimeScaleSetting::BlendInExp' has a wrong offset!"); \ +static_assert(offsetof(FFGSTimeScaleSetting, BlendOutRealTime) == 0x000010, "Member 'FFGSTimeScaleSetting::BlendOutRealTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSTimeScaleSetting, BlendOutType) == 0x000014, "Member 'FFGSTimeScaleSetting::BlendOutType' has a wrong offset!"); \ +static_assert(offsetof(FFGSTimeScaleSetting, BlendOutExp) == 0x000018, "Member 'FFGSTimeScaleSetting::BlendOutExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSeqSimpleStatePair \ +static_assert(alignof(FSeqSimpleStatePair) == 0x000001, "Wrong alignment on FSeqSimpleStatePair"); \ +static_assert(sizeof(FSeqSimpleStatePair) == 0x000002, "Wrong size on FSeqSimpleStatePair"); \ +static_assert(offsetof(FSeqSimpleStatePair, SimpleState) == 0x000000, "Member 'FSeqSimpleStatePair::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMaterialLayerParamGlobalConfigData \ +static_assert(alignof(FMaterialLayerParamGlobalConfigData) == 0x000008, "Wrong alignment on FMaterialLayerParamGlobalConfigData"); \ +static_assert(sizeof(FMaterialLayerParamGlobalConfigData) == 0x000018, "Wrong size on FMaterialLayerParamGlobalConfigData"); \ +static_assert(offsetof(FMaterialLayerParamGlobalConfigData, ParamEvaluateType) == 0x000000, "Member 'FMaterialLayerParamGlobalConfigData::ParamEvaluateType' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamGlobalConfigData, ClampMin) == 0x000004, "Member 'FMaterialLayerParamGlobalConfigData::ClampMin' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamGlobalConfigData, ClampMax) == 0x000008, "Member 'FMaterialLayerParamGlobalConfigData::ClampMax' has a wrong offset!"); \ +static_assert(offsetof(FMaterialLayerParamGlobalConfigData, AutoBlendOutSpeedCurve) == 0x000010, "Member 'FMaterialLayerParamGlobalConfigData::AutoBlendOutSpeedCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCastSkillInfo \ +static_assert(alignof(FCastSkillInfo) == 0x000004, "Wrong alignment on FCastSkillInfo"); \ +static_assert(sizeof(FCastSkillInfo) == 0x000018, "Wrong size on FCastSkillInfo"); \ +static_assert(offsetof(FCastSkillInfo, SkillID) == 0x000000, "Member 'FCastSkillInfo::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FCastSkillInfo, MontageStartSectionName) == 0x000008, "Member 'FCastSkillInfo::MontageStartSectionName' has a wrong offset!"); \ +static_assert(offsetof(FCastSkillInfo, SkillMontageBeginPos) == 0x000010, "Member 'FCastSkillInfo::SkillMontageBeginPos' has a wrong offset!"); \ +static_assert(offsetof(FCastSkillInfo, SkillDirection) == 0x000014, "Member 'FCastSkillInfo::SkillDirection' has a wrong offset!"); \ +static_assert(offsetof(FCastSkillInfo, Reason) == 0x000016, "Member 'FCastSkillInfo::Reason' has a wrong offset!"); \ +static_assert(offsetof(FCastSkillInfo, SourceType) == 0x000017, "Member 'FCastSkillInfo::SourceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFTPModeFilterInfo \ +static_assert(alignof(FFTPModeFilterInfo) == 0x000008, "Wrong alignment on FFTPModeFilterInfo"); \ +static_assert(sizeof(FFTPModeFilterInfo) == 0x000020, "Wrong size on FFTPModeFilterInfo"); \ +static_assert(offsetof(FFTPModeFilterInfo, DisplayName) == 0x000000, "Member 'FFTPModeFilterInfo::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FFTPModeFilterInfo, LUTTexture) == 0x000018, "Member 'FFTPModeFilterInfo::LUTTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSkillPreviewConfig \ +static_assert(alignof(FSkillPreviewConfig) == 0x000001, "Wrong alignment on FSkillPreviewConfig"); \ +static_assert(sizeof(FSkillPreviewConfig) == 0x000001, "Wrong size on FSkillPreviewConfig"); \ + +#define DUMPER7_ASSERTS_FMapAttrNode \ +static_assert(alignof(FMapAttrNode) == 0x000008, "Wrong alignment on FMapAttrNode"); \ +static_assert(sizeof(FMapAttrNode) == 0x000010, "Wrong size on FMapAttrNode"); \ +static_assert(offsetof(FMapAttrNode, BlockCatDir) == 0x000000, "Member 'FMapAttrNode::BlockCatDir' has a wrong offset!"); \ +static_assert(offsetof(FMapAttrNode, InPointLoc) == 0x000002, "Member 'FMapAttrNode::InPointLoc' has a wrong offset!"); \ +static_assert(offsetof(FMapAttrNode, PathCatID) == 0x000008, "Member 'FMapAttrNode::PathCatID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapProceduralInfo \ +static_assert(alignof(FMapProceduralInfo) == 0x000008, "Wrong alignment on FMapProceduralInfo"); \ +static_assert(sizeof(FMapProceduralInfo) == 0x0000A8, "Wrong size on FMapProceduralInfo"); \ +static_assert(offsetof(FMapProceduralInfo, MapInfoMatrix) == 0x000000, "Member 'FMapProceduralInfo::MapInfoMatrix' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MapBlockMapping) == 0x000010, "Member 'FMapProceduralInfo::MapBlockMapping' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MapCustomLightConfigs) == 0x000060, "Member 'FMapProceduralInfo::MapCustomLightConfigs' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, EntranceX) == 0x000070, "Member 'FMapProceduralInfo::EntranceX' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, EntranceY) == 0x000074, "Member 'FMapProceduralInfo::EntranceY' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, ExitX) == 0x000078, "Member 'FMapProceduralInfo::ExitX' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, ExitY) == 0x00007C, "Member 'FMapProceduralInfo::ExitY' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, ExpectedPointNumber) == 0x000080, "Member 'FMapProceduralInfo::ExpectedPointNumber' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MapWidth) == 0x000084, "Member 'FMapProceduralInfo::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MapHeight) == 0x000088, "Member 'FMapProceduralInfo::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, BlockWidth) == 0x00008C, "Member 'FMapProceduralInfo::BlockWidth' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, BlockHeight) == 0x000090, "Member 'FMapProceduralInfo::BlockHeight' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MaxPointWidth) == 0x000094, "Member 'FMapProceduralInfo::MaxPointWidth' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MaxPointHeight) == 0x000098, "Member 'FMapProceduralInfo::MaxPointHeight' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MinPointWidth) == 0x00009C, "Member 'FMapProceduralInfo::MinPointWidth' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MinPointHeight) == 0x0000A0, "Member 'FMapProceduralInfo::MinPointHeight' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, MapType) == 0x0000A5, "Member 'FMapProceduralInfo::MapType' has a wrong offset!"); \ +static_assert(offsetof(FMapProceduralInfo, PathCount) == 0x0000A6, "Member 'FMapProceduralInfo::PathCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnlineSpawnConfig \ +static_assert(alignof(FOnlineSpawnConfig) == 0x000004, "Wrong alignment on FOnlineSpawnConfig"); \ +static_assert(sizeof(FOnlineSpawnConfig) == 0x00000C, "Wrong size on FOnlineSpawnConfig"); \ +static_assert(offsetof(FOnlineSpawnConfig, SpawnNumOnline) == 0x000000, "Member 'FOnlineSpawnConfig::SpawnNumOnline' has a wrong offset!"); \ +static_assert(offsetof(FOnlineSpawnConfig, LowerLimitNumOnline) == 0x000004, "Member 'FOnlineSpawnConfig::LowerLimitNumOnline' has a wrong offset!"); \ +static_assert(offsetof(FOnlineSpawnConfig, ReSpawnNumOnline) == 0x000008, "Member 'FOnlineSpawnConfig::ReSpawnNumOnline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapPointData \ +static_assert(alignof(FMapPointData) == 0x000001, "Wrong alignment on FMapPointData"); \ +static_assert(sizeof(FMapPointData) == 0x000001, "Wrong size on FMapPointData"); \ + +#define DUMPER7_ASSERTS_FMapLineData \ +static_assert(alignof(FMapLineData) == 0x000001, "Wrong alignment on FMapLineData"); \ +static_assert(sizeof(FMapLineData) == 0x000001, "Wrong size on FMapLineData"); \ + +#define DUMPER7_ASSERTS_FProcessQueryConditionInfo \ +static_assert(alignof(FProcessQueryConditionInfo) == 0x000008, "Wrong alignment on FProcessQueryConditionInfo"); \ +static_assert(sizeof(FProcessQueryConditionInfo) == 0x000040, "Wrong size on FProcessQueryConditionInfo"); \ +static_assert(offsetof(FProcessQueryConditionInfo, TaskQueryConditionType) == 0x000000, "Member 'FProcessQueryConditionInfo::TaskQueryConditionType' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, TaskStageID) == 0x000004, "Member 'FProcessQueryConditionInfo::TaskStageID' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, TaskStageStateType) == 0x000008, "Member 'FProcessQueryConditionInfo::TaskStageStateType' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, InteractionGroupID) == 0x00000C, "Member 'FProcessQueryConditionInfo::InteractionGroupID' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, InteractionStep) == 0x000010, "Member 'FProcessQueryConditionInfo::InteractionStep' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, QueryUnitConditions) == 0x000018, "Member 'FProcessQueryConditionInfo::QueryUnitConditions' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, OwningItemID) == 0x000028, "Member 'FProcessQueryConditionInfo::OwningItemID' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, OwningItemNum) == 0x00002C, "Member 'FProcessQueryConditionInfo::OwningItemNum' has a wrong offset!"); \ +static_assert(offsetof(FProcessQueryConditionInfo, Comment) == 0x000030, "Member 'FProcessQueryConditionInfo::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPatrolBlendSpaceSetting \ +static_assert(alignof(FPatrolBlendSpaceSetting) == 0x000008, "Wrong alignment on FPatrolBlendSpaceSetting"); \ +static_assert(sizeof(FPatrolBlendSpaceSetting) == 0x000048, "Wrong size on FPatrolBlendSpaceSetting"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSRunFwdPatrol) == 0x000008, "Member 'FPatrolBlendSpaceSetting::BSRunFwdPatrol' has a wrong offset!"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSRunBwdPatrol) == 0x000010, "Member 'FPatrolBlendSpaceSetting::BSRunBwdPatrol' has a wrong offset!"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSRunLeftPatrol) == 0x000018, "Member 'FPatrolBlendSpaceSetting::BSRunLeftPatrol' has a wrong offset!"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSRunRightPatrol) == 0x000020, "Member 'FPatrolBlendSpaceSetting::BSRunRightPatrol' has a wrong offset!"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSJogFwdSlopeLeanPatrol) == 0x000028, "Member 'FPatrolBlendSpaceSetting::BSJogFwdSlopeLeanPatrol' has a wrong offset!"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSJogBwdSlopeLeanPatrol) == 0x000030, "Member 'FPatrolBlendSpaceSetting::BSJogBwdSlopeLeanPatrol' has a wrong offset!"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSJogLeftSlopeLeanPatrol) == 0x000038, "Member 'FPatrolBlendSpaceSetting::BSJogLeftSlopeLeanPatrol' has a wrong offset!"); \ +static_assert(offsetof(FPatrolBlendSpaceSetting, BSJogRightSlopeLeanPatrol) == 0x000040, "Member 'FPatrolBlendSpaceSetting::BSJogRightSlopeLeanPatrol' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFieldBuffInfo \ +static_assert(alignof(FFieldBuffInfo) == 0x000004, "Wrong alignment on FFieldBuffInfo"); \ +static_assert(sizeof(FFieldBuffInfo) == 0x000010, "Wrong size on FFieldBuffInfo"); \ +static_assert(offsetof(FFieldBuffInfo, TargetTeamFilter) == 0x000004, "Member 'FFieldBuffInfo::TargetTeamFilter' has a wrong offset!"); \ +static_assert(offsetof(FFieldBuffInfo, TargetTypeFilter) == 0x000008, "Member 'FFieldBuffInfo::TargetTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(FFieldBuffInfo, BuffID) == 0x00000C, "Member 'FFieldBuffInfo::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FNormalDeadAMInfo \ +static_assert(alignof(FNormalDeadAMInfo) == 0x000004, "Wrong alignment on FNormalDeadAMInfo"); \ +static_assert(sizeof(FNormalDeadAMInfo) == 0x000028, "Wrong size on FNormalDeadAMInfo"); \ +static_assert(offsetof(FNormalDeadAMInfo, StiffLevelID) == 0x000000, "Member 'FNormalDeadAMInfo::StiffLevelID' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, StiffLevelReuseID) == 0x000008, "Member 'FNormalDeadAMInfo::StiffLevelReuseID' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, DeadEllipsisType) == 0x00000C, "Member 'FNormalDeadAMInfo::DeadEllipsisType' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, SectorsType) == 0x00000E, "Member 'FNormalDeadAMInfo::SectorsType' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, NormalStiffRotateForwardLeft_FNB) == 0x000010, "Member 'FNormalDeadAMInfo::NormalStiffRotateForwardLeft_FNB' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, NormalStiffRotateForwardRight_FNB) == 0x000014, "Member 'FNormalDeadAMInfo::NormalStiffRotateForwardRight_FNB' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, NormalStiffRotateForwardLeft_FourDir) == 0x000018, "Member 'FNormalDeadAMInfo::NormalStiffRotateForwardLeft_FourDir' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, NormalStiffRotateForwardRight_FourDir) == 0x00001C, "Member 'FNormalDeadAMInfo::NormalStiffRotateForwardRight_FourDir' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, NormalStiffRotateBackwardLeft_FourDir) == 0x000020, "Member 'FNormalDeadAMInfo::NormalStiffRotateBackwardLeft_FourDir' has a wrong offset!"); \ +static_assert(offsetof(FNormalDeadAMInfo, NormalStiffRotateBackwardRight_FourDir) == 0x000024, "Member 'FNormalDeadAMInfo::NormalStiffRotateBackwardRight_FourDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPartDamagedAMInfo \ +static_assert(alignof(FPartDamagedAMInfo) == 0x000008, "Wrong alignment on FPartDamagedAMInfo"); \ +static_assert(sizeof(FPartDamagedAMInfo) == 0x000020, "Wrong size on FPartDamagedAMInfo"); \ +static_assert(offsetof(FPartDamagedAMInfo, DamagedAMPathForward) == 0x000000, "Member 'FPartDamagedAMInfo::DamagedAMPathForward' has a wrong offset!"); \ +static_assert(offsetof(FPartDamagedAMInfo, DamagedAMPathBackward) == 0x000008, "Member 'FPartDamagedAMInfo::DamagedAMPathBackward' has a wrong offset!"); \ +static_assert(offsetof(FPartDamagedAMInfo, DamagedAMPathLeftSide) == 0x000010, "Member 'FPartDamagedAMInfo::DamagedAMPathLeftSide' has a wrong offset!"); \ +static_assert(offsetof(FPartDamagedAMInfo, DamagedAMPathRightSide) == 0x000018, "Member 'FPartDamagedAMInfo::DamagedAMPathRightSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcBarConfig \ +static_assert(alignof(FProcBarConfig) == 0x000004, "Wrong alignment on FProcBarConfig"); \ +static_assert(sizeof(FProcBarConfig) == 0x000008, "Wrong size on FProcBarConfig"); \ +static_assert(offsetof(FProcBarConfig, DefValue) == 0x000000, "Member 'FProcBarConfig::DefValue' has a wrong offset!"); \ +static_assert(offsetof(FProcBarConfig, MaxValue) == 0x000004, "Member 'FProcBarConfig::MaxValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSWakeUpConfig \ +static_assert(alignof(FFGSWakeUpConfig) == 0x000008, "Wrong alignment on FFGSWakeUpConfig"); \ +static_assert(sizeof(FFGSWakeUpConfig) == 0x000078, "Wrong size on FFGSWakeUpConfig"); \ +static_assert(offsetof(FFGSWakeUpConfig, OnFightSkillID) == 0x000000, "Member 'FFGSWakeUpConfig::OnFightSkillID' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, DirectionOnFightSkillConfig) == 0x000004, "Member 'FFGSWakeUpConfig::DirectionOnFightSkillConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, SurpriseSkillID) == 0x000018, "Member 'FFGSWakeUpConfig::SurpriseSkillID' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, TargetList) == 0x000030, "Member 'FFGSWakeUpConfig::TargetList' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, TargetTamerList) == 0x000040, "Member 'FFGSWakeUpConfig::TargetTamerList' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, RangeType) == 0x000051, "Member 'FFGSWakeUpConfig::RangeType' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, RangeParam_1) == 0x000054, "Member 'FFGSWakeUpConfig::RangeParam_1' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, RangeParam_2) == 0x000058, "Member 'FFGSWakeUpConfig::RangeParam_2' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, RangeParam_3) == 0x00005C, "Member 'FFGSWakeUpConfig::RangeParam_3' has a wrong offset!"); \ +static_assert(offsetof(FFGSWakeUpConfig, ResIDList) == 0x000060, "Member 'FFGSWakeUpConfig::ResIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSettingHpConfig \ +static_assert(alignof(FSettingHpConfig) == 0x000008, "Wrong alignment on FSettingHpConfig"); \ +static_assert(sizeof(FSettingHpConfig) == 0x000018, "Wrong size on FSettingHpConfig"); \ +static_assert(offsetof(FSettingHpConfig, Name) == 0x000000, "Member 'FSettingHpConfig::Name' has a wrong offset!"); \ +static_assert(offsetof(FSettingHpConfig, HPLowPostProcessPercent) == 0x000010, "Member 'FSettingHpConfig::HPLowPostProcessPercent' has a wrong offset!"); \ +static_assert(offsetof(FSettingHpConfig, HPLimitPostProcessPercent) == 0x000014, "Member 'FSettingHpConfig::HPLimitPostProcessPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMFEffect \ +static_assert(alignof(FMFEffect) == 0x000008, "Wrong alignment on FMFEffect"); \ +static_assert(sizeof(FMFEffect) == 0x000040, "Wrong size on FMFEffect"); \ +static_assert(offsetof(FMFEffect, OverlapEventType) == 0x000000, "Member 'FMFEffect::OverlapEventType' has a wrong offset!"); \ +static_assert(offsetof(FMFEffect, BuffList) == 0x000008, "Member 'FMFEffect::BuffList' has a wrong offset!"); \ +static_assert(offsetof(FMFEffect, SkillEffectList) == 0x000018, "Member 'FMFEffect::SkillEffectList' has a wrong offset!"); \ +static_assert(offsetof(FMFEffect, SpecificFlags) == 0x000028, "Member 'FMFEffect::SpecificFlags' has a wrong offset!"); \ +static_assert(offsetof(FMFEffect, DisplayNote) == 0x000030, "Member 'FMFEffect::DisplayNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMFDirectionEffect \ +static_assert(alignof(FMFDirectionEffect) == 0x000008, "Wrong alignment on FMFDirectionEffect"); \ +static_assert(sizeof(FMFDirectionEffect) == 0x000070, "Wrong size on FMFDirectionEffect"); \ +static_assert(offsetof(FMFDirectionEffect, TriggerEvent) == 0x000000, "Member 'FMFDirectionEffect::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, TargetTeamFilter) == 0x000004, "Member 'FMFDirectionEffect::TargetTeamFilter' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, TargetTypeFilter) == 0x000008, "Member 'FMFDirectionEffect::TargetTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, EffectDirectionType) == 0x00000C, "Member 'FMFDirectionEffect::EffectDirectionType' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, ForwardAngle) == 0x000010, "Member 'FMFDirectionEffect::ForwardAngle' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, BackwardAngle) == 0x000014, "Member 'FMFDirectionEffect::BackwardAngle' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, LeftSideAngle) == 0x000018, "Member 'FMFDirectionEffect::LeftSideAngle' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, RightSideAngle) == 0x00001C, "Member 'FMFDirectionEffect::RightSideAngle' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, ForwardEffects) == 0x000020, "Member 'FMFDirectionEffect::ForwardEffects' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, BackwardEffects) == 0x000030, "Member 'FMFDirectionEffect::BackwardEffects' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, LeftSideEffects) == 0x000040, "Member 'FMFDirectionEffect::LeftSideEffects' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, RightSideEffects) == 0x000050, "Member 'FMFDirectionEffect::RightSideEffects' has a wrong offset!"); \ +static_assert(offsetof(FMFDirectionEffect, DisplayNote) == 0x000060, "Member 'FMFDirectionEffect::DisplayNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMapSpriteConfig \ +static_assert(alignof(FMapSpriteConfig) == 0x000008, "Wrong alignment on FMapSpriteConfig"); \ +static_assert(sizeof(FMapSpriteConfig) == 0x000068, "Wrong size on FMapSpriteConfig"); \ +static_assert(offsetof(FMapSpriteConfig, MoveRangeOffset) == 0x000000, "Member 'FMapSpriteConfig::MoveRangeOffset' has a wrong offset!"); \ +static_assert(offsetof(FMapSpriteConfig, MinScale) == 0x000010, "Member 'FMapSpriteConfig::MinScale' has a wrong offset!"); \ +static_assert(offsetof(FMapSpriteConfig, MaxScale) == 0x000014, "Member 'FMapSpriteConfig::MaxScale' has a wrong offset!"); \ +static_assert(offsetof(FMapSpriteConfig, SelectedScale) == 0x000018, "Member 'FMapSpriteConfig::SelectedScale' has a wrong offset!"); \ +static_assert(offsetof(FMapSpriteConfig, MapLevelCommConfig) == 0x00001C, "Member 'FMapSpriteConfig::MapLevelCommConfig' has a wrong offset!"); \ +static_assert(offsetof(FMapSpriteConfig, MapLevelDescConfig) == 0x000040, "Member 'FMapSpriteConfig::MapLevelDescConfig' has a wrong offset!"); \ +static_assert(offsetof(FMapSpriteConfig, PaperMaskIndex) == 0x000064, "Member 'FMapSpriteConfig::PaperMaskIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFSCDCollisionInfo \ +static_assert(alignof(FFSCDCollisionInfo) == 0x000004, "Wrong alignment on FFSCDCollisionInfo"); \ +static_assert(sizeof(FFSCDCollisionInfo) == 0x00000C, "Wrong size on FFSCDCollisionInfo"); \ +static_assert(offsetof(FFSCDCollisionInfo, ScaleRate) == 0x000000, "Member 'FFSCDCollisionInfo::ScaleRate' has a wrong offset!"); \ +static_assert(offsetof(FFSCDCollisionInfo, KeepTime) == 0x000004, "Member 'FFSCDCollisionInfo::KeepTime' has a wrong offset!"); \ +static_assert(offsetof(FFSCDCollisionInfo, CollisionColor) == 0x000008, "Member 'FFSCDCollisionInfo::CollisionColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvironmentInteractionConfig \ +static_assert(alignof(FEnvironmentInteractionConfig) == 0x000008, "Wrong alignment on FEnvironmentInteractionConfig"); \ +static_assert(sizeof(FEnvironmentInteractionConfig) == 0x000060, "Wrong size on FEnvironmentInteractionConfig"); \ +static_assert(offsetof(FEnvironmentInteractionConfig, EnvironmentSurfaceType) == 0x000000, "Member 'FEnvironmentInteractionConfig::EnvironmentSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentInteractionConfig, SurfaceTypeOverrideMethod) == 0x000001, "Member 'FEnvironmentInteractionConfig::SurfaceTypeOverrideMethod' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentInteractionConfig, SurfaceTypeGenerationMapping) == 0x000008, "Member 'FEnvironmentInteractionConfig::SurfaceTypeGenerationMapping' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentInteractionConfig, Priority) == 0x000058, "Member 'FEnvironmentInteractionConfig::Priority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockInfoWarp_Normal \ +static_assert(alignof(FBlockInfoWarp_Normal) == 0x000008, "Wrong alignment on FBlockInfoWarp_Normal"); \ +static_assert(sizeof(FBlockInfoWarp_Normal) == 0x000028, "Wrong size on FBlockInfoWarp_Normal"); \ +static_assert(offsetof(FBlockInfoWarp_Normal, BlockInfoByHitLevelList) == 0x000000, "Member 'FBlockInfoWarp_Normal::BlockInfoByHitLevelList' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_Normal, BreakBlockAM) == 0x000010, "Member 'FBlockInfoWarp_Normal::BreakBlockAM' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_Normal, TriggerBlock2WeakMinHitWeight) == 0x000018, "Member 'FBlockInfoWarp_Normal::TriggerBlock2WeakMinHitWeight' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_Normal, BreakBlock2WeakAM) == 0x000020, "Member 'FBlockInfoWarp_Normal::BreakBlock2WeakAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBlockInfoWarp_BeAttacked \ +static_assert(alignof(FBlockInfoWarp_BeAttacked) == 0x000008, "Wrong alignment on FBlockInfoWarp_BeAttacked"); \ +static_assert(sizeof(FBlockInfoWarp_BeAttacked) == 0x000020, "Wrong size on FBlockInfoWarp_BeAttacked"); \ +static_assert(offsetof(FBlockInfoWarp_BeAttacked, BeAttackedBlockDamageInfo) == 0x000000, "Member 'FBlockInfoWarp_BeAttacked::BeAttackedBlockDamageInfo' has a wrong offset!"); \ +static_assert(offsetof(FBlockInfoWarp_BeAttacked, BeAttackedBlockDamageInfoByStiffLevel) == 0x000010, "Member 'FBlockInfoWarp_BeAttacked::BeAttackedBlockDamageInfoByStiffLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieGraphPlaySettings \ +static_assert(alignof(FMovieGraphPlaySettings) == 0x000004, "Wrong alignment on FMovieGraphPlaySettings"); \ +static_assert(sizeof(FMovieGraphPlaySettings) == 0x000018, "Wrong size on FMovieGraphPlaySettings"); \ +static_assert(offsetof(FMovieGraphPlaySettings, PlaybackSettings) == 0x000000, "Member 'FMovieGraphPlaySettings::PlaybackSettings' has a wrong offset!"); \ +static_assert(offsetof(FMovieGraphPlaySettings, CameraSettings) == 0x000014, "Member 'FMovieGraphPlaySettings::CameraSettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvironmentAbnormalEffectConfig \ +static_assert(alignof(FEnvironmentAbnormalEffectConfig) == 0x000008, "Wrong alignment on FEnvironmentAbnormalEffectConfig"); \ +static_assert(sizeof(FEnvironmentAbnormalEffectConfig) == 0x000038, "Wrong size on FEnvironmentAbnormalEffectConfig"); \ +static_assert(offsetof(FEnvironmentAbnormalEffectConfig, AbnormalStateConfig) == 0x000000, "Member 'FEnvironmentAbnormalEffectConfig::AbnormalStateConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIL2CPPUnitTestStructInnerInner \ +static_assert(alignof(FIL2CPPUnitTestStructInnerInner) == 0x000008, "Wrong alignment on FIL2CPPUnitTestStructInnerInner"); \ +static_assert(sizeof(FIL2CPPUnitTestStructInnerInner) == 0x000018, "Wrong size on FIL2CPPUnitTestStructInnerInner"); \ +static_assert(offsetof(FIL2CPPUnitTestStructInnerInner, FloatVal) == 0x000000, "Member 'FIL2CPPUnitTestStructInnerInner::FloatVal' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStructInnerInner, YesNo) == 0x000004, "Member 'FIL2CPPUnitTestStructInnerInner::YesNo' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStructInnerInner, GameTag) == 0x000008, "Member 'FIL2CPPUnitTestStructInnerInner::GameTag' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStructInnerInner, AnimSub) == 0x000010, "Member 'FIL2CPPUnitTestStructInnerInner::AnimSub' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIL2CPPUnitTestStructInner \ +static_assert(alignof(FIL2CPPUnitTestStructInner) == 0x000008, "Wrong alignment on FIL2CPPUnitTestStructInner"); \ +static_assert(sizeof(FIL2CPPUnitTestStructInner) == 0x000020, "Wrong size on FIL2CPPUnitTestStructInner"); \ +static_assert(offsetof(FIL2CPPUnitTestStructInner, ItemInts) == 0x000000, "Member 'FIL2CPPUnitTestStructInner::ItemInts' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStructInner, InnerStruct) == 0x000010, "Member 'FIL2CPPUnitTestStructInner::InnerStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIL2CPPUnitTestStructOuter \ +static_assert(alignof(FIL2CPPUnitTestStructOuter) == 0x000008, "Wrong alignment on FIL2CPPUnitTestStructOuter"); \ +static_assert(sizeof(FIL2CPPUnitTestStructOuter) == 0x000028, "Wrong size on FIL2CPPUnitTestStructOuter"); \ +static_assert(offsetof(FIL2CPPUnitTestStructOuter, TestInt) == 0x000000, "Member 'FIL2CPPUnitTestStructOuter::TestInt' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStructOuter, ItemStructs) == 0x000008, "Member 'FIL2CPPUnitTestStructOuter::ItemStructs' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStructOuter, Anim) == 0x000018, "Member 'FIL2CPPUnitTestStructOuter::Anim' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStructOuter, TestInt2) == 0x000020, "Member 'FIL2CPPUnitTestStructOuter::TestInt2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPreciseDodgeAwards \ +static_assert(alignof(FPreciseDodgeAwards) == 0x000008, "Wrong alignment on FPreciseDodgeAwards"); \ +static_assert(sizeof(FPreciseDodgeAwards) == 0x000038, "Wrong size on FPreciseDodgeAwards"); \ +static_assert(offsetof(FPreciseDodgeAwards, AddBuffIds) == 0x000000, "Member 'FPreciseDodgeAwards::AddBuffIds' has a wrong offset!"); \ +static_assert(offsetof(FPreciseDodgeAwards, RemoveBuffIds) == 0x000010, "Member 'FPreciseDodgeAwards::RemoveBuffIds' has a wrong offset!"); \ +static_assert(offsetof(FPreciseDodgeAwards, SkillEffectIds) == 0x000020, "Member 'FPreciseDodgeAwards::SkillEffectIds' has a wrong offset!"); \ +static_assert(offsetof(FPreciseDodgeAwards, MaxAwardCount) == 0x000030, "Member 'FPreciseDodgeAwards::MaxAwardCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSummonSetting \ +static_assert(alignof(FSummonSetting) == 0x000004, "Wrong alignment on FSummonSetting"); \ +static_assert(sizeof(FSummonSetting) == 0x00000C, "Wrong size on FSummonSetting"); \ +static_assert(offsetof(FSummonSetting, SummonID) == 0x000000, "Member 'FSummonSetting::SummonID' has a wrong offset!"); \ +static_assert(offsetof(FSummonSetting, SummonWeight) == 0x000004, "Member 'FSummonSetting::SummonWeight' has a wrong offset!"); \ +static_assert(offsetof(FSummonSetting, SummonPointIndex) == 0x000008, "Member 'FSummonSetting::SummonPointIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChargeLevelUnitInfo \ +static_assert(alignof(FChargeLevelUnitInfo) == 0x000008, "Wrong alignment on FChargeLevelUnitInfo"); \ +static_assert(sizeof(FChargeLevelUnitInfo) == 0x000028, "Wrong size on FChargeLevelUnitInfo"); \ +static_assert(offsetof(FChargeLevelUnitInfo, Duration) == 0x000000, "Member 'FChargeLevelUnitInfo::Duration' has a wrong offset!"); \ +static_assert(offsetof(FChargeLevelUnitInfo, BuffList) == 0x000008, "Member 'FChargeLevelUnitInfo::BuffList' has a wrong offset!"); \ +static_assert(offsetof(FChargeLevelUnitInfo, LoopBuffList) == 0x000018, "Member 'FChargeLevelUnitInfo::LoopBuffList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FChargeLevelConfig \ +static_assert(alignof(FChargeLevelConfig) == 0x000008, "Wrong alignment on FChargeLevelConfig"); \ +static_assert(sizeof(FChargeLevelConfig) == 0x000010, "Wrong size on FChargeLevelConfig"); \ +static_assert(offsetof(FChargeLevelConfig, InfoList) == 0x000000, "Member 'FChargeLevelConfig::InfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvironmentMaskMappingData \ +static_assert(alignof(FEnvironmentMaskMappingData) == 0x000008, "Wrong alignment on FEnvironmentMaskMappingData"); \ +static_assert(sizeof(FEnvironmentMaskMappingData) == 0x000030, "Wrong size on FEnvironmentMaskMappingData"); \ +static_assert(offsetof(FEnvironmentMaskMappingData, ParamName) == 0x000000, "Member 'FEnvironmentMaskMappingData::ParamName' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentMaskMappingData, LayerMappingName_Layer) == 0x000010, "Member 'FEnvironmentMaskMappingData::LayerMappingName_Layer' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentMaskMappingData, AccumulateSpeed) == 0x000020, "Member 'FEnvironmentMaskMappingData::AccumulateSpeed' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentMaskMappingData, AccumulateMaxValue) == 0x000024, "Member 'FEnvironmentMaskMappingData::AccumulateMaxValue' has a wrong offset!"); \ +static_assert(offsetof(FEnvironmentMaskMappingData, FadeSpeed) == 0x000028, "Member 'FEnvironmentMaskMappingData::FadeSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpecialStateAM \ +static_assert(alignof(FSpecialStateAM) == 0x000008, "Wrong alignment on FSpecialStateAM"); \ +static_assert(sizeof(FSpecialStateAM) == 0x000010, "Wrong size on FSpecialStateAM"); \ +static_assert(offsetof(FSpecialStateAM, LoopAM) == 0x000000, "Member 'FSpecialStateAM::LoopAM' has a wrong offset!"); \ +static_assert(offsetof(FSpecialStateAM, EndAM) == 0x000008, "Member 'FSpecialStateAM::EndAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIKRigBoneDefinition \ +static_assert(alignof(FIKRigBoneDefinition) == 0x000010, "Wrong alignment on FIKRigBoneDefinition"); \ +static_assert(sizeof(FIKRigBoneDefinition) == 0x000070, "Wrong size on FIKRigBoneDefinition"); \ +static_assert(offsetof(FIKRigBoneDefinition, TargetTransform) == 0x000000, "Member 'FIKRigBoneDefinition::TargetTransform' has a wrong offset!"); \ +static_assert(offsetof(FIKRigBoneDefinition, BoneName) == 0x000060, "Member 'FIKRigBoneDefinition::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerformerInfo \ +static_assert(alignof(FPerformerInfo) == 0x000008, "Wrong alignment on FPerformerInfo"); \ +static_assert(sizeof(FPerformerInfo) == 0x000018, "Wrong size on FPerformerInfo"); \ +static_assert(offsetof(FPerformerInfo, PerformerActorFixedGuid) == 0x000000, "Member 'FPerformerInfo::PerformerActorFixedGuid' has a wrong offset!"); \ +static_assert(offsetof(FPerformerInfo, Comment) == 0x000008, "Member 'FPerformerInfo::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteractInfoTemplateNameList \ +static_assert(alignof(FInteractInfoTemplateNameList) == 0x000008, "Wrong alignment on FInteractInfoTemplateNameList"); \ +static_assert(sizeof(FInteractInfoTemplateNameList) == 0x000010, "Wrong size on FInteractInfoTemplateNameList"); \ +static_assert(offsetof(FInteractInfoTemplateNameList, BoneNameList) == 0x000000, "Member 'FInteractInfoTemplateNameList::BoneNameList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInteractInfoTemplateWithLOD \ +static_assert(alignof(FInteractInfoTemplateWithLOD) == 0x000008, "Wrong alignment on FInteractInfoTemplateWithLOD"); \ +static_assert(sizeof(FInteractInfoTemplateWithLOD) == 0x000050, "Wrong size on FInteractInfoTemplateWithLOD"); \ +static_assert(offsetof(FInteractInfoTemplateWithLOD, InfoTemplateWithLOD) == 0x000000, "Member 'FInteractInfoTemplateWithLOD::InfoTemplateWithLOD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBulletSweepReactionInfo \ +static_assert(alignof(FBulletSweepReactionInfo) == 0x000008, "Wrong alignment on FBulletSweepReactionInfo"); \ +static_assert(sizeof(FBulletSweepReactionInfo) == 0x000018, "Wrong size on FBulletSweepReactionInfo"); \ +static_assert(offsetof(FBulletSweepReactionInfo, CheckID) == 0x000000, "Member 'FBulletSweepReactionInfo::CheckID' has a wrong offset!"); \ +static_assert(offsetof(FBulletSweepReactionInfo, TriggerEffectID) == 0x000008, "Member 'FBulletSweepReactionInfo::TriggerEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBulletSweepSimpleStateReactionInfo \ +static_assert(alignof(FBulletSweepSimpleStateReactionInfo) == 0x000008, "Wrong alignment on FBulletSweepSimpleStateReactionInfo"); \ +static_assert(sizeof(FBulletSweepSimpleStateReactionInfo) == 0x000018, "Wrong size on FBulletSweepSimpleStateReactionInfo"); \ +static_assert(offsetof(FBulletSweepSimpleStateReactionInfo, ConditionSimpleState) == 0x000000, "Member 'FBulletSweepSimpleStateReactionInfo::ConditionSimpleState' has a wrong offset!"); \ +static_assert(offsetof(FBulletSweepSimpleStateReactionInfo, TriggerEffectID) == 0x000008, "Member 'FBulletSweepSimpleStateReactionInfo::TriggerEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCustomizedKeyConfig \ +static_assert(alignof(FCustomizedKeyConfig) == 0x000008, "Wrong alignment on FCustomizedKeyConfig"); \ +static_assert(sizeof(FCustomizedKeyConfig) == 0x000030, "Wrong size on FCustomizedKeyConfig"); \ +static_assert(offsetof(FCustomizedKeyConfig, ActionName) == 0x000000, "Member 'FCustomizedKeyConfig::ActionName' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedKeyConfig, UIWordID) == 0x000010, "Member 'FCustomizedKeyConfig::UIWordID' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedKeyConfig, ChangeType) == 0x000014, "Member 'FCustomizedKeyConfig::ChangeType' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedKeyConfig, InputTab) == 0x000015, "Member 'FCustomizedKeyConfig::InputTab' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedKeyConfig, KeyMappingType) == 0x000016, "Member 'FCustomizedKeyConfig::KeyMappingType' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedKeyConfig, GroupName) == 0x000018, "Member 'FCustomizedKeyConfig::GroupName' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedKeyConfig, GroupNameUIWordID) == 0x000028, "Member 'FCustomizedKeyConfig::GroupNameUIWordID' has a wrong offset!"); \ +static_assert(offsetof(FCustomizedKeyConfig, UnlockCondition) == 0x00002C, "Member 'FCustomizedKeyConfig::UnlockCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUltimateSkillConfigInfo \ +static_assert(alignof(FUltimateSkillConfigInfo) == 0x000004, "Wrong alignment on FUltimateSkillConfigInfo"); \ +static_assert(sizeof(FUltimateSkillConfigInfo) == 0x00000C, "Wrong size on FUltimateSkillConfigInfo"); \ +static_assert(offsetof(FUltimateSkillConfigInfo, TeamID) == 0x000000, "Member 'FUltimateSkillConfigInfo::TeamID' has a wrong offset!"); \ +static_assert(offsetof(FUltimateSkillConfigInfo, MaxUltimateValue) == 0x000004, "Member 'FUltimateSkillConfigInfo::MaxUltimateValue' has a wrong offset!"); \ +static_assert(offsetof(FUltimateSkillConfigInfo, UltimateCastingCountDown) == 0x000008, "Member 'FUltimateSkillConfigInfo::UltimateCastingCountDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMontageTestUnit \ +static_assert(alignof(FMontageTestUnit) == 0x000008, "Wrong alignment on FMontageTestUnit"); \ +static_assert(sizeof(FMontageTestUnit) == 0x000018, "Wrong size on FMontageTestUnit"); \ +static_assert(offsetof(FMontageTestUnit, Montage) == 0x000000, "Member 'FMontageTestUnit::Montage' has a wrong offset!"); \ +static_assert(offsetof(FMontageTestUnit, describe) == 0x000008, "Member 'FMontageTestUnit::describe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoMoveMonitorConfigItem \ +static_assert(alignof(FAutoMoveMonitorConfigItem) == 0x000008, "Wrong alignment on FAutoMoveMonitorConfigItem"); \ +static_assert(sizeof(FAutoMoveMonitorConfigItem) == 0x000020, "Wrong size on FAutoMoveMonitorConfigItem"); \ +static_assert(offsetof(FAutoMoveMonitorConfigItem, AssetPath) == 0x000000, "Member 'FAutoMoveMonitorConfigItem::AssetPath' has a wrong offset!"); \ +static_assert(offsetof(FAutoMoveMonitorConfigItem, Desc) == 0x000010, "Member 'FAutoMoveMonitorConfigItem::Desc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCheckAngleTest \ +static_assert(alignof(FCheckAngleTest) == 0x000004, "Wrong alignment on FCheckAngleTest"); \ +static_assert(sizeof(FCheckAngleTest) == 0x00000C, "Wrong size on FCheckAngleTest"); \ +static_assert(offsetof(FCheckAngleTest, LeftAngle) == 0x000000, "Member 'FCheckAngleTest::LeftAngle' has a wrong offset!"); \ +static_assert(offsetof(FCheckAngleTest, RightAngle) == 0x000004, "Member 'FCheckAngleTest::RightAngle' has a wrong offset!"); \ +static_assert(offsetof(FCheckAngleTest, AngleBaseType) == 0x000008, "Member 'FCheckAngleTest::AngleBaseType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFNPCLeisureAnimInfo \ +static_assert(alignof(FFNPCLeisureAnimInfo) == 0x000008, "Wrong alignment on FFNPCLeisureAnimInfo"); \ +static_assert(sizeof(FFNPCLeisureAnimInfo) == 0x000028, "Wrong size on FFNPCLeisureAnimInfo"); \ +static_assert(offsetof(FFNPCLeisureAnimInfo, LeisureAnim) == 0x000000, "Member 'FFNPCLeisureAnimInfo::LeisureAnim' has a wrong offset!"); \ +static_assert(offsetof(FFNPCLeisureAnimInfo, OnFightSkillID) == 0x000008, "Member 'FFNPCLeisureAnimInfo::OnFightSkillID' has a wrong offset!"); \ +static_assert(offsetof(FFNPCLeisureAnimInfo, OnFightSkillIDBack) == 0x00000C, "Member 'FFNPCLeisureAnimInfo::OnFightSkillIDBack' has a wrong offset!"); \ +static_assert(offsetof(FFNPCLeisureAnimInfo, OnFightSkillIDLeft) == 0x000010, "Member 'FFNPCLeisureAnimInfo::OnFightSkillIDLeft' has a wrong offset!"); \ +static_assert(offsetof(FFNPCLeisureAnimInfo, OnFightSkillIDRight) == 0x000014, "Member 'FFNPCLeisureAnimInfo::OnFightSkillIDRight' has a wrong offset!"); \ +static_assert(offsetof(FFNPCLeisureAnimInfo, Comment) == 0x000018, "Member 'FFNPCLeisureAnimInfo::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFPEConfig \ +static_assert(alignof(FFPEConfig) == 0x000008, "Wrong alignment on FFPEConfig"); \ +static_assert(sizeof(FFPEConfig) == 0x000038, "Wrong size on FFPEConfig"); \ +static_assert(offsetof(FFPEConfig, ProtectTime) == 0x000000, "Member 'FFPEConfig::ProtectTime' has a wrong offset!"); \ +static_assert(offsetof(FFPEConfig, DecreaseValuePerSecond) == 0x000004, "Member 'FFPEConfig::DecreaseValuePerSecond' has a wrong offset!"); \ +static_assert(offsetof(FFPEConfig, LevelValue) == 0x000008, "Member 'FFPEConfig::LevelValue' has a wrong offset!"); \ +static_assert(offsetof(FFPEConfig, DBC_EnterLevel) == 0x000010, "Member 'FFPEConfig::DBC_EnterLevel' has a wrong offset!"); \ +static_assert(offsetof(FFPEConfig, BuffIDList) == 0x000018, "Member 'FFPEConfig::BuffIDList' has a wrong offset!"); \ +static_assert(offsetof(FFPEConfig, BuffIDList_LevelUp) == 0x000028, "Member 'FFPEConfig::BuffIDList_LevelUp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FKeyIconInfo \ +static_assert(alignof(FKeyIconInfo) == 0x000008, "Wrong alignment on FKeyIconInfo"); \ +static_assert(sizeof(FKeyIconInfo) == 0x000020, "Wrong size on FKeyIconInfo"); \ +static_assert(offsetof(FKeyIconInfo, Key) == 0x000000, "Member 'FKeyIconInfo::Key' has a wrong offset!"); \ +static_assert(offsetof(FKeyIconInfo, Offset) == 0x000018, "Member 'FKeyIconInfo::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMagicallyChangeConfig_TFXConfig \ +static_assert(alignof(FMagicallyChangeConfig_TFXConfig) == 0x000008, "Wrong alignment on FMagicallyChangeConfig_TFXConfig"); \ +static_assert(sizeof(FMagicallyChangeConfig_TFXConfig) == 0x000030, "Wrong size on FMagicallyChangeConfig_TFXConfig"); \ +static_assert(offsetof(FMagicallyChangeConfig_TFXConfig, TFXAsset) == 0x000000, "Member 'FMagicallyChangeConfig_TFXConfig::TFXAsset' has a wrong offset!"); \ +static_assert(offsetof(FMagicallyChangeConfig_TFXConfig, HairMaterial) == 0x000008, "Member 'FMagicallyChangeConfig_TFXConfig::HairMaterial' has a wrong offset!"); \ +static_assert(offsetof(FMagicallyChangeConfig_TFXConfig, ShadeSettings) == 0x000010, "Member 'FMagicallyChangeConfig_TFXConfig::ShadeSettings' has a wrong offset!"); \ +static_assert(offsetof(FMagicallyChangeConfig_TFXConfig, LodScreenSize) == 0x000024, "Member 'FMagicallyChangeConfig_TFXConfig::LodScreenSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCloudMoveGroundEffectConfig \ +static_assert(alignof(FCloudMoveGroundEffectConfig) == 0x000008, "Wrong alignment on FCloudMoveGroundEffectConfig"); \ +static_assert(sizeof(FCloudMoveGroundEffectConfig) == 0x000010, "Wrong size on FCloudMoveGroundEffectConfig"); \ +static_assert(offsetof(FCloudMoveGroundEffectConfig, RunEffectDBC) == 0x000000, "Member 'FCloudMoveGroundEffectConfig::RunEffectDBC' has a wrong offset!"); \ +static_assert(offsetof(FCloudMoveGroundEffectConfig, RushEffectDBC) == 0x000008, "Member 'FCloudMoveGroundEffectConfig::RushEffectDBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatParamInfo \ +static_assert(alignof(FMatParamInfo) == 0x000008, "Wrong alignment on FMatParamInfo"); \ +static_assert(sizeof(FMatParamInfo) == 0x000010, "Wrong size on FMatParamInfo"); \ +static_assert(offsetof(FMatParamInfo, ParameterName) == 0x000000, "Member 'FMatParamInfo::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FMatParamInfo, FloatCurve) == 0x000008, "Member 'FMatParamInfo::FloatCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCloudMoveBreakSkillConfig \ +static_assert(alignof(FCloudMoveBreakSkillConfig) == 0x000004, "Wrong alignment on FCloudMoveBreakSkillConfig"); \ +static_assert(sizeof(FCloudMoveBreakSkillConfig) == 0x000008, "Wrong size on FCloudMoveBreakSkillConfig"); \ +static_assert(offsetof(FCloudMoveBreakSkillConfig, BreakSkill_Low) == 0x000000, "Member 'FCloudMoveBreakSkillConfig::BreakSkill_Low' has a wrong offset!"); \ +static_assert(offsetof(FCloudMoveBreakSkillConfig, BreakSkill_High) == 0x000004, "Member 'FCloudMoveBreakSkillConfig::BreakSkill_High' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAiBreakInteractionConversationInfo \ +static_assert(alignof(FAiBreakInteractionConversationInfo) == 0x000008, "Wrong alignment on FAiBreakInteractionConversationInfo"); \ +static_assert(sizeof(FAiBreakInteractionConversationInfo) == 0x000018, "Wrong size on FAiBreakInteractionConversationInfo"); \ +static_assert(offsetof(FAiBreakInteractionConversationInfo, AiBreakInteractionType) == 0x000000, "Member 'FAiBreakInteractionConversationInfo::AiBreakInteractionType' has a wrong offset!"); \ +static_assert(offsetof(FAiBreakInteractionConversationInfo, AiConversationIDList) == 0x000008, "Member 'FAiBreakInteractionConversationInfo::AiConversationIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMFEvent \ +static_assert(alignof(FMFEvent) == 0x000008, "Wrong alignment on FMFEvent"); \ +static_assert(sizeof(FMFEvent) == 0x000030, "Wrong size on FMFEvent"); \ +static_assert(offsetof(FMFEvent, TargetTeamFilter) == 0x000004, "Member 'FMFEvent::TargetTeamFilter' has a wrong offset!"); \ +static_assert(offsetof(FMFEvent, TargetTypeFilter) == 0x000008, "Member 'FMFEvent::TargetTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(FMFEvent, MFEffectList) == 0x000010, "Member 'FMFEvent::MFEffectList' has a wrong offset!"); \ +static_assert(offsetof(FMFEvent, DisplayNote) == 0x000020, "Member 'FMFEvent::DisplayNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFollowPartnerDodgeInfo \ +static_assert(alignof(FFollowPartnerDodgeInfo) == 0x000008, "Wrong alignment on FFollowPartnerDodgeInfo"); \ +static_assert(sizeof(FFollowPartnerDodgeInfo) == 0x0000B0, "Wrong size on FFollowPartnerDodgeInfo"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, TriggerCD) == 0x000004, "Member 'FFollowPartnerDodgeInfo::TriggerCD' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, TriggerRadius) == 0x000008, "Member 'FFollowPartnerDodgeInfo::TriggerRadius' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, VelocityDifferent) == 0x00000C, "Member 'FFollowPartnerDodgeInfo::VelocityDifferent' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, ForwardDodgeMontageList) == 0x000010, "Member 'FFollowPartnerDodgeInfo::ForwardDodgeMontageList' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, BackwardDodgeMontageList) == 0x000020, "Member 'FFollowPartnerDodgeInfo::BackwardDodgeMontageList' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, LeftSideDodgeMontageList) == 0x000030, "Member 'FFollowPartnerDodgeInfo::LeftSideDodgeMontageList' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, RightSideDodgeMontageList) == 0x000040, "Member 'FFollowPartnerDodgeInfo::RightSideDodgeMontageList' has a wrong offset!"); \ +static_assert(offsetof(FFollowPartnerDodgeInfo, EQSRunParamInfo) == 0x000058, "Member 'FFollowPartnerDodgeInfo::EQSRunParamInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSilkEntangleNiagaraParamMapping \ +static_assert(alignof(FSilkEntangleNiagaraParamMapping) == 0x000008, "Wrong alignment on FSilkEntangleNiagaraParamMapping"); \ +static_assert(sizeof(FSilkEntangleNiagaraParamMapping) == 0x000018, "Wrong size on FSilkEntangleNiagaraParamMapping"); \ +static_assert(offsetof(FSilkEntangleNiagaraParamMapping, NiagaraParamName) == 0x000000, "Member 'FSilkEntangleNiagaraParamMapping::NiagaraParamName' has a wrong offset!"); \ +static_assert(offsetof(FSilkEntangleNiagaraParamMapping, Ratio) == 0x000008, "Member 'FSilkEntangleNiagaraParamMapping::Ratio' has a wrong offset!"); \ +static_assert(offsetof(FSilkEntangleNiagaraParamMapping, MappingCurve_CountTotal) == 0x000010, "Member 'FSilkEntangleNiagaraParamMapping::MappingCurve_CountTotal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFollowPatrolConfig \ +static_assert(alignof(FFollowPatrolConfig) == 0x000008, "Wrong alignment on FFollowPatrolConfig"); \ +static_assert(sizeof(FFollowPatrolConfig) == 0x000008, "Wrong size on FFollowPatrolConfig"); \ +static_assert(offsetof(FFollowPatrolConfig, FollowTarget) == 0x000000, "Member 'FFollowPatrolConfig::FollowTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatLayerFunctionInfo \ +static_assert(alignof(FMatLayerFunctionInfo) == 0x000008, "Wrong alignment on FMatLayerFunctionInfo"); \ +static_assert(sizeof(FMatLayerFunctionInfo) == 0x000010, "Wrong size on FMatLayerFunctionInfo"); \ +static_assert(offsetof(FMatLayerFunctionInfo, Association) == 0x000000, "Member 'FMatLayerFunctionInfo::Association' has a wrong offset!"); \ +static_assert(offsetof(FMatLayerFunctionInfo, LayerFunction) == 0x000008, "Member 'FMatLayerFunctionInfo::LayerFunction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterSplashResource \ +static_assert(alignof(FWaterSplashResource) == 0x000010, "Wrong alignment on FWaterSplashResource"); \ +static_assert(sizeof(FWaterSplashResource) == 0x0003D0, "Wrong size on FWaterSplashResource"); \ +static_assert(offsetof(FWaterSplashResource, AdvanceNiagara) == 0x000010, "Member 'FWaterSplashResource::AdvanceNiagara' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplashResource, NiagaraSys) == 0x0003C0, "Member 'FWaterSplashResource::NiagaraSys' has a wrong offset!"); \ +static_assert(offsetof(FWaterSplashResource, AkEvent) == 0x0003C8, "Member 'FWaterSplashResource::AkEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FWaterSplashResourceMap_WithSurfaceType \ +static_assert(alignof(FWaterSplashResourceMap_WithSurfaceType) == 0x000008, "Wrong alignment on FWaterSplashResourceMap_WithSurfaceType"); \ +static_assert(sizeof(FWaterSplashResourceMap_WithSurfaceType) == 0x000050, "Wrong size on FWaterSplashResourceMap_WithSurfaceType"); \ +static_assert(offsetof(FWaterSplashResourceMap_WithSurfaceType, FXMap) == 0x000000, "Member 'FWaterSplashResourceMap_WithSurfaceType::FXMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBPTreeInfo \ +static_assert(alignof(FFBPTreeInfo) == 0x000008, "Wrong alignment on FFBPTreeInfo"); \ +static_assert(sizeof(FFBPTreeInfo) == 0x000040, "Wrong size on FFBPTreeInfo"); \ +static_assert(offsetof(FFBPTreeInfo, LeaveBoxOri) == 0x000000, "Member 'FFBPTreeInfo::LeaveBoxOri' has a wrong offset!"); \ +static_assert(offsetof(FFBPTreeInfo, LeaveBoxExtent) == 0x000018, "Member 'FFBPTreeInfo::LeaveBoxExtent' has a wrong offset!"); \ +static_assert(offsetof(FFBPTreeInfo, TreeName) == 0x000030, "Member 'FFBPTreeInfo::TreeName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTamerStrategyPreDefinesForLevelOverride \ +static_assert(alignof(FTamerStrategyPreDefinesForLevelOverride) == 0x000004, "Wrong alignment on FTamerStrategyPreDefinesForLevelOverride"); \ +static_assert(sizeof(FTamerStrategyPreDefinesForLevelOverride) == 0x000050, "Wrong size on FTamerStrategyPreDefinesForLevelOverride"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, DistanceForForceSpawn) == 0x000000, "Member 'FTamerStrategyPreDefinesForLevelOverride::DistanceForForceSpawn' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, ZOffsetSpawnLimitMeter) == 0x000004, "Member 'FTamerStrategyPreDefinesForLevelOverride::ZOffsetSpawnLimitMeter' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, ZOffsetUnloadLimitMeter) == 0x000008, "Member 'FTamerStrategyPreDefinesForLevelOverride::ZOffsetUnloadLimitMeter' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, DefaultDelayDestroyTime) == 0x00000C, "Member 'FTamerStrategyPreDefinesForLevelOverride::DefaultDelayDestroyTime' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, DistanceForActorBeginPlayMeter) == 0x000010, "Member 'FTamerStrategyPreDefinesForLevelOverride::DistanceForActorBeginPlayMeter' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, DistanceForUnloadMeter) == 0x000014, "Member 'FTamerStrategyPreDefinesForLevelOverride::DistanceForUnloadMeter' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, AsyncTraceMinEffectRange) == 0x000018, "Member 'FTamerStrategyPreDefinesForLevelOverride::AsyncTraceMinEffectRange' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, AsyncTraceMaxEffectRange) == 0x00001C, "Member 'FTamerStrategyPreDefinesForLevelOverride::AsyncTraceMaxEffectRange' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, DistanceForPatrolActorBeginPlayMeter) == 0x000020, "Member 'FTamerStrategyPreDefinesForLevelOverride::DistanceForPatrolActorBeginPlayMeter' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, DistanceForUnloadPatrolUnitMeter) == 0x000024, "Member 'FTamerStrategyPreDefinesForLevelOverride::DistanceForUnloadPatrolUnitMeter' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadDistanceMedium) == 0x000028, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadDistanceMedium' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadZOffsetMedium) == 0x00002C, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadZOffsetMedium' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadDistanceFarthest) == 0x000030, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadDistanceFarthest' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadZOffsetFarthest) == 0x000034, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadZOffsetFarthest' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadDistanceUnLoad) == 0x000038, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadDistanceUnLoad' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadZOffsetUnLoad) == 0x00003C, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadZOffsetUnLoad' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadDistanceLoadMonsterClass) == 0x000040, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadDistanceLoadMonsterClass' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadDistanceUnLoadMonsterClass) == 0x000044, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadDistanceUnLoadMonsterClass' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadZOffsetLoadMonsterClass) == 0x000048, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadZOffsetLoadMonsterClass' has a wrong offset!"); \ +static_assert(offsetof(FTamerStrategyPreDefinesForLevelOverride, PreloadZOffsetUnLoadMonsterClass) == 0x00004C, "Member 'FTamerStrategyPreDefinesForLevelOverride::PreloadZOffsetUnLoadMonsterClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMatParam \ +static_assert(alignof(FMatParam) == 0x000008, "Wrong alignment on FMatParam"); \ +static_assert(sizeof(FMatParam) == 0x000060, "Wrong size on FMatParam"); \ +static_assert(offsetof(FMatParam, ParamType) == 0x000000, "Member 'FMatParam::ParamType' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, ParameterName) == 0x000004, "Member 'FMatParam::ParameterName' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, FloatValue) == 0x00000C, "Member 'FMatParam::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, VectorValue) == 0x000010, "Member 'FMatParam::VectorValue' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, LinearColorValue) == 0x000028, "Member 'FMatParam::LinearColorValue' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, FloatCurve) == 0x000038, "Member 'FMatParam::FloatCurve' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, VectorCurve) == 0x000040, "Member 'FMatParam::VectorCurve' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, LinearColorCurve) == 0x000048, "Member 'FMatParam::LinearColorCurve' has a wrong offset!"); \ +static_assert(offsetof(FMatParam, SocketName) == 0x000050, "Member 'FMatParam::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMFOverlapEvent \ +static_assert(alignof(FMFOverlapEvent) == 0x000008, "Wrong alignment on FMFOverlapEvent"); \ +static_assert(sizeof(FMFOverlapEvent) == 0x000040, "Wrong size on FMFOverlapEvent"); \ +static_assert(offsetof(FMFOverlapEvent, OverlapEventType) == 0x000000, "Member 'FMFOverlapEvent::OverlapEventType' has a wrong offset!"); \ +static_assert(offsetof(FMFOverlapEvent, TargetTeamFilter) == 0x000004, "Member 'FMFOverlapEvent::TargetTeamFilter' has a wrong offset!"); \ +static_assert(offsetof(FMFOverlapEvent, TargetTypeFilter) == 0x000008, "Member 'FMFOverlapEvent::TargetTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(FMFOverlapEvent, BuffList) == 0x000010, "Member 'FMFOverlapEvent::BuffList' has a wrong offset!"); \ +static_assert(offsetof(FMFOverlapEvent, SkillEffectList) == 0x000020, "Member 'FMFOverlapEvent::SkillEffectList' has a wrong offset!"); \ +static_assert(offsetof(FMFOverlapEvent, Note) == 0x000030, "Member 'FMFOverlapEvent::Note' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCameraBlendData \ +static_assert(alignof(FCameraBlendData) == 0x000008, "Wrong alignment on FCameraBlendData"); \ +static_assert(sizeof(FCameraBlendData) == 0x0000B8, "Wrong size on FCameraBlendData"); \ +static_assert(offsetof(FCameraBlendData, ControllerRotation) == 0x000000, "Member 'FCameraBlendData::ControllerRotation' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, SpringArmTargetLength) == 0x000018, "Member 'FCameraBlendData::SpringArmTargetLength' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, SpringArmTargetLengthOffset) == 0x00001C, "Member 'FCameraBlendData::SpringArmTargetLengthOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, SprintArmSocketOffset) == 0x000020, "Member 'FCameraBlendData::SprintArmSocketOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, SprintArmTargetOffset) == 0x000038, "Member 'FCameraBlendData::SprintArmTargetOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, CameraOffset) == 0x000050, "Member 'FCameraBlendData::CameraOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, CameraRotation) == 0x000068, "Member 'FCameraBlendData::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, FieldOfView) == 0x000080, "Member 'FCameraBlendData::FieldOfView' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, FieldOfViewOffset) == 0x000084, "Member 'FCameraBlendData::FieldOfViewOffset' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, ControllerYawInput) == 0x000088, "Member 'FCameraBlendData::ControllerYawInput' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, SpringArmRelativeLocation) == 0x000090, "Member 'FCameraBlendData::SpringArmRelativeLocation' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, CurrentCameraLagSpeed) == 0x0000A8, "Member 'FCameraBlendData::CurrentCameraLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, FocalDistance) == 0x0000AC, "Member 'FCameraBlendData::FocalDistance' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, DepthBlurKM) == 0x0000B0, "Member 'FCameraBlendData::DepthBlurKM' has a wrong offset!"); \ +static_assert(offsetof(FCameraBlendData, DepthBlurRadius) == 0x0000B4, "Member 'FCameraBlendData::DepthBlurRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSMotionMatchingSetting \ +static_assert(alignof(FFGSMotionMatchingSetting) == 0x000008, "Wrong alignment on FFGSMotionMatchingSetting"); \ +static_assert(sizeof(FFGSMotionMatchingSetting) == 0x000038, "Wrong size on FFGSMotionMatchingSetting"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, DefaultMMState) == 0x000001, "Member 'FFGSMotionMatchingSetting::DefaultMMState' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, AA_Locking) == 0x000008, "Member 'FFGSMotionMatchingSetting::AA_Locking' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, AA_Free) == 0x000010, "Member 'FFGSMotionMatchingSetting::AA_Free' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, AnimationAnalyzerBlendTime) == 0x000018, "Member 'FFGSMotionMatchingSetting::AnimationAnalyzerBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, MotionBlendTime) == 0x00001C, "Member 'FFGSMotionMatchingSetting::MotionBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, ControllerInputReactionSpeed) == 0x000020, "Member 'FFGSMotionMatchingSetting::ControllerInputReactionSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, ControllerRotationReactionSpeed) == 0x000024, "Member 'FFGSMotionMatchingSetting::ControllerRotationReactionSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, BeginStandRotateAngleOffset) == 0x000028, "Member 'FFGSMotionMatchingSetting::BeginStandRotateAngleOffset' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, StandRotateReactionSpeed) == 0x00002C, "Member 'FFGSMotionMatchingSetting::StandRotateReactionSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, ForceSetRotAnimSpeed) == 0x000030, "Member 'FFGSMotionMatchingSetting::ForceSetRotAnimSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSMotionMatchingSetting, DisableRotVerifyAnimSpeed) == 0x000034, "Member 'FFGSMotionMatchingSetting::DisableRotVerifyAnimSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSTurnSkillConfig \ +static_assert(alignof(FFGSTurnSkillConfig) == 0x000004, "Wrong alignment on FFGSTurnSkillConfig"); \ +static_assert(sizeof(FFGSTurnSkillConfig) == 0x00001C, "Wrong size on FFGSTurnSkillConfig"); \ +static_assert(offsetof(FFGSTurnSkillConfig, TurnDegreeThresholdLow) == 0x000000, "Member 'FFGSTurnSkillConfig::TurnDegreeThresholdLow' has a wrong offset!"); \ +static_assert(offsetof(FFGSTurnSkillConfig, TurnDegreeThresholdHigh) == 0x000004, "Member 'FFGSTurnSkillConfig::TurnDegreeThresholdHigh' has a wrong offset!"); \ +static_assert(offsetof(FFGSTurnSkillConfig, LeftSmallTurnSkillID) == 0x000008, "Member 'FFGSTurnSkillConfig::LeftSmallTurnSkillID' has a wrong offset!"); \ +static_assert(offsetof(FFGSTurnSkillConfig, LeftBigTurnSkillID) == 0x00000C, "Member 'FFGSTurnSkillConfig::LeftBigTurnSkillID' has a wrong offset!"); \ +static_assert(offsetof(FFGSTurnSkillConfig, RightSmallTurnSkillID) == 0x000010, "Member 'FFGSTurnSkillConfig::RightSmallTurnSkillID' has a wrong offset!"); \ +static_assert(offsetof(FFGSTurnSkillConfig, RightBigTurnSkillID) == 0x000014, "Member 'FFGSTurnSkillConfig::RightBigTurnSkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSTurnSkillRange \ +static_assert(alignof(FFGSTurnSkillRange) == 0x000004, "Wrong alignment on FFGSTurnSkillRange"); \ +static_assert(sizeof(FFGSTurnSkillRange) == 0x000008, "Wrong size on FFGSTurnSkillRange"); \ +static_assert(offsetof(FFGSTurnSkillRange, AngleLow) == 0x000000, "Member 'FFGSTurnSkillRange::AngleLow' has a wrong offset!"); \ +static_assert(offsetof(FFGSTurnSkillRange, AngleHigh) == 0x000004, "Member 'FFGSTurnSkillRange::AngleHigh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSLeisureRandomConfig \ +static_assert(alignof(FFGSLeisureRandomConfig) == 0x000008, "Wrong alignment on FFGSLeisureRandomConfig"); \ +static_assert(sizeof(FFGSLeisureRandomConfig) == 0x000018, "Wrong size on FFGSLeisureRandomConfig"); \ +static_assert(offsetof(FFGSLeisureRandomConfig, Weight) == 0x000000, "Member 'FFGSLeisureRandomConfig::Weight' has a wrong offset!"); \ +static_assert(offsetof(FFGSLeisureRandomConfig, RandomAnim) == 0x000008, "Member 'FFGSLeisureRandomConfig::RandomAnim' has a wrong offset!"); \ +static_assert(offsetof(FFGSLeisureRandomConfig, CD_Time) == 0x000010, "Member 'FFGSLeisureRandomConfig::CD_Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSLeisureConfig \ +static_assert(alignof(FFGSLeisureConfig) == 0x000008, "Wrong alignment on FFGSLeisureConfig"); \ +static_assert(sizeof(FFGSLeisureConfig) == 0x000020, "Wrong size on FFGSLeisureConfig"); \ +static_assert(offsetof(FFGSLeisureConfig, LeisureAnim) == 0x000000, "Member 'FFGSLeisureConfig::LeisureAnim' has a wrong offset!"); \ +static_assert(offsetof(FFGSLeisureConfig, RandomConfig) == 0x000010, "Member 'FFGSLeisureConfig::RandomConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSplineFlyMoveWaitPoint \ +static_assert(alignof(FFGSSplineFlyMoveWaitPoint) == 0x000008, "Wrong alignment on FFGSSplineFlyMoveWaitPoint"); \ +static_assert(sizeof(FFGSSplineFlyMoveWaitPoint) == 0x000020, "Wrong size on FFGSSplineFlyMoveWaitPoint"); \ +static_assert(offsetof(FFGSSplineFlyMoveWaitPoint, WaitTime) == 0x000004, "Member 'FFGSSplineFlyMoveWaitPoint::WaitTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplineFlyMoveWaitPoint, WaitAM) == 0x000008, "Member 'FFGSSplineFlyMoveWaitPoint::WaitAM' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplineFlyMoveWaitPoint, ForwardSplineRangeAfterWaiting) == 0x000010, "Member 'FFGSSplineFlyMoveWaitPoint::ForwardSplineRangeAfterWaiting' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplineFlyMoveWaitPoint, TransitionInterpSpeed) == 0x000014, "Member 'FFGSSplineFlyMoveWaitPoint::TransitionInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(FFGSSplineFlyMoveWaitPoint, RotationInterpSpeed) == 0x000018, "Member 'FFGSSplineFlyMoveWaitPoint::RotationInterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSplineFlyMoveInfo \ +static_assert(alignof(FFGSSplineFlyMoveInfo) == 0x000008, "Wrong alignment on FFGSSplineFlyMoveInfo"); \ +static_assert(sizeof(FFGSSplineFlyMoveInfo) == 0x000050, "Wrong size on FFGSSplineFlyMoveInfo"); \ +static_assert(offsetof(FFGSSplineFlyMoveInfo, WaitPointDict) == 0x000000, "Member 'FFGSSplineFlyMoveInfo::WaitPointDict' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSGroupFollowConfig \ +static_assert(alignof(FFGSGroupFollowConfig) == 0x000004, "Wrong alignment on FFGSGroupFollowConfig"); \ +static_assert(sizeof(FFGSGroupFollowConfig) == 0x00001C, "Wrong size on FFGSGroupFollowConfig"); \ +static_assert(offsetof(FFGSGroupFollowConfig, MinTimeRate) == 0x000004, "Member 'FFGSGroupFollowConfig::MinTimeRate' has a wrong offset!"); \ +static_assert(offsetof(FFGSGroupFollowConfig, MaxTimeRate) == 0x000008, "Member 'FFGSGroupFollowConfig::MaxTimeRate' has a wrong offset!"); \ +static_assert(offsetof(FFGSGroupFollowConfig, MinRateDistance) == 0x00000C, "Member 'FFGSGroupFollowConfig::MinRateDistance' has a wrong offset!"); \ +static_assert(offsetof(FFGSGroupFollowConfig, DecreaseRateDistance) == 0x000010, "Member 'FFGSGroupFollowConfig::DecreaseRateDistance' has a wrong offset!"); \ +static_assert(offsetof(FFGSGroupFollowConfig, IncreaseRateDistance) == 0x000014, "Member 'FFGSGroupFollowConfig::IncreaseRateDistance' has a wrong offset!"); \ +static_assert(offsetof(FFGSGroupFollowConfig, MaxRateDistance) == 0x000018, "Member 'FFGSGroupFollowConfig::MaxRateDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSGroupPatrolConfig \ +static_assert(alignof(FFGSGroupPatrolConfig) == 0x000008, "Wrong alignment on FFGSGroupPatrolConfig"); \ +static_assert(sizeof(FFGSGroupPatrolConfig) == 0x000070, "Wrong size on FFGSGroupPatrolConfig"); \ +static_assert(offsetof(FFGSGroupPatrolConfig, SplineWaitPointConfig) == 0x000000, "Member 'FFGSGroupPatrolConfig::SplineWaitPointConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSGroupPatrolConfig, GroupFollowConfig) == 0x000050, "Member 'FFGSGroupPatrolConfig::GroupFollowConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSMultiSplinePatrolConfig \ +static_assert(alignof(FFGSMultiSplinePatrolConfig) == 0x000008, "Wrong alignment on FFGSMultiSplinePatrolConfig"); \ +static_assert(sizeof(FFGSMultiSplinePatrolConfig) == 0x0000B8, "Wrong size on FFGSMultiSplinePatrolConfig"); \ +static_assert(offsetof(FFGSMultiSplinePatrolConfig, SplineList) == 0x000000, "Member 'FFGSMultiSplinePatrolConfig::SplineList' has a wrong offset!"); \ +static_assert(offsetof(FFGSMultiSplinePatrolConfig, TriggerBox) == 0x000010, "Member 'FFGSMultiSplinePatrolConfig::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(FFGSMultiSplinePatrolConfig, WaitPointConfig) == 0x000018, "Member 'FFGSMultiSplinePatrolConfig::WaitPointConfig' has a wrong offset!"); \ +static_assert(offsetof(FFGSMultiSplinePatrolConfig, JumpPointConfig) == 0x000068, "Member 'FFGSMultiSplinePatrolConfig::JumpPointConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboSkillNumInfo \ +static_assert(alignof(FComboSkillNumInfo) == 0x000004, "Wrong alignment on FComboSkillNumInfo"); \ +static_assert(sizeof(FComboSkillNumInfo) == 0x000008, "Wrong size on FComboSkillNumInfo"); \ +static_assert(offsetof(FComboSkillNumInfo, ComboNum) == 0x000000, "Member 'FComboSkillNumInfo::ComboNum' has a wrong offset!"); \ +static_assert(offsetof(FComboSkillNumInfo, ComboPercenRatio) == 0x000004, "Member 'FComboSkillNumInfo::ComboPercenRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAvoidObstacleSection \ +static_assert(alignof(FAvoidObstacleSection) == 0x000008, "Wrong alignment on FAvoidObstacleSection"); \ +static_assert(sizeof(FAvoidObstacleSection) == 0x000018, "Wrong size on FAvoidObstacleSection"); \ +static_assert(offsetof(FAvoidObstacleSection, StartAngle) == 0x000000, "Member 'FAvoidObstacleSection::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(FAvoidObstacleSection, EndAngle) == 0x000004, "Member 'FAvoidObstacleSection::EndAngle' has a wrong offset!"); \ +static_assert(offsetof(FAvoidObstacleSection, SkillList) == 0x000008, "Member 'FAvoidObstacleSection::SkillList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObstacleCheckPointWeight \ +static_assert(alignof(FObstacleCheckPointWeight) == 0x000004, "Wrong alignment on FObstacleCheckPointWeight"); \ +static_assert(sizeof(FObstacleCheckPointWeight) == 0x000008, "Wrong size on FObstacleCheckPointWeight"); \ +static_assert(offsetof(FObstacleCheckPointWeight, Angle) == 0x000000, "Member 'FObstacleCheckPointWeight::Angle' has a wrong offset!"); \ +static_assert(offsetof(FObstacleCheckPointWeight, Weight) == 0x000004, "Member 'FObstacleCheckPointWeight::Weight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDemo820LevelInfo \ +static_assert(alignof(FDemo820LevelInfo) == 0x000008, "Wrong alignment on FDemo820LevelInfo"); \ +static_assert(sizeof(FDemo820LevelInfo) == 0x0000A0, "Wrong size on FDemo820LevelInfo"); \ +static_assert(offsetof(FDemo820LevelInfo, LevelIndex) == 0x000000, "Member 'FDemo820LevelInfo::LevelIndex' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, LevelID) == 0x000004, "Member 'FDemo820LevelInfo::LevelID' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, BossID) == 0x000008, "Member 'FDemo820LevelInfo::BossID' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, Name) == 0x000010, "Member 'FDemo820LevelInfo::Name' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, Desc) == 0x000028, "Member 'FDemo820LevelInfo::Desc' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, VictoryDesc) == 0x000040, "Member 'FDemo820LevelInfo::VictoryDesc' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, LevelImageIndex) == 0x000058, "Member 'FDemo820LevelInfo::LevelImageIndex' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, RoleDataConfId) == 0x00005C, "Member 'FDemo820LevelInfo::RoleDataConfId' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, PlayerDesiredHp) == 0x000060, "Member 'FDemo820LevelInfo::PlayerDesiredHp' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, DefaultPos) == 0x000068, "Member 'FDemo820LevelInfo::DefaultPos' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, DefaultRot) == 0x000080, "Member 'FDemo820LevelInfo::DefaultRot' has a wrong offset!"); \ +static_assert(offsetof(FDemo820LevelInfo, RebrithPoint) == 0x000098, "Member 'FDemo820LevelInfo::RebrithPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDemo820TimeInfo \ +static_assert(alignof(FDemo820TimeInfo) == 0x000008, "Wrong alignment on FDemo820TimeInfo"); \ +static_assert(sizeof(FDemo820TimeInfo) == 0x000020, "Wrong size on FDemo820TimeInfo"); \ +static_assert(offsetof(FDemo820TimeInfo, SmallTipsTimeDur) == 0x000000, "Member 'FDemo820TimeInfo::SmallTipsTimeDur' has a wrong offset!"); \ +static_assert(offsetof(FDemo820TimeInfo, TipsTimeDur) == 0x000004, "Member 'FDemo820TimeInfo::TipsTimeDur' has a wrong offset!"); \ +static_assert(offsetof(FDemo820TimeInfo, TipsTime) == 0x000008, "Member 'FDemo820TimeInfo::TipsTime' has a wrong offset!"); \ +static_assert(offsetof(FDemo820TimeInfo, GameplayTimeMax) == 0x000018, "Member 'FDemo820TimeInfo::GameplayTimeMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRoundParam \ +static_assert(alignof(FRoundParam) == 0x000004, "Wrong alignment on FRoundParam"); \ +static_assert(sizeof(FRoundParam) == 0x000004, "Wrong size on FRoundParam"); \ +static_assert(offsetof(FRoundParam, Radius) == 0x000000, "Member 'FRoundParam::Radius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FRingPointGenerate \ +static_assert(alignof(FRingPointGenerate) == 0x000004, "Wrong alignment on FRingPointGenerate"); \ +static_assert(sizeof(FRingPointGenerate) == 0x000010, "Wrong size on FRingPointGenerate"); \ +static_assert(offsetof(FRingPointGenerate, MinR) == 0x000000, "Member 'FRingPointGenerate::MinR' has a wrong offset!"); \ +static_assert(offsetof(FRingPointGenerate, MaxR) == 0x000004, "Member 'FRingPointGenerate::MaxR' has a wrong offset!"); \ +static_assert(offsetof(FRingPointGenerate, RingNum) == 0x000008, "Member 'FRingPointGenerate::RingNum' has a wrong offset!"); \ +static_assert(offsetof(FRingPointGenerate, PointNumPerRing) == 0x00000C, "Member 'FRingPointGenerate::PointNumPerRing' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDistanceTest \ +static_assert(alignof(FDistanceTest) == 0x000001, "Wrong alignment on FDistanceTest"); \ +static_assert(sizeof(FDistanceTest) == 0x000002, "Wrong size on FDistanceTest"); \ +static_assert(offsetof(FDistanceTest, DisTestType) == 0x000000, "Member 'FDistanceTest::DisTestType' has a wrong offset!"); \ +static_assert(offsetof(FDistanceTest, DisBaseType) == 0x000001, "Member 'FDistanceTest::DisBaseType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FHitModifySkillScoreInfo \ +static_assert(alignof(FHitModifySkillScoreInfo) == 0x000004, "Wrong alignment on FHitModifySkillScoreInfo"); \ +static_assert(sizeof(FHitModifySkillScoreInfo) == 0x000008, "Wrong size on FHitModifySkillScoreInfo"); \ +static_assert(offsetof(FHitModifySkillScoreInfo, SkillID) == 0x000000, "Member 'FHitModifySkillScoreInfo::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FHitModifySkillScoreInfo, ModifyScore) == 0x000004, "Member 'FHitModifySkillScoreInfo::ModifyScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUAkEventConfig \ +static_assert(alignof(FUAkEventConfig) == 0x000008, "Wrong alignment on FUAkEventConfig"); \ +static_assert(sizeof(FUAkEventConfig) == 0x000028, "Wrong size on FUAkEventConfig"); \ +static_assert(offsetof(FUAkEventConfig, StopMode) == 0x000000, "Member 'FUAkEventConfig::StopMode' has a wrong offset!"); \ +static_assert(offsetof(FUAkEventConfig, AttachPointName) == 0x000004, "Member 'FUAkEventConfig::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(FUAkEventConfig, AkEvent) == 0x000010, "Member 'FUAkEventConfig::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(FUAkEventConfig, StopTimeMs) == 0x00001C, "Member 'FUAkEventConfig::StopTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FUAkEventConfig, FadeOutTimeMs) == 0x000020, "Member 'FUAkEventConfig::FadeOutTimeMs' has a wrong offset!"); \ +static_assert(offsetof(FUAkEventConfig, CurveInterpolation) == 0x000024, "Member 'FUAkEventConfig::CurveInterpolation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDetectUnitCondition \ +static_assert(alignof(FDetectUnitCondition) == 0x000008, "Wrong alignment on FDetectUnitCondition"); \ +static_assert(sizeof(FDetectUnitCondition) == 0x000048, "Wrong size on FDetectUnitCondition"); \ +static_assert(offsetof(FDetectUnitCondition, UnitType) == 0x000000, "Member 'FDetectUnitCondition::UnitType' has a wrong offset!"); \ +static_assert(offsetof(FDetectUnitCondition, SmartUnit) == 0x000004, "Member 'FDetectUnitCondition::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(FDetectUnitCondition, Conditions) == 0x000018, "Member 'FDetectUnitCondition::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FDetectUnitCondition, ConditionalRelation) == 0x000028, "Member 'FDetectUnitCondition::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FDetectUnitCondition, Comment) == 0x000030, "Member 'FDetectUnitCondition::Comment' has a wrong offset!"); \ +static_assert(offsetof(FDetectUnitCondition, BossPhaseInfo) == 0x000040, "Member 'FDetectUnitCondition::BossPhaseInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSequenceConfig \ +static_assert(alignof(FLevelSequenceConfig) == 0x000010, "Wrong alignment on FLevelSequenceConfig"); \ +static_assert(sizeof(FLevelSequenceConfig) == 0x0000B0, "Wrong size on FLevelSequenceConfig"); \ +static_assert(offsetof(FLevelSequenceConfig, Sequence) == 0x000000, "Member 'FLevelSequenceConfig::Sequence' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceConfig, CameraStartTransform) == 0x000030, "Member 'FLevelSequenceConfig::CameraStartTransform' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceConfig, CameraTag) == 0x000090, "Member 'FLevelSequenceConfig::CameraTag' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceConfig, RailTag) == 0x000098, "Member 'FLevelSequenceConfig::RailTag' has a wrong offset!"); \ +static_assert(offsetof(FLevelSequenceConfig, CraneTag) == 0x0000A0, "Member 'FLevelSequenceConfig::CraneTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FMovieSequencePlaySettings \ +static_assert(alignof(FMovieSequencePlaySettings) == 0x000008, "Wrong alignment on FMovieSequencePlaySettings"); \ +static_assert(sizeof(FMovieSequencePlaySettings) == 0x000068, "Wrong size on FMovieSequencePlaySettings"); \ +static_assert(offsetof(FMovieSequencePlaySettings, Sequences) == 0x000000, "Member 'FMovieSequencePlaySettings::Sequences' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, CameraTransforms) == 0x000010, "Member 'FMovieSequencePlaySettings::CameraTransforms' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, CameraTags) == 0x000020, "Member 'FMovieSequencePlaySettings::CameraTags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, RailTags) == 0x000030, "Member 'FMovieSequencePlaySettings::RailTags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, CraneTags) == 0x000040, "Member 'FMovieSequencePlaySettings::CraneTags' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, StartTimeSeconds) == 0x000054, "Member 'FMovieSequencePlaySettings::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, InCameraBlendTime) == 0x000058, "Member 'FMovieSequencePlaySettings::InCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, InCameraBlendFunction) == 0x00005C, "Member 'FMovieSequencePlaySettings::InCameraBlendFunction' has a wrong offset!"); \ +static_assert(offsetof(FMovieSequencePlaySettings, InCameraBlendFactor) == 0x000060, "Member 'FMovieSequencePlaySettings::InCameraBlendFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPerformerStateConfig \ +static_assert(alignof(FPerformerStateConfig) == 0x000001, "Wrong alignment on FPerformerStateConfig"); \ +static_assert(sizeof(FPerformerStateConfig) == 0x000008, "Wrong size on FPerformerStateConfig"); \ + +#define DUMPER7_ASSERTS_FFGSDataTableRowHandle \ +static_assert(alignof(FFGSDataTableRowHandle) == 0x000008, "Wrong alignment on FFGSDataTableRowHandle"); \ +static_assert(sizeof(FFGSDataTableRowHandle) == 0x000010, "Wrong size on FFGSDataTableRowHandle"); \ +static_assert(offsetof(FFGSDataTableRowHandle, RowName) == 0x000000, "Member 'FFGSDataTableRowHandle::RowName' has a wrong offset!"); \ +static_assert(offsetof(FFGSDataTableRowHandle, DataTable) == 0x000008, "Member 'FFGSDataTableRowHandle::DataTable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTransitionCondition_Battle \ +static_assert(alignof(FTransitionCondition_Battle) == 0x000008, "Wrong alignment on FTransitionCondition_Battle"); \ +static_assert(sizeof(FTransitionCondition_Battle) == 0x000098, "Wrong size on FTransitionCondition_Battle"); \ +static_assert(offsetof(FTransitionCondition_Battle, ConditionType) == 0x000000, "Member 'FTransitionCondition_Battle::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, UnitList) == 0x000008, "Member 'FTransitionCondition_Battle::UnitList' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, UnitSpawner) == 0x000018, "Member 'FTransitionCondition_Battle::UnitSpawner' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, Unit) == 0x000028, "Member 'FTransitionCondition_Battle::Unit' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, Buff) == 0x000038, "Member 'FTransitionCondition_Battle::Buff' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, UnitKillOrder) == 0x000048, "Member 'FTransitionCondition_Battle::UnitKillOrder' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, GroupUnit) == 0x000058, "Member 'FTransitionCondition_Battle::GroupUnit' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, Overlap) == 0x000068, "Member 'FTransitionCondition_Battle::Overlap' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, UnitDeadNum) == 0x000078, "Member 'FTransitionCondition_Battle::UnitDeadNum' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, CountdownTime) == 0x00007C, "Member 'FTransitionCondition_Battle::CountdownTime' has a wrong offset!"); \ +static_assert(offsetof(FTransitionCondition_Battle, Comment) == 0x000088, "Member 'FTransitionCondition_Battle::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeTransitionCondition_Battle \ +static_assert(alignof(FCompositeTransitionCondition_Battle) == 0x000008, "Wrong alignment on FCompositeTransitionCondition_Battle"); \ +static_assert(sizeof(FCompositeTransitionCondition_Battle) == 0x0000C8, "Wrong size on FCompositeTransitionCondition_Battle"); \ +static_assert(offsetof(FCompositeTransitionCondition_Battle, Single) == 0x000000, "Member 'FCompositeTransitionCondition_Battle::Single' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Battle, Conditions) == 0x0000A0, "Member 'FCompositeTransitionCondition_Battle::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Battle, ConditionalRelation) == 0x0000B0, "Member 'FCompositeTransitionCondition_Battle::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FCompositeTransitionCondition_Battle, Comment) == 0x0000B8, "Member 'FCompositeTransitionCondition_Battle::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FProcessUnitTriggerBattleConfig \ +static_assert(alignof(FProcessUnitTriggerBattleConfig) == 0x000004, "Wrong alignment on FProcessUnitTriggerBattleConfig"); \ +static_assert(sizeof(FProcessUnitTriggerBattleConfig) == 0x000024, "Wrong size on FProcessUnitTriggerBattleConfig"); \ +static_assert(offsetof(FProcessUnitTriggerBattleConfig, Unit) == 0x000000, "Member 'FProcessUnitTriggerBattleConfig::Unit' has a wrong offset!"); \ +static_assert(offsetof(FProcessUnitTriggerBattleConfig, SwitchTeamID) == 0x000010, "Member 'FProcessUnitTriggerBattleConfig::SwitchTeamID' has a wrong offset!"); \ +static_assert(offsetof(FProcessUnitTriggerBattleConfig, TargetUnit) == 0x000014, "Member 'FProcessUnitTriggerBattleConfig::TargetUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBattleTriggerUnitConfig \ +static_assert(alignof(FBattleTriggerUnitConfig) == 0x000008, "Wrong alignment on FBattleTriggerUnitConfig"); \ +static_assert(sizeof(FBattleTriggerUnitConfig) == 0x000050, "Wrong size on FBattleTriggerUnitConfig"); \ +static_assert(offsetof(FBattleTriggerUnitConfig, Unit) == 0x000000, "Member 'FBattleTriggerUnitConfig::Unit' has a wrong offset!"); \ +static_assert(offsetof(FBattleTriggerUnitConfig, SwitchTeamID) == 0x000038, "Member 'FBattleTriggerUnitConfig::SwitchTeamID' has a wrong offset!"); \ +static_assert(offsetof(FBattleTriggerUnitConfig, TargetUnit) == 0x000040, "Member 'FBattleTriggerUnitConfig::TargetUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FBattleTriggerConfig \ +static_assert(alignof(FBattleTriggerConfig) == 0x000008, "Wrong alignment on FBattleTriggerConfig"); \ +static_assert(sizeof(FBattleTriggerConfig) == 0x000010, "Wrong size on FBattleTriggerConfig"); \ +static_assert(offsetof(FBattleTriggerConfig, BattleUnitConfigs) == 0x000000, "Member 'FBattleTriggerConfig::BattleUnitConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAnimationRestoreInfo \ +static_assert(alignof(FAnimationRestoreInfo) == 0x000001, "Wrong alignment on FAnimationRestoreInfo"); \ +static_assert(sizeof(FAnimationRestoreInfo) == 0x000001, "Wrong size on FAnimationRestoreInfo"); \ + +#define DUMPER7_ASSERTS_FNpcGuideSplineMoveConfig \ +static_assert(alignof(FNpcGuideSplineMoveConfig) == 0x000008, "Wrong alignment on FNpcGuideSplineMoveConfig"); \ +static_assert(sizeof(FNpcGuideSplineMoveConfig) == 0x000050, "Wrong size on FNpcGuideSplineMoveConfig"); \ +static_assert(offsetof(FNpcGuideSplineMoveConfig, SplineActor) == 0x000000, "Member 'FNpcGuideSplineMoveConfig::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(FNpcGuideSplineMoveConfig, SplineMoveSpeed) == 0x000039, "Member 'FNpcGuideSplineMoveConfig::SplineMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(FNpcGuideSplineMoveConfig, MaxDistance_Sprint) == 0x00003C, "Member 'FNpcGuideSplineMoveConfig::MaxDistance_Sprint' has a wrong offset!"); \ +static_assert(offsetof(FNpcGuideSplineMoveConfig, MaxDistance_Run) == 0x000040, "Member 'FNpcGuideSplineMoveConfig::MaxDistance_Run' has a wrong offset!"); \ +static_assert(offsetof(FNpcGuideSplineMoveConfig, MaxDistance_Jog) == 0x000044, "Member 'FNpcGuideSplineMoveConfig::MaxDistance_Jog' has a wrong offset!"); \ +static_assert(offsetof(FNpcGuideSplineMoveConfig, DistanceBuffer) == 0x000048, "Member 'FNpcGuideSplineMoveConfig::DistanceBuffer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIdleProcessAction \ +static_assert(alignof(FIdleProcessAction) == 0x000008, "Wrong alignment on FIdleProcessAction"); \ +static_assert(sizeof(FIdleProcessAction) == 0x000208, "Wrong size on FIdleProcessAction"); \ +static_assert(offsetof(FIdleProcessAction, ActionType) == 0x000000, "Member 'FIdleProcessAction::ActionType' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, TargetLevelID) == 0x000004, "Member 'FIdleProcessAction::TargetLevelID' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, PointName) == 0x000008, "Member 'FIdleProcessAction::PointName' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, BeforeTeleportMontage) == 0x000010, "Member 'FIdleProcessAction::BeforeTeleportMontage' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AfterTeleportMontage) == 0x000038, "Member 'FIdleProcessAction::AfterTeleportMontage' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, ArchiveLabel) == 0x000064, "Member 'FIdleProcessAction::ArchiveLabel' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, RebirthPointId) == 0x00006C, "Member 'FIdleProcessAction::RebirthPointId' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, Unit) == 0x000074, "Member 'FIdleProcessAction::Unit' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, UnitOrPlayerorNPC) == 0x000084, "Member 'FIdleProcessAction::UnitOrPlayerorNPC' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, DropItemManageGuid) == 0x000098, "Member 'FIdleProcessAction::DropItemManageGuid' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AiConversation) == 0x0000A8, "Member 'FIdleProcessAction::AiConversation' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NPCUnit) == 0x0000B8, "Member 'FIdleProcessAction::NPCUnit' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NPCTeamID) == 0x0000C8, "Member 'FIdleProcessAction::NPCTeamID' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NPCIdleAMIdx) == 0x0000CC, "Member 'FIdleProcessAction::NPCIdleAMIdx' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NPCLeisureAnimIndex) == 0x0000D0, "Member 'FIdleProcessAction::NPCLeisureAnimIndex' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NPCActionSkillID) == 0x0000D4, "Member 'FIdleProcessAction::NPCActionSkillID' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NPCInteractGroupID) == 0x0000D8, "Member 'FIdleProcessAction::NPCInteractGroupID' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, TargetActor) == 0x0000E0, "Member 'FIdleProcessAction::TargetActor' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, MoveAIType) == 0x000118, "Member 'FIdleProcessAction::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, MoveSpeedType) == 0x000119, "Member 'FIdleProcessAction::MoveSpeedType' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, MoveAcceptableRadius) == 0x00011C, "Member 'FIdleProcessAction::MoveAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NPCShowState) == 0x000120, "Member 'FIdleProcessAction::NPCShowState' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, UnitTriggerBattleConfigs) == 0x000128, "Member 'FIdleProcessAction::UnitTriggerBattleConfigs' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AssociationUnitInfoConfigId) == 0x000138, "Member 'FIdleProcessAction::AssociationUnitInfoConfigId' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AssociationUnitSpawnInfoDelayExecuteTime) == 0x000148, "Member 'FIdleProcessAction::AssociationUnitSpawnInfoDelayExecuteTime' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AssociationUnitSpawnInfoSpawnType) == 0x00014C, "Member 'FIdleProcessAction::AssociationUnitSpawnInfoSpawnType' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AssociationUnitSpawnInfoActiveType) == 0x00014D, "Member 'FIdleProcessAction::AssociationUnitSpawnInfoActiveType' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AssociationUnitTarget) == 0x000150, "Member 'FIdleProcessAction::AssociationUnitTarget' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, AssociationOnFightSkillID) == 0x000160, "Member 'FIdleProcessAction::AssociationOnFightSkillID' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NpcMoveType) == 0x000164, "Member 'FIdleProcessAction::NpcMoveType' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, NpcGuideSplineMoveConfig) == 0x000168, "Member 'FIdleProcessAction::NpcGuideSplineMoveConfig' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, WeakPerformConfigID) == 0x0001B8, "Member 'FIdleProcessAction::WeakPerformConfigID' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, FollowPartnerConfigId) == 0x0001BC, "Member 'FIdleProcessAction::FollowPartnerConfigId' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, GameplayTag) == 0x0001CC, "Member 'FIdleProcessAction::GameplayTag' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, LoadingScreenType) == 0x0001D5, "Member 'FIdleProcessAction::LoadingScreenType' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, UnitExtendID) == 0x0001D8, "Member 'FIdleProcessAction::UnitExtendID' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, TeleportLoadingTips) == 0x0001E0, "Member 'FIdleProcessAction::TeleportLoadingTips' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, BlackInfo) == 0x0001F0, "Member 'FIdleProcessAction::BlackInfo' has a wrong offset!"); \ +static_assert(offsetof(FIdleProcessAction, DurationTime) == 0x000200, "Member 'FIdleProcessAction::DurationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FUnitsAndSpawners \ +static_assert(alignof(FUnitsAndSpawners) == 0x000008, "Wrong alignment on FUnitsAndSpawners"); \ +static_assert(sizeof(FUnitsAndSpawners) == 0x000030, "Wrong size on FUnitsAndSpawners"); \ +static_assert(offsetof(FUnitsAndSpawners, UnitList) == 0x000000, "Member 'FUnitsAndSpawners::UnitList' has a wrong offset!"); \ +static_assert(offsetof(FUnitsAndSpawners, SpawnerList) == 0x000010, "Member 'FUnitsAndSpawners::SpawnerList' has a wrong offset!"); \ +static_assert(offsetof(FUnitsAndSpawners, GroupUnitList) == 0x000020, "Member 'FUnitsAndSpawners::GroupUnitList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FIL2CPPUnitTestStruct1 \ +static_assert(alignof(FIL2CPPUnitTestStruct1) == 0x000008, "Wrong alignment on FIL2CPPUnitTestStruct1"); \ +static_assert(sizeof(FIL2CPPUnitTestStruct1) == 0x000010, "Wrong size on FIL2CPPUnitTestStruct1"); \ +static_assert(offsetof(FIL2CPPUnitTestStruct1, CSClassProperty) == 0x000000, "Member 'FIL2CPPUnitTestStruct1::CSClassProperty' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStruct1, CSIntProperty) == 0x000008, "Member 'FIL2CPPUnitTestStruct1::CSIntProperty' has a wrong offset!"); \ +static_assert(offsetof(FIL2CPPUnitTestStruct1, CSIntProperty2) == 0x00000C, "Member 'FIL2CPPUnitTestStruct1::CSIntProperty2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGainItemConfig \ +static_assert(alignof(FGainItemConfig) == 0x000004, "Wrong alignment on FGainItemConfig"); \ +static_assert(sizeof(FGainItemConfig) == 0x000008, "Wrong size on FGainItemConfig"); \ +static_assert(offsetof(FGainItemConfig, ItemId) == 0x000000, "Member 'FGainItemConfig::ItemId' has a wrong offset!"); \ +static_assert(offsetof(FGainItemConfig, ItemCount) == 0x000004, "Member 'FGainItemConfig::ItemCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedTaskObj \ +static_assert(alignof(FManagedTaskObj) == 0x000008, "Wrong alignment on FManagedTaskObj"); \ +static_assert(sizeof(FManagedTaskObj) == 0x000040, "Wrong size on FManagedTaskObj"); \ +static_assert(offsetof(FManagedTaskObj, Actor) == 0x000000, "Member 'FManagedTaskObj::Actor' has a wrong offset!"); \ +static_assert(offsetof(FManagedTaskObj, ActorGuid) == 0x000028, "Member 'FManagedTaskObj::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FManagedTaskObj, AliasName) == 0x000038, "Member 'FManagedTaskObj::AliasName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedObjectsForTask \ +static_assert(alignof(FManagedObjectsForTask) == 0x000008, "Wrong alignment on FManagedObjectsForTask"); \ +static_assert(sizeof(FManagedObjectsForTask) == 0x000020, "Wrong size on FManagedObjectsForTask"); \ +static_assert(offsetof(FManagedObjectsForTask, TaskUnitCollection) == 0x000000, "Member 'FManagedObjectsForTask::TaskUnitCollection' has a wrong offset!"); \ +static_assert(offsetof(FManagedObjectsForTask, TaskObjCollection) == 0x000010, "Member 'FManagedObjectsForTask::TaskObjCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedNPCUnit \ +static_assert(alignof(FManagedNPCUnit) == 0x000008, "Wrong alignment on FManagedNPCUnit"); \ +static_assert(sizeof(FManagedNPCUnit) == 0x000068, "Wrong size on FManagedNPCUnit"); \ +static_assert(offsetof(FManagedNPCUnit, Actor) == 0x000000, "Member 'FManagedNPCUnit::Actor' has a wrong offset!"); \ +static_assert(offsetof(FManagedNPCUnit, Tamer) == 0x000028, "Member 'FManagedNPCUnit::Tamer' has a wrong offset!"); \ +static_assert(offsetof(FManagedNPCUnit, ActorGuid) == 0x000050, "Member 'FManagedNPCUnit::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FManagedNPCUnit, AliasName) == 0x000060, "Member 'FManagedNPCUnit::AliasName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FManagedNPCObj \ +static_assert(alignof(FManagedNPCObj) == 0x000008, "Wrong alignment on FManagedNPCObj"); \ +static_assert(sizeof(FManagedNPCObj) == 0x000048, "Wrong size on FManagedNPCObj"); \ +static_assert(offsetof(FManagedNPCObj, Actor) == 0x000000, "Member 'FManagedNPCObj::Actor' has a wrong offset!"); \ +static_assert(offsetof(FManagedNPCObj, ActorGuid) == 0x000028, "Member 'FManagedNPCObj::ActorGuid' has a wrong offset!"); \ +static_assert(offsetof(FManagedNPCObj, AliasName) == 0x000038, "Member 'FManagedNPCObj::AliasName' has a wrong offset!"); \ +static_assert(offsetof(FManagedNPCObj, ManagedNPCUnitType) == 0x000040, "Member 'FManagedNPCObj::ManagedNPCUnitType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBGMVolumeGroupConfig \ +static_assert(alignof(FFBGMVolumeGroupConfig) == 0x000008, "Wrong alignment on FFBGMVolumeGroupConfig"); \ +static_assert(sizeof(FFBGMVolumeGroupConfig) == 0x000018, "Wrong size on FFBGMVolumeGroupConfig"); \ +static_assert(offsetof(FFBGMVolumeGroupConfig, VolumeGroupName) == 0x000000, "Member 'FFBGMVolumeGroupConfig::VolumeGroupName' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeGroupConfig, VolumePriority) == 0x000008, "Member 'FFBGMVolumeGroupConfig::VolumePriority' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeGroupConfig, PriorityEvent) == 0x000010, "Member 'FFBGMVolumeGroupConfig::PriorityEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBGMVolumeCondition \ +static_assert(alignof(FFBGMVolumeCondition) == 0x000008, "Wrong alignment on FFBGMVolumeCondition"); \ +static_assert(sizeof(FFBGMVolumeCondition) == 0x000020, "Wrong size on FFBGMVolumeCondition"); \ +static_assert(offsetof(FFBGMVolumeCondition, Condition) == 0x000000, "Member 'FFBGMVolumeCondition::Condition' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeCondition, Actors) == 0x000008, "Member 'FFBGMVolumeCondition::Actors' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeCondition, ConditionSusCountType) == 0x000018, "Member 'FFBGMVolumeCondition::ConditionSusCountType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBGMVolumeConditionGroup \ +static_assert(alignof(FFBGMVolumeConditionGroup) == 0x000008, "Wrong alignment on FFBGMVolumeConditionGroup"); \ +static_assert(sizeof(FFBGMVolumeConditionGroup) == 0x000010, "Wrong size on FFBGMVolumeConditionGroup"); \ +static_assert(offsetof(FFBGMVolumeConditionGroup, Conditions) == 0x000000, "Member 'FFBGMVolumeConditionGroup::Conditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFBGMVolumeConditionConfig \ +static_assert(alignof(FFBGMVolumeConditionConfig) == 0x000008, "Wrong alignment on FFBGMVolumeConditionConfig"); \ +static_assert(sizeof(FFBGMVolumeConditionConfig) == 0x000040, "Wrong size on FFBGMVolumeConditionConfig"); \ +static_assert(offsetof(FFBGMVolumeConditionConfig, ConditionGroups) == 0x000000, "Member 'FFBGMVolumeConditionConfig::ConditionGroups' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeConditionConfig, AkEventBegin) == 0x000010, "Member 'FFBGMVolumeConditionConfig::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeConditionConfig, AkEventStop) == 0x000018, "Member 'FFBGMVolumeConditionConfig::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeConditionConfig, VolumeBGMConfigDA) == 0x000020, "Member 'FFBGMVolumeConditionConfig::VolumeBGMConfigDA' has a wrong offset!"); \ +static_assert(offsetof(FFBGMVolumeConditionConfig, VolumeGroupConfig) == 0x000028, "Member 'FFBGMVolumeConditionConfig::VolumeGroupConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLimbIKBonePair \ +static_assert(alignof(FLimbIKBonePair) == 0x000004, "Wrong alignment on FLimbIKBonePair"); \ +static_assert(sizeof(FLimbIKBonePair) == 0x000010, "Wrong size on FLimbIKBonePair"); \ +static_assert(offsetof(FLimbIKBonePair, BoneName) == 0x000000, "Member 'FLimbIKBonePair::BoneName' has a wrong offset!"); \ +static_assert(offsetof(FLimbIKBonePair, VBoneName) == 0x000008, "Member 'FLimbIKBonePair::VBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttackIKBonePairs \ +static_assert(alignof(FAttackIKBonePairs) == 0x000008, "Wrong alignment on FAttackIKBonePairs"); \ +static_assert(sizeof(FAttackIKBonePairs) == 0x000040, "Wrong size on FAttackIKBonePairs"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKRootBoneName) == 0x000000, "Member 'FAttackIKBonePairs::AttackIKRootBoneName' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKLimbBoneName) == 0x000008, "Member 'FAttackIKBonePairs::AttackIKLimbBoneName' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKRoll) == 0x000010, "Member 'FAttackIKBonePairs::AttackIKRoll' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKPitch) == 0x000014, "Member 'FAttackIKBonePairs::AttackIKPitch' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKTargetActorBoneName) == 0x000018, "Member 'FAttackIKBonePairs::AttackIKTargetActorBoneName' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKBlendMinDistance) == 0x000020, "Member 'FAttackIKBonePairs::AttackIKBlendMinDistance' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKBlendMaxDistance) == 0x000024, "Member 'FAttackIKBonePairs::AttackIKBlendMaxDistance' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBonePairs, AttackIKPitchLimit) == 0x000030, "Member 'FAttackIKBonePairs::AttackIKPitchLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAttackIKBoneScale \ +static_assert(alignof(FAttackIKBoneScale) == 0x000008, "Wrong alignment on FAttackIKBoneScale"); \ +static_assert(sizeof(FAttackIKBoneScale) == 0x000030, "Wrong size on FAttackIKBoneScale"); \ +static_assert(offsetof(FAttackIKBoneScale, TargetBoneScaleName) == 0x000000, "Member 'FAttackIKBoneScale::TargetBoneScaleName' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBoneScale, TargetBoneName) == 0x000008, "Member 'FAttackIKBoneScale::TargetBoneName' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBoneScale, BoneScaleOffset) == 0x000010, "Member 'FAttackIKBoneScale::BoneScaleOffset' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBoneScale, BoneScaleDistanceLimit) == 0x000018, "Member 'FAttackIKBoneScale::BoneScaleDistanceLimit' has a wrong offset!"); \ +static_assert(offsetof(FAttackIKBoneScale, BoneScaleYawLimit) == 0x000028, "Member 'FAttackIKBoneScale::BoneScaleYawLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCompositeCondition_SpawnWaveStart \ +static_assert(alignof(FCompositeCondition_SpawnWaveStart) == 0x000008, "Wrong alignment on FCompositeCondition_SpawnWaveStart"); \ +static_assert(sizeof(FCompositeCondition_SpawnWaveStart) == 0x000038, "Wrong size on FCompositeCondition_SpawnWaveStart"); \ +static_assert(offsetof(FCompositeCondition_SpawnWaveStart, Single) == 0x000000, "Member 'FCompositeCondition_SpawnWaveStart::Single' has a wrong offset!"); \ +static_assert(offsetof(FCompositeCondition_SpawnWaveStart, Conditions) == 0x000010, "Member 'FCompositeCondition_SpawnWaveStart::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FCompositeCondition_SpawnWaveStart, ConditionalRelation) == 0x000020, "Member 'FCompositeCondition_SpawnWaveStart::ConditionalRelation' has a wrong offset!"); \ +static_assert(offsetof(FCompositeCondition_SpawnWaveStart, Comment) == 0x000028, "Member 'FCompositeCondition_SpawnWaveStart::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnWaveConfig \ +static_assert(alignof(FSpawnWaveConfig) == 0x000008, "Wrong alignment on FSpawnWaveConfig"); \ +static_assert(sizeof(FSpawnWaveConfig) == 0x000058, "Wrong size on FSpawnWaveConfig"); \ +static_assert(offsetof(FSpawnWaveConfig, NextWaveStartCondition) == 0x000000, "Member 'FSpawnWaveConfig::NextWaveStartCondition' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveConfig, SpawnIntervalRnage) == 0x000038, "Member 'FSpawnWaveConfig::SpawnIntervalRnage' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveConfig, SpawnWaveUnits) == 0x000048, "Member 'FSpawnWaveConfig::SpawnWaveUnits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpawnWaveConfig_Infinite \ +static_assert(alignof(FSpawnWaveConfig_Infinite) == 0x000008, "Wrong alignment on FSpawnWaveConfig_Infinite"); \ +static_assert(sizeof(FSpawnWaveConfig_Infinite) == 0x000058, "Wrong size on FSpawnWaveConfig_Infinite"); \ +static_assert(offsetof(FSpawnWaveConfig_Infinite, NextWaveStartCondition) == 0x000000, "Member 'FSpawnWaveConfig_Infinite::NextWaveStartCondition' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveConfig_Infinite, SpawnIntervalRnage) == 0x000038, "Member 'FSpawnWaveConfig_Infinite::SpawnIntervalRnage' has a wrong offset!"); \ +static_assert(offsetof(FSpawnWaveConfig_Infinite, SpawnWaveUnits) == 0x000048, "Member 'FSpawnWaveConfig_Infinite::SpawnWaveUnits' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTrainDummySpecialDamageTypeConfig \ +static_assert(alignof(FTrainDummySpecialDamageTypeConfig) == 0x000008, "Wrong alignment on FTrainDummySpecialDamageTypeConfig"); \ +static_assert(sizeof(FTrainDummySpecialDamageTypeConfig) == 0x000070, "Wrong size on FTrainDummySpecialDamageTypeConfig"); \ +static_assert(offsetof(FTrainDummySpecialDamageTypeConfig, describe) == 0x000000, "Member 'FTrainDummySpecialDamageTypeConfig::describe' has a wrong offset!"); \ +static_assert(offsetof(FTrainDummySpecialDamageTypeConfig, SkillID) == 0x000010, "Member 'FTrainDummySpecialDamageTypeConfig::SkillID' has a wrong offset!"); \ +static_assert(offsetof(FTrainDummySpecialDamageTypeConfig, AttackerResIdCondition) == 0x000020, "Member 'FTrainDummySpecialDamageTypeConfig::AttackerResIdCondition' has a wrong offset!"); \ +static_assert(offsetof(FTrainDummySpecialDamageTypeConfig, AttackerSimpleStateCondition) == 0x000030, "Member 'FTrainDummySpecialDamageTypeConfig::AttackerSimpleStateCondition' has a wrong offset!"); \ +static_assert(offsetof(FTrainDummySpecialDamageTypeConfig, AttackerUnitStateCondition) == 0x000040, "Member 'FTrainDummySpecialDamageTypeConfig::AttackerUnitStateCondition' has a wrong offset!"); \ +static_assert(offsetof(FTrainDummySpecialDamageTypeConfig, VictimSimpleStateCondition) == 0x000050, "Member 'FTrainDummySpecialDamageTypeConfig::VictimSimpleStateCondition' has a wrong offset!"); \ +static_assert(offsetof(FTrainDummySpecialDamageTypeConfig, VictimUnitStateCondition) == 0x000060, "Member 'FTrainDummySpecialDamageTypeConfig::VictimUnitStateCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTaskStageConditionInfo \ +static_assert(alignof(FTaskStageConditionInfo) == 0x000004, "Wrong alignment on FTaskStageConditionInfo"); \ +static_assert(sizeof(FTaskStageConditionInfo) == 0x000010, "Wrong size on FTaskStageConditionInfo"); \ +static_assert(offsetof(FTaskStageConditionInfo, TaskStageID) == 0x000000, "Member 'FTaskStageConditionInfo::TaskStageID' has a wrong offset!"); \ +static_assert(offsetof(FTaskStageConditionInfo, TaskStageConditionType) == 0x000004, "Member 'FTaskStageConditionInfo::TaskStageConditionType' has a wrong offset!"); \ +static_assert(offsetof(FTaskStageConditionInfo, CustomConditionDisplayName) == 0x000008, "Member 'FTaskStageConditionInfo::CustomConditionDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPlayNiagaraConditions \ +static_assert(alignof(FPlayNiagaraConditions) == 0x000008, "Wrong alignment on FPlayNiagaraConditions"); \ +static_assert(sizeof(FPlayNiagaraConditions) == 0x000020, "Wrong size on FPlayNiagaraConditions"); \ +static_assert(offsetof(FPlayNiagaraConditions, UnitType) == 0x000000, "Member 'FPlayNiagaraConditions::UnitType' has a wrong offset!"); \ +static_assert(offsetof(FPlayNiagaraConditions, Conditions) == 0x000008, "Member 'FPlayNiagaraConditions::Conditions' has a wrong offset!"); \ +static_assert(offsetof(FPlayNiagaraConditions, ConditionalRelation) == 0x000018, "Member 'FPlayNiagaraConditions::ConditionalRelation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoTestPlayerConditionConfig \ +static_assert(alignof(FAutoTestPlayerConditionConfig) == 0x000004, "Wrong alignment on FAutoTestPlayerConditionConfig"); \ +static_assert(sizeof(FAutoTestPlayerConditionConfig) == 0x000010, "Wrong size on FAutoTestPlayerConditionConfig"); \ +static_assert(offsetof(FAutoTestPlayerConditionConfig, ConditionType) == 0x000000, "Member 'FAutoTestPlayerConditionConfig::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(FAutoTestPlayerConditionConfig, UnitState) == 0x000001, "Member 'FAutoTestPlayerConditionConfig::UnitState' has a wrong offset!"); \ +static_assert(offsetof(FAutoTestPlayerConditionConfig, AttrFloatType) == 0x000002, "Member 'FAutoTestPlayerConditionConfig::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(FAutoTestPlayerConditionConfig, CompareOperation) == 0x000003, "Member 'FAutoTestPlayerConditionConfig::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(FAutoTestPlayerConditionConfig, FloatValue) == 0x000004, "Member 'FAutoTestPlayerConditionConfig::FloatValue' has a wrong offset!"); \ +static_assert(offsetof(FAutoTestPlayerConditionConfig, IntValue) == 0x000008, "Member 'FAutoTestPlayerConditionConfig::IntValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoTestPlayerCastSkillConditionGroup \ +static_assert(alignof(FAutoTestPlayerCastSkillConditionGroup) == 0x000008, "Wrong alignment on FAutoTestPlayerCastSkillConditionGroup"); \ +static_assert(sizeof(FAutoTestPlayerCastSkillConditionGroup) == 0x000020, "Wrong size on FAutoTestPlayerCastSkillConditionGroup"); \ +static_assert(offsetof(FAutoTestPlayerCastSkillConditionGroup, describe) == 0x000000, "Member 'FAutoTestPlayerCastSkillConditionGroup::describe' has a wrong offset!"); \ +static_assert(offsetof(FAutoTestPlayerCastSkillConditionGroup, ConditionConfigs) == 0x000010, "Member 'FAutoTestPlayerCastSkillConditionGroup::ConditionConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLandCamShake \ +static_assert(alignof(FLandCamShake) == 0x000008, "Wrong alignment on FLandCamShake"); \ +static_assert(sizeof(FLandCamShake) == 0x000018, "Wrong size on FLandCamShake"); \ +static_assert(offsetof(FLandCamShake, CameraShake_Mid) == 0x000000, "Member 'FLandCamShake::CameraShake_Mid' has a wrong offset!"); \ +static_assert(offsetof(FLandCamShake, CameraShake_High) == 0x000008, "Member 'FLandCamShake::CameraShake_High' has a wrong offset!"); \ +static_assert(offsetof(FLandCamShake, CameraShake_Dead) == 0x000010, "Member 'FLandCamShake::CameraShake_Dead' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObservationModeConfig \ +static_assert(alignof(FObservationModeConfig) == 0x000008, "Wrong alignment on FObservationModeConfig"); \ +static_assert(sizeof(FObservationModeConfig) == 0x000070, "Wrong size on FObservationModeConfig"); \ +static_assert(offsetof(FObservationModeConfig, ObserveOpType) == 0x000000, "Member 'FObservationModeConfig::ObserveOpType' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, RotationRangeYaw) == 0x000004, "Member 'FObservationModeConfig::RotationRangeYaw' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, YawRotationAccMultipleFactorMouse) == 0x000008, "Member 'FObservationModeConfig::YawRotationAccMultipleFactorMouse' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, YawRotationAccMultipleFactorGamepad) == 0x00000C, "Member 'FObservationModeConfig::YawRotationAccMultipleFactorGamepad' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, YawRotationMaxAcc) == 0x000010, "Member 'FObservationModeConfig::YawRotationMaxAcc' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, YawRotationStopAcc) == 0x000014, "Member 'FObservationModeConfig::YawRotationStopAcc' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, YawRotationMaxSpeed) == 0x000018, "Member 'FObservationModeConfig::YawRotationMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, RotationRangePitch) == 0x00001C, "Member 'FObservationModeConfig::RotationRangePitch' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, PitchRotationAccMultipleFactorMouse) == 0x000020, "Member 'FObservationModeConfig::PitchRotationAccMultipleFactorMouse' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, PitchRotationAccMultipleFactorGamepad) == 0x000024, "Member 'FObservationModeConfig::PitchRotationAccMultipleFactorGamepad' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, PitchRotationMaxAcc) == 0x000028, "Member 'FObservationModeConfig::PitchRotationMaxAcc' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, PitchRotationStopAcc) == 0x00002C, "Member 'FObservationModeConfig::PitchRotationStopAcc' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, PitchRotationMaxSpeed) == 0x000030, "Member 'FObservationModeConfig::PitchRotationMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, ZoomUpRange) == 0x000034, "Member 'FObservationModeConfig::ZoomUpRange' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, ZoomDownRange) == 0x000038, "Member 'FObservationModeConfig::ZoomDownRange' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, ZoomSpeedMouse) == 0x00003C, "Member 'FObservationModeConfig::ZoomSpeedMouse' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, ZoomSpeedGamepad) == 0x000040, "Member 'FObservationModeConfig::ZoomSpeedGamepad' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, DragAreaName) == 0x000048, "Member 'FObservationModeConfig::DragAreaName' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, ObsDragAreaName) == 0x000058, "Member 'FObservationModeConfig::ObsDragAreaName' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, StopJudgmentTime) == 0x000068, "Member 'FObservationModeConfig::StopJudgmentTime' has a wrong offset!"); \ +static_assert(offsetof(FObservationModeConfig, LeftStickXInputThreshold) == 0x00006C, "Member 'FObservationModeConfig::LeftStickXInputThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSpecialItemObModeConfig \ +static_assert(alignof(FSpecialItemObModeConfig) == 0x000008, "Wrong alignment on FSpecialItemObModeConfig"); \ +static_assert(sizeof(FSpecialItemObModeConfig) == 0x000050, "Wrong size on FSpecialItemObModeConfig"); \ +static_assert(offsetof(FSpecialItemObModeConfig, SpecialItemConfigMap) == 0x000000, "Member 'FSpecialItemObModeConfig::SpecialItemConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCoinFXNum \ +static_assert(alignof(FCoinFXNum) == 0x000004, "Wrong alignment on FCoinFXNum"); \ +static_assert(sizeof(FCoinFXNum) == 0x000008, "Wrong size on FCoinFXNum"); \ +static_assert(offsetof(FCoinFXNum, LowerLimit) == 0x000000, "Member 'FCoinFXNum::LowerLimit' has a wrong offset!"); \ +static_assert(offsetof(FCoinFXNum, FXNum) == 0x000004, "Member 'FCoinFXNum::FXNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFTPModeFrame \ +static_assert(alignof(FFTPModeFrame) == 0x000008, "Wrong alignment on FFTPModeFrame"); \ +static_assert(sizeof(FFTPModeFrame) == 0x000028, "Wrong size on FFTPModeFrame"); \ +static_assert(offsetof(FFTPModeFrame, DisplayName) == 0x000000, "Member 'FFTPModeFrame::DisplayName' has a wrong offset!"); \ +static_assert(offsetof(FFTPModeFrame, TargetAKB) == 0x000018, "Member 'FFTPModeFrame::TargetAKB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FComboConditionSkill_UnitResIDInfo \ +static_assert(alignof(FComboConditionSkill_UnitResIDInfo) == 0x000004, "Wrong alignment on FComboConditionSkill_UnitResIDInfo"); \ +static_assert(sizeof(FComboConditionSkill_UnitResIDInfo) == 0x000008, "Wrong size on FComboConditionSkill_UnitResIDInfo"); \ +static_assert(offsetof(FComboConditionSkill_UnitResIDInfo, ResID) == 0x000000, "Member 'FComboConditionSkill_UnitResIDInfo::ResID' has a wrong offset!"); \ +static_assert(offsetof(FComboConditionSkill_UnitResIDInfo, SkillID) == 0x000004, "Member 'FComboConditionSkill_UnitResIDInfo::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsSpiderNavPointLinkInfo \ +static_assert(alignof(FGsSpiderNavPointLinkInfo) == 0x000004, "Wrong alignment on FGsSpiderNavPointLinkInfo"); \ +static_assert(sizeof(FGsSpiderNavPointLinkInfo) == 0x000008, "Wrong size on FGsSpiderNavPointLinkInfo"); \ +static_assert(offsetof(FGsSpiderNavPointLinkInfo, LinkPointIndex) == 0x000000, "Member 'FGsSpiderNavPointLinkInfo::LinkPointIndex' has a wrong offset!"); \ +static_assert(offsetof(FGsSpiderNavPointLinkInfo, Cost) == 0x000004, "Member 'FGsSpiderNavPointLinkInfo::Cost' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGsSpiderNavPointInfo \ +static_assert(alignof(FGsSpiderNavPointInfo) == 0x000008, "Wrong alignment on FGsSpiderNavPointInfo"); \ +static_assert(sizeof(FGsSpiderNavPointInfo) == 0x000050, "Wrong size on FGsSpiderNavPointInfo"); \ +static_assert(offsetof(FGsSpiderNavPointInfo, Location) == 0x000000, "Member 'FGsSpiderNavPointInfo::Location' has a wrong offset!"); \ +static_assert(offsetof(FGsSpiderNavPointInfo, Normal) == 0x000018, "Member 'FGsSpiderNavPointInfo::Normal' has a wrong offset!"); \ +static_assert(offsetof(FGsSpiderNavPointInfo, LinkRadius) == 0x000030, "Member 'FGsSpiderNavPointInfo::LinkRadius' has a wrong offset!"); \ +static_assert(offsetof(FGsSpiderNavPointInfo, LinkAngle) == 0x000034, "Member 'FGsSpiderNavPointInfo::LinkAngle' has a wrong offset!"); \ +static_assert(offsetof(FGsSpiderNavPointInfo, NavLinkPoints) == 0x000038, "Member 'FGsSpiderNavPointInfo::NavLinkPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSkeletalMeshCheckActorInfoHelper \ +static_assert(alignof(FLevelSkeletalMeshCheckActorInfoHelper) == 0x000008, "Wrong alignment on FLevelSkeletalMeshCheckActorInfoHelper"); \ +static_assert(sizeof(FLevelSkeletalMeshCheckActorInfoHelper) == 0x000020, "Wrong size on FLevelSkeletalMeshCheckActorInfoHelper"); \ +static_assert(offsetof(FLevelSkeletalMeshCheckActorInfoHelper, ActorLabel) == 0x000000, "Member 'FLevelSkeletalMeshCheckActorInfoHelper::ActorLabel' has a wrong offset!"); \ +static_assert(offsetof(FLevelSkeletalMeshCheckActorInfoHelper, Path) == 0x000010, "Member 'FLevelSkeletalMeshCheckActorInfoHelper::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLevelSkeletalMeshCheckInfoHelper \ +static_assert(alignof(FLevelSkeletalMeshCheckInfoHelper) == 0x000008, "Wrong alignment on FLevelSkeletalMeshCheckInfoHelper"); \ +static_assert(sizeof(FLevelSkeletalMeshCheckInfoHelper) == 0x000020, "Wrong size on FLevelSkeletalMeshCheckInfoHelper"); \ +static_assert(offsetof(FLevelSkeletalMeshCheckInfoHelper, LevelPath) == 0x000000, "Member 'FLevelSkeletalMeshCheckInfoHelper::LevelPath' has a wrong offset!"); \ +static_assert(offsetof(FLevelSkeletalMeshCheckInfoHelper, ActorWithoutPerfInfos) == 0x000010, "Member 'FLevelSkeletalMeshCheckInfoHelper::ActorWithoutPerfInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCricketMovePointConfig \ +static_assert(alignof(FCricketMovePointConfig) == 0x000010, "Wrong alignment on FCricketMovePointConfig"); \ +static_assert(sizeof(FCricketMovePointConfig) == 0x000080, "Wrong size on FCricketMovePointConfig"); \ +static_assert(offsetof(FCricketMovePointConfig, PointTrans) == 0x000000, "Member 'FCricketMovePointConfig::PointTrans' has a wrong offset!"); \ +static_assert(offsetof(FCricketMovePointConfig, IdleTime) == 0x000060, "Member 'FCricketMovePointConfig::IdleTime' has a wrong offset!"); \ +static_assert(offsetof(FCricketMovePointConfig, AnimIdleList) == 0x000068, "Member 'FCricketMovePointConfig::AnimIdleList' has a wrong offset!"); \ +static_assert(offsetof(FCricketMovePointConfig, JumpAnim) == 0x000078, "Member 'FCricketMovePointConfig::JumpAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGroupAIHotZoneCircleCustomInfo \ +static_assert(alignof(FGroupAIHotZoneCircleCustomInfo) == 0x000004, "Wrong alignment on FGroupAIHotZoneCircleCustomInfo"); \ +static_assert(sizeof(FGroupAIHotZoneCircleCustomInfo) == 0x00000C, "Wrong size on FGroupAIHotZoneCircleCustomInfo"); \ +static_assert(offsetof(FGroupAIHotZoneCircleCustomInfo, BattleCirclePointRingNum) == 0x000004, "Member 'FGroupAIHotZoneCircleCustomInfo::BattleCirclePointRingNum' has a wrong offset!"); \ +static_assert(offsetof(FGroupAIHotZoneCircleCustomInfo, BattleCirclePointAngleInterval) == 0x000008, "Member 'FGroupAIHotZoneCircleCustomInfo::BattleCirclePointAngleInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FInterpSpeed \ +static_assert(alignof(FInterpSpeed) == 0x000004, "Wrong alignment on FInterpSpeed"); \ +static_assert(sizeof(FInterpSpeed) == 0x000008, "Wrong size on FInterpSpeed"); \ +static_assert(offsetof(FInterpSpeed, InterpMode) == 0x000000, "Member 'FInterpSpeed::InterpMode' has a wrong offset!"); \ +static_assert(offsetof(FInterpSpeed, Speed) == 0x000004, "Member 'FInterpSpeed::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FCollisionProfileInfo \ +static_assert(alignof(FCollisionProfileInfo) == 0x000004, "Wrong alignment on FCollisionProfileInfo"); \ +static_assert(sizeof(FCollisionProfileInfo) == 0x00000C, "Wrong size on FCollisionProfileInfo"); \ +static_assert(offsetof(FCollisionProfileInfo, Type) == 0x000000, "Member 'FCollisionProfileInfo::Type' has a wrong offset!"); \ +static_assert(offsetof(FCollisionProfileInfo, ProfileName) == 0x000004, "Member 'FCollisionProfileInfo::ProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FPointsRegisterReq \ +static_assert(alignof(FPointsRegisterReq) == 0x000008, "Wrong alignment on FPointsRegisterReq"); \ +static_assert(sizeof(FPointsRegisterReq) == 0x000088, "Wrong size on FPointsRegisterReq"); \ +static_assert(offsetof(FPointsRegisterReq, RegistID) == 0x000000, "Member 'FPointsRegisterReq::RegistID' has a wrong offset!"); \ +static_assert(offsetof(FPointsRegisterReq, GenType) == 0x000004, "Member 'FPointsRegisterReq::GenType' has a wrong offset!"); \ +static_assert(offsetof(FPointsRegisterReq, ExtParam) == 0x000008, "Member 'FPointsRegisterReq::ExtParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFGSSeqAnimKeyStateBlendCfg \ +static_assert(alignof(FFGSSeqAnimKeyStateBlendCfg) == 0x000008, "Wrong alignment on FFGSSeqAnimKeyStateBlendCfg"); \ +static_assert(sizeof(FFGSSeqAnimKeyStateBlendCfg) == 0x000040, "Wrong size on FFGSSeqAnimKeyStateBlendCfg"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, FromStateName) == 0x000000, "Member 'FFGSSeqAnimKeyStateBlendCfg::FromStateName' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, ToStateName) == 0x000010, "Member 'FFGSSeqAnimKeyStateBlendCfg::ToStateName' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, EasingTime) == 0x000020, "Member 'FFGSSeqAnimKeyStateBlendCfg::EasingTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, EasingFunc) == 0x000024, "Member 'FFGSSeqAnimKeyStateBlendCfg::EasingFunc' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, EasingBlendExp) == 0x000028, "Member 'FFGSSeqAnimKeyStateBlendCfg::EasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, EasingSteps) == 0x000030, "Member 'FFGSSeqAnimKeyStateBlendCfg::EasingSteps' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, DelayEasingTime) == 0x000034, "Member 'FFGSSeqAnimKeyStateBlendCfg::DelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, EnumValEasingType) == 0x000038, "Member 'FFGSSeqAnimKeyStateBlendCfg::EnumValEasingType' has a wrong offset!"); \ +static_assert(offsetof(FFGSSeqAnimKeyStateBlendCfg, BoolValEasingType) == 0x000039, "Member 'FFGSSeqAnimKeyStateBlendCfg::BoolValEasingType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FB1DBC_ExtraSetting \ +static_assert(alignof(FB1DBC_ExtraSetting) == 0x000001, "Wrong alignment on FB1DBC_ExtraSetting"); \ +static_assert(sizeof(FB1DBC_ExtraSetting) == 0x000001, "Wrong size on FB1DBC_ExtraSetting"); \ +static_assert(offsetof(FB1DBC_ExtraSetting, TransformType) == 0x000000, "Member 'FB1DBC_ExtraSetting::TransformType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FTaskQueryConditionInfo \ +static_assert(alignof(FTaskQueryConditionInfo) == 0x000008, "Wrong alignment on FTaskQueryConditionInfo"); \ +static_assert(sizeof(FTaskQueryConditionInfo) == 0x000068, "Wrong size on FTaskQueryConditionInfo"); \ +static_assert(offsetof(FTaskQueryConditionInfo, TaskQueryConditionType) == 0x000000, "Member 'FTaskQueryConditionInfo::TaskQueryConditionType' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, TaskStage) == 0x000004, "Member 'FTaskQueryConditionInfo::TaskStage' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, TaskStageStateType) == 0x000014, "Member 'FTaskQueryConditionInfo::TaskStageStateType' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, InteractionGroup) == 0x000018, "Member 'FTaskQueryConditionInfo::InteractionGroup' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, InteractionStep) == 0x000028, "Member 'FTaskQueryConditionInfo::InteractionStep' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, Unit) == 0x00002C, "Member 'FTaskQueryConditionInfo::Unit' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, QueryUnitConditions) == 0x000040, "Member 'FTaskQueryConditionInfo::QueryUnitConditions' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, OwningItemID) == 0x000050, "Member 'FTaskQueryConditionInfo::OwningItemID' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, OwningItemNum) == 0x000054, "Member 'FTaskQueryConditionInfo::OwningItemNum' has a wrong offset!"); \ +static_assert(offsetof(FTaskQueryConditionInfo, Comment) == 0x000058, "Member 'FTaskQueryConditionInfo::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FScrollInputData \ +static_assert(alignof(FScrollInputData) == 0x000004, "Wrong alignment on FScrollInputData"); \ +static_assert(sizeof(FScrollInputData) == 0x000014, "Wrong size on FScrollInputData"); \ +static_assert(offsetof(FScrollInputData, KeyboardInputTime) == 0x000000, "Member 'FScrollInputData::KeyboardInputTime' has a wrong offset!"); \ +static_assert(offsetof(FScrollInputData, KeyboardScrollMultiplier) == 0x000004, "Member 'FScrollInputData::KeyboardScrollMultiplier' has a wrong offset!"); \ +static_assert(offsetof(FScrollInputData, GamepadInputTime) == 0x000008, "Member 'FScrollInputData::GamepadInputTime' has a wrong offset!"); \ +static_assert(offsetof(FScrollInputData, GamepadScrollOriSpeed) == 0x00000C, "Member 'FScrollInputData::GamepadScrollOriSpeed' has a wrong offset!"); \ +static_assert(offsetof(FScrollInputData, GamepadScrollMultiplier) == 0x000010, "Member 'FScrollInputData::GamepadScrollMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FObserveRoleDataInfo \ +static_assert(alignof(FObserveRoleDataInfo) == 0x000008, "Wrong alignment on FObserveRoleDataInfo"); \ +static_assert(sizeof(FObserveRoleDataInfo) == 0x000058, "Wrong size on FObserveRoleDataInfo"); \ +static_assert(offsetof(FObserveRoleDataInfo, ObserveType) == 0x000000, "Member 'FObserveRoleDataInfo::ObserveType' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, TaskStage) == 0x000004, "Member 'FObserveRoleDataInfo::TaskStage' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, ObserveTaskStageState) == 0x000014, "Member 'FObserveRoleDataInfo::ObserveTaskStageState' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, InteractorGroupID) == 0x000018, "Member 'FObserveRoleDataInfo::InteractorGroupID' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, InteractionStep) == 0x000028, "Member 'FObserveRoleDataInfo::InteractionStep' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, OwningItemID) == 0x00002C, "Member 'FObserveRoleDataInfo::OwningItemID' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, OwningNum) == 0x000030, "Member 'FObserveRoleDataInfo::OwningNum' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, ConsumeItemID) == 0x000034, "Member 'FObserveRoleDataInfo::ConsumeItemID' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, ConsumptionQuantity) == 0x000038, "Member 'FObserveRoleDataInfo::ConsumptionQuantity' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, Comment) == 0x000040, "Member 'FObserveRoleDataInfo::Comment' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, NeedObserveTaskStageID) == 0x000050, "Member 'FObserveRoleDataInfo::NeedObserveTaskStageID' has a wrong offset!"); \ +static_assert(offsetof(FObserveRoleDataInfo, InteractionGroupID) == 0x000054, "Member 'FObserveRoleDataInfo::InteractionGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FAutoSizeScrollData \ +static_assert(alignof(FAutoSizeScrollData) == 0x000004, "Wrong alignment on FAutoSizeScrollData"); \ +static_assert(sizeof(FAutoSizeScrollData) == 0x000010, "Wrong size on FAutoSizeScrollData"); \ +static_assert(offsetof(FAutoSizeScrollData, StopSpeed) == 0x000000, "Member 'FAutoSizeScrollData::StopSpeed' has a wrong offset!"); \ +static_assert(offsetof(FAutoSizeScrollData, Acceleration) == 0x000004, "Member 'FAutoSizeScrollData::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(FAutoSizeScrollData, ScrollTime) == 0x000008, "Member 'FAutoSizeScrollData::ScrollTime' has a wrong offset!"); \ +static_assert(offsetof(FAutoSizeScrollData, AttractTime) == 0x00000C, "Member 'FAutoSizeScrollData::AttractTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FFreqConfig \ +static_assert(alignof(FFreqConfig) == 0x000004, "Wrong alignment on FFreqConfig"); \ +static_assert(sizeof(FFreqConfig) == 0x000008, "Wrong size on FFreqConfig"); \ +static_assert(offsetof(FFreqConfig, Percent) == 0x000000, "Member 'FFreqConfig::Percent' has a wrong offset!"); \ +static_assert(offsetof(FFreqConfig, Freq) == 0x000004, "Member 'FFreqConfig::Freq' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FEnvOverlapByObjectTypeData \ +static_assert(alignof(FEnvOverlapByObjectTypeData) == 0x000008, "Wrong alignment on FEnvOverlapByObjectTypeData"); \ +static_assert(sizeof(FEnvOverlapByObjectTypeData) == 0x000040, "Wrong size on FEnvOverlapByObjectTypeData"); \ +static_assert(offsetof(FEnvOverlapByObjectTypeData, ExtentX) == 0x000000, "Member 'FEnvOverlapByObjectTypeData::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapByObjectTypeData, ExtentY) == 0x000004, "Member 'FEnvOverlapByObjectTypeData::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapByObjectTypeData, ExtentZ) == 0x000008, "Member 'FEnvOverlapByObjectTypeData::ExtentZ' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapByObjectTypeData, ShapeOffset) == 0x000010, "Member 'FEnvOverlapByObjectTypeData::ShapeOffset' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapByObjectTypeData, OverlapObjectTypes) == 0x000028, "Member 'FEnvOverlapByObjectTypeData::OverlapObjectTypes' has a wrong offset!"); \ +static_assert(offsetof(FEnvOverlapByObjectTypeData, OverlapShape) == 0x000038, "Member 'FEnvOverlapByObjectTypeData::OverlapShape' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FLimbIKEffectorsInfo \ +static_assert(alignof(FLimbIKEffectorsInfo) == 0x000001, "Wrong alignment on FLimbIKEffectorsInfo"); \ +static_assert(sizeof(FLimbIKEffectorsInfo) == 0x000001, "Wrong size on FLimbIKEffectorsInfo"); \ + +#define DUMPER7_ASSERTS_FInputBrushStruct \ +static_assert(alignof(FInputBrushStruct) == 0x000010, "Wrong alignment on FInputBrushStruct"); \ +static_assert(sizeof(FInputBrushStruct) == 0x000270, "Wrong size on FInputBrushStruct"); \ +static_assert(offsetof(FInputBrushStruct, ImgIconBGBrush) == 0x000000, "Member 'FInputBrushStruct::ImgIconBGBrush' has a wrong offset!"); \ +static_assert(offsetof(FInputBrushStruct, ImgProgBarBrush) == 0x0000D0, "Member 'FInputBrushStruct::ImgProgBarBrush' has a wrong offset!"); \ +static_assert(offsetof(FInputBrushStruct, ImgProgressBrush) == 0x0001A0, "Member 'FInputBrushStruct::ImgProgressBrush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGMCharaterConfig \ +static_assert(alignof(FGMCharaterConfig) == 0x000001, "Wrong alignment on FGMCharaterConfig"); \ +static_assert(sizeof(FGMCharaterConfig) == 0x000001, "Wrong size on FGMCharaterConfig"); \ + +#define DUMPER7_ASSERTS_FBaskstabUIInfo \ +static_assert(alignof(FBaskstabUIInfo) == 0x000008, "Wrong alignment on FBaskstabUIInfo"); \ +static_assert(sizeof(FBaskstabUIInfo) == 0x000010, "Wrong size on FBaskstabUIInfo"); \ +static_assert(offsetof(FBaskstabUIInfo, BackstabMatArrayA) == 0x000000, "Member 'FBaskstabUIInfo::BackstabMatArrayA' has a wrong offset!"); \ +static_assert(offsetof(FBaskstabUIInfo, BackstabMatArrayB) == 0x000008, "Member 'FBaskstabUIInfo::BackstabMatArrayB' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FSTBarUninterruptData \ +static_assert(alignof(FSTBarUninterruptData) == 0x000001, "Wrong alignment on FSTBarUninterruptData"); \ +static_assert(sizeof(FSTBarUninterruptData) == 0x000001, "Wrong size on FSTBarUninterruptData"); \ + +#define DUMPER7_ASSERTS_FUnitDeadPhysicsConfig \ +static_assert(alignof(FUnitDeadPhysicsConfig) == 0x000004, "Wrong alignment on FUnitDeadPhysicsConfig"); \ +static_assert(sizeof(FUnitDeadPhysicsConfig) == 0x00000C, "Wrong size on FUnitDeadPhysicsConfig"); \ +static_assert(offsetof(FUnitDeadPhysicsConfig, DistanceToWall) == 0x000000, "Member 'FUnitDeadPhysicsConfig::DistanceToWall' has a wrong offset!"); \ +static_assert(offsetof(FUnitDeadPhysicsConfig, StiffLevel) == 0x000004, "Member 'FUnitDeadPhysicsConfig::StiffLevel' has a wrong offset!"); \ +static_assert(offsetof(FUnitDeadPhysicsConfig, HitActionDir) == 0x000008, "Member 'FUnitDeadPhysicsConfig::HitActionDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_GetBranchGraphToEditInCS \ +static_assert(alignof(BED_CalliopeNodeBae_GetBranchGraphToEditInCS) == 0x000008, "Wrong alignment on BED_CalliopeNodeBae_GetBranchGraphToEditInCS"); \ +static_assert(sizeof(BED_CalliopeNodeBae_GetBranchGraphToEditInCS) == 0x000018, "Wrong size on BED_CalliopeNodeBae_GetBranchGraphToEditInCS"); \ +static_assert(offsetof(BED_CalliopeNodeBae_GetBranchGraphToEditInCS, OutBranchGraphIdentifier) == 0x000000, "Member 'BED_CalliopeNodeBae_GetBranchGraphToEditInCS::OutBranchGraphIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_IsSupportViewType \ +static_assert(alignof(BED_CalliopeNodeBae_IsSupportViewType) == 0x000001, "Wrong alignment on BED_CalliopeNodeBae_IsSupportViewType"); \ +static_assert(sizeof(BED_CalliopeNodeBae_IsSupportViewType) == 0x000002, "Wrong size on BED_CalliopeNodeBae_IsSupportViewType"); \ +static_assert(offsetof(BED_CalliopeNodeBae_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_CalliopeNodeBae_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_IsBranchGraphNode \ +static_assert(alignof(BED_CalliopeNodeBae_IsBranchGraphNode) == 0x000001, "Wrong alignment on BED_CalliopeNodeBae_IsBranchGraphNode"); \ +static_assert(sizeof(BED_CalliopeNodeBae_IsBranchGraphNode) == 0x000001, "Wrong size on BED_CalliopeNodeBae_IsBranchGraphNode"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_IsRerouteNode \ +static_assert(alignof(BED_CalliopeNodeBae_IsRerouteNode) == 0x000001, "Wrong alignment on BED_CalliopeNodeBae_IsRerouteNode"); \ +static_assert(sizeof(BED_CalliopeNodeBae_IsRerouteNode) == 0x000001, "Wrong size on BED_CalliopeNodeBae_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_GetGuid \ +static_assert(alignof(BED_CalliopeNodeBae_GetGuid) == 0x000004, "Wrong alignment on BED_CalliopeNodeBae_GetGuid"); \ +static_assert(sizeof(BED_CalliopeNodeBae_GetGuid) == 0x000010, "Wrong size on BED_CalliopeNodeBae_GetGuid"); \ +static_assert(offsetof(BED_CalliopeNodeBae_GetGuid, ReturnValue) == 0x000000, "Member 'BED_CalliopeNodeBae_GetGuid::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_GetActorGuidOptions \ +static_assert(alignof(BED_CalliopeNodeBae_GetActorGuidOptions) == 0x000008, "Wrong alignment on BED_CalliopeNodeBae_GetActorGuidOptions"); \ +static_assert(sizeof(BED_CalliopeNodeBae_GetActorGuidOptions) == 0x000028, "Wrong size on BED_CalliopeNodeBae_GetActorGuidOptions"); \ +static_assert(offsetof(BED_CalliopeNodeBae_GetActorGuidOptions, PropertyName) == 0x000000, "Member 'BED_CalliopeNodeBae_GetActorGuidOptions::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeNodeBae_GetActorGuidOptions, OutOptions) == 0x000010, "Member 'BED_CalliopeNodeBae_GetActorGuidOptions::OutOptions' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeNodeBae_GetActorGuidOptions, ReturnValue) == 0x000020, "Member 'BED_CalliopeNodeBae_GetActorGuidOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_CanManageStates \ +static_assert(alignof(BED_CalliopeNodeBae_CanManageStates) == 0x000001, "Wrong alignment on BED_CalliopeNodeBae_CanManageStates"); \ +static_assert(sizeof(BED_CalliopeNodeBae_CanManageStates) == 0x000001, "Wrong size on BED_CalliopeNodeBae_CanManageStates"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeNodeBae_GetActorGuid \ +static_assert(alignof(BED_CalliopeNodeBae_GetActorGuid) == 0x000008, "Wrong alignment on BED_CalliopeNodeBae_GetActorGuid"); \ +static_assert(sizeof(BED_CalliopeNodeBae_GetActorGuid) == 0x000020, "Wrong size on BED_CalliopeNodeBae_GetActorGuid"); \ +static_assert(offsetof(BED_CalliopeNodeBae_GetActorGuid, InActor) == 0x000000, "Member 'BED_CalliopeNodeBae_GetActorGuid::InActor' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeNodeBae_GetActorGuid, OutActorGuid) == 0x000008, "Member 'BED_CalliopeNodeBae_GetActorGuid::OutActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_CalliopeNodeBae \ +static_assert(alignof(UBED_CalliopeNodeBae) == 0x000008, "Wrong alignment on UBED_CalliopeNodeBae"); \ +static_assert(sizeof(UBED_CalliopeNodeBae) == 0x0002A0, "Wrong size on UBED_CalliopeNodeBae"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_IsSupportViewType \ +static_assert(alignof(BED_FSMNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_FSMNode_IsSupportViewType"); \ +static_assert(sizeof(BED_FSMNode_IsSupportViewType) == 0x000002, "Wrong size on BED_FSMNode_IsSupportViewType"); \ +static_assert(offsetof(BED_FSMNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_FSMNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode \ +static_assert(alignof(UBED_FSMNode) == 0x000008, "Wrong alignment on UBED_FSMNode"); \ +static_assert(sizeof(UBED_FSMNode) == 0x0002A0, "Wrong size on UBED_FSMNode"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_LoadingBase \ +static_assert(alignof(UBED_FSMNode_GI_LoadingBase) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_LoadingBase"); \ +static_assert(sizeof(UBED_FSMNode_GI_LoadingBase) == 0x0002A0, "Wrong size on UBED_FSMNode_GI_LoadingBase"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_FillLocalBPCRoleData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FillLocalBPCRoleData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_FillLocalBPCRoleData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FillLocalBPCRoleData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FillLocalBPCRoleData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_FillLocalBPCRoleData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillLocalBPCRoleData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FillLocalBPCRoleData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_FillLocalBPCRoleData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_FillLocalBPCRoleData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_FillLocalBPCRoleData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_FillLocalBPCRoleData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_FillLocalBPCRoleData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_FillLocalBPCRoleData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_FillLocalBPCRoleData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWHeroIconConfigDataAsset \ +static_assert(alignof(UBGWHeroIconConfigDataAsset) == 0x000008, "Wrong alignment on UBGWHeroIconConfigDataAsset"); \ +static_assert(sizeof(UBGWHeroIconConfigDataAsset) == 0x000040, "Wrong size on UBGWHeroIconConfigDataAsset"); \ +static_assert(offsetof(UBGWHeroIconConfigDataAsset, HeroIconInfoList) == 0x000030, "Member 'UBGWHeroIconConfigDataAsset::HeroIconInfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_GuideNode_Base_IsSupportViewType \ +static_assert(alignof(BED_GuideNode_Base_IsSupportViewType) == 0x000001, "Wrong alignment on BED_GuideNode_Base_IsSupportViewType"); \ +static_assert(sizeof(BED_GuideNode_Base_IsSupportViewType) == 0x000002, "Wrong size on BED_GuideNode_Base_IsSupportViewType"); \ +static_assert(offsetof(BED_GuideNode_Base_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_GuideNode_Base_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_GuideNode_Base \ +static_assert(alignof(UBED_GuideNode_Base) == 0x000008, "Wrong alignment on UBED_GuideNode_Base"); \ +static_assert(sizeof(UBED_GuideNode_Base) == 0x0002A0, "Wrong size on UBED_GuideNode_Base"); \ + +#define DUMPER7_ASSERTS_BED_ProcessNode_IsSupportViewType \ +static_assert(alignof(BED_ProcessNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_ProcessNode_IsSupportViewType"); \ +static_assert(sizeof(BED_ProcessNode_IsSupportViewType) == 0x000002, "Wrong size on BED_ProcessNode_IsSupportViewType"); \ +static_assert(offsetof(BED_ProcessNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_ProcessNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessNode \ +static_assert(alignof(UBED_ProcessNode) == 0x000008, "Wrong alignment on UBED_ProcessNode"); \ +static_assert(sizeof(UBED_ProcessNode) == 0x0002A0, "Wrong size on UBED_ProcessNode"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_IsBranchGraphNode \ +static_assert(alignof(BED_ProcessStateNode_IsBranchGraphNode) == 0x000001, "Wrong alignment on BED_ProcessStateNode_IsBranchGraphNode"); \ +static_assert(sizeof(BED_ProcessStateNode_IsBranchGraphNode) == 0x000001, "Wrong size on BED_ProcessStateNode_IsBranchGraphNode"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode \ +static_assert(alignof(UBED_ProcessStateNode) == 0x000008, "Wrong alignment on UBED_ProcessStateNode"); \ +static_assert(sizeof(UBED_ProcessStateNode) == 0x0002A0, "Wrong size on UBED_ProcessStateNode"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_ObserveActor_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_ObserveActor_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_ObserveActor_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_ObserveActor_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_ObserveActor_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_ObserveActor_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_ObserveActor_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ObserveActor \ +static_assert(alignof(UBED_ProcessStateNode_ObserveActor) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ObserveActor"); \ +static_assert(sizeof(UBED_ProcessStateNode_ObserveActor) == 0x0002D0, "Wrong size on UBED_ProcessStateNode_ObserveActor"); \ +static_assert(offsetof(UBED_ProcessStateNode_ObserveActor, SuccessLimit) == 0x0002A0, "Member 'UBED_ProcessStateNode_ObserveActor::SuccessLimit' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_ObserveActor, ObserveActorInfo) == 0x0002A4, "Member 'UBED_ProcessStateNode_ObserveActor::ObserveActorInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_DispLibFNameCacheDataAsset \ +static_assert(alignof(UBGW_DispLibFNameCacheDataAsset) == 0x000008, "Wrong alignment on UBGW_DispLibFNameCacheDataAsset"); \ +static_assert(sizeof(UBGW_DispLibFNameCacheDataAsset) == 0x000178, "Wrong size on UBGW_DispLibFNameCacheDataAsset"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, GSUnitHeight) == 0x000030, "Member 'UBGW_DispLibFNameCacheDataAsset::GSUnitHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, GSCPUNoiseFloat) == 0x000038, "Member 'UBGW_DispLibFNameCacheDataAsset::GSCPUNoiseFloat' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, UseGSArtFresnel) == 0x000040, "Member 'UBGW_DispLibFNameCacheDataAsset::UseGSArtFresnel' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, InvertGSArtFresnel) == 0x000048, "Member 'UBGW_DispLibFNameCacheDataAsset::InvertGSArtFresnel' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, UseContrastInsteadPower) == 0x000050, "Member 'UBGW_DispLibFNameCacheDataAsset::UseContrastInsteadPower' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, BrightValue) == 0x000058, "Member 'UBGW_DispLibFNameCacheDataAsset::BrightValue' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, DarkValue) == 0x000060, "Member 'UBGW_DispLibFNameCacheDataAsset::DarkValue' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, GSArtFresnelPower) == 0x000068, "Member 'UBGW_DispLibFNameCacheDataAsset::GSArtFresnelPower' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, ClampGSArtFresnelDotProduct) == 0x000070, "Member 'UBGW_DispLibFNameCacheDataAsset::ClampGSArtFresnelDotProduct' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, UAFUseVertexNormalNotTex) == 0x000078, "Member 'UBGW_DispLibFNameCacheDataAsset::UAFUseVertexNormalNotTex' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, UseUAFHeightGradientRamp) == 0x000080, "Member 'UBGW_DispLibFNameCacheDataAsset::UseUAFHeightGradientRamp' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, UAFTopAlpha) == 0x000088, "Member 'UBGW_DispLibFNameCacheDataAsset::UAFTopAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, UAFBottomAlpha) == 0x000090, "Member 'UBGW_DispLibFNameCacheDataAsset::UAFBottomAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, FColor_Out) == 0x000098, "Member 'UBGW_DispLibFNameCacheDataAsset::FColor_Out' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, FColor_In) == 0x0000A0, "Member 'UBGW_DispLibFNameCacheDataAsset::FColor_In' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, GSOverrideOpacity) == 0x0000A8, "Member 'UBGW_DispLibFNameCacheDataAsset::GSOverrideOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxStop) == 0x0000B0, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxStop' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxEmitterPos) == 0x0000B8, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxEmitterPos' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxTargetPos) == 0x0000C0, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxTargetPos' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxV4Param) == 0x0000C8, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxV4Param' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxEmitterDeath) == 0x0000D0, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxEmitterDeath' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxPlanePPSize) == 0x0000D8, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxPlanePPSize' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxDuration) == 0x0000E0, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxDuration' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxSelfSkeletalMesh) == 0x0000E8, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxSelfSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxMinorSkeletalMesh) == 0x0000F0, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxMinorSkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxSelfStaticMesh) == 0x0000F8, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxSelfStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, EfxMinorStaticMesh) == 0x000100, "Member 'UBGW_DispLibFNameCacheDataAsset::EfxMinorStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_CurFrameWindEventCount) == 0x000108, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_CurFrameWindEventCount' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_WindDataV4) == 0x000110, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_WindDataV4' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_WindDistanceDampingRate) == 0x000118, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_WindDistanceDampingRate' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_WindType) == 0x000120, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_WindType' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_WindIntensity) == 0x000128, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_WindIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_WindSizeV3) == 0x000130, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_WindSizeV3' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_WindDirWS) == 0x000138, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_WindDirWS' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_WindCenterPosWS) == 0x000140, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_WindCenterPosWS' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_CurFrameHeatEventCount) == 0x000148, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_CurFrameHeatEventCount' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_HeatDataV4) == 0x000150, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_HeatDataV4' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_HeatDistanceDampingRate) == 0x000158, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_HeatDistanceDampingRate' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_HeatIntensity) == 0x000160, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_HeatIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_HeatSizeV3) == 0x000168, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_HeatSizeV3' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibFNameCacheDataAsset, WEFM_HeatCenterPosWS) == 0x000170, "Member 'UBGW_DispLibFNameCacheDataAsset::WEFM_HeatCenterPosWS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorEditCompBase \ +static_assert(alignof(UActorEditCompBase) == 0x000008, "Wrong alignment on UActorEditCompBase"); \ +static_assert(sizeof(UActorEditCompBase) == 0x0000C8, "Wrong size on UActorEditCompBase"); \ + +#define DUMPER7_ASSERTS_UBUS_ConfigInfoComp \ +static_assert(alignof(UBUS_ConfigInfoComp) == 0x000008, "Wrong alignment on UBUS_ConfigInfoComp"); \ +static_assert(sizeof(UBUS_ConfigInfoComp) == 0x0003C8, "Wrong size on UBUS_ConfigInfoComp"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, UnitCDesc) == 0x0000C8, "Member 'UBUS_ConfigInfoComp::UnitCDesc' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, UnitAIDesc) == 0x000120, "Member 'UBUS_ConfigInfoComp::UnitAIDesc' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, UnitPhysicsDesc) == 0x000190, "Member 'UBUS_ConfigInfoComp::UnitPhysicsDesc' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, UnitFixedGuid) == 0x000198, "Member 'UBUS_ConfigInfoComp::UnitFixedGuid' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, UnitBehaviorTree) == 0x0001A8, "Member 'UBUS_ConfigInfoComp::UnitBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, DispInteractSolverConfig) == 0x0001B0, "Member 'UBUS_ConfigInfoComp::DispInteractSolverConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, DispInteractBoneMap) == 0x0001B8, "Member 'UBUS_ConfigInfoComp::DispInteractBoneMap' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, TROConfigOverride) == 0x000208, "Member 'UBUS_ConfigInfoComp::TROConfigOverride' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, SpecialBoneConfig) == 0x000210, "Member 'UBUS_ConfigInfoComp::SpecialBoneConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, DestroyProjectileWhenDead) == 0x000218, "Member 'UBUS_ConfigInfoComp::DestroyProjectileWhenDead' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, SpotLightRotationLagSpeed) == 0x000228, "Member 'UBUS_ConfigInfoComp::SpotLightRotationLagSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, AttachConfig) == 0x000230, "Member 'UBUS_ConfigInfoComp::AttachConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, GSCameraAutoLockSetting) == 0x000240, "Member 'UBUS_ConfigInfoComp::GSCameraAutoLockSetting' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, NormalMeleeAutoLockSetting) == 0x000268, "Member 'UBUS_ConfigInfoComp::NormalMeleeAutoLockSetting' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, G4MeleeAutoLockSetting) == 0x000278, "Member 'UBUS_ConfigInfoComp::G4MeleeAutoLockSetting' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, DodgeInputFixLine) == 0x000288, "Member 'UBUS_ConfigInfoComp::DodgeInputFixLine' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, GridSize) == 0x00028C, "Member 'UBUS_ConfigInfoComp::GridSize' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, FlagConfig) == 0x000290, "Member 'UBUS_ConfigInfoComp::FlagConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, FallingCheckThreshold) == 0x000388, "Member 'UBUS_ConfigInfoComp::FallingCheckThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, CircusConfig) == 0x000390, "Member 'UBUS_ConfigInfoComp::CircusConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, _InteractInfoTemplateType) == 0x0003A8, "Member 'UBUS_ConfigInfoComp::_InteractInfoTemplateType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, NeutralAnimalConfig) == 0x0003AC, "Member 'UBUS_ConfigInfoComp::NeutralAnimalConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ConfigInfoComp, WaterSplashConfig) == 0x0003B8, "Member 'UBUS_ConfigInfoComp::WaterSplashConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode \ +static_assert(alignof(UBED_BehaviorNode) == 0x000008, "Wrong alignment on UBED_BehaviorNode"); \ +static_assert(sizeof(UBED_BehaviorNode) == 0x0002A0, "Wrong size on UBED_BehaviorNode"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Condition \ +static_assert(alignof(UBED_BehaviorNode_Condition) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Condition"); \ +static_assert(sizeof(UBED_BehaviorNode_Condition) == 0x0002A8, "Wrong size on UBED_BehaviorNode_Condition"); \ +static_assert(offsetof(UBED_BehaviorNode_Condition, ConditionCoolDownTimeMs) == 0x0002A4, "Member 'UBED_BehaviorNode_Condition::ConditionCoolDownTimeMs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_DetectExclusiveItemState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_DetectExclusiveItemState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_DetectExclusiveItemState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_DetectExclusiveItemState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_DetectExclusiveItemState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_DetectExclusiveItemState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_DetectExclusiveItemState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_DetectExclusiveItemState \ +static_assert(alignof(UBED_BehaviorNode_DetectExclusiveItemState) == 0x000008, "Wrong alignment on UBED_BehaviorNode_DetectExclusiveItemState"); \ +static_assert(sizeof(UBED_BehaviorNode_DetectExclusiveItemState) == 0x0002D0, "Wrong size on UBED_BehaviorNode_DetectExclusiveItemState"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectExclusiveItemState, ActorTag) == 0x0002A8, "Member 'UBED_BehaviorNode_DetectExclusiveItemState::ActorTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectExclusiveItemState, StateTags) == 0x0002B0, "Member 'UBED_BehaviorNode_DetectExclusiveItemState::StateTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GSNotifyDebugPostBeginCS \ +static_assert(alignof(BANS_GSBase_GSNotifyDebugPostBeginCS) == 0x000008, "Wrong alignment on BANS_GSBase_GSNotifyDebugPostBeginCS"); \ +static_assert(sizeof(BANS_GSBase_GSNotifyDebugPostBeginCS) == 0x000050, "Wrong size on BANS_GSBase_GSNotifyDebugPostBeginCS"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPostBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSBase_GSNotifyDebugPostBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPostBeginCS, ReturnValue) == 0x000048, "Member 'BANS_GSBase_GSNotifyDebugPostBeginCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GSNotifyDebugPreBeginCS \ +static_assert(alignof(BANS_GSBase_GSNotifyDebugPreBeginCS) == 0x000008, "Wrong alignment on BANS_GSBase_GSNotifyDebugPreBeginCS"); \ +static_assert(sizeof(BANS_GSBase_GSNotifyDebugPreBeginCS) == 0x000050, "Wrong size on BANS_GSBase_GSNotifyDebugPreBeginCS"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPreBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSBase_GSNotifyDebugPreBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPreBeginCS, ReturnValue) == 0x000048, "Member 'BANS_GSBase_GSNotifyDebugPreBeginCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GSNotifyDebugPostTickCS \ +static_assert(alignof(BANS_GSBase_GSNotifyDebugPostTickCS) == 0x000008, "Wrong alignment on BANS_GSBase_GSNotifyDebugPostTickCS"); \ +static_assert(sizeof(BANS_GSBase_GSNotifyDebugPostTickCS) == 0x000050, "Wrong size on BANS_GSBase_GSNotifyDebugPostTickCS"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPostTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSBase_GSNotifyDebugPostTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPostTickCS, ReturnValue) == 0x000048, "Member 'BANS_GSBase_GSNotifyDebugPostTickCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GSNotifyDebugPreTickCS \ +static_assert(alignof(BANS_GSBase_GSNotifyDebugPreTickCS) == 0x000008, "Wrong alignment on BANS_GSBase_GSNotifyDebugPreTickCS"); \ +static_assert(sizeof(BANS_GSBase_GSNotifyDebugPreTickCS) == 0x000050, "Wrong size on BANS_GSBase_GSNotifyDebugPreTickCS"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPreTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSBase_GSNotifyDebugPreTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPreTickCS, ReturnValue) == 0x000048, "Member 'BANS_GSBase_GSNotifyDebugPreTickCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GSNotifyDebugPostEndCS \ +static_assert(alignof(BANS_GSBase_GSNotifyDebugPostEndCS) == 0x000008, "Wrong alignment on BANS_GSBase_GSNotifyDebugPostEndCS"); \ +static_assert(sizeof(BANS_GSBase_GSNotifyDebugPostEndCS) == 0x000050, "Wrong size on BANS_GSBase_GSNotifyDebugPostEndCS"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPostEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSBase_GSNotifyDebugPostEndCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPostEndCS, ReturnValue) == 0x000048, "Member 'BANS_GSBase_GSNotifyDebugPostEndCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GSNotifyDebugPreEndCS \ +static_assert(alignof(BANS_GSBase_GSNotifyDebugPreEndCS) == 0x000008, "Wrong alignment on BANS_GSBase_GSNotifyDebugPreEndCS"); \ +static_assert(sizeof(BANS_GSBase_GSNotifyDebugPreEndCS) == 0x000050, "Wrong size on BANS_GSBase_GSNotifyDebugPreEndCS"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPreEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSBase_GSNotifyDebugPreEndCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBase_GSNotifyDebugPreEndCS, ReturnValue) == 0x000048, "Member 'BANS_GSBase_GSNotifyDebugPreEndCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GetSoftReferences \ +static_assert(alignof(BANS_GSBase_GetSoftReferences) == 0x000008, "Wrong alignment on BANS_GSBase_GetSoftReferences"); \ +static_assert(sizeof(BANS_GSBase_GetSoftReferences) == 0x000010, "Wrong size on BANS_GSBase_GetSoftReferences"); \ +static_assert(offsetof(BANS_GSBase_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BANS_GSBase_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBase_GSValidateInputCS \ +static_assert(alignof(BANS_GSBase_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSBase_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSBase_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSBase_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSBase_GSValidateInputCS, Actor) == 0x000000, "Member 'BANS_GSBase_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSBase \ +static_assert(alignof(UBANS_GSBase) == 0x000008, "Wrong alignment on UBANS_GSBase"); \ +static_assert(sizeof(UBANS_GSBase) == 0x000048, "Wrong size on UBANS_GSBase"); \ + +#define DUMPER7_ASSERTS_BANS_GSTimedPlayNiagaraFX_GetSoftReferences \ +static_assert(alignof(BANS_GSTimedPlayNiagaraFX_GetSoftReferences) == 0x000008, "Wrong alignment on BANS_GSTimedPlayNiagaraFX_GetSoftReferences"); \ +static_assert(sizeof(BANS_GSTimedPlayNiagaraFX_GetSoftReferences) == 0x000010, "Wrong size on BANS_GSTimedPlayNiagaraFX_GetSoftReferences"); \ +static_assert(offsetof(BANS_GSTimedPlayNiagaraFX_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BANS_GSTimedPlayNiagaraFX_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTimedPlayNiagaraFX_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTimedPlayNiagaraFX_GSNotifyEndCS \ +static_assert(alignof(BANS_GSTimedPlayNiagaraFX_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSTimedPlayNiagaraFX_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSTimedPlayNiagaraFX_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSTimedPlayNiagaraFX_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSTimedPlayNiagaraFX_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSTimedPlayNiagaraFX_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTimedPlayNiagaraFX \ +static_assert(alignof(UBANS_GSTimedPlayNiagaraFX) == 0x000008, "Wrong alignment on UBANS_GSTimedPlayNiagaraFX"); \ +static_assert(sizeof(UBANS_GSTimedPlayNiagaraFX) == 0x0002B8, "Wrong size on UBANS_GSTimedPlayNiagaraFX"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, Template) == 0x000050, "Member 'UBANS_GSTimedPlayNiagaraFX::Template' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, DelayTimeAfterStop) == 0x000078, "Member 'UBANS_GSTimedPlayNiagaraFX::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, DestroyTiming) == 0x00007C, "Member 'UBANS_GSTimedPlayNiagaraFX::DestroyTiming' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, OverrideSKMTagName) == 0x000080, "Member 'UBANS_GSTimedPlayNiagaraFX::OverrideSKMTagName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, SocketName) == 0x00008C, "Member 'UBANS_GSTimedPlayNiagaraFX::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, LocationOffset) == 0x000098, "Member 'UBANS_GSTimedPlayNiagaraFX::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, RotationOffset) == 0x0000B0, "Member 'UBANS_GSTimedPlayNiagaraFX::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, Scale) == 0x0000C8, "Member 'UBANS_GSTimedPlayNiagaraFX::Scale' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, SnapGroundRotationMode) == 0x0000E1, "Member 'UBANS_GSTimedPlayNiagaraFX::SnapGroundRotationMode' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, OverrideSKMBones) == 0x0000E8, "Member 'UBANS_GSTimedPlayNiagaraFX::OverrideSKMBones' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, OverrideSKMSockets) == 0x0000F8, "Member 'UBANS_GSTimedPlayNiagaraFX::OverrideSKMSockets' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, customParams) == 0x000108, "Member 'UBANS_GSTimedPlayNiagaraFX::customParams' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, TranslucentSortPriority) == 0x00011C, "Member 'UBANS_GSTimedPlayNiagaraFX::TranslucentSortPriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, PausePriority) == 0x000120, "Member 'UBANS_GSTimedPlayNiagaraFX::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, PauseMode) == 0x000124, "Member 'UBANS_GSTimedPlayNiagaraFX::PauseMode' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, EndStagePriority) == 0x000128, "Member 'UBANS_GSTimedPlayNiagaraFX::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, ForceChangeVisibleStateDEFPriority) == 0x00012C, "Member 'UBANS_GSTimedPlayNiagaraFX::ForceChangeVisibleStateDEFPriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, ForceVisibleStateDefaultMode) == 0x000130, "Member 'UBANS_GSTimedPlayNiagaraFX::ForceVisibleStateDefaultMode' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, CompTag) == 0x000134, "Member 'UBANS_GSTimedPlayNiagaraFX::CompTag' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX, ScalabilitySettings) == 0x000140, "Member 'UBANS_GSTimedPlayNiagaraFX::ScalabilitySettings' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyEndCS \ +static_assert(alignof(BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSTimedPlayNiagaraFX_WithCondition_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTimedPlayNiagaraFX_WithCondition \ +static_assert(alignof(UBANS_GSTimedPlayNiagaraFX_WithCondition) == 0x000008, "Wrong alignment on UBANS_GSTimedPlayNiagaraFX_WithCondition"); \ +static_assert(sizeof(UBANS_GSTimedPlayNiagaraFX_WithCondition) == 0x0002D8, "Wrong size on UBANS_GSTimedPlayNiagaraFX_WithCondition"); \ +static_assert(offsetof(UBANS_GSTimedPlayNiagaraFX_WithCondition, Condition) == 0x0002B8, "Member 'UBANS_GSTimedPlayNiagaraFX_WithCondition::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQG_SphericalLineTracePointGenerator_DoItemGenerationCS \ +static_assert(alignof(GSEQG_SphericalLineTracePointGenerator_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_SphericalLineTracePointGenerator_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_SphericalLineTracePointGenerator_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_SphericalLineTracePointGenerator_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_SphericalLineTracePointGenerator_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_SphericalLineTracePointGenerator_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_SphericalLineTracePointGenerator \ +static_assert(alignof(UGSEQG_SphericalLineTracePointGenerator) == 0x000008, "Wrong alignment on UGSEQG_SphericalLineTracePointGenerator"); \ +static_assert(sizeof(UGSEQG_SphericalLineTracePointGenerator) == 0x000148, "Wrong size on UGSEQG_SphericalLineTracePointGenerator"); \ +static_assert(offsetof(UGSEQG_SphericalLineTracePointGenerator, RangeDir_X) == 0x000108, "Member 'UGSEQG_SphericalLineTracePointGenerator::RangeDir_X' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SphericalLineTracePointGenerator, RangeDir_Y) == 0x000118, "Member 'UGSEQG_SphericalLineTracePointGenerator::RangeDir_Y' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SphericalLineTracePointGenerator, RangeDir_Z) == 0x000128, "Member 'UGSEQG_SphericalLineTracePointGenerator::RangeDir_Z' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SphericalLineTracePointGenerator, LineTraceNum) == 0x000138, "Member 'UGSEQG_SphericalLineTracePointGenerator::LineTraceNum' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SphericalLineTracePointGenerator, LineTraceMaxLength) == 0x00013C, "Member 'UGSEQG_SphericalLineTracePointGenerator::LineTraceMaxLength' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SphericalLineTracePointGenerator, TraceTypeQuery) == 0x000140, "Member 'UGSEQG_SphericalLineTracePointGenerator::TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SphericalLineTracePointGenerator, PointMinBetween) == 0x000144, "Member 'UGSEQG_SphericalLineTracePointGenerator::PointMinBetween' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_PPEffectParameters \ +static_assert(alignof(UDispLib_PPEffectParameters) == 0x000008, "Wrong alignment on UDispLib_PPEffectParameters"); \ +static_assert(sizeof(UDispLib_PPEffectParameters) == 0x000058, "Wrong size on UDispLib_PPEffectParameters"); \ +static_assert(offsetof(UDispLib_PPEffectParameters, Duration) == 0x000028, "Member 'UDispLib_PPEffectParameters::Duration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_PPEffectParameters, BeginningDuration) == 0x00002C, "Member 'UDispLib_PPEffectParameters::BeginningDuration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_PPEffectParameters, FinishingDuration) == 0x000030, "Member 'UDispLib_PPEffectParameters::FinishingDuration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_PPEffectParameters, VectorParams) == 0x000038, "Member 'UDispLib_PPEffectParameters::VectorParams' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_PPEffectParameters, ScalarParams) == 0x000048, "Member 'UDispLib_PPEffectParameters::ScalarParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_Base \ +static_assert(alignof(UBAID_Base) == 0x000008, "Wrong alignment on UBAID_Base"); \ +static_assert(sizeof(UBAID_Base) == 0x000090, "Wrong size on UBAID_Base"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckSurfaceType \ +static_assert(alignof(UBAID_CheckSurfaceType) == 0x000008, "Wrong alignment on UBAID_CheckSurfaceType"); \ +static_assert(sizeof(UBAID_CheckSurfaceType) == 0x000098, "Wrong size on UBAID_CheckSurfaceType"); \ +static_assert(offsetof(UBAID_CheckSurfaceType, SurfaceType) == 0x000090, "Member 'UBAID_CheckSurfaceType::SurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_SplineMoveComp_TickComponentInCS \ +static_assert(alignof(DispLib_SplineMoveComp_TickComponentInCS) == 0x000004, "Wrong alignment on DispLib_SplineMoveComp_TickComponentInCS"); \ +static_assert(sizeof(DispLib_SplineMoveComp_TickComponentInCS) == 0x000004, "Wrong size on DispLib_SplineMoveComp_TickComponentInCS"); \ +static_assert(offsetof(DispLib_SplineMoveComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'DispLib_SplineMoveComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_SplineMoveComp \ +static_assert(alignof(UDispLib_SplineMoveComp) == 0x000008, "Wrong alignment on UDispLib_SplineMoveComp"); \ +static_assert(sizeof(UDispLib_SplineMoveComp) == 0x000108, "Wrong size on UDispLib_SplineMoveComp"); \ +static_assert(offsetof(UDispLib_SplineMoveComp, ProgressCurve) == 0x0000D0, "Member 'UDispLib_SplineMoveComp::ProgressCurve' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_SplineMoveComp, Time) == 0x0000D8, "Member 'UDispLib_SplineMoveComp::Time' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_SplineMoveComp, RandomMappingScale) == 0x0000E0, "Member 'UDispLib_SplineMoveComp::RandomMappingScale' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_SplineMoveComp, RandomRotation) == 0x0000F0, "Member 'UDispLib_SplineMoveComp::RandomRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ActorBaseDataComp \ +static_assert(alignof(UBUS_ActorBaseDataComp) == 0x000008, "Wrong alignment on UBUS_ActorBaseDataComp"); \ +static_assert(sizeof(UBUS_ActorBaseDataComp) == 0x0000D0, "Wrong size on UBUS_ActorBaseDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_InteractiveActorDataComp \ +static_assert(alignof(UBUS_InteractiveActorDataComp) == 0x000008, "Wrong alignment on UBUS_InteractiveActorDataComp"); \ +static_assert(sizeof(UBUS_InteractiveActorDataComp) == 0x0000D0, "Wrong size on UBUS_InteractiveActorDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_MeditationPointDataComp \ +static_assert(alignof(UBUS_MeditationPointDataComp) == 0x000008, "Wrong alignment on UBUS_MeditationPointDataComp"); \ +static_assert(sizeof(UBUS_MeditationPointDataComp) == 0x0000D0, "Wrong size on UBUS_MeditationPointDataComp"); \ + +#define DUMPER7_ASSERTS_AHelloWorldActor \ +static_assert(alignof(AHelloWorldActor) == 0x000008, "Wrong alignment on AHelloWorldActor"); \ +static_assert(sizeof(AHelloWorldActor) == 0x000290, "Wrong size on AHelloWorldActor"); \ +static_assert(offsetof(AHelloWorldActor, Value123) == 0x000288, "Member 'AHelloWorldActor::Value123' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_DBCSimpleMaterialQualityManager_TickComponentInCS \ +static_assert(alignof(DispLib_DBCSimpleMaterialQualityManager_TickComponentInCS) == 0x000004, "Wrong alignment on DispLib_DBCSimpleMaterialQualityManager_TickComponentInCS"); \ +static_assert(sizeof(DispLib_DBCSimpleMaterialQualityManager_TickComponentInCS) == 0x000004, "Wrong size on DispLib_DBCSimpleMaterialQualityManager_TickComponentInCS"); \ +static_assert(offsetof(DispLib_DBCSimpleMaterialQualityManager_TickComponentInCS, DeltaTime) == 0x000000, "Member 'DispLib_DBCSimpleMaterialQualityManager_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_DBCSimpleMaterialQualityManager \ +static_assert(alignof(UDispLib_DBCSimpleMaterialQualityManager) == 0x000008, "Wrong alignment on UDispLib_DBCSimpleMaterialQualityManager"); \ +static_assert(sizeof(UDispLib_DBCSimpleMaterialQualityManager) == 0x0000D8, "Wrong size on UDispLib_DBCSimpleMaterialQualityManager"); \ + +#define DUMPER7_ASSERTS_UHelloUTestComp \ +static_assert(alignof(UHelloUTestComp) == 0x000008, "Wrong alignment on UHelloUTestComp"); \ +static_assert(sizeof(UHelloUTestComp) == 0x0000C0, "Wrong size on UHelloUTestComp"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnAlreadyFinish \ +static_assert(alignof(GSDispLib_PostProcessActor_OnAlreadyFinish) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnAlreadyFinish"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnAlreadyFinish) == 0x000008, "Wrong size on GSDispLib_PostProcessActor_OnAlreadyFinish"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnAlreadyFinish, Context) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnAlreadyFinish::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnAlreadyBegin \ +static_assert(alignof(GSDispLib_PostProcessActor_OnAlreadyBegin) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnAlreadyBegin"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnAlreadyBegin) == 0x000008, "Wrong size on GSDispLib_PostProcessActor_OnAlreadyBegin"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnAlreadyBegin, Context) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnAlreadyBegin::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnEnterFinish \ +static_assert(alignof(GSDispLib_PostProcessActor_OnEnterFinish) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnEnterFinish"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnEnterFinish) == 0x000008, "Wrong size on GSDispLib_PostProcessActor_OnEnterFinish"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnEnterFinish, Context) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnEnterFinish::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnEnterBegin \ +static_assert(alignof(GSDispLib_PostProcessActor_OnEnterBegin) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnEnterBegin"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnEnterBegin) == 0x000008, "Wrong size on GSDispLib_PostProcessActor_OnEnterBegin"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnEnterBegin, Context) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnEnterBegin::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnEffectTick \ +static_assert(alignof(GSDispLib_PostProcessActor_OnEffectTick) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnEffectTick"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnEffectTick) == 0x000010, "Wrong size on GSDispLib_PostProcessActor_OnEffectTick"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnEffectTick, DeltaTime) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnEffectTick::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnEffectTick, Progress_0) == 0x000004, "Member 'GSDispLib_PostProcessActor_OnEffectTick::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnEffectTick, Context) == 0x000008, "Member 'GSDispLib_PostProcessActor_OnEffectTick::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnEndFinish \ +static_assert(alignof(GSDispLib_PostProcessActor_OnEndFinish) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnEndFinish"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnEndFinish) == 0x000008, "Wrong size on GSDispLib_PostProcessActor_OnEndFinish"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnEndFinish, Context) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnEndFinish::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnEndBegin \ +static_assert(alignof(GSDispLib_PostProcessActor_OnEndBegin) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnEndBegin"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnEndBegin) == 0x000008, "Wrong size on GSDispLib_PostProcessActor_OnEndBegin"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnEndBegin, Context) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnEndBegin::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessActor_OnInit \ +static_assert(alignof(GSDispLib_PostProcessActor_OnInit) == 0x000008, "Wrong alignment on GSDispLib_PostProcessActor_OnInit"); \ +static_assert(sizeof(GSDispLib_PostProcessActor_OnInit) == 0x000038, "Wrong size on GSDispLib_PostProcessActor_OnInit"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnInit, Context) == 0x000000, "Member 'GSDispLib_PostProcessActor_OnInit::Context' has a wrong offset!"); \ +static_assert(offsetof(GSDispLib_PostProcessActor_OnInit, Conf) == 0x000008, "Member 'GSDispLib_PostProcessActor_OnInit::Conf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSDispLib_PostProcessActor \ +static_assert(alignof(AGSDispLib_PostProcessActor) == 0x000008, "Wrong alignment on AGSDispLib_PostProcessActor"); \ +static_assert(sizeof(AGSDispLib_PostProcessActor) == 0x0002E8, "Wrong size on AGSDispLib_PostProcessActor"); \ +static_assert(offsetof(AGSDispLib_PostProcessActor, MaterialPrototype) == 0x000288, "Member 'AGSDispLib_PostProcessActor::MaterialPrototype' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessActor, MaterialInstDynamic) == 0x000290, "Member 'AGSDispLib_PostProcessActor::MaterialInstDynamic' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessActor, PPContext) == 0x000298, "Member 'AGSDispLib_PostProcessActor::PPContext' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessActor, PPConf) == 0x0002A0, "Member 'AGSDispLib_PostProcessActor::PPConf' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessActor, Progress) == 0x0002D0, "Member 'AGSDispLib_PostProcessActor::Progress' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessActor, Parameters) == 0x0002D8, "Member 'AGSDispLib_PostProcessActor::Parameters' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessActor, EffectID) == 0x0002E0, "Member 'AGSDispLib_PostProcessActor::EffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PP_VaFogOfWar_OnAlreadyBegin \ +static_assert(alignof(GSDispLib_PP_VaFogOfWar_OnAlreadyBegin) == 0x000008, "Wrong alignment on GSDispLib_PP_VaFogOfWar_OnAlreadyBegin"); \ +static_assert(sizeof(GSDispLib_PP_VaFogOfWar_OnAlreadyBegin) == 0x000008, "Wrong size on GSDispLib_PP_VaFogOfWar_OnAlreadyBegin"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnAlreadyBegin, Context) == 0x000000, "Member 'GSDispLib_PP_VaFogOfWar_OnAlreadyBegin::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PP_VaFogOfWar_OnEnterFinish \ +static_assert(alignof(GSDispLib_PP_VaFogOfWar_OnEnterFinish) == 0x000008, "Wrong alignment on GSDispLib_PP_VaFogOfWar_OnEnterFinish"); \ +static_assert(sizeof(GSDispLib_PP_VaFogOfWar_OnEnterFinish) == 0x000008, "Wrong size on GSDispLib_PP_VaFogOfWar_OnEnterFinish"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnEnterFinish, Context) == 0x000000, "Member 'GSDispLib_PP_VaFogOfWar_OnEnterFinish::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PP_VaFogOfWar_OnEnterBegin \ +static_assert(alignof(GSDispLib_PP_VaFogOfWar_OnEnterBegin) == 0x000008, "Wrong alignment on GSDispLib_PP_VaFogOfWar_OnEnterBegin"); \ +static_assert(sizeof(GSDispLib_PP_VaFogOfWar_OnEnterBegin) == 0x000008, "Wrong size on GSDispLib_PP_VaFogOfWar_OnEnterBegin"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnEnterBegin, Context) == 0x000000, "Member 'GSDispLib_PP_VaFogOfWar_OnEnterBegin::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PP_VaFogOfWar_OnEffectTick \ +static_assert(alignof(GSDispLib_PP_VaFogOfWar_OnEffectTick) == 0x000008, "Wrong alignment on GSDispLib_PP_VaFogOfWar_OnEffectTick"); \ +static_assert(sizeof(GSDispLib_PP_VaFogOfWar_OnEffectTick) == 0x000010, "Wrong size on GSDispLib_PP_VaFogOfWar_OnEffectTick"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnEffectTick, DeltaTime) == 0x000000, "Member 'GSDispLib_PP_VaFogOfWar_OnEffectTick::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnEffectTick, Progress_0) == 0x000004, "Member 'GSDispLib_PP_VaFogOfWar_OnEffectTick::Progress_0' has a wrong offset!"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnEffectTick, Context) == 0x000008, "Member 'GSDispLib_PP_VaFogOfWar_OnEffectTick::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PP_VaFogOfWar_OnEndFinish \ +static_assert(alignof(GSDispLib_PP_VaFogOfWar_OnEndFinish) == 0x000008, "Wrong alignment on GSDispLib_PP_VaFogOfWar_OnEndFinish"); \ +static_assert(sizeof(GSDispLib_PP_VaFogOfWar_OnEndFinish) == 0x000008, "Wrong size on GSDispLib_PP_VaFogOfWar_OnEndFinish"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnEndFinish, Context) == 0x000000, "Member 'GSDispLib_PP_VaFogOfWar_OnEndFinish::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PP_VaFogOfWar_OnEndBegin \ +static_assert(alignof(GSDispLib_PP_VaFogOfWar_OnEndBegin) == 0x000008, "Wrong alignment on GSDispLib_PP_VaFogOfWar_OnEndBegin"); \ +static_assert(sizeof(GSDispLib_PP_VaFogOfWar_OnEndBegin) == 0x000008, "Wrong size on GSDispLib_PP_VaFogOfWar_OnEndBegin"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnEndBegin, Context) == 0x000000, "Member 'GSDispLib_PP_VaFogOfWar_OnEndBegin::Context' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PP_VaFogOfWar_OnInit \ +static_assert(alignof(GSDispLib_PP_VaFogOfWar_OnInit) == 0x000008, "Wrong alignment on GSDispLib_PP_VaFogOfWar_OnInit"); \ +static_assert(sizeof(GSDispLib_PP_VaFogOfWar_OnInit) == 0x000038, "Wrong size on GSDispLib_PP_VaFogOfWar_OnInit"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnInit, Context) == 0x000000, "Member 'GSDispLib_PP_VaFogOfWar_OnInit::Context' has a wrong offset!"); \ +static_assert(offsetof(GSDispLib_PP_VaFogOfWar_OnInit, Conf) == 0x000008, "Member 'GSDispLib_PP_VaFogOfWar_OnInit::Conf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSDispLib_PP_VaFogOfWar \ +static_assert(alignof(AGSDispLib_PP_VaFogOfWar) == 0x000008, "Wrong alignment on AGSDispLib_PP_VaFogOfWar"); \ +static_assert(sizeof(AGSDispLib_PP_VaFogOfWar) == 0x000358, "Wrong size on AGSDispLib_PP_VaFogOfWar"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWTex1) == 0x0002E8, "Member 'AGSDispLib_PP_VaFogOfWar::FoWTex1' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWTex2) == 0x0002F0, "Member 'AGSDispLib_PP_VaFogOfWar::FoWTex2' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWTex3) == 0x0002F8, "Member 'AGSDispLib_PP_VaFogOfWar::FoWTex3' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWOpaqueColor) == 0x000300, "Member 'AGSDispLib_PP_VaFogOfWar::FoWOpaqueColor' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWTranslucentColor) == 0x000310, "Member 'AGSDispLib_PP_VaFogOfWar::FoWTranslucentColor' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWTexName) == 0x000320, "Member 'AGSDispLib_PP_VaFogOfWar::FoWTexName' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWTex2Name) == 0x000328, "Member 'AGSDispLib_PP_VaFogOfWar::FoWTex2Name' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWOpaqueColorName) == 0x000330, "Member 'AGSDispLib_PP_VaFogOfWar::FoWOpaqueColorName' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWTranslucentColorName) == 0x000338, "Member 'AGSDispLib_PP_VaFogOfWar::FoWTranslucentColorName' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWVolumePosSizeName) == 0x000340, "Member 'AGSDispLib_PP_VaFogOfWar::FoWVolumePosSizeName' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWIsDebug) == 0x000348, "Member 'AGSDispLib_PP_VaFogOfWar::FoWIsDebug' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PP_VaFogOfWar, FoWCombineTexName) == 0x000350, "Member 'AGSDispLib_PP_VaFogOfWar::FoWCombineTexName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_AddPreciseDodgeAttackWarningAndSocket \ +static_assert(alignof(BANSM_Base_AddPreciseDodgeAttackWarningAndSocket) == 0x000008, "Wrong alignment on BANSM_Base_AddPreciseDodgeAttackWarningAndSocket"); \ +static_assert(sizeof(BANSM_Base_AddPreciseDodgeAttackWarningAndSocket) == 0x000018, "Wrong size on BANSM_Base_AddPreciseDodgeAttackWarningAndSocket"); \ +static_assert(offsetof(BANSM_Base_AddPreciseDodgeAttackWarningAndSocket, AnimMontage) == 0x000000, "Member 'BANSM_Base_AddPreciseDodgeAttackWarningAndSocket::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPreciseDodgeAttackWarningAndSocket, PreTimeSeconds) == 0x000008, "Member 'BANSM_Base_AddPreciseDodgeAttackWarningAndSocket::PreTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPreciseDodgeAttackWarningAndSocket, PostTimeSeconds) == 0x00000C, "Member 'BANSM_Base_AddPreciseDodgeAttackWarningAndSocket::PostTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPreciseDodgeAttackWarningAndSocket, CheckSphereRadius) == 0x000010, "Member 'BANSM_Base_AddPreciseDodgeAttackWarningAndSocket::CheckSphereRadius' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPreciseDodgeAttackWarningAndSocket, AddSocketNumPerAnim) == 0x000014, "Member 'BANSM_Base_AddPreciseDodgeAttackWarningAndSocket::AddSocketNumPerAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_ClearGeneratedAttackWarningsByTrack \ +static_assert(alignof(BANSM_Base_ClearGeneratedAttackWarningsByTrack) == 0x000008, "Wrong alignment on BANSM_Base_ClearGeneratedAttackWarningsByTrack"); \ +static_assert(sizeof(BANSM_Base_ClearGeneratedAttackWarningsByTrack) == 0x000008, "Wrong size on BANSM_Base_ClearGeneratedAttackWarningsByTrack"); \ +static_assert(offsetof(BANSM_Base_ClearGeneratedAttackWarningsByTrack, AnimMontage) == 0x000000, "Member 'BANSM_Base_ClearGeneratedAttackWarningsByTrack::AnimMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_AddPlayerWaterSplash_BySweepCheck \ +static_assert(alignof(BANSM_Base_AddPlayerWaterSplash_BySweepCheck) == 0x000008, "Wrong alignment on BANSM_Base_AddPlayerWaterSplash_BySweepCheck"); \ +static_assert(sizeof(BANSM_Base_AddPlayerWaterSplash_BySweepCheck) == 0x000020, "Wrong size on BANSM_Base_AddPlayerWaterSplash_BySweepCheck"); \ +static_assert(offsetof(BANSM_Base_AddPlayerWaterSplash_BySweepCheck, AnimMontage) == 0x000000, "Member 'BANSM_Base_AddPlayerWaterSplash_BySweepCheck::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPlayerWaterSplash_BySweepCheck, _SocketName) == 0x000008, "Member 'BANSM_Base_AddPlayerWaterSplash_BySweepCheck::_SocketName' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPlayerWaterSplash_BySweepCheck, SweepRadius) == 0x000010, "Member 'BANSM_Base_AddPlayerWaterSplash_BySweepCheck::SweepRadius' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPlayerWaterSplash_BySweepCheck, PointBetweenMin) == 0x000014, "Member 'BANSM_Base_AddPlayerWaterSplash_BySweepCheck::PointBetweenMin' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddPlayerWaterSplash_BySweepCheck, SampleStep) == 0x000018, "Member 'BANSM_Base_AddPlayerWaterSplash_BySweepCheck::SampleStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_UpdateExtraSocketAttackWarning \ +static_assert(alignof(BANSM_Base_UpdateExtraSocketAttackWarning) == 0x000008, "Wrong alignment on BANSM_Base_UpdateExtraSocketAttackWarning"); \ +static_assert(sizeof(BANSM_Base_UpdateExtraSocketAttackWarning) == 0x000010, "Wrong size on BANSM_Base_UpdateExtraSocketAttackWarning"); \ +static_assert(offsetof(BANSM_Base_UpdateExtraSocketAttackWarning, AnimMontage) == 0x000000, "Member 'BANSM_Base_UpdateExtraSocketAttackWarning::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_UpdateExtraSocketAttackWarning, LengthFrame) == 0x000008, "Member 'BANSM_Base_UpdateExtraSocketAttackWarning::LengthFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_AddExtraSocketAttackWarning \ +static_assert(alignof(BANSM_Base_AddExtraSocketAttackWarning) == 0x000008, "Wrong alignment on BANSM_Base_AddExtraSocketAttackWarning"); \ +static_assert(sizeof(BANSM_Base_AddExtraSocketAttackWarning) == 0x000018, "Wrong size on BANSM_Base_AddExtraSocketAttackWarning"); \ +static_assert(offsetof(BANSM_Base_AddExtraSocketAttackWarning, AnimMontage) == 0x000000, "Member 'BANSM_Base_AddExtraSocketAttackWarning::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddExtraSocketAttackWarning, SocketNum) == 0x000008, "Member 'BANSM_Base_AddExtraSocketAttackWarning::SocketNum' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddExtraSocketAttackWarning, SocketRadius) == 0x00000C, "Member 'BANSM_Base_AddExtraSocketAttackWarning::SocketRadius' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddExtraSocketAttackWarning, LengthFrame) == 0x000010, "Member 'BANSM_Base_AddExtraSocketAttackWarning::LengthFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_AddSweepCheckAttackWarning \ +static_assert(alignof(BANSM_Base_AddSweepCheckAttackWarning) == 0x000008, "Wrong alignment on BANSM_Base_AddSweepCheckAttackWarning"); \ +static_assert(sizeof(BANSM_Base_AddSweepCheckAttackWarning) == 0x000010, "Wrong size on BANSM_Base_AddSweepCheckAttackWarning"); \ +static_assert(offsetof(BANSM_Base_AddSweepCheckAttackWarning, AnimMontage) == 0x000000, "Member 'BANSM_Base_AddSweepCheckAttackWarning::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_AddSweepCheckAttackWarning, CheckSphereRadiusIncrease) == 0x000008, "Member 'BANSM_Base_AddSweepCheckAttackWarning::CheckSphereRadiusIncrease' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_RefreshAttackWarning \ +static_assert(alignof(BANSM_Base_RefreshAttackWarning) == 0x000008, "Wrong alignment on BANSM_Base_RefreshAttackWarning"); \ +static_assert(sizeof(BANSM_Base_RefreshAttackWarning) == 0x000010, "Wrong size on BANSM_Base_RefreshAttackWarning"); \ +static_assert(offsetof(BANSM_Base_RefreshAttackWarning, AnimMontage) == 0x000000, "Member 'BANSM_Base_RefreshAttackWarning::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_RefreshAttackWarning, PreTimeSeconds) == 0x000008, "Member 'BANSM_Base_RefreshAttackWarning::PreTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_RefreshAttackWarning, PostTimeSeconds) == 0x00000C, "Member 'BANSM_Base_RefreshAttackWarning::PostTimeSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_MarkNotifyState \ +static_assert(alignof(BANSM_Base_MarkNotifyState) == 0x000008, "Wrong alignment on BANSM_Base_MarkNotifyState"); \ +static_assert(sizeof(BANSM_Base_MarkNotifyState) == 0x000010, "Wrong size on BANSM_Base_MarkNotifyState"); \ +static_assert(offsetof(BANSM_Base_MarkNotifyState, AnimSeq) == 0x000000, "Member 'BANSM_Base_MarkNotifyState::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_MarkNotifyState, StartTime) == 0x000008, "Member 'BANSM_Base_MarkNotifyState::StartTime' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_MarkNotifyState, EndTime) == 0x00000C, "Member 'BANSM_Base_MarkNotifyState::EndTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_MarkNotify \ +static_assert(alignof(BANSM_Base_MarkNotify) == 0x000008, "Wrong alignment on BANSM_Base_MarkNotify"); \ +static_assert(sizeof(BANSM_Base_MarkNotify) == 0x000010, "Wrong size on BANSM_Base_MarkNotify"); \ +static_assert(offsetof(BANSM_Base_MarkNotify, AnimSeq) == 0x000000, "Member 'BANSM_Base_MarkNotify::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_MarkNotify, StartTime) == 0x000008, "Member 'BANSM_Base_MarkNotify::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_CheckState \ +static_assert(alignof(BANSM_Base_CheckState) == 0x000008, "Wrong alignment on BANSM_Base_CheckState"); \ +static_assert(sizeof(BANSM_Base_CheckState) == 0x000010, "Wrong size on BANSM_Base_CheckState"); \ +static_assert(offsetof(BANSM_Base_CheckState, AnimBase) == 0x000000, "Member 'BANSM_Base_CheckState::AnimBase' has a wrong offset!"); \ +static_assert(offsetof(BANSM_Base_CheckState, CurTime) == 0x000008, "Member 'BANSM_Base_CheckState::CurTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_Base_GetSupportedClass \ +static_assert(alignof(BANSM_Base_GetSupportedClass) == 0x000008, "Wrong alignment on BANSM_Base_GetSupportedClass"); \ +static_assert(sizeof(BANSM_Base_GetSupportedClass) == 0x000008, "Wrong size on BANSM_Base_GetSupportedClass"); \ +static_assert(offsetof(BANSM_Base_GetSupportedClass, ReturnValue) == 0x000000, "Member 'BANSM_Base_GetSupportedClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANSM_Base \ +static_assert(alignof(UBANSM_Base) == 0x000008, "Wrong alignment on UBANSM_Base"); \ +static_assert(sizeof(UBANSM_Base) == 0x000060, "Wrong size on UBANSM_Base"); \ +static_assert(offsetof(UBANSM_Base, NotifyStateClass) == 0x000028, "Member 'UBANSM_Base::NotifyStateClass' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_Base, NotifyClass) == 0x000030, "Member 'UBANSM_Base::NotifyClass' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_Base, NotifyTrackName) == 0x000038, "Member 'UBANSM_Base::NotifyTrackName' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_Base, NotifyTrackName_SweepCheck) == 0x000040, "Member 'UBANSM_Base::NotifyTrackName_SweepCheck' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_Base, NotifyTrackName_Socket) == 0x000048, "Member 'UBANSM_Base::NotifyTrackName_Socket' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_Base, AWTag_GenerateBySweepCheck) == 0x000050, "Member 'UBANSM_Base::AWTag_GenerateBySweepCheck' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_Base, AWTag_GenerateWithSocket) == 0x000058, "Member 'UBANSM_Base::AWTag_GenerateWithSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_ComboWindow_CheckState \ +static_assert(alignof(BANSM_ComboWindow_CheckState) == 0x000008, "Wrong alignment on BANSM_ComboWindow_CheckState"); \ +static_assert(sizeof(BANSM_ComboWindow_CheckState) == 0x000010, "Wrong size on BANSM_ComboWindow_CheckState"); \ +static_assert(offsetof(BANSM_ComboWindow_CheckState, AnimBase) == 0x000000, "Member 'BANSM_ComboWindow_CheckState::AnimBase' has a wrong offset!"); \ +static_assert(offsetof(BANSM_ComboWindow_CheckState, CurTime) == 0x000008, "Member 'BANSM_ComboWindow_CheckState::CurTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANSM_ComboWindow \ +static_assert(alignof(UBANSM_ComboWindow) == 0x000008, "Wrong alignment on UBANSM_ComboWindow"); \ +static_assert(sizeof(UBANSM_ComboWindow) == 0x000060, "Wrong size on UBANSM_ComboWindow"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_IsSupportViewType \ +static_assert(alignof(BED_QuestNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_QuestNode_IsSupportViewType"); \ +static_assert(sizeof(BED_QuestNode_IsSupportViewType) == 0x000002, "Wrong size on BED_QuestNode_IsSupportViewType"); \ +static_assert(offsetof(BED_QuestNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_QuestNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode \ +static_assert(alignof(UBED_QuestNode) == 0x000008, "Wrong alignment on UBED_QuestNode"); \ +static_assert(sizeof(UBED_QuestNode) == 0x0002A0, "Wrong size on UBED_QuestNode"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerCastMagic_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayerCastMagic_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerCastMagic_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayerCastMagic_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayerCastMagic_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayerCastMagic_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayerCastMagic_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayerCastMagic \ +static_assert(alignof(UBED_QuestNode_PlayerCastMagic) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayerCastMagic"); \ +static_assert(sizeof(UBED_QuestNode_PlayerCastMagic) == 0x0002B8, "Wrong size on UBED_QuestNode_PlayerCastMagic"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCastMagic, CastType) == 0x0002A0, "Member 'UBED_QuestNode_PlayerCastMagic::CastType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCastMagic, Direction) == 0x0002A1, "Member 'UBED_QuestNode_PlayerCastMagic::Direction' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCastMagic, SkillCastConditions) == 0x0002A8, "Member 'UBED_QuestNode_PlayerCastMagic::SkillCastConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_HelloUFromUSharp_CallMe \ +static_assert(alignof(HelloUFromUSharp_CallMe) == 0x000008, "Wrong alignment on HelloUFromUSharp_CallMe"); \ +static_assert(sizeof(HelloUFromUSharp_CallMe) == 0x000010, "Wrong size on HelloUFromUSharp_CallMe"); \ +static_assert(offsetof(HelloUFromUSharp_CallMe, Arg1) == 0x000000, "Member 'HelloUFromUSharp_CallMe::Arg1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AHelloUFromUSharp \ +static_assert(alignof(AHelloUFromUSharp) == 0x000008, "Wrong alignment on AHelloUFromUSharp"); \ +static_assert(sizeof(AHelloUFromUSharp) == 0x0002E0, "Wrong size on AHelloUFromUSharp"); \ +static_assert(offsetof(AHelloUFromUSharp, Value123) == 0x000288, "Member 'AHelloUFromUSharp::Value123' has a wrong offset!"); \ +static_assert(offsetof(AHelloUFromUSharp, Value456) == 0x000290, "Member 'AHelloUFromUSharp::Value456' has a wrong offset!"); \ +static_assert(offsetof(AHelloUFromUSharp, DelegateTest) == 0x0002A0, "Member 'AHelloUFromUSharp::DelegateTest' has a wrong offset!"); \ +static_assert(offsetof(AHelloUFromUSharp, TestComp) == 0x0002B0, "Member 'AHelloUFromUSharp::TestComp' has a wrong offset!"); \ +static_assert(offsetof(AHelloUFromUSharp, TestArr2) == 0x0002B8, "Member 'AHelloUFromUSharp::TestArr2' has a wrong offset!"); \ +static_assert(offsetof(AHelloUFromUSharp, ActorClass) == 0x0002C8, "Member 'AHelloUFromUSharp::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(AHelloUFromUSharp, ActorClass4) == 0x0002D0, "Member 'AHelloUFromUSharp::ActorClass4' has a wrong offset!"); \ +static_assert(offsetof(AHelloUFromUSharp, Struct) == 0x0002D8, "Member 'AHelloUFromUSharp::Struct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGBtlOnBattleStart_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGBtlOnBattleStart \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGBtlOnBattleStart) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGBtlOnBattleStart"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGBtlOnBattleStart) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGBtlOnBattleStart"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGBtlOnBattleStart, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGBtlOnBattleStart::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSession_OnSessionUserInviteAcceptedCS \ +static_assert(alignof(BGW_OnlineSession_OnSessionUserInviteAcceptedCS) == 0x000001, "Wrong alignment on BGW_OnlineSession_OnSessionUserInviteAcceptedCS"); \ +static_assert(sizeof(BGW_OnlineSession_OnSessionUserInviteAcceptedCS) == 0x000001, "Wrong size on BGW_OnlineSession_OnSessionUserInviteAcceptedCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSession_OnFindSessionByIdCompleteCS \ +static_assert(alignof(BGW_OnlineSession_OnFindSessionByIdCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineSession_OnFindSessionByIdCompleteCS"); \ +static_assert(sizeof(BGW_OnlineSession_OnFindSessionByIdCompleteCS) == 0x000001, "Wrong size on BGW_OnlineSession_OnFindSessionByIdCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSession_OnSearchSessionsCompleteCS \ +static_assert(alignof(BGW_OnlineSession_OnSearchSessionsCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineSession_OnSearchSessionsCompleteCS"); \ +static_assert(sizeof(BGW_OnlineSession_OnSearchSessionsCompleteCS) == 0x000001, "Wrong size on BGW_OnlineSession_OnSearchSessionsCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSession_OnDestroySessionCompleteCS \ +static_assert(alignof(BGW_OnlineSession_OnDestroySessionCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineSession_OnDestroySessionCompleteCS"); \ +static_assert(sizeof(BGW_OnlineSession_OnDestroySessionCompleteCS) == 0x000002, "Wrong size on BGW_OnlineSession_OnDestroySessionCompleteCS"); \ +static_assert(offsetof(BGW_OnlineSession_OnDestroySessionCompleteCS, SessionType) == 0x000000, "Member 'BGW_OnlineSession_OnDestroySessionCompleteCS::SessionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSession_OnCreateSessionCompleteCS \ +static_assert(alignof(BGW_OnlineSession_OnCreateSessionCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineSession_OnCreateSessionCompleteCS"); \ +static_assert(sizeof(BGW_OnlineSession_OnCreateSessionCompleteCS) == 0x000001, "Wrong size on BGW_OnlineSession_OnCreateSessionCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSession_OnJoinSessionCompleteCS \ +static_assert(alignof(BGW_OnlineSession_OnJoinSessionCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineSession_OnJoinSessionCompleteCS"); \ +static_assert(sizeof(BGW_OnlineSession_OnJoinSessionCompleteCS) == 0x000001, "Wrong size on BGW_OnlineSession_OnJoinSessionCompleteCS"); \ +static_assert(offsetof(BGW_OnlineSession_OnJoinSessionCompleteCS, Result) == 0x000000, "Member 'BGW_OnlineSession_OnJoinSessionCompleteCS::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlineSession \ +static_assert(alignof(UBGW_OnlineSession) == 0x000008, "Wrong alignment on UBGW_OnlineSession"); \ +static_assert(sizeof(UBGW_OnlineSession) == 0x0000B0, "Wrong size on UBGW_OnlineSession"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_GlobalFoliageInteractSoundConfig \ +static_assert(alignof(UBGWDataAsset_GlobalFoliageInteractSoundConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_GlobalFoliageInteractSoundConfig"); \ +static_assert(sizeof(UBGWDataAsset_GlobalFoliageInteractSoundConfig) == 0x000080, "Wrong size on UBGWDataAsset_GlobalFoliageInteractSoundConfig"); \ +static_assert(offsetof(UBGWDataAsset_GlobalFoliageInteractSoundConfig, SoundMap) == 0x000030, "Member 'UBGWDataAsset_GlobalFoliageInteractSoundConfig::SoundMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OldMKSpawnTest_SpawnActorCS \ +static_assert(alignof(OldMKSpawnTest_SpawnActorCS) == 0x000008, "Wrong alignment on OldMKSpawnTest_SpawnActorCS"); \ +static_assert(sizeof(OldMKSpawnTest_SpawnActorCS) == 0x000010, "Wrong size on OldMKSpawnTest_SpawnActorCS"); \ +static_assert(offsetof(OldMKSpawnTest_SpawnActorCS, ActorClass) == 0x000000, "Member 'OldMKSpawnTest_SpawnActorCS::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(OldMKSpawnTest_SpawnActorCS, ReturnValue) == 0x000008, "Member 'OldMKSpawnTest_SpawnActorCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AOldMKSpawnTest \ +static_assert(alignof(AOldMKSpawnTest) == 0x000008, "Wrong alignment on AOldMKSpawnTest"); \ +static_assert(sizeof(AOldMKSpawnTest) == 0x000288, "Wrong size on AOldMKSpawnTest"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_QuitGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_QuitGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_QuitGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_QuitGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_QuitGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_QuitGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_QuitGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_QuitGame \ +static_assert(alignof(UBED_QuestNode_QuitGame) == 0x000008, "Wrong alignment on UBED_QuestNode_QuitGame"); \ +static_assert(sizeof(UBED_QuestNode_QuitGame) == 0x0002A0, "Wrong size on UBED_QuestNode_QuitGame"); \ + +#define DUMPER7_ASSERTS_UBGU_DispLibUComponentBase \ +static_assert(alignof(UBGU_DispLibUComponentBase) == 0x000008, "Wrong alignment on UBGU_DispLibUComponentBase"); \ +static_assert(sizeof(UBGU_DispLibUComponentBase) == 0x0000D0, "Wrong size on UBGU_DispLibUComponentBase"); \ + +#define DUMPER7_ASSERTS_UB2D_DispLibFXActorCameraShakeData \ +static_assert(alignof(UB2D_DispLibFXActorCameraShakeData) == 0x000008, "Wrong alignment on UB2D_DispLibFXActorCameraShakeData"); \ +static_assert(sizeof(UB2D_DispLibFXActorCameraShakeData) == 0x0000E0, "Wrong size on UB2D_DispLibFXActorCameraShakeData"); \ +static_assert(offsetof(UB2D_DispLibFXActorCameraShakeData, CameraShake) == 0x0000D0, "Member 'UB2D_DispLibFXActorCameraShakeData::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UB2D_DispLibFXActorCameraShakeData, FirstDelayTime) == 0x0000D8, "Member 'UB2D_DispLibFXActorCameraShakeData::FirstDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_ConditionBase \ +static_assert(alignof(UBED_FSMNode_ConditionBase) == 0x000008, "Wrong alignment on UBED_FSMNode_ConditionBase"); \ +static_assert(sizeof(UBED_FSMNode_ConditionBase) == 0x0002A0, "Wrong size on UBED_FSMNode_ConditionBase"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsNeedResetGameInstanceData"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_GameDataCounter_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_GameDataCounter_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_GameDataCounter_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_GameDataCounter_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_GameDataCounter_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_GameDataCounter_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_GameDataCounter_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_GameDataCounter \ +static_assert(alignof(UBED_BehaviorNode_GameDataCounter) == 0x000008, "Wrong alignment on UBED_BehaviorNode_GameDataCounter"); \ +static_assert(sizeof(UBED_BehaviorNode_GameDataCounter) == 0x0002A8, "Wrong size on UBED_BehaviorNode_GameDataCounter"); \ +static_assert(offsetof(UBED_BehaviorNode_GameDataCounter, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_GameDataCounter::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_GameDataCounter, CounterType) == 0x0002A1, "Member 'UBED_BehaviorNode_GameDataCounter::CounterType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_GameDataCounter, CounterValue) == 0x0002A4, "Member 'UBED_BehaviorNode_GameDataCounter::CounterValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestSaveGameModule \ +static_assert(alignof(UTestSaveGameModule) == 0x000008, "Wrong alignment on UTestSaveGameModule"); \ +static_assert(sizeof(UTestSaveGameModule) == 0x000048, "Wrong size on UTestSaveGameModule"); \ +static_assert(offsetof(UTestSaveGameModule, Name_0) == 0x000028, "Member 'UTestSaveGameModule::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UTestSaveGameModule, UserIdx) == 0x000038, "Member 'UTestSaveGameModule::UserIdx' has a wrong offset!"); \ +static_assert(offsetof(UTestSaveGameModule, TestObj) == 0x000040, "Member 'UTestSaveGameModule::TestObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ChangeGameDefaultMap_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ChangeGameDefaultMap_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ChangeGameDefaultMap_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ChangeGameDefaultMap_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ChangeGameDefaultMap_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ChangeGameDefaultMap_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ChangeGameDefaultMap_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ChangeGameDefaultMap_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ChangeGameDefaultMap \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ChangeGameDefaultMap) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ChangeGameDefaultMap"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ChangeGameDefaultMap) == 0x0002C0, "Wrong size on UBED_FSMNode_GI_Loading_ChangeGameDefaultMap"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ChangeGameDefaultMap, LevelName) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ChangeGameDefaultMap::LevelName' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ChangeGameDefaultMap, AcceptEvents) == 0x0002B0, "Member 'UBED_FSMNode_GI_Loading_ChangeGameDefaultMap::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SpecialBoneConfig \ +static_assert(alignof(UBGWDataAsset_SpecialBoneConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SpecialBoneConfig"); \ +static_assert(sizeof(UBGWDataAsset_SpecialBoneConfig) == 0x000050, "Wrong size on UBGWDataAsset_SpecialBoneConfig"); \ +static_assert(offsetof(UBGWDataAsset_SpecialBoneConfig, SweepCheckBoneBlackList) == 0x000030, "Member 'UBGWDataAsset_SpecialBoneConfig::SweepCheckBoneBlackList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpecialBoneConfig, SweepCheckBoneWhiteList) == 0x000040, "Member 'UBGWDataAsset_SpecialBoneConfig::SweepCheckBoneWhiteList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_DispLibTimedModifyMPC_GSNotifyBeginCS \ +static_assert(alignof(BANS_DispLibTimedModifyMPC_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_DispLibTimedModifyMPC_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_DispLibTimedModifyMPC_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_DispLibTimedModifyMPC_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_DispLibTimedModifyMPC_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_DispLibTimedModifyMPC_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_DispLibTimedModifyMPC_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_DispLibTimedModifyMPC_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_DispLibTimedModifyMPC_GSNotifyEndCS \ +static_assert(alignof(BANS_DispLibTimedModifyMPC_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_DispLibTimedModifyMPC_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_DispLibTimedModifyMPC_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_DispLibTimedModifyMPC_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_DispLibTimedModifyMPC_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_DispLibTimedModifyMPC_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_DispLibTimedModifyMPC \ +static_assert(alignof(UBANS_DispLibTimedModifyMPC) == 0x000008, "Wrong alignment on UBANS_DispLibTimedModifyMPC"); \ +static_assert(sizeof(UBANS_DispLibTimedModifyMPC) == 0x0000A8, "Wrong size on UBANS_DispLibTimedModifyMPC"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, MPC) == 0x000048, "Member 'UBANS_DispLibTimedModifyMPC::MPC' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, DelayTimeAfterStop) == 0x000050, "Member 'UBANS_DispLibTimedModifyMPC::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, SetScalarParam) == 0x000058, "Member 'UBANS_DispLibTimedModifyMPC::SetScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, SetFLinearColorParam) == 0x000068, "Member 'UBANS_DispLibTimedModifyMPC::SetFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, SetPCurveScalarParam) == 0x000078, "Member 'UBANS_DispLibTimedModifyMPC::SetPCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, SetPCurveFLinearColorParam) == 0x000088, "Member 'UBANS_DispLibTimedModifyMPC::SetPCurveFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, PausePriority) == 0x000098, "Member 'UBANS_DispLibTimedModifyMPC::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, EndStagePriority) == 0x00009C, "Member 'UBANS_DispLibTimedModifyMPC::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, ModMPCPriority) == 0x0000A0, "Member 'UBANS_DispLibTimedModifyMPC::ModMPCPriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMPC, ModMPCEndStagePriority) == 0x0000A4, "Member 'UBANS_DispLibTimedModifyMPC::ModMPCEndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_IsSupportViewType \ +static_assert(alignof(BED_BossRushNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BossRushNode_IsSupportViewType"); \ +static_assert(sizeof(BED_BossRushNode_IsSupportViewType) == 0x000002, "Wrong size on BED_BossRushNode_IsSupportViewType"); \ +static_assert(offsetof(BED_BossRushNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BossRushNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode \ +static_assert(alignof(UBED_BossRushNode) == 0x000008, "Wrong alignment on UBED_BossRushNode"); \ +static_assert(sizeof(UBED_BossRushNode) == 0x0002A0, "Wrong size on UBED_BossRushNode"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_TemplateBase_GetContextOutputsInCS \ +static_assert(alignof(BED_BossRushNode_TemplateBase_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_BossRushNode_TemplateBase_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_BossRushNode_TemplateBase_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_BossRushNode_TemplateBase_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_BossRushNode_TemplateBase_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_BossRushNode_TemplateBase_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_TemplateBase \ +static_assert(alignof(UBED_BossRushNode_TemplateBase) == 0x000008, "Wrong alignment on UBED_BossRushNode_TemplateBase"); \ +static_assert(sizeof(UBED_BossRushNode_TemplateBase) == 0x0002A0, "Wrong size on UBED_BossRushNode_TemplateBase"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_ResetGroup_GetContextOutputsInCS \ +static_assert(alignof(BED_BossRushNode_ResetGroup_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_BossRushNode_ResetGroup_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_BossRushNode_ResetGroup_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_BossRushNode_ResetGroup_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_BossRushNode_ResetGroup_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_BossRushNode_ResetGroup_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_ResetGroup_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BossRushNode_ResetGroup_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BossRushNode_ResetGroup_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BossRushNode_ResetGroup_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BossRushNode_ResetGroup_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BossRushNode_ResetGroup_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BossRushNode_ResetGroup_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_ResetGroup \ +static_assert(alignof(UBED_BossRushNode_ResetGroup) == 0x000008, "Wrong alignment on UBED_BossRushNode_ResetGroup"); \ +static_assert(sizeof(UBED_BossRushNode_ResetGroup) == 0x0002B8, "Wrong size on UBED_BossRushNode_ResetGroup"); \ +static_assert(offsetof(UBED_BossRushNode_ResetGroup, GroupName) == 0x0002A0, "Member 'UBED_BossRushNode_ResetGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_ResetGroup, TransitionConditions) == 0x0002A8, "Member 'UBED_BossRushNode_ResetGroup::TransitionConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance \ +static_assert(alignof(UMovieNodeInstance) == 0x000008, "Wrong alignment on UMovieNodeInstance"); \ +static_assert(sizeof(UMovieNodeInstance) == 0x000028, "Wrong size on UMovieNodeInstance"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_Timer \ +static_assert(alignof(UMovieNodeInstance_Timer) == 0x000008, "Wrong alignment on UMovieNodeInstance_Timer"); \ +static_assert(sizeof(UMovieNodeInstance_Timer) == 0x000028, "Wrong size on UMovieNodeInstance_Timer"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsNeedPostLeaveLevel"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_LocalFluid2DConfig \ +static_assert(alignof(UBGWDataAsset_LocalFluid2DConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_LocalFluid2DConfig"); \ +static_assert(sizeof(UBGWDataAsset_LocalFluid2DConfig) == 0x000148, "Wrong size on UBGWDataAsset_LocalFluid2DConfig"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, MaxIteration) == 0x000038, "Member 'UBGWDataAsset_LocalFluid2DConfig::MaxIteration' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, SimulationResX) == 0x00003C, "Member 'UBGWDataAsset_LocalFluid2DConfig::SimulationResX' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, SimulationResY) == 0x000040, "Member 'UBGWDataAsset_LocalFluid2DConfig::SimulationResY' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, SimAreaSizeInCM) == 0x000044, "Member 'UBGWDataAsset_LocalFluid2DConfig::SimAreaSizeInCM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, SnappedPosParameterName) == 0x000048, "Member 'UBGWDataAsset_LocalFluid2DConfig::SnappedPosParameterName' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, dynamicSDFMpc) == 0x000050, "Member 'UBGWDataAsset_LocalFluid2DConfig::dynamicSDFMpc' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, worldOffsetThreshold) == 0x000058, "Member 'UBGWDataAsset_LocalFluid2DConfig::worldOffsetThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, moveThreadhold) == 0x00005C, "Member 'UBGWDataAsset_LocalFluid2DConfig::moveThreadhold' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, edgeExtendSize) == 0x000060, "Member 'UBGWDataAsset_LocalFluid2DConfig::edgeExtendSize' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, veloDensityOutput) == 0x000068, "Member 'UBGWDataAsset_LocalFluid2DConfig::veloDensityOutput' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, pressureDivergenceOutput) == 0x000070, "Member 'UBGWDataAsset_LocalFluid2DConfig::pressureDivergenceOutput' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, CollisionQueryMaterial) == 0x000078, "Member 'UBGWDataAsset_LocalFluid2DConfig::CollisionQueryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, PPCollisionQueryMaterial) == 0x000080, "Member 'UBGWDataAsset_LocalFluid2DConfig::PPCollisionQueryMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, CompositeMaterial) == 0x000088, "Member 'UBGWDataAsset_LocalFluid2DConfig::CompositeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, AdvectMaterial) == 0x000090, "Member 'UBGWDataAsset_LocalFluid2DConfig::AdvectMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DivergenceMaterial) == 0x000098, "Member 'UBGWDataAsset_LocalFluid2DConfig::DivergenceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, PressureStep1Material) == 0x0000A0, "Member 'UBGWDataAsset_LocalFluid2DConfig::PressureStep1Material' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, PressureStep2Material) == 0x0000A8, "Member 'UBGWDataAsset_LocalFluid2DConfig::PressureStep2Material' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, BrushPuncture) == 0x0000B0, "Member 'UBGWDataAsset_LocalFluid2DConfig::BrushPuncture' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloDirNoise) == 0x0000B4, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloDirNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, Speed) == 0x0000B8, "Member 'UBGWDataAsset_LocalFluid2DConfig::Speed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloFromSimAreaMotion) == 0x0000BC, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloFromSimAreaMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, SimEdgeBouncyness) == 0x0000C0, "Member 'UBGWDataAsset_LocalFluid2DConfig::SimEdgeBouncyness' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, FadeDensityAtSimEdge) == 0x0000C4, "Member 'UBGWDataAsset_LocalFluid2DConfig::FadeDensityAtSimEdge' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloDirNoiseSize) == 0x0000C8, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloDirNoiseSize' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloDirNoiseSpeed) == 0x0000CC, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloDirNoiseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloOffsetX) == 0x0000D0, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloOffsetY) == 0x0000D4, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloFromBrushMotion) == 0x0000D8, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloFromBrushMotion' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloStrength) == 0x0000DC, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloStrength' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloRotate) == 0x0000E0, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloRotate' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloAmpNoise) == 0x0000E4, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloAmpNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, InputFeedback) == 0x0000E8, "Member 'UBGWDataAsset_LocalFluid2DConfig::InputFeedback' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, FlowFeedback) == 0x0000EC, "Member 'UBGWDataAsset_LocalFluid2DConfig::FlowFeedback' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, Divergence) == 0x0000F0, "Member 'UBGWDataAsset_LocalFluid2DConfig::Divergence' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, BrushSize) == 0x0000F4, "Member 'UBGWDataAsset_LocalFluid2DConfig::BrushSize' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, BrushStrength) == 0x0000F8, "Member 'UBGWDataAsset_LocalFluid2DConfig::BrushStrength' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, EraserMode) == 0x0000FC, "Member 'UBGWDataAsset_LocalFluid2DConfig::EraserMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, BrushHardness) == 0x000100, "Member 'UBGWDataAsset_LocalFluid2DConfig::BrushHardness' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityTemplate) == 0x000108, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VelocityTemplate) == 0x000110, "Member 'UBGWDataAsset_LocalFluid2DConfig::VelocityTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VelocityOffsetSpeed) == 0x000118, "Member 'UBGWDataAsset_LocalFluid2DConfig::VelocityOffsetSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, EdgeMaskWidth) == 0x00011C, "Member 'UBGWDataAsset_LocalFluid2DConfig::EdgeMaskWidth' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityTxtMult) == 0x000120, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityTxtMult' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityTxtScale) == 0x000124, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityTxtScale' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityTxtOffsetX) == 0x000128, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityTxtOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityTxtOffsetY) == 0x00012C, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityTxtOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, BrushNoise) == 0x000130, "Member 'UBGWDataAsset_LocalFluid2DConfig::BrushNoise' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, VeloInputTile) == 0x000134, "Member 'UBGWDataAsset_LocalFluid2DConfig::VeloInputTile' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityInputNoiseAmp) == 0x000138, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityInputNoiseAmp' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityInputNoiseOffset) == 0x00013C, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityInputNoiseOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, DensityInputNoiseTile) == 0x000140, "Member 'UBGWDataAsset_LocalFluid2DConfig::DensityInputNoiseTile' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LocalFluid2DConfig, BrushRnd) == 0x000144, "Member 'UBGWDataAsset_LocalFluid2DConfig::BrushRnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode \ +static_assert(alignof(UBED_ProcessMachineNode) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode"); \ +static_assert(sizeof(UBED_ProcessMachineNode) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_GroupStart_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_GroupStart_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_GroupStart_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_GroupStart_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_GroupStart_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_GroupStart_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_GroupStart_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_GroupStart \ +static_assert(alignof(UBED_ProcessMachineNode_GroupStart) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_GroupStart"); \ +static_assert(sizeof(UBED_ProcessMachineNode_GroupStart) == 0x0002A8, "Wrong size on UBED_ProcessMachineNode_GroupStart"); \ +static_assert(offsetof(UBED_ProcessMachineNode_GroupStart, GroupName) == 0x0002A0, "Member 'UBED_ProcessMachineNode_GroupStart::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSBase_GSPostNotifyDebugCS \ +static_assert(alignof(BAN_GSBase_GSPostNotifyDebugCS) == 0x000008, "Wrong alignment on BAN_GSBase_GSPostNotifyDebugCS"); \ +static_assert(sizeof(BAN_GSBase_GSPostNotifyDebugCS) == 0x000050, "Wrong size on BAN_GSBase_GSPostNotifyDebugCS"); \ +static_assert(offsetof(BAN_GSBase_GSPostNotifyDebugCS, NotifyParam) == 0x000000, "Member 'BAN_GSBase_GSPostNotifyDebugCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BAN_GSBase_GSPostNotifyDebugCS, ReturnValue) == 0x000048, "Member 'BAN_GSBase_GSPostNotifyDebugCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSBase_GSPreNotifyDebugCS \ +static_assert(alignof(BAN_GSBase_GSPreNotifyDebugCS) == 0x000008, "Wrong alignment on BAN_GSBase_GSPreNotifyDebugCS"); \ +static_assert(sizeof(BAN_GSBase_GSPreNotifyDebugCS) == 0x000050, "Wrong size on BAN_GSBase_GSPreNotifyDebugCS"); \ +static_assert(offsetof(BAN_GSBase_GSPreNotifyDebugCS, NotifyParam) == 0x000000, "Member 'BAN_GSBase_GSPreNotifyDebugCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BAN_GSBase_GSPreNotifyDebugCS, ReturnValue) == 0x000048, "Member 'BAN_GSBase_GSPreNotifyDebugCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSBase_GetSoftReferences \ +static_assert(alignof(BAN_GSBase_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_GSBase_GetSoftReferences"); \ +static_assert(sizeof(BAN_GSBase_GetSoftReferences) == 0x000010, "Wrong size on BAN_GSBase_GetSoftReferences"); \ +static_assert(offsetof(BAN_GSBase_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_GSBase_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSBase_GSValidateInputCS \ +static_assert(alignof(BAN_GSBase_GSValidateInputCS) == 0x000008, "Wrong alignment on BAN_GSBase_GSValidateInputCS"); \ +static_assert(sizeof(BAN_GSBase_GSValidateInputCS) == 0x000008, "Wrong size on BAN_GSBase_GSValidateInputCS"); \ +static_assert(offsetof(BAN_GSBase_GSValidateInputCS, Actor) == 0x000000, "Member 'BAN_GSBase_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSBase \ +static_assert(alignof(UBAN_GSBase) == 0x000008, "Wrong alignment on UBAN_GSBase"); \ +static_assert(sizeof(UBAN_GSBase) == 0x000050, "Wrong size on UBAN_GSBase"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayNiagaraFX_GetSoftReferences \ +static_assert(alignof(BAN_GSPlayNiagaraFX_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_GSPlayNiagaraFX_GetSoftReferences"); \ +static_assert(sizeof(BAN_GSPlayNiagaraFX_GetSoftReferences) == 0x000010, "Wrong size on BAN_GSPlayNiagaraFX_GetSoftReferences"); \ +static_assert(offsetof(BAN_GSPlayNiagaraFX_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_GSPlayNiagaraFX_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayNiagaraFX_GetAnimNType \ +static_assert(alignof(BAN_GSPlayNiagaraFX_GetAnimNType) == 0x000001, "Wrong alignment on BAN_GSPlayNiagaraFX_GetAnimNType"); \ +static_assert(sizeof(BAN_GSPlayNiagaraFX_GetAnimNType) == 0x000001, "Wrong size on BAN_GSPlayNiagaraFX_GetAnimNType"); \ +static_assert(offsetof(BAN_GSPlayNiagaraFX_GetAnimNType, ReturnValue) == 0x000000, "Member 'BAN_GSPlayNiagaraFX_GetAnimNType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayNiagaraFX_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayNiagaraFX_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayNiagaraFX_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayNiagaraFX_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayNiagaraFX_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayNiagaraFX_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayNiagaraFX_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayNiagaraFX \ +static_assert(alignof(UBAN_GSPlayNiagaraFX) == 0x000008, "Wrong alignment on UBAN_GSPlayNiagaraFX"); \ +static_assert(sizeof(UBAN_GSPlayNiagaraFX) == 0x0002C8, "Wrong size on UBAN_GSPlayNiagaraFX"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, Template) == 0x000058, "Member 'UBAN_GSPlayNiagaraFX::Template' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, Duration) == 0x000080, "Member 'UBAN_GSPlayNiagaraFX::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, DelayTimeAfterStop) == 0x000084, "Member 'UBAN_GSPlayNiagaraFX::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, DestroyTiming) == 0x000088, "Member 'UBAN_GSPlayNiagaraFX::DestroyTiming' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, OverrideSKMTagName) == 0x00008C, "Member 'UBAN_GSPlayNiagaraFX::OverrideSKMTagName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, attachLocationMode) == 0x000098, "Member 'UBAN_GSPlayNiagaraFX::attachLocationMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, SocketName) == 0x00009C, "Member 'UBAN_GSPlayNiagaraFX::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, LocationOffset) == 0x0000A8, "Member 'UBAN_GSPlayNiagaraFX::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, RotationOffset) == 0x0000C0, "Member 'UBAN_GSPlayNiagaraFX::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, Scale) == 0x0000D8, "Member 'UBAN_GSPlayNiagaraFX::Scale' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, SnapGroundRotationMode) == 0x0000F1, "Member 'UBAN_GSPlayNiagaraFX::SnapGroundRotationMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, OverrideSKMBones) == 0x0000F8, "Member 'UBAN_GSPlayNiagaraFX::OverrideSKMBones' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, OverrideSKMSockets) == 0x000108, "Member 'UBAN_GSPlayNiagaraFX::OverrideSKMSockets' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, customParams) == 0x000118, "Member 'UBAN_GSPlayNiagaraFX::customParams' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, TranslucentSortPriority) == 0x00012C, "Member 'UBAN_GSPlayNiagaraFX::TranslucentSortPriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, PausePriority) == 0x000130, "Member 'UBAN_GSPlayNiagaraFX::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, PauseMode) == 0x000134, "Member 'UBAN_GSPlayNiagaraFX::PauseMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, EndStagePriority) == 0x000138, "Member 'UBAN_GSPlayNiagaraFX::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, ForceChangeVisibleStateDEFPriority) == 0x00013C, "Member 'UBAN_GSPlayNiagaraFX::ForceChangeVisibleStateDEFPriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, ForceVisibleStateDefaultMode) == 0x000140, "Member 'UBAN_GSPlayNiagaraFX::ForceVisibleStateDefaultMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, CompTag) == 0x000144, "Member 'UBAN_GSPlayNiagaraFX::CompTag' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, ScalabilitySettings) == 0x000150, "Member 'UBAN_GSPlayNiagaraFX::ScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX, DBC_IdentityID) == 0x0002C0, "Member 'UBAN_GSPlayNiagaraFX::DBC_IdentityID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayNiagaraFX_WithCondition_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayNiagaraFX_WithCondition_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayNiagaraFX_WithCondition_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayNiagaraFX_WithCondition_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayNiagaraFX_WithCondition_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayNiagaraFX_WithCondition_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayNiagaraFX_WithCondition_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayNiagaraFX_WithCondition \ +static_assert(alignof(UBAN_GSPlayNiagaraFX_WithCondition) == 0x000008, "Wrong alignment on UBAN_GSPlayNiagaraFX_WithCondition"); \ +static_assert(sizeof(UBAN_GSPlayNiagaraFX_WithCondition) == 0x0002E8, "Wrong size on UBAN_GSPlayNiagaraFX_WithCondition"); \ +static_assert(offsetof(UBAN_GSPlayNiagaraFX_WithCondition, Condition) == 0x0002C8, "Member 'UBAN_GSPlayNiagaraFX_WithCondition::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsDriverVersionMismatch"); \ + +#define DUMPER7_ASSERTS_BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS \ +static_assert(alignof(BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_DispLibTimedModifyMaterial_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_DispLibTimedModifyMaterial_GSNotifyEndCS \ +static_assert(alignof(BANS_DispLibTimedModifyMaterial_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_DispLibTimedModifyMaterial_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_DispLibTimedModifyMaterial_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_DispLibTimedModifyMaterial_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_DispLibTimedModifyMaterial_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_DispLibTimedModifyMaterial_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_DispLibTimedModifyMaterial \ +static_assert(alignof(UBANS_DispLibTimedModifyMaterial) == 0x000008, "Wrong alignment on UBANS_DispLibTimedModifyMaterial"); \ +static_assert(sizeof(UBANS_DispLibTimedModifyMaterial) == 0x000148, "Wrong size on UBANS_DispLibTimedModifyMaterial"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, FilterMode) == 0x000050, "Member 'UBANS_DispLibTimedModifyMaterial::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, Delay) == 0x0000A0, "Member 'UBANS_DispLibTimedModifyMaterial::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, DelayTimeAfterStop) == 0x0000A4, "Member 'UBANS_DispLibTimedModifyMaterial::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, Template) == 0x0000A8, "Member 'UBANS_DispLibTimedModifyMaterial::Template' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, InheriParamsMode) == 0x0000B0, "Member 'UBANS_DispLibTimedModifyMaterial::InheriParamsMode' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, InheritScalarParam) == 0x0000B8, "Member 'UBANS_DispLibTimedModifyMaterial::InheritScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, InheritFLinearColorParam) == 0x0000C8, "Member 'UBANS_DispLibTimedModifyMaterial::InheritFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, InheritTextureParam) == 0x0000D8, "Member 'UBANS_DispLibTimedModifyMaterial::InheritTextureParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, SetScalarParam) == 0x0000E8, "Member 'UBANS_DispLibTimedModifyMaterial::SetScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, SetFLinearColorParam) == 0x0000F8, "Member 'UBANS_DispLibTimedModifyMaterial::SetFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, SetTextureParam) == 0x000108, "Member 'UBANS_DispLibTimedModifyMaterial::SetTextureParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, SetPCurveScalarParam) == 0x000118, "Member 'UBANS_DispLibTimedModifyMaterial::SetPCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, SetPCurveFLinearColorParam) == 0x000128, "Member 'UBANS_DispLibTimedModifyMaterial::SetPCurveFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, PausePriority) == 0x000138, "Member 'UBANS_DispLibTimedModifyMaterial::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, EndStagePriority) == 0x00013C, "Member 'UBANS_DispLibTimedModifyMaterial::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, ModMatPriority) == 0x000140, "Member 'UBANS_DispLibTimedModifyMaterial::ModMatPriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibTimedModifyMaterial, ModMatEndStagePriority) == 0x000144, "Member 'UBANS_DispLibTimedModifyMaterial::ModMatEndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_SubGraph_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_SubGraph_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_SubGraph_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_SubGraph_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_SubGraph_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_SubGraph_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_SubGraph_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_SubGraph_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_SubGraph_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_SubGraph_PrePropertyChanged \ +static_assert(alignof(BED_FSMNode_SubGraph_PrePropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_SubGraph_PrePropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_SubGraph_PrePropertyChanged) == 0x000010, "Wrong size on BED_FSMNode_SubGraph_PrePropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_SubGraph_PrePropertyChanged, PropertyName) == 0x000000, "Member 'BED_FSMNode_SubGraph_PrePropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_SubGraph_GetAssetToEditInCS \ +static_assert(alignof(BED_FSMNode_SubGraph_GetAssetToEditInCS) == 0x000008, "Wrong alignment on BED_FSMNode_SubGraph_GetAssetToEditInCS"); \ +static_assert(sizeof(BED_FSMNode_SubGraph_GetAssetToEditInCS) == 0x000008, "Wrong size on BED_FSMNode_SubGraph_GetAssetToEditInCS"); \ +static_assert(offsetof(BED_FSMNode_SubGraph_GetAssetToEditInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_SubGraph_GetAssetToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_SubGraph_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_SubGraph_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_SubGraph_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_SubGraph_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_SubGraph_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_SubGraph_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_SubGraph_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_SubGraph \ +static_assert(alignof(UBED_FSMNode_SubGraph) == 0x000008, "Wrong alignment on UBED_FSMNode_SubGraph"); \ +static_assert(sizeof(UBED_FSMNode_SubGraph) == 0x0002C8, "Wrong size on UBED_FSMNode_SubGraph"); \ +static_assert(offsetof(UBED_FSMNode_SubGraph, SubGraphAsset) == 0x0002A0, "Member 'UBED_FSMNode_SubGraph::SubGraphAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish) == 0x0002D0, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish, ArchiveSaveSource) == 0x0002C8, "Member 'UBED_FSMNode_GI_Global_SubG_GI_Loading_SaveArchiveAndWaitFinish::ArchiveSaveSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_DispLibCameraEnvFXDataAsset \ +static_assert(alignof(UBGW_DispLibCameraEnvFXDataAsset) == 0x000008, "Wrong alignment on UBGW_DispLibCameraEnvFXDataAsset"); \ +static_assert(sizeof(UBGW_DispLibCameraEnvFXDataAsset) == 0x000060, "Wrong size on UBGW_DispLibCameraEnvFXDataAsset"); \ +static_assert(offsetof(UBGW_DispLibCameraEnvFXDataAsset, CameraZOffset) == 0x000034, "Member 'UBGW_DispLibCameraEnvFXDataAsset::CameraZOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibCameraEnvFXDataAsset, CameraOffset) == 0x000038, "Member 'UBGW_DispLibCameraEnvFXDataAsset::CameraOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibCameraEnvFXDataAsset, CameraEnvFXConfig) == 0x000050, "Member 'UBGW_DispLibCameraEnvFXDataAsset::CameraEnvFXConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpawnCollectionComp \ +static_assert(alignof(UBUS_SpawnCollectionComp) == 0x000008, "Wrong alignment on UBUS_SpawnCollectionComp"); \ +static_assert(sizeof(UBUS_SpawnCollectionComp) == 0x000118, "Wrong size on UBUS_SpawnCollectionComp"); \ +static_assert(offsetof(UBUS_SpawnCollectionComp, SpawnGroup) == 0x0000C8, "Member 'UBUS_SpawnCollectionComp::SpawnGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWUIConfigDataAsset \ +static_assert(alignof(UBGWUIConfigDataAsset) == 0x000008, "Wrong alignment on UBGWUIConfigDataAsset"); \ +static_assert(sizeof(UBGWUIConfigDataAsset) == 0x000358, "Wrong size on UBGWUIConfigDataAsset"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropFirstShowDelayTime) == 0x000030, "Member 'UBGWUIConfigDataAsset::DropFirstShowDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropShowTime) == 0x000034, "Member 'UBGWUIConfigDataAsset::DropShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropMinShowTime) == 0x000038, "Member 'UBGWUIConfigDataAsset::DropMinShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropInFuncShowTime) == 0x00003C, "Member 'UBGWUIConfigDataAsset::DropInFuncShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropAdvanceShowTime) == 0x000040, "Member 'UBGWUIConfigDataAsset::DropAdvanceShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropAdvanceMinShowTime) == 0x000044, "Member 'UBGWUIConfigDataAsset::DropAdvanceMinShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropInFuncAdvanceShowTime) == 0x000048, "Member 'UBGWUIConfigDataAsset::DropInFuncAdvanceShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropManualShowTime) == 0x00004C, "Member 'UBGWUIConfigDataAsset::DropManualShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropAdvanceJumpTime) == 0x000050, "Member 'UBGWUIConfigDataAsset::DropAdvanceJumpTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropSpecialTipsShowTime) == 0x000054, "Member 'UBGWUIConfigDataAsset::DropSpecialTipsShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropSpecialShowTime) == 0x000058, "Member 'UBGWUIConfigDataAsset::DropSpecialShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ExpShowTime) == 0x00005C, "Member 'UBGWUIConfigDataAsset::ExpShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ExpMultiShowTime) == 0x000060, "Member 'UBGWUIConfigDataAsset::ExpMultiShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DropMuseumShowTime) == 0x000064, "Member 'UBGWUIConfigDataAsset::DropMuseumShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ShortcutActiveDelayTime) == 0x000068, "Member 'UBGWUIConfigDataAsset::ShortcutActiveDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ShortcutDetailActiveDelayTime) == 0x00006C, "Member 'UBGWUIConfigDataAsset::ShortcutDetailActiveDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ShortcutItemNudge) == 0x000070, "Member 'UBGWUIConfigDataAsset::ShortcutItemNudge' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, StToNrDelayTime) == 0x000074, "Member 'UBGWUIConfigDataAsset::StToNrDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, StToNrEasingTime) == 0x000078, "Member 'UBGWUIConfigDataAsset::StToNrEasingTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, NrToStDelayTime) == 0x00007C, "Member 'UBGWUIConfigDataAsset::NrToStDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, NrToStEasingTime) == 0x000080, "Member 'UBGWUIConfigDataAsset::NrToStEasingTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ShortcutSpellSort) == 0x000088, "Member 'UBGWUIConfigDataAsset::ShortcutSpellSort' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ShowProtectTime) == 0x000098, "Member 'UBGWUIConfigDataAsset::ShowProtectTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, BattleMainFadeTime) == 0x00009C, "Member 'UBGWUIConfigDataAsset::BattleMainFadeTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, InSeqShowProtectTime) == 0x0000A0, "Member 'UBGWUIConfigDataAsset::InSeqShowProtectTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, InSeqBattleMainFadeTime) == 0x0000A4, "Member 'UBGWUIConfigDataAsset::InSeqBattleMainFadeTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ActionMappingList) == 0x0000A8, "Member 'UBGWUIConfigDataAsset::ActionMappingList' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ShortcutSpellAction) == 0x0000B8, "Member 'UBGWUIConfigDataAsset::ShortcutSpellAction' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ShortcutItemAction) == 0x0000C8, "Member 'UBGWUIConfigDataAsset::ShortcutItemAction' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HPLowPostProcessPercent) == 0x0000D8, "Member 'UBGWUIConfigDataAsset::HPLowPostProcessPercent' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HPLimitPostProcessPercent) == 0x0000DC, "Member 'UBGWUIConfigDataAsset::HPLimitPostProcessPercent' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HPLowPostProcessSliderFreq) == 0x0000E0, "Member 'UBGWUIConfigDataAsset::HPLowPostProcessSliderFreq' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HPLimitPostProcessSliderFreq) == 0x0000E4, "Member 'UBGWUIConfigDataAsset::HPLimitPostProcessSliderFreq' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HPLimitPostProcessAudioTime) == 0x0000E8, "Member 'UBGWUIConfigDataAsset::HPLimitPostProcessAudioTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HPPostProcessStopUIList) == 0x0000F0, "Member 'UBGWUIConfigDataAsset::HPPostProcessStopUIList' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, StylePoseMPC) == 0x000100, "Member 'UBGWUIConfigDataAsset::StylePoseMPC' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ProgBaseTexSizeV1) == 0x000108, "Member 'UBGWUIConfigDataAsset::ProgBaseTexSizeV1' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ProgBaseTexSizeV2) == 0x00010C, "Member 'UBGWUIConfigDataAsset::ProgBaseTexSizeV2' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ProgBaseTexSizeV3) == 0x000110, "Member 'UBGWUIConfigDataAsset::ProgBaseTexSizeV3' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ProgPercentSplite) == 0x000114, "Member 'UBGWUIConfigDataAsset::ProgPercentSplite' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DBBInputHPPre) == 0x000118, "Member 'UBGWUIConfigDataAsset::DBBInputHPPre' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HpDefaultMap) == 0x000120, "Member 'UBGWUIConfigDataAsset::HpDefaultMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ProcBarConfigMap) == 0x000170, "Member 'UBGWUIConfigDataAsset::ProcBarConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, CloudMoveTipsDelayTime) == 0x0001C0, "Member 'UBGWUIConfigDataAsset::CloudMoveTipsDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, SeqSkipLongPressTime) == 0x0001C4, "Member 'UBGWUIConfigDataAsset::SeqSkipLongPressTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, SeqSkipFadeTime) == 0x0001C8, "Member 'UBGWUIConfigDataAsset::SeqSkipFadeTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ProgLevelResIDList) == 0x0001D0, "Member 'UBGWUIConfigDataAsset::ProgLevelResIDList' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, HideMouseCheckTime) == 0x0001E0, "Member 'UBGWUIConfigDataAsset::HideMouseCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, BasePixelHeight) == 0x0001E4, "Member 'UBGWUIConfigDataAsset::BasePixelHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, BaselineOffset) == 0x0001E8, "Member 'UBGWUIConfigDataAsset::BaselineOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, ConnectIconOffset) == 0x0001EC, "Member 'UBGWUIConfigDataAsset::ConnectIconOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, MenuSwitchStartTime) == 0x0001F0, "Member 'UBGWUIConfigDataAsset::MenuSwitchStartTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, MenuSwitchCheckTime) == 0x0001F4, "Member 'UBGWUIConfigDataAsset::MenuSwitchCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, FirstSwitchThreshold) == 0x0001F8, "Member 'UBGWUIConfigDataAsset::FirstSwitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, RepeatSwitchThreshold) == 0x0001FC, "Member 'UBGWUIConfigDataAsset::RepeatSwitchThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, SelectedDelayTime) == 0x000200, "Member 'UBGWUIConfigDataAsset::SelectedDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, UIFXMPC) == 0x000208, "Member 'UBGWUIConfigDataAsset::UIFXMPC' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, UIGlobalMPC) == 0x000210, "Member 'UBGWUIConfigDataAsset::UIGlobalMPC' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, TeleportAKBPicSwitchDelayTime) == 0x000218, "Member 'UBGWUIConfigDataAsset::TeleportAKBPicSwitchDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, CastEnergyLevel) == 0x000220, "Member 'UBGWUIConfigDataAsset::CastEnergyLevel' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, AchieveTipsShowTime) == 0x000230, "Member 'UBGWUIConfigDataAsset::AchieveTipsShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, TileItemConfig) == 0x000238, "Member 'UBGWUIConfigDataAsset::TileItemConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, TalentAllResetLongPressTime) == 0x00028C, "Member 'UBGWUIConfigDataAsset::TalentAllResetLongPressTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, TalentTabResetLongPressTime) == 0x000290, "Member 'UBGWUIConfigDataAsset::TalentTabResetLongPressTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, LegacyMouseAreaDelayCheckTime) == 0x000294, "Member 'UBGWUIConfigDataAsset::LegacyMouseAreaDelayCheckTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, SliderDelayInputGap) == 0x000298, "Member 'UBGWUIConfigDataAsset::SliderDelayInputGap' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, SettingHpConfig) == 0x0002A0, "Member 'UBGWUIConfigDataAsset::SettingHpConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, InputTipsConfig) == 0x0002B0, "Member 'UBGWUIConfigDataAsset::InputTipsConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, DelaySkippableTime) == 0x000300, "Member 'UBGWUIConfigDataAsset::DelaySkippableTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIConfigDataAsset, MediaClampTimeMap) == 0x000308, "Member 'UBGWUIConfigDataAsset::MediaClampTimeMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerConditionBase \ +static_assert(alignof(UPerformerConditionBase) == 0x000008, "Wrong alignment on UPerformerConditionBase"); \ +static_assert(sizeof(UPerformerConditionBase) == 0x000028, "Wrong size on UPerformerConditionBase"); \ + +#define DUMPER7_ASSERTS_UBGU_DispLibFXActorGSArtFresnelData \ +static_assert(alignof(UBGU_DispLibFXActorGSArtFresnelData) == 0x000008, "Wrong alignment on UBGU_DispLibFXActorGSArtFresnelData"); \ +static_assert(sizeof(UBGU_DispLibFXActorGSArtFresnelData) == 0x000118, "Wrong size on UBGU_DispLibFXActorGSArtFresnelData"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, Priority) == 0x0000D0, "Member 'UBGU_DispLibFXActorGSArtFresnelData::Priority' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, FirstDelayTime) == 0x0000D4, "Member 'UBGU_DispLibFXActorGSArtFresnelData::FirstDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, Time) == 0x0000D8, "Member 'UBGU_DispLibFXActorGSArtFresnelData::Time' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, OnePeriodTime) == 0x0000DC, "Member 'UBGU_DispLibFXActorGSArtFresnelData::OnePeriodTime' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, BrightValue) == 0x0000E4, "Member 'UBGU_DispLibFXActorGSArtFresnelData::BrightValue' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, DarkValue) == 0x0000E8, "Member 'UBGU_DispLibFXActorGSArtFresnelData::DarkValue' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, GSArtFresnelPower) == 0x0000F0, "Member 'UBGU_DispLibFXActorGSArtFresnelData::GSArtFresnelPower' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, BottomAlpha) == 0x0000FC, "Member 'UBGU_DispLibFXActorGSArtFresnelData::BottomAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, TopAlpha) == 0x000100, "Member 'UBGU_DispLibFXActorGSArtFresnelData::TopAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, FColor_Out) == 0x000108, "Member 'UBGU_DispLibFXActorGSArtFresnelData::FColor_Out' has a wrong offset!"); \ +static_assert(offsetof(UBGU_DispLibFXActorGSArtFresnelData, FColor_In) == 0x000110, "Member 'UBGU_DispLibFXActorGSArtFresnelData::FColor_In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PostSeamlessLevelTravel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PostSeamlessLevelTravel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PostSeamlessLevelTravel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PostSeamlessLevelTravel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PostSeamlessLevelTravel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PostSeamlessLevelTravel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PostSeamlessLevelTravel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PostSeamlessLevelTravel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_TerrainEffectConfig \ +static_assert(alignof(UBGW_TerrainEffectConfig) == 0x000008, "Wrong alignment on UBGW_TerrainEffectConfig"); \ +static_assert(sizeof(UBGW_TerrainEffectConfig) == 0x000080, "Wrong size on UBGW_TerrainEffectConfig"); \ +static_assert(offsetof(UBGW_TerrainEffectConfig, TerrainList) == 0x000030, "Member 'UBGW_TerrainEffectConfig::TerrainList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_HasArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_HasArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_HasArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_HasArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_HasArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_HasArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_HasArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_HasArchive \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_HasArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_HasArchive"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_HasArchive) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_HasArchive"); \ + +#define DUMPER7_ASSERTS_UNiagaraRefBy_DBCDA_Description_Collection \ +static_assert(alignof(UNiagaraRefBy_DBCDA_Description_Collection) == 0x000008, "Wrong alignment on UNiagaraRefBy_DBCDA_Description_Collection"); \ +static_assert(sizeof(UNiagaraRefBy_DBCDA_Description_Collection) == 0x000050, "Wrong size on UNiagaraRefBy_DBCDA_Description_Collection"); \ +static_assert(offsetof(UNiagaraRefBy_DBCDA_Description_Collection, DBCDAPath) == 0x000028, "Member 'UNiagaraRefBy_DBCDA_Description_Collection::DBCDAPath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRefBy_DBCDA_Description_Collection, DBCDAUsedBy) == 0x000038, "Member 'UNiagaraRefBy_DBCDA_Description_Collection::DBCDAUsedBy' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRefBy_DBCDA_Description_Collection, RefCount) == 0x000048, "Member 'UNiagaraRefBy_DBCDA_Description_Collection::RefCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorDBCPreviewToolActor_ReceiveEndPlay \ +static_assert(alignof(DispLib_EditorDBCPreviewToolActor_ReceiveEndPlay) == 0x000001, "Wrong alignment on DispLib_EditorDBCPreviewToolActor_ReceiveEndPlay"); \ +static_assert(sizeof(DispLib_EditorDBCPreviewToolActor_ReceiveEndPlay) == 0x000001, "Wrong size on DispLib_EditorDBCPreviewToolActor_ReceiveEndPlay"); \ +static_assert(offsetof(DispLib_EditorDBCPreviewToolActor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'DispLib_EditorDBCPreviewToolActor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorDBCPreviewToolActor_OnWorldCleanup \ +static_assert(alignof(DispLib_EditorDBCPreviewToolActor_OnWorldCleanup) == 0x000008, "Wrong alignment on DispLib_EditorDBCPreviewToolActor_OnWorldCleanup"); \ +static_assert(sizeof(DispLib_EditorDBCPreviewToolActor_OnWorldCleanup) == 0x000010, "Wrong size on DispLib_EditorDBCPreviewToolActor_OnWorldCleanup"); \ +static_assert(offsetof(DispLib_EditorDBCPreviewToolActor_OnWorldCleanup, World) == 0x000000, "Member 'DispLib_EditorDBCPreviewToolActor_OnWorldCleanup::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorDBCPreviewToolActor_ReceiveTick \ +static_assert(alignof(DispLib_EditorDBCPreviewToolActor_ReceiveTick) == 0x000004, "Wrong alignment on DispLib_EditorDBCPreviewToolActor_ReceiveTick"); \ +static_assert(sizeof(DispLib_EditorDBCPreviewToolActor_ReceiveTick) == 0x000004, "Wrong size on DispLib_EditorDBCPreviewToolActor_ReceiveTick"); \ +static_assert(offsetof(DispLib_EditorDBCPreviewToolActor_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DispLib_EditorDBCPreviewToolActor_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADispLib_EditorDBCPreviewToolActor \ +static_assert(alignof(ADispLib_EditorDBCPreviewToolActor) == 0x000008, "Wrong alignment on ADispLib_EditorDBCPreviewToolActor"); \ +static_assert(sizeof(ADispLib_EditorDBCPreviewToolActor) == 0x000298, "Wrong size on ADispLib_EditorDBCPreviewToolActor"); \ + +#define DUMPER7_ASSERTS_UNiagaraRefBy_AnimNotify_Niagara_Description_Collection \ +static_assert(alignof(UNiagaraRefBy_AnimNotify_Niagara_Description_Collection) == 0x000008, "Wrong alignment on UNiagaraRefBy_AnimNotify_Niagara_Description_Collection"); \ +static_assert(sizeof(UNiagaraRefBy_AnimNotify_Niagara_Description_Collection) == 0x000040, "Wrong size on UNiagaraRefBy_AnimNotify_Niagara_Description_Collection"); \ +static_assert(offsetof(UNiagaraRefBy_AnimNotify_Niagara_Description_Collection, AnimAssetPath) == 0x000028, "Member 'UNiagaraRefBy_AnimNotify_Niagara_Description_Collection::AnimAssetPath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRefBy_AnimNotify_Niagara_Description_Collection, RefCount) == 0x000038, "Member 'UNiagaraRefBy_AnimNotify_Niagara_Description_Collection::RefCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_WorldSettings_OnLevelPreSave \ +static_assert(alignof(BGW_WorldSettings_OnLevelPreSave) == 0x000008, "Wrong alignment on BGW_WorldSettings_OnLevelPreSave"); \ +static_assert(sizeof(BGW_WorldSettings_OnLevelPreSave) == 0x000010, "Wrong size on BGW_WorldSettings_OnLevelPreSave"); \ +static_assert(offsetof(BGW_WorldSettings_OnLevelPreSave, Level) == 0x000000, "Member 'BGW_WorldSettings_OnLevelPreSave::Level' has a wrong offset!"); \ +static_assert(offsetof(BGW_WorldSettings_OnLevelPreSave, World) == 0x000008, "Member 'BGW_WorldSettings_OnLevelPreSave::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGW_WorldSettings \ +static_assert(alignof(ABGW_WorldSettings) == 0x000008, "Wrong alignment on ABGW_WorldSettings"); \ +static_assert(sizeof(ABGW_WorldSettings) == 0x0005B0, "Wrong size on ABGW_WorldSettings"); \ +static_assert(offsetof(ABGW_WorldSettings, DefaultGroupAIMgrConfigDataAsset) == 0x0004A8, "Member 'ABGW_WorldSettings::DefaultGroupAIMgrConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, DefaultGroupAIBattleHotZoneConfigDataAsset) == 0x0004B0, "Member 'ABGW_WorldSettings::DefaultGroupAIBattleHotZoneConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, DefaultEnvironmentSurfaceEffectID) == 0x0004B8, "Member 'ABGW_WorldSettings::DefaultEnvironmentSurfaceEffectID' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, DefaultWeatherType) == 0x0004BC, "Member 'ABGW_WorldSettings::DefaultWeatherType' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, EnterLevelEvent) == 0x0004C0, "Member 'ABGW_WorldSettings::EnterLevelEvent' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, ExitLevelEvent) == 0x0004C8, "Member 'ABGW_WorldSettings::ExitLevelEvent' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, EnterLevelEventLocation) == 0x0004D0, "Member 'ABGW_WorldSettings::EnterLevelEventLocation' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, AxisLength) == 0x0004EC, "Member 'ABGW_WorldSettings::AxisLength' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, GameObjectRefreshInterval) == 0x0004F0, "Member 'ABGW_WorldSettings::GameObjectRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, ShowObjectRangeMeter) == 0x0004F4, "Member 'ABGW_WorldSettings::ShowObjectRangeMeter' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, RootQuestGraph) == 0x0004F8, "Member 'ABGW_WorldSettings::RootQuestGraph' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, QuestRunDelaySeconds) == 0x000500, "Member 'ABGW_WorldSettings::QuestRunDelaySeconds' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, PlayOnStartNiagaraPaths) == 0x000508, "Member 'ABGW_WorldSettings::PlayOnStartNiagaraPaths' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, NiagaraPlayLocation) == 0x000518, "Member 'ABGW_WorldSettings::NiagaraPlayLocation' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, CellPatitionInsatnceConfig) == 0x000530, "Member 'ABGW_WorldSettings::CellPatitionInsatnceConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, TROCellPatitionLayerConfig) == 0x000580, "Member 'ABGW_WorldSettings::TROCellPatitionLayerConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, RepGraphCellPatitionLayerConfig) == 0x000590, "Member 'ABGW_WorldSettings::RepGraphCellPatitionLayerConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGW_WorldSettings, TamerSettingConfigDataAsset) == 0x0005A8, "Member 'ABGW_WorldSettings::TamerSettingConfigDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADispLib_EditorExportLevelToHoudini \ +static_assert(alignof(ADispLib_EditorExportLevelToHoudini) == 0x000008, "Wrong alignment on ADispLib_EditorExportLevelToHoudini"); \ +static_assert(sizeof(ADispLib_EditorExportLevelToHoudini) == 0x000330, "Wrong size on ADispLib_EditorExportLevelToHoudini"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, FilterByTag) == 0x000298, "Member 'ADispLib_EditorExportLevelToHoudini::FilterByTag' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, ExcludedObjects) == 0x0002A8, "Member 'ADispLib_EditorExportLevelToHoudini::ExcludedObjects' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, LevelJsonFileExportPath) == 0x0002B8, "Member 'ADispLib_EditorExportLevelToHoudini::LevelJsonFileExportPath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, LevelJsonFileName) == 0x0002C0, "Member 'ADispLib_EditorExportLevelToHoudini::LevelJsonFileName' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, UnrealAssetsExportPath) == 0x0002CC, "Member 'ADispLib_EditorExportLevelToHoudini::UnrealAssetsExportPath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, NaniteFallbackMeshExportPath) == 0x0002D4, "Member 'ADispLib_EditorExportLevelToHoudini::NaniteFallbackMeshExportPath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, MeshExportMode) == 0x0002DC, "Member 'ADispLib_EditorExportLevelToHoudini::MeshExportMode' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, TextureExportMode) == 0x0002DD, "Member 'ADispLib_EditorExportLevelToHoudini::TextureExportMode' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, NotMeragedActorsJsonFilePath) == 0x0002E0, "Member 'ADispLib_EditorExportLevelToHoudini::NotMeragedActorsJsonFilePath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, LimitBoxJsonFilePath) == 0x0002E8, "Member 'ADispLib_EditorExportLevelToHoudini::LimitBoxJsonFilePath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, PerUnitCellSize) == 0x0002F0, "Member 'ADispLib_EditorExportLevelToHoudini::PerUnitCellSize' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, LimitBoxCenterPosArray) == 0x000308, "Member 'ADispLib_EditorExportLevelToHoudini::LimitBoxCenterPosArray' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, LimitBoxStartEndIndexInfo) == 0x000318, "Member 'ADispLib_EditorExportLevelToHoudini::LimitBoxStartEndIndexInfo' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, MergedChunkIndex) == 0x000328, "Member 'ADispLib_EditorExportLevelToHoudini::MergedChunkIndex' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorExportLevelToHoudini, HeightLimit) == 0x00032C, "Member 'ADispLib_EditorExportLevelToHoudini::HeightLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGameInstanceSystemBaseUObj \ +static_assert(alignof(UGameInstanceSystemBaseUObj) == 0x000008, "Wrong alignment on UGameInstanceSystemBaseUObj"); \ +static_assert(sizeof(UGameInstanceSystemBaseUObj) == 0x000028, "Wrong size on UGameInstanceSystemBaseUObj"); \ + +#define DUMPER7_ASSERTS_UBIS_AssociationUniMgr \ +static_assert(alignof(UBIS_AssociationUniMgr) == 0x000008, "Wrong alignment on UBIS_AssociationUniMgr"); \ +static_assert(sizeof(UBIS_AssociationUniMgr) == 0x000028, "Wrong size on UBIS_AssociationUniMgr"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_NPCShow \ +static_assert(alignof(UBED_ProcessStateNode_NPCShow) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_NPCShow"); \ +static_assert(sizeof(UBED_ProcessStateNode_NPCShow) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_NPCShow"); \ + +#define DUMPER7_ASSERTS_OverlapBoxBinder_OnActorLeave \ +static_assert(alignof(OverlapBoxBinder_OnActorLeave) == 0x000008, "Wrong alignment on OverlapBoxBinder_OnActorLeave"); \ +static_assert(sizeof(OverlapBoxBinder_OnActorLeave) == 0x000010, "Wrong size on OverlapBoxBinder_OnActorLeave"); \ +static_assert(offsetof(OverlapBoxBinder_OnActorLeave, OverlappedActor) == 0x000000, "Member 'OverlapBoxBinder_OnActorLeave::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(OverlapBoxBinder_OnActorLeave, OtherActor) == 0x000008, "Member 'OverlapBoxBinder_OnActorLeave::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlapBoxBinder_OnActorEnter \ +static_assert(alignof(OverlapBoxBinder_OnActorEnter) == 0x000008, "Wrong alignment on OverlapBoxBinder_OnActorEnter"); \ +static_assert(sizeof(OverlapBoxBinder_OnActorEnter) == 0x000010, "Wrong size on OverlapBoxBinder_OnActorEnter"); \ +static_assert(offsetof(OverlapBoxBinder_OnActorEnter, OverlappedActor) == 0x000000, "Member 'OverlapBoxBinder_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(OverlapBoxBinder_OnActorEnter, OtherActor) == 0x000008, "Member 'OverlapBoxBinder_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlapBoxBinder \ +static_assert(alignof(UOverlapBoxBinder) == 0x000008, "Wrong alignment on UOverlapBoxBinder"); \ +static_assert(sizeof(UOverlapBoxBinder) == 0x000028, "Wrong size on UOverlapBoxBinder"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CheckGSSdkUserConfig_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_CheckGSSdkUserConfig \ +static_assert(alignof(UBED_FSMNode_GI_Loading_CheckGSSdkUserConfig) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_CheckGSSdkUserConfig"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_CheckGSSdkUserConfig) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_CheckGSSdkUserConfig"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_CheckGSSdkUserConfig, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_CheckGSSdkUserConfig::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBasicActionBase \ +static_assert(alignof(UBasicActionBase) == 0x000008, "Wrong alignment on UBasicActionBase"); \ +static_assert(sizeof(UBasicActionBase) == 0x000040, "Wrong size on UBasicActionBase"); \ +static_assert(offsetof(UBasicActionBase, OwnCharacter) == 0x000028, "Member 'UBasicActionBase::OwnCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBasicActionBase, CurAIRequest) == 0x000030, "Member 'UBasicActionBase::CurAIRequest' has a wrong offset!"); \ +static_assert(offsetof(UBasicActionBase, AIBasicActionType) == 0x000038, "Member 'UBasicActionBase::AIBasicActionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_DispLibGameDBDataAsset \ +static_assert(alignof(UBGW_DispLibGameDBDataAsset) == 0x000008, "Wrong alignment on UBGW_DispLibGameDBDataAsset"); \ +static_assert(sizeof(UBGW_DispLibGameDBDataAsset) == 0x000050, "Wrong size on UBGW_DispLibGameDBDataAsset"); \ +static_assert(offsetof(UBGW_DispLibGameDBDataAsset, DispConstDA) == 0x000030, "Member 'UBGW_DispLibGameDBDataAsset::DispConstDA' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibGameDBDataAsset, CameraEnvFXDA) == 0x000038, "Member 'UBGW_DispLibGameDBDataAsset::CameraEnvFXDA' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibGameDBDataAsset, FNameCacheDA) == 0x000040, "Member 'UBGW_DispLibGameDBDataAsset::FNameCacheDA' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibGameDBDataAsset, UniversalArtFresnelCacheDA) == 0x000048, "Member 'UBGW_DispLibGameDBDataAsset::UniversalArtFresnelCacheDA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorCompBaseUObj \ +static_assert(alignof(UActorCompBaseUObj) == 0x000008, "Wrong alignment on UActorCompBaseUObj"); \ +static_assert(sizeof(UActorCompBaseUObj) == 0x000028, "Wrong size on UActorCompBaseUObj"); \ + +#define DUMPER7_ASSERTS_BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo \ +static_assert(alignof(BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo) == 0x000004, "Wrong alignment on BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo"); \ +static_assert(sizeof(BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo) == 0x00000C, "Wrong size on BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo"); \ +static_assert(offsetof(BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo, TargetCameraGroupId) == 0x000000, "Member 'BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo::TargetCameraGroupId' has a wrong offset!"); \ +static_assert(offsetof(BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo, alpha) == 0x000004, "Member 'BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo::alpha' has a wrong offset!"); \ +static_assert(offsetof(BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo, BlendTime) == 0x000008, "Member 'BUS_PlayerCameraCompUObj_OnSwitchCameraGroupTo::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_PlayerCameraCompUObj \ +static_assert(alignof(UBUS_PlayerCameraCompUObj) == 0x000008, "Wrong alignment on UBUS_PlayerCameraCompUObj"); \ +static_assert(sizeof(UBUS_PlayerCameraCompUObj) == 0x000028, "Wrong size on UBUS_PlayerCameraCompUObj"); \ + +#define DUMPER7_ASSERTS_BGW_ChapterView820Mgr_OnAKBStateEndFunc \ +static_assert(alignof(BGW_ChapterView820Mgr_OnAKBStateEndFunc) == 0x000004, "Wrong alignment on BGW_ChapterView820Mgr_OnAKBStateEndFunc"); \ +static_assert(sizeof(BGW_ChapterView820Mgr_OnAKBStateEndFunc) == 0x000014, "Wrong size on BGW_ChapterView820Mgr_OnAKBStateEndFunc"); \ +static_assert(offsetof(BGW_ChapterView820Mgr_OnAKBStateEndFunc, BeginStateName) == 0x000000, "Member 'BGW_ChapterView820Mgr_OnAKBStateEndFunc::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(BGW_ChapterView820Mgr_OnAKBStateEndFunc, EndStateName) == 0x000008, "Member 'BGW_ChapterView820Mgr_OnAKBStateEndFunc::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_ChapterView820Mgr \ +static_assert(alignof(UBGW_ChapterView820Mgr) == 0x000008, "Wrong alignment on UBGW_ChapterView820Mgr"); \ +static_assert(sizeof(UBGW_ChapterView820Mgr) == 0x000028, "Wrong size on UBGW_ChapterView820Mgr"); \ + +#define DUMPER7_ASSERTS_UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection \ +static_assert(alignof(UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection) == 0x000008, "Wrong alignment on UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection"); \ +static_assert(sizeof(UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection) == 0x000050, "Wrong size on UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection"); \ +static_assert(offsetof(UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection, DBCDAPath) == 0x000028, "Member 'UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection::DBCDAPath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection, RefByAnimAssetPath) == 0x000038, "Member 'UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection::RefByAnimAssetPath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection, RefCount) == 0x000048, "Member 'UNiagaraRefBy_AnimNotify_DBCDA_Description_Collection::RefCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_LogicalAnd_CanUserAddInputInCS \ +static_assert(alignof(BED_BehaviorNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_BehaviorNode_LogicalAnd_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_BehaviorNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_BehaviorNode_LogicalAnd_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_LogicalAnd_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_LogicalAnd_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_LogicalAnd_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_LogicalAnd_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_LogicalAnd_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_LogicalAnd_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_LogicalAnd_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_LogicalAnd \ +static_assert(alignof(UBED_BehaviorNode_LogicalAnd) == 0x000008, "Wrong alignment on UBED_BehaviorNode_LogicalAnd"); \ +static_assert(sizeof(UBED_BehaviorNode_LogicalAnd) == 0x0002A0, "Wrong size on UBED_BehaviorNode_LogicalAnd"); \ + +#define DUMPER7_ASSERTS_UNiagaraRefBy_Projectile_Description_Collection \ +static_assert(alignof(UNiagaraRefBy_Projectile_Description_Collection) == 0x000008, "Wrong alignment on UNiagaraRefBy_Projectile_Description_Collection"); \ +static_assert(sizeof(UNiagaraRefBy_Projectile_Description_Collection) == 0x000040, "Wrong size on UNiagaraRefBy_Projectile_Description_Collection"); \ +static_assert(offsetof(UNiagaraRefBy_Projectile_Description_Collection, ProjectileAssetPath) == 0x000028, "Member 'UNiagaraRefBy_Projectile_Description_Collection::ProjectileAssetPath' has a wrong offset!"); \ +static_assert(offsetof(UNiagaraRefBy_Projectile_Description_Collection, RefCount) == 0x000038, "Member 'UNiagaraRefBy_Projectile_Description_Collection::RefCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_CheckGSSdkServerConfig \ +static_assert(alignof(UBED_FSMNode_GI_Loading_CheckGSSdkServerConfig) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_CheckGSSdkServerConfig"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_CheckGSSdkServerConfig) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_CheckGSSdkServerConfig"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_CheckGSSdkServerConfig, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_CheckGSSdkServerConfig::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSimpleActorBaseCS_ReceiveEndPlay \ +static_assert(alignof(BGUSimpleActorBaseCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUSimpleActorBaseCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGUSimpleActorBaseCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGUSimpleActorBaseCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGUSimpleActorBaseCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUSimpleActorBaseCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSimpleActorBaseCS \ +static_assert(alignof(ABGUSimpleActorBaseCS) == 0x000008, "Wrong alignment on ABGUSimpleActorBaseCS"); \ +static_assert(sizeof(ABGUSimpleActorBaseCS) == 0x0002F0, "Wrong size on ABGUSimpleActorBaseCS"); \ +static_assert(offsetof(ABGUSimpleActorBaseCS, DataComp) == 0x0002E0, "Member 'ABGUSimpleActorBaseCS::DataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSimpleActorBaseCS, ActorCompContainerCS) == 0x0002E8, "Member 'ABGUSimpleActorBaseCS::ActorCompContainerCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBaseCS_OnConstructionCS \ +static_assert(alignof(BGUActorBaseCS_OnConstructionCS) == 0x000010, "Wrong alignment on BGUActorBaseCS_OnConstructionCS"); \ +static_assert(sizeof(BGUActorBaseCS_OnConstructionCS) == 0x000060, "Wrong size on BGUActorBaseCS_OnConstructionCS"); \ +static_assert(offsetof(BGUActorBaseCS_OnConstructionCS, Transform) == 0x000000, "Member 'BGUActorBaseCS_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBaseCS_ReceiveEndPlay \ +static_assert(alignof(BGUActorBaseCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUActorBaseCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGUActorBaseCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGUActorBaseCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGUActorBaseCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUActorBaseCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUActorBaseCS_GetActorGuidCS \ +static_assert(alignof(BGUActorBaseCS_GetActorGuidCS) == 0x000008, "Wrong alignment on BGUActorBaseCS_GetActorGuidCS"); \ +static_assert(sizeof(BGUActorBaseCS_GetActorGuidCS) == 0x000018, "Wrong size on BGUActorBaseCS_GetActorGuidCS"); \ +static_assert(offsetof(BGUActorBaseCS_GetActorGuidCS, OutActorGuid) == 0x000000, "Member 'BGUActorBaseCS_GetActorGuidCS::OutActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUActorBaseCS \ +static_assert(alignof(ABGUActorBaseCS) == 0x000008, "Wrong alignment on ABGUActorBaseCS"); \ +static_assert(sizeof(ABGUActorBaseCS) == 0x000308, "Wrong size on ABGUActorBaseCS"); \ +static_assert(offsetof(ABGUActorBaseCS, GuidComp) == 0x0002F0, "Member 'ABGUActorBaseCS::GuidComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBaseCS, SaveInitDataComp) == 0x0002F8, "Member 'ABGUActorBaseCS::SaveInitDataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUActorBaseCS, ActorConfigInfoComp) == 0x000300, "Member 'ABGUActorBaseCS::ActorConfigInfoComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTrainDummyMgrActor \ +static_assert(alignof(ABGUTrainDummyMgrActor) == 0x000008, "Wrong alignment on ABGUTrainDummyMgrActor"); \ +static_assert(sizeof(ABGUTrainDummyMgrActor) == 0x000310, "Wrong size on ABGUTrainDummyMgrActor"); \ +static_assert(offsetof(ABGUTrainDummyMgrActor, ZBBTrainMgrConfigComp) == 0x000308, "Member 'ABGUTrainDummyMgrActor::ZBBTrainMgrConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGG_GameStateDataCompB1 \ +static_assert(alignof(UBGG_GameStateDataCompB1) == 0x000008, "Wrong alignment on UBGG_GameStateDataCompB1"); \ +static_assert(sizeof(UBGG_GameStateDataCompB1) == 0x0000D0, "Wrong size on UBGG_GameStateDataCompB1"); \ + +#define DUMPER7_ASSERTS_ABGUPerformerController \ +static_assert(alignof(ABGUPerformerController) == 0x000008, "Wrong alignment on ABGUPerformerController"); \ +static_assert(sizeof(ABGUPerformerController) == 0x000310, "Wrong size on ABGUPerformerController"); \ +static_assert(offsetof(ABGUPerformerController, ConfigComp) == 0x000308, "Member 'ABGUPerformerController::ConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUC_DispLibDispBaseConfigDataAsset \ +static_assert(alignof(UBUC_DispLibDispBaseConfigDataAsset) == 0x000008, "Wrong alignment on UBUC_DispLibDispBaseConfigDataAsset"); \ +static_assert(sizeof(UBUC_DispLibDispBaseConfigDataAsset) == 0x000140, "Wrong size on UBUC_DispLibDispBaseConfigDataAsset"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, PlayCascade) == 0x000030, "Member 'UBUC_DispLibDispBaseConfigDataAsset::PlayCascade' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, PlayNiagara) == 0x000040, "Member 'UBUC_DispLibDispBaseConfigDataAsset::PlayNiagara' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, PlayAdvanceNiagara) == 0x000050, "Member 'UBUC_DispLibDispBaseConfigDataAsset::PlayAdvanceNiagara' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, PlayArtFresnel) == 0x000060, "Member 'UBUC_DispLibDispBaseConfigDataAsset::PlayArtFresnel' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, PlayCameraShake) == 0x000070, "Member 'UBUC_DispLibDispBaseConfigDataAsset::PlayCameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, PlayCustomCameraShake) == 0x000080, "Member 'UBUC_DispLibDispBaseConfigDataAsset::PlayCustomCameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, PlayAudio) == 0x000090, "Member 'UBUC_DispLibDispBaseConfigDataAsset::PlayAudio' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, SpawnSimpleActor) == 0x0000A0, "Member 'UBUC_DispLibDispBaseConfigDataAsset::SpawnSimpleActor' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, WEFMWind) == 0x0000B0, "Member 'UBUC_DispLibDispBaseConfigDataAsset::WEFMWind' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, ScenePhysicalInteractor) == 0x0000C0, "Member 'UBUC_DispLibDispBaseConfigDataAsset::ScenePhysicalInteractor' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, ChangeMaterial) == 0x0000D0, "Member 'UBUC_DispLibDispBaseConfigDataAsset::ChangeMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, ModifyMaterial) == 0x0000E0, "Member 'UBUC_DispLibDispBaseConfigDataAsset::ModifyMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, ModifyNiagaraParams) == 0x0000F0, "Member 'UBUC_DispLibDispBaseConfigDataAsset::ModifyNiagaraParams' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, ModifyMPCParams) == 0x000100, "Member 'UBUC_DispLibDispBaseConfigDataAsset::ModifyMPCParams' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, CustomEvents) == 0x000110, "Member 'UBUC_DispLibDispBaseConfigDataAsset::CustomEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, MetaString) == 0x000120, "Member 'UBUC_DispLibDispBaseConfigDataAsset::MetaString' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, DelayDestroyTime) == 0x000128, "Member 'UBUC_DispLibDispBaseConfigDataAsset::DelayDestroyTime' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDispBaseConfigDataAsset, CachedSoftObjectActualResources) == 0x000130, "Member 'UBUC_DispLibDispBaseConfigDataAsset::CachedSoftObjectActualResources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_Base \ +static_assert(alignof(UBAIT_Base) == 0x000008, "Wrong alignment on UBAIT_Base"); \ +static_assert(sizeof(UBAIT_Base) == 0x0000A8, "Wrong size on UBAIT_Base"); \ + +#define DUMPER7_ASSERTS_UBAIT_EQSTurnAround \ +static_assert(alignof(UBAIT_EQSTurnAround) == 0x000008, "Wrong alignment on UBAIT_EQSTurnAround"); \ +static_assert(sizeof(UBAIT_EQSTurnAround) == 0x0000D8, "Wrong size on UBAIT_EQSTurnAround"); \ +static_assert(offsetof(UBAIT_EQSTurnAround, BeginRotateAngle) == 0x0000AC, "Member 'UBAIT_EQSTurnAround::BeginRotateAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSTurnAround, AcceptableRadius) == 0x0000B0, "Member 'UBAIT_EQSTurnAround::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSTurnAround, EQSTemplate) == 0x0000B8, "Member 'UBAIT_EQSTurnAround::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSTurnAround, MoveAIType) == 0x0000C0, "Member 'UBAIT_EQSTurnAround::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSTurnAround, SpeedRateType) == 0x0000C1, "Member 'UBAIT_EQSTurnAround::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSTurnAround, AutoUpdatePathTime) == 0x0000C4, "Member 'UBAIT_EQSTurnAround::AutoUpdatePathTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSTurnAround, OwnerCharacter) == 0x0000D0, "Member 'UBAIT_EQSTurnAround::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset) == 0x000028, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset, ProjectileAssetPath) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset::ProjectileAssetPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset, NiagaraAssetPath) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_CheckProjectileUseUnrealNiagaraCompWithLowNiagaraAsset::NiagaraAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList) == 0x000020, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList, NiagaraRefDCList) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList::NiagaraRefDCList' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList, ReturnValue) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonParam_NiagaraPathArrayFromNiagaraRefDCList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID) == 0x000018, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID, ResID) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID::ResID' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID, ReturnValue) == 0x000008, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetUnitAllSkillAnimAssetPathByResID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath) == 0x000028, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath, Outer_0) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath, AllUnitTamerAssetPath) == 0x000008, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath::AllUnitTamerAssetPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath, ReturnValue) == 0x000018, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetAllUnitsUsedAllNiagaraSystemPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig) == 0x000060, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig, ConfigTxtPath) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig::ConfigTxtPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig, ReturnValue) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetEditorNiagaraReviewToolConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath) == 0x000028, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath, Outer_0) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath, UnitTamerAssetPath) == 0x000008, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath::UnitTamerAssetPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath, ReturnValue) == 0x000018, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetUnitUsedAllNiagaraSystemPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath) == 0x000020, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath, NiagaraAssetPath) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath::NiagaraAssetPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath, ReturnValue) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraExpectedLowAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount) == 0x000018, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount, AllReturnLog) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount::AllReturnLog' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount, ReturnValue) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonReturnLogIndexCount::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog) == 0x000028, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog, AllReturnLog) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog::AllReturnLog' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog, ResultIndex) == 0x000014, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog::ResultIndex' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog, ReturnValue) == 0x000018, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonResultFromReturnLog::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath) == 0x000028, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath, NiagaraAssetPath) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath::NiagaraAssetPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath, LowAssetPath) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetNiagaraSystemLowAssetPath::LowAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_NiagaraSystemIsLowAsset \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_NiagaraSystemIsLowAsset) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_NiagaraSystemIsLowAsset"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_NiagaraSystemIsLowAsset) == 0x000018, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_NiagaraSystemIsLowAsset"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_NiagaraSystemIsLowAsset, NiagaraAssetPath) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_NiagaraSystemIsLowAsset::NiagaraAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath) == 0x000018, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath, UnitTamerAssetPath) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath::UnitTamerAssetPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath, ReturnValue) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetUnitResIDByAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GetPythonFuncLibPath \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonFuncLibPath) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonFuncLibPath"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonFuncLibPath) == 0x000010, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GetPythonFuncLibPath"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GetPythonFuncLibPath, ReturnValue) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GetPythonFuncLibPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_TryGetSeqRefInfo \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_TryGetSeqRefInfo) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_TryGetSeqRefInfo"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_TryGetSeqRefInfo) == 0x000008, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_TryGetSeqRefInfo"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_TryGetSeqRefInfo, DA) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_TryGetSeqRefInfo::DA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_GooseMainTest \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_GooseMainTest) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_GooseMainTest"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_GooseMainTest) == 0x000008, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_GooseMainTest"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_GooseMainTest, Obj) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_GooseMainTest::Obj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorNiagaraReviewToolFuncLib_SplitString \ +static_assert(alignof(DispLib_EditorNiagaraReviewToolFuncLib_SplitString) == 0x000008, "Wrong alignment on DispLib_EditorNiagaraReviewToolFuncLib_SplitString"); \ +static_assert(sizeof(DispLib_EditorNiagaraReviewToolFuncLib_SplitString) == 0x000030, "Wrong size on DispLib_EditorNiagaraReviewToolFuncLib_SplitString"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_SplitString, SourceString) == 0x000000, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_SplitString::SourceString' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_SplitString, SplitBy) == 0x000010, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_SplitString::SplitBy' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorNiagaraReviewToolFuncLib_SplitString, ReturnValue) == 0x000020, "Member 'DispLib_EditorNiagaraReviewToolFuncLib_SplitString::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_EditorNiagaraReviewToolFuncLib \ +static_assert(alignof(UDispLib_EditorNiagaraReviewToolFuncLib) == 0x000008, "Wrong alignment on UDispLib_EditorNiagaraReviewToolFuncLib"); \ +static_assert(sizeof(UDispLib_EditorNiagaraReviewToolFuncLib) == 0x000028, "Wrong size on UDispLib_EditorNiagaraReviewToolFuncLib"); \ + +#define DUMPER7_ASSERTS_UDelegateWrapperBase \ +static_assert(alignof(UDelegateWrapperBase) == 0x000008, "Wrong alignment on UDelegateWrapperBase"); \ +static_assert(sizeof(UDelegateWrapperBase) == 0x000028, "Wrong size on UDelegateWrapperBase"); \ + +#define DUMPER7_ASSERTS_FOnEditableTextBoxCommittedEventWrapper_Callback \ +static_assert(alignof(FOnEditableTextBoxCommittedEventWrapper_Callback) == 0x000008, "Wrong alignment on FOnEditableTextBoxCommittedEventWrapper_Callback"); \ +static_assert(sizeof(FOnEditableTextBoxCommittedEventWrapper_Callback) == 0x000020, "Wrong size on FOnEditableTextBoxCommittedEventWrapper_Callback"); \ +static_assert(offsetof(FOnEditableTextBoxCommittedEventWrapper_Callback, Text) == 0x000000, "Member 'FOnEditableTextBoxCommittedEventWrapper_Callback::Text' has a wrong offset!"); \ +static_assert(offsetof(FOnEditableTextBoxCommittedEventWrapper_Callback, CommitMethod) == 0x000018, "Member 'FOnEditableTextBoxCommittedEventWrapper_Callback::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnEditableTextBoxCommittedEventWrapper \ +static_assert(alignof(UFOnEditableTextBoxCommittedEventWrapper) == 0x000008, "Wrong alignment on UFOnEditableTextBoxCommittedEventWrapper"); \ +static_assert(sizeof(UFOnEditableTextBoxCommittedEventWrapper) == 0x000028, "Wrong size on UFOnEditableTextBoxCommittedEventWrapper"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitMatchStart_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitMatchStart_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitMatchStart_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitMatchStart_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitMatchStart_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitMatchStart_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitMatchStart_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitMatchStart_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitMatchStart \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitMatchStart) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitMatchStart"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitMatchStart) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitMatchStart"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitMatchStart, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitMatchStart::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGSInputWidgetCS \ +static_assert(alignof(UUGSInputWidgetCS) == 0x000008, "Wrong alignment on UUGSInputWidgetCS"); \ +static_assert(sizeof(UUGSInputWidgetCS) == 0x000298, "Wrong size on UUGSInputWidgetCS"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnRemovedFromFocusPath \ +static_assert(alignof(BUI_Widget_OnRemovedFromFocusPath) == 0x000004, "Wrong alignment on BUI_Widget_OnRemovedFromFocusPath"); \ +static_assert(sizeof(BUI_Widget_OnRemovedFromFocusPath) == 0x000008, "Wrong size on BUI_Widget_OnRemovedFromFocusPath"); \ +static_assert(offsetof(BUI_Widget_OnRemovedFromFocusPath, InFocusEvent) == 0x000000, "Member 'BUI_Widget_OnRemovedFromFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnAnalogValueChanged \ +static_assert(alignof(BUI_Widget_OnAnalogValueChanged) == 0x000008, "Wrong alignment on BUI_Widget_OnAnalogValueChanged"); \ +static_assert(sizeof(BUI_Widget_OnAnalogValueChanged) == 0x000138, "Wrong size on BUI_Widget_OnAnalogValueChanged"); \ +static_assert(offsetof(BUI_Widget_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'BUI_Widget_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnAnalogValueChanged, InAnalogInputEvent) == 0x000040, "Member 'BUI_Widget_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnAnalogValueChanged, ReturnValue) == 0x000080, "Member 'BUI_Widget_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnAddedToFocusPath \ +static_assert(alignof(BUI_Widget_OnAddedToFocusPath) == 0x000004, "Wrong alignment on BUI_Widget_OnAddedToFocusPath"); \ +static_assert(sizeof(BUI_Widget_OnAddedToFocusPath) == 0x000008, "Wrong size on BUI_Widget_OnAddedToFocusPath"); \ +static_assert(offsetof(BUI_Widget_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'BUI_Widget_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnPreviewKeyDown \ +static_assert(alignof(BUI_Widget_OnPreviewKeyDown) == 0x000008, "Wrong alignment on BUI_Widget_OnPreviewKeyDown"); \ +static_assert(sizeof(BUI_Widget_OnPreviewKeyDown) == 0x000130, "Wrong size on BUI_Widget_OnPreviewKeyDown"); \ +static_assert(offsetof(BUI_Widget_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'BUI_Widget_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnPreviewKeyDown, InKeyEvent) == 0x000040, "Member 'BUI_Widget_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnPreviewKeyDown, ReturnValue) == 0x000078, "Member 'BUI_Widget_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnFocusChanging \ +static_assert(alignof(BUI_Widget_OnFocusChanging) == 0x000004, "Wrong alignment on BUI_Widget_OnFocusChanging"); \ +static_assert(sizeof(BUI_Widget_OnFocusChanging) == 0x000008, "Wrong size on BUI_Widget_OnFocusChanging"); \ +static_assert(offsetof(BUI_Widget_OnFocusChanging, InFocusEvent) == 0x000000, "Member 'BUI_Widget_OnFocusChanging::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_PreConstruct \ +static_assert(alignof(BUI_Widget_PreConstruct) == 0x000001, "Wrong alignment on BUI_Widget_PreConstruct"); \ +static_assert(sizeof(BUI_Widget_PreConstruct) == 0x000001, "Wrong size on BUI_Widget_PreConstruct"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnMouseWheel \ +static_assert(alignof(BUI_Widget_OnMouseWheel) == 0x000008, "Wrong alignment on BUI_Widget_OnMouseWheel"); \ +static_assert(sizeof(BUI_Widget_OnMouseWheel) == 0x000188, "Wrong size on BUI_Widget_OnMouseWheel"); \ +static_assert(offsetof(BUI_Widget_OnMouseWheel, MyGeometry) == 0x000000, "Member 'BUI_Widget_OnMouseWheel::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnMouseWheel, MouseEvent) == 0x000040, "Member 'BUI_Widget_OnMouseWheel::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnMouseWheel, ReturnValue) == 0x0000D0, "Member 'BUI_Widget_OnMouseWheel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnKeyDown \ +static_assert(alignof(BUI_Widget_OnKeyDown) == 0x000008, "Wrong alignment on BUI_Widget_OnKeyDown"); \ +static_assert(sizeof(BUI_Widget_OnKeyDown) == 0x000130, "Wrong size on BUI_Widget_OnKeyDown"); \ +static_assert(offsetof(BUI_Widget_OnKeyDown, MyGeometry) == 0x000000, "Member 'BUI_Widget_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnKeyDown, InKeyEvent) == 0x000040, "Member 'BUI_Widget_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnKeyDown, ReturnValue) == 0x000078, "Member 'BUI_Widget_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnAnimationSequenceEvent \ +static_assert(alignof(BUI_Widget_OnAnimationSequenceEvent) == 0x000008, "Wrong alignment on BUI_Widget_OnAnimationSequenceEvent"); \ +static_assert(sizeof(BUI_Widget_OnAnimationSequenceEvent) == 0x000018, "Wrong size on BUI_Widget_OnAnimationSequenceEvent"); \ +static_assert(offsetof(BUI_Widget_OnAnimationSequenceEvent, Animation) == 0x000000, "Member 'BUI_Widget_OnAnimationSequenceEvent::Animation' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnAnimationSequenceEvent, EventName) == 0x000008, "Member 'BUI_Widget_OnAnimationSequenceEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnGSOnListItemObjectSet \ +static_assert(alignof(BUI_Widget_OnGSOnListItemObjectSet) == 0x000008, "Wrong alignment on BUI_Widget_OnGSOnListItemObjectSet"); \ +static_assert(sizeof(BUI_Widget_OnGSOnListItemObjectSet) == 0x000008, "Wrong size on BUI_Widget_OnGSOnListItemObjectSet"); \ +static_assert(offsetof(BUI_Widget_OnGSOnListItemObjectSet, ListItemObject) == 0x000000, "Member 'BUI_Widget_OnGSOnListItemObjectSet::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_OnKeyUp \ +static_assert(alignof(BUI_Widget_OnKeyUp) == 0x000008, "Wrong alignment on BUI_Widget_OnKeyUp"); \ +static_assert(sizeof(BUI_Widget_OnKeyUp) == 0x000130, "Wrong size on BUI_Widget_OnKeyUp"); \ +static_assert(offsetof(BUI_Widget_OnKeyUp, MyGeometry) == 0x000000, "Member 'BUI_Widget_OnKeyUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnKeyUp, InKeyEvent) == 0x000040, "Member 'BUI_Widget_OnKeyUp::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_OnKeyUp, ReturnValue) == 0x000078, "Member 'BUI_Widget_OnKeyUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_WoodTestAnimKeyState \ +static_assert(alignof(BUI_Widget_WoodTestAnimKeyState) == 0x000008, "Wrong alignment on BUI_Widget_WoodTestAnimKeyState"); \ +static_assert(sizeof(BUI_Widget_WoodTestAnimKeyState) == 0x000030, "Wrong size on BUI_Widget_WoodTestAnimKeyState"); \ +static_assert(offsetof(BUI_Widget_WoodTestAnimKeyState, AnimName) == 0x000000, "Member 'BUI_Widget_WoodTestAnimKeyState::AnimName' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_WoodTestAnimKeyState, TargetState) == 0x000010, "Member 'BUI_Widget_WoodTestAnimKeyState::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_WoodTestAnimKeyState, InStateDelayEasingTime) == 0x000020, "Member 'BUI_Widget_WoodTestAnimKeyState::InStateDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_WoodTestAnimKeyState, InStateOverideEasingTime) == 0x000024, "Member 'BUI_Widget_WoodTestAnimKeyState::InStateOverideEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_Tick \ +static_assert(alignof(BUI_Widget_Tick) == 0x000008, "Wrong alignment on BUI_Widget_Tick"); \ +static_assert(sizeof(BUI_Widget_Tick) == 0x000048, "Wrong size on BUI_Widget_Tick"); \ +static_assert(offsetof(BUI_Widget_Tick, MyGeometry) == 0x000000, "Member 'BUI_Widget_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_Tick, InDeltaTime) == 0x000040, "Member 'BUI_Widget_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Widget_GSAnimKeyToState \ +static_assert(alignof(BUI_Widget_GSAnimKeyToState) == 0x000008, "Wrong alignment on BUI_Widget_GSAnimKeyToState"); \ +static_assert(sizeof(BUI_Widget_GSAnimKeyToState) == 0x000030, "Wrong size on BUI_Widget_GSAnimKeyToState"); \ +static_assert(offsetof(BUI_Widget_GSAnimKeyToState, AnimName) == 0x000000, "Member 'BUI_Widget_GSAnimKeyToState::AnimName' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_GSAnimKeyToState, TargetState) == 0x000010, "Member 'BUI_Widget_GSAnimKeyToState::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_GSAnimKeyToState, InStateDelayEasingTime) == 0x000024, "Member 'BUI_Widget_GSAnimKeyToState::InStateDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(BUI_Widget_GSAnimKeyToState, InStateOverideEasingTime) == 0x000028, "Member 'BUI_Widget_GSAnimKeyToState::InStateOverideEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_Widget \ +static_assert(alignof(UBUI_Widget) == 0x000008, "Wrong alignment on UBUI_Widget"); \ +static_assert(sizeof(UBUI_Widget) == 0x0003D8, "Wrong size on UBUI_Widget"); \ +static_assert(offsetof(UBUI_Widget, GSDefaultTickType) == 0x00029A, "Member 'UBUI_Widget::GSDefaultTickType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, CurTickType) == 0x00029B, "Member 'UBUI_Widget::CurTickType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, DelegateWrapperHolder) == 0x0002A0, "Member 'UBUI_Widget::DelegateWrapperHolder' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, OnShowAudioEvent) == 0x0002B0, "Member 'UBUI_Widget::OnShowAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, OnHideAudioEvent) == 0x0002B8, "Member 'UBUI_Widget::OnHideAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, AnimationConfig) == 0x0002C0, "Member 'UBUI_Widget::AnimationConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, AnimationRestoreConfig) == 0x000310, "Member 'UBUI_Widget::AnimationRestoreConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, WidgetMPlayer) == 0x000360, "Member 'UBUI_Widget::WidgetMPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, GSAnimKeyStateBlenderCfg) == 0x000368, "Member 'UBUI_Widget::GSAnimKeyStateBlenderCfg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, GSAnimKeyStateBlenderObjMap) == 0x000378, "Member 'UBUI_Widget::GSAnimKeyStateBlenderObjMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Widget, CommSyncParam) == 0x0003C8, "Member 'UBUI_Widget::CommSyncParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnMouseButtonDoubleClick \ +static_assert(alignof(BUI_Button_OnMouseButtonDoubleClick) == 0x000008, "Wrong alignment on BUI_Button_OnMouseButtonDoubleClick"); \ +static_assert(sizeof(BUI_Button_OnMouseButtonDoubleClick) == 0x000188, "Wrong size on BUI_Button_OnMouseButtonDoubleClick"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonDoubleClick, InMyGeometry) == 0x000000, "Member 'BUI_Button_OnMouseButtonDoubleClick::InMyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonDoubleClick, InMouseEvent) == 0x000040, "Member 'BUI_Button_OnMouseButtonDoubleClick::InMouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonDoubleClick, ReturnValue) == 0x0000D0, "Member 'BUI_Button_OnMouseButtonDoubleClick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnAnalogValueChanged \ +static_assert(alignof(BUI_Button_OnAnalogValueChanged) == 0x000008, "Wrong alignment on BUI_Button_OnAnalogValueChanged"); \ +static_assert(sizeof(BUI_Button_OnAnalogValueChanged) == 0x000138, "Wrong size on BUI_Button_OnAnalogValueChanged"); \ +static_assert(offsetof(BUI_Button_OnAnalogValueChanged, MyGeometry) == 0x000000, "Member 'BUI_Button_OnAnalogValueChanged::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnAnalogValueChanged, InAnalogInputEvent) == 0x000040, "Member 'BUI_Button_OnAnalogValueChanged::InAnalogInputEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnAnalogValueChanged, ReturnValue) == 0x000080, "Member 'BUI_Button_OnAnalogValueChanged::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnAddedToFocusPath \ +static_assert(alignof(BUI_Button_OnAddedToFocusPath) == 0x000004, "Wrong alignment on BUI_Button_OnAddedToFocusPath"); \ +static_assert(sizeof(BUI_Button_OnAddedToFocusPath) == 0x000008, "Wrong size on BUI_Button_OnAddedToFocusPath"); \ +static_assert(offsetof(BUI_Button_OnAddedToFocusPath, InFocusEvent) == 0x000000, "Member 'BUI_Button_OnAddedToFocusPath::InFocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnMouseButtonDown \ +static_assert(alignof(BUI_Button_OnMouseButtonDown) == 0x000008, "Wrong alignment on BUI_Button_OnMouseButtonDown"); \ +static_assert(sizeof(BUI_Button_OnMouseButtonDown) == 0x000188, "Wrong size on BUI_Button_OnMouseButtonDown"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'BUI_Button_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonDown, MouseEvent) == 0x000040, "Member 'BUI_Button_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonDown, ReturnValue) == 0x0000D0, "Member 'BUI_Button_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnPreviewKeyDown \ +static_assert(alignof(BUI_Button_OnPreviewKeyDown) == 0x000008, "Wrong alignment on BUI_Button_OnPreviewKeyDown"); \ +static_assert(sizeof(BUI_Button_OnPreviewKeyDown) == 0x000130, "Wrong size on BUI_Button_OnPreviewKeyDown"); \ +static_assert(offsetof(BUI_Button_OnPreviewKeyDown, MyGeometry) == 0x000000, "Member 'BUI_Button_OnPreviewKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnPreviewKeyDown, InKeyEvent) == 0x000040, "Member 'BUI_Button_OnPreviewKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnPreviewKeyDown, ReturnValue) == 0x000078, "Member 'BUI_Button_OnPreviewKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnMouseButtonUp \ +static_assert(alignof(BUI_Button_OnMouseButtonUp) == 0x000008, "Wrong alignment on BUI_Button_OnMouseButtonUp"); \ +static_assert(sizeof(BUI_Button_OnMouseButtonUp) == 0x000188, "Wrong size on BUI_Button_OnMouseButtonUp"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'BUI_Button_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonUp, MouseEvent) == 0x000040, "Member 'BUI_Button_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseButtonUp, ReturnValue) == 0x0000D0, "Member 'BUI_Button_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnMouseLeave \ +static_assert(alignof(BUI_Button_OnMouseLeave) == 0x000008, "Wrong alignment on BUI_Button_OnMouseLeave"); \ +static_assert(sizeof(BUI_Button_OnMouseLeave) == 0x000090, "Wrong size on BUI_Button_OnMouseLeave"); \ +static_assert(offsetof(BUI_Button_OnMouseLeave, MouseEvent) == 0x000000, "Member 'BUI_Button_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnMouseEnter \ +static_assert(alignof(BUI_Button_OnMouseEnter) == 0x000008, "Wrong alignment on BUI_Button_OnMouseEnter"); \ +static_assert(sizeof(BUI_Button_OnMouseEnter) == 0x0000D0, "Wrong size on BUI_Button_OnMouseEnter"); \ +static_assert(offsetof(BUI_Button_OnMouseEnter, MyGeometry) == 0x000000, "Member 'BUI_Button_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseEnter, MouseEvent) == 0x000040, "Member 'BUI_Button_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnMouseMove \ +static_assert(alignof(BUI_Button_OnMouseMove) == 0x000008, "Wrong alignment on BUI_Button_OnMouseMove"); \ +static_assert(sizeof(BUI_Button_OnMouseMove) == 0x000188, "Wrong size on BUI_Button_OnMouseMove"); \ +static_assert(offsetof(BUI_Button_OnMouseMove, MyGeometry) == 0x000000, "Member 'BUI_Button_OnMouseMove::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseMove, MouseEvent) == 0x000040, "Member 'BUI_Button_OnMouseMove::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnMouseMove, ReturnValue) == 0x0000D0, "Member 'BUI_Button_OnMouseMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnKeyDown \ +static_assert(alignof(BUI_Button_OnKeyDown) == 0x000008, "Wrong alignment on BUI_Button_OnKeyDown"); \ +static_assert(sizeof(BUI_Button_OnKeyDown) == 0x000130, "Wrong size on BUI_Button_OnKeyDown"); \ +static_assert(offsetof(BUI_Button_OnKeyDown, MyGeometry) == 0x000000, "Member 'BUI_Button_OnKeyDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnKeyDown, InKeyEvent) == 0x000040, "Member 'BUI_Button_OnKeyDown::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnKeyDown, ReturnValue) == 0x000078, "Member 'BUI_Button_OnKeyDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnCustomWidgetNavigation \ +static_assert(alignof(BUI_Button_OnCustomWidgetNavigation) == 0x000008, "Wrong alignment on BUI_Button_OnCustomWidgetNavigation"); \ +static_assert(sizeof(BUI_Button_OnCustomWidgetNavigation) == 0x000010, "Wrong size on BUI_Button_OnCustomWidgetNavigation"); \ +static_assert(offsetof(BUI_Button_OnCustomWidgetNavigation, Navigation_0) == 0x000000, "Member 'BUI_Button_OnCustomWidgetNavigation::Navigation_0' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnCustomWidgetNavigation, ReturnValue) == 0x000008, "Member 'BUI_Button_OnCustomWidgetNavigation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_SetIsMouseEnterSetFocus \ +static_assert(alignof(BUI_Button_SetIsMouseEnterSetFocus) == 0x000001, "Wrong alignment on BUI_Button_SetIsMouseEnterSetFocus"); \ +static_assert(sizeof(BUI_Button_SetIsMouseEnterSetFocus) == 0x000001, "Wrong size on BUI_Button_SetIsMouseEnterSetFocus"); \ + +#define DUMPER7_ASSERTS_BUI_Button_GetIsMouseEnterSetFocus \ +static_assert(alignof(BUI_Button_GetIsMouseEnterSetFocus) == 0x000001, "Wrong alignment on BUI_Button_GetIsMouseEnterSetFocus"); \ +static_assert(sizeof(BUI_Button_GetIsMouseEnterSetFocus) == 0x000001, "Wrong size on BUI_Button_GetIsMouseEnterSetFocus"); \ + +#define DUMPER7_ASSERTS_BUI_Button_OnKeyUp \ +static_assert(alignof(BUI_Button_OnKeyUp) == 0x000008, "Wrong alignment on BUI_Button_OnKeyUp"); \ +static_assert(sizeof(BUI_Button_OnKeyUp) == 0x000130, "Wrong size on BUI_Button_OnKeyUp"); \ +static_assert(offsetof(BUI_Button_OnKeyUp, MyGeometry) == 0x000000, "Member 'BUI_Button_OnKeyUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnKeyUp, InKeyEvent) == 0x000040, "Member 'BUI_Button_OnKeyUp::InKeyEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_Button_OnKeyUp, ReturnValue) == 0x000078, "Member 'BUI_Button_OnKeyUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Button_SetFocusOn \ +static_assert(alignof(BUI_Button_SetFocusOn) == 0x000001, "Wrong alignment on BUI_Button_SetFocusOn"); \ +static_assert(sizeof(BUI_Button_SetFocusOn) == 0x000002, "Wrong size on BUI_Button_SetFocusOn"); \ +static_assert(offsetof(BUI_Button_SetFocusOn, Reason) == 0x000000, "Member 'BUI_Button_SetFocusOn::Reason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_Button \ +static_assert(alignof(UBUI_Button) == 0x000008, "Wrong alignment on UBUI_Button"); \ +static_assert(sizeof(UBUI_Button) == 0x0004B8, "Wrong size on UBUI_Button"); \ +static_assert(offsetof(UBUI_Button, UIDataConfigMap) == 0x0003D8, "Member 'UBUI_Button::UIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, GSTextColorType) == 0x000428, "Member 'UBUI_Button::GSTextColorType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, GSButtonUIStat) == 0x000429, "Member 'UBUI_Button::GSButtonUIStat' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, GSParentButtonUIStat) == 0x00042A, "Member 'UBUI_Button::GSParentButtonUIStat' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, GSButtonStat) == 0x00042B, "Member 'UBUI_Button::GSButtonStat' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, PreChilds) == 0x000430, "Member 'UBUI_Button::PreChilds' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, PreChildNames) == 0x000440, "Member 'UBUI_Button::PreChildNames' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, Parent) == 0x000450, "Member 'UBUI_Button::Parent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, Childs) == 0x000458, "Member 'UBUI_Button::Childs' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, AnimReverseSpeed) == 0x000468, "Member 'UBUI_Button::AnimReverseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, MouseMoveHoverType) == 0x00046D, "Member 'UBUI_Button::MouseMoveHoverType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, KeyBoardShowFocusType) == 0x000472, "Member 'UBUI_Button::KeyBoardShowFocusType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, FocusAudioEvent) == 0x000478, "Member 'UBUI_Button::FocusAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, HoveredAudioEvent) == 0x000480, "Member 'UBUI_Button::HoveredAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, ActiveAudioEvent) == 0x000488, "Member 'UBUI_Button::ActiveAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, ClickAudioEvent) == 0x000490, "Member 'UBUI_Button::ClickAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, LockClickAudioEvent) == 0x000498, "Member 'UBUI_Button::LockClickAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, MouseStayEventTime) == 0x0004A0, "Member 'UBUI_Button::MouseStayEventTime' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Button, OnSetBtnStateEvent) == 0x0004A8, "Member 'UBUI_Button::OnSetBtnStateEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ButtonNone \ +static_assert(alignof(UBUI_ButtonNone) == 0x000008, "Wrong alignment on UBUI_ButtonNone"); \ +static_assert(sizeof(UBUI_ButtonNone) == 0x000560, "Wrong size on UBUI_ButtonNone"); \ +static_assert(offsetof(UBUI_ButtonNone, NoneUIDataConfigMap) == 0x0004B8, "Member 'UBUI_ButtonNone::NoneUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonNone, NormalUIDataConfigMap) == 0x000508, "Member 'UBUI_ButtonNone::NormalUIDataConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_Counter_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_Counter_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_Counter_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_Counter_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_Counter_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_Counter_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_Counter_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_Counter_GetStatusStringInCS \ +static_assert(alignof(BED_QuestNode_Counter_GetStatusStringInCS) == 0x000008, "Wrong alignment on BED_QuestNode_Counter_GetStatusStringInCS"); \ +static_assert(sizeof(BED_QuestNode_Counter_GetStatusStringInCS) == 0x000010, "Wrong size on BED_QuestNode_Counter_GetStatusStringInCS"); \ +static_assert(offsetof(BED_QuestNode_Counter_GetStatusStringInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_Counter_GetStatusStringInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_Counter \ +static_assert(alignof(UBED_QuestNode_Counter) == 0x000008, "Wrong alignment on UBED_QuestNode_Counter"); \ +static_assert(sizeof(UBED_QuestNode_Counter) == 0x0002A8, "Wrong size on UBED_QuestNode_Counter"); \ +static_assert(offsetof(UBED_QuestNode_Counter, Goal) == 0x0002A0, "Member 'UBED_QuestNode_Counter::Goal' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Counter, CurrentSum) == 0x0002A4, "Member 'UBED_QuestNode_Counter::CurrentSum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerCondition_InnerOverlap \ +static_assert(alignof(UPerformerCondition_InnerOverlap) == 0x000008, "Wrong alignment on UPerformerCondition_InnerOverlap"); \ +static_assert(sizeof(UPerformerCondition_InnerOverlap) == 0x000038, "Wrong size on UPerformerCondition_InnerOverlap"); \ +static_assert(offsetof(UPerformerCondition_InnerOverlap, OverlapBox) == 0x000028, "Member 'UPerformerCondition_InnerOverlap::OverlapBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_DBCNiagaraComponent_TickComponentInCS \ +static_assert(alignof(DispLib_DBCNiagaraComponent_TickComponentInCS) == 0x000004, "Wrong alignment on DispLib_DBCNiagaraComponent_TickComponentInCS"); \ +static_assert(sizeof(DispLib_DBCNiagaraComponent_TickComponentInCS) == 0x000004, "Wrong size on DispLib_DBCNiagaraComponent_TickComponentInCS"); \ +static_assert(offsetof(DispLib_DBCNiagaraComponent_TickComponentInCS, DeltaTime) == 0x000000, "Member 'DispLib_DBCNiagaraComponent_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_DBCNiagaraComponent_OnPropertyChanged \ +static_assert(alignof(DispLib_DBCNiagaraComponent_OnPropertyChanged) == 0x000008, "Wrong alignment on DispLib_DBCNiagaraComponent_OnPropertyChanged"); \ +static_assert(sizeof(DispLib_DBCNiagaraComponent_OnPropertyChanged) == 0x000020, "Wrong size on DispLib_DBCNiagaraComponent_OnPropertyChanged"); \ +static_assert(offsetof(DispLib_DBCNiagaraComponent_OnPropertyChanged, MemberName) == 0x000000, "Member 'DispLib_DBCNiagaraComponent_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(DispLib_DBCNiagaraComponent_OnPropertyChanged, PropertyName) == 0x000010, "Member 'DispLib_DBCNiagaraComponent_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_DBCNiagaraComponent_EndPlayInCS \ +static_assert(alignof(DispLib_DBCNiagaraComponent_EndPlayInCS) == 0x000001, "Wrong alignment on DispLib_DBCNiagaraComponent_EndPlayInCS"); \ +static_assert(sizeof(DispLib_DBCNiagaraComponent_EndPlayInCS) == 0x000001, "Wrong size on DispLib_DBCNiagaraComponent_EndPlayInCS"); \ +static_assert(offsetof(DispLib_DBCNiagaraComponent_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'DispLib_DBCNiagaraComponent_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_DBCNiagaraComponent \ +static_assert(alignof(UDispLib_DBCNiagaraComponent) == 0x000008, "Wrong alignment on UDispLib_DBCNiagaraComponent"); \ +static_assert(sizeof(UDispLib_DBCNiagaraComponent) == 0x0003F0, "Wrong size on UDispLib_DBCNiagaraComponent"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, Delay) == 0x0000D4, "Member 'UDispLib_DBCNiagaraComponent::Delay' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, EndMode) == 0x0000D8, "Member 'UDispLib_DBCNiagaraComponent::EndMode' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, Duration) == 0x0000DC, "Member 'UDispLib_DBCNiagaraComponent::Duration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, DelayTimeAfterStop) == 0x0000E0, "Member 'UDispLib_DBCNiagaraComponent::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, DestroyTiming) == 0x0000E4, "Member 'UDispLib_DBCNiagaraComponent::DestroyTiming' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, Template) == 0x0000E8, "Member 'UDispLib_DBCNiagaraComponent::Template' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, OverrideTargetMeshCompTag) == 0x000110, "Member 'UDispLib_DBCNiagaraComponent::OverrideTargetMeshCompTag' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, SocketName) == 0x00011C, "Member 'UDispLib_DBCNiagaraComponent::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, LocationOffset) == 0x000128, "Member 'UDispLib_DBCNiagaraComponent::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, RotationOffset) == 0x000140, "Member 'UDispLib_DBCNiagaraComponent::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, Scale) == 0x000158, "Member 'UDispLib_DBCNiagaraComponent::Scale' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, SnapGroundRotationMode) == 0x000171, "Member 'UDispLib_DBCNiagaraComponent::SnapGroundRotationMode' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, OverrideMeshBones) == 0x000178, "Member 'UDispLib_DBCNiagaraComponent::OverrideMeshBones' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, OverrideMeshSockets) == 0x000188, "Member 'UDispLib_DBCNiagaraComponent::OverrideMeshSockets' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, customParams) == 0x000198, "Member 'UDispLib_DBCNiagaraComponent::customParams' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, TranslucentSortPriority) == 0x0001AC, "Member 'UDispLib_DBCNiagaraComponent::TranslucentSortPriority' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, PausePriority) == 0x0001B0, "Member 'UDispLib_DBCNiagaraComponent::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, PauseMode) == 0x0001B4, "Member 'UDispLib_DBCNiagaraComponent::PauseMode' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, EndStagePriority) == 0x0001B8, "Member 'UDispLib_DBCNiagaraComponent::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, ForceChangeVisibleStateDEFPriority) == 0x0001BC, "Member 'UDispLib_DBCNiagaraComponent::ForceChangeVisibleStateDEFPriority' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, ForceVisibleStateDefaultMode) == 0x0001C0, "Member 'UDispLib_DBCNiagaraComponent::ForceVisibleStateDefaultMode' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, CompTag) == 0x0001C4, "Member 'UDispLib_DBCNiagaraComponent::CompTag' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, ScalabilitySettings) == 0x0001D0, "Member 'UDispLib_DBCNiagaraComponent::ScalabilitySettings' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, MergedSettings) == 0x000340, "Member 'UDispLib_DBCNiagaraComponent::MergedSettings' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, GamePlayDispReqID) == 0x0003C8, "Member 'UDispLib_DBCNiagaraComponent::GamePlayDispReqID' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, EditorPreview_NGComp) == 0x0003D0, "Member 'UDispLib_DBCNiagaraComponent::EditorPreview_NGComp' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCNiagaraComponent, CachedSoftObjectActualResources) == 0x0003E0, "Member 'UDispLib_DBCNiagaraComponent::CachedSoftObjectActualResources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUForceOriginalFormTriggerBoxActor \ +static_assert(alignof(ABGUForceOriginalFormTriggerBoxActor) == 0x000008, "Wrong alignment on ABGUForceOriginalFormTriggerBoxActor"); \ +static_assert(sizeof(ABGUForceOriginalFormTriggerBoxActor) == 0x000318, "Wrong size on ABGUForceOriginalFormTriggerBoxActor"); \ +static_assert(offsetof(ABGUForceOriginalFormTriggerBoxActor, ForceOriginalFormTriggerBox) == 0x000308, "Member 'ABGUForceOriginalFormTriggerBoxActor::ForceOriginalFormTriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUForceOriginalFormTriggerBoxActor, ForceOriginalFormConfigComp) == 0x000310, "Member 'ABGUForceOriginalFormTriggerBoxActor::ForceOriginalFormConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPerformerControlConfigComp_GetParamDisplayNameCS \ +static_assert(alignof(BGUPerformerControlConfigComp_GetParamDisplayNameCS) == 0x000008, "Wrong alignment on BGUPerformerControlConfigComp_GetParamDisplayNameCS"); \ +static_assert(sizeof(BGUPerformerControlConfigComp_GetParamDisplayNameCS) == 0x000030, "Wrong size on BGUPerformerControlConfigComp_GetParamDisplayNameCS"); \ +static_assert(offsetof(BGUPerformerControlConfigComp_GetParamDisplayNameCS, PropertyName) == 0x000000, "Member 'BGUPerformerControlConfigComp_GetParamDisplayNameCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BGUPerformerControlConfigComp_GetParamDisplayNameCS, ConfigGuid) == 0x000010, "Member 'BGUPerformerControlConfigComp_GetParamDisplayNameCS::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(BGUPerformerControlConfigComp_GetParamDisplayNameCS, ReturnValue) == 0x000020, "Member 'BGUPerformerControlConfigComp_GetParamDisplayNameCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPerformerControlConfigComp_GetPossibleParamsCS \ +static_assert(alignof(BGUPerformerControlConfigComp_GetPossibleParamsCS) == 0x000008, "Wrong alignment on BGUPerformerControlConfigComp_GetPossibleParamsCS"); \ +static_assert(sizeof(BGUPerformerControlConfigComp_GetPossibleParamsCS) == 0x000030, "Wrong size on BGUPerformerControlConfigComp_GetPossibleParamsCS"); \ +static_assert(offsetof(BGUPerformerControlConfigComp_GetPossibleParamsCS, ParentPropertyName) == 0x000000, "Member 'BGUPerformerControlConfigComp_GetPossibleParamsCS::ParentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(BGUPerformerControlConfigComp_GetPossibleParamsCS, PropertyName) == 0x000010, "Member 'BGUPerformerControlConfigComp_GetPossibleParamsCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BGUPerformerControlConfigComp_GetPossibleParamsCS, OutParamArray) == 0x000020, "Member 'BGUPerformerControlConfigComp_GetPossibleParamsCS::OutParamArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUPerformerControlConfigComp \ +static_assert(alignof(UBGUPerformerControlConfigComp) == 0x000008, "Wrong alignment on UBGUPerformerControlConfigComp"); \ +static_assert(sizeof(UBGUPerformerControlConfigComp) == 0x0000E8, "Wrong size on UBGUPerformerControlConfigComp"); \ +static_assert(offsetof(UBGUPerformerControlConfigComp, Phases) == 0x0000C8, "Member 'UBGUPerformerControlConfigComp::Phases' has a wrong offset!"); \ +static_assert(offsetof(UBGUPerformerControlConfigComp, Params_0) == 0x0000D8, "Member 'UBGUPerformerControlConfigComp::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckUnitInRange \ +static_assert(alignof(UBAID_CheckUnitInRange) == 0x000008, "Wrong alignment on UBAID_CheckUnitInRange"); \ +static_assert(sizeof(UBAID_CheckUnitInRange) == 0x0000A0, "Wrong size on UBAID_CheckUnitInRange"); \ +static_assert(offsetof(UBAID_CheckUnitInRange, UnitResID) == 0x000090, "Member 'UBAID_CheckUnitInRange::UnitResID' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckUnitInRange, CheckRange) == 0x000094, "Member 'UBAID_CheckUnitInRange::CheckRange' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckUnitInRange, CheckCount) == 0x000098, "Member 'UBAID_CheckUnitInRange::CheckCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADispLib_EditorSimpleMayaSceneImporter \ +static_assert(alignof(ADispLib_EditorSimpleMayaSceneImporter) == 0x000010, "Wrong alignment on ADispLib_EditorSimpleMayaSceneImporter"); \ +static_assert(sizeof(ADispLib_EditorSimpleMayaSceneImporter) == 0x000320, "Wrong size on ADispLib_EditorSimpleMayaSceneImporter"); \ +static_assert(offsetof(ADispLib_EditorSimpleMayaSceneImporter, TextFilePath) == 0x000298, "Member 'ADispLib_EditorSimpleMayaSceneImporter::TextFilePath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorSimpleMayaSceneImporter, TranslateScale) == 0x0002A0, "Member 'ADispLib_EditorSimpleMayaSceneImporter::TranslateScale' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorSimpleMayaSceneImporter, QuatScale) == 0x0002C0, "Member 'ADispLib_EditorSimpleMayaSceneImporter::QuatScale' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorSimpleMayaSceneImporter, ScaleScale) == 0x0002E0, "Member 'ADispLib_EditorSimpleMayaSceneImporter::ScaleScale' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorSimpleMayaSceneImporter, SourceAssetLib) == 0x0002F8, "Member 'ADispLib_EditorSimpleMayaSceneImporter::SourceAssetLib' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorSimpleMayaSceneImporter, SourceMaterialLib) == 0x000308, "Member 'ADispLib_EditorSimpleMayaSceneImporter::SourceMaterialLib' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch \ +static_assert(alignof(UBED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_AdjustPSOCachePrecompileBatch::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPlayerCameraBlend_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitPlayerCameraBlend \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitPlayerCameraBlend) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitPlayerCameraBlend"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitPlayerCameraBlend) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitPlayerCameraBlend"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitPlayerCameraBlend, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitPlayerCameraBlend::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_WanderBGMVolumeComp \ +static_assert(alignof(UBUS_WanderBGMVolumeComp) == 0x000008, "Wrong alignment on UBUS_WanderBGMVolumeComp"); \ +static_assert(sizeof(UBUS_WanderBGMVolumeComp) == 0x000108, "Wrong size on UBUS_WanderBGMVolumeComp"); \ +static_assert(offsetof(UBUS_WanderBGMVolumeComp, AkEventBegin) == 0x0000C8, "Member 'UBUS_WanderBGMVolumeComp::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMVolumeComp, AkEventStop) == 0x0000D0, "Member 'UBUS_WanderBGMVolumeComp::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMVolumeComp, VolumeBGMConfigDA) == 0x0000D8, "Member 'UBUS_WanderBGMVolumeComp::VolumeBGMConfigDA' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMVolumeComp, VolumeGroupConfig) == 0x0000E0, "Member 'UBUS_WanderBGMVolumeComp::VolumeGroupConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMVolumeComp, VolumeConditionConfigs) == 0x0000F8, "Member 'UBUS_WanderBGMVolumeComp::VolumeConditionConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSParkourAnimInfo_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSParkourAnimInfo_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSParkourAnimInfo_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSParkourAnimInfo_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSParkourAnimInfo_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSParkourAnimInfo_GSNotifyCS \ +static_assert(alignof(BAN_GSParkourAnimInfo_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSParkourAnimInfo_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSParkourAnimInfo_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSParkourAnimInfo_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSParkourAnimInfo_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSParkourAnimInfo_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSParkourAnimInfo_SetAnimMovementValue \ +static_assert(alignof(BAN_GSParkourAnimInfo_SetAnimMovementValue) == 0x000008, "Wrong alignment on BAN_GSParkourAnimInfo_SetAnimMovementValue"); \ +static_assert(sizeof(BAN_GSParkourAnimInfo_SetAnimMovementValue) == 0x000018, "Wrong size on BAN_GSParkourAnimInfo_SetAnimMovementValue"); \ +static_assert(offsetof(BAN_GSParkourAnimInfo_SetAnimMovementValue, Movement) == 0x000000, "Member 'BAN_GSParkourAnimInfo_SetAnimMovementValue::Movement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSParkourAnimInfo \ +static_assert(alignof(UBAN_GSParkourAnimInfo) == 0x000008, "Wrong alignment on UBAN_GSParkourAnimInfo"); \ +static_assert(sizeof(UBAN_GSParkourAnimInfo) == 0x000060, "Wrong size on UBAN_GSParkourAnimInfo"); \ +static_assert(offsetof(UBAN_GSParkourAnimInfo, AnimForwardMovement) == 0x000050, "Member 'UBAN_GSParkourAnimInfo::AnimForwardMovement' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSParkourAnimInfo, AnimRightMovement) == 0x000054, "Member 'UBAN_GSParkourAnimInfo::AnimRightMovement' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSParkourAnimInfo, AnimUpMovement) == 0x000058, "Member 'UBAN_GSParkourAnimInfo::AnimUpMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ProjWidget \ +static_assert(alignof(UBUI_ProjWidget) == 0x000008, "Wrong alignment on UBUI_ProjWidget"); \ +static_assert(sizeof(UBUI_ProjWidget) == 0x0003D8, "Wrong size on UBUI_ProjWidget"); \ + +#define DUMPER7_ASSERTS_UBUI_MBarBase \ +static_assert(alignof(UBUI_MBarBase) == 0x000008, "Wrong alignment on UBUI_MBarBase"); \ +static_assert(sizeof(UBUI_MBarBase) == 0x0003F8, "Wrong size on UBUI_MBarBase"); \ +static_assert(offsetof(UBUI_MBarBase, ShowDurationTime) == 0x0003D8, "Member 'UBUI_MBarBase::ShowDurationTime' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MBarBase, MinScale) == 0x0003DC, "Member 'UBUI_MBarBase::MinScale' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MBarBase, MaxScale) == 0x0003E0, "Member 'UBUI_MBarBase::MaxScale' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MBarBase, XMinScale) == 0x0003E4, "Member 'UBUI_MBarBase::XMinScale' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MBarBase, XMaxScale) == 0x0003E8, "Member 'UBUI_MBarBase::XMaxScale' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MBarBase, YMinScale) == 0x0003EC, "Member 'UBUI_MBarBase::YMinScale' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MBarBase, YMaxScale) == 0x0003F0, "Member 'UBUI_MBarBase::YMaxScale' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MBarBase, ScaleRate) == 0x0003F4, "Member 'UBUI_MBarBase::ScaleRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_MPlayerInfo \ +static_assert(alignof(UBUI_MPlayerInfo) == 0x000008, "Wrong alignment on UBUI_MPlayerInfo"); \ +static_assert(sizeof(UBUI_MPlayerInfo) == 0x000400, "Wrong size on UBUI_MPlayerInfo"); \ +static_assert(offsetof(UBUI_MPlayerInfo, InterpSpeed) == 0x0003F8, "Member 'UBUI_MPlayerInfo::InterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_LogicalAnd_CanUserAddInputInCS \ +static_assert(alignof(BED_ProcessStateNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_ProcessStateNode_LogicalAnd_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_ProcessStateNode_LogicalAnd_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_LogicalAnd \ +static_assert(alignof(UBED_ProcessStateNode_LogicalAnd) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_LogicalAnd"); \ +static_assert(sizeof(UBED_ProcessStateNode_LogicalAnd) == 0x0002A0, "Wrong size on UBED_ProcessStateNode_LogicalAnd"); \ + +#define DUMPER7_ASSERTS_UBUS_PlaceholderActorConfigComp \ +static_assert(alignof(UBUS_PlaceholderActorConfigComp) == 0x000008, "Wrong alignment on UBUS_PlaceholderActorConfigComp"); \ +static_assert(sizeof(UBUS_PlaceholderActorConfigComp) == 0x0000D8, "Wrong size on UBUS_PlaceholderActorConfigComp"); \ +static_assert(offsetof(UBUS_PlaceholderActorConfigComp, describe) == 0x0000C8, "Member 'UBUS_PlaceholderActorConfigComp::describe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_StandAndFace \ +static_assert(alignof(UBAIT_StandAndFace) == 0x000008, "Wrong alignment on UBAIT_StandAndFace"); \ +static_assert(sizeof(UBAIT_StandAndFace) == 0x0000A8, "Wrong size on UBAIT_StandAndFace"); \ + +#define DUMPER7_ASSERTS_UBGW_DispLibConstDataAsset \ +static_assert(alignof(UBGW_DispLibConstDataAsset) == 0x000008, "Wrong alignment on UBGW_DispLibConstDataAsset"); \ +static_assert(sizeof(UBGW_DispLibConstDataAsset) == 0x000110, "Wrong size on UBGW_DispLibConstDataAsset"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, MAX_UAF_REQUESTS_COUNT) == 0x000030, "Member 'UBGW_DispLibConstDataAsset::MAX_UAF_REQUESTS_COUNT' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCCascadeDefaultMetaString) == 0x000034, "Member 'UBGW_DispLibConstDataAsset::DBCCascadeDefaultMetaString' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCNiagaraDefaultMetaString) == 0x00003C, "Member 'UBGW_DispLibConstDataAsset::DBCNiagaraDefaultMetaString' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCCustomAdvNiagaraDefaultMetaString) == 0x000044, "Member 'UBGW_DispLibConstDataAsset::DBCCustomAdvNiagaraDefaultMetaString' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCSourceBaseCarrierActorPath) == 0x000050, "Member 'UBGW_DispLibConstDataAsset::DBCSourceBaseCarrierActorPath' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCPlanePPOffset) == 0x000064, "Member 'UBGW_DispLibConstDataAsset::DBCPlanePPOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCGlobalCameraShakeProtectedTime) == 0x000068, "Member 'UBGW_DispLibConstDataAsset::DBCGlobalCameraShakeProtectedTime' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCTinyOffsetBeHitDefaultDistance) == 0x00006C, "Member 'UBGW_DispLibConstDataAsset::DBCTinyOffsetBeHitDefaultDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCAttachConstraintValue_FixedTime) == 0x000070, "Member 'UBGW_DispLibConstDataAsset::DBCAttachConstraintValue_FixedTime' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCAttachConstraintValue_RootVelocity) == 0x000074, "Member 'UBGW_DispLibConstDataAsset::DBCAttachConstraintValue_RootVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCAttachConstraintValue_AttachedSocketVelocity) == 0x000078, "Member 'UBGW_DispLibConstDataAsset::DBCAttachConstraintValue_AttachedSocketVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCAttachConstraintValue_AttachedSocketVelocityAndTorsion) == 0x000080, "Member 'UBGW_DispLibConstDataAsset::DBCAttachConstraintValue_AttachedSocketVelocityAndTorsion' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DBCAttachConstraintValue_AttachedSocketDistanceACCAndTorsion) == 0x000090, "Member 'UBGW_DispLibConstDataAsset::DBCAttachConstraintValue_AttachedSocketDistanceACCAndTorsion' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, DLDWorld_BP) == 0x0000A0, "Member 'UBGW_DispLibConstDataAsset::DLDWorld_BP' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, NPC_GameUtilityData) == 0x0000A8, "Member 'UBGW_DispLibConstDataAsset::NPC_GameUtilityData' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, MPC_GameUtilityData) == 0x0000B0, "Member 'UBGW_DispLibConstDataAsset::MPC_GameUtilityData' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, MPC_GameUtilityData_SDF) == 0x0000B8, "Member 'UBGW_DispLibConstDataAsset::MPC_GameUtilityData_SDF' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, WEFMManager) == 0x0000C8, "Member 'UBGW_DispLibConstDataAsset::WEFMManager' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, WEFMNPC) == 0x0000D0, "Member 'UBGW_DispLibConstDataAsset::WEFMNPC' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, WEFMMPC) == 0x0000D8, "Member 'UBGW_DispLibConstDataAsset::WEFMMPC' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, WEFMVisualDebugFX) == 0x0000E0, "Member 'UBGW_DispLibConstDataAsset::WEFMVisualDebugFX' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, WEFMLODSettingArray) == 0x0000E8, "Member 'UBGW_DispLibConstDataAsset::WEFMLODSettingArray' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, WEFM_RT2D) == 0x0000F8, "Member 'UBGW_DispLibConstDataAsset::WEFM_RT2D' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibConstDataAsset, EnableWEFMLevel) == 0x000100, "Member 'UBGW_DispLibConstDataAsset::EnableWEFMLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUC_DispB1ConstDataAsset \ +static_assert(alignof(UBUC_DispB1ConstDataAsset) == 0x000008, "Wrong alignment on UBUC_DispB1ConstDataAsset"); \ +static_assert(sizeof(UBUC_DispB1ConstDataAsset) == 0x000118, "Wrong size on UBUC_DispB1ConstDataAsset"); \ +static_assert(offsetof(UBUC_DispB1ConstDataAsset, DBCDefaultCamOffset) == 0x000110, "Member 'UBUC_DispB1ConstDataAsset::DBCDefaultCamOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadingUILinearTime_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUILinearTime_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUILinearTime_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUILinearTime_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUILinearTime_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadingUILinearTime_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUILinearTime_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUILinearTime_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadingUILinearTime \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadingUILinearTime) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadingUILinearTime"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadingUILinearTime) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoadingUILinearTime"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadingUILinearTime, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadingUILinearTime::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SaveArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_SaveArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SaveArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_SaveArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_SaveArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_SaveArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SaveArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SaveArchive \ +static_assert(alignof(UBED_QuestNode_SaveArchive) == 0x000008, "Wrong alignment on UBED_QuestNode_SaveArchive"); \ +static_assert(sizeof(UBED_QuestNode_SaveArchive) == 0x0002A8, "Wrong size on UBED_QuestNode_SaveArchive"); \ +static_assert(offsetof(UBED_QuestNode_SaveArchive, ArchiveLabel) == 0x0002A0, "Member 'UBED_QuestNode_SaveArchive::ArchiveLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibModifyMaterial_GSNotifyCS \ +static_assert(alignof(BAN_DispLibModifyMaterial_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibModifyMaterial_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibModifyMaterial_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibModifyMaterial_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibModifyMaterial_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibModifyMaterial_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibModifyMaterial \ +static_assert(alignof(UBAN_DispLibModifyMaterial) == 0x000008, "Wrong alignment on UBAN_DispLibModifyMaterial"); \ +static_assert(sizeof(UBAN_DispLibModifyMaterial) == 0x000158, "Wrong size on UBAN_DispLibModifyMaterial"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, FilterMode) == 0x000058, "Member 'UBAN_DispLibModifyMaterial::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, Delay) == 0x0000A8, "Member 'UBAN_DispLibModifyMaterial::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, Duration) == 0x0000AC, "Member 'UBAN_DispLibModifyMaterial::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, DelayTimeAfterStop) == 0x0000B0, "Member 'UBAN_DispLibModifyMaterial::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, Template) == 0x0000B8, "Member 'UBAN_DispLibModifyMaterial::Template' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, InheriParamsMode) == 0x0000C0, "Member 'UBAN_DispLibModifyMaterial::InheriParamsMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, InheritScalarParam) == 0x0000C8, "Member 'UBAN_DispLibModifyMaterial::InheritScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, InheritFLinearColorParam) == 0x0000D8, "Member 'UBAN_DispLibModifyMaterial::InheritFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, InheritTextureParam) == 0x0000E8, "Member 'UBAN_DispLibModifyMaterial::InheritTextureParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, SetScalarParam) == 0x0000F8, "Member 'UBAN_DispLibModifyMaterial::SetScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, SetFLinearColorParam) == 0x000108, "Member 'UBAN_DispLibModifyMaterial::SetFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, SetTextureParam) == 0x000118, "Member 'UBAN_DispLibModifyMaterial::SetTextureParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, SetPCurveScalarParam) == 0x000128, "Member 'UBAN_DispLibModifyMaterial::SetPCurveScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, SetPCurveFLinearColorParam) == 0x000138, "Member 'UBAN_DispLibModifyMaterial::SetPCurveFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, PausePriority) == 0x000148, "Member 'UBAN_DispLibModifyMaterial::PausePriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, EndStagePriority) == 0x00014C, "Member 'UBAN_DispLibModifyMaterial::EndStagePriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, ModMatPriority) == 0x000150, "Member 'UBAN_DispLibModifyMaterial::ModMatPriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibModifyMaterial, ModMatEndStagePriority) == 0x000154, "Member 'UBAN_DispLibModifyMaterial::ModMatEndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_IsSupportViewType \ +static_assert(alignof(BED_TaskNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_TaskNode_IsSupportViewType"); \ +static_assert(sizeof(BED_TaskNode_IsSupportViewType) == 0x000002, "Wrong size on BED_TaskNode_IsSupportViewType"); \ +static_assert(offsetof(BED_TaskNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_TaskNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode \ +static_assert(alignof(UBED_TaskNode) == 0x000008, "Wrong alignment on UBED_TaskNode"); \ +static_assert(sizeof(UBED_TaskNode) == 0x0002A0, "Wrong size on UBED_TaskNode"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_Demo820LevelPass \ +static_assert(alignof(UBED_TaskNode_Demo820LevelPass) == 0x000008, "Wrong alignment on UBED_TaskNode_Demo820LevelPass"); \ +static_assert(sizeof(UBED_TaskNode_Demo820LevelPass) == 0x0002A0, "Wrong size on UBED_TaskNode_Demo820LevelPass"); \ + +#define DUMPER7_ASSERTS_UBUC_DispLibUnitArtFresnelDataAsset \ +static_assert(alignof(UBUC_DispLibUnitArtFresnelDataAsset) == 0x000008, "Wrong alignment on UBUC_DispLibUnitArtFresnelDataAsset"); \ +static_assert(sizeof(UBUC_DispLibUnitArtFresnelDataAsset) == 0x000080, "Wrong size on UBUC_DispLibUnitArtFresnelDataAsset"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, Time) == 0x000030, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::Time' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, OnePeriodTime) == 0x000034, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::OnePeriodTime' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, FadeInTime) == 0x00003C, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::FadeInTime' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, CommonTime) == 0x000040, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::CommonTime' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, FadeOutTime) == 0x000044, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::FadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, ProgrammedPowerMax) == 0x000048, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::ProgrammedPowerMax' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, BrightValue) == 0x000050, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::BrightValue' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, DarkValue) == 0x000054, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::DarkValue' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, GSArtFresnelPower) == 0x000058, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::GSArtFresnelPower' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, BottomAlpha) == 0x000064, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::BottomAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, TopAlpha) == 0x000068, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::TopAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, FColor_Out) == 0x000070, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::FColor_Out' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibUnitArtFresnelDataAsset, FColor_In) == 0x000078, "Member 'UBUC_DispLibUnitArtFresnelDataAsset::FColor_In' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_PreviewSequence"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AutoMoveMonitorsConfig \ +static_assert(alignof(UBGWDataAsset_AutoMoveMonitorsConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AutoMoveMonitorsConfig"); \ +static_assert(sizeof(UBGWDataAsset_AutoMoveMonitorsConfig) == 0x000050, "Wrong size on UBGWDataAsset_AutoMoveMonitorsConfig"); \ +static_assert(offsetof(UBGWDataAsset_AutoMoveMonitorsConfig, AutoMoveCaptureModes) == 0x000030, "Member 'UBGWDataAsset_AutoMoveMonitorsConfig::AutoMoveCaptureModes' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoMoveMonitorsConfig, AutoMoveMotionPatterns) == 0x000040, "Member 'UBGWDataAsset_AutoMoveMonitorsConfig::AutoMoveMotionPatterns' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_PreEnterLevel"); \ + +#define DUMPER7_ASSERTS_ADisoLib_EditorSGDTool \ +static_assert(alignof(ADisoLib_EditorSGDTool) == 0x000008, "Wrong alignment on ADisoLib_EditorSGDTool"); \ +static_assert(sizeof(ADisoLib_EditorSGDTool) == 0x0002F0, "Wrong size on ADisoLib_EditorSGDTool"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, BoneNameList) == 0x000298, "Member 'ADisoLib_EditorSGDTool::BoneNameList' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, CurBoneName) == 0x0002A8, "Member 'ADisoLib_EditorSGDTool::CurBoneName' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, SGDActor) == 0x0002B0, "Member 'ADisoLib_EditorSGDTool::SGDActor' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, DelectObjectsArray) == 0x0002C0, "Member 'ADisoLib_EditorSGDTool::DelectObjectsArray' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, RetainObjectsArray) == 0x0002D0, "Member 'ADisoLib_EditorSGDTool::RetainObjectsArray' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, AddTagToBoneChildComp) == 0x0002E0, "Member 'ADisoLib_EditorSGDTool::AddTagToBoneChildComp' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, CollisionPresetName) == 0x0002E8, "Member 'ADisoLib_EditorSGDTool::CollisionPresetName' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, CollisionEnable) == 0x0002EA, "Member 'ADisoLib_EditorSGDTool::CollisionEnable' has a wrong offset!"); \ +static_assert(offsetof(ADisoLib_EditorSGDTool, CollisionObjectType) == 0x0002EC, "Member 'ADisoLib_EditorSGDTool::CollisionObjectType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTestFXToolComp_TickComponentInCS \ +static_assert(alignof(DispLib_EditorTestFXToolComp_TickComponentInCS) == 0x000004, "Wrong alignment on DispLib_EditorTestFXToolComp_TickComponentInCS"); \ +static_assert(sizeof(DispLib_EditorTestFXToolComp_TickComponentInCS) == 0x000004, "Wrong size on DispLib_EditorTestFXToolComp_TickComponentInCS"); \ +static_assert(offsetof(DispLib_EditorTestFXToolComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'DispLib_EditorTestFXToolComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTestFXToolComp_EndPlayInCS \ +static_assert(alignof(DispLib_EditorTestFXToolComp_EndPlayInCS) == 0x000001, "Wrong alignment on DispLib_EditorTestFXToolComp_EndPlayInCS"); \ +static_assert(sizeof(DispLib_EditorTestFXToolComp_EndPlayInCS) == 0x000001, "Wrong size on DispLib_EditorTestFXToolComp_EndPlayInCS"); \ +static_assert(offsetof(DispLib_EditorTestFXToolComp_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'DispLib_EditorTestFXToolComp_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_EditorTestFXToolComp \ +static_assert(alignof(UDispLib_EditorTestFXToolComp) == 0x000008, "Wrong alignment on UDispLib_EditorTestFXToolComp"); \ +static_assert(sizeof(UDispLib_EditorTestFXToolComp) == 0x0001A0, "Wrong size on UDispLib_EditorTestFXToolComp"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, Template) == 0x0000D8, "Member 'UDispLib_EditorTestFXToolComp::Template' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, SimulaHitTime) == 0x0000E4, "Member 'UDispLib_EditorTestFXToolComp::SimulaHitTime' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, FlySpeed) == 0x0000E8, "Member 'UDispLib_EditorTestFXToolComp::FlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, AutoResetTimeAfterLoopEnd) == 0x0000EC, "Member 'UDispLib_EditorTestFXToolComp::AutoResetTimeAfterLoopEnd' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MultiSpawnSimulaLoopDuration) == 0x0000F0, "Member 'UDispLib_EditorTestFXToolComp::MultiSpawnSimulaLoopDuration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MultiSpawnInfo_SpawnBrust) == 0x0000F8, "Member 'UDispLib_EditorTestFXToolComp::MultiSpawnInfo_SpawnBrust' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MultiSpawnInfo_SpawnRate) == 0x000110, "Member 'UDispLib_EditorTestFXToolComp::MultiSpawnInfo_SpawnRate' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MultiSpawn_EveryChildEventStdPlayingDuration) == 0x000128, "Member 'UDispLib_EditorTestFXToolComp::MultiSpawn_EveryChildEventStdPlayingDuration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MultiSpawn_EveryChildEventEndDispStageDuration) == 0x00012C, "Member 'UDispLib_EditorTestFXToolComp::MultiSpawn_EveryChildEventEndDispStageDuration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MultiSpawn_ChildEventSpawnBoxSize) == 0x000138, "Member 'UDispLib_EditorTestFXToolComp::MultiSpawn_ChildEventSpawnBoxSize' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MultiSpawn_FlyVelocity) == 0x000158, "Member 'UDispLib_EditorTestFXToolComp::MultiSpawn_FlyVelocity' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, MgrSystemNGActor) == 0x000170, "Member 'UDispLib_EditorTestFXToolComp::MgrSystemNGActor' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, OriginPosWS) == 0x000178, "Member 'UDispLib_EditorTestFXToolComp::OriginPosWS' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, NC) == 0x000190, "Member 'UDispLib_EditorTestFXToolComp::NC' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_EditorTestFXToolComp, HitMarkObj) == 0x000198, "Member 'UDispLib_EditorTestFXToolComp::HitMarkObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSafeLandVolume \ +static_assert(alignof(ABGUSafeLandVolume) == 0x000008, "Wrong alignment on ABGUSafeLandVolume"); \ +static_assert(sizeof(ABGUSafeLandVolume) == 0x000310, "Wrong size on ABGUSafeLandVolume"); \ +static_assert(offsetof(ABGUSafeLandVolume, SafeLandBox) == 0x000308, "Member 'ABGUSafeLandVolume::SafeLandBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerPhase \ +static_assert(alignof(UPerformerPhase) == 0x000008, "Wrong alignment on UPerformerPhase"); \ +static_assert(sizeof(UPerformerPhase) == 0x000040, "Wrong size on UPerformerPhase"); \ +static_assert(offsetof(UPerformerPhase, NextCondition) == 0x000028, "Member 'UPerformerPhase::NextCondition' has a wrong offset!"); \ +static_assert(offsetof(UPerformerPhase, Actions) == 0x000030, "Member 'UPerformerPhase::Actions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeLODTools_ReceiveTick \ +static_assert(alignof(DispLib_EditorTreeLODTools_ReceiveTick) == 0x000004, "Wrong alignment on DispLib_EditorTreeLODTools_ReceiveTick"); \ +static_assert(sizeof(DispLib_EditorTreeLODTools_ReceiveTick) == 0x000004, "Wrong size on DispLib_EditorTreeLODTools_ReceiveTick"); \ +static_assert(offsetof(DispLib_EditorTreeLODTools_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DispLib_EditorTreeLODTools_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeLODTools_SetAllTreeActorVisibility \ +static_assert(alignof(DispLib_EditorTreeLODTools_SetAllTreeActorVisibility) == 0x000001, "Wrong alignment on DispLib_EditorTreeLODTools_SetAllTreeActorVisibility"); \ +static_assert(sizeof(DispLib_EditorTreeLODTools_SetAllTreeActorVisibility) == 0x000001, "Wrong size on DispLib_EditorTreeLODTools_SetAllTreeActorVisibility"); \ + +#define DUMPER7_ASSERTS_ADispLib_EditorTreeLODTools \ +static_assert(alignof(ADispLib_EditorTreeLODTools) == 0x000008, "Wrong alignment on ADispLib_EditorTreeLODTools"); \ +static_assert(sizeof(ADispLib_EditorTreeLODTools) == 0x0002B0, "Wrong size on ADispLib_EditorTreeLODTools"); \ +static_assert(offsetof(ADispLib_EditorTreeLODTools, CacaheActorName) == 0x000298, "Member 'ADispLib_EditorTreeLODTools::CacaheActorName' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeLODTools, CustomMeshAssetsPath) == 0x0002A0, "Member 'ADispLib_EditorTreeLODTools::CustomMeshAssetsPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLibDebugTest_SpawnAttachedNiagara_SetVisible \ +static_assert(alignof(DispLibDebugTest_SpawnAttachedNiagara_SetVisible) == 0x000001, "Wrong alignment on DispLibDebugTest_SpawnAttachedNiagara_SetVisible"); \ +static_assert(sizeof(DispLibDebugTest_SpawnAttachedNiagara_SetVisible) == 0x000002, "Wrong size on DispLibDebugTest_SpawnAttachedNiagara_SetVisible"); \ + +#define DUMPER7_ASSERTS_ADispLibDebugTest_SpawnAttachedNiagara \ +static_assert(alignof(ADispLibDebugTest_SpawnAttachedNiagara) == 0x000008, "Wrong alignment on ADispLibDebugTest_SpawnAttachedNiagara"); \ +static_assert(sizeof(ADispLibDebugTest_SpawnAttachedNiagara) == 0x000290, "Wrong size on ADispLibDebugTest_SpawnAttachedNiagara"); \ +static_assert(offsetof(ADispLibDebugTest_SpawnAttachedNiagara, Template) == 0x000288, "Member 'ADispLibDebugTest_SpawnAttachedNiagara::Template' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIRequestBase \ +static_assert(alignof(UAIRequestBase) == 0x000008, "Wrong alignment on UAIRequestBase"); \ +static_assert(sizeof(UAIRequestBase) == 0x000048, "Wrong size on UAIRequestBase"); \ +static_assert(offsetof(UAIRequestBase, AIRequestType) == 0x000028, "Member 'UAIRequestBase::AIRequestType' has a wrong offset!"); \ +static_assert(offsetof(UAIRequestBase, FeatureActor) == 0x000030, "Member 'UAIRequestBase::FeatureActor' has a wrong offset!"); \ +static_assert(offsetof(UAIRequestBase, PointTestInfo) == 0x000038, "Member 'UAIRequestBase::PointTestInfo' has a wrong offset!"); \ +static_assert(offsetof(UAIRequestBase, FeatureTestInfo) == 0x000040, "Member 'UAIRequestBase::FeatureTestInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIReqMoveSkill \ +static_assert(alignof(UAIReqMoveSkill) == 0x000008, "Wrong alignment on UAIReqMoveSkill"); \ +static_assert(sizeof(UAIReqMoveSkill) == 0x000048, "Wrong size on UAIReqMoveSkill"); \ + +#define DUMPER7_ASSERTS_BANS_DispLibApplyWindSource_Received_NotifyTick \ +static_assert(alignof(BANS_DispLibApplyWindSource_Received_NotifyTick) == 0x000008, "Wrong alignment on BANS_DispLibApplyWindSource_Received_NotifyTick"); \ +static_assert(sizeof(BANS_DispLibApplyWindSource_Received_NotifyTick) == 0x000048, "Wrong size on BANS_DispLibApplyWindSource_Received_NotifyTick"); \ +static_assert(offsetof(BANS_DispLibApplyWindSource_Received_NotifyTick, MeshComp) == 0x000000, "Member 'BANS_DispLibApplyWindSource_Received_NotifyTick::MeshComp' has a wrong offset!"); \ +static_assert(offsetof(BANS_DispLibApplyWindSource_Received_NotifyTick, Animation) == 0x000008, "Member 'BANS_DispLibApplyWindSource_Received_NotifyTick::Animation' has a wrong offset!"); \ +static_assert(offsetof(BANS_DispLibApplyWindSource_Received_NotifyTick, FrameDeltaTime) == 0x000010, "Member 'BANS_DispLibApplyWindSource_Received_NotifyTick::FrameDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BANS_DispLibApplyWindSource_Received_NotifyTick, EventReference) == 0x000018, "Member 'BANS_DispLibApplyWindSource_Received_NotifyTick::EventReference' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_DispLibApplyWindSource_GSNotifyBeginCS \ +static_assert(alignof(BANS_DispLibApplyWindSource_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_DispLibApplyWindSource_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_DispLibApplyWindSource_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_DispLibApplyWindSource_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_DispLibApplyWindSource_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_DispLibApplyWindSource_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_DispLibApplyWindSource_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_DispLibApplyWindSource_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_DispLibApplyWindSource_GSNotifyEndCS \ +static_assert(alignof(BANS_DispLibApplyWindSource_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_DispLibApplyWindSource_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_DispLibApplyWindSource_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_DispLibApplyWindSource_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_DispLibApplyWindSource_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_DispLibApplyWindSource_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_DispLibApplyWindSource \ +static_assert(alignof(UBANS_DispLibApplyWindSource) == 0x000008, "Wrong alignment on UBANS_DispLibApplyWindSource"); \ +static_assert(sizeof(UBANS_DispLibApplyWindSource) == 0x0001C8, "Wrong size on UBANS_DispLibApplyWindSource"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, EventName) == 0x00004C, "Member 'UBANS_DispLibApplyWindSource::EventName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, PauseEventNames) == 0x000058, "Member 'UBANS_DispLibApplyWindSource::PauseEventNames' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, SocketName) == 0x000068, "Member 'UBANS_DispLibApplyWindSource::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, SocketLocalOffset) == 0x000070, "Member 'UBANS_DispLibApplyWindSource::SocketLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, TriggerProbability) == 0x000088, "Member 'UBANS_DispLibApplyWindSource::TriggerProbability' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, Radius) == 0x000090, "Member 'UBANS_DispLibApplyWindSource::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, VelocityThreshold) == 0x0000D0, "Member 'UBANS_DispLibApplyWindSource::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, BaseIntensity) == 0x0000D8, "Member 'UBANS_DispLibApplyWindSource::BaseIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, ScaleVelocityIntensity) == 0x000118, "Member 'UBANS_DispLibApplyWindSource::ScaleVelocityIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, DistanceDamplingRate) == 0x00011C, "Member 'UBANS_DispLibApplyWindSource::DistanceDamplingRate' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, WindMotorMode) == 0x000120, "Member 'UBANS_DispLibApplyWindSource::WindMotorMode' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, RangeAxis) == 0x000121, "Member 'UBANS_DispLibApplyWindSource::RangeAxis' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, RangeAxisLocalRotation) == 0x000128, "Member 'UBANS_DispLibApplyWindSource::RangeAxisLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, RangeMask) == 0x000140, "Member 'UBANS_DispLibApplyWindSource::RangeMask' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, VelocityDir) == 0x000144, "Member 'UBANS_DispLibApplyWindSource::VelocityDir' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, VelocityDirLocalRotation) == 0x000148, "Member 'UBANS_DispLibApplyWindSource::VelocityDirLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, ScaleSecondVelocity) == 0x000160, "Member 'UBANS_DispLibApplyWindSource::ScaleSecondVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, DBC_IdentityID) == 0x0001A0, "Member 'UBANS_DispLibApplyWindSource::DBC_IdentityID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, LastFrameSocketPosWS) == 0x0001A8, "Member 'UBANS_DispLibApplyWindSource::LastFrameSocketPosWS' has a wrong offset!"); \ +static_assert(offsetof(UBANS_DispLibApplyWindSource, WindType) == 0x0001C0, "Member 'UBANS_DispLibApplyWindSource::WindType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEventCollectionBase_EndPlayInCS \ +static_assert(alignof(GSEventCollectionBase_EndPlayInCS) == 0x000001, "Wrong alignment on GSEventCollectionBase_EndPlayInCS"); \ +static_assert(sizeof(GSEventCollectionBase_EndPlayInCS) == 0x000001, "Wrong size on GSEventCollectionBase_EndPlayInCS"); \ +static_assert(offsetof(GSEventCollectionBase_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'GSEventCollectionBase_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEventCollectionBase \ +static_assert(alignof(UGSEventCollectionBase) == 0x000008, "Wrong alignment on UGSEventCollectionBase"); \ +static_assert(sizeof(UGSEventCollectionBase) == 0x0000D0, "Wrong size on UGSEventCollectionBase"); \ + +#define DUMPER7_ASSERTS_BGUCreateDeadConfigComp_ReceiveTick \ +static_assert(alignof(BGUCreateDeadConfigComp_ReceiveTick) == 0x000004, "Wrong alignment on BGUCreateDeadConfigComp_ReceiveTick"); \ +static_assert(sizeof(BGUCreateDeadConfigComp_ReceiveTick) == 0x000004, "Wrong size on BGUCreateDeadConfigComp_ReceiveTick"); \ +static_assert(offsetof(BGUCreateDeadConfigComp_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUCreateDeadConfigComp_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUCreateDeadConfigComp \ +static_assert(alignof(UBGUCreateDeadConfigComp) == 0x000008, "Wrong alignment on UBGUCreateDeadConfigComp"); \ +static_assert(sizeof(UBGUCreateDeadConfigComp) == 0x0000F8, "Wrong size on UBGUCreateDeadConfigComp"); \ +static_assert(offsetof(UBGUCreateDeadConfigComp, SmallSizeUDDConfig) == 0x0000D0, "Member 'UBGUCreateDeadConfigComp::SmallSizeUDDConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGUCreateDeadConfigComp, MediumSizeUDDConfig) == 0x0000D8, "Member 'UBGUCreateDeadConfigComp::MediumSizeUDDConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGUCreateDeadConfigComp, MediumBigSizeUDDConfig) == 0x0000E0, "Member 'UBGUCreateDeadConfigComp::MediumBigSizeUDDConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGUCreateDeadConfigComp, BigSizeUDDConfig) == 0x0000E8, "Member 'UBGUCreateDeadConfigComp::BigSizeUDDConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGUCreateDeadConfigComp, HugeSizeUDDConfig) == 0x0000F0, "Member 'UBGUCreateDeadConfigComp::HugeSizeUDDConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMoveToSceneItem_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMoveToSceneItem_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMoveToSceneItem_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMoveToSceneItem_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMoveToSceneItem_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMoveToSceneItem_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMoveToSceneItem_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMoveToSceneItem_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMoveToSceneItem_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMoveToSceneItem_GSNotifyEndCS \ +static_assert(alignof(BANS_GSMoveToSceneItem_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSMoveToSceneItem_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSMoveToSceneItem_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSMoveToSceneItem_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSMoveToSceneItem_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSMoveToSceneItem_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMoveToSceneItem \ +static_assert(alignof(UBANS_GSMoveToSceneItem) == 0x000008, "Wrong alignment on UBANS_GSMoveToSceneItem"); \ +static_assert(sizeof(UBANS_GSMoveToSceneItem) == 0x000050, "Wrong size on UBANS_GSMoveToSceneItem"); \ +static_assert(offsetof(UBANS_GSMoveToSceneItem, NoteString1) == 0x000048, "Member 'UBANS_GSMoveToSceneItem::NoteString1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUGamePlusSpawnActor \ +static_assert(alignof(ABGUGamePlusSpawnActor) == 0x000008, "Wrong alignment on ABGUGamePlusSpawnActor"); \ +static_assert(sizeof(ABGUGamePlusSpawnActor) == 0x000310, "Wrong size on ABGUGamePlusSpawnActor"); \ +static_assert(offsetof(ABGUGamePlusSpawnActor, GamePlusSpawnConfigComp) == 0x000308, "Member 'ABGUGamePlusSpawnActor::GamePlusSpawnConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_IsSupportViewType \ +static_assert(alignof(BED_ComboNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_ComboNode_IsSupportViewType"); \ +static_assert(sizeof(BED_ComboNode_IsSupportViewType) == 0x000002, "Wrong size on BED_ComboNode_IsSupportViewType"); \ +static_assert(offsetof(BED_ComboNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_ComboNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode \ +static_assert(alignof(UBED_ComboNode) == 0x000008, "Wrong alignment on UBED_ComboNode"); \ +static_assert(sizeof(UBED_ComboNode) == 0x0002A0, "Wrong size on UBED_ComboNode"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibApplySceneInteractor_GSNotifyCS \ +static_assert(alignof(BAN_DispLibApplySceneInteractor_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibApplySceneInteractor_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibApplySceneInteractor_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibApplySceneInteractor_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibApplySceneInteractor_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibApplySceneInteractor_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibApplySceneInteractor \ +static_assert(alignof(UBAN_DispLibApplySceneInteractor) == 0x000008, "Wrong alignment on UBAN_DispLibApplySceneInteractor"); \ +static_assert(sizeof(UBAN_DispLibApplySceneInteractor) == 0x0000A0, "Wrong size on UBAN_DispLibApplySceneInteractor"); \ +static_assert(offsetof(UBAN_DispLibApplySceneInteractor, DataAsset) == 0x000050, "Member 'UBAN_DispLibApplySceneInteractor::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibApplySceneInteractor, ConfigInfo) == 0x000058, "Member 'UBAN_DispLibApplySceneInteractor::ConfigInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_UnitCommonInputAction \ +static_assert(alignof(UBGWDataAsset_UnitCommonInputAction) == 0x000008, "Wrong alignment on UBGWDataAsset_UnitCommonInputAction"); \ +static_assert(sizeof(UBGWDataAsset_UnitCommonInputAction) == 0x000040, "Wrong size on UBGWDataAsset_UnitCommonInputAction"); \ +static_assert(offsetof(UBGWDataAsset_UnitCommonInputAction, CommonInputAction) == 0x000030, "Member 'UBGWDataAsset_UnitCommonInputAction::CommonInputAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_InitDispLibWorld_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitDispLibWorld_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitDispLibWorld_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitDispLibWorld_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitDispLibWorld_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_InitDispLibWorld_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitDispLibWorld_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitDispLibWorld_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_InitDispLibWorld \ +static_assert(alignof(UBED_FSMNode_GI_Loading_InitDispLibWorld) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_InitDispLibWorld"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_InitDispLibWorld) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_InitDispLibWorld"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_InitDispLibWorld, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_InitDispLibWorld::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSMovePanel_SetOffset \ +static_assert(alignof(GSMovePanel_SetOffset) == 0x000004, "Wrong alignment on GSMovePanel_SetOffset"); \ +static_assert(sizeof(GSMovePanel_SetOffset) == 0x000004, "Wrong size on GSMovePanel_SetOffset"); \ +static_assert(offsetof(GSMovePanel_SetOffset, Offset_0) == 0x000000, "Member 'GSMovePanel_SetOffset::Offset_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSMovePanel_SetSpeed \ +static_assert(alignof(GSMovePanel_SetSpeed) == 0x000004, "Wrong alignment on GSMovePanel_SetSpeed"); \ +static_assert(sizeof(GSMovePanel_SetSpeed) == 0x000004, "Wrong size on GSMovePanel_SetSpeed"); \ +static_assert(offsetof(GSMovePanel_SetSpeed, Speed_0) == 0x000000, "Member 'GSMovePanel_SetSpeed::Speed_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSMovePanel_SetScale \ +static_assert(alignof(GSMovePanel_SetScale) == 0x000004, "Wrong alignment on GSMovePanel_SetScale"); \ +static_assert(sizeof(GSMovePanel_SetScale) == 0x000004, "Wrong size on GSMovePanel_SetScale"); \ +static_assert(offsetof(GSMovePanel_SetScale, Scale_0) == 0x000000, "Member 'GSMovePanel_SetScale::Scale_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSMovePanel \ +static_assert(alignof(UGSMovePanel) == 0x000008, "Wrong alignment on UGSMovePanel"); \ +static_assert(sizeof(UGSMovePanel) == 0x000178, "Wrong size on UGSMovePanel"); \ +static_assert(offsetof(UGSMovePanel, Direction) == 0x000158, "Member 'UGSMovePanel::Direction' has a wrong offset!"); \ +static_assert(offsetof(UGSMovePanel, Amplitude) == 0x000168, "Member 'UGSMovePanel::Amplitude' has a wrong offset!"); \ +static_assert(offsetof(UGSMovePanel, Speed) == 0x00016C, "Member 'UGSMovePanel::Speed' has a wrong offset!"); \ +static_assert(offsetof(UGSMovePanel, Offset) == 0x000170, "Member 'UGSMovePanel::Offset' has a wrong offset!"); \ +static_assert(offsetof(UGSMovePanel, Scale) == 0x000174, "Member 'UGSMovePanel::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibChangeUnitMaterial_GSNotifyCS \ +static_assert(alignof(BAN_DispLibChangeUnitMaterial_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibChangeUnitMaterial_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibChangeUnitMaterial_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibChangeUnitMaterial_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibChangeUnitMaterial_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibChangeUnitMaterial_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibChangeUnitMaterial \ +static_assert(alignof(UBAN_DispLibChangeUnitMaterial) == 0x000008, "Wrong alignment on UBAN_DispLibChangeUnitMaterial"); \ +static_assert(sizeof(UBAN_DispLibChangeUnitMaterial) == 0x0000E0, "Wrong size on UBAN_DispLibChangeUnitMaterial"); \ +static_assert(offsetof(UBAN_DispLibChangeUnitMaterial, FilterMode) == 0x000050, "Member 'UBAN_DispLibChangeUnitMaterial::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibChangeUnitMaterial, Template) == 0x0000A0, "Member 'UBAN_DispLibChangeUnitMaterial::Template' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibChangeUnitMaterial, InheriParamsMode) == 0x0000A8, "Member 'UBAN_DispLibChangeUnitMaterial::InheriParamsMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibChangeUnitMaterial, InheritScalarParam) == 0x0000B0, "Member 'UBAN_DispLibChangeUnitMaterial::InheritScalarParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibChangeUnitMaterial, InheritFLinearColorParam) == 0x0000C0, "Member 'UBAN_DispLibChangeUnitMaterial::InheritFLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibChangeUnitMaterial, InheritTextureParam) == 0x0000D0, "Member 'UBAN_DispLibChangeUnitMaterial::InheritTextureParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_IsSupportViewType \ +static_assert(alignof(BED_MovieNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_MovieNode_IsSupportViewType"); \ +static_assert(sizeof(BED_MovieNode_IsSupportViewType) == 0x000002, "Wrong size on BED_MovieNode_IsSupportViewType"); \ +static_assert(offsetof(BED_MovieNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_MovieNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode \ +static_assert(alignof(UBED_MovieNode) == 0x000008, "Wrong alignment on UBED_MovieNode"); \ +static_assert(sizeof(UBED_MovieNode) == 0x0002A0, "Wrong size on UBED_MovieNode"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerAction \ +static_assert(alignof(UBED_MovieNode_PerformerAction) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerAction"); \ +static_assert(sizeof(UBED_MovieNode_PerformerAction) == 0x0002A8, "Wrong size on UBED_MovieNode_PerformerAction"); \ +static_assert(offsetof(UBED_MovieNode_PerformerAction, Performer) == 0x0002A0, "Member 'UBED_MovieNode_PerformerAction::Performer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerTriggerSkillEffect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerTriggerSkillEffect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerTriggerSkillEffect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerTriggerSkillEffect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerTriggerSkillEffect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerTriggerSkillEffect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerTriggerSkillEffect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerTriggerSkillEffect \ +static_assert(alignof(UBED_MovieNode_PerformerTriggerSkillEffect) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerTriggerSkillEffect"); \ +static_assert(sizeof(UBED_MovieNode_PerformerTriggerSkillEffect) == 0x0002B0, "Wrong size on UBED_MovieNode_PerformerTriggerSkillEffect"); \ +static_assert(offsetof(UBED_MovieNode_PerformerTriggerSkillEffect, SkillEffectID) == 0x0002A8, "Member 'UBED_MovieNode_PerformerTriggerSkillEffect::SkillEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerParamBase \ +static_assert(alignof(UPerformerParamBase) == 0x000008, "Wrong alignment on UPerformerParamBase"); \ +static_assert(sizeof(UPerformerParamBase) == 0x000048, "Wrong size on UPerformerParamBase"); \ +static_assert(offsetof(UPerformerParamBase, ParamType) == 0x000028, "Member 'UPerformerParamBase::ParamType' has a wrong offset!"); \ +static_assert(offsetof(UPerformerParamBase, ConfigGuid) == 0x00002C, "Member 'UPerformerParamBase::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(UPerformerParamBase, ParamName) == 0x00003C, "Member 'UPerformerParamBase::ParamName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PerformerParam_Overlap_OnPropertyChanged \ +static_assert(alignof(PerformerParam_Overlap_OnPropertyChanged) == 0x000008, "Wrong alignment on PerformerParam_Overlap_OnPropertyChanged"); \ +static_assert(sizeof(PerformerParam_Overlap_OnPropertyChanged) == 0x000020, "Wrong size on PerformerParam_Overlap_OnPropertyChanged"); \ +static_assert(offsetof(PerformerParam_Overlap_OnPropertyChanged, MemberName) == 0x000000, "Member 'PerformerParam_Overlap_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(PerformerParam_Overlap_OnPropertyChanged, PropertyName) == 0x000010, "Member 'PerformerParam_Overlap_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerParam_Overlap \ +static_assert(alignof(UPerformerParam_Overlap) == 0x000008, "Wrong alignment on UPerformerParam_Overlap"); \ +static_assert(sizeof(UPerformerParam_Overlap) == 0x000080, "Wrong size on UPerformerParam_Overlap"); \ +static_assert(offsetof(UPerformerParam_Overlap, Actor) == 0x000048, "Member 'UPerformerParam_Overlap::Actor' has a wrong offset!"); \ +static_assert(offsetof(UPerformerParam_Overlap, ActorGuid) == 0x000070, "Member 'UPerformerParam_Overlap::ActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_ListenerTrigger \ +static_assert(alignof(UBED_BehaviorNode_ListenerTrigger) == 0x000008, "Wrong alignment on UBED_BehaviorNode_ListenerTrigger"); \ +static_assert(sizeof(UBED_BehaviorNode_ListenerTrigger) == 0x0002A0, "Wrong size on UBED_BehaviorNode_ListenerTrigger"); \ + +#define DUMPER7_ASSERTS_BED_DialogueNode_OnPlayerApproached_GetNodeDescriptionInCS \ +static_assert(alignof(BED_DialogueNode_OnPlayerApproached_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_DialogueNode_OnPlayerApproached_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_DialogueNode_OnPlayerApproached_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_DialogueNode_OnPlayerApproached_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_DialogueNode_OnPlayerApproached_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_DialogueNode_OnPlayerApproached_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueNode_OnPlayerApproached_IsSupportViewType \ +static_assert(alignof(BED_DialogueNode_OnPlayerApproached_IsSupportViewType) == 0x000001, "Wrong alignment on BED_DialogueNode_OnPlayerApproached_IsSupportViewType"); \ +static_assert(sizeof(BED_DialogueNode_OnPlayerApproached_IsSupportViewType) == 0x000002, "Wrong size on BED_DialogueNode_OnPlayerApproached_IsSupportViewType"); \ +static_assert(offsetof(BED_DialogueNode_OnPlayerApproached_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_DialogueNode_OnPlayerApproached_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_DialogueNode_OnPlayerApproached \ +static_assert(alignof(UBED_DialogueNode_OnPlayerApproached) == 0x000008, "Wrong alignment on UBED_DialogueNode_OnPlayerApproached"); \ +static_assert(sizeof(UBED_DialogueNode_OnPlayerApproached) == 0x0002A8, "Wrong size on UBED_DialogueNode_OnPlayerApproached"); \ +static_assert(offsetof(UBED_DialogueNode_OnPlayerApproached, ResID) == 0x0002A0, "Member 'UBED_DialogueNode_OnPlayerApproached::ResID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWBasePhysAnimDataAsset \ +static_assert(alignof(UBGWBasePhysAnimDataAsset) == 0x000008, "Wrong alignment on UBGWBasePhysAnimDataAsset"); \ +static_assert(sizeof(UBGWBasePhysAnimDataAsset) == 0x000050, "Wrong size on UBGWBasePhysAnimDataAsset"); \ +static_assert(offsetof(UBGWBasePhysAnimDataAsset, ConstraintProfile) == 0x000030, "Member 'UBGWBasePhysAnimDataAsset::ConstraintProfile' has a wrong offset!"); \ +static_assert(offsetof(UBGWBasePhysAnimDataAsset, PhysAnimProfile) == 0x000038, "Member 'UBGWBasePhysAnimDataAsset::PhysAnimProfile' has a wrong offset!"); \ +static_assert(offsetof(UBGWBasePhysAnimDataAsset, KinematicBones) == 0x000040, "Member 'UBGWBasePhysAnimDataAsset::KinematicBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWBeAtkPhysAnimDataAsset \ +static_assert(alignof(UBGWBeAtkPhysAnimDataAsset) == 0x000008, "Wrong alignment on UBGWBeAtkPhysAnimDataAsset"); \ +static_assert(sizeof(UBGWBeAtkPhysAnimDataAsset) == 0x000068, "Wrong size on UBGWBeAtkPhysAnimDataAsset"); \ +static_assert(offsetof(UBGWBeAtkPhysAnimDataAsset, PhysWeightCurve) == 0x000050, "Member 'UBGWBeAtkPhysAnimDataAsset::PhysWeightCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWBeAtkPhysAnimDataAsset, MotorStrengthCurve) == 0x000058, "Member 'UBGWBeAtkPhysAnimDataAsset::MotorStrengthCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWBeAtkPhysAnimDataAsset, HitImpulse) == 0x000060, "Member 'UBGWBeAtkPhysAnimDataAsset::HitImpulse' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibEndDBCEffects_GSNotifyCS \ +static_assert(alignof(BAN_DispLibEndDBCEffects_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibEndDBCEffects_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibEndDBCEffects_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibEndDBCEffects_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibEndDBCEffects_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibEndDBCEffects_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibEndDBCEffects \ +static_assert(alignof(UBAN_DispLibEndDBCEffects) == 0x000008, "Wrong alignment on UBAN_DispLibEndDBCEffects"); \ +static_assert(sizeof(UBAN_DispLibEndDBCEffects) == 0x000068, "Wrong size on UBAN_DispLibEndDBCEffects"); \ +static_assert(offsetof(UBAN_DispLibEndDBCEffects, CompTag) == 0x000054, "Member 'UBAN_DispLibEndDBCEffects::CompTag' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibEndDBCEffects, EndStagePriority) == 0x000060, "Member 'UBAN_DispLibEndDBCEffects::EndStagePriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture \ +static_assert(alignof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture) == 0x000008, "Wrong alignment on DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture) == 0x000060, "Wrong size on DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture, CaptureRTSize_0) == 0x000000, "Member 'DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture::CaptureRTSize_0' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture, PerformanceMatInstanceAssetPath) == 0x000010, "Member 'DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture::PerformanceMatInstanceAssetPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture, ImposterCombinedStdTextureFolderPath) == 0x000020, "Member 'DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture::ImposterCombinedStdTextureFolderPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture, ImposterDataTextureFolderPath) == 0x000030, "Member 'DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture::ImposterDataTextureFolderPath' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture, TrunkMaskThreshold_0) == 0x000040, "Member 'DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture::TrunkMaskThreshold_0' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture, LeafMaskThreshold_0) == 0x000050, "Member 'DispLib_EditorTreeImposterTool_PythonCreatePerformanceTexture::LeafMaskThreshold_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask \ +static_assert(alignof(DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask) == 0x000004, "Wrong alignment on DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask) == 0x000008, "Wrong size on DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask, cardIndex) == 0x000000, "Member 'DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask::cardIndex' has a wrong offset!"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask, shadowMaskIndex) == 0x000004, "Member 'DispLib_EditorTreeImposterTool_TestRenderCustomShadowMask::shadowMaskIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_ReceiveTick \ +static_assert(alignof(DispLib_EditorTreeImposterTool_ReceiveTick) == 0x000004, "Wrong alignment on DispLib_EditorTreeImposterTool_ReceiveTick"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_ReceiveTick) == 0x000004, "Wrong size on DispLib_EditorTreeImposterTool_ReceiveTick"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DispLib_EditorTreeImposterTool_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_CreatFinalImposterMaterial \ +static_assert(alignof(DispLib_EditorTreeImposterTool_CreatFinalImposterMaterial) == 0x000001, "Wrong alignment on DispLib_EditorTreeImposterTool_CreatFinalImposterMaterial"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_CreatFinalImposterMaterial) == 0x000001, "Wrong size on DispLib_EditorTreeImposterTool_CreatFinalImposterMaterial"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_CreatSceneShotToolActor \ +static_assert(alignof(DispLib_EditorTreeImposterTool_CreatSceneShotToolActor) == 0x000001, "Wrong alignment on DispLib_EditorTreeImposterTool_CreatSceneShotToolActor"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_CreatSceneShotToolActor) == 0x000001, "Wrong size on DispLib_EditorTreeImposterTool_CreatSceneShotToolActor"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_DoCombinedFinalTexture \ +static_assert(alignof(DispLib_EditorTreeImposterTool_DoCombinedFinalTexture) == 0x000001, "Wrong alignment on DispLib_EditorTreeImposterTool_DoCombinedFinalTexture"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_DoCombinedFinalTexture) == 0x000001, "Wrong size on DispLib_EditorTreeImposterTool_DoCombinedFinalTexture"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_CheckTaskMeshValidity \ +static_assert(alignof(DispLib_EditorTreeImposterTool_CheckTaskMeshValidity) == 0x000001, "Wrong alignment on DispLib_EditorTreeImposterTool_CheckTaskMeshValidity"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_CheckTaskMeshValidity) == 0x000001, "Wrong size on DispLib_EditorTreeImposterTool_CheckTaskMeshValidity"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_SetNewLevelEnvActor \ +static_assert(alignof(DispLib_EditorTreeImposterTool_SetNewLevelEnvActor) == 0x000001, "Wrong alignment on DispLib_EditorTreeImposterTool_SetNewLevelEnvActor"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_SetNewLevelEnvActor) == 0x000001, "Wrong size on DispLib_EditorTreeImposterTool_SetNewLevelEnvActor"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_CheckHDABakeResult \ +static_assert(alignof(DispLib_EditorTreeImposterTool_CheckHDABakeResult) == 0x000001, "Wrong alignment on DispLib_EditorTreeImposterTool_CheckHDABakeResult"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_CheckHDABakeResult) == 0x000001, "Wrong size on DispLib_EditorTreeImposterTool_CheckHDABakeResult"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_FillHoudiniData \ +static_assert(alignof(DispLib_EditorTreeImposterTool_FillHoudiniData) == 0x000001, "Wrong alignment on DispLib_EditorTreeImposterTool_FillHoudiniData"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_FillHoudiniData) == 0x000001, "Wrong size on DispLib_EditorTreeImposterTool_FillHoudiniData"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorTreeImposterTool_SetCurrentTask \ +static_assert(alignof(DispLib_EditorTreeImposterTool_SetCurrentTask) == 0x000004, "Wrong alignment on DispLib_EditorTreeImposterTool_SetCurrentTask"); \ +static_assert(sizeof(DispLib_EditorTreeImposterTool_SetCurrentTask) == 0x000008, "Wrong size on DispLib_EditorTreeImposterTool_SetCurrentTask"); \ +static_assert(offsetof(DispLib_EditorTreeImposterTool_SetCurrentTask, TaskIndex) == 0x000000, "Member 'DispLib_EditorTreeImposterTool_SetCurrentTask::TaskIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADispLib_EditorTreeImposterTool \ +static_assert(alignof(ADispLib_EditorTreeImposterTool) == 0x000008, "Wrong alignment on ADispLib_EditorTreeImposterTool"); \ +static_assert(sizeof(ADispLib_EditorTreeImposterTool) == 0x000518, "Wrong size on ADispLib_EditorTreeImposterTool"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TempFileSaveRootFolderUnrealPath) == 0x000298, "Member 'ADispLib_EditorTreeImposterTool::TempFileSaveRootFolderUnrealPath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TempAutogenRootFolderDiskPath) == 0x0002A8, "Member 'ADispLib_EditorTreeImposterTool::TempAutogenRootFolderDiskPath' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, PerformanceMatInstanceSaveAt) == 0x0002C0, "Member 'ADispLib_EditorTreeImposterTool::PerformanceMatInstanceSaveAt' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, PerformanceMatDataTextureSaveAt) == 0x0002D0, "Member 'ADispLib_EditorTreeImposterTool::PerformanceMatDataTextureSaveAt' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TaskFromFolder) == 0x0002E0, "Member 'ADispLib_EditorTreeImposterTool::TaskFromFolder' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TaskList) == 0x0002F0, "Member 'ADispLib_EditorTreeImposterTool::TaskList' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DefaultCardMicoScale) == 0x000300, "Member 'ADispLib_EditorTreeImposterTool::DefaultCardMicoScale' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DefaultCardPairCount) == 0x000304, "Member 'ADispLib_EditorTreeImposterTool::DefaultCardPairCount' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DefaultCaptureRTSize) == 0x000308, "Member 'ADispLib_EditorTreeImposterTool::DefaultCaptureRTSize' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DefaultShotTextureSize) == 0x00030C, "Member 'ADispLib_EditorTreeImposterTool::DefaultShotTextureSize' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DefaultTrunkMaskThreshold) == 0x000310, "Member 'ADispLib_EditorTreeImposterTool::DefaultTrunkMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DefaultLeafMaskThreshold) == 0x000314, "Member 'ADispLib_EditorTreeImposterTool::DefaultLeafMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CurTaskIndex) == 0x00031C, "Member 'ADispLib_EditorTreeImposterTool::CurTaskIndex' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TreeMesh) == 0x000320, "Member 'ADispLib_EditorTreeImposterTool::TreeMesh' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, BakeLOD) == 0x000328, "Member 'ADispLib_EditorTreeImposterTool::BakeLOD' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CardPairCount) == 0x00032C, "Member 'ADispLib_EditorTreeImposterTool::CardPairCount' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CardMicoScale) == 0x000330, "Member 'ADispLib_EditorTreeImposterTool::CardMicoScale' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CaptureRTSize) == 0x000334, "Member 'ADispLib_EditorTreeImposterTool::CaptureRTSize' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShotTextureSize) == 0x000338, "Member 'ADispLib_EditorTreeImposterTool::ShotTextureSize' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TrunkMaskThreshold) == 0x00033C, "Member 'ADispLib_EditorTreeImposterTool::TrunkMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, LeafMaskThreshold) == 0x000340, "Member 'ADispLib_EditorTreeImposterTool::LeafMaskThreshold' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ImposterCardMeshAsset) == 0x000348, "Member 'ADispLib_EditorTreeImposterTool::ImposterCardMeshAsset' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CardSize) == 0x000350, "Member 'ADispLib_EditorTreeImposterTool::CardSize' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, PosOffset) == 0x000360, "Member 'ADispLib_EditorTreeImposterTool::PosOffset' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, LastMeshName) == 0x000370, "Member 'ADispLib_EditorTreeImposterTool::LastMeshName' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, GlobalOffset) == 0x000378, "Member 'ADispLib_EditorTreeImposterTool::GlobalOffset' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShadowMapCountEveryCard) == 0x000390, "Member 'ADispLib_EditorTreeImposterTool::ShadowMapCountEveryCard' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OverrideMPCParam) == 0x000398, "Member 'ADispLib_EditorTreeImposterTool::OverrideMPCParam' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OverrideTreeMeshMatScalarParam) == 0x0003A8, "Member 'ADispLib_EditorTreeImposterTool::OverrideTreeMeshMatScalarParam' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OverrideTreeMeshMatLinearColorParam) == 0x0003B8, "Member 'ADispLib_EditorTreeImposterTool::OverrideTreeMeshMatLinearColorParam' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OverrideShotTexSetting) == 0x0003C8, "Member 'ADispLib_EditorTreeImposterTool::OverrideShotTexSetting' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OverrideFinalTexSetting) == 0x0003D8, "Member 'ADispLib_EditorTreeImposterTool::OverrideFinalTexSetting' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CopyScalarParamsFromHQToImposterMat) == 0x0003E8, "Member 'ADispLib_EditorTreeImposterTool::CopyScalarParamsFromHQToImposterMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CopySwitchParamsFromHQToImposterMat) == 0x0003F8, "Member 'ADispLib_EditorTreeImposterTool::CopySwitchParamsFromHQToImposterMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, HDA_Asset) == 0x000408, "Member 'ADispLib_EditorTreeImposterTool::HDA_Asset' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ToggleViewModeWaittngTime) == 0x000410, "Member 'ADispLib_EditorTreeImposterTool::ToggleViewModeWaittngTime' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, RT_CustomShadowmap) == 0x000418, "Member 'ADispLib_EditorTreeImposterTool::RT_CustomShadowmap' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DebugColorArray) == 0x000420, "Member 'ADispLib_EditorTreeImposterTool::DebugColorArray' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, SkySphereToolMat) == 0x000430, "Member 'ADispLib_EditorTreeImposterTool::SkySphereToolMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, MergeActorToolMat) == 0x000438, "Member 'ADispLib_EditorTreeImposterTool::MergeActorToolMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ColorDilateToolMat) == 0x000440, "Member 'ADispLib_EditorTreeImposterTool::ColorDilateToolMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CustomShadowMapMat) == 0x000448, "Member 'ADispLib_EditorTreeImposterTool::CustomShadowMapMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, DistanceFieldToolMat) == 0x000450, "Member 'ADispLib_EditorTreeImposterTool::DistanceFieldToolMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CombineRGBAndAlphaToolMat) == 0x000458, "Member 'ADispLib_EditorTreeImposterTool::CombineRGBAndAlphaToolMat' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OriginImposterMatIns) == 0x000460, "Member 'ADispLib_EditorTreeImposterTool::OriginImposterMatIns' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OriginOneTexPerformanceImposterMatIns) == 0x000468, "Member 'ADispLib_EditorTreeImposterTool::OriginOneTexPerformanceImposterMatIns' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, OriginMultiTexPerformanceImposterMatIns) == 0x000470, "Member 'ADispLib_EditorTreeImposterTool::OriginMultiTexPerformanceImposterMatIns' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TreeActor) == 0x000478, "Member 'ADispLib_EditorTreeImposterTool::TreeActor' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, TreeStaticMeshComp) == 0x000480, "Member 'ADispLib_EditorTreeImposterTool::TreeStaticMeshComp' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CopyFromHQMatIndex) == 0x000488, "Member 'ADispLib_EditorTreeImposterTool::CopyFromHQMatIndex' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShadowMapTreeActor) == 0x000490, "Member 'ADispLib_EditorTreeImposterTool::ShadowMapTreeActor' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShadowMapTreeStaticMeshComp) == 0x000498, "Member 'ADispLib_EditorTreeImposterTool::ShadowMapTreeStaticMeshComp' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, Capture2DActor) == 0x0004A0, "Member 'ADispLib_EditorTreeImposterTool::Capture2DActor' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CaptureComponent2D) == 0x0004A8, "Member 'ADispLib_EditorTreeImposterTool::CaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CameraActor) == 0x0004B0, "Member 'ADispLib_EditorTreeImposterTool::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, CameraComp) == 0x0004B8, "Member 'ADispLib_EditorTreeImposterTool::CameraComp' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShadowMapCameraActor) == 0x0004C0, "Member 'ADispLib_EditorTreeImposterTool::ShadowMapCameraActor' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShadowMapCameraComp) == 0x0004C8, "Member 'ADispLib_EditorTreeImposterTool::ShadowMapCameraComp' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShadowMapCapture2DActor) == 0x0004D0, "Member 'ADispLib_EditorTreeImposterTool::ShadowMapCapture2DActor' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ShadowMapCaptureComponent2D) == 0x0004D8, "Member 'ADispLib_EditorTreeImposterTool::ShadowMapCaptureComponent2D' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, RT_4Capture_RGB) == 0x0004E0, "Member 'ADispLib_EditorTreeImposterTool::RT_4Capture_RGB' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, RT_4Capture_NearestFillterRGB) == 0x0004E8, "Member 'ADispLib_EditorTreeImposterTool::RT_4Capture_NearestFillterRGB' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, RT_4Capture_Alpha) == 0x0004F0, "Member 'ADispLib_EditorTreeImposterTool::RT_4Capture_Alpha' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, RT_4Capture_FinalTex) == 0x0004F8, "Member 'ADispLib_EditorTreeImposterTool::RT_4Capture_FinalTex' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ImposterMatInsAsset) == 0x000508, "Member 'ADispLib_EditorTreeImposterTool::ImposterMatInsAsset' has a wrong offset!"); \ +static_assert(offsetof(ADispLib_EditorTreeImposterTool, ImposterMatPerformanceModeInsAsset) == 0x000510, "Member 'ADispLib_EditorTreeImposterTool::ImposterMatPerformanceModeInsAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibPlayCameraShake_GSNotifyCS \ +static_assert(alignof(BAN_DispLibPlayCameraShake_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibPlayCameraShake_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibPlayCameraShake_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibPlayCameraShake_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibPlayCameraShake_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibPlayCameraShake_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibPlayCameraShake \ +static_assert(alignof(UBAN_DispLibPlayCameraShake) == 0x000008, "Wrong alignment on UBAN_DispLibPlayCameraShake"); \ +static_assert(sizeof(UBAN_DispLibPlayCameraShake) == 0x0000B0, "Wrong size on UBAN_DispLibPlayCameraShake"); \ +static_assert(offsetof(UBAN_DispLibPlayCameraShake, Delay) == 0x000054, "Member 'UBAN_DispLibPlayCameraShake::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibPlayCameraShake, CameraShake) == 0x000058, "Member 'UBAN_DispLibPlayCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibPlayCameraShake, Override_Oscillation_Duration) == 0x000060, "Member 'UBAN_DispLibPlayCameraShake::Override_Oscillation_Duration' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibPlayCameraShake, CustomScaleCurve) == 0x000068, "Member 'UBAN_DispLibPlayCameraShake::CustomScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibPlayCameraShake, AttachedTargetSocketName) == 0x000094, "Member 'UBAN_DispLibPlayCameraShake::AttachedTargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibPlayCameraShake, CamShakeScaleByDistCurve) == 0x0000A0, "Member 'UBAN_DispLibPlayCameraShake::CamShakeScaleByDistCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibPlayCameraShake, MaxDistance) == 0x0000A8, "Member 'UBAN_DispLibPlayCameraShake::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerSetTransform \ +static_assert(alignof(UMovieNodeInstance_PerformerSetTransform) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerSetTransform"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerSetTransform) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerSetTransform"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_GlobalBase \ +static_assert(alignof(UBED_FSMNode_GI_GlobalBase) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_GlobalBase"); \ +static_assert(sizeof(UBED_FSMNode_GI_GlobalBase) == 0x0002A0, "Wrong size on UBED_FSMNode_GI_GlobalBase"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_InBenchMark_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBenchMark_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_InBenchMark_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBenchMark_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBenchMark_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_InBenchMark_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBenchMark_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBenchMark_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_InBenchMark \ +static_assert(alignof(UBED_FSMNode_GI_Global_InBenchMark) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_InBenchMark"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_InBenchMark) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_InBenchMark"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_InBenchMark, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_InBenchMark::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_Start_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_Start_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_Start_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_Start_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_Start_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_Start_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_Start_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Start \ +static_assert(alignof(UBED_BehaviorNode_Start) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Start"); \ +static_assert(sizeof(UBED_BehaviorNode_Start) == 0x0002A0, "Wrong size on UBED_BehaviorNode_Start"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibPlayCustomCameraShake_GSNotifyCS \ +static_assert(alignof(BAN_DispLibPlayCustomCameraShake_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibPlayCustomCameraShake_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibPlayCustomCameraShake_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibPlayCustomCameraShake_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibPlayCustomCameraShake_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibPlayCustomCameraShake_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibPlayCustomCameraShake \ +static_assert(alignof(UBAN_DispLibPlayCustomCameraShake) == 0x000008, "Wrong alignment on UBAN_DispLibPlayCustomCameraShake"); \ +static_assert(sizeof(UBAN_DispLibPlayCustomCameraShake) == 0x0002C8, "Wrong size on UBAN_DispLibPlayCustomCameraShake"); \ +static_assert(offsetof(UBAN_DispLibPlayCustomCameraShake, CustomCameraShake) == 0x000058, "Member 'UBAN_DispLibPlayCustomCameraShake::CustomCameraShake' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUInteractiveActorBase_OnConstructionCS \ +static_assert(alignof(BGUInteractiveActorBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUInteractiveActorBase_OnConstructionCS"); \ +static_assert(sizeof(BGUInteractiveActorBase_OnConstructionCS) == 0x000060, "Wrong size on BGUInteractiveActorBase_OnConstructionCS"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUInteractiveActorBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUInteractiveActorBase_OnDestroyDestructible \ +static_assert(alignof(BGUInteractiveActorBase_OnDestroyDestructible) == 0x000008, "Wrong alignment on BGUInteractiveActorBase_OnDestroyDestructible"); \ +static_assert(sizeof(BGUInteractiveActorBase_OnDestroyDestructible) == 0x000038, "Wrong size on BGUInteractiveActorBase_OnDestroyDestructible"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnDestroyDestructible, HitLocation) == 0x000000, "Member 'BGUInteractiveActorBase_OnDestroyDestructible::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnDestroyDestructible, ImpulseDir) == 0x000018, "Member 'BGUInteractiveActorBase_OnDestroyDestructible::ImpulseDir' has a wrong offset!"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnDestroyDestructible, ImpulseStrength) == 0x000030, "Member 'BGUInteractiveActorBase_OnDestroyDestructible::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnDestroyDestructible, Damage) == 0x000034, "Member 'BGUInteractiveActorBase_OnDestroyDestructible::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUInteractiveActorBase_OnResetDestructible \ +static_assert(alignof(BGUInteractiveActorBase_OnResetDestructible) == 0x000001, "Wrong alignment on BGUInteractiveActorBase_OnResetDestructible"); \ +static_assert(sizeof(BGUInteractiveActorBase_OnResetDestructible) == 0x000001, "Wrong size on BGUInteractiveActorBase_OnResetDestructible"); \ + +#define DUMPER7_ASSERTS_BGUInteractiveActorBase_OnHitDestructible \ +static_assert(alignof(BGUInteractiveActorBase_OnHitDestructible) == 0x000008, "Wrong alignment on BGUInteractiveActorBase_OnHitDestructible"); \ +static_assert(sizeof(BGUInteractiveActorBase_OnHitDestructible) == 0x000038, "Wrong size on BGUInteractiveActorBase_OnHitDestructible"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnHitDestructible, HitLocation) == 0x000000, "Member 'BGUInteractiveActorBase_OnHitDestructible::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnHitDestructible, ImpulseDir) == 0x000018, "Member 'BGUInteractiveActorBase_OnHitDestructible::ImpulseDir' has a wrong offset!"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnHitDestructible, ImpulseStrength) == 0x000030, "Member 'BGUInteractiveActorBase_OnHitDestructible::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(BGUInteractiveActorBase_OnHitDestructible, Damage) == 0x000034, "Member 'BGUInteractiveActorBase_OnHitDestructible::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUInteractiveActorBase \ +static_assert(alignof(ABGUInteractiveActorBase) == 0x000008, "Wrong alignment on ABGUInteractiveActorBase"); \ +static_assert(sizeof(ABGUInteractiveActorBase) == 0x000330, "Wrong size on ABGUInteractiveActorBase"); \ +static_assert(offsetof(ABGUInteractiveActorBase, DefaultRootComp) == 0x000308, "Member 'ABGUInteractiveActorBase::DefaultRootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUInteractiveActorBase, InteractComp) == 0x000310, "Member 'ABGUInteractiveActorBase::InteractComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUInteractiveActorBase, InteractRangeDebugComp) == 0x000318, "Member 'ABGUInteractiveActorBase::InteractRangeDebugComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUInteractiveActorBase, InteractRangeDebugComp2) == 0x000320, "Member 'ABGUInteractiveActorBase::InteractRangeDebugComp2' has a wrong offset!"); \ +static_assert(offsetof(ABGUInteractiveActorBase, InteractRangeDebugComp3) == 0x000328, "Member 'ABGUInteractiveActorBase::InteractRangeDebugComp3' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTaskStageCollectionBase \ +static_assert(alignof(ABGUTaskStageCollectionBase) == 0x000008, "Wrong alignment on ABGUTaskStageCollectionBase"); \ +static_assert(sizeof(ABGUTaskStageCollectionBase) == 0x000338, "Wrong size on ABGUTaskStageCollectionBase"); \ +static_assert(offsetof(ABGUTaskStageCollectionBase, TaskStageCollectionConfigComp) == 0x000330, "Member 'ABGUTaskStageCollectionBase::TaskStageCollectionConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestQueueData \ +static_assert(alignof(UTestQueueData) == 0x000008, "Wrong alignment on UTestQueueData"); \ +static_assert(sizeof(UTestQueueData) == 0x000038, "Wrong size on UTestQueueData"); \ +static_assert(offsetof(UTestQueueData, NCs) == 0x000028, "Member 'UTestQueueData::NCs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibPlayDBCDataAsset_GSNotifyCS \ +static_assert(alignof(BAN_DispLibPlayDBCDataAsset_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibPlayDBCDataAsset_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibPlayDBCDataAsset_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibPlayDBCDataAsset_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibPlayDBCDataAsset_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibPlayDBCDataAsset_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibPlayDBCDataAsset \ +static_assert(alignof(UBAN_DispLibPlayDBCDataAsset) == 0x000008, "Wrong alignment on UBAN_DispLibPlayDBCDataAsset"); \ +static_assert(sizeof(UBAN_DispLibPlayDBCDataAsset) == 0x000068, "Wrong size on UBAN_DispLibPlayDBCDataAsset"); \ +static_assert(offsetof(UBAN_DispLibPlayDBCDataAsset, DataAsset) == 0x000050, "Member 'UBAN_DispLibPlayDBCDataAsset::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibPlayDBCDataAsset, MainSockNameIfDW) == 0x00005C, "Member 'UBAN_DispLibPlayDBCDataAsset::MainSockNameIfDW' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_FollowMaster \ +static_assert(alignof(UBAIT_FollowMaster) == 0x000008, "Wrong alignment on UBAIT_FollowMaster"); \ +static_assert(sizeof(UBAIT_FollowMaster) == 0x0000B0, "Wrong size on UBAIT_FollowMaster"); \ +static_assert(offsetof(UBAIT_FollowMaster, AcceptableRaidus) == 0x0000A8, "Member 'UBAIT_FollowMaster::AcceptableRaidus' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FollowMaster, MoveAIType) == 0x0000AE, "Member 'UBAIT_FollowMaster::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FollowMaster, SpeedRateType) == 0x0000AF, "Member 'UBAIT_FollowMaster::SpeedRateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UStructTestDataAsset \ +static_assert(alignof(UStructTestDataAsset) == 0x000008, "Wrong alignment on UStructTestDataAsset"); \ +static_assert(sizeof(UStructTestDataAsset) == 0x000050, "Wrong size on UStructTestDataAsset"); \ +static_assert(offsetof(UStructTestDataAsset, TestStructs) == 0x000030, "Member 'UStructTestDataAsset::TestStructs' has a wrong offset!"); \ +static_assert(offsetof(UStructTestDataAsset, NiagaraSystems) == 0x000040, "Member 'UStructTestDataAsset::NiagaraSystems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_InBattleStandAlone_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleStandAlone_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleStandAlone_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleStandAlone_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleStandAlone_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_InBattleStandAlone_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleStandAlone_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleStandAlone_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_InBattleStandAlone \ +static_assert(alignof(UBED_FSMNode_GI_Global_InBattleStandAlone) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_InBattleStandAlone"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_InBattleStandAlone) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_InBattleStandAlone"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_InBattleStandAlone, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_InBattleStandAlone::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_DropSpiritCS \ +static_assert(alignof(UBI_DropSpiritCS) == 0x000008, "Wrong alignment on UBI_DropSpiritCS"); \ +static_assert(sizeof(UBI_DropSpiritCS) == 0x0003D8, "Wrong size on UBI_DropSpiritCS"); \ + +#define DUMPER7_ASSERTS_UBADirectionDamage \ +static_assert(alignof(UBADirectionDamage) == 0x000008, "Wrong alignment on UBADirectionDamage"); \ +static_assert(sizeof(UBADirectionDamage) == 0x000048, "Wrong size on UBADirectionDamage"); \ +static_assert(offsetof(UBADirectionDamage, ReqDirDamage) == 0x000040, "Member 'UBADirectionDamage::ReqDirDamage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_PlayerCameraSystem \ +static_assert(alignof(UBUS_PlayerCameraSystem) == 0x000008, "Wrong alignment on UBUS_PlayerCameraSystem"); \ +static_assert(sizeof(UBUS_PlayerCameraSystem) == 0x000038, "Wrong size on UBUS_PlayerCameraSystem"); \ +static_assert(offsetof(UBUS_PlayerCameraSystem, PlayerController) == 0x000028, "Member 'UBUS_PlayerCameraSystem::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(UBUS_PlayerCameraSystem, PlayerCameraManager) == 0x000030, "Member 'UBUS_PlayerCameraSystem::PlayerCameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibSimpleRibbonTrailsArray_GetSoftReferences \ +static_assert(alignof(BAN_DispLibSimpleRibbonTrailsArray_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_DispLibSimpleRibbonTrailsArray_GetSoftReferences"); \ +static_assert(sizeof(BAN_DispLibSimpleRibbonTrailsArray_GetSoftReferences) == 0x000010, "Wrong size on BAN_DispLibSimpleRibbonTrailsArray_GetSoftReferences"); \ +static_assert(offsetof(BAN_DispLibSimpleRibbonTrailsArray_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_DispLibSimpleRibbonTrailsArray_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibSimpleRibbonTrailsArray \ +static_assert(alignof(UBAN_DispLibSimpleRibbonTrailsArray) == 0x000008, "Wrong alignment on UBAN_DispLibSimpleRibbonTrailsArray"); \ +static_assert(sizeof(UBAN_DispLibSimpleRibbonTrailsArray) == 0x000100, "Wrong size on UBAN_DispLibSimpleRibbonTrailsArray"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, Template) == 0x000058, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::Template' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, Duration) == 0x000080, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, DelayTimeAfterStop) == 0x000084, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::DelayTimeAfterStop' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, SocketName) == 0x000088, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, LocationOffset) == 0x000090, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, RotationOffset) == 0x0000A8, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, Scale) == 0x0000C0, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::Scale' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, customParams) == 0x0000E0, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::customParams' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, TranslucentSortPriority) == 0x0000F0, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::TranslucentSortPriority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibSimpleRibbonTrailsArray, CompTag) == 0x0000F4, "Member 'UBAN_DispLibSimpleRibbonTrailsArray::CompTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_DispLibUnitArtFresnel_GSNotifyCS \ +static_assert(alignof(BAN_DispLibUnitArtFresnel_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_DispLibUnitArtFresnel_GSNotifyCS"); \ +static_assert(sizeof(BAN_DispLibUnitArtFresnel_GSNotifyCS) == 0x000048, "Wrong size on BAN_DispLibUnitArtFresnel_GSNotifyCS"); \ +static_assert(offsetof(BAN_DispLibUnitArtFresnel_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_DispLibUnitArtFresnel_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_DispLibUnitArtFresnel \ +static_assert(alignof(UBAN_DispLibUnitArtFresnel) == 0x000008, "Wrong alignment on UBAN_DispLibUnitArtFresnel"); \ +static_assert(sizeof(UBAN_DispLibUnitArtFresnel) == 0x0000D8, "Wrong size on UBAN_DispLibUnitArtFresnel"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, UniversalUAFIndex) == 0x000054, "Member 'UBAN_DispLibUnitArtFresnel::UniversalUAFIndex' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, CustomUAFDataAsset) == 0x000058, "Member 'UBAN_DispLibUnitArtFresnel::CustomUAFDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, FilterMode) == 0x000060, "Member 'UBAN_DispLibUnitArtFresnel::FilterMode' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, Priority) == 0x0000B0, "Member 'UBAN_DispLibUnitArtFresnel::Priority' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideTime) == 0x0000B4, "Member 'UBAN_DispLibUnitArtFresnel::OverrideTime' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideSimpleProgrammedCurve) == 0x0000B8, "Member 'UBAN_DispLibUnitArtFresnel::OverrideSimpleProgrammedCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideFadeInTime) == 0x0000BC, "Member 'UBAN_DispLibUnitArtFresnel::OverrideFadeInTime' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideCommonTime) == 0x0000C0, "Member 'UBAN_DispLibUnitArtFresnel::OverrideCommonTime' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideFadeOutTime) == 0x0000C4, "Member 'UBAN_DispLibUnitArtFresnel::OverrideFadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideProgrammedPowerMax) == 0x0000C8, "Member 'UBAN_DispLibUnitArtFresnel::OverrideProgrammedPowerMax' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideOnePeriodTime) == 0x0000CC, "Member 'UBAN_DispLibUnitArtFresnel::OverrideOnePeriodTime' has a wrong offset!"); \ +static_assert(offsetof(UBAN_DispLibUnitArtFresnel, OverrideLoop) == 0x0000D0, "Member 'UBAN_DispLibUnitArtFresnel::OverrideLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckProbability \ +static_assert(alignof(UBAID_CheckProbability) == 0x000008, "Wrong alignment on UBAID_CheckProbability"); \ +static_assert(sizeof(UBAID_CheckProbability) == 0x000098, "Wrong size on UBAID_CheckProbability"); \ +static_assert(offsetof(UBAID_CheckProbability, Probability) == 0x000090, "Member 'UBAID_CheckProbability::Probability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQC_PlayerContext_ProvideActorsSetCS \ +static_assert(alignof(GSEQC_PlayerContext_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQC_PlayerContext_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQC_PlayerContext_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQC_PlayerContext_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQC_PlayerContext_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_PlayerContext_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_PlayerContext_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_PlayerContext_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_PlayerContext \ +static_assert(alignof(UGSEQC_PlayerContext) == 0x000008, "Wrong alignment on UGSEQC_PlayerContext"); \ +static_assert(sizeof(UGSEQC_PlayerContext) == 0x000070, "Wrong size on UGSEQC_PlayerContext"); \ + +#define DUMPER7_ASSERTS_UBUC_DispLibSceneInteractorData \ +static_assert(alignof(UBUC_DispLibSceneInteractorData) == 0x000008, "Wrong alignment on UBUC_DispLibSceneInteractorData"); \ +static_assert(sizeof(UBUC_DispLibSceneInteractorData) == 0x000040, "Wrong size on UBUC_DispLibSceneInteractorData"); \ +static_assert(offsetof(UBUC_DispLibSceneInteractorData, ScenePhysicalInteractor) == 0x000030, "Member 'UBUC_DispLibSceneInteractorData::ScenePhysicalInteractor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerRemoveBuff_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerRemoveBuff_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerRemoveBuff_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerRemoveBuff_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerRemoveBuff_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerRemoveBuff_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerRemoveBuff_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerRemoveBuff \ +static_assert(alignof(UBED_MovieNode_PerformerRemoveBuff) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerRemoveBuff"); \ +static_assert(sizeof(UBED_MovieNode_PerformerRemoveBuff) == 0x0002B8, "Wrong size on UBED_MovieNode_PerformerRemoveBuff"); \ +static_assert(offsetof(UBED_MovieNode_PerformerRemoveBuff, BuffID) == 0x0002A8, "Member 'UBED_MovieNode_PerformerRemoveBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PerformerRemoveBuff, BuffLayer) == 0x0002AC, "Member 'UBED_MovieNode_PerformerRemoveBuff::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWS_EnvInteractiveCapture_RemoveInteractor \ +static_assert(alignof(BWS_EnvInteractiveCapture_RemoveInteractor) == 0x000004, "Wrong alignment on BWS_EnvInteractiveCapture_RemoveInteractor"); \ +static_assert(sizeof(BWS_EnvInteractiveCapture_RemoveInteractor) == 0x000004, "Wrong size on BWS_EnvInteractiveCapture_RemoveInteractor"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_RemoveInteractor, InteractorID) == 0x000000, "Member 'BWS_EnvInteractiveCapture_RemoveInteractor::InteractorID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWS_EnvInteractiveCapture_AddInteractor \ +static_assert(alignof(BWS_EnvInteractiveCapture_AddInteractor) == 0x000008, "Wrong alignment on BWS_EnvInteractiveCapture_AddInteractor"); \ +static_assert(sizeof(BWS_EnvInteractiveCapture_AddInteractor) == 0x000038, "Wrong size on BWS_EnvInteractiveCapture_AddInteractor"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_AddInteractor, PrimComp) == 0x000000, "Member 'BWS_EnvInteractiveCapture_AddInteractor::PrimComp' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_AddInteractor, InteractiveType) == 0x000008, "Member 'BWS_EnvInteractiveCapture_AddInteractor::InteractiveType' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_AddInteractor, Size) == 0x000010, "Member 'BWS_EnvInteractiveCapture_AddInteractor::Size' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_AddInteractor, Intensity) == 0x000028, "Member 'BWS_EnvInteractiveCapture_AddInteractor::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_AddInteractor, Duration) == 0x00002C, "Member 'BWS_EnvInteractiveCapture_AddInteractor::Duration' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_AddInteractor, ReturnValue) == 0x000030, "Member 'BWS_EnvInteractiveCapture_AddInteractor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWS_EnvInteractiveCapture_TriggerOnce \ +static_assert(alignof(BWS_EnvInteractiveCapture_TriggerOnce) == 0x000008, "Wrong alignment on BWS_EnvInteractiveCapture_TriggerOnce"); \ +static_assert(sizeof(BWS_EnvInteractiveCapture_TriggerOnce) == 0x000040, "Wrong size on BWS_EnvInteractiveCapture_TriggerOnce"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_TriggerOnce, position) == 0x000000, "Member 'BWS_EnvInteractiveCapture_TriggerOnce::position' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_TriggerOnce, Size) == 0x000018, "Member 'BWS_EnvInteractiveCapture_TriggerOnce::Size' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_TriggerOnce, InteractiveType) == 0x000030, "Member 'BWS_EnvInteractiveCapture_TriggerOnce::InteractiveType' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_TriggerOnce, Intensity) == 0x000034, "Member 'BWS_EnvInteractiveCapture_TriggerOnce::Intensity' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_TriggerOnce, Duration) == 0x000038, "Member 'BWS_EnvInteractiveCapture_TriggerOnce::Duration' has a wrong offset!"); \ +static_assert(offsetof(BWS_EnvInteractiveCapture_TriggerOnce, ReturnValue) == 0x00003C, "Member 'BWS_EnvInteractiveCapture_TriggerOnce::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABWS_EnvInteractiveCapture \ +static_assert(alignof(ABWS_EnvInteractiveCapture) == 0x000008, "Wrong alignment on ABWS_EnvInteractiveCapture"); \ +static_assert(sizeof(ABWS_EnvInteractiveCapture) == 0x0002C0, "Wrong size on ABWS_EnvInteractiveCapture"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, ParticleArrayData) == 0x000288, "Member 'ABWS_EnvInteractiveCapture::ParticleArrayData' has a wrong offset!"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, RTSize) == 0x000290, "Member 'ABWS_EnvInteractiveCapture::RTSize' has a wrong offset!"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, RT) == 0x000298, "Member 'ABWS_EnvInteractiveCapture::RT' has a wrong offset!"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, SceneCaptureComponent) == 0x0002A0, "Member 'ABWS_EnvInteractiveCapture::SceneCaptureComponent' has a wrong offset!"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, CaptureMPC) == 0x0002A8, "Member 'ABWS_EnvInteractiveCapture::CaptureMPC' has a wrong offset!"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, CaptureInterval) == 0x0002B0, "Member 'ABWS_EnvInteractiveCapture::CaptureInterval' has a wrong offset!"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, ParticleFadeDuration) == 0x0002B4, "Member 'ABWS_EnvInteractiveCapture::ParticleFadeDuration' has a wrong offset!"); \ +static_assert(offsetof(ABWS_EnvInteractiveCapture, ParicleHeight) == 0x0002B8, "Member 'ABWS_EnvInteractiveCapture::ParicleHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_PostWXLoginFinish"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_Event \ +static_assert(alignof(UBED_MovieNode_Event) == 0x000008, "Wrong alignment on UBED_MovieNode_Event"); \ +static_assert(sizeof(UBED_MovieNode_Event) == 0x0002A0, "Wrong size on UBED_MovieNode_Event"); \ + +#define DUMPER7_ASSERTS_UBWS_DispLibImageProcessorConfig \ +static_assert(alignof(UBWS_DispLibImageProcessorConfig) == 0x000008, "Wrong alignment on UBWS_DispLibImageProcessorConfig"); \ +static_assert(sizeof(UBWS_DispLibImageProcessorConfig) == 0x000058, "Wrong size on UBWS_DispLibImageProcessorConfig"); \ +static_assert(offsetof(UBWS_DispLibImageProcessorConfig, KawaseMaterialPrototype) == 0x000030, "Member 'UBWS_DispLibImageProcessorConfig::KawaseMaterialPrototype' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessorConfig, RenderTarget0) == 0x000038, "Member 'UBWS_DispLibImageProcessorConfig::RenderTarget0' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessorConfig, RenderTarget1) == 0x000040, "Member 'UBWS_DispLibImageProcessorConfig::RenderTarget1' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessorConfig, BlitMaterialPrototype) == 0x000048, "Member 'UBWS_DispLibImageProcessorConfig::BlitMaterialPrototype' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessorConfig, CombineRGBMaterialPrototype) == 0x000050, "Member 'UBWS_DispLibImageProcessorConfig::CombineRGBMaterialPrototype' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_BossRushNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_BossRushNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_BossRushNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_BossRushNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_Reroute \ +static_assert(alignof(UBED_BossRushNode_Reroute) == 0x000008, "Wrong alignment on UBED_BossRushNode_Reroute"); \ +static_assert(sizeof(UBED_BossRushNode_Reroute) == 0x0002A0, "Wrong size on UBED_BossRushNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_IsSupportViewType \ +static_assert(alignof(BED_StateNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_StateNode_IsSupportViewType"); \ +static_assert(sizeof(BED_StateNode_IsSupportViewType) == 0x000002, "Wrong size on BED_StateNode_IsSupportViewType"); \ +static_assert(offsetof(BED_StateNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_StateNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode \ +static_assert(alignof(UBED_StateNode) == 0x000008, "Wrong alignment on UBED_StateNode"); \ +static_assert(sizeof(UBED_StateNode) == 0x0002A0, "Wrong size on UBED_StateNode"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_CustomExit_GetContextInputsInCS \ +static_assert(alignof(BED_StateNode_CustomExit_GetContextInputsInCS) == 0x000008, "Wrong alignment on BED_StateNode_CustomExit_GetContextInputsInCS"); \ +static_assert(sizeof(BED_StateNode_CustomExit_GetContextInputsInCS) == 0x000010, "Wrong size on BED_StateNode_CustomExit_GetContextInputsInCS"); \ +static_assert(offsetof(BED_StateNode_CustomExit_GetContextInputsInCS, ReturnValue) == 0x000000, "Member 'BED_StateNode_CustomExit_GetContextInputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_CustomExit \ +static_assert(alignof(UBED_StateNode_CustomExit) == 0x000008, "Wrong alignment on UBED_StateNode_CustomExit"); \ +static_assert(sizeof(UBED_StateNode_CustomExit) == 0x0002A0, "Wrong size on UBED_StateNode_CustomExit"); \ + +#define DUMPER7_ASSERTS_BWS_DispLibImageProcessor_KawaseBlur \ +static_assert(alignof(BWS_DispLibImageProcessor_KawaseBlur) == 0x000008, "Wrong alignment on BWS_DispLibImageProcessor_KawaseBlur"); \ +static_assert(sizeof(BWS_DispLibImageProcessor_KawaseBlur) == 0x000018, "Wrong size on BWS_DispLibImageProcessor_KawaseBlur"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_KawaseBlur, SrcTex) == 0x000000, "Member 'BWS_DispLibImageProcessor_KawaseBlur::SrcTex' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_KawaseBlur, DstTex) == 0x000008, "Member 'BWS_DispLibImageProcessor_KawaseBlur::DstTex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWS_DispLibImageProcessor_CombileRGB \ +static_assert(alignof(BWS_DispLibImageProcessor_CombileRGB) == 0x000008, "Wrong alignment on BWS_DispLibImageProcessor_CombileRGB"); \ +static_assert(sizeof(BWS_DispLibImageProcessor_CombileRGB) == 0x000028, "Wrong size on BWS_DispLibImageProcessor_CombileRGB"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_CombileRGB, RChannel) == 0x000000, "Member 'BWS_DispLibImageProcessor_CombileRGB::RChannel' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_CombileRGB, GChannel) == 0x000008, "Member 'BWS_DispLibImageProcessor_CombileRGB::GChannel' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_CombileRGB, BChannel) == 0x000010, "Member 'BWS_DispLibImageProcessor_CombileRGB::BChannel' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_CombileRGB, DstTex) == 0x000018, "Member 'BWS_DispLibImageProcessor_CombileRGB::DstTex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWS_DispLibImageProcessor_Init \ +static_assert(alignof(BWS_DispLibImageProcessor_Init) == 0x000008, "Wrong alignment on BWS_DispLibImageProcessor_Init"); \ +static_assert(sizeof(BWS_DispLibImageProcessor_Init) == 0x000018, "Wrong size on BWS_DispLibImageProcessor_Init"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_Init, WorldContext) == 0x000000, "Member 'BWS_DispLibImageProcessor_Init::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_Init, ConfigPath) == 0x000008, "Member 'BWS_DispLibImageProcessor_Init::ConfigPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BWS_DispLibImageProcessor_Blit \ +static_assert(alignof(BWS_DispLibImageProcessor_Blit) == 0x000008, "Wrong alignment on BWS_DispLibImageProcessor_Blit"); \ +static_assert(sizeof(BWS_DispLibImageProcessor_Blit) == 0x000020, "Wrong size on BWS_DispLibImageProcessor_Blit"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_Blit, SrcTex) == 0x000000, "Member 'BWS_DispLibImageProcessor_Blit::SrcTex' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_Blit, BlendTex) == 0x000008, "Member 'BWS_DispLibImageProcessor_Blit::BlendTex' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_Blit, DstTex) == 0x000010, "Member 'BWS_DispLibImageProcessor_Blit::DstTex' has a wrong offset!"); \ +static_assert(offsetof(BWS_DispLibImageProcessor_Blit, BlendAlpha) == 0x000018, "Member 'BWS_DispLibImageProcessor_Blit::BlendAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBWS_DispLibImageProcessor \ +static_assert(alignof(UBWS_DispLibImageProcessor) == 0x000008, "Wrong alignment on UBWS_DispLibImageProcessor"); \ +static_assert(sizeof(UBWS_DispLibImageProcessor) == 0x0000A0, "Wrong size on UBWS_DispLibImageProcessor"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, KawaseBlurMatInst) == 0x000028, "Member 'UBWS_DispLibImageProcessor::KawaseBlurMatInst' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, BlitMatInst) == 0x000030, "Member 'UBWS_DispLibImageProcessor::BlitMatInst' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, CombineRGBMatInst) == 0x000038, "Member 'UBWS_DispLibImageProcessor::CombineRGBMatInst' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, CombineMatInst) == 0x000040, "Member 'UBWS_DispLibImageProcessor::CombineMatInst' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, Config) == 0x000048, "Member 'UBWS_DispLibImageProcessor::Config' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, RenderTarget0) == 0x000050, "Member 'UBWS_DispLibImageProcessor::RenderTarget0' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, RenderTarget1) == 0x000058, "Member 'UBWS_DispLibImageProcessor::RenderTarget1' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, SourceTexName) == 0x000060, "Member 'UBWS_DispLibImageProcessor::SourceTexName' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, ShiftName) == 0x000068, "Member 'UBWS_DispLibImageProcessor::ShiftName' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, IsFlipVerticalAxisName) == 0x000070, "Member 'UBWS_DispLibImageProcessor::IsFlipVerticalAxisName' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, BlendTexName) == 0x000078, "Member 'UBWS_DispLibImageProcessor::BlendTexName' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, BlendAlphaName) == 0x000080, "Member 'UBWS_DispLibImageProcessor::BlendAlphaName' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, RChannelName) == 0x000088, "Member 'UBWS_DispLibImageProcessor::RChannelName' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, GChannelName) == 0x000090, "Member 'UBWS_DispLibImageProcessor::GChannelName' has a wrong offset!"); \ +static_assert(offsetof(UBWS_DispLibImageProcessor, BChannelName) == 0x000098, "Member 'UBWS_DispLibImageProcessor::BChannelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_PreConstruct \ +static_assert(alignof(GSTileView_PreConstruct) == 0x000001, "Wrong alignment on GSTileView_PreConstruct"); \ +static_assert(sizeof(GSTileView_PreConstruct) == 0x000001, "Wrong size on GSTileView_PreConstruct"); \ + +#define DUMPER7_ASSERTS_GSTileView_OnMouseLeave \ +static_assert(alignof(GSTileView_OnMouseLeave) == 0x000008, "Wrong alignment on GSTileView_OnMouseLeave"); \ +static_assert(sizeof(GSTileView_OnMouseLeave) == 0x000090, "Wrong size on GSTileView_OnMouseLeave"); \ +static_assert(offsetof(GSTileView_OnMouseLeave, MouseEvent) == 0x000000, "Member 'GSTileView_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileView_OnMouseEnter \ +static_assert(alignof(GSTileView_OnMouseEnter) == 0x000008, "Wrong alignment on GSTileView_OnMouseEnter"); \ +static_assert(sizeof(GSTileView_OnMouseEnter) == 0x0000D0, "Wrong size on GSTileView_OnMouseEnter"); \ +static_assert(offsetof(GSTileView_OnMouseEnter, MyGeometry) == 0x000000, "Member 'GSTileView_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(GSTileView_OnMouseEnter, MouseEvent) == 0x000040, "Member 'GSTileView_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_b1_Managed__UGSTileView \ +static_assert(alignof(b1_Managed::UGSTileView) == 0x000008, "Wrong alignment on b1_Managed::UGSTileView"); \ +static_assert(sizeof(b1_Managed::UGSTileView) == 0x000458, "Wrong size on b1_Managed::UGSTileView"); \ +static_assert(offsetof(b1_Managed::UGSTileView, Orientation) == 0x0003D8, "Member 'b1_Managed::UGSTileView::Orientation' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, ItemSize) == 0x0003E0, "Member 'b1_Managed::UGSTileView::ItemSize' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, TileAlignment) == 0x0003F0, "Member 'b1_Managed::UGSTileView::TileAlignment' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, ItemWidget) == 0x0003F8, "Member 'b1_Managed::UGSTileView::ItemWidget' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, LineWidget) == 0x000400, "Member 'b1_Managed::UGSTileView::LineWidget' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, MarkerWidget) == 0x000408, "Member 'b1_Managed::UGSTileView::MarkerWidget' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, TopSpacerLength) == 0x000410, "Member 'b1_Managed::UGSTileView::TopSpacerLength' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, BottomSpacerLength) == 0x000414, "Member 'b1_Managed::UGSTileView::BottomSpacerLength' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, RetainerBox) == 0x000418, "Member 'b1_Managed::UGSTileView::RetainerBox' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, ScrollInputParams) == 0x000424, "Member 'b1_Managed::UGSTileView::ScrollInputParams' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSTileView, ScrollParams) == 0x000438, "Member 'b1_Managed::UGSTileView::ScrollParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_PostProcessConf \ +static_assert(alignof(UDispLib_PostProcessConf) == 0x000008, "Wrong alignment on UDispLib_PostProcessConf"); \ +static_assert(sizeof(UDispLib_PostProcessConf) == 0x000090, "Wrong size on UDispLib_PostProcessConf"); \ +static_assert(offsetof(UDispLib_PostProcessConf, RadialBlurConf) == 0x000030, "Member 'UDispLib_PostProcessConf::RadialBlurConf' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_PostProcessConf, InverseFieldConf) == 0x000078, "Member 'UDispLib_PostProcessConf::InverseFieldConf' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_PostProcessConf, CommonConfs) == 0x000080, "Member 'UDispLib_PostProcessConf::CommonConfs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlinePresence_OnSetPresenceCompleteCS \ +static_assert(alignof(BGW_OnlinePresence_OnSetPresenceCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlinePresence_OnSetPresenceCompleteCS"); \ +static_assert(sizeof(BGW_OnlinePresence_OnSetPresenceCompleteCS) == 0x000001, "Wrong size on BGW_OnlinePresence_OnSetPresenceCompleteCS"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlinePresence \ +static_assert(alignof(UBGW_OnlinePresence) == 0x000008, "Wrong alignment on UBGW_OnlinePresence"); \ +static_assert(sizeof(UBGW_OnlinePresence) == 0x000070, "Wrong size on UBGW_OnlinePresence"); \ + +#define DUMPER7_ASSERTS_UBUS_OnlineAssistTriggerDataComp \ +static_assert(alignof(UBUS_OnlineAssistTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_OnlineAssistTriggerDataComp"); \ +static_assert(sizeof(UBUS_OnlineAssistTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_OnlineAssistTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_DumperTruckTriggerDataComp \ +static_assert(alignof(UBUS_DumperTruckTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_DumperTruckTriggerDataComp"); \ +static_assert(sizeof(UBUS_DumperTruckTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_DumperTruckTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UGSDispLib_PostProcessContext \ +static_assert(alignof(UGSDispLib_PostProcessContext) == 0x000008, "Wrong alignment on UGSDispLib_PostProcessContext"); \ +static_assert(sizeof(UGSDispLib_PostProcessContext) == 0x000048, "Wrong size on UGSDispLib_PostProcessContext"); \ +static_assert(offsetof(UGSDispLib_PostProcessContext, PostProcessVolume) == 0x000028, "Member 'UGSDispLib_PostProcessContext::PostProcessVolume' has a wrong offset!"); \ +static_assert(offsetof(UGSDispLib_PostProcessContext, World) == 0x000030, "Member 'UGSDispLib_PostProcessContext::World' has a wrong offset!"); \ +static_assert(offsetof(UGSDispLib_PostProcessContext, Config) == 0x000038, "Member 'UGSDispLib_PostProcessContext::Config' has a wrong offset!"); \ +static_assert(offsetof(UGSDispLib_PostProcessContext, ImageProcessor) == 0x000040, "Member 'UGSDispLib_PostProcessContext::ImageProcessor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGShowLoginUI_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGShowLoginUI_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGShowLoginUI_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGShowLoginUI_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGShowLoginUI_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGShowLoginUI_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowLoginUI_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGShowLoginUI_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGShowLoginUI \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGShowLoginUI) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGShowLoginUI"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGShowLoginUI) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGShowLoginUI"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGShowLoginUI, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGShowLoginUI::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCineCameraActor_ReceiveEndPlay \ +static_assert(alignof(BGUCineCameraActor_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUCineCameraActor_ReceiveEndPlay"); \ +static_assert(sizeof(BGUCineCameraActor_ReceiveEndPlay) == 0x000001, "Wrong size on BGUCineCameraActor_ReceiveEndPlay"); \ +static_assert(offsetof(BGUCineCameraActor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUCineCameraActor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCineCameraActor \ +static_assert(alignof(ABGUCineCameraActor) == 0x000010, "Wrong alignment on ABGUCineCameraActor"); \ +static_assert(sizeof(ABGUCineCameraActor) == 0x000AF0, "Wrong size on ABGUCineCameraActor"); \ + +#define DUMPER7_ASSERTS_BANS_GSDodgeWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSDodgeWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSDodgeWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSDodgeWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSDodgeWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSDodgeWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSDodgeWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDodgeWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSDodgeWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDodgeWindow \ +static_assert(alignof(UBANS_GSDodgeWindow) == 0x000008, "Wrong alignment on UBANS_GSDodgeWindow"); \ +static_assert(sizeof(UBANS_GSDodgeWindow) == 0x000048, "Wrong size on UBANS_GSDodgeWindow"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayAnimMontage_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayAnimMontage_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayAnimMontage_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayAnimMontage_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayAnimMontage_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayAnimMontage_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayAnimMontage_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayAnimMontage \ +static_assert(alignof(UBED_QuestNode_PlayAnimMontage) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayAnimMontage"); \ +static_assert(sizeof(UBED_QuestNode_PlayAnimMontage) == 0x000300, "Wrong size on UBED_QuestNode_PlayAnimMontage"); \ +static_assert(offsetof(UBED_QuestNode_PlayAnimMontage, Unit) == 0x0002A0, "Member 'UBED_QuestNode_PlayAnimMontage::Unit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayAnimMontage, AM) == 0x0002B0, "Member 'UBED_QuestNode_PlayAnimMontage::AM' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayAnimMontage, Caster) == 0x0002D8, "Member 'UBED_QuestNode_PlayAnimMontage::Caster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ZBBCreatorDataComp \ +static_assert(alignof(UBUS_ZBBCreatorDataComp) == 0x000008, "Wrong alignment on UBUS_ZBBCreatorDataComp"); \ +static_assert(sizeof(UBUS_ZBBCreatorDataComp) == 0x0000D0, "Wrong size on UBUS_ZBBCreatorDataComp"); \ + +#define DUMPER7_ASSERTS_BGUFXActorBase_SetFloatValueToMaterialAdvect \ +static_assert(alignof(BGUFXActorBase_SetFloatValueToMaterialAdvect) == 0x000004, "Wrong alignment on BGUFXActorBase_SetFloatValueToMaterialAdvect"); \ +static_assert(sizeof(BGUFXActorBase_SetFloatValueToMaterialAdvect) == 0x00000C, "Wrong size on BGUFXActorBase_SetFloatValueToMaterialAdvect"); \ +static_assert(offsetof(BGUFXActorBase_SetFloatValueToMaterialAdvect, ParamName) == 0x000000, "Member 'BGUFXActorBase_SetFloatValueToMaterialAdvect::ParamName' has a wrong offset!"); \ +static_assert(offsetof(BGUFXActorBase_SetFloatValueToMaterialAdvect, FloatValue) == 0x000008, "Member 'BGUFXActorBase_SetFloatValueToMaterialAdvect::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFXActorBase_OnDestroyDestructible \ +static_assert(alignof(BGUFXActorBase_OnDestroyDestructible) == 0x000008, "Wrong alignment on BGUFXActorBase_OnDestroyDestructible"); \ +static_assert(sizeof(BGUFXActorBase_OnDestroyDestructible) == 0x000038, "Wrong size on BGUFXActorBase_OnDestroyDestructible"); \ +static_assert(offsetof(BGUFXActorBase_OnDestroyDestructible, HitLocation) == 0x000000, "Member 'BGUFXActorBase_OnDestroyDestructible::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUFXActorBase_OnDestroyDestructible, ImpulseDir) == 0x000018, "Member 'BGUFXActorBase_OnDestroyDestructible::ImpulseDir' has a wrong offset!"); \ +static_assert(offsetof(BGUFXActorBase_OnDestroyDestructible, ImpulseStrength) == 0x000030, "Member 'BGUFXActorBase_OnDestroyDestructible::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(BGUFXActorBase_OnDestroyDestructible, Damage) == 0x000034, "Member 'BGUFXActorBase_OnDestroyDestructible::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFXActorBase_OnResetDestructible \ +static_assert(alignof(BGUFXActorBase_OnResetDestructible) == 0x000001, "Wrong alignment on BGUFXActorBase_OnResetDestructible"); \ +static_assert(sizeof(BGUFXActorBase_OnResetDestructible) == 0x000001, "Wrong size on BGUFXActorBase_OnResetDestructible"); \ + +#define DUMPER7_ASSERTS_BGUFXActorBase_OnHitDestructible \ +static_assert(alignof(BGUFXActorBase_OnHitDestructible) == 0x000008, "Wrong alignment on BGUFXActorBase_OnHitDestructible"); \ +static_assert(sizeof(BGUFXActorBase_OnHitDestructible) == 0x000038, "Wrong size on BGUFXActorBase_OnHitDestructible"); \ +static_assert(offsetof(BGUFXActorBase_OnHitDestructible, HitLocation) == 0x000000, "Member 'BGUFXActorBase_OnHitDestructible::HitLocation' has a wrong offset!"); \ +static_assert(offsetof(BGUFXActorBase_OnHitDestructible, ImpulseDir) == 0x000018, "Member 'BGUFXActorBase_OnHitDestructible::ImpulseDir' has a wrong offset!"); \ +static_assert(offsetof(BGUFXActorBase_OnHitDestructible, ImpulseStrength) == 0x000030, "Member 'BGUFXActorBase_OnHitDestructible::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(BGUFXActorBase_OnHitDestructible, Damage) == 0x000034, "Member 'BGUFXActorBase_OnHitDestructible::Damage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFXActorBase_IsDead \ +static_assert(alignof(BGUFXActorBase_IsDead) == 0x000001, "Wrong alignment on BGUFXActorBase_IsDead"); \ +static_assert(sizeof(BGUFXActorBase_IsDead) == 0x000001, "Wrong size on BGUFXActorBase_IsDead"); \ + +#define DUMPER7_ASSERTS_ABGUFXActorBase \ +static_assert(alignof(ABGUFXActorBase) == 0x000008, "Wrong alignment on ABGUFXActorBase"); \ +static_assert(sizeof(ABGUFXActorBase) == 0x000328, "Wrong size on ABGUFXActorBase"); \ +static_assert(offsetof(ABGUFXActorBase, Root) == 0x000308, "Member 'ABGUFXActorBase::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUFXActorBase, FXActorBaseConfigComp) == 0x000310, "Member 'ABGUFXActorBase::FXActorBaseConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUFXActorBase, DestructibleConfigComp) == 0x000318, "Member 'ABGUFXActorBase::DestructibleConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUFXActorBase, FXAudioEditComp) == 0x000320, "Member 'ABGUFXActorBase::FXAudioEditComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGULightningFXActorBase \ +static_assert(alignof(ABGULightningFXActorBase) == 0x000008, "Wrong alignment on ABGULightningFXActorBase"); \ +static_assert(sizeof(ABGULightningFXActorBase) == 0x000330, "Wrong size on ABGULightningFXActorBase"); \ +static_assert(offsetof(ABGULightningFXActorBase, LightningFXSpawnComp) == 0x000328, "Member 'ABGULightningFXActorBase::LightningFXSpawnComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSDispLib_PostProcessDebugger_ReceiveTick \ +static_assert(alignof(GSDispLib_PostProcessDebugger_ReceiveTick) == 0x000004, "Wrong alignment on GSDispLib_PostProcessDebugger_ReceiveTick"); \ +static_assert(sizeof(GSDispLib_PostProcessDebugger_ReceiveTick) == 0x000004, "Wrong size on GSDispLib_PostProcessDebugger_ReceiveTick"); \ +static_assert(offsetof(GSDispLib_PostProcessDebugger_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GSDispLib_PostProcessDebugger_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSDispLib_PostProcessDebugger \ +static_assert(alignof(AGSDispLib_PostProcessDebugger) == 0x000008, "Wrong alignment on AGSDispLib_PostProcessDebugger"); \ +static_assert(sizeof(AGSDispLib_PostProcessDebugger) == 0x0002B8, "Wrong size on AGSDispLib_PostProcessDebugger"); \ +static_assert(offsetof(AGSDispLib_PostProcessDebugger, PPConf) == 0x000288, "Member 'AGSDispLib_PostProcessDebugger::PPConf' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessDebugger, PPContext) == 0x000290, "Member 'AGSDispLib_PostProcessDebugger::PPContext' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessDebugger, PPClass) == 0x000298, "Member 'AGSDispLib_PostProcessDebugger::PPClass' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessDebugger, PPParameters) == 0x0002A0, "Member 'AGSDispLib_PostProcessDebugger::PPParameters' has a wrong offset!"); \ +static_assert(offsetof(AGSDispLib_PostProcessDebugger, ImageProcessorConfig) == 0x0002A8, "Member 'AGSDispLib_PostProcessDebugger::ImageProcessorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_TravelUrlHasHost_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_TravelUrlHasHost_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_TravelUrlHasHost_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_TravelUrlHasHost_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_TravelUrlHasHost_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_TravelUrlHasHost_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_TravelUrlHasHost_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_TravelUrlHasHost \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_TravelUrlHasHost) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_TravelUrlHasHost"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_TravelUrlHasHost) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_TravelUrlHasHost"); \ + +#define DUMPER7_ASSERTS_UBGW_DispLibCameraBlockDataAsset \ +static_assert(alignof(UBGW_DispLibCameraBlockDataAsset) == 0x000008, "Wrong alignment on UBGW_DispLibCameraBlockDataAsset"); \ +static_assert(sizeof(UBGW_DispLibCameraBlockDataAsset) == 0x000048, "Wrong size on UBGW_DispLibCameraBlockDataAsset"); \ +static_assert(offsetof(UBGW_DispLibCameraBlockDataAsset, InRange) == 0x000030, "Member 'UBGW_DispLibCameraBlockDataAsset::InRange' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibCameraBlockDataAsset, OutRange) == 0x000034, "Member 'UBGW_DispLibCameraBlockDataAsset::OutRange' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibCameraBlockDataAsset, TriggerAngle) == 0x000038, "Member 'UBGW_DispLibCameraBlockDataAsset::TriggerAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibCameraBlockDataAsset, HeightDelta) == 0x00003C, "Member 'UBGW_DispLibCameraBlockDataAsset::HeightDelta' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispLibCameraBlockDataAsset, AlphaRate) == 0x000040, "Member 'UBGW_DispLibCameraBlockDataAsset::AlphaRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUWanderBGMVolumeActor \ +static_assert(alignof(ABGUWanderBGMVolumeActor) == 0x000008, "Wrong alignment on ABGUWanderBGMVolumeActor"); \ +static_assert(sizeof(ABGUWanderBGMVolumeActor) == 0x000310, "Wrong size on ABGUWanderBGMVolumeActor"); \ +static_assert(offsetof(ABGUWanderBGMVolumeActor, WanderBGMVolumeComp) == 0x000308, "Member 'ABGUWanderBGMVolumeActor::WanderBGMVolumeComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_MouseButtonEvent_OnUserWidgetAnimationSequenceEvent \ +static_assert(alignof(BUI_MouseButtonEvent_OnUserWidgetAnimationSequenceEvent) == 0x000004, "Wrong alignment on BUI_MouseButtonEvent_OnUserWidgetAnimationSequenceEvent"); \ +static_assert(sizeof(BUI_MouseButtonEvent_OnUserWidgetAnimationSequenceEvent) == 0x000004, "Wrong size on BUI_MouseButtonEvent_OnUserWidgetAnimationSequenceEvent"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnUserWidgetAnimationSequenceEvent, Param) == 0x000000, "Member 'BUI_MouseButtonEvent_OnUserWidgetAnimationSequenceEvent::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_MouseButtonEvent_OnMouseButtonDown \ +static_assert(alignof(BUI_MouseButtonEvent_OnMouseButtonDown) == 0x000008, "Wrong alignment on BUI_MouseButtonEvent_OnMouseButtonDown"); \ +static_assert(sizeof(BUI_MouseButtonEvent_OnMouseButtonDown) == 0x000188, "Wrong size on BUI_MouseButtonEvent_OnMouseButtonDown"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'BUI_MouseButtonEvent_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseButtonDown, MouseEvent) == 0x000040, "Member 'BUI_MouseButtonEvent_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseButtonDown, ReturnValue) == 0x0000D0, "Member 'BUI_MouseButtonEvent_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_MouseButtonEvent_OnMouseButtonUp \ +static_assert(alignof(BUI_MouseButtonEvent_OnMouseButtonUp) == 0x000008, "Wrong alignment on BUI_MouseButtonEvent_OnMouseButtonUp"); \ +static_assert(sizeof(BUI_MouseButtonEvent_OnMouseButtonUp) == 0x000188, "Wrong size on BUI_MouseButtonEvent_OnMouseButtonUp"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'BUI_MouseButtonEvent_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseButtonUp, MouseEvent) == 0x000040, "Member 'BUI_MouseButtonEvent_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseButtonUp, ReturnValue) == 0x0000D0, "Member 'BUI_MouseButtonEvent_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_MouseButtonEvent_OnMouseLeave \ +static_assert(alignof(BUI_MouseButtonEvent_OnMouseLeave) == 0x000008, "Wrong alignment on BUI_MouseButtonEvent_OnMouseLeave"); \ +static_assert(sizeof(BUI_MouseButtonEvent_OnMouseLeave) == 0x000090, "Wrong size on BUI_MouseButtonEvent_OnMouseLeave"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseLeave, MouseEvent) == 0x000000, "Member 'BUI_MouseButtonEvent_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_MouseButtonEvent_OnMouseEnter \ +static_assert(alignof(BUI_MouseButtonEvent_OnMouseEnter) == 0x000008, "Wrong alignment on BUI_MouseButtonEvent_OnMouseEnter"); \ +static_assert(sizeof(BUI_MouseButtonEvent_OnMouseEnter) == 0x0000D0, "Wrong size on BUI_MouseButtonEvent_OnMouseEnter"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseEnter, MyGeometry) == 0x000000, "Member 'BUI_MouseButtonEvent_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseEnter, MouseEvent) == 0x000040, "Member 'BUI_MouseButtonEvent_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_MouseButtonEvent_OnMouseMove \ +static_assert(alignof(BUI_MouseButtonEvent_OnMouseMove) == 0x000008, "Wrong alignment on BUI_MouseButtonEvent_OnMouseMove"); \ +static_assert(sizeof(BUI_MouseButtonEvent_OnMouseMove) == 0x000188, "Wrong size on BUI_MouseButtonEvent_OnMouseMove"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseMove, MyGeometry) == 0x000000, "Member 'BUI_MouseButtonEvent_OnMouseMove::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseMove, MouseEvent) == 0x000040, "Member 'BUI_MouseButtonEvent_OnMouseMove::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_OnMouseMove, ReturnValue) == 0x0000D0, "Member 'BUI_MouseButtonEvent_OnMouseMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_MouseButtonEvent_Tick \ +static_assert(alignof(BUI_MouseButtonEvent_Tick) == 0x000008, "Wrong alignment on BUI_MouseButtonEvent_Tick"); \ +static_assert(sizeof(BUI_MouseButtonEvent_Tick) == 0x000048, "Wrong size on BUI_MouseButtonEvent_Tick"); \ +static_assert(offsetof(BUI_MouseButtonEvent_Tick, MyGeometry) == 0x000000, "Member 'BUI_MouseButtonEvent_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_MouseButtonEvent_Tick, InDeltaTime) == 0x000040, "Member 'BUI_MouseButtonEvent_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_MouseButtonEvent \ +static_assert(alignof(UBUI_MouseButtonEvent) == 0x000008, "Wrong alignment on UBUI_MouseButtonEvent"); \ +static_assert(sizeof(UBUI_MouseButtonEvent) == 0x000298, "Wrong size on UBUI_MouseButtonEvent"); \ + +#define DUMPER7_ASSERTS_UBGWAISkillScoreConfigDataAsset \ +static_assert(alignof(UBGWAISkillScoreConfigDataAsset) == 0x000008, "Wrong alignment on UBGWAISkillScoreConfigDataAsset"); \ +static_assert(sizeof(UBGWAISkillScoreConfigDataAsset) == 0x000048, "Wrong size on UBGWAISkillScoreConfigDataAsset"); \ +static_assert(offsetof(UBGWAISkillScoreConfigDataAsset, RealComboAddition) == 0x000030, "Member 'UBGWAISkillScoreConfigDataAsset::RealComboAddition' has a wrong offset!"); \ +static_assert(offsetof(UBGWAISkillScoreConfigDataAsset, OtherComboSkillSubtraction) == 0x000034, "Member 'UBGWAISkillScoreConfigDataAsset::OtherComboSkillSubtraction' has a wrong offset!"); \ +static_assert(offsetof(UBGWAISkillScoreConfigDataAsset, FirstSkillRealComboAddition) == 0x000038, "Member 'UBGWAISkillScoreConfigDataAsset::FirstSkillRealComboAddition' has a wrong offset!"); \ +static_assert(offsetof(UBGWAISkillScoreConfigDataAsset, FirstSkillRealComboSkillReduceNum) == 0x00003C, "Member 'UBGWAISkillScoreConfigDataAsset::FirstSkillRealComboSkillReduceNum' has a wrong offset!"); \ +static_assert(offsetof(UBGWAISkillScoreConfigDataAsset, EndSkillAddition) == 0x000040, "Member 'UBGWAISkillScoreConfigDataAsset::EndSkillAddition' has a wrong offset!"); \ +static_assert(offsetof(UBGWAISkillScoreConfigDataAsset, EndSkillSubtraction) == 0x000044, "Member 'UBGWAISkillScoreConfigDataAsset::EndSkillSubtraction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SplineFlyMoveTriggerConfigComp \ +static_assert(alignof(UBUS_SplineFlyMoveTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_SplineFlyMoveTriggerConfigComp"); \ +static_assert(sizeof(UBUS_SplineFlyMoveTriggerConfigComp) == 0x000110, "Wrong size on UBUS_SplineFlyMoveTriggerConfigComp"); \ +static_assert(offsetof(UBUS_SplineFlyMoveTriggerConfigComp, SplineFlyMoveConfigs) == 0x0000C8, "Member 'UBUS_SplineFlyMoveTriggerConfigComp::SplineFlyMoveConfigs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SplineFlyMoveTriggerConfigComp, TraceVelocityCameraSpeedRate) == 0x0000DC, "Member 'UBUS_SplineFlyMoveTriggerConfigComp::TraceVelocityCameraSpeedRate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SplineFlyMoveTriggerConfigComp, SceneItem) == 0x0000E8, "Member 'UBUS_SplineFlyMoveTriggerConfigComp::SceneItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplatePostGSLoginFinish::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_DispLibUniversalArtFresnelCacheDataAsset \ +static_assert(alignof(UBGW_DispLibUniversalArtFresnelCacheDataAsset) == 0x000008, "Wrong alignment on UBGW_DispLibUniversalArtFresnelCacheDataAsset"); \ +static_assert(sizeof(UBGW_DispLibUniversalArtFresnelCacheDataAsset) == 0x000040, "Wrong size on UBGW_DispLibUniversalArtFresnelCacheDataAsset"); \ +static_assert(offsetof(UBGW_DispLibUniversalArtFresnelCacheDataAsset, UnitArtFresnelUniversalData) == 0x000030, "Member 'UBGW_DispLibUniversalArtFresnelCacheDataAsset::UnitArtFresnelUniversalData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_AIPlayerControllerCS_GSRpcSendServer \ +static_assert(alignof(BGP_AIPlayerControllerCS_GSRpcSendServer) == 0x000008, "Wrong alignment on BGP_AIPlayerControllerCS_GSRpcSendServer"); \ +static_assert(sizeof(BGP_AIPlayerControllerCS_GSRpcSendServer) == 0x000010, "Wrong size on BGP_AIPlayerControllerCS_GSRpcSendServer"); \ +static_assert(offsetof(BGP_AIPlayerControllerCS_GSRpcSendServer, SendData) == 0x000000, "Member 'BGP_AIPlayerControllerCS_GSRpcSendServer::SendData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_AIPlayerControllerCS_GSRpcSendClient \ +static_assert(alignof(BGP_AIPlayerControllerCS_GSRpcSendClient) == 0x000008, "Wrong alignment on BGP_AIPlayerControllerCS_GSRpcSendClient"); \ +static_assert(sizeof(BGP_AIPlayerControllerCS_GSRpcSendClient) == 0x000010, "Wrong size on BGP_AIPlayerControllerCS_GSRpcSendClient"); \ +static_assert(offsetof(BGP_AIPlayerControllerCS_GSRpcSendClient, SendData) == 0x000000, "Member 'BGP_AIPlayerControllerCS_GSRpcSendClient::SendData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGP_AIPlayerControllerCS \ +static_assert(alignof(ABGP_AIPlayerControllerCS) == 0x000008, "Wrong alignment on ABGP_AIPlayerControllerCS"); \ +static_assert(sizeof(ABGP_AIPlayerControllerCS) == 0x0003E0, "Wrong size on ABGP_AIPlayerControllerCS"); \ +static_assert(offsetof(ABGP_AIPlayerControllerCS, DataComp) == 0x0003C8, "Member 'ABGP_AIPlayerControllerCS::DataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGP_AIPlayerControllerCS, ActorCompContainerCS) == 0x0003D0, "Member 'ABGP_AIPlayerControllerCS::ActorCompContainerCS' has a wrong offset!"); \ +static_assert(offsetof(ABGP_AIPlayerControllerCS, EventCollection) == 0x0003D8, "Member 'ABGP_AIPlayerControllerCS::EventCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGP_AIPlayerControllerB1 \ +static_assert(alignof(ABGP_AIPlayerControllerB1) == 0x000008, "Wrong alignment on ABGP_AIPlayerControllerB1"); \ +static_assert(sizeof(ABGP_AIPlayerControllerB1) == 0x0003E0, "Wrong size on ABGP_AIPlayerControllerB1"); \ + +#define DUMPER7_ASSERTS_GSEQG_ActorsByTag_DoItemGenerationCS \ +static_assert(alignof(GSEQG_ActorsByTag_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_ActorsByTag_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_ActorsByTag_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_ActorsByTag_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_ActorsByTag_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_ActorsByTag_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_ActorsByTag \ +static_assert(alignof(UGSEQG_ActorsByTag) == 0x000008, "Wrong alignment on UGSEQG_ActorsByTag"); \ +static_assert(sizeof(UGSEQG_ActorsByTag) == 0x000120, "Wrong size on UGSEQG_ActorsByTag"); \ +static_assert(offsetof(UGSEQG_ActorsByTag, Class_0) == 0x000108, "Member 'UGSEQG_ActorsByTag::Class_0' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_ActorsByTag, Tag) == 0x000110, "Member 'UGSEQG_ActorsByTag::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLibDBCCustomEventDataAssetBase \ +static_assert(alignof(UDispLibDBCCustomEventDataAssetBase) == 0x000008, "Wrong alignment on UDispLibDBCCustomEventDataAssetBase"); \ +static_assert(sizeof(UDispLibDBCCustomEventDataAssetBase) == 0x000030, "Wrong size on UDispLibDBCCustomEventDataAssetBase"); \ + +#define DUMPER7_ASSERTS_UBUS_DestructibleEnvSurfaceVolumeRelativeComp \ +static_assert(alignof(UBUS_DestructibleEnvSurfaceVolumeRelativeComp) == 0x000008, "Wrong alignment on UBUS_DestructibleEnvSurfaceVolumeRelativeComp"); \ +static_assert(sizeof(UBUS_DestructibleEnvSurfaceVolumeRelativeComp) == 0x0000E0, "Wrong size on UBUS_DestructibleEnvSurfaceVolumeRelativeComp"); \ +static_assert(offsetof(UBUS_DestructibleEnvSurfaceVolumeRelativeComp, RelativeEnvironmentSurfaceVolumes) == 0x0000D0, "Member 'UBUS_DestructibleEnvSurfaceVolumeRelativeComp::RelativeEnvironmentSurfaceVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_HasValidEQSTarget \ +static_assert(alignof(UBAID_HasValidEQSTarget) == 0x000008, "Wrong alignment on UBAID_HasValidEQSTarget"); \ +static_assert(sizeof(UBAID_HasValidEQSTarget) == 0x000090, "Wrong size on UBAID_HasValidEQSTarget"); \ + +#define DUMPER7_ASSERTS_UBUC_DBCCustomEventExampleDataAsset \ +static_assert(alignof(UBUC_DBCCustomEventExampleDataAsset) == 0x000008, "Wrong alignment on UBUC_DBCCustomEventExampleDataAsset"); \ +static_assert(sizeof(UBUC_DBCCustomEventExampleDataAsset) == 0x000048, "Wrong size on UBUC_DBCCustomEventExampleDataAsset"); \ +static_assert(offsetof(UBUC_DBCCustomEventExampleDataAsset, MyLinearColor) == 0x000034, "Member 'UBUC_DBCCustomEventExampleDataAsset::MyLinearColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUC_DispLibDBCPermanentWEFMMotorDataAsset \ +static_assert(alignof(UBUC_DispLibDBCPermanentWEFMMotorDataAsset) == 0x000008, "Wrong alignment on UBUC_DispLibDBCPermanentWEFMMotorDataAsset"); \ +static_assert(sizeof(UBUC_DispLibDBCPermanentWEFMMotorDataAsset) == 0x000050, "Wrong size on UBUC_DispLibDBCPermanentWEFMMotorDataAsset"); \ +static_assert(offsetof(UBUC_DispLibDBCPermanentWEFMMotorDataAsset, BaseWindMotor) == 0x000030, "Member 'UBUC_DispLibDBCPermanentWEFMMotorDataAsset::BaseWindMotor' has a wrong offset!"); \ +static_assert(offsetof(UBUC_DispLibDBCPermanentWEFMMotorDataAsset, BaseHeatMotor) == 0x000040, "Member 'UBUC_DispLibDBCPermanentWEFMMotorDataAsset::BaseHeatMotor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckSpeed \ +static_assert(alignof(UBAID_CheckSpeed) == 0x000008, "Wrong alignment on UBAID_CheckSpeed"); \ +static_assert(sizeof(UBAID_CheckSpeed) == 0x000098, "Wrong size on UBAID_CheckSpeed"); \ +static_assert(offsetof(UBAID_CheckSpeed, CompareType) == 0x000090, "Member 'UBAID_CheckSpeed::CompareType' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckSpeed, BasedSpeed) == 0x000094, "Member 'UBAID_CheckSpeed::BasedSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_DispLibDBCEditorDebugConfigDataAsset \ +static_assert(alignof(UBGW_DispLibDBCEditorDebugConfigDataAsset) == 0x000008, "Wrong alignment on UBGW_DispLibDBCEditorDebugConfigDataAsset"); \ +static_assert(sizeof(UBGW_DispLibDBCEditorDebugConfigDataAsset) == 0x000030, "Wrong size on UBGW_DispLibDBCEditorDebugConfigDataAsset"); \ + +#define DUMPER7_ASSERTS_AStructGCTest \ +static_assert(alignof(AStructGCTest) == 0x000008, "Wrong alignment on AStructGCTest"); \ +static_assert(sizeof(AStructGCTest) == 0x0002B0, "Wrong size on AStructGCTest"); \ +static_assert(offsetof(AStructGCTest, DA) == 0x000288, "Member 'AStructGCTest::DA' has a wrong offset!"); \ +static_assert(offsetof(AStructGCTest, SMCActor) == 0x000298, "Member 'AStructGCTest::SMCActor' has a wrong offset!"); \ +static_assert(offsetof(AStructGCTest, SMC) == 0x0002A0, "Member 'AStructGCTest::SMC' has a wrong offset!"); \ +static_assert(offsetof(AStructGCTest, QueueData) == 0x0002A8, "Member 'AStructGCTest::QueueData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_DispLibDBCCarrierActor_ApplyWorldOffsetCS \ +static_assert(alignof(BGU_DispLibDBCCarrierActor_ApplyWorldOffsetCS) == 0x000008, "Wrong alignment on BGU_DispLibDBCCarrierActor_ApplyWorldOffsetCS"); \ +static_assert(sizeof(BGU_DispLibDBCCarrierActor_ApplyWorldOffsetCS) == 0x000020, "Wrong size on BGU_DispLibDBCCarrierActor_ApplyWorldOffsetCS"); \ +static_assert(offsetof(BGU_DispLibDBCCarrierActor_ApplyWorldOffsetCS, InOffset) == 0x000000, "Member 'BGU_DispLibDBCCarrierActor_ApplyWorldOffsetCS::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGU_DispLibDBCCarrierActor \ +static_assert(alignof(ABGU_DispLibDBCCarrierActor) == 0x000008, "Wrong alignment on ABGU_DispLibDBCCarrierActor"); \ +static_assert(sizeof(ABGU_DispLibDBCCarrierActor) == 0x0002F0, "Wrong size on ABGU_DispLibDBCCarrierActor"); \ +static_assert(offsetof(ABGU_DispLibDBCCarrierActor, ActorCompContainerCS) == 0x0002E0, "Member 'ABGU_DispLibDBCCarrierActor::ActorCompContainerCS' has a wrong offset!"); \ +static_assert(offsetof(ABGU_DispLibDBCCarrierActor, DataComp) == 0x0002E8, "Member 'ABGU_DispLibDBCCarrierActor::DataComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUMotionMatchingDebugComp_TickComponentInCS \ +static_assert(alignof(BGUMotionMatchingDebugComp_TickComponentInCS) == 0x000004, "Wrong alignment on BGUMotionMatchingDebugComp_TickComponentInCS"); \ +static_assert(sizeof(BGUMotionMatchingDebugComp_TickComponentInCS) == 0x000004, "Wrong size on BGUMotionMatchingDebugComp_TickComponentInCS"); \ +static_assert(offsetof(BGUMotionMatchingDebugComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BGUMotionMatchingDebugComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUMotionMatchingDebugComp \ +static_assert(alignof(UBGUMotionMatchingDebugComp) == 0x000008, "Wrong alignment on UBGUMotionMatchingDebugComp"); \ +static_assert(sizeof(UBGUMotionMatchingDebugComp) == 0x0000E0, "Wrong size on UBGUMotionMatchingDebugComp"); \ +static_assert(offsetof(UBGUMotionMatchingDebugComp, TamerBP) == 0x0000D8, "Member 'UBGUMotionMatchingDebugComp::TamerBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGU_DispLibDBCCarrierActorDataComp \ +static_assert(alignof(UBGU_DispLibDBCCarrierActorDataComp) == 0x000008, "Wrong alignment on UBGU_DispLibDBCCarrierActorDataComp"); \ +static_assert(sizeof(UBGU_DispLibDBCCarrierActorDataComp) == 0x0000D0, "Wrong size on UBGU_DispLibDBCCarrierActorDataComp"); \ + +#define DUMPER7_ASSERTS_UBATraceMove \ +static_assert(alignof(UBATraceMove) == 0x000008, "Wrong alignment on UBATraceMove"); \ +static_assert(sizeof(UBATraceMove) == 0x000048, "Wrong size on UBATraceMove"); \ +static_assert(offsetof(UBATraceMove, ReqMoveToActor) == 0x000040, "Member 'UBATraceMove::ReqMoveToActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLibEntityBase_ApplyWorldOffsetCS \ +static_assert(alignof(DispLibEntityBase_ApplyWorldOffsetCS) == 0x000008, "Wrong alignment on DispLibEntityBase_ApplyWorldOffsetCS"); \ +static_assert(sizeof(DispLibEntityBase_ApplyWorldOffsetCS) == 0x000020, "Wrong size on DispLibEntityBase_ApplyWorldOffsetCS"); \ +static_assert(offsetof(DispLibEntityBase_ApplyWorldOffsetCS, InOffset) == 0x000000, "Member 'DispLibEntityBase_ApplyWorldOffsetCS::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADispLibEntityBase \ +static_assert(alignof(ADispLibEntityBase) == 0x000008, "Wrong alignment on ADispLibEntityBase"); \ +static_assert(sizeof(ADispLibEntityBase) == 0x0002F0, "Wrong size on ADispLibEntityBase"); \ +static_assert(offsetof(ADispLibEntityBase, ActorCompContainerCS) == 0x0002E0, "Member 'ADispLibEntityBase::ActorCompContainerCS' has a wrong offset!"); \ +static_assert(offsetof(ADispLibEntityBase, DataComp) == 0x0002E8, "Member 'ADispLibEntityBase::DataComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLibDispWorld_ReceiveEndPlay \ +static_assert(alignof(DispLibDispWorld_ReceiveEndPlay) == 0x000001, "Wrong alignment on DispLibDispWorld_ReceiveEndPlay"); \ +static_assert(sizeof(DispLibDispWorld_ReceiveEndPlay) == 0x000001, "Wrong size on DispLibDispWorld_ReceiveEndPlay"); \ +static_assert(offsetof(DispLibDispWorld_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'DispLibDispWorld_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADispLibDispWorld \ +static_assert(alignof(ADispLibDispWorld) == 0x000008, "Wrong alignment on ADispLibDispWorld"); \ +static_assert(sizeof(ADispLibDispWorld) == 0x000300, "Wrong size on ADispLibDispWorld"); \ +static_assert(offsetof(ADispLibDispWorld, WEFMManager) == 0x0002F0, "Member 'ADispLibDispWorld::WEFMManager' has a wrong offset!"); \ +static_assert(offsetof(ADispLibDispWorld, WEFM_VisualDebugFX) == 0x0002F8, "Member 'ADispLibDispWorld::WEFM_VisualDebugFX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLibDispWorldDataComp \ +static_assert(alignof(UDispLibDispWorldDataComp) == 0x000008, "Wrong alignment on UDispLibDispWorldDataComp"); \ +static_assert(sizeof(UDispLibDispWorldDataComp) == 0x0000D0, "Wrong size on UDispLibDispWorldDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_AsClientInGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_AsClientInGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_AsClientInGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_AsClientInGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_AsClientInGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_AsClientInGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_AsClientInGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_AsClientInGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_AsClientInGame \ +static_assert(alignof(UBED_FSMNode_GI_Global_AsClientInGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_AsClientInGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_AsClientInGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_AsClientInGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_AsClientInGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_AsClientInGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerControllerCS_GetSeamlessTravelActorListCS \ +static_assert(alignof(BGP_PlayerControllerCS_GetSeamlessTravelActorListCS) == 0x000008, "Wrong alignment on BGP_PlayerControllerCS_GetSeamlessTravelActorListCS"); \ +static_assert(sizeof(BGP_PlayerControllerCS_GetSeamlessTravelActorListCS) == 0x000018, "Wrong size on BGP_PlayerControllerCS_GetSeamlessTravelActorListCS"); \ +static_assert(offsetof(BGP_PlayerControllerCS_GetSeamlessTravelActorListCS, ActorList) == 0x000008, "Member 'BGP_PlayerControllerCS_GetSeamlessTravelActorListCS::ActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerControllerCS_ConsoleCommandCS \ +static_assert(alignof(BGP_PlayerControllerCS_ConsoleCommandCS) == 0x000008, "Wrong alignment on BGP_PlayerControllerCS_ConsoleCommandCS"); \ +static_assert(sizeof(BGP_PlayerControllerCS_ConsoleCommandCS) == 0x000010, "Wrong size on BGP_PlayerControllerCS_ConsoleCommandCS"); \ +static_assert(offsetof(BGP_PlayerControllerCS_ConsoleCommandCS, Command) == 0x000000, "Member 'BGP_PlayerControllerCS_ConsoleCommandCS::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerControllerCS_ReceiveEndPlay \ +static_assert(alignof(BGP_PlayerControllerCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGP_PlayerControllerCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGP_PlayerControllerCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGP_PlayerControllerCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGP_PlayerControllerCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGP_PlayerControllerCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerControllerCS_OnControlledPawnChange \ +static_assert(alignof(BGP_PlayerControllerCS_OnControlledPawnChange) == 0x000008, "Wrong alignment on BGP_PlayerControllerCS_OnControlledPawnChange"); \ +static_assert(sizeof(BGP_PlayerControllerCS_OnControlledPawnChange) == 0x000010, "Wrong size on BGP_PlayerControllerCS_OnControlledPawnChange"); \ +static_assert(offsetof(BGP_PlayerControllerCS_OnControlledPawnChange, OldPawn) == 0x000000, "Member 'BGP_PlayerControllerCS_OnControlledPawnChange::OldPawn' has a wrong offset!"); \ +static_assert(offsetof(BGP_PlayerControllerCS_OnControlledPawnChange, NewPawn) == 0x000008, "Member 'BGP_PlayerControllerCS_OnControlledPawnChange::NewPawn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerControllerCS_GSRpcSendServer \ +static_assert(alignof(BGP_PlayerControllerCS_GSRpcSendServer) == 0x000008, "Wrong alignment on BGP_PlayerControllerCS_GSRpcSendServer"); \ +static_assert(sizeof(BGP_PlayerControllerCS_GSRpcSendServer) == 0x000010, "Wrong size on BGP_PlayerControllerCS_GSRpcSendServer"); \ +static_assert(offsetof(BGP_PlayerControllerCS_GSRpcSendServer, SendData) == 0x000000, "Member 'BGP_PlayerControllerCS_GSRpcSendServer::SendData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerControllerCS_GSRpcSendClient \ +static_assert(alignof(BGP_PlayerControllerCS_GSRpcSendClient) == 0x000008, "Wrong alignment on BGP_PlayerControllerCS_GSRpcSendClient"); \ +static_assert(sizeof(BGP_PlayerControllerCS_GSRpcSendClient) == 0x000010, "Wrong size on BGP_PlayerControllerCS_GSRpcSendClient"); \ +static_assert(offsetof(BGP_PlayerControllerCS_GSRpcSendClient, SendData) == 0x000000, "Member 'BGP_PlayerControllerCS_GSRpcSendClient::SendData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerControllerCS_GetPlayerViewPointCS \ +static_assert(alignof(BGP_PlayerControllerCS_GetPlayerViewPointCS) == 0x000008, "Wrong alignment on BGP_PlayerControllerCS_GetPlayerViewPointCS"); \ +static_assert(sizeof(BGP_PlayerControllerCS_GetPlayerViewPointCS) == 0x000038, "Wrong size on BGP_PlayerControllerCS_GetPlayerViewPointCS"); \ +static_assert(offsetof(BGP_PlayerControllerCS_GetPlayerViewPointCS, out_Location) == 0x000000, "Member 'BGP_PlayerControllerCS_GetPlayerViewPointCS::out_Location' has a wrong offset!"); \ +static_assert(offsetof(BGP_PlayerControllerCS_GetPlayerViewPointCS, out_Rotation) == 0x000018, "Member 'BGP_PlayerControllerCS_GetPlayerViewPointCS::out_Rotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGP_PlayerControllerCS \ +static_assert(alignof(ABGP_PlayerControllerCS) == 0x000008, "Wrong alignment on ABGP_PlayerControllerCS"); \ +static_assert(sizeof(ABGP_PlayerControllerCS) == 0x000808, "Wrong size on ABGP_PlayerControllerCS"); \ +static_assert(offsetof(ABGP_PlayerControllerCS, DataComp) == 0x0007F0, "Member 'ABGP_PlayerControllerCS::DataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGP_PlayerControllerCS, ActorCompContainerCS) == 0x0007F8, "Member 'ABGP_PlayerControllerCS::ActorCompContainerCS' has a wrong offset!"); \ +static_assert(offsetof(ABGP_PlayerControllerCS, EventCollection) == 0x000800, "Member 'ABGP_PlayerControllerCS::EventCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGP_ReplayPlayerController \ +static_assert(alignof(ABGP_ReplayPlayerController) == 0x000008, "Wrong alignment on ABGP_ReplayPlayerController"); \ +static_assert(sizeof(ABGP_ReplayPlayerController) == 0x000808, "Wrong size on ABGP_ReplayPlayerController"); \ + +#define DUMPER7_ASSERTS_UDispLib_DBCDecalComponent \ +static_assert(alignof(UDispLib_DBCDecalComponent) == 0x000010, "Wrong alignment on UDispLib_DBCDecalComponent"); \ +static_assert(sizeof(UDispLib_DBCDecalComponent) == 0x000310, "Wrong size on UDispLib_DBCDecalComponent"); \ + +#define DUMPER7_ASSERTS_DispLib_DBCWEFMMotorComp_TickComponentInCS \ +static_assert(alignof(DispLib_DBCWEFMMotorComp_TickComponentInCS) == 0x000004, "Wrong alignment on DispLib_DBCWEFMMotorComp_TickComponentInCS"); \ +static_assert(sizeof(DispLib_DBCWEFMMotorComp_TickComponentInCS) == 0x000004, "Wrong size on DispLib_DBCWEFMMotorComp_TickComponentInCS"); \ +static_assert(offsetof(DispLib_DBCWEFMMotorComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'DispLib_DBCWEFMMotorComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_DBCWEFMMotorComp_OnPropertyChanged \ +static_assert(alignof(DispLib_DBCWEFMMotorComp_OnPropertyChanged) == 0x000008, "Wrong alignment on DispLib_DBCWEFMMotorComp_OnPropertyChanged"); \ +static_assert(sizeof(DispLib_DBCWEFMMotorComp_OnPropertyChanged) == 0x000020, "Wrong size on DispLib_DBCWEFMMotorComp_OnPropertyChanged"); \ +static_assert(offsetof(DispLib_DBCWEFMMotorComp_OnPropertyChanged, MemberName) == 0x000000, "Member 'DispLib_DBCWEFMMotorComp_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(DispLib_DBCWEFMMotorComp_OnPropertyChanged, PropertyName) == 0x000010, "Member 'DispLib_DBCWEFMMotorComp_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_DBCWEFMMotorComp \ +static_assert(alignof(UDispLib_DBCWEFMMotorComp) == 0x000008, "Wrong alignment on UDispLib_DBCWEFMMotorComp"); \ +static_assert(sizeof(UDispLib_DBCWEFMMotorComp) == 0x000228, "Wrong size on UDispLib_DBCWEFMMotorComp"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, EventName) == 0x0000D0, "Member 'UDispLib_DBCWEFMMotorComp::EventName' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, GetSocketOnThisComp) == 0x0000D8, "Member 'UDispLib_DBCWEFMMotorComp::GetSocketOnThisComp' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, SocketName) == 0x0000E0, "Member 'UDispLib_DBCWEFMMotorComp::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, Delay) == 0x0000E8, "Member 'UDispLib_DBCWEFMMotorComp::Delay' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, EndMode) == 0x0000EC, "Member 'UDispLib_DBCWEFMMotorComp::EndMode' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, Duration) == 0x0000F0, "Member 'UDispLib_DBCWEFMMotorComp::Duration' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, SocketLocalOffset) == 0x0000F8, "Member 'UDispLib_DBCWEFMMotorComp::SocketLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, TriggerProbability) == 0x000110, "Member 'UDispLib_DBCWEFMMotorComp::TriggerProbability' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, Radius) == 0x000118, "Member 'UDispLib_DBCWEFMMotorComp::Radius' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, VelocityThreshold) == 0x000158, "Member 'UDispLib_DBCWEFMMotorComp::VelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, BaseIntensity) == 0x000160, "Member 'UDispLib_DBCWEFMMotorComp::BaseIntensity' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, ScaleVelocityIntensity) == 0x0001A0, "Member 'UDispLib_DBCWEFMMotorComp::ScaleVelocityIntensity' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, DistanceDamplingRate) == 0x0001A4, "Member 'UDispLib_DBCWEFMMotorComp::DistanceDamplingRate' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, WindMotorMode) == 0x0001A8, "Member 'UDispLib_DBCWEFMMotorComp::WindMotorMode' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, RangeAxis) == 0x0001A9, "Member 'UDispLib_DBCWEFMMotorComp::RangeAxis' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, RangeAxisLocalRotation) == 0x0001B0, "Member 'UDispLib_DBCWEFMMotorComp::RangeAxisLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, RangeMask) == 0x0001C8, "Member 'UDispLib_DBCWEFMMotorComp::RangeMask' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, VelocityDir) == 0x0001CC, "Member 'UDispLib_DBCWEFMMotorComp::VelocityDir' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, VelocityDirLocalRotation) == 0x0001D0, "Member 'UDispLib_DBCWEFMMotorComp::VelocityDirLocalRotation' has a wrong offset!"); \ +static_assert(offsetof(UDispLib_DBCWEFMMotorComp, ScaleSecondVelocity) == 0x0001E8, "Member 'UDispLib_DBCWEFMMotorComp::ScaleSecondVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_DispLib_EditorZakkaComp_ReceiveTick \ +static_assert(alignof(DispLib_EditorZakkaComp_ReceiveTick) == 0x000004, "Wrong alignment on DispLib_EditorZakkaComp_ReceiveTick"); \ +static_assert(sizeof(DispLib_EditorZakkaComp_ReceiveTick) == 0x000004, "Wrong size on DispLib_EditorZakkaComp_ReceiveTick"); \ +static_assert(offsetof(DispLib_EditorZakkaComp_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'DispLib_EditorZakkaComp_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_EditorZakkaComp \ +static_assert(alignof(UDispLib_EditorZakkaComp) == 0x000008, "Wrong alignment on UDispLib_EditorZakkaComp"); \ +static_assert(sizeof(UDispLib_EditorZakkaComp) == 0x0000D8, "Wrong size on UDispLib_EditorZakkaComp"); \ +static_assert(offsetof(UDispLib_EditorZakkaComp, PermanentWindMotorsDataAsset) == 0x0000D0, "Member 'UDispLib_EditorZakkaComp::PermanentWindMotorsDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SpringArmComponent_CalcSmoothLocation \ +static_assert(alignof(BUS_SpringArmComponent_CalcSmoothLocation) == 0x000008, "Wrong alignment on BUS_SpringArmComponent_CalcSmoothLocation"); \ +static_assert(sizeof(BUS_SpringArmComponent_CalcSmoothLocation) == 0x000068, "Wrong size on BUS_SpringArmComponent_CalcSmoothLocation"); \ +static_assert(offsetof(BUS_SpringArmComponent_CalcSmoothLocation, Current) == 0x000000, "Member 'BUS_SpringArmComponent_CalcSmoothLocation::Current' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_CalcSmoothLocation, Target) == 0x000018, "Member 'BUS_SpringArmComponent_CalcSmoothLocation::Target' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_CalcSmoothLocation, DeltaTime) == 0x000030, "Member 'BUS_SpringArmComponent_CalcSmoothLocation::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_CalcSmoothLocation, SmoothSpeed) == 0x000038, "Member 'BUS_SpringArmComponent_CalcSmoothLocation::SmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_CalcSmoothLocation, ReturnValue) == 0x000050, "Member 'BUS_SpringArmComponent_CalcSmoothLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SpringArmComponent_BlendLocationsInCS \ +static_assert(alignof(BUS_SpringArmComponent_BlendLocationsInCS) == 0x000008, "Wrong alignment on BUS_SpringArmComponent_BlendLocationsInCS"); \ +static_assert(sizeof(BUS_SpringArmComponent_BlendLocationsInCS) == 0x000138, "Wrong size on BUS_SpringArmComponent_BlendLocationsInCS"); \ +static_assert(offsetof(BUS_SpringArmComponent_BlendLocationsInCS, OriginArmLocation) == 0x000000, "Member 'BUS_SpringArmComponent_BlendLocationsInCS::OriginArmLocation' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_BlendLocationsInCS, DesiredArmLocation) == 0x000018, "Member 'BUS_SpringArmComponent_BlendLocationsInCS::DesiredArmLocation' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_BlendLocationsInCS, HitResult) == 0x000030, "Member 'BUS_SpringArmComponent_BlendLocationsInCS::HitResult' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_BlendLocationsInCS, DeltaTime) == 0x000118, "Member 'BUS_SpringArmComponent_BlendLocationsInCS::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BUS_SpringArmComponent_BlendLocationsInCS, ReturnValue) == 0x000120, "Member 'BUS_SpringArmComponent_BlendLocationsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpringArmComponent \ +static_assert(alignof(UBUS_SpringArmComponent) == 0x000010, "Wrong alignment on UBUS_SpringArmComponent"); \ +static_assert(sizeof(UBUS_SpringArmComponent) == 0x000440, "Wrong size on UBUS_SpringArmComponent"); \ +static_assert(offsetof(UBUS_SpringArmComponent, DefaultCameraLagSpeed) == 0x000434, "Member 'UBUS_SpringArmComponent::DefaultCameraLagSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GMRecordRebirthPos_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GMRecordRebirthPos_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GMRecordRebirthPos_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GMRecordRebirthPos_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GMRecordRebirthPos_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GMRecordRebirthPos_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GMRecordRebirthPos_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GMRecordRebirthPos_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GMRecordRebirthPos \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GMRecordRebirthPos) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GMRecordRebirthPos"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GMRecordRebirthPos) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GMRecordRebirthPos"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GMRecordRebirthPos, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GMRecordRebirthPos::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDispLib_DBCSimpleActorBaseData \ +static_assert(alignof(UDispLib_DBCSimpleActorBaseData) == 0x000008, "Wrong alignment on UDispLib_DBCSimpleActorBaseData"); \ +static_assert(sizeof(UDispLib_DBCSimpleActorBaseData) == 0x0000D0, "Wrong size on UDispLib_DBCSimpleActorBaseData"); \ + +#define DUMPER7_ASSERTS_GooseCurveTest_TickComponentInCS \ +static_assert(alignof(GooseCurveTest_TickComponentInCS) == 0x000004, "Wrong alignment on GooseCurveTest_TickComponentInCS"); \ +static_assert(sizeof(GooseCurveTest_TickComponentInCS) == 0x000004, "Wrong size on GooseCurveTest_TickComponentInCS"); \ +static_assert(offsetof(GooseCurveTest_TickComponentInCS, DeltaTime) == 0x000000, "Member 'GooseCurveTest_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGooseCurveTest \ +static_assert(alignof(UGooseCurveTest) == 0x000008, "Wrong alignment on UGooseCurveTest"); \ +static_assert(sizeof(UGooseCurveTest) == 0x000108, "Wrong size on UGooseCurveTest"); \ +static_assert(offsetof(UGooseCurveTest, ProgressCurve) == 0x0000D0, "Member 'UGooseCurveTest::ProgressCurve' has a wrong offset!"); \ +static_assert(offsetof(UGooseCurveTest, Time) == 0x0000D8, "Member 'UGooseCurveTest::Time' has a wrong offset!"); \ +static_assert(offsetof(UGooseCurveTest, RandomMappingScale) == 0x0000E0, "Member 'UGooseCurveTest::RandomMappingScale' has a wrong offset!"); \ +static_assert(offsetof(UGooseCurveTest, RandomRotation) == 0x0000F0, "Member 'UGooseCurveTest::RandomRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SaveArchiveInTravelLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SaveArchiveInTravelLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SaveArchiveInTravelLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SaveArchiveInTravelLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SaveArchiveInTravelLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_SaveArchiveInTravelLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_SaveArchiveInTravelLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_SaveArchiveInTravelLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_InputTipsOne \ +static_assert(alignof(UBUI_InputTipsOne) == 0x000008, "Wrong alignment on UBUI_InputTipsOne"); \ +static_assert(sizeof(UBUI_InputTipsOne) == 0x0003D8, "Wrong size on UBUI_InputTipsOne"); \ + +#define DUMPER7_ASSERTS_UBUS_AreaBaseDataContainer \ +static_assert(alignof(UBUS_AreaBaseDataContainer) == 0x000008, "Wrong alignment on UBUS_AreaBaseDataContainer"); \ +static_assert(sizeof(UBUS_AreaBaseDataContainer) == 0x0000D0, "Wrong size on UBUS_AreaBaseDataContainer"); \ + +#define DUMPER7_ASSERTS_UBUS_SceneRotateTriggerDataComp \ +static_assert(alignof(UBUS_SceneRotateTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_SceneRotateTriggerDataComp"); \ +static_assert(sizeof(UBUS_SceneRotateTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_SceneRotateTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UBI_UnitBarListCS \ +static_assert(alignof(UBI_UnitBarListCS) == 0x000008, "Wrong alignment on UBI_UnitBarListCS"); \ +static_assert(sizeof(UBI_UnitBarListCS) == 0x0003D8, "Wrong size on UBI_UnitBarListCS"); \ + +#define DUMPER7_ASSERTS_BANS_AdjustTransformBySpline_GSNotifyBeginCS \ +static_assert(alignof(BANS_AdjustTransformBySpline_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_AdjustTransformBySpline_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_AdjustTransformBySpline_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_AdjustTransformBySpline_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_AdjustTransformBySpline_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_AdjustTransformBySpline_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_AdjustTransformBySpline_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_AdjustTransformBySpline_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_AdjustTransformBySpline_GSNotifyTickCS \ +static_assert(alignof(BANS_AdjustTransformBySpline_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_AdjustTransformBySpline_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_AdjustTransformBySpline_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_AdjustTransformBySpline_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_AdjustTransformBySpline_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_AdjustTransformBySpline_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_AdjustTransformBySpline_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_AdjustTransformBySpline_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_AdjustTransformBySpline_GSNotifyEndCS \ +static_assert(alignof(BANS_AdjustTransformBySpline_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_AdjustTransformBySpline_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_AdjustTransformBySpline_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_AdjustTransformBySpline_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_AdjustTransformBySpline_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_AdjustTransformBySpline_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_AdjustTransformBySpline \ +static_assert(alignof(UBANS_AdjustTransformBySpline) == 0x000008, "Wrong alignment on UBANS_AdjustTransformBySpline"); \ +static_assert(sizeof(UBANS_AdjustTransformBySpline) == 0x000058, "Wrong size on UBANS_AdjustTransformBySpline"); \ +static_assert(offsetof(UBANS_AdjustTransformBySpline, SplineGuid) == 0x00004C, "Member 'UBANS_AdjustTransformBySpline::SplineGuid' has a wrong offset!"); \ +static_assert(offsetof(UBANS_AdjustTransformBySpline, RotateType) == 0x000054, "Member 'UBANS_AdjustTransformBySpline::RotateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitStartGamePsoPrecompileFinish::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_CostAttrByChargeLevel_GSNotifyBeginCS \ +static_assert(alignof(BANS_CostAttrByChargeLevel_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_CostAttrByChargeLevel_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_CostAttrByChargeLevel_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_CostAttrByChargeLevel_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_CostAttrByChargeLevel_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_CostAttrByChargeLevel_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_CostAttrByChargeLevel_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_CostAttrByChargeLevel_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_CostAttrByChargeLevel \ +static_assert(alignof(UBANS_CostAttrByChargeLevel) == 0x000008, "Wrong alignment on UBANS_CostAttrByChargeLevel"); \ +static_assert(sizeof(UBANS_CostAttrByChargeLevel) == 0x000098, "Wrong size on UBANS_CostAttrByChargeLevel"); \ +static_assert(offsetof(UBANS_CostAttrByChargeLevel, Config) == 0x000048, "Member 'UBANS_CostAttrByChargeLevel::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TrainDummyMgrConfigComp \ +static_assert(alignof(UBUS_TrainDummyMgrConfigComp) == 0x000008, "Wrong alignment on UBUS_TrainDummyMgrConfigComp"); \ +static_assert(sizeof(UBUS_TrainDummyMgrConfigComp) == 0x0000E0, "Wrong size on UBUS_TrainDummyMgrConfigComp"); \ +static_assert(offsetof(UBUS_TrainDummyMgrConfigComp, TrainDummyClass) == 0x0000C8, "Member 'UBUS_TrainDummyMgrConfigComp::TrainDummyClass' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TrainDummyMgrConfigComp, PlayerRoleDataConfigID) == 0x0000D0, "Member 'UBUS_TrainDummyMgrConfigComp::PlayerRoleDataConfigID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TrainDummyMgrConfigComp, TrainDummyConfig) == 0x0000D8, "Member 'UBUS_TrainDummyMgrConfigComp::TrainDummyConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_GameConfig \ +static_assert(alignof(UBGWDataAsset_GameConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_GameConfig"); \ +static_assert(sizeof(UBGWDataAsset_GameConfig) == 0x000090, "Wrong size on UBGWDataAsset_GameConfig"); \ +static_assert(offsetof(UBGWDataAsset_GameConfig, RebirthDelayTimeWithAM) == 0x000030, "Member 'UBGWDataAsset_GameConfig::RebirthDelayTimeWithAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GameConfig, RebirthDelayTimeWithoutAM) == 0x000034, "Member 'UBGWDataAsset_GameConfig::RebirthDelayTimeWithoutAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GameConfig, RebirthDelayTimeSP) == 0x000038, "Member 'UBGWDataAsset_GameConfig::RebirthDelayTimeSP' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GameConfig, PlotDelayTimeWithAM) == 0x000088, "Member 'UBGWDataAsset_GameConfig::PlotDelayTimeWithAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_PlayerStateItemCS \ +static_assert(alignof(UBI_PlayerStateItemCS) == 0x000008, "Wrong alignment on UBI_PlayerStateItemCS"); \ +static_assert(sizeof(UBI_PlayerStateItemCS) == 0x0003E0, "Wrong size on UBI_PlayerStateItemCS"); \ +static_assert(offsetof(UBI_PlayerStateItemCS, WarningRemaining) == 0x0003D8, "Member 'UBI_PlayerStateItemCS::WarningRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AiWeakInteractionDataComp \ +static_assert(alignof(UBUS_AiWeakInteractionDataComp) == 0x000008, "Wrong alignment on UBUS_AiWeakInteractionDataComp"); \ +static_assert(sizeof(UBUS_AiWeakInteractionDataComp) == 0x0000D0, "Wrong size on UBUS_AiWeakInteractionDataComp"); \ + +#define DUMPER7_ASSERTS_FluidSimulationComponent_TickComponentInCS \ +static_assert(alignof(FluidSimulationComponent_TickComponentInCS) == 0x000004, "Wrong alignment on FluidSimulationComponent_TickComponentInCS"); \ +static_assert(sizeof(FluidSimulationComponent_TickComponentInCS) == 0x000004, "Wrong size on FluidSimulationComponent_TickComponentInCS"); \ +static_assert(offsetof(FluidSimulationComponent_TickComponentInCS, DeltaTime) == 0x000000, "Member 'FluidSimulationComponent_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FluidSimulationComponent_RemoveActor \ +static_assert(alignof(FluidSimulationComponent_RemoveActor) == 0x000008, "Wrong alignment on FluidSimulationComponent_RemoveActor"); \ +static_assert(sizeof(FluidSimulationComponent_RemoveActor) == 0x000008, "Wrong size on FluidSimulationComponent_RemoveActor"); \ +static_assert(offsetof(FluidSimulationComponent_RemoveActor, Actor) == 0x000000, "Member 'FluidSimulationComponent_RemoveActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FluidSimulationComponent_AddActor \ +static_assert(alignof(FluidSimulationComponent_AddActor) == 0x000008, "Wrong alignment on FluidSimulationComponent_AddActor"); \ +static_assert(sizeof(FluidSimulationComponent_AddActor) == 0x000008, "Wrong size on FluidSimulationComponent_AddActor"); \ +static_assert(offsetof(FluidSimulationComponent_AddActor, Actor) == 0x000000, "Member 'FluidSimulationComponent_AddActor::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFluidSimulationComponent \ +static_assert(alignof(UFluidSimulationComponent) == 0x000008, "Wrong alignment on UFluidSimulationComponent"); \ +static_assert(sizeof(UFluidSimulationComponent) == 0x0001B8, "Wrong size on UFluidSimulationComponent"); \ +static_assert(offsetof(UFluidSimulationComponent, VelocityTexture) == 0x0000D0, "Member 'UFluidSimulationComponent::VelocityTexture' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, AdvectedVelocityTexture) == 0x0000D8, "Member 'UFluidSimulationComponent::AdvectedVelocityTexture' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, ColorTexture) == 0x0000E0, "Member 'UFluidSimulationComponent::ColorTexture' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, DivergenceTexture) == 0x0000E8, "Member 'UFluidSimulationComponent::DivergenceTexture' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, PressureTexture) == 0x0000F0, "Member 'UFluidSimulationComponent::PressureTexture' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, ScratchRT) == 0x0000F8, "Member 'UFluidSimulationComponent::ScratchRT' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, ObstacleTexture) == 0x000100, "Member 'UFluidSimulationComponent::ObstacleTexture' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, AdvectMID) == 0x000108, "Member 'UFluidSimulationComponent::AdvectMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, DivergenceMID) == 0x000110, "Member 'UFluidSimulationComponent::DivergenceMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, PressureIterationMID) == 0x000118, "Member 'UFluidSimulationComponent::PressureIterationMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, GradientSubtractionMID) == 0x000120, "Member 'UFluidSimulationComponent::GradientSubtractionMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, BoundaryConditionMID) == 0x000128, "Member 'UFluidSimulationComponent::BoundaryConditionMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, VelocityPreviewMID) == 0x000130, "Member 'UFluidSimulationComponent::VelocityPreviewMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, ObstacleMID) == 0x000138, "Member 'UFluidSimulationComponent::ObstacleMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, ColorPreviewMID) == 0x000140, "Member 'UFluidSimulationComponent::ColorPreviewMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, VelocitySeedMID) == 0x000148, "Member 'UFluidSimulationComponent::VelocitySeedMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, ColorSeedMID) == 0x000150, "Member 'UFluidSimulationComponent::ColorSeedMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, CopyRTMID) == 0x000158, "Member 'UFluidSimulationComponent::CopyRTMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, VolumeFogMID) == 0x000160, "Member 'UFluidSimulationComponent::VolumeFogMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, RaymarchVelocityMID) == 0x000168, "Member 'UFluidSimulationComponent::RaymarchVelocityMID' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, Settings) == 0x000170, "Member 'UFluidSimulationComponent::Settings' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, DefaultRes) == 0x000178, "Member 'UFluidSimulationComponent::DefaultRes' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, Positions) == 0x000180, "Member 'UFluidSimulationComponent::Positions' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, Velocities) == 0x000190, "Member 'UFluidSimulationComponent::Velocities' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, OverlappedActors) == 0x0001A0, "Member 'UFluidSimulationComponent::OverlappedActors' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationComponent, VolumeFogComponent) == 0x0001B0, "Member 'UFluidSimulationComponent::VolumeFogComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCantInteractState_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCantInteractState_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCantInteractState_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCantInteractState_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCantInteractState_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCantInteractState_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCantInteractState_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCantInteractState_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCantInteractState_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCantInteractState_GSNotifyTickCS \ +static_assert(alignof(BANS_GSCantInteractState_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSCantInteractState_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSCantInteractState_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSCantInteractState_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSCantInteractState_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSCantInteractState_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCantInteractState_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSCantInteractState_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCantInteractState_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCantInteractState_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCantInteractState_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCantInteractState_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCantInteractState_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCantInteractState_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCantInteractState_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCantInteractState \ +static_assert(alignof(UBANS_GSCantInteractState) == 0x000008, "Wrong alignment on UBANS_GSCantInteractState"); \ +static_assert(sizeof(UBANS_GSCantInteractState) == 0x000048, "Wrong size on UBANS_GSCantInteractState"); \ + +#define DUMPER7_ASSERTS_BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCameraArmLocationZCurve_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCameraArmLocationZCurve_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCameraArmLocationZCurve_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCameraArmLocationZCurve_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCameraArmLocationZCurve_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCameraArmLocationZCurve_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCameraArmLocationZCurve_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCameraArmLocationZCurve_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCameraArmLocationZCurve \ +static_assert(alignof(UBANS_GSCameraArmLocationZCurve) == 0x000008, "Wrong alignment on UBANS_GSCameraArmLocationZCurve"); \ +static_assert(sizeof(UBANS_GSCameraArmLocationZCurve) == 0x000078, "Wrong size on UBANS_GSCameraArmLocationZCurve"); \ +static_assert(offsetof(UBANS_GSCameraArmLocationZCurve, Curve) == 0x000048, "Member 'UBANS_GSCameraArmLocationZCurve::Curve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCameraArmLocationZCurve, BlendInTime) == 0x000070, "Member 'UBANS_GSCameraArmLocationZCurve::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCameraArmLocationZCurve, BlendOutTime) == 0x000074, "Member 'UBANS_GSCameraArmLocationZCurve::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BGUDataCompBase \ +static_assert(alignof(UBUS_BGUDataCompBase) == 0x000008, "Wrong alignment on UBUS_BGUDataCompBase"); \ +static_assert(sizeof(UBUS_BGUDataCompBase) == 0x0000E0, "Wrong size on UBUS_BGUDataCompBase"); \ + +#define DUMPER7_ASSERTS_UBUS_PerformerDataComp \ +static_assert(alignof(UBUS_PerformerDataComp) == 0x000008, "Wrong alignment on UBUS_PerformerDataComp"); \ +static_assert(sizeof(UBUS_PerformerDataComp) == 0x0000E0, "Wrong size on UBUS_PerformerDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_BGMAreaDataComp \ +static_assert(alignof(UBUS_BGMAreaDataComp) == 0x000008, "Wrong alignment on UBUS_BGMAreaDataComp"); \ +static_assert(sizeof(UBUS_BGMAreaDataComp) == 0x0000D0, "Wrong size on UBUS_BGMAreaDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSItemSkillKeyCache_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSItemSkillKeyCache_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSItemSkillKeyCache_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSItemSkillKeyCache_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSItemSkillKeyCache_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSItemSkillKeyCache_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSItemSkillKeyCache_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSItemSkillKeyCache_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSItemSkillKeyCache_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSItemSkillKeyCache \ +static_assert(alignof(UBANS_GSItemSkillKeyCache) == 0x000008, "Wrong alignment on UBANS_GSItemSkillKeyCache"); \ +static_assert(sizeof(UBANS_GSItemSkillKeyCache) == 0x000048, "Wrong size on UBANS_GSItemSkillKeyCache"); \ + +#define DUMPER7_ASSERTS_BANS_GSItemSkillWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSItemSkillWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSItemSkillWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSItemSkillWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSItemSkillWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSItemSkillWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSItemSkillWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSItemSkillWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSItemSkillWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSItemSkillWindow \ +static_assert(alignof(UBANS_GSItemSkillWindow) == 0x000008, "Wrong alignment on UBANS_GSItemSkillWindow"); \ +static_assert(sizeof(UBANS_GSItemSkillWindow) == 0x000058, "Wrong size on UBANS_GSItemSkillWindow"); \ +static_assert(offsetof(UBANS_GSItemSkillWindow, ItemSkillWhiteList) == 0x000048, "Member 'UBANS_GSItemSkillWindow::ItemSkillWhiteList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAreaBase_OnConstructionCS \ +static_assert(alignof(BGUAreaBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUAreaBase_OnConstructionCS"); \ +static_assert(sizeof(BGUAreaBase_OnConstructionCS) == 0x000060, "Wrong size on BGUAreaBase_OnConstructionCS"); \ +static_assert(offsetof(BGUAreaBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUAreaBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAreaBase_ReceiveEndPlay \ +static_assert(alignof(BGUAreaBase_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUAreaBase_ReceiveEndPlay"); \ +static_assert(sizeof(BGUAreaBase_ReceiveEndPlay) == 0x000001, "Wrong size on BGUAreaBase_ReceiveEndPlay"); \ +static_assert(offsetof(BGUAreaBase_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUAreaBase_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUAreaBase \ +static_assert(alignof(ABGUAreaBase) == 0x000008, "Wrong alignment on ABGUAreaBase"); \ +static_assert(sizeof(ABGUAreaBase) == 0x000328, "Wrong size on ABGUAreaBase"); \ +static_assert(offsetof(ABGUAreaBase, Root) == 0x000308, "Member 'ABGUAreaBase::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUAreaBase, AreaType_ForView) == 0x000310, "Member 'ABGUAreaBase::AreaType_ForView' has a wrong offset!"); \ +static_assert(offsetof(ABGUAreaBase, ExtAbilityMask) == 0x000314, "Member 'ABGUAreaBase::ExtAbilityMask' has a wrong offset!"); \ +static_assert(offsetof(ABGUAreaBase, BasicConfigInfoComp) == 0x000318, "Member 'ABGUAreaBase::BasicConfigInfoComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCloudMoveTriggerArea \ +static_assert(alignof(ABGUCloudMoveTriggerArea) == 0x000008, "Wrong alignment on ABGUCloudMoveTriggerArea"); \ +static_assert(sizeof(ABGUCloudMoveTriggerArea) == 0x000330, "Wrong size on ABGUCloudMoveTriggerArea"); \ +static_assert(offsetof(ABGUCloudMoveTriggerArea, CloudMoveTriggerAreaConfigComp) == 0x000328, "Member 'ABGUCloudMoveTriggerArea::CloudMoveTriggerAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS \ +static_assert(alignof(BGW_OnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS) == 0x000008, "Wrong alignment on BGW_OnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS"); \ +static_assert(sizeof(BGW_OnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS) == 0x000018, "Wrong size on BGW_OnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS"); \ +static_assert(offsetof(BGW_OnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS, EntitlementId) == 0x000000, "Member 'BGW_OnlineSubsystem_OnQueryIsOwnAdditionContentCompleteCS::EntitlementId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSubsystem_OnConnectionStatusChangedCS \ +static_assert(alignof(BGW_OnlineSubsystem_OnConnectionStatusChangedCS) == 0x000001, "Wrong alignment on BGW_OnlineSubsystem_OnConnectionStatusChangedCS"); \ +static_assert(sizeof(BGW_OnlineSubsystem_OnConnectionStatusChangedCS) == 0x000001, "Wrong size on BGW_OnlineSubsystem_OnConnectionStatusChangedCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineSubsystem_OnShowStoreUIClosedCS \ +static_assert(alignof(BGW_OnlineSubsystem_OnShowStoreUIClosedCS) == 0x000001, "Wrong alignment on BGW_OnlineSubsystem_OnShowStoreUIClosedCS"); \ +static_assert(sizeof(BGW_OnlineSubsystem_OnShowStoreUIClosedCS) == 0x000001, "Wrong size on BGW_OnlineSubsystem_OnShowStoreUIClosedCS"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlineSubsystem \ +static_assert(alignof(UBGW_OnlineSubsystem) == 0x000008, "Wrong alignment on UBGW_OnlineSubsystem"); \ +static_assert(sizeof(UBGW_OnlineSubsystem) == 0x000048, "Wrong size on UBGW_OnlineSubsystem"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetFPStateEnd_GSNotifyCS \ +static_assert(alignof(BAN_GSSetFPStateEnd_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSetFPStateEnd_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSetFPStateEnd_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSetFPStateEnd_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSetFPStateEnd_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSetFPStateEnd_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSetFPStateEnd \ +static_assert(alignof(UBAN_GSSetFPStateEnd) == 0x000008, "Wrong alignment on UBAN_GSSetFPStateEnd"); \ +static_assert(sizeof(UBAN_GSSetFPStateEnd) == 0x000050, "Wrong size on UBAN_GSSetFPStateEnd"); \ + +#define DUMPER7_ASSERTS_BANS_GSPausePhysics_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPausePhysics_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPausePhysics_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPausePhysics_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPausePhysics_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPausePhysics_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPausePhysics_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPausePhysics_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPausePhysics_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPausePhysics_GSNotifyTickCS \ +static_assert(alignof(BANS_GSPausePhysics_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSPausePhysics_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSPausePhysics_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSPausePhysics_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSPausePhysics_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSPausePhysics_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPausePhysics_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSPausePhysics_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPausePhysics_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPausePhysics_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPausePhysics_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPausePhysics_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPausePhysics_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPausePhysics_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPausePhysics_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPausePhysics \ +static_assert(alignof(UBANS_GSPausePhysics) == 0x000008, "Wrong alignment on UBANS_GSPausePhysics"); \ +static_assert(sizeof(UBANS_GSPausePhysics) == 0x000050, "Wrong size on UBANS_GSPausePhysics"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PlayerDataInitPreEnterLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPoleDrink_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPoleDrink_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPoleDrink_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPoleDrink_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPoleDrink_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPoleDrink_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPoleDrink_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPoleDrink_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPoleDrink_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPoleDrink_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPoleDrink_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPoleDrink_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPoleDrink_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPoleDrink_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPoleDrink_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPoleDrink_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPoleDrink \ +static_assert(alignof(UBANS_GSPoleDrink) == 0x000008, "Wrong alignment on UBANS_GSPoleDrink"); \ +static_assert(sizeof(UBANS_GSPoleDrink) == 0x0000B8, "Wrong size on UBANS_GSPoleDrink"); \ +static_assert(offsetof(UBANS_GSPoleDrink, Condition) == 0x000048, "Member 'UBANS_GSPoleDrink::Condition' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPoleDrink, DrinkHPBottomSuccessAM) == 0x000050, "Member 'UBANS_GSPoleDrink::DrinkHPBottomSuccessAM' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPoleDrink, DrinkHPBottomFailedAM) == 0x000058, "Member 'UBANS_GSPoleDrink::DrinkHPBottomFailedAM' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPoleDrink, UseItemAMMapping) == 0x000060, "Member 'UBANS_GSPoleDrink::UseItemAMMapping' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPoleDrink, BlendInTime) == 0x0000B0, "Member 'UBANS_GSPoleDrink::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPoleDrink, BlendOutTime) == 0x0000B4, "Member 'UBANS_GSPoleDrink::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerRemoveBuff \ +static_assert(alignof(UMovieNodeInstance_PerformerRemoveBuff) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerRemoveBuff"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerRemoveBuff) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerRemoveBuff"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_SetStreamingLevelStateInfo \ +static_assert(alignof(UMovieNodeInstance_SetStreamingLevelStateInfo) == 0x000008, "Wrong alignment on UMovieNodeInstance_SetStreamingLevelStateInfo"); \ +static_assert(sizeof(UMovieNodeInstance_SetStreamingLevelStateInfo) == 0x000028, "Wrong size on UMovieNodeInstance_SetStreamingLevelStateInfo"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetCloudMoveEnabled_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetCloudMoveEnabled \ +static_assert(alignof(UBANS_GSSetCloudMoveEnabled) == 0x000008, "Wrong alignment on UBANS_GSSetCloudMoveEnabled"); \ +static_assert(sizeof(UBANS_GSSetCloudMoveEnabled) == 0x000050, "Wrong size on UBANS_GSSetCloudMoveEnabled"); \ + +#define DUMPER7_ASSERTS_UBUS_DeadAreaDataComp \ +static_assert(alignof(UBUS_DeadAreaDataComp) == 0x000008, "Wrong alignment on UBUS_DeadAreaDataComp"); \ +static_assert(sizeof(UBUS_DeadAreaDataComp) == 0x0000D0, "Wrong size on UBUS_DeadAreaDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSBlendPhysicForDeath_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSBlendPhysicForDeath_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSBlendPhysicForDeath_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSBlendPhysicForDeath_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSBlendPhysicForDeath_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSBlendPhysicForDeath_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSBlendPhysicForDeath_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBlendPhysicForDeath_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSBlendPhysicForDeath_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSBlendPhysicForDeath \ +static_assert(alignof(UBANS_GSBlendPhysicForDeath) == 0x000008, "Wrong alignment on UBANS_GSBlendPhysicForDeath"); \ +static_assert(sizeof(UBANS_GSBlendPhysicForDeath) == 0x000050, "Wrong size on UBANS_GSBlendPhysicForDeath"); \ + +#define DUMPER7_ASSERTS_BANS_GSCallDeathDissolve_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCallDeathDissolve_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCallDeathDissolve_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCallDeathDissolve_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCallDeathDissolve_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCallDeathDissolve_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCallDeathDissolve_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCallDeathDissolve_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCallDeathDissolve_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCallDeathDissolve \ +static_assert(alignof(UBANS_GSCallDeathDissolve) == 0x000008, "Wrong alignment on UBANS_GSCallDeathDissolve"); \ +static_assert(sizeof(UBANS_GSCallDeathDissolve) == 0x000048, "Wrong size on UBANS_GSCallDeathDissolve"); \ + +#define DUMPER7_ASSERTS_BANS_GSCostAttrByBuff_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCostAttrByBuff_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCostAttrByBuff_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCostAttrByBuff_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCostAttrByBuff_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCostAttrByBuff_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCostAttrByBuff_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCostAttrByBuff_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCostAttrByBuff_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCostAttrByBuff_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCostAttrByBuff_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCostAttrByBuff_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCostAttrByBuff_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCostAttrByBuff_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCostAttrByBuff_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCostAttrByBuff_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCostAttrByBuff \ +static_assert(alignof(UBANS_GSCostAttrByBuff) == 0x000008, "Wrong alignment on UBANS_GSCostAttrByBuff"); \ +static_assert(sizeof(UBANS_GSCostAttrByBuff) == 0x000050, "Wrong size on UBANS_GSCostAttrByBuff"); \ +static_assert(offsetof(UBANS_GSCostAttrByBuff, BuffID) == 0x000048, "Member 'UBANS_GSCostAttrByBuff::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FlowDataComp \ +static_assert(alignof(UBUS_FlowDataComp) == 0x000008, "Wrong alignment on UBUS_FlowDataComp"); \ +static_assert(sizeof(UBUS_FlowDataComp) == 0x0000D8, "Wrong size on UBUS_FlowDataComp"); \ +static_assert(offsetof(UBUS_FlowDataComp, FlowActorType) == 0x0000D0, "Member 'UBUS_FlowDataComp::FlowActorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpawnCollectionDataComp \ +static_assert(alignof(UBUS_SpawnCollectionDataComp) == 0x000008, "Wrong alignment on UBUS_SpawnCollectionDataComp"); \ +static_assert(sizeof(UBUS_SpawnCollectionDataComp) == 0x0000D8, "Wrong size on UBUS_SpawnCollectionDataComp"); \ + +#define DUMPER7_ASSERTS_BGUDialogueProxyActor_OnConstructionCS \ +static_assert(alignof(BGUDialogueProxyActor_OnConstructionCS) == 0x000010, "Wrong alignment on BGUDialogueProxyActor_OnConstructionCS"); \ +static_assert(sizeof(BGUDialogueProxyActor_OnConstructionCS) == 0x000060, "Wrong size on BGUDialogueProxyActor_OnConstructionCS"); \ +static_assert(offsetof(BGUDialogueProxyActor_OnConstructionCS, Transform) == 0x000000, "Member 'BGUDialogueProxyActor_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDialogueProxyActor \ +static_assert(alignof(ABGUDialogueProxyActor) == 0x000008, "Wrong alignment on ABGUDialogueProxyActor"); \ +static_assert(sizeof(ABGUDialogueProxyActor) == 0x0002F8, "Wrong size on ABGUDialogueProxyActor"); \ +static_assert(offsetof(ABGUDialogueProxyActor, AkComp) == 0x0002F0, "Member 'ABGUDialogueProxyActor::AkComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_UnitBarConfig \ +static_assert(alignof(UBGWDataAsset_UnitBarConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_UnitBarConfig"); \ +static_assert(sizeof(UBGWDataAsset_UnitBarConfig) == 0x000038, "Wrong size on UBGWDataAsset_UnitBarConfig"); \ +static_assert(offsetof(UBGWDataAsset_UnitBarConfig, LockDelayTime) == 0x000030, "Member 'UBGWDataAsset_UnitBarConfig::LockDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBarConfig, LastDmgDelayTime) == 0x000034, "Member 'UBGWDataAsset_UnitBarConfig::LastDmgDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_WXLoginMgr \ +static_assert(alignof(UBGW_WXLoginMgr) == 0x000008, "Wrong alignment on UBGW_WXLoginMgr"); \ +static_assert(sizeof(UBGW_WXLoginMgr) == 0x000028, "Wrong size on UBGW_WXLoginMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_PreloadAssetMgr \ +static_assert(alignof(UBGW_PreloadAssetMgr) == 0x000008, "Wrong alignment on UBGW_PreloadAssetMgr"); \ +static_assert(sizeof(UBGW_PreloadAssetMgr) == 0x000200, "Wrong size on UBGW_PreloadAssetMgr"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, BattleSCConfigDataAsset) == 0x000028, "Member 'UBGW_PreloadAssetMgr::BattleSCConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, HatredConfigDataAsset) == 0x000030, "Member 'UBGW_PreloadAssetMgr::HatredConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, UIConfigDataAsset) == 0x000038, "Member 'UBGW_PreloadAssetMgr::UIConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, MapConfigDataAsset) == 0x000040, "Member 'UBGW_PreloadAssetMgr::MapConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, FallDyingConfigDataAsset) == 0x000048, "Member 'UBGW_PreloadAssetMgr::FallDyingConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, Demo820ConfigDataAsset) == 0x000050, "Member 'UBGW_PreloadAssetMgr::Demo820ConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, CricketBattleDataAsset) == 0x000058, "Member 'UBGW_PreloadAssetMgr::CricketBattleDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, EquipPreviewConfigDataAsset) == 0x000060, "Member 'UBGW_PreloadAssetMgr::EquipPreviewConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, BHLItemTmpDataAsset) == 0x000068, "Member 'UBGW_PreloadAssetMgr::BHLItemTmpDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, MPCStickProg) == 0x000070, "Member 'UBGW_PreloadAssetMgr::MPCStickProg' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, MonsterManualConfigDataAsset) == 0x000078, "Member 'UBGW_PreloadAssetMgr::MonsterManualConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, ObservationModeConfig) == 0x000080, "Member 'UBGW_PreloadAssetMgr::ObservationModeConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, ABSPosToUVConfig) == 0x000088, "Member 'UBGW_PreloadAssetMgr::ABSPosToUVConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, DamageNumConfig) == 0x000090, "Member 'UBGW_PreloadAssetMgr::DamageNumConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, GameConfig) == 0x000098, "Member 'UBGW_PreloadAssetMgr::GameConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, LevelSequenceConfig) == 0x0000A0, "Member 'UBGW_PreloadAssetMgr::LevelSequenceConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, AISkillScoreConfigDataAsset) == 0x0000A8, "Member 'UBGW_PreloadAssetMgr::AISkillScoreConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, AIHatredConfigDataAsset) == 0x0000B0, "Member 'UBGW_PreloadAssetMgr::AIHatredConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, CoinDropFXNumConfig) == 0x0000B8, "Member 'UBGW_PreloadAssetMgr::CoinDropFXNumConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, DA_B1_DispLibGameDB) == 0x0000C0, "Member 'UBGW_PreloadAssetMgr::DA_B1_DispLibGameDB' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, DefaultLocalFluid2DConfig) == 0x0000C8, "Member 'UBGW_PreloadAssetMgr::DefaultLocalFluid2DConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, DestructibleImpulseConfig) == 0x0000D0, "Member 'UBGW_PreloadAssetMgr::DestructibleImpulseConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, UnitDynamicObstacle_DefaultDBC) == 0x0000D8, "Member 'UBGW_PreloadAssetMgr::UnitDynamicObstacle_DefaultDBC' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, BattleFieldPerformanceOptConfig) == 0x0000E0, "Member 'UBGW_PreloadAssetMgr::BattleFieldPerformanceOptConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, MatLayerFunctionMappingConfigMap) == 0x0000E8, "Member 'UBGW_PreloadAssetMgr::MatLayerFunctionMappingConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, EnvironmentMaskGlobalConfig) == 0x000138, "Member 'UBGW_PreloadAssetMgr::EnvironmentMaskGlobalConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, AnimationSyncStateMonster2WukongConfig) == 0x000140, "Member 'UBGW_PreloadAssetMgr::AnimationSyncStateMonster2WukongConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, AnimationSyncStateMonster2MonsterConfig) == 0x000148, "Member 'UBGW_PreloadAssetMgr::AnimationSyncStateMonster2MonsterConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, FrozenAccMatCurve) == 0x000150, "Member 'UBGW_PreloadAssetMgr::FrozenAccMatCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, BulletSmartSelectTargetConfig) == 0x000158, "Member 'UBGW_PreloadAssetMgr::BulletSmartSelectTargetConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, _CloudMoveConfig) == 0x000160, "Member 'UBGW_PreloadAssetMgr::_CloudMoveConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, _SCDCollisionInfoConfig) == 0x000168, "Member 'UBGW_PreloadAssetMgr::_SCDCollisionInfoConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, LevelInfo) == 0x000170, "Member 'UBGW_PreloadAssetMgr::LevelInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, HitAudioPreloadListConfig) == 0x000178, "Member 'UBGW_PreloadAssetMgr::HitAudioPreloadListConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, RebirthGeoInfo) == 0x000180, "Member 'UBGW_PreloadAssetMgr::RebirthGeoInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, TROConfig_Small) == 0x000188, "Member 'UBGW_PreloadAssetMgr::TROConfig_Small' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, TROConfig_Medium) == 0x000190, "Member 'UBGW_PreloadAssetMgr::TROConfig_Medium' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, TROConfig_MediumBig) == 0x000198, "Member 'UBGW_PreloadAssetMgr::TROConfig_MediumBig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, TROConfig_Big) == 0x0001A0, "Member 'UBGW_PreloadAssetMgr::TROConfig_Big' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, TROConfig_Huge) == 0x0001A8, "Member 'UBGW_PreloadAssetMgr::TROConfig_Huge' has a wrong offset!"); \ +static_assert(offsetof(UBGW_PreloadAssetMgr, AssetHolderMap) == 0x0001B0, "Member 'UBGW_PreloadAssetMgr::AssetHolderMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCricketJumpUp_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCricketJumpUp_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCricketJumpUp_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCricketJumpUp_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCricketJumpUp_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCricketJumpUp_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCricketJumpUp_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCricketJumpUp_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCricketJumpUp_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCricketJumpUp_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCricketJumpUp_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCricketJumpUp_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCricketJumpUp_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCricketJumpUp_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCricketJumpUp_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCricketJumpUp_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCricketJumpUp \ +static_assert(alignof(UBANS_GSCricketJumpUp) == 0x000008, "Wrong alignment on UBANS_GSCricketJumpUp"); \ +static_assert(sizeof(UBANS_GSCricketJumpUp) == 0x000048, "Wrong size on UBANS_GSCricketJumpUp"); \ + +#define DUMPER7_ASSERTS_UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS \ +static_assert(alignof(UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS) == 0x000008, "Wrong alignment on UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS"); \ +static_assert(sizeof(UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS) == 0x000020, "Wrong size on UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS, GameSpecificData) == 0x000000, "Member 'UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS::GameSpecificData' has a wrong offset!"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS, Error) == 0x000010, "Member 'UGSReplayCSharpFuncLibCS_ProcessGameSpecificDemoHeaderCS::Error' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSReplayCSharpFuncLibCS_WriteGameSpecificDemoHeaderCS \ +static_assert(alignof(UGSReplayCSharpFuncLibCS_WriteGameSpecificDemoHeaderCS) == 0x000008, "Wrong alignment on UGSReplayCSharpFuncLibCS_WriteGameSpecificDemoHeaderCS"); \ +static_assert(sizeof(UGSReplayCSharpFuncLibCS_WriteGameSpecificDemoHeaderCS) == 0x000010, "Wrong size on UGSReplayCSharpFuncLibCS_WriteGameSpecificDemoHeaderCS"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_WriteGameSpecificDemoHeaderCS, GameSpecificData) == 0x000000, "Member 'UGSReplayCSharpFuncLibCS_WriteGameSpecificDemoHeaderCS::GameSpecificData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit \ +static_assert(alignof(UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit) == 0x000008, "Wrong alignment on UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit"); \ +static_assert(sizeof(UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit) == 0x000010, "Wrong size on UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit, World) == 0x000000, "Member 'UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit::World' has a wrong offset!"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit, SeverConnection) == 0x000008, "Member 'UGSReplayCSharpFuncLibCS_OnReplaySeverConnectionInit::SeverConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSReplayCSharpFuncLibCS_OnReplayScrubComplete \ +static_assert(alignof(UGSReplayCSharpFuncLibCS_OnReplayScrubComplete) == 0x000008, "Wrong alignment on UGSReplayCSharpFuncLibCS_OnReplayScrubComplete"); \ +static_assert(sizeof(UGSReplayCSharpFuncLibCS_OnReplayScrubComplete) == 0x000008, "Wrong size on UGSReplayCSharpFuncLibCS_OnReplayScrubComplete"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_OnReplayScrubComplete, World) == 0x000000, "Member 'UGSReplayCSharpFuncLibCS_OnReplayScrubComplete::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS \ +static_assert(alignof(UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS) == 0x000008, "Wrong alignment on UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS"); \ +static_assert(sizeof(UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS) == 0x000028, "Wrong size on UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS, Outer_0) == 0x000000, "Member 'UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS, OriginName) == 0x000008, "Member 'UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS::OriginName' has a wrong offset!"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS, Name_0) == 0x000018, "Member 'UGSReplayCSharpFuncLibCS_GSNetworkRemapPathCS::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSReplayCSharpFuncLibCS_OnReplayStarted \ +static_assert(alignof(UGSReplayCSharpFuncLibCS_OnReplayStarted) == 0x000008, "Wrong alignment on UGSReplayCSharpFuncLibCS_OnReplayStarted"); \ +static_assert(sizeof(UGSReplayCSharpFuncLibCS_OnReplayStarted) == 0x000008, "Wrong size on UGSReplayCSharpFuncLibCS_OnReplayStarted"); \ +static_assert(offsetof(UGSReplayCSharpFuncLibCS_OnReplayStarted, World) == 0x000000, "Member 'UGSReplayCSharpFuncLibCS_OnReplayStarted::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGSReplayCSharpFuncLibCS \ +static_assert(alignof(UUGSReplayCSharpFuncLibCS) == 0x000008, "Wrong alignment on UUGSReplayCSharpFuncLibCS"); \ +static_assert(sizeof(UUGSReplayCSharpFuncLibCS) == 0x000028, "Wrong size on UUGSReplayCSharpFuncLibCS"); \ + +#define DUMPER7_ASSERTS_BANS_GSDetonateBuff_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSDetonateBuff_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSDetonateBuff_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSDetonateBuff_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSDetonateBuff_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSDetonateBuff_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSDetonateBuff_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDetonateBuff_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSDetonateBuff_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDetonateBuff \ +static_assert(alignof(UBANS_GSDetonateBuff) == 0x000008, "Wrong alignment on UBANS_GSDetonateBuff"); \ +static_assert(sizeof(UBANS_GSDetonateBuff) == 0x000050, "Wrong size on UBANS_GSDetonateBuff"); \ +static_assert(offsetof(UBANS_GSDetonateBuff, ChargeLevel) == 0x000048, "Member 'UBANS_GSDetonateBuff::ChargeLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnMediaPlayerMediaEventWrapper \ +static_assert(alignof(UFOnMediaPlayerMediaEventWrapper) == 0x000008, "Wrong alignment on UFOnMediaPlayerMediaEventWrapper"); \ +static_assert(sizeof(UFOnMediaPlayerMediaEventWrapper) == 0x000028, "Wrong size on UFOnMediaPlayerMediaEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TakePhotoSystemConfig \ +static_assert(alignof(UBGWDataAsset_TakePhotoSystemConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TakePhotoSystemConfig"); \ +static_assert(sizeof(UBGWDataAsset_TakePhotoSystemConfig) == 0x0000F8, "Wrong size on UBGWDataAsset_TakePhotoSystemConfig"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, CameraMoveableDistance) == 0x000034, "Member 'UBGWDataAsset_TakePhotoSystemConfig::CameraMoveableDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, CameraMoveableHeight) == 0x000038, "Member 'UBGWDataAsset_TakePhotoSystemConfig::CameraMoveableHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, MoveAccelerationFactor) == 0x000040, "Member 'UBGWDataAsset_TakePhotoSystemConfig::MoveAccelerationFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, MoveSpeedFactor) == 0x000058, "Member 'UBGWDataAsset_TakePhotoSystemConfig::MoveSpeedFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, MouseFixedResistance) == 0x000070, "Member 'UBGWDataAsset_TakePhotoSystemConfig::MouseFixedResistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, MouseYawRotationFactor) == 0x000078, "Member 'UBGWDataAsset_TakePhotoSystemConfig::MouseYawRotationFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, MousePitchRotationFactor) == 0x00007C, "Member 'UBGWDataAsset_TakePhotoSystemConfig::MousePitchRotationFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, RotateSpeed_LR) == 0x000080, "Member 'UBGWDataAsset_TakePhotoSystemConfig::RotateSpeed_LR' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, RotateSpeed_UD) == 0x000084, "Member 'UBGWDataAsset_TakePhotoSystemConfig::RotateSpeed_UD' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, PhysicsAssetCheckRange) == 0x000088, "Member 'UBGWDataAsset_TakePhotoSystemConfig::PhysicsAssetCheckRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, FilterList) == 0x000090, "Member 'UBGWDataAsset_TakePhotoSystemConfig::FilterList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, StickerImageList) == 0x0000A0, "Member 'UBGWDataAsset_TakePhotoSystemConfig::StickerImageList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, FrameList) == 0x0000B0, "Member 'UBGWDataAsset_TakePhotoSystemConfig::FrameList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, ConfigTabTextureInfo) == 0x0000C0, "Member 'UBGWDataAsset_TakePhotoSystemConfig::ConfigTabTextureInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, EnterEnhancedTime) == 0x0000D0, "Member 'UBGWDataAsset_TakePhotoSystemConfig::EnterEnhancedTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, ShortcutInputAction) == 0x0000D8, "Member 'UBGWDataAsset_TakePhotoSystemConfig::ShortcutInputAction' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, InvalidTransformingResIDList) == 0x0000E0, "Member 'UBGWDataAsset_TakePhotoSystemConfig::InvalidTransformingResIDList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TakePhotoSystemConfig, TakePhotoActor_BP) == 0x0000F0, "Member 'UBGWDataAsset_TakePhotoSystemConfig::TakePhotoActor_BP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck \ +static_assert(alignof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck) == 0x000008, "Wrong alignment on BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck"); \ +static_assert(sizeof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck) == 0x000108, "Wrong size on BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck, OverlappedComponent) == 0x000000, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck, OtherActor) == 0x000008, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck, OtherComp) == 0x000010, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck, OtherBodyIndex) == 0x000018, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck, SweepResult) == 0x000020, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscapeWitchSpdCheck::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_NeutralFXAnimalSpawnLogicComp_StartEscape \ +static_assert(alignof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscape) == 0x000008, "Wrong alignment on BUS_NeutralFXAnimalSpawnLogicComp_StartEscape"); \ +static_assert(sizeof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscape) == 0x000108, "Wrong size on BUS_NeutralFXAnimalSpawnLogicComp_StartEscape"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscape, OverlappedComponent) == 0x000000, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscape::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscape, OtherActor) == 0x000008, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscape::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscape, OtherComp) == 0x000010, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscape::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscape, OtherBodyIndex) == 0x000018, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscape::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_NeutralFXAnimalSpawnLogicComp_StartEscape, SweepResult) == 0x000020, "Member 'BUS_NeutralFXAnimalSpawnLogicComp_StartEscape::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_NeutralFXAnimalSpawnLogicComp \ +static_assert(alignof(UBUS_NeutralFXAnimalSpawnLogicComp) == 0x000008, "Wrong alignment on UBUS_NeutralFXAnimalSpawnLogicComp"); \ +static_assert(sizeof(UBUS_NeutralFXAnimalSpawnLogicComp) == 0x000028, "Wrong size on UBUS_NeutralFXAnimalSpawnLogicComp"); \ + +#define DUMPER7_ASSERTS_GSEQT_FlyPathFinding_OnPropertyChanged \ +static_assert(alignof(GSEQT_FlyPathFinding_OnPropertyChanged) == 0x000008, "Wrong alignment on GSEQT_FlyPathFinding_OnPropertyChanged"); \ +static_assert(sizeof(GSEQT_FlyPathFinding_OnPropertyChanged) == 0x000020, "Wrong size on GSEQT_FlyPathFinding_OnPropertyChanged"); \ +static_assert(offsetof(GSEQT_FlyPathFinding_OnPropertyChanged, MemberName) == 0x000000, "Member 'GSEQT_FlyPathFinding_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_FlyPathFinding_OnPropertyChanged, PropertyName) == 0x000010, "Member 'GSEQT_FlyPathFinding_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_FlyPathFinding_ShouldUseCustomItemScore \ +static_assert(alignof(GSEQT_FlyPathFinding_ShouldUseCustomItemScore) == 0x000001, "Wrong alignment on GSEQT_FlyPathFinding_ShouldUseCustomItemScore"); \ +static_assert(sizeof(GSEQT_FlyPathFinding_ShouldUseCustomItemScore) == 0x000001, "Wrong size on GSEQT_FlyPathFinding_ShouldUseCustomItemScore"); \ + +#define DUMPER7_ASSERTS_GSEQT_FlyPathFinding_ProcessCustomItemScoreCS \ +static_assert(alignof(GSEQT_FlyPathFinding_ProcessCustomItemScoreCS) == 0x000008, "Wrong alignment on GSEQT_FlyPathFinding_ProcessCustomItemScoreCS"); \ +static_assert(sizeof(GSEQT_FlyPathFinding_ProcessCustomItemScoreCS) == 0x000040, "Wrong size on GSEQT_FlyPathFinding_ProcessCustomItemScoreCS"); \ +static_assert(offsetof(GSEQT_FlyPathFinding_ProcessCustomItemScoreCS, Item) == 0x000000, "Member 'GSEQT_FlyPathFinding_ProcessCustomItemScoreCS::Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_FlyPathFinding_GetDescriptionDetailsCS \ +static_assert(alignof(GSEQT_FlyPathFinding_GetDescriptionDetailsCS) == 0x000008, "Wrong alignment on GSEQT_FlyPathFinding_GetDescriptionDetailsCS"); \ +static_assert(sizeof(GSEQT_FlyPathFinding_GetDescriptionDetailsCS) == 0x000010, "Wrong size on GSEQT_FlyPathFinding_GetDescriptionDetailsCS"); \ +static_assert(offsetof(GSEQT_FlyPathFinding_GetDescriptionDetailsCS, ReturnValue) == 0x000000, "Member 'GSEQT_FlyPathFinding_GetDescriptionDetailsCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_FlyPathFinding_GetDescriptionTitleCS \ +static_assert(alignof(GSEQT_FlyPathFinding_GetDescriptionTitleCS) == 0x000008, "Wrong alignment on GSEQT_FlyPathFinding_GetDescriptionTitleCS"); \ +static_assert(sizeof(GSEQT_FlyPathFinding_GetDescriptionTitleCS) == 0x000010, "Wrong size on GSEQT_FlyPathFinding_GetDescriptionTitleCS"); \ +static_assert(offsetof(GSEQT_FlyPathFinding_GetDescriptionTitleCS, ReturnValue) == 0x000000, "Member 'GSEQT_FlyPathFinding_GetDescriptionTitleCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_FlyPathFinding_ShouldPrepareContext \ +static_assert(alignof(GSEQT_FlyPathFinding_ShouldPrepareContext) == 0x000001, "Wrong alignment on GSEQT_FlyPathFinding_ShouldPrepareContext"); \ +static_assert(sizeof(GSEQT_FlyPathFinding_ShouldPrepareContext) == 0x000001, "Wrong size on GSEQT_FlyPathFinding_ShouldPrepareContext"); \ + +#define DUMPER7_ASSERTS_GSEQT_FlyPathFinding_PreProcessItems \ +static_assert(alignof(GSEQT_FlyPathFinding_PreProcessItems) == 0x000008, "Wrong alignment on GSEQT_FlyPathFinding_PreProcessItems"); \ +static_assert(sizeof(GSEQT_FlyPathFinding_PreProcessItems) == 0x000020, "Wrong size on GSEQT_FlyPathFinding_PreProcessItems"); \ +static_assert(offsetof(GSEQT_FlyPathFinding_PreProcessItems, ContextActors) == 0x000000, "Member 'GSEQT_FlyPathFinding_PreProcessItems::ContextActors' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_FlyPathFinding_PreProcessItems, ContextLocations) == 0x000010, "Member 'GSEQT_FlyPathFinding_PreProcessItems::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_FlyPathFinding \ +static_assert(alignof(UGSEQT_FlyPathFinding) == 0x000008, "Wrong alignment on UGSEQT_FlyPathFinding"); \ +static_assert(sizeof(UGSEQT_FlyPathFinding) == 0x000210, "Wrong size on UGSEQT_FlyPathFinding"); \ +static_assert(offsetof(UGSEQT_FlyPathFinding, TestMode) == 0x000208, "Member 'UGSEQT_FlyPathFinding::TestMode' has a wrong offset!"); \ +static_assert(offsetof(UGSEQT_FlyPathFinding, MaxIterationCount) == 0x00020C, "Member 'UGSEQT_FlyPathFinding::MaxIterationCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCloudWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCloudWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCloudWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCloudWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCloudWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCloudWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCloudWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCloudWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCloudWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCloudWindow \ +static_assert(alignof(UBANS_GSCloudWindow) == 0x000008, "Wrong alignment on UBANS_GSCloudWindow"); \ +static_assert(sizeof(UBANS_GSCloudWindow) == 0x000048, "Wrong size on UBANS_GSCloudWindow"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ExitAction \ +static_assert(alignof(UBED_ProcessStateNode_ExitAction) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ExitAction"); \ +static_assert(sizeof(UBED_ProcessStateNode_ExitAction) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_ExitAction"); \ + +#define DUMPER7_ASSERTS_BANS_GSEmpty_GSAllowCrossSection \ +static_assert(alignof(BANS_GSEmpty_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_GSEmpty_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_GSEmpty_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_GSEmpty_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_GSEmpty_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSEmpty_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSEmpty_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSEmpty_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSEmpty_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSEmpty_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSEmpty_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSEmpty_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSEmpty_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSEmpty_GSNotifyTickCS \ +static_assert(alignof(BANS_GSEmpty_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSEmpty_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSEmpty_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSEmpty_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSEmpty_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSEmpty_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSEmpty_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSEmpty_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSEmpty_GSNotifyEndCS \ +static_assert(alignof(BANS_GSEmpty_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSEmpty_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSEmpty_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSEmpty_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSEmpty_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSEmpty_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSEmpty \ +static_assert(alignof(UBANS_GSEmpty) == 0x000008, "Wrong alignment on UBANS_GSEmpty"); \ +static_assert(sizeof(UBANS_GSEmpty) == 0x000048, "Wrong size on UBANS_GSEmpty"); \ + +#define DUMPER7_ASSERTS_UPCSEW_Base \ +static_assert(alignof(UPCSEW_Base) == 0x000008, "Wrong alignment on UPCSEW_Base"); \ +static_assert(sizeof(UPCSEW_Base) == 0x000030, "Wrong size on UPCSEW_Base"); \ +static_assert(offsetof(UPCSEW_Base, Owner) == 0x000028, "Member 'UPCSEW_Base::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPCSEW_KJLRandomLightning \ +static_assert(alignof(UPCSEW_KJLRandomLightning) == 0x000008, "Wrong alignment on UPCSEW_KJLRandomLightning"); \ +static_assert(sizeof(UPCSEW_KJLRandomLightning) == 0x000040, "Wrong size on UPCSEW_KJLRandomLightning"); \ +static_assert(offsetof(UPCSEW_KJLRandomLightning, Target) == 0x000030, "Member 'UPCSEW_KJLRandomLightning::Target' has a wrong offset!"); \ +static_assert(offsetof(UPCSEW_KJLRandomLightning, LightningBeam) == 0x000038, "Member 'UPCSEW_KJLRandomLightning::LightningBeam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSHatch_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSHatch_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSHatch_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSHatch_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSHatch_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSHatch_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSHatch_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSHatch_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSHatch_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSHatch_GSNotifyEndCS \ +static_assert(alignof(BANS_GSHatch_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSHatch_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSHatch_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSHatch_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSHatch_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSHatch_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSHatch \ +static_assert(alignof(UBANS_GSHatch) == 0x000008, "Wrong alignment on UBANS_GSHatch"); \ +static_assert(sizeof(UBANS_GSHatch) == 0x000048, "Wrong size on UBANS_GSHatch"); \ + +#define DUMPER7_ASSERTS_BANS_GSMyriapodsFootStep_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMyriapodsFootStep_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMyriapodsFootStep_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMyriapodsFootStep_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMyriapodsFootStep_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMyriapodsFootStep_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMyriapodsFootStep_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMyriapodsFootStep_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMyriapodsFootStep_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMyriapodsFootStep_GSNotifyEndCS \ +static_assert(alignof(BANS_GSMyriapodsFootStep_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSMyriapodsFootStep_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSMyriapodsFootStep_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSMyriapodsFootStep_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSMyriapodsFootStep_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSMyriapodsFootStep_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMyriapodsFootStep \ +static_assert(alignof(UBANS_GSMyriapodsFootStep) == 0x000008, "Wrong alignment on UBANS_GSMyriapodsFootStep"); \ +static_assert(sizeof(UBANS_GSMyriapodsFootStep) == 0x000048, "Wrong size on UBANS_GSMyriapodsFootStep"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayerInteractWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPlayerInteractWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPlayerInteractWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPlayerInteractWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPlayerInteractWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPlayerInteractWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayerInteractWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPlayerInteractWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPlayerInteractWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPlayerInteractWindow \ +static_assert(alignof(UBANS_GSPlayerInteractWindow) == 0x000008, "Wrong alignment on UBANS_GSPlayerInteractWindow"); \ +static_assert(sizeof(UBANS_GSPlayerInteractWindow) == 0x000048, "Wrong size on UBANS_GSPlayerInteractWindow"); \ + +#define DUMPER7_ASSERTS_BANS_GSReleaseBlockState_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSReleaseBlockState_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSReleaseBlockState_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSReleaseBlockState_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSReleaseBlockState_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSReleaseBlockState_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSReleaseBlockState_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSReleaseBlockState_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSReleaseBlockState_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSReleaseBlockState \ +static_assert(alignof(UBANS_GSReleaseBlockState) == 0x000008, "Wrong alignment on UBANS_GSReleaseBlockState"); \ +static_assert(sizeof(UBANS_GSReleaseBlockState) == 0x000048, "Wrong size on UBANS_GSReleaseBlockState"); \ + +#define DUMPER7_ASSERTS_BAN_ShowCommTips_GSNotifyCS \ +static_assert(alignof(BAN_ShowCommTips_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_ShowCommTips_GSNotifyCS"); \ +static_assert(sizeof(BAN_ShowCommTips_GSNotifyCS) == 0x000048, "Wrong size on BAN_ShowCommTips_GSNotifyCS"); \ +static_assert(offsetof(BAN_ShowCommTips_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_ShowCommTips_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_ShowCommTips \ +static_assert(alignof(UBAN_ShowCommTips) == 0x000008, "Wrong alignment on UBAN_ShowCommTips"); \ +static_assert(sizeof(UBAN_ShowCommTips) == 0x000058, "Wrong size on UBAN_ShowCommTips"); \ +static_assert(offsetof(UBAN_ShowCommTips, UIWordID) == 0x000050, "Member 'UBAN_ShowCommTips::UIWordID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSlowTime_LifeSaving_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSlowTime_LifeSaving \ +static_assert(alignof(UBANS_GSSlowTime_LifeSaving) == 0x000008, "Wrong alignment on UBANS_GSSlowTime_LifeSaving"); \ +static_assert(sizeof(UBANS_GSSlowTime_LifeSaving) == 0x000068, "Wrong size on UBANS_GSSlowTime_LifeSaving"); \ +static_assert(offsetof(UBANS_GSSlowTime_LifeSaving, TimeScaleSetting) == 0x000048, "Member 'UBANS_GSSlowTime_LifeSaving::TimeScaleSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Action \ +static_assert(alignof(UBED_BehaviorNode_Action) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Action"); \ +static_assert(sizeof(UBED_BehaviorNode_Action) == 0x0002A0, "Wrong size on UBED_BehaviorNode_Action"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_MulticastCachedPointSet_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_MulticastCachedPointSet_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_MulticastCachedPointSet_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_MulticastCachedPointSet_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_MulticastCachedPointSet_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_MulticastCachedPointSet_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_MulticastCachedPointSet_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_MulticastCachedPointSet \ +static_assert(alignof(UBED_BehaviorNode_MulticastCachedPointSet) == 0x000008, "Wrong alignment on UBED_BehaviorNode_MulticastCachedPointSet"); \ +static_assert(sizeof(UBED_BehaviorNode_MulticastCachedPointSet) == 0x0002A8, "Wrong size on UBED_BehaviorNode_MulticastCachedPointSet"); \ +static_assert(offsetof(UBED_BehaviorNode_MulticastCachedPointSet, RequestID) == 0x0002A0, "Member 'UBED_BehaviorNode_MulticastCachedPointSet::RequestID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerEffect_GSValidateInputCS \ +static_assert(alignof(BANS_GSTriggerEffect_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSTriggerEffect_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSTriggerEffect_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSTriggerEffect_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSTriggerEffect_GSValidateInputCS, Actor) == 0x000000, "Member 'BANS_GSTriggerEffect_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerEffect_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTriggerEffect_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTriggerEffect_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTriggerEffect_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTriggerEffect_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTriggerEffect_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTriggerEffect_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTriggerEffect_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTriggerEffect_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerEffect_GSNotifyTickCS \ +static_assert(alignof(BANS_GSTriggerEffect_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSTriggerEffect_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSTriggerEffect_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSTriggerEffect_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSTriggerEffect_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSTriggerEffect_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTriggerEffect_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSTriggerEffect_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerEffect_GSNotifyEndCS \ +static_assert(alignof(BANS_GSTriggerEffect_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSTriggerEffect_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSTriggerEffect_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSTriggerEffect_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSTriggerEffect_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSTriggerEffect_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTriggerEffect \ +static_assert(alignof(UBANS_GSTriggerEffect) == 0x000008, "Wrong alignment on UBANS_GSTriggerEffect"); \ +static_assert(sizeof(UBANS_GSTriggerEffect) == 0x000050, "Wrong size on UBANS_GSTriggerEffect"); \ +static_assert(offsetof(UBANS_GSTriggerEffect, EffectID) == 0x000048, "Member 'UBANS_GSTriggerEffect::EffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBIS_TaskManager \ +static_assert(alignof(UBIS_TaskManager) == 0x000008, "Wrong alignment on UBIS_TaskManager"); \ +static_assert(sizeof(UBIS_TaskManager) == 0x000028, "Wrong size on UBIS_TaskManager"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AutoTestComboConfig \ +static_assert(alignof(UBGWDataAsset_AutoTestComboConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AutoTestComboConfig"); \ +static_assert(sizeof(UBGWDataAsset_AutoTestComboConfig) == 0x0000D0, "Wrong size on UBGWDataAsset_AutoTestComboConfig"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, SkillSourceType) == 0x000030, "Member 'UBGWDataAsset_AutoTestComboConfig::SkillSourceType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, PursuitRangePos) == 0x000034, "Member 'UBGWDataAsset_AutoTestComboConfig::PursuitRangePos' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, SpeedRateType) == 0x000038, "Member 'UBGWDataAsset_AutoTestComboConfig::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, MotionMatchingMoveMode) == 0x000039, "Member 'UBGWDataAsset_AutoTestComboConfig::MotionMatchingMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, MoveAIType) == 0x00003A, "Member 'UBGWDataAsset_AutoTestComboConfig::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, MoveAcceptableRadiusType) == 0x00003B, "Member 'UBGWDataAsset_AutoTestComboConfig::MoveAcceptableRadiusType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, BeginRotateAngle) == 0x00003C, "Member 'UBGWDataAsset_AutoTestComboConfig::BeginRotateAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, BeginMoveDistanceWhenUseSkill) == 0x000044, "Member 'UBGWDataAsset_AutoTestComboConfig::BeginMoveDistanceWhenUseSkill' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, TraceDistance) == 0x00004C, "Member 'UBGWDataAsset_AutoTestComboConfig::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, TraceTypeQuery) == 0x000050, "Member 'UBGWDataAsset_AutoTestComboConfig::TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, TopRandomSkillPercent) == 0x000054, "Member 'UBGWDataAsset_AutoTestComboConfig::TopRandomSkillPercent' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, SkillArray) == 0x000058, "Member 'UBGWDataAsset_AutoTestComboConfig::SkillArray' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, ComboSkillNumInfo) == 0x000070, "Member 'UBGWDataAsset_AutoTestComboConfig::ComboSkillNumInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, DirectionBaseSocket) == 0x000084, "Member 'UBGWDataAsset_AutoTestComboConfig::DirectionBaseSocket' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, ForwardSocket) == 0x00008C, "Member 'UBGWDataAsset_AutoTestComboConfig::ForwardSocket' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, RightSocket) == 0x000094, "Member 'UBGWDataAsset_AutoTestComboConfig::RightSocket' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, SkillConfigMode) == 0x00009C, "Member 'UBGWDataAsset_AutoTestComboConfig::SkillConfigMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, SingleDirectionSkills) == 0x0000A0, "Member 'UBGWDataAsset_AutoTestComboConfig::SingleDirectionSkills' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, AvoidObstacleSectionNum) == 0x0000B0, "Member 'UBGWDataAsset_AutoTestComboConfig::AvoidObstacleSectionNum' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, SectionsStartAngle) == 0x0000B4, "Member 'UBGWDataAsset_AutoTestComboConfig::SectionsStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, IntervalAngle) == 0x0000B8, "Member 'UBGWDataAsset_AutoTestComboConfig::IntervalAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestComboConfig, AvoidObstacleSections) == 0x0000C0, "Member 'UBGWDataAsset_AutoTestComboConfig::AvoidObstacleSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTryHRCouonterAttack_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTryHRCouonterAttack_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTryHRCouonterAttack_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTryHRCouonterAttack_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTryHRCouonterAttack_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTryHRCouonterAttack_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTryHRCouonterAttack_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTryHRCouonterAttack_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTryHRCouonterAttack_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTryHRCouonterAttack_GSNotifyTickCS \ +static_assert(alignof(BANS_GSTryHRCouonterAttack_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSTryHRCouonterAttack_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSTryHRCouonterAttack_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSTryHRCouonterAttack_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSTryHRCouonterAttack_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSTryHRCouonterAttack_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTryHRCouonterAttack_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSTryHRCouonterAttack_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTryHRCouonterAttack \ +static_assert(alignof(UBANS_GSTryHRCouonterAttack) == 0x000008, "Wrong alignment on UBANS_GSTryHRCouonterAttack"); \ +static_assert(sizeof(UBANS_GSTryHRCouonterAttack) == 0x000048, "Wrong size on UBANS_GSTryHRCouonterAttack"); \ + +#define DUMPER7_ASSERTS_UFWidgetAnimationDynamicEventWrapper \ +static_assert(alignof(UFWidgetAnimationDynamicEventWrapper) == 0x000008, "Wrong alignment on UFWidgetAnimationDynamicEventWrapper"); \ +static_assert(sizeof(UFWidgetAnimationDynamicEventWrapper) == 0x000028, "Wrong size on UFWidgetAnimationDynamicEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_ObservationModeConfig \ +static_assert(alignof(UBGWDataAsset_ObservationModeConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_ObservationModeConfig"); \ +static_assert(sizeof(UBGWDataAsset_ObservationModeConfig) == 0x0000D0, "Wrong size on UBGWDataAsset_ObservationModeConfig"); \ +static_assert(offsetof(UBGWDataAsset_ObservationModeConfig, ObModeConfigMap) == 0x000030, "Member 'UBGWDataAsset_ObservationModeConfig::ObModeConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ObservationModeConfig, SpecialItemObModeConfigMap) == 0x000080, "Member 'UBGWDataAsset_ObservationModeConfig::SpecialItemObModeConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUPhysicalAnimTail \ +static_assert(alignof(UBGUPhysicalAnimTail) == 0x000008, "Wrong alignment on UBGUPhysicalAnimTail"); \ +static_assert(sizeof(UBGUPhysicalAnimTail) == 0x000140, "Wrong size on UBGUPhysicalAnimTail"); \ +static_assert(offsetof(UBGUPhysicalAnimTail, PhysicalAnimationData) == 0x000100, "Member 'UBGUPhysicalAnimTail::PhysicalAnimationData' has a wrong offset!"); \ +static_assert(offsetof(UBGUPhysicalAnimTail, BonesName) == 0x000128, "Member 'UBGUPhysicalAnimTail::BonesName' has a wrong offset!"); \ +static_assert(offsetof(UBGUPhysicalAnimTail, BoneBlendCurve) == 0x000138, "Member 'UBGUPhysicalAnimTail::BoneBlendCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_LifeSavingHairBlocking_GSNotifyBeginCS \ +static_assert(alignof(BANS_LifeSavingHairBlocking_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_LifeSavingHairBlocking_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_LifeSavingHairBlocking_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_LifeSavingHairBlocking_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_LifeSavingHairBlocking_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_LifeSavingHairBlocking_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_LifeSavingHairBlocking_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_LifeSavingHairBlocking_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_LifeSavingHairBlocking_GSNotifyEndCS \ +static_assert(alignof(BANS_LifeSavingHairBlocking_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_LifeSavingHairBlocking_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_LifeSavingHairBlocking_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_LifeSavingHairBlocking_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_LifeSavingHairBlocking_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_LifeSavingHairBlocking_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_LifeSavingHairBlocking \ +static_assert(alignof(UBANS_LifeSavingHairBlocking) == 0x000008, "Wrong alignment on UBANS_LifeSavingHairBlocking"); \ +static_assert(sizeof(UBANS_LifeSavingHairBlocking) == 0x000048, "Wrong size on UBANS_LifeSavingHairBlocking"); \ + +#define DUMPER7_ASSERTS_ABGUDropItemActor \ +static_assert(alignof(ABGUDropItemActor) == 0x000008, "Wrong alignment on ABGUDropItemActor"); \ +static_assert(sizeof(ABGUDropItemActor) == 0x000330, "Wrong size on ABGUDropItemActor"); \ + +#define DUMPER7_ASSERTS_BANSM_MarkFoot_CheckState \ +static_assert(alignof(BANSM_MarkFoot_CheckState) == 0x000008, "Wrong alignment on BANSM_MarkFoot_CheckState"); \ +static_assert(sizeof(BANSM_MarkFoot_CheckState) == 0x000010, "Wrong size on BANSM_MarkFoot_CheckState"); \ +static_assert(offsetof(BANSM_MarkFoot_CheckState, AnimBase) == 0x000000, "Member 'BANSM_MarkFoot_CheckState::AnimBase' has a wrong offset!"); \ +static_assert(offsetof(BANSM_MarkFoot_CheckState, CurTime) == 0x000008, "Member 'BANSM_MarkFoot_CheckState::CurTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANSM_MarkFoot \ +static_assert(alignof(UBANSM_MarkFoot) == 0x000008, "Wrong alignment on UBANSM_MarkFoot"); \ +static_assert(sizeof(UBANSM_MarkFoot) == 0x000080, "Wrong size on UBANSM_MarkFoot"); \ +static_assert(offsetof(UBANSM_MarkFoot, FootNames) == 0x000060, "Member 'UBANSM_MarkFoot::FootNames' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_MarkFoot, SlotName) == 0x000070, "Member 'UBANSM_MarkFoot::SlotName' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_MarkFoot, DistTolerance) == 0x000078, "Member 'UBANSM_MarkFoot::DistTolerance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANSM_AttackRotation_CheckState \ +static_assert(alignof(BANSM_AttackRotation_CheckState) == 0x000008, "Wrong alignment on BANSM_AttackRotation_CheckState"); \ +static_assert(sizeof(BANSM_AttackRotation_CheckState) == 0x000010, "Wrong size on BANSM_AttackRotation_CheckState"); \ +static_assert(offsetof(BANSM_AttackRotation_CheckState, AnimBase) == 0x000000, "Member 'BANSM_AttackRotation_CheckState::AnimBase' has a wrong offset!"); \ +static_assert(offsetof(BANSM_AttackRotation_CheckState, CurTime) == 0x000008, "Member 'BANSM_AttackRotation_CheckState::CurTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANSM_AttackRotation \ +static_assert(alignof(UBANSM_AttackRotation) == 0x000008, "Wrong alignment on UBANSM_AttackRotation"); \ +static_assert(sizeof(UBANSM_AttackRotation) == 0x000088, "Wrong size on UBANSM_AttackRotation"); \ +static_assert(offsetof(UBANSM_AttackRotation, MinFootOnGroundCanRotate) == 0x00007C, "Member 'UBANSM_AttackRotation::MinFootOnGroundCanRotate' has a wrong offset!"); \ +static_assert(offsetof(UBANSM_AttackRotation, MaxFootOnGroundCanRotate) == 0x000080, "Member 'UBANSM_AttackRotation::MaxFootOnGroundCanRotate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BuffTriggerAreaConfigComp \ +static_assert(alignof(UBUS_BuffTriggerAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_BuffTriggerAreaConfigComp"); \ +static_assert(sizeof(UBUS_BuffTriggerAreaConfigComp) == 0x0000E0, "Wrong size on UBUS_BuffTriggerAreaConfigComp"); \ +static_assert(offsetof(UBUS_BuffTriggerAreaConfigComp, ObserveUnitsConditions) == 0x0000C8, "Member 'UBUS_BuffTriggerAreaConfigComp::ObserveUnitsConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_LifeSavingHairWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_LifeSavingHairWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_LifeSavingHairWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_LifeSavingHairWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_LifeSavingHairWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_LifeSavingHairWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_LifeSavingHairWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_LifeSavingHairWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_LifeSavingHairWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_LifeSavingHairWindow_GSNotifyEndCS \ +static_assert(alignof(BANS_LifeSavingHairWindow_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_LifeSavingHairWindow_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_LifeSavingHairWindow_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_LifeSavingHairWindow_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_LifeSavingHairWindow_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_LifeSavingHairWindow_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_LifeSavingHairWindow \ +static_assert(alignof(UBANS_LifeSavingHairWindow) == 0x000008, "Wrong alignment on UBANS_LifeSavingHairWindow"); \ +static_assert(sizeof(UBANS_LifeSavingHairWindow) == 0x000048, "Wrong size on UBANS_LifeSavingHairWindow"); \ + +#define DUMPER7_ASSERTS_BANS_GSVigorKeyCache_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSVigorKeyCache_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSVigorKeyCache_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSVigorKeyCache_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSVigorKeyCache_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSVigorKeyCache_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSVigorKeyCache_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSVigorKeyCache_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSVigorKeyCache_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSVigorKeyCache \ +static_assert(alignof(UBANS_GSVigorKeyCache) == 0x000008, "Wrong alignment on UBANS_GSVigorKeyCache"); \ +static_assert(sizeof(UBANS_GSVigorKeyCache) == 0x000048, "Wrong size on UBANS_GSVigorKeyCache"); \ + +#define DUMPER7_ASSERTS_UFOnInputActionWrapper \ +static_assert(alignof(UFOnInputActionWrapper) == 0x000008, "Wrong alignment on UFOnInputActionWrapper"); \ +static_assert(sizeof(UFOnInputActionWrapper) == 0x000028, "Wrong size on UFOnInputActionWrapper"); \ + +#define DUMPER7_ASSERTS_BANS_GSVigorWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSVigorWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSVigorWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSVigorWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSVigorWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSVigorWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSVigorWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSVigorWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSVigorWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSVigorWindow \ +static_assert(alignof(UBANS_GSVigorWindow) == 0x000008, "Wrong alignment on UBANS_GSVigorWindow"); \ +static_assert(sizeof(UBANS_GSVigorWindow) == 0x000058, "Wrong size on UBANS_GSVigorWindow"); \ +static_assert(offsetof(UBANS_GSVigorWindow, VigorSkillWhiteList) == 0x000048, "Member 'UBANS_GSVigorWindow::VigorSkillWhiteList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitGamePlayerInit_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitGamePlayerInit_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitGamePlayerInit_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitGamePlayerInit_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitGamePlayerInit_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitGamePlayerInit_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitGamePlayerInit_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitGamePlayerInit_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitGamePlayerInit \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitGamePlayerInit) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitGamePlayerInit"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitGamePlayerInit) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitGamePlayerInit"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitGamePlayerInit, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitGamePlayerInit::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS \ +static_assert(alignof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS \ +static_assert(alignof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyEndCS \ +static_assert(alignof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_OnSpiderSkillEntangleStiffEnded_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_OnSpiderSkillEntangleStiffEnded \ +static_assert(alignof(UBANS_OnSpiderSkillEntangleStiffEnded) == 0x000008, "Wrong alignment on UBANS_OnSpiderSkillEntangleStiffEnded"); \ +static_assert(sizeof(UBANS_OnSpiderSkillEntangleStiffEnded) == 0x000048, "Wrong size on UBANS_OnSpiderSkillEntangleStiffEnded"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralSpawnSceneItemDataConfigComp \ +static_assert(alignof(UBUS_ProceduralSpawnSceneItemDataConfigComp) == 0x000008, "Wrong alignment on UBUS_ProceduralSpawnSceneItemDataConfigComp"); \ +static_assert(sizeof(UBUS_ProceduralSpawnSceneItemDataConfigComp) == 0x0000D0, "Wrong size on UBUS_ProceduralSpawnSceneItemDataConfigComp"); \ +static_assert(offsetof(UBUS_ProceduralSpawnSceneItemDataConfigComp, ProceduralSceneItemDataAsset) == 0x0000C8, "Member 'UBUS_ProceduralSpawnSceneItemDataConfigComp::ProceduralSceneItemDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnAllSummonBeKilled_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_OnAllSummonBeKilled_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_OnAllSummonBeKilled_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_OnAllSummonBeKilled_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_OnAllSummonBeKilled_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_OnAllSummonBeKilled_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_OnAllSummonBeKilled_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnAllSummonBeKilled_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_OnAllSummonBeKilled_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_OnAllSummonBeKilled_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_OnAllSummonBeKilled_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_OnAllSummonBeKilled_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_OnAllSummonBeKilled_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_OnAllSummonBeKilled_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_OnAllSummonBeKilled \ +static_assert(alignof(UBED_BehaviorNode_OnAllSummonBeKilled) == 0x000008, "Wrong alignment on UBED_BehaviorNode_OnAllSummonBeKilled"); \ +static_assert(sizeof(UBED_BehaviorNode_OnAllSummonBeKilled) == 0x0002C8, "Wrong size on UBED_BehaviorNode_OnAllSummonBeKilled"); \ +static_assert(offsetof(UBED_BehaviorNode_OnAllSummonBeKilled, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_OnAllSummonBeKilled::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_OnAllSummonBeKilled, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_OnAllSummonBeKilled::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_OnAllSummonBeKilled, SummonIDList) == 0x0002B8, "Member 'UBED_BehaviorNode_OnAllSummonBeKilled::SummonIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_PlayWaterSplash_GSNotifyBeginCS \ +static_assert(alignof(BANS_PlayWaterSplash_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_PlayWaterSplash_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_PlayWaterSplash_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_PlayWaterSplash_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_PlayWaterSplash_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_PlayWaterSplash_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_PlayWaterSplash_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_PlayWaterSplash_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_PlayWaterSplash_GSNotifyTickCS \ +static_assert(alignof(BANS_PlayWaterSplash_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_PlayWaterSplash_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_PlayWaterSplash_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_PlayWaterSplash_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_PlayWaterSplash_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_PlayWaterSplash_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_PlayWaterSplash_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_PlayWaterSplash_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_PlayWaterSplash_GSNotifyEndCS \ +static_assert(alignof(BANS_PlayWaterSplash_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_PlayWaterSplash_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_PlayWaterSplash_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_PlayWaterSplash_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_PlayWaterSplash_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_PlayWaterSplash_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_PlayWaterSplash \ +static_assert(alignof(UBANS_PlayWaterSplash) == 0x000008, "Wrong alignment on UBANS_PlayWaterSplash"); \ +static_assert(sizeof(UBANS_PlayWaterSplash) == 0x0000D0, "Wrong size on UBANS_PlayWaterSplash"); \ +static_assert(offsetof(UBANS_PlayWaterSplash, MappingID) == 0x000048, "Member 'UBANS_PlayWaterSplash::MappingID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayWaterSplash, SweepRadius) == 0x00004C, "Member 'UBANS_PlayWaterSplash::SweepRadius' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayWaterSplash, WeaponIndex) == 0x000050, "Member 'UBANS_PlayWaterSplash::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayWaterSplash, SocketNameList) == 0x000058, "Member 'UBANS_PlayWaterSplash::SocketNameList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayWaterSplash, PresetLocalPoints) == 0x000068, "Member 'UBANS_PlayWaterSplash::PresetLocalPoints' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayWaterSplash, PresetLocalSweepTangentArray) == 0x0000B8, "Member 'UBANS_PlayWaterSplash::PresetLocalSweepTangentArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInPIEClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInPIEClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInPIEClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInPIEClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInPIEClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInPIEClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInPIEClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInPIEClient \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInPIEClient) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInPIEClient"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInPIEClient) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInPIEClient"); \ + +#define DUMPER7_ASSERTS_UBGUCopyABPSettingComp \ +static_assert(alignof(UBGUCopyABPSettingComp) == 0x000008, "Wrong alignment on UBGUCopyABPSettingComp"); \ +static_assert(sizeof(UBGUCopyABPSettingComp) == 0x0000D0, "Wrong size on UBGUCopyABPSettingComp"); \ + +#define DUMPER7_ASSERTS_BANS_StopMontagePreLand_GSNotifyBeginCS \ +static_assert(alignof(BANS_StopMontagePreLand_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_StopMontagePreLand_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_StopMontagePreLand_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_StopMontagePreLand_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_StopMontagePreLand_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_StopMontagePreLand_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_StopMontagePreLand_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_StopMontagePreLand_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_StopMontagePreLand_GSNotifyTickCS \ +static_assert(alignof(BANS_StopMontagePreLand_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_StopMontagePreLand_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_StopMontagePreLand_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_StopMontagePreLand_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_StopMontagePreLand_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_StopMontagePreLand_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_StopMontagePreLand_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_StopMontagePreLand_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_StopMontagePreLand_GSNotifyEndCS \ +static_assert(alignof(BANS_StopMontagePreLand_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_StopMontagePreLand_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_StopMontagePreLand_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_StopMontagePreLand_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_StopMontagePreLand_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_StopMontagePreLand_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_StopMontagePreLand \ +static_assert(alignof(UBANS_StopMontagePreLand) == 0x000008, "Wrong alignment on UBANS_StopMontagePreLand"); \ +static_assert(sizeof(UBANS_StopMontagePreLand) == 0x000050, "Wrong size on UBANS_StopMontagePreLand"); \ +static_assert(offsetof(UBANS_StopMontagePreLand, LineTraceLengthFix) == 0x000048, "Member 'UBANS_StopMontagePreLand::LineTraceLengthFix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDreamTeleportPointsComp \ +static_assert(alignof(UBGWDreamTeleportPointsComp) == 0x000008, "Wrong alignment on UBGWDreamTeleportPointsComp"); \ +static_assert(sizeof(UBGWDreamTeleportPointsComp) == 0x000028, "Wrong size on UBGWDreamTeleportPointsComp"); \ + +#define DUMPER7_ASSERTS_ABGUBuffTriggerArea \ +static_assert(alignof(ABGUBuffTriggerArea) == 0x000008, "Wrong alignment on ABGUBuffTriggerArea"); \ +static_assert(sizeof(ABGUBuffTriggerArea) == 0x000330, "Wrong size on ABGUBuffTriggerArea"); \ +static_assert(offsetof(ABGUBuffTriggerArea, BuffTriggerAreaConfigComp) == 0x000328, "Member 'ABGUBuffTriggerArea::BuffTriggerAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSNvFlow \ +static_assert(alignof(UBANS_GSNvFlow) == 0x000008, "Wrong alignment on UBANS_GSNvFlow"); \ +static_assert(sizeof(UBANS_GSNvFlow) == 0x000050, "Wrong size on UBANS_GSNvFlow"); \ + +#define DUMPER7_ASSERTS_ABGUSplineActor \ +static_assert(alignof(ABGUSplineActor) == 0x000008, "Wrong alignment on ABGUSplineActor"); \ +static_assert(sizeof(ABGUSplineActor) == 0x000328, "Wrong size on ABGUSplineActor"); \ +static_assert(offsetof(ABGUSplineActor, SplineComp) == 0x000308, "Member 'ABGUSplineActor::SplineComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSplineActor, ProjectionTraceExtent) == 0x000310, "Member 'ABGUSplineActor::ProjectionTraceExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_StopMontageWhenLand_GSNotifyBeginCS \ +static_assert(alignof(BANS_StopMontageWhenLand_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_StopMontageWhenLand_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_StopMontageWhenLand_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_StopMontageWhenLand_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_StopMontageWhenLand_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_StopMontageWhenLand_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_StopMontageWhenLand_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_StopMontageWhenLand_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_StopMontageWhenLand_GSNotifyTickCS \ +static_assert(alignof(BANS_StopMontageWhenLand_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_StopMontageWhenLand_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_StopMontageWhenLand_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_StopMontageWhenLand_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_StopMontageWhenLand_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_StopMontageWhenLand_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_StopMontageWhenLand_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_StopMontageWhenLand_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_StopMontageWhenLand_GSNotifyEndCS \ +static_assert(alignof(BANS_StopMontageWhenLand_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_StopMontageWhenLand_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_StopMontageWhenLand_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_StopMontageWhenLand_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_StopMontageWhenLand_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_StopMontageWhenLand_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_StopMontageWhenLand \ +static_assert(alignof(UBANS_StopMontageWhenLand) == 0x000008, "Wrong alignment on UBANS_StopMontageWhenLand"); \ +static_assert(sizeof(UBANS_StopMontageWhenLand) == 0x000048, "Wrong size on UBANS_StopMontageWhenLand"); \ + +#define DUMPER7_ASSERTS_UBUAnimShadowInstanceBase \ +static_assert(alignof(UBUAnimShadowInstanceBase) == 0x000010, "Wrong alignment on UBUAnimShadowInstanceBase"); \ +static_assert(sizeof(UBUAnimShadowInstanceBase) == 0x000390, "Wrong size on UBUAnimShadowInstanceBase"); \ +static_assert(offsetof(UBUAnimShadowInstanceBase, Snapshot) == 0x000350, "Member 'UBUAnimShadowInstanceBase::Snapshot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_IntervalTriggerAreaDataComp \ +static_assert(alignof(UBUS_IntervalTriggerAreaDataComp) == 0x000008, "Wrong alignment on UBUS_IntervalTriggerAreaDataComp"); \ +static_assert(sizeof(UBUS_IntervalTriggerAreaDataComp) == 0x0000D0, "Wrong size on UBUS_IntervalTriggerAreaDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_Teleport_GSNotifyBeginCS \ +static_assert(alignof(BANS_Teleport_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_Teleport_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_Teleport_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_Teleport_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_Teleport_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_Teleport_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_Teleport_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_Teleport_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_Teleport \ +static_assert(alignof(UBANS_Teleport) == 0x000008, "Wrong alignment on UBANS_Teleport"); \ +static_assert(sizeof(UBANS_Teleport) == 0x000068, "Wrong size on UBANS_Teleport"); \ +static_assert(offsetof(UBANS_Teleport, TeleportPointType) == 0x000048, "Member 'UBANS_Teleport::TeleportPointType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_Teleport, TeleportPointLocationOffset) == 0x000050, "Member 'UBANS_Teleport::TeleportPointLocationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_ToggleWeaponStatus_GSNotifyBeginCS \ +static_assert(alignof(BANS_ToggleWeaponStatus_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_ToggleWeaponStatus_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_ToggleWeaponStatus_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_ToggleWeaponStatus_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_ToggleWeaponStatus_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_ToggleWeaponStatus_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_ToggleWeaponStatus_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_ToggleWeaponStatus_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_ToggleWeaponStatus_GSNotifyEndCS \ +static_assert(alignof(BANS_ToggleWeaponStatus_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_ToggleWeaponStatus_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_ToggleWeaponStatus_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_ToggleWeaponStatus_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_ToggleWeaponStatus_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_ToggleWeaponStatus_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_ToggleWeaponStatus \ +static_assert(alignof(UBANS_ToggleWeaponStatus) == 0x000008, "Wrong alignment on UBANS_ToggleWeaponStatus"); \ +static_assert(sizeof(UBANS_ToggleWeaponStatus) == 0x000060, "Wrong size on UBANS_ToggleWeaponStatus"); \ +static_assert(offsetof(UBANS_ToggleWeaponStatus, WeaponIndexList) == 0x000048, "Member 'UBANS_ToggleWeaponStatus::WeaponIndexList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ForceOriginalFormAreaConfigComp \ +static_assert(alignof(UBUS_ForceOriginalFormAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_ForceOriginalFormAreaConfigComp"); \ +static_assert(sizeof(UBUS_ForceOriginalFormAreaConfigComp) == 0x000120, "Wrong size on UBUS_ForceOriginalFormAreaConfigComp"); \ +static_assert(offsetof(UBUS_ForceOriginalFormAreaConfigComp, OverrideSkills) == 0x0000C8, "Member 'UBUS_ForceOriginalFormAreaConfigComp::OverrideSkills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerTriggerSkillEffect \ +static_assert(alignof(UMovieNodeInstance_PerformerTriggerSkillEffect) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerTriggerSkillEffect"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerTriggerSkillEffect) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerTriggerSkillEffect"); \ + +#define DUMPER7_ASSERTS_BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS \ +static_assert(alignof(BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_TriggerBanTrans2DaSheng_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_TriggerBanTrans2DaSheng \ +static_assert(alignof(UBANS_TriggerBanTrans2DaSheng) == 0x000008, "Wrong alignment on UBANS_TriggerBanTrans2DaSheng"); \ +static_assert(sizeof(UBANS_TriggerBanTrans2DaSheng) == 0x000048, "Wrong size on UBANS_TriggerBanTrans2DaSheng"); \ + +#define DUMPER7_ASSERTS_BANS_TriggerSealingSpell_GSNotifyBeginCS \ +static_assert(alignof(BANS_TriggerSealingSpell_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_TriggerSealingSpell_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_TriggerSealingSpell_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_TriggerSealingSpell_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_TriggerSealingSpell_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_TriggerSealingSpell_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_TriggerSealingSpell_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_TriggerSealingSpell_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_TriggerSealingSpell \ +static_assert(alignof(UBANS_TriggerSealingSpell) == 0x000008, "Wrong alignment on UBANS_TriggerSealingSpell"); \ +static_assert(sizeof(UBANS_TriggerSealingSpell) == 0x000048, "Wrong size on UBANS_TriggerSealingSpell"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_MarkCanFinishLoopMovie_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_MarkCanFinishLoopMovie \ +static_assert(alignof(UBED_FSMNode_GI_Loading_MarkCanFinishLoopMovie) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_MarkCanFinishLoopMovie"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_MarkCanFinishLoopMovie) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_MarkCanFinishLoopMovie"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_MarkCanFinishLoopMovie, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_MarkCanFinishLoopMovie::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ForceFightControllerConfigComp \ +static_assert(alignof(UBUS_ForceFightControllerConfigComp) == 0x000008, "Wrong alignment on UBUS_ForceFightControllerConfigComp"); \ +static_assert(sizeof(UBUS_ForceFightControllerConfigComp) == 0x0000D8, "Wrong size on UBUS_ForceFightControllerConfigComp"); \ +static_assert(offsetof(UBUS_ForceFightControllerConfigComp, ForceFightControlConfig) == 0x0000C8, "Member 'UBUS_ForceFightControllerConfigComp::ForceFightControlConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCurrentMoveMode \ +static_assert(alignof(UBAID_CheckCurrentMoveMode) == 0x000008, "Wrong alignment on UBAID_CheckCurrentMoveMode"); \ +static_assert(sizeof(UBAID_CheckCurrentMoveMode) == 0x000098, "Wrong size on UBAID_CheckCurrentMoveMode"); \ +static_assert(offsetof(UBAID_CheckCurrentMoveMode, ToCheckMoveMode) == 0x000090, "Member 'UBAID_CheckCurrentMoveMode::ToCheckMoveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDestructibleActorBase_ReceiveTick \ +static_assert(alignof(BGUDestructibleActorBase_ReceiveTick) == 0x000004, "Wrong alignment on BGUDestructibleActorBase_ReceiveTick"); \ +static_assert(sizeof(BGUDestructibleActorBase_ReceiveTick) == 0x000004, "Wrong size on BGUDestructibleActorBase_ReceiveTick"); \ +static_assert(offsetof(BGUDestructibleActorBase_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUDestructibleActorBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDestructibleActorBase_PlayDestructedEffect \ +static_assert(alignof(BGUDestructibleActorBase_PlayDestructedEffect) == 0x000008, "Wrong alignment on BGUDestructibleActorBase_PlayDestructedEffect"); \ +static_assert(sizeof(BGUDestructibleActorBase_PlayDestructedEffect) == 0x000010, "Wrong size on BGUDestructibleActorBase_PlayDestructedEffect"); \ +static_assert(offsetof(BGUDestructibleActorBase_PlayDestructedEffect, SinkDelay) == 0x000000, "Member 'BGUDestructibleActorBase_PlayDestructedEffect::SinkDelay' has a wrong offset!"); \ +static_assert(offsetof(BGUDestructibleActorBase_PlayDestructedEffect, SinkVelocity) == 0x000004, "Member 'BGUDestructibleActorBase_PlayDestructedEffect::SinkVelocity' has a wrong offset!"); \ +static_assert(offsetof(BGUDestructibleActorBase_PlayDestructedEffect, AtkActor) == 0x000008, "Member 'BGUDestructibleActorBase_PlayDestructedEffect::AtkActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDestructibleActorBase \ +static_assert(alignof(ABGUDestructibleActorBase) == 0x000008, "Wrong alignment on ABGUDestructibleActorBase"); \ +static_assert(sizeof(ABGUDestructibleActorBase) == 0x000330, "Wrong size on ABGUDestructibleActorBase"); \ +static_assert(offsetof(ABGUDestructibleActorBase, RootScaleFactor) == 0x000328, "Member 'ABGUDestructibleActorBase::RootScaleFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_TriggerTrans2DaSheng_GSNotifyBeginCS \ +static_assert(alignof(BANS_TriggerTrans2DaSheng_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_TriggerTrans2DaSheng_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_TriggerTrans2DaSheng_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_TriggerTrans2DaSheng_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_TriggerTrans2DaSheng_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_TriggerTrans2DaSheng_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_TriggerTrans2DaSheng_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_TriggerTrans2DaSheng_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_TriggerTrans2DaSheng \ +static_assert(alignof(UBANS_TriggerTrans2DaSheng) == 0x000008, "Wrong alignment on UBANS_TriggerTrans2DaSheng"); \ +static_assert(sizeof(UBANS_TriggerTrans2DaSheng) == 0x000048, "Wrong size on UBANS_TriggerTrans2DaSheng"); \ + +#define DUMPER7_ASSERTS_BANS_UnhideAndPlayAnim_GSNotifyBeginCS \ +static_assert(alignof(BANS_UnhideAndPlayAnim_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_UnhideAndPlayAnim_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_UnhideAndPlayAnim_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_UnhideAndPlayAnim_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_UnhideAndPlayAnim_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_UnhideAndPlayAnim_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_UnhideAndPlayAnim_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_UnhideAndPlayAnim_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_UnhideAndPlayAnim_GSNotifyEndCS \ +static_assert(alignof(BANS_UnhideAndPlayAnim_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_UnhideAndPlayAnim_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_UnhideAndPlayAnim_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_UnhideAndPlayAnim_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_UnhideAndPlayAnim_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_UnhideAndPlayAnim_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_UnhideAndPlayAnim \ +static_assert(alignof(UBANS_UnhideAndPlayAnim) == 0x000008, "Wrong alignment on UBANS_UnhideAndPlayAnim"); \ +static_assert(sizeof(UBANS_UnhideAndPlayAnim) == 0x000058, "Wrong size on UBANS_UnhideAndPlayAnim"); \ +static_assert(offsetof(UBANS_UnhideAndPlayAnim, SKTag) == 0x000048, "Member 'UBANS_UnhideAndPlayAnim::SKTag' has a wrong offset!"); \ +static_assert(offsetof(UBANS_UnhideAndPlayAnim, AnimationToPlay) == 0x000050, "Member 'UBANS_UnhideAndPlayAnim::AnimationToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_FSMInstanceMgr \ +static_assert(alignof(UBGW_FSMInstanceMgr) == 0x000008, "Wrong alignment on UBGW_FSMInstanceMgr"); \ +static_assert(sizeof(UBGW_FSMInstanceMgr) == 0x000028, "Wrong size on UBGW_FSMInstanceMgr"); \ + +#define DUMPER7_ASSERTS_ABGUIntervalTriggerArea \ +static_assert(alignof(ABGUIntervalTriggerArea) == 0x000008, "Wrong alignment on ABGUIntervalTriggerArea"); \ +static_assert(sizeof(ABGUIntervalTriggerArea) == 0x000330, "Wrong size on ABGUIntervalTriggerArea"); \ +static_assert(offsetof(ABGUIntervalTriggerArea, IntervalTriggerAreaConfigComp) == 0x000328, "Member 'ABGUIntervalTriggerArea::IntervalTriggerAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckRootComponentSimulatingPhysics \ +static_assert(alignof(UBAID_CheckRootComponentSimulatingPhysics) == 0x000008, "Wrong alignment on UBAID_CheckRootComponentSimulatingPhysics"); \ +static_assert(sizeof(UBAID_CheckRootComponentSimulatingPhysics) == 0x000090, "Wrong size on UBAID_CheckRootComponentSimulatingPhysics"); \ + +#define DUMPER7_ASSERTS_UBANS_GSNotFinishTrans \ +static_assert(alignof(UBANS_GSNotFinishTrans) == 0x000008, "Wrong alignment on UBANS_GSNotFinishTrans"); \ +static_assert(sizeof(UBANS_GSNotFinishTrans) == 0x000030, "Wrong size on UBANS_GSNotFinishTrans"); \ + +#define DUMPER7_ASSERTS_UBUS_SceneItemCommComp \ +static_assert(alignof(UBUS_SceneItemCommComp) == 0x000010, "Wrong alignment on UBUS_SceneItemCommComp"); \ +static_assert(sizeof(UBUS_SceneItemCommComp) == 0x000140, "Wrong size on UBUS_SceneItemCommComp"); \ +static_assert(offsetof(UBUS_SceneItemCommComp, TeleportTransform) == 0x0000D0, "Member 'UBUS_SceneItemCommComp::TeleportTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneItemCommComp, SkillID) == 0x000130, "Member 'UBUS_SceneItemCommComp::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ShowArchiveMarkInStartGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_State_GetBranchGraphToEditInCS \ +static_assert(alignof(BED_ProcessMachineNode_State_GetBranchGraphToEditInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_State_GetBranchGraphToEditInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_State_GetBranchGraphToEditInCS) == 0x000018, "Wrong size on BED_ProcessMachineNode_State_GetBranchGraphToEditInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_State_GetBranchGraphToEditInCS, OutBranchGraphIdentifier) == 0x000000, "Member 'BED_ProcessMachineNode_State_GetBranchGraphToEditInCS::OutBranchGraphIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_State_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessMachineNode_State_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_State_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_State_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_State_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_State_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_State_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_State_PostPropertyChanged \ +static_assert(alignof(BED_ProcessMachineNode_State_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_State_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessMachineNode_State_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessMachineNode_State_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessMachineNode_State_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessMachineNode_State_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessMachineNode_State_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessMachineNode_State_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_State_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_State_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_State_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_State_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_State_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_State_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_State_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_State \ +static_assert(alignof(UBED_ProcessMachineNode_State) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_State"); \ +static_assert(sizeof(UBED_ProcessMachineNode_State) == 0x000348, "Wrong size on UBED_ProcessMachineNode_State"); \ +static_assert(offsetof(UBED_ProcessMachineNode_State, StateList) == 0x0002A0, "Member 'UBED_ProcessMachineNode_State::StateList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_State, EventList) == 0x0002F0, "Member 'UBED_ProcessMachineNode_State::EventList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_State, CurrentState) == 0x000340, "Member 'UBED_ProcessMachineNode_State::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_ExitPhasePerformance_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_ExitPhasePerformance_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_ExitPhasePerformance_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_ExitPhasePerformance_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_ExitPhasePerformance_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_ExitPhasePerformance_GSNotifyCS \ +static_assert(alignof(BAN_ExitPhasePerformance_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_ExitPhasePerformance_GSNotifyCS"); \ +static_assert(sizeof(BAN_ExitPhasePerformance_GSNotifyCS) == 0x000048, "Wrong size on BAN_ExitPhasePerformance_GSNotifyCS"); \ +static_assert(offsetof(BAN_ExitPhasePerformance_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_ExitPhasePerformance_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_ExitPhasePerformance \ +static_assert(alignof(UBAN_ExitPhasePerformance) == 0x000008, "Wrong alignment on UBAN_ExitPhasePerformance"); \ +static_assert(sizeof(UBAN_ExitPhasePerformance) == 0x000050, "Wrong size on UBAN_ExitPhasePerformance"); \ + +#define DUMPER7_ASSERTS_UGSKeyEvent_OnAnalogInputEvent \ +static_assert(alignof(UGSKeyEvent_OnAnalogInputEvent) == 0x000008, "Wrong alignment on UGSKeyEvent_OnAnalogInputEvent"); \ +static_assert(sizeof(UGSKeyEvent_OnAnalogInputEvent) == 0x000040, "Wrong size on UGSKeyEvent_OnAnalogInputEvent"); \ +static_assert(offsetof(UGSKeyEvent_OnAnalogInputEvent, AnalogInputEvent) == 0x000000, "Member 'UGSKeyEvent_OnAnalogInputEvent::AnalogInputEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSKeyEvent_OnMouseWheelEvent \ +static_assert(alignof(UGSKeyEvent_OnMouseWheelEvent) == 0x000008, "Wrong alignment on UGSKeyEvent_OnMouseWheelEvent"); \ +static_assert(sizeof(UGSKeyEvent_OnMouseWheelEvent) == 0x000090, "Wrong size on UGSKeyEvent_OnMouseWheelEvent"); \ +static_assert(offsetof(UGSKeyEvent_OnMouseWheelEvent, InWheelEvent) == 0x000000, "Member 'UGSKeyEvent_OnMouseWheelEvent::InWheelEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSKeyEvent_OnMouseDownEvent \ +static_assert(alignof(UGSKeyEvent_OnMouseDownEvent) == 0x000008, "Wrong alignment on UGSKeyEvent_OnMouseDownEvent"); \ +static_assert(sizeof(UGSKeyEvent_OnMouseDownEvent) == 0x000090, "Wrong size on UGSKeyEvent_OnMouseDownEvent"); \ +static_assert(offsetof(UGSKeyEvent_OnMouseDownEvent, InMouseEvent) == 0x000000, "Member 'UGSKeyEvent_OnMouseDownEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSKeyEvent_OnMouseUpEvent \ +static_assert(alignof(UGSKeyEvent_OnMouseUpEvent) == 0x000008, "Wrong alignment on UGSKeyEvent_OnMouseUpEvent"); \ +static_assert(sizeof(UGSKeyEvent_OnMouseUpEvent) == 0x000090, "Wrong size on UGSKeyEvent_OnMouseUpEvent"); \ +static_assert(offsetof(UGSKeyEvent_OnMouseUpEvent, InMouseEvent) == 0x000000, "Member 'UGSKeyEvent_OnMouseUpEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSKeyEvent_OnKeyDownEvent \ +static_assert(alignof(UGSKeyEvent_OnKeyDownEvent) == 0x000008, "Wrong alignment on UGSKeyEvent_OnKeyDownEvent"); \ +static_assert(sizeof(UGSKeyEvent_OnKeyDownEvent) == 0x000038, "Wrong size on UGSKeyEvent_OnKeyDownEvent"); \ +static_assert(offsetof(UGSKeyEvent_OnKeyDownEvent, InKeyEvent) == 0x000000, "Member 'UGSKeyEvent_OnKeyDownEvent::InKeyEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSKeyEvent_OnKeyUpEvent \ +static_assert(alignof(UGSKeyEvent_OnKeyUpEvent) == 0x000008, "Wrong alignment on UGSKeyEvent_OnKeyUpEvent"); \ +static_assert(sizeof(UGSKeyEvent_OnKeyUpEvent) == 0x000038, "Wrong size on UGSKeyEvent_OnKeyUpEvent"); \ +static_assert(offsetof(UGSKeyEvent_OnKeyUpEvent, InKeyEvent) == 0x000000, "Member 'UGSKeyEvent_OnKeyUpEvent::InKeyEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGSKeyEvent \ +static_assert(alignof(UUGSKeyEvent) == 0x000008, "Wrong alignment on UUGSKeyEvent"); \ +static_assert(sizeof(UUGSKeyEvent) == 0x000028, "Wrong size on UUGSKeyEvent"); \ + +#define DUMPER7_ASSERTS_ABGUDMCCameraBase \ +static_assert(alignof(ABGUDMCCameraBase) == 0x000008, "Wrong alignment on ABGUDMCCameraBase"); \ +static_assert(sizeof(ABGUDMCCameraBase) == 0x000298, "Wrong size on ABGUDMCCameraBase"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerTransEffect_GetSoftReferences \ +static_assert(alignof(BANS_GSTriggerTransEffect_GetSoftReferences) == 0x000008, "Wrong alignment on BANS_GSTriggerTransEffect_GetSoftReferences"); \ +static_assert(sizeof(BANS_GSTriggerTransEffect_GetSoftReferences) == 0x000010, "Wrong size on BANS_GSTriggerTransEffect_GetSoftReferences"); \ +static_assert(offsetof(BANS_GSTriggerTransEffect_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BANS_GSTriggerTransEffect_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerTransEffect_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTriggerTransEffect_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTriggerTransEffect_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTriggerTransEffect_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTriggerTransEffect_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTriggerTransEffect_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTriggerTransEffect_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTriggerTransEffect_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTriggerTransEffect_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTriggerTransEffect \ +static_assert(alignof(UBANS_GSTriggerTransEffect) == 0x000008, "Wrong alignment on UBANS_GSTriggerTransEffect"); \ +static_assert(sizeof(UBANS_GSTriggerTransEffect) == 0x000088, "Wrong size on UBANS_GSTriggerTransEffect"); \ +static_assert(offsetof(UBANS_GSTriggerTransEffect, TransEffectSettings) == 0x000048, "Member 'UBANS_GSTriggerTransEffect::TransEffectSettings' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTriggerTransEffect, EffectOffset) == 0x000070, "Member 'UBANS_GSTriggerTransEffect::EffectOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_UpdraftAreaDataComp \ +static_assert(alignof(UBUS_UpdraftAreaDataComp) == 0x000008, "Wrong alignment on UBUS_UpdraftAreaDataComp"); \ +static_assert(sizeof(UBUS_UpdraftAreaDataComp) == 0x0000D0, "Wrong size on UBUS_UpdraftAreaDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_FXAudioEditComp \ +static_assert(alignof(UBUS_FXAudioEditComp) == 0x000008, "Wrong alignment on UBUS_FXAudioEditComp"); \ +static_assert(sizeof(UBUS_FXAudioEditComp) == 0x000118, "Wrong size on UBUS_FXAudioEditComp"); \ +static_assert(offsetof(UBUS_FXAudioEditComp, LoopEvent) == 0x0000C8, "Member 'UBUS_FXAudioEditComp::LoopEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FXAudioEditComp, DestructibleEvent) == 0x0000F0, "Member 'UBUS_FXAudioEditComp::DestructibleEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMoveWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMoveWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMoveWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMoveWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMoveWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMoveWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMoveWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMoveWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMoveWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMoveWindow \ +static_assert(alignof(UBANS_GSMoveWindow) == 0x000008, "Wrong alignment on UBANS_GSMoveWindow"); \ +static_assert(sizeof(UBANS_GSMoveWindow) == 0x000048, "Wrong size on UBANS_GSMoveWindow"); \ + +#define DUMPER7_ASSERTS_BAN_GSApplyEnvironmentMask_GSNotifyCS \ +static_assert(alignof(BAN_GSApplyEnvironmentMask_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSApplyEnvironmentMask_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSApplyEnvironmentMask_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSApplyEnvironmentMask_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSApplyEnvironmentMask_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSApplyEnvironmentMask_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSApplyEnvironmentMask \ +static_assert(alignof(UBAN_GSApplyEnvironmentMask) == 0x000008, "Wrong alignment on UBAN_GSApplyEnvironmentMask"); \ +static_assert(sizeof(UBAN_GSApplyEnvironmentMask) == 0x000060, "Wrong size on UBAN_GSApplyEnvironmentMask"); \ +static_assert(offsetof(UBAN_GSApplyEnvironmentMask, EnvironmentMaskDataList) == 0x000050, "Member 'UBAN_GSApplyEnvironmentMask::EnvironmentMaskDataList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSCloudMoveAkEvent_GetSoftReferences \ +static_assert(alignof(BAN_GSCloudMoveAkEvent_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_GSCloudMoveAkEvent_GetSoftReferences"); \ +static_assert(sizeof(BAN_GSCloudMoveAkEvent_GetSoftReferences) == 0x000010, "Wrong size on BAN_GSCloudMoveAkEvent_GetSoftReferences"); \ +static_assert(offsetof(BAN_GSCloudMoveAkEvent_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_GSCloudMoveAkEvent_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSCloudMoveAkEvent_GSNotifyCS \ +static_assert(alignof(BAN_GSCloudMoveAkEvent_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSCloudMoveAkEvent_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSCloudMoveAkEvent_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSCloudMoveAkEvent_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSCloudMoveAkEvent_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSCloudMoveAkEvent_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSCloudMoveAkEvent \ +static_assert(alignof(UBAN_GSCloudMoveAkEvent) == 0x000008, "Wrong alignment on UBAN_GSCloudMoveAkEvent"); \ +static_assert(sizeof(UBAN_GSCloudMoveAkEvent) == 0x000080, "Wrong size on UBAN_GSCloudMoveAkEvent"); \ +static_assert(offsetof(UBAN_GSCloudMoveAkEvent, AkEvent) == 0x000058, "Member 'UBAN_GSCloudMoveAkEvent::AkEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GroupAIDataComp \ +static_assert(alignof(UBUS_GroupAIDataComp) == 0x000008, "Wrong alignment on UBUS_GroupAIDataComp"); \ +static_assert(sizeof(UBUS_GroupAIDataComp) == 0x0000D0, "Wrong size on UBUS_GroupAIDataComp"); \ + +#define DUMPER7_ASSERTS_ABGU_PreloadDebugActor \ +static_assert(alignof(ABGU_PreloadDebugActor) == 0x000008, "Wrong alignment on ABGU_PreloadDebugActor"); \ +static_assert(sizeof(ABGU_PreloadDebugActor) == 0x000388, "Wrong size on ABGU_PreloadDebugActor"); \ +static_assert(offsetof(ABGU_PreloadDebugActor, WhiteListPreloadTypeMap) == 0x0002E8, "Member 'ABGU_PreloadDebugActor::WhiteListPreloadTypeMap' has a wrong offset!"); \ +static_assert(offsetof(ABGU_PreloadDebugActor, WhiteListPreloadTypeInfoMap) == 0x000338, "Member 'ABGU_PreloadDebugActor::WhiteListPreloadTypeInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSDestroyProjectile_ExceptID_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSDestroyProjectile_ExceptID_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSDestroyProjectile_ExceptID_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSDestroyProjectile_ExceptID_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSDestroyProjectile_ExceptID_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSDestroyProjectile_ExceptID_GSNotifyCS \ +static_assert(alignof(BAN_GSDestroyProjectile_ExceptID_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSDestroyProjectile_ExceptID_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSDestroyProjectile_ExceptID_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSDestroyProjectile_ExceptID_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSDestroyProjectile_ExceptID_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSDestroyProjectile_ExceptID_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSDestroyProjectile_ExceptID \ +static_assert(alignof(UBAN_GSDestroyProjectile_ExceptID) == 0x000008, "Wrong alignment on UBAN_GSDestroyProjectile_ExceptID"); \ +static_assert(sizeof(UBAN_GSDestroyProjectile_ExceptID) == 0x000060, "Wrong size on UBAN_GSDestroyProjectile_ExceptID"); \ +static_assert(offsetof(UBAN_GSDestroyProjectile_ExceptID, ProjetcileIDList) == 0x000050, "Member 'UBAN_GSDestroyProjectile_ExceptID::ProjetcileIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayCameraSequence \ +static_assert(alignof(UBAN_GSPlayCameraSequence) == 0x000008, "Wrong alignment on UBAN_GSPlayCameraSequence"); \ +static_assert(sizeof(UBAN_GSPlayCameraSequence) == 0x000068, "Wrong size on UBAN_GSPlayCameraSequence"); \ + +#define DUMPER7_ASSERTS_BAN_GSMagicallyChangeFadeOut_GSNotifyCS \ +static_assert(alignof(BAN_GSMagicallyChangeFadeOut_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSMagicallyChangeFadeOut_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSMagicallyChangeFadeOut_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSMagicallyChangeFadeOut_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSMagicallyChangeFadeOut_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSMagicallyChangeFadeOut_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSMagicallyChangeFadeOut \ +static_assert(alignof(UBAN_GSMagicallyChangeFadeOut) == 0x000008, "Wrong alignment on UBAN_GSMagicallyChangeFadeOut"); \ +static_assert(sizeof(UBAN_GSMagicallyChangeFadeOut) == 0x000050, "Wrong size on UBAN_GSMagicallyChangeFadeOut"); \ + +#define DUMPER7_ASSERTS_BAN_GSStopInteractTargetIdleFX_GSNotifyCS \ +static_assert(alignof(BAN_GSStopInteractTargetIdleFX_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSStopInteractTargetIdleFX_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSStopInteractTargetIdleFX_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSStopInteractTargetIdleFX_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSStopInteractTargetIdleFX_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSStopInteractTargetIdleFX_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSStopInteractTargetIdleFX \ +static_assert(alignof(UBAN_GSStopInteractTargetIdleFX) == 0x000008, "Wrong alignment on UBAN_GSStopInteractTargetIdleFX"); \ +static_assert(sizeof(UBAN_GSStopInteractTargetIdleFX) == 0x000050, "Wrong size on UBAN_GSStopInteractTargetIdleFX"); \ + +#define DUMPER7_ASSERTS_UBAIT_TeleportByEQS \ +static_assert(alignof(UBAIT_TeleportByEQS) == 0x000008, "Wrong alignment on UBAIT_TeleportByEQS"); \ +static_assert(sizeof(UBAIT_TeleportByEQS) == 0x0000B8, "Wrong size on UBAIT_TeleportByEQS"); \ +static_assert(offsetof(UBAIT_TeleportByEQS, EQSTemplate) == 0x0000A8, "Member 'UBAIT_TeleportByEQS::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TeleportByEQS, TurnRotationType) == 0x0000B1, "Member 'UBAIT_TeleportByEQS::TurnRotationType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged \ +static_assert(alignof(BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged) == 0x000020, "Wrong size on BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestNode_ObserveOnlineCondition_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_ObserveOnlineCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_ObserveOnlineCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_ObserveOnlineCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_ObserveOnlineCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_ObserveOnlineCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_ObserveOnlineCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_ObserveOnlineCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_ObserveOnlineCondition \ +static_assert(alignof(UBED_QuestNode_ObserveOnlineCondition) == 0x000008, "Wrong alignment on UBED_QuestNode_ObserveOnlineCondition"); \ +static_assert(sizeof(UBED_QuestNode_ObserveOnlineCondition) == 0x000308, "Wrong size on UBED_QuestNode_ObserveOnlineCondition"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, ConditionType) == 0x0002A0, "Member 'UBED_QuestNode_ObserveOnlineCondition::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, SuccessLimit) == 0x0002A4, "Member 'UBED_QuestNode_ObserveOnlineCondition::SuccessLimit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, ObservedPlayerOrUnit) == 0x0002A8, "Member 'UBED_QuestNode_ObserveOnlineCondition::ObservedPlayerOrUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, PlayerCount) == 0x0002B8, "Member 'UBED_QuestNode_ObserveOnlineCondition::PlayerCount' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, KillMonsterCount) == 0x0002BC, "Member 'UBED_QuestNode_ObserveOnlineCondition::KillMonsterCount' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, GainItemCount) == 0x0002C0, "Member 'UBED_QuestNode_ObserveOnlineCondition::GainItemCount' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, ItemId) == 0x0002C4, "Member 'UBED_QuestNode_ObserveOnlineCondition::ItemId' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, TraceDistance) == 0x0002C8, "Member 'UBED_QuestNode_ObserveOnlineCondition::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, EventID) == 0x0002CC, "Member 'UBED_QuestNode_ObserveOnlineCondition::EventID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, RandomCount) == 0x0002D0, "Member 'UBED_QuestNode_ObserveOnlineCondition::RandomCount' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveOnlineCondition, ObservedActor) == 0x0002D8, "Member 'UBED_QuestNode_ObserveOnlineCondition::ObservedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSFinishMedicineTalkAnim_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSFinishMedicineTalkAnim_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSFinishMedicineTalkAnim_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSFinishMedicineTalkAnim_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSFinishMedicineTalkAnim_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSFinishMedicineTalkAnim_GSNotifyCS \ +static_assert(alignof(BAN_GSFinishMedicineTalkAnim_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSFinishMedicineTalkAnim_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSFinishMedicineTalkAnim_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSFinishMedicineTalkAnim_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSFinishMedicineTalkAnim_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSFinishMedicineTalkAnim_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSFinishMedicineTalkAnim \ +static_assert(alignof(UBAN_GSFinishMedicineTalkAnim) == 0x000008, "Wrong alignment on UBAN_GSFinishMedicineTalkAnim"); \ +static_assert(sizeof(UBAN_GSFinishMedicineTalkAnim) == 0x000050, "Wrong size on UBAN_GSFinishMedicineTalkAnim"); \ + +#define DUMPER7_ASSERTS_BAN_GSItemTeleportTriggerPrepare_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSItemTeleportTriggerPrepare_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSItemTeleportTriggerPrepare_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSItemTeleportTriggerPrepare_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSItemTeleportTriggerPrepare_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSItemTeleportTriggerPrepare_GSNotifyCS \ +static_assert(alignof(BAN_GSItemTeleportTriggerPrepare_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSItemTeleportTriggerPrepare_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSItemTeleportTriggerPrepare_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSItemTeleportTriggerPrepare_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSItemTeleportTriggerPrepare_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSItemTeleportTriggerPrepare_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSItemTeleportTriggerPrepare \ +static_assert(alignof(UBAN_GSItemTeleportTriggerPrepare) == 0x000008, "Wrong alignment on UBAN_GSItemTeleportTriggerPrepare"); \ +static_assert(sizeof(UBAN_GSItemTeleportTriggerPrepare) == 0x000050, "Wrong size on UBAN_GSItemTeleportTriggerPrepare"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerOpenMap_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTriggerOpenMap_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTriggerOpenMap_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTriggerOpenMap_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTriggerOpenMap_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerOpenMap_GSNotifyCS \ +static_assert(alignof(BAN_GSTriggerOpenMap_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTriggerOpenMap_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTriggerOpenMap_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTriggerOpenMap_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTriggerOpenMap_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTriggerOpenMap_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTriggerOpenMap \ +static_assert(alignof(UBAN_GSTriggerOpenMap) == 0x000008, "Wrong alignment on UBAN_GSTriggerOpenMap"); \ +static_assert(sizeof(UBAN_GSTriggerOpenMap) == 0x000050, "Wrong size on UBAN_GSTriggerOpenMap"); \ + +#define DUMPER7_ASSERTS_UBUS_ForceOriginalFormConfigComp \ +static_assert(alignof(UBUS_ForceOriginalFormConfigComp) == 0x000008, "Wrong alignment on UBUS_ForceOriginalFormConfigComp"); \ +static_assert(sizeof(UBUS_ForceOriginalFormConfigComp) == 0x000120, "Wrong size on UBUS_ForceOriginalFormConfigComp"); \ +static_assert(offsetof(UBUS_ForceOriginalFormConfigComp, OverrideSkills) == 0x0000C8, "Member 'UBUS_ForceOriginalFormConfigComp::OverrideSkills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PlayerSetCloudMoveEnabled_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PlayerSetCloudMoveEnabled_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PlayerSetCloudMoveEnabled_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PlayerSetCloudMoveEnabled_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PlayerSetCloudMoveEnabled_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PlayerSetCloudMoveEnabled_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PlayerSetCloudMoveEnabled_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PlayerSetCloudMoveEnabled \ +static_assert(alignof(UBED_MovieNode_PlayerSetCloudMoveEnabled) == 0x000008, "Wrong alignment on UBED_MovieNode_PlayerSetCloudMoveEnabled"); \ +static_assert(sizeof(UBED_MovieNode_PlayerSetCloudMoveEnabled) == 0x0002A8, "Wrong size on UBED_MovieNode_PlayerSetCloudMoveEnabled"); \ + +#define DUMPER7_ASSERTS_UBUI_GMInformationPanel \ +static_assert(alignof(UBUI_GMInformationPanel) == 0x000008, "Wrong alignment on UBUI_GMInformationPanel"); \ +static_assert(sizeof(UBUI_GMInformationPanel) == 0x0003E0, "Wrong size on UBUI_GMInformationPanel"); \ +static_assert(offsetof(UBUI_GMInformationPanel, InfoTemp) == 0x0003D8, "Member 'UBUI_GMInformationPanel::InfoTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_STPriority_ShouldPrepareContext \ +static_assert(alignof(GSEQT_STPriority_ShouldPrepareContext) == 0x000001, "Wrong alignment on GSEQT_STPriority_ShouldPrepareContext"); \ +static_assert(sizeof(GSEQT_STPriority_ShouldPrepareContext) == 0x000001, "Wrong size on GSEQT_STPriority_ShouldPrepareContext"); \ + +#define DUMPER7_ASSERTS_GSEQT_STPriority_ProcessItemCS \ +static_assert(alignof(GSEQT_STPriority_ProcessItemCS) == 0x000008, "Wrong alignment on GSEQT_STPriority_ProcessItemCS"); \ +static_assert(sizeof(GSEQT_STPriority_ProcessItemCS) == 0x000038, "Wrong size on GSEQT_STPriority_ProcessItemCS"); \ +static_assert(offsetof(GSEQT_STPriority_ProcessItemCS, World) == 0x000000, "Member 'GSEQT_STPriority_ProcessItemCS::World' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_STPriority_ProcessItemCS, ItemLocation) == 0x000008, "Member 'GSEQT_STPriority_ProcessItemCS::ItemLocation' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_STPriority_ProcessItemCS, ItemActor) == 0x000020, "Member 'GSEQT_STPriority_ProcessItemCS::ItemActor' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_STPriority_ProcessItemCS, Querier) == 0x000028, "Member 'GSEQT_STPriority_ProcessItemCS::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_STPriority \ +static_assert(alignof(UGSEQT_STPriority) == 0x000008, "Wrong alignment on UGSEQT_STPriority"); \ +static_assert(sizeof(UGSEQT_STPriority) == 0x000218, "Wrong size on UGSEQT_STPriority"); \ +static_assert(offsetof(UGSEQT_STPriority, ResIDPriority) == 0x000208, "Member 'UGSEQT_STPriority::ResIDPriority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_NeutralAnimalAreaConfigInfoComp \ +static_assert(alignof(UBUS_NeutralAnimalAreaConfigInfoComp) == 0x000008, "Wrong alignment on UBUS_NeutralAnimalAreaConfigInfoComp"); \ +static_assert(sizeof(UBUS_NeutralAnimalAreaConfigInfoComp) == 0x000100, "Wrong size on UBUS_NeutralAnimalAreaConfigInfoComp"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, DistributionSpawnTendency) == 0x0000CB, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::DistributionSpawnTendency' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, PresetCD) == 0x0000CC, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::PresetCD' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, SpawnCD) == 0x0000D0, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::SpawnCD' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, DestroyProtectCD) == 0x0000D4, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::DestroyProtectCD' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, SpawnPosType) == 0x0000D8, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::SpawnPosType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, AnimalTemplates) == 0x0000E0, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::AnimalTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, EQSTemplate) == 0x0000F0, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralAnimalAreaConfigInfoComp, SpawnRotType) == 0x0000F8, "Member 'UBUS_NeutralAnimalAreaConfigInfoComp::SpawnRotType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_InteractTriggerFinish_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_InteractTriggerFinish_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_InteractTriggerFinish_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_InteractTriggerFinish_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_InteractTriggerFinish_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_InteractTriggerFinish_GSNotifyCS \ +static_assert(alignof(BAN_InteractTriggerFinish_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_InteractTriggerFinish_GSNotifyCS"); \ +static_assert(sizeof(BAN_InteractTriggerFinish_GSNotifyCS) == 0x000048, "Wrong size on BAN_InteractTriggerFinish_GSNotifyCS"); \ +static_assert(offsetof(BAN_InteractTriggerFinish_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_InteractTriggerFinish_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_InteractTriggerFinish \ +static_assert(alignof(UBAN_InteractTriggerFinish) == 0x000008, "Wrong alignment on UBAN_InteractTriggerFinish"); \ +static_assert(sizeof(UBAN_InteractTriggerFinish) == 0x000050, "Wrong size on UBAN_InteractTriggerFinish"); \ + +#define DUMPER7_ASSERTS_AutoTest_Template_ReceiveTick \ +static_assert(alignof(AutoTest_Template_ReceiveTick) == 0x000004, "Wrong alignment on AutoTest_Template_ReceiveTick"); \ +static_assert(sizeof(AutoTest_Template_ReceiveTick) == 0x000004, "Wrong size on AutoTest_Template_ReceiveTick"); \ +static_assert(offsetof(AutoTest_Template_ReceiveTick, DeltaTime) == 0x000000, "Member 'AutoTest_Template_ReceiveTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_Template \ +static_assert(alignof(UAutoTest_Template) == 0x000008, "Wrong alignment on UAutoTest_Template"); \ +static_assert(sizeof(UAutoTest_Template) == 0x000028, "Wrong size on UAutoTest_Template"); \ + +#define DUMPER7_ASSERTS_UAutoTest_Start_Editor \ +static_assert(alignof(UAutoTest_Start_Editor) == 0x000008, "Wrong alignment on UAutoTest_Start_Editor"); \ +static_assert(sizeof(UAutoTest_Start_Editor) == 0x000028, "Wrong size on UAutoTest_Start_Editor"); \ + +#define DUMPER7_ASSERTS_BGW_CommLevelMgr_OnAKBStateEndFunc \ +static_assert(alignof(BGW_CommLevelMgr_OnAKBStateEndFunc) == 0x000004, "Wrong alignment on BGW_CommLevelMgr_OnAKBStateEndFunc"); \ +static_assert(sizeof(BGW_CommLevelMgr_OnAKBStateEndFunc) == 0x000014, "Wrong size on BGW_CommLevelMgr_OnAKBStateEndFunc"); \ +static_assert(offsetof(BGW_CommLevelMgr_OnAKBStateEndFunc, BeginStateName) == 0x000000, "Member 'BGW_CommLevelMgr_OnAKBStateEndFunc::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(BGW_CommLevelMgr_OnAKBStateEndFunc, EndStateName) == 0x000008, "Member 'BGW_CommLevelMgr_OnAKBStateEndFunc::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_CommLevelMgr \ +static_assert(alignof(UBGW_CommLevelMgr) == 0x000008, "Wrong alignment on UBGW_CommLevelMgr"); \ +static_assert(sizeof(UBGW_CommLevelMgr) == 0x000028, "Wrong size on UBGW_CommLevelMgr"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingNode_IsSupportViewType \ +static_assert(alignof(BED_SkillMappingNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_SkillMappingNode_IsSupportViewType"); \ +static_assert(sizeof(BED_SkillMappingNode_IsSupportViewType) == 0x000002, "Wrong size on BED_SkillMappingNode_IsSupportViewType"); \ +static_assert(offsetof(BED_SkillMappingNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_SkillMappingNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_SkillMappingNode \ +static_assert(alignof(UBED_SkillMappingNode) == 0x000008, "Wrong alignment on UBED_SkillMappingNode"); \ +static_assert(sizeof(UBED_SkillMappingNode) == 0x0002A0, "Wrong size on UBED_SkillMappingNode"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingNode_Condition_GetContextOutputsInCS \ +static_assert(alignof(BED_SkillMappingNode_Condition_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_SkillMappingNode_Condition_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_SkillMappingNode_Condition_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_SkillMappingNode_Condition_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_SkillMappingNode_Condition_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_SkillMappingNode_Condition_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingNode_Condition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_SkillMappingNode_Condition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_SkillMappingNode_Condition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_SkillMappingNode_Condition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_SkillMappingNode_Condition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_SkillMappingNode_Condition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_SkillMappingNode_Condition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_SkillMappingNode_Condition \ +static_assert(alignof(UBED_SkillMappingNode_Condition) == 0x000008, "Wrong alignment on UBED_SkillMappingNode_Condition"); \ +static_assert(sizeof(UBED_SkillMappingNode_Condition) == 0x000308, "Wrong size on UBED_SkillMappingNode_Condition"); \ +static_assert(offsetof(UBED_SkillMappingNode_Condition, Condition) == 0x0002A0, "Member 'UBED_SkillMappingNode_Condition::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TriggerComp \ +static_assert(alignof(UBUS_TriggerComp) == 0x000008, "Wrong alignment on UBUS_TriggerComp"); \ +static_assert(sizeof(UBUS_TriggerComp) == 0x000100, "Wrong size on UBUS_TriggerComp"); \ +static_assert(offsetof(UBUS_TriggerComp, TriggerType) == 0x0000C8, "Member 'UBUS_TriggerComp::TriggerType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, TriggerCharacter) == 0x0000D0, "Member 'UBUS_TriggerComp::TriggerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, TriggerCharacterGuid) == 0x0000D8, "Member 'UBUS_TriggerComp::TriggerCharacterGuid' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, CircleRaidus) == 0x0000EC, "Member 'UBUS_TriggerComp::CircleRaidus' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, BeginEndOverlapTriggerDirectionType) == 0x0000F1, "Member 'UBUS_TriggerComp::BeginEndOverlapTriggerDirectionType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, UnitState) == 0x0000F4, "Member 'UBUS_TriggerComp::UnitState' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, SimpleState) == 0x0000F6, "Member 'UBUS_TriggerComp::SimpleState' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, AttrFloatType) == 0x0000F7, "Member 'UBUS_TriggerComp::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, CompareType) == 0x0000F8, "Member 'UBUS_TriggerComp::CompareType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerComp, CompareValue) == 0x0000FC, "Member 'UBUS_TriggerComp::CompareValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSIGuideRebirthFinish_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSIGuideRebirthFinish_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSIGuideRebirthFinish_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSIGuideRebirthFinish_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSIGuideRebirthFinish_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSIGuideRebirthFinish_GSNotifyCS \ +static_assert(alignof(BAN_GSIGuideRebirthFinish_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSIGuideRebirthFinish_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSIGuideRebirthFinish_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSIGuideRebirthFinish_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSIGuideRebirthFinish_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSIGuideRebirthFinish_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSIGuideRebirthFinish \ +static_assert(alignof(UBAN_GSIGuideRebirthFinish) == 0x000008, "Wrong alignment on UBAN_GSIGuideRebirthFinish"); \ +static_assert(sizeof(UBAN_GSIGuideRebirthFinish) == 0x000050, "Wrong size on UBAN_GSIGuideRebirthFinish"); \ + +#define DUMPER7_ASSERTS_BAN_GSRemoveBuffByID_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSRemoveBuffByID_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSRemoveBuffByID_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSRemoveBuffByID_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSRemoveBuffByID_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSRemoveBuffByID_GSNotifyCS \ +static_assert(alignof(BAN_GSRemoveBuffByID_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSRemoveBuffByID_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSRemoveBuffByID_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSRemoveBuffByID_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSRemoveBuffByID_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSRemoveBuffByID_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSRemoveBuffByID \ +static_assert(alignof(UBAN_GSRemoveBuffByID) == 0x000008, "Wrong alignment on UBAN_GSRemoveBuffByID"); \ +static_assert(sizeof(UBAN_GSRemoveBuffByID) == 0x000060, "Wrong size on UBAN_GSRemoveBuffByID"); \ +static_assert(offsetof(UBAN_GSRemoveBuffByID, BuffID) == 0x000050, "Member 'UBAN_GSRemoveBuffByID::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSRemoveBuffByID, BuffLayer) == 0x000054, "Member 'UBAN_GSRemoveBuffByID::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSItemTeleportTrigger_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSItemTeleportTrigger_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSItemTeleportTrigger_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSItemTeleportTrigger_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSItemTeleportTrigger_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSItemTeleportTrigger_GSNotifyCS \ +static_assert(alignof(BAN_GSItemTeleportTrigger_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSItemTeleportTrigger_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSItemTeleportTrigger_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSItemTeleportTrigger_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSItemTeleportTrigger_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSItemTeleportTrigger_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSItemTeleportTrigger \ +static_assert(alignof(UBAN_GSItemTeleportTrigger) == 0x000008, "Wrong alignment on UBAN_GSItemTeleportTrigger"); \ +static_assert(sizeof(UBAN_GSItemTeleportTrigger) == 0x000058, "Wrong size on UBAN_GSItemTeleportTrigger"); \ +static_assert(offsetof(UBAN_GSItemTeleportTrigger, ItemTeleportType) == 0x000050, "Member 'UBAN_GSItemTeleportTrigger::ItemTeleportType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSItemTeleportTrigger, TargetRebirthPointId) == 0x000054, "Member 'UBAN_GSItemTeleportTrigger::TargetRebirthPointId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_TakePhotoSystemMgr \ +static_assert(alignof(UBGW_TakePhotoSystemMgr) == 0x000008, "Wrong alignment on UBGW_TakePhotoSystemMgr"); \ +static_assert(sizeof(UBGW_TakePhotoSystemMgr) == 0x000030, "Wrong size on UBGW_TakePhotoSystemMgr"); \ +static_assert(offsetof(UBGW_TakePhotoSystemMgr, TakePhotoSystemConfig) == 0x000028, "Member 'UBGW_TakePhotoSystemMgr::TakePhotoSystemConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue \ +static_assert(alignof(BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue) == 0x000008, "Wrong alignment on BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue"); \ +static_assert(sizeof(BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue) == 0x000018, "Wrong size on BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue"); \ +static_assert(offsetof(BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue, AkComp) == 0x000000, "Member 'BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue::AkComp' has a wrong offset!"); \ +static_assert(offsetof(BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue, AkEvent) == 0x000008, "Member 'BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue, ReturnValue) == 0x000010, "Member 'BGUEnvironmentItemStateMachineActorBase_PlayAkEventWithDialogue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEnvironmentItemStateMachineActorBase_OnCollisionBeginOverlap \ +static_assert(alignof(BGUEnvironmentItemStateMachineActorBase_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on BGUEnvironmentItemStateMachineActorBase_OnCollisionBeginOverlap"); \ +static_assert(sizeof(BGUEnvironmentItemStateMachineActorBase_OnCollisionBeginOverlap) == 0x000008, "Wrong size on BGUEnvironmentItemStateMachineActorBase_OnCollisionBeginOverlap"); \ +static_assert(offsetof(BGUEnvironmentItemStateMachineActorBase_OnCollisionBeginOverlap, OtherActor) == 0x000000, "Member 'BGUEnvironmentItemStateMachineActorBase_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEnvironmentItemStateMachineActorBase_OnCollisionEndOverlap \ +static_assert(alignof(BGUEnvironmentItemStateMachineActorBase_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on BGUEnvironmentItemStateMachineActorBase_OnCollisionEndOverlap"); \ +static_assert(sizeof(BGUEnvironmentItemStateMachineActorBase_OnCollisionEndOverlap) == 0x000008, "Wrong size on BGUEnvironmentItemStateMachineActorBase_OnCollisionEndOverlap"); \ +static_assert(offsetof(BGUEnvironmentItemStateMachineActorBase_OnCollisionEndOverlap, OtherActor) == 0x000000, "Member 'BGUEnvironmentItemStateMachineActorBase_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUEnvironmentItemStateMachineActorBase \ +static_assert(alignof(ABGUEnvironmentItemStateMachineActorBase) == 0x000008, "Wrong alignment on ABGUEnvironmentItemStateMachineActorBase"); \ +static_assert(sizeof(ABGUEnvironmentItemStateMachineActorBase) == 0x000308, "Wrong size on ABGUEnvironmentItemStateMachineActorBase"); \ + +#define DUMPER7_ASSERTS_BgmVolumeFunctionBinder_OnCollisionBeginOverlap \ +static_assert(alignof(BgmVolumeFunctionBinder_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on BgmVolumeFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(sizeof(BgmVolumeFunctionBinder_OnCollisionBeginOverlap) == 0x000108, "Wrong size on BgmVolumeFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BgmVolumeFunctionBinder_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'BgmVolumeFunctionBinder_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'BgmVolumeFunctionBinder_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BgmVolumeFunctionBinder_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'BgmVolumeFunctionBinder_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BgmVolumeFunctionBinder_OnCollisionEndOverlap \ +static_assert(alignof(BgmVolumeFunctionBinder_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on BgmVolumeFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(sizeof(BgmVolumeFunctionBinder_OnCollisionEndOverlap) == 0x000108, "Wrong size on BgmVolumeFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'BgmVolumeFunctionBinder_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'BgmVolumeFunctionBinder_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'BgmVolumeFunctionBinder_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BgmVolumeFunctionBinder_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnCollisionEndOverlap, SweepResult) == 0x000020, "Member 'BgmVolumeFunctionBinder_OnCollisionEndOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BgmVolumeFunctionBinder_OnActorLeave \ +static_assert(alignof(BgmVolumeFunctionBinder_OnActorLeave) == 0x000008, "Wrong alignment on BgmVolumeFunctionBinder_OnActorLeave"); \ +static_assert(sizeof(BgmVolumeFunctionBinder_OnActorLeave) == 0x000010, "Wrong size on BgmVolumeFunctionBinder_OnActorLeave"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnActorLeave, OverlapActor) == 0x000000, "Member 'BgmVolumeFunctionBinder_OnActorLeave::OverlapActor' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnActorLeave, OtherActor) == 0x000008, "Member 'BgmVolumeFunctionBinder_OnActorLeave::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BgmVolumeFunctionBinder_OnActorEnter \ +static_assert(alignof(BgmVolumeFunctionBinder_OnActorEnter) == 0x000008, "Wrong alignment on BgmVolumeFunctionBinder_OnActorEnter"); \ +static_assert(sizeof(BgmVolumeFunctionBinder_OnActorEnter) == 0x000010, "Wrong size on BgmVolumeFunctionBinder_OnActorEnter"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnActorEnter, OverlapActor) == 0x000000, "Member 'BgmVolumeFunctionBinder_OnActorEnter::OverlapActor' has a wrong offset!"); \ +static_assert(offsetof(BgmVolumeFunctionBinder_OnActorEnter, OtherActor) == 0x000008, "Member 'BgmVolumeFunctionBinder_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBgmVolumeFunctionBinder \ +static_assert(alignof(UBgmVolumeFunctionBinder) == 0x000008, "Wrong alignment on UBgmVolumeFunctionBinder"); \ +static_assert(sizeof(UBgmVolumeFunctionBinder) == 0x000028, "Wrong size on UBgmVolumeFunctionBinder"); \ + +#define DUMPER7_ASSERTS_UBAIT_FSMEvent_Custom \ +static_assert(alignof(UBAIT_FSMEvent_Custom) == 0x000008, "Wrong alignment on UBAIT_FSMEvent_Custom"); \ +static_assert(sizeof(UBAIT_FSMEvent_Custom) == 0x0000B0, "Wrong size on UBAIT_FSMEvent_Custom"); \ +static_assert(offsetof(UBAIT_FSMEvent_Custom, Event) == 0x0000A8, "Member 'UBAIT_FSMEvent_Custom::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSRecreateClothing_GSNotifyCS \ +static_assert(alignof(BAN_GSRecreateClothing_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSRecreateClothing_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSRecreateClothing_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSRecreateClothing_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSRecreateClothing_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSRecreateClothing_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSRecreateClothing \ +static_assert(alignof(UBAN_GSRecreateClothing) == 0x000008, "Wrong alignment on UBAN_GSRecreateClothing"); \ +static_assert(sizeof(UBAN_GSRecreateClothing) == 0x000050, "Wrong size on UBAN_GSRecreateClothing"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckInAngle \ +static_assert(alignof(UBAID_CheckInAngle) == 0x000008, "Wrong alignment on UBAID_CheckInAngle"); \ +static_assert(sizeof(UBAID_CheckInAngle) == 0x0000B0, "Wrong size on UBAID_CheckInAngle"); \ +static_assert(offsetof(UBAID_CheckInAngle, CheckTarget) == 0x000090, "Member 'UBAID_CheckInAngle::CheckTarget' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckInAngle, LeftAngle) == 0x000094, "Member 'UBAID_CheckInAngle::LeftAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckInAngle, RightAngle) == 0x000098, "Member 'UBAID_CheckInAngle::RightAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckInAngle, DirectionBaseSocket) == 0x0000A0, "Member 'UBAID_CheckInAngle::DirectionBaseSocket' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckInAngle, ForwardSocket) == 0x0000A8, "Member 'UBAID_CheckInAngle::ForwardSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ModularMgrConfigComp \ +static_assert(alignof(UBUS_ModularMgrConfigComp) == 0x000008, "Wrong alignment on UBUS_ModularMgrConfigComp"); \ +static_assert(sizeof(UBUS_ModularMgrConfigComp) == 0x000148, "Wrong size on UBUS_ModularMgrConfigComp"); \ +static_assert(offsetof(UBUS_ModularMgrConfigComp, ModularFolderPath) == 0x0000C8, "Member 'UBUS_ModularMgrConfigComp::ModularFolderPath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ModularMgrConfigComp, ModularActorTemplate) == 0x0000D8, "Member 'UBUS_ModularMgrConfigComp::ModularActorTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ModularMgrConfigComp, ContextTamerActor) == 0x0000E0, "Member 'UBUS_ModularMgrConfigComp::ContextTamerActor' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ModularMgrConfigComp, ModularActorSpawnInnerRange) == 0x0000EC, "Member 'UBUS_ModularMgrConfigComp::ModularActorSpawnInnerRange' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ModularMgrConfigComp, ModularActorSpawnOuterRange) == 0x0000F0, "Member 'UBUS_ModularMgrConfigComp::ModularActorSpawnOuterRange' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ModularMgrConfigComp, BreakDownProjectileMap) == 0x0000F8, "Member 'UBUS_ModularMgrConfigComp::BreakDownProjectileMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFluidHeightmapSettings \ +static_assert(alignof(UFluidHeightmapSettings) == 0x000008, "Wrong alignment on UFluidHeightmapSettings"); \ +static_assert(sizeof(UFluidHeightmapSettings) == 0x000028, "Wrong size on UFluidHeightmapSettings"); \ + +#define DUMPER7_ASSERTS_BAN_GSSimulatePhysics_GSNotifyCS \ +static_assert(alignof(BAN_GSSimulatePhysics_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSimulatePhysics_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSimulatePhysics_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSimulatePhysics_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSimulatePhysics_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSimulatePhysics_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSimulatePhysics \ +static_assert(alignof(UBAN_GSSimulatePhysics) == 0x000008, "Wrong alignment on UBAN_GSSimulatePhysics"); \ +static_assert(sizeof(UBAN_GSSimulatePhysics) == 0x000058, "Wrong size on UBAN_GSSimulatePhysics"); \ + +#define DUMPER7_ASSERTS_FunctionBinder_AudioSystem_RoomSetSwitch \ +static_assert(alignof(FunctionBinder_AudioSystem_RoomSetSwitch) == 0x000008, "Wrong alignment on FunctionBinder_AudioSystem_RoomSetSwitch"); \ +static_assert(sizeof(FunctionBinder_AudioSystem_RoomSetSwitch) == 0x000020, "Wrong size on FunctionBinder_AudioSystem_RoomSetSwitch"); \ +static_assert(offsetof(FunctionBinder_AudioSystem_RoomSetSwitch, SwitchGroup) == 0x000000, "Member 'FunctionBinder_AudioSystem_RoomSetSwitch::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(FunctionBinder_AudioSystem_RoomSetSwitch, SwitchState) == 0x000010, "Member 'FunctionBinder_AudioSystem_RoomSetSwitch::SwitchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFunctionBinder_AudioSystem \ +static_assert(alignof(UFunctionBinder_AudioSystem) == 0x000008, "Wrong alignment on UFunctionBinder_AudioSystem"); \ +static_assert(sizeof(UFunctionBinder_AudioSystem) == 0x000028, "Wrong size on UFunctionBinder_AudioSystem"); \ + +#define DUMPER7_ASSERTS_UBGW_DispInteractMgr \ +static_assert(alignof(UBGW_DispInteractMgr) == 0x000008, "Wrong alignment on UBGW_DispInteractMgr"); \ +static_assert(sizeof(UBGW_DispInteractMgr) == 0x000090, "Wrong size on UBGW_DispInteractMgr"); \ +static_assert(offsetof(UBGW_DispInteractMgr, DispInteractOwner) == 0x000028, "Member 'UBGW_DispInteractMgr::DispInteractOwner' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, Landscape) == 0x000030, "Member 'UBGW_DispInteractMgr::Landscape' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, LS_HeightMap) == 0x000038, "Member 'UBGW_DispInteractMgr::LS_HeightMap' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, LS_WeightMap) == 0x000040, "Member 'UBGW_DispInteractMgr::LS_WeightMap' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, LandscapeOriginOffset) == 0x000048, "Member 'UBGW_DispInteractMgr::LandscapeOriginOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, LS_MinX) == 0x000060, "Member 'UBGW_DispInteractMgr::LS_MinX' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, LS_MinY) == 0x000064, "Member 'UBGW_DispInteractMgr::LS_MinY' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, LS_MaxX) == 0x000068, "Member 'UBGW_DispInteractMgr::LS_MaxX' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, LS_MaxY) == 0x00006C, "Member 'UBGW_DispInteractMgr::LS_MaxY' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, MaxHeight) == 0x000070, "Member 'UBGW_DispInteractMgr::MaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, SimulationSize_cm) == 0x000074, "Member 'UBGW_DispInteractMgr::SimulationSize_cm' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, InteractiveData_StorageSize_cm) == 0x000078, "Member 'UBGW_DispInteractMgr::InteractiveData_StorageSize_cm' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, InteractDistLimitToDispActor) == 0x00007C, "Member 'UBGW_DispInteractMgr::InteractDistLimitToDispActor' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, NS_Landscape_Interactive) == 0x000080, "Member 'UBGW_DispInteractMgr::NS_Landscape_Interactive' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DispInteractMgr, NS_Landscape_Simulator) == 0x000088, "Member 'UBGW_DispInteractMgr::NS_Landscape_Simulator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerWinePartner_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTriggerWinePartner_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTriggerWinePartner_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTriggerWinePartner_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTriggerWinePartner_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerWinePartner_GSNotifyCS \ +static_assert(alignof(BAN_GSTriggerWinePartner_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTriggerWinePartner_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTriggerWinePartner_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTriggerWinePartner_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTriggerWinePartner_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTriggerWinePartner_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTriggerWinePartner \ +static_assert(alignof(UBAN_GSTriggerWinePartner) == 0x000008, "Wrong alignment on UBAN_GSTriggerWinePartner"); \ +static_assert(sizeof(UBAN_GSTriggerWinePartner) == 0x000058, "Wrong size on UBAN_GSTriggerWinePartner"); \ +static_assert(offsetof(UBAN_GSTriggerWinePartner, TriggerId) == 0x000050, "Member 'UBAN_GSTriggerWinePartner::TriggerId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GainItem_GSNotifyCS \ +static_assert(alignof(BAN_GainItem_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GainItem_GSNotifyCS"); \ +static_assert(sizeof(BAN_GainItem_GSNotifyCS) == 0x000048, "Wrong size on BAN_GainItem_GSNotifyCS"); \ +static_assert(offsetof(BAN_GainItem_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GainItem_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GainItem \ +static_assert(alignof(UBAN_GainItem) == 0x000008, "Wrong alignment on UBAN_GainItem"); \ +static_assert(sizeof(UBAN_GainItem) == 0x000058, "Wrong size on UBAN_GainItem"); \ +static_assert(offsetof(UBAN_GainItem, ItemId) == 0x000050, "Member 'UBAN_GainItem::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIReqDirDamage \ +static_assert(alignof(UAIReqDirDamage) == 0x000008, "Wrong alignment on UAIReqDirDamage"); \ +static_assert(sizeof(UAIReqDirDamage) == 0x000048, "Wrong size on UAIReqDirDamage"); \ + +#define DUMPER7_ASSERTS_UBUS_TriggerObjDataComp \ +static_assert(alignof(UBUS_TriggerObjDataComp) == 0x000008, "Wrong alignment on UBUS_TriggerObjDataComp"); \ +static_assert(sizeof(UBUS_TriggerObjDataComp) == 0x0000D0, "Wrong size on UBUS_TriggerObjDataComp"); \ + +#define DUMPER7_ASSERTS_BAN_GSFinishSeedSubmitAnim_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSFinishSeedSubmitAnim_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSFinishSeedSubmitAnim_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSFinishSeedSubmitAnim_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSFinishSeedSubmitAnim_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSFinishSeedSubmitAnim_GSNotifyCS \ +static_assert(alignof(BAN_GSFinishSeedSubmitAnim_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSFinishSeedSubmitAnim_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSFinishSeedSubmitAnim_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSFinishSeedSubmitAnim_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSFinishSeedSubmitAnim_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSFinishSeedSubmitAnim_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSFinishSeedSubmitAnim \ +static_assert(alignof(UBAN_GSFinishSeedSubmitAnim) == 0x000008, "Wrong alignment on UBAN_GSFinishSeedSubmitAnim"); \ +static_assert(sizeof(UBAN_GSFinishSeedSubmitAnim) == 0x000050, "Wrong size on UBAN_GSFinishSeedSubmitAnim"); \ + +#define DUMPER7_ASSERTS_BAN_PlayDBCWithTargetInfo_GSNotifyCS \ +static_assert(alignof(BAN_PlayDBCWithTargetInfo_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_PlayDBCWithTargetInfo_GSNotifyCS"); \ +static_assert(sizeof(BAN_PlayDBCWithTargetInfo_GSNotifyCS) == 0x000048, "Wrong size on BAN_PlayDBCWithTargetInfo_GSNotifyCS"); \ +static_assert(offsetof(BAN_PlayDBCWithTargetInfo_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_PlayDBCWithTargetInfo_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_PlayDBCWithTargetInfo \ +static_assert(alignof(UBAN_PlayDBCWithTargetInfo) == 0x000008, "Wrong alignment on UBAN_PlayDBCWithTargetInfo"); \ +static_assert(sizeof(UBAN_PlayDBCWithTargetInfo) == 0x000060, "Wrong size on UBAN_PlayDBCWithTargetInfo"); \ +static_assert(offsetof(UBAN_PlayDBCWithTargetInfo, DBCOwnerType) == 0x000050, "Member 'UBAN_PlayDBCWithTargetInfo::DBCOwnerType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_PlayDBCWithTargetInfo, MinorTargetType) == 0x000051, "Member 'UBAN_PlayDBCWithTargetInfo::MinorTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_PlayDBCWithTargetInfo, DBC) == 0x000058, "Member 'UBAN_PlayDBCWithTargetInfo::DBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BPS_GSEventCollection_EndPlayInCS \ +static_assert(alignof(BPS_GSEventCollection_EndPlayInCS) == 0x000001, "Wrong alignment on BPS_GSEventCollection_EndPlayInCS"); \ +static_assert(sizeof(BPS_GSEventCollection_EndPlayInCS) == 0x000001, "Wrong size on BPS_GSEventCollection_EndPlayInCS"); \ +static_assert(offsetof(BPS_GSEventCollection_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'BPS_GSEventCollection_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPS_GSEventCollection \ +static_assert(alignof(UBPS_GSEventCollection) == 0x000008, "Wrong alignment on UBPS_GSEventCollection"); \ +static_assert(sizeof(UBPS_GSEventCollection) == 0x0000D0, "Wrong size on UBPS_GSEventCollection"); \ + +#define DUMPER7_ASSERTS_GSEQG_NeutralAnimalSpawnPoints_DoItemGenerationCS \ +static_assert(alignof(GSEQG_NeutralAnimalSpawnPoints_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_NeutralAnimalSpawnPoints_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_NeutralAnimalSpawnPoints_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_NeutralAnimalSpawnPoints_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_NeutralAnimalSpawnPoints_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_NeutralAnimalSpawnPoints_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_NeutralAnimalSpawnPoints \ +static_assert(alignof(UGSEQG_NeutralAnimalSpawnPoints) == 0x000008, "Wrong alignment on UGSEQG_NeutralAnimalSpawnPoints"); \ +static_assert(sizeof(UGSEQG_NeutralAnimalSpawnPoints) == 0x000110, "Wrong size on UGSEQG_NeutralAnimalSpawnPoints"); \ +static_assert(offsetof(UGSEQG_NeutralAnimalSpawnPoints, PointBetween) == 0x000108, "Member 'UGSEQG_NeutralAnimalSpawnPoints::PointBetween' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_Suicide_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_Suicide_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_Suicide_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_Suicide_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_Suicide_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_Suicide_GSNotifyCS \ +static_assert(alignof(BAN_Suicide_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_Suicide_GSNotifyCS"); \ +static_assert(sizeof(BAN_Suicide_GSNotifyCS) == 0x000048, "Wrong size on BAN_Suicide_GSNotifyCS"); \ +static_assert(offsetof(BAN_Suicide_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_Suicide_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_Suicide \ +static_assert(alignof(UBAN_Suicide) == 0x000008, "Wrong alignment on UBAN_Suicide"); \ +static_assert(sizeof(UBAN_Suicide) == 0x000050, "Wrong size on UBAN_Suicide"); \ + +#define DUMPER7_ASSERTS_BAN_SwitchTransSpellSolution_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_SwitchTransSpellSolution_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_SwitchTransSpellSolution_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_SwitchTransSpellSolution_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_SwitchTransSpellSolution_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_SwitchTransSpellSolution_GetNotifyName \ +static_assert(alignof(BAN_SwitchTransSpellSolution_GetNotifyName) == 0x000008, "Wrong alignment on BAN_SwitchTransSpellSolution_GetNotifyName"); \ +static_assert(sizeof(BAN_SwitchTransSpellSolution_GetNotifyName) == 0x000010, "Wrong size on BAN_SwitchTransSpellSolution_GetNotifyName"); \ +static_assert(offsetof(BAN_SwitchTransSpellSolution_GetNotifyName, ReturnValue) == 0x000000, "Member 'BAN_SwitchTransSpellSolution_GetNotifyName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_SwitchTransSpellSolution_GSNotifyCS \ +static_assert(alignof(BAN_SwitchTransSpellSolution_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_SwitchTransSpellSolution_GSNotifyCS"); \ +static_assert(sizeof(BAN_SwitchTransSpellSolution_GSNotifyCS) == 0x000048, "Wrong size on BAN_SwitchTransSpellSolution_GSNotifyCS"); \ +static_assert(offsetof(BAN_SwitchTransSpellSolution_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_SwitchTransSpellSolution_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_SwitchTransSpellSolution \ +static_assert(alignof(UBAN_SwitchTransSpellSolution) == 0x000008, "Wrong alignment on UBAN_SwitchTransSpellSolution"); \ +static_assert(sizeof(UBAN_SwitchTransSpellSolution) == 0x000058, "Wrong size on UBAN_SwitchTransSpellSolution"); \ +static_assert(offsetof(UBAN_SwitchTransSpellSolution, SolutionID) == 0x000050, "Member 'UBAN_SwitchTransSpellSolution::SolutionID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimModularMesh_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(BUAnimModularMesh_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimModularMesh_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(BUAnimModularMesh_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on BUAnimModularMesh_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(BUAnimModularMesh_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'BUAnimModularMesh_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimModularMesh \ +static_assert(alignof(UBUAnimModularMesh) == 0x000010, "Wrong alignment on UBUAnimModularMesh"); \ +static_assert(sizeof(UBUAnimModularMesh) == 0x000380, "Wrong size on UBUAnimModularMesh"); \ +static_assert(offsetof(UBUAnimModularMesh, LoopAnimation) == 0x000350, "Member 'UBUAnimModularMesh::LoopAnimation' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimModularMesh, MappedSpeed) == 0x00035C, "Member 'UBUAnimModularMesh::MappedSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimModularMesh, FakeInertia) == 0x000360, "Member 'UBUAnimModularMesh::FakeInertia' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimModularMesh, SpeedToInertiaScale) == 0x000378, "Member 'UBUAnimModularMesh::SpeedToInertiaScale' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimModularMesh, MinInertiaFactor) == 0x00037C, "Member 'UBUAnimModularMesh::MinInertiaFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGS_EventCollectionCS \ +static_assert(alignof(UBGS_EventCollectionCS) == 0x000008, "Wrong alignment on UBGS_EventCollectionCS"); \ +static_assert(sizeof(UBGS_EventCollectionCS) == 0x000110, "Wrong size on UBGS_EventCollectionCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSpawnStaticMeshActor_GSNotifyCS \ +static_assert(alignof(BAN_GSSpawnStaticMeshActor_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSpawnStaticMeshActor_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSpawnStaticMeshActor_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSpawnStaticMeshActor_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSpawnStaticMeshActor_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSpawnStaticMeshActor_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSpawnStaticMeshActor \ +static_assert(alignof(UBAN_GSSpawnStaticMeshActor) == 0x000008, "Wrong alignment on UBAN_GSSpawnStaticMeshActor"); \ +static_assert(sizeof(UBAN_GSSpawnStaticMeshActor) == 0x000060, "Wrong size on UBAN_GSSpawnStaticMeshActor"); \ +static_assert(offsetof(UBAN_GSSpawnStaticMeshActor, StaticMeshActorSetting) == 0x000058, "Member 'UBAN_GSSpawnStaticMeshActor::StaticMeshActorSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_FXAnimalCommComp_StartEscape \ +static_assert(alignof(BUS_FXAnimalCommComp_StartEscape) == 0x000008, "Wrong alignment on BUS_FXAnimalCommComp_StartEscape"); \ +static_assert(sizeof(BUS_FXAnimalCommComp_StartEscape) == 0x000108, "Wrong size on BUS_FXAnimalCommComp_StartEscape"); \ +static_assert(offsetof(BUS_FXAnimalCommComp_StartEscape, OverlappedComponent) == 0x000000, "Member 'BUS_FXAnimalCommComp_StartEscape::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_FXAnimalCommComp_StartEscape, OtherActor) == 0x000008, "Member 'BUS_FXAnimalCommComp_StartEscape::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_FXAnimalCommComp_StartEscape, OtherComp) == 0x000010, "Member 'BUS_FXAnimalCommComp_StartEscape::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_FXAnimalCommComp_StartEscape, OtherBodyIndex) == 0x000018, "Member 'BUS_FXAnimalCommComp_StartEscape::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_FXAnimalCommComp_StartEscape, SweepResult) == 0x000020, "Member 'BUS_FXAnimalCommComp_StartEscape::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FXAnimalCommComp \ +static_assert(alignof(UBUS_FXAnimalCommComp) == 0x000008, "Wrong alignment on UBUS_FXAnimalCommComp"); \ +static_assert(sizeof(UBUS_FXAnimalCommComp) == 0x000028, "Wrong size on UBUS_FXAnimalCommComp"); \ + +#define DUMPER7_ASSERTS_UBARootMotionMove \ +static_assert(alignof(UBARootMotionMove) == 0x000008, "Wrong alignment on UBARootMotionMove"); \ +static_assert(sizeof(UBARootMotionMove) == 0x000048, "Wrong size on UBARootMotionMove"); \ +static_assert(offsetof(UBARootMotionMove, ReqMoveToLoc) == 0x000040, "Member 'UBARootMotionMove::ReqMoveToLoc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_GSEventCollection_EndPlayInCS \ +static_assert(alignof(BUS_GSEventCollection_EndPlayInCS) == 0x000001, "Wrong alignment on BUS_GSEventCollection_EndPlayInCS"); \ +static_assert(sizeof(BUS_GSEventCollection_EndPlayInCS) == 0x000001, "Wrong size on BUS_GSEventCollection_EndPlayInCS"); \ +static_assert(offsetof(BUS_GSEventCollection_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'BUS_GSEventCollection_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GSEventCollection \ +static_assert(alignof(UBUS_GSEventCollection) == 0x000008, "Wrong alignment on UBUS_GSEventCollection"); \ +static_assert(sizeof(UBUS_GSEventCollection) == 0x0000D0, "Wrong size on UBUS_GSEventCollection"); \ + +#define DUMPER7_ASSERTS_BUAbnormalDispMuseum_ReceiveTick \ +static_assert(alignof(BUAbnormalDispMuseum_ReceiveTick) == 0x000004, "Wrong alignment on BUAbnormalDispMuseum_ReceiveTick"); \ +static_assert(sizeof(BUAbnormalDispMuseum_ReceiveTick) == 0x000004, "Wrong size on BUAbnormalDispMuseum_ReceiveTick"); \ +static_assert(offsetof(BUAbnormalDispMuseum_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BUAbnormalDispMuseum_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUAbnormalDispMuseum \ +static_assert(alignof(ABUAbnormalDispMuseum) == 0x000008, "Wrong alignment on ABUAbnormalDispMuseum"); \ +static_assert(sizeof(ABUAbnormalDispMuseum) == 0x000430, "Wrong size on ABUAbnormalDispMuseum"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, Root) == 0x000308, "Member 'ABUAbnormalDispMuseum::Root' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, SKMeshActors) == 0x000310, "Member 'ABUAbnormalDispMuseum::SKMeshActors' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, SKMeshActors_WithRowIndex) == 0x000320, "Member 'ABUAbnormalDispMuseum::SKMeshActors_WithRowIndex' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, SKMap) == 0x000370, "Member 'ABUAbnormalDispMuseum::SKMap' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, SKMap_Conflict) == 0x0003C0, "Member 'ABUAbnormalDispMuseum::SKMap_Conflict' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, csvFilePath) == 0x0003D0, "Member 'ABUAbnormalDispMuseum::csvFilePath' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, ImmueStaticMesh) == 0x0003E0, "Member 'ABUAbnormalDispMuseum::ImmueStaticMesh' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, DebugNumerClass) == 0x0003E8, "Member 'ABUAbnormalDispMuseum::DebugNumerClass' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, RowIndex) == 0x0003F0, "Member 'ABUAbnormalDispMuseum::RowIndex' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, AttackerDispID) == 0x0003F4, "Member 'ABUAbnormalDispMuseum::AttackerDispID' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, AbnormalType) == 0x0003F8, "Member 'ABUAbnormalDispMuseum::AbnormalType' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, ActionTypeList) == 0x000400, "Member 'ABUAbnormalDispMuseum::ActionTypeList' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, ActionTypeList_FreezeExt) == 0x000410, "Member 'ABUAbnormalDispMuseum::ActionTypeList_FreezeExt' has a wrong offset!"); \ +static_assert(offsetof(ABUAbnormalDispMuseum, CurSelectedActors) == 0x000420, "Member 'ABUAbnormalDispMuseum::CurSelectedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSParkourLandCanMove_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSParkourLandCanMove_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSParkourLandCanMove_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSParkourLandCanMove_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSParkourLandCanMove_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSParkourLandCanMove_GSNotifyCS \ +static_assert(alignof(BAN_GSParkourLandCanMove_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSParkourLandCanMove_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSParkourLandCanMove_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSParkourLandCanMove_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSParkourLandCanMove_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSParkourLandCanMove_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSParkourLandCanMove \ +static_assert(alignof(UBAN_GSParkourLandCanMove) == 0x000008, "Wrong alignment on UBAN_GSParkourLandCanMove"); \ +static_assert(sizeof(UBAN_GSParkourLandCanMove) == 0x000050, "Wrong size on UBAN_GSParkourLandCanMove"); \ + +#define DUMPER7_ASSERTS_UBUS_ManualSplineMoveVolumeDataComp \ +static_assert(alignof(UBUS_ManualSplineMoveVolumeDataComp) == 0x000008, "Wrong alignment on UBUS_ManualSplineMoveVolumeDataComp"); \ +static_assert(sizeof(UBUS_ManualSplineMoveVolumeDataComp) == 0x0000D0, "Wrong size on UBUS_ManualSplineMoveVolumeDataComp"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PreRoll \ +static_assert(alignof(UMovieNodeInstance_PreRoll) == 0x000008, "Wrong alignment on UMovieNodeInstance_PreRoll"); \ +static_assert(sizeof(UMovieNodeInstance_PreRoll) == 0x000028, "Wrong size on UMovieNodeInstance_PreRoll"); \ + +#define DUMPER7_ASSERTS_ABGP_PlayerControllerB1 \ +static_assert(alignof(ABGP_PlayerControllerB1) == 0x000008, "Wrong alignment on ABGP_PlayerControllerB1"); \ +static_assert(sizeof(ABGP_PlayerControllerB1) == 0x000808, "Wrong size on ABGP_PlayerControllerB1"); \ + +#define DUMPER7_ASSERTS_BGULightFlickerComp_TickComponentInCS \ +static_assert(alignof(BGULightFlickerComp_TickComponentInCS) == 0x000004, "Wrong alignment on BGULightFlickerComp_TickComponentInCS"); \ +static_assert(sizeof(BGULightFlickerComp_TickComponentInCS) == 0x000004, "Wrong size on BGULightFlickerComp_TickComponentInCS"); \ +static_assert(offsetof(BGULightFlickerComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BGULightFlickerComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGULightFlickerComp_OverrideProperty \ +static_assert(alignof(BGULightFlickerComp_OverrideProperty) == 0x000008, "Wrong alignment on BGULightFlickerComp_OverrideProperty"); \ +static_assert(sizeof(BGULightFlickerComp_OverrideProperty) == 0x000030, "Wrong size on BGULightFlickerComp_OverrideProperty"); \ +static_assert(offsetof(BGULightFlickerComp_OverrideProperty, flickRange_0) == 0x000000, "Member 'BGULightFlickerComp_OverrideProperty::flickRange_0' has a wrong offset!"); \ +static_assert(offsetof(BGULightFlickerComp_OverrideProperty, flickTimeRandomMin_0) == 0x000004, "Member 'BGULightFlickerComp_OverrideProperty::flickTimeRandomMin_0' has a wrong offset!"); \ +static_assert(offsetof(BGULightFlickerComp_OverrideProperty, flickTimeRandomMax_0) == 0x000008, "Member 'BGULightFlickerComp_OverrideProperty::flickTimeRandomMax_0' has a wrong offset!"); \ +static_assert(offsetof(BGULightFlickerComp_OverrideProperty, randomRemapPower_0) == 0x00000C, "Member 'BGULightFlickerComp_OverrideProperty::randomRemapPower_0' has a wrong offset!"); \ +static_assert(offsetof(BGULightFlickerComp_OverrideProperty, destroyTime_0) == 0x000010, "Member 'BGULightFlickerComp_OverrideProperty::destroyTime_0' has a wrong offset!"); \ +static_assert(offsetof(BGULightFlickerComp_OverrideProperty, posFlickRange_0) == 0x000018, "Member 'BGULightFlickerComp_OverrideProperty::posFlickRange_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGULightFlickerComp \ +static_assert(alignof(UBGULightFlickerComp) == 0x000008, "Wrong alignment on UBGULightFlickerComp"); \ +static_assert(sizeof(UBGULightFlickerComp) == 0x000100, "Wrong size on UBGULightFlickerComp"); \ +static_assert(offsetof(UBGULightFlickerComp, flickRange) == 0x0000D0, "Member 'UBGULightFlickerComp::flickRange' has a wrong offset!"); \ +static_assert(offsetof(UBGULightFlickerComp, flickTimeRandomMin) == 0x0000D4, "Member 'UBGULightFlickerComp::flickTimeRandomMin' has a wrong offset!"); \ +static_assert(offsetof(UBGULightFlickerComp, flickTimeRandomMax) == 0x0000D8, "Member 'UBGULightFlickerComp::flickTimeRandomMax' has a wrong offset!"); \ +static_assert(offsetof(UBGULightFlickerComp, randomRemapPower) == 0x0000DC, "Member 'UBGULightFlickerComp::randomRemapPower' has a wrong offset!"); \ +static_assert(offsetof(UBGULightFlickerComp, destroyTime) == 0x0000E0, "Member 'UBGULightFlickerComp::destroyTime' has a wrong offset!"); \ +static_assert(offsetof(UBGULightFlickerComp, posFlickRange) == 0x0000E8, "Member 'UBGULightFlickerComp::posFlickRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitLocalPlayerFillLoginOption::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGULightFlickerForSequenceComp_TickComponentInCS \ +static_assert(alignof(BGULightFlickerForSequenceComp_TickComponentInCS) == 0x000004, "Wrong alignment on BGULightFlickerForSequenceComp_TickComponentInCS"); \ +static_assert(sizeof(BGULightFlickerForSequenceComp_TickComponentInCS) == 0x000004, "Wrong size on BGULightFlickerForSequenceComp_TickComponentInCS"); \ +static_assert(offsetof(BGULightFlickerForSequenceComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BGULightFlickerForSequenceComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGULightFlickerForSequenceComp \ +static_assert(alignof(UBGULightFlickerForSequenceComp) == 0x000008, "Wrong alignment on UBGULightFlickerForSequenceComp"); \ +static_assert(sizeof(UBGULightFlickerForSequenceComp) == 0x000110, "Wrong size on UBGULightFlickerForSequenceComp"); \ +static_assert(offsetof(UBGULightFlickerForSequenceComp, StartIntensity) == 0x000100, "Member 'UBGULightFlickerForSequenceComp::StartIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBGULightFlickerForSequenceComp, TargetIntensity) == 0x000104, "Member 'UBGULightFlickerForSequenceComp::TargetIntensity' has a wrong offset!"); \ +static_assert(offsetof(UBGULightFlickerForSequenceComp, LerpTime) == 0x000108, "Member 'UBGULightFlickerForSequenceComp::LerpTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckSummonBehaviorShouldUseSkill \ +static_assert(alignof(UBAID_CheckSummonBehaviorShouldUseSkill) == 0x000008, "Wrong alignment on UBAID_CheckSummonBehaviorShouldUseSkill"); \ +static_assert(sizeof(UBAID_CheckSummonBehaviorShouldUseSkill) == 0x000090, "Wrong size on UBAID_CheckSummonBehaviorShouldUseSkill"); \ + +#define DUMPER7_ASSERTS_UFOnIsSelectingKeyChangedWrapper \ +static_assert(alignof(UFOnIsSelectingKeyChangedWrapper) == 0x000008, "Wrong alignment on UFOnIsSelectingKeyChangedWrapper"); \ +static_assert(sizeof(UFOnIsSelectingKeyChangedWrapper) == 0x000028, "Wrong size on UFOnIsSelectingKeyChangedWrapper"); \ + +#define DUMPER7_ASSERTS_ABGUTreeBirdSpawnMgr \ +static_assert(alignof(ABGUTreeBirdSpawnMgr) == 0x000008, "Wrong alignment on ABGUTreeBirdSpawnMgr"); \ +static_assert(sizeof(ABGUTreeBirdSpawnMgr) == 0x000320, "Wrong size on ABGUTreeBirdSpawnMgr"); \ +static_assert(offsetof(ABGUTreeBirdSpawnMgr, Root) == 0x000308, "Member 'ABGUTreeBirdSpawnMgr::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUTreeBirdSpawnMgr, ConfigComp) == 0x000310, "Member 'ABGUTreeBirdSpawnMgr::ConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUTreeBirdSpawnMgr, DrawDebugTime) == 0x000318, "Member 'ABGUTreeBirdSpawnMgr::DrawDebugTime' has a wrong offset!"); \ +static_assert(offsetof(ABGUTreeBirdSpawnMgr, DrawDebugThickness) == 0x00031C, "Member 'ABGUTreeBirdSpawnMgr::DrawDebugThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback \ +static_assert(alignof(FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback) == 0x000008, "Wrong alignment on FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback"); \ +static_assert(sizeof(FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback) == 0x000020, "Wrong size on FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback"); \ +static_assert(offsetof(FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback, Text) == 0x000000, "Member 'FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback::Text' has a wrong offset!"); \ +static_assert(offsetof(FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback, CommitMethod) == 0x000018, "Member 'FOnMultiLineEditableTextBoxCommittedEventWrapper_Callback::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnMultiLineEditableTextBoxCommittedEventWrapper \ +static_assert(alignof(UFOnMultiLineEditableTextBoxCommittedEventWrapper) == 0x000008, "Wrong alignment on UFOnMultiLineEditableTextBoxCommittedEventWrapper"); \ +static_assert(sizeof(UFOnMultiLineEditableTextBoxCommittedEventWrapper) == 0x000028, "Wrong size on UFOnMultiLineEditableTextBoxCommittedEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBAIS_Base \ +static_assert(alignof(UBAIS_Base) == 0x000008, "Wrong alignment on UBAIS_Base"); \ +static_assert(sizeof(UBAIS_Base) == 0x000098, "Wrong size on UBAIS_Base"); \ + +#define DUMPER7_ASSERTS_UBUS_NameTriggerConfigComp \ +static_assert(alignof(UBUS_NameTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_NameTriggerConfigComp"); \ +static_assert(sizeof(UBUS_NameTriggerConfigComp) == 0x0000D0, "Wrong size on UBUS_NameTriggerConfigComp"); \ +static_assert(offsetof(UBUS_NameTriggerConfigComp, NameID) == 0x0000C8, "Member 'UBUS_NameTriggerConfigComp::NameID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NameTriggerConfigComp, Duration) == 0x0000CC, "Member 'UBUS_NameTriggerConfigComp::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_DebugComm \ +static_assert(alignof(UBUI_DebugComm) == 0x000008, "Wrong alignment on UBUI_DebugComm"); \ +static_assert(sizeof(UBUI_DebugComm) == 0x0003E0, "Wrong size on UBUI_DebugComm"); \ +static_assert(offsetof(UBUI_DebugComm, OwnerActor) == 0x0003D8, "Member 'UBUI_DebugComm::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_AiConversation_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_AiConversation_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_AiConversation_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_AiConversation_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_AiConversation_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_AiConversation_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_AiConversation_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_AiConversation_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_AiConversation_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_AiConversation_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_AiConversation_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_AiConversation_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_AiConversation_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_AiConversation_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_AiConversation \ +static_assert(alignof(UBED_BehaviorNode_AiConversation) == 0x000008, "Wrong alignment on UBED_BehaviorNode_AiConversation"); \ +static_assert(sizeof(UBED_BehaviorNode_AiConversation) == 0x0002B0, "Wrong size on UBED_BehaviorNode_AiConversation"); \ +static_assert(offsetof(UBED_BehaviorNode_AiConversation, AiConversationContentIDList) == 0x0002A0, "Member 'UBED_BehaviorNode_AiConversation::AiConversationContentIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUMedicineBasketActor \ +static_assert(alignof(ABGUMedicineBasketActor) == 0x000008, "Wrong alignment on ABGUMedicineBasketActor"); \ +static_assert(sizeof(ABGUMedicineBasketActor) == 0x000330, "Wrong size on ABGUMedicineBasketActor"); \ + +#define DUMPER7_ASSERTS_UBAID_DistanceCheckTest \ +static_assert(alignof(UBAID_DistanceCheckTest) == 0x000008, "Wrong alignment on UBAID_DistanceCheckTest"); \ +static_assert(sizeof(UBAID_DistanceCheckTest) == 0x0000A0, "Wrong size on UBAID_DistanceCheckTest"); \ +static_assert(offsetof(UBAID_DistanceCheckTest, CheckTarget) == 0x000090, "Member 'UBAID_DistanceCheckTest::CheckTarget' has a wrong offset!"); \ +static_assert(offsetof(UBAID_DistanceCheckTest, CheckDistanceType) == 0x000091, "Member 'UBAID_DistanceCheckTest::CheckDistanceType' has a wrong offset!"); \ +static_assert(offsetof(UBAID_DistanceCheckTest, Distance) == 0x000094, "Member 'UBAID_DistanceCheckTest::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_TamerMonster_GatherActorListsForConnectionCS \ +static_assert(alignof(B1ReplicationGraphNode_TamerMonster_GatherActorListsForConnectionCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_TamerMonster_GatherActorListsForConnectionCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_TamerMonster_GatherActorListsForConnectionCS) == 0x000008, "Wrong size on B1ReplicationGraphNode_TamerMonster_GatherActorListsForConnectionCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_TamerMonster_GatherActorListsForConnectionCS, PlayerController) == 0x000000, "Member 'B1ReplicationGraphNode_TamerMonster_GatherActorListsForConnectionCS::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphNode_TamerMonster \ +static_assert(alignof(UB1ReplicationGraphNode_TamerMonster) == 0x000008, "Wrong alignment on UB1ReplicationGraphNode_TamerMonster"); \ +static_assert(sizeof(UB1ReplicationGraphNode_TamerMonster) == 0x000080, "Wrong size on UB1ReplicationGraphNode_TamerMonster"); \ + +#define DUMPER7_ASSERTS_UBAIT_AdjustTransformBySpline \ +static_assert(alignof(UBAIT_AdjustTransformBySpline) == 0x000008, "Wrong alignment on UBAIT_AdjustTransformBySpline"); \ +static_assert(sizeof(UBAIT_AdjustTransformBySpline) == 0x0000C0, "Wrong size on UBAIT_AdjustTransformBySpline"); \ +static_assert(offsetof(UBAIT_AdjustTransformBySpline, SplineGuid) == 0x0000AC, "Member 'UBAIT_AdjustTransformBySpline::SplineGuid' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_AdjustTransformBySpline, RotateType) == 0x0000B4, "Member 'UBAIT_AdjustTransformBySpline::RotateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_AdjustTransformBySpline, AdjustTime) == 0x0000B8, "Member 'UBAIT_AdjustTransformBySpline::AdjustTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_LoadingScreenPreview_OnSelectionChanged \ +static_assert(alignof(BUI_LoadingScreenPreview_OnSelectionChanged) == 0x000008, "Wrong alignment on BUI_LoadingScreenPreview_OnSelectionChanged"); \ +static_assert(sizeof(BUI_LoadingScreenPreview_OnSelectionChanged) == 0x000018, "Wrong size on BUI_LoadingScreenPreview_OnSelectionChanged"); \ +static_assert(offsetof(BUI_LoadingScreenPreview_OnSelectionChanged, SelectedItem) == 0x000000, "Member 'BUI_LoadingScreenPreview_OnSelectionChanged::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(BUI_LoadingScreenPreview_OnSelectionChanged, SelectionType) == 0x000010, "Member 'BUI_LoadingScreenPreview_OnSelectionChanged::SelectionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_LoadingScreenPreview_OnTextCommitted \ +static_assert(alignof(BUI_LoadingScreenPreview_OnTextCommitted) == 0x000008, "Wrong alignment on BUI_LoadingScreenPreview_OnTextCommitted"); \ +static_assert(sizeof(BUI_LoadingScreenPreview_OnTextCommitted) == 0x000020, "Wrong size on BUI_LoadingScreenPreview_OnTextCommitted"); \ +static_assert(offsetof(BUI_LoadingScreenPreview_OnTextCommitted, Text) == 0x000000, "Member 'BUI_LoadingScreenPreview_OnTextCommitted::Text' has a wrong offset!"); \ +static_assert(offsetof(BUI_LoadingScreenPreview_OnTextCommitted, CommitMethod) == 0x000018, "Member 'BUI_LoadingScreenPreview_OnTextCommitted::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_LoadingScreenPreview \ +static_assert(alignof(UBUI_LoadingScreenPreview) == 0x000008, "Wrong alignment on UBUI_LoadingScreenPreview"); \ +static_assert(sizeof(UBUI_LoadingScreenPreview) == 0x0003D8, "Wrong size on UBUI_LoadingScreenPreview"); \ + +#define DUMPER7_ASSERTS_ABGUManualSplineMoveVolume \ +static_assert(alignof(ABGUManualSplineMoveVolume) == 0x000008, "Wrong alignment on ABGUManualSplineMoveVolume"); \ +static_assert(sizeof(ABGUManualSplineMoveVolume) == 0x000318, "Wrong size on ABGUManualSplineMoveVolume"); \ +static_assert(offsetof(ABGUManualSplineMoveVolume, ManualSplineMoveVolumeComp) == 0x000308, "Member 'ABGUManualSplineMoveVolume::ManualSplineMoveVolumeComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUManualSplineMoveVolume, BoxCollisionComponent) == 0x000310, "Member 'ABGUManualSplineMoveVolume::BoxCollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_CtrlHeroIdConf \ +static_assert(alignof(UBGW_CtrlHeroIdConf) == 0x000008, "Wrong alignment on UBGW_CtrlHeroIdConf"); \ +static_assert(sizeof(UBGW_CtrlHeroIdConf) == 0x000050, "Wrong size on UBGW_CtrlHeroIdConf"); \ +static_assert(offsetof(UBGW_CtrlHeroIdConf, HeroBPArray) == 0x000030, "Member 'UBGW_CtrlHeroIdConf::HeroBPArray' has a wrong offset!"); \ +static_assert(offsetof(UBGW_CtrlHeroIdConf, HeroCtrlRotaSpeed) == 0x000040, "Member 'UBGW_CtrlHeroIdConf::HeroCtrlRotaSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGW_CtrlHeroIdConf, HeroCtrlSensitivity) == 0x000044, "Member 'UBGW_CtrlHeroIdConf::HeroCtrlSensitivity' has a wrong offset!"); \ +static_assert(offsetof(UBGW_CtrlHeroIdConf, HeroCtrlDebounce) == 0x000048, "Member 'UBGW_CtrlHeroIdConf::HeroCtrlDebounce' has a wrong offset!"); \ +static_assert(offsetof(UBGW_CtrlHeroIdConf, AnimDeadZoneRadius) == 0x00004C, "Member 'UBGW_CtrlHeroIdConf::AnimDeadZoneRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterCS_OnMovementModeChangedCS \ +static_assert(alignof(BGUCharacterCS_OnMovementModeChangedCS) == 0x000001, "Wrong alignment on BGUCharacterCS_OnMovementModeChangedCS"); \ +static_assert(sizeof(BGUCharacterCS_OnMovementModeChangedCS) == 0x000004, "Wrong size on BGUCharacterCS_OnMovementModeChangedCS"); \ +static_assert(offsetof(BGUCharacterCS_OnMovementModeChangedCS, PrevMovementMode) == 0x000000, "Member 'BGUCharacterCS_OnMovementModeChangedCS::PrevMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterCS_OnMovementModeChangedCS, NewMovementMode) == 0x000001, "Member 'BGUCharacterCS_OnMovementModeChangedCS::NewMovementMode' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterCS_OnMovementModeChangedCS, PrevCustomMode) == 0x000002, "Member 'BGUCharacterCS_OnMovementModeChangedCS::PrevCustomMode' has a wrong offset!"); \ +static_assert(offsetof(BGUCharacterCS_OnMovementModeChangedCS, NewCustomMode) == 0x000003, "Member 'BGUCharacterCS_OnMovementModeChangedCS::NewCustomMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterCS_GetGSAuthorityPlayerCS \ +static_assert(alignof(BGUCharacterCS_GetGSAuthorityPlayerCS) == 0x000008, "Wrong alignment on BGUCharacterCS_GetGSAuthorityPlayerCS"); \ +static_assert(sizeof(BGUCharacterCS_GetGSAuthorityPlayerCS) == 0x000008, "Wrong size on BGUCharacterCS_GetGSAuthorityPlayerCS"); \ +static_assert(offsetof(BGUCharacterCS_GetGSAuthorityPlayerCS, ReturnValue) == 0x000000, "Member 'BGUCharacterCS_GetGSAuthorityPlayerCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterCS_IsPlayerCharacterCS \ +static_assert(alignof(BGUCharacterCS_IsPlayerCharacterCS) == 0x000001, "Wrong alignment on BGUCharacterCS_IsPlayerCharacterCS"); \ +static_assert(sizeof(BGUCharacterCS_IsPlayerCharacterCS) == 0x000001, "Wrong size on BGUCharacterCS_IsPlayerCharacterCS"); \ + +#define DUMPER7_ASSERTS_BGUCharacterCS_OnActorChannelOpen \ +static_assert(alignof(BGUCharacterCS_OnActorChannelOpen) == 0x000008, "Wrong alignment on BGUCharacterCS_OnActorChannelOpen"); \ +static_assert(sizeof(BGUCharacterCS_OnActorChannelOpen) == 0x000008, "Wrong size on BGUCharacterCS_OnActorChannelOpen"); \ +static_assert(offsetof(BGUCharacterCS_OnActorChannelOpen, Connection) == 0x000000, "Member 'BGUCharacterCS_OnActorChannelOpen::Connection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterCS_ReceiveEndPlay \ +static_assert(alignof(BGUCharacterCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUCharacterCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGUCharacterCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGUCharacterCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGUCharacterCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUCharacterCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCharacterCS_GetActorGuidCS \ +static_assert(alignof(BGUCharacterCS_GetActorGuidCS) == 0x000008, "Wrong alignment on BGUCharacterCS_GetActorGuidCS"); \ +static_assert(sizeof(BGUCharacterCS_GetActorGuidCS) == 0x000018, "Wrong size on BGUCharacterCS_GetActorGuidCS"); \ +static_assert(offsetof(BGUCharacterCS_GetActorGuidCS, OutActorGuid) == 0x000000, "Member 'BGUCharacterCS_GetActorGuidCS::OutActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCharacterCS \ +static_assert(alignof(ABGUCharacterCS) == 0x000010, "Wrong alignment on ABGUCharacterCS"); \ +static_assert(sizeof(ABGUCharacterCS) == 0x0008F0, "Wrong size on ABGUCharacterCS"); \ +static_assert(offsetof(ABGUCharacterCS, ActorCompContainerCS) == 0x0008E0, "Member 'ABGUCharacterCS::ActorCompContainerCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSimpleCharacter \ +static_assert(alignof(ABGUSimpleCharacter) == 0x000010, "Wrong alignment on ABGUSimpleCharacter"); \ +static_assert(sizeof(ABGUSimpleCharacter) == 0x0008F0, "Wrong size on ABGUSimpleCharacter"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckNearObstacle \ +static_assert(alignof(UBAID_CheckNearObstacle) == 0x000008, "Wrong alignment on UBAID_CheckNearObstacle"); \ +static_assert(sizeof(UBAID_CheckNearObstacle) == 0x000098, "Wrong size on UBAID_CheckNearObstacle"); \ +static_assert(offsetof(UBAID_CheckNearObstacle, EscapeThreshold) == 0x000090, "Member 'UBAID_CheckNearObstacle::EscapeThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnEditableTextBoxChangedEventWrapper_Callback \ +static_assert(alignof(FOnEditableTextBoxChangedEventWrapper_Callback) == 0x000008, "Wrong alignment on FOnEditableTextBoxChangedEventWrapper_Callback"); \ +static_assert(sizeof(FOnEditableTextBoxChangedEventWrapper_Callback) == 0x000018, "Wrong size on FOnEditableTextBoxChangedEventWrapper_Callback"); \ +static_assert(offsetof(FOnEditableTextBoxChangedEventWrapper_Callback, Text) == 0x000000, "Member 'FOnEditableTextBoxChangedEventWrapper_Callback::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnEditableTextBoxChangedEventWrapper \ +static_assert(alignof(UFOnEditableTextBoxChangedEventWrapper) == 0x000008, "Wrong alignment on UFOnEditableTextBoxChangedEventWrapper"); \ +static_assert(sizeof(UFOnEditableTextBoxChangedEventWrapper) == 0x000028, "Wrong size on UFOnEditableTextBoxChangedEventWrapper"); \ + +#define DUMPER7_ASSERTS_ABUAllowUseSpecialItemArea \ +static_assert(alignof(ABUAllowUseSpecialItemArea) == 0x000008, "Wrong alignment on ABUAllowUseSpecialItemArea"); \ +static_assert(sizeof(ABUAllowUseSpecialItemArea) == 0x000330, "Wrong size on ABUAllowUseSpecialItemArea"); \ +static_assert(offsetof(ABUAllowUseSpecialItemArea, AllowUseSpecialItemAreaConfigComp) == 0x000328, "Member 'ABUAllowUseSpecialItemArea::AllowUseSpecialItemAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInNetClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInNetClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInNetClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInNetClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInNetClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInNetClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInNetClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInNetClient \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInNetClient) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInNetClient"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInNetClient) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInNetClient"); \ + +#define DUMPER7_ASSERTS_UBUS_AllowUseSpecialItemAreaConfigComp \ +static_assert(alignof(UBUS_AllowUseSpecialItemAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_AllowUseSpecialItemAreaConfigComp"); \ +static_assert(sizeof(UBUS_AllowUseSpecialItemAreaConfigComp) == 0x0000D8, "Wrong size on UBUS_AllowUseSpecialItemAreaConfigComp"); \ +static_assert(offsetof(UBUS_AllowUseSpecialItemAreaConfigComp, AllowUseSpecialItemID) == 0x0000C8, "Member 'UBUS_AllowUseSpecialItemAreaConfigComp::AllowUseSpecialItemID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AllowUseSpecialItemAreaDataComp \ +static_assert(alignof(UBUS_AllowUseSpecialItemAreaDataComp) == 0x000008, "Wrong alignment on UBUS_AllowUseSpecialItemAreaDataComp"); \ +static_assert(sizeof(UBUS_AllowUseSpecialItemAreaDataComp) == 0x0000D0, "Wrong size on UBUS_AllowUseSpecialItemAreaDataComp"); \ + +#define DUMPER7_ASSERTS_BGUCameraRig_Rail_ReceiveEndPlay \ +static_assert(alignof(BGUCameraRig_Rail_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUCameraRig_Rail_ReceiveEndPlay"); \ +static_assert(sizeof(BGUCameraRig_Rail_ReceiveEndPlay) == 0x000001, "Wrong size on BGUCameraRig_Rail_ReceiveEndPlay"); \ +static_assert(offsetof(BGUCameraRig_Rail_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUCameraRig_Rail_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCameraRig_Rail \ +static_assert(alignof(ABGUCameraRig_Rail) == 0x000008, "Wrong alignment on ABGUCameraRig_Rail"); \ +static_assert(sizeof(ABGUCameraRig_Rail) == 0x0002A8, "Wrong size on ABGUCameraRig_Rail"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerPostEvent_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerPostEvent_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerPostEvent_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerPostEvent_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerPostEvent_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerPostEvent_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerPostEvent_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerPostEvent \ +static_assert(alignof(UBED_MovieNode_PerformerPostEvent) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerPostEvent"); \ +static_assert(sizeof(UBED_MovieNode_PerformerPostEvent) == 0x0002C0, "Wrong size on UBED_MovieNode_PerformerPostEvent"); \ +static_assert(offsetof(UBED_MovieNode_PerformerPostEvent, AkEvent) == 0x0002A8, "Member 'UBED_MovieNode_PerformerPostEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PerformerPostEvent, AttachPointName) == 0x0002B0, "Member 'UBED_MovieNode_PerformerPostEvent::AttachPointName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUAutoCloudMoveArea \ +static_assert(alignof(ABGUAutoCloudMoveArea) == 0x000008, "Wrong alignment on ABGUAutoCloudMoveArea"); \ +static_assert(sizeof(ABGUAutoCloudMoveArea) == 0x000330, "Wrong size on ABGUAutoCloudMoveArea"); \ +static_assert(offsetof(ABGUAutoCloudMoveArea, AutoCloudMoveAreaConfigComp) == 0x000328, "Member 'ABGUAutoCloudMoveArea::AutoCloudMoveAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_HasPlayerLoginBtlSvr"); \ + +#define DUMPER7_ASSERTS_BANS_GSAbortWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAbortWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAbortWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAbortWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAbortWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAbortWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAbortWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAbortWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAbortWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAbortWindow \ +static_assert(alignof(UBANS_GSAbortWindow) == 0x000008, "Wrong alignment on UBANS_GSAbortWindow"); \ +static_assert(sizeof(UBANS_GSAbortWindow) == 0x000048, "Wrong size on UBANS_GSAbortWindow"); \ + +#define DUMPER7_ASSERTS_BGUNetDefaultEmptyActor_OnConstructionCS \ +static_assert(alignof(BGUNetDefaultEmptyActor_OnConstructionCS) == 0x000010, "Wrong alignment on BGUNetDefaultEmptyActor_OnConstructionCS"); \ +static_assert(sizeof(BGUNetDefaultEmptyActor_OnConstructionCS) == 0x000060, "Wrong size on BGUNetDefaultEmptyActor_OnConstructionCS"); \ +static_assert(offsetof(BGUNetDefaultEmptyActor_OnConstructionCS, Transform) == 0x000000, "Member 'BGUNetDefaultEmptyActor_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUNetDefaultEmptyActor_OnPossessedCS \ +static_assert(alignof(BGUNetDefaultEmptyActor_OnPossessedCS) == 0x000008, "Wrong alignment on BGUNetDefaultEmptyActor_OnPossessedCS"); \ +static_assert(sizeof(BGUNetDefaultEmptyActor_OnPossessedCS) == 0x000008, "Wrong size on BGUNetDefaultEmptyActor_OnPossessedCS"); \ +static_assert(offsetof(BGUNetDefaultEmptyActor_OnPossessedCS, NewController) == 0x000000, "Member 'BGUNetDefaultEmptyActor_OnPossessedCS::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUNetDefaultEmptyActor_ReceiveTick \ +static_assert(alignof(BGUNetDefaultEmptyActor_ReceiveTick) == 0x000004, "Wrong alignment on BGUNetDefaultEmptyActor_ReceiveTick"); \ +static_assert(sizeof(BGUNetDefaultEmptyActor_ReceiveTick) == 0x000004, "Wrong size on BGUNetDefaultEmptyActor_ReceiveTick"); \ +static_assert(offsetof(BGUNetDefaultEmptyActor_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUNetDefaultEmptyActor_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUNetDefaultEmptyActor \ +static_assert(alignof(ABGUNetDefaultEmptyActor) == 0x000010, "Wrong alignment on ABGUNetDefaultEmptyActor"); \ +static_assert(sizeof(ABGUNetDefaultEmptyActor) == 0x0008F0, "Wrong size on ABGUNetDefaultEmptyActor"); \ +static_assert(offsetof(ABGUNetDefaultEmptyActor, ActorCompContainerCS) == 0x0008E0, "Member 'ABGUNetDefaultEmptyActor::ActorCompContainerCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCanBlendToDeadAM_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCanBlendToDeadAM_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCanBlendToDeadAM_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCanBlendToDeadAM_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCanBlendToDeadAM_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCanBlendToDeadAM_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCanBlendToDeadAM_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCanBlendToDeadAM_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCanBlendToDeadAM_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCanBlendToDeadAM_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCanBlendToDeadAM_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCanBlendToDeadAM_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCanBlendToDeadAM_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCanBlendToDeadAM_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCanBlendToDeadAM_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCanBlendToDeadAM_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCanBlendToDeadAM \ +static_assert(alignof(UBANS_GSCanBlendToDeadAM) == 0x000008, "Wrong alignment on UBANS_GSCanBlendToDeadAM"); \ +static_assert(sizeof(UBANS_GSCanBlendToDeadAM) == 0x000048, "Wrong size on UBANS_GSCanBlendToDeadAM"); \ + +#define DUMPER7_ASSERTS_UBUS_AutoCloudMoveAreaDataComp \ +static_assert(alignof(UBUS_AutoCloudMoveAreaDataComp) == 0x000008, "Wrong alignment on UBUS_AutoCloudMoveAreaDataComp"); \ +static_assert(sizeof(UBUS_AutoCloudMoveAreaDataComp) == 0x0000D0, "Wrong size on UBUS_AutoCloudMoveAreaDataComp"); \ + +#define DUMPER7_ASSERTS_LandscapeRoadBrush_ReceiveTick \ +static_assert(alignof(LandscapeRoadBrush_ReceiveTick) == 0x000004, "Wrong alignment on LandscapeRoadBrush_ReceiveTick"); \ +static_assert(sizeof(LandscapeRoadBrush_ReceiveTick) == 0x000004, "Wrong size on LandscapeRoadBrush_ReceiveTick"); \ +static_assert(offsetof(LandscapeRoadBrush_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'LandscapeRoadBrush_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeRoadBrush_Initialize \ +static_assert(alignof(LandscapeRoadBrush_Initialize) == 0x000010, "Wrong alignment on LandscapeRoadBrush_Initialize"); \ +static_assert(sizeof(LandscapeRoadBrush_Initialize) == 0x000070, "Wrong size on LandscapeRoadBrush_Initialize"); \ +static_assert(offsetof(LandscapeRoadBrush_Initialize, InLandscapeTransform) == 0x000000, "Member 'LandscapeRoadBrush_Initialize::InLandscapeTransform' has a wrong offset!"); \ +static_assert(offsetof(LandscapeRoadBrush_Initialize, InLandscapeSize) == 0x000060, "Member 'LandscapeRoadBrush_Initialize::InLandscapeSize' has a wrong offset!"); \ +static_assert(offsetof(LandscapeRoadBrush_Initialize, InLandscapeRenderTargetSize) == 0x000068, "Member 'LandscapeRoadBrush_Initialize::InLandscapeRenderTargetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeRoadBrush_Render \ +static_assert(alignof(LandscapeRoadBrush_Render) == 0x000008, "Wrong alignment on LandscapeRoadBrush_Render"); \ +static_assert(sizeof(LandscapeRoadBrush_Render) == 0x000020, "Wrong size on LandscapeRoadBrush_Render"); \ +static_assert(offsetof(LandscapeRoadBrush_Render, InCombinedResult) == 0x000008, "Member 'LandscapeRoadBrush_Render::InCombinedResult' has a wrong offset!"); \ +static_assert(offsetof(LandscapeRoadBrush_Render, InWeightmapLayerName) == 0x000010, "Member 'LandscapeRoadBrush_Render::InWeightmapLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeRoadBrush_Render, ReturnValue) == 0x000018, "Member 'LandscapeRoadBrush_Render::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeRoadBrush \ +static_assert(alignof(ULandscapeRoadBrush) == 0x000008, "Wrong alignment on ULandscapeRoadBrush"); \ +static_assert(sizeof(ULandscapeRoadBrush) == 0x000068, "Wrong size on ULandscapeRoadBrush"); \ +static_assert(offsetof(ULandscapeRoadBrush, BrushManager) == 0x000028, "Member 'ULandscapeRoadBrush::BrushManager' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeRoadBrush, ParentHeightmapMat) == 0x000030, "Member 'ULandscapeRoadBrush::ParentHeightmapMat' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeRoadBrush, HeightmapMID) == 0x000038, "Member 'ULandscapeRoadBrush::HeightmapMID' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeRoadBrush, BaseLayerWeightMat) == 0x000040, "Member 'ULandscapeRoadBrush::BaseLayerWeightMat' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeRoadBrush, ALayerWeightMat) == 0x000048, "Member 'ULandscapeRoadBrush::ALayerWeightMat' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeRoadBrush, BLayerWeightMat) == 0x000050, "Member 'ULandscapeRoadBrush::BLayerWeightMat' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeRoadBrush, WeightmapMID) == 0x000058, "Member 'ULandscapeRoadBrush::WeightmapMID' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeRoadBrush, UpdateInterval) == 0x000060, "Member 'ULandscapeRoadBrush::UpdateInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AutoCloudMoveAreaConfigComp \ +static_assert(alignof(UBUS_AutoCloudMoveAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_AutoCloudMoveAreaConfigComp"); \ +static_assert(sizeof(UBUS_AutoCloudMoveAreaConfigComp) == 0x0000D0, "Wrong size on UBUS_AutoCloudMoveAreaConfigComp"); \ +static_assert(offsetof(UBUS_AutoCloudMoveAreaConfigComp, AcceptRadius) == 0x0000C8, "Member 'UBUS_AutoCloudMoveAreaConfigComp::AcceptRadius' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AutoCloudMoveAreaConfigComp, MaxHeightDistance) == 0x0000CC, "Member 'UBUS_AutoCloudMoveAreaConfigComp::MaxHeightDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_EnemyBloodBarPure_DoShowIn \ +static_assert(alignof(BUI_EnemyBloodBarPure_DoShowIn) == 0x000008, "Wrong alignment on BUI_EnemyBloodBarPure_DoShowIn"); \ +static_assert(sizeof(BUI_EnemyBloodBarPure_DoShowIn) == 0x000008, "Wrong size on BUI_EnemyBloodBarPure_DoShowIn"); \ +static_assert(offsetof(BUI_EnemyBloodBarPure_DoShowIn, Owner) == 0x000000, "Member 'BUI_EnemyBloodBarPure_DoShowIn::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_EnemyBloodBarPure_DoGSInit \ +static_assert(alignof(BUI_EnemyBloodBarPure_DoGSInit) == 0x000008, "Wrong alignment on BUI_EnemyBloodBarPure_DoGSInit"); \ +static_assert(sizeof(BUI_EnemyBloodBarPure_DoGSInit) == 0x000008, "Wrong size on BUI_EnemyBloodBarPure_DoGSInit"); \ +static_assert(offsetof(BUI_EnemyBloodBarPure_DoGSInit, OwnerCharacter) == 0x000000, "Member 'BUI_EnemyBloodBarPure_DoGSInit::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_EnemyBloodBarPure \ +static_assert(alignof(UBUI_EnemyBloodBarPure) == 0x000008, "Wrong alignment on UBUI_EnemyBloodBarPure"); \ +static_assert(sizeof(UBUI_EnemyBloodBarPure) == 0x0003D8, "Wrong size on UBUI_EnemyBloodBarPure"); \ + +#define DUMPER7_ASSERTS_BUI_EnemyBar_GSInit \ +static_assert(alignof(BUI_EnemyBar_GSInit) == 0x000008, "Wrong alignment on BUI_EnemyBar_GSInit"); \ +static_assert(sizeof(BUI_EnemyBar_GSInit) == 0x000008, "Wrong size on BUI_EnemyBar_GSInit"); \ +static_assert(offsetof(BUI_EnemyBar_GSInit, InOwnerCharacter) == 0x000000, "Member 'BUI_EnemyBar_GSInit::InOwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_EnemyBar \ +static_assert(alignof(UBUI_EnemyBar) == 0x000008, "Wrong alignment on UBUI_EnemyBar"); \ +static_assert(sizeof(UBUI_EnemyBar) == 0x0003E0, "Wrong size on UBUI_EnemyBar"); \ +static_assert(offsetof(UBUI_EnemyBar, OwnerCharacter) == 0x0003D8, "Member 'UBUI_EnemyBar::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerExitPhasePerformance \ +static_assert(alignof(UMovieNodeInstance_PerformerExitPhasePerformance) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerExitPhasePerformance"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerExitPhasePerformance) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerExitPhasePerformance"); \ + +#define DUMPER7_ASSERTS_ABGUForceOriginalFormOuterTriggerArea \ +static_assert(alignof(ABGUForceOriginalFormOuterTriggerArea) == 0x000008, "Wrong alignment on ABGUForceOriginalFormOuterTriggerArea"); \ +static_assert(sizeof(ABGUForceOriginalFormOuterTriggerArea) == 0x000328, "Wrong size on ABGUForceOriginalFormOuterTriggerArea"); \ + +#define DUMPER7_ASSERTS_FOnFloatValueChangedEventWrapper_Callback \ +static_assert(alignof(FOnFloatValueChangedEventWrapper_Callback) == 0x000004, "Wrong alignment on FOnFloatValueChangedEventWrapper_Callback"); \ +static_assert(sizeof(FOnFloatValueChangedEventWrapper_Callback) == 0x000004, "Wrong size on FOnFloatValueChangedEventWrapper_Callback"); \ +static_assert(offsetof(FOnFloatValueChangedEventWrapper_Callback, Value) == 0x000000, "Member 'FOnFloatValueChangedEventWrapper_Callback::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnFloatValueChangedEventWrapper \ +static_assert(alignof(UFOnFloatValueChangedEventWrapper) == 0x000008, "Wrong alignment on UFOnFloatValueChangedEventWrapper"); \ +static_assert(sizeof(UFOnFloatValueChangedEventWrapper) == 0x000028, "Wrong size on UFOnFloatValueChangedEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_NetMapConfig \ +static_assert(alignof(UBGWDataAsset_NetMapConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_NetMapConfig"); \ +static_assert(sizeof(UBGWDataAsset_NetMapConfig) == 0x000040, "Wrong size on UBGWDataAsset_NetMapConfig"); \ +static_assert(offsetof(UBGWDataAsset_NetMapConfig, NetMapObjects) == 0x000030, "Member 'UBGWDataAsset_NetMapConfig::NetMapObjects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSpecifyRebirthPosArea \ +static_assert(alignof(ABGUSpecifyRebirthPosArea) == 0x000008, "Wrong alignment on ABGUSpecifyRebirthPosArea"); \ +static_assert(sizeof(ABGUSpecifyRebirthPosArea) == 0x000330, "Wrong size on ABGUSpecifyRebirthPosArea"); \ +static_assert(offsetof(ABGUSpecifyRebirthPosArea, ConfigComp) == 0x000328, "Member 'ABGUSpecifyRebirthPosArea::ConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpecifyRebirthPosAreaDataComp \ +static_assert(alignof(UBUS_SpecifyRebirthPosAreaDataComp) == 0x000008, "Wrong alignment on UBUS_SpecifyRebirthPosAreaDataComp"); \ +static_assert(sizeof(UBUS_SpecifyRebirthPosAreaDataComp) == 0x0000D0, "Wrong size on UBUS_SpecifyRebirthPosAreaDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_DestructibleActorRelativeDestroyComp \ +static_assert(alignof(UBUS_DestructibleActorRelativeDestroyComp) == 0x000008, "Wrong alignment on UBUS_DestructibleActorRelativeDestroyComp"); \ +static_assert(sizeof(UBUS_DestructibleActorRelativeDestroyComp) == 0x0000F0, "Wrong size on UBUS_DestructibleActorRelativeDestroyComp"); \ +static_assert(offsetof(UBUS_DestructibleActorRelativeDestroyComp, RelativeDestroyActors) == 0x0000D0, "Member 'UBUS_DestructibleActorRelativeDestroyComp::RelativeDestroyActors' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleActorRelativeDestroyComp, RelativeDestroyDestructibles) == 0x0000E0, "Member 'UBUS_DestructibleActorRelativeDestroyComp::RelativeDestroyDestructibles' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpecifyRebirthPosAreaConfigComp \ +static_assert(alignof(UBUS_SpecifyRebirthPosAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_SpecifyRebirthPosAreaConfigComp"); \ +static_assert(sizeof(UBUS_SpecifyRebirthPosAreaConfigComp) == 0x0000D0, "Wrong size on UBUS_SpecifyRebirthPosAreaConfigComp"); \ +static_assert(offsetof(UBUS_SpecifyRebirthPosAreaConfigComp, BindTuDiMiaoID) == 0x0000C8, "Member 'UBUS_SpecifyRebirthPosAreaConfigComp::BindTuDiMiaoID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpecifyRebirthPosAreaConfigComp, BindZhaoHunFanID) == 0x0000CC, "Member 'UBUS_SpecifyRebirthPosAreaConfigComp::BindZhaoHunFanID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_PlayLevelSeq_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_PlayLevelSeq_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_PlayLevelSeq_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_PlayLevelSeq_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_PlayLevelSeq_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_PlayLevelSeq_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_PlayLevelSeq_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_PlayLevelSeq \ +static_assert(alignof(UBED_BehaviorNode_PlayLevelSeq) == 0x000008, "Wrong alignment on UBED_BehaviorNode_PlayLevelSeq"); \ +static_assert(sizeof(UBED_BehaviorNode_PlayLevelSeq) == 0x0002B0, "Wrong size on UBED_BehaviorNode_PlayLevelSeq"); \ +static_assert(offsetof(UBED_BehaviorNode_PlayLevelSeq, SequenceID) == 0x0002A0, "Member 'UBED_BehaviorNode_PlayLevelSeq::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_PlayLevelSeq, StartTime) == 0x0002A8, "Member 'UBED_BehaviorNode_PlayLevelSeq::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSSwitchMovementMode_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSSwitchMovementMode_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSSwitchMovementMode_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSSwitchMovementMode_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSSwitchMovementMode_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSwitchMovementMode_GSNotifyCS \ +static_assert(alignof(BAN_GSSwitchMovementMode_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSwitchMovementMode_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSwitchMovementMode_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSwitchMovementMode_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSwitchMovementMode_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSwitchMovementMode_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSwitchMovementMode \ +static_assert(alignof(UBAN_GSSwitchMovementMode) == 0x000008, "Wrong alignment on UBAN_GSSwitchMovementMode"); \ +static_assert(sizeof(UBAN_GSSwitchMovementMode) == 0x000058, "Wrong size on UBAN_GSSwitchMovementMode"); \ +static_assert(offsetof(UBAN_GSSwitchMovementMode, MovementMode) == 0x000050, "Member 'UBAN_GSSwitchMovementMode::MovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpecifyRebirthPosAreaLogicComp \ +static_assert(alignof(UBUS_SpecifyRebirthPosAreaLogicComp) == 0x000008, "Wrong alignment on UBUS_SpecifyRebirthPosAreaLogicComp"); \ +static_assert(sizeof(UBUS_SpecifyRebirthPosAreaLogicComp) == 0x000028, "Wrong size on UBUS_SpecifyRebirthPosAreaLogicComp"); \ + +#define DUMPER7_ASSERTS_BGU_ValidateMgrFuncLib_ImArtDev \ +static_assert(alignof(BGU_ValidateMgrFuncLib_ImArtDev) == 0x000008, "Wrong alignment on BGU_ValidateMgrFuncLib_ImArtDev"); \ +static_assert(sizeof(BGU_ValidateMgrFuncLib_ImArtDev) == 0x000008, "Wrong size on BGU_ValidateMgrFuncLib_ImArtDev"); \ +static_assert(offsetof(BGU_ValidateMgrFuncLib_ImArtDev, Actor) == 0x000000, "Member 'BGU_ValidateMgrFuncLib_ImArtDev::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGU_ValidateMgrFuncLib \ +static_assert(alignof(UBGU_ValidateMgrFuncLib) == 0x000008, "Wrong alignment on UBGU_ValidateMgrFuncLib"); \ +static_assert(sizeof(UBGU_ValidateMgrFuncLib) == 0x000028, "Wrong size on UBGU_ValidateMgrFuncLib"); \ + +#define DUMPER7_ASSERTS_ABGUTamerConfigArea \ +static_assert(alignof(ABGUTamerConfigArea) == 0x000008, "Wrong alignment on ABGUTamerConfigArea"); \ +static_assert(sizeof(ABGUTamerConfigArea) == 0x000328, "Wrong size on ABGUTamerConfigArea"); \ +static_assert(offsetof(ABGUTamerConfigArea, TamerStrategyArea) == 0x000321, "Member 'ABGUTamerConfigArea::TamerStrategyArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CanTraceHitTarget \ +static_assert(alignof(UBAID_CanTraceHitTarget) == 0x000008, "Wrong alignment on UBAID_CanTraceHitTarget"); \ +static_assert(sizeof(UBAID_CanTraceHitTarget) == 0x0000B0, "Wrong size on UBAID_CanTraceHitTarget"); \ +static_assert(offsetof(UBAID_CanTraceHitTarget, TraceTypeQuery) == 0x000090, "Member 'UBAID_CanTraceHitTarget::TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CanTraceHitTarget, StartSocketName) == 0x000094, "Member 'UBAID_CanTraceHitTarget::StartSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CanTraceHitTarget, TargetSocketName) == 0x00009C, "Member 'UBAID_CanTraceHitTarget::TargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CanTraceHitTarget, TraceDistance) == 0x0000A4, "Member 'UBAID_CanTraceHitTarget::TraceDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTamerUnloadArea \ +static_assert(alignof(ABGUTamerUnloadArea) == 0x000008, "Wrong alignment on ABGUTamerUnloadArea"); \ +static_assert(sizeof(ABGUTamerUnloadArea) == 0x000338, "Wrong size on ABGUTamerUnloadArea"); \ +static_assert(offsetof(ABGUTamerUnloadArea, TamerUnloadResIDList) == 0x000328, "Member 'ABGUTamerUnloadArea::TamerUnloadResIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_PreEnterMainMenu"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckTargetHasBuff \ +static_assert(alignof(UBAID_CheckTargetHasBuff) == 0x000008, "Wrong alignment on UBAID_CheckTargetHasBuff"); \ +static_assert(sizeof(UBAID_CheckTargetHasBuff) == 0x000098, "Wrong size on UBAID_CheckTargetHasBuff"); \ +static_assert(offsetof(UBAID_CheckTargetHasBuff, BuffID) == 0x000090, "Member 'UBAID_CheckTargetHasBuff::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_MFNegativeOverlapComp_OverlapBegin \ +static_assert(alignof(BUS_MFNegativeOverlapComp_OverlapBegin) == 0x000008, "Wrong alignment on BUS_MFNegativeOverlapComp_OverlapBegin"); \ +static_assert(sizeof(BUS_MFNegativeOverlapComp_OverlapBegin) == 0x000018, "Wrong size on BUS_MFNegativeOverlapComp_OverlapBegin"); \ +static_assert(offsetof(BUS_MFNegativeOverlapComp_OverlapBegin, OverlappedComponent) == 0x000000, "Member 'BUS_MFNegativeOverlapComp_OverlapBegin::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_MFNegativeOverlapComp_OverlapBegin, OtherActor) == 0x000008, "Member 'BUS_MFNegativeOverlapComp_OverlapBegin::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_MFNegativeOverlapComp_OverlapBegin, OtherComponent) == 0x000010, "Member 'BUS_MFNegativeOverlapComp_OverlapBegin::OtherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_MFNegativeOverlapComp_OverlapEnd \ +static_assert(alignof(BUS_MFNegativeOverlapComp_OverlapEnd) == 0x000008, "Wrong alignment on BUS_MFNegativeOverlapComp_OverlapEnd"); \ +static_assert(sizeof(BUS_MFNegativeOverlapComp_OverlapEnd) == 0x000018, "Wrong size on BUS_MFNegativeOverlapComp_OverlapEnd"); \ +static_assert(offsetof(BUS_MFNegativeOverlapComp_OverlapEnd, OverlappedComponent) == 0x000000, "Member 'BUS_MFNegativeOverlapComp_OverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_MFNegativeOverlapComp_OverlapEnd, OtherActor) == 0x000008, "Member 'BUS_MFNegativeOverlapComp_OverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_MFNegativeOverlapComp_OverlapEnd, OtherComponent) == 0x000010, "Member 'BUS_MFNegativeOverlapComp_OverlapEnd::OtherComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_MFNegativeOverlapComp \ +static_assert(alignof(UBUS_MFNegativeOverlapComp) == 0x000008, "Wrong alignment on UBUS_MFNegativeOverlapComp"); \ +static_assert(sizeof(UBUS_MFNegativeOverlapComp) == 0x000028, "Wrong size on UBUS_MFNegativeOverlapComp"); \ + +#define DUMPER7_ASSERTS_UBGW_GameLifeTimeMgr \ +static_assert(alignof(UBGW_GameLifeTimeMgr) == 0x000008, "Wrong alignment on UBGW_GameLifeTimeMgr"); \ +static_assert(sizeof(UBGW_GameLifeTimeMgr) == 0x000028, "Wrong size on UBGW_GameLifeTimeMgr"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddPostProcessMat_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAddPostProcessMat_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAddPostProcessMat_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAddPostProcessMat_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAddPostProcessMat_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAddPostProcessMat_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddPostProcessMat_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAddPostProcessMat_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAddPostProcessMat_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddPostProcessMat_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAddPostProcessMat_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAddPostProcessMat_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAddPostProcessMat_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAddPostProcessMat_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAddPostProcessMat_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddPostProcessMat_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAddPostProcessMat \ +static_assert(alignof(UBANS_GSAddPostProcessMat) == 0x000008, "Wrong alignment on UBANS_GSAddPostProcessMat"); \ +static_assert(sizeof(UBANS_GSAddPostProcessMat) == 0x000050, "Wrong size on UBANS_GSAddPostProcessMat"); \ +static_assert(offsetof(UBANS_GSAddPostProcessMat, PostProcessMatSetting) == 0x000048, "Member 'UBANS_GSAddPostProcessMat::PostProcessMatSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSDFMaker \ +static_assert(alignof(ABGUSDFMaker) == 0x000008, "Wrong alignment on ABGUSDFMaker"); \ +static_assert(sizeof(ABGUSDFMaker) == 0x000320, "Wrong size on ABGUSDFMaker"); \ +static_assert(offsetof(ABGUSDFMaker, RootComp) == 0x000308, "Member 'ABGUSDFMaker::RootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSDFMaker, Interact_1) == 0x000310, "Member 'ABGUSDFMaker::Interact_1' has a wrong offset!"); \ +static_assert(offsetof(ABGUSDFMaker, Interact_2) == 0x000318, "Member 'ABGUSDFMaker::Interact_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ShadowActorDataComp \ +static_assert(alignof(UBUS_ShadowActorDataComp) == 0x000008, "Wrong alignment on UBUS_ShadowActorDataComp"); \ +static_assert(sizeof(UBUS_ShadowActorDataComp) == 0x0000D0, "Wrong size on UBUS_ShadowActorDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttackRotationForUpperBody_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRotationForUpperBody_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttackRotationForUpperBody_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttackRotationForUpperBody_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttackRotationForUpperBody_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttackRotationForUpperBody_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttackRotationForUpperBody_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackRotationForUpperBody_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttackRotationForUpperBody \ +static_assert(alignof(UBANS_GSAttackRotationForUpperBody) == 0x000008, "Wrong alignment on UBANS_GSAttackRotationForUpperBody"); \ +static_assert(sizeof(UBANS_GSAttackRotationForUpperBody) == 0x000050, "Wrong size on UBANS_GSAttackRotationForUpperBody"); \ +static_assert(offsetof(UBANS_GSAttackRotationForUpperBody, TargetType) == 0x000048, "Member 'UBANS_GSAttackRotationForUpperBody::TargetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyleCS \ +static_assert(alignof(UBI_TransStyleCS) == 0x000008, "Wrong alignment on UBI_TransStyleCS"); \ +static_assert(sizeof(UBI_TransStyleCS) == 0x0003E0, "Wrong size on UBI_TransStyleCS"); \ +static_assert(offsetof(UBI_TransStyleCS, ResID) == 0x0003D8, "Member 'UBI_TransStyleCS::ResID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyle17CS \ +static_assert(alignof(UBI_TransStyle17CS) == 0x000008, "Wrong alignment on UBI_TransStyle17CS"); \ +static_assert(sizeof(UBI_TransStyle17CS) == 0x0003E0, "Wrong size on UBI_TransStyle17CS"); \ + +#define DUMPER7_ASSERTS_UBUS_SDFMakerDataComp \ +static_assert(alignof(UBUS_SDFMakerDataComp) == 0x000008, "Wrong alignment on UBUS_SDFMakerDataComp"); \ +static_assert(sizeof(UBUS_SDFMakerDataComp) == 0x0000D0, "Wrong size on UBUS_SDFMakerDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralEnvInteractionConfigComp \ +static_assert(alignof(UBUS_ProceduralEnvInteractionConfigComp) == 0x000008, "Wrong alignment on UBUS_ProceduralEnvInteractionConfigComp"); \ +static_assert(sizeof(UBUS_ProceduralEnvInteractionConfigComp) == 0x0000E8, "Wrong size on UBUS_ProceduralEnvInteractionConfigComp"); \ +static_assert(offsetof(UBUS_ProceduralEnvInteractionConfigComp, WorldSize) == 0x0000D0, "Member 'UBUS_ProceduralEnvInteractionConfigComp::WorldSize' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProceduralEnvInteractionConfigComp, SceneItemSurfaceType) == 0x0000E0, "Member 'UBUS_ProceduralEnvInteractionConfigComp::SceneItemSurfaceType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPreviewFXActor \ +static_assert(alignof(ABGUPreviewFXActor) == 0x000008, "Wrong alignment on ABGUPreviewFXActor"); \ +static_assert(sizeof(ABGUPreviewFXActor) == 0x000308, "Wrong size on ABGUPreviewFXActor"); \ + +#define DUMPER7_ASSERTS_UBUS_SpiderOceanMgrComp \ +static_assert(alignof(UBUS_SpiderOceanMgrComp) == 0x000008, "Wrong alignment on UBUS_SpiderOceanMgrComp"); \ +static_assert(sizeof(UBUS_SpiderOceanMgrComp) == 0x000148, "Wrong size on UBUS_SpiderOceanMgrComp"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderNiagara) == 0x0000C8, "Member 'UBUS_SpiderOceanMgrComp::SpiderNiagara' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, AdditionalSpiderNiagaraList) == 0x0000D0, "Member 'UBUS_SpiderOceanMgrComp::AdditionalSpiderNiagaraList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, NiagaraSpline) == 0x0000E0, "Member 'UBUS_SpiderOceanMgrComp::NiagaraSpline' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderFollowStartIndex) == 0x0000E8, "Member 'UBUS_SpiderOceanMgrComp::SpiderFollowStartIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, NiagaraMoveCurve) == 0x0000F0, "Member 'UBUS_SpiderOceanMgrComp::NiagaraMoveCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderDistanceCurve) == 0x0000F8, "Member 'UBUS_SpiderOceanMgrComp::SpiderDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderSpawnPointsSelectCurve) == 0x000100, "Member 'UBUS_SpiderOceanMgrComp::SpiderSpawnPointsSelectCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderSpawnPointTag) == 0x000108, "Member 'UBUS_SpiderOceanMgrComp::SpiderSpawnPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderSectorActor) == 0x000110, "Member 'UBUS_SpiderOceanMgrComp::SpiderSectorActor' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderSectorScaleCurve) == 0x000118, "Member 'UBUS_SpiderOceanMgrComp::SpiderSectorScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, SpiderSpawnPoints) == 0x000120, "Member 'UBUS_SpiderOceanMgrComp::SpiderSpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpiderOceanMgrComp, FixedGuid) == 0x000134, "Member 'UBUS_SpiderOceanMgrComp::FixedGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSBlendPhysic_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSBlendPhysic_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSBlendPhysic_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSBlendPhysic_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSBlendPhysic_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSBlendPhysic_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSBlendPhysic_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSBlendPhysic_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSBlendPhysic_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSBlendPhysic \ +static_assert(alignof(UBANS_GSBlendPhysic) == 0x000008, "Wrong alignment on UBANS_GSBlendPhysic"); \ +static_assert(sizeof(UBANS_GSBlendPhysic) == 0x000060, "Wrong size on UBANS_GSBlendPhysic"); \ +static_assert(offsetof(UBANS_GSBlendPhysic, PhysicBlendInfoArray) == 0x000048, "Member 'UBANS_GSBlendPhysic::PhysicBlendInfoArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGULandscapeReaderActor \ +static_assert(alignof(ABGULandscapeReaderActor) == 0x000008, "Wrong alignment on ABGULandscapeReaderActor"); \ +static_assert(sizeof(ABGULandscapeReaderActor) == 0x000318, "Wrong size on ABGULandscapeReaderActor"); \ +static_assert(offsetof(ABGULandscapeReaderActor, LandscapeProxy) == 0x000308, "Member 'ABGULandscapeReaderActor::LandscapeProxy' has a wrong offset!"); \ +static_assert(offsetof(ABGULandscapeReaderActor, LandscapeReader) == 0x000310, "Member 'ABGULandscapeReaderActor::LandscapeReader' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_GameArchiveMgr \ +static_assert(alignof(UBGW_GameArchiveMgr) == 0x000008, "Wrong alignment on UBGW_GameArchiveMgr"); \ +static_assert(sizeof(UBGW_GameArchiveMgr) == 0x000028, "Wrong size on UBGW_GameArchiveMgr"); \ + +#define DUMPER7_ASSERTS_BAN_GSTryHRCounterattack_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTryHRCounterattack_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTryHRCounterattack_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTryHRCounterattack_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTryHRCounterattack_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTryHRCounterattack_GSNotifyCS \ +static_assert(alignof(BAN_GSTryHRCounterattack_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTryHRCounterattack_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTryHRCounterattack_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTryHRCounterattack_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTryHRCounterattack_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTryHRCounterattack_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTryHRCounterattack \ +static_assert(alignof(UBAN_GSTryHRCounterattack) == 0x000008, "Wrong alignment on UBAN_GSTryHRCounterattack"); \ +static_assert(sizeof(UBAN_GSTryHRCounterattack) == 0x000050, "Wrong size on UBAN_GSTryHRCounterattack"); \ + +#define DUMPER7_ASSERTS_ABGUBattleFieldPerformanceOptArea \ +static_assert(alignof(ABGUBattleFieldPerformanceOptArea) == 0x000008, "Wrong alignment on ABGUBattleFieldPerformanceOptArea"); \ +static_assert(sizeof(ABGUBattleFieldPerformanceOptArea) == 0x000328, "Wrong size on ABGUBattleFieldPerformanceOptArea"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BattleFieldPerformanceOptConfig \ +static_assert(alignof(UBGWDataAsset_BattleFieldPerformanceOptConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BattleFieldPerformanceOptConfig"); \ +static_assert(sizeof(UBGWDataAsset_BattleFieldPerformanceOptConfig) == 0x000040, "Wrong size on UBGWDataAsset_BattleFieldPerformanceOptConfig"); \ +static_assert(offsetof(UBGWDataAsset_BattleFieldPerformanceOptConfig, TickInterval) == 0x000034, "Member 'UBGWDataAsset_BattleFieldPerformanceOptConfig::TickInterval' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BattleFieldPerformanceOptConfig, DistThreshold_ToPlayer) == 0x000038, "Member 'UBGWDataAsset_BattleFieldPerformanceOptConfig::DistThreshold_ToPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_ExceptionUIMgr_Get \ +static_assert(alignof(BGW_ExceptionUIMgr_Get) == 0x000008, "Wrong alignment on BGW_ExceptionUIMgr_Get"); \ +static_assert(sizeof(BGW_ExceptionUIMgr_Get) == 0x000010, "Wrong size on BGW_ExceptionUIMgr_Get"); \ +static_assert(offsetof(BGW_ExceptionUIMgr_Get, WorldCtx) == 0x000000, "Member 'BGW_ExceptionUIMgr_Get::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(BGW_ExceptionUIMgr_Get, ReturnValue) == 0x000008, "Member 'BGW_ExceptionUIMgr_Get::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_ExceptionUIMgr \ +static_assert(alignof(UBGW_ExceptionUIMgr) == 0x000008, "Wrong alignment on UBGW_ExceptionUIMgr"); \ +static_assert(sizeof(UBGW_ExceptionUIMgr) == 0x000028, "Wrong size on UBGW_ExceptionUIMgr"); \ + +#define DUMPER7_ASSERTS_UBUS_BattleFieldPerformanceOptAreaDataComp \ +static_assert(alignof(UBUS_BattleFieldPerformanceOptAreaDataComp) == 0x000008, "Wrong alignment on UBUS_BattleFieldPerformanceOptAreaDataComp"); \ +static_assert(sizeof(UBUS_BattleFieldPerformanceOptAreaDataComp) == 0x0000D0, "Wrong size on UBUS_BattleFieldPerformanceOptAreaDataComp"); \ + +#define DUMPER7_ASSERTS_BGUDynamicSDFGenerator2_ReceiveTick \ +static_assert(alignof(BGUDynamicSDFGenerator2_ReceiveTick) == 0x000004, "Wrong alignment on BGUDynamicSDFGenerator2_ReceiveTick"); \ +static_assert(sizeof(BGUDynamicSDFGenerator2_ReceiveTick) == 0x000004, "Wrong size on BGUDynamicSDFGenerator2_ReceiveTick"); \ +static_assert(offsetof(BGUDynamicSDFGenerator2_ReceiveTick, DeltaTime) == 0x000000, "Member 'BGUDynamicSDFGenerator2_ReceiveTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDynamicSDFGenerator2 \ +static_assert(alignof(ABGUDynamicSDFGenerator2) == 0x000008, "Wrong alignment on ABGUDynamicSDFGenerator2"); \ +static_assert(sizeof(ABGUDynamicSDFGenerator2) == 0x000388, "Wrong size on ABGUDynamicSDFGenerator2"); \ +static_assert(offsetof(ABGUDynamicSDFGenerator2, AttachTo) == 0x000380, "Member 'ABGUDynamicSDFGenerator2::AttachTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_UnlockDefault_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_UnlockDefault_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_UnlockDefault_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_UnlockDefault_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_UnlockDefault_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_CameraGroup03_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_CameraGroup03_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_CameraGroup03_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_CameraGroup03_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_CameraGroup03_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_CameraGroup02_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_CameraGroup02_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_CameraGroup02_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_CameraGroup02_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_CameraGroup02_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_CameraGroup01_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_CameraGroup01_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_CameraGroup01_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_CameraGroup01_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_CameraGroup01_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_UnlockClose_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_UnlockClose_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_UnlockClose_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_UnlockClose_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_UnlockClose_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_LockDefault_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_LockDefault_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_LockDefault_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_LockDefault_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_LockDefault_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_UnlockFree_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_UnlockFree_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_UnlockFree_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_UnlockFree_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_UnlockFree_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_UnlockMid_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_UnlockMid_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_UnlockMid_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_UnlockMid_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_UnlockMid_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_UnlockFar_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_UnlockFar_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_UnlockFar_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_UnlockFar_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_UnlockFar_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_LockClose_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_LockClose_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_LockClose_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_LockClose_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_LockClose_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_LockMid_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_LockMid_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_LockMid_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_LockMid_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_LockMid_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_BUI_GMCameraPanel_CheckBox_LockFar_OnCheckStateChanged \ +static_assert(alignof(BUI_GMCameraPanel_CheckBox_LockFar_OnCheckStateChanged) == 0x000001, "Wrong alignment on BUI_GMCameraPanel_CheckBox_LockFar_OnCheckStateChanged"); \ +static_assert(sizeof(BUI_GMCameraPanel_CheckBox_LockFar_OnCheckStateChanged) == 0x000001, "Wrong size on BUI_GMCameraPanel_CheckBox_LockFar_OnCheckStateChanged"); \ + +#define DUMPER7_ASSERTS_UBUI_GMCameraPanel \ +static_assert(alignof(UBUI_GMCameraPanel) == 0x000008, "Wrong alignment on UBUI_GMCameraPanel"); \ +static_assert(sizeof(UBUI_GMCameraPanel) == 0x0003E0, "Wrong size on UBUI_GMCameraPanel"); \ +static_assert(offsetof(UBUI_GMCameraPanel, UnlockCameraMode) == 0x0003D8, "Member 'UBUI_GMCameraPanel::UnlockCameraMode' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMCameraPanel, LockCameraMode) == 0x0003D9, "Member 'UBUI_GMCameraPanel::LockCameraMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_VigorSkillMimicryConfig \ +static_assert(alignof(UBGWDataAsset_VigorSkillMimicryConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_VigorSkillMimicryConfig"); \ +static_assert(sizeof(UBGWDataAsset_VigorSkillMimicryConfig) == 0x000070, "Wrong size on UBGWDataAsset_VigorSkillMimicryConfig"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, CapsuleHalfHeight) == 0x000030, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, capsuleRadius) == 0x000034, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::capsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, SKMesh) == 0x000038, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::SKMesh' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, Materials) == 0x000040, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::Materials' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, ABPClass) == 0x000050, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::ABPClass' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, PhysicsAsset) == 0x000058, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, AnimMimicryStart) == 0x000060, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::AnimMimicryStart' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, Override_AbnormalDispID_Attacker) == 0x000068, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::Override_AbnormalDispID_Attacker' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_VigorSkillMimicryConfig, Override_AbnormalDispID_Victim) == 0x00006C, "Member 'UBGWDataAsset_VigorSkillMimicryConfig::Override_AbnormalDispID_Victim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUIgnoreSkillMappingArea \ +static_assert(alignof(ABUIgnoreSkillMappingArea) == 0x000008, "Wrong alignment on ABUIgnoreSkillMappingArea"); \ +static_assert(sizeof(ABUIgnoreSkillMappingArea) == 0x000330, "Wrong size on ABUIgnoreSkillMappingArea"); \ +static_assert(offsetof(ABUIgnoreSkillMappingArea, IgnoreSkillMappingAreaConfigComp) == 0x000328, "Member 'ABUIgnoreSkillMappingArea::IgnoreSkillMappingAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Start \ +static_assert(alignof(UBED_FSMNode_Start) == 0x000008, "Wrong alignment on UBED_FSMNode_Start"); \ +static_assert(sizeof(UBED_FSMNode_Start) == 0x0002A0, "Wrong size on UBED_FSMNode_Start"); \ + +#define DUMPER7_ASSERTS_UBUS_IgnoreSkillMappingAreaDataComp \ +static_assert(alignof(UBUS_IgnoreSkillMappingAreaDataComp) == 0x000008, "Wrong alignment on UBUS_IgnoreSkillMappingAreaDataComp"); \ +static_assert(sizeof(UBUS_IgnoreSkillMappingAreaDataComp) == 0x0000D0, "Wrong size on UBUS_IgnoreSkillMappingAreaDataComp"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCanWanderInGroupAI \ +static_assert(alignof(UBAID_CheckCanWanderInGroupAI) == 0x000008, "Wrong alignment on UBAID_CheckCanWanderInGroupAI"); \ +static_assert(sizeof(UBAID_CheckCanWanderInGroupAI) == 0x000090, "Wrong size on UBAID_CheckCanWanderInGroupAI"); \ + +#define DUMPER7_ASSERTS_TileViewDemoEntryWidget_OnItemSelectionChangedCallback \ +static_assert(alignof(TileViewDemoEntryWidget_OnItemSelectionChangedCallback) == 0x000001, "Wrong alignment on TileViewDemoEntryWidget_OnItemSelectionChangedCallback"); \ +static_assert(sizeof(TileViewDemoEntryWidget_OnItemSelectionChangedCallback) == 0x000001, "Wrong size on TileViewDemoEntryWidget_OnItemSelectionChangedCallback"); \ + +#define DUMPER7_ASSERTS_TileViewDemoEntryWidget_OnListItemObjectSetCallback \ +static_assert(alignof(TileViewDemoEntryWidget_OnListItemObjectSetCallback) == 0x000008, "Wrong alignment on TileViewDemoEntryWidget_OnListItemObjectSetCallback"); \ +static_assert(sizeof(TileViewDemoEntryWidget_OnListItemObjectSetCallback) == 0x000008, "Wrong size on TileViewDemoEntryWidget_OnListItemObjectSetCallback"); \ +static_assert(offsetof(TileViewDemoEntryWidget_OnListItemObjectSetCallback, ListItemObject) == 0x000000, "Member 'TileViewDemoEntryWidget_OnListItemObjectSetCallback::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileViewDemoEntryWidget \ +static_assert(alignof(UTileViewDemoEntryWidget) == 0x000008, "Wrong alignment on UTileViewDemoEntryWidget"); \ +static_assert(sizeof(UTileViewDemoEntryWidget) == 0x0002D0, "Wrong size on UTileViewDemoEntryWidget"); \ +static_assert(offsetof(UTileViewDemoEntryWidget, SelectedColor) == 0x0002A8, "Member 'UTileViewDemoEntryWidget::SelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UTileViewDemoEntryWidget, DefaultColor) == 0x0002B8, "Member 'UTileViewDemoEntryWidget::DefaultColor' has a wrong offset!"); \ +static_assert(offsetof(UTileViewDemoEntryWidget, DefaultTexture) == 0x0002C8, "Member 'UTileViewDemoEntryWidget::DefaultTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQG_CertainPointGenerator_DoItemGenerationCS \ +static_assert(alignof(GSEQG_CertainPointGenerator_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_CertainPointGenerator_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_CertainPointGenerator_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_CertainPointGenerator_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_CertainPointGenerator_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_CertainPointGenerator_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_CertainPointGenerator \ +static_assert(alignof(UGSEQG_CertainPointGenerator) == 0x000008, "Wrong alignment on UGSEQG_CertainPointGenerator"); \ +static_assert(sizeof(UGSEQG_CertainPointGenerator) == 0x000118, "Wrong size on UGSEQG_CertainPointGenerator"); \ +static_assert(offsetof(UGSEQG_CertainPointGenerator, CertainPointList) == 0x000108, "Member 'UGSEQG_CertainPointGenerator::CertainPointList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_IgnoreSkillMappingAreaConfigComp \ +static_assert(alignof(UBUS_IgnoreSkillMappingAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_IgnoreSkillMappingAreaConfigComp"); \ +static_assert(sizeof(UBUS_IgnoreSkillMappingAreaConfigComp) == 0x0000D0, "Wrong size on UBUS_IgnoreSkillMappingAreaConfigComp"); \ +static_assert(offsetof(UBUS_IgnoreSkillMappingAreaConfigComp, SkillMappingTypeMask) == 0x0000C8, "Member 'UBUS_IgnoreSkillMappingAreaConfigComp::SkillMappingTypeMask' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IgnoreSkillMappingAreaConfigComp, SkillMappingResultRullMask) == 0x0000CC, "Member 'UBUS_IgnoreSkillMappingAreaConfigComp::SkillMappingResultRullMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_StateWidget \ +static_assert(alignof(UBUI_StateWidget) == 0x000008, "Wrong alignment on UBUI_StateWidget"); \ +static_assert(sizeof(UBUI_StateWidget) == 0x000480, "Wrong size on UBUI_StateWidget"); \ +static_assert(offsetof(UBUI_StateWidget, DefaultConfigMap) == 0x0003D8, "Member 'UBUI_StateWidget::DefaultConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StateWidget, DisableConfigMap) == 0x000428, "Member 'UBUI_StateWidget::DisableConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StateWidget, EditCurState) == 0x000479, "Member 'UBUI_StateWidget::EditCurState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TreasureCS \ +static_assert(alignof(UBI_TreasureCS) == 0x000008, "Wrong alignment on UBI_TreasureCS"); \ +static_assert(sizeof(UBI_TreasureCS) == 0x000480, "Wrong size on UBI_TreasureCS"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomServer"); \ + +#define DUMPER7_ASSERTS_ABGUNeutralAnimalSpawnArea \ +static_assert(alignof(ABGUNeutralAnimalSpawnArea) == 0x000008, "Wrong alignment on ABGUNeutralAnimalSpawnArea"); \ +static_assert(sizeof(ABGUNeutralAnimalSpawnArea) == 0x0003C0, "Wrong size on ABGUNeutralAnimalSpawnArea"); \ +static_assert(offsetof(ABGUNeutralAnimalSpawnArea, NeutralAnimalAreaConfigInfoComp) == 0x000328, "Member 'ABGUNeutralAnimalSpawnArea::NeutralAnimalAreaConfigInfoComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralAnimalSpawnArea, TerritoryInfos) == 0x000330, "Member 'ABGUNeutralAnimalSpawnArea::TerritoryInfos' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralAnimalSpawnArea, PreviewActor) == 0x000380, "Member 'ABGUNeutralAnimalSpawnArea::PreviewActor' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralAnimalSpawnArea, PresetPoints_EQS) == 0x000388, "Member 'ABGUNeutralAnimalSpawnArea::PresetPoints_EQS' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralAnimalSpawnArea, QueryConfig) == 0x000390, "Member 'ABGUNeutralAnimalSpawnArea::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralAnimalSpawnArea, GeneratedEQSActors) == 0x0003A0, "Member 'ABGUNeutralAnimalSpawnArea::GeneratedEQSActors' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralAnimalSpawnArea, CustomAddingActors) == 0x0003B0, "Member 'ABGUNeutralAnimalSpawnArea::CustomAddingActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DropItemComp \ +static_assert(alignof(UBUS_DropItemComp) == 0x000008, "Wrong alignment on UBUS_DropItemComp"); \ +static_assert(sizeof(UBUS_DropItemComp) == 0x0000E8, "Wrong size on UBUS_DropItemComp"); \ +static_assert(offsetof(UBUS_DropItemComp, DropItemResID) == 0x0000C8, "Member 'UBUS_DropItemComp::DropItemResID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DropItemComp, NewFXSpawnCompTag) == 0x0000D0, "Member 'UBUS_DropItemComp::NewFXSpawnCompTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DropItemComp, NoSoulBottleDropTemplate) == 0x0000D8, "Member 'UBUS_DropItemComp::NoSoulBottleDropTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DropItemComp, HaveSoulBottleDropTemplate) == 0x0000E0, "Member 'UBUS_DropItemComp::HaveSoulBottleDropTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_HiAltFXAnimalSpawnConfig \ +static_assert(alignof(UBGWDataAsset_HiAltFXAnimalSpawnConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_HiAltFXAnimalSpawnConfig"); \ +static_assert(sizeof(UBGWDataAsset_HiAltFXAnimalSpawnConfig) == 0x000060, "Wrong size on UBGWDataAsset_HiAltFXAnimalSpawnConfig"); \ +static_assert(offsetof(UBGWDataAsset_HiAltFXAnimalSpawnConfig, HighAltittude_Threshold) == 0x000034, "Member 'UBGWDataAsset_HiAltFXAnimalSpawnConfig::HighAltittude_Threshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_HiAltFXAnimalSpawnConfig, PresetCoolDown_AfterCloudMove) == 0x000038, "Member 'UBGWDataAsset_HiAltFXAnimalSpawnConfig::PresetCoolDown_AfterCloudMove' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_HiAltFXAnimalSpawnConfig, MaxCoutInWorld) == 0x00003C, "Member 'UBGWDataAsset_HiAltFXAnimalSpawnConfig::MaxCoutInWorld' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_HiAltFXAnimalSpawnConfig, SpawnGap) == 0x000040, "Member 'UBGWDataAsset_HiAltFXAnimalSpawnConfig::SpawnGap' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_HiAltFXAnimalSpawnConfig, RandomTemplateList) == 0x000050, "Member 'UBGWDataAsset_HiAltFXAnimalSpawnConfig::RandomTemplateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_NeutralAnimalSpawnAreaDataComp \ +static_assert(alignof(UBUS_NeutralAnimalSpawnAreaDataComp) == 0x000008, "Wrong alignment on UBUS_NeutralAnimalSpawnAreaDataComp"); \ +static_assert(sizeof(UBUS_NeutralAnimalSpawnAreaDataComp) == 0x0000D0, "Wrong size on UBUS_NeutralAnimalSpawnAreaDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUSceneRotateTriggerArea \ +static_assert(alignof(ABGUSceneRotateTriggerArea) == 0x000008, "Wrong alignment on ABGUSceneRotateTriggerArea"); \ +static_assert(sizeof(ABGUSceneRotateTriggerArea) == 0x000330, "Wrong size on ABGUSceneRotateTriggerArea"); \ +static_assert(offsetof(ABGUSceneRotateTriggerArea, SceneRotateTriggerConfigComp) == 0x000328, "Member 'ABGUSceneRotateTriggerArea::SceneRotateTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_End \ +static_assert(alignof(UBED_FSMNode_End) == 0x000008, "Wrong alignment on UBED_FSMNode_End"); \ +static_assert(sizeof(UBED_FSMNode_End) == 0x0002A0, "Wrong size on UBED_FSMNode_End"); \ + +#define DUMPER7_ASSERTS_UBUS_SceneRotateTriggerConfigComp \ +static_assert(alignof(UBUS_SceneRotateTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_SceneRotateTriggerConfigComp"); \ +static_assert(sizeof(UBUS_SceneRotateTriggerConfigComp) == 0x000140, "Wrong size on UBUS_SceneRotateTriggerConfigComp"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, SkeletalMeshActor) == 0x0000C8, "Member 'UBUS_SceneRotateTriggerConfigComp::SkeletalMeshActor' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, AnimSequence) == 0x0000F0, "Member 'UBUS_SceneRotateTriggerConfigComp::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, AttachPoint) == 0x0000F8, "Member 'UBUS_SceneRotateTriggerConfigComp::AttachPoint' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, LocationCurve) == 0x000100, "Member 'UBUS_SceneRotateTriggerConfigComp::LocationCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, RotationCurve) == 0x000108, "Member 'UBUS_SceneRotateTriggerConfigComp::RotationCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, MultiplierCurveL) == 0x000110, "Member 'UBUS_SceneRotateTriggerConfigComp::MultiplierCurveL' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, MultiplierCurveR) == 0x000118, "Member 'UBUS_SceneRotateTriggerConfigComp::MultiplierCurveR' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, AffectedLevels) == 0x000120, "Member 'UBUS_SceneRotateTriggerConfigComp::AffectedLevels' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneRotateTriggerConfigComp, AffectedNiagaraNPC) == 0x000130, "Member 'UBUS_SceneRotateTriggerConfigComp::AffectedNiagaraNPC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_JJSObstacleDataComp \ +static_assert(alignof(UBUS_JJSObstacleDataComp) == 0x000008, "Wrong alignment on UBUS_JJSObstacleDataComp"); \ +static_assert(sizeof(UBUS_JJSObstacleDataComp) == 0x0000D0, "Wrong size on UBUS_JJSObstacleDataComp"); \ + +#define DUMPER7_ASSERTS_ABUCircusBase \ +static_assert(alignof(ABUCircusBase) == 0x000008, "Wrong alignment on ABUCircusBase"); \ +static_assert(sizeof(ABUCircusBase) == 0x000320, "Wrong size on ABUCircusBase"); \ +static_assert(offsetof(ABUCircusBase, FamilyTree) == 0x000308, "Member 'ABUCircusBase::FamilyTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_MediaCache_GetDisplayName \ +static_assert(alignof(BSN_MediaCache_GetDisplayName) == 0x000008, "Wrong alignment on BSN_MediaCache_GetDisplayName"); \ +static_assert(sizeof(BSN_MediaCache_GetDisplayName) == 0x000010, "Wrong size on BSN_MediaCache_GetDisplayName"); \ +static_assert(offsetof(BSN_MediaCache_GetDisplayName, ReturnValue) == 0x000000, "Member 'BSN_MediaCache_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_MediaCache_OnNotify \ +static_assert(alignof(BSN_MediaCache_OnNotify) == 0x000008, "Wrong alignment on BSN_MediaCache_OnNotify"); \ +static_assert(sizeof(BSN_MediaCache_OnNotify) == 0x000010, "Wrong size on BSN_MediaCache_OnNotify"); \ +static_assert(offsetof(BSN_MediaCache_OnNotify, Player) == 0x000000, "Member 'BSN_MediaCache_OnNotify::Player' has a wrong offset!"); \ +static_assert(offsetof(BSN_MediaCache_OnNotify, InStatus) == 0x000008, "Member 'BSN_MediaCache_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_MediaCache \ +static_assert(alignof(UBSN_MediaCache) == 0x000008, "Wrong alignment on UBSN_MediaCache"); \ +static_assert(sizeof(UBSN_MediaCache) == 0x000108, "Wrong size on UBSN_MediaCache"); \ +static_assert(offsetof(UBSN_MediaCache, MediaId) == 0x000100, "Member 'UBSN_MediaCache::MediaId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_PostDuplicateInCS \ +static_assert(alignof(BED_CalliopeAssetBase_PostDuplicateInCS) == 0x000001, "Wrong alignment on BED_CalliopeAssetBase_PostDuplicateInCS"); \ +static_assert(sizeof(BED_CalliopeAssetBase_PostDuplicateInCS) == 0x000001, "Wrong size on BED_CalliopeAssetBase_PostDuplicateInCS"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_OnPropertyChanged \ +static_assert(alignof(BED_CalliopeAssetBase_OnPropertyChanged) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_OnPropertyChanged"); \ +static_assert(sizeof(BED_CalliopeAssetBase_OnPropertyChanged) == 0x000020, "Wrong size on BED_CalliopeAssetBase_OnPropertyChanged"); \ +static_assert(offsetof(BED_CalliopeAssetBase_OnPropertyChanged, MemberName) == 0x000000, "Member 'BED_CalliopeAssetBase_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BED_CalliopeAssetBase_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_OnNodeDeactivate \ +static_assert(alignof(BED_CalliopeAssetBase_OnNodeDeactivate) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_OnNodeDeactivate"); \ +static_assert(sizeof(BED_CalliopeAssetBase_OnNodeDeactivate) == 0x000008, "Wrong size on BED_CalliopeAssetBase_OnNodeDeactivate"); \ +static_assert(offsetof(BED_CalliopeAssetBase_OnNodeDeactivate, Node) == 0x000000, "Member 'BED_CalliopeAssetBase_OnNodeDeactivate::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_UnregisterNode \ +static_assert(alignof(BED_CalliopeAssetBase_UnregisterNode) == 0x000004, "Wrong alignment on BED_CalliopeAssetBase_UnregisterNode"); \ +static_assert(sizeof(BED_CalliopeAssetBase_UnregisterNode) == 0x000010, "Wrong size on BED_CalliopeAssetBase_UnregisterNode"); \ +static_assert(offsetof(BED_CalliopeAssetBase_UnregisterNode, NodeGuid) == 0x000000, "Member 'BED_CalliopeAssetBase_UnregisterNode::NodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_OnNodeActivate \ +static_assert(alignof(BED_CalliopeAssetBase_OnNodeActivate) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_OnNodeActivate"); \ +static_assert(sizeof(BED_CalliopeAssetBase_OnNodeActivate) == 0x000008, "Wrong size on BED_CalliopeAssetBase_OnNodeActivate"); \ +static_assert(offsetof(BED_CalliopeAssetBase_OnNodeActivate, Node) == 0x000000, "Member 'BED_CalliopeAssetBase_OnNodeActivate::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_RegisterNode \ +static_assert(alignof(BED_CalliopeAssetBase_RegisterNode) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_RegisterNode"); \ +static_assert(sizeof(BED_CalliopeAssetBase_RegisterNode) == 0x000018, "Wrong size on BED_CalliopeAssetBase_RegisterNode"); \ +static_assert(offsetof(BED_CalliopeAssetBase_RegisterNode, NewGuid) == 0x000000, "Member 'BED_CalliopeAssetBase_RegisterNode::NewGuid' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_RegisterNode, NewNode) == 0x000010, "Member 'BED_CalliopeAssetBase_RegisterNode::NewNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_ExportToData \ +static_assert(alignof(BED_CalliopeAssetBase_ExportToData) == 0x000001, "Wrong alignment on BED_CalliopeAssetBase_ExportToData"); \ +static_assert(sizeof(BED_CalliopeAssetBase_ExportToData) == 0x000001, "Wrong size on BED_CalliopeAssetBase_ExportToData"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetObserveActorNodes \ +static_assert(alignof(BED_CalliopeAssetBase_GetObserveActorNodes) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetObserveActorNodes"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetObserveActorNodes) == 0x000010, "Wrong size on BED_CalliopeAssetBase_GetObserveActorNodes"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetObserveActorNodes, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetObserveActorNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_ExportDataByExtern \ +static_assert(alignof(BED_CalliopeAssetBase_ExportDataByExtern) == 0x000001, "Wrong alignment on BED_CalliopeAssetBase_ExportDataByExtern"); \ +static_assert(sizeof(BED_CalliopeAssetBase_ExportDataByExtern) == 0x000001, "Wrong size on BED_CalliopeAssetBase_ExportDataByExtern"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetSubGraphNodes \ +static_assert(alignof(BED_CalliopeAssetBase_GetSubGraphNodes) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetSubGraphNodes"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetSubGraphNodes) == 0x000010, "Wrong size on BED_CalliopeAssetBase_GetSubGraphNodes"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetSubGraphNodes, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetSubGraphNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_CalliopeAssetBase_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_CalliopeAssetBase_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_CalliopeAssetBase_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_CalliopeAssetBase_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_CalliopeAssetBase_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_CalliopeAssetBase_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_CalliopeAssetBase_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_CalliopeAssetBase_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_CalliopeAssetBase_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_CalliopeAssetBase_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_CalliopeAssetBase_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_CalliopeAssetBase_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_CalliopeAssetBase_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetRerouteNodeClass \ +static_assert(alignof(BED_CalliopeAssetBase_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_CalliopeAssetBase_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetStartNodeClass \ +static_assert(alignof(BED_CalliopeAssetBase_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetStartNodeClass"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetStartNodeClass) == 0x000008, "Wrong size on BED_CalliopeAssetBase_GetStartNodeClass"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetCustomOutputs \ +static_assert(alignof(BED_CalliopeAssetBase_GetCustomOutputs) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetCustomOutputs"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetCustomOutputs) == 0x000010, "Wrong size on BED_CalliopeAssetBase_GetCustomOutputs"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetCustomOutputs, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetCustomOutputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetCustomInputs \ +static_assert(alignof(BED_CalliopeAssetBase_GetCustomInputs) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetCustomInputs"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetCustomInputs) == 0x000010, "Wrong size on BED_CalliopeAssetBase_GetCustomInputs"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetCustomInputs, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetCustomInputs::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetViewType \ +static_assert(alignof(BED_CalliopeAssetBase_GetViewType) == 0x000001, "Wrong alignment on BED_CalliopeAssetBase_GetViewType"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetViewType) == 0x000001, "Wrong size on BED_CalliopeAssetBase_GetViewType"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetViewType, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetNodes \ +static_assert(alignof(BED_CalliopeAssetBase_GetNodes) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetNodes"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetNodes) == 0x000050, "Wrong size on BED_CalliopeAssetBase_GetNodes"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetNodes, ReturnValue) == 0x000000, "Member 'BED_CalliopeAssetBase_GetNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetNode \ +static_assert(alignof(BED_CalliopeAssetBase_GetNode) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetNode"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetNode) == 0x000018, "Wrong size on BED_CalliopeAssetBase_GetNode"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetNode, InGuid) == 0x000000, "Member 'BED_CalliopeAssetBase_GetNode::InGuid' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetNode, ReturnValue) == 0x000010, "Member 'BED_CalliopeAssetBase_GetNode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetActorGuidOptions \ +static_assert(alignof(BED_CalliopeAssetBase_GetActorGuidOptions) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetActorGuidOptions"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetActorGuidOptions) == 0x000028, "Wrong size on BED_CalliopeAssetBase_GetActorGuidOptions"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetActorGuidOptions, PropertyName) == 0x000000, "Member 'BED_CalliopeAssetBase_GetActorGuidOptions::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetActorGuidOptions, OutOptions) == 0x000010, "Member 'BED_CalliopeAssetBase_GetActorGuidOptions::OutOptions' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetActorGuidOptions, ReturnValue) == 0x000020, "Member 'BED_CalliopeAssetBase_GetActorGuidOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_CanManageStates \ +static_assert(alignof(BED_CalliopeAssetBase_CanManageStates) == 0x000001, "Wrong alignment on BED_CalliopeAssetBase_CanManageStates"); \ +static_assert(sizeof(BED_CalliopeAssetBase_CanManageStates) == 0x000001, "Wrong size on BED_CalliopeAssetBase_CanManageStates"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeAssetBase_GetActorGuid \ +static_assert(alignof(BED_CalliopeAssetBase_GetActorGuid) == 0x000008, "Wrong alignment on BED_CalliopeAssetBase_GetActorGuid"); \ +static_assert(sizeof(BED_CalliopeAssetBase_GetActorGuid) == 0x000020, "Wrong size on BED_CalliopeAssetBase_GetActorGuid"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetActorGuid, InActor) == 0x000000, "Member 'BED_CalliopeAssetBase_GetActorGuid::InActor' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeAssetBase_GetActorGuid, OutActorGuid) == 0x000008, "Member 'BED_CalliopeAssetBase_GetActorGuid::OutActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_CalliopeAssetBase \ +static_assert(alignof(UBED_CalliopeAssetBase) == 0x000008, "Wrong alignment on UBED_CalliopeAssetBase"); \ +static_assert(sizeof(UBED_CalliopeAssetBase) == 0x0003F0, "Wrong size on UBED_CalliopeAssetBase"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_MovieAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_MovieAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_MovieAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_MovieAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_MovieAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_MovieAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_MovieAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_MovieAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_MovieAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_MovieAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_MovieAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_MovieAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_MovieAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_MovieAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_MovieAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_MovieAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_MovieAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_MovieAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_MovieAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_MovieAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_MovieAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_MovieAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_MovieAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_MovieAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_MovieAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_MovieAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_MovieAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_MovieAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_MovieAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_MovieAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_MovieAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_MovieAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_MovieAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetStartNodeClass \ +static_assert(alignof(BED_MovieAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_MovieAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_MovieAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_MovieAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_MovieAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_MovieAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieAsset_GetViewType \ +static_assert(alignof(BED_MovieAsset_GetViewType) == 0x000001, "Wrong alignment on BED_MovieAsset_GetViewType"); \ +static_assert(sizeof(BED_MovieAsset_GetViewType) == 0x000001, "Wrong size on BED_MovieAsset_GetViewType"); \ +static_assert(offsetof(BED_MovieAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_MovieAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieAsset \ +static_assert(alignof(UBED_MovieAsset) == 0x000008, "Wrong alignment on UBED_MovieAsset"); \ +static_assert(sizeof(UBED_MovieAsset) == 0x0003F0, "Wrong size on UBED_MovieAsset"); \ + +#define DUMPER7_ASSERTS_UBUS_JJSObstacleConfigComp \ +static_assert(alignof(UBUS_JJSObstacleConfigComp) == 0x000010, "Wrong alignment on UBUS_JJSObstacleConfigComp"); \ +static_assert(sizeof(UBUS_JJSObstacleConfigComp) == 0x0002A0, "Wrong size on UBUS_JJSObstacleConfigComp"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, SpecialSkillList) == 0x0000D0, "Member 'UBUS_JJSObstacleConfigComp::SpecialSkillList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, OpenFx) == 0x0000E0, "Member 'UBUS_JJSObstacleConfigComp::OpenFx' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, OpenFxTransform) == 0x000110, "Member 'UBUS_JJSObstacleConfigComp::OpenFxTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, OpenAudio) == 0x000170, "Member 'UBUS_JJSObstacleConfigComp::OpenAudio' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, OpenStateLoopAudio) == 0x000198, "Member 'UBUS_JJSObstacleConfigComp::OpenStateLoopAudio' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, CloseFx) == 0x0001C0, "Member 'UBUS_JJSObstacleConfigComp::CloseFx' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, CloseFxTransform) == 0x0001F0, "Member 'UBUS_JJSObstacleConfigComp::CloseFxTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, CloseAudio) == 0x000250, "Member 'UBUS_JJSObstacleConfigComp::CloseAudio' has a wrong offset!"); \ +static_assert(offsetof(UBUS_JJSObstacleConfigComp, CloseStateLoopAudio) == 0x000278, "Member 'UBUS_JJSObstacleConfigComp::CloseStateLoopAudio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_TeleportNeedLevelTravel"); \ + +#define DUMPER7_ASSERTS_BUAnimEquipPreview_BlueprintUpdateAnimation \ +static_assert(alignof(BUAnimEquipPreview_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimEquipPreview_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BUAnimEquipPreview_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BUAnimEquipPreview_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BUAnimEquipPreview_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnimEquipPreview_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimEquipPreview \ +static_assert(alignof(UBUAnimEquipPreview) == 0x000010, "Wrong alignment on UBUAnimEquipPreview"); \ +static_assert(sizeof(UBUAnimEquipPreview) == 0x000360, "Wrong size on UBUAnimEquipPreview"); \ +static_assert(offsetof(UBUAnimEquipPreview, AnimIdle) == 0x000350, "Member 'UBUAnimEquipPreview::AnimIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCloudMoveRestrictArea \ +static_assert(alignof(ABGUCloudMoveRestrictArea) == 0x000008, "Wrong alignment on ABGUCloudMoveRestrictArea"); \ +static_assert(sizeof(ABGUCloudMoveRestrictArea) == 0x000330, "Wrong size on ABGUCloudMoveRestrictArea"); \ +static_assert(offsetof(ABGUCloudMoveRestrictArea, CloudMoveRestrictAreaConfigComp) == 0x000328, "Member 'ABGUCloudMoveRestrictArea::CloudMoveRestrictAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_HandleArchiveInTravelLevel"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_TaskStageAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_TaskStageAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_TaskStageAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_TaskStageAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_TaskStageAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_TaskStageAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_TaskStageAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_TaskStageAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_TaskStageAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_TaskStageAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_TaskStageAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_TaskStageAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_TaskStageAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_TaskStageAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_TaskStageAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_TaskStageAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_TaskStageAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_TaskStageAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_TaskStageAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_TaskStageAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_TaskStageAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_TaskStageAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetPossibleParamTypeCS \ +static_assert(alignof(BED_TaskStageAsset_GetPossibleParamTypeCS) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetPossibleParamTypeCS"); \ +static_assert(sizeof(BED_TaskStageAsset_GetPossibleParamTypeCS) == 0x000038, "Wrong size on BED_TaskStageAsset_GetPossibleParamTypeCS"); \ +static_assert(offsetof(BED_TaskStageAsset_GetPossibleParamTypeCS, ParentPropertyName) == 0x000000, "Member 'BED_TaskStageAsset_GetPossibleParamTypeCS::ParentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageAsset_GetPossibleParamTypeCS, PropertyName) == 0x000010, "Member 'BED_TaskStageAsset_GetPossibleParamTypeCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageAsset_GetPossibleParamTypeCS, OutParamTypeArray) == 0x000020, "Member 'BED_TaskStageAsset_GetPossibleParamTypeCS::OutParamTypeArray' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageAsset_GetPossibleParamTypeCS, ReturnValue) == 0x000034, "Member 'BED_TaskStageAsset_GetPossibleParamTypeCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_TaskStageAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_TaskStageAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_TaskStageAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_TaskStageAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_TaskStageAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetStartNodeClass \ +static_assert(alignof(BED_TaskStageAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_TaskStageAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_TaskStageAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_TaskStageAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_TaskStageAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_TaskStageAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_IsEditorOnlyCS \ +static_assert(alignof(BED_TaskStageAsset_IsEditorOnlyCS) == 0x000001, "Wrong alignment on BED_TaskStageAsset_IsEditorOnlyCS"); \ +static_assert(sizeof(BED_TaskStageAsset_IsEditorOnlyCS) == 0x000001, "Wrong size on BED_TaskStageAsset_IsEditorOnlyCS"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageAsset_GetViewType \ +static_assert(alignof(BED_TaskStageAsset_GetViewType) == 0x000001, "Wrong alignment on BED_TaskStageAsset_GetViewType"); \ +static_assert(sizeof(BED_TaskStageAsset_GetViewType) == 0x000001, "Wrong size on BED_TaskStageAsset_GetViewType"); \ +static_assert(offsetof(BED_TaskStageAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_TaskStageAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageAsset \ +static_assert(alignof(UBED_TaskStageAsset) == 0x000008, "Wrong alignment on UBED_TaskStageAsset"); \ +static_assert(sizeof(UBED_TaskStageAsset) == 0x0003F0, "Wrong size on UBED_TaskStageAsset"); \ + +#define DUMPER7_ASSERTS_UBUS_CloudMoveRestrictAreaDataComp \ +static_assert(alignof(UBUS_CloudMoveRestrictAreaDataComp) == 0x000008, "Wrong alignment on UBUS_CloudMoveRestrictAreaDataComp"); \ +static_assert(sizeof(UBUS_CloudMoveRestrictAreaDataComp) == 0x0000D0, "Wrong size on UBUS_CloudMoveRestrictAreaDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_CloudMoveRestrictAreaConfigComp \ +static_assert(alignof(UBUS_CloudMoveRestrictAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_CloudMoveRestrictAreaConfigComp"); \ +static_assert(sizeof(UBUS_CloudMoveRestrictAreaConfigComp) == 0x0000D0, "Wrong size on UBUS_CloudMoveRestrictAreaConfigComp"); \ +static_assert(offsetof(UBUS_CloudMoveRestrictAreaConfigComp, CloudMoveRestrictType) == 0x0000C8, "Member 'UBUS_CloudMoveRestrictAreaConfigComp::CloudMoveRestrictType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_GlobalBeImmobilizedConfig \ +static_assert(alignof(UBGWDataAsset_GlobalBeImmobilizedConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_GlobalBeImmobilizedConfig"); \ +static_assert(sizeof(UBGWDataAsset_GlobalBeImmobilizedConfig) == 0x000040, "Wrong size on UBGWDataAsset_GlobalBeImmobilizedConfig"); \ +static_assert(offsetof(UBGWDataAsset_GlobalBeImmobilizedConfig, BeImmobilizedConfigs) == 0x000030, "Member 'UBGWDataAsset_GlobalBeImmobilizedConfig::BeImmobilizedConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_CloudMoveRestrictAreaLogicComp \ +static_assert(alignof(UBUS_CloudMoveRestrictAreaLogicComp) == 0x000008, "Wrong alignment on UBUS_CloudMoveRestrictAreaLogicComp"); \ +static_assert(sizeof(UBUS_CloudMoveRestrictAreaLogicComp) == 0x000028, "Wrong size on UBUS_CloudMoveRestrictAreaLogicComp"); \ + +#define DUMPER7_ASSERTS_BGW_AssetCollectorUtilMgr_CollectNiagaraAssetsFromPreloadAssetCollectionResult \ +static_assert(alignof(BGW_AssetCollectorUtilMgr_CollectNiagaraAssetsFromPreloadAssetCollectionResult) == 0x000008, "Wrong alignment on BGW_AssetCollectorUtilMgr_CollectNiagaraAssetsFromPreloadAssetCollectionResult"); \ +static_assert(sizeof(BGW_AssetCollectorUtilMgr_CollectNiagaraAssetsFromPreloadAssetCollectionResult) == 0x000018, "Wrong size on BGW_AssetCollectorUtilMgr_CollectNiagaraAssetsFromPreloadAssetCollectionResult"); \ +static_assert(offsetof(BGW_AssetCollectorUtilMgr_CollectNiagaraAssetsFromPreloadAssetCollectionResult, OutputInfo) == 0x000000, "Member 'BGW_AssetCollectorUtilMgr_CollectNiagaraAssetsFromPreloadAssetCollectionResult::OutputInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_AssetCollectorUtilMgr \ +static_assert(alignof(UBGW_AssetCollectorUtilMgr) == 0x000008, "Wrong alignment on UBGW_AssetCollectorUtilMgr"); \ +static_assert(sizeof(UBGW_AssetCollectorUtilMgr) == 0x000028, "Wrong size on UBGW_AssetCollectorUtilMgr"); \ + +#define DUMPER7_ASSERTS_UUBGWImmobilizeConfig \ +static_assert(alignof(UUBGWImmobilizeConfig) == 0x000008, "Wrong alignment on UUBGWImmobilizeConfig"); \ +static_assert(sizeof(UUBGWImmobilizeConfig) == 0x000190, "Wrong size on UUBGWImmobilizeConfig"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, DurationMs) == 0x000030, "Member 'UUBGWImmobilizeConfig::DurationMs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, AlmostEndAheadTimeMs) == 0x000034, "Member 'UUBGWImmobilizeConfig::AlmostEndAheadTimeMs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, BeginFXs) == 0x000038, "Member 'UUBGWImmobilizeConfig::BeginFXs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, AlmostEndFXs) == 0x000088, "Member 'UUBGWImmobilizeConfig::AlmostEndFXs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, EndFXs) == 0x0000D8, "Member 'UUBGWImmobilizeConfig::EndFXs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, ExtraFXs) == 0x000128, "Member 'UUBGWImmobilizeConfig::ExtraFXs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, TargetFilter) == 0x000138, "Member 'UUBGWImmobilizeConfig::TargetFilter' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, TargetTypeFilter) == 0x00013C, "Member 'UUBGWImmobilizeConfig::TargetTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, AffiliationTypeFilter) == 0x000140, "Member 'UUBGWImmobilizeConfig::AffiliationTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, TargetCount) == 0x000144, "Member 'UUBGWImmobilizeConfig::TargetCount' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, RangeRadius) == 0x000148, "Member 'UUBGWImmobilizeConfig::RangeRadius' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, BeginBuffIDs) == 0x000150, "Member 'UUBGWImmobilizeConfig::BeginBuffIDs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, BeginSkillEffectIDs) == 0x000160, "Member 'UUBGWImmobilizeConfig::BeginSkillEffectIDs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, BreakBuffIDs) == 0x000170, "Member 'UUBGWImmobilizeConfig::BreakBuffIDs' has a wrong offset!"); \ +static_assert(offsetof(UUBGWImmobilizeConfig, BreakSkillEffectIDs) == 0x000180, "Member 'UUBGWImmobilizeConfig::BreakSkillEffectIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_CloudMoveTriggerAreaDataComp \ +static_assert(alignof(UBUS_CloudMoveTriggerAreaDataComp) == 0x000008, "Wrong alignment on UBUS_CloudMoveTriggerAreaDataComp"); \ +static_assert(sizeof(UBUS_CloudMoveTriggerAreaDataComp) == 0x0000D0, "Wrong size on UBUS_CloudMoveTriggerAreaDataComp"); \ + +#define DUMPER7_ASSERTS_BSN_MediaPlay_GetDisplayName \ +static_assert(alignof(BSN_MediaPlay_GetDisplayName) == 0x000008, "Wrong alignment on BSN_MediaPlay_GetDisplayName"); \ +static_assert(sizeof(BSN_MediaPlay_GetDisplayName) == 0x000010, "Wrong size on BSN_MediaPlay_GetDisplayName"); \ +static_assert(offsetof(BSN_MediaPlay_GetDisplayName, ReturnValue) == 0x000000, "Member 'BSN_MediaPlay_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_MediaPlay_OnNotify \ +static_assert(alignof(BSN_MediaPlay_OnNotify) == 0x000008, "Wrong alignment on BSN_MediaPlay_OnNotify"); \ +static_assert(sizeof(BSN_MediaPlay_OnNotify) == 0x000010, "Wrong size on BSN_MediaPlay_OnNotify"); \ +static_assert(offsetof(BSN_MediaPlay_OnNotify, Player) == 0x000000, "Member 'BSN_MediaPlay_OnNotify::Player' has a wrong offset!"); \ +static_assert(offsetof(BSN_MediaPlay_OnNotify, InStatus) == 0x000008, "Member 'BSN_MediaPlay_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_MediaPlay \ +static_assert(alignof(UBSN_MediaPlay) == 0x000008, "Wrong alignment on UBSN_MediaPlay"); \ +static_assert(sizeof(UBSN_MediaPlay) == 0x000100, "Wrong size on UBSN_MediaPlay"); \ + +#define DUMPER7_ASSERTS_UBUS_CloudMoveTriggerAreaConfigComp \ +static_assert(alignof(UBUS_CloudMoveTriggerAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_CloudMoveTriggerAreaConfigComp"); \ +static_assert(sizeof(UBUS_CloudMoveTriggerAreaConfigComp) == 0x0000D0, "Wrong size on UBUS_CloudMoveTriggerAreaConfigComp"); \ +static_assert(offsetof(UBUS_CloudMoveTriggerAreaConfigComp, PreCoolDown) == 0x0000C8, "Member 'UBUS_CloudMoveTriggerAreaConfigComp::PreCoolDown' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_AutoTestMgrPanel \ +static_assert(alignof(UBUI_AutoTestMgrPanel) == 0x000008, "Wrong alignment on UBUI_AutoTestMgrPanel"); \ +static_assert(sizeof(UBUI_AutoTestMgrPanel) == 0x0003D8, "Wrong size on UBUI_AutoTestMgrPanel"); \ + +#define DUMPER7_ASSERTS_UBGW_ComboDebugMgr \ +static_assert(alignof(UBGW_ComboDebugMgr) == 0x000008, "Wrong alignment on UBGW_ComboDebugMgr"); \ +static_assert(sizeof(UBGW_ComboDebugMgr) == 0x000028, "Wrong size on UBGW_ComboDebugMgr"); \ + +#define DUMPER7_ASSERTS_BANS_GSEnableMontageFootstep_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSEnableMontageFootstep_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSEnableMontageFootstep_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSEnableMontageFootstep_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSEnableMontageFootstep_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSEnableMontageFootstep_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSEnableMontageFootstep_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSEnableMontageFootstep_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSEnableMontageFootstep_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSEnableMontageFootstep_GSNotifyEndCS \ +static_assert(alignof(BANS_GSEnableMontageFootstep_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSEnableMontageFootstep_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSEnableMontageFootstep_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSEnableMontageFootstep_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSEnableMontageFootstep_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSEnableMontageFootstep_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSEnableMontageFootstep \ +static_assert(alignof(UBANS_GSEnableMontageFootstep) == 0x000008, "Wrong alignment on UBANS_GSEnableMontageFootstep"); \ +static_assert(sizeof(UBANS_GSEnableMontageFootstep) == 0x000050, "Wrong size on UBANS_GSEnableMontageFootstep"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSFootStep_GSNotifyCS \ +static_assert(alignof(AnimNotify_GSFootStep_GSNotifyCS) == 0x000008, "Wrong alignment on AnimNotify_GSFootStep_GSNotifyCS"); \ +static_assert(sizeof(AnimNotify_GSFootStep_GSNotifyCS) == 0x000048, "Wrong size on AnimNotify_GSFootStep_GSNotifyCS"); \ +static_assert(offsetof(AnimNotify_GSFootStep_GSNotifyCS, NotifyParam) == 0x000000, "Member 'AnimNotify_GSFootStep_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GSFootStep \ +static_assert(alignof(UAnimNotify_GSFootStep) == 0x000008, "Wrong alignment on UAnimNotify_GSFootStep"); \ +static_assert(sizeof(UAnimNotify_GSFootStep) == 0x000058, "Wrong size on UAnimNotify_GSFootStep"); \ +static_assert(offsetof(UAnimNotify_GSFootStep, FootStepType) == 0x000050, "Member 'UAnimNotify_GSFootStep::FootStepType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSFootStep_FootL_GSNotifyCS \ +static_assert(alignof(AnimNotify_GSFootStep_FootL_GSNotifyCS) == 0x000008, "Wrong alignment on AnimNotify_GSFootStep_FootL_GSNotifyCS"); \ +static_assert(sizeof(AnimNotify_GSFootStep_FootL_GSNotifyCS) == 0x000048, "Wrong size on AnimNotify_GSFootStep_FootL_GSNotifyCS"); \ +static_assert(offsetof(AnimNotify_GSFootStep_FootL_GSNotifyCS, NotifyParam) == 0x000000, "Member 'AnimNotify_GSFootStep_FootL_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GSFootStep_FootL \ +static_assert(alignof(UAnimNotify_GSFootStep_FootL) == 0x000008, "Wrong alignment on UAnimNotify_GSFootStep_FootL"); \ +static_assert(sizeof(UAnimNotify_GSFootStep_FootL) == 0x000058, "Wrong size on UAnimNotify_GSFootStep_FootL"); \ + +#define DUMPER7_ASSERTS_UBUS_CloudMoveTriggerAreaLogicComp \ +static_assert(alignof(UBUS_CloudMoveTriggerAreaLogicComp) == 0x000008, "Wrong alignment on UBUS_CloudMoveTriggerAreaLogicComp"); \ +static_assert(sizeof(UBUS_CloudMoveTriggerAreaLogicComp) == 0x000028, "Wrong size on UBUS_CloudMoveTriggerAreaLogicComp"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_GetParamDisplayNameCS \ +static_assert(alignof(BED_BossRushAsset_GetParamDisplayNameCS) == 0x000008, "Wrong alignment on BED_BossRushAsset_GetParamDisplayNameCS"); \ +static_assert(sizeof(BED_BossRushAsset_GetParamDisplayNameCS) == 0x000038, "Wrong size on BED_BossRushAsset_GetParamDisplayNameCS"); \ +static_assert(offsetof(BED_BossRushAsset_GetParamDisplayNameCS, PropertyName) == 0x000000, "Member 'BED_BossRushAsset_GetParamDisplayNameCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushAsset_GetParamDisplayNameCS, InConfigGuid) == 0x000010, "Member 'BED_BossRushAsset_GetParamDisplayNameCS::InConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushAsset_GetParamDisplayNameCS, OutDisplayName) == 0x000020, "Member 'BED_BossRushAsset_GetParamDisplayNameCS::OutDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_OnPropertyChanged \ +static_assert(alignof(BED_BossRushAsset_OnPropertyChanged) == 0x000008, "Wrong alignment on BED_BossRushAsset_OnPropertyChanged"); \ +static_assert(sizeof(BED_BossRushAsset_OnPropertyChanged) == 0x000020, "Wrong size on BED_BossRushAsset_OnPropertyChanged"); \ +static_assert(offsetof(BED_BossRushAsset_OnPropertyChanged, MemberName) == 0x000000, "Member 'BED_BossRushAsset_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushAsset_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BED_BossRushAsset_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_HasRevertCondition \ +static_assert(alignof(BED_BossRushAsset_HasRevertCondition) == 0x000001, "Wrong alignment on BED_BossRushAsset_HasRevertCondition"); \ +static_assert(sizeof(BED_BossRushAsset_HasRevertCondition) == 0x000001, "Wrong size on BED_BossRushAsset_HasRevertCondition"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_BossRushAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_BossRushAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_BossRushAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_BossRushAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_BossRushAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_BossRushAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_BossRushAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_BossRushAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_BossRushAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_BossRushAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_BossRushAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_BossRushAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_BossRushAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_BossRushAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_BossRushAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_BossRushAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_BossRushAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_BossRushAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_BossRushAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_BossRushAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_GetPossibleParamsCS \ +static_assert(alignof(BED_BossRushAsset_GetPossibleParamsCS) == 0x000008, "Wrong alignment on BED_BossRushAsset_GetPossibleParamsCS"); \ +static_assert(sizeof(BED_BossRushAsset_GetPossibleParamsCS) == 0x000038, "Wrong size on BED_BossRushAsset_GetPossibleParamsCS"); \ +static_assert(offsetof(BED_BossRushAsset_GetPossibleParamsCS, ParentPropertyName) == 0x000000, "Member 'BED_BossRushAsset_GetPossibleParamsCS::ParentPropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushAsset_GetPossibleParamsCS, PropertyName) == 0x000010, "Member 'BED_BossRushAsset_GetPossibleParamsCS::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushAsset_GetPossibleParamsCS, OutParamArray) == 0x000020, "Member 'BED_BossRushAsset_GetPossibleParamsCS::OutParamArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_GetStartNodeClass \ +static_assert(alignof(BED_BossRushAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_BossRushAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_BossRushAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_BossRushAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_BossRushAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_BossRushAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_CanManageStates \ +static_assert(alignof(BED_BossRushAsset_CanManageStates) == 0x000001, "Wrong alignment on BED_BossRushAsset_CanManageStates"); \ +static_assert(sizeof(BED_BossRushAsset_CanManageStates) == 0x000001, "Wrong size on BED_BossRushAsset_CanManageStates"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_IsEditorOnlyCS \ +static_assert(alignof(BED_BossRushAsset_IsEditorOnlyCS) == 0x000001, "Wrong alignment on BED_BossRushAsset_IsEditorOnlyCS"); \ +static_assert(sizeof(BED_BossRushAsset_IsEditorOnlyCS) == 0x000001, "Wrong size on BED_BossRushAsset_IsEditorOnlyCS"); \ + +#define DUMPER7_ASSERTS_BED_BossRushAsset_GetViewType \ +static_assert(alignof(BED_BossRushAsset_GetViewType) == 0x000001, "Wrong alignment on BED_BossRushAsset_GetViewType"); \ +static_assert(sizeof(BED_BossRushAsset_GetViewType) == 0x000001, "Wrong size on BED_BossRushAsset_GetViewType"); \ +static_assert(offsetof(BED_BossRushAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_BossRushAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushAsset \ +static_assert(alignof(UBED_BossRushAsset) == 0x000010, "Wrong alignment on UBED_BossRushAsset"); \ +static_assert(sizeof(UBED_BossRushAsset) == 0x000620, "Wrong size on UBED_BossRushAsset"); \ +static_assert(offsetof(UBED_BossRushAsset, PersistentLevel) == 0x0003F8, "Member 'UBED_BossRushAsset::PersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, LevelTag) == 0x000408, "Member 'UBED_BossRushAsset::LevelTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, BossRushLevelsLoadSetting) == 0x000410, "Member 'UBED_BossRushAsset::BossRushLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, GeometryLevelsLoadSetting) == 0x000420, "Member 'UBED_BossRushAsset::GeometryLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, SeqLevelsLoadSetting) == 0x000430, "Member 'UBED_BossRushAsset::SeqLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, ItemLevelsLoadSetting) == 0x000440, "Member 'UBED_BossRushAsset::ItemLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, LightLevelsLoadSetting) == 0x000450, "Member 'UBED_BossRushAsset::LightLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, SupportLevelsLoadSetting) == 0x000460, "Member 'UBED_BossRushAsset::SupportLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, OtherLevelsLoadSetting) == 0x000470, "Member 'UBED_BossRushAsset::OtherLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, MonsterLevelsLoadSetting) == 0x000480, "Member 'UBED_BossRushAsset::MonsterLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, RelationSeqLevelList) == 0x000498, "Member 'UBED_BossRushAsset::RelationSeqLevelList' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, PlayerStartForSingle) == 0x0004B0, "Member 'UBED_BossRushAsset::PlayerStartForSingle' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, PlayerStartForGroup) == 0x000510, "Member 'UBED_BossRushAsset::PlayerStartForGroup' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, GroupConfigs) == 0x000578, "Member 'UBED_BossRushAsset::GroupConfigs' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushAsset, OverrideDeadDelayDestroyTime) == 0x0005C8, "Member 'UBED_BossRushAsset::OverrideDeadDelayDestroyTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDamageCaster \ +static_assert(alignof(ABGUDamageCaster) == 0x000008, "Wrong alignment on ABGUDamageCaster"); \ +static_assert(sizeof(ABGUDamageCaster) == 0x000308, "Wrong size on ABGUDamageCaster"); \ + +#define DUMPER7_ASSERTS_UBUAnimInstanceBase \ +static_assert(alignof(UBUAnimInstanceBase) == 0x000010, "Wrong alignment on UBUAnimInstanceBase"); \ +static_assert(sizeof(UBUAnimInstanceBase) == 0x000360, "Wrong size on UBUAnimInstanceBase"); \ +static_assert(offsetof(UBUAnimInstanceBase, ABPSetting) == 0x000350, "Member 'UBUAnimInstanceBase::ABPSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimInsect \ +static_assert(alignof(UBUAnimInsect) == 0x000010, "Wrong alignment on UBUAnimInsect"); \ +static_assert(sizeof(UBUAnimInsect) == 0x000360, "Wrong size on UBUAnimInsect"); \ +static_assert(offsetof(UBUAnimInsect, FinalABPMoveMode) == 0x000358, "Member 'UBUAnimInsect::FinalABPMoveMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUStoryArea \ +static_assert(alignof(ABGUStoryArea) == 0x000008, "Wrong alignment on ABGUStoryArea"); \ +static_assert(sizeof(ABGUStoryArea) == 0x000330, "Wrong size on ABGUStoryArea"); \ +static_assert(offsetof(ABGUStoryArea, AreaID) == 0x000324, "Member 'ABGUStoryArea::AreaID' has a wrong offset!"); \ +static_assert(offsetof(ABGUStoryArea, Pority) == 0x000328, "Member 'ABGUStoryArea::Pority' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_FillIsInToilet_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FillIsInToilet_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_FillIsInToilet_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FillIsInToilet_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FillIsInToilet_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_FillIsInToilet_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillIsInToilet_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FillIsInToilet_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_FillIsInToilet \ +static_assert(alignof(UBED_FSMNode_GI_Loading_FillIsInToilet) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_FillIsInToilet"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_FillIsInToilet) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_FillIsInToilet"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_FillIsInToilet, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_FillIsInToilet::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUWanderBGMArea \ +static_assert(alignof(ABGUWanderBGMArea) == 0x000008, "Wrong alignment on ABGUWanderBGMArea"); \ +static_assert(sizeof(ABGUWanderBGMArea) == 0x000330, "Wrong size on ABGUWanderBGMArea"); \ +static_assert(offsetof(ABGUWanderBGMArea, WanderBGMAreaConfigComp) == 0x000328, "Member 'ABGUWanderBGMArea::WanderBGMAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BattleTriggerDataComp \ +static_assert(alignof(UBUS_BattleTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_BattleTriggerDataComp"); \ +static_assert(sizeof(UBUS_BattleTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_BattleTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSMarkRolling_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMarkRolling_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMarkRolling_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMarkRolling_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMarkRolling_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMarkRolling_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMarkRolling_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMarkRolling_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMarkRolling_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMarkRolling_GSNotifyEndCS \ +static_assert(alignof(BANS_GSMarkRolling_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSMarkRolling_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSMarkRolling_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSMarkRolling_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSMarkRolling_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSMarkRolling_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMarkRolling \ +static_assert(alignof(UBANS_GSMarkRolling) == 0x000008, "Wrong alignment on UBANS_GSMarkRolling"); \ +static_assert(sizeof(UBANS_GSMarkRolling) == 0x000048, "Wrong size on UBANS_GSMarkRolling"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_ExitState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_ExitState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_ExitState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_ExitState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_ExitState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_ExitState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_ExitState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_ExitState_CanShowInMyCalliope \ +static_assert(alignof(BED_BehaviorNode_ExitState_CanShowInMyCalliope) == 0x000008, "Wrong alignment on BED_BehaviorNode_ExitState_CanShowInMyCalliope"); \ +static_assert(sizeof(BED_BehaviorNode_ExitState_CanShowInMyCalliope) == 0x000028, "Wrong size on BED_BehaviorNode_ExitState_CanShowInMyCalliope"); \ +static_assert(offsetof(BED_BehaviorNode_ExitState_CanShowInMyCalliope, ViewCategory) == 0x000000, "Member 'BED_BehaviorNode_ExitState_CanShowInMyCalliope::ViewCategory' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorNode_ExitState_CanShowInMyCalliope, DisplayName) == 0x000010, "Member 'BED_BehaviorNode_ExitState_CanShowInMyCalliope::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_ExitState_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_ExitState_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_ExitState_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_ExitState_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_ExitState_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_ExitState_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_ExitState_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_ExitState \ +static_assert(alignof(UBED_BehaviorNode_ExitState) == 0x000008, "Wrong alignment on UBED_BehaviorNode_ExitState"); \ +static_assert(sizeof(UBED_BehaviorNode_ExitState) == 0x0002A8, "Wrong size on UBED_BehaviorNode_ExitState"); \ +static_assert(offsetof(UBED_BehaviorNode_ExitState, StateTag) == 0x0002A0, "Member 'UBED_BehaviorNode_ExitState::StateTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_WanderBGMAreaConfigComp \ +static_assert(alignof(UBUS_WanderBGMAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_WanderBGMAreaConfigComp"); \ +static_assert(sizeof(UBUS_WanderBGMAreaConfigComp) == 0x000108, "Wrong size on UBUS_WanderBGMAreaConfigComp"); \ +static_assert(offsetof(UBUS_WanderBGMAreaConfigComp, AkEventBegin) == 0x0000C8, "Member 'UBUS_WanderBGMAreaConfigComp::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMAreaConfigComp, AkEventStop) == 0x0000D0, "Member 'UBUS_WanderBGMAreaConfigComp::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMAreaConfigComp, VolumeBGMConfigDA) == 0x0000D8, "Member 'UBUS_WanderBGMAreaConfigComp::VolumeBGMConfigDA' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMAreaConfigComp, VolumeGroupConfig) == 0x0000E0, "Member 'UBUS_WanderBGMAreaConfigComp::VolumeGroupConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_WanderBGMAreaConfigComp, VolumeConditionConfigs) == 0x0000F8, "Member 'UBUS_WanderBGMAreaConfigComp::VolumeConditionConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDumperTruckTriggerActor \ +static_assert(alignof(ABGUDumperTruckTriggerActor) == 0x000008, "Wrong alignment on ABGUDumperTruckTriggerActor"); \ +static_assert(sizeof(ABGUDumperTruckTriggerActor) == 0x000320, "Wrong size on ABGUDumperTruckTriggerActor"); \ +static_assert(offsetof(ABGUDumperTruckTriggerActor, TriggerBox) == 0x000308, "Member 'ABGUDumperTruckTriggerActor::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUDumperTruckTriggerActor, EndTriggerBox) == 0x000310, "Member 'ABGUDumperTruckTriggerActor::EndTriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUDumperTruckTriggerActor, DumperTruckTriggerConfigComp) == 0x000318, "Member 'ABGUDumperTruckTriggerActor::DumperTruckTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPauseAI_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPauseAI_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPauseAI_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPauseAI_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPauseAI_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPauseAI_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPauseAI_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPauseAI_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPauseAI_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPauseAI_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPauseAI_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPauseAI_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPauseAI_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPauseAI_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPauseAI_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPauseAI_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPauseAI \ +static_assert(alignof(UBANS_GSPauseAI) == 0x000008, "Wrong alignment on UBANS_GSPauseAI"); \ +static_assert(sizeof(UBANS_GSPauseAI) == 0x000048, "Wrong size on UBANS_GSPauseAI"); \ + +#define DUMPER7_ASSERTS_UBUS_DialogueProxyDataComp \ +static_assert(alignof(UBUS_DialogueProxyDataComp) == 0x000008, "Wrong alignment on UBUS_DialogueProxyDataComp"); \ +static_assert(sizeof(UBUS_DialogueProxyDataComp) == 0x0000D0, "Wrong size on UBUS_DialogueProxyDataComp"); \ + +#define DUMPER7_ASSERTS_BGUAiWeakInteractionActorBase_OnConstructionCS \ +static_assert(alignof(BGUAiWeakInteractionActorBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUAiWeakInteractionActorBase_OnConstructionCS"); \ +static_assert(sizeof(BGUAiWeakInteractionActorBase_OnConstructionCS) == 0x000060, "Wrong size on BGUAiWeakInteractionActorBase_OnConstructionCS"); \ +static_assert(offsetof(BGUAiWeakInteractionActorBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUAiWeakInteractionActorBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUAiWeakInteractionActorBase \ +static_assert(alignof(ABGUAiWeakInteractionActorBase) == 0x000008, "Wrong alignment on ABGUAiWeakInteractionActorBase"); \ +static_assert(sizeof(ABGUAiWeakInteractionActorBase) == 0x000320, "Wrong size on ABGUAiWeakInteractionActorBase"); \ +static_assert(offsetof(ABGUAiWeakInteractionActorBase, DefaultRootComp) == 0x000308, "Member 'ABGUAiWeakInteractionActorBase::DefaultRootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUAiWeakInteractionActorBase, AiWeakInteractComp) == 0x000310, "Member 'ABGUAiWeakInteractionActorBase::AiWeakInteractComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUAiWeakInteractionActorBase, InteractRangeDebugComp) == 0x000318, "Member 'ABGUAiWeakInteractionActorBase::InteractRangeDebugComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSMoveActor_GSNotifyCS \ +static_assert(alignof(BAN_GSMoveActor_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSMoveActor_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSMoveActor_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSMoveActor_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSMoveActor_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSMoveActor_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSMoveActor \ +static_assert(alignof(UBAN_GSMoveActor) == 0x000008, "Wrong alignment on UBAN_GSMoveActor"); \ +static_assert(sizeof(UBAN_GSMoveActor) == 0x000088, "Wrong size on UBAN_GSMoveActor"); \ +static_assert(offsetof(UBAN_GSMoveActor, LocationOffset) == 0x000050, "Member 'UBAN_GSMoveActor::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSMoveActor, RotationOffset) == 0x000068, "Member 'UBAN_GSMoveActor::RotationOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AiWeakInteractComp \ +static_assert(alignof(UBUS_AiWeakInteractComp) == 0x000008, "Wrong alignment on UBUS_AiWeakInteractComp"); \ +static_assert(sizeof(UBUS_AiWeakInteractComp) == 0x0000E8, "Wrong size on UBUS_AiWeakInteractComp"); \ +static_assert(offsetof(UBUS_AiWeakInteractComp, AiWeakInteractCheckType) == 0x0000C8, "Member 'UBUS_AiWeakInteractComp::AiWeakInteractCheckType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AiWeakInteractComp, InteractTriggerRadius) == 0x0000CC, "Member 'UBUS_AiWeakInteractComp::InteractTriggerRadius' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AiWeakInteractComp, InteractTriggerAngle) == 0x0000D0, "Member 'UBUS_AiWeakInteractComp::InteractTriggerAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AiWeakInteractComp, AiConversationID) == 0x0000D4, "Member 'UBUS_AiWeakInteractComp::AiConversationID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AiWeakInteractComp, TaskStageID) == 0x0000DC, "Member 'UBUS_AiWeakInteractComp::TaskStageID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AiWeakInteractComp, TaskStageStatus) == 0x0000E0, "Member 'UBUS_AiWeakInteractComp::TaskStageStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerPostEvent \ +static_assert(alignof(UMovieNodeInstance_PerformerPostEvent) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerPostEvent"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerPostEvent) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerPostEvent"); \ + +#define DUMPER7_ASSERTS_ABGUFixCameraTriggerActor \ +static_assert(alignof(ABGUFixCameraTriggerActor) == 0x000008, "Wrong alignment on ABGUFixCameraTriggerActor"); \ +static_assert(sizeof(ABGUFixCameraTriggerActor) == 0x000310, "Wrong size on ABGUFixCameraTriggerActor"); \ +static_assert(offsetof(ABGUFixCameraTriggerActor, FixCameraTriggerConfigComp) == 0x000308, "Member 'ABGUFixCameraTriggerActor::FixCameraTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_AddBuff \ +static_assert(alignof(UBED_ProcessStateNode_AddBuff) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_AddBuff"); \ +static_assert(sizeof(UBED_ProcessStateNode_AddBuff) == 0x0002B0, "Wrong size on UBED_ProcessStateNode_AddBuff"); \ +static_assert(offsetof(UBED_ProcessStateNode_AddBuff, BuffID) == 0x0002A0, "Member 'UBED_ProcessStateNode_AddBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_AddBuff, BuffLayer) == 0x0002A4, "Member 'UBED_ProcessStateNode_AddBuff::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_AddBuff, BuffDuration) == 0x0002A8, "Member 'UBED_ProcessStateNode_AddBuff::BuffDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUOverlapArea \ +static_assert(alignof(ABGUOverlapArea) == 0x000008, "Wrong alignment on ABGUOverlapArea"); \ +static_assert(sizeof(ABGUOverlapArea) == 0x000328, "Wrong size on ABGUOverlapArea"); \ + +#define DUMPER7_ASSERTS_FOnAkPostEventCallbackWrapper_Callback \ +static_assert(alignof(FOnAkPostEventCallbackWrapper_Callback) == 0x000008, "Wrong alignment on FOnAkPostEventCallbackWrapper_Callback"); \ +static_assert(sizeof(FOnAkPostEventCallbackWrapper_Callback) == 0x000010, "Wrong size on FOnAkPostEventCallbackWrapper_Callback"); \ +static_assert(offsetof(FOnAkPostEventCallbackWrapper_Callback, CallbackType) == 0x000000, "Member 'FOnAkPostEventCallbackWrapper_Callback::CallbackType' has a wrong offset!"); \ +static_assert(offsetof(FOnAkPostEventCallbackWrapper_Callback, CallbackInfo) == 0x000008, "Member 'FOnAkPostEventCallbackWrapper_Callback::CallbackInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnAkPostEventCallbackWrapper \ +static_assert(alignof(UFOnAkPostEventCallbackWrapper) == 0x000008, "Wrong alignment on UFOnAkPostEventCallbackWrapper"); \ +static_assert(sizeof(UFOnAkPostEventCallbackWrapper) == 0x000028, "Wrong size on UFOnAkPostEventCallbackWrapper"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckOwnerIsInBattleState \ +static_assert(alignof(UBAID_CheckOwnerIsInBattleState) == 0x000008, "Wrong alignment on UBAID_CheckOwnerIsInBattleState"); \ +static_assert(sizeof(UBAID_CheckOwnerIsInBattleState) == 0x000090, "Wrong size on UBAID_CheckOwnerIsInBattleState"); \ + +#define DUMPER7_ASSERTS_UBUS_SeqHelperActorData \ +static_assert(alignof(UBUS_SeqHelperActorData) == 0x000008, "Wrong alignment on UBUS_SeqHelperActorData"); \ +static_assert(sizeof(UBUS_SeqHelperActorData) == 0x000028, "Wrong size on UBUS_SeqHelperActorData"); \ + +#define DUMPER7_ASSERTS_UFluidSimulationRes \ +static_assert(alignof(UFluidSimulationRes) == 0x000008, "Wrong alignment on UFluidSimulationRes"); \ +static_assert(sizeof(UFluidSimulationRes) == 0x000098, "Wrong size on UFluidSimulationRes"); \ +static_assert(offsetof(UFluidSimulationRes, AdvectionMaterial) == 0x000030, "Member 'UFluidSimulationRes::AdvectionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, DivergenceMaterial) == 0x000038, "Member 'UFluidSimulationRes::DivergenceMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, PressureIterationMaterial) == 0x000040, "Member 'UFluidSimulationRes::PressureIterationMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, GradientSubtractionMaterial) == 0x000048, "Member 'UFluidSimulationRes::GradientSubtractionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, BoundaryConditionMaterial) == 0x000050, "Member 'UFluidSimulationRes::BoundaryConditionMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, ObstacleMaterial) == 0x000058, "Member 'UFluidSimulationRes::ObstacleMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, ColorPreviewMaterial) == 0x000060, "Member 'UFluidSimulationRes::ColorPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, VelocityPreviewMaterial) == 0x000068, "Member 'UFluidSimulationRes::VelocityPreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, VolumePreviewMaterial) == 0x000070, "Member 'UFluidSimulationRes::VolumePreviewMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, VelocitySeedMaterial) == 0x000078, "Member 'UFluidSimulationRes::VelocitySeedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, CopyRTMaterial) == 0x000080, "Member 'UFluidSimulationRes::CopyRTMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, RaymarchVelocityMaterial) == 0x000088, "Member 'UFluidSimulationRes::RaymarchVelocityMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationRes, InteractiveVolumeFogMaterial) == 0x000090, "Member 'UFluidSimulationRes::InteractiveVolumeFogMaterial' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUForceFightController \ +static_assert(alignof(ABGUForceFightController) == 0x000008, "Wrong alignment on ABGUForceFightController"); \ +static_assert(sizeof(ABGUForceFightController) == 0x000330, "Wrong size on ABGUForceFightController"); \ +static_assert(offsetof(ABGUForceFightController, ForceFightControllerConfigComp) == 0x000328, "Member 'ABGUForceFightController::ForceFightControllerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInPreviewSeqContext"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AIPerceptionConfig \ +static_assert(alignof(UBGWDataAsset_AIPerceptionConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AIPerceptionConfig"); \ +static_assert(sizeof(UBGWDataAsset_AIPerceptionConfig) == 0x000048, "Wrong size on UBGWDataAsset_AIPerceptionConfig"); \ +static_assert(offsetof(UBGWDataAsset_AIPerceptionConfig, HearRange) == 0x000030, "Member 'UBGWDataAsset_AIPerceptionConfig::HearRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AIPerceptionConfig, SightRange) == 0x000034, "Member 'UBGWDataAsset_AIPerceptionConfig::SightRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AIPerceptionConfig, LoseSightRange) == 0x000038, "Member 'UBGWDataAsset_AIPerceptionConfig::LoseSightRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AIPerceptionConfig, VisionAngleDegrees) == 0x00003C, "Member 'UBGWDataAsset_AIPerceptionConfig::VisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AIPerceptionConfig, ASRangeFromLastSeenLoc) == 0x000040, "Member 'UBGWDataAsset_AIPerceptionConfig::ASRangeFromLastSeenLoc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ForceFightControllerDataComp \ +static_assert(alignof(UBUS_ForceFightControllerDataComp) == 0x000008, "Wrong alignment on UBUS_ForceFightControllerDataComp"); \ +static_assert(sizeof(UBUS_ForceFightControllerDataComp) == 0x0000D0, "Wrong size on UBUS_ForceFightControllerDataComp"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS \ +static_assert(alignof(B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS) == 0x000010, "Wrong size on B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS, Channel) == 0x000000, "Member 'B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS::Channel' has a wrong offset!"); \ +static_assert(offsetof(B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS, CloseReason) == 0x000008, "Member 'B1NetReplicationGraphConnectionCS_NotifyActorChannelCleanedUpCS::CloseReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnectionCS_NotifyActorChannelRemovedCS \ +static_assert(alignof(B1NetReplicationGraphConnectionCS_NotifyActorChannelRemovedCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnectionCS_NotifyActorChannelRemovedCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnectionCS_NotifyActorChannelRemovedCS) == 0x000008, "Wrong size on B1NetReplicationGraphConnectionCS_NotifyActorChannelRemovedCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnectionCS_NotifyActorChannelRemovedCS, Actor) == 0x000000, "Member 'B1NetReplicationGraphConnectionCS_NotifyActorChannelRemovedCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS \ +static_assert(alignof(B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS) == 0x000008, "Wrong alignment on B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS"); \ +static_assert(sizeof(B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS) == 0x000010, "Wrong size on B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS"); \ +static_assert(offsetof(B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS, Actor) == 0x000000, "Member 'B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS::Actor' has a wrong offset!"); \ +static_assert(offsetof(B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS, Channel) == 0x000008, "Member 'B1NetReplicationGraphConnectionCS_NotifyActorChannelAddedCS::Channel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1NetReplicationGraphConnectionCS \ +static_assert(alignof(UB1NetReplicationGraphConnectionCS) == 0x000008, "Wrong alignment on UB1NetReplicationGraphConnectionCS"); \ +static_assert(sizeof(UB1NetReplicationGraphConnectionCS) == 0x0002D8, "Wrong size on UB1NetReplicationGraphConnectionCS"); \ + +#define DUMPER7_ASSERTS_FOnCheckBoxComponentStateChangedWrapper_Callback \ +static_assert(alignof(FOnCheckBoxComponentStateChangedWrapper_Callback) == 0x000001, "Wrong alignment on FOnCheckBoxComponentStateChangedWrapper_Callback"); \ +static_assert(sizeof(FOnCheckBoxComponentStateChangedWrapper_Callback) == 0x000001, "Wrong size on FOnCheckBoxComponentStateChangedWrapper_Callback"); \ + +#define DUMPER7_ASSERTS_UFOnCheckBoxComponentStateChangedWrapper \ +static_assert(alignof(UFOnCheckBoxComponentStateChangedWrapper) == 0x000008, "Wrong alignment on UFOnCheckBoxComponentStateChangedWrapper"); \ +static_assert(sizeof(UFOnCheckBoxComponentStateChangedWrapper) == 0x000028, "Wrong size on UFOnCheckBoxComponentStateChangedWrapper"); \ + +#define DUMPER7_ASSERTS_BGWDataAsset_MagicallyChangeConfig_ReadConfigFromUnit \ +static_assert(alignof(BGWDataAsset_MagicallyChangeConfig_ReadConfigFromUnit) == 0x000008, "Wrong alignment on BGWDataAsset_MagicallyChangeConfig_ReadConfigFromUnit"); \ +static_assert(sizeof(BGWDataAsset_MagicallyChangeConfig_ReadConfigFromUnit) == 0x000008, "Wrong size on BGWDataAsset_MagicallyChangeConfig_ReadConfigFromUnit"); \ +static_assert(offsetof(BGWDataAsset_MagicallyChangeConfig_ReadConfigFromUnit, Tamer) == 0x000000, "Member 'BGWDataAsset_MagicallyChangeConfig_ReadConfigFromUnit::Tamer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_MagicallyChangeConfig \ +static_assert(alignof(UBGWDataAsset_MagicallyChangeConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_MagicallyChangeConfig"); \ +static_assert(sizeof(UBGWDataAsset_MagicallyChangeConfig) == 0x0000B0, "Wrong size on UBGWDataAsset_MagicallyChangeConfig"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, UnitScale) == 0x000030, "Member 'UBGWDataAsset_MagicallyChangeConfig::UnitScale' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, CapsuleHalfHeight) == 0x000034, "Member 'UBGWDataAsset_MagicallyChangeConfig::CapsuleHalfHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, capsuleRadius) == 0x000038, "Member 'UBGWDataAsset_MagicallyChangeConfig::capsuleRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, SKMesh) == 0x000040, "Member 'UBGWDataAsset_MagicallyChangeConfig::SKMesh' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, Materials) == 0x000048, "Member 'UBGWDataAsset_MagicallyChangeConfig::Materials' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, ABPClass) == 0x000058, "Member 'UBGWDataAsset_MagicallyChangeConfig::ABPClass' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, PhysicsAsset) == 0x000060, "Member 'UBGWDataAsset_MagicallyChangeConfig::PhysicsAsset' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, TFXConfig) == 0x000068, "Member 'UBGWDataAsset_MagicallyChangeConfig::TFXConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, Weapons) == 0x000078, "Member 'UBGWDataAsset_MagicallyChangeConfig::Weapons' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, InteractBones) == 0x000088, "Member 'UBGWDataAsset_MagicallyChangeConfig::InteractBones' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, Override_AbnormalDispID_Attacker) == 0x000098, "Member 'UBGWDataAsset_MagicallyChangeConfig::Override_AbnormalDispID_Attacker' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, Override_AbnormalDispID_Victim) == 0x00009C, "Member 'UBGWDataAsset_MagicallyChangeConfig::Override_AbnormalDispID_Victim' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_MagicallyChangeConfig, TamerAssetPath) == 0x0000A0, "Member 'UBGWDataAsset_MagicallyChangeConfig::TamerAssetPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUGroupAIArea \ +static_assert(alignof(ABGUGroupAIArea) == 0x000008, "Wrong alignment on ABGUGroupAIArea"); \ +static_assert(sizeof(ABGUGroupAIArea) == 0x000330, "Wrong size on ABGUGroupAIArea"); \ +static_assert(offsetof(ABGUGroupAIArea, GroupAIAreaConfigInfoComp) == 0x000328, "Member 'ABGUGroupAIArea::GroupAIAreaConfigInfoComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_SetSDFSolverCenter_OnNotifyBegin \ +static_assert(alignof(BSNS_SetSDFSolverCenter_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_SetSDFSolverCenter_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_SetSDFSolverCenter_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_SetSDFSolverCenter_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_SetSDFSolverCenter_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_SetSDFSolverCenter_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_SetSDFSolverCenter_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_SetSDFSolverCenter_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_SetSDFSolverCenter_OnNotifyEnd \ +static_assert(alignof(BSNS_SetSDFSolverCenter_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_SetSDFSolverCenter_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_SetSDFSolverCenter_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_SetSDFSolverCenter_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_SetSDFSolverCenter_OnNotifyEnd, InPlayer) == 0x000000, "Member 'BSNS_SetSDFSolverCenter_OnNotifyEnd::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_SetSDFSolverCenter_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_SetSDFSolverCenter_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_SetSDFSolverCenter \ +static_assert(alignof(UBSNS_SetSDFSolverCenter) == 0x000008, "Wrong alignment on UBSNS_SetSDFSolverCenter"); \ +static_assert(sizeof(UBSNS_SetSDFSolverCenter) == 0x000108, "Wrong size on UBSNS_SetSDFSolverCenter"); \ +static_assert(offsetof(UBSNS_SetSDFSolverCenter, UnitGuid) == 0x000100, "Member 'UBSNS_SetSDFSolverCenter::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BuffTriggerAreaDataComp \ +static_assert(alignof(UBUS_BuffTriggerAreaDataComp) == 0x000008, "Wrong alignment on UBUS_BuffTriggerAreaDataComp"); \ +static_assert(sizeof(UBUS_BuffTriggerAreaDataComp) == 0x0000D0, "Wrong size on UBUS_BuffTriggerAreaDataComp"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Transit \ +static_assert(alignof(UBED_FSMNode_Transit) == 0x000008, "Wrong alignment on UBED_FSMNode_Transit"); \ +static_assert(sizeof(UBED_FSMNode_Transit) == 0x0002C8, "Wrong size on UBED_FSMNode_Transit"); \ + +#define DUMPER7_ASSERTS_BGWTickRateOptimizeWorldSubSystem_OnWorldBeginPlayCS \ +static_assert(alignof(BGWTickRateOptimizeWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong alignment on BGWTickRateOptimizeWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(sizeof(BGWTickRateOptimizeWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong size on BGWTickRateOptimizeWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(offsetof(BGWTickRateOptimizeWorldSubSystem_OnWorldBeginPlayCS, InWorld) == 0x000000, "Member 'BGWTickRateOptimizeWorldSubSystem_OnWorldBeginPlayCS::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWTickRateOptimizeWorldSubSystem_DoesSupportWorldTypeCS \ +static_assert(alignof(BGWTickRateOptimizeWorldSubSystem_DoesSupportWorldTypeCS) == 0x000004, "Wrong alignment on BGWTickRateOptimizeWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(sizeof(BGWTickRateOptimizeWorldSubSystem_DoesSupportWorldTypeCS) == 0x000008, "Wrong size on BGWTickRateOptimizeWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(offsetof(BGWTickRateOptimizeWorldSubSystem_DoesSupportWorldTypeCS, WorldType) == 0x000000, "Member 'BGWTickRateOptimizeWorldSubSystem_DoesSupportWorldTypeCS::WorldType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWTickRateOptimizeWorldSubSystem \ +static_assert(alignof(UBGWTickRateOptimizeWorldSubSystem) == 0x000008, "Wrong alignment on UBGWTickRateOptimizeWorldSubSystem"); \ +static_assert(sizeof(UBGWTickRateOptimizeWorldSubSystem) == 0x000040, "Wrong size on UBGWTickRateOptimizeWorldSubSystem"); \ + +#define DUMPER7_ASSERTS_ABGUForceOriginalFormTriggerArea \ +static_assert(alignof(ABGUForceOriginalFormTriggerArea) == 0x000008, "Wrong alignment on ABGUForceOriginalFormTriggerArea"); \ +static_assert(sizeof(ABGUForceOriginalFormTriggerArea) == 0x000330, "Wrong size on ABGUForceOriginalFormTriggerArea"); \ +static_assert(offsetof(ABGUForceOriginalFormTriggerArea, ForceOriginalFormAreaConfigComp) == 0x000328, "Member 'ABGUForceOriginalFormTriggerArea::ForceOriginalFormAreaConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_ExitGroupAI \ +static_assert(alignof(UBAIT_ExitGroupAI) == 0x000008, "Wrong alignment on UBAIT_ExitGroupAI"); \ +static_assert(sizeof(UBAIT_ExitGroupAI) == 0x0000A8, "Wrong size on UBAIT_ExitGroupAI"); \ + +#define DUMPER7_ASSERTS_UBUS_ProcessGraphEditComp \ +static_assert(alignof(UBUS_ProcessGraphEditComp) == 0x000008, "Wrong alignment on UBUS_ProcessGraphEditComp"); \ +static_assert(sizeof(UBUS_ProcessGraphEditComp) == 0x0000D8, "Wrong size on UBUS_ProcessGraphEditComp"); \ +static_assert(offsetof(UBUS_ProcessGraphEditComp, ProcessAssets) == 0x0000C8, "Member 'UBUS_ProcessGraphEditComp::ProcessAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PlayGoDownloadIncompleteImpl::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetCurveValueForCamOffset_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCurveValueForCamOffset_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSetCurveValueForCamOffset_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSetCurveValueForCamOffset_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSetCurveValueForCamOffset_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSetCurveValueForCamOffset_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSetCurveValueForCamOffset_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCurveValueForCamOffset_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetCurveValueForCamOffset \ +static_assert(alignof(UBANS_GSSetCurveValueForCamOffset) == 0x000008, "Wrong alignment on UBANS_GSSetCurveValueForCamOffset"); \ +static_assert(sizeof(UBANS_GSSetCurveValueForCamOffset) == 0x000068, "Wrong size on UBANS_GSSetCurveValueForCamOffset"); \ +static_assert(offsetof(UBANS_GSSetCurveValueForCamOffset, CameraOffsetSetting) == 0x000048, "Member 'UBANS_GSSetCurveValueForCamOffset::CameraOffsetSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ForceOriginalFormAreaDataComp \ +static_assert(alignof(UBUS_ForceOriginalFormAreaDataComp) == 0x000008, "Wrong alignment on UBUS_ForceOriginalFormAreaDataComp"); \ +static_assert(sizeof(UBUS_ForceOriginalFormAreaDataComp) == 0x0000D0, "Wrong size on UBUS_ForceOriginalFormAreaDataComp"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckUpAxisAngle \ +static_assert(alignof(UBAID_CheckUpAxisAngle) == 0x000008, "Wrong alignment on UBAID_CheckUpAxisAngle"); \ +static_assert(sizeof(UBAID_CheckUpAxisAngle) == 0x0000B8, "Wrong size on UBAID_CheckUpAxisAngle"); \ +static_assert(offsetof(UBAID_CheckUpAxisAngle, MinAngle) == 0x000090, "Member 'UBAID_CheckUpAxisAngle::MinAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckUpAxisAngle, MaxAngle) == 0x000094, "Member 'UBAID_CheckUpAxisAngle::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckUpAxisAngle, DirectionBaseSocket) == 0x00009C, "Member 'UBAID_CheckUpAxisAngle::DirectionBaseSocket' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckUpAxisAngle, ForwardSocket) == 0x0000A4, "Member 'UBAID_CheckUpAxisAngle::ForwardSocket' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckUpAxisAngle, UpSocket) == 0x0000AC, "Member 'UBAID_CheckUpAxisAngle::UpSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetCurveValueToSimulateFog \ +static_assert(alignof(UBANS_GSSetCurveValueToSimulateFog) == 0x000008, "Wrong alignment on UBANS_GSSetCurveValueToSimulateFog"); \ +static_assert(sizeof(UBANS_GSSetCurveValueToSimulateFog) == 0x000058, "Wrong size on UBANS_GSSetCurveValueToSimulateFog"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToSimulateFog, FloatCurveParamList) == 0x000048, "Member 'UBANS_GSSetCurveValueToSimulateFog::FloatCurveParamList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GroupAIAreaConfigInfoComp \ +static_assert(alignof(UBUS_GroupAIAreaConfigInfoComp) == 0x000008, "Wrong alignment on UBUS_GroupAIAreaConfigInfoComp"); \ +static_assert(sizeof(UBUS_GroupAIAreaConfigInfoComp) == 0x0000D8, "Wrong size on UBUS_GroupAIAreaConfigInfoComp"); \ +static_assert(offsetof(UBUS_GroupAIAreaConfigInfoComp, GroupAIMgrConfigDA) == 0x0000C8, "Member 'UBUS_GroupAIAreaConfigInfoComp::GroupAIMgrConfigDA' has a wrong offset!"); \ +static_assert(offsetof(UBUS_GroupAIAreaConfigInfoComp, GroupAIBattleHotZoneConfigDA) == 0x0000D0, "Member 'UBUS_GroupAIAreaConfigInfoComp::GroupAIBattleHotZoneConfigDA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_TemplateBase_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessMachineNode_TemplateBase_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_TemplateBase_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_TemplateBase_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_TemplateBase_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_TemplateBase_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_TemplateBase_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_TemplateBase \ +static_assert(alignof(UBED_ProcessMachineNode_TemplateBase) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_TemplateBase"); \ +static_assert(sizeof(UBED_ProcessMachineNode_TemplateBase) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode_TemplateBase"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Story_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_Story_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_Story_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_Story_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_Story_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_Story_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_Story_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Story \ +static_assert(alignof(UBED_ProcessMachineNode_Story) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Story"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Story) == 0x0002F0, "Wrong size on UBED_ProcessMachineNode_Story"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Story, MatchPositionType) == 0x0002A0, "Member 'UBED_ProcessMachineNode_Story::MatchPositionType' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Story, Overlap) == 0x0002A4, "Member 'UBED_ProcessMachineNode_Story::Overlap' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Story, Sequence) == 0x0002B8, "Member 'UBED_ProcessMachineNode_Story::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Story, SequenceID) == 0x0002C8, "Member 'UBED_ProcessMachineNode_Story::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Story, GainItems) == 0x0002D0, "Member 'UBED_ProcessMachineNode_Story::GainItems' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Story, ChapterID) == 0x0002E4, "Member 'UBED_ProcessMachineNode_Story::ChapterID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_IntervalTriggerAreaConfigComp \ +static_assert(alignof(UBUS_IntervalTriggerAreaConfigComp) == 0x000008, "Wrong alignment on UBUS_IntervalTriggerAreaConfigComp"); \ +static_assert(sizeof(UBUS_IntervalTriggerAreaConfigComp) == 0x000158, "Wrong size on UBUS_IntervalTriggerAreaConfigComp"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, TriggerInterval) == 0x0000CC, "Member 'UBUS_IntervalTriggerAreaConfigComp::TriggerInterval' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, DuringTime) == 0x0000D0, "Member 'UBUS_IntervalTriggerAreaConfigComp::DuringTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, AddBuffList) == 0x0000D8, "Member 'UBUS_IntervalTriggerAreaConfigComp::AddBuffList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, PlayerAddBuffList) == 0x0000E8, "Member 'UBUS_IntervalTriggerAreaConfigComp::PlayerAddBuffList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, IgnoredChrs) == 0x0000F8, "Member 'UBUS_IntervalTriggerAreaConfigComp::IgnoredChrs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, IgnoredPerceptionSettingChrs) == 0x000108, "Member 'UBUS_IntervalTriggerAreaConfigComp::IgnoredPerceptionSettingChrs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, AIPerceptionSetting) == 0x000118, "Member 'UBUS_IntervalTriggerAreaConfigComp::AIPerceptionSetting' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, PostProcessMatConfig) == 0x000120, "Member 'UBUS_IntervalTriggerAreaConfigComp::PostProcessMatConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, AkEventBegin) == 0x000128, "Member 'UBUS_IntervalTriggerAreaConfigComp::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, AkEventStop) == 0x000130, "Member 'UBUS_IntervalTriggerAreaConfigComp::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, VolumeBGMConfigDA) == 0x000138, "Member 'UBUS_IntervalTriggerAreaConfigComp::VolumeBGMConfigDA' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerAreaConfigComp, VolumeGroupConfig) == 0x000140, "Member 'UBUS_IntervalTriggerAreaConfigComp::VolumeGroupConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputSettingsPreProcEvent_OnMouseButtonDownEvent \ +static_assert(alignof(UGSInputSettingsPreProcEvent_OnMouseButtonDownEvent) == 0x000008, "Wrong alignment on UGSInputSettingsPreProcEvent_OnMouseButtonDownEvent"); \ +static_assert(sizeof(UGSInputSettingsPreProcEvent_OnMouseButtonDownEvent) == 0x000090, "Wrong size on UGSInputSettingsPreProcEvent_OnMouseButtonDownEvent"); \ +static_assert(offsetof(UGSInputSettingsPreProcEvent_OnMouseButtonDownEvent, InMouseEvent) == 0x000000, "Member 'UGSInputSettingsPreProcEvent_OnMouseButtonDownEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputSettingsPreProcEvent_OnMouseButtonUpEvent \ +static_assert(alignof(UGSInputSettingsPreProcEvent_OnMouseButtonUpEvent) == 0x000008, "Wrong alignment on UGSInputSettingsPreProcEvent_OnMouseButtonUpEvent"); \ +static_assert(sizeof(UGSInputSettingsPreProcEvent_OnMouseButtonUpEvent) == 0x000090, "Wrong size on UGSInputSettingsPreProcEvent_OnMouseButtonUpEvent"); \ +static_assert(offsetof(UGSInputSettingsPreProcEvent_OnMouseButtonUpEvent, InMouseEvent) == 0x000000, "Member 'UGSInputSettingsPreProcEvent_OnMouseButtonUpEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputSettingsPreProcEvent_OnKeyDownEvent \ +static_assert(alignof(UGSInputSettingsPreProcEvent_OnKeyDownEvent) == 0x000008, "Wrong alignment on UGSInputSettingsPreProcEvent_OnKeyDownEvent"); \ +static_assert(sizeof(UGSInputSettingsPreProcEvent_OnKeyDownEvent) == 0x000038, "Wrong size on UGSInputSettingsPreProcEvent_OnKeyDownEvent"); \ +static_assert(offsetof(UGSInputSettingsPreProcEvent_OnKeyDownEvent, InKeyEvent) == 0x000000, "Member 'UGSInputSettingsPreProcEvent_OnKeyDownEvent::InKeyEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSInputSettingsPreProcEvent_OnKeyUpEvent \ +static_assert(alignof(UGSInputSettingsPreProcEvent_OnKeyUpEvent) == 0x000008, "Wrong alignment on UGSInputSettingsPreProcEvent_OnKeyUpEvent"); \ +static_assert(sizeof(UGSInputSettingsPreProcEvent_OnKeyUpEvent) == 0x000038, "Wrong size on UGSInputSettingsPreProcEvent_OnKeyUpEvent"); \ +static_assert(offsetof(UGSInputSettingsPreProcEvent_OnKeyUpEvent, InKeyEvent) == 0x000000, "Member 'UGSInputSettingsPreProcEvent_OnKeyUpEvent::InKeyEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGSInputSettingsPreProcEvent \ +static_assert(alignof(UUGSInputSettingsPreProcEvent) == 0x000008, "Wrong alignment on UUGSInputSettingsPreProcEvent"); \ +static_assert(sizeof(UUGSInputSettingsPreProcEvent) == 0x000028, "Wrong size on UUGSInputSettingsPreProcEvent"); \ + +#define DUMPER7_ASSERTS_UBAID_CreateRequest \ +static_assert(alignof(UBAID_CreateRequest) == 0x000008, "Wrong alignment on UBAID_CreateRequest"); \ +static_assert(sizeof(UBAID_CreateRequest) == 0x000118, "Wrong size on UBAID_CreateRequest"); \ +static_assert(offsetof(UBAID_CreateRequest, RequiredFeatureList) == 0x000090, "Member 'UBAID_CreateRequest::RequiredFeatureList' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, InverseList) == 0x0000A0, "Member 'UBAID_CreateRequest::InverseList' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, AIRequestType) == 0x0000B0, "Member 'UBAID_CreateRequest::AIRequestType' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, FeatureTestList) == 0x0000B8, "Member 'UBAID_CreateRequest::FeatureTestList' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, FeatureCheckAngleTestList) == 0x0000C8, "Member 'UBAID_CreateRequest::FeatureCheckAngleTestList' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, FeatureDistanceTest) == 0x0000D8, "Member 'UBAID_CreateRequest::FeatureDistanceTest' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, RingPointGenerate) == 0x0000DC, "Member 'UBAID_CreateRequest::RingPointGenerate' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, PointGenBaseType) == 0x0000ED, "Member 'UBAID_CreateRequest::PointGenBaseType' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, PointTestList) == 0x0000F0, "Member 'UBAID_CreateRequest::PointTestList' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, CheckAngleTestList) == 0x000100, "Member 'UBAID_CreateRequest::CheckAngleTestList' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CreateRequest, DistanceTest) == 0x000110, "Member 'UBAID_CreateRequest::DistanceTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToStandAlone"); \ + +#define DUMPER7_ASSERTS_ABGUUpdraftArea \ +static_assert(alignof(ABGUUpdraftArea) == 0x000008, "Wrong alignment on ABGUUpdraftArea"); \ +static_assert(sizeof(ABGUUpdraftArea) == 0x000330, "Wrong size on ABGUUpdraftArea"); \ +static_assert(offsetof(ABGUUpdraftArea, UpdraftConfigInfoComp) == 0x000328, "Member 'ABGUUpdraftArea::UpdraftConfigInfoComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AreaConfigInfoComp \ +static_assert(alignof(UBUS_AreaConfigInfoComp) == 0x000008, "Wrong alignment on UBUS_AreaConfigInfoComp"); \ +static_assert(sizeof(UBUS_AreaConfigInfoComp) == 0x0000F0, "Wrong size on UBUS_AreaConfigInfoComp"); \ +static_assert(offsetof(UBUS_AreaConfigInfoComp, AreaType) == 0x0000C8, "Member 'UBUS_AreaConfigInfoComp::AreaType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AreaConfigInfoComp, UnitFilter) == 0x0000D0, "Member 'UBUS_AreaConfigInfoComp::UnitFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_AreaOverlapComp_OnActorLeave_EnterArea \ +static_assert(alignof(BUS_AreaOverlapComp_OnActorLeave_EnterArea) == 0x000008, "Wrong alignment on BUS_AreaOverlapComp_OnActorLeave_EnterArea"); \ +static_assert(sizeof(BUS_AreaOverlapComp_OnActorLeave_EnterArea) == 0x000020, "Wrong size on BUS_AreaOverlapComp_OnActorLeave_EnterArea"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorLeave_EnterArea, OverlappedComponent) == 0x000000, "Member 'BUS_AreaOverlapComp_OnActorLeave_EnterArea::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorLeave_EnterArea, OtherActor) == 0x000008, "Member 'BUS_AreaOverlapComp_OnActorLeave_EnterArea::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorLeave_EnterArea, OtherComp) == 0x000010, "Member 'BUS_AreaOverlapComp_OnActorLeave_EnterArea::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorLeave_EnterArea, OtherBodyIndex) == 0x000018, "Member 'BUS_AreaOverlapComp_OnActorLeave_EnterArea::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_AreaOverlapComp_OnActorEnter_EnterArea \ +static_assert(alignof(BUS_AreaOverlapComp_OnActorEnter_EnterArea) == 0x000008, "Wrong alignment on BUS_AreaOverlapComp_OnActorEnter_EnterArea"); \ +static_assert(sizeof(BUS_AreaOverlapComp_OnActorEnter_EnterArea) == 0x000108, "Wrong size on BUS_AreaOverlapComp_OnActorEnter_EnterArea"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorEnter_EnterArea, OverlappedComponent) == 0x000000, "Member 'BUS_AreaOverlapComp_OnActorEnter_EnterArea::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorEnter_EnterArea, OtherActor) == 0x000008, "Member 'BUS_AreaOverlapComp_OnActorEnter_EnterArea::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorEnter_EnterArea, OtherComp) == 0x000010, "Member 'BUS_AreaOverlapComp_OnActorEnter_EnterArea::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorEnter_EnterArea, OtherBodyIndex) == 0x000018, "Member 'BUS_AreaOverlapComp_OnActorEnter_EnterArea::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorEnter_EnterArea, SweepResult) == 0x000020, "Member 'BUS_AreaOverlapComp_OnActorEnter_EnterArea::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_AreaOverlapComp_OnActorLeaveActor \ +static_assert(alignof(BUS_AreaOverlapComp_OnActorLeaveActor) == 0x000008, "Wrong alignment on BUS_AreaOverlapComp_OnActorLeaveActor"); \ +static_assert(sizeof(BUS_AreaOverlapComp_OnActorLeaveActor) == 0x000010, "Wrong size on BUS_AreaOverlapComp_OnActorLeaveActor"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorLeaveActor, OverlappedActor) == 0x000000, "Member 'BUS_AreaOverlapComp_OnActorLeaveActor::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorLeaveActor, OtherActor) == 0x000008, "Member 'BUS_AreaOverlapComp_OnActorLeaveActor::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_AreaOverlapComp_OnActorEnterActor \ +static_assert(alignof(BUS_AreaOverlapComp_OnActorEnterActor) == 0x000008, "Wrong alignment on BUS_AreaOverlapComp_OnActorEnterActor"); \ +static_assert(sizeof(BUS_AreaOverlapComp_OnActorEnterActor) == 0x000010, "Wrong size on BUS_AreaOverlapComp_OnActorEnterActor"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorEnterActor, OverlappedActor) == 0x000000, "Member 'BUS_AreaOverlapComp_OnActorEnterActor::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_AreaOverlapComp_OnActorEnterActor, OtherActor) == 0x000008, "Member 'BUS_AreaOverlapComp_OnActorEnterActor::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AreaOverlapComp \ +static_assert(alignof(UBUS_AreaOverlapComp) == 0x000008, "Wrong alignment on UBUS_AreaOverlapComp"); \ +static_assert(sizeof(UBUS_AreaOverlapComp) == 0x000028, "Wrong size on UBUS_AreaOverlapComp"); \ + +#define DUMPER7_ASSERTS_ABGUSequenceBoundingBoxActor \ +static_assert(alignof(ABGUSequenceBoundingBoxActor) == 0x000008, "Wrong alignment on ABGUSequenceBoundingBoxActor"); \ +static_assert(sizeof(ABGUSequenceBoundingBoxActor) == 0x000298, "Wrong size on ABGUSequenceBoundingBoxActor"); \ +static_assert(offsetof(ABGUSequenceBoundingBoxActor, SceneRoot) == 0x000290, "Member 'ABGUSequenceBoundingBoxActor::SceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUShadowActorStaticBase \ +static_assert(alignof(ABGUShadowActorStaticBase) == 0x000008, "Wrong alignment on ABGUShadowActorStaticBase"); \ +static_assert(sizeof(ABGUShadowActorStaticBase) == 0x000348, "Wrong size on ABGUShadowActorStaticBase"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, BodyMesh) == 0x000308, "Member 'ABGUShadowActorStaticBase::BodyMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, HeadMesh) == 0x000310, "Member 'ABGUShadowActorStaticBase::HeadMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, ArmMesh) == 0x000318, "Member 'ABGUShadowActorStaticBase::ArmMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, FootMesh) == 0x000320, "Member 'ABGUShadowActorStaticBase::FootMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, WeaponMesh) == 0x000328, "Member 'ABGUShadowActorStaticBase::WeaponMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, HuluMesh) == 0x000330, "Member 'ABGUShadowActorStaticBase::HuluMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, TailMesh) == 0x000338, "Member 'ABGUShadowActorStaticBase::TailMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorStaticBase, HairMesh) == 0x000340, "Member 'ABGUShadowActorStaticBase::HairMesh' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddBuffByID_GSValidateInputCS \ +static_assert(alignof(BANS_GSAddBuffByID_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSAddBuffByID_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSAddBuffByID_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSAddBuffByID_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSAddBuffByID_GSValidateInputCS, Actor) == 0x000000, "Member 'BANS_GSAddBuffByID_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddBuffByID_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAddBuffByID_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAddBuffByID_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAddBuffByID_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAddBuffByID_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAddBuffByID_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddBuffByID_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAddBuffByID_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAddBuffByID_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddBuffByID_GSNotifyTickCS \ +static_assert(alignof(BANS_GSAddBuffByID_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSAddBuffByID_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSAddBuffByID_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSAddBuffByID_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSAddBuffByID_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddBuffByID_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAddBuffByID_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSAddBuffByID_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddBuffByID_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAddBuffByID_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAddBuffByID_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAddBuffByID_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAddBuffByID_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAddBuffByID_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddBuffByID_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAddBuffByID \ +static_assert(alignof(UBANS_GSAddBuffByID) == 0x000008, "Wrong alignment on UBANS_GSAddBuffByID"); \ +static_assert(sizeof(UBANS_GSAddBuffByID) == 0x000058, "Wrong size on UBANS_GSAddBuffByID"); \ +static_assert(offsetof(UBANS_GSAddBuffByID, BuffID) == 0x000048, "Member 'UBANS_GSAddBuffByID::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAddBuffByID, BuffLayer) == 0x00004C, "Member 'UBANS_GSAddBuffByID::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDeadZone \ +static_assert(alignof(ABGUDeadZone) == 0x000008, "Wrong alignment on ABGUDeadZone"); \ +static_assert(sizeof(ABGUDeadZone) == 0x000328, "Wrong size on ABGUDeadZone"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_CustomEvent \ +static_assert(alignof(UMovieNodeInstance_CustomEvent) == 0x000008, "Wrong alignment on UMovieNodeInstance_CustomEvent"); \ +static_assert(sizeof(UMovieNodeInstance_CustomEvent) == 0x000028, "Wrong size on UMovieNodeInstance_CustomEvent"); \ + +#define DUMPER7_ASSERTS_UBUS_DeadZoneLogicComp \ +static_assert(alignof(UBUS_DeadZoneLogicComp) == 0x000008, "Wrong alignment on UBUS_DeadZoneLogicComp"); \ +static_assert(sizeof(UBUS_DeadZoneLogicComp) == 0x000028, "Wrong size on UBUS_DeadZoneLogicComp"); \ + +#define DUMPER7_ASSERTS_ABGUSafeLandArea \ +static_assert(alignof(ABGUSafeLandArea) == 0x000008, "Wrong alignment on ABGUSafeLandArea"); \ +static_assert(sizeof(ABGUSafeLandArea) == 0x000328, "Wrong size on ABGUSafeLandArea"); \ + +#define DUMPER7_ASSERTS_UBUS_DamageCastDataComp \ +static_assert(alignof(UBUS_DamageCastDataComp) == 0x000008, "Wrong alignment on UBUS_DamageCastDataComp"); \ +static_assert(sizeof(UBUS_DamageCastDataComp) == 0x0000D0, "Wrong size on UBUS_DamageCastDataComp"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_State_GetContextOutputsInCS \ +static_assert(alignof(BED_ComboNode_State_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ComboNode_State_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ComboNode_State_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ComboNode_State_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ComboNode_State_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ComboNode_State_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_State_PostPropertyChanged \ +static_assert(alignof(BED_ComboNode_State_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ComboNode_State_PostPropertyChanged"); \ +static_assert(sizeof(BED_ComboNode_State_PostPropertyChanged) == 0x000020, "Wrong size on BED_ComboNode_State_PostPropertyChanged"); \ +static_assert(offsetof(BED_ComboNode_State_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ComboNode_State_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboNode_State_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ComboNode_State_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode_State \ +static_assert(alignof(UBED_ComboNode_State) == 0x000008, "Wrong alignment on UBED_ComboNode_State"); \ +static_assert(sizeof(UBED_ComboNode_State) == 0x0002F0, "Wrong size on UBED_ComboNode_State"); \ +static_assert(offsetof(UBED_ComboNode_State, OptionalPins) == 0x0002A0, "Member 'UBED_ComboNode_State::OptionalPins' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode_Idle \ +static_assert(alignof(UBED_ComboNode_Idle) == 0x000008, "Wrong alignment on UBED_ComboNode_Idle"); \ +static_assert(sizeof(UBED_ComboNode_Idle) == 0x0002F0, "Wrong size on UBED_ComboNode_Idle"); \ + +#define DUMPER7_ASSERTS_UBUS_UpdraftConfigInfoComp \ +static_assert(alignof(UBUS_UpdraftConfigInfoComp) == 0x000008, "Wrong alignment on UBUS_UpdraftConfigInfoComp"); \ +static_assert(sizeof(UBUS_UpdraftConfigInfoComp) == 0x0000D8, "Wrong size on UBUS_UpdraftConfigInfoComp"); \ +static_assert(offsetof(UBUS_UpdraftConfigInfoComp, UpVelocity) == 0x0000C8, "Member 'UBUS_UpdraftConfigInfoComp::UpVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBUS_UpdraftConfigInfoComp, CD) == 0x0000CC, "Member 'UBUS_UpdraftConfigInfoComp::CD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_PerformerDestructibleDestroyComp_TickComponentInCS \ +static_assert(alignof(BUS_PerformerDestructibleDestroyComp_TickComponentInCS) == 0x000004, "Wrong alignment on BUS_PerformerDestructibleDestroyComp_TickComponentInCS"); \ +static_assert(sizeof(BUS_PerformerDestructibleDestroyComp_TickComponentInCS) == 0x000004, "Wrong size on BUS_PerformerDestructibleDestroyComp_TickComponentInCS"); \ +static_assert(offsetof(BUS_PerformerDestructibleDestroyComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BUS_PerformerDestructibleDestroyComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_PerformerDestructibleDestroyComp_SetEnableDestroyDestructible \ +static_assert(alignof(BUS_PerformerDestructibleDestroyComp_SetEnableDestroyDestructible) == 0x000001, "Wrong alignment on BUS_PerformerDestructibleDestroyComp_SetEnableDestroyDestructible"); \ +static_assert(sizeof(BUS_PerformerDestructibleDestroyComp_SetEnableDestroyDestructible) == 0x000001, "Wrong size on BUS_PerformerDestructibleDestroyComp_SetEnableDestroyDestructible"); \ + +#define DUMPER7_ASSERTS_UBUS_PerformerDestructibleDestroyComp \ +static_assert(alignof(UBUS_PerformerDestructibleDestroyComp) == 0x000008, "Wrong alignment on UBUS_PerformerDestructibleDestroyComp"); \ +static_assert(sizeof(UBUS_PerformerDestructibleDestroyComp) == 0x0000E0, "Wrong size on UBUS_PerformerDestructibleDestroyComp"); \ +static_assert(offsetof(UBUS_PerformerDestructibleDestroyComp, HitStrengthLevel) == 0x0000D1, "Member 'UBUS_PerformerDestructibleDestroyComp::HitStrengthLevel' has a wrong offset!"); \ +static_assert(offsetof(UBUS_PerformerDestructibleDestroyComp, HitShapeTag) == 0x0000D4, "Member 'UBUS_PerformerDestructibleDestroyComp::HitShapeTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_MapSprite \ +static_assert(alignof(UBUI_MapSprite) == 0x000008, "Wrong alignment on UBUI_MapSprite"); \ +static_assert(sizeof(UBUI_MapSprite) == 0x0003D8, "Wrong size on UBUI_MapSprite"); \ + +#define DUMPER7_ASSERTS_ABGUCricketMgrActor \ +static_assert(alignof(ABGUCricketMgrActor) == 0x000008, "Wrong alignment on ABGUCricketMgrActor"); \ +static_assert(sizeof(ABGUCricketMgrActor) == 0x000310, "Wrong size on ABGUCricketMgrActor"); \ +static_assert(offsetof(ABGUCricketMgrActor, CricketMgrConfigComp) == 0x000308, "Member 'ABGUCricketMgrActor::CricketMgrConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_CricketMgrConfigComp \ +static_assert(alignof(UBUS_CricketMgrConfigComp) == 0x000008, "Wrong alignment on UBUS_CricketMgrConfigComp"); \ +static_assert(sizeof(UBUS_CricketMgrConfigComp) == 0x000128, "Wrong size on UBUS_CricketMgrConfigComp"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, CricketTamer) == 0x0000C8, "Member 'UBUS_CricketMgrConfigComp::CricketTamer' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, SpawnProbability) == 0x0000D0, "Member 'UBUS_CricketMgrConfigComp::SpawnProbability' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, SpawnDelayTimeRange) == 0x0000D8, "Member 'UBUS_CricketMgrConfigComp::SpawnDelayTimeRange' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, TrySpawnMaxCount) == 0x0000E8, "Member 'UBUS_CricketMgrConfigComp::TrySpawnMaxCount' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, ReSpawnDelayTime) == 0x0000EC, "Member 'UBUS_CricketMgrConfigComp::ReSpawnDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, MovePointConfig) == 0x0000F0, "Member 'UBUS_CricketMgrConfigComp::MovePointConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, LeaveFightDistance) == 0x000100, "Member 'UBUS_CricketMgrConfigComp::LeaveFightDistance' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, LeaveFightDelayTime) == 0x000104, "Member 'UBUS_CricketMgrConfigComp::LeaveFightDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, InteractConfig) == 0x000108, "Member 'UBUS_CricketMgrConfigComp::InteractConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, ASWeakIdle) == 0x000110, "Member 'UBUS_CricketMgrConfigComp::ASWeakIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, WeakDuration) == 0x000118, "Member 'UBUS_CricketMgrConfigComp::WeakDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, NormalLongPressInteractGroupID) == 0x00011C, "Member 'UBUS_CricketMgrConfigComp::NormalLongPressInteractGroupID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CricketMgrConfigComp, WeakLongPressInteractGroupID) == 0x000120, "Member 'UBUS_CricketMgrConfigComp::WeakLongPressInteractGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoStartUp"); \ + +#define DUMPER7_ASSERTS_UBUS_CricketMgrDataComp \ +static_assert(alignof(UBUS_CricketMgrDataComp) == 0x000008, "Wrong alignment on UBUS_CricketMgrDataComp"); \ +static_assert(sizeof(UBUS_CricketMgrDataComp) == 0x0000D0, "Wrong size on UBUS_CricketMgrDataComp"); \ + +#define DUMPER7_ASSERTS_ABossRushPlayerStart \ +static_assert(alignof(ABossRushPlayerStart) == 0x000008, "Wrong alignment on ABossRushPlayerStart"); \ +static_assert(sizeof(ABossRushPlayerStart) == 0x0002A8, "Wrong size on ABossRushPlayerStart"); \ +static_assert(offsetof(ABossRushPlayerStart, LevelTag) == 0x00028C, "Member 'ABossRushPlayerStart::LevelTag' has a wrong offset!"); \ +static_assert(offsetof(ABossRushPlayerStart, UseType) == 0x000294, "Member 'ABossRushPlayerStart::UseType' has a wrong offset!"); \ +static_assert(offsetof(ABossRushPlayerStart, SceneComponent) == 0x000298, "Member 'ABossRushPlayerStart::SceneComponent' has a wrong offset!"); \ +static_assert(offsetof(ABossRushPlayerStart, ArrowComponent) == 0x0002A0, "Member 'ABossRushPlayerStart::ArrowComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUJJSObstacleBase \ +static_assert(alignof(ABGUJJSObstacleBase) == 0x000008, "Wrong alignment on ABGUJJSObstacleBase"); \ +static_assert(sizeof(ABGUJJSObstacleBase) == 0x000318, "Wrong size on ABGUJJSObstacleBase"); \ +static_assert(offsetof(ABGUJJSObstacleBase, DefaultRootComp) == 0x000308, "Member 'ABGUJJSObstacleBase::DefaultRootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUJJSObstacleBase, JJSObstacleConfigComp) == 0x000310, "Member 'ABGUJJSObstacleBase::JJSObstacleConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_LinkedInstanceBase_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(BUAnimHumanoidCS_LinkedInstanceBase_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimHumanoidCS_LinkedInstanceBase_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(BUAnimHumanoidCS_LinkedInstanceBase_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on BUAnimHumanoidCS_LinkedInstanceBase_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(BUAnimHumanoidCS_LinkedInstanceBase_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'BUAnimHumanoidCS_LinkedInstanceBase_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_LinkedInstanceBase_BlueprintUpdateAnimation \ +static_assert(alignof(BUAnimHumanoidCS_LinkedInstanceBase_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimHumanoidCS_LinkedInstanceBase_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BUAnimHumanoidCS_LinkedInstanceBase_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BUAnimHumanoidCS_LinkedInstanceBase_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BUAnimHumanoidCS_LinkedInstanceBase_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnimHumanoidCS_LinkedInstanceBase_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_LinkedInstanceBase \ +static_assert(alignof(UBUAnimHumanoidCS_LinkedInstanceBase) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_LinkedInstanceBase"); \ +static_assert(sizeof(UBUAnimHumanoidCS_LinkedInstanceBase) == 0x000350, "Wrong size on UBUAnimHumanoidCS_LinkedInstanceBase"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim \ +static_assert(alignof(BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_CloudLocomotion_SetupIdleAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_CloudLocomotion \ +static_assert(alignof(UBUAnimHumanoidCS_CloudLocomotion) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_CloudLocomotion"); \ +static_assert(sizeof(UBUAnimHumanoidCS_CloudLocomotion) == 0x000450, "Wrong size on UBUAnimHumanoidCS_CloudLocomotion"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, LeanPitchAdditvie_Up) == 0x000350, "Member 'UBUAnimHumanoidCS_CloudLocomotion::LeanPitchAdditvie_Up' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, LeanPitchAdditvie_Down) == 0x000358, "Member 'UBUAnimHumanoidCS_CloudLocomotion::LeanPitchAdditvie_Down' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, StartFwd) == 0x000360, "Member 'UBUAnimHumanoidCS_CloudLocomotion::StartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, StartFwdL) == 0x000368, "Member 'UBUAnimHumanoidCS_CloudLocomotion::StartFwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, StartFwdR) == 0x000370, "Member 'UBUAnimHumanoidCS_CloudLocomotion::StartFwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, StartBwdL) == 0x000378, "Member 'UBUAnimHumanoidCS_CloudLocomotion::StartBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, StartBwdR) == 0x000380, "Member 'UBUAnimHumanoidCS_CloudLocomotion::StartBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RunLoop) == 0x000388, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RunLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RushLoop) == 0x000390, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RushLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RunLoopAdditvie_Left) == 0x000398, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RunLoopAdditvie_Left' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RunLoopAdditvie_Right) == 0x0003A0, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RunLoopAdditvie_Right' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RushLoopAdditvie_Left) == 0x0003A8, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RushLoopAdditvie_Left' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RushLoopAdditvie_Right) == 0x0003B0, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RushLoopAdditvie_Right' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RunStop) == 0x0003B8, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RunStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RushStop) == 0x0003C0, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RushStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, InputVelocityAngle) == 0x0003CC, "Member 'UBUAnimHumanoidCS_CloudLocomotion::InputVelocityAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, Velocity) == 0x0003D0, "Member 'UBUAnimHumanoidCS_CloudLocomotion::Velocity' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, MoveAcceleration) == 0x0003E8, "Member 'UBUAnimHumanoidCS_CloudLocomotion::MoveAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, MappedSpeed) == 0x000400, "Member 'UBUAnimHumanoidCS_CloudLocomotion::MappedSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, GaitGroundedState) == 0x000404, "Member 'UBUAnimHumanoidCS_CloudLocomotion::GaitGroundedState' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, StartAngle) == 0x000408, "Member 'UBUAnimHumanoidCS_CloudLocomotion::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, RotationSpeed) == 0x00040C, "Member 'UBUAnimHumanoidCS_CloudLocomotion::RotationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, MaxAcceleration) == 0x000410, "Member 'UBUAnimHumanoidCS_CloudLocomotion::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, InputMoveDir) == 0x000418, "Member 'UBUAnimHumanoidCS_CloudLocomotion::InputMoveDir' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_CloudLocomotion, FinalMoveDir) == 0x000430, "Member 'UBUAnimHumanoidCS_CloudLocomotion::FinalMoveDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUEnvironmentItemStateMachineActor \ +static_assert(alignof(ABGUEnvironmentItemStateMachineActor) == 0x000008, "Wrong alignment on ABGUEnvironmentItemStateMachineActor"); \ +static_assert(sizeof(ABGUEnvironmentItemStateMachineActor) == 0x000320, "Wrong size on ABGUEnvironmentItemStateMachineActor"); \ +static_assert(offsetof(ABGUEnvironmentItemStateMachineActor, EnvironmentItemStateMachineComp) == 0x000308, "Member 'ABGUEnvironmentItemStateMachineActor::EnvironmentItemStateMachineComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUEnvironmentItemStateMachineActor, TriggerBox) == 0x000310, "Member 'ABGUEnvironmentItemStateMachineActor::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUEnvironmentItemStateMachineActor, ExtAbilityMask) == 0x000318, "Member 'ABGUEnvironmentItemStateMachineActor::ExtAbilityMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_WaterSplashMapping \ +static_assert(alignof(UBGWDataAsset_WaterSplashMapping) == 0x000008, "Wrong alignment on UBGWDataAsset_WaterSplashMapping"); \ +static_assert(sizeof(UBGWDataAsset_WaterSplashMapping) == 0x0000A0, "Wrong size on UBGWDataAsset_WaterSplashMapping"); \ +static_assert(offsetof(UBGWDataAsset_WaterSplashMapping, SocketName_PostAudio) == 0x000034, "Member 'UBGWDataAsset_WaterSplashMapping::SocketName_PostAudio' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_WaterSplashMapping, AudioFadeOutTime_Ms) == 0x00003C, "Member 'UBGWDataAsset_WaterSplashMapping::AudioFadeOutTime_Ms' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_WaterSplashMapping, ResourceMap) == 0x000040, "Member 'UBGWDataAsset_WaterSplashMapping::ResourceMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_WaterSplashMapping, CachedSoftObjectActualResources) == 0x000090, "Member 'UBGWDataAsset_WaterSplashMapping::CachedSoftObjectActualResources' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_EnvironmentItemStateMachineComp \ +static_assert(alignof(UBUS_EnvironmentItemStateMachineComp) == 0x000008, "Wrong alignment on UBUS_EnvironmentItemStateMachineComp"); \ +static_assert(sizeof(UBUS_EnvironmentItemStateMachineComp) == 0x0000E8, "Wrong size on UBUS_EnvironmentItemStateMachineComp"); \ +static_assert(offsetof(UBUS_EnvironmentItemStateMachineComp, TriggerUnitFilter) == 0x0000C9, "Member 'UBUS_EnvironmentItemStateMachineComp::TriggerUnitFilter' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EnvironmentItemStateMachineComp, TriggerRange) == 0x0000CC, "Member 'UBUS_EnvironmentItemStateMachineComp::TriggerRange' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EnvironmentItemStateMachineComp, SpecifiedResID) == 0x0000D4, "Member 'UBUS_EnvironmentItemStateMachineComp::SpecifiedResID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EnvironmentItemStateMachineComp, ResIDBlackList) == 0x0000D8, "Member 'UBUS_EnvironmentItemStateMachineComp::ResIDBlackList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_LevelStreamingStateMgr \ +static_assert(alignof(UBGW_LevelStreamingStateMgr) == 0x000008, "Wrong alignment on UBGW_LevelStreamingStateMgr"); \ +static_assert(sizeof(UBGW_LevelStreamingStateMgr) == 0x000028, "Wrong size on UBGW_LevelStreamingStateMgr"); \ + +#define DUMPER7_ASSERTS_BAIS_SurroundObstacleTick_OnPropertyChanged \ +static_assert(alignof(BAIS_SurroundObstacleTick_OnPropertyChanged) == 0x000008, "Wrong alignment on BAIS_SurroundObstacleTick_OnPropertyChanged"); \ +static_assert(sizeof(BAIS_SurroundObstacleTick_OnPropertyChanged) == 0x000020, "Wrong size on BAIS_SurroundObstacleTick_OnPropertyChanged"); \ +static_assert(offsetof(BAIS_SurroundObstacleTick_OnPropertyChanged, MemberName) == 0x000000, "Member 'BAIS_SurroundObstacleTick_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BAIS_SurroundObstacleTick_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BAIS_SurroundObstacleTick_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIS_SurroundObstacleTick \ +static_assert(alignof(UBAIS_SurroundObstacleTick) == 0x000008, "Wrong alignment on UBAIS_SurroundObstacleTick"); \ +static_assert(sizeof(UBAIS_SurroundObstacleTick) == 0x0000C8, "Wrong size on UBAIS_SurroundObstacleTick"); \ +static_assert(offsetof(UBAIS_SurroundObstacleTick, CheckObstacleEQSTemplate) == 0x000098, "Member 'UBAIS_SurroundObstacleTick::CheckObstacleEQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBAIS_SurroundObstacleTick, CheckDistance) == 0x0000A0, "Member 'UBAIS_SurroundObstacleTick::CheckDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAIS_SurroundObstacleTick, CheckPointNum) == 0x0000A4, "Member 'UBAIS_SurroundObstacleTick::CheckPointNum' has a wrong offset!"); \ +static_assert(offsetof(UBAIS_SurroundObstacleTick, CheckPointsWeightList) == 0x0000A8, "Member 'UBAIS_SurroundObstacleTick::CheckPointsWeightList' has a wrong offset!"); \ +static_assert(offsetof(UBAIS_SurroundObstacleTick, EscapeWay) == 0x0000B8, "Member 'UBAIS_SurroundObstacleTick::EscapeWay' has a wrong offset!"); \ +static_assert(offsetof(UBAIS_SurroundObstacleTick, OwnerCharacter) == 0x0000C0, "Member 'UBAIS_SurroundObstacleTick::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_EnvironmentItemStateMachineDataComp \ +static_assert(alignof(UBUS_EnvironmentItemStateMachineDataComp) == 0x000008, "Wrong alignment on UBUS_EnvironmentItemStateMachineDataComp"); \ +static_assert(sizeof(UBUS_EnvironmentItemStateMachineDataComp) == 0x0000D0, "Wrong size on UBUS_EnvironmentItemStateMachineDataComp"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_Idle_GetContextOutputsInCS \ +static_assert(alignof(BED_BossRushNode_Idle_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_BossRushNode_Idle_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_BossRushNode_Idle_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_BossRushNode_Idle_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_BossRushNode_Idle_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_BossRushNode_Idle_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_Idle_PostPropertyChanged \ +static_assert(alignof(BED_BossRushNode_Idle_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_BossRushNode_Idle_PostPropertyChanged"); \ +static_assert(sizeof(BED_BossRushNode_Idle_PostPropertyChanged) == 0x000020, "Wrong size on BED_BossRushNode_Idle_PostPropertyChanged"); \ +static_assert(offsetof(BED_BossRushNode_Idle_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_BossRushNode_Idle_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_BossRushNode_Idle_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_BossRushNode_Idle_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_Idle \ +static_assert(alignof(UBED_BossRushNode_Idle) == 0x000008, "Wrong alignment on UBED_BossRushNode_Idle"); \ +static_assert(sizeof(UBED_BossRushNode_Idle) == 0x0002C8, "Wrong size on UBED_BossRushNode_Idle"); \ +static_assert(offsetof(UBED_BossRushNode_Idle, TransitionConditions) == 0x0002A0, "Member 'UBED_BossRushNode_Idle::TransitionConditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Idle, ProcessActions) == 0x0002B0, "Member 'UBED_BossRushNode_Idle::ProcessActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUBirthPoint_ReceiveEndPlay \ +static_assert(alignof(BUBirthPoint_ReceiveEndPlay) == 0x000001, "Wrong alignment on BUBirthPoint_ReceiveEndPlay"); \ +static_assert(sizeof(BUBirthPoint_ReceiveEndPlay) == 0x000001, "Wrong size on BUBirthPoint_ReceiveEndPlay"); \ +static_assert(offsetof(BUBirthPoint_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BUBirthPoint_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUBirthPoint \ +static_assert(alignof(ABUBirthPoint) == 0x000008, "Wrong alignment on ABUBirthPoint"); \ +static_assert(sizeof(ABUBirthPoint) == 0x0002B8, "Wrong size on ABUBirthPoint"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckTargetIsInPursuitRange \ +static_assert(alignof(UBAID_CheckTargetIsInPursuitRange) == 0x000008, "Wrong alignment on UBAID_CheckTargetIsInPursuitRange"); \ +static_assert(sizeof(UBAID_CheckTargetIsInPursuitRange) == 0x000090, "Wrong size on UBAID_CheckTargetIsInPursuitRange"); \ + +#define DUMPER7_ASSERTS_AnimNotify_GSFootStep_FootR_GSNotifyCS \ +static_assert(alignof(AnimNotify_GSFootStep_FootR_GSNotifyCS) == 0x000008, "Wrong alignment on AnimNotify_GSFootStep_FootR_GSNotifyCS"); \ +static_assert(sizeof(AnimNotify_GSFootStep_FootR_GSNotifyCS) == 0x000048, "Wrong size on AnimNotify_GSFootStep_FootR_GSNotifyCS"); \ +static_assert(offsetof(AnimNotify_GSFootStep_FootR_GSNotifyCS, NotifyParam) == 0x000000, "Member 'AnimNotify_GSFootStep_FootR_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotify_GSFootStep_FootR \ +static_assert(alignof(UAnimNotify_GSFootStep_FootR) == 0x000008, "Wrong alignment on UAnimNotify_GSFootStep_FootR"); \ +static_assert(sizeof(UAnimNotify_GSFootStep_FootR) == 0x000058, "Wrong size on UAnimNotify_GSFootStep_FootR"); \ + +#define DUMPER7_ASSERTS_ABGUFXAnimalActor \ +static_assert(alignof(ABGUFXAnimalActor) == 0x000008, "Wrong alignment on ABGUFXAnimalActor"); \ +static_assert(sizeof(ABGUFXAnimalActor) == 0x000328, "Wrong size on ABGUFXAnimalActor"); \ +static_assert(offsetof(ABGUFXAnimalActor, Root) == 0x000308, "Member 'ABGUFXAnimalActor::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUFXAnimalActor, NiagaraComp) == 0x000310, "Member 'ABGUFXAnimalActor::NiagaraComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUFXAnimalActor, TriggerBox) == 0x000318, "Member 'ABGUFXAnimalActor::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUFXAnimalActor, FXAnimalConfigComp) == 0x000320, "Member 'ABGUFXAnimalActor::FXAnimalConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FXAnimalEditComp \ +static_assert(alignof(UBUS_FXAnimalEditComp) == 0x000008, "Wrong alignment on UBUS_FXAnimalEditComp"); \ +static_assert(sizeof(UBUS_FXAnimalEditComp) == 0x0000E0, "Wrong size on UBUS_FXAnimalEditComp"); \ +static_assert(offsetof(UBUS_FXAnimalEditComp, SpeedType) == 0x0000C8, "Member 'UBUS_FXAnimalEditComp::SpeedType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FXAnimalEditComp, MoveSpeed) == 0x0000CC, "Member 'UBUS_FXAnimalEditComp::MoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FXAnimalEditComp, MoveType) == 0x0000D0, "Member 'UBUS_FXAnimalEditComp::MoveType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FXAnimalEditComp, Time_BeginToDisappear) == 0x0000D4, "Member 'UBUS_FXAnimalEditComp::Time_BeginToDisappear' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FXAnimalEditComp, Time_EscapeToDisappear) == 0x0000D8, "Member 'UBUS_FXAnimalEditComp::Time_EscapeToDisappear' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FXAnimalEditComp, Time_DisappearToDestory) == 0x0000DC, "Member 'UBUS_FXAnimalEditComp::Time_DisappearToDestory' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAIT_SwitchAttackAndWander_OnPropertyChanged \ +static_assert(alignof(BAIT_SwitchAttackAndWander_OnPropertyChanged) == 0x000008, "Wrong alignment on BAIT_SwitchAttackAndWander_OnPropertyChanged"); \ +static_assert(sizeof(BAIT_SwitchAttackAndWander_OnPropertyChanged) == 0x000020, "Wrong size on BAIT_SwitchAttackAndWander_OnPropertyChanged"); \ +static_assert(offsetof(BAIT_SwitchAttackAndWander_OnPropertyChanged, MemberName) == 0x000000, "Member 'BAIT_SwitchAttackAndWander_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BAIT_SwitchAttackAndWander_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BAIT_SwitchAttackAndWander_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_SwitchAttackAndWander \ +static_assert(alignof(UBAIT_SwitchAttackAndWander) == 0x000008, "Wrong alignment on UBAIT_SwitchAttackAndWander"); \ +static_assert(sizeof(UBAIT_SwitchAttackAndWander) == 0x0000C0, "Wrong size on UBAIT_SwitchAttackAndWander"); \ +static_assert(offsetof(UBAIT_SwitchAttackAndWander, SwitchBattleFSMState) == 0x0000A8, "Member 'UBAIT_SwitchAttackAndWander::SwitchBattleFSMState' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SwitchAttackAndWander, MinWanderTime) == 0x0000AC, "Member 'UBAIT_SwitchAttackAndWander::MinWanderTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SwitchAttackAndWander, MaxWanderTime) == 0x0000B0, "Member 'UBAIT_SwitchAttackAndWander::MaxWanderTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SwitchAttackAndWander, MinComboNum) == 0x0000B4, "Member 'UBAIT_SwitchAttackAndWander::MinComboNum' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SwitchAttackAndWander, MaxComboNum) == 0x0000B8, "Member 'UBAIT_SwitchAttackAndWander::MaxComboNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUBattleSC \ +static_assert(alignof(ABGUBattleSC) == 0x000008, "Wrong alignment on ABGUBattleSC"); \ +static_assert(sizeof(ABGUBattleSC) == 0x000310, "Wrong size on ABGUBattleSC"); \ +static_assert(offsetof(ABGUBattleSC, MessageDistributionCenter) == 0x000308, "Member 'ABGUBattleSC::MessageDistributionCenter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_ShowMapTips_GSNotifyCS \ +static_assert(alignof(BAN_ShowMapTips_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_ShowMapTips_GSNotifyCS"); \ +static_assert(sizeof(BAN_ShowMapTips_GSNotifyCS) == 0x000048, "Wrong size on BAN_ShowMapTips_GSNotifyCS"); \ +static_assert(offsetof(BAN_ShowMapTips_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_ShowMapTips_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_ShowMapTips \ +static_assert(alignof(UBAN_ShowMapTips) == 0x000008, "Wrong alignment on UBAN_ShowMapTips"); \ +static_assert(sizeof(UBAN_ShowMapTips) == 0x000058, "Wrong size on UBAN_ShowMapTips"); \ +static_assert(offsetof(UBAN_ShowMapTips, UIWordID) == 0x000050, "Member 'UBAN_ShowMapTips::UIWordID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FXAnimalDataComp \ +static_assert(alignof(UBUS_FXAnimalDataComp) == 0x000008, "Wrong alignment on UBUS_FXAnimalDataComp"); \ +static_assert(sizeof(UBUS_FXAnimalDataComp) == 0x0000D0, "Wrong size on UBUS_FXAnimalDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_MeditationPointConfigComp \ +static_assert(alignof(UBUS_MeditationPointConfigComp) == 0x000008, "Wrong alignment on UBUS_MeditationPointConfigComp"); \ +static_assert(sizeof(UBUS_MeditationPointConfigComp) == 0x0000D0, "Wrong size on UBUS_MeditationPointConfigComp"); \ +static_assert(offsetof(UBUS_MeditationPointConfigComp, MeditationPointConfig) == 0x0000C8, "Member 'UBUS_MeditationPointConfigComp::MeditationPointConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_SweepHitSceneItems_GSNotifyBeginCS \ +static_assert(alignof(BANS_SweepHitSceneItems_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_SweepHitSceneItems_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_SweepHitSceneItems_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_SweepHitSceneItems_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_SweepHitSceneItems_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_SweepHitSceneItems_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_SweepHitSceneItems_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_SweepHitSceneItems_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_SweepHitSceneItems_GSNotifyTickCS \ +static_assert(alignof(BANS_SweepHitSceneItems_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_SweepHitSceneItems_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_SweepHitSceneItems_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_SweepHitSceneItems_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_SweepHitSceneItems_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_SweepHitSceneItems_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_SweepHitSceneItems_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_SweepHitSceneItems_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_SweepHitSceneItems_GSNotifyEndCS \ +static_assert(alignof(BANS_SweepHitSceneItems_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_SweepHitSceneItems_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_SweepHitSceneItems_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_SweepHitSceneItems_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_SweepHitSceneItems_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_SweepHitSceneItems_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_SweepHitSceneItems \ +static_assert(alignof(UBANS_SweepHitSceneItems) == 0x000008, "Wrong alignment on UBANS_SweepHitSceneItems"); \ +static_assert(sizeof(UBANS_SweepHitSceneItems) == 0x0000B8, "Wrong size on UBANS_SweepHitSceneItems"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, SweepCheckShape) == 0x000048, "Member 'UBANS_SweepHitSceneItems::SweepCheckShape' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, BulletID) == 0x000058, "Member 'UBANS_SweepHitSceneItems::BulletID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, AimType) == 0x00005C, "Member 'UBANS_SweepHitSceneItems::AimType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, BulletFlySpd) == 0x000060, "Member 'UBANS_SweepHitSceneItems::BulletFlySpd' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, AimConstraintAxis) == 0x000078, "Member 'UBANS_SweepHitSceneItems::AimConstraintAxis' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, BornDirOffsetX) == 0x000090, "Member 'UBANS_SweepHitSceneItems::BornDirOffsetX' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, BornDirOffsetY) == 0x00009C, "Member 'UBANS_SweepHitSceneItems::BornDirOffsetY' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SweepHitSceneItems, BornDirOffsetZ) == 0x0000A8, "Member 'UBANS_SweepHitSceneItems::BornDirOffsetZ' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_GourdCS \ +static_assert(alignof(UBI_GourdCS) == 0x000008, "Wrong alignment on UBI_GourdCS"); \ +static_assert(sizeof(UBI_GourdCS) == 0x0003D8, "Wrong size on UBI_GourdCS"); \ + +#define DUMPER7_ASSERTS_UBUS_ManualSplineMoveVolumeComp \ +static_assert(alignof(UBUS_ManualSplineMoveVolumeComp) == 0x000008, "Wrong alignment on UBUS_ManualSplineMoveVolumeComp"); \ +static_assert(sizeof(UBUS_ManualSplineMoveVolumeComp) == 0x0000D8, "Wrong size on UBUS_ManualSplineMoveVolumeComp"); \ +static_assert(offsetof(UBUS_ManualSplineMoveVolumeComp, ForwardSplineAnimConfig) == 0x0000C8, "Member 'UBUS_ManualSplineMoveVolumeComp::ForwardSplineAnimConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ManualSplineMoveVolumeComp, ReverseSplineAnimConfig) == 0x0000D0, "Member 'UBUS_ManualSplineMoveVolumeComp::ReverseSplineAnimConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TryFindSceneItemConfig \ +static_assert(alignof(UBGWDataAsset_TryFindSceneItemConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TryFindSceneItemConfig"); \ +static_assert(sizeof(UBGWDataAsset_TryFindSceneItemConfig) == 0x000050, "Wrong size on UBGWDataAsset_TryFindSceneItemConfig"); \ +static_assert(offsetof(UBGWDataAsset_TryFindSceneItemConfig, SceneActorTags) == 0x000030, "Member 'UBGWDataAsset_TryFindSceneItemConfig::SceneActorTags' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TryFindSceneItemConfig, MinDistance) == 0x000040, "Member 'UBGWDataAsset_TryFindSceneItemConfig::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TryFindSceneItemConfig, MaxDistance) == 0x000044, "Member 'UBGWDataAsset_TryFindSceneItemConfig::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TryFindSceneItemConfig, FindSceneItemWay) == 0x000048, "Member 'UBGWDataAsset_TryFindSceneItemConfig::FindSceneItemWay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_EquipPreviewActorDataComp \ +static_assert(alignof(UBUS_EquipPreviewActorDataComp) == 0x000008, "Wrong alignment on UBUS_EquipPreviewActorDataComp"); \ +static_assert(sizeof(UBUS_EquipPreviewActorDataComp) == 0x0000D0, "Wrong size on UBUS_EquipPreviewActorDataComp"); \ + +#define DUMPER7_ASSERTS_ABUMapsymblolocationActor \ +static_assert(alignof(ABUMapsymblolocationActor) == 0x000008, "Wrong alignment on ABUMapsymblolocationActor"); \ +static_assert(sizeof(ABUMapsymblolocationActor) == 0x000318, "Wrong size on ABUMapsymblolocationActor"); \ +static_assert(offsetof(ABUMapsymblolocationActor, MapsymblolConfigComp) == 0x000308, "Member 'ABUMapsymblolocationActor::MapsymblolConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnKeySelectedWrapper_Callback \ +static_assert(alignof(FOnKeySelectedWrapper_Callback) == 0x000008, "Wrong alignment on FOnKeySelectedWrapper_Callback"); \ +static_assert(sizeof(FOnKeySelectedWrapper_Callback) == 0x000020, "Wrong size on FOnKeySelectedWrapper_Callback"); \ +static_assert(offsetof(FOnKeySelectedWrapper_Callback, SelectedKey) == 0x000000, "Member 'FOnKeySelectedWrapper_Callback::SelectedKey' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnKeySelectedWrapper \ +static_assert(alignof(UFOnKeySelectedWrapper) == 0x000008, "Wrong alignment on UFOnKeySelectedWrapper"); \ +static_assert(sizeof(UFOnKeySelectedWrapper) == 0x000028, "Wrong size on UFOnKeySelectedWrapper"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CheckArchiveDataIsValid_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_CheckArchiveDataIsValid \ +static_assert(alignof(UBED_FSMNode_GI_Loading_CheckArchiveDataIsValid) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_CheckArchiveDataIsValid"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_CheckArchiveDataIsValid) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_CheckArchiveDataIsValid"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_CheckArchiveDataIsValid, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_CheckArchiveDataIsValid::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_MapSymbolConfigComp \ +static_assert(alignof(UBUS_MapSymbolConfigComp) == 0x000008, "Wrong alignment on UBUS_MapSymbolConfigComp"); \ +static_assert(sizeof(UBUS_MapSymbolConfigComp) == 0x0000E8, "Wrong size on UBUS_MapSymbolConfigComp"); \ +static_assert(offsetof(UBUS_MapSymbolConfigComp, MapSymbolConfig) == 0x0000C8, "Member 'UBUS_MapSymbolConfigComp::MapSymbolConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpiderNavigationDataComp \ +static_assert(alignof(UBUS_SpiderNavigationDataComp) == 0x000008, "Wrong alignment on UBUS_SpiderNavigationDataComp"); \ +static_assert(sizeof(UBUS_SpiderNavigationDataComp) == 0x0000D0, "Wrong size on UBUS_SpiderNavigationDataComp"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerStateCS_ReceiveEndPlay \ +static_assert(alignof(BGP_PlayerStateCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGP_PlayerStateCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGP_PlayerStateCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGP_PlayerStateCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGP_PlayerStateCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGP_PlayerStateCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGP_PlayerStateCS \ +static_assert(alignof(ABGP_PlayerStateCS) == 0x000008, "Wrong alignment on ABGP_PlayerStateCS"); \ +static_assert(sizeof(ABGP_PlayerStateCS) == 0x0003C0, "Wrong size on ABGP_PlayerStateCS"); \ +static_assert(offsetof(ABGP_PlayerStateCS, ActorCompContainerCS) == 0x0003B8, "Member 'ABGP_PlayerStateCS::ActorCompContainerCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TestCaseUI_CustomTick \ +static_assert(alignof(TestCaseUI_CustomTick) == 0x000008, "Wrong alignment on TestCaseUI_CustomTick"); \ +static_assert(sizeof(TestCaseUI_CustomTick) == 0x000048, "Wrong size on TestCaseUI_CustomTick"); \ +static_assert(offsetof(TestCaseUI_CustomTick, MyGeometry) == 0x000000, "Member 'TestCaseUI_CustomTick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(TestCaseUI_CustomTick, InDeltaTime) == 0x000040, "Member 'TestCaseUI_CustomTick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTestCaseUI \ +static_assert(alignof(UTestCaseUI) == 0x000008, "Wrong alignment on UTestCaseUI"); \ +static_assert(sizeof(UTestCaseUI) == 0x0002A8, "Wrong size on UTestCaseUI"); \ + +#define DUMPER7_ASSERTS_ABGUNeutralFXAnimalSpawnPoint \ +static_assert(alignof(ABGUNeutralFXAnimalSpawnPoint) == 0x000008, "Wrong alignment on ABGUNeutralFXAnimalSpawnPoint"); \ +static_assert(sizeof(ABGUNeutralFXAnimalSpawnPoint) == 0x000328, "Wrong size on ABGUNeutralFXAnimalSpawnPoint"); \ +static_assert(offsetof(ABGUNeutralFXAnimalSpawnPoint, Root) == 0x000308, "Member 'ABGUNeutralFXAnimalSpawnPoint::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralFXAnimalSpawnPoint, ConfigComp) == 0x000310, "Member 'ABGUNeutralFXAnimalSpawnPoint::ConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralFXAnimalSpawnPoint, TriggerBox) == 0x000318, "Member 'ABGUNeutralFXAnimalSpawnPoint::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUNeutralFXAnimalSpawnPoint, TriggerBox_OutSide) == 0x000320, "Member 'ABGUNeutralFXAnimalSpawnPoint::TriggerBox_OutSide' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyleStickCS \ +static_assert(alignof(UBI_TransStyleStickCS) == 0x000008, "Wrong alignment on UBI_TransStyleStickCS"); \ +static_assert(sizeof(UBI_TransStyleStickCS) == 0x0003E0, "Wrong size on UBI_TransStyleStickCS"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyle19CS \ +static_assert(alignof(UBI_TransStyle19CS) == 0x000008, "Wrong alignment on UBI_TransStyle19CS"); \ +static_assert(sizeof(UBI_TransStyle19CS) == 0x0003E0, "Wrong size on UBI_TransStyle19CS"); \ + +#define DUMPER7_ASSERTS_UBUS_NeutralFXAnimalSpawnConfigComp \ +static_assert(alignof(UBUS_NeutralFXAnimalSpawnConfigComp) == 0x000008, "Wrong alignment on UBUS_NeutralFXAnimalSpawnConfigComp"); \ +static_assert(sizeof(UBUS_NeutralFXAnimalSpawnConfigComp) == 0x0000E8, "Wrong size on UBUS_NeutralFXAnimalSpawnConfigComp"); \ +static_assert(offsetof(UBUS_NeutralFXAnimalSpawnConfigComp, Outside_Dist) == 0x0000C8, "Member 'UBUS_NeutralFXAnimalSpawnConfigComp::Outside_Dist' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralFXAnimalSpawnConfigComp, Outside_Spd_Threshold) == 0x0000CC, "Member 'UBUS_NeutralFXAnimalSpawnConfigComp::Outside_Spd_Threshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralFXAnimalSpawnConfigComp, RandomNiagaraTemplateList) == 0x0000D0, "Member 'UBUS_NeutralFXAnimalSpawnConfigComp::RandomNiagaraTemplateList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralFXAnimalSpawnConfigComp, destroyTime) == 0x0000E0, "Member 'UBUS_NeutralFXAnimalSpawnConfigComp::destroyTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_NeutralFXAnimalSpawnConfigComp, SpawnMomentType) == 0x0000E4, "Member 'UBUS_NeutralFXAnimalSpawnConfigComp::SpawnMomentType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_NeutralFXAnimalSpawnPointDataComp \ +static_assert(alignof(UBUS_NeutralFXAnimalSpawnPointDataComp) == 0x000008, "Wrong alignment on UBUS_NeutralFXAnimalSpawnPointDataComp"); \ +static_assert(sizeof(UBUS_NeutralFXAnimalSpawnPointDataComp) == 0x0000D0, "Wrong size on UBUS_NeutralFXAnimalSpawnPointDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_DroppableDestructionDataComp \ +static_assert(alignof(UBUS_DroppableDestructionDataComp) == 0x000008, "Wrong alignment on UBUS_DroppableDestructionDataComp"); \ +static_assert(sizeof(UBUS_DroppableDestructionDataComp) == 0x0000D0, "Wrong size on UBUS_DroppableDestructionDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_TreeBirdSpawnMgrConfigComp \ +static_assert(alignof(UBUS_TreeBirdSpawnMgrConfigComp) == 0x000008, "Wrong alignment on UBUS_TreeBirdSpawnMgrConfigComp"); \ +static_assert(sizeof(UBUS_TreeBirdSpawnMgrConfigComp) == 0x000118, "Wrong size on UBUS_TreeBirdSpawnMgrConfigComp"); \ +static_assert(offsetof(UBUS_TreeBirdSpawnMgrConfigComp, TreeArray) == 0x0000C8, "Member 'UBUS_TreeBirdSpawnMgrConfigComp::TreeArray' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TreeBirdSpawnMgrConfigComp, TreeInfoBase) == 0x0000D8, "Member 'UBUS_TreeBirdSpawnMgrConfigComp::TreeInfoBase' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TreeBirdSpawnMgrConfigComp, SpawnConfig) == 0x0000E0, "Member 'UBUS_TreeBirdSpawnMgrConfigComp::SpawnConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_CacheArchiveDataForClient_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CacheArchiveDataForClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_CacheArchiveDataForClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CacheArchiveDataForClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CacheArchiveDataForClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_CacheArchiveDataForClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CacheArchiveDataForClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CacheArchiveDataForClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_CacheArchiveDataForClient \ +static_assert(alignof(UBED_FSMNode_GI_Loading_CacheArchiveDataForClient) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_CacheArchiveDataForClient"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_CacheArchiveDataForClient) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_CacheArchiveDataForClient"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_CacheArchiveDataForClient, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_CacheArchiveDataForClient::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletStandAlone"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelDefaultBattle_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_OpenLevelDefaultBattle \ +static_assert(alignof(UBED_FSMNode_GI_Loading_OpenLevelDefaultBattle) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_OpenLevelDefaultBattle"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_OpenLevelDefaultBattle) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_OpenLevelDefaultBattle"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLevelDefaultBattle, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_OpenLevelDefaultBattle::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Restart_GetContextOutputsInCS \ +static_assert(alignof(BED_ComboNode_Restart_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ComboNode_Restart_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ComboNode_Restart_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ComboNode_Restart_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ComboNode_Restart_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ComboNode_Restart_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Restart_GetContextInputsInCS \ +static_assert(alignof(BED_ComboNode_Restart_GetContextInputsInCS) == 0x000008, "Wrong alignment on BED_ComboNode_Restart_GetContextInputsInCS"); \ +static_assert(sizeof(BED_ComboNode_Restart_GetContextInputsInCS) == 0x000010, "Wrong size on BED_ComboNode_Restart_GetContextInputsInCS"); \ +static_assert(offsetof(BED_ComboNode_Restart_GetContextInputsInCS, ReturnValue) == 0x000000, "Member 'BED_ComboNode_Restart_GetContextInputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode_Restart \ +static_assert(alignof(UBED_ComboNode_Restart) == 0x000008, "Wrong alignment on UBED_ComboNode_Restart"); \ +static_assert(sizeof(UBED_ComboNode_Restart) == 0x0002F0, "Wrong size on UBED_ComboNode_Restart"); \ + +#define DUMPER7_ASSERTS_UBUS_TreeBirdSpawnMgrDataComp \ +static_assert(alignof(UBUS_TreeBirdSpawnMgrDataComp) == 0x000008, "Wrong alignment on UBUS_TreeBirdSpawnMgrDataComp"); \ +static_assert(sizeof(UBUS_TreeBirdSpawnMgrDataComp) == 0x0000D0, "Wrong size on UBUS_TreeBirdSpawnMgrDataComp"); \ + +#define DUMPER7_ASSERTS_UBGUPerformerControlDataComp \ +static_assert(alignof(UBGUPerformerControlDataComp) == 0x000008, "Wrong alignment on UBGUPerformerControlDataComp"); \ +static_assert(sizeof(UBGUPerformerControlDataComp) == 0x0000D0, "Wrong size on UBGUPerformerControlDataComp"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckHasBuff \ +static_assert(alignof(UBAID_CheckHasBuff) == 0x000008, "Wrong alignment on UBAID_CheckHasBuff"); \ +static_assert(sizeof(UBAID_CheckHasBuff) == 0x000098, "Wrong size on UBAID_CheckHasBuff"); \ +static_assert(offsetof(UBAID_CheckHasBuff, BuffID) == 0x000090, "Member 'UBAID_CheckHasBuff::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSOnButtonCheckStateChangedWrapper_Callback \ +static_assert(alignof(FGSOnButtonCheckStateChangedWrapper_Callback) == 0x000004, "Wrong alignment on FGSOnButtonCheckStateChangedWrapper_Callback"); \ +static_assert(sizeof(FGSOnButtonCheckStateChangedWrapper_Callback) == 0x000008, "Wrong size on FGSOnButtonCheckStateChangedWrapper_Callback"); \ +static_assert(offsetof(FGSOnButtonCheckStateChangedWrapper_Callback, GSID) == 0x000000, "Member 'FGSOnButtonCheckStateChangedWrapper_Callback::GSID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFGSOnButtonCheckStateChangedWrapper \ +static_assert(alignof(UFGSOnButtonCheckStateChangedWrapper) == 0x000008, "Wrong alignment on UFGSOnButtonCheckStateChangedWrapper"); \ +static_assert(sizeof(UFGSOnButtonCheckStateChangedWrapper) == 0x000028, "Wrong size on UFGSOnButtonCheckStateChangedWrapper"); \ + +#define DUMPER7_ASSERTS_UPerformerActionBase \ +static_assert(alignof(UPerformerActionBase) == 0x000008, "Wrong alignment on UPerformerActionBase"); \ +static_assert(sizeof(UPerformerActionBase) == 0x000028, "Wrong size on UPerformerActionBase"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_PlayerRelatedActor_GatherActorListsForConnectionCS \ +static_assert(alignof(B1ReplicationGraphNode_PlayerRelatedActor_GatherActorListsForConnectionCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_PlayerRelatedActor_GatherActorListsForConnectionCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_PlayerRelatedActor_GatherActorListsForConnectionCS) == 0x000008, "Wrong size on B1ReplicationGraphNode_PlayerRelatedActor_GatherActorListsForConnectionCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_PlayerRelatedActor_GatherActorListsForConnectionCS, PlayerController) == 0x000000, "Member 'B1ReplicationGraphNode_PlayerRelatedActor_GatherActorListsForConnectionCS::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphNode_PlayerRelatedActor \ +static_assert(alignof(UB1ReplicationGraphNode_PlayerRelatedActor) == 0x000008, "Wrong alignment on UB1ReplicationGraphNode_PlayerRelatedActor"); \ +static_assert(sizeof(UB1ReplicationGraphNode_PlayerRelatedActor) == 0x000080, "Wrong size on UB1ReplicationGraphNode_PlayerRelatedActor"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInDedicateServer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInDedicateServer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInDedicateServer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInDedicateServer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInDedicateServer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInDedicateServer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInDedicateServer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInDedicateServer \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInDedicateServer) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInDedicateServer"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInDedicateServer) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInDedicateServer"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_PlayMontage \ +static_assert(alignof(UPerformerAction_PlayMontage) == 0x000008, "Wrong alignment on UPerformerAction_PlayMontage"); \ +static_assert(sizeof(UPerformerAction_PlayMontage) == 0x000040, "Wrong size on UPerformerAction_PlayMontage"); \ +static_assert(offsetof(UPerformerAction_PlayMontage, Performer) == 0x000028, "Member 'UPerformerAction_PlayMontage::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_PlayMontage, Montage) == 0x000038, "Member 'UPerformerAction_PlayMontage::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInServer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInServer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInServer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInServer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInServer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInServer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInServer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInServer \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInServer) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInServer"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInServer) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInServer"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_AutoTurn2Target \ +static_assert(alignof(UPerformerAction_AutoTurn2Target) == 0x000008, "Wrong alignment on UPerformerAction_AutoTurn2Target"); \ +static_assert(sizeof(UPerformerAction_AutoTurn2Target) == 0x000080, "Wrong size on UPerformerAction_AutoTurn2Target"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, Performer) == 0x000028, "Member 'UPerformerAction_AutoTurn2Target::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, TurnLeftMontage) == 0x000038, "Member 'UPerformerAction_AutoTurn2Target::TurnLeftMontage' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, TurnRightMontage) == 0x000040, "Member 'UPerformerAction_AutoTurn2Target::TurnRightMontage' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, TurnThreshold) == 0x000048, "Member 'UPerformerAction_AutoTurn2Target::TurnThreshold' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, turnSpeed) == 0x00004C, "Member 'UPerformerAction_AutoTurn2Target::turnSpeed' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, PerformerOriginRotation) == 0x000058, "Member 'UPerformerAction_AutoTurn2Target::PerformerOriginRotation' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, PerformerActor) == 0x000070, "Member 'UPerformerAction_AutoTurn2Target::PerformerActor' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AutoTurn2Target, PlayerActor) == 0x000078, "Member 'UPerformerAction_AutoTurn2Target::PlayerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelToNextChapter"); \ + +#define DUMPER7_ASSERTS_PerformerAction_PlayBeginLoopMontage_OnMontageBlendingOut \ +static_assert(alignof(PerformerAction_PlayBeginLoopMontage_OnMontageBlendingOut) == 0x000008, "Wrong alignment on PerformerAction_PlayBeginLoopMontage_OnMontageBlendingOut"); \ +static_assert(sizeof(PerformerAction_PlayBeginLoopMontage_OnMontageBlendingOut) == 0x000010, "Wrong size on PerformerAction_PlayBeginLoopMontage_OnMontageBlendingOut"); \ +static_assert(offsetof(PerformerAction_PlayBeginLoopMontage_OnMontageBlendingOut, InMontage) == 0x000000, "Member 'PerformerAction_PlayBeginLoopMontage_OnMontageBlendingOut::InMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_PlayBeginLoopMontage \ +static_assert(alignof(UPerformerAction_PlayBeginLoopMontage) == 0x000008, "Wrong alignment on UPerformerAction_PlayBeginLoopMontage"); \ +static_assert(sizeof(UPerformerAction_PlayBeginLoopMontage) == 0x000048, "Wrong size on UPerformerAction_PlayBeginLoopMontage"); \ +static_assert(offsetof(UPerformerAction_PlayBeginLoopMontage, Performer) == 0x000028, "Member 'UPerformerAction_PlayBeginLoopMontage::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_PlayBeginLoopMontage, BeginMontage) == 0x000038, "Member 'UPerformerAction_PlayBeginLoopMontage::BeginMontage' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_PlayBeginLoopMontage, LoopMontage) == 0x000040, "Member 'UPerformerAction_PlayBeginLoopMontage::LoopMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnButtonClickedEventWrapper \ +static_assert(alignof(UFOnButtonClickedEventWrapper) == 0x000008, "Wrong alignment on UFOnButtonClickedEventWrapper"); \ +static_assert(sizeof(UFOnButtonClickedEventWrapper) == 0x000028, "Wrong size on UFOnButtonClickedEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBAIT_SummonBehaviorUseSkill \ +static_assert(alignof(UBAIT_SummonBehaviorUseSkill) == 0x000008, "Wrong alignment on UBAIT_SummonBehaviorUseSkill"); \ +static_assert(sizeof(UBAIT_SummonBehaviorUseSkill) == 0x0000A8, "Wrong size on UBAIT_SummonBehaviorUseSkill"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_CustomInput_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_CustomInput_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_CustomInput_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_CustomInput_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_CustomInput_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_CustomInput_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_CustomInput_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_CustomInput \ +static_assert(alignof(UBED_QuestNode_CustomInput) == 0x000008, "Wrong alignment on UBED_QuestNode_CustomInput"); \ +static_assert(sizeof(UBED_QuestNode_CustomInput) == 0x0002A8, "Wrong size on UBED_QuestNode_CustomInput"); \ +static_assert(offsetof(UBED_QuestNode_CustomInput, EventName) == 0x0002A0, "Member 'UBED_QuestNode_CustomInput::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_SwitchHeadAimOffsetIndex \ +static_assert(alignof(UPerformerAction_SwitchHeadAimOffsetIndex) == 0x000008, "Wrong alignment on UPerformerAction_SwitchHeadAimOffsetIndex"); \ +static_assert(sizeof(UPerformerAction_SwitchHeadAimOffsetIndex) == 0x000040, "Wrong size on UPerformerAction_SwitchHeadAimOffsetIndex"); \ +static_assert(offsetof(UPerformerAction_SwitchHeadAimOffsetIndex, Performer) == 0x000028, "Member 'UPerformerAction_SwitchHeadAimOffsetIndex::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_SwitchHeadAimOffsetIndex, Index_0) == 0x000038, "Member 'UPerformerAction_SwitchHeadAimOffsetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQG_AreaPointGenerator_DoItemGenerationCS \ +static_assert(alignof(GSEQG_AreaPointGenerator_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_AreaPointGenerator_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_AreaPointGenerator_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_AreaPointGenerator_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_AreaPointGenerator_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_AreaPointGenerator_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_AreaPointGenerator \ +static_assert(alignof(UGSEQG_AreaPointGenerator) == 0x000008, "Wrong alignment on UGSEQG_AreaPointGenerator"); \ +static_assert(sizeof(UGSEQG_AreaPointGenerator) == 0x000150, "Wrong size on UGSEQG_AreaPointGenerator"); \ +static_assert(offsetof(UGSEQG_AreaPointGenerator, ContextOffset) == 0x000108, "Member 'UGSEQG_AreaPointGenerator::ContextOffset' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_AreaPointGenerator, XLength) == 0x000120, "Member 'UGSEQG_AreaPointGenerator::XLength' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_AreaPointGenerator, YLength) == 0x000124, "Member 'UGSEQG_AreaPointGenerator::YLength' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_AreaPointGenerator, XSplitNum) == 0x000128, "Member 'UGSEQG_AreaPointGenerator::XSplitNum' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_AreaPointGenerator, YSplitNum) == 0x00012C, "Member 'UGSEQG_AreaPointGenerator::YSplitNum' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_AreaPointGenerator, RandomFilterPointNum) == 0x000134, "Member 'UGSEQG_AreaPointGenerator::RandomFilterPointNum' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_AreaPointGenerator, LineTracingIgnoreActors) == 0x000140, "Member 'UGSEQG_AreaPointGenerator::LineTracingIgnoreActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsEnableLoadingUserInput"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_SwitchEyeAimOffsetIndex \ +static_assert(alignof(UPerformerAction_SwitchEyeAimOffsetIndex) == 0x000008, "Wrong alignment on UPerformerAction_SwitchEyeAimOffsetIndex"); \ +static_assert(sizeof(UPerformerAction_SwitchEyeAimOffsetIndex) == 0x000040, "Wrong size on UPerformerAction_SwitchEyeAimOffsetIndex"); \ +static_assert(offsetof(UPerformerAction_SwitchEyeAimOffsetIndex, Performer) == 0x000028, "Member 'UPerformerAction_SwitchEyeAimOffsetIndex::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_SwitchEyeAimOffsetIndex, Index_0) == 0x000038, "Member 'UPerformerAction_SwitchEyeAimOffsetIndex::Index_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_FadeOut \ +static_assert(alignof(UPerformerAction_FadeOut) == 0x000008, "Wrong alignment on UPerformerAction_FadeOut"); \ +static_assert(sizeof(UPerformerAction_FadeOut) == 0x000058, "Wrong size on UPerformerAction_FadeOut"); \ +static_assert(offsetof(UPerformerAction_FadeOut, Performer) == 0x000028, "Member 'UPerformerAction_FadeOut::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeOut, Time) == 0x000038, "Member 'UPerformerAction_FadeOut::Time' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeOut, MatParamName) == 0x00003C, "Member 'UPerformerAction_FadeOut::MatParamName' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeOut, OpacityCurve) == 0x000048, "Member 'UPerformerAction_FadeOut::OpacityCurve' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeOut, PerformerActor) == 0x000050, "Member 'UPerformerAction_FadeOut::PerformerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Global_IsIgnoreWXLogin"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_GiveBackControlRight \ +static_assert(alignof(UBED_MovieNode_GiveBackControlRight) == 0x000008, "Wrong alignment on UBED_MovieNode_GiveBackControlRight"); \ +static_assert(sizeof(UBED_MovieNode_GiveBackControlRight) == 0x0002B0, "Wrong size on UBED_MovieNode_GiveBackControlRight"); \ +static_assert(offsetof(UBED_MovieNode_GiveBackControlRight, CameraBlendOutTime) == 0x0002A0, "Member 'UBED_MovieNode_GiveBackControlRight::CameraBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_GiveBackControlRight, CameraBlendOutFunction) == 0x0002A4, "Member 'UBED_MovieNode_GiveBackControlRight::CameraBlendOutFunction' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_GiveBackControlRight, CameraBlendOutFuncExp) == 0x0002A8, "Member 'UBED_MovieNode_GiveBackControlRight::CameraBlendOutFuncExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_FadeIn \ +static_assert(alignof(UPerformerAction_FadeIn) == 0x000008, "Wrong alignment on UPerformerAction_FadeIn"); \ +static_assert(sizeof(UPerformerAction_FadeIn) == 0x000058, "Wrong size on UPerformerAction_FadeIn"); \ +static_assert(offsetof(UPerformerAction_FadeIn, Performer) == 0x000028, "Member 'UPerformerAction_FadeIn::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeIn, Time) == 0x000038, "Member 'UPerformerAction_FadeIn::Time' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeIn, MatParamName) == 0x00003C, "Member 'UPerformerAction_FadeIn::MatParamName' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeIn, OpacityCurve) == 0x000048, "Member 'UPerformerAction_FadeIn::OpacityCurve' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_FadeIn, PerformerActor) == 0x000050, "Member 'UPerformerAction_FadeIn::PerformerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_GameLevelPass"); \ + +#define DUMPER7_ASSERTS_UBANS_GSHeadLock \ +static_assert(alignof(UBANS_GSHeadLock) == 0x000008, "Wrong alignment on UBANS_GSHeadLock"); \ +static_assert(sizeof(UBANS_GSHeadLock) == 0x000050, "Wrong size on UBANS_GSHeadLock"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerStopWaiting \ +static_assert(alignof(UMovieNodeInstance_PerformerStopWaiting) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerStopWaiting"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerStopWaiting) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerStopWaiting"); \ + +#define DUMPER7_ASSERTS_UBUS_ProjectileBaseDataComp \ +static_assert(alignof(UBUS_ProjectileBaseDataComp) == 0x000008, "Wrong alignment on UBUS_ProjectileBaseDataComp"); \ +static_assert(sizeof(UBUS_ProjectileBaseDataComp) == 0x0000D0, "Wrong size on UBUS_ProjectileBaseDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_MagicFieldDataComp \ +static_assert(alignof(UBUS_MagicFieldDataComp) == 0x000008, "Wrong alignment on UBUS_MagicFieldDataComp"); \ +static_assert(sizeof(UBUS_MagicFieldDataComp) == 0x0000D0, "Wrong size on UBUS_MagicFieldDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSHiddenBossBar_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSHiddenBossBar_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSHiddenBossBar_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSHiddenBossBar_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSHiddenBossBar_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSHiddenBossBar_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSHiddenBossBar_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSHiddenBossBar_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSHiddenBossBar_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSHiddenBossBar_GSNotifyEndCS \ +static_assert(alignof(BANS_GSHiddenBossBar_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSHiddenBossBar_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSHiddenBossBar_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSHiddenBossBar_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSHiddenBossBar_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSHiddenBossBar_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSHiddenBossBar \ +static_assert(alignof(UBANS_GSHiddenBossBar) == 0x000008, "Wrong alignment on UBANS_GSHiddenBossBar"); \ +static_assert(sizeof(UBANS_GSHiddenBossBar) == 0x000048, "Wrong size on UBANS_GSHiddenBossBar"); \ + +#define DUMPER7_ASSERTS_UPerformerAction_AIConversation \ +static_assert(alignof(UPerformerAction_AIConversation) == 0x000008, "Wrong alignment on UPerformerAction_AIConversation"); \ +static_assert(sizeof(UPerformerAction_AIConversation) == 0x000048, "Wrong size on UPerformerAction_AIConversation"); \ +static_assert(offsetof(UPerformerAction_AIConversation, ConversationContentIDList) == 0x000028, "Member 'UPerformerAction_AIConversation::ConversationContentIDList' has a wrong offset!"); \ +static_assert(offsetof(UPerformerAction_AIConversation, Performer) == 0x000038, "Member 'UPerformerAction_AIConversation::Performer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerCondition_Composite \ +static_assert(alignof(UPerformerCondition_Composite) == 0x000008, "Wrong alignment on UPerformerCondition_Composite"); \ +static_assert(sizeof(UPerformerCondition_Composite) == 0x000040, "Wrong size on UPerformerCondition_Composite"); \ +static_assert(offsetof(UPerformerCondition_Composite, SubConditions) == 0x000028, "Member 'UPerformerCondition_Composite::SubConditions' has a wrong offset!"); \ +static_assert(offsetof(UPerformerCondition_Composite, Relation) == 0x000038, "Member 'UPerformerCondition_Composite::Relation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerCondition_Time \ +static_assert(alignof(UPerformerCondition_Time) == 0x000008, "Wrong alignment on UPerformerCondition_Time"); \ +static_assert(sizeof(UPerformerCondition_Time) == 0x000030, "Wrong size on UPerformerCondition_Time"); \ +static_assert(offsetof(UPerformerCondition_Time, Time) == 0x000028, "Member 'UPerformerCondition_Time::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnMouseButtonDoubleClickEvent \ +static_assert(alignof(InputPreProcEvent_OnMouseButtonDoubleClickEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnMouseButtonDoubleClickEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnMouseButtonDoubleClickEvent) == 0x000090, "Wrong size on InputPreProcEvent_OnMouseButtonDoubleClickEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnMouseButtonDoubleClickEvent, InMouseEvent) == 0x000000, "Member 'InputPreProcEvent_OnMouseButtonDoubleClickEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnInputTypeChangeTrigger \ +static_assert(alignof(InputPreProcEvent_OnInputTypeChangeTrigger) == 0x000001, "Wrong alignment on InputPreProcEvent_OnInputTypeChangeTrigger"); \ +static_assert(sizeof(InputPreProcEvent_OnInputTypeChangeTrigger) == 0x000001, "Wrong size on InputPreProcEvent_OnInputTypeChangeTrigger"); \ +static_assert(offsetof(InputPreProcEvent_OnInputTypeChangeTrigger, InputType) == 0x000000, "Member 'InputPreProcEvent_OnInputTypeChangeTrigger::InputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnMouseButtonDownEvent \ +static_assert(alignof(InputPreProcEvent_OnMouseButtonDownEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnMouseButtonDownEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnMouseButtonDownEvent) == 0x000090, "Wrong size on InputPreProcEvent_OnMouseButtonDownEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnMouseButtonDownEvent, InMouseEvent) == 0x000000, "Member 'InputPreProcEvent_OnMouseButtonDownEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnMouseButtonUpEvent \ +static_assert(alignof(InputPreProcEvent_OnMouseButtonUpEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnMouseButtonUpEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnMouseButtonUpEvent) == 0x000090, "Wrong size on InputPreProcEvent_OnMouseButtonUpEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnMouseButtonUpEvent, InMouseEvent) == 0x000000, "Member 'InputPreProcEvent_OnMouseButtonUpEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnAnyKeyTriggerEvent \ +static_assert(alignof(InputPreProcEvent_OnAnyKeyTriggerEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnAnyKeyTriggerEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnAnyKeyTriggerEvent) == 0x000018, "Wrong size on InputPreProcEvent_OnAnyKeyTriggerEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnAnyKeyTriggerEvent, Key) == 0x000000, "Member 'InputPreProcEvent_OnAnyKeyTriggerEvent::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnAnalogInputEvent \ +static_assert(alignof(InputPreProcEvent_OnAnalogInputEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnAnalogInputEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnAnalogInputEvent) == 0x000040, "Wrong size on InputPreProcEvent_OnAnalogInputEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnAnalogInputEvent, InAnalogInputEvent) == 0x000000, "Member 'InputPreProcEvent_OnAnalogInputEvent::InAnalogInputEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnMouseWheelEvent \ +static_assert(alignof(InputPreProcEvent_OnMouseWheelEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnMouseWheelEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnMouseWheelEvent) == 0x000090, "Wrong size on InputPreProcEvent_OnMouseWheelEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnMouseWheelEvent, InMouseEvent) == 0x000000, "Member 'InputPreProcEvent_OnMouseWheelEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnMouseMoveEvent \ +static_assert(alignof(InputPreProcEvent_OnMouseMoveEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnMouseMoveEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnMouseMoveEvent) == 0x000090, "Wrong size on InputPreProcEvent_OnMouseMoveEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnMouseMoveEvent, InMouseEvent) == 0x000000, "Member 'InputPreProcEvent_OnMouseMoveEvent::InMouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnKeyDownEvent \ +static_assert(alignof(InputPreProcEvent_OnKeyDownEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnKeyDownEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnKeyDownEvent) == 0x000038, "Wrong size on InputPreProcEvent_OnKeyDownEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnKeyDownEvent, InKeyEvent) == 0x000000, "Member 'InputPreProcEvent_OnKeyDownEvent::InKeyEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnInputTrigger \ +static_assert(alignof(InputPreProcEvent_OnInputTrigger) == 0x000001, "Wrong alignment on InputPreProcEvent_OnInputTrigger"); \ +static_assert(sizeof(InputPreProcEvent_OnInputTrigger) == 0x000001, "Wrong size on InputPreProcEvent_OnInputTrigger"); \ +static_assert(offsetof(InputPreProcEvent_OnInputTrigger, InputType) == 0x000000, "Member 'InputPreProcEvent_OnInputTrigger::InputType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputPreProcEvent_OnKeyUpEvent \ +static_assert(alignof(InputPreProcEvent_OnKeyUpEvent) == 0x000008, "Wrong alignment on InputPreProcEvent_OnKeyUpEvent"); \ +static_assert(sizeof(InputPreProcEvent_OnKeyUpEvent) == 0x000038, "Wrong size on InputPreProcEvent_OnKeyUpEvent"); \ +static_assert(offsetof(InputPreProcEvent_OnKeyUpEvent, InKeyEvent) == 0x000000, "Member 'InputPreProcEvent_OnKeyUpEvent::InKeyEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputPreProcEvent \ +static_assert(alignof(UInputPreProcEvent) == 0x000008, "Wrong alignment on UInputPreProcEvent"); \ +static_assert(sizeof(UInputPreProcEvent) == 0x000028, "Wrong size on UInputPreProcEvent"); \ + +#define DUMPER7_ASSERTS_BANS_GSCallPointsRegister_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCallPointsRegister_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCallPointsRegister_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCallPointsRegister_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCallPointsRegister_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCallPointsRegister_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCallPointsRegister_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCallPointsRegister_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCallPointsRegister_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCallPointsRegister \ +static_assert(alignof(UBANS_GSCallPointsRegister) == 0x000008, "Wrong alignment on UBANS_GSCallPointsRegister"); \ +static_assert(sizeof(UBANS_GSCallPointsRegister) == 0x0000D0, "Wrong size on UBANS_GSCallPointsRegister"); \ +static_assert(offsetof(UBANS_GSCallPointsRegister, RegistID) == 0x000048, "Member 'UBANS_GSCallPointsRegister::RegistID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCallPointsRegister, GenType) == 0x00004C, "Member 'UBANS_GSCallPointsRegister::GenType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCallPointsRegister, ExtParam) == 0x000050, "Member 'UBANS_GSCallPointsRegister::ExtParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_LandingZoneComp_OnCollisionBeginOverlap \ +static_assert(alignof(BUS_LandingZoneComp_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on BUS_LandingZoneComp_OnCollisionBeginOverlap"); \ +static_assert(sizeof(BUS_LandingZoneComp_OnCollisionBeginOverlap) == 0x000108, "Wrong size on BUS_LandingZoneComp_OnCollisionBeginOverlap"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BUS_LandingZoneComp_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'BUS_LandingZoneComp_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'BUS_LandingZoneComp_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BUS_LandingZoneComp_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'BUS_LandingZoneComp_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_LandingZoneComp_OnCollisionEndOverlap \ +static_assert(alignof(BUS_LandingZoneComp_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on BUS_LandingZoneComp_OnCollisionEndOverlap"); \ +static_assert(sizeof(BUS_LandingZoneComp_OnCollisionEndOverlap) == 0x000020, "Wrong size on BUS_LandingZoneComp_OnCollisionEndOverlap"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'BUS_LandingZoneComp_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'BUS_LandingZoneComp_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'BUS_LandingZoneComp_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_LandingZoneComp_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BUS_LandingZoneComp_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_LandingZoneComp \ +static_assert(alignof(UBUS_LandingZoneComp) == 0x000008, "Wrong alignment on UBUS_LandingZoneComp"); \ +static_assert(sizeof(UBUS_LandingZoneComp) == 0x000028, "Wrong size on UBUS_LandingZoneComp"); \ + +#define DUMPER7_ASSERTS_PerformerParam_Performer_OnPropertyChanged \ +static_assert(alignof(PerformerParam_Performer_OnPropertyChanged) == 0x000008, "Wrong alignment on PerformerParam_Performer_OnPropertyChanged"); \ +static_assert(sizeof(PerformerParam_Performer_OnPropertyChanged) == 0x000020, "Wrong size on PerformerParam_Performer_OnPropertyChanged"); \ +static_assert(offsetof(PerformerParam_Performer_OnPropertyChanged, MemberName) == 0x000000, "Member 'PerformerParam_Performer_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(PerformerParam_Performer_OnPropertyChanged, PropertyName) == 0x000010, "Member 'PerformerParam_Performer_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPerformerParam_Performer \ +static_assert(alignof(UPerformerParam_Performer) == 0x000008, "Wrong alignment on UPerformerParam_Performer"); \ +static_assert(sizeof(UPerformerParam_Performer) == 0x000080, "Wrong size on UPerformerParam_Performer"); \ +static_assert(offsetof(UPerformerParam_Performer, Performer) == 0x000048, "Member 'UPerformerParam_Performer::Performer' has a wrong offset!"); \ +static_assert(offsetof(UPerformerParam_Performer, PerformerGuid) == 0x000070, "Member 'UPerformerParam_Performer::PerformerGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerSyncTransformToRefObj \ +static_assert(alignof(UMovieNodeInstance_PerformerSyncTransformToRefObj) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerSyncTransformToRefObj"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerSyncTransformToRefObj) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerSyncTransformToRefObj"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPreciseDodge \ +static_assert(alignof(UBANS_GSPreciseDodge) == 0x000008, "Wrong alignment on UBANS_GSPreciseDodge"); \ +static_assert(sizeof(UBANS_GSPreciseDodge) == 0x000050, "Wrong size on UBANS_GSPreciseDodge"); \ +static_assert(offsetof(UBANS_GSPreciseDodge, Level) == 0x000048, "Member 'UBANS_GSPreciseDodge::Level' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPlaceholderActorBase \ +static_assert(alignof(ABGUPlaceholderActorBase) == 0x000008, "Wrong alignment on ABGUPlaceholderActorBase"); \ +static_assert(sizeof(ABGUPlaceholderActorBase) == 0x0002F8, "Wrong size on ABGUPlaceholderActorBase"); \ +static_assert(offsetof(ABGUPlaceholderActorBase, PlaceholderActorConfig) == 0x0002F0, "Member 'ABGUPlaceholderActorBase::PlaceholderActorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_PlaceholderActorDataComp \ +static_assert(alignof(UBUS_PlaceholderActorDataComp) == 0x000008, "Wrong alignment on UBUS_PlaceholderActorDataComp"); \ +static_assert(sizeof(UBUS_PlaceholderActorDataComp) == 0x0000D0, "Wrong size on UBUS_PlaceholderActorDataComp"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_StartWaveSpawnByChallenge_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_StartWaveSpawnByChallenge_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_StartWaveSpawnByChallenge_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_StartWaveSpawnByChallenge_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_StartWaveSpawnByChallenge_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_StartWaveSpawnByChallenge_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_StartWaveSpawnByChallenge_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_StartWaveSpawnByChallenge \ +static_assert(alignof(UBED_QuestNode_StartWaveSpawnByChallenge) == 0x000008, "Wrong alignment on UBED_QuestNode_StartWaveSpawnByChallenge"); \ +static_assert(sizeof(UBED_QuestNode_StartWaveSpawnByChallenge) == 0x000340, "Wrong size on UBED_QuestNode_StartWaveSpawnByChallenge"); \ +static_assert(offsetof(UBED_QuestNode_StartWaveSpawnByChallenge, SpawnerList) == 0x0002A0, "Member 'UBED_QuestNode_StartWaveSpawnByChallenge::SpawnerList' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_StartWaveSpawnByChallenge, ChallengeId) == 0x0002B0, "Member 'UBED_QuestNode_StartWaveSpawnByChallenge::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_StartWaveSpawnByChallenge, Unit) == 0x0002B8, "Member 'UBED_QuestNode_StartWaveSpawnByChallenge::Unit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_StartWaveSpawnByChallenge, AMEasy) == 0x0002C8, "Member 'UBED_QuestNode_StartWaveSpawnByChallenge::AMEasy' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_StartWaveSpawnByChallenge, AMNoraml) == 0x0002F0, "Member 'UBED_QuestNode_StartWaveSpawnByChallenge::AMNoraml' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_StartWaveSpawnByChallenge, AMHard) == 0x000318, "Member 'UBED_QuestNode_StartWaveSpawnByChallenge::AMHard' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GamePlusSpawnComp \ +static_assert(alignof(UBUS_GamePlusSpawnComp) == 0x000008, "Wrong alignment on UBUS_GamePlusSpawnComp"); \ +static_assert(sizeof(UBUS_GamePlusSpawnComp) == 0x0000E8, "Wrong size on UBUS_GamePlusSpawnComp"); \ +static_assert(offsetof(UBUS_GamePlusSpawnComp, GamePlusSpawnConfigList) == 0x0000C8, "Member 'UBUS_GamePlusSpawnComp::GamePlusSpawnConfigList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_GamePlusSpawnComp, TaskStageID) == 0x0000D8, "Member 'UBUS_GamePlusSpawnComp::TaskStageID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_GamePlusSpawnComp, TaskStageStage) == 0x0000DC, "Member 'UBUS_GamePlusSpawnComp::TaskStageStage' has a wrong offset!"); \ +static_assert(offsetof(UBUS_GamePlusSpawnComp, CollectionCountMax) == 0x0000E0, "Member 'UBUS_GamePlusSpawnComp::CollectionCountMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GamePlusSpawnDataComp \ +static_assert(alignof(UBUS_GamePlusSpawnDataComp) == 0x000008, "Wrong alignment on UBUS_GamePlusSpawnDataComp"); \ +static_assert(sizeof(UBUS_GamePlusSpawnDataComp) == 0x0000D8, "Wrong size on UBUS_GamePlusSpawnDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUNameTriggerActorBase \ +static_assert(alignof(ABGUNameTriggerActorBase) == 0x000008, "Wrong alignment on ABGUNameTriggerActorBase"); \ +static_assert(sizeof(ABGUNameTriggerActorBase) == 0x000310, "Wrong size on ABGUNameTriggerActorBase"); \ +static_assert(offsetof(ABGUNameTriggerActorBase, NameTriggerConfigComp) == 0x000308, "Member 'ABGUNameTriggerActorBase::NameTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitCollectionSpawnActorState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_InitCollectionSpawnActorState \ +static_assert(alignof(UBED_FSMNode_GI_Loading_InitCollectionSpawnActorState) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_InitCollectionSpawnActorState"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_InitCollectionSpawnActorState) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_InitCollectionSpawnActorState"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_InitCollectionSpawnActorState, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_InitCollectionSpawnActorState::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGOnBattleDestroy_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGOnBattleDestroy_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGOnBattleDestroy_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGOnBattleDestroy_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGOnBattleDestroy_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGOnBattleDestroy_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGOnBattleDestroy_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGOnBattleDestroy_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGOnBattleDestroy \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGOnBattleDestroy) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGOnBattleDestroy"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGOnBattleDestroy) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGOnBattleDestroy"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGOnBattleDestroy, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGOnBattleDestroy::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSimpleSplineActor \ +static_assert(alignof(ABGUSimpleSplineActor) == 0x000008, "Wrong alignment on ABGUSimpleSplineActor"); \ +static_assert(sizeof(ABGUSimpleSplineActor) == 0x000318, "Wrong size on ABGUSimpleSplineActor"); \ +static_assert(offsetof(ABGUSimpleSplineActor, Root) == 0x000308, "Member 'ABGUSimpleSplineActor::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUSimpleSplineActor, SplineComp) == 0x000310, "Member 'ABGUSimpleSplineActor::SplineComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_DialogueAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_DialogueAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_DialogueAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_DialogueAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_DialogueAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_DialogueAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_DialogueAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_DialogueAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_DialogueAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_DialogueAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_DialogueAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_DialogueAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_DialogueAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_DialogueAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_DialogueAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_DialogueAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_DialogueAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_DialogueAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_DialogueAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_DialogueAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_DialogueAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_DialogueAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_DialogueAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_DialogueAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_DialogueAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_DialogueAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_DialogueAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_DialogueAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetStartNodeClass \ +static_assert(alignof(BED_DialogueAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_DialogueAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_DialogueAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_DialogueAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_DialogueAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_DialogueAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_DialogueAsset_GetViewType \ +static_assert(alignof(BED_DialogueAsset_GetViewType) == 0x000001, "Wrong alignment on BED_DialogueAsset_GetViewType"); \ +static_assert(sizeof(BED_DialogueAsset_GetViewType) == 0x000001, "Wrong size on BED_DialogueAsset_GetViewType"); \ +static_assert(offsetof(BED_DialogueAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_DialogueAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_DialogueAsset \ +static_assert(alignof(UBED_DialogueAsset) == 0x000008, "Wrong alignment on UBED_DialogueAsset"); \ +static_assert(sizeof(UBED_DialogueAsset) == 0x0003F0, "Wrong size on UBED_DialogueAsset"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PartBreakAMInfoConfig \ +static_assert(alignof(UBGWDataAsset_PartBreakAMInfoConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_PartBreakAMInfoConfig"); \ +static_assert(sizeof(UBGWDataAsset_PartBreakAMInfoConfig) == 0x000060, "Wrong size on UBGWDataAsset_PartBreakAMInfoConfig"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, SectorsType) == 0x000031, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::SectorsType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, PBAS_ForwardLeft_FNB) == 0x000034, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::PBAS_ForwardLeft_FNB' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, PBAS_ForwardRight_FNB) == 0x000038, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::PBAS_ForwardRight_FNB' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, PBAS_ForwardLeft_FourDir) == 0x00003C, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::PBAS_ForwardLeft_FourDir' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, PBAS_ForwardRight_FourDir) == 0x000040, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::PBAS_ForwardRight_FourDir' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, PBAS_BackwardLeft_FourDir) == 0x000044, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::PBAS_BackwardLeft_FourDir' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, PBAS_BackwardRight_FourDir) == 0x000048, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::PBAS_BackwardRight_FourDir' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PartBreakAMInfoConfig, PartDamagedAMInfoList) == 0x000050, "Member 'UBGWDataAsset_PartBreakAMInfoConfig::PartDamagedAMInfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_EQSPointRecorderActor_OnPostEditMove \ +static_assert(alignof(BGU_EQSPointRecorderActor_OnPostEditMove) == 0x000001, "Wrong alignment on BGU_EQSPointRecorderActor_OnPostEditMove"); \ +static_assert(sizeof(BGU_EQSPointRecorderActor_OnPostEditMove) == 0x000001, "Wrong size on BGU_EQSPointRecorderActor_OnPostEditMove"); \ + +#define DUMPER7_ASSERTS_ABGU_EQSPointRecorderActor \ +static_assert(alignof(ABGU_EQSPointRecorderActor) == 0x000008, "Wrong alignment on ABGU_EQSPointRecorderActor"); \ +static_assert(sizeof(ABGU_EQSPointRecorderActor) == 0x000388, "Wrong size on ABGU_EQSPointRecorderActor"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, Root) == 0x000308, "Member 'ABGU_EQSPointRecorderActor::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, RelativeTarget) == 0x000318, "Member 'ABGU_EQSPointRecorderActor::RelativeTarget' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, GeneratePointsEQSTemplate) == 0x000320, "Member 'ABGU_EQSPointRecorderActor::GeneratePointsEQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, QueryConfig) == 0x000328, "Member 'ABGU_EQSPointRecorderActor::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, PreviewActor) == 0x000338, "Member 'ABGU_EQSPointRecorderActor::PreviewActor' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, CustomAddingActors) == 0x000340, "Member 'ABGU_EQSPointRecorderActor::CustomAddingActors' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, EQSPoints) == 0x000350, "Member 'ABGU_EQSPointRecorderActor::EQSPoints' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, CustomPoints) == 0x000360, "Member 'ABGU_EQSPointRecorderActor::CustomPoints' has a wrong offset!"); \ +static_assert(offsetof(ABGU_EQSPointRecorderActor, GeneratedEQSActors) == 0x000370, "Member 'ABGU_EQSPointRecorderActor::GeneratedEQSActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TaskCollectiontDataComp \ +static_assert(alignof(UBUS_TaskCollectiontDataComp) == 0x000008, "Wrong alignment on UBUS_TaskCollectiontDataComp"); \ +static_assert(sizeof(UBUS_TaskCollectiontDataComp) == 0x0000D0, "Wrong size on UBUS_TaskCollectiontDataComp"); \ + +#define DUMPER7_ASSERTS_ABossRushPlayerStart_Single \ +static_assert(alignof(ABossRushPlayerStart_Single) == 0x000008, "Wrong alignment on ABossRushPlayerStart_Single"); \ +static_assert(sizeof(ABossRushPlayerStart_Single) == 0x0002A8, "Wrong size on ABossRushPlayerStart_Single"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_SaveArchiveAndWaitFinish::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSWeaponAimTo_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSWeaponAimTo_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSWeaponAimTo_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSWeaponAimTo_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSWeaponAimTo_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSWeaponAimTo_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSWeaponAimTo_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSWeaponAimTo_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSWeaponAimTo_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSWeaponAimTo_GSNotifyEndCS \ +static_assert(alignof(BANS_GSWeaponAimTo_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSWeaponAimTo_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSWeaponAimTo_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSWeaponAimTo_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSWeaponAimTo_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSWeaponAimTo_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSWeaponAimTo \ +static_assert(alignof(UBANS_GSWeaponAimTo) == 0x000008, "Wrong alignment on UBANS_GSWeaponAimTo"); \ +static_assert(sizeof(UBANS_GSWeaponAimTo) == 0x000088, "Wrong size on UBANS_GSWeaponAimTo"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, WeaponBoneName) == 0x000048, "Member 'UBANS_GSWeaponAimTo::WeaponBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, AimAxis) == 0x000050, "Member 'UBANS_GSWeaponAimTo::AimAxis' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, AimToType) == 0x000068, "Member 'UBANS_GSWeaponAimTo::AimToType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, TargetSocketName) == 0x00006C, "Member 'UBANS_GSWeaponAimTo::TargetSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, BlendInTime) == 0x000074, "Member 'UBANS_GSWeaponAimTo::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, BlendOutTime) == 0x000078, "Member 'UBANS_GSWeaponAimTo::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, TraceSpd) == 0x00007C, "Member 'UBANS_GSWeaponAimTo::TraceSpd' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSWeaponAimTo, DegreesConstraint) == 0x000080, "Member 'UBANS_GSWeaponAimTo::DegreesConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TaskStageCollectionConfigComp \ +static_assert(alignof(UBUS_TaskStageCollectionConfigComp) == 0x000008, "Wrong alignment on UBUS_TaskStageCollectionConfigComp"); \ +static_assert(sizeof(UBUS_TaskStageCollectionConfigComp) == 0x000108, "Wrong size on UBUS_TaskStageCollectionConfigComp"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, CD) == 0x0000C8, "Member 'UBUS_TaskStageCollectionConfigComp::CD' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, FinishCD) == 0x0000CC, "Member 'UBUS_TaskStageCollectionConfigComp::FinishCD' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, TaskStageID) == 0x0000D0, "Member 'UBUS_TaskStageCollectionConfigComp::TaskStageID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, TaskStageStage) == 0x0000D4, "Member 'UBUS_TaskStageCollectionConfigComp::TaskStageStage' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, DropID) == 0x0000D8, "Member 'UBUS_TaskStageCollectionConfigComp::DropID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, CollectionDropTemplete) == 0x0000E0, "Member 'UBUS_TaskStageCollectionConfigComp::CollectionDropTemplete' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, CollectionDropTemplete_TaskFinish) == 0x0000E8, "Member 'UBUS_TaskStageCollectionConfigComp::CollectionDropTemplete_TaskFinish' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, CollectionFXSpawnCompTag) == 0x0000F0, "Member 'UBUS_TaskStageCollectionConfigComp::CollectionFXSpawnCompTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, DestoryDelayTime) == 0x0000F8, "Member 'UBUS_TaskStageCollectionConfigComp::DestoryDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TaskStageCollectionConfigComp, CacheDBC) == 0x000100, "Member 'UBUS_TaskStageCollectionConfigComp::CacheDBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_OnSkipping \ +static_assert(alignof(UMovieNodeInstance_OnSkipping) == 0x000008, "Wrong alignment on UMovieNodeInstance_OnSkipping"); \ +static_assert(sizeof(UMovieNodeInstance_OnSkipping) == 0x000028, "Wrong size on UMovieNodeInstance_OnSkipping"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_InBattleOnLineLS_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleOnLineLS_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleOnLineLS_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleOnLineLS_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleOnLineLS_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_InBattleOnLineLS_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineLS_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleOnLineLS_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_InBattleOnLineLS \ +static_assert(alignof(UBED_FSMNode_GI_Global_InBattleOnLineLS) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_InBattleOnLineLS"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_InBattleOnLineLS) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_InBattleOnLineLS"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_InBattleOnLineLS, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_InBattleOnLineLS::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished \ +static_assert(alignof(BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished) == 0x000008, "Wrong alignment on BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished"); \ +static_assert(sizeof(BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished) == 0x000028, "Wrong size on BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished"); \ +static_assert(offsetof(BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished, LevelKeyword) == 0x000000, "Member 'BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished::LevelKeyword' has a wrong offset!"); \ +static_assert(offsetof(BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished, LevelState) == 0x000010, "Member 'BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished::LevelState' has a wrong offset!"); \ +static_assert(offsetof(BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished, OperationID) == 0x000020, "Member 'BGUTortoiseLevelStreamingMgrActor_OnSingleSetLevelsStateFinished::OperationID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTortoiseLevelStreamingMgrActor \ +static_assert(alignof(ABGUTortoiseLevelStreamingMgrActor) == 0x000008, "Wrong alignment on ABGUTortoiseLevelStreamingMgrActor"); \ +static_assert(sizeof(ABGUTortoiseLevelStreamingMgrActor) == 0x000310, "Wrong size on ABGUTortoiseLevelStreamingMgrActor"); \ +static_assert(offsetof(ABGUTortoiseLevelStreamingMgrActor, TortoiseLevelStreamingConfigComp) == 0x000308, "Member 'ABGUTortoiseLevelStreamingMgrActor::TortoiseLevelStreamingConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_Base_GetCategoryTextCS \ +static_assert(alignof(BMPS_Base_GetCategoryTextCS) == 0x000008, "Wrong alignment on BMPS_Base_GetCategoryTextCS"); \ +static_assert(sizeof(BMPS_Base_GetCategoryTextCS) == 0x000010, "Wrong size on BMPS_Base_GetCategoryTextCS"); \ +static_assert(offsetof(BMPS_Base_GetCategoryTextCS, ReturnValue) == 0x000000, "Member 'BMPS_Base_GetCategoryTextCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_Base_GetFooterTextCS \ +static_assert(alignof(BMPS_Base_GetFooterTextCS) == 0x000008, "Wrong alignment on BMPS_Base_GetFooterTextCS"); \ +static_assert(sizeof(BMPS_Base_GetFooterTextCS) == 0x000010, "Wrong size on BMPS_Base_GetFooterTextCS"); \ +static_assert(offsetof(BMPS_Base_GetFooterTextCS, ReturnValue) == 0x000000, "Member 'BMPS_Base_GetFooterTextCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBMPS_Base \ +static_assert(alignof(UBMPS_Base) == 0x000008, "Wrong alignment on UBMPS_Base"); \ +static_assert(sizeof(UBMPS_Base) == 0x000048, "Wrong size on UBMPS_Base"); \ + +#define DUMPER7_ASSERTS_BGUWeaponBase_Tool_CheckBoxChildren \ +static_assert(alignof(BGUWeaponBase_Tool_CheckBoxChildren) == 0x000001, "Wrong alignment on BGUWeaponBase_Tool_CheckBoxChildren"); \ +static_assert(sizeof(BGUWeaponBase_Tool_CheckBoxChildren) == 0x000001, "Wrong size on BGUWeaponBase_Tool_CheckBoxChildren"); \ + +#define DUMPER7_ASSERTS_BGUWeaponBase_WeaponBPFunc \ +static_assert(alignof(BGUWeaponBase_WeaponBPFunc) == 0x000004, "Wrong alignment on BGUWeaponBase_WeaponBPFunc"); \ +static_assert(sizeof(BGUWeaponBase_WeaponBPFunc) == 0x000004, "Wrong size on BGUWeaponBase_WeaponBPFunc"); \ +static_assert(offsetof(BGUWeaponBase_WeaponBPFunc, FloatParam) == 0x000000, "Member 'BGUWeaponBase_WeaponBPFunc::FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUWeaponBase \ +static_assert(alignof(ABGUWeaponBase) == 0x000008, "Wrong alignment on ABGUWeaponBase"); \ +static_assert(sizeof(ABGUWeaponBase) == 0x000318, "Wrong size on ABGUWeaponBase"); \ +static_assert(offsetof(ABGUWeaponBase, DefaultRootComponent) == 0x000308, "Member 'ABGUWeaponBase::DefaultRootComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGUWeaponBase, SkeletalMeshComp) == 0x000310, "Member 'ABGUWeaponBase::SkeletalMeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TortoiseLevelStreamingConfig \ +static_assert(alignof(UBGWDataAsset_TortoiseLevelStreamingConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TortoiseLevelStreamingConfig"); \ +static_assert(sizeof(UBGWDataAsset_TortoiseLevelStreamingConfig) == 0x0000B0, "Wrong size on UBGWDataAsset_TortoiseLevelStreamingConfig"); \ +static_assert(offsetof(UBGWDataAsset_TortoiseLevelStreamingConfig, DefaultManagedStateLevelConfig) == 0x000030, "Member 'UBGWDataAsset_TortoiseLevelStreamingConfig::DefaultManagedStateLevelConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TortoiseLevelStreamingConfig, StreamingLevelBoxTriggerConfig) == 0x000080, "Member 'UBGWDataAsset_TortoiseLevelStreamingConfig::StreamingLevelBoxTriggerConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TortoiseLevelStreamingConfig, LevelGetterKeywordInput) == 0x000090, "Member 'UBGWDataAsset_TortoiseLevelStreamingConfig::LevelGetterKeywordInput' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TortoiseLevelStreamingConfig, LevelGetterOutput) == 0x0000A0, "Member 'UBGWDataAsset_TortoiseLevelStreamingConfig::LevelGetterOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUNarrator \ +static_assert(alignof(ABGUNarrator) == 0x000008, "Wrong alignment on ABGUNarrator"); \ +static_assert(sizeof(ABGUNarrator) == 0x000310, "Wrong size on ABGUNarrator"); \ +static_assert(offsetof(ABGUNarrator, AkComp) == 0x000308, "Member 'ABGUNarrator::AkComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABossRushPlayerStart_Group \ +static_assert(alignof(ABossRushPlayerStart_Group) == 0x000008, "Wrong alignment on ABossRushPlayerStart_Group"); \ +static_assert(sizeof(ABossRushPlayerStart_Group) == 0x0002A8, "Wrong size on ABossRushPlayerStart_Group"); \ + +#define DUMPER7_ASSERTS_UBUS_NarratorDataComp \ +static_assert(alignof(UBUS_NarratorDataComp) == 0x000008, "Wrong alignment on UBUS_NarratorDataComp"); \ +static_assert(sizeof(UBUS_NarratorDataComp) == 0x0000D0, "Wrong size on UBUS_NarratorDataComp"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_Story_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BossRushNode_Story_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BossRushNode_Story_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BossRushNode_Story_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BossRushNode_Story_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BossRushNode_Story_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BossRushNode_Story_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_Story \ +static_assert(alignof(UBED_BossRushNode_Story) == 0x000008, "Wrong alignment on UBED_BossRushNode_Story"); \ +static_assert(sizeof(UBED_BossRushNode_Story) == 0x0002F0, "Wrong size on UBED_BossRushNode_Story"); \ +static_assert(offsetof(UBED_BossRushNode_Story, MatchPositionType) == 0x0002A0, "Member 'UBED_BossRushNode_Story::MatchPositionType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Story, Overlap) == 0x0002A4, "Member 'UBED_BossRushNode_Story::Overlap' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Story, Sequence) == 0x0002B8, "Member 'UBED_BossRushNode_Story::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Story, SequenceID) == 0x0002C8, "Member 'UBED_BossRushNode_Story::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Story, GainItems) == 0x0002D0, "Member 'UBED_BossRushNode_Story::GainItems' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Story, ChapterID) == 0x0002E4, "Member 'UBED_BossRushNode_Story::ChapterID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FXDataComp \ +static_assert(alignof(UBUS_FXDataComp) == 0x000008, "Wrong alignment on UBUS_FXDataComp"); \ +static_assert(sizeof(UBUS_FXDataComp) == 0x0000D0, "Wrong size on UBUS_FXDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_LightningFXActorDataComp \ +static_assert(alignof(UBUS_LightningFXActorDataComp) == 0x000008, "Wrong alignment on UBUS_LightningFXActorDataComp"); \ +static_assert(sizeof(UBUS_LightningFXActorDataComp) == 0x0000D0, "Wrong size on UBUS_LightningFXActorDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_TortoiseLevelStreamingConfigComp \ +static_assert(alignof(UBUS_TortoiseLevelStreamingConfigComp) == 0x000008, "Wrong alignment on UBUS_TortoiseLevelStreamingConfigComp"); \ +static_assert(sizeof(UBUS_TortoiseLevelStreamingConfigComp) == 0x0000E0, "Wrong size on UBUS_TortoiseLevelStreamingConfigComp"); \ +static_assert(offsetof(UBUS_TortoiseLevelStreamingConfigComp, BeginConfig) == 0x0000C8, "Member 'UBUS_TortoiseLevelStreamingConfigComp::BeginConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TortoiseLevelStreamingConfigComp, LoopConfig) == 0x0000D0, "Member 'UBUS_TortoiseLevelStreamingConfigComp::LoopConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TortoiseLevelStreamingConfigComp, EndConfig) == 0x0000D8, "Member 'UBUS_TortoiseLevelStreamingConfigComp::EndConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_TravelUrlIsListen_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_TravelUrlIsListen_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_TravelUrlIsListen_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_TravelUrlIsListen_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_TravelUrlIsListen_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_TravelUrlIsListen_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_TravelUrlIsListen_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_TravelUrlIsListen \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_TravelUrlIsListen) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_TravelUrlIsListen"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_TravelUrlIsListen) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_TravelUrlIsListen"); \ + +#define DUMPER7_ASSERTS_UBUS_TortoiseLevelStreamingMgrDataComp \ +static_assert(alignof(UBUS_TortoiseLevelStreamingMgrDataComp) == 0x000008, "Wrong alignment on UBUS_TortoiseLevelStreamingMgrDataComp"); \ +static_assert(sizeof(UBUS_TortoiseLevelStreamingMgrDataComp) == 0x0000D0, "Wrong size on UBUS_TortoiseLevelStreamingMgrDataComp"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_GetPredicToStateCfgEasingTime \ +static_assert(alignof(BGUSeqAKBActor_GetPredicToStateCfgEasingTime) == 0x000004, "Wrong alignment on BGUSeqAKBActor_GetPredicToStateCfgEasingTime"); \ +static_assert(sizeof(BGUSeqAKBActor_GetPredicToStateCfgEasingTime) == 0x000010, "Wrong size on BGUSeqAKBActor_GetPredicToStateCfgEasingTime"); \ +static_assert(offsetof(BGUSeqAKBActor_GetPredicToStateCfgEasingTime, TargetState) == 0x000000, "Member 'BGUSeqAKBActor_GetPredicToStateCfgEasingTime::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_GetPredicToStateCfgEasingTime, PredicCfgEasingTime) == 0x000008, "Member 'BGUSeqAKBActor_GetPredicToStateCfgEasingTime::PredicCfgEasingTime' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_GetPredicToStateCfgEasingTime, PredicCfgDelayEasingTime) == 0x00000C, "Member 'BGUSeqAKBActor_GetPredicToStateCfgEasingTime::PredicCfgDelayEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_GSBeforeInitAddBindingActor \ +static_assert(alignof(BGUSeqAKBActor_GSBeforeInitAddBindingActor) == 0x000008, "Wrong alignment on BGUSeqAKBActor_GSBeforeInitAddBindingActor"); \ +static_assert(sizeof(BGUSeqAKBActor_GSBeforeInitAddBindingActor) == 0x000010, "Wrong size on BGUSeqAKBActor_GSBeforeInitAddBindingActor"); \ +static_assert(offsetof(BGUSeqAKBActor_GSBeforeInitAddBindingActor, BindingActorTagName) == 0x000000, "Member 'BGUSeqAKBActor_GSBeforeInitAddBindingActor::BindingActorTagName' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_GSBeforeInitAddBindingActor, InActor) == 0x000008, "Member 'BGUSeqAKBActor_GSBeforeInitAddBindingActor::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_OnAKBStateInteruptFunc \ +static_assert(alignof(BGUSeqAKBActor_OnAKBStateInteruptFunc) == 0x000004, "Wrong alignment on BGUSeqAKBActor_OnAKBStateInteruptFunc"); \ +static_assert(sizeof(BGUSeqAKBActor_OnAKBStateInteruptFunc) == 0x000014, "Wrong size on BGUSeqAKBActor_OnAKBStateInteruptFunc"); \ +static_assert(offsetof(BGUSeqAKBActor_OnAKBStateInteruptFunc, BegineState) == 0x000000, "Member 'BGUSeqAKBActor_OnAKBStateInteruptFunc::BegineState' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_OnAKBStateInteruptFunc, EndState) == 0x000008, "Member 'BGUSeqAKBActor_OnAKBStateInteruptFunc::EndState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_WoodTestAnimKeyState \ +static_assert(alignof(BGUSeqAKBActor_WoodTestAnimKeyState) == 0x000008, "Wrong alignment on BGUSeqAKBActor_WoodTestAnimKeyState"); \ +static_assert(sizeof(BGUSeqAKBActor_WoodTestAnimKeyState) == 0x000028, "Wrong size on BGUSeqAKBActor_WoodTestAnimKeyState"); \ +static_assert(offsetof(BGUSeqAKBActor_WoodTestAnimKeyState, AnimName) == 0x000000, "Member 'BGUSeqAKBActor_WoodTestAnimKeyState::AnimName' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_WoodTestAnimKeyState, TargetState) == 0x000010, "Member 'BGUSeqAKBActor_WoodTestAnimKeyState::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_WoodTestAnimKeyState, InStateDelayEasingTime) == 0x000020, "Member 'BGUSeqAKBActor_WoodTestAnimKeyState::InStateDelayEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_OnAKBStateBeginFunc \ +static_assert(alignof(BGUSeqAKBActor_OnAKBStateBeginFunc) == 0x000004, "Wrong alignment on BGUSeqAKBActor_OnAKBStateBeginFunc"); \ +static_assert(sizeof(BGUSeqAKBActor_OnAKBStateBeginFunc) == 0x000014, "Wrong size on BGUSeqAKBActor_OnAKBStateBeginFunc"); \ +static_assert(offsetof(BGUSeqAKBActor_OnAKBStateBeginFunc, BegineState) == 0x000000, "Member 'BGUSeqAKBActor_OnAKBStateBeginFunc::BegineState' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_OnAKBStateBeginFunc, EndState) == 0x000008, "Member 'BGUSeqAKBActor_OnAKBStateBeginFunc::EndState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_OnAKBStateEndFunc \ +static_assert(alignof(BGUSeqAKBActor_OnAKBStateEndFunc) == 0x000004, "Wrong alignment on BGUSeqAKBActor_OnAKBStateEndFunc"); \ +static_assert(sizeof(BGUSeqAKBActor_OnAKBStateEndFunc) == 0x000014, "Wrong size on BGUSeqAKBActor_OnAKBStateEndFunc"); \ +static_assert(offsetof(BGUSeqAKBActor_OnAKBStateEndFunc, BegineState) == 0x000000, "Member 'BGUSeqAKBActor_OnAKBStateEndFunc::BegineState' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_OnAKBStateEndFunc, EndState) == 0x000008, "Member 'BGUSeqAKBActor_OnAKBStateEndFunc::EndState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_ToState \ +static_assert(alignof(BGUSeqAKBActor_ToState) == 0x000004, "Wrong alignment on BGUSeqAKBActor_ToState"); \ +static_assert(sizeof(BGUSeqAKBActor_ToState) == 0x000010, "Wrong size on BGUSeqAKBActor_ToState"); \ +static_assert(offsetof(BGUSeqAKBActor_ToState, TargetState) == 0x000000, "Member 'BGUSeqAKBActor_ToState::TargetState' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_ToState, InStateDelayEasingTime) == 0x000008, "Member 'BGUSeqAKBActor_ToState::InStateDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(BGUSeqAKBActor_ToState, InStateOverideEasingTime) == 0x00000C, "Member 'BGUSeqAKBActor_ToState::InStateOverideEasingTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSeqAKBActor_DoTick \ +static_assert(alignof(BGUSeqAKBActor_DoTick) == 0x000004, "Wrong alignment on BGUSeqAKBActor_DoTick"); \ +static_assert(sizeof(BGUSeqAKBActor_DoTick) == 0x000004, "Wrong size on BGUSeqAKBActor_DoTick"); \ +static_assert(offsetof(BGUSeqAKBActor_DoTick, DeltaSeconds) == 0x000000, "Member 'BGUSeqAKBActor_DoTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSeqAKBActor \ +static_assert(alignof(ABGUSeqAKBActor) == 0x000008, "Wrong alignment on ABGUSeqAKBActor"); \ +static_assert(sizeof(ABGUSeqAKBActor) == 0x000330, "Wrong size on ABGUSeqAKBActor"); \ +static_assert(offsetof(ABGUSeqAKBActor, DefaultEasingTime) == 0x000300, "Member 'ABGUSeqAKBActor::DefaultEasingTime' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, DefaultEasingFunc) == 0x000304, "Member 'ABGUSeqAKBActor::DefaultEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, DefaultEasingBlendExp) == 0x000308, "Member 'ABGUSeqAKBActor::DefaultEasingBlendExp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, DefaultEasingSteps) == 0x00030C, "Member 'ABGUSeqAKBActor::DefaultEasingSteps' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, DefaultDelayEasingTime) == 0x000310, "Member 'ABGUSeqAKBActor::DefaultDelayEasingTime' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, DefaultEnumValEasingType) == 0x000314, "Member 'ABGUSeqAKBActor::DefaultEnumValEasingType' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, DefaultBoolValEasingType) == 0x000315, "Member 'ABGUSeqAKBActor::DefaultBoolValEasingType' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, GSBlendCfgList) == 0x000318, "Member 'ABGUSeqAKBActor::GSBlendCfgList' has a wrong offset!"); \ +static_assert(offsetof(ABGUSeqAKBActor, GSAnimKeyStateBlenderObj) == 0x000328, "Member 'ABGUSeqAKBActor::GSAnimKeyStateBlenderObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUOnlineAssistTriggerActorBase \ +static_assert(alignof(ABGUOnlineAssistTriggerActorBase) == 0x000008, "Wrong alignment on ABGUOnlineAssistTriggerActorBase"); \ +static_assert(sizeof(ABGUOnlineAssistTriggerActorBase) == 0x000310, "Wrong size on ABGUOnlineAssistTriggerActorBase"); \ +static_assert(offsetof(ABGUOnlineAssistTriggerActorBase, OnlineAssistTriggerConfig) == 0x000308, "Member 'ABGUOnlineAssistTriggerActorBase::OnlineAssistTriggerConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_MonsterTeleportArchiveExist"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_ReportOSS_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_ReportOSS_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_ReportOSS_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_ReportOSS_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_ReportOSS_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_ReportOSS_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_ReportOSS_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_ReportOSS \ +static_assert(alignof(UBED_ProcessMachineNode_ReportOSS) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_ReportOSS"); \ +static_assert(sizeof(UBED_ProcessMachineNode_ReportOSS) == 0x0002B8, "Wrong size on UBED_ProcessMachineNode_ReportOSS"); \ +static_assert(offsetof(UBED_ProcessMachineNode_ReportOSS, TaskLine) == 0x0002A0, "Member 'UBED_ProcessMachineNode_ReportOSS::TaskLine' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_ReportOSS, StageNote) == 0x0002B0, "Member 'UBED_ProcessMachineNode_ReportOSS::StageNote' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_OnlineAssistTriggerConfigComp \ +static_assert(alignof(UBUS_OnlineAssistTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_OnlineAssistTriggerConfigComp"); \ +static_assert(sizeof(UBUS_OnlineAssistTriggerConfigComp) == 0x0000E0, "Wrong size on UBUS_OnlineAssistTriggerConfigComp"); \ +static_assert(offsetof(UBUS_OnlineAssistTriggerConfigComp, RebirthPointId) == 0x0000C8, "Member 'UBUS_OnlineAssistTriggerConfigComp::RebirthPointId' has a wrong offset!"); \ +static_assert(offsetof(UBUS_OnlineAssistTriggerConfigComp, UnitGuid) == 0x0000D0, "Member 'UBUS_OnlineAssistTriggerConfigComp::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSplineFlyMoveTriggerActor \ +static_assert(alignof(ABGUSplineFlyMoveTriggerActor) == 0x000008, "Wrong alignment on ABGUSplineFlyMoveTriggerActor"); \ +static_assert(sizeof(ABGUSplineFlyMoveTriggerActor) == 0x000320, "Wrong size on ABGUSplineFlyMoveTriggerActor"); \ +static_assert(offsetof(ABGUSplineFlyMoveTriggerActor, TriggerBox) == 0x000308, "Member 'ABGUSplineFlyMoveTriggerActor::TriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUSplineFlyMoveTriggerActor, EndTriggerBox) == 0x000310, "Member 'ABGUSplineFlyMoveTriggerActor::EndTriggerBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUSplineFlyMoveTriggerActor, SplineFlyMoveTriggerConfigComp) == 0x000318, "Member 'ABGUSplineFlyMoveTriggerActor::SplineFlyMoveTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_InputMappingContextConfigV2 \ +static_assert(alignof(UBGWDataAsset_InputMappingContextConfigV2) == 0x000008, "Wrong alignment on UBGWDataAsset_InputMappingContextConfigV2"); \ +static_assert(sizeof(UBGWDataAsset_InputMappingContextConfigV2) == 0x000088, "Wrong size on UBGWDataAsset_InputMappingContextConfigV2"); \ +static_assert(offsetof(UBGWDataAsset_InputMappingContextConfigV2, ChordActionDelayConflictActionDuration) == 0x000030, "Member 'UBGWDataAsset_InputMappingContextConfigV2::ChordActionDelayConflictActionDuration' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_InputMappingContextConfigV2, DefaultCustomizedInputType) == 0x000034, "Member 'UBGWDataAsset_InputMappingContextConfigV2::DefaultCustomizedInputType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_InputMappingContextConfigV2, Configs) == 0x000038, "Member 'UBGWDataAsset_InputMappingContextConfigV2::Configs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTransPreviewActorBase_OnConstructionCS \ +static_assert(alignof(BGUTransPreviewActorBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUTransPreviewActorBase_OnConstructionCS"); \ +static_assert(sizeof(BGUTransPreviewActorBase_OnConstructionCS) == 0x000060, "Wrong size on BGUTransPreviewActorBase_OnConstructionCS"); \ +static_assert(offsetof(BGUTransPreviewActorBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUTransPreviewActorBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTransPreviewActorBase \ +static_assert(alignof(ABGUTransPreviewActorBase) == 0x000008, "Wrong alignment on ABGUTransPreviewActorBase"); \ +static_assert(sizeof(ABGUTransPreviewActorBase) == 0x000348, "Wrong size on ABGUTransPreviewActorBase"); \ +static_assert(offsetof(ABGUTransPreviewActorBase, Mesh) == 0x000308, "Member 'ABGUTransPreviewActorBase::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUTransPreviewActorBase, NormalLight) == 0x000310, "Member 'ABGUTransPreviewActorBase::NormalLight' has a wrong offset!"); \ +static_assert(offsetof(ABGUTransPreviewActorBase, Light) == 0x000318, "Member 'ABGUTransPreviewActorBase::Light' has a wrong offset!"); \ +static_assert(offsetof(ABGUTransPreviewActorBase, DefaultRootComp) == 0x000320, "Member 'ABGUTransPreviewActorBase::DefaultRootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUTransPreviewActorBase, AttachComp) == 0x000328, "Member 'ABGUTransPreviewActorBase::AttachComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUTransPreviewActorBase, CharacterModularComp) == 0x000330, "Member 'ABGUTransPreviewActorBase::CharacterModularComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUTransPreviewActorBase, Datas) == 0x000338, "Member 'ABGUTransPreviewActorBase::Datas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap \ +static_assert(alignof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(sizeof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap) == 0x000108, "Wrong size on SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap \ +static_assert(alignof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(sizeof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap) == 0x000020, "Wrong size on SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'SplineFlyMoveTriggerCompFunctionBinder_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USplineFlyMoveTriggerCompFunctionBinder \ +static_assert(alignof(USplineFlyMoveTriggerCompFunctionBinder) == 0x000008, "Wrong alignment on USplineFlyMoveTriggerCompFunctionBinder"); \ +static_assert(sizeof(USplineFlyMoveTriggerCompFunctionBinder) == 0x000028, "Wrong size on USplineFlyMoveTriggerCompFunctionBinder"); \ + +#define DUMPER7_ASSERTS_FOnEditableTextChangedEventWrapper_Callback \ +static_assert(alignof(FOnEditableTextChangedEventWrapper_Callback) == 0x000008, "Wrong alignment on FOnEditableTextChangedEventWrapper_Callback"); \ +static_assert(sizeof(FOnEditableTextChangedEventWrapper_Callback) == 0x000018, "Wrong size on FOnEditableTextChangedEventWrapper_Callback"); \ +static_assert(offsetof(FOnEditableTextChangedEventWrapper_Callback, Text) == 0x000000, "Member 'FOnEditableTextChangedEventWrapper_Callback::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnEditableTextChangedEventWrapper \ +static_assert(alignof(UFOnEditableTextChangedEventWrapper) == 0x000008, "Wrong alignment on UFOnEditableTextChangedEventWrapper"); \ +static_assert(sizeof(UFOnEditableTextChangedEventWrapper) == 0x000028, "Wrong size on UFOnEditableTextChangedEventWrapper"); \ + +#define DUMPER7_ASSERTS_BANS_GSCostStamina_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCostStamina_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCostStamina_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCostStamina_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCostStamina_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCostStamina_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCostStamina_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCostStamina_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCostStamina_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCostStamina_GSNotifyTickCS \ +static_assert(alignof(BANS_GSCostStamina_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSCostStamina_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSCostStamina_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSCostStamina_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSCostStamina_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSCostStamina_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCostStamina_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSCostStamina_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCostStamina_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCostStamina_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCostStamina_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCostStamina_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCostStamina_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCostStamina_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCostStamina_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCostStamina \ +static_assert(alignof(UBANS_GSCostStamina) == 0x000008, "Wrong alignment on UBANS_GSCostStamina"); \ +static_assert(sizeof(UBANS_GSCostStamina) == 0x000048, "Wrong size on UBANS_GSCostStamina"); \ + +#define DUMPER7_ASSERTS_UBUS_SplineFlyMoveTriggerDataComp \ +static_assert(alignof(UBUS_SplineFlyMoveTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_SplineFlyMoveTriggerDataComp"); \ +static_assert(sizeof(UBUS_SplineFlyMoveTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_SplineFlyMoveTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsNeedCloseLoadingScreen"); \ + +#define DUMPER7_ASSERTS_UBUS_AudioTriggerConfigComp \ +static_assert(alignof(UBUS_AudioTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_AudioTriggerConfigComp"); \ +static_assert(sizeof(UBUS_AudioTriggerConfigComp) == 0x0000D8, "Wrong size on UBUS_AudioTriggerConfigComp"); \ +static_assert(offsetof(UBUS_AudioTriggerConfigComp, AudioList) == 0x0000C8, "Member 'UBUS_AudioTriggerConfigComp::AudioList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckSceneItemAngleByTag \ +static_assert(alignof(UBAID_CheckSceneItemAngleByTag) == 0x000008, "Wrong alignment on UBAID_CheckSceneItemAngleByTag"); \ +static_assert(sizeof(UBAID_CheckSceneItemAngleByTag) == 0x0000B0, "Wrong size on UBAID_CheckSceneItemAngleByTag"); \ +static_assert(offsetof(UBAID_CheckSceneItemAngleByTag, BoneName) == 0x000090, "Member 'UBAID_CheckSceneItemAngleByTag::BoneName' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckSceneItemAngleByTag, SceneItemTag) == 0x000098, "Member 'UBAID_CheckSceneItemAngleByTag::SceneItemTag' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckSceneItemAngleByTag, MinDistance) == 0x0000A0, "Member 'UBAID_CheckSceneItemAngleByTag::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckSceneItemAngleByTag, MaxDistance) == 0x0000A4, "Member 'UBAID_CheckSceneItemAngleByTag::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckSceneItemAngleByTag, AngleValue) == 0x0000A8, "Member 'UBAID_CheckSceneItemAngleByTag::AngleValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileSpawnPreviewActor_ReceiveTick \ +static_assert(alignof(BGUProjectileSpawnPreviewActor_ReceiveTick) == 0x000004, "Wrong alignment on BGUProjectileSpawnPreviewActor_ReceiveTick"); \ +static_assert(sizeof(BGUProjectileSpawnPreviewActor_ReceiveTick) == 0x000004, "Wrong size on BGUProjectileSpawnPreviewActor_ReceiveTick"); \ +static_assert(offsetof(BGUProjectileSpawnPreviewActor_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUProjectileSpawnPreviewActor_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUProjectileSpawnPreviewActor \ +static_assert(alignof(ABGUProjectileSpawnPreviewActor) == 0x000008, "Wrong alignment on ABGUProjectileSpawnPreviewActor"); \ +static_assert(sizeof(ABGUProjectileSpawnPreviewActor) == 0x0002E8, "Wrong size on ABGUProjectileSpawnPreviewActor"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, CharacterMesh) == 0x000298, "Member 'ABGUProjectileSpawnPreviewActor::CharacterMesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, DefaultSpawnPos) == 0x0002A0, "Member 'ABGUProjectileSpawnPreviewActor::DefaultSpawnPos' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, TargetPos) == 0x0002A8, "Member 'ABGUProjectileSpawnPreviewActor::TargetPos' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, ProjectileSpawnConfig) == 0x0002B0, "Member 'ABGUProjectileSpawnPreviewActor::ProjectileSpawnConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, DrawDebugLength) == 0x0002BC, "Member 'ABGUProjectileSpawnPreviewActor::DrawDebugLength' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, DrawDebugDuration) == 0x0002C0, "Member 'ABGUProjectileSpawnPreviewActor::DrawDebugDuration' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, DrawDebugTickness) == 0x0002C4, "Member 'ABGUProjectileSpawnPreviewActor::DrawDebugTickness' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, ArrowSize) == 0x0002C8, "Member 'ABGUProjectileSpawnPreviewActor::ArrowSize' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, ProjectileSize) == 0x0002CC, "Member 'ABGUProjectileSpawnPreviewActor::ProjectileSize' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, SphereSegment) == 0x0002D0, "Member 'ABGUProjectileSpawnPreviewActor::SphereSegment' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileSpawnPreviewActor, SphereColor) == 0x0002D4, "Member 'ABGUProjectileSpawnPreviewActor::SphereColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayDBCEfxToInteract_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayDBCEfxToInteract_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayDBCEfxToInteract_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayDBCEfxToInteract_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayDBCEfxToInteract_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayDBCEfxToInteract_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayDBCEfxToInteract_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayDBCEfxToInteract \ +static_assert(alignof(UBED_QuestNode_PlayDBCEfxToInteract) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayDBCEfxToInteract"); \ +static_assert(sizeof(UBED_QuestNode_PlayDBCEfxToInteract) == 0x0002D8, "Wrong size on UBED_QuestNode_PlayDBCEfxToInteract"); \ +static_assert(offsetof(UBED_QuestNode_PlayDBCEfxToInteract, Interactor) == 0x0002A0, "Member 'UBED_QuestNode_PlayDBCEfxToInteract::Interactor' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayDBCEfxToInteract, B1DBC) == 0x0002B0, "Member 'UBED_QuestNode_PlayDBCEfxToInteract::B1DBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUZBBCreatorActorBase_ReceiveTick \ +static_assert(alignof(BGUZBBCreatorActorBase_ReceiveTick) == 0x000004, "Wrong alignment on BGUZBBCreatorActorBase_ReceiveTick"); \ +static_assert(sizeof(BGUZBBCreatorActorBase_ReceiveTick) == 0x000004, "Wrong size on BGUZBBCreatorActorBase_ReceiveTick"); \ +static_assert(offsetof(BGUZBBCreatorActorBase_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUZBBCreatorActorBase_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUZBBCreatorActorBase \ +static_assert(alignof(ABGUZBBCreatorActorBase) == 0x000008, "Wrong alignment on ABGUZBBCreatorActorBase"); \ +static_assert(sizeof(ABGUZBBCreatorActorBase) == 0x000320, "Wrong size on ABGUZBBCreatorActorBase"); \ +static_assert(offsetof(ABGUZBBCreatorActorBase, UnitDist) == 0x000308, "Member 'ABGUZBBCreatorActorBase::UnitDist' has a wrong offset!"); \ +static_assert(offsetof(ABGUZBBCreatorActorBase, ZBBConfigs) == 0x000310, "Member 'ABGUZBBCreatorActorBase::ZBBConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimPerformer_BlueprintUpdateAnimation \ +static_assert(alignof(BUAnimPerformer_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimPerformer_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BUAnimPerformer_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BUAnimPerformer_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BUAnimPerformer_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnimPerformer_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimPerformer_GetRandomBlinkAnim \ +static_assert(alignof(BUAnimPerformer_GetRandomBlinkAnim) == 0x000008, "Wrong alignment on BUAnimPerformer_GetRandomBlinkAnim"); \ +static_assert(sizeof(BUAnimPerformer_GetRandomBlinkAnim) == 0x000020, "Wrong size on BUAnimPerformer_GetRandomBlinkAnim"); \ +static_assert(offsetof(BUAnimPerformer_GetRandomBlinkAnim, Context) == 0x000000, "Member 'BUAnimPerformer_GetRandomBlinkAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimPerformer_GetRandomBlinkAnim, Node) == 0x000010, "Member 'BUAnimPerformer_GetRandomBlinkAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimPerformer \ +static_assert(alignof(UBUAnimPerformer) == 0x000010, "Wrong alignment on UBUAnimPerformer"); \ +static_assert(sizeof(UBUAnimPerformer) == 0x0003D0, "Wrong size on UBUAnimPerformer"); \ +static_assert(offsetof(UBUAnimPerformer, ABPSetting) == 0x000350, "Member 'UBUAnimPerformer::ABPSetting' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, HeadAimLookAtRotation) == 0x000360, "Member 'UBUAnimPerformer::HeadAimLookAtRotation' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, HeadAimAlpha) == 0x000378, "Member 'UBUAnimPerformer::HeadAimAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, AimOffsetMappingCurve) == 0x000380, "Member 'UBUAnimPerformer::AimOffsetMappingCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, EyeAimLookAtRotation) == 0x000390, "Member 'UBUAnimPerformer::EyeAimLookAtRotation' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, EyeAimAlpha) == 0x0003A8, "Member 'UBUAnimPerformer::EyeAimAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, AnimIdle) == 0x0003B0, "Member 'UBUAnimPerformer::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, HeadAimOffset) == 0x0003B8, "Member 'UBUAnimPerformer::HeadAimOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimPerformer, EyeAimOffset) == 0x0003C0, "Member 'UBUAnimPerformer::EyeAimOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DispInteractBaseDataComp \ +static_assert(alignof(UBUS_DispInteractBaseDataComp) == 0x000008, "Wrong alignment on UBUS_DispInteractBaseDataComp"); \ +static_assert(sizeof(UBUS_DispInteractBaseDataComp) == 0x0000D0, "Wrong size on UBUS_DispInteractBaseDataComp"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AbpPerformerSetting \ +static_assert(alignof(UBGWDataAsset_AbpPerformerSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_AbpPerformerSetting"); \ +static_assert(sizeof(UBGWDataAsset_AbpPerformerSetting) == 0x0000D0, "Wrong size on UBGWDataAsset_AbpPerformerSetting"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, IdleAnim) == 0x000030, "Member 'UBGWDataAsset_AbpPerformerSetting::IdleAnim' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, AimOffsetMappingCurve) == 0x000038, "Member 'UBGWDataAsset_AbpPerformerSetting::AimOffsetMappingCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, HeadAimOffset) == 0x000040, "Member 'UBGWDataAsset_AbpPerformerSetting::HeadAimOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, HeadAimOffsetTurnSpeed) == 0x000050, "Member 'UBGWDataAsset_AbpPerformerSetting::HeadAimOffsetTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, HeadAimPitchRange) == 0x000058, "Member 'UBGWDataAsset_AbpPerformerSetting::HeadAimPitchRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, HeadAimYawRange) == 0x000068, "Member 'UBGWDataAsset_AbpPerformerSetting::HeadAimYawRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, EyeAimOffset) == 0x000078, "Member 'UBGWDataAsset_AbpPerformerSetting::EyeAimOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, EyeAimOffsetTurnSpeed) == 0x000088, "Member 'UBGWDataAsset_AbpPerformerSetting::EyeAimOffsetTurnSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, EyeAimPitchRange) == 0x000090, "Member 'UBGWDataAsset_AbpPerformerSetting::EyeAimPitchRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, EyeAimYawRange) == 0x0000A0, "Member 'UBGWDataAsset_AbpPerformerSetting::EyeAimYawRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, BlinkAnim) == 0x0000B0, "Member 'UBGWDataAsset_AbpPerformerSetting::BlinkAnim' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpPerformerSetting, BlinkTimeRange) == 0x0000C0, "Member 'UBGWDataAsset_AbpPerformerSetting::BlinkTimeRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimSimple_GetRandomIdleAnim \ +static_assert(alignof(BUAnimSimple_GetRandomIdleAnim) == 0x000008, "Wrong alignment on BUAnimSimple_GetRandomIdleAnim"); \ +static_assert(sizeof(BUAnimSimple_GetRandomIdleAnim) == 0x000020, "Wrong size on BUAnimSimple_GetRandomIdleAnim"); \ +static_assert(offsetof(BUAnimSimple_GetRandomIdleAnim, Context) == 0x000000, "Member 'BUAnimSimple_GetRandomIdleAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimSimple_GetRandomIdleAnim, Node) == 0x000010, "Member 'BUAnimSimple_GetRandomIdleAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimSimple \ +static_assert(alignof(UBUAnimSimple) == 0x000010, "Wrong alignment on UBUAnimSimple"); \ +static_assert(sizeof(UBUAnimSimple) == 0x000360, "Wrong size on UBUAnimSimple"); \ +static_assert(offsetof(UBUAnimSimple, AnimIdleList) == 0x000350, "Member 'UBUAnimSimple::AnimIdleList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCanCastStalemateSkill \ +static_assert(alignof(UBAID_CheckCanCastStalemateSkill) == 0x000008, "Wrong alignment on UBAID_CheckCanCastStalemateSkill"); \ +static_assert(sizeof(UBAID_CheckCanCastStalemateSkill) == 0x000090, "Wrong size on UBAID_CheckCanCastStalemateSkill"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PrepareFadeAway_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PrepareFadeAway_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PrepareFadeAway_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PrepareFadeAway_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PrepareFadeAway_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PrepareFadeAway_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PrepareFadeAway_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PrepareFadeAway_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PrepareFadeAway \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PrepareFadeAway) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PrepareFadeAway"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PrepareFadeAway) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PrepareFadeAway"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PrepareFadeAway, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PrepareFadeAway::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCameraRig_Crane_ReceiveEndPlay \ +static_assert(alignof(BGUCameraRig_Crane_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUCameraRig_Crane_ReceiveEndPlay"); \ +static_assert(sizeof(BGUCameraRig_Crane_ReceiveEndPlay) == 0x000001, "Wrong size on BGUCameraRig_Crane_ReceiveEndPlay"); \ +static_assert(offsetof(BGUCameraRig_Crane_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUCameraRig_Crane_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCameraRig_Crane \ +static_assert(alignof(ABGUCameraRig_Crane) == 0x000008, "Wrong alignment on ABGUCameraRig_Crane"); \ +static_assert(sizeof(ABGUCameraRig_Crane) == 0x0002B8, "Wrong size on ABGUCameraRig_Crane"); \ + +#define DUMPER7_ASSERTS_BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCostAttrBySkillEffect_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCostAttrBySkillEffect_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCostAttrBySkillEffect_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCostAttrBySkillEffect_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCostAttrBySkillEffect_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCostAttrBySkillEffect_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCostAttrBySkillEffect_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCostAttrBySkillEffect_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCostAttrBySkillEffect \ +static_assert(alignof(UBANS_GSCostAttrBySkillEffect) == 0x000008, "Wrong alignment on UBANS_GSCostAttrBySkillEffect"); \ +static_assert(sizeof(UBANS_GSCostAttrBySkillEffect) == 0x000050, "Wrong size on UBANS_GSCostAttrBySkillEffect"); \ +static_assert(offsetof(UBANS_GSCostAttrBySkillEffect, SkillEffectID) == 0x000048, "Member 'UBANS_GSCostAttrBySkillEffect::SkillEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_AttackIK \ +static_assert(alignof(UBUAnimHumanoidCS_AttackIK) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_AttackIK"); \ +static_assert(sizeof(UBUAnimHumanoidCS_AttackIK) == 0x0003D0, "Wrong size on UBUAnimHumanoidCS_AttackIK"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, AttackIKAlpha) == 0x000350, "Member 'UBUAnimHumanoidCS_AttackIK::AttackIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, AttackIKRollList) == 0x000358, "Member 'UBUAnimHumanoidCS_AttackIK::AttackIKRollList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, AttackIKPitchList) == 0x000368, "Member 'UBUAnimHumanoidCS_AttackIK::AttackIKPitchList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, SolverRootBoneNameList) == 0x000378, "Member 'UBUAnimHumanoidCS_AttackIK::SolverRootBoneNameList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, SolverEffectorBoneNameList) == 0x000388, "Member 'UBUAnimHumanoidCS_AttackIK::SolverEffectorBoneNameList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, BoneScaleName) == 0x00039C, "Member 'UBUAnimHumanoidCS_AttackIK::BoneScaleName' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, BonePosition) == 0x0003A8, "Member 'UBUAnimHumanoidCS_AttackIK::BonePosition' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AttackIK, BoneScaleAlpha) == 0x0003C0, "Member 'UBUAnimHumanoidCS_AttackIK::BoneScaleAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap \ +static_assert(alignof(BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap"); \ +static_assert(sizeof(BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap) == 0x000108, "Wrong size on BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap \ +static_assert(alignof(BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap"); \ +static_assert(sizeof(BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap) == 0x000108, "Wrong size on BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap, SweepResult) == 0x000020, "Member 'BUS_FoliageInteractSoundCompImpl_OnCollisionEndOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FoliageInteractSoundCompImpl \ +static_assert(alignof(UBUS_FoliageInteractSoundCompImpl) == 0x000008, "Wrong alignment on UBUS_FoliageInteractSoundCompImpl"); \ +static_assert(sizeof(UBUS_FoliageInteractSoundCompImpl) == 0x000028, "Wrong size on UBUS_FoliageInteractSoundCompImpl"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInDefaultBattleLevel"); \ + +#define DUMPER7_ASSERTS_UBAIT_TurnToTarget \ +static_assert(alignof(UBAIT_TurnToTarget) == 0x000008, "Wrong alignment on UBAIT_TurnToTarget"); \ +static_assert(sizeof(UBAIT_TurnToTarget) == 0x0000B8, "Wrong size on UBAIT_TurnToTarget"); \ +static_assert(offsetof(UBAIT_TurnToTarget, BTTargetType) == 0x0000A8, "Member 'UBAIT_TurnToTarget::BTTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TurnToTarget, BeginRotateAngle) == 0x0000AC, "Member 'UBAIT_TurnToTarget::BeginRotateAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap \ +static_assert(alignof(BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap) == 0x000008, "Wrong alignment on BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap"); \ +static_assert(sizeof(BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap) == 0x000108, "Wrong size on BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap"); \ +static_assert(offsetof(BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap, OverlappedComponent) == 0x000000, "Member 'BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap, OtherActor) == 0x000008, "Member 'BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap, OtherComp) == 0x000010, "Member 'BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap, SweepResult) == 0x000020, "Member 'BUS_PlayerApproachedNotifyComp_PlayerApproached_BeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_PlayerApproachedNotifyComp \ +static_assert(alignof(UBUS_PlayerApproachedNotifyComp) == 0x000008, "Wrong alignment on UBUS_PlayerApproachedNotifyComp"); \ +static_assert(sizeof(UBUS_PlayerApproachedNotifyComp) == 0x000028, "Wrong size on UBUS_PlayerApproachedNotifyComp"); \ + +#define DUMPER7_ASSERTS_ABGU_FlowActor \ +static_assert(alignof(ABGU_FlowActor) == 0x000008, "Wrong alignment on ABGU_FlowActor"); \ +static_assert(sizeof(ABGU_FlowActor) == 0x000338, "Wrong size on ABGU_FlowActor"); \ +static_assert(offsetof(ABGU_FlowActor, FlowActorType) == 0x000308, "Member 'ABGU_FlowActor::FlowActorType' has a wrong offset!"); \ +static_assert(offsetof(ABGU_FlowActor, RootFlow) == 0x000310, "Member 'ABGU_FlowActor::RootFlow' has a wrong offset!"); \ +static_assert(offsetof(ABGU_FlowActor, SpawnUnitClass) == 0x000320, "Member 'ABGU_FlowActor::SpawnUnitClass' has a wrong offset!"); \ +static_assert(offsetof(ABGU_FlowActor, SpawnMontage) == 0x000328, "Member 'ABGU_FlowActor::SpawnMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_StartUp_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartUp_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_StartUp_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartUp_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_StartUp_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartUp_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_StartUp_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_StartUp \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_StartUp) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_StartUp"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_StartUp) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_StartUp"); \ + +#define DUMPER7_ASSERTS_UBUS_SeqPerformerConfigInfoComp \ +static_assert(alignof(UBUS_SeqPerformerConfigInfoComp) == 0x000008, "Wrong alignment on UBUS_SeqPerformerConfigInfoComp"); \ +static_assert(sizeof(UBUS_SeqPerformerConfigInfoComp) == 0x000120, "Wrong size on UBUS_SeqPerformerConfigInfoComp"); \ +static_assert(offsetof(UBUS_SeqPerformerConfigInfoComp, DispInteractBoneMap) == 0x0000C8, "Member 'UBUS_SeqPerformerConfigInfoComp::DispInteractBoneMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_UnKnowLevelTravel"); \ + +#define DUMPER7_ASSERTS_BGW_PlatformEventMgr_OnNetworkInitializedChangeCS \ +static_assert(alignof(BGW_PlatformEventMgr_OnNetworkInitializedChangeCS) == 0x000001, "Wrong alignment on BGW_PlatformEventMgr_OnNetworkInitializedChangeCS"); \ +static_assert(sizeof(BGW_PlatformEventMgr_OnNetworkInitializedChangeCS) == 0x000001, "Wrong size on BGW_PlatformEventMgr_OnNetworkInitializedChangeCS"); \ + +#define DUMPER7_ASSERTS_BGW_PlatformEventMgr_OnUserLoginChangeCS \ +static_assert(alignof(BGW_PlatformEventMgr_OnUserLoginChangeCS) == 0x000004, "Wrong alignment on BGW_PlatformEventMgr_OnUserLoginChangeCS"); \ +static_assert(sizeof(BGW_PlatformEventMgr_OnUserLoginChangeCS) == 0x00000C, "Wrong size on BGW_PlatformEventMgr_OnUserLoginChangeCS"); \ +static_assert(offsetof(BGW_PlatformEventMgr_OnUserLoginChangeCS, PlatformUserId) == 0x000004, "Member 'BGW_PlatformEventMgr_OnUserLoginChangeCS::PlatformUserId' has a wrong offset!"); \ +static_assert(offsetof(BGW_PlatformEventMgr_OnUserLoginChangeCS, UserIndex) == 0x000008, "Member 'BGW_PlatformEventMgr_OnUserLoginChangeCS::UserIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_PlatformEventMgr \ +static_assert(alignof(UBGW_PlatformEventMgr) == 0x000008, "Wrong alignment on UBGW_PlatformEventMgr"); \ +static_assert(sizeof(UBGW_PlatformEventMgr) == 0x000028, "Wrong size on UBGW_PlatformEventMgr"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SeqLevelLoadRelationInfo \ +static_assert(alignof(UBGWDataAsset_SeqLevelLoadRelationInfo) == 0x000008, "Wrong alignment on UBGWDataAsset_SeqLevelLoadRelationInfo"); \ +static_assert(sizeof(UBGWDataAsset_SeqLevelLoadRelationInfo) == 0x000120, "Wrong size on UBGWDataAsset_SeqLevelLoadRelationInfo"); \ +static_assert(offsetof(UBGWDataAsset_SeqLevelLoadRelationInfo, LevelRelationInfos) == 0x000030, "Member 'UBGWDataAsset_SeqLevelLoadRelationInfo::LevelRelationInfos' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SeqLevelLoadRelationInfo, MovieRelationInfos) == 0x000080, "Member 'UBGWDataAsset_SeqLevelLoadRelationInfo::MovieRelationInfos' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SeqLevelLoadRelationInfo, RelationDescriptions) == 0x0000D0, "Member 'UBGWDataAsset_SeqLevelLoadRelationInfo::RelationDescriptions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnBinkMediaPlayerMediaReachedEndWrapper \ +static_assert(alignof(UFOnBinkMediaPlayerMediaReachedEndWrapper) == 0x000008, "Wrong alignment on UFOnBinkMediaPlayerMediaReachedEndWrapper"); \ +static_assert(sizeof(UFOnBinkMediaPlayerMediaReachedEndWrapper) == 0x000028, "Wrong size on UFOnBinkMediaPlayerMediaReachedEndWrapper"); \ + +#define DUMPER7_ASSERTS_UBGWHatredConfigDataAsset \ +static_assert(alignof(UBGWHatredConfigDataAsset) == 0x000008, "Wrong alignment on UBGWHatredConfigDataAsset"); \ +static_assert(sizeof(UBGWHatredConfigDataAsset) == 0x000070, "Wrong size on UBGWHatredConfigDataAsset"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, AttenuationBeginTime) == 0x000030, "Member 'UBGWHatredConfigDataAsset::AttenuationBeginTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, AttenuationSpeed) == 0x000034, "Member 'UBGWHatredConfigDataAsset::AttenuationSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, AttenuationSpeedForSkillExtra) == 0x000038, "Member 'UBGWHatredConfigDataAsset::AttenuationSpeedForSkillExtra' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, CommonCorrectionFactor) == 0x00003C, "Member 'UBGWHatredConfigDataAsset::CommonCorrectionFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, HatredTickInterval) == 0x000040, "Member 'UBGWHatredConfigDataAsset::HatredTickInterval' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, BeLockedCorrectionFactor) == 0x000044, "Member 'UBGWHatredConfigDataAsset::BeLockedCorrectionFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, QualityCorrectionFactor) == 0x000048, "Member 'UBGWHatredConfigDataAsset::QualityCorrectionFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, LockCorrectionFactor) == 0x00004C, "Member 'UBGWHatredConfigDataAsset::LockCorrectionFactor' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, ForceUpdateHatredTargetTime) == 0x000050, "Member 'UBGWHatredConfigDataAsset::ForceUpdateHatredTargetTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, ReduceHatredValueWhenCastSkillSuccess) == 0x000054, "Member 'UBGWHatredConfigDataAsset::ReduceHatredValueWhenCastSkillSuccess' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, OneSideViewAngle) == 0x000058, "Member 'UBGWHatredConfigDataAsset::OneSideViewAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, NotInViewHatredWeight) == 0x00005C, "Member 'UBGWHatredConfigDataAsset::NotInViewHatredWeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWHatredConfigDataAsset, HatredBattleBlackList) == 0x000060, "Member 'UBGWHatredConfigDataAsset::HatredBattleBlackList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_WarmingUp \ +static_assert(alignof(UMovieNodeInstance_WarmingUp) == 0x000008, "Wrong alignment on UMovieNodeInstance_WarmingUp"); \ +static_assert(sizeof(UMovieNodeInstance_WarmingUp) == 0x000028, "Wrong size on UMovieNodeInstance_WarmingUp"); \ + +#define DUMPER7_ASSERTS_UAutoTest_NiagaraPerformanceTest \ +static_assert(alignof(UAutoTest_NiagaraPerformanceTest) == 0x000008, "Wrong alignment on UAutoTest_NiagaraPerformanceTest"); \ +static_assert(sizeof(UAutoTest_NiagaraPerformanceTest) == 0x000028, "Wrong size on UAutoTest_NiagaraPerformanceTest"); \ + +#define DUMPER7_ASSERTS_BSN_Log_OnNotify \ +static_assert(alignof(BSN_Log_OnNotify) == 0x000008, "Wrong alignment on BSN_Log_OnNotify"); \ +static_assert(sizeof(BSN_Log_OnNotify) == 0x000010, "Wrong size on BSN_Log_OnNotify"); \ +static_assert(offsetof(BSN_Log_OnNotify, InPlayer) == 0x000000, "Member 'BSN_Log_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_Log_OnNotify, InStatus) == 0x000008, "Member 'BSN_Log_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_Log \ +static_assert(alignof(UBSN_Log) == 0x000008, "Wrong alignment on UBSN_Log"); \ +static_assert(sizeof(UBSN_Log) == 0x000128, "Wrong size on UBSN_Log"); \ +static_assert(offsetof(UBSN_Log, Message) == 0x000100, "Member 'UBSN_Log::Message' has a wrong offset!"); \ +static_assert(offsetof(UBSN_Log, Duration) == 0x000114, "Member 'UBSN_Log::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBSN_Log, TextColor) == 0x000118, "Member 'UBSN_Log::TextColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_ClearPlayerStates \ +static_assert(alignof(UMovieNodeInstance_ClearPlayerStates) == 0x000008, "Wrong alignment on UMovieNodeInstance_ClearPlayerStates"); \ +static_assert(sizeof(UMovieNodeInstance_ClearPlayerStates) == 0x000028, "Wrong size on UMovieNodeInstance_ClearPlayerStates"); \ + +#define DUMPER7_ASSERTS_UFOnMovieSceneSequencePlayerEventWrapper \ +static_assert(alignof(UFOnMovieSceneSequencePlayerEventWrapper) == 0x000008, "Wrong alignment on UFOnMovieSceneSequencePlayerEventWrapper"); \ +static_assert(sizeof(UFOnMovieSceneSequencePlayerEventWrapper) == 0x000028, "Wrong size on UFOnMovieSceneSequencePlayerEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBAIT_SelectTargetByEQS \ +static_assert(alignof(UBAIT_SelectTargetByEQS) == 0x000008, "Wrong alignment on UBAIT_SelectTargetByEQS"); \ +static_assert(sizeof(UBAIT_SelectTargetByEQS) == 0x0000B8, "Wrong size on UBAIT_SelectTargetByEQS"); \ +static_assert(offsetof(UBAIT_SelectTargetByEQS, EQSTemplate) == 0x0000A8, "Member 'UBAIT_SelectTargetByEQS::EQSTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_ConditionQuery \ +static_assert(alignof(UMovieNodeInstance_ConditionQuery) == 0x000008, "Wrong alignment on UMovieNodeInstance_ConditionQuery"); \ +static_assert(sizeof(UMovieNodeInstance_ConditionQuery) == 0x000028, "Wrong size on UMovieNodeInstance_ConditionQuery"); \ + +#define DUMPER7_ASSERTS_UBGW_BattleTriggerMgr \ +static_assert(alignof(UBGW_BattleTriggerMgr) == 0x000008, "Wrong alignment on UBGW_BattleTriggerMgr"); \ +static_assert(sizeof(UBGW_BattleTriggerMgr) == 0x000028, "Wrong size on UBGW_BattleTriggerMgr"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_Delay \ +static_assert(alignof(UMovieNodeInstance_Delay) == 0x000008, "Wrong alignment on UMovieNodeInstance_Delay"); \ +static_assert(sizeof(UMovieNodeInstance_Delay) == 0x000028, "Wrong size on UMovieNodeInstance_Delay"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_Cut \ +static_assert(alignof(UMovieNodeInstance_Cut) == 0x000008, "Wrong alignment on UMovieNodeInstance_Cut"); \ +static_assert(sizeof(UMovieNodeInstance_Cut) == 0x000028, "Wrong size on UMovieNodeInstance_Cut"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_GiveBackControlRightForMonster \ +static_assert(alignof(UMovieNodeInstance_GiveBackControlRightForMonster) == 0x000008, "Wrong alignment on UMovieNodeInstance_GiveBackControlRightForMonster"); \ +static_assert(sizeof(UMovieNodeInstance_GiveBackControlRightForMonster) == 0x000028, "Wrong size on UMovieNodeInstance_GiveBackControlRightForMonster"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_SetStreamingManagerViewSource \ +static_assert(alignof(UMovieNodeInstance_SetStreamingManagerViewSource) == 0x000008, "Wrong alignment on UMovieNodeInstance_SetStreamingManagerViewSource"); \ +static_assert(sizeof(UMovieNodeInstance_SetStreamingManagerViewSource) == 0x000028, "Wrong size on UMovieNodeInstance_SetStreamingManagerViewSource"); \ + +#define DUMPER7_ASSERTS_UBGWProceduralSpawnSceneItemDataAsset \ +static_assert(alignof(UBGWProceduralSpawnSceneItemDataAsset) == 0x000008, "Wrong alignment on UBGWProceduralSpawnSceneItemDataAsset"); \ +static_assert(sizeof(UBGWProceduralSpawnSceneItemDataAsset) == 0x000048, "Wrong size on UBGWProceduralSpawnSceneItemDataAsset"); \ +static_assert(offsetof(UBGWProceduralSpawnSceneItemDataAsset, ProceduralItemConfig) == 0x000030, "Member 'UBGWProceduralSpawnSceneItemDataAsset::ProceduralItemConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_BuddahInside \ +static_assert(alignof(UAutoTest_LYS_BuddahInside) == 0x000008, "Wrong alignment on UAutoTest_LYS_BuddahInside"); \ +static_assert(sizeof(UAutoTest_LYS_BuddahInside) == 0x000028, "Wrong size on UAutoTest_LYS_BuddahInside"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PlayerSetCloudMoveEnabled \ +static_assert(alignof(UMovieNodeInstance_PlayerSetCloudMoveEnabled) == 0x000008, "Wrong alignment on UMovieNodeInstance_PlayerSetCloudMoveEnabled"); \ +static_assert(sizeof(UMovieNodeInstance_PlayerSetCloudMoveEnabled) == 0x000028, "Wrong size on UMovieNodeInstance_PlayerSetCloudMoveEnabled"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_Transformation \ +static_assert(alignof(UMovieNodeInstance_Transformation) == 0x000008, "Wrong alignment on UMovieNodeInstance_Transformation"); \ +static_assert(sizeof(UMovieNodeInstance_Transformation) == 0x000028, "Wrong size on UMovieNodeInstance_Transformation"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PlayerBlendPosition \ +static_assert(alignof(UMovieNodeInstance_PlayerBlendPosition) == 0x000008, "Wrong alignment on UMovieNodeInstance_PlayerBlendPosition"); \ +static_assert(sizeof(UMovieNodeInstance_PlayerBlendPosition) == 0x000028, "Wrong size on UMovieNodeInstance_PlayerBlendPosition"); \ + +#define DUMPER7_ASSERTS_MovieInstance_OnLoadLevelStreamingFinish \ +static_assert(alignof(MovieInstance_OnLoadLevelStreamingFinish) == 0x000004, "Wrong alignment on MovieInstance_OnLoadLevelStreamingFinish"); \ +static_assert(sizeof(MovieInstance_OnLoadLevelStreamingFinish) == 0x000008, "Wrong size on MovieInstance_OnLoadLevelStreamingFinish"); \ +static_assert(offsetof(MovieInstance_OnLoadLevelStreamingFinish, ActionID) == 0x000000, "Member 'MovieInstance_OnLoadLevelStreamingFinish::ActionID' has a wrong offset!"); \ +static_assert(offsetof(MovieInstance_OnLoadLevelStreamingFinish, Linkage) == 0x000004, "Member 'MovieInstance_OnLoadLevelStreamingFinish::Linkage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieInstance \ +static_assert(alignof(UMovieInstance) == 0x000008, "Wrong alignment on UMovieInstance"); \ +static_assert(sizeof(UMovieInstance) == 0x000028, "Wrong size on UMovieInstance"); \ + +#define DUMPER7_ASSERTS_UBGW_PSOAdaptorMgr \ +static_assert(alignof(UBGW_PSOAdaptorMgr) == 0x000008, "Wrong alignment on UBGW_PSOAdaptorMgr"); \ +static_assert(sizeof(UBGW_PSOAdaptorMgr) == 0x000028, "Wrong size on UBGW_PSOAdaptorMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_MemoryMgr \ +static_assert(alignof(UBGW_MemoryMgr) == 0x000008, "Wrong alignment on UBGW_MemoryMgr"); \ +static_assert(sizeof(UBGW_MemoryMgr) == 0x000028, "Wrong size on UBGW_MemoryMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_AutoResetGISCVarMgr \ +static_assert(alignof(UBGW_AutoResetGISCVarMgr) == 0x000008, "Wrong alignment on UBGW_AutoResetGISCVarMgr"); \ +static_assert(sizeof(UBGW_AutoResetGISCVarMgr) == 0x000028, "Wrong size on UBGW_AutoResetGISCVarMgr"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckWatchTimeNotEnd \ +static_assert(alignof(UBAID_CheckWatchTimeNotEnd) == 0x000008, "Wrong alignment on UBAID_CheckWatchTimeNotEnd"); \ +static_assert(sizeof(UBAID_CheckWatchTimeNotEnd) == 0x000090, "Wrong size on UBAID_CheckWatchTimeNotEnd"); \ + +#define DUMPER7_ASSERTS_UBGW_820DemoPlayTimeMgr \ +static_assert(alignof(UBGW_820DemoPlayTimeMgr) == 0x000008, "Wrong alignment on UBGW_820DemoPlayTimeMgr"); \ +static_assert(sizeof(UBGW_820DemoPlayTimeMgr) == 0x000028, "Wrong size on UBGW_820DemoPlayTimeMgr"); \ + +#define DUMPER7_ASSERTS_UAutoTest_ENDB_Fate \ +static_assert(alignof(UAutoTest_ENDB_Fate) == 0x000008, "Wrong alignment on UAutoTest_ENDB_Fate"); \ +static_assert(sizeof(UAutoTest_ENDB_Fate) == 0x000028, "Wrong size on UAutoTest_ENDB_Fate"); \ + +#define DUMPER7_ASSERTS_UBGW_CricketBattleMgr \ +static_assert(alignof(UBGW_CricketBattleMgr) == 0x000008, "Wrong alignment on UBGW_CricketBattleMgr"); \ +static_assert(sizeof(UBGW_CricketBattleMgr) == 0x000028, "Wrong size on UBGW_CricketBattleMgr"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_NiagaraParamColPreload \ +static_assert(alignof(UBGWDataAsset_NiagaraParamColPreload) == 0x000008, "Wrong alignment on UBGWDataAsset_NiagaraParamColPreload"); \ +static_assert(sizeof(UBGWDataAsset_NiagaraParamColPreload) == 0x000040, "Wrong size on UBGWDataAsset_NiagaraParamColPreload"); \ +static_assert(offsetof(UBGWDataAsset_NiagaraParamColPreload, Paths) == 0x000030, "Member 'UBGWDataAsset_NiagaraParamColPreload::Paths' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_HasValidTarget \ +static_assert(alignof(UBAID_HasValidTarget) == 0x000008, "Wrong alignment on UBAID_HasValidTarget"); \ +static_assert(sizeof(UBAID_HasValidTarget) == 0x000090, "Wrong size on UBAID_HasValidTarget"); \ + +#define DUMPER7_ASSERTS_UBGW_PipelineStateMgr \ +static_assert(alignof(UBGW_PipelineStateMgr) == 0x000008, "Wrong alignment on UBGW_PipelineStateMgr"); \ +static_assert(sizeof(UBGW_PipelineStateMgr) == 0x000028, "Wrong size on UBGW_PipelineStateMgr"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BYS_Tanglang \ +static_assert(alignof(UAutoTest_BYS_Tanglang) == 0x000008, "Wrong alignment on UAutoTest_BYS_Tanglang"); \ +static_assert(sizeof(UAutoTest_BYS_Tanglang) == 0x000028, "Wrong size on UAutoTest_BYS_Tanglang"); \ + +#define DUMPER7_ASSERTS_ABGUTakePhotoActor \ +static_assert(alignof(ABGUTakePhotoActor) == 0x000008, "Wrong alignment on ABGUTakePhotoActor"); \ +static_assert(sizeof(ABGUTakePhotoActor) == 0x0002A8, "Wrong size on ABGUTakePhotoActor"); \ +static_assert(offsetof(ABGUTakePhotoActor, SceneRoot) == 0x000288, "Member 'ABGUTakePhotoActor::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABGUTakePhotoActor, CameraBoom1) == 0x000290, "Member 'ABGUTakePhotoActor::CameraBoom1' has a wrong offset!"); \ +static_assert(offsetof(ABGUTakePhotoActor, BoomPerformance) == 0x000298, "Member 'ABGUTakePhotoActor::BoomPerformance' has a wrong offset!"); \ +static_assert(offsetof(ABGUTakePhotoActor, FollowCamera) == 0x0002A0, "Member 'ABGUTakePhotoActor::FollowCamera' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_PlayGoMgr \ +static_assert(alignof(UBGW_PlayGoMgr) == 0x000008, "Wrong alignment on UBGW_PlayGoMgr"); \ +static_assert(sizeof(UBGW_PlayGoMgr) == 0x000028, "Wrong size on UBGW_PlayGoMgr"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckMaxComboValue \ +static_assert(alignof(UBAID_CheckMaxComboValue) == 0x000008, "Wrong alignment on UBAID_CheckMaxComboValue"); \ +static_assert(sizeof(UBAID_CheckMaxComboValue) == 0x000098, "Wrong size on UBAID_CheckMaxComboValue"); \ +static_assert(offsetof(UBAID_CheckMaxComboValue, CompareType) == 0x000090, "Member 'UBAID_CheckMaxComboValue::CompareType' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckMaxComboValue, KeyValue) == 0x000094, "Member 'UBAID_CheckMaxComboValue::KeyValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_EnhancedInputMgrV2 \ +static_assert(alignof(UBGW_EnhancedInputMgrV2) == 0x000008, "Wrong alignment on UBGW_EnhancedInputMgrV2"); \ +static_assert(sizeof(UBGW_EnhancedInputMgrV2) == 0x000040, "Wrong size on UBGW_EnhancedInputMgrV2"); \ +static_assert(offsetof(UBGW_EnhancedInputMgrV2, InputMappingContextConfig) == 0x000028, "Member 'UBGW_EnhancedInputMgrV2::InputMappingContextConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGW_EnhancedInputMgrV2, CustomizedInputSetting) == 0x000030, "Member 'UBGW_EnhancedInputMgrV2::CustomizedInputSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGW_EnhancedInputMgrV2, Receiver) == 0x000038, "Member 'UBGW_EnhancedInputMgrV2::Receiver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_PostApplicationActivationChanged \ +static_assert(alignof(InputActionEventReceiver_PostApplicationActivationChanged) == 0x000001, "Wrong alignment on InputActionEventReceiver_PostApplicationActivationChanged"); \ +static_assert(sizeof(InputActionEventReceiver_PostApplicationActivationChanged) == 0x000001, "Wrong size on InputActionEventReceiver_PostApplicationActivationChanged"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_GetRichTextInlineIconInfo \ +static_assert(alignof(InputActionEventReceiver_GetRichTextInlineIconInfo) == 0x000004, "Wrong alignment on InputActionEventReceiver_GetRichTextInlineIconInfo"); \ +static_assert(sizeof(InputActionEventReceiver_GetRichTextInlineIconInfo) == 0x00000C, "Wrong size on InputActionEventReceiver_GetRichTextInlineIconInfo"); \ +static_assert(offsetof(InputActionEventReceiver_GetRichTextInlineIconInfo, BasePixelHeight) == 0x000000, "Member 'InputActionEventReceiver_GetRichTextInlineIconInfo::BasePixelHeight' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_GetRichTextInlineIconInfo, BaselineOffset) == 0x000004, "Member 'InputActionEventReceiver_GetRichTextInlineIconInfo::BaselineOffset' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_GetRichTextInlineIconInfo, ConnectIconOffset) == 0x000008, "Member 'InputActionEventReceiver_GetRichTextInlineIconInfo::ConnectIconOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_TryGetTextureInfoByName \ +static_assert(alignof(InputActionEventReceiver_TryGetTextureInfoByName) == 0x000008, "Wrong alignment on InputActionEventReceiver_TryGetTextureInfoByName"); \ +static_assert(sizeof(InputActionEventReceiver_TryGetTextureInfoByName) == 0x000020, "Wrong size on InputActionEventReceiver_TryGetTextureInfoByName"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureInfoByName, Name_0) == 0x000000, "Member 'InputActionEventReceiver_TryGetTextureInfoByName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureInfoByName, Offset) == 0x000010, "Member 'InputActionEventReceiver_TryGetTextureInfoByName::Offset' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureInfoByName, BgType) == 0x000014, "Member 'InputActionEventReceiver_TryGetTextureInfoByName::BgType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_TryGetTextureByAction \ +static_assert(alignof(InputActionEventReceiver_TryGetTextureByAction) == 0x000008, "Wrong alignment on InputActionEventReceiver_TryGetTextureByAction"); \ +static_assert(sizeof(InputActionEventReceiver_TryGetTextureByAction) == 0x000040, "Wrong size on InputActionEventReceiver_TryGetTextureByAction"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, InputAction) == 0x000000, "Member 'InputActionEventReceiver_TryGetTextureByAction::InputAction' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, Offset) == 0x000008, "Member 'InputActionEventReceiver_TryGetTextureByAction::Offset' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, Texture) == 0x000010, "Member 'InputActionEventReceiver_TryGetTextureByAction::Texture' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, BgType) == 0x000018, "Member 'InputActionEventReceiver_TryGetTextureByAction::BgType' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, ChordOffset) == 0x00001C, "Member 'InputActionEventReceiver_TryGetTextureByAction::ChordOffset' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, ChordTexture) == 0x000020, "Member 'InputActionEventReceiver_TryGetTextureByAction::ChordTexture' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, ConnectTexture) == 0x000028, "Member 'InputActionEventReceiver_TryGetTextureByAction::ConnectTexture' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetTextureByAction, NoneTexture) == 0x000030, "Member 'InputActionEventReceiver_TryGetTextureByAction::NoneTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_TryGetInlineTexture \ +static_assert(alignof(InputActionEventReceiver_TryGetInlineTexture) == 0x000008, "Wrong alignment on InputActionEventReceiver_TryGetInlineTexture"); \ +static_assert(sizeof(InputActionEventReceiver_TryGetInlineTexture) == 0x000038, "Wrong size on InputActionEventReceiver_TryGetInlineTexture"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetInlineTexture, ActionTag) == 0x000000, "Member 'InputActionEventReceiver_TryGetInlineTexture::ActionTag' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetInlineTexture, MarkUpType) == 0x000010, "Member 'InputActionEventReceiver_TryGetInlineTexture::MarkUpType' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetInlineTexture, InlineTexture) == 0x000018, "Member 'InputActionEventReceiver_TryGetInlineTexture::InlineTexture' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetInlineTexture, InlineChordTexture) == 0x000020, "Member 'InputActionEventReceiver_TryGetInlineTexture::InlineChordTexture' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_TryGetInlineTexture, ConnectTexture) == 0x000028, "Member 'InputActionEventReceiver_TryGetInlineTexture::ConnectTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_IsInputDebuggerOpen \ +static_assert(alignof(InputActionEventReceiver_IsInputDebuggerOpen) == 0x000001, "Wrong alignment on InputActionEventReceiver_IsInputDebuggerOpen"); \ +static_assert(sizeof(InputActionEventReceiver_IsInputDebuggerOpen) == 0x000001, "Wrong size on InputActionEventReceiver_IsInputDebuggerOpen"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_InputActionTrigger \ +static_assert(alignof(InputActionEventReceiver_InputActionTrigger) == 0x000008, "Wrong alignment on InputActionEventReceiver_InputActionTrigger"); \ +static_assert(sizeof(InputActionEventReceiver_InputActionTrigger) == 0x000030, "Wrong size on InputActionEventReceiver_InputActionTrigger"); \ +static_assert(offsetof(InputActionEventReceiver_InputActionTrigger, ActionName) == 0x000000, "Member 'InputActionEventReceiver_InputActionTrigger::ActionName' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_InputActionTrigger, TriggerEvent) == 0x000010, "Member 'InputActionEventReceiver_InputActionTrigger::TriggerEvent' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_InputActionTrigger, InputActionValueType) == 0x000011, "Member 'InputActionEventReceiver_InputActionTrigger::InputActionValueType' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_InputActionTrigger, InputActionValue) == 0x000018, "Member 'InputActionEventReceiver_InputActionTrigger::InputActionValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_InputActionEventReceiver_FetchDebugInfo \ +static_assert(alignof(InputActionEventReceiver_FetchDebugInfo) == 0x000008, "Wrong alignment on InputActionEventReceiver_FetchDebugInfo"); \ +static_assert(sizeof(InputActionEventReceiver_FetchDebugInfo) == 0x000020, "Wrong size on InputActionEventReceiver_FetchDebugInfo"); \ +static_assert(offsetof(InputActionEventReceiver_FetchDebugInfo, DebugLines) == 0x000000, "Member 'InputActionEventReceiver_FetchDebugInfo::DebugLines' has a wrong offset!"); \ +static_assert(offsetof(InputActionEventReceiver_FetchDebugInfo, DebugColors) == 0x000010, "Member 'InputActionEventReceiver_FetchDebugInfo::DebugColors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UInputActionEventReceiver \ +static_assert(alignof(UInputActionEventReceiver) == 0x000008, "Wrong alignment on UInputActionEventReceiver"); \ +static_assert(sizeof(UInputActionEventReceiver) == 0x000028, "Wrong size on UInputActionEventReceiver"); \ + +#define DUMPER7_ASSERTS_BANS_GSPerfectChargeState_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPerfectChargeState_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPerfectChargeState_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPerfectChargeState_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPerfectChargeState_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPerfectChargeState_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPerfectChargeState_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPerfectChargeState_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPerfectChargeState_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPerfectChargeState_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPerfectChargeState_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPerfectChargeState_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPerfectChargeState_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPerfectChargeState_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPerfectChargeState_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPerfectChargeState_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPerfectChargeState \ +static_assert(alignof(UBANS_GSPerfectChargeState) == 0x000008, "Wrong alignment on UBANS_GSPerfectChargeState"); \ +static_assert(sizeof(UBANS_GSPerfectChargeState) == 0x000048, "Wrong size on UBANS_GSPerfectChargeState"); \ + +#define DUMPER7_ASSERTS_BGULevelStateFunctionBinder_OnSetLevelsStateFinished \ +static_assert(alignof(BGULevelStateFunctionBinder_OnSetLevelsStateFinished) == 0x000008, "Wrong alignment on BGULevelStateFunctionBinder_OnSetLevelsStateFinished"); \ +static_assert(sizeof(BGULevelStateFunctionBinder_OnSetLevelsStateFinished) == 0x000028, "Wrong size on BGULevelStateFunctionBinder_OnSetLevelsStateFinished"); \ +static_assert(offsetof(BGULevelStateFunctionBinder_OnSetLevelsStateFinished, LevelKeyword) == 0x000000, "Member 'BGULevelStateFunctionBinder_OnSetLevelsStateFinished::LevelKeyword' has a wrong offset!"); \ +static_assert(offsetof(BGULevelStateFunctionBinder_OnSetLevelsStateFinished, LevelState) == 0x000010, "Member 'BGULevelStateFunctionBinder_OnSetLevelsStateFinished::LevelState' has a wrong offset!"); \ +static_assert(offsetof(BGULevelStateFunctionBinder_OnSetLevelsStateFinished, OperationID) == 0x000020, "Member 'BGULevelStateFunctionBinder_OnSetLevelsStateFinished::OperationID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGULevelStateFunctionBinder \ +static_assert(alignof(UBGULevelStateFunctionBinder) == 0x000008, "Wrong alignment on UBGULevelStateFunctionBinder"); \ +static_assert(sizeof(UBGULevelStateFunctionBinder) == 0x000028, "Wrong size on UBGULevelStateFunctionBinder"); \ + +#define DUMPER7_ASSERTS_UGSOverlayCS_OnChildAddToGSOverlayCS \ +static_assert(alignof(UGSOverlayCS_OnChildAddToGSOverlayCS) == 0x000008, "Wrong alignment on UGSOverlayCS_OnChildAddToGSOverlayCS"); \ +static_assert(sizeof(UGSOverlayCS_OnChildAddToGSOverlayCS) == 0x000008, "Wrong size on UGSOverlayCS_OnChildAddToGSOverlayCS"); \ +static_assert(offsetof(UGSOverlayCS_OnChildAddToGSOverlayCS, Widget) == 0x000000, "Member 'UGSOverlayCS_OnChildAddToGSOverlayCS::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGSOverlayCS \ +static_assert(alignof(UUGSOverlayCS) == 0x000008, "Wrong alignment on UUGSOverlayCS"); \ +static_assert(sizeof(UUGSOverlayCS) == 0x000158, "Wrong size on UUGSOverlayCS"); \ + +#define DUMPER7_ASSERTS_UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil \ +static_assert(alignof(UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil) == 0x000008, "Wrong alignment on UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil"); \ +static_assert(sizeof(UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil) == 0x000028, "Wrong size on UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil, MapId) == 0x000000, "Member 'UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil::MapId' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil, TargetBaseData) == 0x000008, "Member 'UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil::TargetBaseData' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil, ErrMsg) == 0x000010, "Member 'UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil::ErrMsg' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil, ReturnValue) == 0x000020, "Member 'UBGWFunctionLibraryCS_SetMapAreaColorDataForEditorUtil::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame \ +static_assert(alignof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame) == 0x000008, "Wrong alignment on UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame"); \ +static_assert(sizeof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame) == 0x000028, "Wrong size on UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame, MapId) == 0x000000, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame::MapId' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame, Pos) == 0x000008, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame::Pos' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame, WorldContext) == 0x000018, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame, ReturnValue) == 0x000020, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaIDInGame::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed \ +static_assert(alignof(UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed) == 0x000008, "Wrong alignment on UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed"); \ +static_assert(sizeof(UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed) == 0x000010, "Wrong size on UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed, WorldCtx) == 0x000000, "Member 'UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed, SeqID) == 0x000008, "Member 'UBGWFunctionLibraryCS_HasSequenceAlreadyPlayed::SeqID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWFunctionLibraryCS_TestCalcPosToMapAreaID \ +static_assert(alignof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaID) == 0x000008, "Wrong alignment on UBGWFunctionLibraryCS_TestCalcPosToMapAreaID"); \ +static_assert(sizeof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaID) == 0x000028, "Wrong size on UBGWFunctionLibraryCS_TestCalcPosToMapAreaID"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaID, Pos) == 0x000000, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaID::Pos' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaID, MapAreaBaseData) == 0x000010, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaID::MapAreaBaseData' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaID, MapAreaDetailData) == 0x000018, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaID::MapAreaDetailData' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestCalcPosToMapAreaID, ReturnValue) == 0x000020, "Member 'UBGWFunctionLibraryCS_TestCalcPosToMapAreaID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWFunctionLibraryCS_TestPlayMedia \ +static_assert(alignof(UBGWFunctionLibraryCS_TestPlayMedia) == 0x000008, "Wrong alignment on UBGWFunctionLibraryCS_TestPlayMedia"); \ +static_assert(sizeof(UBGWFunctionLibraryCS_TestPlayMedia) == 0x000018, "Wrong size on UBGWFunctionLibraryCS_TestPlayMedia"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestPlayMedia, MediaPlayerStop) == 0x000000, "Member 'UBGWFunctionLibraryCS_TestPlayMedia::MediaPlayerStop' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestPlayMedia, MediaPlayerOpen) == 0x000008, "Member 'UBGWFunctionLibraryCS_TestPlayMedia::MediaPlayerOpen' has a wrong offset!"); \ +static_assert(offsetof(UBGWFunctionLibraryCS_TestPlayMedia, MediaSource) == 0x000010, "Member 'UBGWFunctionLibraryCS_TestPlayMedia::MediaSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUBGWFunctionLibraryCS \ +static_assert(alignof(UUBGWFunctionLibraryCS) == 0x000008, "Wrong alignment on UUBGWFunctionLibraryCS"); \ +static_assert(sizeof(UUBGWFunctionLibraryCS) == 0x000028, "Wrong size on UUBGWFunctionLibraryCS"); \ + +#define DUMPER7_ASSERTS_UBGW_CETestGameMgr \ +static_assert(alignof(UBGW_CETestGameMgr) == 0x000008, "Wrong alignment on UBGW_CETestGameMgr"); \ +static_assert(sizeof(UBGW_CETestGameMgr) == 0x000028, "Wrong size on UBGW_CETestGameMgr"); \ + +#define DUMPER7_ASSERTS_UBUS_DynamicObstacleConfigComp \ +static_assert(alignof(UBUS_DynamicObstacleConfigComp) == 0x000008, "Wrong alignment on UBUS_DynamicObstacleConfigComp"); \ +static_assert(sizeof(UBUS_DynamicObstacleConfigComp) == 0x0000D0, "Wrong size on UBUS_DynamicObstacleConfigComp"); \ + +#define DUMPER7_ASSERTS_UBGW_DevCheckGameMgr \ +static_assert(alignof(UBGW_DevCheckGameMgr) == 0x000008, "Wrong alignment on UBGW_DevCheckGameMgr"); \ +static_assert(sizeof(UBGW_DevCheckGameMgr) == 0x000028, "Wrong size on UBGW_DevCheckGameMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_PlatformEventExecMgr \ +static_assert(alignof(UBGW_PlatformEventExecMgr) == 0x000008, "Wrong alignment on UBGW_PlatformEventExecMgr"); \ +static_assert(sizeof(UBGW_PlatformEventExecMgr) == 0x000028, "Wrong size on UBGW_PlatformEventExecMgr"); \ + +#define DUMPER7_ASSERTS_FOnUserScrolledEventWrapper_Callback \ +static_assert(alignof(FOnUserScrolledEventWrapper_Callback) == 0x000004, "Wrong alignment on FOnUserScrolledEventWrapper_Callback"); \ +static_assert(sizeof(FOnUserScrolledEventWrapper_Callback) == 0x000004, "Wrong size on FOnUserScrolledEventWrapper_Callback"); \ +static_assert(offsetof(FOnUserScrolledEventWrapper_Callback, CurrentOffset) == 0x000000, "Member 'FOnUserScrolledEventWrapper_Callback::CurrentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnUserScrolledEventWrapper \ +static_assert(alignof(UFOnUserScrolledEventWrapper) == 0x000008, "Wrong alignment on UFOnUserScrolledEventWrapper"); \ +static_assert(sizeof(UFOnUserScrolledEventWrapper) == 0x000028, "Wrong size on UFOnUserScrolledEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_CookRef \ +static_assert(alignof(UBGWDataAsset_CookRef) == 0x000008, "Wrong alignment on UBGWDataAsset_CookRef"); \ +static_assert(sizeof(UBGWDataAsset_CookRef) == 0x000040, "Wrong size on UBGWDataAsset_CookRef"); \ +static_assert(offsetof(UBGWDataAsset_CookRef, PreloadDAList) == 0x000030, "Member 'UBGWDataAsset_CookRef::PreloadDAList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FOnPointerEventWrapper_Callback \ +static_assert(alignof(FOnPointerEventWrapper_Callback) == 0x000008, "Wrong alignment on FOnPointerEventWrapper_Callback"); \ +static_assert(sizeof(FOnPointerEventWrapper_Callback) == 0x000188, "Wrong size on FOnPointerEventWrapper_Callback"); \ +static_assert(offsetof(FOnPointerEventWrapper_Callback, Geometry) == 0x000000, "Member 'FOnPointerEventWrapper_Callback::Geometry' has a wrong offset!"); \ +static_assert(offsetof(FOnPointerEventWrapper_Callback, PointerEvent) == 0x000040, "Member 'FOnPointerEventWrapper_Callback::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(FOnPointerEventWrapper_Callback, ReturnValue) == 0x0000D0, "Member 'FOnPointerEventWrapper_Callback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnPointerEventWrapper \ +static_assert(alignof(UFOnPointerEventWrapper) == 0x000008, "Wrong alignment on UFOnPointerEventWrapper"); \ +static_assert(sizeof(UFOnPointerEventWrapper) == 0x000028, "Wrong size on UFOnPointerEventWrapper"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AIHatredConfig \ +static_assert(alignof(UBGWDataAsset_AIHatredConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AIHatredConfig"); \ +static_assert(sizeof(UBGWDataAsset_AIHatredConfig) == 0x000088, "Wrong size on UBGWDataAsset_AIHatredConfig"); \ +static_assert(offsetof(UBGWDataAsset_AIHatredConfig, UnitBaseHatreds) == 0x000030, "Member 'UBGWDataAsset_AIHatredConfig::UnitBaseHatreds' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AIHatredConfig, DistanceWeightMultiplier) == 0x000080, "Member 'UBGWDataAsset_AIHatredConfig::DistanceWeightMultiplier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSImage_SetCommParams \ +static_assert(alignof(GSImage_SetCommParams) == 0x000008, "Wrong alignment on GSImage_SetCommParams"); \ +static_assert(sizeof(GSImage_SetCommParams) == 0x000060, "Wrong size on GSImage_SetCommParams"); \ +static_assert(offsetof(GSImage_SetCommParams, InCommParams) == 0x000000, "Member 'GSImage_SetCommParams::InCommParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSImage_SetUseTimer \ +static_assert(alignof(GSImage_SetUseTimer) == 0x000001, "Wrong alignment on GSImage_SetUseTimer"); \ +static_assert(sizeof(GSImage_SetUseTimer) == 0x000001, "Wrong size on GSImage_SetUseTimer"); \ + +#define DUMPER7_ASSERTS_UGSImage \ +static_assert(alignof(UGSImage) == 0x000010, "Wrong alignment on UGSImage"); \ +static_assert(sizeof(UGSImage) == 0x000300, "Wrong size on UGSImage"); \ +static_assert(offsetof(UGSImage, CommParams) == 0x000298, "Member 'UGSImage::CommParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSOnAKBStateBeginWrapper_Callback \ +static_assert(alignof(FGSOnAKBStateBeginWrapper_Callback) == 0x000004, "Wrong alignment on FGSOnAKBStateBeginWrapper_Callback"); \ +static_assert(sizeof(FGSOnAKBStateBeginWrapper_Callback) == 0x000014, "Wrong size on FGSOnAKBStateBeginWrapper_Callback"); \ +static_assert(offsetof(FGSOnAKBStateBeginWrapper_Callback, BeginStateName) == 0x000000, "Member 'FGSOnAKBStateBeginWrapper_Callback::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(FGSOnAKBStateBeginWrapper_Callback, EndStateName) == 0x000008, "Member 'FGSOnAKBStateBeginWrapper_Callback::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFGSOnAKBStateBeginWrapper \ +static_assert(alignof(UFGSOnAKBStateBeginWrapper) == 0x000008, "Wrong alignment on UFGSOnAKBStateBeginWrapper"); \ +static_assert(sizeof(UFGSOnAKBStateBeginWrapper) == 0x000028, "Wrong size on UFGSOnAKBStateBeginWrapper"); \ + +#define DUMPER7_ASSERTS_FGSOnAKBStateInteruptWrapper_Callback \ +static_assert(alignof(FGSOnAKBStateInteruptWrapper_Callback) == 0x000004, "Wrong alignment on FGSOnAKBStateInteruptWrapper_Callback"); \ +static_assert(sizeof(FGSOnAKBStateInteruptWrapper_Callback) == 0x000014, "Wrong size on FGSOnAKBStateInteruptWrapper_Callback"); \ +static_assert(offsetof(FGSOnAKBStateInteruptWrapper_Callback, BeginStateName) == 0x000000, "Member 'FGSOnAKBStateInteruptWrapper_Callback::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(FGSOnAKBStateInteruptWrapper_Callback, EndStateName) == 0x000008, "Member 'FGSOnAKBStateInteruptWrapper_Callback::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFGSOnAKBStateInteruptWrapper \ +static_assert(alignof(UFGSOnAKBStateInteruptWrapper) == 0x000008, "Wrong alignment on UFGSOnAKBStateInteruptWrapper"); \ +static_assert(sizeof(UFGSOnAKBStateInteruptWrapper) == 0x000028, "Wrong size on UFGSOnAKBStateInteruptWrapper"); \ + +#define DUMPER7_ASSERTS_UBAIT_SetSpeedRate \ +static_assert(alignof(UBAIT_SetSpeedRate) == 0x000008, "Wrong alignment on UBAIT_SetSpeedRate"); \ +static_assert(sizeof(UBAIT_SetSpeedRate) == 0x0000B0, "Wrong size on UBAIT_SetSpeedRate"); \ +static_assert(offsetof(UBAIT_SetSpeedRate, NewSpeedRate) == 0x0000A8, "Member 'UBAIT_SetSpeedRate::NewSpeedRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWFallDyingConfigDataAsset \ +static_assert(alignof(UBGWFallDyingConfigDataAsset) == 0x000008, "Wrong alignment on UBGWFallDyingConfigDataAsset"); \ +static_assert(sizeof(UBGWFallDyingConfigDataAsset) == 0x000050, "Wrong size on UBGWFallDyingConfigDataAsset"); \ +static_assert(offsetof(UBGWFallDyingConfigDataAsset, SaveSelfWaitTime) == 0x000030, "Member 'UBGWFallDyingConfigDataAsset::SaveSelfWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWFallDyingConfigDataAsset, SaveSelfNeedTime) == 0x000034, "Member 'UBGWFallDyingConfigDataAsset::SaveSelfNeedTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWFallDyingConfigDataAsset, SaveTeammateWaitTime) == 0x000038, "Member 'UBGWFallDyingConfigDataAsset::SaveTeammateWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWFallDyingConfigDataAsset, FallDyingLifeTime) == 0x00003C, "Member 'UBGWFallDyingConfigDataAsset::FallDyingLifeTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWFallDyingConfigDataAsset, TeamRebirthSkillID) == 0x000040, "Member 'UBGWFallDyingConfigDataAsset::TeamRebirthSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWFallDyingConfigDataAsset, SelfRebirthSkillID) == 0x000044, "Member 'UBGWFallDyingConfigDataAsset::SelfRebirthSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWFallDyingConfigDataAsset, ChallengeRebirthTime) == 0x000048, "Member 'UBGWFallDyingConfigDataAsset::ChallengeRebirthTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSOnAKBStateEndWrapper_Callback \ +static_assert(alignof(FGSOnAKBStateEndWrapper_Callback) == 0x000004, "Wrong alignment on FGSOnAKBStateEndWrapper_Callback"); \ +static_assert(sizeof(FGSOnAKBStateEndWrapper_Callback) == 0x000014, "Wrong size on FGSOnAKBStateEndWrapper_Callback"); \ +static_assert(offsetof(FGSOnAKBStateEndWrapper_Callback, BeginStateName) == 0x000000, "Member 'FGSOnAKBStateEndWrapper_Callback::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(FGSOnAKBStateEndWrapper_Callback, EndStateName) == 0x000008, "Member 'FGSOnAKBStateEndWrapper_Callback::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFGSOnAKBStateEndWrapper \ +static_assert(alignof(UFGSOnAKBStateEndWrapper) == 0x000008, "Wrong alignment on UFGSOnAKBStateEndWrapper"); \ +static_assert(sizeof(UFGSOnAKBStateEndWrapper) == 0x000028, "Wrong size on UFGSOnAKBStateEndWrapper"); \ + +#define DUMPER7_ASSERTS_FOnSelectionChangedWrapper_Callback \ +static_assert(alignof(FOnSelectionChangedWrapper_Callback) == 0x000008, "Wrong alignment on FOnSelectionChangedWrapper_Callback"); \ +static_assert(sizeof(FOnSelectionChangedWrapper_Callback) == 0x000018, "Wrong size on FOnSelectionChangedWrapper_Callback"); \ +static_assert(offsetof(FOnSelectionChangedWrapper_Callback, SelectedItem) == 0x000000, "Member 'FOnSelectionChangedWrapper_Callback::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(FOnSelectionChangedWrapper_Callback, SelectionType) == 0x000010, "Member 'FOnSelectionChangedWrapper_Callback::SelectionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnSelectionChangedWrapper \ +static_assert(alignof(UFOnSelectionChangedWrapper) == 0x000008, "Wrong alignment on UFOnSelectionChangedWrapper"); \ +static_assert(sizeof(UFOnSelectionChangedWrapper) == 0x000028, "Wrong size on UFOnSelectionChangedWrapper"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetSkillSuperArmor_GSAllowCrossSection \ +static_assert(alignof(BANS_GSSetSkillSuperArmor_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_GSSetSkillSuperArmor_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_GSSetSkillSuperArmor_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_GSSetSkillSuperArmor_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetSkillSuperArmor_UpdateSkillSuperArmorLevelInfo \ +static_assert(alignof(BANS_GSSetSkillSuperArmor_UpdateSkillSuperArmorLevelInfo) == 0x000001, "Wrong alignment on BANS_GSSetSkillSuperArmor_UpdateSkillSuperArmorLevelInfo"); \ +static_assert(sizeof(BANS_GSSetSkillSuperArmor_UpdateSkillSuperArmorLevelInfo) == 0x000001, "Wrong size on BANS_GSSetSkillSuperArmor_UpdateSkillSuperArmorLevelInfo"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetSkillSuperArmor_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetSkillSuperArmor_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetSkillSuperArmor_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetSkillSuperArmor_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetSkillSuperArmor_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetSkillSuperArmor_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetSkillSuperArmor_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetSkillSuperArmor_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetSkillSuperArmor_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetSkillSuperArmor_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSetSkillSuperArmor_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSetSkillSuperArmor_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSetSkillSuperArmor_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSetSkillSuperArmor_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSetSkillSuperArmor_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetSkillSuperArmor_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetSkillSuperArmor \ +static_assert(alignof(UBANS_GSSetSkillSuperArmor) == 0x000008, "Wrong alignment on UBANS_GSSetSkillSuperArmor"); \ +static_assert(sizeof(UBANS_GSSetSkillSuperArmor) == 0x000070, "Wrong size on UBANS_GSSetSkillSuperArmor"); \ +static_assert(offsetof(UBANS_GSSetSkillSuperArmor, SkillSuperArmorLevel) == 0x000048, "Member 'UBANS_GSSetSkillSuperArmor::SkillSuperArmorLevel' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetSkillSuperArmor, SkillSuperArmorValue) == 0x000060, "Member 'UBANS_GSSetSkillSuperArmor::SkillSuperArmorValue' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetSkillSuperArmor, SSABreakAssignedAnim) == 0x000068, "Member 'UBANS_GSSetSkillSuperArmor::SSABreakAssignedAnim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnButtonPressedEventWrapper \ +static_assert(alignof(UFOnButtonPressedEventWrapper) == 0x000008, "Wrong alignment on UFOnButtonPressedEventWrapper"); \ +static_assert(sizeof(UFOnButtonPressedEventWrapper) == 0x000028, "Wrong size on UFOnButtonPressedEventWrapper"); \ + +#define DUMPER7_ASSERTS_FOnMultiLineEditableTextChangedEventWrapper_Callback \ +static_assert(alignof(FOnMultiLineEditableTextChangedEventWrapper_Callback) == 0x000008, "Wrong alignment on FOnMultiLineEditableTextChangedEventWrapper_Callback"); \ +static_assert(sizeof(FOnMultiLineEditableTextChangedEventWrapper_Callback) == 0x000018, "Wrong size on FOnMultiLineEditableTextChangedEventWrapper_Callback"); \ +static_assert(offsetof(FOnMultiLineEditableTextChangedEventWrapper_Callback, Text) == 0x000000, "Member 'FOnMultiLineEditableTextChangedEventWrapper_Callback::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFOnMultiLineEditableTextChangedEventWrapper \ +static_assert(alignof(UFOnMultiLineEditableTextChangedEventWrapper) == 0x000008, "Wrong alignment on UFOnMultiLineEditableTextChangedEventWrapper"); \ +static_assert(sizeof(UFOnMultiLineEditableTextChangedEventWrapper) == 0x000028, "Wrong size on UFOnMultiLineEditableTextChangedEventWrapper"); \ + +#define DUMPER7_ASSERTS_BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCloseCollisionCompHitMove_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCloseCollisionCompHitMove_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCloseCollisionCompHitMove_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCloseCollisionCompHitMove_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCloseCollisionCompHitMove_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCloseCollisionCompHitMove_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCloseCollisionCompHitMove_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCloseCollisionCompHitMove_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCloseCollisionCompHitMove \ +static_assert(alignof(UBANS_GSCloseCollisionCompHitMove) == 0x000008, "Wrong alignment on UBANS_GSCloseCollisionCompHitMove"); \ +static_assert(sizeof(UBANS_GSCloseCollisionCompHitMove) == 0x000058, "Wrong size on UBANS_GSCloseCollisionCompHitMove"); \ +static_assert(offsetof(UBANS_GSCloseCollisionCompHitMove, CollisionCompNames) == 0x000048, "Member 'UBANS_GSCloseCollisionCompHitMove::CollisionCompNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FDownloadImageDelegateWrapper_Callback \ +static_assert(alignof(FDownloadImageDelegateWrapper_Callback) == 0x000008, "Wrong alignment on FDownloadImageDelegateWrapper_Callback"); \ +static_assert(sizeof(FDownloadImageDelegateWrapper_Callback) == 0x000008, "Wrong size on FDownloadImageDelegateWrapper_Callback"); \ +static_assert(offsetof(FDownloadImageDelegateWrapper_Callback, Texture) == 0x000000, "Member 'FDownloadImageDelegateWrapper_Callback::Texture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFDownloadImageDelegateWrapper \ +static_assert(alignof(UFDownloadImageDelegateWrapper) == 0x000008, "Wrong alignment on UFDownloadImageDelegateWrapper"); \ +static_assert(sizeof(UFDownloadImageDelegateWrapper) == 0x000028, "Wrong size on UFDownloadImageDelegateWrapper"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_CastSkillByScore_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_CastSkillByScore_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_CastSkillByScore_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_CastSkillByScore_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_CastSkillByScore_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_CastSkillByScore_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_CastSkillByScore_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_CastSkillByScore \ +static_assert(alignof(UBED_BehaviorNode_CastSkillByScore) == 0x000008, "Wrong alignment on UBED_BehaviorNode_CastSkillByScore"); \ +static_assert(sizeof(UBED_BehaviorNode_CastSkillByScore) == 0x0002C0, "Wrong size on UBED_BehaviorNode_CastSkillByScore"); \ +static_assert(offsetof(UBED_BehaviorNode_CastSkillByScore, SkillInfoList) == 0x0002A0, "Member 'UBED_BehaviorNode_CastSkillByScore::SkillInfoList' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_CastSkillByScore, TopRandomSkillPercent) == 0x0002B4, "Member 'UBED_BehaviorNode_CastSkillByScore::TopRandomSkillPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BulletSweepReactionConfig \ +static_assert(alignof(UBGWDataAsset_BulletSweepReactionConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BulletSweepReactionConfig"); \ +static_assert(sizeof(UBGWDataAsset_BulletSweepReactionConfig) == 0x000078, "Wrong size on UBGWDataAsset_BulletSweepReactionConfig"); \ +static_assert(offsetof(UBGWDataAsset_BulletSweepReactionConfig, BulletBeHitedReactionConfigInfo) == 0x000038, "Member 'UBGWDataAsset_BulletSweepReactionConfig::BulletBeHitedReactionConfigInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSweepReactionConfig, BulletSweepBuffReactionConfigInfo) == 0x000050, "Member 'UBGWDataAsset_BulletSweepReactionConfig::BulletSweepBuffReactionConfigInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSweepReactionConfig, BulletSweepSimpleStateReactionConfigInfo) == 0x000068, "Member 'UBGWDataAsset_BulletSweepReactionConfig::BulletSweepSimpleStateReactionConfigInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_Log_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_Log_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_Log_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_Log_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_Log_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_Log_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_Log_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Log \ +static_assert(alignof(UBED_BehaviorNode_Log) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Log"); \ +static_assert(sizeof(UBED_BehaviorNode_Log) == 0x0002B8, "Wrong size on UBED_BehaviorNode_Log"); \ +static_assert(offsetof(UBED_BehaviorNode_Log, LogString) == 0x0002A0, "Member 'UBED_BehaviorNode_Log::LogString' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Log, LogTime) == 0x0002B0, "Member 'UBED_BehaviorNode_Log::LogTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_WeightRandom_GetContextOutputsInCS \ +static_assert(alignof(BED_BehaviorNode_WeightRandom_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_WeightRandom_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_BehaviorNode_WeightRandom_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_BehaviorNode_WeightRandom_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_BehaviorNode_WeightRandom_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_WeightRandom_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_WeightRandom_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_WeightRandom_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_WeightRandom_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_WeightRandom_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_WeightRandom_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_WeightRandom_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_WeightRandom_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_WeightRandom \ +static_assert(alignof(UBED_BehaviorNode_WeightRandom) == 0x000008, "Wrong alignment on UBED_BehaviorNode_WeightRandom"); \ +static_assert(sizeof(UBED_BehaviorNode_WeightRandom) == 0x0002B0, "Wrong size on UBED_BehaviorNode_WeightRandom"); \ +static_assert(offsetof(UBED_BehaviorNode_WeightRandom, Weights) == 0x0002A0, "Member 'UBED_BehaviorNode_WeightRandom::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_Battle_GetContextOutputsInCS \ +static_assert(alignof(BED_BossRushNode_Battle_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_BossRushNode_Battle_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_BossRushNode_Battle_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_BossRushNode_Battle_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_BossRushNode_Battle_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_BossRushNode_Battle_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_Battle \ +static_assert(alignof(UBED_BossRushNode_Battle) == 0x000008, "Wrong alignment on UBED_BossRushNode_Battle"); \ +static_assert(sizeof(UBED_BossRushNode_Battle) == 0x000318, "Wrong size on UBED_BossRushNode_Battle"); \ +static_assert(offsetof(UBED_BossRushNode_Battle, StartCondition) == 0x0002A0, "Member 'UBED_BossRushNode_Battle::StartCondition' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Battle, BattleStartActiveList) == 0x0002D8, "Member 'UBED_BossRushNode_Battle::BattleStartActiveList' has a wrong offset!"); \ +static_assert(offsetof(UBED_BossRushNode_Battle, TransitionConditions) == 0x000308, "Member 'UBED_BossRushNode_Battle::TransitionConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_End \ +static_assert(alignof(UBED_BossRushNode_End) == 0x000008, "Wrong alignment on UBED_BossRushNode_End"); \ +static_assert(sizeof(UBED_BossRushNode_End) == 0x0002A0, "Wrong size on UBED_BossRushNode_End"); \ + +#define DUMPER7_ASSERTS_ABGUDecalActor \ +static_assert(alignof(ABGUDecalActor) == 0x000008, "Wrong alignment on ABGUDecalActor"); \ +static_assert(sizeof(ABGUDecalActor) == 0x000340, "Wrong size on ABGUDecalActor"); \ +static_assert(offsetof(ABGUDecalActor, RootComp) == 0x000328, "Member 'ABGUDecalActor::RootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUDecalActor, DecalComp) == 0x000330, "Member 'ABGUDecalActor::DecalComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUDecalActor, DecalConfigComp) == 0x000338, "Member 'ABGUDecalActor::DecalConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPOMDecalActor_OnConstructionCS \ +static_assert(alignof(BGUPOMDecalActor_OnConstructionCS) == 0x000010, "Wrong alignment on BGUPOMDecalActor_OnConstructionCS"); \ +static_assert(sizeof(BGUPOMDecalActor_OnConstructionCS) == 0x000060, "Wrong size on BGUPOMDecalActor_OnConstructionCS"); \ +static_assert(offsetof(BGUPOMDecalActor_OnConstructionCS, Transform) == 0x000000, "Member 'BGUPOMDecalActor_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPOMDecalActor \ +static_assert(alignof(ABGUPOMDecalActor) == 0x000008, "Wrong alignment on ABGUPOMDecalActor"); \ +static_assert(sizeof(ABGUPOMDecalActor) == 0x000340, "Wrong size on ABGUPOMDecalActor"); \ + +#define DUMPER7_ASSERTS_BED_BossRushNode_GroupStart_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BossRushNode_GroupStart_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BossRushNode_GroupStart_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BossRushNode_GroupStart_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BossRushNode_GroupStart_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BossRushNode_GroupStart_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BossRushNode_GroupStart_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_GroupStart \ +static_assert(alignof(UBED_BossRushNode_GroupStart) == 0x000008, "Wrong alignment on UBED_BossRushNode_GroupStart"); \ +static_assert(sizeof(UBED_BossRushNode_GroupStart) == 0x0002A8, "Wrong size on UBED_BossRushNode_GroupStart"); \ +static_assert(offsetof(UBED_BossRushNode_GroupStart, GroupName) == 0x0002A0, "Member 'UBED_BossRushNode_GroupStart::GroupName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSyncAnimations_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSyncAnimations_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSyncAnimations_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSyncAnimations_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSyncAnimations_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSyncAnimations_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSyncAnimations_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSyncAnimations_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSyncAnimations_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSyncAnimations_GSNotifyTickCS \ +static_assert(alignof(BANS_GSSyncAnimations_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSSyncAnimations_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSSyncAnimations_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSSyncAnimations_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSSyncAnimations_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSSyncAnimations_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSyncAnimations_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSSyncAnimations_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSyncAnimations_GetAnimNSType \ +static_assert(alignof(BANS_GSSyncAnimations_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSSyncAnimations_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSSyncAnimations_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSSyncAnimations_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSSyncAnimations_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSSyncAnimations_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSyncAnimations_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSyncAnimations_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSyncAnimations_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSyncAnimations_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSyncAnimations_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSyncAnimations_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSyncAnimations_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSyncAnimations \ +static_assert(alignof(UBANS_GSSyncAnimations) == 0x000008, "Wrong alignment on UBANS_GSSyncAnimations"); \ +static_assert(sizeof(UBANS_GSSyncAnimations) == 0x000080, "Wrong size on UBANS_GSSyncAnimations"); \ +static_assert(offsetof(UBANS_GSSyncAnimations, SelfSyncPointOnHost) == 0x00004C, "Member 'UBANS_GSSyncAnimations::SelfSyncPointOnHost' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSyncAnimations, TargetSyncPointOnHost) == 0x000054, "Member 'UBANS_GSSyncAnimations::TargetSyncPointOnHost' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSyncAnimations, SelfSyncPointOnGuest) == 0x00005C, "Member 'UBANS_GSSyncAnimations::SelfSyncPointOnGuest' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSyncAnimations, TargetSyncPointOnGuest) == 0x000064, "Member 'UBANS_GSSyncAnimations::TargetSyncPointOnGuest' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSyncAnimations, GuestMontage) == 0x000070, "Member 'UBANS_GSSyncAnimations::GuestMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_Initial \ +static_assert(alignof(UBED_BossRushNode_Initial) == 0x000008, "Wrong alignment on UBED_BossRushNode_Initial"); \ +static_assert(sizeof(UBED_BossRushNode_Initial) == 0x0002A0, "Wrong size on UBED_BossRushNode_Initial"); \ + +#define DUMPER7_ASSERTS_UBED_BossRushNode_Wait \ +static_assert(alignof(UBED_BossRushNode_Wait) == 0x000008, "Wrong alignment on UBED_BossRushNode_Wait"); \ +static_assert(sizeof(UBED_BossRushNode_Wait) == 0x0002A0, "Wrong size on UBED_BossRushNode_Wait"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SpiderSetting \ +static_assert(alignof(UBGWDataAsset_SpiderSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_SpiderSetting"); \ +static_assert(sizeof(UBGWDataAsset_SpiderSetting) == 0x000090, "Wrong size on UBGWDataAsset_SpiderSetting"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSetting, SpiderSetting) == 0x000030, "Member 'UBGWDataAsset_SpiderSetting::SpiderSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BossRushLevelConfig_OnPropertyChanged \ +static_assert(alignof(BossRushLevelConfig_OnPropertyChanged) == 0x000008, "Wrong alignment on BossRushLevelConfig_OnPropertyChanged"); \ +static_assert(sizeof(BossRushLevelConfig_OnPropertyChanged) == 0x000020, "Wrong size on BossRushLevelConfig_OnPropertyChanged"); \ +static_assert(offsetof(BossRushLevelConfig_OnPropertyChanged, MemberName) == 0x000000, "Member 'BossRushLevelConfig_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BossRushLevelConfig_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BossRushLevelConfig_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBossRushLevelConfig \ +static_assert(alignof(UBossRushLevelConfig) == 0x000008, "Wrong alignment on UBossRushLevelConfig"); \ +static_assert(sizeof(UBossRushLevelConfig) == 0x000318, "Wrong size on UBossRushLevelConfig"); \ +static_assert(offsetof(UBossRushLevelConfig, ConfigGuid) == 0x000028, "Member 'UBossRushLevelConfig::ConfigGuid' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, PersistentLevelAssetName) == 0x000038, "Member 'UBossRushLevelConfig::PersistentLevelAssetName' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, PersistentLevelLongPackageName) == 0x000048, "Member 'UBossRushLevelConfig::PersistentLevelLongPackageName' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, PersistentLevel) == 0x000058, "Member 'UBossRushLevelConfig::PersistentLevel' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, LevelNamePrefix) == 0x000068, "Member 'UBossRushLevelConfig::LevelNamePrefix' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, SubLevelList) == 0x000080, "Member 'UBossRushLevelConfig::SubLevelList' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, BossRushLevelsLoadSetting) == 0x000090, "Member 'UBossRushLevelConfig::BossRushLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, GeometryLevelsLoadSetting) == 0x0000E0, "Member 'UBossRushLevelConfig::GeometryLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, OtherLevelsLoadSetting) == 0x000130, "Member 'UBossRushLevelConfig::OtherLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, SeqLevelsLoadSetting) == 0x000180, "Member 'UBossRushLevelConfig::SeqLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, ItemLevelsLoadSetting) == 0x0001D0, "Member 'UBossRushLevelConfig::ItemLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, LightLevelsLoadSetting) == 0x000220, "Member 'UBossRushLevelConfig::LightLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, SupportLevelsLoadSetting) == 0x000270, "Member 'UBossRushLevelConfig::SupportLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBossRushLevelConfig, MonsterLevelsLoadSetting) == 0x0002C0, "Member 'UBossRushLevelConfig::MonsterLevelsLoadSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWDataAsset_BossRushLevelConfig_OnPropertyChanged \ +static_assert(alignof(BGWDataAsset_BossRushLevelConfig_OnPropertyChanged) == 0x000008, "Wrong alignment on BGWDataAsset_BossRushLevelConfig_OnPropertyChanged"); \ +static_assert(sizeof(BGWDataAsset_BossRushLevelConfig_OnPropertyChanged) == 0x000020, "Wrong size on BGWDataAsset_BossRushLevelConfig_OnPropertyChanged"); \ +static_assert(offsetof(BGWDataAsset_BossRushLevelConfig_OnPropertyChanged, MemberName) == 0x000000, "Member 'BGWDataAsset_BossRushLevelConfig_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_BossRushLevelConfig_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BGWDataAsset_BossRushLevelConfig_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BossRushLevelConfig \ +static_assert(alignof(UBGWDataAsset_BossRushLevelConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BossRushLevelConfig"); \ +static_assert(sizeof(UBGWDataAsset_BossRushLevelConfig) == 0x000068, "Wrong size on UBGWDataAsset_BossRushLevelConfig"); \ +static_assert(offsetof(UBGWDataAsset_BossRushLevelConfig, BattleReadyTime) == 0x000030, "Member 'UBGWDataAsset_BossRushLevelConfig::BattleReadyTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BossRushLevelConfig, PersistentLevelPaths) == 0x000038, "Member 'UBGWDataAsset_BossRushLevelConfig::PersistentLevelPaths' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BossRushLevelConfig, LevelConfigs) == 0x000048, "Member 'UBGWDataAsset_BossRushLevelConfig::LevelConfigs' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BossRushLevelConfig, CustomCreateID) == 0x00005C, "Member 'UBGWDataAsset_BossRushLevelConfig::CustomCreateID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_EnvEHF \ +static_assert(alignof(UBGWDataAsset_EnvEHF) == 0x000008, "Wrong alignment on UBGWDataAsset_EnvEHF"); \ +static_assert(sizeof(UBGWDataAsset_EnvEHF) == 0x000068, "Wrong size on UBGWDataAsset_EnvEHF"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, FogDensity) == 0x000030, "Member 'UBGWDataAsset_EnvEHF::FogDensity' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, FogHeightFalloff) == 0x000034, "Member 'UBGWDataAsset_EnvEHF::FogHeightFalloff' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, SecondFogData) == 0x000038, "Member 'UBGWDataAsset_EnvEHF::SecondFogData' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, FogInscatteringColor) == 0x000044, "Member 'UBGWDataAsset_EnvEHF::FogInscatteringColor' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, FogMaxOpacity) == 0x000054, "Member 'UBGWDataAsset_EnvEHF::FogMaxOpacity' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, StartDistance) == 0x000058, "Member 'UBGWDataAsset_EnvEHF::StartDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, FogCutoffDistance) == 0x00005C, "Member 'UBGWDataAsset_EnvEHF::FogCutoffDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvEHF, Albedo) == 0x000064, "Member 'UBGWDataAsset_EnvEHF::Albedo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel) == 0x0002D0, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel, TravelLevelType) == 0x0002C8, "Member 'UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel::TravelLevelType' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel, TargetLevelNetType) == 0x0002C9, "Member 'UBED_FSMNode_GI_Global_SubG_GI_Loading_TravelLevel::TargetLevelNetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_ChapterClear \ +static_assert(alignof(UBED_TaskNode_ChapterClear) == 0x000008, "Wrong alignment on UBED_TaskNode_ChapterClear"); \ +static_assert(sizeof(UBED_TaskNode_ChapterClear) == 0x0002A8, "Wrong size on UBED_TaskNode_ChapterClear"); \ +static_assert(offsetof(UBED_TaskNode_ChapterClear, ChapterID) == 0x0002A0, "Member 'UBED_TaskNode_ChapterClear::ChapterID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGEnterLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGEnterLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGEnterLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGEnterLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGEnterLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGEnterLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGEnterLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGEnterLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGEnterLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGEnterLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGEnterLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGEnterLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGEnterLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_FSMNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_FSMNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_FSMNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_FSMNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Reroute \ +static_assert(alignof(UBED_FSMNode_Reroute) == 0x000008, "Wrong alignment on UBED_FSMNode_Reroute"); \ +static_assert(sizeof(UBED_FSMNode_Reroute) == 0x0002A0, "Wrong size on UBED_FSMNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset \ +static_assert(alignof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset) == 0x000008, "Wrong alignment on BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset"); \ +static_assert(sizeof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset) == 0x000068, "Wrong size on BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, _NormalDissolveDBC) == 0x000000, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::_NormalDissolveDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Burn_AbnormalStateDeadDBC) == 0x000008, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Burn_AbnormalStateDeadDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Burn_AbnormalStateDissolveDBC) == 0x000010, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Burn_AbnormalStateDissolveDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Thunder_AbnormalStateDeadDBC) == 0x000018, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Thunder_AbnormalStateDeadDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Thunder_AbnormalStateDissolveDBC) == 0x000020, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Thunder_AbnormalStateDissolveDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Poison_AbnormalStateDeadDBC) == 0x000028, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Poison_AbnormalStateDeadDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Poison_AbnormalStateDissolveDBC) == 0x000030, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Poison_AbnormalStateDissolveDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Freeze_AbnormalStateDeadDBC) == 0x000038, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Freeze_AbnormalStateDeadDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Freeze_AbnormalStateDissolveDBC) == 0x000040, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Freeze_AbnormalStateDissolveDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Yin_AbnormalStateDeadDBC) == 0x000048, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Yin_AbnormalStateDeadDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Yin_AbnormalStateDissolveDBC) == 0x000050, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Yin_AbnormalStateDissolveDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Yang_AbnormalStateDeadDBC) == 0x000058, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Yang_AbnormalStateDeadDBC' has a wrong offset!"); \ +static_assert(offsetof(BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset, Yang_AbnormalStateDissolveDBC) == 0x000060, "Member 'BGWDataAsset_UnitDeathDispConfig_SetDefaultDBCAsset::Yang_AbnormalStateDissolveDBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_UnitDeathDispConfig \ +static_assert(alignof(UBGWDataAsset_UnitDeathDispConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_UnitDeathDispConfig"); \ +static_assert(sizeof(UBGWDataAsset_UnitDeathDispConfig) == 0x0000D0, "Wrong size on UBGWDataAsset_UnitDeathDispConfig"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, NormalDeadAMPath) == 0x000030, "Member 'UBGWDataAsset_UnitDeathDispConfig::NormalDeadAMPath' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, UnitResName) == 0x000040, "Member 'UBGWDataAsset_UnitDeathDispConfig::UnitResName' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, NormalDeadAMInfoList) == 0x000050, "Member 'UBGWDataAsset_UnitDeathDispConfig::NormalDeadAMInfoList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, NormalDissolveDBC) == 0x000060, "Member 'UBGWDataAsset_UnitDeathDispConfig::NormalDissolveDBC' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, DeathDissolvePlayType) == 0x000068, "Member 'UBGWDataAsset_UnitDeathDispConfig::DeathDissolvePlayType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, BurnStateDotDeadMontage) == 0x000070, "Member 'UBGWDataAsset_UnitDeathDispConfig::BurnStateDotDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, PoisonStateDotDeadMontage) == 0x000078, "Member 'UBGWDataAsset_UnitDeathDispConfig::PoisonStateDotDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, FreezeStateDotDeadMontage) == 0x000080, "Member 'UBGWDataAsset_UnitDeathDispConfig::FreezeStateDotDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, ImmobilizingDeadMontage) == 0x000088, "Member 'UBGWDataAsset_UnitDeathDispConfig::ImmobilizingDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, OceanSeaDeadMontage) == 0x000090, "Member 'UBGWDataAsset_UnitDeathDispConfig::OceanSeaDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, InteractCricketDeadMontage) == 0x000098, "Member 'UBGWDataAsset_UnitDeathDispConfig::InteractCricketDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, SuicideDeadMontage) == 0x0000A0, "Member 'UBGWDataAsset_UnitDeathDispConfig::SuicideDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, AirDeadMontage_Fall) == 0x0000A8, "Member 'UBGWDataAsset_UnitDeathDispConfig::AirDeadMontage_Fall' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, AirDeadMontage_WithDirection) == 0x0000B0, "Member 'UBGWDataAsset_UnitDeathDispConfig::AirDeadMontage_WithDirection' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, FallDeadMontage) == 0x0000B8, "Member 'UBGWDataAsset_UnitDeathDispConfig::FallDeadMontage' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDeathDispConfig, NormalDeadAMList) == 0x0000C0, "Member 'UBGWDataAsset_UnitDeathDispConfig::NormalDeadAMList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_MultiKillConf \ +static_assert(alignof(UBGW_MultiKillConf) == 0x000008, "Wrong alignment on UBGW_MultiKillConf"); \ +static_assert(sizeof(UBGW_MultiKillConf) == 0x000070, "Wrong size on UBGW_MultiKillConf"); \ +static_assert(offsetof(UBGW_MultiKillConf, MultiKillTime) == 0x000030, "Member 'UBGW_MultiKillConf::MultiKillTime' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledValueBase) == 0x000034, "Member 'UBGW_MultiKillConf::UnparalleledValueBase' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledRateMax) == 0x000038, "Member 'UBGW_MultiKillConf::UnparalleledRateMax' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledRateBase) == 0x00003C, "Member 'UBGW_MultiKillConf::UnparalleledRateBase' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledValueMax) == 0x000040, "Member 'UBGW_MultiKillConf::UnparalleledValueMax' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledValueSpeed) == 0x000044, "Member 'UBGW_MultiKillConf::UnparalleledValueSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledRange) == 0x000048, "Member 'UBGW_MultiKillConf::UnparalleledRange' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, RebirthStayTime) == 0x00004C, "Member 'UBGW_MultiKillConf::RebirthStayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, RebirthCount) == 0x000050, "Member 'UBGW_MultiKillConf::RebirthCount' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledRotaX) == 0x000054, "Member 'UBGW_MultiKillConf::UnparalleledRotaX' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledRotaY) == 0x000058, "Member 'UBGW_MultiKillConf::UnparalleledRotaY' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, MICBOnceChangeValue) == 0x000060, "Member 'UBGW_MultiKillConf::MICBOnceChangeValue' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, MIFBOnceChangeValue) == 0x000064, "Member 'UBGW_MultiKillConf::MIFBOnceChangeValue' has a wrong offset!"); \ +static_assert(offsetof(UBGW_MultiKillConf, UnparalleledFreedomTime) == 0x000068, "Member 'UBGW_MultiKillConf::UnparalleledFreedomTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_BattleLevelTravelNeedWaitCameraBlend"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_CheckGlobalTravelMode"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_CheckGMFlagsSupportUnknownTravel"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_DetermineTravelLevelByHandlingArchive"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_HasArchiveIdInContext"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AbnormalAttrConfig \ +static_assert(alignof(UBGWDataAsset_AbnormalAttrConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AbnormalAttrConfig"); \ +static_assert(sizeof(UBGWDataAsset_AbnormalAttrConfig) == 0x0000C0, "Wrong size on UBGWDataAsset_AbnormalAttrConfig"); \ +static_assert(offsetof(UBGWDataAsset_AbnormalAttrConfig, AbnomalAttrConfigInfo_Freeze) == 0x000030, "Member 'UBGWDataAsset_AbnormalAttrConfig::AbnomalAttrConfigInfo_Freeze' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbnormalAttrConfig, AbnomalAttrConfigInfo_Burn) == 0x000048, "Member 'UBGWDataAsset_AbnormalAttrConfig::AbnomalAttrConfigInfo_Burn' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbnormalAttrConfig, AbnomalAttrConfigInfo_Poison) == 0x000060, "Member 'UBGWDataAsset_AbnormalAttrConfig::AbnomalAttrConfigInfo_Poison' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbnormalAttrConfig, AbnomalAttrConfigInfo_Thunder) == 0x000078, "Member 'UBGWDataAsset_AbnormalAttrConfig::AbnomalAttrConfigInfo_Thunder' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbnormalAttrConfig, AbnomalAttrConfigInfo_Yin) == 0x000090, "Member 'UBGWDataAsset_AbnormalAttrConfig::AbnomalAttrConfigInfo_Yin' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbnormalAttrConfig, AbnomalAttrConfigInfo_Yang) == 0x0000A8, "Member 'UBGWDataAsset_AbnormalAttrConfig::AbnomalAttrConfigInfo_Yang' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsFirstStartGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsFirstStartGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsFirstStartGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsFirstStartGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsFirstStartGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsFirstStartGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsFirstStartGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsFirstStartGame \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsFirstStartGame) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsFirstStartGame"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsFirstStartGame) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsFirstStartGame"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInBattleLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInBattleLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInBattleLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInBattleLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInBattleLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInBattleLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInBattleLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInBattleLevel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInBattleLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInBattleLevel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInBattleLevel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInBattleLevel"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInContextLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInContextLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInContextLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInContextLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInContextLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInContextLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInContextLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInContextLevel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInContextLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInContextLevel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInContextLevel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInContextLevel"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInListenServer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInListenServer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInListenServer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInListenServer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInListenServer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInListenServer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInListenServer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInListenServer \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInListenServer) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInListenServer"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInListenServer) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInListenServer"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInMap_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInMap_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInMap_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInMap_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInMap_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInMap_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInMap_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInMap \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInMap) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInMap"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInMap) == 0x0002B0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInMap"); \ +static_assert(offsetof(UBED_FSMNode_Condition_GI_Loading_IsInMap, LevelName) == 0x0002A0, "Member 'UBED_FSMNode_Condition_GI_Loading_IsInMap::LevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTimedParticleEffect \ +static_assert(alignof(UBANS_GSTimedParticleEffect) == 0x000008, "Wrong alignment on UBANS_GSTimedParticleEffect"); \ +static_assert(sizeof(UBANS_GSTimedParticleEffect) == 0x000090, "Wrong size on UBANS_GSTimedParticleEffect"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInStartUpLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInStartUpLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInStartUpLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInStartUpLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInStartUpLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInStartUpLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInStartUpLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInStartUpLevel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInStartUpLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInStartUpLevel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInStartUpLevel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInStartUpLevel"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsInToilet_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsInToilet_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsInToilet_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsInToilet_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsInToilet_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsInToilet_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsInToilet_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsInToilet \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsInToilet) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsInToilet"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsInToilet) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsInToilet"); \ + +#define DUMPER7_ASSERTS_BGUSkillPreviewSystem_TickComponentInCS \ +static_assert(alignof(BGUSkillPreviewSystem_TickComponentInCS) == 0x000004, "Wrong alignment on BGUSkillPreviewSystem_TickComponentInCS"); \ +static_assert(sizeof(BGUSkillPreviewSystem_TickComponentInCS) == 0x000004, "Wrong size on BGUSkillPreviewSystem_TickComponentInCS"); \ +static_assert(offsetof(BGUSkillPreviewSystem_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BGUSkillPreviewSystem_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSkillPreviewSystem_OnSetPreviewConfig \ +static_assert(alignof(BGUSkillPreviewSystem_OnSetPreviewConfig) == 0x000008, "Wrong alignment on BGUSkillPreviewSystem_OnSetPreviewConfig"); \ +static_assert(sizeof(BGUSkillPreviewSystem_OnSetPreviewConfig) == 0x000048, "Wrong size on BGUSkillPreviewSystem_OnSetPreviewConfig"); \ +static_assert(offsetof(BGUSkillPreviewSystem_OnSetPreviewConfig, Config) == 0x000000, "Member 'BGUSkillPreviewSystem_OnSetPreviewConfig::Config' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSkillPreviewSystem_DrawforDebug \ +static_assert(alignof(BGUSkillPreviewSystem_DrawforDebug) == 0x000004, "Wrong alignment on BGUSkillPreviewSystem_DrawforDebug"); \ +static_assert(sizeof(BGUSkillPreviewSystem_DrawforDebug) == 0x000008, "Wrong size on BGUSkillPreviewSystem_DrawforDebug"); \ +static_assert(offsetof(BGUSkillPreviewSystem_DrawforDebug, SectorNum) == 0x000004, "Member 'BGUSkillPreviewSystem_DrawforDebug::SectorNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUSkillPreviewSystem \ +static_assert(alignof(UBGUSkillPreviewSystem) == 0x000008, "Wrong alignment on UBGUSkillPreviewSystem"); \ +static_assert(sizeof(UBGUSkillPreviewSystem) == 0x000128, "Wrong size on UBGUSkillPreviewSystem"); \ +static_assert(offsetof(UBGUSkillPreviewSystem, AttackerClass) == 0x0000D0, "Member 'UBGUSkillPreviewSystem::AttackerClass' has a wrong offset!"); \ +static_assert(offsetof(UBGUSkillPreviewSystem, SkillID) == 0x0000D8, "Member 'UBGUSkillPreviewSystem::SkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGUSkillPreviewSystem, SkillIdList) == 0x0000E0, "Member 'UBGUSkillPreviewSystem::SkillIdList' has a wrong offset!"); \ +static_assert(offsetof(UBGUSkillPreviewSystem, Delay) == 0x0000F0, "Member 'UBGUSkillPreviewSystem::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBGUSkillPreviewSystem, DistRange) == 0x000100, "Member 'UBGUSkillPreviewSystem::DistRange' has a wrong offset!"); \ +static_assert(offsetof(UBGUSkillPreviewSystem, MapSize) == 0x000110, "Member 'UBGUSkillPreviewSystem::MapSize' has a wrong offset!"); \ +static_assert(offsetof(UBGUSkillPreviewSystem, SectorFilterList) == 0x000118, "Member 'UBGUSkillPreviewSystem::SectorFilterList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWMapUIConfigDataAsset \ +static_assert(alignof(UBGWMapUIConfigDataAsset) == 0x000008, "Wrong alignment on UBGWMapUIConfigDataAsset"); \ +static_assert(sizeof(UBGWMapUIConfigDataAsset) == 0x0000B8, "Wrong size on UBGWMapUIConfigDataAsset"); \ +static_assert(offsetof(UBGWMapUIConfigDataAsset, SpriteConfigMap) == 0x000030, "Member 'UBGWMapUIConfigDataAsset::SpriteConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWMapUIConfigDataAsset, GamepadScaleRate) == 0x000080, "Member 'UBGWMapUIConfigDataAsset::GamepadScaleRate' has a wrong offset!"); \ +static_assert(offsetof(UBGWMapUIConfigDataAsset, MouseScaleRate) == 0x000084, "Member 'UBGWMapUIConfigDataAsset::MouseScaleRate' has a wrong offset!"); \ +static_assert(offsetof(UBGWMapUIConfigDataAsset, MapUpdateDelayTime) == 0x000088, "Member 'UBGWMapUIConfigDataAsset::MapUpdateDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWMapUIConfigDataAsset, MapAnimParams) == 0x00008C, "Member 'UBGWMapUIConfigDataAsset::MapAnimParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsNeedOpenLoadingScreen"); \ + +#define DUMPER7_ASSERTS_BANS_JumpWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_JumpWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_JumpWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_JumpWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_JumpWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_JumpWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_JumpWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_JumpWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_JumpWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_JumpWindow_GSNotifyTickCS \ +static_assert(alignof(BANS_JumpWindow_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_JumpWindow_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_JumpWindow_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_JumpWindow_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_JumpWindow_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_JumpWindow_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_JumpWindow_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_JumpWindow_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_JumpWindow_GSNotifyEndCS \ +static_assert(alignof(BANS_JumpWindow_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_JumpWindow_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_JumpWindow_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_JumpWindow_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_JumpWindow_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_JumpWindow_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_JumpWindow \ +static_assert(alignof(UBANS_JumpWindow) == 0x000008, "Wrong alignment on UBANS_JumpWindow"); \ +static_assert(sizeof(UBANS_JumpWindow) == 0x000048, "Wrong size on UBANS_JumpWindow"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsNeedPreEnterLevel"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsNeedPreStartGameProcess"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsPlayGoDownloadIncomplete"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsReplayWorldLoadFinish"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_IsStandAlone_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_IsStandAlone_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_IsStandAlone_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_IsStandAlone_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_IsStandAlone_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_IsStandAlone_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_IsStandAlone_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_IsStandAlone \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_IsStandAlone) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_IsStandAlone"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_IsStandAlone) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_IsStandAlone"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_NeedSwitchPlayerGameMode"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_OpenSeamlessLevelTravel"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_PlayerGameStateCheck"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_SwitchFillContextArchiveDataType"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibMap \ +static_assert(alignof(UBGUFuncLibMap) == 0x000008, "Wrong alignment on UBGUFuncLibMap"); \ +static_assert(sizeof(UBGUFuncLibMap) == 0x000028, "Wrong size on UBGUFuncLibMap"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_SwitchSaveArchiveDegree"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_GI_Loading_SwitchTeleportType_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_GI_Loading_SwitchTeleportType_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_GI_Loading_SwitchTeleportType_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_GI_Loading_SwitchTeleportType_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_GI_Loading_SwitchTeleportType_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_GI_Loading_SwitchTeleportType_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_GI_Loading_SwitchTeleportType_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_GI_Loading_SwitchTeleportType \ +static_assert(alignof(UBED_FSMNode_Condition_GI_Loading_SwitchTeleportType) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_GI_Loading_SwitchTeleportType"); \ +static_assert(sizeof(UBED_FSMNode_Condition_GI_Loading_SwitchTeleportType) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_GI_Loading_SwitchTeleportType"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibGMCS_TestReleaseECSWorldObjRef \ +static_assert(alignof(BGUFuncLibGMCS_TestReleaseECSWorldObjRef) == 0x000008, "Wrong alignment on BGUFuncLibGMCS_TestReleaseECSWorldObjRef"); \ +static_assert(sizeof(BGUFuncLibGMCS_TestReleaseECSWorldObjRef) == 0x000008, "Wrong size on BGUFuncLibGMCS_TestReleaseECSWorldObjRef"); \ +static_assert(offsetof(BGUFuncLibGMCS_TestReleaseECSWorldObjRef, Chr) == 0x000000, "Member 'BGUFuncLibGMCS_TestReleaseECSWorldObjRef::Chr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibGMCS_TestDestroyECSWorldObj \ +static_assert(alignof(BGUFuncLibGMCS_TestDestroyECSWorldObj) == 0x000008, "Wrong alignment on BGUFuncLibGMCS_TestDestroyECSWorldObj"); \ +static_assert(sizeof(BGUFuncLibGMCS_TestDestroyECSWorldObj) == 0x000008, "Wrong size on BGUFuncLibGMCS_TestDestroyECSWorldObj"); \ +static_assert(offsetof(BGUFuncLibGMCS_TestDestroyECSWorldObj, Chr) == 0x000000, "Member 'BGUFuncLibGMCS_TestDestroyECSWorldObj::Chr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibGMCS_PrintTestECSWorldObj \ +static_assert(alignof(BGUFuncLibGMCS_PrintTestECSWorldObj) == 0x000008, "Wrong alignment on BGUFuncLibGMCS_PrintTestECSWorldObj"); \ +static_assert(sizeof(BGUFuncLibGMCS_PrintTestECSWorldObj) == 0x000008, "Wrong size on BGUFuncLibGMCS_PrintTestECSWorldObj"); \ +static_assert(offsetof(BGUFuncLibGMCS_PrintTestECSWorldObj, Chr) == 0x000000, "Member 'BGUFuncLibGMCS_PrintTestECSWorldObj::Chr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibGMCS_TestECSWorldObj \ +static_assert(alignof(BGUFuncLibGMCS_TestECSWorldObj) == 0x000008, "Wrong alignment on BGUFuncLibGMCS_TestECSWorldObj"); \ +static_assert(sizeof(BGUFuncLibGMCS_TestECSWorldObj) == 0x000008, "Wrong size on BGUFuncLibGMCS_TestECSWorldObj"); \ +static_assert(offsetof(BGUFuncLibGMCS_TestECSWorldObj, Chr) == 0x000000, "Member 'BGUFuncLibGMCS_TestECSWorldObj::Chr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibGMCS_IsShenZhenDebug \ +static_assert(alignof(BGUFuncLibGMCS_IsShenZhenDebug) == 0x000001, "Wrong alignment on BGUFuncLibGMCS_IsShenZhenDebug"); \ +static_assert(sizeof(BGUFuncLibGMCS_IsShenZhenDebug) == 0x000001, "Wrong size on BGUFuncLibGMCS_IsShenZhenDebug"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibGMCS \ +static_assert(alignof(UBGUFuncLibGMCS) == 0x000008, "Wrong alignment on UBGUFuncLibGMCS"); \ +static_assert(sizeof(UBGUFuncLibGMCS) == 0x000028, "Wrong size on UBGUFuncLibGMCS"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_Condition_PS_Transaction_TaskCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_Condition_PS_Transaction_TaskCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_Condition_PS_Transaction_TaskCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_Condition_PS_Transaction_TaskCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_Condition_PS_Transaction_TaskCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_Condition_PS_Transaction_TaskCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_Condition_PS_Transaction_TaskCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_Condition_PS_Transaction_TaskCondition \ +static_assert(alignof(UBED_FSMNode_Condition_PS_Transaction_TaskCondition) == 0x000008, "Wrong alignment on UBED_FSMNode_Condition_PS_Transaction_TaskCondition"); \ +static_assert(sizeof(UBED_FSMNode_Condition_PS_Transaction_TaskCondition) == 0x0002A0, "Wrong size on UBED_FSMNode_Condition_PS_Transaction_TaskCondition"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_GlobalAnyState_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_GlobalAnyState \ +static_assert(alignof(UBED_FSMNode_GI_GlobalAnyState) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_GlobalAnyState"); \ +static_assert(sizeof(UBED_FSMNode_GI_GlobalAnyState) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_GlobalAnyState"); \ +static_assert(offsetof(UBED_FSMNode_GI_GlobalAnyState, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_GlobalAnyState::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProceduralMap_BuildProceduralDungeonsInfo \ +static_assert(alignof(BGUFuncLibProceduralMap_BuildProceduralDungeonsInfo) == 0x000008, "Wrong alignment on BGUFuncLibProceduralMap_BuildProceduralDungeonsInfo"); \ +static_assert(sizeof(BGUFuncLibProceduralMap_BuildProceduralDungeonsInfo) == 0x0000B0, "Wrong size on BGUFuncLibProceduralMap_BuildProceduralDungeonsInfo"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_BuildProceduralDungeonsInfo, MapInfo) == 0x000000, "Member 'BGUFuncLibProceduralMap_BuildProceduralDungeonsInfo::MapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProceduralMap_GenerateProceduralMapData \ +static_assert(alignof(BGUFuncLibProceduralMap_GenerateProceduralMapData) == 0x000008, "Wrong alignment on BGUFuncLibProceduralMap_GenerateProceduralMapData"); \ +static_assert(sizeof(BGUFuncLibProceduralMap_GenerateProceduralMapData) == 0x0000B0, "Wrong size on BGUFuncLibProceduralMap_GenerateProceduralMapData"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_GenerateProceduralMapData, MapInfo) == 0x000000, "Member 'BGUFuncLibProceduralMap_GenerateProceduralMapData::MapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProceduralMap_BuildWildernessLinearInfo \ +static_assert(alignof(BGUFuncLibProceduralMap_BuildWildernessLinearInfo) == 0x000008, "Wrong alignment on BGUFuncLibProceduralMap_BuildWildernessLinearInfo"); \ +static_assert(sizeof(BGUFuncLibProceduralMap_BuildWildernessLinearInfo) == 0x0000B0, "Wrong size on BGUFuncLibProceduralMap_BuildWildernessLinearInfo"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_BuildWildernessLinearInfo, MapInfo) == 0x000000, "Member 'BGUFuncLibProceduralMap_BuildWildernessLinearInfo::MapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProceduralMap_InitProceduralMapConfig \ +static_assert(alignof(BGUFuncLibProceduralMap_InitProceduralMapConfig) == 0x000008, "Wrong alignment on BGUFuncLibProceduralMap_InitProceduralMapConfig"); \ +static_assert(sizeof(BGUFuncLibProceduralMap_InitProceduralMapConfig) == 0x0000C0, "Wrong size on BGUFuncLibProceduralMap_InitProceduralMapConfig"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_InitProceduralMapConfig, MapConfigDataAsset) == 0x000000, "Member 'BGUFuncLibProceduralMap_InitProceduralMapConfig::MapConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_InitProceduralMapConfig, MapBlockMappingInfo) == 0x000008, "Member 'BGUFuncLibProceduralMap_InitProceduralMapConfig::MapBlockMappingInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_InitProceduralMapConfig, MapLightInfo) == 0x000010, "Member 'BGUFuncLibProceduralMap_InitProceduralMapConfig::MapLightInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_InitProceduralMapConfig, MapInfo) == 0x000018, "Member 'BGUFuncLibProceduralMap_InitProceduralMapConfig::MapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProceduralMap_MapPopulateWithPoints \ +static_assert(alignof(BGUFuncLibProceduralMap_MapPopulateWithPoints) == 0x000008, "Wrong alignment on BGUFuncLibProceduralMap_MapPopulateWithPoints"); \ +static_assert(sizeof(BGUFuncLibProceduralMap_MapPopulateWithPoints) == 0x0000A8, "Wrong size on BGUFuncLibProceduralMap_MapPopulateWithPoints"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_MapPopulateWithPoints, MapInfo) == 0x000000, "Member 'BGUFuncLibProceduralMap_MapPopulateWithPoints::MapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProceduralMap_MapConnectAllPoints \ +static_assert(alignof(BGUFuncLibProceduralMap_MapConnectAllPoints) == 0x000008, "Wrong alignment on BGUFuncLibProceduralMap_MapConnectAllPoints"); \ +static_assert(sizeof(BGUFuncLibProceduralMap_MapConnectAllPoints) == 0x0000B0, "Wrong size on BGUFuncLibProceduralMap_MapConnectAllPoints"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_MapConnectAllPoints, MapInfo) == 0x000000, "Member 'BGUFuncLibProceduralMap_MapConnectAllPoints::MapInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_MapConnectAllPoints, AllowedGeneralCatDir) == 0x0000A8, "Member 'BGUFuncLibProceduralMap_MapConnectAllPoints::AllowedGeneralCatDir' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_MapConnectAllPoints, AllowedEntranceOutCatDir) == 0x0000A9, "Member 'BGUFuncLibProceduralMap_MapConnectAllPoints::AllowedEntranceOutCatDir' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_MapConnectAllPoints, AllowedExitInCatDir) == 0x0000AA, "Member 'BGUFuncLibProceduralMap_MapConnectAllPoints::AllowedExitInCatDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProceduralMap_BuildDemoMapInfo \ +static_assert(alignof(BGUFuncLibProceduralMap_BuildDemoMapInfo) == 0x000008, "Wrong alignment on BGUFuncLibProceduralMap_BuildDemoMapInfo"); \ +static_assert(sizeof(BGUFuncLibProceduralMap_BuildDemoMapInfo) == 0x0000B0, "Wrong size on BGUFuncLibProceduralMap_BuildDemoMapInfo"); \ +static_assert(offsetof(BGUFuncLibProceduralMap_BuildDemoMapInfo, MapInfo) == 0x000000, "Member 'BGUFuncLibProceduralMap_BuildDemoMapInfo::MapInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibProceduralMap \ +static_assert(alignof(UBGUFuncLibProceduralMap) == 0x000008, "Wrong alignment on UBGUFuncLibProceduralMap"); \ +static_assert(sizeof(UBGUFuncLibProceduralMap) == 0x000028, "Wrong size on UBGUFuncLibProceduralMap"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_AsListenServerInGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_AsListenServerInGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_AsListenServerInGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_AsListenServerInGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_AsListenServerInGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_AsListenServerInGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_AsListenServerInGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_AsListenServerInGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_AsListenServerInGame \ +static_assert(alignof(UBED_FSMNode_GI_Global_AsListenServerInGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_AsListenServerInGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_AsListenServerInGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_AsListenServerInGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_AsListenServerInGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_AsListenServerInGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_NavigationCS \ +static_assert(alignof(UBI_NavigationCS) == 0x000008, "Wrong alignment on UBI_NavigationCS"); \ +static_assert(sizeof(UBI_NavigationCS) == 0x0003F8, "Wrong size on UBI_NavigationCS"); \ +static_assert(offsetof(UBI_NavigationCS, TargetWidget) == 0x0003E0, "Member 'UBI_NavigationCS::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(UBI_NavigationCS, MaxAngle) == 0x0003E8, "Member 'UBI_NavigationCS::MaxAngle' has a wrong offset!"); \ +static_assert(offsetof(UBI_NavigationCS, MaxDistance) == 0x0003EC, "Member 'UBI_NavigationCS::MaxDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_InBattleOnLineClient_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleOnLineClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleOnLineClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleOnLineClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleOnLineClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_InBattleOnLineClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleOnLineClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_InBattleOnLineClient \ +static_assert(alignof(UBED_FSMNode_GI_Global_InBattleOnLineClient) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_InBattleOnLineClient"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_InBattleOnLineClient) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_InBattleOnLineClient"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_InBattleOnLineClient, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_InBattleOnLineClient::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName \ +static_assert(alignof(UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName) == 0x000004, "Wrong alignment on UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName"); \ +static_assert(sizeof(UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName) == 0x00000C, "Wrong size on UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName"); \ +static_assert(offsetof(UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName, RowName) == 0x000000, "Member 'UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName::RowName' has a wrong offset!"); \ +static_assert(offsetof(UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName, ReturnValue) == 0x000008, "Member 'UGSSuperArmorDescCustomizationHelper_FindDescIdByRowName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId \ +static_assert(alignof(UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId) == 0x000004, "Wrong alignment on UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId"); \ +static_assert(sizeof(UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId) == 0x000010, "Wrong size on UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId"); \ +static_assert(offsetof(UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId, DescID) == 0x000000, "Member 'UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId::DescID' has a wrong offset!"); \ +static_assert(offsetof(UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId, RowName) == 0x000004, "Member 'UGSSuperArmorDescCustomizationHelper_GetRowNameByDescId::RowName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSuperArmorDescCustomizationHelper_OnGetRowStrings \ +static_assert(alignof(UGSSuperArmorDescCustomizationHelper_OnGetRowStrings) == 0x000008, "Wrong alignment on UGSSuperArmorDescCustomizationHelper_OnGetRowStrings"); \ +static_assert(sizeof(UGSSuperArmorDescCustomizationHelper_OnGetRowStrings) == 0x000020, "Wrong size on UGSSuperArmorDescCustomizationHelper_OnGetRowStrings"); \ +static_assert(offsetof(UGSSuperArmorDescCustomizationHelper_OnGetRowStrings, OutStrings) == 0x000000, "Member 'UGSSuperArmorDescCustomizationHelper_OnGetRowStrings::OutStrings' has a wrong offset!"); \ +static_assert(offsetof(UGSSuperArmorDescCustomizationHelper_OnGetRowStrings, OutRestrictedItems) == 0x000010, "Member 'UGSSuperArmorDescCustomizationHelper_OnGetRowStrings::OutRestrictedItems' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGSSuperArmorDescCustomizationHelper \ +static_assert(alignof(UUGSSuperArmorDescCustomizationHelper) == 0x000008, "Wrong alignment on UUGSSuperArmorDescCustomizationHelper"); \ +static_assert(sizeof(UUGSSuperArmorDescCustomizationHelper) == 0x000028, "Wrong size on UUGSSuperArmorDescCustomizationHelper"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_InBattleOnLineDS_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleOnLineDS_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleOnLineDS_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleOnLineDS_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleOnLineDS_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_InBattleOnLineDS_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleOnLineDS_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleOnLineDS_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_InBattleOnLineDS \ +static_assert(alignof(UBED_FSMNode_GI_Global_InBattleOnLineDS) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_InBattleOnLineDS"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_InBattleOnLineDS) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_InBattleOnLineDS"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_InBattleOnLineDS, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_InBattleOnLineDS::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_InBattleParty_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleParty_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleParty_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleParty_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleParty_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_InBattleParty_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleParty_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleParty_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_InBattleParty \ +static_assert(alignof(UBED_FSMNode_GI_Global_InBattleParty) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_InBattleParty"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_InBattleParty) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_InBattleParty"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_InBattleParty, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_InBattleParty::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_InBattleWaitingStartNewGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_InBattleWaitingStartNewGame \ +static_assert(alignof(UBED_FSMNode_GI_Global_InBattleWaitingStartNewGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_InBattleWaitingStartNewGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_InBattleWaitingStartNewGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_InBattleWaitingStartNewGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_InBattleWaitingStartNewGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_InBattleWaitingStartNewGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TigerWoodsConfig \ +static_assert(alignof(UBGWDataAsset_TigerWoodsConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TigerWoodsConfig"); \ +static_assert(sizeof(UBGWDataAsset_TigerWoodsConfig) == 0x000078, "Wrong size on UBGWDataAsset_TigerWoodsConfig"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, TWImpulseDataList) == 0x000030, "Member 'UBGWDataAsset_TigerWoodsConfig::TWImpulseDataList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, TWImpulseBlendCurve) == 0x000040, "Member 'UBGWDataAsset_TigerWoodsConfig::TWImpulseBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, TWForceDataList) == 0x000048, "Member 'UBGWDataAsset_TigerWoodsConfig::TWForceDataList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, TWForceBlendCurve) == 0x000058, "Member 'UBGWDataAsset_TigerWoodsConfig::TWForceBlendCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, PhysicsDistanceThreshold) == 0x000060, "Member 'UBGWDataAsset_TigerWoodsConfig::PhysicsDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, InterpolationDistanceThreshold) == 0x000064, "Member 'UBGWDataAsset_TigerWoodsConfig::InterpolationDistanceThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, LocationInterpolationSpeedCurve) == 0x000068, "Member 'UBGWDataAsset_TigerWoodsConfig::LocationInterpolationSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TigerWoodsConfig, RotationInterpolationSpeedCurve) == 0x000070, "Member 'UBGWDataAsset_TigerWoodsConfig::RotationInterpolationSpeedCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_MainMenu_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_MainMenu_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_MainMenu_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_MainMenu_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_MainMenu_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_MainMenu_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_MainMenu_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_MainMenu_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_MainMenu \ +static_assert(alignof(UBED_FSMNode_GI_Global_MainMenu) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_MainMenu"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_MainMenu) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_MainMenu"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_MainMenu, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_MainMenu::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_OpenMainMenuLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_OpenMainMenuLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_OpenMainMenuLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_OpenMainMenuLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_OpenMainMenuLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_OpenMainMenuLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_OpenMainMenuLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_OpenMainMenuLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_OpenMainMenuLevel \ +static_assert(alignof(UBED_FSMNode_GI_Global_OpenMainMenuLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_OpenMainMenuLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_OpenMainMenuLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_OpenMainMenuLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_OpenMainMenuLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_OpenMainMenuLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFakeMapPropertyDefine \ +static_assert(alignof(UFakeMapPropertyDefine) == 0x000008, "Wrong alignment on UFakeMapPropertyDefine"); \ +static_assert(sizeof(UFakeMapPropertyDefine) == 0x000118, "Wrong size on UFakeMapPropertyDefine"); \ +static_assert(offsetof(UFakeMapPropertyDefine, InTint) == 0x000028, "Member 'UFakeMapPropertyDefine::InTint' has a wrong offset!"); \ +static_assert(offsetof(UFakeMapPropertyDefine, IntFloat) == 0x000078, "Member 'UFakeMapPropertyDefine::IntFloat' has a wrong offset!"); \ +static_assert(offsetof(UFakeMapPropertyDefine, FloatFloat) == 0x0000C8, "Member 'UFakeMapPropertyDefine::FloatFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Global_BenchMark_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Global_BenchMark_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Global_BenchMark_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Global_BenchMark_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Global_BenchMark_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Global_BenchMark_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Global_BenchMark_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Global_BenchMark \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Global_BenchMark) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Global_BenchMark"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Global_BenchMark) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Global_BenchMark"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_Start \ +static_assert(alignof(UMovieNodeInstance_Start) == 0x000008, "Wrong alignment on UMovieNodeInstance_Start"); \ +static_assert(sizeof(UMovieNodeInstance_Start) == 0x000028, "Wrong size on UMovieNodeInstance_Start"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Global_WXLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Global_WXLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Global_WXLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Global_WXLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Global_WXLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Global_WXLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Global_WXLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Global_WXLogin \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Global_WXLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Global_WXLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Global_WXLogin) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Global_WXLogin"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_820DemoReSetGameData"); \ + +#define DUMPER7_ASSERTS_UBI_DropExpProgV2CS \ +static_assert(alignof(UBI_DropExpProgV2CS) == 0x000008, "Wrong alignment on UBI_DropExpProgV2CS"); \ +static_assert(sizeof(UBI_DropExpProgV2CS) == 0x0003D8, "Wrong size on UBI_DropExpProgV2CS"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_BackToMainMenu"); \ + +#define DUMPER7_ASSERTS_UBI_StickLevelProgCS \ +static_assert(alignof(UBI_StickLevelProgCS) == 0x000008, "Wrong alignment on UBI_StickLevelProgCS"); \ +static_assert(sizeof(UBI_StickLevelProgCS) == 0x0003D8, "Wrong size on UBI_StickLevelProgCS"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_CheckGSSdkServerConfig"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_HandleDisConnect"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_InitWXLogin"); \ + +#define DUMPER7_ASSERTS_UBAID_InitAI \ +static_assert(alignof(UBAID_InitAI) == 0x000008, "Wrong alignment on UBAID_InitAI"); \ +static_assert(sizeof(UBAID_InitAI) == 0x000098, "Wrong size on UBAID_InitAI"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_PartyRoomClient"); \ + +#define DUMPER7_ASSERTS_UBI_SimAbnormalStateAccBoxCS \ +static_assert(alignof(UBI_SimAbnormalStateAccBoxCS) == 0x000008, "Wrong alignment on UBI_SimAbnormalStateAccBoxCS"); \ +static_assert(sizeof(UBI_SimAbnormalStateAccBoxCS) == 0x0003D8, "Wrong size on UBI_SimAbnormalStateAccBoxCS"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_ReplayBattle"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayAMInAMing_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPlayAMInAMing_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPlayAMInAMing_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPlayAMInAMing_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPlayAMInAMing_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPlayAMInAMing_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayAMInAMing_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPlayAMInAMing_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPlayAMInAMing_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayAMInAMing_GSNotifyTickCS \ +static_assert(alignof(BANS_GSPlayAMInAMing_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSPlayAMInAMing_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSPlayAMInAMing_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSPlayAMInAMing_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSPlayAMInAMing_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayAMInAMing_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPlayAMInAMing_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSPlayAMInAMing_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayAMInAMing_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPlayAMInAMing_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPlayAMInAMing_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPlayAMInAMing_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPlayAMInAMing_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPlayAMInAMing_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayAMInAMing_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPlayAMInAMing \ +static_assert(alignof(UBANS_GSPlayAMInAMing) == 0x000008, "Wrong alignment on UBANS_GSPlayAMInAMing"); \ +static_assert(sizeof(UBANS_GSPlayAMInAMing) == 0x000058, "Wrong size on UBANS_GSPlayAMInAMing"); \ +static_assert(offsetof(UBANS_GSPlayAMInAMing, AnimMontage) == 0x000048, "Member 'UBANS_GSPlayAMInAMing::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPlayAMInAMing, BlendInTime) == 0x000050, "Member 'UBANS_GSPlayAMInAMing::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPlayAMInAMing, BlendOutTime) == 0x000054, "Member 'UBANS_GSPlayAMInAMing::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_ServerLogin"); \ + +#define DUMPER7_ASSERTS_UBAIS_WatchTimeTick \ +static_assert(alignof(UBAIS_WatchTimeTick) == 0x000008, "Wrong alignment on UBAIS_WatchTimeTick"); \ +static_assert(sizeof(UBAIS_WatchTimeTick) == 0x000098, "Wrong size on UBAIS_WatchTimeTick"); \ + +#define DUMPER7_ASSERTS_UBI_ProgBarCS \ +static_assert(alignof(UBI_ProgBarCS) == 0x000008, "Wrong alignment on UBI_ProgBarCS"); \ +static_assert(sizeof(UBI_ProgBarCS) == 0x0003D8, "Wrong size on UBI_ProgBarCS"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_SetConfigAndPrecompilePSO"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGame"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_StartNewGamePlus"); \ + +#define DUMPER7_ASSERTS_UUBGWTestTaskAnim \ +static_assert(alignof(UUBGWTestTaskAnim) == 0x000008, "Wrong alignment on UUBGWTestTaskAnim"); \ +static_assert(sizeof(UUBGWTestTaskAnim) == 0x000060, "Wrong size on UUBGWTestTaskAnim"); \ +static_assert(offsetof(UUBGWTestTaskAnim, MontageTestList) == 0x000030, "Member 'UUBGWTestTaskAnim::MontageTestList' has a wrong offset!"); \ +static_assert(offsetof(UUBGWTestTaskAnim, MontageTestListWithDesc) == 0x000040, "Member 'UUBGWTestTaskAnim::MontageTestListWithDesc' has a wrong offset!"); \ +static_assert(offsetof(UUBGWTestTaskAnim, SeqTestList) == 0x000050, "Member 'UUBGWTestTaskAnim::SeqTestList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_Teleport_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_Teleport_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_Teleport_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_Teleport_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_Teleport_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_Teleport_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_Teleport_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_Teleport \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_Teleport) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_Teleport"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_Teleport) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_Teleport"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletClient"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletDedicateServer"); \ + +#define DUMPER7_ASSERTS_UAttentionFeatureBase \ +static_assert(alignof(UAttentionFeatureBase) == 0x000008, "Wrong alignment on UAttentionFeatureBase"); \ +static_assert(sizeof(UAttentionFeatureBase) == 0x000030, "Wrong size on UAttentionFeatureBase"); \ +static_assert(offsetof(UAttentionFeatureBase, FeatureType) == 0x000028, "Member 'UAttentionFeatureBase::FeatureType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAFStandInSkillArea \ +static_assert(alignof(UAFStandInSkillArea) == 0x000008, "Wrong alignment on UAFStandInSkillArea"); \ +static_assert(sizeof(UAFStandInSkillArea) == 0x000030, "Wrong size on UAFStandInSkillArea"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer \ +static_assert(alignof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Global_SubG_GI_Loading_ToiletListenServer"); \ + +#define DUMPER7_ASSERTS_UBADirectionMove \ +static_assert(alignof(UBADirectionMove) == 0x000008, "Wrong alignment on UBADirectionMove"); \ +static_assert(sizeof(UBADirectionMove) == 0x000048, "Wrong size on UBADirectionMove"); \ +static_assert(offsetof(UBADirectionMove, ReqMoveToLoc) == 0x000040, "Member 'UBADirectionMove::ReqMoveToLoc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_WaitGameStart_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_WaitGameStart_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_WaitGameStart_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_WaitGameStart_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_WaitGameStart_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_WaitGameStart_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WaitGameStart_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_WaitGameStart_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_WaitGameStart \ +static_assert(alignof(UBED_FSMNode_GI_Global_WaitGameStart) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_WaitGameStart"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_WaitGameStart) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_WaitGameStart"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_WaitGameStart, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_WaitGameStart::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_WaittingSelectLevel820Demo_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_WaittingSelectLevel820Demo \ +static_assert(alignof(UBED_FSMNode_GI_Global_WaittingSelectLevel820Demo) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_WaittingSelectLevel820Demo"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_WaittingSelectLevel820Demo) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_WaittingSelectLevel820Demo"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_WaittingSelectLevel820Demo, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_WaittingSelectLevel820Demo::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PostProcessMatSetting \ +static_assert(alignof(UBGWDataAsset_PostProcessMatSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_PostProcessMatSetting"); \ +static_assert(sizeof(UBGWDataAsset_PostProcessMatSetting) == 0x000060, "Wrong size on UBGWDataAsset_PostProcessMatSetting"); \ +static_assert(offsetof(UBGWDataAsset_PostProcessMatSetting, PostProcessMatInstances) == 0x000030, "Member 'UBGWDataAsset_PostProcessMatSetting::PostProcessMatInstances' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PostProcessMatSetting, PostProcessMatParams) == 0x000040, "Member 'UBGWDataAsset_PostProcessMatSetting::PostProcessMatParams' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PostProcessMatSetting, Weights) == 0x000050, "Member 'UBGWDataAsset_PostProcessMatSetting::Weights' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Global_WXLogin_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Global_WXLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Global_WXLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Global_WXLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Global_WXLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Global_WXLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Global_WXLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Global_WXLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Global_WXLogin \ +static_assert(alignof(UBED_FSMNode_GI_Global_WXLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Global_WXLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Global_WXLogin) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Global_WXLogin"); \ +static_assert(offsetof(UBED_FSMNode_GI_Global_WXLogin, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Global_WXLogin::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCatchAndThrow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCatchAndThrow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCatchAndThrow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCatchAndThrow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCatchAndThrow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCatchAndThrow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCatchAndThrow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCatchAndThrow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCatchAndThrow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCatchAndThrow_GSNotifyTickCS \ +static_assert(alignof(BANS_GSCatchAndThrow_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSCatchAndThrow_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSCatchAndThrow_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSCatchAndThrow_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSCatchAndThrow_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSCatchAndThrow_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCatchAndThrow_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSCatchAndThrow_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCatchAndThrow_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCatchAndThrow_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCatchAndThrow_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCatchAndThrow_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCatchAndThrow_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCatchAndThrow_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCatchAndThrow_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCatchAndThrow \ +static_assert(alignof(UBANS_GSCatchAndThrow) == 0x000008, "Wrong alignment on UBANS_GSCatchAndThrow"); \ +static_assert(sizeof(UBANS_GSCatchAndThrow) == 0x000068, "Wrong size on UBANS_GSCatchAndThrow"); \ +static_assert(offsetof(UBANS_GSCatchAndThrow, CatchSocketName) == 0x000048, "Member 'UBANS_GSCatchAndThrow::CatchSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCatchAndThrow, VictimDuringCatchMontage) == 0x000050, "Member 'UBANS_GSCatchAndThrow::VictimDuringCatchMontage' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCatchAndThrow, VictimBeThrownMontage) == 0x000058, "Member 'UBANS_GSCatchAndThrow::VictimBeThrownMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_LoadingAnyState_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_LoadingAnyState \ +static_assert(alignof(UBED_FSMNode_GI_LoadingAnyState) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_LoadingAnyState"); \ +static_assert(sizeof(UBED_FSMNode_GI_LoadingAnyState) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_LoadingAnyState"); \ +static_assert(offsetof(UBED_FSMNode_GI_LoadingAnyState, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_LoadingAnyState::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIPointTestInfo \ +static_assert(alignof(UAIPointTestInfo) == 0x000008, "Wrong alignment on UAIPointTestInfo"); \ +static_assert(sizeof(UAIPointTestInfo) == 0x000060, "Wrong size on UAIPointTestInfo"); \ +static_assert(offsetof(UAIPointTestInfo, RingPointGenerate) == 0x000028, "Member 'UAIPointTestInfo::RingPointGenerate' has a wrong offset!"); \ +static_assert(offsetof(UAIPointTestInfo, PointTestList) == 0x000038, "Member 'UAIPointTestInfo::PointTestList' has a wrong offset!"); \ +static_assert(offsetof(UAIPointTestInfo, CheckAngleTestList) == 0x000048, "Member 'UAIPointTestInfo::CheckAngleTestList' has a wrong offset!"); \ +static_assert(offsetof(UAIPointTestInfo, DistanceTest) == 0x000058, "Member 'UAIPointTestInfo::DistanceTest' has a wrong offset!"); \ +static_assert(offsetof(UAIPointTestInfo, PointGenBaseType) == 0x00005A, "Member 'UAIPointTestInfo::PointGenBaseType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_CloseLoadingScreen_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CloseLoadingScreen_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_CloseLoadingScreen_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CloseLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CloseLoadingScreen_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_CloseLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CloseLoadingScreen_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CloseLoadingScreen_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_CloseLoadingScreen \ +static_assert(alignof(UBED_FSMNode_GI_Loading_CloseLoadingScreen) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_CloseLoadingScreen"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_CloseLoadingScreen) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_CloseLoadingScreen"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_CloseLoadingScreen, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_CloseLoadingScreen::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_CreateNewRoleData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_CreateNewRoleData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_CreateNewRoleData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_CreateNewRoleData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_CreateNewRoleData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_CreateNewRoleData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_CreateNewRoleData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_CreateNewRoleData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_CreateNewRoleData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_CreateNewRoleData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_CreateNewRoleData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_CreateNewRoleData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_CreateNewRoleData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_CreateNewRoleData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_CreateNewRoleData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ECSWorldBeginPlay_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ECSWorldBeginPlay_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ECSWorldBeginPlay_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ECSWorldBeginPlay_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ECSWorldBeginPlay_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ECSWorldBeginPlay_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ECSWorldBeginPlay_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ECSWorldBeginPlay_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ECSWorldBeginPlay \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ECSWorldBeginPlay) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ECSWorldBeginPlay"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ECSWorldBeginPlay) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ECSWorldBeginPlay"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ECSWorldBeginPlay, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ECSWorldBeginPlay::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ECSWorldReset_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ECSWorldReset_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ECSWorldReset_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ECSWorldReset_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ECSWorldReset_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ECSWorldReset_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ECSWorldReset_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ECSWorldReset_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ECSWorldReset \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ECSWorldReset) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ECSWorldReset"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ECSWorldReset) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ECSWorldReset"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ECSWorldReset, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ECSWorldReset::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_EngineHandleDisconnect_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_EngineHandleDisconnect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_EngineHandleDisconnect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_EngineHandleDisconnect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_EngineHandleDisconnect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_EngineHandleDisconnect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_EngineHandleDisconnect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_EngineHandleDisconnect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_EngineHandleDisconnect \ +static_assert(alignof(UBED_FSMNode_GI_Loading_EngineHandleDisconnect) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_EngineHandleDisconnect"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_EngineHandleDisconnect) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_EngineHandleDisconnect"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_EngineHandleDisconnect, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_EngineHandleDisconnect::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWFollowPartnerConfigDataAsset \ +static_assert(alignof(UBGWFollowPartnerConfigDataAsset) == 0x000008, "Wrong alignment on UBGWFollowPartnerConfigDataAsset"); \ +static_assert(sizeof(UBGWFollowPartnerConfigDataAsset) == 0x000040, "Wrong size on UBGWFollowPartnerConfigDataAsset"); \ +static_assert(offsetof(UBGWFollowPartnerConfigDataAsset, SeqShowingFinishMoveEQSTemplate) == 0x000030, "Member 'UBGWFollowPartnerConfigDataAsset::SeqShowingFinishMoveEQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGWFollowPartnerConfigDataAsset, HiddenSelfDBC) == 0x000038, "Member 'UBGWFollowPartnerConfigDataAsset::HiddenSelfDBC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_FillLoginRoleData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FillLoginRoleData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_FillLoginRoleData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FillLoginRoleData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FillLoginRoleData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_FillLoginRoleData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FillLoginRoleData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FillLoginRoleData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_FillLoginRoleData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_FillLoginRoleData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_FillLoginRoleData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_FillLoginRoleData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_FillLoginRoleData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_FillLoginRoleData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_FillLoginRoleData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_FirstStartGameSettings_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_FirstStartGameSettings_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_FirstStartGameSettings_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_FirstStartGameSettings_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_FirstStartGameSettings_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_FirstStartGameSettings_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_FirstStartGameSettings_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_FirstStartGameSettings_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_FirstStartGameSettings \ +static_assert(alignof(UBED_FSMNode_GI_Loading_FirstStartGameSettings) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_FirstStartGameSettings"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_FirstStartGameSettings) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_FirstStartGameSettings"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_FirstStartGameSettings, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_FirstStartGameSettings::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGBtlOnBattleDestroy::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGEnterBattleLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGEnterBattleLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGEnterBattleLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGEnterBattleLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGEnterBattleLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGEnterBattleLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGEnterBattleLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGEnterBattleLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGEnterBattleLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGEnterBattleLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGEnterBattleLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGEnterBattleLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGEnterBattleLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGEnterBattleLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGEnterBattleLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWCustomLightConfigDataAsset \ +static_assert(alignof(UBGWCustomLightConfigDataAsset) == 0x000008, "Wrong alignment on UBGWCustomLightConfigDataAsset"); \ +static_assert(sizeof(UBGWCustomLightConfigDataAsset) == 0x000040, "Wrong size on UBGWCustomLightConfigDataAsset"); \ +static_assert(offsetof(UBGWCustomLightConfigDataAsset, MapCustsomLightConfigs) == 0x000030, "Member 'UBGWCustomLightConfigDataAsset::MapCustsomLightConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TriggerBoxDataComp \ +static_assert(alignof(UBUS_TriggerBoxDataComp) == 0x000008, "Wrong alignment on UBUS_TriggerBoxDataComp"); \ +static_assert(sizeof(UBUS_TriggerBoxDataComp) == 0x0000D0, "Wrong size on UBUS_TriggerBoxDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_AudioTriggerDataComp \ +static_assert(alignof(UBUS_AudioTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_AudioTriggerDataComp"); \ +static_assert(sizeof(UBUS_AudioTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_AudioTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGExitLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGExitLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGExitLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGExitLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGExitLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGExitLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGExitLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGExitLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGExitLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGExitLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGExitLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGExitLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGExitLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGExitLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGExitLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGOnBattleStart_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGOnBattleStart_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGOnBattleStart_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGOnBattleStart_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGOnBattleStart_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGOnBattleStart_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGOnBattleStart_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGOnBattleStart_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGOnBattleStart \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGOnBattleStart) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGOnBattleStart"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGOnBattleStart) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGOnBattleStart"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGOnBattleStart, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGOnBattleStart::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGRecoverMuseum_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGRecoverMuseum_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGRecoverMuseum_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGRecoverMuseum_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGRecoverMuseum_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGRecoverMuseum_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGRecoverMuseum_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGRecoverMuseum_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGRecoverMuseum \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGRecoverMuseum) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGRecoverMuseum"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGRecoverMuseum) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGRecoverMuseum"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGRecoverMuseum, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGRecoverMuseum::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DroppedItemManagerDataComp \ +static_assert(alignof(UBUS_DroppedItemManagerDataComp) == 0x000008, "Wrong alignment on UBUS_DroppedItemManagerDataComp"); \ +static_assert(sizeof(UBUS_DroppedItemManagerDataComp) == 0x0000D0, "Wrong size on UBUS_DroppedItemManagerDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGShowBattleUI_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGShowBattleUI_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGShowBattleUI_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGShowBattleUI_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGShowBattleUI_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGShowBattleUI_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowBattleUI_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGShowBattleUI_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGShowBattleUI \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGShowBattleUI) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGShowBattleUI"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGShowBattleUI) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGShowBattleUI"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGShowBattleUI, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGShowBattleUI::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_GSGShowWXlogin_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_GSGShowWXlogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_GSGShowWXlogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_GSGShowWXlogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_GSGShowWXlogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_GSGShowWXlogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_GSGShowWXlogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_GSGShowWXlogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_GSGShowWXlogin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_GSGShowWXlogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_GSGShowWXlogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_GSGShowWXlogin) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_GSGShowWXlogin"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_GSGShowWXlogin, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_GSGShowWXlogin::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_InitClientPlayerContainer_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitClientPlayerContainer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitClientPlayerContainer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitClientPlayerContainer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitClientPlayerContainer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_InitClientPlayerContainer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitClientPlayerContainer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitClientPlayerContainer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_InitClientPlayerContainer \ +static_assert(alignof(UBED_FSMNode_GI_Loading_InitClientPlayerContainer) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_InitClientPlayerContainer"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_InitClientPlayerContainer) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_InitClientPlayerContainer"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_InitClientPlayerContainer, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_InitClientPlayerContainer::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_InitLocalPlayerContainer_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitLocalPlayerContainer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitLocalPlayerContainer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitLocalPlayerContainer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitLocalPlayerContainer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_InitLocalPlayerContainer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitLocalPlayerContainer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitLocalPlayerContainer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_InitLocalPlayerContainer \ +static_assert(alignof(UBED_FSMNode_GI_Loading_InitLocalPlayerContainer) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_InitLocalPlayerContainer"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_InitLocalPlayerContainer) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_InitLocalPlayerContainer"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_InitLocalPlayerContainer, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_InitLocalPlayerContainer::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_InitNewArchiveData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_InitNewArchiveData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_InitNewArchiveData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_InitNewArchiveData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_InitNewArchiveData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_InitNewArchiveData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_InitNewArchiveData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_InitNewArchiveData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_InitNewArchiveData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_InitNewArchiveData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_InitNewArchiveData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_InitNewArchiveData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_InitNewArchiveData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_InitNewArchiveData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_InitNewArchiveData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_AIComp_OnTargetPerceptionUpdated \ +static_assert(alignof(BUS_AIComp_OnTargetPerceptionUpdated) == 0x000008, "Wrong alignment on BUS_AIComp_OnTargetPerceptionUpdated"); \ +static_assert(sizeof(BUS_AIComp_OnTargetPerceptionUpdated) == 0x000060, "Wrong size on BUS_AIComp_OnTargetPerceptionUpdated"); \ +static_assert(offsetof(BUS_AIComp_OnTargetPerceptionUpdated, Target) == 0x000000, "Member 'BUS_AIComp_OnTargetPerceptionUpdated::Target' has a wrong offset!"); \ +static_assert(offsetof(BUS_AIComp_OnTargetPerceptionUpdated, Stimulus) == 0x000008, "Member 'BUS_AIComp_OnTargetPerceptionUpdated::Stimulus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AIComp \ +static_assert(alignof(UBUS_AIComp) == 0x000008, "Wrong alignment on UBUS_AIComp"); \ +static_assert(sizeof(UBUS_AIComp) == 0x000030, "Wrong size on UBUS_AIComp"); \ +static_assert(offsetof(UBUS_AIComp, PerceptionComp) == 0x000028, "Member 'UBUS_AIComp::PerceptionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UpdraftComp_OnActorLeave \ +static_assert(alignof(BUS_UpdraftComp_OnActorLeave) == 0x000008, "Wrong alignment on BUS_UpdraftComp_OnActorLeave"); \ +static_assert(sizeof(BUS_UpdraftComp_OnActorLeave) == 0x000020, "Wrong size on BUS_UpdraftComp_OnActorLeave"); \ +static_assert(offsetof(BUS_UpdraftComp_OnActorLeave, OverlappedComponent) == 0x000000, "Member 'BUS_UpdraftComp_OnActorLeave::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_UpdraftComp_OnActorLeave, OtherActor) == 0x000008, "Member 'BUS_UpdraftComp_OnActorLeave::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_UpdraftComp_OnActorLeave, OtherComp) == 0x000010, "Member 'BUS_UpdraftComp_OnActorLeave::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_UpdraftComp_OnActorLeave, OtherBodyIndex) == 0x000018, "Member 'BUS_UpdraftComp_OnActorLeave::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_UpdraftComp_OnActorEnter \ +static_assert(alignof(BUS_UpdraftComp_OnActorEnter) == 0x000008, "Wrong alignment on BUS_UpdraftComp_OnActorEnter"); \ +static_assert(sizeof(BUS_UpdraftComp_OnActorEnter) == 0x000010, "Wrong size on BUS_UpdraftComp_OnActorEnter"); \ +static_assert(offsetof(BUS_UpdraftComp_OnActorEnter, OverlappedActor) == 0x000000, "Member 'BUS_UpdraftComp_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_UpdraftComp_OnActorEnter, OtherActor) == 0x000008, "Member 'BUS_UpdraftComp_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_UpdraftComp \ +static_assert(alignof(UBUS_UpdraftComp) == 0x000008, "Wrong alignment on UBUS_UpdraftComp"); \ +static_assert(sizeof(UBUS_UpdraftComp) == 0x000028, "Wrong size on UBUS_UpdraftComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadChapterViewLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadChapterViewLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadChapterViewLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadChapterViewLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadChapterViewLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadChapterViewLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadChapterViewLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadChapterViewLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadChapterViewLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadChapterViewLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadChapterViewLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadChapterViewLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoadChapterViewLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadChapterViewLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadChapterViewLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadCharacterViewLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadCharacterViewLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadCharacterViewLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadCharacterViewLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadCharacterViewLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadCharacterViewLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadCharacterViewLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadCharacterViewLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadCharacterViewLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadCharacterViewLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadCharacterViewLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadCharacterViewLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoadCharacterViewLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadCharacterViewLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadCharacterViewLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadCommLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadCommLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadCommLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadCommLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadCommLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadCommLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadCommLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadCommLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadCommLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadCommLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadCommLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadCommLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoadCommLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadCommLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadCommLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIBeginFadeAway_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadingUIBeginFadeAway \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadingUIBeginFadeAway) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadingUIBeginFadeAway"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadingUIBeginFadeAway) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoadingUIBeginFadeAway"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadingUIBeginFadeAway, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadingUIBeginFadeAway::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPerformerActorCS_OnConstructionCS \ +static_assert(alignof(BGUPerformerActorCS_OnConstructionCS) == 0x000010, "Wrong alignment on BGUPerformerActorCS_OnConstructionCS"); \ +static_assert(sizeof(BGUPerformerActorCS_OnConstructionCS) == 0x000060, "Wrong size on BGUPerformerActorCS_OnConstructionCS"); \ +static_assert(offsetof(BGUPerformerActorCS_OnConstructionCS, Transform) == 0x000000, "Member 'BGUPerformerActorCS_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPerformerActorCS_EquipFinish \ +static_assert(alignof(BGUPerformerActorCS_EquipFinish) == 0x000004, "Wrong alignment on BGUPerformerActorCS_EquipFinish"); \ +static_assert(sizeof(BGUPerformerActorCS_EquipFinish) == 0x000004, "Wrong size on BGUPerformerActorCS_EquipFinish"); \ +static_assert(offsetof(BGUPerformerActorCS_EquipFinish, EquipId) == 0x000000, "Member 'BGUPerformerActorCS_EquipFinish::EquipId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPerformerActorCS_GetActorGuidCS \ +static_assert(alignof(BGUPerformerActorCS_GetActorGuidCS) == 0x000008, "Wrong alignment on BGUPerformerActorCS_GetActorGuidCS"); \ +static_assert(sizeof(BGUPerformerActorCS_GetActorGuidCS) == 0x000018, "Wrong size on BGUPerformerActorCS_GetActorGuidCS"); \ +static_assert(offsetof(BGUPerformerActorCS_GetActorGuidCS, OutActorGuid) == 0x000000, "Member 'BGUPerformerActorCS_GetActorGuidCS::OutActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPerformerActorCS \ +static_assert(alignof(ABGUPerformerActorCS) == 0x000008, "Wrong alignment on ABGUPerformerActorCS"); \ +static_assert(sizeof(ABGUPerformerActorCS) == 0x000340, "Wrong size on ABGUPerformerActorCS"); \ +static_assert(offsetof(ABGUPerformerActorCS, DataComp) == 0x000300, "Member 'ABGUPerformerActorCS::DataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPerformerActorCS, ActorCompContainerCS) == 0x000308, "Member 'ABGUPerformerActorCS::ActorCompContainerCS' has a wrong offset!"); \ +static_assert(offsetof(ABGUPerformerActorCS, GuidComp) == 0x000310, "Member 'ABGUPerformerActorCS::GuidComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPerformerActorCS, ActorConfigInfoComp) == 0x000318, "Member 'ABGUPerformerActorCS::ActorConfigInfoComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPerformerActorCS, AudioEditComp) == 0x000320, "Member 'ABGUPerformerActorCS::AudioEditComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPerformerActorCS, CharacterModularComp) == 0x000328, "Member 'ABGUPerformerActorCS::CharacterModularComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPerformerActorCS, ConfigInfoComp) == 0x000330, "Member 'ABGUPerformerActorCS::ConfigInfoComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadingUIFadeAway_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIFadeAway_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIFadeAway_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIFadeAway_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIFadeAway_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIFadeAway_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIFadeAway_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIFadeAway_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadingUIFadeAway \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadingUIFadeAway) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadingUIFadeAway"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadingUIFadeAway) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoadingUIFadeAway"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadingUIFadeAway, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadingUIFadeAway::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadingUIFadeIn_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIFadeIn_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIFadeIn_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIFadeIn_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIFadeIn_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIFadeIn_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIFadeIn_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIFadeIn_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadingUIFadeIn \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadingUIFadeIn) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadingUIFadeIn"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadingUIFadeIn) == 0x0002B8, "Wrong size on UBED_FSMNode_GI_Loading_LoadingUIFadeIn"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadingUIFadeIn, WaitTick) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadingUIFadeIn::WaitTick' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadingUIFadeIn, Reason) == 0x0002A4, "Member 'UBED_FSMNode_GI_Loading_LoadingUIFadeIn::Reason' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadingUIFadeIn, AcceptEvents) == 0x0002A8, "Member 'UBED_FSMNode_GI_Loading_LoadingUIFadeIn::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoadingUIWaitUserInput_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoadingUIWaitUserInput \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoadingUIWaitUserInput) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoadingUIWaitUserInput"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoadingUIWaitUserInput) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoadingUIWaitUserInput"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoadingUIWaitUserInput, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoadingUIWaitUserInput::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralEnvInteractionDataComp \ +static_assert(alignof(UBUS_ProceduralEnvInteractionDataComp) == 0x000008, "Wrong alignment on UBUS_ProceduralEnvInteractionDataComp"); \ +static_assert(sizeof(UBUS_ProceduralEnvInteractionDataComp) == 0x0000D0, "Wrong size on UBUS_ProceduralEnvInteractionDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LockSaveArchiveByTravelLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_LoginByRoleData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_LoginByRoleData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_LoginByRoleData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_LoginByRoleData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_LoginByRoleData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_LoginByRoleData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_LoginByRoleData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_LoginByRoleData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_LoginByRoleData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_LoginByRoleData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_LoginByRoleData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_LoginByRoleData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_LoginByRoleData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_LoginByRoleData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_LoginByRoleData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_MarkFirstStartGameFlag_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_MarkFirstStartGameFlag \ +static_assert(alignof(UBED_FSMNode_GI_Loading_MarkFirstStartGameFlag) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_MarkFirstStartGameFlag"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_MarkFirstStartGameFlag) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_MarkFirstStartGameFlag"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_MarkFirstStartGameFlag, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_MarkFirstStartGameFlag::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_CollectiontDataComp \ +static_assert(alignof(UBUS_CollectiontDataComp) == 0x000008, "Wrong alignment on UBUS_CollectiontDataComp"); \ +static_assert(sizeof(UBUS_CollectiontDataComp) == 0x0000D0, "Wrong size on UBUS_CollectiontDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_MarkNewGameplusReady_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_MarkNewGameplusReady_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_MarkNewGameplusReady_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_MarkNewGameplusReady_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_MarkNewGameplusReady_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_MarkNewGameplusReady_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_MarkNewGameplusReady_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_MarkNewGameplusReady_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_MarkNewGameplusReady \ +static_assert(alignof(UBED_FSMNode_GI_Loading_MarkNewGameplusReady) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_MarkNewGameplusReady"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_MarkNewGameplusReady) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_MarkNewGameplusReady"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_MarkNewGameplusReady, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_MarkNewGameplusReady::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_NetConectionFailurePreprocess_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_NetConectionFailurePreprocess \ +static_assert(alignof(UBED_FSMNode_GI_Loading_NetConectionFailurePreprocess) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_NetConectionFailurePreprocess"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_NetConectionFailurePreprocess) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_NetConectionFailurePreprocess"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_NetConectionFailurePreprocess, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_NetConectionFailurePreprocess::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_NextChapterReqAndArchive_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_NextChapterReqAndArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_NextChapterReqAndArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_NextChapterReqAndArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_NextChapterReqAndArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_NextChapterReqAndArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_NextChapterReqAndArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_NextChapterReqAndArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_NextChapterReqAndArchive \ +static_assert(alignof(UBED_FSMNode_GI_Loading_NextChapterReqAndArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_NextChapterReqAndArchive"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_NextChapterReqAndArchive) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_NextChapterReqAndArchive"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_NextChapterReqAndArchive, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_NextChapterReqAndArchive::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_OpenLevelByIdInContext_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelByIdInContext_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelByIdInContext_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelByIdInContext_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelByIdInContext_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelByIdInContext_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelByIdInContext_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelByIdInContext_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_OpenLevelByIdInContext \ +static_assert(alignof(UBED_FSMNode_GI_Loading_OpenLevelByIdInContext) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_OpenLevelByIdInContext"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_OpenLevelByIdInContext) == 0x0002C0, "Wrong size on UBED_FSMNode_GI_Loading_OpenLevelByIdInContext"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLevelByIdInContext, ContextOptions) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_OpenLevelByIdInContext::ContextOptions' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLevelByIdInContext, AcceptEvents) == 0x0002B0, "Member 'UBED_FSMNode_GI_Loading_OpenLevelByIdInContext::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GroupAIAreaDataComp \ +static_assert(alignof(UBUS_GroupAIAreaDataComp) == 0x000008, "Wrong alignment on UBUS_GroupAIAreaDataComp"); \ +static_assert(sizeof(UBUS_GroupAIAreaDataComp) == 0x0000D0, "Wrong size on UBUS_GroupAIAreaDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_OpenLevelByName_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelByName_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelByName_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelByName_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelByName_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelByName_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelByName_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelByName_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_OpenLevelByName \ +static_assert(alignof(UBED_FSMNode_GI_Loading_OpenLevelByName) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_OpenLevelByName"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_OpenLevelByName) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_OpenLevelByName"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLevelByName, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_OpenLevelByName::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_OpenLevelStartUp_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLevelStartUp_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLevelStartUp_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLevelStartUp_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLevelStartUp_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_OpenLevelStartUp_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLevelStartUp_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLevelStartUp_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_OpenLevelStartUp \ +static_assert(alignof(UBED_FSMNode_GI_Loading_OpenLevelStartUp) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_OpenLevelStartUp"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_OpenLevelStartUp) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_OpenLevelStartUp"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLevelStartUp, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_OpenLevelStartUp::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_OpenLoadingScreen_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_OpenLoadingScreen_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_OpenLoadingScreen_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_OpenLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_OpenLoadingScreen_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_OpenLoadingScreen_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_OpenLoadingScreen_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_OpenLoadingScreen_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_OpenLoadingScreen \ +static_assert(alignof(UBED_FSMNode_GI_Loading_OpenLoadingScreen) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_OpenLoadingScreen"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_OpenLoadingScreen) == 0x0002B8, "Wrong size on UBED_FSMNode_GI_Loading_OpenLoadingScreen"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLoadingScreen, WaitTick) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_OpenLoadingScreen::WaitTick' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLoadingScreen, Reason) == 0x0002A4, "Member 'UBED_FSMNode_GI_Loading_OpenLoadingScreen::Reason' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_OpenLoadingScreen, AcceptEvents) == 0x0002A8, "Member 'UBED_FSMNode_GI_Loading_OpenLoadingScreen::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PauseGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PauseGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PauseGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PauseGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PauseGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PauseGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PauseGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PauseGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PauseGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PauseGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PauseGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PauseGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PauseGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PauseGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PauseGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PausePsoCachePrecompile_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PausePsoCachePrecompile_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PausePsoCachePrecompile_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PausePsoCachePrecompile_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PausePsoCachePrecompile_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PausePsoCachePrecompile_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PausePsoCachePrecompile_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PausePsoCachePrecompile_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PausePsoCachePrecompile \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PausePsoCachePrecompile) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PausePsoCachePrecompile"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PausePsoCachePrecompile) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PausePsoCachePrecompile"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PausePsoCachePrecompile, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PausePsoCachePrecompile::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PlayerTeleportToTemplatetargetPos::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TriggerProcessControlComp \ +static_assert(alignof(UBUS_TriggerProcessControlComp) == 0x000008, "Wrong alignment on UBUS_TriggerProcessControlComp"); \ +static_assert(sizeof(UBUS_TriggerProcessControlComp) == 0x0000E8, "Wrong size on UBUS_TriggerProcessControlComp"); \ +static_assert(offsetof(UBUS_TriggerProcessControlComp, AttachedTriggerObjs) == 0x0000C8, "Member 'UBUS_TriggerProcessControlComp::AttachedTriggerObjs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TriggerProcessControlComp, NeedActivateObjs) == 0x0000D8, "Member 'UBUS_TriggerProcessControlComp::NeedActivateObjs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PostLogin_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PostLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PostLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PostLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PostLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PostLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PostLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PostLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PostLogin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PostLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PostLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PostLogin) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PostLogin"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PostLogin, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PostLogin::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMatchingTransform_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMatchingTransform_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMatchingTransform_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMatchingTransform_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMatchingTransform_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMatchingTransform_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMatchingTransform_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMatchingTransform_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMatchingTransform_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMatchingTransform_GSNotifyEndCS \ +static_assert(alignof(BANS_GSMatchingTransform_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSMatchingTransform_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSMatchingTransform_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSMatchingTransform_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSMatchingTransform_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSMatchingTransform_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMatchingTransform \ +static_assert(alignof(UBANS_GSMatchingTransform) == 0x000010, "Wrong alignment on UBANS_GSMatchingTransform"); \ +static_assert(sizeof(UBANS_GSMatchingTransform) == 0x0000F0, "Wrong size on UBANS_GSMatchingTransform"); \ +static_assert(offsetof(UBANS_GSMatchingTransform, SceneActorTags) == 0x000050, "Member 'UBANS_GSMatchingTransform::SceneActorTags' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMatchingTransform, MinDistance) == 0x000060, "Member 'UBANS_GSMatchingTransform::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMatchingTransform, MaxDistance) == 0x000064, "Member 'UBANS_GSMatchingTransform::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMatchingTransform, FindSceneItemWay) == 0x000068, "Member 'UBANS_GSMatchingTransform::FindSceneItemWay' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMatchingTransform, Angle) == 0x00006C, "Member 'UBANS_GSMatchingTransform::Angle' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMatchingTransform, ExtraTransform) == 0x000080, "Member 'UBANS_GSMatchingTransform::ExtraTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_PreLogin_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_PreLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_PreLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_PreLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_PreLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_PreLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_PreLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_PreLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_PreLogin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_PreLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_PreLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_PreLogin) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_PreLogin"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_PreLogin, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_PreLogin::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_QuitGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_QuitGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_QuitGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_QuitGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_QuitGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_QuitGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_QuitGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_QuitGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_QuitGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_QuitGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_QuitGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_QuitGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_QuitGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_QuitGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_QuitGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ReadLatestArchive_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ReadLatestArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ReadLatestArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ReadLatestArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ReadLatestArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ReadLatestArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ReadLatestArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ReadLatestArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ReadLatestArchive \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ReadLatestArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ReadLatestArchive"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ReadLatestArchive) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ReadLatestArchive"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ReadLatestArchive, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ReadLatestArchive::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ReleaseSaveArchiveByTravelLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckFSMStateActive_Custom \ +static_assert(alignof(UBAID_CheckFSMStateActive_Custom) == 0x000008, "Wrong alignment on UBAID_CheckFSMStateActive_Custom"); \ +static_assert(sizeof(UBAID_CheckFSMStateActive_Custom) == 0x000098, "Wrong size on UBAID_CheckFSMStateActive_Custom"); \ +static_assert(offsetof(UBAID_CheckFSMStateActive_Custom, FSMStateTag) == 0x000090, "Member 'UBAID_CheckFSMStateActive_Custom::FSMStateTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestFadeAway_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestFadeAway_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestFadeAway_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestFadeAway_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestFadeAway_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestFadeAway_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestFadeAway_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestFadeAway_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestFadeAway \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestFadeAway) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestFadeAway"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestFadeAway) == 0x0002B8, "Wrong size on UBED_FSMNode_GI_Loading_RequestFadeAway"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestFadeAway, WaitSecond) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestFadeAway::WaitSecond' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestFadeAway, AcceptEvents) == 0x0002A8, "Member 'UBED_FSMNode_GI_Loading_RequestFadeAway::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchMovementMode_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSwitchMovementMode_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSwitchMovementMode_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSwitchMovementMode_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSwitchMovementMode_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSwitchMovementMode_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchMovementMode_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSwitchMovementMode_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSwitchMovementMode_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchMovementMode_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSwitchMovementMode_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSwitchMovementMode_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSwitchMovementMode_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSwitchMovementMode_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSwitchMovementMode_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchMovementMode_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSwitchMovementMode \ +static_assert(alignof(UBANS_GSSwitchMovementMode) == 0x000008, "Wrong alignment on UBANS_GSSwitchMovementMode"); \ +static_assert(sizeof(UBANS_GSSwitchMovementMode) == 0x000050, "Wrong size on UBANS_GSSwitchMovementMode"); \ +static_assert(offsetof(UBANS_GSSwitchMovementMode, MovementMode) == 0x000048, "Member 'UBANS_GSSwitchMovementMode::MovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplateCreateArchiveData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUUnitTeamMngActor \ +static_assert(alignof(ABGUUnitTeamMngActor) == 0x000008, "Wrong alignment on ABGUUnitTeamMngActor"); \ +static_assert(sizeof(ABGUUnitTeamMngActor) == 0x000310, "Wrong size on ABGUUnitTeamMngActor"); \ +static_assert(offsetof(ABGUUnitTeamMngActor, UnitTeamMngConfigComp) == 0x000308, "Member 'ABGUUnitTeamMngActor::UnitTeamMngConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCurveValueToMesh_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetCurveValueToMesh_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetCurveValueToMesh_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetCurveValueToMesh_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetCurveValueToMesh_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetCurveValueToMesh_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCurveValueToMesh_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCurveValueToMesh_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetCurveValueToMesh_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCurveValueToMesh_GetAnimNSType \ +static_assert(alignof(BANS_GSSetCurveValueToMesh_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSSetCurveValueToMesh_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSSetCurveValueToMesh_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSSetCurveValueToMesh_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSSetCurveValueToMesh_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSSetCurveValueToMesh_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCurveValueToMesh_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSetCurveValueToMesh_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSetCurveValueToMesh_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSetCurveValueToMesh_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSetCurveValueToMesh_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSetCurveValueToMesh_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCurveValueToMesh_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCurveValueToMesh_FilterByRule \ +static_assert(alignof(BANS_GSSetCurveValueToMesh_FilterByRule) == 0x000008, "Wrong alignment on BANS_GSSetCurveValueToMesh_FilterByRule"); \ +static_assert(sizeof(BANS_GSSetCurveValueToMesh_FilterByRule) == 0x000030, "Wrong size on BANS_GSSetCurveValueToMesh_FilterByRule"); \ +static_assert(offsetof(BANS_GSSetCurveValueToMesh_FilterByRule, LogArr) == 0x000000, "Member 'BANS_GSSetCurveValueToMesh_FilterByRule::LogArr' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCurveValueToMesh_FilterByRule, SKMesh) == 0x000010, "Member 'BANS_GSSetCurveValueToMesh_FilterByRule::SKMesh' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCurveValueToMesh_FilterByRule, WhiteParamNameList) == 0x000018, "Member 'BANS_GSSetCurveValueToMesh_FilterByRule::WhiteParamNameList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetCurveValueToMesh \ +static_assert(alignof(UBANS_GSSetCurveValueToMesh) == 0x000008, "Wrong alignment on UBANS_GSSetCurveValueToMesh"); \ +static_assert(sizeof(UBANS_GSSetCurveValueToMesh) == 0x0000F8, "Wrong size on UBANS_GSSetCurveValueToMesh"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, FloatCurveParamList) == 0x000050, "Member 'UBANS_GSSetCurveValueToMesh::FloatCurveParamList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, LinearColorCurveParamList) == 0x000060, "Member 'UBANS_GSSetCurveValueToMesh::LinearColorCurveParamList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, MatIndexList) == 0x000078, "Member 'UBANS_GSSetCurveValueToMesh::MatIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, WeaponIndexList) == 0x000090, "Member 'UBANS_GSSetCurveValueToMesh::WeaponIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, WeaponMatIndexList) == 0x0000A0, "Member 'UBANS_GSSetCurveValueToMesh::WeaponMatIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, ChildSKMeshTagList) == 0x0000B8, "Member 'UBANS_GSSetCurveValueToMesh::ChildSKMeshTagList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, ChildSKMatIndexList) == 0x0000C8, "Member 'UBANS_GSSetCurveValueToMesh::ChildSKMatIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCurveValueToMesh, ChildActorMeshMatIndexList) == 0x0000E0, "Member 'UBANS_GSSetCurveValueToMesh::ChildActorMeshMatIndexList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplateLoadArchiveData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateOpenLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplateOpenLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplateOpenLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplateOpenLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplateOpenLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplateOpenLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplateOpenLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplateOpenLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_MFDirectionComp \ +static_assert(alignof(UBUS_MFDirectionComp) == 0x000008, "Wrong alignment on UBUS_MFDirectionComp"); \ +static_assert(sizeof(UBUS_MFDirectionComp) == 0x0000E8, "Wrong size on UBUS_MFDirectionComp"); \ +static_assert(offsetof(UBUS_MFDirectionComp, DirectionUsage) == 0x0000C8, "Member 'UBUS_MFDirectionComp::DirectionUsage' has a wrong offset!"); \ +static_assert(offsetof(UBUS_MFDirectionComp, DirectionType) == 0x0000C9, "Member 'UBUS_MFDirectionComp::DirectionType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_MFDirectionComp, DirectionTypeDetail) == 0x0000CA, "Member 'UBUS_MFDirectionComp::DirectionTypeDetail' has a wrong offset!"); \ +static_assert(offsetof(UBUS_MFDirectionComp, AnchorPointTag) == 0x0000CC, "Member 'UBUS_MFDirectionComp::AnchorPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_MFDirectionComp, DirectionEffects) == 0x0000D8, "Member 'UBUS_MFDirectionComp::DirectionEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplatePerformActionsFromArchive::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplatePostEnterLevelFinish::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplatePostSaveArchiveFinish::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSpawnMultiPointActor \ +static_assert(alignof(ABGUSpawnMultiPointActor) == 0x000008, "Wrong alignment on ABGUSpawnMultiPointActor"); \ +static_assert(sizeof(ABGUSpawnMultiPointActor) == 0x000310, "Wrong size on ABGUSpawnMultiPointActor"); \ +static_assert(offsetof(ABGUSpawnMultiPointActor, SpawnMultiPointConfigComp) == 0x000308, "Member 'ABGUSpawnMultiPointActor::SpawnMultiPointConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplatePreLeaveLevel::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerSkillCam_GSValidateInputCS \ +static_assert(alignof(BANS_GSTriggerSkillCam_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSTriggerSkillCam_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSTriggerSkillCam_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSTriggerSkillCam_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSTriggerSkillCam_GSValidateInputCS, Actor) == 0x000000, "Member 'BANS_GSTriggerSkillCam_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerSkillCam_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTriggerSkillCam_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTriggerSkillCam_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTriggerSkillCam_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTriggerSkillCam_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTriggerSkillCam_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTriggerSkillCam_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTriggerSkillCam_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTriggerSkillCam_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerSkillCam_GSNotifyTickCS \ +static_assert(alignof(BANS_GSTriggerSkillCam_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSTriggerSkillCam_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSTriggerSkillCam_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSTriggerSkillCam_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSTriggerSkillCam_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSTriggerSkillCam_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTriggerSkillCam_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSTriggerSkillCam_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTriggerSkillCam_GSNotifyEndCS \ +static_assert(alignof(BANS_GSTriggerSkillCam_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSTriggerSkillCam_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSTriggerSkillCam_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSTriggerSkillCam_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSTriggerSkillCam_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSTriggerSkillCam_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTriggerSkillCam \ +static_assert(alignof(UBANS_GSTriggerSkillCam) == 0x000008, "Wrong alignment on UBANS_GSTriggerSkillCam"); \ +static_assert(sizeof(UBANS_GSTriggerSkillCam) == 0x000050, "Wrong size on UBANS_GSTriggerSkillCam"); \ +static_assert(offsetof(UBANS_GSTriggerSkillCam, SkillCamID) == 0x000048, "Member 'UBANS_GSTriggerSkillCam::SkillCamID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplatePreSaveArchive::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchPlayerCamID_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSwitchPlayerCamID_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSwitchPlayerCamID_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSwitchPlayerCamID_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSwitchPlayerCamID_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSwitchPlayerCamID_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchPlayerCamID_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSwitchPlayerCamID_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSwitchPlayerCamID_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchPlayerCamID_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSwitchPlayerCamID_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSwitchPlayerCamID_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSwitchPlayerCamID_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSwitchPlayerCamID_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSwitchPlayerCamID_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchPlayerCamID_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSwitchPlayerCamID \ +static_assert(alignof(UBANS_GSSwitchPlayerCamID) == 0x000008, "Wrong alignment on UBANS_GSSwitchPlayerCamID"); \ +static_assert(sizeof(UBANS_GSSwitchPlayerCamID) == 0x000050, "Wrong size on UBANS_GSSwitchPlayerCamID"); \ +static_assert(offsetof(UBANS_GSSwitchPlayerCamID, CameraID) == 0x000048, "Member 'UBANS_GSSwitchPlayerCamID::CameraID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelBegin::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd \ +static_assert(alignof(UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_RequestTemplateTravelLevelEnd::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USpawnMultiPointCompFunctionBinder \ +static_assert(alignof(USpawnMultiPointCompFunctionBinder) == 0x000008, "Wrong alignment on USpawnMultiPointCompFunctionBinder"); \ +static_assert(sizeof(USpawnMultiPointCompFunctionBinder) == 0x000028, "Wrong size on USpawnMultiPointCompFunctionBinder"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_Reset820DemoGameData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_Reset820DemoGameData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_Reset820DemoGameData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_Reset820DemoGameData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_Reset820DemoGameData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_Reset820DemoGameData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_Reset820DemoGameData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_Reset820DemoGameData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_Reset820DemoGameData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_Reset820DemoGameData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_Reset820DemoGameData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_Reset820DemoGameData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_Reset820DemoGameData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_Reset820DemoGameData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_Reset820DemoGameData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ResetGameInstanceData_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResetGameInstanceData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResetGameInstanceData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResetGameInstanceData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResetGameInstanceData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ResetGameInstanceData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResetGameInstanceData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResetGameInstanceData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ResetGameInstanceData \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ResetGameInstanceData) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ResetGameInstanceData"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ResetGameInstanceData) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ResetGameInstanceData"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ResetGameInstanceData, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ResetGameInstanceData::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ResetNewGameplusArchive_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResetNewGameplusArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResetNewGameplusArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResetNewGameplusArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResetNewGameplusArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ResetNewGameplusArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResetNewGameplusArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResetNewGameplusArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ResetNewGameplusArchive \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ResetNewGameplusArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ResetNewGameplusArchive"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ResetNewGameplusArchive) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ResetNewGameplusArchive"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ResetNewGameplusArchive, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ResetNewGameplusArchive::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ResumeGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResumeGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResumeGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResumeGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResumeGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ResumeGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResumeGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResumeGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ResumeGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ResumeGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ResumeGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ResumeGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ResumeGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ResumeGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ResumeGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AudioTriggerComp \ +static_assert(alignof(UBUS_AudioTriggerComp) == 0x000008, "Wrong alignment on UBUS_AudioTriggerComp"); \ +static_assert(sizeof(UBUS_AudioTriggerComp) == 0x0000D0, "Wrong size on UBUS_AudioTriggerComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ResumePsoCachePrecompile_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ResumePsoCachePrecompile \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ResumePsoCachePrecompile) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ResumePsoCachePrecompile"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ResumePsoCachePrecompile) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ResumePsoCachePrecompile"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ResumePsoCachePrecompile, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ResumePsoCachePrecompile::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_SetMPCParam_GSNotifyBeginCS \ +static_assert(alignof(BANS_SetMPCParam_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_SetMPCParam_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_SetMPCParam_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_SetMPCParam_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_SetMPCParam_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_SetMPCParam_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_SetMPCParam_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_SetMPCParam_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_SetMPCParam \ +static_assert(alignof(UBANS_SetMPCParam) == 0x000008, "Wrong alignment on UBANS_SetMPCParam"); \ +static_assert(sizeof(UBANS_SetMPCParam) == 0x0000A0, "Wrong size on UBANS_SetMPCParam"); \ +static_assert(offsetof(UBANS_SetMPCParam, MPC) == 0x000048, "Member 'UBANS_SetMPCParam::MPC' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SetMPCParam, FloatParams) == 0x000050, "Member 'UBANS_SetMPCParam::FloatParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ServerBattleReady_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ServerBattleReady_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ServerBattleReady_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ServerBattleReady_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ServerBattleReady_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ServerBattleReady_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ServerBattleReady_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ServerBattleReady_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ServerBattleReady \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ServerBattleReady) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ServerBattleReady"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ServerBattleReady) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ServerBattleReady"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ServerBattleReady, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ServerBattleReady::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SetPSOCacheUsageMask_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SetPSOCacheUsageMask \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SetPSOCacheUsageMask) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SetPSOCacheUsageMask"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SetPSOCacheUsageMask) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_SetPSOCacheUsageMask"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_SetPSOCacheUsageMask, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_SetPSOCacheUsageMask::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ShowAgreementPolicyInStartGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ShowGameDisclaimerInStartGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc_OverrideData \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc_OverrideData) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc_OverrideData"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc_OverrideData) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc_OverrideData"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc_OverrideData, BlameName) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc_OverrideData::BlameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage) == 0x000020, "Wrong size on BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage, LevelAsset) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage::LevelAsset' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage, RecordFilePath) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInLevelPackage::RecordFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence) == 0x000020, "Wrong size on BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence, AnimSequence) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence, LeftFootBoneName) == 0x000008, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence::LeftFootBoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence, RightFootBoneName) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence::RightFootBoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence, GroundFootLimitHeight) == 0x000018, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootSyncMarkerToAnimSequence::GroundFootLimitHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson) == 0x000020, "Wrong size on BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson, JsonPath) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson::JsonPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson, ActorsToDeserialize) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUDeserializeActorTransformsFromJson::ActorsToDeserialize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig, ResID) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig::ResID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig, Mesh) == 0x000008, "Member 'BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig::Mesh' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig, ReturnValue) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUGetLeftFootHeightByFootStepConfig::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson) == 0x000020, "Wrong size on BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson, JsonPath) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson::JsonPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson, Actors) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUSerializeActorTransformsToJson::Actors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUMigrateDataFromSkillEffectDesc \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUMigrateDataFromSkillEffectDesc) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUMigrateDataFromSkillEffectDesc"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUMigrateDataFromSkillEffectDesc) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_BGUMigrateDataFromSkillEffectDesc"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUMigrateDataFromSkillEffectDesc, BlameName) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUMigrateDataFromSkillEffectDesc::BlameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld, WorldContext) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld, RecordFilePath) == 0x000008, "Member 'BGUFuncLibNonRuntime_BGUEditorRecordSubLevelsInWorld::RecordFilePath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_AddMagicallyChangeFadeOutNotify \ +static_assert(alignof(BGUFuncLibNonRuntime_AddMagicallyChangeFadeOutNotify) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_AddMagicallyChangeFadeOutNotify"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_AddMagicallyChangeFadeOutNotify) == 0x000008, "Wrong size on BGUFuncLibNonRuntime_AddMagicallyChangeFadeOutNotify"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_AddMagicallyChangeFadeOutNotify, Montage) == 0x000000, "Member 'BGUFuncLibNonRuntime_AddMagicallyChangeFadeOutNotify::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc, BlameName) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUMigrateDataFromUnitCommDesc::BlameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed) == 0x000038, "Wrong size on BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed, AnimMontage) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed::AnimMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed, SpeedThreshold) == 0x000008, "Member 'BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed::SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed, BuffID) == 0x00000C, "Member 'BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed::BuffID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed, NewNotifyStateClass) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed::NewNotifyStateClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed, SocketName) == 0x000020, "Member 'BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed::SocketName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed, TickTime) == 0x000030, "Member 'BGUFuncLibNonRuntime_BGUAddNofityStateByPelvisSpeed::TickTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset \ +static_assert(alignof(BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset, Assets) == 0x000000, "Member 'BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset::Assets' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset, ReturnValue) == 0x000008, "Member 'BGUFuncLibNonRuntime_GetTemplateClassFromUnitAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio) == 0x000028, "Wrong size on BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio, TamerActor) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio::TamerActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio, AudioPath) == 0x000008, "Member 'BGUFuncLibNonRuntime_BGUSetUpDefaultFootstepAudio::AudioPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_GetAllSummonBPPathFromDesc \ +static_assert(alignof(BGUFuncLibNonRuntime_GetAllSummonBPPathFromDesc) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_GetAllSummonBPPathFromDesc"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_GetAllSummonBPPathFromDesc) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_GetAllSummonBPPathFromDesc"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetAllSummonBPPathFromDesc, CurrentUsedBPPath) == 0x000000, "Member 'BGUFuncLibNonRuntime_GetAllSummonBPPathFromDesc::CurrentUsedBPPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions \ +static_assert(alignof(BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions, WorldContext) == 0x000000, "Member 'BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions, ReturnValue) == 0x000008, "Member 'BGUFuncLibNonRuntime_CheckUnitCapsuleCollisions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_UpdateHitAudioPreloadList \ +static_assert(alignof(BGUFuncLibNonRuntime_UpdateHitAudioPreloadList) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_UpdateHitAudioPreloadList"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_UpdateHitAudioPreloadList) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_UpdateHitAudioPreloadList"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_UpdateHitAudioPreloadList, PathList_Exist) == 0x000000, "Member 'BGUFuncLibNonRuntime_UpdateHitAudioPreloadList::PathList_Exist' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_UpdateHitAudioPreloadList, ReturnValue) == 0x000010, "Member 'BGUFuncLibNonRuntime_UpdateHitAudioPreloadList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_GetOriFilePathByAssetPath \ +static_assert(alignof(BGUFuncLibNonRuntime_GetOriFilePathByAssetPath) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_GetOriFilePathByAssetPath"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_GetOriFilePathByAssetPath) == 0x000030, "Wrong size on BGUFuncLibNonRuntime_GetOriFilePathByAssetPath"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetOriFilePathByAssetPath, AssetPathName) == 0x000000, "Member 'BGUFuncLibNonRuntime_GetOriFilePathByAssetPath::AssetPathName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetOriFilePathByAssetPath, AssetName) == 0x000010, "Member 'BGUFuncLibNonRuntime_GetOriFilePathByAssetPath::AssetName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetOriFilePathByAssetPath, ReturnValue) == 0x000020, "Member 'BGUFuncLibNonRuntime_GetOriFilePathByAssetPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_CheckBeAttacked2Resources \ +static_assert(alignof(BGUFuncLibNonRuntime_CheckBeAttacked2Resources) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_CheckBeAttacked2Resources"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_CheckBeAttacked2Resources) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_CheckBeAttacked2Resources"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_CheckBeAttacked2Resources, ReturnValue) == 0x000008, "Member 'BGUFuncLibNonRuntime_CheckBeAttacked2Resources::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_CheckAttackStateAndWindow \ +static_assert(alignof(BGUFuncLibNonRuntime_CheckAttackStateAndWindow) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_CheckAttackStateAndWindow"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_CheckAttackStateAndWindow) == 0x000020, "Wrong size on BGUFuncLibNonRuntime_CheckAttackStateAndWindow"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_CheckAttackStateAndWindow, SelectedAssets) == 0x000000, "Member 'BGUFuncLibNonRuntime_CheckAttackStateAndWindow::SelectedAssets' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_CheckAttackStateAndWindow, ReturnValue) == 0x000010, "Member 'BGUFuncLibNonRuntime_CheckAttackStateAndWindow::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BindNormalStiffAMInUBAC \ +static_assert(alignof(BGUFuncLibNonRuntime_BindNormalStiffAMInUBAC) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BindNormalStiffAMInUBAC"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BindNormalStiffAMInUBAC) == 0x000008, "Wrong size on BGUFuncLibNonRuntime_BindNormalStiffAMInUBAC"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BindNormalStiffAMInUBAC, UBAC) == 0x000000, "Member 'BGUFuncLibNonRuntime_BindNormalStiffAMInUBAC::UBAC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve) == 0x000028, "Wrong size on BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve, AnimSequence) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve, LeftFootBoneName) == 0x000008, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve::LeftFootBoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve, RightFootBoneName) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve::RightFootBoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve, FootLockHeight) == 0x000018, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve::FootLockHeight' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve, FootUnlockHeight) == 0x00001C, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve::FootUnlockHeight' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve, FootLockSpeed) == 0x000020, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve::FootLockSpeed' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve, FootUnlockSpeed) == 0x000024, "Member 'BGUFuncLibNonRuntime_BGUAutoAddFootLockCurve::FootUnlockSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_SetActorCompEditorOnly \ +static_assert(alignof(BGUFuncLibNonRuntime_SetActorCompEditorOnly) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_SetActorCompEditorOnly"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_SetActorCompEditorOnly) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_SetActorCompEditorOnly"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_SetActorCompEditorOnly, ActorComp) == 0x000000, "Member 'BGUFuncLibNonRuntime_SetActorCompEditorOnly::ActorComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_GetAllProjectileBPPath \ +static_assert(alignof(BGUFuncLibNonRuntime_GetAllProjectileBPPath) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_GetAllProjectileBPPath"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_GetAllProjectileBPPath) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_GetAllProjectileBPPath"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetAllProjectileBPPath, PathList_Exist) == 0x000000, "Member 'BGUFuncLibNonRuntime_GetAllProjectileBPPath::PathList_Exist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_GetResIDFromUnitAsset \ +static_assert(alignof(BGUFuncLibNonRuntime_GetResIDFromUnitAsset) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_GetResIDFromUnitAsset"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_GetResIDFromUnitAsset) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_GetResIDFromUnitAsset"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetResIDFromUnitAsset, Assets) == 0x000000, "Member 'BGUFuncLibNonRuntime_GetResIDFromUnitAsset::Assets' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetResIDFromUnitAsset, ReturnValue) == 0x000008, "Member 'BGUFuncLibNonRuntime_GetResIDFromUnitAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BindDeathDispAMInUDDC \ +static_assert(alignof(BGUFuncLibNonRuntime_BindDeathDispAMInUDDC) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BindDeathDispAMInUDDC"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BindDeathDispAMInUDDC) == 0x000008, "Wrong size on BGUFuncLibNonRuntime_BindDeathDispAMInUDDC"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BindDeathDispAMInUDDC, UDDC) == 0x000000, "Member 'BGUFuncLibNonRuntime_BindDeathDispAMInUDDC::UDDC' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_ModifyKeyCacheWindow \ +static_assert(alignof(BGUFuncLibNonRuntime_ModifyKeyCacheWindow) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_ModifyKeyCacheWindow"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_ModifyKeyCacheWindow) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_ModifyKeyCacheWindow"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_ModifyKeyCacheWindow, SelectedAssets) == 0x000000, "Member 'BGUFuncLibNonRuntime_ModifyKeyCacheWindow::SelectedAssets' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_CheckHitMoveCapsules \ +static_assert(alignof(BGUFuncLibNonRuntime_CheckHitMoveCapsules) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_CheckHitMoveCapsules"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_CheckHitMoveCapsules) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_CheckHitMoveCapsules"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_CheckHitMoveCapsules, WorldContext) == 0x000000, "Member 'BGUFuncLibNonRuntime_CheckHitMoveCapsules::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_CheckHitMoveCapsules, ReturnValue) == 0x000008, "Member 'BGUFuncLibNonRuntime_CheckHitMoveCapsules::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_ProjectileSpawnTest \ +static_assert(alignof(BGUFuncLibNonRuntime_ProjectileSpawnTest) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_ProjectileSpawnTest"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_ProjectileSpawnTest) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_ProjectileSpawnTest"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_ProjectileSpawnTest, Spawnner) == 0x000000, "Member 'BGUFuncLibNonRuntime_ProjectileSpawnTest::Spawnner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_ProjectileSpawnTest, Target) == 0x000008, "Member 'BGUFuncLibNonRuntime_ProjectileSpawnTest::Target' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_ProjectileSpawnTest, ProjectileSpawnConfig) == 0x000010, "Member 'BGUFuncLibNonRuntime_ProjectileSpawnTest::ProjectileSpawnConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_GetResIDFromAsset \ +static_assert(alignof(BGUFuncLibNonRuntime_GetResIDFromAsset) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_GetResIDFromAsset"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_GetResIDFromAsset) == 0x000018, "Wrong size on BGUFuncLibNonRuntime_GetResIDFromAsset"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetResIDFromAsset, Assets) == 0x000000, "Member 'BGUFuncLibNonRuntime_GetResIDFromAsset::Assets' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetResIDFromAsset, ReturnValue) == 0x000008, "Member 'BGUFuncLibNonRuntime_GetResIDFromAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUCopyABPSetting \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUCopyABPSetting) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUCopyABPSetting"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUCopyABPSetting) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_BGUCopyABPSetting"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUCopyABPSetting, Src) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUCopyABPSetting::Src' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUCopyABPSetting, Dest) == 0x000008, "Member 'BGUFuncLibNonRuntime_BGUCopyABPSetting::Dest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_BGUIsFileExist \ +static_assert(alignof(BGUFuncLibNonRuntime_BGUIsFileExist) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_BGUIsFileExist"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_BGUIsFileExist) == 0x000028, "Wrong size on BGUFuncLibNonRuntime_BGUIsFileExist"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUIsFileExist, PathWithGameHead) == 0x000000, "Member 'BGUFuncLibNonRuntime_BGUIsFileExist::PathWithGameHead' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_BGUIsFileExist, FullPath) == 0x000010, "Member 'BGUFuncLibNonRuntime_BGUIsFileExist::FullPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_SkillSVaild \ +static_assert(alignof(BGUFuncLibNonRuntime_SkillSVaild) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_SkillSVaild"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_SkillSVaild) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_SkillSVaild"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_SkillSVaild, Unit) == 0x000000, "Member 'BGUFuncLibNonRuntime_SkillSVaild::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_SkillSVaild, SkillID) == 0x000008, "Member 'BGUFuncLibNonRuntime_SkillSVaild::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_TestCode \ +static_assert(alignof(BGUFuncLibNonRuntime_TestCode) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_TestCode"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_TestCode) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_TestCode"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_TestCode, ReturnValue) == 0x000000, "Member 'BGUFuncLibNonRuntime_TestCode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibNonRuntime_GetCDO \ +static_assert(alignof(BGUFuncLibNonRuntime_GetCDO) == 0x000008, "Wrong alignment on BGUFuncLibNonRuntime_GetCDO"); \ +static_assert(sizeof(BGUFuncLibNonRuntime_GetCDO) == 0x000010, "Wrong size on BGUFuncLibNonRuntime_GetCDO"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetCDO, Assets) == 0x000000, "Member 'BGUFuncLibNonRuntime_GetCDO::Assets' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibNonRuntime_GetCDO, ReturnValue) == 0x000008, "Member 'BGUFuncLibNonRuntime_GetCDO::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibNonRuntime \ +static_assert(alignof(UBGUFuncLibNonRuntime) == 0x000008, "Wrong alignment on UBGUFuncLibNonRuntime"); \ +static_assert(sizeof(UBGUFuncLibNonRuntime) == 0x000028, "Wrong size on UBGUFuncLibNonRuntime"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ShowHealthyGamingAdviceInStartGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ShowLogoInStartGame_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowLogoInStartGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowLogoInStartGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowLogoInStartGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowLogoInStartGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ShowLogoInStartGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowLogoInStartGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowLogoInStartGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ShowLogoInStartGame \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ShowLogoInStartGame) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ShowLogoInStartGame"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ShowLogoInStartGame) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ShowLogoInStartGame"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ShowLogoInStartGame, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ShowLogoInStartGame::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperComp_SetCharacterCollisionProfile \ +static_assert(alignof(BUS_SeqHelperComp_SetCharacterCollisionProfile) == 0x000004, "Wrong alignment on BUS_SeqHelperComp_SetCharacterCollisionProfile"); \ +static_assert(sizeof(BUS_SeqHelperComp_SetCharacterCollisionProfile) == 0x000008, "Wrong size on BUS_SeqHelperComp_SetCharacterCollisionProfile"); \ +static_assert(offsetof(BUS_SeqHelperComp_SetCharacterCollisionProfile, CollisionProfileName) == 0x000000, "Member 'BUS_SeqHelperComp_SetCharacterCollisionProfile::CollisionProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperComp_OverrideAIPerceptionSetting \ +static_assert(alignof(BUS_SeqHelperComp_OverrideAIPerceptionSetting) == 0x000004, "Wrong alignment on BUS_SeqHelperComp_OverrideAIPerceptionSetting"); \ +static_assert(sizeof(BUS_SeqHelperComp_OverrideAIPerceptionSetting) == 0x000014, "Wrong size on BUS_SeqHelperComp_OverrideAIPerceptionSetting"); \ +static_assert(offsetof(BUS_SeqHelperComp_OverrideAIPerceptionSetting, InSightRange) == 0x000004, "Member 'BUS_SeqHelperComp_OverrideAIPerceptionSetting::InSightRange' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_OverrideAIPerceptionSetting, InVisionAngleDegrees) == 0x000008, "Member 'BUS_SeqHelperComp_OverrideAIPerceptionSetting::InVisionAngleDegrees' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_OverrideAIPerceptionSetting, InHearRange) == 0x00000C, "Member 'BUS_SeqHelperComp_OverrideAIPerceptionSetting::InHearRange' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_OverrideAIPerceptionSetting, InPursuitRange) == 0x000010, "Member 'BUS_SeqHelperComp_OverrideAIPerceptionSetting::InPursuitRange' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperComp_SetMoveToTargetTransform \ +static_assert(alignof(BUS_SeqHelperComp_SetMoveToTargetTransform) == 0x000010, "Wrong alignment on BUS_SeqHelperComp_SetMoveToTargetTransform"); \ +static_assert(sizeof(BUS_SeqHelperComp_SetMoveToTargetTransform) == 0x000060, "Wrong size on BUS_SeqHelperComp_SetMoveToTargetTransform"); \ +static_assert(offsetof(BUS_SeqHelperComp_SetMoveToTargetTransform, Transform) == 0x000000, "Member 'BUS_SeqHelperComp_SetMoveToTargetTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperComp_PerformMoveToLocation \ +static_assert(alignof(BUS_SeqHelperComp_PerformMoveToLocation) == 0x000008, "Wrong alignment on BUS_SeqHelperComp_PerformMoveToLocation"); \ +static_assert(sizeof(BUS_SeqHelperComp_PerformMoveToLocation) == 0x000028, "Wrong size on BUS_SeqHelperComp_PerformMoveToLocation"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformMoveToLocation, position) == 0x000000, "Member 'BUS_SeqHelperComp_PerformMoveToLocation::position' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformMoveToLocation, SpeedRateType) == 0x000018, "Member 'BUS_SeqHelperComp_PerformMoveToLocation::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformMoveToLocation, AcceptableRadius) == 0x00001C, "Member 'BUS_SeqHelperComp_PerformMoveToLocation::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformMoveToLocation, MoveAIType) == 0x000020, "Member 'BUS_SeqHelperComp_PerformMoveToLocation::MoveAIType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperComp_PerformMoveToPlayer \ +static_assert(alignof(BUS_SeqHelperComp_PerformMoveToPlayer) == 0x000004, "Wrong alignment on BUS_SeqHelperComp_PerformMoveToPlayer"); \ +static_assert(sizeof(BUS_SeqHelperComp_PerformMoveToPlayer) == 0x00000C, "Wrong size on BUS_SeqHelperComp_PerformMoveToPlayer"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformMoveToPlayer, SpeedRateType) == 0x000000, "Member 'BUS_SeqHelperComp_PerformMoveToPlayer::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformMoveToPlayer, AcceptableRadius) == 0x000004, "Member 'BUS_SeqHelperComp_PerformMoveToPlayer::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformMoveToPlayer, MoveAIType) == 0x000008, "Member 'BUS_SeqHelperComp_PerformMoveToPlayer::MoveAIType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperComp_UpdateSimpleStates \ +static_assert(alignof(BUS_SeqHelperComp_UpdateSimpleStates) == 0x000001, "Wrong alignment on BUS_SeqHelperComp_UpdateSimpleStates"); \ +static_assert(sizeof(BUS_SeqHelperComp_UpdateSimpleStates) == 0x000002, "Wrong size on BUS_SeqHelperComp_UpdateSimpleStates"); \ +static_assert(offsetof(BUS_SeqHelperComp_UpdateSimpleStates, SimpleState) == 0x000000, "Member 'BUS_SeqHelperComp_UpdateSimpleStates::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperComp_PerformJump \ +static_assert(alignof(BUS_SeqHelperComp_PerformJump) == 0x000008, "Wrong alignment on BUS_SeqHelperComp_PerformJump"); \ +static_assert(sizeof(BUS_SeqHelperComp_PerformJump) == 0x000010, "Wrong size on BUS_SeqHelperComp_PerformJump"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformJump, JumpMontage) == 0x000000, "Member 'BUS_SeqHelperComp_PerformJump::JumpMontage' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperComp_PerformJump, JumpForce) == 0x000008, "Member 'BUS_SeqHelperComp_PerformJump::JumpForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SeqHelperComp \ +static_assert(alignof(UBUS_SeqHelperComp) == 0x000010, "Wrong alignment on UBUS_SeqHelperComp"); \ +static_assert(sizeof(UBUS_SeqHelperComp) == 0x000190, "Wrong size on UBUS_SeqHelperComp"); \ +static_assert(offsetof(UBUS_SeqHelperComp, CameraRotation) == 0x0000D0, "Member 'UBUS_SeqHelperComp::CameraRotation' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SeqHelperComp, MoveToTargetTransform) == 0x000130, "Member 'UBUS_SeqHelperComp::MoveToTargetTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ShowMessageBoxAndWaitConfirm::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_ShowReplayUI_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_ShowReplayUI_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_ShowReplayUI_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_ShowReplayUI_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_ShowReplayUI_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_ShowReplayUI_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_ShowReplayUI_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_ShowReplayUI_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_ShowReplayUI \ +static_assert(alignof(UBED_FSMNode_GI_Loading_ShowReplayUI) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_ShowReplayUI"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_ShowReplayUI) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_ShowReplayUI"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_ShowReplayUI, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_ShowReplayUI::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_ChallengeSuccess_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_ChallengeSuccess_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_ChallengeSuccess_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_ChallengeSuccess_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_ChallengeSuccess_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_ChallengeSuccess_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_ChallengeSuccess_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_ChallengeSuccess \ +static_assert(alignof(UBED_QuestNode_ChallengeSuccess) == 0x000008, "Wrong alignment on UBED_QuestNode_ChallengeSuccess"); \ +static_assert(sizeof(UBED_QuestNode_ChallengeSuccess) == 0x0002A8, "Wrong size on UBED_QuestNode_ChallengeSuccess"); \ +static_assert(offsetof(UBED_QuestNode_ChallengeSuccess, ChallengeId) == 0x0002A0, "Member 'UBED_QuestNode_ChallengeSuccess::ChallengeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_SpawnCharacterForClient_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SpawnCharacterForClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SpawnCharacterForClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SpawnCharacterForClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SpawnCharacterForClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SpawnCharacterForClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SpawnCharacterForClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SpawnCharacterForClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SpawnCharacterForClient \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SpawnCharacterForClient) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SpawnCharacterForClient"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SpawnCharacterForClient) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_SpawnCharacterForClient"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_SpawnCharacterForClient, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_SpawnCharacterForClient::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_SpawnPlayerPawnWithOutECSBeginPlay::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_StartNewGamePlus_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_StartNewGamePlus_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_StartNewGamePlus \ +static_assert(alignof(UBED_FSMNode_GI_Loading_StartNewGamePlus) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_StartNewGamePlus"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_StartNewGamePlus) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_StartNewGamePlus"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_StartNewGamePlus, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_StartNewGamePlus::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel) == 0x0002D0, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_BattleLevelTravel"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibReplication_GetActorNetRole \ +static_assert(alignof(BGUFuncLibReplication_GetActorNetRole) == 0x000008, "Wrong alignment on BGUFuncLibReplication_GetActorNetRole"); \ +static_assert(sizeof(BGUFuncLibReplication_GetActorNetRole) == 0x000010, "Wrong size on BGUFuncLibReplication_GetActorNetRole"); \ +static_assert(offsetof(BGUFuncLibReplication_GetActorNetRole, Owner) == 0x000000, "Member 'BGUFuncLibReplication_GetActorNetRole::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibReplication_GetActorNetRole, ReturnValue) == 0x000008, "Member 'BGUFuncLibReplication_GetActorNetRole::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibReplication \ +static_assert(alignof(UBGUFuncLibReplication) == 0x000008, "Wrong alignment on UBGUFuncLibReplication"); \ +static_assert(sizeof(UBGUFuncLibReplication) == 0x000028, "Wrong size on UBGUFuncLibReplication"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_StopWaveSpawnByChallenge_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_StopWaveSpawnByChallenge_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_StopWaveSpawnByChallenge_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_StopWaveSpawnByChallenge_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_StopWaveSpawnByChallenge_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_StopWaveSpawnByChallenge_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_StopWaveSpawnByChallenge_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_StopWaveSpawnByChallenge \ +static_assert(alignof(UBED_QuestNode_StopWaveSpawnByChallenge) == 0x000008, "Wrong alignment on UBED_QuestNode_StopWaveSpawnByChallenge"); \ +static_assert(sizeof(UBED_QuestNode_StopWaveSpawnByChallenge) == 0x0002B8, "Wrong size on UBED_QuestNode_StopWaveSpawnByChallenge"); \ +static_assert(offsetof(UBED_QuestNode_StopWaveSpawnByChallenge, SpawnerList) == 0x0002A0, "Member 'UBED_QuestNode_StopWaveSpawnByChallenge::SpawnerList' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_StopWaveSpawnByChallenge, ChallengeId) == 0x0002B0, "Member 'UBED_QuestNode_StopWaveSpawnByChallenge::ChallengeId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_ClientEnvInit"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_GSLogin"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibMeshCS_GetChildBones \ +static_assert(alignof(BGUFuncLibMeshCS_GetChildBones) == 0x000008, "Wrong alignment on BGUFuncLibMeshCS_GetChildBones"); \ +static_assert(sizeof(BGUFuncLibMeshCS_GetChildBones) == 0x000028, "Wrong size on BGUFuncLibMeshCS_GetChildBones"); \ +static_assert(offsetof(BGUFuncLibMeshCS_GetChildBones, SkeletalMeshComp) == 0x000000, "Member 'BGUFuncLibMeshCS_GetChildBones::SkeletalMeshComp' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibMeshCS_GetChildBones, BaseBoneName) == 0x000008, "Member 'BGUFuncLibMeshCS_GetChildBones::BaseBoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibMeshCS_GetChildBones, ChildBoneNames) == 0x000010, "Member 'BGUFuncLibMeshCS_GetChildBones::ChildBoneNames' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibMeshCS_GetChildBones, ReturnValue) == 0x000020, "Member 'BGUFuncLibMeshCS_GetChildBones::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibMeshCS \ +static_assert(alignof(UBGUFuncLibMeshCS) == 0x000008, "Wrong alignment on UBGUFuncLibMeshCS"); \ +static_assert(sizeof(UBGUFuncLibMeshCS) == 0x000028, "Wrong size on UBGUFuncLibMeshCS"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_HideLoadingUI"); \ + +#define DUMPER7_ASSERTS_UBUAnimEquipHeadPostProcess \ +static_assert(alignof(UBUAnimEquipHeadPostProcess) == 0x000010, "Wrong alignment on UBUAnimEquipHeadPostProcess"); \ +static_assert(sizeof(UBUAnimEquipHeadPostProcess) == 0x000360, "Wrong size on UBUAnimEquipHeadPostProcess"); \ +static_assert(offsetof(UBUAnimEquipHeadPostProcess, IdleBlendWight) == 0x000350, "Member 'UBUAnimEquipHeadPostProcess::IdleBlendWight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_PostLeaveLevel"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralSpawnCharacterDataConfigComp \ +static_assert(alignof(UBUS_ProceduralSpawnCharacterDataConfigComp) == 0x000008, "Wrong alignment on UBUS_ProceduralSpawnCharacterDataConfigComp"); \ +static_assert(sizeof(UBUS_ProceduralSpawnCharacterDataConfigComp) == 0x0000D0, "Wrong size on UBUS_ProceduralSpawnCharacterDataConfigComp"); \ +static_assert(offsetof(UBUS_ProceduralSpawnCharacterDataConfigComp, ProceduralWaveCharacterConfigAsset) == 0x0000C8, "Member 'UBUS_ProceduralSpawnCharacterDataConfigComp::ProceduralWaveCharacterConfigAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_ResetGameInstanceDataAndSaveArchive"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin) == 0x0002C8, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_ReStartGSLogin"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish) == 0x0002D0, "Wrong size on UBED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish, ArchiveSaveSource) == 0x0002C8, "Member 'UBED_FSMNode_GI_Loading_SubG_GI_Loading_SaveArchiveAndWaitFinish::ArchiveSaveSource' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_TeleportTemplateBegin_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TeleportTemplateBegin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_TeleportTemplateBegin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TeleportTemplateBegin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TeleportTemplateBegin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_TeleportTemplateBegin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TeleportTemplateBegin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TeleportTemplateBegin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_TeleportTemplateBegin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_TeleportTemplateBegin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_TeleportTemplateBegin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_TeleportTemplateBegin) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_TeleportTemplateBegin"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_TeleportTemplateBegin, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_TeleportTemplateBegin::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AudioEditComp \ +static_assert(alignof(UBUS_AudioEditComp) == 0x000008, "Wrong alignment on UBUS_AudioEditComp"); \ +static_assert(sizeof(UBUS_AudioEditComp) == 0x000118, "Wrong size on UBUS_AudioEditComp"); \ +static_assert(offsetof(UBUS_AudioEditComp, LoopEvent) == 0x0000C8, "Member 'UBUS_AudioEditComp::LoopEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEditComp, DeadEvent) == 0x0000F0, "Member 'UBUS_AudioEditComp::DeadEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_TeleportTemplateEnd_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TeleportTemplateEnd_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_TeleportTemplateEnd_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TeleportTemplateEnd_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TeleportTemplateEnd_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_TeleportTemplateEnd_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TeleportTemplateEnd_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TeleportTemplateEnd_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_TeleportTemplateEnd \ +static_assert(alignof(UBED_FSMNode_GI_Loading_TeleportTemplateEnd) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_TeleportTemplateEnd"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_TeleportTemplateEnd) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_TeleportTemplateEnd"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_TeleportTemplateEnd, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_TeleportTemplateEnd::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpiderOceanMgrDataComp \ +static_assert(alignof(UBUS_SpiderOceanMgrDataComp) == 0x000008, "Wrong alignment on UBUS_SpiderOceanMgrDataComp"); \ +static_assert(sizeof(UBUS_SpiderOceanMgrDataComp) == 0x0000D0, "Wrong size on UBUS_SpiderOceanMgrDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_TriggerBackToStandAlone_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TriggerBackToStandAlone_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_TriggerBackToStandAlone_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TriggerBackToStandAlone_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TriggerBackToStandAlone_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_TriggerBackToStandAlone_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TriggerBackToStandAlone_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TriggerBackToStandAlone_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_TriggerBackToStandAlone \ +static_assert(alignof(UBED_FSMNode_GI_Loading_TriggerBackToStandAlone) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_TriggerBackToStandAlone"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_TriggerBackToStandAlone) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_TriggerBackToStandAlone"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_TriggerBackToStandAlone, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_TriggerBackToStandAlone::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_TriggerTeleportAndWaitFinish::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_ProjectileAbilityCheck_ByBPConfig \ +static_assert(alignof(BGUProjectileBaseActor_ProjectileAbilityCheck_ByBPConfig) == 0x000001, "Wrong alignment on BGUProjectileBaseActor_ProjectileAbilityCheck_ByBPConfig"); \ +static_assert(sizeof(BGUProjectileBaseActor_ProjectileAbilityCheck_ByBPConfig) == 0x000001, "Wrong size on BGUProjectileBaseActor_ProjectileAbilityCheck_ByBPConfig"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_OnConstructionCS \ +static_assert(alignof(BGUProjectileBaseActor_OnConstructionCS) == 0x000010, "Wrong alignment on BGUProjectileBaseActor_OnConstructionCS"); \ +static_assert(sizeof(BGUProjectileBaseActor_OnConstructionCS) == 0x000060, "Wrong size on BGUProjectileBaseActor_OnConstructionCS"); \ +static_assert(offsetof(BGUProjectileBaseActor_OnConstructionCS, Transform) == 0x000000, "Member 'BGUProjectileBaseActor_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_GetStaticMeshCompChildsNum \ +static_assert(alignof(BGUProjectileBaseActor_GetStaticMeshCompChildsNum) == 0x000004, "Wrong alignment on BGUProjectileBaseActor_GetStaticMeshCompChildsNum"); \ +static_assert(sizeof(BGUProjectileBaseActor_GetStaticMeshCompChildsNum) == 0x000004, "Wrong size on BGUProjectileBaseActor_GetStaticMeshCompChildsNum"); \ +static_assert(offsetof(BGUProjectileBaseActor_GetStaticMeshCompChildsNum, ReturnValue) == 0x000000, "Member 'BGUProjectileBaseActor_GetStaticMeshCompChildsNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_CheckDrawSignCondition \ +static_assert(alignof(BGUProjectileBaseActor_CheckDrawSignCondition) == 0x000008, "Wrong alignment on BGUProjectileBaseActor_CheckDrawSignCondition"); \ +static_assert(sizeof(BGUProjectileBaseActor_CheckDrawSignCondition) == 0x000010, "Wrong size on BGUProjectileBaseActor_CheckDrawSignCondition"); \ +static_assert(offsetof(BGUProjectileBaseActor_CheckDrawSignCondition, HitActor) == 0x000000, "Member 'BGUProjectileBaseActor_CheckDrawSignCondition::HitActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_GetProjectileMovement \ +static_assert(alignof(BGUProjectileBaseActor_GetProjectileMovement) == 0x000008, "Wrong alignment on BGUProjectileBaseActor_GetProjectileMovement"); \ +static_assert(sizeof(BGUProjectileBaseActor_GetProjectileMovement) == 0x000008, "Wrong size on BGUProjectileBaseActor_GetProjectileMovement"); \ +static_assert(offsetof(BGUProjectileBaseActor_GetProjectileMovement, ReturnValue) == 0x000000, "Member 'BGUProjectileBaseActor_GetProjectileMovement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_GetProjectileID \ +static_assert(alignof(BGUProjectileBaseActor_GetProjectileID) == 0x000004, "Wrong alignment on BGUProjectileBaseActor_GetProjectileID"); \ +static_assert(sizeof(BGUProjectileBaseActor_GetProjectileID) == 0x000004, "Wrong size on BGUProjectileBaseActor_GetProjectileID"); \ +static_assert(offsetof(BGUProjectileBaseActor_GetProjectileID, ReturnValue) == 0x000000, "Member 'BGUProjectileBaseActor_GetProjectileID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_SpawnFinished \ +static_assert(alignof(BGUProjectileBaseActor_SpawnFinished) == 0x000004, "Wrong alignment on BGUProjectileBaseActor_SpawnFinished"); \ +static_assert(sizeof(BGUProjectileBaseActor_SpawnFinished) == 0x000008, "Wrong size on BGUProjectileBaseActor_SpawnFinished"); \ +static_assert(offsetof(BGUProjectileBaseActor_SpawnFinished, ProjectileSpawnEventInfo) == 0x000000, "Member 'BGUProjectileBaseActor_SpawnFinished::ProjectileSpawnEventInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProjectileBaseActor_OnDrawSign \ +static_assert(alignof(BGUProjectileBaseActor_OnDrawSign) == 0x000010, "Wrong alignment on BGUProjectileBaseActor_OnDrawSign"); \ +static_assert(sizeof(BGUProjectileBaseActor_OnDrawSign) == 0x000070, "Wrong size on BGUProjectileBaseActor_OnDrawSign"); \ +static_assert(offsetof(BGUProjectileBaseActor_OnDrawSign, HitActor) == 0x000000, "Member 'BGUProjectileBaseActor_OnDrawSign::HitActor' has a wrong offset!"); \ +static_assert(offsetof(BGUProjectileBaseActor_OnDrawSign, HitTransform) == 0x000010, "Member 'BGUProjectileBaseActor_OnDrawSign::HitTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUProjectileBaseActor \ +static_assert(alignof(ABGUProjectileBaseActor) == 0x000008, "Wrong alignment on ABGUProjectileBaseActor"); \ +static_assert(sizeof(ABGUProjectileBaseActor) == 0x000350, "Wrong size on ABGUProjectileBaseActor"); \ +static_assert(offsetof(ABGUProjectileBaseActor, ProjectileMovement) == 0x0002F0, "Member 'ABGUProjectileBaseActor::ProjectileMovement' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, SphereCollisionComp) == 0x0002F8, "Member 'ABGUProjectileBaseActor::SphereCollisionComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, BoxCollisionComp) == 0x000300, "Member 'ABGUProjectileBaseActor::BoxCollisionComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, CapsuleCollisionComp) == 0x000308, "Member 'ABGUProjectileBaseActor::CapsuleCollisionComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, CustomCollisionComp) == 0x000310, "Member 'ABGUProjectileBaseActor::CustomCollisionComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, LineTraceStartPoint) == 0x000318, "Member 'ABGUProjectileBaseActor::LineTraceStartPoint' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, StaticComp) == 0x000320, "Member 'ABGUProjectileBaseActor::StaticComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, Interact_Start) == 0x000328, "Member 'ABGUProjectileBaseActor::Interact_Start' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, Interact_End) == 0x000330, "Member 'ABGUProjectileBaseActor::Interact_End' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, ProjectileConfigInfoComp) == 0x000338, "Member 'ABGUProjectileBaseActor::ProjectileConfigInfoComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUProjectileBaseActor, DBCCompList) == 0x000340, "Member 'ABGUProjectileBaseActor::DBCCompList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete \ +static_assert(alignof(UBED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_UnlockScopeReplayScrubComplete::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_UnrealTravelToServer_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_UnrealTravelToServer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_UnrealTravelToServer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_UnrealTravelToServer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_UnrealTravelToServer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_UnrealTravelToServer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_UnrealTravelToServer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_UnrealTravelToServer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_UnrealTravelToServer \ +static_assert(alignof(UBED_FSMNode_GI_Loading_UnrealTravelToServer) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_UnrealTravelToServer"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_UnrealTravelToServer) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_UnrealTravelToServer"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_UnrealTravelToServer, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_UnrealTravelToServer::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUTamerActor_GetHighLODMeshConfig \ +static_assert(alignof(BUTamerActor_GetHighLODMeshConfig) == 0x000010, "Wrong alignment on BUTamerActor_GetHighLODMeshConfig"); \ +static_assert(sizeof(BUTamerActor_GetHighLODMeshConfig) == 0x0000E0, "Wrong size on BUTamerActor_GetHighLODMeshConfig"); \ +static_assert(offsetof(BUTamerActor_GetHighLODMeshConfig, OutMeshConfig) == 0x000000, "Member 'BUTamerActor_GetHighLODMeshConfig::OutMeshConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUTamerActor_OnConstructionCS \ +static_assert(alignof(BUTamerActor_OnConstructionCS) == 0x000010, "Wrong alignment on BUTamerActor_OnConstructionCS"); \ +static_assert(sizeof(BUTamerActor_OnConstructionCS) == 0x000060, "Wrong size on BUTamerActor_OnConstructionCS"); \ +static_assert(offsetof(BUTamerActor_OnConstructionCS, Transform) == 0x000000, "Member 'BUTamerActor_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUTamerActor_ReceiveEndPlay \ +static_assert(alignof(BUTamerActor_ReceiveEndPlay) == 0x000001, "Wrong alignment on BUTamerActor_ReceiveEndPlay"); \ +static_assert(sizeof(BUTamerActor_ReceiveEndPlay) == 0x000001, "Wrong size on BUTamerActor_ReceiveEndPlay"); \ +static_assert(offsetof(BUTamerActor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BUTamerActor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUTamerActor_CopyPropertiesFromTamerActor \ +static_assert(alignof(BUTamerActor_CopyPropertiesFromTamerActor) == 0x000008, "Wrong alignment on BUTamerActor_CopyPropertiesFromTamerActor"); \ +static_assert(sizeof(BUTamerActor_CopyPropertiesFromTamerActor) == 0x000008, "Wrong size on BUTamerActor_CopyPropertiesFromTamerActor"); \ +static_assert(offsetof(BUTamerActor_CopyPropertiesFromTamerActor, TamerActor) == 0x000000, "Member 'BUTamerActor_CopyPropertiesFromTamerActor::TamerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUTamerActor_CopyPropertiesFromUnitActor \ +static_assert(alignof(BUTamerActor_CopyPropertiesFromUnitActor) == 0x000008, "Wrong alignment on BUTamerActor_CopyPropertiesFromUnitActor"); \ +static_assert(sizeof(BUTamerActor_CopyPropertiesFromUnitActor) == 0x000008, "Wrong size on BUTamerActor_CopyPropertiesFromUnitActor"); \ +static_assert(offsetof(BUTamerActor_CopyPropertiesFromUnitActor, Unit) == 0x000000, "Member 'BUTamerActor_CopyPropertiesFromUnitActor::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUTamerActor_GetMonster \ +static_assert(alignof(BUTamerActor_GetMonster) == 0x000008, "Wrong alignment on BUTamerActor_GetMonster"); \ +static_assert(sizeof(BUTamerActor_GetMonster) == 0x000008, "Wrong size on BUTamerActor_GetMonster"); \ +static_assert(offsetof(BUTamerActor_GetMonster, ReturnValue) == 0x000000, "Member 'BUTamerActor_GetMonster::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUTamerActor_GetActorGuidCS \ +static_assert(alignof(BUTamerActor_GetActorGuidCS) == 0x000008, "Wrong alignment on BUTamerActor_GetActorGuidCS"); \ +static_assert(sizeof(BUTamerActor_GetActorGuidCS) == 0x000018, "Wrong size on BUTamerActor_GetActorGuidCS"); \ +static_assert(offsetof(BUTamerActor_GetActorGuidCS, OutActorGuid) == 0x000000, "Member 'BUTamerActor_GetActorGuidCS::OutActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUTamerActor \ +static_assert(alignof(ABUTamerActor) == 0x000008, "Wrong alignment on ABUTamerActor"); \ +static_assert(sizeof(ABUTamerActor) == 0x0003A0, "Wrong size on ABUTamerActor"); \ +static_assert(offsetof(ABUTamerActor, ConfigInfoComp) == 0x000328, "Member 'ABUTamerActor::ConfigInfoComp' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, GuidComp) == 0x000330, "Member 'ABUTamerActor::GuidComp' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, InteractRangeDebugComp) == 0x000338, "Member 'ABUTamerActor::InteractRangeDebugComp' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, InteractRangeDebugComp2) == 0x000340, "Member 'ABUTamerActor::InteractRangeDebugComp2' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, SightPerceptionDebugSector) == 0x000348, "Member 'ABUTamerActor::SightPerceptionDebugSector' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, HearingPerceptionDebugCircle) == 0x000350, "Member 'ABUTamerActor::HearingPerceptionDebugCircle' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, WakeUpRangeCylinder) == 0x000358, "Member 'ABUTamerActor::WakeUpRangeCylinder' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, ExtendConfigComp) == 0x000360, "Member 'ABUTamerActor::ExtendConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, CharacterModularComp) == 0x000368, "Member 'ABUTamerActor::CharacterModularComp' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, MonsterClass) == 0x000370, "Member 'ABUTamerActor::MonsterClass' has a wrong offset!"); \ +static_assert(offsetof(ABUTamerActor, MonsterClassObj) == 0x000398, "Member 'ABUTamerActor::MonsterClassObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitAllAssetLoadFinsh::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap \ +static_assert(alignof(FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(sizeof(FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap) == 0x000108, "Wrong size on FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'FlowOverlapCompFunctionBinder_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FlowOverlapCompFunctionBinder_OnCollisionEndOverlap \ +static_assert(alignof(FlowOverlapCompFunctionBinder_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on FlowOverlapCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(sizeof(FlowOverlapCompFunctionBinder_OnCollisionEndOverlap) == 0x000020, "Wrong size on FlowOverlapCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'FlowOverlapCompFunctionBinder_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'FlowOverlapCompFunctionBinder_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'FlowOverlapCompFunctionBinder_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(FlowOverlapCompFunctionBinder_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'FlowOverlapCompFunctionBinder_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFlowOverlapCompFunctionBinder \ +static_assert(alignof(UFlowOverlapCompFunctionBinder) == 0x000008, "Wrong alignment on UFlowOverlapCompFunctionBinder"); \ +static_assert(sizeof(UFlowOverlapCompFunctionBinder) == 0x000028, "Wrong size on UFlowOverlapCompFunctionBinder"); \ + +#define DUMPER7_ASSERTS_BUS_SceneWindEffectActorComp_TickComponentInCS \ +static_assert(alignof(BUS_SceneWindEffectActorComp_TickComponentInCS) == 0x000004, "Wrong alignment on BUS_SceneWindEffectActorComp_TickComponentInCS"); \ +static_assert(sizeof(BUS_SceneWindEffectActorComp_TickComponentInCS) == 0x000004, "Wrong size on BUS_SceneWindEffectActorComp_TickComponentInCS"); \ +static_assert(offsetof(BUS_SceneWindEffectActorComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BUS_SceneWindEffectActorComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SceneWindEffectActorComp \ +static_assert(alignof(UBUS_SceneWindEffectActorComp) == 0x000008, "Wrong alignment on UBUS_SceneWindEffectActorComp"); \ +static_assert(sizeof(UBUS_SceneWindEffectActorComp) == 0x0000E0, "Wrong size on UBUS_SceneWindEffectActorComp"); \ +static_assert(offsetof(UBUS_SceneWindEffectActorComp, WindEffectStrength) == 0x0000D0, "Member 'UBUS_SceneWindEffectActorComp::WindEffectStrength' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SceneWindEffectActorComp, WindEffectCompTag) == 0x0000D4, "Member 'UBUS_SceneWindEffectActorComp::WindEffectCompTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitCheck820DemoGameVersion::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitFirstPlayerLogin_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitFirstPlayerLogin \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitFirstPlayerLogin) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitFirstPlayerLogin"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitFirstPlayerLogin) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitFirstPlayerLogin"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitFirstPlayerLogin, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitFirstPlayerLogin::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitGSLoginSuccess_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitGSLoginSuccess_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitGSLoginSuccess_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitGSLoginSuccess_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitGSLoginSuccess_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitGSLoginSuccess_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitGSLoginSuccess_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitGSLoginSuccess_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitGSLoginSuccess \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitGSLoginSuccess) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitGSLoginSuccess"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitGSLoginSuccess) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitGSLoginSuccess"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitGSLoginSuccess, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitGSLoginSuccess::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_LandingZoneDataComp \ +static_assert(alignof(UBUS_LandingZoneDataComp) == 0x000008, "Wrong alignment on UBUS_LandingZoneDataComp"); \ +static_assert(sizeof(UBUS_LandingZoneDataComp) == 0x0000D0, "Wrong size on UBUS_LandingZoneDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitImportantAssetLoadFinsh::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitLevelStreamingLoad_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitLevelStreamingLoad \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitLevelStreamingLoad) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitLevelStreamingLoad"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitLevelStreamingLoad) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitLevelStreamingLoad"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitLevelStreamingLoad, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitLevelStreamingLoad::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitLocalPlayerStartPlay::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitPostLoadMap_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPostLoadMap_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPostLoadMap_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPostLoadMap_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPostLoadMap_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitPostLoadMap_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPostLoadMap_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPostLoadMap_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitPostLoadMap \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitPostLoadMap) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitPostLoadMap"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitPostLoadMap) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitPostLoadMap"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitPostLoadMap, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitPostLoadMap::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitPostLoadMapClient_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPostLoadMapClient_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPostLoadMapClient_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPostLoadMapClient_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPostLoadMapClient_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitPostLoadMapClient_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPostLoadMapClient_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPostLoadMapClient_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitPostLoadMapClient \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitPostLoadMapClient) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitPostLoadMapClient"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitPostLoadMapClient) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitPostLoadMapClient"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitPostLoadMapClient, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitPostLoadMapClient::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DynamicSDFDataProcessBaseDataComp \ +static_assert(alignof(UBUS_DynamicSDFDataProcessBaseDataComp) == 0x000008, "Wrong alignment on UBUS_DynamicSDFDataProcessBaseDataComp"); \ +static_assert(sizeof(UBUS_DynamicSDFDataProcessBaseDataComp) == 0x0000D0, "Wrong size on UBUS_DynamicSDFDataProcessBaseDataComp"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitPsoCachePrecompileFinish::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitReplayPlayerSpawn_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitReplayPlayerSpawn \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitReplayPlayerSpawn) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitReplayPlayerSpawn"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitReplayPlayerSpawn) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitReplayPlayerSpawn"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitReplayPlayerSpawn, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitReplayPlayerSpawn::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitTick_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitTick_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitTick_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitTick_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitTick_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitTick_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitTick_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitTick_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitTick \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitTick) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitTick"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitTick) == 0x0002B8, "Wrong size on UBED_FSMNode_GI_Loading_WaitTick"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitTick, WaitTotalTick) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitTick::WaitTotalTick' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitTick, AcceptEvents) == 0x0002A8, "Member 'UBED_FSMNode_GI_Loading_WaitTick::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_InteractDrawConfigComp \ +static_assert(alignof(UBUS_InteractDrawConfigComp) == 0x000008, "Wrong alignment on UBUS_InteractDrawConfigComp"); \ +static_assert(sizeof(UBUS_InteractDrawConfigComp) == 0x0000F0, "Wrong size on UBUS_InteractDrawConfigComp"); \ +static_assert(offsetof(UBUS_InteractDrawConfigComp, MPC) == 0x0000C8, "Member 'UBUS_InteractDrawConfigComp::MPC' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractDrawConfigComp, NPC) == 0x0000D0, "Member 'UBUS_InteractDrawConfigComp::NPC' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractDrawConfigComp, M_CombineTexture) == 0x0000D8, "Member 'UBUS_InteractDrawConfigComp::M_CombineTexture' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractDrawConfigComp, RT_LandscapeMap) == 0x0000E0, "Member 'UBUS_InteractDrawConfigComp::RT_LandscapeMap' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractDrawConfigComp, RT_DataStorage) == 0x0000E8, "Member 'UBUS_InteractDrawConfigComp::RT_DataStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_GI_Loading_WaitUntilGameStateInit_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_GI_Loading_WaitUntilGameStateInit_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_GI_Loading_WaitUntilGameStateInit_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_GI_Loading_WaitUntilGameStateInit_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_GI_Loading_WaitUntilGameStateInit_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_GI_Loading_WaitUntilGameStateInit_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_GI_Loading_WaitUntilGameStateInit_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_GI_Loading_WaitUntilGameStateInit_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_GI_Loading_WaitUntilGameStateInit \ +static_assert(alignof(UBED_FSMNode_GI_Loading_WaitUntilGameStateInit) == 0x000008, "Wrong alignment on UBED_FSMNode_GI_Loading_WaitUntilGameStateInit"); \ +static_assert(sizeof(UBED_FSMNode_GI_Loading_WaitUntilGameStateInit) == 0x0002B0, "Wrong size on UBED_FSMNode_GI_Loading_WaitUntilGameStateInit"); \ +static_assert(offsetof(UBED_FSMNode_GI_Loading_WaitUntilGameStateInit, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_GI_Loading_WaitUntilGameStateInit::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_PS_TransactionBase \ +static_assert(alignof(UBED_FSMNode_PS_TransactionBase) == 0x000008, "Wrong alignment on UBED_FSMNode_PS_TransactionBase"); \ +static_assert(sizeof(UBED_FSMNode_PS_TransactionBase) == 0x0002A0, "Wrong size on UBED_FSMNode_PS_TransactionBase"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_PS_TransactionAnyState_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_PS_TransactionAnyState \ +static_assert(alignof(UBED_FSMNode_PS_TransactionAnyState) == 0x000008, "Wrong alignment on UBED_FSMNode_PS_TransactionAnyState"); \ +static_assert(sizeof(UBED_FSMNode_PS_TransactionAnyState) == 0x0002B0, "Wrong size on UBED_FSMNode_PS_TransactionAnyState"); \ +static_assert(offsetof(UBED_FSMNode_PS_TransactionAnyState, AcceptEvents) == 0x0002A0, "Member 'UBED_FSMNode_PS_TransactionAnyState::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged \ +static_assert(alignof(BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged"); \ +static_assert(sizeof(BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged) == 0x000020, "Wrong size on BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged"); \ +static_assert(offsetof(BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_FSMNode_PS_Transaction_TransactionTask_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMNode_PS_Transaction_TransactionTask_GetNodeDescriptionInCS \ +static_assert(alignof(BED_FSMNode_PS_Transaction_TransactionTask_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_FSMNode_PS_Transaction_TransactionTask_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_FSMNode_PS_Transaction_TransactionTask_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_FSMNode_PS_Transaction_TransactionTask_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_FSMNode_PS_Transaction_TransactionTask_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_FSMNode_PS_Transaction_TransactionTask_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMNode_PS_Transaction_TransactionTask \ +static_assert(alignof(UBED_FSMNode_PS_Transaction_TransactionTask) == 0x000008, "Wrong alignment on UBED_FSMNode_PS_Transaction_TransactionTask"); \ +static_assert(sizeof(UBED_FSMNode_PS_Transaction_TransactionTask) == 0x0002B8, "Wrong size on UBED_FSMNode_PS_Transaction_TransactionTask"); \ +static_assert(offsetof(UBED_FSMNode_PS_Transaction_TransactionTask, TransactionTaskType) == 0x0002A0, "Member 'UBED_FSMNode_PS_Transaction_TransactionTask::TransactionTaskType' has a wrong offset!"); \ +static_assert(offsetof(UBED_FSMNode_PS_Transaction_TransactionTask, AcceptEvents) == 0x0002A8, "Member 'UBED_FSMNode_PS_Transaction_TransactionTask::AcceptEvents' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_PauseGameMgr \ +static_assert(alignof(UBGW_PauseGameMgr) == 0x000008, "Wrong alignment on UBGW_PauseGameMgr"); \ +static_assert(sizeof(UBGW_PauseGameMgr) == 0x000028, "Wrong size on UBGW_PauseGameMgr"); \ + +#define DUMPER7_ASSERTS_BED_GuideAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_GuideAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_GuideAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_GuideAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_GuideAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_GuideAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_GuideAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_GuideAsset_GetStartNodeClass \ +static_assert(alignof(BED_GuideAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_GuideAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_GuideAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_GuideAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_GuideAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_GuideAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_GuideAsset_GetViewType \ +static_assert(alignof(BED_GuideAsset_GetViewType) == 0x000001, "Wrong alignment on BED_GuideAsset_GetViewType"); \ +static_assert(sizeof(BED_GuideAsset_GetViewType) == 0x000001, "Wrong size on BED_GuideAsset_GetViewType"); \ +static_assert(offsetof(BED_GuideAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_GuideAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_GuideAsset \ +static_assert(alignof(UBED_GuideAsset) == 0x000008, "Wrong alignment on UBED_GuideAsset"); \ +static_assert(sizeof(UBED_GuideAsset) == 0x0003F0, "Wrong size on UBED_GuideAsset"); \ + +#define DUMPER7_ASSERTS_UBED_GuideNode_Initial \ +static_assert(alignof(UBED_GuideNode_Initial) == 0x000008, "Wrong alignment on UBED_GuideNode_Initial"); \ +static_assert(sizeof(UBED_GuideNode_Initial) == 0x0002A0, "Wrong size on UBED_GuideNode_Initial"); \ + +#define DUMPER7_ASSERTS_BED_GuideNode_Listener_GetContextOutputsInCS \ +static_assert(alignof(BED_GuideNode_Listener_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_GuideNode_Listener_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_GuideNode_Listener_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_GuideNode_Listener_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_GuideNode_Listener_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_GuideNode_Listener_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_GuideNode_Listener \ +static_assert(alignof(UBED_GuideNode_Listener) == 0x000008, "Wrong alignment on UBED_GuideNode_Listener"); \ +static_assert(sizeof(UBED_GuideNode_Listener) == 0x000300, "Wrong size on UBED_GuideNode_Listener"); \ +static_assert(offsetof(UBED_GuideNode_Listener, TransitionConditions) == 0x0002A0, "Member 'UBED_GuideNode_Listener::TransitionConditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_GuideNode_Listener, RelatedGuideGroupList) == 0x0002B0, "Member 'UBED_GuideNode_Listener::RelatedGuideGroupList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWBeCatchThrowPhysAnimDataAsset \ +static_assert(alignof(UBGWBeCatchThrowPhysAnimDataAsset) == 0x000008, "Wrong alignment on UBGWBeCatchThrowPhysAnimDataAsset"); \ +static_assert(sizeof(UBGWBeCatchThrowPhysAnimDataAsset) == 0x000060, "Wrong size on UBGWBeCatchThrowPhysAnimDataAsset"); \ +static_assert(offsetof(UBGWBeCatchThrowPhysAnimDataAsset, BoneNameBelowToSimulatePhysics) == 0x000050, "Member 'UBGWBeCatchThrowPhysAnimDataAsset::BoneNameBelowToSimulatePhysics' has a wrong offset!"); \ +static_assert(offsetof(UBGWBeCatchThrowPhysAnimDataAsset, PhysicsBlendWeight) == 0x000058, "Member 'UBGWBeCatchThrowPhysAnimDataAsset::PhysicsBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_SettingMgrV2 \ +static_assert(alignof(UBGW_SettingMgrV2) == 0x000008, "Wrong alignment on UBGW_SettingMgrV2"); \ +static_assert(sizeof(UBGW_SettingMgrV2) == 0x000028, "Wrong size on UBGW_SettingMgrV2"); \ + +#define DUMPER7_ASSERTS_BED_GuideNode_Mark_GetNodeDescriptionInCS \ +static_assert(alignof(BED_GuideNode_Mark_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_GuideNode_Mark_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_GuideNode_Mark_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_GuideNode_Mark_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_GuideNode_Mark_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_GuideNode_Mark_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_GuideNode_Mark \ +static_assert(alignof(UBED_GuideNode_Mark) == 0x000008, "Wrong alignment on UBED_GuideNode_Mark"); \ +static_assert(sizeof(UBED_GuideNode_Mark) == 0x0002A8, "Wrong size on UBED_GuideNode_Mark"); \ +static_assert(offsetof(UBED_GuideNode_Mark, GuildGroupId) == 0x0002A0, "Member 'UBED_GuideNode_Mark::GuildGroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_GuideNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_GuideNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_GuideNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_GuideNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_GuideNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_GuideNode_Reroute \ +static_assert(alignof(UBED_GuideNode_Reroute) == 0x000008, "Wrong alignment on UBED_GuideNode_Reroute"); \ +static_assert(sizeof(UBED_GuideNode_Reroute) == 0x0002A0, "Wrong size on UBED_GuideNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_GuideNode_Wait_GetNodeDescriptionInCS \ +static_assert(alignof(BED_GuideNode_Wait_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_GuideNode_Wait_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_GuideNode_Wait_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_GuideNode_Wait_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_GuideNode_Wait_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_GuideNode_Wait_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_GuideNode_Wait \ +static_assert(alignof(UBED_GuideNode_Wait) == 0x000008, "Wrong alignment on UBED_GuideNode_Wait"); \ +static_assert(sizeof(UBED_GuideNode_Wait) == 0x0002A8, "Wrong size on UBED_GuideNode_Wait"); \ +static_assert(offsetof(UBED_GuideNode_Wait, WaitSecond) == 0x0002A0, "Member 'UBED_GuideNode_Wait::WaitSecond' has a wrong offset!"); \ +static_assert(offsetof(UBED_GuideNode_Wait, WaitSecondFloat) == 0x0002A4, "Member 'UBED_GuideNode_Wait::WaitSecondFloat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_ClearPlayerStates \ +static_assert(alignof(UBED_MovieNode_ClearPlayerStates) == 0x000008, "Wrong alignment on UBED_MovieNode_ClearPlayerStates"); \ +static_assert(sizeof(UBED_MovieNode_ClearPlayerStates) == 0x0002A8, "Wrong size on UBED_MovieNode_ClearPlayerStates"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineFriend_OnReadFriendListCompleteCS \ +static_assert(alignof(BGW_OnlineFriend_OnReadFriendListCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineFriend_OnReadFriendListCompleteCS"); \ +static_assert(sizeof(BGW_OnlineFriend_OnReadFriendListCompleteCS) == 0x000001, "Wrong size on BGW_OnlineFriend_OnReadFriendListCompleteCS"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlineFriend \ +static_assert(alignof(UBGW_OnlineFriend) == 0x000008, "Wrong alignment on UBGW_OnlineFriend"); \ +static_assert(sizeof(UBGW_OnlineFriend) == 0x000068, "Wrong size on UBGW_OnlineFriend"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_Delay_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_Delay_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_Delay_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_Delay_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_Delay_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_Delay_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_Delay_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_Delay \ +static_assert(alignof(UBED_MovieNode_Delay) == 0x000008, "Wrong alignment on UBED_MovieNode_Delay"); \ +static_assert(sizeof(UBED_MovieNode_Delay) == 0x0002B0, "Wrong size on UBED_MovieNode_Delay"); \ +static_assert(offsetof(UBED_MovieNode_Delay, DelayTime) == 0x0002A0, "Member 'UBED_MovieNode_Delay::DelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Delay, TimeDilationCurve) == 0x0002A8, "Member 'UBED_MovieNode_Delay::TimeDilationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_GiveBackControlRightForMonster \ +static_assert(alignof(UBED_MovieNode_GiveBackControlRightForMonster) == 0x000008, "Wrong alignment on UBED_MovieNode_GiveBackControlRightForMonster"); \ +static_assert(sizeof(UBED_MovieNode_GiveBackControlRightForMonster) == 0x0002A8, "Wrong size on UBED_MovieNode_GiveBackControlRightForMonster"); \ +static_assert(offsetof(UBED_MovieNode_GiveBackControlRightForMonster, MonsterGuid) == 0x0002A0, "Member 'UBED_MovieNode_GiveBackControlRightForMonster::MonsterGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_SetStreamingManagerViewSource_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_SetStreamingManagerViewSource_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_SetStreamingManagerViewSource_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_SetStreamingManagerViewSource_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_SetStreamingManagerViewSource_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_SetStreamingManagerViewSource_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_SetStreamingManagerViewSource_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_SetStreamingManagerViewSource \ +static_assert(alignof(UBED_MovieNode_SetStreamingManagerViewSource) == 0x000008, "Wrong alignment on UBED_MovieNode_SetStreamingManagerViewSource"); \ +static_assert(sizeof(UBED_MovieNode_SetStreamingManagerViewSource) == 0x0002B8, "Wrong size on UBED_MovieNode_SetStreamingManagerViewSource"); \ +static_assert(offsetof(UBED_MovieNode_SetStreamingManagerViewSource, StreamingSourcePositions) == 0x0002A8, "Member 'UBED_MovieNode_SetStreamingManagerViewSource::StreamingSourcePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerExitPhasePerformance_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerExitPhasePerformance_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerExitPhasePerformance_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerExitPhasePerformance_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerExitPhasePerformance_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerExitPhasePerformance_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerExitPhasePerformance_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerExitPhasePerformance \ +static_assert(alignof(UBED_MovieNode_PerformerExitPhasePerformance) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerExitPhasePerformance"); \ +static_assert(sizeof(UBED_MovieNode_PerformerExitPhasePerformance) == 0x0002A8, "Wrong size on UBED_MovieNode_PerformerExitPhasePerformance"); \ + +#define DUMPER7_ASSERTS_UBUS_SaveInitDataComp \ +static_assert(alignof(UBUS_SaveInitDataComp) == 0x000008, "Wrong alignment on UBUS_SaveInitDataComp"); \ +static_assert(sizeof(UBUS_SaveInitDataComp) == 0x0000D0, "Wrong size on UBUS_SaveInitDataComp"); \ +static_assert(offsetof(UBUS_SaveInitDataComp, ActorResetType) == 0x0000C9, "Member 'UBUS_SaveInitDataComp::ActorResetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_ConditionQuery_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_ConditionQuery_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_ConditionQuery_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_ConditionQuery_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_ConditionQuery_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_ConditionQuery_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_ConditionQuery_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_ConditionQuery \ +static_assert(alignof(UBED_MovieNode_ConditionQuery) == 0x000008, "Wrong alignment on UBED_MovieNode_ConditionQuery"); \ +static_assert(sizeof(UBED_MovieNode_ConditionQuery) == 0x0002B0, "Wrong size on UBED_MovieNode_ConditionQuery"); \ +static_assert(offsetof(UBED_MovieNode_ConditionQuery, MovieConditionQueryConfig) == 0x0002A0, "Member 'UBED_MovieNode_ConditionQuery::MovieConditionQueryConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_SetStreamingLevelStateInfo_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_SetStreamingLevelStateInfo_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_SetStreamingLevelStateInfo_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_SetStreamingLevelStateInfo_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_SetStreamingLevelStateInfo_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_SetStreamingLevelStateInfo_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_SetStreamingLevelStateInfo_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_SetStreamingLevelStateInfo \ +static_assert(alignof(UBED_MovieNode_SetStreamingLevelStateInfo) == 0x000008, "Wrong alignment on UBED_MovieNode_SetStreamingLevelStateInfo"); \ +static_assert(sizeof(UBED_MovieNode_SetStreamingLevelStateInfo) == 0x0002B0, "Wrong size on UBED_MovieNode_SetStreamingLevelStateInfo"); \ +static_assert(offsetof(UBED_MovieNode_SetStreamingLevelStateInfo, LevelStateRequestConfig) == 0x0002A0, "Member 'UBED_MovieNode_SetStreamingLevelStateInfo::LevelStateRequestConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABULayerSceneInfoActor \ +static_assert(alignof(ABULayerSceneInfoActor) == 0x000010, "Wrong alignment on ABULayerSceneInfoActor"); \ +static_assert(sizeof(ABULayerSceneInfoActor) == 0x000330, "Wrong size on ABULayerSceneInfoActor"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_Transformation_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_Transformation_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_Transformation_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_Transformation_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_Transformation_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_Transformation_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_Transformation_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_Transformation \ +static_assert(alignof(UBED_MovieNode_Transformation) == 0x000008, "Wrong alignment on UBED_MovieNode_Transformation"); \ +static_assert(sizeof(UBED_MovieNode_Transformation) == 0x0002A8, "Wrong size on UBED_MovieNode_Transformation"); \ +static_assert(offsetof(UBED_MovieNode_Transformation, ResID) == 0x0002A0, "Member 'UBED_MovieNode_Transformation::ResID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUShadowActorBase_OnConstructionCS \ +static_assert(alignof(BGUShadowActorBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUShadowActorBase_OnConstructionCS"); \ +static_assert(sizeof(BGUShadowActorBase_OnConstructionCS) == 0x000060, "Wrong size on BGUShadowActorBase_OnConstructionCS"); \ +static_assert(offsetof(BGUShadowActorBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUShadowActorBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUShadowActorBase \ +static_assert(alignof(ABGUShadowActorBase) == 0x000008, "Wrong alignment on ABGUShadowActorBase"); \ +static_assert(sizeof(ABGUShadowActorBase) == 0x000318, "Wrong size on ABGUShadowActorBase"); \ +static_assert(offsetof(ABGUShadowActorBase, Mesh) == 0x000308, "Member 'ABGUShadowActorBase::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUShadowActorBase, CharacterModularComp) == 0x000310, "Member 'ABGUShadowActorBase::CharacterModularComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_NPCChangeLeisureAnim \ +static_assert(alignof(UBED_ProcessStateNode_NPCChangeLeisureAnim) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_NPCChangeLeisureAnim"); \ +static_assert(sizeof(UBED_ProcessStateNode_NPCChangeLeisureAnim) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_NPCChangeLeisureAnim"); \ +static_assert(offsetof(UBED_ProcessStateNode_NPCChangeLeisureAnim, NeedChangeLeisureAnimIdx) == 0x0002A0, "Member 'UBED_ProcessStateNode_NPCChangeLeisureAnim::NeedChangeLeisureAnimIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_IsAutoClearRecodes \ +static_assert(alignof(BED_SkillMappingAsset_IsAutoClearRecodes) == 0x000001, "Wrong alignment on BED_SkillMappingAsset_IsAutoClearRecodes"); \ +static_assert(sizeof(BED_SkillMappingAsset_IsAutoClearRecodes) == 0x000001, "Wrong size on BED_SkillMappingAsset_IsAutoClearRecodes"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_SkillMappingAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_SkillMappingAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_SkillMappingAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_SkillMappingAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_SkillMappingAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_SkillMappingAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_SkillMappingAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_SkillMappingAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_SkillMappingAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_SkillMappingAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_SkillMappingAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_SkillMappingAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_SkillMappingAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_SkillMappingAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_SkillMappingAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_SkillMappingAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_SkillMappingAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_SkillMappingAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_SkillMappingAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetStartNodeClass \ +static_assert(alignof(BED_SkillMappingAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_SkillMappingAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_SkillMappingAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_SkillMappingAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_IsEditorOnlyCS \ +static_assert(alignof(BED_SkillMappingAsset_IsEditorOnlyCS) == 0x000001, "Wrong alignment on BED_SkillMappingAsset_IsEditorOnlyCS"); \ +static_assert(sizeof(BED_SkillMappingAsset_IsEditorOnlyCS) == 0x000001, "Wrong size on BED_SkillMappingAsset_IsEditorOnlyCS"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingAsset_GetViewType \ +static_assert(alignof(BED_SkillMappingAsset_GetViewType) == 0x000001, "Wrong alignment on BED_SkillMappingAsset_GetViewType"); \ +static_assert(sizeof(BED_SkillMappingAsset_GetViewType) == 0x000001, "Wrong size on BED_SkillMappingAsset_GetViewType"); \ +static_assert(offsetof(BED_SkillMappingAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_SkillMappingAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_SkillMappingAsset \ +static_assert(alignof(UBED_SkillMappingAsset) == 0x000008, "Wrong alignment on UBED_SkillMappingAsset"); \ +static_assert(sizeof(UBED_SkillMappingAsset) == 0x0003F8, "Wrong size on UBED_SkillMappingAsset"); \ +static_assert(offsetof(UBED_SkillMappingAsset, RelativeSkeleton) == 0x0003F0, "Member 'UBED_SkillMappingAsset::RelativeSkeleton' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingNode_Montages_GetNodeDescriptionInCS \ +static_assert(alignof(BED_SkillMappingNode_Montages_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_SkillMappingNode_Montages_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_SkillMappingNode_Montages_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_SkillMappingNode_Montages_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_SkillMappingNode_Montages_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_SkillMappingNode_Montages_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_SkillMappingNode_Montages \ +static_assert(alignof(UBED_SkillMappingNode_Montages) == 0x000008, "Wrong alignment on UBED_SkillMappingNode_Montages"); \ +static_assert(sizeof(UBED_SkillMappingNode_Montages) == 0x0002B0, "Wrong size on UBED_SkillMappingNode_Montages"); \ +static_assert(offsetof(UBED_SkillMappingNode_Montages, Montages) == 0x0002A0, "Member 'UBED_SkillMappingNode_Montages::Montages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralSpawnCharacterDataComp \ +static_assert(alignof(UBUS_ProceduralSpawnCharacterDataComp) == 0x000008, "Wrong alignment on UBUS_ProceduralSpawnCharacterDataComp"); \ +static_assert(sizeof(UBUS_ProceduralSpawnCharacterDataComp) == 0x0000D0, "Wrong size on UBUS_ProceduralSpawnCharacterDataComp"); \ + +#define DUMPER7_ASSERTS_UBED_SkillMappingNode_Reroute \ +static_assert(alignof(UBED_SkillMappingNode_Reroute) == 0x000008, "Wrong alignment on UBED_SkillMappingNode_Reroute"); \ +static_assert(sizeof(UBED_SkillMappingNode_Reroute) == 0x0002A0, "Wrong size on UBED_SkillMappingNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingNode_SkillID_GetContextOutputsInCS \ +static_assert(alignof(BED_SkillMappingNode_SkillID_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_SkillMappingNode_SkillID_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_SkillMappingNode_SkillID_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_SkillMappingNode_SkillID_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_SkillMappingNode_SkillID_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_SkillMappingNode_SkillID_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingNode_SkillID_GetNodeDescriptionInCS \ +static_assert(alignof(BED_SkillMappingNode_SkillID_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_SkillMappingNode_SkillID_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_SkillMappingNode_SkillID_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_SkillMappingNode_SkillID_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_SkillMappingNode_SkillID_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_SkillMappingNode_SkillID_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillMappingNode_SkillID_CanShowInMyCalliope \ +static_assert(alignof(BED_SkillMappingNode_SkillID_CanShowInMyCalliope) == 0x000008, "Wrong alignment on BED_SkillMappingNode_SkillID_CanShowInMyCalliope"); \ +static_assert(sizeof(BED_SkillMappingNode_SkillID_CanShowInMyCalliope) == 0x000028, "Wrong size on BED_SkillMappingNode_SkillID_CanShowInMyCalliope"); \ +static_assert(offsetof(BED_SkillMappingNode_SkillID_CanShowInMyCalliope, ViewCategory) == 0x000000, "Member 'BED_SkillMappingNode_SkillID_CanShowInMyCalliope::ViewCategory' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillMappingNode_SkillID_CanShowInMyCalliope, DisplayName) == 0x000010, "Member 'BED_SkillMappingNode_SkillID_CanShowInMyCalliope::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_SkillMappingNode_SkillID \ +static_assert(alignof(UBED_SkillMappingNode_SkillID) == 0x000008, "Wrong alignment on UBED_SkillMappingNode_SkillID"); \ +static_assert(sizeof(UBED_SkillMappingNode_SkillID) == 0x0002F8, "Wrong size on UBED_SkillMappingNode_SkillID"); \ +static_assert(offsetof(UBED_SkillMappingNode_SkillID, SkillID) == 0x0002A0, "Member 'UBED_SkillMappingNode_SkillID::SkillID' has a wrong offset!"); \ +static_assert(offsetof(UBED_SkillMappingNode_SkillID, OverrideDefaultMontage) == 0x0002A8, "Member 'UBED_SkillMappingNode_SkillID::OverrideDefaultMontage' has a wrong offset!"); \ +static_assert(offsetof(UBED_SkillMappingNode_SkillID, StartSection) == 0x0002D0, "Member 'UBED_SkillMappingNode_SkillID::StartSection' has a wrong offset!"); \ +static_assert(offsetof(UBED_SkillMappingNode_SkillID, BeginPos) == 0x0002D8, "Member 'UBED_SkillMappingNode_SkillID::BeginPos' has a wrong offset!"); \ +static_assert(offsetof(UBED_SkillMappingNode_SkillID, Branches) == 0x0002E0, "Member 'UBED_SkillMappingNode_SkillID::Branches' has a wrong offset!"); \ +static_assert(offsetof(UBED_SkillMappingNode_SkillID, Comment) == 0x0002F0, "Member 'UBED_SkillMappingNode_SkillID::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_CustomEnter_GetContextOutputsInCS \ +static_assert(alignof(BED_StateNode_CustomEnter_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_StateNode_CustomEnter_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_StateNode_CustomEnter_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_StateNode_CustomEnter_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_StateNode_CustomEnter_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_StateNode_CustomEnter_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_CustomEnter \ +static_assert(alignof(UBED_StateNode_CustomEnter) == 0x000008, "Wrong alignment on UBED_StateNode_CustomEnter"); \ +static_assert(sizeof(UBED_StateNode_CustomEnter) == 0x0002A0, "Wrong size on UBED_StateNode_CustomEnter"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_Demo820LevelAward \ +static_assert(alignof(UBED_TaskNode_Demo820LevelAward) == 0x000008, "Wrong alignment on UBED_TaskNode_Demo820LevelAward"); \ +static_assert(sizeof(UBED_TaskNode_Demo820LevelAward) == 0x0002A0, "Wrong size on UBED_TaskNode_Demo820LevelAward"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_GameLevelPassFinal \ +static_assert(alignof(UBED_TaskNode_GameLevelPassFinal) == 0x000008, "Wrong alignment on UBED_TaskNode_GameLevelPassFinal"); \ +static_assert(sizeof(UBED_TaskNode_GameLevelPassFinal) == 0x0002A0, "Wrong size on UBED_TaskNode_GameLevelPassFinal"); \ + +#define DUMPER7_ASSERTS_UBAIT_MoveToEnterBattlePos \ +static_assert(alignof(UBAIT_MoveToEnterBattlePos) == 0x000008, "Wrong alignment on UBAIT_MoveToEnterBattlePos"); \ +static_assert(sizeof(UBAIT_MoveToEnterBattlePos) == 0x0000C8, "Wrong size on UBAIT_MoveToEnterBattlePos"); \ +static_assert(offsetof(UBAIT_MoveToEnterBattlePos, AcceptableRadius) == 0x0000A8, "Member 'UBAIT_MoveToEnterBattlePos::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToEnterBattlePos, MoveAIType) == 0x0000AE, "Member 'UBAIT_MoveToEnterBattlePos::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToEnterBattlePos, SpeedRateType) == 0x0000AF, "Member 'UBAIT_MoveToEnterBattlePos::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToEnterBattlePos, SpeedRateDistanceCurve) == 0x0000B0, "Member 'UBAIT_MoveToEnterBattlePos::SpeedRateDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToEnterBattlePos, MinAcceptableRadius) == 0x0000BC, "Member 'UBAIT_MoveToEnterBattlePos::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToEnterBattlePos, MaxAcceptableRadius) == 0x0000C0, "Member 'UBAIT_MoveToEnterBattlePos::MaxAcceptableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_PrologueCompleted \ +static_assert(alignof(UBED_TaskNode_PrologueCompleted) == 0x000008, "Wrong alignment on UBED_TaskNode_PrologueCompleted"); \ +static_assert(sizeof(UBED_TaskNode_PrologueCompleted) == 0x0002A0, "Wrong size on UBED_TaskNode_PrologueCompleted"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_UpdateStart \ +static_assert(alignof(UBED_TaskNode_UpdateStart) == 0x000008, "Wrong alignment on UBED_TaskNode_UpdateStart"); \ +static_assert(sizeof(UBED_TaskNode_UpdateStart) == 0x0002A0, "Wrong size on UBED_TaskNode_UpdateStart"); \ + +#define DUMPER7_ASSERTS_UBAIT_RunAway \ +static_assert(alignof(UBAIT_RunAway) == 0x000008, "Wrong alignment on UBAIT_RunAway"); \ +static_assert(sizeof(UBAIT_RunAway) == 0x0000E8, "Wrong size on UBAIT_RunAway"); \ +static_assert(offsetof(UBAIT_RunAway, RestRadius) == 0x0000A8, "Member 'UBAIT_RunAway::RestRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, RestTime) == 0x0000AC, "Member 'UBAIT_RunAway::RestTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, RestTimeInterval) == 0x0000B0, "Member 'UBAIT_RunAway::RestTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, MoveTimeInterval) == 0x0000B4, "Member 'UBAIT_RunAway::MoveTimeInterval' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, LifeTime) == 0x0000B8, "Member 'UBAIT_RunAway::LifeTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, ToTargetPoint) == 0x0000C0, "Member 'UBAIT_RunAway::ToTargetPoint' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, AchieveLifeTime) == 0x0000D8, "Member 'UBAIT_RunAway::AchieveLifeTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, AcceptableRadius) == 0x0000DC, "Member 'UBAIT_RunAway::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, SpeedRateType) == 0x0000E1, "Member 'UBAIT_RunAway::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RunAway, MoveAIType) == 0x0000E2, "Member 'UBAIT_RunAway::MoveAIType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_ControlChildActor_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_ControlChildActor_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_ControlChildActor_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_ControlChildActor_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_ControlChildActor_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_ControlChildActor_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_ControlChildActor_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_ControlChildActor \ +static_assert(alignof(UBED_BehaviorNode_ControlChildActor) == 0x000008, "Wrong alignment on UBED_BehaviorNode_ControlChildActor"); \ +static_assert(sizeof(UBED_BehaviorNode_ControlChildActor) == 0x0002E0, "Wrong size on UBED_BehaviorNode_ControlChildActor"); \ +static_assert(offsetof(UBED_BehaviorNode_ControlChildActor, MatchInfo) == 0x0002A0, "Member 'UBED_BehaviorNode_ControlChildActor::MatchInfo' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_ControlChildActor, ActionInfo) == 0x0002BC, "Member 'UBED_BehaviorNode_ControlChildActor::ActionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_ExitPhasePerformance_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_ExitPhasePerformance_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_ExitPhasePerformance_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_ExitPhasePerformance_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_ExitPhasePerformance_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_ExitPhasePerformance_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_ExitPhasePerformance_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_ExitPhasePerformance \ +static_assert(alignof(UBED_BehaviorNode_ExitPhasePerformance) == 0x000008, "Wrong alignment on UBED_BehaviorNode_ExitPhasePerformance"); \ +static_assert(sizeof(UBED_BehaviorNode_ExitPhasePerformance) == 0x0002A0, "Wrong size on UBED_BehaviorNode_ExitPhasePerformance"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PreRoll_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PreRoll_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PreRoll_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PreRoll_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PreRoll_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PreRoll_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PreRoll_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PreRoll \ +static_assert(alignof(UBED_MovieNode_PreRoll) == 0x000008, "Wrong alignment on UBED_MovieNode_PreRoll"); \ +static_assert(sizeof(UBED_MovieNode_PreRoll) == 0x0002E8, "Wrong size on UBED_MovieNode_PreRoll"); \ +static_assert(offsetof(UBED_MovieNode_PreRoll, PreRollSequence) == 0x0002A0, "Member 'UBED_MovieNode_PreRoll::PreRollSequence' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PreRoll, CameraTag) == 0x0002CC, "Member 'UBED_MovieNode_PreRoll::CameraTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PreRoll, InCameraBlendTime) == 0x0002D4, "Member 'UBED_MovieNode_PreRoll::InCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PreRoll, InCameraBlendFunction) == 0x0002D8, "Member 'UBED_MovieNode_PreRoll::InCameraBlendFunction' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PreRoll, InCameraBlendFactor) == 0x0002DC, "Member 'UBED_MovieNode_PreRoll::InCameraBlendFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_ManipulateStreamingSource \ +static_assert(alignof(UMovieNodeInstance_ManipulateStreamingSource) == 0x000008, "Wrong alignment on UMovieNodeInstance_ManipulateStreamingSource"); \ +static_assert(sizeof(UMovieNodeInstance_ManipulateStreamingSource) == 0x000028, "Wrong size on UMovieNodeInstance_ManipulateStreamingSource"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_StreamingLevelStateConfig \ +static_assert(alignof(UBGWDataAsset_StreamingLevelStateConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_StreamingLevelStateConfig"); \ +static_assert(sizeof(UBGWDataAsset_StreamingLevelStateConfig) == 0x000080, "Wrong size on UBGWDataAsset_StreamingLevelStateConfig"); \ +static_assert(offsetof(UBGWDataAsset_StreamingLevelStateConfig, DefaultManagedStateLevelConfig) == 0x000030, "Member 'UBGWDataAsset_StreamingLevelStateConfig::DefaultManagedStateLevelConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StreamingLevelStateConfig, StreamingLevelBoxTriggerConfig) == 0x000050, "Member 'UBGWDataAsset_StreamingLevelStateConfig::StreamingLevelBoxTriggerConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StreamingLevelStateConfig, LevelGetterKeywordInput) == 0x000060, "Member 'UBGWDataAsset_StreamingLevelStateConfig::LevelGetterKeywordInput' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StreamingLevelStateConfig, LevelGetterOutput) == 0x000070, "Member 'UBGWDataAsset_StreamingLevelStateConfig::LevelGetterOutput' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PatrolGroupSettings \ +static_assert(alignof(UBGWDataAsset_PatrolGroupSettings) == 0x000008, "Wrong alignment on UBGWDataAsset_PatrolGroupSettings"); \ +static_assert(sizeof(UBGWDataAsset_PatrolGroupSettings) == 0x000048, "Wrong size on UBGWDataAsset_PatrolGroupSettings"); \ +static_assert(offsetof(UBGWDataAsset_PatrolGroupSettings, GroupIndexToUpdate) == 0x000030, "Member 'UBGWDataAsset_PatrolGroupSettings::GroupIndexToUpdate' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PatrolGroupSettings, PatrolGroups) == 0x000038, "Member 'UBGWDataAsset_PatrolGroupSettings::PatrolGroups' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BuffTriggerConfigComp \ +static_assert(alignof(UBUS_BuffTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_BuffTriggerConfigComp"); \ +static_assert(sizeof(UBUS_BuffTriggerConfigComp) == 0x0000E0, "Wrong size on UBUS_BuffTriggerConfigComp"); \ +static_assert(offsetof(UBUS_BuffTriggerConfigComp, ObserveUnitsConditions) == 0x0000D0, "Member 'UBUS_BuffTriggerConfigComp::ObserveUnitsConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDebugNiaActor \ +static_assert(alignof(ABGUDebugNiaActor) == 0x000008, "Wrong alignment on ABGUDebugNiaActor"); \ +static_assert(sizeof(ABGUDebugNiaActor) == 0x000308, "Wrong size on ABGUDebugNiaActor"); \ + +#define DUMPER7_ASSERTS_BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnDynamicCollisionAlert \ +static_assert(alignof(BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnDynamicCollisionAlert) == 0x000008, "Wrong alignment on BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnDynamicCollisionAlert"); \ +static_assert(sizeof(BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnDynamicCollisionAlert) == 0x000048, "Wrong size on BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnDynamicCollisionAlert"); \ +static_assert(offsetof(BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnDynamicCollisionAlert, Data) == 0x000000, "Member 'BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnDynamicCollisionAlert::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnFinish \ +static_assert(alignof(BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnFinish) == 0x000008, "Wrong alignment on BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnFinish"); \ +static_assert(sizeof(BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnFinish) == 0x0002B8, "Wrong size on BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnFinish"); \ +static_assert(offsetof(BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnFinish, Data) == 0x000000, "Member 'BUS_MovementSystem_AIFlyPathMoveMode_Pathfinding_OnFinish::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_MovementSystem_OnAIPathMoveModeMoveComplete \ +static_assert(alignof(BUS_MovementSystem_OnAIPathMoveModeMoveComplete) == 0x000004, "Wrong alignment on BUS_MovementSystem_OnAIPathMoveModeMoveComplete"); \ +static_assert(sizeof(BUS_MovementSystem_OnAIPathMoveModeMoveComplete) == 0x000008, "Wrong size on BUS_MovementSystem_OnAIPathMoveModeMoveComplete"); \ +static_assert(offsetof(BUS_MovementSystem_OnAIPathMoveModeMoveComplete, MoveRequestID) == 0x000000, "Member 'BUS_MovementSystem_OnAIPathMoveModeMoveComplete::MoveRequestID' has a wrong offset!"); \ +static_assert(offsetof(BUS_MovementSystem_OnAIPathMoveModeMoveComplete, Result) == 0x000004, "Member 'BUS_MovementSystem_OnAIPathMoveModeMoveComplete::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_MovementSystem \ +static_assert(alignof(UBUS_MovementSystem) == 0x000008, "Wrong alignment on UBUS_MovementSystem"); \ +static_assert(sizeof(UBUS_MovementSystem) == 0x000040, "Wrong size on UBUS_MovementSystem"); \ +static_assert(offsetof(UBUS_MovementSystem, PlayerCameraManager) == 0x000028, "Member 'UBUS_MovementSystem::PlayerCameraManager' has a wrong offset!"); \ +static_assert(offsetof(UBUS_MovementSystem, CppCharacterMovementComp) == 0x000030, "Member 'UBUS_MovementSystem::CppCharacterMovementComp' has a wrong offset!"); \ +static_assert(offsetof(UBUS_MovementSystem, CrowdFollowComp) == 0x000038, "Member 'UBUS_MovementSystem::CrowdFollowComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunctionBinder \ +static_assert(alignof(UBGUFunctionBinder) == 0x000008, "Wrong alignment on UBGUFunctionBinder"); \ +static_assert(sizeof(UBGUFunctionBinder) == 0x000028, "Wrong size on UBGUFunctionBinder"); \ + +#define DUMPER7_ASSERTS_BGUEQSFunctionBinder_OnEQSFinish \ +static_assert(alignof(BGUEQSFunctionBinder_OnEQSFinish) == 0x000008, "Wrong alignment on BGUEQSFunctionBinder_OnEQSFinish"); \ +static_assert(sizeof(BGUEQSFunctionBinder_OnEQSFinish) == 0x000030, "Wrong size on BGUEQSFunctionBinder_OnEQSFinish"); \ +static_assert(offsetof(BGUEQSFunctionBinder_OnEQSFinish, Results) == 0x000000, "Member 'BGUEQSFunctionBinder_OnEQSFinish::Results' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSFunctionBinder_OnEQSFinish, Scores) == 0x000010, "Member 'BGUEQSFunctionBinder_OnEQSFinish::Scores' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSFunctionBinder_OnEQSFinish, ExParam) == 0x000020, "Member 'BGUEQSFunctionBinder_OnEQSFinish::ExParam' has a wrong offset!"); \ +static_assert(offsetof(BGUEQSFunctionBinder_OnEQSFinish, QueryID) == 0x00002C, "Member 'BGUEQSFunctionBinder_OnEQSFinish::QueryID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUEQSFunctionBinder \ +static_assert(alignof(UBGUEQSFunctionBinder) == 0x000008, "Wrong alignment on UBGUEQSFunctionBinder"); \ +static_assert(sizeof(UBGUEQSFunctionBinder) == 0x000030, "Wrong size on UBGUEQSFunctionBinder"); \ +static_assert(offsetof(UBGUEQSFunctionBinder, EQSObject) == 0x000028, "Member 'UBGUEQSFunctionBinder::EQSObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_EventCollectionCS \ +static_assert(alignof(UBUS_EventCollectionCS) == 0x000008, "Wrong alignment on UBUS_EventCollectionCS"); \ +static_assert(sizeof(UBUS_EventCollectionCS) == 0x000130, "Wrong size on UBUS_EventCollectionCS"); \ +static_assert(offsetof(UBUS_EventCollectionCS, Evt_SetFloatValueToSimulateFog) == 0x000110, "Member 'UBUS_EventCollectionCS::Evt_SetFloatValueToSimulateFog' has a wrong offset!"); \ +static_assert(offsetof(UBUS_EventCollectionCS, Evt_TriggerFrozenFractureBreak) == 0x000120, "Member 'UBUS_EventCollectionCS::Evt_TriggerFrozenFractureBreak' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_SpiderMoveTo \ +static_assert(alignof(UBAIT_SpiderMoveTo) == 0x000008, "Wrong alignment on UBAIT_SpiderMoveTo"); \ +static_assert(sizeof(UBAIT_SpiderMoveTo) == 0x0000B8, "Wrong size on UBAIT_SpiderMoveTo"); \ +static_assert(offsetof(UBAIT_SpiderMoveTo, MaxMoveTime) == 0x0000A8, "Member 'UBAIT_SpiderMoveTo::MaxMoveTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SpiderMoveTo, AcceptableRadius) == 0x0000AC, "Member 'UBAIT_SpiderMoveTo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SpiderMoveTo, BTTargetType) == 0x0000B2, "Member 'UBAIT_SpiderMoveTo::BTTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SpiderMoveTo, TargetPositionType) == 0x0000B3, "Member 'UBAIT_SpiderMoveTo::TargetPositionType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SpiderMoveTo, SpeedRateType) == 0x0000B4, "Member 'UBAIT_SpiderMoveTo::SpeedRateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageBinder_OnInterrupted \ +static_assert(alignof(BGUPlayMontageBinder_OnInterrupted) == 0x000008, "Wrong alignment on BGUPlayMontageBinder_OnInterrupted"); \ +static_assert(sizeof(BGUPlayMontageBinder_OnInterrupted) == 0x000018, "Wrong size on BGUPlayMontageBinder_OnInterrupted"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnInterrupted, _ReqIdx) == 0x000000, "Member 'BGUPlayMontageBinder_OnInterrupted::_ReqIdx' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnInterrupted, AnimInstance) == 0x000008, "Member 'BGUPlayMontageBinder_OnInterrupted::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnInterrupted, Montage) == 0x000010, "Member 'BGUPlayMontageBinder_OnInterrupted::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageBinder_OnCompleted \ +static_assert(alignof(BGUPlayMontageBinder_OnCompleted) == 0x000008, "Wrong alignment on BGUPlayMontageBinder_OnCompleted"); \ +static_assert(sizeof(BGUPlayMontageBinder_OnCompleted) == 0x000018, "Wrong size on BGUPlayMontageBinder_OnCompleted"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnCompleted, _ReqIdx) == 0x000000, "Member 'BGUPlayMontageBinder_OnCompleted::_ReqIdx' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnCompleted, AnimInstance) == 0x000008, "Member 'BGUPlayMontageBinder_OnCompleted::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnCompleted, Montage) == 0x000010, "Member 'BGUPlayMontageBinder_OnCompleted::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayMontageBinder_OnBlendOut \ +static_assert(alignof(BGUPlayMontageBinder_OnBlendOut) == 0x000008, "Wrong alignment on BGUPlayMontageBinder_OnBlendOut"); \ +static_assert(sizeof(BGUPlayMontageBinder_OnBlendOut) == 0x000018, "Wrong size on BGUPlayMontageBinder_OnBlendOut"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnBlendOut, _ReqIdx) == 0x000000, "Member 'BGUPlayMontageBinder_OnBlendOut::_ReqIdx' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnBlendOut, AnimInstance) == 0x000008, "Member 'BGUPlayMontageBinder_OnBlendOut::AnimInstance' has a wrong offset!"); \ +static_assert(offsetof(BGUPlayMontageBinder_OnBlendOut, Montage) == 0x000010, "Member 'BGUPlayMontageBinder_OnBlendOut::Montage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUPlayMontageBinder \ +static_assert(alignof(UBGUPlayMontageBinder) == 0x000008, "Wrong alignment on UBGUPlayMontageBinder"); \ +static_assert(sizeof(UBGUPlayMontageBinder) == 0x000028, "Wrong size on UBGUPlayMontageBinder"); \ + +#define DUMPER7_ASSERTS_GSBackgroundBlurCS_SetCommParams \ +static_assert(alignof(GSBackgroundBlurCS_SetCommParams) == 0x000008, "Wrong alignment on GSBackgroundBlurCS_SetCommParams"); \ +static_assert(sizeof(GSBackgroundBlurCS_SetCommParams) == 0x000060, "Wrong size on GSBackgroundBlurCS_SetCommParams"); \ +static_assert(offsetof(GSBackgroundBlurCS_SetCommParams, InCommParams) == 0x000000, "Member 'GSBackgroundBlurCS_SetCommParams::InCommParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSBackgroundBlurCS \ +static_assert(alignof(UGSBackgroundBlurCS) == 0x000010, "Wrong alignment on UGSBackgroundBlurCS"); \ +static_assert(sizeof(UGSBackgroundBlurCS) == 0x0003A0, "Wrong size on UGSBackgroundBlurCS"); \ +static_assert(offsetof(UGSBackgroundBlurCS, CommParams) == 0x000340, "Member 'UGSBackgroundBlurCS::CommParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSTalentSplineWidget \ +static_assert(alignof(UGSTalentSplineWidget) == 0x000010, "Wrong alignment on UGSTalentSplineWidget"); \ +static_assert(sizeof(UGSTalentSplineWidget) == 0x0002B0, "Wrong size on UGSTalentSplineWidget"); \ +static_assert(offsetof(UGSTalentSplineWidget, ParentID) == 0x0002A0, "Member 'UGSTalentSplineWidget::ParentID' has a wrong offset!"); \ +static_assert(offsetof(UGSTalentSplineWidget, ChildID) == 0x0002A4, "Member 'UGSTalentSplineWidget::ChildID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_ShowSpecialUIV2_GetDisplayName \ +static_assert(alignof(BSNS_ShowSpecialUIV2_GetDisplayName) == 0x000008, "Wrong alignment on BSNS_ShowSpecialUIV2_GetDisplayName"); \ +static_assert(sizeof(BSNS_ShowSpecialUIV2_GetDisplayName) == 0x000010, "Wrong size on BSNS_ShowSpecialUIV2_GetDisplayName"); \ +static_assert(offsetof(BSNS_ShowSpecialUIV2_GetDisplayName, ReturnValue) == 0x000000, "Member 'BSNS_ShowSpecialUIV2_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_ShowSpecialUIV2_OnNotifyBegin \ +static_assert(alignof(BSNS_ShowSpecialUIV2_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_ShowSpecialUIV2_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_ShowSpecialUIV2_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_ShowSpecialUIV2_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_ShowSpecialUIV2_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_ShowSpecialUIV2_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_ShowSpecialUIV2_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_ShowSpecialUIV2_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_ShowSpecialUIV2_OnNotifyEnd \ +static_assert(alignof(BSNS_ShowSpecialUIV2_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_ShowSpecialUIV2_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_ShowSpecialUIV2_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_ShowSpecialUIV2_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_ShowSpecialUIV2_OnNotifyEnd, Player) == 0x000000, "Member 'BSNS_ShowSpecialUIV2_OnNotifyEnd::Player' has a wrong offset!"); \ +static_assert(offsetof(BSNS_ShowSpecialUIV2_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_ShowSpecialUIV2_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_ShowSpecialUIV2 \ +static_assert(alignof(UBSNS_ShowSpecialUIV2) == 0x000008, "Wrong alignment on UBSNS_ShowSpecialUIV2"); \ +static_assert(sizeof(UBSNS_ShowSpecialUIV2) == 0x000128, "Wrong size on UBSNS_ShowSpecialUIV2"); \ +static_assert(offsetof(UBSNS_ShowSpecialUIV2, UIPageID) == 0x000100, "Member 'UBSNS_ShowSpecialUIV2::UIPageID' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUIV2, DialogueID) == 0x000104, "Member 'UBSNS_ShowSpecialUIV2::DialogueID' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUIV2, NameID) == 0x000108, "Member 'UBSNS_ShowSpecialUIV2::NameID' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUIV2, MediaId) == 0x00010C, "Member 'UBSNS_ShowSpecialUIV2::MediaId' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUIV2, OpenEndingCredits) == 0x000110, "Member 'UBSNS_ShowSpecialUIV2::OpenEndingCredits' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUIV2, BlackInfo) == 0x000118, "Member 'UBSNS_ShowSpecialUIV2::BlackInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_CursorMap \ +static_assert(alignof(UBUI_CursorMap) == 0x000008, "Wrong alignment on UBUI_CursorMap"); \ +static_assert(sizeof(UBUI_CursorMap) == 0x0003E8, "Wrong size on UBUI_CursorMap"); \ +static_assert(offsetof(UBUI_CursorMap, MovePower) == 0x0003D8, "Member 'UBUI_CursorMap::MovePower' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorMap, CursorMoveDelay) == 0x0003DC, "Member 'UBUI_CursorMap::CursorMoveDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorMap, ToPosSpeed) == 0x0003E0, "Member 'UBUI_CursorMap::ToPosSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorMap, ToScaleSpeed) == 0x0003E4, "Member 'UBUI_CursorMap::ToScaleSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_MapWidget \ +static_assert(alignof(UBUI_MapWidget) == 0x000008, "Wrong alignment on UBUI_MapWidget"); \ +static_assert(sizeof(UBUI_MapWidget) == 0x0003E8, "Wrong size on UBUI_MapWidget"); \ + +#define DUMPER7_ASSERTS_UGSTextBlockCS \ +static_assert(alignof(UGSTextBlockCS) == 0x000010, "Wrong alignment on UGSTextBlockCS"); \ +static_assert(sizeof(UGSTextBlockCS) == 0x0003D0, "Wrong size on UGSTextBlockCS"); \ + +#define DUMPER7_ASSERTS_BGUBaseOnUnitRotateComponent_TickComponentGS \ +static_assert(alignof(BGUBaseOnUnitRotateComponent_TickComponentGS) == 0x000004, "Wrong alignment on BGUBaseOnUnitRotateComponent_TickComponentGS"); \ +static_assert(sizeof(BGUBaseOnUnitRotateComponent_TickComponentGS) == 0x000004, "Wrong size on BGUBaseOnUnitRotateComponent_TickComponentGS"); \ +static_assert(offsetof(BGUBaseOnUnitRotateComponent_TickComponentGS, DeltaSeconds) == 0x000000, "Member 'BGUBaseOnUnitRotateComponent_TickComponentGS::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation \ +static_assert(alignof(BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation) == 0x000008, "Wrong alignment on BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation"); \ +static_assert(sizeof(BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation) == 0x000038, "Wrong size on BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation"); \ +static_assert(offsetof(BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation, BaseUnit) == 0x000000, "Member 'BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation::BaseUnit' has a wrong offset!"); \ +static_assert(offsetof(BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation, TargteRotation) == 0x000008, "Member 'BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation::TargteRotation' has a wrong offset!"); \ +static_assert(offsetof(BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation, OffsetVector) == 0x000020, "Member 'BGUBaseOnUnitRotateComponent_BGUSetBaseOnUnitRotation::OffsetVector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUBaseOnUnitRotateComponent \ +static_assert(alignof(UBGUBaseOnUnitRotateComponent) == 0x000010, "Wrong alignment on UBGUBaseOnUnitRotateComponent"); \ +static_assert(sizeof(UBGUBaseOnUnitRotateComponent) == 0x0002F0, "Wrong size on UBGUBaseOnUnitRotateComponent"); \ +static_assert(offsetof(UBGUBaseOnUnitRotateComponent, BaseOnUnitRotation) == 0x0002C0, "Member 'UBGUBaseOnUnitRotateComponent::BaseOnUnitRotation' has a wrong offset!"); \ +static_assert(offsetof(UBGUBaseOnUnitRotateComponent, OffsetLocation) == 0x0002D8, "Member 'UBGUBaseOnUnitRotateComponent::OffsetLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPostProcessMatInfo \ +static_assert(alignof(UPostProcessMatInfo) == 0x000008, "Wrong alignment on UPostProcessMatInfo"); \ +static_assert(sizeof(UPostProcessMatInfo) == 0x000098, "Wrong size on UPostProcessMatInfo"); \ +static_assert(offsetof(UPostProcessMatInfo, Materials) == 0x000028, "Member 'UPostProcessMatInfo::Materials' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessMatInfo, PostProcessMatSetting) == 0x000038, "Member 'UPostProcessMatInfo::PostProcessMatSetting' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessMatInfo, OwnerActor) == 0x000040, "Member 'UPostProcessMatInfo::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(UPostProcessMatInfo, LastFrameDataCache) == 0x000048, "Member 'UPostProcessMatInfo::LastFrameDataCache' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_PlayerTransactionEventCollection_InteractTransactionStart \ +static_assert(alignof(PlayerTransactionEventCollection_InteractTransactionStart) == 0x000008, "Wrong alignment on PlayerTransactionEventCollection_InteractTransactionStart"); \ +static_assert(sizeof(PlayerTransactionEventCollection_InteractTransactionStart) == 0x000008, "Wrong size on PlayerTransactionEventCollection_InteractTransactionStart"); \ +static_assert(offsetof(PlayerTransactionEventCollection_InteractTransactionStart, Param) == 0x000000, "Member 'PlayerTransactionEventCollection_InteractTransactionStart::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UPlayerTransactionEventCollection \ +static_assert(alignof(UPlayerTransactionEventCollection) == 0x000008, "Wrong alignment on UPlayerTransactionEventCollection"); \ +static_assert(sizeof(UPlayerTransactionEventCollection) == 0x0000C0, "Wrong size on UPlayerTransactionEventCollection"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckStalemateMoveTimeAbove \ +static_assert(alignof(UBAID_CheckStalemateMoveTimeAbove) == 0x000008, "Wrong alignment on UBAID_CheckStalemateMoveTimeAbove"); \ +static_assert(sizeof(UBAID_CheckStalemateMoveTimeAbove) == 0x000098, "Wrong size on UBAID_CheckStalemateMoveTimeAbove"); \ +static_assert(offsetof(UBAID_CheckStalemateMoveTimeAbove, TimeValue) == 0x000090, "Member 'UBAID_CheckStalemateMoveTimeAbove::TimeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBPS_ReplayPlayerControllerDataComp \ +static_assert(alignof(UBPS_ReplayPlayerControllerDataComp) == 0x000008, "Wrong alignment on UBPS_ReplayPlayerControllerDataComp"); \ +static_assert(sizeof(UBPS_ReplayPlayerControllerDataComp) == 0x0000D0, "Wrong size on UBPS_ReplayPlayerControllerDataComp"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Combo \ +static_assert(alignof(UBED_BehaviorNode_Combo) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Combo"); \ +static_assert(sizeof(UBED_BehaviorNode_Combo) == 0x000348, "Wrong size on UBED_BehaviorNode_Combo"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, ComboTargetType) == 0x0002A0, "Member 'UBED_BehaviorNode_Combo::ComboTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, SkillSourceType) == 0x0002A1, "Member 'UBED_BehaviorNode_Combo::SkillSourceType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, PursuitRangePos) == 0x0002A8, "Member 'UBED_BehaviorNode_Combo::PursuitRangePos' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, SpeedRateType) == 0x0002AC, "Member 'UBED_BehaviorNode_Combo::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, MotionMatchingMoveMode) == 0x0002AD, "Member 'UBED_BehaviorNode_Combo::MotionMatchingMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, MoveAIType) == 0x0002AE, "Member 'UBED_BehaviorNode_Combo::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, MoveAcceptableRadiusType) == 0x0002AF, "Member 'UBED_BehaviorNode_Combo::MoveAcceptableRadiusType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, BeginRotateAngle) == 0x0002B0, "Member 'UBED_BehaviorNode_Combo::BeginRotateAngle' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, BeginMoveDistanceWhenUseSkill) == 0x0002B8, "Member 'UBED_BehaviorNode_Combo::BeginMoveDistanceWhenUseSkill' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, TraceDistance) == 0x0002C0, "Member 'UBED_BehaviorNode_Combo::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, TraceTypeQuery) == 0x0002C4, "Member 'UBED_BehaviorNode_Combo::TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, TopRandomSkillPercent) == 0x0002C8, "Member 'UBED_BehaviorNode_Combo::TopRandomSkillPercent' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, SkillArray) == 0x0002D0, "Member 'UBED_BehaviorNode_Combo::SkillArray' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, ComboSkillNumInfo) == 0x0002E8, "Member 'UBED_BehaviorNode_Combo::ComboSkillNumInfo' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, DirectionBaseSocket) == 0x0002FC, "Member 'UBED_BehaviorNode_Combo::DirectionBaseSocket' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, ForwardSocket) == 0x000304, "Member 'UBED_BehaviorNode_Combo::ForwardSocket' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, RightSocket) == 0x00030C, "Member 'UBED_BehaviorNode_Combo::RightSocket' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, SkillConfigMode) == 0x000314, "Member 'UBED_BehaviorNode_Combo::SkillConfigMode' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, SingleDirectionSkills) == 0x000318, "Member 'UBED_BehaviorNode_Combo::SingleDirectionSkills' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, AvoidObstacleSectionNum) == 0x000328, "Member 'UBED_BehaviorNode_Combo::AvoidObstacleSectionNum' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, SectionsStartAngle) == 0x00032C, "Member 'UBED_BehaviorNode_Combo::SectionsStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, IntervalAngle) == 0x000330, "Member 'UBED_BehaviorNode_Combo::IntervalAngle' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_Combo, AvoidObstacleSections) == 0x000338, "Member 'UBED_BehaviorNode_Combo::AvoidObstacleSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUSpawnCollectionActor \ +static_assert(alignof(ABUSpawnCollectionActor) == 0x000008, "Wrong alignment on ABUSpawnCollectionActor"); \ +static_assert(sizeof(ABUSpawnCollectionActor) == 0x000310, "Wrong size on ABUSpawnCollectionActor"); \ +static_assert(offsetof(ABUSpawnCollectionActor, SpawnCollectionComp) == 0x000308, "Member 'ABUSpawnCollectionActor::SpawnCollectionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_CLS_TeardownForPipelineCS \ +static_assert(alignof(BMPS_CLS_TeardownForPipelineCS) == 0x000008, "Wrong alignment on BMPS_CLS_TeardownForPipelineCS"); \ +static_assert(sizeof(BMPS_CLS_TeardownForPipelineCS) == 0x000008, "Wrong size on BMPS_CLS_TeardownForPipelineCS"); \ +static_assert(offsetof(BMPS_CLS_TeardownForPipelineCS, InPipeline) == 0x000000, "Member 'BMPS_CLS_TeardownForPipelineCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_CLS_SetupForPipelineCS \ +static_assert(alignof(BMPS_CLS_SetupForPipelineCS) == 0x000008, "Wrong alignment on BMPS_CLS_SetupForPipelineCS"); \ +static_assert(sizeof(BMPS_CLS_SetupForPipelineCS) == 0x000008, "Wrong size on BMPS_CLS_SetupForPipelineCS"); \ +static_assert(offsetof(BMPS_CLS_SetupForPipelineCS, InPipeline) == 0x000000, "Member 'BMPS_CLS_SetupForPipelineCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_CLS_IgnoreTransientFiltersCS \ +static_assert(alignof(BMPS_CLS_IgnoreTransientFiltersCS) == 0x000001, "Wrong alignment on BMPS_CLS_IgnoreTransientFiltersCS"); \ +static_assert(sizeof(BMPS_CLS_IgnoreTransientFiltersCS) == 0x000001, "Wrong size on BMPS_CLS_IgnoreTransientFiltersCS"); \ + +#define DUMPER7_ASSERTS_BMPS_CLS_GetDisplayTextCS \ +static_assert(alignof(BMPS_CLS_GetDisplayTextCS) == 0x000008, "Wrong alignment on BMPS_CLS_GetDisplayTextCS"); \ +static_assert(sizeof(BMPS_CLS_GetDisplayTextCS) == 0x000010, "Wrong size on BMPS_CLS_GetDisplayTextCS"); \ +static_assert(offsetof(BMPS_CLS_GetDisplayTextCS, ReturnValue) == 0x000000, "Member 'BMPS_CLS_GetDisplayTextCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBMPS_CLS \ +static_assert(alignof(UBMPS_CLS) == 0x000008, "Wrong alignment on UBMPS_CLS"); \ +static_assert(sizeof(UBMPS_CLS) == 0x000050, "Wrong size on UBMPS_CLS"); \ +static_assert(offsetof(UBMPS_CLS, BlendInSpeed) == 0x00004C, "Member 'UBMPS_CLS::BlendInSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_Equip_SetupForPipelineCS \ +static_assert(alignof(BMPS_Equip_SetupForPipelineCS) == 0x000008, "Wrong alignment on BMPS_Equip_SetupForPipelineCS"); \ +static_assert(sizeof(BMPS_Equip_SetupForPipelineCS) == 0x000008, "Wrong size on BMPS_Equip_SetupForPipelineCS"); \ +static_assert(offsetof(BMPS_Equip_SetupForPipelineCS, InPipeline) == 0x000000, "Member 'BMPS_Equip_SetupForPipelineCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_Equip_GetDisplayTextCS \ +static_assert(alignof(BMPS_Equip_GetDisplayTextCS) == 0x000008, "Wrong alignment on BMPS_Equip_GetDisplayTextCS"); \ +static_assert(sizeof(BMPS_Equip_GetDisplayTextCS) == 0x000010, "Wrong size on BMPS_Equip_GetDisplayTextCS"); \ +static_assert(offsetof(BMPS_Equip_GetDisplayTextCS, ReturnValue) == 0x000000, "Member 'BMPS_Equip_GetDisplayTextCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBMPS_Equip \ +static_assert(alignof(UBMPS_Equip) == 0x000008, "Wrong alignment on UBMPS_Equip"); \ +static_assert(sizeof(UBMPS_Equip) == 0x0000A8, "Wrong size on UBMPS_Equip"); \ +static_assert(offsetof(UBMPS_Equip, MeshConfig) == 0x000048, "Member 'UBMPS_Equip::MeshConfig' has a wrong offset!"); \ +static_assert(offsetof(UBMPS_Equip, AbpConfig) == 0x000078, "Member 'UBMPS_Equip::AbpConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_LevelStreaming_TeardownForPipelineCS \ +static_assert(alignof(BMPS_LevelStreaming_TeardownForPipelineCS) == 0x000008, "Wrong alignment on BMPS_LevelStreaming_TeardownForPipelineCS"); \ +static_assert(sizeof(BMPS_LevelStreaming_TeardownForPipelineCS) == 0x000008, "Wrong size on BMPS_LevelStreaming_TeardownForPipelineCS"); \ +static_assert(offsetof(BMPS_LevelStreaming_TeardownForPipelineCS, InPipeline) == 0x000000, "Member 'BMPS_LevelStreaming_TeardownForPipelineCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_LevelStreaming_SetupForPipelineCS \ +static_assert(alignof(BMPS_LevelStreaming_SetupForPipelineCS) == 0x000008, "Wrong alignment on BMPS_LevelStreaming_SetupForPipelineCS"); \ +static_assert(sizeof(BMPS_LevelStreaming_SetupForPipelineCS) == 0x000008, "Wrong size on BMPS_LevelStreaming_SetupForPipelineCS"); \ +static_assert(offsetof(BMPS_LevelStreaming_SetupForPipelineCS, InPipeline) == 0x000000, "Member 'BMPS_LevelStreaming_SetupForPipelineCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_LevelStreaming_GetDisplayTextCS \ +static_assert(alignof(BMPS_LevelStreaming_GetDisplayTextCS) == 0x000008, "Wrong alignment on BMPS_LevelStreaming_GetDisplayTextCS"); \ +static_assert(sizeof(BMPS_LevelStreaming_GetDisplayTextCS) == 0x000010, "Wrong size on BMPS_LevelStreaming_GetDisplayTextCS"); \ +static_assert(offsetof(BMPS_LevelStreaming_GetDisplayTextCS, ReturnValue) == 0x000000, "Member 'BMPS_LevelStreaming_GetDisplayTextCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBMPS_LevelStreaming \ +static_assert(alignof(UBMPS_LevelStreaming) == 0x000008, "Wrong alignment on UBMPS_LevelStreaming"); \ +static_assert(sizeof(UBMPS_LevelStreaming) == 0x0001D8, "Wrong size on UBMPS_LevelStreaming"); \ +static_assert(offsetof(UBMPS_LevelStreaming, GeometryLevelsLoadSetting) == 0x000048, "Member 'UBMPS_LevelStreaming::GeometryLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBMPS_LevelStreaming, SeqLevelsLoadSetting) == 0x000098, "Member 'UBMPS_LevelStreaming::SeqLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBMPS_LevelStreaming, ItemLevelsLoadSetting) == 0x0000E8, "Member 'UBMPS_LevelStreaming::ItemLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBMPS_LevelStreaming, OtherLevelsLoadSetting) == 0x000138, "Member 'UBMPS_LevelStreaming::OtherLevelsLoadSetting' has a wrong offset!"); \ +static_assert(offsetof(UBMPS_LevelStreaming, MonsterLevelsLoadSetting) == 0x000188, "Member 'UBMPS_LevelStreaming::MonsterLevelsLoadSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUC_PerformerMappingConfigDataAsset \ +static_assert(alignof(UBUC_PerformerMappingConfigDataAsset) == 0x000008, "Wrong alignment on UBUC_PerformerMappingConfigDataAsset"); \ +static_assert(sizeof(UBUC_PerformerMappingConfigDataAsset) == 0x000080, "Wrong size on UBUC_PerformerMappingConfigDataAsset"); \ +static_assert(offsetof(UBUC_PerformerMappingConfigDataAsset, PerformerTagMapping) == 0x000030, "Member 'UBUC_PerformerMappingConfigDataAsset::PerformerTagMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpawnMultiPointDataComp \ +static_assert(alignof(UBUS_SpawnMultiPointDataComp) == 0x000008, "Wrong alignment on UBUS_SpawnMultiPointDataComp"); \ +static_assert(sizeof(UBUS_SpawnMultiPointDataComp) == 0x0000D8, "Wrong size on UBUS_SpawnMultiPointDataComp"); \ + +#define DUMPER7_ASSERTS_BMPS_PerformerConfig_AfterLevelSequenceActorInitializedCS \ +static_assert(alignof(BMPS_PerformerConfig_AfterLevelSequenceActorInitializedCS) == 0x000008, "Wrong alignment on BMPS_PerformerConfig_AfterLevelSequenceActorInitializedCS"); \ +static_assert(sizeof(BMPS_PerformerConfig_AfterLevelSequenceActorInitializedCS) == 0x000008, "Wrong size on BMPS_PerformerConfig_AfterLevelSequenceActorInitializedCS"); \ +static_assert(offsetof(BMPS_PerformerConfig_AfterLevelSequenceActorInitializedCS, InPipeline) == 0x000000, "Member 'BMPS_PerformerConfig_AfterLevelSequenceActorInitializedCS::InPipeline' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BMPS_PerformerConfig_GetDisplayTextCS \ +static_assert(alignof(BMPS_PerformerConfig_GetDisplayTextCS) == 0x000008, "Wrong alignment on BMPS_PerformerConfig_GetDisplayTextCS"); \ +static_assert(sizeof(BMPS_PerformerConfig_GetDisplayTextCS) == 0x000010, "Wrong size on BMPS_PerformerConfig_GetDisplayTextCS"); \ +static_assert(offsetof(BMPS_PerformerConfig_GetDisplayTextCS, ReturnValue) == 0x000000, "Member 'BMPS_PerformerConfig_GetDisplayTextCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBMPS_PerformerConfig \ +static_assert(alignof(UBMPS_PerformerConfig) == 0x000008, "Wrong alignment on UBMPS_PerformerConfig"); \ +static_assert(sizeof(UBMPS_PerformerConfig) == 0x000050, "Wrong size on UBMPS_PerformerConfig"); \ +static_assert(offsetof(UBMPS_PerformerConfig, PerformerTagMapping) == 0x000048, "Member 'UBMPS_PerformerConfig::PerformerTagMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_CricketWinFinish_OnNotifyBegin \ +static_assert(alignof(BSNS_CricketWinFinish_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_CricketWinFinish_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_CricketWinFinish_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_CricketWinFinish_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_CricketWinFinish_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_CricketWinFinish_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_CricketWinFinish_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_CricketWinFinish_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_CricketWinFinish_OnNotifyEnd \ +static_assert(alignof(BSNS_CricketWinFinish_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_CricketWinFinish_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_CricketWinFinish_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_CricketWinFinish_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_CricketWinFinish_OnNotifyEnd, InPlayer) == 0x000000, "Member 'BSNS_CricketWinFinish_OnNotifyEnd::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_CricketWinFinish_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_CricketWinFinish_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_CricketWinFinish \ +static_assert(alignof(UBSNS_CricketWinFinish) == 0x000008, "Wrong alignment on UBSNS_CricketWinFinish"); \ +static_assert(sizeof(UBSNS_CricketWinFinish) == 0x000100, "Wrong size on UBSNS_CricketWinFinish"); \ + +#define DUMPER7_ASSERTS_BSNS_GSDispInteract_OnNotifyBegin \ +static_assert(alignof(BSNS_GSDispInteract_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_GSDispInteract_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_GSDispInteract_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_GSDispInteract_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_GSDispInteract_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_GSDispInteract_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_GSDispInteract_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_GSDispInteract_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_GSDispInteract_OnNotifyEnd \ +static_assert(alignof(BSNS_GSDispInteract_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_GSDispInteract_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_GSDispInteract_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_GSDispInteract_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_GSDispInteract_OnNotifyEnd, InPlayer) == 0x000000, "Member 'BSNS_GSDispInteract_OnNotifyEnd::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_GSDispInteract_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_GSDispInteract_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_GSDispInteract \ +static_assert(alignof(UBSNS_GSDispInteract) == 0x000008, "Wrong alignment on UBSNS_GSDispInteract"); \ +static_assert(sizeof(UBSNS_GSDispInteract) == 0x000128, "Wrong size on UBSNS_GSDispInteract"); \ +static_assert(offsetof(UBSNS_GSDispInteract, UnitGuid) == 0x000100, "Member 'UBSNS_GSDispInteract::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_GSDispInteract, ExtraInteractBones) == 0x000108, "Member 'UBSNS_GSDispInteract::ExtraInteractBones' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_GSDispInteract, OverrideInfo) == 0x000118, "Member 'UBSNS_GSDispInteract::OverrideInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AudioTriggerCompFunctionBinder_AudioCallback \ +static_assert(alignof(AudioTriggerCompFunctionBinder_AudioCallback) == 0x000008, "Wrong alignment on AudioTriggerCompFunctionBinder_AudioCallback"); \ +static_assert(sizeof(AudioTriggerCompFunctionBinder_AudioCallback) == 0x000010, "Wrong size on AudioTriggerCompFunctionBinder_AudioCallback"); \ +static_assert(offsetof(AudioTriggerCompFunctionBinder_AudioCallback, CallbackType) == 0x000000, "Member 'AudioTriggerCompFunctionBinder_AudioCallback::CallbackType' has a wrong offset!"); \ +static_assert(offsetof(AudioTriggerCompFunctionBinder_AudioCallback, CallbackInfo) == 0x000008, "Member 'AudioTriggerCompFunctionBinder_AudioCallback::CallbackInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAudioTriggerCompFunctionBinder \ +static_assert(alignof(UAudioTriggerCompFunctionBinder) == 0x000008, "Wrong alignment on UAudioTriggerCompFunctionBinder"); \ +static_assert(sizeof(UAudioTriggerCompFunctionBinder) == 0x000028, "Wrong size on UAudioTriggerCompFunctionBinder"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckFamilyTreeRootHasBuff \ +static_assert(alignof(UBAID_CheckFamilyTreeRootHasBuff) == 0x000008, "Wrong alignment on UBAID_CheckFamilyTreeRootHasBuff"); \ +static_assert(sizeof(UBAID_CheckFamilyTreeRootHasBuff) == 0x000098, "Wrong size on UBAID_CheckFamilyTreeRootHasBuff"); \ +static_assert(offsetof(UBAID_CheckFamilyTreeRootHasBuff, BuffID) == 0x000090, "Member 'UBAID_CheckFamilyTreeRootHasBuff::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged \ +static_assert(alignof(BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged"); \ +static_assert(sizeof(BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged) == 0x000020, "Wrong size on BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged"); \ +static_assert(offsetof(BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_Behavior_CheckCurrentCastSkillId_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_Behavior_CheckCurrentCastSkillId \ +static_assert(alignof(UBED_Behavior_CheckCurrentCastSkillId) == 0x000008, "Wrong alignment on UBED_Behavior_CheckCurrentCastSkillId"); \ +static_assert(sizeof(UBED_Behavior_CheckCurrentCastSkillId) == 0x0002B0, "Wrong size on UBED_Behavior_CheckCurrentCastSkillId"); \ +static_assert(offsetof(UBED_Behavior_CheckCurrentCastSkillId, SkillIds) == 0x0002A0, "Member 'UBED_Behavior_CheckCurrentCastSkillId::SkillIds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_StopAllAnimMontage_OnNotifyBegin \ +static_assert(alignof(BSNS_StopAllAnimMontage_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_StopAllAnimMontage_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_StopAllAnimMontage_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_StopAllAnimMontage_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_StopAllAnimMontage_OnNotifyBegin, Player) == 0x000000, "Member 'BSNS_StopAllAnimMontage_OnNotifyBegin::Player' has a wrong offset!"); \ +static_assert(offsetof(BSNS_StopAllAnimMontage_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_StopAllAnimMontage_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_StopAllAnimMontage \ +static_assert(alignof(UBSNS_StopAllAnimMontage) == 0x000008, "Wrong alignment on UBSNS_StopAllAnimMontage"); \ +static_assert(sizeof(UBSNS_StopAllAnimMontage) == 0x000110, "Wrong size on UBSNS_StopAllAnimMontage"); \ +static_assert(offsetof(UBSNS_StopAllAnimMontage, UnitGuid) == 0x000104, "Member 'UBSNS_StopAllAnimMontage::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_ForceTrigger_OnNotify \ +static_assert(alignof(BSN_ForceTrigger_OnNotify) == 0x000008, "Wrong alignment on BSN_ForceTrigger_OnNotify"); \ +static_assert(sizeof(BSN_ForceTrigger_OnNotify) == 0x000010, "Wrong size on BSN_ForceTrigger_OnNotify"); \ +static_assert(offsetof(BSN_ForceTrigger_OnNotify, InPlayer) == 0x000000, "Member 'BSN_ForceTrigger_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_ForceTrigger_OnNotify, InStatus) == 0x000008, "Member 'BSN_ForceTrigger_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_ForceTrigger \ +static_assert(alignof(UBSN_ForceTrigger) == 0x000008, "Wrong alignment on UBSN_ForceTrigger"); \ +static_assert(sizeof(UBSN_ForceTrigger) == 0x000108, "Wrong size on UBSN_ForceTrigger"); \ +static_assert(offsetof(UBSN_ForceTrigger, TriggerActorGuid) == 0x000100, "Member 'UBSN_ForceTrigger::TriggerActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUAudioEmitter \ +static_assert(alignof(ABGUAudioEmitter) == 0x000008, "Wrong alignment on ABGUAudioEmitter"); \ +static_assert(sizeof(ABGUAudioEmitter) == 0x000328, "Wrong size on ABGUAudioEmitter"); \ +static_assert(offsetof(ABGUAudioEmitter, Root) == 0x000308, "Member 'ABGUAudioEmitter::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUAudioEmitter, Spline) == 0x000310, "Member 'ABGUAudioEmitter::Spline' has a wrong offset!"); \ +static_assert(offsetof(ABGUAudioEmitter, AkComponent) == 0x000318, "Member 'ABGUAudioEmitter::AkComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGUAudioEmitter, AudioEmitterEditComp) == 0x000320, "Member 'ABGUAudioEmitter::AudioEmitterEditComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetBattleMainCon_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetBattleMainCon_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetBattleMainCon_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetBattleMainCon_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetBattleMainCon_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetBattleMainCon_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetBattleMainCon_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetBattleMainCon_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetBattleMainCon_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetBattleMainCon \ +static_assert(alignof(UBANS_GSSetBattleMainCon) == 0x000008, "Wrong alignment on UBANS_GSSetBattleMainCon"); \ +static_assert(sizeof(UBANS_GSSetBattleMainCon) == 0x000050, "Wrong size on UBANS_GSSetBattleMainCon"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetDmgNumCanEnable_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetDmgNumCanEnable \ +static_assert(alignof(UBANS_GSSetDmgNumCanEnable) == 0x000008, "Wrong alignment on UBANS_GSSetDmgNumCanEnable"); \ +static_assert(sizeof(UBANS_GSSetDmgNumCanEnable) == 0x000050, "Wrong size on UBANS_GSSetDmgNumCanEnable"); \ + +#define DUMPER7_ASSERTS_BAN_GSFallDyingCheck_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSFallDyingCheck_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSFallDyingCheck_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSFallDyingCheck_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSFallDyingCheck_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSFallDyingCheck_GSNotifyCS \ +static_assert(alignof(BAN_GSFallDyingCheck_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSFallDyingCheck_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSFallDyingCheck_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSFallDyingCheck_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSFallDyingCheck_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSFallDyingCheck_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSFallDyingCheck \ +static_assert(alignof(UBAN_GSFallDyingCheck) == 0x000008, "Wrong alignment on UBAN_GSFallDyingCheck"); \ +static_assert(sizeof(UBAN_GSFallDyingCheck) == 0x000050, "Wrong size on UBAN_GSFallDyingCheck"); \ + +#define DUMPER7_ASSERTS_BAN_GSMagicallyChange_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSMagicallyChange_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSMagicallyChange_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSMagicallyChange_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSMagicallyChange_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSMagicallyChange_GSNotifyCS \ +static_assert(alignof(BAN_GSMagicallyChange_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSMagicallyChange_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSMagicallyChange_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSMagicallyChange_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSMagicallyChange_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSMagicallyChange_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSMagicallyChange \ +static_assert(alignof(UBAN_GSMagicallyChange) == 0x000008, "Wrong alignment on UBAN_GSMagicallyChange"); \ +static_assert(sizeof(UBAN_GSMagicallyChange) == 0x000060, "Wrong size on UBAN_GSMagicallyChange"); \ +static_assert(offsetof(UBAN_GSMagicallyChange, MagicallyChangeConfig) == 0x000050, "Member 'UBAN_GSMagicallyChange::MagicallyChangeConfig' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSMagicallyChange, MagicallyChangeSkillID) == 0x000058, "Member 'UBAN_GSMagicallyChange::MagicallyChangeSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSMagicallyChange, RecoverySkillID) == 0x00005C, "Member 'UBAN_GSMagicallyChange::RecoverySkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BattleSCDataComp \ +static_assert(alignof(UBUS_BattleSCDataComp) == 0x000008, "Wrong alignment on UBUS_BattleSCDataComp"); \ +static_assert(sizeof(UBUS_BattleSCDataComp) == 0x0000D0, "Wrong size on UBUS_BattleSCDataComp"); \ + +#define DUMPER7_ASSERTS_BAN_GSMagicallyChangeRecover_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSMagicallyChangeRecover_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSMagicallyChangeRecover_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSMagicallyChangeRecover_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSMagicallyChangeRecover_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSMagicallyChangeRecover_GSNotifyCS \ +static_assert(alignof(BAN_GSMagicallyChangeRecover_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSMagicallyChangeRecover_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSMagicallyChangeRecover_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSMagicallyChangeRecover_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSMagicallyChangeRecover_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSMagicallyChangeRecover_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSMagicallyChangeRecover \ +static_assert(alignof(UBAN_GSMagicallyChangeRecover) == 0x000008, "Wrong alignment on UBAN_GSMagicallyChangeRecover"); \ +static_assert(sizeof(UBAN_GSMagicallyChangeRecover) == 0x000058, "Wrong size on UBAN_GSMagicallyChangeRecover"); \ +static_assert(offsetof(UBAN_GSMagicallyChangeRecover, RecoverySkillID) == 0x000050, "Member 'UBAN_GSMagicallyChangeRecover::RecoverySkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerSplineMoveDBC_GSNotifyCS \ +static_assert(alignof(BAN_GSTriggerSplineMoveDBC_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTriggerSplineMoveDBC_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTriggerSplineMoveDBC_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTriggerSplineMoveDBC_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTriggerSplineMoveDBC_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTriggerSplineMoveDBC_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTriggerSplineMoveDBC \ +static_assert(alignof(UBAN_GSTriggerSplineMoveDBC) == 0x000008, "Wrong alignment on UBAN_GSTriggerSplineMoveDBC"); \ +static_assert(sizeof(UBAN_GSTriggerSplineMoveDBC) == 0x000050, "Wrong size on UBAN_GSTriggerSplineMoveDBC"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayMappedSoundFX_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayMappedSoundFX_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayMappedSoundFX_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayMappedSoundFX_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayMappedSoundFX_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayMappedSoundFX_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayMappedSoundFX_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayMappedSoundFX \ +static_assert(alignof(UBAN_GSPlayMappedSoundFX) == 0x000008, "Wrong alignment on UBAN_GSPlayMappedSoundFX"); \ +static_assert(sizeof(UBAN_GSPlayMappedSoundFX) == 0x000068, "Wrong size on UBAN_GSPlayMappedSoundFX"); \ +static_assert(offsetof(UBAN_GSPlayMappedSoundFX, EquipPosition) == 0x000050, "Member 'UBAN_GSPlayMappedSoundFX::EquipPosition' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayMappedSoundFX, ActionTypeID) == 0x000054, "Member 'UBAN_GSPlayMappedSoundFX::ActionTypeID' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayMappedSoundFX, SocketName) == 0x00005C, "Member 'UBAN_GSPlayMappedSoundFX::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDropItemActorCS_DropItemBPFunc \ +static_assert(alignof(BGUDropItemActorCS_DropItemBPFunc) == 0x000004, "Wrong alignment on BGUDropItemActorCS_DropItemBPFunc"); \ +static_assert(sizeof(BGUDropItemActorCS_DropItemBPFunc) == 0x000004, "Wrong size on BGUDropItemActorCS_DropItemBPFunc"); \ +static_assert(offsetof(BGUDropItemActorCS_DropItemBPFunc, FloatParam) == 0x000000, "Member 'BGUDropItemActorCS_DropItemBPFunc::FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDropItemActorCS \ +static_assert(alignof(ABGUDropItemActorCS) == 0x000008, "Wrong alignment on ABGUDropItemActorCS"); \ +static_assert(sizeof(ABGUDropItemActorCS) == 0x000338, "Wrong size on ABGUDropItemActorCS"); \ +static_assert(offsetof(ABGUDropItemActorCS, DropItemComp) == 0x000330, "Member 'ABGUDropItemActorCS::DropItemComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSGameCoustomConfig \ +static_assert(alignof(UGSGameCoustomConfig) == 0x000008, "Wrong alignment on UGSGameCoustomConfig"); \ +static_assert(sizeof(UGSGameCoustomConfig) == 0x0002C0, "Wrong size on UGSGameCoustomConfig"); \ +static_assert(offsetof(UGSGameCoustomConfig, PlatformEventSendIntervalMilliSecond) == 0x0000E4, "Member 'UGSGameCoustomConfig::PlatformEventSendIntervalMilliSecond' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, PlatformEventTimeoutMilliSecond) == 0x0000E8, "Member 'UGSGameCoustomConfig::PlatformEventTimeoutMilliSecond' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, PlayerLogMaxSize) == 0x0000EC, "Member 'UGSGameCoustomConfig::PlayerLogMaxSize' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, ReportTimeout) == 0x0000F0, "Member 'UGSGameCoustomConfig::ReportTimeout' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, UseDebugTamerConfig) == 0x0000F4, "Member 'UGSGameCoustomConfig::UseDebugTamerConfig' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, HideLockTarget) == 0x0000F8, "Member 'UGSGameCoustomConfig::HideLockTarget' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, EventWarningLevel) == 0x0000FC, "Member 'UGSGameCoustomConfig::EventWarningLevel' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DebugOnlineLevelId) == 0x000100, "Member 'UGSGameCoustomConfig::DebugOnlineLevelId' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, UITickProfileLevel) == 0x000104, "Member 'UGSGameCoustomConfig::UITickProfileLevel' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DebugDrawTag) == 0x000108, "Member 'UGSGameCoustomConfig::DebugDrawTag' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, CollectionForceType) == 0x00010C, "Member 'UGSGameCoustomConfig::CollectionForceType' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, LockDesiredPlayerHP) == 0x000110, "Member 'UGSGameCoustomConfig::LockDesiredPlayerHP' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, FSRCrashOptions) == 0x000114, "Member 'UGSGameCoustomConfig::FSRCrashOptions' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, Demo820PlayCountMax) == 0x000118, "Member 'UGSGameCoustomConfig::Demo820PlayCountMax' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, CricketBattleModeType) == 0x00011C, "Member 'UGSGameCoustomConfig::CricketBattleModeType' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DebugSettingInsertFrame) == 0x000120, "Member 'UGSGameCoustomConfig::DebugSettingInsertFrame' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, LoadingMaxTime) == 0x000124, "Member 'UGSGameCoustomConfig::LoadingMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, LoadingMaxTimeShowTips) == 0x000128, "Member 'UGSGameCoustomConfig::LoadingMaxTimeShowTips' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, EnsureReportInterval) == 0x00012C, "Member 'UGSGameCoustomConfig::EnsureReportInterval' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, FileIOStrategy) == 0x000130, "Member 'UGSGameCoustomConfig::FileIOStrategy' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DevArchiveSizeMax) == 0x000134, "Member 'UGSGameCoustomConfig::DevArchiveSizeMax' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DebugOverSeaType) == 0x000138, "Member 'UGSGameCoustomConfig::DebugOverSeaType' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, WaitMSToThrowException) == 0x00013C, "Member 'UGSGameCoustomConfig::WaitMSToThrowException' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, UpdateUserConfigInterval) == 0x000140, "Member 'UGSGameCoustomConfig::UpdateUserConfigInterval' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DebugGameCount) == 0x000144, "Member 'UGSGameCoustomConfig::DebugGameCount' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, WeaponBuildMode) == 0x000148, "Member 'UGSGameCoustomConfig::WeaponBuildMode' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, EnhancedInputDelayTime) == 0x00014C, "Member 'UGSGameCoustomConfig::EnhancedInputDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, EnhancedInputSpecialDelayTime) == 0x000150, "Member 'UGSGameCoustomConfig::EnhancedInputSpecialDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, MediaPlayerSyncToleranceMS) == 0x000154, "Member 'UGSGameCoustomConfig::MediaPlayerSyncToleranceMS' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, MediaPlayerSyncCDMS) == 0x000158, "Member 'UGSGameCoustomConfig::MediaPlayerSyncCDMS' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, BenckMarkGPULow) == 0x00015C, "Member 'UGSGameCoustomConfig::BenckMarkGPULow' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, ForceEnableDebugGMFlags) == 0x000160, "Member 'UGSGameCoustomConfig::ForceEnableDebugGMFlags' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, KAServerPort) == 0x000164, "Member 'UGSGameCoustomConfig::KAServerPort' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkReportMergeBatchEventNum) == 0x000168, "Member 'UGSGameCoustomConfig::GSSdkReportMergeBatchEventNum' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkReportMergeBatchIntervalSeconds) == 0x00016C, "Member 'UGSGameCoustomConfig::GSSdkReportMergeBatchIntervalSeconds' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, CESetRealBranchName) == 0x000170, "Member 'UGSGameCoustomConfig::CESetRealBranchName' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, RoomServerConnectAddr) == 0x000180, "Member 'UGSGameCoustomConfig::RoomServerConnectAddr' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, B1DeluxeAddOnId) == 0x000190, "Member 'UGSGameCoustomConfig::B1DeluxeAddOnId' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, B1PrePurchaseAddOnId) == 0x0001A0, "Member 'UGSGameCoustomConfig::B1PrePurchaseAddOnId' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DebugRtxEnableLevel) == 0x0001B0, "Member 'UGSGameCoustomConfig::DebugRtxEnableLevel' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, FAQWebsiteLink) == 0x0001C0, "Member 'UGSGameCoustomConfig::FAQWebsiteLink' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, FileMd5CheckIgnorePathPattern) == 0x0001D0, "Member 'UGSGameCoustomConfig::FileMd5CheckIgnorePathPattern' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, KAServerHost) == 0x0001E0, "Member 'UGSGameCoustomConfig::KAServerHost' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, KAExtraId) == 0x0001F0, "Member 'UGSGameCoustomConfig::KAExtraId' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, DevGamesciLoginServerUrl) == 0x000200, "Member 'UGSGameCoustomConfig::DevGamesciLoginServerUrl' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, Environment) == 0x000210, "Member 'UGSGameCoustomConfig::Environment' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkCDNRootUrlList) == 0x000220, "Member 'UGSGameCoustomConfig::GSSdkCDNRootUrlList' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkEnvServerUrlList) == 0x000230, "Member 'UGSGameCoustomConfig::GSSdkEnvServerUrlList' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkAppChannel) == 0x000240, "Member 'UGSGameCoustomConfig::GSSdkAppChannel' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkLoginChannel) == 0x000250, "Member 'UGSGameCoustomConfig::GSSdkLoginChannel' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkLoginSubChannel) == 0x000260, "Member 'UGSGameCoustomConfig::GSSdkLoginSubChannel' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, GSSdkPackageTags) == 0x000270, "Member 'UGSGameCoustomConfig::GSSdkPackageTags' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, SentryDSN) == 0x000280, "Member 'UGSGameCoustomConfig::SentryDSN' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, SentryHostBackup) == 0x000290, "Member 'UGSGameCoustomConfig::SentryHostBackup' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, SentrySampleRate) == 0x0002A0, "Member 'UGSGameCoustomConfig::SentrySampleRate' has a wrong offset!"); \ +static_assert(offsetof(UGSGameCoustomConfig, MagicCheckOverlay) == 0x0002B0, "Member 'UGSGameCoustomConfig::MagicCheckOverlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGS_GSEventCollection_EndPlayInCS \ +static_assert(alignof(BGS_GSEventCollection_EndPlayInCS) == 0x000001, "Wrong alignment on BGS_GSEventCollection_EndPlayInCS"); \ +static_assert(sizeof(BGS_GSEventCollection_EndPlayInCS) == 0x000001, "Wrong size on BGS_GSEventCollection_EndPlayInCS"); \ +static_assert(offsetof(BGS_GSEventCollection_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'BGS_GSEventCollection_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGS_GSEventCollection \ +static_assert(alignof(UBGS_GSEventCollection) == 0x000008, "Wrong alignment on UBGS_GSEventCollection"); \ +static_assert(sizeof(UBGS_GSEventCollection) == 0x0000D0, "Wrong size on UBGS_GSEventCollection"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckAssignTargetCondition \ +static_assert(alignof(UBAID_CheckAssignTargetCondition) == 0x000008, "Wrong alignment on UBAID_CheckAssignTargetCondition"); \ +static_assert(sizeof(UBAID_CheckAssignTargetCondition) == 0x0000D8, "Wrong size on UBAID_CheckAssignTargetCondition"); \ +static_assert(offsetof(UBAID_CheckAssignTargetCondition, CheckAssignTargetInfo) == 0x000090, "Member 'UBAID_CheckAssignTargetCondition::CheckAssignTargetInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckDistance \ +static_assert(alignof(UBAID_CheckDistance) == 0x000008, "Wrong alignment on UBAID_CheckDistance"); \ +static_assert(sizeof(UBAID_CheckDistance) == 0x0000A0, "Wrong size on UBAID_CheckDistance"); \ +static_assert(offsetof(UBAID_CheckDistance, CheckTarget) == 0x000090, "Member 'UBAID_CheckDistance::CheckTarget' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckDistance, CheckDistanceType) == 0x000091, "Member 'UBAID_CheckDistance::CheckDistanceType' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckDistance, Distance) == 0x000094, "Member 'UBAID_CheckDistance::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GateStateMachineDataComp \ +static_assert(alignof(UBUS_GateStateMachineDataComp) == 0x000008, "Wrong alignment on UBUS_GateStateMachineDataComp"); \ +static_assert(sizeof(UBUS_GateStateMachineDataComp) == 0x0000D0, "Wrong size on UBUS_GateStateMachineDataComp"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckMasterCurrentHeavyAttackType \ +static_assert(alignof(UBAID_CheckMasterCurrentHeavyAttackType) == 0x000008, "Wrong alignment on UBAID_CheckMasterCurrentHeavyAttackType"); \ +static_assert(sizeof(UBAID_CheckMasterCurrentHeavyAttackType) == 0x000098, "Wrong size on UBAID_CheckMasterCurrentHeavyAttackType"); \ +static_assert(offsetof(UBAID_CheckMasterCurrentHeavyAttackType, CheckCurType) == 0x000090, "Member 'UBAID_CheckMasterCurrentHeavyAttackType::CheckCurType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckMasterEquipMagic \ +static_assert(alignof(UBAID_CheckMasterEquipMagic) == 0x000008, "Wrong alignment on UBAID_CheckMasterEquipMagic"); \ +static_assert(sizeof(UBAID_CheckMasterEquipMagic) == 0x000098, "Wrong size on UBAID_CheckMasterEquipMagic"); \ +static_assert(offsetof(UBAID_CheckMasterEquipMagic, ItemId) == 0x000090, "Member 'UBAID_CheckMasterEquipMagic::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_RideControlTriggerDataComp \ +static_assert(alignof(UBUS_RideControlTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_RideControlTriggerDataComp"); \ +static_assert(sizeof(UBUS_RideControlTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_RideControlTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckSummonAmount \ +static_assert(alignof(UBAID_CheckSummonAmount) == 0x000008, "Wrong alignment on UBAID_CheckSummonAmount"); \ +static_assert(sizeof(UBAID_CheckSummonAmount) == 0x0000A8, "Wrong size on UBAID_CheckSummonAmount"); \ +static_assert(offsetof(UBAID_CheckSummonAmount, SummonResIDFilter) == 0x000090, "Member 'UBAID_CheckSummonAmount::SummonResIDFilter' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckSummonAmount, OperationType) == 0x0000A0, "Member 'UBAID_CheckSummonAmount::OperationType' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckSummonAmount, CompareValue) == 0x0000A4, "Member 'UBAID_CheckSummonAmount::CompareValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckMasterHasTalent \ +static_assert(alignof(UBAID_CheckMasterHasTalent) == 0x000008, "Wrong alignment on UBAID_CheckMasterHasTalent"); \ +static_assert(sizeof(UBAID_CheckMasterHasTalent) == 0x000098, "Wrong size on UBAID_CheckMasterHasTalent"); \ +static_assert(offsetof(UBAID_CheckMasterHasTalent, TalentID) == 0x000090, "Member 'UBAID_CheckMasterHasTalent::TalentID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_StealthTriggerDataComp \ +static_assert(alignof(UBUS_StealthTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_StealthTriggerDataComp"); \ +static_assert(sizeof(UBUS_StealthTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_StealthTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UBAIT_HandleAiConversation \ +static_assert(alignof(UBAIT_HandleAiConversation) == 0x000008, "Wrong alignment on UBAIT_HandleAiConversation"); \ +static_assert(sizeof(UBAIT_HandleAiConversation) == 0x0000B8, "Wrong size on UBAIT_HandleAiConversation"); \ +static_assert(offsetof(UBAIT_HandleAiConversation, ConversationContentIDList) == 0x0000A8, "Member 'UBAIT_HandleAiConversation::ConversationContentIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAIT_Combo_OnPropertyChanged \ +static_assert(alignof(BAIT_Combo_OnPropertyChanged) == 0x000008, "Wrong alignment on BAIT_Combo_OnPropertyChanged"); \ +static_assert(sizeof(BAIT_Combo_OnPropertyChanged) == 0x000020, "Wrong size on BAIT_Combo_OnPropertyChanged"); \ +static_assert(offsetof(BAIT_Combo_OnPropertyChanged, MemberName) == 0x000000, "Member 'BAIT_Combo_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BAIT_Combo_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BAIT_Combo_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAIT_Combo_QACalcTrueComboArray \ +static_assert(alignof(BAIT_Combo_QACalcTrueComboArray) == 0x000008, "Wrong alignment on BAIT_Combo_QACalcTrueComboArray"); \ +static_assert(sizeof(BAIT_Combo_QACalcTrueComboArray) == 0x000010, "Wrong size on BAIT_Combo_QACalcTrueComboArray"); \ +static_assert(offsetof(BAIT_Combo_QACalcTrueComboArray, ReturnValue) == 0x000000, "Member 'BAIT_Combo_QACalcTrueComboArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAIT_Combo_QACalcSkillArray \ +static_assert(alignof(BAIT_Combo_QACalcSkillArray) == 0x000008, "Wrong alignment on BAIT_Combo_QACalcSkillArray"); \ +static_assert(sizeof(BAIT_Combo_QACalcSkillArray) == 0x000010, "Wrong size on BAIT_Combo_QACalcSkillArray"); \ +static_assert(offsetof(BAIT_Combo_QACalcSkillArray, ReturnValue) == 0x000000, "Member 'BAIT_Combo_QACalcSkillArray::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_Combo \ +static_assert(alignof(UBAIT_Combo) == 0x000008, "Wrong alignment on UBAIT_Combo"); \ +static_assert(sizeof(UBAIT_Combo) == 0x000150, "Wrong size on UBAIT_Combo"); \ +static_assert(offsetof(UBAIT_Combo, ComboTargetType) == 0x0000A8, "Member 'UBAIT_Combo::ComboTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, SkillSourceType) == 0x0000A9, "Member 'UBAIT_Combo::SkillSourceType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, PursuitRangePos) == 0x0000B0, "Member 'UBAIT_Combo::PursuitRangePos' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, SpeedRateType) == 0x0000B4, "Member 'UBAIT_Combo::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, MotionMatchingMoveMode) == 0x0000B5, "Member 'UBAIT_Combo::MotionMatchingMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, MoveAIType) == 0x0000B6, "Member 'UBAIT_Combo::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, MoveAcceptableRadiusType) == 0x0000B7, "Member 'UBAIT_Combo::MoveAcceptableRadiusType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, BeginRotateAngle) == 0x0000B8, "Member 'UBAIT_Combo::BeginRotateAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, BeginMoveDistanceWhenUseSkill) == 0x0000C0, "Member 'UBAIT_Combo::BeginMoveDistanceWhenUseSkill' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, TraceDistance) == 0x0000CC, "Member 'UBAIT_Combo::TraceDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, TraceTypeQuery) == 0x0000D0, "Member 'UBAIT_Combo::TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, TopRandomSkillPercent) == 0x0000D4, "Member 'UBAIT_Combo::TopRandomSkillPercent' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, SkillArray) == 0x0000D8, "Member 'UBAIT_Combo::SkillArray' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, ComboSkillNumInfo) == 0x0000F0, "Member 'UBAIT_Combo::ComboSkillNumInfo' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, DirectionBaseSocket) == 0x000104, "Member 'UBAIT_Combo::DirectionBaseSocket' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, ForwardSocket) == 0x00010C, "Member 'UBAIT_Combo::ForwardSocket' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, RightSocket) == 0x000114, "Member 'UBAIT_Combo::RightSocket' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, SkillConfigMode) == 0x00011C, "Member 'UBAIT_Combo::SkillConfigMode' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, SingleDirectionSkills) == 0x000120, "Member 'UBAIT_Combo::SingleDirectionSkills' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, AvoidObstacleSectionNum) == 0x000130, "Member 'UBAIT_Combo::AvoidObstacleSectionNum' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, SectionsStartAngle) == 0x000134, "Member 'UBAIT_Combo::SectionsStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, IntervalAngle) == 0x000138, "Member 'UBAIT_Combo::IntervalAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_Combo, AvoidObstacleSections) == 0x000140, "Member 'UBAIT_Combo::AvoidObstacleSections' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUIntervalArea \ +static_assert(alignof(ABGUIntervalArea) == 0x000008, "Wrong alignment on ABGUIntervalArea"); \ +static_assert(sizeof(ABGUIntervalArea) == 0x000338, "Wrong size on ABGUIntervalArea"); \ +static_assert(offsetof(ABGUIntervalArea, WanderBGMAreaConfigComp) == 0x000328, "Member 'ABGUIntervalArea::WanderBGMAreaConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUIntervalArea, IntervalTriggerConfigComp) == 0x000330, "Member 'ABGUIntervalArea::IntervalTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SetUnitBattleBGM \ +static_assert(alignof(UBGWDataAsset_SetUnitBattleBGM) == 0x000008, "Wrong alignment on UBGWDataAsset_SetUnitBattleBGM"); \ +static_assert(sizeof(UBGWDataAsset_SetUnitBattleBGM) == 0x000058, "Wrong size on UBGWDataAsset_SetUnitBattleBGM"); \ +static_assert(offsetof(UBGWDataAsset_SetUnitBattleBGM, AkEventBegin) == 0x000030, "Member 'UBGWDataAsset_SetUnitBattleBGM::AkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SetUnitBattleBGM, AkEventStop) == 0x000038, "Member 'UBGWDataAsset_SetUnitBattleBGM::AkEventStop' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SetUnitBattleBGM, BGMEventStopTimer) == 0x000040, "Member 'UBGWDataAsset_SetUnitBattleBGM::BGMEventStopTimer' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SetUnitBattleBGM, StopEventConditionConfig) == 0x000048, "Member 'UBGWDataAsset_SetUnitBattleBGM::StopEventConditionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_IntervalTriggerConfigComp \ +static_assert(alignof(UBUS_IntervalTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_IntervalTriggerConfigComp"); \ +static_assert(sizeof(UBUS_IntervalTriggerConfigComp) == 0x000140, "Wrong size on UBUS_IntervalTriggerConfigComp"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, Timer) == 0x0000C8, "Member 'UBUS_IntervalTriggerConfigComp::Timer' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, DuringTimer) == 0x0000CC, "Member 'UBUS_IntervalTriggerConfigComp::DuringTimer' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, WarningTime) == 0x0000D0, "Member 'UBUS_IntervalTriggerConfigComp::WarningTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, WarningBuffID) == 0x0000D4, "Member 'UBUS_IntervalTriggerConfigComp::WarningBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, AddBuffList) == 0x0000D8, "Member 'UBUS_IntervalTriggerConfigComp::AddBuffList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, SpAddBuff) == 0x0000E8, "Member 'UBUS_IntervalTriggerConfigComp::SpAddBuff' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, SpUnits) == 0x0000F0, "Member 'UBUS_IntervalTriggerConfigComp::SpUnits' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, PlayerAddBuffList) == 0x000100, "Member 'UBUS_IntervalTriggerConfigComp::PlayerAddBuffList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, IgnoredChrs) == 0x000110, "Member 'UBUS_IntervalTriggerConfigComp::IgnoredChrs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, IgnoredPerceptionSettingChrs) == 0x000120, "Member 'UBUS_IntervalTriggerConfigComp::IgnoredPerceptionSettingChrs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, AIPerceptionSetting) == 0x000130, "Member 'UBUS_IntervalTriggerConfigComp::AIPerceptionSetting' has a wrong offset!"); \ +static_assert(offsetof(UBUS_IntervalTriggerConfigComp, PostProcessMatConfig) == 0x000138, "Member 'UBUS_IntervalTriggerConfigComp::PostProcessMatConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS \ +static_assert(alignof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSyncAnimationsIgnoreHitMove_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSyncAnimationsIgnoreHitMove \ +static_assert(alignof(UBANS_GSSyncAnimationsIgnoreHitMove) == 0x000008, "Wrong alignment on UBANS_GSSyncAnimationsIgnoreHitMove"); \ +static_assert(sizeof(UBANS_GSSyncAnimationsIgnoreHitMove) == 0x000048, "Wrong size on UBANS_GSSyncAnimationsIgnoreHitMove"); \ + +#define DUMPER7_ASSERTS_UBUS_IntervalTriggerDataComp \ +static_assert(alignof(UBUS_IntervalTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_IntervalTriggerDataComp"); \ +static_assert(sizeof(UBUS_IntervalTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_IntervalTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_BGURuntimeMeshActor_OnSliceRuntimeMesh \ +static_assert(alignof(BGURuntimeMeshActor_OnSliceRuntimeMesh) == 0x000008, "Wrong alignment on BGURuntimeMeshActor_OnSliceRuntimeMesh"); \ +static_assert(sizeof(BGURuntimeMeshActor_OnSliceRuntimeMesh) == 0x000038, "Wrong size on BGURuntimeMeshActor_OnSliceRuntimeMesh"); \ +static_assert(offsetof(BGURuntimeMeshActor_OnSliceRuntimeMesh, PlanePosition) == 0x000000, "Member 'BGURuntimeMeshActor_OnSliceRuntimeMesh::PlanePosition' has a wrong offset!"); \ +static_assert(offsetof(BGURuntimeMeshActor_OnSliceRuntimeMesh, PlaneNormal) == 0x000018, "Member 'BGURuntimeMeshActor_OnSliceRuntimeMesh::PlaneNormal' has a wrong offset!"); \ +static_assert(offsetof(BGURuntimeMeshActor_OnSliceRuntimeMesh, ApplyForce) == 0x000030, "Member 'BGURuntimeMeshActor_OnSliceRuntimeMesh::ApplyForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGURuntimeMeshActor \ +static_assert(alignof(ABGURuntimeMeshActor) == 0x000008, "Wrong alignment on ABGURuntimeMeshActor"); \ +static_assert(sizeof(ABGURuntimeMeshActor) == 0x000288, "Wrong size on ABGURuntimeMeshActor"); \ + +#define DUMPER7_ASSERTS_ABGUSplineTeleportActor \ +static_assert(alignof(ABGUSplineTeleportActor) == 0x000008, "Wrong alignment on ABGUSplineTeleportActor"); \ +static_assert(sizeof(ABGUSplineTeleportActor) == 0x000298, "Wrong size on ABGUSplineTeleportActor"); \ +static_assert(offsetof(ABGUSplineTeleportActor, SplineActor) == 0x000288, "Member 'ABGUSplineTeleportActor::SplineActor' has a wrong offset!"); \ +static_assert(offsetof(ABGUSplineTeleportActor, CircleIndex) == 0x000290, "Member 'ABGUSplineTeleportActor::CircleIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_CircusDataComp \ +static_assert(alignof(UBUS_CircusDataComp) == 0x000008, "Wrong alignment on UBUS_CircusDataComp"); \ +static_assert(sizeof(UBUS_CircusDataComp) == 0x0000D0, "Wrong size on UBUS_CircusDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSHitMoveCollisionScale_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSHitMoveCollisionScale_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSHitMoveCollisionScale_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSHitMoveCollisionScale_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSHitMoveCollisionScale_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSHitMoveCollisionScale_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSHitMoveCollisionScale_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSHitMoveCollisionScale_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSHitMoveCollisionScale_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSHitMoveCollisionScale_GSNotifyEndCS \ +static_assert(alignof(BANS_GSHitMoveCollisionScale_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSHitMoveCollisionScale_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSHitMoveCollisionScale_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSHitMoveCollisionScale_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSHitMoveCollisionScale_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSHitMoveCollisionScale_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSHitMoveCollisionScale \ +static_assert(alignof(UBANS_GSHitMoveCollisionScale) == 0x000008, "Wrong alignment on UBANS_GSHitMoveCollisionScale"); \ +static_assert(sizeof(UBANS_GSHitMoveCollisionScale) == 0x000060, "Wrong size on UBANS_GSHitMoveCollisionScale"); \ +static_assert(offsetof(UBANS_GSHitMoveCollisionScale, CollisionCompName) == 0x000048, "Member 'UBANS_GSHitMoveCollisionScale::CollisionCompName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSHitMoveCollisionScale, UpdateCurve) == 0x000050, "Member 'UBANS_GSHitMoveCollisionScale::UpdateCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSHitMoveCollisionScale, HitMoveDir) == 0x00005B, "Member 'UBANS_GSHitMoveCollisionScale::HitMoveDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ForceOriginalFormDataComp \ +static_assert(alignof(UBUS_ForceOriginalFormDataComp) == 0x000008, "Wrong alignment on UBUS_ForceOriginalFormDataComp"); \ +static_assert(sizeof(UBUS_ForceOriginalFormDataComp) == 0x0000D0, "Wrong size on UBUS_ForceOriginalFormDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_DestructibleConfigComp \ +static_assert(alignof(UBUS_DestructibleConfigComp) == 0x000008, "Wrong alignment on UBUS_DestructibleConfigComp"); \ +static_assert(sizeof(UBUS_DestructibleConfigComp) == 0x000100, "Wrong size on UBUS_DestructibleConfigComp"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, MassLevel) == 0x0000C8, "Member 'UBUS_DestructibleConfigComp::MassLevel' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, StrengthLevel) == 0x0000C9, "Member 'UBUS_DestructibleConfigComp::StrengthLevel' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, DestroyedDebrisLifeTime) == 0x0000CC, "Member 'UBUS_DestructibleConfigComp::DestroyedDebrisLifeTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, DebrisDissipationTime) == 0x0000D0, "Member 'UBUS_DestructibleConfigComp::DebrisDissipationTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, CanParryStrengthLevel) == 0x0000D8, "Member 'UBUS_DestructibleConfigComp::CanParryStrengthLevel' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, DestructibleParryEvent) == 0x0000E8, "Member 'UBUS_DestructibleConfigComp::DestructibleParryEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, DestructibleParryDispConfig) == 0x0000F0, "Member 'UBUS_DestructibleConfigComp::DestructibleParryDispConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleConfigComp, DestructionDropInfoID) == 0x0000F8, "Member 'UBUS_DestructibleConfigComp::DestructionDropInfoID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_RebirthGeoInfo \ +static_assert(alignof(UBGWDataAsset_RebirthGeoInfo) == 0x000008, "Wrong alignment on UBGWDataAsset_RebirthGeoInfo"); \ +static_assert(sizeof(UBGWDataAsset_RebirthGeoInfo) == 0x000080, "Wrong size on UBGWDataAsset_RebirthGeoInfo"); \ +static_assert(offsetof(UBGWDataAsset_RebirthGeoInfo, RebirthAreaConfig) == 0x000030, "Member 'UBGWDataAsset_RebirthGeoInfo::RebirthAreaConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect \ +static_assert(alignof(BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect) == 0x000004, "Wrong alignment on BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect"); \ +static_assert(sizeof(BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect) == 0x00000C, "Wrong size on BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect"); \ +static_assert(offsetof(BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect, ParamName) == 0x000000, "Member 'BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect::ParamName' has a wrong offset!"); \ +static_assert(offsetof(BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect, FloatValue) == 0x000008, "Member 'BGUDroppableDestructionActorBase_SetFloatValueToMaterialAdvect::FloatValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDroppableDestructionActorBase \ +static_assert(alignof(ABGUDroppableDestructionActorBase) == 0x000008, "Wrong alignment on ABGUDroppableDestructionActorBase"); \ +static_assert(sizeof(ABGUDroppableDestructionActorBase) == 0x000340, "Wrong size on ABGUDroppableDestructionActorBase"); \ +static_assert(offsetof(ABGUDroppableDestructionActorBase, DestructibleConfigComp) == 0x000330, "Member 'ABGUDroppableDestructionActorBase::DestructibleConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUDroppableDestructionActorBase, FXAudioEditComp) == 0x000338, "Member 'ABGUDroppableDestructionActorBase::FXAudioEditComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ModularMgrDataComp \ +static_assert(alignof(UBUS_ModularMgrDataComp) == 0x000008, "Wrong alignment on UBUS_ModularMgrDataComp"); \ +static_assert(sizeof(UBUS_ModularMgrDataComp) == 0x0000D0, "Wrong size on UBUS_ModularMgrDataComp"); \ + +#define DUMPER7_ASSERTS_BUS_SafeLandVolumeComp_OnActorLeave \ +static_assert(alignof(BUS_SafeLandVolumeComp_OnActorLeave) == 0x000008, "Wrong alignment on BUS_SafeLandVolumeComp_OnActorLeave"); \ +static_assert(sizeof(BUS_SafeLandVolumeComp_OnActorLeave) == 0x000020, "Wrong size on BUS_SafeLandVolumeComp_OnActorLeave"); \ +static_assert(offsetof(BUS_SafeLandVolumeComp_OnActorLeave, OverlappedComponent) == 0x000000, "Member 'BUS_SafeLandVolumeComp_OnActorLeave::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_SafeLandVolumeComp_OnActorLeave, OtherActor) == 0x000008, "Member 'BUS_SafeLandVolumeComp_OnActorLeave::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_SafeLandVolumeComp_OnActorLeave, OtherComp) == 0x000010, "Member 'BUS_SafeLandVolumeComp_OnActorLeave::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_SafeLandVolumeComp_OnActorLeave, OtherBodyIndex) == 0x000018, "Member 'BUS_SafeLandVolumeComp_OnActorLeave::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SafeLandVolumeComp_OnActorEnter \ +static_assert(alignof(BUS_SafeLandVolumeComp_OnActorEnter) == 0x000008, "Wrong alignment on BUS_SafeLandVolumeComp_OnActorEnter"); \ +static_assert(sizeof(BUS_SafeLandVolumeComp_OnActorEnter) == 0x000010, "Wrong size on BUS_SafeLandVolumeComp_OnActorEnter"); \ +static_assert(offsetof(BUS_SafeLandVolumeComp_OnActorEnter, OverlappedActor) == 0x000000, "Member 'BUS_SafeLandVolumeComp_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_SafeLandVolumeComp_OnActorEnter, OtherActor) == 0x000008, "Member 'BUS_SafeLandVolumeComp_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SafeLandVolumeComp \ +static_assert(alignof(UBUS_SafeLandVolumeComp) == 0x000008, "Wrong alignment on UBUS_SafeLandVolumeComp"); \ +static_assert(sizeof(UBUS_SafeLandVolumeComp) == 0x000028, "Wrong size on UBUS_SafeLandVolumeComp"); \ + +#define DUMPER7_ASSERTS_ABGUSpiderOceanMgrActor \ +static_assert(alignof(ABGUSpiderOceanMgrActor) == 0x000008, "Wrong alignment on ABGUSpiderOceanMgrActor"); \ +static_assert(sizeof(ABGUSpiderOceanMgrActor) == 0x000318, "Wrong size on ABGUSpiderOceanMgrActor"); \ +static_assert(offsetof(ABGUSpiderOceanMgrActor, SpiderOceanMgrComp) == 0x000308, "Member 'ABGUSpiderOceanMgrActor::SpiderOceanMgrComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSpiderOceanMgrActor, TriggerBox) == 0x000310, "Member 'ABGUSpiderOceanMgrActor::TriggerBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCastDingShen_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCastDingShen_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCastDingShen_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCastDingShen_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCastDingShen_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCastDingShen_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCastDingShen_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCastDingShen_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCastDingShen_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCastDingShen \ +static_assert(alignof(UBANS_GSCastDingShen) == 0x000008, "Wrong alignment on UBANS_GSCastDingShen"); \ +static_assert(sizeof(UBANS_GSCastDingShen) == 0x000050, "Wrong size on UBANS_GSCastDingShen"); \ +static_assert(offsetof(UBANS_GSCastDingShen, ImmobilizeConfigID) == 0x000048, "Member 'UBANS_GSCastDingShen::ImmobilizeConfigID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ProjectileConfigInfoComp \ +static_assert(alignof(UBUS_ProjectileConfigInfoComp) == 0x000010, "Wrong alignment on UBUS_ProjectileConfigInfoComp"); \ +static_assert(sizeof(UBUS_ProjectileConfigInfoComp) == 0x000440, "Wrong size on UBUS_ProjectileConfigInfoComp"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, CheckShapeType) == 0x0000C8, "Member 'UBUS_ProjectileConfigInfoComp::CheckShapeType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, SpecificFlags) == 0x0000CC, "Member 'UBUS_ProjectileConfigInfoComp::SpecificFlags' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, LocalTrans_LineTracePoint) == 0x0000D0, "Member 'UBUS_ProjectileConfigInfoComp::LocalTrans_LineTracePoint' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, Interact_Start_SphereRadius) == 0x000130, "Member 'UBUS_ProjectileConfigInfoComp::Interact_Start_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, Interact_Start_LocalTransform) == 0x000140, "Member 'UBUS_ProjectileConfigInfoComp::Interact_Start_LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, Interact_End_SphereRadius) == 0x0001A0, "Member 'UBUS_ProjectileConfigInfoComp::Interact_End_SphereRadius' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, Interact_End_LocalTransform) == 0x0001B0, "Member 'UBUS_ProjectileConfigInfoComp::Interact_End_LocalTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, WindBrokenAudio) == 0x000210, "Member 'UBUS_ProjectileConfigInfoComp::WindBrokenAudio' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, TriggerDist_WindBroken) == 0x000218, "Member 'UBUS_ProjectileConfigInfoComp::TriggerDist_WindBroken' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DonutAudio) == 0x000220, "Member 'UBUS_ProjectileConfigInfoComp::DonutAudio' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DonutAudioLocationType) == 0x000228, "Member 'UBUS_ProjectileConfigInfoComp::DonutAudioLocationType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DonutAudioStopMode) == 0x000229, "Member 'UBUS_ProjectileConfigInfoComp::DonutAudioStopMode' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DonutAudioStopTimeMs) == 0x00022C, "Member 'UBUS_ProjectileConfigInfoComp::DonutAudioStopTimeMs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DonutAudioFadeOutTimeMs) == 0x000230, "Member 'UBUS_ProjectileConfigInfoComp::DonutAudioFadeOutTimeMs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DonutAudioCurveInterpolation) == 0x000234, "Member 'UBUS_ProjectileConfigInfoComp::DonutAudioCurveInterpolation' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, LoopEvent) == 0x000238, "Member 'UBUS_ProjectileConfigInfoComp::LoopEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DeadEvent) == 0x000260, "Member 'UBUS_ProjectileConfigInfoComp::DeadEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, TraceDelay) == 0x00028C, "Member 'UBUS_ProjectileConfigInfoComp::TraceDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, TraceLength) == 0x000290, "Member 'UBUS_ProjectileConfigInfoComp::TraceLength' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, Size) == 0x000294, "Member 'UBUS_ProjectileConfigInfoComp::Size' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, SampleCollectionProtectTime) == 0x000298, "Member 'UBUS_ProjectileConfigInfoComp::SampleCollectionProtectTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, OverrideSurfaceType) == 0x00029C, "Member 'UBUS_ProjectileConfigInfoComp::OverrideSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, OverrideSurfacePersistTime) == 0x0002A0, "Member 'UBUS_ProjectileConfigInfoComp::OverrideSurfacePersistTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, OverrideSurfaceFXActorTag) == 0x0002A4, "Member 'UBUS_ProjectileConfigInfoComp::OverrideSurfaceFXActorTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DebugDrawOffset) == 0x0002B0, "Member 'UBUS_ProjectileConfigInfoComp::DebugDrawOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DestructibleTag) == 0x0002B4, "Member 'UBUS_ProjectileConfigInfoComp::DestructibleTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, EffectIDs) == 0x0002C0, "Member 'UBUS_ProjectileConfigInfoComp::EffectIDs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, BuffIDs) == 0x0002D0, "Member 'UBUS_ProjectileConfigInfoComp::BuffIDs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, SweepCheckChannel) == 0x0002E1, "Member 'UBUS_ProjectileConfigInfoComp::SweepCheckChannel' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, CheckCompProfileName_Bullet) == 0x0002E2, "Member 'UBUS_ProjectileConfigInfoComp::CheckCompProfileName_Bullet' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, HitCheckConf) == 0x0002E3, "Member 'UBUS_ProjectileConfigInfoComp::HitCheckConf' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, AttackWarningExtendSize) == 0x0002E8, "Member 'UBUS_ProjectileConfigInfoComp::AttackWarningExtendSize' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, AttackWarningOffset) == 0x0002F0, "Member 'UBUS_ProjectileConfigInfoComp::AttackWarningOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, HitChrAttachTime) == 0x00030C, "Member 'UBUS_ProjectileConfigInfoComp::HitChrAttachTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, HitItemAttachTime) == 0x000314, "Member 'UBUS_ProjectileConfigInfoComp::HitItemAttachTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, AttachOffset) == 0x000318, "Member 'UBUS_ProjectileConfigInfoComp::AttachOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, MPC) == 0x000320, "Member 'UBUS_ProjectileConfigInfoComp::MPC' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, AkEvent_LaserEnd) == 0x000330, "Member 'UBUS_ProjectileConfigInfoComp::AkEvent_LaserEnd' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, FadeOut_AkEvent_LaserEnd) == 0x000338, "Member 'UBUS_ProjectileConfigInfoComp::FadeOut_AkEvent_LaserEnd' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, AkEvent_LaserHitItem) == 0x000340, "Member 'UBUS_ProjectileConfigInfoComp::AkEvent_LaserHitItem' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, CheckCompProfileName_MagicField) == 0x000348, "Member 'UBUS_ProjectileConfigInfoComp::CheckCompProfileName_MagicField' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, MagicFieldOverlapType) == 0x000349, "Member 'UBUS_ProjectileConfigInfoComp::MagicFieldOverlapType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, FieldBuffList) == 0x000350, "Member 'UBUS_ProjectileConfigInfoComp::FieldBuffList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, BornEffectDelayTime) == 0x000360, "Member 'UBUS_ProjectileConfigInfoComp::BornEffectDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, BornAttackWarningTime) == 0x000364, "Member 'UBUS_ProjectileConfigInfoComp::BornAttackWarningTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, EnterEvents) == 0x000370, "Member 'UBUS_ProjectileConfigInfoComp::EnterEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, ExitEvents) == 0x000380, "Member 'UBUS_ProjectileConfigInfoComp::ExitEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, BirthEvents) == 0x000390, "Member 'UBUS_ProjectileConfigInfoComp::BirthEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DieEvents) == 0x0003A0, "Member 'UBUS_ProjectileConfigInfoComp::DieEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, HitDestructibleStrengthLevel) == 0x0003B0, "Member 'UBUS_ProjectileConfigInfoComp::HitDestructibleStrengthLevel' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, HitDestructibleDirectionType) == 0x0003B1, "Member 'UBUS_ProjectileConfigInfoComp::HitDestructibleDirectionType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, HitDestructibleEffectsTriggerForSelf) == 0x0003B8, "Member 'UBUS_ProjectileConfigInfoComp::HitDestructibleEffectsTriggerForSelf' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, OverlapBeginEvents) == 0x0003C8, "Member 'UBUS_ProjectileConfigInfoComp::OverlapBeginEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, OverlapEndEvents) == 0x0003D8, "Member 'UBUS_ProjectileConfigInfoComp::OverlapEndEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, BornEvents) == 0x0003E8, "Member 'UBUS_ProjectileConfigInfoComp::BornEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DeadEvents) == 0x0003F8, "Member 'UBUS_ProjectileConfigInfoComp::DeadEvents' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DirectionUsage) == 0x000408, "Member 'UBUS_ProjectileConfigInfoComp::DirectionUsage' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DirectionType) == 0x000409, "Member 'UBUS_ProjectileConfigInfoComp::DirectionType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DirectionTypeDetail) == 0x00040A, "Member 'UBUS_ProjectileConfigInfoComp::DirectionTypeDetail' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, AnchorPointTag) == 0x00040C, "Member 'UBUS_ProjectileConfigInfoComp::AnchorPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DirectionEffects) == 0x000418, "Member 'UBUS_ProjectileConfigInfoComp::DirectionEffects' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, GlobalFXTag) == 0x00042C, "Member 'UBUS_ProjectileConfigInfoComp::GlobalFXTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, ExtAbilityMask) == 0x000434, "Member 'UBUS_ProjectileConfigInfoComp::ExtAbilityMask' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProjectileConfigInfoComp, DisableAbilityMask) == 0x000438, "Member 'UBUS_ProjectileConfigInfoComp::DisableAbilityMask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUSpiderNavigationActor_ReceiveTick \ +static_assert(alignof(BGUSpiderNavigationActor_ReceiveTick) == 0x000004, "Wrong alignment on BGUSpiderNavigationActor_ReceiveTick"); \ +static_assert(sizeof(BGUSpiderNavigationActor_ReceiveTick) == 0x000004, "Wrong size on BGUSpiderNavigationActor_ReceiveTick"); \ +static_assert(offsetof(BGUSpiderNavigationActor_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUSpiderNavigationActor_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSpiderNavigationActor \ +static_assert(alignof(ABGUSpiderNavigationActor) == 0x000008, "Wrong alignment on ABGUSpiderNavigationActor"); \ +static_assert(sizeof(ABGUSpiderNavigationActor) == 0x000320, "Wrong size on ABGUSpiderNavigationActor"); \ +static_assert(offsetof(ABGUSpiderNavigationActor, Root) == 0x000308, "Member 'ABGUSpiderNavigationActor::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUSpiderNavigationActor, NavPoints) == 0x000310, "Member 'ABGUSpiderNavigationActor::NavPoints' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSpiderNavPointActor \ +static_assert(alignof(ABGUSpiderNavPointActor) == 0x000008, "Wrong alignment on ABGUSpiderNavPointActor"); \ +static_assert(sizeof(ABGUSpiderNavPointActor) == 0x0002A8, "Wrong size on ABGUSpiderNavPointActor"); \ +static_assert(offsetof(ABGUSpiderNavPointActor, Root) == 0x000288, "Member 'ABGUSpiderNavPointActor::Root' has a wrong offset!"); \ +static_assert(offsetof(ABGUSpiderNavPointActor, Arrow) == 0x000290, "Member 'ABGUSpiderNavPointActor::Arrow' has a wrong offset!"); \ +static_assert(offsetof(ABGUSpiderNavPointActor, LinkRadius) == 0x000298, "Member 'ABGUSpiderNavPointActor::LinkRadius' has a wrong offset!"); \ +static_assert(offsetof(ABGUSpiderNavPointActor, LinkAngle) == 0x00029C, "Member 'ABGUSpiderNavPointActor::LinkAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TrainDummyMgrDataComp \ +static_assert(alignof(UBUS_TrainDummyMgrDataComp) == 0x000008, "Wrong alignment on UBUS_TrainDummyMgrDataComp"); \ +static_assert(sizeof(UBUS_TrainDummyMgrDataComp) == 0x0000D0, "Wrong size on UBUS_TrainDummyMgrDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUBattleTriggerActor \ +static_assert(alignof(ABGUBattleTriggerActor) == 0x000008, "Wrong alignment on ABGUBattleTriggerActor"); \ +static_assert(sizeof(ABGUBattleTriggerActor) == 0x000310, "Wrong size on ABGUBattleTriggerActor"); \ +static_assert(offsetof(ABGUBattleTriggerActor, BattleTriggerConfigComp) == 0x000308, "Member 'ABGUBattleTriggerActor::BattleTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BattleTriggerConfigComp \ +static_assert(alignof(UBUS_BattleTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_BattleTriggerConfigComp"); \ +static_assert(sizeof(UBUS_BattleTriggerConfigComp) == 0x0000E0, "Wrong size on UBUS_BattleTriggerConfigComp"); \ +static_assert(offsetof(UBUS_BattleTriggerConfigComp, BattleTriggerConfig) == 0x0000D0, "Member 'UBUS_BattleTriggerConfigComp::BattleTriggerConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlapCompFunctionBinder_OnActorLeave \ +static_assert(alignof(OverlapCompFunctionBinder_OnActorLeave) == 0x000008, "Wrong alignment on OverlapCompFunctionBinder_OnActorLeave"); \ +static_assert(sizeof(OverlapCompFunctionBinder_OnActorLeave) == 0x000010, "Wrong size on OverlapCompFunctionBinder_OnActorLeave"); \ +static_assert(offsetof(OverlapCompFunctionBinder_OnActorLeave, OverlappedActor) == 0x000000, "Member 'OverlapCompFunctionBinder_OnActorLeave::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(OverlapCompFunctionBinder_OnActorLeave, OtherActor) == 0x000008, "Member 'OverlapCompFunctionBinder_OnActorLeave::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlapCompFunctionBinder_OnActorEnter \ +static_assert(alignof(OverlapCompFunctionBinder_OnActorEnter) == 0x000008, "Wrong alignment on OverlapCompFunctionBinder_OnActorEnter"); \ +static_assert(sizeof(OverlapCompFunctionBinder_OnActorEnter) == 0x000010, "Wrong size on OverlapCompFunctionBinder_OnActorEnter"); \ +static_assert(offsetof(OverlapCompFunctionBinder_OnActorEnter, OverlappedActor) == 0x000000, "Member 'OverlapCompFunctionBinder_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(OverlapCompFunctionBinder_OnActorEnter, OtherActor) == 0x000008, "Member 'OverlapCompFunctionBinder_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlapCompFunctionBinder \ +static_assert(alignof(UOverlapCompFunctionBinder) == 0x000008, "Wrong alignment on UOverlapCompFunctionBinder"); \ +static_assert(sizeof(UOverlapCompFunctionBinder) == 0x000028, "Wrong size on UOverlapCompFunctionBinder"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_CustomizedInputSetting \ +static_assert(alignof(UBGWDataAsset_CustomizedInputSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_CustomizedInputSetting"); \ +static_assert(sizeof(UBGWDataAsset_CustomizedInputSetting) == 0x0000E0, "Wrong size on UBGWDataAsset_CustomizedInputSetting"); \ +static_assert(offsetof(UBGWDataAsset_CustomizedInputSetting, WhiteKeyList) == 0x000030, "Member 'UBGWDataAsset_CustomizedInputSetting::WhiteKeyList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CustomizedInputSetting, Configs) == 0x000040, "Member 'UBGWDataAsset_CustomizedInputSetting::Configs' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CustomizedInputSetting, GamepadCustomizedInputConfigs) == 0x000090, "Member 'UBGWDataAsset_CustomizedInputSetting::GamepadCustomizedInputConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_RemoveBuff_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_RemoveBuff_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_RemoveBuff_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_RemoveBuff_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_RemoveBuff_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_RemoveBuff_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_RemoveBuff_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_RemoveBuff \ +static_assert(alignof(UBED_BehaviorNode_RemoveBuff) == 0x000008, "Wrong alignment on UBED_BehaviorNode_RemoveBuff"); \ +static_assert(sizeof(UBED_BehaviorNode_RemoveBuff) == 0x0002B0, "Wrong size on UBED_BehaviorNode_RemoveBuff"); \ +static_assert(offsetof(UBED_BehaviorNode_RemoveBuff, BuffID) == 0x0002A0, "Member 'UBED_BehaviorNode_RemoveBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_RemoveBuff, BuffLayer) == 0x0002A4, "Member 'UBED_BehaviorNode_RemoveBuff::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUBuffTriggerActor \ +static_assert(alignof(ABGUBuffTriggerActor) == 0x000008, "Wrong alignment on ABGUBuffTriggerActor"); \ +static_assert(sizeof(ABGUBuffTriggerActor) == 0x000310, "Wrong size on ABGUBuffTriggerActor"); \ +static_assert(offsetof(ABGUBuffTriggerActor, BuffTriggerConfigComp) == 0x000308, "Member 'ABGUBuffTriggerActor::BuffTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_EnvCtrlActorDataComp \ +static_assert(alignof(UBUS_EnvCtrlActorDataComp) == 0x000008, "Wrong alignment on UBUS_EnvCtrlActorDataComp"); \ +static_assert(sizeof(UBUS_EnvCtrlActorDataComp) == 0x0000D0, "Wrong size on UBUS_EnvCtrlActorDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_BuffTriggerDataComp \ +static_assert(alignof(UBUS_BuffTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_BuffTriggerDataComp"); \ +static_assert(sizeof(UBUS_BuffTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_BuffTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSPreMontageSectionJumpDetection_GetJumpableSectionPrefix \ +static_assert(alignof(BANS_GSPreMontageSectionJumpDetection_GetJumpableSectionPrefix) == 0x000008, "Wrong alignment on BANS_GSPreMontageSectionJumpDetection_GetJumpableSectionPrefix"); \ +static_assert(sizeof(BANS_GSPreMontageSectionJumpDetection_GetJumpableSectionPrefix) == 0x000010, "Wrong size on BANS_GSPreMontageSectionJumpDetection_GetJumpableSectionPrefix"); \ +static_assert(offsetof(BANS_GSPreMontageSectionJumpDetection_GetJumpableSectionPrefix, ReturnValue) == 0x000000, "Member 'BANS_GSPreMontageSectionJumpDetection_GetJumpableSectionPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPreMontageSectionJumpDetection_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPreMontageSectionJumpDetection_GetAnimNSType \ +static_assert(alignof(BANS_GSPreMontageSectionJumpDetection_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSPreMontageSectionJumpDetection_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSPreMontageSectionJumpDetection_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSPreMontageSectionJumpDetection_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSPreMontageSectionJumpDetection_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSPreMontageSectionJumpDetection_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPreMontageSectionJumpDetection_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPreMontageSectionJumpDetection_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPreMontageSectionJumpDetection_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPreMontageSectionJumpDetection_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPreMontageSectionJumpDetection_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPreMontageSectionJumpDetection_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPreMontageSectionJumpDetection_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPreMontageSectionJumpDetection \ +static_assert(alignof(UBANS_GSPreMontageSectionJumpDetection) == 0x000008, "Wrong alignment on UBANS_GSPreMontageSectionJumpDetection"); \ +static_assert(sizeof(UBANS_GSPreMontageSectionJumpDetection) == 0x0000D0, "Wrong size on UBANS_GSPreMontageSectionJumpDetection"); \ +static_assert(offsetof(UBANS_GSPreMontageSectionJumpDetection, DetectionCenterSocketName) == 0x00004C, "Member 'UBANS_GSPreMontageSectionJumpDetection::DetectionCenterSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPreMontageSectionJumpDetection, DetectionRadius) == 0x000054, "Member 'UBANS_GSPreMontageSectionJumpDetection::DetectionRadius' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPreMontageSectionJumpDetection, AdditionalDetectionConfig) == 0x000058, "Member 'UBANS_GSPreMontageSectionJumpDetection::AdditionalDetectionConfig' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPreMontageSectionJumpDetection, AnimationSyncMontage) == 0x0000B0, "Member 'UBANS_GSPreMontageSectionJumpDetection::AnimationSyncMontage' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPreMontageSectionJumpDetection, JumpToSectionName) == 0x0000B8, "Member 'UBANS_GSPreMontageSectionJumpDetection::JumpToSectionName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPreMontageSectionJumpDetection, JumpableSectionPrefix) == 0x0000C0, "Member 'UBANS_GSPreMontageSectionJumpDetection::JumpableSectionPrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DumperTruckTriggerConfigComp \ +static_assert(alignof(UBUS_DumperTruckTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_DumperTruckTriggerConfigComp"); \ +static_assert(sizeof(UBUS_DumperTruckTriggerConfigComp) == 0x0002E0, "Wrong size on UBUS_DumperTruckTriggerConfigComp"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, TamerActor) == 0x0000C8, "Member 'UBUS_DumperTruckTriggerConfigComp::TamerActor' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, AnimationAsset) == 0x0000D0, "Member 'UBUS_DumperTruckTriggerConfigComp::AnimationAsset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, SplineList) == 0x0000D8, "Member 'UBUS_DumperTruckTriggerConfigComp::SplineList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, turnSpeed) == 0x0000E8, "Member 'UBUS_DumperTruckTriggerConfigComp::turnSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, Acceleration) == 0x0000EC, "Member 'UBUS_DumperTruckTriggerConfigComp::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, MaxSpeed) == 0x0000F0, "Member 'UBUS_DumperTruckTriggerConfigComp::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, MinSpeed) == 0x0000F4, "Member 'UBUS_DumperTruckTriggerConfigComp::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, StartSpeed) == 0x0000F8, "Member 'UBUS_DumperTruckTriggerConfigComp::StartSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, MultiSplineDefaultIndex) == 0x0000FC, "Member 'UBUS_DumperTruckTriggerConfigComp::MultiSplineDefaultIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, FirstAccelerationIndex) == 0x000100, "Member 'UBUS_DumperTruckTriggerConfigComp::FirstAccelerationIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, SecondAccelerationIndex) == 0x000104, "Member 'UBUS_DumperTruckTriggerConfigComp::SecondAccelerationIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, SpeedRateParam) == 0x000108, "Member 'UBUS_DumperTruckTriggerConfigComp::SpeedRateParam' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, RotatorWaitTime) == 0x00010C, "Member 'UBUS_DumperTruckTriggerConfigComp::RotatorWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, SpeedRateParamCurve) == 0x000110, "Member 'UBUS_DumperTruckTriggerConfigComp::SpeedRateParamCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, UseCurveTime) == 0x000118, "Member 'UBUS_DumperTruckTriggerConfigComp::UseCurveTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, StartPointIndex) == 0x00011C, "Member 'UBUS_DumperTruckTriggerConfigComp::StartPointIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, ForwardBuffID) == 0x000124, "Member 'UBUS_DumperTruckTriggerConfigComp::ForwardBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, BackBuffID) == 0x000128, "Member 'UBUS_DumperTruckTriggerConfigComp::BackBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, ImmobilizeBuffSpeedThreshold) == 0x00012C, "Member 'UBUS_DumperTruckTriggerConfigComp::ImmobilizeBuffSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, ImmobilizeDeBuffSpeedThreshold) == 0x000130, "Member 'UBUS_DumperTruckTriggerConfigComp::ImmobilizeDeBuffSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, ImmobilizeBuffID) == 0x000134, "Member 'UBUS_DumperTruckTriggerConfigComp::ImmobilizeBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, ImmobilizeDeBuffID) == 0x000138, "Member 'UBUS_DumperTruckTriggerConfigComp::ImmobilizeDeBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, SweepCheckParamter) == 0x000140, "Member 'UBUS_DumperTruckTriggerConfigComp::SweepCheckParamter' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, BeginEventParamter) == 0x0001E0, "Member 'UBUS_DumperTruckTriggerConfigComp::BeginEventParamter' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, EndEventParamter) == 0x000258, "Member 'UBUS_DumperTruckTriggerConfigComp::EndEventParamter' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, DamageAvailableSpeedThreshold) == 0x0002D0, "Member 'UBUS_DumperTruckTriggerConfigComp::DamageAvailableSpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DumperTruckTriggerConfigComp, DamageDisableSpeedThreshold) == 0x0002D4, "Member 'UBUS_DumperTruckTriggerConfigComp::DamageDisableSpeedThreshold' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUGateStateMachineActor \ +static_assert(alignof(ABGUGateStateMachineActor) == 0x000008, "Wrong alignment on ABGUGateStateMachineActor"); \ +static_assert(sizeof(ABGUGateStateMachineActor) == 0x000310, "Wrong size on ABGUGateStateMachineActor"); \ +static_assert(offsetof(ABGUGateStateMachineActor, GateStateMachineConfigComp) == 0x000308, "Member 'ABGUGateStateMachineActor::GateStateMachineConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUGateStateMachineRootActor \ +static_assert(alignof(ABGUGateStateMachineRootActor) == 0x000008, "Wrong alignment on ABGUGateStateMachineRootActor"); \ +static_assert(sizeof(ABGUGateStateMachineRootActor) == 0x000318, "Wrong size on ABGUGateStateMachineRootActor"); \ +static_assert(offsetof(ABGUGateStateMachineRootActor, DefaultRootComp) == 0x000310, "Member 'ABGUGateStateMachineRootActor::DefaultRootComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSCallPointsRegister_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSCallPointsRegister_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSCallPointsRegister_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSCallPointsRegister_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSCallPointsRegister_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSCallPointsRegister_GSNotifyCS \ +static_assert(alignof(BAN_GSCallPointsRegister_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSCallPointsRegister_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSCallPointsRegister_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSCallPointsRegister_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSCallPointsRegister_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSCallPointsRegister_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSCallPointsRegister \ +static_assert(alignof(UBAN_GSCallPointsRegister) == 0x000008, "Wrong alignment on UBAN_GSCallPointsRegister"); \ +static_assert(sizeof(UBAN_GSCallPointsRegister) == 0x0000D8, "Wrong size on UBAN_GSCallPointsRegister"); \ +static_assert(offsetof(UBAN_GSCallPointsRegister, RegistID) == 0x000050, "Member 'UBAN_GSCallPointsRegister::RegistID' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSCallPointsRegister, GenType) == 0x000054, "Member 'UBAN_GSCallPointsRegister::GenType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSCallPointsRegister, ExtParam) == 0x000058, "Member 'UBAN_GSCallPointsRegister::ExtParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GateStateMachineConfigComp \ +static_assert(alignof(UBUS_GateStateMachineConfigComp) == 0x000008, "Wrong alignment on UBUS_GateStateMachineConfigComp"); \ +static_assert(sizeof(UBUS_GateStateMachineConfigComp) == 0x0000D0, "Wrong size on UBUS_GateStateMachineConfigComp"); \ +static_assert(offsetof(UBUS_GateStateMachineConfigComp, GateStateMachineType) == 0x0000CA, "Member 'UBUS_GateStateMachineConfigComp::GateStateMachineType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGURideControlTriggerActor \ +static_assert(alignof(ABGURideControlTriggerActor) == 0x000008, "Wrong alignment on ABGURideControlTriggerActor"); \ +static_assert(sizeof(ABGURideControlTriggerActor) == 0x000308, "Wrong size on ABGURideControlTriggerActor"); \ + +#define DUMPER7_ASSERTS_OverlapBoxFunctionBinder_OnActorLeave \ +static_assert(alignof(OverlapBoxFunctionBinder_OnActorLeave) == 0x000008, "Wrong alignment on OverlapBoxFunctionBinder_OnActorLeave"); \ +static_assert(sizeof(OverlapBoxFunctionBinder_OnActorLeave) == 0x000010, "Wrong size on OverlapBoxFunctionBinder_OnActorLeave"); \ +static_assert(offsetof(OverlapBoxFunctionBinder_OnActorLeave, OverlappedActor) == 0x000000, "Member 'OverlapBoxFunctionBinder_OnActorLeave::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(OverlapBoxFunctionBinder_OnActorLeave, OtherActor) == 0x000008, "Member 'OverlapBoxFunctionBinder_OnActorLeave::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_OverlapBoxFunctionBinder_OnActorEnter \ +static_assert(alignof(OverlapBoxFunctionBinder_OnActorEnter) == 0x000008, "Wrong alignment on OverlapBoxFunctionBinder_OnActorEnter"); \ +static_assert(sizeof(OverlapBoxFunctionBinder_OnActorEnter) == 0x000010, "Wrong size on OverlapBoxFunctionBinder_OnActorEnter"); \ +static_assert(offsetof(OverlapBoxFunctionBinder_OnActorEnter, OverlappedActor) == 0x000000, "Member 'OverlapBoxFunctionBinder_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(OverlapBoxFunctionBinder_OnActorEnter, OtherActor) == 0x000008, "Member 'OverlapBoxFunctionBinder_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UOverlapBoxFunctionBinder \ +static_assert(alignof(UOverlapBoxFunctionBinder) == 0x000008, "Wrong alignment on UOverlapBoxFunctionBinder"); \ +static_assert(sizeof(UOverlapBoxFunctionBinder) == 0x000028, "Wrong size on UOverlapBoxFunctionBinder"); \ + +#define DUMPER7_ASSERTS_UBUS_BGMVolumeDataComp \ +static_assert(alignof(UBUS_BGMVolumeDataComp) == 0x000008, "Wrong alignment on UBUS_BGMVolumeDataComp"); \ +static_assert(sizeof(UBUS_BGMVolumeDataComp) == 0x0000D0, "Wrong size on UBUS_BGMVolumeDataComp"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PreloadOutlaws \ +static_assert(alignof(UBGWDataAsset_PreloadOutlaws) == 0x000008, "Wrong alignment on UBGWDataAsset_PreloadOutlaws"); \ +static_assert(sizeof(UBGWDataAsset_PreloadOutlaws) == 0x0000E0, "Wrong size on UBGWDataAsset_PreloadOutlaws"); \ +static_assert(offsetof(UBGWDataAsset_PreloadOutlaws, Outlaws) == 0x000030, "Member 'UBGWDataAsset_PreloadOutlaws::Outlaws' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PreloadOutlaws, CheckedList) == 0x000080, "Member 'UBGWDataAsset_PreloadOutlaws::CheckedList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PreloadOutlaws, Outlaw_AbnormalState) == 0x0000D0, "Member 'UBGWDataAsset_PreloadOutlaws::Outlaw_AbnormalState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimInteractiveActor \ +static_assert(alignof(UBUAnimInteractiveActor) == 0x000010, "Wrong alignment on UBUAnimInteractiveActor"); \ +static_assert(sizeof(UBUAnimInteractiveActor) == 0x000360, "Wrong size on UBUAnimInteractiveActor"); \ +static_assert(offsetof(UBUAnimInteractiveActor, ABPSetting) == 0x000350, "Member 'UBUAnimInteractiveActor::ABPSetting' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimInteractiveActor, AnimIdle) == 0x000358, "Member 'UBUAnimInteractiveActor::AnimIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSCallMultiPointsRegister_GSNotifyCS \ +static_assert(alignof(BAN_GSCallMultiPointsRegister_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSCallMultiPointsRegister_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSCallMultiPointsRegister_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSCallMultiPointsRegister_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSCallMultiPointsRegister_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSCallMultiPointsRegister_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSCallMultiPointsRegister \ +static_assert(alignof(UBAN_GSCallMultiPointsRegister) == 0x000008, "Wrong alignment on UBAN_GSCallMultiPointsRegister"); \ +static_assert(sizeof(UBAN_GSCallMultiPointsRegister) == 0x000060, "Wrong size on UBAN_GSCallMultiPointsRegister"); \ +static_assert(offsetof(UBAN_GSCallMultiPointsRegister, ReqList) == 0x000050, "Member 'UBAN_GSCallMultiPointsRegister::ReqList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ExtendConfigComp \ +static_assert(alignof(UBUS_ExtendConfigComp) == 0x000008, "Wrong alignment on UBUS_ExtendConfigComp"); \ +static_assert(sizeof(UBUS_ExtendConfigComp) == 0x000BE8, "Wrong size on UBUS_ExtendConfigComp"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, GroupAIBPConfig) == 0x0000C8, "Member 'UBUS_ExtendConfigComp::GroupAIBPConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BehaviorGraphTemplateID) == 0x000110, "Member 'UBUS_ExtendConfigComp::BehaviorGraphTemplateID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DialogueGraphTemplateID) == 0x000114, "Member 'UBUS_ExtendConfigComp::DialogueGraphTemplateID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, StateGraphTemplate) == 0x000118, "Member 'UBUS_ExtendConfigComp::StateGraphTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, StateGraphTemplatePath) == 0x000120, "Member 'UBUS_ExtendConfigComp::StateGraphTemplatePath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OtherFsmTemplates) == 0x000130, "Member 'UBUS_ExtendConfigComp::OtherFsmTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OtherFsmTemplatesPath) == 0x000140, "Member 'UBUS_ExtendConfigComp::OtherFsmTemplatesPath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FsmSubMachineOverride) == 0x000150, "Member 'UBUS_ExtendConfigComp::FsmSubMachineOverride' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FsmSubMachinePathOverride) == 0x0001A0, "Member 'UBUS_ExtendConfigComp::FsmSubMachinePathOverride' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PhaseStateGraphTemplate) == 0x0001F0, "Member 'UBUS_ExtendConfigComp::PhaseStateGraphTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PhaseStateGraphTemplatePath) == 0x0001F8, "Member 'UBUS_ExtendConfigComp::PhaseStateGraphTemplatePath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, EventMap) == 0x000208, "Member 'UBUS_ExtendConfigComp::EventMap' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BattleSC) == 0x000258, "Member 'UBUS_ExtendConfigComp::BattleSC' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SpecificEventListen_BattleSC) == 0x000260, "Member 'UBUS_ExtendConfigComp::SpecificEventListen_BattleSC' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BattleSC_GUID) == 0x000270, "Member 'UBUS_ExtendConfigComp::BattleSC_GUID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, AIConversationEventIDList) == 0x000280, "Member 'UBUS_ExtendConfigComp::AIConversationEventIDList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, AIConversationFacts) == 0x000290, "Member 'UBUS_ExtendConfigComp::AIConversationFacts' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, IntimidateBPConfig) == 0x0002A0, "Member 'UBUS_ExtendConfigComp::IntimidateBPConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, GSArmorSettingInBP) == 0x0002D0, "Member 'UBUS_ExtendConfigComp::GSArmorSettingInBP' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WakeUpConfig) == 0x000320, "Member 'UBUS_ExtendConfigComp::WakeUpConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ReplaceLeisureSequenceID) == 0x000398, "Member 'UBUS_ExtendConfigComp::ReplaceLeisureSequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LeisureAnimAfterSequence) == 0x0003A0, "Member 'UBUS_ExtendConfigComp::LeisureAnimAfterSequence' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OnFightSkillIDAfterSequence) == 0x0003A8, "Member 'UBUS_ExtendConfigComp::OnFightSkillIDAfterSequence' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OnFightSkillIDBackAfterSequence) == 0x0003AC, "Member 'UBUS_ExtendConfigComp::OnFightSkillIDBackAfterSequence' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OnFightSkillIDLeftAfterSequence) == 0x0003B0, "Member 'UBUS_ExtendConfigComp::OnFightSkillIDLeftAfterSequence' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OnFightSkillIDRightAfterSequence) == 0x0003B4, "Member 'UBUS_ExtendConfigComp::OnFightSkillIDRightAfterSequence' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, AIState) == 0x0003B8, "Member 'UBUS_ExtendConfigComp::AIState' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LastSkillBlockReason) == 0x0003BC, "Member 'UBUS_ExtendConfigComp::LastSkillBlockReason' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, UserHandle) == 0x0003C0, "Member 'UBUS_ExtendConfigComp::UserHandle' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WindyMoveAffectedAngleForward) == 0x0003CC, "Member 'UBUS_ExtendConfigComp::WindyMoveAffectedAngleForward' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WindyMoveForwardBuffID) == 0x0003D0, "Member 'UBUS_ExtendConfigComp::WindyMoveForwardBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WindyMoveBackwardBuffID) == 0x0003D4, "Member 'UBUS_ExtendConfigComp::WindyMoveBackwardBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WindyMoveEnterSkill) == 0x0003D8, "Member 'UBUS_ExtendConfigComp::WindyMoveEnterSkill' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MuddyMoveEnterSkill) == 0x0003DC, "Member 'UBUS_ExtendConfigComp::MuddyMoveEnterSkill' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FrozenMoveEnterSkill) == 0x0003E0, "Member 'UBUS_ExtendConfigComp::FrozenMoveEnterSkill' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SpiderSilkyMoveEnterSkill) == 0x0003E4, "Member 'UBUS_ExtendConfigComp::SpiderSilkyMoveEnterSkill' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WindyMoveForwardBlendAnim) == 0x0003E8, "Member 'UBUS_ExtendConfigComp::WindyMoveForwardBlendAnim' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PatrolType) == 0x0003F0, "Member 'UBUS_ExtendConfigComp::PatrolType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MotionMatchingState) == 0x0003F3, "Member 'UBUS_ExtendConfigComp::MotionMatchingState' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FindPathMoveType) == 0x0003F4, "Member 'UBUS_ExtendConfigComp::FindPathMoveType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PatrolMoveSpeedType) == 0x0003F5, "Member 'UBUS_ExtendConfigComp::PatrolMoveSpeedType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PatrolBuff) == 0x0003F8, "Member 'UBUS_ExtendConfigComp::PatrolBuff' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ABPSettingForPatrol) == 0x000400, "Member 'UBUS_ExtendConfigComp::ABPSettingForPatrol' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MoveAcceptableRadius) == 0x000408, "Member 'UBUS_ExtendConfigComp::MoveAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, StartWaitAMProbability) == 0x00040C, "Member 'UBUS_ExtendConfigComp::StartWaitAMProbability' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, StartWaitAM) == 0x000410, "Member 'UBUS_ExtendConfigComp::StartWaitAM' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TurnSkillConfig) == 0x000420, "Member 'UBUS_ExtendConfigComp::TurnSkillConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RandomPatrolConfig) == 0x000440, "Member 'UBUS_ExtendConfigComp::RandomPatrolConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SplinePatrolConfig) == 0x000460, "Member 'UBUS_ExtendConfigComp::SplinePatrolConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MultiSplinePatrolConfig) == 0x000518, "Member 'UBUS_ExtendConfigComp::MultiSplinePatrolConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LeisureConfig) == 0x0005D0, "Member 'UBUS_ExtendConfigComp::LeisureConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FollowPatrolConfig) == 0x0005F0, "Member 'UBUS_ExtendConfigComp::FollowPatrolConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, GroupPatrolConfig) == 0x0005F8, "Member 'UBUS_ExtendConfigComp::GroupPatrolConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PhysicsTransformGravityAddValue) == 0x00066C, "Member 'UBUS_ExtendConfigComp::PhysicsTransformGravityAddValue' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RotationTypeDurningPhysicsState) == 0x000670, "Member 'UBUS_ExtendConfigComp::RotationTypeDurningPhysicsState' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, GlideSlopeEdgeAngle) == 0x000674, "Member 'UBUS_ExtendConfigComp::GlideSlopeEdgeAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MaxGlideSpeed) == 0x000678, "Member 'UBUS_ExtendConfigComp::MaxGlideSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MinGlideSpeed) == 0x00067C, "Member 'UBUS_ExtendConfigComp::MinGlideSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MaxSpeedAngle) == 0x000680, "Member 'UBUS_ExtendConfigComp::MaxSpeedAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MinSpeedAngle) == 0x000684, "Member 'UBUS_ExtendConfigComp::MinSpeedAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MoveControlReactionSpeed) == 0x000688, "Member 'UBUS_ExtendConfigComp::MoveControlReactionSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MoveControlAddMaxSpeed) == 0x00068C, "Member 'UBUS_ExtendConfigComp::MoveControlAddMaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PreventGlideSkillID) == 0x000690, "Member 'UBUS_ExtendConfigComp::PreventGlideSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PhysicalGravityAddValue) == 0x000698, "Member 'UBUS_ExtendConfigComp::PhysicalGravityAddValue' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PhysicalMoveBuff) == 0x0006A0, "Member 'UBUS_ExtendConfigComp::PhysicalMoveBuff' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PhysicalMoveBuffNeedSpeed) == 0x0006B0, "Member 'UBUS_ExtendConfigComp::PhysicalMoveBuffNeedSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PhysicalMoveBuffProtectTime) == 0x0006B4, "Member 'UBUS_ExtendConfigComp::PhysicalMoveBuffProtectTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DirectionBaseSocekt) == 0x0006BC, "Member 'UBUS_ExtendConfigComp::DirectionBaseSocekt' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ForwardSocket) == 0x0006C4, "Member 'UBUS_ExtendConfigComp::ForwardSocket' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, AccuratelyMoveDistance) == 0x0006CC, "Member 'UBUS_ExtendConfigComp::AccuratelyMoveDistance' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, HorizontalMoveSpeed) == 0x0006D4, "Member 'UBUS_ExtendConfigComp::HorizontalMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, VerticalMoveSpeed) == 0x0006D8, "Member 'UBUS_ExtendConfigComp::VerticalMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MaxMoveDistance) == 0x0006DC, "Member 'UBUS_ExtendConfigComp::MaxMoveDistance' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FlyDownwardSpeedRate) == 0x0006E0, "Member 'UBUS_ExtendConfigComp::FlyDownwardSpeedRate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FlyDownwardJudgeAngle) == 0x0006E4, "Member 'UBUS_ExtendConfigComp::FlyDownwardJudgeAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FloatRelativeSpotActor) == 0x0006E8, "Member 'UBUS_ExtendConfigComp::FloatRelativeSpotActor' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RelativeFloatHeight) == 0x0006F0, "Member 'UBUS_ExtendConfigComp::RelativeFloatHeight' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SplineList) == 0x0006F8, "Member 'UBUS_ExtendConfigComp::SplineList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BeginTriggerBox) == 0x000708, "Member 'UBUS_ExtendConfigComp::BeginTriggerBox' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, EndTriggerBox) == 0x000730, "Member 'UBUS_ExtendConfigComp::EndTriggerBox' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, turnSpeed) == 0x000758, "Member 'UBUS_ExtendConfigComp::turnSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, Acceleration) == 0x00075C, "Member 'UBUS_ExtendConfigComp::Acceleration' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MaxSpeed) == 0x000760, "Member 'UBUS_ExtendConfigComp::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MinSpeed) == 0x000764, "Member 'UBUS_ExtendConfigComp::MinSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, StartSpeed) == 0x000768, "Member 'UBUS_ExtendConfigComp::StartSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MultiSplineDefaultIndex) == 0x00076C, "Member 'UBUS_ExtendConfigComp::MultiSplineDefaultIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FirstAccelerationIndex) == 0x000770, "Member 'UBUS_ExtendConfigComp::FirstAccelerationIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SecondAccelerationIndex) == 0x000774, "Member 'UBUS_ExtendConfigComp::SecondAccelerationIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SpeedRateParam) == 0x000778, "Member 'UBUS_ExtendConfigComp::SpeedRateParam' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RotatorWaitTime) == 0x00077C, "Member 'UBUS_ExtendConfigComp::RotatorWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SpeedRateParamCurve) == 0x000780, "Member 'UBUS_ExtendConfigComp::SpeedRateParamCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, UseCurveTime) == 0x000788, "Member 'UBUS_ExtendConfigComp::UseCurveTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, StartPointIndex) == 0x00078C, "Member 'UBUS_ExtendConfigComp::StartPointIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ForwardBuffID) == 0x000794, "Member 'UBUS_ExtendConfigComp::ForwardBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BackBuffID) == 0x000798, "Member 'UBUS_ExtendConfigComp::BackBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FollowStateRotationRate) == 0x00079C, "Member 'UBUS_ExtendConfigComp::FollowStateRotationRate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TraceDelay) == 0x0007A4, "Member 'UBUS_ExtendConfigComp::TraceDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TraceLength) == 0x0007A8, "Member 'UBUS_ExtendConfigComp::TraceLength' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, Size) == 0x0007AC, "Member 'UBUS_ExtendConfigComp::Size' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SampleCollectionProtectTime) == 0x0007B0, "Member 'UBUS_ExtendConfigComp::SampleCollectionProtectTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OverrideSurfaceType) == 0x0007B4, "Member 'UBUS_ExtendConfigComp::OverrideSurfaceType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OverrideSurfacePersistTime) == 0x0007B8, "Member 'UBUS_ExtendConfigComp::OverrideSurfacePersistTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OverrideSurfaceFXActorTag) == 0x0007BC, "Member 'UBUS_ExtendConfigComp::OverrideSurfaceFXActorTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DebugDrawOffset) == 0x0007C8, "Member 'UBUS_ExtendConfigComp::DebugDrawOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FXComponentName) == 0x0007D0, "Member 'UBUS_ExtendConfigComp::FXComponentName' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, GlobalFXConfigList) == 0x0007E0, "Member 'UBUS_ExtendConfigComp::GlobalFXConfigList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PointLightTag) == 0x0007F0, "Member 'UBUS_ExtendConfigComp::PointLightTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LoopEvent) == 0x0007F8, "Member 'UBUS_ExtendConfigComp::LoopEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DeadEvent) == 0x000820, "Member 'UBUS_ExtendConfigComp::DeadEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BtlBGMBPConfig) == 0x000848, "Member 'UBUS_ExtendConfigComp::BtlBGMBPConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LeftFootSpeedRefBoneName) == 0x000874, "Member 'UBUS_ExtendConfigComp::LeftFootSpeedRefBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RightFootSpeedRefBoneName) == 0x00087C, "Member 'UBUS_ExtendConfigComp::RightFootSpeedRefBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LeftFootLineTraceBoneName) == 0x000884, "Member 'UBUS_ExtendConfigComp::LeftFootLineTraceBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RightFootLineTraceBoneName) == 0x00088C, "Member 'UBUS_ExtendConfigComp::RightFootLineTraceBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LeftFootFrontSocket) == 0x000894, "Member 'UBUS_ExtendConfigComp::LeftFootFrontSocket' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RightFootFrontSocket) == 0x00089C, "Member 'UBUS_ExtendConfigComp::RightFootFrontSocket' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, CameraShake) == 0x0008A8, "Member 'UBUS_ExtendConfigComp::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, StepAudioPath) == 0x0008B0, "Member 'UBUS_ExtendConfigComp::StepAudioPath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MoveActionTypeID) == 0x0008C8, "Member 'UBUS_ExtendConfigComp::MoveActionTypeID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DecalMaterialPath) == 0x0008D0, "Member 'UBUS_ExtendConfigComp::DecalMaterialPath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FootStepDecalSize) == 0x0008E8, "Member 'UBUS_ExtendConfigComp::FootStepDecalSize' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FootStepDecalOffset) == 0x000900, "Member 'UBUS_ExtendConfigComp::FootStepDecalOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FootStepDecalStartFadeOutTime) == 0x000918, "Member 'UBUS_ExtendConfigComp::FootStepDecalStartFadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FootStepDecalFadeOutDuration) == 0x00091C, "Member 'UBUS_ExtendConfigComp::FootStepDecalFadeOutDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FoliageInteractSoundPriority) == 0x000920, "Member 'UBUS_ExtendConfigComp::FoliageInteractSoundPriority' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BeImmobilizedConfig) == 0x000928, "Member 'UBUS_ExtendConfigComp::BeImmobilizedConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DA_PELevelConfig) == 0x000930, "Member 'UBUS_ExtendConfigComp::DA_PELevelConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DefaultAwardsLevel) == 0x00093C, "Member 'UBUS_ExtendConfigComp::DefaultAwardsLevel' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TolerantTimeSeconds) == 0x000940, "Member 'UBUS_ExtendConfigComp::TolerantTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, Awards) == 0x000948, "Member 'UBUS_ExtendConfigComp::Awards' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TransStageConfigID) == 0x00095C, "Member 'UBUS_ExtendConfigComp::TransStageConfigID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TransBackSkillID) == 0x000960, "Member 'UBUS_ExtendConfigComp::TransBackSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TransBackDurationTime) == 0x000964, "Member 'UBUS_ExtendConfigComp::TransBackDurationTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, AbnormalAttrConfig) == 0x000968, "Member 'UBUS_ExtendConfigComp::AbnormalAttrConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, AbnormalStateImmueList) == 0x000970, "Member 'UBUS_ExtendConfigComp::AbnormalStateImmueList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BirthAbnormalStateList) == 0x000980, "Member 'UBUS_ExtendConfigComp::BirthAbnormalStateList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, EffectIDList_SwitchWeaponPose) == 0x000990, "Member 'UBUS_ExtendConfigComp::EffectIDList_SwitchWeaponPose' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TriggerEffectCoolDown_SwitchWeaponPose) == 0x0009A0, "Member 'UBUS_ExtendConfigComp::TriggerEffectCoolDown_SwitchWeaponPose' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SkillMappingGraph) == 0x0009A8, "Member 'UBUS_ExtendConfigComp::SkillMappingGraph' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, SkillMappingGraphPath) == 0x0009B0, "Member 'UBUS_ExtendConfigComp::SkillMappingGraphPath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, CostDMG_StartHeight) == 0x0009C0, "Member 'UBUS_ExtendConfigComp::CostDMG_StartHeight' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OverHeight_DmgAdditive_INV10000) == 0x0009C4, "Member 'UBUS_ExtendConfigComp::OverHeight_DmgAdditive_INV10000' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FallDmg_DmgMax_INV10000) == 0x0009C8, "Member 'UBUS_ExtendConfigComp::FallDmg_DmgMax_INV10000' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BaseDmg_INV10000) == 0x0009CC, "Member 'UBUS_ExtendConfigComp::BaseDmg_INV10000' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FallingSafeTime) == 0x0009D0, "Member 'UBUS_ExtendConfigComp::FallingSafeTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LandCamShakeConfig) == 0x0009D8, "Member 'UBUS_ExtendConfigComp::LandCamShakeConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, CanDodge_Distance) == 0x0009F4, "Member 'UBUS_ExtendConfigComp::CanDodge_Distance' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, Dodge_DmgMul) == 0x0009F8, "Member 'UBUS_ExtendConfigComp::Dodge_DmgMul' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ActorResetType) == 0x0009FE, "Member 'UBUS_ExtendConfigComp::ActorResetType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, EnableImplactCalculationParameter) == 0x000A00, "Member 'UBUS_ExtendConfigComp::EnableImplactCalculationParameter' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, EnableImpactActionHeightDiff) == 0x000A04, "Member 'UBUS_ExtendConfigComp::EnableImpactActionHeightDiff' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, EnableImpactAnimThreshold) == 0x000A08, "Member 'UBUS_ExtendConfigComp::EnableImpactAnimThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LeftAngleSplitLine) == 0x000A0C, "Member 'UBUS_ExtendConfigComp::LeftAngleSplitLine' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MiddleLeftAngleSplitLine) == 0x000A10, "Member 'UBUS_ExtendConfigComp::MiddleLeftAngleSplitLine' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, MiddleRightAngleSplitLine) == 0x000A14, "Member 'UBUS_ExtendConfigComp::MiddleRightAngleSplitLine' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RightAngleSplitLine) == 0x000A18, "Member 'UBUS_ExtendConfigComp::RightAngleSplitLine' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ForwardImpactActionAnim) == 0x000A20, "Member 'UBUS_ExtendConfigComp::ForwardImpactActionAnim' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, LeftSideImpactActionAnim) == 0x000A28, "Member 'UBUS_ExtendConfigComp::LeftSideImpactActionAnim' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RightSideImpactActionAnim) == 0x000A30, "Member 'UBUS_ExtendConfigComp::RightSideImpactActionAnim' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, InteractiveUnitID) == 0x000A38, "Member 'UBUS_ExtendConfigComp::InteractiveUnitID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DefalutInteractiveGroupID) == 0x000A3C, "Member 'UBUS_ExtendConfigComp::DefalutInteractiveGroupID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ShopID) == 0x000A40, "Member 'UBUS_ExtendConfigComp::ShopID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, InteractFuncList) == 0x000A48, "Member 'UBUS_ExtendConfigComp::InteractFuncList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, RewardDropID) == 0x000A58, "Member 'UBUS_ExtendConfigComp::RewardDropID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, InteractAnchorOverride) == 0x000A5C, "Member 'UBUS_ExtendConfigComp::InteractAnchorOverride' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ObjectMaterial) == 0x000A64, "Member 'UBUS_ExtendConfigComp::ObjectMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, CheckInterval) == 0x000A68, "Member 'UBUS_ExtendConfigComp::CheckInterval' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TraceIgnoreActorTags) == 0x000A70, "Member 'UBUS_ExtendConfigComp::TraceIgnoreActorTags' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FlyHeightMin) == 0x000A80, "Member 'UBUS_ExtendConfigComp::FlyHeightMin' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FlyHeightMax) == 0x000A84, "Member 'UBUS_ExtendConfigComp::FlyHeightMax' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, FlyHeightMaxAbs) == 0x000A88, "Member 'UBUS_ExtendConfigComp::FlyHeightMaxAbs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PushUpImpulse) == 0x000A8C, "Member 'UBUS_ExtendConfigComp::PushUpImpulse' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PushDownImpulse) == 0x000A90, "Member 'UBUS_ExtendConfigComp::PushDownImpulse' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, DefaultComboGraphIndex) == 0x000A98, "Member 'UBUS_ExtendConfigComp::DefaultComboGraphIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ComboGraphTemplates) == 0x000AA0, "Member 'UBUS_ExtendConfigComp::ComboGraphTemplates' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ComboGraphTemplatesPath) == 0x000AB0, "Member 'UBUS_ExtendConfigComp::ComboGraphTemplatesPath' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TurretTurnTriggerYaw) == 0x000AC4, "Member 'UBUS_ExtendConfigComp::TurretTurnTriggerYaw' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TurretTurnDelay) == 0x000AC8, "Member 'UBUS_ExtendConfigComp::TurretTurnDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TurretTurnBlendTime) == 0x000ACC, "Member 'UBUS_ExtendConfigComp::TurretTurnBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, CameraGraphClass) == 0x000AD0, "Member 'UBUS_ExtendConfigComp::CameraGraphClass' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WaitingLocationItemTag) == 0x000AE0, "Member 'UBUS_ExtendConfigComp::WaitingLocationItemTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WaitingLocation) == 0x000AE8, "Member 'UBUS_ExtendConfigComp::WaitingLocation' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WaitingRotation) == 0x000B00, "Member 'UBUS_ExtendConfigComp::WaitingRotation' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WaitingAnim) == 0x000B18, "Member 'UBUS_ExtendConfigComp::WaitingAnim' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, WaitingStateConfig) == 0x000B20, "Member 'UBUS_ExtendConfigComp::WaitingStateConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PreShowStateConfig) == 0x000B28, "Member 'UBUS_ExtendConfigComp::PreShowStateConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, ShowingStateConfig) == 0x000B30, "Member 'UBUS_ExtendConfigComp::ShowingStateConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, NPCInfoID) == 0x000B38, "Member 'UBUS_ExtendConfigComp::NPCInfoID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, OverrideAnimConfig) == 0x000B40, "Member 'UBUS_ExtendConfigComp::OverrideAnimConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TouchWallFeedBack_TraceLength) == 0x000B4C, "Member 'UBUS_ExtendConfigComp::TouchWallFeedBack_TraceLength' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, TouchWallFeedBack_SpeedThreshold) == 0x000B50, "Member 'UBUS_ExtendConfigComp::TouchWallFeedBack_SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, HitDynamicObstacle_ProtectTime) == 0x000B54, "Member 'UBUS_ExtendConfigComp::HitDynamicObstacle_ProtectTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, CliffUnbalance_SpeedThreshold) == 0x000B58, "Member 'UBUS_ExtendConfigComp::CliffUnbalance_SpeedThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, CliffUnbalanceAMConfig) == 0x000B60, "Member 'UBUS_ExtendConfigComp::CliffUnbalanceAMConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, BossBarObserveTamerList) == 0x000B80, "Member 'UBUS_ExtendConfigComp::BossBarObserveTamerList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, HatchConfigInfo) == 0x000B90, "Member 'UBUS_ExtendConfigComp::HatchConfigInfo' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ExtendConfigComp, PermanentWindMotorsDataAsset) == 0x000BD8, "Member 'UBUS_ExtendConfigComp::PermanentWindMotorsDataAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TransEffectSetting \ +static_assert(alignof(UBGWDataAsset_TransEffectSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_TransEffectSetting"); \ +static_assert(sizeof(UBGWDataAsset_TransEffectSetting) == 0x000050, "Wrong size on UBGWDataAsset_TransEffectSetting"); \ +static_assert(offsetof(UBGWDataAsset_TransEffectSetting, TransEffect) == 0x000030, "Member 'UBGWDataAsset_TransEffectSetting::TransEffect' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TransEffectSetting, Duration) == 0x000038, "Member 'UBGWDataAsset_TransEffectSetting::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TransEffectSetting, NiagaraParams) == 0x000040, "Member 'UBGWDataAsset_TransEffectSetting::NiagaraParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DestructibleDestroyEffectTriggerComp \ +static_assert(alignof(UBUS_DestructibleDestroyEffectTriggerComp) == 0x000008, "Wrong alignment on UBUS_DestructibleDestroyEffectTriggerComp"); \ +static_assert(sizeof(UBUS_DestructibleDestroyEffectTriggerComp) == 0x0000F0, "Wrong size on UBUS_DestructibleDestroyEffectTriggerComp"); \ +static_assert(offsetof(UBUS_DestructibleDestroyEffectTriggerComp, DestructibleTag) == 0x0000C8, "Member 'UBUS_DestructibleDestroyEffectTriggerComp::DestructibleTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleDestroyEffectTriggerComp, EffectIDs) == 0x0000D0, "Member 'UBUS_DestructibleDestroyEffectTriggerComp::EffectIDs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DestructibleDestroyEffectTriggerComp, BuffIDs) == 0x0000E0, "Member 'UBUS_DestructibleDestroyEffectTriggerComp::BuffIDs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_GeneratePreloadDAConfig \ +static_assert(alignof(UBGWDataAsset_GeneratePreloadDAConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_GeneratePreloadDAConfig"); \ +static_assert(sizeof(UBGWDataAsset_GeneratePreloadDAConfig) == 0x000078, "Wrong size on UBGWDataAsset_GeneratePreloadDAConfig"); \ +static_assert(offsetof(UBGWDataAsset_GeneratePreloadDAConfig, RootLevelFolderPaths) == 0x000038, "Member 'UBGWDataAsset_GeneratePreloadDAConfig::RootLevelFolderPaths' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GeneratePreloadDAConfig, LevelsForPreload) == 0x000048, "Member 'UBGWDataAsset_GeneratePreloadDAConfig::LevelsForPreload' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GeneratePreloadDAConfig, TxtOutputName) == 0x000058, "Member 'UBGWDataAsset_GeneratePreloadDAConfig::TxtOutputName' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GeneratePreloadDAConfig, PreloadDAOutputName) == 0x000068, "Member 'UBGWDataAsset_GeneratePreloadDAConfig::PreloadDAOutputName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCurTargetType \ +static_assert(alignof(UBAID_CheckCurTargetType) == 0x000008, "Wrong alignment on UBAID_CheckCurTargetType"); \ +static_assert(sizeof(UBAID_CheckCurTargetType) == 0x0000A8, "Wrong size on UBAID_CheckCurTargetType"); \ +static_assert(offsetof(UBAID_CheckCurTargetType, UnitIDList) == 0x000090, "Member 'UBAID_CheckCurTargetType::UnitIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWUltimateInfoDataAsset \ +static_assert(alignof(UBGWUltimateInfoDataAsset) == 0x000008, "Wrong alignment on UBGWUltimateInfoDataAsset"); \ +static_assert(sizeof(UBGWUltimateInfoDataAsset) == 0x000040, "Wrong size on UBGWUltimateInfoDataAsset"); \ +static_assert(offsetof(UBGWUltimateInfoDataAsset, UltimateSkillConfigInfo) == 0x000030, "Member 'UBGWUltimateInfoDataAsset::UltimateSkillConfigInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCanCastAnySkill \ +static_assert(alignof(UBAID_CheckCanCastAnySkill) == 0x000008, "Wrong alignment on UBAID_CheckCanCastAnySkill"); \ +static_assert(sizeof(UBAID_CheckCanCastAnySkill) == 0x0000A0, "Wrong size on UBAID_CheckCanCastAnySkill"); \ +static_assert(offsetof(UBAID_CheckCanCastAnySkill, Skills) == 0x000090, "Member 'UBAID_CheckCanCastAnySkill::Skills' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_EquipIllusionConfig \ +static_assert(alignof(UBGWDataAsset_EquipIllusionConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_EquipIllusionConfig"); \ +static_assert(sizeof(UBGWDataAsset_EquipIllusionConfig) == 0x000060, "Wrong size on UBGWDataAsset_EquipIllusionConfig"); \ +static_assert(offsetof(UBGWDataAsset_EquipIllusionConfig, position) == 0x000030, "Member 'UBGWDataAsset_EquipIllusionConfig::position' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EquipIllusionConfig, SM) == 0x000038, "Member 'UBGWDataAsset_EquipIllusionConfig::SM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EquipIllusionConfig, ABP) == 0x000040, "Member 'UBGWDataAsset_EquipIllusionConfig::ABP' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EquipIllusionConfig, StaticMesh) == 0x000048, "Member 'UBGWDataAsset_EquipIllusionConfig::StaticMesh' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EquipIllusionConfig, ModularType) == 0x000058, "Member 'UBGWDataAsset_EquipIllusionConfig::ModularType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_SelfBeyondPursuitRange \ +static_assert(alignof(UBAID_SelfBeyondPursuitRange) == 0x000008, "Wrong alignment on UBAID_SelfBeyondPursuitRange"); \ +static_assert(sizeof(UBAID_SelfBeyondPursuitRange) == 0x000090, "Wrong size on UBAID_SelfBeyondPursuitRange"); \ + +#define DUMPER7_ASSERTS_UBAIS_StalemateTimeTick \ +static_assert(alignof(UBAIS_StalemateTimeTick) == 0x000008, "Wrong alignment on UBAIS_StalemateTimeTick"); \ +static_assert(sizeof(UBAIS_StalemateTimeTick) == 0x000098, "Wrong size on UBAIS_StalemateTimeTick"); \ + +#define DUMPER7_ASSERTS_UBAIT_ClearHasCastComboInfo \ +static_assert(alignof(UBAIT_ClearHasCastComboInfo) == 0x000008, "Wrong alignment on UBAIT_ClearHasCastComboInfo"); \ +static_assert(sizeof(UBAIT_ClearHasCastComboInfo) == 0x0000A8, "Wrong size on UBAIT_ClearHasCastComboInfo"); \ + +#define DUMPER7_ASSERTS_BAIT_FlyMoveTo_Pathfinding_OnDynamicCollisionAlert \ +static_assert(alignof(BAIT_FlyMoveTo_Pathfinding_OnDynamicCollisionAlert) == 0x000008, "Wrong alignment on BAIT_FlyMoveTo_Pathfinding_OnDynamicCollisionAlert"); \ +static_assert(sizeof(BAIT_FlyMoveTo_Pathfinding_OnDynamicCollisionAlert) == 0x000048, "Wrong size on BAIT_FlyMoveTo_Pathfinding_OnDynamicCollisionAlert"); \ +static_assert(offsetof(BAIT_FlyMoveTo_Pathfinding_OnDynamicCollisionAlert, Data) == 0x000000, "Member 'BAIT_FlyMoveTo_Pathfinding_OnDynamicCollisionAlert::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAIT_FlyMoveTo_Pathfinding_OnFinish \ +static_assert(alignof(BAIT_FlyMoveTo_Pathfinding_OnFinish) == 0x000008, "Wrong alignment on BAIT_FlyMoveTo_Pathfinding_OnFinish"); \ +static_assert(sizeof(BAIT_FlyMoveTo_Pathfinding_OnFinish) == 0x0002B8, "Wrong size on BAIT_FlyMoveTo_Pathfinding_OnFinish"); \ +static_assert(offsetof(BAIT_FlyMoveTo_Pathfinding_OnFinish, Data) == 0x000000, "Member 'BAIT_FlyMoveTo_Pathfinding_OnFinish::Data' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_FlyMoveTo \ +static_assert(alignof(UBAIT_FlyMoveTo) == 0x000008, "Wrong alignment on UBAIT_FlyMoveTo"); \ +static_assert(sizeof(UBAIT_FlyMoveTo) == 0x0000E0, "Wrong size on UBAIT_FlyMoveTo"); \ +static_assert(offsetof(UBAIT_FlyMoveTo, BTTargetType) == 0x0000A8, "Member 'UBAIT_FlyMoveTo::BTTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FlyMoveTo, MinimumProximityRequired) == 0x0000AC, "Member 'UBAIT_FlyMoveTo::MinimumProximityRequired' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FlyMoveTo, QueryParams) == 0x0000B0, "Member 'UBAIT_FlyMoveTo::QueryParams' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FlyMoveTo, DebugParams) == 0x0000D0, "Member 'UBAIT_FlyMoveTo::DebugParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_HandleBattleMessage \ +static_assert(alignof(UBAIT_HandleBattleMessage) == 0x000008, "Wrong alignment on UBAIT_HandleBattleMessage"); \ +static_assert(sizeof(UBAIT_HandleBattleMessage) == 0x0000B0, "Wrong size on UBAIT_HandleBattleMessage"); \ +static_assert(offsetof(UBAIT_HandleBattleMessage, BattleMessage) == 0x0000A8, "Member 'UBAIT_HandleBattleMessage::BattleMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSComboKeyCache_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSComboKeyCache_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSComboKeyCache_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSComboKeyCache_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSComboKeyCache_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSComboKeyCache_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSComboKeyCache_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSComboKeyCache_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSComboKeyCache_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSComboKeyCache \ +static_assert(alignof(UBANS_GSComboKeyCache) == 0x000008, "Wrong alignment on UBANS_GSComboKeyCache"); \ +static_assert(sizeof(UBANS_GSComboKeyCache) == 0x000050, "Wrong size on UBANS_GSComboKeyCache"); \ +static_assert(offsetof(UBANS_GSComboKeyCache, GroupId) == 0x000048, "Member 'UBANS_GSComboKeyCache::GroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_MoveToPerceivedTarget \ +static_assert(alignof(UBAIT_MoveToPerceivedTarget) == 0x000008, "Wrong alignment on UBAIT_MoveToPerceivedTarget"); \ +static_assert(sizeof(UBAIT_MoveToPerceivedTarget) == 0x0000B0, "Wrong size on UBAIT_MoveToPerceivedTarget"); \ +static_assert(offsetof(UBAIT_MoveToPerceivedTarget, AcceptableRadius) == 0x0000A8, "Member 'UBAIT_MoveToPerceivedTarget::AcceptableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSChargeKeyCache_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSChargeKeyCache_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSChargeKeyCache_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSChargeKeyCache_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSChargeKeyCache_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSChargeKeyCache_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSChargeKeyCache_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSChargeKeyCache_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSChargeKeyCache_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSChargeKeyCache_GSNotifyEndCS \ +static_assert(alignof(BANS_GSChargeKeyCache_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSChargeKeyCache_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSChargeKeyCache_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSChargeKeyCache_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSChargeKeyCache_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSChargeKeyCache_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSChargeKeyCache \ +static_assert(alignof(UBANS_GSChargeKeyCache) == 0x000008, "Wrong alignment on UBANS_GSChargeKeyCache"); \ +static_assert(sizeof(UBANS_GSChargeKeyCache) == 0x000048, "Wrong size on UBANS_GSChargeKeyCache"); \ + +#define DUMPER7_ASSERTS_UBAIT_ResetSceneItem \ +static_assert(alignof(UBAIT_ResetSceneItem) == 0x000008, "Wrong alignment on UBAIT_ResetSceneItem"); \ +static_assert(sizeof(UBAIT_ResetSceneItem) == 0x0000B8, "Wrong size on UBAIT_ResetSceneItem"); \ +static_assert(offsetof(UBAIT_ResetSceneItem, SceneActorTags) == 0x0000A8, "Member 'UBAIT_ResetSceneItem::SceneActorTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_ResetStalemateMoveTime \ +static_assert(alignof(UBAIT_ResetStalemateMoveTime) == 0x000008, "Wrong alignment on UBAIT_ResetStalemateMoveTime"); \ +static_assert(sizeof(UBAIT_ResetStalemateMoveTime) == 0x0000A8, "Wrong size on UBAIT_ResetStalemateMoveTime"); \ + +#define DUMPER7_ASSERTS_BGUCameraActor_ReceiveEndPlay \ +static_assert(alignof(BGUCameraActor_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUCameraActor_ReceiveEndPlay"); \ +static_assert(sizeof(BGUCameraActor_ReceiveEndPlay) == 0x000001, "Wrong size on BGUCameraActor_ReceiveEndPlay"); \ +static_assert(offsetof(BGUCameraActor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUCameraActor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCameraActor \ +static_assert(alignof(ABGUCameraActor) == 0x000010, "Wrong alignment on ABGUCameraActor"); \ +static_assert(sizeof(ABGUCameraActor) == 0x000A70, "Wrong size on ABGUCameraActor"); \ + +#define DUMPER7_ASSERTS_QuestCovertTimerOverlapComp_OnCollisionBeginOverlap \ +static_assert(alignof(QuestCovertTimerOverlapComp_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on QuestCovertTimerOverlapComp_OnCollisionBeginOverlap"); \ +static_assert(sizeof(QuestCovertTimerOverlapComp_OnCollisionBeginOverlap) == 0x000108, "Wrong size on QuestCovertTimerOverlapComp_OnCollisionBeginOverlap"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'QuestCovertTimerOverlapComp_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'QuestCovertTimerOverlapComp_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'QuestCovertTimerOverlapComp_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'QuestCovertTimerOverlapComp_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'QuestCovertTimerOverlapComp_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestCovertTimerOverlapComp_OnCollisionEndOverlap \ +static_assert(alignof(QuestCovertTimerOverlapComp_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on QuestCovertTimerOverlapComp_OnCollisionEndOverlap"); \ +static_assert(sizeof(QuestCovertTimerOverlapComp_OnCollisionEndOverlap) == 0x000020, "Wrong size on QuestCovertTimerOverlapComp_OnCollisionEndOverlap"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'QuestCovertTimerOverlapComp_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'QuestCovertTimerOverlapComp_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'QuestCovertTimerOverlapComp_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(QuestCovertTimerOverlapComp_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'QuestCovertTimerOverlapComp_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuestCovertTimerOverlapComp \ +static_assert(alignof(UQuestCovertTimerOverlapComp) == 0x000008, "Wrong alignment on UQuestCovertTimerOverlapComp"); \ +static_assert(sizeof(UQuestCovertTimerOverlapComp) == 0x000028, "Wrong size on UQuestCovertTimerOverlapComp"); \ + +#define DUMPER7_ASSERTS_UBUS_AudioEmitterDataComp \ +static_assert(alignof(UBUS_AudioEmitterDataComp) == 0x000008, "Wrong alignment on UBUS_AudioEmitterDataComp"); \ +static_assert(sizeof(UBUS_AudioEmitterDataComp) == 0x0000D0, "Wrong size on UBUS_AudioEmitterDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_AudioEmitterEditComp \ +static_assert(alignof(UBUS_AudioEmitterEditComp) == 0x000008, "Wrong alignment on UBUS_AudioEmitterEditComp"); \ +static_assert(sizeof(UBUS_AudioEmitterEditComp) == 0x000100, "Wrong size on UBUS_AudioEmitterEditComp"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, AkEventEmitter) == 0x0000D0, "Member 'UBUS_AudioEmitterEditComp::AkEventEmitter' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, EmitterHeight) == 0x0000D8, "Member 'UBUS_AudioEmitterEditComp::EmitterHeight' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, SwitchGroup) == 0x0000DC, "Member 'UBUS_AudioEmitterEditComp::SwitchGroup' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, SwitchStateInside) == 0x0000E4, "Member 'UBUS_AudioEmitterEditComp::SwitchStateInside' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, SwitchStateOutside) == 0x0000EC, "Member 'UBUS_AudioEmitterEditComp::SwitchStateOutside' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, OccRefreshInterval) == 0x0000F4, "Member 'UBUS_AudioEmitterEditComp::OccRefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, MaxRangeFadeDistance) == 0x0000F8, "Member 'UBUS_AudioEmitterEditComp::MaxRangeFadeDistance' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AudioEmitterEditComp, WallHeight) == 0x0000FC, "Member 'UBUS_AudioEmitterEditComp::WallHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_CricketInteractConfig \ +static_assert(alignof(UBGWDataAsset_CricketInteractConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_CricketInteractConfig"); \ +static_assert(sizeof(UBGWDataAsset_CricketInteractConfig) == 0x0000F8, "Wrong size on UBGWDataAsset_CricketInteractConfig"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, CricketSocketName) == 0x000030, "Member 'UBGWDataAsset_CricketInteractConfig::CricketSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, DummyMeshSocketName) == 0x000040, "Member 'UBGWDataAsset_CricketInteractConfig::DummyMeshSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, CameraAttachSocketName1) == 0x000050, "Member 'UBGWDataAsset_CricketInteractConfig::CameraAttachSocketName1' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, CameraAttachSocketName2) == 0x000060, "Member 'UBGWDataAsset_CricketInteractConfig::CameraAttachSocketName2' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, CameraBlendInTime) == 0x000070, "Member 'UBGWDataAsset_CricketInteractConfig::CameraBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, CameraBlendOutTime) == 0x000074, "Member 'UBGWDataAsset_CricketInteractConfig::CameraBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, FallDownCameraBlendOutTime) == 0x000078, "Member 'UBGWDataAsset_CricketInteractConfig::FallDownCameraBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMCricketPrepareInteract) == 0x000080, "Member 'UBGWDataAsset_CricketInteractConfig::AMCricketPrepareInteract' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMPlayerPrepareInteract) == 0x000088, "Member 'UBGWDataAsset_CricketInteractConfig::AMPlayerPrepareInteract' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AnimDummyMeshPrepareInteract) == 0x000090, "Member 'UBGWDataAsset_CricketInteractConfig::AnimDummyMeshPrepareInteract' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, JumpAnimConfig) == 0x000098, "Member 'UBGWDataAsset_CricketInteractConfig::JumpAnimConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMPlayerFinishInteract) == 0x0000A8, "Member 'UBGWDataAsset_CricketInteractConfig::AMPlayerFinishInteract' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AnimDummyMeshFinishInteract) == 0x0000B0, "Member 'UBGWDataAsset_CricketInteractConfig::AnimDummyMeshFinishInteract' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMPlayerFallDown) == 0x0000B8, "Member 'UBGWDataAsset_CricketInteractConfig::AMPlayerFallDown' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMCricketPrepareInteractLoop) == 0x0000C0, "Member 'UBGWDataAsset_CricketInteractConfig::AMCricketPrepareInteractLoop' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMPlayerPrepareInteractLoop) == 0x0000C8, "Member 'UBGWDataAsset_CricketInteractConfig::AMPlayerPrepareInteractLoop' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AnimDummyMeshPrepareInteractLoop) == 0x0000D0, "Member 'UBGWDataAsset_CricketInteractConfig::AnimDummyMeshPrepareInteractLoop' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMCricketPrepareInteractBreak) == 0x0000D8, "Member 'UBGWDataAsset_CricketInteractConfig::AMCricketPrepareInteractBreak' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMPlayerPrepareInteractBreak) == 0x0000E0, "Member 'UBGWDataAsset_CricketInteractConfig::AMPlayerPrepareInteractBreak' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, InteractFailCameraSequenceID) == 0x0000E8, "Member 'UBGWDataAsset_CricketInteractConfig::InteractFailCameraSequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CricketInteractConfig, AMCricketInteractFail) == 0x0000F0, "Member 'UBGWDataAsset_CricketInteractConfig::AMCricketInteractFail' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_MessageDistributionCenter \ +static_assert(alignof(UBUS_MessageDistributionCenter) == 0x000008, "Wrong alignment on UBUS_MessageDistributionCenter"); \ +static_assert(sizeof(UBUS_MessageDistributionCenter) == 0x000118, "Wrong size on UBUS_MessageDistributionCenter"); \ +static_assert(offsetof(UBUS_MessageDistributionCenter, BattleEventMap) == 0x0000C8, "Member 'UBUS_MessageDistributionCenter::BattleEventMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_EnterSkillCameraGroup_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_EnterSkillCameraGroup_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_EnterSkillCameraGroup_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_EnterSkillCameraGroup_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_EnterSkillCameraGroup_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_EnterSkillCameraGroup_GSNotifyCS \ +static_assert(alignof(BAN_EnterSkillCameraGroup_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_EnterSkillCameraGroup_GSNotifyCS"); \ +static_assert(sizeof(BAN_EnterSkillCameraGroup_GSNotifyCS) == 0x000048, "Wrong size on BAN_EnterSkillCameraGroup_GSNotifyCS"); \ +static_assert(offsetof(BAN_EnterSkillCameraGroup_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_EnterSkillCameraGroup_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_EnterSkillCameraGroup \ +static_assert(alignof(UBAN_EnterSkillCameraGroup) == 0x000008, "Wrong alignment on UBAN_EnterSkillCameraGroup"); \ +static_assert(sizeof(UBAN_EnterSkillCameraGroup) == 0x000058, "Wrong size on UBAN_EnterSkillCameraGroup"); \ +static_assert(offsetof(UBAN_EnterSkillCameraGroup, CameraGroupId) == 0x000050, "Member 'UBAN_EnterSkillCameraGroup::CameraGroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DropItemDataComp \ +static_assert(alignof(UBUS_DropItemDataComp) == 0x000008, "Wrong alignment on UBUS_DropItemDataComp"); \ +static_assert(sizeof(UBUS_DropItemDataComp) == 0x0000D0, "Wrong size on UBUS_DropItemDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUMeditationPointBase \ +static_assert(alignof(ABGUMeditationPointBase) == 0x000008, "Wrong alignment on ABGUMeditationPointBase"); \ +static_assert(sizeof(ABGUMeditationPointBase) == 0x000338, "Wrong size on ABGUMeditationPointBase"); \ +static_assert(offsetof(ABGUMeditationPointBase, MeditationPointConfigComp) == 0x000330, "Member 'ABGUMeditationPointBase::MeditationPointConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSCollectTrigger_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSCollectTrigger_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSCollectTrigger_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSCollectTrigger_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSCollectTrigger_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSCollectTrigger_GSNotifyCS \ +static_assert(alignof(BAN_GSCollectTrigger_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSCollectTrigger_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSCollectTrigger_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSCollectTrigger_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSCollectTrigger_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSCollectTrigger_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSCollectTrigger \ +static_assert(alignof(UBAN_GSCollectTrigger) == 0x000008, "Wrong alignment on UBAN_GSCollectTrigger"); \ +static_assert(sizeof(UBAN_GSCollectTrigger) == 0x000050, "Wrong size on UBAN_GSCollectTrigger"); \ + +#define DUMPER7_ASSERTS_ABGUProceduralEnvInteractionActor \ +static_assert(alignof(ABGUProceduralEnvInteractionActor) == 0x000008, "Wrong alignment on ABGUProceduralEnvInteractionActor"); \ +static_assert(sizeof(ABGUProceduralEnvInteractionActor) == 0x000310, "Wrong size on ABGUProceduralEnvInteractionActor"); \ +static_assert(offsetof(ABGUProceduralEnvInteractionActor, ProceduralEnvInteractionConfigComp) == 0x000308, "Member 'ABGUProceduralEnvInteractionActor::ProceduralEnvInteractionConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWCharaterAnimMgrDataAsset \ +static_assert(alignof(UBGWCharaterAnimMgrDataAsset) == 0x000008, "Wrong alignment on UBGWCharaterAnimMgrDataAsset"); \ +static_assert(sizeof(UBGWCharaterAnimMgrDataAsset) == 0x000180, "Wrong size on UBGWCharaterAnimMgrDataAsset"); \ +static_assert(offsetof(UBGWCharaterAnimMgrDataAsset, Anim) == 0x000030, "Member 'UBGWCharaterAnimMgrDataAsset::Anim' has a wrong offset!"); \ +static_assert(offsetof(UBGWCharaterAnimMgrDataAsset, ExAS_Default) == 0x000038, "Member 'UBGWCharaterAnimMgrDataAsset::ExAS_Default' has a wrong offset!"); \ +static_assert(offsetof(UBGWCharaterAnimMgrDataAsset, ExBS_Patrol) == 0x000078, "Member 'UBGWCharaterAnimMgrDataAsset::ExBS_Patrol' has a wrong offset!"); \ +static_assert(offsetof(UBGWCharaterAnimMgrDataAsset, ExAS_EQSRun) == 0x0000C0, "Member 'UBGWCharaterAnimMgrDataAsset::ExAS_EQSRun' has a wrong offset!"); \ +static_assert(offsetof(UBGWCharaterAnimMgrDataAsset, ExAS_Shield) == 0x000100, "Member 'UBGWCharaterAnimMgrDataAsset::ExAS_Shield' has a wrong offset!"); \ +static_assert(offsetof(UBGWCharaterAnimMgrDataAsset, ExAS_PowerStorage) == 0x000140, "Member 'UBGWCharaterAnimMgrDataAsset::ExAS_PowerStorage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUUpdraftActor \ +static_assert(alignof(ABGUUpdraftActor) == 0x000008, "Wrong alignment on ABGUUpdraftActor"); \ +static_assert(sizeof(ABGUUpdraftActor) == 0x000318, "Wrong size on ABGUUpdraftActor"); \ +static_assert(offsetof(ABGUUpdraftActor, UpdraftVolume) == 0x000308, "Member 'ABGUUpdraftActor::UpdraftVolume' has a wrong offset!"); \ +static_assert(offsetof(ABGUUpdraftActor, UpVelocity) == 0x000310, "Member 'ABGUUpdraftActor::UpVelocity' has a wrong offset!"); \ +static_assert(offsetof(ABGUUpdraftActor, CD) == 0x000314, "Member 'ABGUUpdraftActor::CD' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCollectionBase \ +static_assert(alignof(ABGUCollectionBase) == 0x000008, "Wrong alignment on ABGUCollectionBase"); \ +static_assert(sizeof(ABGUCollectionBase) == 0x000338, "Wrong size on ABGUCollectionBase"); \ +static_assert(offsetof(ABGUCollectionBase, CollectionConfigComp) == 0x000330, "Member 'ABGUCollectionBase::CollectionConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_CollectionConfigComp \ +static_assert(alignof(UBUS_CollectionConfigComp) == 0x000008, "Wrong alignment on UBUS_CollectionConfigComp"); \ +static_assert(sizeof(UBUS_CollectionConfigComp) == 0x0000F8, "Wrong size on UBUS_CollectionConfigComp"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, CollectionDropID) == 0x0000C8, "Member 'UBUS_CollectionConfigComp::CollectionDropID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, GroupId) == 0x0000CC, "Member 'UBUS_CollectionConfigComp::GroupId' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, UnitClass) == 0x0000D0, "Member 'UBUS_CollectionConfigComp::UnitClass' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, PlusUnitClass) == 0x0000D8, "Member 'UBUS_CollectionConfigComp::PlusUnitClass' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, ChiefUnitClass) == 0x0000E0, "Member 'UBUS_CollectionConfigComp::ChiefUnitClass' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, EventID) == 0x0000EC, "Member 'UBUS_CollectionConfigComp::EventID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, PlusEventId) == 0x0000F0, "Member 'UBUS_CollectionConfigComp::PlusEventId' has a wrong offset!"); \ +static_assert(offsetof(UBUS_CollectionConfigComp, ChiefEventId) == 0x0000F4, "Member 'UBUS_CollectionConfigComp::ChiefEventId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUGroupAIAreaActorBase \ +static_assert(alignof(ABGUGroupAIAreaActorBase) == 0x000008, "Wrong alignment on ABGUGroupAIAreaActorBase"); \ +static_assert(sizeof(ABGUGroupAIAreaActorBase) == 0x000318, "Wrong size on ABGUGroupAIAreaActorBase"); \ +static_assert(offsetof(ABGUGroupAIAreaActorBase, GroupAIAreaComp) == 0x000308, "Member 'ABGUGroupAIAreaActorBase::GroupAIAreaComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUGroupAIAreaActorBase, BoxCollisionComponent) == 0x000310, "Member 'ABGUGroupAIAreaActorBase::BoxCollisionComponent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GroupAIAreaComp \ +static_assert(alignof(UBUS_GroupAIAreaComp) == 0x000008, "Wrong alignment on UBUS_GroupAIAreaComp"); \ +static_assert(sizeof(UBUS_GroupAIAreaComp) == 0x0000D8, "Wrong size on UBUS_GroupAIAreaComp"); \ +static_assert(offsetof(UBUS_GroupAIAreaComp, GroupAIMgrConfigDA) == 0x0000C8, "Member 'UBUS_GroupAIAreaComp::GroupAIMgrConfigDA' has a wrong offset!"); \ +static_assert(offsetof(UBUS_GroupAIAreaComp, GroupAIBattleHotZoneConfigDA) == 0x0000D0, "Member 'UBUS_GroupAIAreaComp::GroupAIBattleHotZoneConfigDA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_GroupAIAreaCompImpl_OverlapBegin \ +static_assert(alignof(BUS_GroupAIAreaCompImpl_OverlapBegin) == 0x000008, "Wrong alignment on BUS_GroupAIAreaCompImpl_OverlapBegin"); \ +static_assert(sizeof(BUS_GroupAIAreaCompImpl_OverlapBegin) == 0x000010, "Wrong size on BUS_GroupAIAreaCompImpl_OverlapBegin"); \ +static_assert(offsetof(BUS_GroupAIAreaCompImpl_OverlapBegin, OverlappedActor) == 0x000000, "Member 'BUS_GroupAIAreaCompImpl_OverlapBegin::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_GroupAIAreaCompImpl_OverlapBegin, OtherActor) == 0x000008, "Member 'BUS_GroupAIAreaCompImpl_OverlapBegin::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_GroupAIAreaCompImpl_OverlapEnd \ +static_assert(alignof(BUS_GroupAIAreaCompImpl_OverlapEnd) == 0x000008, "Wrong alignment on BUS_GroupAIAreaCompImpl_OverlapEnd"); \ +static_assert(sizeof(BUS_GroupAIAreaCompImpl_OverlapEnd) == 0x000020, "Wrong size on BUS_GroupAIAreaCompImpl_OverlapEnd"); \ +static_assert(offsetof(BUS_GroupAIAreaCompImpl_OverlapEnd, OverlappedComponent) == 0x000000, "Member 'BUS_GroupAIAreaCompImpl_OverlapEnd::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_GroupAIAreaCompImpl_OverlapEnd, OtherActor) == 0x000008, "Member 'BUS_GroupAIAreaCompImpl_OverlapEnd::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_GroupAIAreaCompImpl_OverlapEnd, OtherComp) == 0x000010, "Member 'BUS_GroupAIAreaCompImpl_OverlapEnd::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_GroupAIAreaCompImpl_OverlapEnd, OtherBodyIndex) == 0x000018, "Member 'BUS_GroupAIAreaCompImpl_OverlapEnd::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GroupAIAreaCompImpl \ +static_assert(alignof(UBUS_GroupAIAreaCompImpl) == 0x000008, "Wrong alignment on UBUS_GroupAIAreaCompImpl"); \ +static_assert(sizeof(UBUS_GroupAIAreaCompImpl) == 0x000028, "Wrong size on UBUS_GroupAIAreaCompImpl"); \ + +#define DUMPER7_ASSERTS_ABGUItemInteractArea_CPU \ +static_assert(alignof(ABGUItemInteractArea_CPU) == 0x000008, "Wrong alignment on ABGUItemInteractArea_CPU"); \ +static_assert(sizeof(ABGUItemInteractArea_CPU) == 0x000328, "Wrong size on ABGUItemInteractArea_CPU"); \ +static_assert(offsetof(ABGUItemInteractArea_CPU, AreaBox) == 0x000308, "Member 'ABGUItemInteractArea_CPU::AreaBox' has a wrong offset!"); \ +static_assert(offsetof(ABGUItemInteractArea_CPU, GridUnitLength) == 0x000310, "Member 'ABGUItemInteractArea_CPU::GridUnitLength' has a wrong offset!"); \ +static_assert(offsetof(ABGUItemInteractArea_CPU, ItemList) == 0x000318, "Member 'ABGUItemInteractArea_CPU::ItemList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGULandingZoneActor \ +static_assert(alignof(ABGULandingZoneActor) == 0x000008, "Wrong alignment on ABGULandingZoneActor"); \ +static_assert(sizeof(ABGULandingZoneActor) == 0x000388, "Wrong size on ABGULandingZoneActor"); \ + +#define DUMPER7_ASSERTS_UBUS_QuestDataComp \ +static_assert(alignof(UBUS_QuestDataComp) == 0x000008, "Wrong alignment on UBUS_QuestDataComp"); \ +static_assert(sizeof(UBUS_QuestDataComp) == 0x0000D8, "Wrong size on UBUS_QuestDataComp"); \ +static_assert(offsetof(UBUS_QuestDataComp, QuestActorType) == 0x0000D0, "Member 'UBUS_QuestDataComp::QuestActorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap \ +static_assert(alignof(QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(sizeof(QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap) == 0x000108, "Wrong size on QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'QuestOverlapCompFunctionBinder_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestOverlapCompFunctionBinder_OnCollisionEndOverlap \ +static_assert(alignof(QuestOverlapCompFunctionBinder_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on QuestOverlapCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(sizeof(QuestOverlapCompFunctionBinder_OnCollisionEndOverlap) == 0x000020, "Wrong size on QuestOverlapCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'QuestOverlapCompFunctionBinder_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'QuestOverlapCompFunctionBinder_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'QuestOverlapCompFunctionBinder_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'QuestOverlapCompFunctionBinder_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestOverlapCompFunctionBinder_OnActorLeave \ +static_assert(alignof(QuestOverlapCompFunctionBinder_OnActorLeave) == 0x000008, "Wrong alignment on QuestOverlapCompFunctionBinder_OnActorLeave"); \ +static_assert(sizeof(QuestOverlapCompFunctionBinder_OnActorLeave) == 0x000010, "Wrong size on QuestOverlapCompFunctionBinder_OnActorLeave"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnActorLeave, OverlappedActor) == 0x000000, "Member 'QuestOverlapCompFunctionBinder_OnActorLeave::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnActorLeave, OtherActor) == 0x000008, "Member 'QuestOverlapCompFunctionBinder_OnActorLeave::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QuestOverlapCompFunctionBinder_OnActorEnter \ +static_assert(alignof(QuestOverlapCompFunctionBinder_OnActorEnter) == 0x000008, "Wrong alignment on QuestOverlapCompFunctionBinder_OnActorEnter"); \ +static_assert(sizeof(QuestOverlapCompFunctionBinder_OnActorEnter) == 0x000010, "Wrong size on QuestOverlapCompFunctionBinder_OnActorEnter"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnActorEnter, OverlappedActor) == 0x000000, "Member 'QuestOverlapCompFunctionBinder_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(QuestOverlapCompFunctionBinder_OnActorEnter, OtherActor) == 0x000008, "Member 'QuestOverlapCompFunctionBinder_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQuestOverlapCompFunctionBinder \ +static_assert(alignof(UQuestOverlapCompFunctionBinder) == 0x000008, "Wrong alignment on UQuestOverlapCompFunctionBinder"); \ +static_assert(sizeof(UQuestOverlapCompFunctionBinder) == 0x000028, "Wrong size on UQuestOverlapCompFunctionBinder"); \ + +#define DUMPER7_ASSERTS_BGU_QuestActor_OnPropertyChanged \ +static_assert(alignof(BGU_QuestActor_OnPropertyChanged) == 0x000008, "Wrong alignment on BGU_QuestActor_OnPropertyChanged"); \ +static_assert(sizeof(BGU_QuestActor_OnPropertyChanged) == 0x000020, "Wrong size on BGU_QuestActor_OnPropertyChanged"); \ +static_assert(offsetof(BGU_QuestActor_OnPropertyChanged, MemberName) == 0x000000, "Member 'BGU_QuestActor_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BGU_QuestActor_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_QuestActor_ReceiveEndPlay \ +static_assert(alignof(BGU_QuestActor_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGU_QuestActor_ReceiveEndPlay"); \ +static_assert(sizeof(BGU_QuestActor_ReceiveEndPlay) == 0x000001, "Wrong size on BGU_QuestActor_ReceiveEndPlay"); \ +static_assert(offsetof(BGU_QuestActor_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGU_QuestActor_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_QuestActor_OnCollisionBeginOverlap \ +static_assert(alignof(BGU_QuestActor_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on BGU_QuestActor_OnCollisionBeginOverlap"); \ +static_assert(sizeof(BGU_QuestActor_OnCollisionBeginOverlap) == 0x000108, "Wrong size on BGU_QuestActor_OnCollisionBeginOverlap"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BGU_QuestActor_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'BGU_QuestActor_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'BGU_QuestActor_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BGU_QuestActor_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'BGU_QuestActor_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_QuestActor_OnCollisionEndOverlap \ +static_assert(alignof(BGU_QuestActor_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on BGU_QuestActor_OnCollisionEndOverlap"); \ +static_assert(sizeof(BGU_QuestActor_OnCollisionEndOverlap) == 0x000020, "Wrong size on BGU_QuestActor_OnCollisionEndOverlap"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'BGU_QuestActor_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'BGU_QuestActor_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'BGU_QuestActor_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BGU_QuestActor_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BGU_QuestActor_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGU_QuestActor \ +static_assert(alignof(ABGU_QuestActor) == 0x000010, "Wrong alignment on ABGU_QuestActor"); \ +static_assert(sizeof(ABGU_QuestActor) == 0x0004A0, "Wrong size on ABGU_QuestActor"); \ +static_assert(offsetof(ABGU_QuestActor, QuestActorType) == 0x000308, "Member 'ABGU_QuestActor::QuestActorType' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, AssignBirthPointID) == 0x00030C, "Member 'ABGU_QuestActor::AssignBirthPointID' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, PerformID) == 0x000314, "Member 'ABGU_QuestActor::PerformID' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, Timer_InArea) == 0x00031C, "Member 'ABGU_QuestActor::Timer_InArea' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, Timer_OutArea) == 0x000320, "Member 'ABGU_QuestActor::Timer_OutArea' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, HLMActor) == 0x000328, "Member 'ABGU_QuestActor::HLMActor' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, NewTrans_HLM_State1) == 0x000330, "Member 'ABGU_QuestActor::NewTrans_HLM_State1' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, NewTrans_HLM_KillWa) == 0x000390, "Member 'ABGU_QuestActor::NewTrans_HLM_KillWa' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, SpawnWaveGroupID) == 0x0003F4, "Member 'ABGU_QuestActor::SpawnWaveGroupID' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, SpawnWaveGlobleGroupCD) == 0x0003F8, "Member 'ABGU_QuestActor::SpawnWaveGlobleGroupCD' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, SpawnWaveType) == 0x0003FD, "Member 'ABGU_QuestActor::SpawnWaveType' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, WaveStopActionType) == 0x0003FE, "Member 'ABGU_QuestActor::WaveStopActionType' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, FirstWaveStartCondition) == 0x000400, "Member 'ABGU_QuestActor::FirstWaveStartCondition' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, Waves) == 0x000438, "Member 'ABGU_QuestActor::Waves' has a wrong offset!"); \ +static_assert(offsetof(ABGU_QuestActor, InfiniteWave) == 0x000448, "Member 'ABGU_QuestActor::InfiniteWave' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DestructibleActorDataComp \ +static_assert(alignof(UBUS_DestructibleActorDataComp) == 0x000008, "Wrong alignment on UBUS_DestructibleActorDataComp"); \ +static_assert(sizeof(UBUS_DestructibleActorDataComp) == 0x0000D0, "Wrong size on UBUS_DestructibleActorDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUDynamicSDFGenerator \ +static_assert(alignof(ABGUDynamicSDFGenerator) == 0x000008, "Wrong alignment on ABGUDynamicSDFGenerator"); \ +static_assert(sizeof(ABGUDynamicSDFGenerator) == 0x000320, "Wrong size on ABGUDynamicSDFGenerator"); \ +static_assert(offsetof(ABGUDynamicSDFGenerator, DefaultRootComp) == 0x000308, "Member 'ABGUDynamicSDFGenerator::DefaultRootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUDynamicSDFGenerator, AttachTo) == 0x000310, "Member 'ABGUDynamicSDFGenerator::AttachTo' has a wrong offset!"); \ +static_assert(offsetof(ABGUDynamicSDFGenerator, NS_DynamicSDF_Generator) == 0x000318, "Member 'ABGUDynamicSDFGenerator::NS_DynamicSDF_Generator' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_ItemInteractAreaSystem_CPU_OnActorLeave \ +static_assert(alignof(BUS_ItemInteractAreaSystem_CPU_OnActorLeave) == 0x000008, "Wrong alignment on BUS_ItemInteractAreaSystem_CPU_OnActorLeave"); \ +static_assert(sizeof(BUS_ItemInteractAreaSystem_CPU_OnActorLeave) == 0x000020, "Wrong size on BUS_ItemInteractAreaSystem_CPU_OnActorLeave"); \ +static_assert(offsetof(BUS_ItemInteractAreaSystem_CPU_OnActorLeave, OverlappedComponent) == 0x000000, "Member 'BUS_ItemInteractAreaSystem_CPU_OnActorLeave::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_ItemInteractAreaSystem_CPU_OnActorLeave, OtherActor) == 0x000008, "Member 'BUS_ItemInteractAreaSystem_CPU_OnActorLeave::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_ItemInteractAreaSystem_CPU_OnActorLeave, OtherComp) == 0x000010, "Member 'BUS_ItemInteractAreaSystem_CPU_OnActorLeave::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_ItemInteractAreaSystem_CPU_OnActorLeave, OtherBodyIndex) == 0x000018, "Member 'BUS_ItemInteractAreaSystem_CPU_OnActorLeave::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_ItemInteractAreaSystem_CPU_OnActorEnter \ +static_assert(alignof(BUS_ItemInteractAreaSystem_CPU_OnActorEnter) == 0x000008, "Wrong alignment on BUS_ItemInteractAreaSystem_CPU_OnActorEnter"); \ +static_assert(sizeof(BUS_ItemInteractAreaSystem_CPU_OnActorEnter) == 0x000010, "Wrong size on BUS_ItemInteractAreaSystem_CPU_OnActorEnter"); \ +static_assert(offsetof(BUS_ItemInteractAreaSystem_CPU_OnActorEnter, OverlappedActor) == 0x000000, "Member 'BUS_ItemInteractAreaSystem_CPU_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_ItemInteractAreaSystem_CPU_OnActorEnter, OtherActor) == 0x000008, "Member 'BUS_ItemInteractAreaSystem_CPU_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ItemInteractAreaSystem_CPU \ +static_assert(alignof(UBUS_ItemInteractAreaSystem_CPU) == 0x000008, "Wrong alignment on UBUS_ItemInteractAreaSystem_CPU"); \ +static_assert(sizeof(UBUS_ItemInteractAreaSystem_CPU) == 0x000030, "Wrong size on UBUS_ItemInteractAreaSystem_CPU"); \ +static_assert(offsetof(UBUS_ItemInteractAreaSystem_CPU, LocalPlayer) == 0x000028, "Member 'UBUS_ItemInteractAreaSystem_CPU::LocalPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SpawnMultiPointComp \ +static_assert(alignof(UBUS_SpawnMultiPointComp) == 0x000008, "Wrong alignment on UBUS_SpawnMultiPointComp"); \ +static_assert(sizeof(UBUS_SpawnMultiPointComp) == 0x0001F8, "Wrong size on UBUS_SpawnMultiPointComp"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, GeneratePointsEQSTemplate) == 0x0000D0, "Member 'UBUS_SpawnMultiPointComp::GeneratePointsEQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, QueryConfig) == 0x0000D8, "Member 'UBUS_SpawnMultiPointComp::QueryConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, PreviewMesh) == 0x0000E8, "Member 'UBUS_SpawnMultiPointComp::PreviewMesh' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, Material) == 0x0000F0, "Member 'UBUS_SpawnMultiPointComp::Material' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, DiffuseColor) == 0x0000F8, "Member 'UBUS_SpawnMultiPointComp::DiffuseColor' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnPoints) == 0x000108, "Member 'UBUS_SpawnMultiPointComp::SpawnPoints' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnPointsRot) == 0x000118, "Member 'UBUS_SpawnMultiPointComp::SpawnPointsRot' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnNum) == 0x00012C, "Member 'UBUS_SpawnMultiPointComp::SpawnNum' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, ReSpawnThreshold) == 0x000130, "Member 'UBUS_SpawnMultiPointComp::ReSpawnThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, LowerLimitNum) == 0x000138, "Member 'UBUS_SpawnMultiPointComp::LowerLimitNum' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, ReSpawnNum) == 0x00013C, "Member 'UBUS_SpawnMultiPointComp::ReSpawnNum' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, ReSpawnTestInterval) == 0x000140, "Member 'UBUS_SpawnMultiPointComp::ReSpawnTestInterval' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, Type) == 0x000144, "Member 'UBUS_SpawnMultiPointComp::Type' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnedTag) == 0x000148, "Member 'UBUS_SpawnMultiPointComp::SpawnedTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnRule) == 0x000150, "Member 'UBUS_SpawnMultiPointComp::SpawnRule' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnActorList) == 0x000158, "Member 'UBUS_SpawnMultiPointComp::SpawnActorList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnHeight) == 0x000168, "Member 'UBUS_SpawnMultiPointComp::SpawnHeight' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnMontages) == 0x000170, "Member 'UBUS_SpawnMultiPointComp::SpawnMontages' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, TamerMaster) == 0x000188, "Member 'UBUS_SpawnMultiPointComp::TamerMaster' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, OlineConfig) == 0x0001B0, "Member 'UBUS_SpawnMultiPointComp::OlineConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, SpawnMaster) == 0x0001C0, "Member 'UBUS_SpawnMultiPointComp::SpawnMaster' has a wrong offset!"); \ +static_assert(offsetof(UBUS_SpawnMultiPointComp, GeneratedActors) == 0x0001E8, "Member 'UBUS_SpawnMultiPointComp::GeneratedActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSpiderWebActorBase \ +static_assert(alignof(ABGUSpiderWebActorBase) == 0x000008, "Wrong alignment on ABGUSpiderWebActorBase"); \ +static_assert(sizeof(ABGUSpiderWebActorBase) == 0x000298, "Wrong size on ABGUSpiderWebActorBase"); \ +static_assert(offsetof(ABGUSpiderWebActorBase, WebComp) == 0x000288, "Member 'ABGUSpiderWebActorBase::WebComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSpiderWebActorBase, VisibleDistance) == 0x000290, "Member 'ABGUSpiderWebActorBase::VisibleDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUAudioTriggerActor \ +static_assert(alignof(ABGUAudioTriggerActor) == 0x000008, "Wrong alignment on ABGUAudioTriggerActor"); \ +static_assert(sizeof(ABGUAudioTriggerActor) == 0x000318, "Wrong size on ABGUAudioTriggerActor"); \ +static_assert(offsetof(ABGUAudioTriggerActor, AudioTriggerComp) == 0x000308, "Member 'ABGUAudioTriggerActor::AudioTriggerComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUAudioTriggerActor, AudioTriggerConfigComp) == 0x000310, "Member 'ABGUAudioTriggerActor::AudioTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUBattlePaceSpawnPointActor \ +static_assert(alignof(ABGUBattlePaceSpawnPointActor) == 0x000008, "Wrong alignment on ABGUBattlePaceSpawnPointActor"); \ +static_assert(sizeof(ABGUBattlePaceSpawnPointActor) == 0x000288, "Wrong size on ABGUBattlePaceSpawnPointActor"); \ + +#define DUMPER7_ASSERTS_ABGUDroppedItemManagerActor \ +static_assert(alignof(ABGUDroppedItemManagerActor) == 0x000008, "Wrong alignment on ABGUDroppedItemManagerActor"); \ +static_assert(sizeof(ABGUDroppedItemManagerActor) == 0x000310, "Wrong size on ABGUDroppedItemManagerActor"); \ +static_assert(offsetof(ABGUDroppedItemManagerActor, DroppedItemManagerConfigComp) == 0x000308, "Member 'ABGUDroppedItemManagerActor::DroppedItemManagerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibInput_OpenAcceptNavigationAction \ +static_assert(alignof(BGUFuncLibInput_OpenAcceptNavigationAction) == 0x000001, "Wrong alignment on BGUFuncLibInput_OpenAcceptNavigationAction"); \ +static_assert(sizeof(BGUFuncLibInput_OpenAcceptNavigationAction) == 0x000001, "Wrong size on BGUFuncLibInput_OpenAcceptNavigationAction"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibInput_SetSuperUserInputMode \ +static_assert(alignof(BGUFuncLibInput_SetSuperUserInputMode) == 0x000008, "Wrong alignment on BGUFuncLibInput_SetSuperUserInputMode"); \ +static_assert(sizeof(BGUFuncLibInput_SetSuperUserInputMode) == 0x000010, "Wrong size on BGUFuncLibInput_SetSuperUserInputMode"); \ +static_assert(offsetof(BGUFuncLibInput_SetSuperUserInputMode, WorldContext) == 0x000000, "Member 'BGUFuncLibInput_SetSuperUserInputMode::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibInput_SetSuperUserInputMode, ChangeReason) == 0x000009, "Member 'BGUFuncLibInput_SetSuperUserInputMode::ChangeReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibInput_IsGamepadType \ +static_assert(alignof(BGUFuncLibInput_IsGamepadType) == 0x000001, "Wrong alignment on BGUFuncLibInput_IsGamepadType"); \ +static_assert(sizeof(BGUFuncLibInput_IsGamepadType) == 0x000001, "Wrong size on BGUFuncLibInput_IsGamepadType"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibInput \ +static_assert(alignof(UBGUFuncLibInput) == 0x000008, "Wrong alignment on UBGUFuncLibInput"); \ +static_assert(sizeof(UBGUFuncLibInput) == 0x000028, "Wrong size on UBGUFuncLibInput"); \ + +#define DUMPER7_ASSERTS_UBUS_DroppedItemManagerConfigComp \ +static_assert(alignof(UBUS_DroppedItemManagerConfigComp) == 0x000010, "Wrong alignment on UBUS_DroppedItemManagerConfigComp"); \ +static_assert(sizeof(UBUS_DroppedItemManagerConfigComp) == 0x000210, "Wrong size on UBUS_DroppedItemManagerConfigComp"); \ +static_assert(offsetof(UBUS_DroppedItemManagerConfigComp, DropItemID) == 0x0000C8, "Member 'UBUS_DroppedItemManagerConfigComp::DropItemID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DroppedItemManagerConfigComp, DropTransform) == 0x0000D0, "Member 'UBUS_DroppedItemManagerConfigComp::DropTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DroppedItemManagerConfigComp, SpawnDelayTime) == 0x000130, "Member 'UBUS_DroppedItemManagerConfigComp::SpawnDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DroppedItemManagerConfigComp, PointRecorder) == 0x000138, "Member 'UBUS_DroppedItemManagerConfigComp::PointRecorder' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DroppedItemManagerConfigComp, DropUnit) == 0x000160, "Member 'UBUS_DroppedItemManagerConfigComp::DropUnit' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DroppedItemManagerConfigComp, DropSocket) == 0x000198, "Member 'UBUS_DroppedItemManagerConfigComp::DropSocket' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DroppedItemManagerConfigComp, DropOffset) == 0x0001B0, "Member 'UBUS_DroppedItemManagerConfigComp::DropOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FixCameraTriggerConfigComp \ +static_assert(alignof(UBUS_FixCameraTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_FixCameraTriggerConfigComp"); \ +static_assert(sizeof(UBUS_FixCameraTriggerConfigComp) == 0x000100, "Wrong size on UBUS_FixCameraTriggerConfigComp"); \ +static_assert(offsetof(UBUS_FixCameraTriggerConfigComp, CanRetriggerCount) == 0x0000C8, "Member 'UBUS_FixCameraTriggerConfigComp::CanRetriggerCount' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FixCameraTriggerConfigComp, TargetCamera) == 0x0000D0, "Member 'UBUS_FixCameraTriggerConfigComp::TargetCamera' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FixCameraTriggerConfigComp, TargetCameraOffset) == 0x0000D8, "Member 'UBUS_FixCameraTriggerConfigComp::TargetCameraOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FixCameraTriggerConfigComp, BlendCameraDuration) == 0x0000F0, "Member 'UBUS_FixCameraTriggerConfigComp::BlendCameraDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FixCameraTriggerConfigComp, BlendFunction) == 0x0000F4, "Member 'UBUS_FixCameraTriggerConfigComp::BlendFunction' has a wrong offset!"); \ +static_assert(offsetof(UBUS_FixCameraTriggerConfigComp, BlendExp) == 0x0000F8, "Member 'UBUS_FixCameraTriggerConfigComp::BlendExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FixCameraTriggerDataComp \ +static_assert(alignof(UBUS_FixCameraTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_FixCameraTriggerDataComp"); \ +static_assert(sizeof(UBUS_FixCameraTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_FixCameraTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_NameTriggerDataComp \ +static_assert(alignof(UBUS_NameTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_NameTriggerDataComp"); \ +static_assert(sizeof(UBUS_NameTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_NameTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_UpdraftDataComp \ +static_assert(alignof(UBUS_UpdraftDataComp) == 0x000008, "Wrong alignment on UBUS_UpdraftDataComp"); \ +static_assert(sizeof(UBUS_UpdraftDataComp) == 0x0000D0, "Wrong size on UBUS_UpdraftDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_CastImmobilizeEditComp \ +static_assert(alignof(UBUS_CastImmobilizeEditComp) == 0x000008, "Wrong alignment on UBUS_CastImmobilizeEditComp"); \ +static_assert(sizeof(UBUS_CastImmobilizeEditComp) == 0x0000C8, "Wrong size on UBUS_CastImmobilizeEditComp"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetCompVisibility_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSSetCompVisibility_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSSetCompVisibility_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSSetCompVisibility_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSSetCompVisibility_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetCompVisibility_GSNotifyCS \ +static_assert(alignof(BAN_GSSetCompVisibility_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSetCompVisibility_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSetCompVisibility_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSetCompVisibility_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSetCompVisibility_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSetCompVisibility_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSetCompVisibility \ +static_assert(alignof(UBAN_GSSetCompVisibility) == 0x000008, "Wrong alignment on UBAN_GSSetCompVisibility"); \ +static_assert(sizeof(UBAN_GSSetCompVisibility) == 0x000070, "Wrong size on UBAN_GSSetCompVisibility"); \ +static_assert(offsetof(UBAN_GSSetCompVisibility, CompClass) == 0x000058, "Member 'UBAN_GSSetCompVisibility::CompClass' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSetCompVisibility, CompTagName) == 0x000064, "Member 'UBAN_GSSetCompVisibility::CompTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_GiveBackControlRight \ +static_assert(alignof(UMovieNodeInstance_GiveBackControlRight) == 0x000008, "Wrong alignment on UMovieNodeInstance_GiveBackControlRight"); \ +static_assert(sizeof(UMovieNodeInstance_GiveBackControlRight) == 0x000028, "Wrong size on UMovieNodeInstance_GiveBackControlRight"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_LoadOrUnloadStreamingLevel \ +static_assert(alignof(UMovieNodeInstance_LoadOrUnloadStreamingLevel) == 0x000008, "Wrong alignment on UMovieNodeInstance_LoadOrUnloadStreamingLevel"); \ +static_assert(sizeof(UMovieNodeInstance_LoadOrUnloadStreamingLevel) == 0x000028, "Wrong size on UMovieNodeInstance_LoadOrUnloadStreamingLevel"); \ + +#define DUMPER7_ASSERTS_UBGUPredefinedBezierCurveHepler \ +static_assert(alignof(UBGUPredefinedBezierCurveHepler) == 0x000008, "Wrong alignment on UBGUPredefinedBezierCurveHepler"); \ +static_assert(sizeof(UBGUPredefinedBezierCurveHepler) == 0x0000C0, "Wrong size on UBGUPredefinedBezierCurveHepler"); \ + +#define DUMPER7_ASSERTS_UBPS_PlayerControllerDataCompB1 \ +static_assert(alignof(UBPS_PlayerControllerDataCompB1) == 0x000008, "Wrong alignment on UBPS_PlayerControllerDataCompB1"); \ +static_assert(sizeof(UBPS_PlayerControllerDataCompB1) == 0x0000D0, "Wrong size on UBPS_PlayerControllerDataCompB1"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerSetHiddenInGame \ +static_assert(alignof(UMovieNodeInstance_PerformerSetHiddenInGame) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerSetHiddenInGame"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerSetHiddenInGame) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerSetHiddenInGame"); \ + +#define DUMPER7_ASSERTS_BANS_GSJumpToPosition_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSJumpToPosition_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSJumpToPosition_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSJumpToPosition_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSJumpToPosition_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSJumpToPosition_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSJumpToPosition_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSJumpToPosition_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSJumpToPosition_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSJumpToPosition \ +static_assert(alignof(UBANS_GSJumpToPosition) == 0x000008, "Wrong alignment on UBANS_GSJumpToPosition"); \ +static_assert(sizeof(UBANS_GSJumpToPosition) == 0x000058, "Wrong size on UBANS_GSJumpToPosition"); \ +static_assert(offsetof(UBANS_GSJumpToPosition, JumpTarget) == 0x000048, "Member 'UBANS_GSJumpToPosition::JumpTarget' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSJumpToPosition, Height) == 0x00004C, "Member 'UBANS_GSJumpToPosition::Height' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_SpawnLightningFXActor_GetSoftReferences \ +static_assert(alignof(BAN_SpawnLightningFXActor_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_SpawnLightningFXActor_GetSoftReferences"); \ +static_assert(sizeof(BAN_SpawnLightningFXActor_GetSoftReferences) == 0x000010, "Wrong size on BAN_SpawnLightningFXActor_GetSoftReferences"); \ +static_assert(offsetof(BAN_SpawnLightningFXActor_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_SpawnLightningFXActor_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_SpawnLightningFXActor_GSNotifyCS \ +static_assert(alignof(BAN_SpawnLightningFXActor_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_SpawnLightningFXActor_GSNotifyCS"); \ +static_assert(sizeof(BAN_SpawnLightningFXActor_GSNotifyCS) == 0x000048, "Wrong size on BAN_SpawnLightningFXActor_GSNotifyCS"); \ +static_assert(offsetof(BAN_SpawnLightningFXActor_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_SpawnLightningFXActor_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_SpawnLightningFXActor \ +static_assert(alignof(UBAN_SpawnLightningFXActor) == 0x000008, "Wrong alignment on UBAN_SpawnLightningFXActor"); \ +static_assert(sizeof(UBAN_SpawnLightningFXActor) == 0x0000A0, "Wrong size on UBAN_SpawnLightningFXActor"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor, Template) == 0x000050, "Member 'UBAN_SpawnLightningFXActor::Template' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor, SocketNameList) == 0x000078, "Member 'UBAN_SpawnLightningFXActor::SocketNameList' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor, LocationRule) == 0x000088, "Member 'UBAN_SpawnLightningFXActor::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor, RotationRule) == 0x00008C, "Member 'UBAN_SpawnLightningFXActor::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor, ScaleRule) == 0x000090, "Member 'UBAN_SpawnLightningFXActor::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor, GetPointsType) == 0x000094, "Member 'UBAN_SpawnLightningFXActor::GetPointsType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor, EQSReqID) == 0x000098, "Member 'UBAN_SpawnLightningFXActor::EQSReqID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PlayFromMarkedFrame \ +static_assert(alignof(UMovieNodeInstance_PlayFromMarkedFrame) == 0x000008, "Wrong alignment on UMovieNodeInstance_PlayFromMarkedFrame"); \ +static_assert(sizeof(UMovieNodeInstance_PlayFromMarkedFrame) == 0x000028, "Wrong size on UMovieNodeInstance_PlayFromMarkedFrame"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_ShowOrHiddenStreamingLevel \ +static_assert(alignof(UMovieNodeInstance_ShowOrHiddenStreamingLevel) == 0x000008, "Wrong alignment on UMovieNodeInstance_ShowOrHiddenStreamingLevel"); \ +static_assert(sizeof(UMovieNodeInstance_ShowOrHiddenStreamingLevel) == 0x000028, "Wrong size on UMovieNodeInstance_ShowOrHiddenStreamingLevel"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_Finish \ +static_assert(alignof(UMovieNodeInstance_Finish) == 0x000008, "Wrong alignment on UMovieNodeInstance_Finish"); \ +static_assert(sizeof(UMovieNodeInstance_Finish) == 0x000028, "Wrong size on UMovieNodeInstance_Finish"); \ + +#define DUMPER7_ASSERTS_BANS_PlaySkillSequence_GetSoftReferences \ +static_assert(alignof(BANS_PlaySkillSequence_GetSoftReferences) == 0x000008, "Wrong alignment on BANS_PlaySkillSequence_GetSoftReferences"); \ +static_assert(sizeof(BANS_PlaySkillSequence_GetSoftReferences) == 0x000010, "Wrong size on BANS_PlaySkillSequence_GetSoftReferences"); \ +static_assert(offsetof(BANS_PlaySkillSequence_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BANS_PlaySkillSequence_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_PlaySkillSequence_GSNotifyBeginCS \ +static_assert(alignof(BANS_PlaySkillSequence_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_PlaySkillSequence_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_PlaySkillSequence_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_PlaySkillSequence_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_PlaySkillSequence_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_PlaySkillSequence_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_PlaySkillSequence_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_PlaySkillSequence_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_PlaySkillSequence \ +static_assert(alignof(UBANS_PlaySkillSequence) == 0x000008, "Wrong alignment on UBANS_PlaySkillSequence"); \ +static_assert(sizeof(UBANS_PlaySkillSequence) == 0x000090, "Wrong size on UBANS_PlaySkillSequence"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, SequenceList) == 0x000048, "Member 'UBANS_PlaySkillSequence::SequenceList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, RotationType) == 0x000058, "Member 'UBANS_PlaySkillSequence::RotationType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, DummyMeshAttachSocketName) == 0x00005C, "Member 'UBANS_PlaySkillSequence::DummyMeshAttachSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, ExtraCameraForSeqBindTag) == 0x000064, "Member 'UBANS_PlaySkillSequence::ExtraCameraForSeqBindTag' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, TeleportAngleDeg) == 0x000070, "Member 'UBANS_PlaySkillSequence::TeleportAngleDeg' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, InCameraBlendTime) == 0x000078, "Member 'UBANS_PlaySkillSequence::InCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, InCameraBlendFactor) == 0x00007C, "Member 'UBANS_PlaySkillSequence::InCameraBlendFactor' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, OutCameraBlendTime) == 0x000084, "Member 'UBANS_PlaySkillSequence::OutCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlaySkillSequence, OutCameraBlendFactor) == 0x000088, "Member 'UBANS_PlaySkillSequence::OutCameraBlendFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PlayerLockTarget \ +static_assert(alignof(UMovieNodeInstance_PlayerLockTarget) == 0x000008, "Wrong alignment on UMovieNodeInstance_PlayerLockTarget"); \ +static_assert(sizeof(UMovieNodeInstance_PlayerLockTarget) == 0x000028, "Wrong size on UMovieNodeInstance_PlayerLockTarget"); \ + +#define DUMPER7_ASSERTS_ABGUSceneItemBase \ +static_assert(alignof(ABGUSceneItemBase) == 0x000008, "Wrong alignment on ABGUSceneItemBase"); \ +static_assert(sizeof(ABGUSceneItemBase) == 0x000330, "Wrong size on ABGUSceneItemBase"); \ +static_assert(offsetof(ABGUSceneItemBase, StaticMeshComp) == 0x000308, "Member 'ABGUSceneItemBase::StaticMeshComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSceneItemBase, SceneItemCommComp) == 0x000310, "Member 'ABGUSceneItemBase::SceneItemCommComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSceneItemBase, SphereCollisionComp) == 0x000318, "Member 'ABGUSceneItemBase::SphereCollisionComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSceneItemBase, BoxCollisionComp) == 0x000320, "Member 'ABGUSceneItemBase::BoxCollisionComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUSceneItemBase, CapsuleCollisionComp) == 0x000328, "Member 'ABGUSceneItemBase::CapsuleCollisionComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UProcessTimerFunctionFinder \ +static_assert(alignof(UProcessTimerFunctionFinder) == 0x000008, "Wrong alignment on UProcessTimerFunctionFinder"); \ +static_assert(sizeof(UProcessTimerFunctionFinder) == 0x000028, "Wrong size on UProcessTimerFunctionFinder"); \ + +#define DUMPER7_ASSERTS_BAN_SpawnLightningFXActor_MultiSockets_GSNotifyCS \ +static_assert(alignof(BAN_SpawnLightningFXActor_MultiSockets_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_SpawnLightningFXActor_MultiSockets_GSNotifyCS"); \ +static_assert(sizeof(BAN_SpawnLightningFXActor_MultiSockets_GSNotifyCS) == 0x000048, "Wrong size on BAN_SpawnLightningFXActor_MultiSockets_GSNotifyCS"); \ +static_assert(offsetof(BAN_SpawnLightningFXActor_MultiSockets_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_SpawnLightningFXActor_MultiSockets_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_SpawnLightningFXActor_MultiSockets \ +static_assert(alignof(UBAN_SpawnLightningFXActor_MultiSockets) == 0x000008, "Wrong alignment on UBAN_SpawnLightningFXActor_MultiSockets"); \ +static_assert(sizeof(UBAN_SpawnLightningFXActor_MultiSockets) == 0x000078, "Wrong size on UBAN_SpawnLightningFXActor_MultiSockets"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor_MultiSockets, Template) == 0x000050, "Member 'UBAN_SpawnLightningFXActor_MultiSockets::Template' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor_MultiSockets, SocketNameList) == 0x000058, "Member 'UBAN_SpawnLightningFXActor_MultiSockets::SocketNameList' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor_MultiSockets, LocationRule) == 0x000068, "Member 'UBAN_SpawnLightningFXActor_MultiSockets::LocationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor_MultiSockets, RotationRule) == 0x00006C, "Member 'UBAN_SpawnLightningFXActor_MultiSockets::RotationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor_MultiSockets, ScaleRule) == 0x000070, "Member 'UBAN_SpawnLightningFXActor_MultiSockets::ScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_SpawnLightningFXActor_MultiSockets, EQSReqID) == 0x000074, "Member 'UBAN_SpawnLightningFXActor_MultiSockets::EQSReqID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_HasProjectileInRange_GetDescriptionDetailsCS \ +static_assert(alignof(GSEQT_HasProjectileInRange_GetDescriptionDetailsCS) == 0x000008, "Wrong alignment on GSEQT_HasProjectileInRange_GetDescriptionDetailsCS"); \ +static_assert(sizeof(GSEQT_HasProjectileInRange_GetDescriptionDetailsCS) == 0x000010, "Wrong size on GSEQT_HasProjectileInRange_GetDescriptionDetailsCS"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_GetDescriptionDetailsCS, ReturnValue) == 0x000000, "Member 'GSEQT_HasProjectileInRange_GetDescriptionDetailsCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_HasProjectileInRange_GetDescriptionTitleCS \ +static_assert(alignof(GSEQT_HasProjectileInRange_GetDescriptionTitleCS) == 0x000008, "Wrong alignment on GSEQT_HasProjectileInRange_GetDescriptionTitleCS"); \ +static_assert(sizeof(GSEQT_HasProjectileInRange_GetDescriptionTitleCS) == 0x000010, "Wrong size on GSEQT_HasProjectileInRange_GetDescriptionTitleCS"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_GetDescriptionTitleCS, ReturnValue) == 0x000000, "Member 'GSEQT_HasProjectileInRange_GetDescriptionTitleCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_HasProjectileInRange_ShouldPrepareContext \ +static_assert(alignof(GSEQT_HasProjectileInRange_ShouldPrepareContext) == 0x000001, "Wrong alignment on GSEQT_HasProjectileInRange_ShouldPrepareContext"); \ +static_assert(sizeof(GSEQT_HasProjectileInRange_ShouldPrepareContext) == 0x000001, "Wrong size on GSEQT_HasProjectileInRange_ShouldPrepareContext"); \ + +#define DUMPER7_ASSERTS_GSEQT_HasProjectileInRange_PreProcessItems \ +static_assert(alignof(GSEQT_HasProjectileInRange_PreProcessItems) == 0x000008, "Wrong alignment on GSEQT_HasProjectileInRange_PreProcessItems"); \ +static_assert(sizeof(GSEQT_HasProjectileInRange_PreProcessItems) == 0x000020, "Wrong size on GSEQT_HasProjectileInRange_PreProcessItems"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_PreProcessItems, ContextActors) == 0x000000, "Member 'GSEQT_HasProjectileInRange_PreProcessItems::ContextActors' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_PreProcessItems, ContextLocations) == 0x000010, "Member 'GSEQT_HasProjectileInRange_PreProcessItems::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_HasProjectileInRange_ProcessItemCS \ +static_assert(alignof(GSEQT_HasProjectileInRange_ProcessItemCS) == 0x000008, "Wrong alignment on GSEQT_HasProjectileInRange_ProcessItemCS"); \ +static_assert(sizeof(GSEQT_HasProjectileInRange_ProcessItemCS) == 0x000038, "Wrong size on GSEQT_HasProjectileInRange_ProcessItemCS"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_ProcessItemCS, World) == 0x000000, "Member 'GSEQT_HasProjectileInRange_ProcessItemCS::World' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_ProcessItemCS, ItemLocation) == 0x000008, "Member 'GSEQT_HasProjectileInRange_ProcessItemCS::ItemLocation' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_ProcessItemCS, ItemActor) == 0x000020, "Member 'GSEQT_HasProjectileInRange_ProcessItemCS::ItemActor' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_HasProjectileInRange_ProcessItemCS, Querier) == 0x000028, "Member 'GSEQT_HasProjectileInRange_ProcessItemCS::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_HasProjectileInRange \ +static_assert(alignof(UGSEQT_HasProjectileInRange) == 0x000008, "Wrong alignment on UGSEQT_HasProjectileInRange"); \ +static_assert(sizeof(UGSEQT_HasProjectileInRange) == 0x000218, "Wrong size on UGSEQT_HasProjectileInRange"); \ +static_assert(offsetof(UGSEQT_HasProjectileInRange, ProjectileID) == 0x000208, "Member 'UGSEQT_HasProjectileInRange::ProjectileID' has a wrong offset!"); \ +static_assert(offsetof(UGSEQT_HasProjectileInRange, CheckRangeRadius) == 0x00020C, "Member 'UGSEQT_HasProjectileInRange::CheckRangeRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEnvironmentSurfaceEffectMgr_ReceiveEndPlay \ +static_assert(alignof(BGUEnvironmentSurfaceEffectMgr_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUEnvironmentSurfaceEffectMgr_ReceiveEndPlay"); \ +static_assert(sizeof(BGUEnvironmentSurfaceEffectMgr_ReceiveEndPlay) == 0x000001, "Wrong size on BGUEnvironmentSurfaceEffectMgr_ReceiveEndPlay"); \ +static_assert(offsetof(BGUEnvironmentSurfaceEffectMgr_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUEnvironmentSurfaceEffectMgr_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUEnvironmentSurfaceEffectMgr_ReceiveTick \ +static_assert(alignof(BGUEnvironmentSurfaceEffectMgr_ReceiveTick) == 0x000004, "Wrong alignment on BGUEnvironmentSurfaceEffectMgr_ReceiveTick"); \ +static_assert(sizeof(BGUEnvironmentSurfaceEffectMgr_ReceiveTick) == 0x000004, "Wrong size on BGUEnvironmentSurfaceEffectMgr_ReceiveTick"); \ +static_assert(offsetof(BGUEnvironmentSurfaceEffectMgr_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUEnvironmentSurfaceEffectMgr_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUEnvironmentSurfaceEffectMgr \ +static_assert(alignof(ABGUEnvironmentSurfaceEffectMgr) == 0x000008, "Wrong alignment on ABGUEnvironmentSurfaceEffectMgr"); \ +static_assert(sizeof(ABGUEnvironmentSurfaceEffectMgr) == 0x0002B0, "Wrong size on ABGUEnvironmentSurfaceEffectMgr"); \ + +#define DUMPER7_ASSERTS_UBUS_SceneInactiveActorDataComp \ +static_assert(alignof(UBUS_SceneInactiveActorDataComp) == 0x000008, "Wrong alignment on UBUS_SceneInactiveActorDataComp"); \ +static_assert(sizeof(UBUS_SceneInactiveActorDataComp) == 0x0000D0, "Wrong size on UBUS_SceneInactiveActorDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayCameraShake_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPlayCameraShake_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPlayCameraShake_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPlayCameraShake_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPlayCameraShake_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPlayCameraShake_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayCameraShake_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPlayCameraShake_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPlayCameraShake_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayCameraShake_GSNotifyTickCS \ +static_assert(alignof(BANS_GSPlayCameraShake_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSPlayCameraShake_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSPlayCameraShake_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSPlayCameraShake_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSPlayCameraShake_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayCameraShake_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPlayCameraShake_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSPlayCameraShake_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayCameraShake_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPlayCameraShake_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPlayCameraShake_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPlayCameraShake_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPlayCameraShake_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPlayCameraShake_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayCameraShake_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPlayCameraShake \ +static_assert(alignof(UBANS_GSPlayCameraShake) == 0x000008, "Wrong alignment on UBANS_GSPlayCameraShake"); \ +static_assert(sizeof(UBANS_GSPlayCameraShake) == 0x000068, "Wrong size on UBANS_GSPlayCameraShake"); \ +static_assert(offsetof(UBANS_GSPlayCameraShake, CameraShake) == 0x000048, "Member 'UBANS_GSPlayCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPlayCameraShake, CamShakeScaleByDistCurve) == 0x000050, "Member 'UBANS_GSPlayCameraShake::CamShakeScaleByDistCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPlayCameraShake, SocketName) == 0x00005C, "Member 'UBANS_GSPlayCameraShake::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_LoadingTipsMgr \ +static_assert(alignof(UBGW_LoadingTipsMgr) == 0x000008, "Wrong alignment on UBGW_LoadingTipsMgr"); \ +static_assert(sizeof(UBGW_LoadingTipsMgr) == 0x000028, "Wrong size on UBGW_LoadingTipsMgr"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PhantomRushRelatedeSkillConfig \ +static_assert(alignof(UBGWDataAsset_PhantomRushRelatedeSkillConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_PhantomRushRelatedeSkillConfig"); \ +static_assert(sizeof(UBGWDataAsset_PhantomRushRelatedeSkillConfig) == 0x000040, "Wrong size on UBGWDataAsset_PhantomRushRelatedeSkillConfig"); \ +static_assert(offsetof(UBGWDataAsset_PhantomRushRelatedeSkillConfig, PhantomRushAtkSkill) == 0x000030, "Member 'UBGWDataAsset_PhantomRushRelatedeSkillConfig::PhantomRushAtkSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineAchievement_OnAchievementsWrittenCompleteCS \ +static_assert(alignof(BGW_OnlineAchievement_OnAchievementsWrittenCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineAchievement_OnAchievementsWrittenCompleteCS"); \ +static_assert(sizeof(BGW_OnlineAchievement_OnAchievementsWrittenCompleteCS) == 0x000001, "Wrong size on BGW_OnlineAchievement_OnAchievementsWrittenCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineAchievement_OnQueryAchievementsCompleteCS \ +static_assert(alignof(BGW_OnlineAchievement_OnQueryAchievementsCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineAchievement_OnQueryAchievementsCompleteCS"); \ +static_assert(sizeof(BGW_OnlineAchievement_OnQueryAchievementsCompleteCS) == 0x000001, "Wrong size on BGW_OnlineAchievement_OnQueryAchievementsCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineAchievement_OnStatUpdatedCompleteCS \ +static_assert(alignof(BGW_OnlineAchievement_OnStatUpdatedCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineAchievement_OnStatUpdatedCompleteCS"); \ +static_assert(sizeof(BGW_OnlineAchievement_OnStatUpdatedCompleteCS) == 0x000001, "Wrong size on BGW_OnlineAchievement_OnStatUpdatedCompleteCS"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlineAchievement \ +static_assert(alignof(UBGW_OnlineAchievement) == 0x000008, "Wrong alignment on UBGW_OnlineAchievement"); \ +static_assert(sizeof(UBGW_OnlineAchievement) == 0x000058, "Wrong size on UBGW_OnlineAchievement"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineActivity_OnResetAllActiveActivitiesCompleteCS \ +static_assert(alignof(BGW_OnlineActivity_OnResetAllActiveActivitiesCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineActivity_OnResetAllActiveActivitiesCompleteCS"); \ +static_assert(sizeof(BGW_OnlineActivity_OnResetAllActiveActivitiesCompleteCS) == 0x000001, "Wrong size on BGW_OnlineActivity_OnResetAllActiveActivitiesCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineActivity_OnSetActivityAvailabilityCompleteCS \ +static_assert(alignof(BGW_OnlineActivity_OnSetActivityAvailabilityCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineActivity_OnSetActivityAvailabilityCompleteCS"); \ +static_assert(sizeof(BGW_OnlineActivity_OnSetActivityAvailabilityCompleteCS) == 0x000001, "Wrong size on BGW_OnlineActivity_OnSetActivityAvailabilityCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineActivity_OnGameActivityActivationCompleteCS \ +static_assert(alignof(BGW_OnlineActivity_OnGameActivityActivationCompleteCS) == 0x000008, "Wrong alignment on BGW_OnlineActivity_OnGameActivityActivationCompleteCS"); \ +static_assert(sizeof(BGW_OnlineActivity_OnGameActivityActivationCompleteCS) == 0x000020, "Wrong size on BGW_OnlineActivity_OnGameActivityActivationCompleteCS"); \ +static_assert(offsetof(BGW_OnlineActivity_OnGameActivityActivationCompleteCS, sActivityId) == 0x000000, "Member 'BGW_OnlineActivity_OnGameActivityActivationCompleteCS::sActivityId' has a wrong offset!"); \ +static_assert(offsetof(BGW_OnlineActivity_OnGameActivityActivationCompleteCS, sSessionStr) == 0x000010, "Member 'BGW_OnlineActivity_OnGameActivityActivationCompleteCS::sSessionStr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineActivity_OnSetActivityPriorityCompleteCS \ +static_assert(alignof(BGW_OnlineActivity_OnSetActivityPriorityCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineActivity_OnSetActivityPriorityCompleteCS"); \ +static_assert(sizeof(BGW_OnlineActivity_OnSetActivityPriorityCompleteCS) == 0x000001, "Wrong size on BGW_OnlineActivity_OnSetActivityPriorityCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineActivity_OnResumeActivityCompleteCS \ +static_assert(alignof(BGW_OnlineActivity_OnResumeActivityCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineActivity_OnResumeActivityCompleteCS"); \ +static_assert(sizeof(BGW_OnlineActivity_OnResumeActivityCompleteCS) == 0x000001, "Wrong size on BGW_OnlineActivity_OnResumeActivityCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineActivity_OnStartActivityCompleteCS \ +static_assert(alignof(BGW_OnlineActivity_OnStartActivityCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineActivity_OnStartActivityCompleteCS"); \ +static_assert(sizeof(BGW_OnlineActivity_OnStartActivityCompleteCS) == 0x000001, "Wrong size on BGW_OnlineActivity_OnStartActivityCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineActivity_OnEndActivityCompleteCS \ +static_assert(alignof(BGW_OnlineActivity_OnEndActivityCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineActivity_OnEndActivityCompleteCS"); \ +static_assert(sizeof(BGW_OnlineActivity_OnEndActivityCompleteCS) == 0x000001, "Wrong size on BGW_OnlineActivity_OnEndActivityCompleteCS"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlineActivity \ +static_assert(alignof(UBGW_OnlineActivity) == 0x000008, "Wrong alignment on UBGW_OnlineActivity"); \ +static_assert(sizeof(UBGW_OnlineActivity) == 0x0000E0, "Wrong size on UBGW_OnlineActivity"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineCloud_OnWriteUserCloudFileCompleteCS \ +static_assert(alignof(BGW_OnlineCloud_OnWriteUserCloudFileCompleteCS) == 0x000008, "Wrong alignment on BGW_OnlineCloud_OnWriteUserCloudFileCompleteCS"); \ +static_assert(sizeof(BGW_OnlineCloud_OnWriteUserCloudFileCompleteCS) == 0x000018, "Wrong size on BGW_OnlineCloud_OnWriteUserCloudFileCompleteCS"); \ +static_assert(offsetof(BGW_OnlineCloud_OnWriteUserCloudFileCompleteCS, Filename) == 0x000000, "Member 'BGW_OnlineCloud_OnWriteUserCloudFileCompleteCS::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineCloud_OnEnumerateUserFilesCompleteCS \ +static_assert(alignof(BGW_OnlineCloud_OnEnumerateUserFilesCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineCloud_OnEnumerateUserFilesCompleteCS"); \ +static_assert(sizeof(BGW_OnlineCloud_OnEnumerateUserFilesCompleteCS) == 0x000001, "Wrong size on BGW_OnlineCloud_OnEnumerateUserFilesCompleteCS"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineCloud_OnDeleteUserFilesCompleteCS \ +static_assert(alignof(BGW_OnlineCloud_OnDeleteUserFilesCompleteCS) == 0x000008, "Wrong alignment on BGW_OnlineCloud_OnDeleteUserFilesCompleteCS"); \ +static_assert(sizeof(BGW_OnlineCloud_OnDeleteUserFilesCompleteCS) == 0x000018, "Wrong size on BGW_OnlineCloud_OnDeleteUserFilesCompleteCS"); \ +static_assert(offsetof(BGW_OnlineCloud_OnDeleteUserFilesCompleteCS, Filename) == 0x000000, "Member 'BGW_OnlineCloud_OnDeleteUserFilesCompleteCS::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineCloud_OnReadUserFilesCompleteCS \ +static_assert(alignof(BGW_OnlineCloud_OnReadUserFilesCompleteCS) == 0x000008, "Wrong alignment on BGW_OnlineCloud_OnReadUserFilesCompleteCS"); \ +static_assert(sizeof(BGW_OnlineCloud_OnReadUserFilesCompleteCS) == 0x000018, "Wrong size on BGW_OnlineCloud_OnReadUserFilesCompleteCS"); \ +static_assert(offsetof(BGW_OnlineCloud_OnReadUserFilesCompleteCS, Filename) == 0x000000, "Member 'BGW_OnlineCloud_OnReadUserFilesCompleteCS::Filename' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlineCloud \ +static_assert(alignof(UBGW_OnlineCloud) == 0x000008, "Wrong alignment on UBGW_OnlineCloud"); \ +static_assert(sizeof(UBGW_OnlineCloud) == 0x0000D8, "Wrong size on UBGW_OnlineCloud"); \ + +#define DUMPER7_ASSERTS_BANS_GSModifyDestructible_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSModifyDestructible_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSModifyDestructible_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSModifyDestructible_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSModifyDestructible_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSModifyDestructible_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSModifyDestructible_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSModifyDestructible_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSModifyDestructible_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSModifyDestructible_GSNotifyTickCS \ +static_assert(alignof(BANS_GSModifyDestructible_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSModifyDestructible_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSModifyDestructible_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSModifyDestructible_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSModifyDestructible_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSModifyDestructible_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSModifyDestructible_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSModifyDestructible_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSModifyDestructible_GSNotifyEndCS \ +static_assert(alignof(BANS_GSModifyDestructible_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSModifyDestructible_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSModifyDestructible_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSModifyDestructible_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSModifyDestructible_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSModifyDestructible_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSModifyDestructible \ +static_assert(alignof(UBANS_GSModifyDestructible) == 0x000008, "Wrong alignment on UBANS_GSModifyDestructible"); \ +static_assert(sizeof(UBANS_GSModifyDestructible) == 0x000058, "Wrong size on UBANS_GSModifyDestructible"); \ +static_assert(offsetof(UBANS_GSModifyDestructible, ModifyType) == 0x000048, "Member 'UBANS_GSModifyDestructible::ModifyType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSModifyDestructible, ImpulseType) == 0x000049, "Member 'UBANS_GSModifyDestructible::ImpulseType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSModifyDestructible, ImpulseStrengthLevel) == 0x00004A, "Member 'UBANS_GSModifyDestructible::ImpulseStrengthLevel' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSModifyDestructible, ImpulseStrength) == 0x00004C, "Member 'UBANS_GSModifyDestructible::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSModifyDestructible, MassLevel) == 0x000050, "Member 'UBANS_GSModifyDestructible::MassLevel' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSModifyDestructible, StrengthLevel) == 0x000051, "Member 'UBANS_GSModifyDestructible::StrengthLevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS \ +static_assert(alignof(BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS) == 0x000001, "Wrong alignment on BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS"); \ +static_assert(sizeof(BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS) == 0x000002, "Wrong size on BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS"); \ +static_assert(offsetof(BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS, Privilege) == 0x000000, "Member 'BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS::Privilege' has a wrong offset!"); \ +static_assert(offsetof(BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS, PrivilegeResult) == 0x000001, "Member 'BGW_OnlineIdentity_OnGetUserPrivilegeCompleteCS::PrivilegeResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineIdentity_OnRecvAntiAddictionActionCS \ +static_assert(alignof(BGW_OnlineIdentity_OnRecvAntiAddictionActionCS) == 0x000008, "Wrong alignment on BGW_OnlineIdentity_OnRecvAntiAddictionActionCS"); \ +static_assert(sizeof(BGW_OnlineIdentity_OnRecvAntiAddictionActionCS) == 0x000010, "Wrong size on BGW_OnlineIdentity_OnRecvAntiAddictionActionCS"); \ +static_assert(offsetof(BGW_OnlineIdentity_OnRecvAntiAddictionActionCS, RecvActionsJsonStr) == 0x000000, "Member 'BGW_OnlineIdentity_OnRecvAntiAddictionActionCS::RecvActionsJsonStr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_OnlineIdentity_OnLoginCompletedCS \ +static_assert(alignof(BGW_OnlineIdentity_OnLoginCompletedCS) == 0x000001, "Wrong alignment on BGW_OnlineIdentity_OnLoginCompletedCS"); \ +static_assert(sizeof(BGW_OnlineIdentity_OnLoginCompletedCS) == 0x000001, "Wrong size on BGW_OnlineIdentity_OnLoginCompletedCS"); \ + +#define DUMPER7_ASSERTS_UBGW_OnlineIdentity \ +static_assert(alignof(UBGW_OnlineIdentity) == 0x000008, "Wrong alignment on UBGW_OnlineIdentity"); \ +static_assert(sizeof(UBGW_OnlineIdentity) == 0x000058, "Wrong size on UBGW_OnlineIdentity"); \ + +#define DUMPER7_ASSERTS_BANS_GSAISkillFeature_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAISkillFeature_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAISkillFeature_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAISkillFeature_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAISkillFeature_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAISkillFeature_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAISkillFeature_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAISkillFeature_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAISkillFeature_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAISkillFeature \ +static_assert(alignof(UBANS_GSAISkillFeature) == 0x000008, "Wrong alignment on UBANS_GSAISkillFeature"); \ +static_assert(sizeof(UBANS_GSAISkillFeature) == 0x000070, "Wrong size on UBANS_GSAISkillFeature"); \ +static_assert(offsetof(UBANS_GSAISkillFeature, DurationTime) == 0x000048, "Member 'UBANS_GSAISkillFeature::DurationTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAISkillFeature, SectorParam) == 0x000050, "Member 'UBANS_GSAISkillFeature::SectorParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAISkillFeature, RectParam) == 0x000060, "Member 'UBANS_GSAISkillFeature::RectParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_ManipulateStreamingSource_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_ManipulateStreamingSource_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_ManipulateStreamingSource_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_ManipulateStreamingSource_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_ManipulateStreamingSource_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_ManipulateStreamingSource_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_ManipulateStreamingSource_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_ManipulateStreamingSource \ +static_assert(alignof(UBED_MovieNode_ManipulateStreamingSource) == 0x000008, "Wrong alignment on UBED_MovieNode_ManipulateStreamingSource"); \ +static_assert(sizeof(UBED_MovieNode_ManipulateStreamingSource) == 0x0002B8, "Wrong size on UBED_MovieNode_ManipulateStreamingSource"); \ +static_assert(offsetof(UBED_MovieNode_ManipulateStreamingSource, StreamingSourcePositions) == 0x0002A8, "Member 'UBED_MovieNode_ManipulateStreamingSource::StreamingSourcePositions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SetInteractState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_SetInteractState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SetInteractState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_SetInteractState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_SetInteractState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_SetInteractState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SetInteractState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SetInteractState \ +static_assert(alignof(UBED_QuestNode_SetInteractState) == 0x000008, "Wrong alignment on UBED_QuestNode_SetInteractState"); \ +static_assert(sizeof(UBED_QuestNode_SetInteractState) == 0x0002D8, "Wrong size on UBED_QuestNode_SetInteractState"); \ +static_assert(offsetof(UBED_QuestNode_SetInteractState, NotifySceneActor) == 0x0002A4, "Member 'UBED_QuestNode_SetInteractState::NotifySceneActor' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetInteractState, ChallengeId) == 0x0002B8, "Member 'UBED_QuestNode_SetInteractState::ChallengeId' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetInteractState, InteractorList) == 0x0002C0, "Member 'UBED_QuestNode_SetInteractState::InteractorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWProceduralMapBlockMappingDataAsset \ +static_assert(alignof(UBGWProceduralMapBlockMappingDataAsset) == 0x000008, "Wrong alignment on UBGWProceduralMapBlockMappingDataAsset"); \ +static_assert(sizeof(UBGWProceduralMapBlockMappingDataAsset) == 0x000080, "Wrong size on UBGWProceduralMapBlockMappingDataAsset"); \ +static_assert(offsetof(UBGWProceduralMapBlockMappingDataAsset, MapBlockMapping) == 0x000030, "Member 'UBGWProceduralMapBlockMappingDataAsset::MapBlockMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeHurt_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_BeHurt_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_BeHurt_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_BeHurt_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_BeHurt_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_BeHurt_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_BeHurt_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeHurt_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_BeHurt_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_BeHurt_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_BeHurt_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_BeHurt_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_BeHurt_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_BeHurt_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_BeHurt \ +static_assert(alignof(UBED_BehaviorNode_BeHurt) == 0x000008, "Wrong alignment on UBED_BehaviorNode_BeHurt"); \ +static_assert(sizeof(UBED_BehaviorNode_BeHurt) == 0x0002D0, "Wrong size on UBED_BehaviorNode_BeHurt"); \ +static_assert(offsetof(UBED_BehaviorNode_BeHurt, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_BeHurt::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeHurt, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_BeHurt::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeHurt, CompareOperationType) == 0x0002B4, "Member 'UBED_BehaviorNode_BeHurt::CompareOperationType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeHurt, DmgValue) == 0x0002B8, "Member 'UBED_BehaviorNode_BeHurt::DmgValue' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeHurt, UnitType_Attacker) == 0x0002BC, "Member 'UBED_BehaviorNode_BeHurt::UnitType_Attacker' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeHurt, SmartUnit_Attacker) == 0x0002C0, "Member 'UBED_BehaviorNode_BeHurt::SmartUnit_Attacker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBed_MovieNode_WarmingUp \ +static_assert(alignof(UBed_MovieNode_WarmingUp) == 0x000008, "Wrong alignment on UBed_MovieNode_WarmingUp"); \ +static_assert(sizeof(UBed_MovieNode_WarmingUp) == 0x0002F8, "Wrong size on UBed_MovieNode_WarmingUp"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, StartSequences) == 0x0002A0, "Member 'UBed_MovieNode_WarmingUp::StartSequences' has a wrong offset!"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, CameraBlendInTime) == 0x0002B4, "Member 'UBed_MovieNode_WarmingUp::CameraBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, CameraBlendInFunction) == 0x0002B8, "Member 'UBed_MovieNode_WarmingUp::CameraBlendInFunction' has a wrong offset!"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, CameraBlendInFuncExp) == 0x0002BC, "Member 'UBed_MovieNode_WarmingUp::CameraBlendInFuncExp' has a wrong offset!"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, StreamingLevelNameList) == 0x0002C0, "Member 'UBed_MovieNode_WarmingUp::StreamingLevelNameList' has a wrong offset!"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, Performers) == 0x0002D0, "Member 'UBed_MovieNode_WarmingUp::Performers' has a wrong offset!"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, AssociationUnitInfoConfigId) == 0x0002F0, "Member 'UBed_MovieNode_WarmingUp::AssociationUnitInfoConfigId' has a wrong offset!"); \ +static_assert(offsetof(UBed_MovieNode_WarmingUp, AssociationUnitSpawnInfoSpawnType) == 0x0002F4, "Member 'UBed_MovieNode_WarmingUp::AssociationUnitSpawnInfoSpawnType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBIS_LevelManager \ +static_assert(alignof(UBIS_LevelManager) == 0x000008, "Wrong alignment on UBIS_LevelManager"); \ +static_assert(sizeof(UBIS_LevelManager) == 0x000028, "Wrong size on UBIS_LevelManager"); \ + +#define DUMPER7_ASSERTS_UBUS_ActionTriggerConfigComp \ +static_assert(alignof(UBUS_ActionTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_ActionTriggerConfigComp"); \ +static_assert(sizeof(UBUS_ActionTriggerConfigComp) == 0x000110, "Wrong size on UBUS_ActionTriggerConfigComp"); \ +static_assert(offsetof(UBUS_ActionTriggerConfigComp, TargetActionType) == 0x0000C8, "Member 'UBUS_ActionTriggerConfigComp::TargetActionType' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ActionTriggerConfigComp, TargetList) == 0x0000D0, "Member 'UBUS_ActionTriggerConfigComp::TargetList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ActionTriggerConfigComp, AreaList) == 0x0000E8, "Member 'UBUS_ActionTriggerConfigComp::AreaList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ActionTriggerConfigComp, ResIDList) == 0x0000F8, "Member 'UBUS_ActionTriggerConfigComp::ResIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish \ +static_assert(alignof(BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish) == 0x000004, "Wrong alignment on BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish"); \ +static_assert(sizeof(BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish) == 0x000008, "Wrong size on BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish"); \ +static_assert(offsetof(BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish, ActionID) == 0x000000, "Member 'BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish::ActionID' has a wrong offset!"); \ +static_assert(offsetof(BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish, Linkage) == 0x000004, "Member 'BGW_LevelStreamingManger_OnUnloadLevelStreamingFinish::Linkage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_LevelStreamingManger_OnLoadLevelStreamingFinish \ +static_assert(alignof(BGW_LevelStreamingManger_OnLoadLevelStreamingFinish) == 0x000004, "Wrong alignment on BGW_LevelStreamingManger_OnLoadLevelStreamingFinish"); \ +static_assert(sizeof(BGW_LevelStreamingManger_OnLoadLevelStreamingFinish) == 0x000008, "Wrong size on BGW_LevelStreamingManger_OnLoadLevelStreamingFinish"); \ +static_assert(offsetof(BGW_LevelStreamingManger_OnLoadLevelStreamingFinish, ActionID) == 0x000000, "Member 'BGW_LevelStreamingManger_OnLoadLevelStreamingFinish::ActionID' has a wrong offset!"); \ +static_assert(offsetof(BGW_LevelStreamingManger_OnLoadLevelStreamingFinish, Linkage) == 0x000004, "Member 'BGW_LevelStreamingManger_OnLoadLevelStreamingFinish::Linkage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_LevelStreamingManger \ +static_assert(alignof(UBGW_LevelStreamingManger) == 0x000008, "Wrong alignment on UBGW_LevelStreamingManger"); \ +static_assert(sizeof(UBGW_LevelStreamingManger) == 0x000028, "Wrong size on UBGW_LevelStreamingManger"); \ + +#define DUMPER7_ASSERTS_UBGG_GameModeDataCompStartUp \ +static_assert(alignof(UBGG_GameModeDataCompStartUp) == 0x000008, "Wrong alignment on UBGG_GameModeDataCompStartUp"); \ +static_assert(sizeof(UBGG_GameModeDataCompStartUp) == 0x0000D0, "Wrong size on UBGG_GameModeDataCompStartUp"); \ + +#define DUMPER7_ASSERTS_UComparerInit \ +static_assert(alignof(UComparerInit) == 0x000008, "Wrong alignment on UComparerInit"); \ +static_assert(sizeof(UComparerInit) == 0x000028, "Wrong size on UComparerInit"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_OnMouseLeave \ +static_assert(alignof(GSScrollBox_OnMouseLeave) == 0x000008, "Wrong alignment on GSScrollBox_OnMouseLeave"); \ +static_assert(sizeof(GSScrollBox_OnMouseLeave) == 0x000090, "Wrong size on GSScrollBox_OnMouseLeave"); \ +static_assert(offsetof(GSScrollBox_OnMouseLeave, MouseEvent) == 0x000000, "Member 'GSScrollBox_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_OnMouseEnter \ +static_assert(alignof(GSScrollBox_OnMouseEnter) == 0x000008, "Wrong alignment on GSScrollBox_OnMouseEnter"); \ +static_assert(sizeof(GSScrollBox_OnMouseEnter) == 0x0000D0, "Wrong size on GSScrollBox_OnMouseEnter"); \ +static_assert(offsetof(GSScrollBox_OnMouseEnter, MyGeometry) == 0x000000, "Member 'GSScrollBox_OnMouseEnter::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(GSScrollBox_OnMouseEnter, MouseEvent) == 0x000040, "Member 'GSScrollBox_OnMouseEnter::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSScrollBox_ScrollOffsetChanged \ +static_assert(alignof(GSScrollBox_ScrollOffsetChanged) == 0x000004, "Wrong alignment on GSScrollBox_ScrollOffsetChanged"); \ +static_assert(sizeof(GSScrollBox_ScrollOffsetChanged) == 0x000004, "Wrong size on GSScrollBox_ScrollOffsetChanged"); \ +static_assert(offsetof(GSScrollBox_ScrollOffsetChanged, CurrentOffset) == 0x000000, "Member 'GSScrollBox_ScrollOffsetChanged::CurrentOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_b1_Managed__UGSScrollBox \ +static_assert(alignof(b1_Managed::UGSScrollBox) == 0x000008, "Wrong alignment on b1_Managed::UGSScrollBox"); \ +static_assert(sizeof(b1_Managed::UGSScrollBox) == 0x000430, "Wrong size on b1_Managed::UGSScrollBox"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, Orientation) == 0x0003DB, "Member 'b1_Managed::UGSScrollBox::Orientation' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, TopSpacerLength) == 0x0003DC, "Member 'b1_Managed::UGSScrollBox::TopSpacerLength' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, BottomSpacerLength) == 0x0003E0, "Member 'b1_Managed::UGSScrollBox::BottomSpacerLength' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, NavigationPadding) == 0x0003E4, "Member 'b1_Managed::UGSScrollBox::NavigationPadding' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, ScrollBarVisibility) == 0x0003E8, "Member 'b1_Managed::UGSScrollBox::ScrollBarVisibility' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, RetainerBox) == 0x0003F0, "Member 'b1_Managed::UGSScrollBox::RetainerBox' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, ScrollConsumeType) == 0x0003F8, "Member 'b1_Managed::UGSScrollBox::ScrollConsumeType' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, ScrollInputParams) == 0x0003FC, "Member 'b1_Managed::UGSScrollBox::ScrollInputParams' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSScrollBox, ScrollParams) == 0x000410, "Member 'b1_Managed::UGSScrollBox::ScrollParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_UnitTeamMngConfigComp \ +static_assert(alignof(UBUS_UnitTeamMngConfigComp) == 0x000008, "Wrong alignment on UBUS_UnitTeamMngConfigComp"); \ +static_assert(sizeof(UBUS_UnitTeamMngConfigComp) == 0x000118, "Wrong size on UBUS_UnitTeamMngConfigComp"); \ +static_assert(offsetof(UBUS_UnitTeamMngConfigComp, TeamList) == 0x0000C8, "Member 'UBUS_UnitTeamMngConfigComp::TeamList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1OnlineSessionCS_HandleDisconnectCS \ +static_assert(alignof(B1OnlineSessionCS_HandleDisconnectCS) == 0x000008, "Wrong alignment on B1OnlineSessionCS_HandleDisconnectCS"); \ +static_assert(sizeof(B1OnlineSessionCS_HandleDisconnectCS) == 0x000010, "Wrong size on B1OnlineSessionCS_HandleDisconnectCS"); \ +static_assert(offsetof(B1OnlineSessionCS_HandleDisconnectCS, World) == 0x000000, "Member 'B1OnlineSessionCS_HandleDisconnectCS::World' has a wrong offset!"); \ +static_assert(offsetof(B1OnlineSessionCS_HandleDisconnectCS, NetDriver) == 0x000008, "Member 'B1OnlineSessionCS_HandleDisconnectCS::NetDriver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1OnlineSessionCS \ +static_assert(alignof(UB1OnlineSessionCS) == 0x000008, "Wrong alignment on UB1OnlineSessionCS"); \ +static_assert(sizeof(UB1OnlineSessionCS) == 0x000028, "Wrong size on UB1OnlineSessionCS"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphCS_RemoveNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphCS_RemoveNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphCS_RemoveNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphCS_RemoveNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraphCS_RemoveNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphCS_RemoveNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphCS_RemoveNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphCS_AddNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphCS_AddNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphCS_AddNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphCS_AddNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraphCS_AddNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphCS_AddNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphCS_AddNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphCS \ +static_assert(alignof(UB1ReplicationGraphCS) == 0x000010, "Wrong alignment on UB1ReplicationGraphCS"); \ +static_assert(sizeof(UB1ReplicationGraphCS) == 0x0005A0, "Wrong size on UB1ReplicationGraphCS"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_CoinDropFXNumConfig \ +static_assert(alignof(UBGWDataAsset_CoinDropFXNumConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_CoinDropFXNumConfig"); \ +static_assert(sizeof(UBGWDataAsset_CoinDropFXNumConfig) == 0x000040, "Wrong size on UBGWDataAsset_CoinDropFXNumConfig"); \ +static_assert(offsetof(UBGWDataAsset_CoinDropFXNumConfig, CoinDropFXNumArray) == 0x000030, "Member 'UBGWDataAsset_CoinDropFXNumConfig::CoinDropFXNumArray' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphForStandAloneHookCS \ +static_assert(alignof(UB1ReplicationGraphForStandAloneHookCS) == 0x000010, "Wrong alignment on UB1ReplicationGraphForStandAloneHookCS"); \ +static_assert(sizeof(UB1ReplicationGraphForStandAloneHookCS) == 0x0005A0, "Wrong size on UB1ReplicationGraphForStandAloneHookCS"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_ClientAlwaysRelevant_GatherActorListsForConnectionCS \ +static_assert(alignof(B1ReplicationGraphNode_ClientAlwaysRelevant_GatherActorListsForConnectionCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_ClientAlwaysRelevant_GatherActorListsForConnectionCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_ClientAlwaysRelevant_GatherActorListsForConnectionCS) == 0x000008, "Wrong size on B1ReplicationGraphNode_ClientAlwaysRelevant_GatherActorListsForConnectionCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_ClientAlwaysRelevant_GatherActorListsForConnectionCS, PlayerController) == 0x000000, "Member 'B1ReplicationGraphNode_ClientAlwaysRelevant_GatherActorListsForConnectionCS::PlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyRemoveNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyRemoveNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyRemoveNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyRemoveNetworkActorCS) == 0x000010, "Wrong size on B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyRemoveNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyRemoveNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyRemoveNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyAddNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyAddNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyAddNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyAddNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyAddNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyAddNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphNode_ClientAlwaysRelevant_NotifyAddNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphNode_ClientAlwaysRelevant \ +static_assert(alignof(UB1ReplicationGraphNode_ClientAlwaysRelevant) == 0x000008, "Wrong alignment on UB1ReplicationGraphNode_ClientAlwaysRelevant"); \ +static_assert(sizeof(UB1ReplicationGraphNode_ClientAlwaysRelevant) == 0x000080, "Wrong size on UB1ReplicationGraphNode_ClientAlwaysRelevant"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS \ +static_assert(alignof(B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS) == 0x000008, "Wrong alignment on B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS"); \ +static_assert(sizeof(B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS) == 0x000020, "Wrong size on B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS"); \ +static_assert(offsetof(B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS, Controller) == 0x000000, "Member 'B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS::Controller' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS, Actor) == 0x000008, "Member 'B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS::Actor' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS, FuncAddr) == 0x000010, "Member 'B1ReplicationGraphOnline_ShouldServerMultiCastRPCForPlayerCS::FuncAddr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphOnline_InitConnectionGraphNodesCS \ +static_assert(alignof(B1ReplicationGraphOnline_InitConnectionGraphNodesCS) == 0x000008, "Wrong alignment on B1ReplicationGraphOnline_InitConnectionGraphNodesCS"); \ +static_assert(sizeof(B1ReplicationGraphOnline_InitConnectionGraphNodesCS) == 0x000008, "Wrong size on B1ReplicationGraphOnline_InitConnectionGraphNodesCS"); \ +static_assert(offsetof(B1ReplicationGraphOnline_InitConnectionGraphNodesCS, RepGraphConnection) == 0x000000, "Member 'B1ReplicationGraphOnline_InitConnectionGraphNodesCS::RepGraphConnection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphOnline_RemoveNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphOnline_RemoveNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphOnline_RemoveNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphOnline_RemoveNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraphOnline_RemoveNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphOnline_RemoveNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphOnline_RemoveNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphOnline_GSNetworkRemapPathCS \ +static_assert(alignof(B1ReplicationGraphOnline_GSNetworkRemapPathCS) == 0x000008, "Wrong alignment on B1ReplicationGraphOnline_GSNetworkRemapPathCS"); \ +static_assert(sizeof(B1ReplicationGraphOnline_GSNetworkRemapPathCS) == 0x000028, "Wrong size on B1ReplicationGraphOnline_GSNetworkRemapPathCS"); \ +static_assert(offsetof(B1ReplicationGraphOnline_GSNetworkRemapPathCS, Outer_0) == 0x000000, "Member 'B1ReplicationGraphOnline_GSNetworkRemapPathCS::Outer_0' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraphOnline_GSNetworkRemapPathCS, OriginName) == 0x000008, "Member 'B1ReplicationGraphOnline_GSNetworkRemapPathCS::OriginName' has a wrong offset!"); \ +static_assert(offsetof(B1ReplicationGraphOnline_GSNetworkRemapPathCS, Name_0) == 0x000018, "Member 'B1ReplicationGraphOnline_GSNetworkRemapPathCS::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_B1ReplicationGraphOnline_AddNetworkActorCS \ +static_assert(alignof(B1ReplicationGraphOnline_AddNetworkActorCS) == 0x000008, "Wrong alignment on B1ReplicationGraphOnline_AddNetworkActorCS"); \ +static_assert(sizeof(B1ReplicationGraphOnline_AddNetworkActorCS) == 0x000008, "Wrong size on B1ReplicationGraphOnline_AddNetworkActorCS"); \ +static_assert(offsetof(B1ReplicationGraphOnline_AddNetworkActorCS, Actor) == 0x000000, "Member 'B1ReplicationGraphOnline_AddNetworkActorCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1ReplicationGraphOnline \ +static_assert(alignof(UB1ReplicationGraphOnline) == 0x000010, "Wrong alignment on UB1ReplicationGraphOnline"); \ +static_assert(sizeof(UB1ReplicationGraphOnline) == 0x0005A0, "Wrong size on UB1ReplicationGraphOnline"); \ + +#define DUMPER7_ASSERTS_GSEQC_SummonContext_ProvideActorsSetCS \ +static_assert(alignof(GSEQC_SummonContext_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQC_SummonContext_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQC_SummonContext_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQC_SummonContext_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQC_SummonContext_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_SummonContext_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_SummonContext_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_SummonContext_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_SummonContext \ +static_assert(alignof(UGSEQC_SummonContext) == 0x000008, "Wrong alignment on UGSEQC_SummonContext"); \ +static_assert(sizeof(UGSEQC_SummonContext) == 0x000070, "Wrong size on UGSEQC_SummonContext"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerCameraManagerCS_OnViewTargetChangedCS \ +static_assert(alignof(BGP_PlayerCameraManagerCS_OnViewTargetChangedCS) == 0x000008, "Wrong alignment on BGP_PlayerCameraManagerCS_OnViewTargetChangedCS"); \ +static_assert(sizeof(BGP_PlayerCameraManagerCS_OnViewTargetChangedCS) == 0x000018, "Wrong size on BGP_PlayerCameraManagerCS_OnViewTargetChangedCS"); \ +static_assert(offsetof(BGP_PlayerCameraManagerCS_OnViewTargetChangedCS, PC) == 0x000000, "Member 'BGP_PlayerCameraManagerCS_OnViewTargetChangedCS::PC' has a wrong offset!"); \ +static_assert(offsetof(BGP_PlayerCameraManagerCS_OnViewTargetChangedCS, OldViewTarget) == 0x000008, "Member 'BGP_PlayerCameraManagerCS_OnViewTargetChangedCS::OldViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BGP_PlayerCameraManagerCS_OnViewTargetChangedCS, NewViewTarget) == 0x000010, "Member 'BGP_PlayerCameraManagerCS_OnViewTargetChangedCS::NewViewTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerCameraManagerCS_SetViewTargetCS \ +static_assert(alignof(BGP_PlayerCameraManagerCS_SetViewTargetCS) == 0x000008, "Wrong alignment on BGP_PlayerCameraManagerCS_SetViewTargetCS"); \ +static_assert(sizeof(BGP_PlayerCameraManagerCS_SetViewTargetCS) == 0x000018, "Wrong size on BGP_PlayerCameraManagerCS_SetViewTargetCS"); \ +static_assert(offsetof(BGP_PlayerCameraManagerCS_SetViewTargetCS, NewViewTarget) == 0x000000, "Member 'BGP_PlayerCameraManagerCS_SetViewTargetCS::NewViewTarget' has a wrong offset!"); \ +static_assert(offsetof(BGP_PlayerCameraManagerCS_SetViewTargetCS, TransitionParams) == 0x000008, "Member 'BGP_PlayerCameraManagerCS_SetViewTargetCS::TransitionParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerCameraManagerCS_UpdateCameraCS \ +static_assert(alignof(BGP_PlayerCameraManagerCS_UpdateCameraCS) == 0x000004, "Wrong alignment on BGP_PlayerCameraManagerCS_UpdateCameraCS"); \ +static_assert(sizeof(BGP_PlayerCameraManagerCS_UpdateCameraCS) == 0x000004, "Wrong size on BGP_PlayerCameraManagerCS_UpdateCameraCS"); \ +static_assert(offsetof(BGP_PlayerCameraManagerCS_UpdateCameraCS, DeltaTime) == 0x000000, "Member 'BGP_PlayerCameraManagerCS_UpdateCameraCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGP_PlayerCameraManagerCS_ReceiveEndPlay \ +static_assert(alignof(BGP_PlayerCameraManagerCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGP_PlayerCameraManagerCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGP_PlayerCameraManagerCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGP_PlayerCameraManagerCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGP_PlayerCameraManagerCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGP_PlayerCameraManagerCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGP_PlayerCameraManagerCS \ +static_assert(alignof(ABGP_PlayerCameraManagerCS) == 0x000010, "Wrong alignment on ABGP_PlayerCameraManagerCS"); \ +static_assert(sizeof(ABGP_PlayerCameraManagerCS) == 0x003890, "Wrong size on ABGP_PlayerCameraManagerCS"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_ManualSplineMoveAnimConfig \ +static_assert(alignof(UBGWDataAsset_ManualSplineMoveAnimConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_ManualSplineMoveAnimConfig"); \ +static_assert(sizeof(UBGWDataAsset_ManualSplineMoveAnimConfig) == 0x0000C8, "Wrong size on UBGWDataAsset_ManualSplineMoveAnimConfig"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, BeginMoveDBC) == 0x000030, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::BeginMoveDBC' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, EndMoveDBC) == 0x000038, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::EndMoveDBC' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, MovingDBC) == 0x000040, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::MovingDBC' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, CameraType) == 0x000048, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::CameraType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, RotationBlendTime) == 0x00004C, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::RotationBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, DirectionType) == 0x000050, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::DirectionType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, LockDirectionDeltaAngle) == 0x000054, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::LockDirectionDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, MaxWalkSpeed) == 0x000058, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::MaxWalkSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, MaxAcceleration) == 0x00005C, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::MaxAcceleration' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, AMBeginMove) == 0x000060, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::AMBeginMove' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, AMEndMoveForward) == 0x000068, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::AMEndMoveForward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, AMEndMoveBackward) == 0x000070, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::AMEndMoveBackward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASIdleForward) == 0x000078, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASIdleForward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASIdleBackward) == 0x000080, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASIdleBackward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASStartForward) == 0x000088, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASStartForward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASStartBackward) == 0x000090, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASStartBackward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASLoopForward) == 0x000098, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASLoopForward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASLoopBackward) == 0x0000A0, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASLoopBackward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASStopForward) == 0x0000A8, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASStopForward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASStopBackward) == 0x0000B0, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASStopBackward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASTurnF2B) == 0x0000B8, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASTurnF2B' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ManualSplineMoveAnimConfig, ASTurnB2F) == 0x0000C0, "Member 'UBGWDataAsset_ManualSplineMoveAnimConfig::ASTurnB2F' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSLocalPlayerCS_GetGameLoginOptionsCS \ +static_assert(alignof(GSLocalPlayerCS_GetGameLoginOptionsCS) == 0x000008, "Wrong alignment on GSLocalPlayerCS_GetGameLoginOptionsCS"); \ +static_assert(sizeof(GSLocalPlayerCS_GetGameLoginOptionsCS) == 0x000010, "Wrong size on GSLocalPlayerCS_GetGameLoginOptionsCS"); \ +static_assert(offsetof(GSLocalPlayerCS_GetGameLoginOptionsCS, ReturnValue) == 0x000000, "Member 'GSLocalPlayerCS_GetGameLoginOptionsCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSLocalPlayerCS \ +static_assert(alignof(UGSLocalPlayerCS) == 0x000008, "Wrong alignment on UGSLocalPlayerCS"); \ +static_assert(sizeof(UGSLocalPlayerCS) == 0x0002A0, "Wrong size on UGSLocalPlayerCS"); \ + +#define DUMPER7_ASSERTS_UBUS_SkillSequenceComp \ +static_assert(alignof(UBUS_SkillSequenceComp) == 0x000008, "Wrong alignment on UBUS_SkillSequenceComp"); \ +static_assert(sizeof(UBUS_SkillSequenceComp) == 0x000028, "Wrong size on UBUS_SkillSequenceComp"); \ + +#define DUMPER7_ASSERTS_UDA_PCSEW_KJLRandomLightningConfig \ +static_assert(alignof(UDA_PCSEW_KJLRandomLightningConfig) == 0x000008, "Wrong alignment on UDA_PCSEW_KJLRandomLightningConfig"); \ +static_assert(sizeof(UDA_PCSEW_KJLRandomLightningConfig) == 0x0000B0, "Wrong size on UDA_PCSEW_KJLRandomLightningConfig"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, BulletID) == 0x000030, "Member 'UDA_PCSEW_KJLRandomLightningConfig::BulletID' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, PointGeneratorTag) == 0x000038, "Member 'UDA_PCSEW_KJLRandomLightningConfig::PointGeneratorTag' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, LimitDistance_ToPlayer) == 0x000048, "Member 'UDA_PCSEW_KJLRandomLightningConfig::LimitDistance_ToPlayer' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, DummyActiveDistance) == 0x00004C, "Member 'UDA_PCSEW_KJLRandomLightningConfig::DummyActiveDistance' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, DummyFXCompTag) == 0x000050, "Member 'UDA_PCSEW_KJLRandomLightningConfig::DummyFXCompTag' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, LightningBeam) == 0x000058, "Member 'UDA_PCSEW_KJLRandomLightningConfig::LightningBeam' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, LightningEndParamName) == 0x000060, "Member 'UDA_PCSEW_KJLRandomLightningConfig::LightningEndParamName' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, SocketList) == 0x000070, "Member 'UDA_PCSEW_KJLRandomLightningConfig::SocketList' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, DummyBulletNum) == 0x000080, "Member 'UDA_PCSEW_KJLRandomLightningConfig::DummyBulletNum' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, EndPos_Noise) == 0x000088, "Member 'UDA_PCSEW_KJLRandomLightningConfig::EndPos_Noise' has a wrong offset!"); \ +static_assert(offsetof(UDA_PCSEW_KJLRandomLightningConfig, RandomInterval) == 0x0000A0, "Member 'UDA_PCSEW_KJLRandomLightningConfig::RandomInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_AfterPlay \ +static_assert(alignof(UMovieNodeInstance_AfterPlay) == 0x000008, "Wrong alignment on UMovieNodeInstance_AfterPlay"); \ +static_assert(sizeof(UMovieNodeInstance_AfterPlay) == 0x000028, "Wrong size on UMovieNodeInstance_AfterPlay"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_BeforePlay \ +static_assert(alignof(UMovieNodeInstance_BeforePlay) == 0x000008, "Wrong alignment on UMovieNodeInstance_BeforePlay"); \ +static_assert(sizeof(UMovieNodeInstance_BeforePlay) == 0x000028, "Wrong size on UMovieNodeInstance_BeforePlay"); \ + +#define DUMPER7_ASSERTS_BUS_AKMgrComp_OnAkCompAutoDestroyed \ +static_assert(alignof(BUS_AKMgrComp_OnAkCompAutoDestroyed) == 0x000008, "Wrong alignment on BUS_AKMgrComp_OnAkCompAutoDestroyed"); \ +static_assert(sizeof(BUS_AKMgrComp_OnAkCompAutoDestroyed) == 0x000008, "Wrong size on BUS_AKMgrComp_OnAkCompAutoDestroyed"); \ +static_assert(offsetof(BUS_AKMgrComp_OnAkCompAutoDestroyed, AkComp) == 0x000000, "Member 'BUS_AKMgrComp_OnAkCompAutoDestroyed::AkComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_AKMgrComp_OnAkEventCallBack \ +static_assert(alignof(BUS_AKMgrComp_OnAkEventCallBack) == 0x000008, "Wrong alignment on BUS_AKMgrComp_OnAkEventCallBack"); \ +static_assert(sizeof(BUS_AKMgrComp_OnAkEventCallBack) == 0x000010, "Wrong size on BUS_AKMgrComp_OnAkEventCallBack"); \ +static_assert(offsetof(BUS_AKMgrComp_OnAkEventCallBack, CallbackType) == 0x000000, "Member 'BUS_AKMgrComp_OnAkEventCallBack::CallbackType' has a wrong offset!"); \ +static_assert(offsetof(BUS_AKMgrComp_OnAkEventCallBack, CallbackInfo) == 0x000008, "Member 'BUS_AKMgrComp_OnAkEventCallBack::CallbackInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AKMgrComp \ +static_assert(alignof(UBUS_AKMgrComp) == 0x000008, "Wrong alignment on UBUS_AKMgrComp"); \ +static_assert(sizeof(UBUS_AKMgrComp) == 0x000028, "Wrong size on UBUS_AKMgrComp"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerAddBuff \ +static_assert(alignof(UMovieNodeInstance_PerformerAddBuff) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerAddBuff"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerAddBuff) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerAddBuff"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PerformerCatchTarget \ +static_assert(alignof(UMovieNodeInstance_PerformerCatchTarget) == 0x000008, "Wrong alignment on UMovieNodeInstance_PerformerCatchTarget"); \ +static_assert(sizeof(UMovieNodeInstance_PerformerCatchTarget) == 0x000028, "Wrong size on UMovieNodeInstance_PerformerCatchTarget"); \ + +#define DUMPER7_ASSERTS_UMovieNodeInstance_PlayEnd \ +static_assert(alignof(UMovieNodeInstance_PlayEnd) == 0x000008, "Wrong alignment on UMovieNodeInstance_PlayEnd"); \ +static_assert(sizeof(UMovieNodeInstance_PlayEnd) == 0x000028, "Wrong size on UMovieNodeInstance_PlayEnd"); \ + +#define DUMPER7_ASSERTS_UBUS_BGUDataComp \ +static_assert(alignof(UBUS_BGUDataComp) == 0x000008, "Wrong alignment on UBUS_BGUDataComp"); \ +static_assert(sizeof(UBUS_BGUDataComp) == 0x0000E0, "Wrong size on UBUS_BGUDataComp"); \ + +#define DUMPER7_ASSERTS_UQuestTimerFuncBinder \ +static_assert(alignof(UQuestTimerFuncBinder) == 0x000008, "Wrong alignment on UQuestTimerFuncBinder"); \ +static_assert(sizeof(UQuestTimerFuncBinder) == 0x000028, "Wrong size on UQuestTimerFuncBinder"); \ + +#define DUMPER7_ASSERTS_UBGW_StaminaConfig \ +static_assert(alignof(UBGW_StaminaConfig) == 0x000008, "Wrong alignment on UBGW_StaminaConfig"); \ +static_assert(sizeof(UBGW_StaminaConfig) == 0x000090, "Wrong size on UBGW_StaminaConfig"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaMI) == 0x000030, "Member 'UBGW_StaminaConfig::StaminaMI' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaMPC) == 0x000038, "Member 'UBGW_StaminaConfig::StaminaMPC' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaParamList) == 0x000040, "Member 'UBGW_StaminaConfig::StaminaParamList' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaRecoverCurve1) == 0x000050, "Member 'UBGW_StaminaConfig::StaminaRecoverCurve1' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaRecoverCurveLength1) == 0x000058, "Member 'UBGW_StaminaConfig::StaminaRecoverCurveLength1' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaRecoverCurve2) == 0x000060, "Member 'UBGW_StaminaConfig::StaminaRecoverCurve2' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaRecoverCurveLength2) == 0x000068, "Member 'UBGW_StaminaConfig::StaminaRecoverCurveLength2' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaCostCurve) == 0x000070, "Member 'UBGW_StaminaConfig::StaminaCostCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaCostCurveLength) == 0x000078, "Member 'UBGW_StaminaConfig::StaminaCostCurveLength' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaWarnCurve) == 0x000080, "Member 'UBGW_StaminaConfig::StaminaWarnCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGW_StaminaConfig, StaminaWarnCurveLength) == 0x000088, "Member 'UBGW_StaminaConfig::StaminaWarnCurveLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQG_SyncAnimationGuestPointGenerator_DoItemGenerationCS \ +static_assert(alignof(GSEQG_SyncAnimationGuestPointGenerator_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_SyncAnimationGuestPointGenerator_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_SyncAnimationGuestPointGenerator_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_SyncAnimationGuestPointGenerator_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_SyncAnimationGuestPointGenerator_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_SyncAnimationGuestPointGenerator_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_SyncAnimationGuestPointGenerator \ +static_assert(alignof(UGSEQG_SyncAnimationGuestPointGenerator) == 0x000008, "Wrong alignment on UGSEQG_SyncAnimationGuestPointGenerator"); \ +static_assert(sizeof(UGSEQG_SyncAnimationGuestPointGenerator) == 0x000138, "Wrong size on UGSEQG_SyncAnimationGuestPointGenerator"); \ +static_assert(offsetof(UGSEQG_SyncAnimationGuestPointGenerator, StartSyncGuestDistance) == 0x000108, "Member 'UGSEQG_SyncAnimationGuestPointGenerator::StartSyncGuestDistance' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SyncAnimationGuestPointGenerator, BeforeSyncGuestMoveDistance) == 0x00010C, "Member 'UGSEQG_SyncAnimationGuestPointGenerator::BeforeSyncGuestMoveDistance' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SyncAnimationGuestPointGenerator, CirclePointsCount) == 0x000110, "Member 'UGSEQG_SyncAnimationGuestPointGenerator::CirclePointsCount' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SyncAnimationGuestPointGenerator, GuestUnitGuid) == 0x000118, "Member 'UGSEQG_SyncAnimationGuestPointGenerator::GuestUnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SyncAnimationGuestPointGenerator, AngleCostWeight) == 0x000128, "Member 'UGSEQG_SyncAnimationGuestPointGenerator::AngleCostWeight' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SyncAnimationGuestPointGenerator, DistanceCostWeight) == 0x00012C, "Member 'UGSEQG_SyncAnimationGuestPointGenerator::DistanceCostWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_MovieManager \ +static_assert(alignof(UBGW_MovieManager) == 0x000008, "Wrong alignment on UBGW_MovieManager"); \ +static_assert(sizeof(UBGW_MovieManager) == 0x000028, "Wrong size on UBGW_MovieManager"); \ + +#define DUMPER7_ASSERTS_UAFNearestEnemy \ +static_assert(alignof(UAFNearestEnemy) == 0x000008, "Wrong alignment on UAFNearestEnemy"); \ +static_assert(sizeof(UAFNearestEnemy) == 0x000038, "Wrong size on UAFNearestEnemy"); \ +static_assert(offsetof(UAFNearestEnemy, EnemyCharacter) == 0x000030, "Member 'UAFNearestEnemy::EnemyCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAFSkillArea \ +static_assert(alignof(UAFSkillArea) == 0x000008, "Wrong alignment on UAFSkillArea"); \ +static_assert(sizeof(UAFSkillArea) == 0x000030, "Wrong size on UAFSkillArea"); \ + +#define DUMPER7_ASSERTS_UAFAttackableEnemy \ +static_assert(alignof(UAFAttackableEnemy) == 0x000008, "Wrong alignment on UAFAttackableEnemy"); \ +static_assert(sizeof(UAFAttackableEnemy) == 0x000040, "Wrong size on UAFAttackableEnemy"); \ +static_assert(offsetof(UAFAttackableEnemy, EnemyActors) == 0x000030, "Member 'UAFAttackableEnemy::EnemyActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAMoveSkill \ +static_assert(alignof(UBAMoveSkill) == 0x000008, "Wrong alignment on UBAMoveSkill"); \ +static_assert(sizeof(UBAMoveSkill) == 0x000048, "Wrong size on UBAMoveSkill"); \ +static_assert(offsetof(UBAMoveSkill, ReqMoveSkill) == 0x000040, "Member 'UBAMoveSkill::ReqMoveSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIFeatureTestInfo \ +static_assert(alignof(UAIFeatureTestInfo) == 0x000008, "Wrong alignment on UAIFeatureTestInfo"); \ +static_assert(sizeof(UAIFeatureTestInfo) == 0x000070, "Wrong size on UAIFeatureTestInfo"); \ +static_assert(offsetof(UAIFeatureTestInfo, RequiredFeatureList) == 0x000028, "Member 'UAIFeatureTestInfo::RequiredFeatureList' has a wrong offset!"); \ +static_assert(offsetof(UAIFeatureTestInfo, InverseList) == 0x000038, "Member 'UAIFeatureTestInfo::InverseList' has a wrong offset!"); \ +static_assert(offsetof(UAIFeatureTestInfo, FeatureTestList) == 0x000048, "Member 'UAIFeatureTestInfo::FeatureTestList' has a wrong offset!"); \ +static_assert(offsetof(UAIFeatureTestInfo, CheckAngleTestList) == 0x000058, "Member 'UAIFeatureTestInfo::CheckAngleTestList' has a wrong offset!"); \ +static_assert(offsetof(UAIFeatureTestInfo, DistanceTest) == 0x000068, "Member 'UAIFeatureTestInfo::DistanceTest' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAIReqMoveToLoc \ +static_assert(alignof(UAIReqMoveToLoc) == 0x000008, "Wrong alignment on UAIReqMoveToLoc"); \ +static_assert(sizeof(UAIReqMoveToLoc) == 0x000048, "Wrong size on UAIReqMoveToLoc"); \ + +#define DUMPER7_ASSERTS_UAIReqMoveToActor \ +static_assert(alignof(UAIReqMoveToActor) == 0x000008, "Wrong alignment on UAIReqMoveToActor"); \ +static_assert(sizeof(UAIReqMoveToActor) == 0x000048, "Wrong size on UAIReqMoveToActor"); \ + +#define DUMPER7_ASSERTS_UBAID_AssistStateCheck \ +static_assert(alignof(UBAID_AssistStateCheck) == 0x000008, "Wrong alignment on UBAID_AssistStateCheck"); \ +static_assert(sizeof(UBAID_AssistStateCheck) == 0x000098, "Wrong size on UBAID_AssistStateCheck"); \ +static_assert(offsetof(UBAID_AssistStateCheck, AssistState) == 0x000090, "Member 'UBAID_AssistStateCheck::AssistState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_BulletNumCheck \ +static_assert(alignof(UBAID_BulletNumCheck) == 0x000008, "Wrong alignment on UBAID_BulletNumCheck"); \ +static_assert(sizeof(UBAID_BulletNumCheck) == 0x0000A0, "Wrong size on UBAID_BulletNumCheck"); \ +static_assert(offsetof(UBAID_BulletNumCheck, ProjectileIDFilter) == 0x000090, "Member 'UBAID_BulletNumCheck::ProjectileIDFilter' has a wrong offset!"); \ +static_assert(offsetof(UBAID_BulletNumCheck, UperNumber) == 0x000094, "Member 'UBAID_BulletNumCheck::UperNumber' has a wrong offset!"); \ +static_assert(offsetof(UBAID_BulletNumCheck, DestroyTimeFilter) == 0x000098, "Member 'UBAID_BulletNumCheck::DestroyTimeFilter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckAttackValid \ +static_assert(alignof(UBAID_CheckAttackValid) == 0x000008, "Wrong alignment on UBAID_CheckAttackValid"); \ +static_assert(sizeof(UBAID_CheckAttackValid) == 0x000090, "Wrong size on UBAID_CheckAttackValid"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckBuffLayer \ +static_assert(alignof(UBAID_CheckBuffLayer) == 0x000008, "Wrong alignment on UBAID_CheckBuffLayer"); \ +static_assert(sizeof(UBAID_CheckBuffLayer) == 0x0000A0, "Wrong size on UBAID_CheckBuffLayer"); \ +static_assert(offsetof(UBAID_CheckBuffLayer, BuffID) == 0x000094, "Member 'UBAID_CheckBuffLayer::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckBuffLayer, BuffLayer) == 0x000098, "Member 'UBAID_CheckBuffLayer::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckBuffLayer, CheckTargetType) == 0x00009C, "Member 'UBAID_CheckBuffLayer::CheckTargetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckBuffLayersFromBuffGroup \ +static_assert(alignof(UBAID_CheckBuffLayersFromBuffGroup) == 0x000008, "Wrong alignment on UBAID_CheckBuffLayersFromBuffGroup"); \ +static_assert(sizeof(UBAID_CheckBuffLayersFromBuffGroup) == 0x000098, "Wrong size on UBAID_CheckBuffLayersFromBuffGroup"); \ +static_assert(offsetof(UBAID_CheckBuffLayersFromBuffGroup, BuffGroupID) == 0x000090, "Member 'UBAID_CheckBuffLayersFromBuffGroup::BuffGroupID' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckBuffLayersFromBuffGroup, TotalLayerCount) == 0x000094, "Member 'UBAID_CheckBuffLayersFromBuffGroup::TotalLayerCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCacheSceneItem \ +static_assert(alignof(UBAID_CheckCacheSceneItem) == 0x000008, "Wrong alignment on UBAID_CheckCacheSceneItem"); \ +static_assert(sizeof(UBAID_CheckCacheSceneItem) == 0x000090, "Wrong size on UBAID_CheckCacheSceneItem"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCurRamdomComboLength \ +static_assert(alignof(UBAID_CheckCurRamdomComboLength) == 0x000008, "Wrong alignment on UBAID_CheckCurRamdomComboLength"); \ +static_assert(sizeof(UBAID_CheckCurRamdomComboLength) == 0x000098, "Wrong size on UBAID_CheckCurRamdomComboLength"); \ +static_assert(offsetof(UBAID_CheckCurRamdomComboLength, ComboLengthYouWant) == 0x000090, "Member 'UBAID_CheckCurRamdomComboLength::ComboLengthYouWant' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralMapGeneratorDataConfigComp \ +static_assert(alignof(UBUS_ProceduralMapGeneratorDataConfigComp) == 0x000008, "Wrong alignment on UBUS_ProceduralMapGeneratorDataConfigComp"); \ +static_assert(sizeof(UBUS_ProceduralMapGeneratorDataConfigComp) == 0x0000E0, "Wrong size on UBUS_ProceduralMapGeneratorDataConfigComp"); \ +static_assert(offsetof(UBUS_ProceduralMapGeneratorDataConfigComp, MapConfigDataAsset) == 0x0000C8, "Member 'UBUS_ProceduralMapGeneratorDataConfigComp::MapConfigDataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProceduralMapGeneratorDataConfigComp, MapBlockMappingInfo) == 0x0000D0, "Member 'UBUS_ProceduralMapGeneratorDataConfigComp::MapBlockMappingInfo' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ProceduralMapGeneratorDataConfigComp, MapCustsomLightConfigs) == 0x0000D8, "Member 'UBUS_ProceduralMapGeneratorDataConfigComp::MapCustsomLightConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckCurTargetState \ +static_assert(alignof(UBAID_CheckCurTargetState) == 0x000008, "Wrong alignment on UBAID_CheckCurTargetState"); \ +static_assert(sizeof(UBAID_CheckCurTargetState) == 0x0000B8, "Wrong size on UBAID_CheckCurTargetState"); \ +static_assert(offsetof(UBAID_CheckCurTargetState, UnitStateCheckList) == 0x000090, "Member 'UBAID_CheckCurTargetState::UnitStateCheckList' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckCurTargetState, SimpleStateCheckList) == 0x0000A0, "Member 'UBAID_CheckCurTargetState::SimpleStateCheckList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckEscapeWay \ +static_assert(alignof(UBAID_CheckEscapeWay) == 0x000008, "Wrong alignment on UBAID_CheckEscapeWay"); \ +static_assert(sizeof(UBAID_CheckEscapeWay) == 0x000098, "Wrong size on UBAID_CheckEscapeWay"); \ +static_assert(offsetof(UBAID_CheckEscapeWay, EscapeWay) == 0x000090, "Member 'UBAID_CheckEscapeWay::EscapeWay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckFSMStateActive \ +static_assert(alignof(UBAID_CheckFSMStateActive) == 0x000008, "Wrong alignment on UBAID_CheckFSMStateActive"); \ +static_assert(sizeof(UBAID_CheckFSMStateActive) == 0x000098, "Wrong size on UBAID_CheckFSMStateActive"); \ +static_assert(offsetof(UBAID_CheckFSMStateActive, FsmState) == 0x000090, "Member 'UBAID_CheckFSMStateActive::FsmState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckHPIsLow \ +static_assert(alignof(UBAID_CheckHPIsLow) == 0x000008, "Wrong alignment on UBAID_CheckHPIsLow"); \ +static_assert(sizeof(UBAID_CheckHPIsLow) == 0x000098, "Wrong size on UBAID_CheckHPIsLow"); \ +static_assert(offsetof(UBAID_CheckHPIsLow, HpLowPercent) == 0x000090, "Member 'UBAID_CheckHPIsLow::HpLowPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckHasPointSetByRegisterID \ +static_assert(alignof(UBAID_CheckHasPointSetByRegisterID) == 0x000008, "Wrong alignment on UBAID_CheckHasPointSetByRegisterID"); \ +static_assert(sizeof(UBAID_CheckHasPointSetByRegisterID) == 0x000098, "Wrong size on UBAID_CheckHasPointSetByRegisterID"); \ +static_assert(offsetof(UBAID_CheckHasPointSetByRegisterID, RegisterID) == 0x000090, "Member 'UBAID_CheckHasPointSetByRegisterID::RegisterID' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckHasPointSetByRegisterID, PointMinNum) == 0x000094, "Member 'UBAID_CheckHasPointSetByRegisterID::PointMinNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckIsUnitActive \ +static_assert(alignof(UBAID_CheckIsUnitActive) == 0x000008, "Wrong alignment on UBAID_CheckIsUnitActive"); \ +static_assert(sizeof(UBAID_CheckIsUnitActive) == 0x000090, "Wrong size on UBAID_CheckIsUnitActive"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckMoveValid \ +static_assert(alignof(UBAID_CheckMoveValid) == 0x000008, "Wrong alignment on UBAID_CheckMoveValid"); \ +static_assert(sizeof(UBAID_CheckMoveValid) == 0x000090, "Wrong size on UBAID_CheckMoveValid"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckSurpriseSkill \ +static_assert(alignof(UBAID_CheckSurpriseSkill) == 0x000008, "Wrong alignment on UBAID_CheckSurpriseSkill"); \ +static_assert(sizeof(UBAID_CheckSurpriseSkill) == 0x000090, "Wrong size on UBAID_CheckSurpriseSkill"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckTargetAttackTime \ +static_assert(alignof(UBAID_CheckTargetAttackTime) == 0x000008, "Wrong alignment on UBAID_CheckTargetAttackTime"); \ +static_assert(sizeof(UBAID_CheckTargetAttackTime) == 0x000098, "Wrong size on UBAID_CheckTargetAttackTime"); \ +static_assert(offsetof(UBAID_CheckTargetAttackTime, Time) == 0x000090, "Member 'UBAID_CheckTargetAttackTime::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckTargetFSMStateActive \ +static_assert(alignof(UBAID_CheckTargetFSMStateActive) == 0x000008, "Wrong alignment on UBAID_CheckTargetFSMStateActive"); \ +static_assert(sizeof(UBAID_CheckTargetFSMStateActive) == 0x000098, "Wrong size on UBAID_CheckTargetFSMStateActive"); \ +static_assert(offsetof(UBAID_CheckTargetFSMStateActive, FsmState) == 0x000090, "Member 'UBAID_CheckTargetFSMStateActive::FsmState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckTargetInAngle \ +static_assert(alignof(UBAID_CheckTargetInAngle) == 0x000008, "Wrong alignment on UBAID_CheckTargetInAngle"); \ +static_assert(sizeof(UBAID_CheckTargetInAngle) == 0x0000B0, "Wrong size on UBAID_CheckTargetInAngle"); \ +static_assert(offsetof(UBAID_CheckTargetInAngle, LeftAngle) == 0x000090, "Member 'UBAID_CheckTargetInAngle::LeftAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckTargetInAngle, RightAngle) == 0x000094, "Member 'UBAID_CheckTargetInAngle::RightAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckTargetInAngle, DirectionBaseSocket) == 0x00009C, "Member 'UBAID_CheckTargetInAngle::DirectionBaseSocket' has a wrong offset!"); \ +static_assert(offsetof(UBAID_CheckTargetInAngle, ForwardSocket) == 0x0000A4, "Member 'UBAID_CheckTargetInAngle::ForwardSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckUnitHasSimpleState \ +static_assert(alignof(UBAID_CheckUnitHasSimpleState) == 0x000008, "Wrong alignment on UBAID_CheckUnitHasSimpleState"); \ +static_assert(sizeof(UBAID_CheckUnitHasSimpleState) == 0x000098, "Wrong size on UBAID_CheckUnitHasSimpleState"); \ +static_assert(offsetof(UBAID_CheckUnitHasSimpleState, UnitSimpleState) == 0x000090, "Member 'UBAID_CheckUnitHasSimpleState::UnitSimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_CheckUnitHasState \ +static_assert(alignof(UBAID_CheckUnitHasState) == 0x000008, "Wrong alignment on UBAID_CheckUnitHasState"); \ +static_assert(sizeof(UBAID_CheckUnitHasState) == 0x000098, "Wrong size on UBAID_CheckUnitHasState"); \ +static_assert(offsetof(UBAID_CheckUnitHasState, UnitState) == 0x000090, "Member 'UBAID_CheckUnitHasState::UnitState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_EnvironmentChangeCheck \ +static_assert(alignof(UBAID_EnvironmentChangeCheck) == 0x000008, "Wrong alignment on UBAID_EnvironmentChangeCheck"); \ +static_assert(sizeof(UBAID_EnvironmentChangeCheck) == 0x000098, "Wrong size on UBAID_EnvironmentChangeCheck"); \ +static_assert(offsetof(UBAID_EnvironmentChangeCheck, SwitchSchedule) == 0x000090, "Member 'UBAID_EnvironmentChangeCheck::SwitchSchedule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAID_InitThink \ +static_assert(alignof(UBAID_InitThink) == 0x000008, "Wrong alignment on UBAID_InitThink"); \ +static_assert(sizeof(UBAID_InitThink) == 0x000090, "Wrong size on UBAID_InitThink"); \ + +#define DUMPER7_ASSERTS_UBAID_TargetBeyondPursuitRange \ +static_assert(alignof(UBAID_TargetBeyondPursuitRange) == 0x000008, "Wrong alignment on UBAID_TargetBeyondPursuitRange"); \ +static_assert(sizeof(UBAID_TargetBeyondPursuitRange) == 0x000090, "Wrong size on UBAID_TargetBeyondPursuitRange"); \ + +#define DUMPER7_ASSERTS_UBTD_CheckSkillCoolDown \ +static_assert(alignof(UBTD_CheckSkillCoolDown) == 0x000008, "Wrong alignment on UBTD_CheckSkillCoolDown"); \ +static_assert(sizeof(UBTD_CheckSkillCoolDown) == 0x000098, "Wrong size on UBTD_CheckSkillCoolDown"); \ +static_assert(offsetof(UBTD_CheckSkillCoolDown, SkillID) == 0x000090, "Member 'UBTD_CheckSkillCoolDown::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIS_StdUnitAITick \ +static_assert(alignof(UBAIS_StdUnitAITick) == 0x000008, "Wrong alignment on UBAIS_StdUnitAITick"); \ +static_assert(sizeof(UBAIS_StdUnitAITick) == 0x000098, "Wrong size on UBAIS_StdUnitAITick"); \ + +#define DUMPER7_ASSERTS_UBAIT_AddOrRemoveBuffToSelf \ +static_assert(alignof(UBAIT_AddOrRemoveBuffToSelf) == 0x000008, "Wrong alignment on UBAIT_AddOrRemoveBuffToSelf"); \ +static_assert(sizeof(UBAIT_AddOrRemoveBuffToSelf) == 0x0000B8, "Wrong size on UBAIT_AddOrRemoveBuffToSelf"); \ +static_assert(offsetof(UBAIT_AddOrRemoveBuffToSelf, BuffID) == 0x0000AC, "Member 'UBAIT_AddOrRemoveBuffToSelf::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_AddOrRemoveBuffToSelf, BuffDurationTime) == 0x0000B0, "Member 'UBAIT_AddOrRemoveBuffToSelf::BuffDurationTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_AddOrRemoveBuffToSelf, BuffLayer) == 0x0000B4, "Member 'UBAIT_AddOrRemoveBuffToSelf::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_BeginIdle \ +static_assert(alignof(UBAIT_BeginIdle) == 0x000008, "Wrong alignment on UBAIT_BeginIdle"); \ +static_assert(sizeof(UBAIT_BeginIdle) == 0x0000A8, "Wrong size on UBAIT_BeginIdle"); \ + +#define DUMPER7_ASSERTS_UBAIT_CalcComboSkillLength \ +static_assert(alignof(UBAIT_CalcComboSkillLength) == 0x000008, "Wrong alignment on UBAIT_CalcComboSkillLength"); \ +static_assert(sizeof(UBAIT_CalcComboSkillLength) == 0x0000B8, "Wrong size on UBAIT_CalcComboSkillLength"); \ +static_assert(offsetof(UBAIT_CalcComboSkillLength, ComboSkillNumInfo) == 0x0000A8, "Member 'UBAIT_CalcComboSkillLength::ComboSkillNumInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_ChangeMMMode \ +static_assert(alignof(UBAIT_ChangeMMMode) == 0x000008, "Wrong alignment on UBAIT_ChangeMMMode"); \ +static_assert(sizeof(UBAIT_ChangeMMMode) == 0x0000B0, "Wrong size on UBAIT_ChangeMMMode"); \ +static_assert(offsetof(UBAIT_ChangeMMMode, MotionMatchingState) == 0x0000A8, "Member 'UBAIT_ChangeMMMode::MotionMatchingState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_RemoveCacheSceneItem \ +static_assert(alignof(UBAIT_RemoveCacheSceneItem) == 0x000008, "Wrong alignment on UBAIT_RemoveCacheSceneItem"); \ +static_assert(sizeof(UBAIT_RemoveCacheSceneItem) == 0x0000A8, "Wrong size on UBAIT_RemoveCacheSceneItem"); \ + +#define DUMPER7_ASSERTS_UBAIT_EQSRunBeforeAtkTmp \ +static_assert(alignof(UBAIT_EQSRunBeforeAtkTmp) == 0x000008, "Wrong alignment on UBAIT_EQSRunBeforeAtkTmp"); \ +static_assert(sizeof(UBAIT_EQSRunBeforeAtkTmp) == 0x0000E0, "Wrong size on UBAIT_EQSRunBeforeAtkTmp"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, TraceTypeQuery) == 0x0000AA, "Member 'UBAIT_EQSRunBeforeAtkTmp::TraceTypeQuery' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, AcceptableRadius) == 0x0000AC, "Member 'UBAIT_EQSRunBeforeAtkTmp::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, EQSTemplate) == 0x0000B8, "Member 'UBAIT_EQSRunBeforeAtkTmp::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, MoveAIType) == 0x0000C0, "Member 'UBAIT_EQSRunBeforeAtkTmp::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, SpeedRateType) == 0x0000C1, "Member 'UBAIT_EQSRunBeforeAtkTmp::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, MinAcceptableRadius) == 0x0000C4, "Member 'UBAIT_EQSRunBeforeAtkTmp::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, MaxAcceptableRadius) == 0x0000C8, "Member 'UBAIT_EQSRunBeforeAtkTmp::MaxAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, AutoUpdatePathTime) == 0x0000CC, "Member 'UBAIT_EQSRunBeforeAtkTmp::AutoUpdatePathTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, IntervalTime) == 0x0000D0, "Member 'UBAIT_EQSRunBeforeAtkTmp::IntervalTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRunBeforeAtkTmp, OwnerCharacter) == 0x0000D8, "Member 'UBAIT_EQSRunBeforeAtkTmp::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_EQSRun \ +static_assert(alignof(UBAIT_EQSRun) == 0x000008, "Wrong alignment on UBAIT_EQSRun"); \ +static_assert(sizeof(UBAIT_EQSRun) == 0x000120, "Wrong size on UBAIT_EQSRun"); \ +static_assert(offsetof(UBAIT_EQSRun, AcceptableRadius) == 0x0000A8, "Member 'UBAIT_EQSRun::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, EQSTemplate) == 0x0000B0, "Member 'UBAIT_EQSRun::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, MotionMatchingState) == 0x0000B8, "Member 'UBAIT_EQSRun::MotionMatchingState' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, MoveAIType) == 0x0000B9, "Member 'UBAIT_EQSRun::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, SpeedRateType) == 0x0000BA, "Member 'UBAIT_EQSRun::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, SpeedRateDistanceCurve) == 0x0000C0, "Member 'UBAIT_EQSRun::SpeedRateDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, MinAcceptableRadius) == 0x0000CC, "Member 'UBAIT_EQSRun::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, MaxAcceptableRadius) == 0x0000D0, "Member 'UBAIT_EQSRun::MaxAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, ContinuousPathFindingRadiusThreshold) == 0x0000D8, "Member 'UBAIT_EQSRun::ContinuousPathFindingRadiusThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, TurnSkillConfig) == 0x0000E0, "Member 'UBAIT_EQSRun::TurnSkillConfig' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, AutoUpdatePathTime) == 0x0000FC, "Member 'UBAIT_EQSRun::AutoUpdatePathTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, IntervalTime) == 0x000104, "Member 'UBAIT_EQSRun::IntervalTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_EQSRun, LeisureList) == 0x000108, "Member 'UBAIT_EQSRun::LeisureList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_EnableFightBack \ +static_assert(alignof(UBAIT_EnableFightBack) == 0x000008, "Wrong alignment on UBAIT_EnableFightBack"); \ +static_assert(sizeof(UBAIT_EnableFightBack) == 0x0000B0, "Wrong size on UBAIT_EnableFightBack"); \ + +#define DUMPER7_ASSERTS_UBAIT_ExecuteBasicAction \ +static_assert(alignof(UBAIT_ExecuteBasicAction) == 0x000008, "Wrong alignment on UBAIT_ExecuteBasicAction"); \ +static_assert(sizeof(UBAIT_ExecuteBasicAction) == 0x0000B0, "Wrong size on UBAIT_ExecuteBasicAction"); \ +static_assert(offsetof(UBAIT_ExecuteBasicAction, BaseActionType) == 0x0000A8, "Member 'UBAIT_ExecuteBasicAction::BaseActionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_FindEscapePoint \ +static_assert(alignof(UBAIT_FindEscapePoint) == 0x000008, "Wrong alignment on UBAIT_FindEscapePoint"); \ +static_assert(sizeof(UBAIT_FindEscapePoint) == 0x0000C8, "Wrong size on UBAIT_FindEscapePoint"); \ +static_assert(offsetof(UBAIT_FindEscapePoint, QueryEscapeDirectionTemplate) == 0x0000A8, "Member 'UBAIT_FindEscapePoint::QueryEscapeDirectionTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FindEscapePoint, MinCircleDistance) == 0x0000B0, "Member 'UBAIT_FindEscapePoint::MinCircleDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FindEscapePoint, MaxCircleDistance) == 0x0000B4, "Member 'UBAIT_FindEscapePoint::MaxCircleDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FindEscapePoint, OwnerCharacter) == 0x0000B8, "Member 'UBAIT_FindEscapePoint::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FindEscapePoint, AutoGenPointTag) == 0x0000C0, "Member 'UBAIT_FindEscapePoint::AutoGenPointTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_FSMEvent \ +static_assert(alignof(UBAIT_FSMEvent) == 0x000008, "Wrong alignment on UBAIT_FSMEvent"); \ +static_assert(sizeof(UBAIT_FSMEvent) == 0x0000B0, "Wrong size on UBAIT_FSMEvent"); \ +static_assert(offsetof(UBAIT_FSMEvent, EventName) == 0x0000A8, "Member 'UBAIT_FSMEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_InteractComp \ +static_assert(alignof(UBUS_InteractComp) == 0x000008, "Wrong alignment on UBUS_InteractComp"); \ +static_assert(sizeof(UBUS_InteractComp) == 0x0000E8, "Wrong size on UBUS_InteractComp"); \ +static_assert(offsetof(UBUS_InteractComp, InteractiveUnitID) == 0x0000C8, "Member 'UBUS_InteractComp::InteractiveUnitID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractComp, DefalutInteractiveGroupID) == 0x0000CC, "Member 'UBUS_InteractComp::DefalutInteractiveGroupID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractComp, ShopID) == 0x0000D0, "Member 'UBUS_InteractComp::ShopID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractComp, RewardDropID) == 0x0000D4, "Member 'UBUS_InteractComp::RewardDropID' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractComp, InteractAnchorOverride) == 0x0000D8, "Member 'UBUS_InteractComp::InteractAnchorOverride' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractComp, ObjectMaterial) == 0x0000E0, "Member 'UBUS_InteractComp::ObjectMaterial' has a wrong offset!"); \ +static_assert(offsetof(UBUS_InteractComp, ActivableDistance) == 0x0000E4, "Member 'UBUS_InteractComp::ActivableDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_FollowPlayer \ +static_assert(alignof(UBAIT_FollowPlayer) == 0x000008, "Wrong alignment on UBAIT_FollowPlayer"); \ +static_assert(sizeof(UBAIT_FollowPlayer) == 0x0000B0, "Wrong size on UBAIT_FollowPlayer"); \ +static_assert(offsetof(UBAIT_FollowPlayer, AcceptableRaidus) == 0x0000A8, "Member 'UBAIT_FollowPlayer::AcceptableRaidus' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FollowPlayer, MoveAIType) == 0x0000AE, "Member 'UBAIT_FollowPlayer::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_FollowPlayer, SpeedRateType) == 0x0000AF, "Member 'UBAIT_FollowPlayer::SpeedRateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_GenAndCachePointSet \ +static_assert(alignof(UBAIT_GenAndCachePointSet) == 0x000008, "Wrong alignment on UBAIT_GenAndCachePointSet"); \ +static_assert(sizeof(UBAIT_GenAndCachePointSet) == 0x000138, "Wrong size on UBAIT_GenAndCachePointSet"); \ +static_assert(offsetof(UBAIT_GenAndCachePointSet, GenType) == 0x0000A8, "Member 'UBAIT_GenAndCachePointSet::GenType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_GenAndCachePointSet, GenExtParam) == 0x0000B0, "Member 'UBAIT_GenAndCachePointSet::GenExtParam' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_GenAndCachePointSet, RegisterID) == 0x000130, "Member 'UBAIT_GenAndCachePointSet::RegisterID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_MontageRootMotionMove \ +static_assert(alignof(UBAIT_MontageRootMotionMove) == 0x000008, "Wrong alignment on UBAIT_MontageRootMotionMove"); \ +static_assert(sizeof(UBAIT_MontageRootMotionMove) == 0x0000E0, "Wrong size on UBAIT_MontageRootMotionMove"); \ +static_assert(offsetof(UBAIT_MontageRootMotionMove, ScaleRate) == 0x0000A8, "Member 'UBAIT_MontageRootMotionMove::ScaleRate' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MontageRootMotionMove, MoveMontage) == 0x0000B0, "Member 'UBAIT_MontageRootMotionMove::MoveMontage' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MontageRootMotionMove, BK_Target) == 0x0000B8, "Member 'UBAIT_MontageRootMotionMove::BK_Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_MoveTo \ +static_assert(alignof(UBAIT_MoveTo) == 0x000008, "Wrong alignment on UBAIT_MoveTo"); \ +static_assert(sizeof(UBAIT_MoveTo) == 0x0000D0, "Wrong size on UBAIT_MoveTo"); \ +static_assert(offsetof(UBAIT_MoveTo, MaxMoveTime) == 0x0000A8, "Member 'UBAIT_MoveTo::MaxMoveTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, AcceptableRadius) == 0x0000AC, "Member 'UBAIT_MoveTo::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, MotionMatchingState) == 0x0000B2, "Member 'UBAIT_MoveTo::MotionMatchingState' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, BTTargetType) == 0x0000B3, "Member 'UBAIT_MoveTo::BTTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, MoveAIType) == 0x0000B4, "Member 'UBAIT_MoveTo::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, SpeedRateType) == 0x0000B5, "Member 'UBAIT_MoveTo::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, SpeedRateDistanceCurve) == 0x0000B8, "Member 'UBAIT_MoveTo::SpeedRateDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, MinAcceptableRadius) == 0x0000C4, "Member 'UBAIT_MoveTo::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveTo, MaxAcceptableRadius) == 0x0000C8, "Member 'UBAIT_MoveTo::MaxAcceptableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_MoveToOnWallAndCell \ +static_assert(alignof(UBAIT_MoveToOnWallAndCell) == 0x000008, "Wrong alignment on UBAIT_MoveToOnWallAndCell"); \ +static_assert(sizeof(UBAIT_MoveToOnWallAndCell) == 0x0000D0, "Wrong size on UBAIT_MoveToOnWallAndCell"); \ +static_assert(offsetof(UBAIT_MoveToOnWallAndCell, AcceptableRadius) == 0x0000A8, "Member 'UBAIT_MoveToOnWallAndCell::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToOnWallAndCell, TargetPointTag) == 0x0000B0, "Member 'UBAIT_MoveToOnWallAndCell::TargetPointTag' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToOnWallAndCell, SpeedRateType) == 0x0000B8, "Member 'UBAIT_MoveToOnWallAndCell::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToOnWallAndCell, turnSpeed) == 0x0000BC, "Member 'UBAIT_MoveToOnWallAndCell::turnSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToOnWallAndCell, MinAcceptableRadius) == 0x0000C4, "Member 'UBAIT_MoveToOnWallAndCell::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToOnWallAndCell, MaxAcceptableRadius) == 0x0000C8, "Member 'UBAIT_MoveToOnWallAndCell::MaxAcceptableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SkillPrototypeSetting \ +static_assert(alignof(UBGWDataAsset_SkillPrototypeSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_SkillPrototypeSetting"); \ +static_assert(sizeof(UBGWDataAsset_SkillPrototypeSetting) == 0x000040, "Wrong size on UBGWDataAsset_SkillPrototypeSetting"); \ +static_assert(offsetof(UBGWDataAsset_SkillPrototypeSetting, AnimMontages) == 0x000030, "Member 'UBGWDataAsset_SkillPrototypeSetting::AnimMontages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_RegisterAIElem \ +static_assert(alignof(UBAIT_RegisterAIElem) == 0x000008, "Wrong alignment on UBAIT_RegisterAIElem"); \ +static_assert(sizeof(UBAIT_RegisterAIElem) == 0x0000B8, "Wrong size on UBAIT_RegisterAIElem"); \ +static_assert(offsetof(UBAIT_RegisterAIElem, ElemID) == 0x0000A8, "Member 'UBAIT_RegisterAIElem::ElemID' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RegisterAIElem, ElemType) == 0x0000AC, "Member 'UBAIT_RegisterAIElem::ElemType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_RegisterAIElem, Score) == 0x0000B0, "Member 'UBAIT_RegisterAIElem::Score' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PostAkEvent_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PostAkEvent_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PostAkEvent_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PostAkEvent_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PostAkEvent_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PostAkEvent_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PostAkEvent_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PostAkEvent \ +static_assert(alignof(UBED_QuestNode_PostAkEvent) == 0x000008, "Wrong alignment on UBED_QuestNode_PostAkEvent"); \ +static_assert(sizeof(UBED_QuestNode_PostAkEvent) == 0x0002C8, "Wrong size on UBED_QuestNode_PostAkEvent"); \ +static_assert(offsetof(UBED_QuestNode_PostAkEvent, AkEvent) == 0x0002A0, "Member 'UBED_QuestNode_PostAkEvent::AkEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_ResetEQSTarget \ +static_assert(alignof(UBAIT_ResetEQSTarget) == 0x000008, "Wrong alignment on UBAIT_ResetEQSTarget"); \ +static_assert(sizeof(UBAIT_ResetEQSTarget) == 0x0000A8, "Wrong size on UBAIT_ResetEQSTarget"); \ + +#define DUMPER7_ASSERTS_UBUS_ActionTriggerDataComp \ +static_assert(alignof(UBUS_ActionTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_ActionTriggerDataComp"); \ +static_assert(sizeof(UBUS_ActionTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_ActionTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_UBAIT_ReturnHome \ +static_assert(alignof(UBAIT_ReturnHome) == 0x000008, "Wrong alignment on UBAIT_ReturnHome"); \ +static_assert(sizeof(UBAIT_ReturnHome) == 0x0000A8, "Wrong size on UBAIT_ReturnHome"); \ + +#define DUMPER7_ASSERTS_UBAIT_SetBossWatchTime \ +static_assert(alignof(UBAIT_SetBossWatchTime) == 0x000008, "Wrong alignment on UBAIT_SetBossWatchTime"); \ +static_assert(sizeof(UBAIT_SetBossWatchTime) == 0x0000B0, "Wrong size on UBAIT_SetBossWatchTime"); \ +static_assert(offsetof(UBAIT_SetBossWatchTime, WatchTime) == 0x0000A8, "Member 'UBAIT_SetBossWatchTime::WatchTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_SetBossWatchTimeInRange \ +static_assert(alignof(UBAIT_SetBossWatchTimeInRange) == 0x000008, "Wrong alignment on UBAIT_SetBossWatchTimeInRange"); \ +static_assert(sizeof(UBAIT_SetBossWatchTimeInRange) == 0x0000B8, "Wrong size on UBAIT_SetBossWatchTimeInRange"); \ +static_assert(offsetof(UBAIT_SetBossWatchTimeInRange, WatchTimeMIN) == 0x0000A8, "Member 'UBAIT_SetBossWatchTimeInRange::WatchTimeMIN' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SetBossWatchTimeInRange, WatchTimeMAX) == 0x0000AC, "Member 'UBAIT_SetBossWatchTimeInRange::WatchTimeMAX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_OlineScreenMsg_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_OlineScreenMsg_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_OlineScreenMsg_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_OlineScreenMsg_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_OlineScreenMsg_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_OlineScreenMsg_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_OlineScreenMsg_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_OlineScreenMsg \ +static_assert(alignof(UBED_QuestNode_OlineScreenMsg) == 0x000008, "Wrong alignment on UBED_QuestNode_OlineScreenMsg"); \ +static_assert(sizeof(UBED_QuestNode_OlineScreenMsg) == 0x0002A8, "Wrong size on UBED_QuestNode_OlineScreenMsg"); \ +static_assert(offsetof(UBED_QuestNode_OlineScreenMsg, EventID) == 0x0002A0, "Member 'UBED_QuestNode_OlineScreenMsg::EventID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_SetMaxComboValue \ +static_assert(alignof(UBAIT_SetMaxComboValue) == 0x000008, "Wrong alignment on UBAIT_SetMaxComboValue"); \ +static_assert(sizeof(UBAIT_SetMaxComboValue) == 0x0000B8, "Wrong size on UBAIT_SetMaxComboValue"); \ +static_assert(offsetof(UBAIT_SetMaxComboValue, ComboNumMin) == 0x0000A8, "Member 'UBAIT_SetMaxComboValue::ComboNumMin' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_SetMaxComboValue, ComboNumMax) == 0x0000AC, "Member 'UBAIT_SetMaxComboValue::ComboNumMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BuffSetCurveValueToMeshConfig \ +static_assert(alignof(UBGWDataAsset_BuffSetCurveValueToMeshConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BuffSetCurveValueToMeshConfig"); \ +static_assert(sizeof(UBGWDataAsset_BuffSetCurveValueToMeshConfig) == 0x000100, "Wrong size on UBGWDataAsset_BuffSetCurveValueToMeshConfig"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, FloatCurveParamList) == 0x000030, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::FloatCurveParamList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, LinearColorCurveParamList) == 0x000040, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::LinearColorCurveParamList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, MatIndexList) == 0x000058, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::MatIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, WeaponIndexList) == 0x000070, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::WeaponIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, WeaponMatIndexList) == 0x000080, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::WeaponMatIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, ChildMeshTagList) == 0x000098, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::ChildMeshTagList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, ChildMeshMatIndexList) == 0x0000A8, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::ChildMeshMatIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, ChildActorMeshMatIndexList) == 0x0000C0, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::ChildActorMeshMatIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, HairType) == 0x0000D1, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::HairType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, HairCompTagList) == 0x0000D8, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::HairCompTagList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BuffSetCurveValueToMeshConfig, HairFloatCurveParamList) == 0x0000E8, "Member 'UBGWDataAsset_BuffSetCurveValueToMeshConfig::HairFloatCurveParamList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_SetUnitSimpleState \ +static_assert(alignof(UBAIT_SetUnitSimpleState) == 0x000008, "Wrong alignment on UBAIT_SetUnitSimpleState"); \ +static_assert(sizeof(UBAIT_SetUnitSimpleState) == 0x0000B0, "Wrong size on UBAIT_SetUnitSimpleState"); \ +static_assert(offsetof(UBAIT_SetUnitSimpleState, UnitSimpleState) == 0x0000A8, "Member 'UBAIT_SetUnitSimpleState::UnitSimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_ShieldDefence \ +static_assert(alignof(UBAIT_ShieldDefence) == 0x000008, "Wrong alignment on UBAIT_ShieldDefence"); \ +static_assert(sizeof(UBAIT_ShieldDefence) == 0x0000B0, "Wrong size on UBAIT_ShieldDefence"); \ + +#define DUMPER7_ASSERTS_UBUS_UnitTeamMngDataComp \ +static_assert(alignof(UBUS_UnitTeamMngDataComp) == 0x000008, "Wrong alignment on UBUS_UnitTeamMngDataComp"); \ +static_assert(sizeof(UBUS_UnitTeamMngDataComp) == 0x0000D0, "Wrong size on UBUS_UnitTeamMngDataComp"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_QueryGameState \ +static_assert(alignof(UBED_QuestNode_QueryGameState) == 0x000008, "Wrong alignment on UBED_QuestNode_QueryGameState"); \ +static_assert(sizeof(UBED_QuestNode_QueryGameState) == 0x0002A8, "Wrong size on UBED_QuestNode_QueryGameState"); \ +static_assert(offsetof(UBED_QuestNode_QueryGameState, QueryCondition) == 0x0002A0, "Member 'UBED_QuestNode_QueryGameState::QueryCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_TriggerEffectByID \ +static_assert(alignof(UBAIT_TriggerEffectByID) == 0x000008, "Wrong alignment on UBAIT_TriggerEffectByID"); \ +static_assert(sizeof(UBAIT_TriggerEffectByID) == 0x0000B0, "Wrong size on UBAIT_TriggerEffectByID"); \ +static_assert(offsetof(UBAIT_TriggerEffectByID, EffectID) == 0x0000A8, "Member 'UBAIT_TriggerEffectByID::EffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_TryFindSceneItem \ +static_assert(alignof(UBAIT_TryFindSceneItem) == 0x000008, "Wrong alignment on UBAIT_TryFindSceneItem"); \ +static_assert(sizeof(UBAIT_TryFindSceneItem) == 0x0000E0, "Wrong size on UBAIT_TryFindSceneItem"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, SceneActorTags) == 0x0000A8, "Member 'UBAIT_TryFindSceneItem::SceneActorTags' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, FindSceneItemWay) == 0x0000B8, "Member 'UBAIT_TryFindSceneItem::FindSceneItemWay' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, DistanceWeight) == 0x0000BC, "Member 'UBAIT_TryFindSceneItem::DistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, AngleWeight) == 0x0000C0, "Member 'UBAIT_TryFindSceneItem::AngleWeight' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, LineTraceWeight) == 0x0000C4, "Member 'UBAIT_TryFindSceneItem::LineTraceWeight' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, MinSearchDistance) == 0x0000CC, "Member 'UBAIT_TryFindSceneItem::MinSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, MaxSearchDistance) == 0x0000D0, "Member 'UBAIT_TryFindSceneItem::MaxSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_TryFindSceneItem, RequiredMaxSearchAngle) == 0x0000D8, "Member 'UBAIT_TryFindSceneItem::RequiredMaxSearchAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWBHLItemTmpDataAsset \ +static_assert(alignof(UBGWBHLItemTmpDataAsset) == 0x000008, "Wrong alignment on UBGWBHLItemTmpDataAsset"); \ +static_assert(sizeof(UBGWBHLItemTmpDataAsset) == 0x000038, "Wrong size on UBGWBHLItemTmpDataAsset"); \ +static_assert(offsetof(UBGWBHLItemTmpDataAsset, JTItemNumMax) == 0x000030, "Member 'UBGWBHLItemTmpDataAsset::JTItemNumMax' has a wrong offset!"); \ +static_assert(offsetof(UBGWBHLItemTmpDataAsset, JHItemId) == 0x000034, "Member 'UBGWBHLItemTmpDataAsset::JHItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_UseRandomSkillWithID \ +static_assert(alignof(UBAIT_UseRandomSkillWithID) == 0x000008, "Wrong alignment on UBAIT_UseRandomSkillWithID"); \ +static_assert(sizeof(UBAIT_UseRandomSkillWithID) == 0x0000C0, "Wrong size on UBAIT_UseRandomSkillWithID"); \ +static_assert(offsetof(UBAIT_UseRandomSkillWithID, SkillID) == 0x0000A8, "Member 'UBAIT_UseRandomSkillWithID::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Skill_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ComboNode_Skill_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ComboNode_Skill_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ComboNode_Skill_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ComboNode_Skill_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ComboNode_Skill_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ComboNode_Skill_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Skill_CanShowInMyCalliope \ +static_assert(alignof(BED_ComboNode_Skill_CanShowInMyCalliope) == 0x000008, "Wrong alignment on BED_ComboNode_Skill_CanShowInMyCalliope"); \ +static_assert(sizeof(BED_ComboNode_Skill_CanShowInMyCalliope) == 0x000028, "Wrong size on BED_ComboNode_Skill_CanShowInMyCalliope"); \ +static_assert(offsetof(BED_ComboNode_Skill_CanShowInMyCalliope, OutCategory) == 0x000000, "Member 'BED_ComboNode_Skill_CanShowInMyCalliope::OutCategory' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboNode_Skill_CanShowInMyCalliope, OutDisplayName) == 0x000010, "Member 'BED_ComboNode_Skill_CanShowInMyCalliope::OutDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode_Skill \ +static_assert(alignof(UBED_ComboNode_Skill) == 0x000008, "Wrong alignment on UBED_ComboNode_Skill"); \ +static_assert(sizeof(UBED_ComboNode_Skill) == 0x000310, "Wrong size on UBED_ComboNode_Skill"); \ +static_assert(offsetof(UBED_ComboNode_Skill, SkillID) == 0x0002F0, "Member 'UBED_ComboNode_Skill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(UBED_ComboNode_Skill, SkillMappingRuleIDList) == 0x0002F8, "Member 'UBED_ComboNode_Skill::SkillMappingRuleIDList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ComboNode_Skill, Comment) == 0x000308, "Member 'UBED_ComboNode_Skill::Comment' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_UseSkillWithID \ +static_assert(alignof(UBAIT_UseSkillWithID) == 0x000008, "Wrong alignment on UBAIT_UseSkillWithID"); \ +static_assert(sizeof(UBAIT_UseSkillWithID) == 0x0000B8, "Wrong size on UBAIT_UseSkillWithID"); \ +static_assert(offsetof(UBAIT_UseSkillWithID, SkillIDSource) == 0x0000A8, "Member 'UBAIT_UseSkillWithID::SkillIDSource' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_UseSkillWithID, SkillID) == 0x0000AC, "Member 'UBAIT_UseSkillWithID::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_WanderRun \ +static_assert(alignof(UBAIT_WanderRun) == 0x000008, "Wrong alignment on UBAIT_WanderRun"); \ +static_assert(sizeof(UBAIT_WanderRun) == 0x0000C0, "Wrong size on UBAIT_WanderRun"); \ +static_assert(offsetof(UBAIT_WanderRun, EQSTemplate) == 0x0000A8, "Member 'UBAIT_WanderRun::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_WanderRun, AcceptableRadius) == 0x0000B0, "Member 'UBAIT_WanderRun::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_WanderRun, MoveAIType) == 0x0000B4, "Member 'UBAIT_WanderRun::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_WanderRun, OwnerCharacter) == 0x0000B8, "Member 'UBAIT_WanderRun::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_StopMoveAndWait \ +static_assert(alignof(UBAIT_StopMoveAndWait) == 0x000008, "Wrong alignment on UBAIT_StopMoveAndWait"); \ +static_assert(sizeof(UBAIT_StopMoveAndWait) == 0x0000B0, "Wrong size on UBAIT_StopMoveAndWait"); \ +static_assert(offsetof(UBAIT_StopMoveAndWait, WaitTime) == 0x0000A8, "Member 'UBAIT_StopMoveAndWait::WaitTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Start_GetContextOutputsInCS \ +static_assert(alignof(BED_ComboNode_Start_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ComboNode_Start_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ComboNode_Start_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ComboNode_Start_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ComboNode_Start_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ComboNode_Start_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Start_PostPropertyChanged \ +static_assert(alignof(BED_ComboNode_Start_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ComboNode_Start_PostPropertyChanged"); \ +static_assert(sizeof(BED_ComboNode_Start_PostPropertyChanged) == 0x000020, "Wrong size on BED_ComboNode_Start_PostPropertyChanged"); \ +static_assert(offsetof(BED_ComboNode_Start_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ComboNode_Start_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboNode_Start_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ComboNode_Start_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode_Start \ +static_assert(alignof(UBED_ComboNode_Start) == 0x000008, "Wrong alignment on UBED_ComboNode_Start"); \ +static_assert(sizeof(UBED_ComboNode_Start) == 0x0002B0, "Wrong size on UBED_ComboNode_Start"); \ +static_assert(offsetof(UBED_ComboNode_Start, ComboConditions) == 0x0002A0, "Member 'UBED_ComboNode_Start::ComboConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorCompContainerCS_ApplyWorldOffsetCS \ +static_assert(alignof(ActorCompContainerCS_ApplyWorldOffsetCS) == 0x000008, "Wrong alignment on ActorCompContainerCS_ApplyWorldOffsetCS"); \ +static_assert(sizeof(ActorCompContainerCS_ApplyWorldOffsetCS) == 0x000020, "Wrong size on ActorCompContainerCS_ApplyWorldOffsetCS"); \ +static_assert(offsetof(ActorCompContainerCS_ApplyWorldOffsetCS, InOffset) == 0x000000, "Member 'ActorCompContainerCS_ApplyWorldOffsetCS::InOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ActorCompContainerCS_EndPlayInCS \ +static_assert(alignof(ActorCompContainerCS_EndPlayInCS) == 0x000001, "Wrong alignment on ActorCompContainerCS_EndPlayInCS"); \ +static_assert(sizeof(ActorCompContainerCS_EndPlayInCS) == 0x000001, "Wrong size on ActorCompContainerCS_EndPlayInCS"); \ +static_assert(offsetof(ActorCompContainerCS_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'ActorCompContainerCS_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UActorCompContainerCS \ +static_assert(alignof(UActorCompContainerCS) == 0x000008, "Wrong alignment on UActorCompContainerCS"); \ +static_assert(sizeof(UActorCompContainerCS) == 0x0000E8, "Wrong size on UActorCompContainerCS"); \ +static_assert(offsetof(UActorCompContainerCS, CompsRef) == 0x0000D0, "Member 'UActorCompContainerCS::CompsRef' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DecalConfigComp \ +static_assert(alignof(UBUS_DecalConfigComp) == 0x000008, "Wrong alignment on UBUS_DecalConfigComp"); \ +static_assert(sizeof(UBUS_DecalConfigComp) == 0x0000E8, "Wrong size on UBUS_DecalConfigComp"); \ +static_assert(offsetof(UBUS_DecalConfigComp, FloatCurveList) == 0x0000C8, "Member 'UBUS_DecalConfigComp::FloatCurveList' has a wrong offset!"); \ +static_assert(offsetof(UBUS_DecalConfigComp, LinearColorCurveList) == 0x0000D8, "Member 'UBUS_DecalConfigComp::LinearColorCurveList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DecalDataComp \ +static_assert(alignof(UBUS_DecalDataComp) == 0x000008, "Wrong alignment on UBUS_DecalDataComp"); \ +static_assert(sizeof(UBUS_DecalDataComp) == 0x0000D0, "Wrong size on UBUS_DecalDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_POMDecalDataComp \ +static_assert(alignof(UBUS_POMDecalDataComp) == 0x000008, "Wrong alignment on UBUS_POMDecalDataComp"); \ +static_assert(sizeof(UBUS_POMDecalDataComp) == 0x0000D0, "Wrong size on UBUS_POMDecalDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUEnvironmentControllerBase \ +static_assert(alignof(ABGUEnvironmentControllerBase) == 0x000008, "Wrong alignment on ABGUEnvironmentControllerBase"); \ +static_assert(sizeof(ABGUEnvironmentControllerBase) == 0x000308, "Wrong size on ABGUEnvironmentControllerBase"); \ + +#define DUMPER7_ASSERTS_UBUS_LightningFXSpawnComp \ +static_assert(alignof(UBUS_LightningFXSpawnComp) == 0x000008, "Wrong alignment on UBUS_LightningFXSpawnComp"); \ +static_assert(sizeof(UBUS_LightningFXSpawnComp) == 0x000128, "Wrong size on UBUS_LightningFXSpawnComp"); \ +static_assert(offsetof(UBUS_LightningFXSpawnComp, LightningFXSpawnConfig) == 0x0000C8, "Member 'UBUS_LightningFXSpawnComp::LightningFXSpawnConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUSkillSelectHelperActor \ +static_assert(alignof(ABGUSkillSelectHelperActor) == 0x000008, "Wrong alignment on ABGUSkillSelectHelperActor"); \ +static_assert(sizeof(ABGUSkillSelectHelperActor) == 0x000308, "Wrong size on ABGUSkillSelectHelperActor"); \ + +#define DUMPER7_ASSERTS_UBUS_SkillSelectHelperActorDataComp \ +static_assert(alignof(UBUS_SkillSelectHelperActorDataComp) == 0x000008, "Wrong alignment on UBUS_SkillSelectHelperActorDataComp"); \ +static_assert(sizeof(UBUS_SkillSelectHelperActorDataComp) == 0x0000D0, "Wrong size on UBUS_SkillSelectHelperActorDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_ActorConfigInfoComp \ +static_assert(alignof(UBUS_ActorConfigInfoComp) == 0x000008, "Wrong alignment on UBUS_ActorConfigInfoComp"); \ +static_assert(sizeof(UBUS_ActorConfigInfoComp) == 0x0000E8, "Wrong size on UBUS_ActorConfigInfoComp"); \ +static_assert(offsetof(UBUS_ActorConfigInfoComp, GameplayTagGuid) == 0x0000C8, "Member 'UBUS_ActorConfigInfoComp::GameplayTagGuid' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ActorConfigInfoComp, GameplayTagGuidForGroup) == 0x0000D0, "Member 'UBUS_ActorConfigInfoComp::GameplayTagGuidForGroup' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ActorConfigInfoComp, CircusConfig) == 0x0000D8, "Member 'UBUS_ActorConfigInfoComp::CircusConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABUS_SeqHelperActorBase \ +static_assert(alignof(ABUS_SeqHelperActorBase) == 0x000008, "Wrong alignment on ABUS_SeqHelperActorBase"); \ +static_assert(sizeof(ABUS_SeqHelperActorBase) == 0x000310, "Wrong size on ABUS_SeqHelperActorBase"); \ +static_assert(offsetof(ABUS_SeqHelperActorBase, SeqHelperActorComp) == 0x000308, "Member 'ABUS_SeqHelperActorBase::SeqHelperActorComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUActorCallerBase \ +static_assert(alignof(ABGUActorCallerBase) == 0x000008, "Wrong alignment on ABGUActorCallerBase"); \ +static_assert(sizeof(ABGUActorCallerBase) == 0x000310, "Wrong size on ABGUActorCallerBase"); \ +static_assert(offsetof(ABGUActorCallerBase, ActorCallComp) == 0x000308, "Member 'ABGUActorCallerBase::ActorCallComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ActorCallComp \ +static_assert(alignof(UBUS_ActorCallComp) == 0x000008, "Wrong alignment on UBUS_ActorCallComp"); \ +static_assert(sizeof(UBUS_ActorCallComp) == 0x0000D0, "Wrong size on UBUS_ActorCallComp"); \ +static_assert(offsetof(UBUS_ActorCallComp, CallActorCls) == 0x0000C8, "Member 'UBUS_ActorCallComp::CallActorCls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ActorCallerDataComp \ +static_assert(alignof(UBUS_ActorCallerDataComp) == 0x000008, "Wrong alignment on UBUS_ActorCallerDataComp"); \ +static_assert(sizeof(UBUS_ActorCallerDataComp) == 0x0000D0, "Wrong size on UBUS_ActorCallerDataComp"); \ + +#define DUMPER7_ASSERTS_BUS_DispInteractAreaComp_OnActorLeave \ +static_assert(alignof(BUS_DispInteractAreaComp_OnActorLeave) == 0x000008, "Wrong alignment on BUS_DispInteractAreaComp_OnActorLeave"); \ +static_assert(sizeof(BUS_DispInteractAreaComp_OnActorLeave) == 0x000020, "Wrong size on BUS_DispInteractAreaComp_OnActorLeave"); \ +static_assert(offsetof(BUS_DispInteractAreaComp_OnActorLeave, OverlappedComponent) == 0x000000, "Member 'BUS_DispInteractAreaComp_OnActorLeave::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_DispInteractAreaComp_OnActorLeave, OtherActor) == 0x000008, "Member 'BUS_DispInteractAreaComp_OnActorLeave::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_DispInteractAreaComp_OnActorLeave, OtherComp) == 0x000010, "Member 'BUS_DispInteractAreaComp_OnActorLeave::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_DispInteractAreaComp_OnActorLeave, OtherBodyIndex) == 0x000018, "Member 'BUS_DispInteractAreaComp_OnActorLeave::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_DispInteractAreaComp_OnActorEnter \ +static_assert(alignof(BUS_DispInteractAreaComp_OnActorEnter) == 0x000008, "Wrong alignment on BUS_DispInteractAreaComp_OnActorEnter"); \ +static_assert(sizeof(BUS_DispInteractAreaComp_OnActorEnter) == 0x000010, "Wrong size on BUS_DispInteractAreaComp_OnActorEnter"); \ +static_assert(offsetof(BUS_DispInteractAreaComp_OnActorEnter, OverlappedActor) == 0x000000, "Member 'BUS_DispInteractAreaComp_OnActorEnter::OverlappedActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_DispInteractAreaComp_OnActorEnter, OtherActor) == 0x000008, "Member 'BUS_DispInteractAreaComp_OnActorEnter::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DispInteractAreaComp \ +static_assert(alignof(UBUS_DispInteractAreaComp) == 0x000008, "Wrong alignment on UBUS_DispInteractAreaComp"); \ +static_assert(sizeof(UBUS_DispInteractAreaComp) == 0x000028, "Wrong size on UBUS_DispInteractAreaComp"); \ + +#define DUMPER7_ASSERTS_ABGUDispInteractAreaVolume \ +static_assert(alignof(ABGUDispInteractAreaVolume) == 0x000008, "Wrong alignment on ABGUDispInteractAreaVolume"); \ +static_assert(sizeof(ABGUDispInteractAreaVolume) == 0x000388, "Wrong size on ABGUDispInteractAreaVolume"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, DispInteractAreaVolume) == 0x000308, "Member 'ABGUDispInteractAreaVolume::DispInteractAreaVolume' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, LandscapeMaxHeight) == 0x000310, "Member 'ABGUDispInteractAreaVolume::LandscapeMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, Landscape) == 0x000318, "Member 'ABGUDispInteractAreaVolume::Landscape' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, WeightLayerName) == 0x000320, "Member 'ABGUDispInteractAreaVolume::WeightLayerName' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, SimulationSize_cm) == 0x000330, "Member 'ABGUDispInteractAreaVolume::SimulationSize_cm' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, InteractiveData_StorageSize_cm) == 0x000334, "Member 'ABGUDispInteractAreaVolume::InteractiveData_StorageSize_cm' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, InteractDistLimitToDispActor) == 0x000338, "Member 'ABGUDispInteractAreaVolume::InteractDistLimitToDispActor' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, NS_Landscape_Interactive_Particles) == 0x000340, "Member 'ABGUDispInteractAreaVolume::NS_Landscape_Interactive_Particles' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, NS_Landscape_Interactive_Simulator) == 0x000348, "Member 'ABGUDispInteractAreaVolume::NS_Landscape_Interactive_Simulator' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, LS_HeightMap) == 0x000350, "Member 'ABGUDispInteractAreaVolume::LS_HeightMap' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, LS_WeightMap) == 0x000358, "Member 'ABGUDispInteractAreaVolume::LS_WeightMap' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, MinX) == 0x000360, "Member 'ABGUDispInteractAreaVolume::MinX' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, MinY) == 0x000364, "Member 'ABGUDispInteractAreaVolume::MinY' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, MaxX) == 0x000368, "Member 'ABGUDispInteractAreaVolume::MaxX' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, MaxY) == 0x00036C, "Member 'ABGUDispInteractAreaVolume::MaxY' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractAreaVolume, LandscapeOriginOffset) == 0x000370, "Member 'ABGUDispInteractAreaVolume::LandscapeOriginOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_OnFightTriggerDataComp \ +static_assert(alignof(UBUS_OnFightTriggerDataComp) == 0x000008, "Wrong alignment on UBUS_OnFightTriggerDataComp"); \ +static_assert(sizeof(UBUS_OnFightTriggerDataComp) == 0x0000D0, "Wrong size on UBUS_OnFightTriggerDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUDynamicObstacleBase \ +static_assert(alignof(ABGUDynamicObstacleBase) == 0x000008, "Wrong alignment on ABGUDynamicObstacleBase"); \ +static_assert(sizeof(ABGUDynamicObstacleBase) == 0x000310, "Wrong size on ABGUDynamicObstacleBase"); \ +static_assert(offsetof(ABGUDynamicObstacleBase, DynamicObstacleConfigComp) == 0x000308, "Member 'ABGUDynamicObstacleBase::DynamicObstacleConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_DynamicObstacleDataComp \ +static_assert(alignof(UBUS_DynamicObstacleDataComp) == 0x000008, "Wrong alignment on UBUS_DynamicObstacleDataComp"); \ +static_assert(sizeof(UBUS_DynamicObstacleDataComp) == 0x0000D0, "Wrong size on UBUS_DynamicObstacleDataComp"); \ + +#define DUMPER7_ASSERTS_UNEW_SDFMgr \ +static_assert(alignof(UNEW_SDFMgr) == 0x000008, "Wrong alignment on UNEW_SDFMgr"); \ +static_assert(sizeof(UNEW_SDFMgr) == 0x000030, "Wrong size on UNEW_SDFMgr"); \ +static_assert(offsetof(UNEW_SDFMgr, DSDFActorClass) == 0x000028, "Member 'UNEW_SDFMgr::DSDFActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUDispInteractActor \ +static_assert(alignof(ABGUDispInteractActor) == 0x000008, "Wrong alignment on ABGUDispInteractActor"); \ +static_assert(sizeof(ABGUDispInteractActor) == 0x000318, "Wrong size on ABGUDispInteractActor"); \ +static_assert(offsetof(ABGUDispInteractActor, AttachTo) == 0x000308, "Member 'ABGUDispInteractActor::AttachTo' has a wrong offset!"); \ +static_assert(offsetof(ABGUDispInteractActor, InteractDrawConfigComp) == 0x000310, "Member 'ABGUDispInteractActor::InteractDrawConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSRotateWithCamFwd_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSRotateWithCamFwd_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSRotateWithCamFwd_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSRotateWithCamFwd_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSRotateWithCamFwd_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSRotateWithCamFwd_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSRotateWithCamFwd_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSRotateWithCamFwd_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSRotateWithCamFwd_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSRotateWithCamFwd_GSNotifyTickCS \ +static_assert(alignof(BANS_GSRotateWithCamFwd_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSRotateWithCamFwd_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSRotateWithCamFwd_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSRotateWithCamFwd_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSRotateWithCamFwd_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSRotateWithCamFwd_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSRotateWithCamFwd_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSRotateWithCamFwd_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSRotateWithCamFwd_GSNotifyEndCS \ +static_assert(alignof(BANS_GSRotateWithCamFwd_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSRotateWithCamFwd_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSRotateWithCamFwd_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSRotateWithCamFwd_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSRotateWithCamFwd_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSRotateWithCamFwd_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSRotateWithCamFwd \ +static_assert(alignof(UBANS_GSRotateWithCamFwd) == 0x000008, "Wrong alignment on UBANS_GSRotateWithCamFwd"); \ +static_assert(sizeof(UBANS_GSRotateWithCamFwd) == 0x000050, "Wrong size on UBANS_GSRotateWithCamFwd"); \ +static_assert(offsetof(UBANS_GSRotateWithCamFwd, RotSpeed) == 0x000048, "Member 'UBANS_GSRotateWithCamFwd::RotSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_FXActorBaseConfigComp \ +static_assert(alignof(UBUS_FXActorBaseConfigComp) == 0x000008, "Wrong alignment on UBUS_FXActorBaseConfigComp"); \ +static_assert(sizeof(UBUS_FXActorBaseConfigComp) == 0x0000D8, "Wrong size on UBUS_FXActorBaseConfigComp"); \ +static_assert(offsetof(UBUS_FXActorBaseConfigComp, FXActorConfig) == 0x0000C8, "Member 'UBUS_FXActorBaseConfigComp::FXActorConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchAimingSetting_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSwitchAimingSetting_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSwitchAimingSetting_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSwitchAimingSetting_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSwitchAimingSetting_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSwitchAimingSetting_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchAimingSetting_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSwitchAimingSetting_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSwitchAimingSetting_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchAimingSetting_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSwitchAimingSetting_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSwitchAimingSetting_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSwitchAimingSetting_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSwitchAimingSetting_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSwitchAimingSetting_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchAimingSetting_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSwitchAimingSetting \ +static_assert(alignof(UBANS_GSSwitchAimingSetting) == 0x000008, "Wrong alignment on UBANS_GSSwitchAimingSetting"); \ +static_assert(sizeof(UBANS_GSSwitchAimingSetting) == 0x000050, "Wrong size on UBANS_GSSwitchAimingSetting"); \ +static_assert(offsetof(UBANS_GSSwitchAimingSetting, AimAndShoot) == 0x000048, "Member 'UBANS_GSSwitchAimingSetting::AimAndShoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUGhostActorBase \ +static_assert(alignof(ABGUGhostActorBase) == 0x000008, "Wrong alignment on ABGUGhostActorBase"); \ +static_assert(sizeof(ABGUGhostActorBase) == 0x000310, "Wrong size on ABGUGhostActorBase"); \ +static_assert(offsetof(ABGUGhostActorBase, PoseableMeshComp) == 0x000308, "Member 'ABGUGhostActorBase::PoseableMeshComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_GhostActorDataComp \ +static_assert(alignof(UBUS_GhostActorDataComp) == 0x000008, "Wrong alignment on UBUS_GhostActorDataComp"); \ +static_assert(sizeof(UBUS_GhostActorDataComp) == 0x0000D0, "Wrong size on UBUS_GhostActorDataComp"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageNode_IsSupportViewType \ +static_assert(alignof(BED_TaskStageNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_TaskStageNode_IsSupportViewType"); \ +static_assert(sizeof(BED_TaskStageNode_IsSupportViewType) == 0x000002, "Wrong size on BED_TaskStageNode_IsSupportViewType"); \ +static_assert(offsetof(BED_TaskStageNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_TaskStageNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageNode \ +static_assert(alignof(UBED_TaskStageNode) == 0x000008, "Wrong alignment on UBED_TaskStageNode"); \ +static_assert(sizeof(UBED_TaskStageNode) == 0x0002A0, "Wrong size on UBED_TaskStageNode"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageNode_LogicalAnd_CanUserAddInputInCS \ +static_assert(alignof(BED_TaskStageNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_TaskStageNode_LogicalAnd_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_TaskStageNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_TaskStageNode_LogicalAnd_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageNode_LogicalAnd \ +static_assert(alignof(UBED_TaskStageNode_LogicalAnd) == 0x000008, "Wrong alignment on UBED_TaskStageNode_LogicalAnd"); \ +static_assert(sizeof(UBED_TaskStageNode_LogicalAnd) == 0x0002A0, "Wrong size on UBED_TaskStageNode_LogicalAnd"); \ + +#define DUMPER7_ASSERTS_BANS_GSToNextSectionWhenLand_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSToNextSectionWhenLand_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSToNextSectionWhenLand_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSToNextSectionWhenLand_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSToNextSectionWhenLand_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSToNextSectionWhenLand_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSToNextSectionWhenLand_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSToNextSectionWhenLand_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSToNextSectionWhenLand_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSToNextSectionWhenLand_GSNotifyTickCS \ +static_assert(alignof(BANS_GSToNextSectionWhenLand_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSToNextSectionWhenLand_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSToNextSectionWhenLand_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSToNextSectionWhenLand_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSToNextSectionWhenLand_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSToNextSectionWhenLand_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSToNextSectionWhenLand_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSToNextSectionWhenLand_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSToNextSectionWhenLand_GSNotifyEndCS \ +static_assert(alignof(BANS_GSToNextSectionWhenLand_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSToNextSectionWhenLand_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSToNextSectionWhenLand_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSToNextSectionWhenLand_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSToNextSectionWhenLand_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSToNextSectionWhenLand_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSToNextSectionWhenLand \ +static_assert(alignof(UBANS_GSToNextSectionWhenLand) == 0x000008, "Wrong alignment on UBANS_GSToNextSectionWhenLand"); \ +static_assert(sizeof(UBANS_GSToNextSectionWhenLand) == 0x000060, "Wrong size on UBANS_GSToNextSectionWhenLand"); \ +static_assert(offsetof(UBANS_GSToNextSectionWhenLand, LineTraceStartSocket) == 0x000048, "Member 'UBANS_GSToNextSectionWhenLand::LineTraceStartSocket' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSToNextSectionWhenLand, LineTraceLengthFix) == 0x000050, "Member 'UBANS_GSToNextSectionWhenLand::LineTraceLengthFix' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSToNextSectionWhenLand, JumpSectionName) == 0x000054, "Member 'UBANS_GSToNextSectionWhenLand::JumpSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSLimitCharacterOnLand_GSNotifyTickCS \ +static_assert(alignof(BANS_GSLimitCharacterOnLand_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSLimitCharacterOnLand_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSLimitCharacterOnLand_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSLimitCharacterOnLand_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSLimitCharacterOnLand_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSLimitCharacterOnLand_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSLimitCharacterOnLand_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSLimitCharacterOnLand_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSLimitCharacterOnLand \ +static_assert(alignof(UBANS_GSLimitCharacterOnLand) == 0x000008, "Wrong alignment on UBANS_GSLimitCharacterOnLand"); \ +static_assert(sizeof(UBANS_GSLimitCharacterOnLand) == 0x000050, "Wrong size on UBANS_GSLimitCharacterOnLand"); \ +static_assert(offsetof(UBANS_GSLimitCharacterOnLand, RayLength) == 0x000048, "Member 'UBANS_GSLimitCharacterOnLand::RayLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGURebirthPointBase \ +static_assert(alignof(ABGURebirthPointBase) == 0x000008, "Wrong alignment on ABGURebirthPointBase"); \ +static_assert(sizeof(ABGURebirthPointBase) == 0x000338, "Wrong size on ABGURebirthPointBase"); \ +static_assert(offsetof(ABGURebirthPointBase, RebirthPointConfigComp) == 0x000330, "Member 'ABGURebirthPointBase::RebirthPointConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQG_PointsOnSphere_DoItemGenerationCS \ +static_assert(alignof(GSEQG_PointsOnSphere_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_PointsOnSphere_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_PointsOnSphere_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_PointsOnSphere_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_PointsOnSphere_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_PointsOnSphere_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_PointsOnSphere \ +static_assert(alignof(UGSEQG_PointsOnSphere) == 0x000008, "Wrong alignment on UGSEQG_PointsOnSphere"); \ +static_assert(sizeof(UGSEQG_PointsOnSphere) == 0x000120, "Wrong size on UGSEQG_PointsOnSphere"); \ +static_assert(offsetof(UGSEQG_PointsOnSphere, PointNumber) == 0x000108, "Member 'UGSEQG_PointsOnSphere::PointNumber' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_PointsOnSphere, Radius) == 0x00010C, "Member 'UGSEQG_PointsOnSphere::Radius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_PointsOnSphere, QuerierSocketName) == 0x000110, "Member 'UGSEQG_PointsOnSphere::QuerierSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_RebirthPointConfigComp \ +static_assert(alignof(UBUS_RebirthPointConfigComp) == 0x000008, "Wrong alignment on UBUS_RebirthPointConfigComp"); \ +static_assert(sizeof(UBUS_RebirthPointConfigComp) == 0x0000D8, "Wrong size on UBUS_RebirthPointConfigComp"); \ +static_assert(offsetof(UBUS_RebirthPointConfigComp, RebirthPointConfig) == 0x0000C8, "Member 'UBUS_RebirthPointConfigComp::RebirthPointConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_RebirthPointDataComp \ +static_assert(alignof(UBUS_RebirthPointDataComp) == 0x000008, "Wrong alignment on UBUS_RebirthPointDataComp"); \ +static_assert(sizeof(UBUS_RebirthPointDataComp) == 0x0000D0, "Wrong size on UBUS_RebirthPointDataComp"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddBuff_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAddBuff_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAddBuff_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAddBuff_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAddBuff_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAddBuff_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddBuff_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAddBuff_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAddBuff_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddBuff_GSNotifyTickCS \ +static_assert(alignof(BANS_GSAddBuff_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSAddBuff_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSAddBuff_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSAddBuff_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSAddBuff_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddBuff_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAddBuff_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSAddBuff_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAddBuff_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAddBuff_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAddBuff_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAddBuff_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAddBuff_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAddBuff_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAddBuff_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAddBuff \ +static_assert(alignof(UBANS_GSAddBuff) == 0x000008, "Wrong alignment on UBANS_GSAddBuff"); \ +static_assert(sizeof(UBANS_GSAddBuff) == 0x000058, "Wrong size on UBANS_GSAddBuff"); \ +static_assert(offsetof(UBANS_GSAddBuff, BuffID) == 0x000048, "Member 'UBANS_GSAddBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAddBuff, BuffLayer) == 0x00004C, "Member 'UBANS_GSAddBuff::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUTriggerObjBase_OnConstructionCS \ +static_assert(alignof(BGUTriggerObjBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUTriggerObjBase_OnConstructionCS"); \ +static_assert(sizeof(BGUTriggerObjBase_OnConstructionCS) == 0x000060, "Wrong size on BGUTriggerObjBase_OnConstructionCS"); \ +static_assert(offsetof(BGUTriggerObjBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUTriggerObjBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTriggerObjBase \ +static_assert(alignof(ABGUTriggerObjBase) == 0x000008, "Wrong alignment on ABGUTriggerObjBase"); \ +static_assert(sizeof(ABGUTriggerObjBase) == 0x000338, "Wrong size on ABGUTriggerObjBase"); \ +static_assert(offsetof(ABGUTriggerObjBase, TriggerComp) == 0x000330, "Member 'ABGUTriggerObjBase::TriggerComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFluidHeightmapFogComponent \ +static_assert(alignof(UFluidHeightmapFogComponent) == 0x000008, "Wrong alignment on UFluidHeightmapFogComponent"); \ +static_assert(sizeof(UFluidHeightmapFogComponent) == 0x000100, "Wrong size on UFluidHeightmapFogComponent"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, RT_TopHeightmap) == 0x0000C0, "Member 'UFluidHeightmapFogComponent::RT_TopHeightmap' has a wrong offset!"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, RT_BottomHeightmap) == 0x0000C8, "Member 'UFluidHeightmapFogComponent::RT_BottomHeightmap' has a wrong offset!"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, MID_BaseHeightmap) == 0x0000D0, "Member 'UFluidHeightmapFogComponent::MID_BaseHeightmap' has a wrong offset!"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, MID_PSFogOutput) == 0x0000D8, "Member 'UFluidHeightmapFogComponent::MID_PSFogOutput' has a wrong offset!"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, PS_FogOutput) == 0x0000E0, "Member 'UFluidHeightmapFogComponent::PS_FogOutput' has a wrong offset!"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, BB_Heightmap) == 0x0000E8, "Member 'UFluidHeightmapFogComponent::BB_Heightmap' has a wrong offset!"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, DebuggerActor) == 0x0000F0, "Member 'UFluidHeightmapFogComponent::DebuggerActor' has a wrong offset!"); \ +static_assert(offsetof(UFluidHeightmapFogComponent, BoundingSize) == 0x0000F8, "Member 'UFluidHeightmapFogComponent::BoundingSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerCompFunctionBinder_OnCollisionEndOverlap \ +static_assert(alignof(TriggerCompFunctionBinder_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on TriggerCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(sizeof(TriggerCompFunctionBinder_OnCollisionEndOverlap) == 0x000020, "Wrong size on TriggerCompFunctionBinder_OnCollisionEndOverlap"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'TriggerCompFunctionBinder_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'TriggerCompFunctionBinder_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'TriggerCompFunctionBinder_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'TriggerCompFunctionBinder_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_TriggerCompFunctionBinder_OnCollisionOverlap \ +static_assert(alignof(TriggerCompFunctionBinder_OnCollisionOverlap) == 0x000008, "Wrong alignment on TriggerCompFunctionBinder_OnCollisionOverlap"); \ +static_assert(sizeof(TriggerCompFunctionBinder_OnCollisionOverlap) == 0x000108, "Wrong size on TriggerCompFunctionBinder_OnCollisionOverlap"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionOverlap, OverlappedComponent) == 0x000000, "Member 'TriggerCompFunctionBinder_OnCollisionOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionOverlap, OtherActor) == 0x000008, "Member 'TriggerCompFunctionBinder_OnCollisionOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionOverlap, OtherComp) == 0x000010, "Member 'TriggerCompFunctionBinder_OnCollisionOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionOverlap, OtherBodyIndex) == 0x000018, "Member 'TriggerCompFunctionBinder_OnCollisionOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(TriggerCompFunctionBinder_OnCollisionOverlap, SweepResult) == 0x000020, "Member 'TriggerCompFunctionBinder_OnCollisionOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTriggerCompFunctionBinder \ +static_assert(alignof(UTriggerCompFunctionBinder) == 0x000008, "Wrong alignment on UTriggerCompFunctionBinder"); \ +static_assert(sizeof(UTriggerCompFunctionBinder) == 0x000028, "Wrong size on UTriggerCompFunctionBinder"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackIK_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttackIK_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttackIK_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttackIK_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttackIK_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttackIK_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackIK_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackIK_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttackIK_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackIK_GSNotifyTickCS \ +static_assert(alignof(BANS_GSAttackIK_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSAttackIK_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSAttackIK_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSAttackIK_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSAttackIK_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackIK_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackIK_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSAttackIK_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackIK_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttackIK_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttackIK_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttackIK_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttackIK_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttackIK_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackIK_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttackIK \ +static_assert(alignof(UBANS_GSAttackIK) == 0x000008, "Wrong alignment on UBANS_GSAttackIK"); \ +static_assert(sizeof(UBANS_GSAttackIK) == 0x000100, "Wrong size on UBANS_GSAttackIK"); \ +static_assert(offsetof(UBANS_GSAttackIK, BlendInTime) == 0x000048, "Member 'UBANS_GSAttackIK::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, BlendOutTime) == 0x00004C, "Member 'UBANS_GSAttackIK::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, AttackReferencePos) == 0x000050, "Member 'UBANS_GSAttackIK::AttackReferencePos' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, TouchIKType) == 0x000068, "Member 'UBANS_GSAttackIK::TouchIKType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, OffsetRangeMin) == 0x000070, "Member 'UBANS_GSAttackIK::OffsetRangeMin' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, OffsetRangeMax) == 0x000088, "Member 'UBANS_GSAttackIK::OffsetRangeMax' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, DebugCapsuleThickness) == 0x0000A4, "Member 'UBANS_GSAttackIK::DebugCapsuleThickness' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, DebugBoxThickness) == 0x0000A8, "Member 'UBANS_GSAttackIK::DebugBoxThickness' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, AttackIKType) == 0x0000AD, "Member 'UBANS_GSAttackIK::AttackIKType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, AttackIKBonePairList) == 0x0000B0, "Member 'UBANS_GSAttackIK::AttackIKBonePairList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, FishSpikeJumpType) == 0x0000C0, "Member 'UBANS_GSAttackIK::FishSpikeJumpType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, FishSpikeDistance) == 0x0000C4, "Member 'UBANS_GSAttackIK::FishSpikeDistance' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, JumpMax) == 0x0000C8, "Member 'UBANS_GSAttackIK::JumpMax' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackIK, BoneScaleData) == 0x0000D0, "Member 'UBANS_GSAttackIK::BoneScaleData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUModularMgrActor \ +static_assert(alignof(ABGUModularMgrActor) == 0x000008, "Wrong alignment on ABGUModularMgrActor"); \ +static_assert(sizeof(ABGUModularMgrActor) == 0x000370, "Wrong size on ABGUModularMgrActor"); \ +static_assert(offsetof(ABGUModularMgrActor, ModularMgrConfigComp) == 0x000308, "Member 'ABGUModularMgrActor::ModularMgrConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUModularMgrActor, SpawnedModularActors) == 0x000310, "Member 'ABGUModularMgrActor::SpawnedModularActors' has a wrong offset!"); \ +static_assert(offsetof(ABGUModularMgrActor, ModularMeshes) == 0x000320, "Member 'ABGUModularMgrActor::ModularMeshes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded \ +static_assert(alignof(BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded) == 0x000004, "Wrong alignment on BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded"); \ +static_assert(sizeof(BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded) == 0x000008, "Wrong size on BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded"); \ +static_assert(offsetof(BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded, ID) == 0x000000, "Member 'BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded::ID' has a wrong offset!"); \ +static_assert(offsetof(BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded, Linkage) == 0x000004, "Member 'BGUProceduralMapGenerator_OnProceduralStreamLevelLoaded::Linkage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUProceduralMapGenerator \ +static_assert(alignof(ABGUProceduralMapGenerator) == 0x000008, "Wrong alignment on ABGUProceduralMapGenerator"); \ +static_assert(sizeof(ABGUProceduralMapGenerator) == 0x000310, "Wrong size on ABGUProceduralMapGenerator"); \ +static_assert(offsetof(ABGUProceduralMapGenerator, ProceduralMapDataConfigComp) == 0x000308, "Member 'ABGUProceduralMapGenerator::ProceduralMapDataConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackState_GSOnSectionManuallyChanged \ +static_assert(alignof(BANS_GSAttackState_GSOnSectionManuallyChanged) == 0x000008, "Wrong alignment on BANS_GSAttackState_GSOnSectionManuallyChanged"); \ +static_assert(sizeof(BANS_GSAttackState_GSOnSectionManuallyChanged) == 0x000010, "Wrong size on BANS_GSAttackState_GSOnSectionManuallyChanged"); \ +static_assert(offsetof(BANS_GSAttackState_GSOnSectionManuallyChanged, OwnerChar) == 0x000000, "Member 'BANS_GSAttackState_GSOnSectionManuallyChanged::OwnerChar' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackState_GSOnSectionManuallyChanged, RemainingDuration) == 0x000008, "Member 'BANS_GSAttackState_GSOnSectionManuallyChanged::RemainingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackState_GSAllowCrossSection \ +static_assert(alignof(BANS_GSAttackState_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_GSAttackState_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_GSAttackState_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_GSAttackState_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackState_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttackState_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttackState_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttackState_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttackState_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttackState_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackState_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackState_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttackState_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackState_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttackState_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttackState_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttackState_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttackState_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttackState_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackState_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttackState \ +static_assert(alignof(UBANS_GSAttackState) == 0x000008, "Wrong alignment on UBANS_GSAttackState"); \ +static_assert(sizeof(UBANS_GSAttackState) == 0x000050, "Wrong size on UBANS_GSAttackState"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralMapGeneratorDataComp \ +static_assert(alignof(UBUS_ProceduralMapGeneratorDataComp) == 0x000008, "Wrong alignment on UBUS_ProceduralMapGeneratorDataComp"); \ +static_assert(sizeof(UBUS_ProceduralMapGeneratorDataComp) == 0x0000D0, "Wrong size on UBUS_ProceduralMapGeneratorDataComp"); \ + +#define DUMPER7_ASSERTS_BGUProceduralSpawnCharacterBase_OnConstructionCS \ +static_assert(alignof(BGUProceduralSpawnCharacterBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUProceduralSpawnCharacterBase_OnConstructionCS"); \ +static_assert(sizeof(BGUProceduralSpawnCharacterBase_OnConstructionCS) == 0x000060, "Wrong size on BGUProceduralSpawnCharacterBase_OnConstructionCS"); \ +static_assert(offsetof(BGUProceduralSpawnCharacterBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUProceduralSpawnCharacterBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUProceduralSpawnCharacterBase \ +static_assert(alignof(ABGUProceduralSpawnCharacterBase) == 0x000008, "Wrong alignment on ABGUProceduralSpawnCharacterBase"); \ +static_assert(sizeof(ABGUProceduralSpawnCharacterBase) == 0x000310, "Wrong size on ABGUProceduralSpawnCharacterBase"); \ +static_assert(offsetof(ABGUProceduralSpawnCharacterBase, ProceduralSpawnCharacterDataConfigComp) == 0x000308, "Member 'ABGUProceduralSpawnCharacterBase::ProceduralSpawnCharacterDataConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUProceduralSpawnSceneItemBase_OnConstructionCS \ +static_assert(alignof(BGUProceduralSpawnSceneItemBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUProceduralSpawnSceneItemBase_OnConstructionCS"); \ +static_assert(sizeof(BGUProceduralSpawnSceneItemBase_OnConstructionCS) == 0x000060, "Wrong size on BGUProceduralSpawnSceneItemBase_OnConstructionCS"); \ +static_assert(offsetof(BGUProceduralSpawnSceneItemBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUProceduralSpawnSceneItemBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUProceduralSpawnSceneItemBase \ +static_assert(alignof(ABGUProceduralSpawnSceneItemBase) == 0x000008, "Wrong alignment on ABGUProceduralSpawnSceneItemBase"); \ +static_assert(sizeof(ABGUProceduralSpawnSceneItemBase) == 0x000310, "Wrong size on ABGUProceduralSpawnSceneItemBase"); \ +static_assert(offsetof(ABGUProceduralSpawnSceneItemBase, ProceduralSpawnSceneItemDataConfigComp) == 0x000308, "Member 'ABGUProceduralSpawnSceneItemBase::ProceduralSpawnSceneItemDataConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUC_ProceduralSpawnSceneItemData \ +static_assert(alignof(UBUC_ProceduralSpawnSceneItemData) == 0x000008, "Wrong alignment on UBUC_ProceduralSpawnSceneItemData"); \ +static_assert(sizeof(UBUC_ProceduralSpawnSceneItemData) == 0x000028, "Wrong size on UBUC_ProceduralSpawnSceneItemData"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_ExecutionSequence_CanUserAddOutputInCS \ +static_assert(alignof(BED_TaskNode_ExecutionSequence_CanUserAddOutputInCS) == 0x000001, "Wrong alignment on BED_TaskNode_ExecutionSequence_CanUserAddOutputInCS"); \ +static_assert(sizeof(BED_TaskNode_ExecutionSequence_CanUserAddOutputInCS) == 0x000001, "Wrong size on BED_TaskNode_ExecutionSequence_CanUserAddOutputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_ExecutionSequence \ +static_assert(alignof(UBED_TaskNode_ExecutionSequence) == 0x000008, "Wrong alignment on UBED_TaskNode_ExecutionSequence"); \ +static_assert(sizeof(UBED_TaskNode_ExecutionSequence) == 0x0002A0, "Wrong size on UBED_TaskNode_ExecutionSequence"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_QuietLake \ +static_assert(alignof(UAutoTest_LYS_QuietLake) == 0x000008, "Wrong alignment on UAutoTest_LYS_QuietLake"); \ +static_assert(sizeof(UAutoTest_LYS_QuietLake) == 0x000028, "Wrong size on UAutoTest_LYS_QuietLake"); \ + +#define DUMPER7_ASSERTS_UBUS_ProceduralSpawnSceneItemDataComp \ +static_assert(alignof(UBUS_ProceduralSpawnSceneItemDataComp) == 0x000008, "Wrong alignment on UBUS_ProceduralSpawnSceneItemDataComp"); \ +static_assert(sizeof(UBUS_ProceduralSpawnSceneItemDataComp) == 0x0000D0, "Wrong size on UBUS_ProceduralSpawnSceneItemDataComp"); \ + +#define DUMPER7_ASSERTS_BGGGameStateCS_IsGSEventDebuggerOpenCS \ +static_assert(alignof(BGGGameStateCS_IsGSEventDebuggerOpenCS) == 0x000001, "Wrong alignment on BGGGameStateCS_IsGSEventDebuggerOpenCS"); \ +static_assert(sizeof(BGGGameStateCS_IsGSEventDebuggerOpenCS) == 0x000001, "Wrong size on BGGGameStateCS_IsGSEventDebuggerOpenCS"); \ + +#define DUMPER7_ASSERTS_BGGGameStateCS_OnTickDispatchEventCS \ +static_assert(alignof(BGGGameStateCS_OnTickDispatchEventCS) == 0x000004, "Wrong alignment on BGGGameStateCS_OnTickDispatchEventCS"); \ +static_assert(sizeof(BGGGameStateCS_OnTickDispatchEventCS) == 0x000004, "Wrong size on BGGGameStateCS_OnTickDispatchEventCS"); \ +static_assert(offsetof(BGGGameStateCS_OnTickDispatchEventCS, DeltaTime) == 0x000000, "Member 'BGGGameStateCS_OnTickDispatchEventCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGGGameStateCS_ReceiveEndPlay \ +static_assert(alignof(BGGGameStateCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGGGameStateCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGGGameStateCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGGGameStateCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGGGameStateCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGGGameStateCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGGGameStateCS \ +static_assert(alignof(ABGGGameStateCS) == 0x000008, "Wrong alignment on ABGGGameStateCS"); \ +static_assert(sizeof(ABGGGameStateCS) == 0x000318, "Wrong size on ABGGGameStateCS"); \ +static_assert(offsetof(ABGGGameStateCS, ActorCompContainerCS) == 0x000310, "Member 'ABGGGameStateCS::ActorCompContainerCS' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUBulletBaseCS \ +static_assert(alignof(ABGUBulletBaseCS) == 0x000008, "Wrong alignment on ABGUBulletBaseCS"); \ +static_assert(sizeof(ABGUBulletBaseCS) == 0x000360, "Wrong size on ABGUBulletBaseCS"); \ +static_assert(offsetof(ABGUBulletBaseCS, AttachBoneName) == 0x000350, "Member 'ABGUBulletBaseCS::AttachBoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData \ +static_assert(alignof(BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData"); \ +static_assert(sizeof(BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData) == 0x000020, "Wrong size on BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData"); \ +static_assert(offsetof(BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData, Context) == 0x000000, "Member 'BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData, Node) == 0x000010, "Member 'BUAnimHumanoidCS_MotionMatching_SetupDefaultMMPoseData::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_MotionMatching \ +static_assert(alignof(UBUAnimHumanoidCS_MotionMatching) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_MotionMatching"); \ +static_assert(sizeof(UBUAnimHumanoidCS_MotionMatching) == 0x000500, "Wrong size on UBUAnimHumanoidCS_MotionMatching"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, InputDesiredTransform) == 0x000350, "Member 'UBUAnimHumanoidCS_MotionMatching::InputDesiredTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, InputRootTransform) == 0x0003B0, "Member 'UBUAnimHumanoidCS_MotionMatching::InputRootTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, InputStrength) == 0x000410, "Member 'UBUAnimHumanoidCS_MotionMatching::InputStrength' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MotionMatchingState) == 0x000414, "Member 'UBUAnimHumanoidCS_MotionMatching::MotionMatchingState' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, RotatorforMM) == 0x000418, "Member 'UBUAnimHumanoidCS_MotionMatching::RotatorforMM' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, SpareMoveMode) == 0x000431, "Member 'UBUAnimHumanoidCS_MotionMatching::SpareMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, CurrentAA) == 0x000438, "Member 'UBUAnimHumanoidCS_MotionMatching::CurrentAA' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, AnimationAnalyzerBlendTime) == 0x000440, "Member 'UBUAnimHumanoidCS_MotionMatching::AnimationAnalyzerBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MotionBlendTime) == 0x000444, "Member 'UBUAnimHumanoidCS_MotionMatching::MotionBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMPlayRate) == 0x000448, "Member 'UBUAnimHumanoidCS_MotionMatching::MMPlayRate' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, ForceSetRotAnimSpeed) == 0x00044C, "Member 'UBUAnimHumanoidCS_MotionMatching::ForceSetRotAnimSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, DisableRotVerifyAnimSpeed) == 0x000450, "Member 'UBUAnimHumanoidCS_MotionMatching::DisableRotVerifyAnimSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMUpBodyStateAlpha) == 0x000458, "Member 'UBUAnimHumanoidCS_MotionMatching::MMUpBodyStateAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, RotateAdditiveBS) == 0x000460, "Member 'UBUAnimHumanoidCS_MotionMatching::RotateAdditiveBS' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, RotateBSX) == 0x000468, "Member 'UBUAnimHumanoidCS_MotionMatching::RotateBSX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMAdditivePose) == 0x000470, "Member 'UBUAnimHumanoidCS_MotionMatching::MMAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMAdditiveLayerSetup) == 0x000480, "Member 'UBUAnimHumanoidCS_MotionMatching::MMAdditiveLayerSetup' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMAdditiveWeight) == 0x000490, "Member 'UBUAnimHumanoidCS_MotionMatching::MMAdditiveWeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMTransAnim) == 0x000498, "Member 'UBUAnimHumanoidCS_MotionMatching::MMTransAnim' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMTransAnimStartPos) == 0x0004A0, "Member 'UBUAnimHumanoidCS_MotionMatching::MMTransAnimStartPos' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, MMTransAlpha) == 0x0004A4, "Member 'UBUAnimHumanoidCS_MotionMatching::MMTransAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, DefaultJointData) == 0x0004B0, "Member 'UBUAnimHumanoidCS_MotionMatching::DefaultJointData' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, DefaultVelocity) == 0x0004D0, "Member 'UBUAnimHumanoidCS_MotionMatching::DefaultVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, Speed) == 0x0004EC, "Member 'UBUAnimHumanoidCS_MotionMatching::Speed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, AnimIdle) == 0x0004F0, "Member 'UBUAnimHumanoidCS_MotionMatching::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MotionMatching, BSRunFwd) == 0x0004F8, "Member 'UBUAnimHumanoidCS_MotionMatching::BSRunFwd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_BulletDataComp \ +static_assert(alignof(UBUS_BulletDataComp) == 0x000008, "Wrong alignment on UBUS_BulletDataComp"); \ +static_assert(sizeof(UBUS_BulletDataComp) == 0x0000D0, "Wrong size on UBUS_BulletDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUMagicFieldBaseCS \ +static_assert(alignof(ABGUMagicFieldBaseCS) == 0x000008, "Wrong alignment on ABGUMagicFieldBaseCS"); \ +static_assert(sizeof(ABGUMagicFieldBaseCS) == 0x000350, "Wrong size on ABGUMagicFieldBaseCS"); \ + +#define DUMPER7_ASSERTS_UBUS_RebirthPointInfoSaveConfigComp \ +static_assert(alignof(UBUS_RebirthPointInfoSaveConfigComp) == 0x000008, "Wrong alignment on UBUS_RebirthPointInfoSaveConfigComp"); \ +static_assert(sizeof(UBUS_RebirthPointInfoSaveConfigComp) == 0x0000D0, "Wrong size on UBUS_RebirthPointInfoSaveConfigComp"); \ +static_assert(offsetof(UBUS_RebirthPointInfoSaveConfigComp, RebirthPointConfigID) == 0x0000C8, "Member 'UBUS_RebirthPointInfoSaveConfigComp::RebirthPointConfigID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_RebirthPointInfoSaverDataComp \ +static_assert(alignof(UBUS_RebirthPointInfoSaverDataComp) == 0x000008, "Wrong alignment on UBUS_RebirthPointInfoSaverDataComp"); \ +static_assert(sizeof(UBUS_RebirthPointInfoSaverDataComp) == 0x0000D0, "Wrong size on UBUS_RebirthPointInfoSaverDataComp"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_Start \ +static_assert(alignof(UAutoTest_LYS_Start) == 0x000008, "Wrong alignment on UAutoTest_LYS_Start"); \ +static_assert(sizeof(UAutoTest_LYS_Start) == 0x000028, "Wrong size on UAutoTest_LYS_Start"); \ + +#define DUMPER7_ASSERTS_ABGUSceneInactiveActorBase \ +static_assert(alignof(ABGUSceneInactiveActorBase) == 0x000008, "Wrong alignment on ABGUSceneInactiveActorBase"); \ +static_assert(sizeof(ABGUSceneInactiveActorBase) == 0x000290, "Wrong size on ABGUSceneInactiveActorBase"); \ +static_assert(offsetof(ABGUSceneInactiveActorBase, SceneInactiveActorComp) == 0x000288, "Member 'ABGUSceneInactiveActorBase::SceneInactiveActorComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSectionWhenHasBuff_GetJumpableSectionPrefix \ +static_assert(alignof(BANS_GSMontageJumpToSectionWhenHasBuff_GetJumpableSectionPrefix) == 0x000008, "Wrong alignment on BANS_GSMontageJumpToSectionWhenHasBuff_GetJumpableSectionPrefix"); \ +static_assert(sizeof(BANS_GSMontageJumpToSectionWhenHasBuff_GetJumpableSectionPrefix) == 0x000010, "Wrong size on BANS_GSMontageJumpToSectionWhenHasBuff_GetJumpableSectionPrefix"); \ +static_assert(offsetof(BANS_GSMontageJumpToSectionWhenHasBuff_GetJumpableSectionPrefix, ReturnValue) == 0x000000, "Member 'BANS_GSMontageJumpToSectionWhenHasBuff_GetJumpableSectionPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSectionWhenHasBuff_GSAllowCrossSection \ +static_assert(alignof(BANS_GSMontageJumpToSectionWhenHasBuff_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_GSMontageJumpToSectionWhenHasBuff_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_GSMontageJumpToSectionWhenHasBuff_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_GSMontageJumpToSectionWhenHasBuff_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS \ +static_assert(alignof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSectionWhenHasBuff_GetAnimNSType \ +static_assert(alignof(BANS_GSMontageJumpToSectionWhenHasBuff_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSMontageJumpToSectionWhenHasBuff_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSMontageJumpToSectionWhenHasBuff_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSMontageJumpToSectionWhenHasBuff_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSMontageJumpToSectionWhenHasBuff_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSMontageJumpToSectionWhenHasBuff_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyEndCS \ +static_assert(alignof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSMontageJumpToSectionWhenHasBuff_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMontageJumpToSectionWhenHasBuff \ +static_assert(alignof(UBANS_GSMontageJumpToSectionWhenHasBuff) == 0x000008, "Wrong alignment on UBANS_GSMontageJumpToSectionWhenHasBuff"); \ +static_assert(sizeof(UBANS_GSMontageJumpToSectionWhenHasBuff) == 0x000068, "Wrong size on UBANS_GSMontageJumpToSectionWhenHasBuff"); \ +static_assert(offsetof(UBANS_GSMontageJumpToSectionWhenHasBuff, BuffID) == 0x000048, "Member 'UBANS_GSMontageJumpToSectionWhenHasBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMontageJumpToSectionWhenHasBuff, JumpToSectionName) == 0x000050, "Member 'UBANS_GSMontageJumpToSectionWhenHasBuff::JumpToSectionName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMontageJumpToSectionWhenHasBuff, JumpableSectionPrefix) == 0x000058, "Member 'UBANS_GSMontageJumpToSectionWhenHasBuff::JumpableSectionPrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SceneInactiveActorComp_TickComponentInCS \ +static_assert(alignof(BUS_SceneInactiveActorComp_TickComponentInCS) == 0x000004, "Wrong alignment on BUS_SceneInactiveActorComp_TickComponentInCS"); \ +static_assert(sizeof(BUS_SceneInactiveActorComp_TickComponentInCS) == 0x000004, "Wrong size on BUS_SceneInactiveActorComp_TickComponentInCS"); \ +static_assert(offsetof(BUS_SceneInactiveActorComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BUS_SceneInactiveActorComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SceneInactiveActorComp_GetSceneActorActivationInfo \ +static_assert(alignof(BUS_SceneInactiveActorComp_GetSceneActorActivationInfo) == 0x000008, "Wrong alignment on BUS_SceneInactiveActorComp_GetSceneActorActivationInfo"); \ +static_assert(sizeof(BUS_SceneInactiveActorComp_GetSceneActorActivationInfo) == 0x000010, "Wrong size on BUS_SceneInactiveActorComp_GetSceneActorActivationInfo"); \ +static_assert(offsetof(BUS_SceneInactiveActorComp_GetSceneActorActivationInfo, ReturnValue) == 0x000000, "Member 'BUS_SceneInactiveActorComp_GetSceneActorActivationInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SceneInactiveActorComp_EndPlayInCS \ +static_assert(alignof(BUS_SceneInactiveActorComp_EndPlayInCS) == 0x000001, "Wrong alignment on BUS_SceneInactiveActorComp_EndPlayInCS"); \ +static_assert(sizeof(BUS_SceneInactiveActorComp_EndPlayInCS) == 0x000001, "Wrong size on BUS_SceneInactiveActorComp_EndPlayInCS"); \ +static_assert(offsetof(BUS_SceneInactiveActorComp_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'BUS_SceneInactiveActorComp_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SceneInactiveActorComp_TryRemoveActivationInfo \ +static_assert(alignof(BUS_SceneInactiveActorComp_TryRemoveActivationInfo) == 0x000004, "Wrong alignment on BUS_SceneInactiveActorComp_TryRemoveActivationInfo"); \ +static_assert(sizeof(BUS_SceneInactiveActorComp_TryRemoveActivationInfo) == 0x00000C, "Wrong size on BUS_SceneInactiveActorComp_TryRemoveActivationInfo"); \ +static_assert(offsetof(BUS_SceneInactiveActorComp_TryRemoveActivationInfo, SceneActorActivationType) == 0x000000, "Member 'BUS_SceneInactiveActorComp_TryRemoveActivationInfo::SceneActorActivationType' has a wrong offset!"); \ +static_assert(offsetof(BUS_SceneInactiveActorComp_TryRemoveActivationInfo, Tag) == 0x000004, "Member 'BUS_SceneInactiveActorComp_TryRemoveActivationInfo::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SceneInactiveActorComp_TryAddActivationInfo \ +static_assert(alignof(BUS_SceneInactiveActorComp_TryAddActivationInfo) == 0x000004, "Wrong alignment on BUS_SceneInactiveActorComp_TryAddActivationInfo"); \ +static_assert(sizeof(BUS_SceneInactiveActorComp_TryAddActivationInfo) == 0x000010, "Wrong size on BUS_SceneInactiveActorComp_TryAddActivationInfo"); \ +static_assert(offsetof(BUS_SceneInactiveActorComp_TryAddActivationInfo, ActivationInfo) == 0x000000, "Member 'BUS_SceneInactiveActorComp_TryAddActivationInfo::ActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SceneInactiveActorComp \ +static_assert(alignof(UBUS_SceneInactiveActorComp) == 0x000008, "Wrong alignment on UBUS_SceneInactiveActorComp"); \ +static_assert(sizeof(UBUS_SceneInactiveActorComp) == 0x0000E0, "Wrong size on UBUS_SceneInactiveActorComp"); \ +static_assert(offsetof(UBUS_SceneInactiveActorComp, SceneActorActivationInfo) == 0x0000D0, "Member 'UBUS_SceneInactiveActorComp::SceneActorActivationInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SceneItemDataComp \ +static_assert(alignof(UBUS_SceneItemDataComp) == 0x000008, "Wrong alignment on UBUS_SceneItemDataComp"); \ +static_assert(sizeof(UBUS_SceneItemDataComp) == 0x0000D0, "Wrong size on UBUS_SceneItemDataComp"); \ + +#define DUMPER7_ASSERTS_ABGUSelectAreaActor \ +static_assert(alignof(ABGUSelectAreaActor) == 0x000008, "Wrong alignment on ABGUSelectAreaActor"); \ +static_assert(sizeof(ABGUSelectAreaActor) == 0x000310, "Wrong size on ABGUSelectAreaActor"); \ +static_assert(offsetof(ABGUSelectAreaActor, BoxArea) == 0x000308, "Member 'ABGUSelectAreaActor::BoxArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayLevelSequence_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSPlayLevelSequence_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSPlayLevelSequence_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSPlayLevelSequence_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSPlayLevelSequence_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayLevelSequence_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayLevelSequence_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayLevelSequence_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayLevelSequence_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayLevelSequence_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayLevelSequence_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayLevelSequence_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayLevelSequence \ +static_assert(alignof(UBAN_GSPlayLevelSequence) == 0x000008, "Wrong alignment on UBAN_GSPlayLevelSequence"); \ +static_assert(sizeof(UBAN_GSPlayLevelSequence) == 0x000068, "Wrong size on UBAN_GSPlayLevelSequence"); \ +static_assert(offsetof(UBAN_GSPlayLevelSequence, SequenceID) == 0x000050, "Member 'UBAN_GSPlayLevelSequence::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayLevelSequence, StartTime) == 0x000058, "Member 'UBAN_GSPlayLevelSequence::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SelectAreaDataComp \ +static_assert(alignof(UBUS_SelectAreaDataComp) == 0x000008, "Wrong alignment on UBUS_SelectAreaDataComp"); \ +static_assert(sizeof(UBUS_SelectAreaDataComp) == 0x0000D0, "Wrong size on UBUS_SelectAreaDataComp"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_AnimCurveBodyBlend \ +static_assert(alignof(UBUAnimHumanoidCS_AnimCurveBodyBlend) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_AnimCurveBodyBlend"); \ +static_assert(sizeof(UBUAnimHumanoidCS_AnimCurveBodyBlend) == 0x0003A0, "Wrong size on UBUAnimHumanoidCS_AnimCurveBodyBlend"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, ASCurveBodyBlendUpperBody) == 0x000350, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::ASCurveBodyBlendUpperBody' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, CurveBodyBlendUpperBodyWeight) == 0x000358, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::CurveBodyBlendUpperBodyWeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, ASCurveBodyBlendLeftArm) == 0x000360, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::ASCurveBodyBlendLeftArm' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, CurveBodyBlendLeftArmWeight) == 0x000368, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::CurveBodyBlendLeftArmWeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, ASCurveBodyBlendRightArm) == 0x000370, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::ASCurveBodyBlendRightArm' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, CurveBodyBlendRightArmWeight) == 0x000378, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::CurveBodyBlendRightArmWeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, ASCurveBodyBlendLeftLeg) == 0x000380, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::ASCurveBodyBlendLeftLeg' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, CurveBodyBlendLeftLegWeight) == 0x000388, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::CurveBodyBlendLeftLegWeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, ASCurveBodyBlendRightLeg) == 0x000390, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::ASCurveBodyBlendRightLeg' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodyBlend, CurveBodyBlendRightLegWeight) == 0x000398, "Member 'UBUAnimHumanoidCS_AnimCurveBodyBlend::CurveBodyBlendRightLegWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_PerformPerceivePlayer \ +static_assert(alignof(BUS_SeqHelperActorComp_PerformPerceivePlayer) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_PerformPerceivePlayer"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_PerformPerceivePlayer) == 0x000008, "Wrong size on BUS_SeqHelperActorComp_PerformPerceivePlayer"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformPerceivePlayer, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_PerformPerceivePlayer::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_PerformMoveToLocation \ +static_assert(alignof(BUS_SeqHelperActorComp_PerformMoveToLocation) == 0x000008, "Wrong alignment on BUS_SeqHelperActorComp_PerformMoveToLocation"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_PerformMoveToLocation) == 0x000030, "Wrong size on BUS_SeqHelperActorComp_PerformMoveToLocation"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToLocation, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_PerformMoveToLocation::Tag' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToLocation, position) == 0x000008, "Member 'BUS_SeqHelperActorComp_PerformMoveToLocation::position' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToLocation, SpeedRateType) == 0x000020, "Member 'BUS_SeqHelperActorComp_PerformMoveToLocation::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToLocation, AcceptableRadius) == 0x000024, "Member 'BUS_SeqHelperActorComp_PerformMoveToLocation::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToLocation, MoveAIType) == 0x000028, "Member 'BUS_SeqHelperActorComp_PerformMoveToLocation::MoveAIType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_PerformMoveToPlayer \ +static_assert(alignof(BUS_SeqHelperActorComp_PerformMoveToPlayer) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_PerformMoveToPlayer"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_PerformMoveToPlayer) == 0x000014, "Wrong size on BUS_SeqHelperActorComp_PerformMoveToPlayer"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToPlayer, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_PerformMoveToPlayer::Tag' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToPlayer, SpeedRateType) == 0x000008, "Member 'BUS_SeqHelperActorComp_PerformMoveToPlayer::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToPlayer, AcceptableRadius) == 0x00000C, "Member 'BUS_SeqHelperActorComp_PerformMoveToPlayer::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformMoveToPlayer, MoveAIType) == 0x000010, "Member 'BUS_SeqHelperActorComp_PerformMoveToPlayer::MoveAIType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_UpdateSimpleStates \ +static_assert(alignof(BUS_SeqHelperActorComp_UpdateSimpleStates) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_UpdateSimpleStates"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_UpdateSimpleStates) == 0x00000C, "Wrong size on BUS_SeqHelperActorComp_UpdateSimpleStates"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_UpdateSimpleStates, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_UpdateSimpleStates::Tag' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_UpdateSimpleStates, SimpleState) == 0x000008, "Member 'BUS_SeqHelperActorComp_UpdateSimpleStates::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_SpawnPlayerPartner \ +static_assert(alignof(BUS_SeqHelperActorComp_SpawnPlayerPartner) == 0x000010, "Wrong alignment on BUS_SeqHelperActorComp_SpawnPlayerPartner"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_SpawnPlayerPartner) == 0x000080, "Wrong size on BUS_SeqHelperActorComp_SpawnPlayerPartner"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_SpawnPlayerPartner, Class_0) == 0x000000, "Member 'BUS_SeqHelperActorComp_SpawnPlayerPartner::Class_0' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_SpawnPlayerPartner, Transform) == 0x000010, "Member 'BUS_SeqHelperActorComp_SpawnPlayerPartner::Transform' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_SpawnPlayerPartner, Tag) == 0x000070, "Member 'BUS_SeqHelperActorComp_SpawnPlayerPartner::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_NotifyUnitDead \ +static_assert(alignof(BUS_SeqHelperActorComp_NotifyUnitDead) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_NotifyUnitDead"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_NotifyUnitDead) == 0x000008, "Wrong size on BUS_SeqHelperActorComp_NotifyUnitDead"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_NotifyUnitDead, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_NotifyUnitDead::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_SetVisibility \ +static_assert(alignof(BUS_SeqHelperActorComp_SetVisibility) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_SetVisibility"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_SetVisibility) == 0x00000C, "Wrong size on BUS_SeqHelperActorComp_SetVisibility"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_SetVisibility, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_SetVisibility::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_PerformPatrol \ +static_assert(alignof(BUS_SeqHelperActorComp_PerformPatrol) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_PerformPatrol"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_PerformPatrol) == 0x000008, "Wrong size on BUS_SeqHelperActorComp_PerformPatrol"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PerformPatrol, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_PerformPatrol::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_CatchAsTarget \ +static_assert(alignof(BUS_SeqHelperActorComp_CatchAsTarget) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_CatchAsTarget"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_CatchAsTarget) == 0x000010, "Wrong size on BUS_SeqHelperActorComp_CatchAsTarget"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_CatchAsTarget, SelfTag) == 0x000000, "Member 'BUS_SeqHelperActorComp_CatchAsTarget::SelfTag' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_CatchAsTarget, TargetTag) == 0x000008, "Member 'BUS_SeqHelperActorComp_CatchAsTarget::TargetTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_PlayMontage \ +static_assert(alignof(BUS_SeqHelperActorComp_PlayMontage) == 0x000008, "Wrong alignment on BUS_SeqHelperActorComp_PlayMontage"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_PlayMontage) == 0x000010, "Wrong size on BUS_SeqHelperActorComp_PlayMontage"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PlayMontage, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_PlayMontage::Tag' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_PlayMontage, MontageToPlay) == 0x000008, "Member 'BUS_SeqHelperActorComp_PlayMontage::MontageToPlay' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_DisableAI \ +static_assert(alignof(BUS_SeqHelperActorComp_DisableAI) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_DisableAI"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_DisableAI) == 0x000008, "Wrong size on BUS_SeqHelperActorComp_DisableAI"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_DisableAI, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_DisableAI::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_EnableAI \ +static_assert(alignof(BUS_SeqHelperActorComp_EnableAI) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_EnableAI"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_EnableAI) == 0x000008, "Wrong size on BUS_SeqHelperActorComp_EnableAI"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_EnableAI, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_EnableAI::Tag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_SeqHelperActorComp_AddBuff \ +static_assert(alignof(BUS_SeqHelperActorComp_AddBuff) == 0x000004, "Wrong alignment on BUS_SeqHelperActorComp_AddBuff"); \ +static_assert(sizeof(BUS_SeqHelperActorComp_AddBuff) == 0x000014, "Wrong size on BUS_SeqHelperActorComp_AddBuff"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_AddBuff, Tag) == 0x000000, "Member 'BUS_SeqHelperActorComp_AddBuff::Tag' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_AddBuff, BuffID) == 0x00000C, "Member 'BUS_SeqHelperActorComp_AddBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(BUS_SeqHelperActorComp_AddBuff, Duration) == 0x000010, "Member 'BUS_SeqHelperActorComp_AddBuff::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_SeqHelperActorComp \ +static_assert(alignof(UBUS_SeqHelperActorComp) == 0x000008, "Wrong alignment on UBUS_SeqHelperActorComp"); \ +static_assert(sizeof(UBUS_SeqHelperActorComp) == 0x0000D0, "Wrong size on UBUS_SeqHelperActorComp"); \ + +#define DUMPER7_ASSERTS_BAN_GSAIJumpStart_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSAIJumpStart_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSAIJumpStart_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSAIJumpStart_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSAIJumpStart_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSAIJumpStart_GSNotifyCS \ +static_assert(alignof(BAN_GSAIJumpStart_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSAIJumpStart_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSAIJumpStart_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSAIJumpStart_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSAIJumpStart_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSAIJumpStart_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSAIJumpStart \ +static_assert(alignof(UBAN_GSAIJumpStart) == 0x000008, "Wrong alignment on UBAN_GSAIJumpStart"); \ +static_assert(sizeof(UBAN_GSAIJumpStart) == 0x000050, "Wrong size on UBAN_GSAIJumpStart"); \ + +#define DUMPER7_ASSERTS_UBUS_SeqHelperActorDataComp \ +static_assert(alignof(UBUS_SeqHelperActorDataComp) == 0x000008, "Wrong alignment on UBUS_SeqHelperActorDataComp"); \ +static_assert(sizeof(UBUS_SeqHelperActorDataComp) == 0x0000D0, "Wrong size on UBUS_SeqHelperActorDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_SplineDataComp \ +static_assert(alignof(UBUS_SplineDataComp) == 0x000008, "Wrong alignment on UBUS_SplineDataComp"); \ +static_assert(sizeof(UBUS_SplineDataComp) == 0x0000D0, "Wrong size on UBUS_SplineDataComp"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLockToFree \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLockToFree) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLockToFree"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLockToFree) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLockToFree"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopStateMachine::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRF2RBOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopRB2RFOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLF2LBOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopLB2LFOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransFL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftTransBL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAdditiveAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopSimpleAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLock \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLock) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLock"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLock) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchLock"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchFree \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchFree) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchFree"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchFree) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveTurnSwitchFree"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopTransAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToFL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopTransToBL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFwdAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBwdAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFwd \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFwd) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFwd"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFwd) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFwd"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBwd \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBwd) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBwd"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBwd) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBwd"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFRAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopFLAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBRAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveLoopBLAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftFL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopLeftBL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFRToBR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFRToBR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFRToBR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFRToBR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFRToBR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFLToBL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFLToBL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFLToBL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFLToBL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopFLToBL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBRToFR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBRToFR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBRToFR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBRToFR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBRToFR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBLToFL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBLToFL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBLToFL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBLToFL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopBLToFL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStartAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFwd \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFwd) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFwd"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFwd) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFwd"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBwd \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBwd) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBwd"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBwd) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBwd"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveTurnAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_UpdateMoveStopAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToFL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBR \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBR) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBR"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBR) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBR"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBL \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBL) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBL"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBL) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldMoveLoopToBL"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStartAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveTurnAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveStopAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupMoveLoopAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleOutput::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_AdvancedMonsterLocomotion_SetupIdleAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldToMove \ +static_assert(alignof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldToMove) == 0x000001, "Wrong alignment on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldToMove"); \ +static_assert(sizeof(BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldToMove) == 0x000001, "Wrong size on BUAnimHumanoidCS_AdvancedMonsterLocomotion_ShouldToMove"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_AdvancedMonsterLocomotion \ +static_assert(alignof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_AdvancedMonsterLocomotion"); \ +static_assert(sizeof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion) == 0x0006A0, "Wrong size on UBUAnimHumanoidCS_AdvancedMonsterLocomotion"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, FreeMode) == 0x000350, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::FreeMode' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, LockMode) == 0x000351, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::LockMode' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, StartAngle) == 0x000354, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::StartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, StrideWarpingStartAlpha) == 0x000358, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::StrideWarpingStartAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, StrideWarpingLoopAlpha) == 0x00035C, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::StrideWarpingLoopAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, StrideWarpingTurnAlpha) == 0x000360, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::StrideWarpingTurnAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveLoopSpine01AngleOffset) == 0x000364, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveLoopSpine01AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveLoopSpine02AngleOffset) == 0x000368, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveLoopSpine02AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveLoopSpine03AngleOffset) == 0x00036C, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveLoopSpine03AngleOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveLoopHeadAngleOffset) == 0x000370, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveLoopHeadAngleOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveLoopPelvisLocalOffset) == 0x000374, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveLoopPelvisLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveLoopPelvisAngleOffset) == 0x000378, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveLoopPelvisAngleOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartFwd) == 0x000380, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartBwd) == 0x000388, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartLeftMin) == 0x000390, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartLeftMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartLeftMax) == 0x000398, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartLeftMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartRightMin) == 0x0003A0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartRightMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartRightMax) == 0x0003A8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartRightMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartLF) == 0x0003B0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartLB) == 0x0003B8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartRF) == 0x0003C0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStartRB) == 0x0003C8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStartRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopFwd) == 0x0003D0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopBwd) == 0x0003D8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopLF) == 0x0003E0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopLB) == 0x0003E8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopRF) == 0x0003F0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopRB) == 0x0003F8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkSharpturnLeftMin) == 0x000400, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkSharpturnLeftMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkSharpturnLeftMax) == 0x000408, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkSharpturnLeftMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkSharpturnRightMin) == 0x000410, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkSharpturnRightMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkSharpturnRightMax) == 0x000418, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkSharpturnRightMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkPivotFwd) == 0x000420, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkPivotFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkPivotBwd) == 0x000428, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkPivotBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkPivotLF) == 0x000430, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkPivotLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkPivotLB) == 0x000438, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkPivotLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkPivotRF) == 0x000440, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkPivotRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkPivotRB) == 0x000448, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkPivotRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkTransFRToBR) == 0x000450, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkTransFRToBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkTransBRToFR) == 0x000458, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkTransBRToFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkTransFLToBL) == 0x000460, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkTransFLToBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkTransBLToFL) == 0x000468, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkTransBLToFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStopFwd) == 0x000470, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStopBwd) == 0x000478, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStopBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStopLF) == 0x000480, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStopLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStopLB) == 0x000488, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStopLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStopRF) == 0x000490, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStopRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkStopRB) == 0x000498, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkStopRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopAddPose) == 0x0004A0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopAddPose' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASWalkLoopAdditiveList) == 0x0004A8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASWalkLoopAdditiveList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartFwd) == 0x0004B8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartBwd) == 0x0004C0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartLeftMin) == 0x0004C8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartLeftMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartLeftMax) == 0x0004D0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartLeftMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartRightMin) == 0x0004D8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartRightMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartRightMax) == 0x0004E0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartRightMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartLF) == 0x0004E8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartLB) == 0x0004F0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartRF) == 0x0004F8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStartRB) == 0x000500, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStartRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopFwd) == 0x000508, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopBwd) == 0x000510, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopLF) == 0x000518, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopLB) == 0x000520, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopRF) == 0x000528, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopRB) == 0x000530, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunSharpturnLeftMin) == 0x000538, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunSharpturnLeftMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunSharpturnLeftMax) == 0x000540, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunSharpturnLeftMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunSharpturnRightMin) == 0x000548, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunSharpturnRightMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunSharpturnRightMax) == 0x000550, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunSharpturnRightMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunPivotFwd) == 0x000558, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunPivotFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunPivotBwd) == 0x000560, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunPivotBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunPivotLF) == 0x000568, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunPivotLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunPivotLB) == 0x000570, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunPivotLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunPivotRF) == 0x000578, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunPivotRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunPivotRB) == 0x000580, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunPivotRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunTransFRToBR) == 0x000588, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunTransFRToBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunTransBRToFR) == 0x000590, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunTransBRToFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunTransFLToBL) == 0x000598, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunTransFLToBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunTransBLToFL) == 0x0005A0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunTransBLToFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStopFwd) == 0x0005A8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStopBwd) == 0x0005B0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStopBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStopLF) == 0x0005B8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStopLF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStopLB) == 0x0005C0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStopLB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStopRF) == 0x0005C8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStopRF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunStopRB) == 0x0005D0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunStopRB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopAddPose) == 0x0005D8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopAddPose' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRunLoopAdditiveList) == 0x0005E0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRunLoopAdditiveList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushStartFwd) == 0x0005F0, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushStartLeftMin) == 0x0005F8, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushStartLeftMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushStartLeftMax) == 0x000600, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushStartLeftMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushStartRightMin) == 0x000608, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushStartRightMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushStartRightMax) == 0x000610, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushStartRightMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushLoopFwd) == 0x000618, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushSharpturnLeftMin) == 0x000620, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushSharpturnLeftMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushSharpturnLeftMax) == 0x000628, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushSharpturnLeftMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushSharpturnRightMin) == 0x000630, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushSharpturnRightMin' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushSharpturnRightMax) == 0x000638, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushSharpturnRightMax' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushStopFwd) == 0x000640, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushStopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushLoopAddPose) == 0x000648, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushLoopAddPose' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ASRushLoopAdditiveList) == 0x000650, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ASRushLoopAdditiveList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, AnimIdle) == 0x000660, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MappedSpeed) == 0x000668, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MappedSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, GaitGroundedState) == 0x00066C, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::GaitGroundedState' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveGaitGroundedState) == 0x00066D, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveGaitGroundedState' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, SwitchingLockStateAngle) == 0x000670, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::SwitchingLockStateAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, ActorSpineNum) == 0x000674, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::ActorSpineNum' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, VelocityDeltaAngle) == 0x000678, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::VelocityDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, StopVelocityDeltaAngle) == 0x00067C, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::StopVelocityDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, InputDeltaAngle) == 0x000680, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::InputDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, InputVelocityAngle) == 0x000684, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::InputVelocityAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AdvancedMonsterLocomotion, MoveSpeedLastUpdate) == 0x000688, "Member 'UBUAnimHumanoidCS_AdvancedMonsterLocomotion::MoveSpeedLastUpdate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUOnFightTriggerActorBase \ +static_assert(alignof(ABGUOnFightTriggerActorBase) == 0x000008, "Wrong alignment on ABGUOnFightTriggerActorBase"); \ +static_assert(sizeof(ABGUOnFightTriggerActorBase) == 0x000310, "Wrong size on ABGUOnFightTriggerActorBase"); \ +static_assert(offsetof(ABGUOnFightTriggerActorBase, OnFightTriggerConfigComp) == 0x000308, "Member 'ABGUOnFightTriggerActorBase::OnFightTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_OnFightTriggerConfigComp \ +static_assert(alignof(UBUS_OnFightTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_OnFightTriggerConfigComp"); \ +static_assert(sizeof(UBUS_OnFightTriggerConfigComp) == 0x0000D8, "Wrong size on UBUS_OnFightTriggerConfigComp"); \ +static_assert(offsetof(UBUS_OnFightTriggerConfigComp, TargetUnit) == 0x0000C8, "Member 'UBUS_OnFightTriggerConfigComp::TargetUnit' has a wrong offset!"); \ +static_assert(offsetof(UBUS_OnFightTriggerConfigComp, OnFightSkillID) == 0x0000D0, "Member 'UBUS_OnFightTriggerConfigComp::OnFightSkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUStealthTriggerActor \ +static_assert(alignof(ABGUStealthTriggerActor) == 0x000008, "Wrong alignment on ABGUStealthTriggerActor"); \ +static_assert(sizeof(ABGUStealthTriggerActor) == 0x000310, "Wrong size on ABGUStealthTriggerActor"); \ +static_assert(offsetof(ABGUStealthTriggerActor, StealthTriggerConfigComp) == 0x000308, "Member 'ABGUStealthTriggerActor::StealthTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_StealthTriggerConfigComp \ +static_assert(alignof(UBUS_StealthTriggerConfigComp) == 0x000008, "Wrong alignment on UBUS_StealthTriggerConfigComp"); \ +static_assert(sizeof(UBUS_StealthTriggerConfigComp) == 0x0000D0, "Wrong size on UBUS_StealthTriggerConfigComp"); \ + +#define DUMPER7_ASSERTS_BAN_GSFindSceneLocation_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSFindSceneLocation_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSFindSceneLocation_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSFindSceneLocation_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSFindSceneLocation_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSFindSceneLocation_GSNotifyCS \ +static_assert(alignof(BAN_GSFindSceneLocation_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSFindSceneLocation_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSFindSceneLocation_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSFindSceneLocation_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSFindSceneLocation_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSFindSceneLocation_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSFindSceneLocation \ +static_assert(alignof(UBAN_GSFindSceneLocation) == 0x000008, "Wrong alignment on UBAN_GSFindSceneLocation"); \ +static_assert(sizeof(UBAN_GSFindSceneLocation) == 0x000088, "Wrong size on UBAN_GSFindSceneLocation"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, SceneLocationType) == 0x000050, "Member 'UBAN_GSFindSceneLocation::SceneLocationType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, LocationCachedDataId) == 0x000054, "Member 'UBAN_GSFindSceneLocation::LocationCachedDataId' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, FindSceneItemWay) == 0x000058, "Member 'UBAN_GSFindSceneLocation::FindSceneItemWay' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, DistanceWeight) == 0x00005C, "Member 'UBAN_GSFindSceneLocation::DistanceWeight' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, AngleWeight) == 0x000060, "Member 'UBAN_GSFindSceneLocation::AngleWeight' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, LineTraceWeight) == 0x000064, "Member 'UBAN_GSFindSceneLocation::LineTraceWeight' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, DistanceCoefficient) == 0x000068, "Member 'UBAN_GSFindSceneLocation::DistanceCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, AngleCoefficient) == 0x00006C, "Member 'UBAN_GSFindSceneLocation::AngleCoefficient' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, BestLandingDistance) == 0x000070, "Member 'UBAN_GSFindSceneLocation::BestLandingDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, MinSearchDistance) == 0x000078, "Member 'UBAN_GSFindSceneLocation::MinSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, MaxSearchDistance) == 0x00007C, "Member 'UBAN_GSFindSceneLocation::MaxSearchDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSFindSceneLocation, RequiredMaxSearchAngle) == 0x000084, "Member 'UBAN_GSFindSceneLocation::RequiredMaxSearchAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUActionTriggerActor \ +static_assert(alignof(ABGUActionTriggerActor) == 0x000008, "Wrong alignment on ABGUActionTriggerActor"); \ +static_assert(sizeof(ABGUActionTriggerActor) == 0x000310, "Wrong size on ABGUActionTriggerActor"); \ +static_assert(offsetof(ABGUActionTriggerActor, ActionTriggerConfigComp) == 0x000308, "Member 'ABGUActionTriggerActor::ActionTriggerConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTriggerProcessControllerBase \ +static_assert(alignof(ABGUTriggerProcessControllerBase) == 0x000008, "Wrong alignment on ABGUTriggerProcessControllerBase"); \ +static_assert(sizeof(ABGUTriggerProcessControllerBase) == 0x000310, "Wrong size on ABGUTriggerProcessControllerBase"); \ +static_assert(offsetof(ABGUTriggerProcessControllerBase, TriggerProcessControlComp) == 0x000308, "Member 'ABGUTriggerProcessControllerBase::TriggerProcessControlComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TriggerProcessControllerDataComp \ +static_assert(alignof(UBUS_TriggerProcessControllerDataComp) == 0x000008, "Wrong alignment on UBUS_TriggerProcessControllerDataComp"); \ +static_assert(sizeof(UBUS_TriggerProcessControllerDataComp) == 0x0000D0, "Wrong size on UBUS_TriggerProcessControllerDataComp"); \ + +#define DUMPER7_ASSERTS_BGW_CameraAdapterMgr_OnViewPortResized \ +static_assert(alignof(BGW_CameraAdapterMgr_OnViewPortResized) == 0x000004, "Wrong alignment on BGW_CameraAdapterMgr_OnViewPortResized"); \ +static_assert(sizeof(BGW_CameraAdapterMgr_OnViewPortResized) == 0x000008, "Wrong size on BGW_CameraAdapterMgr_OnViewPortResized"); \ +static_assert(offsetof(BGW_CameraAdapterMgr_OnViewPortResized, NewWidth) == 0x000000, "Member 'BGW_CameraAdapterMgr_OnViewPortResized::NewWidth' has a wrong offset!"); \ +static_assert(offsetof(BGW_CameraAdapterMgr_OnViewPortResized, NewHeight) == 0x000004, "Member 'BGW_CameraAdapterMgr_OnViewPortResized::NewHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_CameraAdapterMgr \ +static_assert(alignof(UBGW_CameraAdapterMgr) == 0x000008, "Wrong alignment on UBGW_CameraAdapterMgr"); \ +static_assert(sizeof(UBGW_CameraAdapterMgr) == 0x000030, "Wrong size on UBGW_CameraAdapterMgr"); \ +static_assert(offsetof(UBGW_CameraAdapterMgr, GSViewPortHelper) == 0x000028, "Member 'UBGW_CameraAdapterMgr::GSViewPortHelper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGU_DebugActor_OnConstructionCS \ +static_assert(alignof(BGU_DebugActor_OnConstructionCS) == 0x000010, "Wrong alignment on BGU_DebugActor_OnConstructionCS"); \ +static_assert(sizeof(BGU_DebugActor_OnConstructionCS) == 0x000060, "Wrong size on BGU_DebugActor_OnConstructionCS"); \ +static_assert(offsetof(BGU_DebugActor_OnConstructionCS, Transform) == 0x000000, "Member 'BGU_DebugActor_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGU_DebugActor \ +static_assert(alignof(ABGU_DebugActor) == 0x000008, "Wrong alignment on ABGU_DebugActor"); \ +static_assert(sizeof(ABGU_DebugActor) == 0x000300, "Wrong size on ABGU_DebugActor"); \ +static_assert(offsetof(ABGU_DebugActor, SceneRoot) == 0x0002E0, "Member 'ABGU_DebugActor::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABGU_DebugActor, SightPerceptionDebugSector) == 0x0002E8, "Member 'ABGU_DebugActor::SightPerceptionDebugSector' has a wrong offset!"); \ +static_assert(offsetof(ABGU_DebugActor, HearingPerceptionDebugCircle) == 0x0002F0, "Member 'ABGU_DebugActor::HearingPerceptionDebugCircle' has a wrong offset!"); \ +static_assert(offsetof(ABGU_DebugActor, WakeUpRangeCylinder) == 0x0002F8, "Member 'ABGU_DebugActor::WakeUpRangeCylinder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AIRequestManageComp \ +static_assert(alignof(UBUS_AIRequestManageComp) == 0x000008, "Wrong alignment on UBUS_AIRequestManageComp"); \ +static_assert(sizeof(UBUS_AIRequestManageComp) == 0x000050, "Wrong size on UBUS_AIRequestManageComp"); \ +static_assert(offsetof(UBUS_AIRequestManageComp, DirectionMove) == 0x000028, "Member 'UBUS_AIRequestManageComp::DirectionMove' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AIRequestManageComp, RootMotionMove) == 0x000030, "Member 'UBUS_AIRequestManageComp::RootMotionMove' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AIRequestManageComp, DirectionDamage) == 0x000038, "Member 'UBUS_AIRequestManageComp::DirectionDamage' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AIRequestManageComp, TraceMove) == 0x000040, "Member 'UBUS_AIRequestManageComp::TraceMove' has a wrong offset!"); \ +static_assert(offsetof(UBUS_AIRequestManageComp, MoveSkill) == 0x000048, "Member 'UBUS_AIRequestManageComp::MoveSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_EnableDetect_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessStateNode_EnableDetect_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_EnableDetect_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_EnableDetect_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_EnableDetect_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_EnableDetect_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_EnableDetect_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_EnableDetect_PostPropertyChanged \ +static_assert(alignof(BED_ProcessStateNode_EnableDetect_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessStateNode_EnableDetect_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessStateNode_EnableDetect_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessStateNode_EnableDetect_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessStateNode_EnableDetect_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessStateNode_EnableDetect_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessStateNode_EnableDetect_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessStateNode_EnableDetect_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_EnableDetect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_EnableDetect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_EnableDetect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_EnableDetect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_EnableDetect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_EnableDetect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_EnableDetect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_EnableDetect \ +static_assert(alignof(UBED_ProcessStateNode_EnableDetect) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_EnableDetect"); \ +static_assert(sizeof(UBED_ProcessStateNode_EnableDetect) == 0x0002F8, "Wrong size on UBED_ProcessStateNode_EnableDetect"); \ +static_assert(offsetof(UBED_ProcessStateNode_EnableDetect, DetectConditionList) == 0x0002A0, "Member 'UBED_ProcessStateNode_EnableDetect::DetectConditionList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_EnableDetect, CurrentCondition) == 0x0002F0, "Member 'UBED_ProcessStateNode_EnableDetect::CurrentCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_AttackFeedbackComp \ +static_assert(alignof(UBUS_AttackFeedbackComp) == 0x000008, "Wrong alignment on UBUS_AttackFeedbackComp"); \ +static_assert(sizeof(UBUS_AttackFeedbackComp) == 0x000028, "Wrong size on UBUS_AttackFeedbackComp"); \ + +#define DUMPER7_ASSERTS_UBUS_PlayerDataComp \ +static_assert(alignof(UBUS_PlayerDataComp) == 0x000008, "Wrong alignment on UBUS_PlayerDataComp"); \ +static_assert(sizeof(UBUS_PlayerDataComp) == 0x0000E0, "Wrong size on UBUS_PlayerDataComp"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Terminate \ +static_assert(alignof(UBED_StateNode_Terminate) == 0x000008, "Wrong alignment on UBED_StateNode_Terminate"); \ +static_assert(sizeof(UBED_StateNode_Terminate) == 0x0002A0, "Wrong size on UBED_StateNode_Terminate"); \ + +#define DUMPER7_ASSERTS_BUI_ProjectileDebugInfo_OnRegistOwner \ +static_assert(alignof(BUI_ProjectileDebugInfo_OnRegistOwner) == 0x000008, "Wrong alignment on BUI_ProjectileDebugInfo_OnRegistOwner"); \ +static_assert(sizeof(BUI_ProjectileDebugInfo_OnRegistOwner) == 0x000008, "Wrong size on BUI_ProjectileDebugInfo_OnRegistOwner"); \ +static_assert(offsetof(BUI_ProjectileDebugInfo_OnRegistOwner, projectileBaseActor) == 0x000000, "Member 'BUI_ProjectileDebugInfo_OnRegistOwner::projectileBaseActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ProjectileDebugInfo \ +static_assert(alignof(UBUI_ProjectileDebugInfo) == 0x000008, "Wrong alignment on UBUI_ProjectileDebugInfo"); \ +static_assert(sizeof(UBUI_ProjectileDebugInfo) == 0x0003E8, "Wrong size on UBUI_ProjectileDebugInfo"); \ +static_assert(offsetof(UBUI_ProjectileDebugInfo, InfoTemp) == 0x0003D8, "Member 'UBUI_ProjectileDebugInfo::InfoTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ProjectileDebugInfo, ProjectileSelf) == 0x0003E0, "Member 'UBUI_ProjectileDebugInfo::ProjectileSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_BulletDebugInfo \ +static_assert(alignof(UBUI_BulletDebugInfo) == 0x000008, "Wrong alignment on UBUI_BulletDebugInfo"); \ +static_assert(sizeof(UBUI_BulletDebugInfo) == 0x0003E8, "Wrong size on UBUI_BulletDebugInfo"); \ + +#define DUMPER7_ASSERTS_UBUS_SimpleBGUDataComp \ +static_assert(alignof(UBUS_SimpleBGUDataComp) == 0x000008, "Wrong alignment on UBUS_SimpleBGUDataComp"); \ +static_assert(sizeof(UBUS_SimpleBGUDataComp) == 0x0000E0, "Wrong size on UBUS_SimpleBGUDataComp"); \ + +#define DUMPER7_ASSERTS_UBPS_EventCollectionCS \ +static_assert(alignof(UBPS_EventCollectionCS) == 0x000008, "Wrong alignment on UBPS_EventCollectionCS"); \ +static_assert(sizeof(UBPS_EventCollectionCS) == 0x000110, "Wrong size on UBPS_EventCollectionCS"); \ + +#define DUMPER7_ASSERTS_UBI_DropAdvanceCS \ +static_assert(alignof(UBI_DropAdvanceCS) == 0x000008, "Wrong alignment on UBI_DropAdvanceCS"); \ +static_assert(sizeof(UBI_DropAdvanceCS) == 0x0003D8, "Wrong size on UBI_DropAdvanceCS"); \ + +#define DUMPER7_ASSERTS_UBUS_ParkourMoveComp \ +static_assert(alignof(UBUS_ParkourMoveComp) == 0x000008, "Wrong alignment on UBUS_ParkourMoveComp"); \ +static_assert(sizeof(UBUS_ParkourMoveComp) == 0x0000E0, "Wrong size on UBUS_ParkourMoveComp"); \ +static_assert(offsetof(UBUS_ParkourMoveComp, CheckParkourStartDistance) == 0x0000C8, "Member 'UBUS_ParkourMoveComp::CheckParkourStartDistance' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ParkourMoveComp, ParkourMaxHeight) == 0x0000CC, "Member 'UBUS_ParkourMoveComp::ParkourMaxHeight' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ParkourMoveComp, ParkourMinHeight) == 0x0000D0, "Member 'UBUS_ParkourMoveComp::ParkourMinHeight' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ParkourMoveComp, RunStrideSpeedRate) == 0x0000D4, "Member 'UBUS_ParkourMoveComp::RunStrideSpeedRate' has a wrong offset!"); \ +static_assert(offsetof(UBUS_ParkourMoveComp, SprintStrideSpeedRate) == 0x0000D8, "Member 'UBUS_ParkourMoveComp::SprintStrideSpeedRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Initial \ +static_assert(alignof(UBED_StateNode_Initial) == 0x000008, "Wrong alignment on UBED_StateNode_Initial"); \ +static_assert(sizeof(UBED_StateNode_Initial) == 0x0002A0, "Wrong size on UBED_StateNode_Initial"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_AutoMoveTrailCamera \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_AutoMoveTrailCamera) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_AutoMoveTrailCamera"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_AutoMoveTrailCamera) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_AutoMoveTrailCamera"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_LerpPostProcess \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_LerpPostProcess) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_LerpPostProcess"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_LerpPostProcess) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_LerpPostProcess"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_CloudMoveLimit \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_CloudMoveLimit) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_CloudMoveLimit"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_CloudMoveLimit) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_CloudMoveLimit"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_TraceVelocity \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_TraceVelocity) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_TraceVelocity"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_TraceVelocity) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_TraceVelocity"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_InverseCamera \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_InverseCamera) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_InverseCamera"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_InverseCamera) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_InverseCamera"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_ShootSuction \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_ShootSuction) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_ShootSuction"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_ShootSuction) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_ShootSuction"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_GuiBeiCamera \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_GuiBeiCamera) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_GuiBeiCamera"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_GuiBeiCamera) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_GuiBeiCamera"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_PlayerSkill \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_PlayerSkill) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_PlayerSkill"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_PlayerSkill) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_PlayerSkill"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_SplineMove \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_SplineMove) == 0x000004, "Wrong alignment on GSCameraGraph_CameraGraphNode_SplineMove"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_SplineMove) == 0x00000C, "Wrong size on GSCameraGraph_CameraGraphNode_SplineMove"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_SplineMove, CameraPitchAdditive) == 0x000004, "Member 'GSCameraGraph_CameraGraphNode_SplineMove::CameraPitchAdditive' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_SplineMove, CameraYawAdditive) == 0x000008, "Member 'GSCameraGraph_CameraGraphNode_SplineMove::CameraYawAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_GiantSkill \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_GiantSkill) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_GiantSkill"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_GiantSkill) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_GiantSkill"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_FixedParam \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_FixedParam) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_FixedParam"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_FixedParam) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_FixedParam"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_AxisSmooth \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_AxisSmooth) == 0x000004, "Wrong alignment on GSCameraGraph_CameraGraphNode_AxisSmooth"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_AxisSmooth) == 0x00000C, "Wrong size on GSCameraGraph_CameraGraphNode_AxisSmooth"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_AxisSmooth, SmoothSpeed) == 0x000004, "Member 'GSCameraGraph_CameraGraphNode_AxisSmooth::SmoothSpeed' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_AxisSmooth, CameraLagSpeed) == 0x000008, "Member 'GSCameraGraph_CameraGraphNode_AxisSmooth::CameraLagSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_LockSkill \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_LockSkill) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_LockSkill"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_LockSkill) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_LockSkill"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_AutoTrail \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_AutoTrail) == 0x000004, "Wrong alignment on GSCameraGraph_CameraGraphNode_AutoTrail"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_AutoTrail) == 0x000018, "Wrong size on GSCameraGraph_CameraGraphNode_AutoTrail"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_AutoTrail, InCameraRotationRate) == 0x000004, "Member 'GSCameraGraph_CameraGraphNode_AutoTrail::InCameraRotationRate' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_AutoTrail, InCameraRotationAccelerate) == 0x000008, "Member 'GSCameraGraph_CameraGraphNode_AutoTrail::InCameraRotationAccelerate' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_AutoTrail, InCameraRotationVelocityThreshold) == 0x00000C, "Member 'GSCameraGraph_CameraGraphNode_AutoTrail::InCameraRotationVelocityThreshold' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_AutoTrail, InFallingAdjustAngleLimit) == 0x000010, "Member 'GSCameraGraph_CameraGraphNode_AutoTrail::InFallingAdjustAngleLimit' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_AutoTrail, InFallingAdjustSpeedPercent) == 0x000014, "Member 'GSCameraGraph_CameraGraphNode_AutoTrail::InFallingAdjustSpeedPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_Player \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_Player) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_Player"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_Player) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_Player"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_Giant \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_Giant) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_Giant"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_Giant) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_Giant"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_Curve \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_Curve) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_Curve"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_Curve) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_Curve"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_Lock \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_Lock) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_Lock"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_Lock) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_Lock"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_Dead \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_Dead) == 0x000004, "Wrong alignment on GSCameraGraph_CameraGraphNode_Dead"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_Dead) == 0x000014, "Wrong size on GSCameraGraph_CameraGraphNode_Dead"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_Dead, ArmLength) == 0x000004, "Member 'GSCameraGraph_CameraGraphNode_Dead::ArmLength' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_Dead, ArmLengthSpeed) == 0x000008, "Member 'GSCameraGraph_CameraGraphNode_Dead::ArmLengthSpeed' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_Dead, CameraPitch) == 0x00000C, "Member 'GSCameraGraph_CameraGraphNode_Dead::CameraPitch' has a wrong offset!"); \ +static_assert(offsetof(GSCameraGraph_CameraGraphNode_Dead, CameraPitchSpeed) == 0x000010, "Member 'GSCameraGraph_CameraGraphNode_Dead::CameraPitchSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_TargetExtendIDEqual \ +static_assert(alignof(GSCameraGraph_TargetExtendIDEqual) == 0x000004, "Wrong alignment on GSCameraGraph_TargetExtendIDEqual"); \ +static_assert(sizeof(GSCameraGraph_TargetExtendIDEqual) == 0x000008, "Wrong size on GSCameraGraph_TargetExtendIDEqual"); \ +static_assert(offsetof(GSCameraGraph_TargetExtendIDEqual, ExtendID) == 0x000000, "Member 'GSCameraGraph_TargetExtendIDEqual::ExtendID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_CameraGraphNode_G4 \ +static_assert(alignof(GSCameraGraph_CameraGraphNode_G4) == 0x000001, "Wrong alignment on GSCameraGraph_CameraGraphNode_G4"); \ +static_assert(sizeof(GSCameraGraph_CameraGraphNode_G4) == 0x000001, "Wrong size on GSCameraGraph_CameraGraphNode_G4"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_IsUseGuiBeiCamera \ +static_assert(alignof(GSCameraGraph_IsUseGuiBeiCamera) == 0x000001, "Wrong alignment on GSCameraGraph_IsUseGuiBeiCamera"); \ +static_assert(sizeof(GSCameraGraph_IsUseGuiBeiCamera) == 0x000001, "Wrong size on GSCameraGraph_IsUseGuiBeiCamera"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_TargetResIDEqual \ +static_assert(alignof(GSCameraGraph_TargetResIDEqual) == 0x000004, "Wrong alignment on GSCameraGraph_TargetResIDEqual"); \ +static_assert(sizeof(GSCameraGraph_TargetResIDEqual) == 0x000008, "Wrong size on GSCameraGraph_TargetResIDEqual"); \ +static_assert(offsetof(GSCameraGraph_TargetResIDEqual, TargetResID) == 0x000000, "Member 'GSCameraGraph_TargetResIDEqual::TargetResID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_HasNoCameraInput \ +static_assert(alignof(GSCameraGraph_HasNoCameraInput) == 0x000004, "Wrong alignment on GSCameraGraph_HasNoCameraInput"); \ +static_assert(sizeof(GSCameraGraph_HasNoCameraInput) == 0x000008, "Wrong size on GSCameraGraph_HasNoCameraInput"); \ +static_assert(offsetof(GSCameraGraph_HasNoCameraInput, DurationTime) == 0x000000, "Member 'GSCameraGraph_HasNoCameraInput::DurationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_HasTarget \ +static_assert(alignof(GSCameraGraph_HasTarget) == 0x000001, "Wrong alignment on GSCameraGraph_HasTarget"); \ +static_assert(sizeof(GSCameraGraph_HasTarget) == 0x000001, "Wrong size on GSCameraGraph_HasTarget"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_IsLocked \ +static_assert(alignof(GSCameraGraph_IsLocked) == 0x000001, "Wrong alignment on GSCameraGraph_IsLocked"); \ +static_assert(sizeof(GSCameraGraph_IsLocked) == 0x000001, "Wrong size on GSCameraGraph_IsLocked"); \ + +#define DUMPER7_ASSERTS_GSCameraGraph_IsG4Mode \ +static_assert(alignof(GSCameraGraph_IsG4Mode) == 0x000001, "Wrong alignment on GSCameraGraph_IsG4Mode"); \ +static_assert(sizeof(GSCameraGraph_IsG4Mode) == 0x000001, "Wrong size on GSCameraGraph_IsG4Mode"); \ + +#define DUMPER7_ASSERTS_UGSCameraGraph \ +static_assert(alignof(UGSCameraGraph) == 0x000008, "Wrong alignment on UGSCameraGraph"); \ +static_assert(sizeof(UGSCameraGraph) == 0x000028, "Wrong size on UGSCameraGraph"); \ + +#define DUMPER7_ASSERTS_BANS_GSEnableIK_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSEnableIK_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSEnableIK_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSEnableIK_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSEnableIK_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSEnableIK_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSEnableIK_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSEnableIK_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSEnableIK_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSEnableIK_GSNotifyEndCS \ +static_assert(alignof(BANS_GSEnableIK_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSEnableIK_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSEnableIK_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSEnableIK_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSEnableIK_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSEnableIK_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSEnableIK \ +static_assert(alignof(UBANS_GSEnableIK) == 0x000008, "Wrong alignment on UBANS_GSEnableIK"); \ +static_assert(sizeof(UBANS_GSEnableIK) == 0x000050, "Wrong size on UBANS_GSEnableIK"); \ + +#define DUMPER7_ASSERTS_UBUS_CharacterModularComp \ +static_assert(alignof(UBUS_CharacterModularComp) == 0x000008, "Wrong alignment on UBUS_CharacterModularComp"); \ +static_assert(sizeof(UBUS_CharacterModularComp) == 0x0000D0, "Wrong size on UBUS_CharacterModularComp"); \ + +#define DUMPER7_ASSERTS_UBUS_DispMgrComp \ +static_assert(alignof(UBUS_DispMgrComp) == 0x000008, "Wrong alignment on UBUS_DispMgrComp"); \ +static_assert(sizeof(UBUS_DispMgrComp) == 0x000028, "Wrong size on UBUS_DispMgrComp"); \ + +#define DUMPER7_ASSERTS_UBUS_GuidComp \ +static_assert(alignof(UBUS_GuidComp) == 0x000008, "Wrong alignment on UBUS_GuidComp"); \ +static_assert(sizeof(UBUS_GuidComp) == 0x0000E0, "Wrong size on UBUS_GuidComp"); \ +static_assert(offsetof(UBUS_GuidComp, UnitRandomGuid) == 0x0000D0, "Member 'UBUS_GuidComp::UnitRandomGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayDummyAnim_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPlayDummyAnim_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPlayDummyAnim_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPlayDummyAnim_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPlayDummyAnim_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPlayDummyAnim_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayDummyAnim_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPlayDummyAnim_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPlayDummyAnim_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPlayDummyAnim_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPlayDummyAnim_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPlayDummyAnim_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPlayDummyAnim_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPlayDummyAnim_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPlayDummyAnim_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPlayDummyAnim_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPlayDummyAnim \ +static_assert(alignof(UBANS_GSPlayDummyAnim) == 0x000008, "Wrong alignment on UBANS_GSPlayDummyAnim"); \ +static_assert(sizeof(UBANS_GSPlayDummyAnim) == 0x000060, "Wrong size on UBANS_GSPlayDummyAnim"); \ +static_assert(offsetof(UBANS_GSPlayDummyAnim, AnimSeq) == 0x000048, "Member 'UBANS_GSPlayDummyAnim::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPlayDummyAnim, DummySKMeshCompTag) == 0x000054, "Member 'UBANS_GSPlayDummyAnim::DummySKMeshCompTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_LockEnemyCS \ +static_assert(alignof(UBI_LockEnemyCS) == 0x000008, "Wrong alignment on UBI_LockEnemyCS"); \ +static_assert(sizeof(UBI_LockEnemyCS) == 0x0003D8, "Wrong size on UBI_LockEnemyCS"); \ + +#define DUMPER7_ASSERTS_BUS_MovePhysicsTransformCompImpl_OnRootCompHit \ +static_assert(alignof(BUS_MovePhysicsTransformCompImpl_OnRootCompHit) == 0x000008, "Wrong alignment on BUS_MovePhysicsTransformCompImpl_OnRootCompHit"); \ +static_assert(sizeof(BUS_MovePhysicsTransformCompImpl_OnRootCompHit) == 0x000118, "Wrong size on BUS_MovePhysicsTransformCompImpl_OnRootCompHit"); \ +static_assert(offsetof(BUS_MovePhysicsTransformCompImpl_OnRootCompHit, HitComp) == 0x000000, "Member 'BUS_MovePhysicsTransformCompImpl_OnRootCompHit::HitComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_MovePhysicsTransformCompImpl_OnRootCompHit, OtherActor) == 0x000008, "Member 'BUS_MovePhysicsTransformCompImpl_OnRootCompHit::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_MovePhysicsTransformCompImpl_OnRootCompHit, OtherComp) == 0x000010, "Member 'BUS_MovePhysicsTransformCompImpl_OnRootCompHit::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_MovePhysicsTransformCompImpl_OnRootCompHit, HitImpule) == 0x000018, "Member 'BUS_MovePhysicsTransformCompImpl_OnRootCompHit::HitImpule' has a wrong offset!"); \ +static_assert(offsetof(BUS_MovePhysicsTransformCompImpl_OnRootCompHit, Hit) == 0x000030, "Member 'BUS_MovePhysicsTransformCompImpl_OnRootCompHit::Hit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_MovePhysicsTransformCompImpl \ +static_assert(alignof(UBUS_MovePhysicsTransformCompImpl) == 0x000008, "Wrong alignment on UBUS_MovePhysicsTransformCompImpl"); \ +static_assert(sizeof(UBUS_MovePhysicsTransformCompImpl) == 0x000028, "Wrong size on UBUS_MovePhysicsTransformCompImpl"); \ + +#define DUMPER7_ASSERTS_UBUS_PlayerMovementSystem \ +static_assert(alignof(UBUS_PlayerMovementSystem) == 0x000008, "Wrong alignment on UBUS_PlayerMovementSystem"); \ +static_assert(sizeof(UBUS_PlayerMovementSystem) == 0x000040, "Wrong size on UBUS_PlayerMovementSystem"); \ + +#define DUMPER7_ASSERTS_BANS_GSSliceRuntimeMesh_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSliceRuntimeMesh_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSliceRuntimeMesh_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSliceRuntimeMesh_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSliceRuntimeMesh_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSliceRuntimeMesh_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSliceRuntimeMesh_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSliceRuntimeMesh_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSliceRuntimeMesh_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSliceRuntimeMesh_GSNotifyTickCS \ +static_assert(alignof(BANS_GSSliceRuntimeMesh_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSSliceRuntimeMesh_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSSliceRuntimeMesh_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSSliceRuntimeMesh_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSSliceRuntimeMesh_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSSliceRuntimeMesh_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSliceRuntimeMesh_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSSliceRuntimeMesh_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSliceRuntimeMesh_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSliceRuntimeMesh_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSliceRuntimeMesh_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSliceRuntimeMesh_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSliceRuntimeMesh_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSliceRuntimeMesh_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSliceRuntimeMesh_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSliceRuntimeMesh \ +static_assert(alignof(UBANS_GSSliceRuntimeMesh) == 0x000008, "Wrong alignment on UBANS_GSSliceRuntimeMesh"); \ +static_assert(sizeof(UBANS_GSSliceRuntimeMesh) == 0x000068, "Wrong size on UBANS_GSSliceRuntimeMesh"); \ +static_assert(offsetof(UBANS_GSSliceRuntimeMesh, OutwardSocketName) == 0x000048, "Member 'UBANS_GSSliceRuntimeMesh::OutwardSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSliceRuntimeMesh, PivotSocketName) == 0x000050, "Member 'UBANS_GSSliceRuntimeMesh::PivotSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSliceRuntimeMesh, SliceLength) == 0x000058, "Member 'UBANS_GSSliceRuntimeMesh::SliceLength' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSliceRuntimeMesh, ApplyForce) == 0x00005C, "Member 'UBANS_GSSliceRuntimeMesh::ApplyForce' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_GainItem_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_GainItem_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_GainItem_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_GainItem_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_GainItem_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_GainItem_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_GainItem_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_GainItem \ +static_assert(alignof(UBED_QuestNode_GainItem) == 0x000008, "Wrong alignment on UBED_QuestNode_GainItem"); \ +static_assert(sizeof(UBED_QuestNode_GainItem) == 0x0002A8, "Wrong size on UBED_QuestNode_GainItem"); \ +static_assert(offsetof(UBED_QuestNode_GainItem, ItemId) == 0x0002A0, "Member 'UBED_QuestNode_GainItem::ItemId' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_GainItem, Count) == 0x0002A4, "Member 'UBED_QuestNode_GainItem::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_PatrolCompImpl_OnTriggerBoxOverlap \ +static_assert(alignof(BUS_PatrolCompImpl_OnTriggerBoxOverlap) == 0x000008, "Wrong alignment on BUS_PatrolCompImpl_OnTriggerBoxOverlap"); \ +static_assert(sizeof(BUS_PatrolCompImpl_OnTriggerBoxOverlap) == 0x000010, "Wrong size on BUS_PatrolCompImpl_OnTriggerBoxOverlap"); \ +static_assert(offsetof(BUS_PatrolCompImpl_OnTriggerBoxOverlap, OverlapActor) == 0x000000, "Member 'BUS_PatrolCompImpl_OnTriggerBoxOverlap::OverlapActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_PatrolCompImpl_OnTriggerBoxOverlap, OtherActor) == 0x000008, "Member 'BUS_PatrolCompImpl_OnTriggerBoxOverlap::OtherActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_PatrolCompImpl \ +static_assert(alignof(UBUS_PatrolCompImpl) == 0x000008, "Wrong alignment on UBUS_PatrolCompImpl"); \ +static_assert(sizeof(UBUS_PatrolCompImpl) == 0x000030, "Wrong size on UBUS_PatrolCompImpl"); \ +static_assert(offsetof(UBUS_PatrolCompImpl, TriggerBox) == 0x000028, "Member 'UBUS_PatrolCompImpl::TriggerBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWPhysMoveAnimDataAsset \ +static_assert(alignof(UBGWPhysMoveAnimDataAsset) == 0x000008, "Wrong alignment on UBGWPhysMoveAnimDataAsset"); \ +static_assert(sizeof(UBGWPhysMoveAnimDataAsset) == 0x000058, "Wrong size on UBGWPhysMoveAnimDataAsset"); \ +static_assert(offsetof(UBGWPhysMoveAnimDataAsset, BoneNameToSimulatePhysics) == 0x000050, "Member 'UBGWPhysMoveAnimDataAsset::BoneNameToSimulatePhysics' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAutoCheckBlock_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAutoCheckBlock_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAutoCheckBlock_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAutoCheckBlock_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAutoCheckBlock_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAutoCheckBlock_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAutoCheckBlock_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAutoCheckBlock_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAutoCheckBlock_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAutoCheckBlock_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAutoCheckBlock_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAutoCheckBlock_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAutoCheckBlock_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAutoCheckBlock_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAutoCheckBlock_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAutoCheckBlock_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAutoCheckBlock \ +static_assert(alignof(UBANS_GSAutoCheckBlock) == 0x000008, "Wrong alignment on UBANS_GSAutoCheckBlock"); \ +static_assert(sizeof(UBANS_GSAutoCheckBlock) == 0x000058, "Wrong size on UBANS_GSAutoCheckBlock"); \ +static_assert(offsetof(UBANS_GSAutoCheckBlock, BlockInfoConfig) == 0x000048, "Member 'UBANS_GSAutoCheckBlock::BlockInfoConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_RunProcessGraph_PostPropertyChanged \ +static_assert(alignof(BED_QuestNode_RunProcessGraph_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_RunProcessGraph_PostPropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_RunProcessGraph_PostPropertyChanged) == 0x000020, "Wrong size on BED_QuestNode_RunProcessGraph_PostPropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_RunProcessGraph_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestNode_RunProcessGraph_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestNode_RunProcessGraph_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestNode_RunProcessGraph_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_RunProcessGraph_PrePropertyChanged \ +static_assert(alignof(BED_QuestNode_RunProcessGraph_PrePropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_RunProcessGraph_PrePropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_RunProcessGraph_PrePropertyChanged) == 0x000010, "Wrong size on BED_QuestNode_RunProcessGraph_PrePropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_RunProcessGraph_PrePropertyChanged, PropertyName) == 0x000000, "Member 'BED_QuestNode_RunProcessGraph_PrePropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_RunProcessGraph_GetAssetToEditInCS \ +static_assert(alignof(BED_QuestNode_RunProcessGraph_GetAssetToEditInCS) == 0x000008, "Wrong alignment on BED_QuestNode_RunProcessGraph_GetAssetToEditInCS"); \ +static_assert(sizeof(BED_QuestNode_RunProcessGraph_GetAssetToEditInCS) == 0x000008, "Wrong size on BED_QuestNode_RunProcessGraph_GetAssetToEditInCS"); \ +static_assert(offsetof(BED_QuestNode_RunProcessGraph_GetAssetToEditInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_RunProcessGraph_GetAssetToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_RunProcessGraph_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_RunProcessGraph_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_RunProcessGraph_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_RunProcessGraph_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_RunProcessGraph_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_RunProcessGraph_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_RunProcessGraph_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_RunProcessGraph \ +static_assert(alignof(UBED_QuestNode_RunProcessGraph) == 0x000008, "Wrong alignment on UBED_QuestNode_RunProcessGraph"); \ +static_assert(sizeof(UBED_QuestNode_RunProcessGraph) == 0x0002C8, "Wrong size on UBED_QuestNode_RunProcessGraph"); \ +static_assert(offsetof(UBED_QuestNode_RunProcessGraph, Asset) == 0x0002A0, "Member 'UBED_QuestNode_RunProcessGraph::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_WeaponDataComp \ +static_assert(alignof(UBUS_WeaponDataComp) == 0x000008, "Wrong alignment on UBUS_WeaponDataComp"); \ +static_assert(sizeof(UBUS_WeaponDataComp) == 0x0000D0, "Wrong size on UBUS_WeaponDataComp"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS \ +static_assert(alignof(BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS) == 0x000030, "Wrong size on BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS, PlayerController) == 0x000000, "Member 'BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS::PlayerController' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS, WorldPos) == 0x000008, "Member 'BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS::WorldPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS, ScreenPos) == 0x000020, "Member 'BGUFunctionLibraryCS_ProjectWorldLocationToWidgetPositionWithSZInS::ScreenPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset \ +static_assert(alignof(BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset) == 0x000010, "Wrong alignment on BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset"); \ +static_assert(sizeof(BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset) == 0x000180, "Wrong size on BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset, SelfTransform) == 0x000000, "Member 'BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset::SelfTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset, ParentTransform) == 0x000060, "Member 'BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset, ParentTransformOffset) == 0x0000C0, "Member 'BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset::ParentTransformOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset, ReturnValue) == 0x000120, "Member 'BGUFunctionLibraryCS_CalTransformRelativeToParentTransformOffset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform \ +static_assert(alignof(BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform) == 0x000010, "Wrong alignment on BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform"); \ +static_assert(sizeof(BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform) == 0x0000D0, "Wrong size on BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform, WorldContextObject) == 0x000000, "Member 'BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform, LevelName) == 0x000008, "Member 'BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform, ParentTransform) == 0x000010, "Member 'BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform::ParentTransform' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform, ParentTransformOffset) == 0x000070, "Member 'BGUFunctionLibraryCS_RotateLevelRelativeToParentTransform::ParentTransformOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick \ +static_assert(alignof(BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick) == 0x000010, "Wrong alignment on BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick) == 0x000080, "Wrong size on BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick, AnimSeq) == 0x000000, "Member 'BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick, CurTime) == 0x000008, "Member 'BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick::CurTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick, LastTime) == 0x00000C, "Member 'BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick::LastTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick, BoneName) == 0x000010, "Member 'BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick::BoneName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick, ReturnValue) == 0x000020, "Member 'BGUFunctionLibraryCS_GetGuibeiBoneTransformFromLastTick::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo \ +static_assert(alignof(BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo) == 0x000040, "Wrong size on BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo, OldTamer) == 0x000008, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo::OldTamer' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo, NewTimer) == 0x000018, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo::NewTimer' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo, BlameName) == 0x000028, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByWeaponInfo::BlameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble \ +static_assert(alignof(BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble, ItemId) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUCheckSpecialConsumeItemUseAble::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetPlayerInSequenceTransition \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetPlayerInSequenceTransition) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetPlayerInSequenceTransition"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetPlayerInSequenceTransition) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUSetPlayerInSequenceTransition"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetPlayerInSequenceTransition, Owner) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetPlayerInSequenceTransition::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_PauseCamShakeWithControlByActor \ +static_assert(alignof(BGUFunctionLibraryCS_PauseCamShakeWithControlByActor) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_PauseCamShakeWithControlByActor"); \ +static_assert(sizeof(BGUFunctionLibraryCS_PauseCamShakeWithControlByActor) == 0x000010, "Wrong size on BGUFunctionLibraryCS_PauseCamShakeWithControlByActor"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PauseCamShakeWithControlByActor, Target) == 0x000000, "Member 'BGUFunctionLibraryCS_PauseCamShakeWithControlByActor::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection \ +static_assert(alignof(BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection, SkillID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection, MontageStartSectionName) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection::MontageStartSectionName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection, ReturnValue) == 0x000014, "Member 'BGUFunctionLibraryCS_BGUTryCastSpellWithStartSection::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetDispInteractActorAttachTo \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetDispInteractActorAttachTo) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetDispInteractActorAttachTo"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetDispInteractActorAttachTo) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUSetDispInteractActorAttachTo"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetDispInteractActorAttachTo, AttachTo) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetDispInteractActorAttachTo::AttachTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_PlayCamShakeWithControlByClass \ +static_assert(alignof(BGUFunctionLibraryCS_PlayCamShakeWithControlByClass) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_PlayCamShakeWithControlByClass"); \ +static_assert(sizeof(BGUFunctionLibraryCS_PlayCamShakeWithControlByClass) == 0x000010, "Wrong size on BGUFunctionLibraryCS_PlayCamShakeWithControlByClass"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayCamShakeWithControlByClass, CameraShakeCls) == 0x000000, "Member 'BGUFunctionLibraryCS_PlayCamShakeWithControlByClass::CameraShakeCls' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayCamShakeWithControlByClass, Target) == 0x000008, "Member 'BGUFunctionLibraryCS_PlayCamShakeWithControlByClass::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame \ +static_assert(alignof(BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame) == 0x000040, "Wrong size on BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame, OldTamer) == 0x000008, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame::OldTamer' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame, NewTimer) == 0x000018, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame::NewTimer' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame, BlameName) == 0x000028, "Member 'BGUFunctionLibraryCS_ExportTamerListToNewDAByBlame::BlameName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GenerateNavMeshBoundsVolumes \ +static_assert(alignof(BGUFunctionLibraryCS_GenerateNavMeshBoundsVolumes) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GenerateNavMeshBoundsVolumes"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GenerateNavMeshBoundsVolumes) == 0x000008, "Wrong size on BGUFunctionLibraryCS_GenerateNavMeshBoundsVolumes"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GenerateNavMeshBoundsVolumes, TempleteActor) == 0x000000, "Member 'BGUFunctionLibraryCS_GenerateNavMeshBoundsVolumes::TempleteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ExportBulletSkillToDataAsset \ +static_assert(alignof(BGUFunctionLibraryCS_ExportBulletSkillToDataAsset) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ExportBulletSkillToDataAsset"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ExportBulletSkillToDataAsset) == 0x000008, "Wrong size on BGUFunctionLibraryCS_ExportBulletSkillToDataAsset"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExportBulletSkillToDataAsset, TM) == 0x000000, "Member 'BGUFunctionLibraryCS_ExportBulletSkillToDataAsset::TM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay, _World) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay::_World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay, ActorClass) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUSpawnActorAndECSBeginPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUDisablePlayerGuiBeiCamera \ +static_assert(alignof(BGUFunctionLibraryCS_BGUDisablePlayerGuiBeiCamera) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUDisablePlayerGuiBeiCamera"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUDisablePlayerGuiBeiCamera) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUDisablePlayerGuiBeiCamera"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUDisablePlayerGuiBeiCamera, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUDisablePlayerGuiBeiCamera::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUGetMultiPointCurrentUnit::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera \ +static_assert(alignof(BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera) == 0x000020, "Wrong size on BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera, CurInverseAnimRotation) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUEnablePlayerGuiBeiCamera::CurInverseAnimRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle \ +static_assert(alignof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle) == 0x000048, "Wrong size on BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle, BeginPos) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle::BeginPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle, EndPos) == 0x000020, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle::EndPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle, Speed) == 0x000038, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle::Speed' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle, PlayerCount) == 0x00003C, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle::PlayerCount' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle, Range) == 0x000040, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMoveSingle::Range' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope \ +static_assert(alignof(BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope) == 0x000080, "Wrong size on BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope, OwnerChr) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope::OwnerChr' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope, SurfaceNormal_Normalized) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope::SurfaceNormal_Normalized' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope, LastHitResult) == 0x000020, "Member 'BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope::LastHitResult' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope, ReturnValue) == 0x000068, "Member 'BGUFunctionLibraryCS_BGUCalcCharacterRotOnSlope::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUTryDestroyDestructible \ +static_assert(alignof(BGUFunctionLibraryCS_BGUTryDestroyDestructible) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUTryDestroyDestructible"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUTryDestroyDestructible) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUTryDestroyDestructible"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryDestroyDestructible, DestructibleActor) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUTryDestroyDestructible::DestructibleActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUPlayerCameraLockTarget \ +static_assert(alignof(BGUFunctionLibraryCS_BGUPlayerCameraLockTarget) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUPlayerCameraLockTarget"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUPlayerCameraLockTarget) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUPlayerCameraLockTarget"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlayerCameraLockTarget, Player) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUPlayerCameraLockTarget::Player' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlayerCameraLockTarget, Target) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUPlayerCameraLockTarget::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUClosestPerceivedTarget \ +static_assert(alignof(BGUFunctionLibraryCS_BGUClosestPerceivedTarget) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUClosestPerceivedTarget"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUClosestPerceivedTarget) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUClosestPerceivedTarget"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUClosestPerceivedTarget, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUClosestPerceivedTarget::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUClosestPerceivedTarget, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUClosestPerceivedTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TestProfileSimpleOverlap \ +static_assert(alignof(BGUFunctionLibraryCS_TestProfileSimpleOverlap) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TestProfileSimpleOverlap"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TestProfileSimpleOverlap) == 0x000008, "Wrong size on BGUFunctionLibraryCS_TestProfileSimpleOverlap"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TestProfileSimpleOverlap, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_TestProfileSimpleOverlap::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SetCineCameraFocalLength \ +static_assert(alignof(BGUFunctionLibraryCS_SetCineCameraFocalLength) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SetCineCameraFocalLength"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SetCineCameraFocalLength) == 0x000010, "Wrong size on BGUFunctionLibraryCS_SetCineCameraFocalLength"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetCineCameraFocalLength, CineCameraActor) == 0x000000, "Member 'BGUFunctionLibraryCS_SetCineCameraFocalLength::CineCameraActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetCineCameraFocalLength, NewFocalLength) == 0x000008, "Member 'BGUFunctionLibraryCS_SetCineCameraFocalLength::NewFocalLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_PrepareForSkillRecording \ +static_assert(alignof(BGUFunctionLibraryCS_PrepareForSkillRecording) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_PrepareForSkillRecording"); \ +static_assert(sizeof(BGUFunctionLibraryCS_PrepareForSkillRecording) == 0x000030, "Wrong size on BGUFunctionLibraryCS_PrepareForSkillRecording"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PrepareForSkillRecording, World) == 0x000000, "Member 'BGUFunctionLibraryCS_PrepareForSkillRecording::World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PrepareForSkillRecording, UnitClass) == 0x000008, "Member 'BGUFunctionLibraryCS_PrepareForSkillRecording::UnitClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PrepareForSkillRecording, ResID) == 0x000010, "Member 'BGUFunctionLibraryCS_PrepareForSkillRecording::ResID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PrepareForSkillRecording, SkillID) == 0x000014, "Member 'BGUFunctionLibraryCS_PrepareForSkillRecording::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PrepareForSkillRecording, SpawnedUnit) == 0x000020, "Member 'BGUFunctionLibraryCS_PrepareForSkillRecording::SpawnedUnit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PrepareForSkillRecording, PlayedMontage) == 0x000028, "Member 'BGUFunctionLibraryCS_PrepareForSkillRecording::PlayedMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetCineCameraFocalLength \ +static_assert(alignof(BGUFunctionLibraryCS_GetCineCameraFocalLength) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetCineCameraFocalLength"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetCineCameraFocalLength) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GetCineCameraFocalLength"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetCineCameraFocalLength, CineCameraActor) == 0x000000, "Member 'BGUFunctionLibraryCS_GetCineCameraFocalLength::CineCameraActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetCineCameraFocalLength, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_GetCineCameraFocalLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ClampAndAlignToLandScape \ +static_assert(alignof(BGUFunctionLibraryCS_ClampAndAlignToLandScape) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ClampAndAlignToLandScape"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ClampAndAlignToLandScape) == 0x000018, "Wrong size on BGUFunctionLibraryCS_ClampAndAlignToLandScape"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ClampAndAlignToLandScape, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_ClampAndAlignToLandScape::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ClampAndAlignToLandScape, DeltaTime) == 0x00000C, "Member 'BGUFunctionLibraryCS_ClampAndAlignToLandScape::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ClampAndAlignToLandScape, InterpSpd) == 0x000010, "Member 'BGUFunctionLibraryCS_ClampAndAlignToLandScape::InterpSpd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_CastMagicallyChangeSkill \ +static_assert(alignof(BGUFunctionLibraryCS_CastMagicallyChangeSkill) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_CastMagicallyChangeSkill"); \ +static_assert(sizeof(BGUFunctionLibraryCS_CastMagicallyChangeSkill) == 0x000018, "Wrong size on BGUFunctionLibraryCS_CastMagicallyChangeSkill"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CastMagicallyChangeSkill, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_CastMagicallyChangeSkill::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CastMagicallyChangeSkill, Config) == 0x000008, "Member 'BGUFunctionLibraryCS_CastMagicallyChangeSkill::Config' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CastMagicallyChangeSkill, SkillID) == 0x000010, "Member 'BGUFunctionLibraryCS_CastMagicallyChangeSkill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CastMagicallyChangeSkill, RecoverSkillID) == 0x000014, "Member 'BGUFunctionLibraryCS_CastMagicallyChangeSkill::RecoverSkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_CanActivateConsoleCommad \ +static_assert(alignof(BGUFunctionLibraryCS_CanActivateConsoleCommad) == 0x000001, "Wrong alignment on BGUFunctionLibraryCS_CanActivateConsoleCommad"); \ +static_assert(sizeof(BGUFunctionLibraryCS_CanActivateConsoleCommad) == 0x000001, "Wrong size on BGUFunctionLibraryCS_CanActivateConsoleCommad"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay, _World) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay::_World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay, ActorClass) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUSpawnActorNoBeginPlay::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGURemoveSkillSuperArmor \ +static_assert(alignof(BGUFunctionLibraryCS_BGURemoveSkillSuperArmor) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGURemoveSkillSuperArmor"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGURemoveSkillSuperArmor) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGURemoveSkillSuperArmor"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveSkillSuperArmor, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGURemoveSkillSuperArmor::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGURemoveBuffImmediately \ +static_assert(alignof(BGUFunctionLibraryCS_BGURemoveBuffImmediately) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGURemoveBuffImmediately"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGURemoveBuffImmediately) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGURemoveBuffImmediately"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveBuffImmediately, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGURemoveBuffImmediately::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveBuffImmediately, BuffID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGURemoveBuffImmediately::BuffID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveBuffImmediately, EffectTriggerType) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGURemoveBuffImmediately::EffectTriggerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUOneHitBreakImmobility \ +static_assert(alignof(BGUFunctionLibraryCS_BGUOneHitBreakImmobility) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUOneHitBreakImmobility"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUOneHitBreakImmobility) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUOneHitBreakImmobility"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUOneHitBreakImmobility, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUOneHitBreakImmobility::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_EnterMonsterSkillCamera \ +static_assert(alignof(BGUFunctionLibraryCS_EnterMonsterSkillCamera) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_EnterMonsterSkillCamera"); \ +static_assert(sizeof(BGUFunctionLibraryCS_EnterMonsterSkillCamera) == 0x000010, "Wrong size on BGUFunctionLibraryCS_EnterMonsterSkillCamera"); \ +static_assert(offsetof(BGUFunctionLibraryCS_EnterMonsterSkillCamera, Monster) == 0x000000, "Member 'BGUFunctionLibraryCS_EnterMonsterSkillCamera::Monster' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_EnterMonsterSkillCamera, CameraID) == 0x000008, "Member 'BGUFunctionLibraryCS_EnterMonsterSkillCamera::CameraID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetCanTriggerGroupAI \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetCanTriggerGroupAI) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetCanTriggerGroupAI"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetCanTriggerGroupAI) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUSetCanTriggerGroupAI"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetCanTriggerGroupAI, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetCanTriggerGroupAI::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TryGetComponentByFName \ +static_assert(alignof(BGUFunctionLibraryCS_TryGetComponentByFName) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TryGetComponentByFName"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TryGetComponentByFName) == 0x000018, "Wrong size on BGUFunctionLibraryCS_TryGetComponentByFName"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TryGetComponentByFName, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_TryGetComponentByFName::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TryGetComponentByFName, Name_0) == 0x000008, "Member 'BGUFunctionLibraryCS_TryGetComponentByFName::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TryGetComponentByFName, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_TryGetComponentByFName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SetCameraFocusDistance \ +static_assert(alignof(BGUFunctionLibraryCS_SetCameraFocusDistance) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SetCameraFocusDistance"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SetCameraFocusDistance) == 0x000010, "Wrong size on BGUFunctionLibraryCS_SetCameraFocusDistance"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetCameraFocusDistance, CameraActor) == 0x000000, "Member 'BGUFunctionLibraryCS_SetCameraFocusDistance::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetCameraFocusDistance, NewFocusDistance) == 0x000008, "Member 'BGUFunctionLibraryCS_SetCameraFocusDistance::NewFocusDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetUnitLockTargetActor \ +static_assert(alignof(BGUFunctionLibraryCS_GetUnitLockTargetActor) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetUnitLockTargetActor"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetUnitLockTargetActor) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GetUnitLockTargetActor"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetUnitLockTargetActor, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_GetUnitLockTargetActor::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetUnitLockTargetActor, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_GetUnitLockTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetCameraFocusDistance \ +static_assert(alignof(BGUFunctionLibraryCS_GetCameraFocusDistance) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetCameraFocusDistance"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetCameraFocusDistance) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GetCameraFocusDistance"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetCameraFocusDistance, CameraActor) == 0x000000, "Member 'BGUFunctionLibraryCS_GetCameraFocusDistance::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetCameraFocusDistance, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_GetCameraFocusDistance::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ExitMonsterSkillCamera \ +static_assert(alignof(BGUFunctionLibraryCS_ExitMonsterSkillCamera) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ExitMonsterSkillCamera"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ExitMonsterSkillCamera) == 0x000008, "Wrong size on BGUFunctionLibraryCS_ExitMonsterSkillCamera"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExitMonsterSkillCamera, Monster) == 0x000000, "Member 'BGUFunctionLibraryCS_ExitMonsterSkillCamera::Monster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_EnterPlayerSkillCamera \ +static_assert(alignof(BGUFunctionLibraryCS_EnterPlayerSkillCamera) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_EnterPlayerSkillCamera"); \ +static_assert(sizeof(BGUFunctionLibraryCS_EnterPlayerSkillCamera) == 0x000010, "Wrong size on BGUFunctionLibraryCS_EnterPlayerSkillCamera"); \ +static_assert(offsetof(BGUFunctionLibraryCS_EnterPlayerSkillCamera, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_EnterPlayerSkillCamera::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_EnterPlayerSkillCamera, CameraID) == 0x000008, "Member 'BGUFunctionLibraryCS_EnterPlayerSkillCamera::CameraID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetUnitCritRateBase \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetUnitCritRateBase) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetUnitCritRateBase"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetUnitCritRateBase) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUSetUnitCritRateBase"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetUnitCritRateBase, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetUnitCritRateBase::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetUnitCritRateBase, CritRate) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSetUnitCritRateBase::CritRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUHandleAbnormalState \ +static_assert(alignof(BGUFunctionLibraryCS_BGUHandleAbnormalState) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUHandleAbnormalState"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUHandleAbnormalState) == 0x000048, "Wrong size on BGUFunctionLibraryCS_BGUHandleAbnormalState"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHandleAbnormalState, Attacker) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUHandleAbnormalState::Attacker' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHandleAbnormalState, Victim) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUHandleAbnormalState::Victim' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHandleAbnormalState, Config) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUHandleAbnormalState::Config' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHandleAbnormalState, AddValue) == 0x000040, "Member 'BGUFunctionLibraryCS_BGUHandleAbnormalState::AddValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TriggerEffectToTarget \ +static_assert(alignof(BGUFunctionLibraryCS_TriggerEffectToTarget) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TriggerEffectToTarget"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TriggerEffectToTarget) == 0x000018, "Wrong size on BGUFunctionLibraryCS_TriggerEffectToTarget"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TriggerEffectToTarget, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_TriggerEffectToTarget::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TriggerEffectToTarget, EffectID) == 0x000008, "Member 'BGUFunctionLibraryCS_TriggerEffectToTarget::EffectID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TriggerEffectToTarget, Target) == 0x000010, "Member 'BGUFunctionLibraryCS_TriggerEffectToTarget::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ExitPlayerSkillCamera \ +static_assert(alignof(BGUFunctionLibraryCS_ExitPlayerSkillCamera) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ExitPlayerSkillCamera"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ExitPlayerSkillCamera) == 0x000008, "Wrong size on BGUFunctionLibraryCS_ExitPlayerSkillCamera"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExitPlayerSkillCamera, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_ExitPlayerSkillCamera::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_EnterWeakPerformState \ +static_assert(alignof(BGUFunctionLibraryCS_EnterWeakPerformState) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_EnterWeakPerformState"); \ +static_assert(sizeof(BGUFunctionLibraryCS_EnterWeakPerformState) == 0x000010, "Wrong size on BGUFunctionLibraryCS_EnterWeakPerformState"); \ +static_assert(offsetof(BGUFunctionLibraryCS_EnterWeakPerformState, InWorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_EnterWeakPerformState::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_EnterWeakPerformState, ConfigID) == 0x000008, "Member 'BGUFunctionLibraryCS_EnterWeakPerformState::ConfigID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_CheckCurCeilingHeight \ +static_assert(alignof(BGUFunctionLibraryCS_CheckCurCeilingHeight) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_CheckCurCeilingHeight"); \ +static_assert(sizeof(BGUFunctionLibraryCS_CheckCurCeilingHeight) == 0x000010, "Wrong size on BGUFunctionLibraryCS_CheckCurCeilingHeight"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CheckCurCeilingHeight, Character) == 0x000000, "Member 'BGUFunctionLibraryCS_CheckCurCeilingHeight::Character' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CheckCurCeilingHeight, LineTraceLength) == 0x000008, "Member 'BGUFunctionLibraryCS_CheckCurCeilingHeight::LineTraceLength' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CheckCurCeilingHeight, ReturnValue) == 0x00000C, "Member 'BGUFunctionLibraryCS_CheckCurCeilingHeight::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUUnitCastFaBaoSkill \ +static_assert(alignof(BGUFunctionLibraryCS_BGUUnitCastFaBaoSkill) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUUnitCastFaBaoSkill"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUUnitCastFaBaoSkill) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUUnitCastFaBaoSkill"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUUnitCastFaBaoSkill, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUUnitCastFaBaoSkill::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetUnitSimpleState \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetUnitSimpleState) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetUnitSimpleState"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetUnitSimpleState) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUSetUnitSimpleState"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetUnitSimpleState, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetUnitSimpleState::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetUnitSimpleState, SimpleState) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSetUnitSimpleState::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetSkillSuperArmor \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetSkillSuperArmor) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetSkillSuperArmor"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetSkillSuperArmor) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUSetSkillSuperArmor"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetSkillSuperArmor, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetSkillSuperArmor::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetSkillSuperArmor, BreakSkillSupperArmorAM) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSetSkillSuperArmor::BreakSkillSupperArmorAM' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetSkillSuperArmor, SkillSuperArmorValue) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUSetSkillSuperArmor::SkillSuperArmorValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUHasUnitSimpleState \ +static_assert(alignof(BGUFunctionLibraryCS_BGUHasUnitSimpleState) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUHasUnitSimpleState"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUHasUnitSimpleState) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUHasUnitSimpleState"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasUnitSimpleState, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUHasUnitSimpleState::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasUnitSimpleState, SimpleState) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUHasUnitSimpleState::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetCurrentUserType \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetCurrentUserType) == 0x000004, "Wrong alignment on BGUFunctionLibraryCS_BGUGetCurrentUserType"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetCurrentUserType) == 0x000004, "Wrong size on BGUFunctionLibraryCS_BGUGetCurrentUserType"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetCurrentUserType, ReturnValue) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetCurrentUserType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUCallPointsRegister \ +static_assert(alignof(BGUFunctionLibraryCS_BGUCallPointsRegister) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUCallPointsRegister"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUCallPointsRegister) == 0x000090, "Wrong size on BGUFunctionLibraryCS_BGUCallPointsRegister"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCallPointsRegister, OwnerCharacter) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUCallPointsRegister::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCallPointsRegister, RequestID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUCallPointsRegister::RequestID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCallPointsRegister, GenType) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUCallPointsRegister::GenType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCallPointsRegister, ExtParam) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUCallPointsRegister::ExtParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TriggerSwitchPhysics \ +static_assert(alignof(BGUFunctionLibraryCS_TriggerSwitchPhysics) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TriggerSwitchPhysics"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TriggerSwitchPhysics) == 0x000010, "Wrong size on BGUFunctionLibraryCS_TriggerSwitchPhysics"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TriggerSwitchPhysics, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_TriggerSwitchPhysics::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TriggerSwitchPhysics, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_TriggerSwitchPhysics::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SwitchFreeCameraMode \ +static_assert(alignof(BGUFunctionLibraryCS_SwitchFreeCameraMode) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SwitchFreeCameraMode"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SwitchFreeCameraMode) == 0x000008, "Wrong size on BGUFunctionLibraryCS_SwitchFreeCameraMode"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SwitchFreeCameraMode, InWorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_SwitchFreeCameraMode::InWorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SetTamerStrategyArea \ +static_assert(alignof(BGUFunctionLibraryCS_SetTamerStrategyArea) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SetTamerStrategyArea"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SetTamerStrategyArea) == 0x000010, "Wrong size on BGUFunctionLibraryCS_SetTamerStrategyArea"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTamerStrategyArea, InWorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_SetTamerStrategyArea::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTamerStrategyArea, InArea) == 0x000008, "Member 'BGUFunctionLibraryCS_SetTamerStrategyArea::InArea' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_HandleAiConversation \ +static_assert(alignof(BGUFunctionLibraryCS_HandleAiConversation) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_HandleAiConversation"); \ +static_assert(sizeof(BGUFunctionLibraryCS_HandleAiConversation) == 0x000010, "Wrong size on BGUFunctionLibraryCS_HandleAiConversation"); \ +static_assert(offsetof(BGUFunctionLibraryCS_HandleAiConversation, Caster) == 0x000000, "Member 'BGUFunctionLibraryCS_HandleAiConversation::Caster' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_HandleAiConversation, ConversationContentID) == 0x000008, "Member 'BGUFunctionLibraryCS_HandleAiConversation::ConversationContentID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetProjectBranchName \ +static_assert(alignof(BGUFunctionLibraryCS_GetProjectBranchName) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetProjectBranchName"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetProjectBranchName) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GetProjectBranchName"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetProjectBranchName, ReturnValue) == 0x000000, "Member 'BGUFunctionLibraryCS_GetProjectBranchName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ExitWeakPerformState \ +static_assert(alignof(BGUFunctionLibraryCS_ExitWeakPerformState) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ExitWeakPerformState"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ExitWeakPerformState) == 0x000008, "Wrong size on BGUFunctionLibraryCS_ExitWeakPerformState"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ExitWeakPerformState, InWorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_ExitWeakPerformState::InWorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_DestroyAllProjectile \ +static_assert(alignof(BGUFunctionLibraryCS_DestroyAllProjectile) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_DestroyAllProjectile"); \ +static_assert(sizeof(BGUFunctionLibraryCS_DestroyAllProjectile) == 0x000008, "Wrong size on BGUFunctionLibraryCS_DestroyAllProjectile"); \ +static_assert(offsetof(BGUFunctionLibraryCS_DestroyAllProjectile, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_DestroyAllProjectile::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ClearPhysAnimSetting \ +static_assert(alignof(BGUFunctionLibraryCS_ClearPhysAnimSetting) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ClearPhysAnimSetting"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ClearPhysAnimSetting) == 0x000010, "Wrong size on BGUFunctionLibraryCS_ClearPhysAnimSetting"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ClearPhysAnimSetting, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_ClearPhysAnimSetting::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ClearPhysAnimSetting, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_ClearPhysAnimSetting::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUPlatformPatroRota \ +static_assert(alignof(BGUFunctionLibraryCS_BGUPlatformPatroRota) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUPlatformPatroRota"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUPlatformPatroRota) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUPlatformPatroRota"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroRota, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroRota::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroRota, MaxRate) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroRota::MaxRate' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroRota, Speed) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroRota::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUPlatformPatroMove \ +static_assert(alignof(BGUFunctionLibraryCS_BGUPlatformPatroMove) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUPlatformPatroMove"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUPlatformPatroMove) == 0x000040, "Wrong size on BGUFunctionLibraryCS_BGUPlatformPatroMove"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMove, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMove::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMove, BeginPos) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMove::BeginPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMove, EndPos) == 0x000020, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMove::EndPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlatformPatroMove, Speed) == 0x000038, "Member 'BGUFunctionLibraryCS_BGUPlatformPatroMove::Speed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetCachedPointSet \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetCachedPointSet) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGetCachedPointSet"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetCachedPointSet) == 0x000020, "Wrong size on BGUFunctionLibraryCS_BGUGetCachedPointSet"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetCachedPointSet, OwnerCharacter) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetCachedPointSet::OwnerCharacter' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetCachedPointSet, RequestID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUGetCachedPointSet::RequestID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetCachedPointSet, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUGetCachedPointSet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetActiveGameMode \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetActiveGameMode) == 0x000004, "Wrong alignment on BGUFunctionLibraryCS_BGUGetActiveGameMode"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetActiveGameMode) == 0x000004, "Wrong size on BGUFunctionLibraryCS_BGUGetActiveGameMode"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetActiveGameMode, ReturnValue) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetActiveGameMode::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SkipCurrentSequence \ +static_assert(alignof(BGUFunctionLibraryCS_SkipCurrentSequence) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SkipCurrentSequence"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SkipCurrentSequence) == 0x000008, "Wrong size on BGUFunctionLibraryCS_SkipCurrentSequence"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SkipCurrentSequence, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_SkipCurrentSequence::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_FindTraceStatResult \ +static_assert(alignof(BGUFunctionLibraryCS_FindTraceStatResult) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_FindTraceStatResult"); \ +static_assert(sizeof(BGUFunctionLibraryCS_FindTraceStatResult) == 0x000020, "Wrong size on BGUFunctionLibraryCS_FindTraceStatResult"); \ +static_assert(offsetof(BGUFunctionLibraryCS_FindTraceStatResult, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_FindTraceStatResult::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_FindTraceStatResult, Name_0) == 0x000008, "Member 'BGUFunctionLibraryCS_FindTraceStatResult::Name_0' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_FindTraceStatResult, ReturnValue) == 0x000018, "Member 'BGUFunctionLibraryCS_FindTraceStatResult::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_DisablePhysicalMove \ +static_assert(alignof(BGUFunctionLibraryCS_DisablePhysicalMove) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_DisablePhysicalMove"); \ +static_assert(sizeof(BGUFunctionLibraryCS_DisablePhysicalMove) == 0x000010, "Wrong size on BGUFunctionLibraryCS_DisablePhysicalMove"); \ +static_assert(offsetof(BGUFunctionLibraryCS_DisablePhysicalMove, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_DisablePhysicalMove::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUUnitUnequipFaBao \ +static_assert(alignof(BGUFunctionLibraryCS_BGUUnitUnequipFaBao) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUUnitUnequipFaBao"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUUnitUnequipFaBao) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUUnitUnequipFaBao"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUUnitUnequipFaBao, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUUnitUnequipFaBao::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUTriggerUnitState \ +static_assert(alignof(BGUFunctionLibraryCS_BGUTriggerUnitState) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUTriggerUnitState"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUTriggerUnitState) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUTriggerUnitState"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTriggerUnitState, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUTriggerUnitState::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTriggerUnitState, StateTrigger) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUTriggerUnitState::StateTrigger' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTriggerUnitState, Time) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUTriggerUnitState::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetSecondFogData \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetSecondFogData) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetSecondFogData"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetSecondFogData) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUSetSecondFogData"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetSecondFogData, ehfcomp) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetSecondFogData::ehfcomp' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetSecondFogData, SecondFogData) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSetSecondFogData::SecondFogData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGURemoveImmobility \ +static_assert(alignof(BGUFunctionLibraryCS_BGURemoveImmobility) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGURemoveImmobility"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGURemoveImmobility) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGURemoveImmobility"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveImmobility, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGURemoveImmobility::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetWeaponByIndex \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetWeaponByIndex) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGetWeaponByIndex"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetWeaponByIndex) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUGetWeaponByIndex"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetWeaponByIndex, Owner) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetWeaponByIndex::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetWeaponByIndex, Index_0) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUGetWeaponByIndex::Index_0' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetWeaponByIndex, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUGetWeaponByIndex::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_PlayFacialAnimTest \ +static_assert(alignof(BGUFunctionLibraryCS_PlayFacialAnimTest) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_PlayFacialAnimTest"); \ +static_assert(sizeof(BGUFunctionLibraryCS_PlayFacialAnimTest) == 0x000020, "Wrong size on BGUFunctionLibraryCS_PlayFacialAnimTest"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayFacialAnimTest, Unit) == 0x000008, "Member 'BGUFunctionLibraryCS_PlayFacialAnimTest::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayFacialAnimTest, FacialAnim) == 0x000010, "Member 'BGUFunctionLibraryCS_PlayFacialAnimTest::FacialAnim' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayFacialAnimTest, TimeOffset) == 0x000018, "Member 'BGUFunctionLibraryCS_PlayFacialAnimTest::TimeOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayFacialAnimTest, AutoBlendOutTime) == 0x00001C, "Member 'BGUFunctionLibraryCS_PlayFacialAnimTest::AutoBlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_KJLSpawnProjectile \ +static_assert(alignof(BGUFunctionLibraryCS_KJLSpawnProjectile) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_KJLSpawnProjectile"); \ +static_assert(sizeof(BGUFunctionLibraryCS_KJLSpawnProjectile) == 0x000090, "Wrong size on BGUFunctionLibraryCS_KJLSpawnProjectile"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, BulletSpawner) == 0x000000, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::BulletSpawner' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, Target) == 0x000008, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::Target' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, PointGeneratorTag) == 0x000010, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::PointGeneratorTag' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, BulletID) == 0x000020, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::BulletID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, LimitDistance_ToPlayer) == 0x000024, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::LimitDistance_ToPlayer' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, LightningBeam) == 0x000028, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::LightningBeam' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, LightningEndParamName) == 0x000030, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::LightningEndParamName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, SocketList) == 0x000040, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::SocketList' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, DummyBulletNum) == 0x000050, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::DummyBulletNum' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, EndPos_Noise) == 0x000058, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::EndPos_Noise' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, DummyNiagara) == 0x000070, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::DummyNiagara' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, DummyActiveDistance) == 0x000078, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::DummyActiveDistance' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_KJLSpawnProjectile, RandomInterval) == 0x000080, "Member 'BGUFunctionLibraryCS_KJLSpawnProjectile::RandomInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_InteruptPigsyStory \ +static_assert(alignof(BGUFunctionLibraryCS_InteruptPigsyStory) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_InteruptPigsyStory"); \ +static_assert(sizeof(BGUFunctionLibraryCS_InteruptPigsyStory) == 0x000008, "Wrong size on BGUFunctionLibraryCS_InteruptPigsyStory"); \ +static_assert(offsetof(BGUFunctionLibraryCS_InteruptPigsyStory, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_InteruptPigsyStory::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUToggleGlobalURO \ +static_assert(alignof(BGUFunctionLibraryCS_BGUToggleGlobalURO) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUToggleGlobalURO"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUToggleGlobalURO) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUToggleGlobalURO"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUToggleGlobalURO, UObj) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUToggleGlobalURO::UObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSpawnGhostActor \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSpawnGhostActor) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSpawnGhostActor"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSpawnGhostActor) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUSpawnGhostActor"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnGhostActor, Target) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSpawnGhostActor::Target' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnGhostActor, DAPath) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSpawnGhostActor::DAPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetBehaviorTree \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetBehaviorTree) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetBehaviorTree"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetBehaviorTree) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUSetBehaviorTree"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetBehaviorTree, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetBehaviorTree::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetBehaviorTree, BT) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSetBehaviorTree::BT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUFullTransEnergy \ +static_assert(alignof(BGUFunctionLibraryCS_BGUFullTransEnergy) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUFullTransEnergy"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUFullTransEnergy) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUFullTransEnergy"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUFullTransEnergy, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUFullTransEnergy::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TimeLineNoiseTest \ +static_assert(alignof(BGUFunctionLibraryCS_TimeLineNoiseTest) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TimeLineNoiseTest"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TimeLineNoiseTest) == 0x000020, "Wrong size on BGUFunctionLibraryCS_TimeLineNoiseTest"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TimeLineNoiseTest, TotalTime) == 0x000000, "Member 'BGUFunctionLibraryCS_TimeLineNoiseTest::TotalTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TimeLineNoiseTest, TimePointNum) == 0x000004, "Member 'BGUFunctionLibraryCS_TimeLineNoiseTest::TimePointNum' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TimeLineNoiseTest, NoiseInterregional) == 0x000008, "Member 'BGUFunctionLibraryCS_TimeLineNoiseTest::NoiseInterregional' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TimeLineNoiseTest, CurveFloat) == 0x000010, "Member 'BGUFunctionLibraryCS_TimeLineNoiseTest::CurveFloat' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TimeLineNoiseTest, InterpMode) == 0x000018, "Member 'BGUFunctionLibraryCS_TimeLineNoiseTest::InterpMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SwitchCameraGroup \ +static_assert(alignof(BGUFunctionLibraryCS_SwitchCameraGroup) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SwitchCameraGroup"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SwitchCameraGroup) == 0x000010, "Wrong size on BGUFunctionLibraryCS_SwitchCameraGroup"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SwitchCameraGroup, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_SwitchCameraGroup::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SwitchCameraGroup, CameraGroupId) == 0x000008, "Member 'BGUFunctionLibraryCS_SwitchCameraGroup::CameraGroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SetTrainDummyInfo \ +static_assert(alignof(BGUFunctionLibraryCS_SetTrainDummyInfo) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SetTrainDummyInfo"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SetTrainDummyInfo) == 0x000048, "Wrong size on BGUFunctionLibraryCS_SetTrainDummyInfo"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTrainDummyInfo, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_SetTrainDummyInfo::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTrainDummyInfo, TrainDummyClassPath) == 0x000008, "Member 'BGUFunctionLibraryCS_SetTrainDummyInfo::TrainDummyClassPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTrainDummyInfo, PlayerRoleDataConfigID) == 0x000018, "Member 'BGUFunctionLibraryCS_SetTrainDummyInfo::PlayerRoleDataConfigID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTrainDummyInfo, TrainDummyConfigPath) == 0x000020, "Member 'BGUFunctionLibraryCS_SetTrainDummyInfo::TrainDummyConfigPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTrainDummyInfo, CqgPath) == 0x000030, "Member 'BGUFunctionLibraryCS_SetTrainDummyInfo::CqgPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetTrainDummyInfo, DPSCalTime) == 0x000040, "Member 'BGUFunctionLibraryCS_SetTrainDummyInfo::DPSCalTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUUnitEquipFaBao \ +static_assert(alignof(BGUFunctionLibraryCS_BGUUnitEquipFaBao) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUUnitEquipFaBao"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUUnitEquipFaBao) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUUnitEquipFaBao"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUUnitEquipFaBao, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUUnitEquipFaBao::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUUnitEquipFaBao, FaBaoID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUUnitEquipFaBao::FaBaoID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUShowDialogueUI \ +static_assert(alignof(BGUFunctionLibraryCS_BGUShowDialogueUI) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUShowDialogueUI"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUShowDialogueUI) == 0x000020, "Wrong size on BGUFunctionLibraryCS_BGUShowDialogueUI"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUShowDialogueUI, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUShowDialogueUI::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUShowDialogueUI, DialogContent) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUShowDialogueUI::DialogContent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUShowDialogueUI, Duration) == 0x000018, "Member 'BGUFunctionLibraryCS_BGUShowDialogueUI::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUPlayLockTarget \ +static_assert(alignof(BGUFunctionLibraryCS_BGUPlayLockTarget) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUPlayLockTarget"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUPlayLockTarget) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUPlayLockTarget"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlayLockTarget, Owner) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUPlayLockTarget::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUPlayLockTarget, TargetChr) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUPlayLockTarget::TargetChr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUAISetSpeedRate \ +static_assert(alignof(BGUFunctionLibraryCS_BGUAISetSpeedRate) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUAISetSpeedRate"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUAISetSpeedRate) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUAISetSpeedRate"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUAISetSpeedRate, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUAISetSpeedRate::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUAISetSpeedRate, SpeedRate) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUAISetSpeedRate::SpeedRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ResetPhysSetting \ +static_assert(alignof(BGUFunctionLibraryCS_ResetPhysSetting) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ResetPhysSetting"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ResetPhysSetting) == 0x000008, "Wrong size on BGUFunctionLibraryCS_ResetPhysSetting"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ResetPhysSetting, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_ResetPhysSetting::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_IsUEDebugGMLevel \ +static_assert(alignof(BGUFunctionLibraryCS_IsUEDebugGMLevel) == 0x000001, "Wrong alignment on BGUFunctionLibraryCS_IsUEDebugGMLevel"); \ +static_assert(sizeof(BGUFunctionLibraryCS_IsUEDebugGMLevel) == 0x000001, "Wrong size on BGUFunctionLibraryCS_IsUEDebugGMLevel"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUStartSceneQTE \ +static_assert(alignof(BGUFunctionLibraryCS_BGUStartSceneQTE) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUStartSceneQTE"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUStartSceneQTE) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUStartSceneQTE"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUStartSceneQTE, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUStartSceneQTE::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUStartSceneQTE, QTEID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUStartSceneQTE::QTEID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUStartSceneQTE, TargetCharacter) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUStartSceneQTE::TargetCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetImmobility \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetImmobility) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetImmobility"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetImmobility) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUSetImmobility"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetImmobility, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetImmobility::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetImmobility, Timer) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSetImmobility::Timer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGURemoveAllBuff \ +static_assert(alignof(BGUFunctionLibraryCS_BGURemoveAllBuff) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGURemoveAllBuff"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGURemoveAllBuff) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGURemoveAllBuff"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveAllBuff, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGURemoveAllBuff::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveAllBuff, EffectTriggerType) == 0x000008, "Member 'BGUFunctionLibraryCS_BGURemoveAllBuff::EffectTriggerType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ToggleCloudMove \ +static_assert(alignof(BGUFunctionLibraryCS_ToggleCloudMove) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ToggleCloudMove"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ToggleCloudMove) == 0x000008, "Wrong size on BGUFunctionLibraryCS_ToggleCloudMove"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ToggleCloudMove, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_ToggleCloudMove::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SummonEventTest \ +static_assert(alignof(BGUFunctionLibraryCS_SummonEventTest) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SummonEventTest"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SummonEventTest) == 0x000008, "Wrong size on BGUFunctionLibraryCS_SummonEventTest"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SummonEventTest, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_SummonEventTest::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SetSolverCenter \ +static_assert(alignof(BGUFunctionLibraryCS_SetSolverCenter) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SetSolverCenter"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SetSolverCenter) == 0x000008, "Wrong size on BGUFunctionLibraryCS_SetSolverCenter"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetSolverCenter, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_SetSolverCenter::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SeqChangeEquip2 \ +static_assert(alignof(BGUFunctionLibraryCS_SeqChangeEquip2) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SeqChangeEquip2"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SeqChangeEquip2) == 0x000008, "Wrong size on BGUFunctionLibraryCS_SeqChangeEquip2"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SeqChangeEquip2, SeqActor) == 0x000000, "Member 'BGUFunctionLibraryCS_SeqChangeEquip2::SeqActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GlobalEventTest \ +static_assert(alignof(BGUFunctionLibraryCS_GlobalEventTest) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GlobalEventTest"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GlobalEventTest) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GlobalEventTest"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GlobalEventTest, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_GlobalEventTest::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GlobalEventTest, Times) == 0x000008, "Member 'BGUFunctionLibraryCS_GlobalEventTest::Times' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GenerateGrayBox \ +static_assert(alignof(BGUFunctionLibraryCS_GenerateGrayBox) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GenerateGrayBox"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GenerateGrayBox) == 0x000008, "Wrong size on BGUFunctionLibraryCS_GenerateGrayBox"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GenerateGrayBox, TempleteActor) == 0x000000, "Member 'BGUFunctionLibraryCS_GenerateGrayBox::TempleteActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUTryCastSpell \ +static_assert(alignof(BGUFunctionLibraryCS_BGUTryCastSpell) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUTryCastSpell"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUTryCastSpell) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUTryCastSpell"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpell, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUTryCastSpell::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpell, SkillID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUTryCastSpell::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpell, SourceType) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUTryCastSpell::SourceType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTryCastSpell, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUTryCastSpell::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSetAttrValue \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSetAttrValue) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSetAttrValue"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSetAttrValue) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUSetAttrValue"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetAttrValue, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSetAttrValue::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetAttrValue, AttrID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSetAttrValue::AttrID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSetAttrValue, TargetValue) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUSetAttrValue::TargetValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUHasUnitState \ +static_assert(alignof(BGUFunctionLibraryCS_BGUHasUnitState) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUHasUnitState"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUHasUnitState) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUHasUnitState"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasUnitState, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUHasUnitState::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasUnitState, UnitState) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUHasUnitState::UnitState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetWeaponNum \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetWeaponNum) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGetWeaponNum"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetWeaponNum) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUGetWeaponNum"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetWeaponNum, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetWeaponNum::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetWeaponNum, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUGetWeaponNum::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetFloatAttr \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetFloatAttr) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGetFloatAttr"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetFloatAttr) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUGetFloatAttr"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetFloatAttr, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetFloatAttr::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetFloatAttr, AttrID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUGetFloatAttr::AttrID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetFloatAttr, ReturnValue) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUGetFloatAttr::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TestInputEvent \ +static_assert(alignof(BGUFunctionLibraryCS_TestInputEvent) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TestInputEvent"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TestInputEvent) == 0x000038, "Wrong size on BGUFunctionLibraryCS_TestInputEvent"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TestInputEvent, A) == 0x000000, "Member 'BGUFunctionLibraryCS_TestInputEvent::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SetPhysSetting \ +static_assert(alignof(BGUFunctionLibraryCS_SetPhysSetting) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SetPhysSetting"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SetPhysSetting) == 0x000010, "Wrong size on BGUFunctionLibraryCS_SetPhysSetting"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetPhysSetting, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_SetPhysSetting::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetPhysSetting, Type) == 0x000008, "Member 'BGUFunctionLibraryCS_SetPhysSetting::Type' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SeqChangeEquip \ +static_assert(alignof(BGUFunctionLibraryCS_SeqChangeEquip) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SeqChangeEquip"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SeqChangeEquip) == 0x000010, "Wrong size on BGUFunctionLibraryCS_SeqChangeEquip"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SeqChangeEquip, SeqActor) == 0x000000, "Member 'BGUFunctionLibraryCS_SeqChangeEquip::SeqActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SeqChangeEquip, EquipId) == 0x000008, "Member 'BGUFunctionLibraryCS_SeqChangeEquip::EquipId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_RunEQSForDebug \ +static_assert(alignof(BGUFunctionLibraryCS_RunEQSForDebug) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_RunEQSForDebug"); \ +static_assert(sizeof(BGUFunctionLibraryCS_RunEQSForDebug) == 0x000010, "Wrong size on BGUFunctionLibraryCS_RunEQSForDebug"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RunEQSForDebug, Querier) == 0x000000, "Member 'BGUFunctionLibraryCS_RunEQSForDebug::Querier' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RunEQSForDebug, Env) == 0x000008, "Member 'BGUFunctionLibraryCS_RunEQSForDebug::Env' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_PlayPigsyStory \ +static_assert(alignof(BGUFunctionLibraryCS_PlayPigsyStory) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_PlayPigsyStory"); \ +static_assert(sizeof(BGUFunctionLibraryCS_PlayPigsyStory) == 0x000008, "Wrong size on BGUFunctionLibraryCS_PlayPigsyStory"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayPigsyStory, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_PlayPigsyStory::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_IsDebugGMLevel \ +static_assert(alignof(BGUFunctionLibraryCS_IsDebugGMLevel) == 0x000001, "Wrong alignment on BGUFunctionLibraryCS_IsDebugGMLevel"); \ +static_assert(sizeof(BGUFunctionLibraryCS_IsDebugGMLevel) == 0x000001, "Wrong size on BGUFunctionLibraryCS_IsDebugGMLevel"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_IsCheatGMLevel \ +static_assert(alignof(BGUFunctionLibraryCS_IsCheatGMLevel) == 0x000001, "Wrong alignment on BGUFunctionLibraryCS_IsCheatGMLevel"); \ +static_assert(sizeof(BGUFunctionLibraryCS_IsCheatGMLevel) == 0x000001, "Wrong size on BGUFunctionLibraryCS_IsCheatGMLevel"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BreakCloudMove \ +static_assert(alignof(BGUFunctionLibraryCS_BreakCloudMove) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BreakCloudMove"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BreakCloudMove) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BreakCloudMove"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BreakCloudMove, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BreakCloudMove::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BreakCloudMove, BreakAnimId) == 0x000008, "Member 'BGUFunctionLibraryCS_BreakCloudMove::BreakAnimId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUIsEnemyTeam \ +static_assert(alignof(BGUFunctionLibraryCS_BGUIsEnemyTeam) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUIsEnemyTeam"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUIsEnemyTeam) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUIsEnemyTeam"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUIsEnemyTeam, SelfUnit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUIsEnemyTeam::SelfUnit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUIsEnemyTeam, OtherUnit) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUIsEnemyTeam::OtherUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUHideLevelUI \ +static_assert(alignof(BGUFunctionLibraryCS_BGUHideLevelUI) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUHideLevelUI"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUHideLevelUI) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUHideLevelUI"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHideLevelUI, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUHideLevelUI::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUHasBuffByID \ +static_assert(alignof(BGUFunctionLibraryCS_BGUHasBuffByID) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUHasBuffByID"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUHasBuffByID) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUHasBuffByID"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasBuffByID, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUHasBuffByID::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasBuffByID, BuffID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUHasBuffByID::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUClearWeapon \ +static_assert(alignof(BGUFunctionLibraryCS_BGUClearWeapon) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUClearWeapon"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUClearWeapon) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUClearWeapon"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUClearWeapon, Owner) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUClearWeapon::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TriggerEffect \ +static_assert(alignof(BGUFunctionLibraryCS_TriggerEffect) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TriggerEffect"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TriggerEffect) == 0x000010, "Wrong size on BGUFunctionLibraryCS_TriggerEffect"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TriggerEffect, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_TriggerEffect::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TriggerEffect, EffectID) == 0x000008, "Member 'BGUFunctionLibraryCS_TriggerEffect::EffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_StopFetchTick \ +static_assert(alignof(BGUFunctionLibraryCS_StopFetchTick) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_StopFetchTick"); \ +static_assert(sizeof(BGUFunctionLibraryCS_StopFetchTick) == 0x000008, "Wrong size on BGUFunctionLibraryCS_StopFetchTick"); \ +static_assert(offsetof(BGUFunctionLibraryCS_StopFetchTick, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_StopFetchTick::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetAllEquipId \ +static_assert(alignof(BGUFunctionLibraryCS_GetAllEquipId) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetAllEquipId"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetAllEquipId) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GetAllEquipId"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetAllEquipId, ReturnValue) == 0x000000, "Member 'BGUFunctionLibraryCS_GetAllEquipId::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUSpawnActor \ +static_assert(alignof(BGUFunctionLibraryCS_BGUSpawnActor) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUSpawnActor"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUSpawnActor) == 0x000048, "Wrong size on BGUFunctionLibraryCS_BGUSpawnActor"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActor, _World) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUSpawnActor::_World' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActor, ActorClass) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUSpawnActor::ActorClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActor, Location) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUSpawnActor::Location' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActor, Rotation) == 0x000028, "Member 'BGUFunctionLibraryCS_BGUSpawnActor::Rotation' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUSpawnActor, ReturnValue) == 0x000040, "Member 'BGUFunctionLibraryCS_BGUSpawnActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGURemoveBuff \ +static_assert(alignof(BGUFunctionLibraryCS_BGURemoveBuff) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGURemoveBuff"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGURemoveBuff) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGURemoveBuff"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveBuff, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGURemoveBuff::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveBuff, BuffID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGURemoveBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveBuff, EffectTriggerType) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGURemoveBuff::EffectTriggerType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGURemoveBuff, Layer) == 0x000010, "Member 'BGUFunctionLibraryCS_BGURemoveBuff::Layer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUIsUnitDead \ +static_assert(alignof(BGUFunctionLibraryCS_BGUIsUnitDead) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUIsUnitDead"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUIsUnitDead) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUIsUnitDead"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUIsUnitDead, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUIsUnitDead::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_SetCameraFOV \ +static_assert(alignof(BGUFunctionLibraryCS_SetCameraFOV) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_SetCameraFOV"); \ +static_assert(sizeof(BGUFunctionLibraryCS_SetCameraFOV) == 0x000010, "Wrong size on BGUFunctionLibraryCS_SetCameraFOV"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetCameraFOV, CameraActor) == 0x000000, "Member 'BGUFunctionLibraryCS_SetCameraFOV::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_SetCameraFOV, NewFOV) == 0x000008, "Member 'BGUFunctionLibraryCS_SetCameraFOV::NewFOV' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_RunGMCommand \ +static_assert(alignof(BGUFunctionLibraryCS_RunGMCommand) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_RunGMCommand"); \ +static_assert(sizeof(BGUFunctionLibraryCS_RunGMCommand) == 0x000020, "Wrong size on BGUFunctionLibraryCS_RunGMCommand"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RunGMCommand, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_RunGMCommand::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_RunGMCommand, Cmd) == 0x000008, "Member 'BGUFunctionLibraryCS_RunGMCommand::Cmd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetCameraFOV \ +static_assert(alignof(BGUFunctionLibraryCS_GetCameraFOV) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetCameraFOV"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetCameraFOV) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GetCameraFOV"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetCameraFOV, CameraActor) == 0x000000, "Member 'BGUFunctionLibraryCS_GetCameraFOV::CameraActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetCameraFOV, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_GetCameraFOV::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetAttrValue \ +static_assert(alignof(BGUFunctionLibraryCS_GetAttrValue) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetAttrValue"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetAttrValue) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GetAttrValue"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetAttrValue, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_GetAttrValue::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetAttrValue, AttrID) == 0x000008, "Member 'BGUFunctionLibraryCS_GetAttrValue::AttrID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetAttrValue, ReturnValue) == 0x00000C, "Member 'BGUFunctionLibraryCS_GetAttrValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUShowFPSUI \ +static_assert(alignof(BGUFunctionLibraryCS_BGUShowFPSUI) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUShowFPSUI"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUShowFPSUI) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUShowFPSUI"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUShowFPSUI, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUShowFPSUI::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetTarget \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetTarget) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGetTarget"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetTarget) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUGetTarget"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetTarget, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetTarget::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetTarget, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUGetTarget::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_UnitSuicide \ +static_assert(alignof(BGUFunctionLibraryCS_UnitSuicide) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_UnitSuicide"); \ +static_assert(sizeof(BGUFunctionLibraryCS_UnitSuicide) == 0x000008, "Wrong size on BGUFunctionLibraryCS_UnitSuicide"); \ +static_assert(offsetof(BGUFunctionLibraryCS_UnitSuicide, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_UnitSuicide::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_PlayUISound \ +static_assert(alignof(BGUFunctionLibraryCS_PlayUISound) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_PlayUISound"); \ +static_assert(sizeof(BGUFunctionLibraryCS_PlayUISound) == 0x000018, "Wrong size on BGUFunctionLibraryCS_PlayUISound"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayUISound, InWorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_PlayUISound::InWorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayUISound, InAudioEvent) == 0x000008, "Member 'BGUFunctionLibraryCS_PlayUISound::InAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_PlayUISound, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_PlayUISound::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_DicSortTest \ +static_assert(alignof(BGUFunctionLibraryCS_DicSortTest) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_DicSortTest"); \ +static_assert(sizeof(BGUFunctionLibraryCS_DicSortTest) == 0x000008, "Wrong size on BGUFunctionLibraryCS_DicSortTest"); \ +static_assert(offsetof(BGUFunctionLibraryCS_DicSortTest, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_DicSortTest::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_ChangeEquip \ +static_assert(alignof(BGUFunctionLibraryCS_ChangeEquip) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_ChangeEquip"); \ +static_assert(sizeof(BGUFunctionLibraryCS_ChangeEquip) == 0x000010, "Wrong size on BGUFunctionLibraryCS_ChangeEquip"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ChangeEquip, Actor) == 0x000000, "Member 'BGUFunctionLibraryCS_ChangeEquip::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_ChangeEquip, ID) == 0x000008, "Member 'BGUFunctionLibraryCS_ChangeEquip::ID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_CanShutdown \ +static_assert(alignof(BGUFunctionLibraryCS_CanShutdown) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_CanShutdown"); \ +static_assert(sizeof(BGUFunctionLibraryCS_CanShutdown) == 0x000010, "Wrong size on BGUFunctionLibraryCS_CanShutdown"); \ +static_assert(offsetof(BGUFunctionLibraryCS_CanShutdown, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryCS_CanShutdown::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUTestEnum \ +static_assert(alignof(BGUFunctionLibraryCS_BGUTestEnum) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUTestEnum"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUTestEnum) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUTestEnum"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTestEnum, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUTestEnum::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUTestEnum, SimpleState) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUTestEnum::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGetResID \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGetResID) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGetResID"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGetResID) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUGetResID"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetResID, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGetResID::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGetResID, ReturnValue) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUGetResID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUCostAttr \ +static_assert(alignof(BGUFunctionLibraryCS_BGUCostAttr) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUCostAttr"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUCostAttr) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUCostAttr"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCostAttr, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUCostAttr::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCostAttr, AttrCostType) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUCostAttr::AttrCostType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCostAttr, CostBase) == 0x00000C, "Member 'BGUFunctionLibraryCS_BGUCostAttr::CostBase' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUCostAttr, CostRatio) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUCostAttr::CostRatio' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_TestVector \ +static_assert(alignof(BGUFunctionLibraryCS_TestVector) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_TestVector"); \ +static_assert(sizeof(BGUFunctionLibraryCS_TestVector) == 0x000018, "Wrong size on BGUFunctionLibraryCS_TestVector"); \ +static_assert(offsetof(BGUFunctionLibraryCS_TestVector, A) == 0x000000, "Member 'BGUFunctionLibraryCS_TestVector::A' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GetRTForFX \ +static_assert(alignof(BGUFunctionLibraryCS_GetRTForFX) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GetRTForFX"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GetRTForFX) == 0x000018, "Wrong size on BGUFunctionLibraryCS_GetRTForFX"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetRTForFX, OwnerActor) == 0x000000, "Member 'BGUFunctionLibraryCS_GetRTForFX::OwnerActor' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetRTForFX, RTType) == 0x000008, "Member 'BGUFunctionLibraryCS_GetRTForFX::RTType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GetRTForFX, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryCS_GetRTForFX::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_GM_AddAttr \ +static_assert(alignof(BGUFunctionLibraryCS_GM_AddAttr) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_GM_AddAttr"); \ +static_assert(sizeof(BGUFunctionLibraryCS_GM_AddAttr) == 0x000010, "Wrong size on BGUFunctionLibraryCS_GM_AddAttr"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GM_AddAttr, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_GM_AddAttr::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GM_AddAttr, AttrType) == 0x000008, "Member 'BGUFunctionLibraryCS_GM_AddAttr::AttrType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_GM_AddAttr, AddValue) == 0x00000C, "Member 'BGUFunctionLibraryCS_GM_AddAttr::AddValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUHasBuff \ +static_assert(alignof(BGUFunctionLibraryCS_BGUHasBuff) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUHasBuff"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUHasBuff) == 0x000010, "Wrong size on BGUFunctionLibraryCS_BGUHasBuff"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasBuff, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUHasBuff::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUHasBuff, BuffID) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUHasBuff::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUDBCTest \ +static_assert(alignof(BGUFunctionLibraryCS_BGUDBCTest) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUDBCTest"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUDBCTest) == 0x000018, "Wrong size on BGUFunctionLibraryCS_BGUDBCTest"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUDBCTest, Owner) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUDBCTest::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUDBCTest, DBCPath) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUDBCTest::DBCPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUAddBuff \ +static_assert(alignof(BGUFunctionLibraryCS_BGUAddBuff) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUAddBuff"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUAddBuff) == 0x000020, "Wrong size on BGUFunctionLibraryCS_BGUAddBuff"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUAddBuff, Caster) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUAddBuff::Caster' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUAddBuff, Target) == 0x000008, "Member 'BGUFunctionLibraryCS_BGUAddBuff::Target' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUAddBuff, BuffID) == 0x000010, "Member 'BGUFunctionLibraryCS_BGUAddBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUAddBuff, BuffSourceType) == 0x000014, "Member 'BGUFunctionLibraryCS_BGUAddBuff::BuffSourceType' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUAddBuff, BuffDurationTimer) == 0x000018, "Member 'BGUFunctionLibraryCS_BGUAddBuff::BuffDurationTimer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryCS_BGUGMDead \ +static_assert(alignof(BGUFunctionLibraryCS_BGUGMDead) == 0x000008, "Wrong alignment on BGUFunctionLibraryCS_BGUGMDead"); \ +static_assert(sizeof(BGUFunctionLibraryCS_BGUGMDead) == 0x000008, "Wrong size on BGUFunctionLibraryCS_BGUGMDead"); \ +static_assert(offsetof(BGUFunctionLibraryCS_BGUGMDead, Unit) == 0x000000, "Member 'BGUFunctionLibraryCS_BGUGMDead::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunctionLibraryCS \ +static_assert(alignof(UBGUFunctionLibraryCS) == 0x000008, "Wrong alignment on UBGUFunctionLibraryCS"); \ +static_assert(sizeof(UBGUFunctionLibraryCS) == 0x000028, "Wrong size on UBGUFunctionLibraryCS"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargetsCS_DeadPhyReset \ +static_assert(alignof(BGUFuncLibSelectTargetsCS_DeadPhyReset) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargetsCS_DeadPhyReset"); \ +static_assert(sizeof(BGUFuncLibSelectTargetsCS_DeadPhyReset) == 0x000008, "Wrong size on BGUFuncLibSelectTargetsCS_DeadPhyReset"); \ +static_assert(offsetof(BGUFuncLibSelectTargetsCS_DeadPhyReset, Unit) == 0x000000, "Member 'BGUFuncLibSelectTargetsCS_DeadPhyReset::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSelectTargetsCS_DeadPhyTest \ +static_assert(alignof(BGUFuncLibSelectTargetsCS_DeadPhyTest) == 0x000008, "Wrong alignment on BGUFuncLibSelectTargetsCS_DeadPhyTest"); \ +static_assert(sizeof(BGUFuncLibSelectTargetsCS_DeadPhyTest) == 0x000008, "Wrong size on BGUFuncLibSelectTargetsCS_DeadPhyTest"); \ +static_assert(offsetof(BGUFuncLibSelectTargetsCS_DeadPhyTest, Unit) == 0x000000, "Member 'BGUFuncLibSelectTargetsCS_DeadPhyTest::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibSelectTargetsCS \ +static_assert(alignof(UBGUFuncLibSelectTargetsCS) == 0x000008, "Wrong alignment on UBGUFuncLibSelectTargetsCS"); \ +static_assert(sizeof(UBGUFuncLibSelectTargetsCS) == 0x000028, "Wrong size on UBGUFuncLibSelectTargetsCS"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo \ +static_assert(alignof(BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo) == 0x000008, "Wrong alignment on BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo"); \ +static_assert(sizeof(BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo) == 0x000018, "Wrong size on BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo"); \ +static_assert(offsetof(BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo, Volume) == 0x000000, "Member 'BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo::Volume' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo, ReturnValue) == 0x000008, "Member 'BGUFuncLibResCS_GetLevelStreamingStateVolumeControlledLevelInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG \ +static_assert(alignof(BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG) == 0x000008, "Wrong alignment on BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG"); \ +static_assert(sizeof(BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG) == 0x000020, "Wrong size on BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG"); \ +static_assert(offsetof(BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG, LevelName) == 0x000000, "Member 'BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG::LevelName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG, ReturnValue) == 0x000010, "Member 'BGUFuncLibResCS_GetLevelAllLevelStreamingDataAssetConfigByCPG::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUAddLifeSavingHairWindowToDeathMontage \ +static_assert(alignof(BGUFuncLibResCS_BGUAddLifeSavingHairWindowToDeathMontage) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUAddLifeSavingHairWindowToDeathMontage"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUAddLifeSavingHairWindowToDeathMontage) == 0x000008, "Wrong size on BGUFuncLibResCS_BGUAddLifeSavingHairWindowToDeathMontage"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddLifeSavingHairWindowToDeathMontage, InMontage) == 0x000000, "Member 'BGUFuncLibResCS_BGUAddLifeSavingHairWindowToDeathMontage::InMontage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage \ +static_assert(alignof(BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage) == 0x000018, "Wrong size on BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage, InMontage) == 0x000000, "Member 'BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage::InMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage, Thresholds) == 0x000008, "Member 'BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage::Thresholds' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage, BoneName) == 0x00000C, "Member 'BGUFuncLibResCS_BGUAddBlendPhysicToDeathMontage::BoneName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM \ +static_assert(alignof(BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM) == 0x000010, "Wrong size on BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM, InMontage) == 0x000000, "Member 'BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM::InMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM, ReturnValue) == 0x000008, "Member 'BGUFuncLibResCS_BGUGetNewSweepCheckGroupIdInAM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUSetUnitNameForUDDConfig \ +static_assert(alignof(BGUFuncLibResCS_BGUSetUnitNameForUDDConfig) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUSetUnitNameForUDDConfig"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUSetUnitNameForUDDConfig) == 0x000028, "Wrong size on BGUFuncLibResCS_BGUSetUnitNameForUDDConfig"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUSetUnitNameForUDDConfig, UDDConfig) == 0x000000, "Member 'BGUFuncLibResCS_BGUSetUnitNameForUDDConfig::UDDConfig' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUSetUnitNameForUDDConfig, NormalDeadAMPath) == 0x000008, "Member 'BGUFuncLibResCS_BGUSetUnitNameForUDDConfig::NormalDeadAMPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUSetUnitNameForUDDConfig, UnitResName) == 0x000018, "Member 'BGUFuncLibResCS_BGUSetUnitNameForUDDConfig::UnitResName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUSetUnitNameForUBAConfig \ +static_assert(alignof(BGUFuncLibResCS_BGUSetUnitNameForUBAConfig) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUSetUnitNameForUBAConfig"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUSetUnitNameForUBAConfig) == 0x000028, "Wrong size on BGUFuncLibResCS_BGUSetUnitNameForUBAConfig"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUSetUnitNameForUBAConfig, UBAConfig) == 0x000000, "Member 'BGUFuncLibResCS_BGUSetUnitNameForUBAConfig::UBAConfig' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUSetUnitNameForUBAConfig, NormalStiffAMPath) == 0x000008, "Member 'BGUFuncLibResCS_BGUSetUnitNameForUBAConfig::NormalStiffAMPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUSetUnitNameForUBAConfig, UnitResName) == 0x000018, "Member 'BGUFuncLibResCS_BGUSetUnitNameForUBAConfig::UnitResName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUAddNotifyStateToMontage \ +static_assert(alignof(BGUFuncLibResCS_BGUAddNotifyStateToMontage) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUAddNotifyStateToMontage"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUAddNotifyStateToMontage) == 0x000028, "Wrong size on BGUFuncLibResCS_BGUAddNotifyStateToMontage"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddNotifyStateToMontage, InMontage) == 0x000000, "Member 'BGUFuncLibResCS_BGUAddNotifyStateToMontage::InMontage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddNotifyStateToMontage, TrackName) == 0x000008, "Member 'BGUFuncLibResCS_BGUAddNotifyStateToMontage::TrackName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddNotifyStateToMontage, StartPos) == 0x000010, "Member 'BGUFuncLibResCS_BGUAddNotifyStateToMontage::StartPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddNotifyStateToMontage, Duration) == 0x000014, "Member 'BGUFuncLibResCS_BGUAddNotifyStateToMontage::Duration' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUAddNotifyStateToMontage, NotifyClass) == 0x000018, "Member 'BGUFuncLibResCS_BGUAddNotifyStateToMontage::NotifyClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_CheckoutAndSavePackage \ +static_assert(alignof(BGUFuncLibResCS_CheckoutAndSavePackage) == 0x000008, "Wrong alignment on BGUFuncLibResCS_CheckoutAndSavePackage"); \ +static_assert(sizeof(BGUFuncLibResCS_CheckoutAndSavePackage) == 0x000028, "Wrong size on BGUFuncLibResCS_CheckoutAndSavePackage"); \ +static_assert(offsetof(BGUFuncLibResCS_CheckoutAndSavePackage, Objects) == 0x000000, "Member 'BGUFuncLibResCS_CheckoutAndSavePackage::Objects' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_CheckoutAndSavePackage, FailedPackages) == 0x000010, "Member 'BGUFuncLibResCS_CheckoutAndSavePackage::FailedPackages' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUCopyAndRenameDEADAM \ +static_assert(alignof(BGUFuncLibResCS_BGUCopyAndRenameDEADAM) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUCopyAndRenameDEADAM"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUCopyAndRenameDEADAM) == 0x000028, "Wrong size on BGUFuncLibResCS_BGUCopyAndRenameDEADAM"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameDEADAM, BeginResID) == 0x000000, "Member 'BGUFuncLibResCS_BGUCopyAndRenameDEADAM::BeginResID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameDEADAM, EndResID) == 0x000004, "Member 'BGUFuncLibResCS_BGUCopyAndRenameDEADAM::EndResID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameDEADAM, NeedDeleteDeadAMCatalogList) == 0x000008, "Member 'BGUFuncLibResCS_BGUCopyAndRenameDEADAM::NeedDeleteDeadAMCatalogList' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameDEADAM, Result) == 0x000018, "Member 'BGUFuncLibResCS_BGUCopyAndRenameDEADAM::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibResCS_BGUCopyAndRenameBHAM \ +static_assert(alignof(BGUFuncLibResCS_BGUCopyAndRenameBHAM) == 0x000008, "Wrong alignment on BGUFuncLibResCS_BGUCopyAndRenameBHAM"); \ +static_assert(sizeof(BGUFuncLibResCS_BGUCopyAndRenameBHAM) == 0x000038, "Wrong size on BGUFuncLibResCS_BGUCopyAndRenameBHAM"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameBHAM, WorldContext) == 0x000000, "Member 'BGUFuncLibResCS_BGUCopyAndRenameBHAM::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameBHAM, BeginResID) == 0x00000C, "Member 'BGUFuncLibResCS_BGUCopyAndRenameBHAM::BeginResID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameBHAM, EndResID) == 0x000010, "Member 'BGUFuncLibResCS_BGUCopyAndRenameBHAM::EndResID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameBHAM, NeedDeleteBHCatalogList) == 0x000018, "Member 'BGUFuncLibResCS_BGUCopyAndRenameBHAM::NeedDeleteBHCatalogList' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibResCS_BGUCopyAndRenameBHAM, Result) == 0x000028, "Member 'BGUFuncLibResCS_BGUCopyAndRenameBHAM::Result' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibResCS \ +static_assert(alignof(UBGUFuncLibResCS) == 0x000008, "Wrong alignment on UBGUFuncLibResCS"); \ +static_assert(sizeof(UBGUFuncLibResCS) == 0x000028, "Wrong size on UBGUFuncLibResCS"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag \ +static_assert(alignof(BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag) == 0x000010, "Wrong size on BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag, WorldContextObject) == 0x000000, "Member 'BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag::WorldContextObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag, MatchTag) == 0x000008, "Member 'BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayerByTamerActorTag::MatchTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation \ +static_assert(alignof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation"); \ +static_assert(sizeof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation) == 0x000038, "Wrong size on BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation, position) == 0x000008, "Member 'BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation::position' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation, SpeedRateType) == 0x000020, "Member 'BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation, turnSpeed) == 0x000024, "Member 'BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation::turnSpeed' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation, AcceptableRadius) == 0x000028, "Member 'BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation, ReturnValue) == 0x000030, "Member 'BGUFuncLibAICS_BGURequestAIWallAndCellMoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM \ +static_assert(alignof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM"); \ +static_assert(sizeof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM) == 0x000030, "Wrong size on BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM, position) == 0x000008, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM::position' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM, SpeedRateType) == 0x000020, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM, AcceptableRadius) == 0x000024, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM, MoveAIType) == 0x000028, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM, MotionMatchingState) == 0x00002B, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM::MotionMatchingState' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM, ReturnValue) == 0x00002C, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocationWithMM::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID \ +static_assert(alignof(BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID"); \ +static_assert(sizeof(BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID) == 0x000018, "Wrong size on BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID, SkillID) == 0x000008, "Member 'BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID, SourceType) == 0x00000C, "Member 'BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID::SourceType' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID, ReturnValue) == 0x000010, "Member 'BGUFuncLibAICS_BGURequestAIUseSkillWithSkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayer \ +static_assert(alignof(BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayer) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayer"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayer) == 0x000008, "Wrong size on BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayer"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayer, WorldContextObject) == 0x000000, "Member 'BGUFuncLibAICS_BGUAISetUnitsTargetAsPlayer::WorldContextObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGURequestAIMoveToLocation \ +static_assert(alignof(BGUFuncLibAICS_BGURequestAIMoveToLocation) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGURequestAIMoveToLocation"); \ +static_assert(sizeof(BGUFuncLibAICS_BGURequestAIMoveToLocation) == 0x000030, "Wrong size on BGUFuncLibAICS_BGURequestAIMoveToLocation"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocation, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocation::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocation, position) == 0x000008, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocation::position' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocation, SpeedRateType) == 0x000020, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocation::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocation, AcceptableRadius) == 0x000024, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocation::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocation, MoveAIType) == 0x000028, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocation::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMoveToLocation, ReturnValue) == 0x00002C, "Member 'BGUFuncLibAICS_BGURequestAIMoveToLocation::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUAISetUnitTargetAsPlayer \ +static_assert(alignof(BGUFuncLibAICS_BGUAISetUnitTargetAsPlayer) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUAISetUnitTargetAsPlayer"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUAISetUnitTargetAsPlayer) == 0x000008, "Wrong size on BGUFuncLibAICS_BGUAISetUnitTargetAsPlayer"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISetUnitTargetAsPlayer, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGUAISetUnitTargetAsPlayer::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGURequestAIMontageMoveTo \ +static_assert(alignof(BGUFuncLibAICS_BGURequestAIMontageMoveTo) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGURequestAIMontageMoveTo"); \ +static_assert(sizeof(BGUFuncLibAICS_BGURequestAIMontageMoveTo) == 0x000020, "Wrong size on BGUFuncLibAICS_BGURequestAIMontageMoveTo"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMontageMoveTo, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGURequestAIMontageMoveTo::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMontageMoveTo, Montage) == 0x000008, "Member 'BGUFuncLibAICS_BGURequestAIMontageMoveTo::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMontageMoveTo, ScaleRate) == 0x000010, "Member 'BGUFuncLibAICS_BGURequestAIMontageMoveTo::ScaleRate' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMontageMoveTo, PlayTimeRate) == 0x000014, "Member 'BGUFuncLibAICS_BGURequestAIMontageMoveTo::PlayTimeRate' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMontageMoveTo, PosOffset) == 0x000018, "Member 'BGUFuncLibAICS_BGURequestAIMontageMoveTo::PosOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGURequestAIMontageMoveTo, ReturnValue) == 0x00001C, "Member 'BGUFuncLibAICS_BGURequestAIMontageMoveTo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUUpdateUnitBattleState \ +static_assert(alignof(BGUFuncLibAICS_BGUUpdateUnitBattleState) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUUpdateUnitBattleState"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUUpdateUnitBattleState) == 0x000010, "Wrong size on BGUFuncLibAICS_BGUUpdateUnitBattleState"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUUpdateUnitBattleState, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGUUpdateUnitBattleState::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUCancelAICurrentMove \ +static_assert(alignof(BGUFuncLibAICS_BGUCancelAICurrentMove) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUCancelAICurrentMove"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUCancelAICurrentMove) == 0x000008, "Wrong size on BGUFuncLibAICS_BGUCancelAICurrentMove"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUCancelAICurrentMove, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGUCancelAICurrentMove::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUAITriggerFSMEvent \ +static_assert(alignof(BGUFuncLibAICS_BGUAITriggerFSMEvent) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUAITriggerFSMEvent"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUAITriggerFSMEvent) == 0x000010, "Wrong size on BGUFuncLibAICS_BGUAITriggerFSMEvent"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAITriggerFSMEvent, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGUAITriggerFSMEvent::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAITriggerFSMEvent, FSMEvent) == 0x000008, "Member 'BGUFuncLibAICS_BGUAITriggerFSMEvent::FSMEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUAISwitchSideWalk \ +static_assert(alignof(BGUFuncLibAICS_BGUAISwitchSideWalk) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUAISwitchSideWalk"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUAISwitchSideWalk) == 0x000010, "Wrong size on BGUFuncLibAICS_BGUAISwitchSideWalk"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISwitchSideWalk, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGUAISwitchSideWalk::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUCancelAIMoveTo \ +static_assert(alignof(BGUFuncLibAICS_BGUCancelAIMoveTo) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUCancelAIMoveTo"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUCancelAIMoveTo) == 0x000010, "Wrong size on BGUFuncLibAICS_BGUCancelAIMoveTo"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUCancelAIMoveTo, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGUCancelAIMoveTo::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUCancelAIMoveTo, RequestIdx) == 0x000008, "Member 'BGUFuncLibAICS_BGUCancelAIMoveTo::RequestIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAICS_BGUAISideWalk \ +static_assert(alignof(BGUFuncLibAICS_BGUAISideWalk) == 0x000008, "Wrong alignment on BGUFuncLibAICS_BGUAISideWalk"); \ +static_assert(sizeof(BGUFuncLibAICS_BGUAISideWalk) == 0x000018, "Wrong size on BGUFuncLibAICS_BGUAISideWalk"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISideWalk, Unit) == 0x000000, "Member 'BGUFuncLibAICS_BGUAISideWalk::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISideWalk, MoveForwardValue) == 0x000008, "Member 'BGUFuncLibAICS_BGUAISideWalk::MoveForwardValue' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISideWalk, MoveHorizonValue) == 0x00000C, "Member 'BGUFuncLibAICS_BGUAISideWalk::MoveHorizonValue' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAICS_BGUAISideWalk, ReturnValue) == 0x000010, "Member 'BGUFuncLibAICS_BGUAISideWalk::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibAICS \ +static_assert(alignof(UBGUFuncLibAICS) == 0x000008, "Wrong alignment on UBGUFuncLibAICS"); \ +static_assert(sizeof(UBGUFuncLibAICS) == 0x000028, "Wrong size on UBGUFuncLibAICS"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_ObserveByCondition_PostPropertyChanged \ +static_assert(alignof(BED_QuestNode_ObserveByCondition_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_ObserveByCondition_PostPropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_ObserveByCondition_PostPropertyChanged) == 0x000020, "Wrong size on BED_QuestNode_ObserveByCondition_PostPropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_ObserveByCondition_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestNode_ObserveByCondition_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestNode_ObserveByCondition_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestNode_ObserveByCondition_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_ObserveByCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_ObserveByCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_ObserveByCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_ObserveByCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_ObserveByCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_ObserveByCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_ObserveByCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_ObserveByCondition \ +static_assert(alignof(UBED_QuestNode_ObserveByCondition) == 0x000008, "Wrong alignment on UBED_QuestNode_ObserveByCondition"); \ +static_assert(sizeof(UBED_QuestNode_ObserveByCondition) == 0x000348, "Wrong size on UBED_QuestNode_ObserveByCondition"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, ConditionType) == 0x0002A0, "Member 'UBED_QuestNode_ObserveByCondition::ConditionType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, SuccessLimit) == 0x0002A4, "Member 'UBED_QuestNode_ObserveByCondition::SuccessLimit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, ObservedPlayerOrUnitOrActor) == 0x0002A8, "Member 'UBED_QuestNode_ObserveByCondition::ObservedPlayerOrUnitOrActor' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, UnitState) == 0x0002B8, "Member 'UBED_QuestNode_ObserveByCondition::UnitState' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, SimpleState) == 0x0002B9, "Member 'UBED_QuestNode_ObserveByCondition::SimpleState' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, AttrFloatType) == 0x0002BA, "Member 'UBED_QuestNode_ObserveByCondition::AttrFloatType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, CompareOperation) == 0x0002BB, "Member 'UBED_QuestNode_ObserveByCondition::CompareOperation' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, CompareValue) == 0x0002BC, "Member 'UBED_QuestNode_ObserveByCondition::CompareValue' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, Buff) == 0x0002C0, "Member 'UBED_QuestNode_ObserveByCondition::Buff' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, ItemNumOnline) == 0x0002D0, "Member 'UBED_QuestNode_ObserveByCondition::ItemNumOnline' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, ChallengeLevel) == 0x0002D8, "Member 'UBED_QuestNode_ObserveByCondition::ChallengeLevel' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, BuffID) == 0x0002DC, "Member 'UBED_QuestNode_ObserveByCondition::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, ObservedActor) == 0x0002E0, "Member 'UBED_QuestNode_ObserveByCondition::ObservedActor' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, ObservedUnit) == 0x000308, "Member 'UBED_QuestNode_ObserveByCondition::ObservedUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_ObserveByCondition, ObservedActorGuid) == 0x000330, "Member 'UBED_QuestNode_ObserveByCondition::ObservedActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate \ +static_assert(alignof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate) == 0x000008, "Wrong alignment on BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate"); \ +static_assert(sizeof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate) == 0x000058, "Wrong size on BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, Unit) == 0x000000, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, TargetPos) == 0x000008, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::TargetPos' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, NotifyBeginTime) == 0x000020, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::NotifyBeginTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, NotifyEndTime) == 0x000024, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::NotifyEndTime' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, AMScaleMinRate) == 0x000028, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::AMScaleMinRate' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, AMScaleMaxRate) == 0x00002C, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::AMScaleMaxRate' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, AMScaleMoveOffset) == 0x000030, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::AMScaleMoveOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, AMScaleMoveOffsetZ) == 0x000034, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::AMScaleMoveOffsetZ' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate, ReturnValue) == 0x000040, "Member 'BGUFuncLibSkillCS_BGUCalcSkillMontageScaleRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkillCS_BGUGetLastSkillCastTime \ +static_assert(alignof(BGUFuncLibSkillCS_BGUGetLastSkillCastTime) == 0x000008, "Wrong alignment on BGUFuncLibSkillCS_BGUGetLastSkillCastTime"); \ +static_assert(sizeof(BGUFuncLibSkillCS_BGUGetLastSkillCastTime) == 0x000010, "Wrong size on BGUFuncLibSkillCS_BGUGetLastSkillCastTime"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUGetLastSkillCastTime, Unit) == 0x000000, "Member 'BGUFuncLibSkillCS_BGUGetLastSkillCastTime::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUGetLastSkillCastTime, SkillID) == 0x000008, "Member 'BGUFuncLibSkillCS_BGUGetLastSkillCastTime::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUGetLastSkillCastTime, ReturnValue) == 0x00000C, "Member 'BGUFuncLibSkillCS_BGUGetLastSkillCastTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkillCS_BGUGetCastingSkillID \ +static_assert(alignof(BGUFuncLibSkillCS_BGUGetCastingSkillID) == 0x000008, "Wrong alignment on BGUFuncLibSkillCS_BGUGetCastingSkillID"); \ +static_assert(sizeof(BGUFuncLibSkillCS_BGUGetCastingSkillID) == 0x000010, "Wrong size on BGUFuncLibSkillCS_BGUGetCastingSkillID"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUGetCastingSkillID, Unit) == 0x000000, "Member 'BGUFuncLibSkillCS_BGUGetCastingSkillID::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUGetCastingSkillID, ReturnValue) == 0x000008, "Member 'BGUFuncLibSkillCS_BGUGetCastingSkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibSkillCS_BGUGetLastSkillID \ +static_assert(alignof(BGUFuncLibSkillCS_BGUGetLastSkillID) == 0x000008, "Wrong alignment on BGUFuncLibSkillCS_BGUGetLastSkillID"); \ +static_assert(sizeof(BGUFuncLibSkillCS_BGUGetLastSkillID) == 0x000010, "Wrong size on BGUFuncLibSkillCS_BGUGetLastSkillID"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUGetLastSkillID, Unit) == 0x000000, "Member 'BGUFuncLibSkillCS_BGUGetLastSkillID::Unit' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibSkillCS_BGUGetLastSkillID, ReturnValue) == 0x000008, "Member 'BGUFuncLibSkillCS_BGUGetLastSkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibSkillCS \ +static_assert(alignof(UBGUFuncLibSkillCS) == 0x000008, "Wrong alignment on UBGUFuncLibSkillCS"); \ +static_assert(sizeof(UBGUFuncLibSkillCS) == 0x000028, "Wrong size on UBGUFuncLibSkillCS"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_without_C \ +static_assert(alignof(BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_without_C) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_without_C"); \ +static_assert(sizeof(BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_without_C) == 0x000010, "Wrong size on BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_without_C"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_without_C, CurrentUsedBPPath) == 0x000000, "Member 'BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_without_C::CurrentUsedBPPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_with_C \ +static_assert(alignof(BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_with_C) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_with_C"); \ +static_assert(sizeof(BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_with_C) == 0x000010, "Wrong size on BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_with_C"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_with_C, CurrentUsedBPPath) == 0x000000, "Member 'BGUFuncLibProjectile_GetAllProjectileBPPathFromDesc_with_C::CurrentUsedBPPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single \ +static_assert(alignof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single"); \ +static_assert(sizeof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single) == 0x000028, "Wrong size on BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single, ProjectileBaseActor_CDO) == 0x000000, "Member 'BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single::ProjectileBaseActor_CDO' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single, BP) == 0x000008, "Member 'BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single::BP' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single, ErrorLog) == 0x000010, "Member 'BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Single::ErrorLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Full \ +static_assert(alignof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Full) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Full"); \ +static_assert(sizeof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Full) == 0x000010, "Wrong size on BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Full"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Full, ErrorLog) == 0x000000, "Member 'BGUFuncLibProjectile_ProjectileAssetMoveCompToBP_Full::ErrorLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_CreateInteractCompForProjectile \ +static_assert(alignof(BGUFuncLibProjectile_CreateInteractCompForProjectile) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_CreateInteractCompForProjectile"); \ +static_assert(sizeof(BGUFuncLibProjectile_CreateInteractCompForProjectile) == 0x000028, "Wrong size on BGUFuncLibProjectile_CreateInteractCompForProjectile"); \ +static_assert(offsetof(BGUFuncLibProjectile_CreateInteractCompForProjectile, ProjectileBaseActor_CDO) == 0x000000, "Member 'BGUFuncLibProjectile_CreateInteractCompForProjectile::ProjectileBaseActor_CDO' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_CreateInteractCompForProjectile, BP) == 0x000008, "Member 'BGUFuncLibProjectile_CreateInteractCompForProjectile::BP' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_CreateInteractCompForProjectile, ErrorLog) == 0x000010, "Member 'BGUFuncLibProjectile_CreateInteractCompForProjectile::ErrorLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_ModifyProjectileCheckShapeType \ +static_assert(alignof(BGUFuncLibProjectile_ModifyProjectileCheckShapeType) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_ModifyProjectileCheckShapeType"); \ +static_assert(sizeof(BGUFuncLibProjectile_ModifyProjectileCheckShapeType) == 0x000030, "Wrong size on BGUFuncLibProjectile_ModifyProjectileCheckShapeType"); \ +static_assert(offsetof(BGUFuncLibProjectile_ModifyProjectileCheckShapeType, ProjectileBaseActor_CDO) == 0x000000, "Member 'BGUFuncLibProjectile_ModifyProjectileCheckShapeType::ProjectileBaseActor_CDO' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_ModifyProjectileCheckShapeType, BP) == 0x000008, "Member 'BGUFuncLibProjectile_ModifyProjectileCheckShapeType::BP' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_ModifyProjectileCheckShapeType, CheckShape) == 0x000010, "Member 'BGUFuncLibProjectile_ModifyProjectileCheckShapeType::CheckShape' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_ModifyProjectileCheckShapeType, ErrorLog) == 0x000018, "Member 'BGUFuncLibProjectile_ModifyProjectileCheckShapeType::ErrorLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_CheckEffectsUsedInBulletExpand \ +static_assert(alignof(BGUFuncLibProjectile_CheckEffectsUsedInBulletExpand) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_CheckEffectsUsedInBulletExpand"); \ +static_assert(sizeof(BGUFuncLibProjectile_CheckEffectsUsedInBulletExpand) == 0x000010, "Wrong size on BGUFuncLibProjectile_CheckEffectsUsedInBulletExpand"); \ +static_assert(offsetof(BGUFuncLibProjectile_CheckEffectsUsedInBulletExpand, ReturnValue) == 0x000000, "Member 'BGUFuncLibProjectile_CheckEffectsUsedInBulletExpand::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_CreateCheckCompForProjectile \ +static_assert(alignof(BGUFuncLibProjectile_CreateCheckCompForProjectile) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_CreateCheckCompForProjectile"); \ +static_assert(sizeof(BGUFuncLibProjectile_CreateCheckCompForProjectile) == 0x000030, "Wrong size on BGUFuncLibProjectile_CreateCheckCompForProjectile"); \ +static_assert(offsetof(BGUFuncLibProjectile_CreateCheckCompForProjectile, ProjectileBaseActor_CDO) == 0x000000, "Member 'BGUFuncLibProjectile_CreateCheckCompForProjectile::ProjectileBaseActor_CDO' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_CreateCheckCompForProjectile, BP) == 0x000008, "Member 'BGUFuncLibProjectile_CreateCheckCompForProjectile::BP' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_CreateCheckCompForProjectile, CheckShape) == 0x000010, "Member 'BGUFuncLibProjectile_CreateCheckCompForProjectile::CheckShape' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_CreateCheckCompForProjectile, ErrorLog) == 0x000018, "Member 'BGUFuncLibProjectile_CreateCheckCompForProjectile::ErrorLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_ProjectileAssetCheck_Single \ +static_assert(alignof(BGUFuncLibProjectile_ProjectileAssetCheck_Single) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_ProjectileAssetCheck_Single"); \ +static_assert(sizeof(BGUFuncLibProjectile_ProjectileAssetCheck_Single) == 0x000020, "Wrong size on BGUFuncLibProjectile_ProjectileAssetCheck_Single"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetCheck_Single, ProjectileBaseActor_CDO) == 0x000000, "Member 'BGUFuncLibProjectile_ProjectileAssetCheck_Single::ProjectileBaseActor_CDO' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetCheck_Single, ErrorLog) == 0x000008, "Member 'BGUFuncLibProjectile_ProjectileAssetCheck_Single::ErrorLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_ProjectileAssetCheck_Full \ +static_assert(alignof(BGUFuncLibProjectile_ProjectileAssetCheck_Full) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_ProjectileAssetCheck_Full"); \ +static_assert(sizeof(BGUFuncLibProjectile_ProjectileAssetCheck_Full) == 0x000028, "Wrong size on BGUFuncLibProjectile_ProjectileAssetCheck_Full"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetCheck_Full, ErrorLog) == 0x000000, "Member 'BGUFuncLibProjectile_ProjectileAssetCheck_Full::ErrorLog' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_ProjectileAssetCheck_Full, MarkDirtyList) == 0x000010, "Member 'BGUFuncLibProjectile_ProjectileAssetCheck_Full::MarkDirtyList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_CheckBuffDispUsedInBullet \ +static_assert(alignof(BGUFuncLibProjectile_CheckBuffDispUsedInBullet) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_CheckBuffDispUsedInBullet"); \ +static_assert(sizeof(BGUFuncLibProjectile_CheckBuffDispUsedInBullet) == 0x000010, "Wrong size on BGUFuncLibProjectile_CheckBuffDispUsedInBullet"); \ +static_assert(offsetof(BGUFuncLibProjectile_CheckBuffDispUsedInBullet, ReturnValue) == 0x000000, "Member 'BGUFuncLibProjectile_CheckBuffDispUsedInBullet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_FindProjectileAboutFlame \ +static_assert(alignof(BGUFuncLibProjectile_FindProjectileAboutFlame) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_FindProjectileAboutFlame"); \ +static_assert(sizeof(BGUFuncLibProjectile_FindProjectileAboutFlame) == 0x000018, "Wrong size on BGUFuncLibProjectile_FindProjectileAboutFlame"); \ +static_assert(offsetof(BGUFuncLibProjectile_FindProjectileAboutFlame, ErrorLog) == 0x000000, "Member 'BGUFuncLibProjectile_FindProjectileAboutFlame::ErrorLog' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_CheckOutAllProjectileBP \ +static_assert(alignof(BGUFuncLibProjectile_CheckOutAllProjectileBP) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_CheckOutAllProjectileBP"); \ +static_assert(sizeof(BGUFuncLibProjectile_CheckOutAllProjectileBP) == 0x000018, "Wrong size on BGUFuncLibProjectile_CheckOutAllProjectileBP"); \ +static_assert(offsetof(BGUFuncLibProjectile_CheckOutAllProjectileBP, CheckOutMap) == 0x000000, "Member 'BGUFuncLibProjectile_CheckOutAllProjectileBP::CheckOutMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_CheckCompHasChildComp \ +static_assert(alignof(BGUFuncLibProjectile_CheckCompHasChildComp) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_CheckCompHasChildComp"); \ +static_assert(sizeof(BGUFuncLibProjectile_CheckCompHasChildComp) == 0x000010, "Wrong size on BGUFuncLibProjectile_CheckCompHasChildComp"); \ +static_assert(offsetof(BGUFuncLibProjectile_CheckCompHasChildComp, ErrorBPPathList) == 0x000000, "Member 'BGUFuncLibProjectile_CheckCompHasChildComp::ErrorBPPathList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_CheckBuffUsedInBullet \ +static_assert(alignof(BGUFuncLibProjectile_CheckBuffUsedInBullet) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_CheckBuffUsedInBullet"); \ +static_assert(sizeof(BGUFuncLibProjectile_CheckBuffUsedInBullet) == 0x000010, "Wrong size on BGUFuncLibProjectile_CheckBuffUsedInBullet"); \ +static_assert(offsetof(BGUFuncLibProjectile_CheckBuffUsedInBullet, ReturnValue) == 0x000000, "Member 'BGUFuncLibProjectile_CheckBuffUsedInBullet::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_GetCtrProjectileByID \ +static_assert(alignof(BGUFuncLibProjectile_GetCtrProjectileByID) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_GetCtrProjectileByID"); \ +static_assert(sizeof(BGUFuncLibProjectile_GetCtrProjectileByID) == 0x000018, "Wrong size on BGUFuncLibProjectile_GetCtrProjectileByID"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetCtrProjectileByID, CurCharacter) == 0x000000, "Member 'BGUFuncLibProjectile_GetCtrProjectileByID::CurCharacter' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetCtrProjectileByID, ProjectileID) == 0x000008, "Member 'BGUFuncLibProjectile_GetCtrProjectileByID::ProjectileID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetCtrProjectileByID, ReturnValue) == 0x000010, "Member 'BGUFuncLibProjectile_GetCtrProjectileByID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_GetBuffEffectTypes \ +static_assert(alignof(BGUFuncLibProjectile_GetBuffEffectTypes) == 0x000008, "Wrong alignment on BGUFuncLibProjectile_GetBuffEffectTypes"); \ +static_assert(sizeof(BGUFuncLibProjectile_GetBuffEffectTypes) == 0x000018, "Wrong size on BGUFuncLibProjectile_GetBuffEffectTypes"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetBuffEffectTypes, BuffID) == 0x000000, "Member 'BGUFuncLibProjectile_GetBuffEffectTypes::BuffID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetBuffEffectTypes, ReturnValue) == 0x000008, "Member 'BGUFuncLibProjectile_GetBuffEffectTypes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibProjectile_GetProjectileType \ +static_assert(alignof(BGUFuncLibProjectile_GetProjectileType) == 0x000004, "Wrong alignment on BGUFuncLibProjectile_GetProjectileType"); \ +static_assert(sizeof(BGUFuncLibProjectile_GetProjectileType) == 0x000008, "Wrong size on BGUFuncLibProjectile_GetProjectileType"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetProjectileType, ProjectileID) == 0x000000, "Member 'BGUFuncLibProjectile_GetProjectileType::ProjectileID' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibProjectile_GetProjectileType, ReturnValue) == 0x000004, "Member 'BGUFuncLibProjectile_GetProjectileType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibProjectile \ +static_assert(alignof(UBGUFuncLibProjectile) == 0x000008, "Wrong alignment on UBGUFuncLibProjectile"); \ +static_assert(sizeof(UBGUFuncLibProjectile) == 0x000028, "Wrong size on UBGUFuncLibProjectile"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_Finish \ +static_assert(alignof(UBED_QuestNode_Finish) == 0x000008, "Wrong alignment on UBED_QuestNode_Finish"); \ +static_assert(sizeof(UBED_QuestNode_Finish) == 0x0002A0, "Wrong size on UBED_QuestNode_Finish"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected \ +static_assert(alignof(BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected"); \ +static_assert(sizeof(BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected) == 0x000020, "Wrong size on BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected, SelectedLevels) == 0x000000, "Member 'BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected::SelectedLevels' has a wrong offset!"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected, ReturnValue) == 0x000010, "Member 'BGUFunclibEditorUtility_GetAllSkeletalActorWithoutPerfFromSelected::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_SetupSkeletalActorInactiveInfo \ +static_assert(alignof(BGUFunclibEditorUtility_SetupSkeletalActorInactiveInfo) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_SetupSkeletalActorInactiveInfo"); \ +static_assert(sizeof(BGUFunclibEditorUtility_SetupSkeletalActorInactiveInfo) == 0x000008, "Wrong size on BGUFunclibEditorUtility_SetupSkeletalActorInactiveInfo"); \ +static_assert(offsetof(BGUFunclibEditorUtility_SetupSkeletalActorInactiveInfo, InActor) == 0x000000, "Member 'BGUFunclibEditorUtility_SetupSkeletalActorInactiveInfo::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV \ +static_assert(alignof(BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV"); \ +static_assert(sizeof(BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV) == 0x000020, "Wrong size on BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV"); \ +static_assert(offsetof(BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV, LevelSkeletalMeshInfo) == 0x000000, "Member 'BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV::LevelSkeletalMeshInfo' has a wrong offset!"); \ +static_assert(offsetof(BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV, CSVPath) == 0x000010, "Member 'BGUFunclibEditorUtility_PrintSkeletalMeshPerfInfoCSV::CSVPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_CheckIsActorInactiveManaged \ +static_assert(alignof(BGUFunclibEditorUtility_CheckIsActorInactiveManaged) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_CheckIsActorInactiveManaged"); \ +static_assert(sizeof(BGUFunclibEditorUtility_CheckIsActorInactiveManaged) == 0x000010, "Wrong size on BGUFunclibEditorUtility_CheckIsActorInactiveManaged"); \ +static_assert(offsetof(BGUFunclibEditorUtility_CheckIsActorInactiveManaged, Actor) == 0x000000, "Member 'BGUFunclibEditorUtility_CheckIsActorInactiveManaged::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_GetAllSkeletalActorInLevel \ +static_assert(alignof(BGUFunclibEditorUtility_GetAllSkeletalActorInLevel) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_GetAllSkeletalActorInLevel"); \ +static_assert(sizeof(BGUFunclibEditorUtility_GetAllSkeletalActorInLevel) == 0x000018, "Wrong size on BGUFunclibEditorUtility_GetAllSkeletalActorInLevel"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetAllSkeletalActorInLevel, Level) == 0x000000, "Member 'BGUFunclibEditorUtility_GetAllSkeletalActorInLevel::Level' has a wrong offset!"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetAllSkeletalActorInLevel, ReturnValue) == 0x000008, "Member 'BGUFunclibEditorUtility_GetAllSkeletalActorInLevel::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_SwitchDebugWidgetState \ +static_assert(alignof(BGUFunclibEditorUtility_SwitchDebugWidgetState) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_SwitchDebugWidgetState"); \ +static_assert(sizeof(BGUFunclibEditorUtility_SwitchDebugWidgetState) == 0x000008, "Wrong size on BGUFunclibEditorUtility_SwitchDebugWidgetState"); \ +static_assert(offsetof(BGUFunclibEditorUtility_SwitchDebugWidgetState, Actor) == 0x000000, "Member 'BGUFunclibEditorUtility_SwitchDebugWidgetState::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_GetSkillIDByAMPath \ +static_assert(alignof(BGUFunclibEditorUtility_GetSkillIDByAMPath) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_GetSkillIDByAMPath"); \ +static_assert(sizeof(BGUFunclibEditorUtility_GetSkillIDByAMPath) == 0x000020, "Wrong size on BGUFunclibEditorUtility_GetSkillIDByAMPath"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetSkillIDByAMPath, AMPath) == 0x000000, "Member 'BGUFunclibEditorUtility_GetSkillIDByAMPath::AMPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetSkillIDByAMPath, ReturnValue) == 0x000010, "Member 'BGUFunclibEditorUtility_GetSkillIDByAMPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_GetAMPathBySkillID \ +static_assert(alignof(BGUFunclibEditorUtility_GetAMPathBySkillID) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_GetAMPathBySkillID"); \ +static_assert(sizeof(BGUFunclibEditorUtility_GetAMPathBySkillID) == 0x000018, "Wrong size on BGUFunclibEditorUtility_GetAMPathBySkillID"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetAMPathBySkillID, SkillID) == 0x000000, "Member 'BGUFunclibEditorUtility_GetAMPathBySkillID::SkillID' has a wrong offset!"); \ +static_assert(offsetof(BGUFunclibEditorUtility_GetAMPathBySkillID, ReturnValue) == 0x000008, "Member 'BGUFunclibEditorUtility_GetAMPathBySkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunclibEditorUtility_PrintStringsToCSV \ +static_assert(alignof(BGUFunclibEditorUtility_PrintStringsToCSV) == 0x000008, "Wrong alignment on BGUFunclibEditorUtility_PrintStringsToCSV"); \ +static_assert(sizeof(BGUFunclibEditorUtility_PrintStringsToCSV) == 0x000020, "Wrong size on BGUFunclibEditorUtility_PrintStringsToCSV"); \ +static_assert(offsetof(BGUFunclibEditorUtility_PrintStringsToCSV, Infos) == 0x000000, "Member 'BGUFunclibEditorUtility_PrintStringsToCSV::Infos' has a wrong offset!"); \ +static_assert(offsetof(BGUFunclibEditorUtility_PrintStringsToCSV, CSVPath) == 0x000010, "Member 'BGUFunclibEditorUtility_PrintStringsToCSV::CSVPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunclibEditorUtility \ +static_assert(alignof(UBGUFunclibEditorUtility) == 0x000008, "Wrong alignment on UBGUFunclibEditorUtility"); \ +static_assert(sizeof(UBGUFunclibEditorUtility) == 0x000028, "Wrong size on UBGUFunclibEditorUtility"); \ + +#define DUMPER7_ASSERTS_UBGW_UIMgr \ +static_assert(alignof(UBGW_UIMgr) == 0x000008, "Wrong alignment on UBGW_UIMgr"); \ +static_assert(sizeof(UBGW_UIMgr) == 0x000028, "Wrong size on UBGW_UIMgr"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibSceneObj \ +static_assert(alignof(UBGUFuncLibSceneObj) == 0x000008, "Wrong alignment on UBGUFuncLibSceneObj"); \ +static_assert(sizeof(UBGUFuncLibSceneObj) == 0x000028, "Wrong size on UBGUFuncLibSceneObj"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection \ +static_assert(alignof(BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection, Direction) == 0x000008, "Member 'BGUFuncLibAnim_BGUSetPlayerLocomotionLockMoveDirection::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup \ +static_assert(alignof(BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup, CPG) == 0x000000, "Member 'BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup::CPG' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup, TargetAction) == 0x000008, "Member 'BGUFuncLibAnim_BGUTryFindCPGIdleNodeWithoutResetGroup::TargetAction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUPlayerLocomotionEnterLockMoveState \ +static_assert(alignof(BGUFuncLibAnim_BGUPlayerLocomotionEnterLockMoveState) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUPlayerLocomotionEnterLockMoveState"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUPlayerLocomotionEnterLockMoveState) == 0x000008, "Wrong size on BGUFuncLibAnim_BGUPlayerLocomotionEnterLockMoveState"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUPlayerLocomotionEnterLockMoveState, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUPlayerLocomotionEnterLockMoveState::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir \ +static_assert(alignof(BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir, MoveDir) == 0x000008, "Member 'BGUFuncLibAnim_BGUSetMonsterLocomotionLockMoveDir::MoveDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir \ +static_assert(alignof(BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir, Direction) == 0x000008, "Member 'BGUFuncLibAnim_BGUPlayerLocomotionLockTurnStopDir::Direction' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight \ +static_assert(alignof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight, MonsterLocomotionAnimInst) == 0x000008, "Member 'BGUFuncLibAnim_BGUMonsterLocomotionLockStopRight::MonsterLocomotionAnimInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop \ +static_assert(alignof(BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop, MonsterLocomotionAnimInst) == 0x000008, "Member 'BGUFuncLibAnim_BGUMonsterLocomotionEnterMoveLoop::MonsterLocomotionAnimInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft \ +static_assert(alignof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft, MonsterLocomotionAnimInst) == 0x000008, "Member 'BGUFuncLibAnim_BGUMonsterLocomotionLockStopLeft::MonsterLocomotionAnimInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUSetCharacterMontagePlaying \ +static_assert(alignof(BGUFuncLibAnim_BGUSetCharacterMontagePlaying) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUSetCharacterMontagePlaying"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUSetCharacterMontagePlaying) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUSetCharacterMontagePlaying"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetCharacterMontagePlaying, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUSetCharacterMontagePlaying::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUPlayerLocomotionStartIdle \ +static_assert(alignof(BGUFuncLibAnim_BGUPlayerLocomotionStartIdle) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUPlayerLocomotionStartIdle"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUPlayerLocomotionStartIdle) == 0x000008, "Wrong size on BGUFuncLibAnim_BGUPlayerLocomotionStartIdle"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUPlayerLocomotionStartIdle, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUPlayerLocomotionStartIdle::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUSplineMoveEnterStopState \ +static_assert(alignof(BGUFuncLibAnim_BGUSplineMoveEnterStopState) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUSplineMoveEnterStopState"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUSplineMoveEnterStopState) == 0x000008, "Wrong size on BGUFuncLibAnim_BGUSplineMoveEnterStopState"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSplineMoveEnterStopState, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUSplineMoveEnterStopState::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUSetParkourMoveAnimState \ +static_assert(alignof(BGUFuncLibAnim_BGUSetParkourMoveAnimState) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUSetParkourMoveAnimState"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUSetParkourMoveAnimState) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUSetParkourMoveAnimState"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetParkourMoveAnimState, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUSetParkourMoveAnimState::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetParkourMoveAnimState, State) == 0x000008, "Member 'BGUFuncLibAnim_BGUSetParkourMoveAnimState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUSetGlideMoveAnimState \ +static_assert(alignof(BGUFuncLibAnim_BGUSetGlideMoveAnimState) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUSetGlideMoveAnimState"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUSetGlideMoveAnimState) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUSetGlideMoveAnimState"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetGlideMoveAnimState, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUSetGlideMoveAnimState::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetGlideMoveAnimState, State) == 0x000008, "Member 'BGUFuncLibAnim_BGUSetGlideMoveAnimState::State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGURootMotionJumpStart \ +static_assert(alignof(BGUFuncLibAnim_BGURootMotionJumpStart) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGURootMotionJumpStart"); \ +static_assert(sizeof(BGUFuncLibAnim_BGURootMotionJumpStart) == 0x000008, "Wrong size on BGUFuncLibAnim_BGURootMotionJumpStart"); \ +static_assert(offsetof(BGUFuncLibAnim_BGURootMotionJumpStart, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGURootMotionJumpStart::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUActorTryPlayMontage \ +static_assert(alignof(BGUFuncLibAnim_BGUActorTryPlayMontage) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUActorTryPlayMontage"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUActorTryPlayMontage) == 0x000030, "Wrong size on BGUFuncLibAnim_BGUActorTryPlayMontage"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, Montage) == 0x000008, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, StartSectionName) == 0x000010, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::StartSectionName' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, Reason) == 0x000018, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::Reason' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, Scale) == 0x00001C, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::Scale' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, PlayTimeRate) == 0x000020, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::PlayTimeRate' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, MontagePosOffset) == 0x000024, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::MontagePosOffset' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUActorTryPlayMontage, ReturnValue) == 0x000028, "Member 'BGUFuncLibAnim_BGUActorTryPlayMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGUSetUseSnapshotPose \ +static_assert(alignof(BGUFuncLibAnim_BGUSetUseSnapshotPose) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGUSetUseSnapshotPose"); \ +static_assert(sizeof(BGUFuncLibAnim_BGUSetUseSnapshotPose) == 0x000010, "Wrong size on BGUFuncLibAnim_BGUSetUseSnapshotPose"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetUseSnapshotPose, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGUSetUseSnapshotPose::Owner' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibAnim_BGUSetUseSnapshotPose, BlendTime) == 0x00000C, "Member 'BGUFuncLibAnim_BGUSetUseSnapshotPose::BlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibAnim_BGURootMotionJumpEnd \ +static_assert(alignof(BGUFuncLibAnim_BGURootMotionJumpEnd) == 0x000008, "Wrong alignment on BGUFuncLibAnim_BGURootMotionJumpEnd"); \ +static_assert(sizeof(BGUFuncLibAnim_BGURootMotionJumpEnd) == 0x000008, "Wrong size on BGUFuncLibAnim_BGURootMotionJumpEnd"); \ +static_assert(offsetof(BGUFuncLibAnim_BGURootMotionJumpEnd, Owner) == 0x000000, "Member 'BGUFuncLibAnim_BGURootMotionJumpEnd::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibAnim \ +static_assert(alignof(UBGUFuncLibAnim) == 0x000008, "Wrong alignment on UBGUFuncLibAnim"); \ +static_assert(sizeof(UBGUFuncLibAnim) == 0x000028, "Wrong size on UBGUFuncLibAnim"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibDeviceInfoCS \ +static_assert(alignof(UBGUFuncLibDeviceInfoCS) == 0x000008, "Wrong alignment on UBGUFuncLibDeviceInfoCS"); \ +static_assert(sizeof(UBGUFuncLibDeviceInfoCS) == 0x000028, "Wrong size on UBGUFuncLibDeviceInfoCS"); \ + +#define DUMPER7_ASSERTS_UBGW_DebugMgr \ +static_assert(alignof(UBGW_DebugMgr) == 0x000008, "Wrong alignment on UBGW_DebugMgr"); \ +static_assert(sizeof(UBGW_DebugMgr) == 0x000028, "Wrong size on UBGW_DebugMgr"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibPlayer \ +static_assert(alignof(UBGUFuncLibPlayer) == 0x000008, "Wrong alignment on UBGUFuncLibPlayer"); \ +static_assert(sizeof(UBGUFuncLibPlayer) == 0x000028, "Wrong size on UBGUFuncLibPlayer"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibWXLogin_WriteLoginCookie \ +static_assert(alignof(BGUFuncLibWXLogin_WriteLoginCookie) == 0x000008, "Wrong alignment on BGUFuncLibWXLogin_WriteLoginCookie"); \ +static_assert(sizeof(BGUFuncLibWXLogin_WriteLoginCookie) == 0x000020, "Wrong size on BGUFuncLibWXLogin_WriteLoginCookie"); \ +static_assert(offsetof(BGUFuncLibWXLogin_WriteLoginCookie, WorldCtx) == 0x000000, "Member 'BGUFuncLibWXLogin_WriteLoginCookie::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_WriteLoginCookie, Val) == 0x000008, "Member 'BGUFuncLibWXLogin_WriteLoginCookie::Val' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_WriteLoginCookie, ReturnValue) == 0x000018, "Member 'BGUFuncLibWXLogin_WriteLoginCookie::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibWXLogin_QywxLoginSuccess \ +static_assert(alignof(BGUFuncLibWXLogin_QywxLoginSuccess) == 0x000008, "Wrong alignment on BGUFuncLibWXLogin_QywxLoginSuccess"); \ +static_assert(sizeof(BGUFuncLibWXLogin_QywxLoginSuccess) == 0x000018, "Wrong size on BGUFuncLibWXLogin_QywxLoginSuccess"); \ +static_assert(offsetof(BGUFuncLibWXLogin_QywxLoginSuccess, WorldCtx) == 0x000000, "Member 'BGUFuncLibWXLogin_QywxLoginSuccess::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_QywxLoginSuccess, Params_0) == 0x000008, "Member 'BGUFuncLibWXLogin_QywxLoginSuccess::Params_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibWXLogin_ReadLoginCookie \ +static_assert(alignof(BGUFuncLibWXLogin_ReadLoginCookie) == 0x000008, "Wrong alignment on BGUFuncLibWXLogin_ReadLoginCookie"); \ +static_assert(sizeof(BGUFuncLibWXLogin_ReadLoginCookie) == 0x000018, "Wrong size on BGUFuncLibWXLogin_ReadLoginCookie"); \ +static_assert(offsetof(BGUFuncLibWXLogin_ReadLoginCookie, WorldCtx) == 0x000000, "Member 'BGUFuncLibWXLogin_ReadLoginCookie::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_ReadLoginCookie, ReturnValue) == 0x000008, "Member 'BGUFuncLibWXLogin_ReadLoginCookie::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibWXLogin_SaveUserInfo \ +static_assert(alignof(BGUFuncLibWXLogin_SaveUserInfo) == 0x000008, "Wrong alignment on BGUFuncLibWXLogin_SaveUserInfo"); \ +static_assert(sizeof(BGUFuncLibWXLogin_SaveUserInfo) == 0x000020, "Wrong size on BGUFuncLibWXLogin_SaveUserInfo"); \ +static_assert(offsetof(BGUFuncLibWXLogin_SaveUserInfo, WorldCtx) == 0x000000, "Member 'BGUFuncLibWXLogin_SaveUserInfo::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_SaveUserInfo, Val) == 0x000008, "Member 'BGUFuncLibWXLogin_SaveUserInfo::Val' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_SaveUserInfo, ReturnValue) == 0x000018, "Member 'BGUFuncLibWXLogin_SaveUserInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibWXLogin_LoadUserInfo \ +static_assert(alignof(BGUFuncLibWXLogin_LoadUserInfo) == 0x000008, "Wrong alignment on BGUFuncLibWXLogin_LoadUserInfo"); \ +static_assert(sizeof(BGUFuncLibWXLogin_LoadUserInfo) == 0x000018, "Wrong size on BGUFuncLibWXLogin_LoadUserInfo"); \ +static_assert(offsetof(BGUFuncLibWXLogin_LoadUserInfo, WorldCtx) == 0x000000, "Member 'BGUFuncLibWXLogin_LoadUserInfo::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_LoadUserInfo, ReturnValue) == 0x000008, "Member 'BGUFuncLibWXLogin_LoadUserInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFuncLibWXLogin_GetIpList \ +static_assert(alignof(BGUFuncLibWXLogin_GetIpList) == 0x000008, "Wrong alignment on BGUFuncLibWXLogin_GetIpList"); \ +static_assert(sizeof(BGUFuncLibWXLogin_GetIpList) == 0x000018, "Wrong size on BGUFuncLibWXLogin_GetIpList"); \ +static_assert(offsetof(BGUFuncLibWXLogin_GetIpList, WorldCtx) == 0x000000, "Member 'BGUFuncLibWXLogin_GetIpList::WorldCtx' has a wrong offset!"); \ +static_assert(offsetof(BGUFuncLibWXLogin_GetIpList, ReturnValue) == 0x000008, "Member 'BGUFuncLibWXLogin_GetIpList::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFuncLibWXLogin \ +static_assert(alignof(UBGUFuncLibWXLogin) == 0x000008, "Wrong alignment on UBGUFuncLibWXLogin"); \ +static_assert(sizeof(UBGUFuncLibWXLogin) == 0x000028, "Wrong size on UBGUFuncLibWXLogin"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_DetectUnit_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_DetectUnit_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_DetectUnit_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_DetectUnit_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_DetectUnit_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_DetectUnit_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_DetectUnit_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_DetectUnit_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_DetectUnit_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_DetectUnit_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_DetectUnit_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_DetectUnit_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_DetectUnit_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_DetectUnit_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_DetectUnit \ +static_assert(alignof(UBED_BehaviorNode_DetectUnit) == 0x000008, "Wrong alignment on UBED_BehaviorNode_DetectUnit"); \ +static_assert(sizeof(UBED_BehaviorNode_DetectUnit) == 0x0002D8, "Wrong size on UBED_BehaviorNode_DetectUnit"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnit, UnitType) == 0x0002A8, "Member 'UBED_BehaviorNode_DetectUnit::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnit, SmartUnit) == 0x0002AC, "Member 'UBED_BehaviorNode_DetectUnit::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnit, Conditions) == 0x0002C0, "Member 'UBED_BehaviorNode_DetectUnit::Conditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnit, ConditionalRelation) == 0x0002D0, "Member 'UBED_BehaviorNode_DetectUnit::ConditionalRelation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_ReceiveTickEvenWhenPaused \ +static_assert(alignof(BGWGameInstanceCS_ReceiveTickEvenWhenPaused) == 0x000004, "Wrong alignment on BGWGameInstanceCS_ReceiveTickEvenWhenPaused"); \ +static_assert(sizeof(BGWGameInstanceCS_ReceiveTickEvenWhenPaused) == 0x000008, "Wrong size on BGWGameInstanceCS_ReceiveTickEvenWhenPaused"); \ +static_assert(offsetof(BGWGameInstanceCS_ReceiveTickEvenWhenPaused, DeltaSeconds) == 0x000000, "Member 'BGWGameInstanceCS_ReceiveTickEvenWhenPaused::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstanceCS_ReceiveTickEvenWhenPaused, TickGroup) == 0x000004, "Member 'BGWGameInstanceCS_ReceiveTickEvenWhenPaused::TickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_OnGameModeMatchStateSetCS \ +static_assert(alignof(BGWGameInstanceCS_OnGameModeMatchStateSetCS) == 0x000004, "Wrong alignment on BGWGameInstanceCS_OnGameModeMatchStateSetCS"); \ +static_assert(sizeof(BGWGameInstanceCS_OnGameModeMatchStateSetCS) == 0x000008, "Wrong size on BGWGameInstanceCS_OnGameModeMatchStateSetCS"); \ +static_assert(offsetof(BGWGameInstanceCS_OnGameModeMatchStateSetCS, NewMatchState) == 0x000000, "Member 'BGWGameInstanceCS_OnGameModeMatchStateSetCS::NewMatchState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_GetOnlineSessionClassCS \ +static_assert(alignof(BGWGameInstanceCS_GetOnlineSessionClassCS) == 0x000008, "Wrong alignment on BGWGameInstanceCS_GetOnlineSessionClassCS"); \ +static_assert(sizeof(BGWGameInstanceCS_GetOnlineSessionClassCS) == 0x000008, "Wrong size on BGWGameInstanceCS_GetOnlineSessionClassCS"); \ +static_assert(offsetof(BGWGameInstanceCS_GetOnlineSessionClassCS, ReturnValue) == 0x000000, "Member 'BGWGameInstanceCS_GetOnlineSessionClassCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_StartGameInstanceForCS \ +static_assert(alignof(BGWGameInstanceCS_StartGameInstanceForCS) == 0x000001, "Wrong alignment on BGWGameInstanceCS_StartGameInstanceForCS"); \ +static_assert(sizeof(BGWGameInstanceCS_StartGameInstanceForCS) == 0x000001, "Wrong size on BGWGameInstanceCS_StartGameInstanceForCS"); \ +static_assert(offsetof(BGWGameInstanceCS_StartGameInstanceForCS, StartType) == 0x000000, "Member 'BGWGameInstanceCS_StartGameInstanceForCS::StartType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_OnWorldTickStartCS \ +static_assert(alignof(BGWGameInstanceCS_OnWorldTickStartCS) == 0x000008, "Wrong alignment on BGWGameInstanceCS_OnWorldTickStartCS"); \ +static_assert(sizeof(BGWGameInstanceCS_OnWorldTickStartCS) == 0x000008, "Wrong size on BGWGameInstanceCS_OnWorldTickStartCS"); \ +static_assert(offsetof(BGWGameInstanceCS_OnWorldTickStartCS, World) == 0x000000, "Member 'BGWGameInstanceCS_OnWorldTickStartCS::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_OnPostActorTickCS \ +static_assert(alignof(BGWGameInstanceCS_OnPostActorTickCS) == 0x000008, "Wrong alignment on BGWGameInstanceCS_OnPostActorTickCS"); \ +static_assert(sizeof(BGWGameInstanceCS_OnPostActorTickCS) == 0x000008, "Wrong size on BGWGameInstanceCS_OnPostActorTickCS"); \ +static_assert(offsetof(BGWGameInstanceCS_OnPostActorTickCS, World) == 0x000000, "Member 'BGWGameInstanceCS_OnPostActorTickCS::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_OnWorldChangedCS \ +static_assert(alignof(BGWGameInstanceCS_OnWorldChangedCS) == 0x000008, "Wrong alignment on BGWGameInstanceCS_OnWorldChangedCS"); \ +static_assert(sizeof(BGWGameInstanceCS_OnWorldChangedCS) == 0x000010, "Wrong size on BGWGameInstanceCS_OnWorldChangedCS"); \ +static_assert(offsetof(BGWGameInstanceCS_OnWorldChangedCS, OldWorld) == 0x000000, "Member 'BGWGameInstanceCS_OnWorldChangedCS::OldWorld' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstanceCS_OnWorldChangedCS, NewWorld) == 0x000008, "Member 'BGWGameInstanceCS_OnWorldChangedCS::NewWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWGameInstanceCS_ReceiveTick \ +static_assert(alignof(BGWGameInstanceCS_ReceiveTick) == 0x000004, "Wrong alignment on BGWGameInstanceCS_ReceiveTick"); \ +static_assert(sizeof(BGWGameInstanceCS_ReceiveTick) == 0x000008, "Wrong size on BGWGameInstanceCS_ReceiveTick"); \ +static_assert(offsetof(BGWGameInstanceCS_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGWGameInstanceCS_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BGWGameInstanceCS_ReceiveTick, TickGroup) == 0x000004, "Member 'BGWGameInstanceCS_ReceiveTick::TickGroup' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWGameInstanceCS \ +static_assert(alignof(UBGWGameInstanceCS) == 0x000008, "Wrong alignment on UBGWGameInstanceCS"); \ +static_assert(sizeof(UBGWGameInstanceCS) == 0x000350, "Wrong size on UBGWGameInstanceCS"); \ +static_assert(offsetof(UBGWGameInstanceCS, ObjRefs) == 0x000340, "Member 'UBGWGameInstanceCS::ObjRefs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PlayerShootParam \ +static_assert(alignof(UBGWDataAsset_PlayerShootParam) == 0x000008, "Wrong alignment on UBGWDataAsset_PlayerShootParam"); \ +static_assert(sizeof(UBGWDataAsset_PlayerShootParam) == 0x000048, "Wrong size on UBGWDataAsset_PlayerShootParam"); \ +static_assert(offsetof(UBGWDataAsset_PlayerShootParam, BlazeDuration) == 0x000030, "Member 'UBGWDataAsset_PlayerShootParam::BlazeDuration' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PlayerShootParam, OneLightShotStaminaCost) == 0x000034, "Member 'UBGWDataAsset_PlayerShootParam::OneLightShotStaminaCost' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PlayerShootParam, StaminaFreezeTimer) == 0x000038, "Member 'UBGWDataAsset_PlayerShootParam::StaminaFreezeTimer' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PlayerShootParam, ShootRadius) == 0x00003C, "Member 'UBGWDataAsset_PlayerShootParam::ShootRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PlayerShootParam, LightShootSkillID) == 0x000040, "Member 'UBGWDataAsset_PlayerShootParam::LightShootSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PlayerShootParam, LightShootEffectID) == 0x000044, "Member 'UBGWDataAsset_PlayerShootParam::LightShootEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GMUnitInfo_Right \ +static_assert(alignof(UBUI_GMUnitInfo_Right) == 0x000008, "Wrong alignment on UBUI_GMUnitInfo_Right"); \ +static_assert(sizeof(UBUI_GMUnitInfo_Right) == 0x0003E0, "Wrong size on UBUI_GMUnitInfo_Right"); \ +static_assert(offsetof(UBUI_GMUnitInfo_Right, InfoTemp) == 0x0003D8, "Member 'UBUI_GMUnitInfo_Right::InfoTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AbpHumanoidSetting \ +static_assert(alignof(UBGWDataAsset_AbpHumanoidSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_AbpHumanoidSetting"); \ +static_assert(sizeof(UBGWDataAsset_AbpHumanoidSetting) == 0x0010E0, "Wrong size on UBGWDataAsset_AbpHumanoidSetting"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, CommonSetting) == 0x000030, "Member 'UBGWDataAsset_AbpHumanoidSetting::CommonSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, FootIKSetting) == 0x000070, "Member 'UBGWDataAsset_AbpHumanoidSetting::FootIKSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, MotionMatchingSetting) == 0x000078, "Member 'UBGWDataAsset_AbpHumanoidSetting::MotionMatchingSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, Simple4DirSetting) == 0x000130, "Member 'UBGWDataAsset_AbpHumanoidSetting::Simple4DirSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, PlayerLocomotionSetting) == 0x000190, "Member 'UBGWDataAsset_AbpHumanoidSetting::PlayerLocomotionSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, MonsterLocomotionSetting) == 0x000610, "Member 'UBGWDataAsset_AbpHumanoidSetting::MonsterLocomotionSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, AdvancedMonsterLocomotionSetting) == 0x0006F0, "Member 'UBGWDataAsset_AbpHumanoidSetting::AdvancedMonsterLocomotionSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, FlyControlSetting) == 0x000A28, "Member 'UBGWDataAsset_AbpHumanoidSetting::FlyControlSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, AimOffsetSetting) == 0x000A58, "Member 'UBGWDataAsset_AbpHumanoidSetting::AimOffsetSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, SpineIKSetting) == 0x000A70, "Member 'UBGWDataAsset_AbpHumanoidSetting::SpineIKSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, DingShenSetting) == 0x000AA0, "Member 'UBGWDataAsset_AbpHumanoidSetting::DingShenSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, JumpSetting) == 0x000AB0, "Member 'UBGWDataAsset_AbpHumanoidSetting::JumpSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, PatrolSetting) == 0x000C40, "Member 'UBGWDataAsset_AbpHumanoidSetting::PatrolSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, GlideMoveSetting) == 0x000C88, "Member 'UBGWDataAsset_AbpHumanoidSetting::GlideMoveSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, ParkourMoveSetting) == 0x000D48, "Member 'UBGWDataAsset_AbpHumanoidSetting::ParkourMoveSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, BodyBlendSetting) == 0x000DE0, "Member 'UBGWDataAsset_AbpHumanoidSetting::BodyBlendSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, CloudLocomotionSetting) == 0x000DE8, "Member 'UBGWDataAsset_AbpHumanoidSetting::CloudLocomotionSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, SpecialAdditiveSetting) == 0x000F10, "Member 'UBGWDataAsset_AbpHumanoidSetting::SpecialAdditiveSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, WheelMoveSetting) == 0x000F30, "Member 'UBGWDataAsset_AbpHumanoidSetting::WheelMoveSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, StriderMoveSetting) == 0x000F68, "Member 'UBGWDataAsset_AbpHumanoidSetting::StriderMoveSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AbpHumanoidSetting, QuadrupedLocomotionSetting) == 0x000F80, "Member 'UBGWDataAsset_AbpHumanoidSetting::QuadrupedLocomotionSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AnimInteractiveActorSetting \ +static_assert(alignof(UBGWDataAsset_AnimInteractiveActorSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_AnimInteractiveActorSetting"); \ +static_assert(sizeof(UBGWDataAsset_AnimInteractiveActorSetting) == 0x000038, "Wrong size on UBGWDataAsset_AnimInteractiveActorSetting"); \ +static_assert(offsetof(UBGWDataAsset_AnimInteractiveActorSetting, AnimIdle) == 0x000030, "Member 'UBGWDataAsset_AnimInteractiveActorSetting::AnimIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_ObserveRoleData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_ObserveRoleData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_ObserveRoleData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_ObserveRoleData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_ObserveRoleData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_ObserveRoleData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_ObserveRoleData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ObserveRoleData \ +static_assert(alignof(UBED_ProcessStateNode_ObserveRoleData) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ObserveRoleData"); \ +static_assert(sizeof(UBED_ProcessStateNode_ObserveRoleData) == 0x0002B8, "Wrong size on UBED_ProcessStateNode_ObserveRoleData"); \ +static_assert(offsetof(UBED_ProcessStateNode_ObserveRoleData, ObserveMinSuccessConditionNum) == 0x0002A0, "Member 'UBED_ProcessStateNode_ObserveRoleData::ObserveMinSuccessConditionNum' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_ObserveRoleData, ObserveRoleDataInfoList) == 0x0002A8, "Member 'UBED_ProcessStateNode_ObserveRoleData::ObserveRoleDataInfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_UnitBeAttackedConfig \ +static_assert(alignof(UBGWDataAsset_UnitBeAttackedConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_UnitBeAttackedConfig"); \ +static_assert(sizeof(UBGWDataAsset_UnitBeAttackedConfig) == 0x000158, "Wrong size on UBGWDataAsset_UnitBeAttackedConfig"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, NoteString1) == 0x000030, "Member 'UBGWDataAsset_UnitBeAttackedConfig::NoteString1' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, NoteString2) == 0x000031, "Member 'UBGWDataAsset_UnitBeAttackedConfig::NoteString2' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, NoteString3) == 0x000032, "Member 'UBGWDataAsset_UnitBeAttackedConfig::NoteString3' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, NormalStiffAMPath) == 0x000038, "Member 'UBGWDataAsset_UnitBeAttackedConfig::NormalStiffAMPath' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, UnitResName) == 0x000048, "Member 'UBGWDataAsset_UnitBeAttackedConfig::UnitResName' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, NormalStiffInfoList) == 0x000058, "Member 'UBGWDataAsset_UnitBeAttackedConfig::NormalStiffInfoList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeHitResFlyHit) == 0x000068, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeHitResFlyHit' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeHitResFlyHitWithRM) == 0x000070, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeHitResFlyHitWithRM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeRoaredResForLight) == 0x000078, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeRoaredResForLight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeRoaredResForMedium) == 0x000080, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeRoaredResForMedium' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeRoaredResForHeavy) == 0x000088, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeRoaredResForHeavy' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, PointAttractionFrontAM) == 0x000090, "Member 'UBGWDataAsset_UnitBeAttackedConfig::PointAttractionFrontAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, PointAttractionBackAM) == 0x000098, "Member 'UBGWDataAsset_UnitBeAttackedConfig::PointAttractionBackAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeBlindStiffingAM) == 0x0000A0, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeBlindStiffingAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, ImmobilizeBreakFXPath) == 0x0000A8, "Member 'UBGWDataAsset_UnitBeAttackedConfig::ImmobilizeBreakFXPath' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, ImmobilizeBreakForwardAM) == 0x0000B0, "Member 'UBGWDataAsset_UnitBeAttackedConfig::ImmobilizeBreakForwardAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, ImmobilizeBreakBackwardAM) == 0x0000B8, "Member 'UBGWDataAsset_UnitBeAttackedConfig::ImmobilizeBreakBackwardAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, ImmobilizeBreakLeftsideAM) == 0x0000C0, "Member 'UBGWDataAsset_UnitBeAttackedConfig::ImmobilizeBreakLeftsideAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, ImmobilizeBreakRightsideAM) == 0x0000C8, "Member 'UBGWDataAsset_UnitBeAttackedConfig::ImmobilizeBreakRightsideAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, ForwardBeAttackedAdditiveAnim) == 0x0000D0, "Member 'UBGWDataAsset_UnitBeAttackedConfig::ForwardBeAttackedAdditiveAnim' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, RightBeAttackedAdditiveAnim) == 0x0000D8, "Member 'UBGWDataAsset_UnitBeAttackedConfig::RightBeAttackedAdditiveAnim' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, LeftBeAttackedAdditiveAnim) == 0x0000E0, "Member 'UBGWDataAsset_UnitBeAttackedConfig::LeftBeAttackedAdditiveAnim' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BackwardBeAttackedAdditiveAnim) == 0x0000E8, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BackwardBeAttackedAdditiveAnim' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, FrozenBreakAM) == 0x0000F0, "Member 'UBGWDataAsset_UnitBeAttackedConfig::FrozenBreakAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, AssistBreakFrozenAM) == 0x000100, "Member 'UBGWDataAsset_UnitBeAttackedConfig::AssistBreakFrozenAM' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, HitLevelDivide_Jump) == 0x000108, "Member 'UBGWDataAsset_UnitBeAttackedConfig::HitLevelDivide_Jump' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, ForwardBeAttackedAdditiveAnim_Jump) == 0x000110, "Member 'UBGWDataAsset_UnitBeAttackedConfig::ForwardBeAttackedAdditiveAnim_Jump' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, RightBeAttackedAdditiveAnim_Jump) == 0x000118, "Member 'UBGWDataAsset_UnitBeAttackedConfig::RightBeAttackedAdditiveAnim_Jump' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, LeftBeAttackedAdditiveAnim_Jump) == 0x000120, "Member 'UBGWDataAsset_UnitBeAttackedConfig::LeftBeAttackedAdditiveAnim_Jump' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BackwardBeAttackedAdditiveAnim_Jump) == 0x000128, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BackwardBeAttackedAdditiveAnim_Jump' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeAttackedAnim_Jump) == 0x000130, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeAttackedAnim_Jump' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeAttackedAnim_Jump_CliffDistCheck) == 0x000138, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeAttackedAnim_Jump_CliffDistCheck' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, BeAttackedAnim_PillarFormBreak) == 0x000140, "Member 'UBGWDataAsset_UnitBeAttackedConfig::BeAttackedAnim_PillarFormBreak' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitBeAttackedConfig, NormalStiffAMList) == 0x000148, "Member 'UBGWDataAsset_UnitBeAttackedConfig::NormalStiffAMList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BeAttackedHitLevelConfig \ +static_assert(alignof(UBGWDataAsset_BeAttackedHitLevelConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BeAttackedHitLevelConfig"); \ +static_assert(sizeof(UBGWDataAsset_BeAttackedHitLevelConfig) == 0x000068, "Wrong size on UBGWDataAsset_BeAttackedHitLevelConfig"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, StiffLevelInfoList) == 0x000030, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::StiffLevelInfoList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, FlyHitWithoutRMValue) == 0x000040, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::FlyHitWithoutRMValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, NoFeelingDeadValue) == 0x000044, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::NoFeelingDeadValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, LightDeadValue) == 0x000048, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::LightDeadValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, HeavyDeadValue) == 0x00004C, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::HeavyDeadValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, StrikeFlyDeadValue) == 0x000050, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::StrikeFlyDeadValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, NoFeelingRoarValue) == 0x000054, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::NoFeelingRoarValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, LightRoarValue) == 0x000058, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::LightRoarValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, MediumRoarValue) == 0x00005C, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::MediumRoarValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeAttackedHitLevelConfig, HeavyRoarValue) == 0x000060, "Member 'UBGWDataAsset_BeAttackedHitLevelConfig::HeavyRoarValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_ScaleTimeSetting \ +static_assert(alignof(UBGWDataAsset_ScaleTimeSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_ScaleTimeSetting"); \ +static_assert(sizeof(UBGWDataAsset_ScaleTimeSetting) == 0x000050, "Wrong size on UBGWDataAsset_ScaleTimeSetting"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, TimeScale) == 0x000030, "Member 'UBGWDataAsset_ScaleTimeSetting::TimeScale' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, TotalTime) == 0x000034, "Member 'UBGWDataAsset_ScaleTimeSetting::TotalTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, BlendInRealTime) == 0x000038, "Member 'UBGWDataAsset_ScaleTimeSetting::BlendInRealTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, BlendInType) == 0x00003C, "Member 'UBGWDataAsset_ScaleTimeSetting::BlendInType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, BlendInExp) == 0x000040, "Member 'UBGWDataAsset_ScaleTimeSetting::BlendInExp' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, BlendOutRealTime) == 0x000044, "Member 'UBGWDataAsset_ScaleTimeSetting::BlendOutRealTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, BlendOutType) == 0x000048, "Member 'UBGWDataAsset_ScaleTimeSetting::BlendOutType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ScaleTimeSetting, BlendOutExp) == 0x00004C, "Member 'UBGWDataAsset_ScaleTimeSetting::BlendOutExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_GhostActorSetting \ +static_assert(alignof(UBGWDataAsset_GhostActorSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_GhostActorSetting"); \ +static_assert(sizeof(UBGWDataAsset_GhostActorSetting) == 0x0000A8, "Wrong size on UBGWDataAsset_GhostActorSetting"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, GhostActorClass) == 0x000030, "Member 'UBGWDataAsset_GhostActorSetting::GhostActorClass' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, WeaponIndex) == 0x00003C, "Member 'UBGWDataAsset_GhostActorSetting::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, MatInstances) == 0x000040, "Member 'UBGWDataAsset_GhostActorSetting::MatInstances' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, MatParams) == 0x000050, "Member 'UBGWDataAsset_GhostActorSetting::MatParams' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, PostProcessMatInstances) == 0x000060, "Member 'UBGWDataAsset_GhostActorSetting::PostProcessMatInstances' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, PostProcessMatParams) == 0x000070, "Member 'UBGWDataAsset_GhostActorSetting::PostProcessMatParams' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, CustomDepthStencilInfos) == 0x000088, "Member 'UBGWDataAsset_GhostActorSetting::CustomDepthStencilInfos' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, Scale) == 0x000098, "Member 'UBGWDataAsset_GhostActorSetting::Scale' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_GhostActorSetting, ScaleCurve) == 0x0000A0, "Member 'UBGWDataAsset_GhostActorSetting::ScaleCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWConsoleCommands \ +static_assert(alignof(UBGWConsoleCommands) == 0x000008, "Wrong alignment on UBGWConsoleCommands"); \ +static_assert(sizeof(UBGWConsoleCommands) == 0x000028, "Wrong size on UBGWConsoleCommands"); \ + +#define DUMPER7_ASSERTS_UBGWMonkeySummonDataAsset \ +static_assert(alignof(UBGWMonkeySummonDataAsset) == 0x000008, "Wrong alignment on UBGWMonkeySummonDataAsset"); \ +static_assert(sizeof(UBGWMonkeySummonDataAsset) == 0x000098, "Wrong size on UBGWMonkeySummonDataAsset"); \ +static_assert(offsetof(UBGWMonkeySummonDataAsset, SummonSpawnPointList) == 0x000030, "Member 'UBGWMonkeySummonDataAsset::SummonSpawnPointList' has a wrong offset!"); \ +static_assert(offsetof(UBGWMonkeySummonDataAsset, MapSummonSateBehaviorTree) == 0x000040, "Member 'UBGWMonkeySummonDataAsset::MapSummonSateBehaviorTree' has a wrong offset!"); \ +static_assert(offsetof(UBGWMonkeySummonDataAsset, DefauleSummonBehaviorState) == 0x000090, "Member 'UBGWMonkeySummonDataAsset::DefauleSummonBehaviorState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UB1X2_DispWorldDataComp \ +static_assert(alignof(UB1X2_DispWorldDataComp) == 0x000008, "Wrong alignment on UB1X2_DispWorldDataComp"); \ +static_assert(sizeof(UB1X2_DispWorldDataComp) == 0x0000D0, "Wrong size on UB1X2_DispWorldDataComp"); \ + +#define DUMPER7_ASSERTS_UBGWDamageNumberConfigDataAsset \ +static_assert(alignof(UBGWDamageNumberConfigDataAsset) == 0x000008, "Wrong alignment on UBGWDamageNumberConfigDataAsset"); \ +static_assert(sizeof(UBGWDamageNumberConfigDataAsset) == 0x000080, "Wrong size on UBGWDamageNumberConfigDataAsset"); \ +static_assert(offsetof(UBGWDamageNumberConfigDataAsset, DamageUIMap) == 0x000030, "Member 'UBGWDamageNumberConfigDataAsset::DamageUIMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PlayerLockTarget_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PlayerLockTarget_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PlayerLockTarget_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PlayerLockTarget_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PlayerLockTarget_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PlayerLockTarget_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PlayerLockTarget_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PlayerLockTarget \ +static_assert(alignof(UBED_MovieNode_PlayerLockTarget) == 0x000008, "Wrong alignment on UBED_MovieNode_PlayerLockTarget"); \ +static_assert(sizeof(UBED_MovieNode_PlayerLockTarget) == 0x0002B0, "Wrong size on UBED_MovieNode_PlayerLockTarget"); \ +static_assert(offsetof(UBED_MovieNode_PlayerLockTarget, Target) == 0x0002A0, "Member 'UBED_MovieNode_PlayerLockTarget::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWUIDropItemConfigDataAsset \ +static_assert(alignof(UBGWUIDropItemConfigDataAsset) == 0x000008, "Wrong alignment on UBGWUIDropItemConfigDataAsset"); \ +static_assert(sizeof(UBGWUIDropItemConfigDataAsset) == 0x000060, "Wrong size on UBGWUIDropItemConfigDataAsset"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, DropItemWidgetCls) == 0x000030, "Member 'UBGWUIDropItemConfigDataAsset::DropItemWidgetCls' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, DropItemFlyTime) == 0x000038, "Member 'UBGWUIDropItemConfigDataAsset::DropItemFlyTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, DropItemDelayDestroyTime) == 0x00003C, "Member 'UBGWUIDropItemConfigDataAsset::DropItemDelayDestroyTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, DropItemFlyCurveType) == 0x000040, "Member 'UBGWUIDropItemConfigDataAsset::DropItemFlyCurveType' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, AmplitudeMin) == 0x000044, "Member 'UBGWUIDropItemConfigDataAsset::AmplitudeMin' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, AmplitudeMax) == 0x000048, "Member 'UBGWUIDropItemConfigDataAsset::AmplitudeMax' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, EffectBoomLengthMin) == 0x00004C, "Member 'UBGWUIDropItemConfigDataAsset::EffectBoomLengthMin' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, EffectBoomLengthMax) == 0x000050, "Member 'UBGWUIDropItemConfigDataAsset::EffectBoomLengthMax' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, DistParam) == 0x000054, "Member 'UBGWUIDropItemConfigDataAsset::DistParam' has a wrong offset!"); \ +static_assert(offsetof(UBGWUIDropItemConfigDataAsset, DegParam) == 0x000058, "Member 'UBGWUIDropItemConfigDataAsset::DegParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDemo820ConfigDataAsset \ +static_assert(alignof(UBGWDemo820ConfigDataAsset) == 0x000008, "Wrong alignment on UBGWDemo820ConfigDataAsset"); \ +static_assert(sizeof(UBGWDemo820ConfigDataAsset) == 0x000110, "Wrong size on UBGWDemo820ConfigDataAsset"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, OpenLevelInfo) == 0x000030, "Member 'UBGWDemo820ConfigDataAsset::OpenLevelInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, OverSeaOpenLevelInfo) == 0x000040, "Member 'UBGWDemo820ConfigDataAsset::OverSeaOpenLevelInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, OpenLevelIdIdx) == 0x000050, "Member 'UBGWDemo820ConfigDataAsset::OpenLevelIdIdx' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, TimeInfo) == 0x0000A0, "Member 'UBGWDemo820ConfigDataAsset::TimeInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, OverSeaTimeInfo) == 0x0000C0, "Member 'UBGWDemo820ConfigDataAsset::OverSeaTimeInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, SaveTimeDelay) == 0x0000E0, "Member 'UBGWDemo820ConfigDataAsset::SaveTimeDelay' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, ChangeLevelCameraTime) == 0x0000E4, "Member 'UBGWDemo820ConfigDataAsset::ChangeLevelCameraTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, PassLevelCurve) == 0x0000E8, "Member 'UBGWDemo820ConfigDataAsset::PassLevelCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, CurveTimeMax) == 0x0000F0, "Member 'UBGWDemo820ConfigDataAsset::CurveTimeMax' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, DelayTimeBossList) == 0x0000F8, "Member 'UBGWDemo820ConfigDataAsset::DelayTimeBossList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, BossHpPercent) == 0x000108, "Member 'UBGWDemo820ConfigDataAsset::BossHpPercent' has a wrong offset!"); \ +static_assert(offsetof(UBGWDemo820ConfigDataAsset, BossDelayTime) == 0x00010C, "Member 'UBGWDemo820ConfigDataAsset::BossDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PlayEnd_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PlayEnd_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PlayEnd_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PlayEnd_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PlayEnd_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PlayEnd_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PlayEnd_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PlayEnd \ +static_assert(alignof(UBED_MovieNode_PlayEnd) == 0x000008, "Wrong alignment on UBED_MovieNode_PlayEnd"); \ +static_assert(sizeof(UBED_MovieNode_PlayEnd) == 0x0002C8, "Wrong size on UBED_MovieNode_PlayEnd"); \ +static_assert(offsetof(UBED_MovieNode_PlayEnd, CameraBlendOutTime) == 0x0002A0, "Member 'UBED_MovieNode_PlayEnd::CameraBlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayEnd, CameraBlendOutFunction) == 0x0002A4, "Member 'UBED_MovieNode_PlayEnd::CameraBlendOutFunction' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayEnd, CameraBlendOutFuncExp) == 0x0002A8, "Member 'UBED_MovieNode_PlayEnd::CameraBlendOutFuncExp' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayEnd, ResetSpringArmRotationWay) == 0x0002AD, "Member 'UBED_MovieNode_PlayEnd::ResetSpringArmRotationWay' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayEnd, CustomControllerRotation) == 0x0002B0, "Member 'UBED_MovieNode_PlayEnd::CustomControllerRotation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWCricketBattleDataAsset \ +static_assert(alignof(UBGWCricketBattleDataAsset) == 0x000008, "Wrong alignment on UBGWCricketBattleDataAsset"); \ +static_assert(sizeof(UBGWCricketBattleDataAsset) == 0x000068, "Wrong size on UBGWCricketBattleDataAsset"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, BuffID) == 0x000030, "Member 'UBGWCricketBattleDataAsset::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, CameraWaitTime) == 0x000034, "Member 'UBGWCricketBattleDataAsset::CameraWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, CameraBlendTime) == 0x000038, "Member 'UBGWCricketBattleDataAsset::CameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, NameShowTime) == 0x00003C, "Member 'UBGWCricketBattleDataAsset::NameShowTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, DelayShowName) == 0x000040, "Member 'UBGWCricketBattleDataAsset::DelayShowName' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, CricketUnitIndexList) == 0x000048, "Member 'UBGWCricketBattleDataAsset::CricketUnitIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, PressStartGameTime) == 0x000058, "Member 'UBGWCricketBattleDataAsset::PressStartGameTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, PressBlackTime) == 0x00005C, "Member 'UBGWCricketBattleDataAsset::PressBlackTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWCricketBattleDataAsset, BaodiKillTime) == 0x000060, "Member 'UBGWCricketBattleDataAsset::BaodiKillTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWEquipPreviewConfigDataAsset \ +static_assert(alignof(UBGWEquipPreviewConfigDataAsset) == 0x000008, "Wrong alignment on UBGWEquipPreviewConfigDataAsset"); \ +static_assert(sizeof(UBGWEquipPreviewConfigDataAsset) == 0x000170, "Wrong size on UBGWEquipPreviewConfigDataAsset"); \ +static_assert(offsetof(UBGWEquipPreviewConfigDataAsset, PositionConfigMap) == 0x000030, "Member 'UBGWEquipPreviewConfigDataAsset::PositionConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWEquipPreviewConfigDataAsset, WineDBCDAMap) == 0x000080, "Member 'UBGWEquipPreviewConfigDataAsset::WineDBCDAMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWEquipPreviewConfigDataAsset, WinePartnerDBCDAMap) == 0x0000D0, "Member 'UBGWEquipPreviewConfigDataAsset::WinePartnerDBCDAMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWEquipPreviewConfigDataAsset, LegacyActiveDBCDAMap) == 0x000120, "Member 'UBGWEquipPreviewConfigDataAsset::LegacyActiveDBCDAMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWMonsterManualConfigDataAsset \ +static_assert(alignof(UBGWMonsterManualConfigDataAsset) == 0x000008, "Wrong alignment on UBGWMonsterManualConfigDataAsset"); \ +static_assert(sizeof(UBGWMonsterManualConfigDataAsset) == 0x000088, "Wrong size on UBGWMonsterManualConfigDataAsset"); \ +static_assert(offsetof(UBGWMonsterManualConfigDataAsset, MPCBook) == 0x000030, "Member 'UBGWMonsterManualConfigDataAsset::MPCBook' has a wrong offset!"); \ +static_assert(offsetof(UBGWMonsterManualConfigDataAsset, MonsterManualInfoMap) == 0x000038, "Member 'UBGWMonsterManualConfigDataAsset::MonsterManualInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWGroupAIMgrConfigDataAsset \ +static_assert(alignof(UBGWGroupAIMgrConfigDataAsset) == 0x000008, "Wrong alignment on UBGWGroupAIMgrConfigDataAsset"); \ +static_assert(sizeof(UBGWGroupAIMgrConfigDataAsset) == 0x000098, "Wrong size on UBGWGroupAIMgrConfigDataAsset"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, PerformerNumToStart) == 0x000030, "Member 'UBGWGroupAIMgrConfigDataAsset::PerformerNumToStart' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, UpdateDuration) == 0x000034, "Member 'UBGWGroupAIMgrConfigDataAsset::UpdateDuration' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, UpdateDurationForAllocHotZonePoint) == 0x000038, "Member 'UBGWGroupAIMgrConfigDataAsset::UpdateDurationForAllocHotZonePoint' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, MaxAtkMoveTime) == 0x00003C, "Member 'UBGWGroupAIMgrConfigDataAsset::MaxAtkMoveTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, NormalTaskWaitTime) == 0x000040, "Member 'UBGWGroupAIMgrConfigDataAsset::NormalTaskWaitTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, NormalTaskBeginNoiseTimeForMeleeAttacker) == 0x000044, "Member 'UBGWGroupAIMgrConfigDataAsset::NormalTaskBeginNoiseTimeForMeleeAttacker' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, NormalTaskBeginNoiseTimeForRangeAttacker) == 0x000048, "Member 'UBGWGroupAIMgrConfigDataAsset::NormalTaskBeginNoiseTimeForRangeAttacker' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, MeleeAttackTokenNum) == 0x000050, "Member 'UBGWGroupAIMgrConfigDataAsset::MeleeAttackTokenNum' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, RangeAttackTokenNum) == 0x000054, "Member 'UBGWGroupAIMgrConfigDataAsset::RangeAttackTokenNum' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, MinMeleeAttackTokenReplenishedNum) == 0x000058, "Member 'UBGWGroupAIMgrConfigDataAsset::MinMeleeAttackTokenReplenishedNum' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, MinRangeAttackTokenNumWhenReplenished) == 0x00005C, "Member 'UBGWGroupAIMgrConfigDataAsset::MinRangeAttackTokenNumWhenReplenished' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, InViewAngleOneSide) == 0x000060, "Member 'UBGWGroupAIMgrConfigDataAsset::InViewAngleOneSide' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, MoveTo_DCParam_Switch2KFTDistance) == 0x000064, "Member 'UBGWGroupAIMgrConfigDataAsset::MoveTo_DCParam_Switch2KFTDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, MoveTo_DCParam_Switch2MoveToDistance) == 0x000068, "Member 'UBGWGroupAIMgrConfigDataAsset::MoveTo_DCParam_Switch2MoveToDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, OutermostCircleWanderNearbyChooseRatio) == 0x00006C, "Member 'UBGWGroupAIMgrConfigDataAsset::OutermostCircleWanderNearbyChooseRatio' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, NoteString1) == 0x000070, "Member 'UBGWGroupAIMgrConfigDataAsset::NoteString1' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, InCameraViewportWeight) == 0x000074, "Member 'UBGWGroupAIMgrConfigDataAsset::InCameraViewportWeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, OutCameraViewportWeight) == 0x000078, "Member 'UBGWGroupAIMgrConfigDataAsset::OutCameraViewportWeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, DistanceScoreWeight) == 0x00007C, "Member 'UBGWGroupAIMgrConfigDataAsset::DistanceScoreWeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, AngleScoreWeight) == 0x000080, "Member 'UBGWGroupAIMgrConfigDataAsset::AngleScoreWeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, LastAttackPerSecondScore) == 0x000084, "Member 'UBGWGroupAIMgrConfigDataAsset::LastAttackPerSecondScore' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, LastAttackPerSecondScoreMax) == 0x000088, "Member 'UBGWGroupAIMgrConfigDataAsset::LastAttackPerSecondScoreMax' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, LockExtraScore) == 0x00008C, "Member 'UBGWGroupAIMgrConfigDataAsset::LockExtraScore' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIMgrConfigDataAsset, BossExtraScore) == 0x000090, "Member 'UBGWGroupAIMgrConfigDataAsset::BossExtraScore' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ActiveUnit \ +static_assert(alignof(UBED_ProcessStateNode_ActiveUnit) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ActiveUnit"); \ +static_assert(sizeof(UBED_ProcessStateNode_ActiveUnit) == 0x0002A0, "Wrong size on UBED_ProcessStateNode_ActiveUnit"); \ + +#define DUMPER7_ASSERTS_UBGWGroupAIBattleHotZoneConfigDataAsset \ +static_assert(alignof(UBGWGroupAIBattleHotZoneConfigDataAsset) == 0x000008, "Wrong alignment on UBGWGroupAIBattleHotZoneConfigDataAsset"); \ +static_assert(sizeof(UBGWGroupAIBattleHotZoneConfigDataAsset) == 0x000090, "Wrong size on UBGWGroupAIBattleHotZoneConfigDataAsset"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, BattleCirclePointRingNum) == 0x000030, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::BattleCirclePointRingNum' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, BattleCirclePointAngleInterval) == 0x000034, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::BattleCirclePointAngleInterval' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, MeleeAttackCircleCustomInfo) == 0x000038, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::MeleeAttackCircleCustomInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, ShortBattleCircleCustomInfo) == 0x000044, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::ShortBattleCircleCustomInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, RangeAttackCircleCustomInfo) == 0x000050, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::RangeAttackCircleCustomInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, MiddleBattleCircleCustomInfo) == 0x00005C, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::MiddleBattleCircleCustomInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, LongBattleCircleCustomInfo) == 0x000068, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::LongBattleCircleCustomInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, ShortBattleCircleRadius) == 0x000074, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::ShortBattleCircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, MiddleBattleCircleRadius) == 0x000078, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::MiddleBattleCircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, LongBattleCircleRadius) == 0x00007C, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::LongBattleCircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, MeleeAttackHotZoneInnerRadius) == 0x000080, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::MeleeAttackHotZoneInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, MeleeAttackHotZoneOneSideAngle) == 0x000084, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::MeleeAttackHotZoneOneSideAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWGroupAIBattleHotZoneConfigDataAsset, RangeAttackHotZoneOneSideAngle) == 0x000088, "Member 'UBGWGroupAIBattleHotZoneConfigDataAsset::RangeAttackHotZoneOneSideAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWTamerSettingConfigDataAsset \ +static_assert(alignof(UBGWTamerSettingConfigDataAsset) == 0x000008, "Wrong alignment on UBGWTamerSettingConfigDataAsset"); \ +static_assert(sizeof(UBGWTamerSettingConfigDataAsset) == 0x000080, "Wrong size on UBGWTamerSettingConfigDataAsset"); \ +static_assert(offsetof(UBGWTamerSettingConfigDataAsset, TamerStrategyPreDefinesForLevelOverride) == 0x000030, "Member 'UBGWTamerSettingConfigDataAsset::TamerStrategyPreDefinesForLevelOverride' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWBGMConfigDataAsset \ +static_assert(alignof(UBGWBGMConfigDataAsset) == 0x000008, "Wrong alignment on UBGWBGMConfigDataAsset"); \ +static_assert(sizeof(UBGWBGMConfigDataAsset) == 0x0000A8, "Wrong size on UBGWBGMConfigDataAsset"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DefaultWanderBGMList) == 0x000030, "Member 'UBGWBGMConfigDataAsset::DefaultWanderBGMList' has a wrong offset!"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DefaultMonsterBattleBGMList) == 0x000040, "Member 'UBGWBGMConfigDataAsset::DefaultMonsterBattleBGMList' has a wrong offset!"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DefaultEliteBattleBGMList) == 0x000050, "Member 'UBGWBGMConfigDataAsset::DefaultEliteBattleBGMList' has a wrong offset!"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DefaultBossBattleBGMList) == 0x000060, "Member 'UBGWBGMConfigDataAsset::DefaultBossBattleBGMList' has a wrong offset!"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DefaultSequenceStopBGMEvent) == 0x000070, "Member 'UBGWBGMConfigDataAsset::DefaultSequenceStopBGMEvent' has a wrong offset!"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DefaultShrineBGM) == 0x000078, "Member 'UBGWBGMConfigDataAsset::DefaultShrineBGM' has a wrong offset!"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DefaultRoleBGM) == 0x000088, "Member 'UBGWBGMConfigDataAsset::DefaultRoleBGM' has a wrong offset!"); \ +static_assert(offsetof(UBGWBGMConfigDataAsset, DisabledBGMTypes) == 0x000098, "Member 'UBGWBGMConfigDataAsset::DisabledBGMTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWTransBGMConfigDataAsset \ +static_assert(alignof(UBGWTransBGMConfigDataAsset) == 0x000008, "Wrong alignment on UBGWTransBGMConfigDataAsset"); \ +static_assert(sizeof(UBGWTransBGMConfigDataAsset) == 0x000048, "Wrong size on UBGWTransBGMConfigDataAsset"); \ +static_assert(offsetof(UBGWTransBGMConfigDataAsset, TransBGMConfig) == 0x000030, "Member 'UBGWTransBGMConfigDataAsset::TransBGMConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWProceduralMapConfigDataAsset \ +static_assert(alignof(UBGWProceduralMapConfigDataAsset) == 0x000008, "Wrong alignment on UBGWProceduralMapConfigDataAsset"); \ +static_assert(sizeof(UBGWProceduralMapConfigDataAsset) == 0x000070, "Wrong size on UBGWProceduralMapConfigDataAsset"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, MapType) == 0x000030, "Member 'UBGWProceduralMapConfigDataAsset::MapType' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, MapWidth) == 0x000034, "Member 'UBGWProceduralMapConfigDataAsset::MapWidth' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, MapHeight) == 0x000038, "Member 'UBGWProceduralMapConfigDataAsset::MapHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, BlockWidth) == 0x00003C, "Member 'UBGWProceduralMapConfigDataAsset::BlockWidth' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, BlockHeight) == 0x000040, "Member 'UBGWProceduralMapConfigDataAsset::BlockHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, EntranceX) == 0x000048, "Member 'UBGWProceduralMapConfigDataAsset::EntranceX' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, EntranceY) == 0x00004C, "Member 'UBGWProceduralMapConfigDataAsset::EntranceY' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, ExitX) == 0x000050, "Member 'UBGWProceduralMapConfigDataAsset::ExitX' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, ExitY) == 0x000054, "Member 'UBGWProceduralMapConfigDataAsset::ExitY' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, ExpectedPointNumber) == 0x000058, "Member 'UBGWProceduralMapConfigDataAsset::ExpectedPointNumber' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, MinPointWidth) == 0x00005C, "Member 'UBGWProceduralMapConfigDataAsset::MinPointWidth' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, MinPointHeight) == 0x000060, "Member 'UBGWProceduralMapConfigDataAsset::MinPointHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, MaxPointWidth) == 0x000064, "Member 'UBGWProceduralMapConfigDataAsset::MaxPointWidth' has a wrong offset!"); \ +static_assert(offsetof(UBGWProceduralMapConfigDataAsset, MaxPointHeight) == 0x000068, "Member 'UBGWProceduralMapConfigDataAsset::MaxPointHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWProceduralSpawnCharacterWaveConfigDataAsset \ +static_assert(alignof(UBGWProceduralSpawnCharacterWaveConfigDataAsset) == 0x000008, "Wrong alignment on UBGWProceduralSpawnCharacterWaveConfigDataAsset"); \ +static_assert(sizeof(UBGWProceduralSpawnCharacterWaveConfigDataAsset) == 0x000048, "Wrong size on UBGWProceduralSpawnCharacterWaveConfigDataAsset"); \ +static_assert(offsetof(UBGWProceduralSpawnCharacterWaveConfigDataAsset, ProceduralSpawnCharaterConfig) == 0x000030, "Member 'UBGWProceduralSpawnCharacterWaveConfigDataAsset::ProceduralSpawnCharaterConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWProceduralSpawnCharacterLibDataAsset \ +static_assert(alignof(UBGWProceduralSpawnCharacterLibDataAsset) == 0x000008, "Wrong alignment on UBGWProceduralSpawnCharacterLibDataAsset"); \ +static_assert(sizeof(UBGWProceduralSpawnCharacterLibDataAsset) == 0x000040, "Wrong size on UBGWProceduralSpawnCharacterLibDataAsset"); \ +static_assert(offsetof(UBGWProceduralSpawnCharacterLibDataAsset, CharacterInfoList) == 0x000030, "Member 'UBGWProceduralSpawnCharacterLibDataAsset::CharacterInfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_StateLib \ +static_assert(alignof(UBGWDataAsset_StateLib) == 0x000008, "Wrong alignment on UBGWDataAsset_StateLib"); \ +static_assert(sizeof(UBGWDataAsset_StateLib) == 0x0000F8, "Wrong size on UBGWDataAsset_StateLib"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, LeftSmallTurnSkillID) == 0x000030, "Member 'UBGWDataAsset_StateLib::LeftSmallTurnSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, RightSmallTurnSkillID) == 0x000034, "Member 'UBGWDataAsset_StateLib::RightSmallTurnSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, LeftBigTurnSkillID) == 0x000038, "Member 'UBGWDataAsset_StateLib::LeftBigTurnSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, RightBigTurnSkillID) == 0x00003C, "Member 'UBGWDataAsset_StateLib::RightBigTurnSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, ArmorSetting) == 0x000040, "Member 'UBGWDataAsset_StateLib::ArmorSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, MoveSpeedFast) == 0x000090, "Member 'UBGWDataAsset_StateLib::MoveSpeedFast' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, MoveSpeedNormal) == 0x000094, "Member 'UBGWDataAsset_StateLib::MoveSpeedNormal' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, MoveSpeedSlow) == 0x000098, "Member 'UBGWDataAsset_StateLib::MoveSpeedSlow' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, ABPSetting) == 0x0000A0, "Member 'UBGWDataAsset_StateLib::ABPSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, BeAttackedInfoID) == 0x0000A8, "Member 'UBGWDataAsset_StateLib::BeAttackedInfoID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, UnitCameraID) == 0x0000AC, "Member 'UBGWDataAsset_StateLib::UnitCameraID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, DeadInfoID) == 0x0000B0, "Member 'UBGWDataAsset_StateLib::DeadInfoID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, MovementMode) == 0x0000B4, "Member 'UBGWDataAsset_StateLib::MovementMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, PartRuleID) == 0x0000B8, "Member 'UBGWDataAsset_StateLib::PartRuleID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, DodgeSkillID) == 0x0000BC, "Member 'UBGWDataAsset_StateLib::DodgeSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, PreciseDodgeSkillID) == 0x0000C0, "Member 'UBGWDataAsset_StateLib::PreciseDodgeSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, AMScaleMaxRate) == 0x0000C4, "Member 'UBGWDataAsset_StateLib::AMScaleMaxRate' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, SpecialBoneConfig) == 0x0000C8, "Member 'UBGWDataAsset_StateLib::SpecialBoneConfig' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, BodiesNameList_BodiesCollisionEnable) == 0x0000D0, "Member 'UBGWDataAsset_StateLib::BodiesNameList_BodiesCollisionEnable' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StateLib, DefaultDisabledHitMoveCollisions) == 0x0000E8, "Member 'UBGWDataAsset_StateLib::DefaultDisabledHitMoveCollisions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_CastSkill_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_CastSkill_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_CastSkill_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_CastSkill_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_CastSkill_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_CastSkill_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_CastSkill_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_CastSkill \ +static_assert(alignof(UBED_BehaviorNode_CastSkill) == 0x000008, "Wrong alignment on UBED_BehaviorNode_CastSkill"); \ +static_assert(sizeof(UBED_BehaviorNode_CastSkill) == 0x0002B8, "Wrong size on UBED_BehaviorNode_CastSkill"); \ +static_assert(offsetof(UBED_BehaviorNode_CastSkill, SkillID) == 0x0002A0, "Member 'UBED_BehaviorNode_CastSkill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_CastSkill, MontageStartSectionName) == 0x0002A8, "Member 'UBED_BehaviorNode_CastSkill::MontageStartSectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWPriorityActionQueDataAsset \ +static_assert(alignof(UBGWPriorityActionQueDataAsset) == 0x000008, "Wrong alignment on UBGWPriorityActionQueDataAsset"); \ +static_assert(sizeof(UBGWPriorityActionQueDataAsset) == 0x000080, "Wrong size on UBGWPriorityActionQueDataAsset"); \ +static_assert(offsetof(UBGWPriorityActionQueDataAsset, PriorityActionMap) == 0x000030, "Member 'UBGWPriorityActionQueDataAsset::PriorityActionMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_CameraShakeWithControl \ +static_assert(alignof(UBGWDataAsset_CameraShakeWithControl) == 0x000008, "Wrong alignment on UBGWDataAsset_CameraShakeWithControl"); \ +static_assert(sizeof(UBGWDataAsset_CameraShakeWithControl) == 0x000058, "Wrong size on UBGWDataAsset_CameraShakeWithControl"); \ +static_assert(offsetof(UBGWDataAsset_CameraShakeWithControl, CameraShake) == 0x000030, "Member 'UBGWDataAsset_CameraShakeWithControl::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CameraShakeWithControl, CamShakeScaleByDistCurve) == 0x000040, "Member 'UBGWDataAsset_CameraShakeWithControl::CamShakeScaleByDistCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CameraShakeWithControl, SocketName) == 0x00004C, "Member 'UBGWDataAsset_CameraShakeWithControl::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_StartSeqOnly \ +static_assert(alignof(UAutoTest_HFM_StartSeqOnly) == 0x000008, "Wrong alignment on UAutoTest_HFM_StartSeqOnly"); \ +static_assert(sizeof(UAutoTest_HFM_StartSeqOnly) == 0x000028, "Wrong size on UAutoTest_HFM_StartSeqOnly"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SweepCheckDebugCollisionInfoConfig \ +static_assert(alignof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SweepCheckDebugCollisionInfoConfig"); \ +static_assert(sizeof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig) == 0x0000A8, "Wrong size on UBGWDataAsset_SweepCheckDebugCollisionInfoConfig"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, SCDCollisionInfo) == 0x000030, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::SCDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitUnitSCDCollisionInfo) == 0x00003C, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitUnitSCDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitBulletSCDCollisionInfo) == 0x000048, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitBulletSCDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitSceneItemSCDCollisionInfo) == 0x000054, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitSceneItemSCDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitWorldItemSCDCollisionInfo) == 0x000060, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitWorldItemSCDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, AWDCollisionInfo) == 0x00006C, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::AWDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitUnitAWDCollisionInfo) == 0x000078, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitUnitAWDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitSceneItemAWDCollisionInfo) == 0x000084, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitSceneItemAWDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitWorldItemAWDCollisionInfo) == 0x000090, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitWorldItemAWDCollisionInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SweepCheckDebugCollisionInfoConfig, HitBulletAWDCollisionInfo) == 0x00009C, "Member 'UBGWDataAsset_SweepCheckDebugCollisionInfoConfig::HitBulletAWDCollisionInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BlockInfoConfig \ +static_assert(alignof(UBGWDataAsset_BlockInfoConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BlockInfoConfig"); \ +static_assert(sizeof(UBGWDataAsset_BlockInfoConfig) == 0x0000D0, "Wrong size on UBGWDataAsset_BlockInfoConfig"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, BlockCounterType) == 0x000030, "Member 'UBGWDataAsset_BlockInfoConfig::BlockCounterType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, BlockAMSelectMode) == 0x000031, "Member 'UBGWDataAsset_BlockInfoConfig::BlockAMSelectMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, BlockTiggerAngleLeft) == 0x000034, "Member 'UBGWDataAsset_BlockInfoConfig::BlockTiggerAngleLeft' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, BlockTiggerAngleRight) == 0x000038, "Member 'UBGWDataAsset_BlockInfoConfig::BlockTiggerAngleRight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, AreaDivisionLineForwardLeft) == 0x00003C, "Member 'UBGWDataAsset_BlockInfoConfig::AreaDivisionLineForwardLeft' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, AreaDivisionLineForwardRight) == 0x000040, "Member 'UBGWDataAsset_BlockInfoConfig::AreaDivisionLineForwardRight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, AreaDivisionLineBackwardLeft) == 0x000044, "Member 'UBGWDataAsset_BlockInfoConfig::AreaDivisionLineBackwardLeft' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, AreaDivisionLineBackwardRight) == 0x000048, "Member 'UBGWDataAsset_BlockInfoConfig::AreaDivisionLineBackwardRight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, PerfectBlockInfoWarp) == 0x000050, "Member 'UBGWDataAsset_BlockInfoConfig::PerfectBlockInfoWarp' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, NormalBlockInfoWarp) == 0x000088, "Member 'UBGWDataAsset_BlockInfoConfig::NormalBlockInfoWarp' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BlockInfoConfig, BeAttackedBlockInfoWarp) == 0x0000B0, "Member 'UBGWDataAsset_BlockInfoConfig::BeAttackedBlockInfoWarp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWDataAsset_ProjectileSpawnConfig_AboutEffectCaster \ +static_assert(alignof(BGWDataAsset_ProjectileSpawnConfig_AboutEffectCaster) == 0x000001, "Wrong alignment on BGWDataAsset_ProjectileSpawnConfig_AboutEffectCaster"); \ +static_assert(sizeof(BGWDataAsset_ProjectileSpawnConfig_AboutEffectCaster) == 0x000001, "Wrong size on BGWDataAsset_ProjectileSpawnConfig_AboutEffectCaster"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_ProjectileSpawnConfig \ +static_assert(alignof(UBGWDataAsset_ProjectileSpawnConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_ProjectileSpawnConfig"); \ +static_assert(sizeof(UBGWDataAsset_ProjectileSpawnConfig) == 0x0002E8, "Wrong size on UBGWDataAsset_ProjectileSpawnConfig"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, SpawnerType) == 0x000030, "Member 'UBGWDataAsset_ProjectileSpawnConfig::SpawnerType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, BuffIDList) == 0x000038, "Member 'UBGWDataAsset_ProjectileSpawnConfig::BuffIDList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, ProjectileID) == 0x000048, "Member 'UBGWDataAsset_ProjectileSpawnConfig::ProjectileID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, ProjectileWave) == 0x00004C, "Member 'UBGWDataAsset_ProjectileSpawnConfig::ProjectileWave' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, ProjectileNumInOneWave) == 0x000050, "Member 'UBGWDataAsset_ProjectileSpawnConfig::ProjectileNumInOneWave' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, SpawnBase) == 0x000058, "Member 'UBGWDataAsset_ProjectileSpawnConfig::SpawnBase' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, SpawnPosOffsetInfo) == 0x000078, "Member 'UBGWDataAsset_ProjectileSpawnConfig::SpawnPosOffsetInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, AttachRule_Rot) == 0x0000D4, "Member 'UBGWDataAsset_ProjectileSpawnConfig::AttachRule_Rot' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, TargetBase) == 0x0000D8, "Member 'UBGWDataAsset_ProjectileSpawnConfig::TargetBase' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, TargetPosOffsetInfo) == 0x0000F8, "Member 'UBGWDataAsset_ProjectileSpawnConfig::TargetPosOffsetInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, BornDirBaseInfo) == 0x000150, "Member 'UBGWDataAsset_ProjectileSpawnConfig::BornDirBaseInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, BornDirOffset) == 0x000158, "Member 'UBGWDataAsset_ProjectileSpawnConfig::BornDirOffset' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, BulletFlySpd) == 0x0001A8, "Member 'UBGWDataAsset_ProjectileSpawnConfig::BulletFlySpd' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, BulletRotSpd) == 0x0001C0, "Member 'UBGWDataAsset_ProjectileSpawnConfig::BulletRotSpd' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, MutilTargetRule) == 0x0001DC, "Member 'UBGWDataAsset_ProjectileSpawnConfig::MutilTargetRule' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, SpawnBase_NoneTarget) == 0x0001F0, "Member 'UBGWDataAsset_ProjectileSpawnConfig::SpawnBase_NoneTarget' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, SpawnPosOffsetInfo_NoneTarget) == 0x000210, "Member 'UBGWDataAsset_ProjectileSpawnConfig::SpawnPosOffsetInfo_NoneTarget' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, TargetBase_NoneTarget) == 0x000270, "Member 'UBGWDataAsset_ProjectileSpawnConfig::TargetBase_NoneTarget' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ProjectileSpawnConfig, TargetPosOffsetInfo_NoneTarget) == 0x000290, "Member 'UBGWDataAsset_ProjectileSpawnConfig::TargetPosOffsetInfo_NoneTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerMoveToTrainDummyTarget_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayerMoveToTrainDummyTarget_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerMoveToTrainDummyTarget_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayerMoveToTrainDummyTarget_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayerMoveToTrainDummyTarget_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayerMoveToTrainDummyTarget_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayerMoveToTrainDummyTarget_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayerMoveToTrainDummyTarget \ +static_assert(alignof(UBED_QuestNode_PlayerMoveToTrainDummyTarget) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayerMoveToTrainDummyTarget"); \ +static_assert(sizeof(UBED_QuestNode_PlayerMoveToTrainDummyTarget) == 0x0002A8, "Wrong size on UBED_QuestNode_PlayerMoveToTrainDummyTarget"); \ +static_assert(offsetof(UBED_QuestNode_PlayerMoveToTrainDummyTarget, MoveFinishDistance) == 0x0002A0, "Member 'UBED_QuestNode_PlayerMoveToTrainDummyTarget::MoveFinishDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SwitchBulletResetTargetConfig \ +static_assert(alignof(UBGWDataAsset_SwitchBulletResetTargetConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SwitchBulletResetTargetConfig"); \ +static_assert(sizeof(UBGWDataAsset_SwitchBulletResetTargetConfig) == 0x0000A8, "Wrong size on UBGWDataAsset_SwitchBulletResetTargetConfig"); \ +static_assert(offsetof(UBGWDataAsset_SwitchBulletResetTargetConfig, TargetBase) == 0x000030, "Member 'UBGWDataAsset_SwitchBulletResetTargetConfig::TargetBase' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SwitchBulletResetTargetConfig, TargetPosOffsetInfo) == 0x000050, "Member 'UBGWDataAsset_SwitchBulletResetTargetConfig::TargetPosOffsetInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TROConfig \ +static_assert(alignof(UBGWDataAsset_TROConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TROConfig"); \ +static_assert(sizeof(UBGWDataAsset_TROConfig) == 0x000050, "Wrong size on UBGWDataAsset_TROConfig"); \ +static_assert(offsetof(UBGWDataAsset_TROConfig, BaseVisibleDistanceFactorThesholds) == 0x000030, "Member 'UBGWDataAsset_TROConfig::BaseVisibleDistanceFactorThesholds' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TROConfig, BaseNonRenderedUpdateRate) == 0x000040, "Member 'UBGWDataAsset_TROConfig::BaseNonRenderedUpdateRate' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TROConfig, CppTickCullDistance) == 0x000044, "Member 'UBGWDataAsset_TROConfig::CppTickCullDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TROConfig, CharacterMovementNavWalkingDistance) == 0x000048, "Member 'UBGWDataAsset_TROConfig::CharacterMovementNavWalkingDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TROConfig, CharacterMovementTickCullDistance) == 0x00004C, "Member 'UBGWDataAsset_TROConfig::CharacterMovementTickCullDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_EnvironmentAbnormalEffectConfig \ +static_assert(alignof(UBGWDataAsset_EnvironmentAbnormalEffectConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_EnvironmentAbnormalEffectConfig"); \ +static_assert(sizeof(UBGWDataAsset_EnvironmentAbnormalEffectConfig) == 0x000058, "Wrong size on UBGWDataAsset_EnvironmentAbnormalEffectConfig"); \ +static_assert(offsetof(UBGWDataAsset_EnvironmentAbnormalEffectConfig, EnvironmentAbnormalEffectList) == 0x000030, "Member 'UBGWDataAsset_EnvironmentAbnormalEffectConfig::EnvironmentAbnormalEffectList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvironmentAbnormalEffectConfig, interval) == 0x000040, "Member 'UBGWDataAsset_EnvironmentAbnormalEffectConfig::interval' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_EnvironmentAbnormalEffectConfig, EnvironmentAbnormalAutoRecoverRateList) == 0x000048, "Member 'UBGWDataAsset_EnvironmentAbnormalEffectConfig::EnvironmentAbnormalAutoRecoverRateList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_ChargeLevelConfig \ +static_assert(alignof(UBGWDataAsset_ChargeLevelConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_ChargeLevelConfig"); \ +static_assert(sizeof(UBGWDataAsset_ChargeLevelConfig) == 0x000040, "Wrong size on UBGWDataAsset_ChargeLevelConfig"); \ +static_assert(offsetof(UBGWDataAsset_ChargeLevelConfig, ChargeLevelConfigs) == 0x000030, "Member 'UBGWDataAsset_ChargeLevelConfig::ChargeLevelConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerAddBuff_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerAddBuff_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerAddBuff_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerAddBuff_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerAddBuff_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerAddBuff_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerAddBuff_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerAddBuff \ +static_assert(alignof(UBED_MovieNode_PerformerAddBuff) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerAddBuff"); \ +static_assert(sizeof(UBED_MovieNode_PerformerAddBuff) == 0x0002B8, "Wrong size on UBED_MovieNode_PerformerAddBuff"); \ +static_assert(offsetof(UBED_MovieNode_PerformerAddBuff, BuffID) == 0x0002A8, "Member 'UBED_MovieNode_PerformerAddBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PerformerAddBuff, BuffLayer) == 0x0002AC, "Member 'UBED_MovieNode_PerformerAddBuff::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PerformerAddBuff, BuffDuration) == 0x0002B0, "Member 'UBED_MovieNode_PerformerAddBuff::BuffDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_MaterialLayerParamGlobalConfig \ +static_assert(alignof(UBGWDataAsset_MaterialLayerParamGlobalConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_MaterialLayerParamGlobalConfig"); \ +static_assert(sizeof(UBGWDataAsset_MaterialLayerParamGlobalConfig) == 0x000080, "Wrong size on UBGWDataAsset_MaterialLayerParamGlobalConfig"); \ +static_assert(offsetof(UBGWDataAsset_MaterialLayerParamGlobalConfig, ConfigList) == 0x000030, "Member 'UBGWDataAsset_MaterialLayerParamGlobalConfig::ConfigList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_StartVillage \ +static_assert(alignof(UAutoTest_PSD_StartVillage) == 0x000008, "Wrong alignment on UAutoTest_PSD_StartVillage"); \ +static_assert(sizeof(UAutoTest_PSD_StartVillage) == 0x000028, "Wrong size on UAutoTest_PSD_StartVillage"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_EnvironmentMaskGlobalConfig \ +static_assert(alignof(UBGWDataAsset_EnvironmentMaskGlobalConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_EnvironmentMaskGlobalConfig"); \ +static_assert(sizeof(UBGWDataAsset_EnvironmentMaskGlobalConfig) == 0x000080, "Wrong size on UBGWDataAsset_EnvironmentMaskGlobalConfig"); \ +static_assert(offsetof(UBGWDataAsset_EnvironmentMaskGlobalConfig, EnvironmentMaskMappingList) == 0x000030, "Member 'UBGWDataAsset_EnvironmentMaskGlobalConfig::EnvironmentMaskMappingList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_EnvironmentMaskConfig \ +static_assert(alignof(UBGWDataAsset_EnvironmentMaskConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_EnvironmentMaskConfig"); \ +static_assert(sizeof(UBGWDataAsset_EnvironmentMaskConfig) == 0x000040, "Wrong size on UBGWDataAsset_EnvironmentMaskConfig"); \ +static_assert(offsetof(UBGWDataAsset_EnvironmentMaskConfig, EnvironmentMaskDataList) == 0x000030, "Member 'UBGWDataAsset_EnvironmentMaskConfig::EnvironmentMaskDataList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_OnSkipping \ +static_assert(alignof(UBED_MovieNode_OnSkipping) == 0x000008, "Wrong alignment on UBED_MovieNode_OnSkipping"); \ +static_assert(sizeof(UBED_MovieNode_OnSkipping) == 0x0002A0, "Wrong size on UBED_MovieNode_OnSkipping"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_GlobalRenderTargetConfig \ +static_assert(alignof(UBGWDataAsset_GlobalRenderTargetConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_GlobalRenderTargetConfig"); \ +static_assert(sizeof(UBGWDataAsset_GlobalRenderTargetConfig) == 0x000080, "Wrong size on UBGWDataAsset_GlobalRenderTargetConfig"); \ +static_assert(offsetof(UBGWDataAsset_GlobalRenderTargetConfig, CanvasPainterMap) == 0x000030, "Member 'UBGWDataAsset_GlobalRenderTargetConfig::CanvasPainterMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_StaticMeshActorSetting \ +static_assert(alignof(UBGWDataAsset_StaticMeshActorSetting) == 0x000008, "Wrong alignment on UBGWDataAsset_StaticMeshActorSetting"); \ +static_assert(sizeof(UBGWDataAsset_StaticMeshActorSetting) == 0x000060, "Wrong size on UBGWDataAsset_StaticMeshActorSetting"); \ +static_assert(offsetof(UBGWDataAsset_StaticMeshActorSetting, Mesh) == 0x000030, "Member 'UBGWDataAsset_StaticMeshActorSetting::Mesh' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StaticMeshActorSetting, Materials) == 0x000038, "Member 'UBGWDataAsset_StaticMeshActorSetting::Materials' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StaticMeshActorSetting, MaterialParameters) == 0x000048, "Member 'UBGWDataAsset_StaticMeshActorSetting::MaterialParameters' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_StaticMeshActorSetting, DurationTime) == 0x000058, "Member 'UBGWDataAsset_StaticMeshActorSetting::DurationTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_DamageNumConfig \ +static_assert(alignof(UBGWDataAsset_DamageNumConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_DamageNumConfig"); \ +static_assert(sizeof(UBGWDataAsset_DamageNumConfig) == 0x000058, "Wrong size on UBGWDataAsset_DamageNumConfig"); \ +static_assert(offsetof(UBGWDataAsset_DamageNumConfig, AmplitudeMin) == 0x000030, "Member 'UBGWDataAsset_DamageNumConfig::AmplitudeMin' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_DamageNumConfig, AmplitudeMax) == 0x000034, "Member 'UBGWDataAsset_DamageNumConfig::AmplitudeMax' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_DamageNumConfig, AmplitudeRandomParam) == 0x000038, "Member 'UBGWDataAsset_DamageNumConfig::AmplitudeRandomParam' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_DamageNumConfig, DefaultDir) == 0x000040, "Member 'UBGWDataAsset_DamageNumConfig::DefaultDir' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_DamageNumConfig, DirRandomParam) == 0x000050, "Member 'UBGWDataAsset_DamageNumConfig::DirRandomParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_LevelInfo \ +static_assert(alignof(UBGWDataAsset_LevelInfo) == 0x000008, "Wrong alignment on UBGWDataAsset_LevelInfo"); \ +static_assert(sizeof(UBGWDataAsset_LevelInfo) == 0x0000B0, "Wrong size on UBGWDataAsset_LevelInfo"); \ +static_assert(offsetof(UBGWDataAsset_LevelInfo, MainLevelInfo) == 0x000030, "Member 'UBGWDataAsset_LevelInfo::MainLevelInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LevelInfo, LiteLevelInfo) == 0x000048, "Member 'UBGWDataAsset_LevelInfo::LiteLevelInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LevelInfo, LevelTagToLevelIdMap) == 0x000060, "Member 'UBGWDataAsset_LevelInfo::LevelTagToLevelIdMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_LevelSequenceConfig \ +static_assert(alignof(UBGWDataAsset_LevelSequenceConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_LevelSequenceConfig"); \ +static_assert(sizeof(UBGWDataAsset_LevelSequenceConfig) == 0x000048, "Wrong size on UBGWDataAsset_LevelSequenceConfig"); \ +static_assert(offsetof(UBGWDataAsset_LevelSequenceConfig, StopEvent_WhenSkipping) == 0x000030, "Member 'UBGWDataAsset_LevelSequenceConfig::StopEvent_WhenSkipping' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LevelSequenceConfig, MuteEvent_WhenSkipping) == 0x000038, "Member 'UBGWDataAsset_LevelSequenceConfig::MuteEvent_WhenSkipping' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_LevelSequenceConfig, StopEvent_WhenSkippingOver) == 0x000040, "Member 'UBGWDataAsset_LevelSequenceConfig::StopEvent_WhenSkippingOver' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SelectedTargetConfig \ +static_assert(alignof(UBGWDataAsset_SelectedTargetConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SelectedTargetConfig"); \ +static_assert(sizeof(UBGWDataAsset_SelectedTargetConfig) == 0x000060, "Wrong size on UBGWDataAsset_SelectedTargetConfig"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, SelectedRange) == 0x000030, "Member 'UBGWDataAsset_SelectedTargetConfig::SelectedRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, SelectedMaxMoveSpeed) == 0x000034, "Member 'UBGWDataAsset_SelectedTargetConfig::SelectedMaxMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, SelectedMinMoveSpeed) == 0x000038, "Member 'UBGWDataAsset_SelectedTargetConfig::SelectedMinMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, SelectFollowMoveSpeed) == 0x00003C, "Member 'UBGWDataAsset_SelectedTargetConfig::SelectFollowMoveSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, GamepadSelectRotateSpeed) == 0x000040, "Member 'UBGWDataAsset_SelectedTargetConfig::GamepadSelectRotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, GamepadFollowRotateSpeed) == 0x000044, "Member 'UBGWDataAsset_SelectedTargetConfig::GamepadFollowRotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, FollowMoveTime) == 0x000048, "Member 'UBGWDataAsset_SelectedTargetConfig::FollowMoveTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, MinChangeAngle) == 0x00004C, "Member 'UBGWDataAsset_SelectedTargetConfig::MinChangeAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, MeleGamepadSelectedAngle) == 0x000050, "Member 'UBGWDataAsset_SelectedTargetConfig::MeleGamepadSelectedAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, MeleMouseSelectedAngle) == 0x000054, "Member 'UBGWDataAsset_SelectedTargetConfig::MeleMouseSelectedAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, RangedGamepadSelectedAngle) == 0x000058, "Member 'UBGWDataAsset_SelectedTargetConfig::RangedGamepadSelectedAngle' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SelectedTargetConfig, RangedMouseSelectedAngle) == 0x00005C, "Member 'UBGWDataAsset_SelectedTargetConfig::RangedMouseSelectedAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUIKRigDefinition \ +static_assert(alignof(UUIKRigDefinition) == 0x000008, "Wrong alignment on UUIKRigDefinition"); \ +static_assert(sizeof(UUIKRigDefinition) == 0x000060, "Wrong size on UUIKRigDefinition"); \ +static_assert(offsetof(UUIKRigDefinition, TargetTransforms) == 0x000028, "Member 'UUIKRigDefinition::TargetTransforms' has a wrong offset!"); \ +static_assert(offsetof(UUIKRigDefinition, RefTransforms) == 0x000038, "Member 'UUIKRigDefinition::RefTransforms' has a wrong offset!"); \ +static_assert(offsetof(UUIKRigDefinition, BoneNames) == 0x000048, "Member 'UUIKRigDefinition::BoneNames' has a wrong offset!"); \ +static_assert(offsetof(UUIKRigDefinition, ChainLength) == 0x000058, "Member 'UUIKRigDefinition::ChainLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PerformerConfig \ +static_assert(alignof(UBGWDataAsset_PerformerConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_PerformerConfig"); \ +static_assert(sizeof(UBGWDataAsset_PerformerConfig) == 0x000080, "Wrong size on UBGWDataAsset_PerformerConfig"); \ +static_assert(offsetof(UBGWDataAsset_PerformerConfig, PerformerInfoMapping) == 0x000030, "Member 'UBGWDataAsset_PerformerConfig::PerformerInfoMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_InteractInfoTemplateMap \ +static_assert(alignof(UBGWDataAsset_InteractInfoTemplateMap) == 0x000008, "Wrong alignment on UBGWDataAsset_InteractInfoTemplateMap"); \ +static_assert(sizeof(UBGWDataAsset_InteractInfoTemplateMap) == 0x000080, "Wrong size on UBGWDataAsset_InteractInfoTemplateMap"); \ +static_assert(offsetof(UBGWDataAsset_InteractInfoTemplateMap, TemplateMap) == 0x000030, "Member 'UBGWDataAsset_InteractInfoTemplateMap::TemplateMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSMapAreaBaseData \ +static_assert(alignof(UGSMapAreaBaseData) == 0x000008, "Wrong alignment on UGSMapAreaBaseData"); \ +static_assert(sizeof(UGSMapAreaBaseData) == 0x0000A8, "Wrong size on UGSMapAreaBaseData"); \ +static_assert(offsetof(UGSMapAreaBaseData, AreaColorData) == 0x000030, "Member 'UGSMapAreaBaseData::AreaColorData' has a wrong offset!"); \ +static_assert(offsetof(UGSMapAreaBaseData, OriginPos) == 0x000080, "Member 'UGSMapAreaBaseData::OriginPos' has a wrong offset!"); \ +static_assert(offsetof(UGSMapAreaBaseData, MapSize) == 0x000090, "Member 'UGSMapAreaBaseData::MapSize' has a wrong offset!"); \ +static_assert(offsetof(UGSMapAreaBaseData, MapScale) == 0x0000A0, "Member 'UGSMapAreaBaseData::MapScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_UIEventCollection \ +static_assert(alignof(UBGW_UIEventCollection) == 0x000008, "Wrong alignment on UBGW_UIEventCollection"); \ +static_assert(sizeof(UBGW_UIEventCollection) == 0x000058, "Wrong size on UBGW_UIEventCollection"); \ +static_assert(offsetof(UBGW_UIEventCollection, Evt_RootPanelAddUI) == 0x000028, "Member 'UBGW_UIEventCollection::Evt_RootPanelAddUI' has a wrong offset!"); \ +static_assert(offsetof(UBGW_UIEventCollection, Evt_RootPanelAddUIWithLayer) == 0x000038, "Member 'UBGW_UIEventCollection::Evt_RootPanelAddUIWithLayer' has a wrong offset!"); \ +static_assert(offsetof(UBGW_UIEventCollection, Evt_RootPanelRemoveUI) == 0x000048, "Member 'UBGW_UIEventCollection::Evt_RootPanelRemoveUI' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSMapAreaDetailData \ +static_assert(alignof(UGSMapAreaDetailData) == 0x000008, "Wrong alignment on UGSMapAreaDetailData"); \ +static_assert(sizeof(UGSMapAreaDetailData) == 0x000080, "Wrong size on UGSMapAreaDetailData"); \ +static_assert(offsetof(UGSMapAreaDetailData, MapAreaData) == 0x000030, "Member 'UGSMapAreaDetailData::MapAreaData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSMapAreaSpriteData \ +static_assert(alignof(UGSMapAreaSpriteData) == 0x000008, "Wrong alignment on UGSMapAreaSpriteData"); \ +static_assert(sizeof(UGSMapAreaSpriteData) == 0x000088, "Wrong size on UGSMapAreaSpriteData"); \ +static_assert(offsetof(UGSMapAreaSpriteData, Widght) == 0x000030, "Member 'UGSMapAreaSpriteData::Widght' has a wrong offset!"); \ +static_assert(offsetof(UGSMapAreaSpriteData, Height) == 0x000034, "Member 'UGSMapAreaSpriteData::Height' has a wrong offset!"); \ +static_assert(offsetof(UGSMapAreaSpriteData, MapSpriteData) == 0x000038, "Member 'UGSMapAreaSpriteData::MapSpriteData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_HitAudioPreloadList \ +static_assert(alignof(UBGWDataAsset_HitAudioPreloadList) == 0x000008, "Wrong alignment on UBGWDataAsset_HitAudioPreloadList"); \ +static_assert(sizeof(UBGWDataAsset_HitAudioPreloadList) == 0x000080, "Wrong size on UBGWDataAsset_HitAudioPreloadList"); \ +static_assert(offsetof(UBGWDataAsset_HitAudioPreloadList, ObjMapping) == 0x000030, "Member 'UBGWDataAsset_HitAudioPreloadList::ObjMapping' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUBGWDropItemTemplete \ +static_assert(alignof(UUBGWDropItemTemplete) == 0x000008, "Wrong alignment on UUBGWDropItemTemplete"); \ +static_assert(sizeof(UUBGWDropItemTemplete) == 0x000088, "Wrong size on UUBGWDropItemTemplete"); \ +static_assert(offsetof(UUBGWDropItemTemplete, TempleteType) == 0x000030, "Member 'UUBGWDropItemTemplete::TempleteType' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, BPClass) == 0x000038, "Member 'UUBGWDropItemTemplete::BPClass' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, DADropFixed) == 0x000040, "Member 'UUBGWDropItemTemplete::DADropFixed' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, DAWaitSign) == 0x000048, "Member 'UUBGWDropItemTemplete::DAWaitSign' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, DAPickedSign) == 0x000050, "Member 'UUBGWDropItemTemplete::DAPickedSign' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, DropingCurve) == 0x000058, "Member 'UUBGWDropItemTemplete::DropingCurve' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, PickingCurve) == 0x000060, "Member 'UUBGWDropItemTemplete::PickingCurve' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, EQSTemplate) == 0x000068, "Member 'UUBGWDropItemTemplete::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, EQSActivationDistance) == 0x000070, "Member 'UUBGWDropItemTemplete::EQSActivationDistance' has a wrong offset!"); \ +static_assert(offsetof(UUBGWDropItemTemplete, PickingConditionConfig) == 0x000078, "Member 'UUBGWDropItemTemplete::PickingConditionConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BeImmobilizedConfig \ +static_assert(alignof(UBGWDataAsset_BeImmobilizedConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BeImmobilizedConfig"); \ +static_assert(sizeof(UBGWDataAsset_BeImmobilizedConfig) == 0x0000E8, "Wrong size on UBGWDataAsset_BeImmobilizedConfig"); \ +static_assert(offsetof(UBGWDataAsset_BeImmobilizedConfig, DefaultImmobilizeTimeFactorForBeAttacked) == 0x000030, "Member 'UBGWDataAsset_BeImmobilizedConfig::DefaultImmobilizeTimeFactorForBeAttacked' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeImmobilizedConfig, ImmobilizeTimeFactorForBeAttacked) == 0x000038, "Member 'UBGWDataAsset_BeImmobilizedConfig::ImmobilizeTimeFactorForBeAttacked' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeImmobilizedConfig, SpecialImmobilizeTimeFactorForBeAttacked) == 0x000088, "Member 'UBGWDataAsset_BeImmobilizedConfig::SpecialImmobilizeTimeFactorForBeAttacked' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeImmobilizedConfig, ImmobilizeTimeFactorForBreakPart2Weak) == 0x0000D8, "Member 'UBGWDataAsset_BeImmobilizedConfig::ImmobilizeTimeFactorForBreakPart2Weak' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeImmobilizedConfig, SpecialImmobilizeTimeFactorForBreakPart2Weak) == 0x0000DC, "Member 'UBGWDataAsset_BeImmobilizedConfig::SpecialImmobilizeTimeFactorForBreakPart2Weak' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeImmobilizedConfig, ImmobilizeTimeFactorForBlindStiff) == 0x0000E0, "Member 'UBGWDataAsset_BeImmobilizedConfig::ImmobilizeTimeFactorForBlindStiff' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BeImmobilizedConfig, SpecialImmobilizeTimeFactorForBlindStiff) == 0x0000E4, "Member 'UBGWDataAsset_BeImmobilizedConfig::SpecialImmobilizeTimeFactorForBlindStiff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_LandLayerInfoMgr \ +static_assert(alignof(UBGW_LandLayerInfoMgr) == 0x000008, "Wrong alignment on UBGW_LandLayerInfoMgr"); \ +static_assert(sizeof(UBGW_LandLayerInfoMgr) == 0x000030, "Wrong size on UBGW_LandLayerInfoMgr"); \ +static_assert(offsetof(UBGW_LandLayerInfoMgr, LayerSceneInfoActor) == 0x000028, "Member 'UBGW_LandLayerInfoMgr::LayerSceneInfoActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TaskGraphConfig \ +static_assert(alignof(UBGWDataAsset_TaskGraphConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TaskGraphConfig"); \ +static_assert(sizeof(UBGWDataAsset_TaskGraphConfig) == 0x000038, "Wrong size on UBGWDataAsset_TaskGraphConfig"); \ +static_assert(offsetof(UBGWDataAsset_TaskGraphConfig, TaskGraphAsset) == 0x000030, "Member 'UBGWDataAsset_TaskGraphConfig::TaskGraphAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_OSSCollectionConfig \ +static_assert(alignof(UBGWDataAsset_OSSCollectionConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_OSSCollectionConfig"); \ +static_assert(sizeof(UBGWDataAsset_OSSCollectionConfig) == 0x000038, "Wrong size on UBGWDataAsset_OSSCollectionConfig"); \ +static_assert(offsetof(UBGWDataAsset_OSSCollectionConfig, Battle_SpellFire_AngelUnit) == 0x000030, "Member 'UBGWDataAsset_OSSCollectionConfig::Battle_SpellFire_AngelUnit' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_OSSCollectionConfig, Battle_SpellFire_DistanceUnit) == 0x000034, "Member 'UBGWDataAsset_OSSCollectionConfig::Battle_SpellFire_DistanceUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_NPCAnimInfoConfig \ +static_assert(alignof(UBGWDataAsset_NPCAnimInfoConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_NPCAnimInfoConfig"); \ +static_assert(sizeof(UBGWDataAsset_NPCAnimInfoConfig) == 0x0000D0, "Wrong size on UBGWDataAsset_NPCAnimInfoConfig"); \ +static_assert(offsetof(UBGWDataAsset_NPCAnimInfoConfig, IdleAnimInfoDic) == 0x000030, "Member 'UBGWDataAsset_NPCAnimInfoConfig::IdleAnimInfoDic' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_NPCAnimInfoConfig, LeisureAnimInfoDic) == 0x000080, "Member 'UBGWDataAsset_NPCAnimInfoConfig::LeisureAnimInfoDic' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_PELevelConfig \ +static_assert(alignof(UBGWDataAsset_PELevelConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_PELevelConfig"); \ +static_assert(sizeof(UBGWDataAsset_PELevelConfig) == 0x000088, "Wrong size on UBGWDataAsset_PELevelConfig"); \ +static_assert(offsetof(UBGWDataAsset_PELevelConfig, Config) == 0x000030, "Member 'UBGWDataAsset_PELevelConfig::Config' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PELevelConfig, PELimit_Normal) == 0x000080, "Member 'UBGWDataAsset_PELevelConfig::PELimit_Normal' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_PELevelConfig, PELimit_ByChargeSkill) == 0x000084, "Member 'UBGWDataAsset_PELevelConfig::PELimit_ByChargeSkill' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AnimationSyncStateConfig \ +static_assert(alignof(UBGWDataAsset_AnimationSyncStateConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AnimationSyncStateConfig"); \ +static_assert(sizeof(UBGWDataAsset_AnimationSyncStateConfig) == 0x000040, "Wrong size on UBGWDataAsset_AnimationSyncStateConfig"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TrainDummyConfig \ +static_assert(alignof(UBGWDataAsset_TrainDummyConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TrainDummyConfig"); \ +static_assert(sizeof(UBGWDataAsset_TrainDummyConfig) == 0x000050, "Wrong size on UBGWDataAsset_TrainDummyConfig"); \ +static_assert(offsetof(UBGWDataAsset_TrainDummyConfig, TrainDummyHPType) == 0x000030, "Member 'UBGWDataAsset_TrainDummyConfig::TrainDummyHPType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TrainDummyConfig, TrainDummyHPValue) == 0x000034, "Member 'UBGWDataAsset_TrainDummyConfig::TrainDummyHPValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TrainDummyConfig, DPSCalTimeType) == 0x000039, "Member 'UBGWDataAsset_TrainDummyConfig::DPSCalTimeType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TrainDummyConfig, DPSCalTime) == 0x00003C, "Member 'UBGWDataAsset_TrainDummyConfig::DPSCalTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TrainDummyConfig, SpecialDamageTypeConfigList) == 0x000040, "Member 'UBGWDataAsset_TrainDummyConfig::SpecialDamageTypeConfigList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSDetachWeapon_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSDetachWeapon_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSDetachWeapon_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSDetachWeapon_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSDetachWeapon_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSDetachWeapon_GSNotifyCS \ +static_assert(alignof(BAN_GSDetachWeapon_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSDetachWeapon_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSDetachWeapon_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSDetachWeapon_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSDetachWeapon_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSDetachWeapon_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSDetachWeapon \ +static_assert(alignof(UBAN_GSDetachWeapon) == 0x000008, "Wrong alignment on UBAN_GSDetachWeapon"); \ +static_assert(sizeof(UBAN_GSDetachWeapon) == 0x000068, "Wrong size on UBAN_GSDetachWeapon"); \ +static_assert(offsetof(UBAN_GSDetachWeapon, WeaponIndex) == 0x000050, "Member 'UBAN_GSDetachWeapon::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachWeapon, DetachmentLocationRule) == 0x000054, "Member 'UBAN_GSDetachWeapon::DetachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachWeapon, DetachmentRotationRule) == 0x000058, "Member 'UBAN_GSDetachWeapon::DetachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachWeapon, DetachmentScaleRule) == 0x00005C, "Member 'UBAN_GSDetachWeapon::DetachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachWeapon, DestroyDelayTime) == 0x000064, "Member 'UBAN_GSDetachWeapon::DestroyDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_InputIconConfig \ +static_assert(alignof(UBGWDataAsset_InputIconConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_InputIconConfig"); \ +static_assert(sizeof(UBGWDataAsset_InputIconConfig) == 0x000040, "Wrong size on UBGWDataAsset_InputIconConfig"); \ +static_assert(offsetof(UBGWDataAsset_InputIconConfig, IconInfo) == 0x000030, "Member 'UBGWDataAsset_InputIconConfig::IconInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AutoTestMoveToConfig \ +static_assert(alignof(UBGWDataAsset_AutoTestMoveToConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AutoTestMoveToConfig"); \ +static_assert(sizeof(UBGWDataAsset_AutoTestMoveToConfig) == 0x000058, "Wrong size on UBGWDataAsset_AutoTestMoveToConfig"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, MaxMoveTime) == 0x000030, "Member 'UBGWDataAsset_AutoTestMoveToConfig::MaxMoveTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, AcceptableRadius) == 0x000034, "Member 'UBGWDataAsset_AutoTestMoveToConfig::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, BTTargetType) == 0x00003A, "Member 'UBGWDataAsset_AutoTestMoveToConfig::BTTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, MoveAIType) == 0x00003B, "Member 'UBGWDataAsset_AutoTestMoveToConfig::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, SpeedRateType) == 0x00003C, "Member 'UBGWDataAsset_AutoTestMoveToConfig::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, SpeedRateDistanceCurve) == 0x000040, "Member 'UBGWDataAsset_AutoTestMoveToConfig::SpeedRateDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, MinAcceptableRadius) == 0x00004C, "Member 'UBGWDataAsset_AutoTestMoveToConfig::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestMoveToConfig, MaxAcceptableRadius) == 0x000050, "Member 'UBGWDataAsset_AutoTestMoveToConfig::MaxAcceptableRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_AutoTestEQSRunConfig \ +static_assert(alignof(UBGWDataAsset_AutoTestEQSRunConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_AutoTestEQSRunConfig"); \ +static_assert(sizeof(UBGWDataAsset_AutoTestEQSRunConfig) == 0x000078, "Wrong size on UBGWDataAsset_AutoTestEQSRunConfig"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, AcceptableRadius) == 0x000030, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::AcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, EQSTemplate) == 0x000038, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::EQSTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, MoveAIType) == 0x000040, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::MoveAIType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, SpeedRateType) == 0x000041, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, SpeedRateDistanceCurve) == 0x000048, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::SpeedRateDistanceCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, MinAcceptableRadius) == 0x000054, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::MinAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, MaxAcceptableRadius) == 0x000058, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::MaxAcceptableRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, AutoUpdatePathTime) == 0x00005C, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::AutoUpdatePathTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, IntervalTime) == 0x000064, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::IntervalTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_AutoTestEQSRunConfig, LeisureList) == 0x000068, "Member 'UBGWDataAsset_AutoTestEQSRunConfig::LeisureList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSAttachWeaponToSocket_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSAttachWeaponToSocket_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSAttachWeaponToSocket_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSAttachWeaponToSocket_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSAttachWeaponToSocket_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSAttachWeaponToSocket_GSNotifyCS \ +static_assert(alignof(BAN_GSAttachWeaponToSocket_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSAttachWeaponToSocket_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSAttachWeaponToSocket_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSAttachWeaponToSocket_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSAttachWeaponToSocket_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSAttachWeaponToSocket_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSAttachWeaponToSocket \ +static_assert(alignof(UBAN_GSAttachWeaponToSocket) == 0x000008, "Wrong alignment on UBAN_GSAttachWeaponToSocket"); \ +static_assert(sizeof(UBAN_GSAttachWeaponToSocket) == 0x000098, "Wrong size on UBAN_GSAttachWeaponToSocket"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, ActorTag) == 0x000050, "Member 'UBAN_GSAttachWeaponToSocket::ActorTag' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, SocketName) == 0x000058, "Member 'UBAN_GSAttachWeaponToSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, WeaponIndex) == 0x000060, "Member 'UBAN_GSAttachWeaponToSocket::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, AttachmentLocationRule) == 0x000064, "Member 'UBAN_GSAttachWeaponToSocket::AttachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, AttachmentRotationRule) == 0x000068, "Member 'UBAN_GSAttachWeaponToSocket::AttachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, AttachmentScaleRule) == 0x00006C, "Member 'UBAN_GSAttachWeaponToSocket::AttachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, AnimAsset) == 0x000078, "Member 'UBAN_GSAttachWeaponToSocket::AnimAsset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, WeaponScaleCurve) == 0x000088, "Member 'UBAN_GSAttachWeaponToSocket::WeaponScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAttachWeaponToSocket, WeaponCallBPFloatParam) == 0x000094, "Member 'UBAN_GSAttachWeaponToSocket::WeaponCallBPFloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_HatredBattleConfig \ +static_assert(alignof(UBGWDataAsset_HatredBattleConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_HatredBattleConfig"); \ +static_assert(sizeof(UBGWDataAsset_HatredBattleConfig) == 0x000040, "Wrong size on UBGWDataAsset_HatredBattleConfig"); \ +static_assert(offsetof(UBGWDataAsset_HatredBattleConfig, HatredBattleBlackList) == 0x000030, "Member 'UBGWDataAsset_HatredBattleConfig::HatredBattleBlackList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_ChangeMaterialByUnitAttrConfig \ +static_assert(alignof(UBGWDataAsset_ChangeMaterialByUnitAttrConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_ChangeMaterialByUnitAttrConfig"); \ +static_assert(sizeof(UBGWDataAsset_ChangeMaterialByUnitAttrConfig) == 0x000040, "Wrong size on UBGWDataAsset_ChangeMaterialByUnitAttrConfig"); \ +static_assert(offsetof(UBGWDataAsset_ChangeMaterialByUnitAttrConfig, ConfigList) == 0x000030, "Member 'UBGWDataAsset_ChangeMaterialByUnitAttrConfig::ConfigList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BulletSmartSelectTargetConfig \ +static_assert(alignof(UBGWDataAsset_BulletSmartSelectTargetConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BulletSmartSelectTargetConfig"); \ +static_assert(sizeof(UBGWDataAsset_BulletSmartSelectTargetConfig) == 0x000070, "Wrong size on UBGWDataAsset_BulletSmartSelectTargetConfig"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, SearchRadius) == 0x000030, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::SearchRadius' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, TargetTeamFilter) == 0x000034, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::TargetTeamFilter' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, TargetTypeFilter) == 0x000038, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::TargetTypeFilter' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, MultiTargetConditionTyp) == 0x00003C, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::MultiTargetConditionTyp' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, Param1) == 0x000040, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::Param1' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, Param2) == 0x000044, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::Param2' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, SearchTargetDelayTime) == 0x000048, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::SearchTargetDelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, BeAttackedDecreaseValue) == 0x00004C, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::BeAttackedDecreaseValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, BulletDistanceDecreaseValue) == 0x000050, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::BulletDistanceDecreaseValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, LastTargetDotDecreaseValue) == 0x000054, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::LastTargetDotDecreaseValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, MasterDistanceDecreaseValue) == 0x000058, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::MasterDistanceDecreaseValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, HitCountAddition) == 0x00005C, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::HitCountAddition' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, PerformanceProjectileID) == 0x000060, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::PerformanceProjectileID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, BackNestProjectileID) == 0x000064, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::BackNestProjectileID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BulletSmartSelectTargetConfig, LifeTime) == 0x000068, "Member 'UBGWDataAsset_BulletSmartSelectTargetConfig::LifeTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap \ +static_assert(alignof(BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap) == 0x000008, "Wrong alignment on BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap"); \ +static_assert(sizeof(BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap) == 0x000108, "Wrong size on BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap, OverlappedComponent) == 0x000000, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap, OtherActor) == 0x000008, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap, OtherComp) == 0x000010, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap, OtherBodyIndex) == 0x000018, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap::OtherBodyIndex' has a wrong offset!"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap, SweepResult) == 0x000020, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionBeginOverlap::SweepResult' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap \ +static_assert(alignof(BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap) == 0x000008, "Wrong alignment on BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap"); \ +static_assert(sizeof(BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap) == 0x000020, "Wrong size on BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap, OverlappedComponent) == 0x000000, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap::OverlappedComponent' has a wrong offset!"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap, OtherActor) == 0x000008, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap::OtherActor' has a wrong offset!"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap, OtherComp) == 0x000010, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap::OtherComp' has a wrong offset!"); \ +static_assert(offsetof(BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap, OtherBodyIndex) == 0x000018, "Member 'BUS_ManualSplineMoveCompImpl_OnCollisionEndOverlap::OtherBodyIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_ManualSplineMoveCompImpl \ +static_assert(alignof(UBUS_ManualSplineMoveCompImpl) == 0x000008, "Wrong alignment on UBUS_ManualSplineMoveCompImpl"); \ +static_assert(sizeof(UBUS_ManualSplineMoveCompImpl) == 0x000028, "Wrong size on UBUS_ManualSplineMoveCompImpl"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_ABSPosToUVConfig \ +static_assert(alignof(UBGWDataAsset_ABSPosToUVConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_ABSPosToUVConfig"); \ +static_assert(sizeof(UBGWDataAsset_ABSPosToUVConfig) == 0x000050, "Wrong size on UBGWDataAsset_ABSPosToUVConfig"); \ +static_assert(offsetof(UBGWDataAsset_ABSPosToUVConfig, RecordTime) == 0x000030, "Member 'UBGWDataAsset_ABSPosToUVConfig::RecordTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ABSPosToUVConfig, RecordMinValue) == 0x000034, "Member 'UBGWDataAsset_ABSPosToUVConfig::RecordMinValue' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ABSPosToUVConfig, DelayTime) == 0x000038, "Member 'UBGWDataAsset_ABSPosToUVConfig::DelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_ABSPosToUVConfig, SpeedClamp) == 0x000040, "Member 'UBGWDataAsset_ABSPosToUVConfig::SpeedClamp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_DestructibleImpulseConfig \ +static_assert(alignof(UBGWDataAsset_DestructibleImpulseConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_DestructibleImpulseConfig"); \ +static_assert(sizeof(UBGWDataAsset_DestructibleImpulseConfig) == 0x000088, "Wrong size on UBGWDataAsset_DestructibleImpulseConfig"); \ +static_assert(offsetof(UBGWDataAsset_DestructibleImpulseConfig, DefaultImpulse) == 0x000030, "Member 'UBGWDataAsset_DestructibleImpulseConfig::DefaultImpulse' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_DestructibleImpulseConfig, DestructibleHitImpulseMap) == 0x000038, "Member 'UBGWDataAsset_DestructibleImpulseConfig::DestructibleHitImpulseMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_CloudMoveConfig \ +static_assert(alignof(UBGWDataAsset_CloudMoveConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_CloudMoveConfig"); \ +static_assert(sizeof(UBGWDataAsset_CloudMoveConfig) == 0x0001C0, "Wrong size on UBGWDataAsset_CloudMoveConfig"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkillCooldownTime) == 0x000030, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkillCooldownTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_Ride_Walk) == 0x000034, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_Ride_Walk' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_Ride_Run) == 0x000038, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_Ride_Run' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_Ride_Sprint) == 0x00003C, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_Ride_Sprint' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_Ride_Fall) == 0x000040, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_Ride_Fall' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_Ride_Fall_MinHeight) == 0x000044, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_Ride_Fall_MinHeight' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Walk_Low) == 0x000048, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Walk_Low' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Walk_High) == 0x00004C, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Walk_High' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Run_Low_Forward) == 0x000050, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Run_Low_Forward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Run_Low_Upward) == 0x000054, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Run_Low_Upward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Run_Low_Downward) == 0x000058, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Run_Low_Downward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Run_High_Forward) == 0x00005C, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Run_High_Forward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Run_High_Upward) == 0x000060, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Run_High_Upward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Run_High_Downward) == 0x000064, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Run_High_Downward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Rush_Low_Forward) == 0x000068, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Rush_Low_Forward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Rush_Low_Upward) == 0x00006C, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Rush_Low_Upward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Rush_Low_Downward) == 0x000070, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Rush_Low_Downward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Rush_High_Forward) == 0x000074, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Rush_High_Forward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Rush_High_Upward) == 0x000078, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Rush_High_Upward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_GetOff_Rush_High_Downward) == 0x00007C, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_GetOff_Rush_High_Downward' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudSkill_BreakSkills) == 0x000080, "Member 'UBGWDataAsset_CloudMoveConfig::CloudSkill_BreakSkills' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, HeightLimitThreshold) == 0x0000D0, "Member 'UBGWDataAsset_CloudMoveConfig::HeightLimitThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, HeightLimitMaxPitchCurve) == 0x0000D8, "Member 'UBGWDataAsset_CloudMoveConfig::HeightLimitMaxPitchCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, MinimumHeightRestriction) == 0x0000E4, "Member 'UBGWDataAsset_CloudMoveConfig::MinimumHeightRestriction' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, MinimumHeightRestrictionThreshold) == 0x0000E8, "Member 'UBGWDataAsset_CloudMoveConfig::MinimumHeightRestrictionThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, HorizontalFlightUpAngleRange) == 0x0000EC, "Member 'UBGWDataAsset_CloudMoveConfig::HorizontalFlightUpAngleRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, HorizontalFlightDownAngleRange) == 0x0000F0, "Member 'UBGWDataAsset_CloudMoveConfig::HorizontalFlightDownAngleRange' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, RushEffectSpeed) == 0x0000F4, "Member 'UBGWDataAsset_CloudMoveConfig::RushEffectSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, RushEffectBuffList) == 0x0000F8, "Member 'UBGWDataAsset_CloudMoveConfig::RushEffectBuffList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, RushAkEvent) == 0x000108, "Member 'UBGWDataAsset_CloudMoveConfig::RushAkEvent' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudMoveItemId) == 0x000110, "Member 'UBGWDataAsset_CloudMoveConfig::CloudMoveItemId' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudMoveBuffId) == 0x000118, "Member 'UBGWDataAsset_CloudMoveConfig::CloudMoveBuffId' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudEffectDBC) == 0x000128, "Member 'UBGWDataAsset_CloudMoveConfig::CloudEffectDBC' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudEffectDBC_RotateLerpSpeedCurve) == 0x000130, "Member 'UBGWDataAsset_CloudMoveConfig::CloudEffectDBC_RotateLerpSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudEffectDBC_LocationLerpSpeedCurve) == 0x000138, "Member 'UBGWDataAsset_CloudMoveConfig::CloudEffectDBC_LocationLerpSpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudEffectDBC_OffsetCurve) == 0x000140, "Member 'UBGWDataAsset_CloudMoveConfig::CloudEffectDBC_OffsetCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudAkEventBegin) == 0x000148, "Member 'UBGWDataAsset_CloudMoveConfig::CloudAkEventBegin' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudAkEventStop) == 0x000150, "Member 'UBGWDataAsset_CloudMoveConfig::CloudAkEventStop' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, CloudFoliageFadeScaleCurve) == 0x000158, "Member 'UBGWDataAsset_CloudMoveConfig::CloudFoliageFadeScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, GroundEffectDistance) == 0x000160, "Member 'UBGWDataAsset_CloudMoveConfig::GroundEffectDistance' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, GroundEffectInterval) == 0x000164, "Member 'UBGWDataAsset_CloudMoveConfig::GroundEffectInterval' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, GroundEffectSpeed) == 0x000168, "Member 'UBGWDataAsset_CloudMoveConfig::GroundEffectSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_CloudMoveConfig, GroundEffects) == 0x000170, "Member 'UBGWDataAsset_CloudMoveConfig::GroundEffects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_FollowPartnerDisplayConfig \ +static_assert(alignof(UBGWDataAsset_FollowPartnerDisplayConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_FollowPartnerDisplayConfig"); \ +static_assert(sizeof(UBGWDataAsset_FollowPartnerDisplayConfig) == 0x000110, "Wrong size on UBGWDataAsset_FollowPartnerDisplayConfig"); \ +static_assert(offsetof(UBGWDataAsset_FollowPartnerDisplayConfig, WeakAiInteractConversationCD) == 0x000030, "Member 'UBGWDataAsset_FollowPartnerDisplayConfig::WeakAiInteractConversationCD' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_FollowPartnerDisplayConfig, BreakInteractionConversationInfoList) == 0x000038, "Member 'UBGWDataAsset_FollowPartnerDisplayConfig::BreakInteractionConversationInfoList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_FollowPartnerDisplayConfig, IdleDodgeInfo) == 0x000048, "Member 'UBGWDataAsset_FollowPartnerDisplayConfig::IdleDodgeInfo' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_FollowPartnerDisplayConfig, IdleWaitingInfo) == 0x0000F8, "Member 'UBGWDataAsset_FollowPartnerDisplayConfig::IdleWaitingInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SpiderSilkEntangleConfig \ +static_assert(alignof(UBGWDataAsset_SpiderSilkEntangleConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SpiderSilkEntangleConfig"); \ +static_assert(sizeof(UBGWDataAsset_SpiderSilkEntangleConfig) == 0x0000D0, "Wrong size on UBGWDataAsset_SpiderSilkEntangleConfig"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, NG_Template) == 0x000030, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::NG_Template' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, DBC_Template) == 0x000038, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::DBC_Template' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, MaxCount) == 0x000040, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::MaxCount' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, CountThreshold_HardMove) == 0x000044, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::CountThreshold_HardMove' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, HardMoveBuffID) == 0x000048, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::HardMoveBuffID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, EntangleSkillEffectID) == 0x000050, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::EntangleSkillEffectID' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, SkillAccCountMapping) == 0x000058, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::SkillAccCountMapping' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, SpeedMonitorInterval) == 0x0000A8, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::SpeedMonitorInterval' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, MappingCurve_Speed) == 0x0000B0, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::MappingCurve_Speed' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, IncreaseCount_OnJump) == 0x0000B8, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::IncreaseCount_OnJump' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, IncreaseCount_OnLand) == 0x0000BC, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::IncreaseCount_OnLand' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SpiderSilkEntangleConfig, Mapping_NiagaraParam) == 0x0000C0, "Member 'UBGWDataAsset_SpiderSilkEntangleConfig::Mapping_NiagaraParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SpawnBossTrace_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_SpawnBossTrace_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SpawnBossTrace_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_SpawnBossTrace_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_SpawnBossTrace_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_SpawnBossTrace_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SpawnBossTrace_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SpawnBossTrace \ +static_assert(alignof(UBED_QuestNode_SpawnBossTrace) == 0x000008, "Wrong alignment on UBED_QuestNode_SpawnBossTrace"); \ +static_assert(sizeof(UBED_QuestNode_SpawnBossTrace) == 0x0002D0, "Wrong size on UBED_QuestNode_SpawnBossTrace"); \ +static_assert(offsetof(UBED_QuestNode_SpawnBossTrace, SpawnType) == 0x0002A0, "Member 'UBED_QuestNode_SpawnBossTrace::SpawnType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SpawnBossTrace, TraceEfxPath) == 0x0002A8, "Member 'UBED_QuestNode_SpawnBossTrace::TraceEfxPath' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_RebirthPointNavigation \ +static_assert(alignof(UBGWDataAsset_RebirthPointNavigation) == 0x000008, "Wrong alignment on UBGWDataAsset_RebirthPointNavigation"); \ +static_assert(sizeof(UBGWDataAsset_RebirthPointNavigation) == 0x000078, "Wrong size on UBGWDataAsset_RebirthPointNavigation"); \ +static_assert(offsetof(UBGWDataAsset_RebirthPointNavigation, Template) == 0x000030, "Member 'UBGWDataAsset_RebirthPointNavigation::Template' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_RebirthPointNavigation, EFXNodeOffsetAll) == 0x000038, "Member 'UBGWDataAsset_RebirthPointNavigation::EFXNodeOffsetAll' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_RebirthPointNavigation, EFXNodeOffsetFirst) == 0x000050, "Member 'UBGWDataAsset_RebirthPointNavigation::EFXNodeOffsetFirst' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_RebirthPointNavigation, EFXNodeMaxNum) == 0x000068, "Member 'UBGWDataAsset_RebirthPointNavigation::EFXNodeMaxNum' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_RebirthPointNavigation, EFXMinDir) == 0x00006C, "Member 'UBGWDataAsset_RebirthPointNavigation::EFXMinDir' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_RebirthPointNavigation, RefreshInterval) == 0x000070, "Member 'UBGWDataAsset_RebirthPointNavigation::RefreshInterval' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_RebirthPointNavigation, RefreshInterval_ResidentSound) == 0x000074, "Member 'UBGWDataAsset_RebirthPointNavigation::RefreshInterval_ResidentSound' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_MatLayerFunctionMappingConfig \ +static_assert(alignof(UBGWDataAsset_MatLayerFunctionMappingConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_MatLayerFunctionMappingConfig"); \ +static_assert(sizeof(UBGWDataAsset_MatLayerFunctionMappingConfig) == 0x000080, "Wrong size on UBGWDataAsset_MatLayerFunctionMappingConfig"); \ +static_assert(offsetof(UBGWDataAsset_MatLayerFunctionMappingConfig, MatLayerFunctionInfoMap) == 0x000030, "Member 'UBGWDataAsset_MatLayerFunctionMappingConfig::MatLayerFunctionInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_UnitDynamicObstaclePerformanceConfig \ +static_assert(alignof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_UnitDynamicObstaclePerformanceConfig"); \ +static_assert(sizeof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig) == 0x000090, "Wrong size on UBGWDataAsset_UnitDynamicObstaclePerformanceConfig"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, OverrideDBC) == 0x000038, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::OverrideDBC' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, PerformAMType) == 0x000040, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::PerformAMType' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, F_DegLine_FBMode) == 0x000044, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::F_DegLine_FBMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, F_DegLine_4DirMode) == 0x000048, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::F_DegLine_4DirMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, B_DegLine_4DirMode) == 0x00004C, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::B_DegLine_4DirMode' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, AM_F_List) == 0x000050, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::AM_F_List' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, AM_B_List) == 0x000060, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::AM_B_List' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, AM_L_List) == 0x000070, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::AM_L_List' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_UnitDynamicObstaclePerformanceConfig, AM_R_List) == 0x000080, "Member 'UBGWDataAsset_UnitDynamicObstaclePerformanceConfig::AM_R_List' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TamerAndBulletSkillIDConfig \ +static_assert(alignof(UBGWDataAsset_TamerAndBulletSkillIDConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TamerAndBulletSkillIDConfig"); \ +static_assert(sizeof(UBGWDataAsset_TamerAndBulletSkillIDConfig) == 0x000040, "Wrong size on UBGWDataAsset_TamerAndBulletSkillIDConfig"); \ +static_assert(offsetof(UBGWDataAsset_TamerAndBulletSkillIDConfig, BulletSkillTestInfos) == 0x000030, "Member 'UBGWDataAsset_TamerAndBulletSkillIDConfig::BulletSkillTestInfos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SDFConfigAutoGenConfig \ +static_assert(alignof(UBGWDataAsset_SDFConfigAutoGenConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SDFConfigAutoGenConfig"); \ +static_assert(sizeof(UBGWDataAsset_SDFConfigAutoGenConfig) == 0x000090, "Wrong size on UBGWDataAsset_SDFConfigAutoGenConfig"); \ +static_assert(offsetof(UBGWDataAsset_SDFConfigAutoGenConfig, BoneArray_1_First) == 0x000030, "Member 'UBGWDataAsset_SDFConfigAutoGenConfig::BoneArray_1_First' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SDFConfigAutoGenConfig, BoneArray_1_Next) == 0x000040, "Member 'UBGWDataAsset_SDFConfigAutoGenConfig::BoneArray_1_Next' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SDFConfigAutoGenConfig, BoneArray_2_First) == 0x000050, "Member 'UBGWDataAsset_SDFConfigAutoGenConfig::BoneArray_2_First' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SDFConfigAutoGenConfig, BoneArray_2_Next) == 0x000060, "Member 'UBGWDataAsset_SDFConfigAutoGenConfig::BoneArray_2_Next' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SDFConfigAutoGenConfig, BoneArray_3_First) == 0x000070, "Member 'UBGWDataAsset_SDFConfigAutoGenConfig::BoneArray_3_First' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SDFConfigAutoGenConfig, BoneArray_3_Next) == 0x000080, "Member 'UBGWDataAsset_SDFConfigAutoGenConfig::BoneArray_3_Next' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerEffect_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTriggerEffect_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTriggerEffect_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTriggerEffect_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTriggerEffect_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerEffect_GSValidateInputCS \ +static_assert(alignof(BAN_GSTriggerEffect_GSValidateInputCS) == 0x000008, "Wrong alignment on BAN_GSTriggerEffect_GSValidateInputCS"); \ +static_assert(sizeof(BAN_GSTriggerEffect_GSValidateInputCS) == 0x000008, "Wrong size on BAN_GSTriggerEffect_GSValidateInputCS"); \ +static_assert(offsetof(BAN_GSTriggerEffect_GSValidateInputCS, Actor) == 0x000000, "Member 'BAN_GSTriggerEffect_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerEffect_GSNotifyCS \ +static_assert(alignof(BAN_GSTriggerEffect_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTriggerEffect_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTriggerEffect_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTriggerEffect_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTriggerEffect_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTriggerEffect_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTriggerEffect \ +static_assert(alignof(UBAN_GSTriggerEffect) == 0x000008, "Wrong alignment on UBAN_GSTriggerEffect"); \ +static_assert(sizeof(UBAN_GSTriggerEffect) == 0x000068, "Wrong size on UBAN_GSTriggerEffect"); \ +static_assert(offsetof(UBAN_GSTriggerEffect, EffectID) == 0x000050, "Member 'UBAN_GSTriggerEffect::EffectID' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTriggerEffect, TargetType) == 0x000054, "Member 'UBAN_GSTriggerEffect::TargetType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTriggerEffect, Command) == 0x000058, "Member 'UBAN_GSTriggerEffect::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BPTreeInfo \ +static_assert(alignof(UBGWDataAsset_BPTreeInfo) == 0x000008, "Wrong alignment on UBGWDataAsset_BPTreeInfo"); \ +static_assert(sizeof(UBGWDataAsset_BPTreeInfo) == 0x0000D0, "Wrong size on UBGWDataAsset_BPTreeInfo"); \ +static_assert(offsetof(UBGWDataAsset_BPTreeInfo, TreeInfoMap) == 0x000030, "Member 'UBGWDataAsset_BPTreeInfo::TreeInfoMap' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_BPTreeInfo, StaticMeshTreeInfoMap) == 0x000080, "Member 'UBGWDataAsset_BPTreeInfo::StaticMeshTreeInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SplineBirdSpawnConfig \ +static_assert(alignof(UBGWDataAsset_SplineBirdSpawnConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SplineBirdSpawnConfig"); \ +static_assert(sizeof(UBGWDataAsset_SplineBirdSpawnConfig) == 0x0000C0, "Wrong size on UBGWDataAsset_SplineBirdSpawnConfig"); \ +static_assert(offsetof(UBGWDataAsset_SplineBirdSpawnConfig, GlobalRefreshCoolDown) == 0x000034, "Member 'UBGWDataAsset_SplineBirdSpawnConfig::GlobalRefreshCoolDown' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SplineBirdSpawnConfig, SplineUseProtectTime) == 0x000038, "Member 'UBGWDataAsset_SplineBirdSpawnConfig::SplineUseProtectTime' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SplineBirdSpawnConfig, SplineFilterDist) == 0x00003C, "Member 'UBGWDataAsset_SplineBirdSpawnConfig::SplineFilterDist' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SplineBirdSpawnConfig, MaxCoutInWorld) == 0x00004C, "Member 'UBGWDataAsset_SplineBirdSpawnConfig::MaxCoutInWorld' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SplineBirdSpawnConfig, SpawnGap) == 0x000050, "Member 'UBGWDataAsset_SplineBirdSpawnConfig::SpawnGap' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SplineBirdSpawnConfig, FXAnimalTemplateList) == 0x000060, "Member 'UBGWDataAsset_SplineBirdSpawnConfig::FXAnimalTemplateList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_SplineBirdSpawnConfig, FXAnimalTemplateMap) == 0x000070, "Member 'UBGWDataAsset_SplineBirdSpawnConfig::FXAnimalTemplateMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_DropExpProgCS \ +static_assert(alignof(UBI_DropExpProgCS) == 0x000008, "Wrong alignment on UBI_DropExpProgCS"); \ +static_assert(sizeof(UBI_DropExpProgCS) == 0x0003D8, "Wrong size on UBI_DropExpProgCS"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_BattleSCConfig \ +static_assert(alignof(UBGWDataAsset_BattleSCConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_BattleSCConfig"); \ +static_assert(sizeof(UBGWDataAsset_BattleSCConfig) == 0x000080, "Wrong size on UBGWDataAsset_BattleSCConfig"); \ +static_assert(offsetof(UBGWDataAsset_BattleSCConfig, BattleSCConfigMap) == 0x000030, "Member 'UBGWDataAsset_BattleSCConfig::BattleSCConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_b1_Managed__UBGW_EventCollection \ +static_assert(alignof(b1_Managed::UBGW_EventCollection) == 0x000008, "Wrong alignment on b1_Managed::UBGW_EventCollection"); \ +static_assert(sizeof(b1_Managed::UBGW_EventCollection) == 0x000028, "Wrong size on b1_Managed::UBGW_EventCollection"); \ + +#define DUMPER7_ASSERTS_B1_StartupGameMode_ReceiveEndPlay \ +static_assert(alignof(B1_StartupGameMode_ReceiveEndPlay) == 0x000001, "Wrong alignment on B1_StartupGameMode_ReceiveEndPlay"); \ +static_assert(sizeof(B1_StartupGameMode_ReceiveEndPlay) == 0x000001, "Wrong size on B1_StartupGameMode_ReceiveEndPlay"); \ +static_assert(offsetof(B1_StartupGameMode_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'B1_StartupGameMode_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AB1_StartupGameMode \ +static_assert(alignof(AB1_StartupGameMode) == 0x000008, "Wrong alignment on AB1_StartupGameMode"); \ +static_assert(sizeof(AB1_StartupGameMode) == 0x000328, "Wrong size on AB1_StartupGameMode"); \ + +#define DUMPER7_ASSERTS_ABGUCollectionActorCS \ +static_assert(alignof(ABGUCollectionActorCS) == 0x000008, "Wrong alignment on ABGUCollectionActorCS"); \ +static_assert(sizeof(ABGUCollectionActorCS) == 0x000338, "Wrong size on ABGUCollectionActorCS"); \ + +#define DUMPER7_ASSERTS_UBGW_GameDataMgr \ +static_assert(alignof(UBGW_GameDataMgr) == 0x000008, "Wrong alignment on UBGW_GameDataMgr"); \ +static_assert(sizeof(UBGW_GameDataMgr) == 0x000038, "Wrong size on UBGW_GameDataMgr"); \ +static_assert(offsetof(UBGW_GameDataMgr, UObjectDataOwner) == 0x000028, "Member 'UBGW_GameDataMgr::UObjectDataOwner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGG_GameModeDataCompB1 \ +static_assert(alignof(UBGG_GameModeDataCompB1) == 0x000008, "Wrong alignment on UBGG_GameModeDataCompB1"); \ +static_assert(sizeof(UBGG_GameModeDataCompB1) == 0x0000D0, "Wrong size on UBGG_GameModeDataCompB1"); \ + +#define DUMPER7_ASSERTS_BGG_GameMode_GetSeamlessTravelActorListCS \ +static_assert(alignof(BGG_GameMode_GetSeamlessTravelActorListCS) == 0x000008, "Wrong alignment on BGG_GameMode_GetSeamlessTravelActorListCS"); \ +static_assert(sizeof(BGG_GameMode_GetSeamlessTravelActorListCS) == 0x000018, "Wrong size on BGG_GameMode_GetSeamlessTravelActorListCS"); \ +static_assert(offsetof(BGG_GameMode_GetSeamlessTravelActorListCS, ActorList) == 0x000008, "Member 'BGG_GameMode_GetSeamlessTravelActorListCS::ActorList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameMode_ChoosePlayerStart \ +static_assert(alignof(BGG_GameMode_ChoosePlayerStart) == 0x000008, "Wrong alignment on BGG_GameMode_ChoosePlayerStart"); \ +static_assert(sizeof(BGG_GameMode_ChoosePlayerStart) == 0x000010, "Wrong size on BGG_GameMode_ChoosePlayerStart"); \ +static_assert(offsetof(BGG_GameMode_ChoosePlayerStart, Player) == 0x000000, "Member 'BGG_GameMode_ChoosePlayerStart::Player' has a wrong offset!"); \ +static_assert(offsetof(BGG_GameMode_ChoosePlayerStart, ReturnValue) == 0x000008, "Member 'BGG_GameMode_ChoosePlayerStart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGG_GameMode \ +static_assert(alignof(ABGG_GameMode) == 0x000008, "Wrong alignment on ABGG_GameMode"); \ +static_assert(sizeof(ABGG_GameMode) == 0x000390, "Wrong size on ABGG_GameMode"); \ +static_assert(offsetof(ABGG_GameMode, DataComp) == 0x000370, "Member 'ABGG_GameMode::DataComp' has a wrong offset!"); \ +static_assert(offsetof(ABGG_GameMode, ActorCompContainerCS) == 0x000378, "Member 'ABGG_GameMode::ActorCompContainerCS' has a wrong offset!"); \ +static_assert(offsetof(ABGG_GameMode, PlayerAllocNum) == 0x000380, "Member 'ABGG_GameMode::PlayerAllocNum' has a wrong offset!"); \ +static_assert(offsetof(ABGG_GameMode, EventCollection) == 0x000388, "Member 'ABGG_GameMode::EventCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGGGameStateStartUpCS_ReceiveEndPlay \ +static_assert(alignof(BGGGameStateStartUpCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGGGameStateStartUpCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGGGameStateStartUpCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGGGameStateStartUpCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGGGameStateStartUpCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGGGameStateStartUpCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGGGameStateStartUpCS \ +static_assert(alignof(ABGGGameStateStartUpCS) == 0x000008, "Wrong alignment on ABGGGameStateStartUpCS"); \ +static_assert(sizeof(ABGGGameStateStartUpCS) == 0x0002F8, "Wrong size on ABGGGameStateStartUpCS"); \ + +#define DUMPER7_ASSERTS_ABGP_PlayerStateB1 \ +static_assert(alignof(ABGP_PlayerStateB1) == 0x000008, "Wrong alignment on ABGP_PlayerStateB1"); \ +static_assert(sizeof(ABGP_PlayerStateB1) == 0x0003C0, "Wrong size on ABGP_PlayerStateB1"); \ + +#define DUMPER7_ASSERTS_UBPS_PlayerStateDataCompB1 \ +static_assert(alignof(UBPS_PlayerStateDataCompB1) == 0x000008, "Wrong alignment on UBPS_PlayerStateDataCompB1"); \ +static_assert(sizeof(UBPS_PlayerStateDataCompB1) == 0x0000D0, "Wrong size on UBPS_PlayerStateDataCompB1"); \ + +#define DUMPER7_ASSERTS_BSN_GainItem_OnNotify \ +static_assert(alignof(BSN_GainItem_OnNotify) == 0x000008, "Wrong alignment on BSN_GainItem_OnNotify"); \ +static_assert(sizeof(BSN_GainItem_OnNotify) == 0x000010, "Wrong size on BSN_GainItem_OnNotify"); \ +static_assert(offsetof(BSN_GainItem_OnNotify, InPlayer) == 0x000000, "Member 'BSN_GainItem_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_GainItem_OnNotify, InStatus) == 0x000008, "Member 'BSN_GainItem_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_GainItem \ +static_assert(alignof(UBSN_GainItem) == 0x000008, "Wrong alignment on UBSN_GainItem"); \ +static_assert(sizeof(UBSN_GainItem) == 0x000108, "Wrong size on UBSN_GainItem"); \ +static_assert(offsetof(UBSN_GainItem, ItemId) == 0x000100, "Member 'UBSN_GainItem::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_MInteractIcon \ +static_assert(alignof(UBUI_MInteractIcon) == 0x000008, "Wrong alignment on UBUI_MInteractIcon"); \ +static_assert(sizeof(UBUI_MInteractIcon) == 0x0003D8, "Wrong size on UBUI_MInteractIcon"); \ + +#define DUMPER7_ASSERTS_BGWCellPatitionWorldSubSystem_OnWorldBeginPlayCS \ +static_assert(alignof(BGWCellPatitionWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong alignment on BGWCellPatitionWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(sizeof(BGWCellPatitionWorldSubSystem_OnWorldBeginPlayCS) == 0x000008, "Wrong size on BGWCellPatitionWorldSubSystem_OnWorldBeginPlayCS"); \ +static_assert(offsetof(BGWCellPatitionWorldSubSystem_OnWorldBeginPlayCS, InWorld) == 0x000000, "Member 'BGWCellPatitionWorldSubSystem_OnWorldBeginPlayCS::InWorld' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWCellPatitionWorldSubSystem_OnTickCS \ +static_assert(alignof(BGWCellPatitionWorldSubSystem_OnTickCS) == 0x000004, "Wrong alignment on BGWCellPatitionWorldSubSystem_OnTickCS"); \ +static_assert(sizeof(BGWCellPatitionWorldSubSystem_OnTickCS) == 0x000004, "Wrong size on BGWCellPatitionWorldSubSystem_OnTickCS"); \ +static_assert(offsetof(BGWCellPatitionWorldSubSystem_OnTickCS, DeltaTime) == 0x000000, "Member 'BGWCellPatitionWorldSubSystem_OnTickCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGWCellPatitionWorldSubSystem_DoesSupportWorldTypeCS \ +static_assert(alignof(BGWCellPatitionWorldSubSystem_DoesSupportWorldTypeCS) == 0x000004, "Wrong alignment on BGWCellPatitionWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(sizeof(BGWCellPatitionWorldSubSystem_DoesSupportWorldTypeCS) == 0x000008, "Wrong size on BGWCellPatitionWorldSubSystem_DoesSupportWorldTypeCS"); \ +static_assert(offsetof(BGWCellPatitionWorldSubSystem_DoesSupportWorldTypeCS, WorldType) == 0x000000, "Member 'BGWCellPatitionWorldSubSystem_DoesSupportWorldTypeCS::WorldType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWCellPatitionWorldSubSystem \ +static_assert(alignof(UBGWCellPatitionWorldSubSystem) == 0x000008, "Wrong alignment on UBGWCellPatitionWorldSubSystem"); \ +static_assert(sizeof(UBGWCellPatitionWorldSubSystem) == 0x000040, "Wrong size on UBGWCellPatitionWorldSubSystem"); \ + +#define DUMPER7_ASSERTS_BANSM_AttackState_CheckState \ +static_assert(alignof(BANSM_AttackState_CheckState) == 0x000008, "Wrong alignment on BANSM_AttackState_CheckState"); \ +static_assert(sizeof(BANSM_AttackState_CheckState) == 0x000010, "Wrong size on BANSM_AttackState_CheckState"); \ +static_assert(offsetof(BANSM_AttackState_CheckState, AnimBase) == 0x000000, "Member 'BANSM_AttackState_CheckState::AnimBase' has a wrong offset!"); \ +static_assert(offsetof(BANSM_AttackState_CheckState, CurTime) == 0x000008, "Member 'BANSM_AttackState_CheckState::CurTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANSM_AttackState \ +static_assert(alignof(UBANSM_AttackState) == 0x000008, "Wrong alignment on UBANSM_AttackState"); \ +static_assert(sizeof(UBANSM_AttackState) == 0x000060, "Wrong size on UBANSM_AttackState"); \ + +#define DUMPER7_ASSERTS_UBUI_MenuButton \ +static_assert(alignof(UBUI_MenuButton) == 0x000008, "Wrong alignment on UBUI_MenuButton"); \ +static_assert(sizeof(UBUI_MenuButton) == 0x0004C0, "Wrong size on UBUI_MenuButton"); \ +static_assert(offsetof(UBUI_MenuButton, MenuUIStat) == 0x0004B8, "Member 'UBUI_MenuButton::MenuUIStat' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_ChangeAimOffset_GSNotifyBeginCS \ +static_assert(alignof(BANS_ChangeAimOffset_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_ChangeAimOffset_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_ChangeAimOffset_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_ChangeAimOffset_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_ChangeAimOffset_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_ChangeAimOffset_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_ChangeAimOffset_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_ChangeAimOffset_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_ChangeAimOffset_GSNotifyEndCS \ +static_assert(alignof(BANS_ChangeAimOffset_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_ChangeAimOffset_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_ChangeAimOffset_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_ChangeAimOffset_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_ChangeAimOffset_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_ChangeAimOffset_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_ChangeAimOffset \ +static_assert(alignof(UBANS_ChangeAimOffset) == 0x000008, "Wrong alignment on UBANS_ChangeAimOffset"); \ +static_assert(sizeof(UBANS_ChangeAimOffset) == 0x000058, "Wrong size on UBANS_ChangeAimOffset"); \ +static_assert(offsetof(UBANS_ChangeAimOffset, AimOffset) == 0x000050, "Member 'UBANS_ChangeAimOffset::AimOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_FBIK_StandBar_GSNotifyBeginCS \ +static_assert(alignof(BANS_FBIK_StandBar_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_FBIK_StandBar_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_FBIK_StandBar_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_FBIK_StandBar_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_FBIK_StandBar_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_FBIK_StandBar_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_FBIK_StandBar_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_FBIK_StandBar_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_FBIK_StandBar_GSNotifyTickCS \ +static_assert(alignof(BANS_FBIK_StandBar_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_FBIK_StandBar_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_FBIK_StandBar_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_FBIK_StandBar_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_FBIK_StandBar_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_FBIK_StandBar_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_FBIK_StandBar_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_FBIK_StandBar_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_FBIK_StandBar_GSNotifyEndCS \ +static_assert(alignof(BANS_FBIK_StandBar_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_FBIK_StandBar_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_FBIK_StandBar_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_FBIK_StandBar_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_FBIK_StandBar_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_FBIK_StandBar_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_FBIK_StandBar \ +static_assert(alignof(UBANS_FBIK_StandBar) == 0x000008, "Wrong alignment on UBANS_FBIK_StandBar"); \ +static_assert(sizeof(UBANS_FBIK_StandBar) == 0x000048, "Wrong size on UBANS_FBIK_StandBar"); \ + +#define DUMPER7_ASSERTS_BANS_GSDisableEnterGlide_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSDisableEnterGlide_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSDisableEnterGlide_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSDisableEnterGlide_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSDisableEnterGlide_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSDisableEnterGlide_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSDisableEnterGlide_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDisableEnterGlide_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSDisableEnterGlide_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSDisableEnterGlide_GSNotifyEndCS \ +static_assert(alignof(BANS_GSDisableEnterGlide_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSDisableEnterGlide_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSDisableEnterGlide_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSDisableEnterGlide_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSDisableEnterGlide_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSDisableEnterGlide_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDisableEnterGlide \ +static_assert(alignof(UBANS_GSDisableEnterGlide) == 0x000008, "Wrong alignment on UBANS_GSDisableEnterGlide"); \ +static_assert(sizeof(UBANS_GSDisableEnterGlide) == 0x000048, "Wrong size on UBANS_GSDisableEnterGlide"); \ + +#define DUMPER7_ASSERTS_BANS_GSProcessDeathInASS_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSProcessDeathInASS_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSProcessDeathInASS_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSProcessDeathInASS_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSProcessDeathInASS_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSProcessDeathInASS_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSProcessDeathInASS_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSProcessDeathInASS_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSProcessDeathInASS_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSProcessDeathInASS \ +static_assert(alignof(UBANS_GSProcessDeathInASS) == 0x000008, "Wrong alignment on UBANS_GSProcessDeathInASS"); \ +static_assert(sizeof(UBANS_GSProcessDeathInASS) == 0x0000A0, "Wrong size on UBANS_GSProcessDeathInASS"); \ +static_assert(offsetof(UBANS_GSProcessDeathInASS, DeathMontageList) == 0x000048, "Member 'UBANS_GSProcessDeathInASS::DeathMontageList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSProcessDeathInASS, SectionName) == 0x000098, "Member 'UBANS_GSProcessDeathInASS::SectionName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSChangeMIParam_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSChangeMIParam_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSChangeMIParam_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSChangeMIParam_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSChangeMIParam_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSChangeMIParam_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSChangeMIParam_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSChangeMIParam_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSChangeMIParam_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSChangeMIParam_GSNotifyTickCS \ +static_assert(alignof(BANS_GSChangeMIParam_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSChangeMIParam_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSChangeMIParam_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSChangeMIParam_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSChangeMIParam_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSChangeMIParam_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSChangeMIParam_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSChangeMIParam_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSChangeMIParam_GSNotifyEndCS \ +static_assert(alignof(BANS_GSChangeMIParam_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSChangeMIParam_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSChangeMIParam_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSChangeMIParam_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSChangeMIParam_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSChangeMIParam_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSChangeMIParam \ +static_assert(alignof(UBANS_GSChangeMIParam) == 0x000008, "Wrong alignment on UBANS_GSChangeMIParam"); \ +static_assert(sizeof(UBANS_GSChangeMIParam) == 0x000068, "Wrong size on UBANS_GSChangeMIParam"); \ +static_assert(offsetof(UBANS_GSChangeMIParam, TargetMaterialName) == 0x000048, "Member 'UBANS_GSChangeMIParam::TargetMaterialName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSChangeMIParam, ParamName) == 0x000058, "Member 'UBANS_GSChangeMIParam::ParamName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSChangeMIParam, ParamStart) == 0x000060, "Member 'UBANS_GSChangeMIParam::ParamStart' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSChangeMIParam, ParamEnd) == 0x000064, "Member 'UBANS_GSChangeMIParam::ParamEnd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_HuangHuaGuan \ +static_assert(alignof(UAutoTest_PSD_HuangHuaGuan) == 0x000008, "Wrong alignment on UAutoTest_PSD_HuangHuaGuan"); \ +static_assert(sizeof(UAutoTest_PSD_HuangHuaGuan) == 0x000028, "Wrong size on UAutoTest_PSD_HuangHuaGuan"); \ + +#define DUMPER7_ASSERTS_BANS_GSCastTTTB_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCastTTTB_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCastTTTB_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCastTTTB_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCastTTTB_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCastTTTB_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCastTTTB_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCastTTTB_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCastTTTB_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCastTTTB \ +static_assert(alignof(UBANS_GSCastTTTB) == 0x000008, "Wrong alignment on UBANS_GSCastTTTB"); \ +static_assert(sizeof(UBANS_GSCastTTTB) == 0x000048, "Wrong size on UBANS_GSCastTTTB"); \ + +#define DUMPER7_ASSERTS_BANS_GSDestroyWeapon_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSDestroyWeapon_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSDestroyWeapon_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSDestroyWeapon_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSDestroyWeapon_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSDestroyWeapon_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSDestroyWeapon_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDestroyWeapon_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSDestroyWeapon_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDestroyWeapon \ +static_assert(alignof(UBANS_GSDestroyWeapon) == 0x000008, "Wrong alignment on UBANS_GSDestroyWeapon"); \ +static_assert(sizeof(UBANS_GSDestroyWeapon) == 0x000058, "Wrong size on UBANS_GSDestroyWeapon"); \ +static_assert(offsetof(UBANS_GSDestroyWeapon, WeaponIndexList) == 0x000048, "Member 'UBANS_GSDestroyWeapon::WeaponIndexList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttachEquipCompToSocket_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttachEquipCompToSocket_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttachEquipCompToSocket_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttachEquipCompToSocket_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttachEquipCompToSocket_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttachEquipCompToSocket_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttachEquipCompToSocket_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttachEquipCompToSocket_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttachEquipCompToSocket \ +static_assert(alignof(UBANS_GSAttachEquipCompToSocket) == 0x000008, "Wrong alignment on UBANS_GSAttachEquipCompToSocket"); \ +static_assert(sizeof(UBANS_GSAttachEquipCompToSocket) == 0x000058, "Wrong size on UBANS_GSAttachEquipCompToSocket"); \ +static_assert(offsetof(UBANS_GSAttachEquipCompToSocket, EquipPosition) == 0x000048, "Member 'UBANS_GSAttachEquipCompToSocket::EquipPosition' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachEquipCompToSocket, AttachSocketName) == 0x00004C, "Member 'UBANS_GSAttachEquipCompToSocket::AttachSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_CustomEvent_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_CustomEvent_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_CustomEvent_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_CustomEvent_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_CustomEvent_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_CustomEvent_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_CustomEvent_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_CustomEvent \ +static_assert(alignof(UBED_MovieNode_CustomEvent) == 0x000008, "Wrong alignment on UBED_MovieNode_CustomEvent"); \ +static_assert(sizeof(UBED_MovieNode_CustomEvent) == 0x0002A8, "Wrong size on UBED_MovieNode_CustomEvent"); \ +static_assert(offsetof(UBED_MovieNode_CustomEvent, EventTag) == 0x0002A0, "Member 'UBED_MovieNode_CustomEvent::EventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_SkillIDBlackListConfig \ +static_assert(alignof(UBGWDataAsset_SkillIDBlackListConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_SkillIDBlackListConfig"); \ +static_assert(sizeof(UBGWDataAsset_SkillIDBlackListConfig) == 0x000040, "Wrong size on UBGWDataAsset_SkillIDBlackListConfig"); \ +static_assert(offsetof(UBGWDataAsset_SkillIDBlackListConfig, SkillList) == 0x000030, "Member 'UBGWDataAsset_SkillIDBlackListConfig::SkillList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRangeOffset_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttackRangeOffset_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttackRangeOffset_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttackRangeOffset_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttackRangeOffset_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttackRangeOffset_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackRangeOffset_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackRangeOffset_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttackRangeOffset_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRangeOffset_GSNotifyTickCS \ +static_assert(alignof(BANS_GSAttackRangeOffset_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSAttackRangeOffset_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSAttackRangeOffset_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSAttackRangeOffset_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSAttackRangeOffset_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackRangeOffset_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackRangeOffset_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSAttackRangeOffset_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRangeOffset_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttackRangeOffset_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttackRangeOffset_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttackRangeOffset_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttackRangeOffset_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttackRangeOffset_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackRangeOffset_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttackRangeOffset \ +static_assert(alignof(UBANS_GSAttackRangeOffset) == 0x000008, "Wrong alignment on UBANS_GSAttackRangeOffset"); \ +static_assert(sizeof(UBANS_GSAttackRangeOffset) == 0x000090, "Wrong size on UBANS_GSAttackRangeOffset"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, PitchMin) == 0x00004C, "Member 'UBANS_GSAttackRangeOffset::PitchMin' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, PitchMax) == 0x000050, "Member 'UBANS_GSAttackRangeOffset::PitchMax' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, AimSocketName) == 0x000054, "Member 'UBANS_GSAttackRangeOffset::AimSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, AnimSequence) == 0x000060, "Member 'UBANS_GSAttackRangeOffset::AnimSequence' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, BaseAnimSequencePosition) == 0x000068, "Member 'UBANS_GSAttackRangeOffset::BaseAnimSequencePosition' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, BasePosition_Local) == 0x000070, "Member 'UBANS_GSAttackRangeOffset::BasePosition_Local' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, BlendInTime) == 0x000088, "Member 'UBANS_GSAttackRangeOffset::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRangeOffset, BlendOutTime) == 0x00008C, "Member 'UBANS_GSAttackRangeOffset::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCameraFixedParam_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCameraFixedParam_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCameraFixedParam_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCameraFixedParam_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCameraFixedParam_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCameraFixedParam_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCameraFixedParam_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCameraFixedParam_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCameraFixedParam_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCameraFixedParam_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCameraFixedParam_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCameraFixedParam_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCameraFixedParam_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCameraFixedParam_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCameraFixedParam_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCameraFixedParam_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCameraFixedParam \ +static_assert(alignof(UBANS_GSCameraFixedParam) == 0x000008, "Wrong alignment on UBANS_GSCameraFixedParam"); \ +static_assert(sizeof(UBANS_GSCameraFixedParam) == 0x000050, "Wrong size on UBANS_GSCameraFixedParam"); \ +static_assert(offsetof(UBANS_GSCameraFixedParam, FixedCameraParam) == 0x000048, "Member 'UBANS_GSCameraFixedParam::FixedCameraParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_FloatingHitState_GSNotifyBeginCS \ +static_assert(alignof(BANS_FloatingHitState_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_FloatingHitState_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_FloatingHitState_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_FloatingHitState_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_FloatingHitState_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_FloatingHitState_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_FloatingHitState_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_FloatingHitState_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_FloatingHitState \ +static_assert(alignof(UBANS_FloatingHitState) == 0x000008, "Wrong alignment on UBANS_FloatingHitState"); \ +static_assert(sizeof(UBANS_FloatingHitState) == 0x000048, "Wrong size on UBANS_FloatingHitState"); \ + +#define DUMPER7_ASSERTS_BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAimOffsetBlendOutToBlendIn_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAimOffsetBlendOutToBlendIn \ +static_assert(alignof(UBANS_GSAimOffsetBlendOutToBlendIn) == 0x000008, "Wrong alignment on UBANS_GSAimOffsetBlendOutToBlendIn"); \ +static_assert(sizeof(UBANS_GSAimOffsetBlendOutToBlendIn) == 0x000050, "Wrong size on UBANS_GSAimOffsetBlendOutToBlendIn"); \ +static_assert(offsetof(UBANS_GSAimOffsetBlendOutToBlendIn, BlendOutTime) == 0x000048, "Member 'UBANS_GSAimOffsetBlendOutToBlendIn::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAimOffsetBlendOutToBlendIn, BlendInTime) == 0x00004C, "Member 'UBANS_GSAimOffsetBlendOutToBlendIn::BlendInTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAMCurveMove_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAMCurveMove_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAMCurveMove_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAMCurveMove_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAMCurveMove_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAMCurveMove_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAMCurveMove_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAMCurveMove_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAMCurveMove_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAMCurveMove_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAMCurveMove_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAMCurveMove_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAMCurveMove_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAMCurveMove_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAMCurveMove_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAMCurveMove_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAMCurveMove \ +static_assert(alignof(UBANS_GSAMCurveMove) == 0x000008, "Wrong alignment on UBANS_GSAMCurveMove"); \ +static_assert(sizeof(UBANS_GSAMCurveMove) == 0x000070, "Wrong size on UBANS_GSAMCurveMove"); \ +static_assert(offsetof(UBANS_GSAMCurveMove, MoveCurveXAsix) == 0x000048, "Member 'UBANS_GSAMCurveMove::MoveCurveXAsix' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAMCurveMove, MoveCurveZAsix) == 0x000050, "Member 'UBANS_GSAMCurveMove::MoveCurveZAsix' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAMCurveMove, MoveCurveType) == 0x000058, "Member 'UBANS_GSAMCurveMove::MoveCurveType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAMCurveMove, TargetBaseDisScaleOffset) == 0x000060, "Member 'UBANS_GSAMCurveMove::TargetBaseDisScaleOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAMCurveMove, CliffFallCheckLength) == 0x000068, "Member 'UBANS_GSAMCurveMove::CliffFallCheckLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAlignAttackToSlope_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAlignAttackToSlope_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAlignAttackToSlope_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAlignAttackToSlope_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAlignAttackToSlope_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAlignAttackToSlope_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAlignAttackToSlope_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAlignAttackToSlope_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAlignAttackToSlope_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAlignAttackToSlope_GSNotifyTickCS \ +static_assert(alignof(BANS_GSAlignAttackToSlope_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSAlignAttackToSlope_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSAlignAttackToSlope_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSAlignAttackToSlope_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSAlignAttackToSlope_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSAlignAttackToSlope_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAlignAttackToSlope_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSAlignAttackToSlope_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAlignAttackToSlope_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAlignAttackToSlope_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAlignAttackToSlope_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAlignAttackToSlope_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAlignAttackToSlope_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAlignAttackToSlope_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAlignAttackToSlope_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAlignAttackToSlope \ +static_assert(alignof(UBANS_GSAlignAttackToSlope) == 0x000008, "Wrong alignment on UBANS_GSAlignAttackToSlope"); \ +static_assert(sizeof(UBANS_GSAlignAttackToSlope) == 0x000050, "Wrong size on UBANS_GSAlignAttackToSlope"); \ +static_assert(offsetof(UBANS_GSAlignAttackToSlope, AlignType) == 0x000048, "Member 'UBANS_GSAlignAttackToSlope::AlignType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackIKCancle_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttackIKCancle_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttackIKCancle_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttackIKCancle_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttackIKCancle_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttackIKCancle_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackIKCancle_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackIKCancle_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttackIKCancle_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackIKCancle_GSNotifyTickCS \ +static_assert(alignof(BANS_GSAttackIKCancle_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSAttackIKCancle_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSAttackIKCancle_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSAttackIKCancle_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSAttackIKCancle_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackIKCancle_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackIKCancle_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSAttackIKCancle_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackIKCancle_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttackIKCancle_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttackIKCancle_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttackIKCancle_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttackIKCancle_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttackIKCancle_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackIKCancle_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttackIKCancle \ +static_assert(alignof(UBANS_GSAttackIKCancle) == 0x000008, "Wrong alignment on UBANS_GSAttackIKCancle"); \ +static_assert(sizeof(UBANS_GSAttackIKCancle) == 0x000050, "Wrong size on UBANS_GSAttackIKCancle"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRotation_GSOnSectionManuallyChanged \ +static_assert(alignof(BANS_GSAttackRotation_GSOnSectionManuallyChanged) == 0x000008, "Wrong alignment on BANS_GSAttackRotation_GSOnSectionManuallyChanged"); \ +static_assert(sizeof(BANS_GSAttackRotation_GSOnSectionManuallyChanged) == 0x000010, "Wrong size on BANS_GSAttackRotation_GSOnSectionManuallyChanged"); \ +static_assert(offsetof(BANS_GSAttackRotation_GSOnSectionManuallyChanged, OwnerChar) == 0x000000, "Member 'BANS_GSAttackRotation_GSOnSectionManuallyChanged::OwnerChar' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackRotation_GSOnSectionManuallyChanged, RemainingDuration) == 0x000008, "Member 'BANS_GSAttackRotation_GSOnSectionManuallyChanged::RemainingDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRotation_GSAllowCrossSection \ +static_assert(alignof(BANS_GSAttackRotation_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_GSAttackRotation_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_GSAttackRotation_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_GSAttackRotation_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRotation_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttackRotation_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttackRotation_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttackRotation_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttackRotation_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttackRotation_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackRotation_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackRotation_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttackRotation_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRotation_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttackRotation_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttackRotation_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttackRotation_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttackRotation_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttackRotation_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackRotation_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackRotation_MarkDirty \ +static_assert(alignof(BANS_GSAttackRotation_MarkDirty) == 0x000001, "Wrong alignment on BANS_GSAttackRotation_MarkDirty"); \ +static_assert(sizeof(BANS_GSAttackRotation_MarkDirty) == 0x000001, "Wrong size on BANS_GSAttackRotation_MarkDirty"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttackRotation \ +static_assert(alignof(UBANS_GSAttackRotation) == 0x000008, "Wrong alignment on UBANS_GSAttackRotation"); \ +static_assert(sizeof(UBANS_GSAttackRotation) == 0x0000A8, "Wrong size on UBANS_GSAttackRotation"); \ +static_assert(offsetof(UBANS_GSAttackRotation, SceneActorTags) == 0x000050, "Member 'UBANS_GSAttackRotation::SceneActorTags' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, MinDistance) == 0x000060, "Member 'UBANS_GSAttackRotation::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, MaxDistance) == 0x000064, "Member 'UBANS_GSAttackRotation::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, FindSceneItemWay) == 0x000068, "Member 'UBANS_GSAttackRotation::FindSceneItemWay' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, Angle) == 0x00006C, "Member 'UBANS_GSAttackRotation::Angle' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, OverlayRotateTraceTargetType) == 0x000072, "Member 'UBANS_GSAttackRotation::OverlayRotateTraceTargetType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, PointsRegisterID) == 0x000074, "Member 'UBANS_GSAttackRotation::PointsRegisterID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, RotateTraceSocketName) == 0x000078, "Member 'UBANS_GSAttackRotation::RotateTraceSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, RotateSpeed) == 0x000088, "Member 'UBANS_GSAttackRotation::RotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, RotateDirection) == 0x00008C, "Member 'UBANS_GSAttackRotation::RotateDirection' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, MaxRotateAngle) == 0x000090, "Member 'UBANS_GSAttackRotation::MaxRotateAngle' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, RotateDeflectionAngle) == 0x000098, "Member 'UBANS_GSAttackRotation::RotateDeflectionAngle' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, DeadzoneAngle) == 0x00009C, "Member 'UBANS_GSAttackRotation::DeadzoneAngle' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackRotation, FootType) == 0x0000A0, "Member 'UBANS_GSAttackRotation::FootType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayCameraShake_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayCameraShake_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayCameraShake_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayCameraShake_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayCameraShake_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayCameraShake_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayCameraShake_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayCameraShake \ +static_assert(alignof(UBAN_GSPlayCameraShake) == 0x000008, "Wrong alignment on UBAN_GSPlayCameraShake"); \ +static_assert(sizeof(UBAN_GSPlayCameraShake) == 0x000070, "Wrong size on UBAN_GSPlayCameraShake"); \ +static_assert(offsetof(UBAN_GSPlayCameraShake, CameraShake) == 0x000050, "Member 'UBAN_GSPlayCameraShake::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayCameraShake, CamShakeScaleByDistCurve) == 0x000058, "Member 'UBAN_GSPlayCameraShake::CamShakeScaleByDistCurve' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayCameraShake, SocketName) == 0x000064, "Member 'UBAN_GSPlayCameraShake::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCalcAMScale_GSAllowCrossSection \ +static_assert(alignof(BANS_GSCalcAMScale_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_GSCalcAMScale_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_GSCalcAMScale_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_GSCalcAMScale_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_GSCalcAMScale_GSValidateInputCS \ +static_assert(alignof(BANS_GSCalcAMScale_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSCalcAMScale_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSCalcAMScale_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSCalcAMScale_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSCalcAMScale_GSValidateInputCS, Actor) == 0x000000, "Member 'BANS_GSCalcAMScale_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCalcAMScale_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCalcAMScale_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCalcAMScale_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCalcAMScale_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCalcAMScale_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCalcAMScale_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCalcAMScale_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCalcAMScale_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCalcAMScale_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCalcAMScale \ +static_assert(alignof(UBANS_GSCalcAMScale) == 0x000008, "Wrong alignment on UBANS_GSCalcAMScale"); \ +static_assert(sizeof(UBANS_GSCalcAMScale) == 0x000070, "Wrong size on UBANS_GSCalcAMScale"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, AMScaleAxis) == 0x000048, "Member 'UBANS_GSCalcAMScale::AMScaleAxis' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, AMScaleType) == 0x000049, "Member 'UBANS_GSCalcAMScale::AMScaleType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, AMScaleMinRate) == 0x00004C, "Member 'UBANS_GSCalcAMScale::AMScaleMinRate' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, AMScaleMaxRate) == 0x000050, "Member 'UBANS_GSCalcAMScale::AMScaleMaxRate' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, AMScaleMoveOffset) == 0x000054, "Member 'UBANS_GSCalcAMScale::AMScaleMoveOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, AMScaleMoveOffsetZ) == 0x000058, "Member 'UBANS_GSCalcAMScale::AMScaleMoveOffsetZ' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, PureScaleValue) == 0x00005C, "Member 'UBANS_GSCalcAMScale::PureScaleValue' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, CachedDataID) == 0x000060, "Member 'UBANS_GSCalcAMScale::CachedDataID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCalcAMScale, LandingTraceLength) == 0x000064, "Member 'UBANS_GSCalcAMScale::LandingTraceLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_PlayerStateBoxCS \ +static_assert(alignof(UBI_PlayerStateBoxCS) == 0x000008, "Wrong alignment on UBI_PlayerStateBoxCS"); \ +static_assert(sizeof(UBI_PlayerStateBoxCS) == 0x0003D8, "Wrong size on UBI_PlayerStateBoxCS"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamArmLengthCurve_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCamArmLengthCurve_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCamArmLengthCurve_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCamArmLengthCurve_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCamArmLengthCurve_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCamArmLengthCurve_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamArmLengthCurve_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCamArmLengthCurve_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCamArmLengthCurve_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamArmLengthCurve_GSNotifyTickCS \ +static_assert(alignof(BANS_GSCamArmLengthCurve_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSCamArmLengthCurve_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSCamArmLengthCurve_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSCamArmLengthCurve_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSCamArmLengthCurve_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamArmLengthCurve_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCamArmLengthCurve_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSCamArmLengthCurve_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamArmLengthCurve_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCamArmLengthCurve_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCamArmLengthCurve_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCamArmLengthCurve_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCamArmLengthCurve_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCamArmLengthCurve_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamArmLengthCurve_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCamArmLengthCurve \ +static_assert(alignof(UBANS_GSCamArmLengthCurve) == 0x000008, "Wrong alignment on UBANS_GSCamArmLengthCurve"); \ +static_assert(sizeof(UBANS_GSCamArmLengthCurve) == 0x000078, "Wrong size on UBANS_GSCamArmLengthCurve"); \ +static_assert(offsetof(UBANS_GSCamArmLengthCurve, ArmLengthCurve) == 0x000048, "Member 'UBANS_GSCamArmLengthCurve::ArmLengthCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCamArmLengthCurve, BlendInTime) == 0x000070, "Member 'UBANS_GSCamArmLengthCurve::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCamArmLengthCurve, BlendOutTime) == 0x000074, "Member 'UBANS_GSCamArmLengthCurve::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamPitchCurve_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCamPitchCurve_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCamPitchCurve_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCamPitchCurve_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCamPitchCurve_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCamPitchCurve_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamPitchCurve_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCamPitchCurve_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCamPitchCurve_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamPitchCurve_GSNotifyTickCS \ +static_assert(alignof(BANS_GSCamPitchCurve_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSCamPitchCurve_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSCamPitchCurve_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSCamPitchCurve_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSCamPitchCurve_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamPitchCurve_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCamPitchCurve_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSCamPitchCurve_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamPitchCurve_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCamPitchCurve_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCamPitchCurve_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCamPitchCurve_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCamPitchCurve_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCamPitchCurve_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamPitchCurve_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCamPitchCurve \ +static_assert(alignof(UBANS_GSCamPitchCurve) == 0x000008, "Wrong alignment on UBANS_GSCamPitchCurve"); \ +static_assert(sizeof(UBANS_GSCamPitchCurve) == 0x000078, "Wrong size on UBANS_GSCamPitchCurve"); \ +static_assert(offsetof(UBANS_GSCamPitchCurve, PitchCurve) == 0x000048, "Member 'UBANS_GSCamPitchCurve::PitchCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCamPitchCurve, BlendInTime) == 0x000070, "Member 'UBANS_GSCamPitchCurve::BlendInTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamSASOCurve_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCamSASOCurve_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCamSASOCurve_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCamSASOCurve_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCamSASOCurve_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCamSASOCurve_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamSASOCurve_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCamSASOCurve_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCamSASOCurve_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamSASOCurve_GSNotifyTickCS \ +static_assert(alignof(BANS_GSCamSASOCurve_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSCamSASOCurve_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSCamSASOCurve_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSCamSASOCurve_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSCamSASOCurve_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamSASOCurve_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCamSASOCurve_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSCamSASOCurve_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCamSASOCurve_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCamSASOCurve_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCamSASOCurve_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCamSASOCurve_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCamSASOCurve_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCamSASOCurve_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCamSASOCurve_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCamSASOCurve \ +static_assert(alignof(UBANS_GSCamSASOCurve) == 0x000008, "Wrong alignment on UBANS_GSCamSASOCurve"); \ +static_assert(sizeof(UBANS_GSCamSASOCurve) == 0x000058, "Wrong size on UBANS_GSCamSASOCurve"); \ +static_assert(offsetof(UBANS_GSCamSASOCurve, SASOCurve) == 0x000048, "Member 'UBANS_GSCamSASOCurve::SASOCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCamSASOCurve, BlendInTime) == 0x000050, "Member 'UBANS_GSCamSASOCurve::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCamSASOCurve, BlendOutTime) == 0x000054, "Member 'UBANS_GSCamSASOCurve::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCastingState_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCastingState_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCastingState_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCastingState_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCastingState_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCastingState_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCastingState_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCastingState_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCastingState_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCastingState_GSNotifyTickCS \ +static_assert(alignof(BANS_GSCastingState_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSCastingState_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSCastingState_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSCastingState_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSCastingState_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSCastingState_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCastingState_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSCastingState_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCastingState_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCastingState_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCastingState_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCastingState_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCastingState_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCastingState_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCastingState_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCastingState \ +static_assert(alignof(UBANS_GSCastingState) == 0x000008, "Wrong alignment on UBANS_GSCastingState"); \ +static_assert(sizeof(UBANS_GSCastingState) == 0x000048, "Wrong size on UBANS_GSCastingState"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetCollisionEnabledByTag_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCollisionEnabledByTag_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSetCollisionEnabledByTag_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSetCollisionEnabledByTag_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSetCollisionEnabledByTag_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSetCollisionEnabledByTag_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSetCollisionEnabledByTag_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCollisionEnabledByTag_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetCollisionEnabledByTag \ +static_assert(alignof(UBANS_GSSetCollisionEnabledByTag) == 0x000008, "Wrong alignment on UBANS_GSSetCollisionEnabledByTag"); \ +static_assert(sizeof(UBANS_GSSetCollisionEnabledByTag) == 0x000058, "Wrong size on UBANS_GSSetCollisionEnabledByTag"); \ +static_assert(offsetof(UBANS_GSSetCollisionEnabledByTag, CollisionCompTag) == 0x000048, "Member 'UBANS_GSSetCollisionEnabledByTag::CollisionCompTag' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCollisionEnabledByTag, EnableType) == 0x000050, "Member 'UBANS_GSSetCollisionEnabledByTag::EnableType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCloseGravity_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCloseGravity_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCloseGravity_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCloseGravity_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCloseGravity_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCloseGravity_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCloseGravity_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCloseGravity_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCloseGravity_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCloseGravity_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCloseGravity_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCloseGravity_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCloseGravity_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCloseGravity_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCloseGravity_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCloseGravity_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCloseGravity \ +static_assert(alignof(UBANS_GSCloseGravity) == 0x000008, "Wrong alignment on UBANS_GSCloseGravity"); \ +static_assert(sizeof(UBANS_GSCloseGravity) == 0x000048, "Wrong size on UBANS_GSCloseGravity"); \ + +#define DUMPER7_ASSERTS_BANS_GSCloseHitMove_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCloseHitMove_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCloseHitMove_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCloseHitMove_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCloseHitMove_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCloseHitMove_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCloseHitMove_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCloseHitMove_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCloseHitMove_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCloseHitMove_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCloseHitMove_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCloseHitMove_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCloseHitMove_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCloseHitMove_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCloseHitMove_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCloseHitMove_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCloseHitMove \ +static_assert(alignof(UBANS_GSCloseHitMove) == 0x000008, "Wrong alignment on UBANS_GSCloseHitMove"); \ +static_assert(sizeof(UBANS_GSCloseHitMove) == 0x000048, "Wrong size on UBANS_GSCloseHitMove"); \ + +#define DUMPER7_ASSERTS_BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Capsule \ +static_assert(alignof(BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Capsule) == 0x000008, "Wrong alignment on BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Capsule"); \ +static_assert(sizeof(BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Capsule) == 0x000010, "Wrong size on BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Capsule"); \ +static_assert(offsetof(BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Capsule, ReturnValue) == 0x000000, "Member 'BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Capsule::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCollisionResponseToChannel_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCollisionResponseToChannel_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCollisionResponseToChannel_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCollisionResponseToChannel_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCollisionResponseToChannel_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCollisionResponseToChannel_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCollisionResponseToChannel_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCollisionResponseToChannel_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCollisionResponseToChannel_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Mesh \ +static_assert(alignof(BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Mesh) == 0x000008, "Wrong alignment on BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Mesh"); \ +static_assert(sizeof(BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Mesh) == 0x000010, "Wrong size on BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Mesh"); \ +static_assert(offsetof(BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Mesh, ReturnValue) == 0x000000, "Member 'BANS_GSCollisionResponseToChannel_GetCollisionChannelIndex_Mesh::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSCollisionResponseToChannel_GSNotifyEndCS \ +static_assert(alignof(BANS_GSCollisionResponseToChannel_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSCollisionResponseToChannel_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSCollisionResponseToChannel_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSCollisionResponseToChannel_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSCollisionResponseToChannel_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSCollisionResponseToChannel_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCollisionResponseToChannel \ +static_assert(alignof(UBANS_GSCollisionResponseToChannel) == 0x000008, "Wrong alignment on UBANS_GSCollisionResponseToChannel"); \ +static_assert(sizeof(UBANS_GSCollisionResponseToChannel) == 0x000100, "Wrong size on UBANS_GSCollisionResponseToChannel"); \ +static_assert(offsetof(UBANS_GSCollisionResponseToChannel, ChannelResponseType) == 0x000050, "Member 'UBANS_GSCollisionResponseToChannel::ChannelResponseType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSCollisionResponseToChannel, MeshChannelResponseType) == 0x0000A8, "Member 'UBANS_GSCollisionResponseToChannel::MeshChannelResponseType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSComboWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSComboWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSComboWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSComboWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSComboWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSComboWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSComboWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSComboWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSComboWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSComboWindow_GetAnimNSType \ +static_assert(alignof(BANS_GSComboWindow_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSComboWindow_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSComboWindow_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSComboWindow_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSComboWindow_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSComboWindow_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSComboWindow \ +static_assert(alignof(UBANS_GSComboWindow) == 0x000008, "Wrong alignment on UBANS_GSComboWindow"); \ +static_assert(sizeof(UBANS_GSComboWindow) == 0x000098, "Wrong size on UBANS_GSComboWindow"); \ +static_assert(offsetof(UBANS_GSComboWindow, HitSuccessSkillInfoList) == 0x000050, "Member 'UBANS_GSComboWindow::HitSuccessSkillInfoList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSComboWindow, HitFailedSkillInfoList) == 0x000060, "Member 'UBANS_GSComboWindow::HitFailedSkillInfoList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSComboWindow, WhiteListComboSkillID) == 0x000070, "Member 'UBANS_GSComboWindow::WhiteListComboSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSComboWindow, BlackListComboSkillID) == 0x000080, "Member 'UBANS_GSComboWindow::BlackListComboSkillID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSComboWindow, GroupId) == 0x000090, "Member 'UBANS_GSComboWindow::GroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_ZBBPanel_GenerateReport \ +static_assert(alignof(BUI_ZBBPanel_GenerateReport) == 0x000008, "Wrong alignment on BUI_ZBBPanel_GenerateReport"); \ +static_assert(sizeof(BUI_ZBBPanel_GenerateReport) == 0x000018, "Wrong size on BUI_ZBBPanel_GenerateReport"); \ +static_assert(offsetof(BUI_ZBBPanel_GenerateReport, SelectedItem) == 0x000000, "Member 'BUI_ZBBPanel_GenerateReport::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(BUI_ZBBPanel_GenerateReport, SelectionType) == 0x000010, "Member 'BUI_ZBBPanel_GenerateReport::SelectionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ZBBPanel \ +static_assert(alignof(UBUI_ZBBPanel) == 0x000008, "Wrong alignment on UBUI_ZBBPanel"); \ +static_assert(sizeof(UBUI_ZBBPanel) == 0x0003D8, "Wrong size on UBUI_ZBBPanel"); \ + +#define DUMPER7_ASSERTS_BANS_GSDashHitWallCheck_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSDashHitWallCheck_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSDashHitWallCheck_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSDashHitWallCheck_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSDashHitWallCheck_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSDashHitWallCheck_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSDashHitWallCheck_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDashHitWallCheck_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSDashHitWallCheck_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSDashHitWallCheck_GSNotifyTickCS \ +static_assert(alignof(BANS_GSDashHitWallCheck_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSDashHitWallCheck_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSDashHitWallCheck_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSDashHitWallCheck_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSDashHitWallCheck_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSDashHitWallCheck_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDashHitWallCheck_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSDashHitWallCheck_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSDashHitWallCheck_GSNotifyEndCS \ +static_assert(alignof(BANS_GSDashHitWallCheck_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSDashHitWallCheck_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSDashHitWallCheck_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSDashHitWallCheck_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSDashHitWallCheck_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSDashHitWallCheck_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDashHitWallCheck \ +static_assert(alignof(UBANS_GSDashHitWallCheck) == 0x000008, "Wrong alignment on UBANS_GSDashHitWallCheck"); \ +static_assert(sizeof(UBANS_GSDashHitWallCheck) == 0x000088, "Wrong size on UBANS_GSDashHitWallCheck"); \ +static_assert(offsetof(UBANS_GSDashHitWallCheck, CheckShapeList) == 0x000048, "Member 'UBANS_GSDashHitWallCheck::CheckShapeList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSDashHitWallCheck, ObjectTypeList) == 0x000058, "Member 'UBANS_GSDashHitWallCheck::ObjectTypeList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSDashHitWallCheck, ValidTag) == 0x000068, "Member 'UBANS_GSDashHitWallCheck::ValidTag' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSDashHitWallCheck, HitWallStiffAM) == 0x000078, "Member 'UBANS_GSDashHitWallCheck::HitWallStiffAM' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDevLineHit \ +static_assert(alignof(UBANS_GSDevLineHit) == 0x000008, "Wrong alignment on UBANS_GSDevLineHit"); \ +static_assert(sizeof(UBANS_GSDevLineHit) == 0x000060, "Wrong size on UBANS_GSDevLineHit"); \ + +#define DUMPER7_ASSERTS_BANS_GSDispInteract_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSDispInteract_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSDispInteract_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSDispInteract_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSDispInteract_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSDispInteract_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSDispInteract_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDispInteract_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSDispInteract_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSDispInteract_GSNotifyTickCS \ +static_assert(alignof(BANS_GSDispInteract_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSDispInteract_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSDispInteract_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSDispInteract_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSDispInteract_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSDispInteract_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDispInteract_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSDispInteract_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSDispInteract_GSNotifyEndCS \ +static_assert(alignof(BANS_GSDispInteract_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSDispInteract_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSDispInteract_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSDispInteract_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSDispInteract_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSDispInteract_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDispInteract \ +static_assert(alignof(UBANS_GSDispInteract) == 0x000008, "Wrong alignment on UBANS_GSDispInteract"); \ +static_assert(sizeof(UBANS_GSDispInteract) == 0x000068, "Wrong size on UBANS_GSDispInteract"); \ +static_assert(offsetof(UBANS_GSDispInteract, ExtraInteractBones) == 0x000048, "Member 'UBANS_GSDispInteract::ExtraInteractBones' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSDispInteract, OverrideInfo) == 0x000058, "Member 'UBANS_GSDispInteract::OverrideInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSDodgeComboKeyCache_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSDodgeComboKeyCache_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSDodgeComboKeyCache_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSDodgeComboKeyCache_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSDodgeComboKeyCache_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSDodgeComboKeyCache_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSDodgeComboKeyCache_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSDodgeComboKeyCache_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSDodgeComboKeyCache_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSDodgeComboKeyCache \ +static_assert(alignof(UBANS_GSDodgeComboKeyCache) == 0x000008, "Wrong alignment on UBANS_GSDodgeComboKeyCache"); \ +static_assert(sizeof(UBANS_GSDodgeComboKeyCache) == 0x000048, "Wrong size on UBANS_GSDodgeComboKeyCache"); \ + +#define DUMPER7_ASSERTS_UBANS_GSEditorHelper \ +static_assert(alignof(UBANS_GSEditorHelper) == 0x000008, "Wrong alignment on UBANS_GSEditorHelper"); \ +static_assert(sizeof(UBANS_GSEditorHelper) == 0x000048, "Wrong size on UBANS_GSEditorHelper"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetCharacterModuleConstraintProfile_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCharacterModuleConstraintProfile_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSetCharacterModuleConstraintProfile_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSetCharacterModuleConstraintProfile_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSetCharacterModuleConstraintProfile_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSetCharacterModuleConstraintProfile_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSetCharacterModuleConstraintProfile_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCharacterModuleConstraintProfile_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetCharacterModuleConstraintProfile \ +static_assert(alignof(UBANS_GSSetCharacterModuleConstraintProfile) == 0x000008, "Wrong alignment on UBANS_GSSetCharacterModuleConstraintProfile"); \ +static_assert(sizeof(UBANS_GSSetCharacterModuleConstraintProfile) == 0x000058, "Wrong size on UBANS_GSSetCharacterModuleConstraintProfile"); \ +static_assert(offsetof(UBANS_GSSetCharacterModuleConstraintProfile, EquipPosition) == 0x000048, "Member 'UBANS_GSSetCharacterModuleConstraintProfile::EquipPosition' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSetCharacterModuleConstraintProfile, ConstraintProfileName) == 0x00004C, "Member 'UBANS_GSSetCharacterModuleConstraintProfile::ConstraintProfileName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSShooterMode_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSShooterMode_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSShooterMode_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSShooterMode_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSShooterMode_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSShooterMode_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSShooterMode_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSShooterMode_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSShooterMode_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSShooterMode_GSNotifyTickCS \ +static_assert(alignof(BANS_GSShooterMode_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSShooterMode_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSShooterMode_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSShooterMode_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSShooterMode_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSShooterMode_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSShooterMode_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSShooterMode_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSShooterMode_GSNotifyEndCS \ +static_assert(alignof(BANS_GSShooterMode_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSShooterMode_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSShooterMode_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSShooterMode_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSShooterMode_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSShooterMode_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSShooterMode \ +static_assert(alignof(UBANS_GSShooterMode) == 0x000008, "Wrong alignment on UBANS_GSShooterMode"); \ +static_assert(sizeof(UBANS_GSShooterMode) == 0x000048, "Wrong size on UBANS_GSShooterMode"); \ + +#define DUMPER7_ASSERTS_BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSpawnActorAndSyncAnimation_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSpawnActorAndSyncAnimation_GetAnimNSType \ +static_assert(alignof(BANS_GSSpawnActorAndSyncAnimation_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSSpawnActorAndSyncAnimation_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSSpawnActorAndSyncAnimation_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSSpawnActorAndSyncAnimation_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSSpawnActorAndSyncAnimation_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSSpawnActorAndSyncAnimation_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSpawnActorAndSyncAnimation_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSpawnActorAndSyncAnimation_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSpawnActorAndSyncAnimation_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSpawnActorAndSyncAnimation_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSpawnActorAndSyncAnimation_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSpawnActorAndSyncAnimation_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSpawnActorAndSyncAnimation_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSpawnActorAndSyncAnimation \ +static_assert(alignof(UBANS_GSSpawnActorAndSyncAnimation) == 0x000008, "Wrong alignment on UBANS_GSSpawnActorAndSyncAnimation"); \ +static_assert(sizeof(UBANS_GSSpawnActorAndSyncAnimation) == 0x000088, "Wrong size on UBANS_GSSpawnActorAndSyncAnimation"); \ +static_assert(offsetof(UBANS_GSSpawnActorAndSyncAnimation, SpawnActorTemplate) == 0x000048, "Member 'UBANS_GSSpawnActorAndSyncAnimation::SpawnActorTemplate' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnActorAndSyncAnimation, SelfSyncPointOnHost) == 0x000054, "Member 'UBANS_GSSpawnActorAndSyncAnimation::SelfSyncPointOnHost' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnActorAndSyncAnimation, TargetSyncPointOnHost) == 0x00005C, "Member 'UBANS_GSSpawnActorAndSyncAnimation::TargetSyncPointOnHost' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnActorAndSyncAnimation, SelfSyncPointOnGuest) == 0x000064, "Member 'UBANS_GSSpawnActorAndSyncAnimation::SelfSyncPointOnGuest' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnActorAndSyncAnimation, GuestMontage) == 0x000070, "Member 'UBANS_GSSpawnActorAndSyncAnimation::GuestMontage' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnActorAndSyncAnimation, DestroyDelayTime) == 0x00007C, "Member 'UBANS_GSSpawnActorAndSyncAnimation::DestroyDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchCollisionProfile_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSwitchCollisionProfile_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSwitchCollisionProfile_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSwitchCollisionProfile_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSwitchCollisionProfile_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSwitchCollisionProfile_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchCollisionProfile_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSwitchCollisionProfile_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSwitchCollisionProfile_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSwitchCollisionProfile_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSwitchCollisionProfile_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSwitchCollisionProfile_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSwitchCollisionProfile_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSwitchCollisionProfile_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSwitchCollisionProfile_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSwitchCollisionProfile_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSwitchCollisionProfile \ +static_assert(alignof(UBANS_GSSwitchCollisionProfile) == 0x000008, "Wrong alignment on UBANS_GSSwitchCollisionProfile"); \ +static_assert(sizeof(UBANS_GSSwitchCollisionProfile) == 0x000058, "Wrong size on UBANS_GSSwitchCollisionProfile"); \ +static_assert(offsetof(UBANS_GSSwitchCollisionProfile, ProfileList) == 0x000048, "Member 'UBANS_GSSwitchCollisionProfile::ProfileList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSDetachMultipleWeapons_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSDetachMultipleWeapons_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSDetachMultipleWeapons_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSDetachMultipleWeapons_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSDetachMultipleWeapons_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSDetachMultipleWeapons_GSNotifyCS \ +static_assert(alignof(BAN_GSDetachMultipleWeapons_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSDetachMultipleWeapons_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSDetachMultipleWeapons_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSDetachMultipleWeapons_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSDetachMultipleWeapons_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSDetachMultipleWeapons_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSDetachMultipleWeapons \ +static_assert(alignof(UBAN_GSDetachMultipleWeapons) == 0x000008, "Wrong alignment on UBAN_GSDetachMultipleWeapons"); \ +static_assert(sizeof(UBAN_GSDetachMultipleWeapons) == 0x000078, "Wrong size on UBAN_GSDetachMultipleWeapons"); \ +static_assert(offsetof(UBAN_GSDetachMultipleWeapons, WeaponIndexList) == 0x000050, "Member 'UBAN_GSDetachMultipleWeapons::WeaponIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachMultipleWeapons, DetachmentLocationRule) == 0x000060, "Member 'UBAN_GSDetachMultipleWeapons::DetachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachMultipleWeapons, DetachmentRotationRule) == 0x000064, "Member 'UBAN_GSDetachMultipleWeapons::DetachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachMultipleWeapons, DetachmentScaleRule) == 0x000068, "Member 'UBAN_GSDetachMultipleWeapons::DetachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSDetachMultipleWeapons, DestroyDelayTime) == 0x000070, "Member 'UBAN_GSDetachMultipleWeapons::DestroyDelayTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSJumpReady_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSJumpReady_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSJumpReady_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSJumpReady_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSJumpReady_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSJumpReady_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSJumpReady_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSJumpReady_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSJumpReady_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSJumpReady_GSNotifyEndCS \ +static_assert(alignof(BANS_GSJumpReady_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSJumpReady_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSJumpReady_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSJumpReady_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSJumpReady_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSJumpReady_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSJumpReady \ +static_assert(alignof(UBANS_GSJumpReady) == 0x000008, "Wrong alignment on UBANS_GSJumpReady"); \ +static_assert(sizeof(UBANS_GSJumpReady) == 0x000048, "Wrong size on UBANS_GSJumpReady"); \ + +#define DUMPER7_ASSERTS_BANS_GSJumpToCeiling_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSJumpToCeiling_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSJumpToCeiling_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSJumpToCeiling_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSJumpToCeiling_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSJumpToCeiling_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSJumpToCeiling_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSJumpToCeiling_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSJumpToCeiling_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSJumpToCeiling_GSNotifyTickCS \ +static_assert(alignof(BANS_GSJumpToCeiling_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSJumpToCeiling_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSJumpToCeiling_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSJumpToCeiling_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSJumpToCeiling_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSJumpToCeiling_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSJumpToCeiling_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSJumpToCeiling_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSJumpToCeiling_GSNotifyEndCS \ +static_assert(alignof(BANS_GSJumpToCeiling_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSJumpToCeiling_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSJumpToCeiling_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSJumpToCeiling_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSJumpToCeiling_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSJumpToCeiling_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSJumpToCeiling \ +static_assert(alignof(UBANS_GSJumpToCeiling) == 0x000008, "Wrong alignment on UBANS_GSJumpToCeiling"); \ +static_assert(sizeof(UBANS_GSJumpToCeiling) == 0x000060, "Wrong size on UBANS_GSJumpToCeiling"); \ +static_assert(offsetof(UBANS_GSJumpToCeiling, HeightCurve) == 0x000048, "Member 'UBANS_GSJumpToCeiling::HeightCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSJumpToCeiling, PitchCurve) == 0x000050, "Member 'UBANS_GSJumpToCeiling::PitchCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSJumpToCeiling, MaxHeight) == 0x000058, "Member 'UBANS_GSJumpToCeiling::MaxHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSLockHandAndFoot \ +static_assert(alignof(UBANS_GSLockHandAndFoot) == 0x000008, "Wrong alignment on UBANS_GSLockHandAndFoot"); \ +static_assert(sizeof(UBANS_GSLockHandAndFoot) == 0x000050, "Wrong size on UBANS_GSLockHandAndFoot"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_HandIK \ +static_assert(alignof(UBUAnimHumanoidCS_HandIK) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_HandIK"); \ +static_assert(sizeof(UBUAnimHumanoidCS_HandIK) == 0x0003F0, "Wrong size on UBUAnimHumanoidCS_HandIK"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKEffectorLHand_MeshSpace) == 0x000358, "Member 'UBUAnimHumanoidCS_HandIK::IKEffectorLHand_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKEffectorRHand_MeshSpace) == 0x000370, "Member 'UBUAnimHumanoidCS_HandIK::IKEffectorRHand_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKEffectorLeftHand) == 0x000388, "Member 'UBUAnimHumanoidCS_HandIK::IKEffectorLeftHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKEffectorRightHand) == 0x0003A0, "Member 'UBUAnimHumanoidCS_HandIK::IKEffectorRightHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKJointLeftHand) == 0x0003B8, "Member 'UBUAnimHumanoidCS_HandIK::IKJointLeftHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKJointRightHand) == 0x0003D0, "Member 'UBUAnimHumanoidCS_HandIK::IKJointRightHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKAlphaLeftHand) == 0x0003E8, "Member 'UBUAnimHumanoidCS_HandIK::IKAlphaLeftHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_HandIK, IKAlphaRightHand) == 0x0003EC, "Member 'UBUAnimHumanoidCS_HandIK::IKAlphaRightHand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMagicKeyCache_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMagicKeyCache_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMagicKeyCache_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMagicKeyCache_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMagicKeyCache_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMagicKeyCache_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMagicKeyCache_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMagicKeyCache_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMagicKeyCache_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMagicKeyCache \ +static_assert(alignof(UBANS_GSMagicKeyCache) == 0x000008, "Wrong alignment on UBANS_GSMagicKeyCache"); \ +static_assert(sizeof(UBANS_GSMagicKeyCache) == 0x000048, "Wrong size on UBANS_GSMagicKeyCache"); \ + +#define DUMPER7_ASSERTS_BANS_GSMagicWindow_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMagicWindow_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMagicWindow_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMagicWindow_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMagicWindow_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMagicWindow_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMagicWindow_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMagicWindow_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMagicWindow_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMagicWindow \ +static_assert(alignof(UBANS_GSMagicWindow) == 0x000008, "Wrong alignment on UBANS_GSMagicWindow"); \ +static_assert(sizeof(UBANS_GSMagicWindow) == 0x000068, "Wrong size on UBANS_GSMagicWindow"); \ +static_assert(offsetof(UBANS_GSMagicWindow, SkillBlackList) == 0x000048, "Member 'UBANS_GSMagicWindow::SkillBlackList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMagicWindow, SkillWhiteList) == 0x000058, "Member 'UBANS_GSMagicWindow::SkillWhiteList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_RightArmSeparation \ +static_assert(alignof(UBUAnimHumanoidCS_RightArmSeparation) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_RightArmSeparation"); \ +static_assert(sizeof(UBUAnimHumanoidCS_RightArmSeparation) == 0x000360, "Wrong size on UBUAnimHumanoidCS_RightArmSeparation"); \ +static_assert(offsetof(UBUAnimHumanoidCS_RightArmSeparation, RightArmBlendWeight) == 0x000350, "Member 'UBUAnimHumanoidCS_RightArmSeparation::RightArmBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPhysicsForce_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSPhysicsForce_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSPhysicsForce_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSPhysicsForce_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSPhysicsForce_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSPhysicsForce_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSPhysicsForce_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPhysicsForce_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSPhysicsForce_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPhysicsForce_GSNotifyTickCS \ +static_assert(alignof(BANS_GSPhysicsForce_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSPhysicsForce_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSPhysicsForce_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSPhysicsForce_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSPhysicsForce_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSPhysicsForce_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSPhysicsForce_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSPhysicsForce_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSPhysicsForce_GSNotifyEndCS \ +static_assert(alignof(BANS_GSPhysicsForce_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSPhysicsForce_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSPhysicsForce_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSPhysicsForce_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSPhysicsForce_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSPhysicsForce_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPhysicsForce \ +static_assert(alignof(UBANS_GSPhysicsForce) == 0x000008, "Wrong alignment on UBANS_GSPhysicsForce"); \ +static_assert(sizeof(UBANS_GSPhysicsForce) == 0x000088, "Wrong size on UBANS_GSPhysicsForce"); \ +static_assert(offsetof(UBANS_GSPhysicsForce, PhysicsForceType) == 0x000048, "Member 'UBANS_GSPhysicsForce::PhysicsForceType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPhysicsForce, ForceFieldSize) == 0x00004C, "Member 'UBANS_GSPhysicsForce::ForceFieldSize' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPhysicsForce, ForceFieldOffset) == 0x000050, "Member 'UBANS_GSPhysicsForce::ForceFieldOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPhysicsForce, DestructibleDamage) == 0x000068, "Member 'UBANS_GSPhysicsForce::DestructibleDamage' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPhysicsForce, ImpulseStrength) == 0x00006C, "Member 'UBANS_GSPhysicsForce::ImpulseStrength' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSPhysicsForce, QueryObjectTypes) == 0x000070, "Member 'UBANS_GSPhysicsForce::QueryObjectTypes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPlayCameraSequence \ +static_assert(alignof(UBANS_GSPlayCameraSequence) == 0x000008, "Wrong alignment on UBANS_GSPlayCameraSequence"); \ +static_assert(sizeof(UBANS_GSPlayCameraSequence) == 0x000048, "Wrong size on UBANS_GSPlayCameraSequence"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetAMSpeedRate_GetModifySpeedRate \ +static_assert(alignof(BANS_GSSetAMSpeedRate_GetModifySpeedRate) == 0x000004, "Wrong alignment on BANS_GSSetAMSpeedRate_GetModifySpeedRate"); \ +static_assert(sizeof(BANS_GSSetAMSpeedRate_GetModifySpeedRate) == 0x000004, "Wrong size on BANS_GSSetAMSpeedRate_GetModifySpeedRate"); \ +static_assert(offsetof(BANS_GSSetAMSpeedRate_GetModifySpeedRate, ReturnValue) == 0x000000, "Member 'BANS_GSSetAMSpeedRate_GetModifySpeedRate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetAMSpeedRate_GSValidateInputCS \ +static_assert(alignof(BANS_GSSetAMSpeedRate_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSSetAMSpeedRate_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSSetAMSpeedRate_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSSetAMSpeedRate_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSSetAMSpeedRate_GSValidateInputCS, Actor) == 0x000000, "Member 'BANS_GSSetAMSpeedRate_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetAMSpeedRate_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetAMSpeedRate_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetAMSpeedRate_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetAMSpeedRate_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetAMSpeedRate_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetAMSpeedRate_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetAMSpeedRate_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetAMSpeedRate_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetAMSpeedRate_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetAMSpeedRate_GetAnimNSType \ +static_assert(alignof(BANS_GSSetAMSpeedRate_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSSetAMSpeedRate_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSSetAMSpeedRate_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSSetAMSpeedRate_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSSetAMSpeedRate_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSSetAMSpeedRate_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetAMSpeedRate_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSetAMSpeedRate_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSetAMSpeedRate_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSetAMSpeedRate_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSetAMSpeedRate_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSetAMSpeedRate_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetAMSpeedRate_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetAMSpeedRate \ +static_assert(alignof(UBANS_GSSetAMSpeedRate) == 0x000008, "Wrong alignment on UBANS_GSSetAMSpeedRate"); \ +static_assert(sizeof(UBANS_GSSetAMSpeedRate) == 0x000050, "Wrong size on UBANS_GSSetAMSpeedRate"); \ +static_assert(offsetof(UBANS_GSSetAMSpeedRate, SectionSpeedRate) == 0x000048, "Member 'UBANS_GSSetAMSpeedRate::SectionSpeedRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCompVisibility_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSetCompVisibility_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSetCompVisibility_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSetCompVisibility_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSetCompVisibility_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSetCompVisibility_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCompVisibility_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCompVisibility_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSetCompVisibility_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCompVisibility_GSNotifyTickCS \ +static_assert(alignof(BANS_GSSetCompVisibility_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSSetCompVisibility_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSSetCompVisibility_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSSetCompVisibility_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSSetCompVisibility_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCompVisibility_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSetCompVisibility_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSSetCompVisibility_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSetCompVisibility_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSetCompVisibility_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSetCompVisibility_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSetCompVisibility_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSetCompVisibility_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSetCompVisibility_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSetCompVisibility_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSetCompVisibility \ +static_assert(alignof(UBANS_GSSetCompVisibility) == 0x000008, "Wrong alignment on UBANS_GSSetCompVisibility"); \ +static_assert(sizeof(UBANS_GSSetCompVisibility) == 0x000058, "Wrong size on UBANS_GSSetCompVisibility"); \ +static_assert(offsetof(UBANS_GSSetCompVisibility, CompTagName) == 0x00004C, "Member 'UBANS_GSSetCompVisibility::CompTagName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_LeavesSkillManageComp_TickComponentInCS \ +static_assert(alignof(BUS_LeavesSkillManageComp_TickComponentInCS) == 0x000004, "Wrong alignment on BUS_LeavesSkillManageComp_TickComponentInCS"); \ +static_assert(sizeof(BUS_LeavesSkillManageComp_TickComponentInCS) == 0x000004, "Wrong size on BUS_LeavesSkillManageComp_TickComponentInCS"); \ +static_assert(offsetof(BUS_LeavesSkillManageComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'BUS_LeavesSkillManageComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUS_LeavesSkillManageComp_EndPlayInCS \ +static_assert(alignof(BUS_LeavesSkillManageComp_EndPlayInCS) == 0x000001, "Wrong alignment on BUS_LeavesSkillManageComp_EndPlayInCS"); \ +static_assert(sizeof(BUS_LeavesSkillManageComp_EndPlayInCS) == 0x000001, "Wrong size on BUS_LeavesSkillManageComp_EndPlayInCS"); \ +static_assert(offsetof(BUS_LeavesSkillManageComp_EndPlayInCS, EndPlayReason) == 0x000000, "Member 'BUS_LeavesSkillManageComp_EndPlayInCS::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_LeavesSkillManageComp \ +static_assert(alignof(UBUS_LeavesSkillManageComp) == 0x000008, "Wrong alignment on UBUS_LeavesSkillManageComp"); \ +static_assert(sizeof(UBUS_LeavesSkillManageComp) == 0x0000E8, "Wrong size on UBUS_LeavesSkillManageComp"); \ +static_assert(offsetof(UBUS_LeavesSkillManageComp, FXTag) == 0x0000D0, "Member 'UBUS_LeavesSkillManageComp::FXTag' has a wrong offset!"); \ +static_assert(offsetof(UBUS_LeavesSkillManageComp, PreStageTime) == 0x0000D8, "Member 'UBUS_LeavesSkillManageComp::PreStageTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_LeavesSkillManageComp, AbsorbStageTime) == 0x0000DC, "Member 'UBUS_LeavesSkillManageComp::AbsorbStageTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_LeavesSkillManageComp, FlyStageMaxTime) == 0x0000E0, "Member 'UBUS_LeavesSkillManageComp::FlyStageMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UBUS_LeavesSkillManageComp, ScatterStageTime) == 0x0000E4, "Member 'UBUS_LeavesSkillManageComp::ScatterStageTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_AnimWidget_OnAnimationSequenceEvent \ +static_assert(alignof(BUI_AnimWidget_OnAnimationSequenceEvent) == 0x000004, "Wrong alignment on BUI_AnimWidget_OnAnimationSequenceEvent"); \ +static_assert(sizeof(BUI_AnimWidget_OnAnimationSequenceEvent) == 0x000004, "Wrong size on BUI_AnimWidget_OnAnimationSequenceEvent"); \ +static_assert(offsetof(BUI_AnimWidget_OnAnimationSequenceEvent, Param) == 0x000000, "Member 'BUI_AnimWidget_OnAnimationSequenceEvent::Param' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_AnimWidget \ +static_assert(alignof(UBUI_AnimWidget) == 0x000008, "Wrong alignment on UBUI_AnimWidget"); \ +static_assert(sizeof(UBUI_AnimWidget) == 0x000298, "Wrong size on UBUI_AnimWidget"); \ + +#define DUMPER7_ASSERTS_BANS_GSSlowTime_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSlowTime_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSlowTime_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSlowTime_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSlowTime_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSlowTime_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSlowTime_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSlowTime_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSlowTime_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSlowTime \ +static_assert(alignof(UBANS_GSSlowTime) == 0x000008, "Wrong alignment on UBANS_GSSlowTime"); \ +static_assert(sizeof(UBANS_GSSlowTime) == 0x000068, "Wrong size on UBANS_GSSlowTime"); \ +static_assert(offsetof(UBANS_GSSlowTime, TimeScaleSetting) == 0x000048, "Member 'UBANS_GSSlowTime::TimeScaleSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_RemoveBuff_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_RemoveBuff_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_RemoveBuff_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_RemoveBuff_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_RemoveBuff_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_RemoveBuff_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_RemoveBuff_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_RemoveBuff \ +static_assert(alignof(UBED_QuestNode_RemoveBuff) == 0x000008, "Wrong alignment on UBED_QuestNode_RemoveBuff"); \ +static_assert(sizeof(UBED_QuestNode_RemoveBuff) == 0x000308, "Wrong size on UBED_QuestNode_RemoveBuff"); \ +static_assert(offsetof(UBED_QuestNode_RemoveBuff, UnitOrPlayer) == 0x0002A0, "Member 'UBED_QuestNode_RemoveBuff::UnitOrPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_RemoveBuff, Buff) == 0x0002B0, "Member 'UBED_QuestNode_RemoveBuff::Buff' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_RemoveBuff, BuffLayer) == 0x0002C0, "Member 'UBED_QuestNode_RemoveBuff::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_RemoveBuff, BuffID) == 0x0002C4, "Member 'UBED_QuestNode_RemoveBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_RemoveBuff, Unit) == 0x0002C8, "Member 'UBED_QuestNode_RemoveBuff::Unit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_RemoveBuff, UnitGuid) == 0x0002F0, "Member 'UBED_QuestNode_RemoveBuff::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSpawnBullets_GSValidateInputCS \ +static_assert(alignof(BANS_GSSpawnBullets_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSSpawnBullets_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSSpawnBullets_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSSpawnBullets_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSSpawnBullets_GSValidateInputCS, InActor) == 0x000000, "Member 'BANS_GSSpawnBullets_GSValidateInputCS::InActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSpawnBullets_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSpawnBullets_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSpawnBullets_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSpawnBullets_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSpawnBullets_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSpawnBullets_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSpawnBullets_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSpawnBullets_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSpawnBullets_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSpawnBullets_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSpawnBullets_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSpawnBullets_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSpawnBullets_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSpawnBullets_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSpawnBullets_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSpawnBullets_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSpawnBullets_MarkDirty \ +static_assert(alignof(BANS_GSSpawnBullets_MarkDirty) == 0x000001, "Wrong alignment on BANS_GSSpawnBullets_MarkDirty"); \ +static_assert(sizeof(BANS_GSSpawnBullets_MarkDirty) == 0x000001, "Wrong size on BANS_GSSpawnBullets_MarkDirty"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSpawnBullets \ +static_assert(alignof(UBANS_GSSpawnBullets) == 0x000008, "Wrong alignment on UBANS_GSSpawnBullets"); \ +static_assert(sizeof(UBANS_GSSpawnBullets) == 0x000300, "Wrong size on UBANS_GSSpawnBullets"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BuffIDList) == 0x000050, "Member 'UBANS_GSSpawnBullets::BuffIDList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BulletID) == 0x000060, "Member 'UBANS_GSSpawnBullets::BulletID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BulletWave) == 0x000064, "Member 'UBANS_GSSpawnBullets::BulletWave' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, WaveIntervalNoise) == 0x000068, "Member 'UBANS_GSSpawnBullets::WaveIntervalNoise' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BulletNumInOneWave) == 0x00006C, "Member 'UBANS_GSSpawnBullets::BulletNumInOneWave' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, SpawnBase) == 0x000070, "Member 'UBANS_GSSpawnBullets::SpawnBase' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, SpawnPosOffsetInfo) == 0x000090, "Member 'UBANS_GSSpawnBullets::SpawnPosOffsetInfo' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, AttachRule_Rot) == 0x0000EC, "Member 'UBANS_GSSpawnBullets::AttachRule_Rot' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, TargetBase) == 0x0000F0, "Member 'UBANS_GSSpawnBullets::TargetBase' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, TargetPosOffsetInfo) == 0x000110, "Member 'UBANS_GSSpawnBullets::TargetPosOffsetInfo' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BornDirBaseInfo) == 0x000168, "Member 'UBANS_GSSpawnBullets::BornDirBaseInfo' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BornDirOffset) == 0x000170, "Member 'UBANS_GSSpawnBullets::BornDirOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BulletFlySpd) == 0x0001C0, "Member 'UBANS_GSSpawnBullets::BulletFlySpd' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, BulletRotSpd) == 0x0001D8, "Member 'UBANS_GSSpawnBullets::BulletRotSpd' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, MutilTargetRule) == 0x0001F4, "Member 'UBANS_GSSpawnBullets::MutilTargetRule' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, SpawnBase_NoneTarget) == 0x000208, "Member 'UBANS_GSSpawnBullets::SpawnBase_NoneTarget' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, SpawnPosOffsetInfo_NoneTarget) == 0x000228, "Member 'UBANS_GSSpawnBullets::SpawnPosOffsetInfo_NoneTarget' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, TargetBase_NoneTarget) == 0x000288, "Member 'UBANS_GSSpawnBullets::TargetBase_NoneTarget' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSpawnBullets, TargetPosOffsetInfo_NoneTarget) == 0x0002A8, "Member 'UBANS_GSSpawnBullets::TargetPosOffsetInfo_NoneTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_GamePass_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_GamePass_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_GamePass_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_GamePass_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_GamePass_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_GamePass_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_GamePass_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_GamePass \ +static_assert(alignof(UBED_TaskNode_GamePass) == 0x000008, "Wrong alignment on UBED_TaskNode_GamePass"); \ +static_assert(sizeof(UBED_TaskNode_GamePass) == 0x0002A0, "Wrong size on UBED_TaskNode_GamePass"); \ + +#define DUMPER7_ASSERTS_UBI_DebugTextInGrid \ +static_assert(alignof(UBI_DebugTextInGrid) == 0x000008, "Wrong alignment on UBI_DebugTextInGrid"); \ +static_assert(sizeof(UBI_DebugTextInGrid) == 0x0003D8, "Wrong size on UBI_DebugTextInGrid"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_GSValidateInputCS \ +static_assert(alignof(BANS_GSSweepCheck_GSValidateInputCS) == 0x000008, "Wrong alignment on BANS_GSSweepCheck_GSValidateInputCS"); \ +static_assert(sizeof(BANS_GSSweepCheck_GSValidateInputCS) == 0x000008, "Wrong size on BANS_GSSweepCheck_GSValidateInputCS"); \ +static_assert(offsetof(BANS_GSSweepCheck_GSValidateInputCS, Actor) == 0x000000, "Member 'BANS_GSSweepCheck_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSweepCheck_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSweepCheck_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSweepCheck_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSweepCheck_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSweepCheck_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSweepCheck_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSweepCheck_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSweepCheck_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_GSNotifyTickCS \ +static_assert(alignof(BANS_GSSweepCheck_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSSweepCheck_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSSweepCheck_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSSweepCheck_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSSweepCheck_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSSweepCheck_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSweepCheck_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSSweepCheck_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSweepCheck_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSweepCheck_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSweepCheck_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSweepCheck_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSweepCheck_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSweepCheck_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_AddAssistBreakFrozenEffectID \ +static_assert(alignof(BANS_GSSweepCheck_AddAssistBreakFrozenEffectID) == 0x000004, "Wrong alignment on BANS_GSSweepCheck_AddAssistBreakFrozenEffectID"); \ +static_assert(sizeof(BANS_GSSweepCheck_AddAssistBreakFrozenEffectID) == 0x000008, "Wrong size on BANS_GSSweepCheck_AddAssistBreakFrozenEffectID"); \ +static_assert(offsetof(BANS_GSSweepCheck_AddAssistBreakFrozenEffectID, AssistBreakFrozenEffectID) == 0x000000, "Member 'BANS_GSSweepCheck_AddAssistBreakFrozenEffectID::AssistBreakFrozenEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_ReplaceEffectIDByPreID \ +static_assert(alignof(BANS_GSSweepCheck_ReplaceEffectIDByPreID) == 0x000004, "Wrong alignment on BANS_GSSweepCheck_ReplaceEffectIDByPreID"); \ +static_assert(sizeof(BANS_GSSweepCheck_ReplaceEffectIDByPreID) == 0x00000C, "Wrong size on BANS_GSSweepCheck_ReplaceEffectIDByPreID"); \ +static_assert(offsetof(BANS_GSSweepCheck_ReplaceEffectIDByPreID, OldPreID) == 0x000000, "Member 'BANS_GSSweepCheck_ReplaceEffectIDByPreID::OldPreID' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSweepCheck_ReplaceEffectIDByPreID, NewPreID) == 0x000004, "Member 'BANS_GSSweepCheck_ReplaceEffectIDByPreID::NewPreID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_ResetSweepCheckChanel \ +static_assert(alignof(BANS_GSSweepCheck_ResetSweepCheckChanel) == 0x000001, "Wrong alignment on BANS_GSSweepCheck_ResetSweepCheckChanel"); \ +static_assert(sizeof(BANS_GSSweepCheck_ResetSweepCheckChanel) == 0x000001, "Wrong size on BANS_GSSweepCheck_ResetSweepCheckChanel"); \ +static_assert(offsetof(BANS_GSSweepCheck_ResetSweepCheckChanel, NewCollisionChanel) == 0x000000, "Member 'BANS_GSSweepCheck_ResetSweepCheckChanel::NewCollisionChanel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSweepCheck_HasAbnormalStateData \ +static_assert(alignof(BANS_GSSweepCheck_HasAbnormalStateData) == 0x000001, "Wrong alignment on BANS_GSSweepCheck_HasAbnormalStateData"); \ +static_assert(sizeof(BANS_GSSweepCheck_HasAbnormalStateData) == 0x000001, "Wrong size on BANS_GSSweepCheck_HasAbnormalStateData"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSweepCheck \ +static_assert(alignof(UBANS_GSSweepCheck) == 0x000008, "Wrong alignment on UBANS_GSSweepCheck"); \ +static_assert(sizeof(UBANS_GSSweepCheck) == 0x0000F0, "Wrong size on UBANS_GSSweepCheck"); \ +static_assert(offsetof(UBANS_GSSweepCheck, WeaponIndex) == 0x000048, "Member 'UBANS_GSSweepCheck::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, SweepCheckShape) == 0x000050, "Member 'UBANS_GSSweepCheck::SweepCheckShape' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, SweepCheckShapeExtend) == 0x000060, "Member 'UBANS_GSSweepCheck::SweepCheckShapeExtend' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, AbnormalStateEffectList) == 0x000078, "Member 'UBANS_GSSweepCheck::AbnormalStateEffectList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, EffectsWithCondition_Before) == 0x000088, "Member 'UBANS_GSSweepCheck::EffectsWithCondition_Before' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, EffectIDList) == 0x000098, "Member 'UBANS_GSSweepCheck::EffectIDList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, EffectsWithCondition_After) == 0x0000A8, "Member 'UBANS_GSSweepCheck::EffectsWithCondition_After' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, EffectIDListForSceneItem) == 0x0000B8, "Member 'UBANS_GSSweepCheck::EffectIDListForSceneItem' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, HitChrAudioID) == 0x0000C8, "Member 'UBANS_GSSweepCheck::HitChrAudioID' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, HitChrFXWeight) == 0x0000CC, "Member 'UBANS_GSSweepCheck::HitChrFXWeight' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, HitCheckConf) == 0x0000D0, "Member 'UBANS_GSSweepCheck::HitCheckConf' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, HitDestructibleConfig) == 0x0000D4, "Member 'UBANS_GSSweepCheck::HitDestructibleConfig' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, AtkReboundingAM) == 0x0000D8, "Member 'UBANS_GSSweepCheck::AtkReboundingAM' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, LowAtkReboundingAM) == 0x0000E0, "Member 'UBANS_GSSweepCheck::LowAtkReboundingAM' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSweepCheck, SweepCheckGroupID) == 0x0000E8, "Member 'UBANS_GSSweepCheck::SweepCheckGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSection_GetJumpableSectionPrefix \ +static_assert(alignof(BANS_GSMontageJumpToSection_GetJumpableSectionPrefix) == 0x000008, "Wrong alignment on BANS_GSMontageJumpToSection_GetJumpableSectionPrefix"); \ +static_assert(sizeof(BANS_GSMontageJumpToSection_GetJumpableSectionPrefix) == 0x000010, "Wrong size on BANS_GSMontageJumpToSection_GetJumpableSectionPrefix"); \ +static_assert(offsetof(BANS_GSMontageJumpToSection_GetJumpableSectionPrefix, ReturnValue) == 0x000000, "Member 'BANS_GSMontageJumpToSection_GetJumpableSectionPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSection_GSAllowCrossSection \ +static_assert(alignof(BANS_GSMontageJumpToSection_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_GSMontageJumpToSection_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_GSMontageJumpToSection_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_GSMontageJumpToSection_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSection_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSMontageJumpToSection_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSMontageJumpToSection_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSMontageJumpToSection_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSMontageJumpToSection_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSMontageJumpToSection_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSMontageJumpToSection_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSMontageJumpToSection_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSMontageJumpToSection_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSMontageJumpToSection_GetAnimNSType \ +static_assert(alignof(BANS_GSMontageJumpToSection_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_GSMontageJumpToSection_GetAnimNSType"); \ +static_assert(sizeof(BANS_GSMontageJumpToSection_GetAnimNSType) == 0x000001, "Wrong size on BANS_GSMontageJumpToSection_GetAnimNSType"); \ +static_assert(offsetof(BANS_GSMontageJumpToSection_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_GSMontageJumpToSection_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSMontageJumpToSection \ +static_assert(alignof(UBANS_GSMontageJumpToSection) == 0x000008, "Wrong alignment on UBANS_GSMontageJumpToSection"); \ +static_assert(sizeof(UBANS_GSMontageJumpToSection) == 0x000068, "Wrong size on UBANS_GSMontageJumpToSection"); \ +static_assert(offsetof(UBANS_GSMontageJumpToSection, JumpToSectionName) == 0x00004C, "Member 'UBANS_GSMontageJumpToSection::JumpToSectionName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSMontageJumpToSection, JumpableSectionPrefix) == 0x000058, "Member 'UBANS_GSMontageJumpToSection::JumpableSectionPrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_Array_TriggerEffectWithCondition \ +static_assert(alignof(UBGWDataAsset_Array_TriggerEffectWithCondition) == 0x000008, "Wrong alignment on UBGWDataAsset_Array_TriggerEffectWithCondition"); \ +static_assert(sizeof(UBGWDataAsset_Array_TriggerEffectWithCondition) == 0x000040, "Wrong size on UBGWDataAsset_Array_TriggerEffectWithCondition"); \ +static_assert(offsetof(UBGWDataAsset_Array_TriggerEffectWithCondition, Effects) == 0x000030, "Member 'UBGWDataAsset_Array_TriggerEffectWithCondition::Effects' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTestIn426_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTestIn426_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTestIn426_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTestIn426_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTestIn426_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTestIn426_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTestIn426_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTestIn426_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTestIn426_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTestIn426_GSNotifyTickCS \ +static_assert(alignof(BANS_GSTestIn426_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSTestIn426_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSTestIn426_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSTestIn426_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSTestIn426_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSTestIn426_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTestIn426_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSTestIn426_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTestIn426_GSNotifyEndCS \ +static_assert(alignof(BANS_GSTestIn426_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSTestIn426_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSTestIn426_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSTestIn426_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSTestIn426_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSTestIn426_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTestIn426 \ +static_assert(alignof(UBANS_GSTestIn426) == 0x000008, "Wrong alignment on UBANS_GSTestIn426"); \ +static_assert(sizeof(UBANS_GSTestIn426) == 0x000058, "Wrong size on UBANS_GSTestIn426"); \ +static_assert(offsetof(UBANS_GSTestIn426, TestValue) == 0x000048, "Member 'UBANS_GSTestIn426::TestValue' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTestIn426, BuffID) == 0x00004C, "Member 'UBANS_GSTestIn426::BuffID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimQuadruped_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(BUAnimQuadruped_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimQuadruped_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(BUAnimQuadruped_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on BUAnimQuadruped_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(BUAnimQuadruped_BlueprintThreadSafeUpdateAnimation, DeltaTime) == 0x000000, "Member 'BUAnimQuadruped_BlueprintThreadSafeUpdateAnimation::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimQuadruped \ +static_assert(alignof(UBUAnimQuadruped) == 0x000010, "Wrong alignment on UBUAnimQuadruped"); \ +static_assert(sizeof(UBUAnimQuadruped) == 0x000370, "Wrong size on UBUAnimQuadruped"); \ +static_assert(offsetof(UBUAnimQuadruped, AnimIdle) == 0x000358, "Member 'UBUAnimQuadruped::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimQuadruped, FinalABPMoveMode) == 0x000360, "Member 'UBUAnimQuadruped::FinalABPMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimQuadruped, QuadrupedIKAlpha) == 0x000364, "Member 'UBUAnimQuadruped::QuadrupedIKAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTireMarks_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTireMarks_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTireMarks_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTireMarks_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTireMarks_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTireMarks_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTireMarks_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTireMarks_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTireMarks_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTireMarks_GSNotifyTickCS \ +static_assert(alignof(BANS_GSTireMarks_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSTireMarks_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSTireMarks_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSTireMarks_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSTireMarks_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSTireMarks_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTireMarks_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSTireMarks_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTireMarks_GSNotifyEndCS \ +static_assert(alignof(BANS_GSTireMarks_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSTireMarks_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSTireMarks_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSTireMarks_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSTireMarks_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSTireMarks_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTireMarks \ +static_assert(alignof(UBANS_GSTireMarks) == 0x000008, "Wrong alignment on UBANS_GSTireMarks"); \ +static_assert(sizeof(UBANS_GSTireMarks) == 0x000078, "Wrong size on UBANS_GSTireMarks"); \ +static_assert(offsetof(UBANS_GSTireMarks, DecalMat) == 0x000048, "Member 'UBANS_GSTireMarks::DecalMat' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTireMarks, SocketName) == 0x000050, "Member 'UBANS_GSTireMarks::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTireMarks, DecalSize) == 0x000058, "Member 'UBANS_GSTireMarks::DecalSize' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTireMarks, DecalFadeOutTime) == 0x000070, "Member 'UBANS_GSTireMarks::DecalFadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTireMarks, DecalDelayFadeOutTime) == 0x000074, "Member 'UBANS_GSTireMarks::DecalDelayFadeOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTouchItem_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSTouchItem_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSTouchItem_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSTouchItem_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSTouchItem_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSTouchItem_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSTouchItem_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTouchItem_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSTouchItem_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTouchItem_GSNotifyTickCS \ +static_assert(alignof(BANS_GSTouchItem_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSTouchItem_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSTouchItem_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSTouchItem_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSTouchItem_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSTouchItem_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSTouchItem_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSTouchItem_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSTouchItem_GSNotifyEndCS \ +static_assert(alignof(BANS_GSTouchItem_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSTouchItem_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSTouchItem_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSTouchItem_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSTouchItem_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSTouchItem_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTouchItem \ +static_assert(alignof(UBANS_GSTouchItem) == 0x000008, "Wrong alignment on UBANS_GSTouchItem"); \ +static_assert(sizeof(UBANS_GSTouchItem) == 0x000080, "Wrong size on UBANS_GSTouchItem"); \ +static_assert(offsetof(UBANS_GSTouchItem, BlendInTime) == 0x000048, "Member 'UBANS_GSTouchItem::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTouchItem, BlendOutTime) == 0x00004C, "Member 'UBANS_GSTouchItem::BlendOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTouchItem, TouchIKType) == 0x000050, "Member 'UBANS_GSTouchItem::TouchIKType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTouchItem, FindActorRadius) == 0x000054, "Member 'UBANS_GSTouchItem::FindActorRadius' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTouchItem, TouchActorTag) == 0x000058, "Member 'UBANS_GSTouchItem::TouchActorTag' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTouchItem, TouchActorSocketName) == 0x000060, "Member 'UBANS_GSTouchItem::TouchActorSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTouchItem, TouchCenterSocketName) == 0x000068, "Member 'UBANS_GSTouchItem::TouchCenterSocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSTouchItem, OffsetCurve) == 0x000078, "Member 'UBANS_GSTouchItem::OffsetCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnim_PostProcess_Wukong_BlueprintUpdateAnimation \ +static_assert(alignof(BUAnim_PostProcess_Wukong_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BUAnim_PostProcess_Wukong_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BUAnim_PostProcess_Wukong_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BUAnim_PostProcess_Wukong_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BUAnim_PostProcess_Wukong_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnim_PostProcess_Wukong_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnim_PostProcess_Wukong \ +static_assert(alignof(UBUAnim_PostProcess_Wukong) == 0x000010, "Wrong alignment on UBUAnim_PostProcess_Wukong"); \ +static_assert(sizeof(UBUAnim_PostProcess_Wukong) == 0x000480, "Wrong size on UBUAnim_PostProcess_Wukong"); \ +static_assert(offsetof(UBUAnim_PostProcess_Wukong, Alpha_FBIK_StandBar) == 0x000350, "Member 'UBUAnim_PostProcess_Wukong::Alpha_FBIK_StandBar' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Wukong, SlowIK_Alpha) == 0x000354, "Member 'UBUAnim_PostProcess_Wukong::SlowIK_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Wukong, SlowIKType) == 0x000359, "Member 'UBUAnim_PostProcess_Wukong::SlowIKType' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Wukong, LockTransform_Local) == 0x000360, "Member 'UBUAnim_PostProcess_Wukong::LockTransform_Local' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Wukong, Relative_l_in_r) == 0x0003C0, "Member 'UBUAnim_PostProcess_Wukong::Relative_l_in_r' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Wukong, Relative_r_in_l) == 0x000420, "Member 'UBUAnim_PostProcess_Wukong::Relative_r_in_l' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTrail \ +static_assert(alignof(UBANS_GSTrail) == 0x000008, "Wrong alignment on UBANS_GSTrail"); \ +static_assert(sizeof(UBANS_GSTrail) == 0x000060, "Wrong size on UBANS_GSTrail"); \ + +#define DUMPER7_ASSERTS_UBANS_GSTrailWithArray \ +static_assert(alignof(UBANS_GSTrailWithArray) == 0x000008, "Wrong alignment on UBANS_GSTrailWithArray"); \ +static_assert(sizeof(UBANS_GSTrailWithArray) == 0x000058, "Wrong size on UBANS_GSTrailWithArray"); \ + +#define DUMPER7_ASSERTS_BANS_GSWeponHide_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSWeponHide_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSWeponHide_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSWeponHide_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSWeponHide_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSWeponHide_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSWeponHide_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSWeponHide_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSWeponHide_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSWeponHide_GSNotifyEndCS \ +static_assert(alignof(BANS_GSWeponHide_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSWeponHide_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSWeponHide_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSWeponHide_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSWeponHide_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSWeponHide_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSWeponHide \ +static_assert(alignof(UBANS_GSWeponHide) == 0x000008, "Wrong alignment on UBANS_GSWeponHide"); \ +static_assert(sizeof(UBANS_GSWeponHide) == 0x000060, "Wrong size on UBANS_GSWeponHide"); \ +static_assert(offsetof(UBANS_GSWeponHide, WeaponIndex) == 0x000048, "Member 'UBANS_GSWeponHide::WeaponIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS \ +static_assert(alignof(BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_PlayRotAMByCamRotInAM_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS \ +static_assert(alignof(BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_PlayRotAMByCamRotInAM_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_PlayRotAMByCamRotInAM_GSNotifyEndCS \ +static_assert(alignof(BANS_PlayRotAMByCamRotInAM_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_PlayRotAMByCamRotInAM_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_PlayRotAMByCamRotInAM_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_PlayRotAMByCamRotInAM_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_PlayRotAMByCamRotInAM_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_PlayRotAMByCamRotInAM_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_PlayRotAMByCamRotInAM \ +static_assert(alignof(UBANS_PlayRotAMByCamRotInAM) == 0x000008, "Wrong alignment on UBANS_PlayRotAMByCamRotInAM"); \ +static_assert(sizeof(UBANS_PlayRotAMByCamRotInAM) == 0x000070, "Wrong size on UBANS_PlayRotAMByCamRotInAM"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, RotTypeInSmallAngle) == 0x000048, "Member 'UBANS_PlayRotAMByCamRotInAM::RotTypeInSmallAngle' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, RotTypeInLargeAngle) == 0x000049, "Member 'UBANS_PlayRotAMByCamRotInAM::RotTypeInLargeAngle' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, AngleThreshold) == 0x00004C, "Member 'UBANS_PlayRotAMByCamRotInAM::AngleThreshold' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, TurnSpd) == 0x000050, "Member 'UBANS_PlayRotAMByCamRotInAM::TurnSpd' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, RotateWithCamSpeed) == 0x000054, "Member 'UBANS_PlayRotAMByCamRotInAM::RotateWithCamSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, TurnRightAM) == 0x000058, "Member 'UBANS_PlayRotAMByCamRotInAM::TurnRightAM' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, TurnLeftAM) == 0x000060, "Member 'UBANS_PlayRotAMByCamRotInAM::TurnLeftAM' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, BlendInTime) == 0x000068, "Member 'UBANS_PlayRotAMByCamRotInAM::BlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_PlayRotAMByCamRotInAM, BlendOutTime) == 0x00006C, "Member 'UBANS_PlayRotAMByCamRotInAM::BlendOutTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_RespectCollisionInASS_GSAllowCrossSection \ +static_assert(alignof(BANS_RespectCollisionInASS_GSAllowCrossSection) == 0x000001, "Wrong alignment on BANS_RespectCollisionInASS_GSAllowCrossSection"); \ +static_assert(sizeof(BANS_RespectCollisionInASS_GSAllowCrossSection) == 0x000001, "Wrong size on BANS_RespectCollisionInASS_GSAllowCrossSection"); \ + +#define DUMPER7_ASSERTS_BANS_RespectCollisionInASS_GSNotifyBeginCS \ +static_assert(alignof(BANS_RespectCollisionInASS_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_RespectCollisionInASS_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_RespectCollisionInASS_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_RespectCollisionInASS_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_RespectCollisionInASS_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_RespectCollisionInASS_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_RespectCollisionInASS_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_RespectCollisionInASS_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_RespectCollisionInASS_GSNotifyEndCS \ +static_assert(alignof(BANS_RespectCollisionInASS_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_RespectCollisionInASS_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_RespectCollisionInASS_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_RespectCollisionInASS_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_RespectCollisionInASS_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_RespectCollisionInASS_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_RespectCollisionInASS \ +static_assert(alignof(UBANS_RespectCollisionInASS) == 0x000008, "Wrong alignment on UBANS_RespectCollisionInASS"); \ +static_assert(sizeof(UBANS_RespectCollisionInASS) == 0x000048, "Wrong size on UBANS_RespectCollisionInASS"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_ComboAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_ComboAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_ComboAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_ComboAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_ComboAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_ComboAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_ComboAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_ComboAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_ComboAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_ComboAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_ComboAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_ComboAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_ComboAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_ComboAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_ComboAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_ComboAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_ComboAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_ComboAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_ComboAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_ComboAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_ComboAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_ComboAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_ComboAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_ComboAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_ComboAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_ComboAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_ComboAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_ComboAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_ComboAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_ComboAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_ComboAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_ComboAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetStartNodeClass \ +static_assert(alignof(BED_ComboAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_ComboAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_ComboAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_ComboAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_ComboAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_ComboAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboAsset_GetViewType \ +static_assert(alignof(BED_ComboAsset_GetViewType) == 0x000001, "Wrong alignment on BED_ComboAsset_GetViewType"); \ +static_assert(sizeof(BED_ComboAsset_GetViewType) == 0x000001, "Wrong size on BED_ComboAsset_GetViewType"); \ +static_assert(offsetof(BED_ComboAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_ComboAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboAsset \ +static_assert(alignof(UBED_ComboAsset) == 0x000008, "Wrong alignment on UBED_ComboAsset"); \ +static_assert(sizeof(UBED_ComboAsset) == 0x0003F0, "Wrong size on UBED_ComboAsset"); \ + +#define DUMPER7_ASSERTS_BANS_SetCurveValueToHair_GetAnimNSType \ +static_assert(alignof(BANS_SetCurveValueToHair_GetAnimNSType) == 0x000001, "Wrong alignment on BANS_SetCurveValueToHair_GetAnimNSType"); \ +static_assert(sizeof(BANS_SetCurveValueToHair_GetAnimNSType) == 0x000001, "Wrong size on BANS_SetCurveValueToHair_GetAnimNSType"); \ +static_assert(offsetof(BANS_SetCurveValueToHair_GetAnimNSType, ReturnValue) == 0x000000, "Member 'BANS_SetCurveValueToHair_GetAnimNSType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_SetCurveValueToHair \ +static_assert(alignof(UBANS_SetCurveValueToHair) == 0x000008, "Wrong alignment on UBANS_SetCurveValueToHair"); \ +static_assert(sizeof(UBANS_SetCurveValueToHair) == 0x000070, "Wrong size on UBANS_SetCurveValueToHair"); \ +static_assert(offsetof(UBANS_SetCurveValueToHair, HairType) == 0x000049, "Member 'UBANS_SetCurveValueToHair::HairType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SetCurveValueToHair, HairCompTagList) == 0x000050, "Member 'UBANS_SetCurveValueToHair::HairCompTagList' has a wrong offset!"); \ +static_assert(offsetof(UBANS_SetCurveValueToHair, FloatCurveParamList) == 0x000060, "Member 'UBANS_SetCurveValueToHair::FloatCurveParamList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSReSetHoldShield_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSReSetHoldShield_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSReSetHoldShield_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSReSetHoldShield_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSReSetHoldShield_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSReSetHoldShield_GSValidateInputCS \ +static_assert(alignof(BAN_GSReSetHoldShield_GSValidateInputCS) == 0x000008, "Wrong alignment on BAN_GSReSetHoldShield_GSValidateInputCS"); \ +static_assert(sizeof(BAN_GSReSetHoldShield_GSValidateInputCS) == 0x000008, "Wrong size on BAN_GSReSetHoldShield_GSValidateInputCS"); \ +static_assert(offsetof(BAN_GSReSetHoldShield_GSValidateInputCS, Actor) == 0x000000, "Member 'BAN_GSReSetHoldShield_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSReSetHoldShield_GSNotifyCS \ +static_assert(alignof(BAN_GSReSetHoldShield_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSReSetHoldShield_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSReSetHoldShield_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSReSetHoldShield_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSReSetHoldShield_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSReSetHoldShield_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSReSetHoldShield \ +static_assert(alignof(UBAN_GSReSetHoldShield) == 0x000008, "Wrong alignment on UBAN_GSReSetHoldShield"); \ +static_assert(sizeof(UBAN_GSReSetHoldShield) == 0x000068, "Wrong size on UBAN_GSReSetHoldShield"); \ +static_assert(offsetof(UBAN_GSReSetHoldShield, ABPSetting) == 0x000058, "Member 'UBAN_GSReSetHoldShield::ABPSetting' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSReSetHoldShield, PartId) == 0x000060, "Member 'UBAN_GSReSetHoldShield::PartId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSlowIK_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSSlowIK_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSSlowIK_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSSlowIK_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSSlowIK_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSSlowIK_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSSlowIK_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSlowIK_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSSlowIK_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSlowIK_GSNotifyTickCS \ +static_assert(alignof(BANS_GSSlowIK_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSSlowIK_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSSlowIK_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSSlowIK_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSSlowIK_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSSlowIK_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSSlowIK_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSSlowIK_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSSlowIK_GSNotifyEndCS \ +static_assert(alignof(BANS_GSSlowIK_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSSlowIK_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSSlowIK_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSSlowIK_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSSlowIK_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSSlowIK_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSSlowIK \ +static_assert(alignof(UBANS_GSSlowIK) == 0x000008, "Wrong alignment on UBANS_GSSlowIK"); \ +static_assert(sizeof(UBANS_GSSlowIK) == 0x000058, "Wrong size on UBANS_GSSlowIK"); \ +static_assert(offsetof(UBANS_GSSlowIK, SlowIKType) == 0x000048, "Member 'UBANS_GSSlowIK::SlowIKType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSlowIK, SlowTime) == 0x00004C, "Member 'UBANS_GSSlowIK::SlowTime' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSlowIK, SlowTime_Crit) == 0x000050, "Member 'UBANS_GSSlowIK::SlowTime_Crit' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSSlowIK, ProtectGap) == 0x000054, "Member 'UBANS_GSSlowIK::ProtectGap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_SwicthMoveState_GSNotifyBeginCS \ +static_assert(alignof(BANS_SwicthMoveState_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_SwicthMoveState_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_SwicthMoveState_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_SwicthMoveState_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_SwicthMoveState_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_SwicthMoveState_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_SwicthMoveState_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_SwicthMoveState_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_SwicthMoveState_GSNotifyEndCS \ +static_assert(alignof(BANS_SwicthMoveState_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_SwicthMoveState_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_SwicthMoveState_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_SwicthMoveState_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_SwicthMoveState_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_SwicthMoveState_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_SwicthMoveState \ +static_assert(alignof(UBANS_SwicthMoveState) == 0x000008, "Wrong alignment on UBANS_SwicthMoveState"); \ +static_assert(sizeof(UBANS_SwicthMoveState) == 0x000050, "Wrong size on UBANS_SwicthMoveState"); \ +static_assert(offsetof(UBANS_SwicthMoveState, MovementMode) == 0x000048, "Member 'UBANS_SwicthMoveState::MovementMode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_ExitSkillCameraGroup \ +static_assert(alignof(UBAN_ExitSkillCameraGroup) == 0x000008, "Wrong alignment on UBAN_ExitSkillCameraGroup"); \ +static_assert(sizeof(UBAN_ExitSkillCameraGroup) == 0x000050, "Wrong size on UBAN_ExitSkillCameraGroup"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyle25CS \ +static_assert(alignof(UBI_TransStyle25CS) == 0x000008, "Wrong alignment on UBI_TransStyle25CS"); \ +static_assert(sizeof(UBI_TransStyle25CS) == 0x0003E0, "Wrong size on UBI_TransStyle25CS"); \ + +#define DUMPER7_ASSERTS_BANS_GSHandleBattleMessage_bIsNativeBranchingPointCS \ +static_assert(alignof(BANS_GSHandleBattleMessage_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BANS_GSHandleBattleMessage_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BANS_GSHandleBattleMessage_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BANS_GSHandleBattleMessage_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BANS_GSHandleBattleMessage_GSNotifyCS \ +static_assert(alignof(BANS_GSHandleBattleMessage_GSNotifyCS) == 0x000008, "Wrong alignment on BANS_GSHandleBattleMessage_GSNotifyCS"); \ +static_assert(sizeof(BANS_GSHandleBattleMessage_GSNotifyCS) == 0x000048, "Wrong size on BANS_GSHandleBattleMessage_GSNotifyCS"); \ +static_assert(offsetof(BANS_GSHandleBattleMessage_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BANS_GSHandleBattleMessage_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSHandleBattleMessage \ +static_assert(alignof(UBANS_GSHandleBattleMessage) == 0x000008, "Wrong alignment on UBANS_GSHandleBattleMessage"); \ +static_assert(sizeof(UBANS_GSHandleBattleMessage) == 0x000058, "Wrong size on UBANS_GSHandleBattleMessage"); \ +static_assert(offsetof(UBANS_GSHandleBattleMessage, BattleMessage) == 0x000050, "Member 'UBANS_GSHandleBattleMessage::BattleMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSNotifyBehaviorGraph_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSNotifyBehaviorGraph_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSNotifyBehaviorGraph_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSNotifyBehaviorGraph_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSNotifyBehaviorGraph_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSNotifyBehaviorGraph_GSNotifyCS \ +static_assert(alignof(BAN_GSNotifyBehaviorGraph_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSNotifyBehaviorGraph_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSNotifyBehaviorGraph_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSNotifyBehaviorGraph_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSNotifyBehaviorGraph_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSNotifyBehaviorGraph_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSNotifyBehaviorGraph \ +static_assert(alignof(UBAN_GSNotifyBehaviorGraph) == 0x000008, "Wrong alignment on UBAN_GSNotifyBehaviorGraph"); \ +static_assert(sizeof(UBAN_GSNotifyBehaviorGraph) == 0x000060, "Wrong size on UBAN_GSNotifyBehaviorGraph"); \ +static_assert(offsetof(UBAN_GSNotifyBehaviorGraph, NotifyTag) == 0x000050, "Member 'UBAN_GSNotifyBehaviorGraph::NotifyTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSSummonUnit_GSNotifyCS \ +static_assert(alignof(BAN_GSSummonUnit_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSummonUnit_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSummonUnit_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSummonUnit_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSummonUnit_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSummonUnit_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSummonUnit \ +static_assert(alignof(UBAN_GSSummonUnit) == 0x000008, "Wrong alignment on UBAN_GSSummonUnit"); \ +static_assert(sizeof(UBAN_GSSummonUnit) == 0x000068, "Wrong size on UBAN_GSSummonUnit"); \ +static_assert(offsetof(UBAN_GSSummonUnit, SummonID) == 0x000050, "Member 'UBAN_GSSummonUnit::SummonID' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSummonUnit, SummonPointIndex) == 0x000054, "Member 'UBAN_GSSummonUnit::SummonPointIndex' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSummonUnit, Command) == 0x000058, "Member 'UBAN_GSSummonUnit::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_ShowShrineMain_GSNotifyCS \ +static_assert(alignof(BAN_ShowShrineMain_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_ShowShrineMain_GSNotifyCS"); \ +static_assert(sizeof(BAN_ShowShrineMain_GSNotifyCS) == 0x000048, "Wrong size on BAN_ShowShrineMain_GSNotifyCS"); \ +static_assert(offsetof(BAN_ShowShrineMain_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_ShowShrineMain_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_ShowShrineMain \ +static_assert(alignof(UBAN_ShowShrineMain) == 0x000008, "Wrong alignment on UBAN_ShowShrineMain"); \ +static_assert(sizeof(UBAN_ShowShrineMain) == 0x000050, "Wrong size on UBAN_ShowShrineMain"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_FSMAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_FSMAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_FSMAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_FSMAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_FSMAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_FSMAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_FSMAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_FSMAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_FSMAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_FSMAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_FSMAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_FSMAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_FSMAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_FSMAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_FSMAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_FSMAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_FSMAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_FSMAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_FSMAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_FSMAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_FSMAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_FSMAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_FSMAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_FSMAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_FSMAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_FSMAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_FSMAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_FSMAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_FSMAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_FSMAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_FSMAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_FSMAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_FSMAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetStartNodeClass \ +static_assert(alignof(BED_FSMAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_FSMAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_FSMAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_FSMAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_FSMAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_FSMAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_FSMAsset_GetViewType \ +static_assert(alignof(BED_FSMAsset_GetViewType) == 0x000001, "Wrong alignment on BED_FSMAsset_GetViewType"); \ +static_assert(sizeof(BED_FSMAsset_GetViewType) == 0x000001, "Wrong size on BED_FSMAsset_GetViewType"); \ +static_assert(offsetof(BED_FSMAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_FSMAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_FSMAsset \ +static_assert(alignof(UBED_FSMAsset) == 0x000008, "Wrong alignment on UBED_FSMAsset"); \ +static_assert(sizeof(UBED_FSMAsset) == 0x0003F0, "Wrong size on UBED_FSMAsset"); \ + +#define DUMPER7_ASSERTS_BANS_SpawnFXByDispConfig_GSNotifyBeginCS \ +static_assert(alignof(BANS_SpawnFXByDispConfig_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_SpawnFXByDispConfig_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_SpawnFXByDispConfig_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_SpawnFXByDispConfig_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_SpawnFXByDispConfig_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_SpawnFXByDispConfig_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_SpawnFXByDispConfig_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_SpawnFXByDispConfig_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_SpawnFXByDispConfig_GSNotifyEndCS \ +static_assert(alignof(BANS_SpawnFXByDispConfig_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_SpawnFXByDispConfig_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_SpawnFXByDispConfig_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_SpawnFXByDispConfig_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_SpawnFXByDispConfig_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_SpawnFXByDispConfig_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_SpawnFXByDispConfig \ +static_assert(alignof(UBANS_SpawnFXByDispConfig) == 0x000008, "Wrong alignment on UBANS_SpawnFXByDispConfig"); \ +static_assert(sizeof(UBANS_SpawnFXByDispConfig) == 0x000050, "Wrong size on UBANS_SpawnFXByDispConfig"); \ +static_assert(offsetof(UBANS_SpawnFXByDispConfig, DispConfigDA) == 0x000048, "Member 'UBANS_SpawnFXByDispConfig::DispConfigDA' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GMDIYPanel \ +static_assert(alignof(UBUI_GMDIYPanel) == 0x000008, "Wrong alignment on UBUI_GMDIYPanel"); \ +static_assert(sizeof(UBUI_GMDIYPanel) == 0x0003E0, "Wrong size on UBUI_GMDIYPanel"); \ +static_assert(offsetof(UBUI_GMDIYPanel, CmdGroupTemp) == 0x0003D8, "Member 'UBUI_GMDIYPanel::CmdGroupTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_TriggerSkillCameraGroup_GSNotifyBeginCS \ +static_assert(alignof(BANS_TriggerSkillCameraGroup_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_TriggerSkillCameraGroup_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_TriggerSkillCameraGroup_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_TriggerSkillCameraGroup_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_TriggerSkillCameraGroup_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_TriggerSkillCameraGroup_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_TriggerSkillCameraGroup_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_TriggerSkillCameraGroup_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_TriggerSkillCameraGroup_GSNotifyEndCS \ +static_assert(alignof(BANS_TriggerSkillCameraGroup_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_TriggerSkillCameraGroup_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_TriggerSkillCameraGroup_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_TriggerSkillCameraGroup_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_TriggerSkillCameraGroup_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_TriggerSkillCameraGroup_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_TriggerSkillCameraGroup \ +static_assert(alignof(UBANS_TriggerSkillCameraGroup) == 0x000008, "Wrong alignment on UBANS_TriggerSkillCameraGroup"); \ +static_assert(sizeof(UBANS_TriggerSkillCameraGroup) == 0x000050, "Wrong size on UBANS_TriggerSkillCameraGroup"); \ +static_assert(offsetof(UBANS_TriggerSkillCameraGroup, CameraGroupId) == 0x000048, "Member 'UBANS_TriggerSkillCameraGroup::CameraGroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS \ +static_assert(alignof(BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_X2_PlayDBCDataAsset_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_X2_PlayDBCDataAsset_GSNotifyEndCS \ +static_assert(alignof(BANS_X2_PlayDBCDataAsset_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_X2_PlayDBCDataAsset_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_X2_PlayDBCDataAsset_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_X2_PlayDBCDataAsset_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_X2_PlayDBCDataAsset_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_X2_PlayDBCDataAsset_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_X2_PlayDBCDataAsset \ +static_assert(alignof(UBANS_X2_PlayDBCDataAsset) == 0x000008, "Wrong alignment on UBANS_X2_PlayDBCDataAsset"); \ +static_assert(sizeof(UBANS_X2_PlayDBCDataAsset) == 0x000068, "Wrong size on UBANS_X2_PlayDBCDataAsset"); \ +static_assert(offsetof(UBANS_X2_PlayDBCDataAsset, DataAsset) == 0x000050, "Member 'UBANS_X2_PlayDBCDataAsset::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_X2_PlayDBCDataAsset, MainSockNameIfDW) == 0x00005C, "Member 'UBANS_X2_PlayDBCDataAsset::MainSockNameIfDW' has a wrong offset!"); \ +static_assert(offsetof(UBANS_X2_PlayDBCDataAsset, DBC_Main) == 0x000064, "Member 'UBANS_X2_PlayDBCDataAsset::DBC_Main' has a wrong offset!"); \ +static_assert(offsetof(UBANS_X2_PlayDBCDataAsset, DBC_Minor) == 0x000065, "Member 'UBANS_X2_PlayDBCDataAsset::DBC_Minor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileViewDemoItemObject \ +static_assert(alignof(UTileViewDemoItemObject) == 0x000008, "Wrong alignment on UTileViewDemoItemObject"); \ +static_assert(sizeof(UTileViewDemoItemObject) == 0x000040, "Wrong size on UTileViewDemoItemObject"); \ +static_assert(offsetof(UTileViewDemoItemObject, skillImage) == 0x000028, "Member 'UTileViewDemoItemObject::skillImage' has a wrong offset!"); \ +static_assert(offsetof(UTileViewDemoItemObject, SkillName) == 0x000030, "Member 'UTileViewDemoItemObject::SkillName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSPlayActorSequence \ +static_assert(alignof(UBANS_GSPlayActorSequence) == 0x000008, "Wrong alignment on UBANS_GSPlayActorSequence"); \ +static_assert(sizeof(UBANS_GSPlayActorSequence) == 0x000048, "Wrong size on UBANS_GSPlayActorSequence"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttachDropItemToSocket_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttachDropItemToSocket_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttachDropItemToSocket_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttachDropItemToSocket_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttachDropItemToSocket_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttachDropItemToSocket_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttachDropItemToSocket_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttachDropItemToSocket_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttachDropItemToSocket_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttachDropItemToSocket_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttachDropItemToSocket_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttachDropItemToSocket_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttachDropItemToSocket_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttachDropItemToSocket_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttachDropItemToSocket_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttachDropItemToSocket_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttachDropItemToSocket \ +static_assert(alignof(UBANS_GSAttachDropItemToSocket) == 0x000008, "Wrong alignment on UBANS_GSAttachDropItemToSocket"); \ +static_assert(sizeof(UBANS_GSAttachDropItemToSocket) == 0x000088, "Wrong size on UBANS_GSAttachDropItemToSocket"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, ActorTag) == 0x000048, "Member 'UBANS_GSAttachDropItemToSocket::ActorTag' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, SocketName) == 0x000050, "Member 'UBANS_GSAttachDropItemToSocket::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, AttachmentLocationRule) == 0x000058, "Member 'UBANS_GSAttachDropItemToSocket::AttachmentLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, AttachmentRotationRule) == 0x00005C, "Member 'UBANS_GSAttachDropItemToSocket::AttachmentRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, AttachmentScaleRule) == 0x000060, "Member 'UBANS_GSAttachDropItemToSocket::AttachmentScaleRule' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, ScaleCurve) == 0x000068, "Member 'UBANS_GSAttachDropItemToSocket::ScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, CallBPFloatParam) == 0x000074, "Member 'UBANS_GSAttachDropItemToSocket::CallBPFloatParam' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, TriggerEffectDelay) == 0x00007C, "Member 'UBANS_GSAttachDropItemToSocket::TriggerEffectDelay' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttachDropItemToSocket, InteractItem) == 0x000080, "Member 'UBANS_GSAttachDropItemToSocket::InteractItem' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSReplaceDropItem_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSReplaceDropItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSReplaceDropItem_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSReplaceDropItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSReplaceDropItem_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSReplaceDropItem_GSNotifyCS \ +static_assert(alignof(BAN_GSReplaceDropItem_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSReplaceDropItem_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSReplaceDropItem_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSReplaceDropItem_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSReplaceDropItem_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSReplaceDropItem_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSReplaceDropItem \ +static_assert(alignof(UBAN_GSReplaceDropItem) == 0x000008, "Wrong alignment on UBAN_GSReplaceDropItem"); \ +static_assert(sizeof(UBAN_GSReplaceDropItem) == 0x0000B0, "Wrong size on UBAN_GSReplaceDropItem"); \ +static_assert(offsetof(UBAN_GSReplaceDropItem, WeaponIndexList) == 0x000050, "Member 'UBAN_GSReplaceDropItem::WeaponIndexList' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSReplaceDropItem, ReplacementLocationRule) == 0x0000A0, "Member 'UBAN_GSReplaceDropItem::ReplacementLocationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSReplaceDropItem, ReplacementRotationRule) == 0x0000A4, "Member 'UBAN_GSReplaceDropItem::ReplacementRotationRule' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSReplaceDropItem, ReplacementScaleRule) == 0x0000A8, "Member 'UBAN_GSReplaceDropItem::ReplacementScaleRule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSEndForcePerformance_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSEndForcePerformance_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSEndForcePerformance_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSEndForcePerformance_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSEndForcePerformance_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSEndForcePerformance_GSNotifyCS \ +static_assert(alignof(BAN_GSEndForcePerformance_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSEndForcePerformance_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSEndForcePerformance_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSEndForcePerformance_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSEndForcePerformance_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSEndForcePerformance_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSEndForcePerformance \ +static_assert(alignof(UBAN_GSEndForcePerformance) == 0x000008, "Wrong alignment on UBAN_GSEndForcePerformance"); \ +static_assert(sizeof(UBAN_GSEndForcePerformance) == 0x000050, "Wrong size on UBAN_GSEndForcePerformance"); \ + +#define DUMPER7_ASSERTS_UBUI_BattleMainCS \ +static_assert(alignof(UBUI_BattleMainCS) == 0x000008, "Wrong alignment on UBUI_BattleMainCS"); \ +static_assert(sizeof(UBUI_BattleMainCS) == 0x0003D8, "Wrong size on UBUI_BattleMainCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetSimpleState_GSNotifyCS \ +static_assert(alignof(BAN_GSSetSimpleState_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSetSimpleState_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSetSimpleState_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSetSimpleState_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSetSimpleState_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSetSimpleState_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSetSimpleState \ +static_assert(alignof(UBAN_GSSetSimpleState) == 0x000008, "Wrong alignment on UBAN_GSSetSimpleState"); \ +static_assert(sizeof(UBAN_GSSetSimpleState) == 0x000058, "Wrong size on UBAN_GSSetSimpleState"); \ +static_assert(offsetof(UBAN_GSSetSimpleState, SimpleState) == 0x000050, "Member 'UBAN_GSSetSimpleState::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_MagicFieldDebugInfo \ +static_assert(alignof(UBUI_MagicFieldDebugInfo) == 0x000008, "Wrong alignment on UBUI_MagicFieldDebugInfo"); \ +static_assert(sizeof(UBUI_MagicFieldDebugInfo) == 0x0003E8, "Wrong size on UBUI_MagicFieldDebugInfo"); \ + +#define DUMPER7_ASSERTS_BAN_GSAIJumpEnd_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSAIJumpEnd_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSAIJumpEnd_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSAIJumpEnd_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSAIJumpEnd_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSAIJumpEnd_GSNotifyCS \ +static_assert(alignof(BAN_GSAIJumpEnd_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSAIJumpEnd_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSAIJumpEnd_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSAIJumpEnd_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSAIJumpEnd_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSAIJumpEnd_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSAIJumpEnd \ +static_assert(alignof(UBAN_GSAIJumpEnd) == 0x000008, "Wrong alignment on UBAN_GSAIJumpEnd"); \ +static_assert(sizeof(UBAN_GSAIJumpEnd) == 0x000050, "Wrong size on UBAN_GSAIJumpEnd"); \ + +#define DUMPER7_ASSERTS_BAN_GSAkEvent_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSAkEvent_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSAkEvent_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSAkEvent_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSAkEvent_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSAkEvent_GetSoftReferences \ +static_assert(alignof(BAN_GSAkEvent_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_GSAkEvent_GetSoftReferences"); \ +static_assert(sizeof(BAN_GSAkEvent_GetSoftReferences) == 0x000010, "Wrong size on BAN_GSAkEvent_GetSoftReferences"); \ +static_assert(offsetof(BAN_GSAkEvent_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_GSAkEvent_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSAkEvent_GSNotifyCS \ +static_assert(alignof(BAN_GSAkEvent_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSAkEvent_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSAkEvent_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSAkEvent_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSAkEvent_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSAkEvent_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSAkEvent \ +static_assert(alignof(UBAN_GSAkEvent) == 0x000008, "Wrong alignment on UBAN_GSAkEvent"); \ +static_assert(sizeof(UBAN_GSAkEvent) == 0x0000D0, "Wrong size on UBAN_GSAkEvent"); \ +static_assert(offsetof(UBAN_GSAkEvent, AttachPointName) == 0x000058, "Member 'UBAN_GSAkEvent::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAkEvent, AkEvent) == 0x000068, "Member 'UBAN_GSAkEvent::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAkEvent, AkStopEvent) == 0x000090, "Member 'UBAN_GSAkEvent::AkStopEvent' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAkEvent, EventName) == 0x0000C0, "Member 'UBAN_GSAkEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_CutDeathDataComp \ +static_assert(alignof(UBUS_CutDeathDataComp) == 0x000008, "Wrong alignment on UBUS_CutDeathDataComp"); \ +static_assert(sizeof(UBUS_CutDeathDataComp) == 0x0000D0, "Wrong size on UBUS_CutDeathDataComp"); \ + +#define DUMPER7_ASSERTS_UBI_DropItemCS \ +static_assert(alignof(UBI_DropItemCS) == 0x000008, "Wrong alignment on UBI_DropItemCS"); \ +static_assert(sizeof(UBI_DropItemCS) == 0x0003D8, "Wrong size on UBI_DropItemCS"); \ + +#define DUMPER7_ASSERTS_BANS_GSCallMultiPointsRegister_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSCallMultiPointsRegister_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSCallMultiPointsRegister_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSCallMultiPointsRegister_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSCallMultiPointsRegister_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSCallMultiPointsRegister_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSCallMultiPointsRegister_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSCallMultiPointsRegister_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSCallMultiPointsRegister_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSCallMultiPointsRegister \ +static_assert(alignof(UBANS_GSCallMultiPointsRegister) == 0x000008, "Wrong alignment on UBANS_GSCallMultiPointsRegister"); \ +static_assert(sizeof(UBANS_GSCallMultiPointsRegister) == 0x000058, "Wrong size on UBANS_GSCallMultiPointsRegister"); \ +static_assert(offsetof(UBANS_GSCallMultiPointsRegister, ReqList) == 0x000048, "Member 'UBANS_GSCallMultiPointsRegister::ReqList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSIncreaseChargeLevel_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSIncreaseChargeLevel_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSIncreaseChargeLevel_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSIncreaseChargeLevel_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSIncreaseChargeLevel_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSIncreaseChargeLevel_GSNotifyCS \ +static_assert(alignof(BAN_GSIncreaseChargeLevel_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSIncreaseChargeLevel_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSIncreaseChargeLevel_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSIncreaseChargeLevel_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSIncreaseChargeLevel_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSIncreaseChargeLevel_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSIncreaseChargeLevel \ +static_assert(alignof(UBAN_GSIncreaseChargeLevel) == 0x000008, "Wrong alignment on UBAN_GSIncreaseChargeLevel"); \ +static_assert(sizeof(UBAN_GSIncreaseChargeLevel) == 0x000058, "Wrong size on UBAN_GSIncreaseChargeLevel"); \ +static_assert(offsetof(UBAN_GSIncreaseChargeLevel, IncreaseValue) == 0x000050, "Member 'UBAN_GSIncreaseChargeLevel::IncreaseValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGU_CharacterAI \ +static_assert(alignof(ABGU_CharacterAI) == 0x000010, "Wrong alignment on ABGU_CharacterAI"); \ +static_assert(sizeof(ABGU_CharacterAI) == 0x000900, "Wrong size on ABGU_CharacterAI"); \ +static_assert(offsetof(ABGU_CharacterAI, GuidComp) == 0x0008E8, "Member 'ABGU_CharacterAI::GuidComp' has a wrong offset!"); \ +static_assert(offsetof(ABGU_CharacterAI, ConfigInfoComp) == 0x0008F0, "Member 'ABGU_CharacterAI::ConfigInfoComp' has a wrong offset!"); \ +static_assert(offsetof(ABGU_CharacterAI, ExtendConfigComp) == 0x0008F8, "Member 'ABGU_CharacterAI::ExtendConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSLaunchCharacter_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSLaunchCharacter_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSLaunchCharacter_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSLaunchCharacter_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSLaunchCharacter_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSLaunchCharacter_GSNotifyCS \ +static_assert(alignof(BAN_GSLaunchCharacter_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSLaunchCharacter_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSLaunchCharacter_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSLaunchCharacter_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSLaunchCharacter_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSLaunchCharacter_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSLaunchCharacter \ +static_assert(alignof(UBAN_GSLaunchCharacter) == 0x000008, "Wrong alignment on UBAN_GSLaunchCharacter"); \ +static_assert(sizeof(UBAN_GSLaunchCharacter) == 0x000070, "Wrong size on UBAN_GSLaunchCharacter"); \ +static_assert(offsetof(UBAN_GSLaunchCharacter, LaunchVelocity) == 0x000050, "Member 'UBAN_GSLaunchCharacter::LaunchVelocity' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSAwakePartner_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSAwakePartner_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSAwakePartner_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSAwakePartner_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSAwakePartner_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSAwakePartner_GSNotifyCS \ +static_assert(alignof(BAN_GSAwakePartner_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSAwakePartner_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSAwakePartner_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSAwakePartner_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSAwakePartner_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSAwakePartner_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSAwakePartner \ +static_assert(alignof(UBAN_GSAwakePartner) == 0x000008, "Wrong alignment on UBAN_GSAwakePartner"); \ +static_assert(sizeof(UBAN_GSAwakePartner) == 0x000078, "Wrong size on UBAN_GSAwakePartner"); \ +static_assert(offsetof(UBAN_GSAwakePartner, PartnerFilter) == 0x000050, "Member 'UBAN_GSAwakePartner::PartnerFilter' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAwakePartner, ResIDList) == 0x000058, "Member 'UBAN_GSAwakePartner::ResIDList' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAwakePartner, CircleRadius) == 0x00006C, "Member 'UBAN_GSAwakePartner::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAwakePartner, Height_Up) == 0x000070, "Member 'UBAN_GSAwakePartner::Height_Up' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSAwakePartner, Height_Down) == 0x000074, "Member 'UBAN_GSAwakePartner::Height_Down' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSB1SpawnDecalActor_GSNotifyCS \ +static_assert(alignof(BAN_GSB1SpawnDecalActor_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSB1SpawnDecalActor_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSB1SpawnDecalActor_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSB1SpawnDecalActor_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSB1SpawnDecalActor_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSB1SpawnDecalActor_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSB1SpawnDecalActor \ +static_assert(alignof(UBAN_GSB1SpawnDecalActor) == 0x000008, "Wrong alignment on UBAN_GSB1SpawnDecalActor"); \ +static_assert(sizeof(UBAN_GSB1SpawnDecalActor) == 0x000078, "Wrong size on UBAN_GSB1SpawnDecalActor"); \ +static_assert(offsetof(UBAN_GSB1SpawnDecalActor, DecalActorClass) == 0x000050, "Member 'UBAN_GSB1SpawnDecalActor::DecalActorClass' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSB1SpawnDecalActor, SocketName) == 0x000058, "Member 'UBAN_GSB1SpawnDecalActor::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSB1SpawnDecalActor, SpawnPosOffset) == 0x000060, "Member 'UBAN_GSB1SpawnDecalActor::SpawnPosOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSCallMasterUseSkill_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSCallMasterUseSkill_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSCallMasterUseSkill_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSCallMasterUseSkill_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSCallMasterUseSkill_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSCallMasterUseSkill_GSNotifyCS \ +static_assert(alignof(BAN_GSCallMasterUseSkill_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSCallMasterUseSkill_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSCallMasterUseSkill_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSCallMasterUseSkill_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSCallMasterUseSkill_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSCallMasterUseSkill_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSCallMasterUseSkill \ +static_assert(alignof(UBAN_GSCallMasterUseSkill) == 0x000008, "Wrong alignment on UBAN_GSCallMasterUseSkill"); \ +static_assert(sizeof(UBAN_GSCallMasterUseSkill) == 0x000058, "Wrong size on UBAN_GSCallMasterUseSkill"); \ +static_assert(offsetof(UBAN_GSCallMasterUseSkill, MasterSkillID) == 0x000050, "Member 'UBAN_GSCallMasterUseSkill::MasterSkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSClearComboKeyCache_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSClearComboKeyCache_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSClearComboKeyCache_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSClearComboKeyCache_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSClearComboKeyCache_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSClearComboKeyCache_GSNotifyCS \ +static_assert(alignof(BAN_GSClearComboKeyCache_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSClearComboKeyCache_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSClearComboKeyCache_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSClearComboKeyCache_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSClearComboKeyCache_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSClearComboKeyCache_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSClearComboKeyCache \ +static_assert(alignof(UBAN_GSClearComboKeyCache) == 0x000008, "Wrong alignment on UBAN_GSClearComboKeyCache"); \ +static_assert(sizeof(UBAN_GSClearComboKeyCache) == 0x000050, "Wrong size on UBAN_GSClearComboKeyCache"); \ + +#define DUMPER7_ASSERTS_BAN_GSDestroyFXCompByTag_GSNotifyCS \ +static_assert(alignof(BAN_GSDestroyFXCompByTag_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSDestroyFXCompByTag_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSDestroyFXCompByTag_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSDestroyFXCompByTag_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSDestroyFXCompByTag_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSDestroyFXCompByTag_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSDestroyFXCompByTag \ +static_assert(alignof(UBAN_GSDestroyFXCompByTag) == 0x000008, "Wrong alignment on UBAN_GSDestroyFXCompByTag"); \ +static_assert(sizeof(UBAN_GSDestroyFXCompByTag) == 0x000060, "Wrong size on UBAN_GSDestroyFXCompByTag"); \ +static_assert(offsetof(UBAN_GSDestroyFXCompByTag, CompTag) == 0x000054, "Member 'UBAN_GSDestroyFXCompByTag::CompTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSDestroyProjectileByID_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSDestroyProjectileByID_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSDestroyProjectileByID_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSDestroyProjectileByID_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSDestroyProjectileByID_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSDestroyProjectileByID_GSNotifyCS \ +static_assert(alignof(BAN_GSDestroyProjectileByID_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSDestroyProjectileByID_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSDestroyProjectileByID_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSDestroyProjectileByID_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSDestroyProjectileByID_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSDestroyProjectileByID_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSDestroyProjectileByID \ +static_assert(alignof(UBAN_GSDestroyProjectileByID) == 0x000008, "Wrong alignment on UBAN_GSDestroyProjectileByID"); \ +static_assert(sizeof(UBAN_GSDestroyProjectileByID) == 0x000060, "Wrong size on UBAN_GSDestroyProjectileByID"); \ +static_assert(offsetof(UBAN_GSDestroyProjectileByID, ProjetcileIDList) == 0x000050, "Member 'UBAN_GSDestroyProjectileByID::ProjetcileIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSEnableAIPerception_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSEnableAIPerception_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSEnableAIPerception_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSEnableAIPerception_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSEnableAIPerception_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSEnableAIPerception_GSNotifyCS \ +static_assert(alignof(BAN_GSEnableAIPerception_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSEnableAIPerception_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSEnableAIPerception_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSEnableAIPerception_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSEnableAIPerception_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSEnableAIPerception_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSEnableAIPerception \ +static_assert(alignof(UBAN_GSEnableAIPerception) == 0x000008, "Wrong alignment on UBAN_GSEnableAIPerception"); \ +static_assert(sizeof(UBAN_GSEnableAIPerception) == 0x000058, "Wrong size on UBAN_GSEnableAIPerception"); \ + +#define DUMPER7_ASSERTS_AnimNotifyState_GSFootSlide_GSNotifyBeginCS \ +static_assert(alignof(AnimNotifyState_GSFootSlide_GSNotifyBeginCS) == 0x000008, "Wrong alignment on AnimNotifyState_GSFootSlide_GSNotifyBeginCS"); \ +static_assert(sizeof(AnimNotifyState_GSFootSlide_GSNotifyBeginCS) == 0x000050, "Wrong size on AnimNotifyState_GSFootSlide_GSNotifyBeginCS"); \ +static_assert(offsetof(AnimNotifyState_GSFootSlide_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'AnimNotifyState_GSFootSlide_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(AnimNotifyState_GSFootSlide_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'AnimNotifyState_GSFootSlide_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAnimNotifyState_GSFootSlide \ +static_assert(alignof(UAnimNotifyState_GSFootSlide) == 0x000008, "Wrong alignment on UAnimNotifyState_GSFootSlide"); \ +static_assert(sizeof(UAnimNotifyState_GSFootSlide) == 0x000048, "Wrong size on UAnimNotifyState_GSFootSlide"); \ + +#define DUMPER7_ASSERTS_BAN_GSGhost_GSNotifyCS \ +static_assert(alignof(BAN_GSGhost_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSGhost_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSGhost_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSGhost_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSGhost_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSGhost_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSGhost \ +static_assert(alignof(UBAN_GSGhost) == 0x000008, "Wrong alignment on UBAN_GSGhost"); \ +static_assert(sizeof(UBAN_GSGhost) == 0x000060, "Wrong size on UBAN_GSGhost"); \ +static_assert(offsetof(UBAN_GSGhost, GhostSettings) == 0x000050, "Member 'UBAN_GSGhost::GhostSettings' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSGhost, MontageToMapTo) == 0x000058, "Member 'UBAN_GSGhost::MontageToMapTo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSMontageJumpToSectionByCondition_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSMontageJumpToSectionByCondition_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSMontageJumpToSectionByCondition_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSMontageJumpToSectionByCondition_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSMontageJumpToSectionByCondition_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSMontageJumpToSectionByCondition_GetJumpableSectionPrefix \ +static_assert(alignof(BAN_GSMontageJumpToSectionByCondition_GetJumpableSectionPrefix) == 0x000008, "Wrong alignment on BAN_GSMontageJumpToSectionByCondition_GetJumpableSectionPrefix"); \ +static_assert(sizeof(BAN_GSMontageJumpToSectionByCondition_GetJumpableSectionPrefix) == 0x000010, "Wrong size on BAN_GSMontageJumpToSectionByCondition_GetJumpableSectionPrefix"); \ +static_assert(offsetof(BAN_GSMontageJumpToSectionByCondition_GetJumpableSectionPrefix, ReturnValue) == 0x000000, "Member 'BAN_GSMontageJumpToSectionByCondition_GetJumpableSectionPrefix::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSMontageJumpToSectionByCondition_GetAnimNType \ +static_assert(alignof(BAN_GSMontageJumpToSectionByCondition_GetAnimNType) == 0x000001, "Wrong alignment on BAN_GSMontageJumpToSectionByCondition_GetAnimNType"); \ +static_assert(sizeof(BAN_GSMontageJumpToSectionByCondition_GetAnimNType) == 0x000001, "Wrong size on BAN_GSMontageJumpToSectionByCondition_GetAnimNType"); \ +static_assert(offsetof(BAN_GSMontageJumpToSectionByCondition_GetAnimNType, ReturnValue) == 0x000000, "Member 'BAN_GSMontageJumpToSectionByCondition_GetAnimNType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSMontageJumpToSectionByCondition_GSNotifyCS \ +static_assert(alignof(BAN_GSMontageJumpToSectionByCondition_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSMontageJumpToSectionByCondition_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSMontageJumpToSectionByCondition_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSMontageJumpToSectionByCondition_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSMontageJumpToSectionByCondition_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSMontageJumpToSectionByCondition_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSMontageJumpToSectionByCondition \ +static_assert(alignof(UBAN_GSMontageJumpToSectionByCondition) == 0x000008, "Wrong alignment on UBAN_GSMontageJumpToSectionByCondition"); \ +static_assert(sizeof(UBAN_GSMontageJumpToSectionByCondition) == 0x000080, "Wrong size on UBAN_GSMontageJumpToSectionByCondition"); \ +static_assert(offsetof(UBAN_GSMontageJumpToSectionByCondition, JumpSectionConditionType) == 0x000050, "Member 'UBAN_GSMontageJumpToSectionByCondition::JumpSectionConditionType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSMontageJumpToSectionByCondition, JumpToSectionName) == 0x000054, "Member 'UBAN_GSMontageJumpToSectionByCondition::JumpToSectionName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSMontageJumpToSectionByCondition, JumpToSectionNameList) == 0x000060, "Member 'UBAN_GSMontageJumpToSectionByCondition::JumpToSectionNameList' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSMontageJumpToSectionByCondition, JumpableSectionPrefix) == 0x000070, "Member 'UBAN_GSMontageJumpToSectionByCondition::JumpableSectionPrefix' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayAtkFXOnGround_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayAtkFXOnGround_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayAtkFXOnGround_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayAtkFXOnGround_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayAtkFXOnGround_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayAtkFXOnGround_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayAtkFXOnGround_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayAtkFXOnGround \ +static_assert(alignof(UBAN_GSPlayAtkFXOnGround) == 0x000008, "Wrong alignment on UBAN_GSPlayAtkFXOnGround"); \ +static_assert(sizeof(UBAN_GSPlayAtkFXOnGround) == 0x000088, "Wrong size on UBAN_GSPlayAtkFXOnGround"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, AtkFXOnGroundTypeList) == 0x000050, "Member 'UBAN_GSPlayAtkFXOnGround::AtkFXOnGroundTypeList' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, HitFXRadiusMin) == 0x000060, "Member 'UBAN_GSPlayAtkFXOnGround::HitFXRadiusMin' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, HitFXRadiusMax) == 0x000064, "Member 'UBAN_GSPlayAtkFXOnGround::HitFXRadiusMax' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, HitFXRadiusExpandTime) == 0x000068, "Member 'UBAN_GSPlayAtkFXOnGround::HitFXRadiusExpandTime' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, SocketName) == 0x00006C, "Member 'UBAN_GSPlayAtkFXOnGround::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, SlopeSamplingRadiuseRadius) == 0x000074, "Member 'UBAN_GSPlayAtkFXOnGround::SlopeSamplingRadiuseRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, SurfaceSamplingRadius) == 0x000078, "Member 'UBAN_GSPlayAtkFXOnGround::SurfaceSamplingRadius' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, LineTraceHeight) == 0x00007C, "Member 'UBAN_GSPlayAtkFXOnGround::LineTraceHeight' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayAtkFXOnGround, SkillEffectID) == 0x000080, "Member 'UBAN_GSPlayAtkFXOnGround::SkillEffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayBeamFX_GetSoftReferences \ +static_assert(alignof(BAN_GSPlayBeamFX_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_GSPlayBeamFX_GetSoftReferences"); \ +static_assert(sizeof(BAN_GSPlayBeamFX_GetSoftReferences) == 0x000010, "Wrong size on BAN_GSPlayBeamFX_GetSoftReferences"); \ +static_assert(offsetof(BAN_GSPlayBeamFX_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_GSPlayBeamFX_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayBeamFX_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayBeamFX_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayBeamFX_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayBeamFX_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayBeamFX_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayBeamFX_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayBeamFX_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayBeamFX \ +static_assert(alignof(UBAN_GSPlayBeamFX) == 0x000008, "Wrong alignment on UBAN_GSPlayBeamFX"); \ +static_assert(sizeof(UBAN_GSPlayBeamFX) == 0x0000C0, "Wrong size on UBAN_GSPlayBeamFX"); \ +static_assert(offsetof(UBAN_GSPlayBeamFX, BeamFXSetting) == 0x000050, "Member 'UBAN_GSPlayBeamFX::BeamFXSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayDummyAnim_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSPlayDummyAnim_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSPlayDummyAnim_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSPlayDummyAnim_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSPlayDummyAnim_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayDummyAnim_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayDummyAnim_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayDummyAnim_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayDummyAnim_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayDummyAnim_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayDummyAnim_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayDummyAnim_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayDummyAnim \ +static_assert(alignof(UBAN_GSPlayDummyAnim) == 0x000008, "Wrong alignment on UBAN_GSPlayDummyAnim"); \ +static_assert(sizeof(UBAN_GSPlayDummyAnim) == 0x000068, "Wrong size on UBAN_GSPlayDummyAnim"); \ +static_assert(offsetof(UBAN_GSPlayDummyAnim, AnimSeq) == 0x000050, "Member 'UBAN_GSPlayDummyAnim::AnimSeq' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSPlayDummyAnim, DummySKMeshCompTag) == 0x00005C, "Member 'UBAN_GSPlayDummyAnim::DummySKMeshCompTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlaySequence_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSPlaySequence_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSPlaySequence_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSPlaySequence_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSPlaySequence_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlaySequence_GetSoftReferences \ +static_assert(alignof(BAN_GSPlaySequence_GetSoftReferences) == 0x000008, "Wrong alignment on BAN_GSPlaySequence_GetSoftReferences"); \ +static_assert(sizeof(BAN_GSPlaySequence_GetSoftReferences) == 0x000010, "Wrong size on BAN_GSPlaySequence_GetSoftReferences"); \ +static_assert(offsetof(BAN_GSPlaySequence_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BAN_GSPlaySequence_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlaySequence_GSNotifyCS \ +static_assert(alignof(BAN_GSPlaySequence_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlaySequence_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlaySequence_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlaySequence_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlaySequence_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlaySequence_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlaySequence \ +static_assert(alignof(UBAN_GSPlaySequence) == 0x000008, "Wrong alignment on UBAN_GSPlaySequence"); \ +static_assert(sizeof(UBAN_GSPlaySequence) == 0x000078, "Wrong size on UBAN_GSPlaySequence"); \ +static_assert(offsetof(UBAN_GSPlaySequence, LevelSequence) == 0x000050, "Member 'UBAN_GSPlaySequence::LevelSequence' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayerJump_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSPlayerJump_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSPlayerJump_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSPlayerJump_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSPlayerJump_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSPlayerJump_GSNotifyCS \ +static_assert(alignof(BAN_GSPlayerJump_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSPlayerJump_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSPlayerJump_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSPlayerJump_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSPlayerJump_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSPlayerJump_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSPlayerJump \ +static_assert(alignof(UBAN_GSPlayerJump) == 0x000008, "Wrong alignment on UBAN_GSPlayerJump"); \ +static_assert(sizeof(UBAN_GSPlayerJump) == 0x000050, "Wrong size on UBAN_GSPlayerJump"); \ + +#define DUMPER7_ASSERTS_BAN_GSQTEDecHP_GSNotifyCS \ +static_assert(alignof(BAN_GSQTEDecHP_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSQTEDecHP_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSQTEDecHP_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSQTEDecHP_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSQTEDecHP_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSQTEDecHP_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSQTEDecHP \ +static_assert(alignof(UBAN_GSQTEDecHP) == 0x000008, "Wrong alignment on UBAN_GSQTEDecHP"); \ +static_assert(sizeof(UBAN_GSQTEDecHP) == 0x000058, "Wrong size on UBAN_GSQTEDecHP"); \ +static_assert(offsetof(UBAN_GSQTEDecHP, DecHPPercent) == 0x000050, "Member 'UBAN_GSQTEDecHP::DecHPPercent' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSQTEDecHP, bIsDecToZero) == 0x000054, "Member 'UBAN_GSQTEDecHP::bIsDecToZero' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSQTESceneNotify_GSNotifyCS \ +static_assert(alignof(BAN_GSQTESceneNotify_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSQTESceneNotify_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSQTESceneNotify_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSQTESceneNotify_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSQTESceneNotify_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSQTESceneNotify_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSQTESceneNotify \ +static_assert(alignof(UBAN_GSQTESceneNotify) == 0x000008, "Wrong alignment on UBAN_GSQTESceneNotify"); \ +static_assert(sizeof(UBAN_GSQTESceneNotify) == 0x000050, "Wrong size on UBAN_GSQTESceneNotify"); \ + +#define DUMPER7_ASSERTS_BAN_GSRagDoll_GSNotifyCS \ +static_assert(alignof(BAN_GSRagDoll_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSRagDoll_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSRagDoll_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSRagDoll_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSRagDoll_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSRagDoll_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSRagDoll \ +static_assert(alignof(UBAN_GSRagDoll) == 0x000008, "Wrong alignment on UBAN_GSRagDoll"); \ +static_assert(sizeof(UBAN_GSRagDoll) == 0x000050, "Wrong size on UBAN_GSRagDoll"); \ + +#define DUMPER7_ASSERTS_BAN_GSRemoveSceneItemData_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSRemoveSceneItemData_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSRemoveSceneItemData_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSRemoveSceneItemData_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSRemoveSceneItemData_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSRemoveSceneItemData_GSNotifyCS \ +static_assert(alignof(BAN_GSRemoveSceneItemData_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSRemoveSceneItemData_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSRemoveSceneItemData_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSRemoveSceneItemData_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSRemoveSceneItemData_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSRemoveSceneItemData_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSRemoveSceneItemData \ +static_assert(alignof(UBAN_GSRemoveSceneItemData) == 0x000008, "Wrong alignment on UBAN_GSRemoveSceneItemData"); \ +static_assert(sizeof(UBAN_GSRemoveSceneItemData) == 0x000050, "Wrong size on UBAN_GSRemoveSceneItemData"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetActorScale_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSSetActorScale_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSSetActorScale_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSSetActorScale_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSSetActorScale_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetActorScale_GSNotifyCS \ +static_assert(alignof(BAN_GSSetActorScale_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSetActorScale_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSetActorScale_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSetActorScale_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSetActorScale_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSetActorScale_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSetActorScale \ +static_assert(alignof(UBAN_GSSetActorScale) == 0x000008, "Wrong alignment on UBAN_GSSetActorScale"); \ +static_assert(sizeof(UBAN_GSSetActorScale) == 0x000068, "Wrong size on UBAN_GSSetActorScale"); \ +static_assert(offsetof(UBAN_GSSetActorScale, Scale) == 0x000050, "Member 'UBAN_GSSetActorScale::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetCachePoint_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSSetCachePoint_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSSetCachePoint_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSSetCachePoint_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSSetCachePoint_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetCachePoint_GSNotifyCS \ +static_assert(alignof(BAN_GSSetCachePoint_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSetCachePoint_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSetCachePoint_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSetCachePoint_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSetCachePoint_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSetCachePoint_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSetCachePoint \ +static_assert(alignof(UBAN_GSSetCachePoint) == 0x000008, "Wrong alignment on UBAN_GSSetCachePoint"); \ +static_assert(sizeof(UBAN_GSSetCachePoint) == 0x000058, "Wrong size on UBAN_GSSetCachePoint"); \ +static_assert(offsetof(UBAN_GSSetCachePoint, Forward) == 0x000050, "Member 'UBAN_GSSetCachePoint::Forward' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSetCachePoint, TempDataID) == 0x000054, "Member 'UBAN_GSSetCachePoint::TempDataID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSSetCustomDepthStencil_GSNotifyCS \ +static_assert(alignof(BAN_GSSetCustomDepthStencil_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSetCustomDepthStencil_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSetCustomDepthStencil_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSetCustomDepthStencil_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSetCustomDepthStencil_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSetCustomDepthStencil_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSetCustomDepthStencil \ +static_assert(alignof(UBAN_GSSetCustomDepthStencil) == 0x000008, "Wrong alignment on UBAN_GSSetCustomDepthStencil"); \ +static_assert(sizeof(UBAN_GSSetCustomDepthStencil) == 0x000058, "Wrong size on UBAN_GSSetCustomDepthStencil"); \ +static_assert(offsetof(UBAN_GSSetCustomDepthStencil, CustomDepthStencilValue) == 0x000054, "Member 'UBAN_GSSetCustomDepthStencil::CustomDepthStencilValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSRebirthPointInteract_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSRebirthPointInteract_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSRebirthPointInteract_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSRebirthPointInteract_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSRebirthPointInteract_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSRebirthPointInteract_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSRebirthPointInteract_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSRebirthPointInteract_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSRebirthPointInteract_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSRebirthPointInteract_GSNotifyTickCS \ +static_assert(alignof(BANS_GSRebirthPointInteract_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSRebirthPointInteract_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSRebirthPointInteract_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSRebirthPointInteract_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSRebirthPointInteract_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSRebirthPointInteract_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSRebirthPointInteract_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSRebirthPointInteract_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSRebirthPointInteract_GSNotifyEndCS \ +static_assert(alignof(BANS_GSRebirthPointInteract_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSRebirthPointInteract_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSRebirthPointInteract_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSRebirthPointInteract_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSRebirthPointInteract_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSRebirthPointInteract_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSRebirthPointInteract \ +static_assert(alignof(UBANS_GSRebirthPointInteract) == 0x000008, "Wrong alignment on UBANS_GSRebirthPointInteract"); \ +static_assert(sizeof(UBANS_GSRebirthPointInteract) == 0x000078, "Wrong size on UBANS_GSRebirthPointInteract"); \ +static_assert(offsetof(UBANS_GSRebirthPointInteract, AttachToSocket) == 0x00004C, "Member 'UBANS_GSRebirthPointInteract::AttachToSocket' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSRebirthPointInteract, Actor) == 0x000058, "Member 'UBANS_GSRebirthPointInteract::Actor' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSRebirthPointInteract, AttachToOtherSocket) == 0x000064, "Member 'UBANS_GSRebirthPointInteract::AttachToOtherSocket' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSRebirthPointInteract, AttachToOtherActorTag) == 0x00006C, "Member 'UBANS_GSRebirthPointInteract::AttachToOtherActorTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSSpawnLightningActor_GSNotifyCS \ +static_assert(alignof(BAN_GSSpawnLightningActor_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSpawnLightningActor_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSpawnLightningActor_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSpawnLightningActor_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSpawnLightningActor_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSpawnLightningActor_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSpawnLightningActor \ +static_assert(alignof(UBAN_GSSpawnLightningActor) == 0x000008, "Wrong alignment on UBAN_GSSpawnLightningActor"); \ +static_assert(sizeof(UBAN_GSSpawnLightningActor) == 0x000068, "Wrong size on UBAN_GSSpawnLightningActor"); \ +static_assert(offsetof(UBAN_GSSpawnLightningActor, LightningFXActorClass) == 0x000050, "Member 'UBAN_GSSpawnLightningActor::LightningFXActorClass' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSpawnLightningActor, SocketName) == 0x000058, "Member 'UBAN_GSSpawnLightningActor::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSSpawnSceneItem_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSSpawnSceneItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSSpawnSceneItem_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSSpawnSceneItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSSpawnSceneItem_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSpawnSceneItem_GSNotifyCS \ +static_assert(alignof(BAN_GSSpawnSceneItem_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSpawnSceneItem_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSpawnSceneItem_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSpawnSceneItem_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSpawnSceneItem_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSpawnSceneItem_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSpawnSceneItem \ +static_assert(alignof(UBAN_GSSpawnSceneItem) == 0x000008, "Wrong alignment on UBAN_GSSpawnSceneItem"); \ +static_assert(sizeof(UBAN_GSSpawnSceneItem) == 0x000060, "Wrong size on UBAN_GSSpawnSceneItem"); \ +static_assert(offsetof(UBAN_GSSpawnSceneItem, SceneItemTag) == 0x000050, "Member 'UBAN_GSSpawnSceneItem::SceneItemTag' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSpawnSceneItem, SocketName) == 0x000058, "Member 'UBAN_GSSpawnSceneItem::SocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSSplineFlyMove_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSSplineFlyMove_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSSplineFlyMove_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSSplineFlyMove_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSSplineFlyMove_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSSplineFlyMove_GSNotifyCS \ +static_assert(alignof(BAN_GSSplineFlyMove_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSSplineFlyMove_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSSplineFlyMove_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSSplineFlyMove_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSSplineFlyMove_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSSplineFlyMove_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSSplineFlyMove \ +static_assert(alignof(UBAN_GSSplineFlyMove) == 0x000008, "Wrong alignment on UBAN_GSSplineFlyMove"); \ +static_assert(sizeof(UBAN_GSSplineFlyMove) == 0x000060, "Wrong size on UBAN_GSSplineFlyMove"); \ +static_assert(offsetof(UBAN_GSSplineFlyMove, SpeedRateType) == 0x000051, "Member 'UBAN_GSSplineFlyMove::SpeedRateType' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSplineFlyMove, TraceVelocityCameraSpeedRate) == 0x000054, "Member 'UBAN_GSSplineFlyMove::TraceVelocityCameraSpeedRate' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSSplineFlyMove, SplineActorTag) == 0x000058, "Member 'UBAN_GSSplineFlyMove::SplineActorTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerChargeSkill_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTriggerChargeSkill_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTriggerChargeSkill_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTriggerChargeSkill_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTriggerChargeSkill_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerChargeSkill_GSValidateInputCS \ +static_assert(alignof(BAN_GSTriggerChargeSkill_GSValidateInputCS) == 0x000008, "Wrong alignment on BAN_GSTriggerChargeSkill_GSValidateInputCS"); \ +static_assert(sizeof(BAN_GSTriggerChargeSkill_GSValidateInputCS) == 0x000008, "Wrong size on BAN_GSTriggerChargeSkill_GSValidateInputCS"); \ +static_assert(offsetof(BAN_GSTriggerChargeSkill_GSValidateInputCS, Actor) == 0x000000, "Member 'BAN_GSTriggerChargeSkill_GSValidateInputCS::Actor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerChargeSkill_GSNotifyCS \ +static_assert(alignof(BAN_GSTriggerChargeSkill_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTriggerChargeSkill_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTriggerChargeSkill_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTriggerChargeSkill_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTriggerChargeSkill_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTriggerChargeSkill_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTriggerChargeSkill \ +static_assert(alignof(UBAN_GSTriggerChargeSkill) == 0x000008, "Wrong alignment on UBAN_GSTriggerChargeSkill"); \ +static_assert(sizeof(UBAN_GSTriggerChargeSkill) == 0x000068, "Wrong size on UBAN_GSTriggerChargeSkill"); \ +static_assert(offsetof(UBAN_GSTriggerChargeSkill, ChargeTimeMax) == 0x000050, "Member 'UBAN_GSTriggerChargeSkill::ChargeTimeMax' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTriggerChargeSkill, ChargeTimeMin) == 0x000054, "Member 'UBAN_GSTriggerChargeSkill::ChargeTimeMin' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTriggerChargeSkill, Command) == 0x000058, "Member 'UBAN_GSTriggerChargeSkill::Command' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerCostItem_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTriggerCostItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTriggerCostItem_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTriggerCostItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTriggerCostItem_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTriggerCostItem_GSNotifyCS \ +static_assert(alignof(BAN_GSTriggerCostItem_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTriggerCostItem_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTriggerCostItem_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTriggerCostItem_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTriggerCostItem_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTriggerCostItem_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTriggerCostItem \ +static_assert(alignof(UBAN_GSTriggerCostItem) == 0x000008, "Wrong alignment on UBAN_GSTriggerCostItem"); \ +static_assert(sizeof(UBAN_GSTriggerCostItem) == 0x000058, "Wrong size on UBAN_GSTriggerCostItem"); \ + +#define DUMPER7_ASSERTS_BANS_GSFaBaoCastSucceed_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSFaBaoCastSucceed_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSFaBaoCastSucceed_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSFaBaoCastSucceed_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSFaBaoCastSucceed_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSFaBaoCastSucceed_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSFaBaoCastSucceed_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSFaBaoCastSucceed_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSFaBaoCastSucceed_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSFaBaoCastSucceed \ +static_assert(alignof(UBANS_GSFaBaoCastSucceed) == 0x000008, "Wrong alignment on UBANS_GSFaBaoCastSucceed"); \ +static_assert(sizeof(UBANS_GSFaBaoCastSucceed) == 0x000048, "Wrong size on UBANS_GSFaBaoCastSucceed"); \ + +#define DUMPER7_ASSERTS_BAN_GSTryAttachSceneItem_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTryAttachSceneItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTryAttachSceneItem_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTryAttachSceneItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTryAttachSceneItem_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTryAttachSceneItem_GSNotifyCS \ +static_assert(alignof(BAN_GSTryAttachSceneItem_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTryAttachSceneItem_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTryAttachSceneItem_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTryAttachSceneItem_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTryAttachSceneItem_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTryAttachSceneItem_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTryAttachSceneItem \ +static_assert(alignof(UBAN_GSTryAttachSceneItem) == 0x000008, "Wrong alignment on UBAN_GSTryAttachSceneItem"); \ +static_assert(sizeof(UBAN_GSTryAttachSceneItem) == 0x000058, "Wrong size on UBAN_GSTryAttachSceneItem"); \ +static_assert(offsetof(UBAN_GSTryAttachSceneItem, AttachSocketName) == 0x000050, "Member 'UBAN_GSTryAttachSceneItem::AttachSocketName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_GSTryFindSceneItem_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_GSTryFindSceneItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_GSTryFindSceneItem_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_GSTryFindSceneItem_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_GSTryFindSceneItem_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_GSTryFindSceneItem_GSNotifyCS \ +static_assert(alignof(BAN_GSTryFindSceneItem_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_GSTryFindSceneItem_GSNotifyCS"); \ +static_assert(sizeof(BAN_GSTryFindSceneItem_GSNotifyCS) == 0x000048, "Wrong size on BAN_GSTryFindSceneItem_GSNotifyCS"); \ +static_assert(offsetof(BAN_GSTryFindSceneItem_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_GSTryFindSceneItem_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_GSTryFindSceneItem \ +static_assert(alignof(UBAN_GSTryFindSceneItem) == 0x000008, "Wrong alignment on UBAN_GSTryFindSceneItem"); \ +static_assert(sizeof(UBAN_GSTryFindSceneItem) == 0x000078, "Wrong size on UBAN_GSTryFindSceneItem"); \ +static_assert(offsetof(UBAN_GSTryFindSceneItem, SceneActorTags) == 0x000050, "Member 'UBAN_GSTryFindSceneItem::SceneActorTags' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTryFindSceneItem, MinDistance) == 0x000060, "Member 'UBAN_GSTryFindSceneItem::MinDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTryFindSceneItem, MaxDistance) == 0x000064, "Member 'UBAN_GSTryFindSceneItem::MaxDistance' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTryFindSceneItem, FindSceneItemWay) == 0x000068, "Member 'UBAN_GSTryFindSceneItem::FindSceneItemWay' has a wrong offset!"); \ +static_assert(offsetof(UBAN_GSTryFindSceneItem, Angle) == 0x00006C, "Member 'UBAN_GSTryFindSceneItem::Angle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_HandleAiConversation_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_HandleAiConversation_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_HandleAiConversation_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_HandleAiConversation_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_HandleAiConversation_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_HandleAiConversation_GSNotifyCS \ +static_assert(alignof(BAN_HandleAiConversation_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_HandleAiConversation_GSNotifyCS"); \ +static_assert(sizeof(BAN_HandleAiConversation_GSNotifyCS) == 0x000048, "Wrong size on BAN_HandleAiConversation_GSNotifyCS"); \ +static_assert(offsetof(BAN_HandleAiConversation_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_HandleAiConversation_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_HandleAiConversation \ +static_assert(alignof(UBAN_HandleAiConversation) == 0x000008, "Wrong alignment on UBAN_HandleAiConversation"); \ +static_assert(sizeof(UBAN_HandleAiConversation) == 0x000068, "Wrong size on UBAN_HandleAiConversation"); \ +static_assert(offsetof(UBAN_HandleAiConversation, ConversationContentIDList) == 0x000050, "Member 'UBAN_HandleAiConversation::ConversationContentIDList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_SkillValidAttackEnded_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_SkillValidAttackEnded_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_SkillValidAttackEnded_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_SkillValidAttackEnded_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_SkillValidAttackEnded_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_SkillValidAttackEnded_GSNotifyCS \ +static_assert(alignof(BAN_SkillValidAttackEnded_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_SkillValidAttackEnded_GSNotifyCS"); \ +static_assert(sizeof(BAN_SkillValidAttackEnded_GSNotifyCS) == 0x000048, "Wrong size on BAN_SkillValidAttackEnded_GSNotifyCS"); \ +static_assert(offsetof(BAN_SkillValidAttackEnded_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_SkillValidAttackEnded_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_SkillValidAttackEnded \ +static_assert(alignof(UBAN_SkillValidAttackEnded) == 0x000008, "Wrong alignment on UBAN_SkillValidAttackEnded"); \ +static_assert(sizeof(UBAN_SkillValidAttackEnded) == 0x000050, "Wrong size on UBAN_SkillValidAttackEnded"); \ + +#define DUMPER7_ASSERTS_BAN_TeleportPlayerTo_bIsNativeBranchingPointCS \ +static_assert(alignof(BAN_TeleportPlayerTo_bIsNativeBranchingPointCS) == 0x000001, "Wrong alignment on BAN_TeleportPlayerTo_bIsNativeBranchingPointCS"); \ +static_assert(sizeof(BAN_TeleportPlayerTo_bIsNativeBranchingPointCS) == 0x000001, "Wrong size on BAN_TeleportPlayerTo_bIsNativeBranchingPointCS"); \ + +#define DUMPER7_ASSERTS_BAN_TeleportPlayerTo_GSNotifyCS \ +static_assert(alignof(BAN_TeleportPlayerTo_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_TeleportPlayerTo_GSNotifyCS"); \ +static_assert(sizeof(BAN_TeleportPlayerTo_GSNotifyCS) == 0x000048, "Wrong size on BAN_TeleportPlayerTo_GSNotifyCS"); \ +static_assert(offsetof(BAN_TeleportPlayerTo_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_TeleportPlayerTo_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_TeleportPlayerTo \ +static_assert(alignof(UBAN_TeleportPlayerTo) == 0x000008, "Wrong alignment on UBAN_TeleportPlayerTo"); \ +static_assert(sizeof(UBAN_TeleportPlayerTo) == 0x000080, "Wrong size on UBAN_TeleportPlayerTo"); \ +static_assert(offsetof(UBAN_TeleportPlayerTo, TeleportPointName) == 0x000050, "Member 'UBAN_TeleportPlayerTo::TeleportPointName' has a wrong offset!"); \ +static_assert(offsetof(UBAN_TeleportPlayerTo, ControlRot) == 0x000068, "Member 'UBAN_TeleportPlayerTo::ControlRot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BAN_X2_PlayDBCDataAsset_GSNotifyCS \ +static_assert(alignof(BAN_X2_PlayDBCDataAsset_GSNotifyCS) == 0x000008, "Wrong alignment on BAN_X2_PlayDBCDataAsset_GSNotifyCS"); \ +static_assert(sizeof(BAN_X2_PlayDBCDataAsset_GSNotifyCS) == 0x000048, "Wrong size on BAN_X2_PlayDBCDataAsset_GSNotifyCS"); \ +static_assert(offsetof(BAN_X2_PlayDBCDataAsset_GSNotifyCS, NotifyParam) == 0x000000, "Member 'BAN_X2_PlayDBCDataAsset_GSNotifyCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAN_X2_PlayDBCDataAsset \ +static_assert(alignof(UBAN_X2_PlayDBCDataAsset) == 0x000008, "Wrong alignment on UBAN_X2_PlayDBCDataAsset"); \ +static_assert(sizeof(UBAN_X2_PlayDBCDataAsset) == 0x000070, "Wrong size on UBAN_X2_PlayDBCDataAsset"); \ +static_assert(offsetof(UBAN_X2_PlayDBCDataAsset, DataAsset) == 0x000058, "Member 'UBAN_X2_PlayDBCDataAsset::DataAsset' has a wrong offset!"); \ +static_assert(offsetof(UBAN_X2_PlayDBCDataAsset, MainSockNameIfDW) == 0x000064, "Member 'UBAN_X2_PlayDBCDataAsset::MainSockNameIfDW' has a wrong offset!"); \ +static_assert(offsetof(UBAN_X2_PlayDBCDataAsset, DBC_Main) == 0x00006C, "Member 'UBAN_X2_PlayDBCDataAsset::DBC_Main' has a wrong offset!"); \ +static_assert(offsetof(UBAN_X2_PlayDBCDataAsset, DBC_Minor) == 0x00006D, "Member 'UBAN_X2_PlayDBCDataAsset::DBC_Minor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackWarnning_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSAttackWarnning_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSAttackWarnning_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSAttackWarnning_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSAttackWarnning_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSAttackWarnning_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackWarnning_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackWarnning_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSAttackWarnning_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackWarnning_GSNotifyTickCS \ +static_assert(alignof(BANS_GSAttackWarnning_GSNotifyTickCS) == 0x000008, "Wrong alignment on BANS_GSAttackWarnning_GSNotifyTickCS"); \ +static_assert(sizeof(BANS_GSAttackWarnning_GSNotifyTickCS) == 0x000050, "Wrong size on BANS_GSAttackWarnning_GSNotifyTickCS"); \ +static_assert(offsetof(BANS_GSAttackWarnning_GSNotifyTickCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackWarnning_GSNotifyTickCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSAttackWarnning_GSNotifyTickCS, FrameDeltaTime) == 0x000048, "Member 'BANS_GSAttackWarnning_GSNotifyTickCS::FrameDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSAttackWarnning_GSNotifyEndCS \ +static_assert(alignof(BANS_GSAttackWarnning_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSAttackWarnning_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSAttackWarnning_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSAttackWarnning_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSAttackWarnning_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSAttackWarnning_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSAttackWarnning \ +static_assert(alignof(UBANS_GSAttackWarnning) == 0x000008, "Wrong alignment on UBANS_GSAttackWarnning"); \ +static_assert(sizeof(UBANS_GSAttackWarnning) == 0x0000A8, "Wrong size on UBANS_GSAttackWarnning"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, HitActionDir) == 0x000048, "Member 'UBANS_GSAttackWarnning::HitActionDir' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, HitLevel) == 0x00004C, "Member 'UBANS_GSAttackWarnning::HitLevel' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, WeaponIndex) == 0x000050, "Member 'UBANS_GSAttackWarnning::WeaponIndex' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, AttackWarnningCheckShape) == 0x000058, "Member 'UBANS_GSAttackWarnning::AttackWarnningCheckShape' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, AttackWarnningFixedLocalOffset) == 0x000070, "Member 'UBANS_GSAttackWarnning::AttackWarnningFixedLocalOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, ResultFilterType) == 0x000088, "Member 'UBANS_GSAttackWarnning::ResultFilterType' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, Tags) == 0x000090, "Member 'UBANS_GSAttackWarnning::Tags' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSAttackWarnning, AttackWarningGroupID) == 0x0000A0, "Member 'UBANS_GSAttackWarnning::AttackWarningGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayerCharacterCS_SetupPlayerInputComponentCS \ +static_assert(alignof(BGUPlayerCharacterCS_SetupPlayerInputComponentCS) == 0x000008, "Wrong alignment on BGUPlayerCharacterCS_SetupPlayerInputComponentCS"); \ +static_assert(sizeof(BGUPlayerCharacterCS_SetupPlayerInputComponentCS) == 0x000008, "Wrong size on BGUPlayerCharacterCS_SetupPlayerInputComponentCS"); \ +static_assert(offsetof(BGUPlayerCharacterCS_SetupPlayerInputComponentCS, PlayerInputComponent_0) == 0x000000, "Member 'BGUPlayerCharacterCS_SetupPlayerInputComponentCS::PlayerInputComponent_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayerCharacterCS_IsPlayerCharacterCS \ +static_assert(alignof(BGUPlayerCharacterCS_IsPlayerCharacterCS) == 0x000001, "Wrong alignment on BGUPlayerCharacterCS_IsPlayerCharacterCS"); \ +static_assert(sizeof(BGUPlayerCharacterCS_IsPlayerCharacterCS) == 0x000001, "Wrong size on BGUPlayerCharacterCS_IsPlayerCharacterCS"); \ + +#define DUMPER7_ASSERTS_BGUPlayerCharacterCS_OnConstructionCS \ +static_assert(alignof(BGUPlayerCharacterCS_OnConstructionCS) == 0x000010, "Wrong alignment on BGUPlayerCharacterCS_OnConstructionCS"); \ +static_assert(sizeof(BGUPlayerCharacterCS_OnConstructionCS) == 0x000060, "Wrong size on BGUPlayerCharacterCS_OnConstructionCS"); \ +static_assert(offsetof(BGUPlayerCharacterCS_OnConstructionCS, Transform) == 0x000000, "Member 'BGUPlayerCharacterCS_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayerCharacterCS_ReceiveEndPlay \ +static_assert(alignof(BGUPlayerCharacterCS_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGUPlayerCharacterCS_ReceiveEndPlay"); \ +static_assert(sizeof(BGUPlayerCharacterCS_ReceiveEndPlay) == 0x000001, "Wrong size on BGUPlayerCharacterCS_ReceiveEndPlay"); \ +static_assert(offsetof(BGUPlayerCharacterCS_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGUPlayerCharacterCS_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUPlayerCharacterCS_OnPossessedCS \ +static_assert(alignof(BGUPlayerCharacterCS_OnPossessedCS) == 0x000008, "Wrong alignment on BGUPlayerCharacterCS_OnPossessedCS"); \ +static_assert(sizeof(BGUPlayerCharacterCS_OnPossessedCS) == 0x000008, "Wrong size on BGUPlayerCharacterCS_OnPossessedCS"); \ +static_assert(offsetof(BGUPlayerCharacterCS_OnPossessedCS, NewController) == 0x000000, "Member 'BGUPlayerCharacterCS_OnPossessedCS::NewController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUPlayerCharacterCS \ +static_assert(alignof(ABGUPlayerCharacterCS) == 0x000010, "Wrong alignment on ABGUPlayerCharacterCS"); \ +static_assert(sizeof(ABGUPlayerCharacterCS) == 0x000940, "Wrong size on ABGUPlayerCharacterCS"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, CameraBoom1) == 0x000900, "Member 'ABGUPlayerCharacterCS::CameraBoom1' has a wrong offset!"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, FollowCamera) == 0x000908, "Member 'ABGUPlayerCharacterCS::FollowCamera' has a wrong offset!"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, ApproachNotifyComp) == 0x000910, "Member 'ABGUPlayerCharacterCS::ApproachNotifyComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, PlayerInputComponent) == 0x000918, "Member 'ABGUPlayerCharacterCS::PlayerInputComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, ParkourMoveComp) == 0x000920, "Member 'ABGUPlayerCharacterCS::ParkourMoveComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, PlayerConfigInfoComp) == 0x000928, "Member 'ABGUPlayerCharacterCS::PlayerConfigInfoComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, PlayerExtendConfigComp) == 0x000930, "Member 'ABGUPlayerCharacterCS::PlayerExtendConfigComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUPlayerCharacterCS, CharacterModularComp) == 0x000938, "Member 'ABGUPlayerCharacterCS::CharacterModularComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGU_TempExportForDS \ +static_assert(alignof(ABGU_TempExportForDS) == 0x000010, "Wrong alignment on ABGU_TempExportForDS"); \ +static_assert(sizeof(ABGU_TempExportForDS) == 0x0005A0, "Wrong size on ABGU_TempExportForDS"); \ +static_assert(offsetof(ABGU_TempExportForDS, BotLifeTimeState) == 0x000288, "Member 'ABGU_TempExportForDS::BotLifeTimeState' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWTeleportNamedPoint) == 0x000290, "Member 'ABGU_TempExportForDS::BGWTeleportNamedPoint' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, ChildActorComponent) == 0x000298, "Member 'ABGU_TempExportForDS::ChildActorComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BANS_GSTimedParticleEffect) == 0x0002A0, "Member 'ABGU_TempExportForDS::BANS_GSTimedParticleEffect' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BANS_GSEditorHelper) == 0x0002A8, "Member 'ABGU_TempExportForDS::BANS_GSEditorHelper' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, GMTeleportPanel) == 0x0002B0, "Member 'ABGU_TempExportForDS::GMTeleportPanel' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUI_GMInfo_Player) == 0x0002B8, "Member 'ABGU_TempExportForDS::BUI_GMInfo_Player' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUI_GMInfo_Enemy) == 0x0002C0, "Member 'ABGU_TempExportForDS::BUI_GMInfo_Enemy' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGUDebugCircleComponent) == 0x0002C8, "Member 'ABGU_TempExportForDS::BGUDebugCircleComponent' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGUPlayerCharacterCS) == 0x0002D0, "Member 'ABGU_TempExportForDS::BGUPlayerCharacterCS' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGU_CharacterAI) == 0x0002D8, "Member 'ABGU_TempExportForDS::BGU_CharacterAI' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGU_DebugActor) == 0x0002E0, "Member 'ABGU_TempExportForDS::BGU_DebugActor' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGUBulletBaseManaged) == 0x0002E8, "Member 'ABGU_TempExportForDS::BGUBulletBaseManaged' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_SpecialMove) == 0x0002F0, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_SpecialMove' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_Move) == 0x0002F8, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_Move' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_Simple4Dir) == 0x000300, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_Simple4Dir' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_PlayerLocomotion) == 0x000308, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_PlayerLocomotion' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_MotionMatching) == 0x000310, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_MotionMatching' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_MonsterLocomotion) == 0x000318, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_MonsterLocomotion' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_MMRetarget) == 0x000320, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_MMRetarget' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimHumanoidCS_FlyControl) == 0x000328, "Member 'ABGU_TempExportForDS::BUAnimHumanoidCS_FlyControl' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWDataAsset_BeAttackedHitLevelConfig) == 0x000330, "Member 'ABGU_TempExportForDS::BGWDataAsset_BeAttackedHitLevelConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWDataAsset_ProjectileSpawnConfig) == 0x000338, "Member 'ABGU_TempExportForDS::BGWDataAsset_ProjectileSpawnConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWDataAsset_ScaleTimeSetting) == 0x000340, "Member 'ABGU_TempExportForDS::BGWDataAsset_ScaleTimeSetting' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWDataAsset_BuffSetCurveValueToMeshConfig) == 0x000348, "Member 'ABGU_TempExportForDS::BGWDataAsset_BuffSetCurveValueToMeshConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_ComboAsset) == 0x000350, "Member 'ABGU_TempExportForDS::BED_ComboAsset' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_BehaviorAsset) == 0x000358, "Member 'ABGU_TempExportForDS::BED_BehaviorAsset' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWDataAsset_StateLib) == 0x000360, "Member 'ABGU_TempExportForDS::BGWDataAsset_StateLib' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_ComboNode_Reroute) == 0x000368, "Member 'ABGU_TempExportForDS::BED_ComboNode_Reroute' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_ComboNode_Start) == 0x000370, "Member 'ABGU_TempExportForDS::BED_ComboNode_Start' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_BehaviorNode_Start) == 0x000378, "Member 'ABGU_TempExportForDS::BED_BehaviorNode_Start' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWBeAtkPhysAnimDataAsset) == 0x000380, "Member 'ABGU_TempExportForDS::BGWBeAtkPhysAnimDataAsset' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGP_PlayerStateB1) == 0x000388, "Member 'ABGU_TempExportForDS::BGP_PlayerStateB1' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_StateNode_Reroute) == 0x000390, "Member 'ABGU_TempExportForDS::BED_StateNode_Reroute' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_StateNode_Initial) == 0x000398, "Member 'ABGU_TempExportForDS::BED_StateNode_Initial' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGP_PlayerControllerB1) == 0x0003A0, "Member 'ABGU_TempExportForDS::BGP_PlayerControllerB1' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BPS_PlayerControllerDataCompB1) == 0x0003A8, "Member 'ABGU_TempExportForDS::BPS_PlayerControllerDataCompB1' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUS_AttackFeedbackComp) == 0x0003B0, "Member 'ABGU_TempExportForDS::BUS_AttackFeedbackComp' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUI_Button) == 0x0003B8, "Member 'ABGU_TempExportForDS::BUI_Button' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUS_MovePhysicsTransformCompImpl) == 0x0003C0, "Member 'ABGU_TempExportForDS::BUS_MovePhysicsTransformCompImpl' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUS_SkillSequenceComp) == 0x0003C8, "Member 'ABGU_TempExportForDS::BUS_SkillSequenceComp' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUS_PlayerCameraSystem) == 0x0003D0, "Member 'ABGU_TempExportForDS::BUS_PlayerCameraSystem' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWDataAsset_SweepCheckDebugCollisionInfoConfig) == 0x0003D8, "Member 'ABGU_TempExportForDS::BGWDataAsset_SweepCheckDebugCollisionInfoConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUS_PlayerCameraCompUObj) == 0x0003E0, "Member 'ABGU_TempExportForDS::BUS_PlayerCameraCompUObj' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BANS_GSNvFlow) == 0x0003E8, "Member 'ABGU_TempExportForDS::BANS_GSNvFlow' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BANS_GSTrail) == 0x0003F0, "Member 'ABGU_TempExportForDS::BANS_GSTrail' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGWDataAsset_PerformerConfig) == 0x0003F8, "Member 'ABGU_TempExportForDS::BGWDataAsset_PerformerConfig' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, DispLibDispWorld) == 0x000400, "Member 'ABGU_TempExportForDS::DispLibDispWorld' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGUPerformerActor) == 0x000408, "Member 'ABGU_TempExportForDS::BGUPerformerActor' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_QuestNode_Start) == 0x000410, "Member 'ABGU_TempExportForDS::BED_QuestNode_Start' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, CLSManager) == 0x000418, "Member 'ABGU_TempExportForDS::CLSManager' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BED_BehaviorNode_GameDataCounter) == 0x000420, "Member 'ABGU_TempExportForDS::BED_BehaviorNode_GameDataCounter' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BGURebirthPointBase) == 0x000428, "Member 'ABGU_TempExportForDS::BGURebirthPointBase' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, B1X2_DispWorld) == 0x000430, "Member 'ABGU_TempExportForDS::B1X2_DispWorld' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, BUAnimShadowInstanceBase) == 0x000438, "Member 'ABGU_TempExportForDS::BUAnimShadowInstanceBase' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, RebirthType) == 0x000440, "Member 'ABGU_TempExportForDS::RebirthType' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, IKRigBoneDefinition) == 0x000450, "Member 'ABGU_TempExportForDS::IKRigBoneDefinition' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, FEffectInstReq) == 0x0004C0, "Member 'ABGU_TempExportForDS::FEffectInstReq' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, MoveDirectionFive) == 0x000590, "Member 'ABGU_TempExportForDS::MoveDirectionFive' has a wrong offset!"); \ +static_assert(offsetof(ABGU_TempExportForDS, MoveDirection) == 0x000591, "Member 'ABGU_TempExportForDS::MoveDirection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTriggerObjBaseCS \ +static_assert(alignof(ABGUTriggerObjBaseCS) == 0x000008, "Wrong alignment on ABGUTriggerObjBaseCS"); \ +static_assert(sizeof(ABGUTriggerObjBaseCS) == 0x000338, "Wrong size on ABGUTriggerObjBaseCS"); \ + +#define DUMPER7_ASSERTS_UForceCinfigComp \ +static_assert(alignof(UForceCinfigComp) == 0x000010, "Wrong alignment on UForceCinfigComp"); \ +static_assert(sizeof(UForceCinfigComp) == 0x000300, "Wrong size on UForceCinfigComp"); \ +static_assert(offsetof(UForceCinfigComp, ForceRandomBiasMin) == 0x0002C0, "Member 'UForceCinfigComp::ForceRandomBiasMin' has a wrong offset!"); \ +static_assert(offsetof(UForceCinfigComp, ForceRandomBiasMax) == 0x0002D8, "Member 'UForceCinfigComp::ForceRandomBiasMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUCutDeathActor_PreviewPhy \ +static_assert(alignof(BGUCutDeathActor_PreviewPhy) == 0x000008, "Wrong alignment on BGUCutDeathActor_PreviewPhy"); \ +static_assert(sizeof(BGUCutDeathActor_PreviewPhy) == 0x000008, "Wrong size on BGUCutDeathActor_PreviewPhy"); \ +static_assert(offsetof(BGUCutDeathActor_PreviewPhy, OwnerChar) == 0x000000, "Member 'BGUCutDeathActor_PreviewPhy::OwnerChar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUCutDeathActor \ +static_assert(alignof(ABGUCutDeathActor) == 0x000008, "Wrong alignment on ABGUCutDeathActor"); \ +static_assert(sizeof(ABGUCutDeathActor) == 0x000318, "Wrong size on ABGUCutDeathActor"); \ +static_assert(offsetof(ABGUCutDeathActor, CapsuleComp) == 0x000308, "Member 'ABGUCutDeathActor::CapsuleComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUCutDeathActor, EffectAttackSocket) == 0x000310, "Member 'ABGUCutDeathActor::EffectAttackSocket' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUC_CutDeathData \ +static_assert(alignof(UBUC_CutDeathData) == 0x000008, "Wrong alignment on UBUC_CutDeathData"); \ +static_assert(sizeof(UBUC_CutDeathData) == 0x000028, "Wrong size on UBUC_CutDeathData"); \ + +#define DUMPER7_ASSERTS_ABGUBulletBaseManaged \ +static_assert(alignof(ABGUBulletBaseManaged) == 0x000008, "Wrong alignment on ABGUBulletBaseManaged"); \ +static_assert(sizeof(ABGUBulletBaseManaged) == 0x000370, "Wrong size on ABGUBulletBaseManaged"); \ +static_assert(offsetof(ABGUBulletBaseManaged, Datas) == 0x000360, "Member 'ABGUBulletBaseManaged::Datas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUMagicFieldBaseManaged \ +static_assert(alignof(ABGUMagicFieldBaseManaged) == 0x000008, "Wrong alignment on ABGUMagicFieldBaseManaged"); \ +static_assert(sizeof(ABGUMagicFieldBaseManaged) == 0x000360, "Wrong size on ABGUMagicFieldBaseManaged"); \ +static_assert(offsetof(ABGUMagicFieldBaseManaged, Datas) == 0x000350, "Member 'ABGUMagicFieldBaseManaged::Datas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUProceduralSpawnCharacterManaged \ +static_assert(alignof(ABGUProceduralSpawnCharacterManaged) == 0x000008, "Wrong alignment on ABGUProceduralSpawnCharacterManaged"); \ +static_assert(sizeof(ABGUProceduralSpawnCharacterManaged) == 0x000320, "Wrong size on ABGUProceduralSpawnCharacterManaged"); \ +static_assert(offsetof(ABGUProceduralSpawnCharacterManaged, Datas) == 0x000310, "Member 'ABGUProceduralSpawnCharacterManaged::Datas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUTortoiseMoveMgrActor \ +static_assert(alignof(ABGUTortoiseMoveMgrActor) == 0x000008, "Wrong alignment on ABGUTortoiseMoveMgrActor"); \ +static_assert(sizeof(ABGUTortoiseMoveMgrActor) == 0x000310, "Wrong size on ABGUTortoiseMoveMgrActor"); \ +static_assert(offsetof(ABGUTortoiseMoveMgrActor, TortoiseMoveMgrActorConfigComp) == 0x000308, "Member 'ABGUTortoiseMoveMgrActor::TortoiseMoveMgrActorConfigComp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TortoiseMoveMgrActorConfigComp \ +static_assert(alignof(UBUS_TortoiseMoveMgrActorConfigComp) == 0x000008, "Wrong alignment on UBUS_TortoiseMoveMgrActorConfigComp"); \ +static_assert(sizeof(UBUS_TortoiseMoveMgrActorConfigComp) == 0x000148, "Wrong size on UBUS_TortoiseMoveMgrActorConfigComp"); \ +static_assert(offsetof(UBUS_TortoiseMoveMgrActorConfigComp, Tortoise) == 0x0000C8, "Member 'UBUS_TortoiseMoveMgrActorConfigComp::Tortoise' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TortoiseMoveMgrActorConfigComp, LevelMoveAttachedBone) == 0x0000D0, "Member 'UBUS_TortoiseMoveMgrActorConfigComp::LevelMoveAttachedBone' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TortoiseMoveMgrActorConfigComp, FakeMoveLevels) == 0x0000D8, "Member 'UBUS_TortoiseMoveMgrActorConfigComp::FakeMoveLevels' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TortoiseMoveMgrActorConfigComp, TortoiseUnitResIDs) == 0x0000E8, "Member 'UBUS_TortoiseMoveMgrActorConfigComp::TortoiseUnitResIDs' has a wrong offset!"); \ +static_assert(offsetof(UBUS_TortoiseMoveMgrActorConfigComp, TortoiseRotationTriggerBoxInfoMap) == 0x0000F8, "Member 'UBUS_TortoiseMoveMgrActorConfigComp::TortoiseRotationTriggerBoxInfoMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TortoiseMoveMgrActorDataComp \ +static_assert(alignof(UBUS_TortoiseMoveMgrActorDataComp) == 0x000008, "Wrong alignment on UBUS_TortoiseMoveMgrActorDataComp"); \ +static_assert(sizeof(UBUS_TortoiseMoveMgrActorDataComp) == 0x0000D0, "Wrong size on UBUS_TortoiseMoveMgrActorDataComp"); \ + +#define DUMPER7_ASSERTS_UBUS_TortoiseMoveMgrComp \ +static_assert(alignof(UBUS_TortoiseMoveMgrComp) == 0x000008, "Wrong alignment on UBUS_TortoiseMoveMgrComp"); \ +static_assert(sizeof(UBUS_TortoiseMoveMgrComp) == 0x000028, "Wrong size on UBUS_TortoiseMoveMgrComp"); \ + +#define DUMPER7_ASSERTS_BGUEquipPreviewActorBase_OnConstructionCS \ +static_assert(alignof(BGUEquipPreviewActorBase_OnConstructionCS) == 0x000010, "Wrong alignment on BGUEquipPreviewActorBase_OnConstructionCS"); \ +static_assert(sizeof(BGUEquipPreviewActorBase_OnConstructionCS) == 0x000060, "Wrong size on BGUEquipPreviewActorBase_OnConstructionCS"); \ +static_assert(offsetof(BGUEquipPreviewActorBase_OnConstructionCS, Transform) == 0x000000, "Member 'BGUEquipPreviewActorBase_OnConstructionCS::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUEquipPreviewActorBase \ +static_assert(alignof(ABGUEquipPreviewActorBase) == 0x000008, "Wrong alignment on ABGUEquipPreviewActorBase"); \ +static_assert(sizeof(ABGUEquipPreviewActorBase) == 0x000328, "Wrong size on ABGUEquipPreviewActorBase"); \ +static_assert(offsetof(ABGUEquipPreviewActorBase, Mesh) == 0x000308, "Member 'ABGUEquipPreviewActorBase::Mesh' has a wrong offset!"); \ +static_assert(offsetof(ABGUEquipPreviewActorBase, CharacterModularComp) == 0x000310, "Member 'ABGUEquipPreviewActorBase::CharacterModularComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUEquipPreviewActorBase, Datas) == 0x000318, "Member 'ABGUEquipPreviewActorBase::Datas' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_TransPreviewActorDataComp \ +static_assert(alignof(UBUS_TransPreviewActorDataComp) == 0x000008, "Wrong alignment on UBUS_TransPreviewActorDataComp"); \ +static_assert(sizeof(UBUS_TransPreviewActorDataComp) == 0x0000D0, "Wrong size on UBUS_TransPreviewActorDataComp"); \ + +#define DUMPER7_ASSERTS_BGUBoundCircleComp_TickComponentGS \ +static_assert(alignof(BGUBoundCircleComp_TickComponentGS) == 0x000004, "Wrong alignment on BGUBoundCircleComp_TickComponentGS"); \ +static_assert(sizeof(BGUBoundCircleComp_TickComponentGS) == 0x000004, "Wrong size on BGUBoundCircleComp_TickComponentGS"); \ +static_assert(offsetof(BGUBoundCircleComp_TickComponentGS, DeltaTime) == 0x000000, "Member 'BGUBoundCircleComp_TickComponentGS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUBoundCircleComp_SetGSEnabled \ +static_assert(alignof(BGUBoundCircleComp_SetGSEnabled) == 0x000001, "Wrong alignment on BGUBoundCircleComp_SetGSEnabled"); \ +static_assert(sizeof(BGUBoundCircleComp_SetGSEnabled) == 0x000001, "Wrong size on BGUBoundCircleComp_SetGSEnabled"); \ + +#define DUMPER7_ASSERTS_BGUBoundCircleComp_AddDragVec \ +static_assert(alignof(BGUBoundCircleComp_AddDragVec) == 0x000008, "Wrong alignment on BGUBoundCircleComp_AddDragVec"); \ +static_assert(sizeof(BGUBoundCircleComp_AddDragVec) == 0x000020, "Wrong size on BGUBoundCircleComp_AddDragVec"); \ +static_assert(offsetof(BGUBoundCircleComp_AddDragVec, DragVectorInWorld) == 0x000000, "Member 'BGUBoundCircleComp_AddDragVec::DragVectorInWorld' has a wrong offset!"); \ +static_assert(offsetof(BGUBoundCircleComp_AddDragVec, DragFactor) == 0x000018, "Member 'BGUBoundCircleComp_AddDragVec::DragFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUBoundCircleComp \ +static_assert(alignof(UBGUBoundCircleComp) == 0x000010, "Wrong alignment on UBGUBoundCircleComp"); \ +static_assert(sizeof(UBGUBoundCircleComp) == 0x0002E0, "Wrong size on UBGUBoundCircleComp"); \ +static_assert(offsetof(UBGUBoundCircleComp, Radius) == 0x0002C0, "Member 'UBGUBoundCircleComp::Radius' has a wrong offset!"); \ +static_assert(offsetof(UBGUBoundCircleComp, DragSpeed) == 0x0002C4, "Member 'UBGUBoundCircleComp::DragSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGUBoundCircleComp, BackSpeed) == 0x0002C8, "Member 'UBGUBoundCircleComp::BackSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGUBoundCircleComp, TimeStep) == 0x0002CC, "Member 'UBGUBoundCircleComp::TimeStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUStaminaBarUIComp_TickComponentGS \ +static_assert(alignof(BGUStaminaBarUIComp_TickComponentGS) == 0x000004, "Wrong alignment on BGUStaminaBarUIComp_TickComponentGS"); \ +static_assert(sizeof(BGUStaminaBarUIComp_TickComponentGS) == 0x000004, "Wrong size on BGUStaminaBarUIComp_TickComponentGS"); \ +static_assert(offsetof(BGUStaminaBarUIComp_TickComponentGS, DeltaTime) == 0x000000, "Member 'BGUStaminaBarUIComp_TickComponentGS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUStaminaBarUIComp_SetGSEnabled \ +static_assert(alignof(BGUStaminaBarUIComp_SetGSEnabled) == 0x000001, "Wrong alignment on BGUStaminaBarUIComp_SetGSEnabled"); \ +static_assert(sizeof(BGUStaminaBarUIComp_SetGSEnabled) == 0x000001, "Wrong size on BGUStaminaBarUIComp_SetGSEnabled"); \ + +#define DUMPER7_ASSERTS_UBGUStaminaBarUIComp \ +static_assert(alignof(UBGUStaminaBarUIComp) == 0x000010, "Wrong alignment on UBGUStaminaBarUIComp"); \ +static_assert(sizeof(UBGUStaminaBarUIComp) == 0x0002D0, "Wrong size on UBGUStaminaBarUIComp"); \ +static_assert(offsetof(UBGUStaminaBarUIComp, PlayerCameraManager) == 0x0002C8, "Member 'UBGUStaminaBarUIComp::PlayerCameraManager' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUS_UIControlSystemV2 \ +static_assert(alignof(UBUS_UIControlSystemV2) == 0x000008, "Wrong alignment on UBUS_UIControlSystemV2"); \ +static_assert(sizeof(UBUS_UIControlSystemV2) == 0x000028, "Wrong size on UBUS_UIControlSystemV2"); \ + +#define DUMPER7_ASSERTS_B1X2_DispWorld_ReceiveEndPlay \ +static_assert(alignof(B1X2_DispWorld_ReceiveEndPlay) == 0x000001, "Wrong alignment on B1X2_DispWorld_ReceiveEndPlay"); \ +static_assert(sizeof(B1X2_DispWorld_ReceiveEndPlay) == 0x000001, "Wrong size on B1X2_DispWorld_ReceiveEndPlay"); \ +static_assert(offsetof(B1X2_DispWorld_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'B1X2_DispWorld_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AB1X2_DispWorld \ +static_assert(alignof(AB1X2_DispWorld) == 0x000008, "Wrong alignment on AB1X2_DispWorld"); \ +static_assert(sizeof(AB1X2_DispWorld) == 0x0002F0, "Wrong size on AB1X2_DispWorld"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_FixFontForPIEPreviewInEditorDebug \ +static_assert(alignof(BGUFunctionLibraryManaged_FixFontForPIEPreviewInEditorDebug) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_FixFontForPIEPreviewInEditorDebug"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_FixFontForPIEPreviewInEditorDebug) == 0x000008, "Wrong size on BGUFunctionLibraryManaged_FixFontForPIEPreviewInEditorDebug"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_FixFontForPIEPreviewInEditorDebug, TargetWidget) == 0x000000, "Member 'BGUFunctionLibraryManaged_FixFontForPIEPreviewInEditorDebug::TargetWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_BatchReplaceMapSpawnerWithTamer \ +static_assert(alignof(BGUFunctionLibraryManaged_BatchReplaceMapSpawnerWithTamer) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_BatchReplaceMapSpawnerWithTamer"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_BatchReplaceMapSpawnerWithTamer) == 0x000008, "Wrong size on BGUFunctionLibraryManaged_BatchReplaceMapSpawnerWithTamer"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BatchReplaceMapSpawnerWithTamer, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_BatchReplaceMapSpawnerWithTamer::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled \ +static_assert(alignof(BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled) == 0x000018, "Wrong size on BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled, TargetPlayerController) == 0x000010, "Member 'BGUFunctionLibraryManaged_SetShaderPipelineCacheEnabled::TargetPlayerController' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_IsContainNonexistentTaskStage \ +static_assert(alignof(BGUFunctionLibraryManaged_IsContainNonexistentTaskStage) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_IsContainNonexistentTaskStage"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_IsContainNonexistentTaskStage) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_IsContainNonexistentTaskStage"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_IsContainNonexistentTaskStage, InAsset) == 0x000000, "Member 'BGUFunctionLibraryManaged_IsContainNonexistentTaskStage::InAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint \ +static_assert(alignof(BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint) == 0x000020, "Wrong size on BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint, folder) == 0x000008, "Member 'BGUFunctionLibraryManaged_AutoGenTamerFromUnitBlueprint::folder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath \ +static_assert(alignof(BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath) == 0x000028, "Wrong size on BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath, BPPath) == 0x000008, "Member 'BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath::BPPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath, ReturnValue) == 0x000018, "Member 'BGUFunctionLibraryManaged_ConvertToTamerPathFromBPPath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_BatchReplaceMapUnitWithTamer \ +static_assert(alignof(BGUFunctionLibraryManaged_BatchReplaceMapUnitWithTamer) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_BatchReplaceMapUnitWithTamer"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_BatchReplaceMapUnitWithTamer) == 0x000008, "Wrong size on BGUFunctionLibraryManaged_BatchReplaceMapUnitWithTamer"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BatchReplaceMapUnitWithTamer, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_BatchReplaceMapUnitWithTamer::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter \ +static_assert(alignof(BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter, RefGSGridConScreenAdapter) == 0x000008, "Member 'BGUFunctionLibraryManaged_UnRegGSGridConScreenAdapter::RefGSGridConScreenAdapter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_RegGSGridConScreenAdapter \ +static_assert(alignof(BGUFunctionLibraryManaged_RegGSGridConScreenAdapter) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_RegGSGridConScreenAdapter"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_RegGSGridConScreenAdapter) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_RegGSGridConScreenAdapter"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_RegGSGridConScreenAdapter, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_RegGSGridConScreenAdapter::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_RegGSGridConScreenAdapter, RefGSGridConScreenAdapter) == 0x000008, "Member 'BGUFunctionLibraryManaged_RegGSGridConScreenAdapter::RefGSGridConScreenAdapter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_IsAnyStoryNodeHasGainItem \ +static_assert(alignof(BGUFunctionLibraryManaged_IsAnyStoryNodeHasGainItem) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_IsAnyStoryNodeHasGainItem"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_IsAnyStoryNodeHasGainItem) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_IsAnyStoryNodeHasGainItem"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_IsAnyStoryNodeHasGainItem, InAsset) == 0x000000, "Member 'BGUFunctionLibraryManaged_IsAnyStoryNodeHasGainItem::InAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_BGUChangeChapterLightBase \ +static_assert(alignof(BGUFunctionLibraryManaged_BGUChangeChapterLightBase) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_BGUChangeChapterLightBase"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_BGUChangeChapterLightBase) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_BGUChangeChapterLightBase"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUChangeChapterLightBase, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_BGUChangeChapterLightBase::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUChangeChapterLightBase, LightBase) == 0x000008, "Member 'BGUFunctionLibraryManaged_BGUChangeChapterLightBase::LightBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_CreateTamerFromUnitClass \ +static_assert(alignof(BGUFunctionLibraryManaged_CreateTamerFromUnitClass) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_CreateTamerFromUnitClass"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_CreateTamerFromUnitClass) == 0x000028, "Wrong size on BGUFunctionLibraryManaged_CreateTamerFromUnitClass"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromUnitClass, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_CreateTamerFromUnitClass::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromUnitClass, UnitClass) == 0x000008, "Member 'BGUFunctionLibraryManaged_CreateTamerFromUnitClass::UnitClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromUnitClass, TamerObject) == 0x000010, "Member 'BGUFunctionLibraryManaged_CreateTamerFromUnitClass::TamerObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromUnitClass, TamerClass) == 0x000018, "Member 'BGUFunctionLibraryManaged_CreateTamerFromUnitClass::TamerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_FixTransactionalTamer \ +static_assert(alignof(BGUFunctionLibraryManaged_FixTransactionalTamer) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_FixTransactionalTamer"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_FixTransactionalTamer) == 0x000008, "Wrong size on BGUFunctionLibraryManaged_FixTransactionalTamer"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_FixTransactionalTamer, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_FixTransactionalTamer::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_CreateTamerFromBPPath \ +static_assert(alignof(BGUFunctionLibraryManaged_CreateTamerFromBPPath) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_CreateTamerFromBPPath"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_CreateTamerFromBPPath) == 0x000030, "Wrong size on BGUFunctionLibraryManaged_CreateTamerFromBPPath"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromBPPath, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_CreateTamerFromBPPath::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromBPPath, BPPath) == 0x000008, "Member 'BGUFunctionLibraryManaged_CreateTamerFromBPPath::BPPath' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromBPPath, TamerObject) == 0x000018, "Member 'BGUFunctionLibraryManaged_CreateTamerFromBPPath::TamerObject' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_CreateTamerFromBPPath, TamerClass) == 0x000020, "Member 'BGUFunctionLibraryManaged_CreateTamerFromBPPath::TamerClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_BGUActiveUIBlackOut \ +static_assert(alignof(BGUFunctionLibraryManaged_BGUActiveUIBlackOut) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_BGUActiveUIBlackOut"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_BGUActiveUIBlackOut) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_BGUActiveUIBlackOut"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUActiveUIBlackOut, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_BGUActiveUIBlackOut::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_FindAllNodeByClass \ +static_assert(alignof(BGUFunctionLibraryManaged_FindAllNodeByClass) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_FindAllNodeByClass"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_FindAllNodeByClass) == 0x000020, "Wrong size on BGUFunctionLibraryManaged_FindAllNodeByClass"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_FindAllNodeByClass, InAsset) == 0x000000, "Member 'BGUFunctionLibraryManaged_FindAllNodeByClass::InAsset' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_FindAllNodeByClass, NodeClass) == 0x000008, "Member 'BGUFunctionLibraryManaged_FindAllNodeByClass::NodeClass' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_FindAllNodeByClass, Nodes) == 0x000010, "Member 'BGUFunctionLibraryManaged_FindAllNodeByClass::Nodes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_BGUSaveTempWidget \ +static_assert(alignof(BGUFunctionLibraryManaged_BGUSaveTempWidget) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_BGUSaveTempWidget"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_BGUSaveTempWidget) == 0x000008, "Wrong size on BGUFunctionLibraryManaged_BGUSaveTempWidget"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUSaveTempWidget, TmpWidget) == 0x000000, "Member 'BGUFunctionLibraryManaged_BGUSaveTempWidget::TmpWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_BGUSetPageActive \ +static_assert(alignof(BGUFunctionLibraryManaged_BGUSetPageActive) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_BGUSetPageActive"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_BGUSetPageActive) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_BGUSetPageActive"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUSetPageActive, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_BGUSetPageActive::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUSetPageActive, PageId) == 0x000008, "Member 'BGUFunctionLibraryManaged_BGUSetPageActive::PageId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_FindOrLoadClass \ +static_assert(alignof(BGUFunctionLibraryManaged_FindOrLoadClass) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_FindOrLoadClass"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_FindOrLoadClass) == 0x000018, "Wrong size on BGUFunctionLibraryManaged_FindOrLoadClass"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_FindOrLoadClass, ClassName) == 0x000000, "Member 'BGUFunctionLibraryManaged_FindOrLoadClass::ClassName' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_FindOrLoadClass, ReturnValue) == 0x000010, "Member 'BGUFunctionLibraryManaged_FindOrLoadClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_BGUSwitchPage \ +static_assert(alignof(BGUFunctionLibraryManaged_BGUSwitchPage) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_BGUSwitchPage"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_BGUSwitchPage) == 0x000010, "Wrong size on BGUFunctionLibraryManaged_BGUSwitchPage"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUSwitchPage, WorldContext) == 0x000000, "Member 'BGUFunctionLibraryManaged_BGUSwitchPage::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_BGUSwitchPage, PageId) == 0x000008, "Member 'BGUFunctionLibraryManaged_BGUSwitchPage::PageId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUFunctionLibraryManaged_RunScriptGM \ +static_assert(alignof(BGUFunctionLibraryManaged_RunScriptGM) == 0x000008, "Wrong alignment on BGUFunctionLibraryManaged_RunScriptGM"); \ +static_assert(sizeof(BGUFunctionLibraryManaged_RunScriptGM) == 0x000018, "Wrong size on BGUFunctionLibraryManaged_RunScriptGM"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_RunScriptGM, GMCommand) == 0x000000, "Member 'BGUFunctionLibraryManaged_RunScriptGM::GMCommand' has a wrong offset!"); \ +static_assert(offsetof(BGUFunctionLibraryManaged_RunScriptGM, WorldContext) == 0x000010, "Member 'BGUFunctionLibraryManaged_RunScriptGM::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUFunctionLibraryManaged \ +static_assert(alignof(UBGUFunctionLibraryManaged) == 0x000008, "Wrong alignment on UBGUFunctionLibraryManaged"); \ +static_assert(sizeof(UBGUFunctionLibraryManaged) == 0x000028, "Wrong size on UBGUFunctionLibraryManaged"); \ + +#define DUMPER7_ASSERTS_UBGW_GameInstance_B1 \ +static_assert(alignof(UBGW_GameInstance_B1) == 0x000008, "Wrong alignment on UBGW_GameInstance_B1"); \ +static_assert(sizeof(UBGW_GameInstance_B1) == 0x000350, "Wrong size on UBGW_GameInstance_B1"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_DispB1ConstConfig \ +static_assert(alignof(UBGWDataAsset_DispB1ConstConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_DispB1ConstConfig"); \ +static_assert(sizeof(UBGWDataAsset_DispB1ConstConfig) == 0x000110, "Wrong size on UBGWDataAsset_DispB1ConstConfig"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_DropItemTemplete \ +static_assert(alignof(UBGWDataAsset_DropItemTemplete) == 0x000008, "Wrong alignment on UBGWDataAsset_DropItemTemplete"); \ +static_assert(sizeof(UBGWDataAsset_DropItemTemplete) == 0x000088, "Wrong size on UBGWDataAsset_DropItemTemplete"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_B1DBC \ +static_assert(alignof(UBGWDataAsset_B1DBC) == 0x000008, "Wrong alignment on UBGWDataAsset_B1DBC"); \ +static_assert(sizeof(UBGWDataAsset_B1DBC) == 0x000148, "Wrong size on UBGWDataAsset_B1DBC"); \ +static_assert(offsetof(UBGWDataAsset_B1DBC, ExtraSetting) == 0x000140, "Member 'UBGWDataAsset_B1DBC::ExtraSetting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_PlayerController_U3_ProcessPlayerInputCS \ +static_assert(alignof(BGW_PlayerController_U3_ProcessPlayerInputCS) == 0x000004, "Wrong alignment on BGW_PlayerController_U3_ProcessPlayerInputCS"); \ +static_assert(sizeof(BGW_PlayerController_U3_ProcessPlayerInputCS) == 0x000008, "Wrong size on BGW_PlayerController_U3_ProcessPlayerInputCS"); \ +static_assert(offsetof(BGW_PlayerController_U3_ProcessPlayerInputCS, DeltaTime) == 0x000000, "Member 'BGW_PlayerController_U3_ProcessPlayerInputCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_PlayerController_U3_OnAxisMoveSidewaysGamepad \ +static_assert(alignof(BGW_PlayerController_U3_OnAxisMoveSidewaysGamepad) == 0x000004, "Wrong alignment on BGW_PlayerController_U3_OnAxisMoveSidewaysGamepad"); \ +static_assert(sizeof(BGW_PlayerController_U3_OnAxisMoveSidewaysGamepad) == 0x000004, "Wrong size on BGW_PlayerController_U3_OnAxisMoveSidewaysGamepad"); \ +static_assert(offsetof(BGW_PlayerController_U3_OnAxisMoveSidewaysGamepad, AxisValue) == 0x000000, "Member 'BGW_PlayerController_U3_OnAxisMoveSidewaysGamepad::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_PlayerController_U3_OnAxisMoveForwardGamepad \ +static_assert(alignof(BGW_PlayerController_U3_OnAxisMoveForwardGamepad) == 0x000004, "Wrong alignment on BGW_PlayerController_U3_OnAxisMoveForwardGamepad"); \ +static_assert(sizeof(BGW_PlayerController_U3_OnAxisMoveForwardGamepad) == 0x000004, "Wrong size on BGW_PlayerController_U3_OnAxisMoveForwardGamepad"); \ +static_assert(offsetof(BGW_PlayerController_U3_OnAxisMoveForwardGamepad, AxisValue) == 0x000000, "Member 'BGW_PlayerController_U3_OnAxisMoveForwardGamepad::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_PlayerController_U3_OnAxisMoveSideways \ +static_assert(alignof(BGW_PlayerController_U3_OnAxisMoveSideways) == 0x000004, "Wrong alignment on BGW_PlayerController_U3_OnAxisMoveSideways"); \ +static_assert(sizeof(BGW_PlayerController_U3_OnAxisMoveSideways) == 0x000004, "Wrong size on BGW_PlayerController_U3_OnAxisMoveSideways"); \ +static_assert(offsetof(BGW_PlayerController_U3_OnAxisMoveSideways, AxisValue) == 0x000000, "Member 'BGW_PlayerController_U3_OnAxisMoveSideways::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_PlayerController_U3_OnAxisMoveForward \ +static_assert(alignof(BGW_PlayerController_U3_OnAxisMoveForward) == 0x000004, "Wrong alignment on BGW_PlayerController_U3_OnAxisMoveForward"); \ +static_assert(sizeof(BGW_PlayerController_U3_OnAxisMoveForward) == 0x000004, "Wrong size on BGW_PlayerController_U3_OnAxisMoveForward"); \ +static_assert(offsetof(BGW_PlayerController_U3_OnAxisMoveForward, AxisValue) == 0x000000, "Member 'BGW_PlayerController_U3_OnAxisMoveForward::AxisValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGW_PlayerController_U3 \ +static_assert(alignof(ABGW_PlayerController_U3) == 0x000008, "Wrong alignment on ABGW_PlayerController_U3"); \ +static_assert(sizeof(ABGW_PlayerController_U3) == 0x0007E8, "Wrong size on ABGW_PlayerController_U3"); \ +static_assert(offsetof(ABGW_PlayerController_U3, InputHandler) == 0x0007E0, "Member 'ABGW_PlayerController_U3::InputHandler' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_PlayerInput_U3 \ +static_assert(alignof(UBGW_PlayerInput_U3) == 0x000008, "Wrong alignment on UBGW_PlayerInput_U3"); \ +static_assert(sizeof(UBGW_PlayerInput_U3) == 0x000028, "Wrong size on UBGW_PlayerInput_U3"); \ + +#define DUMPER7_ASSERTS_UBGW_ValiDateMgr \ +static_assert(alignof(UBGW_ValiDateMgr) == 0x000008, "Wrong alignment on UBGW_ValiDateMgr"); \ +static_assert(sizeof(UBGW_ValiDateMgr) == 0x000028, "Wrong size on UBGW_ValiDateMgr"); \ + +#define DUMPER7_ASSERTS_BGW_ChapterViewMgrV2_OnAKBStateEndFunc \ +static_assert(alignof(BGW_ChapterViewMgrV2_OnAKBStateEndFunc) == 0x000004, "Wrong alignment on BGW_ChapterViewMgrV2_OnAKBStateEndFunc"); \ +static_assert(sizeof(BGW_ChapterViewMgrV2_OnAKBStateEndFunc) == 0x000014, "Wrong size on BGW_ChapterViewMgrV2_OnAKBStateEndFunc"); \ +static_assert(offsetof(BGW_ChapterViewMgrV2_OnAKBStateEndFunc, BeginStateName) == 0x000000, "Member 'BGW_ChapterViewMgrV2_OnAKBStateEndFunc::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(BGW_ChapterViewMgrV2_OnAKBStateEndFunc, EndStateName) == 0x000008, "Member 'BGW_ChapterViewMgrV2_OnAKBStateEndFunc::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_ChapterViewMgrV2 \ +static_assert(alignof(UBGW_ChapterViewMgrV2) == 0x000008, "Wrong alignment on UBGW_ChapterViewMgrV2"); \ +static_assert(sizeof(UBGW_ChapterViewMgrV2) == 0x000028, "Wrong size on UBGW_ChapterViewMgrV2"); \ + +#define DUMPER7_ASSERTS_BGW_ChapterViewMgr_OnAKBStateEndFunc \ +static_assert(alignof(BGW_ChapterViewMgr_OnAKBStateEndFunc) == 0x000004, "Wrong alignment on BGW_ChapterViewMgr_OnAKBStateEndFunc"); \ +static_assert(sizeof(BGW_ChapterViewMgr_OnAKBStateEndFunc) == 0x000014, "Wrong size on BGW_ChapterViewMgr_OnAKBStateEndFunc"); \ +static_assert(offsetof(BGW_ChapterViewMgr_OnAKBStateEndFunc, BeginStateName) == 0x000000, "Member 'BGW_ChapterViewMgr_OnAKBStateEndFunc::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(BGW_ChapterViewMgr_OnAKBStateEndFunc, EndStateName) == 0x000008, "Member 'BGW_ChapterViewMgr_OnAKBStateEndFunc::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_ChapterViewMgr \ +static_assert(alignof(UBGW_ChapterViewMgr) == 0x000008, "Wrong alignment on UBGW_ChapterViewMgr"); \ +static_assert(sizeof(UBGW_ChapterViewMgr) == 0x000028, "Wrong size on UBGW_ChapterViewMgr"); \ + +#define DUMPER7_ASSERTS_ABGUChapterActor \ +static_assert(alignof(ABGUChapterActor) == 0x000008, "Wrong alignment on ABGUChapterActor"); \ +static_assert(sizeof(ABGUChapterActor) == 0x000378, "Wrong size on ABGUChapterActor"); \ +static_assert(offsetof(ABGUChapterActor, CameraShake) == 0x000290, "Member 'ABGUChapterActor::CameraShake' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraShakeScaleBase) == 0x000298, "Member 'ABGUChapterActor::CameraShakeScaleBase' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraRoamPowerMax) == 0x00029C, "Member 'ABGUChapterActor::CameraRoamPowerMax' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraRoamPowerCoe) == 0x0002A0, "Member 'ABGUChapterActor::CameraRoamPowerCoe' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraRoamPowerCoe_Gamepad) == 0x0002A4, "Member 'ABGUChapterActor::CameraRoamPowerCoe_Gamepad' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraScalePowerCoe) == 0x0002A8, "Member 'ABGUChapterActor::CameraScalePowerCoe' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraRoamAccelerationCoe) == 0x0002AC, "Member 'ABGUChapterActor::CameraRoamAccelerationCoe' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraRoamDecelerationCoe) == 0x0002B0, "Member 'ABGUChapterActor::CameraRoamDecelerationCoe' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraBorderDecelerationCoe) == 0x0002B4, "Member 'ABGUChapterActor::CameraBorderDecelerationCoe' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraRoamPowerDirSpeed) == 0x0002B8, "Member 'ABGUChapterActor::CameraRoamPowerDirSpeed' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraScaleMin) == 0x0002C0, "Member 'ABGUChapterActor::CameraScaleMin' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraScaleMax) == 0x0002D8, "Member 'ABGUChapterActor::CameraScaleMax' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, FocusDistaceBase) == 0x0002F0, "Member 'ABGUChapterActor::FocusDistaceBase' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, BorderMap) == 0x0002F8, "Member 'ABGUChapterActor::BorderMap' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CheckCameraRoamBorderDis) == 0x000348, "Member 'ABGUChapterActor::CheckCameraRoamBorderDis' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraLightRandomRange) == 0x000350, "Member 'ABGUChapterActor::CameraLightRandomRange' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraLightBase) == 0x000360, "Member 'ABGUChapterActor::CameraLightBase' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, CameraLightRandomTime) == 0x000364, "Member 'ABGUChapterActor::CameraLightRandomTime' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, StayTimeBeforeNear) == 0x000368, "Member 'ABGUChapterActor::StayTimeBeforeNear' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, NearDistance) == 0x00036C, "Member 'ABGUChapterActor::NearDistance' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterActor, NearSpeed) == 0x000370, "Member 'ABGUChapterActor::NearSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUChapterCameraActor \ +static_assert(alignof(ABGUChapterCameraActor) == 0x000008, "Wrong alignment on ABGUChapterCameraActor"); \ +static_assert(sizeof(ABGUChapterCameraActor) == 0x0002B8, "Wrong size on ABGUChapterCameraActor"); \ +static_assert(offsetof(ABGUChapterCameraActor, SceneRoot) == 0x000288, "Member 'ABGUChapterCameraActor::SceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterCameraActor, CameraBoom1) == 0x000290, "Member 'ABGUChapterCameraActor::CameraBoom1' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterCameraActor, BoomPerformance) == 0x000298, "Member 'ABGUChapterCameraActor::BoomPerformance' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterCameraActor, FollowCamera) == 0x0002A0, "Member 'ABGUChapterCameraActor::FollowCamera' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterCameraActor, FollowPoint) == 0x0002A8, "Member 'ABGUChapterCameraActor::FollowPoint' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterCameraActor, CameraLineTraceDistance) == 0x0002B0, "Member 'ABGUChapterCameraActor::CameraLineTraceDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUChapterSurpriseActor_ReceiveTick \ +static_assert(alignof(BGUChapterSurpriseActor_ReceiveTick) == 0x000004, "Wrong alignment on BGUChapterSurpriseActor_ReceiveTick"); \ +static_assert(sizeof(BGUChapterSurpriseActor_ReceiveTick) == 0x000004, "Wrong size on BGUChapterSurpriseActor_ReceiveTick"); \ +static_assert(offsetof(BGUChapterSurpriseActor_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUChapterSurpriseActor_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGUChapterSurpriseActor \ +static_assert(alignof(ABGUChapterSurpriseActor) == 0x000010, "Wrong alignment on ABGUChapterSurpriseActor"); \ +static_assert(sizeof(ABGUChapterSurpriseActor) == 0x000390, "Wrong size on ABGUChapterSurpriseActor"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, DefaultRootComp) == 0x000288, "Member 'ABGUChapterSurpriseActor::DefaultRootComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, ActiveDebugComp) == 0x000290, "Member 'ABGUChapterSurpriseActor::ActiveDebugComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, InteractDebugComp) == 0x000298, "Member 'ABGUChapterSurpriseActor::InteractDebugComp' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, SurpriseID) == 0x0002A0, "Member 'ABGUChapterSurpriseActor::SurpriseID' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, CameraStartTransform) == 0x0002B0, "Member 'ABGUChapterSurpriseActor::CameraStartTransform' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, CameraTargetTransform) == 0x000310, "Member 'ABGUChapterSurpriseActor::CameraTargetTransform' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, CameraBlendTime) == 0x000370, "Member 'ABGUChapterSurpriseActor::CameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, CameraBlendFunction) == 0x000374, "Member 'ABGUChapterSurpriseActor::CameraBlendFunction' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, CameraBlendExp) == 0x000378, "Member 'ABGUChapterSurpriseActor::CameraBlendExp' has a wrong offset!"); \ +static_assert(offsetof(ABGUChapterSurpriseActor, AudioEvent) == 0x000380, "Member 'ABGUChapterSurpriseActor::AudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_CalliopeDebugManager \ +static_assert(alignof(UBGW_CalliopeDebugManager) == 0x000008, "Wrong alignment on UBGW_CalliopeDebugManager"); \ +static_assert(sizeof(UBGW_CalliopeDebugManager) == 0x000028, "Wrong size on UBGW_CalliopeDebugManager"); \ + +#define DUMPER7_ASSERTS_UBGW_GSUploadFilesMgr \ +static_assert(alignof(UBGW_GSUploadFilesMgr) == 0x000008, "Wrong alignment on UBGW_GSUploadFilesMgr"); \ +static_assert(sizeof(UBGW_GSUploadFilesMgr) == 0x000028, "Wrong size on UBGW_GSUploadFilesMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_ReplaySystemMgr \ +static_assert(alignof(UBGW_ReplaySystemMgr) == 0x000008, "Wrong alignment on UBGW_ReplaySystemMgr"); \ +static_assert(sizeof(UBGW_ReplaySystemMgr) == 0x000028, "Wrong size on UBGW_ReplaySystemMgr"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_AMNotify_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_AMNotify_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_AMNotify_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_AMNotify_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_AMNotify_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_AMNotify_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_AMNotify_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_AMNotify_CanShowInMyCalliope \ +static_assert(alignof(BED_BehaviorNode_AMNotify_CanShowInMyCalliope) == 0x000008, "Wrong alignment on BED_BehaviorNode_AMNotify_CanShowInMyCalliope"); \ +static_assert(sizeof(BED_BehaviorNode_AMNotify_CanShowInMyCalliope) == 0x000028, "Wrong size on BED_BehaviorNode_AMNotify_CanShowInMyCalliope"); \ +static_assert(offsetof(BED_BehaviorNode_AMNotify_CanShowInMyCalliope, ViewCategory) == 0x000000, "Member 'BED_BehaviorNode_AMNotify_CanShowInMyCalliope::ViewCategory' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorNode_AMNotify_CanShowInMyCalliope, DisplayName) == 0x000010, "Member 'BED_BehaviorNode_AMNotify_CanShowInMyCalliope::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_AMNotify_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_AMNotify_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_AMNotify_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_AMNotify_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_AMNotify_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_AMNotify_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_AMNotify_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_AMNotify \ +static_assert(alignof(UBED_BehaviorNode_AMNotify) == 0x000008, "Wrong alignment on UBED_BehaviorNode_AMNotify"); \ +static_assert(sizeof(UBED_BehaviorNode_AMNotify) == 0x0002C8, "Wrong size on UBED_BehaviorNode_AMNotify"); \ +static_assert(offsetof(UBED_BehaviorNode_AMNotify, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_AMNotify::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_AMNotify, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_AMNotify::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_AMNotify, NotifyTag) == 0x0002B8, "Member 'UBED_BehaviorNode_AMNotify::NotifyTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeAttackedNumFromSkill_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_BeAttackedNumFromSkill_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_BeAttackedNumFromSkill_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_BeAttackedNumFromSkill_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_BeAttackedNumFromSkill_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_BeAttackedNumFromSkill_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_BeAttackedNumFromSkill_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeAttackedNumFromSkill_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_BeAttackedNumFromSkill_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_BeAttackedNumFromSkill_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_BeAttackedNumFromSkill_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_BeAttackedNumFromSkill_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_BeAttackedNumFromSkill_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_BeAttackedNumFromSkill_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_BeAttackedNumFromSkill \ +static_assert(alignof(UBED_BehaviorNode_BeAttackedNumFromSkill) == 0x000008, "Wrong alignment on UBED_BehaviorNode_BeAttackedNumFromSkill"); \ +static_assert(sizeof(UBED_BehaviorNode_BeAttackedNumFromSkill) == 0x0002C8, "Wrong size on UBED_BehaviorNode_BeAttackedNumFromSkill"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkill, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkill::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkill, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkill::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkill, SkillID) == 0x0002B4, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkill, CompareOperationType) == 0x0002B8, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkill::CompareOperationType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkill, BeHittedNum) == 0x0002BC, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkill::BeHittedNum' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkill, TimeDuration) == 0x0002C0, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkill::TimeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeAttackedNumFromSkillEffect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_BeAttackedNumFromSkillEffect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_BeAttackedNumFromSkillEffect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_BeAttackedNumFromSkillEffect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_BeAttackedNumFromSkillEffect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_BeAttackedNumFromSkillEffect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_BeAttackedNumFromSkillEffect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeAttackedNumFromSkillEffect_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_BeAttackedNumFromSkillEffect_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_BeAttackedNumFromSkillEffect_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_BeAttackedNumFromSkillEffect_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_BeAttackedNumFromSkillEffect_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_BeAttackedNumFromSkillEffect_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_BeAttackedNumFromSkillEffect_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_BeAttackedNumFromSkillEffect \ +static_assert(alignof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect) == 0x000008, "Wrong alignment on UBED_BehaviorNode_BeAttackedNumFromSkillEffect"); \ +static_assert(sizeof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect) == 0x0002C8, "Wrong size on UBED_BehaviorNode_BeAttackedNumFromSkillEffect"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkillEffect::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkillEffect::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect, SkillEffectID) == 0x0002B4, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkillEffect::SkillEffectID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect, CompareOperationType) == 0x0002B8, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkillEffect::CompareOperationType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect, BeHittedNum) == 0x0002BC, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkillEffect::BeHittedNum' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeAttackedNumFromSkillEffect, TimeDuration) == 0x0002C0, "Member 'UBED_BehaviorNode_BeAttackedNumFromSkillEffect::TimeDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeKilled_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_BeKilled_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_BeKilled_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_BeKilled_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_BeKilled_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_BeKilled_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_BeKilled_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_BeKilled_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_BeKilled_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_BeKilled_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_BeKilled_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_BeKilled_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_BeKilled_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_BeKilled_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_BeKilled \ +static_assert(alignof(UBED_BehaviorNode_BeKilled) == 0x000008, "Wrong alignment on UBED_BehaviorNode_BeKilled"); \ +static_assert(sizeof(UBED_BehaviorNode_BeKilled) == 0x0002C8, "Wrong size on UBED_BehaviorNode_BeKilled"); \ +static_assert(offsetof(UBED_BehaviorNode_BeKilled, UnitType_Victim) == 0x0002A0, "Member 'UBED_BehaviorNode_BeKilled::UnitType_Victim' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeKilled, SmartUnit_Victim) == 0x0002A4, "Member 'UBED_BehaviorNode_BeKilled::SmartUnit_Victim' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeKilled, UnitType_Attacker) == 0x0002B4, "Member 'UBED_BehaviorNode_BeKilled::UnitType_Attacker' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_BeKilled, SmartUnit_Attacker) == 0x0002B8, "Member 'UBED_BehaviorNode_BeKilled::SmartUnit_Attacker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_GenAndCachePointSet_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_GenAndCachePointSet_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_GenAndCachePointSet_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_GenAndCachePointSet_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_GenAndCachePointSet_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_GenAndCachePointSet_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_GenAndCachePointSet_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_GenAndCachePointSet \ +static_assert(alignof(UBED_BehaviorNode_GenAndCachePointSet) == 0x000008, "Wrong alignment on UBED_BehaviorNode_GenAndCachePointSet"); \ +static_assert(sizeof(UBED_BehaviorNode_GenAndCachePointSet) == 0x000328, "Wrong size on UBED_BehaviorNode_GenAndCachePointSet"); \ +static_assert(offsetof(UBED_BehaviorNode_GenAndCachePointSet, RegisterID) == 0x0002A0, "Member 'UBED_BehaviorNode_GenAndCachePointSet::RegisterID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_GenAndCachePointSet, GenType) == 0x0002A4, "Member 'UBED_BehaviorNode_GenAndCachePointSet::GenType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_GenAndCachePointSet, GenExtParam) == 0x0002A8, "Member 'UBED_BehaviorNode_GenAndCachePointSet::GenExtParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnSkillValidAttackFrameEnded_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_OnSkillValidAttackFrameEnded_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_OnSkillValidAttackFrameEnded_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_OnSkillValidAttackFrameEnded_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_OnSkillValidAttackFrameEnded_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_OnSkillValidAttackFrameEnded_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_OnSkillValidAttackFrameEnded_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnSkillValidAttackFrameEnded_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_OnSkillValidAttackFrameEnded_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_OnSkillValidAttackFrameEnded_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_OnSkillValidAttackFrameEnded_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_OnSkillValidAttackFrameEnded_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_OnSkillValidAttackFrameEnded_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_OnSkillValidAttackFrameEnded_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_OnSkillValidAttackFrameEnded \ +static_assert(alignof(UBED_BehaviorNode_OnSkillValidAttackFrameEnded) == 0x000008, "Wrong alignment on UBED_BehaviorNode_OnSkillValidAttackFrameEnded"); \ +static_assert(sizeof(UBED_BehaviorNode_OnSkillValidAttackFrameEnded) == 0x0002B8, "Wrong size on UBED_BehaviorNode_OnSkillValidAttackFrameEnded"); \ +static_assert(offsetof(UBED_BehaviorNode_OnSkillValidAttackFrameEnded, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_OnSkillValidAttackFrameEnded::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_OnSkillValidAttackFrameEnded, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_OnSkillValidAttackFrameEnded::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_OnSkillValidAttackFrameEnded, SkillID) == 0x0002B4, "Member 'UBED_BehaviorNode_OnSkillValidAttackFrameEnded::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_FirstBattle \ +static_assert(alignof(UAutoTest_HFS_FirstBattle) == 0x000008, "Wrong alignment on UAutoTest_HFS_FirstBattle"); \ +static_assert(sizeof(UAutoTest_HFS_FirstBattle) == 0x000028, "Wrong size on UAutoTest_HFS_FirstBattle"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnUnitTrans_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_OnUnitTrans_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_OnUnitTrans_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_OnUnitTrans_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_OnUnitTrans_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_OnUnitTrans_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_OnUnitTrans_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnUnitTrans_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_OnUnitTrans_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_OnUnitTrans_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_OnUnitTrans_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_OnUnitTrans_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_OnUnitTrans_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_OnUnitTrans_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_OnUnitTrans \ +static_assert(alignof(UBED_BehaviorNode_OnUnitTrans) == 0x000008, "Wrong alignment on UBED_BehaviorNode_OnUnitTrans"); \ +static_assert(sizeof(UBED_BehaviorNode_OnUnitTrans) == 0x0002B8, "Wrong size on UBED_BehaviorNode_OnUnitTrans"); \ +static_assert(offsetof(UBED_BehaviorNode_OnUnitTrans, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_OnUnitTrans::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_OnUnitTrans, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_OnUnitTrans::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_OnUnitTrans, TransType) == 0x0002B4, "Member 'UBED_BehaviorNode_OnUnitTrans::TransType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_Random_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_Random_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_Random_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_Random_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_Random_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_Random_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_Random_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_Random_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_Random_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_Random_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_Random_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_Random_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_Random_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_Random_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Random \ +static_assert(alignof(UBED_BehaviorNode_Random) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Random"); \ +static_assert(sizeof(UBED_BehaviorNode_Random) == 0x0002A8, "Wrong size on UBED_BehaviorNode_Random"); \ +static_assert(offsetof(UBED_BehaviorNode_Random, SuccessRate) == 0x0002A0, "Member 'UBED_BehaviorNode_Random::SuccessRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_TriggerAttackStiff_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_TriggerAttackStiff_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_TriggerAttackStiff_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_TriggerAttackStiff_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_TriggerAttackStiff_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_TriggerAttackStiff_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_TriggerAttackStiff_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_TriggerAttackStiff_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_TriggerAttackStiff_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_TriggerAttackStiff_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_TriggerAttackStiff_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_TriggerAttackStiff_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_TriggerAttackStiff_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_TriggerAttackStiff_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_TriggerAttackStiff \ +static_assert(alignof(UBED_BehaviorNode_TriggerAttackStiff) == 0x000008, "Wrong alignment on UBED_BehaviorNode_TriggerAttackStiff"); \ +static_assert(sizeof(UBED_BehaviorNode_TriggerAttackStiff) == 0x0002D0, "Wrong size on UBED_BehaviorNode_TriggerAttackStiff"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_TriggerAttackStiff::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_TriggerAttackStiff::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff, CompareOperationType) == 0x0002B4, "Member 'UBED_BehaviorNode_TriggerAttackStiff::CompareOperationType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff, StiffLevel) == 0x0002B8, "Member 'UBED_BehaviorNode_TriggerAttackStiff::StiffLevel' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff, UnitType_Attacker) == 0x0002BC, "Member 'UBED_BehaviorNode_TriggerAttackStiff::UnitType_Attacker' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff, SmartUnit_Attacker) == 0x0002C0, "Member 'UBED_BehaviorNode_TriggerAttackStiff::SmartUnit_Attacker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_TriggerAttackStiff_ListenAttacker_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker \ +static_assert(alignof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker) == 0x000008, "Wrong alignment on UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker"); \ +static_assert(sizeof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker) == 0x0002D0, "Wrong size on UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker, CompareOperationType) == 0x0002B4, "Member 'UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker::CompareOperationType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker, StiffLevel) == 0x0002B8, "Member 'UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker::StiffLevel' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker, UnitType_Victim) == 0x0002BC, "Member 'UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker::UnitType_Victim' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker, SmartUnit_Victim) == 0x0002C0, "Member 'UBED_BehaviorNode_TriggerAttackStiff_ListenAttacker::SmartUnit_Victim' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BagUI \ +static_assert(alignof(UAutoTest_BagUI) == 0x000008, "Wrong alignment on UAutoTest_BagUI"); \ +static_assert(sizeof(UAutoTest_BagUI) == 0x000028, "Wrong size on UAutoTest_BagUI"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_TriggerSkillEffect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_TriggerSkillEffect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_TriggerSkillEffect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_TriggerSkillEffect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_TriggerSkillEffect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_TriggerSkillEffect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_TriggerSkillEffect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_TriggerSkillEffect \ +static_assert(alignof(UBED_BehaviorNode_TriggerSkillEffect) == 0x000008, "Wrong alignment on UBED_BehaviorNode_TriggerSkillEffect"); \ +static_assert(sizeof(UBED_BehaviorNode_TriggerSkillEffect) == 0x0002A8, "Wrong size on UBED_BehaviorNode_TriggerSkillEffect"); \ +static_assert(offsetof(UBED_BehaviorNode_TriggerSkillEffect, EffectID) == 0x0002A0, "Member 'UBED_BehaviorNode_TriggerSkillEffect::EffectID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_LoadOrUnloadStreamingLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_LoadOrUnloadStreamingLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_LoadOrUnloadStreamingLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_LoadOrUnloadStreamingLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_LoadOrUnloadStreamingLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_LoadOrUnloadStreamingLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_LoadOrUnloadStreamingLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_LoadOrUnloadStreamingLevel \ +static_assert(alignof(UBED_MovieNode_LoadOrUnloadStreamingLevel) == 0x000008, "Wrong alignment on UBED_MovieNode_LoadOrUnloadStreamingLevel"); \ +static_assert(sizeof(UBED_MovieNode_LoadOrUnloadStreamingLevel) == 0x0002B8, "Wrong size on UBED_MovieNode_LoadOrUnloadStreamingLevel"); \ +static_assert(offsetof(UBED_MovieNode_LoadOrUnloadStreamingLevel, StreamingLevelName) == 0x0002A0, "Member 'UBED_MovieNode_LoadOrUnloadStreamingLevel::StreamingLevelName' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_LoadOrUnloadStreamingLevel, FinishLoadEventTag) == 0x0002AC, "Member 'UBED_MovieNode_LoadOrUnloadStreamingLevel::FinishLoadEventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerHiddenInGame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerHiddenInGame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerHiddenInGame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerHiddenInGame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerHiddenInGame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerHiddenInGame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerHiddenInGame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerHiddenInGame \ +static_assert(alignof(UBED_MovieNode_PerformerHiddenInGame) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerHiddenInGame"); \ +static_assert(sizeof(UBED_MovieNode_PerformerHiddenInGame) == 0x0002B0, "Wrong size on UBED_MovieNode_PerformerHiddenInGame"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PlayFromMarkedFrame_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PlayFromMarkedFrame_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PlayFromMarkedFrame_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PlayFromMarkedFrame_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PlayFromMarkedFrame_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PlayFromMarkedFrame_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PlayFromMarkedFrame_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PlayFromMarkedFrame \ +static_assert(alignof(UBED_MovieNode_PlayFromMarkedFrame) == 0x000008, "Wrong alignment on UBED_MovieNode_PlayFromMarkedFrame"); \ +static_assert(sizeof(UBED_MovieNode_PlayFromMarkedFrame) == 0x0002A8, "Wrong size on UBED_MovieNode_PlayFromMarkedFrame"); \ +static_assert(offsetof(UBED_MovieNode_PlayFromMarkedFrame, MarkedFrameLabel) == 0x0002A0, "Member 'UBED_MovieNode_PlayFromMarkedFrame::MarkedFrameLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_ShowOrHiddenStreamingLevel_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_ShowOrHiddenStreamingLevel_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_ShowOrHiddenStreamingLevel_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_ShowOrHiddenStreamingLevel_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_ShowOrHiddenStreamingLevel_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_ShowOrHiddenStreamingLevel_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_ShowOrHiddenStreamingLevel_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_ShowOrHiddenStreamingLevel \ +static_assert(alignof(UBED_MovieNode_ShowOrHiddenStreamingLevel) == 0x000008, "Wrong alignment on UBED_MovieNode_ShowOrHiddenStreamingLevel"); \ +static_assert(sizeof(UBED_MovieNode_ShowOrHiddenStreamingLevel) == 0x0002B0, "Wrong size on UBED_MovieNode_ShowOrHiddenStreamingLevel"); \ +static_assert(offsetof(UBED_MovieNode_ShowOrHiddenStreamingLevel, StreamingLevelName) == 0x0002A0, "Member 'UBED_MovieNode_ShowOrHiddenStreamingLevel::StreamingLevelName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_NPCChangeIdleAnim \ +static_assert(alignof(UBED_ProcessStateNode_NPCChangeIdleAnim) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_NPCChangeIdleAnim"); \ +static_assert(sizeof(UBED_ProcessStateNode_NPCChangeIdleAnim) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_NPCChangeIdleAnim"); \ +static_assert(offsetof(UBED_ProcessStateNode_NPCChangeIdleAnim, NeedChangeIdleAnimIdx) == 0x0002A0, "Member 'UBED_ProcessStateNode_NPCChangeIdleAnim::NeedChangeIdleAnimIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BattleWithUnit \ +static_assert(alignof(UAutoTest_BattleWithUnit) == 0x000008, "Wrong alignment on UAutoTest_BattleWithUnit"); \ +static_assert(sizeof(UAutoTest_BattleWithUnit) == 0x000040, "Wrong size on UAutoTest_BattleWithUnit"); \ +static_assert(offsetof(UAutoTest_BattleWithUnit, TamerClassList) == 0x000028, "Member 'UAutoTest_BattleWithUnit::TamerClassList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_BattleWithUnit, StartIndex) == 0x000038, "Member 'UAutoTest_BattleWithUnit::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_ObserveSequence_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_ObserveSequence_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_ObserveSequence_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_ObserveSequence_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_ObserveSequence_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_ObserveSequence_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_ObserveSequence_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ObserveSequence \ +static_assert(alignof(UBED_ProcessStateNode_ObserveSequence) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ObserveSequence"); \ +static_assert(sizeof(UBED_ProcessStateNode_ObserveSequence) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_ObserveSequence"); \ +static_assert(offsetof(UBED_ProcessStateNode_ObserveSequence, SequenceID) == 0x0002A0, "Member 'UBED_ProcessStateNode_ObserveSequence::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_ObserveSequence, SuccessLimit) == 0x0002A4, "Member 'UBED_ProcessStateNode_ObserveSequence::SuccessLimit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_QueryCompoundCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_QueryCompoundCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_QueryCompoundCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_QueryCompoundCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_QueryCompoundCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_QueryCompoundCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_QueryCompoundCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_QueryCompoundCondition \ +static_assert(alignof(UBED_ProcessStateNode_QueryCompoundCondition) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_QueryCompoundCondition"); \ +static_assert(sizeof(UBED_ProcessStateNode_QueryCompoundCondition) == 0x0002B8, "Wrong size on UBED_ProcessStateNode_QueryCompoundCondition"); \ +static_assert(offsetof(UBED_ProcessStateNode_QueryCompoundCondition, ConditionRelation) == 0x0002A0, "Member 'UBED_ProcessStateNode_QueryCompoundCondition::ConditionRelation' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_QueryCompoundCondition, Conditions) == 0x0002A8, "Member 'UBED_ProcessStateNode_QueryCompoundCondition::Conditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_NPCSwitchNoInteraction \ +static_assert(alignof(UBED_ProcessStateNode_NPCSwitchNoInteraction) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_NPCSwitchNoInteraction"); \ +static_assert(sizeof(UBED_ProcessStateNode_NPCSwitchNoInteraction) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_NPCSwitchNoInteraction"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_UpdateInteractGroup \ +static_assert(alignof(UBED_ProcessStateNode_UpdateInteractGroup) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_UpdateInteractGroup"); \ +static_assert(sizeof(UBED_ProcessStateNode_UpdateInteractGroup) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_UpdateInteractGroup"); \ +static_assert(offsetof(UBED_ProcessStateNode_UpdateInteractGroup, InteractGroupID) == 0x0002A0, "Member 'UBED_ProcessStateNode_UpdateInteractGroup::InteractGroupID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_NPCState_GetBranchGraphToEditInCS \ +static_assert(alignof(BED_ProcessMachineNode_NPCState_GetBranchGraphToEditInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_NPCState_GetBranchGraphToEditInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_NPCState_GetBranchGraphToEditInCS) == 0x000018, "Wrong size on BED_ProcessMachineNode_NPCState_GetBranchGraphToEditInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_NPCState_GetBranchGraphToEditInCS, OutBranchGraphIdentifier) == 0x000000, "Member 'BED_ProcessMachineNode_NPCState_GetBranchGraphToEditInCS::OutBranchGraphIdentifier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_NPCState_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessMachineNode_NPCState_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_NPCState_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_NPCState_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_NPCState_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_NPCState_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_NPCState_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_NPCState_PostPropertyChanged \ +static_assert(alignof(BED_ProcessMachineNode_NPCState_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_NPCState_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessMachineNode_NPCState_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessMachineNode_NPCState_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessMachineNode_NPCState_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessMachineNode_NPCState_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessMachineNode_NPCState_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessMachineNode_NPCState_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_NPCState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_NPCState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_NPCState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_NPCState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_NPCState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_NPCState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_NPCState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_NPCState \ +static_assert(alignof(UBED_ProcessMachineNode_NPCState) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_NPCState"); \ +static_assert(sizeof(UBED_ProcessMachineNode_NPCState) == 0x000308, "Wrong size on UBED_ProcessMachineNode_NPCState"); \ +static_assert(offsetof(UBED_ProcessMachineNode_NPCState, StateList) == 0x0002A0, "Member 'UBED_ProcessMachineNode_NPCState::StateList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_NPCState, TaskStageConditionList) == 0x0002F0, "Member 'UBED_ProcessMachineNode_NPCState::TaskStageConditionList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_NPCState, CurrentState) == 0x000300, "Member 'UBED_ProcessMachineNode_NPCState::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_SaveArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_SaveArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_SaveArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_SaveArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_SaveArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_SaveArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_SaveArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_SaveArchive \ +static_assert(alignof(UBED_ProcessMachineNode_SaveArchive) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_SaveArchive"); \ +static_assert(sizeof(UBED_ProcessMachineNode_SaveArchive) == 0x0002B8, "Wrong size on UBED_ProcessMachineNode_SaveArchive"); \ +static_assert(offsetof(UBED_ProcessMachineNode_SaveArchive, ArchiveLabel) == 0x0002A0, "Member 'UBED_ProcessMachineNode_SaveArchive::ArchiveLabel' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_SaveArchive, ArchiveLabelParam) == 0x0002A8, "Member 'UBED_ProcessMachineNode_SaveArchive::ArchiveLabelParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_TrainDummyResultReport_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_TrainDummyResultReport_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_TrainDummyResultReport_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_TrainDummyResultReport_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_TrainDummyResultReport_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_TrainDummyResultReport_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_TrainDummyResultReport_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_TrainDummyResultReport \ +static_assert(alignof(UBED_QuestNode_TrainDummyResultReport) == 0x000008, "Wrong alignment on UBED_QuestNode_TrainDummyResultReport"); \ +static_assert(sizeof(UBED_QuestNode_TrainDummyResultReport) == 0x0002D8, "Wrong size on UBED_QuestNode_TrainDummyResultReport"); \ +static_assert(offsetof(UBED_QuestNode_TrainDummyResultReport, TrainDummyMgrActor) == 0x0002A0, "Member 'UBED_QuestNode_TrainDummyResultReport::TrainDummyMgrActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerCondition_PostPropertyChanged \ +static_assert(alignof(BED_QuestNode_PlayerCondition_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerCondition_PostPropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_PlayerCondition_PostPropertyChanged) == 0x000020, "Wrong size on BED_QuestNode_PlayerCondition_PostPropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_PlayerCondition_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestNode_PlayerCondition_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestNode_PlayerCondition_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestNode_PlayerCondition_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayerCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayerCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayerCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayerCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayerCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayerCondition \ +static_assert(alignof(UBED_QuestNode_PlayerCondition) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayerCondition"); \ +static_assert(sizeof(UBED_QuestNode_PlayerCondition) == 0x0002B0, "Wrong size on UBED_QuestNode_PlayerCondition"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCondition, ConditionConfigs) == 0x0002A0, "Member 'UBED_QuestNode_PlayerCondition::ConditionConfigs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerUseItem_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayerUseItem_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerUseItem_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayerUseItem_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayerUseItem_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayerUseItem_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayerUseItem_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayerUseItem \ +static_assert(alignof(UBED_QuestNode_PlayerUseItem) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayerUseItem"); \ +static_assert(sizeof(UBED_QuestNode_PlayerUseItem) == 0x0002A8, "Wrong size on UBED_QuestNode_PlayerUseItem"); \ +static_assert(offsetof(UBED_QuestNode_PlayerUseItem, ItemId) == 0x0002A0, "Member 'UBED_QuestNode_PlayerUseItem::ItemId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerLockTrainDummyTarget_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayerLockTrainDummyTarget_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerLockTrainDummyTarget_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayerLockTrainDummyTarget_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayerLockTrainDummyTarget_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayerLockTrainDummyTarget_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayerLockTrainDummyTarget_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayerLockTrainDummyTarget \ +static_assert(alignof(UBED_QuestNode_PlayerLockTrainDummyTarget) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayerLockTrainDummyTarget"); \ +static_assert(sizeof(UBED_QuestNode_PlayerLockTrainDummyTarget) == 0x0002A0, "Wrong size on UBED_QuestNode_PlayerLockTrainDummyTarget"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerCastSkill_PostPropertyChanged \ +static_assert(alignof(BED_QuestNode_PlayerCastSkill_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerCastSkill_PostPropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_PlayerCastSkill_PostPropertyChanged) == 0x000020, "Wrong size on BED_QuestNode_PlayerCastSkill_PostPropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_PlayerCastSkill_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestNode_PlayerCastSkill_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestNode_PlayerCastSkill_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestNode_PlayerCastSkill_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayerCastSkill_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayerCastSkill_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayerCastSkill_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayerCastSkill_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayerCastSkill_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayerCastSkill_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayerCastSkill_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayerCastSkill \ +static_assert(alignof(UBED_QuestNode_PlayerCastSkill) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayerCastSkill"); \ +static_assert(sizeof(UBED_QuestNode_PlayerCastSkill) == 0x0002B8, "Wrong size on UBED_QuestNode_PlayerCastSkill"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCastSkill, ComboKey) == 0x0002A0, "Member 'UBED_QuestNode_PlayerCastSkill::ComboKey' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCastSkill, Direction) == 0x0002A1, "Member 'UBED_QuestNode_PlayerCastSkill::Direction' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCastSkill, SkillID) == 0x0002A4, "Member 'UBED_QuestNode_PlayerCastSkill::SkillID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayerCastSkill, SkillCastConditions) == 0x0002A8, "Member 'UBED_QuestNode_PlayerCastSkill::SkillCastConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_AwardPrizesRandom_PostPropertyChanged \ +static_assert(alignof(BED_QuestNode_AwardPrizesRandom_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_AwardPrizesRandom_PostPropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_AwardPrizesRandom_PostPropertyChanged) == 0x000020, "Wrong size on BED_QuestNode_AwardPrizesRandom_PostPropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_AwardPrizesRandom_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestNode_AwardPrizesRandom_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestNode_AwardPrizesRandom_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestNode_AwardPrizesRandom_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_AwardPrizesRandom_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_AwardPrizesRandom_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_AwardPrizesRandom_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_AwardPrizesRandom_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_AwardPrizesRandom_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_AwardPrizesRandom_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_AwardPrizesRandom_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_AwardPrizesRandom \ +static_assert(alignof(UBED_QuestNode_AwardPrizesRandom) == 0x000008, "Wrong alignment on UBED_QuestNode_AwardPrizesRandom"); \ +static_assert(sizeof(UBED_QuestNode_AwardPrizesRandom) == 0x0002C0, "Wrong size on UBED_QuestNode_AwardPrizesRandom"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, RandomCount) == 0x0002A0, "Member 'UBED_QuestNode_AwardPrizesRandom::RandomCount' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, SuccessLimit) == 0x0002A4, "Member 'UBED_QuestNode_AwardPrizesRandom::SuccessLimit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, NormalProbability) == 0x0002A8, "Member 'UBED_QuestNode_AwardPrizesRandom::NormalProbability' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, FirstProbability) == 0x0002AC, "Member 'UBED_QuestNode_AwardPrizesRandom::FirstProbability' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, SecondProbability) == 0x0002B0, "Member 'UBED_QuestNode_AwardPrizesRandom::SecondProbability' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, EventID) == 0x0002B4, "Member 'UBED_QuestNode_AwardPrizesRandom::EventID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, RefreshDelta) == 0x0002B8, "Member 'UBED_QuestNode_AwardPrizesRandom::RefreshDelta' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AwardPrizesRandom, AwardCd) == 0x0002BC, "Member 'UBED_QuestNode_AwardPrizesRandom::AwardCd' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_GainItemPerformance_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_GainItemPerformance_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_GainItemPerformance_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_GainItemPerformance_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_GainItemPerformance_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_GainItemPerformance_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_GainItemPerformance_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_GainItemPerformance \ +static_assert(alignof(UBED_QuestNode_GainItemPerformance) == 0x000008, "Wrong alignment on UBED_QuestNode_GainItemPerformance"); \ +static_assert(sizeof(UBED_QuestNode_GainItemPerformance) == 0x0002A8, "Wrong size on UBED_QuestNode_GainItemPerformance"); \ +static_assert(offsetof(UBED_QuestNode_GainItemPerformance, ItemId) == 0x0002A0, "Member 'UBED_QuestNode_GainItemPerformance::ItemId' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_GainItemPerformance, Count) == 0x0002A4, "Member 'UBED_QuestNode_GainItemPerformance::Count' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_RaiseAwardProbability_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_RaiseAwardProbability_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_RaiseAwardProbability_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_RaiseAwardProbability_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_RaiseAwardProbability_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_RaiseAwardProbability_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_RaiseAwardProbability_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_RaiseAwardProbability \ +static_assert(alignof(UBED_QuestNode_RaiseAwardProbability) == 0x000008, "Wrong alignment on UBED_QuestNode_RaiseAwardProbability"); \ +static_assert(sizeof(UBED_QuestNode_RaiseAwardProbability) == 0x0002B0, "Wrong size on UBED_QuestNode_RaiseAwardProbability"); \ +static_assert(offsetof(UBED_QuestNode_RaiseAwardProbability, EventID) == 0x0002A0, "Member 'UBED_QuestNode_RaiseAwardProbability::EventID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_RaiseAwardProbability, RaiseType) == 0x0002A4, "Member 'UBED_QuestNode_RaiseAwardProbability::RaiseType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_RaiseAwardProbability, Probability) == 0x0002A8, "Member 'UBED_QuestNode_RaiseAwardProbability::Probability' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SetAwardState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_SetAwardState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SetAwardState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_SetAwardState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_SetAwardState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_SetAwardState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SetAwardState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SetAwardState \ +static_assert(alignof(UBED_QuestNode_SetAwardState) == 0x000008, "Wrong alignment on UBED_QuestNode_SetAwardState"); \ +static_assert(sizeof(UBED_QuestNode_SetAwardState) == 0x000318, "Wrong size on UBED_QuestNode_SetAwardState"); \ +static_assert(offsetof(UBED_QuestNode_SetAwardState, EventID) == 0x0002A0, "Member 'UBED_QuestNode_SetAwardState::EventID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetAwardState, Distance) == 0x0002A4, "Member 'UBED_QuestNode_SetAwardState::Distance' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetAwardState, CenterDistance) == 0x0002A8, "Member 'UBED_QuestNode_SetAwardState::CenterDistance' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetAwardState, CenterPoint) == 0x0002B0, "Member 'UBED_QuestNode_SetAwardState::CenterPoint' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetAwardState, ConditionList) == 0x0002C8, "Member 'UBED_QuestNode_SetAwardState::ConditionList' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetAwardState, UnitOrPlayer) == 0x0002D8, "Member 'UBED_QuestNode_SetAwardState::UnitOrPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetAwardState, ObservedActor) == 0x0002F0, "Member 'UBED_QuestNode_SetAwardState::ObservedActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_UnitTeleport_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_UnitTeleport_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_UnitTeleport_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_UnitTeleport_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_UnitTeleport_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_UnitTeleport_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_UnitTeleport_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_UnitTeleport \ +static_assert(alignof(UBED_QuestNode_UnitTeleport) == 0x000008, "Wrong alignment on UBED_QuestNode_UnitTeleport"); \ +static_assert(sizeof(UBED_QuestNode_UnitTeleport) == 0x0002E8, "Wrong size on UBED_QuestNode_UnitTeleport"); \ +static_assert(offsetof(UBED_QuestNode_UnitTeleport, Unit) == 0x0002A0, "Member 'UBED_QuestNode_UnitTeleport::Unit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_UnitTeleport, SkillBeforeTeleport) == 0x0002B0, "Member 'UBED_QuestNode_UnitTeleport::SkillBeforeTeleport' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_UnitTeleport, SkillAfterTeleport) == 0x0002B4, "Member 'UBED_QuestNode_UnitTeleport::SkillAfterTeleport' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_UnitTeleport, LocationType) == 0x0002B8, "Member 'UBED_QuestNode_UnitTeleport::LocationType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_UnitTeleport, RotationType) == 0x0002BC, "Member 'UBED_QuestNode_UnitTeleport::RotationType' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_UnitTeleport, NotifyUnit) == 0x0002C0, "Member 'UBED_QuestNode_UnitTeleport::NotifyUnit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged \ +static_assert(alignof(BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged"); \ +static_assert(sizeof(BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged) == 0x000020, "Wrong size on BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged"); \ +static_assert(offsetof(BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_TaskNode_ObserveUnitsDeadWithOrder_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_ObserveUnitsDeadWithOrder_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_ObserveUnitsDeadWithOrder_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_ObserveUnitsDeadWithOrder_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_ObserveUnitsDeadWithOrder_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_ObserveUnitsDeadWithOrder_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_ObserveUnitsDeadWithOrder_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_ObserveUnitsDeadWithOrder_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_ObserveUnitsDeadWithOrder \ +static_assert(alignof(UBED_TaskNode_ObserveUnitsDeadWithOrder) == 0x000008, "Wrong alignment on UBED_TaskNode_ObserveUnitsDeadWithOrder"); \ +static_assert(sizeof(UBED_TaskNode_ObserveUnitsDeadWithOrder) == 0x0002B0, "Wrong size on UBED_TaskNode_ObserveUnitsDeadWithOrder"); \ +static_assert(offsetof(UBED_TaskNode_ObserveUnitsDeadWithOrder, UnitList) == 0x0002A0, "Member 'UBED_TaskNode_ObserveUnitsDeadWithOrder::UnitList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_ObserveSequence_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_ObserveSequence_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_ObserveSequence_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_ObserveSequence_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_ObserveSequence_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_ObserveSequence_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_ObserveSequence_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_ObserveSequence \ +static_assert(alignof(UBED_TaskNode_ObserveSequence) == 0x000008, "Wrong alignment on UBED_TaskNode_ObserveSequence"); \ +static_assert(sizeof(UBED_TaskNode_ObserveSequence) == 0x0002C0, "Wrong size on UBED_TaskNode_ObserveSequence"); \ +static_assert(offsetof(UBED_TaskNode_ObserveSequence, SequencePhase) == 0x0002A0, "Member 'UBED_TaskNode_ObserveSequence::SequencePhase' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_ObserveSequence, Sequence) == 0x0002A4, "Member 'UBED_TaskNode_ObserveSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_ObserveSequence, SuccessLimit) == 0x0002B4, "Member 'UBED_TaskNode_ObserveSequence::SuccessLimit' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_ObserveSequence, SequenceID) == 0x0002B8, "Member 'UBED_TaskNode_ObserveSequence::SequenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_QueryCompoundCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_QueryCompoundCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_QueryCompoundCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_QueryCompoundCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_QueryCompoundCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_QueryCompoundCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_QueryCompoundCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_QueryCompoundCondition \ +static_assert(alignof(UBED_TaskNode_QueryCompoundCondition) == 0x000008, "Wrong alignment on UBED_TaskNode_QueryCompoundCondition"); \ +static_assert(sizeof(UBED_TaskNode_QueryCompoundCondition) == 0x0002B8, "Wrong size on UBED_TaskNode_QueryCompoundCondition"); \ +static_assert(offsetof(UBED_TaskNode_QueryCompoundCondition, ConditionRelation) == 0x0002A0, "Member 'UBED_TaskNode_QueryCompoundCondition::ConditionRelation' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_QueryCompoundCondition, Conditions) == 0x0002A8, "Member 'UBED_TaskNode_QueryCompoundCondition::Conditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSUIMiscUtil_GSUpdateABSMatSrcPosSizeForImg \ +static_assert(alignof(GSUIMiscUtil_GSUpdateABSMatSrcPosSizeForImg) == 0x000008, "Wrong alignment on GSUIMiscUtil_GSUpdateABSMatSrcPosSizeForImg"); \ +static_assert(sizeof(GSUIMiscUtil_GSUpdateABSMatSrcPosSizeForImg) == 0x000008, "Wrong size on GSUIMiscUtil_GSUpdateABSMatSrcPosSizeForImg"); \ +static_assert(offsetof(GSUIMiscUtil_GSUpdateABSMatSrcPosSizeForImg, RefImage) == 0x000000, "Member 'GSUIMiscUtil_GSUpdateABSMatSrcPosSizeForImg::RefImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSUIMiscUtil_GSUpdateABSMatCoverPosForImg \ +static_assert(alignof(GSUIMiscUtil_GSUpdateABSMatCoverPosForImg) == 0x000008, "Wrong alignment on GSUIMiscUtil_GSUpdateABSMatCoverPosForImg"); \ +static_assert(sizeof(GSUIMiscUtil_GSUpdateABSMatCoverPosForImg) == 0x000018, "Wrong size on GSUIMiscUtil_GSUpdateABSMatCoverPosForImg"); \ +static_assert(offsetof(GSUIMiscUtil_GSUpdateABSMatCoverPosForImg, RefImage) == 0x000000, "Member 'GSUIMiscUtil_GSUpdateABSMatCoverPosForImg::RefImage' has a wrong offset!"); \ +static_assert(offsetof(GSUIMiscUtil_GSUpdateABSMatCoverPosForImg, ScreenRefPos) == 0x000008, "Member 'GSUIMiscUtil_GSUpdateABSMatCoverPosForImg::ScreenRefPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSUIMiscUtil_GSUpdateABSMatSrcPosSize \ +static_assert(alignof(GSUIMiscUtil_GSUpdateABSMatSrcPosSize) == 0x000008, "Wrong alignment on GSUIMiscUtil_GSUpdateABSMatSrcPosSize"); \ +static_assert(sizeof(GSUIMiscUtil_GSUpdateABSMatSrcPosSize) == 0x000010, "Wrong size on GSUIMiscUtil_GSUpdateABSMatSrcPosSize"); \ +static_assert(offsetof(GSUIMiscUtil_GSUpdateABSMatSrcPosSize, RefWidget) == 0x000000, "Member 'GSUIMiscUtil_GSUpdateABSMatSrcPosSize::RefWidget' has a wrong offset!"); \ +static_assert(offsetof(GSUIMiscUtil_GSUpdateABSMatSrcPosSize, RefABSDynamicInst) == 0x000008, "Member 'GSUIMiscUtil_GSUpdateABSMatSrcPosSize::RefABSDynamicInst' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSUIMiscUtil_GSUpdateABSMatCoverPos \ +static_assert(alignof(GSUIMiscUtil_GSUpdateABSMatCoverPos) == 0x000008, "Wrong alignment on GSUIMiscUtil_GSUpdateABSMatCoverPos"); \ +static_assert(sizeof(GSUIMiscUtil_GSUpdateABSMatCoverPos) == 0x000018, "Wrong size on GSUIMiscUtil_GSUpdateABSMatCoverPos"); \ +static_assert(offsetof(GSUIMiscUtil_GSUpdateABSMatCoverPos, RefABSDynamicInst) == 0x000000, "Member 'GSUIMiscUtil_GSUpdateABSMatCoverPos::RefABSDynamicInst' has a wrong offset!"); \ +static_assert(offsetof(GSUIMiscUtil_GSUpdateABSMatCoverPos, ScreenRefPos) == 0x000008, "Member 'GSUIMiscUtil_GSUpdateABSMatCoverPos::ScreenRefPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSUIMiscUtil \ +static_assert(alignof(UGSUIMiscUtil) == 0x000008, "Wrong alignment on UGSUIMiscUtil"); \ +static_assert(sizeof(UGSUIMiscUtil) == 0x000028, "Wrong size on UGSUIMiscUtil"); \ + +#define DUMPER7_ASSERTS_UDSSettingFunctionBinder_OnMonitorAsPrimaryChange \ +static_assert(alignof(UDSSettingFunctionBinder_OnMonitorAsPrimaryChange) == 0x000004, "Wrong alignment on UDSSettingFunctionBinder_OnMonitorAsPrimaryChange"); \ +static_assert(sizeof(UDSSettingFunctionBinder_OnMonitorAsPrimaryChange) == 0x000004, "Wrong size on UDSSettingFunctionBinder_OnMonitorAsPrimaryChange"); \ +static_assert(offsetof(UDSSettingFunctionBinder_OnMonitorAsPrimaryChange, MonitorIdx) == 0x000000, "Member 'UDSSettingFunctionBinder_OnMonitorAsPrimaryChange::MonitorIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UDSSettingFunctionBinder_OnViewportResizedEvent \ +static_assert(alignof(UDSSettingFunctionBinder_OnViewportResizedEvent) == 0x000004, "Wrong alignment on UDSSettingFunctionBinder_OnViewportResizedEvent"); \ +static_assert(sizeof(UDSSettingFunctionBinder_OnViewportResizedEvent) == 0x000008, "Wrong size on UDSSettingFunctionBinder_OnViewportResizedEvent"); \ +static_assert(offsetof(UDSSettingFunctionBinder_OnViewportResizedEvent, NewSize) == 0x000000, "Member 'UDSSettingFunctionBinder_OnViewportResizedEvent::NewSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUDSSettingFunctionBinder \ +static_assert(alignof(UUDSSettingFunctionBinder) == 0x000008, "Wrong alignment on UUDSSettingFunctionBinder"); \ +static_assert(sizeof(UUDSSettingFunctionBinder) == 0x000028, "Wrong size on UUDSSettingFunctionBinder"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Battle_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessMachineNode_Battle_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_Battle_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_Battle_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_Battle_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_Battle_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_Battle_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Battle \ +static_assert(alignof(UBED_ProcessMachineNode_Battle) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Battle"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Battle) == 0x000318, "Wrong size on UBED_ProcessMachineNode_Battle"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Battle, StartCondition) == 0x0002A0, "Member 'UBED_ProcessMachineNode_Battle::StartCondition' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Battle, BattleStartActiveList) == 0x0002D8, "Member 'UBED_ProcessMachineNode_Battle::BattleStartActiveList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Battle, TransitionConditions) == 0x000308, "Member 'UBED_ProcessMachineNode_Battle::TransitionConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Counter \ +static_assert(alignof(UBED_ProcessMachineNode_Counter) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Counter"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Counter) == 0x0002A8, "Wrong size on UBED_ProcessMachineNode_Counter"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Counter, Goal) == 0x0002A0, "Member 'UBED_ProcessMachineNode_Counter::Goal' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PlayEverySequence \ +static_assert(alignof(UAutoTest_PlayEverySequence) == 0x000008, "Wrong alignment on UAutoTest_PlayEverySequence"); \ +static_assert(sizeof(UAutoTest_PlayEverySequence) == 0x000028, "Wrong size on UAutoTest_PlayEverySequence"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_ResetGroup_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessMachineNode_ResetGroup_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_ResetGroup_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_ResetGroup_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_ResetGroup_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_ResetGroup_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_ResetGroup_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_ResetGroup_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_ResetGroup_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_ResetGroup_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_ResetGroup_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_ResetGroup_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_ResetGroup_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_ResetGroup_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_ResetGroup \ +static_assert(alignof(UBED_ProcessMachineNode_ResetGroup) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_ResetGroup"); \ +static_assert(sizeof(UBED_ProcessMachineNode_ResetGroup) == 0x0002B8, "Wrong size on UBED_ProcessMachineNode_ResetGroup"); \ +static_assert(offsetof(UBED_ProcessMachineNode_ResetGroup, GroupName) == 0x0002A0, "Member 'UBED_ProcessMachineNode_ResetGroup::GroupName' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_ResetGroup, TransitionConditions) == 0x0002A8, "Member 'UBED_ProcessMachineNode_ResetGroup::TransitionConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Idle_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessMachineNode_Idle_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_Idle_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_Idle_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_Idle_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_Idle_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_Idle_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Idle_PostPropertyChanged \ +static_assert(alignof(BED_ProcessMachineNode_Idle_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_Idle_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessMachineNode_Idle_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessMachineNode_Idle_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessMachineNode_Idle_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessMachineNode_Idle_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessMachineNode_Idle_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessMachineNode_Idle_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Idle \ +static_assert(alignof(UBED_ProcessMachineNode_Idle) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Idle"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Idle) == 0x0002C8, "Wrong size on UBED_ProcessMachineNode_Idle"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Idle, TransitionConditions) == 0x0002A0, "Member 'UBED_ProcessMachineNode_Idle::TransitionConditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Idle, ProcessActions) == 0x0002B0, "Member 'UBED_ProcessMachineNode_Idle::ProcessActions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeAnimBySkillID \ +static_assert(alignof(QATamerDescriber_QADescribeAnimBySkillID) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeAnimBySkillID"); \ +static_assert(sizeof(QATamerDescriber_QADescribeAnimBySkillID) == 0x000018, "Wrong size on QATamerDescriber_QADescribeAnimBySkillID"); \ +static_assert(offsetof(QATamerDescriber_QADescribeAnimBySkillID, SkillID) == 0x000000, "Member 'QATamerDescriber_QADescribeAnimBySkillID::SkillID' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeAnimBySkillID, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeAnimBySkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeAnimByMontage \ +static_assert(alignof(QATamerDescriber_QADescribeAnimByMontage) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeAnimByMontage"); \ +static_assert(sizeof(QATamerDescriber_QADescribeAnimByMontage) == 0x000018, "Wrong size on QATamerDescriber_QADescribeAnimByMontage"); \ +static_assert(offsetof(QATamerDescriber_QADescribeAnimByMontage, Montage) == 0x000000, "Member 'QATamerDescriber_QADescribeAnimByMontage::Montage' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeAnimByMontage, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeAnimByMontage::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeBattleArena \ +static_assert(alignof(QATamerDescriber_QADescribeBattleArena) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeBattleArena"); \ +static_assert(sizeof(QATamerDescriber_QADescribeBattleArena) == 0x000018, "Wrong size on QATamerDescriber_QADescribeBattleArena"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBattleArena, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeBattleArena::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBattleArena, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeBattleArena::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeEngagement \ +static_assert(alignof(QATamerDescriber_QADescribeEngagement) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeEngagement"); \ +static_assert(sizeof(QATamerDescriber_QADescribeEngagement) == 0x000018, "Wrong size on QATamerDescriber_QADescribeEngagement"); \ +static_assert(offsetof(QATamerDescriber_QADescribeEngagement, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeEngagement::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeEngagement, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeEngagement::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeBeAttacked \ +static_assert(alignof(QATamerDescriber_QADescribeBeAttacked) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeBeAttacked"); \ +static_assert(sizeof(QATamerDescriber_QADescribeBeAttacked) == 0x000018, "Wrong size on QATamerDescriber_QADescribeBeAttacked"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBeAttacked, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeBeAttacked::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBeAttacked, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeBeAttacked::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeCounter \ +static_assert(alignof(QATamerDescriber_QADescribeCounter) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeCounter"); \ +static_assert(sizeof(QATamerDescriber_QADescribeCounter) == 0x000018, "Wrong size on QATamerDescriber_QADescribeCounter"); \ +static_assert(offsetof(QATamerDescriber_QADescribeCounter, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeCounter::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeCounter, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeCounter::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QAGetBTTaskNodes \ +static_assert(alignof(QATamerDescriber_QAGetBTTaskNodes) == 0x000008, "Wrong alignment on QATamerDescriber_QAGetBTTaskNodes"); \ +static_assert(sizeof(QATamerDescriber_QAGetBTTaskNodes) == 0x000018, "Wrong size on QATamerDescriber_QAGetBTTaskNodes"); \ +static_assert(offsetof(QATamerDescriber_QAGetBTTaskNodes, BT) == 0x000000, "Member 'QATamerDescriber_QAGetBTTaskNodes::BT' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QAGetBTTaskNodes, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QAGetBTTaskNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeBattle \ +static_assert(alignof(QATamerDescriber_QADescribeBattle) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeBattle"); \ +static_assert(sizeof(QATamerDescriber_QADescribeBattle) == 0x000018, "Wrong size on QATamerDescriber_QADescribeBattle"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBattle, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeBattle::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBattle, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeBattle::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeSkill \ +static_assert(alignof(QATamerDescriber_QADescribeSkill) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeSkill"); \ +static_assert(sizeof(QATamerDescriber_QADescribeSkill) == 0x000018, "Wrong size on QATamerDescriber_QADescribeSkill"); \ +static_assert(offsetof(QATamerDescriber_QADescribeSkill, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeSkill::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeSkill, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeSkill::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeDeath \ +static_assert(alignof(QATamerDescriber_QADescribeDeath) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeDeath"); \ +static_assert(sizeof(QATamerDescriber_QADescribeDeath) == 0x000018, "Wrong size on QATamerDescriber_QADescribeDeath"); \ +static_assert(offsetof(QATamerDescriber_QADescribeDeath, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeDeath::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeDeath, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeDeath::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeISO \ +static_assert(alignof(QATamerDescriber_QADescribeISO) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeISO"); \ +static_assert(sizeof(QATamerDescriber_QADescribeISO) == 0x000018, "Wrong size on QATamerDescriber_QADescribeISO"); \ +static_assert(offsetof(QATamerDescriber_QADescribeISO, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeISO::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeISO, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeISO::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeArt \ +static_assert(alignof(QATamerDescriber_QADescribeArt) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeArt"); \ +static_assert(sizeof(QATamerDescriber_QADescribeArt) == 0x000018, "Wrong size on QATamerDescriber_QADescribeArt"); \ +static_assert(offsetof(QATamerDescriber_QADescribeArt, TM) == 0x000000, "Member 'QATamerDescriber_QADescribeArt::TM' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeArt, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeArt::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_QATamerDescriber_QADescribeBT \ +static_assert(alignof(QATamerDescriber_QADescribeBT) == 0x000008, "Wrong alignment on QATamerDescriber_QADescribeBT"); \ +static_assert(sizeof(QATamerDescriber_QADescribeBT) == 0x000018, "Wrong size on QATamerDescriber_QADescribeBT"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBT, BT) == 0x000000, "Member 'QATamerDescriber_QADescribeBT::BT' has a wrong offset!"); \ +static_assert(offsetof(QATamerDescriber_QADescribeBT, ReturnValue) == 0x000008, "Member 'QATamerDescriber_QADescribeBT::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UQATamerDescriber \ +static_assert(alignof(UQATamerDescriber) == 0x000008, "Wrong alignment on UQATamerDescriber"); \ +static_assert(sizeof(UQATamerDescriber) == 0x000028, "Wrong size on UQATamerDescriber"); \ + +#define DUMPER7_ASSERTS_UBUI_BattleInfoCS \ +static_assert(alignof(UBUI_BattleInfoCS) == 0x000008, "Wrong alignment on UBUI_BattleInfoCS"); \ +static_assert(sizeof(UBUI_BattleInfoCS) == 0x0003D8, "Wrong size on UBUI_BattleInfoCS"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_HFDS \ +static_assert(alignof(UAutoTest_HFM_HFDS) == 0x000008, "Wrong alignment on UAutoTest_HFM_HFDS"); \ +static_assert(sizeof(UAutoTest_HFM_HFDS) == 0x000028, "Wrong size on UAutoTest_HFM_HFDS"); \ + +#define DUMPER7_ASSERTS_GSTileViewPanel_OnViewWidgetSizeChangedEvent \ +static_assert(alignof(GSTileViewPanel_OnViewWidgetSizeChangedEvent) == 0x000008, "Wrong alignment on GSTileViewPanel_OnViewWidgetSizeChangedEvent"); \ +static_assert(sizeof(GSTileViewPanel_OnViewWidgetSizeChangedEvent) == 0x000010, "Wrong size on GSTileViewPanel_OnViewWidgetSizeChangedEvent"); \ +static_assert(offsetof(GSTileViewPanel_OnViewWidgetSizeChangedEvent, Size) == 0x000000, "Member 'GSTileViewPanel_OnViewWidgetSizeChangedEvent::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileViewPanel_OnEntryWidgetGeneratedEvent \ +static_assert(alignof(GSTileViewPanel_OnEntryWidgetGeneratedEvent) == 0x000008, "Wrong alignment on GSTileViewPanel_OnEntryWidgetGeneratedEvent"); \ +static_assert(sizeof(GSTileViewPanel_OnEntryWidgetGeneratedEvent) == 0x000008, "Wrong size on GSTileViewPanel_OnEntryWidgetGeneratedEvent"); \ +static_assert(offsetof(GSTileViewPanel_OnEntryWidgetGeneratedEvent, Widget) == 0x000000, "Member 'GSTileViewPanel_OnEntryWidgetGeneratedEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileViewPanel_OnEntryWidgetReleasedEvent \ +static_assert(alignof(GSTileViewPanel_OnEntryWidgetReleasedEvent) == 0x000008, "Wrong alignment on GSTileViewPanel_OnEntryWidgetReleasedEvent"); \ +static_assert(sizeof(GSTileViewPanel_OnEntryWidgetReleasedEvent) == 0x000008, "Wrong size on GSTileViewPanel_OnEntryWidgetReleasedEvent"); \ +static_assert(offsetof(GSTileViewPanel_OnEntryWidgetReleasedEvent, Widget) == 0x000000, "Member 'GSTileViewPanel_OnEntryWidgetReleasedEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileViewPanel_ItemScrolledIntoViewEvent \ +static_assert(alignof(GSTileViewPanel_ItemScrolledIntoViewEvent) == 0x000008, "Wrong alignment on GSTileViewPanel_ItemScrolledIntoViewEvent"); \ +static_assert(sizeof(GSTileViewPanel_ItemScrolledIntoViewEvent) == 0x000010, "Wrong size on GSTileViewPanel_ItemScrolledIntoViewEvent"); \ +static_assert(offsetof(GSTileViewPanel_ItemScrolledIntoViewEvent, Item) == 0x000000, "Member 'GSTileViewPanel_ItemScrolledIntoViewEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(GSTileViewPanel_ItemScrolledIntoViewEvent, Widget) == 0x000008, "Member 'GSTileViewPanel_ItemScrolledIntoViewEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSTileViewPanel_OnEntryInitializedEvent \ +static_assert(alignof(GSTileViewPanel_OnEntryInitializedEvent) == 0x000008, "Wrong alignment on GSTileViewPanel_OnEntryInitializedEvent"); \ +static_assert(sizeof(GSTileViewPanel_OnEntryInitializedEvent) == 0x000010, "Wrong size on GSTileViewPanel_OnEntryInitializedEvent"); \ +static_assert(offsetof(GSTileViewPanel_OnEntryInitializedEvent, Item) == 0x000000, "Member 'GSTileViewPanel_OnEntryInitializedEvent::Item' has a wrong offset!"); \ +static_assert(offsetof(GSTileViewPanel_OnEntryInitializedEvent, Widget) == 0x000008, "Member 'GSTileViewPanel_OnEntryInitializedEvent::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSTileViewPanel \ +static_assert(alignof(UGSTileViewPanel) == 0x000010, "Wrong alignment on UGSTileViewPanel"); \ +static_assert(sizeof(UGSTileViewPanel) == 0x000C20, "Wrong size on UGSTileViewPanel"); \ + +#define DUMPER7_ASSERTS_BSNS_DisablePhysicalMove_OnNotifyBegin \ +static_assert(alignof(BSNS_DisablePhysicalMove_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_DisablePhysicalMove_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_DisablePhysicalMove_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_DisablePhysicalMove_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_DisablePhysicalMove_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_DisablePhysicalMove_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_DisablePhysicalMove_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_DisablePhysicalMove_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_DisablePhysicalMove_OnNotifyEnd \ +static_assert(alignof(BSNS_DisablePhysicalMove_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_DisablePhysicalMove_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_DisablePhysicalMove_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_DisablePhysicalMove_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_DisablePhysicalMove_OnNotifyEnd, InPlayer) == 0x000000, "Member 'BSNS_DisablePhysicalMove_OnNotifyEnd::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_DisablePhysicalMove_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_DisablePhysicalMove_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_DisablePhysicalMove \ +static_assert(alignof(UBSNS_DisablePhysicalMove) == 0x000008, "Wrong alignment on UBSNS_DisablePhysicalMove"); \ +static_assert(sizeof(UBSNS_DisablePhysicalMove) == 0x000108, "Wrong size on UBSNS_DisablePhysicalMove"); \ +static_assert(offsetof(UBSNS_DisablePhysicalMove, UnitGuid) == 0x000100, "Member 'UBSNS_DisablePhysicalMove::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate \ +static_assert(alignof(GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate) == 0x000004, "Wrong alignment on GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate"); \ +static_assert(sizeof(GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate) == 0x000010, "Wrong size on GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate, T) == 0x000000, "Member 'GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate::T' has a wrong offset!"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate, X) == 0x000004, "Member 'GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate::X' has a wrong offset!"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate, XD) == 0x000008, "Member 'GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate::XD' has a wrong offset!"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate, ReturnValue) == 0x00000C, "Member 'GSSecondOrderDynamicsUtil_CurSecOrdDynUpdate::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSSecondOrderDynamicsUtil_InitCurSecOrdDyn \ +static_assert(alignof(GSSecondOrderDynamicsUtil_InitCurSecOrdDyn) == 0x000004, "Wrong alignment on GSSecondOrderDynamicsUtil_InitCurSecOrdDyn"); \ +static_assert(sizeof(GSSecondOrderDynamicsUtil_InitCurSecOrdDyn) == 0x000010, "Wrong size on GSSecondOrderDynamicsUtil_InitCurSecOrdDyn"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_InitCurSecOrdDyn, F) == 0x000000, "Member 'GSSecondOrderDynamicsUtil_InitCurSecOrdDyn::F' has a wrong offset!"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_InitCurSecOrdDyn, Z) == 0x000004, "Member 'GSSecondOrderDynamicsUtil_InitCurSecOrdDyn::Z' has a wrong offset!"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_InitCurSecOrdDyn, R) == 0x000008, "Member 'GSSecondOrderDynamicsUtil_InitCurSecOrdDyn::R' has a wrong offset!"); \ +static_assert(offsetof(GSSecondOrderDynamicsUtil_InitCurSecOrdDyn, X0) == 0x00000C, "Member 'GSSecondOrderDynamicsUtil_InitCurSecOrdDyn::X0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSSecondOrderDynamicsUtil \ +static_assert(alignof(UGSSecondOrderDynamicsUtil) == 0x000008, "Wrong alignment on UGSSecondOrderDynamicsUtil"); \ +static_assert(sizeof(UGSSecondOrderDynamicsUtil) == 0x000028, "Wrong size on UGSSecondOrderDynamicsUtil"); \ + +#define DUMPER7_ASSERTS_UGSSdkHttpRequestCallbackListener_OnReponseComplete \ +static_assert(alignof(UGSSdkHttpRequestCallbackListener_OnReponseComplete) == 0x000008, "Wrong alignment on UGSSdkHttpRequestCallbackListener_OnReponseComplete"); \ +static_assert(sizeof(UGSSdkHttpRequestCallbackListener_OnReponseComplete) == 0x000018, "Wrong size on UGSSdkHttpRequestCallbackListener_OnReponseComplete"); \ +static_assert(offsetof(UGSSdkHttpRequestCallbackListener_OnReponseComplete, HttpCode) == 0x000004, "Member 'UGSSdkHttpRequestCallbackListener_OnReponseComplete::HttpCode' has a wrong offset!"); \ +static_assert(offsetof(UGSSdkHttpRequestCallbackListener_OnReponseComplete, Content) == 0x000008, "Member 'UGSSdkHttpRequestCallbackListener_OnReponseComplete::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUGSSdkHttpRequestCallbackListener \ +static_assert(alignof(UUGSSdkHttpRequestCallbackListener) == 0x000008, "Wrong alignment on UUGSSdkHttpRequestCallbackListener"); \ +static_assert(sizeof(UUGSSdkHttpRequestCallbackListener) == 0x000030, "Wrong size on UUGSSdkHttpRequestCallbackListener"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_ShaMenGang \ +static_assert(alignof(UAutoTest_HFM_ShaMenGang) == 0x000008, "Wrong alignment on UAutoTest_HFM_ShaMenGang"); \ +static_assert(sizeof(UAutoTest_HFM_ShaMenGang) == 0x000028, "Wrong size on UAutoTest_HFM_ShaMenGang"); \ + +#define DUMPER7_ASSERTS_UBGW_AsyncTaskMgr \ +static_assert(alignof(UBGW_AsyncTaskMgr) == 0x000008, "Wrong alignment on UBGW_AsyncTaskMgr"); \ +static_assert(sizeof(UBGW_AsyncTaskMgr) == 0x000038, "Wrong size on UBGW_AsyncTaskMgr"); \ +static_assert(offsetof(UBGW_AsyncTaskMgr, HttpRequestCallbackListeners) == 0x000028, "Member 'UBGW_AsyncTaskMgr::HttpRequestCallbackListeners' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_GCMgr \ +static_assert(alignof(UBGW_GCMgr) == 0x000008, "Wrong alignment on UBGW_GCMgr"); \ +static_assert(sizeof(UBGW_GCMgr) == 0x000028, "Wrong size on UBGW_GCMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_GSSdkMgr \ +static_assert(alignof(UBGW_GSSdkMgr) == 0x000008, "Wrong alignment on UBGW_GSSdkMgr"); \ +static_assert(sizeof(UBGW_GSSdkMgr) == 0x000028, "Wrong size on UBGW_GSSdkMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_ScriptMgr \ +static_assert(alignof(UBGW_ScriptMgr) == 0x000008, "Wrong alignment on UBGW_ScriptMgr"); \ +static_assert(sizeof(UBGW_ScriptMgr) == 0x000028, "Wrong size on UBGW_ScriptMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_ManagedReflectMgr \ +static_assert(alignof(UBGW_ManagedReflectMgr) == 0x000008, "Wrong alignment on UBGW_ManagedReflectMgr"); \ +static_assert(sizeof(UBGW_ManagedReflectMgr) == 0x000028, "Wrong size on UBGW_ManagedReflectMgr"); \ + +#define DUMPER7_ASSERTS_UBGW_DevSecurityMgr \ +static_assert(alignof(UBGW_DevSecurityMgr) == 0x000008, "Wrong alignment on UBGW_DevSecurityMgr"); \ +static_assert(sizeof(UBGW_DevSecurityMgr) == 0x000028, "Wrong size on UBGW_DevSecurityMgr"); \ + +#define DUMPER7_ASSERTS_Bezier_MovementComponentInCS_ReceiveTick \ +static_assert(alignof(Bezier_MovementComponentInCS_ReceiveTick) == 0x000004, "Wrong alignment on Bezier_MovementComponentInCS_ReceiveTick"); \ +static_assert(sizeof(Bezier_MovementComponentInCS_ReceiveTick) == 0x000004, "Wrong size on Bezier_MovementComponentInCS_ReceiveTick"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'Bezier_MovementComponentInCS_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Bezier_MovementComponentInCS_InitMovementParam \ +static_assert(alignof(Bezier_MovementComponentInCS_InitMovementParam) == 0x000008, "Wrong alignment on Bezier_MovementComponentInCS_InitMovementParam"); \ +static_assert(sizeof(Bezier_MovementComponentInCS_InitMovementParam) == 0x000060, "Wrong size on Bezier_MovementComponentInCS_InitMovementParam"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _RotateSpeed) == 0x000000, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_RotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _FlySpeed) == 0x000004, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_FlySpeed' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _DestroyTime) == 0x000008, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_DestroyTime' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _MaxFlySpeed) == 0x00000C, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_MaxFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _BezierPathPointNum) == 0x000010, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_BezierPathPointNum' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _BezierMoveWeight) == 0x000014, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_BezierMoveWeight' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _AccelerationTime) == 0x000018, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_AccelerationTime' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _ApproachDis) == 0x00001C, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_ApproachDis' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _SpeedCurve) == 0x000028, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_SpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _ControlAdditionPoint1) == 0x000030, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_ControlAdditionPoint1' has a wrong offset!"); \ +static_assert(offsetof(Bezier_MovementComponentInCS_InitMovementParam, _ControlAdditionPoint2) == 0x000048, "Member 'Bezier_MovementComponentInCS_InitMovementParam::_ControlAdditionPoint2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBezier_MovementComponentInCS \ +static_assert(alignof(UBezier_MovementComponentInCS) == 0x000008, "Wrong alignment on UBezier_MovementComponentInCS"); \ +static_assert(sizeof(UBezier_MovementComponentInCS) == 0x000128, "Wrong size on UBezier_MovementComponentInCS"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, RotateSpeed) == 0x0000C0, "Member 'UBezier_MovementComponentInCS::RotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, InitFlySpeed) == 0x0000C4, "Member 'UBezier_MovementComponentInCS::InitFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, destroyTime) == 0x0000C8, "Member 'UBezier_MovementComponentInCS::destroyTime' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, ControlAdditionPoint1) == 0x0000D0, "Member 'UBezier_MovementComponentInCS::ControlAdditionPoint1' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, ControlAdditionPoint2) == 0x0000E8, "Member 'UBezier_MovementComponentInCS::ControlAdditionPoint2' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, BezierPathPointNum) == 0x000100, "Member 'UBezier_MovementComponentInCS::BezierPathPointNum' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, BezierMoveWeight) == 0x000104, "Member 'UBezier_MovementComponentInCS::BezierMoveWeight' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, MaxFlySpeed) == 0x000108, "Member 'UBezier_MovementComponentInCS::MaxFlySpeed' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, AccelerationTime) == 0x00010C, "Member 'UBezier_MovementComponentInCS::AccelerationTime' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, ApproachDis) == 0x000110, "Member 'UBezier_MovementComponentInCS::ApproachDis' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, SpeedCurve) == 0x000118, "Member 'UBezier_MovementComponentInCS::SpeedCurve' has a wrong offset!"); \ +static_assert(offsetof(UBezier_MovementComponentInCS, ProjectileMovement) == 0x000120, "Member 'UBezier_MovementComponentInCS::ProjectileMovement' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_SetCustomOutputNodeEventName \ +static_assert(alignof(BED_CalliopeInteractor_SetCustomOutputNodeEventName) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_SetCustomOutputNodeEventName"); \ +static_assert(sizeof(BED_CalliopeInteractor_SetCustomOutputNodeEventName) == 0x000018, "Wrong size on BED_CalliopeInteractor_SetCustomOutputNodeEventName"); \ +static_assert(offsetof(BED_CalliopeInteractor_SetCustomOutputNodeEventName, Node) == 0x000000, "Member 'BED_CalliopeInteractor_SetCustomOutputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_SetCustomOutputNodeEventName, InEventName) == 0x000008, "Member 'BED_CalliopeInteractor_SetCustomOutputNodeEventName::InEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_SetCustomInputNodeEventName \ +static_assert(alignof(BED_CalliopeInteractor_SetCustomInputNodeEventName) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_SetCustomInputNodeEventName"); \ +static_assert(sizeof(BED_CalliopeInteractor_SetCustomInputNodeEventName) == 0x000018, "Wrong size on BED_CalliopeInteractor_SetCustomInputNodeEventName"); \ +static_assert(offsetof(BED_CalliopeInteractor_SetCustomInputNodeEventName, Node) == 0x000000, "Member 'BED_CalliopeInteractor_SetCustomInputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_SetCustomInputNodeEventName, InEventName) == 0x000008, "Member 'BED_CalliopeInteractor_SetCustomInputNodeEventName::InEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetExecutionMultiGateNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetExecutionSequenceNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetExecutionSequenceNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetExecutionSequenceNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetExecutionSequenceNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetExecutionSequenceNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetExecutionSequenceNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetExecutionSequenceNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetExecutionSequenceNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetExecutionSequenceNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetComponentObserverNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetComponentObserverNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetComponentObserverNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetComponentObserverNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetComponentObserverNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetComponentObserverNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetComponentObserverNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetComponentObserverNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetComponentObserverNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetCustomOutputNodeEventName \ +static_assert(alignof(BED_CalliopeInteractor_GetCustomOutputNodeEventName) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetCustomOutputNodeEventName"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetCustomOutputNodeEventName) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetCustomOutputNodeEventName"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomOutputNodeEventName, Node) == 0x000000, "Member 'BED_CalliopeInteractor_GetCustomOutputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomOutputNodeEventName, OutEventName) == 0x000008, "Member 'BED_CalliopeInteractor_GetCustomOutputNodeEventName::OutEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetCustomInputNodeEventName \ +static_assert(alignof(BED_CalliopeInteractor_GetCustomInputNodeEventName) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetCustomInputNodeEventName"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetCustomInputNodeEventName) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetCustomInputNodeEventName"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomInputNodeEventName, Node) == 0x000000, "Member 'BED_CalliopeInteractor_GetCustomInputNodeEventName::Node' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomInputNodeEventName, OutEventName) == 0x000008, "Member 'BED_CalliopeInteractor_GetCustomInputNodeEventName::OutEventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetCustomOutputNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetCustomOutputNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetCustomOutputNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetCustomOutputNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetCustomOutputNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomOutputNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetCustomOutputNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomOutputNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetCustomOutputNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetCustomInputNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetCustomInputNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetCustomInputNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetCustomInputNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetCustomInputNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomInputNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetCustomInputNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetCustomInputNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetCustomInputNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetSubGraphNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetSubGraphNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetSubGraphNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetSubGraphNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetSubGraphNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetSubGraphNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetSubGraphNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetSubGraphNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetSubGraphNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetRerouteNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetRerouteNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetRerouteNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetRerouteNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetRerouteNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetRerouteNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetRerouteNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetRerouteNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetRerouteNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetFinishNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetFinishNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetFinishNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetFinishNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetFinishNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetFinishNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetFinishNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetFinishNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetFinishNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_CalliopeInteractor_GetStartNodeClasses \ +static_assert(alignof(BED_CalliopeInteractor_GetStartNodeClasses) == 0x000008, "Wrong alignment on BED_CalliopeInteractor_GetStartNodeClasses"); \ +static_assert(sizeof(BED_CalliopeInteractor_GetStartNodeClasses) == 0x000018, "Wrong size on BED_CalliopeInteractor_GetStartNodeClasses"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetStartNodeClasses, OutClasses) == 0x000000, "Member 'BED_CalliopeInteractor_GetStartNodeClasses::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_CalliopeInteractor_GetStartNodeClasses, ReturnValue) == 0x000010, "Member 'BED_CalliopeInteractor_GetStartNodeClasses::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_CalliopeInteractor \ +static_assert(alignof(UBED_CalliopeInteractor) == 0x000008, "Wrong alignment on UBED_CalliopeInteractor"); \ +static_assert(sizeof(UBED_CalliopeInteractor) == 0x000078, "Wrong size on UBED_CalliopeInteractor"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_BehaviorAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_BehaviorAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_BehaviorAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_BehaviorAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_BehaviorAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_BehaviorAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_BehaviorAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_BehaviorAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_BehaviorAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_BehaviorAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_BehaviorAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_BehaviorAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_BehaviorAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_BehaviorAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_BehaviorAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_BehaviorAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_BehaviorAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_BehaviorAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_BehaviorAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_BehaviorAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_BehaviorAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_BehaviorAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_BehaviorAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_BehaviorAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_BehaviorAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_BehaviorAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_BehaviorAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetStartNodeClass \ +static_assert(alignof(BED_BehaviorAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_BehaviorAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_BehaviorAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_BehaviorAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_BehaviorAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_BehaviorAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorAsset_GetViewType \ +static_assert(alignof(BED_BehaviorAsset_GetViewType) == 0x000001, "Wrong alignment on BED_BehaviorAsset_GetViewType"); \ +static_assert(sizeof(BED_BehaviorAsset_GetViewType) == 0x000001, "Wrong size on BED_BehaviorAsset_GetViewType"); \ +static_assert(offsetof(BED_BehaviorAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_BehaviorAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorAsset \ +static_assert(alignof(UBED_BehaviorAsset) == 0x000008, "Wrong alignment on UBED_BehaviorAsset"); \ +static_assert(sizeof(UBED_BehaviorAsset) == 0x0003F0, "Wrong size on UBED_BehaviorAsset"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_AddBuff_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_AddBuff_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_AddBuff_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_AddBuff_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_AddBuff_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_AddBuff_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_AddBuff_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_AddBuff \ +static_assert(alignof(UBED_BehaviorNode_AddBuff) == 0x000008, "Wrong alignment on UBED_BehaviorNode_AddBuff"); \ +static_assert(sizeof(UBED_BehaviorNode_AddBuff) == 0x0002B0, "Wrong size on UBED_BehaviorNode_AddBuff"); \ +static_assert(offsetof(UBED_BehaviorNode_AddBuff, BuffID) == 0x0002A0, "Member 'UBED_BehaviorNode_AddBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_AddBuff, BuffLayer) == 0x0002A4, "Member 'UBED_BehaviorNode_AddBuff::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_AddBuff, BuffDuration) == 0x0002A8, "Member 'UBED_BehaviorNode_AddBuff::BuffDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Desc \ +static_assert(alignof(UBED_BehaviorNode_Desc) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Desc"); \ +static_assert(sizeof(UBED_BehaviorNode_Desc) == 0x0002A0, "Wrong size on UBED_BehaviorNode_Desc"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_DetectEnvironment \ +static_assert(alignof(UBED_BehaviorNode_DetectEnvironment) == 0x000008, "Wrong alignment on UBED_BehaviorNode_DetectEnvironment"); \ +static_assert(sizeof(UBED_BehaviorNode_DetectEnvironment) == 0x0002A8, "Wrong size on UBED_BehaviorNode_DetectEnvironment"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_DetectForce_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_DetectForce_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_DetectForce_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_DetectForce_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_DetectForce_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_DetectForce_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_DetectForce_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_DetectForce \ +static_assert(alignof(UBED_BehaviorNode_DetectForce) == 0x000008, "Wrong alignment on UBED_BehaviorNode_DetectForce"); \ +static_assert(sizeof(UBED_BehaviorNode_DetectForce) == 0x0002C8, "Wrong size on UBED_BehaviorNode_DetectForce"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectForce, ForceType) == 0x0002A8, "Member 'UBED_BehaviorNode_DetectForce::ForceType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectForce, Conditions) == 0x0002B0, "Member 'UBED_BehaviorNode_DetectForce::Conditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectForce, SuccessCount) == 0x0002C0, "Member 'UBED_BehaviorNode_DetectForce::SuccessCount' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_DetectUnitOnce_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_DetectUnitOnce_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_DetectUnitOnce_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_DetectUnitOnce_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_DetectUnitOnce_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_DetectUnitOnce_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_DetectUnitOnce_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_DetectUnitOnce_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_DetectUnitOnce_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_DetectUnitOnce_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_DetectUnitOnce_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_DetectUnitOnce_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_DetectUnitOnce_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_DetectUnitOnce_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_DetectUnitOnce \ +static_assert(alignof(UBED_BehaviorNode_DetectUnitOnce) == 0x000008, "Wrong alignment on UBED_BehaviorNode_DetectUnitOnce"); \ +static_assert(sizeof(UBED_BehaviorNode_DetectUnitOnce) == 0x0002D0, "Wrong size on UBED_BehaviorNode_DetectUnitOnce"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnitOnce, UnitType) == 0x0002A0, "Member 'UBED_BehaviorNode_DetectUnitOnce::UnitType' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnitOnce, SmartUnit) == 0x0002A4, "Member 'UBED_BehaviorNode_DetectUnitOnce::SmartUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnitOnce, Conditions) == 0x0002B8, "Member 'UBED_BehaviorNode_DetectUnitOnce::Conditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_DetectUnitOnce, ConditionalRelation) == 0x0002C8, "Member 'UBED_BehaviorNode_DetectUnitOnce::ConditionalRelation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_EnterState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_EnterState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_EnterState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_EnterState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_EnterState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_EnterState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_EnterState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_EnterState_CanShowInMyCalliope \ +static_assert(alignof(BED_BehaviorNode_EnterState_CanShowInMyCalliope) == 0x000008, "Wrong alignment on BED_BehaviorNode_EnterState_CanShowInMyCalliope"); \ +static_assert(sizeof(BED_BehaviorNode_EnterState_CanShowInMyCalliope) == 0x000028, "Wrong size on BED_BehaviorNode_EnterState_CanShowInMyCalliope"); \ +static_assert(offsetof(BED_BehaviorNode_EnterState_CanShowInMyCalliope, ViewCategory) == 0x000000, "Member 'BED_BehaviorNode_EnterState_CanShowInMyCalliope::ViewCategory' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorNode_EnterState_CanShowInMyCalliope, DisplayName) == 0x000010, "Member 'BED_BehaviorNode_EnterState_CanShowInMyCalliope::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_EnterState_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_EnterState_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_EnterState_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_EnterState_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_EnterState_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_EnterState_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_EnterState_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_EnterState \ +static_assert(alignof(UBED_BehaviorNode_EnterState) == 0x000008, "Wrong alignment on UBED_BehaviorNode_EnterState"); \ +static_assert(sizeof(UBED_BehaviorNode_EnterState) == 0x0002A8, "Wrong size on UBED_BehaviorNode_EnterState"); \ +static_assert(offsetof(UBED_BehaviorNode_EnterState, StateTag) == 0x0002A0, "Member 'UBED_BehaviorNode_EnterState::StateTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_HandleBattleMessage \ +static_assert(alignof(UBED_BehaviorNode_HandleBattleMessage) == 0x000008, "Wrong alignment on UBED_BehaviorNode_HandleBattleMessage"); \ +static_assert(sizeof(UBED_BehaviorNode_HandleBattleMessage) == 0x0002A8, "Wrong size on UBED_BehaviorNode_HandleBattleMessage"); \ +static_assert(offsetof(UBED_BehaviorNode_HandleBattleMessage, BattleMessage) == 0x0002A0, "Member 'UBED_BehaviorNode_HandleBattleMessage::BattleMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_LogicalOr_CanUserAddInputInCS \ +static_assert(alignof(BED_BehaviorNode_LogicalOr_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_BehaviorNode_LogicalOr_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_BehaviorNode_LogicalOr_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_BehaviorNode_LogicalOr_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_LogicalOr_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_LogicalOr_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_LogicalOr_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_LogicalOr_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_LogicalOr_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_LogicalOr_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_LogicalOr_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_LogicalOr \ +static_assert(alignof(UBED_BehaviorNode_LogicalOr) == 0x000008, "Wrong alignment on UBED_BehaviorNode_LogicalOr"); \ +static_assert(sizeof(UBED_BehaviorNode_LogicalOr) == 0x0002A0, "Wrong size on UBED_BehaviorNode_LogicalOr"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_NotifyExclusiveItem_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_NotifyExclusiveItem_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_NotifyExclusiveItem_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_NotifyExclusiveItem_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_NotifyExclusiveItem_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_NotifyExclusiveItem_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_NotifyExclusiveItem_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_NotifyExclusiveItem \ +static_assert(alignof(UBED_BehaviorNode_NotifyExclusiveItem) == 0x000008, "Wrong alignment on UBED_BehaviorNode_NotifyExclusiveItem"); \ +static_assert(sizeof(UBED_BehaviorNode_NotifyExclusiveItem) == 0x0002B0, "Wrong size on UBED_BehaviorNode_NotifyExclusiveItem"); \ +static_assert(offsetof(UBED_BehaviorNode_NotifyExclusiveItem, ActorTag) == 0x0002A0, "Member 'UBED_BehaviorNode_NotifyExclusiveItem::ActorTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_NotifyExclusiveItem, NotifyTag) == 0x0002A8, "Member 'UBED_BehaviorNode_NotifyExclusiveItem::NotifyTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope \ +static_assert(alignof(BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope) == 0x000008, "Wrong alignment on BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope"); \ +static_assert(sizeof(BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope) == 0x000028, "Wrong size on BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope"); \ +static_assert(offsetof(BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope, ViewCategory) == 0x000000, "Member 'BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope::ViewCategory' has a wrong offset!"); \ +static_assert(offsetof(BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope, DisplayName) == 0x000010, "Member 'BED_BehaviorNode_OnTrigerFSMEvent_CanShowInMyCalliope::DisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_OnTrigerFSMEvent_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_OnTrigerFSMEvent_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_OnTrigerFSMEvent_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_OnTrigerFSMEvent_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_OnTrigerFSMEvent_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_OnTrigerFSMEvent_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_OnTrigerFSMEvent_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_OnTrigerFSMEvent \ +static_assert(alignof(UBED_BehaviorNode_OnTrigerFSMEvent) == 0x000008, "Wrong alignment on UBED_BehaviorNode_OnTrigerFSMEvent"); \ +static_assert(sizeof(UBED_BehaviorNode_OnTrigerFSMEvent) == 0x0002A8, "Wrong size on UBED_BehaviorNode_OnTrigerFSMEvent"); \ +static_assert(offsetof(UBED_BehaviorNode_OnTrigerFSMEvent, EventTag) == 0x0002A0, "Member 'UBED_BehaviorNode_OnTrigerFSMEvent::EventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_Sequence_CanUserAddOutputInCS \ +static_assert(alignof(BED_BehaviorNode_Sequence_CanUserAddOutputInCS) == 0x000001, "Wrong alignment on BED_BehaviorNode_Sequence_CanUserAddOutputInCS"); \ +static_assert(sizeof(BED_BehaviorNode_Sequence_CanUserAddOutputInCS) == 0x000001, "Wrong size on BED_BehaviorNode_Sequence_CanUserAddOutputInCS"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_Sequence_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_Sequence_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_Sequence_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_Sequence_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_Sequence_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_Sequence_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_Sequence_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_Sequence \ +static_assert(alignof(UBED_BehaviorNode_Sequence) == 0x000008, "Wrong alignment on UBED_BehaviorNode_Sequence"); \ +static_assert(sizeof(UBED_BehaviorNode_Sequence) == 0x0002A0, "Wrong size on UBED_BehaviorNode_Sequence"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_SimpleState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_SimpleState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_SimpleState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_SimpleState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_SimpleState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_SimpleState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_SimpleState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_SimpleState \ +static_assert(alignof(UBED_BehaviorNode_SimpleState) == 0x000008, "Wrong alignment on UBED_BehaviorNode_SimpleState"); \ +static_assert(sizeof(UBED_BehaviorNode_SimpleState) == 0x0002A8, "Wrong size on UBED_BehaviorNode_SimpleState"); \ +static_assert(offsetof(UBED_BehaviorNode_SimpleState, SimpleState) == 0x0002A0, "Member 'UBED_BehaviorNode_SimpleState::SimpleState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_UnitStateTrigger_GetNodeDescriptionInCS \ +static_assert(alignof(BED_BehaviorNode_UnitStateTrigger_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_BehaviorNode_UnitStateTrigger_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_BehaviorNode_UnitStateTrigger_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_BehaviorNode_UnitStateTrigger_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_BehaviorNode_UnitStateTrigger_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_BehaviorNode_UnitStateTrigger_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_UnitStateTrigger \ +static_assert(alignof(UBED_BehaviorNode_UnitStateTrigger) == 0x000008, "Wrong alignment on UBED_BehaviorNode_UnitStateTrigger"); \ +static_assert(sizeof(UBED_BehaviorNode_UnitStateTrigger) == 0x0002A8, "Wrong size on UBED_BehaviorNode_UnitStateTrigger"); \ +static_assert(offsetof(UBED_BehaviorNode_UnitStateTrigger, UnitStateTrigger) == 0x0002A0, "Member 'UBED_BehaviorNode_UnitStateTrigger::UnitStateTrigger' has a wrong offset!"); \ +static_assert(offsetof(UBED_BehaviorNode_UnitStateTrigger, Time) == 0x0002A4, "Member 'UBED_BehaviorNode_UnitStateTrigger::Time' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_AfterPlay \ +static_assert(alignof(UBED_MovieNode_AfterPlay) == 0x000008, "Wrong alignment on UBED_MovieNode_AfterPlay"); \ +static_assert(sizeof(UBED_MovieNode_AfterPlay) == 0x0002A0, "Wrong size on UBED_MovieNode_AfterPlay"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_BeforePlay_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_BeforePlay_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_BeforePlay_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_BeforePlay_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_BeforePlay_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_BeforePlay_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_BeforePlay_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_BeforePlay \ +static_assert(alignof(UBED_MovieNode_BeforePlay) == 0x000008, "Wrong alignment on UBED_MovieNode_BeforePlay"); \ +static_assert(sizeof(UBED_MovieNode_BeforePlay) == 0x0002B8, "Wrong size on UBED_MovieNode_BeforePlay"); \ +static_assert(offsetof(UBED_MovieNode_BeforePlay, DelayTime) == 0x0002A0, "Member 'UBED_MovieNode_BeforePlay::DelayTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_BeforePlay, TimeDilationCurve) == 0x0002A8, "Member 'UBED_MovieNode_BeforePlay::TimeDilationCurve' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_Cut_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_Cut_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_Cut_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_Cut_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_Cut_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_Cut_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_Cut_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_Cut \ +static_assert(alignof(UBED_MovieNode_Cut) == 0x000008, "Wrong alignment on UBED_MovieNode_Cut"); \ +static_assert(sizeof(UBED_MovieNode_Cut) == 0x0002F8, "Wrong size on UBED_MovieNode_Cut"); \ +static_assert(offsetof(UBED_MovieNode_Cut, CutSequence) == 0x0002A0, "Member 'UBED_MovieNode_Cut::CutSequence' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Cut, CameraTag) == 0x0002CC, "Member 'UBED_MovieNode_Cut::CameraTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Cut, RailTag) == 0x0002D4, "Member 'UBED_MovieNode_Cut::RailTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Cut, CraneTag) == 0x0002DC, "Member 'UBED_MovieNode_Cut::CraneTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Cut, InCameraBlendTime) == 0x0002E4, "Member 'UBED_MovieNode_Cut::InCameraBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Cut, InCameraBlendFunction) == 0x0002E8, "Member 'UBED_MovieNode_Cut::InCameraBlendFunction' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Cut, InCameraBlendFactor) == 0x0002EC, "Member 'UBED_MovieNode_Cut::InCameraBlendFactor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_Finish \ +static_assert(alignof(UBED_MovieNode_Finish) == 0x000008, "Wrong alignment on UBED_MovieNode_Finish"); \ +static_assert(sizeof(UBED_MovieNode_Finish) == 0x0002A0, "Wrong size on UBED_MovieNode_Finish"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerCatchTarget_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerCatchTarget_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerCatchTarget_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerCatchTarget_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerCatchTarget_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerCatchTarget_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerCatchTarget_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerCatchTarget \ +static_assert(alignof(UBED_MovieNode_PerformerCatchTarget) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerCatchTarget"); \ +static_assert(sizeof(UBED_MovieNode_PerformerCatchTarget) == 0x0002A8, "Wrong size on UBED_MovieNode_PerformerCatchTarget"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerSetTransform_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerSetTransform_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerSetTransform_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerSetTransform_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerSetTransform_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerSetTransform_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerSetTransform_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerSetTransform \ +static_assert(alignof(UBED_MovieNode_PerformerSetTransform) == 0x000010, "Wrong alignment on UBED_MovieNode_PerformerSetTransform"); \ +static_assert(sizeof(UBED_MovieNode_PerformerSetTransform) == 0x000320, "Wrong size on UBED_MovieNode_PerformerSetTransform"); \ +static_assert(offsetof(UBED_MovieNode_PerformerSetTransform, Transform) == 0x0002B0, "Member 'UBED_MovieNode_PerformerSetTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerStopWaiting_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerStopWaiting_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerStopWaiting_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerStopWaiting_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerStopWaiting_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerStopWaiting_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerStopWaiting_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerStopWaiting \ +static_assert(alignof(UBED_MovieNode_PerformerStopWaiting) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerStopWaiting"); \ +static_assert(sizeof(UBED_MovieNode_PerformerStopWaiting) == 0x0002A8, "Wrong size on UBED_MovieNode_PerformerStopWaiting"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PlayerBlendPosition \ +static_assert(alignof(UBED_MovieNode_PlayerBlendPosition) == 0x000008, "Wrong alignment on UBED_MovieNode_PlayerBlendPosition"); \ +static_assert(sizeof(UBED_MovieNode_PlayerBlendPosition) == 0x0002C8, "Wrong size on UBED_MovieNode_PlayerBlendPosition"); \ +static_assert(offsetof(UBED_MovieNode_PlayerBlendPosition, AlternativeTransforms) == 0x0002A0, "Member 'UBED_MovieNode_PlayerBlendPosition::AlternativeTransforms' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayerBlendPosition, BlendMaxTime) == 0x0002B0, "Member 'UBED_MovieNode_PlayerBlendPosition::BlendMaxTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayerBlendPosition, BlendPositionAcceptRadius) == 0x0002B4, "Member 'UBED_MovieNode_PlayerBlendPosition::BlendPositionAcceptRadius' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayerBlendPosition, MoveSpeedType) == 0x0002B8, "Member 'UBED_MovieNode_PlayerBlendPosition::MoveSpeedType' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayerBlendPosition, BlendPositionInterpTime) == 0x0002BC, "Member 'UBED_MovieNode_PlayerBlendPosition::BlendPositionInterpTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PlayerBlendPosition, TeleportDistance) == 0x0002C0, "Member 'UBED_MovieNode_PlayerBlendPosition::TeleportDistance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_Start_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_Start_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_Start_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_Start_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_Start_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_Start_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_Start_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_Start \ +static_assert(alignof(UBED_MovieNode_Start) == 0x000008, "Wrong alignment on UBED_MovieNode_Start"); \ +static_assert(sizeof(UBED_MovieNode_Start) == 0x0002C8, "Wrong size on UBED_MovieNode_Start"); \ +static_assert(offsetof(UBED_MovieNode_Start, StartSequences) == 0x0002A0, "Member 'UBED_MovieNode_Start::StartSequences' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Start, StartTimeSeconds) == 0x0002B0, "Member 'UBED_MovieNode_Start::StartTimeSeconds' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Start, CameraBlendInTime) == 0x0002B8, "Member 'UBED_MovieNode_Start::CameraBlendInTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Start, CameraBlendInFunction) == 0x0002BC, "Member 'UBED_MovieNode_Start::CameraBlendInFunction' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Start, CameraBlendInFuncExp) == 0x0002C0, "Member 'UBED_MovieNode_Start::CameraBlendInFuncExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_PerformerSyncTransformToRefObj_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_PerformerSyncTransformToRefObj_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_PerformerSyncTransformToRefObj_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_PerformerSyncTransformToRefObj_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_PerformerSyncTransformToRefObj_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_PerformerSyncTransformToRefObj_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_PerformerSyncTransformToRefObj_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_PerformerSyncTransformToRefObj \ +static_assert(alignof(UBED_MovieNode_PerformerSyncTransformToRefObj) == 0x000008, "Wrong alignment on UBED_MovieNode_PerformerSyncTransformToRefObj"); \ +static_assert(sizeof(UBED_MovieNode_PerformerSyncTransformToRefObj) == 0x0002E0, "Wrong size on UBED_MovieNode_PerformerSyncTransformToRefObj"); \ +static_assert(offsetof(UBED_MovieNode_PerformerSyncTransformToRefObj, RefObj) == 0x0002A8, "Member 'UBED_MovieNode_PerformerSyncTransformToRefObj::RefObj' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PerformerSyncTransformToRefObj, LocalOffset_InRefObjSpace) == 0x0002B0, "Member 'UBED_MovieNode_PerformerSyncTransformToRefObj::LocalOffset_InRefObjSpace' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_PerformerSyncTransformToRefObj, PerformerTag) == 0x0002C8, "Member 'UBED_MovieNode_PerformerSyncTransformToRefObj::PerformerTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_MovieNode_Timer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_MovieNode_Timer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_MovieNode_Timer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_MovieNode_Timer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_MovieNode_Timer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_MovieNode_Timer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_MovieNode_Timer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_MovieNode_Timer \ +static_assert(alignof(UBED_MovieNode_Timer) == 0x000008, "Wrong alignment on UBED_MovieNode_Timer"); \ +static_assert(sizeof(UBED_MovieNode_Timer) == 0x0002A8, "Wrong size on UBED_MovieNode_Timer"); \ +static_assert(offsetof(UBED_MovieNode_Timer, CompletionTime) == 0x0002A0, "Member 'UBED_MovieNode_Timer::CompletionTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_MovieNode_Timer, StepTime) == 0x0002A4, "Member 'UBED_MovieNode_Timer::StepTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_OnPropertyChanged \ +static_assert(alignof(BED_ProcessAsset_OnPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessAsset_OnPropertyChanged"); \ +static_assert(sizeof(BED_ProcessAsset_OnPropertyChanged) == 0x000020, "Wrong size on BED_ProcessAsset_OnPropertyChanged"); \ +static_assert(offsetof(BED_ProcessAsset_OnPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessAsset_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessAsset_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessAsset_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_UnregisterNode \ +static_assert(alignof(BED_ProcessAsset_UnregisterNode) == 0x000004, "Wrong alignment on BED_ProcessAsset_UnregisterNode"); \ +static_assert(sizeof(BED_ProcessAsset_UnregisterNode) == 0x000010, "Wrong size on BED_ProcessAsset_UnregisterNode"); \ +static_assert(offsetof(BED_ProcessAsset_UnregisterNode, NodeGuid) == 0x000000, "Member 'BED_ProcessAsset_UnregisterNode::NodeGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_RegisterNode \ +static_assert(alignof(BED_ProcessAsset_RegisterNode) == 0x000008, "Wrong alignment on BED_ProcessAsset_RegisterNode"); \ +static_assert(sizeof(BED_ProcessAsset_RegisterNode) == 0x000018, "Wrong size on BED_ProcessAsset_RegisterNode"); \ +static_assert(offsetof(BED_ProcessAsset_RegisterNode, NewGuid) == 0x000000, "Member 'BED_ProcessAsset_RegisterNode::NewGuid' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessAsset_RegisterNode, NewNode) == 0x000010, "Member 'BED_ProcessAsset_RegisterNode::NewNode' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_HasRevertCondition \ +static_assert(alignof(BED_ProcessAsset_HasRevertCondition) == 0x000001, "Wrong alignment on BED_ProcessAsset_HasRevertCondition"); \ +static_assert(sizeof(BED_ProcessAsset_HasRevertCondition) == 0x000001, "Wrong size on BED_ProcessAsset_HasRevertCondition"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_ProcessAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_ProcessAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_ProcessAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_ProcessAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_ProcessAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_ProcessAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_ProcessAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_ProcessAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_ProcessAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_ProcessAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_ProcessAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_ProcessAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_ProcessAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_ProcessAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_ProcessAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_ProcessAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_ProcessAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_ProcessAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_ProcessAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_ProcessAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_ProcessAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_ProcessAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_ProcessAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_ProcessAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_ProcessAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_ProcessAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_ProcessAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetStartNodeClass \ +static_assert(alignof(BED_ProcessAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_ProcessAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_ProcessAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_ProcessAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_ProcessAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_ProcessAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_CanManageStates \ +static_assert(alignof(BED_ProcessAsset_CanManageStates) == 0x000001, "Wrong alignment on BED_ProcessAsset_CanManageStates"); \ +static_assert(sizeof(BED_ProcessAsset_CanManageStates) == 0x000001, "Wrong size on BED_ProcessAsset_CanManageStates"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_IsEditorOnlyCS \ +static_assert(alignof(BED_ProcessAsset_IsEditorOnlyCS) == 0x000001, "Wrong alignment on BED_ProcessAsset_IsEditorOnlyCS"); \ +static_assert(sizeof(BED_ProcessAsset_IsEditorOnlyCS) == 0x000001, "Wrong size on BED_ProcessAsset_IsEditorOnlyCS"); \ + +#define DUMPER7_ASSERTS_BED_ProcessAsset_GetViewType \ +static_assert(alignof(BED_ProcessAsset_GetViewType) == 0x000001, "Wrong alignment on BED_ProcessAsset_GetViewType"); \ +static_assert(sizeof(BED_ProcessAsset_GetViewType) == 0x000001, "Wrong size on BED_ProcessAsset_GetViewType"); \ +static_assert(offsetof(BED_ProcessAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_ProcessAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessAsset \ +static_assert(alignof(UBED_ProcessAsset) == 0x000008, "Wrong alignment on UBED_ProcessAsset"); \ +static_assert(sizeof(UBED_ProcessAsset) == 0x0004B0, "Wrong size on UBED_ProcessAsset"); \ +static_assert(offsetof(UBED_ProcessAsset, StateTags) == 0x0003F0, "Member 'UBED_ProcessAsset::StateTags' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessAsset, EventTags) == 0x000410, "Member 'UBED_ProcessAsset::EventTags' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessAsset, CustomDetectConditions) == 0x000430, "Member 'UBED_ProcessAsset::CustomDetectConditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessAsset, SubMachineStateTags) == 0x000440, "Member 'UBED_ProcessAsset::SubMachineStateTags' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessAsset, NodeBranchGraphNames) == 0x000460, "Member 'UBED_ProcessAsset::NodeBranchGraphNames' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_CastSkill \ +static_assert(alignof(UBED_ProcessStateNode_CastSkill) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_CastSkill"); \ +static_assert(sizeof(UBED_ProcessStateNode_CastSkill) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_CastSkill"); \ +static_assert(offsetof(UBED_ProcessStateNode_CastSkill, SkillID) == 0x0002A0, "Member 'UBED_ProcessStateNode_CastSkill::SkillID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_RemoveBuff \ +static_assert(alignof(UBED_ProcessStateNode_RemoveBuff) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_RemoveBuff"); \ +static_assert(sizeof(UBED_ProcessStateNode_RemoveBuff) == 0x0002B0, "Wrong size on UBED_ProcessStateNode_RemoveBuff"); \ +static_assert(offsetof(UBED_ProcessStateNode_RemoveBuff, BuffID) == 0x0002A0, "Member 'UBED_ProcessStateNode_RemoveBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_RemoveBuff, BuffLayer) == 0x0002A4, "Member 'UBED_ProcessStateNode_RemoveBuff::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_DetectStart_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessStateNode_DetectStart_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_DetectStart_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_DetectStart_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_DetectStart_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_DetectStart_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_DetectStart_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_DetectStart_PostPropertyChanged \ +static_assert(alignof(BED_ProcessStateNode_DetectStart_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessStateNode_DetectStart_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessStateNode_DetectStart_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessStateNode_DetectStart_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessStateNode_DetectStart_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessStateNode_DetectStart_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessStateNode_DetectStart_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessStateNode_DetectStart_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_DetectStart_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_DetectStart_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_DetectStart_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_DetectStart_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_DetectStart_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_DetectStart_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_DetectStart_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_DetectStart \ +static_assert(alignof(UBED_ProcessStateNode_DetectStart) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_DetectStart"); \ +static_assert(sizeof(UBED_ProcessStateNode_DetectStart) == 0x0002F8, "Wrong size on UBED_ProcessStateNode_DetectStart"); \ +static_assert(offsetof(UBED_ProcessStateNode_DetectStart, DetectConditionList) == 0x0002A0, "Member 'UBED_ProcessStateNode_DetectStart::DetectConditionList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_DetectStart, CurrentCondition) == 0x0002F0, "Member 'UBED_ProcessStateNode_DetectStart::CurrentCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_DisableDetect_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessStateNode_DisableDetect_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_DisableDetect_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_DisableDetect_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_DisableDetect_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_DisableDetect_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_DisableDetect_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_DisableDetect_PostPropertyChanged \ +static_assert(alignof(BED_ProcessStateNode_DisableDetect_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessStateNode_DisableDetect_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessStateNode_DisableDetect_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessStateNode_DisableDetect_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessStateNode_DisableDetect_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessStateNode_DisableDetect_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessStateNode_DisableDetect_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessStateNode_DisableDetect_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_DisableDetect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_DisableDetect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_DisableDetect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_DisableDetect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_DisableDetect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_DisableDetect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_DisableDetect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_DisableDetect \ +static_assert(alignof(UBED_ProcessStateNode_DisableDetect) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_DisableDetect"); \ +static_assert(sizeof(UBED_ProcessStateNode_DisableDetect) == 0x0002F8, "Wrong size on UBED_ProcessStateNode_DisableDetect"); \ +static_assert(offsetof(UBED_ProcessStateNode_DisableDetect, DetectConditionList) == 0x0002A0, "Member 'UBED_ProcessStateNode_DisableDetect::DetectConditionList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_DisableDetect, CurrentCondition) == 0x0002F0, "Member 'UBED_ProcessStateNode_DisableDetect::CurrentCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_RoundRectDemoOne_UpdatePosRefWorldPos \ +static_assert(alignof(BUI_RoundRectDemoOne_UpdatePosRefWorldPos) == 0x000008, "Wrong alignment on BUI_RoundRectDemoOne_UpdatePosRefWorldPos"); \ +static_assert(sizeof(BUI_RoundRectDemoOne_UpdatePosRefWorldPos) == 0x000020, "Wrong size on BUI_RoundRectDemoOne_UpdatePosRefWorldPos"); \ +static_assert(offsetof(BUI_RoundRectDemoOne_UpdatePosRefWorldPos, TargetWidget) == 0x000000, "Member 'BUI_RoundRectDemoOne_UpdatePosRefWorldPos::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(BUI_RoundRectDemoOne_UpdatePosRefWorldPos, WorldPos) == 0x000008, "Member 'BUI_RoundRectDemoOne_UpdatePosRefWorldPos::WorldPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_RoundRectDemoOne_UpdateShow \ +static_assert(alignof(BUI_RoundRectDemoOne_UpdateShow) == 0x000004, "Wrong alignment on BUI_RoundRectDemoOne_UpdateShow"); \ +static_assert(sizeof(BUI_RoundRectDemoOne_UpdateShow) == 0x000004, "Wrong size on BUI_RoundRectDemoOne_UpdateShow"); \ +static_assert(offsetof(BUI_RoundRectDemoOne_UpdateShow, InDeltaTime) == 0x000000, "Member 'BUI_RoundRectDemoOne_UpdateShow::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_RoundRectDemoOne \ +static_assert(alignof(UBUI_RoundRectDemoOne) == 0x000008, "Wrong alignment on UBUI_RoundRectDemoOne"); \ +static_assert(sizeof(UBUI_RoundRectDemoOne) == 0x0003E0, "Wrong size on UBUI_RoundRectDemoOne"); \ +static_assert(offsetof(UBUI_RoundRectDemoOne, InterpSpeed) == 0x0003D8, "Member 'UBUI_RoundRectDemoOne::InterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_EnterAction \ +static_assert(alignof(UBED_ProcessStateNode_EnterAction) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_EnterAction"); \ +static_assert(sizeof(UBED_ProcessStateNode_EnterAction) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_EnterAction"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_ExecutionSequence_CanUserAddOutputInCS \ +static_assert(alignof(BED_ProcessStateNode_ExecutionSequence_CanUserAddOutputInCS) == 0x000001, "Wrong alignment on BED_ProcessStateNode_ExecutionSequence_CanUserAddOutputInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_ExecutionSequence_CanUserAddOutputInCS) == 0x000001, "Wrong size on BED_ProcessStateNode_ExecutionSequence_CanUserAddOutputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ExecutionSequence \ +static_assert(alignof(UBED_ProcessStateNode_ExecutionSequence) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ExecutionSequence"); \ +static_assert(sizeof(UBED_ProcessStateNode_ExecutionSequence) == 0x0002A0, "Wrong size on UBED_ProcessStateNode_ExecutionSequence"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_Log_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_Log_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_Log_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_Log_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_Log_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_Log_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_Log_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_Log \ +static_assert(alignof(UBED_ProcessStateNode_Log) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_Log"); \ +static_assert(sizeof(UBED_ProcessStateNode_Log) == 0x0002C8, "Wrong size on UBED_ProcessStateNode_Log"); \ +static_assert(offsetof(UBED_ProcessStateNode_Log, Message) == 0x0002A0, "Member 'UBED_ProcessStateNode_Log::Message' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_Log, Duration) == 0x0002B4, "Member 'UBED_ProcessStateNode_Log::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_Log, TextColor) == 0x0002B8, "Member 'UBED_ProcessStateNode_Log::TextColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_LogicalOr_CanUserAddInputInCS \ +static_assert(alignof(BED_ProcessStateNode_LogicalOr_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_ProcessStateNode_LogicalOr_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_LogicalOr_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_ProcessStateNode_LogicalOr_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_LogicalOr \ +static_assert(alignof(UBED_ProcessStateNode_LogicalOr) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_LogicalOr"); \ +static_assert(sizeof(UBED_ProcessStateNode_LogicalOr) == 0x0002A0, "Wrong size on UBED_ProcessStateNode_LogicalOr"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_NotifyActor \ +static_assert(alignof(UBED_ProcessStateNode_NotifyActor) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_NotifyActor"); \ +static_assert(sizeof(UBED_ProcessStateNode_NotifyActor) == 0x0002C0, "Wrong size on UBED_ProcessStateNode_NotifyActor"); \ +static_assert(offsetof(UBED_ProcessStateNode_NotifyActor, NotifyTags) == 0x0002A0, "Member 'UBED_ProcessStateNode_NotifyActor::NotifyTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_NotifySelf_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessStateNode_NotifySelf_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_NotifySelf_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_NotifySelf_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_NotifySelf_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_NotifySelf_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_NotifySelf_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_NotifySelf_PostPropertyChanged \ +static_assert(alignof(BED_ProcessStateNode_NotifySelf_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessStateNode_NotifySelf_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessStateNode_NotifySelf_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessStateNode_NotifySelf_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessStateNode_NotifySelf_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessStateNode_NotifySelf_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessStateNode_NotifySelf_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessStateNode_NotifySelf_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_NotifySelf_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_NotifySelf_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_NotifySelf_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_NotifySelf_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_NotifySelf_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_NotifySelf_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_NotifySelf_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_NotifySelf \ +static_assert(alignof(UBED_ProcessStateNode_NotifySelf) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_NotifySelf"); \ +static_assert(sizeof(UBED_ProcessStateNode_NotifySelf) == 0x0002F8, "Wrong size on UBED_ProcessStateNode_NotifySelf"); \ +static_assert(offsetof(UBED_ProcessStateNode_NotifySelf, EventList) == 0x0002A0, "Member 'UBED_ProcessStateNode_NotifySelf::EventList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_NotifySelf, CurrentEvent) == 0x0002F0, "Member 'UBED_ProcessStateNode_NotifySelf::CurrentEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_PlayLevelSequence_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_PlayLevelSequence_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_PlayLevelSequence_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_PlayLevelSequence_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_PlayLevelSequence_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_PlayLevelSequence_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_PlayLevelSequence_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_PlayLevelSequence \ +static_assert(alignof(UBED_ProcessStateNode_PlayLevelSequence) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_PlayLevelSequence"); \ +static_assert(sizeof(UBED_ProcessStateNode_PlayLevelSequence) == 0x0002B8, "Wrong size on UBED_ProcessStateNode_PlayLevelSequence"); \ +static_assert(offsetof(UBED_ProcessStateNode_PlayLevelSequence, SequenceID) == 0x0002A0, "Member 'UBED_ProcessStateNode_PlayLevelSequence::SequenceID' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_PlayLevelSequence, StartTime) == 0x0002A8, "Member 'UBED_ProcessStateNode_PlayLevelSequence::StartTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_ProcessStateNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_ProcessStateNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_ProcessStateNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_ProcessStateNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_Reroute \ +static_assert(alignof(UBED_ProcessStateNode_Reroute) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_Reroute"); \ +static_assert(sizeof(UBED_ProcessStateNode_Reroute) == 0x0002A0, "Wrong size on UBED_ProcessStateNode_Reroute"); \ + +#define DUMPER7_ASSERTS_UBUI_BarTimeCount \ +static_assert(alignof(UBUI_BarTimeCount) == 0x000008, "Wrong alignment on UBUI_BarTimeCount"); \ +static_assert(sizeof(UBUI_BarTimeCount) == 0x0003D8, "Wrong size on UBUI_BarTimeCount"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ResetAction \ +static_assert(alignof(UBED_ProcessStateNode_ResetAction) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ResetAction"); \ +static_assert(sizeof(UBED_ProcessStateNode_ResetAction) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_ResetAction"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ResetActor \ +static_assert(alignof(UBED_ProcessStateNode_ResetActor) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ResetActor"); \ +static_assert(sizeof(UBED_ProcessStateNode_ResetActor) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_ResetActor"); \ +static_assert(offsetof(UBED_ProcessStateNode_ResetActor, ResetType) == 0x0002A0, "Member 'UBED_ProcessStateNode_ResetActor::ResetType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_ResetDetect_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessStateNode_ResetDetect_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_ResetDetect_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_ResetDetect_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_ResetDetect_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_ResetDetect_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_ResetDetect_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_ResetDetect_PostPropertyChanged \ +static_assert(alignof(BED_ProcessStateNode_ResetDetect_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessStateNode_ResetDetect_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessStateNode_ResetDetect_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessStateNode_ResetDetect_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessStateNode_ResetDetect_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessStateNode_ResetDetect_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessStateNode_ResetDetect_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessStateNode_ResetDetect_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_ResetDetect_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_ResetDetect_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_ResetDetect_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_ResetDetect_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_ResetDetect_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_ResetDetect_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_ResetDetect_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_ResetDetect \ +static_assert(alignof(UBED_ProcessStateNode_ResetDetect) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_ResetDetect"); \ +static_assert(sizeof(UBED_ProcessStateNode_ResetDetect) == 0x0002F8, "Wrong size on UBED_ProcessStateNode_ResetDetect"); \ +static_assert(offsetof(UBED_ProcessStateNode_ResetDetect, DetectConditionList) == 0x0002A0, "Member 'UBED_ProcessStateNode_ResetDetect::DetectConditionList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_ResetDetect, CurrentCondition) == 0x0002F0, "Member 'UBED_ProcessStateNode_ResetDetect::CurrentCondition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_TickAction \ +static_assert(alignof(UBED_ProcessStateNode_TickAction) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_TickAction"); \ +static_assert(sizeof(UBED_ProcessStateNode_TickAction) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_TickAction"); \ + +#define DUMPER7_ASSERTS_UBUI_GM_AIRootPanel \ +static_assert(alignof(UBUI_GM_AIRootPanel) == 0x000008, "Wrong alignment on UBUI_GM_AIRootPanel"); \ +static_assert(sizeof(UBUI_GM_AIRootPanel) == 0x0003D8, "Wrong size on UBUI_GM_AIRootPanel"); \ + +#define DUMPER7_ASSERTS_BED_ProcessStateNode_Timer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessStateNode_Timer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessStateNode_Timer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessStateNode_Timer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessStateNode_Timer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessStateNode_Timer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessStateNode_Timer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessStateNode_Timer \ +static_assert(alignof(UBED_ProcessStateNode_Timer) == 0x000008, "Wrong alignment on UBED_ProcessStateNode_Timer"); \ +static_assert(sizeof(UBED_ProcessStateNode_Timer) == 0x0002A8, "Wrong size on UBED_ProcessStateNode_Timer"); \ +static_assert(offsetof(UBED_ProcessStateNode_Timer, CompletionTime) == 0x0002A0, "Member 'UBED_ProcessStateNode_Timer::CompletionTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessStateNode_Timer, StepTime) == 0x0002A4, "Member 'UBED_ProcessStateNode_Timer::StepTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GMInfo_Player \ +static_assert(alignof(UBUI_GMInfo_Player) == 0x000008, "Wrong alignment on UBUI_GMInfo_Player"); \ +static_assert(sizeof(UBUI_GMInfo_Player) == 0x0003E0, "Wrong size on UBUI_GMInfo_Player"); \ +static_assert(offsetof(UBUI_GMInfo_Player, InfoTemp) == 0x0003D8, "Member 'UBUI_GMInfo_Player::InfoTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Final \ +static_assert(alignof(UBED_ProcessMachineNode_Final) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Final"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Final) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode_Final"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Fork_CanUserAddOutputInCS \ +static_assert(alignof(BED_ProcessMachineNode_Fork_CanUserAddOutputInCS) == 0x000001, "Wrong alignment on BED_ProcessMachineNode_Fork_CanUserAddOutputInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_Fork_CanUserAddOutputInCS) == 0x000001, "Wrong size on BED_ProcessMachineNode_Fork_CanUserAddOutputInCS"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Fork_IsSupportViewType \ +static_assert(alignof(BED_ProcessMachineNode_Fork_IsSupportViewType) == 0x000001, "Wrong alignment on BED_ProcessMachineNode_Fork_IsSupportViewType"); \ +static_assert(sizeof(BED_ProcessMachineNode_Fork_IsSupportViewType) == 0x000002, "Wrong size on BED_ProcessMachineNode_Fork_IsSupportViewType"); \ +static_assert(offsetof(BED_ProcessMachineNode_Fork_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_ProcessMachineNode_Fork_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Fork \ +static_assert(alignof(UBED_ProcessMachineNode_Fork) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Fork"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Fork) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode_Fork"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Initial \ +static_assert(alignof(UBED_ProcessMachineNode_Initial) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Initial"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Initial) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode_Initial"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Join_CanUserAddInputInCS \ +static_assert(alignof(BED_ProcessMachineNode_Join_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_ProcessMachineNode_Join_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_Join_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_ProcessMachineNode_Join_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Join_IsSupportViewType \ +static_assert(alignof(BED_ProcessMachineNode_Join_IsSupportViewType) == 0x000001, "Wrong alignment on BED_ProcessMachineNode_Join_IsSupportViewType"); \ +static_assert(sizeof(BED_ProcessMachineNode_Join_IsSupportViewType) == 0x000002, "Wrong size on BED_ProcessMachineNode_Join_IsSupportViewType"); \ +static_assert(offsetof(BED_ProcessMachineNode_Join_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_ProcessMachineNode_Join_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Join \ +static_assert(alignof(UBED_ProcessMachineNode_Join) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Join"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Join) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode_Join"); \ + +#define DUMPER7_ASSERTS_UUI_CSharpBasic \ +static_assert(alignof(UUI_CSharpBasic) == 0x000008, "Wrong alignment on UUI_CSharpBasic"); \ +static_assert(sizeof(UUI_CSharpBasic) == 0x0003D8, "Wrong size on UUI_CSharpBasic"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Junction_GetContextOutputsInCS \ +static_assert(alignof(BED_ProcessMachineNode_Junction_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_Junction_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_Junction_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_Junction_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_Junction_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_Junction_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Junction_PostPropertyChanged \ +static_assert(alignof(BED_ProcessMachineNode_Junction_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_Junction_PostPropertyChanged"); \ +static_assert(sizeof(BED_ProcessMachineNode_Junction_PostPropertyChanged) == 0x000020, "Wrong size on BED_ProcessMachineNode_Junction_PostPropertyChanged"); \ +static_assert(offsetof(BED_ProcessMachineNode_Junction_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ProcessMachineNode_Junction_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ProcessMachineNode_Junction_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ProcessMachineNode_Junction_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Junction_GetNodeDescriptionInCS \ +static_assert(alignof(BED_ProcessMachineNode_Junction_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_ProcessMachineNode_Junction_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_ProcessMachineNode_Junction_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_ProcessMachineNode_Junction_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_ProcessMachineNode_Junction_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_ProcessMachineNode_Junction_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Junction_IsSupportViewType \ +static_assert(alignof(BED_ProcessMachineNode_Junction_IsSupportViewType) == 0x000001, "Wrong alignment on BED_ProcessMachineNode_Junction_IsSupportViewType"); \ +static_assert(sizeof(BED_ProcessMachineNode_Junction_IsSupportViewType) == 0x000002, "Wrong size on BED_ProcessMachineNode_Junction_IsSupportViewType"); \ +static_assert(offsetof(BED_ProcessMachineNode_Junction_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_ProcessMachineNode_Junction_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Junction \ +static_assert(alignof(UBED_ProcessMachineNode_Junction) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Junction"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Junction) == 0x0002F8, "Wrong size on UBED_ProcessMachineNode_Junction"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Junction, StateList) == 0x0002A0, "Member 'UBED_ProcessMachineNode_Junction::StateList' has a wrong offset!"); \ +static_assert(offsetof(UBED_ProcessMachineNode_Junction, CurrentState) == 0x0002F0, "Member 'UBED_ProcessMachineNode_Junction::CurrentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_ProcessMachineNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_ProcessMachineNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_ProcessMachineNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_ProcessMachineNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Reroute \ +static_assert(alignof(UBED_ProcessMachineNode_Reroute) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Reroute"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Reroute) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_ProcessMachineNode_Terminate_IsSupportViewType \ +static_assert(alignof(BED_ProcessMachineNode_Terminate_IsSupportViewType) == 0x000001, "Wrong alignment on BED_ProcessMachineNode_Terminate_IsSupportViewType"); \ +static_assert(sizeof(BED_ProcessMachineNode_Terminate_IsSupportViewType) == 0x000002, "Wrong size on BED_ProcessMachineNode_Terminate_IsSupportViewType"); \ +static_assert(offsetof(BED_ProcessMachineNode_Terminate_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_ProcessMachineNode_Terminate_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ProcessMachineNode_Terminate \ +static_assert(alignof(UBED_ProcessMachineNode_Terminate) == 0x000008, "Wrong alignment on UBED_ProcessMachineNode_Terminate"); \ +static_assert(sizeof(UBED_ProcessMachineNode_Terminate) == 0x0002A0, "Wrong size on UBED_ProcessMachineNode_Terminate"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_AddBuff_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_AddBuff_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_AddBuff_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_AddBuff_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_AddBuff_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_AddBuff_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_AddBuff_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_AddBuff \ +static_assert(alignof(UBED_QuestNode_AddBuff) == 0x000008, "Wrong alignment on UBED_QuestNode_AddBuff"); \ +static_assert(sizeof(UBED_QuestNode_AddBuff) == 0x000310, "Wrong size on UBED_QuestNode_AddBuff"); \ +static_assert(offsetof(UBED_QuestNode_AddBuff, UnitOrPlayer) == 0x0002A0, "Member 'UBED_QuestNode_AddBuff::UnitOrPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AddBuff, Buff) == 0x0002B0, "Member 'UBED_QuestNode_AddBuff::Buff' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AddBuff, BuffLayer) == 0x0002C0, "Member 'UBED_QuestNode_AddBuff::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AddBuff, BuffDuration) == 0x0002C4, "Member 'UBED_QuestNode_AddBuff::BuffDuration' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AddBuff, BuffID) == 0x0002C8, "Member 'UBED_QuestNode_AddBuff::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AddBuff, Unit) == 0x0002D0, "Member 'UBED_QuestNode_AddBuff::Unit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AddBuff, UnitGuid) == 0x0002F8, "Member 'UBED_QuestNode_AddBuff::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_AiConversation_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_AiConversation_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_AiConversation_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_AiConversation_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_AiConversation_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_AiConversation_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_AiConversation_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_AiConversation \ +static_assert(alignof(UBED_QuestNode_AiConversation) == 0x000008, "Wrong alignment on UBED_QuestNode_AiConversation"); \ +static_assert(sizeof(UBED_QuestNode_AiConversation) == 0x0002F0, "Wrong size on UBED_QuestNode_AiConversation"); \ +static_assert(offsetof(UBED_QuestNode_AiConversation, UnitOrPlayer) == 0x0002A0, "Member 'UBED_QuestNode_AiConversation::UnitOrPlayer' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AiConversation, AiConversationContentIDList) == 0x0002B0, "Member 'UBED_QuestNode_AiConversation::AiConversationContentIDList' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_AiConversation, Caster) == 0x0002C0, "Member 'UBED_QuestNode_AiConversation::Caster' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_BackToCheckPoint_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_BackToCheckPoint_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_BackToCheckPoint_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_BackToCheckPoint_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_BackToCheckPoint_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_BackToCheckPoint_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_BackToCheckPoint_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_BackToCheckPoint \ +static_assert(alignof(UBED_QuestNode_BackToCheckPoint) == 0x000008, "Wrong alignment on UBED_QuestNode_BackToCheckPoint"); \ +static_assert(sizeof(UBED_QuestNode_BackToCheckPoint) == 0x0002A8, "Wrong size on UBED_QuestNode_BackToCheckPoint"); \ +static_assert(offsetof(UBED_QuestNode_BackToCheckPoint, CheckPointId) == 0x0002A0, "Member 'UBED_QuestNode_BackToCheckPoint::CheckPointId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DraggableV2_OnPreviewMouseButtonDown \ +static_assert(alignof(BUI_DraggableV2_OnPreviewMouseButtonDown) == 0x000008, "Wrong alignment on BUI_DraggableV2_OnPreviewMouseButtonDown"); \ +static_assert(sizeof(BUI_DraggableV2_OnPreviewMouseButtonDown) == 0x000188, "Wrong size on BUI_DraggableV2_OnPreviewMouseButtonDown"); \ +static_assert(offsetof(BUI_DraggableV2_OnPreviewMouseButtonDown, MyGeometry) == 0x000000, "Member 'BUI_DraggableV2_OnPreviewMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnPreviewMouseButtonDown, MouseEvent) == 0x000040, "Member 'BUI_DraggableV2_OnPreviewMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnPreviewMouseButtonDown, ReturnValue) == 0x0000D0, "Member 'BUI_DraggableV2_OnPreviewMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DraggableV2_OnMouseButtonDown \ +static_assert(alignof(BUI_DraggableV2_OnMouseButtonDown) == 0x000008, "Wrong alignment on BUI_DraggableV2_OnMouseButtonDown"); \ +static_assert(sizeof(BUI_DraggableV2_OnMouseButtonDown) == 0x000188, "Wrong size on BUI_DraggableV2_OnMouseButtonDown"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'BUI_DraggableV2_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseButtonDown, MouseEvent) == 0x000040, "Member 'BUI_DraggableV2_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseButtonDown, ReturnValue) == 0x0000D0, "Member 'BUI_DraggableV2_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DraggableV2_OnMouseButtonUp \ +static_assert(alignof(BUI_DraggableV2_OnMouseButtonUp) == 0x000008, "Wrong alignment on BUI_DraggableV2_OnMouseButtonUp"); \ +static_assert(sizeof(BUI_DraggableV2_OnMouseButtonUp) == 0x000188, "Wrong size on BUI_DraggableV2_OnMouseButtonUp"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'BUI_DraggableV2_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseButtonUp, MouseEvent) == 0x000040, "Member 'BUI_DraggableV2_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseButtonUp, ReturnValue) == 0x0000D0, "Member 'BUI_DraggableV2_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DraggableV2_OnDragCancelled \ +static_assert(alignof(BUI_DraggableV2_OnDragCancelled) == 0x000008, "Wrong alignment on BUI_DraggableV2_OnDragCancelled"); \ +static_assert(sizeof(BUI_DraggableV2_OnDragCancelled) == 0x000098, "Wrong size on BUI_DraggableV2_OnDragCancelled"); \ +static_assert(offsetof(BUI_DraggableV2_OnDragCancelled, MouseEvent) == 0x000000, "Member 'BUI_DraggableV2_OnDragCancelled::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnDragCancelled, Operation) == 0x000090, "Member 'BUI_DraggableV2_OnDragCancelled::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DraggableV2_OnMouseLeave \ +static_assert(alignof(BUI_DraggableV2_OnMouseLeave) == 0x000008, "Wrong alignment on BUI_DraggableV2_OnMouseLeave"); \ +static_assert(sizeof(BUI_DraggableV2_OnMouseLeave) == 0x000090, "Wrong size on BUI_DraggableV2_OnMouseLeave"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseLeave, MouseEvent) == 0x000000, "Member 'BUI_DraggableV2_OnMouseLeave::MouseEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DraggableV2_OnMouseMove \ +static_assert(alignof(BUI_DraggableV2_OnMouseMove) == 0x000008, "Wrong alignment on BUI_DraggableV2_OnMouseMove"); \ +static_assert(sizeof(BUI_DraggableV2_OnMouseMove) == 0x000188, "Wrong size on BUI_DraggableV2_OnMouseMove"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseMove, MyGeometry) == 0x000000, "Member 'BUI_DraggableV2_OnMouseMove::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseMove, MouseEvent) == 0x000040, "Member 'BUI_DraggableV2_OnMouseMove::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_OnMouseMove, ReturnValue) == 0x0000D0, "Member 'BUI_DraggableV2_OnMouseMove::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DraggableV2_Tick \ +static_assert(alignof(BUI_DraggableV2_Tick) == 0x000008, "Wrong alignment on BUI_DraggableV2_Tick"); \ +static_assert(sizeof(BUI_DraggableV2_Tick) == 0x000048, "Wrong size on BUI_DraggableV2_Tick"); \ +static_assert(offsetof(BUI_DraggableV2_Tick, MyGeometry) == 0x000000, "Member 'BUI_DraggableV2_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BUI_DraggableV2_Tick, InDeltaTime) == 0x000040, "Member 'BUI_DraggableV2_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_DraggableV2 \ +static_assert(alignof(UBUI_DraggableV2) == 0x000008, "Wrong alignment on UBUI_DraggableV2"); \ +static_assert(sizeof(UBUI_DraggableV2) == 0x0003D8, "Wrong size on UBUI_DraggableV2"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_GamePass_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_GamePass_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_GamePass_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_GamePass_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_GamePass_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_GamePass_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_GamePass_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_GamePass \ +static_assert(alignof(UBED_QuestNode_GamePass) == 0x000008, "Wrong alignment on UBED_QuestNode_GamePass"); \ +static_assert(sizeof(UBED_QuestNode_GamePass) == 0x0002A0, "Wrong size on UBED_QuestNode_GamePass"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_PlayLevelSequence_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_PlayLevelSequence_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_PlayLevelSequence_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_PlayLevelSequence_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_PlayLevelSequence_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_PlayLevelSequence_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_PlayLevelSequence_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_PlayLevelSequence \ +static_assert(alignof(UBED_QuestNode_PlayLevelSequence) == 0x000008, "Wrong alignment on UBED_QuestNode_PlayLevelSequence"); \ +static_assert(sizeof(UBED_QuestNode_PlayLevelSequence) == 0x0002C8, "Wrong size on UBED_QuestNode_PlayLevelSequence"); \ +static_assert(offsetof(UBED_QuestNode_PlayLevelSequence, Sequence) == 0x0002A0, "Member 'UBED_QuestNode_PlayLevelSequence::Sequence' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayLevelSequence, StartTime) == 0x0002B4, "Member 'UBED_QuestNode_PlayLevelSequence::StartTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_PlayLevelSequence, SequenceID) == 0x0002C4, "Member 'UBED_QuestNode_PlayLevelSequence::SequenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SetCameraTransform \ +static_assert(alignof(UBED_QuestNode_SetCameraTransform) == 0x000010, "Wrong alignment on UBED_QuestNode_SetCameraTransform"); \ +static_assert(sizeof(UBED_QuestNode_SetCameraTransform) == 0x000310, "Wrong size on UBED_QuestNode_SetCameraTransform"); \ +static_assert(offsetof(UBED_QuestNode_SetCameraTransform, CameraTag) == 0x0002A0, "Member 'UBED_QuestNode_SetCameraTransform::CameraTag' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_SetCameraTransform, CameraTransform) == 0x0002B0, "Member 'UBED_QuestNode_SetCameraTransform::CameraTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SetPlayerRebirthPoint_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_SetPlayerRebirthPoint_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SetPlayerRebirthPoint_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_SetPlayerRebirthPoint_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_SetPlayerRebirthPoint_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_SetPlayerRebirthPoint_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SetPlayerRebirthPoint_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SetPlayerRebirthPoint \ +static_assert(alignof(UBED_QuestNode_SetPlayerRebirthPoint) == 0x000008, "Wrong alignment on UBED_QuestNode_SetPlayerRebirthPoint"); \ +static_assert(sizeof(UBED_QuestNode_SetPlayerRebirthPoint) == 0x0002A8, "Wrong size on UBED_QuestNode_SetPlayerRebirthPoint"); \ +static_assert(offsetof(UBED_QuestNode_SetPlayerRebirthPoint, RebirthPointId) == 0x0002A0, "Member 'UBED_QuestNode_SetPlayerRebirthPoint::RebirthPointId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SwitchCameraGroup_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_SwitchCameraGroup_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SwitchCameraGroup_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_SwitchCameraGroup_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_SwitchCameraGroup_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_SwitchCameraGroup_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SwitchCameraGroup_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SwitchCameraGroup \ +static_assert(alignof(UBED_QuestNode_SwitchCameraGroup) == 0x000008, "Wrong alignment on UBED_QuestNode_SwitchCameraGroup"); \ +static_assert(sizeof(UBED_QuestNode_SwitchCameraGroup) == 0x0002A8, "Wrong size on UBED_QuestNode_SwitchCameraGroup"); \ +static_assert(offsetof(UBED_QuestNode_SwitchCameraGroup, CameraGroupId) == 0x0002A0, "Member 'UBED_QuestNode_SwitchCameraGroup::CameraGroupId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_Teleport_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_Teleport_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_Teleport_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_Teleport_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_Teleport_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_Teleport_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_Teleport_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_Teleport \ +static_assert(alignof(UBED_QuestNode_Teleport) == 0x000008, "Wrong alignment on UBED_QuestNode_Teleport"); \ +static_assert(sizeof(UBED_QuestNode_Teleport) == 0x000320, "Wrong size on UBED_QuestNode_Teleport"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, TargetLevelID) == 0x0002A4, "Member 'UBED_QuestNode_Teleport::TargetLevelID' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, PointName) == 0x0002A8, "Member 'UBED_QuestNode_Teleport::PointName' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, TargetRebirthPointId) == 0x0002B0, "Member 'UBED_QuestNode_Teleport::TargetRebirthPointId' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, DroppedTeleportPointId) == 0x0002B8, "Member 'UBED_QuestNode_Teleport::DroppedTeleportPointId' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, BeforeTeleportMontage) == 0x0002C0, "Member 'UBED_QuestNode_Teleport::BeforeTeleportMontage' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, AfterTeleportMontage) == 0x0002E8, "Member 'UBED_QuestNode_Teleport::AfterTeleportMontage' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, ArchiveLabel) == 0x000314, "Member 'UBED_QuestNode_Teleport::ArchiveLabel' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Teleport, LoadingScreenType) == 0x00031D, "Member 'UBED_QuestNode_Teleport::LoadingScreenType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillNode_IsSupportViewType \ +static_assert(alignof(BED_SkillNode_IsSupportViewType) == 0x000001, "Wrong alignment on BED_SkillNode_IsSupportViewType"); \ +static_assert(sizeof(BED_SkillNode_IsSupportViewType) == 0x000002, "Wrong size on BED_SkillNode_IsSupportViewType"); \ +static_assert(offsetof(BED_SkillNode_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_SkillNode_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_SkillNode \ +static_assert(alignof(UBED_SkillNode) == 0x000008, "Wrong alignment on UBED_SkillNode"); \ +static_assert(sizeof(UBED_SkillNode) == 0x0002A0, "Wrong size on UBED_SkillNode"); \ + +#define DUMPER7_ASSERTS_UBUI_ButtonLongPressV2 \ +static_assert(alignof(UBUI_ButtonLongPressV2) == 0x000008, "Wrong alignment on UBUI_ButtonLongPressV2"); \ +static_assert(sizeof(UBUI_ButtonLongPressV2) == 0x000550, "Wrong size on UBUI_ButtonLongPressV2"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, PressStartTime) == 0x0004B8, "Member 'UBUI_ButtonLongPressV2::PressStartTime' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, PressTimeMax) == 0x0004BC, "Member 'UBUI_ButtonLongPressV2::PressTimeMax' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, CurPressTime) == 0x0004C0, "Member 'UBUI_ButtonLongPressV2::CurPressTime' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, OverFadeOutTime) == 0x0004C4, "Member 'UBUI_ButtonLongPressV2::OverFadeOutTime' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, StartPressAudioEvent) == 0x0004C8, "Member 'UBUI_ButtonLongPressV2::StartPressAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, StopPressAudioEvent) == 0x0004D0, "Member 'UBUI_ButtonLongPressV2::StopPressAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, FinishPressAudioEvent) == 0x0004D8, "Member 'UBUI_ButtonLongPressV2::FinishPressAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, SliderFreqInterval) == 0x0004E8, "Member 'UBUI_ButtonLongPressV2::SliderFreqInterval' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonLongPressV2, SpecialNormalUIDataConfigMap) == 0x0004F8, "Member 'UBUI_ButtonLongPressV2::SpecialNormalUIDataConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ButtonCompare \ +static_assert(alignof(UBUI_ButtonCompare) == 0x000008, "Wrong alignment on UBUI_ButtonCompare"); \ +static_assert(sizeof(UBUI_ButtonCompare) == 0x0005F8, "Wrong size on UBUI_ButtonCompare"); \ +static_assert(offsetof(UBUI_ButtonCompare, CurUIDataConfigMap) == 0x000550, "Member 'UBUI_ButtonCompare::CurUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonCompare, SelectUIDataConfigMap) == 0x0005A0, "Member 'UBUI_ButtonCompare::SelectUIDataConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_SkillAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_SkillAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_SkillAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_SkillAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_SkillAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_SkillAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_SkillAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_SkillAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_SkillAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_SkillAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_SkillAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_SkillAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_SkillAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_SkillAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_SkillAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_SkillAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_SkillAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_SkillAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_SkillAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_SkillAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_SkillAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_SkillAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_SkillAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_SkillAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_SkillAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_SkillAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_SkillAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_SkillAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_SkillAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_SkillAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_SkillAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_SkillAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetStartNodeClass \ +static_assert(alignof(BED_SkillAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_SkillAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_SkillAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_SkillAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_SkillAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_SkillAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_SkillAsset_GetViewType \ +static_assert(alignof(BED_SkillAsset_GetViewType) == 0x000001, "Wrong alignment on BED_SkillAsset_GetViewType"); \ +static_assert(sizeof(BED_SkillAsset_GetViewType) == 0x000001, "Wrong size on BED_SkillAsset_GetViewType"); \ +static_assert(offsetof(BED_SkillAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_SkillAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_SkillAsset \ +static_assert(alignof(UBED_SkillAsset) == 0x000008, "Wrong alignment on UBED_SkillAsset"); \ +static_assert(sizeof(UBED_SkillAsset) == 0x0003F0, "Wrong size on UBED_SkillAsset"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Condition_GetContextOutputsInCS \ +static_assert(alignof(BED_ComboNode_Condition_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_ComboNode_Condition_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_ComboNode_Condition_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_ComboNode_Condition_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_ComboNode_Condition_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_ComboNode_Condition_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Condition_PostPropertyChanged \ +static_assert(alignof(BED_ComboNode_Condition_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_ComboNode_Condition_PostPropertyChanged"); \ +static_assert(sizeof(BED_ComboNode_Condition_PostPropertyChanged) == 0x000020, "Wrong size on BED_ComboNode_Condition_PostPropertyChanged"); \ +static_assert(offsetof(BED_ComboNode_Condition_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_ComboNode_Condition_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_ComboNode_Condition_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_ComboNode_Condition_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode_Condition \ +static_assert(alignof(UBED_ComboNode_Condition) == 0x000008, "Wrong alignment on UBED_ComboNode_Condition"); \ +static_assert(sizeof(UBED_ComboNode_Condition) == 0x0002B0, "Wrong size on UBED_ComboNode_Condition"); \ +static_assert(offsetof(UBED_ComboNode_Condition, ComboConditions) == 0x0002A0, "Member 'UBED_ComboNode_Condition::ComboConditions' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_ComboNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_ComboNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_ComboNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_ComboNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_ComboNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_ComboNode_Reroute \ +static_assert(alignof(UBED_ComboNode_Reroute) == 0x000008, "Wrong alignment on UBED_ComboNode_Reroute"); \ +static_assert(sizeof(UBED_ComboNode_Reroute) == 0x0002A0, "Wrong size on UBED_ComboNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_OnPropertyChanged \ +static_assert(alignof(BED_QuestAsset_OnPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestAsset_OnPropertyChanged"); \ +static_assert(sizeof(BED_QuestAsset_OnPropertyChanged) == 0x000020, "Wrong size on BED_QuestAsset_OnPropertyChanged"); \ +static_assert(offsetof(BED_QuestAsset_OnPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestAsset_OnPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestAsset_OnPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestAsset_OnPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_QuestAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_QuestAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_QuestAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_QuestAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_QuestAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_QuestAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_QuestAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_QuestAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_QuestAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_QuestAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_QuestAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_QuestAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_QuestAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_QuestAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_QuestAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_QuestAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_QuestAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_QuestAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_QuestAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_QuestAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_QuestAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_QuestAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_QuestAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_QuestAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_QuestAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_QuestAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_QuestAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_QuestAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_QuestAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_QuestAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_QuestAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_QuestAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetStartNodeClass \ +static_assert(alignof(BED_QuestAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_QuestAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_QuestAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_QuestAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_QuestAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_QuestAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestAsset_GetViewType \ +static_assert(alignof(BED_QuestAsset_GetViewType) == 0x000001, "Wrong alignment on BED_QuestAsset_GetViewType"); \ +static_assert(sizeof(BED_QuestAsset_GetViewType) == 0x000001, "Wrong size on BED_QuestAsset_GetViewType"); \ +static_assert(offsetof(BED_QuestAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_QuestAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestAsset \ +static_assert(alignof(UBED_QuestAsset) == 0x000008, "Wrong alignment on UBED_QuestAsset"); \ +static_assert(sizeof(UBED_QuestAsset) == 0x0003F0, "Wrong size on UBED_QuestAsset"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_BlendToCamera_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_BlendToCamera_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_BlendToCamera_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_BlendToCamera_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_BlendToCamera_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_BlendToCamera_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_BlendToCamera_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_BlendToCamera \ +static_assert(alignof(UBED_QuestNode_BlendToCamera) == 0x000008, "Wrong alignment on UBED_QuestNode_BlendToCamera"); \ +static_assert(sizeof(UBED_QuestNode_BlendToCamera) == 0x0002E0, "Wrong size on UBED_QuestNode_BlendToCamera"); \ +static_assert(offsetof(UBED_QuestNode_BlendToCamera, ViewTarget) == 0x0002A8, "Member 'UBED_QuestNode_BlendToCamera::ViewTarget' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_BlendToCamera, BlendTime) == 0x0002D0, "Member 'UBED_QuestNode_BlendToCamera::BlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_BlendToCamera, BlendFunc) == 0x0002D4, "Member 'UBED_QuestNode_BlendToCamera::BlendFunc' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_BlendToCamera, BlendExp) == 0x0002D8, "Member 'UBED_QuestNode_BlendToCamera::BlendExp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_CustomOutput_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_CustomOutput_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_CustomOutput_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_CustomOutput_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_CustomOutput_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_CustomOutput_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_CustomOutput_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_CustomOutput \ +static_assert(alignof(UBED_QuestNode_CustomOutput) == 0x000008, "Wrong alignment on UBED_QuestNode_CustomOutput"); \ +static_assert(sizeof(UBED_QuestNode_CustomOutput) == 0x0002A8, "Wrong size on UBED_QuestNode_CustomOutput"); \ +static_assert(offsetof(UBED_QuestNode_CustomOutput, EventName) == 0x0002A0, "Member 'UBED_QuestNode_CustomOutput::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_ExecutionMultiGate \ +static_assert(alignof(UBED_QuestNode_ExecutionMultiGate) == 0x000008, "Wrong alignment on UBED_QuestNode_ExecutionMultiGate"); \ +static_assert(sizeof(UBED_QuestNode_ExecutionMultiGate) == 0x0002A8, "Wrong size on UBED_QuestNode_ExecutionMultiGate"); \ +static_assert(offsetof(UBED_QuestNode_ExecutionMultiGate, StartIndex) == 0x0002A4, "Member 'UBED_QuestNode_ExecutionMultiGate::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_UnitDeadPhysicsCheckTool \ +static_assert(alignof(UAutoTest_UnitDeadPhysicsCheckTool) == 0x000008, "Wrong alignment on UAutoTest_UnitDeadPhysicsCheckTool"); \ +static_assert(sizeof(UAutoTest_UnitDeadPhysicsCheckTool) == 0x000050, "Wrong size on UAutoTest_UnitDeadPhysicsCheckTool"); \ +static_assert(offsetof(UAutoTest_UnitDeadPhysicsCheckTool, TamerList) == 0x000028, "Member 'UAutoTest_UnitDeadPhysicsCheckTool::TamerList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitDeadPhysicsCheckTool, DistanceBetween) == 0x000030, "Member 'UAutoTest_UnitDeadPhysicsCheckTool::DistanceBetween' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitDeadPhysicsCheckTool, Configs) == 0x000038, "Member 'UAutoTest_UnitDeadPhysicsCheckTool::Configs' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitDeadPhysicsCheckTool, StartIndex) == 0x000048, "Member 'UAutoTest_UnitDeadPhysicsCheckTool::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_ExecutionSequence_CanUserAddOutputInCS \ +static_assert(alignof(BED_QuestNode_ExecutionSequence_CanUserAddOutputInCS) == 0x000001, "Wrong alignment on BED_QuestNode_ExecutionSequence_CanUserAddOutputInCS"); \ +static_assert(sizeof(BED_QuestNode_ExecutionSequence_CanUserAddOutputInCS) == 0x000001, "Wrong size on BED_QuestNode_ExecutionSequence_CanUserAddOutputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_ExecutionSequence \ +static_assert(alignof(UBED_QuestNode_ExecutionSequence) == 0x000008, "Wrong alignment on UBED_QuestNode_ExecutionSequence"); \ +static_assert(sizeof(UBED_QuestNode_ExecutionSequence) == 0x0002A0, "Wrong size on UBED_QuestNode_ExecutionSequence"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_LevelStream_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_LevelStream_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_LevelStream_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_LevelStream_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_LevelStream_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_LevelStream_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_LevelStream_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_LevelStream \ +static_assert(alignof(UBED_QuestNode_LevelStream) == 0x000008, "Wrong alignment on UBED_QuestNode_LevelStream"); \ +static_assert(sizeof(UBED_QuestNode_LevelStream) == 0x0002C0, "Wrong size on UBED_QuestNode_LevelStream"); \ +static_assert(offsetof(UBED_QuestNode_LevelStream, LoadStreamingVolumes) == 0x0002A0, "Member 'UBED_QuestNode_LevelStream::LoadStreamingVolumes' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_LevelStream, UnloadStreamingVolumes) == 0x0002B0, "Member 'UBED_QuestNode_LevelStream::UnloadStreamingVolumes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_Log_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_Log_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_Log_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_Log_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_Log_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_Log_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_Log_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_Log_IsSupportViewType \ +static_assert(alignof(BED_QuestNode_Log_IsSupportViewType) == 0x000001, "Wrong alignment on BED_QuestNode_Log_IsSupportViewType"); \ +static_assert(sizeof(BED_QuestNode_Log_IsSupportViewType) == 0x000002, "Wrong size on BED_QuestNode_Log_IsSupportViewType"); \ +static_assert(offsetof(BED_QuestNode_Log_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_QuestNode_Log_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_Log \ +static_assert(alignof(UBED_QuestNode_Log) == 0x000008, "Wrong alignment on UBED_QuestNode_Log"); \ +static_assert(sizeof(UBED_QuestNode_Log) == 0x0002C8, "Wrong size on UBED_QuestNode_Log"); \ +static_assert(offsetof(UBED_QuestNode_Log, Message) == 0x0002A0, "Member 'UBED_QuestNode_Log::Message' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Log, Duration) == 0x0002B4, "Member 'UBED_QuestNode_Log::Duration' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Log, TextColor) == 0x0002B8, "Member 'UBED_QuestNode_Log::TextColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_HFDW \ +static_assert(alignof(UAutoTest_HFS_HFDW) == 0x000008, "Wrong alignment on UAutoTest_HFS_HFDW"); \ +static_assert(sizeof(UAutoTest_HFS_HFDW) == 0x000028, "Wrong size on UAutoTest_HFS_HFDW"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_LogicalAnd_CanUserAddInputInCS \ +static_assert(alignof(BED_QuestNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_QuestNode_LogicalAnd_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_QuestNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_QuestNode_LogicalAnd_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_LogicalAnd \ +static_assert(alignof(UBED_QuestNode_LogicalAnd) == 0x000008, "Wrong alignment on UBED_QuestNode_LogicalAnd"); \ +static_assert(sizeof(UBED_QuestNode_LogicalAnd) == 0x0002A0, "Wrong size on UBED_QuestNode_LogicalAnd"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_LogicalOr_CanUserAddInputInCS \ +static_assert(alignof(BED_QuestNode_LogicalOr_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_QuestNode_LogicalOr_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_QuestNode_LogicalOr_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_QuestNode_LogicalOr_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_LogicalOr \ +static_assert(alignof(UBED_QuestNode_LogicalOr) == 0x000008, "Wrong alignment on UBED_QuestNode_LogicalOr"); \ +static_assert(sizeof(UBED_QuestNode_LogicalOr) == 0x0002A0, "Wrong size on UBED_QuestNode_LogicalOr"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_NotifyActor_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_NotifyActor_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_NotifyActor_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_NotifyActor_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_NotifyActor_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_NotifyActor_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_NotifyActor_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_NotifyActor \ +static_assert(alignof(UBED_QuestNode_NotifyActor) == 0x000008, "Wrong alignment on UBED_QuestNode_NotifyActor"); \ +static_assert(sizeof(UBED_QuestNode_NotifyActor) == 0x000330, "Wrong size on UBED_QuestNode_NotifyActor"); \ +static_assert(offsetof(UBED_QuestNode_NotifyActor, NotifySceneActor) == 0x0002A0, "Member 'UBED_QuestNode_NotifyActor::NotifySceneActor' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_NotifyActor, NotifyTags) == 0x0002B0, "Member 'UBED_QuestNode_NotifyActor::NotifyTags' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_NotifyActor, NotifyActor) == 0x0002D0, "Member 'UBED_QuestNode_NotifyActor::NotifyActor' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_NotifyActor, NotifyUnit) == 0x0002F8, "Member 'UBED_QuestNode_NotifyActor::NotifyUnit' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_NotifyActor, NotifyActorGuid) == 0x000320, "Member 'UBED_QuestNode_NotifyActor::NotifyActorGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_Forest \ +static_assert(alignof(UAutoTest_HFS_Forest) == 0x000008, "Wrong alignment on UAutoTest_HFS_Forest"); \ +static_assert(sizeof(UAutoTest_HFS_Forest) == 0x000028, "Wrong size on UAutoTest_HFS_Forest"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_QuestNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_QuestNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_QuestNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_QuestNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_Reroute \ +static_assert(alignof(UBED_QuestNode_Reroute) == 0x000008, "Wrong alignment on UBED_QuestNode_Reroute"); \ +static_assert(sizeof(UBED_QuestNode_Reroute) == 0x0002A0, "Wrong size on UBED_QuestNode_Reroute"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_Start \ +static_assert(alignof(UBED_QuestNode_Start) == 0x000008, "Wrong alignment on UBED_QuestNode_Start"); \ +static_assert(sizeof(UBED_QuestNode_Start) == 0x0002A0, "Wrong size on UBED_QuestNode_Start"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SubGraph_GetContextOutputsInCS \ +static_assert(alignof(BED_QuestNode_SubGraph_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SubGraph_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_QuestNode_SubGraph_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_QuestNode_SubGraph_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_QuestNode_SubGraph_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SubGraph_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SubGraph_GetContextInputsInCS \ +static_assert(alignof(BED_QuestNode_SubGraph_GetContextInputsInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SubGraph_GetContextInputsInCS"); \ +static_assert(sizeof(BED_QuestNode_SubGraph_GetContextInputsInCS) == 0x000010, "Wrong size on BED_QuestNode_SubGraph_GetContextInputsInCS"); \ +static_assert(offsetof(BED_QuestNode_SubGraph_GetContextInputsInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SubGraph_GetContextInputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SubGraph_PostPropertyChanged \ +static_assert(alignof(BED_QuestNode_SubGraph_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_SubGraph_PostPropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_SubGraph_PostPropertyChanged) == 0x000020, "Wrong size on BED_QuestNode_SubGraph_PostPropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_SubGraph_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_QuestNode_SubGraph_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_QuestNode_SubGraph_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_QuestNode_SubGraph_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SubGraph_PrePropertyChanged \ +static_assert(alignof(BED_QuestNode_SubGraph_PrePropertyChanged) == 0x000008, "Wrong alignment on BED_QuestNode_SubGraph_PrePropertyChanged"); \ +static_assert(sizeof(BED_QuestNode_SubGraph_PrePropertyChanged) == 0x000010, "Wrong size on BED_QuestNode_SubGraph_PrePropertyChanged"); \ +static_assert(offsetof(BED_QuestNode_SubGraph_PrePropertyChanged, PropertyName) == 0x000000, "Member 'BED_QuestNode_SubGraph_PrePropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SubGraph_GetAssetToEditInCS \ +static_assert(alignof(BED_QuestNode_SubGraph_GetAssetToEditInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SubGraph_GetAssetToEditInCS"); \ +static_assert(sizeof(BED_QuestNode_SubGraph_GetAssetToEditInCS) == 0x000008, "Wrong size on BED_QuestNode_SubGraph_GetAssetToEditInCS"); \ +static_assert(offsetof(BED_QuestNode_SubGraph_GetAssetToEditInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SubGraph_GetAssetToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_SubGraph_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_SubGraph_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_SubGraph_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_SubGraph_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_SubGraph_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_SubGraph_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_SubGraph_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_SubGraph \ +static_assert(alignof(UBED_QuestNode_SubGraph) == 0x000008, "Wrong alignment on UBED_QuestNode_SubGraph"); \ +static_assert(sizeof(UBED_QuestNode_SubGraph) == 0x0002C8, "Wrong size on UBED_QuestNode_SubGraph"); \ +static_assert(offsetof(UBED_QuestNode_SubGraph, Asset) == 0x0002A0, "Member 'UBED_QuestNode_SubGraph::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_QuestNode_Timer_GetNodeDescriptionInCS \ +static_assert(alignof(BED_QuestNode_Timer_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_QuestNode_Timer_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_QuestNode_Timer_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_QuestNode_Timer_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_QuestNode_Timer_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_QuestNode_Timer_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_QuestNode_Timer \ +static_assert(alignof(UBED_QuestNode_Timer) == 0x000008, "Wrong alignment on UBED_QuestNode_Timer"); \ +static_assert(sizeof(UBED_QuestNode_Timer) == 0x0002A8, "Wrong size on UBED_QuestNode_Timer"); \ +static_assert(offsetof(UBED_QuestNode_Timer, CompletionTime) == 0x0002A0, "Member 'UBED_QuestNode_Timer::CompletionTime' has a wrong offset!"); \ +static_assert(offsetof(UBED_QuestNode_Timer, StepTime) == 0x0002A4, "Member 'UBED_QuestNode_Timer::StepTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_RoundAbout \ +static_assert(alignof(UAutoTest_HYS_RoundAbout) == 0x000008, "Wrong alignment on UAutoTest_HYS_RoundAbout"); \ +static_assert(sizeof(UAutoTest_HYS_RoundAbout) == 0x000028, "Wrong size on UAutoTest_HYS_RoundAbout"); \ + +#define DUMPER7_ASSERTS_UBED_SkillNode_Desc \ +static_assert(alignof(UBED_SkillNode_Desc) == 0x000008, "Wrong alignment on UBED_SkillNode_Desc"); \ +static_assert(sizeof(UBED_SkillNode_Desc) == 0x0002A0, "Wrong size on UBED_SkillNode_Desc"); \ + +#define DUMPER7_ASSERTS_UBED_SkillNode_Start \ +static_assert(alignof(UBED_SkillNode_Start) == 0x000008, "Wrong alignment on UBED_SkillNode_Start"); \ +static_assert(sizeof(UBED_SkillNode_Start) == 0x0002A0, "Wrong size on UBED_SkillNode_Start"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_StateAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_StateAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_StateAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_StateAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_StateAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_StateAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_StateAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_StateAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_StateAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_StateAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_StateAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_StateAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_StateAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_StateAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_StateAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_StateAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_StateAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_StateAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_StateAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_StateAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_StateAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_StateAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_StateAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_StateAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_StateAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_StateAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_StateAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_StateAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_StateAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_StateAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_StateAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_StateAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_StateAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetStartNodeClass \ +static_assert(alignof(BED_StateAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_StateAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_StateAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_StateAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_StateAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_StateAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateAsset_GetViewType \ +static_assert(alignof(BED_StateAsset_GetViewType) == 0x000001, "Wrong alignment on BED_StateAsset_GetViewType"); \ +static_assert(sizeof(BED_StateAsset_GetViewType) == 0x000001, "Wrong size on BED_StateAsset_GetViewType"); \ +static_assert(offsetof(BED_StateAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_StateAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_StateAsset \ +static_assert(alignof(UBED_StateAsset) == 0x000008, "Wrong alignment on UBED_StateAsset"); \ +static_assert(sizeof(UBED_StateAsset) == 0x0003F8, "Wrong size on UBED_StateAsset"); \ +static_assert(offsetof(UBED_StateAsset, PhaseBehaviorAsset) == 0x0003F0, "Member 'UBED_StateAsset::PhaseBehaviorAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Final \ +static_assert(alignof(UBED_StateNode_Final) == 0x000008, "Wrong alignment on UBED_StateNode_Final"); \ +static_assert(sizeof(UBED_StateNode_Final) == 0x0002A0, "Wrong size on UBED_StateNode_Final"); \ + +#define DUMPER7_ASSERTS_UBI_GourdSlotCS \ +static_assert(alignof(UBI_GourdSlotCS) == 0x000008, "Wrong alignment on UBI_GourdSlotCS"); \ +static_assert(sizeof(UBI_GourdSlotCS) == 0x0003D8, "Wrong size on UBI_GourdSlotCS"); \ + +#define DUMPER7_ASSERTS_BUI_BossBar_GSInit \ +static_assert(alignof(BUI_BossBar_GSInit) == 0x000008, "Wrong alignment on BUI_BossBar_GSInit"); \ +static_assert(sizeof(BUI_BossBar_GSInit) == 0x000008, "Wrong size on BUI_BossBar_GSInit"); \ +static_assert(offsetof(BUI_BossBar_GSInit, InOwnerCharacter) == 0x000000, "Member 'BUI_BossBar_GSInit::InOwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_BossBar \ +static_assert(alignof(UBUI_BossBar) == 0x000008, "Wrong alignment on UBUI_BossBar"); \ +static_assert(sizeof(UBUI_BossBar) == 0x0003E0, "Wrong size on UBUI_BossBar"); \ +static_assert(offsetof(UBUI_BossBar, OwnerCharacter) == 0x0003D8, "Member 'UBUI_BossBar::OwnerCharacter' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Fork_CanUserAddOutputInCS \ +static_assert(alignof(BED_StateNode_Fork_CanUserAddOutputInCS) == 0x000001, "Wrong alignment on BED_StateNode_Fork_CanUserAddOutputInCS"); \ +static_assert(sizeof(BED_StateNode_Fork_CanUserAddOutputInCS) == 0x000001, "Wrong size on BED_StateNode_Fork_CanUserAddOutputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Fork \ +static_assert(alignof(UBED_StateNode_Fork) == 0x000008, "Wrong alignment on UBED_StateNode_Fork"); \ +static_assert(sizeof(UBED_StateNode_Fork) == 0x0002A0, "Wrong size on UBED_StateNode_Fork"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Join_CanUserAddInputInCS \ +static_assert(alignof(BED_StateNode_Join_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_StateNode_Join_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_StateNode_Join_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_StateNode_Join_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Join \ +static_assert(alignof(UBED_StateNode_Join) == 0x000008, "Wrong alignment on UBED_StateNode_Join"); \ +static_assert(sizeof(UBED_StateNode_Join) == 0x0002A0, "Wrong size on UBED_StateNode_Join"); \ + +#define DUMPER7_ASSERTS_UBI_DropSpecialTipsCS \ +static_assert(alignof(UBI_DropSpecialTipsCS) == 0x000008, "Wrong alignment on UBI_DropSpecialTipsCS"); \ +static_assert(sizeof(UBI_DropSpecialTipsCS) == 0x0003D8, "Wrong size on UBI_DropSpecialTipsCS"); \ + +#define DUMPER7_ASSERTS_UAutoTest_MGD_Opening \ +static_assert(alignof(UAutoTest_MGD_Opening) == 0x000008, "Wrong alignment on UAutoTest_MGD_Opening"); \ +static_assert(sizeof(UAutoTest_MGD_Opening) == 0x000028, "Wrong size on UAutoTest_MGD_Opening"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Junction_GetNodeDescriptionInCS \ +static_assert(alignof(BED_StateNode_Junction_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_StateNode_Junction_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_StateNode_Junction_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_StateNode_Junction_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_StateNode_Junction_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_StateNode_Junction_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Junction \ +static_assert(alignof(UBED_StateNode_Junction) == 0x000008, "Wrong alignment on UBED_StateNode_Junction"); \ +static_assert(sizeof(UBED_StateNode_Junction) == 0x0002A8, "Wrong size on UBED_StateNode_Junction"); \ +static_assert(offsetof(UBED_StateNode_Junction, JunctionState) == 0x0002A0, "Member 'UBED_StateNode_Junction::JunctionState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Reroute_IsRerouteNode \ +static_assert(alignof(BED_StateNode_Reroute_IsRerouteNode) == 0x000001, "Wrong alignment on BED_StateNode_Reroute_IsRerouteNode"); \ +static_assert(sizeof(BED_StateNode_Reroute_IsRerouteNode) == 0x000001, "Wrong size on BED_StateNode_Reroute_IsRerouteNode"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Reroute \ +static_assert(alignof(UBED_StateNode_Reroute) == 0x000008, "Wrong alignment on UBED_StateNode_Reroute"); \ +static_assert(sizeof(UBED_StateNode_Reroute) == 0x0002A0, "Wrong size on UBED_StateNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_GetContextOutputsInCS \ +static_assert(alignof(BED_StateNode_Single_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_StateNode_Single_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_StateNode_Single_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_StateNode_Single_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_StateNode_Single_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_StateNode_Single_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_GetContextInputsInCS \ +static_assert(alignof(BED_StateNode_Single_GetContextInputsInCS) == 0x000008, "Wrong alignment on BED_StateNode_Single_GetContextInputsInCS"); \ +static_assert(sizeof(BED_StateNode_Single_GetContextInputsInCS) == 0x000010, "Wrong size on BED_StateNode_Single_GetContextInputsInCS"); \ +static_assert(offsetof(BED_StateNode_Single_GetContextInputsInCS, ReturnValue) == 0x000000, "Member 'BED_StateNode_Single_GetContextInputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_PostPropertyChanged \ +static_assert(alignof(BED_StateNode_Single_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_StateNode_Single_PostPropertyChanged"); \ +static_assert(sizeof(BED_StateNode_Single_PostPropertyChanged) == 0x000020, "Wrong size on BED_StateNode_Single_PostPropertyChanged"); \ +static_assert(offsetof(BED_StateNode_Single_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_StateNode_Single_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_StateNode_Single_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_StateNode_Single_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_PrePropertyChanged \ +static_assert(alignof(BED_StateNode_Single_PrePropertyChanged) == 0x000008, "Wrong alignment on BED_StateNode_Single_PrePropertyChanged"); \ +static_assert(sizeof(BED_StateNode_Single_PrePropertyChanged) == 0x000010, "Wrong size on BED_StateNode_Single_PrePropertyChanged"); \ +static_assert(offsetof(BED_StateNode_Single_PrePropertyChanged, PropertyName) == 0x000000, "Member 'BED_StateNode_Single_PrePropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_GetAssetToEditInCS \ +static_assert(alignof(BED_StateNode_Single_GetAssetToEditInCS) == 0x000008, "Wrong alignment on BED_StateNode_Single_GetAssetToEditInCS"); \ +static_assert(sizeof(BED_StateNode_Single_GetAssetToEditInCS) == 0x000008, "Wrong size on BED_StateNode_Single_GetAssetToEditInCS"); \ +static_assert(offsetof(BED_StateNode_Single_GetAssetToEditInCS, ReturnValue) == 0x000000, "Member 'BED_StateNode_Single_GetAssetToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_GetNodeDescriptionInCS \ +static_assert(alignof(BED_StateNode_Single_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_StateNode_Single_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_StateNode_Single_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_StateNode_Single_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_StateNode_Single_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_StateNode_Single_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_SetSubGraphAssetInPIE \ +static_assert(alignof(BED_StateNode_Single_SetSubGraphAssetInPIE) == 0x000008, "Wrong alignment on BED_StateNode_Single_SetSubGraphAssetInPIE"); \ +static_assert(sizeof(BED_StateNode_Single_SetSubGraphAssetInPIE) == 0x000008, "Wrong size on BED_StateNode_Single_SetSubGraphAssetInPIE"); \ +static_assert(offsetof(BED_StateNode_Single_SetSubGraphAssetInPIE, InSubGraphAsset) == 0x000000, "Member 'BED_StateNode_Single_SetSubGraphAssetInPIE::InSubGraphAsset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_StateNode_Single_IsSubGraphNode \ +static_assert(alignof(BED_StateNode_Single_IsSubGraphNode) == 0x000001, "Wrong alignment on BED_StateNode_Single_IsSubGraphNode"); \ +static_assert(sizeof(BED_StateNode_Single_IsSubGraphNode) == 0x000001, "Wrong size on BED_StateNode_Single_IsSubGraphNode"); \ + +#define DUMPER7_ASSERTS_UBED_StateNode_Single \ +static_assert(alignof(UBED_StateNode_Single) == 0x000008, "Wrong alignment on UBED_StateNode_Single"); \ +static_assert(sizeof(UBED_StateNode_Single) == 0x000308, "Wrong size on UBED_StateNode_Single"); \ +static_assert(offsetof(UBED_StateNode_Single, StateName) == 0x0002A0, "Member 'UBED_StateNode_Single::StateName' has a wrong offset!"); \ +static_assert(offsetof(UBED_StateNode_Single, SubStateMachine) == 0x0002A8, "Member 'UBED_StateNode_Single::SubStateMachine' has a wrong offset!"); \ +static_assert(offsetof(UBED_StateNode_Single, SubGraphAssetInstance) == 0x0002B0, "Member 'UBED_StateNode_Single::SubGraphAssetInstance' has a wrong offset!"); \ +static_assert(offsetof(UBED_StateNode_Single, Events) == 0x0002B8, "Member 'UBED_StateNode_Single::Events' has a wrong offset!"); \ +static_assert(offsetof(UBED_StateNode_Single, DetectUnitConditions) == 0x0002D8, "Member 'UBED_StateNode_Single::DetectUnitConditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_StateNode_Single, OtherConditions) == 0x0002E8, "Member 'UBED_StateNode_Single::OtherConditions' has a wrong offset!"); \ +static_assert(offsetof(UBED_StateNode_Single, ChildActorCollection) == 0x0002F8, "Member 'UBED_StateNode_Single::ChildActorCollection' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_LeiYinTemple \ +static_assert(alignof(UAutoTest_LYS_LeiYinTemple) == 0x000008, "Wrong alignment on UAutoTest_LYS_LeiYinTemple"); \ +static_assert(sizeof(UAutoTest_LYS_LeiYinTemple) == 0x000028, "Wrong size on UAutoTest_LYS_LeiYinTemple"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph \ +static_assert(alignof(BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(sizeof(BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph) == 0x000018, "Wrong size on BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_TaskAsset_GetExtraDefaultOutputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph \ +static_assert(alignof(BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(sizeof(BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph) == 0x000018, "Wrong size on BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph, OutClasses) == 0x000000, "Member 'BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph, ReturnValue) == 0x000010, "Member 'BED_TaskAsset_GetExtraDefaultInputNodesInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetRerouteNodeClassInBranchGraph \ +static_assert(alignof(BED_TaskAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_TaskAsset_GetRerouteNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_TaskAsset_GetRerouteNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_TaskAsset_GetRerouteNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_TaskAsset_GetRerouteNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetStartNodeClassInBranchGraph \ +static_assert(alignof(BED_TaskAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong alignment on BED_TaskAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(sizeof(BED_TaskAsset_GetStartNodeClassInBranchGraph) == 0x000008, "Wrong size on BED_TaskAsset_GetStartNodeClassInBranchGraph"); \ +static_assert(offsetof(BED_TaskAsset_GetStartNodeClassInBranchGraph, ReturnValue) == 0x000000, "Member 'BED_TaskAsset_GetStartNodeClassInBranchGraph::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetExtraDefaultOutputNodes \ +static_assert(alignof(BED_TaskAsset_GetExtraDefaultOutputNodes) == 0x000008, "Wrong alignment on BED_TaskAsset_GetExtraDefaultOutputNodes"); \ +static_assert(sizeof(BED_TaskAsset_GetExtraDefaultOutputNodes) == 0x000018, "Wrong size on BED_TaskAsset_GetExtraDefaultOutputNodes"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultOutputNodes, OutClasses) == 0x000000, "Member 'BED_TaskAsset_GetExtraDefaultOutputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultOutputNodes, ReturnValue) == 0x000010, "Member 'BED_TaskAsset_GetExtraDefaultOutputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetExtraDefaultInputNodes \ +static_assert(alignof(BED_TaskAsset_GetExtraDefaultInputNodes) == 0x000008, "Wrong alignment on BED_TaskAsset_GetExtraDefaultInputNodes"); \ +static_assert(sizeof(BED_TaskAsset_GetExtraDefaultInputNodes) == 0x000018, "Wrong size on BED_TaskAsset_GetExtraDefaultInputNodes"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultInputNodes, OutClasses) == 0x000000, "Member 'BED_TaskAsset_GetExtraDefaultInputNodes::OutClasses' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskAsset_GetExtraDefaultInputNodes, ReturnValue) == 0x000010, "Member 'BED_TaskAsset_GetExtraDefaultInputNodes::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetRerouteNodeClass \ +static_assert(alignof(BED_TaskAsset_GetRerouteNodeClass) == 0x000008, "Wrong alignment on BED_TaskAsset_GetRerouteNodeClass"); \ +static_assert(sizeof(BED_TaskAsset_GetRerouteNodeClass) == 0x000008, "Wrong size on BED_TaskAsset_GetRerouteNodeClass"); \ +static_assert(offsetof(BED_TaskAsset_GetRerouteNodeClass, ReturnValue) == 0x000000, "Member 'BED_TaskAsset_GetRerouteNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetActorGuidOptions \ +static_assert(alignof(BED_TaskAsset_GetActorGuidOptions) == 0x000008, "Wrong alignment on BED_TaskAsset_GetActorGuidOptions"); \ +static_assert(sizeof(BED_TaskAsset_GetActorGuidOptions) == 0x000028, "Wrong size on BED_TaskAsset_GetActorGuidOptions"); \ +static_assert(offsetof(BED_TaskAsset_GetActorGuidOptions, PropertyName) == 0x000000, "Member 'BED_TaskAsset_GetActorGuidOptions::PropertyName' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskAsset_GetActorGuidOptions, OutOptions) == 0x000010, "Member 'BED_TaskAsset_GetActorGuidOptions::OutOptions' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskAsset_GetActorGuidOptions, ReturnValue) == 0x000020, "Member 'BED_TaskAsset_GetActorGuidOptions::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetStartNodeClass \ +static_assert(alignof(BED_TaskAsset_GetStartNodeClass) == 0x000008, "Wrong alignment on BED_TaskAsset_GetStartNodeClass"); \ +static_assert(sizeof(BED_TaskAsset_GetStartNodeClass) == 0x000008, "Wrong size on BED_TaskAsset_GetStartNodeClass"); \ +static_assert(offsetof(BED_TaskAsset_GetStartNodeClass, ReturnValue) == 0x000000, "Member 'BED_TaskAsset_GetStartNodeClass::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_IsEditorOnlyCS \ +static_assert(alignof(BED_TaskAsset_IsEditorOnlyCS) == 0x000001, "Wrong alignment on BED_TaskAsset_IsEditorOnlyCS"); \ +static_assert(sizeof(BED_TaskAsset_IsEditorOnlyCS) == 0x000001, "Wrong size on BED_TaskAsset_IsEditorOnlyCS"); \ + +#define DUMPER7_ASSERTS_BED_TaskAsset_GetViewType \ +static_assert(alignof(BED_TaskAsset_GetViewType) == 0x000001, "Wrong alignment on BED_TaskAsset_GetViewType"); \ +static_assert(sizeof(BED_TaskAsset_GetViewType) == 0x000001, "Wrong size on BED_TaskAsset_GetViewType"); \ +static_assert(offsetof(BED_TaskAsset_GetViewType, ReturnValue) == 0x000000, "Member 'BED_TaskAsset_GetViewType::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskAsset \ +static_assert(alignof(UBED_TaskAsset) == 0x000008, "Wrong alignment on UBED_TaskAsset"); \ +static_assert(sizeof(UBED_TaskAsset) == 0x000410, "Wrong size on UBED_TaskAsset"); \ +static_assert(offsetof(UBED_TaskAsset, ManagedObjectsForTask) == 0x0003F0, "Member 'UBED_TaskAsset::ManagedObjectsForTask' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_LogicalAnd_CanUserAddInputInCS \ +static_assert(alignof(BED_TaskNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_TaskNode_LogicalAnd_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_TaskNode_LogicalAnd_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_TaskNode_LogicalAnd_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_LogicalAnd \ +static_assert(alignof(UBED_TaskNode_LogicalAnd) == 0x000008, "Wrong alignment on UBED_TaskNode_LogicalAnd"); \ +static_assert(sizeof(UBED_TaskNode_LogicalAnd) == 0x0002A0, "Wrong size on UBED_TaskNode_LogicalAnd"); \ + +#define DUMPER7_ASSERTS_UBI_DropMuseumCS \ +static_assert(alignof(UBI_DropMuseumCS) == 0x000008, "Wrong alignment on UBI_DropMuseumCS"); \ +static_assert(sizeof(UBI_DropMuseumCS) == 0x0003D8, "Wrong size on UBI_DropMuseumCS"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_StupasDungeon_1 \ +static_assert(alignof(UAutoTest_LYS_StupasDungeon_1) == 0x000008, "Wrong alignment on UAutoTest_LYS_StupasDungeon_1"); \ +static_assert(sizeof(UAutoTest_LYS_StupasDungeon_1) == 0x000028, "Wrong size on UAutoTest_LYS_StupasDungeon_1"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged \ +static_assert(alignof(BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged"); \ +static_assert(sizeof(BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged) == 0x000020, "Wrong size on BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged"); \ +static_assert(offsetof(BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_TaskNode_ObserveUnitByCondition_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_ObserveUnitByCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_ObserveUnitByCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_ObserveUnitByCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_ObserveUnitByCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_ObserveUnitByCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_ObserveUnitByCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_ObserveUnitByCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_ObserveUnitByCondition \ +static_assert(alignof(UBED_TaskNode_ObserveUnitByCondition) == 0x000008, "Wrong alignment on UBED_TaskNode_ObserveUnitByCondition"); \ +static_assert(sizeof(UBED_TaskNode_ObserveUnitByCondition) == 0x0002D0, "Wrong size on UBED_TaskNode_ObserveUnitByCondition"); \ +static_assert(offsetof(UBED_TaskNode_ObserveUnitByCondition, SuccessLimit) == 0x0002A0, "Member 'UBED_TaskNode_ObserveUnitByCondition::SuccessLimit' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_ObserveUnitByCondition, ObserveActorInfo) == 0x0002A4, "Member 'UBED_TaskNode_ObserveUnitByCondition::ObserveActorInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_ObserveRoleData_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_ObserveRoleData_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_ObserveRoleData_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_ObserveRoleData_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_ObserveRoleData_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_ObserveRoleData_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_ObserveRoleData_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_ObserveRoleData \ +static_assert(alignof(UBED_TaskNode_ObserveRoleData) == 0x000008, "Wrong alignment on UBED_TaskNode_ObserveRoleData"); \ +static_assert(sizeof(UBED_TaskNode_ObserveRoleData) == 0x0002B8, "Wrong size on UBED_TaskNode_ObserveRoleData"); \ +static_assert(offsetof(UBED_TaskNode_ObserveRoleData, ObserveMinSuccessConditionNum) == 0x0002A0, "Member 'UBED_TaskNode_ObserveRoleData::ObserveMinSuccessConditionNum' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_ObserveRoleData, ObserveRoleDataInfoList) == 0x0002A8, "Member 'UBED_TaskNode_ObserveRoleData::ObserveRoleDataInfoList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_Reroute \ +static_assert(alignof(UBED_TaskNode_Reroute) == 0x000008, "Wrong alignment on UBED_TaskNode_Reroute"); \ +static_assert(sizeof(UBED_TaskNode_Reroute) == 0x0002A0, "Wrong size on UBED_TaskNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_RunProcessGraph_PostPropertyChanged \ +static_assert(alignof(BED_TaskNode_RunProcessGraph_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_TaskNode_RunProcessGraph_PostPropertyChanged"); \ +static_assert(sizeof(BED_TaskNode_RunProcessGraph_PostPropertyChanged) == 0x000020, "Wrong size on BED_TaskNode_RunProcessGraph_PostPropertyChanged"); \ +static_assert(offsetof(BED_TaskNode_RunProcessGraph_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_TaskNode_RunProcessGraph_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskNode_RunProcessGraph_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_TaskNode_RunProcessGraph_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_RunProcessGraph_PrePropertyChanged \ +static_assert(alignof(BED_TaskNode_RunProcessGraph_PrePropertyChanged) == 0x000008, "Wrong alignment on BED_TaskNode_RunProcessGraph_PrePropertyChanged"); \ +static_assert(sizeof(BED_TaskNode_RunProcessGraph_PrePropertyChanged) == 0x000010, "Wrong size on BED_TaskNode_RunProcessGraph_PrePropertyChanged"); \ +static_assert(offsetof(BED_TaskNode_RunProcessGraph_PrePropertyChanged, PropertyName) == 0x000000, "Member 'BED_TaskNode_RunProcessGraph_PrePropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_RunProcessGraph_GetAssetToEditInCS \ +static_assert(alignof(BED_TaskNode_RunProcessGraph_GetAssetToEditInCS) == 0x000008, "Wrong alignment on BED_TaskNode_RunProcessGraph_GetAssetToEditInCS"); \ +static_assert(sizeof(BED_TaskNode_RunProcessGraph_GetAssetToEditInCS) == 0x000008, "Wrong size on BED_TaskNode_RunProcessGraph_GetAssetToEditInCS"); \ +static_assert(offsetof(BED_TaskNode_RunProcessGraph_GetAssetToEditInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_RunProcessGraph_GetAssetToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_RunProcessGraph_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_RunProcessGraph_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_RunProcessGraph_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_RunProcessGraph_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_RunProcessGraph_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_RunProcessGraph_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_RunProcessGraph_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_RunProcessGraph \ +static_assert(alignof(UBED_TaskNode_RunProcessGraph) == 0x000008, "Wrong alignment on UBED_TaskNode_RunProcessGraph"); \ +static_assert(sizeof(UBED_TaskNode_RunProcessGraph) == 0x0002C8, "Wrong size on UBED_TaskNode_RunProcessGraph"); \ +static_assert(offsetof(UBED_TaskNode_RunProcessGraph, Asset) == 0x0002A0, "Member 'UBED_TaskNode_RunProcessGraph::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_SaveArchive_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_SaveArchive_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_SaveArchive_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_SaveArchive_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_SaveArchive_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_SaveArchive_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_SaveArchive_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_SaveArchive \ +static_assert(alignof(UBED_TaskNode_SaveArchive) == 0x000008, "Wrong alignment on UBED_TaskNode_SaveArchive"); \ +static_assert(sizeof(UBED_TaskNode_SaveArchive) == 0x0002A8, "Wrong size on UBED_TaskNode_SaveArchive"); \ +static_assert(offsetof(UBED_TaskNode_SaveArchive, ArchiveLabel) == 0x0002A0, "Member 'UBED_TaskNode_SaveArchive::ArchiveLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_Start \ +static_assert(alignof(UBED_TaskNode_Start) == 0x000008, "Wrong alignment on UBED_TaskNode_Start"); \ +static_assert(sizeof(UBED_TaskNode_Start) == 0x0002A0, "Wrong size on UBED_TaskNode_Start"); \ + +#define DUMPER7_ASSERTS_UBUI_CursorBase \ +static_assert(alignof(UBUI_CursorBase) == 0x000008, "Wrong alignment on UBUI_CursorBase"); \ +static_assert(sizeof(UBUI_CursorBase) == 0x000410, "Wrong size on UBUI_CursorBase"); \ +static_assert(offsetof(UBUI_CursorBase, CursorRadius) == 0x0003DC, "Member 'UBUI_CursorBase::CursorRadius' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorBase, MovePower) == 0x0003E0, "Member 'UBUI_CursorBase::MovePower' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorBase, ResistancePower) == 0x0003E4, "Member 'UBUI_CursorBase::ResistancePower' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorBase, GravitationPowerCurve) == 0x0003E8, "Member 'UBUI_CursorBase::GravitationPowerCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorBase, CursorMoveDelay) == 0x0003F0, "Member 'UBUI_CursorBase::CursorMoveDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorBase, CanvasOffsetCoeList) == 0x0003F8, "Member 'UBUI_CursorBase::CanvasOffsetCoeList' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorBase, MouseCanvasOffsetCoe) == 0x000408, "Member 'UBUI_CursorBase::MouseCanvasOffsetCoe' has a wrong offset!"); \ +static_assert(offsetof(UBUI_CursorBase, ScrollCanvasOffsetCoe) == 0x00040C, "Member 'UBUI_CursorBase::ScrollCanvasOffsetCoe' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_SubGraph_GetContextOutputsInCS \ +static_assert(alignof(BED_TaskNode_SubGraph_GetContextOutputsInCS) == 0x000008, "Wrong alignment on BED_TaskNode_SubGraph_GetContextOutputsInCS"); \ +static_assert(sizeof(BED_TaskNode_SubGraph_GetContextOutputsInCS) == 0x000010, "Wrong size on BED_TaskNode_SubGraph_GetContextOutputsInCS"); \ +static_assert(offsetof(BED_TaskNode_SubGraph_GetContextOutputsInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_SubGraph_GetContextOutputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_SubGraph_GetContextInputsInCS \ +static_assert(alignof(BED_TaskNode_SubGraph_GetContextInputsInCS) == 0x000008, "Wrong alignment on BED_TaskNode_SubGraph_GetContextInputsInCS"); \ +static_assert(sizeof(BED_TaskNode_SubGraph_GetContextInputsInCS) == 0x000010, "Wrong size on BED_TaskNode_SubGraph_GetContextInputsInCS"); \ +static_assert(offsetof(BED_TaskNode_SubGraph_GetContextInputsInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_SubGraph_GetContextInputsInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_SubGraph_PostPropertyChanged \ +static_assert(alignof(BED_TaskNode_SubGraph_PostPropertyChanged) == 0x000008, "Wrong alignment on BED_TaskNode_SubGraph_PostPropertyChanged"); \ +static_assert(sizeof(BED_TaskNode_SubGraph_PostPropertyChanged) == 0x000020, "Wrong size on BED_TaskNode_SubGraph_PostPropertyChanged"); \ +static_assert(offsetof(BED_TaskNode_SubGraph_PostPropertyChanged, MemberName) == 0x000000, "Member 'BED_TaskNode_SubGraph_PostPropertyChanged::MemberName' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskNode_SubGraph_PostPropertyChanged, PropertyName) == 0x000010, "Member 'BED_TaskNode_SubGraph_PostPropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_SubGraph_PrePropertyChanged \ +static_assert(alignof(BED_TaskNode_SubGraph_PrePropertyChanged) == 0x000008, "Wrong alignment on BED_TaskNode_SubGraph_PrePropertyChanged"); \ +static_assert(sizeof(BED_TaskNode_SubGraph_PrePropertyChanged) == 0x000010, "Wrong size on BED_TaskNode_SubGraph_PrePropertyChanged"); \ +static_assert(offsetof(BED_TaskNode_SubGraph_PrePropertyChanged, PropertyName) == 0x000000, "Member 'BED_TaskNode_SubGraph_PrePropertyChanged::PropertyName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_SubGraph_GetAssetToEditInCS \ +static_assert(alignof(BED_TaskNode_SubGraph_GetAssetToEditInCS) == 0x000008, "Wrong alignment on BED_TaskNode_SubGraph_GetAssetToEditInCS"); \ +static_assert(sizeof(BED_TaskNode_SubGraph_GetAssetToEditInCS) == 0x000008, "Wrong size on BED_TaskNode_SubGraph_GetAssetToEditInCS"); \ +static_assert(offsetof(BED_TaskNode_SubGraph_GetAssetToEditInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_SubGraph_GetAssetToEditInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_SubGraph_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_SubGraph_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_SubGraph_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_SubGraph_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_SubGraph_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_SubGraph_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_SubGraph_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_SubGraph \ +static_assert(alignof(UBED_TaskNode_SubGraph) == 0x000008, "Wrong alignment on UBED_TaskNode_SubGraph"); \ +static_assert(sizeof(UBED_TaskNode_SubGraph) == 0x0002C8, "Wrong size on UBED_TaskNode_SubGraph"); \ +static_assert(offsetof(UBED_TaskNode_SubGraph, Asset) == 0x0002A0, "Member 'UBED_TaskNode_SubGraph::Asset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskNode_PushTaskStageState_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskNode_PushTaskStageState_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskNode_PushTaskStageState_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskNode_PushTaskStageState_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskNode_PushTaskStageState_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskNode_PushTaskStageState_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskNode_PushTaskStageState_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskNode_PushTaskStageState \ +static_assert(alignof(UBED_TaskNode_PushTaskStageState) == 0x000008, "Wrong alignment on UBED_TaskNode_PushTaskStageState"); \ +static_assert(sizeof(UBED_TaskNode_PushTaskStageState) == 0x0002D0, "Wrong size on UBED_TaskNode_PushTaskStageState"); \ +static_assert(offsetof(UBED_TaskNode_PushTaskStageState, PushTaskStage) == 0x0002A0, "Member 'UBED_TaskNode_PushTaskStageState::PushTaskStage' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_PushTaskStageState, ArchiveLabelParam) == 0x0002B4, "Member 'UBED_TaskNode_PushTaskStageState::ArchiveLabelParam' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_PushTaskStageState, PushTaskStageID) == 0x0002C4, "Member 'UBED_TaskNode_PushTaskStageState::PushTaskStageID' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskNode_PushTaskStageState, ArchiveLabel) == 0x0002C8, "Member 'UBED_TaskNode_PushTaskStageState::ArchiveLabel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkillsRefCheckToolUtility_CheckMontage \ +static_assert(alignof(SkillsRefCheckToolUtility_CheckMontage) == 0x000008, "Wrong alignment on SkillsRefCheckToolUtility_CheckMontage"); \ +static_assert(sizeof(SkillsRefCheckToolUtility_CheckMontage) == 0x000018, "Wrong size on SkillsRefCheckToolUtility_CheckMontage"); \ +static_assert(offsetof(SkillsRefCheckToolUtility_CheckMontage, SkillID) == 0x000000, "Member 'SkillsRefCheckToolUtility_CheckMontage::SkillID' has a wrong offset!"); \ +static_assert(offsetof(SkillsRefCheckToolUtility_CheckMontage, Path) == 0x000008, "Member 'SkillsRefCheckToolUtility_CheckMontage::Path' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SkillsRefCheckToolUtility_CheckNotify \ +static_assert(alignof(SkillsRefCheckToolUtility_CheckNotify) == 0x000008, "Wrong alignment on SkillsRefCheckToolUtility_CheckNotify"); \ +static_assert(sizeof(SkillsRefCheckToolUtility_CheckNotify) == 0x0000C0, "Wrong size on SkillsRefCheckToolUtility_CheckNotify"); \ +static_assert(offsetof(SkillsRefCheckToolUtility_CheckNotify, SkillID) == 0x000000, "Member 'SkillsRefCheckToolUtility_CheckNotify::SkillID' has a wrong offset!"); \ +static_assert(offsetof(SkillsRefCheckToolUtility_CheckNotify, Notify) == 0x000008, "Member 'SkillsRefCheckToolUtility_CheckNotify::Notify' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USkillsRefCheckToolUtility \ +static_assert(alignof(USkillsRefCheckToolUtility) == 0x000008, "Wrong alignment on USkillsRefCheckToolUtility"); \ +static_assert(sizeof(USkillsRefCheckToolUtility) == 0x000028, "Wrong size on USkillsRefCheckToolUtility"); \ + +#define DUMPER7_ASSERTS_UGSAutoSizeScrollBox \ +static_assert(alignof(UGSAutoSizeScrollBox) == 0x000008, "Wrong alignment on UGSAutoSizeScrollBox"); \ +static_assert(sizeof(UGSAutoSizeScrollBox) == 0x0004A0, "Wrong size on UGSAutoSizeScrollBox"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, ContentSizeBox) == 0x000430, "Member 'UGSAutoSizeScrollBox::ContentSizeBox' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, OrderSetting) == 0x000438, "Member 'UGSAutoSizeScrollBox::OrderSetting' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, ItemSize) == 0x000440, "Member 'UGSAutoSizeScrollBox::ItemSize' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, Baseline) == 0x000450, "Member 'UGSAutoSizeScrollBox::Baseline' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, PaddingCurve) == 0x000458, "Member 'UGSAutoSizeScrollBox::PaddingCurve' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, ScaleCurve) == 0x000468, "Member 'UGSAutoSizeScrollBox::ScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, ScaleRange) == 0x000470, "Member 'UGSAutoSizeScrollBox::ScaleRange' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, ScaleMaxLength) == 0x000484, "Member 'UGSAutoSizeScrollBox::ScaleMaxLength' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, AutoSizeScrollParams) == 0x000488, "Member 'UGSAutoSizeScrollBox::AutoSizeScrollParams' has a wrong offset!"); \ +static_assert(offsetof(UGSAutoSizeScrollBox, OverScrollOffset) == 0x000498, "Member 'UGSAutoSizeScrollBox::OverScrollOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_Cursor \ +static_assert(alignof(UBUI_Cursor) == 0x000008, "Wrong alignment on UBUI_Cursor"); \ +static_assert(sizeof(UBUI_Cursor) == 0x000440, "Wrong size on UBUI_Cursor"); \ +static_assert(offsetof(UBUI_Cursor, ScrollInputParams) == 0x000410, "Member 'UBUI_Cursor::ScrollInputParams' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Cursor, ScrollParams) == 0x000424, "Member 'UBUI_Cursor::ScrollParams' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSDebugDrawBase \ +static_assert(alignof(UGSDebugDrawBase) == 0x000008, "Wrong alignment on UGSDebugDrawBase"); \ +static_assert(sizeof(UGSDebugDrawBase) == 0x0003D8, "Wrong size on UGSDebugDrawBase"); \ + +#define DUMPER7_ASSERTS_UGSDebugDrawMessage \ +static_assert(alignof(UGSDebugDrawMessage) == 0x000008, "Wrong alignment on UGSDebugDrawMessage"); \ +static_assert(sizeof(UGSDebugDrawMessage) == 0x0003D8, "Wrong size on UGSDebugDrawMessage"); \ + +#define DUMPER7_ASSERTS_UGSDebugDrawTable \ +static_assert(alignof(UGSDebugDrawTable) == 0x000008, "Wrong alignment on UGSDebugDrawTable"); \ +static_assert(sizeof(UGSDebugDrawTable) == 0x0003D8, "Wrong size on UGSDebugDrawTable"); \ + +#define DUMPER7_ASSERTS_UGSDebugDrawSeqStat \ +static_assert(alignof(UGSDebugDrawSeqStat) == 0x000008, "Wrong alignment on UGSDebugDrawSeqStat"); \ +static_assert(sizeof(UGSDebugDrawSeqStat) == 0x0003D8, "Wrong size on UGSDebugDrawSeqStat"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_ZiZhuEr \ +static_assert(alignof(UAutoTest_PSD_ZiZhuEr) == 0x000008, "Wrong alignment on UAutoTest_PSD_ZiZhuEr"); \ +static_assert(sizeof(UAutoTest_PSD_ZiZhuEr) == 0x000028, "Wrong size on UAutoTest_PSD_ZiZhuEr"); \ + +#define DUMPER7_ASSERTS_UGSDebugDraw \ +static_assert(alignof(UGSDebugDraw) == 0x000008, "Wrong alignment on UGSDebugDraw"); \ +static_assert(sizeof(UGSDebugDraw) == 0x0003F8, "Wrong size on UGSDebugDraw"); \ +static_assert(offsetof(UGSDebugDraw, DrawScreenPoint) == 0x0003D8, "Member 'UGSDebugDraw::DrawScreenPoint' has a wrong offset!"); \ +static_assert(offsetof(UGSDebugDraw, DrawViewPortPoint) == 0x0003E8, "Member 'UGSDebugDraw::DrawViewPortPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BST_PostAudioOnUnit_GetDurationTime \ +static_assert(alignof(BST_PostAudioOnUnit_GetDurationTime) == 0x000004, "Wrong alignment on BST_PostAudioOnUnit_GetDurationTime"); \ +static_assert(sizeof(BST_PostAudioOnUnit_GetDurationTime) == 0x000004, "Wrong size on BST_PostAudioOnUnit_GetDurationTime"); \ +static_assert(offsetof(BST_PostAudioOnUnit_GetDurationTime, ReturnValue) == 0x000000, "Member 'BST_PostAudioOnUnit_GetDurationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BST_PostAudioOnUnit_GetDisplayName \ +static_assert(alignof(BST_PostAudioOnUnit_GetDisplayName) == 0x000008, "Wrong alignment on BST_PostAudioOnUnit_GetDisplayName"); \ +static_assert(sizeof(BST_PostAudioOnUnit_GetDisplayName) == 0x000010, "Wrong size on BST_PostAudioOnUnit_GetDisplayName"); \ +static_assert(offsetof(BST_PostAudioOnUnit_GetDisplayName, ReturnValue) == 0x000000, "Member 'BST_PostAudioOnUnit_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BST_PostAudioOnUnit_Evaluate \ +static_assert(alignof(BST_PostAudioOnUnit_Evaluate) == 0x000008, "Wrong alignment on BST_PostAudioOnUnit_Evaluate"); \ +static_assert(sizeof(BST_PostAudioOnUnit_Evaluate) == 0x000008, "Wrong size on BST_PostAudioOnUnit_Evaluate"); \ +static_assert(offsetof(BST_PostAudioOnUnit_Evaluate, InSectionData) == 0x000000, "Member 'BST_PostAudioOnUnit_Evaluate::InSectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BST_PostAudioOnUnit_SetEvent_Editor \ +static_assert(alignof(BST_PostAudioOnUnit_SetEvent_Editor) == 0x000008, "Wrong alignment on BST_PostAudioOnUnit_SetEvent_Editor"); \ +static_assert(sizeof(BST_PostAudioOnUnit_SetEvent_Editor) == 0x000008, "Wrong size on BST_PostAudioOnUnit_SetEvent_Editor"); \ +static_assert(offsetof(BST_PostAudioOnUnit_SetEvent_Editor, Event) == 0x000000, "Member 'BST_PostAudioOnUnit_SetEvent_Editor::Event' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BST_PostAudioOnUnit_SectionBeingDestroyed \ +static_assert(alignof(BST_PostAudioOnUnit_SectionBeingDestroyed) == 0x000008, "Wrong alignment on BST_PostAudioOnUnit_SectionBeingDestroyed"); \ +static_assert(sizeof(BST_PostAudioOnUnit_SectionBeingDestroyed) == 0x000008, "Wrong size on BST_PostAudioOnUnit_SectionBeingDestroyed"); \ +static_assert(offsetof(BST_PostAudioOnUnit_SectionBeingDestroyed, InSectionData) == 0x000000, "Member 'BST_PostAudioOnUnit_SectionBeingDestroyed::InSectionData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BST_PostAudioOnUnit_MakeSectionData \ +static_assert(alignof(BST_PostAudioOnUnit_MakeSectionData) == 0x000008, "Wrong alignment on BST_PostAudioOnUnit_MakeSectionData"); \ +static_assert(sizeof(BST_PostAudioOnUnit_MakeSectionData) == 0x000008, "Wrong size on BST_PostAudioOnUnit_MakeSectionData"); \ +static_assert(offsetof(BST_PostAudioOnUnit_MakeSectionData, ReturnValue) == 0x000000, "Member 'BST_PostAudioOnUnit_MakeSectionData::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBST_PostAudioOnUnit \ +static_assert(alignof(UBST_PostAudioOnUnit) == 0x000008, "Wrong alignment on UBST_PostAudioOnUnit"); \ +static_assert(sizeof(UBST_PostAudioOnUnit) == 0x000140, "Wrong size on UBST_PostAudioOnUnit"); \ +static_assert(offsetof(UBST_PostAudioOnUnit, UnitGuid) == 0x000104, "Member 'UBST_PostAudioOnUnit::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UBST_PostAudioOnUnit, AttachPointName) == 0x00010C, "Member 'UBST_PostAudioOnUnit::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(UBST_PostAudioOnUnit, AkEvent) == 0x000118, "Member 'UBST_PostAudioOnUnit::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(UBST_PostAudioOnUnit, EventName) == 0x000120, "Member 'UBST_PostAudioOnUnit::EventName' has a wrong offset!"); \ +static_assert(offsetof(UBST_PostAudioOnUnit, ScrubTailLengthMs) == 0x000134, "Member 'UBST_PostAudioOnUnit::ScrubTailLengthMs' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler \ +static_assert(alignof(SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler) == 0x000008, "Wrong alignment on SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler"); \ +static_assert(sizeof(SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler) == 0x000010, "Wrong size on SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler"); \ +static_assert(offsetof(SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler, CallbackType) == 0x000000, "Member 'SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler::CallbackType' has a wrong offset!"); \ +static_assert(offsetof(SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler, CallbackInfo) == 0x000008, "Member 'SequenceSectionContext_PostAudioOnUnit_PostEventCallbackHandler::CallbackInfo' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_USequenceSectionContext_PostAudioOnUnit \ +static_assert(alignof(USequenceSectionContext_PostAudioOnUnit) == 0x000008, "Wrong alignment on USequenceSectionContext_PostAudioOnUnit"); \ +static_assert(sizeof(USequenceSectionContext_PostAudioOnUnit) == 0x0000C0, "Wrong size on USequenceSectionContext_PostAudioOnUnit"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_ErCeng \ +static_assert(alignof(UAutoTest_PSD_ErCeng) == 0x000008, "Wrong alignment on UAutoTest_PSD_ErCeng"); \ +static_assert(sizeof(UAutoTest_PSD_ErCeng) == 0x000028, "Wrong size on UAutoTest_PSD_ErCeng"); \ + +#define DUMPER7_ASSERTS_BSNS_EnableUnitIK_OnPreviewNotifyBegin \ +static_assert(alignof(BSNS_EnableUnitIK_OnPreviewNotifyBegin) == 0x000008, "Wrong alignment on BSNS_EnableUnitIK_OnPreviewNotifyBegin"); \ +static_assert(sizeof(BSNS_EnableUnitIK_OnPreviewNotifyBegin) == 0x000010, "Wrong size on BSNS_EnableUnitIK_OnPreviewNotifyBegin"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnPreviewNotifyBegin, InPlaybackContext) == 0x000000, "Member 'BSNS_EnableUnitIK_OnPreviewNotifyBegin::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnPreviewNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_EnableUnitIK_OnPreviewNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_EnableUnitIK_OnPreviewNotifyEnd \ +static_assert(alignof(BSNS_EnableUnitIK_OnPreviewNotifyEnd) == 0x000008, "Wrong alignment on BSNS_EnableUnitIK_OnPreviewNotifyEnd"); \ +static_assert(sizeof(BSNS_EnableUnitIK_OnPreviewNotifyEnd) == 0x000010, "Wrong size on BSNS_EnableUnitIK_OnPreviewNotifyEnd"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnPreviewNotifyEnd, InPlaybackContext) == 0x000000, "Member 'BSNS_EnableUnitIK_OnPreviewNotifyEnd::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnPreviewNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_EnableUnitIK_OnPreviewNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_EnableUnitIK_OnNotifyBegin \ +static_assert(alignof(BSNS_EnableUnitIK_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_EnableUnitIK_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_EnableUnitIK_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_EnableUnitIK_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_EnableUnitIK_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_EnableUnitIK_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_EnableUnitIK_OnNotifyEnd \ +static_assert(alignof(BSNS_EnableUnitIK_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_EnableUnitIK_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_EnableUnitIK_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_EnableUnitIK_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnNotifyEnd, InPlayer) == 0x000000, "Member 'BSNS_EnableUnitIK_OnNotifyEnd::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_EnableUnitIK_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_EnableUnitIK_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_EnableUnitIK \ +static_assert(alignof(UBSNS_EnableUnitIK) == 0x000008, "Wrong alignment on UBSNS_EnableUnitIK"); \ +static_assert(sizeof(UBSNS_EnableUnitIK) == 0x000110, "Wrong size on UBSNS_EnableUnitIK"); \ +static_assert(offsetof(UBSNS_EnableUnitIK, UnitGuid) == 0x000104, "Member 'UBSNS_EnableUnitIK::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_MarkCannotBeSkip_OnNotifyBegin \ +static_assert(alignof(BSNS_MarkCannotBeSkip_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_MarkCannotBeSkip_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_MarkCannotBeSkip_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_MarkCannotBeSkip_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_MarkCannotBeSkip_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_MarkCannotBeSkip_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_MarkCannotBeSkip_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_MarkCannotBeSkip_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_MarkCannotBeSkip_OnNotifyEnd \ +static_assert(alignof(BSNS_MarkCannotBeSkip_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_MarkCannotBeSkip_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_MarkCannotBeSkip_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_MarkCannotBeSkip_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_MarkCannotBeSkip_OnNotifyEnd, InPlayer) == 0x000000, "Member 'BSNS_MarkCannotBeSkip_OnNotifyEnd::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_MarkCannotBeSkip_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_MarkCannotBeSkip_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_MarkCannotBeSkip \ +static_assert(alignof(UBSNS_MarkCannotBeSkip) == 0x000008, "Wrong alignment on UBSNS_MarkCannotBeSkip"); \ +static_assert(sizeof(UBSNS_MarkCannotBeSkip) == 0x000100, "Wrong size on UBSNS_MarkCannotBeSkip"); \ + +#define DUMPER7_ASSERTS_BSNS_PauseAI_OnNotifyBegin \ +static_assert(alignof(BSNS_PauseAI_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_PauseAI_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_PauseAI_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_PauseAI_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_PauseAI_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_PauseAI_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_PauseAI_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_PauseAI_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_PauseAI_OnNotifyEnd \ +static_assert(alignof(BSNS_PauseAI_OnNotifyEnd) == 0x000008, "Wrong alignment on BSNS_PauseAI_OnNotifyEnd"); \ +static_assert(sizeof(BSNS_PauseAI_OnNotifyEnd) == 0x000010, "Wrong size on BSNS_PauseAI_OnNotifyEnd"); \ +static_assert(offsetof(BSNS_PauseAI_OnNotifyEnd, InPlayer) == 0x000000, "Member 'BSNS_PauseAI_OnNotifyEnd::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_PauseAI_OnNotifyEnd, InStatus) == 0x000008, "Member 'BSNS_PauseAI_OnNotifyEnd::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_PauseAI \ +static_assert(alignof(UBSNS_PauseAI) == 0x000008, "Wrong alignment on UBSNS_PauseAI"); \ +static_assert(sizeof(UBSNS_PauseAI) == 0x000108, "Wrong size on UBSNS_PauseAI"); \ +static_assert(offsetof(UBSNS_PauseAI, UnitGuid) == 0x000100, "Member 'UBSNS_PauseAI::UnitGuid' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_ShowSpecialUI_GetDisplayName \ +static_assert(alignof(BSNS_ShowSpecialUI_GetDisplayName) == 0x000008, "Wrong alignment on BSNS_ShowSpecialUI_GetDisplayName"); \ +static_assert(sizeof(BSNS_ShowSpecialUI_GetDisplayName) == 0x000010, "Wrong size on BSNS_ShowSpecialUI_GetDisplayName"); \ +static_assert(offsetof(BSNS_ShowSpecialUI_GetDisplayName, ReturnValue) == 0x000000, "Member 'BSNS_ShowSpecialUI_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSNS_ShowSpecialUI_OnNotifyBegin \ +static_assert(alignof(BSNS_ShowSpecialUI_OnNotifyBegin) == 0x000008, "Wrong alignment on BSNS_ShowSpecialUI_OnNotifyBegin"); \ +static_assert(sizeof(BSNS_ShowSpecialUI_OnNotifyBegin) == 0x000010, "Wrong size on BSNS_ShowSpecialUI_OnNotifyBegin"); \ +static_assert(offsetof(BSNS_ShowSpecialUI_OnNotifyBegin, InPlayer) == 0x000000, "Member 'BSNS_ShowSpecialUI_OnNotifyBegin::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSNS_ShowSpecialUI_OnNotifyBegin, InStatus) == 0x000008, "Member 'BSNS_ShowSpecialUI_OnNotifyBegin::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSNS_ShowSpecialUI \ +static_assert(alignof(UBSNS_ShowSpecialUI) == 0x000008, "Wrong alignment on UBSNS_ShowSpecialUI"); \ +static_assert(sizeof(UBSNS_ShowSpecialUI) == 0x000118, "Wrong size on UBSNS_ShowSpecialUI"); \ +static_assert(offsetof(UBSNS_ShowSpecialUI, UIPageID) == 0x000100, "Member 'UBSNS_ShowSpecialUI::UIPageID' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUI, DialogueID) == 0x000104, "Member 'UBSNS_ShowSpecialUI::DialogueID' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUI, NameID) == 0x000108, "Member 'UBSNS_ShowSpecialUI::NameID' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUI, ChapterID) == 0x00010C, "Member 'UBSNS_ShowSpecialUI::ChapterID' has a wrong offset!"); \ +static_assert(offsetof(UBSNS_ShowSpecialUI, MediaId) == 0x000110, "Member 'UBSNS_ShowSpecialUI::MediaId' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_IdleTrace \ +static_assert(alignof(UAutoTest_IdleTrace) == 0x000008, "Wrong alignment on UAutoTest_IdleTrace"); \ +static_assert(sizeof(UAutoTest_IdleTrace) == 0x000028, "Wrong size on UAutoTest_IdleTrace"); \ + +#define DUMPER7_ASSERTS_BSN_AddBuffOnUnit_OnPreviewNotify \ +static_assert(alignof(BSN_AddBuffOnUnit_OnPreviewNotify) == 0x000008, "Wrong alignment on BSN_AddBuffOnUnit_OnPreviewNotify"); \ +static_assert(sizeof(BSN_AddBuffOnUnit_OnPreviewNotify) == 0x000010, "Wrong size on BSN_AddBuffOnUnit_OnPreviewNotify"); \ +static_assert(offsetof(BSN_AddBuffOnUnit_OnPreviewNotify, InPlaybackContext) == 0x000000, "Member 'BSN_AddBuffOnUnit_OnPreviewNotify::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(BSN_AddBuffOnUnit_OnPreviewNotify, InStatus) == 0x000008, "Member 'BSN_AddBuffOnUnit_OnPreviewNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_AddBuffOnUnit_OnNotify \ +static_assert(alignof(BSN_AddBuffOnUnit_OnNotify) == 0x000008, "Wrong alignment on BSN_AddBuffOnUnit_OnNotify"); \ +static_assert(sizeof(BSN_AddBuffOnUnit_OnNotify) == 0x000010, "Wrong size on BSN_AddBuffOnUnit_OnNotify"); \ +static_assert(offsetof(BSN_AddBuffOnUnit_OnNotify, InPlayer) == 0x000000, "Member 'BSN_AddBuffOnUnit_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_AddBuffOnUnit_OnNotify, InStatus) == 0x000008, "Member 'BSN_AddBuffOnUnit_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_AddBuffOnUnit \ +static_assert(alignof(UBSN_AddBuffOnUnit) == 0x000008, "Wrong alignment on UBSN_AddBuffOnUnit"); \ +static_assert(sizeof(UBSN_AddBuffOnUnit) == 0x000118, "Wrong size on UBSN_AddBuffOnUnit"); \ +static_assert(offsetof(UBSN_AddBuffOnUnit, UnitGuid) == 0x000104, "Member 'UBSN_AddBuffOnUnit::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UBSN_AddBuffOnUnit, BuffID) == 0x00010C, "Member 'UBSN_AddBuffOnUnit::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBSN_AddBuffOnUnit, BuffLayer) == 0x000110, "Member 'UBSN_AddBuffOnUnit::BuffLayer' has a wrong offset!"); \ +static_assert(offsetof(UBSN_AddBuffOnUnit, BuffDuration) == 0x000114, "Member 'UBSN_AddBuffOnUnit::BuffDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_ChangeBT_OnNotify \ +static_assert(alignof(BSN_ChangeBT_OnNotify) == 0x000008, "Wrong alignment on BSN_ChangeBT_OnNotify"); \ +static_assert(sizeof(BSN_ChangeBT_OnNotify) == 0x000010, "Wrong size on BSN_ChangeBT_OnNotify"); \ +static_assert(offsetof(BSN_ChangeBT_OnNotify, InPlayer) == 0x000000, "Member 'BSN_ChangeBT_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_ChangeBT_OnNotify, InStatus) == 0x000008, "Member 'BSN_ChangeBT_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_ChangeBT \ +static_assert(alignof(UBSN_ChangeBT) == 0x000008, "Wrong alignment on UBSN_ChangeBT"); \ +static_assert(sizeof(UBSN_ChangeBT) == 0x000110, "Wrong size on UBSN_ChangeBT"); \ +static_assert(offsetof(UBSN_ChangeBT, UnitGuid) == 0x000100, "Member 'UBSN_ChangeBT::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UBSN_ChangeBT, BehaviorTree) == 0x000108, "Member 'UBSN_ChangeBT::BehaviorTree' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_DetachCameraInSkillSequence_OnNotify \ +static_assert(alignof(BSN_DetachCameraInSkillSequence_OnNotify) == 0x000008, "Wrong alignment on BSN_DetachCameraInSkillSequence_OnNotify"); \ +static_assert(sizeof(BSN_DetachCameraInSkillSequence_OnNotify) == 0x000010, "Wrong size on BSN_DetachCameraInSkillSequence_OnNotify"); \ +static_assert(offsetof(BSN_DetachCameraInSkillSequence_OnNotify, InPlayer) == 0x000000, "Member 'BSN_DetachCameraInSkillSequence_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_DetachCameraInSkillSequence_OnNotify, InStatus) == 0x000008, "Member 'BSN_DetachCameraInSkillSequence_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_DetachCameraInSkillSequence \ +static_assert(alignof(UBSN_DetachCameraInSkillSequence) == 0x000008, "Wrong alignment on UBSN_DetachCameraInSkillSequence"); \ +static_assert(sizeof(UBSN_DetachCameraInSkillSequence) == 0x000100, "Wrong size on UBSN_DetachCameraInSkillSequence"); \ + +#define DUMPER7_ASSERTS_BSN_HideUI_OnNotify \ +static_assert(alignof(BSN_HideUI_OnNotify) == 0x000008, "Wrong alignment on BSN_HideUI_OnNotify"); \ +static_assert(sizeof(BSN_HideUI_OnNotify) == 0x000010, "Wrong size on BSN_HideUI_OnNotify"); \ +static_assert(offsetof(BSN_HideUI_OnNotify, InPlayer) == 0x000000, "Member 'BSN_HideUI_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_HideUI_OnNotify, InStatus) == 0x000008, "Member 'BSN_HideUI_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_HideUI \ +static_assert(alignof(UBSN_HideUI) == 0x000008, "Wrong alignment on UBSN_HideUI"); \ +static_assert(sizeof(UBSN_HideUI) == 0x000110, "Wrong size on UBSN_HideUI"); \ +static_assert(offsetof(UBSN_HideUI, UIPageList) == 0x000100, "Member 'UBSN_HideUI::UIPageList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_NotifyActor_OnPreviewNotify \ +static_assert(alignof(BSN_NotifyActor_OnPreviewNotify) == 0x000008, "Wrong alignment on BSN_NotifyActor_OnPreviewNotify"); \ +static_assert(sizeof(BSN_NotifyActor_OnPreviewNotify) == 0x000010, "Wrong size on BSN_NotifyActor_OnPreviewNotify"); \ +static_assert(offsetof(BSN_NotifyActor_OnPreviewNotify, InPlaybackContext) == 0x000000, "Member 'BSN_NotifyActor_OnPreviewNotify::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(BSN_NotifyActor_OnPreviewNotify, InStatus) == 0x000008, "Member 'BSN_NotifyActor_OnPreviewNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_NotifyActor_OnNotify \ +static_assert(alignof(BSN_NotifyActor_OnNotify) == 0x000008, "Wrong alignment on BSN_NotifyActor_OnNotify"); \ +static_assert(sizeof(BSN_NotifyActor_OnNotify) == 0x000010, "Wrong size on BSN_NotifyActor_OnNotify"); \ +static_assert(offsetof(BSN_NotifyActor_OnNotify, InPlayer) == 0x000000, "Member 'BSN_NotifyActor_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_NotifyActor_OnNotify, InStatus) == 0x000008, "Member 'BSN_NotifyActor_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_NotifyActor \ +static_assert(alignof(UBSN_NotifyActor) == 0x000008, "Wrong alignment on UBSN_NotifyActor"); \ +static_assert(sizeof(UBSN_NotifyActor) == 0x000128, "Wrong size on UBSN_NotifyActor"); \ +static_assert(offsetof(UBSN_NotifyActor, NotifyActorGuid) == 0x000100, "Member 'UBSN_NotifyActor::NotifyActorGuid' has a wrong offset!"); \ +static_assert(offsetof(UBSN_NotifyActor, NotifyTags) == 0x000108, "Member 'UBSN_NotifyActor::NotifyTags' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_NotifyPlayEnd_OnNotify \ +static_assert(alignof(BSN_NotifyPlayEnd_OnNotify) == 0x000008, "Wrong alignment on BSN_NotifyPlayEnd_OnNotify"); \ +static_assert(sizeof(BSN_NotifyPlayEnd_OnNotify) == 0x000010, "Wrong size on BSN_NotifyPlayEnd_OnNotify"); \ +static_assert(offsetof(BSN_NotifyPlayEnd_OnNotify, InPlayer) == 0x000000, "Member 'BSN_NotifyPlayEnd_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_NotifyPlayEnd_OnNotify, InStatus) == 0x000008, "Member 'BSN_NotifyPlayEnd_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_NotifyPlayEnd \ +static_assert(alignof(UBSN_NotifyPlayEnd) == 0x000008, "Wrong alignment on UBSN_NotifyPlayEnd"); \ +static_assert(sizeof(UBSN_NotifyPlayEnd) == 0x000100, "Wrong size on UBSN_NotifyPlayEnd"); \ + +#define DUMPER7_ASSERTS_BSN_PostAkEventOnUnit_OnPreviewNotify \ +static_assert(alignof(BSN_PostAkEventOnUnit_OnPreviewNotify) == 0x000008, "Wrong alignment on BSN_PostAkEventOnUnit_OnPreviewNotify"); \ +static_assert(sizeof(BSN_PostAkEventOnUnit_OnPreviewNotify) == 0x000010, "Wrong size on BSN_PostAkEventOnUnit_OnPreviewNotify"); \ +static_assert(offsetof(BSN_PostAkEventOnUnit_OnPreviewNotify, InPlaybackContext) == 0x000000, "Member 'BSN_PostAkEventOnUnit_OnPreviewNotify::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(BSN_PostAkEventOnUnit_OnPreviewNotify, InStatus) == 0x000008, "Member 'BSN_PostAkEventOnUnit_OnPreviewNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_PostAkEventOnUnit_GetDurationTime \ +static_assert(alignof(BSN_PostAkEventOnUnit_GetDurationTime) == 0x000004, "Wrong alignment on BSN_PostAkEventOnUnit_GetDurationTime"); \ +static_assert(sizeof(BSN_PostAkEventOnUnit_GetDurationTime) == 0x000004, "Wrong size on BSN_PostAkEventOnUnit_GetDurationTime"); \ +static_assert(offsetof(BSN_PostAkEventOnUnit_GetDurationTime, ReturnValue) == 0x000000, "Member 'BSN_PostAkEventOnUnit_GetDurationTime::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_PostAkEventOnUnit_GetDisplayName \ +static_assert(alignof(BSN_PostAkEventOnUnit_GetDisplayName) == 0x000008, "Wrong alignment on BSN_PostAkEventOnUnit_GetDisplayName"); \ +static_assert(sizeof(BSN_PostAkEventOnUnit_GetDisplayName) == 0x000010, "Wrong size on BSN_PostAkEventOnUnit_GetDisplayName"); \ +static_assert(offsetof(BSN_PostAkEventOnUnit_GetDisplayName, ReturnValue) == 0x000000, "Member 'BSN_PostAkEventOnUnit_GetDisplayName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_PostAkEventOnUnit_OnNotify \ +static_assert(alignof(BSN_PostAkEventOnUnit_OnNotify) == 0x000008, "Wrong alignment on BSN_PostAkEventOnUnit_OnNotify"); \ +static_assert(sizeof(BSN_PostAkEventOnUnit_OnNotify) == 0x000010, "Wrong size on BSN_PostAkEventOnUnit_OnNotify"); \ +static_assert(offsetof(BSN_PostAkEventOnUnit_OnNotify, InPlayer) == 0x000000, "Member 'BSN_PostAkEventOnUnit_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_PostAkEventOnUnit_OnNotify, InStatus) == 0x000008, "Member 'BSN_PostAkEventOnUnit_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_PostAkEventOnUnit \ +static_assert(alignof(UBSN_PostAkEventOnUnit) == 0x000008, "Wrong alignment on UBSN_PostAkEventOnUnit"); \ +static_assert(sizeof(UBSN_PostAkEventOnUnit) == 0x000140, "Wrong size on UBSN_PostAkEventOnUnit"); \ +static_assert(offsetof(UBSN_PostAkEventOnUnit, UnitGuid) == 0x000104, "Member 'UBSN_PostAkEventOnUnit::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UBSN_PostAkEventOnUnit, AttachPointName) == 0x000110, "Member 'UBSN_PostAkEventOnUnit::AttachPointName' has a wrong offset!"); \ +static_assert(offsetof(UBSN_PostAkEventOnUnit, AkEvent) == 0x000118, "Member 'UBSN_PostAkEventOnUnit::AkEvent' has a wrong offset!"); \ +static_assert(offsetof(UBSN_PostAkEventOnUnit, AkStopEvent) == 0x000120, "Member 'UBSN_PostAkEventOnUnit::AkStopEvent' has a wrong offset!"); \ +static_assert(offsetof(UBSN_PostAkEventOnUnit, EventName) == 0x000130, "Member 'UBSN_PostAkEventOnUnit::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimWheel_BlueprintUpdateAnimation \ +static_assert(alignof(BUAnimWheel_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimWheel_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BUAnimWheel_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BUAnimWheel_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BUAnimWheel_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnimWheel_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimWheel \ +static_assert(alignof(UBUAnimWheel) == 0x000010, "Wrong alignment on UBUAnimWheel"); \ +static_assert(sizeof(UBUAnimWheel) == 0x000390, "Wrong size on UBUAnimWheel"); \ +static_assert(offsetof(UBUAnimWheel, ASIdle) == 0x000358, "Member 'UBUAnimWheel::ASIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimWheel, ASSpeedUp) == 0x000360, "Member 'UBUAnimWheel::ASSpeedUp' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimWheel, ASSpeedDown) == 0x000368, "Member 'UBUAnimWheel::ASSpeedDown' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimWheel, ASMoveLoop) == 0x000370, "Member 'UBUAnimWheel::ASMoveLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimWheel, MovePlayRate) == 0x000378, "Member 'UBUAnimWheel::MovePlayRate' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimWheel, BSRotationAdditive) == 0x000380, "Member 'UBUAnimWheel::BSRotationAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimWheel, BSRotationAdditiveX) == 0x000388, "Member 'UBUAnimWheel::BSRotationAdditiveX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_RemoveBuffOnUnit_OnPreviewNotify \ +static_assert(alignof(BSN_RemoveBuffOnUnit_OnPreviewNotify) == 0x000008, "Wrong alignment on BSN_RemoveBuffOnUnit_OnPreviewNotify"); \ +static_assert(sizeof(BSN_RemoveBuffOnUnit_OnPreviewNotify) == 0x000010, "Wrong size on BSN_RemoveBuffOnUnit_OnPreviewNotify"); \ +static_assert(offsetof(BSN_RemoveBuffOnUnit_OnPreviewNotify, InPlaybackContext) == 0x000000, "Member 'BSN_RemoveBuffOnUnit_OnPreviewNotify::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(BSN_RemoveBuffOnUnit_OnPreviewNotify, InStatus) == 0x000008, "Member 'BSN_RemoveBuffOnUnit_OnPreviewNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_RemoveBuffOnUnit_OnNotify \ +static_assert(alignof(BSN_RemoveBuffOnUnit_OnNotify) == 0x000008, "Wrong alignment on BSN_RemoveBuffOnUnit_OnNotify"); \ +static_assert(sizeof(BSN_RemoveBuffOnUnit_OnNotify) == 0x000010, "Wrong size on BSN_RemoveBuffOnUnit_OnNotify"); \ +static_assert(offsetof(BSN_RemoveBuffOnUnit_OnNotify, InPlayer) == 0x000000, "Member 'BSN_RemoveBuffOnUnit_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_RemoveBuffOnUnit_OnNotify, InStatus) == 0x000008, "Member 'BSN_RemoveBuffOnUnit_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_RemoveBuffOnUnit \ +static_assert(alignof(UBSN_RemoveBuffOnUnit) == 0x000008, "Wrong alignment on UBSN_RemoveBuffOnUnit"); \ +static_assert(sizeof(UBSN_RemoveBuffOnUnit) == 0x000118, "Wrong size on UBSN_RemoveBuffOnUnit"); \ +static_assert(offsetof(UBSN_RemoveBuffOnUnit, UnitGuid) == 0x000104, "Member 'UBSN_RemoveBuffOnUnit::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UBSN_RemoveBuffOnUnit, BuffID) == 0x00010C, "Member 'UBSN_RemoveBuffOnUnit::BuffID' has a wrong offset!"); \ +static_assert(offsetof(UBSN_RemoveBuffOnUnit, BuffLayer) == 0x000110, "Member 'UBSN_RemoveBuffOnUnit::BuffLayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_TriggerCustomEvent_OnNotify \ +static_assert(alignof(BSN_TriggerCustomEvent_OnNotify) == 0x000008, "Wrong alignment on BSN_TriggerCustomEvent_OnNotify"); \ +static_assert(sizeof(BSN_TriggerCustomEvent_OnNotify) == 0x000010, "Wrong size on BSN_TriggerCustomEvent_OnNotify"); \ +static_assert(offsetof(BSN_TriggerCustomEvent_OnNotify, InPlayer) == 0x000000, "Member 'BSN_TriggerCustomEvent_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_TriggerCustomEvent_OnNotify, InStatus) == 0x000008, "Member 'BSN_TriggerCustomEvent_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_TriggerCustomEvent \ +static_assert(alignof(UBSN_TriggerCustomEvent) == 0x000008, "Wrong alignment on UBSN_TriggerCustomEvent"); \ +static_assert(sizeof(UBSN_TriggerCustomEvent) == 0x000108, "Wrong size on UBSN_TriggerCustomEvent"); \ +static_assert(offsetof(UBSN_TriggerCustomEvent, EventTag) == 0x000100, "Member 'UBSN_TriggerCustomEvent::EventTag' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_SetUnitTransform_OnPreviewNotify \ +static_assert(alignof(BSN_SetUnitTransform_OnPreviewNotify) == 0x000008, "Wrong alignment on BSN_SetUnitTransform_OnPreviewNotify"); \ +static_assert(sizeof(BSN_SetUnitTransform_OnPreviewNotify) == 0x000010, "Wrong size on BSN_SetUnitTransform_OnPreviewNotify"); \ +static_assert(offsetof(BSN_SetUnitTransform_OnPreviewNotify, InPlaybackContext) == 0x000000, "Member 'BSN_SetUnitTransform_OnPreviewNotify::InPlaybackContext' has a wrong offset!"); \ +static_assert(offsetof(BSN_SetUnitTransform_OnPreviewNotify, InStatus) == 0x000008, "Member 'BSN_SetUnitTransform_OnPreviewNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_SetUnitTransform_OnNotify \ +static_assert(alignof(BSN_SetUnitTransform_OnNotify) == 0x000008, "Wrong alignment on BSN_SetUnitTransform_OnNotify"); \ +static_assert(sizeof(BSN_SetUnitTransform_OnNotify) == 0x000010, "Wrong size on BSN_SetUnitTransform_OnNotify"); \ +static_assert(offsetof(BSN_SetUnitTransform_OnNotify, InPlayer) == 0x000000, "Member 'BSN_SetUnitTransform_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_SetUnitTransform_OnNotify, InStatus) == 0x000008, "Member 'BSN_SetUnitTransform_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_SetUnitTransform \ +static_assert(alignof(UBSN_SetUnitTransform) == 0x000010, "Wrong alignment on UBSN_SetUnitTransform"); \ +static_assert(sizeof(UBSN_SetUnitTransform) == 0x000170, "Wrong size on UBSN_SetUnitTransform"); \ +static_assert(offsetof(UBSN_SetUnitTransform, UnitGuid) == 0x000104, "Member 'UBSN_SetUnitTransform::UnitGuid' has a wrong offset!"); \ +static_assert(offsetof(UBSN_SetUnitTransform, Transform) == 0x000110, "Member 'UBSN_SetUnitTransform::Transform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BSN_ShowUI_OnNotify \ +static_assert(alignof(BSN_ShowUI_OnNotify) == 0x000008, "Wrong alignment on BSN_ShowUI_OnNotify"); \ +static_assert(sizeof(BSN_ShowUI_OnNotify) == 0x000010, "Wrong size on BSN_ShowUI_OnNotify"); \ +static_assert(offsetof(BSN_ShowUI_OnNotify, InPlayer) == 0x000000, "Member 'BSN_ShowUI_OnNotify::InPlayer' has a wrong offset!"); \ +static_assert(offsetof(BSN_ShowUI_OnNotify, InStatus) == 0x000008, "Member 'BSN_ShowUI_OnNotify::InStatus' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBSN_ShowUI \ +static_assert(alignof(UBSN_ShowUI) == 0x000008, "Wrong alignment on UBSN_ShowUI"); \ +static_assert(sizeof(UBSN_ShowUI) == 0x000110, "Wrong size on UBSN_ShowUI"); \ +static_assert(offsetof(UBSN_ShowUI, UIPageList) == 0x000100, "Member 'UBSN_ShowUI::UIPageList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_SoulSkillCS \ +static_assert(alignof(UBI_SoulSkillCS) == 0x000008, "Wrong alignment on UBI_SoulSkillCS"); \ +static_assert(sizeof(UBI_SoulSkillCS) == 0x000480, "Wrong size on UBI_SoulSkillCS"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeNeverShowStartupUI \ +static_assert(alignof(BUI_Startup_OnChangeNeverShowStartupUI) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeNeverShowStartupUI"); \ +static_assert(sizeof(BUI_Startup_OnChangeNeverShowStartupUI) == 0x000001, "Wrong size on BUI_Startup_OnChangeNeverShowStartupUI"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoEnableEnemyBar \ +static_assert(alignof(BUI_Startup_OnChangeDoEnableEnemyBar) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoEnableEnemyBar"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoEnableEnemyBar) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoEnableEnemyBar"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnLevelSelectionChanged \ +static_assert(alignof(BUI_Startup_OnLevelSelectionChanged) == 0x000008, "Wrong alignment on BUI_Startup_OnLevelSelectionChanged"); \ +static_assert(sizeof(BUI_Startup_OnLevelSelectionChanged) == 0x000018, "Wrong size on BUI_Startup_OnLevelSelectionChanged"); \ +static_assert(offsetof(BUI_Startup_OnLevelSelectionChanged, SelectedItem) == 0x000000, "Member 'BUI_Startup_OnLevelSelectionChanged::SelectedItem' has a wrong offset!"); \ +static_assert(offsetof(BUI_Startup_OnLevelSelectionChanged, SelectionType) == 0x000010, "Member 'BUI_Startup_OnLevelSelectionChanged::SelectionType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeApplyByDefault \ +static_assert(alignof(BUI_Startup_OnChangeApplyByDefault) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeApplyByDefault"); \ +static_assert(sizeof(BUI_Startup_OnChangeApplyByDefault) == 0x000001, "Wrong size on BUI_Startup_OnChangeApplyByDefault"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoLockStamina \ +static_assert(alignof(BUI_Startup_OnChangeDoLockStamina) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoLockStamina"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoLockStamina) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoLockStamina"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoLockEnemyHP \ +static_assert(alignof(BUI_Startup_OnChangeDoLockEnemyHP) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoLockEnemyHP"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoLockEnemyHP) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoLockEnemyHP"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoInvincible \ +static_assert(alignof(BUI_Startup_OnChangeDoInvincible) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoInvincible"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoInvincible) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoInvincible"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoLock60FPS \ +static_assert(alignof(BUI_Startup_OnChangeDoLock60FPS) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoLock60FPS"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoLock60FPS) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoLock60FPS"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnToggleAllEnemyAI \ +static_assert(alignof(BUI_Startup_OnToggleAllEnemyAI) == 0x000001, "Wrong alignment on BUI_Startup_OnToggleAllEnemyAI"); \ +static_assert(sizeof(BUI_Startup_OnToggleAllEnemyAI) == 0x000001, "Wrong size on BUI_Startup_OnToggleAllEnemyAI"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoToggleUI \ +static_assert(alignof(BUI_Startup_OnChangeDoToggleUI) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoToggleUI"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoToggleUI) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoToggleUI"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnCancelAllEnemyCD \ +static_assert(alignof(BUI_Startup_OnCancelAllEnemyCD) == 0x000001, "Wrong alignment on BUI_Startup_OnCancelAllEnemyCD"); \ +static_assert(sizeof(BUI_Startup_OnCancelAllEnemyCD) == 0x000001, "Wrong size on BUI_Startup_OnCancelAllEnemyCD"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnCMDTextCommitted \ +static_assert(alignof(BUI_Startup_OnCMDTextCommitted) == 0x000008, "Wrong alignment on BUI_Startup_OnCMDTextCommitted"); \ +static_assert(sizeof(BUI_Startup_OnCMDTextCommitted) == 0x000020, "Wrong size on BUI_Startup_OnCMDTextCommitted"); \ +static_assert(offsetof(BUI_Startup_OnCMDTextCommitted, Text) == 0x000000, "Member 'BUI_Startup_OnCMDTextCommitted::Text' has a wrong offset!"); \ +static_assert(offsetof(BUI_Startup_OnCMDTextCommitted, CommitMethod) == 0x000018, "Member 'BUI_Startup_OnCMDTextCommitted::CommitMethod' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoLockHP2 \ +static_assert(alignof(BUI_Startup_OnChangeDoLockHP2) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoLockHP2"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoLockHP2) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoLockHP2"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnChangeDoVSync \ +static_assert(alignof(BUI_Startup_OnChangeDoVSync) == 0x000001, "Wrong alignment on BUI_Startup_OnChangeDoVSync"); \ +static_assert(sizeof(BUI_Startup_OnChangeDoVSync) == 0x000001, "Wrong size on BUI_Startup_OnChangeDoVSync"); \ + +#define DUMPER7_ASSERTS_BUI_Startup_OnSetInvisible \ +static_assert(alignof(BUI_Startup_OnSetInvisible) == 0x000001, "Wrong alignment on BUI_Startup_OnSetInvisible"); \ +static_assert(sizeof(BUI_Startup_OnSetInvisible) == 0x000001, "Wrong size on BUI_Startup_OnSetInvisible"); \ + +#define DUMPER7_ASSERTS_UBUI_Startup \ +static_assert(alignof(UBUI_Startup) == 0x000008, "Wrong alignment on UBUI_Startup"); \ +static_assert(sizeof(UBUI_Startup) == 0x0003D8, "Wrong size on UBUI_Startup"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_EaseInOutQuint \ +static_assert(alignof(GSEaseFunc_EaseInOutQuint) == 0x000004, "Wrong alignment on GSEaseFunc_EaseInOutQuint"); \ +static_assert(sizeof(GSEaseFunc_EaseInOutQuint) == 0x000014, "Wrong size on GSEaseFunc_EaseInOutQuint"); \ +static_assert(offsetof(GSEaseFunc_EaseInOutQuint, Start) == 0x000000, "Member 'GSEaseFunc_EaseInOutQuint::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInOutQuint, End) == 0x000004, "Member 'GSEaseFunc_EaseInOutQuint::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInOutQuint, alpha) == 0x000008, "Member 'GSEaseFunc_EaseInOutQuint::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInOutQuint, Param) == 0x00000C, "Member 'GSEaseFunc_EaseInOutQuint::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInOutQuint, ReturnValue) == 0x000010, "Member 'GSEaseFunc_EaseInOutQuint::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_EaseTransform \ +static_assert(alignof(GSEaseFunc_EaseTransform) == 0x000010, "Wrong alignment on GSEaseFunc_EaseTransform"); \ +static_assert(sizeof(GSEaseFunc_EaseTransform) == 0x000140, "Wrong size on GSEaseFunc_EaseTransform"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, ENGSEasingFunc) == 0x000000, "Member 'GSEaseFunc_EaseTransform::ENGSEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, Start) == 0x000010, "Member 'GSEaseFunc_EaseTransform::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, End) == 0x000070, "Member 'GSEaseFunc_EaseTransform::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, alpha) == 0x0000D0, "Member 'GSEaseFunc_EaseTransform::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, Param) == 0x0000D4, "Member 'GSEaseFunc_EaseTransform::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, BlendExp) == 0x0000D8, "Member 'GSEaseFunc_EaseTransform::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, Steps) == 0x0000DC, "Member 'GSEaseFunc_EaseTransform::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseTransform, ReturnValue) == 0x0000E0, "Member 'GSEaseFunc_EaseTransform::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_BackEaseInOut \ +static_assert(alignof(GSEaseFunc_BackEaseInOut) == 0x000004, "Wrong alignment on GSEaseFunc_BackEaseInOut"); \ +static_assert(sizeof(GSEaseFunc_BackEaseInOut) == 0x000014, "Wrong size on GSEaseFunc_BackEaseInOut"); \ +static_assert(offsetof(GSEaseFunc_BackEaseInOut, Start) == 0x000000, "Member 'GSEaseFunc_BackEaseInOut::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseInOut, End) == 0x000004, "Member 'GSEaseFunc_BackEaseInOut::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseInOut, alpha) == 0x000008, "Member 'GSEaseFunc_BackEaseInOut::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseInOut, Param) == 0x00000C, "Member 'GSEaseFunc_BackEaseInOut::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseInOut, ReturnValue) == 0x000010, "Member 'GSEaseFunc_BackEaseInOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_EaseRotator \ +static_assert(alignof(GSEaseFunc_EaseRotator) == 0x000008, "Wrong alignment on GSEaseFunc_EaseRotator"); \ +static_assert(sizeof(GSEaseFunc_EaseRotator) == 0x000060, "Wrong size on GSEaseFunc_EaseRotator"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, ENGSEasingFunc) == 0x000000, "Member 'GSEaseFunc_EaseRotator::ENGSEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, Start) == 0x000008, "Member 'GSEaseFunc_EaseRotator::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, End) == 0x000020, "Member 'GSEaseFunc_EaseRotator::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, alpha) == 0x000038, "Member 'GSEaseFunc_EaseRotator::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, Param) == 0x00003C, "Member 'GSEaseFunc_EaseRotator::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, BlendExp) == 0x000040, "Member 'GSEaseFunc_EaseRotator::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, Steps) == 0x000044, "Member 'GSEaseFunc_EaseRotator::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseRotator, ReturnValue) == 0x000048, "Member 'GSEaseFunc_EaseRotator::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_EaseInQuart \ +static_assert(alignof(GSEaseFunc_EaseInQuart) == 0x000004, "Wrong alignment on GSEaseFunc_EaseInQuart"); \ +static_assert(sizeof(GSEaseFunc_EaseInQuart) == 0x000014, "Wrong size on GSEaseFunc_EaseInQuart"); \ +static_assert(offsetof(GSEaseFunc_EaseInQuart, Start) == 0x000000, "Member 'GSEaseFunc_EaseInQuart::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInQuart, End) == 0x000004, "Member 'GSEaseFunc_EaseInQuart::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInQuart, alpha) == 0x000008, "Member 'GSEaseFunc_EaseInQuart::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInQuart, Param) == 0x00000C, "Member 'GSEaseFunc_EaseInQuart::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseInQuart, ReturnValue) == 0x000010, "Member 'GSEaseFunc_EaseInQuart::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_BackEaseOut \ +static_assert(alignof(GSEaseFunc_BackEaseOut) == 0x000004, "Wrong alignment on GSEaseFunc_BackEaseOut"); \ +static_assert(sizeof(GSEaseFunc_BackEaseOut) == 0x000014, "Wrong size on GSEaseFunc_BackEaseOut"); \ +static_assert(offsetof(GSEaseFunc_BackEaseOut, Start) == 0x000000, "Member 'GSEaseFunc_BackEaseOut::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseOut, End) == 0x000004, "Member 'GSEaseFunc_BackEaseOut::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseOut, alpha) == 0x000008, "Member 'GSEaseFunc_BackEaseOut::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseOut, Param) == 0x00000C, "Member 'GSEaseFunc_BackEaseOut::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseOut, ReturnValue) == 0x000010, "Member 'GSEaseFunc_BackEaseOut::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_EaseVector \ +static_assert(alignof(GSEaseFunc_EaseVector) == 0x000008, "Wrong alignment on GSEaseFunc_EaseVector"); \ +static_assert(sizeof(GSEaseFunc_EaseVector) == 0x000060, "Wrong size on GSEaseFunc_EaseVector"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, ENGSEasingFunc) == 0x000000, "Member 'GSEaseFunc_EaseVector::ENGSEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, Start) == 0x000008, "Member 'GSEaseFunc_EaseVector::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, End) == 0x000020, "Member 'GSEaseFunc_EaseVector::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, alpha) == 0x000038, "Member 'GSEaseFunc_EaseVector::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, Param) == 0x00003C, "Member 'GSEaseFunc_EaseVector::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, BlendExp) == 0x000040, "Member 'GSEaseFunc_EaseVector::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, Steps) == 0x000044, "Member 'GSEaseFunc_EaseVector::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseVector, ReturnValue) == 0x000048, "Member 'GSEaseFunc_EaseVector::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_BackEaseIn \ +static_assert(alignof(GSEaseFunc_BackEaseIn) == 0x000004, "Wrong alignment on GSEaseFunc_BackEaseIn"); \ +static_assert(sizeof(GSEaseFunc_BackEaseIn) == 0x000014, "Wrong size on GSEaseFunc_BackEaseIn"); \ +static_assert(offsetof(GSEaseFunc_BackEaseIn, Start) == 0x000000, "Member 'GSEaseFunc_BackEaseIn::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseIn, End) == 0x000004, "Member 'GSEaseFunc_BackEaseIn::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseIn, alpha) == 0x000008, "Member 'GSEaseFunc_BackEaseIn::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseIn, Param) == 0x00000C, "Member 'GSEaseFunc_BackEaseIn::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_BackEaseIn, ReturnValue) == 0x000010, "Member 'GSEaseFunc_BackEaseIn::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_EaseColor \ +static_assert(alignof(GSEaseFunc_EaseColor) == 0x000004, "Wrong alignment on GSEaseFunc_EaseColor"); \ +static_assert(sizeof(GSEaseFunc_EaseColor) == 0x000020, "Wrong size on GSEaseFunc_EaseColor"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, ENGSEasingFunc) == 0x000000, "Member 'GSEaseFunc_EaseColor::ENGSEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, Start) == 0x000004, "Member 'GSEaseFunc_EaseColor::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, End) == 0x000008, "Member 'GSEaseFunc_EaseColor::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, alpha) == 0x00000C, "Member 'GSEaseFunc_EaseColor::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, Param) == 0x000010, "Member 'GSEaseFunc_EaseColor::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, BlendExp) == 0x000014, "Member 'GSEaseFunc_EaseColor::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, Steps) == 0x000018, "Member 'GSEaseFunc_EaseColor::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_EaseColor, ReturnValue) == 0x00001C, "Member 'GSEaseFunc_EaseColor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_Ease \ +static_assert(alignof(GSEaseFunc_Ease) == 0x000004, "Wrong alignment on GSEaseFunc_Ease"); \ +static_assert(sizeof(GSEaseFunc_Ease) == 0x000020, "Wrong size on GSEaseFunc_Ease"); \ +static_assert(offsetof(GSEaseFunc_Ease, ENGSEasingFunc) == 0x000000, "Member 'GSEaseFunc_Ease::ENGSEasingFunc' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Ease, Start) == 0x000004, "Member 'GSEaseFunc_Ease::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Ease, End) == 0x000008, "Member 'GSEaseFunc_Ease::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Ease, alpha) == 0x00000C, "Member 'GSEaseFunc_Ease::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Ease, Param) == 0x000010, "Member 'GSEaseFunc_Ease::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Ease, BlendExp) == 0x000014, "Member 'GSEaseFunc_Ease::BlendExp' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Ease, Steps) == 0x000018, "Member 'GSEaseFunc_Ease::Steps' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Ease, ReturnValue) == 0x00001C, "Member 'GSEaseFunc_Ease::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEaseFunc_Sin \ +static_assert(alignof(GSEaseFunc_Sin) == 0x000004, "Wrong alignment on GSEaseFunc_Sin"); \ +static_assert(sizeof(GSEaseFunc_Sin) == 0x000014, "Wrong size on GSEaseFunc_Sin"); \ +static_assert(offsetof(GSEaseFunc_Sin, Start) == 0x000000, "Member 'GSEaseFunc_Sin::Start' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Sin, End) == 0x000004, "Member 'GSEaseFunc_Sin::End' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Sin, alpha) == 0x000008, "Member 'GSEaseFunc_Sin::alpha' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Sin, Param) == 0x00000C, "Member 'GSEaseFunc_Sin::Param' has a wrong offset!"); \ +static_assert(offsetof(GSEaseFunc_Sin, ReturnValue) == 0x000010, "Member 'GSEaseFunc_Sin::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEaseFunc \ +static_assert(alignof(UGSEaseFunc) == 0x000008, "Wrong alignment on UGSEaseFunc"); \ +static_assert(sizeof(UGSEaseFunc) == 0x000028, "Wrong size on UGSEaseFunc"); \ + +#define DUMPER7_ASSERTS_UBI_ShortcutCommCS \ +static_assert(alignof(UBI_ShortcutCommCS) == 0x000008, "Wrong alignment on UBI_ShortcutCommCS"); \ +static_assert(sizeof(UBI_ShortcutCommCS) == 0x0003D8, "Wrong size on UBI_ShortcutCommCS"); \ + +#define DUMPER7_ASSERTS_AMouseInputControlActor \ +static_assert(alignof(AMouseInputControlActor) == 0x000008, "Wrong alignment on AMouseInputControlActor"); \ +static_assert(sizeof(AMouseInputControlActor) == 0x0002A0, "Wrong size on AMouseInputControlActor"); \ +static_assert(offsetof(AMouseInputControlActor, traceChnl) == 0x000288, "Member 'AMouseInputControlActor::traceChnl' has a wrong offset!"); \ +static_assert(offsetof(AMouseInputControlActor, sphereActor) == 0x000290, "Member 'AMouseInputControlActor::sphereActor' has a wrong offset!"); \ +static_assert(offsetof(AMouseInputControlActor, VerticalOffset) == 0x000298, "Member 'AMouseInputControlActor::VerticalOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CustomShadowComp_TickComponentInCS \ +static_assert(alignof(CustomShadowComp_TickComponentInCS) == 0x000004, "Wrong alignment on CustomShadowComp_TickComponentInCS"); \ +static_assert(sizeof(CustomShadowComp_TickComponentInCS) == 0x000004, "Wrong size on CustomShadowComp_TickComponentInCS"); \ +static_assert(offsetof(CustomShadowComp_TickComponentInCS, DeltaTime) == 0x000000, "Member 'CustomShadowComp_TickComponentInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCustomShadowComp \ +static_assert(alignof(UCustomShadowComp) == 0x000008, "Wrong alignment on UCustomShadowComp"); \ +static_assert(sizeof(UCustomShadowComp) == 0x000138, "Wrong size on UCustomShadowComp"); \ +static_assert(offsetof(UCustomShadowComp, MPC_CustomShadow) == 0x0000D0, "Member 'UCustomShadowComp::MPC_CustomShadow' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, Player_Actor) == 0x0000D8, "Member 'UCustomShadowComp::Player_Actor' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, RerenderSpeed) == 0x0000E0, "Member 'UCustomShadowComp::RerenderSpeed' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, OrthoWidth) == 0x0000E4, "Member 'UCustomShadowComp::OrthoWidth' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, SceneCapture_Actor) == 0x0000E8, "Member 'UCustomShadowComp::SceneCapture_Actor' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, Light_Actor) == 0x0000F0, "Member 'UCustomShadowComp::Light_Actor' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, SceneCapture_Comp) == 0x0000F8, "Member 'UCustomShadowComp::SceneCapture_Comp' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, LandscapeProxy) == 0x000100, "Member 'UCustomShadowComp::LandscapeProxy' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, LightVector) == 0x000108, "Member 'UCustomShadowComp::LightVector' has a wrong offset!"); \ +static_assert(offsetof(UCustomShadowComp, CurrentRenderPos) == 0x000120, "Member 'UCustomShadowComp::CurrentRenderPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ARenderTargetDebugger \ +static_assert(alignof(ARenderTargetDebugger) == 0x000008, "Wrong alignment on ARenderTargetDebugger"); \ +static_assert(sizeof(ARenderTargetDebugger) == 0x0002A0, "Wrong size on ARenderTargetDebugger"); \ +static_assert(offsetof(ARenderTargetDebugger, RT_Debug) == 0x000288, "Member 'ARenderTargetDebugger::RT_Debug' has a wrong offset!"); \ +static_assert(offsetof(ARenderTargetDebugger, MID_RTPreview) == 0x000290, "Member 'ARenderTargetDebugger::MID_RTPreview' has a wrong offset!"); \ +static_assert(offsetof(ARenderTargetDebugger, Mesh_Previewer) == 0x000298, "Member 'ARenderTargetDebugger::Mesh_Previewer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyle23CS \ +static_assert(alignof(UBI_TransStyle23CS) == 0x000008, "Wrong alignment on UBI_TransStyle23CS"); \ +static_assert(sizeof(UBI_TransStyle23CS) == 0x0003E0, "Wrong size on UBI_TransStyle23CS"); \ + +#define DUMPER7_ASSERTS_UFluidSimulationSettings \ +static_assert(alignof(UFluidSimulationSettings) == 0x000010, "Wrong alignment on UFluidSimulationSettings"); \ +static_assert(sizeof(UFluidSimulationSettings) == 0x000160, "Wrong size on UFluidSimulationSettings"); \ +static_assert(offsetof(UFluidSimulationSettings, Resolution2D) == 0x000034, "Member 'UFluidSimulationSettings::Resolution2D' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, Resolution3D) == 0x000038, "Member 'UFluidSimulationSettings::Resolution3D' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, PressureDivisor) == 0x00003C, "Member 'UFluidSimulationSettings::PressureDivisor' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, VelocityDensityMaskAmount) == 0x000040, "Member 'UFluidSimulationSettings::VelocityDensityMaskAmount' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, DebugPressureStrength) == 0x000044, "Member 'UFluidSimulationSettings::DebugPressureStrength' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, ColorSeedMaterial) == 0x000048, "Member 'UFluidSimulationSettings::ColorSeedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, ObstaclePoint) == 0x000050, "Member 'UFluidSimulationSettings::ObstaclePoint' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, SeedTemperatureMultiplier) == 0x0000B0, "Member 'UFluidSimulationSettings::SeedTemperatureMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, TemperatureInset) == 0x0000B4, "Member 'UFluidSimulationSettings::TemperatureInset' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, EdgeHardness) == 0x0000B8, "Member 'UFluidSimulationSettings::EdgeHardness' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, NoiseStrength) == 0x0000BC, "Member 'UFluidSimulationSettings::NoiseStrength' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, DensityMultiplier) == 0x0000C0, "Member 'UFluidSimulationSettings::DensityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, VelocitySeedMaterial) == 0x0000C8, "Member 'UFluidSimulationSettings::VelocitySeedMaterial' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, Curl1Strength) == 0x0000D0, "Member 'UFluidSimulationSettings::Curl1Strength' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, Curl1Tiling) == 0x0000D4, "Member 'UFluidSimulationSettings::Curl1Tiling' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, Curl2Strength) == 0x0000D8, "Member 'UFluidSimulationSettings::Curl2Strength' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, Curl2Tiling) == 0x0000DC, "Member 'UFluidSimulationSettings::Curl2Tiling' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, OverallVelocityMultiplier) == 0x0000E0, "Member 'UFluidSimulationSettings::OverallVelocityMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, RadialForce) == 0x0000E4, "Member 'UFluidSimulationSettings::RadialForce' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, NoiseFieldPosOffset) == 0x0000E8, "Member 'UFluidSimulationSettings::NoiseFieldPosOffset' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, ObstacleMaterial2D) == 0x000100, "Member 'UFluidSimulationSettings::ObstacleMaterial2D' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, AdvectionMaterial3D) == 0x000108, "Member 'UFluidSimulationSettings::AdvectionMaterial3D' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, JacobiIterations) == 0x000110, "Member 'UFluidSimulationSettings::JacobiIterations' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, TimeStep) == 0x000114, "Member 'UFluidSimulationSettings::TimeStep' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, ConstantCurlTiling) == 0x000118, "Member 'UFluidSimulationSettings::ConstantCurlTiling' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, ConstantCurlStrength) == 0x00011C, "Member 'UFluidSimulationSettings::ConstantCurlStrength' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, TemperatureBuoyancy) == 0x000120, "Member 'UFluidSimulationSettings::TemperatureBuoyancy' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, TemperatureDampening) == 0x000124, "Member 'UFluidSimulationSettings::TemperatureDampening' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, DensityDampening) == 0x000128, "Member 'UFluidSimulationSettings::DensityDampening' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, DensityErosion) == 0x00012C, "Member 'UFluidSimulationSettings::DensityErosion' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, EmissionCurve) == 0x000130, "Member 'UFluidSimulationSettings::EmissionCurve' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, EmissionMultiplier) == 0x000138, "Member 'UFluidSimulationSettings::EmissionMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, EmissionTemperatureMultiplier) == 0x00013C, "Member 'UFluidSimulationSettings::EmissionTemperatureMultiplier' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, InteractInfo) == 0x000140, "Member 'UFluidSimulationSettings::InteractInfo' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, MPCInteractPosName) == 0x000148, "Member 'UFluidSimulationSettings::MPCInteractPosName' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, MPCInteractVelName) == 0x000150, "Member 'UFluidSimulationSettings::MPCInteractVelName' has a wrong offset!"); \ +static_assert(offsetof(UFluidSimulationSettings, InteractVelocityMultiper) == 0x000158, "Member 'UFluidSimulationSettings::InteractVelocityMultiper' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UFluidSimulationInteractor \ +static_assert(alignof(UFluidSimulationInteractor) == 0x000008, "Wrong alignment on UFluidSimulationInteractor"); \ +static_assert(sizeof(UFluidSimulationInteractor) == 0x0000C0, "Wrong size on UFluidSimulationInteractor"); \ + +#define DUMPER7_ASSERTS_GPUSplineMesh_ReceiveTick \ +static_assert(alignof(GPUSplineMesh_ReceiveTick) == 0x000004, "Wrong alignment on GPUSplineMesh_ReceiveTick"); \ +static_assert(sizeof(GPUSplineMesh_ReceiveTick) == 0x000004, "Wrong size on GPUSplineMesh_ReceiveTick"); \ +static_assert(offsetof(GPUSplineMesh_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GPUSplineMesh_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGPUSplineMesh \ +static_assert(alignof(AGPUSplineMesh) == 0x000008, "Wrong alignment on AGPUSplineMesh"); \ +static_assert(sizeof(AGPUSplineMesh) == 0x000298, "Wrong size on AGPUSplineMesh"); \ + +#define DUMPER7_ASSERTS_UBUI_NotifyValidatePanel \ +static_assert(alignof(UBUI_NotifyValidatePanel) == 0x000008, "Wrong alignment on UBUI_NotifyValidatePanel"); \ +static_assert(sizeof(UBUI_NotifyValidatePanel) == 0x0003D8, "Wrong size on UBUI_NotifyValidatePanel"); \ + +#define DUMPER7_ASSERTS_ABGLandmassActor \ +static_assert(alignof(ABGLandmassActor) == 0x000010, "Wrong alignment on ABGLandmassActor"); \ +static_assert(sizeof(ABGLandmassActor) == 0x000310, "Wrong size on ABGLandmassActor"); \ +static_assert(offsetof(ABGLandmassActor, WeightmapRT) == 0x000288, "Member 'ABGLandmassActor::WeightmapRT' has a wrong offset!"); \ +static_assert(offsetof(ABGLandmassActor, HeightmapRT) == 0x000290, "Member 'ABGLandmassActor::HeightmapRT' has a wrong offset!"); \ +static_assert(offsetof(ABGLandmassActor, LandscapeMPC) == 0x000298, "Member 'ABGLandmassActor::LandscapeMPC' has a wrong offset!"); \ +static_assert(offsetof(ABGLandmassActor, LandscapeQuads) == 0x0002A0, "Member 'ABGLandmassActor::LandscapeQuads' has a wrong offset!"); \ +static_assert(offsetof(ABGLandmassActor, LandscapeRTRes) == 0x0002A8, "Member 'ABGLandmassActor::LandscapeRTRes' has a wrong offset!"); \ +static_assert(offsetof(ABGLandmassActor, LandscapeTransform) == 0x0002B0, "Member 'ABGLandmassActor::LandscapeTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBpBrushTest_Initialize \ +static_assert(alignof(LandscapeBpBrushTest_Initialize) == 0x000010, "Wrong alignment on LandscapeBpBrushTest_Initialize"); \ +static_assert(sizeof(LandscapeBpBrushTest_Initialize) == 0x000070, "Wrong size on LandscapeBpBrushTest_Initialize"); \ +static_assert(offsetof(LandscapeBpBrushTest_Initialize, InLandscapeTransform) == 0x000000, "Member 'LandscapeBpBrushTest_Initialize::InLandscapeTransform' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBpBrushTest_Initialize, InLandscapeSize) == 0x000060, "Member 'LandscapeBpBrushTest_Initialize::InLandscapeSize' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBpBrushTest_Initialize, InLandscapeRenderTargetSize) == 0x000068, "Member 'LandscapeBpBrushTest_Initialize::InLandscapeRenderTargetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeBpBrushTest_Render \ +static_assert(alignof(LandscapeBpBrushTest_Render) == 0x000008, "Wrong alignment on LandscapeBpBrushTest_Render"); \ +static_assert(sizeof(LandscapeBpBrushTest_Render) == 0x000020, "Wrong size on LandscapeBpBrushTest_Render"); \ +static_assert(offsetof(LandscapeBpBrushTest_Render, InCombinedResult) == 0x000008, "Member 'LandscapeBpBrushTest_Render::InCombinedResult' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBpBrushTest_Render, InWeightmapLayerName) == 0x000010, "Member 'LandscapeBpBrushTest_Render::InWeightmapLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeBpBrushTest_Render, ReturnValue) == 0x000018, "Member 'LandscapeBpBrushTest_Render::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeBpBrushTest \ +static_assert(alignof(ULandscapeBpBrushTest) == 0x000008, "Wrong alignment on ULandscapeBpBrushTest"); \ +static_assert(sizeof(ULandscapeBpBrushTest) == 0x000068, "Wrong size on ULandscapeBpBrushTest"); \ +static_assert(offsetof(ULandscapeBpBrushTest, BrushManager) == 0x000028, "Member 'ULandscapeBpBrushTest::BrushManager' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeBpBrushTest, ParentHeightmapMat) == 0x000030, "Member 'ULandscapeBpBrushTest::ParentHeightmapMat' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeBpBrushTest, HeightmapMID) == 0x000038, "Member 'ULandscapeBpBrushTest::HeightmapMID' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeBpBrushTest, Path) == 0x000040, "Member 'ULandscapeBpBrushTest::Path' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeBpBrushTest, ParentWeightmapMat) == 0x000050, "Member 'ULandscapeBpBrushTest::ParentWeightmapMat' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeBpBrushTest, WeightmapMID) == 0x000058, "Member 'ULandscapeBpBrushTest::WeightmapMID' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeBpBrushTest, NoiseOffset) == 0x000060, "Member 'ULandscapeBpBrushTest::NoiseOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeLayerBrush_ReceiveTick \ +static_assert(alignof(LandscapeLayerBrush_ReceiveTick) == 0x000004, "Wrong alignment on LandscapeLayerBrush_ReceiveTick"); \ +static_assert(sizeof(LandscapeLayerBrush_ReceiveTick) == 0x000004, "Wrong size on LandscapeLayerBrush_ReceiveTick"); \ +static_assert(offsetof(LandscapeLayerBrush_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'LandscapeLayerBrush_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeLayerBrush_Initialize \ +static_assert(alignof(LandscapeLayerBrush_Initialize) == 0x000010, "Wrong alignment on LandscapeLayerBrush_Initialize"); \ +static_assert(sizeof(LandscapeLayerBrush_Initialize) == 0x000070, "Wrong size on LandscapeLayerBrush_Initialize"); \ +static_assert(offsetof(LandscapeLayerBrush_Initialize, InLandscapeTransform) == 0x000000, "Member 'LandscapeLayerBrush_Initialize::InLandscapeTransform' has a wrong offset!"); \ +static_assert(offsetof(LandscapeLayerBrush_Initialize, InLandscapeSize) == 0x000060, "Member 'LandscapeLayerBrush_Initialize::InLandscapeSize' has a wrong offset!"); \ +static_assert(offsetof(LandscapeLayerBrush_Initialize, InLandscapeRenderTargetSize) == 0x000068, "Member 'LandscapeLayerBrush_Initialize::InLandscapeRenderTargetSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeLayerBrush_Render \ +static_assert(alignof(LandscapeLayerBrush_Render) == 0x000008, "Wrong alignment on LandscapeLayerBrush_Render"); \ +static_assert(sizeof(LandscapeLayerBrush_Render) == 0x000020, "Wrong size on LandscapeLayerBrush_Render"); \ +static_assert(offsetof(LandscapeLayerBrush_Render, InCombinedResult) == 0x000008, "Member 'LandscapeLayerBrush_Render::InCombinedResult' has a wrong offset!"); \ +static_assert(offsetof(LandscapeLayerBrush_Render, InWeightmapLayerName) == 0x000010, "Member 'LandscapeLayerBrush_Render::InWeightmapLayerName' has a wrong offset!"); \ +static_assert(offsetof(LandscapeLayerBrush_Render, ReturnValue) == 0x000018, "Member 'LandscapeLayerBrush_Render::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ULandscapeLayerBrush \ +static_assert(alignof(ULandscapeLayerBrush) == 0x000008, "Wrong alignment on ULandscapeLayerBrush"); \ +static_assert(sizeof(ULandscapeLayerBrush) == 0x000058, "Wrong size on ULandscapeLayerBrush"); \ +static_assert(offsetof(ULandscapeLayerBrush, BrushManager) == 0x000028, "Member 'ULandscapeLayerBrush::BrushManager' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerBrush, WeightmapMatList) == 0x000030, "Member 'ULandscapeLayerBrush::WeightmapMatList' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerBrush, WeightmapMIDList) == 0x000040, "Member 'ULandscapeLayerBrush::WeightmapMIDList' has a wrong offset!"); \ +static_assert(offsetof(ULandscapeLayerBrush, UpdateInterval) == 0x000054, "Member 'ULandscapeLayerBrush::UpdateInterval' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_ActorTouchDraggingController_OnTick \ +static_assert(alignof(BP_ActorTouchDraggingController_OnTick) == 0x000004, "Wrong alignment on BP_ActorTouchDraggingController_OnTick"); \ +static_assert(sizeof(BP_ActorTouchDraggingController_OnTick) == 0x000004, "Wrong size on BP_ActorTouchDraggingController_OnTick"); \ +static_assert(offsetof(BP_ActorTouchDraggingController_OnTick, DeltaTime) == 0x000000, "Member 'BP_ActorTouchDraggingController_OnTick::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_ActorTouchDraggingController \ +static_assert(alignof(ABP_ActorTouchDraggingController) == 0x000008, "Wrong alignment on ABP_ActorTouchDraggingController"); \ +static_assert(sizeof(ABP_ActorTouchDraggingController) == 0x000290, "Wrong size on ABP_ActorTouchDraggingController"); \ +static_assert(offsetof(ABP_ActorTouchDraggingController, traceChnl) == 0x000288, "Member 'ABP_ActorTouchDraggingController::traceChnl' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_LandscapeRoadSpline_ReceiveTick \ +static_assert(alignof(LandscapeRoadSpline_ReceiveTick) == 0x000004, "Wrong alignment on LandscapeRoadSpline_ReceiveTick"); \ +static_assert(sizeof(LandscapeRoadSpline_ReceiveTick) == 0x000004, "Wrong size on LandscapeRoadSpline_ReceiveTick"); \ +static_assert(offsetof(LandscapeRoadSpline_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'LandscapeRoadSpline_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ALandscapeRoadSpline \ +static_assert(alignof(ALandscapeRoadSpline) == 0x000008, "Wrong alignment on ALandscapeRoadSpline"); \ +static_assert(sizeof(ALandscapeRoadSpline) == 0x0002C8, "Wrong size on ALandscapeRoadSpline"); \ +static_assert(offsetof(ALandscapeRoadSpline, RoadWidth) == 0x000298, "Member 'ALandscapeRoadSpline::RoadWidth' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeRoadSpline, SplineMesh) == 0x0002A0, "Member 'ALandscapeRoadSpline::SplineMesh' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeRoadSpline, RoadMaterial) == 0x0002A8, "Member 'ALandscapeRoadSpline::RoadMaterial' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeRoadSpline, NodeWidth) == 0x0002B0, "Member 'ALandscapeRoadSpline::NodeWidth' has a wrong offset!"); \ +static_assert(offsetof(ALandscapeRoadSpline, RoadRVT) == 0x0002C0, "Member 'ALandscapeRoadSpline::RoadRVT' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSB1TimedPlayNiagaraFX_GetSoftReferences \ +static_assert(alignof(BANS_GSB1TimedPlayNiagaraFX_GetSoftReferences) == 0x000008, "Wrong alignment on BANS_GSB1TimedPlayNiagaraFX_GetSoftReferences"); \ +static_assert(sizeof(BANS_GSB1TimedPlayNiagaraFX_GetSoftReferences) == 0x000010, "Wrong size on BANS_GSB1TimedPlayNiagaraFX_GetSoftReferences"); \ +static_assert(offsetof(BANS_GSB1TimedPlayNiagaraFX_GetSoftReferences, ReturnValue) == 0x000000, "Member 'BANS_GSB1TimedPlayNiagaraFX_GetSoftReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS \ +static_assert(alignof(BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS) == 0x000008, "Wrong alignment on BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS"); \ +static_assert(sizeof(BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS) == 0x000050, "Wrong size on BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS"); \ +static_assert(offsetof(BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS, NotifyParam) == 0x000000, "Member 'BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS::NotifyParam' has a wrong offset!"); \ +static_assert(offsetof(BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS, TotalDuration) == 0x000048, "Member 'BANS_GSB1TimedPlayNiagaraFX_GSNotifyBeginCS::TotalDuration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BANS_GSB1TimedPlayNiagaraFX_GSNotifyEndCS \ +static_assert(alignof(BANS_GSB1TimedPlayNiagaraFX_GSNotifyEndCS) == 0x000008, "Wrong alignment on BANS_GSB1TimedPlayNiagaraFX_GSNotifyEndCS"); \ +static_assert(sizeof(BANS_GSB1TimedPlayNiagaraFX_GSNotifyEndCS) == 0x000048, "Wrong size on BANS_GSB1TimedPlayNiagaraFX_GSNotifyEndCS"); \ +static_assert(offsetof(BANS_GSB1TimedPlayNiagaraFX_GSNotifyEndCS, NotifyParam) == 0x000000, "Member 'BANS_GSB1TimedPlayNiagaraFX_GSNotifyEndCS::NotifyParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBANS_GSB1TimedPlayNiagaraFX \ +static_assert(alignof(UBANS_GSB1TimedPlayNiagaraFX) == 0x000008, "Wrong alignment on UBANS_GSB1TimedPlayNiagaraFX"); \ +static_assert(sizeof(UBANS_GSB1TimedPlayNiagaraFX) == 0x0000E8, "Wrong size on UBANS_GSB1TimedPlayNiagaraFX"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, Template) == 0x000048, "Member 'UBANS_GSB1TimedPlayNiagaraFX::Template' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, SocketName) == 0x000070, "Member 'UBANS_GSB1TimedPlayNiagaraFX::SocketName' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, LocationOffset) == 0x000078, "Member 'UBANS_GSB1TimedPlayNiagaraFX::LocationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, RotationOffset) == 0x000090, "Member 'UBANS_GSB1TimedPlayNiagaraFX::RotationOffset' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, Scale) == 0x0000A8, "Member 'UBANS_GSB1TimedPlayNiagaraFX::Scale' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, customParams) == 0x0000C8, "Member 'UBANS_GSB1TimedPlayNiagaraFX::customParams' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, TranslucentSortPriority) == 0x0000D8, "Member 'UBANS_GSB1TimedPlayNiagaraFX::TranslucentSortPriority' has a wrong offset!"); \ +static_assert(offsetof(UBANS_GSB1TimedPlayNiagaraFX, AddTagForSearch) == 0x0000DC, "Member 'UBANS_GSB1TimedPlayNiagaraFX::AddTagForSearch' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1_GetDefaultPawnClassForController \ +static_assert(alignof(BGG_GameModeB1_GetDefaultPawnClassForController) == 0x000008, "Wrong alignment on BGG_GameModeB1_GetDefaultPawnClassForController"); \ +static_assert(sizeof(BGG_GameModeB1_GetDefaultPawnClassForController) == 0x000010, "Wrong size on BGG_GameModeB1_GetDefaultPawnClassForController"); \ +static_assert(offsetof(BGG_GameModeB1_GetDefaultPawnClassForController, InController) == 0x000000, "Member 'BGG_GameModeB1_GetDefaultPawnClassForController::InController' has a wrong offset!"); \ +static_assert(offsetof(BGG_GameModeB1_GetDefaultPawnClassForController, ReturnValue) == 0x000008, "Member 'BGG_GameModeB1_GetDefaultPawnClassForController::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1_ReceiveEndPlay \ +static_assert(alignof(BGG_GameModeB1_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGG_GameModeB1_ReceiveEndPlay"); \ +static_assert(sizeof(BGG_GameModeB1_ReceiveEndPlay) == 0x000001, "Wrong size on BGG_GameModeB1_ReceiveEndPlay"); \ +static_assert(offsetof(BGG_GameModeB1_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGG_GameModeB1_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1_ReceiveTick \ +static_assert(alignof(BGG_GameModeB1_ReceiveTick) == 0x000004, "Wrong alignment on BGG_GameModeB1_ReceiveTick"); \ +static_assert(sizeof(BGG_GameModeB1_ReceiveTick) == 0x000004, "Wrong size on BGG_GameModeB1_ReceiveTick"); \ +static_assert(offsetof(BGG_GameModeB1_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGG_GameModeB1_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1_PostLoginCS \ +static_assert(alignof(BGG_GameModeB1_PostLoginCS) == 0x000008, "Wrong alignment on BGG_GameModeB1_PostLoginCS"); \ +static_assert(sizeof(BGG_GameModeB1_PostLoginCS) == 0x000008, "Wrong size on BGG_GameModeB1_PostLoginCS"); \ +static_assert(offsetof(BGG_GameModeB1_PostLoginCS, NewPlayer) == 0x000000, "Member 'BGG_GameModeB1_PostLoginCS::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1_PreLoginCS \ +static_assert(alignof(BGG_GameModeB1_PreLoginCS) == 0x000008, "Wrong alignment on BGG_GameModeB1_PreLoginCS"); \ +static_assert(sizeof(BGG_GameModeB1_PreLoginCS) == 0x000040, "Wrong size on BGG_GameModeB1_PreLoginCS"); \ +static_assert(offsetof(BGG_GameModeB1_PreLoginCS, Options) == 0x000000, "Member 'BGG_GameModeB1_PreLoginCS::Options' has a wrong offset!"); \ +static_assert(offsetof(BGG_GameModeB1_PreLoginCS, LoginAddress) == 0x000010, "Member 'BGG_GameModeB1_PreLoginCS::LoginAddress' has a wrong offset!"); \ +static_assert(offsetof(BGG_GameModeB1_PreLoginCS, UniqueId) == 0x000020, "Member 'BGG_GameModeB1_PreLoginCS::UniqueId' has a wrong offset!"); \ +static_assert(offsetof(BGG_GameModeB1_PreLoginCS, ErrorMessage) == 0x000030, "Member 'BGG_GameModeB1_PreLoginCS::ErrorMessage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1_LoginOutCS \ +static_assert(alignof(BGG_GameModeB1_LoginOutCS) == 0x000008, "Wrong alignment on BGG_GameModeB1_LoginOutCS"); \ +static_assert(sizeof(BGG_GameModeB1_LoginOutCS) == 0x000008, "Wrong size on BGG_GameModeB1_LoginOutCS"); \ +static_assert(offsetof(BGG_GameModeB1_LoginOutCS, Exiting) == 0x000000, "Member 'BGG_GameModeB1_LoginOutCS::Exiting' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGG_GameModeB1 \ +static_assert(alignof(ABGG_GameModeB1) == 0x000008, "Wrong alignment on ABGG_GameModeB1"); \ +static_assert(sizeof(ABGG_GameModeB1) == 0x000398, "Wrong size on ABGG_GameModeB1"); \ +static_assert(offsetof(ABGG_GameModeB1, DefaultPawnClassBeforeRoleData) == 0x000390, "Member 'ABGG_GameModeB1::DefaultPawnClassBeforeRoleData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1Net_ReceiveEndPlay \ +static_assert(alignof(BGG_GameModeB1Net_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGG_GameModeB1Net_ReceiveEndPlay"); \ +static_assert(sizeof(BGG_GameModeB1Net_ReceiveEndPlay) == 0x000001, "Wrong size on BGG_GameModeB1Net_ReceiveEndPlay"); \ +static_assert(offsetof(BGG_GameModeB1Net_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGG_GameModeB1Net_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGG_GameModeB1Net_PostLoginCS \ +static_assert(alignof(BGG_GameModeB1Net_PostLoginCS) == 0x000008, "Wrong alignment on BGG_GameModeB1Net_PostLoginCS"); \ +static_assert(sizeof(BGG_GameModeB1Net_PostLoginCS) == 0x000008, "Wrong size on BGG_GameModeB1Net_PostLoginCS"); \ +static_assert(offsetof(BGG_GameModeB1Net_PostLoginCS, NewPlayer) == 0x000000, "Member 'BGG_GameModeB1Net_PostLoginCS::NewPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGG_GameModeB1Net \ +static_assert(alignof(ABGG_GameModeB1Net) == 0x000008, "Wrong alignment on ABGG_GameModeB1Net"); \ +static_assert(sizeof(ABGG_GameModeB1Net) == 0x000398, "Wrong size on ABGG_GameModeB1Net"); \ + +#define DUMPER7_ASSERTS_ABGG_GameModeStartUp \ +static_assert(alignof(ABGG_GameModeStartUp) == 0x000008, "Wrong alignment on ABGG_GameModeStartUp"); \ +static_assert(sizeof(ABGG_GameModeStartUp) == 0x000398, "Wrong size on ABGG_GameModeStartUp"); \ +static_assert(offsetof(ABGG_GameModeStartUp, GameDefaultMapID) == 0x000390, "Member 'ABGG_GameModeStartUp::GameDefaultMapID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GuidingRootWidget_OnMouseButtonDown \ +static_assert(alignof(GuidingRootWidget_OnMouseButtonDown) == 0x000008, "Wrong alignment on GuidingRootWidget_OnMouseButtonDown"); \ +static_assert(sizeof(GuidingRootWidget_OnMouseButtonDown) == 0x000188, "Wrong size on GuidingRootWidget_OnMouseButtonDown"); \ +static_assert(offsetof(GuidingRootWidget_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'GuidingRootWidget_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(GuidingRootWidget_OnMouseButtonDown, MouseEvent) == 0x000040, "Member 'GuidingRootWidget_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(GuidingRootWidget_OnMouseButtonDown, ReturnValue) == 0x0000D0, "Member 'GuidingRootWidget_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GuidingRootWidget_OnMouseButtonUp \ +static_assert(alignof(GuidingRootWidget_OnMouseButtonUp) == 0x000008, "Wrong alignment on GuidingRootWidget_OnMouseButtonUp"); \ +static_assert(sizeof(GuidingRootWidget_OnMouseButtonUp) == 0x000188, "Wrong size on GuidingRootWidget_OnMouseButtonUp"); \ +static_assert(offsetof(GuidingRootWidget_OnMouseButtonUp, MyGeometry) == 0x000000, "Member 'GuidingRootWidget_OnMouseButtonUp::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(GuidingRootWidget_OnMouseButtonUp, MouseEvent) == 0x000040, "Member 'GuidingRootWidget_OnMouseButtonUp::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(GuidingRootWidget_OnMouseButtonUp, ReturnValue) == 0x0000D0, "Member 'GuidingRootWidget_OnMouseButtonUp::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGuidingRootWidget \ +static_assert(alignof(UGuidingRootWidget) == 0x000008, "Wrong alignment on UGuidingRootWidget"); \ +static_assert(sizeof(UGuidingRootWidget) == 0x0003D8, "Wrong size on UGuidingRootWidget"); \ + +#define DUMPER7_ASSERTS_MyTestHttpListener_OnRequestProgress \ +static_assert(alignof(MyTestHttpListener_OnRequestProgress) == 0x000004, "Wrong alignment on MyTestHttpListener_OnRequestProgress"); \ +static_assert(sizeof(MyTestHttpListener_OnRequestProgress) == 0x00000C, "Wrong size on MyTestHttpListener_OnRequestProgress"); \ +static_assert(offsetof(MyTestHttpListener_OnRequestProgress, sentBytes) == 0x000000, "Member 'MyTestHttpListener_OnRequestProgress::sentBytes' has a wrong offset!"); \ +static_assert(offsetof(MyTestHttpListener_OnRequestProgress, lReceivedBytes) == 0x000004, "Member 'MyTestHttpListener_OnRequestProgress::lReceivedBytes' has a wrong offset!"); \ +static_assert(offsetof(MyTestHttpListener_OnRequestProgress, lTotalBytes) == 0x000008, "Member 'MyTestHttpListener_OnRequestProgress::lTotalBytes' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MyTestHttpListener_OnReponseComplete \ +static_assert(alignof(MyTestHttpListener_OnReponseComplete) == 0x000008, "Wrong alignment on MyTestHttpListener_OnReponseComplete"); \ +static_assert(sizeof(MyTestHttpListener_OnReponseComplete) == 0x000018, "Wrong size on MyTestHttpListener_OnReponseComplete"); \ +static_assert(offsetof(MyTestHttpListener_OnReponseComplete, HttpCode) == 0x000004, "Member 'MyTestHttpListener_OnReponseComplete::HttpCode' has a wrong offset!"); \ +static_assert(offsetof(MyTestHttpListener_OnReponseComplete, Content) == 0x000008, "Member 'MyTestHttpListener_OnReponseComplete::Content' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MyTestHttpListener_IsNeedProgress \ +static_assert(alignof(MyTestHttpListener_IsNeedProgress) == 0x000001, "Wrong alignment on MyTestHttpListener_IsNeedProgress"); \ +static_assert(sizeof(MyTestHttpListener_IsNeedProgress) == 0x000001, "Wrong size on MyTestHttpListener_IsNeedProgress"); \ + +#define DUMPER7_ASSERTS_UMyTestHttpListener \ +static_assert(alignof(UMyTestHttpListener) == 0x000008, "Wrong alignment on UMyTestHttpListener"); \ +static_assert(sizeof(UMyTestHttpListener) == 0x000030, "Wrong size on UMyTestHttpListener"); \ + +#define DUMPER7_ASSERTS_SharpPerfTest_ReceiveTick \ +static_assert(alignof(SharpPerfTest_ReceiveTick) == 0x000004, "Wrong alignment on SharpPerfTest_ReceiveTick"); \ +static_assert(sizeof(SharpPerfTest_ReceiveTick) == 0x000004, "Wrong size on SharpPerfTest_ReceiveTick"); \ +static_assert(offsetof(SharpPerfTest_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'SharpPerfTest_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharpPerfTest_TickInCS \ +static_assert(alignof(SharpPerfTest_TickInCS) == 0x000004, "Wrong alignment on SharpPerfTest_TickInCS"); \ +static_assert(sizeof(SharpPerfTest_TickInCS) == 0x000004, "Wrong size on SharpPerfTest_TickInCS"); \ +static_assert(offsetof(SharpPerfTest_TickInCS, DeltaTime) == 0x000000, "Member 'SharpPerfTest_TickInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_SharpPerfTest_DelegateCB \ +static_assert(alignof(SharpPerfTest_DelegateCB) == 0x000004, "Wrong alignment on SharpPerfTest_DelegateCB"); \ +static_assert(sizeof(SharpPerfTest_DelegateCB) == 0x000010, "Wrong size on SharpPerfTest_DelegateCB"); \ +static_assert(offsetof(SharpPerfTest_DelegateCB, p1) == 0x000000, "Member 'SharpPerfTest_DelegateCB::p1' has a wrong offset!"); \ +static_assert(offsetof(SharpPerfTest_DelegateCB, p2) == 0x000004, "Member 'SharpPerfTest_DelegateCB::p2' has a wrong offset!"); \ +static_assert(offsetof(SharpPerfTest_DelegateCB, p3) == 0x000008, "Member 'SharpPerfTest_DelegateCB::p3' has a wrong offset!"); \ +static_assert(offsetof(SharpPerfTest_DelegateCB, p4) == 0x00000C, "Member 'SharpPerfTest_DelegateCB::p4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ASharpPerfTest \ +static_assert(alignof(ASharpPerfTest) == 0x000008, "Wrong alignment on ASharpPerfTest"); \ +static_assert(sizeof(ASharpPerfTest) == 0x0002C0, "Wrong size on ASharpPerfTest"); \ +static_assert(offsetof(ASharpPerfTest, CSIntProperty) == 0x0002B8, "Member 'ASharpPerfTest::CSIntProperty' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTestFuncLib_GetIL2CPPTestValue \ +static_assert(alignof(IL2CPPUnitTestFuncLib_GetIL2CPPTestValue) == 0x000004, "Wrong alignment on IL2CPPUnitTestFuncLib_GetIL2CPPTestValue"); \ +static_assert(sizeof(IL2CPPUnitTestFuncLib_GetIL2CPPTestValue) == 0x000008, "Wrong size on IL2CPPUnitTestFuncLib_GetIL2CPPTestValue"); \ +static_assert(offsetof(IL2CPPUnitTestFuncLib_GetIL2CPPTestValue, TestVal) == 0x000000, "Member 'IL2CPPUnitTestFuncLib_GetIL2CPPTestValue::TestVal' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTestFuncLib_GetIL2CPPTestValue, ReturnValue) == 0x000004, "Member 'IL2CPPUnitTestFuncLib_GetIL2CPPTestValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UIL2CPPUnitTestFuncLib \ +static_assert(alignof(UIL2CPPUnitTestFuncLib) == 0x000008, "Wrong alignment on UIL2CPPUnitTestFuncLib"); \ +static_assert(sizeof(UIL2CPPUnitTestFuncLib) == 0x000028, "Wrong size on UIL2CPPUnitTestFuncLib"); \ + +#define DUMPER7_ASSERTS_UBI_AbnormalStateItemCS \ +static_assert(alignof(UBI_AbnormalStateItemCS) == 0x000008, "Wrong alignment on UBI_AbnormalStateItemCS"); \ +static_assert(sizeof(UBI_AbnormalStateItemCS) == 0x0003E0, "Wrong size on UBI_AbnormalStateItemCS"); \ +static_assert(offsetof(UBI_AbnormalStateItemCS, WarningRemaining) == 0x0003D8, "Member 'UBI_AbnormalStateItemCS::WarningRemaining' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_StickLevelCS \ +static_assert(alignof(UBI_StickLevelCS) == 0x000008, "Wrong alignment on UBI_StickLevelCS"); \ +static_assert(sizeof(UBI_StickLevelCS) == 0x0003E0, "Wrong size on UBI_StickLevelCS"); \ +static_assert(offsetof(UBI_StickLevelCS, ShowType) == 0x0003D8, "Member 'UBI_StickLevelCS::ShowType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPStructPersistTest_PrintStruct \ +static_assert(alignof(IL2CPPStructPersistTest_PrintStruct) == 0x000008, "Wrong alignment on IL2CPPStructPersistTest_PrintStruct"); \ +static_assert(sizeof(IL2CPPStructPersistTest_PrintStruct) == 0x000018, "Wrong size on IL2CPPStructPersistTest_PrintStruct"); \ +static_assert(offsetof(IL2CPPStructPersistTest_PrintStruct, Input) == 0x000000, "Member 'IL2CPPStructPersistTest_PrintStruct::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIL2CPPStructPersistTest \ +static_assert(alignof(AIL2CPPStructPersistTest) == 0x000008, "Wrong alignment on AIL2CPPStructPersistTest"); \ +static_assert(sizeof(AIL2CPPStructPersistTest) == 0x0002B0, "Wrong size on AIL2CPPStructPersistTest"); \ +static_assert(offsetof(AIL2CPPStructPersistTest, TestStruct) == 0x000288, "Member 'AIL2CPPStructPersistTest::TestStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BYS_Start \ +static_assert(alignof(UAutoTest_BYS_Start) == 0x000008, "Wrong alignment on UAutoTest_BYS_Start"); \ +static_assert(sizeof(UAutoTest_BYS_Start) == 0x000028, "Wrong size on UAutoTest_BYS_Start"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTest_IntRetTest2 \ +static_assert(alignof(IL2CPPUnitTest_IntRetTest2) == 0x000004, "Wrong alignment on IL2CPPUnitTest_IntRetTest2"); \ +static_assert(sizeof(IL2CPPUnitTest_IntRetTest2) == 0x000010, "Wrong size on IL2CPPUnitTest_IntRetTest2"); \ +static_assert(offsetof(IL2CPPUnitTest_IntRetTest2, p1) == 0x000000, "Member 'IL2CPPUnitTest_IntRetTest2::p1' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_IntRetTest2, p2) == 0x000004, "Member 'IL2CPPUnitTest_IntRetTest2::p2' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_IntRetTest2, ReturnValue) == 0x00000C, "Member 'IL2CPPUnitTest_IntRetTest2::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTest_BoolRetTest \ +static_assert(alignof(IL2CPPUnitTest_BoolRetTest) == 0x000004, "Wrong alignment on IL2CPPUnitTest_BoolRetTest"); \ +static_assert(sizeof(IL2CPPUnitTest_BoolRetTest) == 0x00000C, "Wrong size on IL2CPPUnitTest_BoolRetTest"); \ +static_assert(offsetof(IL2CPPUnitTest_BoolRetTest, p1) == 0x000000, "Member 'IL2CPPUnitTest_BoolRetTest::p1' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_BoolRetTest, p2) == 0x000004, "Member 'IL2CPPUnitTest_BoolRetTest::p2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTest_IntRetTest \ +static_assert(alignof(IL2CPPUnitTest_IntRetTest) == 0x000004, "Wrong alignment on IL2CPPUnitTest_IntRetTest"); \ +static_assert(sizeof(IL2CPPUnitTest_IntRetTest) == 0x000014, "Wrong size on IL2CPPUnitTest_IntRetTest"); \ +static_assert(offsetof(IL2CPPUnitTest_IntRetTest, p1) == 0x000000, "Member 'IL2CPPUnitTest_IntRetTest::p1' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_IntRetTest, p2) == 0x000004, "Member 'IL2CPPUnitTest_IntRetTest::p2' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_IntRetTest, Out1) == 0x00000C, "Member 'IL2CPPUnitTest_IntRetTest::Out1' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_IntRetTest, ReturnValue) == 0x000010, "Member 'IL2CPPUnitTest_IntRetTest::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTest_TickInCS \ +static_assert(alignof(IL2CPPUnitTest_TickInCS) == 0x000004, "Wrong alignment on IL2CPPUnitTest_TickInCS"); \ +static_assert(sizeof(IL2CPPUnitTest_TickInCS) == 0x000004, "Wrong size on IL2CPPUnitTest_TickInCS"); \ +static_assert(offsetof(IL2CPPUnitTest_TickInCS, DeltaTime) == 0x000000, "Member 'IL2CPPUnitTest_TickInCS::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTest_TestPassComplexStruct \ +static_assert(alignof(IL2CPPUnitTest_TestPassComplexStruct) == 0x000008, "Wrong alignment on IL2CPPUnitTest_TestPassComplexStruct"); \ +static_assert(sizeof(IL2CPPUnitTest_TestPassComplexStruct) == 0x000028, "Wrong size on IL2CPPUnitTest_TestPassComplexStruct"); \ +static_assert(offsetof(IL2CPPUnitTest_TestPassComplexStruct, OuterStruct) == 0x000000, "Member 'IL2CPPUnitTest_TestPassComplexStruct::OuterStruct' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTest_DelegateCB \ +static_assert(alignof(IL2CPPUnitTest_DelegateCB) == 0x000004, "Wrong alignment on IL2CPPUnitTest_DelegateCB"); \ +static_assert(sizeof(IL2CPPUnitTest_DelegateCB) == 0x000010, "Wrong size on IL2CPPUnitTest_DelegateCB"); \ +static_assert(offsetof(IL2CPPUnitTest_DelegateCB, p1) == 0x000000, "Member 'IL2CPPUnitTest_DelegateCB::p1' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_DelegateCB, p2) == 0x000004, "Member 'IL2CPPUnitTest_DelegateCB::p2' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_DelegateCB, p3) == 0x000008, "Member 'IL2CPPUnitTest_DelegateCB::p3' has a wrong offset!"); \ +static_assert(offsetof(IL2CPPUnitTest_DelegateCB, p4) == 0x00000C, "Member 'IL2CPPUnitTest_DelegateCB::p4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_IL2CPPUnitTest_CallInBP \ +static_assert(alignof(IL2CPPUnitTest_CallInBP) == 0x000008, "Wrong alignment on IL2CPPUnitTest_CallInBP"); \ +static_assert(sizeof(IL2CPPUnitTest_CallInBP) == 0x000010, "Wrong size on IL2CPPUnitTest_CallInBP"); \ +static_assert(offsetof(IL2CPPUnitTest_CallInBP, CheckIt) == 0x000000, "Member 'IL2CPPUnitTest_CallInBP::CheckIt' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AIL2CPPUnitTest \ +static_assert(alignof(AIL2CPPUnitTest) == 0x000008, "Wrong alignment on AIL2CPPUnitTest"); \ +static_assert(sizeof(AIL2CPPUnitTest) == 0x0002F8, "Wrong size on AIL2CPPUnitTest"); \ +static_assert(offsetof(AIL2CPPUnitTest, CSIntProperty) == 0x0002B8, "Member 'AIL2CPPUnitTest::CSIntProperty' has a wrong offset!"); \ +static_assert(offsetof(AIL2CPPUnitTest, StructArrayTest) == 0x0002C0, "Member 'AIL2CPPUnitTest::StructArrayTest' has a wrong offset!"); \ +static_assert(offsetof(AIL2CPPUnitTest, TestArrEdit) == 0x0002E8, "Member 'AIL2CPPUnitTest::TestArrEdit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AReplicationTest \ +static_assert(alignof(AReplicationTest) == 0x000008, "Wrong alignment on AReplicationTest"); \ +static_assert(sizeof(AReplicationTest) == 0x000330, "Wrong size on AReplicationTest"); \ + +#define DUMPER7_ASSERTS_UTStrongObjectPtrTestOld \ +static_assert(alignof(UTStrongObjectPtrTestOld) == 0x000008, "Wrong alignment on UTStrongObjectPtrTestOld"); \ +static_assert(sizeof(UTStrongObjectPtrTestOld) == 0x000040, "Wrong size on UTStrongObjectPtrTestOld"); \ +static_assert(offsetof(UTStrongObjectPtrTestOld, A) == 0x000028, "Member 'UTStrongObjectPtrTestOld::A' has a wrong offset!"); \ +static_assert(offsetof(UTStrongObjectPtrTestOld, B) == 0x000030, "Member 'UTStrongObjectPtrTestOld::B' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_AbnormalStateAccBoxCS \ +static_assert(alignof(UBI_AbnormalStateAccBoxCS) == 0x000008, "Wrong alignment on UBI_AbnormalStateAccBoxCS"); \ +static_assert(sizeof(UBI_AbnormalStateAccBoxCS) == 0x0003F0, "Wrong size on UBI_AbnormalStateAccBoxCS"); \ +static_assert(offsetof(UBI_AbnormalStateAccBoxCS, MoveUp_Duration) == 0x0003D8, "Member 'UBI_AbnormalStateAccBoxCS::MoveUp_Duration' has a wrong offset!"); \ +static_assert(offsetof(UBI_AbnormalStateAccBoxCS, MoveUp_FuncType) == 0x0003DC, "Member 'UBI_AbnormalStateAccBoxCS::MoveUp_FuncType' has a wrong offset!"); \ +static_assert(offsetof(UBI_AbnormalStateAccBoxCS, MoveDown_Duration) == 0x0003E0, "Member 'UBI_AbnormalStateAccBoxCS::MoveDown_Duration' has a wrong offset!"); \ +static_assert(offsetof(UBI_AbnormalStateAccBoxCS, MoveDown_FuncType) == 0x0003E4, "Member 'UBI_AbnormalStateAccBoxCS::MoveDown_FuncType' has a wrong offset!"); \ +static_assert(offsetof(UBI_AbnormalStateAccBoxCS, Hidden_Duration) == 0x0003E8, "Member 'UBI_AbnormalStateAccBoxCS::Hidden_Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSGridConScreenAdapter_UpdateForAdaptInEditorMode \ +static_assert(alignof(GSGridConScreenAdapter_UpdateForAdaptInEditorMode) == 0x000004, "Wrong alignment on GSGridConScreenAdapter_UpdateForAdaptInEditorMode"); \ +static_assert(sizeof(GSGridConScreenAdapter_UpdateForAdaptInEditorMode) == 0x00000C, "Wrong size on GSGridConScreenAdapter_UpdateForAdaptInEditorMode"); \ +static_assert(offsetof(GSGridConScreenAdapter_UpdateForAdaptInEditorMode, DeltaTime) == 0x000000, "Member 'GSGridConScreenAdapter_UpdateForAdaptInEditorMode::DeltaTime' has a wrong offset!"); \ +static_assert(offsetof(GSGridConScreenAdapter_UpdateForAdaptInEditorMode, RefViewPortWidth) == 0x000004, "Member 'GSGridConScreenAdapter_UpdateForAdaptInEditorMode::RefViewPortWidth' has a wrong offset!"); \ +static_assert(offsetof(GSGridConScreenAdapter_UpdateForAdaptInEditorMode, RefViewPortHeight) == 0x000008, "Member 'GSGridConScreenAdapter_UpdateForAdaptInEditorMode::RefViewPortHeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSGridConScreenAdapter_UpdateForAdapt \ +static_assert(alignof(GSGridConScreenAdapter_UpdateForAdapt) == 0x000004, "Wrong alignment on GSGridConScreenAdapter_UpdateForAdapt"); \ +static_assert(sizeof(GSGridConScreenAdapter_UpdateForAdapt) == 0x000004, "Wrong size on GSGridConScreenAdapter_UpdateForAdapt"); \ +static_assert(offsetof(GSGridConScreenAdapter_UpdateForAdapt, DeltaTime) == 0x000000, "Member 'GSGridConScreenAdapter_UpdateForAdapt::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSGridConScreenAdapter \ +static_assert(alignof(UGSGridConScreenAdapter) == 0x000008, "Wrong alignment on UGSGridConScreenAdapter"); \ +static_assert(sizeof(UGSGridConScreenAdapter) == 0x000178, "Wrong size on UGSGridConScreenAdapter"); \ + +#define DUMPER7_ASSERTS_UAutoTest_AllUI \ +static_assert(alignof(UAutoTest_AllUI) == 0x000008, "Wrong alignment on UAutoTest_AllUI"); \ +static_assert(sizeof(UAutoTest_AllUI) == 0x000028, "Wrong size on UAutoTest_AllUI"); \ + +#define DUMPER7_ASSERTS_GSProcBar_SetMaxIncPercent \ +static_assert(alignof(GSProcBar_SetMaxIncPercent) == 0x000004, "Wrong alignment on GSProcBar_SetMaxIncPercent"); \ +static_assert(sizeof(GSProcBar_SetMaxIncPercent) == 0x000004, "Wrong size on GSProcBar_SetMaxIncPercent"); \ +static_assert(offsetof(GSProcBar_SetMaxIncPercent, InMaxIncPercent) == 0x000000, "Member 'GSProcBar_SetMaxIncPercent::InMaxIncPercent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSProcBar \ +static_assert(alignof(UGSProcBar) == 0x000010, "Wrong alignment on UGSProcBar"); \ +static_assert(sizeof(UGSProcBar) == 0x000390, "Wrong size on UGSProcBar"); \ +static_assert(offsetof(UGSProcBar, MainBarTweenTime) == 0x0002F8, "Member 'UGSProcBar::MainBarTweenTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, MainBarTweenDelay) == 0x0002FC, "Member 'UGSProcBar::MainBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, ProcBarTweenTime) == 0x000304, "Member 'UGSProcBar::ProcBarTweenTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, ProcBarTweenDelay) == 0x000308, "Member 'UGSProcBar::ProcBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, MinProcShowPer) == 0x00030C, "Member 'UGSProcBar::MinProcShowPer' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, IncBarIncTime) == 0x000314, "Member 'UGSProcBar::IncBarIncTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, IncBarStopTime) == 0x000318, "Member 'UGSProcBar::IncBarStopTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, IncBarBackTime) == 0x00031C, "Member 'UGSProcBar::IncBarBackTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, MinIncShowPer) == 0x000320, "Member 'UGSProcBar::MinIncShowPer' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, FlashBarFadeDelay) == 0x000328, "Member 'UGSProcBar::FlashBarFadeDelay' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, FlashBarFadeTime) == 0x00032C, "Member 'UGSProcBar::FlashBarFadeTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, MinFlashShowPer) == 0x000330, "Member 'UGSProcBar::MinFlashShowPer' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, OrgMaxLength) == 0x000338, "Member 'UGSProcBar::OrgMaxLength' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, NewMaxLength) == 0x00033C, "Member 'UGSProcBar::NewMaxLength' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, CurMaxLength) == 0x000340, "Member 'UGSProcBar::CurMaxLength' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, MaxIncPercent) == 0x000344, "Member 'UGSProcBar::MaxIncPercent' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, MaxIncNormalTime) == 0x000348, "Member 'UGSProcBar::MaxIncNormalTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, DefaulValueType) == 0x00034C, "Member 'UGSProcBar::DefaulValueType' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, WarnState) == 0x00034E, "Member 'UGSProcBar::WarnState' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, WarnStateBlock) == 0x00034F, "Member 'UGSProcBar::WarnStateBlock' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, DangerStatePercent) == 0x000350, "Member 'UGSProcBar::DangerStatePercent' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, OnceWarnPercent) == 0x000354, "Member 'UGSProcBar::OnceWarnPercent' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, SliderFreqConfig) == 0x000358, "Member 'UGSProcBar::SliderFreqConfig' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, Size) == 0x000368, "Member 'UGSProcBar::Size' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBar, Culling) == 0x000378, "Member 'UGSProcBar::Culling' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRetainerBox_OnViewWidgetSizeChangedEvent \ +static_assert(alignof(GSRetainerBox_OnViewWidgetSizeChangedEvent) == 0x000008, "Wrong alignment on GSRetainerBox_OnViewWidgetSizeChangedEvent"); \ +static_assert(sizeof(GSRetainerBox_OnViewWidgetSizeChangedEvent) == 0x000010, "Wrong size on GSRetainerBox_OnViewWidgetSizeChangedEvent"); \ +static_assert(offsetof(GSRetainerBox_OnViewWidgetSizeChangedEvent, Size) == 0x000000, "Member 'GSRetainerBox_OnViewWidgetSizeChangedEvent::Size' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_b1_Managed__UGSRetainerBox \ +static_assert(alignof(b1_Managed::UGSRetainerBox) == 0x000010, "Wrong alignment on b1_Managed::UGSRetainerBox"); \ +static_assert(sizeof(b1_Managed::UGSRetainerBox) == 0x0001B0, "Wrong size on b1_Managed::UGSRetainerBox"); \ +static_assert(offsetof(b1_Managed::UGSRetainerBox, Margin) == 0x000180, "Member 'b1_Managed::UGSRetainerBox::Margin' has a wrong offset!"); \ +static_assert(offsetof(b1_Managed::UGSRetainerBox, Scale) == 0x0001A0, "Member 'b1_Managed::UGSRetainerBox::Scale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSButton_GSOnLostFocused \ +static_assert(alignof(GSButton_GSOnLostFocused) == 0x000004, "Wrong alignment on GSButton_GSOnLostFocused"); \ +static_assert(sizeof(GSButton_GSOnLostFocused) == 0x000008, "Wrong size on GSButton_GSOnLostFocused"); \ +static_assert(offsetof(GSButton_GSOnLostFocused, FocusEvent) == 0x000000, "Member 'GSButton_GSOnLostFocused::FocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSButton_GSOnFocused \ +static_assert(alignof(GSButton_GSOnFocused) == 0x000004, "Wrong alignment on GSButton_GSOnFocused"); \ +static_assert(sizeof(GSButton_GSOnFocused) == 0x000008, "Wrong size on GSButton_GSOnFocused"); \ +static_assert(offsetof(GSButton_GSOnFocused, FocusEvent) == 0x000000, "Member 'GSButton_GSOnFocused::FocusEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSButton \ +static_assert(alignof(UGSButton) == 0x000010, "Wrong alignment on UGSButton"); \ +static_assert(sizeof(UGSButton) == 0x000610, "Wrong size on UGSButton"); \ +static_assert(offsetof(UGSButton, PressedMask) == 0x0005D0, "Member 'UGSButton::PressedMask' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, HoveredWidget) == 0x0005D8, "Member 'UGSButton::HoveredWidget' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, FocusedWidget) == 0x0005E0, "Member 'UGSButton::FocusedWidget' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, RootCon) == 0x0005E8, "Member 'UGSButton::RootCon' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, DurationTime) == 0x0005F0, "Member 'UGSButton::DurationTime' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, PressedScale) == 0x0005F4, "Member 'UGSButton::PressedScale' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, ClickAudioEvent) == 0x0005F8, "Member 'UGSButton::ClickAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, FocusAudioEvent) == 0x000600, "Member 'UGSButton::FocusAudioEvent' has a wrong offset!"); \ +static_assert(offsetof(UGSButton, HoveredAudioEvent) == 0x000608, "Member 'UGSButton::HoveredAudioEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSButtonCheck \ +static_assert(alignof(UGSButtonCheck) == 0x000010, "Wrong alignment on UGSButtonCheck"); \ +static_assert(sizeof(UGSButtonCheck) == 0x000630, "Wrong size on UGSButtonCheck"); \ +static_assert(offsetof(UGSButtonCheck, CheckedWidget) == 0x000610, "Member 'UGSButtonCheck::CheckedWidget' has a wrong offset!"); \ +static_assert(offsetof(UGSButtonCheck, OnGSButtonCheckStateChanged) == 0x000620, "Member 'UGSButtonCheck::OnGSButtonCheckStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_FootIK \ +static_assert(alignof(UBUAnimHumanoidCS_FootIK) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_FootIK"); \ +static_assert(sizeof(UBUAnimHumanoidCS_FootIK) == 0x000430, "Wrong size on UBUAnimHumanoidCS_FootIK"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKEffectorLeftFoot) == 0x000350, "Member 'UBUAnimHumanoidCS_FootIK::IKEffectorLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKEffectorRightFoot) == 0x000368, "Member 'UBUAnimHumanoidCS_FootIK::IKEffectorRightFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKEffectorLFoot_MeshSpace) == 0x000380, "Member 'UBUAnimHumanoidCS_FootIK::IKEffectorLFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKEffectorRFoot_MeshSpace) == 0x000398, "Member 'UBUAnimHumanoidCS_FootIK::IKEffectorRFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKJoint_LeftFoot) == 0x0003B0, "Member 'UBUAnimHumanoidCS_FootIK::IKJoint_LeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKJoint_RightFoot) == 0x0003C8, "Member 'UBUAnimHumanoidCS_FootIK::IKJoint_RightFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKJointLFoot_MeshSpace) == 0x0003E0, "Member 'UBUAnimHumanoidCS_FootIK::IKJointLFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKJointRFoot_MeshSpace) == 0x0003F8, "Member 'UBUAnimHumanoidCS_FootIK::IKJointRFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKLeftFootAlpha) == 0x000410, "Member 'UBUAnimHumanoidCS_FootIK::IKLeftFootAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKRightFootAlpha) == 0x000414, "Member 'UBUAnimHumanoidCS_FootIK::IKRightFootAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKScale) == 0x000418, "Member 'UBUAnimHumanoidCS_FootIK::IKScale' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FootIK, IKPelvisOffset) == 0x00041C, "Member 'UBUAnimHumanoidCS_FootIK::IKPelvisOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRoundRectCS_CalcMappingRoundRectPoint \ +static_assert(alignof(GSRoundRectCS_CalcMappingRoundRectPoint) == 0x000008, "Wrong alignment on GSRoundRectCS_CalcMappingRoundRectPoint"); \ +static_assert(sizeof(GSRoundRectCS_CalcMappingRoundRectPoint) == 0x000060, "Wrong size on GSRoundRectCS_CalcMappingRoundRectPoint"); \ +static_assert(offsetof(GSRoundRectCS_CalcMappingRoundRectPoint, PosInViewPort) == 0x000000, "Member 'GSRoundRectCS_CalcMappingRoundRectPoint::PosInViewPort' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRectCS_CalcMappingRoundRectPoint, InnerContentRectSize) == 0x000018, "Member 'GSRoundRectCS_CalcMappingRoundRectPoint::InnerContentRectSize' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRectCS_CalcMappingRoundRectPoint, InnerContentRectAlign) == 0x000028, "Member 'GSRoundRectCS_CalcMappingRoundRectPoint::InnerContentRectAlign' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRectCS_CalcMappingRoundRectPoint, BorderPosRefRoundRect) == 0x000040, "Member 'GSRoundRectCS_CalcMappingRoundRectPoint::BorderPosRefRoundRect' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRectCS_CalcMappingRoundRectPoint, RectAngle) == 0x000050, "Member 'GSRoundRectCS_CalcMappingRoundRectPoint::RectAngle' has a wrong offset!"); \ +static_assert(offsetof(GSRoundRectCS_CalcMappingRoundRectPoint, OutIndicatorType) == 0x000054, "Member 'GSRoundRectCS_CalcMappingRoundRectPoint::OutIndicatorType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRoundRectCS_GetLastUpdateCenterPos \ +static_assert(alignof(GSRoundRectCS_GetLastUpdateCenterPos) == 0x000008, "Wrong alignment on GSRoundRectCS_GetLastUpdateCenterPos"); \ +static_assert(sizeof(GSRoundRectCS_GetLastUpdateCenterPos) == 0x000010, "Wrong size on GSRoundRectCS_GetLastUpdateCenterPos"); \ +static_assert(offsetof(GSRoundRectCS_GetLastUpdateCenterPos, ReturnValue) == 0x000000, "Member 'GSRoundRectCS_GetLastUpdateCenterPos::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRoundRectCS_IsInRoundRect \ +static_assert(alignof(GSRoundRectCS_IsInRoundRect) == 0x000008, "Wrong alignment on GSRoundRectCS_IsInRoundRect"); \ +static_assert(sizeof(GSRoundRectCS_IsInRoundRect) == 0x000018, "Wrong size on GSRoundRectCS_IsInRoundRect"); \ +static_assert(offsetof(GSRoundRectCS_IsInRoundRect, PosInViewPort) == 0x000000, "Member 'GSRoundRectCS_IsInRoundRect::PosInViewPort' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSRoundRectCS_SetDebugDraw \ +static_assert(alignof(GSRoundRectCS_SetDebugDraw) == 0x000001, "Wrong alignment on GSRoundRectCS_SetDebugDraw"); \ +static_assert(sizeof(GSRoundRectCS_SetDebugDraw) == 0x000001, "Wrong size on GSRoundRectCS_SetDebugDraw"); \ + +#define DUMPER7_ASSERTS_GSRoundRectCS_GetDebugDraw \ +static_assert(alignof(GSRoundRectCS_GetDebugDraw) == 0x000001, "Wrong alignment on GSRoundRectCS_GetDebugDraw"); \ +static_assert(sizeof(GSRoundRectCS_GetDebugDraw) == 0x000001, "Wrong size on GSRoundRectCS_GetDebugDraw"); \ + +#define DUMPER7_ASSERTS_UGSRoundRectCS \ +static_assert(alignof(UGSRoundRectCS) == 0x000010, "Wrong alignment on UGSRoundRectCS"); \ +static_assert(sizeof(UGSRoundRectCS) == 0x000190, "Wrong size on UGSRoundRectCS"); \ +static_assert(offsetof(UGSRoundRectCS, RadiusCfg) == 0x000160, "Member 'UGSRoundRectCS::RadiusCfg' has a wrong offset!"); \ +static_assert(offsetof(UGSRoundRectCS, DebugDrawWidget) == 0x000180, "Member 'UGSRoundRectCS::DebugDrawWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSProcBarV4 \ +static_assert(alignof(UGSProcBarV4) == 0x000008, "Wrong alignment on UGSProcBarV4"); \ +static_assert(sizeof(UGSProcBarV4) == 0x0001C0, "Wrong size on UGSProcBarV4"); \ +static_assert(offsetof(UGSProcBarV4, MainBar) == 0x000158, "Member 'UGSProcBarV4::MainBar' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, MainBarTweenTime) == 0x000160, "Member 'UGSProcBarV4::MainBarTweenTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, MainBarTweenDelay) == 0x000164, "Member 'UGSProcBarV4::MainBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, ProcBar) == 0x000168, "Member 'UGSProcBarV4::ProcBar' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, ProcBarTweenTime) == 0x000170, "Member 'UGSProcBarV4::ProcBarTweenTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, ProcBarTweenDelay) == 0x000174, "Member 'UGSProcBarV4::ProcBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, MinProcShowPer) == 0x000178, "Member 'UGSProcBarV4::MinProcShowPer' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, IncBar) == 0x000180, "Member 'UGSProcBarV4::IncBar' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, IncBarIncTime) == 0x000188, "Member 'UGSProcBarV4::IncBarIncTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, IncBarStopTime) == 0x00018C, "Member 'UGSProcBarV4::IncBarStopTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, IncBarBackTime) == 0x000190, "Member 'UGSProcBarV4::IncBarBackTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, MinIncShowPer) == 0x000194, "Member 'UGSProcBarV4::MinIncShowPer' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, FlashBar) == 0x000198, "Member 'UGSProcBarV4::FlashBar' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, FlashBarFadeDelay) == 0x0001A0, "Member 'UGSProcBarV4::FlashBarFadeDelay' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, FlashBarFadeTime) == 0x0001A4, "Member 'UGSProcBarV4::FlashBarFadeTime' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, MinFlashShowPer) == 0x0001A8, "Member 'UGSProcBarV4::MinFlashShowPer' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, ShineBar) == 0x0001B0, "Member 'UGSProcBarV4::ShineBar' has a wrong offset!"); \ +static_assert(offsetof(UGSProcBarV4, SweepBar) == 0x0001B8, "Member 'UGSProcBarV4::SweepBar' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GridPanel \ +static_assert(alignof(UBUI_GridPanel) == 0x000008, "Wrong alignment on UBUI_GridPanel"); \ +static_assert(sizeof(UBUI_GridPanel) == 0x0003E8, "Wrong size on UBUI_GridPanel"); \ +static_assert(offsetof(UBUI_GridPanel, ColumnNum) == 0x0003D8, "Member 'UBUI_GridPanel::ColumnNum' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GridPanel, MinRow) == 0x0003DC, "Member 'UBUI_GridPanel::MinRow' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GridPanel, ListMinRow) == 0x0003E0, "Member 'UBUI_GridPanel::ListMinRow' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGGGameStateB1 \ +static_assert(alignof(ABGGGameStateB1) == 0x000008, "Wrong alignment on ABGGGameStateB1"); \ +static_assert(sizeof(ABGGGameStateB1) == 0x000318, "Wrong size on ABGGGameStateB1"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_AnimCurveBodySeparation \ +static_assert(alignof(UBUAnimHumanoidCS_AnimCurveBodySeparation) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_AnimCurveBodySeparation"); \ +static_assert(sizeof(UBUAnimHumanoidCS_AnimCurveBodySeparation) == 0x000380, "Wrong size on UBUAnimHumanoidCS_AnimCurveBodySeparation"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_Leg) == 0x000350, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_Leg' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_Pelvis) == 0x000354, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_Pelvis' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_Spine) == 0x000358, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_Spine' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_Head) == 0x00035C, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_Head' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_ArmL) == 0x000360, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_ArmL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_ArmR) == 0x000364, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_ArmR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_ArmL_LocalSpace) == 0x000368, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_ArmL_LocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodyBlendWeight_ArmR_LocalSpace) == 0x00036C, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodyBlendWeight_ArmR_LocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_AnimCurveBodySeparation, BodySeparationBlendAlpha) == 0x000370, "Member 'UBUAnimHumanoidCS_AnimCurveBodySeparation::BodySeparationBlendAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_LevelConfUtil_GetLevelStreamingBoundingBox \ +static_assert(alignof(BED_LevelConfUtil_GetLevelStreamingBoundingBox) == 0x000008, "Wrong alignment on BED_LevelConfUtil_GetLevelStreamingBoundingBox"); \ +static_assert(sizeof(BED_LevelConfUtil_GetLevelStreamingBoundingBox) == 0x000038, "Wrong size on BED_LevelConfUtil_GetLevelStreamingBoundingBox"); \ +static_assert(offsetof(BED_LevelConfUtil_GetLevelStreamingBoundingBox, LevelStreaming) == 0x000000, "Member 'BED_LevelConfUtil_GetLevelStreamingBoundingBox::LevelStreaming' has a wrong offset!"); \ +static_assert(offsetof(BED_LevelConfUtil_GetLevelStreamingBoundingBox, Center) == 0x000008, "Member 'BED_LevelConfUtil_GetLevelStreamingBoundingBox::Center' has a wrong offset!"); \ +static_assert(offsetof(BED_LevelConfUtil_GetLevelStreamingBoundingBox, BoxExtent) == 0x000020, "Member 'BED_LevelConfUtil_GetLevelStreamingBoundingBox::BoxExtent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_LevelConfUtil \ +static_assert(alignof(UBED_LevelConfUtil) == 0x000008, "Wrong alignment on UBED_LevelConfUtil"); \ +static_assert(sizeof(UBED_LevelConfUtil) == 0x000028, "Wrong size on UBED_LevelConfUtil"); \ + +#define DUMPER7_ASSERTS_GlobalAudioMgr_GetUApplicationLifecycleComponent \ +static_assert(alignof(GlobalAudioMgr_GetUApplicationLifecycleComponent) == 0x000008, "Wrong alignment on GlobalAudioMgr_GetUApplicationLifecycleComponent"); \ +static_assert(sizeof(GlobalAudioMgr_GetUApplicationLifecycleComponent) == 0x000008, "Wrong size on GlobalAudioMgr_GetUApplicationLifecycleComponent"); \ +static_assert(offsetof(GlobalAudioMgr_GetUApplicationLifecycleComponent, ReturnValue) == 0x000000, "Member 'GlobalAudioMgr_GetUApplicationLifecycleComponent::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGlobalAudioMgr \ +static_assert(alignof(AGlobalAudioMgr) == 0x000008, "Wrong alignment on AGlobalAudioMgr"); \ +static_assert(sizeof(AGlobalAudioMgr) == 0x000288, "Wrong size on AGlobalAudioMgr"); \ + +#define DUMPER7_ASSERTS_BUAnim_PostProcess_Quadruped_BlueprintUpdateAnimation \ +static_assert(alignof(BUAnim_PostProcess_Quadruped_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BUAnim_PostProcess_Quadruped_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BUAnim_PostProcess_Quadruped_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BUAnim_PostProcess_Quadruped_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BUAnim_PostProcess_Quadruped_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnim_PostProcess_Quadruped_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnim_PostProcess_Quadruped \ +static_assert(alignof(UBUAnim_PostProcess_Quadruped) == 0x000010, "Wrong alignment on UBUAnim_PostProcess_Quadruped"); \ +static_assert(sizeof(UBUAnim_PostProcess_Quadruped) == 0x0003C0, "Wrong size on UBUAnim_PostProcess_Quadruped"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, IKSpinePitch) == 0x000350, "Member 'UBUAnim_PostProcess_Quadruped::IKSpinePitch' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, IKSpineRoll) == 0x000354, "Member 'UBUAnim_PostProcess_Quadruped::IKSpineRoll' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, IKSpineAlpha) == 0x000358, "Member 'UBUAnim_PostProcess_Quadruped::IKSpineAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, LimbIKAlpha) == 0x00035C, "Member 'UBUAnim_PostProcess_Quadruped::LimbIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, LimbIKEffectorList) == 0x000360, "Member 'UBUAnim_PostProcess_Quadruped::LimbIKEffectorList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, AttackIKRollList) == 0x000378, "Member 'UBUAnim_PostProcess_Quadruped::AttackIKRollList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, AttackIKPitchList) == 0x000388, "Member 'UBUAnim_PostProcess_Quadruped::AttackIKPitchList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, RootName) == 0x000398, "Member 'UBUAnim_PostProcess_Quadruped::RootName' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, SolverRootBoneNameList) == 0x0003A0, "Member 'UBUAnim_PostProcess_Quadruped::SolverRootBoneNameList' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess_Quadruped, SolverEffectorBoneNameList) == 0x0003B0, "Member 'UBUAnim_PostProcess_Quadruped::SolverEffectorBoneNameList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageNode_DetectCondition_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskStageNode_DetectCondition_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskStageNode_DetectCondition_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskStageNode_DetectCondition_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskStageNode_DetectCondition_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskStageNode_DetectCondition_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskStageNode_DetectCondition_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageNode_DetectCondition \ +static_assert(alignof(UBED_TaskStageNode_DetectCondition) == 0x000008, "Wrong alignment on UBED_TaskStageNode_DetectCondition"); \ +static_assert(sizeof(UBED_TaskStageNode_DetectCondition) == 0x000398, "Wrong size on UBED_TaskStageNode_DetectCondition"); \ +static_assert(offsetof(UBED_TaskStageNode_DetectCondition, Condition) == 0x0002A0, "Member 'UBED_TaskStageNode_DetectCondition::Condition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageNode_DetectOnce \ +static_assert(alignof(UBED_TaskStageNode_DetectOnce) == 0x000008, "Wrong alignment on UBED_TaskStageNode_DetectOnce"); \ +static_assert(sizeof(UBED_TaskStageNode_DetectOnce) == 0x0002A0, "Wrong size on UBED_TaskStageNode_DetectOnce"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageNode_LogicalOR_CanUserAddInputInCS \ +static_assert(alignof(BED_TaskStageNode_LogicalOR_CanUserAddInputInCS) == 0x000001, "Wrong alignment on BED_TaskStageNode_LogicalOR_CanUserAddInputInCS"); \ +static_assert(sizeof(BED_TaskStageNode_LogicalOR_CanUserAddInputInCS) == 0x000001, "Wrong size on BED_TaskStageNode_LogicalOR_CanUserAddInputInCS"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageNode_LogicalOR \ +static_assert(alignof(UBED_TaskStageNode_LogicalOR) == 0x000008, "Wrong alignment on UBED_TaskStageNode_LogicalOR"); \ +static_assert(sizeof(UBED_TaskStageNode_LogicalOR) == 0x0002A0, "Wrong size on UBED_TaskStageNode_LogicalOR"); \ + +#define DUMPER7_ASSERTS_UBUAnimDataAsset8Dir \ +static_assert(alignof(UBUAnimDataAsset8Dir) == 0x000008, "Wrong alignment on UBUAnimDataAsset8Dir"); \ +static_assert(sizeof(UBUAnimDataAsset8Dir) == 0x000038, "Wrong size on UBUAnimDataAsset8Dir"); \ +static_assert(offsetof(UBUAnimDataAsset8Dir, AnimSeqIdle) == 0x000030, "Member 'UBUAnimDataAsset8Dir::AnimSeqIdle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageNode_PushTaskStage_GetNodeDescriptionInCS \ +static_assert(alignof(BED_TaskStageNode_PushTaskStage_GetNodeDescriptionInCS) == 0x000008, "Wrong alignment on BED_TaskStageNode_PushTaskStage_GetNodeDescriptionInCS"); \ +static_assert(sizeof(BED_TaskStageNode_PushTaskStage_GetNodeDescriptionInCS) == 0x000010, "Wrong size on BED_TaskStageNode_PushTaskStage_GetNodeDescriptionInCS"); \ +static_assert(offsetof(BED_TaskStageNode_PushTaskStage_GetNodeDescriptionInCS, ReturnValue) == 0x000000, "Member 'BED_TaskStageNode_PushTaskStage_GetNodeDescriptionInCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope \ +static_assert(alignof(BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope) == 0x000008, "Wrong alignment on BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope"); \ +static_assert(sizeof(BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope) == 0x000028, "Wrong size on BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope"); \ +static_assert(offsetof(BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope, OutCategory) == 0x000000, "Member 'BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope::OutCategory' has a wrong offset!"); \ +static_assert(offsetof(BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope, OutDisplayName) == 0x000010, "Member 'BED_TaskStageNode_PushTaskStage_CanShowInMyCalliope::OutDisplayName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageNode_PushTaskStage \ +static_assert(alignof(UBED_TaskStageNode_PushTaskStage) == 0x000008, "Wrong alignment on UBED_TaskStageNode_PushTaskStage"); \ +static_assert(sizeof(UBED_TaskStageNode_PushTaskStage) == 0x0002C8, "Wrong size on UBED_TaskStageNode_PushTaskStage"); \ +static_assert(offsetof(UBED_TaskStageNode_PushTaskStage, PreTaskStage) == 0x0002A0, "Member 'UBED_TaskStageNode_PushTaskStage::PreTaskStage' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskStageNode_PushTaskStage, PreTaskStageState) == 0x0002B0, "Member 'UBED_TaskStageNode_PushTaskStage::PreTaskStageState' has a wrong offset!"); \ +static_assert(offsetof(UBED_TaskStageNode_PushTaskStage, PushTaskStage) == 0x0002B4, "Member 'UBED_TaskStageNode_PushTaskStage::PushTaskStage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_TaskStageNode_Reroute \ +static_assert(alignof(UBED_TaskStageNode_Reroute) == 0x000008, "Wrong alignment on UBED_TaskStageNode_Reroute"); \ +static_assert(sizeof(UBED_TaskStageNode_Reroute) == 0x0002A0, "Wrong size on UBED_TaskStageNode_Reroute"); \ + +#define DUMPER7_ASSERTS_BED_BehaviorNode_PlayPigsyStory_IsSupportViewType \ +static_assert(alignof(BED_BehaviorNode_PlayPigsyStory_IsSupportViewType) == 0x000001, "Wrong alignment on BED_BehaviorNode_PlayPigsyStory_IsSupportViewType"); \ +static_assert(sizeof(BED_BehaviorNode_PlayPigsyStory_IsSupportViewType) == 0x000002, "Wrong size on BED_BehaviorNode_PlayPigsyStory_IsSupportViewType"); \ +static_assert(offsetof(BED_BehaviorNode_PlayPigsyStory_IsSupportViewType, InViewType) == 0x000000, "Member 'BED_BehaviorNode_PlayPigsyStory_IsSupportViewType::InViewType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBED_BehaviorNode_PlayPigsyStory \ +static_assert(alignof(UBED_BehaviorNode_PlayPigsyStory) == 0x000008, "Wrong alignment on UBED_BehaviorNode_PlayPigsyStory"); \ +static_assert(sizeof(UBED_BehaviorNode_PlayPigsyStory) == 0x0002A0, "Wrong size on UBED_BehaviorNode_PlayPigsyStory"); \ + +#define DUMPER7_ASSERTS_UBGW_PaintWorldMgr \ +static_assert(alignof(UBGW_PaintWorldMgr) == 0x000008, "Wrong alignment on UBGW_PaintWorldMgr"); \ +static_assert(sizeof(UBGW_PaintWorldMgr) == 0x000028, "Wrong size on UBGW_PaintWorldMgr"); \ + +#define DUMPER7_ASSERTS_UBUI_InputIconWidget \ +static_assert(alignof(UBUI_InputIconWidget) == 0x000010, "Wrong alignment on UBUI_InputIconWidget"); \ +static_assert(sizeof(UBUI_InputIconWidget) == 0x000D20, "Wrong size on UBUI_InputIconWidget"); \ +static_assert(offsetof(UBUI_InputIconWidget, ShowType) == 0x0003D8, "Member 'UBUI_InputIconWidget::ShowType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, IconScale) == 0x0003E0, "Member 'UBUI_InputIconWidget::IconScale' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, IconColor) == 0x0003F0, "Member 'UBUI_InputIconWidget::IconColor' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, GamepadBrush) == 0x000410, "Member 'UBUI_InputIconWidget::GamepadBrush' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, GamepadBrushConfig) == 0x0004E0, "Member 'UBUI_InputIconWidget::GamepadBrushConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, PSBrush) == 0x000750, "Member 'UBUI_InputIconWidget::PSBrush' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, KeyboardBrush) == 0x000820, "Member 'UBUI_InputIconWidget::KeyboardBrush' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, EditorKeyboardBrush) == 0x0008F0, "Member 'UBUI_InputIconWidget::EditorKeyboardBrush' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, KeyboardBrushConfig) == 0x0009C0, "Member 'UBUI_InputIconWidget::KeyboardBrushConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, TipsMode) == 0x000C31, "Member 'UBUI_InputIconWidget::TipsMode' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, TxtDesc) == 0x000C38, "Member 'UBUI_InputIconWidget::TxtDesc' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, TxtFont) == 0x000C50, "Member 'UBUI_InputIconWidget::TxtFont' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, TxtPosPadding) == 0x000CD8, "Member 'UBUI_InputIconWidget::TxtPosPadding' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, TxtColor) == 0x000CE8, "Member 'UBUI_InputIconWidget::TxtColor' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, TxtShadowOffset) == 0x000D00, "Member 'UBUI_InputIconWidget::TxtShadowOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputIconWidget, TxtShadowColor) == 0x000D10, "Member 'UBUI_InputIconWidget::TxtShadowColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_DynamicSDFMgr \ +static_assert(alignof(UBGW_DynamicSDFMgr) == 0x000008, "Wrong alignment on UBGW_DynamicSDFMgr"); \ +static_assert(sizeof(UBGW_DynamicSDFMgr) == 0x000038, "Wrong size on UBGW_DynamicSDFMgr"); \ +static_assert(offsetof(UBGW_DynamicSDFMgr, DSDFClass) == 0x000028, "Member 'UBGW_DynamicSDFMgr::DSDFClass' has a wrong offset!"); \ +static_assert(offsetof(UBGW_DynamicSDFMgr, DSDFV2Class) == 0x000030, "Member 'UBGW_DynamicSDFMgr::DSDFV2Class' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAsyncLoadAssetHolder \ +static_assert(alignof(UAsyncLoadAssetHolder) == 0x000008, "Wrong alignment on UAsyncLoadAssetHolder"); \ +static_assert(sizeof(UAsyncLoadAssetHolder) == 0x000028, "Wrong size on UAsyncLoadAssetHolder"); \ + +#define DUMPER7_ASSERTS_UBGWAssetLoaderRequestCS \ +static_assert(alignof(UBGWAssetLoaderRequestCS) == 0x000008, "Wrong alignment on UBGWAssetLoaderRequestCS"); \ +static_assert(sizeof(UBGWAssetLoaderRequestCS) == 0x000048, "Wrong size on UBGWAssetLoaderRequestCS"); \ +static_assert(offsetof(UBGWAssetLoaderRequestCS, loadedObjHolder) == 0x000038, "Member 'UBGWAssetLoaderRequestCS::loadedObjHolder' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_FOnButtonClickedEvent_LamdaHolder \ +static_assert(alignof(UBUI_FOnButtonClickedEvent_LamdaHolder) == 0x000008, "Wrong alignment on UBUI_FOnButtonClickedEvent_LamdaHolder"); \ +static_assert(sizeof(UBUI_FOnButtonClickedEvent_LamdaHolder) == 0x000028, "Wrong size on UBUI_FOnButtonClickedEvent_LamdaHolder"); \ + +#define DUMPER7_ASSERTS_UCacheAssetReference \ +static_assert(alignof(UCacheAssetReference) == 0x000008, "Wrong alignment on UCacheAssetReference"); \ +static_assert(sizeof(UCacheAssetReference) == 0x000038, "Wrong size on UCacheAssetReference"); \ +static_assert(offsetof(UCacheAssetReference, RefCount) == 0x000028, "Member 'UCacheAssetReference::RefCount' has a wrong offset!"); \ +static_assert(offsetof(UCacheAssetReference, AssetState) == 0x00002C, "Member 'UCacheAssetReference::AssetState' has a wrong offset!"); \ +static_assert(offsetof(UCacheAssetReference, RefObj) == 0x000030, "Member 'UCacheAssetReference::RefObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGW_CharacterViewMgr_OnAKBStateEndFunc \ +static_assert(alignof(BGW_CharacterViewMgr_OnAKBStateEndFunc) == 0x000004, "Wrong alignment on BGW_CharacterViewMgr_OnAKBStateEndFunc"); \ +static_assert(sizeof(BGW_CharacterViewMgr_OnAKBStateEndFunc) == 0x000014, "Wrong size on BGW_CharacterViewMgr_OnAKBStateEndFunc"); \ +static_assert(offsetof(BGW_CharacterViewMgr_OnAKBStateEndFunc, BeginStateName) == 0x000000, "Member 'BGW_CharacterViewMgr_OnAKBStateEndFunc::BeginStateName' has a wrong offset!"); \ +static_assert(offsetof(BGW_CharacterViewMgr_OnAKBStateEndFunc, EndStateName) == 0x000008, "Member 'BGW_CharacterViewMgr_OnAKBStateEndFunc::EndStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGW_CharacterViewMgr \ +static_assert(alignof(UBGW_CharacterViewMgr) == 0x000008, "Wrong alignment on UBGW_CharacterViewMgr"); \ +static_assert(sizeof(UBGW_CharacterViewMgr) == 0x000028, "Wrong size on UBGW_CharacterViewMgr"); \ + +#define DUMPER7_ASSERTS_ULevelStreamingCallbackHolder \ +static_assert(alignof(ULevelStreamingCallbackHolder) == 0x000008, "Wrong alignment on ULevelStreamingCallbackHolder"); \ +static_assert(sizeof(ULevelStreamingCallbackHolder) == 0x000028, "Wrong size on ULevelStreamingCallbackHolder"); \ + +#define DUMPER7_ASSERTS_GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS \ +static_assert(alignof(GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS) == 0x000008, "Wrong alignment on GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS"); \ +static_assert(sizeof(GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS) == 0x000010, "Wrong size on GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS"); \ +static_assert(offsetof(GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS, QuerierObject) == 0x000000, "Member 'GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS, QuerierActor) == 0x000008, "Member 'GSEQC_CachedEnterBattlePoint_ProvideSingleLocationCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_CachedEnterBattlePoint \ +static_assert(alignof(UGSEQC_CachedEnterBattlePoint) == 0x000008, "Wrong alignment on UGSEQC_CachedEnterBattlePoint"); \ +static_assert(sizeof(UGSEQC_CachedEnterBattlePoint) == 0x000070, "Wrong size on UGSEQC_CachedEnterBattlePoint"); \ + +#define DUMPER7_ASSERTS_UBUI_ButtonSpecialNone \ +static_assert(alignof(UBUI_ButtonSpecialNone) == 0x000008, "Wrong alignment on UBUI_ButtonSpecialNone"); \ +static_assert(sizeof(UBUI_ButtonSpecialNone) == 0x000608, "Wrong size on UBUI_ButtonSpecialNone"); \ +static_assert(offsetof(UBUI_ButtonSpecialNone, SpecialNoneUIDataConfigMap) == 0x000560, "Member 'UBUI_ButtonSpecialNone::SpecialNoneUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonSpecialNone, SpecialNormalUIDataConfigMap) == 0x0005B0, "Member 'UBUI_ButtonSpecialNone::SpecialNormalUIDataConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS \ +static_assert(alignof(GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS) == 0x000008, "Wrong alignment on GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS"); \ +static_assert(sizeof(GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS) == 0x000010, "Wrong size on GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS"); \ +static_assert(offsetof(GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS, QuerierObject) == 0x000000, "Member 'GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS, QuerierActor) == 0x000008, "Member 'GSEQC_CachedGroupAIHotZonePoint_ProvideSingleLocationCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_CachedGroupAIHotZonePoint \ +static_assert(alignof(UGSEQC_CachedGroupAIHotZonePoint) == 0x000008, "Wrong alignment on UGSEQC_CachedGroupAIHotZonePoint"); \ +static_assert(sizeof(UGSEQC_CachedGroupAIHotZonePoint) == 0x000070, "Wrong size on UGSEQC_CachedGroupAIHotZonePoint"); \ + +#define DUMPER7_ASSERTS_GSEQC_CachedSceneItem_ProvideActorsSetCS \ +static_assert(alignof(GSEQC_CachedSceneItem_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQC_CachedSceneItem_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQC_CachedSceneItem_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQC_CachedSceneItem_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQC_CachedSceneItem_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_CachedSceneItem_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_CachedSceneItem_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_CachedSceneItem_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_CachedSceneItem \ +static_assert(alignof(UGSEQC_CachedSceneItem) == 0x000008, "Wrong alignment on UGSEQC_CachedSceneItem"); \ +static_assert(sizeof(UGSEQC_CachedSceneItem) == 0x000070, "Wrong size on UGSEQC_CachedSceneItem"); \ + +#define DUMPER7_ASSERTS_UBUI_ChapterRoam \ +static_assert(alignof(UBUI_ChapterRoam) == 0x000008, "Wrong alignment on UBUI_ChapterRoam"); \ +static_assert(sizeof(UBUI_ChapterRoam) == 0x0003D8, "Wrong size on UBUI_ChapterRoam"); \ + +#define DUMPER7_ASSERTS_GSEQC_QATargetLocationContext_ProvideLocationsSetCS \ +static_assert(alignof(GSEQC_QATargetLocationContext_ProvideLocationsSetCS) == 0x000008, "Wrong alignment on GSEQC_QATargetLocationContext_ProvideLocationsSetCS"); \ +static_assert(sizeof(GSEQC_QATargetLocationContext_ProvideLocationsSetCS) == 0x000010, "Wrong size on GSEQC_QATargetLocationContext_ProvideLocationsSetCS"); \ +static_assert(offsetof(GSEQC_QATargetLocationContext_ProvideLocationsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_QATargetLocationContext_ProvideLocationsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_QATargetLocationContext_ProvideLocationsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_QATargetLocationContext_ProvideLocationsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_QATargetLocationContext \ +static_assert(alignof(UGSEQC_QATargetLocationContext) == 0x000008, "Wrong alignment on UGSEQC_QATargetLocationContext"); \ +static_assert(sizeof(UGSEQC_QATargetLocationContext) == 0x000070, "Wrong size on UGSEQC_QATargetLocationContext"); \ + +#define DUMPER7_ASSERTS_GSEQC_SkillBaseTargetContext_ProvideActorsSetCS \ +static_assert(alignof(GSEQC_SkillBaseTargetContext_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQC_SkillBaseTargetContext_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQC_SkillBaseTargetContext_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQC_SkillBaseTargetContext_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQC_SkillBaseTargetContext_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_SkillBaseTargetContext_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_SkillBaseTargetContext_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_SkillBaseTargetContext_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_SkillBaseTargetContext \ +static_assert(alignof(UGSEQC_SkillBaseTargetContext) == 0x000008, "Wrong alignment on UGSEQC_SkillBaseTargetContext"); \ +static_assert(sizeof(UGSEQC_SkillBaseTargetContext) == 0x000070, "Wrong size on UGSEQC_SkillBaseTargetContext"); \ + +#define DUMPER7_ASSERTS_GSEQG_LandingPointGenerator_DoItemGenerationCS \ +static_assert(alignof(GSEQG_LandingPointGenerator_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_LandingPointGenerator_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_LandingPointGenerator_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_LandingPointGenerator_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_LandingPointGenerator_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_LandingPointGenerator_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_LandingPointGenerator \ +static_assert(alignof(UGSEQG_LandingPointGenerator) == 0x000008, "Wrong alignment on UGSEQG_LandingPointGenerator"); \ +static_assert(sizeof(UGSEQG_LandingPointGenerator) == 0x000118, "Wrong size on UGSEQG_LandingPointGenerator"); \ +static_assert(offsetof(UGSEQG_LandingPointGenerator, ExtentX) == 0x000108, "Member 'UGSEQG_LandingPointGenerator::ExtentX' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_LandingPointGenerator, ExtentY) == 0x00010C, "Member 'UGSEQG_LandingPointGenerator::ExtentY' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_LandingPointGenerator, SpawnPointNumPerXDir) == 0x000110, "Member 'UGSEQG_LandingPointGenerator::SpawnPointNumPerXDir' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_LandingPointGenerator, SpawnPointNumPerYDir) == 0x000114, "Member 'UGSEQG_LandingPointGenerator::SpawnPointNumPerYDir' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQG_SummonSpawnPointGenerator_DoItemGenerationCS \ +static_assert(alignof(GSEQG_SummonSpawnPointGenerator_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_SummonSpawnPointGenerator_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_SummonSpawnPointGenerator_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_SummonSpawnPointGenerator_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_SummonSpawnPointGenerator_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_SummonSpawnPointGenerator_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_SummonSpawnPointGenerator \ +static_assert(alignof(UGSEQG_SummonSpawnPointGenerator) == 0x000008, "Wrong alignment on UGSEQG_SummonSpawnPointGenerator"); \ +static_assert(sizeof(UGSEQG_SummonSpawnPointGenerator) == 0x000148, "Wrong size on UGSEQG_SummonSpawnPointGenerator"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, GeneratedVectorOffset) == 0x000108, "Member 'UGSEQG_SummonSpawnPointGenerator::GeneratedVectorOffset' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, SpawnPointNum) == 0x000124, "Member 'UGSEQG_SummonSpawnPointGenerator::SpawnPointNum' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, MinFaceToBlockDis) == 0x000128, "Member 'UGSEQG_SummonSpawnPointGenerator::MinFaceToBlockDis' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, ForwardSpawnOuterRadius) == 0x000130, "Member 'UGSEQG_SummonSpawnPointGenerator::ForwardSpawnOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, ForwardSpawnInnerRadius) == 0x000134, "Member 'UGSEQG_SummonSpawnPointGenerator::ForwardSpawnInnerRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, ForwardSpawnAngle) == 0x000138, "Member 'UGSEQG_SummonSpawnPointGenerator::ForwardSpawnAngle' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, CircleSpawnOuterRadius) == 0x00013C, "Member 'UGSEQG_SummonSpawnPointGenerator::CircleSpawnOuterRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_SummonSpawnPointGenerator, CircleSpawnInnerRadius) == 0x000140, "Member 'UGSEQG_SummonSpawnPointGenerator::CircleSpawnInnerRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQC_CaptainContext_ProvideSingleActorCS \ +static_assert(alignof(GSEQC_CaptainContext_ProvideSingleActorCS) == 0x000008, "Wrong alignment on GSEQC_CaptainContext_ProvideSingleActorCS"); \ +static_assert(sizeof(GSEQC_CaptainContext_ProvideSingleActorCS) == 0x000010, "Wrong size on GSEQC_CaptainContext_ProvideSingleActorCS"); \ +static_assert(offsetof(GSEQC_CaptainContext_ProvideSingleActorCS, QuerierObject) == 0x000000, "Member 'GSEQC_CaptainContext_ProvideSingleActorCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_CaptainContext_ProvideSingleActorCS, QuerierActor) == 0x000008, "Member 'GSEQC_CaptainContext_ProvideSingleActorCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_CaptainContext \ +static_assert(alignof(UGSEQC_CaptainContext) == 0x000008, "Wrong alignment on UGSEQC_CaptainContext"); \ +static_assert(sizeof(UGSEQC_CaptainContext) == 0x000070, "Wrong size on UGSEQC_CaptainContext"); \ + +#define DUMPER7_ASSERTS_GSEQC_ProjectileContext_ProvideActorsSetCS \ +static_assert(alignof(GSEQC_ProjectileContext_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQC_ProjectileContext_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQC_ProjectileContext_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQC_ProjectileContext_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQC_ProjectileContext_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_ProjectileContext_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_ProjectileContext_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_ProjectileContext_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_ProjectileContext \ +static_assert(alignof(UGSEQC_ProjectileContext) == 0x000008, "Wrong alignment on UGSEQC_ProjectileContext"); \ +static_assert(sizeof(UGSEQC_ProjectileContext) == 0x000078, "Wrong size on UGSEQC_ProjectileContext"); \ +static_assert(offsetof(UGSEQC_ProjectileContext, ProjectileID) == 0x000070, "Member 'UGSEQC_ProjectileContext::ProjectileID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ButtonSpellItemV2 \ +static_assert(alignof(UBUI_ButtonSpellItemV2) == 0x000008, "Wrong alignment on UBUI_ButtonSpellItemV2"); \ +static_assert(sizeof(UBUI_ButtonSpellItemV2) == 0x000650, "Wrong size on UBUI_ButtonSpellItemV2"); \ +static_assert(offsetof(UBUI_ButtonSpellItemV2, NoneUIDataConfigMap) == 0x0004B8, "Member 'UBUI_ButtonSpellItemV2::NoneUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonSpellItemV2, InitiativeUIDataConfigMap) == 0x000508, "Member 'UBUI_ButtonSpellItemV2::InitiativeUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonSpellItemV2, WearInitiativeUIDataConfigMap) == 0x000558, "Member 'UBUI_ButtonSpellItemV2::WearInitiativeUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonSpellItemV2, PassiveUIDataConfigMap) == 0x0005A8, "Member 'UBUI_ButtonSpellItemV2::PassiveUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonSpellItemV2, WearPassiveUIDataConfigMap) == 0x0005F8, "Member 'UBUI_ButtonSpellItemV2::WearPassiveUIDataConfigMap' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS \ +static_assert(alignof(GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS) == 0x000008, "Wrong alignment on GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS"); \ +static_assert(sizeof(GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS) == 0x000010, "Wrong size on GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS"); \ +static_assert(offsetof(GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_QuerierNavProjectLocation_ProvideLocationsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_QuerierNavProjectLocation \ +static_assert(alignof(UGSEQC_QuerierNavProjectLocation) == 0x000008, "Wrong alignment on UGSEQC_QuerierNavProjectLocation"); \ +static_assert(sizeof(UGSEQC_QuerierNavProjectLocation) == 0x000070, "Wrong size on UGSEQC_QuerierNavProjectLocation"); \ + +#define DUMPER7_ASSERTS_GSEQC_TargetContext_ProvideActorsSetCS \ +static_assert(alignof(GSEQC_TargetContext_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQC_TargetContext_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQC_TargetContext_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQC_TargetContext_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQC_TargetContext_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_TargetContext_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_TargetContext_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_TargetContext_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_TargetContext \ +static_assert(alignof(UGSEQC_TargetContext) == 0x000008, "Wrong alignment on UGSEQC_TargetContext"); \ +static_assert(sizeof(UGSEQC_TargetContext) == 0x000070, "Wrong size on UGSEQC_TargetContext"); \ + +#define DUMPER7_ASSERTS_GSEQC_TeamContext_ProvideActorsSetCS \ +static_assert(alignof(GSEQC_TeamContext_ProvideActorsSetCS) == 0x000008, "Wrong alignment on GSEQC_TeamContext_ProvideActorsSetCS"); \ +static_assert(sizeof(GSEQC_TeamContext_ProvideActorsSetCS) == 0x000010, "Wrong size on GSEQC_TeamContext_ProvideActorsSetCS"); \ +static_assert(offsetof(GSEQC_TeamContext_ProvideActorsSetCS, QuerierObject) == 0x000000, "Member 'GSEQC_TeamContext_ProvideActorsSetCS::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(GSEQC_TeamContext_ProvideActorsSetCS, QuerierActor) == 0x000008, "Member 'GSEQC_TeamContext_ProvideActorsSetCS::QuerierActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQC_TeamContext \ +static_assert(alignof(UGSEQC_TeamContext) == 0x000008, "Wrong alignment on UGSEQC_TeamContext"); \ +static_assert(sizeof(UGSEQC_TeamContext) == 0x000070, "Wrong size on UGSEQC_TeamContext"); \ + +#define DUMPER7_ASSERTS_GSEQG_CircleAroundProjectile_DoItemGenerationCS \ +static_assert(alignof(GSEQG_CircleAroundProjectile_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_CircleAroundProjectile_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_CircleAroundProjectile_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_CircleAroundProjectile_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_CircleAroundProjectile_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_CircleAroundProjectile_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_CircleAroundProjectile \ +static_assert(alignof(UGSEQG_CircleAroundProjectile) == 0x000008, "Wrong alignment on UGSEQG_CircleAroundProjectile"); \ +static_assert(sizeof(UGSEQG_CircleAroundProjectile) == 0x000148, "Wrong size on UGSEQG_CircleAroundProjectile"); \ +static_assert(offsetof(UGSEQG_CircleAroundProjectile, ProjectileID) == 0x000108, "Member 'UGSEQG_CircleAroundProjectile::ProjectileID' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_CircleAroundProjectile, PointNumber) == 0x00010C, "Member 'UGSEQG_CircleAroundProjectile::PointNumber' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_CircleAroundProjectile, CircleRadius) == 0x000110, "Member 'UGSEQG_CircleAroundProjectile::CircleRadius' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_CircleAroundProjectile, ZOffset) == 0x000114, "Member 'UGSEQG_CircleAroundProjectile::ZOffset' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_CircleAroundProjectile, LeftFvector) == 0x000118, "Member 'UGSEQG_CircleAroundProjectile::LeftFvector' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_CircleAroundProjectile, RightFvector) == 0x000130, "Member 'UGSEQG_CircleAroundProjectile::RightFvector' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQG_WanderPointGenerator_DoItemGenerationCS \ +static_assert(alignof(GSEQG_WanderPointGenerator_DoItemGenerationCS) == 0x000008, "Wrong alignment on GSEQG_WanderPointGenerator_DoItemGenerationCS"); \ +static_assert(sizeof(GSEQG_WanderPointGenerator_DoItemGenerationCS) == 0x000010, "Wrong size on GSEQG_WanderPointGenerator_DoItemGenerationCS"); \ +static_assert(offsetof(GSEQG_WanderPointGenerator_DoItemGenerationCS, ContextLocations) == 0x000000, "Member 'GSEQG_WanderPointGenerator_DoItemGenerationCS::ContextLocations' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQG_WanderPointGenerator \ +static_assert(alignof(UGSEQG_WanderPointGenerator) == 0x000008, "Wrong alignment on UGSEQG_WanderPointGenerator"); \ +static_assert(sizeof(UGSEQG_WanderPointGenerator) == 0x000118, "Wrong size on UGSEQG_WanderPointGenerator"); \ +static_assert(offsetof(UGSEQG_WanderPointGenerator, Dist) == 0x000108, "Member 'UGSEQG_WanderPointGenerator::Dist' has a wrong offset!"); \ +static_assert(offsetof(UGSEQG_WanderPointGenerator, RandomRangeDist) == 0x000110, "Member 'UGSEQG_WanderPointGenerator::RandomRangeDist' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUI_EditorUtilSampleData \ +static_assert(alignof(UUI_EditorUtilSampleData) == 0x000008, "Wrong alignment on UUI_EditorUtilSampleData"); \ +static_assert(sizeof(UUI_EditorUtilSampleData) == 0x000038, "Wrong size on UUI_EditorUtilSampleData"); \ +static_assert(offsetof(UUI_EditorUtilSampleData, TextData) == 0x000028, "Member 'UUI_EditorUtilSampleData::TextData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_CheckAngle_ShouldPrepareContext \ +static_assert(alignof(GSEQT_CheckAngle_ShouldPrepareContext) == 0x000001, "Wrong alignment on GSEQT_CheckAngle_ShouldPrepareContext"); \ +static_assert(sizeof(GSEQT_CheckAngle_ShouldPrepareContext) == 0x000001, "Wrong size on GSEQT_CheckAngle_ShouldPrepareContext"); \ + +#define DUMPER7_ASSERTS_GSEQT_CheckAngle_ProcessItemCS \ +static_assert(alignof(GSEQT_CheckAngle_ProcessItemCS) == 0x000008, "Wrong alignment on GSEQT_CheckAngle_ProcessItemCS"); \ +static_assert(sizeof(GSEQT_CheckAngle_ProcessItemCS) == 0x000038, "Wrong size on GSEQT_CheckAngle_ProcessItemCS"); \ +static_assert(offsetof(GSEQT_CheckAngle_ProcessItemCS, World) == 0x000000, "Member 'GSEQT_CheckAngle_ProcessItemCS::World' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_CheckAngle_ProcessItemCS, ItemLocation) == 0x000008, "Member 'GSEQT_CheckAngle_ProcessItemCS::ItemLocation' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_CheckAngle_ProcessItemCS, ItemActor) == 0x000020, "Member 'GSEQT_CheckAngle_ProcessItemCS::ItemActor' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_CheckAngle_ProcessItemCS, Querier) == 0x000028, "Member 'GSEQT_CheckAngle_ProcessItemCS::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_CheckAngle \ +static_assert(alignof(UGSEQT_CheckAngle) == 0x000008, "Wrong alignment on UGSEQT_CheckAngle"); \ +static_assert(sizeof(UGSEQT_CheckAngle) == 0x000218, "Wrong size on UGSEQT_CheckAngle"); \ +static_assert(offsetof(UGSEQT_CheckAngle, BaseContext) == 0x000208, "Member 'UGSEQT_CheckAngle::BaseContext' has a wrong offset!"); \ +static_assert(offsetof(UGSEQT_CheckAngle, TargetContext) == 0x000209, "Member 'UGSEQT_CheckAngle::TargetContext' has a wrong offset!"); \ +static_assert(offsetof(UGSEQT_CheckAngle, AngleMin) == 0x00020C, "Member 'UGSEQT_CheckAngle::AngleMin' has a wrong offset!"); \ +static_assert(offsetof(UGSEQT_CheckAngle, AngleMax) == 0x000210, "Member 'UGSEQT_CheckAngle::AngleMax' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_OverlapByObjectType_GetDescriptionTitleCS \ +static_assert(alignof(GSEQT_OverlapByObjectType_GetDescriptionTitleCS) == 0x000008, "Wrong alignment on GSEQT_OverlapByObjectType_GetDescriptionTitleCS"); \ +static_assert(sizeof(GSEQT_OverlapByObjectType_GetDescriptionTitleCS) == 0x000010, "Wrong size on GSEQT_OverlapByObjectType_GetDescriptionTitleCS"); \ +static_assert(offsetof(GSEQT_OverlapByObjectType_GetDescriptionTitleCS, ReturnValue) == 0x000000, "Member 'GSEQT_OverlapByObjectType_GetDescriptionTitleCS::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_OverlapByObjectType_ShouldPrepareContext \ +static_assert(alignof(GSEQT_OverlapByObjectType_ShouldPrepareContext) == 0x000001, "Wrong alignment on GSEQT_OverlapByObjectType_ShouldPrepareContext"); \ +static_assert(sizeof(GSEQT_OverlapByObjectType_ShouldPrepareContext) == 0x000001, "Wrong size on GSEQT_OverlapByObjectType_ShouldPrepareContext"); \ + +#define DUMPER7_ASSERTS_GSEQT_OverlapByObjectType_ProcessItemCS \ +static_assert(alignof(GSEQT_OverlapByObjectType_ProcessItemCS) == 0x000008, "Wrong alignment on GSEQT_OverlapByObjectType_ProcessItemCS"); \ +static_assert(sizeof(GSEQT_OverlapByObjectType_ProcessItemCS) == 0x000038, "Wrong size on GSEQT_OverlapByObjectType_ProcessItemCS"); \ +static_assert(offsetof(GSEQT_OverlapByObjectType_ProcessItemCS, World) == 0x000000, "Member 'GSEQT_OverlapByObjectType_ProcessItemCS::World' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_OverlapByObjectType_ProcessItemCS, ItemLocation) == 0x000008, "Member 'GSEQT_OverlapByObjectType_ProcessItemCS::ItemLocation' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_OverlapByObjectType_ProcessItemCS, ItemActor) == 0x000020, "Member 'GSEQT_OverlapByObjectType_ProcessItemCS::ItemActor' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_OverlapByObjectType_ProcessItemCS, Querier) == 0x000028, "Member 'GSEQT_OverlapByObjectType_ProcessItemCS::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_OverlapByObjectType \ +static_assert(alignof(UGSEQT_OverlapByObjectType) == 0x000008, "Wrong alignment on UGSEQT_OverlapByObjectType"); \ +static_assert(sizeof(UGSEQT_OverlapByObjectType) == 0x000248, "Wrong size on UGSEQT_OverlapByObjectType"); \ +static_assert(offsetof(UGSEQT_OverlapByObjectType, OverlapData) == 0x000208, "Member 'UGSEQT_OverlapByObjectType::OverlapData' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSEQT_STByResID_ShouldPrepareContext \ +static_assert(alignof(GSEQT_STByResID_ShouldPrepareContext) == 0x000001, "Wrong alignment on GSEQT_STByResID_ShouldPrepareContext"); \ +static_assert(sizeof(GSEQT_STByResID_ShouldPrepareContext) == 0x000001, "Wrong size on GSEQT_STByResID_ShouldPrepareContext"); \ + +#define DUMPER7_ASSERTS_GSEQT_STByResID_ProcessItemCS \ +static_assert(alignof(GSEQT_STByResID_ProcessItemCS) == 0x000008, "Wrong alignment on GSEQT_STByResID_ProcessItemCS"); \ +static_assert(sizeof(GSEQT_STByResID_ProcessItemCS) == 0x000038, "Wrong size on GSEQT_STByResID_ProcessItemCS"); \ +static_assert(offsetof(GSEQT_STByResID_ProcessItemCS, World) == 0x000000, "Member 'GSEQT_STByResID_ProcessItemCS::World' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_STByResID_ProcessItemCS, ItemLocation) == 0x000008, "Member 'GSEQT_STByResID_ProcessItemCS::ItemLocation' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_STByResID_ProcessItemCS, ItemActor) == 0x000020, "Member 'GSEQT_STByResID_ProcessItemCS::ItemActor' has a wrong offset!"); \ +static_assert(offsetof(GSEQT_STByResID_ProcessItemCS, Querier) == 0x000028, "Member 'GSEQT_STByResID_ProcessItemCS::Querier' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UGSEQT_STByResID \ +static_assert(alignof(UGSEQT_STByResID) == 0x000008, "Wrong alignment on UGSEQT_STByResID"); \ +static_assert(sizeof(UGSEQT_STByResID) == 0x000210, "Wrong size on UGSEQT_STByResID"); \ +static_assert(offsetof(UGSEQT_STByResID, ResID) == 0x000208, "Member 'UGSEQT_STByResID::ResID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUAudioSystem_OnDead \ +static_assert(alignof(BGUAudioSystem_OnDead) == 0x000008, "Wrong alignment on BGUAudioSystem_OnDead"); \ +static_assert(sizeof(BGUAudioSystem_OnDead) == 0x000008, "Wrong size on BGUAudioSystem_OnDead"); \ +static_assert(offsetof(BGUAudioSystem_OnDead, Attacker) == 0x000000, "Member 'BGUAudioSystem_OnDead::Attacker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUAudioSystem \ +static_assert(alignof(UBGUAudioSystem) == 0x000008, "Wrong alignment on UBGUAudioSystem"); \ +static_assert(sizeof(UBGUAudioSystem) == 0x0000D8, "Wrong size on UBGUAudioSystem"); \ +static_assert(offsetof(UBGUAudioSystem, StateGroup) == 0x0000C0, "Member 'UBGUAudioSystem::StateGroup' has a wrong offset!"); \ +static_assert(offsetof(UBGUAudioSystem, AliveStateName) == 0x0000C8, "Member 'UBGUAudioSystem::AliveStateName' has a wrong offset!"); \ +static_assert(offsetof(UBGUAudioSystem, DeadStateName) == 0x0000D0, "Member 'UBGUAudioSystem::DeadStateName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUNvFlowCameraBlockLogic_ReceiveTick \ +static_assert(alignof(BGUNvFlowCameraBlockLogic_ReceiveTick) == 0x000004, "Wrong alignment on BGUNvFlowCameraBlockLogic_ReceiveTick"); \ +static_assert(sizeof(BGUNvFlowCameraBlockLogic_ReceiveTick) == 0x000004, "Wrong size on BGUNvFlowCameraBlockLogic_ReceiveTick"); \ +static_assert(offsetof(BGUNvFlowCameraBlockLogic_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BGUNvFlowCameraBlockLogic_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGUNvFlowCameraBlockLogic_Init \ +static_assert(alignof(BGUNvFlowCameraBlockLogic_Init) == 0x000008, "Wrong alignment on BGUNvFlowCameraBlockLogic_Init"); \ +static_assert(sizeof(BGUNvFlowCameraBlockLogic_Init) == 0x000018, "Wrong size on BGUNvFlowCameraBlockLogic_Init"); \ +static_assert(offsetof(BGUNvFlowCameraBlockLogic_Init, Cam) == 0x000000, "Member 'BGUNvFlowCameraBlockLogic_Init::Cam' has a wrong offset!"); \ +static_assert(offsetof(BGUNvFlowCameraBlockLogic_Init, Actor) == 0x000008, "Member 'BGUNvFlowCameraBlockLogic_Init::Actor' has a wrong offset!"); \ +static_assert(offsetof(BGUNvFlowCameraBlockLogic_Init, Blocker) == 0x000010, "Member 'BGUNvFlowCameraBlockLogic_Init::Blocker' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGUNvFlowCameraBlockLogic \ +static_assert(alignof(UBGUNvFlowCameraBlockLogic) == 0x000008, "Wrong alignment on UBGUNvFlowCameraBlockLogic"); \ +static_assert(sizeof(UBGUNvFlowCameraBlockLogic) == 0x0000E0, "Wrong size on UBGUNvFlowCameraBlockLogic"); \ +static_assert(offsetof(UBGUNvFlowCameraBlockLogic, CameraComp) == 0x0000C0, "Member 'UBGUNvFlowCameraBlockLogic::CameraComp' has a wrong offset!"); \ +static_assert(offsetof(UBGUNvFlowCameraBlockLogic, ActorComp) == 0x0000C8, "Member 'UBGUNvFlowCameraBlockLogic::ActorComp' has a wrong offset!"); \ +static_assert(offsetof(UBGUNvFlowCameraBlockLogic, CapsuleBlocker) == 0x0000D0, "Member 'UBGUNvFlowCameraBlockLogic::CapsuleBlocker' has a wrong offset!"); \ +static_assert(offsetof(UBGUNvFlowCameraBlockLogic, CapsuleBlockerRaidusRate) == 0x0000D8, "Member 'UBGUNvFlowCameraBlockLogic::CapsuleBlockerRaidusRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GMTeleportPanel \ +static_assert(alignof(UBUI_GMTeleportPanel) == 0x000008, "Wrong alignment on UBUI_GMTeleportPanel"); \ +static_assert(sizeof(UBUI_GMTeleportPanel) == 0x0003D8, "Wrong size on UBUI_GMTeleportPanel"); \ + +#define DUMPER7_ASSERTS_ABGUPreloadContainerActor \ +static_assert(alignof(ABGUPreloadContainerActor) == 0x000008, "Wrong alignment on ABGUPreloadContainerActor"); \ +static_assert(sizeof(ABGUPreloadContainerActor) == 0x000288, "Wrong size on ABGUPreloadContainerActor"); \ + +#define DUMPER7_ASSERTS_BGWTeleportNamedPoint_ReceiveEndPlay \ +static_assert(alignof(BGWTeleportNamedPoint_ReceiveEndPlay) == 0x000001, "Wrong alignment on BGWTeleportNamedPoint_ReceiveEndPlay"); \ +static_assert(sizeof(BGWTeleportNamedPoint_ReceiveEndPlay) == 0x000001, "Wrong size on BGWTeleportNamedPoint_ReceiveEndPlay"); \ +static_assert(offsetof(BGWTeleportNamedPoint_ReceiveEndPlay, EndPlayReason) == 0x000000, "Member 'BGWTeleportNamedPoint_ReceiveEndPlay::EndPlayReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABGWTeleportNamedPoint \ +static_assert(alignof(ABGWTeleportNamedPoint) == 0x000008, "Wrong alignment on ABGWTeleportNamedPoint"); \ +static_assert(sizeof(ABGWTeleportNamedPoint) == 0x0002A0, "Wrong size on ABGWTeleportNamedPoint"); \ +static_assert(offsetof(ABGWTeleportNamedPoint, TeleportID) == 0x000298, "Member 'ABGWTeleportNamedPoint::TeleportID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimationAnalyzer_GenerateNewAACSAsset \ +static_assert(alignof(BUAnimationAnalyzer_GenerateNewAACSAsset) == 0x000008, "Wrong alignment on BUAnimationAnalyzer_GenerateNewAACSAsset"); \ +static_assert(sizeof(BUAnimationAnalyzer_GenerateNewAACSAsset) == 0x000010, "Wrong size on BUAnimationAnalyzer_GenerateNewAACSAsset"); \ +static_assert(offsetof(BUAnimationAnalyzer_GenerateNewAACSAsset, OrgAA) == 0x000000, "Member 'BUAnimationAnalyzer_GenerateNewAACSAsset::OrgAA' has a wrong offset!"); \ +static_assert(offsetof(BUAnimationAnalyzer_GenerateNewAACSAsset, ReturnValue) == 0x000008, "Member 'BUAnimationAnalyzer_GenerateNewAACSAsset::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences \ +static_assert(alignof(BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences) == 0x000008, "Wrong alignment on BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences"); \ +static_assert(sizeof(BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences) == 0x000018, "Wrong size on BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences"); \ +static_assert(offsetof(BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences, Ref) == 0x000000, "Member 'BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences::Ref' has a wrong offset!"); \ +static_assert(offsetof(BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences, Obj) == 0x000008, "Member 'BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences::Obj' has a wrong offset!"); \ +static_assert(offsetof(BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences, ReturnValue) == 0x000010, "Member 'BUAnimationAnalyzer_RequireAnimationsLoadAtDesiredReferences::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset \ +static_assert(alignof(BUAnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset) == 0x000004, "Wrong alignment on BUAnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset"); \ +static_assert(sizeof(BUAnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset) == 0x000008, "Wrong size on BUAnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset"); \ +static_assert(offsetof(BUAnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset, Ref) == 0x000000, "Member 'BUAnimationAnalyzer_CheckIsFirstLoadRequireDesireAsset::Ref' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner \ +static_assert(alignof(BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner) == 0x000008, "Wrong alignment on BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner"); \ +static_assert(sizeof(BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner) == 0x000010, "Wrong size on BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner"); \ +static_assert(offsetof(BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner, Ref) == 0x000000, "Member 'BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner::Ref' has a wrong offset!"); \ +static_assert(offsetof(BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner, Owner) == 0x000008, "Member 'BUAnimationAnalyzer_MMAnimationSeqUsingNotify_Inner::Owner' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimationAnalyzer_AddToABPSettingSameToAA \ +static_assert(alignof(BUAnimationAnalyzer_AddToABPSettingSameToAA) == 0x000008, "Wrong alignment on BUAnimationAnalyzer_AddToABPSettingSameToAA"); \ +static_assert(sizeof(BUAnimationAnalyzer_AddToABPSettingSameToAA) == 0x000020, "Wrong size on BUAnimationAnalyzer_AddToABPSettingSameToAA"); \ +static_assert(offsetof(BUAnimationAnalyzer_AddToABPSettingSameToAA, ABP_Setting) == 0x000000, "Member 'BUAnimationAnalyzer_AddToABPSettingSameToAA::ABP_Setting' has a wrong offset!"); \ +static_assert(offsetof(BUAnimationAnalyzer_AddToABPSettingSameToAA, OrgAAPackageName) == 0x000008, "Member 'BUAnimationAnalyzer_AddToABPSettingSameToAA::OrgAAPackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimationAnalyzer_FindABPSettingSameToAA \ +static_assert(alignof(BUAnimationAnalyzer_FindABPSettingSameToAA) == 0x000008, "Wrong alignment on BUAnimationAnalyzer_FindABPSettingSameToAA"); \ +static_assert(sizeof(BUAnimationAnalyzer_FindABPSettingSameToAA) == 0x000020, "Wrong size on BUAnimationAnalyzer_FindABPSettingSameToAA"); \ +static_assert(offsetof(BUAnimationAnalyzer_FindABPSettingSameToAA, ABP_Setting) == 0x000000, "Member 'BUAnimationAnalyzer_FindABPSettingSameToAA::ABP_Setting' has a wrong offset!"); \ +static_assert(offsetof(BUAnimationAnalyzer_FindABPSettingSameToAA, OrgAAPackageName) == 0x000008, "Member 'BUAnimationAnalyzer_FindABPSettingSameToAA::OrgAAPackageName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimationAnalyzer \ +static_assert(alignof(UBUAnimationAnalyzer) == 0x000008, "Wrong alignment on UBUAnimationAnalyzer"); \ +static_assert(sizeof(UBUAnimationAnalyzer) == 0x000108, "Wrong size on UBUAnimationAnalyzer"); \ + +#define DUMPER7_ASSERTS_BGAnimDragon_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(BGAnimDragon_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on BGAnimDragon_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(BGAnimDragon_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on BGAnimDragon_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(BGAnimDragon_BlueprintThreadSafeUpdateAnimation, DeltaSeconds) == 0x000000, "Member 'BGAnimDragon_BlueprintThreadSafeUpdateAnimation::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BGAnimDragon_BlueprintUpdateAnimation \ +static_assert(alignof(BGAnimDragon_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BGAnimDragon_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BGAnimDragon_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BGAnimDragon_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BGAnimDragon_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BGAnimDragon_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGAnimDragon \ +static_assert(alignof(UBGAnimDragon) == 0x000010, "Wrong alignment on UBGAnimDragon"); \ +static_assert(sizeof(UBGAnimDragon) == 0x000390, "Wrong size on UBGAnimDragon"); \ +static_assert(offsetof(UBGAnimDragon, ChainRootName) == 0x000350, "Member 'UBGAnimDragon::ChainRootName' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimDragon, ChainEndName) == 0x000358, "Member 'UBGAnimDragon::ChainEndName' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimDragon, Spline) == 0x000360, "Member 'UBGAnimDragon::Spline' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimDragon, BonesRot) == 0x000368, "Member 'UBGAnimDragon::BonesRot' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimDragon, BonesLocCS) == 0x000378, "Member 'UBGAnimDragon::BonesLocCS' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimDragon, EffectiveNumBones) == 0x000388, "Member 'UBGAnimDragon::EffectiveNumBones' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TransProgCS \ +static_assert(alignof(UBI_TransProgCS) == 0x000008, "Wrong alignment on UBI_TransProgCS"); \ +static_assert(sizeof(UBI_TransProgCS) == 0x0003E0, "Wrong size on UBI_TransProgCS"); \ + +#define DUMPER7_ASSERTS_BGAnimSpider_BlueprintUpdateAnimation \ +static_assert(alignof(BGAnimSpider_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BGAnimSpider_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BGAnimSpider_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BGAnimSpider_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BGAnimSpider_BlueprintUpdateAnimation, DeltaSeconds) == 0x000000, "Member 'BGAnimSpider_BlueprintUpdateAnimation::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBGAnimSpider \ +static_assert(alignof(UBGAnimSpider) == 0x000010, "Wrong alignment on UBGAnimSpider"); \ +static_assert(sizeof(UBGAnimSpider) == 0x000480, "Wrong size on UBGAnimSpider"); \ +static_assert(offsetof(UBGAnimSpider, ABPSetting) == 0x000350, "Member 'UBGAnimSpider::ABPSetting' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, DefaultIdle) == 0x000358, "Member 'UBGAnimSpider::DefaultIdle' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, JumpStart) == 0x000360, "Member 'UBGAnimSpider::JumpStart' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, JumpLoop) == 0x000368, "Member 'UBGAnimSpider::JumpLoop' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, JumpEndLight) == 0x000370, "Member 'UBGAnimSpider::JumpEndLight' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, JumpEndHeavy) == 0x000378, "Member 'UBGAnimSpider::JumpEndHeavy' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, LegTargetCS) == 0x000388, "Member 'UBGAnimSpider::LegTargetCS' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, LegRecordTargetCS) == 0x000398, "Member 'UBGAnimSpider::LegRecordTargetCS' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, LegLastTargetCS) == 0x0003A8, "Member 'UBGAnimSpider::LegLastTargetCS' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, LegRatio) == 0x0003B8, "Member 'UBGAnimSpider::LegRatio' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, LegCurTargetWS) == 0x0003C8, "Member 'UBGAnimSpider::LegCurTargetWS' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, LegLastTargetWS) == 0x0003D8, "Member 'UBGAnimSpider::LegLastTargetWS' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, LegTargetWS) == 0x0003E8, "Member 'UBGAnimSpider::LegTargetWS' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, SpineTargetRot) == 0x0003F8, "Member 'UBGAnimSpider::SpineTargetRot' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, SpineLerpSpeed) == 0x000410, "Member 'UBGAnimSpider::SpineLerpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, SpineCurRot) == 0x000418, "Member 'UBGAnimSpider::SpineCurRot' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, PoseSnapshot) == 0x000438, "Member 'UBGAnimSpider::PoseSnapshot' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, EnableSnapshotBlendTime) == 0x000470, "Member 'UBGAnimSpider::EnableSnapshotBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBGAnimSpider, DisableSnapshotBlendTime) == 0x000474, "Member 'UBGAnimSpider::DisableSnapshotBlendTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_MMRetarget \ +static_assert(alignof(UBUAnimHumanoidCS_MMRetarget) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_MMRetarget"); \ +static_assert(sizeof(UBUAnimHumanoidCS_MMRetarget) == 0x000390, "Wrong size on UBUAnimHumanoidCS_MMRetarget"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MMRetarget, RetargetSrcMesh) == 0x000358, "Member 'UBUAnimHumanoidCS_MMRetarget::RetargetSrcMesh' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MMRetarget, BasePose) == 0x000360, "Member 'UBUAnimHumanoidCS_MMRetarget::BasePose' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MMRetarget, MMAdditiveWeight) == 0x00036C, "Member 'UBUAnimHumanoidCS_MMRetarget::MMAdditiveWeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MMRetarget, MMAdditivePose) == 0x000370, "Member 'UBUAnimHumanoidCS_MMRetarget::MMAdditivePose' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MMRetarget, Retargeter) == 0x000378, "Member 'UBUAnimHumanoidCS_MMRetarget::Retargeter' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MMRetarget, MMRetarget_PelvisOffsetZ) == 0x000380, "Member 'UBUAnimHumanoidCS_MMRetarget::MMRetarget_PelvisOffsetZ' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MMRetarget, MMRetarget_FootOffsetScale) == 0x000384, "Member 'UBUAnimHumanoidCS_MMRetarget::MMRetarget_FootOffsetScale' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_HpProgBarCS \ +static_assert(alignof(UBI_HpProgBarCS) == 0x000008, "Wrong alignment on UBI_HpProgBarCS"); \ +static_assert(sizeof(UBI_HpProgBarCS) == 0x0003E0, "Wrong size on UBI_HpProgBarCS"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_Simple4Dir \ +static_assert(alignof(UBUAnimHumanoidCS_Simple4Dir) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_Simple4Dir"); \ +static_assert(sizeof(UBUAnimHumanoidCS_Simple4Dir) == 0x000440, "Wrong size on UBUAnimHumanoidCS_Simple4Dir"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSStart) == 0x000350, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSEnd) == 0x000358, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSEnd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, CardinalDirectionBlendTime) == 0x000360, "Member 'UBUAnimHumanoidCS_Simple4Dir::CardinalDirectionBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, AnimTurnInPlaceLeft) == 0x000368, "Member 'UBUAnimHumanoidCS_Simple4Dir::AnimTurnInPlaceLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, AnimTurnInPlaceRight) == 0x000370, "Member 'UBUAnimHumanoidCS_Simple4Dir::AnimTurnInPlaceRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSWalkFwd) == 0x000378, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSWalkFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSWalkBwd) == 0x000380, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSWalkBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSWalkLeft) == 0x000388, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSWalkLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSWalkRight) == 0x000390, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSWalkRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSRunFwd) == 0x000398, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSRunFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSRunBwd) == 0x0003A0, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSRunBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSRunLeft) == 0x0003A8, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSRunLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSRunRight) == 0x0003B0, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSRunRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSSprint) == 0x0003B8, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSSprint' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, AnimIdle) == 0x0003C0, "Member 'UBUAnimHumanoidCS_Simple4Dir::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, Speed) == 0x0003C8, "Member 'UBUAnimHumanoidCS_Simple4Dir::Speed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, VerticleSpeed) == 0x0003CC, "Member 'UBUAnimHumanoidCS_Simple4Dir::VerticleSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, HorizontalSpeed) == 0x0003D0, "Member 'UBUAnimHumanoidCS_Simple4Dir::HorizontalSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, JogBaseSpeed) == 0x0003D8, "Member 'UBUAnimHumanoidCS_Simple4Dir::JogBaseSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, RunSpeed) == 0x0003DC, "Member 'UBUAnimHumanoidCS_Simple4Dir::RunSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, SprintSpeed) == 0x0003E0, "Member 'UBUAnimHumanoidCS_Simple4Dir::SprintSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, LeanAngle) == 0x0003E8, "Member 'UBUAnimHumanoidCS_Simple4Dir::LeanAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, SlopeRightAngle) == 0x0003EC, "Member 'UBUAnimHumanoidCS_Simple4Dir::SlopeRightAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, SlopeForwardAngle) == 0x0003F0, "Member 'UBUAnimHumanoidCS_Simple4Dir::SlopeForwardAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, SpeedWarpAmount) == 0x0003F4, "Member 'UBUAnimHumanoidCS_Simple4Dir::SpeedWarpAmount' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSStartX) == 0x0003F8, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSStartX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSStartY) == 0x0003FC, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSStartY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSStopX) == 0x000400, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSStopX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSStopY) == 0x000404, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSStopY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSStopNoBreakX) == 0x000408, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSStopNoBreakX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, BSStopNoBreakY) == 0x00040C, "Member 'UBUAnimHumanoidCS_Simple4Dir::BSStopNoBreakY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, LocomotionCardinalDirection) == 0x000419, "Member 'UBUAnimHumanoidCS_Simple4Dir::LocomotionCardinalDirection' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, LocomotionOrientationAngle) == 0x00041C, "Member 'UBUAnimHumanoidCS_Simple4Dir::LocomotionOrientationAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, AnimFallingStart) == 0x000420, "Member 'UBUAnimHumanoidCS_Simple4Dir::AnimFallingStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, AnimFallingLoop) == 0x000428, "Member 'UBUAnimHumanoidCS_Simple4Dir::AnimFallingLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, AnimFallingLand) == 0x000430, "Member 'UBUAnimHumanoidCS_Simple4Dir::AnimFallingLand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Simple4Dir, FallingLoopPlayRate) == 0x000438, "Member 'UBUAnimHumanoidCS_Simple4Dir::FallingLoopPlayRate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_Move \ +static_assert(alignof(UBUAnimHumanoidCS_Move) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_Move"); \ +static_assert(sizeof(UBUAnimHumanoidCS_Move) == 0x000390, "Wrong size on UBUAnimHumanoidCS_Move"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Move, FinalABPMoveMode) == 0x000350, "Member 'UBUAnimHumanoidCS_Move::FinalABPMoveMode' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Move, AnimTurnInPlaceLeft) == 0x000358, "Member 'UBUAnimHumanoidCS_Move::AnimTurnInPlaceLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Move, AnimTurnInPlaceRight) == 0x000360, "Member 'UBUAnimHumanoidCS_Move::AnimTurnInPlaceRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Move, AnimTurnInPlaceLeft180) == 0x000368, "Member 'UBUAnimHumanoidCS_Move::AnimTurnInPlaceLeft180' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Move, AnimTurnInPlaceRight180) == 0x000370, "Member 'UBUAnimHumanoidCS_Move::AnimTurnInPlaceRight180' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Move, StandRotateType) == 0x00037A, "Member 'UBUAnimHumanoidCS_Move::StandRotateType' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_Move, RotateAngle) == 0x00037C, "Member 'UBUAnimHumanoidCS_Move::RotateAngle' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_FlyControl \ +static_assert(alignof(UBUAnimHumanoidCS_FlyControl) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_FlyControl"); \ +static_assert(sizeof(UBUAnimHumanoidCS_FlyControl) == 0x0003A0, "Wrong size on UBUAnimHumanoidCS_FlyControl"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, BSFly) == 0x000358, "Member 'UBUAnimHumanoidCS_FlyControl::BSFly' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, BSFlyX) == 0x000360, "Member 'UBUAnimHumanoidCS_FlyControl::BSFlyX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, BSFlyY) == 0x000364, "Member 'UBUAnimHumanoidCS_FlyControl::BSFlyY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, ASFlyUpward) == 0x000368, "Member 'UBUAnimHumanoidCS_FlyControl::ASFlyUpward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, ASFlyDownward) == 0x000370, "Member 'UBUAnimHumanoidCS_FlyControl::ASFlyDownward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, ASFlyUpToDown) == 0x000378, "Member 'UBUAnimHumanoidCS_FlyControl::ASFlyUpToDown' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, ASFlyDownToUp) == 0x000380, "Member 'UBUAnimHumanoidCS_FlyControl::ASFlyDownToUp' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, BSFlyLean) == 0x000388, "Member 'UBUAnimHumanoidCS_FlyControl::BSFlyLean' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, BSFlyLeanX) == 0x000390, "Member 'UBUAnimHumanoidCS_FlyControl::BSFlyLeanX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_FlyControl, BSFlyLeanY) == 0x000394, "Member 'UBUAnimHumanoidCS_FlyControl::BSFlyLeanY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_DropMiddleItemCS \ +static_assert(alignof(UBI_DropMiddleItemCS) == 0x000008, "Wrong alignment on UBI_DropMiddleItemCS"); \ +static_assert(sizeof(UBI_DropMiddleItemCS) == 0x0003D8, "Wrong size on UBI_DropMiddleItemCS"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim \ +static_assert(alignof(BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_PlayerLocomotion_SetupSequenceTransitionAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim \ +static_assert(alignof(BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_PlayerLocomotion_SetUpRushStopAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim \ +static_assert(alignof(BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_PlayerLocomotion_GetRandomIdleAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_PlayerLocomotion \ +static_assert(alignof(UBUAnimHumanoidCS_PlayerLocomotion) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_PlayerLocomotion"); \ +static_assert(sizeof(UBUAnimHumanoidCS_PlayerLocomotion) == 0x000920, "Wrong size on UBUAnimHumanoidCS_PlayerLocomotion"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSFreeAdditiveMovingLean) == 0x000350, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSFreeAdditiveMovingLean' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, FreeAdditiveMovingLeanX) == 0x000358, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::FreeAdditiveMovingLeanX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, FreeAdditiveMovingLeanY) == 0x00035C, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::FreeAdditiveMovingLeanY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, FreeAdditiveMovingLeanAlpha) == 0x000360, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::FreeAdditiveMovingLeanAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintStartF) == 0x000368, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintStartF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintStartL) == 0x000370, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintStartL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintStartR) == 0x000378, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintStartR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintStartBwdL) == 0x000380, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintStartBwdR) == 0x000388, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintTurnL) == 0x000390, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintTurnL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintTurnR) == 0x000398, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintTurnR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintTurnBwdL) == 0x0003A0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintTurnBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintTurnBwdR) == 0x0003A8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintTurnBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeRunStop) == 0x0003B0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeRunStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintStop) == 0x0003B8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeSprintStopSlopeUp) == 0x0003C0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeSprintStopSlopeUp' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnF2B) == 0x0003C8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnF2B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnB2F) == 0x0003D0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnB2F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnF2B) == 0x0003D8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnF2B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnB2F) == 0x0003E0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnB2F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSWalkLoopFwd) == 0x0003E8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSWalkLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, VelocityDeltaAngle) == 0x0003F0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::VelocityDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, VelocityDeltaAngleWalk) == 0x0003F4, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::VelocityDeltaAngleWalk' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, VelocityDeltaAngleRun) == 0x0003F8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::VelocityDeltaAngleRun' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, VelocityDeltaAngleRush) == 0x0003FC, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::VelocityDeltaAngleRush' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, SlopeAngle) == 0x000400, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::SlopeAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSRunLoopFwd) == 0x000408, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSRunLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, AnimRateWalk) == 0x000410, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::AnimRateWalk' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, AnimRateRun) == 0x000414, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::AnimRateRun' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, AnimRateRush) == 0x000418, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::AnimRateRush' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, AnimRateRunLock) == 0x00041C, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::AnimRateRunLock' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSRunLoopAdditive) == 0x000420, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSRunLoopAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSRunLoopRotationAdditive) == 0x000428, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSRunLoopRotationAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, FreeAdditiveMovingLeanSmoothX) == 0x000430, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::FreeAdditiveMovingLeanSmoothX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, FreeAdditiveMovingLeanSmoothY) == 0x000434, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::FreeAdditiveMovingLeanSmoothY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSRushLoopFwd) == 0x000438, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSRushLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSRushLoopLean) == 0x000440, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSRushLoopLean' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkStartBwdL) == 0x000448, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkStartLeft) == 0x000450, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkStartLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkStartFwd) == 0x000458, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkStartRight) == 0x000460, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkStartRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkStartBwdR) == 0x000468, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkTurnBwdL) == 0x000470, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkTurnBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkTurnLeft) == 0x000478, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkTurnLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkTurnRight) == 0x000480, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkTurnRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASWalkTurnBwdR) == 0x000488, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASWalkTurnBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, WalkStartAngle) == 0x000490, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::WalkStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunStartBwdL) == 0x000498, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunStartLeft) == 0x0004A0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunStartLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunStartFwd) == 0x0004A8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunStartRight) == 0x0004B0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunStartRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunStartBwdR) == 0x0004B8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnBwdL) == 0x0004C0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnLeft) == 0x0004C8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnLeft' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnRight) == 0x0004D0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnRight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnBwdR) == 0x0004D8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnBwdFallingVelocityAdditive) == 0x0004E0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnBwdFallingVelocityAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnBwdFallingVelocityAdditiveAlpha) == 0x0004E8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnBwdFallingVelocityAdditiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnFwdL) == 0x0004F0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnFwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnFwdR) == 0x0004F8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnFwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnFwdFallingVelocityAdditive) == 0x000500, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnFwdFallingVelocityAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnFwdFallingVelocityAdditiveAlpha) == 0x000508, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnFwdFallingVelocityAdditiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnFwdSpeedAdditive) == 0x000510, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnFwdSpeedAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASRunTurnFwdSpeedAdditiveAlpha) == 0x000518, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASRunTurnFwdSpeedAdditiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, RunStartAngle) == 0x00051C, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::RunStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, RushStartAngle) == 0x000520, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::RushStartAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASFreeWalkStop) == 0x000528, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASFreeWalkStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkStartFwd) == 0x000530, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkStartBwd) == 0x000538, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkStartBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartFwdL) == 0x000540, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartFwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartFwdR) == 0x000548, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartFwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartBwdL) == 0x000550, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartBwdR) == 0x000558, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartLeftF) == 0x000560, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartLeftF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartLeftB) == 0x000568, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartLeftB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartRightF) == 0x000570, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartRightF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStartRightB) == 0x000578, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStartRightB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunStartFwd) == 0x000580, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunStartBwd) == 0x000588, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunStartBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartFwdL) == 0x000590, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartFwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartFwdR) == 0x000598, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartFwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartBwdL) == 0x0005A0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartBwdR) == 0x0005A8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartLeftF) == 0x0005B0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartLeftF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartLeftB) == 0x0005B8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartLeftB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartRightF) == 0x0005C0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartRightF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStartRightB) == 0x0005C8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStartRightB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnFRFromFRBL) == 0x0005D0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnFRFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnFRFromFLBR) == 0x0005D8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnFRFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnBRFromFRBL) == 0x0005E0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnBRFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnBRFromFLBR) == 0x0005E8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnBRFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnBLFromFRBL) == 0x0005F0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnBLFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnBLFromFLBR) == 0x0005F8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnBLFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnFLFromFRBL) == 0x000600, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnFLFromFRBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnFLFromFLBR) == 0x000608, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnFLFromFLBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnToAlphaFR) == 0x000610, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnToAlphaFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnToAlphaBR) == 0x000614, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnToAlphaBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnToAlphaBL) == 0x000618, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnToAlphaBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnToAlphaFL) == 0x00061C, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnToAlphaFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnFromAlphaFR) == 0x000620, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnFromAlphaFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnFromAlphaBR) == 0x000624, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnFromAlphaBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnFromAlphaBL) == 0x000628, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnFromAlphaBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnFromAlphaFL) == 0x00062C, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnFromAlphaFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopFwd) == 0x000630, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopBwd) == 0x000638, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopLeftF) == 0x000640, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopLeftF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopRightF) == 0x000648, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopRightF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopLeftB) == 0x000650, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopLeftB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopRightB) == 0x000658, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopRightB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopLeftFAdd) == 0x000660, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopLeftFAdd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkLoopRightFAdd) == 0x000668, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkLoopRightFAdd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopFwd) == 0x000670, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopBwd) == 0x000678, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopLeftF) == 0x000680, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopLeftF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopRightF) == 0x000688, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopRightF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopLeftB) == 0x000690, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopLeftB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopRightB) == 0x000698, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopRightB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopLeftFAdd) == 0x0006A0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopLeftFAdd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunLoopRightFAdd) == 0x0006A8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunLoopRightFAdd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnFR2BL) == 0x0006B0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnFR2BL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnBR2FL) == 0x0006B8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnBR2FL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnBL2FR) == 0x0006C0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnBL2FR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnFL2BR) == 0x0006C8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnFL2BR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnFR2FL) == 0x0006D0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnFR2FL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnFL2FR) == 0x0006D8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnFL2FR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnBL2FL) == 0x0006E0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnBL2FL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnFL2BL) == 0x0006E8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnFL2BL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnBR2FR) == 0x0006F0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnBR2FR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockWalkTurnFR2BR) == 0x0006F8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockWalkTurnFR2BR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnFR2BL) == 0x000700, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnFR2BL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnBR2FL) == 0x000708, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnBR2FL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnBL2FR) == 0x000710, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnBL2FR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnFL2BR) == 0x000718, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnFL2BR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnFR2FL) == 0x000720, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnFR2FL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnFL2FR) == 0x000728, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnFL2FR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnBL2FL) == 0x000730, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnBL2FL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnFL2BL) == 0x000738, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnFL2BL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnBR2FR) == 0x000740, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnBR2FR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockRunTurnFR2BR) == 0x000748, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockRunTurnFR2BR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnStopFL) == 0x000750, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnStopFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnStopFR) == 0x000758, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnStopFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnStopBL) == 0x000760, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnStopBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, BSLockTurnStopBR) == 0x000768, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::BSLockTurnStopBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnStopAlphaFR) == 0x000770, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnStopAlphaFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnStopAlphaBR) == 0x000774, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnStopAlphaBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnStopAlphaBL) == 0x000778, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnStopAlphaBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LockTurnStopAlphaFL) == 0x00077C, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LockTurnStopAlphaFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopFwd) == 0x000780, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopBwd) == 0x000788, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopLeftF) == 0x000790, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopLeftF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopLeftB) == 0x000798, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopLeftB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopRightF) == 0x0007A0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopRightF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopRightB) == 0x0007A8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopRightB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopFL45) == 0x0007B0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopFL45' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopFR45) == 0x0007B8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopFR45' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopBL45) == 0x0007C0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopBL45' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockWalkStopBR45) == 0x0007C8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockWalkStopBR45' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopFwdL) == 0x0007D0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopFwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopFwdR) == 0x0007D8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopFwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopBwdL) == 0x0007E0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopBwdL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopBwdR) == 0x0007E8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopBwdR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopLeftF) == 0x0007F0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopLeftF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopLeftB) == 0x0007F8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopLeftB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopRightF) == 0x000800, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopRightF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, ASLockRunStopRightB) == 0x000808, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::ASLockRunStopRightB' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, AnimIdle) == 0x000810, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, MoveSpeedLevel) == 0x000818, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::MoveSpeedLevel' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, MoveSpeedState) == 0x000819, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::MoveSpeedState' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, InputBlendAlpha) == 0x000820, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::InputBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, VelocityBlendAlpha) == 0x000840, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::VelocityBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, VelocityBlendAlphaStop) == 0x000860, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::VelocityBlendAlphaStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, LastFallingVelocity) == 0x000888, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::LastFallingVelocity' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, RandomIdleIndex) == 0x0008A0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::RandomIdleIndex' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, MoveLoopSpeedState) == 0x0008A4, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::MoveLoopSpeedState' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, MaxSpeed) == 0x0008A8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::MaxSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, CurveMoveSpeedScale) == 0x0008AC, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::CurveMoveSpeedScale' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, TargetLockMoveDeltaAngle) == 0x0008B0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::TargetLockMoveDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, InputDeltaAngle) == 0x0008B4, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::InputDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, InputDeltaAngleBackward) == 0x0008B8, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::InputDeltaAngleBackward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, StrideWarpingSpeed) == 0x0008BC, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::StrideWarpingSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_PlayerLocomotion, StrideWarpingAlpha) == 0x0008C0, "Member 'UBUAnimHumanoidCS_PlayerLocomotion::StrideWarpingAlpha' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive \ +static_assert(alignof(BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive"); \ +static_assert(sizeof(BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive) == 0x000020, "Wrong size on BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive"); \ +static_assert(offsetof(BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive, Context) == 0x000000, "Member 'BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive, Node) == 0x000010, "Member 'BUAnimHumanoidCS_SpecialMove_UpdateGroundAdditive::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_SpecialMove_UpdateGroundJump \ +static_assert(alignof(BUAnimHumanoidCS_SpecialMove_UpdateGroundJump) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_SpecialMove_UpdateGroundJump"); \ +static_assert(sizeof(BUAnimHumanoidCS_SpecialMove_UpdateGroundJump) == 0x000020, "Wrong size on BUAnimHumanoidCS_SpecialMove_UpdateGroundJump"); \ +static_assert(offsetof(BUAnimHumanoidCS_SpecialMove_UpdateGroundJump, Context) == 0x000000, "Member 'BUAnimHumanoidCS_SpecialMove_UpdateGroundJump::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_SpecialMove_UpdateGroundJump, Node) == 0x000010, "Member 'BUAnimHumanoidCS_SpecialMove_UpdateGroundJump::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_SpecialMove_GetAnimCloudLand \ +static_assert(alignof(BUAnimHumanoidCS_SpecialMove_GetAnimCloudLand) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_SpecialMove_GetAnimCloudLand"); \ +static_assert(sizeof(BUAnimHumanoidCS_SpecialMove_GetAnimCloudLand) == 0x000008, "Wrong size on BUAnimHumanoidCS_SpecialMove_GetAnimCloudLand"); \ +static_assert(offsetof(BUAnimHumanoidCS_SpecialMove_GetAnimCloudLand, AnimCloudLand) == 0x000000, "Member 'BUAnimHumanoidCS_SpecialMove_GetAnimCloudLand::AnimCloudLand' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_SpecialMove_SetupLandAnim \ +static_assert(alignof(BUAnimHumanoidCS_SpecialMove_SetupLandAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_SpecialMove_SetupLandAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_SpecialMove_SetupLandAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_SpecialMove_SetupLandAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_SpecialMove_SetupLandAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_SpecialMove_SetupLandAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_SpecialMove_SetupLandAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_SpecialMove_SetupLandAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_SpecialMove \ +static_assert(alignof(UBUAnimHumanoidCS_SpecialMove) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_SpecialMove"); \ +static_assert(sizeof(UBUAnimHumanoidCS_SpecialMove) == 0x0007A0, "Wrong size on UBUAnimHumanoidCS_SpecialMove"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, Speed) == 0x000354, "Member 'UBUAnimHumanoidCS_SpecialMove::Speed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, MappedSpeed) == 0x000358, "Member 'UBUAnimHumanoidCS_SpecialMove::MappedSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, SpecialMovementMode) == 0x00035C, "Member 'UBUAnimHumanoidCS_SpecialMove::SpecialMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, LastSpecialMovementMode) == 0x00035D, "Member 'UBUAnimHumanoidCS_SpecialMove::LastSpecialMovementMode' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, MaxAnimWeightLockMoveDir) == 0x00035F, "Member 'UBUAnimHumanoidCS_SpecialMove::MaxAnimWeightLockMoveDir' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartGroundFlatSlow) == 0x000360, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartGroundFlatSlow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartGroundFlatFast) == 0x000368, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartGroundFlatFast' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartGroundSteepSlow) == 0x000370, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartGroundSteepSlow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartGroundSteepFast) == 0x000378, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartGroundSteepFast' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartAirFlatSlow) == 0x000380, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartAirFlatSlow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartAirFlatFast) == 0x000388, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartAirFlatFast' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartAirSteepSlow) == 0x000390, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartAirSteepSlow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartAirSteepFast) == 0x000398, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartAirSteepFast' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartBackAirFlat) == 0x0003A0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartBackAirFlat' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideStartBackAirSteep) == 0x0003A8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideStartBackAirSteep' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, GlideStartSpeedBlendAlpha) == 0x0003B0, "Member 'UBUAnimHumanoidCS_SpecialMove::GlideStartSpeedBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideLoopSteep) == 0x0003B8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideLoopSteep' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSGlideLoopSteepAdditive) == 0x0003C0, "Member 'UBUAnimHumanoidCS_SpecialMove::BSGlideLoopSteepAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideLoopFlatSlow) == 0x0003C8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideLoopFlatSlow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideLoopFlatFast) == 0x0003D0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideLoopFlatFast' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSGlideLoopFlatSlowDirAdditive) == 0x0003D8, "Member 'UBUAnimHumanoidCS_SpecialMove::BSGlideLoopFlatSlowDirAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSGlideLoopFlatFastDirAdditive) == 0x0003E0, "Member 'UBUAnimHumanoidCS_SpecialMove::BSGlideLoopFlatFastDirAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, GlideLoopDirAdditiveX) == 0x0003E8, "Member 'UBUAnimHumanoidCS_SpecialMove::GlideLoopDirAdditiveX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, GlideLoopDirAdditiveY) == 0x0003EC, "Member 'UBUAnimHumanoidCS_SpecialMove::GlideLoopDirAdditiveY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSGlideLoopFlatVerticalInputAdditive) == 0x0003F0, "Member 'UBUAnimHumanoidCS_SpecialMove::BSGlideLoopFlatVerticalInputAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSGlideLoopFlatVerticalInputAdditiveY) == 0x0003F8, "Member 'UBUAnimHumanoidCS_SpecialMove::BSGlideLoopFlatVerticalInputAdditiveY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, GlideLoopSpeedBlendAlpha) == 0x0003FC, "Member 'UBUAnimHumanoidCS_SpecialMove::GlideLoopSpeedBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSGlideLoopFlatHorizonalInputAdditive) == 0x000400, "Member 'UBUAnimHumanoidCS_SpecialMove::BSGlideLoopFlatHorizonalInputAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSGlideLoopFlatHorizonalInputAdditiveX) == 0x000408, "Member 'UBUAnimHumanoidCS_SpecialMove::BSGlideLoopFlatHorizonalInputAdditiveX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideLoopFlatRotationLeftAdditive) == 0x000410, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideLoopFlatRotationLeftAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideLoopFlatRotationRightAdditive) == 0x000418, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideLoopFlatRotationRightAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideEndSlow) == 0x000420, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideEndSlow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASGlideEndFast) == 0x000428, "Member 'UBUAnimHumanoidCS_SpecialMove::ASGlideEndFast' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowClimbStart) == 0x000438, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowClimbStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowClimbGetUp) == 0x000440, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowClimbGetUp' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowClimbFallLoop) == 0x000448, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowClimbFallLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowClimbLand) == 0x000450, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowClimbLand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowClimbLandMove) == 0x000458, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowClimbLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalClimbStart) == 0x000460, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalClimbStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalClimbGetUp) == 0x000468, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalClimbGetUp' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalClimbFallLoop) == 0x000470, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalClimbFallLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalClimbLand) == 0x000478, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalClimbLand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalClimbLandMove) == 0x000480, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalClimbLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighClimbStart) == 0x000488, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighClimbStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighClimbGetUp) == 0x000490, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighClimbGetUp' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighClimbFallLoop) == 0x000498, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighClimbFallLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighClimbLand) == 0x0004A0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighClimbLand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighClimbLandMove) == 0x0004A8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighClimbLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowAcrossStart) == 0x0004B0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowAcrossStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowAcrossThrough) == 0x0004B8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowAcrossThrough' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowAcrossFallLoop) == 0x0004C0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowAcrossFallLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowAcrossLand) == 0x0004C8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowAcrossLand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourLowAcrossLandMove) == 0x0004D0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourLowAcrossLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalAcrossStart) == 0x0004D8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalAcrossStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalAcrossThrough) == 0x0004E0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalAcrossThrough' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalAcrossFallLoop) == 0x0004E8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalAcrossFallLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalAcrossLand) == 0x0004F0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalAcrossLand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourNormalAcrossLandMove) == 0x0004F8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourNormalAcrossLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighAcrossStart) == 0x000500, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighAcrossStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighAcrossThrough) == 0x000508, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighAcrossThrough' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighAcrossFallLoop) == 0x000510, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighAcrossFallLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighAcrossLand) == 0x000518, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighAcrossLand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASParkourHighAcrossLandMove) == 0x000520, "Member 'UBUAnimHumanoidCS_SpecialMove::ASParkourHighAcrossLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpLeftFootLow) == 0x000528, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpLeftFootLow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpRightFootLow) == 0x000530, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpRightFootLow' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpLeftFootHigh) == 0x000538, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpLeftFootHigh' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpRightFootHigh) == 0x000540, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpRightFootHigh' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpLeftFootFall) == 0x000548, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpLeftFootFall' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpRightFootFall) == 0x000550, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpRightFootFall' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpLeftFootEnd) == 0x000558, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpLeftFootEnd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpRightFootEnd) == 0x000560, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpRightFootEnd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpLeftFootLandMove) == 0x000568, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpLeftFootLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideUpRightFootLandMove) == 0x000570, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideUpRightFootLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownLeftFoot) == 0x000578, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownRightFoot) == 0x000580, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownRightFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownLeftFootFall) == 0x000588, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownLeftFootFall' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownRightFootFall) == 0x000590, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownRightFootFall' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownLeftFootEnd) == 0x000598, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownLeftFootEnd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownRightFootEnd) == 0x0005A0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownRightFootEnd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownLeftFootLandMove) == 0x0005A8, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownLeftFootLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASStrideDownRightFootLandMove) == 0x0005B0, "Member 'UBUAnimHumanoidCS_SpecialMove::ASStrideDownRightFootLandMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, StartJumpDir) == 0x0005BA, "Member 'UBUAnimHumanoidCS_SpecialMove::StartJumpDir' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, StartJumpSpdState) == 0x0005BF, "Member 'UBUAnimHumanoidCS_SpecialMove::StartJumpSpdState' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpStart_F) == 0x0005C0, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpStart_F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpStart_B) == 0x0005C8, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpStart_B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpLoop_F) == 0x0005D0, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpLoop_F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpLoop_B) == 0x0005D8, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpLoop_B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpAdditiveLean) == 0x0005E0, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpAdditiveLean' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpAdditiveRot) == 0x0005E8, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpAdditiveRot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimGroundJumpStart) == 0x0005F0, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimGroundJumpStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimJumpStart_N) == 0x0005F8, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimJumpStart_N' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimJumpStart_F) == 0x000600, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimJumpStart_F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimJumpStart_L) == 0x000608, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimJumpStart_L' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimJumpStart_R) == 0x000610, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimJumpStart_R' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimJumpStart_B) == 0x000618, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimJumpStart_B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimGlideJumpStart) == 0x000620, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimGlideJumpStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimFallStart) == 0x000628, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimFallStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimFallStart_N) == 0x000630, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimFallStart_N' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimFallStart_F) == 0x000638, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimFallStart_F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimFallStart_L) == 0x000640, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimFallStart_L' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimFallStart_R) == 0x000648, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimFallStart_R' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimFallStart_B) == 0x000650, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimFallStart_B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimFallLoop) == 0x000658, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimFallLoop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, FallHeightType) == 0x000660, "Member 'UBUAnimHumanoidCS_SpecialMove::FallHeightType' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, FallHeight) == 0x000664, "Member 'UBUAnimHumanoidCS_SpecialMove::FallHeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimLand_F_Low) == 0x000668, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimLand_F_Low' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimLand_F_Mid) == 0x000670, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimLand_F_Mid' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimLand_F_High) == 0x000678, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimLand_F_High' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimLand_L) == 0x000680, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimLand_L' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimLand_R) == 0x000688, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimLand_R' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimLand_B) == 0x000690, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimLand_B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, StartMoveAfterJump) == 0x0006A0, "Member 'UBUAnimHumanoidCS_SpecialMove::StartMoveAfterJump' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AddtiveMoveAfterJump_F) == 0x0006A8, "Member 'UBUAnimHumanoidCS_SpecialMove::AddtiveMoveAfterJump_F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AddtiveMoveAfterJump_B) == 0x0006B0, "Member 'UBUAnimHumanoidCS_SpecialMove::AddtiveMoveAfterJump_B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AddtiveMoveAfterJump_L) == 0x0006B8, "Member 'UBUAnimHumanoidCS_SpecialMove::AddtiveMoveAfterJump_L' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AddtiveMoveAfterJump_R) == 0x0006C0, "Member 'UBUAnimHumanoidCS_SpecialMove::AddtiveMoveAfterJump_R' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AdditiveMoveAfterJumpFAlpha) == 0x0006C8, "Member 'UBUAnimHumanoidCS_SpecialMove::AdditiveMoveAfterJumpFAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AdditiveMoveAfterJumpBAlpha) == 0x0006CC, "Member 'UBUAnimHumanoidCS_SpecialMove::AdditiveMoveAfterJumpBAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AdditiveMoveAfterJumpLAlpha) == 0x0006D0, "Member 'UBUAnimHumanoidCS_SpecialMove::AdditiveMoveAfterJumpLAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AdditiveMoveAfterJumpRAlpha) == 0x0006D4, "Member 'UBUAnimHumanoidCS_SpecialMove::AdditiveMoveAfterJumpRAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpAdditiveLeanX) == 0x0006D8, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpAdditiveLeanX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpAdditiveLeanY) == 0x0006DC, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpAdditiveLeanY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, LandPredictionAlpha) == 0x0006E0, "Member 'UBUAnimHumanoidCS_SpecialMove::LandPredictionAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpAdditiveRotX) == 0x0006E4, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpAdditiveRotX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, BSJumpAdditiveRotY) == 0x0006E8, "Member 'UBUAnimHumanoidCS_SpecialMove::BSJumpAdditiveRotY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, LandAdditiveAlpha) == 0x0006EC, "Member 'UBUAnimHumanoidCS_SpecialMove::LandAdditiveAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, VelocityDeltaAngle) == 0x0006F0, "Member 'UBUAnimHumanoidCS_SpecialMove::VelocityDeltaAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, VelocityDeltaAngleTrans) == 0x0006F4, "Member 'UBUAnimHumanoidCS_SpecialMove::VelocityDeltaAngleTrans' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, SharpturnAngle) == 0x000700, "Member 'UBUAnimHumanoidCS_SpecialMove::SharpturnAngle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveIdleForward) == 0x000708, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveIdleForward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveIdleBackward) == 0x000710, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveIdleBackward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveStartForward) == 0x000718, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveStartForward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveStartBackward) == 0x000720, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveStartBackward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveLoopForward) == 0x000728, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveLoopForward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveLoopBackward) == 0x000730, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveLoopBackward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveStopForward) == 0x000738, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveStopForward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveStopBackward) == 0x000740, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveStopBackward' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveTurnF2B) == 0x000748, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveTurnF2B' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, ASSplineMoveTurnB2F) == 0x000750, "Member 'UBUAnimHumanoidCS_SpecialMove::ASSplineMoveTurnB2F' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimCloudFallStart) == 0x000758, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimCloudFallStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_SpecialMove, AnimCloudFallLoop) == 0x000760, "Member 'UBUAnimHumanoidCS_SpecialMove::AnimCloudFallLoop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_MonsterLocomotion \ +static_assert(alignof(UBUAnimHumanoidCS_MonsterLocomotion) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_MonsterLocomotion"); \ +static_assert(sizeof(UBUAnimHumanoidCS_MonsterLocomotion) == 0x000470, "Wrong size on UBUAnimHumanoidCS_MonsterLocomotion"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, AnimIdle) == 0x000350, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, VelocityBlendAlpha) == 0x000360, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::VelocityBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, MoveLoopFwdBlendAlpha) == 0x000380, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::MoveLoopFwdBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunFwd) == 0x000388, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunStartFwd) == 0x000390, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunStartFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunStartFR) == 0x000398, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunStartFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunStartBR) == 0x0003A0, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunStartBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunStartFL) == 0x0003A8, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunStartFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunStartBL) == 0x0003B0, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunStartBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, BSFreeLeanAdditive) == 0x0003B8, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::BSFreeLeanAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, BSFreeLeanAdditiveX) == 0x0003C0, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::BSFreeLeanAdditiveX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, BSFreeLeanAdditiveY) == 0x0003C4, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::BSFreeLeanAdditiveY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, BSFreeRotAdditive) == 0x0003C8, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::BSFreeRotAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, BSFreeRotAdditiveX) == 0x0003D0, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::BSFreeRotAdditiveX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, BSFreeRotAdditiveY) == 0x0003D4, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::BSFreeRotAdditiveY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunStopLeftFoot) == 0x0003D8, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunStopLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASFreeRunStopRightFoot) == 0x0003E0, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASFreeRunStopRightFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASLockWalkFwd) == 0x0003F0, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASLockWalkFwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASLockWalkFR) == 0x0003F8, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASLockWalkFR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASLockWalkBR) == 0x000400, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASLockWalkBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASLockWalkFL) == 0x000408, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASLockWalkFL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASLockWalkBL) == 0x000410, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASLockWalkBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, ASLockWalkBwd) == 0x000418, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::ASLockWalkBwd' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockMoveDir) == 0x000420, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockMoveDir' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkFwdExplicitTimeForLeftFootStop) == 0x000424, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkFwdExplicitTimeForLeftFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkBwdExplicitTimeForLeftFootStop) == 0x000428, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkBwdExplicitTimeForLeftFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkFLExplicitTimeForLeftFootStop) == 0x00042C, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkFLExplicitTimeForLeftFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkBLExplicitTimeForLeftFootStop) == 0x000430, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkBLExplicitTimeForLeftFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkFRExplicitTimeForLeftFootStop) == 0x000434, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkFRExplicitTimeForLeftFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkBRExplicitTimeForLeftFootStop) == 0x000438, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkBRExplicitTimeForLeftFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkFwdExplicitTimeForRightFootStop) == 0x00043C, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkFwdExplicitTimeForRightFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkBwdExplicitTimeForRightFootStop) == 0x000440, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkBwdExplicitTimeForRightFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkFLExplicitTimeForRightFootStop) == 0x000444, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkFLExplicitTimeForRightFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkBLExplicitTimeForRightFootStop) == 0x000448, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkBLExplicitTimeForRightFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkFRExplicitTimeForRightFootStop) == 0x00044C, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkFRExplicitTimeForRightFootStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_MonsterLocomotion, LockWalkBRExplicitTimeForRightFootStop) == 0x000450, "Member 'UBUAnimHumanoidCS_MonsterLocomotion::LockWalkBRExplicitTimeForRightFootStop' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_SlateDebug \ +static_assert(alignof(UBUI_SlateDebug) == 0x000008, "Wrong alignment on UBUI_SlateDebug"); \ +static_assert(sizeof(UBUI_SlateDebug) == 0x0003D8, "Wrong size on UBUI_SlateDebug"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim \ +static_assert(alignof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandStopAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim \ +static_assert(alignof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_SetupLandMoveAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim \ +static_assert(alignof(BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_GetRandomIdleAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim \ +static_assert(alignof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim) == 0x000008, "Wrong alignment on BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim"); \ +static_assert(sizeof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim) == 0x000020, "Wrong size on BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim, Context) == 0x000000, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim::Context' has a wrong offset!"); \ +static_assert(offsetof(BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim, Node) == 0x000010, "Member 'BUAnimHumanoidCS_QuadrupedLocomotion_SetupFallAnim::Node' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_QuadrupedLocomotion \ +static_assert(alignof(UBUAnimHumanoidCS_QuadrupedLocomotion) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_QuadrupedLocomotion"); \ +static_assert(sizeof(UBUAnimHumanoidCS_QuadrupedLocomotion) == 0x000460, "Wrong size on UBUAnimHumanoidCS_QuadrupedLocomotion"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, BSMove) == 0x000350, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::BSMove' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, BSMoveBack) == 0x000358, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::BSMoveBack' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, MoveYaw) == 0x000360, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::MoveYaw' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, SpeedRate) == 0x000364, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::SpeedRate' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASWalkStop) == 0x000368, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASWalkStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunStartF) == 0x000370, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunStartF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunStartL) == 0x000378, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunStartL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunStartR) == 0x000380, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunStartR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunStartBL) == 0x000388, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunStartBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunStartBR) == 0x000390, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunStartBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunTurnStop) == 0x000398, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunTurnStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunTurnL) == 0x0003A0, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunTurnL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunTurnR) == 0x0003A8, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunTurnR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunTurnBL) == 0x0003B0, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunTurnBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunTurnBR) == 0x0003B8, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunTurnBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunStop) == 0x0003C0, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushStartF) == 0x0003C8, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushStartF' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushStartL) == 0x0003D0, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushStartL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushStartR) == 0x0003D8, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushStartR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushStartBL) == 0x0003E0, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushStartBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushStartBR) == 0x0003E8, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushStartBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushTurnStop) == 0x0003F0, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushTurnStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushTurnL) == 0x0003F8, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushTurnL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushTurnR) == 0x000400, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushTurnR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushTurnBL) == 0x000408, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushTurnBL' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushTurnBR) == 0x000410, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushTurnBR' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushStop) == 0x000418, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushStop' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunJump) == 0x000420, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunJump' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushJump) == 0x000428, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushJump' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRunJumpSlope) == 0x000430, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRunJumpSlope' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedLocomotion, ASRushJumpSlope) == 0x000438, "Member 'UBUAnimHumanoidCS_QuadrupedLocomotion::ASRushJumpSlope' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_UpperBodySeparation \ +static_assert(alignof(UBUAnimHumanoidCS_UpperBodySeparation) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_UpperBodySeparation"); \ +static_assert(sizeof(UBUAnimHumanoidCS_UpperBodySeparation) == 0x000370, "Wrong size on UBUAnimHumanoidCS_UpperBodySeparation"); \ +static_assert(offsetof(UBUAnimHumanoidCS_UpperBodySeparation, UpperBodyBlendWeight) == 0x000350, "Member 'UBUAnimHumanoidCS_UpperBodySeparation::UpperBodyBlendWeight' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_UpperBodySeparation, BSUpperBodyBlendAdditive) == 0x000358, "Member 'UBUAnimHumanoidCS_UpperBodySeparation::BSUpperBodyBlendAdditive' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_UpperBodySeparation, BSUpperBodyBlendAdditiveX) == 0x000360, "Member 'UBUAnimHumanoidCS_UpperBodySeparation::BSUpperBodyBlendAdditiveX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_UpperBodySeparation, BSUpperBodyBlendAdditiveY) == 0x000364, "Member 'UBUAnimHumanoidCS_UpperBodySeparation::BSUpperBodyBlendAdditiveY' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_LeftArmSeparation \ +static_assert(alignof(UBUAnimHumanoidCS_LeftArmSeparation) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_LeftArmSeparation"); \ +static_assert(sizeof(UBUAnimHumanoidCS_LeftArmSeparation) == 0x000360, "Wrong size on UBUAnimHumanoidCS_LeftArmSeparation"); \ +static_assert(offsetof(UBUAnimHumanoidCS_LeftArmSeparation, LeftArmBlendWeight) == 0x000350, "Member 'UBUAnimHumanoidCS_LeftArmSeparation::LeftArmBlendWeight' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_BoneAim \ +static_assert(alignof(UBUAnimHumanoidCS_BoneAim) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_BoneAim"); \ +static_assert(sizeof(UBUAnimHumanoidCS_BoneAim) == 0x0003A0, "Wrong size on UBUAnimHumanoidCS_BoneAim"); \ +static_assert(offsetof(UBUAnimHumanoidCS_BoneAim, WeaponAimAlpha) == 0x000350, "Member 'UBUAnimHumanoidCS_BoneAim::WeaponAimAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_BoneAim, WeaponBoneName) == 0x000358, "Member 'UBUAnimHumanoidCS_BoneAim::WeaponBoneName' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_BoneAim, WeaponAimPos) == 0x000360, "Member 'UBUAnimHumanoidCS_BoneAim::WeaponAimPos' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_BoneAim, WeaponAimAxis) == 0x000378, "Member 'UBUAnimHumanoidCS_BoneAim::WeaponAimAxis' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_BoneAim, WeaponDegreesConstraint) == 0x000390, "Member 'UBUAnimHumanoidCS_BoneAim::WeaponDegreesConstraint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS_QuadrupedIK \ +static_assert(alignof(UBUAnimHumanoidCS_QuadrupedIK) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS_QuadrupedIK"); \ +static_assert(sizeof(UBUAnimHumanoidCS_QuadrupedIK) == 0x0004F0, "Wrong size on UBUAnimHumanoidCS_QuadrupedIK"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorLeftFoot) == 0x000350, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorLeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorRightFoot) == 0x000368, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorRightFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorLFoot_MeshSpace) == 0x000380, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorLFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorRFoot_MeshSpace) == 0x000398, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorRFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorLeftHand) == 0x0003B0, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorLeftHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorRightHand) == 0x0003C8, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorRightHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorLHand_MeshSpace) == 0x0003E0, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorLHand_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKEffectorRHand_MeshSpace) == 0x0003F8, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKEffectorRHand_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJoint_LeftFoot) == 0x000410, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJoint_LeftFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJoint_RightFoot) == 0x000428, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJoint_RightFoot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJointLFoot_MeshSpace) == 0x000440, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJointLFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJointRFoot_MeshSpace) == 0x000458, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJointRFoot_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJoint_LeftHand) == 0x000470, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJoint_LeftHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJoint_RightHand) == 0x000488, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJoint_RightHand' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJointLHand_MeshSpace) == 0x0004A0, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJointLHand_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKJointRHand_MeshSpace) == 0x0004B8, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKJointRHand_MeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKLeftFootAlpha) == 0x0004D0, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKLeftFootAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKRightFootAlpha) == 0x0004D4, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKRightFootAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKLeftHandAlpha) == 0x0004D8, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKLeftHandAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKRightHandAlpha) == 0x0004DC, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKRightHandAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKScale) == 0x0004E0, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKScale' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKPelvisOffset) == 0x0004E4, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKPelvisOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS_QuadrupedIK, IKNeckOffset) == 0x0004E8, "Member 'UBUAnimHumanoidCS_QuadrupedIK::IKNeckOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnim_PostProcess_BlueprintUpdateAnimation \ +static_assert(alignof(BUAnim_PostProcess_BlueprintUpdateAnimation) == 0x000004, "Wrong alignment on BUAnim_PostProcess_BlueprintUpdateAnimation"); \ +static_assert(sizeof(BUAnim_PostProcess_BlueprintUpdateAnimation) == 0x000004, "Wrong size on BUAnim_PostProcess_BlueprintUpdateAnimation"); \ +static_assert(offsetof(BUAnim_PostProcess_BlueprintUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnim_PostProcess_BlueprintUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnim_PostProcess \ +static_assert(alignof(UBUAnim_PostProcess) == 0x000010, "Wrong alignment on UBUAnim_PostProcess"); \ +static_assert(sizeof(UBUAnim_PostProcess) == 0x000380, "Wrong size on UBUAnim_PostProcess"); \ +static_assert(offsetof(UBUAnim_PostProcess, AttackOffset_Alpha) == 0x000350, "Member 'UBUAnim_PostProcess::AttackOffset_Alpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess, AttackOffset_AttackOffsetType) == 0x000354, "Member 'UBUAnim_PostProcess::AttackOffset_AttackOffsetType' has a wrong offset!"); \ +static_assert(offsetof(UBUAnim_PostProcess, AttackOffset_WorldRotOffset) == 0x000360, "Member 'UBUAnim_PostProcess::AttackOffset_WorldRotOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUAnimHumanoidCS_BlueprintThreadSafeUpdateAnimation \ +static_assert(alignof(BUAnimHumanoidCS_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong alignment on BUAnimHumanoidCS_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(sizeof(BUAnimHumanoidCS_BlueprintThreadSafeUpdateAnimation) == 0x000004, "Wrong size on BUAnimHumanoidCS_BlueprintThreadSafeUpdateAnimation"); \ +static_assert(offsetof(BUAnimHumanoidCS_BlueprintThreadSafeUpdateAnimation, DeltaTimeX) == 0x000000, "Member 'BUAnimHumanoidCS_BlueprintThreadSafeUpdateAnimation::DeltaTimeX' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUAnimHumanoidCS \ +static_assert(alignof(UBUAnimHumanoidCS) == 0x000010, "Wrong alignment on UBUAnimHumanoidCS"); \ +static_assert(sizeof(UBUAnimHumanoidCS) == 0x000460, "Wrong size on UBUAnimHumanoidCS"); \ +static_assert(offsetof(UBUAnimHumanoidCS, HandIKAlpha) == 0x000358, "Member 'UBUAnimHumanoidCS::HandIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, DefaultAOAlpha) == 0x00035C, "Member 'UBUAnimHumanoidCS::DefaultAOAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AttackAOAlpha) == 0x000360, "Member 'UBUAnimHumanoidCS::AttackAOAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, BSSlotAlpha) == 0x000364, "Member 'UBUAnimHumanoidCS::BSSlotAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, MMKeepAlpha) == 0x000368, "Member 'UBUAnimHumanoidCS::MMKeepAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, PoseSnapshot) == 0x000378, "Member 'UBUAnimHumanoidCS::PoseSnapshot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, EnableSnapshotBlendTime) == 0x0003B0, "Member 'UBUAnimHumanoidCS::EnableSnapshotBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, DisableSnapshotBlendTime) == 0x0003B4, "Member 'UBUAnimHumanoidCS::DisableSnapshotBlendTime' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AMMatryoshkaAlpha) == 0x0003BC, "Member 'UBUAnimHumanoidCS::AMMatryoshkaAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AttackIKAlpha) == 0x0003C0, "Member 'UBUAnimHumanoidCS::AttackIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, MappedSpeed) == 0x0003C8, "Member 'UBUAnimHumanoidCS::MappedSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, HeadAimYaw) == 0x0003CC, "Member 'UBUAnimHumanoidCS::HeadAimYaw' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, HeadAimPitch) == 0x0003D0, "Member 'UBUAnimHumanoidCS::HeadAimPitch' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, HeadAimAlpha) == 0x0003D4, "Member 'UBUAnimHumanoidCS::HeadAimAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, FootIKAlpha) == 0x0003D8, "Member 'UBUAnimHumanoidCS::FootIKAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, IKPelivisAlpha) == 0x0003DC, "Member 'UBUAnimHumanoidCS::IKPelivisAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, IKSpinePitch) == 0x0003E0, "Member 'UBUAnimHumanoidCS::IKSpinePitch' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, IKSpineRoll) == 0x0003E4, "Member 'UBUAnimHumanoidCS::IKSpineRoll' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, IKInterpSpeed) == 0x0003E8, "Member 'UBUAnimHumanoidCS::IKInterpSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AnimIdle) == 0x0003F0, "Member 'UBUAnimHumanoidCS::AnimIdle' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, DefaultAimOffset) == 0x0003F8, "Member 'UBUAnimHumanoidCS::DefaultAimOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AttackAimOffset) == 0x000400, "Member 'UBUAnimHumanoidCS::AttackAimOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AttackAimOffsetEnableX) == 0x00040C, "Member 'UBUAnimHumanoidCS::AttackAimOffsetEnableX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AttackAimOffsetEnableY) == 0x000410, "Member 'UBUAnimHumanoidCS::AttackAimOffsetEnableY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AnimDingShenStart) == 0x000418, "Member 'UBUAnimHumanoidCS::AnimDingShenStart' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, AnimDingShenHold) == 0x000420, "Member 'UBUAnimHumanoidCS::AnimDingShenHold' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, BSSlot) == 0x000428, "Member 'UBUAnimHumanoidCS::BSSlot' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, BSSlotY) == 0x000430, "Member 'UBUAnimHumanoidCS::BSSlotY' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, BSSlotX) == 0x000434, "Member 'UBUAnimHumanoidCS::BSSlotX' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, WeaponAimAlpha) == 0x00043C, "Member 'UBUAnimHumanoidCS::WeaponAimAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, PhysicBlendAlpha) == 0x000440, "Member 'UBUAnimHumanoidCS::PhysicBlendAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, SlopeAlpha) == 0x000444, "Member 'UBUAnimHumanoidCS::SlopeAlpha' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, ASSlopeAdditiveLocalSpace) == 0x000448, "Member 'UBUAnimHumanoidCS::ASSlopeAdditiveLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, ASSlopeAdditiveMeshSpace) == 0x000450, "Member 'UBUAnimHumanoidCS::ASSlopeAdditiveMeshSpace' has a wrong offset!"); \ +static_assert(offsetof(UBUAnimHumanoidCS, BSMoveSpeedAdditive) == 0x000458, "Member 'UBUAnimHumanoidCS::BSMoveSpeedAdditive' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBAIT_MoveToSceneItemAndCastSkill \ +static_assert(alignof(UBAIT_MoveToSceneItemAndCastSkill) == 0x000008, "Wrong alignment on UBAIT_MoveToSceneItemAndCastSkill"); \ +static_assert(sizeof(UBAIT_MoveToSceneItemAndCastSkill) == 0x0000D0, "Wrong size on UBAIT_MoveToSceneItemAndCastSkill"); \ +static_assert(offsetof(UBAIT_MoveToSceneItemAndCastSkill, BeginRotateAngle) == 0x0000A8, "Member 'UBAIT_MoveToSceneItemAndCastSkill::BeginRotateAngle' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToSceneItemAndCastSkill, MoveToSceneItemCastSkill) == 0x0000B0, "Member 'UBAIT_MoveToSceneItemAndCastSkill::MoveToSceneItemCastSkill' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToSceneItemAndCastSkill, RetryAimToSceneItemLimitTime) == 0x0000B8, "Member 'UBAIT_MoveToSceneItemAndCastSkill::RetryAimToSceneItemLimitTime' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToSceneItemAndCastSkill, MoveToBuff) == 0x0000BC, "Member 'UBAIT_MoveToSceneItemAndCastSkill::MoveToBuff' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToSceneItemAndCastSkill, MoveToBuffDuration) == 0x0000C0, "Member 'UBAIT_MoveToSceneItemAndCastSkill::MoveToBuffDuration' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToSceneItemAndCastSkill, SignatrueBuff) == 0x0000C4, "Member 'UBAIT_MoveToSceneItemAndCastSkill::SignatrueBuff' has a wrong offset!"); \ +static_assert(offsetof(UBAIT_MoveToSceneItemAndCastSkill, MoveToAllowOffset) == 0x0000C8, "Member 'UBAIT_MoveToSceneItemAndCastSkill::MoveToAllowOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_ShortcutDescCS \ +static_assert(alignof(UBI_ShortcutDescCS) == 0x000008, "Wrong alignment on UBI_ShortcutDescCS"); \ +static_assert(sizeof(UBI_ShortcutDescCS) == 0x0003E8, "Wrong size on UBI_ShortcutDescCS"); \ +static_assert(offsetof(UBI_ShortcutDescCS, InputAction) == 0x0003D8, "Member 'UBI_ShortcutDescCS::InputAction' has a wrong offset!"); \ +static_assert(offsetof(UBI_ShortcutDescCS, InputIconTexture) == 0x0003E0, "Member 'UBI_ShortcutDescCS::InputIconTexture' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyle14CS \ +static_assert(alignof(UBI_TransStyle14CS) == 0x000008, "Wrong alignment on UBI_TransStyle14CS"); \ +static_assert(sizeof(UBI_TransStyle14CS) == 0x0003E0, "Wrong size on UBI_TransStyle14CS"); \ + +#define DUMPER7_ASSERTS_UBI_TransStyle16CS \ +static_assert(alignof(UBI_TransStyle16CS) == 0x000008, "Wrong alignment on UBI_TransStyle16CS"); \ +static_assert(sizeof(UBI_TransStyle16CS) == 0x0003E0, "Wrong size on UBI_TransStyle16CS"); \ + +#define DUMPER7_ASSERTS_UBI_TalentLineCS \ +static_assert(alignof(UBI_TalentLineCS) == 0x000008, "Wrong alignment on UBI_TalentLineCS"); \ +static_assert(sizeof(UBI_TalentLineCS) == 0x0003E0, "Wrong size on UBI_TalentLineCS"); \ +static_assert(offsetof(UBI_TalentLineCS, ParentID) == 0x0003D8, "Member 'UBI_TalentLineCS::ParentID' has a wrong offset!"); \ +static_assert(offsetof(UBI_TalentLineCS, ChildID) == 0x0003DC, "Member 'UBI_TalentLineCS::ChildID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_RideMountCS \ +static_assert(alignof(UBI_RideMountCS) == 0x000008, "Wrong alignment on UBI_RideMountCS"); \ +static_assert(sizeof(UBI_RideMountCS) == 0x000480, "Wrong size on UBI_RideMountCS"); \ + +#define DUMPER7_ASSERTS_UBUI_ConnectInfoPanel \ +static_assert(alignof(UBUI_ConnectInfoPanel) == 0x000008, "Wrong alignment on UBUI_ConnectInfoPanel"); \ +static_assert(sizeof(UBUI_ConnectInfoPanel) == 0x0003D8, "Wrong size on UBUI_ConnectInfoPanel"); \ + +#define DUMPER7_ASSERTS_UBI_StickLevelDotCS \ +static_assert(alignof(UBI_StickLevelDotCS) == 0x000008, "Wrong alignment on UBI_StickLevelDotCS"); \ +static_assert(sizeof(UBI_StickLevelDotCS) == 0x0003E0, "Wrong size on UBI_StickLevelDotCS"); \ +static_assert(offsetof(UBI_StickLevelDotCS, BindPelevel) == 0x0003D8, "Member 'UBI_StickLevelDotCS::BindPelevel' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_AbnormalStateAccBarCS \ +static_assert(alignof(UBI_AbnormalStateAccBarCS) == 0x000008, "Wrong alignment on UBI_AbnormalStateAccBarCS"); \ +static_assert(sizeof(UBI_AbnormalStateAccBarCS) == 0x0003E0, "Wrong size on UBI_AbnormalStateAccBarCS"); \ +static_assert(offsetof(UBI_AbnormalStateAccBarCS, AbnormalStateType) == 0x0003D8, "Member 'UBI_AbnormalStateAccBarCS::AbnormalStateType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_PlayerBarCS \ +static_assert(alignof(UBI_PlayerBarCS) == 0x000008, "Wrong alignment on UBI_PlayerBarCS"); \ +static_assert(sizeof(UBI_PlayerBarCS) == 0x0003D8, "Wrong size on UBI_PlayerBarCS"); \ + +#define DUMPER7_ASSERTS_UBI_ShortcutBaseCS \ +static_assert(alignof(UBI_ShortcutBaseCS) == 0x000008, "Wrong alignment on UBI_ShortcutBaseCS"); \ +static_assert(sizeof(UBI_ShortcutBaseCS) == 0x000480, "Wrong size on UBI_ShortcutBaseCS"); \ +static_assert(offsetof(UBI_ShortcutBaseCS, ShowInputType) == 0x00047A, "Member 'UBI_ShortcutBaseCS::ShowInputType' has a wrong offset!"); \ +static_assert(offsetof(UBI_ShortcutBaseCS, ShortcutType) == 0x00047B, "Member 'UBI_ShortcutBaseCS::ShortcutType' has a wrong offset!"); \ +static_assert(offsetof(UBI_ShortcutBaseCS, CurPosIdx) == 0x00047C, "Member 'UBI_ShortcutBaseCS::CurPosIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_ShortcutItemBaseCS \ +static_assert(alignof(UBI_ShortcutItemBaseCS) == 0x000008, "Wrong alignment on UBI_ShortcutItemBaseCS"); \ +static_assert(sizeof(UBI_ShortcutItemBaseCS) == 0x0003E0, "Wrong size on UBI_ShortcutItemBaseCS"); \ +static_assert(offsetof(UBI_ShortcutItemBaseCS, CurPosIdx) == 0x0003D8, "Member 'UBI_ShortcutItemBaseCS::CurPosIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_ShortcutItemCS \ +static_assert(alignof(UBI_ShortcutItemCS) == 0x000008, "Wrong alignment on UBI_ShortcutItemCS"); \ +static_assert(sizeof(UBI_ShortcutItemCS) == 0x0003D8, "Wrong size on UBI_ShortcutItemCS"); \ + +#define DUMPER7_ASSERTS_UBI_ShortcutNumCS \ +static_assert(alignof(UBI_ShortcutNumCS) == 0x000008, "Wrong alignment on UBI_ShortcutNumCS"); \ +static_assert(sizeof(UBI_ShortcutNumCS) == 0x000480, "Wrong size on UBI_ShortcutNumCS"); \ +static_assert(offsetof(UBI_ShortcutNumCS, ShowInputType) == 0x00047A, "Member 'UBI_ShortcutNumCS::ShowInputType' has a wrong offset!"); \ +static_assert(offsetof(UBI_ShortcutNumCS, CurPosIdx) == 0x00047C, "Member 'UBI_ShortcutNumCS::CurPosIdx' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_ShortcutSpellCS \ +static_assert(alignof(UBI_ShortcutSpellCS) == 0x000008, "Wrong alignment on UBI_ShortcutSpellCS"); \ +static_assert(sizeof(UBI_ShortcutSpellCS) == 0x0003E0, "Wrong size on UBI_ShortcutSpellCS"); \ + +#define DUMPER7_ASSERTS_UBI_TransShortcutSpellCS \ +static_assert(alignof(UBI_TransShortcutSpellCS) == 0x000008, "Wrong alignment on UBI_TransShortcutSpellCS"); \ +static_assert(sizeof(UBI_TransShortcutSpellCS) == 0x0003D8, "Wrong size on UBI_TransShortcutSpellCS"); \ + +#define DUMPER7_ASSERTS_UBI_TransCS \ +static_assert(alignof(UBI_TransCS) == 0x000008, "Wrong alignment on UBI_TransCS"); \ +static_assert(sizeof(UBI_TransCS) == 0x0003D8, "Wrong size on UBI_TransCS"); \ + +#define DUMPER7_ASSERTS_UBI_UnitBarCS \ +static_assert(alignof(UBI_UnitBarCS) == 0x000008, "Wrong alignment on UBI_UnitBarCS"); \ +static_assert(sizeof(UBI_UnitBarCS) == 0x0003E0, "Wrong size on UBI_UnitBarCS"); \ + +#define DUMPER7_ASSERTS_UBI_DropManualCS \ +static_assert(alignof(UBI_DropManualCS) == 0x000008, "Wrong alignment on UBI_DropManualCS"); \ +static_assert(sizeof(UBI_DropManualCS) == 0x0003D8, "Wrong size on UBI_DropManualCS"); \ + +#define DUMPER7_ASSERTS_UBUI_CommErrorTips \ +static_assert(alignof(UBUI_CommErrorTips) == 0x000008, "Wrong alignment on UBUI_CommErrorTips"); \ +static_assert(sizeof(UBUI_CommErrorTips) == 0x0003D8, "Wrong size on UBUI_CommErrorTips"); \ + +#define DUMPER7_ASSERTS_BUI_ReplayPanel_OnSliderValueChanged \ +static_assert(alignof(BUI_ReplayPanel_OnSliderValueChanged) == 0x000004, "Wrong alignment on BUI_ReplayPanel_OnSliderValueChanged"); \ +static_assert(sizeof(BUI_ReplayPanel_OnSliderValueChanged) == 0x000004, "Wrong size on BUI_ReplayPanel_OnSliderValueChanged"); \ +static_assert(offsetof(BUI_ReplayPanel_OnSliderValueChanged, Value) == 0x000000, "Member 'BUI_ReplayPanel_OnSliderValueChanged::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ReplayPanel \ +static_assert(alignof(UBUI_ReplayPanel) == 0x000008, "Wrong alignment on UBUI_ReplayPanel"); \ +static_assert(sizeof(UBUI_ReplayPanel) == 0x0003D8, "Wrong size on UBUI_ReplayPanel"); \ + +#define DUMPER7_ASSERTS_UBUI_AbnormalStateAcc_Box \ +static_assert(alignof(UBUI_AbnormalStateAcc_Box) == 0x000008, "Wrong alignment on UBUI_AbnormalStateAcc_Box"); \ +static_assert(sizeof(UBUI_AbnormalStateAcc_Box) == 0x0003F0, "Wrong size on UBUI_AbnormalStateAcc_Box"); \ +static_assert(offsetof(UBUI_AbnormalStateAcc_Box, MoveUp_Duration) == 0x0003D8, "Member 'UBUI_AbnormalStateAcc_Box::MoveUp_Duration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_AbnormalStateAcc_Box, MoveUp_FuncType) == 0x0003DC, "Member 'UBUI_AbnormalStateAcc_Box::MoveUp_FuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_AbnormalStateAcc_Box, MoveDown_Duration) == 0x0003E0, "Member 'UBUI_AbnormalStateAcc_Box::MoveDown_Duration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_AbnormalStateAcc_Box, MoveDown_FuncType) == 0x0003E4, "Member 'UBUI_AbnormalStateAcc_Box::MoveDown_FuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_AbnormalStateAcc_Box, Hidden_Duration) == 0x0003E8, "Member 'UBUI_AbnormalStateAcc_Box::Hidden_Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_StateItem \ +static_assert(alignof(UBUI_StateItem) == 0x000008, "Wrong alignment on UBUI_StateItem"); \ +static_assert(sizeof(UBUI_StateItem) == 0x0003F8, "Wrong size on UBUI_StateItem"); \ +static_assert(offsetof(UBUI_StateItem, Padding_Left) == 0x0003D8, "Member 'UBUI_StateItem::Padding_Left' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StateItem, Padding_Right) == 0x0003DC, "Member 'UBUI_StateItem::Padding_Right' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StateItem, WarningRemaining) == 0x0003E0, "Member 'UBUI_StateItem::WarningRemaining' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StateItem, WarnningFlashCurve) == 0x0003E8, "Member 'UBUI_StateItem::WarnningFlashCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StateItem, WarningFlashAge) == 0x0003F0, "Member 'UBUI_StateItem::WarningFlashAge' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_NameBar \ +static_assert(alignof(UBUI_NameBar) == 0x000008, "Wrong alignment on UBUI_NameBar"); \ +static_assert(sizeof(UBUI_NameBar) == 0x0003E8, "Wrong size on UBUI_NameBar"); \ +static_assert(offsetof(UBUI_NameBar, ItemNameText) == 0x0003D8, "Member 'UBUI_NameBar::ItemNameText' has a wrong offset!"); \ +static_assert(offsetof(UBUI_NameBar, BackImage) == 0x0003E0, "Member 'UBUI_NameBar::BackImage' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_FOnButtonReleasedEvent_LamdaHolder \ +static_assert(alignof(UBUI_FOnButtonReleasedEvent_LamdaHolder) == 0x000008, "Wrong alignment on UBUI_FOnButtonReleasedEvent_LamdaHolder"); \ +static_assert(sizeof(UBUI_FOnButtonReleasedEvent_LamdaHolder) == 0x000028, "Wrong size on UBUI_FOnButtonReleasedEvent_LamdaHolder"); \ + +#define DUMPER7_ASSERTS_UBUI_WidgetComponent \ +static_assert(alignof(UBUI_WidgetComponent) == 0x000008, "Wrong alignment on UBUI_WidgetComponent"); \ +static_assert(sizeof(UBUI_WidgetComponent) == 0x000028, "Wrong size on UBUI_WidgetComponent"); \ + +#define DUMPER7_ASSERTS_UUserObjectListEntryParams \ +static_assert(alignof(UUserObjectListEntryParams) == 0x000008, "Wrong alignment on UUserObjectListEntryParams"); \ +static_assert(sizeof(UUserObjectListEntryParams) == 0x000028, "Wrong size on UUserObjectListEntryParams"); \ + +#define DUMPER7_ASSERTS_BUI_DataValidatePanel_OnCheckDisplayFull \ +static_assert(alignof(BUI_DataValidatePanel_OnCheckDisplayFull) == 0x000001, "Wrong alignment on BUI_DataValidatePanel_OnCheckDisplayFull"); \ +static_assert(sizeof(BUI_DataValidatePanel_OnCheckDisplayFull) == 0x000001, "Wrong size on BUI_DataValidatePanel_OnCheckDisplayFull"); \ + +#define DUMPER7_ASSERTS_UBUI_DataValidatePanel \ +static_assert(alignof(UBUI_DataValidatePanel) == 0x000008, "Wrong alignment on UBUI_DataValidatePanel"); \ +static_assert(sizeof(UBUI_DataValidatePanel) == 0x0003D8, "Wrong size on UBUI_DataValidatePanel"); \ + +#define DUMPER7_ASSERTS_UBUI_ExceptionPanel \ +static_assert(alignof(UBUI_ExceptionPanel) == 0x000008, "Wrong alignment on UBUI_ExceptionPanel"); \ +static_assert(sizeof(UBUI_ExceptionPanel) == 0x0003D8, "Wrong size on UBUI_ExceptionPanel"); \ + +#define DUMPER7_ASSERTS_BUI_UnitDebugInfo_OnRegistOwner \ +static_assert(alignof(BUI_UnitDebugInfo_OnRegistOwner) == 0x000008, "Wrong alignment on BUI_UnitDebugInfo_OnRegistOwner"); \ +static_assert(sizeof(BUI_UnitDebugInfo_OnRegistOwner) == 0x000008, "Wrong size on BUI_UnitDebugInfo_OnRegistOwner"); \ +static_assert(offsetof(BUI_UnitDebugInfo_OnRegistOwner, UnitActor) == 0x000000, "Member 'BUI_UnitDebugInfo_OnRegistOwner::UnitActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_UnitDebugInfo \ +static_assert(alignof(UBUI_UnitDebugInfo) == 0x000008, "Wrong alignment on UBUI_UnitDebugInfo"); \ +static_assert(sizeof(UBUI_UnitDebugInfo) == 0x0003E8, "Wrong size on UBUI_UnitDebugInfo"); \ +static_assert(offsetof(UBUI_UnitDebugInfo, InfoTemp) == 0x0003D8, "Member 'UBUI_UnitDebugInfo::InfoTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_UnitDebugInfo, UnitSelf) == 0x0003E0, "Member 'UBUI_UnitDebugInfo::UnitSelf' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ActorDraggingContainter \ +static_assert(alignof(UWBP_ActorDraggingContainter) == 0x000008, "Wrong alignment on UWBP_ActorDraggingContainter"); \ +static_assert(sizeof(UWBP_ActorDraggingContainter) == 0x0003E0, "Wrong size on UWBP_ActorDraggingContainter"); \ +static_assert(offsetof(UWBP_ActorDraggingContainter, draggableActor) == 0x0003D8, "Member 'UWBP_ActorDraggingContainter::draggableActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnMouseButtonDown \ +static_assert(alignof(WBP_ActorDraggingController_OnMouseButtonDown) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnMouseButtonDown"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnMouseButtonDown) == 0x000188, "Wrong size on WBP_ActorDraggingController_OnMouseButtonDown"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnMouseButtonDown, MyGeometry) == 0x000000, "Member 'WBP_ActorDraggingController_OnMouseButtonDown::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnMouseButtonDown, MouseEvent) == 0x000040, "Member 'WBP_ActorDraggingController_OnMouseButtonDown::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnMouseButtonDown, ReturnValue) == 0x0000D0, "Member 'WBP_ActorDraggingController_OnMouseButtonDown::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnDragCancelled \ +static_assert(alignof(WBP_ActorDraggingController_OnDragCancelled) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnDragCancelled"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnDragCancelled) == 0x000098, "Wrong size on WBP_ActorDraggingController_OnDragCancelled"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragCancelled, PointerEvent) == 0x000000, "Member 'WBP_ActorDraggingController_OnDragCancelled::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragCancelled, Operation) == 0x000090, "Member 'WBP_ActorDraggingController_OnDragCancelled::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnDragDetected \ +static_assert(alignof(WBP_ActorDraggingController_OnDragDetected) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnDragDetected"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnDragDetected) == 0x0000D8, "Wrong size on WBP_ActorDraggingController_OnDragDetected"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragDetected, MyGeometry) == 0x000000, "Member 'WBP_ActorDraggingController_OnDragDetected::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragDetected, PointerEvent) == 0x000040, "Member 'WBP_ActorDraggingController_OnDragDetected::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragDetected, Operation) == 0x0000D0, "Member 'WBP_ActorDraggingController_OnDragDetected::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnMouseButtonDownCallback \ +static_assert(alignof(WBP_ActorDraggingController_OnMouseButtonDownCallback) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnMouseButtonDownCallback"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnMouseButtonDownCallback) == 0x000188, "Wrong size on WBP_ActorDraggingController_OnMouseButtonDownCallback"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnMouseButtonDownCallback, MyGeometry) == 0x000000, "Member 'WBP_ActorDraggingController_OnMouseButtonDownCallback::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnMouseButtonDownCallback, MouseEvent) == 0x000040, "Member 'WBP_ActorDraggingController_OnMouseButtonDownCallback::MouseEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnMouseButtonDownCallback, ReturnValue) == 0x0000D0, "Member 'WBP_ActorDraggingController_OnMouseButtonDownCallback::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnDragOver \ +static_assert(alignof(WBP_ActorDraggingController_OnDragOver) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnDragOver"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnDragOver) == 0x0000E0, "Wrong size on WBP_ActorDraggingController_OnDragOver"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragOver, MyGeometry) == 0x000000, "Member 'WBP_ActorDraggingController_OnDragOver::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragOver, PointerEvent) == 0x000040, "Member 'WBP_ActorDraggingController_OnDragOver::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragOver, Operation) == 0x0000D0, "Member 'WBP_ActorDraggingController_OnDragOver::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnDragCancelledCallback \ +static_assert(alignof(WBP_ActorDraggingController_OnDragCancelledCallback) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnDragCancelledCallback"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnDragCancelledCallback) == 0x000098, "Wrong size on WBP_ActorDraggingController_OnDragCancelledCallback"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragCancelledCallback, PointerEvent) == 0x000000, "Member 'WBP_ActorDraggingController_OnDragCancelledCallback::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragCancelledCallback, Operation) == 0x000090, "Member 'WBP_ActorDraggingController_OnDragCancelledCallback::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnDragDetectedCallback \ +static_assert(alignof(WBP_ActorDraggingController_OnDragDetectedCallback) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnDragDetectedCallback"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnDragDetectedCallback) == 0x0000D0, "Wrong size on WBP_ActorDraggingController_OnDragDetectedCallback"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragDetectedCallback, MyGeometry) == 0x000000, "Member 'WBP_ActorDraggingController_OnDragDetectedCallback::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragDetectedCallback, PointerEvent) == 0x000040, "Member 'WBP_ActorDraggingController_OnDragDetectedCallback::PointerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_WBP_ActorDraggingController_OnDragOverCallback \ +static_assert(alignof(WBP_ActorDraggingController_OnDragOverCallback) == 0x000008, "Wrong alignment on WBP_ActorDraggingController_OnDragOverCallback"); \ +static_assert(sizeof(WBP_ActorDraggingController_OnDragOverCallback) == 0x0000E0, "Wrong size on WBP_ActorDraggingController_OnDragOverCallback"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragOverCallback, MyGeometry) == 0x000000, "Member 'WBP_ActorDraggingController_OnDragOverCallback::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragOverCallback, PointerEvent) == 0x000040, "Member 'WBP_ActorDraggingController_OnDragOverCallback::PointerEvent' has a wrong offset!"); \ +static_assert(offsetof(WBP_ActorDraggingController_OnDragOverCallback, Operation) == 0x0000D0, "Member 'WBP_ActorDraggingController_OnDragOverCallback::Operation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UWBP_ActorDraggingController \ +static_assert(alignof(UWBP_ActorDraggingController) == 0x000008, "Wrong alignment on UWBP_ActorDraggingController"); \ +static_assert(sizeof(UWBP_ActorDraggingController) == 0x0003E8, "Wrong size on UWBP_ActorDraggingController"); \ +static_assert(offsetof(UWBP_ActorDraggingController, dragDropOperationTemplate) == 0x0003D8, "Member 'UWBP_ActorDraggingController::dragDropOperationTemplate' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorDraggingController, RotateSpeed) == 0x0003E0, "Member 'UWBP_ActorDraggingController::RotateSpeed' has a wrong offset!"); \ +static_assert(offsetof(UWBP_ActorDraggingController, dragBeginPos) == 0x0003E4, "Member 'UWBP_ActorDraggingController::dragBeginPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_CanvasCoordTransMainWidget_OnTickCallback \ +static_assert(alignof(CanvasCoordTransMainWidget_OnTickCallback) == 0x000004, "Wrong alignment on CanvasCoordTransMainWidget_OnTickCallback"); \ +static_assert(sizeof(CanvasCoordTransMainWidget_OnTickCallback) == 0x000004, "Wrong size on CanvasCoordTransMainWidget_OnTickCallback"); \ +static_assert(offsetof(CanvasCoordTransMainWidget_OnTickCallback, DeltaTime) == 0x000000, "Member 'CanvasCoordTransMainWidget_OnTickCallback::DeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UCanvasCoordTransMainWidget \ +static_assert(alignof(UCanvasCoordTransMainWidget) == 0x000008, "Wrong alignment on UCanvasCoordTransMainWidget"); \ +static_assert(sizeof(UCanvasCoordTransMainWidget) == 0x0003E8, "Wrong size on UCanvasCoordTransMainWidget"); \ +static_assert(offsetof(UCanvasCoordTransMainWidget, ImgSize) == 0x0003D8, "Member 'UCanvasCoordTransMainWidget::ImgSize' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ListViewDemoEntryWidget_OnItemSelectionChangedCallback \ +static_assert(alignof(ListViewDemoEntryWidget_OnItemSelectionChangedCallback) == 0x000001, "Wrong alignment on ListViewDemoEntryWidget_OnItemSelectionChangedCallback"); \ +static_assert(sizeof(ListViewDemoEntryWidget_OnItemSelectionChangedCallback) == 0x000001, "Wrong size on ListViewDemoEntryWidget_OnItemSelectionChangedCallback"); \ + +#define DUMPER7_ASSERTS_ListViewDemoEntryWidget_OnListItemObjectSetCallback \ +static_assert(alignof(ListViewDemoEntryWidget_OnListItemObjectSetCallback) == 0x000008, "Wrong alignment on ListViewDemoEntryWidget_OnListItemObjectSetCallback"); \ +static_assert(sizeof(ListViewDemoEntryWidget_OnListItemObjectSetCallback) == 0x000008, "Wrong size on ListViewDemoEntryWidget_OnListItemObjectSetCallback"); \ +static_assert(offsetof(ListViewDemoEntryWidget_OnListItemObjectSetCallback, ListItemObject) == 0x000000, "Member 'ListViewDemoEntryWidget_OnListItemObjectSetCallback::ListItemObject' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListViewDemoEntryWidget \ +static_assert(alignof(UListViewDemoEntryWidget) == 0x000008, "Wrong alignment on UListViewDemoEntryWidget"); \ +static_assert(sizeof(UListViewDemoEntryWidget) == 0x0002C8, "Wrong size on UListViewDemoEntryWidget"); \ +static_assert(offsetof(UListViewDemoEntryWidget, SelectedColor) == 0x0002A8, "Member 'UListViewDemoEntryWidget::SelectedColor' has a wrong offset!"); \ +static_assert(offsetof(UListViewDemoEntryWidget, DefaultColor) == 0x0002B8, "Member 'UListViewDemoEntryWidget::DefaultColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AListViewDemoItemObject \ +static_assert(alignof(AListViewDemoItemObject) == 0x000008, "Wrong alignment on AListViewDemoItemObject"); \ +static_assert(sizeof(AListViewDemoItemObject) == 0x0002A8, "Wrong size on AListViewDemoItemObject"); \ +static_assert(offsetof(AListViewDemoItemObject, itemText) == 0x000288, "Member 'AListViewDemoItemObject::itemText' has a wrong offset!"); \ +static_assert(offsetof(AListViewDemoItemObject, itemColor) == 0x000298, "Member 'AListViewDemoItemObject::itemColor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UListViewDemoWidget \ +static_assert(alignof(UListViewDemoWidget) == 0x000008, "Wrong alignment on UListViewDemoWidget"); \ +static_assert(sizeof(UListViewDemoWidget) == 0x0003E0, "Wrong size on UListViewDemoWidget"); \ +static_assert(offsetof(UListViewDemoWidget, entryTemplate) == 0x0003D8, "Member 'UListViewDemoWidget::entryTemplate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ATileViewDemoMediator \ +static_assert(alignof(ATileViewDemoMediator) == 0x000008, "Wrong alignment on ATileViewDemoMediator"); \ +static_assert(sizeof(ATileViewDemoMediator) == 0x0002A0, "Wrong size on ATileViewDemoMediator"); \ +static_assert(offsetof(ATileViewDemoMediator, tex0) == 0x000288, "Member 'ATileViewDemoMediator::tex0' has a wrong offset!"); \ +static_assert(offsetof(ATileViewDemoMediator, tex1) == 0x000290, "Member 'ATileViewDemoMediator::tex1' has a wrong offset!"); \ +static_assert(offsetof(ATileViewDemoMediator, tex2) == 0x000298, "Member 'ATileViewDemoMediator::tex2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UTileViewDemoWidget \ +static_assert(alignof(UTileViewDemoWidget) == 0x000008, "Wrong alignment on UTileViewDemoWidget"); \ +static_assert(sizeof(UTileViewDemoWidget) == 0x0003D8, "Wrong size on UTileViewDemoWidget"); \ + +#define DUMPER7_ASSERTS_UI_EditorUtilSample_ConstructCS \ +static_assert(alignof(UI_EditorUtilSample_ConstructCS) == 0x000008, "Wrong alignment on UI_EditorUtilSample_ConstructCS"); \ +static_assert(sizeof(UI_EditorUtilSample_ConstructCS) == 0x000008, "Wrong size on UI_EditorUtilSample_ConstructCS"); \ +static_assert(offsetof(UI_EditorUtilSample_ConstructCS, Widget) == 0x000000, "Member 'UI_EditorUtilSample_ConstructCS::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UI_EditorUtilSample_TickCS \ +static_assert(alignof(UI_EditorUtilSample_TickCS) == 0x000008, "Wrong alignment on UI_EditorUtilSample_TickCS"); \ +static_assert(sizeof(UI_EditorUtilSample_TickCS) == 0x000048, "Wrong size on UI_EditorUtilSample_TickCS"); \ +static_assert(offsetof(UI_EditorUtilSample_TickCS, MyGeometry) == 0x000000, "Member 'UI_EditorUtilSample_TickCS::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(UI_EditorUtilSample_TickCS, InDeltaTime) == 0x000040, "Member 'UI_EditorUtilSample_TickCS::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UUI_EditorUtilSample \ +static_assert(alignof(UUI_EditorUtilSample) == 0x000008, "Wrong alignment on UUI_EditorUtilSample"); \ +static_assert(sizeof(UUI_EditorUtilSample) == 0x000030, "Wrong size on UUI_EditorUtilSample"); \ +static_assert(offsetof(UUI_EditorUtilSample, DataObj) == 0x000028, "Member 'UUI_EditorUtilSample::DataObj' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GMOptimizePanel \ +static_assert(alignof(UBUI_GMOptimizePanel) == 0x000008, "Wrong alignment on UBUI_GMOptimizePanel"); \ +static_assert(sizeof(UBUI_GMOptimizePanel) == 0x0003D8, "Wrong size on UBUI_GMOptimizePanel"); \ + +#define DUMPER7_ASSERTS_UBUI_GMRootPanel \ +static_assert(alignof(UBUI_GMRootPanel) == 0x000008, "Wrong alignment on UBUI_GMRootPanel"); \ +static_assert(sizeof(UBUI_GMRootPanel) == 0x0003D8, "Wrong size on UBUI_GMRootPanel"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleTTTB \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleTTTB) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleTTTB"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleTTTB) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleTTTB"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleJYBS \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleJYBS) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleJYBS"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleJYBS) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleJYBS"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleFTXD \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleFTXD) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleFTXD"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleFTXD) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleFTXD"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleZZG \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleZZG) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleZZG"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleZZG) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleZZG"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleCCG \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleCCG) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleCCG"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleCCG) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleCCG"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleJC \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleJC) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleJC"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleJC) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleJC"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleFS \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleFS) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleFS"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleFS) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleFS"); \ + +#define DUMPER7_ASSERTS_BUI_GMSkillPanel_OnToggleDS \ +static_assert(alignof(BUI_GMSkillPanel_OnToggleDS) == 0x000001, "Wrong alignment on BUI_GMSkillPanel_OnToggleDS"); \ +static_assert(sizeof(BUI_GMSkillPanel_OnToggleDS) == 0x000001, "Wrong size on BUI_GMSkillPanel_OnToggleDS"); \ + +#define DUMPER7_ASSERTS_UBUI_GMSkillPanel \ +static_assert(alignof(UBUI_GMSkillPanel) == 0x000008, "Wrong alignment on UBUI_GMSkillPanel"); \ +static_assert(sizeof(UBUI_GMSkillPanel) == 0x0003E0, "Wrong size on UBUI_GMSkillPanel"); \ +static_assert(offsetof(UBUI_GMSkillPanel, CheckTemp) == 0x0003D8, "Member 'UBUI_GMSkillPanel::CheckTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnChangeDoEnableEnemyBar \ +static_assert(alignof(BUI_GMUI_OnChangeDoEnableEnemyBar) == 0x000001, "Wrong alignment on BUI_GMUI_OnChangeDoEnableEnemyBar"); \ +static_assert(sizeof(BUI_GMUI_OnChangeDoEnableEnemyBar) == 0x000001, "Wrong size on BUI_GMUI_OnChangeDoEnableEnemyBar"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnChangeDoLockStamina \ +static_assert(alignof(BUI_GMUI_OnChangeDoLockStamina) == 0x000001, "Wrong alignment on BUI_GMUI_OnChangeDoLockStamina"); \ +static_assert(sizeof(BUI_GMUI_OnChangeDoLockStamina) == 0x000001, "Wrong size on BUI_GMUI_OnChangeDoLockStamina"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnChangeDoLockEnemyHP \ +static_assert(alignof(BUI_GMUI_OnChangeDoLockEnemyHP) == 0x000001, "Wrong alignment on BUI_GMUI_OnChangeDoLockEnemyHP"); \ +static_assert(sizeof(BUI_GMUI_OnChangeDoLockEnemyHP) == 0x000001, "Wrong size on BUI_GMUI_OnChangeDoLockEnemyHP"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnChangeDoInvincible \ +static_assert(alignof(BUI_GMUI_OnChangeDoInvincible) == 0x000001, "Wrong alignment on BUI_GMUI_OnChangeDoInvincible"); \ +static_assert(sizeof(BUI_GMUI_OnChangeDoInvincible) == 0x000001, "Wrong size on BUI_GMUI_OnChangeDoInvincible"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnToggleAllEnemyAI \ +static_assert(alignof(BUI_GMUI_OnToggleAllEnemyAI) == 0x000001, "Wrong alignment on BUI_GMUI_OnToggleAllEnemyAI"); \ +static_assert(sizeof(BUI_GMUI_OnToggleAllEnemyAI) == 0x000001, "Wrong size on BUI_GMUI_OnToggleAllEnemyAI"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnChangeDoToggleUI \ +static_assert(alignof(BUI_GMUI_OnChangeDoToggleUI) == 0x000001, "Wrong alignment on BUI_GMUI_OnChangeDoToggleUI"); \ +static_assert(sizeof(BUI_GMUI_OnChangeDoToggleUI) == 0x000001, "Wrong size on BUI_GMUI_OnChangeDoToggleUI"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnCancelAllEnemyCD \ +static_assert(alignof(BUI_GMUI_OnCancelAllEnemyCD) == 0x000001, "Wrong alignment on BUI_GMUI_OnCancelAllEnemyCD"); \ +static_assert(sizeof(BUI_GMUI_OnCancelAllEnemyCD) == 0x000001, "Wrong size on BUI_GMUI_OnCancelAllEnemyCD"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnChangeDoLockHP2 \ +static_assert(alignof(BUI_GMUI_OnChangeDoLockHP2) == 0x000001, "Wrong alignment on BUI_GMUI_OnChangeDoLockHP2"); \ +static_assert(sizeof(BUI_GMUI_OnChangeDoLockHP2) == 0x000001, "Wrong size on BUI_GMUI_OnChangeDoLockHP2"); \ + +#define DUMPER7_ASSERTS_BUI_GMUI_OnSetInvisible \ +static_assert(alignof(BUI_GMUI_OnSetInvisible) == 0x000001, "Wrong alignment on BUI_GMUI_OnSetInvisible"); \ +static_assert(sizeof(BUI_GMUI_OnSetInvisible) == 0x000001, "Wrong size on BUI_GMUI_OnSetInvisible"); \ + +#define DUMPER7_ASSERTS_UBUI_GMUI \ +static_assert(alignof(UBUI_GMUI) == 0x000008, "Wrong alignment on UBUI_GMUI"); \ +static_assert(sizeof(UBUI_GMUI) == 0x000400, "Wrong size on UBUI_GMUI"); \ +static_assert(offsetof(UBUI_GMUI, ConfigTemp) == 0x0003D8, "Member 'UBUI_GMUI::ConfigTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMUI, BtnTemp) == 0x0003E0, "Member 'UBUI_GMUI::BtnTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMUI, CheckTemp) == 0x0003E8, "Member 'UBUI_GMUI::CheckTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMUI, SliderTemp) == 0x0003F0, "Member 'UBUI_GMUI::SliderTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMUI, EditableTemp) == 0x0003F8, "Member 'UBUI_GMUI::EditableTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GM_OP_DIY \ +static_assert(alignof(UBUI_GM_OP_DIY) == 0x000008, "Wrong alignment on UBUI_GM_OP_DIY"); \ +static_assert(sizeof(UBUI_GM_OP_DIY) == 0x0003D8, "Wrong size on UBUI_GM_OP_DIY"); \ + +#define DUMPER7_ASSERTS_UBUI_GM_OP_Editable \ +static_assert(alignof(UBUI_GM_OP_Editable) == 0x000008, "Wrong alignment on UBUI_GM_OP_Editable"); \ +static_assert(sizeof(UBUI_GM_OP_Editable) == 0x0003D8, "Wrong size on UBUI_GM_OP_Editable"); \ + +#define DUMPER7_ASSERTS_UBUI_GMInfo_Enemy \ +static_assert(alignof(UBUI_GMInfo_Enemy) == 0x000008, "Wrong alignment on UBUI_GMInfo_Enemy"); \ +static_assert(sizeof(UBUI_GMInfo_Enemy) == 0x0003E8, "Wrong size on UBUI_GMInfo_Enemy"); \ +static_assert(offsetof(UBUI_GMInfo_Enemy, InfoTemp) == 0x0003D8, "Member 'UBUI_GMInfo_Enemy::InfoTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMInfo_Enemy, PartInfoTemp) == 0x0003E0, "Member 'UBUI_GMInfo_Enemy::PartInfoTemp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GMUnitInfo_Left \ +static_assert(alignof(UBUI_GMUnitInfo_Left) == 0x000008, "Wrong alignment on UBUI_GMUnitInfo_Left"); \ +static_assert(sizeof(UBUI_GMUnitInfo_Left) == 0x0003F0, "Wrong size on UBUI_GMUnitInfo_Left"); \ +static_assert(offsetof(UBUI_GMUnitInfo_Left, InfoTemp) == 0x0003D8, "Member 'UBUI_GMUnitInfo_Left::InfoTemp' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMUnitInfo_Left, PlayerCharacter) == 0x0003E0, "Member 'UBUI_GMUnitInfo_Left::PlayerCharacter' has a wrong offset!"); \ +static_assert(offsetof(UBUI_GMUnitInfo_Left, Target) == 0x0003E8, "Member 'UBUI_GMUnitInfo_Left::Target' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GMUnitInfo_Up \ +static_assert(alignof(UBUI_GMUnitInfo_Up) == 0x000008, "Wrong alignment on UBUI_GMUnitInfo_Up"); \ +static_assert(sizeof(UBUI_GMUnitInfo_Up) == 0x0003D8, "Wrong size on UBUI_GMUnitInfo_Up"); \ + +#define DUMPER7_ASSERTS_BUI_GM_CalliopePanel_RefreshInstanceListWithFilter \ +static_assert(alignof(BUI_GM_CalliopePanel_RefreshInstanceListWithFilter) == 0x000008, "Wrong alignment on BUI_GM_CalliopePanel_RefreshInstanceListWithFilter"); \ +static_assert(sizeof(BUI_GM_CalliopePanel_RefreshInstanceListWithFilter) == 0x000020, "Wrong size on BUI_GM_CalliopePanel_RefreshInstanceListWithFilter"); \ +static_assert(offsetof(BUI_GM_CalliopePanel_RefreshInstanceListWithFilter, InFilterStr) == 0x000000, "Member 'BUI_GM_CalliopePanel_RefreshInstanceListWithFilter::InFilterStr' has a wrong offset!"); \ +static_assert(offsetof(BUI_GM_CalliopePanel_RefreshInstanceListWithFilter, Instances) == 0x000010, "Member 'BUI_GM_CalliopePanel_RefreshInstanceListWithFilter::Instances' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_GM_CalliopePanel_GetInstanceDebugInfo \ +static_assert(alignof(BUI_GM_CalliopePanel_GetInstanceDebugInfo) == 0x000008, "Wrong alignment on BUI_GM_CalliopePanel_GetInstanceDebugInfo"); \ +static_assert(sizeof(BUI_GM_CalliopePanel_GetInstanceDebugInfo) == 0x000018, "Wrong size on BUI_GM_CalliopePanel_GetInstanceDebugInfo"); \ +static_assert(offsetof(BUI_GM_CalliopePanel_GetInstanceDebugInfo, InInstanceName) == 0x000000, "Member 'BUI_GM_CalliopePanel_GetInstanceDebugInfo::InInstanceName' has a wrong offset!"); \ +static_assert(offsetof(BUI_GM_CalliopePanel_GetInstanceDebugInfo, ReturnValue) == 0x000008, "Member 'BUI_GM_CalliopePanel_GetInstanceDebugInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GM_CalliopePanel \ +static_assert(alignof(UBUI_GM_CalliopePanel) == 0x000008, "Wrong alignment on UBUI_GM_CalliopePanel"); \ +static_assert(sizeof(UBUI_GM_CalliopePanel) == 0x0003D8, "Wrong size on UBUI_GM_CalliopePanel"); \ + +#define DUMPER7_ASSERTS_BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius \ +static_assert(alignof(BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius) == 0x000008, "Wrong alignment on BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius"); \ +static_assert(sizeof(BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius) == 0x000030, "Wrong size on BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius"); \ +static_assert(offsetof(BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius, _FilterRadius) == 0x000000, "Member 'BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius::_FilterRadius' has a wrong offset!"); \ +static_assert(offsetof(BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius, Instances) == 0x000010, "Member 'BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius::Instances' has a wrong offset!"); \ +static_assert(offsetof(BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius, Units) == 0x000020, "Member 'BUI_GM_HatredAndTargetPanel_RefreshInstanceListWithFilterRadius::Units' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos \ +static_assert(alignof(BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos) == 0x000008, "Wrong alignment on BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos"); \ +static_assert(sizeof(BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos) == 0x000010, "Wrong size on BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos"); \ +static_assert(offsetof(BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos, Target) == 0x000000, "Member 'BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos::Target' has a wrong offset!"); \ +static_assert(offsetof(BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos, Value) == 0x000008, "Member 'BUI_GM_HatredAndTargetPanel_SetNeedShowDebugTargetInfos::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo \ +static_assert(alignof(BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo) == 0x000008, "Wrong alignment on BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo"); \ +static_assert(sizeof(BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo) == 0x000010, "Wrong size on BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo"); \ +static_assert(offsetof(BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo, Target) == 0x000000, "Member 'BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo::Target' has a wrong offset!"); \ +static_assert(offsetof(BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo, ReturnValue) == 0x000008, "Member 'BUI_GM_HatredAndTargetPanel_GetDebugTargetInfo::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_GM_HatredAndTargetPanel \ +static_assert(alignof(UBUI_GM_HatredAndTargetPanel) == 0x000008, "Wrong alignment on UBUI_GM_HatredAndTargetPanel"); \ +static_assert(sizeof(UBUI_GM_HatredAndTargetPanel) == 0x0003D8, "Wrong size on UBUI_GM_HatredAndTargetPanel"); \ + +#define DUMPER7_ASSERTS_UBUI_EndCreditsItem \ +static_assert(alignof(UBUI_EndCreditsItem) == 0x000008, "Wrong alignment on UBUI_EndCreditsItem"); \ +static_assert(sizeof(UBUI_EndCreditsItem) == 0x000408, "Wrong size on UBUI_EndCreditsItem"); \ +static_assert(offsetof(UBUI_EndCreditsItem, DependWidgetList) == 0x0003D8, "Member 'UBUI_EndCreditsItem::DependWidgetList' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsItem, DataJson) == 0x0003E8, "Member 'UBUI_EndCreditsItem::DataJson' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsItem, TestDataJson) == 0x0003F8, "Member 'UBUI_EndCreditsItem::TestDataJson' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_EndCreditsPage \ +static_assert(alignof(UBUI_EndCreditsPage) == 0x000008, "Wrong alignment on UBUI_EndCreditsPage"); \ +static_assert(sizeof(UBUI_EndCreditsPage) == 0x000418, "Wrong size on UBUI_EndCreditsPage"); \ +static_assert(offsetof(UBUI_EndCreditsPage, PageAction) == 0x000408, "Member 'UBUI_EndCreditsPage::PageAction' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsPage, ScrollSpeed) == 0x00040C, "Member 'UBUI_EndCreditsPage::ScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsPage, ScrollEndOffset) == 0x000410, "Member 'UBUI_EndCreditsPage::ScrollEndOffset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_EndCreditsScroll \ +static_assert(alignof(UBUI_EndCreditsScroll) == 0x000008, "Wrong alignment on UBUI_EndCreditsScroll"); \ +static_assert(sizeof(UBUI_EndCreditsScroll) == 0x0003F0, "Wrong size on UBUI_EndCreditsScroll"); \ +static_assert(offsetof(UBUI_EndCreditsScroll, CacheCount) == 0x0003D8, "Member 'UBUI_EndCreditsScroll::CacheCount' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsScroll, CacheScrollSize) == 0x0003DC, "Member 'UBUI_EndCreditsScroll::CacheScrollSize' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsScroll, CurPageIdx) == 0x0003E0, "Member 'UBUI_EndCreditsScroll::CurPageIdx' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsScroll, ScrollOffset) == 0x0003E4, "Member 'UBUI_EndCreditsScroll::ScrollOffset' has a wrong offset!"); \ +static_assert(offsetof(UBUI_EndCreditsScroll, ScrollSpeed) == 0x0003E8, "Member 'UBUI_EndCreditsScroll::ScrollSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ScrollTips \ +static_assert(alignof(UBUI_ScrollTips) == 0x000008, "Wrong alignment on UBUI_ScrollTips"); \ +static_assert(sizeof(UBUI_ScrollTips) == 0x0003E0, "Wrong size on UBUI_ScrollTips"); \ +static_assert(offsetof(UBUI_ScrollTips, ScrollBox) == 0x0003D8, "Member 'UBUI_ScrollTips::ScrollBox' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_InputActionIcon \ +static_assert(alignof(UBUI_InputActionIcon) == 0x000008, "Wrong alignment on UBUI_InputActionIcon"); \ +static_assert(sizeof(UBUI_InputActionIcon) == 0x0004E0, "Wrong size on UBUI_InputActionIcon"); \ +static_assert(offsetof(UBUI_InputActionIcon, InputAction) == 0x0004B8, "Member 'UBUI_InputActionIcon::InputAction' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputActionIcon, Description) == 0x0004C0, "Member 'UBUI_InputActionIcon::Description' has a wrong offset!"); \ +static_assert(offsetof(UBUI_InputActionIcon, Color) == 0x0004D8, "Member 'UBUI_InputActionIcon::Color' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_DependWidget \ +static_assert(alignof(UBUI_DependWidget) == 0x000008, "Wrong alignment on UBUI_DependWidget"); \ +static_assert(sizeof(UBUI_DependWidget) == 0x000410, "Wrong size on UBUI_DependWidget"); \ +static_assert(offsetof(UBUI_DependWidget, DependType) == 0x0003D8, "Member 'UBUI_DependWidget::DependType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_DependWidget, DependItem) == 0x0003E0, "Member 'UBUI_DependWidget::DependItem' has a wrong offset!"); \ +static_assert(offsetof(UBUI_DependWidget, DependAlignment) == 0x0003E8, "Member 'UBUI_DependWidget::DependAlignment' has a wrong offset!"); \ +static_assert(offsetof(UBUI_DependWidget, Offset) == 0x0003F8, "Member 'UBUI_DependWidget::Offset' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_Menu \ +static_assert(alignof(UBUI_Menu) == 0x000008, "Wrong alignment on UBUI_Menu"); \ +static_assert(sizeof(UBUI_Menu) == 0x000450, "Wrong size on UBUI_Menu"); \ +static_assert(offsetof(UBUI_Menu, MenuUIStat) == 0x00040A, "Member 'UBUI_Menu::MenuUIStat' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, MenuSwitchType) == 0x00040B, "Member 'UBUI_Menu::MenuSwitchType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, InteractActionType) == 0x00040C, "Member 'UBUI_Menu::InteractActionType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, Parent) == 0x000410, "Member 'UBUI_Menu::Parent' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, ChildMenus) == 0x000418, "Member 'UBUI_Menu::ChildMenus' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, SelectedIdx) == 0x000428, "Member 'UBUI_Menu::SelectedIdx' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, CacheSelectedIdx) == 0x00042C, "Member 'UBUI_Menu::CacheSelectedIdx' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, ActivedIdx) == 0x000430, "Member 'UBUI_Menu::ActivedIdx' has a wrong offset!"); \ +static_assert(offsetof(UBUI_Menu, GenBySelfChilds) == 0x000438, "Member 'UBUI_Menu::GenBySelfChilds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_LoopWidget_SetActiveLoop \ +static_assert(alignof(BUI_LoopWidget_SetActiveLoop) == 0x000001, "Wrong alignment on BUI_LoopWidget_SetActiveLoop"); \ +static_assert(sizeof(BUI_LoopWidget_SetActiveLoop) == 0x000001, "Wrong size on BUI_LoopWidget_SetActiveLoop"); \ + +#define DUMPER7_ASSERTS_BUI_LoopWidget_GetActiveLoop \ +static_assert(alignof(BUI_LoopWidget_GetActiveLoop) == 0x000001, "Wrong alignment on BUI_LoopWidget_GetActiveLoop"); \ +static_assert(sizeof(BUI_LoopWidget_GetActiveLoop) == 0x000001, "Wrong size on BUI_LoopWidget_GetActiveLoop"); \ + +#define DUMPER7_ASSERTS_BUI_LoopWidget_Reset \ +static_assert(alignof(BUI_LoopWidget_Reset) == 0x000001, "Wrong alignment on BUI_LoopWidget_Reset"); \ +static_assert(sizeof(BUI_LoopWidget_Reset) == 0x000001, "Wrong size on BUI_LoopWidget_Reset"); \ + +#define DUMPER7_ASSERTS_UBUI_LoopWidget \ +static_assert(alignof(UBUI_LoopWidget) == 0x000008, "Wrong alignment on UBUI_LoopWidget"); \ +static_assert(sizeof(UBUI_LoopWidget) == 0x000400, "Wrong size on UBUI_LoopWidget"); \ +static_assert(offsetof(UBUI_LoopWidget, LoopDirection) == 0x0003DA, "Member 'UBUI_LoopWidget::LoopDirection' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, Wait) == 0x0003DC, "Member 'UBUI_LoopWidget::Wait' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, Delay) == 0x0003E0, "Member 'UBUI_LoopWidget::Delay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, ScrollSpeed) == 0x0003E4, "Member 'UBUI_LoopWidget::ScrollSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, Content) == 0x0003E8, "Member 'UBUI_LoopWidget::Content' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, MaxDesiredWidget) == 0x0003F0, "Member 'UBUI_LoopWidget::MaxDesiredWidget' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, CurLoopDirection) == 0x0003F4, "Member 'UBUI_LoopWidget::CurLoopDirection' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, Time) == 0x0003F8, "Member 'UBUI_LoopWidget::Time' has a wrong offset!"); \ +static_assert(offsetof(UBUI_LoopWidget, Distance) == 0x0003FC, "Member 'UBUI_LoopWidget::Distance' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ButtonTalentItemV2 \ +static_assert(alignof(UBUI_ButtonTalentItemV2) == 0x000008, "Wrong alignment on UBUI_ButtonTalentItemV2"); \ +static_assert(sizeof(UBUI_ButtonTalentItemV2) == 0x0005B0, "Wrong size on UBUI_ButtonTalentItemV2"); \ +static_assert(offsetof(UBUI_ButtonTalentItemV2, NotLearnUIDataConfigMap) == 0x0004B8, "Member 'UBUI_ButtonTalentItemV2::NotLearnUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonTalentItemV2, HasLearnUIDataConfigMap) == 0x000508, "Member 'UBUI_ButtonTalentItemV2::HasLearnUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonTalentItemV2, MaxLearnUIDataConfigMap) == 0x000558, "Member 'UBUI_ButtonTalentItemV2::MaxLearnUIDataConfigMap' has a wrong offset!"); \ +static_assert(offsetof(UBUI_ButtonTalentItemV2, CurTalentState) == 0x0005A8, "Member 'UBUI_ButtonTalentItemV2::CurTalentState' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_RoundRectDemo_UpdatePosRefWorldPos \ +static_assert(alignof(BUI_RoundRectDemo_UpdatePosRefWorldPos) == 0x000008, "Wrong alignment on BUI_RoundRectDemo_UpdatePosRefWorldPos"); \ +static_assert(sizeof(BUI_RoundRectDemo_UpdatePosRefWorldPos) == 0x000020, "Wrong size on BUI_RoundRectDemo_UpdatePosRefWorldPos"); \ +static_assert(offsetof(BUI_RoundRectDemo_UpdatePosRefWorldPos, TargetWidget) == 0x000000, "Member 'BUI_RoundRectDemo_UpdatePosRefWorldPos::TargetWidget' has a wrong offset!"); \ +static_assert(offsetof(BUI_RoundRectDemo_UpdatePosRefWorldPos, WorldPos) == 0x000008, "Member 'BUI_RoundRectDemo_UpdatePosRefWorldPos::WorldPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_RoundRectDemo_UpdateShow \ +static_assert(alignof(BUI_RoundRectDemo_UpdateShow) == 0x000004, "Wrong alignment on BUI_RoundRectDemo_UpdateShow"); \ +static_assert(sizeof(BUI_RoundRectDemo_UpdateShow) == 0x000004, "Wrong size on BUI_RoundRectDemo_UpdateShow"); \ +static_assert(offsetof(BUI_RoundRectDemo_UpdateShow, InDeltaTime) == 0x000000, "Member 'BUI_RoundRectDemo_UpdateShow::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_RoundRectDemo \ +static_assert(alignof(UBUI_RoundRectDemo) == 0x000008, "Wrong alignment on UBUI_RoundRectDemo"); \ +static_assert(sizeof(UBUI_RoundRectDemo) == 0x0003E0, "Wrong size on UBUI_RoundRectDemo"); \ +static_assert(offsetof(UBUI_RoundRectDemo, InterpSpeed) == 0x0003D8, "Member 'UBUI_RoundRectDemo::InterpSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DebugDrawRoundRect_SetRefRectPosCenter \ +static_assert(alignof(BUI_DebugDrawRoundRect_SetRefRectPosCenter) == 0x000008, "Wrong alignment on BUI_DebugDrawRoundRect_SetRefRectPosCenter"); \ +static_assert(sizeof(BUI_DebugDrawRoundRect_SetRefRectPosCenter) == 0x000010, "Wrong size on BUI_DebugDrawRoundRect_SetRefRectPosCenter"); \ +static_assert(offsetof(BUI_DebugDrawRoundRect_SetRefRectPosCenter, RefPos) == 0x000000, "Member 'BUI_DebugDrawRoundRect_SetRefRectPosCenter::RefPos' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_DebugDrawRoundRect_SetRadiusCfg \ +static_assert(alignof(BUI_DebugDrawRoundRect_SetRadiusCfg) == 0x000010, "Wrong alignment on BUI_DebugDrawRoundRect_SetRadiusCfg"); \ +static_assert(sizeof(BUI_DebugDrawRoundRect_SetRadiusCfg) == 0x000020, "Wrong size on BUI_DebugDrawRoundRect_SetRadiusCfg"); \ +static_assert(offsetof(BUI_DebugDrawRoundRect_SetRadiusCfg, InRadiusCfg) == 0x000000, "Member 'BUI_DebugDrawRoundRect_SetRadiusCfg::InRadiusCfg' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_DebugDrawRoundRect \ +static_assert(alignof(UBUI_DebugDrawRoundRect) == 0x000008, "Wrong alignment on UBUI_DebugDrawRoundRect"); \ +static_assert(sizeof(UBUI_DebugDrawRoundRect) == 0x0003E0, "Wrong size on UBUI_DebugDrawRoundRect"); \ +static_assert(offsetof(UBUI_DebugDrawRoundRect, RefRoundWidgetSize) == 0x0003D8, "Member 'UBUI_DebugDrawRoundRect::RefRoundWidgetSize' has a wrong offset!"); \ +static_assert(offsetof(UBUI_DebugDrawRoundRect, DebugDrawThickness) == 0x0003DC, "Member 'UBUI_DebugDrawRoundRect::DebugDrawThickness' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_MSimNum \ +static_assert(alignof(UBUI_MSimNum) == 0x000008, "Wrong alignment on UBUI_MSimNum"); \ +static_assert(sizeof(UBUI_MSimNum) == 0x000478, "Wrong size on UBUI_MSimNum"); \ +static_assert(offsetof(UBUI_MSimNum, PlayerDamageNumConfig) == 0x0003D8, "Member 'UBUI_MSimNum::PlayerDamageNumConfig' has a wrong offset!"); \ +static_assert(offsetof(UBUI_MSimNum, EnemyDamageNumConfig) == 0x000428, "Member 'UBUI_MSimNum::EnemyDamageNumConfig' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_TeamTipsIcon \ +static_assert(alignof(UBUI_TeamTipsIcon) == 0x000008, "Wrong alignment on UBUI_TeamTipsIcon"); \ +static_assert(sizeof(UBUI_TeamTipsIcon) == 0x0003D8, "Wrong size on UBUI_TeamTipsIcon"); \ + +#define DUMPER7_ASSERTS_UGSBackGround \ +static_assert(alignof(UGSBackGround) == 0x000008, "Wrong alignment on UGSBackGround"); \ +static_assert(sizeof(UGSBackGround) == 0x0003F8, "Wrong size on UGSBackGround"); \ +static_assert(offsetof(UGSBackGround, MaskColor) == 0x0003DC, "Member 'UGSBackGround::MaskColor' has a wrong offset!"); \ +static_assert(offsetof(UGSBackGround, TweenInTime) == 0x0003EC, "Member 'UGSBackGround::TweenInTime' has a wrong offset!"); \ +static_assert(offsetof(UGSBackGround, TweenFunc) == 0x0003F0, "Member 'UGSBackGround::TweenFunc' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_BarBase \ +static_assert(alignof(UBUI_BarBase) == 0x000008, "Wrong alignment on UBUI_BarBase"); \ +static_assert(sizeof(UBUI_BarBase) == 0x0003F8, "Wrong size on UBUI_BarBase"); \ +static_assert(offsetof(UBUI_BarBase, OffsetFadeDuration) == 0x0003D8, "Member 'UBUI_BarBase::OffsetFadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, ProcBarTweenDelay) == 0x0003DC, "Member 'UBUI_BarBase::ProcBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, ProcBarTweenDuration) == 0x0003E0, "Member 'UBUI_BarBase::ProcBarTweenDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, ProcBarTweenFuncType) == 0x0003E4, "Member 'UBUI_BarBase::ProcBarTweenFuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, MainBarTweenDelay) == 0x0003E8, "Member 'UBUI_BarBase::MainBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, MainBarTweenDuration) == 0x0003EC, "Member 'UBUI_BarBase::MainBarTweenDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, MainBarTweenFuncType) == 0x0003F0, "Member 'UBUI_BarBase::MainBarTweenFuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, MainBarIncTweenFuncType) == 0x0003F1, "Member 'UBUI_BarBase::MainBarIncTweenFuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarBase, MainBarIncTweenLinearSpeed) == 0x0003F4, "Member 'UBUI_BarBase::MainBarIncTweenLinearSpeed' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_BarMatBase \ +static_assert(alignof(UBUI_BarMatBase) == 0x000008, "Wrong alignment on UBUI_BarMatBase"); \ +static_assert(sizeof(UBUI_BarMatBase) == 0x000410, "Wrong size on UBUI_BarMatBase"); \ +static_assert(offsetof(UBUI_BarMatBase, LineMarkScaleCurve) == 0x0003D8, "Member 'UBUI_BarMatBase::LineMarkScaleCurve' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, OffsetFadeDuration) == 0x0003E0, "Member 'UBUI_BarMatBase::OffsetFadeDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, ProcBarTweenDelay) == 0x0003E4, "Member 'UBUI_BarMatBase::ProcBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, ProcBarTweenDuration) == 0x0003E8, "Member 'UBUI_BarMatBase::ProcBarTweenDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, ProcBarTweenFuncType) == 0x0003EC, "Member 'UBUI_BarMatBase::ProcBarTweenFuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, MainBarTweenDelay) == 0x0003F0, "Member 'UBUI_BarMatBase::MainBarTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, MainBarTweenDuration) == 0x0003F4, "Member 'UBUI_BarMatBase::MainBarTweenDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, MainBarTweenFuncType) == 0x0003F8, "Member 'UBUI_BarMatBase::MainBarTweenFuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, MainBarIncTweenFuncType) == 0x0003F9, "Member 'UBUI_BarMatBase::MainBarIncTweenFuncType' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, MainBarIncTweenLinearSpeed) == 0x0003FC, "Member 'UBUI_BarMatBase::MainBarIncTweenLinearSpeed' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, DebuffTweenDelay) == 0x000400, "Member 'UBUI_BarMatBase::DebuffTweenDelay' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, DebuffTweenDuration) == 0x000404, "Member 'UBUI_BarMatBase::DebuffTweenDuration' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarMatBase, DebuffTweenFuncType) == 0x000408, "Member 'UBUI_BarMatBase::DebuffTweenFuncType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_UpdateBarWithCurLength \ +static_assert(alignof(BUI_BarCSharp_UpdateBarWithCurLength) == 0x000008, "Wrong alignment on BUI_BarCSharp_UpdateBarWithCurLength"); \ +static_assert(sizeof(BUI_BarCSharp_UpdateBarWithCurLength) == 0x000008, "Wrong size on BUI_BarCSharp_UpdateBarWithCurLength"); \ +static_assert(offsetof(BUI_BarCSharp_UpdateBarWithCurLength, inBarSlot) == 0x000000, "Member 'BUI_BarCSharp_UpdateBarWithCurLength::inBarSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_InitSetCurAndMaxValue \ +static_assert(alignof(BUI_BarCSharp_InitSetCurAndMaxValue) == 0x000004, "Wrong alignment on BUI_BarCSharp_InitSetCurAndMaxValue"); \ +static_assert(sizeof(BUI_BarCSharp_InitSetCurAndMaxValue) == 0x00000C, "Wrong size on BUI_BarCSharp_InitSetCurAndMaxValue"); \ +static_assert(offsetof(BUI_BarCSharp_InitSetCurAndMaxValue, InMaxValue) == 0x000000, "Member 'BUI_BarCSharp_InitSetCurAndMaxValue::InMaxValue' has a wrong offset!"); \ +static_assert(offsetof(BUI_BarCSharp_InitSetCurAndMaxValue, InCurValue) == 0x000004, "Member 'BUI_BarCSharp_InitSetCurAndMaxValue::InCurValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_CalcBarLengthByValue \ +static_assert(alignof(BUI_BarCSharp_CalcBarLengthByValue) == 0x000004, "Wrong alignment on BUI_BarCSharp_CalcBarLengthByValue"); \ +static_assert(sizeof(BUI_BarCSharp_CalcBarLengthByValue) == 0x000008, "Wrong size on BUI_BarCSharp_CalcBarLengthByValue"); \ +static_assert(offsetof(BUI_BarCSharp_CalcBarLengthByValue, InValue) == 0x000000, "Member 'BUI_BarCSharp_CalcBarLengthByValue::InValue' has a wrong offset!"); \ +static_assert(offsetof(BUI_BarCSharp_CalcBarLengthByValue, ReturnValue) == 0x000004, "Member 'BUI_BarCSharp_CalcBarLengthByValue::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_UninterruptDecrease \ +static_assert(alignof(BUI_BarCSharp_UninterruptDecrease) == 0x000004, "Wrong alignment on BUI_BarCSharp_UninterruptDecrease"); \ +static_assert(sizeof(BUI_BarCSharp_UninterruptDecrease) == 0x000004, "Wrong size on BUI_BarCSharp_UninterruptDecrease"); \ +static_assert(offsetof(BUI_BarCSharp_UninterruptDecrease, DecreaseValueIn) == 0x000000, "Member 'BUI_BarCSharp_UninterruptDecrease::DecreaseValueIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_UpdateCurMaxValue \ +static_assert(alignof(BUI_BarCSharp_UpdateCurMaxValue) == 0x000004, "Wrong alignment on BUI_BarCSharp_UpdateCurMaxValue"); \ +static_assert(sizeof(BUI_BarCSharp_UpdateCurMaxValue) == 0x000004, "Wrong size on BUI_BarCSharp_UpdateCurMaxValue"); \ +static_assert(offsetof(BUI_BarCSharp_UpdateCurMaxValue, InValue) == 0x000000, "Member 'BUI_BarCSharp_UpdateCurMaxValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_UpdateBarByLength \ +static_assert(alignof(BUI_BarCSharp_UpdateBarByLength) == 0x000008, "Wrong alignment on BUI_BarCSharp_UpdateBarByLength"); \ +static_assert(sizeof(BUI_BarCSharp_UpdateBarByLength) == 0x000010, "Wrong size on BUI_BarCSharp_UpdateBarByLength"); \ +static_assert(offsetof(BUI_BarCSharp_UpdateBarByLength, InBarWidget) == 0x000000, "Member 'BUI_BarCSharp_UpdateBarByLength::InBarWidget' has a wrong offset!"); \ +static_assert(offsetof(BUI_BarCSharp_UpdateBarByLength, InBarLength) == 0x000008, "Member 'BUI_BarCSharp_UpdateBarByLength::InBarLength' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_UpdateBarByValue \ +static_assert(alignof(BUI_BarCSharp_UpdateBarByValue) == 0x000008, "Wrong alignment on BUI_BarCSharp_UpdateBarByValue"); \ +static_assert(sizeof(BUI_BarCSharp_UpdateBarByValue) == 0x000010, "Wrong size on BUI_BarCSharp_UpdateBarByValue"); \ +static_assert(offsetof(BUI_BarCSharp_UpdateBarByValue, inBarSlot) == 0x000000, "Member 'BUI_BarCSharp_UpdateBarByValue::inBarSlot' has a wrong offset!"); \ +static_assert(offsetof(BUI_BarCSharp_UpdateBarByValue, InValue) == 0x000008, "Member 'BUI_BarCSharp_UpdateBarByValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_CalcCurBarLength \ +static_assert(alignof(BUI_BarCSharp_CalcCurBarLength) == 0x000004, "Wrong alignment on BUI_BarCSharp_CalcCurBarLength"); \ +static_assert(sizeof(BUI_BarCSharp_CalcCurBarLength) == 0x000004, "Wrong size on BUI_BarCSharp_CalcCurBarLength"); \ +static_assert(offsetof(BUI_BarCSharp_CalcCurBarLength, ReturnValue) == 0x000000, "Member 'BUI_BarCSharp_CalcCurBarLength::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_ChangeMaxValue \ +static_assert(alignof(BUI_BarCSharp_ChangeMaxValue) == 0x000004, "Wrong alignment on BUI_BarCSharp_ChangeMaxValue"); \ +static_assert(sizeof(BUI_BarCSharp_ChangeMaxValue) == 0x000004, "Wrong size on BUI_BarCSharp_ChangeMaxValue"); \ +static_assert(offsetof(BUI_BarCSharp_ChangeMaxValue, InValue) == 0x000000, "Member 'BUI_BarCSharp_ChangeMaxValue::InValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_BarChangeValue \ +static_assert(alignof(BUI_BarCSharp_BarChangeValue) == 0x000004, "Wrong alignment on BUI_BarCSharp_BarChangeValue"); \ +static_assert(sizeof(BUI_BarCSharp_BarChangeValue) == 0x000004, "Wrong size on BUI_BarCSharp_BarChangeValue"); \ +static_assert(offsetof(BUI_BarCSharp_BarChangeValue, ChangeValue) == 0x000000, "Member 'BUI_BarCSharp_BarChangeValue::ChangeValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_ValueIncrease \ +static_assert(alignof(BUI_BarCSharp_ValueIncrease) == 0x000004, "Wrong alignment on BUI_BarCSharp_ValueIncrease"); \ +static_assert(sizeof(BUI_BarCSharp_ValueIncrease) == 0x000004, "Wrong size on BUI_BarCSharp_ValueIncrease"); \ +static_assert(offsetof(BUI_BarCSharp_ValueIncrease, IncreaseValueIn) == 0x000000, "Member 'BUI_BarCSharp_ValueIncrease::IncreaseValueIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_BarCSharp_ValueDecrease \ +static_assert(alignof(BUI_BarCSharp_ValueDecrease) == 0x000004, "Wrong alignment on BUI_BarCSharp_ValueDecrease"); \ +static_assert(sizeof(BUI_BarCSharp_ValueDecrease) == 0x000004, "Wrong size on BUI_BarCSharp_ValueDecrease"); \ +static_assert(offsetof(BUI_BarCSharp_ValueDecrease, DecreaseValueIn) == 0x000000, "Member 'BUI_BarCSharp_ValueDecrease::DecreaseValueIn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_BarCSharp \ +static_assert(alignof(UBUI_BarCSharp) == 0x000010, "Wrong alignment on UBUI_BarCSharp"); \ +static_assert(sizeof(UBUI_BarCSharp) == 0x000520, "Wrong size on UBUI_BarCSharp"); \ +static_assert(offsetof(UBUI_BarCSharp, CurValue) == 0x0003D8, "Member 'UBUI_BarCSharp::CurValue' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, CurMaxValue) == 0x0003DC, "Member 'UBUI_BarCSharp::CurMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, FrameInitPadding) == 0x0003E0, "Member 'UBUI_BarCSharp::FrameInitPadding' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, CONF_INTER_PLAY_TIME) == 0x0003F4, "Member 'UBUI_BarCSharp::CONF_INTER_PLAY_TIME' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, CONF_INTER_TIME_COUNT) == 0x0003F8, "Member 'UBUI_BarCSharp::CONF_INTER_TIME_COUNT' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, FloatingTransform) == 0x000400, "Member 'UBUI_BarCSharp::FloatingTransform' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, FloatingImageBrush) == 0x000440, "Member 'UBUI_BarCSharp::FloatingImageBrush' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, UninterruptMaxValue) == 0x000510, "Member 'UBUI_BarCSharp::UninterruptMaxValue' has a wrong offset!"); \ +static_assert(offsetof(UBUI_BarCSharp, FloatBarCls) == 0x000518, "Member 'UBUI_BarCSharp::FloatBarCls' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_BarFloat \ +static_assert(alignof(UBUI_BarFloat) == 0x000008, "Wrong alignment on UBUI_BarFloat"); \ +static_assert(sizeof(UBUI_BarFloat) == 0x0003E8, "Wrong size on UBUI_BarFloat"); \ +static_assert(offsetof(UBUI_BarFloat, WAE_ShowInFinished) == 0x0003D8, "Member 'UBUI_BarFloat::WAE_ShowInFinished' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_ProgressBarPure \ +static_assert(alignof(UBUI_ProgressBarPure) == 0x000008, "Wrong alignment on UBUI_ProgressBarPure"); \ +static_assert(sizeof(UBUI_ProgressBarPure) == 0x0003D8, "Wrong size on UBUI_ProgressBarPure"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_GoUp \ +static_assert(alignof(UAutoTest_HFS_GoUp) == 0x000008, "Wrong alignment on UAutoTest_HFS_GoUp"); \ +static_assert(sizeof(UAutoTest_HFS_GoUp) == 0x000028, "Wrong size on UAutoTest_HFS_GoUp"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_HuangMei \ +static_assert(alignof(UAutoTest_LYS_HuangMei) == 0x000008, "Wrong alignment on UAutoTest_LYS_HuangMei"); \ +static_assert(sizeof(UAutoTest_LYS_HuangMei) == 0x000028, "Wrong size on UAutoTest_LYS_HuangMei"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_OutsideTemple \ +static_assert(alignof(UAutoTest_LYS_OutsideTemple) == 0x000008, "Wrong alignment on UAutoTest_LYS_OutsideTemple"); \ +static_assert(sizeof(UAutoTest_LYS_OutsideTemple) == 0x000028, "Wrong size on UAutoTest_LYS_OutsideTemple"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_StupasDungeon_3 \ +static_assert(alignof(UAutoTest_LYS_StupasDungeon_3) == 0x000008, "Wrong alignment on UAutoTest_LYS_StupasDungeon_3"); \ +static_assert(sizeof(UAutoTest_LYS_StupasDungeon_3) == 0x000028, "Wrong size on UAutoTest_LYS_StupasDungeon_3"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_BuddahOutside \ +static_assert(alignof(UAutoTest_LYS_BuddahOutside) == 0x000008, "Wrong alignment on UAutoTest_LYS_BuddahOutside"); \ +static_assert(sizeof(UAutoTest_LYS_BuddahOutside) == 0x000028, "Wrong size on UAutoTest_LYS_BuddahOutside"); \ + +#define DUMPER7_ASSERTS_UAutoTest_LYS_Tortoise \ +static_assert(alignof(UAutoTest_LYS_Tortoise) == 0x000008, "Wrong alignment on UAutoTest_LYS_Tortoise"); \ +static_assert(sizeof(UAutoTest_LYS_Tortoise) == 0x000028, "Wrong size on UAutoTest_LYS_Tortoise"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_BaiYanMoJun \ +static_assert(alignof(UAutoTest_PSD_BaiYanMoJun) == 0x000008, "Wrong alignment on UAutoTest_PSD_BaiYanMoJun"); \ +static_assert(sizeof(UAutoTest_PSD_BaiYanMoJun) == 0x000028, "Wrong size on UAutoTest_PSD_BaiYanMoJun"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BYS_Xuelu \ +static_assert(alignof(UAutoTest_BYS_Xuelu) == 0x000008, "Wrong alignment on UAutoTest_BYS_Xuelu"); \ +static_assert(sizeof(UAutoTest_BYS_Xuelu) == 0x000028, "Wrong size on UAutoTest_BYS_Xuelu"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BYS_Xiniu \ +static_assert(alignof(UAutoTest_BYS_Xiniu) == 0x000008, "Wrong alignment on UAutoTest_BYS_Xiniu"); \ +static_assert(sizeof(UAutoTest_BYS_Xiniu) == 0x000028, "Wrong size on UAutoTest_BYS_Xiniu"); \ + +#define DUMPER7_ASSERTS_UAutoTest_ENDA_ShiZhongJing \ +static_assert(alignof(UAutoTest_ENDA_ShiZhongJing) == 0x000008, "Wrong alignment on UAutoTest_ENDA_ShiZhongJing"); \ +static_assert(sizeof(UAutoTest_ENDA_ShiZhongJing) == 0x000028, "Wrong size on UAutoTest_ENDA_ShiZhongJing"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_AutoTestInjectInputEvent \ +static_assert(alignof(AutoTestHelperLib_AutoTestInjectInputEvent) == 0x000008, "Wrong alignment on AutoTestHelperLib_AutoTestInjectInputEvent"); \ +static_assert(sizeof(AutoTestHelperLib_AutoTestInjectInputEvent) == 0x000020, "Wrong size on AutoTestHelperLib_AutoTestInjectInputEvent"); \ +static_assert(offsetof(AutoTestHelperLib_AutoTestInjectInputEvent, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_AutoTestInjectInputEvent::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_AutoTestInjectInputEvent, ActionName) == 0x000008, "Member 'AutoTestHelperLib_AutoTestInjectInputEvent::ActionName' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_AutoTestInjectInputEvent, TriggerEvent) == 0x000018, "Member 'AutoTestHelperLib_AutoTestInjectInputEvent::TriggerEvent' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_RebirthPointChoiceClick \ +static_assert(alignof(AutoTestHelperLib_RebirthPointChoiceClick) == 0x000008, "Wrong alignment on AutoTestHelperLib_RebirthPointChoiceClick"); \ +static_assert(sizeof(AutoTestHelperLib_RebirthPointChoiceClick) == 0x000020, "Wrong size on AutoTestHelperLib_RebirthPointChoiceClick"); \ +static_assert(offsetof(AutoTestHelperLib_RebirthPointChoiceClick, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_RebirthPointChoiceClick::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_RebirthPointChoiceClick, Choice) == 0x000008, "Member 'AutoTestHelperLib_RebirthPointChoiceClick::Choice' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_QAUploadPerformanceData \ +static_assert(alignof(AutoTestHelperLib_QAUploadPerformanceData) == 0x000008, "Wrong alignment on AutoTestHelperLib_QAUploadPerformanceData"); \ +static_assert(sizeof(AutoTestHelperLib_QAUploadPerformanceData) == 0x000038, "Wrong size on AutoTestHelperLib_QAUploadPerformanceData"); \ +static_assert(offsetof(AutoTestHelperLib_QAUploadPerformanceData, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_QAUploadPerformanceData::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QAUploadPerformanceData, Catelog) == 0x000008, "Member 'AutoTestHelperLib_QAUploadPerformanceData::Catelog' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QAUploadPerformanceData, Summary) == 0x000018, "Member 'AutoTestHelperLib_QAUploadPerformanceData::Summary' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QAUploadPerformanceData, FileList) == 0x000028, "Member 'AutoTestHelperLib_QAUploadPerformanceData::FileList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_GetActorLocationByName \ +static_assert(alignof(AutoTestHelperLib_GetActorLocationByName) == 0x000008, "Wrong alignment on AutoTestHelperLib_GetActorLocationByName"); \ +static_assert(sizeof(AutoTestHelperLib_GetActorLocationByName) == 0x000038, "Wrong size on AutoTestHelperLib_GetActorLocationByName"); \ +static_assert(offsetof(AutoTestHelperLib_GetActorLocationByName, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_GetActorLocationByName::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_GetActorLocationByName, ActorName) == 0x000008, "Member 'AutoTestHelperLib_GetActorLocationByName::ActorName' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_GetActorLocationByName, ActorLocation) == 0x000018, "Member 'AutoTestHelperLib_GetActorLocationByName::ActorLocation' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_IsPlayingCameraMovie \ +static_assert(alignof(AutoTestHelperLib_IsPlayingCameraMovie) == 0x000008, "Wrong alignment on AutoTestHelperLib_IsPlayingCameraMovie"); \ +static_assert(sizeof(AutoTestHelperLib_IsPlayingCameraMovie) == 0x000010, "Wrong size on AutoTestHelperLib_IsPlayingCameraMovie"); \ +static_assert(offsetof(AutoTestHelperLib_IsPlayingCameraMovie, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_IsPlayingCameraMovie::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_GetPlayingSequenceID \ +static_assert(alignof(AutoTestHelperLib_GetPlayingSequenceID) == 0x000008, "Wrong alignment on AutoTestHelperLib_GetPlayingSequenceID"); \ +static_assert(sizeof(AutoTestHelperLib_GetPlayingSequenceID) == 0x000010, "Wrong size on AutoTestHelperLib_GetPlayingSequenceID"); \ +static_assert(offsetof(AutoTestHelperLib_GetPlayingSequenceID, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_GetPlayingSequenceID::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_GetPlayingSequenceID, SequenceID) == 0x000008, "Member 'AutoTestHelperLib_GetPlayingSequenceID::SequenceID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_GetPlayerTargetActor \ +static_assert(alignof(AutoTestHelperLib_GetPlayerTargetActor) == 0x000008, "Wrong alignment on AutoTestHelperLib_GetPlayerTargetActor"); \ +static_assert(sizeof(AutoTestHelperLib_GetPlayerTargetActor) == 0x000010, "Wrong size on AutoTestHelperLib_GetPlayerTargetActor"); \ +static_assert(offsetof(AutoTestHelperLib_GetPlayerTargetActor, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_GetPlayerTargetActor::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_GetPlayerTargetActor, ReturnValue) == 0x000008, "Member 'AutoTestHelperLib_GetPlayerTargetActor::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_QAGetCurrentSkillID \ +static_assert(alignof(AutoTestHelperLib_QAGetCurrentSkillID) == 0x000008, "Wrong alignment on AutoTestHelperLib_QAGetCurrentSkillID"); \ +static_assert(sizeof(AutoTestHelperLib_QAGetCurrentSkillID) == 0x000018, "Wrong size on AutoTestHelperLib_QAGetCurrentSkillID"); \ +static_assert(offsetof(AutoTestHelperLib_QAGetCurrentSkillID, Target) == 0x000000, "Member 'AutoTestHelperLib_QAGetCurrentSkillID::Target' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QAGetCurrentSkillID, ReturnValue) == 0x000008, "Member 'AutoTestHelperLib_QAGetCurrentSkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_GetTamerInViewCount \ +static_assert(alignof(AutoTestHelperLib_GetTamerInViewCount) == 0x000008, "Wrong alignment on AutoTestHelperLib_GetTamerInViewCount"); \ +static_assert(sizeof(AutoTestHelperLib_GetTamerInViewCount) == 0x000008, "Wrong size on AutoTestHelperLib_GetTamerInViewCount"); \ +static_assert(offsetof(AutoTestHelperLib_GetTamerInViewCount, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_GetTamerInViewCount::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_QAGetCurrentAMName \ +static_assert(alignof(AutoTestHelperLib_QAGetCurrentAMName) == 0x000008, "Wrong alignment on AutoTestHelperLib_QAGetCurrentAMName"); \ +static_assert(sizeof(AutoTestHelperLib_QAGetCurrentAMName) == 0x000018, "Wrong size on AutoTestHelperLib_QAGetCurrentAMName"); \ +static_assert(offsetof(AutoTestHelperLib_QAGetCurrentAMName, Target) == 0x000000, "Member 'AutoTestHelperLib_QAGetCurrentAMName::Target' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QAGetCurrentAMName, ReturnValue) == 0x000008, "Member 'AutoTestHelperLib_QAGetCurrentAMName::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_JudgeWidgetVisible \ +static_assert(alignof(AutoTestHelperLib_JudgeWidgetVisible) == 0x000008, "Wrong alignment on AutoTestHelperLib_JudgeWidgetVisible"); \ +static_assert(sizeof(AutoTestHelperLib_JudgeWidgetVisible) == 0x000010, "Wrong size on AutoTestHelperLib_JudgeWidgetVisible"); \ +static_assert(offsetof(AutoTestHelperLib_JudgeWidgetVisible, Widget) == 0x000000, "Member 'AutoTestHelperLib_JudgeWidgetVisible::Widget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_QAStringArraySort \ +static_assert(alignof(AutoTestHelperLib_QAStringArraySort) == 0x000008, "Wrong alignment on AutoTestHelperLib_QAStringArraySort"); \ +static_assert(sizeof(AutoTestHelperLib_QAStringArraySort) == 0x000020, "Wrong size on AutoTestHelperLib_QAStringArraySort"); \ +static_assert(offsetof(AutoTestHelperLib_QAStringArraySort, StringList) == 0x000000, "Member 'AutoTestHelperLib_QAStringArraySort::StringList' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QAStringArraySort, ReturnValue) == 0x000010, "Member 'AutoTestHelperLib_QAStringArraySort::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_GetUnitAllSkillID \ +static_assert(alignof(AutoTestHelperLib_GetUnitAllSkillID) == 0x000008, "Wrong alignment on AutoTestHelperLib_GetUnitAllSkillID"); \ +static_assert(sizeof(AutoTestHelperLib_GetUnitAllSkillID) == 0x000018, "Wrong size on AutoTestHelperLib_GetUnitAllSkillID"); \ +static_assert(offsetof(AutoTestHelperLib_GetUnitAllSkillID, Unit) == 0x000000, "Member 'AutoTestHelperLib_GetUnitAllSkillID::Unit' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_GetUnitAllSkillID, ReturnValue) == 0x000008, "Member 'AutoTestHelperLib_GetUnitAllSkillID::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_QADrawSkillRange \ +static_assert(alignof(AutoTestHelperLib_QADrawSkillRange) == 0x000008, "Wrong alignment on AutoTestHelperLib_QADrawSkillRange"); \ +static_assert(sizeof(AutoTestHelperLib_QADrawSkillRange) == 0x000010, "Wrong size on AutoTestHelperLib_QADrawSkillRange"); \ +static_assert(offsetof(AutoTestHelperLib_QADrawSkillRange, Unit) == 0x000000, "Member 'AutoTestHelperLib_QADrawSkillRange::Unit' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QADrawSkillRange, SkillID) == 0x000008, "Member 'AutoTestHelperLib_QADrawSkillRange::SkillID' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_QADrawSkillRange, Duration) == 0x00000C, "Member 'AutoTestHelperLib_QADrawSkillRange::Duration' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_IsEquippingSpell \ +static_assert(alignof(AutoTestHelperLib_IsEquippingSpell) == 0x000008, "Wrong alignment on AutoTestHelperLib_IsEquippingSpell"); \ +static_assert(sizeof(AutoTestHelperLib_IsEquippingSpell) == 0x000010, "Wrong size on AutoTestHelperLib_IsEquippingSpell"); \ +static_assert(offsetof(AutoTestHelperLib_IsEquippingSpell, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_IsEquippingSpell::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_IsEquippingSpell, SpellID) == 0x000008, "Member 'AutoTestHelperLib_IsEquippingSpell::SpellID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_DrinkBloodBottom \ +static_assert(alignof(AutoTestHelperLib_DrinkBloodBottom) == 0x000008, "Wrong alignment on AutoTestHelperLib_DrinkBloodBottom"); \ +static_assert(sizeof(AutoTestHelperLib_DrinkBloodBottom) == 0x000008, "Wrong size on AutoTestHelperLib_DrinkBloodBottom"); \ +static_assert(offsetof(AutoTestHelperLib_DrinkBloodBottom, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_DrinkBloodBottom::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_CameraLockTarget \ +static_assert(alignof(AutoTestHelperLib_CameraLockTarget) == 0x000008, "Wrong alignment on AutoTestHelperLib_CameraLockTarget"); \ +static_assert(sizeof(AutoTestHelperLib_CameraLockTarget) == 0x000010, "Wrong size on AutoTestHelperLib_CameraLockTarget"); \ +static_assert(offsetof(AutoTestHelperLib_CameraLockTarget, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_CameraLockTarget::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_CameraLockTarget, LockTarget) == 0x000008, "Member 'AutoTestHelperLib_CameraLockTarget::LockTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_AutoMoveComplete \ +static_assert(alignof(AutoTestHelperLib_AutoMoveComplete) == 0x000008, "Wrong alignment on AutoTestHelperLib_AutoMoveComplete"); \ +static_assert(sizeof(AutoTestHelperLib_AutoMoveComplete) == 0x000008, "Wrong size on AutoTestHelperLib_AutoMoveComplete"); \ +static_assert(offsetof(AutoTestHelperLib_AutoMoveComplete, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_AutoMoveComplete::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_SetPlayerAttack \ +static_assert(alignof(AutoTestHelperLib_SetPlayerAttack) == 0x000008, "Wrong alignment on AutoTestHelperLib_SetPlayerAttack"); \ +static_assert(sizeof(AutoTestHelperLib_SetPlayerAttack) == 0x000010, "Wrong size on AutoTestHelperLib_SetPlayerAttack"); \ +static_assert(offsetof(AutoTestHelperLib_SetPlayerAttack, Unit) == 0x000000, "Member 'AutoTestHelperLib_SetPlayerAttack::Unit' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_SetPlayerAttack, AttackNum) == 0x000008, "Member 'AutoTestHelperLib_SetPlayerAttack::AttackNum' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_CanUnitBeTarget \ +static_assert(alignof(AutoTestHelperLib_CanUnitBeTarget) == 0x000008, "Wrong alignment on AutoTestHelperLib_CanUnitBeTarget"); \ +static_assert(sizeof(AutoTestHelperLib_CanUnitBeTarget) == 0x000010, "Wrong size on AutoTestHelperLib_CanUnitBeTarget"); \ +static_assert(offsetof(AutoTestHelperLib_CanUnitBeTarget, Enemy) == 0x000000, "Member 'AutoTestHelperLib_CanUnitBeTarget::Enemy' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_IsUnitInBattle \ +static_assert(alignof(AutoTestHelperLib_IsUnitInBattle) == 0x000008, "Wrong alignment on AutoTestHelperLib_IsUnitInBattle"); \ +static_assert(sizeof(AutoTestHelperLib_IsUnitInBattle) == 0x000010, "Wrong size on AutoTestHelperLib_IsUnitInBattle"); \ +static_assert(offsetof(AutoTestHelperLib_IsUnitInBattle, Unit) == 0x000000, "Member 'AutoTestHelperLib_IsUnitInBattle::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_GenShiXianFeng \ +static_assert(alignof(AutoTestHelperLib_GenShiXianFeng) == 0x000008, "Wrong alignment on AutoTestHelperLib_GenShiXianFeng"); \ +static_assert(sizeof(AutoTestHelperLib_GenShiXianFeng) == 0x000008, "Wrong size on AutoTestHelperLib_GenShiXianFeng"); \ +static_assert(offsetof(AutoTestHelperLib_GenShiXianFeng, World) == 0x000000, "Member 'AutoTestHelperLib_GenShiXianFeng::World' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_FindNearbyUnit \ +static_assert(alignof(AutoTestHelperLib_FindNearbyUnit) == 0x000008, "Wrong alignment on AutoTestHelperLib_FindNearbyUnit"); \ +static_assert(sizeof(AutoTestHelperLib_FindNearbyUnit) == 0x000030, "Wrong size on AutoTestHelperLib_FindNearbyUnit"); \ +static_assert(offsetof(AutoTestHelperLib_FindNearbyUnit, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_FindNearbyUnit::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_FindNearbyUnit, AttackRadius) == 0x000008, "Member 'AutoTestHelperLib_FindNearbyUnit::AttackRadius' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_FindNearbyUnit, EnemyUnit) == 0x000010, "Member 'AutoTestHelperLib_FindNearbyUnit::EnemyUnit' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_FindNearbyUnit, UnitBP) == 0x000018, "Member 'AutoTestHelperLib_FindNearbyUnit::UnitBP' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_UseVigorSkill \ +static_assert(alignof(AutoTestHelperLib_UseVigorSkill) == 0x000008, "Wrong alignment on AutoTestHelperLib_UseVigorSkill"); \ +static_assert(sizeof(AutoTestHelperLib_UseVigorSkill) == 0x000008, "Wrong size on AutoTestHelperLib_UseVigorSkill"); \ +static_assert(offsetof(AutoTestHelperLib_UseVigorSkill, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_UseVigorSkill::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_RunToPosition \ +static_assert(alignof(AutoTestHelperLib_RunToPosition) == 0x000008, "Wrong alignment on AutoTestHelperLib_RunToPosition"); \ +static_assert(sizeof(AutoTestHelperLib_RunToPosition) == 0x000028, "Wrong size on AutoTestHelperLib_RunToPosition"); \ +static_assert(offsetof(AutoTestHelperLib_RunToPosition, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_RunToPosition::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_RunToPosition, TargetLocation) == 0x000008, "Member 'AutoTestHelperLib_RunToPosition::TargetLocation' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_RunToPosition, ReachRadius) == 0x000020, "Member 'AutoTestHelperLib_RunToPosition::ReachRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_RemoveGroupAI \ +static_assert(alignof(AutoTestHelperLib_RemoveGroupAI) == 0x000008, "Wrong alignment on AutoTestHelperLib_RemoveGroupAI"); \ +static_assert(sizeof(AutoTestHelperLib_RemoveGroupAI) == 0x000010, "Wrong size on AutoTestHelperLib_RemoveGroupAI"); \ +static_assert(offsetof(AutoTestHelperLib_RemoveGroupAI, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_RemoveGroupAI::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_RemoveGroupAI, OwnerActor) == 0x000008, "Member 'AutoTestHelperLib_RemoveGroupAI::OwnerActor' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_ReadDataTable \ +static_assert(alignof(AutoTestHelperLib_ReadDataTable) == 0x000008, "Wrong alignment on AutoTestHelperLib_ReadDataTable"); \ +static_assert(sizeof(AutoTestHelperLib_ReadDataTable) == 0x000018, "Wrong size on AutoTestHelperLib_ReadDataTable"); \ +static_assert(offsetof(AutoTestHelperLib_ReadDataTable, ID) == 0x000000, "Member 'AutoTestHelperLib_ReadDataTable::ID' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_ReadDataTable, ReturnValue) == 0x000008, "Member 'AutoTestHelperLib_ReadDataTable::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_MagicArtifact \ +static_assert(alignof(AutoTestHelperLib_MagicArtifact) == 0x000008, "Wrong alignment on AutoTestHelperLib_MagicArtifact"); \ +static_assert(sizeof(AutoTestHelperLib_MagicArtifact) == 0x000008, "Wrong size on AutoTestHelperLib_MagicArtifact"); \ +static_assert(offsetof(AutoTestHelperLib_MagicArtifact, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_MagicArtifact::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_HasItemNumber \ +static_assert(alignof(AutoTestHelperLib_HasItemNumber) == 0x000008, "Wrong alignment on AutoTestHelperLib_HasItemNumber"); \ +static_assert(sizeof(AutoTestHelperLib_HasItemNumber) == 0x000010, "Wrong size on AutoTestHelperLib_HasItemNumber"); \ +static_assert(offsetof(AutoTestHelperLib_HasItemNumber, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_HasItemNumber::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_HasItemNumber, ItemId) == 0x000008, "Member 'AutoTestHelperLib_HasItemNumber::ItemId' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_HasItemNumber, ReturnValue) == 0x00000C, "Member 'AutoTestHelperLib_HasItemNumber::ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_SetCurrentHp \ +static_assert(alignof(AutoTestHelperLib_SetCurrentHp) == 0x000008, "Wrong alignment on AutoTestHelperLib_SetCurrentHp"); \ +static_assert(sizeof(AutoTestHelperLib_SetCurrentHp) == 0x000010, "Wrong size on AutoTestHelperLib_SetCurrentHp"); \ +static_assert(offsetof(AutoTestHelperLib_SetCurrentHp, Unit) == 0x000000, "Member 'AutoTestHelperLib_SetCurrentHp::Unit' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_SetCurrentHp, Hp) == 0x000008, "Member 'AutoTestHelperLib_SetCurrentHp::Hp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_MouseGoBack \ +static_assert(alignof(AutoTestHelperLib_MouseGoBack) == 0x000008, "Wrong alignment on AutoTestHelperLib_MouseGoBack"); \ +static_assert(sizeof(AutoTestHelperLib_MouseGoBack) == 0x000008, "Wrong size on AutoTestHelperLib_MouseGoBack"); \ +static_assert(offsetof(AutoTestHelperLib_MouseGoBack, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_MouseGoBack::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_LightAttack \ +static_assert(alignof(AutoTestHelperLib_LightAttack) == 0x000008, "Wrong alignment on AutoTestHelperLib_LightAttack"); \ +static_assert(sizeof(AutoTestHelperLib_LightAttack) == 0x000008, "Wrong size on AutoTestHelperLib_LightAttack"); \ +static_assert(offsetof(AutoTestHelperLib_LightAttack, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_LightAttack::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_HeavyAttack \ +static_assert(alignof(AutoTestHelperLib_HeavyAttack) == 0x000008, "Wrong alignment on AutoTestHelperLib_HeavyAttack"); \ +static_assert(sizeof(AutoTestHelperLib_HeavyAttack) == 0x000008, "Wrong size on AutoTestHelperLib_HeavyAttack"); \ +static_assert(offsetof(AutoTestHelperLib_HeavyAttack, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_HeavyAttack::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_ClickButton \ +static_assert(alignof(AutoTestHelperLib_ClickButton) == 0x000008, "Wrong alignment on AutoTestHelperLib_ClickButton"); \ +static_assert(sizeof(AutoTestHelperLib_ClickButton) == 0x000008, "Wrong size on AutoTestHelperLib_ClickButton"); \ +static_assert(offsetof(AutoTestHelperLib_ClickButton, Btn) == 0x000000, "Member 'AutoTestHelperLib_ClickButton::Btn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_RunToEnemy \ +static_assert(alignof(AutoTestHelperLib_RunToEnemy) == 0x000008, "Wrong alignment on AutoTestHelperLib_RunToEnemy"); \ +static_assert(sizeof(AutoTestHelperLib_RunToEnemy) == 0x000018, "Wrong size on AutoTestHelperLib_RunToEnemy"); \ +static_assert(offsetof(AutoTestHelperLib_RunToEnemy, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_RunToEnemy::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_RunToEnemy, Enemy) == 0x000008, "Member 'AutoTestHelperLib_RunToEnemy::Enemy' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_RunToEnemy, ReachRadius) == 0x000010, "Member 'AutoTestHelperLib_RunToEnemy::ReachRadius' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_QAPauseBT \ +static_assert(alignof(AutoTestHelperLib_QAPauseBT) == 0x000008, "Wrong alignment on AutoTestHelperLib_QAPauseBT"); \ +static_assert(sizeof(AutoTestHelperLib_QAPauseBT) == 0x000010, "Wrong size on AutoTestHelperLib_QAPauseBT"); \ +static_assert(offsetof(AutoTestHelperLib_QAPauseBT, Unit) == 0x000000, "Member 'AutoTestHelperLib_QAPauseBT::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_KillEnemy \ +static_assert(alignof(AutoTestHelperLib_KillEnemy) == 0x000008, "Wrong alignment on AutoTestHelperLib_KillEnemy"); \ +static_assert(sizeof(AutoTestHelperLib_KillEnemy) == 0x000010, "Wrong size on AutoTestHelperLib_KillEnemy"); \ +static_assert(offsetof(AutoTestHelperLib_KillEnemy, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_KillEnemy::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_KillEnemy, KillTarget) == 0x000008, "Member 'AutoTestHelperLib_KillEnemy::KillTarget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_CastSpell \ +static_assert(alignof(AutoTestHelperLib_CastSpell) == 0x000008, "Wrong alignment on AutoTestHelperLib_CastSpell"); \ +static_assert(sizeof(AutoTestHelperLib_CastSpell) == 0x000010, "Wrong size on AutoTestHelperLib_CastSpell"); \ +static_assert(offsetof(AutoTestHelperLib_CastSpell, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_CastSpell::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_CastSpell, SkillType) == 0x000008, "Member 'AutoTestHelperLib_CastSpell::SkillType' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_TestCode \ +static_assert(alignof(AutoTestHelperLib_TestCode) == 0x000008, "Wrong alignment on AutoTestHelperLib_TestCode"); \ +static_assert(sizeof(AutoTestHelperLib_TestCode) == 0x000008, "Wrong size on AutoTestHelperLib_TestCode"); \ +static_assert(offsetof(AutoTestHelperLib_TestCode, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_TestCode::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_SetMaxHp \ +static_assert(alignof(AutoTestHelperLib_SetMaxHp) == 0x000008, "Wrong alignment on AutoTestHelperLib_SetMaxHp"); \ +static_assert(sizeof(AutoTestHelperLib_SetMaxHp) == 0x000008, "Wrong size on AutoTestHelperLib_SetMaxHp"); \ +static_assert(offsetof(AutoTestHelperLib_SetMaxHp, Unit) == 0x000000, "Member 'AutoTestHelperLib_SetMaxHp::Unit' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_Interact \ +static_assert(alignof(AutoTestHelperLib_Interact) == 0x000008, "Wrong alignment on AutoTestHelperLib_Interact"); \ +static_assert(sizeof(AutoTestHelperLib_Interact) == 0x000010, "Wrong size on AutoTestHelperLib_Interact"); \ +static_assert(offsetof(AutoTestHelperLib_Interact, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_Interact::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_HasSpell \ +static_assert(alignof(AutoTestHelperLib_HasSpell) == 0x000008, "Wrong alignment on AutoTestHelperLib_HasSpell"); \ +static_assert(sizeof(AutoTestHelperLib_HasSpell) == 0x000010, "Wrong size on AutoTestHelperLib_HasSpell"); \ +static_assert(offsetof(AutoTestHelperLib_HasSpell, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_HasSpell::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_HasSpell, SpellID) == 0x000008, "Member 'AutoTestHelperLib_HasSpell::SpellID' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_GenActor \ +static_assert(alignof(AutoTestHelperLib_GenActor) == 0x000008, "Wrong alignment on AutoTestHelperLib_GenActor"); \ +static_assert(sizeof(AutoTestHelperLib_GenActor) == 0x000010, "Wrong size on AutoTestHelperLib_GenActor"); \ +static_assert(offsetof(AutoTestHelperLib_GenActor, World) == 0x000000, "Member 'AutoTestHelperLib_GenActor::World' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_GenActor, ActorClass) == 0x000008, "Member 'AutoTestHelperLib_GenActor::ActorClass' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_FindText \ +static_assert(alignof(AutoTestHelperLib_FindText) == 0x000008, "Wrong alignment on AutoTestHelperLib_FindText"); \ +static_assert(sizeof(AutoTestHelperLib_FindText) == 0x000020, "Wrong size on AutoTestHelperLib_FindText"); \ +static_assert(offsetof(AutoTestHelperLib_FindText, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_FindText::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_FindText, Text) == 0x000008, "Member 'AutoTestHelperLib_FindText::Text' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_UseItem \ +static_assert(alignof(AutoTestHelperLib_UseItem) == 0x000008, "Wrong alignment on AutoTestHelperLib_UseItem"); \ +static_assert(sizeof(AutoTestHelperLib_UseItem) == 0x000010, "Wrong size on AutoTestHelperLib_UseItem"); \ +static_assert(offsetof(AutoTestHelperLib_UseItem, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_UseItem::WorldContext' has a wrong offset!"); \ +static_assert(offsetof(AutoTestHelperLib_UseItem, ItemPosition) == 0x000008, "Member 'AutoTestHelperLib_UseItem::ItemPosition' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_OpenBag \ +static_assert(alignof(AutoTestHelperLib_OpenBag) == 0x000008, "Wrong alignment on AutoTestHelperLib_OpenBag"); \ +static_assert(sizeof(AutoTestHelperLib_OpenBag) == 0x000010, "Wrong size on AutoTestHelperLib_OpenBag"); \ +static_assert(offsetof(AutoTestHelperLib_OpenBag, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_OpenBag::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_Dodge \ +static_assert(alignof(AutoTestHelperLib_Dodge) == 0x000008, "Wrong alignment on AutoTestHelperLib_Dodge"); \ +static_assert(sizeof(AutoTestHelperLib_Dodge) == 0x000008, "Wrong size on AutoTestHelperLib_Dodge"); \ +static_assert(offsetof(AutoTestHelperLib_Dodge, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_Dodge::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_Spin \ +static_assert(alignof(AutoTestHelperLib_Spin) == 0x000008, "Wrong alignment on AutoTestHelperLib_Spin"); \ +static_assert(sizeof(AutoTestHelperLib_Spin) == 0x000008, "Wrong size on AutoTestHelperLib_Spin"); \ +static_assert(offsetof(AutoTestHelperLib_Spin, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_Spin::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AutoTestHelperLib_Jump \ +static_assert(alignof(AutoTestHelperLib_Jump) == 0x000008, "Wrong alignment on AutoTestHelperLib_Jump"); \ +static_assert(sizeof(AutoTestHelperLib_Jump) == 0x000008, "Wrong size on AutoTestHelperLib_Jump"); \ +static_assert(offsetof(AutoTestHelperLib_Jump, WorldContext) == 0x000000, "Member 'AutoTestHelperLib_Jump::WorldContext' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTestHelperLib \ +static_assert(alignof(UAutoTestHelperLib) == 0x000008, "Wrong alignment on UAutoTestHelperLib"); \ +static_assert(sizeof(UAutoTestHelperLib) == 0x000028, "Wrong size on UAutoTestHelperLib"); \ + +#define DUMPER7_ASSERTS_UBGWDataAsset_TamerListConfig \ +static_assert(alignof(UBGWDataAsset_TamerListConfig) == 0x000008, "Wrong alignment on UBGWDataAsset_TamerListConfig"); \ +static_assert(sizeof(UBGWDataAsset_TamerListConfig) == 0x000050, "Wrong size on UBGWDataAsset_TamerListConfig"); \ +static_assert(offsetof(UBGWDataAsset_TamerListConfig, CommandList) == 0x000030, "Member 'UBGWDataAsset_TamerListConfig::CommandList' has a wrong offset!"); \ +static_assert(offsetof(UBGWDataAsset_TamerListConfig, TamerList) == 0x000040, "Member 'UBGWDataAsset_TamerListConfig::TamerList' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_SingleTest \ +static_assert(alignof(UAutoTest_SingleTest) == 0x000008, "Wrong alignment on UAutoTest_SingleTest"); \ +static_assert(sizeof(UAutoTest_SingleTest) == 0x000028, "Wrong size on UAutoTest_SingleTest"); \ + +#define DUMPER7_ASSERTS_UAutoTest_ExportInfo \ +static_assert(alignof(UAutoTest_ExportInfo) == 0x000008, "Wrong alignment on UAutoTest_ExportInfo"); \ +static_assert(sizeof(UAutoTest_ExportInfo) == 0x000028, "Wrong size on UAutoTest_ExportInfo"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PlaneMover \ +static_assert(alignof(UAutoTest_PlaneMover) == 0x000008, "Wrong alignment on UAutoTest_PlaneMover"); \ +static_assert(sizeof(UAutoTest_PlaneMover) == 0x000088, "Wrong size on UAutoTest_PlaneMover"); \ +static_assert(offsetof(UAutoTest_PlaneMover, StartPoints) == 0x000028, "Member 'UAutoTest_PlaneMover::StartPoints' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_PlaneMover, MaxClampValue) == 0x00007C, "Member 'UAutoTest_PlaneMover::MaxClampValue' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_PlaneMover, MinClampValue) == 0x000084, "Member 'UAutoTest_PlaneMover::MinClampValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_BaJie \ +static_assert(alignof(UAutoTest_PSD_BaJie) == 0x000008, "Wrong alignment on UAutoTest_PSD_BaJie"); \ +static_assert(sizeof(UAutoTest_PSD_BaJie) == 0x000028, "Wrong size on UAutoTest_PSD_BaJie"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_SanCeng \ +static_assert(alignof(UAutoTest_PSD_SanCeng) == 0x000008, "Wrong alignment on UAutoTest_PSD_SanCeng"); \ +static_assert(sizeof(UAutoTest_PSD_SanCeng) == 0x000028, "Wrong size on UAutoTest_PSD_SanCeng"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_YouYan \ +static_assert(alignof(UAutoTest_PSD_YouYan) == 0x000008, "Wrong alignment on UAutoTest_PSD_YouYan"); \ +static_assert(sizeof(UAutoTest_PSD_YouYan) == 0x000028, "Wrong size on UAutoTest_PSD_YouYan"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PSD_YiCeng \ +static_assert(alignof(UAutoTest_PSD_YiCeng) == 0x000008, "Wrong alignment on UAutoTest_PSD_YiCeng"); \ +static_assert(sizeof(UAutoTest_PSD_YiCeng) == 0x000028, "Wrong size on UAutoTest_PSD_YiCeng"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BattleTrace \ +static_assert(alignof(UAutoTest_BattleTrace) == 0x000008, "Wrong alignment on UAutoTest_BattleTrace"); \ +static_assert(sizeof(UAutoTest_BattleTrace) == 0x000028, "Wrong size on UAutoTest_BattleTrace"); \ + +#define DUMPER7_ASSERTS_UAutoTest_SpawnTrace \ +static_assert(alignof(UAutoTest_SpawnTrace) == 0x000008, "Wrong alignment on UAutoTest_SpawnTrace"); \ +static_assert(sizeof(UAutoTest_SpawnTrace) == 0x000028, "Wrong size on UAutoTest_SpawnTrace"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BulletTrace \ +static_assert(alignof(UAutoTest_BulletTrace) == 0x000008, "Wrong alignment on UAutoTest_BulletTrace"); \ +static_assert(sizeof(UAutoTest_BulletTrace) == 0x000028, "Wrong size on UAutoTest_BulletTrace"); \ + +#define DUMPER7_ASSERTS_UAutoTest_UnitDeadCheckTool \ +static_assert(alignof(UAutoTest_UnitDeadCheckTool) == 0x000008, "Wrong alignment on UAutoTest_UnitDeadCheckTool"); \ +static_assert(sizeof(UAutoTest_UnitDeadCheckTool) == 0x000040, "Wrong size on UAutoTest_UnitDeadCheckTool"); \ +static_assert(offsetof(UAutoTest_UnitDeadCheckTool, TamerList) == 0x000028, "Member 'UAutoTest_UnitDeadCheckTool::TamerList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitDeadCheckTool, DistanceBetween) == 0x000030, "Member 'UAutoTest_UnitDeadCheckTool::DistanceBetween' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitDeadCheckTool, StartIndex) == 0x000034, "Member 'UAutoTest_UnitDeadCheckTool::StartIndex' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitDeadCheckTool, Buff) == 0x000038, "Member 'UAutoTest_UnitDeadCheckTool::Buff' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_ZYS_Whole \ +static_assert(alignof(UAutoTest_ZYS_Whole) == 0x000008, "Wrong alignment on UAutoTest_ZYS_Whole"); \ +static_assert(sizeof(UAutoTest_ZYS_Whole) == 0x000028, "Wrong size on UAutoTest_ZYS_Whole"); \ + +#define DUMPER7_ASSERTS_UAutoTestLoggerLib \ +static_assert(alignof(UAutoTestLoggerLib) == 0x000008, "Wrong alignment on UAutoTestLoggerLib"); \ +static_assert(sizeof(UAutoTestLoggerLib) == 0x000028, "Wrong size on UAutoTestLoggerLib"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_Xiong \ +static_assert(alignof(UAutoTest_HFS_Xiong) == 0x000008, "Wrong alignment on UAutoTest_HFS_Xiong"); \ +static_assert(sizeof(UAutoTest_HFS_Xiong) == 0x000028, "Wrong size on UAutoTest_HFS_Xiong"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_Swamp \ +static_assert(alignof(UAutoTest_HFS_Swamp) == 0x000008, "Wrong alignment on UAutoTest_HFS_Swamp"); \ +static_assert(sizeof(UAutoTest_HFS_Swamp) == 0x000028, "Wrong size on UAutoTest_HFS_Swamp"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_Bamboo \ +static_assert(alignof(UAutoTest_HFS_Bamboo) == 0x000008, "Wrong alignment on UAutoTest_HFS_Bamboo"); \ +static_assert(sizeof(UAutoTest_HFS_Bamboo) == 0x000028, "Wrong size on UAutoTest_HFS_Bamboo"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_GYCY \ +static_assert(alignof(UAutoTest_HFS_GYCY) == 0x000008, "Wrong alignment on UAutoTest_HFS_GYCY"); \ +static_assert(sizeof(UAutoTest_HFS_GYCY) == 0x000028, "Wrong size on UAutoTest_HFS_GYCY"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_HongHaiEr \ +static_assert(alignof(UAutoTest_HYS_HongHaiEr) == 0x000008, "Wrong alignment on UAutoTest_HYS_HongHaiEr"); \ +static_assert(sizeof(UAutoTest_HYS_HongHaiEr) == 0x000028, "Wrong size on UAutoTest_HYS_HongHaiEr"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_FoxGuide \ +static_assert(alignof(UAutoTest_HYS_FoxGuide) == 0x000008, "Wrong alignment on UAutoTest_HYS_FoxGuide"); \ +static_assert(sizeof(UAutoTest_HYS_FoxGuide) == 0x000028, "Wrong size on UAutoTest_HYS_FoxGuide"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_GoUp \ +static_assert(alignof(UAutoTest_HYS_GoUp) == 0x000008, "Wrong alignment on UAutoTest_HYS_GoUp"); \ +static_assert(sizeof(UAutoTest_HYS_GoUp) == 0x000028, "Wrong size on UAutoTest_HYS_GoUp"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_LuoChaPalace \ +static_assert(alignof(UAutoTest_HYS_LuoChaPalace) == 0x000008, "Wrong alignment on UAutoTest_HYS_LuoChaPalace"); \ +static_assert(sizeof(UAutoTest_HYS_LuoChaPalace) == 0x000028, "Wrong size on UAutoTest_HYS_LuoChaPalace"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_LavaPavement \ +static_assert(alignof(UAutoTest_HYS_LavaPavement) == 0x000008, "Wrong alignment on UAutoTest_HYS_LavaPavement"); \ +static_assert(sizeof(UAutoTest_HYS_LavaPavement) == 0x000028, "Wrong size on UAutoTest_HYS_LavaPavement"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_StoneForest \ +static_assert(alignof(UAutoTest_HYS_StoneForest) == 0x000008, "Wrong alignment on UAutoTest_HYS_StoneForest"); \ +static_assert(sizeof(UAutoTest_HYS_StoneForest) == 0x000028, "Wrong size on UAutoTest_HYS_StoneForest"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_AshForest \ +static_assert(alignof(UAutoTest_HYS_AshForest) == 0x000008, "Wrong alignment on UAutoTest_HYS_AshForest"); \ +static_assert(sizeof(UAutoTest_HYS_AshForest) == 0x000028, "Wrong size on UAutoTest_HYS_AshForest"); \ + +#define DUMPER7_ASSERTS_UAutoTest_UnitPicTaker \ +static_assert(alignof(UAutoTest_UnitPicTaker) == 0x000008, "Wrong alignment on UAutoTest_UnitPicTaker"); \ +static_assert(sizeof(UAutoTest_UnitPicTaker) == 0x000040, "Wrong size on UAutoTest_UnitPicTaker"); \ +static_assert(offsetof(UAutoTest_UnitPicTaker, UnitClassList) == 0x000028, "Member 'UAutoTest_UnitPicTaker::UnitClassList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitPicTaker, DistanceBetween) == 0x000038, "Member 'UAutoTest_UnitPicTaker::DistanceBetween' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitPicTaker, StartIndex) == 0x00003C, "Member 'UAutoTest_UnitPicTaker::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_DingShenEffectCheckTool \ +static_assert(alignof(UAutoTest_DingShenEffectCheckTool) == 0x000008, "Wrong alignment on UAutoTest_DingShenEffectCheckTool"); \ +static_assert(sizeof(UAutoTest_DingShenEffectCheckTool) == 0x000040, "Wrong size on UAutoTest_DingShenEffectCheckTool"); \ +static_assert(offsetof(UAutoTest_DingShenEffectCheckTool, TamerClassList) == 0x000028, "Member 'UAutoTest_DingShenEffectCheckTool::TamerClassList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_DingShenEffectCheckTool, DistanceBetween) == 0x000038, "Member 'UAutoTest_DingShenEffectCheckTool::DistanceBetween' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_DingShenEffectCheckTool, StartIndex) == 0x00003C, "Member 'UAutoTest_DingShenEffectCheckTool::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UExcelTest \ +static_assert(alignof(UExcelTest) == 0x000008, "Wrong alignment on UExcelTest"); \ +static_assert(sizeof(UExcelTest) == 0x000028, "Wrong size on UExcelTest"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_Cave \ +static_assert(alignof(UAutoTest_HFM_Cave) == 0x000008, "Wrong alignment on UAutoTest_HFM_Cave"); \ +static_assert(sizeof(UAutoTest_HFM_Cave) == 0x000028, "Wrong size on UAutoTest_HFM_Cave"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_FuZiShu \ +static_assert(alignof(UAutoTest_HFM_FuZiShu) == 0x000008, "Wrong alignment on UAutoTest_HFM_FuZiShu"); \ +static_assert(sizeof(UAutoTest_HFM_FuZiShu) == 0x000028, "Wrong size on UAutoTest_HFM_FuZiShu"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_HuangCun \ +static_assert(alignof(UAutoTest_HFM_HuangCun) == 0x000008, "Wrong alignment on UAutoTest_HFM_HuangCun"); \ +static_assert(sizeof(UAutoTest_HFM_HuangCun) == 0x000028, "Wrong size on UAutoTest_HFM_HuangCun"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_HuStone \ +static_assert(alignof(UAutoTest_HFM_HuStone) == 0x000008, "Wrong alignment on UAutoTest_HFM_HuStone"); \ +static_assert(sizeof(UAutoTest_HFM_HuStone) == 0x000028, "Wrong size on UAutoTest_HFM_HuStone"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_SandSkiing \ +static_assert(alignof(UAutoTest_HFM_SandSkiing) == 0x000008, "Wrong alignment on UAutoTest_HFM_SandSkiing"); \ +static_assert(sizeof(UAutoTest_HFM_SandSkiing) == 0x000028, "Wrong size on UAutoTest_HFM_SandSkiing"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_ShiXianFeng \ +static_assert(alignof(UAutoTest_HFM_ShiXianFeng) == 0x000008, "Wrong alignment on UAutoTest_HFM_ShiXianFeng"); \ +static_assert(sizeof(UAutoTest_HFM_ShiXianFeng) == 0x000028, "Wrong size on UAutoTest_HFM_ShiXianFeng"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFM_Start \ +static_assert(alignof(UAutoTest_HFM_Start) == 0x000008, "Wrong alignment on UAutoTest_HFM_Start"); \ +static_assert(sizeof(UAutoTest_HFM_Start) == 0x000028, "Wrong size on UAutoTest_HFM_Start"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_NV_Niu \ +static_assert(alignof(UAutoTest_HFS_NV_Niu) == 0x000008, "Wrong alignment on UAutoTest_HFS_NV_Niu"); \ +static_assert(sizeof(UAutoTest_HFS_NV_Niu) == 0x000028, "Wrong size on UAutoTest_HFS_NV_Niu"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_NV_Waterfall \ +static_assert(alignof(UAutoTest_HFS_NV_Waterfall) == 0x000008, "Wrong alignment on UAutoTest_HFS_NV_Waterfall"); \ +static_assert(sizeof(UAutoTest_HFS_NV_Waterfall) == 0x000028, "Wrong size on UAutoTest_HFS_NV_Waterfall"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HFS_NV_WoodDragon \ +static_assert(alignof(UAutoTest_HFS_NV_WoodDragon) == 0x000008, "Wrong alignment on UAutoTest_HFS_NV_WoodDragon"); \ +static_assert(sizeof(UAutoTest_HFS_NV_WoodDragon) == 0x000028, "Wrong size on UAutoTest_HFS_NV_WoodDragon"); \ + +#define DUMPER7_ASSERTS_UAutoTest_HYS_Start \ +static_assert(alignof(UAutoTest_HYS_Start) == 0x000008, "Wrong alignment on UAutoTest_HYS_Start"); \ +static_assert(sizeof(UAutoTest_HYS_Start) == 0x000028, "Wrong size on UAutoTest_HYS_Start"); \ + +#define DUMPER7_ASSERTS_UAutoTest_EquipmentUI \ +static_assert(alignof(UAutoTest_EquipmentUI) == 0x000008, "Wrong alignment on UAutoTest_EquipmentUI"); \ +static_assert(sizeof(UAutoTest_EquipmentUI) == 0x000028, "Wrong size on UAutoTest_EquipmentUI"); \ + +#define DUMPER7_ASSERTS_UAutoTest_SandBag \ +static_assert(alignof(UAutoTest_SandBag) == 0x000008, "Wrong alignment on UAutoTest_SandBag"); \ +static_assert(sizeof(UAutoTest_SandBag) == 0x000028, "Wrong size on UAutoTest_SandBag"); \ + +#define DUMPER7_ASSERTS_UAutoTest_UnitCastAllSkill \ +static_assert(alignof(UAutoTest_UnitCastAllSkill) == 0x000008, "Wrong alignment on UAutoTest_UnitCastAllSkill"); \ +static_assert(sizeof(UAutoTest_UnitCastAllSkill) == 0x000050, "Wrong size on UAutoTest_UnitCastAllSkill"); \ +static_assert(offsetof(UAutoTest_UnitCastAllSkill, TamerClassList) == 0x000028, "Member 'UAutoTest_UnitCastAllSkill::TamerClassList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitCastAllSkill, SkillIDBlackList) == 0x000038, "Member 'UAutoTest_UnitCastAllSkill::SkillIDBlackList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitCastAllSkill, DistanceBetween) == 0x000048, "Member 'UAutoTest_UnitCastAllSkill::DistanceBetween' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_UnitCastAllSkill, StartIndex) == 0x00004C, "Member 'UAutoTest_UnitCastAllSkill::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_NiagaraPerformance \ +static_assert(alignof(UAutoTest_NiagaraPerformance) == 0x000008, "Wrong alignment on UAutoTest_NiagaraPerformance"); \ +static_assert(sizeof(UAutoTest_NiagaraPerformance) == 0x000060, "Wrong size on UAutoTest_NiagaraPerformance"); \ +static_assert(offsetof(UAutoTest_NiagaraPerformance, TestType) == 0x000028, "Member 'UAutoTest_NiagaraPerformance::TestType' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_NiagaraPerformance, SkillIDBlackList) == 0x000030, "Member 'UAutoTest_NiagaraPerformance::SkillIDBlackList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_NiagaraPerformance, TamerList) == 0x000040, "Member 'UAutoTest_NiagaraPerformance::TamerList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_NiagaraPerformance, TamerString) == 0x000050, "Member 'UAutoTest_NiagaraPerformance::TamerString' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_PlayerCastAllSkill \ +static_assert(alignof(UAutoTest_PlayerCastAllSkill) == 0x000008, "Wrong alignment on UAutoTest_PlayerCastAllSkill"); \ +static_assert(sizeof(UAutoTest_PlayerCastAllSkill) == 0x000050, "Wrong size on UAutoTest_PlayerCastAllSkill"); \ +static_assert(offsetof(UAutoTest_PlayerCastAllSkill, RoleDataConfigIDs) == 0x000028, "Member 'UAutoTest_PlayerCastAllSkill::RoleDataConfigIDs' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_PlayerCastAllSkill, SkillIDBlackList) == 0x000038, "Member 'UAutoTest_PlayerCastAllSkill::SkillIDBlackList' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_PlayerCastAllSkill, StartIndex) == 0x000048, "Member 'UAutoTest_PlayerCastAllSkill::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAutoTest_BianShenCastAllSkill \ +static_assert(alignof(UAutoTest_BianShenCastAllSkill) == 0x000008, "Wrong alignment on UAutoTest_BianShenCastAllSkill"); \ +static_assert(sizeof(UAutoTest_BianShenCastAllSkill) == 0x000040, "Wrong size on UAutoTest_BianShenCastAllSkill"); \ +static_assert(offsetof(UAutoTest_BianShenCastAllSkill, SkillIds) == 0x000028, "Member 'UAutoTest_BianShenCastAllSkill::SkillIds' has a wrong offset!"); \ +static_assert(offsetof(UAutoTest_BianShenCastAllSkill, StartIndex) == 0x000038, "Member 'UAutoTest_BianShenCastAllSkill::StartIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_CommErrorTips_C \ +static_assert(alignof(UBP_UI_CommErrorTips_C) == 0x000008, "Wrong alignment on UBP_UI_CommErrorTips_C"); \ +static_assert(sizeof(UBP_UI_CommErrorTips_C) == 0x000410, "Wrong size on UBP_UI_CommErrorTips_C"); \ +static_assert(offsetof(UBP_UI_CommErrorTips_C, Image_44) == 0x0003D8, "Member 'UBP_UI_CommErrorTips_C::Image_44' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_CommErrorTips_C, ImgBlock) == 0x0003E0, "Member 'UBP_UI_CommErrorTips_C::ImgBlock' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_CommErrorTips_C, ImgBox) == 0x0003E8, "Member 'UBP_UI_CommErrorTips_C::ImgBox' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_CommErrorTips_C, ImgLine) == 0x0003F0, "Member 'UBP_UI_CommErrorTips_C::ImgLine' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_CommErrorTips_C, InputIcon) == 0x0003F8, "Member 'UBP_UI_CommErrorTips_C::InputIcon' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_CommErrorTips_C, LogBackground) == 0x000400, "Member 'UBP_UI_CommErrorTips_C::LogBackground' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_CommErrorTips_C, StackInfoBackground) == 0x000408, "Member 'UBP_UI_CommErrorTips_C::StackInfoBackground' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel \ +static_assert(alignof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel) == 0x000008, "Wrong alignment on BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel"); \ +static_assert(sizeof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel) == 0x0000D8, "Wrong size on BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, EntryPoint) == 0x000000, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, K2Node_Event_MyGeometry) == 0x000008, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, K2Node_Event_InDeltaTime) == 0x000048, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::K2Node_Event_InDeltaTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_GetText_ReturnValue) == 0x000050, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_GetText_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_GetText_ReturnValue_1) == 0x000068, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_GetText_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_Conv_TextToString_ReturnValue) == 0x000080, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_Conv_TextToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_Conv_TextToString_ReturnValue_1) == 0x000090, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_Conv_TextToString_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_Concat_StrStr_ReturnValue) == 0x0000A0, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_Concat_StrStr_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_PlayAnimation_ReturnValue) == 0x0000B0, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_PlayAnimation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_Concat_StrStr_ReturnValue_1) == 0x0000B8, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_Concat_StrStr_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, K2Node_Event_IsDesignTime) == 0x0000C8, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel, CallFunc_Get_ReturnValue) == 0x0000D0, "Member 'BP_UI_ExceptionPanel_C_ExecuteUbergraph_BP_UI_ExceptionPanel::CallFunc_Get_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_ExceptionPanel_C_PreConstruct \ +static_assert(alignof(BP_UI_ExceptionPanel_C_PreConstruct) == 0x000001, "Wrong alignment on BP_UI_ExceptionPanel_C_PreConstruct"); \ +static_assert(sizeof(BP_UI_ExceptionPanel_C_PreConstruct) == 0x000001, "Wrong size on BP_UI_ExceptionPanel_C_PreConstruct"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BP_UI_ExceptionPanel_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_ExceptionPanel_C_Tick \ +static_assert(alignof(BP_UI_ExceptionPanel_C_Tick) == 0x000008, "Wrong alignment on BP_UI_ExceptionPanel_C_Tick"); \ +static_assert(sizeof(BP_UI_ExceptionPanel_C_Tick) == 0x000048, "Wrong size on BP_UI_ExceptionPanel_C_Tick"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_Tick, MyGeometry) == 0x000000, "Member 'BP_UI_ExceptionPanel_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_ExceptionPanel_C_Tick, InDeltaTime) == 0x000040, "Member 'BP_UI_ExceptionPanel_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_ExceptionPanel_C \ +static_assert(alignof(UBP_UI_ExceptionPanel_C) == 0x000008, "Wrong alignment on UBP_UI_ExceptionPanel_C"); \ +static_assert(sizeof(UBP_UI_ExceptionPanel_C) == 0x000468, "Wrong size on UBP_UI_ExceptionPanel_C"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, UberGraphFrame) == 0x0003D8, "Member 'UBP_UI_ExceptionPanel_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, HideAll) == 0x0003E0, "Member 'UBP_UI_ExceptionPanel_C::HideAll' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, ShowOKFin) == 0x0003E8, "Member 'UBP_UI_ExceptionPanel_C::ShowOKFin' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, BG) == 0x0003F0, "Member 'UBP_UI_ExceptionPanel_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, BG2) == 0x0003F8, "Member 'UBP_UI_ExceptionPanel_C::BG2' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, CloseButton) == 0x000400, "Member 'UBP_UI_ExceptionPanel_C::CloseButton' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, ConfirmBtn) == 0x000408, "Member 'UBP_UI_ExceptionPanel_C::ConfirmBtn' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, CopyButton) == 0x000410, "Member 'UBP_UI_ExceptionPanel_C::CopyButton' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, ImgBlock) == 0x000418, "Member 'UBP_UI_ExceptionPanel_C::ImgBlock' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, ImgBox) == 0x000420, "Member 'UBP_UI_ExceptionPanel_C::ImgBox' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, ImgBtn) == 0x000428, "Member 'UBP_UI_ExceptionPanel_C::ImgBtn' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, ImgLine) == 0x000430, "Member 'UBP_UI_ExceptionPanel_C::ImgLine' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, InputIcon) == 0x000438, "Member 'UBP_UI_ExceptionPanel_C::InputIcon' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, MainBG) == 0x000440, "Member 'UBP_UI_ExceptionPanel_C::MainBG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, TextArea) == 0x000448, "Member 'UBP_UI_ExceptionPanel_C::TextArea' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, TextUserConfig) == 0x000450, "Member 'UBP_UI_ExceptionPanel_C::TextUserConfig' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, Warning) == 0x000458, "Member 'UBP_UI_ExceptionPanel_C::Warning' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_ExceptionPanel_C, InputMgr) == 0x000460, "Member 'UBP_UI_ExceptionPanel_C::InputMgr' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ADynamicSDFGenerator_C \ +static_assert(alignof(ADynamicSDFGenerator_C) == 0x000008, "Wrong alignment on ADynamicSDFGenerator_C"); \ +static_assert(sizeof(ADynamicSDFGenerator_C) == 0x000320, "Wrong size on ADynamicSDFGenerator_C"); \ + +#define DUMPER7_ASSERTS_ADynamicSDFGeneratorV2_C \ +static_assert(alignof(ADynamicSDFGeneratorV2_C) == 0x000008, "Wrong alignment on ADynamicSDFGeneratorV2_C"); \ +static_assert(sizeof(ADynamicSDFGeneratorV2_C) == 0x000388, "Wrong size on ADynamicSDFGeneratorV2_C"); \ + +#define DUMPER7_ASSERTS_UBP_Normal_RichTextZhuYi_DC_C \ +static_assert(alignof(UBP_Normal_RichTextZhuYi_DC_C) == 0x000008, "Wrong alignment on UBP_Normal_RichTextZhuYi_DC_C"); \ +static_assert(sizeof(UBP_Normal_RichTextZhuYi_DC_C) == 0x000030, "Wrong size on UBP_Normal_RichTextZhuYi_DC_C"); \ + +#define DUMPER7_ASSERTS_BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name \ +static_assert(alignof(BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name) == 0x000004, "Wrong alignment on BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name"); \ +static_assert(sizeof(BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name) == 0x000008, "Wrong size on BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name"); \ +static_assert(offsetof(BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name, EntryPoint) == 0x000000, "Member 'BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BI_Loading_Item_Name_C_ExecuteUbergraph_BI_Loading_Item_Name::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BI_Loading_Item_Name_C_PreConstruct \ +static_assert(alignof(BI_Loading_Item_Name_C_PreConstruct) == 0x000001, "Wrong alignment on BI_Loading_Item_Name_C_PreConstruct"); \ +static_assert(sizeof(BI_Loading_Item_Name_C_PreConstruct) == 0x000001, "Wrong size on BI_Loading_Item_Name_C_PreConstruct"); \ +static_assert(offsetof(BI_Loading_Item_Name_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BI_Loading_Item_Name_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_Loading_Item_Name_C \ +static_assert(alignof(UBI_Loading_Item_Name_C) == 0x000008, "Wrong alignment on UBI_Loading_Item_Name_C"); \ +static_assert(sizeof(UBI_Loading_Item_Name_C) == 0x000410, "Wrong size on UBI_Loading_Item_Name_C"); \ +static_assert(offsetof(UBI_Loading_Item_Name_C, UberGraphFrame) == 0x0003D8, "Member 'UBI_Loading_Item_Name_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_Item_Name_C, AnimHide) == 0x0003E0, "Member 'UBI_Loading_Item_Name_C::AnimHide' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_Item_Name_C, AnimShow) == 0x0003E8, "Member 'UBI_Loading_Item_Name_C::AnimShow' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_Item_Name_C, ImgBar) == 0x0003F0, "Member 'UBI_Loading_Item_Name_C::ImgBar' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_Item_Name_C, ImgLineL) == 0x0003F8, "Member 'UBI_Loading_Item_Name_C::ImgLineL' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_Item_Name_C, ImgLineR) == 0x000400, "Member 'UBI_Loading_Item_Name_C::ImgLineR' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_Item_Name_C, SubfixTxtRuby) == 0x000408, "Member 'UBI_Loading_Item_Name_C::SubfixTxtRuby' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_Loading_BossRushEnemy_C \ +static_assert(alignof(UBI_Loading_BossRushEnemy_C) == 0x000008, "Wrong alignment on UBI_Loading_BossRushEnemy_C"); \ +static_assert(sizeof(UBI_Loading_BossRushEnemy_C) == 0x0003F0, "Wrong size on UBI_Loading_BossRushEnemy_C"); \ +static_assert(offsetof(UBI_Loading_BossRushEnemy_C, ImgArrow) == 0x0003D8, "Member 'UBI_Loading_BossRushEnemy_C::ImgArrow' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_BossRushEnemy_C, ImgIcon) == 0x0003E0, "Member 'UBI_Loading_BossRushEnemy_C::ImgIcon' has a wrong offset!"); \ +static_assert(offsetof(UBI_Loading_BossRushEnemy_C, ImgSelected) == 0x0003E8, "Member 'UBI_Loading_BossRushEnemy_C::ImgSelected' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_precisedodge_bullet_C \ +static_assert(alignof(ABP_player_wukong_precisedodge_bullet_C) == 0x000008, "Wrong alignment on ABP_player_wukong_precisedodge_bullet_C"); \ +static_assert(sizeof(ABP_player_wukong_precisedodge_bullet_C) == 0x000380, "Wrong size on ABP_player_wukong_precisedodge_bullet_C"); \ +static_assert(offsetof(ABP_player_wukong_precisedodge_bullet_C, NG_wukong_precisedodge_mhpy) == 0x000370, "Member 'ABP_player_wukong_precisedodge_bullet_C::NG_wukong_precisedodge_mhpy' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_precisedodge_bullet_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_player_wukong_precisedodge_bullet_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_q5_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_q5_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_q5_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_q5_C) == 0x000380, "Wrong size on ABP_Player_Wukong_Atk_q5_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_q5_C, NG_wukong_atk_q5_zadi) == 0x000370, "Member 'ABP_Player_Wukong_Atk_q5_C::NG_wukong_atk_q5_zadi' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_q5_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_Player_Wukong_Atk_q5_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_wukong_xiuhuazhen_bullet_C \ +static_assert(alignof(ABP_wukong_xiuhuazhen_bullet_C) == 0x000008, "Wrong alignment on ABP_wukong_xiuhuazhen_bullet_C"); \ +static_assert(sizeof(ABP_wukong_xiuhuazhen_bullet_C) == 0x000380, "Wrong size on ABP_wukong_xiuhuazhen_bullet_C"); \ +static_assert(offsetof(ABP_wukong_xiuhuazhen_bullet_C, CheckComp_Sphere) == 0x000370, "Member 'ABP_wukong_xiuhuazhen_bullet_C::CheckComp_Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_wukong_xiuhuazhen_bullet_C, NG_xiuhuazhen_bullet_01) == 0x000378, "Member 'ABP_wukong_xiuhuazhen_bullet_C::NG_xiuhuazhen_bullet_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_wukong_bajiaoshan_tornado_bullet_big_C \ +static_assert(alignof(ABP_wukong_bajiaoshan_tornado_bullet_big_C) == 0x000008, "Wrong alignment on ABP_wukong_bajiaoshan_tornado_bullet_big_C"); \ +static_assert(sizeof(ABP_wukong_bajiaoshan_tornado_bullet_big_C) == 0x000380, "Wrong size on ABP_wukong_bajiaoshan_tornado_bullet_big_C"); \ +static_assert(offsetof(ABP_wukong_bajiaoshan_tornado_bullet_big_C, CheckComp_Capsule) == 0x000370, "Member 'ABP_wukong_bajiaoshan_tornado_bullet_big_C::CheckComp_Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_wukong_bajiaoshan_tornado_bullet_big_C, Niagara) == 0x000378, "Member 'ABP_wukong_bajiaoshan_tornado_bullet_big_C::Niagara' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_precisedodge_bullet2_C \ +static_assert(alignof(ABP_player_wukong_precisedodge_bullet2_C) == 0x000008, "Wrong alignment on ABP_player_wukong_precisedodge_bullet2_C"); \ +static_assert(sizeof(ABP_player_wukong_precisedodge_bullet2_C) == 0x000380, "Wrong size on ABP_player_wukong_precisedodge_bullet2_C"); \ +static_assert(offsetof(ABP_player_wukong_precisedodge_bullet2_C, CheckComp_Sphere) == 0x000370, "Member 'ABP_player_wukong_precisedodge_bullet2_C::CheckComp_Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_precisedodge_bullet2_C, NG_Start) == 0x000378, "Member 'ABP_player_wukong_precisedodge_bullet2_C::NG_Start' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_wukong_xiuhuazhen_bymj_bullet_C \ +static_assert(alignof(ABP_wukong_xiuhuazhen_bymj_bullet_C) == 0x000008, "Wrong alignment on ABP_wukong_xiuhuazhen_bymj_bullet_C"); \ +static_assert(sizeof(ABP_wukong_xiuhuazhen_bymj_bullet_C) == 0x000380, "Wrong size on ABP_wukong_xiuhuazhen_bymj_bullet_C"); \ +static_assert(offsetof(ABP_wukong_xiuhuazhen_bymj_bullet_C, CheckComp_Sphere) == 0x000370, "Member 'ABP_wukong_xiuhuazhen_bymj_bullet_C::CheckComp_Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_wukong_xiuhuazhen_bymj_bullet_C, NG_xiuhuazhen_bullet_01) == 0x000378, "Member 'ABP_wukong_xiuhuazhen_bymj_bullet_C::NG_xiuhuazhen_bullet_01' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_fenshen_atktbuff_C \ +static_assert(alignof(ABP_player_wukong_fenshen_atktbuff_C) == 0x000008, "Wrong alignment on ABP_player_wukong_fenshen_atktbuff_C"); \ +static_assert(sizeof(ABP_player_wukong_fenshen_atktbuff_C) == 0x000358, "Wrong size on ABP_player_wukong_fenshen_atktbuff_C"); \ +static_assert(offsetof(ABP_player_wukong_fenshen_atktbuff_C, CheckComp_Sphere) == 0x000350, "Member 'ABP_player_wukong_fenshen_atktbuff_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_lava_C \ +static_assert(alignof(ABP_player_wukong_lava_C) == 0x000008, "Wrong alignment on ABP_player_wukong_lava_C"); \ +static_assert(sizeof(ABP_player_wukong_lava_C) == 0x000360, "Wrong size on ABP_player_wukong_lava_C"); \ +static_assert(offsetof(ABP_player_wukong_lava_C, CheckComp_Sphere) == 0x000350, "Member 'ABP_player_wukong_lava_C::CheckComp_Sphere' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_lava_C, Niagara) == 0x000358, "Member 'ABP_player_wukong_lava_C::Niagara' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_InputOne_C \ +static_assert(alignof(UBI_InputOne_C) == 0x000008, "Wrong alignment on UBI_InputOne_C"); \ +static_assert(sizeof(UBI_InputOne_C) == 0x0003E0, "Wrong size on UBI_InputOne_C"); \ +static_assert(offsetof(UBI_InputOne_C, InputIcon) == 0x0003D8, "Member 'UBI_InputOne_C::InputIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Wukong_head_born_postprocess__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData) == 0x000118, "Wrong size on ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, NameProperty_28) == 0x000004, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::NameProperty_28' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, StructProperty_29) == 0x000010, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::StructProperty_29' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, BoolProperty_30) == 0x000030, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::BoolProperty_30' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, FloatProperty_31) == 0x000034, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::FloatProperty_31' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, StructProperty_32) == 0x000038, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::StructProperty_32' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, FloatProperty_33) == 0x000064, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::FloatProperty_33' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, AnimSequenceBase_34) == 0x000068, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::AnimSequenceBase_34' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, BoolProperty_35) == 0x000070, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::BoolProperty_35' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, EnumProperty_36) == 0x000071, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::EnumProperty_36' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, ByteProperty_37) == 0x000072, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::ByteProperty_37' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, NameProperty_38) == 0x000074, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::NameProperty_38' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000080, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000100, "Member 'ABP_Wukong_head_born_postprocess::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Wukong_head_born_postprocess_C_ExecuteUbergraph_ABP_Wukong_head_born_postprocess \ +static_assert(alignof(ABP_Wukong_head_born_postprocess_C_ExecuteUbergraph_ABP_Wukong_head_born_postprocess) == 0x000004, "Wrong alignment on ABP_Wukong_head_born_postprocess_C_ExecuteUbergraph_ABP_Wukong_head_born_postprocess"); \ +static_assert(sizeof(ABP_Wukong_head_born_postprocess_C_ExecuteUbergraph_ABP_Wukong_head_born_postprocess) == 0x000004, "Wrong size on ABP_Wukong_head_born_postprocess_C_ExecuteUbergraph_ABP_Wukong_head_born_postprocess"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess_C_ExecuteUbergraph_ABP_Wukong_head_born_postprocess, EntryPoint) == 0x000000, "Member 'ABP_Wukong_head_born_postprocess_C_ExecuteUbergraph_ABP_Wukong_head_born_postprocess::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Wukong_head_born_postprocess_C_AnimGraph \ +static_assert(alignof(ABP_Wukong_head_born_postprocess_C_AnimGraph) == 0x000008, "Wrong alignment on ABP_Wukong_head_born_postprocess_C_AnimGraph"); \ +static_assert(sizeof(ABP_Wukong_head_born_postprocess_C_AnimGraph) == 0x000020, "Wrong size on ABP_Wukong_head_born_postprocess_C_AnimGraph"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess_C_AnimGraph, InPose) == 0x000000, "Member 'ABP_Wukong_head_born_postprocess_C_AnimGraph::InPose' has a wrong offset!"); \ +static_assert(offsetof(ABP_Wukong_head_born_postprocess_C_AnimGraph, AnimGraph_0) == 0x000010, "Member 'ABP_Wukong_head_born_postprocess_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UABP_Wukong_head_born_postprocess_C \ +static_assert(alignof(UABP_Wukong_head_born_postprocess_C) == 0x000010, "Wrong alignment on UABP_Wukong_head_born_postprocess_C"); \ +static_assert(sizeof(UABP_Wukong_head_born_postprocess_C) == 0x0007E0, "Wrong size on UABP_Wukong_head_born_postprocess_C"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, UberGraphFrame) == 0x000358, "Member 'UABP_Wukong_head_born_postprocess_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimBlueprintExtension_PropertyAccess) == 0x000360, "Member 'UABP_Wukong_head_born_postprocess_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimBlueprintExtension_Base) == 0x000368, "Member 'UABP_Wukong_head_born_postprocess_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_Root) == 0x000370, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_Slot) == 0x000390, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_Slot' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_LinkedInputPose) == 0x0003D8, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_LinkedInputPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_LayeredBoneBlend) == 0x0004A0, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_LayeredBoneBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_SaveCachedPose) == 0x000580, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_SaveCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_UseCachedPose_1) == 0x000688, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_UseCachedPose_1' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_UseCachedPose) == 0x0006B0, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_UseCachedPose' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_TwoWayBlend) == 0x0006D8, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_TwoWayBlend' has a wrong offset!"); \ +static_assert(offsetof(UABP_Wukong_head_born_postprocess_C, AnimGraphNode_SequencePlayer) == 0x0007A0, "Member 'UABP_Wukong_head_born_postprocess_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_5 \ +static_assert(alignof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_5) == 0x000008, "Wrong alignment on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_5"); \ +static_assert(sizeof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_5) == 0x000008, "Wrong size on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_5"); \ +static_assert(offsetof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_5, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_5::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_4 \ +static_assert(alignof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_4) == 0x000008, "Wrong alignment on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_4"); \ +static_assert(sizeof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_4) == 0x000008, "Wrong size on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_4"); \ +static_assert(offsetof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_4, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_4::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_3 \ +static_assert(alignof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_3) == 0x000008, "Wrong alignment on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_3"); \ +static_assert(sizeof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_3) == 0x000008, "Wrong size on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_3"); \ +static_assert(offsetof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_3, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_3::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_2 \ +static_assert(alignof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_2) == 0x000008, "Wrong alignment on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_2"); \ +static_assert(sizeof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_2) == 0x000008, "Wrong size on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_2"); \ +static_assert(offsetof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_2, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_2::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_1 \ +static_assert(alignof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_1) == 0x000008, "Wrong alignment on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_1"); \ +static_assert(sizeof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_1) == 0x000008, "Wrong size on BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_1"); \ +static_assert(offsetof(BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_1, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_SequenceEvent__ENTRYPOINTBUI_StartGame_1::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_PreConstruct \ +static_assert(alignof(BUI_StartGame_C_PreConstruct) == 0x000001, "Wrong alignment on BUI_StartGame_C_PreConstruct"); \ +static_assert(sizeof(BUI_StartGame_C_PreConstruct) == 0x000001, "Wrong size on BUI_StartGame_C_PreConstruct"); \ +static_assert(offsetof(BUI_StartGame_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BUI_StartGame_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_NINS_smokebg_Event_3 \ +static_assert(alignof(BUI_StartGame_C_NINS_smokebg_Event_3) == 0x000008, "Wrong alignment on BUI_StartGame_C_NINS_smokebg_Event_3"); \ +static_assert(sizeof(BUI_StartGame_C_NINS_smokebg_Event_3) == 0x000008, "Wrong size on BUI_StartGame_C_NINS_smokebg_Event_3"); \ +static_assert(offsetof(BUI_StartGame_C_NINS_smokebg_Event_3, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_NINS_smokebg_Event_3::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_NINS_smokebg_Event_2 \ +static_assert(alignof(BUI_StartGame_C_NINS_smokebg_Event_2) == 0x000008, "Wrong alignment on BUI_StartGame_C_NINS_smokebg_Event_2"); \ +static_assert(sizeof(BUI_StartGame_C_NINS_smokebg_Event_2) == 0x000008, "Wrong size on BUI_StartGame_C_NINS_smokebg_Event_2"); \ +static_assert(offsetof(BUI_StartGame_C_NINS_smokebg_Event_2, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_NINS_smokebg_Event_2::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_NINS_smokebg_Event_1 \ +static_assert(alignof(BUI_StartGame_C_NINS_smokebg_Event_1) == 0x000008, "Wrong alignment on BUI_StartGame_C_NINS_smokebg_Event_1"); \ +static_assert(sizeof(BUI_StartGame_C_NINS_smokebg_Event_1) == 0x000008, "Wrong size on BUI_StartGame_C_NINS_smokebg_Event_1"); \ +static_assert(offsetof(BUI_StartGame_C_NINS_smokebg_Event_1, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_NINS_smokebg_Event_1::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_NINS_smokebg_Event_0 \ +static_assert(alignof(BUI_StartGame_C_NINS_smokebg_Event_0) == 0x000008, "Wrong alignment on BUI_StartGame_C_NINS_smokebg_Event_0"); \ +static_assert(sizeof(BUI_StartGame_C_NINS_smokebg_Event_0) == 0x000008, "Wrong size on BUI_StartGame_C_NINS_smokebg_Event_0"); \ +static_assert(offsetof(BUI_StartGame_C_NINS_smokebg_Event_0, NINS_smokebg_0) == 0x000000, "Member 'BUI_StartGame_C_NINS_smokebg_Event_0::NINS_smokebg_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame \ +static_assert(alignof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame) == 0x000008, "Wrong alignment on BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame"); \ +static_assert(sizeof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame) == 0x000060, "Wrong size on BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, EntryPoint) == 0x000000, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_CustomEvent_EventName_2) == 0x000008, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_CustomEvent_EventName_2' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_CustomEvent_NINS_smokebg_3) == 0x000018, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_CustomEvent_NINS_smokebg_3' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_CustomEvent_NINS_smokebg_2) == 0x000020, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_CustomEvent_NINS_smokebg_2' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_CustomEvent_NINS_smokebg_1) == 0x000028, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_CustomEvent_NINS_smokebg_1' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_CustomEvent_NINS_smokebg) == 0x000030, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_CustomEvent_NINS_smokebg' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_CustomEvent_EventName_1) == 0x000038, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_CustomEvent_EventName_1' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_CustomEvent_EventName) == 0x000048, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_CustomEvent_EventName' has a wrong offset!"); \ +static_assert(offsetof(BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame, K2Node_Event_IsDesignTime) == 0x000058, "Member 'BUI_StartGame_C_ExecuteUbergraph_BUI_StartGame::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_AnimPressAnyKeySeqEvent \ +static_assert(alignof(BUI_StartGame_C_AnimPressAnyKeySeqEvent) == 0x000008, "Wrong alignment on BUI_StartGame_C_AnimPressAnyKeySeqEvent"); \ +static_assert(sizeof(BUI_StartGame_C_AnimPressAnyKeySeqEvent) == 0x000010, "Wrong size on BUI_StartGame_C_AnimPressAnyKeySeqEvent"); \ +static_assert(offsetof(BUI_StartGame_C_AnimPressAnyKeySeqEvent, EventName) == 0x000000, "Member 'BUI_StartGame_C_AnimPressAnyKeySeqEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_AnimPressAnyKeyEvent \ +static_assert(alignof(BUI_StartGame_C_AnimPressAnyKeyEvent) == 0x000008, "Wrong alignment on BUI_StartGame_C_AnimPressAnyKeyEvent"); \ +static_assert(sizeof(BUI_StartGame_C_AnimPressAnyKeyEvent) == 0x000010, "Wrong size on BUI_StartGame_C_AnimPressAnyKeyEvent"); \ +static_assert(offsetof(BUI_StartGame_C_AnimPressAnyKeyEvent, EventName) == 0x000000, "Member 'BUI_StartGame_C_AnimPressAnyKeyEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BUI_StartGame_C_AnimNonePAKEvent \ +static_assert(alignof(BUI_StartGame_C_AnimNonePAKEvent) == 0x000008, "Wrong alignment on BUI_StartGame_C_AnimNonePAKEvent"); \ +static_assert(sizeof(BUI_StartGame_C_AnimNonePAKEvent) == 0x000010, "Wrong size on BUI_StartGame_C_AnimNonePAKEvent"); \ +static_assert(offsetof(BUI_StartGame_C_AnimNonePAKEvent, EventName) == 0x000000, "Member 'BUI_StartGame_C_AnimNonePAKEvent::EventName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_StartGame_C \ +static_assert(alignof(UBUI_StartGame_C) == 0x000008, "Wrong alignment on UBUI_StartGame_C"); \ +static_assert(sizeof(UBUI_StartGame_C) == 0x000538, "Wrong size on UBUI_StartGame_C"); \ +static_assert(offsetof(UBUI_StartGame_C, UberGraphFrame) == 0x0003D8, "Member 'UBUI_StartGame_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, testC) == 0x0003E0, "Member 'UBUI_StartGame_C::testC' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, textB) == 0x0003E8, "Member 'UBUI_StartGame_C::textB' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimEnterStart_0) == 0x0003F0, "Member 'UBUI_StartGame_C::AnimEnterStart_0' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, NewAnimation_1) == 0x0003F8, "Member 'UBUI_StartGame_C::NewAnimation_1' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, TestA) == 0x000400, "Member 'UBUI_StartGame_C::TestA' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, ______________) == 0x000408, "Member 'UBUI_StartGame_C::______________' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimNonePAK) == 0x000410, "Member 'UBUI_StartGame_C::AnimNonePAK' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimNonePAKSeq) == 0x000418, "Member 'UBUI_StartGame_C::AnimNonePAKSeq' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimPressAnyKey) == 0x000420, "Member 'UBUI_StartGame_C::AnimPressAnyKey' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimPressAnyKeySeq) == 0x000428, "Member 'UBUI_StartGame_C::AnimPressAnyKeySeq' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimStartGame) == 0x000430, "Member 'UBUI_StartGame_C::AnimStartGame' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimStartGameSeq) == 0x000438, "Member 'UBUI_StartGame_C::AnimStartGameSeq' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AKBLogoColor) == 0x000440, "Member 'UBUI_StartGame_C::AKBLogoColor' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, GSAKBRoam) == 0x000448, "Member 'UBUI_StartGame_C::GSAKBRoam' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, GSAKBContinueBtn) == 0x000450, "Member 'UBUI_StartGame_C::GSAKBContinueBtn' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimShowHide) == 0x000458, "Member 'UBUI_StartGame_C::AnimShowHide' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, AnimEnterStart) == 0x000460, "Member 'UBUI_StartGame_C::AnimEnterStart' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_AgeTips) == 0x000468, "Member 'UBUI_StartGame_C::BI_AgeTips' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_FirstStartBtn) == 0x000470, "Member 'UBUI_StartGame_C::BI_FirstStartBtn' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_InputRoot) == 0x000478, "Member 'UBUI_StartGame_C::BI_InputRoot' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_0) == 0x000480, "Member 'UBUI_StartGame_C::BI_StartGameBtn_0' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_1) == 0x000488, "Member 'UBUI_StartGame_C::BI_StartGameBtn_1' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_2) == 0x000490, "Member 'UBUI_StartGame_C::BI_StartGameBtn_2' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_3) == 0x000498, "Member 'UBUI_StartGame_C::BI_StartGameBtn_3' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_4) == 0x0004A0, "Member 'UBUI_StartGame_C::BI_StartGameBtn_4' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_5) == 0x0004A8, "Member 'UBUI_StartGame_C::BI_StartGameBtn_5' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_6) == 0x0004B0, "Member 'UBUI_StartGame_C::BI_StartGameBtn_6' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_7) == 0x0004B8, "Member 'UBUI_StartGame_C::BI_StartGameBtn_7' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_8) == 0x0004C0, "Member 'UBUI_StartGame_C::BI_StartGameBtn_8' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, BI_StartGameBtn_9) == 0x0004C8, "Member 'UBUI_StartGame_C::BI_StartGameBtn_9' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, ButtonA) == 0x0004D0, "Member 'UBUI_StartGame_C::ButtonA' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, Image_252) == 0x0004D8, "Member 'UBUI_StartGame_C::Image_252' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, ImgBlack) == 0x0004E0, "Member 'UBUI_StartGame_C::ImgBlack' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, ImgLine) == 0x0004E8, "Member 'UBUI_StartGame_C::ImgLine' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, ImgTitleBg) == 0x0004F0, "Member 'UBUI_StartGame_C::ImgTitleBg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, LoginLoadingBgLetter) == 0x0004F8, "Member 'UBUI_StartGame_C::LoginLoadingBgLetter' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, Logo) == 0x000500, "Member 'UBUI_StartGame_C::Logo' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, NINS_smokebg) == 0x000508, "Member 'UBUI_StartGame_C::NINS_smokebg' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, NINS_smokefb) == 0x000510, "Member 'UBUI_StartGame_C::NINS_smokefb' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, PlayerIcon) == 0x000518, "Member 'UBUI_StartGame_C::PlayerIcon' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, RecordBgN) == 0x000520, "Member 'UBUI_StartGame_C::RecordBgN' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, RTxtTips) == 0x000528, "Member 'UBUI_StartGame_C::RTxtTips' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, NewVar_0) == 0x000530, "Member 'UBUI_StartGame_C::NewVar_0' has a wrong offset!"); \ +static_assert(offsetof(UBUI_StartGame_C, Restore_State) == 0x000534, "Member 'UBUI_StartGame_C::Restore_State' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BI_AgeTips_C_PreConstruct \ +static_assert(alignof(BI_AgeTips_C_PreConstruct) == 0x000001, "Wrong alignment on BI_AgeTips_C_PreConstruct"); \ +static_assert(sizeof(BI_AgeTips_C_PreConstruct) == 0x000001, "Wrong size on BI_AgeTips_C_PreConstruct"); \ +static_assert(offsetof(BI_AgeTips_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BI_AgeTips_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips \ +static_assert(alignof(BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips) == 0x000004, "Wrong alignment on BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips"); \ +static_assert(sizeof(BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips) == 0x000008, "Wrong size on BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips"); \ +static_assert(offsetof(BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips, EntryPoint) == 0x000000, "Member 'BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BI_AgeTips_C_ExecuteUbergraph_BI_AgeTips::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_AgeTips_C \ +static_assert(alignof(UBI_AgeTips_C) == 0x000008, "Wrong alignment on UBI_AgeTips_C"); \ +static_assert(sizeof(UBI_AgeTips_C) == 0x0004D8, "Wrong size on UBI_AgeTips_C"); \ +static_assert(offsetof(UBI_AgeTips_C, UberGraphFrame) == 0x0004B8, "Member 'UBI_AgeTips_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBI_AgeTips_C, GSAnimPressed) == 0x0004C0, "Member 'UBI_AgeTips_C::GSAnimPressed' has a wrong offset!"); \ +static_assert(offsetof(UBI_AgeTips_C, GSAKBStateAnim) == 0x0004C8, "Member 'UBI_AgeTips_C::GSAKBStateAnim' has a wrong offset!"); \ +static_assert(offsetof(UBI_AgeTips_C, InputIcon) == 0x0004D0, "Member 'UBI_AgeTips_C::InputIcon' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_BattleEnd_Action_C \ +static_assert(alignof(UBI_BattleEnd_Action_C) == 0x000008, "Wrong alignment on UBI_BattleEnd_Action_C"); \ +static_assert(sizeof(UBI_BattleEnd_Action_C) == 0x0004E0, "Wrong size on UBI_BattleEnd_Action_C"); \ +static_assert(offsetof(UBI_BattleEnd_Action_C, GSAnimPressed) == 0x0004B8, "Member 'UBI_BattleEnd_Action_C::GSAnimPressed' has a wrong offset!"); \ +static_assert(offsetof(UBI_BattleEnd_Action_C, GSAKBStateAnim) == 0x0004C0, "Member 'UBI_BattleEnd_Action_C::GSAKBStateAnim' has a wrong offset!"); \ +static_assert(offsetof(UBI_BattleEnd_Action_C, ImgBar) == 0x0004C8, "Member 'UBI_BattleEnd_Action_C::ImgBar' has a wrong offset!"); \ +static_assert(offsetof(UBI_BattleEnd_Action_C, ImgLine) == 0x0004D0, "Member 'UBI_BattleEnd_Action_C::ImgLine' has a wrong offset!"); \ +static_assert(offsetof(UBI_BattleEnd_Action_C, TxtName) == 0x0004D8, "Member 'UBI_BattleEnd_Action_C::TxtName' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BI_FirstStartBtn_C_PreConstruct \ +static_assert(alignof(BI_FirstStartBtn_C_PreConstruct) == 0x000001, "Wrong alignment on BI_FirstStartBtn_C_PreConstruct"); \ +static_assert(sizeof(BI_FirstStartBtn_C_PreConstruct) == 0x000001, "Wrong size on BI_FirstStartBtn_C_PreConstruct"); \ +static_assert(offsetof(BI_FirstStartBtn_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BI_FirstStartBtn_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn \ +static_assert(alignof(BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn) == 0x000004, "Wrong alignment on BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn"); \ +static_assert(sizeof(BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn) == 0x000008, "Wrong size on BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn"); \ +static_assert(offsetof(BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn, EntryPoint) == 0x000000, "Member 'BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BI_FirstStartBtn_C_ExecuteUbergraph_BI_FirstStartBtn::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_FirstStartBtn_C \ +static_assert(alignof(UBI_FirstStartBtn_C) == 0x000008, "Wrong alignment on UBI_FirstStartBtn_C"); \ +static_assert(sizeof(UBI_FirstStartBtn_C) == 0x000500, "Wrong size on UBI_FirstStartBtn_C"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, UberGraphFrame) == 0x0004B8, "Member 'UBI_FirstStartBtn_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, GSAKBStateAnim) == 0x0004C0, "Member 'UBI_FirstStartBtn_C::GSAKBStateAnim' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, GSAnimNormal) == 0x0004C8, "Member 'UBI_FirstStartBtn_C::GSAnimNormal' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, GSAnimFocused) == 0x0004D0, "Member 'UBI_FirstStartBtn_C::GSAnimFocused' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, GSAnimHovered) == 0x0004D8, "Member 'UBI_FirstStartBtn_C::GSAnimHovered' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, GSAnimPressed) == 0x0004E0, "Member 'UBI_FirstStartBtn_C::GSAnimPressed' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, ImgBg) == 0x0004E8, "Member 'UBI_FirstStartBtn_C::ImgBg' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, ImgBgFX) == 0x0004F0, "Member 'UBI_FirstStartBtn_C::ImgBgFX' has a wrong offset!"); \ +static_assert(offsetof(UBI_FirstStartBtn_C, ImgBgW) == 0x0004F8, "Member 'UBI_FirstStartBtn_C::ImgBgW' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BI_StartGame_C_PreConstruct \ +static_assert(alignof(BI_StartGame_C_PreConstruct) == 0x000001, "Wrong alignment on BI_StartGame_C_PreConstruct"); \ +static_assert(sizeof(BI_StartGame_C_PreConstruct) == 0x000001, "Wrong size on BI_StartGame_C_PreConstruct"); \ +static_assert(offsetof(BI_StartGame_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BI_StartGame_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BI_StartGame_C_ExecuteUbergraph_BI_StartGame \ +static_assert(alignof(BI_StartGame_C_ExecuteUbergraph_BI_StartGame) == 0x000004, "Wrong alignment on BI_StartGame_C_ExecuteUbergraph_BI_StartGame"); \ +static_assert(sizeof(BI_StartGame_C_ExecuteUbergraph_BI_StartGame) == 0x000008, "Wrong size on BI_StartGame_C_ExecuteUbergraph_BI_StartGame"); \ +static_assert(offsetof(BI_StartGame_C_ExecuteUbergraph_BI_StartGame, EntryPoint) == 0x000000, "Member 'BI_StartGame_C_ExecuteUbergraph_BI_StartGame::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BI_StartGame_C_ExecuteUbergraph_BI_StartGame, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BI_StartGame_C_ExecuteUbergraph_BI_StartGame::K2Node_Event_IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_StartGame_C \ +static_assert(alignof(UBI_StartGame_C) == 0x000008, "Wrong alignment on UBI_StartGame_C"); \ +static_assert(sizeof(UBI_StartGame_C) == 0x000548, "Wrong size on UBI_StartGame_C"); \ +static_assert(offsetof(UBI_StartGame_C, UberGraphFrame) == 0x0004B8, "Member 'UBI_StartGame_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAKBStateAnim_2) == 0x0004C0, "Member 'UBI_StartGame_C::GSAKBStateAnim_2' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAKBOnlineMarker) == 0x0004C8, "Member 'UBI_StartGame_C::GSAKBOnlineMarker' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, __________) == 0x0004D0, "Member 'UBI_StartGame_C::__________' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAnimDisable) == 0x0004D8, "Member 'UBI_StartGame_C::GSAnimDisable' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAnimActived) == 0x0004E0, "Member 'UBI_StartGame_C::GSAnimActived' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAnimFocused) == 0x0004E8, "Member 'UBI_StartGame_C::GSAnimFocused' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAnimHovered) == 0x0004F0, "Member 'UBI_StartGame_C::GSAnimHovered' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAnimNormal) == 0x0004F8, "Member 'UBI_StartGame_C::GSAnimNormal' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, ___________) == 0x000500, "Member 'UBI_StartGame_C::___________' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAnimPressed) == 0x000508, "Member 'UBI_StartGame_C::GSAnimPressed' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, GSAKBStateAnim) == 0x000510, "Member 'UBI_StartGame_C::GSAKBStateAnim' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, BI_TextLoop) == 0x000518, "Member 'UBI_StartGame_C::BI_TextLoop' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, ImgArrow_test) == 0x000520, "Member 'UBI_StartGame_C::ImgArrow_test' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, ImgBar) == 0x000528, "Member 'UBI_StartGame_C::ImgBar' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, ImgBarAct) == 0x000530, "Member 'UBI_StartGame_C::ImgBarAct' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, ImgOnline) == 0x000538, "Member 'UBI_StartGame_C::ImgOnline' has a wrong offset!"); \ +static_assert(offsetof(UBI_StartGame_C, ImgRedPoint) == 0x000540, "Member 'UBI_StartGame_C::ImgRedPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBI_TextLoop_C \ +static_assert(alignof(UBI_TextLoop_C) == 0x000008, "Wrong alignment on UBI_TextLoop_C"); \ +static_assert(sizeof(UBI_TextLoop_C) == 0x000408, "Wrong size on UBI_TextLoop_C"); \ +static_assert(offsetof(UBI_TextLoop_C, ContentSlot) == 0x000400, "Member 'UBI_TextLoop_C::ContentSlot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_AnimShowBlock_C \ +static_assert(alignof(UBUI_AnimShowBlock_C) == 0x000008, "Wrong alignment on UBUI_AnimShowBlock_C"); \ +static_assert(sizeof(UBUI_AnimShowBlock_C) == 0x0003E0, "Wrong size on UBUI_AnimShowBlock_C"); \ +static_assert(offsetof(UBUI_AnimShowBlock_C, BG_Button) == 0x0003D8, "Member 'UBUI_AnimShowBlock_C::BG_Button' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_wukong_head_lingzhi__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(ABP_wukong_head_lingzhi::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on ABP_wukong_head_lingzhi::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(ABP_wukong_head_lingzhi::FAnimBlueprintGeneratedConstantData) == 0x000150, "Wrong size on ABP_wukong_head_lingzhi::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UABP_wukong_head_lingzhi_C \ +static_assert(alignof(UABP_wukong_head_lingzhi_C) == 0x000010, "Wrong alignment on UABP_wukong_head_lingzhi_C"); \ +static_assert(sizeof(UABP_wukong_head_lingzhi_C) == 0x001200, "Wrong size on UABP_wukong_head_lingzhi_C"); \ + +#define DUMPER7_ASSERTS_UCS_wukong_tttb_success_C \ +static_assert(alignof(UCS_wukong_tttb_success_C) == 0x000010, "Wrong alignment on UCS_wukong_tttb_success_C"); \ +static_assert(sizeof(UCS_wukong_tttb_success_C) == 0x000230, "Wrong size on UCS_wukong_tttb_success_C"); \ + +#define DUMPER7_ASSERTS_Abp_ModularMeshCS__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData) == 0x000028, "Wrong size on Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData, BoolProperty) == 0x000001, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData::BoolProperty' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData, IntProperty_0) == 0x000004, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData::IntProperty_0' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData, AnimSequenceBase_1) == 0x000008, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData::AnimSequenceBase_1' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData, AnimSequenceBase_2) == 0x000010, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData::AnimSequenceBase_2' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData, AnimSequenceBase_3) == 0x000018, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData::AnimSequenceBase_3' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData, AnimSequenceBase_4) == 0x000020, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedMutableData::AnimSequenceBase_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_ModularMeshCS__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData) == 0x000150, "Wrong size on Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, NameProperty_72) == 0x000004, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::NameProperty_72' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, NameProperty_73) == 0x00000C, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::NameProperty_73' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, ArrayProperty_74) == 0x000018, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::ArrayProperty_74' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, BlendProfile_75) == 0x000028, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::BlendProfile_75' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, CurveFloat_76) == 0x000030, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::CurveFloat_76' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, EnumProperty_77) == 0x000038, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::EnumProperty_77' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, EnumProperty_78) == 0x000039, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::EnumProperty_78' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, ArrayProperty_79) == 0x000040, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::ArrayProperty_79' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, StructProperty_80) == 0x000050, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::StructProperty_80' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, BoolProperty_81) == 0x000070, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::BoolProperty_81' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, FloatProperty_82) == 0x000074, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::FloatProperty_82' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, StructProperty_83) == 0x000078, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::StructProperty_83' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, FloatProperty_84) == 0x0000A4, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::FloatProperty_84' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, BoolProperty_85) == 0x0000A8, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::BoolProperty_85' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, EnumProperty_86) == 0x0000A9, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::EnumProperty_86' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, ByteProperty_87) == 0x0000AA, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::ByteProperty_87' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, NameProperty_88) == 0x0000AC, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::NameProperty_88' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x0000B8, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x000138, "Member 'Abp_ModularMeshCS::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS \ +static_assert(alignof(Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS) == 0x000008, "Wrong alignment on Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS"); \ +static_assert(sizeof(Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS) == 0x000010, "Wrong size on Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS"); \ +static_assert(offsetof(Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS, EntryPoint) == 0x000000, "Member 'Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS, CallFunc_FTrunc_ReturnValue) == 0x000004, "Member 'Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS::CallFunc_FTrunc_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS, CallFunc_FTrunc_A_WideningCast) == 0x000008, "Member 'Abp_ModularMeshCS_C_ExecuteUbergraph_Abp_ModularMeshCS::CallFunc_FTrunc_A_WideningCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_ModularMeshCS_C_AnimGraph \ +static_assert(alignof(Abp_ModularMeshCS_C_AnimGraph) == 0x000008, "Wrong alignment on Abp_ModularMeshCS_C_AnimGraph"); \ +static_assert(sizeof(Abp_ModularMeshCS_C_AnimGraph) == 0x000010, "Wrong size on Abp_ModularMeshCS_C_AnimGraph"); \ +static_assert(offsetof(Abp_ModularMeshCS_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Abp_ModularMeshCS_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbp_ModularMeshCS_C \ +static_assert(alignof(UAbp_ModularMeshCS_C) == 0x000010, "Wrong alignment on UAbp_ModularMeshCS_C"); \ +static_assert(sizeof(UAbp_ModularMeshCS_C) == 0x001200, "Wrong size on UAbp_ModularMeshCS_C"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, UberGraphFrame) == 0x000380, "Member 'UAbp_ModularMeshCS_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, __AnimBlueprintMutables) == 0x000388, "Member 'UAbp_ModularMeshCS_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimBlueprintExtension_PropertyAccess) == 0x0003B0, "Member 'UAbp_ModularMeshCS_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimBlueprintExtension_Base) == 0x0003B8, "Member 'UAbp_ModularMeshCS_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_Root) == 0x0003C0, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_CopyPoseFromMesh) == 0x0003E0, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_CopyPoseFromMesh' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_BlendListByBool) == 0x0005B8, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_BlendListByBool' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_RigidBody) == 0x000600, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_RigidBody' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_LocalToComponentSpace) == 0x000F90, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_LocalToComponentSpace' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_ComponentToLocalSpace) == 0x000FB0, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_ComponentToLocalSpace' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_ApplyAdditive) == 0x000FD0, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_ApplyAdditive' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_BlendListByInt) == 0x001098, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_BlendListByInt' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_SequencePlayer_3) == 0x0010E0, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_SequencePlayer_3' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_SequencePlayer_2) == 0x001120, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_SequencePlayer_2' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_SequencePlayer_1) == 0x001160, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_SequencePlayer_1' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AnimGraphNode_SequencePlayer) == 0x0011A0, "Member 'UAbp_ModularMeshCS_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AS_loop_stand) == 0x0011E0, "Member 'UAbp_ModularMeshCS_C::AS_loop_stand' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AS_loop_walk) == 0x0011E8, "Member 'UAbp_ModularMeshCS_C::AS_loop_walk' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AS_loop_run) == 0x0011F0, "Member 'UAbp_ModularMeshCS_C::AS_loop_run' has a wrong offset!"); \ +static_assert(offsetof(UAbp_ModularMeshCS_C, AS_loop_rush) == 0x0011F8, "Member 'UAbp_ModularMeshCS_C::AS_loop_rush' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_Panchui_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_Panchui_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_Panchui_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_Panchui_C) == 0x000380, "Wrong size on ABP_Player_Wukong_Atk_Panchui_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_Panchui_C, NG_wukong_langyagun02_zadi) == 0x000370, "Member 'ABP_Player_Wukong_Atk_Panchui_C::NG_wukong_langyagun02_zadi' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_Panchui_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_Player_Wukong_Atk_Panchui_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_atk_shougun_aoe_C \ +static_assert(alignof(ABP_player_wukong_atk_shougun_aoe_C) == 0x000008, "Wrong alignment on ABP_player_wukong_atk_shougun_aoe_C"); \ +static_assert(sizeof(ABP_player_wukong_atk_shougun_aoe_C) == 0x000380, "Wrong size on ABP_player_wukong_atk_shougun_aoe_C"); \ +static_assert(offsetof(ABP_player_wukong_atk_shougun_aoe_C, CheckComp_Custom) == 0x000370, "Member 'ABP_player_wukong_atk_shougun_aoe_C::CheckComp_Custom' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_atk_shougun_aoe_C, NG_yuanhuan) == 0x000378, "Member 'ABP_player_wukong_atk_shougun_aoe_C::NG_yuanhuan' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_atk_shougun_axe_C \ +static_assert(alignof(ABP_player_wukong_atk_shougun_axe_C) == 0x000008, "Wrong alignment on ABP_player_wukong_atk_shougun_axe_C"); \ +static_assert(sizeof(ABP_player_wukong_atk_shougun_axe_C) == 0x000380, "Wrong size on ABP_player_wukong_atk_shougun_axe_C"); \ +static_assert(offsetof(ABP_player_wukong_atk_shougun_axe_C, SkeletalMesh) == 0x000370, "Member 'ABP_player_wukong_atk_shougun_axe_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_atk_shougun_axe_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_player_wukong_atk_shougun_axe_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_atk_shougun_lightning_C \ +static_assert(alignof(ABP_player_wukong_atk_shougun_lightning_C) == 0x000008, "Wrong alignment on ABP_player_wukong_atk_shougun_lightning_C"); \ +static_assert(sizeof(ABP_player_wukong_atk_shougun_lightning_C) == 0x000380, "Wrong size on ABP_player_wukong_atk_shougun_lightning_C"); \ +static_assert(offsetof(ABP_player_wukong_atk_shougun_lightning_C, NG_wukong_atk_q5_zadi) == 0x000370, "Member 'ABP_player_wukong_atk_shougun_lightning_C::NG_wukong_atk_q5_zadi' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_atk_shougun_lightning_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_player_wukong_atk_shougun_lightning_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_anshenshu_festival_C \ +static_assert(alignof(ABP_player_wukong_anshenshu_festival_C) == 0x000008, "Wrong alignment on ABP_player_wukong_anshenshu_festival_C"); \ +static_assert(sizeof(ABP_player_wukong_anshenshu_festival_C) == 0x000360, "Wrong size on ABP_player_wukong_anshenshu_festival_C"); \ +static_assert(offsetof(ABP_player_wukong_anshenshu_festival_C, NG_equip_wushi_yanhua) == 0x000350, "Member 'ABP_player_wukong_anshenshu_festival_C::NG_equip_wushi_yanhua' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_anshenshu_festival_C, CheckComp_Sphere) == 0x000358, "Member 'ABP_player_wukong_anshenshu_festival_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_anshenshu_festival_fire_C \ +static_assert(alignof(ABP_player_wukong_anshenshu_festival_fire_C) == 0x000008, "Wrong alignment on ABP_player_wukong_anshenshu_festival_fire_C"); \ +static_assert(sizeof(ABP_player_wukong_anshenshu_festival_fire_C) == 0x000380, "Wrong size on ABP_player_wukong_anshenshu_festival_fire_C"); \ +static_assert(offsetof(ABP_player_wukong_anshenshu_festival_fire_C, NG_equip_wushi_bulle) == 0x000370, "Member 'ABP_player_wukong_anshenshu_festival_fire_C::NG_equip_wushi_bulle' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_anshenshu_festival_fire_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_player_wukong_anshenshu_festival_fire_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_jiachongwang_01_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_jiachongwang_01_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_jiachongwang_01_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_jiachongwang_01_C) == 0x000380, "Wrong size on ABP_Player_Wukong_Atk_jiachongwang_01_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_01_C, NG) == 0x000370, "Member 'ABP_Player_Wukong_Atk_jiachongwang_01_C::NG' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_01_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_Player_Wukong_Atk_jiachongwang_01_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_jiachongwang_03_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_jiachongwang_03_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_jiachongwang_03_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_jiachongwang_03_C) == 0x000380, "Wrong size on ABP_Player_Wukong_Atk_jiachongwang_03_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_03_C, NG) == 0x000370, "Member 'ABP_Player_Wukong_Atk_jiachongwang_03_C::NG' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_03_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_Player_Wukong_Atk_jiachongwang_03_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_jiachongwang_02_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_jiachongwang_02_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_jiachongwang_02_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_jiachongwang_02_C) == 0x000380, "Wrong size on ABP_Player_Wukong_Atk_jiachongwang_02_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_02_C, NG) == 0x000370, "Member 'ABP_Player_Wukong_Atk_jiachongwang_02_C::NG' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_02_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_Player_Wukong_Atk_jiachongwang_02_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_jiachongwang_04_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_jiachongwang_04_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_jiachongwang_04_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_jiachongwang_04_C) == 0x000380, "Wrong size on ABP_Player_Wukong_Atk_jiachongwang_04_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_04_C, NG) == 0x000370, "Member 'ABP_Player_Wukong_Atk_jiachongwang_04_C::NG' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_jiachongwang_04_C, CheckComp_Sphere) == 0x000378, "Member 'ABP_Player_Wukong_Atk_jiachongwang_04_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_SanJianLiangRen_C \ +static_assert(alignof(ABP_Player_Wukong_SanJianLiangRen_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_SanJianLiangRen_C"); \ +static_assert(sizeof(ABP_Player_Wukong_SanJianLiangRen_C) == 0x000380, "Wrong size on ABP_Player_Wukong_SanJianLiangRen_C"); \ +static_assert(offsetof(ABP_Player_Wukong_SanJianLiangRen_C, CheckComp_Capsule) == 0x000370, "Member 'ABP_Player_Wukong_SanJianLiangRen_C::CheckComp_Capsule' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_SanJianLiangRen_C, NG) == 0x000378, "Member 'ABP_Player_Wukong_SanJianLiangRen_C::NG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_Feilonggun_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_Feilonggun_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_Feilonggun_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_Feilonggun_C) == 0x000390, "Wrong size on ABP_Player_Wukong_Atk_Feilonggun_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_Feilonggun_C, NG_Equip_Feilong_Lighting) == 0x000370, "Member 'ABP_Player_Wukong_Atk_Feilonggun_C::NG_Equip_Feilong_Lighting' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_Feilonggun_C, NG_Equip_Feilong_trail) == 0x000378, "Member 'ABP_Player_Wukong_Atk_Feilonggun_C::NG_Equip_Feilong_trail' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_Feilonggun_C, SkeletalMesh) == 0x000380, "Member 'ABP_Player_Wukong_Atk_Feilonggun_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_Feilonggun_C, CheckComp_Sphere) == 0x000388, "Member 'ABP_Player_Wukong_Atk_Feilonggun_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_SanJianLiangRen_02_C \ +static_assert(alignof(ABP_Player_Wukong_SanJianLiangRen_02_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_SanJianLiangRen_02_C"); \ +static_assert(sizeof(ABP_Player_Wukong_SanJianLiangRen_02_C) == 0x000378, "Wrong size on ABP_Player_Wukong_SanJianLiangRen_02_C"); \ +static_assert(offsetof(ABP_Player_Wukong_SanJianLiangRen_02_C, CheckComp_Sphere) == 0x000370, "Member 'ABP_Player_Wukong_SanJianLiangRen_02_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_Atk_yechawang_C \ +static_assert(alignof(ABP_Player_Wukong_Atk_yechawang_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_Atk_yechawang_C"); \ +static_assert(sizeof(ABP_Player_Wukong_Atk_yechawang_C) == 0x000380, "Wrong size on ABP_Player_Wukong_Atk_yechawang_C"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_yechawang_C, CheckComp_Custom) == 0x000370, "Member 'ABP_Player_Wukong_Atk_yechawang_C::CheckComp_Custom' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_Atk_yechawang_C, NG) == 0x000378, "Member 'ABP_Player_Wukong_Atk_yechawang_C::NG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_jxsq_heifeng_C \ +static_assert(alignof(ABP_player_wukong_jxsq_heifeng_C) == 0x000008, "Wrong alignment on ABP_player_wukong_jxsq_heifeng_C"); \ +static_assert(sizeof(ABP_player_wukong_jxsq_heifeng_C) == 0x000358, "Wrong size on ABP_player_wukong_jxsq_heifeng_C"); \ +static_assert(offsetof(ABP_player_wukong_jxsq_heifeng_C, CheckComp_Sphere) == 0x000350, "Member 'ABP_player_wukong_jxsq_heifeng_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_player_wukong_atk_sanshanguan_C \ +static_assert(alignof(ABP_player_wukong_atk_sanshanguan_C) == 0x000008, "Wrong alignment on ABP_player_wukong_atk_sanshanguan_C"); \ +static_assert(sizeof(ABP_player_wukong_atk_sanshanguan_C) == 0x000388, "Wrong size on ABP_player_wukong_atk_sanshanguan_C"); \ +static_assert(offsetof(ABP_player_wukong_atk_sanshanguan_C, NG_mgd_yangjian_zhuan_sword_yin_bullet) == 0x000370, "Member 'ABP_player_wukong_atk_sanshanguan_C::NG_mgd_yangjian_zhuan_sword_yin_bullet' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_atk_sanshanguan_C, SkeletalMesh) == 0x000378, "Member 'ABP_player_wukong_atk_sanshanguan_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_player_wukong_atk_sanshanguan_C, CheckComp_Capsule) == 0x000380, "Member 'ABP_player_wukong_atk_sanshanguan_C::CheckComp_Capsule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CameraActor_ForSeq_C \ +static_assert(alignof(ABP_CameraActor_ForSeq_C) == 0x000010, "Wrong alignment on ABP_CameraActor_ForSeq_C"); \ +static_assert(sizeof(ABP_CameraActor_ForSeq_C) == 0x000A70, "Wrong size on ABP_CameraActor_ForSeq_C"); \ + +#define DUMPER7_ASSERTS_ABP_CameraCinematic_ForSeq_C \ +static_assert(alignof(ABP_CameraCinematic_ForSeq_C) == 0x000010, "Wrong alignment on ABP_CameraCinematic_ForSeq_C"); \ +static_assert(sizeof(ABP_CameraCinematic_ForSeq_C) == 0x000AF0, "Wrong size on ABP_CameraCinematic_ForSeq_C"); \ + +#define DUMPER7_ASSERTS_BUI_B1_Root_V2_C_ExecuteUbergraph_BUI_B1_Root_V2 \ +static_assert(alignof(BUI_B1_Root_V2_C_ExecuteUbergraph_BUI_B1_Root_V2) == 0x000004, "Wrong alignment on BUI_B1_Root_V2_C_ExecuteUbergraph_BUI_B1_Root_V2"); \ +static_assert(sizeof(BUI_B1_Root_V2_C_ExecuteUbergraph_BUI_B1_Root_V2) == 0x000004, "Wrong size on BUI_B1_Root_V2_C_ExecuteUbergraph_BUI_B1_Root_V2"); \ +static_assert(offsetof(BUI_B1_Root_V2_C_ExecuteUbergraph_BUI_B1_Root_V2, EntryPoint) == 0x000000, "Member 'BUI_B1_Root_V2_C_ExecuteUbergraph_BUI_B1_Root_V2::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBUI_B1_Root_V2_C \ +static_assert(alignof(UBUI_B1_Root_V2_C) == 0x000008, "Wrong alignment on UBUI_B1_Root_V2_C"); \ +static_assert(sizeof(UBUI_B1_Root_V2_C) == 0x0003E8, "Wrong size on UBUI_B1_Root_V2_C"); \ +static_assert(offsetof(UBUI_B1_Root_V2_C, UberGraphFrame) == 0x0003D8, "Member 'UBUI_B1_Root_V2_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBUI_B1_Root_V2_C, GSGridConScreenAdapter_1) == 0x0003E0, "Member 'UBUI_B1_Root_V2_C::GSGridConScreenAdapter_1' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_Soul_Blue_C \ +static_assert(alignof(ABP_DropItem_Soul_Blue_C) == 0x000008, "Wrong alignment on ABP_DropItem_Soul_Blue_C"); \ +static_assert(sizeof(ABP_DropItem_Soul_Blue_C) == 0x000360, "Wrong size on ABP_DropItem_Soul_Blue_C"); \ +static_assert(offsetof(ABP_DropItem_Soul_Blue_C, Niagara) == 0x000348, "Member 'ABP_DropItem_Soul_Blue_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Soul_Blue_C, Cube) == 0x000350, "Member 'ABP_DropItem_Soul_Blue_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Soul_Blue_C, Scene) == 0x000358, "Member 'ABP_DropItem_Soul_Blue_C::Scene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_Soul_Purple_C \ +static_assert(alignof(ABP_DropItem_Soul_Purple_C) == 0x000008, "Wrong alignment on ABP_DropItem_Soul_Purple_C"); \ +static_assert(sizeof(ABP_DropItem_Soul_Purple_C) == 0x000360, "Wrong size on ABP_DropItem_Soul_Purple_C"); \ +static_assert(offsetof(ABP_DropItem_Soul_Purple_C, Niagara) == 0x000348, "Member 'ABP_DropItem_Soul_Purple_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Soul_Purple_C, Cube) == 0x000350, "Member 'ABP_DropItem_Soul_Purple_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Soul_Purple_C, Scene) == 0x000358, "Member 'ABP_DropItem_Soul_Purple_C::Scene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_Mo3_new_C \ +static_assert(alignof(ABP_DropItem_Mo3_new_C) == 0x000008, "Wrong alignment on ABP_DropItem_Mo3_new_C"); \ +static_assert(sizeof(ABP_DropItem_Mo3_new_C) == 0x000360, "Wrong size on ABP_DropItem_Mo3_new_C"); \ +static_assert(offsetof(ABP_DropItem_Mo3_new_C, GSInteractRangeAnchor) == 0x000348, "Member 'ABP_DropItem_Mo3_new_C::GSInteractRangeAnchor' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Mo3_new_C, Cube) == 0x000350, "Member 'ABP_DropItem_Mo3_new_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Mo3_new_C, Scene) == 0x000358, "Member 'ABP_DropItem_Mo3_new_C::Scene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEQG_simpleteleport_grid_C \ +static_assert(alignof(UEQG_simpleteleport_grid_C) == 0x000008, "Wrong alignment on UEQG_simpleteleport_grid_C"); \ +static_assert(sizeof(UEQG_simpleteleport_grid_C) == 0x0000D8, "Wrong size on UEQG_simpleteleport_grid_C"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_RedTides_C_ReceiveTick \ +static_assert(alignof(BP_DropItem_RedTides_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DropItem_RedTides_C_ReceiveTick"); \ +static_assert(sizeof(BP_DropItem_RedTides_C_ReceiveTick) == 0x000004, "Wrong size on BP_DropItem_RedTides_C_ReceiveTick"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DropItem_RedTides_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides \ +static_assert(alignof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides) == 0x000008, "Wrong alignment on BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides"); \ +static_assert(sizeof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides) == 0x0000F0, "Wrong size on BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, EntryPoint) == 0x000000, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000038, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_MakeStruct_GSE_Fire_RTQuene) == 0x000050, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_MakeStruct_GSE_Fire_RTQuene' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_MakeStruct_GSE_Fire_RTQuene_1) == 0x000070, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_MakeStruct_GSE_Fire_RTQuene_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000090, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_GetOverlappingActors_OverlappingActors_1) == 0x0000A0, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_GetOverlappingActors_OverlappingActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_DynamicCast_AsGSE_Fire_System) == 0x0000C0, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_DynamicCast_AsGSE_Fire_System' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_DynamicCast_AsGSE_Fire_System_1) == 0x0000D0, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_DynamicCast_AsGSE_Fire_System_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E5, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides, K2Node_Event_FloatParam) == 0x0000E8, "Member 'BP_DropItem_RedTides_C_ExecuteUbergraph_BP_DropItem_RedTides::K2Node_Event_FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_RedTides_C_DropItemBPFunc \ +static_assert(alignof(BP_DropItem_RedTides_C_DropItemBPFunc) == 0x000004, "Wrong alignment on BP_DropItem_RedTides_C_DropItemBPFunc"); \ +static_assert(sizeof(BP_DropItem_RedTides_C_DropItemBPFunc) == 0x000004, "Wrong size on BP_DropItem_RedTides_C_DropItemBPFunc"); \ +static_assert(offsetof(BP_DropItem_RedTides_C_DropItemBPFunc, FloatParam) == 0x000000, "Member 'BP_DropItem_RedTides_C_DropItemBPFunc::FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_RedTides_C \ +static_assert(alignof(ABP_DropItem_RedTides_C) == 0x000008, "Wrong alignment on ABP_DropItem_RedTides_C"); \ +static_assert(sizeof(ABP_DropItem_RedTides_C) == 0x0003F0, "Wrong size on ABP_DropItem_RedTides_C"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, UberGraphFrame) == 0x000348, "Member 'ABP_DropItem_RedTides_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, BlockCollision) == 0x000350, "Member 'ABP_DropItem_RedTides_C::BlockCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Cube) == 0x000358, "Member 'ABP_DropItem_RedTides_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Scene) == 0x000360, "Member 'ABP_DropItem_RedTides_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, NG_GYCY_Lang_04_WeaponFire_4) == 0x000368, "Member 'ABP_DropItem_RedTides_C::NG_GYCY_Lang_04_WeaponFire_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, NG_GYCY_Lang_04_WeaponFire_3) == 0x000370, "Member 'ABP_DropItem_RedTides_C::NG_GYCY_Lang_04_WeaponFire_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, NG_GYCY_Lang_04_WeaponFire_2) == 0x000378, "Member 'ABP_DropItem_RedTides_C::NG_GYCY_Lang_04_WeaponFire_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, NG_GYCY_Lang_04_WeaponFire_1) == 0x000380, "Member 'ABP_DropItem_RedTides_C::NG_GYCY_Lang_04_WeaponFire_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, NG_GYCY_Lang_04_Fire_TuoWei2) == 0x000388, "Member 'ABP_DropItem_RedTides_C::NG_GYCY_Lang_04_Fire_TuoWei2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, NG_GYCY_Lang_04_Fire_TuoWei1) == 0x000390, "Member 'ABP_DropItem_RedTides_C::NG_GYCY_Lang_04_Fire_TuoWei1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, PointLight) == 0x000398, "Member 'ABP_DropItem_RedTides_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Capsule2) == 0x0003A0, "Member 'ABP_DropItem_RedTides_C::Capsule2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Capsule1) == 0x0003A8, "Member 'ABP_DropItem_RedTides_C::Capsule1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, PointLight1) == 0x0003B0, "Member 'ABP_DropItem_RedTides_C::PointLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, SkeletalMesh) == 0x0003B8, "Member 'ABP_DropItem_RedTides_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Box) == 0x0003C0, "Member 'ABP_DropItem_RedTides_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Timeline_0_FloatCurve_E2E35A2B4A677A47EFDF6AB13CB709B8) == 0x0003C8, "Member 'ABP_DropItem_RedTides_C::Timeline_0_FloatCurve_E2E35A2B4A677A47EFDF6AB13CB709B8' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Timeline_0__Direction_E2E35A2B4A677A47EFDF6AB13CB709B8) == 0x0003CC, "Member 'ABP_DropItem_RedTides_C::Timeline_0__Direction_E2E35A2B4A677A47EFDF6AB13CB709B8' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, Timeline_0) == 0x0003D0, "Member 'ABP_DropItem_RedTides_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, TurnOffLightCurve) == 0x0003D8, "Member 'ABP_DropItem_RedTides_C::TurnOffLightCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_RedTides_C, NewEventDispatcher_0) == 0x0003E0, "Member 'ABP_DropItem_RedTides_C::NewEventDispatcher_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_Mo124_C \ +static_assert(alignof(ABP_DropItem_Mo124_C) == 0x000008, "Wrong alignment on ABP_DropItem_Mo124_C"); \ +static_assert(sizeof(ABP_DropItem_Mo124_C) == 0x000360, "Wrong size on ABP_DropItem_Mo124_C"); \ +static_assert(offsetof(ABP_DropItem_Mo124_C, Niagara) == 0x000348, "Member 'ABP_DropItem_Mo124_C::Niagara' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Mo124_C, Cube) == 0x000350, "Member 'ABP_DropItem_Mo124_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Mo124_C, Scene) == 0x000358, "Member 'ABP_DropItem_Mo124_C::Scene' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_BaiYiSpear_C_ReceiveTick \ +static_assert(alignof(BP_DropItem_BaiYiSpear_C_ReceiveTick) == 0x000004, "Wrong alignment on BP_DropItem_BaiYiSpear_C_ReceiveTick"); \ +static_assert(sizeof(BP_DropItem_BaiYiSpear_C_ReceiveTick) == 0x000004, "Wrong size on BP_DropItem_BaiYiSpear_C_ReceiveTick"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'BP_DropItem_BaiYiSpear_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear \ +static_assert(alignof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear) == 0x000008, "Wrong alignment on BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear"); \ +static_assert(sizeof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear) == 0x0000F0, "Wrong size on BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, EntryPoint) == 0x000000, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, Temp_int_Array_Index_Variable) == 0x000004, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::Temp_int_Array_Index_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, Temp_int_Loop_Counter_Variable) == 0x000008, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::Temp_int_Loop_Counter_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Add_IntInt_ReturnValue) == 0x00000C, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, Temp_int_Array_Index_Variable_1) == 0x000010, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::Temp_int_Array_Index_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_Event_DeltaSeconds) == 0x000014, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, Temp_int_Loop_Counter_Variable_1) == 0x000018, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::Temp_int_Loop_Counter_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Add_IntInt_ReturnValue_1) == 0x00001C, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Add_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_K2_GetComponentLocation_ReturnValue) == 0x000020, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_K2_GetComponentLocation_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_K2_GetComponentLocation_ReturnValue_1) == 0x000038, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_K2_GetComponentLocation_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_MakeStruct_GSE_Fire_RTQuene) == 0x000050, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_MakeStruct_GSE_Fire_RTQuene' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_MakeStruct_GSE_Fire_RTQuene_1) == 0x000070, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_MakeStruct_GSE_Fire_RTQuene_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_GetOverlappingActors_OverlappingActors) == 0x000090, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_GetOverlappingActors_OverlappingActors' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_GetOverlappingActors_OverlappingActors_1) == 0x0000A0, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_GetOverlappingActors_OverlappingActors_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Array_Get_Item) == 0x0000B0, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Array_Get_Item' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Array_Get_Item_1) == 0x0000B8, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Array_Get_Item_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_DynamicCast_AsGSE_Fire_System) == 0x0000C0, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_DynamicCast_AsGSE_Fire_System' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_DynamicCast_bSuccess) == 0x0000C8, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_DynamicCast_AsGSE_Fire_System_1) == 0x0000D0, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_DynamicCast_AsGSE_Fire_System_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_DynamicCast_bSuccess_1) == 0x0000D8, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Array_Length_ReturnValue) == 0x0000DC, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Array_Length_ReturnValue_1) == 0x0000E0, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Array_Length_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Less_IntInt_ReturnValue) == 0x0000E4, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Less_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, CallFunc_Less_IntInt_ReturnValue_1) == 0x0000E5, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::CallFunc_Less_IntInt_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear, K2Node_Event_FloatParam) == 0x0000E8, "Member 'BP_DropItem_BaiYiSpear_C_ExecuteUbergraph_BP_DropItem_BaiYiSpear::K2Node_Event_FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_BaiYiSpear_C_DropItemBPFunc \ +static_assert(alignof(BP_DropItem_BaiYiSpear_C_DropItemBPFunc) == 0x000004, "Wrong alignment on BP_DropItem_BaiYiSpear_C_DropItemBPFunc"); \ +static_assert(sizeof(BP_DropItem_BaiYiSpear_C_DropItemBPFunc) == 0x000004, "Wrong size on BP_DropItem_BaiYiSpear_C_DropItemBPFunc"); \ +static_assert(offsetof(BP_DropItem_BaiYiSpear_C_DropItemBPFunc, FloatParam) == 0x000000, "Member 'BP_DropItem_BaiYiSpear_C_DropItemBPFunc::FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_BaiYiSpear_C \ +static_assert(alignof(ABP_DropItem_BaiYiSpear_C) == 0x000008, "Wrong alignment on ABP_DropItem_BaiYiSpear_C"); \ +static_assert(sizeof(ABP_DropItem_BaiYiSpear_C) == 0x0003E8, "Wrong size on ABP_DropItem_BaiYiSpear_C"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, UberGraphFrame) == 0x000348, "Member 'ABP_DropItem_BaiYiSpear_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Cube) == 0x000350, "Member 'ABP_DropItem_BaiYiSpear_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Scene) == 0x000358, "Member 'ABP_DropItem_BaiYiSpear_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, NG_GYCY_Lang_04_WeaponFire_4) == 0x000360, "Member 'ABP_DropItem_BaiYiSpear_C::NG_GYCY_Lang_04_WeaponFire_4' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, NG_GYCY_Lang_04_WeaponFire_3) == 0x000368, "Member 'ABP_DropItem_BaiYiSpear_C::NG_GYCY_Lang_04_WeaponFire_3' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, NG_GYCY_Lang_04_WeaponFire_2) == 0x000370, "Member 'ABP_DropItem_BaiYiSpear_C::NG_GYCY_Lang_04_WeaponFire_2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, NG_GYCY_Lang_04_WeaponFire_1) == 0x000378, "Member 'ABP_DropItem_BaiYiSpear_C::NG_GYCY_Lang_04_WeaponFire_1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, NG_GYCY_Lang_04_Fire_TuoWei2) == 0x000380, "Member 'ABP_DropItem_BaiYiSpear_C::NG_GYCY_Lang_04_Fire_TuoWei2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, NG_GYCY_Lang_04_Fire_TuoWei1) == 0x000388, "Member 'ABP_DropItem_BaiYiSpear_C::NG_GYCY_Lang_04_Fire_TuoWei1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, PointLight) == 0x000390, "Member 'ABP_DropItem_BaiYiSpear_C::PointLight' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Capsule2) == 0x000398, "Member 'ABP_DropItem_BaiYiSpear_C::Capsule2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Capsule1) == 0x0003A0, "Member 'ABP_DropItem_BaiYiSpear_C::Capsule1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, PointLight1) == 0x0003A8, "Member 'ABP_DropItem_BaiYiSpear_C::PointLight1' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, SkeletalMesh) == 0x0003B0, "Member 'ABP_DropItem_BaiYiSpear_C::SkeletalMesh' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Box) == 0x0003B8, "Member 'ABP_DropItem_BaiYiSpear_C::Box' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Timeline_0_FloatCurve_C719575145A274BB89843B88D88DF7F2) == 0x0003C0, "Member 'ABP_DropItem_BaiYiSpear_C::Timeline_0_FloatCurve_C719575145A274BB89843B88D88DF7F2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Timeline_0__Direction_C719575145A274BB89843B88D88DF7F2) == 0x0003C4, "Member 'ABP_DropItem_BaiYiSpear_C::Timeline_0__Direction_C719575145A274BB89843B88D88DF7F2' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, Timeline_0) == 0x0003C8, "Member 'ABP_DropItem_BaiYiSpear_C::Timeline_0' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, TurnOffLightCurve) == 0x0003D0, "Member 'ABP_DropItem_BaiYiSpear_C::TurnOffLightCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_BaiYiSpear_C, NewEventDispatcher_0) == 0x0003D8, "Member 'ABP_DropItem_BaiYiSpear_C::NewEventDispatcher_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage \ +static_assert(alignof(BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage) == 0x000004, "Wrong alignment on BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage"); \ +static_assert(sizeof(BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage) == 0x000008, "Wrong size on BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage"); \ +static_assert(offsetof(BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage, EntryPoint) == 0x000000, "Member 'BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage, K2Node_Event_FloatParam) == 0x000004, "Member 'BP_DropItem_Longdage_C_ExecuteUbergraph_BP_DropItem_Longdage::K2Node_Event_FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_Longdage_C_DropItemBPFunc \ +static_assert(alignof(BP_DropItem_Longdage_C_DropItemBPFunc) == 0x000004, "Wrong alignment on BP_DropItem_Longdage_C_DropItemBPFunc"); \ +static_assert(sizeof(BP_DropItem_Longdage_C_DropItemBPFunc) == 0x000004, "Wrong size on BP_DropItem_Longdage_C_DropItemBPFunc"); \ +static_assert(offsetof(BP_DropItem_Longdage_C_DropItemBPFunc, FloatParam) == 0x000000, "Member 'BP_DropItem_Longdage_C_DropItemBPFunc::FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_Longdage_C \ +static_assert(alignof(ABP_DropItem_Longdage_C) == 0x000008, "Wrong alignment on ABP_DropItem_Longdage_C"); \ +static_assert(sizeof(ABP_DropItem_Longdage_C) == 0x000390, "Wrong size on ABP_DropItem_Longdage_C"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, UberGraphFrame) == 0x000348, "Member 'ABP_DropItem_Longdage_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, BlockCollision) == 0x000350, "Member 'ABP_DropItem_Longdage_C::BlockCollision' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, DummySK) == 0x000358, "Member 'ABP_DropItem_Longdage_C::DummySK' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, Cube) == 0x000360, "Member 'ABP_DropItem_Longdage_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, Scene) == 0x000368, "Member 'ABP_DropItem_Longdage_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, Dao) == 0x000370, "Member 'ABP_DropItem_Longdage_C::Dao' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, TurnOffLightCurve) == 0x000378, "Member 'ABP_DropItem_Longdage_C::TurnOffLightCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_Longdage_C, NewEventDispatcher_0) == 0x000380, "Member 'ABP_DropItem_Longdage_C::NewEventDispatcher_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_ShuangTouShu_C_ReceiveActorOnInputTouchEnter \ +static_assert(alignof(BP_DropItem_ShuangTouShu_C_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong alignment on BP_DropItem_ShuangTouShu_C_ReceiveActorOnInputTouchEnter"); \ +static_assert(sizeof(BP_DropItem_ShuangTouShu_C_ReceiveActorOnInputTouchEnter) == 0x000001, "Wrong size on BP_DropItem_ShuangTouShu_C_ReceiveActorOnInputTouchEnter"); \ +static_assert(offsetof(BP_DropItem_ShuangTouShu_C_ReceiveActorOnInputTouchEnter, FingerIndex) == 0x000000, "Member 'BP_DropItem_ShuangTouShu_C_ReceiveActorOnInputTouchEnter::FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu \ +static_assert(alignof(BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu) == 0x000004, "Wrong alignment on BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu"); \ +static_assert(sizeof(BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu) == 0x00000C, "Wrong size on BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu"); \ +static_assert(offsetof(BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu, EntryPoint) == 0x000000, "Member 'BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu, K2Node_Event_FloatParam) == 0x000004, "Member 'BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu::K2Node_Event_FloatParam' has a wrong offset!"); \ +static_assert(offsetof(BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu, K2Node_Event_FingerIndex) == 0x000008, "Member 'BP_DropItem_ShuangTouShu_C_ExecuteUbergraph_BP_DropItem_ShuangTouShu::K2Node_Event_FingerIndex' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_DropItem_ShuangTouShu_C_DropItemBPFunc \ +static_assert(alignof(BP_DropItem_ShuangTouShu_C_DropItemBPFunc) == 0x000004, "Wrong alignment on BP_DropItem_ShuangTouShu_C_DropItemBPFunc"); \ +static_assert(sizeof(BP_DropItem_ShuangTouShu_C_DropItemBPFunc) == 0x000004, "Wrong size on BP_DropItem_ShuangTouShu_C_DropItemBPFunc"); \ +static_assert(offsetof(BP_DropItem_ShuangTouShu_C_DropItemBPFunc, FloatParam) == 0x000000, "Member 'BP_DropItem_ShuangTouShu_C_DropItemBPFunc::FloatParam' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItem_ShuangTouShu_C \ +static_assert(alignof(ABP_DropItem_ShuangTouShu_C) == 0x000008, "Wrong alignment on ABP_DropItem_ShuangTouShu_C"); \ +static_assert(sizeof(ABP_DropItem_ShuangTouShu_C) == 0x000390, "Wrong size on ABP_DropItem_ShuangTouShu_C"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, UberGraphFrame) == 0x000348, "Member 'ABP_DropItem_ShuangTouShu_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, DummySK) == 0x000350, "Member 'ABP_DropItem_ShuangTouShu_C::DummySK' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, BGUAnimationSync) == 0x000358, "Member 'ABP_DropItem_ShuangTouShu_C::BGUAnimationSync' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, Dao) == 0x000360, "Member 'ABP_DropItem_ShuangTouShu_C::Dao' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, Cube) == 0x000368, "Member 'ABP_DropItem_ShuangTouShu_C::Cube' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, Scene) == 0x000370, "Member 'ABP_DropItem_ShuangTouShu_C::Scene' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, TurnOffLightCurve) == 0x000378, "Member 'ABP_DropItem_ShuangTouShu_C::TurnOffLightCurve' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItem_ShuangTouShu_C, NewEventDispatcher_0) == 0x000380, "Member 'ABP_DropItem_ShuangTouShu_C::NewEventDispatcher_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_DropItemActorBase_C \ +static_assert(alignof(ABP_DropItemActorBase_C) == 0x000008, "Wrong alignment on ABP_DropItemActorBase_C"); \ +static_assert(sizeof(ABP_DropItemActorBase_C) == 0x000348, "Wrong size on ABP_DropItemActorBase_C"); \ +static_assert(offsetof(ABP_DropItemActorBase_C, GSInteractSock) == 0x000338, "Member 'ABP_DropItemActorBase_C::GSInteractSock' has a wrong offset!"); \ +static_assert(offsetof(ABP_DropItemActorBase_C, Capsule) == 0x000340, "Member 'ABP_DropItemActorBase_C::Capsule' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FireSystem_C_SwitchRenderTargetTexture \ +static_assert(alignof(GSE_FireSystem_C_SwitchRenderTargetTexture) == 0x000008, "Wrong alignment on GSE_FireSystem_C_SwitchRenderTargetTexture"); \ +static_assert(sizeof(GSE_FireSystem_C_SwitchRenderTargetTexture) == 0x000008, "Wrong size on GSE_FireSystem_C_SwitchRenderTargetTexture"); \ +static_assert(offsetof(GSE_FireSystem_C_SwitchRenderTargetTexture, Temp) == 0x000000, "Member 'GSE_FireSystem_C_SwitchRenderTargetTexture::Temp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FireSystem_C_SpawnEmitter \ +static_assert(alignof(GSE_FireSystem_C_SpawnEmitter) == 0x000008, "Wrong alignment on GSE_FireSystem_C_SpawnEmitter"); \ +static_assert(sizeof(GSE_FireSystem_C_SpawnEmitter) == 0x000020, "Wrong size on GSE_FireSystem_C_SpawnEmitter"); \ +static_assert(offsetof(GSE_FireSystem_C_SpawnEmitter, Info) == 0x000000, "Member 'GSE_FireSystem_C_SpawnEmitter::Info' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FireSystem_C_ReceiveTick \ +static_assert(alignof(GSE_FireSystem_C_ReceiveTick) == 0x000004, "Wrong alignment on GSE_FireSystem_C_ReceiveTick"); \ +static_assert(sizeof(GSE_FireSystem_C_ReceiveTick) == 0x000004, "Wrong size on GSE_FireSystem_C_ReceiveTick"); \ +static_assert(offsetof(GSE_FireSystem_C_ReceiveTick, DeltaSeconds) == 0x000000, "Member 'GSE_FireSystem_C_ReceiveTick::DeltaSeconds' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem \ +static_assert(alignof(GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem) == 0x000008, "Wrong alignment on GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem"); \ +static_assert(sizeof(GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem) == 0x000050, "Wrong size on GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem"); \ +static_assert(offsetof(GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem, EntryPoint) == 0x000000, "Member 'GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem, K2Node_CustomEvent_Info) == 0x000008, "Member 'GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem::K2Node_CustomEvent_Info' has a wrong offset!"); \ +static_assert(offsetof(GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem, K2Node_Event_DeltaSeconds) == 0x000028, "Member 'GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem::K2Node_Event_DeltaSeconds' has a wrong offset!"); \ +static_assert(offsetof(GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem, K2Node_CustomEvent_Input) == 0x000030, "Member 'GSE_FireSystem_C_ExecuteUbergraph_GSE_FireSystem::K2Node_CustomEvent_Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_GSE_FireSystem_C_AddToRTQuene \ +static_assert(alignof(GSE_FireSystem_C_AddToRTQuene) == 0x000008, "Wrong alignment on GSE_FireSystem_C_AddToRTQuene"); \ +static_assert(sizeof(GSE_FireSystem_C_AddToRTQuene) == 0x000020, "Wrong size on GSE_FireSystem_C_AddToRTQuene"); \ +static_assert(offsetof(GSE_FireSystem_C_AddToRTQuene, Input) == 0x000000, "Member 'GSE_FireSystem_C_AddToRTQuene::Input' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AGSE_FireSystem_C \ +static_assert(alignof(AGSE_FireSystem_C) == 0x000008, "Wrong alignment on AGSE_FireSystem_C"); \ +static_assert(sizeof(AGSE_FireSystem_C) == 0x000298, "Wrong size on AGSE_FireSystem_C"); \ +static_assert(offsetof(AGSE_FireSystem_C, UberGraphFrame) == 0x000288, "Member 'AGSE_FireSystem_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(AGSE_FireSystem_C, DefaultSceneRoot) == 0x000290, "Member 'AGSE_FireSystem_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_FGSE_Fire_RTQuene \ +static_assert(alignof(FGSE_Fire_RTQuene) == 0x000008, "Wrong alignment on FGSE_Fire_RTQuene"); \ +static_assert(sizeof(FGSE_Fire_RTQuene) == 0x000020, "Wrong size on FGSE_Fire_RTQuene"); \ +static_assert(offsetof(FGSE_Fire_RTQuene, Position_2_E73B80A248452EC66DE03FA85A4FBE25) == 0x000000, "Member 'FGSE_Fire_RTQuene::Position_2_E73B80A248452EC66DE03FA85A4FBE25' has a wrong offset!"); \ +static_assert(offsetof(FGSE_Fire_RTQuene, PaintRadius_6_DF7CFF954C646DF4438FE6A84CE77EE7) == 0x000018, "Member 'FGSE_Fire_RTQuene::PaintRadius_6_DF7CFF954C646DF4438FE6A84CE77EE7' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign \ +static_assert(alignof(BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign) == 0x000010, "Wrong alignment on BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign"); \ +static_assert(sizeof(BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign) == 0x000070, "Wrong size on BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign, HitActor) == 0x000000, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign::HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign, HitTransform) == 0x000010, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_OnDrawSign::HitTransform' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01 \ +static_assert(alignof(BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01) == 0x000010, "Wrong alignment on BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01"); \ +static_assert(sizeof(BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01) == 0x000080, "Wrong size on BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01, EntryPoint) == 0x000000, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01, K2Node_Event_HitActor) == 0x000008, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01::K2Node_Event_HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01, K2Node_Event_HitTransform) == 0x000010, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01::K2Node_Event_HitTransform' has a wrong offset!"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01, CallFunc_AddComponent_ReturnValue) == 0x000070, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_ExecuteUbergraph_BP_Player_Wukong_PiHuoZhao_01::CallFunc_AddComponent_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition \ +static_assert(alignof(BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition) == 0x000008, "Wrong alignment on BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition"); \ +static_assert(sizeof(BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition) == 0x000010, "Wrong size on BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition, HitActor) == 0x000000, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition::HitActor' has a wrong offset!"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition, ReturnValue) == 0x000008, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition, CallFunc_BGUHasBuffByID_ReturnValue) == 0x000009, "Member 'BP_Player_Wukong_PiHuoZhao_01_C_CheckDrawSignCondition::CallFunc_BGUHasBuffByID_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_Player_Wukong_PiHuoZhao_01_C \ +static_assert(alignof(ABP_Player_Wukong_PiHuoZhao_01_C) == 0x000008, "Wrong alignment on ABP_Player_Wukong_PiHuoZhao_01_C"); \ +static_assert(sizeof(ABP_Player_Wukong_PiHuoZhao_01_C) == 0x000360, "Wrong size on ABP_Player_Wukong_PiHuoZhao_01_C"); \ +static_assert(offsetof(ABP_Player_Wukong_PiHuoZhao_01_C, UberGraphFrame) == 0x000350, "Member 'ABP_Player_Wukong_PiHuoZhao_01_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_Player_Wukong_PiHuoZhao_01_C, CheckComp_Sphere) == 0x000358, "Member 'ABP_Player_Wukong_PiHuoZhao_01_C::CheckComp_Sphere' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_CameraRail_ForSeq_C \ +static_assert(alignof(ABP_CameraRail_ForSeq_C) == 0x000008, "Wrong alignment on ABP_CameraRail_ForSeq_C"); \ +static_assert(sizeof(ABP_CameraRail_ForSeq_C) == 0x0002A8, "Wrong size on ABP_CameraRail_ForSeq_C"); \ + +#define DUMPER7_ASSERTS_Abp_sts_dao__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Abp_sts_dao::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Abp_sts_dao::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Abp_sts_dao::FAnimBlueprintGeneratedConstantData) == 0x000108, "Wrong size on Abp_sts_dao::FAnimBlueprintGeneratedConstantData"); \ + +#define DUMPER7_ASSERTS_UAbp_sts_dao_C \ +static_assert(alignof(UAbp_sts_dao_C) == 0x000010, "Wrong alignment on UAbp_sts_dao_C"); \ +static_assert(sizeof(UAbp_sts_dao_C) == 0x000430, "Wrong size on UAbp_sts_dao_C"); \ + +#define DUMPER7_ASSERTS_Abp_InteractiveActor__FAnimBlueprintGeneratedMutableData \ +static_assert(alignof(Abp_InteractiveActor::FAnimBlueprintGeneratedMutableData) == 0x000008, "Wrong alignment on Abp_InteractiveActor::FAnimBlueprintGeneratedMutableData"); \ +static_assert(sizeof(Abp_InteractiveActor::FAnimBlueprintGeneratedMutableData) == 0x000010, "Wrong size on Abp_InteractiveActor::FAnimBlueprintGeneratedMutableData"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedMutableData, AnimSequenceBase) == 0x000008, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedMutableData::AnimSequenceBase' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_InteractiveActor__FAnimBlueprintGeneratedConstantData \ +static_assert(alignof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData) == 0x000008, "Wrong alignment on Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData"); \ +static_assert(sizeof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData) == 0x000108, "Wrong size on Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, NameProperty_10) == 0x000004, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::NameProperty_10' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, BoolProperty_11) == 0x00000C, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::BoolProperty_11' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, FloatProperty_12) == 0x000010, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::FloatProperty_12' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, StructProperty_13) == 0x000014, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::StructProperty_13' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, FloatProperty_14) == 0x000040, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::FloatProperty_14' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, BoolProperty_15) == 0x000044, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::BoolProperty_15' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, EnumProperty_16) == 0x000045, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::EnumProperty_16' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, ByteProperty_17) == 0x000046, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::ByteProperty_17' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, NameProperty_18) == 0x000048, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::NameProperty_18' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, StructProperty_19) == 0x000050, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::StructProperty_19' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_PropertyAccess) == 0x000070, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData, AnimBlueprintExtension_Base) == 0x0000F0, "Member 'Abp_InteractiveActor::FAnimBlueprintGeneratedConstantData::AnimBlueprintExtension_Base' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_InteractiveActor_C_ExecuteUbergraph_Abp_InteractiveActor \ +static_assert(alignof(Abp_InteractiveActor_C_ExecuteUbergraph_Abp_InteractiveActor) == 0x000004, "Wrong alignment on Abp_InteractiveActor_C_ExecuteUbergraph_Abp_InteractiveActor"); \ +static_assert(sizeof(Abp_InteractiveActor_C_ExecuteUbergraph_Abp_InteractiveActor) == 0x000004, "Wrong size on Abp_InteractiveActor_C_ExecuteUbergraph_Abp_InteractiveActor"); \ +static_assert(offsetof(Abp_InteractiveActor_C_ExecuteUbergraph_Abp_InteractiveActor, EntryPoint) == 0x000000, "Member 'Abp_InteractiveActor_C_ExecuteUbergraph_Abp_InteractiveActor::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Abp_InteractiveActor_C_AnimGraph \ +static_assert(alignof(Abp_InteractiveActor_C_AnimGraph) == 0x000008, "Wrong alignment on Abp_InteractiveActor_C_AnimGraph"); \ +static_assert(sizeof(Abp_InteractiveActor_C_AnimGraph) == 0x000010, "Wrong size on Abp_InteractiveActor_C_AnimGraph"); \ +static_assert(offsetof(Abp_InteractiveActor_C_AnimGraph, AnimGraph_0) == 0x000000, "Member 'Abp_InteractiveActor_C_AnimGraph::AnimGraph_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UAbp_InteractiveActor_C \ +static_assert(alignof(UAbp_InteractiveActor_C) == 0x000010, "Wrong alignment on UAbp_InteractiveActor_C"); \ +static_assert(sizeof(UAbp_InteractiveActor_C) == 0x000430, "Wrong size on UAbp_InteractiveActor_C"); \ +static_assert(offsetof(UAbp_InteractiveActor_C, UberGraphFrame) == 0x000360, "Member 'UAbp_InteractiveActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UAbp_InteractiveActor_C, __AnimBlueprintMutables) == 0x000368, "Member 'UAbp_InteractiveActor_C::__AnimBlueprintMutables' has a wrong offset!"); \ +static_assert(offsetof(UAbp_InteractiveActor_C, AnimBlueprintExtension_PropertyAccess) == 0x000378, "Member 'UAbp_InteractiveActor_C::AnimBlueprintExtension_PropertyAccess' has a wrong offset!"); \ +static_assert(offsetof(UAbp_InteractiveActor_C, AnimBlueprintExtension_Base) == 0x000380, "Member 'UAbp_InteractiveActor_C::AnimBlueprintExtension_Base' has a wrong offset!"); \ +static_assert(offsetof(UAbp_InteractiveActor_C, AnimGraphNode_Root) == 0x000388, "Member 'UAbp_InteractiveActor_C::AnimGraphNode_Root' has a wrong offset!"); \ +static_assert(offsetof(UAbp_InteractiveActor_C, AnimGraphNode_SequencePlayer) == 0x0003A8, "Member 'UAbp_InteractiveActor_C::AnimGraphNode_SequencePlayer' has a wrong offset!"); \ +static_assert(offsetof(UAbp_InteractiveActor_C, AnimGraphNode_Slot) == 0x0003E8, "Member 'UAbp_InteractiveActor_C::AnimGraphNode_Slot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_StartupGameMode_V2_C \ +static_assert(alignof(ABP_StartupGameMode_V2_C) == 0x000008, "Wrong alignment on ABP_StartupGameMode_V2_C"); \ +static_assert(sizeof(ABP_StartupGameMode_V2_C) == 0x0003A0, "Wrong size on ABP_StartupGameMode_V2_C"); \ +static_assert(offsetof(ABP_StartupGameMode_V2_C, DefaultSceneRoot) == 0x000398, "Member 'ABP_StartupGameMode_V2_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_Debug_RT_C \ +static_assert(alignof(UBP_UI_Debug_RT_C) == 0x000008, "Wrong alignment on UBP_UI_Debug_RT_C"); \ +static_assert(sizeof(UBP_UI_Debug_RT_C) == 0x0002A8, "Wrong size on UBP_UI_Debug_RT_C"); \ +static_assert(offsetof(UBP_UI_Debug_RT_C, Image) == 0x000298, "Member 'UBP_UI_Debug_RT_C::Image' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_Debug_RT_C, Image_0) == 0x0002A0, "Member 'UBP_UI_Debug_RT_C::Image_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG \ +static_assert(alignof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG) == 0x000008, "Wrong alignment on MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG"); \ +static_assert(sizeof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG) == 0x000020, "Wrong size on MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG"); \ +static_assert(offsetof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG, EntryPoint) == 0x000000, "Member 'MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG, CallFunc_OpenSource_ReturnValue) == 0x000004, "Member 'MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG::CallFunc_OpenSource_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG, CallFunc_Play_ReturnValue) == 0x000005, "Member 'MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG::CallFunc_Play_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG, CallFunc_Play_ReturnValue_1) == 0x000006, "Member 'MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG::CallFunc_Play_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG, CallFunc_MakeLiteralString_ReturnValue) == 0x000008, "Member 'MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG::CallFunc_MakeLiteralString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG, CallFunc_OpenUrl_ReturnValue) == 0x000018, "Member 'MediaPlayerTest_UMG_C_ExecuteUbergraph_MediaPlayerTest_UMG::CallFunc_OpenUrl_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UMediaPlayerTest_UMG_C \ +static_assert(alignof(UMediaPlayerTest_UMG_C) == 0x000008, "Wrong alignment on UMediaPlayerTest_UMG_C"); \ +static_assert(sizeof(UMediaPlayerTest_UMG_C) == 0x0002D8, "Wrong size on UMediaPlayerTest_UMG_C"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, UberGraphFrame) == 0x000298, "Member 'UMediaPlayerTest_UMG_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, ImgBk2) == 0x0002A0, "Member 'UMediaPlayerTest_UMG_C::ImgBk2' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, ImgMP4) == 0x0002A8, "Member 'UMediaPlayerTest_UMG_C::ImgMP4' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, PlayButtonBk2) == 0x0002B0, "Member 'UMediaPlayerTest_UMG_C::PlayButtonBk2' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, PlayButtonClose) == 0x0002B8, "Member 'UMediaPlayerTest_UMG_C::PlayButtonClose' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, PlayButtonMp4) == 0x0002C0, "Member 'UMediaPlayerTest_UMG_C::PlayButtonMp4' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, MediaPlayer) == 0x0002C8, "Member 'UMediaPlayerTest_UMG_C::MediaPlayer' has a wrong offset!"); \ +static_assert(offsetof(UMediaPlayerTest_UMG_C, BinkPlayer) == 0x0002D0, "Member 'UMediaPlayerTest_UMG_C::BinkPlayer' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMInfoUnit_C \ +static_assert(alignof(UBP_UI_GMInfoUnit_C) == 0x000008, "Wrong alignment on UBP_UI_GMInfoUnit_C"); \ +static_assert(sizeof(UBP_UI_GMInfoUnit_C) == 0x0003E8, "Wrong size on UBP_UI_GMInfoUnit_C"); \ +static_assert(offsetof(UBP_UI_GMInfoUnit_C, Left_BG) == 0x0003D8, "Member 'UBP_UI_GMInfoUnit_C::Left_BG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfoUnit_C, Right_BG) == 0x0003E0, "Member 'UBP_UI_GMInfoUnit_C::Right_BG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMInfoPartInfo_C \ +static_assert(alignof(UBP_UI_GMInfoPartInfo_C) == 0x000008, "Wrong alignment on UBP_UI_GMInfoPartInfo_C"); \ +static_assert(sizeof(UBP_UI_GMInfoPartInfo_C) == 0x000400, "Wrong size on UBP_UI_GMInfoPartInfo_C"); \ +static_assert(offsetof(UBP_UI_GMInfoPartInfo_C, BG_0) == 0x0003D8, "Member 'UBP_UI_GMInfoPartInfo_C::BG_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfoPartInfo_C, BG_1) == 0x0003E0, "Member 'UBP_UI_GMInfoPartInfo_C::BG_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfoPartInfo_C, BG_2) == 0x0003E8, "Member 'UBP_UI_GMInfoPartInfo_C::BG_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfoPartInfo_C, BG_3) == 0x0003F0, "Member 'UBP_UI_GMInfoPartInfo_C::BG_3' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfoPartInfo_C, BG_4) == 0x0003F8, "Member 'UBP_UI_GMInfoPartInfo_C::BG_4' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEQG_simpleteleport_donut_C \ +static_assert(alignof(UEQG_simpleteleport_donut_C) == 0x000008, "Wrong alignment on UEQG_simpleteleport_donut_C"); \ +static_assert(sizeof(UEQG_simpleteleport_donut_C) == 0x0000F0, "Wrong size on UEQG_simpleteleport_donut_C"); \ + +#define DUMPER7_ASSERTS_EQC_PlayerContext_C_ProvideActorsSet \ +static_assert(alignof(EQC_PlayerContext_C_ProvideActorsSet) == 0x000008, "Wrong alignment on EQC_PlayerContext_C_ProvideActorsSet"); \ +static_assert(sizeof(EQC_PlayerContext_C_ProvideActorsSet) == 0x000070, "Wrong size on EQC_PlayerContext_C_ProvideActorsSet"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, QuerierObject) == 0x000000, "Member 'EQC_PlayerContext_C_ProvideActorsSet::QuerierObject' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, QuerierActor) == 0x000008, "Member 'EQC_PlayerContext_C_ProvideActorsSet::QuerierActor' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, ResultingActorsSet) == 0x000010, "Member 'EQC_PlayerContext_C_ProvideActorsSet::ResultingActorsSet' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, OutActors) == 0x000020, "Member 'EQC_PlayerContext_C_ProvideActorsSet::OutActors' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, CallFunc_GetFirstLocalPlayerController_ReturnValue) == 0x000030, "Member 'EQC_PlayerContext_C_ProvideActorsSet::CallFunc_GetFirstLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, CallFunc_IsValid_ReturnValue) == 0x000038, "Member 'EQC_PlayerContext_C_ProvideActorsSet::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, CallFunc_K2_GetPawn_ReturnValue) == 0x000040, "Member 'EQC_PlayerContext_C_ProvideActorsSet::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, CallFunc_IsValid_ReturnValue_1) == 0x000048, "Member 'EQC_PlayerContext_C_ProvideActorsSet::CallFunc_IsValid_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, K2Node_DynamicCast_AsBGUPlayer_Character_CS) == 0x000050, "Member 'EQC_PlayerContext_C_ProvideActorsSet::K2Node_DynamicCast_AsBGUPlayer_Character_CS' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, K2Node_DynamicCast_bSuccess) == 0x000058, "Member 'EQC_PlayerContext_C_ProvideActorsSet::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, CallFunc_Array_Add_ReturnValue) == 0x00005C, "Member 'EQC_PlayerContext_C_ProvideActorsSet::CallFunc_Array_Add_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(EQC_PlayerContext_C_ProvideActorsSet, CallFunc_GetAllActorsOfClass_OutActors) == 0x000060, "Member 'EQC_PlayerContext_C_ProvideActorsSet::CallFunc_GetAllActorsOfClass_OutActors' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UEQC_PlayerContext_C \ +static_assert(alignof(UEQC_PlayerContext_C) == 0x000008, "Wrong alignment on UEQC_PlayerContext_C"); \ +static_assert(sizeof(UEQC_PlayerContext_C) == 0x000030, "Wrong size on UEQC_PlayerContext_C"); \ + +#define DUMPER7_ASSERTS_UBP_UI_Character_ShowGroup_C \ +static_assert(alignof(UBP_UI_Character_ShowGroup_C) == 0x000008, "Wrong alignment on UBP_UI_Character_ShowGroup_C"); \ +static_assert(sizeof(UBP_UI_Character_ShowGroup_C) == 0x0003E0, "Wrong size on UBP_UI_Character_ShowGroup_C"); \ +static_assert(offsetof(UBP_UI_Character_ShowGroup_C, EditableValue) == 0x0003D8, "Member 'UBP_UI_Character_ShowGroup_C::EditableValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMBtn_C \ +static_assert(alignof(UBP_UI_GMBtn_C) == 0x000008, "Wrong alignment on UBP_UI_GMBtn_C"); \ +static_assert(sizeof(UBP_UI_GMBtn_C) == 0x0003E0, "Wrong size on UBP_UI_GMBtn_C"); \ +static_assert(offsetof(UBP_UI_GMBtn_C, GMBtn) == 0x0003D8, "Member 'UBP_UI_GMBtn_C::GMBtn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_B1PlayerController_C \ +static_assert(alignof(ABP_B1PlayerController_C) == 0x000008, "Wrong alignment on ABP_B1PlayerController_C"); \ +static_assert(sizeof(ABP_B1PlayerController_C) == 0x000810, "Wrong size on ABP_B1PlayerController_C"); \ +static_assert(offsetof(ABP_B1PlayerController_C, BGULocalFluid2D) == 0x000808, "Member 'ABP_B1PlayerController_C::BGULocalFluid2D' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMSettingCharacterConfig_C \ +static_assert(alignof(UBP_UI_GMSettingCharacterConfig_C) == 0x000008, "Wrong alignment on UBP_UI_GMSettingCharacterConfig_C"); \ +static_assert(sizeof(UBP_UI_GMSettingCharacterConfig_C) == 0x0003E0, "Wrong size on UBP_UI_GMSettingCharacterConfig_C"); \ +static_assert(offsetof(UBP_UI_GMSettingCharacterConfig_C, ConfirmBtn) == 0x0003D8, "Member 'UBP_UI_GMSettingCharacterConfig_C::ConfirmBtn' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck \ +static_assert(alignof(BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck) == 0x000004, "Wrong alignment on BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck"); \ +static_assert(sizeof(BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck) == 0x000014, "Wrong size on BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck"); \ +static_assert(offsetof(BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck, EntryPoint) == 0x000000, "Member 'BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck, K2Node_CreateDelegate_OutputDelegate) == 0x000004, "Member 'BP_UI_GMSettingCheck_C_ExecuteUbergraph_BP_UI_GMSettingCheck::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMSettingCheck_C \ +static_assert(alignof(UBP_UI_GMSettingCheck_C) == 0x000008, "Wrong alignment on UBP_UI_GMSettingCheck_C"); \ +static_assert(sizeof(UBP_UI_GMSettingCheck_C) == 0x0002F0, "Wrong size on UBP_UI_GMSettingCheck_C"); \ +static_assert(offsetof(UBP_UI_GMSettingCheck_C, UberGraphFrame) == 0x000298, "Member 'UBP_UI_GMSettingCheck_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingCheck_C, BP_UI_GMSettingBase) == 0x0002A0, "Member 'UBP_UI_GMSettingCheck_C::BP_UI_GMSettingBase' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingCheck_C, BP_UI_OP_Check) == 0x0002A8, "Member 'UBP_UI_GMSettingCheck_C::BP_UI_OP_Check' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingCheck_C, CheckName) == 0x0002B0, "Member 'UBP_UI_GMSettingCheck_C::CheckName' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingCheck_C, Name_0) == 0x0002C8, "Member 'UBP_UI_GMSettingCheck_C::Name_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingCheck_C, OnCheckStateChanged) == 0x0002E0, "Member 'UBP_UI_GMSettingCheck_C::OnCheckStateChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMSettingEditable_C \ +static_assert(alignof(UBP_UI_GMSettingEditable_C) == 0x000008, "Wrong alignment on UBP_UI_GMSettingEditable_C"); \ +static_assert(sizeof(UBP_UI_GMSettingEditable_C) == 0x0003E8, "Wrong size on UBP_UI_GMSettingEditable_C"); \ +static_assert(offsetof(UBP_UI_GMSettingEditable_C, BP_UI_GMSettingBase) == 0x0003D8, "Member 'UBP_UI_GMSettingEditable_C::BP_UI_GMSettingBase' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingEditable_C, BP_UI_OP_Editable) == 0x0003E0, "Member 'UBP_UI_GMSettingEditable_C::BP_UI_OP_Editable' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider \ +static_assert(alignof(BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider) == 0x000004, "Wrong alignment on BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider"); \ +static_assert(sizeof(BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider) == 0x000018, "Wrong size on BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider"); \ +static_assert(offsetof(BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider, EntryPoint) == 0x000000, "Member 'BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider, K2Node_CustomEvent_OutCurStep) == 0x000004, "Member 'BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider::K2Node_CustomEvent_OutCurStep' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_UI_GMSettingSlider_C_ExecuteUbergraph_BP_UI_GMSettingSlider::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMSettingSlider_C_EventOnSlideChange \ +static_assert(alignof(BP_UI_GMSettingSlider_C_EventOnSlideChange) == 0x000004, "Wrong alignment on BP_UI_GMSettingSlider_C_EventOnSlideChange"); \ +static_assert(sizeof(BP_UI_GMSettingSlider_C_EventOnSlideChange) == 0x000004, "Wrong size on BP_UI_GMSettingSlider_C_EventOnSlideChange"); \ +static_assert(offsetof(BP_UI_GMSettingSlider_C_EventOnSlideChange, OutCurStep) == 0x000000, "Member 'BP_UI_GMSettingSlider_C_EventOnSlideChange::OutCurStep' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMSettingSlider_C \ +static_assert(alignof(UBP_UI_GMSettingSlider_C) == 0x000008, "Wrong alignment on UBP_UI_GMSettingSlider_C"); \ +static_assert(sizeof(UBP_UI_GMSettingSlider_C) == 0x0002F0, "Wrong size on UBP_UI_GMSettingSlider_C"); \ +static_assert(offsetof(UBP_UI_GMSettingSlider_C, UberGraphFrame) == 0x000298, "Member 'UBP_UI_GMSettingSlider_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingSlider_C, BP_UI_GMSettingBase) == 0x0002A0, "Member 'UBP_UI_GMSettingSlider_C::BP_UI_GMSettingBase' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingSlider_C, BP_UI_OP_Slider) == 0x0002A8, "Member 'UBP_UI_GMSettingSlider_C::BP_UI_OP_Slider' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingSlider_C, OptionName) == 0x0002B0, "Member 'UBP_UI_GMSettingSlider_C::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingSlider_C, CurStep) == 0x0002C8, "Member 'UBP_UI_GMSettingSlider_C::CurStep' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingSlider_C, SliderStepDescAttr) == 0x0002D0, "Member 'UBP_UI_GMSettingSlider_C::SliderStepDescAttr' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingSlider_C, OnSliderValueChanged) == 0x0002E0, "Member 'UBP_UI_GMSettingSlider_C::OnSliderValueChanged' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMSettingBase_C \ +static_assert(alignof(UBP_UI_GMSettingBase_C) == 0x000008, "Wrong alignment on UBP_UI_GMSettingBase_C"); \ +static_assert(sizeof(UBP_UI_GMSettingBase_C) == 0x0002D0, "Wrong size on UBP_UI_GMSettingBase_C"); \ +static_assert(offsetof(UBP_UI_GMSettingBase_C, BG) == 0x000298, "Member 'UBP_UI_GMSettingBase_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingBase_C, mask) == 0x0002A0, "Member 'UBP_UI_GMSettingBase_C::mask' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingBase_C, OPSlot) == 0x0002A8, "Member 'UBP_UI_GMSettingBase_C::OPSlot' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingBase_C, OptionName) == 0x0002B0, "Member 'UBP_UI_GMSettingBase_C::OptionName' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMSettingBase_C, Name_0) == 0x0002B8, "Member 'UBP_UI_GMSettingBase_C::Name_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Slider_C_InitCurStep \ +static_assert(alignof(BP_UI_OP_Slider_C_InitCurStep) == 0x000008, "Wrong alignment on BP_UI_OP_Slider_C_InitCurStep"); \ +static_assert(sizeof(BP_UI_OP_Slider_C_InitCurStep) == 0x000018, "Wrong size on BP_UI_OP_Slider_C_InitCurStep"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_InitCurStep, TempSliderValue) == 0x000000, "Member 'BP_UI_OP_Slider_C_InitCurStep::TempSliderValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_InitCurStep, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_UI_OP_Slider_C_InitCurStep::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_InitCurStep, CallFunc_Subtract_IntInt_ReturnValue) == 0x00000C, "Member 'BP_UI_OP_Slider_C_InitCurStep::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_InitCurStep, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000010, "Member 'BP_UI_OP_Slider_C_InitCurStep::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Slider_C_GetCurValueText \ +static_assert(alignof(BP_UI_OP_Slider_C_GetCurValueText) == 0x000008, "Wrong alignment on BP_UI_OP_Slider_C_GetCurValueText"); \ +static_assert(sizeof(BP_UI_OP_Slider_C_GetCurValueText) == 0x000020, "Wrong size on BP_UI_OP_Slider_C_GetCurValueText"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurValueText, ReturnValue) == 0x000000, "Member 'BP_UI_OP_Slider_C_GetCurValueText::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurValueText, CallFunc_GetCurStep_ReturnValue) == 0x000018, "Member 'BP_UI_OP_Slider_C_GetCurValueText::CallFunc_GetCurStep_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Slider_C_GetCurStep \ +static_assert(alignof(BP_UI_OP_Slider_C_GetCurStep) == 0x000008, "Wrong alignment on BP_UI_OP_Slider_C_GetCurStep"); \ +static_assert(sizeof(BP_UI_OP_Slider_C_GetCurStep) == 0x000020, "Wrong size on BP_UI_OP_Slider_C_GetCurStep"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurStep, ReturnValue) == 0x000000, "Member 'BP_UI_OP_Slider_C_GetCurStep::ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurStep, CallFunc_Array_Length_ReturnValue) == 0x000004, "Member 'BP_UI_OP_Slider_C_GetCurStep::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurStep, CallFunc_Subtract_IntInt_ReturnValue) == 0x000008, "Member 'BP_UI_OP_Slider_C_GetCurStep::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurStep, CallFunc_Multiply_IntFloat_ReturnValue) == 0x000010, "Member 'BP_UI_OP_Slider_C_GetCurStep::CallFunc_Multiply_IntFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurStep, CallFunc_Round_ReturnValue) == 0x000018, "Member 'BP_UI_OP_Slider_C_GetCurStep::CallFunc_Round_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_GetCurStep, CallFunc_GreaterEqual_IntInt_ReturnValue) == 0x00001C, "Member 'BP_UI_OP_Slider_C_GetCurStep::CallFunc_GreaterEqual_IntInt_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider \ +static_assert(alignof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider) == 0x000008, "Wrong alignment on BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider"); \ +static_assert(sizeof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider) == 0x000048, "Wrong size on BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, EntryPoint) == 0x000000, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_GetCurStep_ReturnValue) == 0x000004, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_GetCurStep_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_Array_Length_ReturnValue) == 0x000008, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_Array_Length_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_Conv_IntToFloat_ReturnValue) == 0x00000C, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_Conv_IntToFloat_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_Subtract_IntInt_ReturnValue) == 0x000010, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_Subtract_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_Conv_IntToFloat_ReturnValue_1) == 0x000014, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_Conv_IntToFloat_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_EqualEqual_IntInt_ReturnValue) == 0x000018, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_EqualEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_Divide_DoubleDouble_ReturnValue) == 0x000020, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_Divide_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, K2Node_ComponentBoundEvent_Value) == 0x000028, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::K2Node_ComponentBoundEvent_Value' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_Divide_DoubleDouble_A_WideningCast) == 0x000030, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_Divide_DoubleDouble_A_WideningCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, CallFunc_Divide_DoubleDouble_B_WideningCast) == 0x000038, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::CallFunc_Divide_DoubleDouble_B_WideningCast' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider, K2Node_VariableSet_SliderValue_WideningCast) == 0x000040, "Member 'BP_UI_OP_Slider_C_ExecuteUbergraph_BP_UI_OP_Slider::K2Node_VariableSet_SliderValue_WideningCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Slider_C_BndEvt__OPSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature \ +static_assert(alignof(BP_UI_OP_Slider_C_BndEvt__OPSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong alignment on BP_UI_OP_Slider_C_BndEvt__OPSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(sizeof(BP_UI_OP_Slider_C_BndEvt__OPSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature) == 0x000004, "Wrong size on BP_UI_OP_Slider_C_BndEvt__OPSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature"); \ +static_assert(offsetof(BP_UI_OP_Slider_C_BndEvt__OPSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature, Value) == 0x000000, "Member 'BP_UI_OP_Slider_C_BndEvt__OPSlider_K2Node_ComponentBoundEvent_0_OnFloatValueChangedEvent__DelegateSignature::Value' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_OP_Slider_C \ +static_assert(alignof(UBP_UI_OP_Slider_C) == 0x000008, "Wrong alignment on UBP_UI_OP_Slider_C"); \ +static_assert(sizeof(UBP_UI_OP_Slider_C) == 0x0002D8, "Wrong size on UBP_UI_OP_Slider_C"); \ +static_assert(offsetof(UBP_UI_OP_Slider_C, UberGraphFrame) == 0x000298, "Member 'UBP_UI_OP_Slider_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Slider_C, CurValueText) == 0x0002A0, "Member 'UBP_UI_OP_Slider_C::CurValueText' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Slider_C, OPSlider) == 0x0002A8, "Member 'UBP_UI_OP_Slider_C::OPSlider' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Slider_C, SliderValue) == 0x0002B0, "Member 'UBP_UI_OP_Slider_C::SliderValue' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Slider_C, SliderStepDescAttr) == 0x0002B8, "Member 'UBP_UI_OP_Slider_C::SliderStepDescAttr' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Slider_C, OnSlideValueChangeDisp) == 0x0002C8, "Member 'UBP_UI_OP_Slider_C::OnSlideValueChangeDisp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Editable_C_ExecuteUbergraph_BP_UI_OP_Editable \ +static_assert(alignof(BP_UI_OP_Editable_C_ExecuteUbergraph_BP_UI_OP_Editable) == 0x000004, "Wrong alignment on BP_UI_OP_Editable_C_ExecuteUbergraph_BP_UI_OP_Editable"); \ +static_assert(sizeof(BP_UI_OP_Editable_C_ExecuteUbergraph_BP_UI_OP_Editable) == 0x000004, "Wrong size on BP_UI_OP_Editable_C_ExecuteUbergraph_BP_UI_OP_Editable"); \ +static_assert(offsetof(BP_UI_OP_Editable_C_ExecuteUbergraph_BP_UI_OP_Editable, EntryPoint) == 0x000000, "Member 'BP_UI_OP_Editable_C_ExecuteUbergraph_BP_UI_OP_Editable::EntryPoint' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_OP_Editable_C \ +static_assert(alignof(UBP_UI_OP_Editable_C) == 0x000008, "Wrong alignment on UBP_UI_OP_Editable_C"); \ +static_assert(sizeof(UBP_UI_OP_Editable_C) == 0x000408, "Wrong size on UBP_UI_OP_Editable_C"); \ +static_assert(offsetof(UBP_UI_OP_Editable_C, UberGraphFrame) == 0x0003D8, "Member 'UBP_UI_OP_Editable_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Editable_C, BG) == 0x0003E0, "Member 'UBP_UI_OP_Editable_C::BG' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Editable_C, BG2) == 0x0003E8, "Member 'UBP_UI_OP_Editable_C::BG2' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Editable_C, CurValueText) == 0x0003F0, "Member 'UBP_UI_OP_Editable_C::CurValueText' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Editable_C, OPButton) == 0x0003F8, "Member 'UBP_UI_OP_Editable_C::OPButton' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Editable_C, OPEditableText) == 0x000400, "Member 'UBP_UI_OP_Editable_C::OPEditableText' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Check_C_OnChildCheckStateChanged \ +static_assert(alignof(BP_UI_OP_Check_C_OnChildCheckStateChanged) == 0x000001, "Wrong alignment on BP_UI_OP_Check_C_OnChildCheckStateChanged"); \ +static_assert(sizeof(BP_UI_OP_Check_C_OnChildCheckStateChanged) == 0x000001, "Wrong size on BP_UI_OP_Check_C_OnChildCheckStateChanged"); \ +static_assert(offsetof(BP_UI_OP_Check_C_OnChildCheckStateChanged, bIsChecked) == 0x000000, "Member 'BP_UI_OP_Check_C_OnChildCheckStateChanged::bIsChecked' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check \ +static_assert(alignof(BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check) == 0x000004, "Wrong alignment on BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check"); \ +static_assert(sizeof(BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check) == 0x000018, "Wrong size on BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check"); \ +static_assert(offsetof(BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check, EntryPoint) == 0x000000, "Member 'BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check, K2Node_CustomEvent_bIsChecked) == 0x000004, "Member 'BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check::K2Node_CustomEvent_bIsChecked' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check, K2Node_CreateDelegate_OutputDelegate) == 0x000008, "Member 'BP_UI_OP_Check_C_ExecuteUbergraph_BP_UI_OP_Check::K2Node_CreateDelegate_OutputDelegate' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_OP_Check_C \ +static_assert(alignof(UBP_UI_OP_Check_C) == 0x000008, "Wrong alignment on UBP_UI_OP_Check_C"); \ +static_assert(sizeof(UBP_UI_OP_Check_C) == 0x0002E0, "Wrong size on UBP_UI_OP_Check_C"); \ +static_assert(offsetof(UBP_UI_OP_Check_C, UberGraphFrame) == 0x000298, "Member 'UBP_UI_OP_Check_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Check_C, OPCheck) == 0x0002A0, "Member 'UBP_UI_OP_Check_C::OPCheck' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Check_C, TextBlock_0) == 0x0002A8, "Member 'UBP_UI_OP_Check_C::TextBlock_0' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Check_C, isCheck) == 0x0002B0, "Member 'UBP_UI_OP_Check_C::isCheck' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Check_C, CheckName) == 0x0002B8, "Member 'UBP_UI_OP_Check_C::CheckName' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_OP_Check_C, OnChildCheckStateChangedEDisp) == 0x0002D0, "Member 'UBP_UI_OP_Check_C::OnChildCheckStateChangedEDisp' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_B1PlayerState_C \ +static_assert(alignof(ABP_B1PlayerState_C) == 0x000008, "Wrong alignment on ABP_B1PlayerState_C"); \ +static_assert(sizeof(ABP_B1PlayerState_C) == 0x0003C8, "Wrong size on ABP_B1PlayerState_C"); \ +static_assert(offsetof(ABP_B1PlayerState_C, DefaultSceneRoot) == 0x0003C0, "Member 'ABP_B1PlayerState_C::DefaultSceneRoot' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMInfo_Enemy_C_Tick \ +static_assert(alignof(BP_UI_GMInfo_Enemy_C_Tick) == 0x000008, "Wrong alignment on BP_UI_GMInfo_Enemy_C_Tick"); \ +static_assert(sizeof(BP_UI_GMInfo_Enemy_C_Tick) == 0x000048, "Wrong size on BP_UI_GMInfo_Enemy_C_Tick"); \ +static_assert(offsetof(BP_UI_GMInfo_Enemy_C_Tick, MyGeometry) == 0x000000, "Member 'BP_UI_GMInfo_Enemy_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Enemy_C_Tick, InDeltaTime) == 0x000040, "Member 'BP_UI_GMInfo_Enemy_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMInfo_Enemy_C_PreConstruct \ +static_assert(alignof(BP_UI_GMInfo_Enemy_C_PreConstruct) == 0x000001, "Wrong alignment on BP_UI_GMInfo_Enemy_C_PreConstruct"); \ +static_assert(sizeof(BP_UI_GMInfo_Enemy_C_PreConstruct) == 0x000001, "Wrong size on BP_UI_GMInfo_Enemy_C_PreConstruct"); \ +static_assert(offsetof(BP_UI_GMInfo_Enemy_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BP_UI_GMInfo_Enemy_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy \ +static_assert(alignof(BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy) == 0x000008, "Wrong alignment on BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy"); \ +static_assert(sizeof(BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy) == 0x000050, "Wrong size on BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy"); \ +static_assert(offsetof(BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy, EntryPoint) == 0x000000, "Member 'BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy, K2Node_Event_MyGeometry) == 0x000008, "Member 'BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy, K2Node_Event_InDeltaTime) == 0x000048, "Member 'BP_UI_GMInfo_Enemy_C_ExecuteUbergraph_BP_UI_GMInfo_Enemy::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMInfo_Enemy_C \ +static_assert(alignof(UBP_UI_GMInfo_Enemy_C) == 0x000008, "Wrong alignment on UBP_UI_GMInfo_Enemy_C"); \ +static_assert(sizeof(UBP_UI_GMInfo_Enemy_C) == 0x000408, "Wrong size on UBP_UI_GMInfo_Enemy_C"); \ +static_assert(offsetof(UBP_UI_GMInfo_Enemy_C, UberGraphFrame) == 0x0003E8, "Member 'UBP_UI_GMInfo_Enemy_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfo_Enemy_C, BG_1) == 0x0003F0, "Member 'UBP_UI_GMInfo_Enemy_C::BG_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfo_Enemy_C, BG_2) == 0x0003F8, "Member 'UBP_UI_GMInfo_Enemy_C::BG_2' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfo_Enemy_C, InfoBG) == 0x000400, "Member 'UBP_UI_GMInfo_Enemy_C::InfoBG' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMInfo_Player_C_Tick \ +static_assert(alignof(BP_UI_GMInfo_Player_C_Tick) == 0x000008, "Wrong alignment on BP_UI_GMInfo_Player_C_Tick"); \ +static_assert(sizeof(BP_UI_GMInfo_Player_C_Tick) == 0x000048, "Wrong size on BP_UI_GMInfo_Player_C_Tick"); \ +static_assert(offsetof(BP_UI_GMInfo_Player_C_Tick, MyGeometry) == 0x000000, "Member 'BP_UI_GMInfo_Player_C_Tick::MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Player_C_Tick, InDeltaTime) == 0x000040, "Member 'BP_UI_GMInfo_Player_C_Tick::InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMInfo_Player_C_PreConstruct \ +static_assert(alignof(BP_UI_GMInfo_Player_C_PreConstruct) == 0x000001, "Wrong alignment on BP_UI_GMInfo_Player_C_PreConstruct"); \ +static_assert(sizeof(BP_UI_GMInfo_Player_C_PreConstruct) == 0x000001, "Wrong size on BP_UI_GMInfo_Player_C_PreConstruct"); \ +static_assert(offsetof(BP_UI_GMInfo_Player_C_PreConstruct, IsDesignTime) == 0x000000, "Member 'BP_UI_GMInfo_Player_C_PreConstruct::IsDesignTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player \ +static_assert(alignof(BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player) == 0x000008, "Wrong alignment on BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player"); \ +static_assert(sizeof(BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player) == 0x000050, "Wrong size on BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player"); \ +static_assert(offsetof(BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player, EntryPoint) == 0x000000, "Member 'BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player, K2Node_Event_IsDesignTime) == 0x000004, "Member 'BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player::K2Node_Event_IsDesignTime' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player, K2Node_Event_MyGeometry) == 0x000008, "Member 'BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player::K2Node_Event_MyGeometry' has a wrong offset!"); \ +static_assert(offsetof(BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player, K2Node_Event_InDeltaTime) == 0x000048, "Member 'BP_UI_GMInfo_Player_C_ExecuteUbergraph_BP_UI_GMInfo_Player::K2Node_Event_InDeltaTime' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_UBP_UI_GMInfo_Player_C \ +static_assert(alignof(UBP_UI_GMInfo_Player_C) == 0x000008, "Wrong alignment on UBP_UI_GMInfo_Player_C"); \ +static_assert(sizeof(UBP_UI_GMInfo_Player_C) == 0x0003F8, "Wrong size on UBP_UI_GMInfo_Player_C"); \ +static_assert(offsetof(UBP_UI_GMInfo_Player_C, UberGraphFrame) == 0x0003E0, "Member 'UBP_UI_GMInfo_Player_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfo_Player_C, BG_1) == 0x0003E8, "Member 'UBP_UI_GMInfo_Player_C::BG_1' has a wrong offset!"); \ +static_assert(offsetof(UBP_UI_GMInfo_Player_C, BG_2) == 0x0003F0, "Member 'UBP_UI_GMInfo_Player_C::BG_2' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Startup_V2_P_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_0 \ +static_assert(alignof(Startup_V2_P_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on Startup_V2_P_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_0"); \ +static_assert(sizeof(Startup_V2_P_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on Startup_V2_P_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_0"); \ +static_assert(offsetof(Startup_V2_P_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'Startup_V2_P_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P \ +static_assert(alignof(Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P) == 0x000008, "Wrong alignment on Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P"); \ +static_assert(sizeof(Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P) == 0x000020, "Wrong size on Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P"); \ +static_assert(offsetof(Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P, EntryPoint) == 0x000000, "Member 'Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P, K2Node_InputKeyEvent_Key) == 0x000008, "Member 'Startup_V2_P_C_ExecuteUbergraph_Startup_V2_P::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AStartup_V2_P_C \ +static_assert(alignof(AStartup_V2_P_C) == 0x000008, "Wrong alignment on AStartup_V2_P_C"); \ +static_assert(sizeof(AStartup_V2_P_C) == 0x000298, "Wrong size on AStartup_V2_P_C"); \ +static_assert(offsetof(AStartup_V2_P_C, UberGraphFrame) == 0x000290, "Member 'AStartup_V2_P_C::UberGraphFrame' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Pause_K2Node_InputKeyEvent_0 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Pause_K2Node_InputKeyEvent_0) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Pause_K2Node_InputKeyEvent_0"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Pause_K2Node_InputKeyEvent_0) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Pause_K2Node_InputKeyEvent_0"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Pause_K2Node_InputKeyEvent_0, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Pause_K2Node_InputKeyEvent_0::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_11 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_11) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_11"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_11) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_11"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_11, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_NumPadZero_K2Node_InputKeyEvent_11::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_NumPadSeven_K2Node_InputKeyEvent_8::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_9 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_9) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_9"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_9) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_9"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_9, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_NumPadNine_K2Node_InputKeyEvent_9::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_NumPadFive_K2Node_InputKeyEvent_7::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_10 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_10) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_10"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_10) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_10"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_10, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_NumPadEight_K2Node_InputKeyEvent_10::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_H_K2Node_InputKeyEvent_1 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_H_K2Node_InputKeyEvent_1) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_H_K2Node_InputKeyEvent_1"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_H_K2Node_InputKeyEvent_1) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_H_K2Node_InputKeyEvent_1"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_H_K2Node_InputKeyEvent_1, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_H_K2Node_InputKeyEvent_1::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_4 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_4) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_4"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_4) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_4"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_4, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_4::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_3 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_3) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_3"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_3) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_3"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_3, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Gamepad_Special_Right_K2Node_InputKeyEvent_3::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_6 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_6) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_6"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_6) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_6"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_6, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_6::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_5 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_5) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_5"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_5) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_5"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_5, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Gamepad_Special_Left_K2Node_InputKeyEvent_5::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Five_K2Node_InputKeyEvent_2 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Five_K2Node_InputKeyEvent_2) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Five_K2Node_InputKeyEvent_2"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Five_K2Node_InputKeyEvent_2) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Five_K2Node_InputKeyEvent_2"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Five_K2Node_InputKeyEvent_2, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Five_K2Node_InputKeyEvent_2::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_F1_K2Node_InputKeyEvent_14 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_F1_K2Node_InputKeyEvent_14) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_F1_K2Node_InputKeyEvent_14"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_F1_K2Node_InputKeyEvent_14) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_F1_K2Node_InputKeyEvent_14"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_F1_K2Node_InputKeyEvent_14, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_F1_K2Node_InputKeyEvent_14::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Divide_K2Node_InputKeyEvent_13 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Divide_K2Node_InputKeyEvent_13) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Divide_K2Node_InputKeyEvent_13"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Divide_K2Node_InputKeyEvent_13) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Divide_K2Node_InputKeyEvent_13"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Divide_K2Node_InputKeyEvent_13, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Divide_K2Node_InputKeyEvent_13::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Ctrl_NumPadZero_K2Node_InputKeyEvent_12 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Ctrl_NumPadZero_K2Node_InputKeyEvent_12) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Ctrl_NumPadZero_K2Node_InputKeyEvent_12"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Ctrl_NumPadZero_K2Node_InputKeyEvent_12) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Ctrl_NumPadZero_K2Node_InputKeyEvent_12"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Ctrl_NumPadZero_K2Node_InputKeyEvent_12, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Ctrl_NumPadZero_K2Node_InputKeyEvent_12::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_15 \ +static_assert(alignof(BP_GMActor_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_15) == 0x000008, "Wrong alignment on BP_GMActor_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_15"); \ +static_assert(sizeof(BP_GMActor_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_15) == 0x000018, "Wrong size on BP_GMActor_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_15"); \ +static_assert(offsetof(BP_GMActor_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_15, Key) == 0x000000, "Member 'BP_GMActor_C_InpActEvt_Ctrl_Alt_Shift_K_K2Node_InputKeyEvent_15::Key' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_InitGMFunctions \ +static_assert(alignof(BP_GMActor_C_InitGMFunctions) == 0x000008, "Wrong alignment on BP_GMActor_C_InitGMFunctions"); \ +static_assert(sizeof(BP_GMActor_C_InitGMFunctions) == 0x000018, "Wrong size on BP_GMActor_C_InitGMFunctions"); \ +static_assert(offsetof(BP_GMActor_C_InitGMFunctions, CallFunc_GetAllWidgetsOfClass_FoundWidgets) == 0x000000, "Member 'BP_GMActor_C_InitGMFunctions::CallFunc_GetAllWidgetsOfClass_FoundWidgets' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_InitGMFunctions, CallFunc_Array_Get_Item) == 0x000010, "Member 'BP_GMActor_C_InitGMFunctions::CallFunc_Array_Get_Item' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_GMInfoShowOrNot \ +static_assert(alignof(BP_GMActor_C_GMInfoShowOrNot) == 0x000008, "Wrong alignment on BP_GMActor_C_GMInfoShowOrNot"); \ +static_assert(sizeof(BP_GMActor_C_GMInfoShowOrNot) == 0x000030, "Wrong size on BP_GMActor_C_GMInfoShowOrNot"); \ +static_assert(offsetof(BP_GMActor_C_GMInfoShowOrNot, Widget) == 0x000000, "Member 'BP_GMActor_C_GMInfoShowOrNot::Widget' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_GMInfoShowOrNot, WidgetClass) == 0x000008, "Member 'BP_GMActor_C_GMInfoShowOrNot::WidgetClass' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_GMInfoShowOrNot, ShowOrNot) == 0x000010, "Member 'BP_GMActor_C_GMInfoShowOrNot::ShowOrNot' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_GMInfoShowOrNot, CallFunc_Create_ReturnValue) == 0x000018, "Member 'BP_GMActor_C_GMInfoShowOrNot::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_GMInfoShowOrNot, K2Node_DynamicCast_AsBP_UI_GMInfo_Player) == 0x000020, "Member 'BP_GMActor_C_GMInfoShowOrNot::K2Node_DynamicCast_AsBP_UI_GMInfo_Player' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_GMInfoShowOrNot, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'BP_GMActor_C_GMInfoShowOrNot::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_GMInfoShowOrNot, CallFunc_IsValid_ReturnValue) == 0x000029, "Member 'BP_GMActor_C_GMInfoShowOrNot::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_ExecuteUbergraph_BP_GMActor \ +static_assert(alignof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor) == 0x000008, "Wrong alignment on BP_GMActor_C_ExecuteUbergraph_BP_GMActor"); \ +static_assert(sizeof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor) == 0x000250, "Wrong size on BP_GMActor_C_ExecuteUbergraph_BP_GMActor"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, EntryPoint) == 0x000000, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::EntryPoint' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsUEDebugGMLevel_ReturnValue) == 0x000004, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsUEDebugGMLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_4) == 0x000008, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_3) == 0x000020, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, Temp_struct_Variable) == 0x000038, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::Temp_struct_Variable' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_2) == 0x000050, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_1) == 0x000068, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key) == 0x000080, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_GetFirstLocalPlayerController_ReturnValue) == 0x000098, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_GetFirstLocalPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_GetFirstLocalPlayerController_ReturnValue_1) == 0x0000A0, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_GetFirstLocalPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_K2_GetPawn_ReturnValue) == 0x0000A8, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_K2_GetPawn_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_K2_GetPawn_ReturnValue_1) == 0x0000B0, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_K2_GetPawn_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_DynamicCast_AsBGUCharacter_CS) == 0x0000B8, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_DynamicCast_AsBGUCharacter_CS' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_DynamicCast_bSuccess) == 0x0000C0, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_DynamicCast_bSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_DynamicCast_AsBGUCharacter_CS_1) == 0x0000C8, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_DynamicCast_AsBGUCharacter_CS_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_DynamicCast_bSuccess_1) == 0x0000D0, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_DynamicCast_bSuccess_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_BGUHasBuffByID_ReturnValue) == 0x0000D1, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_BGUHasBuffByID_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_BGUHasBuffByID_ReturnValue_1) == 0x0000D2, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_BGUHasBuffByID_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_Add_IntInt_ReturnValue) == 0x0000D4, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_Add_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_5) == 0x0000D8, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, Temp_struct_Variable_1) == 0x0000F0, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::Temp_struct_Variable_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_GetPlayerController_ReturnValue) == 0x000108, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_GetPlayerController_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_6) == 0x000110, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_GetPlayerController_ReturnValue_1) == 0x000128, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_GetPlayerController_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_BooleanAND_ReturnValue) == 0x000130, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_BooleanAND_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_GetPlayerController_ReturnValue_2) == 0x000138, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_GetPlayerController_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_7) == 0x000140, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_8) == 0x000158, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_8' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_GetVisibility_ReturnValue) == 0x000170, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsValid_ReturnValue) == 0x000171, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000172, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_9) == 0x000178, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_9' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_10) == 0x000190, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_10' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_11) == 0x0001A8, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_11' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_Create_ReturnValue) == 0x0001C0, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_Create_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_12) == 0x0001C8, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_12' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_13) == 0x0001E0, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_13' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_14) == 0x0001F8, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_14' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsCheatGMLevel_ReturnValue) == 0x000210, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsCheatGMLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue) == 0x000211, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue_1) == 0x000212, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue_2) == 0x000213, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue_2' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue_3) == 0x000214, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue_3' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue_4) == 0x000215, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue_4' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_EqualEqual_DoubleDouble_ReturnValue) == 0x000216, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_EqualEqual_DoubleDouble_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_Conv_DoubleToString_ReturnValue) == 0x000218, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_Conv_DoubleToString_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_InputKeyEvent_Key_15) == 0x000228, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_InputKeyEvent_Key_15' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue_5) == 0x000240, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue_5' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_Percent_IntInt_ReturnValue) == 0x000244, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_Percent_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, K2Node_SwitchInteger_CmpSuccess) == 0x000248, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::K2Node_SwitchInteger_CmpSuccess' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue_6) == 0x000249, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue_6' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsDebugGMLevel_ReturnValue_7) == 0x00024A, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsDebugGMLevel_ReturnValue_7' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_IsUEDebugGMLevel_ReturnValue_1) == 0x00024B, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_IsUEDebugGMLevel_ReturnValue_1' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_ExecuteUbergraph_BP_GMActor, CallFunc_SetGlobalTimeDilation_TimeDilation_NarrowingCast) == 0x00024C, "Member 'BP_GMActor_C_ExecuteUbergraph_BP_GMActor::CallFunc_SetGlobalTimeDilation_TimeDilation_NarrowingCast' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_EnableMouseCursor \ +static_assert(alignof(BP_GMActor_C_EnableMouseCursor) == 0x000008, "Wrong alignment on BP_GMActor_C_EnableMouseCursor"); \ +static_assert(sizeof(BP_GMActor_C_EnableMouseCursor) == 0x000010, "Wrong size on BP_GMActor_C_EnableMouseCursor"); \ +static_assert(offsetof(BP_GMActor_C_EnableMouseCursor, ChangeReason) == 0x000000, "Member 'BP_GMActor_C_EnableMouseCursor::ChangeReason' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_EnableMouseCursor, NewLocalVar_0) == 0x000008, "Member 'BP_GMActor_C_EnableMouseCursor::NewLocalVar_0' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_DisableMouseCursor \ +static_assert(alignof(BP_GMActor_C_DisableMouseCursor) == 0x000001, "Wrong alignment on BP_GMActor_C_DisableMouseCursor"); \ +static_assert(sizeof(BP_GMActor_C_DisableMouseCursor) == 0x000001, "Wrong size on BP_GMActor_C_DisableMouseCursor"); \ +static_assert(offsetof(BP_GMActor_C_DisableMouseCursor, ChangeReason) == 0x000000, "Member 'BP_GMActor_C_DisableMouseCursor::ChangeReason' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_BP_GMActor_C_DisableGMPanel \ +static_assert(alignof(BP_GMActor_C_DisableGMPanel) == 0x000004, "Wrong alignment on BP_GMActor_C_DisableGMPanel"); \ +static_assert(sizeof(BP_GMActor_C_DisableGMPanel) == 0x000008, "Wrong size on BP_GMActor_C_DisableGMPanel"); \ +static_assert(offsetof(BP_GMActor_C_DisableGMPanel, CallFunc_BGUGetActiveGameMode_ReturnValue) == 0x000000, "Member 'BP_GMActor_C_DisableGMPanel::CallFunc_BGUGetActiveGameMode_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_DisableGMPanel, CallFunc_NotEqual_IntInt_ReturnValue) == 0x000004, "Member 'BP_GMActor_C_DisableGMPanel::CallFunc_NotEqual_IntInt_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_DisableGMPanel, CallFunc_IsValid_ReturnValue) == 0x000005, "Member 'BP_GMActor_C_DisableGMPanel::CallFunc_IsValid_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_DisableGMPanel, CallFunc_GetVisibility_ReturnValue) == 0x000006, "Member 'BP_GMActor_C_DisableGMPanel::CallFunc_GetVisibility_ReturnValue' has a wrong offset!"); \ +static_assert(offsetof(BP_GMActor_C_DisableGMPanel, CallFunc_EqualEqual_ByteByte_ReturnValue) == 0x000007, "Member 'BP_GMActor_C_DisableGMPanel::CallFunc_EqualEqual_ByteByte_ReturnValue' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_ABP_GMActor_C \ +static_assert(alignof(ABP_GMActor_C) == 0x000008, "Wrong alignment on ABP_GMActor_C"); \ +static_assert(sizeof(ABP_GMActor_C) == 0x000308, "Wrong size on ABP_GMActor_C"); \ +static_assert(offsetof(ABP_GMActor_C, UberGraphFrame) == 0x000288, "Member 'ABP_GMActor_C::UberGraphFrame' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, DefaultSceneRoot) == 0x000290, "Member 'ABP_GMActor_C::DefaultSceneRoot' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, TimeDilation) == 0x000298, "Member 'ABP_GMActor_C::TimeDilation' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, GMPanelWidget) == 0x0002A0, "Member 'ABP_GMActor_C::GMPanelWidget' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, MouseTemp) == 0x0002A8, "Member 'ABP_GMActor_C::MouseTemp' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, GMInfoPanelWidget_Enemy) == 0x0002B0, "Member 'ABP_GMActor_C::GMInfoPanelWidget_Enemy' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, UseFreeCamera) == 0x0002B8, "Member 'ABP_GMActor_C::UseFreeCamera' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, ZBBPanel) == 0x0002C0, "Member 'ABP_GMActor_C::ZBBPanel' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, EnableAllSkillsByDefault) == 0x0002C8, "Member 'ABP_GMActor_C::EnableAllSkillsByDefault' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, GMInfdo_PressNum) == 0x0002CC, "Member 'ABP_GMActor_C::GMInfdo_PressNum' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, GMInfoPanelWidget_Player) == 0x0002D0, "Member 'ABP_GMActor_C::GMInfoPanelWidget_Player' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, UI_Debug_RT) == 0x0002D8, "Member 'ABP_GMActor_C::UI_Debug_RT' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, DisplayDebugSphereDuration) == 0x0002E0, "Member 'ABP_GMActor_C::DisplayDebugSphereDuration' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, IsMiniGmShow) == 0x0002E8, "Member 'ABP_GMActor_C::IsMiniGmShow' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, BugReporter) == 0x0002F0, "Member 'ABP_GMActor_C::BugReporter' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, LT) == 0x0002F8, "Member 'ABP_GMActor_C::LT' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, RT) == 0x0002F9, "Member 'ABP_GMActor_C::RT' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, GMXboxConsoleTest) == 0x0002FA, "Member 'ABP_GMActor_C::GMXboxConsoleTest' has a wrong offset!"); \ +static_assert(offsetof(ABP_GMActor_C, GMXboxTestWidget) == 0x000300, "Member 'ABP_GMActor_C::GMXboxTestWidget' has a wrong offset!"); \ + +#define DUMPER7_ASSERTS_AImArtDev_C \ +static_assert(alignof(AImArtDev_C) == 0x000008, "Wrong alignment on AImArtDev_C"); \ +static_assert(sizeof(AImArtDev_C) == 0x000290, "Wrong size on AImArtDev_C"); \ +static_assert(offsetof(AImArtDev_C, DefaultSceneRoot) == 0x000288, "Member 'AImArtDev_C::DefaultSceneRoot' has a wrong offset!"); \ + + +} +